alkis-berlin-client

Query ALKIS Berlin.

Usage no npm install needed!

<script type="module">
  import alkisBerlinClient from 'https://cdn.skypack.dev/alkis-berlin-client';
</script>

README

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 build status ISC-licensed chat on gitter support me on Patreon

Installing

npm install alkis-berlin-client

Usage

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

const {getItems} = require('alkis-berlin-client')

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

getItems('fis:s_wfs_alkis_bauwerkeflaechen', alexanderplatz)
.on('data', (structure) => {
    console.log(structure)
})
.on('error', console.error)

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.