This repository was archived by the owner on Jun 14, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -7,14 +7,14 @@ via public API nor public download, but it can be downloaded as a zip file after
77
88## Features
99This module takes an Ictio_Basic zip file from ictio.org and performs the following tasks on it:
10- - unzips its contents to a secure temporary folder
11- - flattens decompressed file and folder structure to make file paths more predictable
12- - autodetects the name of the observations file, which has a changing name based on the db generation date
13- - verifies the existence of "taxa" file, containing a taxonomy of species in Amazon basin
14- - loads observations and taxa files into dataframes
15- - combines information from both dataframes into one, so observations are complemented with species data
16- - sanitizes and curates the structure and the values
17- - and returns a curated dataframe with all relevant data ready to be analysed
10+ 1 . unzips its contents to a secure temporary folder
11+ 2 . flattens decompressed file and folder structure to make file paths more predictable
12+ 3 . autodetects the name of the observations file, which has a changing name based on the db generation date
13+ 4 . verifies the existence of "taxa" file, containing a taxonomy of species in Amazon basin
14+ 5 . loads observations and taxa files into dataframes
15+ 6 . combines information from both dataframes into one, so observations are complemented with species data
16+ 7 . sanitizes and curates the structure and the values
17+ 8 . and returns a curated dataframe with all relevant data ready to be analysed
1818
1919The structure of the dataframe is as follows:
2020
You can’t perform that action at this time.
0 commit comments