Dea Notebooks Versions Save

Repository for Digital Earth Australia Jupyter Notebooks: tools and workflows for geospatial analysis with Open Data Cube and Xarray

0.2.1

2 years ago

What's Changed

Full Changelog: https://github.com/GeoscienceAustralia/dea-notebooks/compare/0.2.0...0.2.1

0.2.0

2 years ago

Changes

  • Updated all notebooks for compatibility with the recently updated Python 3.8 DEA Sandbox environment.
  • Updated the DEA Notebooks repository to remove the Scripts directory, and load functions from the dea-tools Python module instead (located in the Tools directory of the repository). If you previously imported functions from Scripts using the following syntax:
import sys
sys.path.insert(1, '../Scripts')
from dea_datahandling import load_ard

Please replace this with:

import sys
sys.path.insert(1, '../Tools')
from dea_tools.datahandling import load_ard

Alternatively, dea-tools can now be installed directly from PyPI using:

pip install dea-tools
from dea_tools.datahandling import load_ard

Note: If you previously accessed the DEA Sandbox environment, the Scripts folder will not be removed automatically. We recommend deleting it yourself by opening a terminal, then typing rm -r Scripts:

image

0.1.1

2 years ago

Release of dea-tools onto PyPI: https://pypi.org/project/dea-tools/

This allows functions and algorithms from dea-tools to be installed easily using:

pip install dea-tools

0.1.0

2 years ago

dea-tools with versioning

0.1.0a1

2 years ago

Prototype release for working with versioning of dea-tools.

pre-dea-tools

3 years ago

1 December 2020 update: To make it easier to import DEA functions on the NCI, Sandbox as well as external repositories or platforms like DEAfrica, we are planning to build the modules and functions currently located in /Scripts into a pip-installable Python package (https://github.com/GeoscienceAustralia/dea-notebooks/issues/538, https://github.com/GeoscienceAustralia/dea-notebooks/pull/705). This release tags the last version of the develop branch prior to merging in these changes.

notebooks_refresh

4 years ago

9 January 2020 update: This repository was recently upgraded to a new directory structure and set of improved and easier to use Jupyter notebooks and scripts. To access an archive of the previous version of the repository, visit the master_archive branch. Please note that notebooks and code in the master_archive branch are no longer maintained or supported.

master_archive

4 years ago

On January 9th, dea-notebooks was upgraded to a new directory structure and a new and improved set of Jupyter notebooks and scripts. This release preserves the history of the repository prior to this change. Please note that notebooks and code in this release (and earlier) are no longer maintained or supported.

Also archived in the master_archive branch: https://github.com/GeoscienceAustralia/dea-notebooks/tree/master_archive