From d0ce494db040a81dac6c4e46ae6d2fc7639f5d24 Mon Sep 17 00:00:00 2001 From: Daniel Scheffler Date: Fri, 29 Mar 2019 13:23:18 +0100 Subject: [PATCH] Fixed issue #22 (GeoArray[slice, slice, np.integer] returns the full array instead of a single band). Updated version info. --- .gitlab-ci.yml | 2 +- tests/CI_docker/context/environment_geoarray.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index de905d7..4bf9c5c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -58,7 +58,7 @@ test_geoarray_install: - conda create -y -q --name geoarray_testinstall python=3 - source activate geoarray_testinstall # resolve some requirements with conda - - conda install --yes -q -c conda-forge numpy scikit-image matplotlib geopandas gdal rasterio pyproj basemap shapely + - conda install --yes -q -c conda-forge numpy scikit-image matplotlib geopandas gdal rasterio pyproj basemap shapely pyresample - conda install --yes -q -c conda-forge libgdal ncurses # Fix for libgdal installed from defaults channel causing libkea.so.1.4.7: cannot open shared object file: No such file or directory # - conda install --yes -q -c conda-forge kealib # fix for libkea.so.1.4.7: cannot open shared object file: No such file or directory # run installer diff --git a/tests/CI_docker/context/environment_geoarray.yml b/tests/CI_docker/context/environment_geoarray.yml index 8cee859..e7d647d 100644 --- a/tests/CI_docker/context/environment_geoarray.yml +++ b/tests/CI_docker/context/environment_geoarray.yml @@ -21,6 +21,7 @@ dependencies: - shapely - holoviews - bokeh + - pyresample - pip: - dicttoxml - jsmin -- GitLab