Socket
Socket
Sign inDemoInstall

alkis-berlin-client

Package Overview
Dependencies
48
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    alkis-berlin-client

Query ALKIS Berlin.


Version published
Weekly downloads
11
increased by266.67%
Maintainers
1
Created
Weekly downloads
 

Readme

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

FAQs

Last updated on 03 Mar 2023

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc