This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # | |
| Simply modify the three following strings for node, ways and relations | |
| newer than="2013-05-28T00:00:00Z | |
| This script is for statistics. For example, it does not extract all nodes from a way if only one node is modified, since the way object and other nodes are not affected. | |
| If you want only the nodes, you only keep the first section of the script where the nodes are extracted. | |
| The polygon-query bounds is to clip the CAP103 area, extracting info only for this area. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| node[name~'Saint.Thiébaut'][amenity=place_of_worship];out; | |
| way[name~'Saint.Thiébaut'][amenity=place_of_worship];out; | |
| >;out skel; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| relation | |
| ["ref:INSEE"~"92071"]; | |
| >>; | |
| out meta; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "prenoms", | |
| "title": "Prénoms français", | |
| "description": "Prénoms en usage en France", | |
| "resources": [ | |
| { | |
| "name": "prenom", | |
| "title": "Prénoms", | |
| "description": "Prénoms en usage en France", | |
| "schema": { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "prenoms", | |
| "title": "Prénoms français", | |
| "description": "Prénoms en usage en France", | |
| "resources": [ | |
| { | |
| "name": "prenom", | |
| "title": "Prénoms", | |
| "description": "Prénoms en usage en France", | |
| "schema": { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "prenoms", | |
| "title": "Prénoms", | |
| "description": "Prénoms français", | |
| "license": "Creative Commons CC-BY 4.0", | |
| "resources": [ | |
| { | |
| "name": "prenom", | |
| "title": "Prénom en usage en France", | |
| "url": "https://gist.githubusercontent.com/CharlesNepote/78b32e0a93f60a43581ddf1dd91850e2/raw/ccf4355f86ad8f55ad0c6d37e5c2ad5cd926329a/prenom-data.csv", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "schema": { | |
| "title": "Spécification de la liste annuelle des prénoms des nouveaux-nés", | |
| "author": "Charles Nepote <charles.nepote@fing.org>", | |
| "contributor": "Simon Chignard, Bernadette Kessler, Christian Quest", | |
| "version": "0.5beta", | |
| "created": "2017-03-24", | |
| "description": "La liste annuelle des prénoms des nouveaux-nés est un jeu de données simple et très apprécié du public. Il consiste en une liste de prénoms avec l'occurence de chacun pour une année donnée.\n\n Ce schéma décrit le détail de chaque champ. Pour chacun, nous fournissons également la regexp qui permet de contrôler le contenu du champ.", | |
| "homepage": "https://gist.github.com/CharlesNepote/26126a30adddc1781cb652b2af164ea8", | |
| "uri": "https://gist.githubusercontent.com/CharlesNepote/26126a30adddc1781cb652b2af164ea8/raw/", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| CODE_INSEE | COMMUNE | SEXE_ENFANT | PRENOM | NOMBRE_D_OCCURRENCES | ANNEE | |
|---|---|---|---|---|---|---|
| 35238 | Rennes | M | Adam | 353 | 2016 | |
| 35238 | Rennes | M | Alexandre | 197 | 2016 | |
| 35238 | Rennes | M | Victor | 197 | 2016 | |
| 35238 | Rennes | F | Capucine | 55 | 2015 | |
| 35238 | Rennes | F | Noémie | 50 | 2015 | |
| 35238 | Rennes | F | Elise | 46 | 2015 | |
| 35238 | Rennes | F | Assia | 43 | 2015 | |
| 35238 | Rennes | F | Ella | 42 | 2015 | |
| 35238 | Rennes | F | Roxane | 42 | 2015 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "fields": [ | |
| { | |
| "name": "CODE_INSEE", | |
| "title": "Code INSEE", | |
| "description": "Code INSEE de la commune où les prénoms sont enregistrés à l'état-civil, c'est-à-dire le lieu de naissance. Le lieu de naissance peut être différent du lieu de résidence des parents, comme cela peut être le cas pour les enfants nés dans une maternité. Issu du Code officiel géographique, le \"code INSEE\" est composé de 5 caractères alphanumériques (les deux premiers correspondent au département et peuvent donc contenir les lettres A et B, utilisées pour la Corse).", | |
| "type": "string", | |
| "examples": "06088, 2B002 (pour une commune corse)", | |
| "constraints": { | |
| "required": true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "schema": { | |
| "title": "Spécification de la liste annuelle des prénoms des nouveaux-nés", | |
| "author": "Charles Nepote <charles.nepote@fing.org>", | |
| "date": "mars 2017", | |
| "version": "0.1beta", | |
| "description": "La liste annuelle des prénoms des nouveaux-nés est un jeu de données simple et très apprécié du public. Il consiste en une liste de prénoms avec l'occurence de chacun pour une année donnée.", | |
| "fields": [ | |
| { | |
| "name": "CODE_INSEE", |
OlderNewer