-
Notifications
You must be signed in to change notification settings - Fork 24
Finalizing ATN to OBIS-USA notebook #304
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
base: main
Are you sure you want to change the base?
Conversation
adjusting eventID ask for user input before pushing to IPT
add error handling for missing file in mapping table. adding accession info to occurrence. simplify geometry in event
Add error checking for if we push new data structure. What happens on the IPT when we push incorrect stuff. Lots of error checking needed here. |
I know, I know, I keep moving things around. But, that's how things evolve, right?! With the help of @ocefpaf, we started porting this notebook over into a python package. I think I'd like the bio_data_guide (this PR) to have a notebook that shows how to run the package we will develop. That makes this example much simpler and we don't loose the connection to the collection. |
moving ATN translation code from R (.qmd file) to a jupyter notebook in Python.
The notebook:
Closes #145