o2r-project / geoextent

Python library for extrating geospatial extent of files and directories with multiple data formats
https://o2r.info/geoextent/
MIT License
1 stars 4 forks source link

Time extent configurable output format #80

Open SbastianGarzon opened 3 years ago

SbastianGarzon commented 3 years ago

Output format of tbox as a configurable setting (e.g include/exclude hours/minutes/seconds)

nuest commented 3 years ago

Also, it would be nice to format the time period in a way that can be directly parsed by other libraries, e.g. a proper ISO8601 time interval (start and end, star and duration), see https://en.wikipedia.org/wiki/ISO_8601#Time_intervals

nuest commented 3 years ago

Possibly useful for a demo in the documentation: parsing library https://pypi.org/project/ciso8601/

nuest commented 3 years ago

Instead of ISO 8601, we should refer (and use) only to RFC-3339 (https://tools.ietf.org/html/rfc3339) which is open/free.