Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 555 Bytes

geoprepare.md

File metadata and controls

25 lines (17 loc) · 555 Bytes

Downloading and Processing EO Data

A Python package to prepare (download, extract, process input data) for GEOCIF and related models

Installation

pip install --upgrade --no-deps --force-reinstall git+https://github.com/ritviksahajpal/geoprepare.git

Usage

import geoprepare.geoprepare as gprp
gprp.run(PATH_TO_CONFIG_FILE)

Configuration File

`[DATASETS]
datasets = ['CHIRPS']
dir_base =

[DEFAULT]
logfile = log
parallel_process = True
fraction_cpus = 0.5
start_year = 1982
end_year = 2022`