You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
is there a way to annotate a RasterLayer queryset with pixel value for given coordinates? If not, how would you do to retrieve pixel value for a bunch of RasterLayer in an effective manner?
Thanks.
The text was updated successfully, but these errors were encountered:
But I suppose you want to to this server side. For this case the quickest way is probably to identify the RasterTile that intersects with your point, get the tile, and use an internal utility function from django-raster to get the correct pixel.
Hi,
is there a way to annotate a RasterLayer queryset with pixel value for given coordinates? If not, how would you do to retrieve pixel value for a bunch of RasterLayer in an effective manner?
Thanks.
The text was updated successfully, but these errors were encountered: