Re: [gdal-dev] including higher-level library in GPX creator string

2023-10-28 Thread Greg Troxel via gdal-dev
Even Rouault via gdal-dev writes: > Cf https://github.com/OSGeo/gdal/pull/8558: "GPX: add a CREATOR > dataset creation option" Thanks; long pause on my part to let this settle in my head. > It will be of course up to the application / application user to set it. I guess the really interesting

Re: [gdal-dev] including higher-level library in GPX creator string

2023-10-13 Thread Even Rouault via gdal-dev
Cf https://github.com/OSGeo/gdal/pull/8558: "GPX: add a CREATOR dataset creation option" It will be of course up to the application / application user to set it. I've considered a global GDALSetDefaultCreatorApplication() (could be similar to CPLHTTPSetDefaultUserAgent(): https://gdal.org/dox

Re: [gdal-dev] including higher-level library in GPX creator string

2023-10-13 Thread Rahkonen Jukka via gdal-dev
2023 15.52 Vastaanottaja: gdal-dev@lists.osgeo.org Aihe: [gdal-dev] including higher-level library in GPX creator string I am a member of the GPX standards list, and we are discussing a new version and also dealing with broken data. I wrote a gpx (from geojson), with just ogr2ogr, and the creator

[gdal-dev] including higher-level library in GPX creator string

2023-10-13 Thread Greg Troxel via gdal-dev
I am a member of the GPX standards list, and we are discussing a new version and also dealing with broken data. I wrote a gpx (from geojson), with just ogr2ogr, and the creator looks like this: creator="GDAL 3.5.3" that's arguably totally fine with ogr2ogr. But it seems that if some random bi