-
Notifications
You must be signed in to change notification settings - Fork 12
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 entry via ODM2-Admin, or to populate ODM2 DB used by ODM2-Admin #16
Comments
Data can be loaded via command line using: https://github.com/miguelcleon/ODM2-Admin/blob/master/ODM2CZOData/management/commands/ProcessDataLoggerFile.py our via the web interface using processdata logger file: |
Are these logger files vendor specific, the output of specific instruments or vendor data logging software? Or are they essentially intermediate files you have defined to follow a set of conventions that makes them ready to load with your tools? From my quick inspection of the code you linked to, the latter seems to be the case. Thanks. |
some of the files are directly downloaded from campbell scientific data loggers and processed, other files are intermediate files with modest modifications for ingestion. |
How do you enter metadata like sampling feature details, related features,
method descriptions, people and organizations, etc? Through the log files,
or through a manual upload into the tables?
Thanks.
|
I have been doing a mixture of manual entry via the web app, Django ORM scripts and SQL scripts. |
This file is a sample Django ORM Script https://github.com/miguelcleon/ODM2-Admin/blob/master/ODM2CZOData/NewProcessinglevelForTimeSeries.py |
Thanks! Very helpful. |
|
|
The Jupyter notebooks can be run from the hydroshare Jupyter hub http://hydroroger.ncsa.illinois.edu/ |
Thanks for the additional info & clarifications. I was just adding information on this dormant "issue", to maintain it as a broadly useful resource on data loading topics in ODM2-Admin. |
@miguelcleon, I forget what mechanism you have developed to load data (and metadata) into the ODM2 database behind ODM2-Admin. I know you preserve sensor log files, so I assume you have a log-file loader for a set of pre-defined sensors. Besides that, does ODM2-Admin have the ability to do manual, form-drive data entry? If so, is it being used heavily? Or do you use your own Excel (or csv) templates as intermediates between miscellaneous data spreadsheets and ODM2? Thanks!
The text was updated successfully, but these errors were encountered: