Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dankarran/isleofman-opendata
This project aims to take open geographic data for the Isle of Man and create new data products from it.
https://github.com/dankarran/isleofman-opendata
isle-of-man opendata openstreetmap
Last synced: about 1 month ago
JSON representation
This project aims to take open geographic data for the Isle of Man and create new data products from it.
- Host: GitHub
- URL: https://github.com/dankarran/isleofman-opendata
- Owner: dankarran
- Created: 2024-03-24T18:54:31.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-13T17:24:41.000Z (9 months ago)
- Last Synced: 2024-04-13T20:52:20.913Z (9 months ago)
- Topics: isle-of-man, opendata, openstreetmap
- Language: Python
- Homepage:
- Size: 20 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Isle of Man open data
This project aims to take open data for the Isle of Man and create new data products from it.
## Datasets
* :file_folder: [Companies](https://github.com/dankarran/isleofman-opendata/tree/main/data/gov.im/companies/)
* :file_folder: [Land transactions](https://github.com/dankarran/isleofman-opendata/tree/main/data/gov.im/land-transactions/)
* :file_folder: [Planning applications](https://github.com/dankarran/isleofman-opendata/tree/main/data/gov.im/planning-applications/)
* :file_folder: [OpenStreetMap](https://github.com/dankarran/isleofman-opendata/tree/main/data/openstreetmap/)
* :file_folder: [Microsoft Global ML Building Footprints](https://github.com/dankarran/isleofman-opendata/tree/main/data/microsoft/global-ml-building-footprints/)See individual README files in relevant part of `data` directory for further details.
## Open data providers
* [Isle of Man Government](https://www.gov.im/about-the-government/government/open-data/)
* [OpenStreetMap](https://www.openstreetmap.org/#map=10/54.2283/-4.5792)
* [Microsoft](https://github.com/microsoft/GlobalMLBuildingFootprints)## TODO
* License options
* No additional rights claimed on data beyond original license
* Code probably opensource MIT license## Updating data
To update the data, run `python update.py` and enter `y` for each dataset you'd like to re-download from the original
source.## Other resources
* [Humanitarian Data Exchange (HDX)](https://data.humdata.org)
* [Isle of Man datasets](https://data.humdata.org/group/imn)
* [Traveline National Dataset (TNDS)](https://www.travelinedata.org.uk/traveline-open-data/traveline-national-dataset/) - bus timetable data## License
* Contains public sector information licensed under the [Isle of Man Open Government Licence](https://www.gov.im/about-this-site/open-government-licence/).
* Contains data from [OpenStreetMap](https://www.openstreetmap.org/#map=10/54.2283/-4.5792) licensed under the [Open Database License](https://www.openstreetmap.org/copyright).
* Contains data from Microsoft licensed under the Open Data Commons [Open Database License](https://opendatacommons.org/licenses/odbl/) (ODbL).