Skip to content

Commit

Permalink
Add setup instructions for satellite exercise
Browse files Browse the repository at this point in the history
  • Loading branch information
jackleland committed Nov 17, 2023
1 parent f394a6c commit 3eb4c09
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions python-data/notebooks/satellite_setup_instructions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Setup Instructions for the Satellite Exercise (2023)

A few things will need to be done before we're ready to have a crack at the satellite exercise:

1. Run `git pull` in the ncas-isc repo (again)
2. Copy the updated notebooks to your isc-work repo `cp ncas-isc/python-data/notebooks/ex04b_satellite*.ipynb my-isc-work/python-data/notebooks/.`
1. Similarly, but optionally, copy over the solutions if you like

We also need to install some additional python packages which unfortunately aren't (yet) on Jaspy. To do this, we run:

`pip install --user pystac_client rioxarray shapely pyproj`

Which will install these python packages into your local python path, so we can use them with your account alongside all the packages in Jaspy. __NOTE: this command may take some time__

0 comments on commit 3eb4c09

Please sign in to comment.