org.openstreetmap.atlas.utilities.command.subcommands.IsoCountryCodeCommandExamplesSection.txt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of atlas Show documentation
Show all versions of atlas Show documentation
"Library to load OSM data into an Atlas format"
The newest version!
Get the ISO country associated with code 'USA':
#$ iso-country-code USA
Get the ISO country associated with display name 'United Kingdom':
#$ iso-country-code 'United Kingdom'
Get the ISO country associated with misspelled display name 'gernamy', showing top 5 matches:
#$ iso-country-code -n 5 'gernamy'
Make multiple queries:
#$ iso-country-code 'USA' 'GB' 'gernamy' 'France'
Show all countries:
#$ iso-country-code --all