[Geoserver-users] "Image Mosaic JDBC" plugin is not available for GeoServer V2.22

2023-04-05 Thread Amirhossein Nikfal
Dear fellows, Following https://docs.geoserver.org/2.19.x/en/user/community/imagemosaic-jdbc/index.html : The "Image Mosaic JDBC" plugin for Geoserver version 2.22 is not available. In fact it is not available for versions 2.20 and higher. Best, Amir Nikfal ___

Re: [Geoserver-users] "Image Mosaic JDBC" plugin is not available for GeoServer V2.22

2023-04-05 Thread Amirhossein Nikfal
om the GeoServer source > code, > after years without a dedicated maintainer. > > See the full answer on a similar thread. > > https://sourceforge.net/p/geoserver/mailman/geoserver-users/thread/61ddb27d-9187-bde0-34ae-48700befa703%40meggsimum.de/#msg37377981 > > On Wed, 5 Apr 20

[Geoserver-users] NetCDF data cannot be saved by the GeoServer raster data source

2023-04-12 Thread Amirhossein Nikfal
I have posted the issue in Stackoverflow: https://stackoverflow.com/questions/75996086/netcdf-data-cannot-be-saved-by-the-geoserver-raster-data-source ___ Geoserver-users mailing list Please make sure you read the following two resources before posting t

[Geoserver-users] NetCDF data with 2D coordinate variables

2023-05-02 Thread Amirhossein Nikfal
Dear fellows, I have problems with storing NetCDF files with 2D coordinates. NetCDF files with 1D variables can be stored without problem. Would you please introduce a sample 2D NetCDF data file that can be stored by GeoServer? Best, Amirhossein PS: Bellow are the errors after trying to store t

Re: [Geoserver-users] NetCDF data with 2D coordinate variables

2023-05-04 Thread Amirhossein Nikfal
gt; but if your variable contains, say, a vector, magnitude and direction for > each point, then no, the reader does not support it. > > Best regards > Andrea > > On Tue, May 2, 2023 at 7:09 PM Amirhossein Nikfal > wrote: > >> Dear fellows, >> >> I have probl

Re: [Geoserver-users] NetCDF data with 2D coordinate variables

2023-05-05 Thread Amirhossein Nikfal
:09 PM Andrea Aime < andrea.a...@geosolutionsgroup.com> wrote: > On Thu, May 4, 2023 at 3:09 PM Amirhossein Nikfal > wrote: > >> Well actually in the documentation >> <https://docs.geoserver.org/stable/en/user/extensions/netcdf/netcdf.html#two-dimensional-coordinate-vari

Re: [Geoserver-users] NetCDF data with 2D coordinate variables

2023-05-05 Thread Amirhossein Nikfal
in the docs. > > Andrea > > Il ven 5 mag 2023, 13:57 Amirhossein Nikfal ha > scritto: > >> Thank you very much for the data. However, the file (sst.nc) you sent >> had 1D coordinates. These kinds of coordinates are okay in GeoServer: >> lat_1D: float32 lat(y) &g

Re: [Geoserver-users] NetCDF data with 2D coordinate variables

2023-05-05 Thread Amirhossein Nikfal
ed as single dimension coordinates. Best, Amir On Fri, May 5, 2023 at 3:28 PM Amirhossein Nikfal wrote: > I think it is clearly mentioned in the documentation that NetCDF with 2D > lat/lon are supported by GeoServer: > > https://docs.geoserver.org/stable/en/user/extensions/netcdf/net

[Geoserver-users] Using geotools within geoserver

2023-05-08 Thread Amirhossein Nikfal
Regarding: https://docs.geoserver.org/stable/en/user/extensions/netcdf/netcdf.html A number of system properties allow us to configure this behavior: - org.geotools.coverage.io.netcdf.param.max - org.geotools.coverage.io.netcdf.param.min - org.geotools.coverage.io.netcdf.auxiliary.store How can I

Re: [Geoserver-users] Using geotools within geoserver

2023-05-09 Thread Amirhossein Nikfal
Thanks for the clarification. If someone wanted to develop GeoServer to make it support NetCDF with 2D lat/lon, how should he start? What would be the first steps? Best, Amirhossein On Tue, May 9, 2023 at 9:46 AM Andrea Aime < andrea.a...@geosolutionsgroup.com> wrote: > On Tue, May 9, 2023 at 3:

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, 20

[Geoserver-users] NetCDF test data

2023-06-21 Thread Amirhossein Nikfal
The NetCDF test data with *two-dimensional coordinate* variables has actually one-dimensional coordinates: modules/plugin/coverage-multidim/netcdf/src/test/resources/org/geotools/coverage/io/netcdf/test-data/2DLatLonCoverage2.nc Where can I find a sample NetCDF file with *two-dimensional coordinat

[Geoserver-users] How to make plugins available in geoserver, after compilation

2023-08-01 Thread Amirhossein Nikfal
plugin is still not available in geoserver. Would you please inform me what I should do? Best regards, Amirhossein Nikfal ___ Geoserver-users mailing list Please make sure you read the following two resources before posting to this list: - Earning

Re: [Geoserver-users] How to make plugins available in geoserver, after compilation

2023-08-02 Thread Amirhossein Nikfal
besides ".nc". On Wed, Aug 2, 2023 at 10:07 AM Brad Hards wrote: > On Tuesday, 1 August 2023 11:37:06 PM AEST Amirhossein Nikfal wrote: > > > After building the plugin by: mvn clean install -P netcdf > > > It seems to be build in the path: > >

[Geoserver-users] Java Compatibility

2023-08-14 Thread Amirhossein Nikfal
Geoserver is compatible with Java-11. However, Geonetwork is compatible with Java-8. Is there a set of versions for Java, Geoserver, and Geonetwork, compatible with each other? ___ Geoserver-users mailing list Please make sure you read the following two

[Geoserver-users] Run with jetty and extensions

2024-01-25 Thread Amirhossein Nikfal
According to the documentation , by the command "*mvn jetty:run*", the web module can be run. However, the compiled extensions are not available in this case. This problem does not appear while

Re: [Geoserver-users] Run with jetty and extensions

2024-01-29 Thread Amirhossein Nikfal
The problem can be solved by adding the gs-netcdf artifact to the list of dependencies in pom.xml. On Thu, Jan 25, 2024 at 5:14 PM mark wrote: > Op 25-01-2024 om 11:35 schreef Amirhossein Nikfal: > > According to the documentation > > < > https://docs.geoserver.org/late