Orestis Herodotou
Orestis Herodotou
I'm also interested if there's a way to make dynamic queries to the postgres database with tegola, and generate tiles in "realtime"
@ARolek I am interested in both: 1) Serve data directly from the database 2) Queries (request tiles with a query... aka define a layer with a query then request tiles)...
I understand that Tegola's server capabilities don't allow for queries via a uri request, but could I build a an http server in front of Tegola that generated new provider.layer...
@dBitech Thank you for clarifying. So next question, would it be appropriate to try to replicate the desired behavior by using Tegola as a serverless function, with AWS Lambda or...
Thanks, this was my assumption too, but the `masked_array` seems to be empty. Here is the basic code I'm using to create: ```python # Add layer with data from rasters...
Yes it seems to work as you've posted with the test rasters. What property on the TimeSeriesLayer is it looking at, maybe I can try to see how my rasters...
@dorukozturk I pulled master and reinstalled but I am now getting an error when I start `geonotebook`: ``` ImportError: /home/USERDIR/.applications/anaconda3/envs/geo2/lib/python2.7/site-packages/rasterio/_warp.so: undefined symbol: _ZTINSt8ios_base7failureB5cxx11E ``` Full stack trace: ``` [W 10:22:38.135...
`gdal-config --version` : 2.1.0 `pip freeze`: GDAL==2.1.0
Apologies if my questions seemed pretty general, I can try to be more specific about my general setup. I notice sluggishness when using several chromium browser windows and tabs which...
For anyone coming across this thread: I've had success so far with https://github.com/qiwi/multi-semantic-release. Seems to work fine with NPM7 Monorepos