Skip to content

Latest commit

 

History

History
526 lines (376 loc) · 15.1 KB

NEWS.rst

File metadata and controls

526 lines (376 loc) · 15.1 KB

telluric 0.14.4 (2023-04-18)

  • Remove a deprecation warning (#326)

telluric 0.14.3 (2023-01-11)

  • Fix memory leak (#262)

telluric 0.14.2 (2022-11-17)

  • Rasterio 1.3.x compatibility, add Python 3.10 support (#323)

telluric 0.14.1 (2022-10-06)

telluric 0.14.0 (2022-02-17)

  • Add RPCs support (#317)

telluric 0.13.14 (2022-01-28)

  • Remove invalid creation options (#314, #315)

telluric 0.13.13 (2021-12-14)

telluric 0.13.12 (2021-11-16)

  • Use non-zero precision for windows rounding (#311)

telluric 0.13.11 (2021-10-19)

Changes

  • Add <UseMaskBand>true</UseMaskBand> element to intermediate VRTs (#309)

telluric 0.13.10 (2021-10-10)

Changes

telluric 0.13.9 (2021-07-01)

Changes

  • Switch to Rasterio 1.2.0 and higher (#302)

telluric 0.13.8 (2021-06-13)

Changes

telluric 0.13.7 (2021-05-13)

Changes

telluric 0.13.6 (2021-04-23)

Changes

telluric 0.13.5 (2021-03-16)

Changes

telluric 0.13.4 (2021-02-23)

Changes

telluric 0.13.3 (2021-02-15)

Changes

telluric 0.13.2 (2020-11-27)

Changes

  • Fix more imports when visualization dependencies are not installed (#283)

telluric 0.13.1 (2020-11-26)

Changes

  • Fix imports when visualization dependencies are not installed (#281)
  • Remove several deprecation warnings (#281)

telluric 0.13.0 (2020-11-25)

Changes

  • Make visualization dependencies optional (#260)

telluric 0.12.1 (2020-08-10)

Bug fixes

telluric 0.12.0 (2020-08-02)

New features

  • Preserve nodata value while saving rasters (#271)
  • FileCollection created out of file-like object can be iterated (#272)

telluric 0.11.1 (2020-06-27)

Bug fixes

telluric 0.11.0 (2019-12-02)

New features

telluric 0.10.8 (2019-08-30)

Bug fixes

  • Now reprojection retains nodata values

telluric 0.10.7 (2019-06-06)

New features

  • Adding support of resources accesed through HTTP and HTTPS to VRT (#248)

Big fixes

telluric 0.10.6 (2019-05-02)

New features

  • Creating COG with internal mask (#244)
  • Removed pinning for pyproj (#245)

telluric 0.10.5 (2019-04-08)

Bug fixes

  • Workaround to overcome impossible transformations (#241)

telluric 0.10.4 (2019-03-17)

Bug fixes

  • Prevent image loading while copying (#235)

New features

telluric 0.10.3 (2019-01-10)

Bug fixes

telluric 0.10.2 (2019-01-10)

New features

Bug fixes

telluric 0.10.1 (2018-12-27)

Bug fixes

telluric 0.10.0 (2018-12-21)

New features

Bug fixes

telluric 0.9.1 (2018-12-14)

New features

  • LZW compression is used by default for creating COG rasters (#200)
  • Added way to change port for local tile server (#202)

Bug fixes

telluric 0.9.0 (2018-12-12)

New features

Bug fixes

telluric 0.8.0 (2018-11-18)

New features

  • Interactive representation of rasters in Jupyter Notebook (#178)
  • Fiona 1.8.1 and Rasterio 1.0.10 compatibility (#179, #180)

telluric 0.7.1 (2018-11-12)

Bug fixes

  • Removed :py:mod:`pyplot` import from the module level to overcome issues at headless environments (#177)

telluric 0.7.0 (2018-11-06)

New features

Bug fixes

  • Workaround to overcome fiona's GDAL environment issue (#175)

telluric 0.6.0 (2018-11-05)

New features

Bug fixes

  • Workaround to overcome rasterio's GDAL environment issue (#174)

telluric 0.5.0 (2018-10-26)

New features

telluric 0.4.1 (2018-10-23)

Bug fixes

telluric 0.4.0 (2018-10-19)

New features

Bug fixes

telluric 0.3.0 (2018-09-20)

New features

telluric 0.2.1 (2018-09-12)

Bug fixes

telluric 0.2.0 (2018-08-22)

New features

Deprecations and removals

  • Rasterization methods no longer support specifying a "nodata" value, and an appropriate nodata value will be generated depending on the fill value(s) (#28, #34)
  • Properties in the sense of the GeoJSON standard are now called "properties" instead of "attributes" for consistency (#84)
  • Non georeferenced raster data is no longer supported (although we are considering re adding it under some restrictions) (#64, #74)
  • It is not required for collections to be reprojected to output CRS for rasterization with fill_value (#125)

Bug fixes

telluric 0.1.0 (2018-04-21)

Initial release 🎉