ssb-sgis 1.2.16__tar.gz → 1.2.17__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.2.16 → ssb_sgis-1.2.17}/PKG-INFO +1 -3
- {ssb_sgis-1.2.16 → ssb_sgis-1.2.17}/pyproject.toml +1 -3
- {ssb_sgis-1.2.16 → ssb_sgis-1.2.17}/LICENSE +0 -0
- {ssb_sgis-1.2.16 → ssb_sgis-1.2.17}/README.md +0 -0
- {ssb_sgis-1.2.16 → ssb_sgis-1.2.17}/src/sgis/__init__.py +0 -0
- {ssb_sgis-1.2.16 → ssb_sgis-1.2.17}/src/sgis/conf.py +0 -0
- {ssb_sgis-1.2.16 → ssb_sgis-1.2.17}/src/sgis/debug_config.py +0 -0
- {ssb_sgis-1.2.16 → ssb_sgis-1.2.17}/src/sgis/exceptions.py +0 -0
- {ssb_sgis-1.2.16 → ssb_sgis-1.2.17}/src/sgis/geopandas_tools/__init__.py +0 -0
- {ssb_sgis-1.2.16 → ssb_sgis-1.2.17}/src/sgis/geopandas_tools/bounds.py +0 -0
- {ssb_sgis-1.2.16 → ssb_sgis-1.2.17}/src/sgis/geopandas_tools/buffer_dissolve_explode.py +0 -0
- {ssb_sgis-1.2.16 → ssb_sgis-1.2.17}/src/sgis/geopandas_tools/centerlines.py +0 -0
- {ssb_sgis-1.2.16 → ssb_sgis-1.2.17}/src/sgis/geopandas_tools/cleaning.py +0 -0
- {ssb_sgis-1.2.16 → ssb_sgis-1.2.17}/src/sgis/geopandas_tools/conversion.py +0 -0
- {ssb_sgis-1.2.16 → ssb_sgis-1.2.17}/src/sgis/geopandas_tools/duplicates.py +0 -0
- {ssb_sgis-1.2.16 → ssb_sgis-1.2.17}/src/sgis/geopandas_tools/general.py +0 -0
- {ssb_sgis-1.2.16 → ssb_sgis-1.2.17}/src/sgis/geopandas_tools/geocoding.py +0 -0
- {ssb_sgis-1.2.16 → ssb_sgis-1.2.17}/src/sgis/geopandas_tools/geometry_types.py +0 -0
- {ssb_sgis-1.2.16 → ssb_sgis-1.2.17}/src/sgis/geopandas_tools/neighbors.py +0 -0
- {ssb_sgis-1.2.16 → ssb_sgis-1.2.17}/src/sgis/geopandas_tools/overlay.py +0 -0
- {ssb_sgis-1.2.16 → ssb_sgis-1.2.17}/src/sgis/geopandas_tools/point_operations.py +0 -0
- {ssb_sgis-1.2.16 → ssb_sgis-1.2.17}/src/sgis/geopandas_tools/polygon_operations.py +0 -0
- {ssb_sgis-1.2.16 → ssb_sgis-1.2.17}/src/sgis/geopandas_tools/polygons_as_rings.py +0 -0
- {ssb_sgis-1.2.16 → ssb_sgis-1.2.17}/src/sgis/geopandas_tools/runners.py +0 -0
- {ssb_sgis-1.2.16 → ssb_sgis-1.2.17}/src/sgis/geopandas_tools/sfilter.py +0 -0
- {ssb_sgis-1.2.16 → ssb_sgis-1.2.17}/src/sgis/geopandas_tools/utils.py +0 -0
- {ssb_sgis-1.2.16 → ssb_sgis-1.2.17}/src/sgis/helpers.py +0 -0
- {ssb_sgis-1.2.16 → ssb_sgis-1.2.17}/src/sgis/io/__init__.py +0 -0
- {ssb_sgis-1.2.16 → ssb_sgis-1.2.17}/src/sgis/io/_is_dapla.py +0 -0
- {ssb_sgis-1.2.16 → ssb_sgis-1.2.17}/src/sgis/io/dapla_functions.py +0 -0
- {ssb_sgis-1.2.16 → ssb_sgis-1.2.17}/src/sgis/io/opener.py +0 -0
- {ssb_sgis-1.2.16 → ssb_sgis-1.2.17}/src/sgis/io/read_parquet.py +0 -0
- {ssb_sgis-1.2.16 → ssb_sgis-1.2.17}/src/sgis/maps/__init__.py +0 -0
- {ssb_sgis-1.2.16 → ssb_sgis-1.2.17}/src/sgis/maps/examine.py +0 -0
- {ssb_sgis-1.2.16 → ssb_sgis-1.2.17}/src/sgis/maps/explore.py +0 -0
- {ssb_sgis-1.2.16 → ssb_sgis-1.2.17}/src/sgis/maps/httpserver.py +0 -0
- {ssb_sgis-1.2.16 → ssb_sgis-1.2.17}/src/sgis/maps/legend.py +0 -0
- {ssb_sgis-1.2.16 → ssb_sgis-1.2.17}/src/sgis/maps/map.py +0 -0
- {ssb_sgis-1.2.16 → ssb_sgis-1.2.17}/src/sgis/maps/maps.py +0 -0
- {ssb_sgis-1.2.16 → ssb_sgis-1.2.17}/src/sgis/maps/norge_i_bilder.json +0 -0
- {ssb_sgis-1.2.16 → ssb_sgis-1.2.17}/src/sgis/maps/thematicmap.py +0 -0
- {ssb_sgis-1.2.16 → ssb_sgis-1.2.17}/src/sgis/maps/tilesources.py +0 -0
- {ssb_sgis-1.2.16 → ssb_sgis-1.2.17}/src/sgis/maps/wms.py +0 -0
- {ssb_sgis-1.2.16 → ssb_sgis-1.2.17}/src/sgis/networkanalysis/__init__.py +0 -0
- {ssb_sgis-1.2.16 → ssb_sgis-1.2.17}/src/sgis/networkanalysis/_get_route.py +0 -0
- {ssb_sgis-1.2.16 → ssb_sgis-1.2.17}/src/sgis/networkanalysis/_od_cost_matrix.py +0 -0
- {ssb_sgis-1.2.16 → ssb_sgis-1.2.17}/src/sgis/networkanalysis/_points.py +0 -0
- {ssb_sgis-1.2.16 → ssb_sgis-1.2.17}/src/sgis/networkanalysis/_service_area.py +0 -0
- {ssb_sgis-1.2.16 → ssb_sgis-1.2.17}/src/sgis/networkanalysis/closing_network_holes.py +0 -0
- {ssb_sgis-1.2.16 → ssb_sgis-1.2.17}/src/sgis/networkanalysis/cutting_lines.py +0 -0
- {ssb_sgis-1.2.16 → ssb_sgis-1.2.17}/src/sgis/networkanalysis/directednetwork.py +0 -0
- {ssb_sgis-1.2.16 → ssb_sgis-1.2.17}/src/sgis/networkanalysis/finding_isolated_networks.py +0 -0
- {ssb_sgis-1.2.16 → ssb_sgis-1.2.17}/src/sgis/networkanalysis/network.py +0 -0
- {ssb_sgis-1.2.16 → ssb_sgis-1.2.17}/src/sgis/networkanalysis/networkanalysis.py +0 -0
- {ssb_sgis-1.2.16 → ssb_sgis-1.2.17}/src/sgis/networkanalysis/networkanalysisrules.py +0 -0
- {ssb_sgis-1.2.16 → ssb_sgis-1.2.17}/src/sgis/networkanalysis/nodes.py +0 -0
- {ssb_sgis-1.2.16 → ssb_sgis-1.2.17}/src/sgis/networkanalysis/traveling_salesman.py +0 -0
- {ssb_sgis-1.2.16 → ssb_sgis-1.2.17}/src/sgis/parallel/__init__.py +0 -0
- {ssb_sgis-1.2.16 → ssb_sgis-1.2.17}/src/sgis/parallel/parallel.py +0 -0
- {ssb_sgis-1.2.16 → ssb_sgis-1.2.17}/src/sgis/py.typed +0 -0
- {ssb_sgis-1.2.16 → ssb_sgis-1.2.17}/src/sgis/raster/__init__.py +0 -0
- {ssb_sgis-1.2.16 → ssb_sgis-1.2.17}/src/sgis/raster/base.py +0 -0
- {ssb_sgis-1.2.16 → ssb_sgis-1.2.17}/src/sgis/raster/image_collection.py +0 -0
- {ssb_sgis-1.2.16 → ssb_sgis-1.2.17}/src/sgis/raster/indices.py +0 -0
- {ssb_sgis-1.2.16 → ssb_sgis-1.2.17}/src/sgis/raster/regex.py +0 -0
- {ssb_sgis-1.2.16 → ssb_sgis-1.2.17}/src/sgis/raster/sentinel_config.py +0 -0
- {ssb_sgis-1.2.16 → ssb_sgis-1.2.17}/src/sgis/raster/zonal.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: ssb-sgis
|
|
3
|
-
Version: 1.2.
|
|
3
|
+
Version: 1.2.17
|
|
4
4
|
Summary: GIS functions used at Statistics Norway.
|
|
5
5
|
Home-page: https://github.com/statisticsnorway/ssb-sgis
|
|
6
6
|
License: MIT
|
|
@@ -19,7 +19,6 @@ Provides-Extra: bucket
|
|
|
19
19
|
Provides-Extra: test
|
|
20
20
|
Provides-Extra: xarray
|
|
21
21
|
Requires-Dist: affine (>=2.4.0)
|
|
22
|
-
Requires-Dist: black (>=25.1.0,<26.0.0)
|
|
23
22
|
Requires-Dist: branca (>=0.6.0)
|
|
24
23
|
Requires-Dist: dapla-toolbelt (>=3.0.1) ; extra == "all" or extra == "bucket"
|
|
25
24
|
Requires-Dist: dask (>=2024.1.1) ; extra == "all" or extra == "test"
|
|
@@ -42,7 +41,6 @@ Requires-Dist: rasterio (>=1.3.8)
|
|
|
42
41
|
Requires-Dist: requests (>=2.28.2)
|
|
43
42
|
Requires-Dist: rioxarray (>=0.15.5) ; extra == "all" or extra == "xarray" or extra == "test"
|
|
44
43
|
Requires-Dist: rtree (>=1.0.1)
|
|
45
|
-
Requires-Dist: ruff (>=0.12.8,<0.13.0)
|
|
46
44
|
Requires-Dist: scikit-learn (>=1.2.1)
|
|
47
45
|
Requires-Dist: shapely (>=2.0.1)
|
|
48
46
|
Requires-Dist: typing-extensions (>=4.11.0)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[tool.poetry]
|
|
2
2
|
name = "ssb-sgis"
|
|
3
|
-
version = "1.2.
|
|
3
|
+
version = "1.2.17"
|
|
4
4
|
description = "GIS functions used at Statistics Norway."
|
|
5
5
|
authors = ["Morten Letnes <morten.letnes@ssb.no>"]
|
|
6
6
|
license = "MIT"
|
|
@@ -47,8 +47,6 @@ xarray = { version = ">=2024.3.0", optional = true }
|
|
|
47
47
|
rioxarray = { version = ">=0.15.5", optional = true }
|
|
48
48
|
dapla-toolbelt = { version = ">=3.0.1", optional = true }
|
|
49
49
|
gcsfs = { version = ">=2024.3.1", optional = true }
|
|
50
|
-
black = "^25.1.0"
|
|
51
|
-
ruff = "^0.12.8"
|
|
52
50
|
|
|
53
51
|
[tool.poetry.extras]
|
|
54
52
|
all = ["pyogrio", "xarray", "rioxarray", "dapla-toolbelt", "gcsfs", "dask"]
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|