Render maps in your automations.
Project description
Map Views for CrossCompute
Render maps in your CrossCompute automations. Here are the views included in this package:
- map-mapbox
- map-mapbox-location
- map-deck-screengrid
Please see https://github.com/crosscompute/crosscompute for more information about the CrossCompute Analytics Automation Framework.
Usage
# Upgrade package
pip install crosscompute-views-map
# Update configuration
vim automate.yml
input:
variables:
- id: incident
view: map-mapbox-location
output:
variables:
- id: buildings
view: map-mapbox
- id: incidents
view: map-deck-screengrid
Troubleshooting
No Matching Distribution Found
$ pip install crosscompute-views-map
ERROR: Could not find a version that satisfies the requirement crosscompute-views-map (from versions: none)
ERROR: No matching distribution found for crosscompute-views-map
To solve this issue, create a virtual environment using python >= 3.10.
sudo dnf -y install python3.10
# sudo apt -y install python3.10
python3.10 -m venv ~/.virtualenvs/crosscompute
source ~/.virtualenvs/crosscompute/bin/activate
pip install crosscompute-views-map
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file crosscompute-views-map-0.2.2.tar.gz
.
File metadata
- Download URL: crosscompute-views-map-0.2.2.tar.gz
- Upload date:
- Size: 8.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d38f143c95e3fb63d72ab9fc521a0804c8fe17943ffa0b3e2fb2b343eac4be81 |
|
MD5 | 34e82ac586323cdc7c0baa0f3c94e81b |
|
BLAKE2b-256 | f02477c3b8e3f39fbef87b2bafa8705f8920f5145dce45de22c24d883847b7b0 |
File details
Details for the file crosscompute_views_map-0.2.2-py3-none-any.whl
.
File metadata
- Download URL: crosscompute_views_map-0.2.2-py3-none-any.whl
- Upload date:
- Size: 11.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 734c58a3d0376e80301fe4fda68c7fdae3caf121be37bf7c2a59dc4369b72195 |
|
MD5 | ccfe08c134550af38d2a70fceeee86f2 |
|
BLAKE2b-256 | 9bca1fa3882d3a11d6b805f3f047ad5dfa95d42ba0384a6209b5ab029c7afc15 |