gbif / pipelines

Pipelines for data processing (GBIF and LivingAtlases)
Apache License 2.0
40 stars 28 forks source link

State/Province dictionary review #870

Open charvolant opened 1 year ago

charvolant commented 1 year ago

The file https://github.com/gbif/pipelines/blob/dev/livingatlas/pipelines/src/main/resources/stateProvinces.tsv contains some oddities:

This causes the stateProvince parser to identify a region of NZ as a state when downloading species lists.

charvolant commented 1 year ago

There's probably another lurking bug. The species list download maps country names onto the Country enum name(). For New Zealand that may be NEW_ZEALAND which may not work when detecting country conservation status.