open-forest-observatory / geograypher

Multiview Semantic Reasoning with Geospatial Data
BSD 3-Clause "New" or "Revised" License
10 stars 4 forks source link

Make IO more flexible #34

Closed russelldj closed 7 months ago

russelldj commented 7 months ago

As we start to read and write more datatypes, we should move away from using IO methods of specific libraries directly. Specifically, we probably want to support using numpy and image saving interchangeably, depending just on the filename. Move functionality into a separate module allows us to more easily standardize the IO format across the codebase and potentially make larger improvements such as doing IO in a different thread.