alkis-berlin-client

2.0.0 • Public • Published

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.

Package Sidebar

Install

npm i alkis-berlin-client

Weekly Downloads

11

Version

2.0.0

License

ISC

Unpacked Size

5.74 kB

Total Files

7

Last publish

Collaborators

  • derhuerst