django-raster

Django-raster allows you to create tiled map services (TMS) and raster map algebra end points for web maps. It is Python-based, and requires GeoDjango with a PostGIS backend.

BSD-3-CLAUSE License

Downloads
1.2K
Stars
96
Committers
13

Bot releases are visible (Hide)

django-raster - 0.8.1 Latest Release

Published by yellowcap over 3 years ago

  • Compatability with Celery 5
  • Fix for file lock on windows.
django-raster - 0.8

Published by yellowcap over 3 years ago

django-raster - 0.7

Published by yellowcap over 5 years ago

django-raster - 0.6

Published by yellowcap over 6 years ago

django-raster - 0.5

Published by yellowcap over 7 years ago

  • Added statistics computation to valuecount module. Aggregate statistics (min, max, avg, std) are now part of the aggregation routine for all aggregation calls.
  • Increased test coverage.
  • Fixed nodata none bug.
django-raster - 0.4

Published by yellowcap over 7 years ago

Important notice: When upgrading to this version, a data migration is executed.

This release includes a change in the legend model structure. The legend entries are moved to a direct foreign key structure instead of the many to many that exists now. The "code" field values, which are currently stored in a "through" table are moved to an attribute of the legend entry.

This data migration should happen automatically and without problem, but having a backup of your database before upgrading the version is recommended.

Celery>=4.0 is now a requirement. Celery 4 has some breaking changes when compared to version 3.x, so this upgrade might require some work on your celery configuration.

Other changes are limited to several small bug fixes.

django-raster - 0.3.1

Published by yellowcap over 7 years ago

  • Compatibility with Celery 4.0.
  • Fixes time-stamp issue for parse logs on Windows.
  • Added setting to force raster parsing in a single task.
django-raster -

Published by yellowcap about 8 years ago

django-raster -

Published by yellowcap over 8 years ago

Package Rankings
Top 8.38% on Pypi.org
Related Projects