ssb-sgis 1.0.11__tar.gz → 1.0.12__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {ssb_sgis-1.0.11 → ssb_sgis-1.0.12}/PKG-INFO +1 -1
- {ssb_sgis-1.0.11 → ssb_sgis-1.0.12}/pyproject.toml +1 -1
- {ssb_sgis-1.0.11 → ssb_sgis-1.0.12}/src/sgis/maps/explore.py +9 -2
- {ssb_sgis-1.0.11 → ssb_sgis-1.0.12}/LICENSE +0 -0
- {ssb_sgis-1.0.11 → ssb_sgis-1.0.12}/README.md +0 -0
- {ssb_sgis-1.0.11 → ssb_sgis-1.0.12}/src/sgis/__init__.py +0 -0
- {ssb_sgis-1.0.11 → ssb_sgis-1.0.12}/src/sgis/debug_config.py +0 -0
- {ssb_sgis-1.0.11 → ssb_sgis-1.0.12}/src/sgis/exceptions.py +0 -0
- {ssb_sgis-1.0.11 → ssb_sgis-1.0.12}/src/sgis/geopandas_tools/__init__.py +0 -0
- {ssb_sgis-1.0.11 → ssb_sgis-1.0.12}/src/sgis/geopandas_tools/bounds.py +0 -0
- {ssb_sgis-1.0.11 → ssb_sgis-1.0.12}/src/sgis/geopandas_tools/buffer_dissolve_explode.py +0 -0
- {ssb_sgis-1.0.11 → ssb_sgis-1.0.12}/src/sgis/geopandas_tools/centerlines.py +0 -0
- {ssb_sgis-1.0.11 → ssb_sgis-1.0.12}/src/sgis/geopandas_tools/cleaning.py +0 -0
- {ssb_sgis-1.0.11 → ssb_sgis-1.0.12}/src/sgis/geopandas_tools/conversion.py +0 -0
- {ssb_sgis-1.0.11 → ssb_sgis-1.0.12}/src/sgis/geopandas_tools/duplicates.py +0 -0
- {ssb_sgis-1.0.11 → ssb_sgis-1.0.12}/src/sgis/geopandas_tools/general.py +0 -0
- {ssb_sgis-1.0.11 → ssb_sgis-1.0.12}/src/sgis/geopandas_tools/geocoding.py +0 -0
- {ssb_sgis-1.0.11 → ssb_sgis-1.0.12}/src/sgis/geopandas_tools/geometry_types.py +0 -0
- {ssb_sgis-1.0.11 → ssb_sgis-1.0.12}/src/sgis/geopandas_tools/neighbors.py +0 -0
- {ssb_sgis-1.0.11 → ssb_sgis-1.0.12}/src/sgis/geopandas_tools/overlay.py +0 -0
- {ssb_sgis-1.0.11 → ssb_sgis-1.0.12}/src/sgis/geopandas_tools/point_operations.py +0 -0
- {ssb_sgis-1.0.11 → ssb_sgis-1.0.12}/src/sgis/geopandas_tools/polygon_operations.py +0 -0
- {ssb_sgis-1.0.11 → ssb_sgis-1.0.12}/src/sgis/geopandas_tools/polygons_as_rings.py +0 -0
- {ssb_sgis-1.0.11 → ssb_sgis-1.0.12}/src/sgis/geopandas_tools/sfilter.py +0 -0
- {ssb_sgis-1.0.11 → ssb_sgis-1.0.12}/src/sgis/helpers.py +0 -0
- {ssb_sgis-1.0.11 → ssb_sgis-1.0.12}/src/sgis/io/_is_dapla.py +0 -0
- {ssb_sgis-1.0.11 → ssb_sgis-1.0.12}/src/sgis/io/dapla_functions.py +0 -0
- {ssb_sgis-1.0.11 → ssb_sgis-1.0.12}/src/sgis/io/opener.py +0 -0
- {ssb_sgis-1.0.11 → ssb_sgis-1.0.12}/src/sgis/io/read_parquet.py +0 -0
- {ssb_sgis-1.0.11 → ssb_sgis-1.0.12}/src/sgis/maps/__init__.py +0 -0
- {ssb_sgis-1.0.11 → ssb_sgis-1.0.12}/src/sgis/maps/examine.py +0 -0
- {ssb_sgis-1.0.11 → ssb_sgis-1.0.12}/src/sgis/maps/httpserver.py +0 -0
- {ssb_sgis-1.0.11 → ssb_sgis-1.0.12}/src/sgis/maps/legend.py +0 -0
- {ssb_sgis-1.0.11 → ssb_sgis-1.0.12}/src/sgis/maps/map.py +0 -0
- {ssb_sgis-1.0.11 → ssb_sgis-1.0.12}/src/sgis/maps/maps.py +0 -0
- {ssb_sgis-1.0.11 → ssb_sgis-1.0.12}/src/sgis/maps/thematicmap.py +0 -0
- {ssb_sgis-1.0.11 → ssb_sgis-1.0.12}/src/sgis/maps/tilesources.py +0 -0
- {ssb_sgis-1.0.11 → ssb_sgis-1.0.12}/src/sgis/networkanalysis/__init__.py +0 -0
- {ssb_sgis-1.0.11 → ssb_sgis-1.0.12}/src/sgis/networkanalysis/_get_route.py +0 -0
- {ssb_sgis-1.0.11 → ssb_sgis-1.0.12}/src/sgis/networkanalysis/_od_cost_matrix.py +0 -0
- {ssb_sgis-1.0.11 → ssb_sgis-1.0.12}/src/sgis/networkanalysis/_points.py +0 -0
- {ssb_sgis-1.0.11 → ssb_sgis-1.0.12}/src/sgis/networkanalysis/_service_area.py +0 -0
- {ssb_sgis-1.0.11 → ssb_sgis-1.0.12}/src/sgis/networkanalysis/closing_network_holes.py +0 -0
- {ssb_sgis-1.0.11 → ssb_sgis-1.0.12}/src/sgis/networkanalysis/cutting_lines.py +0 -0
- {ssb_sgis-1.0.11 → ssb_sgis-1.0.12}/src/sgis/networkanalysis/directednetwork.py +0 -0
- {ssb_sgis-1.0.11 → ssb_sgis-1.0.12}/src/sgis/networkanalysis/finding_isolated_networks.py +0 -0
- {ssb_sgis-1.0.11 → ssb_sgis-1.0.12}/src/sgis/networkanalysis/network.py +0 -0
- {ssb_sgis-1.0.11 → ssb_sgis-1.0.12}/src/sgis/networkanalysis/networkanalysis.py +0 -0
- {ssb_sgis-1.0.11 → ssb_sgis-1.0.12}/src/sgis/networkanalysis/networkanalysisrules.py +0 -0
- {ssb_sgis-1.0.11 → ssb_sgis-1.0.12}/src/sgis/networkanalysis/nodes.py +0 -0
- {ssb_sgis-1.0.11 → ssb_sgis-1.0.12}/src/sgis/networkanalysis/traveling_salesman.py +0 -0
- {ssb_sgis-1.0.11 → ssb_sgis-1.0.12}/src/sgis/parallel/parallel.py +0 -0
- {ssb_sgis-1.0.11 → ssb_sgis-1.0.12}/src/sgis/py.typed +0 -0
- {ssb_sgis-1.0.11 → ssb_sgis-1.0.12}/src/sgis/raster/__init__.py +0 -0
- {ssb_sgis-1.0.11 → ssb_sgis-1.0.12}/src/sgis/raster/base.py +0 -0
- {ssb_sgis-1.0.11 → ssb_sgis-1.0.12}/src/sgis/raster/image_collection.py +0 -0
- {ssb_sgis-1.0.11 → ssb_sgis-1.0.12}/src/sgis/raster/indices.py +0 -0
- {ssb_sgis-1.0.11 → ssb_sgis-1.0.12}/src/sgis/raster/regex.py +0 -0
- {ssb_sgis-1.0.11 → ssb_sgis-1.0.12}/src/sgis/raster/sentinel_config.py +0 -0
- {ssb_sgis-1.0.11 → ssb_sgis-1.0.12}/src/sgis/raster/zonal.py +0 -0
|
@@ -211,7 +211,11 @@ def _single_band_to_arr(band, mask, name, raster_data_dict):
|
|
|
211
211
|
raster_data_dict["arr"] = arr
|
|
212
212
|
raster_data_dict["bounds"] = bounds
|
|
213
213
|
raster_data_dict["label"] = band.name or name
|
|
214
|
-
|
|
214
|
+
try:
|
|
215
|
+
raster_data_dict["date"] = band.date
|
|
216
|
+
except Exception:
|
|
217
|
+
raster_data_dict["date"] = None
|
|
218
|
+
|
|
215
219
|
return True
|
|
216
220
|
|
|
217
221
|
|
|
@@ -1386,7 +1390,10 @@ def _add_one_image(
|
|
|
1386
1390
|
raster_data_dict["bounds"] = bounds
|
|
1387
1391
|
raster_data_dict["cmap"] = None
|
|
1388
1392
|
raster_data_dict["label"] = _determine_label(image, image.name or name)
|
|
1389
|
-
|
|
1393
|
+
try:
|
|
1394
|
+
raster_data_dict["date"] = image.date
|
|
1395
|
+
except Exception:
|
|
1396
|
+
raster_data_dict["date"] = None
|
|
1390
1397
|
|
|
1391
1398
|
return raster_data_dict
|
|
1392
1399
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|