We have SQLAlchemy models for CliDE, Climsoft and MCH (possibly also MIDAS soon)
We also have a demo model for Django ORM and also a read-only CSV text file read in opencdms/fileformats/text.py
To use the CSV reader, the corresponding data is in opencdms-test-data/data.
This issue aims to give a short demonstration of using each of these interfaces directly to read/write data. Test data can currently be obtained from opencdms-test-data/data.
We have SQLAlchemy models for CliDE, Climsoft and MCH (possibly also MIDAS soon)
We also have a demo model for Django ORM and also a read-only CSV text file read in opencdms/fileformats/text.py
To use the CSV reader, the corresponding data is in opencdms-test-data/data.
This issue aims to give a short demonstration of using each of these interfaces directly to read/write data. Test data can currently be obtained from opencdms-test-data/data.