New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

alkis-berlin-client

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

alkis-berlin-client

Query ALKIS Berlin.

2.0.0
latest
Source
npm
Version published
Weekly downloads
13
225%
Maintainers
1
Weekly downloads
 
Created
Source

alkis-berlin-client

Query ALKIS, the cadastral map of Berlin, containing shapes of all Buildings, land use zones, sections of owned land, etc. Caveats:

  • Sending requests with a filter by item type doesn't work yet.
  • Ability to query a single item is missing.

npm version ISC-licensed chat on gitter support me on Patreon

Note: You can also download Shapefiles & DXF files directly by now.

Installing

npm install alkis-berlin-client

Usage

Items will be parsed XML elements in the format of xml-reader.

import {getItems} from 'alkis-berlin-client'

const alexanderplatz = [392500, 5820000, 392000, 5820500]

const structures = getItems('fis:s_wfs_alkis_gebaeudeflaechen', alexanderplatz)
for await (const structure of structures) {
	console.log(structure)
}

Contributing

If you have a question or have difficulties using alkis-berlin-client, please double-check your code and setup first. If you think you have found a bug or want to propose a feature, refer to the issues page.

Keywords

alkis

FAQs

Package last updated on 03 Mar 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