org.openstreetmap.atlas.utilities.command.subcommands.ConcatenateAtlasCommandExamplesSection.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"
Concatenate all atlas files on your desktop and write them to
an output atlas in your home directory:
#$ fatlas ~/Desktop/*.atlas --output ~
Concatenate two atlases, but fail fast if either cannot be found:
#$ fatlas --strict ~/file1.atlas ~/file2.atlas