DEA Waterbodies versioning cheat sheet - GeoscienceAustralia/dea-waterbodies GitHub Wiki
The DEA Waterbodies suite contains two key components that will be versioned:
- DEA Waterbodies product/dataset
- DEA Waterbodies code
DEA Waterbodies product/dataset
Versioning for the DEA Waterbodies product dataset will use the syntax DEA WB v x.y.z
.
major version
- changes to the polygons
minor version
- changes to the csvs
- changes to the metadata
patch version
- incremental updates to the csvs or metadata
DEA Waterbodies code
Versioning for the DEA Waterbodies code will use the syntax dea-wb v x.y.z
.
major version
- additions or subtractions to the workflow
- implementation of new tools
minor version
- changes to the existing workflow
patch version
- incremental bug fixes