This commit is contained in:
Tykayn 2023-10-01 10:42:27 +02:00 committed by tykayn
parent 0b6e0719ce
commit b1750eda4a
48 changed files with 4156289 additions and 896280 deletions

View File

@ -0,0 +1,5 @@
<component name="ProjectCodeStyleConfiguration">
<state>
<option name="PREFERRED_PROJECT_CODE_STYLE" value="Default" />
</state>
</component>

View File

@ -15,10 +15,7 @@ const minimist = require('minimist')
const debugLog = utils.debugLog;
let use_mapping_engine = false
use_mapping_engine = true
let use_mapping_engine = true
let mini_arguments: any = minimist(process.argv.slice(2))
@ -56,12 +53,16 @@ if (mini_arguments['source']) {
if (mini_arguments['engine']) {
use_mapping_engine = mini_arguments['engine']
}
let Mapping_engine:any;
let Mapping_engine: any;
let outname = 'my_data_set_'
if (mini_arguments['outname']) {
outname = mini_arguments['outname'];
}
if (mini_arguments['testingConfig']) {
console.log('testing')
Mapping_engine = new mapping_engine(mappingTest)
}else{
} else {
Mapping_engine = new mapping_engine(mappingConfigIRVE)
}
@ -70,9 +71,9 @@ let filterZipCodeAdresse = new RegExp(` ${filterDepartment}`)
let filteredName = ''
if (enable_filter_on_department) {
filteredName = '_filtered_zipcode_' + filterDepartment
filteredName = outname+'_filtered_zipcode_' + filterDepartment
} else if (filterOnBoundingBox) {
filteredName = '_filtered_bbox_' + boundingBoxCoordinates.xMin + '-' + boundingBoxCoordinates.xMax + '_' + boundingBoxCoordinates.yMin + '-' + boundingBoxCoordinates.yMax
filteredName = outname+'_filtered_bbox_' + boundingBoxCoordinates.xMin + '-' + boundingBoxCoordinates.xMax + '_' + boundingBoxCoordinates.yMin + '-' + boundingBoxCoordinates.yMax
}
let pointCounterMax: number = 1000000
@ -101,7 +102,7 @@ let output_folder = 'output';
*/
function writeFile(fileName: string, fileContent: any) {
let write_path = `./${output_folder}/${fileName}`
debugLog('write file ', fileName , write_path)
debugLog('write file ', fileName, write_path)
return fs.writeFile(
@ -232,7 +233,7 @@ function convertDataForIRVE(sourceFilePath: string, mapping: any, pointCounterMa
// write file on disk
if (converted_geo_json.features.length) {
let fileNameToWrite = 'my_converted_data_set' + filteredName + '.json'
let fileNameToWrite = 'converted_' + filteredName + '.json'
console.log('features: ', converted_geo_json.features.length)
debugLog('convert : write file ', fileNameToWrite)

View File

@ -13643,7 +13643,7 @@ Standard / 4 kW / Alternatif monophasé"
11097430756 20018660 Bender l'importateur 139780443 5.0713990 45.8450940 Last Mile Solutions Last Mile Solutions 909073363 support@lastmilesolutions.com +31 10 312 6000 yes yes yes no no true 2022-12-28 24/7
11097430758 20018660 Bender l'importateur 139780443 5.0570340 45.8456900 RechargerMonAuto RechargerMonAuto 6475957aef82e9f9494a574a contact@rechargermonauto.com 0665050816 yes yes yes no no true 24/7
11097430759 20018660 Bender l'importateur 139780443 4.9880440 45.8197550 LOGIS HOTEL LYON EST MEA ENERGIES 950396598 FRECN0147 contact@meaenergies.com 0428704850 yes yes no no 1 2022-04-12 24/7
11097430760 20018660 Bender l'importateur 139796799 4.9956690 45.8261840 WAAT WAAT SAS | FR*WAT 413741 exploitation@waat.fr yes no no no yes 24/7
11097430760 593214 gileri 141976509 4.9956690 45.8261840 WAAT WAAT SAS | FR*WAT 413741 exploitation@waat.fr yes no no no yes 24/7 position
11097430765 20018660 Bender l'importateur 139780443 4.8564480 45.7622710 UNIBAIL Izivia 682024096 FR*SOD*S*UNIB*9*8*_*_ sav@izivia.com 0972668001 yes yes no no true 2020-12-08 24/7
11097430767 20018660 Bender l'importateur 139780443 4.9267080 45.7181330 GRAND LYON Izivia 419070180 FR*SOD*S*LYON*56*1*_*_ sav@izivia.com 0972668001 yes yes yes no no true 2021-02-19 24/7
11097430769 20018660 Bender l'importateur 139780443 4.8485800 45.7715880 GRAND LYON Izivia 419070180 FR*SOD*S*LYON*88*4*_*_ sav@izivia.com 0972668001 yes yes no no true 2021-06-21 24/7

Can't render this file because it is too large.

View File

@ -2,7 +2,7 @@
"version": 0.6,
"generator": "Overpass API 0.7.61.5 4133829e",
"osm3s": {
"timestamp_osm_base": "2023-10-01T07:45:14Z",
"timestamp_osm_base": "2023-10-01T07:58:51Z",
"timestamp_areas_base": "2023-10-01T04:57:07Z",
"copyright": "The data included in this document is from www.openstreetmap.org. The data is made available under ODbL."
},

File diff suppressed because it is too large Load Diff

4103447
etalab_data/latest.json Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,28 +0,0 @@
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
4.822159,
45.635079
]
},
"properties": {
"amenity": "charging_station",
"operator": "ELECTRA",
"owner:ref:FR:SIREN": "891624884",
"email": "help@electra.com",
"network": "ELECTRA",
"socket:type2_combo": "yes",
"fee": "false",
"authentication:none": "true",
"reservation": "yes",
"opening_hours": "24/7",
"start_date": "2022-10-27"
}
}
]
}

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,28 +0,0 @@
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
4.822159,
45.635079
]
},
"properties": {
"amenity": "charging_station",
"operator": "ELECTRA",
"owner:ref:FR:SIREN": "891624884",
"email": "help@electra.com",
"network": "ELECTRA",
"socket:type2_combo": "yes",
"fee": "false",
"authentication:none": "true",
"reservation": "yes",
"opening_hours": "24/7",
"start_date": "2022-10-27"
}
}
]
}

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,28 +0,0 @@
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
4.822159,
45.635079
]
},
"properties": {
"amenity": "charging_station",
"operator": "ELECTRA",
"owner:ref:FR:SIREN": "891624884",
"email": "help@electra.com",
"network": "ELECTRA",
"socket:type2_combo": "yes",
"fee": "false",
"authentication:none": "true",
"reservation": "yes",
"opening_hours": "24/7",
"start_date": "2022-10-27"
}
}
]
}

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,4 +0,0 @@
{
"type": "FeatureCollection",
"features": []
}

View File

@ -1,67 +0,0 @@
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
4.822159,
45.635079
]
},
"properties": {
"nom_amenageur": "ELECTRA",
"siren_amenageur": "891624884",
"contact_amenageur": "help@electra.com",
"nom_operateur": "ELECTRA",
"contact_operateur": "help@electra.com",
"telephone_operateur": "",
"nom_enseigne": "ELECTRA",
"id_station_itinerance": "FRELCPSDRPG",
"id_station_local": "",
"nom_station": "S\u00e9r\u00e9zin-du-Rh\u00f4ne - Peugeot",
"implantation_station": "Station d\u00e9di\u00e9e \u00e0 la recharge rapide",
"adresse_station": "12 chemin d\u00e9partemental 12, Peugeot 69360 S\u00e9r\u00e9zin-du-Rh\u00f4ne",
"code_insee_commune": "69294",
"coordonneesXY": "[4.82215900,45.63507900]",
"nbre_pdc": "8",
"id_pdc_itinerance": "FRELCECURS",
"id_pdc_local": "",
"puissance_nominale": "225",
"prise_type_ef": "false",
"prise_type_2": "false",
"prise_type_combo_ccs": "true",
"prise_type_chademo": "false",
"prise_type_autre": "false",
"gratuit": "false",
"paiement_acte": "true",
"paiement_cb": "true",
"paiement_autre": "true",
"tarification": "",
"condition_acces": "Acc\u00e8s libre",
"reservation": "true",
"horaires": "24/7",
"accessibilite_pmr": "Accessibilit\u00e9 inconnue",
"restriction_gabarit": "Inconnu",
"station_deux_roues": "false",
"raccordement": "Direct",
"num_pdl": "N/A",
"date_mise_en_service": "2022-10-27",
"observations": "T\u00e9l\u00e9charger l'application ELECTRA pour r\u00e9server et payer sur go-electra.com",
"date_maj": "2023-07-29",
"cable_t2_attache": "",
"last_modified": "2023-07-29T03:05:24.360000+00:00",
"datagouv_dataset_id": "623ca46c13130c3228abd018",
"datagouv_resource_id": "e9bb3424-77cd-40ba-8bbd-5a19362d0365",
"datagouv_organization_or_owner": "electra",
"consolidated_longitude": 4.822159,
"consolidated_latitude": 45.635079,
"consolidated_code_postal": "69360",
"consolidated_commune": "S\u00e9r\u00e9zin-du-Rh\u00f4ne",
"consolidated_is_lon_lat_correct": true,
"consolidated_is_code_insee_verified": true
}
}
]
}

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,559 +0,0 @@
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-61.5681025,
16.24180386
]
},
"properties": {
"amenity": "charging_station",
"operator": "Freshmile SAS",
"email": "web@freshmile.com",
"phone": "0369246732",
"network": "Freshmile",
"ref": "BNCC1SH0T1",
"socket:type2": "yes",
"fee": "false",
"authentication:none": "true",
"reservation": "no",
"opening_hours": "24/7",
"start_date": "2022-02-24",
"socket:type2_cable": "false"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-61.5413194,
16.25249499
]
},
"properties": {
"amenity": "charging_station",
"operator": "Freshmile SAS",
"email": "web@freshmile.com",
"phone": "0369246732",
"network": "Freshmile",
"ref": "BGK8U5EEDE",
"socket:type2": "yes",
"fee": "false",
"authentication:none": "true",
"reservation": "no",
"opening_hours": "24/7",
"start_date": "2022-10-17",
"socket:type2_cable": "false"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-61.5413194,
16.25249499
]
},
"properties": {
"amenity": "charging_station",
"operator": "Freshmile SAS",
"email": "web@freshmile.com",
"phone": "0369246732",
"network": "Freshmile",
"ref": "BGK8U5EEDE",
"socket:type2": "yes",
"fee": "false",
"authentication:none": "true",
"reservation": "no",
"opening_hours": "24/7",
"start_date": "2022-10-17",
"socket:type2_cable": "false"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-61.2751846,
16.25790761
]
},
"properties": {
"amenity": "charging_station",
"operator": "Freshmile SAS",
"email": "web@freshmile.com",
"phone": "0369246732",
"network": "Freshmile",
"ref": "TA9HIA7WJP",
"socket:type2": "yes",
"fee": "false",
"authentication:none": "true",
"reservation": "no",
"opening_hours": "24/7",
"start_date": "2022-10-17",
"socket:type2_cable": "false"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-61.5892723,
16.25229414
]
},
"properties": {
"amenity": "charging_station",
"operator": "Freshmile SAS",
"email": "web@freshmile.com",
"phone": "0369246732",
"network": "Freshmile",
"ref": "E2ZYVDEZCI",
"socket:type2": "yes",
"fee": "false",
"authentication:none": "true",
"reservation": "no",
"opening_hours": "24/7",
"start_date": "2022-10-17",
"socket:type2_cable": "false"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-61.5892723,
16.25229414
]
},
"properties": {
"amenity": "charging_station",
"operator": "Freshmile SAS",
"email": "web@freshmile.com",
"phone": "0369246732",
"network": "Freshmile",
"ref": "E2ZYVDEZCI",
"socket:type2": "yes",
"fee": "false",
"authentication:none": "true",
"reservation": "no",
"opening_hours": "24/7",
"start_date": "2022-10-17",
"socket:type2_cable": "false"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-61.2751846,
16.25790761
]
},
"properties": {
"amenity": "charging_station",
"operator": "Freshmile SAS",
"email": "web@freshmile.com",
"phone": "0369246732",
"network": "Freshmile",
"ref": "TA9HIA7WJP",
"socket:type2": "yes",
"fee": "false",
"authentication:none": "true",
"reservation": "no",
"opening_hours": "24/7",
"start_date": "2022-10-17",
"socket:type2_cable": "false"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-61.2751846,
16.25790761
]
},
"properties": {
"amenity": "charging_station",
"operator": "Freshmile SAS",
"email": "web@freshmile.com",
"phone": "0369246732",
"network": "Freshmile",
"ref": "TA9HIA7WJP",
"socket:type2": "yes",
"fee": "false",
"authentication:none": "true",
"reservation": "no",
"opening_hours": "24/7",
"start_date": "2022-10-17",
"socket:type2_cable": "false"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-61.5892723,
16.25229414
]
},
"properties": {
"amenity": "charging_station",
"operator": "Freshmile SAS",
"email": "web@freshmile.com",
"phone": "0369246732",
"network": "Freshmile",
"ref": "E2ZYVDEZCI",
"socket:type2": "yes",
"fee": "false",
"authentication:none": "true",
"reservation": "no",
"opening_hours": "24/7",
"start_date": "2022-10-17",
"socket:type2_cable": "false"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-61.5892723,
16.25229414
]
},
"properties": {
"amenity": "charging_station",
"operator": "Freshmile SAS",
"email": "web@freshmile.com",
"phone": "0369246732",
"network": "Freshmile",
"ref": "E2ZYVDEZCI",
"socket:type2": "yes",
"fee": "false",
"authentication:none": "true",
"reservation": "no",
"opening_hours": "24/7",
"start_date": "2022-10-17",
"socket:type2_cable": "false"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-61.5892723,
16.25229414
]
},
"properties": {
"amenity": "charging_station",
"operator": "Freshmile SAS",
"email": "web@freshmile.com",
"phone": "0369246732",
"network": "Freshmile",
"ref": "E2ZYVDEZCI",
"socket:type2": "yes",
"fee": "false",
"authentication:none": "true",
"reservation": "no",
"opening_hours": "24/7",
"start_date": "2022-10-17",
"socket:type2_cable": "false"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-61.5892723,
16.25229414
]
},
"properties": {
"amenity": "charging_station",
"operator": "Freshmile SAS",
"email": "web@freshmile.com",
"phone": "0369246732",
"network": "Freshmile",
"ref": "E2ZYVDEZCI",
"socket:type2": "yes",
"fee": "false",
"authentication:none": "true",
"reservation": "no",
"opening_hours": "24/7",
"start_date": "2022-10-17",
"socket:type2_cable": "false"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-61.2751846,
16.25790761
]
},
"properties": {
"amenity": "charging_station",
"operator": "Freshmile SAS",
"email": "web@freshmile.com",
"phone": "0369246732",
"network": "Freshmile",
"ref": "TA9HIA7WJP",
"socket:type2": "yes",
"fee": "false",
"authentication:none": "true",
"reservation": "no",
"opening_hours": "24/7",
"start_date": "2022-10-17",
"socket:type2_cable": "false"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-61.5892723,
16.25229414
]
},
"properties": {
"amenity": "charging_station",
"operator": "Freshmile SAS",
"email": "web@freshmile.com",
"phone": "0369246732",
"network": "Freshmile",
"ref": "E2ZYVDEZCI",
"socket:type2": "yes",
"fee": "false",
"authentication:none": "true",
"reservation": "no",
"opening_hours": "24/7",
"start_date": "2022-10-17",
"socket:type2_cable": "false"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-61.5892723,
16.25229414
]
},
"properties": {
"amenity": "charging_station",
"operator": "Freshmile SAS",
"email": "web@freshmile.com",
"phone": "0369246732",
"network": "Freshmile",
"ref": "E2ZYVDEZCI",
"socket:type2": "yes",
"fee": "false",
"authentication:none": "true",
"reservation": "no",
"opening_hours": "24/7",
"start_date": "2022-10-17",
"socket:type2_cable": "false"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-61.41,
16.01
]
},
"properties": {
"amenity": "charging_station",
"operator": "Green Technologie",
"owner:ref:FR:SIREN": "428801658",
"email": "odile.coumau@ezdrive.fr",
"network": "Bananes Vertes St Claude",
"ref": "FREZDE28287",
"socket:typee": "yes",
"fee": "false",
"authentication:none": "false",
"reservation": "no",
"opening_hours": "24/7",
"start_date": "2022-07-22"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-61.72048039949465,
15.999101989340252
]
},
"properties": {
"amenity": "charging_station",
"operator": "Green Technologie",
"owner:ref:FR:SIREN": "819761883",
"email": "odile.coumau@ezdrive.fr",
"network": "Mc Donald's Basse Terre",
"ref": "FREZDE63396",
"socket:typee": "yes",
"socket:type2": "yes",
"fee": "false",
"authentication:none": "false",
"reservation": "no",
"opening_hours": "24/7",
"start_date": "2022-07-20"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-61.72,
16
]
},
"properties": {
"amenity": "charging_station",
"operator": "Green Technologie",
"owner:ref:FR:SIREN": "434675906",
"email": "odile.coumau@ezdrive.fr",
"phone": "0696901897",
"network": "McDonald's Basse terre",
"ref": "FR*EZD*E63395, FR*EZD*E63396",
"socket:typee": "yes",
"socket:type2": "yes",
"fee": "false",
"authentication:none": "true",
"reservation": "no",
"opening_hours": "24/7",
"start_date": "2022-07-06"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-61.52,
16.26
]
},
"properties": {
"amenity": "charging_station",
"operator": "Green Technologie",
"owner:ref:FR:SIREN": "819761883",
"email": "odile.coumau@ezdrive.fr",
"phone": "0696901897",
"network": "BEBE 9 Les Abymes",
"ref": "VRT_NB_1290",
"socket:typee": "yes",
"socket:type2": "yes",
"fee": "false",
"authentication:none": "true",
"reservation": "no",
"opening_hours": "24/7",
"start_date": "2022-07-29"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-61.61,
16.2
]
},
"properties": {
"amenity": "charging_station",
"operator": "Green Technologie",
"owner:ref:FR:SIREN": "819761883",
"email": "odile.coumau@ezdrive.fr",
"phone": "0696901897",
"network": "ETS POMMEZ",
"ref": "FR*EZD*E38642, FR*EZD*E38643",
"socket:typee": "yes",
"socket:type2": "yes",
"fee": "false",
"authentication:none": "true",
"reservation": "no",
"opening_hours": "24/7",
"start_date": "2022-08-15"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-61.56,
16.24
]
},
"properties": {
"amenity": "charging_station",
"operator": "Green Technologie",
"owner:ref:FR:SIREN": "819761883",
"email": "odile.coumau@ezdrive.fr",
"phone": "0696901897",
"network": "Fitness park Jarry",
"ref": "FR*EZD*E26743, FR*EZD*E8102",
"socket:typee": "yes",
"socket:type2": "yes",
"fee": "false",
"authentication:none": "true",
"reservation": "no",
"opening_hours": "24/7",
"start_date": "2022-09-08"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-61.69,
16.03
]
},
"properties": {
"amenity": "charging_station",
"operator": "Green Technologie",
"owner:ref:FR:SIREN": "428801658",
"email": "odile.coumau@ezdrive.fr",
"phone": "0696901897",
"network": "Bananes Vertes St Claude",
"ref": "FR*EZD*E28286, FR*EZD*E28287",
"socket:typee": "yes",
"socket:type2": "yes",
"fee": "false",
"authentication:none": "true",
"reservation": "no",
"opening_hours": "24/7",
"start_date": "2022-08-23"
}
}
]
}

View File

@ -1,782 +0,0 @@
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-61.139421,
14.650675
]
},
"properties": {
"amenity": "charging_station",
"operator": "Freshmile SAS",
"email": "web@freshmile.com",
"phone": "0369246732",
"network": "Freshmile",
"ref": "B9F5WIHHBL",
"socket:typee": "yes",
"socket:type2": "yes",
"fee": "false",
"authentication:none": "true",
"reservation": "no",
"opening_hours": "24/7",
"start_date": "2021-08-03",
"socket:type2_cable": "false"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-61.139421,
14.650675
]
},
"properties": {
"amenity": "charging_station",
"operator": "Freshmile SAS",
"email": "web@freshmile.com",
"phone": "0369246732",
"network": "Freshmile",
"ref": "B9F5WIHHBL",
"socket:typee": "yes",
"socket:type2": "yes",
"fee": "false",
"authentication:none": "true",
"reservation": "no",
"opening_hours": "24/7",
"start_date": "2021-08-03",
"socket:type2_cable": "false"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-60.9737496,
14.55460115
]
},
"properties": {
"amenity": "charging_station",
"operator": "Freshmile SAS",
"email": "web@freshmile.com",
"phone": "0369246732",
"network": "Freshmile",
"ref": "LLJ6XHLSS2QBEH",
"socket:type2": "yes",
"fee": "false",
"authentication:none": "true",
"reservation": "no",
"opening_hours": "24/7",
"start_date": "2023-06-22",
"socket:type2_cable": "false"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-60.9737496,
14.55460115
]
},
"properties": {
"amenity": "charging_station",
"operator": "Freshmile SAS",
"email": "web@freshmile.com",
"phone": "0369246732",
"network": "Freshmile",
"ref": "LLJ6XHLSS2QBEH",
"socket:type2": "yes",
"fee": "false",
"authentication:none": "true",
"reservation": "no",
"opening_hours": "24/7",
"start_date": "2023-06-22",
"socket:type2_cable": "false"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-61.18036,
14.697624
]
},
"properties": {
"amenity": "charging_station",
"operator": "Green Technologie",
"owner:ref:FR:SIREN": "484506555",
"email": "odile.coumeau@greentechnologie.net",
"phone": "696 901 897",
"network": "Petibonum",
"ref": "FR*EZD*E20883, FR*EZD*E20884",
"socket:typee": "yes",
"socket:type2": "yes",
"fee": "false",
"authentication:none": "true",
"reservation": "no",
"opening_hours": "24/7",
"start_date": "2021-11-24"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-60.972756,
14.601781
]
},
"properties": {
"amenity": "charging_station",
"operator": "Green Technologie",
"owner:ref:FR:SIREN": "431416288",
"email": "odile.coumeau@greentechnologie.net",
"phone": "696 901 897",
"network": "DIGICEL ANTILLES FRANCAISES GUYANE",
"ref": "FR*EZD*E95818, FR*EZD*E95819",
"socket:typee": "yes",
"socket:type2": "yes",
"fee": "false",
"authentication:none": "true",
"reservation": "no",
"opening_hours": "24/7",
"start_date": "2021-12-27"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-61.00386,
14.607184
]
},
"properties": {
"amenity": "charging_station",
"operator": "Green Technologie",
"owner:ref:FR:SIREN": "788896082",
"email": "odile.coumeau@greentechnologie.net",
"phone": "696 901 897",
"network": "Colibri",
"ref": "FR*EZD*E20881, FR*EZD*E20882",
"socket:typee": "yes",
"socket:type2": "yes",
"fee": "false",
"authentication:none": "true",
"reservation": "no",
"opening_hours": "24/7",
"start_date": "2022-03-29"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-61.07342,
14.60317
]
},
"properties": {
"amenity": "charging_station",
"operator": "Green Technologie",
"owner:ref:FR:SIREN": "334174190",
"email": "odile.coumeau@greentechnologie.net",
"phone": "696 901 897",
"network": "Socanparc - Pointe Simon",
"ref": "FR*EZD*E28314, FR*EZD*E28315",
"socket:typee": "yes",
"socket:type2": "yes",
"fee": "false",
"authentication:none": "true",
"reservation": "no",
"opening_hours": "Mo-Fr 06:00-20:00,Sa 07:00-14:00",
"start_date": "2021-12-27"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-61.06751,
14.608331
]
},
"properties": {
"amenity": "charging_station",
"operator": "Green Technologie",
"owner:ref:FR:SIREN": "334174190",
"email": "odile.coumeau@greentechnologie.net",
"phone": "696 901 897",
"network": "Socanparc - Lafcadio",
"ref": "FR*EZD*E28312, FR*EZD*E28313",
"socket:typee": "yes",
"socket:type2": "yes",
"fee": "false",
"authentication:none": "true",
"reservation": "no",
"opening_hours": "Mo-Fr 06:00-20:00,Sa 07:00-14:00",
"start_date": "2021-12-27"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-61.04232,
14.472874
]
},
"properties": {
"amenity": "charging_station",
"operator": "Green Technologie",
"owner:ref:FR:SIREN": "842762346",
"email": "odile.coumeau@greentechnologie.net",
"phone": "696 901 897",
"network": "Le chill",
"ref": "FR*EZD*E20771, FR*EZD*E20772",
"socket:typee": "yes",
"socket:type2": "yes",
"fee": "false",
"authentication:none": "true",
"reservation": "no",
"opening_hours": "24/7",
"start_date": "2022-01-10"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-61.02208,
14.813607
]
},
"properties": {
"amenity": "charging_station",
"operator": "Green Technologie",
"owner:ref:FR:SIREN": "842796641",
"email": "odile.coumeau@greentechnologie.net",
"phone": "696 901 897",
"network": "Koud'pouss",
"ref": "FR*EZD*E66784, FR*EZD*E66785",
"socket:typee": "yes",
"socket:type2": "yes",
"fee": "false",
"authentication:none": "true",
"reservation": "no",
"opening_hours": "24/7",
"start_date": "2022-01-05"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-61.0255406,
14.62847996
]
},
"properties": {
"amenity": "charging_station",
"operator": "Green Technologie",
"owner:ref:FR:SIREN": "328490685",
"email": "odile.coumeau@greentechnologie.net",
"phone": "696 901 897",
"network": "Antilles Téléphone",
"ref": "FR*EZD*E38638,FR*EZD*E38639",
"socket:typee": "yes",
"socket:type2": "yes",
"fee": "false",
"authentication:none": "true",
"reservation": "no",
"opening_hours": "24/7",
"start_date": "2022-03-19"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-61.027682,
14.615813
]
},
"properties": {
"amenity": "charging_station",
"operator": "Green Technologie",
"owner:ref:FR:SIREN": "331647602",
"email": "odile.coumeau@greentechnologie.net",
"phone": "696 901 897",
"network": "BUT ",
"ref": "FR*EZD*E63049,FR*EZD*E63050,FR*EZD*E63057,FR*EZD*E63058",
"socket:typee": "yes",
"socket:type2": "yes",
"fee": "false",
"authentication:none": "true",
"reservation": "no",
"opening_hours": "24/7",
"start_date": "2022-03-06"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-61.04633536,
14.59493306
]
},
"properties": {
"amenity": "charging_station",
"operator": "Green Technologie",
"owner:ref:FR:SIREN": "841748551",
"email": "odile.coumeau@greentechnologie.net",
"phone": "696 901 897",
"network": "Hôtel B&B",
"ref": "FR*EZD*E63047,FR*EZD*E63048,FR*EZD*E93917,FR*EZD*E93918,FR*EZD*E63053,FR*EZD*E63054",
"socket:typee": "yes",
"socket:type2": "yes",
"fee": "false",
"authentication:none": "true",
"reservation": "no",
"opening_hours": "24/7",
"start_date": "2022-04-19"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-61.00997,
14.604876
]
},
"properties": {
"amenity": "charging_station",
"operator": "Green Technologie",
"owner:ref:FR:SIREN": "500634688",
"email": "odile.coumeau@greentechnologie.net",
"phone": "696 901 897",
"network": "SEEN ",
"ref": "FR*EZD*E45697,FR*EZD*E45709",
"socket:typee": "yes",
"socket:type2": "yes",
"fee": "false",
"authentication:none": "true",
"reservation": "no",
"opening_hours": "24/7",
"start_date": "2022-04-12"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-61.0238,
14.616381
]
},
"properties": {
"amenity": "charging_station",
"operator": "Green Technologie",
"owner:ref:FR:SIREN": "824352322",
"email": "odile.coumeau@greentechnologie.net",
"phone": "696 901 897",
"network": "Norauto",
"ref": "FR*EZD*E20869,FR*EZD*E20870",
"socket:typee": "yes",
"socket:type2": "yes",
"fee": "false",
"authentication:none": "true",
"reservation": "no",
"opening_hours": "24/7",
"start_date": "2022-04-29"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-60.99128,
14.612948
]
},
"properties": {
"amenity": "charging_station",
"operator": "Green Technologie",
"owner:ref:FR:SIREN": "391279924",
"email": "odile.coumeau@greentechnologie.net",
"phone": "696 901 897",
"network": "GIE CENTREAUTODIS",
"ref": "FR*EZD*E63031, FR*EZD*E63032, FR*EZD*E112993, FR*EZD*E112994",
"socket:typee": "yes",
"socket:type2": "yes",
"fee": "false",
"authentication:none": "true",
"reservation": "no",
"opening_hours": "24/7",
"start_date": "2021-12-05"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-61.04941,
14.608132
]
},
"properties": {
"amenity": "charging_station",
"operator": "Green Technologie",
"owner:ref:FR:SIREN": "539439463",
"email": "odile.coumeau@greentechnologie.net",
"phone": "696901897",
"network": "Diet Vert ",
"ref": "FR*EZD*E45695",
"socket:type2": "yes",
"fee": "false",
"authentication:none": "true",
"reservation": "no",
"opening_hours": "24/7",
"start_date": "2022-04-08"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-61.03312,
14.614933
]
},
"properties": {
"amenity": "charging_station",
"operator": "Green Technologie",
"owner:ref:FR:SIREN": "833393184",
"email": "odile.coumeau@greentechnologie.net",
"phone": "696901897",
"network": "GHP",
"ref": "FR*EZD*E38632,FR*EZD*E38633",
"socket:typee": "yes",
"socket:type2": "yes",
"fee": "false",
"authentication:none": "true",
"reservation": "no",
"opening_hours": "24/7",
"start_date": "2021-12-11"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-61.2253515,
14.8023925
]
},
"properties": {
"amenity": "charging_station",
"operator": "Green Technologie",
"owner:ref:FR:SIREN": "219722196",
"email": "odile.coumeau@greentechnologie.net",
"phone": "696901897",
"network": "Mairie du Prêcheur",
"ref": "FR*EZD*E28306,FR*EZD*E28307",
"socket:typee": "yes",
"socket:type2": "yes",
"fee": "false",
"authentication:none": "true",
"reservation": "no",
"opening_hours": "24/7",
"start_date": "2022-01-19"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-61.13439,
14.772175
]
},
"properties": {
"amenity": "charging_station",
"operator": "Green Technologie",
"owner:ref:FR:SIREN": "813107943",
"email": "odile.coumeau@greentechnologie.net",
"phone": "696 901 897",
"network": "New Peleen",
"ref": "FR*EZD*E28298,FR*EZD*E28299",
"socket:typee": "yes",
"socket:type2": "yes",
"fee": "false",
"authentication:none": "true",
"reservation": "no",
"opening_hours": "24/7",
"start_date": "2022-01-18"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-61.02603,
14.61776
]
},
"properties": {
"amenity": "charging_station",
"operator": "Green Technologie",
"owner:ref:FR:SIREN": "341861367",
"email": "odile.coumeau@greentechnologie.net",
"phone": "696901897",
"network": "Sodiva Citroên",
"ref": "FR*EZD*E26669, FR*EZD*E26670",
"socket:typee": "yes",
"socket:type2": "yes",
"fee": "false",
"authentication:none": "true",
"reservation": "no",
"opening_hours": "24/7",
"start_date": "2022-02-24"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-60.99089,
14.631557
]
},
"properties": {
"amenity": "charging_station",
"operator": "Green Technologie",
"owner:ref:FR:SIREN": "380129866",
"email": "odile.coumeau@greentechnologie.net",
"phone": "696901897",
"network": "Orange OGC",
"ref": "FR*EZD*E20775,FR*EZD*E20776",
"socket:typee": "yes",
"socket:type2": "yes",
"fee": "false",
"authentication:none": "true",
"reservation": "no",
"opening_hours": "24/7",
"start_date": "2022-07-14"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-61.04474,
14.603169
]
},
"properties": {
"amenity": "charging_station",
"operator": "Green Technologie",
"owner:ref:FR:SIREN": "380129866",
"email": "odile.coumeau@greentechnologie.net",
"phone": "696901897",
"network": "Orange Pointe de Grives",
"ref": "FR*EZD*E20873, FR*EZD*E20874,fr*ezd*e45685",
"socket:typee": "yes",
"socket:type2": "yes",
"fee": "false",
"authentication:none": "true",
"reservation": "no",
"opening_hours": "24/7",
"start_date": "2022-07-14"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-60.99684,
14.609692
]
},
"properties": {
"amenity": "charging_station",
"operator": "Green Technologie",
"owner:ref:FR:SIREN": "485186019",
"email": "odile.coumeau@greentechnologie.net",
"phone": "696901897",
"network": "Mr Bricolage Petit Manoir",
"ref": "FR*EZD*E63135,FR*EZD*E63136",
"socket:typee": "yes",
"socket:type2": "yes",
"fee": "false",
"authentication:none": "true",
"reservation": "no",
"opening_hours": "24/7",
"start_date": "2022-04-26"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-61.08122,
14.615527
]
},
"properties": {
"amenity": "charging_station",
"operator": "Green Technologie",
"owner:ref:FR:SIREN": "303188528",
"email": "odile.coumeau@greentechnologie.net",
"phone": "696901897",
"network": "Simar les Cycas",
"ref": "FR*EZD*E139858",
"socket:typee": "yes",
"socket:type2": "yes",
"fee": "false",
"authentication:none": "true",
"reservation": "no",
"opening_hours": "24/7",
"start_date": "2022-08-01"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-61.09407341836829,
14.607158013009274
]
},
"properties": {
"amenity": "charging_station",
"operator": "GREEN TECHNOLOGIE",
"owner:ref:FR:SIREN": "393628136",
"email": "odile.coumau@ezdrive.fr",
"phone": "0696295629",
"network": "CASINO BATELIERE PLAZZA",
"ref": "VRT_NB_935, VRT_NB_936",
"socket:typee": "yes",
"socket:type2": "yes",
"fee": "false",
"authentication:none": "true",
"reservation": "no",
"opening_hours": "24/7",
"start_date": "2022-04-04"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-60.93685837866524,
14.560713873777255
]
},
"properties": {
"amenity": "charging_station",
"operator": "GREEN TECHNOLOGIE",
"owner:ref:FR:SIREN": "219722238",
"email": "odile.coumau@ezdrive.fr",
"phone": "0696295629",
"network": "COMMUNE DE SAINT ESPRIT",
"ref": "VRT_NB_1392",
"socket:typee": "yes",
"socket:type2": "yes",
"fee": "false",
"authentication:none": "true",
"reservation": "no",
"opening_hours": "24/7",
"start_date": "2022-11-16"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-60.902208073487955,
14.486405978847023
]
},
"properties": {
"amenity": "charging_station",
"operator": "GREEN TECHNOLOGIE",
"owner:ref:FR:SIREN": "219722204",
"email": "odile.coumau@ezdrive.fr",
"phone": "0696295629",
"network": "MARCHE DE RIVIERE PILOTE",
"ref": "VRT_NB_243_2",
"socket:typee": "yes",
"socket:type2": "yes",
"fee": "false",
"authentication:none": "true",
"reservation": "no",
"opening_hours": "24/7",
"start_date": "2022-08-10"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-61.0396036414057,
14.670001347489613
]
},
"properties": {
"amenity": "charging_station",
"operator": "GREEN TECHNOLOGIE",
"owner:ref:FR:SIREN": "219740123",
"email": "odile.coumau@ezdrive.fr",
"phone": "0696295629",
"network": "972 - SAINT JOSEPH",
"ref": "VRT_NB_933",
"socket:typee": "yes",
"socket:type2": "yes",
"fee": "false",
"authentication:none": "true",
"reservation": "no",
"opening_hours": "24/7",
"start_date": "2022-09-01"
}
}
]
}

View File

@ -1,264 +0,0 @@
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-52.31936,
4.903192
]
},
"properties": {
"amenity": "charging_station",
"operator": "Freshmile SAS",
"email": "web@freshmile.com",
"phone": "0369246732",
"network": "Freshmile",
"ref": "L5AB9NSGAH",
"socket:type2": "yes",
"fee": "false",
"authentication:none": "true",
"reservation": "no",
"opening_hours": "24/7",
"start_date": "2022-01-27",
"socket:type2_cable": "false"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-52.31936,
4.903192
]
},
"properties": {
"amenity": "charging_station",
"operator": "Freshmile SAS",
"email": "web@freshmile.com",
"phone": "0369246732",
"network": "Freshmile",
"ref": "L5AB9NSGAH",
"socket:type2": "yes",
"fee": "false",
"authentication:none": "true",
"reservation": "no",
"opening_hours": "24/7",
"start_date": "2022-01-27",
"socket:type2_cable": "false"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-52.32188977802357,
4.909708809721746
]
},
"properties": {
"amenity": "charging_station",
"operator": "Green Technologie",
"owner:ref:FR:SIREN": "500754130",
"email": "odile.coumau@ezdrive.fr",
"phone": "0696901897",
"network": "MIDAS - 973",
"ref": "FR*EZD*E45628",
"socket:typee": "yes",
"socket:type2": "yes",
"fee": "false",
"authentication:none": "true",
"reservation": "no",
"opening_hours": "Mo-Fr 07:30-17:15, Sa 07:30-12:15",
"start_date": "2022-05-10",
"socket:type2_cable": "false"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-52.27712,
4.8580774
]
},
"properties": {
"amenity": "charging_station",
"operator": "Green Technologie",
"owner:ref:FR:SIREN": "350072666",
"email": "odile.coumeau@greentechnologie.net",
"phone": "696901897",
"network": "Argos",
"ref": "FR*EZD*E20791,FR*EZD*E20792",
"socket:typee": "yes",
"socket:type2": "yes",
"fee": "false",
"authentication:none": "true",
"reservation": "no",
"opening_hours": "24/7",
"start_date": "2022-01-05"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-52.272843,
4.909545
]
},
"properties": {
"amenity": "charging_station",
"operator": "Green Technologie",
"owner:ref:FR:SIREN": "529558108",
"email": "odile.coumeau@greentechnologie.net",
"phone": "696901897",
"network": "Jo Froid",
"ref": "FR*EZD*E20887,FR*EZD*E20888",
"socket:typee": "yes",
"socket:type2": "yes",
"fee": "false",
"authentication:none": "true",
"reservation": "no",
"opening_hours": "24/7",
"start_date": "2021-12-28"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-52.36621,
4.8792952
]
},
"properties": {
"amenity": "charging_station",
"operator": "Green Technologie",
"owner:ref:FR:SIREN": "503449878",
"email": "odile.coumeau@greentechnologie.net",
"phone": "696901897",
"network": "Hôtel La Chaumière",
"ref": "FR*EZD*E45643",
"socket:typee": "yes",
"socket:type2": "yes",
"fee": "false",
"authentication:none": "true",
"reservation": "no",
"opening_hours": "24/7",
"start_date": "2021-12-28"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-52.33534,
4.846775
]
},
"properties": {
"amenity": "charging_station",
"operator": "Green Technologie",
"owner:ref:FR:SIREN": "337770341",
"email": "odile.coumeau@greentechnologie.net",
"phone": "696901897",
"network": "Hôtel La Marmotte",
"ref": "FR*EZD*E45632",
"socket:typee": "yes",
"socket:type2": "yes",
"fee": "false",
"authentication:none": "true",
"reservation": "no",
"opening_hours": "24/7",
"start_date": "2021-12-28"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-52.305634,
4.938339
]
},
"properties": {
"amenity": "charging_station",
"operator": "Green Technologie",
"owner:ref:FR:SIREN": "789951456",
"email": "odile.coumeau@greentechnologie.net",
"phone": "696901897",
"network": "Hôpital privé Saint Adrien",
"ref": "FR*EZD*E26679,FR*EZD*E26680",
"socket:typee": "yes",
"socket:type2": "yes",
"fee": "false",
"authentication:none": "true",
"reservation": "no",
"opening_hours": "24/7",
"start_date": "2021-12-22"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-52.32731,
4.9351181
]
},
"properties": {
"amenity": "charging_station",
"operator": "Green Technologie",
"owner:ref:FR:SIREN": "793418542",
"email": "odile.coumeau@greentechnologie.net",
"phone": "696901897",
"network": "Agence 973",
"ref": "FR*EZD*E45629",
"socket:typee": "yes",
"socket:type2": "yes",
"fee": "false",
"authentication:none": "true",
"reservation": "no",
"opening_hours": "24/7",
"start_date": "2021-12-21"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-52.27651,
4.9046378
]
},
"properties": {
"amenity": "charging_station",
"operator": "Green Technologie",
"owner:ref:FR:SIREN": "219733094",
"email": "odile.coumeau@greentechnologie.net",
"phone": "696901897",
"network": "Maire de Remire-Montjoly",
"ref": "FR*EZD*E65528, FR*EZD*E65529",
"socket:typee": "yes",
"socket:type2": "yes",
"fee": "false",
"authentication:none": "true",
"reservation": "no",
"opening_hours": "24/7",
"start_date": "2021-12-30"
}
}
]
}

File diff suppressed because it is too large Load Diff

14
package-lock.json generated
View File

@ -9,6 +9,7 @@
"version": "1.0.0",
"license": "AGPL-3.0-or-later",
"dependencies": {
"@types/geojson2osm": "^0.0.3",
"csv": "^6.3.1",
"geojsontoosm": "^0.0.3",
"minimist": "^1.2.8",
@ -2611,6 +2612,19 @@
"@babel/types": "^7.20.7"
}
},
"node_modules/@types/geojson": {
"version": "7946.0.11",
"resolved": "https://registry.npmjs.org/@types/geojson/-/geojson-7946.0.11.tgz",
"integrity": "sha512-L7A0AINMXQpVwxHJ4jxD6/XjZ4NDufaRlUJHjNIFKYUFBH1SvOW+neaqb0VTRSLW5suSrSu19ObFEFnfNcr+qg=="
},
"node_modules/@types/geojson2osm": {
"version": "0.0.3",
"resolved": "https://registry.npmjs.org/@types/geojson2osm/-/geojson2osm-0.0.3.tgz",
"integrity": "sha512-uJgUXvCkmSpwr0oq/G0C0lYcW5LlldgEET0EKl8iybKa6VmkuU5il1jlrKBxZg8jmYcTs+Fy7Hw9dRyTNTao8g==",
"dependencies": {
"@types/geojson": "*"
}
},
"node_modules/@types/graceful-fs": {
"version": "4.1.6",
"resolved": "https://registry.npmjs.org/@types/graceful-fs/-/graceful-fs-4.1.6.tgz",

View File

@ -15,7 +15,7 @@
"variance": "ts-node make_variance_from_csv.ts --source=data_other/irve_osm_2023-08-30.csv",
"example": "ts-node convert_to_osm_tags.ts --engine=true --department=974 --source=\"./etalab_data/irve_bornes_recharge/all.json\"",
"irve": "ts-node convert_to_osm_tags.ts --engine=true --source=\"./etalab_data/irve_bornes_recharge/all.json\"",
"irve:up": "bash get_irve.sh && ts-node convert_to_osm_tags.ts --engine=true --source=\"./data_other/irve_osm_2023-08-30.geojson\"",
"irve:up": "bash update_scripts/get_irve.sh",
"irve:jb": "ts-node convert_to_osm_tags.ts --engine=true --source=\"./etalab_data/irve_bornes_recharge/irve-junglebus.csv\"",
"simple": "ts-node convert_to_osm_tags.ts",
"chargemap": "ts-node chargemap.ts",
@ -24,6 +24,7 @@
"testing": "ts-node convert_to_osm_tags.ts --source=\"./data_other/testing/testing.json\" --testingConfig --engine"
},
"dependencies": {
"@types/geojson2osm": "^0.0.3",
"csv": "^6.3.1",
"geojsontoosm": "^0.0.3",
"minimist": "^1.2.8",

View File

@ -6,10 +6,21 @@ overpass_website="https://overpass-api.de/api/interpreter"
# aire IDF: id 3600008649
# aire FR: id 3602202162
curl --header "Content-Type: plain/text" --data @content_irve_geojson.txt --trace-ascii website-data.log "$overpass_website" > ../data_other/irve_osm_2023-08-30.geojson
curl --header "Content-Type: plain/text" --data @content_irve_csv.txt --trace-ascii website-data.log "$overpass_website" > ../data_other/irve_osm_2023-08-30.csv
output_file_name='irve_osm_latest'
#du -sch ../data_other/irve_osm_2023-08-30.geojson
du -sch ../data_other/irve_osm_2023-08-30.csv
# récupérer le jeu de données étalab le plus récent
wget https://www.data.gouv.fr/fr/datasets/r/7eee8f09-5d1b-4f48-a304-5e99e8da1e26 -O ../etalab_data/irve_bornes_recharge/latest.json
rm website-data.log
# récupérer les données présentes dans osm
#curl --header "Content-Type: plain/text" --data @content_irve_geojson.txt --trace-ascii website-data.log "$overpass_website" > "../data_other/$output_file_name.geojson"
#
#du -sch ../data_other/irve_osm_2023-08-30.csv
#
rm website-data.log
ts-node "$PWD/../convert_to_osm_tags.ts" --engine=true --source="$PWD/../etalab_data/irve_bornes_recharge/latest.json" --outname="irve-latest.json"
echo "fichier généré: $PWD/data_other/$output_file_name.geojson"
geojson2osm "$PWD/../etalab_data/irve_bornes_recharge/latest.json" > "$PWD/../osm_output/bornes-irve-filetered_latest.osm"
#curl --header "Content-Type: plain/text" --data @content_irve_csv.txt --trace-ascii website-data.log "$overpass_website" > "../data_other/$output_file_name.csv"

View File

@ -0,0 +1,26 @@
#!/bin/bash
echo "récupérer les bornes de recharge en Essonne"
overpass_website="https://overpass-api.de/api/interpreter"
# personnaliser les scripts:
# aire Essonne: id 3600007401
# aire IDF: id 3600008649
# aire FR: id 3602202162
output_file_name='irve_osm_latest'
# récupérer le jeu de données étalab le plus récent
wget https://www.data.gouv.fr/fr/datasets/r/7eee8f09-5d1b-4f48-a304-5e99e8da1e26 -O ../etalab_data/irve_bornes_recharge/latest.json
# récupérer les données présentes dans osm
#curl --header "Content-Type: plain/text" --data @content_irve_geojson.txt --trace-ascii website-data.log "$overpass_website" > "../data_other/$output_file_name.geojson"
#
#du -sch ../data_other/irve_osm_2023-08-30.csv
#
rm website-data.log
ts-node "$PWD/../convert_to_osm_tags.ts" --engine=true --source="$PWD/../etalab_data/latest.json" --outname="irve-latest.json"
echo "fichier généré: $PWD/data_other/$output_file_name.geojson"
geojson2osm "$PWD/../etalab_data/irve_bornes_recharge/latest.json" > "$PWD/../osm_output/bornes-irve-filetered_latest.osm"
#curl --header "Content-Type: plain/text" --data @content_irve_csv.txt --trace-ascii website-data.log "$overpass_website" > "../data_other/$output_file_name.csv"