Popular recipes by Chad Cooper http://code.activestate.com/recipes/users/4023200/2007-01-19T13:38:49-08:00ActiveState Code RecipesCataloging and adding IPTC keywords to digital photos (Python) 2007-01-19T13:38:49-08:00Chad Cooperhttp://code.activestate.com/recipes/users/4023200/http://code.activestate.com/recipes/500266-cataloging-and-adding-iptc-keywords-to-digital-pho/ <p style="color: grey"> Python recipe 500266 by <a href="/recipes/users/4023200/">Chad Cooper</a> (<a href="/recipes/tags/exif/">exif</a>, <a href="/recipes/tags/graphics/">graphics</a>, <a href="/recipes/tags/iptc/">iptc</a>, <a href="/recipes/tags/photography/">photography</a>). </p> <p>This script helps me manage my digital photos by filing them in a directory based on the EXIF date and applying keywords and by-line information to the IPTC metadata.</p> Download and rename RIDGE radar images (Python) 2007-01-03T07:51:18-08:00Chad Cooperhttp://code.activestate.com/recipes/users/4023200/http://code.activestate.com/recipes/499352-download-and-rename-ridge-radar-images/ <p style="color: grey"> Python recipe 499352 by <a href="/recipes/users/4023200/">Chad Cooper</a> (<a href="/recipes/tags/files/">files</a>). </p> <p>This script downloads RIDGE radar images from the RIDGE site (<a href="http://www.srh.noaa.gov/ridge/" rel="nofollow">http://www.srh.noaa.gov/ridge/</a>) to a local disk, then renames them with a timestamp. In the case below, the One-Hour Precipitation total image and associated world file for the Little Rock, AR station (LZK) are downloaded.</p>