Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
aborruso committed Sep 7, 2024
1 parent 4fb19ea commit ccedab8
Show file tree
Hide file tree
Showing 6 changed files with 48,210 additions and 435,871 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ script/output/*

package-lock.json
package.json
data/rete_ricarica_veicoli_elettrici_api.jsonl
95,933 changes: 48,170 additions & 47,763 deletions data/api/csv/main.csv

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions data/api/datapackage.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,35 +13,35 @@
"title": "_link",
"type": "string",
"format": "string",
"count": 48512
"count": 48919
},
{
"name": "status",
"title": "status",
"type": "string",
"format": "string",
"count": 48512
"count": 48919
},
{
"name": "evse_id",
"title": "evse_id",
"type": "string",
"format": "string",
"count": 48512
"count": 48919
},
{
"name": "coordinates_latitude",
"title": "coordinates_latitude",
"type": "number",
"format": "number",
"count": 48512
"count": 48919
},
{
"name": "coordinates_longitude",
"title": "coordinates_longitude",
"type": "number",
"format": "number",
"count": 48512
"count": 48919
}
],
"primaryKey": "_link"
Expand Down
10 changes: 5 additions & 5 deletions data/api/fields.csv
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
table_name,field_name,field_type,field_title,count
main,_link,text,_link,48512
main,status,text,status,48512
main,evse_id,text,evse_id,48512
main,coordinates_latitude,number,coordinates_latitude,48512
main,coordinates_longitude,number,coordinates_longitude,48512
main,_link,text,_link,48919
main,status,text,status,48919
main,evse_id,text,evse_id,48919
main,coordinates_latitude,number,coordinates_latitude,48919
main,coordinates_longitude,number,coordinates_longitude,48919
Loading

0 comments on commit ccedab8

Please sign in to comment.