Giter Site home page Giter Site logo

marine008 / kinetica-kickbox-mapbox-gl Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kineticadb/kinetica-kickbox-mapbox-gl

0.0 2.0 0.0 408 KB

A code-acceleration and interoperability library for Kinetica and Mapbox

License: MIT License

JavaScript 93.63% HTML 2.15% CSS 4.21%

kinetica-kickbox-mapbox-gl's Introduction

Kinetica Kickbox.js for Mapbox GL

Library Overview

Kinetica Kickbox.js is a client-side code-acellerator library aimed at getting you up and running with Kinetica and Mapbox GL as quickly as possible.

Features

Specifically, this library provides common helper functions that make it easier to implement:

  • WMS Layers
    • Raster Layers
    • Heatmap Layers
    • CB Raster Layers
    • Labels Layers
    • Contour Layers
  • Geohashed Point Cluster Layers
  • Feature Identification workflows

Why is a library needed?

While Mapbox is fully interoperable with Kinetica natively, the workflow for displaying Kinetica's WMS layers can be tricky to implement without knowing the best practices regarding their integration. Furthermore, there are common patterns that begin to emerge and this library aims to reduce the amount of code required to simply connect Kinetica's WMS output to Mapbox.

Installation

Installing Kickbox in Your Project

Add this line to your package.json file:

  "dependencies": {
  ...
    "kickbox": "kineticadb/kinetica-kickbox-mapbox-gl"
  ...

Then run npm install.

Once it's in your node_modules folder, you can either reference the node_modules/kinetica-kickbox-mapbox-gl/dist/kickbox.min.js directly from your index.html, or use something like var kickbox = require('kinetica-kickbox-mapbox-gl/dist/kickbox.umd.min.js'); in your JavaScript framework.

Getting Started

kinetica-kickbox-mapbox-gl's People

Contributors

mattskewbie avatar mbrownkinetica avatar

Watchers

 avatar  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.