https://github.com/antvis/l7vp
L7VP is an geospatial intelligent visual analysis and application development tools.
https://github.com/antvis/l7vp
Last synced: about 1 year ago
JSON representation
L7VP is an geospatial intelligent visual analysis and application development tools.
- Host: GitHub
- URL: https://github.com/antvis/l7vp
- Owner: antvis
- License: apache-2.0
- Created: 2023-06-26T09:19:44.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2025-04-30T12:18:02.000Z (about 1 year ago)
- Last Synced: 2025-05-15T23:07:48.563Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://li.antv.antgroup.com
- Size: 8.55 MB
- Stars: 211
- Watchers: 16
- Forks: 23
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
English | [็ฎไฝไธญๆ](./README.zh-CN.md)
L7VP
๐ L7VP ๏ผL7 Visualization Platform๏ผis an geospatial intelligent visual analysis and application development tools.
Website โข
Document โข
SDK โข
Case
[](https://npmjs.com/@antv/li-sdk) [](https://github.com/antvis/L7VP/actions?query=workflow:release) [](http://isitmaintained.com/project/antvis/l7vp 'Percentage of issues still open') [](http://isitmaintained.com/project/antvis/l7vp 'Average time to resolve an issue') 
AntV [L7VP](https://locationinsight.antv.antgroup.com) 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](https://locationinsight.antv.antgroup.com) 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
- Website
- Get Started
- Data Formats
- Layer Category
Learn more ๐ User Guide
## ๐ PyL7VP
```py
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](https://github.com/antvis/L7VP/tree/master/bindings/pyl7vp)
## ๐ฌ Local Case
### ๐ฆ Installation
```bash
cd examples/builder && yarn install
```
### ๐ป Start Up
```bash
yarn run dev
```
## ๐จ Develop Website
### ๐ฆ Installation
```bash
yarn install
```
### ๐ซ Start Up Website
```bash
yarn run start:website
```
## ๐ค How to Contribute
Your contributions are always welcome! Please Do have a look at the [issues](https://github.com/antvis/l7vp/issues) first.
To become a contributor, please follow our [contributing guide](https://github.com/antvis/l7vp/blob/master/CONTRIBUTING.md).
## License
[Apache-2.0](./LICENSE)