Skip to content

antvis/L7VP

Repository files navigation

English | 简体中文

L7VP

🌍 L7VP (L7 Visualization Platform)is an geospatial intelligent visual analysis and application development tools.

WebsiteDocumentSDKCase

SDK Version Release Status Percentage of issues still open Average time to resolve an issue License


AntV L7VP is a geospatial intelligent visual analysis tool and application development tool, originally named LocationInsight. L7VP is named after AntV L7 Visualization Platform, where L represents Location and 7 represents the seven continents of the world, implying the ability to provide visual analysis for global location data.

L7VP provides users with a powerful and flexible geographic visualization analysis tool through its rich geographic visualization effects, insight analysis capabilities, map application building tools, and open expansion capabilities, meeting various visualization needs and data analysis application scenarios.

✨ Features

  • 🚀 Fast: Possess insight into spatio-temporal data, and quickly produce visualization results.
  • 🛠 Expansion: With scalability, the business can be customized.
  • 🏗 Embedding: Provide open components, business systems can be easily embedded.

🖥 Online

Learn more 👉 User Guide

🐍 PyL7VP

from pyl7vp import L7VP

l7vp_map = L7VP(height = 600)

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

# display map
l7vp_map.show()

Learn more 👉 PyL7VP

🔬 Local Case

📦 Installation

cd examples/builder && yarn install

💻 Start Up

yarn run dev

🔨 Develop Website

📦 Installation

yarn install

🛫 Start Up Website

yarn run start:website

🤝 How to Contribute

Your contributions are always welcome! Please Do have a look at the issues first.

To become a contributor, please follow our contributing guide.

License

Apache-2.0