[Geoserver-users] crop netcdf in geoserver

2023-05-18 Thread Matina Nikolopoulou
Hello, I have a netcdf and a shapefile. I have installed the wps plugin in geoserver in order to use gsCropCoverage for cropping the raster by the shapefile. I created a layer group with both the raster and shapefile but I haven't found any solution.I thought that there will be an option of using

[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] legend options

2023-04-04 Thread Matina Nikolopoulou
ove and below, alternatively... > > Seems to me coding is needed to achieve what yo want. In this case, the > following document applies: > > https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-fixes,-improvements-and-new-features-in-GeoServer > > Cheer

Re: [Geoserver-users] legend options

2023-04-04 Thread Matina Nikolopoulou
tal, not sure what you're trying to get? The following seems > to work as expected: > > > https://gs-main.geosolutionsgroup.com/geoserver/ows?service=WMS=1.3.0=GetLegendGraphic=image%2Fpng=20=20=topp%3Astates=true_options=layout:horizontal > > [image: image.png] > > Cheers >

[Geoserver-users] legend options

2023-03-31 Thread Matina Nikolopoulou
I am trying to make my legend transparent, request=GetLegendGraphic=1.1.1=image%2Fpng=True= but there is no change and by horizontal option I got only the icon horizontal, not the values. Is there a way? Thank you, Matina ___ Geoserver-users

Re: [Geoserver-users] netcdf automatic update

2023-03-31 Thread Matina Nikolopoulou
t; http://localhost:8080/geoserver/rest/workspaces/myworkspace/coveragestores/mycoveragestore > name/file.netcdf". > > On 08.03.23 12:44, Matina Nikolopoulou wrote: > > Thank you very much Martin, > by copy-paste my file manually and using POST reset I can see the > updated one, but s

Re: [Geoserver-users] netcdf automatic update

2023-03-08 Thread Matina Nikolopoulou
the update. However, I don't know if you need to do > anything in addition with caching in order to properly work with WMS. > > Kind regards, > Martin > > > On 07.03.23 12:19, Matina Nikolopoulou wrote: > > I am trying the update with geoserver rest api for coveragest

Re: [Geoserver-users] netcdf automatic update

2023-03-07 Thread Matina Nikolopoulou
I am trying the update with geoserver rest api for coveragestores, by POST. Is that possible? I have one netcdf store, I don't use mosaic. On Mon, Mar 6, 2023 at 12:27 PM Matina Nikolopoulou wrote: > Hello, I am working on a project where I uploaded a netcdf file with > time dimension,

[Geoserver-users] netcdf automatic update

2023-03-06 Thread Matina Nikolopoulou
Hello, I am working on a project where I uploaded a netcdf file with time dimension, I use WMS service and this .nc has to be updated on a daily basis. I have updated the file with the new one but wms still services the previous one. Do you have any idea how this can be achieved automatically