Download

You may download the source from its github repository:

git clone https://github.com/kitchoi/geodat.git

You may also download the source directly as a zip file.

Installation

After downloading the source, simply do

python setup.py install

Python setuptools will attempt to install required packages. But in case of missing system level libraries, error messages will be shown. You may need to manually install some libraries on your machine.

Required system-level libraries for build

  • liblapack-dev
  • libblas-dev
  • gfortran
  • libgeos-dev
  • libhdf5-serial-dev
  • libnetcdf-dev
  • python-sphere

Required Python packages (requirements.txt)

  • matplotlib
  • numpy
  • six
  • scipy
  • python-dateutil
  • basemap
  • pyspharm
  • netCDF4

Language support

  • Python 2.7
Fork me on GitHub