Terracotta Versions Save

A light-weight, versatile XYZ tile server, built with Flask and Rasterio :earth_africa:

v0.8.3

2 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/DHI/terracotta/compare/v0.8.2...v0.8.3

v0.8.2

4 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/DHI-GRAS/terracotta/compare/v0.8.1...v0.8.2

v0.8.1

7 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/DHI-GRAS/terracotta/compare/v0.8.0...v0.8.1

v0.8.0

1 year ago

This release contains breaking changes, which means that databases created with Terracotta v0.7.x are not compatible with v0.8.x.

To upgrade an existing database you can use the new command terracotta migrate (experimental):

$ terracotta migrate mydb.sqlite

On a positive note, Terracotta now supports PostgreSQL as database flavor.

What's Changed

New Contributors

Full Changelog: https://github.com/DHI-GRAS/terracotta/compare/v0.7.5...v0.8.0

v0.7.5

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/DHI-GRAS/terracotta/compare/v0.7.4...v0.7.5

v0.7.4

2 years ago

What's Changed

Full Changelog: https://github.com/DHI-GRAS/terracotta/compare/v0.7.3...v0.7.4

v0.7.3

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/DHI-GRAS/terracotta/compare/v0.7.2...v0.7.3

v0.7.2

2 years ago

Fixes a bug that made TC_EXTRA_CMAP_FOLDER unusable.

v0.7.1

3 years ago

New features

  • A whole new and shiny preview app in React (thanks to @bertearazvan).
  • terracotta ingest now has a --skip-existing option.
  • Use of multiprocessing is now configurable via TC_USE_MULTIPROCESSING.

Bug fixes

  • Automatically respawns broken process pools.
  • Better MySQL caching and URL parsing.
  • Bumped dependencies.

v0.7.0

3 years ago

We added support for custom color maps and fixes to the raster driver and the MySQL database driver

Changes

  • You can now conveniently include your custom color maps in an EXTRA_CMAP_FOLDER of your choosing, thanks to @dionhaefner
  • Rasters with existing alpha bands now just work (#176) fixed by @dionhaefner
  • /colormap response changed: JSON key is called rgba instead of rgb and contains 4 values.

Bug fixes

  • MySQL database driver getting into broken state limbo is now prevented (#174), by @j08lue and @dionhaefner

Other

  • Docs now rst-magically build the color map visualizations and got rid of their Matplotlib dependency, by @dionhaefner