Hello, Is there a way to list records from the <metadata> block in GPX files (such as "author")? I've tried various combinations of options to ogrinfo, with no success. I can only seem to list various layers (tracks, track_points, etc.)
https://www.topografix.com/GPX/1/1/ <gpx> <metadata> <name> xsd:string </name> <desc> xsd:string </desc> <author> personType </author> <copyright> copyrightType </copyright> <link> linkType </link> <time> xsd:dateTime </time> <keywords> xsd:string </keywords> <bounds> boundsType </bounds> <extensions> extensionsType </extensions> </metadata> <trk> ... </trk> </gpx> Thanks, Gerard
_______________________________________________ gdal-dev mailing list [email protected] https://lists.osgeo.org/mailman/listinfo/gdal-dev
