geodesign / 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 "New" or "Revised" License
96 stars 39 forks source link

the problem about Raster Algebra #43

Closed xxqhh closed 4 years ago

xxqhh commented 4 years ago

Hi,I have a problem about algebra. image

xxqhh commented 4 years ago

I found that the plus sign didn't seem to be parsed. image

yellowcap commented 4 years ago

Yes you need to encode your formula parameter ("+" represents a white space in URLs, so you need to encode your url before requesting). Here is a tutorial on the topic https://www.urlencoder.io/python/