Skip to content

antvis/L7VP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

English | ็ฎ€ไฝ“ไธญๆ–‡

L7VP

๐ŸŒ L7VP ๏ผˆL7 Visualization Platform๏ผ‰is an geospatial intelligent visual analysis and application development tools.

Website โ€ข Document โ€ข SDK โ€ข Case

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