Home Unzip Your iNaturalist Observations On A Ubuntu System
Post
Cancel

Unzip Your iNaturalist Observations On A Ubuntu System

This post was migrated from my iNaturalist journal on 2023-02-26.

Suppose

Begin by opening up a BASH environment.

Go to the path where the file was downloaded to:

1
cd /path/to/folder

Then run the unzip command:

1
unzip observations-<ID>.csv.zip

You should find that you now have the uncompressed CSV file. You can check with:

1
ls observations-<ID>.csv
This post is licensed under CC BY 4.0 by the author.

What is dyadic sampling in the context of a wavelet transform?

Plot Basic Pie Chart Of Taxa At A Given Taxonomic Rank Using Pandas And Matplotlib