.. regionmask documentation master file, created by sphinx-quickstart on Wed Jul 20 14:36:54 2016. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. .. image:: logo/logo.png :width: 500 px :align: center | ************************************ create masks of geographical regions ************************************ regionmask is a Python module that: - contains a number of defined regions, including: :doc:`countries` (from `Natural Earth `_), a :doc:`landmask` and regions used in the :doc:`scientific literature` (the Giorgi regions [#]_ and the SREX regions [#]_). - can plot figures of these regions (:doc:`tutorial`) with `matplotlib `_ and `cartopy `_ - can be used to create masks of the regions for arbitrary longitude and latitude grids (:doc:`tutorial` and :doc:`tutorial`). - arbitrary regions can be defined easily (:doc:`tutorial`) .. note:: From version 0.5 ``regionmask`` treats points on borders differently and also considers poygon interiors (holes), e.g. the Caspian Sea in ``natural_earth.land_110`` region. The differences are illustrated in a :doc:`notebook`. See also in :doc:`What's new` Documentation ============= .. toctree:: :maxdepth: 2 :caption: Getting Started installation .. toctree:: :maxdepth: 2 :caption: Methods notebooks/method .. toctree:: :maxdepth: 2 :caption: Usage: Tutorials notebooks/plotting notebooks/mask_2D notebooks/mask_3D notebooks/geopandas notebooks/create_own_regions .. toctree:: :maxdepth: 2 :caption: Defined Regions defined_countries defined_landmask defined_ocean_basins defined_scientific .. toctree:: :maxdepth: 2 :caption: API Reference whats_new api License ======= regionmask is published under a MIT license. References ========== Region Definitions ------------------ .. [#] `Giorgi and Franciso, 2000 `__ .. [#] `Seneviratne et al., 2012 `__ Indices and tables ================== * :ref:`genindex` * :ref:`modindex` * :ref:`search`