AtlasPublicPolicy / charging-use-spec

A common process for collecting EV charging station use data and standardizing the metrics for reporting on EV charging station utilization.
GNU General Public License v3.0
8 stars 2 forks source link

port.port_latitude and port.port_longitude are backward #10

Closed robogeek closed 6 months ago

robogeek commented 6 months ago

In https://github.com/AtlasPublicPolicy/charging-use-spec/blob/main/core-specification/registration-and-session-data-reference.md there is the following:

port_latitude   Port WSG84-encoded longitude in decimal degrees to at least 4 decimal places. Valid longitudes are between -180 and 180 float(>3)   yes no
port_longitude  Port WSG84 encoded latitude in decimal degrees to at least 4 decimal places. Valid latitudes are between -90 and 90.    float(>3)   yes no

The labels on the left-hand-side are reversed.

jamesdifilippo commented 6 months ago

Thanks for the catch! Transposed labels have been corrected.