This issue is to implement Reader classes for the dataset storage formats identified during the UC data explore.
These include:
TMY3: Typical Meteorological Year format
GeoPackage: a SQLite-based format
ASCII-Grid: The ASCII (as opposed to binary) version of ESRI Grid
CSV: With potentially variation in separator, encoding, etc.
A first step in this process is to identify existing support in libraries for parsing these formats.
This issue is to implement
Readerclasses for the dataset storage formats identified during the UC data explore.These include:
TMY3: Typical Meteorological Year formatGeoPackage: a SQLite-based formatASCII-Grid: The ASCII (as opposed to binary) version of ESRI GridCSV: With potentially variation in separator, encoding, etc.A first step in this process is to identify existing support in libraries for parsing these formats.