- 28 May, 2021 2 commits
-
-
Daniel Scheffler authored
Signed-off-by:
Daniel Scheffler <danschef@gfz-potsdam.de>
-
Daniel Scheffler authored
Signed-off-by:
Daniel Scheffler <danschef@gfz-potsdam.de>
-
- 08 May, 2021 2 commits
-
-
Daniel Scheffler authored
Signed-off-by:
Daniel Scheffler <danschef@gfz-potsdam.de>
-
Daniel Scheffler authored
Signed-off-by:
Daniel Scheffler <danschef@gfz-potsdam.de>
-
- 07 May, 2021 3 commits
-
-
Daniel Scheffler authored
Signed-off-by:
Daniel Scheffler <danschef@gfz-potsdam.de>
-
Daniel Scheffler authored
Signed-off-by:
Daniel Scheffler <danschef@gfz-potsdam.de>
-
Daniel Scheffler authored
Added a validation that checks if the given nodata value is within the valid value range of the array data type. Signed-off-by:
Daniel Scheffler <danschef@gfz-potsdam.de>
-
- 22 Apr, 2021 2 commits
-
-
Daniel Scheffler authored
Added compatibility of GeoArray.show_map() and GeoArray.show_footprint() with input WKTs that have no EPSG equivalent. Signed-off-by:
Daniel Scheffler <danschef@gfz-potsdam.de>
-
Daniel Scheffler authored
GeoArray.projection is now always set to a WKT1 string (GDAL conform) no matter if the input WKT has an EPSG code or not. Signed-off-by:
Daniel Scheffler <danschef@gfz-potsdam.de>
-
- 13 Apr, 2021 2 commits
-
-
Daniel Scheffler authored
Signed-off-by:
Daniel Scheffler <danschef@gfz-potsdam.de>
-
Daniel Scheffler authored
GeoArray.__getitem__() now first reads a band subset instead of the whole array if only a single band is requested (fixes #31 ). Signed-off-by:
Daniel Scheffler <danschef@gfz-potsdam.de>
-
- 08 Apr, 2021 1 commit
-
-
Daniel Scheffler authored
Band names and nodata values are now correctly read in case of data formats other than ENVI. Improved saved metadata for all formats (mainly applies to band names and nodata values). Fixed nodata value not passed through when reading a data format other than ENVI and saving in ENVI format. Updated HISTORY.rst. Signed-off-by:
Daniel Scheffler <danschef@gfz-potsdam.de>
-
- 26 Feb, 2021 1 commit
-
-
Daniel Scheffler authored
Signed-off-by:
Daniel Scheffler <danschef@gfz-potsdam.de>
-
- 18 Feb, 2021 1 commit
-
-
Daniel Scheffler authored
Revised tests. Added parameterized as test requirement. Replaced deprecated numpy data types with builtin types. Fixed dead link in the docs. Signed-off-by:
Daniel Scheffler <danschef@gfz-potsdam.de>
-
- 28 Jan, 2021 1 commit
-
-
Daniel Scheffler authored
Signed-off-by:
Daniel Scheffler <danschef@gfz-potsdam.de>
-
- 27 Jan, 2021 1 commit
-
-
Daniel Scheffler authored
Signed-off-by:
Daniel Scheffler <danschef@gfz-potsdam.de>
-
- 05 Jan, 2021 1 commit
-
-
Daniel Scheffler authored
Signed-off-by:
Daniel Scheffler <danschef@gfz-potsdam.de>
-
- 08 Dec, 2020 1 commit
-
-
Daniel Scheffler authored
Fixed issue #30 (GeoArray.read_pointdata() returns values for coordinates geographically outside of the image.). Implemented tests for GeoArray.read_pointdata().on. Signed-off-by:
Daniel Scheffler <danschef@gfz-potsdam.de>
-
- 02 Nov, 2020 1 commit
-
-
Daniel Scheffler authored
Signed-off-by:
Daniel Scheffler <danschef@gfz-potsdam.de>
-
- 28 Oct, 2020 1 commit
-
-
Daniel Scheffler authored
Added pyepsg to requirements as it is now an optional requirement of cartopy but still used in geoarray. Updated version info. Signed-off-by:
Daniel Scheffler <danschef@gfz-potsdam.de>
-
- 27 Oct, 2020 1 commit
-
-
Daniel Scheffler authored
Signed-off-by:
Daniel Scheffler <danschef@gfz-potsdam.de>
-
- 19 Oct, 2020 1 commit
-
-
Daniel Scheffler authored
Added 'flag' parameter to GeoArray.calc_nodata_mask() + tests. Fixed type hints and some issues in test_geoarray.py. Signed-off-by:
Daniel Scheffler <danschef@gfz-potsdam.de>
-
- 08 Oct, 2020 1 commit
-
-
Daniel Scheffler authored
* Moved cartopy import from module level to class level. * Filled HISTORY.rst. Signed-off-by:
Daniel Scheffler <danschef@gfz-potsdam.de>
-
- 06 Oct, 2020 1 commit
-
-
Daniel Scheffler authored
Revised GeoArray.show_map() and replaced basemap by cartopy. Dropped mpld3 requirement. Fixed issue #28 . Signed-off-by:
Daniel Scheffler <danschef@gfz-potsdam.de>
-
- 02 Oct, 2020 1 commit
-
-
Daniel Scheffler authored
Added GeoArray._get_cmap_vmin_vmax() and moved code from .show(), .show_map() and .show_map_utm() there. Signed-off-by:
Daniel Scheffler <danschef@gfz-potsdam.de>
-
- 29 Sep, 2020 1 commit
-
-
Daniel Scheffler authored
Basemap is now no longer optional as it is easily installable via conda-forge. Holoviews is now officially optional. Updated version info. Signed-off-by:
Daniel Scheffler <danschef@gfz-potsdam.de>
-
- 18 Sep, 2020 1 commit
-
-
Daniel Scheffler authored
Removed restriction that GeoArray.projection cannot be set if the associated file on disk has another projection. Signed-off-by:
Daniel Scheffler <danschef@gfz-potsdam.de>
-
- 21 Aug, 2020 2 commits
-
-
Daniel Scheffler authored
Moved matplotlib imports to class method level to avoid static TLS import issues. Added Python 3.8 and 3.9 to setup.py classifiers. Updated version info. Signed-off-by:
Daniel Scheffler <danschef@gfz-potsdam.de>
-
Daniel Scheffler authored
Added tolerance in GeoArray.footprint_poly to avoid wrong return values due to float uncertainties. Updated minimal version of py_tools_ds. Signed-off-by:
Daniel Scheffler <danschef@gfz-potsdam.de>
-
- 17 Aug, 2020 1 commit
-
-
Daniel Scheffler authored
Adapted code to latest changes in py_tools_ds. Fixed a deprecation warning related to matplotlib colormaps. Updated minimal version of py_tools_ds. Signed-off-by:
Daniel Scheffler <danschef@gfz-potsdam.de>
-
- 19 Mar, 2020 1 commit
-
-
Daniel Scheffler authored
The algorithm to compute the nodata mask is now much faster, especially for datasets with many spectral bands. Signed-off-by:
Daniel Scheffler <danschef@gfz-potsdam.de>
-
- 08 Jan, 2020 1 commit
-
-
Daniel Scheffler authored
The geopandas dependency is not needed anymore. Updated conda environment. Updated minimal version of py_tools_ds. Signed-off-by:
Daniel Scheffler <danschef@gfz-potsdam.de>
-
- 10 Oct, 2019 1 commit
-
-
Daniel Scheffler authored
Signed-off-by:
Daniel Scheffler <danschef@gfz-potsdam.de>
-
- 04 Oct, 2019 1 commit
-
-
Daniel Scheffler authored
Signed-off-by:
Daniel Scheffler <danschef@gfz-potsdam.de>
-
- 22 Jul, 2019 1 commit
-
-
Daniel Scheffler authored
Signed-off-by:
Daniel Scheffler <danschef@gfz-potsdam.de>
-
- 09 Jul, 2019 1 commit
-
-
Daniel Scheffler authored
Signed-off-by:
Daniel Scheffler <danschef@gfz-potsdam.de>
-
- 22 May, 2019 1 commit
-
-
Daniel Scheffler authored
Signed-off-by:
Daniel Scheffler <danschef@gfz-potsdam.de>
-
- 14 May, 2019 2 commits
-
-
Daniel Scheffler authored
Signed-off-by:
Daniel Scheffler <danschef@gfz-potsdam.de>
-
Daniel Scheffler authored
Signed-off-by:
Daniel Scheffler <danschef@gfz-potsdam.de>
-
- 10 May, 2019 1 commit
-
-
Daniel Scheffler authored
Fixed issue #24 (TypeError: function takes exactly 1 argument (0 given)). Fixed issue #25 (RuntimeError: b'major axis or radius = 0 or not given'). Updated version info. Signed-off-by:
Daniel Scheffler <danschef@gfz-potsdam.de>
-