Skip to content

Commit 682988c

Browse files
Improve docs about the Envisat Meris
1 parent 397a145 commit 682988c

File tree

2 files changed

+19
-9
lines changed

2 files changed

+19
-9
lines changed

DatasetsInfo.md

+18-8
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Consists of 2 satellites: Sentinel-1A, Sentinel-1B
2424
- Period: 98.6 min / 2 = **‭49.3 min**
2525
- Revisit time (of the same area): 12 days / 2 = 6 days
2626

27-
- info sources:
27+
- info sources:
2828
- https://www.esa.int/Applications/Observing_the_Earth/Copernicus/Sentinel-1/Facts_and_figures
2929
- https://sentinel.esa.int/web/sentinel/missions/sentinel-1/satellite-description/orbit
3030

@@ -43,7 +43,7 @@ Consists of 2 satellites: Sentinel-2A, Sentinel-2B
4343
- Period: 100.6 min / 2 = **50.3 min**
4444
- Revisit time (of the same area): 10 days / 2 = 5 days
4545

46-
- info sources:
46+
- info sources:
4747
- https://www.esa.int/Applications/Observing_the_Earth/Copernicus/Sentinel-2/Facts_and_figures
4848
- https://sentinel.esa.int/web/sentinel/missions/sentinel-2/satellite-description/orbit
4949

@@ -61,7 +61,7 @@ Consists of 2 satellites: Sentinel-3A, Sentinel-3B
6161
- Both satellites:
6262
- Period: 100.99 min / 2 = **50.495 min**
6363

64-
- info sources:
64+
- info sources:
6565
- https://www.esa.int/Applications/Observing_the_Earth/Copernicus/Sentinel-3/Facts_and_figures
6666
- https://sentinel.esa.int/web/sentinel/missions/sentinel-3/satellite-description/orbit
6767

@@ -77,7 +77,7 @@ Consists of 1 satellite
7777
- Period (time to circle the Earth 1 time = 1 orbit): **101 min**
7878
- Revisit time (of the same area) on the equator: ???
7979

80-
- info sources:
80+
- info sources:
8181
- https://www.esa.int/Applications/Observing_the_Earth/Copernicus/Sentinel-5P/Facts_and_figures
8282
- https://sentinel.esa.int/web/sentinel/missions/sentinel-5p/orbit
8383
- https://www.esa.int/Enabling_Support/Operations/Sentinel-5P_operations
@@ -92,7 +92,7 @@ Consists of 1 satellite
9292
- Period (time to circle the Earth 1 time = 1 orbit): **99 min**
9393
- Revisit time (of the same area) at the equator: 16 days
9494

95-
- info sources:
95+
- info sources:
9696
- https://www.usgs.gov/land-resources/nli/landsat/landsat-5
9797

9898
## Landsat 7
@@ -103,7 +103,7 @@ Consists of 1 satellite
103103
- Period (time to circle the Earth 1 time = 1 orbit): **99 min**
104104
- Revisit time (of the same area) at the equator: 16 days
105105

106-
- info sources:
106+
- info sources:
107107
- https://www.usgs.gov/land-resources/nli/landsat/landsat-7
108108

109109

@@ -115,7 +115,7 @@ Consists of 1 satellite
115115
- Period (time to circle the Earth 1 time = 1 orbit): **99 min**
116116
- Revisit time (of the same area) at the equator: 16 days
117117

118-
- info sources:
118+
- info sources:
119119
- https://www.usgs.gov/land-resources/nli/landsat/landsat-8
120120

121121
# Other
@@ -127,9 +127,19 @@ Consists of 1 satellite
127127
- 1 satellite:
128128
- Period (time to circle the Earth 1 time = 1 orbit): **99 min**
129129

130-
- info sources:
130+
- info sources:
131131
- https://sos.noaa.gov/datasets/polar-orbiting-aqua-satellite-and-modis-swath/
132132

133+
## Envisat Meris
134+
135+
Consists of 1 satellite
136+
137+
- 1 satellite:
138+
- Period (time to circle the Earth 1 time = 1 orbit): **100.16 min**
139+
140+
- info sources:
141+
- https://en.wikipedia.org/wiki/Envisat
142+
133143
## DEM
134144

135145
- not applicable

src/layer/dataset.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ export const DATASET_EOCLOUD_ENVISAT_MERIS: Dataset = {
125125
shProcessingApiDatasourceAbbreviation: null,
126126
shServiceHostname: 'https://eocloud.sentinel-hub.com/',
127127
searchIndexUrl: 'https://eocloud.sentinel-hub.com/index/envisat/v1/search',
128-
orbitTimeMinutes: 101,
128+
orbitTimeMinutes: 100.16,
129129
};
130130

131131
export const DATASET_MODIS: Dataset = {

0 commit comments

Comments
 (0)