Re: [gdal-dev] Time in GDAL

2017-10-15 Thread Luke
Just a comment from an end user: perhaps ACQUISITIONDATETIME could store start and end times using ISO 8601 intervals (forward slash separator) - start date time/end date time Luke -- Sent from: http://osgeo-org.1560.x6.nabble.com/GDAL-Dev-f3742093.html

Re: [gdal-dev] GPKG writing times

2017-10-15 Thread Jakub Nowosad
Thank you. I'm going to post your answer in the issue. On 10/15/2017 03:29 PM, Even Rouault wrote: On dimanche 15 octobre 2017 10:16:35 CEST Jakub Nowosad wrote: Hi, I'd like to draw your attention to the case of slow (comparing to .shp) writing times of GPKG. See https://github.com/r-spatial

Re: [gdal-dev] GPKG writing times

2017-10-15 Thread Even Rouault
On dimanche 15 octobre 2017 10:16:35 CEST Jakub Nowosad wrote: > Hi, > > I'd like to draw your attention to the case of slow (comparing to .shp) > writing times of GPKG. > See https://github.com/r-spatial/sf/issues/470 for the details and some > benchmarks. > Jakub, A quick search in the code s

Re: [gdal-dev] Time in GDAL

2017-10-15 Thread Even Rouault
Hi Edzer, > Currently, parsing this from the metadata strings is > possible but messy and ad hoc, error prone, and has to be done by each > client for every driver. Agreed that metadata handling can be messy and is a bit in freestyle mode between drivers. In GDAL 2.0, Dmitry introduced metadata

[gdal-dev] Time in GDAL

2017-10-15 Thread Edzer Pebesma
Hi, last week the openEO project [1] started, in which we aim to develop an interface (api) to cloud-based processing of Earth observation (EO) imagery. For this project, GDAL has been the blueprint in terms of successfully integrating the diverse landscape of file formats [2]. The project allocat

[gdal-dev] GPKG writing times

2017-10-15 Thread Jakub Nowosad
Hi, I'd like to draw your attention to the case of slow (comparing to .shp) writing times of GPKG. See https://github.com/r-spatial/sf/issues/470 for the details and some benchmarks. Thanks, Jakub ___ gdal-dev mailing list gdal-dev@lists.osgeo.org h