hotosm / oam-dynamic-tiler

Dynamic tiling of raster data for OpenAerialMap + others
Other
35 stars 12 forks source link

Imagery sans masks #18

Closed mojodna closed 7 years ago

mojodna commented 7 years ago

When creating warped VRTs, -dstalpha is now used to provide an implicit alpha mask based on the bounds of the image (when none is otherwise available). app.py now understands how to deal with 3- and 4-band sources w/o masks.

bin/get_metadata.py picked up a --include-mask argument (facilitated by click) that can be omitted when masks are not generated.

Fixes #6