koordinates / kart

Distributed version-control for geospatial and tabular data
https://kartproject.org
Other
515 stars 39 forks source link

Switch on writing of VRTs by default #956

Open olsen232 opened 7 months ago

olsen232 commented 7 months ago

... during working copy checkout of raster datasets. Adds a utility method to check if an environment variable is turned off since bool(os.environ.get(key)) won't work anymore.

Checklist:

hamishcampbell commented 7 months ago

We're undertaking some software testing to make sure this behaviour won't have unintended side-effects in some commonly used software packages.