-
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
feat: migrate to production veda stac catalog and titiler AND update GHG URLs #120
Conversation
✅ Deploy Preview for earth-information-center ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
I don't have access to veda-architecture so I can't read the documentation to test. |
@agurvich The checklist linked is more of prod readiness checklist the data services team uses to ensure the new endpoints are ready to go before the dashboard makes this update. The things we'd like to validate on our end though is to make sure anything referencing these endpoints are tested to make sure they still work as is. So looks like we should be testing the E&A feature like adding layers and running analysis to see if everything is still working as is 👍🏼 |
@agurvich sorry about that link to an inaccessible veda-architecture issue. The list was the fine grained details of how the data services team audited the production system after moving the COGs, database, and services to the new higher security AWS account. We used a search of this repo, veda-config-eic, and veda-config to identify which data should be promoted to the new production account. After auditing for parity we are opening this PR to cut EIC over to the new production system (away from the staging system which will be persisted but is intended for more experimental data). Please reach out with any issues and let us know how we can support transitioning EIC to production! EDIT: sorry missed @sandrahoang686's comment, she already covered it! |
Gotcha, thanks for explaining! So what am I responsible for testing here? I don't fully understand what changed for the end-user or what was touched in the backend. |
I went through and manually explored the datasets and layers, and created some time series charts in the analysis page. The only issue I found was with the U.S. Gridded Anthropogenic Methane Emissions Inventory dataset. None of the layers loaded in the exploration page. I also see this on production, though, so maybe it just my machine, or a separate issue? |
@aboydnw thanks for doing that manual exploration! It looks like the that methane emissions problem is related to a GHG dataset (not in openveda.cloud). I think the problem is actually caused by GHG layer URLs here https://github.com/NASA-IMPACT/veda-config-eic/blob/develop/datasets/epa-ch4emission-v2express.data.mdx?plain=1#L22 I think those were recently updated? |
|
@sandrahoang686 and I have now both re-run the geoglam analysis in the preview successfully. It seems to be an ephemeral problem related to the preview, not the API |
Linked PR: NASA-IMPACT/veda-ui#1019
Changed
Why are you creating this Pull Request?
To migrate the Dashboard usage of VEDA backend APIs to new production openveda.cloud VEDA instance.
How tested
Steps taken to validate the new production VEDA instance are documented here.