Multi-layer extraction of a region to create a base map
August 09 2011 |
4 comments
Categories:
ArcGIS 10,
Data Modeling
In previous versions of ArcMap, I could use the DDA_Arc to extract a sub-region from the North America or StreetMap maps that come with ArcGIS. However, with ArcGIS 10, the DDA does not work.
How to I extract multiple layers at once to create a map that contains only the data for the region I am working on? Using the clip to to extract each layer individually is laborious...
Mapping Center Answer:
You are using the Clip tool correctly. To clip multiple layers, right click the tool and select batch in order to run batch processing.
A couple things to note here regarding packaging. The ability to package only those features that fall within a specified extent is currently available in ArcGIS 10 only with the GP packaging tools. This ability is not available when packaging through the UI (i.e., click File > Create Map Package).
Also, it is important to note that if the data happens to be SDC, specifying an extent will only work if "Convert data to File Geodatabase" is checked.
So, you can accomplish what you want using the GP packaging tools and converting the input SDC data to file GDB features. No need to use DDA_Arc anymore!
http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Package_Map/0017000000q5000000/
If you would like to post a comment, please login.
- open DDA.exe
- add all individual datasets from the desired geography to DDA. (USA or StreetMap)
- zoom to the desired extent.
- extract new shapefiles (or .sdc) using DDA Extract.
- open applicable .mxd
- repair data source for each layer, pointing to newly clipped dataset.
Obviously this is more work than the convenience that DDA provided in the past, however at present that is her only option other than using the Clip or Batch Clip geoprocessing tools in the Toolbox.
For a little background and current plans regarding DDA, several years ago we developed the executable so that our users with software that could not read the (then) new .sdc format could convert the Data & Maps .sdc files into shapefiles. The design of the executable allowed an .mxd to access multiple datasets or used a single dataset input. A side benefit of using an .mxd allowed the user to redefine the extent. This turned out to be quite useful, but was not the driving force of the executable.
Fast forward several versions of the software to today and now all of our software products can read and use .sdc formatted data. Given that the DDA executable is no longer required for its intended use at 10.1 no further development will be spent on the tool and it will no longer be included with Data & Maps at 10.1.