Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/olizilla/inspire-polygon-list
Scrape the full list of INSPIRE polygon file names, for great good
https://github.com/olizilla/inspire-polygon-list
Last synced: 9 days ago
JSON representation
Scrape the full list of INSPIRE polygon file names, for great good
- Host: GitHub
- URL: https://github.com/olizilla/inspire-polygon-list
- Owner: olizilla
- License: agpl-3.0
- Created: 2016-12-12T16:14:19.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-12T16:37:22.000Z (about 8 years ago)
- Last Synced: 2024-10-08T00:24:43.913Z (3 months ago)
- Language: JavaScript
- Size: 22.5 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# INSPIRE polygon download file list
You want to download all the INSPIRE polygons, but they are split up into 300+ separate zip files.
https://www.gov.uk/government/collections/download-inspire-index-polygonsInstall `inspire-polygon-list` and run it to get all the urls in one place.
```sh
npm i -g inspire-polygon-listinspire-polygon-list
# http://data.inspire.landregistry.gov.uk/Abertawe_-_Swansea.zip
# http://data.inspire.landregistry.gov.uk/Adur.zip
# http://data.inspire.landregistry.gov.uk/Allerdale.zip
# http://data.inspire.landregistry.gov.uk/Amber_Valley.zip
# http://data.inspire.landregistry.gov.uk/Arun.zip
# ...```
From the list you could then use `wget` or similar to download them all.
```sh
wget $(inspire-polygon-list)FINISHED --2016-12-12 16:32:29--
Total wall clock time: 11m 36s
Downloaded: 348 files, 4.4G in 10m 50s (6.90 MB/s)
```If you're a fan of copy'n'pasting, then https://github.com/olizilla/inspire-polygon-list/blob/master/urls.txt
might be what you're after.