glamod / glamod-ingest

Database preparation and ingestion for GLAMOD
BSD 2-Clause "Simplified" License
2 stars 1 forks source link

Re-factor ingest code for CDMLite and run on second release #7

Closed agstephens closed 4 years ago

agstephens commented 4 years ago

Clean up and refactor the structure of the glamod-ingest code:

https://github.com/glamod/glamod-ingest/tree/master/src/prep

The improved structure needs to also differentiate between land and marine in a sensible way. This is currently for the CDMLite and @agstephens has started some work for the Full CDM here:

https://github.com/glamod/glamod-ingest/tree/master/src/prep/full-cdm

We need to get a unified structure so that we can share common code used by both the cdm-lite and full CDM. The current structure is messy.

agstephens commented 4 years ago

This is the entire task, so is redundant.