Interesting report from 1000 Friends of Oregon on how infrastructure to support sprawl will bankrupt the state.

Posted by Jake, filed under Planning, Policy, Sustainability, The Built Environment. Date: April 9, 2013, 7:54 am | Comments Off

Source: Trimble 3D Warehouse

If you have ever wondered what Solomon’s Temple (aka the First Temple) looked like, someone has built a Sketchup model of it.  Download the model at this link.

Also FYI, 1 cubit = 1.5 feet.

Posted by Jake, filed under architecture, The Built Environment. Date: April 4, 2013, 5:33 am | Comments Off

This article in the Economist explains how farmers can save 15% of water use and reduce fertilizer use with a high res map of fields in GIS.

Posted by Jake, filed under GIS, maps, Remote Sensing, Sustainability, You know what I like. Date: January 21, 2013, 3:13 pm | Comments Off

There are many proponents and opponents, for and against planning. Franklin County, NC outlines some good reasons to plan in their Comprehensive Land Use Plan in a simplified way:

Posted by Jake, filed under Planning, Policy, Uncategorized. Date: January 17, 2013, 11:20 am | Comments Off

Inevitably when dealing with parcel data you have to clean up geometry errors. When calculating anything on a per acre basis sliver polygons will cause havoc in your summary statistics if you don’t remove them.

One way to do it is calculate a thinness ratio. This Esri podcast explains how.

Basically you add a field (type double) and use the following formula:
(4*3.14* [Shape_Area])/( [Shape_Length]* [Shape_Length])

Then you identify a threshold that indicates slivers. I then combine a query based on the thinness ratio with a query for minimum size.

P.S.  You might get an overflow error (function 99999) when calculating the thinness ratio, make sure you avoid this by selecting only those parcels with no 0 length and area values.  Use the following query:

Posted by Jake, filed under GIS, Tips and Trikz. Date: November 6, 2012, 6:28 am | Comments Off

02  Nov
USGS GNIS

USGS GNIS Points Labeled in Richland County, SC


Need place names for a map?  The USGS  Geographic Names Information System (GNIS) is a good place to look.  Crossroads communities, cemeteries, churches, schools, water features are included.  Especially good for historic locations.

Posted by Jake, filed under GIS, maps, Tips and Trikz. Date: November 2, 2012, 5:57 am | Comments Off

There is a good article on how to do this in this technical article.

The field calculator window should look something like this:

 

The Pre-Logic Scrip code block would be:

 

Then the second block should be

isDuplicate(!INSERT FIELD NAME!)

Posted by Jake, filed under GIS, Tips and Trikz. Date: October 29, 2012, 7:55 am | Comments Off

It is not necessary to create a new field with a rounded number, you can use vbscript to round labels in ArcGIS 9.3.1 and 10.

For instance an expression like the following:

Can be used to get a label like:

Posted by Jake, filed under GIS, Tips and Trikz. Date: October 5, 2012, 11:03 am | Comments Off

The City of Charlotte has put together a neat ArcGIS Online app that shows street closures, venues and other items of interest.  Definitely a good use of ArcGIS online.

There are also maps for each day that can be searched for.  The map of closures scheduled for Tuesday Aug 4th is imbedded below.


View Larger Map

Posted by Jake, filed under GIS, Planning, Politics. Date: August 23, 2012, 12:57 pm | Comments Off

Saint Claire Mapping has great fishing maps of the Smoky Mountains.

Sample Map

Saint Claire Mapping

Posted by Jake, filed under Uncategorized. Date: July 10, 2012, 8:59 am | Comments Off

« Previous Entries