-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Hi,
I'm working through the tutorials of ACCESS-Vis, thanks for making these! I have run into a couple of issues. Firstly, when I tried to run the first tutorial, I got the error
New working directory: /g/data/xp65/public/apps/access-vis-data/relief
File water_16k.png not found or overwrite set. Downloading.
Exception [Errno 13] Permission denied: 'water_16k.png', will retry
...
FileNotFoundError: [Errno 2] No such file or directory: '[/g/data/xp65/public/apps/access-vis-data/relief/water_16k.png](https://are.nci.org.au/g/data/xp65/public/apps/access-vis-data/relief/water_16k.png)'
I was using version 1.0.4 of accessvis after following the instructions to start an ARE workspace with the conda/access-vis-0.3 module.
I can see this file exists in /g/data/xp65/public/apps/access-vis-data/relief_old/ - wondering if it needs to be copied to the new folder too?
Another issue is that when I ran other notebooks, e.g. https://github.com/ACCESS-NRI/ACCESS-Visualisation-Recipes/blob/main/02-Sun-And-Seasons.ipynb, the figures look a bit strange, e.g. this is what I got for the first cell with a figure:
And for the sea_ice_historical.ipynb example I get the following
whereas the notebook originally has the below
Wondering if I'm doing something wrong or something got updated that has moved and chopped Australia? :D