Skip to content

Commit

Permalink
docs: Update README.rst (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
12rambau authored Sep 26, 2024
1 parent f99b7d2 commit 5b8cbde
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,22 @@ Overview
:width: 20%
:align: right

widgets to interact with GEE API
This package provides interactive widgets object to interact with Google Earth engine from Python interactive environment.

TODO
----

This package is still a work in progress but beta testers are welcome. here are the different object that I would like to see implemented in this package:

- A very basic map with the most critical functions available (basically geemap core and that's all)
- A Task manager widget reproducing all the task manager features (and more?)
- A asset manager to manipulate GEE assets in an interactive window
- A bokhe interface (pure python) for all the geetools plotting capabilities
- A Map inspector (need the map first)
- A dataset Explorer (based on the geemap one but with an increased interactivity)
- All should be wired to JupyterLab sidecar for now, other IDE support will be welcome
- A complete and easy to use documentation
- If possible some CI tests (complicated for UI)

Credits
-------
Expand Down

0 comments on commit 5b8cbde

Please sign in to comment.