fastpynuts

A fast implementation of querying for NUTS regions by location.


Keywords
eurostat, NUTS, nomenclature, of, territorial, units, for, statistics
License
GPL-3.0
Install
pip install fastpynuts==1.0.0

Documentation

FastPyNUTS

A fast implementation of querying the NUTS - Nomenclature of territorial units for statistics dataset by location, particularly useful for large-scale applications.

Figure: NUTS levels (Eurostat)
Figure: Eurostat

Usage

# TODO

Features

  • fast querying of NUTS regions
    • quickly find candidates by point-in-bbox test
    • allows for high-resolution NUTS data to be used efficiently
  • query user-defined NUTS-levels (0-4)
  • download and cache NUTS GeoJSON files

Installation

# TODO

Credits