Skip to content

A Python utility library for mapping temperature data based on the National Weather Service CPC

License

Notifications You must be signed in to change notification settings

jason-upchurch/ncep

Repository files navigation

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

About

A Python utility library for mapping temperature data based on the National Weather Service CPC

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages