GeoServer is an open source server for sharing geospatial data
People
Repo info
Activity
Andrea Aime
@aaime
@juanluisrp looks like the build server cannot connect to outside hosts, it fails to fetch from github, but also to send mail. For example see https://build.geoserver.org/view/geoserver/job/geoserver-main-nightly/773/console . Do you know if recent network changes happened? It has started in the last few hours, or even sooner.
hi all, if I wanted to download a raster grid, I should set a WCS service, right? I think I set correctly the WCS service, but from the layer preview dropdown 'all formats' does not appear the available formats for WCS. Where am I wrong?
Jody Garnett
@jodygarnett
There is no preview for that, you can use the WCS Request Builder if you like; it is kind of like a preview and helps you make the request.
Keep in mind that not all raster formats are visible in a browser (so not the best for preview)
Brad Hards
@bradh
Depends on how you think of "raster grid" too. If your grid could be a GeoTIFF file for example, you may be able to do something with WMS. WCS is probably a better fit though.
frippe12573
@frippe12573
@bradh@jodygarnett thank you for the hints. Actually I was supposing that once I set a WCS service I could be able to download a grid from the layers preview so in the dropdown menu I was supposing to find even a part including WCS format like ascii griid or txt or whatever other format able to report a grid. Is that possible? Am I wrong? However I tested the WCS request builder and it does what I wanted from the layers preview 'all formats'
Brad Hards
@bradh
@frippe12573 You shouldn't think of the layer preview as being exhaustive. It demonstrates only a few of the many capabilities of GeoServer. In particular, if you aren't going to "view", then "preview" may not make sense.
frippe12573
@frippe12573
@bradh actually I need a URL to let the users download the grid from Geonetwork metadata catalog (online resources)
Brad Hards
@bradh
You should be able to get that from the request builder.
Angelos Tzotsos
@kalxas
hi all, I am having some trouble with app-schema extension: after generating the application schema and publish it to GeoServer (2.18.4) I am able to get GML3.2 responses from WFS 1.0.0 but WFS 1.1.0 and 2.0.0 are throwing this error:
Andrea Aime
@aaime
@kalxas you should ask on the user list, the devs working on app-schema are not subscribed to this chat
Angelos Tzotsos
@kalxas
ah, thanks @aaime !
Angelos Tzotsos
@kalxas
e-mail sent to mailing list
Jody Garnett
@jodygarnett
@aaime I guess we did not talk about ogcapi sprint; I am on holiday and may or may not attend.
_
Andrea Aime
@aaime
I'll try to create a first implementation of a OGC API Coverages
Brad Hards
@bradh
@aaime I had a lot of documentation fixes sitting on that feature templating PR. I really don't want to redo them as a separate PR.
Can @taba90 fix them up?
Andrea Aime
@aaime
Yeah he's looking into it
Unfortunately they landed a few minutes after I've merged... he's gonna do a new PR
Brad Hards
@bradh
There was a lot of docs, and it seems like a really useful bit of functionality, but it took me a while since its getting quite late here...
Andrea Aime
@aaime
Yep, the module is getting quite some interest, along with the "app-schema-smart" one, to quickly setup complex features without the headaches of GML application schemas
Brad Hards
@bradh
"I'll try anything that might help with that".
However even the simple features case could be quite handy for dealing with client applications with limited capabilities.
Andrea Aime
@aaime
Yep, it's also used to create simple features views out of complex features (for INSPIRE compliance for example)
Angelos Tzotsos
@kalxas
no reply on the WFS issue :)
should I open a ticket?
I just wanted to realize if this could be a bug or not before opening a ticket
Andrea Aime
@aaime
@kalxas I asked the people working on app-schema to have a look at it yesterday
you can open the bug report, but it won't help
Angelos Tzotsos
@kalxas
many thanks @aaime
fixwhat
@fixwhat
Hello. Someone asked me what is the preferable method to run a instance of Geoserver on a windows machine: install tomcat and then deploy a .war geoserver or go with the platform independent binary? I don't have experience with windows so ...
They will use this geoserver for internal projects only. It will not be on the open web.
Hello, I wonder if there is a sensible solution to style a GeometryCollection with SLD in Geotools. There is a site in the geotools docs about the problem but there isn't any solution for separatly styling different geometrytypes of a GeometryCollection. In most cases it doesn't make sense to apply all symbolizers (Point, Line, Polygon) to one geometry.
Andrea Aime
@aaime
Hmm... not with standard SLD... if I had to do it, I'd probably write a rendering trasnformation that splits the geometry collection into N features, one per sub-geometry, allowing each to be styled separately (it's not there, needs to be written)