Skip to content

Commit

Permalink
tested notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
JannisHoch committed Oct 7, 2020
1 parent 3095651 commit 27b2c00
Show file tree
Hide file tree
Showing 3 changed files with 2,015 additions and 84 deletions.
30 changes: 15 additions & 15 deletions example/nb01_model_init_and_selection.ipynb

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions example/nb02_XY_data.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,16 @@
"name": "stdout",
"output_type": "stream",
"text": [
"Python version: 3.7.7 (default, Apr 15 2020, 05:09:04) [MSC v.1916 64 bit (AMD64)]\n",
"copro version: 0.0.5b\n",
"Python version: 3.7.8 | packaged by conda-forge | (default, Jul 31 2020, 01:53:57) [MSC v.1916 64 bit (AMD64)]\n",
"copro version: 0.0.5\n",
"geopandas version: 0.8.0\n",
"xarray version: 0.15.1\n",
"rasterio version: 1.1.0\n",
"pandas version: 1.0.3\n",
"numpy version: 1.18.1\n",
"scikit-learn version: 0.22.1\n",
"scikit-learn version: 0.23.2\n",
"matplotlib version: 3.2.1\n",
"seaborn version: 0.10.1\n",
"seaborn version: 0.11.0\n",
"rasterstats version: 0.14.0\n"
]
}
Expand Down Expand Up @@ -251,18 +251,18 @@
"calculating mean total_evaporation per aggregation unit from file C:\\Users\\hoch0001\\Documents\\_code\\copro\\example\\example_data\\totalEvaporation_monthTot_output_2000_2015_Africa_yearmean.nc for year 2008\n",
"calculating mean precipitation per aggregation unit from file C:\\Users\\hoch0001\\Documents\\_code\\copro\\example\\example_data\\precipitation_monthTot_output_2000-01-31_to_2015-12-31_Africa_yearmean.nc for year 2008\n",
"calculating mean temperature per aggregation unit from file C:\\Users\\hoch0001\\Documents\\_code\\copro\\example\\example_data\\temperature_monthAvg_output_2000-01-31_to_2015-12-31_Africa_yearmean.nc for year 2008\n",
"calculating mean irr_water_demand per aggregation unit from file C:\\Users\\hoch0001\\Documents\\_code\\copro\\example\\example_data\\irrWaterDemand.nc for year 2008\n"
"calculating mean irr_water_demand per aggregation unit from file C:\\Users\\hoch0001\\Documents\\_code\\copro\\example\\example_data\\irrWaterDemand.nc for year 2008\n",
"\n",
"entering year 2009\n",
"\n",
"listing the geometry of all geographical units\n",
"calculating mean total_evaporation per aggregation unit from file C:\\Users\\hoch0001\\Documents\\_code\\copro\\example\\example_data\\totalEvaporation_monthTot_output_2000_2015_Africa_yearmean.nc for year 2009\n"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"\n",
"entering year 2009\n",
"\n",
"listing the geometry of all geographical units\n",
"calculating mean total_evaporation per aggregation unit from file C:\\Users\\hoch0001\\Documents\\_code\\copro\\example\\example_data\\totalEvaporation_monthTot_output_2000_2015_Africa_yearmean.nc for year 2009\n",
"calculating mean precipitation per aggregation unit from file C:\\Users\\hoch0001\\Documents\\_code\\copro\\example\\example_data\\precipitation_monthTot_output_2000-01-31_to_2015-12-31_Africa_yearmean.nc for year 2009\n",
"calculating mean temperature per aggregation unit from file C:\\Users\\hoch0001\\Documents\\_code\\copro\\example\\example_data\\temperature_monthAvg_output_2000-01-31_to_2015-12-31_Africa_yearmean.nc for year 2009\n",
"calculating mean irr_water_demand per aggregation unit from file C:\\Users\\hoch0001\\Documents\\_code\\copro\\example\\example_data\\irrWaterDemand.nc for year 2009\n",
Expand Down Expand Up @@ -350,9 +350,9 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3.7.7 64-bit ('copro': conda)",
"display_name": "Python 3",
"language": "python",
"name": "python37764bitconflictmodelconda93b6d6ecb37a44a89b5ccb80ace1361e"
"name": "python3"
},
"language_info": {
"codemirror_mode": {
Expand All @@ -364,7 +364,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.7"
"version": "3.7.8"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 27b2c00

Please sign in to comment.