https://github.com/stationa/osmium-gcs
osmium-tool wrapper that integrates with Google Cloud Storage
https://github.com/stationa/osmium-gcs
geospatial google-cloud-storage openstreetmaps
Last synced: 6 months ago
JSON representation
osmium-tool wrapper that integrates with Google Cloud Storage
- Host: GitHub
- URL: https://github.com/stationa/osmium-gcs
- Owner: StationA
- License: mit
- Created: 2018-11-08T00:04:34.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2021-11-19T01:12:22.000Z (almost 4 years ago)
- Last Synced: 2025-04-09T20:18:14.045Z (6 months ago)
- Topics: geospatial, google-cloud-storage, openstreetmaps
- Language: Shell
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# osmium-gcs [](https://hub.docker.com/r/stationa/osmium-gcs)
[osmium-tool](https://osmcode.org/osmium-tool/) wrapper that allows you to download OSM files from
GCS, export the data as a GeoJSON sequence file, and upload the result into GCS.## Usage
Navigate to the root `osmium-gcs/` directory (where `exporter.sh` is located) and run:
```
./exporter.sh
```## Contributing
When contributing to this repository, please follow the steps below:
1. Fork the repository
1. Submit your patch in one commit, or a series of well-defined commits
1. Submit your pull request and make sure you reference the issue you are addressing