For my web map application, I'm creating a map of old properties so I have hundreds of photos of houses that I need URL's for so I can integrate them into my customized pop-ups. I'm currently compiling a CSV with an IMG_URL column among other attributes of interest I require.
Has anyone found a more streamlined approach for batch creating Image URL's and then populating the accompanying CSV table? This is the process I'm currently doing...
Upload images to flicker > Individually extract Image source url from code > copy and paste each URL into appropriate CSV spreadsheet record.....SO TIME CONSUMING.
Alternatives? Or am I going to have to strap in for a ton of plug and chug data input?
Has anyone found a more streamlined approach for batch creating Image URL's and then populating the accompanying CSV table? This is the process I'm currently doing...
Upload images to flicker > Individually extract Image source url from code > copy and paste each URL into appropriate CSV spreadsheet record.....SO TIME CONSUMING.
Alternatives? Or am I going to have to strap in for a ton of plug and chug data input?
Here's a tip that might help you since you have your photos stored in Flickr. You can use the Map Tour Builder to create a layer in your map:
http://blogs.esri.com/esri/arcgis/2013/08/14/adding-geotagged-photos-to-your-web-map/
This, unfortunately, will peg out at 100 photos. But it will get you started. You can then open the web map in ArcGIS Desktop and export the layer table as a text file. Repeat as needed for every batch of 100, then munch them together in Excel.
I know it's an odd workflow, but it may work out for you...
Bern