English | 简体中文
🌍 L7VP (L7 Visualization Platform)is an geospatial intelligent visual analysis and application development tools.
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.
- 🚀 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.
Learn more 👉 User Guide
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
cd examples/builder && yarn install
yarn run dev
yarn install
yarn run start:website
Your contributions are always welcome! Please Do have a look at the issues first.
To become a contributor, please follow our contributing guide.