FromLL2UTM Executable
 Version: (05/11/2017)

 M. Battaglia - mbattaglia@usgs.gov

 Description

 This program read the input data file LLfile.txt and transform Geographic
 Coordinates (latitude,longitude) into Cartesian UTM coordinates (East,North) 

 Datum: WGS 84

 Program I/O files

 *Input files*

 * LLfile.txt      : text file with data (GCS coordinates)

 *Ouput files*

 * UTMfileLL.txt   : text file with data (UTM coordinates) 

 *Examples*

 Examples of the input and output files are available in the folder
 _examples_
  
 To run the software 

 *To run the compiled version* 
 
 1 MATLAB Compiler

 <<readme.jpg>>
 
 2 The following file must be in the same directory of FromLL2UTM.exe
 
 * LLfile.txt

 3 Edit _LLfile.txt_

 4 Double click on FromLL2UTM.exe
 
 *To run the MATLAB version* 

 The software runs on 64-bit GNU/Linux, Mac OS X, or MS-Windows, and it requires 
 Matlab 9.2 (R2017a) or later. It is not currently usable on any 32-bit platform, 
 on Solaris, or with Octave.

 1 The following files / *folders* must be in the same directory of FromLL2UTM.m
 
 * *functions*
 * LLfile.txt

 2 Edit _LLfile.txt_

 3 Run FromLL2UTM.m

 USGS Software Disclaimer 
 The software and related documentation were developed by the U.S. 
 Geological Survey (USGS) for use by the USGS in fulfilling its mission. 
 The software can be used, copied, modified, and distributed without any 
 fee or cost. Use of appropriate credit is requested. 

 The USGS provides no warranty, expressed or implied, as to the correctness 
 of the furnished software or the suitability for any purpose. The software 
 has been tested, but as with any complex software, there could be undetected 
 errors. Users who find errors are requested to report them to the USGS. 
 The USGS has limited resources to assist non-USGS users; however, we make 
 an attempt to fix reported problems and help whenever possible. 

 *THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND*


1. Prerequisites for Deployment 

Verify that version 9.10 (R2021a) of the MATLAB Runtime is installed.   
If not, you can run the MATLAB Runtime installer.
To find its location, enter
  
    >>mcrinstaller
      
at the MATLAB prompt.
NOTE: You will need administrator rights to run the MATLAB Runtime installer. 

Alternatively, download and install the Windows version of the MATLAB Runtime for R2021a 
from the following link on the MathWorks website:

    https://www.mathworks.com/products/compiler/mcr/index.html
   
For more information about the MATLAB Runtime and the MATLAB Runtime installer, see 
"Distribute Applications" in the MATLAB Compiler documentation  
in the MathWorks Documentation Center.

2. Files to Deploy and Package

Files to Package for Standalone 
================================
-FromLL2UTM.exe
-MCRInstaller.exe 
    Note: if end users are unable to download the MATLAB Runtime using the
    instructions in the previous section, include it when building your 
    component by clicking the "Runtime included in package" link in the
    Deployment Tool.
-This readme file 



3. Definitions

For information on deployment terminology, go to
https://www.mathworks.com/help and select MATLAB Compiler >
Getting Started > About Application Deployment >
Deployment Product Terms in the MathWorks Documentation
Center.




