Creating Map Books Using Data Driven Pages

With the release of ArcGIS Desktop 10 comes the ability to create data driven pages. Data driven pages facilitate creation of multiple maps from a single layout. This means the layout only has to be created once. Referencing a layer in the map, data driven pages moves from one feature to the next, creating a new page for every feature. Once created, these pages can be printed or exported individually or collectively.

Believing experience is the best teacher, the rest of this post is a tutorial of how to use data driven pages. To be able to complete the tutorial, you will need a copy of ArcGIS Desktop 10 at any license level (ArcView, ArcEditor or ArcInfo). The data will be downloaded directly from ArcGIS Online as a map package. With the data in hand, you will create data driven pages, a page definition query, an extent indicator in a locator map and add dynamic text to the layout. Additionally, I am assuming familiarity with ArcGIS Desktop. As a result, details of tasks typical to using ArcGIS Desktop are not detailed. Only the unique steps of creating data driven pages are detailed.

Continue reading

Lat/Long Table to Feature Class using Modelbuilder

Going from a flat table with latitude and longitude to a point feature class in ArcGIS Desktop using ModelBuilder can, at first, be a somewhat daunting task. My first attempt at this took most of a morning. Accomplishing this requires using theĀ Make XY Event Layer and Copy Features Tool together as shown in the image below.

The reason for needing both of these tools is Make XY Event Layer only creates an event layer, a representation of the locations stored in RAM. The data is not permanent yet. To make the data permanent as a feature class, this is what Copy Features does. Hopefully this makes your life easier than my own, so you do not spend the better part of a morning trying to figure this out.

Simple Test Box Setup for Esri’s Silverlight Viewer

The new Esri Silverlight Viewer has recently been released for for public beta. This locally hosted Silverlight web application is by far the quickest and easiest method to create a very professional web mapping application.

Testing this new technology does not require administrative access to an installation of ArcGIS Server. It can be tested using existing services hosted by Esri and other agencies. All you need is a Windows testing environment with IIS, Microsoft’s web server.

If you do not have an existing Window’s web server set up or would rather not use a production server, IIS can quickly be installed and configured on any Windows operating system using the Microsoft Web Platform Installer. To do this, first install Microsoft Web Platform Installer. Next, use this to install IIS. Finally, install the Silverlight Viewer Builder. Continue reading