Skip to content

Releases: wri/gfw_pixetl

Version 1.7.5

12 Dec 19:21
56101f6
Compare
Choose a tag to compare
  • 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

15 Aug 20:48
e82af55
Compare
Choose a tag to compare
  • Refactor portions of RasterSrcTile
  • Updated pre-commit package versions

Version 1.7.6

25 Jan 17:30
760d63e
Compare
Choose a tag to compare
  • 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

16 Dec 18:13
134022d
Compare
Choose a tag to compare

Upgrade to GDAL version 3.6.1 for bugfixes to ogr2ogr's handling of temporary tables

Version 1.7.2

13 Dec 20:12
98be1f7
Compare
Choose a tag to compare

Upgrade GDAL to 3.6.0, rasterio to 1.3.4, Python to 3.10, Python packages
Various minor fixes

Version 1.7.0

08 Nov 21:48
da7c395
Compare
Choose a tag to compare

Add support for >26 input bands

Version 1.6.9

16 Aug 15:07
81ee7bc
Compare
Choose a tag to compare
  • 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

27 May 19:32
5a392da
Compare
Choose a tag to compare
  • 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

03 Feb 20:53
fd3a0cd
Compare
Choose a tag to compare
  • 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

24 Nov 21:14
e50ec4c
Compare
Choose a tag to compare
  • 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