dopa_workflow

Species 2020

Spatial and non-spatial data are available as foreign tables pointing at external files (shp, gdb, csv, xlsx) files in different schemas. Each foreign table is converted to real table (geometric or non-geometric) inside the schema species_202001 using this sql script, with following parameters (where they apply):

WHERE presence IN (1,2) AND origin IN (1,2) AND seasonal IN (1,2,3)

which will include: Extant and Probably Extant (IUCN will discontinue this code); Native and Reintroduced; Resident, Breeding Season and Non-breeding Season.

BIRDLIFE tables

Spatial and non-spatial data for birds are available as foreign tables pointing at gdb file in schema species_birdlife_201903, and they contain the fields (relevants in bold):

Birdlife: spatial table “All_species”

Birdlife: non-spatial table “SppListAdditional”

Birdlife: non-spatial table “BirdLife_HBW_Taxonomic_Checklist_V4”

An additional non spatial table is available as foreign table pointing at xlsx file in schema/table species_birdlife_non_spatial_201903.sheet1, and contains just a list with five species ( 22712690, 22716650, 22732350, 103774724, 103878817) missing information related to ecosystems.

IUCN tables

IUCN spatial tables for corals, chondrichthyes, amphibians, mammals

Spatial data are available as foreign tables pointing at shps files in schema species_iucn_spatial_202001, and they all contain the fields (relevants in bold):

These fields are (partially?) described on Mapping and Distribution Data Attribute Standards for the IUCN Red List of Threatened Species

fid is a weak, temporary, serial field (is not unique in case of appended corals). The field id_no is unique by species, but redundant by fields (within the ones of some interest for the analysis): presence, origin, seasonal, subspecies, subpop, (others?), and each row corresponds to a different polygon. The next steps in spatial processing will merge/dissolve these polygons by id_no, making this field unique, Primary Key.

IUCN non-spatial tables

Because of limits (10K records) of the IUCN website, downloads are split in:

All the non-spatial tables are:

The available fields (by table) are:

The analysis and selection of the relevant fields out of the total (216) is one of the target of the preprocessing task.