Summary
Add a new helper function or module to facilitate reading and loading downloaded files within the project.
Motivation
Currently, users must manually process downloaded files. Introducing a standardized helper will simplify and streamline file handling, making integration with Remote Sensing Foundation Models easier and less error-prone.
Requirements
- A function (or set of functions) that accepts file paths and loads their contents appropriately.
- Support for common file formats expected in Remote Sensing workflows (e.g., CSV, GeoTIFF, JSON).
- Documentation and simple usage examples
- Integrate the helper with any existing downloading utilities if present.
Benefits
- Improved usability for data ingestion workflows
- Reduced code duplication
- Easier maintenance and extension
Additional Notes
If possible, align the implementation with the project's Python standards and existing utilities.
Summary
Add a new helper function or module to facilitate reading and loading downloaded files within the project.
Motivation
Currently, users must manually process downloaded files. Introducing a standardized helper will simplify and streamline file handling, making integration with Remote Sensing Foundation Models easier and less error-prone.
Requirements
Benefits
Additional Notes
If possible, align the implementation with the project's Python standards and existing utilities.