Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 781 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 781 Bytes

wradlib data

wradlib example data

This repository contains example data used by notebooks/examples from wradlib/wradlib

Installing

  • Download and unpack the archive main.zip
  • set WRADLIB_DATA environment variable pointing to the wradlib-data location
    • LINUX
      • bash: export WRADLIB_DATA=/path/to/wradlib-data
      • csh: setenv WRADLIB_DATA /path/to//wradlib-data
    • Windows:
      • current cmd: set WRADLIB_DATA C:\path\to\wradlib-data
      • permanent: setx WRADLIB_DATA C:\path\to\wradlib-data
    • MacOSX: should be similar to linux, but check with your favorite search tool

Usage

The provided data is used in wradlib notebooks and examples.