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

outsourced and restructured DEM preparation functionality #18

Merged
merged 3 commits into from Apr 7, 2022

Conversation

johntruckenbrodt
Copy link
Member

@johntruckenbrodt johntruckenbrodt commented Apr 6, 2022

This restructures the DEM and WBM preparation functionalities into a new dedicated module dem.
The module contains two functions:

  • dem.prepare: download DEM tiles and convert them into the MGRS tiling scheme
  • dem.mosaic: scene-specific mosaicking based on the output of dem_prepare

The created folder structure stays the same. A larger change is that the tiles are no longer downloaded for the whole bounding box of all scene geometries (which would download a lot of data for larger scene selections). Instead, only tiles covering individual scenes (plus a buffer) are downloaded. This requires repeated access to the DEM storage servers.

@johntruckenbrodt johntruckenbrodt merged commit f844b49 into main Apr 7, 2022
@johntruckenbrodt johntruckenbrodt deleted the feature/dem_func_restructure branch April 7, 2022 16:05
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

Successfully merging this pull request may close these issues.

None yet

1 participant