Skip to content
View AlbanSagouis's full-sized avatar

Highlights

  • Pro

Block or report AlbanSagouis

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. chase-lab/metacommunity_surveys chase-lab/metacommunity_surveys Public

    Research project aggregating published data of communities species composition in several sites over time.

    R 2

  2. This simple function opens UTF-16 en... This simple function opens UTF-16 encoded delimited tables (such as Glonaf data) in R. Separator, decimal separator and other arguments can be passed to `data.table::fread` with `...`
    1
    read_utf16_table <- function(path, sep = "\t", ...) {
    2
      stringi::stri_read_lines(
    3
        con = path,
    4
        encoding = "UTF-16LE") |> 
    5
      stringi::stri_join(collapse = "\n") |> 
  3. ropensci/rgnparser ropensci/rgnparser Public

    Parse scientific names using gnparser (https://github.com/gnames/gnparser)

    R 13 2

  4. ropensci/parzer ropensci/parzer Public

    Parse geographic coordinates

    R 63 7

  5. MoBiodiv/mobsim MoBiodiv/mobsim Public

    Spatial analysis and simulation of ecological communities

    R 20 14

  6. chase-lab/data-management-course chase-lab/data-management-course Public

    yDiv Biodiversity Data Management course

    HTML 1 1