up arbres cadastre vert

This commit is contained in:
Tykayn 2024-10-15 17:55:37 +02:00 committed by tykayn
parent 5f04635b50
commit f566d06027
5 changed files with 8907174 additions and 21 deletions

View File

@ -0,0 +1,71 @@
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"geometry": {
"coordinates": [
2.169019488063191,
48.863711749353044
],
"type": "Point"
},
"properties": {
"idelement_vert": 301393,
"commune": "RUEIL MALMAISON",
"code_insee": "92063",
"diametre": 3.208899,
"circonference": 10.075946,
"type": "I",
"geo_point_2d": {
"lon": 2.169019488063191,
"lat": 48.863711749353044
}
}
},
{
"type": "Feature",
"geometry": {
"coordinates": [
2.1809078969328555,
48.86379786822936
],
"type": "Point"
},
"properties": {
"idelement_vert": 301396,
"commune": "RUEIL MALMAISON",
"code_insee": "92063",
"diametre": 0.0,
"circonference": 0.0,
"type": "A",
"geo_point_2d": {
"lon": 2.1809078969328555,
"lat": 48.86379786822936
}
}
},
{
"type": "Feature",
"geometry": {
"coordinates": [
2.197033918443427,
48.863914840527364
],
"type": "Point"
},
"properties": {
"idelement_vert": 301408,
"commune": "RUEIL MALMAISON",
"code_insee": "92063",
"diametre": 3.677071,
"circonference": 11.54600608,
"type": "A",
"geo_point_2d": {
"lon": 2.197033918443427,
"lat": 48.863914840527364
}
}
}
]
}

View File

@ -9,9 +9,7 @@ const MappingArbres92: MappingConfigType = {
// ******* nombres
// - ID_ARBRE : ref:FR:issy_les_mx:id_arbre identifiant interne à Issy les Moulineaux
"idelement_vert": "ref:FR:cadastre_vert:id_element_vert",
//"ordre": "ref:FR:issy_les_mx:ordre_arbre",
// - AN_PLANT : date de plantation
//"an_plan": "date_start",
"type": "ref:FR:cadastre_vert:type",
// ******* textes
// ******* textes
@ -20,23 +18,25 @@ const MappingArbres92: MappingConfigType = {
// - VERNACULAIRE : species:FR=*
//"vernaculaire": "species:FR",
// https://wiki.openstreetmap.org/wiki/Key:circumference
"diametre": {// tour du tronc à hauteur de poitrine
key_converted: "circumference",
conditionnal_values: {
"0 m": {
ignore_this_data: true,
}
}
},
"circonference": {// tour de toutes les branches, la couronne
key_converted: "diameter_crown",
conditionnal_values: {
"0 m": {
ignore_this_data: true,
}
}
},
"diametre": "circumference",// tour du tronc à hauteur de poitrine
// "diametre": {// tour du tronc à hauteur de poitrine
// key_converted: "circumference",
// conditionnal_values: {
// "0 m": {
// ignore_this_data: true,
// }
// }
// },
"circonference": "diameter_crown",// tour de toutes les branches, la couronne
// "circonference": {// tour de toutes les branches, la couronne
// key_converted: "diameter_crown",
// conditionnal_values: {
// "0 m": {
// ignore_this_data: true,
// }
// }
//
// },

View File

@ -96,6 +96,8 @@ const MappingArbresIssy: MappingConfigType = {
geojson_path: 'https://data.issy.com/api/explore/v2.1/catalog/datasets/arbres-remarquables-issy-les-moulineaux/exports/geojson?lang=fr&timezone=Europe%2FBerlin',
url: 'https://www.data.gouv.fr/fr/datasets/arbres-remarquables'
},
filters: {},
filters: {
offset:10
},
}
export default MappingArbresIssy

8907080
output/___MappingArbres92.geojson Normal file

File diff suppressed because it is too large Load Diff