Tagged Questions
2
votes
0answers
225 views
PostGIS: ST_Transform function conversion problem
I'm inserting map data from a GML file with srid EPSG:27700 into a PostGIS database table with srid EPSG:4326. I'm using the ST_Transform function as in this snippet:
...
2
votes
2answers
151 views
Ordnance Survey osgb:BNG spatial reference system not recognized by PostGIS
I'm trying to load an Ordnance Survey GML file into PostGIS using the ST_GeomFromGML function. The problem is that the spatial reference system that is used in the file, osgb:BNG, is not recognized by ...
1
vote
3answers
209 views
How can I translate a GML definition of SRS to a usual format (e.g. WKT or PROJ.4)?
From GDAL 1.9.0 a new utility is available: gdalsrsinfo.
Although it can yield an XML (GML-based) definition from a source equivalent format or file, it seems that it can only read usual GDAL/OGR ...
1
vote
1answer
269 views
How does ESRI ArcGIS 10 recognize a WMS CRS?
I'm working on a WMS service with Mars data. Currently the GetCapabilities shows <SRS>EPSG:4326</SRS>. I assume ESRI ArcGIS 10 reads this and therefore the WMS has GCS_WGS_1984 as a ...
4
votes
0answers
195 views
Can GeoTools parse GML CRS definitions?
A kind of branching of this question.
Soon I will need to handle GML Coordinate Reference Sysyem definitions in a Java servlet. Links:
GML OGC reference.
Concrete example.
I know that GeoTools ...