Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

Commit

Permalink
Update Geodata.md (#1314)
Browse files Browse the repository at this point in the history
Signed-off-by: Alyona Teyber <Ivanova.alyona5@gmail.com>
Co-authored-by: David P. Chassin <david.chassin@me.com>
Signed-off-by: David P. Chassin <dchassin@slac.stanford.edu>
  • Loading branch information
2 people authored and David P. Chassin committed Jul 28, 2023
1 parent 303b7d4 commit 055a545
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Subcommand/Geodata.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ You must subscribe to the TrafficView service to use this dataset.
The following command obtains the distance between two locations:

~~~
% gridlabd geodata -d -D distance location 37.4150,-122.2056 37.3880,-122.2884
% gridlabd geodata merge -d -D distance location 37.4150,-122.2056 37.3880,-122.2884
latitude,longitude,distance
37.415,-122.2056,0.0
37.388,-122.2884,7906.193731232153
Expand All @@ -176,7 +176,7 @@ latitude,longitude,distance
The following command obtains the coordinates for the points between two locations at 1 km resolution:

~~~
% gridlabd geodata -d -D distance location 37.4150,-122.2056 37.3880,-122.2884 -r 1000
% gridlabd geodata merge -d -D distance location 37.4150,-122.2056 37.3880,-122.2884 -r 1000
latitude,longitude,distance
37.415,-122.2056,0.0
37.41158495593229,-122.21607280180764,1000.0
Expand Down

0 comments on commit 055a545

Please sign in to comment.