Installation

Stable release

You can install xarray-leaflet with pip:

$ pip install xarray_leaflet

Or with conda (or mamba):

$ conda install xarray_leaflet

From sources

The sources for xarray-leaflet can be downloaded from the Github repo.

You can either clone the public repository:

$ git clone git://github.com/davidbrochart/xarray_leaflet

Or download the tarball:

$ curl -OJL https://github.com/davidbrochart/xarray_leaflet/tarball/master

Once you have a copy of the source, you can install it with:

$ pip install .