Oslandia / deeposlandia

Migrated to: https://gitlab.com/Oslandia/deeposlandia
MIT License
59 stars 16 forks source link

Draw the tile grid only if required #155

Closed delhomer closed 4 years ago

delhomer commented 4 years ago

This PR adds a new CLI argument for postprocessing.

Until now, we have drawn a regular grid on the resulting raster in order to materialize the working tiles. However such a grid is a debugging artefact that won't be necessary in some use cases.

Hence one adds a -g/--draw-grid boolean argument, that makes the grid draw optional.