Re: [Geoserver-users] COG plugin error: Unable to read header for url

2023-05-15 Thread Marek Kadlečík
Hello, sorry for the late reply, the email fell into spam :/ Yeah, we just figured out on GitHub that this helps ( https://github.com/geosolutions-it/imageio-ext/issues/223). Currently I'm struggling with the REST API http request payload. When I create a Coverage Store through GUI, it works fine,

Re: [Geoserver-users] COG plugin error: Unable to read header for url

2023-05-15 Thread Marek Kadlečík
Oh you suggested s3://dev/cog.tif so I needed to change url when creating the coverage store, I didn't realize my bad. Okay it fully works now :) Thank you po 15. 5. 2023 o 12:27 Marek Kadlečík napísal(a): > Hello, > sorry for the late reply, the email fell into spam :/ > Yeah, we just figured

[Geoserver-users] Netcdf -filesize increases by clipping with shapefile

2023-05-15 Thread Matina Nikolopoulou
I have a netcdf 700MB, dp(time=169, lat=2250, lon=1670) and I want to clip it with a shapefile. data = xarray.open_dataset('mynetcdf.nc') data.rio.set_spatial_dims(x_dim="lon", y_dim="lat", inplace=True) data.rio.write_crs("epsg:4326", inplace=True) Shapefile = geopandas.read_file('mask1.shp',

Re: [Geoserver-users] Netcdf -filesize increases by clipping with shapefile

2023-05-15 Thread Amirhossein Nikfal
As far as I know, in such cases, there might be two issues: 1) The boundary of your shapefile spans the boundary of the original NetCDF. 2) The output (new.nc) has a different data type with larger size. For example, "mynectdf.nc" might be float32, and "new.nc" might be float64. On Mon, May 15,

[Geoserver-users] WMTS and metatiling/labelling

2023-05-15 Thread Mitchell Bösecke
Hi, I've been experimenting with switching from WMS (tiled=true) to WMTS and I was surprised to find out that WMTS uses metatiling just like WMS. I'm ultimately trying to eliminate metatiling for performance reasons (locking seems to be my bottleneck, I'm okay hitting my postgis database more,

Re: [Geoserver-users] WMTS and metatiling/labelling

2023-05-15 Thread Rahkonen Jukka
Hi, Preseed your cache and you can pay the price of metatiling in advance and only once. Then WMTS can serve you from the cache fast and with well-cut labels. -Jukka Rahkonen- Lähettäjä: Mitchell Bösecke Lähetetty: maanantai 15. toukokuuta 2023 20.28 Vastaanottaja:

[Geoserver-users] Add new types to geoserver

2023-05-15 Thread WaZy
Hello I'm new here and I would like to know how I could add the mapping for a new type in Geoserver. I'm actually using MobilityDB which is an extension to the PostgreSQL database system and its spatial extension PostGIS. It allows temporal and spatio-temporal objects to be stored in the