Skip to content

Releases: GeoscienceAustralia/dea-notebooks

0.2.4

13 Apr 01:43
2fca1f6
Compare
Choose a tag to compare

What's Changed

Updates to ML notebooks/scripts, load_ard, and phenology

Full Changelog: 0.2.3...0.2.4

0.2.3

17 Feb 02:48
484a5b4
Compare
Choose a tag to compare

What's Changed

  • Updated image export notebook to an interactive app that requires no coding by @robbibt in #894

Full Changelog: 0.2.2...0.2.3

0.2.2

28 Jan 04:00
957ed6f
Compare
Choose a tag to compare

What's Changed

  • Add new func for plotting fmask data with automatic colours by @robbibt in #886
  • Update to document new Coastlines paper and use recently added Dask and Geopandas functionality by @robbibt in #887
  • Updated courses and training by @Bethany-M in #889
  • Add coastlines paper to repo usage by @robbibt in #890
  • Add new interactive DEA Coastlines app and move all widgets to dea_tools.app submodule by @robbibt in #892

New Contributors

Full Changelog: 0.2.1...0.2.2

0.2.1

15 Oct 04:02
312fa0c
Compare
Choose a tag to compare

What's Changed

  • Notebook for exporting high quality satellite images from an interactive map by @robbibt in #870
  • Add new functionality to Image export notebook and functions by @robbibt in #873
  • Fix image export for Sentinel-2 NRT by @robbibt in #876
  • Add first set of basic Testbook tests to DEA Notebooks by @robbibt in #872
  • Add option for returning dask client by @cbur24 in #882
  • Remove in-text references to Scripts by @robbibt in #883
  • Fix broken tidal_tag function in dea_tools.coastal by @robbibt in #884

Full Changelog: 0.2.0...0.2.1

0.2.0

10 Sep 05:34
Compare
Choose a tag to compare

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

03 Sep 02:23
0aad5f4
Compare
Choose a tag to compare

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.0a1

02 Sep 00:13
34e31cd
Compare
Choose a tag to compare
0.1.0a1 Pre-release
Pre-release

Prototype release for working with versioning of dea-tools.

0.1.0

02 Sep 03:37
5165d88
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release

dea-tools with versioning

Pre dea-tools archive

01 Dec 04:05
d3feba8
Compare
Choose a tag to compare

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 (#538, #705). This release tags the last version of the develop branch prior to merging in these changes.

DEA-notebooks refresh

20 Jan 23:55
Compare
Choose a tag to compare

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.