United States AFDC Manual Sync Project

From OpenStreetMap Wiki
Jump to navigation Jump to search

Introduction

The Alternative Fuel Data Center provided by the United States Department of Energy provides data on new and existing alternative fuel stations and points in the United States and Canada. For this project, each week, GA_Kevin is planning to export the AFDC database, filter by previous week, then make the data suitable for OSM syntax. This project only covers EV Fast Charging sites that are public access in the USA. After the file is cleaned and syntax is set, load into JOSM, using the conflation tool to check if any stations already exist in the OSM database, then merge tags where appropriate or add nodes where needed. Since this is a US-spanning changeset, each changeset will be tagged with this URL for reference.

AFDC -> OSM Syntax

Fields in AFDC and OSM
AFDC OSM
Street Address (house number) keyaddr:housenumber=*
Street Address (street name) keyaddr:street=*
City keyaddr:city=*
State keyaddr:state=*
ZIP code keyaddr:postcode=*
Country keyaddr:country=*
Station Phone keynetwork:phone=*
Access Days Time keyopening_hours=*
EV Network keynetwork=*
EV Network Web keynetwork:website=*
Open Date keystart_date=*
Date Last Confirmed keycheck_date=*
Station ID keyref:afdc=*
EV CCS Connector Count keysocket:type1_combo=*
EV CCS Power Output (kW) keysocket:output=*
EV CHAdeMO Connector Count keysocket:chademo=*
EV CHAdeMO Power Output (kW) keysocket:chademo:output=*
EV J3400 Connector Count keysocket:nacs=*
EV J3400 Power Output (kW) keysocket:output=*

Overpass query for newly touched charging stations to conflate

[out:json][timeout:100];
area["name"="United States"]["admin_level"="2"]->.usa;
(
	nwr["amenity"="charging_station"](area.usa)(newer:"YYYY-MM-DDT00:00:00Z");
	nwr["man_made"="charge_point"](area.usa)(newer:"YYYY-MM-DDT00:00:00Z");
);
(._;>;);
out meta;

Weekly File Repository

You can subscribe to the RSS feed

Week CSV File GeoJSON File Changeset State of Charge
May 18-24, 2025 Codeberg Codeberg OSM
May 25-31, 2025 Codeberg Codeberg OSM Discourse
June 1-7, 2025 Codeberg Codeberg OSM Discourse
June 8-14, 2025 Codeberg Codeberg OSM Discourse
June 15-21, 2025 OSM Discourse
June 22-28, 2025 GitHub GitHub OSM Discourse