Prompting user for spatial reference coordinates [message #93570] |
Tue, 23 August 2016 06:57 |
altamidl
Messages: 2 Registered: July 2016
|
Junior Member |
|
|
I need a way to be able to use the IDL calls to ENVI to replicate the functionality of the ENVI LIDAR software to be able to set up the proper coordinate system for a LAS input file. When you first load a LAS file into ENVI LIDAR, it asks you to define the coordinate system used for the data. A similar dialog box needs to pop up in my code when a LIDAR format of undefined coordinate system is loaded. While I see there is a way to specify a known code using ENVIPointCloudSpatialRef, I haven't found any documentation as to how I can have the user define the coordinate system when they don't know the geogcs code. I would like to process the same user defined inputs as the LIDAR dialog box does: coordinate system, datum, units, and UTM zone. Is this possible? Thank you.
|
|
|