Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 796 Bytes

README.md

File metadata and controls

38 lines (27 loc) · 796 Bytes

source-receptor-tools


(See included PFAS example)

NOTE: Included data is for illustrative purposes only!



Requirements


Installation

Using pip

$ pip install git+https://github.com/cpthackray/source-receptor-tools
$ python
>>> import srtools

Metadata Structure

Based on tree structure:

Source Type -> Chemical Species -> Exposure Pathway -> Spatiotemporal Information

Relies on NetCDF/xarray for handling the spatiotemporal dimensions.

Implemented with *.nc files using the Variable convention:

name = f'{SOURCETYPE}_{CHEMICALSPECIES}_{EXPOSUREPATHWAY}'