Skip to content

Commit 7409707

Browse files
committed
Added CGMS14 dataproviders made by Steven.
2 parents 46285e8 + 7f7baa1 commit 7409707

File tree

2 files changed

+712
-0
lines changed

2 files changed

+712
-0
lines changed

pcse/db/cgms14/__init__.py

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# -*- coding: utf-8 -*-
2+
# Copyright (c) 2004-2016 Alterra, Wageningen-UR
3+
# Steven Hoek ([email protected]), April 2016
4+
"""Tools for reading weather data and timer, soil and site parameters
5+
from a CGMS14 compatible database.
6+
"""
7+
8+
from .data_providers import WeatherObsGridDataProvider
9+
from .data_providers import AgroManagementDataProvider
10+
from .data_providers import SoilDataIterator
11+
from .data_providers import CropDataProvider
12+
from .data_providers import STU_Suitability
13+
from .data_providers import SiteDataProvider

0 commit comments

Comments
 (0)