I'm looking to batch process a convert map projection on a lot of files using IDL and ENVI, but I can't find the .pro file associated with convert map projection. Is it labelled differently? Or should I be using a different .pro file? I'm new to using ENVI and IDL so any help would be appreciated.
Can't find .pro file for Convert Map Projection?
143 Views Asked by Scott At
1
There are 1 best solutions below
Related Questions in IDL
- Print calculations from for loop on same line idl
- IDL file incompatibility with vS2010
- Why does qmake fail to rm files correctly during rebuild with a custom compiler?
- "no valid lines found for this format" error when using readcol to read a FITS file
- C++/CX factory class to provide overloaded constructors with same number of arguments
- Is there any way to read one image row/column into an array in Python?
- PuTTy background processing executing IDL scripts
- Observer pattern in API definition using Franca IDL
- Corba IDL: default value for struct members
- How to shorten the Windows RPC call timeout?
- Why is IDL incomplete?
- How can I return a java.lang.Object value to client on CORBA in my case?
- ATL/COM : In IDL file can we create a class which can be used as return type
- How can I recognize that the object is instance of an interface when passed in parameter ? [Corba, Java]
- How can I invoke methods which are not specified on the IDL interface ? [Corba, JAVA]
Related Questions in IDL-PROGRAMMING-LANGUAGE
- Is IDL 8.5 able to read tables with strings, dates and values in it?
- idl: pass keyword dynamically to isa function to test structure read by read_csv
- HOW to get the same ENVI result in IDL using CONVOL function?
- Interactive Data Language - Array manipulation
- How can I get the pixel data corresponding to a shapefile with some coordinates' points in IDL?
- How to set a keyword to write fully to the CSV file
- Calling an GDL script in Python
- Importing a string from NCDF4 file with IDL
- call routine in IDL programming lanuage
- IDL getting file size
- How do you label output variables in an IDL FOR loop for further processing outside the loop in the same program?
- How LINFIT in IDL is represented in R?
- IDL D format -- 26/60 is not 26.d/60.d?
- compiling file having path in variable (IDL)
- Multiple conditions in a While Loop - IDL
Related Questions in ENVI
- HOW to get the same ENVI result in IDL using CONVOL function?
- How to read wavelength information from envi file in spectral python libraray?
- How to use spatial PCA analysis to group hyperspectral image?
- How to run IDL procedure to perform Band Math on all band?
- How do I convert a .nc file with multiple layers into a file readible in ENVI in R
- Error when trying to calculate mean and SD of environmental dataset with loop from .nc data
- IDL variable name based on input file name
- How to transform a HDR Envi Image into a PNG image (using GDAL)
- How to read HDR envi image in the Java (using GDAL or Opencv)?
- QGIS How do I set the spatial resolution of a raster?
- How to use envi setup head function?
- How to perform raster calculation in R
- How to open/read an ENVI file in R
- Conversion of ENVI binary files to tiff
- Can't find .pro file for Convert Map Projection?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
I assume you have already checked this, but have you looked at MAP_SET.PRO and/or MAP_GRID.PRO? If you have the latitude/longitude coordinates for a set of points to create a map, you should be able to convert between different map projections. There are also a series of routines called MAP_PROJ_*.PRO that may be of use, but I would need more info to address your question further.