-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use Geoserver to download station metadata? #128
Comments
A bit of research shows that Geoserver filtering can cover the more general SDP filters (arbitrary selections of networks, variables, frequencies). Geoserver standardly offers a hilariously verbose (of course) XML encoding of filter expressions. The PDP uses this encoding. It would not be a good choice for SDP because arbitrary sets of networks etc. would soon create a URL longer than the de facto limit of 2048 characters. Geoserver also offers a more compact encoding called ECQL that may serve. This too may also exceed URL length limits, but less often. We already have the URL length problem for requesting data downloads, whose syntax is similarly compact. We may have to modify the view |
Another idea to add this functionality back in would be to directly use PostGIS from the |
That definitely sounds worth looking into. |
@jameshiebert said:
The text was updated successfully, but these errors were encountered: