Closed mjcollin closed 9 years ago
See for instance uuid 0e6cdbf0-ada5-4435-bc9a-b1db99db6142.
A R client search that shows some examples of flipped and unflipped lat & lon:
df <- idig_search_records(rq=list("genus"="acer", "flags"="rev_geocode_mismatch"), fields=c("uuid", "flags", "geopoint", "data.dwc:decimalLongitude", "data.dwc:decimalLatitude"), limit=10)
This should be fixed in the latest commit (1f47398), testing to make sure.
Fixed now.
See for instance uuid 0e6cdbf0-ada5-4435-bc9a-b1db99db6142.
A R client search that shows some examples of flipped and unflipped lat & lon:
df <- idig_search_records(rq=list("genus"="acer", "flags"="rev_geocode_mismatch"), fields=c("uuid", "flags", "geopoint", "data.dwc:decimalLongitude", "data.dwc:decimalLatitude"), limit=10)