You are browsing the archive for Map.

AutoCAD Map 3D and the spatial analysis -flood analysis

October 12, 2009 in AutoCAD, CAD, Videos by CADcaster

This video highlights AutoCAD Map 3D and the spatial analysis capabilities to look at issues like flood analysis
From:
autodesk
Views:
270
2
ratings
Time:
05:03
More in
Science & Technology

Source: YouTube Videos matching query: autocad – AutoCAD Map 3D and the spatial analysis -flood analysis
Go to Source: YouTube Videos matching query: autocad

  • Share/Bookmark

Use AutoCAD Map 3D with the utility toolkit saves time

October 12, 2009 in AutoCAD, CAD, Videos by CADcaster

This video highlights how using AutoCAD Map 3D with the utility toolkit saves time for the designer as well as integrates CAD standards into the utility design process
From:
autodesk
Views:
168
0
ratings
Time:
19:56
More in
Science & Technology

Source: YouTube Videos matching query: autocad – Use AutoCAD Map 3D with the utility toolkit saves time
Go to Source: YouTube Videos matching query: autocad

  • Share/Bookmark

China’s Xinjiang Bans Classified Topography Map Trading

September 13, 2009 in AutoCAD, CAD by CADcaster

As reported by China’s Xinhua, there is now a ban on topographic map trading, both online and offline, of classified topographic maps in northwest China’s Xinjiang Uygur Autonomous Region. This is according to said northwest China’s Xinjiang Uygur Autonomous Region authorities in a joint notice according to local officials.
” topography map entitled “classified”, published during the Culture Revolution [...]


Source: Eric D. Colburn, Professional Land Surveyor – China’s Xinjiang Bans Classified Topography Map Trading
Go to Source: Eric D. Colburn, Professional Land Surveyor

  • Share/Bookmark

Raster, Raster, Who has a Raster

September 5, 2009 in AutoCAD, CAD by CADcaster

From time to time I see users asking what is the best method to insert a raster file into Map3D or Civil 3D. There are a 4 known methods to insert a raster file into a drawing. First the standard AutoCAD insert, then there is the Map image insert command, and now with FDO there is the data connect method. Last we can use the Object Link and Embedding (OLE) method.  So what method do I suggest? My standard reply is what format and type is the raster and what do you want to do with the raster afterwards?

First lets review on what a raster file is and how they advanced over the years. A raster file contains cells or grids called pixels. The number of pixels is determined by the resolution of the raster.   A simple 300 x 300 resolution raster has 300 pixels on the X axis or horizontal and 300 on the Y axis or vertical for a total of 90,000 pixels. Each pixel has values or attributes assigned to it. One of the attribute is the location or pixel number in the file. It may be as simple as 1,1 for column 1 row 1, or 1 for the first location in the file.  Another attribute is the display value for that pixel. In the beginning the value was either 1 or 0 for on or off.  This is know as a bi-tonal raster. As technology progressed so did the values and attributes of the pixels, where today we have a color attribute and even elevation attributes along with a host of other attributes assigned to a pixel.  Just like vector objects in a dwg have attributes known as object properties like Layer, Color and custom properties such as object data, pixels have data attached to them.

Wow lets back up, did I say elevation, as in 3D? Yes I did. The technology has advance from the old DOS bmp days to create 3D raster. ESRI has been doing it for a few years now with their 3D analysis add-on for the ArcGIS programs. Some DEM files are nothing more that raster files with an elevation assigned to pixels. Same for the newer TIFF and Jpeg formats. Now when we throw multi-spectral images, know as remote sensing into this pot we not only have another a different ballgame but also a whole different ball field to play on. Multi-spectral images are made up of multiple files with each file being from a different spectrum of the light range.

The kicker to all this is not only can the pixels in a raster contain various attributes but the file extensions can all be the same. A TIFF is a TIFF. Example,  a picture we take with our Kodak Easy Share camera can have the same file extension as a image taken from a satellite orbiting the earth miles away. It is not until we open the image or raster file in the application or software that the attributes are exposed, then only part of them depending on the application used to open the file.

Using Windows Photo Galley works good to edit those family pictures from the Kodak to remove red eye, adjust the colors and print a 8 x10  photograph, but using the same application to work with a raster file that contains an elevation attributes to display as 3D will not work. It also works the other way around. Using a high end application designed for working with multi-spectral images to crop and print the Kodak Easy Share file is not only over kill but the results may not be what you expect and performance will suffer with the program stumbling over the simple attributes. To use a metaphor example of this lets say we have an acre of grass to mow with our little Briggs & Stratton powered mover. We know that if we use a high octane gasoline in an internal combustion engine the performance is increased. However if we use gasoline with 106 octane in the mower we may not get a very well cut yard. Either the engine is running too fast to get a good even cut of the grass or by the time we get half way done the engine locks up and we end up with the job half way complete. We need to use the right tool with the right material to complete the job successfully.

So if you are still reading here are my suggestions on how to add that raster file to you drawing/map.

OLE - Only use it if you working in AutoCAD LT
AutoCAD Insert – For adding your company logo to a title block or to add simple images (including renderings) as a detail to your project, where placement and scale may not be of importance.
AutoCAD Map3D Image Insert – Simple aerial images that are geo-referenced and you need them to align with your line work.
AutoCAD Map Data Connect (FDO) – Raster files that contain elevations, Multi-spectral images or high end aerials images.

Now how do you tell if the raster file is a simple aerial or a high end aerial? Most likely if you downloaded it from the Internet and it’s over 3 years old it is a good chance it’s a simple aerial unless you get the meta-data with it and it states otherwise.

Source: Map 3D and Murphs Law – Raster, Raster, Who has a Raster
Go to Source: Map 3D and Murphs Law

  • Share/Bookmark

Transparency of Images

August 25, 2009 in AutoCAD, CAD by CADcaster

If you tried to set an image transparent with the normal transparent tools you found out it only works with one color. If fact all it does is turn off that color you select and is not really making anything transparent. Transparent as defined by Merriam-Webster is “fine or sheer enough to be seen through”. There is no see though when you just turn off a color. Using the data connect with FDO we can make polygon features transparent should we be able to do the same for images? Well we can with a little trick.

First we need to use the data connect to add the image to our map. Then save the image layer to “LAYER” file. When you save the layer it creates a file with an extension of layer,  If you are not aware of what a layer file is, it’s an xml file that contains information on the data file as to how it is connected to the map, the data it contains (spatial & data),  and how it is displayed or theme. Once you saved the image file to a Layer remove that image layer from the display manager and disconnect from the file(s) in the data connect palette.

Now browse to the image.layer file you created and open it in “Notepad”. Scroll down until you see the tags;

“<FeatureName>rasters:Name</FeatureName>” “<Geometry>Image</Geometry> “

Now insert between the two tags

<Opacity>0.5</Opacity>

layer_edit

Save the file after you edited it. The number 0.5 is the amount of transparency with the larger the number the more transparent the image will be. 0.9 is almost translucent and 0.1 is of little transparency. Now use the Load Layer tool from the Data Icon in the Display Manager to add the image to the map.

So why would anyone need an image to be transparent to start with when we can place it at the bottom of the draw order and make all the other layers transparent?  First off, how often have you reopened the map to find out the draw order was not as you had it set when you closed the map drawing? Another reason you may want to set an image to be transparent would be if you have overlapping images in the map. Maybe you have an current aerial image and an aerial of the same are that is 10 yeas ago and you need to do a time lapse study of the area. Toggling the images on and off can get frustrating after a while, where as having one transparent will allow you to see though it to do the analysis a lot easier.

Here are a few before and after screen captures of the results.

Normal

How we normally do it with the image layer at the bottom of the display draw order and the polygon with transparency.

image_Transparency

Here is with the image with transparency at 0.5 and the image layer at the top of the display draw order.

closer_look

A closer look of the above. Notice how the street centerlines show though the image file.

If you look close enough you will see a grid pattern in the image after we make it transparent, I only guess that is the way Map3D renders the image but after a test print of the map the grid is not getting plotted so I see no harm in it being there. Also do not forget about the MAPPLOTTRANSPARENCY command if you want to plot with transparency.

Source: Map 3D and Murphs Law – Transparency of Images
Go to Source: Map 3D and Murphs Law

  • Share/Bookmark

Cadalyst Article on Geospatial Analysis with AutoCAD Map 3D

August 25, 2009 in AutoCAD, CAD by CADcaster

Here’s a short post on my first Cadalyst article which was published on August 19, 2009. Think of this first article as an introduction to geospatial analysis with AutoCAD Map 3D. Then watch for additional articles in this series as I expand on the “how to” aspects of the following topics:

  • Queries
  • Thematic mapping
  • Buffers
  • Geospatial topology
  • 3D surfaces
Please be sure to check it out!

Source: geoExpressions – Cadalyst Article on Geospatial Analysis with AutoCAD Map 3D
Go to Source: geoExpressions

  • Share/Bookmark

Putting 3D back in Map3D

August 19, 2009 in AutoCAD, CAD by CADcaster

A few days ago there was a question in the Autodesk news group about using a linked data source to drive the Z coordinate of polylines. The original poster wanted something that looked like the “Causeway in Ireland”. My first thought was if you have the data in Excel why not use the 3D graph tools in MS Office to create this. Then I thought,  that only gives you 3D columns, not the shape of the polylines of a map, and you would have to create a number of graphs to show all the values.  The user wanted to click once and have the new data displayed. So why not try it in Map3D?

Here’s a little information on the data and what I assumed they wanted. The drawing is of polylines that represent areas of a school district. The user is wanting to display each area in a 3D view with the height based on the ages of the population of that area. For those on this side of the Atlantic think TIGER data and the US census data.

We all know you can create a map theme based on data but it’s only 2D or a flat map.  How can you create a 3D map from the data? After getting a copy of the dwg and Excel file I made a few edits to the user’s drawing, created a few queries, and  created a few maps in the map display tab of the task pane. Here is a screen shot of the original dwg with the data linked.

Original_DWG

First thing I did was assign a color to each layer, then hatched each closed polyline.  I then linked each hatch to the same record as the polylines. I did this manually seeing there were only 10 it wasn’t too much of a task.

My edits are below.

Editted_DWG

After saving the dwg, I opened a new dwg, attached the original dwg along with making the data source connection to the Excel file. Next after doing a saveas on the new dwg I started writing some queries and saving the queries to two different categories, one for the polylines and one for that hatches. The queries are just simple alter-property queries.

Here is the start of the queries.

Define_queries

1. The query type is Property, and object type equals LWPOLYLINE.

2. The query mode is Draw.

3. The Alter Properties is as;

4. The Thickness (of the polyline)

5. I use the expression from the Link Table field.

6. Next I needed to add a little LISP expression to the expression. (explained later)

7. I save the query.

When I saved the query I created a category for it to make it easier to keep track of it later.

QuerySaves

Once I saved the query and OK out of the Define Query dialog. I did not run the query just yet. I repeat the steps to create more queries on the remaining fields in the linked table. Saving each to the same query category we created.

Note: the LISP expression I used with the expression

&”Aged 1 year”@001 in the alter property is to multiple the field value by 100. The purpose is to exaggerate the height (thickness)  of the  polylines when Map3D creates the new map display.

The final expression looked like this: (* 100 &”Aged 1 year”@001)

Next I created queries for the hatches in the drawing.  The query mode will still be property object type but this time I use Hatch instead of LWPolyline. In the property alter section I select Elevation instead of Thickness.  The expression for it will be the same. The other differences is when I save them I created a new category for the hatch queries.

When I was done creating all the queries, I have them listed in the Map Explorer tab of the task pane.

TheQueries

If you noticed the way I named the queries based on the field values, also the names for the polylines (Ages) category are a slight different than the ones for the Hatch category. The reason I used a different name is to keep Map3D from getting confused on the queries.  Yes I cheated a little bit, if I had created ALL the queries for this set of data I would have over 80 queries in each category.

The next step is creating new maps in the Display Manager. I switch to the DM of the task pane and create a new map.

CreateNewMap

I named the new map on the age group that will be displayed. Now that I have a new map I add drawing data to it by querying the source drawing (the original drawing that is attached).

Query_Source_DWG

In the Define Query of Attached drawings dialog I select Load query and select the query for the age group I saved in the category for the polylines and click OK. Switch to the 3D view (click on the 3D icon above the status bar or command line). The polylines now appear as 3D. However they do not look like a solid polygon.

display_plines

In order to make them appear as solid polygons is where the hatches and their queries come into play. Again I used the Add drawing data by querying source drawing and load the hatch query for the age group from the hatch category.  Now the polylines look as solid objects.

display_hatch

Another function I tinker with was the visual style, the default style is Conceptual. I opened the visual style manager (VSM at command line) and play with the settings until I got the results I liked. Hint: make a copy of the conceptual style and paste as a new style to tinker with.

Last I created more new maps and add drawing data by loading the appropriate  save queries for each map and it’s age group.   Once all the maps were created I able to change the display by opening one of the maps from the drop down list for the maps on the display manager.

maps

There you have it, a simple way of putting some 3D into your maps and drawings.

Here is a short animation of the finished product. 3D maps

(click on the image to see the animation)

Source: Map 3D and Murphs Law – Putting 3D back in Map3D
Go to Source: Map 3D and Murphs Law

  • Share/Bookmark

How to Keep both Water and Data Flowing with AutoCAD Map 3D

August 11, 2009 in AutoCAD, CAD by CADcaster

My colleagues Peter Southwood, Neal Niemiec and I recently had the pleasure of participating in a series of webcasts, hosted by DLT Solutions, Inc., on the topic of using AutoCAD Map 3D to improve data access, data confidence and utility of water and wastewater data. Descriptions and links to the archived webcasts appear below.

Analyzing your Water/Wastewater Data with AutoCAD Map 3D
Presenter: Michael Schlosser, Autodesk
AutoCAD Map 3D is a leading engineering platform for creating and managing your water/wastewater design information. However, AutoCAD Map 3D also has powerful querying and analysis capabilities that help you to examine your water/wastewater networks in new and useful ways. This presentation shows how queries, thematic mapping, buffers, and overlay analysis can be used to better leverage your water/wastewater data.
Recorded on July 29, 2009
Length: 50 min
Link to Webcast: http://www.dlt.com/Analyze-Water-Archive

Improving Data Confidence with AutoCAD Map 3D for Water/Wastewater
Presenter: Neal Niemiec, Autodesk
Managing water and wastewater systems within budget and to agreed upon service levels requires reliable information about the network throughout the infrastructure lifecycle. However, this requirement is threatened by a lack of data standards which can negatively impact budgets, operations, and maintenance activities. AutoCAD Map 3D improves data confidence with industry specific attribute fields, symbology and classification templates. This presentation focuses on the water/wastewater utility toolkits for creating and maintaining data according to specified standards.
Recorded on July 14, 2009
Length: 41 min
Link to webcast: www.dlt.com/autodesk/DataConfidence-Archive

Improving Access to your Water/Wastewater Data with AutoCAD Map 3D
Presenter: Peter Southwood, Autodesk
Access to current and accurate data about your water/wastewater network is crucial for sound decision making. AutoCAD Map 3D aggregates critical CAD, GIS and utility data for field, management and regulatory purposes. This presentation focus on how to improve data access and addresses connecting to data using Feature Data Objects (FDO), attaching to DWG files, importing/exporting foreign CAD/GIS data sources and creating PDF/DWF files.
Recorded on June 22, 2009
Length: 58 min
Link to webcast:
www.dlt.com/Improve-Access-Archive

Source: geoExpressions – How to Keep both Water and Data Flowing with AutoCAD Map 3D
Go to Source: geoExpressions

  • Share/Bookmark

Negative Buffer Values

August 5, 2009 in AutoCAD, CAD by CADcaster

A while back the question came up if anyone used negative values to create a buffer in another forum. I thought WHAT? Most of  the buffers I create are with point or line type objects, if you do a -10 distance buffer of a point or line object what do you get? Nothing! However you can create a negative buffer from a polygon object. Michael Schlosser from  the Autodesk north of the border team shows how to use it and provides a good example of why you might want to here on his blog.

Source: Map 3D and Murphs Law – Negative Buffer Values
Go to Source: Map 3D and Murphs Law

  • Share/Bookmark

Win a seat of DotSoft’s MapTools

August 5, 2009 in AutoCAD, CAD by CADcaster

Want a free seat of the MapTools from Dotsoft? Five lucky readers to this blog will win one seat of the Maptools add-in for AutoCAD Map3d. To be eligible take the survey about the Map3D weblog.  The survey is not just a chance to win but also your answers will help determine the posting on the blog.  I will draw the winners on the 15th of Aug from everyone that provides a current email address and name.  All information collected will remain confidential and used only to notify the winners. A big thanks to DotSoft for providing the free seats. Click Here to take survey .

Source: Map 3D and Murphs Law – Win a seat of DotSoft’s MapTools
Go to Source: Map 3D and Murphs Law

  • Share/Bookmark