diff --git a/python-data/notebooks/satellite_setup_instructions.md b/python-data/notebooks/satellite_setup_instructions.md index 06b7982..6d2b30d 100644 --- a/python-data/notebooks/satellite_setup_instructions.md +++ b/python-data/notebooks/satellite_setup_instructions.md @@ -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) \ No newline at end of file +## 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). \ No newline at end of file