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) Time column names matches. #81

Closed SbastianGarzon closed 3 years ago

SbastianGarzon commented 3 years ago

Time extraction only works if column name exactly matches "timestamp", "datetime", "time" or "date".

SbastianGarzon commented 3 years ago

The matches should not have to be exact. For example ("probe time", "observation date", "time_stamp", "observation_timestamp", ...) should be extracted to determine the time extent of the file.

nuest commented 3 years ago

The matching function should be reusable across handlers, so that we can use the same list of names for example to identify column names in non-tabular data, e.g. #16 and #36