[MapServer-users] Mosaicking large number of rasters

2024-01-18 Thread Aleš Grlj via MapServer-users
I have all my rasters in one table, I would like to serve them through WMS. I Generate the mapfile with mapscript and query the rasters with: ms_layer.data = f"PG:host='{HOST}' user='{USER}' password='{PASS}' " \ f"dbname='{DB}' schema='{some_schema}' table='{some_table}' " \

Re: [MapServer-users] WCS no data issuse

2023-08-17 Thread Aleš Grlj
Hi, 1. For me, specifying wcs_nilvalues" "-" in the mapfile layer metadata worked and WCS returns non-zero and transparent no data. - is no data value of my rasters read from the database but it should work on other storages too. 2. MapServer will not aggregate mosaics for you as far