@@ -132,7 +132,8 @@ def run(self):
132
132
'gridding: interpolate meteo variables observations; '
133
133
'decumulate: decumulate daily grids into 6 hourly grids in kiwis format; '
134
134
'ncextract: extract values from netCDF files; '
135
- 'catchstats: calculates catchment statistics; ' ,
135
+ 'catchstats: calculates catchment statistics; '
136
+ 'mctrivers: creates a river mask for MCT diffusive river routing in LISFLOOD; ' ,
136
137
long_description = long_description ,
137
138
long_description_content_type = 'text/markdown' ,
138
139
setup_requires = [
@@ -149,7 +150,7 @@ def run(self):
149
150
keywords = ['netCDF4' , 'PCRaster' , 'mapstack' , 'lisflood' , 'efas' , 'glofas' , 'ecmwf' , 'copernicus' ],
150
151
license = 'EUPL 1.2' ,
151
152
url = 'https://github.com/ec-jrc/lisflood-utilities' ,
152
- scripts = ['bin/pcr2nc' , 'bin/cutmaps' , 'bin/compare' , 'bin/nc2pcr' , 'bin/thresholds' , 'bin/gridding' , 'bin/decumulate' , 'bin/cddmap' , 'bin/ncextract' ,'bin/catchstats' ,],
153
+ scripts = ['bin/pcr2nc' , 'bin/cutmaps' , 'bin/compare' , 'bin/nc2pcr' , 'bin/thresholds' , 'bin/gridding' , 'bin/decumulate' , 'bin/cddmap' , 'bin/ncextract' ,'bin/catchstats' ,'bin/mctrivers' ],
153
154
zip_safe = True ,
154
155
classifiers = [
155
156
# complete classifier list: http://pypi.python.org/pypi?%3Aaction=list_classifiers
0 commit comments