Skip to content

Sieboldianus/PHOTO-GEOTAG-TOOLS

Repository files navigation

PHOTO GEOTAG TOOLS Toolbox (ArcGIS)

Vis Example

PHOTO GEOTAG TOOLS Tools is a collection of tools for processing and clustering photo metadata to generate Tag Maps and similar Visualizations:

  • Tagrunner All/Standard: This tool will cluster photo locations, calculate statistics (photos/ user numbers per cluster) and generate Alpha Shapes for the placement of labels.

  • Cluster Photo Locations: This Tool will cluster large point datasets and calculate basic statistics. Output is a point shapefile. This is an example of different photo locations clustered at Toronto High Park: Geoprocessing > ArcToolbox

  • Calculate Weights: This is a Python based Model Builder script that runs a Weighting Algorithm to calculate a) a weighted number between photo count/ user count and b) to calculate the single densest cluster per tag ('HImP'). The following weighting formulas have been tested:

    • 1+ [Join_Count] *(sqr(1/( [Join_Count] / [COUNT_User] )^3)) → Standard weighting formula
    • 1+ [Join_Count] *(sqr(1/( [Join_Count] / [COUNT_User] )^2)) → less importance on User_Count in comparison to photo count [Join_Count]
    • sqr(([Join_Count]+(2*sqr([Join_Count])))*2) → Ignores User_Count, this will emphasize individual and very active users

This tool has been successfully tested in ArcMap 10.4.

Download & Install

  1. Download the PhotoGeotagTools_V3.0 Toolbox

  2. Move the *.tbx file to the directory where you want to store the toolbox. Recommended: C:/01_TOOLS/

  3. Open ArcCatalog, and click Geoprocessing > ArcToolbox.

    Geoprocessing > ArcToolbox

  4. Right-click on ArcToolbox, and click Add Toolbox.

    Add ArcToolbox

  5. In the Add Toolbox window, click the Connect to Folder icon and navigate to the location of the toolbox. Select the PhotoGeotagTools_V3.0.tbx file and click Open. The PhotoGeotagTools Toolbox appears in the ArcToolbox window.

    PhotoGeotagTools Toolbox

  6. Start using the PhotoGeotagTools Toolbox!

    Cluster Tag tool window

Other Important Downloads

This is a youtube tutorial/ workshop that guides through the generation of Flickr tag maps, which includes the use of ArcGIS PHOTO GEOTAG TOOLS:

The following two tools are also required for the Workshop

Contributors

Special thanks to Chris from Stack Exchange who helped refining the Clustering Process in Model Builder.

License

GNU GPLv3

PHOTO GEOTAG TOOLS V3.0 can be downloaded and used by anyone. Please share your updates.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published