aodn / python-aodntools

Repository for templates and code relating to generating standard NetCDF files for the Australia Ocean Data Network
GNU Lesser General Public License v3.0
10 stars 3 forks source link

Refactor package to include products code #49

Closed mhidas closed 5 years ago

mhidas commented 5 years ago

This is in preparation for adding all the product-generation code into this package, so it can be separate from aodndata (which is pipeline-specific).

This repo will be renamed to python-aodntools.

mhidas commented 5 years ago

@lwgordonimos I think we'll also need to get rid of versioneer, and switch to the new way of managing package versions.

mhidas commented 5 years ago

@lwgordonimos I have rebased this onto the "bumpversion" version and tried to fix up the new config files to match the new package structure. Hope this works.

mhidas commented 5 years ago

Thanks @lwgordonimos . I've fixed that relative import, and added the config.cfg file.