mojodna / marblecutter

Dynamic tiling of raster data for OpenAerialMap + others
Other
121 stars 25 forks source link

Switch back to minimal footprints #92

Open mojodna opened 6 years ago

mojodna commented 6 years ago

We switched to maximal footprints in order to pick up places like the southwest corner near Santa Cruz. With the switch to bounding box filling, covering empty pixels now produces transparencies in the resulting output. Switching back to minimal footprints (and buffering the bounding box) should eliminate the voids and pick up places that would have been missed previously.

nvkelso commented 6 years ago

Noting here this mostly affects terrain data, not aerial imagery data.

mojodna commented 6 years ago

There are 3 steps to this:

mojodna commented 6 years ago

Also look into rio's --with-nodata option (in addition to / conditionally instead of --mask); with bbox filling, unmasked water areas need to be seen as uncovered to pick resolution to use behind them.