LukasBommes / PV-Hawk

Tool for the extraction and mapping of photovoltaics modules from IR drone videos of utility-scale PV plants (my PhD project)
MIT License
61 stars 16 forks source link

Store output dataset in HDF5 file #25

Open LukasBommes opened 2 years ago

LukasBommes commented 2 years ago

Instead of operating directly on the file system, intermediate and output directories could be stored in a HDF5 (h5py) file. On Unix systems this reduces the number of inodes required to store large datasets. It also simplfies archiving and sharing of datasets.