1

I am writing a script for geopocessing landsat data using ArcGIS 10.3. But ArcGIS doesn't have tools for landsat calibration (converting from DN to reflectance) and ENVI have this tool called "Radiometric calibration".

There is a way to call Exelis ENVI 5.2 tools using python?

asked Apr 8, 2015 at 9:55

1 Answer 1

1

Support's answer:

The Radiometric calibration tool is not available by default but you can write your own script using ENVI+IDL and then create a python script to call it. Steps for creating a custom tool in ArcGIS can be found in the "Tools for ArcToolbox" documentation and is also discussed in this whitepaper.

In fact this whitepaper is general tutorial for creating such tool. Detailed tutorial you can find in ENVI help file enviforarcgis.chm, see page Authoring Custom Tools Tutorial (only true for ver. 5.0 - help manual have changed in ENVI 5.2 version)

enter image description here

answered Apr 9, 2015 at 5:21

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.