Giter Site home page Giter Site logo

liwq2000 / l7 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from antvis/l7

0.0 1.0 0.0 270.89 MB

๐ŸŒŽ Large-scale WebGL-powered Geospatial Data Visualization

Home Page: https://l7.antv.vision

License: MIT License

TypeScript 84.46% CSS 6.01% JavaScript 1.92% GLSL 7.62%

l7's Introduction

L7

travis ci ๆœ€่ฟ‘ๆไบค

Large-scale WebGL-powered Geospatial data visualization analysis framework.

ไธญๆ–‡ README

Powered by WebGL, the rendering technology of L7 supports fast and efficient rendering of big data, 2D/3D rendering, possible through calculation and analysis of spatial data by GPU Parallel Compu-ting.

L7 focuses on geographic data expressiveness๏ผŒinteraction and design of geographic visualization layers. The basemaps on the platform are powered by third-party services

๐ŸŒ„ l7 visualization demos

l7 demo

๐ŸŒŸ Highlight features of L7 2.0

  • ๐ŸŒ Data-driven Visualization

    Layer visualization API design base Semiology of Graphics.

    It supports rich map visualization types for a better insight on data.

  • ๐ŸŒ High performance rendering with 2D/3D effect

    Real-time and dynamic rendering with millions of spatial data.

  • ๐ŸŒ Simple and flexible data format

    L7 supports a wide variety of data formats including CSV, JSON, geojson, among others, eliminating the need to run conversions ahead of time.

  • ๐ŸŒ Multi-basemap

    For global users, Mapbox is easy to be embedded by a simple line of code.

Getting Started

๐Ÿ“ฆ Installation

npm install @antv/l7@beta

Init Map by L7 scene

import { Scene } from '@antv/l7';
import { Mapbox } from '@antv/l7-maps';
new Scene({
  id: 'map',
  map: new Mapbox({
    style: 'light',
    pitch: 0,
    center: [ 107.054293, 35.246265 ],
    zoom: 4.056
  })
})

Add Layer

import { PointLayer } from '@antv/l7';
  const pointLayer = new PointLayer()
      .source(data)
      .shape('circle')
      .size('mag', [ 1, 25 ])
      .color('mag',['#5B8FF9', '#5CCEA1'])
      .style({
        opacity: 0.3,
        strokeWidth: 1
      });

scene.addLayer(pointLayer);

๐Ÿ“ Documentation

๐Ÿ”จ Development

We wrote a contribution guide to help you get started.

โœ… License

MIT license.

l7's People

Contributors

afc163 avatar czizzy avatar imgbotapp avatar lzxue avatar paleface001 avatar wensen-lws avatar xiaohuoni avatar xiaoiver avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.