-
Notifications
You must be signed in to change notification settings - Fork 6
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
addressing inconsistent lat long formats #35
Comments
@piersond and @srearl few questions on how we handle lat-lon data with homog 2.0:
|
More features for the homog script that could be helpful would be if we: add network, site_code, and location_name information from the key-key to the _Key_Key_HMGZD_NOTES files produced so users can track down appropriate notes more easily. Maybe this can smooth out some of @bsulman 's concerns about details of experimental protocols. |
@piersond Add clean.coords code block to homog. Looks at both location value from keykey, and raw data columns referenced in keykey profile sheet. FAIL QC if unable to convert value to decimal degrees (logical on is.numeric(value) after DMS convert to DD) ---> Send code to Stevan |
Very sorry @piersond, I finally went to use this code but the conversation was no longer available in Slack (would be so nice if NCEAS would get the paid plan). Can you send it again? Looking through your SOM_clean_coords.csv file, it seems that there is a lot of variation to consider - I wonder if it might be best to accept only degrees? |
@srearl Just returning from vacation today, now have three days to prep for SSSA presentation, thus not much time for SOM code this week. |
Thanks @piersond, yeah busy days. I like that as there is really no way to convert things like, for example UTMs (without knowing the projection). So, restricting input to lat long in decimal degrees is a reasonable approach - the investigator can do this. I guess then we should remove the drop-down option to provide the data in |
@srearl Agree. While possibly creating some tedious conversion work for data providers, I think the downstream homog flow will benefit by requiring ALL coordinate values in decimal degrees. |
@wwieder I'll do my best to remember to set loose the key crawler when I get home tonight |
is this one done? |
yes, now constrained to decimal degrees in the keykey and homog QC |
we need to pull out information on the experimental levels (block/plot/rep) from the dropdown choices already provided by data providers
The text was updated successfully, but these errors were encountered: