Category: tutorial
-
Using DuckDB to query the OBIS occurrence dataset - Part 1
OBIS now has a occurrence dataset in GeoParquet format, but to work with large datasets you need the right tools. Here we explore how you can use …
-
Using DuckDB to query the OBIS occurrence dataset - Part 2 (spatial extension)
OBIS now has a occurrence dataset in GeoParquet format, but to work with large datasets you need the right tools. Here we explore how you can use …
-
Using DuckDB to query the OBIS occurrence dataset - Part 3 (`duckplyr` package)
OBIS now has a occurrence dataset in GeoParquet format, but to work with large datasets you need the right tools. Here we explore how you can use …
-
Matching environmental information with OBIS occurrences
Learn how to extract and match environmental data, such as temperature and salinity, with species occurrences obtained from the OBIS database.
-
Using the Parquet format with OBIS data
Working with large datasets can be hard due to memory constraints, but using Parquet files can make it possible.