Skip to content

Commit

Permalink
Request 4326 geometry
Browse files Browse the repository at this point in the history
  • Loading branch information
webb-ben committed Jan 19, 2025
1 parent 4c7e916 commit 87caa36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions userCode/odwr/lib.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ def fetch_station_metadata(station_numbers: list[int]) -> OregonHttpResponse:
"where": format_where_param(station_numbers),
"outFields": "*",
"f": "json",
"outSR": "4326"
}
url = BASE_OREGON_URL + urlencode(params)
get_dagster_logger().info(f"Fetching {url} to get all station metadata")
Expand Down

0 comments on commit 87caa36

Please sign in to comment.