Open RagingTiger opened 1 year ago
Would be good to have the ability to test the geo-codability or just to get the latitude/longitude coordinates of a place ...
latitude
longitude
Possible CLI design:
location
nomad geocode <location>
--pretty-print
True
nomad geocode --pretty-print=False <location>
Would be good to have the ability to test the geo-codability or just to get the
latitude
/longitude
coordinates of a place ...Possible CLI design:
location
: required positional argument--pretty-print
: for toggling pretty print on/off (defaultTrue
)