Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 780 Bytes

README.md

File metadata and controls

25 lines (21 loc) · 780 Bytes

GRID Data Tools

GRID Data Tools is a release based on The Fermi GBM Data Tools (short for gbm). Use gbm's lower-level API layer to read, reduce, and visualize GRID data with only a few lines of code.

Install

OS

  • macOS
  • Linux
  • Windows 10 Subsystem for Linux

Requirements

  • gbm-data-tools
  • numpy
  • matplotlib
  • GEOS C library
  • basemap

Steps

  1. Create a virtual environment
  2. install GEOS C library
  3. Download gbm-data-tools and install it.
  4. Download grid-data-tools and install it with:
pip install grid-data-tools-0.1.0a0.tar.gz