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.
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
$> npm install @giscience/ohsome-js-utils
You can use this library in different ways.
<script src="dist/ohsome-js-utils.umd.min.js"></script>
// nodejs
var OhsomeJsUtils = require( '@giscience/ohsome-js-utils' );
import * as OhsomeJsUtils from '@giscience/ohsome-js-utils'
// or
import { OhsomeApi } from '@giscience/ohsome-js-utils'