<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <div id="navbar-iframe-container"></div> <script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <script type="text/javascript"> gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() { if (gapi.iframes && gapi.iframes.getContext) { gapi.iframes.getContext().openChild({ url: 'https://www.blogger.com/navbar.g?targetBlogID\x3d13567711\x26blogName\x3dLIS+640/810:+Mapping+community+inform...\x26publishMode\x3dPUBLISH_MODE_BLOGSPOT\x26navbarType\x3dBLUE\x26layoutType\x3dCLASSIC\x26searchRoot\x3dhttps://lis-gis.blogspot.com/search\x26blogLocale\x3den_US\x26v\x3d2\x26homepageUrl\x3dhttp://lis-gis.blogspot.com/\x26vt\x3d7035040351671430127', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe" }); } }); </script>

Thursday, July 13, 2006

getting in shape

So I downloaded a bunch of files for the Wisconsin counties from the The Census 2000 TIGER/Line (linked from the ESRI site). The data for each county came in its own compressed folder with a shape file, as well as a .dbf and .shx file (which I wasn't really looking for). I had to uncompress each of the 72 folders and copy the shape file into another directory. Is there an easier way in windows? I know with linux/mac i could have a shell script do this!

Anyway, I then imported the shape files into ArcGIS and, lo and behold, up popped the state of Wisconsin with all the counties. Except ... I notice all the counties on the eastern side are not the correct shape. They're stretched horizontally. Is there a problem with the data? Do I need to tweak something in ArcGIS?





1 Comments:

At 2:38 PM, Blogger Greg Downey said...

Check the projection that's being used on the map. Setting map projections was mentioned in our last tutorial (though we didn't cover it in class).

 

Post a Comment

<< Home