This commit is contained in:
Ruby 2026-02-10 21:26:25 +00:00
commit 1397b6afd5
217 changed files with 24403 additions and 5858 deletions

15
uv.lock generated
View file

@ -1339,7 +1339,6 @@ name = "property-map"
version = "0.1.0"
source = { virtual = "." }
dependencies = [
{ name = "attrs", marker = "python_full_version < '3.14' and sys_platform == 'linux'" },
{ name = "fastexcel", marker = "python_full_version < '3.14' and sys_platform == 'linux'" },
{ name = "httpx", extra = ["socks"], marker = "python_full_version < '3.14' and sys_platform == 'linux'" },
{ name = "ipywidgets", marker = "python_full_version < '3.14' and sys_platform == 'linux'" },
@ -1352,7 +1351,7 @@ dependencies = [
{ name = "polars", marker = "python_full_version < '3.14' and sys_platform == 'linux'" },
{ name = "pyarrow", marker = "python_full_version < '3.14' and sys_platform == 'linux'" },
{ name = "pyproj", marker = "python_full_version < '3.14' and sys_platform == 'linux'" },
{ name = "python-dateutil", marker = "python_full_version < '3.14' and sys_platform == 'linux'" },
{ name = "pyshp", marker = "python_full_version < '3.14' and sys_platform == 'linux'" },
{ name = "rasterio", marker = "python_full_version < '3.14' and sys_platform == 'linux'" },
{ name = "scipy", marker = "python_full_version < '3.14' and sys_platform == 'linux'" },
{ name = "shapely", marker = "python_full_version < '3.14' and sys_platform == 'linux'" },
@ -1369,7 +1368,6 @@ dev = [
[package.metadata]
requires-dist = [
{ name = "attrs", specifier = ">=22.2.0" },
{ name = "fastexcel", specifier = ">=0.19.0" },
{ name = "httpx", extras = ["socks"], specifier = ">=0.28.1" },
{ name = "ipywidgets", specifier = ">=8.0.0" },
@ -1382,7 +1380,7 @@ requires-dist = [
{ name = "polars", specifier = ">=1.37.1" },
{ name = "pyarrow", specifier = ">=15.0.0" },
{ name = "pyproj", specifier = ">=3.7.2" },
{ name = "python-dateutil", specifier = ">=2.8.0" },
{ name = "pyshp", specifier = ">=2.3.0" },
{ name = "rasterio", specifier = ">=1.5.0" },
{ name = "scipy", specifier = ">=1.17.0" },
{ name = "shapely", specifier = ">=2.0.0" },
@ -1517,6 +1515,15 @@ wheels = [
{ url = "https://files.pythonhosted.org/packages/42/fb/538a4d2df695980e2dde5c04d965fbdd1fe8c20a3194dc4aaa3952a4d1be/pyproj-3.7.2-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:47d87db2d2c436c5fd0409b34d70bb6cdb875cca2ebe7a9d1c442367b0ab8d59", size = 10895724, upload-time = "2025-08-14T12:05:35.465Z" },
]
[[package]]
name = "pyshp"
version = "3.0.3"
source = { registry = "https://pypi.org/simple" }
sdist = { url = "https://files.pythonhosted.org/packages/8c/20/8b07bae73aaa0c3f5a2683ba6e23b46e977e2d33a88126d56bbcc2d135cd/pyshp-3.0.3.tar.gz", hash = "sha256:bf4678b13dd53578ed87669676a2fffeccbcded1ec8ff9cafb36d1b660f4b305", size = 2192568, upload-time = "2025-11-28T17:47:31.616Z" }
wheels = [
{ url = "https://files.pythonhosted.org/packages/82/06/cad54e8ce758bd836ee5411691cbd49efeb9cc611b374670fce299519334/pyshp-3.0.3-py3-none-any.whl", hash = "sha256:28c8fac8c0c25bb0fecbbfd10ead7f319c2ff2f3b0b44a94f22bd2c93510ad42", size = 58465, upload-time = "2025-11-28T17:47:30.328Z" },
]
[[package]]
name = "pytest"
version = "9.0.2"