-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add setup instructions for satellite exercise
- Loading branch information
1 parent
f394a6c
commit 3eb4c09
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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__ |