grgr add-place
Geocode a location and add it as a Place in the database.
Uses the Nominatim geocoding service to look up the location.
Usage: grgr add-place [OPTIONS] QUERY
Arguments
Options
- --enclose TEXT
Enclose the new place within this place ID or name.
- --latlong TEXT
Skip geocoding and use these coordinates instead, as
lat,lon, e.g.'53.4808,-2.2426'.
- --type TEXT
Override the place type. Accepts a built-in GRAMPS place type (e.g.
Town,City, case-insensitive) or any other value, which is saved as a custom type, e.g.Cemetery.
- -y, --yes
Skip confirmation prompt.