mapbox / rio-mbtiles

A plugin command for the Rasterio CLI that exports a raster dataset to an MBTiles 1.1 SQLite file
MIT License
125 stars 36 forks source link

Require Python 3.7+ #58

Open sgillies opened 4 years ago

sgillies commented 4 years ago

Specifically: require concurrent.futures with ThreadPool initializer and initargs.

sgillies commented 4 years ago

Version 1.5.0 will be a stepping stone, providing multiprocessing and c.f. implementations of process_tiles() and printing a warning for python versions < 3.7.