-
Notifications
You must be signed in to change notification settings - Fork 1
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
Incorporate NOAA and NCALM to search #37
Conversation
Fixed merge conflict between remote branches local vs cryocloud on updated main.py search
…nd accept arguments from _validate_temporal_bounds
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this great addition @Jack-Hayes, really appreciate the added docs too! Just pushed a couple commits to make the tests and linter happy. We can revisit some of the TODO comments later, as this is already a good amount of content for one PR.
Added the NOAA Coastal LiDAR and NCALM datasets to the search via the OpenTopo API. This is messy and dependent on a fixed structure of the catalogs' responses. Using the requests library to do so.