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

different versions of receiver metadata fail due to new columns #10

Closed
mhpob opened this issue Jun 5, 2024 · 2 comments
Closed

different versions of receiver metadata fail due to new columns #10

mhpob opened this issue Jun 5, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@mhpob
Copy link
Owner

mhpob commented Jun 5, 2024

otndo was coded around v1.2 of the ACT receiver metadata sheet. Some data were uploaded using an easier version, causing a column mismatch.

Need to hunt down earlier versions and test/adjust clean_otn_deployment to accommodate.

@mhpob
Copy link
Owner Author

mhpob commented Jun 16, 2024

Older ACT deployment metadata columns are:
OTN_ARRAY, STATION_NO, DEPLOY_DATE_TIME, DEPLOY_LAT, DEPLOY_LONG, BOTTOM_DEPTH, RISER_LENGTH, INSTRUMENT_DEPTH, INS_MODEL_NO, INS_SERIAL_NO, AR_MODEL_NO, AR_SERIAL_NO, DEPLOYED_BY, RECOVERED, RECOVER_DATE_TIME, RECOVER_LAT, RECOVER_LONG, DATA_DOWNLOAD, DOWNLOAD_DATE_TIME, FILENAME, COMMENTS.

Newer ACT deployment metadata columns are (differences in bold):
OTN_ARRAY, STATION_NO, DEPLOY_DATE_TIME, DEPLOY_LAT, DEPLOY_LONG, BOTTOM_DEPTH, RISER_LENGTH, INSTRUMENT_DEPTH, INS_MODEL_NO, INS_SERIAL_NO, CODE_SET, TRANSMITTER, TRANSMIT_MODEL, AR_MODEL_NO, AR_SERIAL_NO, DEPLOYED_BY, RECOVERED, RECOVER_DATE_TIME, RECOVER_LAT, RECOVER_LONG, DATA_DOWNLOADED, DOWNLOAD_DATE_TIME, FILENAME, COMMENTS.

@mhpob mhpob added the bug Something isn't working label Jun 16, 2024
@mhpob
Copy link
Owner Author

mhpob commented Jun 21, 2024

Probably need to insert an NA transmitter column for sheets without an internal transmitter.

https://github.com/mhpob/otndo/blob/main/R/utilities_make.R#L87

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant