All Projects → etalab → decoupage-administratif

etalab / decoupage-administratif

Licence: MIT license
Données concernant le découpage administratif français, au format JSON

Programming Languages

javascript
184084 projects - #8 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to decoupage-administratif

flare-cogs
Various cogs written for Red-DiscordBot
Stars: ✭ 71 (+77.5%)
Mutual labels:  cog
FluffyCogs
Cogs for Red V3
Stars: ✭ 23 (-42.5%)
Mutual labels:  cog
Speculative-Sea-Level-Explorer
Reshaping the coastline by climate change and any other speculative sea level
Stars: ✭ 18 (-55%)
Mutual labels:  geo
gort
Gort is a chatbot framework designed from the ground up for chatops.
Stars: ✭ 381 (+852.5%)
Mutual labels:  cog
yii2-google-analytics
Google Analytics Universal tracking widget.
Stars: ✭ 14 (-65%)
Mutual labels:  cog
convertbng
Fast, accurate WGS84 longitude and latitude ⬅️➡️ OSGB36 (OSTN15) conversion, using Python and Rust
Stars: ✭ 32 (-20%)
Mutual labels:  geo
Go Staticmaps
A go (golang) library and command line tool to render static map images using OpenStreetMap tiles.
Stars: ✭ 246 (+515%)
Mutual labels:  geo
geocoder
Geocoder is a Typescript library which helps you build geo-aware applications by providing a powerful abstraction layer for geocoding manipulations
Stars: ✭ 28 (-30%)
Mutual labels:  geo
China
🇨🇳 一个轻巧的中国的地区、民族以及节假日信息的查询PHP库
Stars: ✭ 51 (+27.5%)
Mutual labels:  regions
osm-extracts
Each day, OSM Extracts by Interline mirrors the entire OpenStreetMap planet and creates city and region sized extracts
Stars: ✭ 34 (-15%)
Mutual labels:  geo
cogviewer
Simple Cloud Optimized GeoTIFF viewer.
Stars: ✭ 21 (-47.5%)
Mutual labels:  cog
Fixator10-Cogs
Cogs for Red-DiscordBot. Including port of Stevy's V2 leveler.
Stars: ✭ 66 (+65%)
Mutual labels:  cog
laravel-youtrack-sdk
Laravel wrapper for the YouTrack PHP Software Development Kit provides set of tools to interact with JetBrains YouTrack.
Stars: ✭ 17 (-57.5%)
Mutual labels:  cog
cog-helm
A Helm chart to deploy Cog on Kubernetes
Stars: ✭ 17 (-57.5%)
Mutual labels:  cog
fias
Ruby wrapper for the Russian FIAS database (Федеральная Информационная Адресная Система)
Stars: ✭ 82 (+105%)
Mutual labels:  geo
cogy
Cog commands from your Rails app
Stars: ✭ 20 (-50%)
Mutual labels:  cog
geonamescache
geonamescache - a Python library for quick access to a subset of GeoNames data.
Stars: ✭ 76 (+90%)
Mutual labels:  geo
GDAL.jl
Thin Julia wrapper for GDAL - Geospatial Data Abstraction Library
Stars: ✭ 78 (+95%)
Mutual labels:  geo
DoReMIFaSol
Téléchargement des données sur le site de l'Insee
Stars: ✭ 25 (-37.5%)
Mutual labels:  insee
GeoArrays.jl
Simple geographical raster interaction built on top of ArchGDAL, GDAL and CoordinateTransformations
Stars: ✭ 42 (+5%)
Mutual labels:  geo

@etalab/decoupage-administratif

Données concernant le découpage administratif français, au format JSON.

  • Communes
  • Arrondissements
  • Départements
  • Régions
  • EPCI (à fiscalité propre)

Installation

# npm
npm install @etalab/decoupage-administratif

# yarn
yarn add @etalab/decoupage-administratif

Utilisation

Node

const communes = require('@etalab/decoupage-administratif/data/communes.json')
const departements = require('@etalab/decoupage-administratif/data/departements.json')
const regions = require('@etalab/decoupage-administratif/data/regions.json')
const arrondissements = require('@etalab/decoupage-administratif/data/arrondissements.json')
const epci = require('@etalab/decoupage-administratif/data/epci.json')

via des URLs

Pour la dernière version

Il est possible de rajouter une version. Pour les EPCI 2021, par exemple https://unpkg.com/@etalab/[email protected]/data/epci.json (voir le lien millésime et version de packages)

Millésimes et versions de package

Vous avez besoin de données selon une année? Voici un tableau récapitulatif pour choisir:

Année Version du package NPM Yarn
2022 2.2.1 npm install @etalab/[email protected] yarn install @etalab/[email protected]
2021 1.1.1 npm install @etalab/[email protected] yarn install @etalab/[email protected]
2020 Non disponible, sauf EPCI 2020 avec 0.8.0 npm install @etalab/[email protected] yarn install @etalab/[email protected]
2019 0.7 npm install @etalab/[email protected] yarn install @etalab/[email protected]

Sources

Licence

Données : Licence Ouverte
Code : MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].