diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 888f88d..b32d528 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ repos: - id: pre-commit-update - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.13.0 + rev: v0.14.0 hooks: - id: ruff-check args: [--fix] diff --git a/soil_id/services.py b/soil_id/services.py index 30d53c2..679e5c7 100644 --- a/soil_id/services.py +++ b/soil_id/services.py @@ -153,7 +153,7 @@ def get_soilweb_data(lon, lat): Returns: dict: A dictionary containing soil data or error information if the request fails. """ - base_url = "https://soilmap4-1.lawr.ucdavis.edu/api/landPKS.php" + base_url = "https://casoilresource.lawr.ucdavis.edu/api/landPKS.php" params = { "q": "spn", # Query type - static for this function's purpose "lon": lon,