-
Start playing around with GEE. Sign up and set up a cloud project. Copy a [starting code](https://code.earthengine.google.com/?scriptPath=users%2Fdavidmkahler%2Flimpopo%3Alimpopo) and adjust.
Ref…
-
I tried to figure out what is the main purpose behind Sun Zenith Correction. I took a look over the paper link (for EffectiveSolarPathLengthCorrector) in the docs.
Is this because we assumed a PPL (…
-
We have some remnants in our cmr.json files for the PSScene3Band collection that we want to clean up before migration to CBA Prod. In particular, the entries related to thumbnails.
Within the `Data…
-
Using the HYR-SENSE kernel, hit a snag. Need to look into this to ensure we can open reflectance data following a similar notebook
My guess is its not loading
```
import sys
sys.path.app…
-
# End-to-End Google Earth Engine (Full Course Material)
[https://courses.spatialthoughts.com/end-to-end-gee.html](https://courses.spatialthoughts.com/end-to-end-gee.html)
-
### Feature Request: Add Visible Reflectance Output for GOES-ABI Simulation
#### Summary
Extend CRTM to include visible reflectance output capabilities for simulating GOES-ABI visible reflectances…
-
Context:
* It takes about an hour or so into an analysis to happen
* It doesn't happen all the time though
* Probably about half the time I get this exception
```
Caused by: java.nio.BufferUn…
-
This issue is about ordering offline assets. Such assets could be rasters that reside a tape archive and must be 'activated' (to borrow Planet terminology) before they're available for download.
I…
-
### Brief summary of bug
The calculation of dqgdT, which gives the derivative, d(qg)/dT, is incorrect for soil/crop landunits when there is no snow.
### General bug information
**CTSM version…
-
Hello,
I have a robot urdf file that I want to use mujoco_py to simulate, so I did the following steps:
1. I add
```
```
to my URDF file, then use
`./compile model.urdf…