An open API service indexing awesome lists of open source software.

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.

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

[![SDK Version](https://badgen.net/npm/v/@antv/li-sdk)](https://npmjs.com/@antv/li-sdk) [![Release Status](https://github.com/antvis/L7VP/workflows/release/badge.svg)](https://github.com/antvis/L7VP/actions?query=workflow:release) [![Percentage of issues still open](http://isitmaintained.com/badge/open/antvis/l7vp.svg)](http://isitmaintained.com/project/antvis/l7vp 'Percentage of issues still open') [![Average time to resolve an issue](http://isitmaintained.com/badge/resolution/antvis/l7vp.svg)](http://isitmaintained.com/project/antvis/l7vp 'Average time to resolve an issue') ![License](https://flat-badgen.vercel.app/github/license/antvis/L7VP)




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)