We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4b1706e + 57865d9 commit c80b0b7Copy full SHA for c80b0b7
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "ssb-sgis"
3
-version = "1.2.11"
+version = "1.2.12"
4
description = "GIS functions used at Statistics Norway."
5
authors = ["Morten Letnes <morten.letnes@ssb.no>"]
6
license = "MIT"
src/sgis/maps/examine.py
@@ -99,11 +99,7 @@ def __init__(
99
100
m = Explore(*gdfs, column=column, **kwargs)
101
102
- # m = Map(*gdfs, column=column, **kwargs)
103
- self._gdfs: dict[str, gpd.GeoDataFrame] = dict(
104
- zip(m.labels, m.gdfs, strict=False)
105
- )
106
-
+ self._gdfs = m._gdfs
107
self.rasters: dict[str, ImageCollection | Image | Band] = m.rasters
108
109
self.indices = list(range(len(self.mask_gdf)))
0 commit comments