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

(CSV) Enable time extraction of more than one column. #82

Closed SbastianGarzon closed 3 years ago

SbastianGarzon commented 3 years ago

Geoextent only extracts one column with 'date' information. Some experiments record start and end of a measurement, for this reason is relevant to take into account more than one column with 'date' information to extract the real time extent.

nuest commented 3 years ago

Good point! We will have to add a few keywords ("begin", "end", "start") to the list and then throw the values of these columns all in bucket to find min and max.