About 617,000 results
Open links in new tab
  1. What is a GML file? - Geographic Information Systems Stack …

    Feb 2, 2019 · GML is a vector file format that allows for geographic data to be kept as a text file that can be shared easily between systems It's easy enough to open a GML file in QGIS, and …

  2. import - Reading GML data in QGIS - Geographic Information …

    Jan 13, 2023 · Is there a specific reason, why QGIS can display some CityGML data from the Bavarian surveying agency right out of the box and other XML or GML files from that same …

  3. Read GML using Java - Geographic Information Systems Stack …

    Mar 13, 2020 · Learn how to read and process GML files using Java with GeoTools library in Geographic Information Systems.

  4. How to get a GML overlay on Google Maps?

    Anyone know how to get a GML file to show as an overlay on Google Maps? To be honest I don't know my GML from my KML, or my ETRS89 from my WGS84, as this topic is completely new …

  5. Converting GML to Geodatabase Feature Classes?

    Apr 16, 2018 · I have a series of XML files containing GML tags such as : <gml:posList srsDimension="2">454780.3125 525867.9375 454762.0625 525994.5625 and I need to …

  6. How to write GML with features inside FeatureCollection ...

    Aug 14, 2022 · I first opened this GML in the FME Data Inspector, from where I converted it to File Geodb, with the intention of converting it from File Geodb back to GML. However, instead of …

  7. geotools - Understanding GML structure for validation

    Jul 3, 2019 · A gml:Envelope is a gml:EnvelopeType and is not considered a geometry. So it would appear to be invalid GML.

  8. How to merge several GML files into one

    However, .gml is a bit different, and according to this page, GML does not support the 'update' function. See the first line on that page: OGR has limited support for GML reading and writing. …

  9. Open with QGIS a GML file (INSPIRE schema) created with HALE …

    Feb 4, 2019 · I'm trying to export in GML the transformed data of "Basic hydrography example" of hale studio and to add the file in QGIS, using the plugin GML application schema toolbox.

  10. What is the best way to convert WKT String to GML String

    What is the best way to programmatically convert WKT String to GML String? Every reasonable library (at best available in some Maven repository) can be used. Till now I came up with this …