Skip to content

Commit

Permalink
[BE] Update WFS-URL
Browse files Browse the repository at this point in the history
  • Loading branch information
k-nut committed Jun 24, 2024
1 parent e6f02b8 commit 0776e38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jedeschule/spiders/berlin.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

class BerlinSpider(scrapy.Spider):
name = "berlin"
start_urls = ['https://fbinter.stadt-berlin.de/fb/wfs/data/senstadt/s_schulen?SERVICE=WFS&VERSION=1.1.0&REQUEST=GetFeature&srsname=EPSG:25833&typename=fis:s_schulen']
start_urls = ['https://gdi.berlin.de/services/wfs/schulen?SERVICE=WFS&VERSION=1.1.0&REQUEST=GetFeature&srsname=EPSG:25833&typename=fis:schulen']

def parse(self, response):
tree = ET.fromstring(response.body)
Expand Down

0 comments on commit 0776e38

Please sign in to comment.