This repository is a homebrew tap for the Maps CLI.
The Maps CLI allows you to access Map Making Functionality from the command line. As opposed to the HERE platform portal graphic user interface, the Maps CLI offers a text-based interface and enables developers to implement automated actions on Platform Map Making.
For the terms and conditions covering this documentation, see the HERE Documentation License.
Data privacy is of fundamental importance to HERE and our customers. We practice data minimization and don’t collect data we don’t need. And we promote pseudonymity for data subjects wherever a service does not require personal information to function. We employ privacy by design in services we develop. We strive to go beyond mere regulatory compliance and make privacy an integral part of our corporate culture. We believe that our approach to privacy is vital to earning and retaining the trust of our customers – and the bedrock of our future success as a data-driven location platform.
For more information on how data privacy is of fundamental importance to HERE and our customers, see the HERE Privacy Charter.
The Maps CLI allows you to:
- Configure Maps CLI. Typically, you can configure credentials to work with a map project and switch the Maps CLI to work with different map projects.
- Manage map projects. You can create and delete map projects, branch projects, list available map projects, and get detailed information about specific map projects.
- Upload and retrieve data to/from the input catalog. You can upload and retrieve data to and from input interactive map layers.
- Upload and retrieve data to/from the livemap catalog. You can upload and retrieve data to and from livemap interactive map layers.
- Execute HERE Map Making processes. You can execute available Map Making processes like conflate, validate, rebase, and more.
- Export GeoParquet and GeoJson data.
You can export
GeoParquet
andGeoJson
data from thelivemap
.
You need to install Homebrew, a package manager for macOS and Linux. To install Homebrew, follow the instructions on the official page.
To install the latest version of Maps CLI, use the following command:
brew install heremaps/map-making-cli/maps
If you want to update the Maps CLI, run the following command:
brew upgrade maps
To remove the package, run the following command:
brew uninstall maps
Copyright (C) 2018-2024 HERE Europe B.V.
Unless otherwise noted in LICENSE files for specific files or directories, the LICENSE in the root applies to all content in this repository.