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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ clouds, DEM and spectral indices in a sensor-agnostic way.
18
18
## 🛰️ Managed constellations
19
19
20
20
### Optical
21
-
[](https://eoreader.readthedocs.io/latest/optical.html)
21
+
[](https://eoreader.readthedocs.io/latest/optical.html)
22
22
23
23
### SAR
24
24
[](https://eoreader.readthedocs.io/latest/sar.html)
\**Archived Landsat Collection-1 are not managed because of the tar.gz format, which is too slow to process. It is better to work on the extracted product. Landsat-9 Collection-1 products don't exist.*
39
39
40
-
\*\**Maxar satellites: Worldview Legion, 2, 3, 4 and GeoEye-1 (but WorldView-1, QuickBird should work, but they don't have been tested).
40
+
\*\**Vantor satellites: Worldview Legion, 2, 3, 4 and GeoEye-1 (but WorldView-1, QuickBird should work, but they don't have been tested).
41
41
42
42
```{warning}
43
43
Satellites products that cannot be used as archived have to be extracted before use.
@@ -64,11 +64,11 @@ Satellites products that cannot be used as archived have to be extracted before
64
64
| Vision-1 | PRJ & ORTP | 0.9 m (PAN), 3.5 m (MS) |
65
65
| SPOT 4/5 | L1A, L1B, L2A | 10 m (PAN), 20 m (MS) |
66
66
| SPOT 6/7 | SEN**, PRJ, ORT & MOS | 1.5 m (PAN), 6 m (MS) |
67
-
|Maxar*| Standard & Ortho | 0.3 to 0.5 m (PAN), 1.2 to 2.0 m (MS) |
67
+
|Vantor*| Standard & Ortho | 0.3 to 0.5 m (PAN), 1.2 to 2.0 m (MS) |
68
68
| SuperView-1 | L1B & L2A | 0.5 m (PAN), 2 m (MS) |
69
69
| GEOSAT-2 | L1B & L1C & L1D & L1S | 0.4 m (PAN), 2 m (MS) for L1D data |
70
70
71
-
\**Maxar satellites: Worldview Legion 2, 3, 4 and GeoEye-1 (but WorldView-1, QuickBird should work, but they don't have been tested).
71
+
\**Vantor satellites: Worldview Legion 2, 3, 4 and GeoEye-1 (but WorldView-1, QuickBird should work, but they don't have been tested).
72
72
73
73
\*\* ⚠ *DIMAP SEN products are orthorectified using RPCs and not the rigorous sensor model. Shift can occur. Please refer to [this issue](https://github.com/sertit/eoreader/issues/53).*
74
74
@@ -184,29 +184,29 @@ The only difference with the other bands is that the cloud bands are provided in
@@ -304,12 +304,12 @@ See the different MaskBandNames enums to discover all the available masks and ho
304
304
305
305
## Implemented workarounds
306
306
307
-
### Corrupted shapes in Maxar products
307
+
### Corrupted shapes in Vantor products
308
308
309
-
Some Maxar products have incoherent shapes between .IMD and .TIL files (see [this issue](https://github.com/sertit/eoreader/issues/242) for more information).
309
+
Some Vantor products have incoherent shapes between .IMD and .TIL files (see [this issue](https://github.com/sertit/eoreader/issues/242) for more information).
310
310
EOreader applies a workaround by updating on the spot the .IMD file to allow GDAL to correctly read the product.
311
311
312
-
This can be blocked by setting `EOREADER_FIX_MAXAR` to `0` (as the raw product is altered and this behavior may not be desirable).
312
+
This can be blocked by setting `EOREADER_FIX_VANTOR` to `0` (as the raw product is altered and this behavior may not be desirable).
313
313
314
314
For now it doesn't work automatically on archived or cloud-stored products.
315
315
@@ -385,13 +385,14 @@ For now it doesn't work automatically on archived or cloud-stored products.
385
385
-[SPOT-6/7 User Guide (2019)](https://earth.esa.int/eogateway/documents/20142/37627/SPOT-6-7-imagery-user-guide.pdf)
-[Radiometric Use of WorldView Legion 1 and WorldView Legion 2 imagery](https://resources.maxar.com/white-papers/radiometric-use-of-worldview-legion-1-and-worldview-legion-2-imagery)
0 commit comments