Skip to content

Commit

Permalink
Update documentation links
Browse files Browse the repository at this point in the history
  • Loading branch information
remi-braun committed Dec 4, 2023
1 parent 14a7f84 commit de30d41
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 17 deletions.
15 changes: 6 additions & 9 deletions docs/optical.md
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ WorldView-1 is not concerned by spectral indices as it only has a panchromatic b
- [Product Specification (Processing Baseline > 4.0)](https://sentinels.copernicus.eu/documents/247904/685211/Sentinel-2-Products-Specification-Document-14_8.pdf)

### Harmonize Landsat-Sentinel
- [Product Guide v2.0](https://lpdaac.usgs.gov/documents/1326/HLS_User_Guide_V2.pdf)
- [Product Guide v2.0](https://lpdaac.usgs.gov/documents/1698/HLS_User_Guide_V2.pdf)

### Sentinel-2 Theia

Expand All @@ -320,9 +320,9 @@ WorldView-1 is not concerned by spectral indices as it only has a panchromatic b

### Vision-1

- [Vision-1 on Airbus Website](https://www.intelligence-airbusds.com/imagery/constellation/vision1)
- [Presentation of the satellite](https://www.intelligence-airbusds.com/automne/api/docs/v1.0/document/download/ZG9jdXRoZXF1ZS1kb2N1bWVudC02MDIyNg==/ZG9jdXRoZXF1ZS1maWxlLTYwMjI1/Vision-1_web_201906.pdf)
- [User guide](https://www.intelligence-airbusds.com/automne/api/docs/v1.0/document/download/ZG9jdXRoZXF1ZS1kb2N1bWVudC02ODMwNQ==/ZG9jdXRoZXF1ZS1maWxlLTY4MzAy/vision-1-imagery-user-guide-20210217)
- [Vision-1 on Airbus Website](https://intelligence.airbus.com/imagery/our-optical-and-radar-satellite-imagery/vision-1/)
- [Presentation of the satellite](https://storage.googleapis.com/p-oaf-ibe-back-00e-strapi-uploads/Vision_1_web_201906_03a78fe799/Vision_1_web_201906_03a78fe799.pdf)
- [User guide](https://storage.googleapis.com/p-oaf-ibe-back-00e-strapi-uploads/vision_1_imagery_user_guide_20210217_5b09442f70/vision_1_imagery_user_guide_20210217_5b09442f70.pdf)

### DIMAP V1: SPOT-4/5
- [Product Format (a bit too old)](http://www.engesat.com.br/wp-content/uploads/S5-ST-73-1-CN_2_9-Spec-Format-Produits-SPOT.pdf)
Expand Down Expand Up @@ -356,17 +356,14 @@ WorldView-1 is not concerned by spectral indices as it only has a panchromatic b

### Instruments

Most instruments can be found on [OSCAR](https://space-test.oscar.wmo.int/oscar-test/instruments) or on [ESA Earth Online](https://earth.esa.int/eogateway/en/missions).
Most instruments can be found on [OSCAR](https://space.oscar.wmo.int/instruments) or on [ESA Earth Online](https://earth.esa.int/eogateway/missions).

### Band mapping

- You can find a magnificent band comparison chart on the [Imagico](http://blog.imagico.de/satellite-comparison-update/)
blog.
- [L8-S2](https://reader.elsevier.com/reader/sd/pii/S0034425718301883)
- [All Landsats](https://landsat.gsfc.nasa.gov/wp-content/uploads/2016/10/all_Landsat_bands.png)
- [S2](https://discovery.creodias.eu/dataset/72181b08-a577-4d55-8ece-d8485167beb7/resource/d8f5dd92-b35c-46ee-98a2-0879dad03fce/download/res_band_s2_1.png)
- [S3 OLCI](https://discovery.creodias.eu/dataset/a0960a9b-c9c4-46db-bca5-ec79d0dda32b/resource/de8300a4-08cd-41aa-96ec-d9813115cc08/download/s3_res_band_ol.png)
- [S3 SLSTR](https://discovery.creodias.eu/dataset/ea8f247e-d193-4368-8cf6-8687a03a5306/resource/8e5c485a-d832-42be-ad9c-af500b468f29/download/s3_slcs.png)
- [S2 and PlanetScope](https://developers.planet.com/docs/apis/data/sensors/#the-psbsd-instrument)

### Index
Expand All @@ -376,4 +373,4 @@ Most instruments can be found on [OSCAR](https://space-test.oscar.wmo.int/oscar-
- [WorldView Index](https://resources.maxar.com/optical-imagery/multispectral-reference-guide)
- Specific sources inside the index function documentation in {meth}`~eoreader.bands.indices`

*Documentation last accessed on the 02/12/2022*
*Documentation last accessed on the 04/12/2023*
3 changes: 2 additions & 1 deletion docs/sar.md
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,7 @@ variable:

- [Data Products](https://sentinel.esa.int/web/sentinel/missions/sentinel-1/data-products)
- [Acquisition Mode](https://sentinel.esa.int/web/sentinel/user-guides/sentinel-1-sar/acquisition-modes)
- [S1 RTC](https://hyp3-docs.asf.alaska.edu/guides/rtc_product_guide/#readme-file)

### RADARSAT

Expand Down Expand Up @@ -466,4 +467,4 @@ variable:
- [Capella Product Guide](https://support.capellaspace.com/hc/en-us/articles/4626115099796-SAR-Imagery-Products-Guide)
- [Capella Products Format Specification](https://support.capellaspace.com/hc/en-us/articles/5607458273940-SAR-Imagery-Products-Format-Specification)

*Documentation last accessed on the 02/12/2022*
*Documentation last accessed on the 04/12/2023*
2 changes: 1 addition & 1 deletion eoreader/products/optical/re_product.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def _set_instrument(self) -> None:
"""
Set instrument
See: https://space-test.oscar.wmo.int/oscar-test/instruments/view/reis
See: https://space.oscar.wmo.int/instruments/view/reis
"""
self.instrument = "REIS"

Expand Down
4 changes: 2 additions & 2 deletions eoreader/products/optical/sky_product.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
@unique
class SkyInstrument(ListEnum):
"""Skysat instrument
See `OSCAR instrument <https://space-test.oscar.wmo.int/oscar-test/instruments/view/skysat>`__
See `OSCAR instrument <https://space.oscar.wmo.int/instruments/view/skysat>`__
for more information.
"""

Expand Down Expand Up @@ -230,7 +230,7 @@ def _set_instrument(self) -> None:
"""
Set instrument
SkySat: https://space-test.oscar.wmo.int/oscar-test/instruments/view/skysat
SkySat: https://space.oscar.wmo.int/instruments/view/skysat
"""
# Set correct constellation
self.instrument = SkyInstrument.SKY
Expand Down
4 changes: 2 additions & 2 deletions eoreader/products/optical/spot45_product.py
Original file line number Diff line number Diff line change
Expand Up @@ -278,8 +278,8 @@ def _set_instrument(self) -> None:
"""
Set instrument
SPOT-4: https://space-test.oscar.wmo.int/oscar-test/instruments/view/hrvir
SPOT-5: https://space-test.oscar.wmo.int/oscar-test/instruments/view/hrg
SPOT-4: https://space.oscar.wmo.int/instruments/view/hrvir
SPOT-5: https://space.oscar.wmo.int/instruments/view/hrg
"""
if self.constellation == Constellation.SPOT4:
self.instrument = "HRVIR"
Expand Down
4 changes: 2 additions & 2 deletions eoreader/products/optical/sv1_product.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ def _set_instrument(self) -> None:
"""
Set instrument
SuperView-1: https://space-test.oscar.wmo.int/oscar-test/instruments/view/pms_3
SuperView-1: https://space.oscar.wmo.int/instruments/instruments/view/pms_3
"""
self.instrument = "PMS-3"

Expand All @@ -188,7 +188,7 @@ def _set_product_type(self) -> None:

def _map_bands(self) -> None:
"""
Map bands, see https://space-test.oscar.wmo.int/oscar-test/instruments/view/pms_3
Map bands, see https://space.oscar.wmo.int/instruments/instruments/view/pms_3
"""
# Create spectral bands
pan = SpectralBand(
Expand Down

0 comments on commit de30d41

Please sign in to comment.