Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Data Exporter incorrectly exporting coordinates #1234

Open
grantfitzsimmons opened this issue Nov 2, 2023 · 0 comments
Open

Data Exporter incorrectly exporting coordinates #1234

grantfitzsimmons opened this issue Nov 2, 2023 · 0 comments
Labels

Comments

@grantfitzsimmons
Copy link
Contributor

image

The Specify Data Exporter exports the Lat1Text and Long1Text values instead of using the decimal format in the Latitude1 and Longitude1 fields. For example, when exporting catalog number 000068515, the Lat1Text field displays the latitude in decimal degree format as '38.503253° N', which is correctly represented in the exported data as decimalLongitude: 38.503253. However, when exporting catalog number 000086813, where the Lat1Text field is in degrees, minutes, and seconds (DMS) format like 20° 50' 00.0" N, the exported decimalLongitude erroneously shows 205000.0.

Specify is incorrectly exporting the text coordinate values instead of exporting the decimal coordinate values. It assumes that the value is a decimal value when it, in fact, can be DMS or other supported entry formats. If you put the decimal lat and long values into the lat1text and long1text fields, the issue is resolved.

Reported By: PRI Paleo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant