-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5ce05d1
commit c2ee440
Showing
4 changed files
with
40 additions
and
5 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
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 |
---|---|---|
@@ -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) |
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
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