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

#75 zipfiles #87

Closed SbastianGarzon closed 3 years ago

SbastianGarzon commented 3 years ago

Closes #75

This pull request includes:

  1. Support for zipfiles and folders (directories) - (recursive)
    • Bbox merge (output : EPSG 4326 )
    • Tbox merge (output : yyyy-mm-dd)
  2. Functions to merge bounding box and time box.
  3. Standardized output formats for different type of files and results (To facilitate merging of bbox and tbox from multiple files)
  4. Test for folders (directories) and zipfiles
  5. Documentation update