iDigBio / idigbio-search-api

Server-side code driving iDigBio's search functionality.
GNU General Public License v3.0
24 stars 5 forks source link

Lat & long flipped for some records without the rev_geocode_flip DQS flag #13

Closed mjcollin closed 9 years ago

mjcollin commented 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)

godfoder commented 9 years ago

This should be fixed in the latest commit (1f47398), testing to make sure.

godfoder commented 9 years ago

Fixed now.