DFO-Ocean-Navigator / netcdf-timestamp-mapper

Maps timestamps (and variables) to a corresponding nc file using sqlite3.
https://dfo-ocean-navigator.github.io/netcdf-timestamp-mapper/
GNU General Public License v3.0
1 stars 1 forks source link

Implement strategy pattern for file reading #12

Closed htmlboss closed 4 years ago

htmlboss commented 4 years ago

At the moment, the tool only supports indexing of netcdf files. Some datasets use the GRIB file format. This PR implements some architecture to enable support for multiple file types to be indexed.

[x] Unit tests pass [x] Tested

htmlboss commented 4 years ago

Before merging: add conda environment file.

htmlboss commented 4 years ago

Codacy Here is an overview of what got changed by this pull request:


Issues
======
- Added 1

See the complete overview on Codacy

htmlboss commented 4 years ago

Conda environment file added.

I've tested the netcdf-side of the tool and the generated table is correct.