K. Arthur Endsley

Results 16 issues of K. Arthur Endsley

```py from unmixing.visualize import FeatureSpace vis_fs = FeatureSpace(path = '/home/arthur/Desktop/detroit.tiff', nodata = -9999, feature_limit = None) vis_fs.plot_feature_space(c = 2) # Anytime `c` is set ``` ``` RuntimeError: No mappable was...

bug

Currently, `visualize.FeatureSpace()` expects to be given a path to a raster file, which it then reads in, setting its internal data structure and attributes. Need to provide setters so that:...

According to the 2020 paper in Global Change Biology, soil moisture in the "data" tables should be in volumetric m^3/m^3 but this seems to vary by dataset. "d20200114_CARBONE_BURNS", "d20190526_RAICH_survey", and...

The following generates a `TypeError` (Traceback at bottom of post): ```py results = earthaccess.search_data( short_name = 'M2SDNXSLV', temporal = ("2023-01", "2023-07"), bounding_box = [2, 35, 4, 37]) # NOTE: A...

documentation
enhancement
help wanted

I love this package! But Pulsar is complaining about a deprecation. Use `customElements.define` instead of `document.registerElement` see https://javascript.info/custom-elements ``` HTMLDocument.registerElement (file:///opt/Pulsar/resources/app.asar/static/index.js:100:12) Object. (/home/arthur.endsley/.pulsar/packages/preview-inline/lib/image-view.js:109:26) Object. (/home/arthur.endsley/.pulsar/packages/preview-inline/lib/image-view.js:114:3) Module._compile (/opt/Pulsar/resources/app.asar/src/native-compile-cache.js:120:30) Object..js (/opt/Pulsar/resources/app.asar/src/compile-cache.js:252:23) Module.load...

### 1. Lesson Topic An introduction to using NASA satellite data and climate models to inform agricultural science and land management ### 2. Lesson Language English, French, Arabic ### 3....

lesson-idea