lsg551 / matricula-online-scraper

Scraper for Matricula Online
https://pypi.org/project/matricula-online-scraper/
MIT License
0 stars 0 forks source link

Include coordinates when fetching locations #20

Closed lsg551 closed 7 months ago

lsg551 commented 7 months ago

Description

From 199239a062d18e6f2f2107bed0fb18af476a94ef:

Coordinates of parishes are now included by default when scraping locations. The new fields longitude and latitude contain floats.

Because this effectively doubles the amount of requests, be aware that the extra information comes with a price. This feature can be disabled by using the flag --exclude-coordinates. Use it if you suffer decreased performance.

Resolves #18