django-raster icon indicating copy to clipboard operation
django-raster copied to clipboard

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.

Results 16 django-raster issues
Sort by recently updated
recently updated
newest added

It seems this line: https://github.com/geodesign/django-raster/blob/34fffe3d1f921b2850d3cad598a3c9b382e1fec7/raster/urls.py#L1 Is giving an error: ``` #20 1.022 File "/usr/local/lib/python3.9/site-packages/raster/urls.py", line 1, in #20 1.022 from django.conf.urls import url #20 1.022 ImportError: cannot import name 'url'...

Hi I made some changes in here: https://github.com/justRishi/django-raster/tree/improve-working-with-big-raster-files-needs-lot-of-ram I put it here as an issue , as not sure If you would like my pull request. Description: ## Problem statement...

## Problem If RASTER_USE_CELERY = True and (RASTER_PARSE_SINGLE_TASK = False or not set) then a temp file is created multiple times in def open_raster_file in RasterLayerParser in parser.py Also when...

I'm trying to add raster into Raster layers using admin page, but everytime i tried it always give [WinError 32], I already tried to change permission on admin page and...

Default colormap (if not setting up a legend) is not working properly (no range attribute set). This leads to color artefacts like this: ![grafik](https://user-images.githubusercontent.com/17476051/133428268-66be7a06-0c88-4479-8ccd-7a309522d013.png) This is related to code in...

Hi, I have an issue with the use of programmatically created legends, but I am not sure if this is a bug or a misuse of my part. First, I...

Hello! This is a pretty great package, but I seem not to be able to put multiple input rasters into the same RasterLayer. This would be useful for cases such...

Issue Current migrations require that the django-raster library's tables are created at the "default" database connection in settings.py. This did not allow the library to work with multiple databases and...

Can it be that the latest update also added support for python 3.8? Before I was not able to parse raster with 3.8 and had to downgrade to 3.6. But...