Justin Braaten
Justin Braaten
@giswqs C1 will most likely be available through 2022. As soon as we know more definitively, we'll get notices out about the cutoff date.
The module was updated in March 2022 to use Landsat Collection 2. See https://code.earthengine.google.com/?scriptPath=users%2Femaprlab%2Fpublic%3AModules%2FLandTrendr.js to verify.
You should be able to run LandTrendr using rgee. I've started a simple demo of it. I'll share it here when it is complete (likely within a week).
I can't reproduce the problem. If I change the start and end year, the chart reflects the change (see image). I know you said the script is line-for-line the same,...
This is strange. The fix is to define a `props` variable resulting from the `lcb.setProps` call and when `lcb` props are needed, retrieve them with `props.propertyName` instead of `lcb.props.propertyName`. I...
Note that the root of the issue is with the required `ee-lcb` module: https://github.com/jdbcode/EE-LCB, not the this `rgb-timeseries` module
Thanks! Yes, good idea! This is a hobby project for me and it is hard to find time to work on it. Until I can add UI widgets to handle...
Before expanding on the charts module I think we should make a module for creating the tables (image and image collection reduction in particular but also probably preparation/arrangement feature collections)....
Note: I see that Altair v5.1 has support for ipywidgets: https://altair-viz.github.io/user_guide/jupyter_chart.html This might be worth trying. The JupyterChart class makes it possible to update charts after they have been displayed...
See also #1824 to fetch table data or continue to use `ee_to_df` once it has `ee.data` fetching.