Skip to content

Commit

Permalink
Adding missing dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
geojunky committed May 31, 2022
1 parent c5994c9 commit fb31678
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions seismic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ Installation instructions for NCI (Gadi ) are as follows:
10. `pip3.6 install PyPDF2==1.26.0 --user`
11. `pip3.6 install cartopy==0.19.0.post1 --user`
12. `python -c "import cartopy.crs as ccrs; import matplotlib.pyplot as plt; crs = ccrs.PlateCarree(); fig = plt.figure(); ax = plt.subplot(projection=crs); ax.coastlines('50m'); plt.savefig('/tmp/test.pdf'); print('\nSUCCESS');"`
13. `pip3.6 install PyWavelets==1.1.1`

Step 12 ensures coastline shapefiles used by Cartopy are downloaded and available for use before
jobs are launched on NCI compute nodes that do not allow internet access.
Expand Down

0 comments on commit fb31678

Please sign in to comment.