AtlasOfLivingAustralia/galah-python

cannot find all possible IBRA regions

acbuyan opened this issue · 0 comments

galah.search_all(fields="IBRA") returns nothing when the r version search_all(fields, "IBRA") does return things

Image

Image

so the field “cl1048” represents all the bioregions in Australia and if run galah.show_values(field="cl1048") to get all those bioregions, then it only returns 30 out of the 89

the r version does return all 89
search_fields("cl1048") |>
show_values()