GridScout™ Map is a console-based tool for bulk collection of location data, including MGRS coordinates, to be used by intelligence analysts. It uses Google's Places API.
For more information, see gridscout.net or the docs folder.
Military Grid Reference System. It's used by NATO militaries because it's concise, minimizes distortion, and makes for easy math. It's a whole-world variant of the UTM coordinate system. Latitude and longitude are so 1941.
-
Python 2.7 required. Your OS probably already has it installed.
-
Install the following python modules:
pip2 install --user colorama googlemaps mgrs schema
-
Download GridScout™ Map. You can get it as a zipball or tarball, or through the Git repo as follows:
cd
-
Get a Google API key for their "Places" API and store it in the
config
subdirectory.vi ~/gridscout/config/google_places.key
cd gridscout
./gridscout