Skip to content

Commit

Permalink
Add some more information for after the notebook exercise is done
Browse files Browse the repository at this point in the history
  • Loading branch information
jackleland committed Nov 17, 2023
1 parent 74a8f0e commit dc2c58a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion python-data/notebooks/satellite_setup_instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,11 @@ We also need to install some additional python packages which unfortunately aren

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__

[Link to the software carpentry course](https://carpentries-incubator.github.io/geospatial-python)
## Stuff to do once you're finished with the notebook

There's no more taught material after this, but if you want to carry on you have a few options available:

1. You can carry on with the [software carpentry course](https://carpentries-incubator.github.io/geospatial-python), you just finished lesson 6 so you can go to 7+ if you fancy
2. You can have a go at figuring out how to combine several `xarray.DataArray`s for different bands into a single `xarray.Dataset`. Would probably be wise to consult the [xarray documentation](https://docs.xarray.dev/en/stable/).
3. [Project pythia](https://projectpythia.org/landsat-ml-cookbook/notebooks/1.0_Data_Ingestion-Planetary_Computer.html) has another good tutorial going through the same stuff with a slightly different approach on another STAC endpoint which might be useful/interesting
4. Do some of your own work, feeling free to ask us questions about any of it (we'll do our best here).

0 comments on commit dc2c58a

Please sign in to comment.