Releases: wri/gfw_pixetl
Releases · wri/gfw_pixetl
Version 1.7.5
- Improve robustness of vector rasterization by introducing separate fetch_tile_data stage
- Limit parallelization when talking to DB to avoid hammering it
- More refactoring of code from raster_src_tile into utility functions
- Pin some versions, update packages
- Clean-up testing a bit, add tests
- Decrease some excessive logging
- Add --moto-port to test script
Version 1.7.4
- Refactor portions of RasterSrcTile
- Updated pre-commit package versions
Version 1.7.6
- Fixes rasterization (broken in 1.7.5) by using geoparquet instead of plain parquet intermediate files
- Upgrades to GDAL v3.8.3
Version 1.7.3
Upgrade to GDAL version 3.6.1 for bugfixes to ogr2ogr's handling of temporary tables
Version 1.7.2
Upgrade GDAL to 3.6.0, rasterio to 1.3.4, Python to 3.10, Python packages
Various minor fixes
Version 1.7.0
Add support for >26 input bands
Version 1.6.9
- Log (instead of throwing an exception) cases where a job's exit code is 0 but there is output on stderr
Version 1.6.8
- Check for stderr for errors from GDAL commands, since sometimes they still return exit code 0 on error
- For errors with DB connections suddenly, wait and retry to see if it the DB was just overloaded
- Add options for 10 km^2 grid for resampling
Version 1.6.4
- Drop requirement for a calc string with multiple src URIs or output bands. The default behavior (stack the inputs, un-transformed) is sometimes exactly what you want.
Version 1.6.3
- One may now specify an incomplete prefix with a "*" on the end to simulate globbing
- A crippling bug in create_vrt was fixed
- Package dependencies updates have been reverted, will be re-introduced more carefully in a PR which does just that