Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 907 Bytes

File metadata and controls

46 lines (32 loc) · 907 Bytes

Installation

To install the latest "bleeding edge" commit of xlma-python, you can pip install the git repo directly:

pip install git+https://github.com/deeplycloudy/xlma-python`

Note that this does NOT automatically update in a conda environment when running conda update --all, you must fully reinstall the library to obtain new changes.

For a development install see contributing.

Dependencies

Required:

  • xarray (I/O requires the netcdf4 backend)
  • pandas
  • numpy

Flash clustering:

  • scikit-learn
  • scipy
  • pyproj

Plotting:

  • matplotlib
  • cartopy
  • metpy (optionally, for US county lines)

GLM Plotting:

Interactive:

  • jupyterlab (or, notebook)
  • ipywidgets
  • ipympl

Building: