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.
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.
- liblapack-dev
- libblas-dev
- gfortran
- libgeos-dev
- libhdf5-serial-dev
- libnetcdf-dev
- python-sphere
- matplotlib
- numpy
- six
- scipy
- python-dateutil
- basemap
- pyspharm
- netCDF4
- Python 2.7