Guillaume Larocque

Results 29 comments of Guillaume Larocque

@sandeepgadhwal Do you have this fully working without the templates not found errors?

I finally got this working without the missing templates problem. The key seems to be in setting this section of the app_config.yml file: ```` tiler: filter: 'mapnik' internal: protocol: 'http'...

This would be a huge improvement for the scalability of Omniscape. I feel like solution 1 would be infinitely scalable, which isn't the case for solution 2, no?

But thinking more about it, option 2 if implemented well could be more suited for HPC where each thread is using very little memory. Ultimately, this might be the best...

I tested option 1 by splitting the input resistance map in Bash+GDAL first into overlapping tiles, then running Omniscape on each tile, and finally remosaic the tiles in Python using...

Just a note to mention that gdal_merge.py doesn't allow to take the maximum value of overlapping pixels. If you don't do this, there will be some serious stitch marks.

Also, it's not possible to digitize a polygon that crosses the antimeridian in Terra + Maplibre when the map projection is set to globe. It will create the polygon by...

@JamesLMilner From my understanding, Maplibre allows coordinates outside -180, 180 to enable creating features that extend beyond the antimeridian. In fact, adding a polygon with Terra Draw in Maplibre with...

This is probably an issue with the bbox in our STAC catalog being in the CRS of the item, and not in 4326. Will revisit once corrected.