Emil Haldrup Eriksen
Emil Haldrup Eriksen
I imagine that it's simple if one knows how to do it ;). In your code, could you share the imports? And is the "~transform" operation an actual function of...
Ah, i see, thanks. With slight modifications (it seems that the transform does not work on lists of coordinates), ``` import rasterio import rasterio.warp import rasterio.windows lat = 55.871610 lon...
(the close action was unintentional)
Thank you for some great inputs! I am now realizing that what i was initially asking might not be possible - at least not when my data grid is in...
### Index lookup In my proposed workflow above i am not using a lookup raster. Rather i am interpolating my data onto a uniform grid in 'EPSG:3857' prior to creating...
For anyone else with this issue, I got it working using a small extension that fetches point data from the geotiff. You can find it here, https://pypi.org/project/terracotta-toolbelt/ Be aware that...
Thanks for the example, @dionhaefner ! It looks really cool. In terms of raw performance, it's definitly better than my approach, and it's also great to see an approach that's...
1. Ah, i didn't know that. But i guess that it could still be an issue for custom color maps. That being said, I agree that in most cases, it's...
Yes, i did a simple benchmark requesting a few thousand random (to avoid caching) points. With my current implementation, the mean request time is around 2 ms on my work...
Yes, there is no limitation on the number of components.