An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# osmium-gcs [![Docker Pulls](https://img.shields.io/docker/pulls/stationa/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