Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 1.27 KB

index.rst

File metadata and controls

45 lines (32 loc) · 1.27 KB

cartoee

cartoee is a simple Python package used for making publication quality maps from Earth Engine results using Cartopy without having to export results from Earth Engine.

This packages aims to do only one thing well: getting processing results from Earth Engine into a publication quality mapping interface. cartoee simply gets results from Earth Engine and plots it with the correct geographic projections leaving ee and cartopy to do more of the processing and visualization.

.. toctree::
   :maxdepth: 2
   :caption: Introduction:

   introduction.rst


.. toctree::
   :maxdepth: 2
   :caption: Examples:

   examples/cartoee_simple.ipynb
   examples/cartoee_projections.ipynb
   examples/cartoee_colorbars.ipynb
   examples/cartoee_multimaps.ipynb


.. toctree::
  :maxdepth: 2
  :caption: API Reference:

  api.rst

Contact:
Cartoee is on GitHub at https://github.com/kmarkert/cartoee. Please report issues there.