tpcolson / npmap-enviromapper

1 stars 0 forks source link

Update Front End Dropdown List #20

Open 3PIV opened 3 years ago

3PIV commented 3 years ago

The dist json for the predictable species needs to be updated (patch_data_with_env_contrib.py).

tpcolson commented 3 years ago

What carto table is being used to populate the species list?

tpcolson commented 3 years ago

https://carto.nps.gov/user/nps-grsm/dataset/grsm_species_list_dropdown shows the result of SELECT DISTINCT genus_speciesmaxent, commonname, count(commonname) FROM "nps-grsm".grsm_species_observations_maxent group by genus_speciesmaxent, commonname having count(commonname) > 29, which is what should be used to populate the species list. , someone should review this code to verify.