Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 678 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 678 Bytes

A paritial list of system requirements

  • Python version 3.7.x
  • PROJ
    • On Debian/Ubuntu:
      • sudo apt-get install proj-bin
      • sudo apt-get install libproj-dev
  • GEOS
    • On Debian/Ubuntu:
      • sudo apt-get install libgeos-dev

Project installation

  • clone this repository
  • python setup.py install
  • pip install -r requirements.txt

Basic use

  • cd ncep/ncep/
  • python ncep_main.py

image