GeoscienceAustralia / dea-notebooks

Repository for Digital Earth Australia Jupyter Notebooks: tools and workflows for geospatial analysis with Open Data Cube and Xarray
https://docs.dea.ga.gov.au/notebooks/
Apache License 2.0
446 stars 128 forks source link

Incompatibilities between NCI and DEA Sandbox environments #344

Closed robbibt closed 1 year ago

robbibt commented 5 years ago

Issue to record any inconsistencies we find between the NCI and DEA Sandbox environments, including:

cbur24 commented 5 years ago
robbibt commented 5 years ago
robbibt commented 5 years ago
BexDunn commented 5 years ago

Temporary fix is to run this code from the terminal:

pip install --user 'git+https://github.com/GeoscienceAustralia/digitalearthau.git'

Update: resolved by moving wofs_fuser to DEA data handling: https://github.com/GeoscienceAustralia/dea-notebooks/pull/403

robbibt commented 5 years ago

Resolved on 23/09/2019

robbibt commented 5 years ago
uchchwhash commented 5 years ago

If there's no security concerns that prevent us from doing so, having ssh would be nice on the sandbox.

Kirill888 commented 5 years ago

@uchchwhash one can always download whatever binary and run it, so...

CEKrause commented 5 years ago

Fixed by https://github.com/GeoscienceAustralia/dea-notebooks/issues/344#issuecomment-543428699

cbur24 commented 5 years ago

The remote sensing package rsgislib cannot be installed on the Sandbox as it requires a conda installation. https://www.rsgislib.org/download.html

cbur24 commented 5 years ago

The version of GDAL on the Sandbox does not appear to have the .kea driver. https://gdal.org/drivers/raster/kea.html

robbibt commented 5 years ago

Issue: https://github.com/GeoscienceAustralia/dea-sandbox/issues/22

Fixed by https://github.com/GeoscienceAustralia/dea-notebooks/issues/344#issuecomment-543428699

robbibt commented 5 years ago

Issue: https://github.com/GeoscienceAustralia/dea-sandbox/issues/23

Fixed by https://github.com/GeoscienceAustralia/dea-notebooks/issues/344#issuecomment-543428699

robbibt commented 5 years ago

Fixed by https://github.com/GeoscienceAustralia/dea-notebooks/issues/344#issuecomment-543428699

uchchwhash commented 5 years ago

Happy to report that the incompatibilities are now less in number:

  1. datacube-core has been updated to virtual products' liking
  2. ffmpeg seems to work
  3. seaborn, scikit-learn, datacube-stats should be there
  4. I may have missed descartes, apologies
  5. the .kea and rsgislib story is more complicated, sorry @cbur24 !
uchchwhash commented 5 years ago

Update!

  1. descartes should now also be available

Please restart your servers in the sandbox if you need this.

robbibt commented 4 years ago
robbibt commented 4 years ago
robbibt commented 1 year ago

This has served its purpose, closing for now