Install

System Requirements

Python 3.4 - If your running Arch, this shouldn't be a problem!

  • geojson
  • simplekml

If you want to be able to send the geojson to geojson.io via a GitHub gist:

How-to

Packaging is currently being worked on...

Manual git install

This will make a directory ArchMap/ with a link to archmap.py in it. It uses git and pip to resolve the dependencies.

Download this script:

echo -e "==> Make and cd to ./ArchMap\n"
mkdir ArchMap && cd ArchMap

echo -e "\n\n==> Download the ArchMap repo from GitHub\n"
git clone https://github.com/maelstrom59/ArchMap.git ArchMap-git

echo -e "\n\n==> Download the geojsonio.py repo from GitHub so you can use --geojsonio\n"
git clone https://github.com/jwass/geojsonio.py.git geojsonio.py-git

echo -e "\n\n==> Install the required packages\n"
pip install -r ArchMap-git/requirements.txt

echo -e "\n\n==> Link the geojsonio module into the ArchMap-git directory\n"
cd ArchMap-git && ln -s ../geojsonio.py-git/geojsonio/geojsonio.py

echo -e "\n\n==> Make an easy link to archmap.py\n"
cd ../ && ln -s ArchMap-git/archmap.py

echo -e "\n\n==> Test by printing the help message\n"
./archmap.py --help