<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
>

<channel>
	<title>Depiction Blog &#187; Tips</title>
	<atom:link href="http://blog.depiction.com/w/category/tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.depiction.com/w</link>
	<description>News about Depiction and mapping in general</description>
	<lastBuildDate>Thu, 16 May 2013 06:42:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<!-- podcast_generator="podPress/8.8.9.1" -->
	<copyright>Copyright © Depiction, Inc. 2011 </copyright>
	<managingEditor>richards@depiction.com (Depiction, Inc.)</managingEditor>
	<webMaster>richards@depiction.com (Depiction, Inc.)</webMaster>
	<ttl>1440</ttl>
	<image>
		<url>http://www.depiction.com/files/images/depiction_logo.jpg</url>
		<title>Depiction Blog &#187; Tips</title>
		<link>http://blog.depiction.com/w</link>
		<width>144</width>
		<height>144</height>
	</image>
	<itunes:subtitle></itunes:subtitle>
	<itunes:summary></itunes:summary>
	<itunes:keywords></itunes:keywords>
	<itunes:category text="Technology">
		<itunes:category text="Software How-To" />
	</itunes:category>
	<itunes:author>Depiction, Inc.</itunes:author>
	<itunes:owner>
		<itunes:name>Depiction, Inc.</itunes:name>
		<itunes:email>richards@depiction.com</itunes:email>
	</itunes:owner>
	<itunes:block>no</itunes:block>
	<itunes:explicit>no</itunes:explicit>
	<itunes:image href="http://www.depiction.com/files/images/depiction_logo.jpg" />
		<item>
		<title>Why export data to a CSV file.</title>
		<link>http://blog.depiction.com/w/why-export-data-to-a-csv-file/</link>
		<comments>http://blog.depiction.com/w/why-export-data-to-a-csv-file/#comments</comments>
		<pubDate>Wed, 08 Feb 2012 05:34:28 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[depiction 101]]></category>
		<category><![CDATA[CSV]]></category>
		<category><![CDATA[Export]]></category>
		<category><![CDATA[geocoding]]></category>
		<category><![CDATA[Map Your Neighborhood]]></category>
		<category><![CDATA[shapefile]]></category>
		<category><![CDATA[webinar]]></category>

		<guid isPermaLink="false">http://blog.depiction.com/w/?p=698</guid>
		<description><![CDATA[In our recent Depiction 101 Q&#38;A webinar  (http://www.depiction.com/101/QA/Jan12)one of our customers asked the question about why one would want to export data to a CSV file if they had already imported it.  It was a good question and I came up with at least 5 reasons one might want to do that:

 Backup your data <a href="http://blog.depiction.com/w/why-export-data-to-a-csv-file/" class="more-link">More &#62;</a>]]></description>
			<content:encoded><![CDATA[<p>In our recent Depiction 101 Q&amp;A webinar  (<a href="http://www.depiction.com/101/QA/Jan12">http://www.depiction.com/101/QA/Jan12</a>)one of our customers asked the question about why one would want to export data to a CSV file if they had already imported it.  It was a good question and I came up with at least 5 reasons one might want to do that:</p>
<ol>
<li> Backup your data in a pre-geocoded format.</li>
<li> If you moved elements to their geographically correct location, to save them in case you have to reload the elements at some point.</li>
<li> To more easily make mass changes to the elements.</li>
<li> To backup a subset of a large shape file.</li>
<li> To change a shape file property to EID in order to merge data with it.</li>
</ol>
<p>I wanted to elaborate a bit more on those reasons.</p>
<p><strong>1. Backup your data in a pre-geocoded format.</strong></p>
<p>When you import a CSV file with addresses.  Depiction goes out to the USC geo-coder and gets the latitude and longitude for each address and places the appropriate icon at that location.  Once you have done this, if you export those elements to a CSV file then they will include the lat/long of each element.  This way if you ever have to reload those elements or want to share them with somebody else, then the file won&#8217;t have to be geo-coded the next time. If you have a large CSV file this can save some time. It helps us too because every time you geo-code an address it costs us a few cents.</p>
<p><strong>2. If you moved elements to their geographically correct location, to save  them in case you have to reload the elements at some point.</strong></p>
<p>This second item is similar to the first but with a little twist.  When the geo-coder geo-codes an address it will usually get it to the right block but not necessarily on the right lot in the block.  The reason for this is that if you an address of lets say 2025 main st, the geo-coder thinks that the address range for that block is 2000 to 2099. It calculates that 25 is one fourth of 99 and so it places the icon 1/4 of the way down that block.  Where in reality the real address range may be 2000 to 2032 and so the icon really should be at 9/10&#8217;s of the way down the block.  So if it is important to you to have the icons in the exact location you will have to go in and move each one.  Now if for some reason you have to reload that original  file then you are going to have to move all of those icons again.  Unless you had first exported it to a CSV file, in which case the program would have saved the new lat/long for each element.  So if you have to move a lot of icons to their geographically correct locations then backing them up to a CSV file is a really good idea.</p>
<p><strong>3. To more easily make mass changes to the elements.</strong></p>
<p>If you are using Depiction as a data base manager and are storing a lot of data along with each element, sometimes it is easier to make changes to the data in a spreadsheet program. So if you export them to a CSV file you can edit them in the spreadsheet program and then reload them.</p>
<p><strong>4. To backup a subset of a large shape file.</strong></p>
<p>A fairly new feature to Depiction in the 1.3 series is the ability to export shape files to a csv file.  So to give a specific example of when you might use this.  I was working with a community that was attempting to do a community wide map your neighborhood exercise.  One person had the entire community and a shape file was loaded that had all of the parcel boundaries for the community.  Using the shape drawing tool, we drew the neighborhood boundaries for all of the neighborhoods.  Then using the select tool we selected all of parcel shapes that were in a particular neighborhood. Then using the export to CSV function we exported the selected shapes to a CSV file.  Then we could start a new Depiction story and import that CSV file and we would have a depiction for just that neighborhood.  That file could then be given to the neighborhood coordinator who could use DepictionPrep to load the file and then make the appropriate changes and maps for their neighborhood.</p>
<p><strong>5. To change a shape file property to EID in order to merge data with it.</strong></p>
<p>This is really a neat feature.  Before we could export shapes to a CSV file this particular task was fairly complicated.</p>
<p>So lets say you have a shape file of zip codes and you also have some tabular data based on zip codes. In this tabular data  file you have the zip code and lets say median income, population, etc.  You want to be able to colorize your zip codes based on this numeric data. But how do you get the tabular data into the zip code shape elements. Here is a step by step process:</p>
<ol>
<li>Import your shape file</li>
<li> Delete unwanted shapes (if necessary)</li>
<li> Export your shapes to a CSV file</li>
<li> Open the CSV file</li>
<li> Change the property name of your key field i.e. zip code to EID and save the file</li>
<li> In your depiction delete the shapes</li>
<li> Re-import your CSV file of shapes</li>
<li> Open your spreadsheet of data that you wish to merge.</li>
<li> In our example we are saying the key field is Zip Code so in this file change the name of the zip code field to EID.</li>
<li>Delete any other properties that aren’t of interest and then save that file</li>
<li>In your Depiction chose Add by File and chose your csv file</li>
<li> Select import by EID and then select Import – the data in this file will now be merged with the data in the shape file based on zip code</li>
<li> Now if you open a shape element you should see the data fields you just imported and you can now colorize the shapes based on those fields.</li>
</ol>
<p>Here are view other tips when dealing with CSV files.</p>
<p><strong>TIP #1 &#8211; </strong>When you export elements it is best to export just one kind of element to a CSV file.  If you export multiple element types at once then you will get all of the properties for all of the elements in your resulting file, which is OK. But when you go to re-import that file all of the elements will have all of the properties of all of the elements which is probably not what you wanted.</p>
<p><strong>TIP #2 </strong>- When you export to CSV it includes all of the default properties, any properties you have added and a bunch of depiction descriptive fields.  If you want can delete all of the descriptive fields to make the file easier to work with. We are looking to add a feature in a later release that would allow you to not have these fields show up on the export.</p>
<p><strong>TIP #3 -</strong> If you are exporting a shape file and the shape is a fairly complex polygon it is possible that the number of points in that polygon will exceed the total amount of characters allowed in a single cell. In this particular situation we don&#8217;t have a solution to this and that shape may not be able to be re-imported properly.</p>
<p>I hope you find this information useful and feel free to send me any questions you have on any of it.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.depiction.com/w/why-export-data-to-a-csv-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Revealers in the Reader, DepictionPrep &amp; Depiction</title>
		<link>http://blog.depiction.com/w/revealers-in-the-reader-depictionprep-depiction/</link>
		<comments>http://blog.depiction.com/w/revealers-in-the-reader-depictionprep-depiction/#comments</comments>
		<pubDate>Wed, 19 Oct 2011 17:15:59 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[depictionprep]]></category>
		<category><![CDATA[revealers]]></category>

		<guid isPermaLink="false">http://blog.depiction.com/w/?p=637</guid>
		<description><![CDATA[Revealers are among the most unique and powerful tools in the Depiction platform. Most mapping programs use the concept of &#8220;layers,&#8221; hearkening back to 19th century technology that was used to develop separate parts of the map on different photographic plates, and then combine them together. Because a depiction is both a map and an <a href="http://blog.depiction.com/w/revealers-in-the-reader-depictionprep-depiction/" class="more-link">More &#62;</a>]]></description>
			<content:encoded><![CDATA[<p>Revealers are among the most unique and powerful tools in the Depiction platform. Most mapping programs use the concept of &#8220;layers,&#8221; hearkening back to 19th century technology that was used to develop separate parts of the map on different photographic plates, and then combine them together. Because a depiction is both a map and an interactive simulation environment, elements in Depiction are not divided into separate layers like this. Everything is together in the same scenario.</p>
<p>However, Revealers give Depiction the same capabilities that traditional mapping programs have with layers, plus a great deal more. A Revealer is a movable, Resizable window that shows you specific elements&#8211;any and all elements that you choose. A Revealer could show you Quickstart data, like aerial imagery or a street map, or data you have added yourself, like a scanned paper map, GIS data, or elements you imported from a spreadsheet or added with the mouse. Any combination of elements can be added to a Revealer, then viewed&#8211;or hidden&#8211;in any way you like.</p>
<p>With the Free Reader you can move, hide, resize, and even change the shape and transparency of any Revealer in a depiction you are viewing. Each of the <a href="http://www.depiction.com/downloads">sample depictions </a>on our downloads page uses Revealers to provide information in different ways. </p>
<p>In both DepictionPrep and the full version of Depiction, you have complete control over creating, removing and editing the content of Revealers. In DepictionPrep, for example, you might plot out your home&#8217;s floorplan and the distribution of emergency supplies, putting each floor into a different Revealer, letting you view and work with each floor separately. In Depiction, you might build two different logistics or response plans, putting each one in a different Revealer, to more easily compare and present them.</p>
<p>To learn more about Revealers, watch this <a href="http://www.depiction.com/webinars/depiction101/revealers">Depiction 101: Revealers</a> session, or, if you own a copy of Depiction, take a look at the &#8220;Using Revealers&#8221; sample depiction. </p>
<div id="attachment_638" class="wp-caption aligncenter" style="width: 310px"><a href="http://blog.depiction.com/w/wp-content/uploads/2011/10/revealers.jpg"><img src="http://blog.depiction.com/w/wp-content/uploads/2011/10/revealers-300x196.jpg" alt="Revealers example" title="Revealers example" width="300" height="196" class="size-medium wp-image-638" /></a><p class="wp-caption-text">In this example, NAIP imagery is in one revealer, while building elements are in another.</p></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.depiction.com/w/revealers-in-the-reader-depictionprep-depiction/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Depiction University Updated for 1.3</title>
		<link>http://blog.depiction.com/w/depiction-university-updated-for-1-3/</link>
		<comments>http://blog.depiction.com/w/depiction-university-updated-for-1-3/#comments</comments>
		<pubDate>Tue, 23 Aug 2011 15:07:57 +0000</pubDate>
		<dc:creator>George</dc:creator>
				<category><![CDATA[Depiction News]]></category>
		<category><![CDATA[Disaster Recovery]]></category>
		<category><![CDATA[Emergency Management]]></category>
		<category><![CDATA[First Responders]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Personal Preparedness]]></category>
		<category><![CDATA[Planners]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[depiction university]]></category>
		<category><![CDATA[learning]]></category>
		<category><![CDATA[online education]]></category>

		<guid isPermaLink="false">http://blog.depiction.com/w/?p=552</guid>
		<description><![CDATA[While we designed Depiction to be user-friendly, intuitive and easy to use, it soon became apparent that users wanted more help in learning all the tools available in the software. So we introduced Depiction University in the Fall of 2010. With the release of Depiction 1.3 in May, lots of updating was in order for <a href="http://blog.depiction.com/w/depiction-university-updated-for-1-3/" class="more-link">More &#62;</a>]]></description>
			<content:encoded><![CDATA[<p>While we designed Depiction to be user-friendly, intuitive and easy to use, it soon became apparent that users wanted more help in learning all the tools available in the software. So we introduced <a title="Depiction University Page" href="http://www.depiction.com/university" target="_blank">Depiction University</a> in the Fall of 2010. With the release of Depiction 1.3 in May, lots of updating was in order for the DU program, and we are happy to announce that this process is complete. The program includes eight self-paced modules, which a &#8220;student&#8221; has one year to complete. There is also a special forum on depiction.com where students can share ideas, provide feedback on the software and DU program, and interact with instructors. And we have designed a special <a title="DU Module 0" href="http://www.depiction.com/university/module/0" target="_blank">preview module</a> so you can try it out.  <a title="Depiction University Page" href="http://www.depiction.com/university" target="_blank">Find out more today!</a></p>
<p><a title="Depiction University Page" href="http://www.depiction.com/university" target="_blank"><img class="alignnone" title="Depiction University Logo" src="http://www.depiction.com/files/images/DpnUniversity.png" alt="Depiction University Logo" width="250" height="95" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.depiction.com/w/depiction-university-updated-for-1-3/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Depiction on an iPad</title>
		<link>http://blog.depiction.com/w/depiction-on-an-ipad/</link>
		<comments>http://blog.depiction.com/w/depiction-on-an-ipad/#comments</comments>
		<pubDate>Mon, 27 Jun 2011 00:34:41 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[splashtop]]></category>

		<guid isPermaLink="false">http://blog.depiction.com/w/?p=536</guid>
		<description><![CDATA[We&#8217;ve had quite a few people express interest in running Depiction on an iPad&#8211;if you&#8217;re one of them, check out the video below!
UPDATE: The app being used here is Splashtop, which is available for the iPad, iPhone and Android devices.
]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve had quite a few people express interest in running Depiction on an iPad&#8211;if you&#8217;re one of them, check out the video below!<br />
<p><a href="http://blog.depiction.com/w/depiction-on-an-ipad/"><em>Click here to view the embedded video.</em></a></p></p>
<p>UPDATE: The app being used here is <a href="http://www.splashtop.com/remote">Splashtop</a>, which is available for the iPad, iPhone and Android devices.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.depiction.com/w/depiction-on-an-ipad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>“GIS 101” whitepaper helps everyday people harness the power of GIS</title>
		<link>http://blog.depiction.com/w/gis-101-whitepaper-helps-everyday-people-harness-the-power-of-gis/</link>
		<comments>http://blog.depiction.com/w/gis-101-whitepaper-helps-everyday-people-harness-the-power-of-gis/#comments</comments>
		<pubDate>Mon, 23 May 2011 19:20:41 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[GIS and Mapping]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[GIS 101]]></category>
		<category><![CDATA[whitepapers]]></category>

		<guid isPermaLink="false">http://blog.depiction.com/w/?p=532</guid>
		<description><![CDATA[As mapping technology progresses, more and more people are gaining the capability to work with geospatial data. To help everyday people make better use of this data, Depiction, Inc. today released the free whitepaper “GIS 101: Understanding Concepts and Terms,” outlining some very basic ideas and terminology used in the field of geographic information systems <a href="http://blog.depiction.com/w/gis-101-whitepaper-helps-everyday-people-harness-the-power-of-gis/" class="more-link">More &#62;</a>]]></description>
			<content:encoded><![CDATA[<p>As mapping technology progresses, more and more people are gaining the capability to work with geospatial data. To help everyday people make better use of this data, Depiction, Inc. today released the free whitepaper “GIS 101: Understanding Concepts and Terms,” outlining some very basic ideas and terminology used in the field of geographic information systems (GIS).</p>
<p>“Before inexpensive word processing software, the only people who needed to worry about things like ‘fonts’ and ‘margins’ were the experts,” said Depiction, Inc. president Richard Smith, primary author of the whitepaper. “And today, understanding concepts like latitude and longitude, or vector data versus raster data is important for more than just GIS experts. We hope that ‘GIS 101’ will be valuable to the many non-experts who are finding the increasing amount of publicly available GIS data important to their decision-making processes and responsibilities.”</p>
<p>To download the free whitepaper, visit <a href="http://www.depiction.com/newsletter ">http://www.depiction.com/newsletter </a>and register for the Depiction Newsletter.</p>
<p>Depiction, Inc. makes Depiction mapping, simulation and collaboration software, which brings expert level GIS, modeling and other tools to everyday users around the world. Depiction 1.3 can be purchased risk-free and downloaded for just $199 at <a href="http://www.depiction.com">www.depiction.com</a>, and requires no subscription or maintenance agreement. Volume discounts and discounts for volunteers are available. </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.depiction.com/w/gis-101-whitepaper-helps-everyday-people-harness-the-power-of-gis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using a User-created Depiction Interaction Rule to Aid in Tornado Damage Assessment</title>
		<link>http://blog.depiction.com/w/using-a-user-created-depiction-interaction-rule-to-aid-in-tornado-damage-assessment/</link>
		<comments>http://blog.depiction.com/w/using-a-user-created-depiction-interaction-rule-to-aid-in-tornado-damage-assessment/#comments</comments>
		<pubDate>Fri, 15 Apr 2011 19:14:36 +0000</pubDate>
		<dc:creator>George</dc:creator>
				<category><![CDATA[Depiction of the Week]]></category>
		<category><![CDATA[Emergency Management]]></category>
		<category><![CDATA[GIS and Mapping]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Natural Disasters]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[custom elements]]></category>
		<category><![CDATA[formidable footprint]]></category>
		<category><![CDATA[interactions]]></category>
		<category><![CDATA[skinner]]></category>
		<category><![CDATA[tornado]]></category>

		<guid isPermaLink="false">http://blog.depiction.com/w/?p=512</guid>
		<description><![CDATA[For our Depiction of the Week, we have a guest post from Ric Skinner, GISP, a Depiction Preferred Consultant.
I needed a simple way to do a damage estimate of a tornado path through a town for the Formidable Footprint Tornado tabletop exercise which will be staged on Saturday April 30.  After placing a User-defined <a href="http://blog.depiction.com/w/using-a-user-created-depiction-interaction-rule-to-aid-in-tornado-damage-assessment/" class="more-link">More &#62;</a>]]></description>
			<content:encoded><![CDATA[<p>For our Depiction of the Week, we have a guest post from <a title="Ric's website" href="http://www.healthgisguy.com/">Ric Skinner, GISP</a>, a <a title="Depiction Preferred Consultants" href="http://www.depiction.com/preferred-consultants">Depiction Preferred Consultant</a>.</p>
<p>I needed a simple way to do a damage estimate of a tornado path through a town for the <a title="Formidable Footprint Tabletop Exercise Series" href="http://www.formidablefootprint.org/">Formidable Footprint</a> Tornado tabletop exercise which will be staged on Saturday April 30.  After placing a User-defined Shape on my depiction I noticed it looked a  lot like a flood map. Knowing that the flood interaction rule interacts  with specified elements to disable them if they occur in the flood zone  area. So I created a “tornado path” interaction rule as follows:</p>
<p>1.    I created a tornado path from the explosion element, deleting all the points not needed.<br />
2.    I saved the new shape to my element library, naming it “tornado path.”<br />
3.    I copied the flood interaction rule, renamed it “tornado path”,  indicating the cause as “tornado path”, and checked the elements I  wanted it to interact with – for this simple example just buildings.<br />
4.    Because I don’t like the clutter that the red “X” causes for  disabled buildings, I created a separate layer of disabled (=destroyed,  in my example) by exporting the buildings as a CSV.<br />
5.    I added a new field (attribute) named “Status”<br />
6.    I saved the file a “all building” to keep for backup.<br />
7.    I saved it again as “buildings OK” and deleted all records with  “Active = False”. I added the value “No Damage” to the “Status” field.  These are the buildings outside the tornado path.<br />
8.    I saved “all buildings” again and deleted all records with “Active  = True”. I added the value “Destroyed” to the “Status” field. These are  the building inside the tornado path.<br />
9.    Then I “turned off” the tornado path” interaction rule by  un-checking the box indicating to use the rule “in this depiction”. This  is so the interaction rule doesn’t run again when new building files  are added.<br />
10.     I deleted the buildings layer (i.e., all the original buildings)  in my depiction and re-imported the two new buildings files, using two  different symbols indicating their status. Additional levels of damage  were indicated in the Status attribute by manually editing each element.<br />
11.    Then using the new status value to filter certain buildings, the  symbol outline color was specified to indicate “destroyed”, “major  damage” or “minor damage”.</p>
<p>With the tornado path interaction disabled it is easy to see (without  the red “X”) which buildings were spared and which were damaged, along  with any additional hover text information desired.</p>
<p><a title="Depiction of the Week - Skinner Tornado" href="http://www.depiction.com/files/file/DepictionoftheWeekSkinnerTornado.dpn">Click here to download the depiction</a>.</p>
<div id="attachment_513" class="wp-caption alignnone" style="width: 310px"><a href="http://blog.depiction.com/w/wp-content/uploads/2011/04/DoW-Skinner.jpg"><img class="size-medium wp-image-513" title="DoW-Skinner" src="http://blog.depiction.com/w/wp-content/uploads/2011/04/DoW-Skinner-300x227.jpg" alt="Screenshot of the depiction" width="300" height="227" /></a><p class="wp-caption-text">Depiction of the Week - Tracking Tornado Damage</p></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.depiction.com/w/using-a-user-created-depiction-interaction-rule-to-aid-in-tornado-damage-assessment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Depicting Fukushima Video</title>
		<link>http://blog.depiction.com/w/depicting-fukushima-video/</link>
		<comments>http://blog.depiction.com/w/depicting-fukushima-video/#comments</comments>
		<pubDate>Wed, 30 Mar 2011 17:31:55 +0000</pubDate>
		<dc:creator>George</dc:creator>
				<category><![CDATA[Current Events]]></category>
		<category><![CDATA[Disaster Recovery]]></category>
		<category><![CDATA[Emergency Management]]></category>
		<category><![CDATA[Natural Disasters]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[demo]]></category>
		<category><![CDATA[earthquake]]></category>
		<category><![CDATA[fukushima]]></category>
		<category><![CDATA[Japan]]></category>
		<category><![CDATA[OpenStreetMap]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://blog.depiction.com/w/?p=504</guid>
		<description><![CDATA[Tim posted a new video on YouTube, discussing his depiction of the Fukushima Daiichi plant issues.
This is a powerful use of our software, I must say. Please comment or contact us if you have any questions.
]]></description>
			<content:encoded><![CDATA[<p>Tim posted a new video on YouTube, discussing his depiction of the Fukushima Daiichi plant issues.<p><a href="http://blog.depiction.com/w/depicting-fukushima-video/"><em>Click here to view the embedded video.</em></a></p></p>
<p>This is a powerful use of our software, I must say. Please comment or <a title="Depiction.com contact form" href="http://www.depiction.com/contact">contact us</a> if you have any questions.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.depiction.com/w/depicting-fukushima-video/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Emergency managers to share tech &amp; Depiction tips</title>
		<link>http://blog.depiction.com/w/emergency-managers-to-share-tech-depiction-tips/</link>
		<comments>http://blog.depiction.com/w/emergency-managers-to-share-tech-depiction-tips/#comments</comments>
		<pubDate>Mon, 13 Sep 2010 21:18:44 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Emergency Management]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://blog.depiction.com/w/?p=331</guid>
		<description><![CDATA[Our next National Preparedness Month webinar is for those folks right on the front lines of preparedness, emergency managers. But we at Depiction know that we&#8217;re not the experts on emergency management, so instead of just putting something together ourselves, we have invited three emergency managers who are also Depiction users to share there thoughts <a href="http://blog.depiction.com/w/emergency-managers-to-share-tech-depiction-tips/" class="more-link">More &#62;</a>]]></description>
			<content:encoded><![CDATA[<p>Our next <a href="http://www.depiction.com/npm">National Preparedness Month </a>webinar is for those folks right on the front lines of preparedness, <a href="http://www.depiction.com/webinars/emergency-manager-technology">emergency managers</a>. But we at Depiction know that we&#8217;re not the experts on emergency management, so instead of just putting something together ourselves, we have invited three emergency managers who are also Depiction users to share there thoughts in a panel discussion. They&#8217;ll be talking about how they use Depiction as well as other technology tools in order to do their jobs more effectively.</p>
<p>Peter Lamb has 30 years fire service experience, and currently serves  as Fire Chief and Emergency Management Director of the Town of North  Attleboro in Southeastern Massachusetts.</p>
<p>Gordon McCraw is the Director of Emergency Management for Tillamook  County, which has been described by the former Director of Oregon  Emergency Management as Oregon’s most disaster rich county.</p>
<p>Alan Woodward has worked as an analyst for the Emergency Operations  Division at Los Alamos National Laboratory for 8 years.  He supports  emergency response and training activities and conducts consequence  assessments for hazardous material release scenarios. He holds a  Bachelor of Science degree and a Master of Science degree and has  published several peer-reviewed articles on the application of GIS.   Currently he is working on developing the GIS program to support  time-urgent emergency response objectives for Los Alamos emergency  operations.</p>
<p>To register for this webinar, &#8220;Preparedness Technology Empowering Emergency Managers&#8221;, <a href="http://www.depiction.com/webinars/emergency-manager-technology">click here</a>.</p>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 94px; width: 1px; height: 1px; overflow: hidden;">
<h2 class="with-tabs">Preparedness Technology Empowering Emergency Managers</h2>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.depiction.com/w/emergency-managers-to-share-tech-depiction-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NOAA Weather Map Service</title>
		<link>http://blog.depiction.com/w/noaa-weather-map-service/</link>
		<comments>http://blog.depiction.com/w/noaa-weather-map-service/#comments</comments>
		<pubDate>Tue, 31 Aug 2010 20:42:40 +0000</pubDate>
		<dc:creator>George</dc:creator>
				<category><![CDATA[Depiction News]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[NOAA]]></category>
		<category><![CDATA[shapefile]]></category>
		<category><![CDATA[weather]]></category>
		<category><![CDATA[wms]]></category>

		<guid isPermaLink="false">http://blog.depiction.com/w/?p=318</guid>
		<description><![CDATA[A customer asked if I knew of any sources for current hurricane info,  so I did a search for &#8220;hurricane prediction WMS&#8221; and found this: http://nowcoast.noaa.gov/help/mapservices.shtml?name=mapservices 
On the site, NOAA provides a set of Web Mapping Services (WMS) for

 Observations: http://nowcoast.noaa.gov/wms/com.esri.wms.Esrimap/obs?service=wms&#38;version=1.1.1&#38;request=GetCapabilities
Watches, Warnings &#38; Advisories: http://nowcoast.noaa.gov/wms/com.esri.wms.Esrimap/wwa?service=wms&#38;version=1.1.1&#38;request=GetCapabilities
Analyses: http://nowcoast.noaa.gov/wms/com.esri.wms.Esrimap/analyses?service=wms&#38;version=1.1.1&#38;request=GetCapabilities 

And more! Each services includes map layers for:

World <a href="http://blog.depiction.com/w/noaa-weather-map-service/" class="more-link">More &#62;</a>]]></description>
			<content:encoded><![CDATA[<p>A customer asked if I knew of any sources for current hurricane info,  so I did a search for &#8220;hurricane prediction WMS&#8221; and found this: <a href="http://nowcoast.noaa.gov/help/mapservices.shtml?name=mapservices">http://nowcoast.noaa.gov/help/mapservices.shtml?name=mapservices </a></p>
<p>On the site, NOAA provides a set of Web Mapping Services (WMS) for</p>
<ul>
<li> <strong>Observations</strong>: <a href="http://nowcoast.noaa.gov/wms/com.esri.wms.Esrimap/obs?service=wms&amp;version=1.1.1&amp;request=GetCapabilities">http://nowcoast.noaa.gov/wms/com.esri.wms.Esrimap/obs?service=wms&amp;version=1.1.1&amp;request=GetCapabilities</a></li>
<li><strong>Watches, Warnings &amp; Advisories</strong>: <a href="http://nowcoast.noaa.gov/wms/com.esri.wms.Esrimap/wwa?service=wms&amp;version=1.1.1&amp;request=GetCapabilities">http://nowcoast.noaa.gov/wms/com.esri.wms.Esrimap/wwa?service=wms&amp;version=1.1.1&amp;request=GetCapabilities</a></li>
<li><strong>Analyses</strong>: <a href="http://nowcoast.noaa.gov/wms/com.esri.wms.Esrimap/analyses?service=wms&amp;version=1.1.1&amp;request=GetCapabilities ">http://nowcoast.noaa.gov/wms/com.esri.wms.Esrimap/analyses?service=wms&amp;version=1.1.1&amp;request=GetCapabilities </a></li>
</ul>
<p>And more! Each services includes map layers for:</p>
<ul>
<li>World Countries</li>
<li>World Rivers</li>
<li>World Lakes</li>
<li>Major Roads</li>
<li>Airport footprints</li>
</ul>
<p>And more!</p>
<p>Being a WMS,  all of the sources come into Depiction as images, so they will fill up  your entire depiction area. Most of these will work better with large  areas. You can put the links provided above (one at a time) into the Web  serivces tab of the Add Content menu in Depiction, selecting the WMS  option (see image). When you click Show content, you can then select the  layer you want to view. You can do this multiple times with the same  source or separate sources in the same depiction.</p>
<p><img src="http://www.depiction.com/files/images/NOAAWMS.PNG" alt="The Add Content Menu Web Service option" width="616" height="445" /></p>
<p><a href="mailto: info@depiction.com">Let us know</a> if you have any questions!</p>
<p>Happy Depicting!<br />
George</p>
<p>UPDATE: There are also shapefiles of Hurricane Earl available from NOAA.  Current predictions are <a href="http://www.nhc.noaa.gov/gis/archive_forecast_results.php?id=al07&amp;year=2010&amp;name=Hurricane%20EARL">here</a>&#8211;the one you&#8217;ll want is the last ZIP file in the list. And the &#8216;cumulative wind history&#8217; of Earl is <a href="http://www.nhc.noaa.gov/gis/best_track/al072010_best_track_latest.zip">here</a>. It looks like NOAA will be keeping these up to date as time goes on. George will be using these shapefiles in the <a href="http://www.depiction.com/webinars/depiction101/register">Depiction 101 webinar </a>tomorrow morning.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.depiction.com/w/noaa-weather-map-service/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mike on the Doctor Prepper Show</title>
		<link>http://blog.depiction.com/w/mike-on-the-doctor-prepper-show/</link>
		<comments>http://blog.depiction.com/w/mike-on-the-doctor-prepper-show/#comments</comments>
		<pubDate>Thu, 22 Jul 2010 16:19:19 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Personal Preparedness]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[doctor prepper]]></category>

		<guid isPermaLink="false">http://blog.depiction.com/w/?p=280</guid>
		<description><![CDATA[Have a listen below, then sign up for tomorrow&#8217;s webinar &#8220;Technology for Personal Preparedness&#8220;.
 
]]></description>
			<content:encoded><![CDATA[<p>Have a listen below, then sign up for tomorrow&#8217;s webinar &#8220;<a href="http://www.depiction.com/webinars/preparedness">Technology for Personal Preparedness</a>&#8220;.<br />
 <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.adobe.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="210" height="105" name="61474" id="61474"><param name="movie" value="http://www.blogtalkradio.com/btrplayer.swf?file=http://www.blogtalkradio.com%2Fdoctorprepper%2Fplay_list.xml&#038;autostart=false&#038;bufferlength=5&#038;volume=80&#038;corner=rounded&#038;callback=http://www.blogtalkradio.com/flashplayercallback.aspx" /><param name="quality" value="high" /><param name="wmode" value="transparent" /><param name="menu" value="false" /><param name="allowScriptAccess" value="always" /><embed src="http://www.blogtalkradio.com/btrplayer.swf" flashvars="file=http://www.blogtalkradio.com%2fdoctorprepper%2fplay_list.xml&#038;autostart=false&#038;shuffle=false&#038;callback=http://www.blogtalkradio.com/FlashPlayerCallback.aspx&#038;width=210&#038;height=105&#038;volume=80&#038;corner=rounded" width="210" height="105" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" quality="high" wmode="transparent" menu="false" name="61474" id="61474" allowScriptAccess="always"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.depiction.com/w/mike-on-the-doctor-prepper-show/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
