<?xml version="1.0" encoding="UTF-8"?>
<!--Generated by Squarespace V5 Site Server v5.13.159 (http://www.squarespace.com) on Wed, 22 May 2013 19:19:10 GMT--><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><title>Cartographica Blog</title><link>http://blog.cartographica.com/blog/</link><description>ClueTrust's blog about our GIS Apps for iOS and OS X</description><lastBuildDate>Sun, 12 May 2013 11:32:02 +0000</lastBuildDate><copyright>©2012, ClueTrust</copyright><language>en-US</language><generator>Squarespace V5 Site Server v5.13.159 (http://www.squarespace.com)</generator><item><title>Growing use of OpenStreetMap in Government</title><category>Geo Data</category><category>Online mapping</category><dc:creator>Administrator</dc:creator><pubDate>Sun, 12 May 2013 14:25:27 +0000</pubDate><link>http://blog.cartographica.com/blog/2013/5/12/growing-use-of-openstreetmap-in-government.html</link><guid isPermaLink="false">1112802:15913633:33687292</guid><description><![CDATA[<p>We at ClueTrust integrated support for OpenStreetMap into both Cartographica and CartoMobile some time ago because it provides an avenue for public updating and curation that is unequaled and also provides data licensing that allows liberal reuse.</p>

<p>We are happy to see the wide range of <a href="http://www.openstreetmap.us/2013/04/openstreetmap-in-government/">OpenStreetMap in Government</a> outlined on the <a href="http://OpenStreetMap.US">OpenStreetMap.US blog</a>.</p>

<p>There are lots of opportunities to improve the data set and make your mark on open data, while improving available map data for everyone.</p>

<p>For those with little background with the organization, it didn't start in the US, but in Europe, where most Geospatial data was (at the time) locked up behind huge licensing restrictions.  To combat this, founders and an army of interested people fanned out over the continent and later the globe to create map data which was free of those restrictions and open to the public.</p>
]]></description><wfw:commentRss>http://blog.cartographica.com/blog/rss-comments-entry-33687292.xml</wfw:commentRss></item><item><title>Cartographica 1.4.2 Available</title><category>Cartographica</category><category>Cartographica</category><category>Online mapping</category><category>Tips and Tricks</category><category>release</category><dc:creator>Gaige B Paulsen</dc:creator><pubDate>Sun, 07 Apr 2013 21:15:15 +0000</pubDate><link>http://blog.cartographica.com/blog/2013/4/7/cartographica-142-available.html</link><guid isPermaLink="false">1112802:15913633:33252518</guid><description><![CDATA[<p>Cartographica 1.4.2 is now available, and it's got a little bit of everything to it: new features, performance enhancements, and bug fixes.</p>
<p>This release ended up taking a bit longer than we expected as we have been working hard to fix the bugs reported in 1.4 and 1.4.1. &nbsp; &nbsp;But, we haven't just been working on fixing bugs, we've also been enhancing the capabilities and performance of the existing capabilities of Cartographica, with improvements in everything from WFS compatibility to execution speed and progress information for many of our analysis tools.</p>
<p>I won't take up the space here to enumerate all of the changes, as they are covered almost exhaustively in the release notes, however I will point out a few of the areas we have been working on.</p>
<h3>Analysis Tools</h3>
<p>We introduced a lot of new tools in version 1.4, and we have been making improvements to the performance and interface for these. &nbsp; In particular, almost all of the analysis tools provide more progress information now and may be cancelled. &nbsp; For those who work in more than one window at a time, Cartographica no longer makes you wait in all windows while analysis is performed for one window. &nbsp; This means you can continue to work on another map while performing more complex analysis on a map in the background. &nbsp; All search and overlay operations are substantially improved and we are continuing to follow additional optimization paths (while maintaining accuracy).</p>
<h3>Geocoding</h3>
<p>Because of the Bing geocoder service that we also support, many folks don't use the built-in geocoder. &nbsp;However, for tasks involving historical data, or large amounts of data being proccessed in a small area, it's often a faster mechanism (and it doesn't require a network connection). &nbsp;In this release, we've significantly improved the handling of whitespace, negative address ranges in the streets files, additional abbreviations, and support for streets whose names begin with "Ste".</p>
<h3>File Import/Export</h3>
<p>Most of the changes to file import involved upgrading to the most recent libraries for external file formats, such as MrSID<span style="font-size: 70%; vertical-align: super;">&reg;</span>. &nbsp;These should improve compatibility and performance.</p>
<p>For export, we've fixed a bug involving line style export to Illustrator and enhanced the Save window to include file extensions that appropriately default for the selecte file type.</p>
<p>ESRI File Geodatabases can now receive the entire map instead of being broken into a set of GDB files per layer.</p>
<h3>Live Maps</h3>
<p>The big change for live maps is that Custom OSM layers can now point at basically any tile source that uses a similar format to OpenStreetMap but isn't actually an OpenStreetMap server. &nbsp; For those of you with access to tiled services from an ESRI ArcServer map, this means that you can access those tiles from Cartographica as well. For an OpenStreetMap server, you can just use the URL of the service in the box. &nbsp; For other services, you'll need to use a more complete URL with {zoom}, {x}, and {y}, representing the zoom level, x tile id, and y tile id. &nbsp; Here are some examples:</p>
<p>For ESRI ArcServer maps, end the URL with {zoom}/{y}/{x}, so if the base URL of the map is "http://myserver/ArcGIS/rest/services/MyMapLayerName/MapServer", the URL you would use is: "http://myserver/ArcGIS/rest/services/MyMapLayerName/MapServer/tile/{zoom}/{y}/{x}".</p>
<p>For Google-style maps, the URL is more complicated, so if the base URL of the map is "https://mymapserver.com/foo/x=9&amp;y=23&amp;z=6&amp;scale=2&amp;s=Ga", the URL you would use is: ""https://mymapserver.com/foo/x={x}&amp;y={y}&amp;z={zoom}&amp;scale=2&amp;s=Ga".</p>
<p>At the moment, all of the key services are using the same CRS, which is the "Web Pseudo-Mercator" and thus Cartographica will automatically determine the right information and display it correctly.</p>
<h3>WFS Layers</h3>
<p>We continue our improvement of support for WFS layers. &nbsp; &nbsp;This release includes better handling of WFS 2.0.0 servers (such as most recent versions of <a href="http://geoserver.org">GeoServer</a>) as well as backwards compatibility with older 1.1 and 1.0 services. &nbsp; We also fixed a bug in handling single polygon layers in GMLv3 layers (multipolygon layers were fine). &nbsp;&nbsp;</p>
<p>The <strong>Web Feature Layer Attributes</strong>&nbsp;window (available from <strong>Layer &gt; Web Feature Layer Attributes...</strong>&nbsp;and when you add a new web feature layer using <strong>File &gt; Add Web Feature Layer...</strong>) has been enhanced to allow limiting of requests to the server (necessary for some servers that don't know their own limitations) and the introduction of manual filters. &nbsp; &nbsp;We hope to make filters easier in future versions, but for now if you know the XML filter language (or can have somebody work up a filter for you), then you can paste that directly into the Filter box and it will be applied to layer requests.</p>
<h3>The Future</h3>
<p>We have many plans going forward, including improvements to our existing features and additional features for analysis, presentation and exploration. &nbsp; We sincerely appreciate your support.</p>]]></description><wfw:commentRss>http://blog.cartographica.com/blog/rss-comments-entry-33252518.xml</wfw:commentRss></item><item><title>Mapping Mountain Top Removal</title><category>Cartographica</category><category>environment</category><category>vector</category><dc:creator>Rick Jones</dc:creator><pubDate>Fri, 15 Feb 2013 12:50:54 +0000</pubDate><link>http://blog.cartographica.com/blog/2013/2/15/mapping-mountain-top-removal.html</link><guid isPermaLink="false">1112802:15913633:32812286</guid><description><![CDATA[<p>iLoveMountains.org is an organization that, "<span>is the product of 14 local, state, and regional organizations across Appalachia that are working together to end mountaintop removal coal mining and create a prosperous future for the region." Together this group provides information and research to the public about the problems that mountain top removal mining has cause, and continues to cause in the Appalachians.&nbsp;</span></p>
<p>According to <a href="http://ilovemountains.org/resources">iLoveMountain.org</a>, "<span>Mountaintop removal is a relatively new type of coal mining that began in Appalachia in the 1970s as an extension of conventional strip mining techniques. Primarily, mountaintop removal is occurring in West Virginia, Kentucky, Virginia and Tennessee. Coal companies in Appalachia are increasingly using this method because it allows for almost complete recovery of coal seams while reducing the number of workers required to a fraction of what conventional methods require."</span></p>
<p><span>Part of the problem with mountain top removal is that the processes is destructive to the environment and the local habitats in the area where the mining is occurring. "<span>Before mining can begin, all topsoil and vegetation must be removed. Because coal companies frequently are responding to short-term fluctuations in the price of coal, these trees are often not even used comercially in the rush to get the coal, but instead are burned or sometimes illegally dumped into valley fills" (iLoveMountains.org). Addittionally, "<span>While reclamation efforts such as stabilization and revegetation are required for mountaintop removal sites, in practice, state agencies that regulate mining are generous with granting waivers to coal companies. Most sites receive little more than a spraying of exotic grass seed, but even the best reclamation provides no comfort to nearby families and communities whose drinking water supplies have been polluted and whose homes will be threatened by floods for the hundred or thousands of years it will require to re-grow a forest on the mined site" (iLoveMountains.org).</span></span></span></p>
<p>The problem that iLoveMountains.org is attempting to combat is inherently a spatial problem, and due to this fact they disseminate a lot of interesting spatial data to help promote additional research and understanding by the public. To help highlight the problem that they are pointing out this blog post uses a number of the dataset provided to create maps and help visualize the problems. <a href="http://ilovemountains.org/maps#download_central">To download the iLoveMountain.org data visit their data download webpage</a>.&nbsp;</p>
<p>Before importing any of the data, first add a Live Map by choosing <strong>File &gt; Add Live Map. </strong>This will provide a basemap and will allow you to see what the mountain top removal sites look like based on satellite imagery. Additionally, a shapefile of U.S. States was imported by choosing <strong>File &gt; Import Vector Data</strong> to more clearly show the state boundaries in the area. <a href="http://www.census.gov/cgi-bin/geo/shapefiles2012/main">Download the states shapefile at the U.S. Census website.</a>&nbsp;Once the basemaps are imported you can import each of the shapefiles provided by iLoveMountains.org by choosing <strong>File &gt; Import Vector Data</strong>.</p>
<p>The first map below shows all of the mountains that are being or have been mined in the Appalachian region. This is the NRDC_500_Mountains layer. The mountains have been color coded to indicate the states that they are within. To color code the mountains double-click on the mountains layer in the layer stack, change the based on option to state, click on the gear box and select Distribute Unique Values (4), and then assign colors to each of the categories.&nbsp;</p>
<p><span class="thumbnail-image-block ssNonEditable"><span><a href="javascript:showFullImage('/display/ShowImage?imageUrl=%2Fstorage%2FScreen%20Shot%202013-02-15%20at%208.16.01%20AM.png%3F__SQUARESPACE_CACHEVERSION%3D1360934211242',879,1435);"><img src="http://blog.cartographica.com/storage/thumbnails/12924599-21936603-thumbnail.jpg?__SQUARESPACE_CACHEVERSION=1360934211242" alt="" /></a></span></span></p>
<p>The next image shows all of the active mines in the region. This is the Active_Mine_Sites layer. The large red points are the active mine locations.</p>
<p><span class="thumbnail-image-block ssNonEditable"><span><a href="javascript:showFullImage('/display/ShowImage?imageUrl=%2Fstorage%2FScreen%20Shot%202013-02-15%20at%208.19.11%20AM.png%3F__SQUARESPACE_CACHEVERSION%3D1360934486246',879,1434);"><img src="http://blog.cartographica.com/storage/thumbnails/12924599-21936627-thumbnail.jpg?__SQUARESPACE_CACHEVERSION=1360934486247" alt="" /></a></span></span></p>
<p>The next image is a Kernel Density Map of the Active Mine sites. To create a KDM select the Active_Mine_Sites layer in the Layer Stack and then while holding down the option key choose <strong>Tools &gt; Create Kernel Density Map. </strong>Select the Visible Area option and then click Analyze.&nbsp;</p>
<p><span class="thumbnail-image-block ssNonEditable"><span><a href="javascript:showFullImage('/display/ShowImage?imageUrl=%2Fstorage%2FScreen%20Shot%202013-02-15%20at%208.23.49%20AM.png%3F__SQUARESPACE_CACHEVERSION%3D1360934686656',879,1432);"><img src="http://blog.cartographica.com/storage/thumbnails/12924599-21936643-thumbnail.jpg?__SQUARESPACE_CACHEVERSION=1360934686656" alt="" /></a></span></span></p>
<p>The next image is a look at the satellite imagery of the largest hot spot located in Southeastern Kentucky. Notice the large gaps in the tree canopy.&nbsp;</p>
<p><span class="thumbnail-image-block ssNonEditable"><span><a href="javascript:showFullImage('/display/ShowImage?imageUrl=%2Fstorage%2FScreen%20Shot%202013-02-15%20at%208.25.21%20AM.png%3F__SQUARESPACE_CACHEVERSION%3D1360934850348',879,1433);"><img src="http://blog.cartographica.com/storage/thumbnails/12924599-21936658-thumbnail.jpg?__SQUARESPACE_CACHEVERSION=1360934850349" alt="" /></a></span></span></p>
<p>And a closer look at a large mine near Lamont, KY.</p>
<p><span class="thumbnail-image-block ssNonEditable"><span><a href="javascript:showFullImage('/display/ShowImage?imageUrl=%2Fstorage%2FScreen%20Shot%202013-02-15%20at%208.30.20%20AM.png%3F__SQUARESPACE_CACHEVERSION%3D1360935077507',879,1433);"><img src="http://blog.cartographica.com/storage/thumbnails/12924599-21936678-thumbnail.jpg?__SQUARESPACE_CACHEVERSION=1360935077507" alt="" /></a></span></span></p>
<p>The final maps show the mines as digitized polygons highlighting the amount of area taken up by the mines. This is the Skytruth_Mines_Merge layer.&nbsp;</p>
<p><span class="full-image-block ssNonEditable"><span><img style="width: 500px;" src="http://blog.cartographica.com/storage/Screen Shot 2013-02-15 at 8.38.53 AM.png?__SQUARESPACE_CACHEVERSION=1360935585945" alt="" /></span></span>&nbsp;&nbsp;</p>
<p><span class="thumbnail-image-block ssNonEditable"><span><a href="javascript:showFullImage('/display/ShowImage?imageUrl=%2Fstorage%2FScreen%20Shot%202013-02-15%20at%208.42.01%20AM.png%3F__SQUARESPACE_CACHEVERSION%3D1360935842463',879,1435);"><img src="http://blog.cartographica.com/storage/thumbnails/12924599-21936706-thumbnail.jpg?__SQUARESPACE_CACHEVERSION=1360935842464" alt="" /></a></span></span></p>]]></description><wfw:commentRss>http://blog.cartographica.com/blog/rss-comments-entry-32812286.xml</wfw:commentRss></item><item><title>Using Spatial Join to Identify Elevation for Points</title><category>Add Features</category><category>Cartographica</category><category>DEM</category><category>Spatial Join</category><dc:creator>Rick Jones</dc:creator><pubDate>Wed, 06 Feb 2013 13:41:05 +0000</pubDate><link>http://blog.cartographica.com/blog/2013/2/6/using-spatial-join-to-identify-elevation-for-points.html</link><guid isPermaLink="false">1112802:15913633:32757525</guid><description><![CDATA[<p>An owner of a golf course is working on redeveloping his golf course and has hired an analyst to help with the process. To make the process more streamlined and efficient the analyst is using GIS to help identify and plan various aspects of his new project. As part of the project the analyst needs elevation data for the greens on the golf course. He wants to know the elevations of the greens so that he can determine the best way to add new approaches and shots. Cartographica can help in this process by using Digital Elevation Models. To obtain the elevation data the analyst went to the <a href="http://kymartian.ky.gov/demwebusgs/har/index.html">Kentucky Digital Elevation Model Download Center</a>. On this website the owner downloaded the K42 DEM.&nbsp;</p>
<p>After downloading the DEM import the file into Cartographica by choosing <strong>File &gt; Import Raster Data</strong>. Once the DEM is imported into Cartographica you can create a contour map that will provide the needed elevation data. To create a contour map choose <strong>Tool &gt; Create Contours</strong>. Set the increment value to 5. In the case we want highly accurate elevation data so we will use a small increment. Set the base value to 0. See below for an image of the create contour windows.&nbsp;</p>
<p><span class="thumbnail-image-block ssNonEditable"><span><a href="javascript:showFullImage('/display/ShowImage?imageUrl=%2Fstorage%2FScreen%20Shot%202013-02-06%20at%209.22.31%20AM.png%3F__SQUARESPACE_CACHEVERSION%3D1360160626524',280,390);"><img src="http://blog.cartographica.com/storage/thumbnails/12924599-21854934-thumbnail.jpg?__SQUARESPACE_CACHEVERSION=1360160626524" alt="" /></a></span></span></p>
<p>Next, we need to create a layer showing the location of the greens on the golf course. To do this we can use satellite imagery and the Add Feature tool. Choose <strong>File &gt; Add Live Map</strong>. Select the Bing Map layer in the Layer Stack and the choose <strong>Layer &gt; Include in Map Extent</strong>. &nbsp;Uncheck the K42 layer in the Layer Stack. Zoom in to the Lower Left Corner of the Contours layer and look for High Point Golf Club. Once you find the golf course uncheck the contours layer. Choose <strong>Layer &gt; New Layer </strong>and then <strong>Edit &gt; Add Feature</strong>. Select to Add a point layer and then add points on top of the greens. See below for an example of the add points process.&nbsp;</p>
<p><span class="thumbnail-image-block ssNonEditable"><span><a href="javascript:showFullImage('/display/ShowImage?imageUrl=%2Fstorage%2FScreen%20Shot%202013-02-06%20at%209.43.40%20AM.png%3F__SQUARESPACE_CACHEVERSION%3D1360162022147',879,1430);"><img src="http://blog.cartographica.com/storage/thumbnails/12924599-21855166-thumbnail.jpg?__SQUARESPACE_CACHEVERSION=1360162022148" alt="" /></a></span></span></p>
<p>See below for an image of the full set of points.&nbsp;</p>
<p><span class="thumbnail-image-block ssNonEditable"><span><a href="javascript:showFullImage('/display/ShowImage?imageUrl=%2Fstorage%2FScreen%20Shot%202013-02-06%20at%209.48.50%20AM.png%3F__SQUARESPACE_CACHEVERSION%3D1360162187923',879,1436);"><img src="http://blog.cartographica.com/storage/thumbnails/12924599-21855185-thumbnail.jpg?__SQUARESPACE_CACHEVERSION=1360162187924" alt="" /></a></span></span></p>
<p>We can highlight the general elevations of in the area by showing color differences for the various elevations. Double-click on the contours layer in the Layer Stack to bring up the Layer Styles Window. Change the based on selection to Elevation. Add four categories by clicking on the + button four times. Choose <strong>Window &gt; Show Uber Browser</strong> and then click on the palettes tab. Select a palette and while holding down the option key, click and drag it to the table in the Layer Styles Window. See below for images of the Layer Styles Window and the Contours.&nbsp;</p>
<p><span class="thumbnail-image-block ssNonEditable"><span><a href="javascript:showFullImage('/display/ShowImage?imageUrl=%2Fstorage%2FScreen%20Shot%202013-02-06%20at%209.55.57%20AM.png%3F__SQUARESPACE_CACHEVERSION%3D1360163607698',570,604);"><img src="http://blog.cartographica.com/storage/thumbnails/12924599-21855462-thumbnail.jpg?__SQUARESPACE_CACHEVERSION=1360163607699" alt="" /></a></span></span></p>
<p>And the Contours</p>
<p><span class="thumbnail-image-block ssNonEditable"><span><a href="javascript:showFullImage('/display/ShowImage?imageUrl=%2Fstorage%2FScreen%20Shot%202013-02-06%20at%209.56.10%20AM.png%3F__SQUARESPACE_CACHEVERSION%3D1360164520412',876,1434);"><img src="http://blog.cartographica.com/storage/thumbnails/12924599-21855676-thumbnail.jpg?__SQUARESPACE_CACHEVERSION=1360164520413" alt="" /></a></span></span></p>
<p>Finally, we can perform a spatial join to join the elevation data from the contours layer with the greens points layer. This join will add a new column to the greens points that contains the elevation data so that the analyst can determine the elevations for each of the greens. To perform the spatial join choose <strong>Tools &gt; Spatial Join</strong>. Select the Closest option and type in 50 meters in the distance box. The distance value is used to specify a search radius for the Closest operation, which will select the nearest feature in the Contours layer and use it as the feature to be joined. The Closest operation is preferred over the Within Distance operation in this context because the Within Distance operation will find all matches and then randomly select a value where as the Closest operation will only find the nearest feature. Uncheck the discard unmatched features box. See Below for an image of the spatial join window.&nbsp;</p>
<p><span class="thumbnail-image-block ssNonEditable"><span><a href="javascript:showFullImage('/display/ShowImage?imageUrl=%2Fstorage%2FScreen%20Shot%202013-02-11%20at%207.42.24%20AM.png%3F__SQUARESPACE_CACHEVERSION%3D1360586769703',523,681);"><img src="http://blog.cartographica.com/storage/thumbnails/12924599-21895817-thumbnail.jpg?__SQUARESPACE_CACHEVERSION=1360586769704" alt="" /></a></span></span></p>
<p>Finally, using the Layer Styles Window you can show the elevations of each of the points using the Item Labels. See below for the final image.&nbsp;</p>
<p><span class="thumbnail-image-block ssNonEditable"><span><a href="javascript:showFullImage('/display/ShowImage?imageUrl=%2Fstorage%2FScreen%20Shot%202013-02-11%20at%207.45.27%20AM.png%3F__SQUARESPACE_CACHEVERSION%3D1360586824415',878,1436);"><img src="http://blog.cartographica.com/storage/thumbnails/12924599-21895821-thumbnail.jpg?__SQUARESPACE_CACHEVERSION=1360586824416" alt="" /></a></span></span></p>]]></description><wfw:commentRss>http://blog.cartographica.com/blog/rss-comments-entry-32757525.xml</wfw:commentRss></item><item><title>Mapping Shale Gas and Shale Fracturing (Fracking) Sites in the United States</title><category>Cartographica</category><category>environment</category><category>raster</category><category>vector</category><dc:creator>Rick Jones</dc:creator><pubDate>Mon, 04 Feb 2013 17:11:47 +0000</pubDate><link>http://blog.cartographica.com/blog/2013/2/4/mapping-shale-gas-and-shale-fracturing-fracking-sites-in-the.html</link><guid isPermaLink="false">1112802:15913633:32748202</guid><description><![CDATA[<p>Fracking has become a hot button topic among environmentalists and politicians over the past 10 years. Shale Gas is a type of natural gas found deep within shale rock formations. <span>In 2000 shale gas provided only 1% of U.S. natural gas production; by 2010 it was over 20% and the U.S. government's&nbsp;</span><a title="Energy Information Administration" href="http://en.wikipedia.org/wiki/Energy_Information_Administration">Energy Information Administration</a><span>&nbsp;predicts that by 2035 46% of the United States' natural gas supply will come from shale gas (Wikipedia, 2013). There is significant debate about whether fracking should be increased to these levels due to the environmental risks associated with the fracking process. Opponents of fracking argue that the extraction and use of shale gas can affect the environment through the leaking of extraction chemicals and waste into water supplies, the leaking of&nbsp;<a title="Greenhouse gas" href="http://en.wikipedia.org/wiki/Greenhouse_gas">greenhouse gasses</a>&nbsp;during extraction, and the pollution caused by the improper processing of natural gas. A challenge to preventing pollution is that shale gas extractions varies widely in this regard, even between different wells in the same project; the processes that reduce pollution sufficiently in one extraction may not be enough in another (Wikipedia, 2013). However, proponents of fracking argue that shale gas represents a significant improvement when compared to other fossil fuels, and may even help stem growth in greenhouse gases. Also, shale gas and the associated industry can greatly improve the United States' ability to become energy efficient and self sustaining. No matter you perspective on this issue it may be of interest to you to find out where fracking and the related industries are taking hold in the U.S. In this post we use data from <a href="http://www.eia.gov/pub/oil_gas/natural_gas/analysis_publications/maps/maps.htm#geodata">U.S. Energy Information Administration</a>. The image below shows the basic idea behind fracking.&nbsp;</span></p>
<p><span><span class="thumbnail-image-block ssNonEditable"><span><a href="javascript:showFullImage('/display/ShowImage?imageUrl=%2Fstorage%2FShale.jpg%3F__SQUARESPACE_CACHEVERSION%3D1359999909852',473,718);"><img src="http://blog.cartographica.com/storage/thumbnails/12924599-21836229-thumbnail.jpg?__SQUARESPACE_CACHEVERSION=1359999909853" alt="" /></a></span></span></span></p>
<p>The first map below shows the shale basins within the U.S. These are areas where there is enough shale gas fracking to occur. To download this data click on the EIA link above and then scroll down about half way down the page until you see the "Geospatial Data in Shapefile (.shp) Format". Click on the the Shapefiles for Basin Boundaries under the Data for Shale Plays Map heading. To import the data choose <strong>File &gt; Import Vector Data</strong>. To add the live map as a basemap choose <strong>File &gt; Add Live Map</strong>.&nbsp;</p>
<p><span class="thumbnail-image-block ssNonEditable"><span><a href="javascript:showFullImage('/display/ShowImage?imageUrl=%2Fstorage%2FScreen%20Shot%202013-02-04%20at%2012.27.55%20PM.png%3F__SQUARESPACE_CACHEVERSION%3D1360003284124',879,1437);"><img src="http://blog.cartographica.com/storage/thumbnails/12924599-21836087-thumbnail.jpg?__SQUARESPACE_CACHEVERSION=1360003284124" alt="" /></a></span></span></p>
<p>&nbsp;</p>
<p><span>&nbsp;</span>The second map below show the areas known as Shale Plays, which are areas that have shale gas currently being harvested using fracking. The areas being harvested are dark red.</p>
<p><span class="thumbnail-image-block ssNonEditable"><span><a href="javascript:showFullImage('/display/ShowImage?imageUrl=%2Fstorage%2FScreen%20Shot%202013-02-04%20at%2012.34.48%20PM.png%3F__SQUARESPACE_CACHEVERSION%3D1360003348912',879,1436);"><img src="http://blog.cartographica.com/storage/thumbnails/12924599-21836166-thumbnail.jpg?__SQUARESPACE_CACHEVERSION=1360003348913" alt="" /></a></span></span>&nbsp;</p>
<p><span>&nbsp;</span></p>
<p>Recently, fracking made the news when NASA released satellite imagery highlighting the growth in fracking in undeveloped areas around the country. Specifically, NASA highlighted the growth in nighttime lights in the North Dakota region, which is a relatively undeveloped part of the county. Despite the low levels of development there are significant nighttime lights visible in areas where shale gas fracking operations are underway. <a href="http://eoimages.gsfc.nasa.gov/images/imagerecords/79000/79810/bakken_vir_2012317_geo.tif">Download a Geo.tiff</a> image created by the&nbsp;<a href="http://npp.gsfc.nasa.gov/viirs.html">Visible Infrared Imaging Radiometer Suite</a>&nbsp;(VIRUS). Once you download the image you can import it into Cartographica by choosing <strong>File &gt; Import Raster Data</strong>. Below is an image showing the geo.tiff with the Shale Plays layer.&nbsp;</p>
<p><span class="thumbnail-image-block ssNonEditable"><span><a href="javascript:showFullImage('/display/ShowImage?imageUrl=%2Fstorage%2FScreen%20Shot%202013-02-04%20at%2012.58.36%20PM.png%3F__SQUARESPACE_CACHEVERSION%3D1360003397751',878,1435);"><img src="http://blog.cartographica.com/storage/thumbnails/12924599-21836380-thumbnail.jpg?__SQUARESPACE_CACHEVERSION=1360003397752" alt="" /></a></span></span></p>
<p>And a closer look at the increased nighttime lights due to fracking operations in North Dakota.&nbsp;</p>
<p><span class="thumbnail-image-block ssNonEditable"><span><a href="javascript:showFullImage('/display/ShowImage?imageUrl=%2Fstorage%2FScreen%20Shot%202013-02-04%20at%201.03.16%20PM.png%3F__SQUARESPACE_CACHEVERSION%3D1360003443487',879,1435);"><img src="http://blog.cartographica.com/storage/thumbnails/12924599-21836421-thumbnail.jpg?__SQUARESPACE_CACHEVERSION=1360003443488" alt="" /></a></span></span></p>
<p>&nbsp;</p>]]></description><wfw:commentRss>http://blog.cartographica.com/blog/rss-comments-entry-32748202.xml</wfw:commentRss></item><item><title>Analysis with Live Maps: Mapping the Location of Important Naval Ships</title><category>Add Features</category><category>Cartographica</category><category>Live Maps</category><dc:creator>Rick Jones</dc:creator><pubDate>Wed, 30 Jan 2013 15:03:08 +0000</pubDate><link>http://blog.cartographica.com/blog/2013/1/30/analysis-with-live-maps-mapping-the-location-of-important-na.html</link><guid isPermaLink="false">1112802:15913633:32713298</guid><description><![CDATA[<p>Live Maps can be used for many purposes. On this blog we have highlighted the use of Live Maps for georeferencing images, identifying geological features, and providing context to local area studies. Another useful purpose of Live Maps is locating objects that are tied to specific places. What does that mean? It means we can look at places where we expect things to occur and make observations at those locations. In addition to making observations and identifying objects we can also use Cartographica to analyze what we see.&nbsp;</p>
<p>If you have followed this blog at all you might have notice that I have a light obsession with all things military. Part of the reason is that military objects (especially naval) make interesting maps. Over time I have determined the locations of several interesting military ships and before Bing Maps gets updated I wanted to provide a look at these locations while also conducting some analysis and highlight a few of the functions of Cartographica. Below are a few descriptions of some of the most recent additions to the United States and Chinese Navies.&nbsp;</p>
<p><strong>The U.S.S. Gerald R. Ford (CVN 78):&nbsp;</strong></p>
<p>The U.S.S. Gerald R. Ford is the newest addition of the U.S. Navy Aircraft Carrier and is the first ship in the new Gerald R. Ford Class of supercarrier. The new carrier comes at a cost of $13.5 billion and it includes numerous improvement over past classes of carriers. One of the biggest improvements is the aircraft launch system which moves from steam power to electromagnets. Like other nuclear powered carriers the GRF will have an unlimited service range for a period of 25-30 years and will only need to come to port for supplies and regular maintenance. The ship is being built by Huntington Ingalls Industries in Newport News, VA. Below is an image of the port where the ship is being constructed. Like a game of ISpy, do you see the ship?</p>
<p><span class="thumbnail-image-block ssNonEditable"><span><a href="javascript:showFullImage('/display/ShowImage?imageUrl=%2Fstorage%2FScreen%20Shot%202013-01-30%20at%2010.32.03%20AM.png%3F__SQUARESPACE_CACHEVERSION%3D1359560042860',583,742);"><img src="http://blog.cartographica.com/storage/thumbnails/12924599-21789993-thumbnail.jpg?__SQUARESPACE_CACHEVERSION=1359560042861" alt="" /></a></span></span></p>
<p>To highlight the location of the of the GRF add a new feature by choosing <strong>Layer &gt; New Layer</strong> and then <strong>Edit &gt; Add Feature. </strong>Select to add a polygon feature and then trace the outline of the ship.&nbsp;</p>
<p><span class="thumbnail-image-block ssNonEditable"><span><a href="javascript:showFullImage('/display/ShowImage?imageUrl=%2Fstorage%2FScreen%20Shot%202013-01-30%20at%2010.58.37%20AM.png%3F__SQUARESPACE_CACHEVERSION%3D1359561560845',514,604);"><img src="http://blog.cartographica.com/storage/thumbnails/12924599-21790219-thumbnail.jpg?__SQUARESPACE_CACHEVERSION=1359561560846" alt="" /></a></span></span></p>
<p>A closer look at the U.S.S. Gerald R. Ford under construction.</p>
<p><span class="thumbnail-image-block ssNonEditable"><span><a href="javascript:showFullImage('/display/ShowImage?imageUrl=%2Fstorage%2FScreen%20Shot%202013-01-30%20at%2011.00.07%20AM.png%3F__SQUARESPACE_CACHEVERSION%3D1359561654906',878,1436);"><img src="http://blog.cartographica.com/storage/thumbnails/12924599-21790235-thumbnail.jpg?__SQUARESPACE_CACHEVERSION=1359561654906" alt="" /></a></span></span></p>
<p><strong>Chinese Aircraft Carrier: Liaoning </strong></p>
<p>Recently the Chinese military acquired an 67,500 ton Soviet era aircraft carrier and has spent the past several years refurbishing and upgrading the ship to make it battle ready. Last November, China landed its first plane on the surface of the Liaoning. See this <a href="http://www.cnn.com/2012/11/25/world/asia/china-aircraft-carrier-landing/index.html">CNN video of the plane landing</a>. Below is an image of Dailan, China where the Liaoning has been under construction for several years (its has completed tests in the Yellow Sea). Again, like a game of ISpy, do you see the ship?</p>
<p><span class="thumbnail-image-block ssNonEditable"><span><a href="javascript:showFullImage('/display/ShowImage?imageUrl=%2Fstorage%2FScreen%20Shot%202013-01-30%20at%2011.14.10%20AM.png%3F__SQUARESPACE_CACHEVERSION%3D1359562500666',638,911);"><img src="http://blog.cartographica.com/storage/thumbnails/12924599-21790357-thumbnail.jpg?__SQUARESPACE_CACHEVERSION=1359562500667" alt="" /></a></span></span></p>
<p>We can again create a new feature to show the location of the ship choose<strong> Layer &gt; New Layer</strong> and then <strong>Edit &gt; Add Feature</strong>. Select to add a new polygon feature and then draw the outline of the ship.&nbsp;</p>
<p><span class="thumbnail-image-block ssNonEditable"><span><a href="javascript:showFullImage('/display/ShowImage?imageUrl=%2Fstorage%2FScreen%20Shot%202013-01-30%20at%2011.22.08%20AM.png%3F__SQUARESPACE_CACHEVERSION%3D1359562974615',879,1433);"><img src="http://blog.cartographica.com/storage/thumbnails/12924599-21790425-thumbnail.jpg?__SQUARESPACE_CACHEVERSION=1359562974615" alt="" /></a></span></span></p>
<p>A closer look:</p>
<p><span class="thumbnail-image-block ssNonEditable"><span><a href="javascript:showFullImage('/display/ShowImage?imageUrl=%2Fstorage%2FScreen%20Shot%202013-01-30%20at%2011.24.11%20AM.png%3F__SQUARESPACE_CACHEVERSION%3D1359563094703',879,1431);"><img src="http://blog.cartographica.com/storage/thumbnails/12924599-21790440-thumbnail.jpg?__SQUARESPACE_CACHEVERSION=1359563094704" alt="" /></a></span></span></p>
<p>Based on the polygons that we have create we can use Cartographica's table tools to help enhance what we know about the ships. First, add a new area column to each of the new polygons so that we can see the size of each ship's deck space. To add the area column choose <strong>Tools &gt; Add Area Column</strong>. Based on this analysis the Gerald R. Ford has a deck space of 32,356 square meters and the Lioaning has a deck space of 27,494 square meters. Also, we can add polygon coordinate columns which will give us the coordinates for each of the ships. To add coordinate columns choose <strong>Tools &gt; Add Centroid Coordinate Columns</strong>. The final map below shows the general location of the ships.&nbsp;</p>
<p><span class="thumbnail-image-block ssNonEditable"><span><a href="javascript:showFullImage('/display/ShowImage?imageUrl=%2Fstorage%2FScreen%20Shot%202013-01-30%20at%2011.44.21%20AM.png%3F__SQUARESPACE_CACHEVERSION%3D1359564360255',440,630);"><img src="http://blog.cartographica.com/storage/thumbnails/12924599-21790711-thumbnail.jpg?__SQUARESPACE_CACHEVERSION=1359564360256" alt="" /></a></span></span></p>]]></description><wfw:commentRss>http://blog.cartographica.com/blog/rss-comments-entry-32713298.xml</wfw:commentRss></item><item><title>Creating Elevation Contour Maps from Digital Elevation Models</title><category>Cartographica</category><category>Contour Maps</category><category>DEM</category><dc:creator>Rick Jones</dc:creator><pubDate>Mon, 28 Jan 2013 14:50:18 +0000</pubDate><link>http://blog.cartographica.com/blog/2013/1/28/creating-elevation-contour-maps-from-digital-elevation-model.html</link><guid isPermaLink="false">1112802:15913633:32701212</guid><description><![CDATA[<p>A new feature in Cartographica version 1.4 is the ability to create contour maps. <span>In GIS</span><span>, a contour line joins areas of equal elevation</span><span>&nbsp;above a given level, such as mean sea level.&nbsp;</span><span>A&nbsp;</span>contour map<span>&nbsp;is a map&nbsp;</span><span>illustrated with contour lines</span><span>, which show valleys and hills, and the steepness of slopes. In this sense a contour map can be very useful in many contexts. One method for creating contour lines is by using Digital Elevation Models (DEM). A DEM&nbsp;is a digital model or 3D representation of a terrain's surface &mdash; commonly for a planet (including Earth), moon, Mars, or asteroid. Typically DEMs are created based on data that are retrieved through remote sensing technology. Remote sensing technology typically refers to and includes specialized sensors that are attached to various satellites or aerial&nbsp;vehicles that makes observations on the surfaces of their target object.&nbsp;</span></p>
<p>In this post we emphasize the use of the new contour mapping functions in version 1.4 by using data from the <a href="http://kymartian.ky.gov/demwebusgs/mid/index.html">Kentucky Division of Geographic Information</a>. The data on the DGI website are free for download and include DEMs for the entire state of Kentucky.&nbsp;&nbsp;To illustrate the contour mapping we will use data from the Middlesboro, KY area. &nbsp;An interesting geological feature about Middlesboro is that experts believe that its location between Pine Mountain and the Cumberland Mountains is actually an ancient crater from an asteroid impact. This fact makes Middelsboro among the few cities in the world that is seated within an impact crater.&nbsp;</p>
<p>In order to view the entire area for Middlesboro we actually need to download 4 separate DEMs. We need the cells U47, U48, V47, and v48 from the DGI link listed above. To download the DEMs individually control-click within each cell and then select Download Linked File as. Save the Files to your Desktop. &nbsp;&nbsp;</p>
<p>To import the DEMs choose <strong>File &gt; Import Raster Data</strong>. The following image shows what your map should look like.&nbsp;</p>
<p><span class="thumbnail-image-block ssNonEditable"><span><a href="javascript:showFullImage('/display/ShowImage?imageUrl=%2Fstorage%2FScreen%20Shot%202013-01-28%20at%202.07.37%20PM.png%3F__SQUARESPACE_CACHEVERSION%3D1359400099911',879,1438);"><img src="http://blog.cartographica.com/storage/thumbnails/12924599-21769518-thumbnail.jpg?__SQUARESPACE_CACHEVERSION=1359400099913" alt="" /></a></span></span></p>
<p>Notice the blue colored circular area near the center of the map. That is the location of Middlesboro and the fairly clear outline of an impact crater. Next, we are going to create contour lines for each of the DEMs that will show the differences in elevations throughout the map. To create contour lines select the DEM layer in the layer stack and then choose <strong>Tools &gt; Create Contour Lines. </strong>This step has to be done individually for each of the DEM layers. A window will appear that allows you to choose the increments and the base. Select 50 as the increment and leave the base at 0. See below for the contour window.&nbsp;</p>
<p><span class="thumbnail-image-block ssNonEditable"><span><a href="javascript:showFullImage('/display/ShowImage?imageUrl=%2Fstorage%2FScreen%20Shot%202013-01-28%20at%202.29.48%20PM.png%3F__SQUARESPACE_CACHEVERSION%3D1359401425421',280,390);"><img src="http://blog.cartographica.com/storage/thumbnails/12924599-21769746-thumbnail.jpg?__SQUARESPACE_CACHEVERSION=1359401425423" alt="" /></a></span></span></p>
<p>When the contour lines are created they will all be black in color. In order to enhance the visibility of the contours we need to adjust the color schemes. Double-click on the U47 DEM in the Layer Stack. Change the Based on selection to Elevation. Click the + button below the table 6 times and then click the Gear box and select Distribute with Natural Breaks (Jenks). Next, choose <strong>Window &gt; Show Uber Browser, </strong>click on the Palettes tab, and while holding down the option key click and drag a color palette of your choice into the table within the Layer Styles Window. In the map presented below a blue-red scheme was used where blue = lower elevations and red = higher elevations. Repeat this process for each of the DEMs. See the images below for an example of the Layer Styles window and the map.</p>
<p><strong>Layer Styles Window:</strong></p>
<p><span class="thumbnail-image-block ssNonEditable"><span><a href="javascript:showFullImage('/display/ShowImage?imageUrl=%2Fstorage%2FScreen%20Shot%202013-01-28%20at%202.22.01%20PM.png%3F__SQUARESPACE_CACHEVERSION%3D1359401166515',574,604);"><img src="http://blog.cartographica.com/storage/thumbnails/12924599-21769696-thumbnail.jpg?__SQUARESPACE_CACHEVERSION=1359401166516" alt="" /></a></span></span></p>
<p><strong>Contour Line Map:</strong></p>
<p><span class="thumbnail-image-block ssNonEditable"><span><a href="javascript:showFullImage('/display/ShowImage?imageUrl=%2Fstorage%2FScreen%20Shot%202013-01-28%20at%202.35.16%20PM.png%3F__SQUARESPACE_CACHEVERSION%3D1359401758635',879,1422);"><img src="http://blog.cartographica.com/storage/thumbnails/12924599-21769815-thumbnail.jpg?__SQUARESPACE_CACHEVERSION=1359401758635" alt="" /></a></span></span></p>
<p>The next image is a closer look at the Impact Basin. Also the following image has the DEM layers turned off and a Live Map added. To add a live map choose <strong>File &gt; Add Live Map</strong>.</p>
<p><span class="full-image-block ssNonEditable"><span><img style="width: 500px;" src="http://blog.cartographica.com/storage/Screen Shot 2013-01-28 at 2.37.18 PM.png?__SQUARESPACE_CACHEVERSION=1359401992125" alt="" /></span></span></p>]]></description><wfw:commentRss>http://blog.cartographica.com/blog/rss-comments-entry-32701212.xml</wfw:commentRss></item><item><title>Street Segments as Units of Analysis: Spatially Joining Points and Lines</title><category>Cartographica</category><category>Street Segments</category><category>join</category><dc:creator>Rick Jones</dc:creator><pubDate>Thu, 03 Jan 2013 12:46:20 +0000</pubDate><link>http://blog.cartographica.com/blog/2013/1/3/street-segments-as-units-of-analysis-spatially-joining-point.html</link><guid isPermaLink="false">1112802:15913633:32319740</guid><description><![CDATA[<p>Recently, authors David Weisburd, Elizabeth Groff, and Sue-Ming Yang published a book titled <em><a href="http://www.amazon.com/The-Criminology-Place-Segments-Understanding/dp/0199928630">The Criminology of Place: Street Segments and Our Understanding of the Crime Problem</a></em>. The crux of the book is that in Criminology and other disciples have a long history of using geographic units of analysis that are area based. That is, we have become accustomed to using polygons as units of analysis. Part of the reason for the use of area based units of analysis is that demographic and social data are available through sources like the United States Census Bureau. In the book, the authors make a compelling argument that area based studies miss a lot of spatial variation that occurs at lower levels of analysis. In an attempt to combat the loss of information through aggregation the authors show that using street segments as units of analysis may be a viable alternative to area based units of analysis.&nbsp;</p>
<p>In the spirit of using street segments as units of analysis we thought highlighting how to use Cartographica to aggregate data points to street segments would be a fun and interesting exercise. Recent upgrades to Cartographica 1.4 include the ability to spatially join data based on their spatial association. This includes joining points to lines.&nbsp;</p>
<p>The data being used in this example are from <a href="http://data.dc.gov/Main_DataCatalog.aspx">Washington D.C.'s GIS repository DCGIS</a>. The data are 2011 crime incident locations and a street file containing all of the street segments in the city. To import the data into Cartographica choose <strong>File &gt; Import Vector Data</strong>. Below is an image of the data described above. At first glance it appears as though the points are "on top of" the line segments. Observe.&nbsp;</p>
<p><span class="thumbnail-image-block ssNonEditable"><span><a href="javascript:showFullImage('/display/ShowImage?imageUrl=%2Fstorage%2FScreen%20Shot%202013-01-03%20at%209.03.12%20AM.png%3F__SQUARESPACE_CACHEVERSION%3D1357221954531',879,1437);"><img src="http://blog.cartographica.com/storage/thumbnails/12924599-21477507-thumbnail.jpg?__SQUARESPACE_CACHEVERSION=1357221954532" alt="" /></a></span></span></p>
<p>However, upon closer inspection you can see that the points are not directly on top of the lines. As a result, we will need to use a distance based spatial join to join the crime points to the line segments.&nbsp;</p>
<p><span class="thumbnail-image-block ssNonEditable"><span><a href="javascript:showFullImage('/display/ShowImage?imageUrl=%2Fstorage%2FScreen%20Shot%202013-01-03%20at%209.07.51%20AM.png%3F__SQUARESPACE_CACHEVERSION%3D1357222169447',878,1435);"><img src="http://blog.cartographica.com/storage/thumbnails/12924599-21477523-thumbnail.jpg?__SQUARESPACE_CACHEVERSION=1357222169448" alt="" /></a></span></span></p>
<p>Because we want to join the crime points to the street segments we first need to select the Streets layer in the layer stack. Once selected, choose <strong>Tools &gt; Spatial Join</strong>. The following image shows the set up for the Spatial Join. Uncheck the Discard Unmatched Features so that the new join layer will have all of the street segments including those that have zero crimes. Note that the "Within Distance" operation is selected and a distance of 50 meters is the designated distance. Also note in the table that the 2011 crime data fields are set to ignore. The reason for this is that at this point we do not need all of the excess crime information. All we want is the counts of crimes on the various street segments. Finally, note that the last field in the table "Join Count" is selected to be copied. This will be the new field on the street segments layer that will contain the crime counts.&nbsp;</p>
<p><span class="thumbnail-image-block ssNonEditable"><span><a href="javascript:showFullImage('/display/ShowImage?imageUrl=%2Fstorage%2FScreen%20Shot%202013-01-04%20at%201.51.09%20PM.png%3F__SQUARESPACE_CACHEVERSION%3D1357325534430',525,685);"><img src="http://blog.cartographica.com/storage/thumbnails/12924599-21523541-thumbnail.jpg?__SQUARESPACE_CACHEVERSION=1357325534431" alt="" /></a></span></span></p>
<p>&nbsp;</p>
<p>After the points are counted and aggregated to the street segments you can reclassify the counts into groups and then vary the street segment colors by the groups. Double-click on the streets join layer in the Layer Stack to brig up the Layer Styles Window. Add three categories to the table by click on the + button. Click on the Gear&nbsp;Box and select Distribute with Natural Breaks (Jenks). Change the colors of each of the categories by clicking on the fill box and choosing a series of colors. See the map below for the final result.&nbsp;</p>
<p><span class="thumbnail-image-block ssNonEditable"><span><a href="javascript:showFullImage('/display/ShowImage?imageUrl=%2Fstorage%2Fthumbnails%2F12924599-21523452-thumbnail.jpg%3F__SQUARESPACE_CACHEVERSION%3D1357325004705',512,500);"><img src="http://blog.cartographica.com/storage/thumbnails/12924599-21523454-thumbnail.jpg?__SQUARESPACE_CACHEVERSION=1357325004707" alt="" /></a></span></span></p>]]></description><wfw:commentRss>http://blog.cartographica.com/blog/rss-comments-entry-32319740.xml</wfw:commentRss></item><item><title>Best Open Geodata Release of 2012: Philadelphia Open Data</title><category>Cartographica</category><category>Geocode</category><category>Open Data</category><dc:creator>Rick Jones</dc:creator><pubDate>Fri, 28 Dec 2012 16:29:34 +0000</pubDate><link>http://blog.cartographica.com/blog/2012/12/28/best-open-geodata-release-of-2012-philadelphia-open-data.html</link><guid isPermaLink="false">1112802:15913633:32280655</guid><description><![CDATA[<p>With the end of the year approaching everyone is putting out their "Best of" list for 2012. Emily Badger of <a href="http://www.theatlanticcities.com">The Atlantic Cities</a> recently released a list of the&nbsp;<a href="http://www.theatlanticcities.com/technology/2012/12/best-open-data-releases-2012/4200/">"Best Open Data Releases of 2012"</a>. These open data sources are available through various agency and government websites and allow users access to data sources that include geospatial data.&nbsp;</p>
<p>We decided to check out a few of the Open Data sources and wanted to create a few maps using Cartographica. The <a href="http://www.opendataphilly.org/opendata/resource/215/philadelphia-police-part-one-crime-incidents/">Philadelphia Open Data website</a>&nbsp;was listed as the best Open Data website of 2012. We were able to download a .csv file for all of the crime incidents in Philly since 2006 from the website. <a href="http://www.cluetrust.com/Downloads/BlogData/filname.extension">Download the Philly Crime data</a>. &nbsp;</p>
<p>To start, add a Live Map to use as a baseamp by choosing <strong>File &gt; Add Live Map</strong>.&nbsp;</p>
<p>To geocode the data using Cartographica choose <strong>File &gt; Import Table Data. </strong>The Import File window will appear. Select the coordinates tab in the top right. Change the Map to selection for the Point X and Point Y fields to X (or longitude) and Y (or latitude) and then click Import. See below for an example of the set up.&nbsp;</p>
<p><span class="thumbnail-image-block ssNonEditable"><span><a href="javascript:showFullImage('/display/ShowImage?imageUrl=%2Fstorage%2FScreen%20Shot%202012-12-28%20at%2012.17.29%20PM.png%3F__SQUARESPACE_CACHEVERSION%3D1356716301994',471,686);"><img src="http://blog.cartographica.com/storage/thumbnails/12924599-21373808-thumbnail.jpg?__SQUARESPACE_CACHEVERSION=1356716301995" alt="" /></a></span></span></p>
<p>*When we geocoded the Philly Crime data 164 incidents were geocoded to the Cincinnati area. Upon further inspection the points were geocoded to the appropriate location based on the data entries. The X and Y coordinates for all of the 164 incorrect points were, -84.69369121 longitude and 39.1207947 latitude, which places the points at the corner of Salyer Ave and Goodrich Lane just West of Cincinnati. These points were considered erroneous and were discarded. To delete the points select them using the identify tool and then choose <strong>Edit &gt; Delete.</strong>&nbsp;</p>
<p>The map below shows the geocoded crime incident points in Philadelphia since 2006. The Philly_Crime layer contains 592,064 crime points.&nbsp;</p>
<p><span class="thumbnail-image-block ssNonEditable"><span><a href="javascript:showFullImage('/display/ShowImage?imageUrl=%2Fstorage%2FScreen%20Shot%202012-12-28%20at%201.50.28%20PM.png%3F__SQUARESPACE_CACHEVERSION%3D1356720890382',879,1437);"><img src="http://blog.cartographica.com/storage/thumbnails/12924599-21374370-thumbnail.jpg?__SQUARESPACE_CACHEVERSION=1356720890383" alt="" /></a></span></span></p>
<p>You can filter the data by using the Filter bar. Change the Filter bar selection to Text_General_Code and then type in Homicide. The data will be filtered to only show homicide incident locations. Since 2006, there were 3051 homicides in Philadelphia. Use the identify tool to select all of the points and then hold down the option button and choose <strong>Tools &gt; Create Kernel Density Map for Selection. </strong>The result of the KDM analysis is shown below. The red areas indicate places where homicide was highly concentrated.</p>
<p><strong>&nbsp;</strong><strong><span class="thumbnail-image-block ssNonEditable"><span><a href="javascript:showFullImage('/display/ShowImage?imageUrl=%2Fstorage%2FScreen%20Shot%202012-12-28%20at%202.02.03%20PM.png%3F__SQUARESPACE_CACHEVERSION%3D1356721379177',874,1436);"><img src="http://blog.cartographica.com/storage/thumbnails/12924599-21374417-thumbnail.jpg?__SQUARESPACE_CACHEVERSION=1356721379177" alt="" /></a></span></span></strong></p>
<p>A closer look at central Philadelphia.</p>
<p><strong><span class="thumbnail-image-block ssNonEditable"><span><a href="javascript:showFullImage('/display/ShowImage?imageUrl=%2Fstorage%2FScreen%20Shot%202012-12-28%20at%202.03.44%20PM.png%3F__SQUARESPACE_CACHEVERSION%3D1356721478604',878,1438);"><img src="http://blog.cartographica.com/storage/thumbnails/12924599-21374429-thumbnail.jpg?__SQUARESPACE_CACHEVERSION=1356721478605" alt="" /></a></span></span></strong></p>
<p>Another way to filter the data is by date. The Philly_Crime layer contains a field called Dispatch_2 that contains the date of the offense. With the Philly Crime layer selected in the layer stack type in 12/31/2010. A small box will appear at the top of the Map Window. You can filter based on multiple criteria to limit the dataset to any year that you want. To select only the 2011 data use the settings shown below. Notice that we are selecting crime incidents that fall between 12/31/2010 and 1/1/2012.&nbsp;</p>
<p><span class="thumbnail-image-block ssNonEditable"><span><a href="javascript:showFullImage('/display/ShowImage?imageUrl=%2Fstorage%2FScreen%20Shot%202012-12-28%20at%202.50.45%20PM.png%3F__SQUARESPACE_CACHEVERSION%3D1356724306981',78,1124);"><img src="http://blog.cartographica.com/storage/thumbnails/12924599-21374858-thumbnail.jpg?__SQUARESPACE_CACHEVERSION=1356724306982" alt="" /></a></span></span></p>
<p>Use the identify tool to select all of the 2011 crime points and then choose <strong>Layer &gt; Create Layer from Selection. </strong>The new layer should have 82197 crime points. You can repeat these steps so that you can create a new layer for each of the years in the data set. Create another Kernel Density map by Choosing <strong>Tools &gt; Create Kernel Density Map. </strong>The result of the KDM analysis for the year 2011 data are shown below.&nbsp;</p>
<p><span class="thumbnail-image-block ssNonEditable"><span><a href="javascript:showFullImage('/display/ShowImage?imageUrl=%2Fstorage%2FScreen%20Shot%202012-12-28%20at%202.59.50%20PM.png%3F__SQUARESPACE_CACHEVERSION%3D1356724863318',877,1438);"><img src="http://blog.cartographica.com/storage/thumbnails/12924599-21374918-thumbnail.jpg?__SQUARESPACE_CACHEVERSION=1356724863318" alt="" /></a></span></span></p>]]></description><wfw:commentRss>http://blog.cartographica.com/blog/rss-comments-entry-32280655.xml</wfw:commentRss></item><item><title>Mapping the Syrian Conflict</title><category>Add Features</category><category>Cartographica</category><category>buffer</category><dc:creator>Rick Jones</dc:creator><pubDate>Fri, 14 Dec 2012 13:35:46 +0000</pubDate><link>http://blog.cartographica.com/blog/2012/12/14/mapping-the-syrian-conflict.html</link><guid isPermaLink="false">1112802:15913633:32030673</guid><description><![CDATA[<p>The violence associated with the Syrian revolution continues to escalate as recent reports have indicated that Bashar Al-Assad's forces have begun to use SCUD missiles&nbsp;in attempts to drive back rebel forces in the area near the Syrian Capital. SCUD missiles are infamous for their use by former Iraqi dictator Saddam Hussein during the Persian Gulf War. Equally as infamous are the U.S. produced Patriot Missile systems that are designed to eliminate surface-to-surface missile attacks. Recent reports have indicated that American, German, and Dutch patriot missile battalions have been sent to Turkey to eliminate the risk to the Turkish people from possible SCUD missile attacks from across the Syrian border. Check out the article on the <a href="http://www.huffingtonpost.com/2012/12/14/leon-panetta-patriot-missiles-syria-turkey-conflict_n_2297837.html">Huffington Post</a> about the recent visit from U.S. Defense Secretary Leon Panetta's visit to Turkey regarding the Syrian conflict and the U.S. Patriot Missile response. See below for a diagram from Raytheon for how the Patriot Missile system works.&nbsp;</p>
<p><span class="thumbnail-image-block ssNonEditable"><span><a href="javascript:showFullImage('/display/ShowImage?imageUrl=%2Fstorage%2Fpatriot-diagram-large.gif%3F__SQUARESPACE_CACHEVERSION%3D1355492482846',529,791);"><img src="http://blog.cartographica.com/storage/thumbnails/12924599-21268735-thumbnail.jpg?__SQUARESPACE_CACHEVERSION=1355492482847" alt="" /></a></span></span></p>
<p>In order to add more context to situation we have created a few maps to highlight the areas where the Patriot Missile systems are being deployed. The Patriot Missile systems are being deployed to Kahramanmaras, Turkey, which is about 70 miles North of the Syrian border. We can confirm the distance between Kahramanmaras and Syria by using Cartographica's Live Maps and measurement tools. See the image below for an example. To add a Live Map, Choose <strong>Tools &gt; Add Live Map, </strong>and to use the measurement tools click on the measure tool button and then drag a line to determine the distance.&nbsp;</p>
<p><span class="thumbnail-image-block ssNonEditable"><span><a href="javascript:showFullImage('/display/ShowImage?imageUrl=%2Fstorage%2FScreen%20Shot%202012-12-14%20at%208.57.42%20AM.png%3F__SQUARESPACE_CACHEVERSION%3D1355493631213',879,1437);"><img src="http://blog.cartographica.com/storage/thumbnails/12924599-21268877-thumbnail.jpg?__SQUARESPACE_CACHEVERSION=1355493631214" alt="" /></a></span></span></p>
<p>We can also look at the radar and missile ranges of the Patriot Missile systems by using buffers. The radar used by the Patriot Missile system has a detection range of about 180 miles in all directions around the system. The map below shows how far the systems deployed in Kahramanmaras will be able to detect incoming SCUD missiles. To create the map you first need to add a new layer by choosing <strong>Layer &gt; Add Layer. </strong>Add a new feature to the layer by choosing <strong>Edit &gt; Add Feature&nbsp;</strong>and then select to add a new Point feature. Create a buffer for the point by Choosing <strong>Tools &gt; Create Buffer for Layer's Features. </strong>Make the buffer for 180 miles.&nbsp;</p>
<p><span class="thumbnail-image-block ssNonEditable"><span><a href="javascript:showFullImage('/display/ShowImage?imageUrl=%2Fstorage%2FScreen%20Shot%202012-12-14%20at%209.11.00%20AM.png%3F__SQUARESPACE_CACHEVERSION%3D1355494324034',879,1437);"><img src="http://blog.cartographica.com/storage/thumbnails/12924599-21268976-thumbnail.jpg?__SQUARESPACE_CACHEVERSION=1355494324034" alt="" /></a></span></span></p>
<p>You can add to the map above by also creating a buffer for the effective range of the Patriot Missiles. The range is about 70 miles. Using the same steps as above create a second buffer for 70 miles. The map below shows the results.&nbsp;</p>
<p><span class="thumbnail-image-block ssNonEditable"><span><a href="javascript:showFullImage('/display/ShowImage?imageUrl=%2Fstorage%2FScreen%20Shot%202012-12-14%20at%209.14.21%20AM.png%3F__SQUARESPACE_CACHEVERSION%3D1355494545913',879,1436);"><img src="http://blog.cartographica.com/storage/thumbnails/12924599-21269027-thumbnail.jpg?__SQUARESPACE_CACHEVERSION=1355494545914" alt="" /></a></span>&nbsp;</span></p>]]></description><wfw:commentRss>http://blog.cartographica.com/blog/rss-comments-entry-32030673.xml</wfw:commentRss></item></channel></rss>