Issues with consuming a GeoTiff file with geospatial data in DWG files

Issues with consuming a GeoTiff file with geospatial data in DWG files

Anonymous
Not applicable
764 Views
4 Replies
Message 1 of 5

Issues with consuming a GeoTiff file with geospatial data in DWG files

Anonymous
Not applicable

Hello guys,

 

I am a newbie to the forum and this question may have already been answered. But I need some help with some issues related to Geolocation.

 

I am trying to attach a geotiff image to a AutoCAD dwg file. The drawing must operate in the 'offline' mode and should NOT use any online map services. However, when the image is attached the coordinate systems information (such as UTM84-41N) is not shown in the dwg file's status bar. Instead the geotiff is displayed as a flat image.

 

I therefore decided to extract the coordinate system information  from the original geotiff file using the 'gdalinfo' executable from the GDAL package separately outside of AutoCAD and then tried to insert the extracted geospatial information into the dwg file using AutoCAD 2015 .NET API's GeoLocationData object.

 

However, the problem I am facing is that the extracted information from the geotiff file is not in the format as expected by AutoCAD's "GeoLocationData.CoordinateSystem". For example, the extracted coodinate system information from a geotiff as yielded by 'gdalinfo' is "WGS_84_UTM_zone_41N" but the AutoCAD .NET API's GeoLocationData.CoordinateSystem object requires that the value supplied should be "UTM84-41N". In essence, there must be some sort of translation between the two formats before I can insert the information into the dwg file. The geotiff files have been acquired from 'Digital Globe' website.

 

I therefore have following questions:

 

1. Is there any information available on how to translate the coordinate system information of the Digital Globe geotiff files into aformat that is appropriate for use with AutoCAD 2015 API's GeoLocationData.CoordinateSystem object?

 

2. If not what are my alternatives to achieve this?

 

3. Can we come up with our own Coordinate Systems?

 

Very sorry for the long-winded post. I appreciate your patience. Any help would be highly appreciated.

 

Thanks a lot in advance.

 

Mahbubur Rashid.

0 Likes
765 Views
4 Replies
Replies (4)
Message 2 of 5

Anonymous
Not applicable

@Anonymous wrote:

Hello guys,

 

I am a newbie to the forum and this question may have already been answered. But I need some help with some issues related to Geolocation.

 

I am trying to attach a geotiff image to a AutoCAD dwg file. The drawing must operate in the 'offline' mode and should NOT use any online map services. However, when the image is attached the coordinate systems information (such as UTM84-41N) is not shown in the dwg file's status bar. Instead the geotiff is displayed as a flat image.

 

I therefore decided to extract the coordinate system information  from the original geotiff file using the 'gdalinfo' executable from the GDAL package separately outside of AutoCAD and then tried to insert the extracted geospatial information into the dwg file using AutoCAD 2015 .NET API's GeoLocationData object.

 

However, the problem I am facing is that the extracted information from the geotiff file is not in the format as expected by AutoCAD's "GeoLocationData.CoordinateSystem". For example, the extracted coodinate system information from a geotiff as yielded by 'gdalinfo' is "WGS_84_UTM_zone_41N" but the AutoCAD .NET API's GeoLocationData.CoordinateSystem object requires that the value supplied should be "UTM84-41N". In essence, there must be some sort of translation between the two formats before I can insert the information into the dwg file. The geotiff files have been acquired from 'Digital Globe' website.

 

I therefore have following questions:

 

1. Is there any information available on how to translate the coordinate system information of the Digital Globe geotiff files into aformat that is appropriate for use with AutoCAD 2015 API's GeoLocationData.CoordinateSystem object?

 

2. If not what are my alternatives to achieve this?

 

3. Can we come up with our own Coordinate Systems?

 

Very sorry for the long-winded post. I appreciate your patience. Any help would be highly appreciated.

 

Thanks a lot in advance.

 

Mahbubur Rashid.


You might want to post over in the Map 3D or Civil forums for this one.

0 Likes
Message 3 of 5

Anonymous
Not applicable
Hi,

Thanks a lot for the tip.

Unfortunately, we are constrained by agency policy to use only AutoCAD 2015.

Thanks anyways.
0 Likes
Message 4 of 5

Todd_Rogers
Mentor
Mentor

 

I don't think you are going to be able to achieve what you are wanted to do without Map 3D or Civil 3D.  

Todd Rogers
Civil Administration at Walter P Moore
0 Likes
Message 5 of 5

Anonymous
Not applicable
Thanks a lot Todd. Appreciate it very much. Your input has enabled me to change directions and stop any further futile activities along this line.

Rashid.
0 Likes