GithubHelp home page GithubHelp logo

ngageoint / simple-features-wkb-js Goto Github PK

View Code? Open in Web Editor NEW
1.0 10.0 1.0 524 KB

Simple Features WKB Javascript

Home Page: http://ngageoint.github.io/simple-features-wkb-js

License: MIT License

JavaScript 44.16% TypeScript 55.37% HTML 0.47%
javascript simple-features well-known-binary wkb

simple-features-wkb-js's Introduction

Simple Features WKB Javascript

Simple Features Well Known Binary Lib

The Simple Features Libraries were developed at the National Geospatial-Intelligence Agency (NGA) in collaboration with BIT Systems. The government has "unlimited rights" and is releasing this software to increase the impact of government investments by providing developers with the opportunity to take things in new directions. The software use, modification, and distribution rights are stipulated within the MIT license.

Pull Requests

If you'd like to contribute to this project, please make a pull request. We'll review the pull request and discuss the changes. All pull request contributions to this project will be released under the MIT license.

Software source code previously released under an open source license and then modified by NGA staff is considered a "joint work" (see 17 USC § 101); it is partially copyrighted, partially public domain, and as a whole is protected by the copyrights of the non-government authors and must be released according to the terms of the original open source license.

About

Simple Features WKB is a Javascript library for reading and writing Simple Feature Geometries to and from Well-Known Binary.

Usage

View the latest JS Docs

Browser Usage

<script src="/path/to/simple-features-wkb-js/dist/sf-wkb.min.js"></script>
- Read
const { GeometryReader } = window.SimpleFeaturesWKB;

//const buffer = ...
const geometry = GeometryReader.readGeometry(bytes);
const geometryType = geometry.getGeometryType();
- Write
const { GeometryWriter } = window.SimpleFeaturesWKB;
// const geometry = ...

const buffer = GeometryWriter.writeGeometry(geometry);

Node Usage

NPM

Pull from NPM

npm install --save simple-features-wkb-js
- Read
const { GeometryReader } = require("@ngageoint/simple-features-wkb-js");

//const buffer = ...
const geometry = GeometryReader.readGeometry(bytes);
const geometryType = geometry.getGeometryType();
- Write
const { GeometryWriter } = require("@ngageoint/simple-features-wkb-js");

// const geometry = ...
const buffer = GeometryWriter.writeGeometry(geometry);

Build

Build & Test

Build this repository using Node.js:

npm install
npm run build

simple-features-wkb-js's People

Contributors

caldwellc avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

qq1530667

simple-features-wkb-js's Issues

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.