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

Resample to best resolution #78

Open
8 tasks
rburghol opened this issue Aug 5, 2024 · 0 comments
Open
8 tasks

Resample to best resolution #78

rburghol opened this issue Aug 5, 2024 · 0 comments

Comments

@rburghol
Copy link
Contributor

rburghol commented Aug 5, 2024

  • Convert all into final raster resolution
    • see prototype code under heading "Create Best Fit Raster Dataset" in sub-sections "Create a base raster for the model domain" and "Create a raster clipped to the coverage. " at Raster Mashups #55
    • Let's talk through the logic of doing this step last, ie., it could be beneficial from the standpoint of saving time/storage space, and also fitting into a work flow as a separate step. Or, it could be iniefficient given that evidence suggests that loadin rasters into memory for processing is a large part of processing time. see resampling performance testing results in section "Use Explicit Feature IDs to simplify query planner" of Tiling and raster performance #70
  • Develop ability to export coverage raster data for a given day for external visulization. Follow instructions in "Export Sample Records as geotiff or ping" in Raster Mashups #55
    • We may put this into the analyze step of geo workflow, or even create a separate qa branch so as not to create too many visualizations, or even make a completely separate, non-flowable script.
  • Finalize the above into robust, modular workflowable scripts
    • generate new hourly precip value for alternate raster dataset
    • run QA steps
This was referenced Aug 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant