Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dpriskorn/naturkartanscraper
Script to fetch information from Naturkartan API and upload to Wikidata
https://github.com/dpriskorn/naturkartanscraper
Last synced: 20 days ago
JSON representation
Script to fetch information from Naturkartan API and upload to Wikidata
- Host: GitHub
- URL: https://github.com/dpriskorn/naturkartanscraper
- Owner: dpriskorn
- License: gpl-3.0
- Created: 2024-01-06T11:52:02.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-03T14:58:13.000Z (about 2 months ago)
- Last Synced: 2024-12-19T09:27:52.555Z (about 1 month ago)
- Language: Python
- Size: 464 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Naturkartan Scraper
This tool was build to quickly enrich the hiking trails in Wikidata by scraping from Naturkartan.As of december 2024 a total of 1566 trails are found.
# Features
* downloads and preprocesses all hiking trails from Naturkartan and export to csv## Deprecated
* Migrated ids from strings to integers# License
GPLv3+# What I learned writing this
* flattening json is a good design pattern as a standard when consuming apis with nested objects
* I got a little more experience with a JSON API and handling nexturl in a while loop