We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff2dc3d commit 69b4dc1Copy full SHA for 69b4dc1
1 file changed
jedeschule/spiders/nordrhein_westfalen.py
@@ -44,7 +44,7 @@ def normalize(item: Item) -> School:
44
source_crs = item.get("EPSG")
45
if source_crs == "null":
46
source_crs = "EPSG:25832"
47
- transformer = Transformer.from_crs(source_crs, "EPSG:4326")
+ transformer = Transformer.from_crs(source_crs, "EPSG:4326", always_xy=True)
48
lon, lat = transformer.transform(right, high)
49
50
return School(
0 commit comments