google / earthengine-jupyter

Tools for working with the Earth Engine from a Jupyter development environment
Apache License 2.0
83 stars 7 forks source link

Module for Charting #20

Open KMarkert opened 2 years ago

KMarkert commented 2 years ago

Mimic the Earth Engine ui.Chart module but for Jupyter

tylere commented 2 years ago

Does this mean to show examples of how to get comparable results to the following (or something more)?

KMarkert commented 2 years ago

I was thinking of having a module within the package that allows users to create charts quickly which mimics the code editor. e.g. from ee_jupyter import Chart

We could provide examples that show how to create charts using different libraries but I feel like it would be useful for users to have a quick charting for interactive analysis within Jupyter much like in the Code Editor. Is this something of interest?