Christopher Anderson
Christopher Anderson
You need to run `ee.Initialize()` prior to running any earth engine calls, which requires setting up a service account. This should be done when the package is stable enough to...
Australia's Terrestrial Ecosystem Research Network (TERN) hosts field survey data with cover estimates used to validate their national system. We should perform similar validation using these reference sites. - [Northern...
The current repo is very big because it was used to store a lot of raw spectral library data, and it's transformations. These files have all been backed up to...
It's not yet clear how fractional cover estimates derived from one satellite sensor compare to estimates made from another sensor. There are often differences between sensors in spectral fidelity (e.g....
In mapping Earth Engine image data, you pass the `Map.addLayer` function a dictionary with visualization parameters. We should provide an easy way to get a standard dictionary with sensor-specific visualization...
covariates with all zeros lead to divide-by-zero errors during hinge feature calculations. These should either be handled by dropping those covariates or by using something like `np.divide(this, that, where=that >...