Skip to main content

Python3 binding for @AntV/L7VP geospatial visual analysis tool.

Project description

English | 简体中文

PyL7VP

🌍 Python3 binding for @AntV/L7VP geospatial visual analysis tool.

Latest Stable Version Test Status Pypi Download

Installation

$ pip install pyl7vp

Usage

Jupyter Notebook and JupyterLab

import pandas as pd
from pyl7vp import L7VP

l7vp_map = L7VP(height = 600)

# data
df = pd.DataFrame(
  {'longitude': [105.005, 104.602, 103.665, 105.275],
   'latitude': [32.349, 32.067, 31.29, 32.416],
   'mag': [5.2, 3.0, 6.0, 2.0]
  })

# add dataset to map
l7vp_map.add_dataset({"id": "my_dataset", "type": 'local', "data": df})

# Set config
l7vp_map.set_config({
  "map": {
    "type": "Gaode",
    "config": {
            "zoom": 7,
            "center": [104.615357, 32.068745],
            "style": 'dark',
        },
  },
})

# display map
l7vp_map.show()

Save to HTML File

from pyl7vp import L7VP

l7vp_map = L7VP(height = 600)

# save to html file
l7vp_map.save_to_html("map.html")

User Guide

Local Development

Install Jupyter

# Using pip
pip install jupyter

# or Using conda
# conda install jupyter

Clone code

git clone https://github.com/antvis/L7VP.git

Setup jupyter

Install python module

cd bindings/pyl7vp

# dev install from folder containing setup.py
pip install -e .

Start jupyter notebook

cd notebooks
jupyter notebook

Release a new version

Update version in bindings/pyl7vp/pyl7vp/meta.py

__version__ = "0.0.1"

Build and publish

python setup.py upload

License

Apache-2.0

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyl7vp-0.0.7.tar.gz (15.1 kB view details)

Uploaded Source

Built Distribution

pyl7vp-0.0.7-py3-none-any.whl (15.4 kB view details)

Uploaded Python 3

File details

Details for the file pyl7vp-0.0.7.tar.gz.

File metadata

  • Download URL: pyl7vp-0.0.7.tar.gz
  • Upload date:
  • Size: 15.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.16 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.2

File hashes

Hashes for pyl7vp-0.0.7.tar.gz
Algorithm Hash digest
SHA256 22fb0d75e3ec4ea70d227f643014afa315a5b11ca210aec2fef7b2e80c52fc2d
MD5 336d6ae6c97ae1c972268742b513184c
BLAKE2b-256 3ed2ab5623139c0801b3f793a28295ad2a9c1b504f2a5b122982cddeabcf7c3b

See more details on using hashes here.

File details

Details for the file pyl7vp-0.0.7-py3-none-any.whl.

File metadata

  • Download URL: pyl7vp-0.0.7-py3-none-any.whl
  • Upload date:
  • Size: 15.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.16 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.2

File hashes

Hashes for pyl7vp-0.0.7-py3-none-any.whl
Algorithm Hash digest
SHA256 1e73ed5361b8d53a1e3cdcf5435c4128175b7b72d9c92188fa8d79e6437e2628
MD5 8ad19ebd22fba1c9f4f5596f10652823
BLAKE2b-256 59856cee378216bd898681aecb80db70c13c610fc74b9a1d0a0bdc4083712523

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page