-
The 19115-1/-3 gmlWrapperTypes2014 schema at standards.iso.org has an import for gml with a broken link. This causes 19115-1/-3 records to fail to validate.
See https://standards.iso.org/iso/19115/…
-
In tests, WCS 2.0.1 GetCoverage requests can be several orders of magnitude slower than similar WCS 1.0.0 requests on a compressed GeoTiff.
Profiling the request processing shows an inordinate amou…
-
Consider this:
```xml
gml:SignType is a convenience type with values "+" (plus) and "-" (minus).
```
The generated c# code is this:
```csharp
///
/// gml:SignType is …
-
See error at https://github.com/smnorris/bcfishpass/actions/runs/9815019608/job/27103503942
Same error with bcdata v0.10.2 and v0.10.4, as long as no cached response is present.
Something must h…
-
Hi,
I try to perform a product search on the data catalogue (http://geo.spacebel.be/opensearch).
I followed the steps indicated in https://github.com/spacebel/testbed14/blob/master/testbed14-sequenc…
-
```
Which products are relevant to this feature request?
KMLStandard, GoogleEarth
What should this feature enhancement do?
The following proposes a simple extension to KML allowing for metadata to…
-
```
Which products are relevant to this feature request?
KMLStandard, GoogleEarth
What should this feature enhancement do?
The following proposes a simple extension to KML allowing for metadata to…
-
# QGIS Enhancement: Conda Installer for macOS
**Date** 2023/05/02
**Author** Matthias Kuhn (@m-kuhn)
**Contact** matthias@opengis.ch
**maintainer** @m-kuhn
**Version** QGIS 3.X
# Su…
-
I'm not sure if we should support this, but I wanted to at least gather some facts for documentation.
postgis supports it:
```
SELECT ST_AsText('TRIANGLE((0 0,0 1,1 1,0 0 ))');
st_aste…
-
Hello,
When reading data from a WFS (GML), I would expect the schema to return "str:2" for a field containing "01", but it actually returns "int32". Also the value returned by the feature is "1"
I…