Skip to content

Latest commit

 

History

History
400 lines (293 loc) · 12 KB

NEWS.rst

File metadata and controls

400 lines (293 loc) · 12 KB

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 🎉