Code Monkey home page Code Monkey logo

topobuf's Introduction

Topobuf

Build Status

Topobuf is a compact binary encoding for topological data.

Topobuf provides lossless1 compression of TopoJSON data into protocol buffers. Advantages over using JSON-based formats alone:

  • Very compact: typically makes TopoJSON 2-3 times smaller.
  • Smaller even when comparing gzipped sizes: 20-30% for TopoJSON.
  • Can store topology objects too large for JSON.stringify / JSON.parse
  • Can accommodate any TopoJSON data, including extensions with arbitrary properties.

Sample compression sizes

normal gzipped
pa-census-blocks.json 280 MB 44 MB
pa-census-blocks.pbf 114 MB 35 MB
us-zips.json 15.02 MB 3.19 MB
us-zips.pbf 4.85 MB 2.72 MB
idaho.json 1.9 MB 612 KB
idaho.pbf 567 KB 479 KB

Install

npm install topobuf

API

encode

var buffer = topobuf.encode(topojson, new Pbf());

Given a TopoJSON object and a Pbf object to write to, returns a Topobuf as a Buffer object in Node or UInt8Array object in browsers.

decode

var topojson = topobuf.decode(new Pbf(data));

Given a Pbf object with topobuf data, return a TopoJSON object.

See more

This library is based on geobuf by Mapbox, which provides similar functionality for GeoJSON

Footnotes

  1. When using quantized TopoJSON - nearly lossless otherwise โ†ฉ

topobuf's People

Contributors

maurizi avatar mick avatar mourner avatar rcheetham avatar rclark avatar tmcw 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.