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

Generate output (preds) in common geospatial formats #18

Open
allanjust opened this issue Apr 14, 2022 · 2 comments
Open

Generate output (preds) in common geospatial formats #18

allanjust opened this issue Apr 14, 2022 · 2 comments
Labels
enhancement New feature or request
Milestone

Comments

@allanjust
Copy link
Member

Potentially use gdal to generate multilayer cloud-optimized geotiff by year (UTC). One layer per overpass over the prediction region.

  • overpass time was tile dependent (with ~5 min variation across adjacent tiles) -- perhaps will need to pick a reference tile?
  • unclear what other metadata to pass through
  • sometimes helpful to have original (raw) data for contrast with predicted values (pred); is this just useful for our evaluation papers or should we export both values for others or as separate (optional) files?
@allanjust allanjust added this to the Later milestone Apr 14, 2022
@allanjust allanjust added the enhancement New feature or request label Apr 14, 2022
@allanjust
Copy link
Member Author

allanjust commented Apr 14, 2022

This looks helpful:
https://geoexamples.com/other/2019-02-08-cog-tutorial/

@allanjust
Copy link
Member Author

perhaps we could consider parquet as an efficient target store for the prediction output (as big tabular data) still within the targets workflow (and more language agnostic than fst);
targets appears to leverage arrow::read_parquet() and arrow::write_parquet()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant