Skip to content

Commit

Permalink
removed coordinate projection step, in favor of Master.dss files give…
Browse files Browse the repository at this point in the history
…n in lat/lon. removed asset specific geojson files, only writing full network feeder geojson.
  • Loading branch information
gjohnsonNREL committed Feb 15, 2024
1 parent fb7f28e commit df61ef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emerge/network/feeder_geojson.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ def create_feeder_geojson(
print("################################################################ ")



#CONVERT PROJECTION TO Lon, Lat
def convert_local_coords_to_WGS84(coordinates, base_projection = "EPSG:2925"): # : List[float], : String -> List[float]
""" Converts openDSS local coordinates (x,y) to (lon, lat)
Uses "EPSG:4236" (i.e., WGS84) projection from provided base_projection string "EPSG:####"
Expand Down

0 comments on commit df61ef9

Please sign in to comment.