NetCDF Data
Using @jaltekruse repo, netcdf-test, as a starting point create Python logic to download data from ScienceBase and create NetCDF files.
Follow same logic as ncm-database to download from ScienceBase and use Poetry for Python dependency management.
Steps:
- Initial Python Poetry setup (see !47 (merged))
- Setup ability to download from ScienceBase (see !49 (merged))
- Add preprocessing code to parse files and get dimensions for NetCDF (see !50 (merged))
- Add code to convert 2018a model to NetCDF