All Projects → TalkingData → Inmap

TalkingData / Inmap

Licence: apache-2.0
大数据地理可视化

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to Inmap

Awesome Bigdata
A curated list of awesome big data frameworks, ressources and other awesomeness.
Stars: ✭ 10,478 (+298.86%)
Mutual labels:  data-visualization, visualize-data
React Map Gl
React Component Library for Mapbox GL JS
Stars: ✭ 298 (-88.66%)
Mutual labels:  data-visualization, map
Awesome Dataviz
📈 A curated list of awesome data visualization libraries and resources.
Stars: ✭ 2,905 (+10.58%)
Mutual labels:  data-visualization, visualize-data
Lpfmpoints
Evolution of LPFM Stations
Stars: ✭ 19 (-99.28%)
Mutual labels:  data-visualization, map
Exploretrees Sg
🌳 Explore Trees in Singapore 🇸🇬
Stars: ✭ 68 (-97.41%)
Mutual labels:  data-visualization, map
Svg World Map
🗺 A JavaScript library to easily integrate one or more SVG world maps with all nations (countries) and second-level political subdivisions (countries, provinces, states).
Stars: ✭ 38 (-98.55%)
Mutual labels:  data-visualization, map
React Map Gl
React friendly API wrapper around MapboxGL JS
Stars: ✭ 6,244 (+137.69%)
Mutual labels:  data-visualization, map
Agilework
可视化低代码快速开发平台,面向业务、企业管理系统定制开发平台和应用平台,包括设计器、应用端。提供业务配置和集成开发能力,用户通过可视化拖拉拽配置式操作即可快速构建出能同时在PC和移动端运行的各类管理系统,对于企业客户的信息系统在管理模式、业务流程、表单界面、数据可视化展示、IoT管控等个性化需求,可以通过设计器,快速的进行个性化配置。并支持企业微信,公众号,钉钉等移动集成,实现用户跨区域移动办公。从而构建企业个性化的行业应用、集成应用和复杂的业务报表。
Stars: ✭ 76 (-97.11%)
Mutual labels:  data-visualization, map
L7
🌎 Large-scale WebGL-powered Geospatial Data Visualization analysis framework which relies on Mapbox GL or AMap to render basemaps.
Stars: ✭ 2,517 (-4.19%)
Mutual labels:  data-visualization, map
Amazing Feature Engineering
Feature engineering is the process of using domain knowledge to extract features from raw data via data mining techniques. These features can be used to improve the performance of machine learning algorithms. Feature engineering can be considered as applied machine learning itself.
Stars: ✭ 218 (-91.7%)
Mutual labels:  data-visualization
Dash
Analytical Web Apps for Python, R, Julia, and Jupyter. No JavaScript Required.
Stars: ✭ 15,592 (+493.53%)
Mutual labels:  data-visualization
Mocs
My Own Car System, a Go & Qt application for your car
Stars: ✭ 218 (-91.7%)
Mutual labels:  map
React Trend
📈 Simple, elegant spark lines
Stars: ✭ 2,453 (-6.62%)
Mutual labels:  data-visualization
Datoviz
⚡ High-performance GPU interactive scientific data visualization with Vulkan
Stars: ✭ 222 (-91.55%)
Mutual labels:  data-visualization
Edaviz
edaviz - Python library for Exploratory Data Analysis and Visualization in Jupyter Notebook or Jupyter Lab
Stars: ✭ 220 (-91.63%)
Mutual labels:  data-visualization
Tablesaw
Java dataframe and visualization library
Stars: ✭ 2,785 (+6.01%)
Mutual labels:  data-visualization
R Ecology Lesson
Data Analysis and Visualization in R for Ecologists
Stars: ✭ 218 (-91.7%)
Mutual labels:  data-visualization
Gwu data mining
Materials for GWU DNSC 6279 and DNSC 6290.
Stars: ✭ 217 (-91.74%)
Mutual labels:  data-visualization
Querytree
Data reporting and visualization for your app
Stars: ✭ 230 (-91.24%)
Mutual labels:  data-visualization
Ol3echarts
🌏 📊 ol3Echarts | a openlayers extension to echarts
Stars: ✭ 229 (-91.28%)
Mutual labels:  map

inMap

GitHub license inMap NPM downloads NPM downloads

介绍

inMap 是一款基于百度地图的大数据可视化库,专注于大数据方向的散点、热力图、网格、聚合等方式展示,致力于让大数据可视化变得简单易用。

Features

  • 高性能.
  • 多线程.
  • 多图层叠加.
  • 支持GeoJSON
  • 友好的 API.
  • 可以自定义主题.

文档

http://inmap.talkingdata.com/

示例效果图

image image

首先引用地图

<script type="text/javascript" src="http://api.map.baidu.com/api?v=3.0&ak=0lPULNZ5PmrFVg76kFuRjezF"></script>

安装

Using npm:

npm install inmap --save

或使用 <script> 全局引用,inMap 会被注册为一个全局变量:

<script type="text/javascript" src="http://unpkg.com/inmap/dist/inmap.min.js"></script>

示例

<script>
var inmap = new inMap.Map({
    id: 'allmap',  
    skin: 'Blueness',
    center: [105.403119, 38.028658], // center of map
    zoom: {
        value: 5, // level of map
        show: true, // whether to display the zoom button
        max: 18, 
        min: 5
    }
})
</script>
examples

预览当前项目所有demo

# 从 GitHub 下载后,安装依赖
npm install

# 编译代码
npm run dev & npm run start

在浏览器地址栏输入:http://localhost:8088/examples/index.html

Major Contributors

Name Avatar
fengluhome
Aresn
ChowBu
cheekahao
chenli8

欢迎加入QQ反馈问题: 618308202

Links

License

Apache License 2.0

Copyright (c) 2015-present, TalkingData

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].