-
We need to change to using something like this to mask Sentinel-2. Our current method is wrong.
```python
NODATA = 0
CLOUD_SHADOW = 3
CLOUD_MEDIUM_PROBABILITY = 8
CLOUD_HIGH_PROBABILITY = 9
…
-
```
Landsat 8 channels are slightly different than Landsat 7:
http://landsat.usgs.gov/L8_band_combos.php
Looks like you have to change fmask significally to make it work with Landsat
8, will you sup…
-
```
Landsat 8 channels are slightly different than Landsat 7:
http://landsat.usgs.gov/L8_band_combos.php
Looks like you have to change fmask significally to make it work with Landsat
8, will you sup…
-
Even if a correspondingly tile exists for each input layer, they may have no common valid data region.
Should do this union earlier. Possibly want the task to be a class (with run and finalise meth…
-
It's very useful in a variety of contexts to have an N-D array of data with some values marked as problematic or missing. This can be useful in applications as wide ranging as imaging, remote sensing,…
-
# Apache ShardingSphere
Apache ShardingSphere is positioned as a Database Plus, and aims at building a standard layer and ecosystem above heterogeneous databases. It focuses on how to reuse existin…
-
```
Landsat 8 channels are slightly different than Landsat 7:
http://landsat.usgs.gov/L8_band_combos.php
Looks like you have to change fmask significally to make it work with Landsat
8, will you sup…
-
Hey,
I am testing LandsatLinkr out for my study area and got an error when completing step 5. The two tasks (medianOffset and mss2TMCoefCol) fail with this error: Error: Error in map(ID=2_2_LM05_0…
-
I didn't find much useful information for how to interpret the quality control information accessible through MODISTools downloads of respective bands. I wrote the following code (see also [here](http…
-
Within a single composite, different pixels which are clearly from different images, read the same date values, e.g. in [this script](https://code.earthengine.google.com/a0d5603b6ab02fffa5f5c6a6f73fc8…