Recently in Map 3D Category
Have you ever needed to add contours from PASDA and wondered why you can't? It is because they are in an ESRI Personal Geodatabase. Well I have a solution for you and here it is:
Close Civil 3D before you start this process. The first thing you need to know is that a personal geodatabase requires a specific type of FDO .dll which is not included in your Civil 3D program. Not a bad thing because you can download it for free from www.osgeo.org. The file name is OGRprovider.dll By the way, if you do not know how to use the FDO technology then I suggest taking one of my Map 3D classes. This file needs to be copied into the directory: C:\Program Files\AutoCAD Civil 3D 2008\FDO\bin. There is one other file you need to modify and that is provider.xml These files are found in the following directory: C:\Program Files\AutoCAD Civil 3D 2008\FDO\bin - I suggest that you make a backup copy of the providers.xml file. You must add some code to the original file called provider.xml
<FeatureProvider>
<Name>OSGeo.OGR.3.2</Name>
<DisplayName>OSGeo FDO Provider for OGR </DisplayName>
<Description>Read access to OGR data stores (e.g. ESRI Personal GB). </Description>
<IsManaged>False</IsManaged>
<Version>3.2.1.0</Version>
<FeatureDataObjectsVersion>3.2.1.0</FeatureDataObjectsVersion>
<LibraryPath>OGRProvider.dll</LibraryPath>
</FeatureProvider>
This code will allow the FDO connection to recognize the new connection type.
Open Civil 3D
Change your workspace to Map 3D for Geospatial.
Go to the View menu and click on Task Pane. This will open your data connection tool.
Click on data - Connect to Data - Add OGR Connection. In the data source filed type in the directory and filename.mdb into this line. You can also copy and paste the path in here.
Click connect and your data should appear in a dialog box.
Choose the datasets you want to add to your project.
You can create them yourself from existing USGS quadrangles. But remember they are only as accurate as the image you are looking at.
1) Download your USGS quads from a site on the internet. I would recommend using the PASDA site.
(www.pasda.psu.edu) Next enter usgs in the keyword field. Scroll about half way down the page and
choose the file you want to download. In this example I will be using 1:24,000 - UTM - Cropped Collars. Click on FTP Download and download your files. After you have unzipped the files you are ready to go.
2) Open Map 3D and Raster Design. Using the program Raster Design, Insert the USGS quad that you just downloaded.
Under Correlation source: use World File Correlation, this will use the coordinate system that came with your quad. You will notice another file with the same name as the .TIF. This file is called the "World" file (.TFW) and is needed to retain the coordinate system of the image.
Click next - next - finish and the image appears in your drawing area. To know whether or not you inserted the image correctly, you can look at the coordinates at the lower left of the screen. They should correspond with the coordinates that were inserted with the image.
4) One more thing to do is to select Image - Cleanup - Invert so that the contours now appear white.
5) Under Image, select Vectorization Tools - Contour Follower. There are options to change the colors of the lines. I suggest you create a new layer called "Contours" in your project to make things more organized.
There will be a new Map 3D Blog coming soon. This blog will share information about Map 3D along with some tips and tricks of the software.
Right now for anyone looking for good Geospatial data in the state of Pennsylvania, here is a website for you:
There will be much more information to follow.