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

@datenguide/metadata

Package Overview
Dependencies
Maintainers
2
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@datenguide/metadata

Curated metadata about German public statistics

  • 0.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
2
Created
Source

Datenguide metadata

This repo holds manually curated metadata about German public statistics for use by the Datenguide project. It includes metadata about the following entities:

Regions

German regions, NUTS level 1-3 (Bundesländer, Regierungsbezirke, Statistische Regionen, Landkreise, Kreisstädte, etc.) and LAU (Gemeinden). Regions are managed in /regions.json using the following structure:

{
    "08425": {
        "id": "08425", // AGS for the region
        "name": "Alb-Donau-Kreis", // Nicely formated name of the region
        "type": "Landkreis", // Type of region (e.g. Kreisfreie Stadt, Regierungsbezirk)
        "level": 3, // NUTS level (1-3), LAU (4)
        "duration": {
            "from": "2012-01-01", // ISO dates for earliest available statistical measure
            "until": "2019-12-31"  // ISO dates for latest available statistical measure
        }
    },
}

Statistics and measures

Metadata about regions are managed in Markdown files using the following structure:

[to be defined]

License

The metadata in this repository was derived from data originally published by the German Federal Statistics Offices, Statistische Ämter des Bundes und der Länder, under the Data licence Germany – attribution – version 2.0.

FAQs

Package last updated on 20 Mar 2020

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc