You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19-2Lines changed: 19 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,18 @@
1
1
# Querying and Processing Sentinel-2 Satellite Imagery Using SentinelAPI
2
2
Using the [Copernicus Open Access Hub](https://scihub.copernicus.eu/) with the [Sentinel Python API](https://sentinelsat.readthedocs.io/en/master/api_overview.html) to source and process satellite rasters for zonal statistics.
3
3
4
+
Below is an example of an RGB GeoTIFF layer produced by the program. This layer can be loaded into any GIS applications such as ArcGIS and QGIS.
Download and unzip the latest release [here](). Unzip into location of your choice.
15
+
Download and unzip the latest release [here](https://github.com/hynesconnor/sentinel_processing/releases). Unzip into location of your choice.
7
16
8
17
**IMPORTANT**: Specifications on the Python versions used and the packages installed can be found in `requirements.txt`.
9
18
@@ -32,4 +41,12 @@ Download and unzip the latest release [here](). Unzip into location of your choi
32
41
- NDVI .tif file will be output to `../data/processed/ndvi`.
33
42
- NDWI .tif file will be output to `../data/processed/ndwi`.
34
43
35
-
4. The mean vegitation density of the raster is also printed to the console.
44
+
4. The mean vegitation and water density of the rasters are also printed to the console.
45
+
46
+
## In Practice. . .
47
+
48
+
Below are two examples of NDVI and NDWI layers produced by the image processesing steps. The layers are produced using Sentinel-2 data of the greater Seattle area. These layers can be loaded into GIS applications such as ArcGIS or QGIS.
0 commit comments