Emily (Miller) Dorne

Results 42 issues of Emily (Miller) Dorne

It would be nice to expand the satellite imagery to take up the full width of the column. See image for empty space in between image and sample details. ![Image](https://github.com/drivendataorg/cyfi/assets/22667367/e8dd8e02-8727-4eab-9c9f-7213a59badde)

CyFi explorer

Currently CyFi explorer uses a red outlined marker to mark the sample point on the imagery (regardless of level). This has a few downsides: - red suggests high severity -...

CyFi explorer

Add information in docs about caching and/or make more configurable. CyFi caches downloaded imagery to the `/tmp/{feature_config_hash}` dir by default. We may want to expose the `cache_dir` in the CLI...

enhancement

We could add an advanced use page that outlines how to: - train your own model and specify different configuration options (features config, model config, experiment config) - run an...

documentation

I'm trying to create a dataframe with two column, one that has the original filepath and one that has the destination filepath so that I can iterate over the dataframe...

question

Example point where lat and lon are swapped ``` cyfi predict-point --lat -81.82166418 --lon 41.14369839 --date 2024-07-28 ``` yields this esoteric error ``` KeyError: 'item_id' ```

enhancement

"Improved L2A processing algorithms for scene classification and surface reflectance" have been applied to the historical archive of Sentinel-2 data ([Source](https://sentiwiki.copernicus.eu/web/s2-processing#S2Processing-Collection-1ProcessingBaselineS2-Processing-Collection-Processing-Baseline)). This has a couple impacts on our pipeline: -...

From #137 > I overlooked the satellite download initially because although it indicated that errors were raised in downloading it concluded with the message "2024-10-17 14:49:41.888 | SUCCESS | cyfi.pipeline:_prepare_features:117...

Right now, we only use a cloud screen to toss out images that have too many clouds, but then we calculate features from all the pixels in the selected image....