Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rudifa/go-swisstopo
Getting information from swisstopo map services
https://github.com/rudifa/go-swisstopo
Last synced: 24 days ago
JSON representation
Getting information from swisstopo map services
- Host: GitHub
- URL: https://github.com/rudifa/go-swisstopo
- Owner: rudifa
- License: mit
- Created: 2023-05-02T21:17:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-02T21:27:27.000Z (over 1 year ago)
- Last Synced: 2024-10-06T01:40:44.398Z (about 1 month ago)
- Language: Go
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Getting information from swisstopo map services
This is a first shot at retrieving information from the swisstopo services.
## Run dev
`go run . [commands] [flags]` _# build an in-memory executable and run it_
## Build and run
`go build .` _# build the executable `go-swisstopo` in the project directory_
`./go-swisstopo [commands] [flags]` _# run it_
## Usage
```
go-swisstopo returns information from the Swiss Federal Office of Topography (swisstopo)Usage:
go-swisstopo [command]Available Commands:
help Help about any command
mapservices Returns a list of map servicesFlags:
-h, --help help for go-swisstopoUse "go-swisstopo [command] --help" for more information about a command.
```