Aaron Zuspan
Aaron Zuspan
Having the `openlocationcode` package available through [conda-forge](https://conda-forge.org/index.html#about) as well as PyPi would be a big help as it would allow developers to use it as a dependency in other conda-forge...
Hi Plotly devs, thanks for maintaining this awesome package. I'm running `5.9.0` and hit an inconsistency between how `go.Figure` and `go.FigureWidget` handle background colors. With a `go.Figure`, you can set...
This would add two methods allowing `ee.ImageCollection` and its subclass objects to be exported to a Drive and then imported into an `xarray.Dataset`. Dimension and coordinates would be stored in...
Some collections (at least Landsat 7) are missing `system:time_end` properties for most images, even though they have `system:time_start` properties. This causes `dataframe` to fail because the fields used to initialize...
Add a `wxee.TimeSeries.smooth_time` method that applies pixel-wise temporal smoothing to a time series. - Whittaker smoothing - [General reference](https://eigenvector.com/wp-content/uploads/2020/01/WhittakerSmoother.pdf) - [Remote sensing reference](https://ui.adsabs.harvard.edu/abs/2017IJAEO..57..202V/abstract) - [Reference implementation](https://mygeoblog.com/2021/05/30/whittaker-smoothing-algorithm-for-gee/) - Savitzky Golay smoothing...
## To do - [ ] Climatological means of net primary productivity - [ ] Sentinel-2 / Landsat example - [ ] Integration with [geemap](https://github.com/giswqs/) - [ ] Temporal smoothing...
The current download system is pretty solid with automated retrying, but the [cdsapi](https://github.com/ecmwf/cdsapi) package has a more extensive system that should improve download stability. See [their implementation](https://github.com/ecmwf/cdsapi/blob/f3b94a9bc40f8d56b0d1ac8cc8bc84765509ef05/cdsapi/api.py#L97) for reference.
Currently, running `climatology_dayofyear` groups days by Julian date. In a leap year, all days after February 29 will be pushed back one Julian day, so the climatological day-of-year 365 would...
Hi @davemlz! I don't think this is really an eemont bug, but I'm wondering if you know of a good workaround or if maybe there's an eemont feature that could...
### To reproduce - Use Leaflet 1.3.1, 1.3.4, or 1.6.0 - Use most recent leaflet-search downloaded from https://labs.easyblog.it/maps/leaflet-search/ - Create an L.Control.Search object and add to a Leaflet map. `firstTipSubmit`...