Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@giscience/ohsome-js-utils

Package Overview
Dependencies
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@giscience/ohsome-js-utils

This library contains JavaScript functions to help clients to use the Ohsome-Api for analyzing historical OpenStreetMap data.

  • 0.6.5
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
2
Created
Source

status: experimental

Why is it experimental? It not yet fully supports all response types that the ohsome API can return. So currently it mainly supports the functionality needed in the ohsome Dashboard app.

Info

This library contains JavaScript functions to help clients to use the Ohsome-Api for analyzing historical OpenStreetMap data.

Functionality includes

  • parsing and validation of request params
  • type-guards, functions to access result values, conversion functions to create CSV output from JSON results

Usage

Installation

$> npm install @giscience/ohsome-js-utils

You can use this library in different ways.

1. UMD single file bundle for browsers or nodejs scripts

<script src="dist/ohsome-js-utils.umd.min.js"></script>
// nodejs
var OhsomeJsUtils = require( '@giscience/ohsome-js-utils' );

2. ES2020 modules

import * as OhsomeJsUtils from '@giscience/ohsome-js-utils'
// or
import { OhsomeApi } from '@giscience/ohsome-js-utils'

FAQs

Package last updated on 20 Jun 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc