From acc53eaa150fa6ab03c52ca3946f1bc9715816e1 Mon Sep 17 00:00:00 2001 From: Joseph D Hughes Date: Sat, 7 Aug 2021 09:41:32 -0500 Subject: [PATCH 1/2] doc: update mf6 output tutorial --- examples/Tutorials/modflow6output/tutorial01_mf6_output.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Tutorials/modflow6output/tutorial01_mf6_output.py b/examples/Tutorials/modflow6output/tutorial01_mf6_output.py index f1786952b1..46bc0f26f8 100644 --- a/examples/Tutorials/modflow6output/tutorial01_mf6_output.py +++ b/examples/Tutorials/modflow6output/tutorial01_mf6_output.py @@ -40,7 +40,7 @@ sim_ws=sim_ws, exe_name=exe_name, verbosity_level=0, ) # change the simulation path, rewrite the files, and run the model -sim_ws = os.path.join("..", "..", "..", "autotest", "temp") +sim_ws = os.path.join("..", "..", "autotest", "temp", "mf6_output") sim.set_sim_path(sim_ws) sim.write_simulation(silent=True) sim.run_simulation(silent=True) From 04dbe04081370d262afff3089f3ee0037b2802cf Mon Sep 17 00:00:00 2001 From: Joseph D Hughes Date: Mon, 9 Aug 2021 09:59:23 -0500 Subject: [PATCH 2/2] binder: update binder yml --- binder/environment.yml | 37 +++++++++++++++++-------------------- 1 file changed, 17 insertions(+), 20 deletions(-) diff --git a/binder/environment.yml b/binder/environment.yml index 936af99cae..1889ff19d2 100644 --- a/binder/environment.yml +++ b/binder/environment.yml @@ -1,23 +1,20 @@ -name: pyclass +name: flopy channels: - conda-forge dependencies: - - numpy - - matplotlib - - xarray - - requests - - pandas - - python-dateutil - - xlrd - - gdal - - geopandas - - rtree - - descartes - - shapely - - scipy - - netcdf4 - - pyproj>=2.0 - - rasterio>=1.0 - - rasterstats - - pyshp - - pip + - conda-forge::python + - conda-forge::numpy + - conda-forge::matplotlib + - conda-forge::affine + - conda-forge::scipy + - conda-forge::pandas + - conda-forge::netcdf4 + - conda-forge::pyshp + - conda-forge::rasterio + - conda-forge::fiona + - conda-forge::descartes + - conda-forge::pyproj + - conda-forge::shapely + - conda-forge::geos=3.8.1 # required until 3.9.2 is available + - conda-forge::geojson + - conda-forge::pip