Skip to content

Commit

Permalink
notebook edits and fix refs page
Browse files Browse the repository at this point in the history
  • Loading branch information
e-marshall committed Feb 4, 2024
1 parent 5ce05d1 commit c2ee440
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 5 deletions.
1 change: 0 additions & 1 deletion PC_RTC.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
"import rich.table\n",
"import planetary_computer\n",
"from pystac_client import Client\n",
"#import cartopy\n",
"from shapely.geometry import Polygon\n",
"import rioxarray as rio\n",
"import pystac\n",
Expand Down
37 changes: 36 additions & 1 deletion References.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,38 @@
# References

Under construction
The material in this tutorial was developed with the aid of many online resources.

## Datasets
- [Alaska Satellite Facility Sentinel-1 On-Demand](https://search.asf.alaska.edu/#/?topic=onDemand)
- [Micrsoft Planetary Computer Sentinel-1 RTC data](https://planetarycomputer.microsoft.com/dataset/sentinel-1-rtc)
-
## Synthetic Aperture Radar resources:
- [The SAR Handbook](https://ntrs.nasa.gov/api/citations/20190002563/downloads/20190002563.pdf)
- [ASF Sentinel-1 RTC Product Guide](https://hyp3-docs.asf.alaska.edu/guides/rtc_product_guide/)

## Other tutorials
- [Planetary Computer Customizable RTC](https://planetarycomputer.microsoft.com/docs/tutorials/customizable-rtc-sentinel1/)

## Open-Source Software
- [Xarray](https://docs.xarray.dev/en/stable/)
- [Rioxarray](https://corteva.github.io/rioxarray/stable/)
- [Pandas](https://pandas.pydata.org/)
- [Geopandas](https://geopandas.org/en/stable/)
- [Stackstac](https://stackstac.readthedocs.io/en/latest/)
- [PySTAC](https://pystac.readthedocs.io/en/stable/)
- [Dask](https://www.dask.org/)
- [Shapely](https://shapely.readthedocs.io/en/stable/manual.html)
- [os](https://docs.python.org/3/library/os.html)
- [tempfile](https://docs.python.org/3/library/tempfile.html)
- [requests](https://pypi.org/project/requests/)
- [markdown](https://pypi.org/project/Markdown/)
- [pathlib](https://docs.python.org/3/library/pathlib.html)
- [planetary computer](https://pypi.org/project/planetary-computer/)
- [adlfs](https://pypi.org/project/adlfs/)
- [PySTAC Client](https://pystac-client.readthedocs.io/en/stable/)
- [matplotlib](https://matplotlib.org/)
- [datetime](https://docs.python.org/3/library/datetime.html)
- [numpy](https://numpy.org/)
- [rich.table](https://rich.readthedocs.io/en/stable/tables.html)
- [time](https://docs.python.org/3/library/time.html)
- [glob](https://docs.python.org/3/library/glob.html)
5 changes: 2 additions & 3 deletions asf_inspect.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
},
{
"cell_type": "code",
"execution_count": 1,
"execution_count": 38,
"id": "221f4a3f-1adc-4f61-979a-94ec5de93f38",
"metadata": {},
"outputs": [],
Expand All @@ -61,8 +61,7 @@
"import pandas as pd\n",
"import dask\n",
"\n",
"from pathlib import Path\n",
"#from intake.source.utils import reverse_format\n"
"from pathlib import Path"
]
},
{
Expand Down
2 changes: 2 additions & 0 deletions software.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@
"import numpy as np\n",
"import pandas as pd\n",
"import rich.table\n",
"import time\n",
"import glob\n",
"\n",
"from IPython.display import Image"
]
Expand Down

0 comments on commit c2ee440

Please sign in to comment.