# 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
```bash
# 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
```
Raw data
{
"_id": null,
"home_page": "https://crosscompute.com",
"name": "crosscompute-views-map",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.10",
"maintainer_email": "",
"keywords": "",
"author": "CrossCompute Inc.",
"author_email": "support@crosscompute.com",
"download_url": "https://files.pythonhosted.org/packages/f0/24/77c3b8e3f39fbef87b2bafa8705f8920f5145dce45de22c24d883847b7b0/crosscompute-views-map-0.2.2.tar.gz",
"platform": "any",
"description": "# Map Views for CrossCompute\n\nRender maps in your CrossCompute automations. Here are the views included in this package:\n\n- map-mapbox\n- map-mapbox-location\n- map-deck-screengrid\n\nPlease see https://github.com/crosscompute/crosscompute for more information about the CrossCompute Analytics Automation Framework.\n\n## Usage\n\n```bash\n# Upgrade package\npip install crosscompute-views-map\n\n# Update configuration\nvim automate.yml\n input:\n variables:\n - id: incident\n view: map-mapbox-location\n output:\n variables:\n - id: buildings\n view: map-mapbox\n - id: incidents\n view: map-deck-screengrid\n```\n\n## Troubleshooting\n\n### No Matching Distribution Found\n\n```\n$ pip install crosscompute-views-map\nERROR: Could not find a version that satisfies the requirement crosscompute-views-map (from versions: none)\nERROR: No matching distribution found for crosscompute-views-map\n```\n\nTo solve this issue, create a virtual environment using python >= 3.10.\n\n```\nsudo dnf -y install python3.10\n# sudo apt -y install python3.10\npython3.10 -m venv ~/.virtualenvs/crosscompute\nsource ~/.virtualenvs/crosscompute/bin/activate\npip install crosscompute-views-map\n```\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Render maps in your automations.",
"version": "0.2.2",
"project_urls": {
"Bug Tracker": "https://github.com/crosscompute/crosscompute-views-map/issues",
"Documentation": "https://github.com/crosscompute/crosscompute-views-map",
"Homepage": "https://crosscompute.com",
"Source Code": "https://github.com/crosscompute/crosscompute-views-map"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "9bca1fa3882d3a11d6b805f3f047ad5dfa95d42ba0384a6209b5ab029c7afc15",
"md5": "ccfe08c134550af38d2a70fceeee86f2",
"sha256": "734c58a3d0376e80301fe4fda68c7fdae3caf121be37bf7c2a59dc4369b72195"
},
"downloads": -1,
"filename": "crosscompute_views_map-0.2.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "ccfe08c134550af38d2a70fceeee86f2",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.10",
"size": 11246,
"upload_time": "2023-05-19T19:06:34",
"upload_time_iso_8601": "2023-05-19T19:06:34.019483Z",
"url": "https://files.pythonhosted.org/packages/9b/ca/1fa3882d3a11d6b805f3f047ad5dfa95d42ba0384a6209b5ab029c7afc15/crosscompute_views_map-0.2.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "f02477c3b8e3f39fbef87b2bafa8705f8920f5145dce45de22c24d883847b7b0",
"md5": "34e82ac586323cdc7c0baa0f3c94e81b",
"sha256": "d38f143c95e3fb63d72ab9fc521a0804c8fe17943ffa0b3e2fb2b343eac4be81"
},
"downloads": -1,
"filename": "crosscompute-views-map-0.2.2.tar.gz",
"has_sig": false,
"md5_digest": "34e82ac586323cdc7c0baa0f3c94e81b",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10",
"size": 8231,
"upload_time": "2023-05-19T19:06:35",
"upload_time_iso_8601": "2023-05-19T19:06:35.246802Z",
"url": "https://files.pythonhosted.org/packages/f0/24/77c3b8e3f39fbef87b2bafa8705f8920f5145dce45de22c24d883847b7b0/crosscompute-views-map-0.2.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-05-19 19:06:35",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "crosscompute",
"github_project": "crosscompute-views-map",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "crosscompute-views-map"
}