GeoNet is a cross platform MATLAB package. Please refer to the section How - to to get started on MAC OS-X.
GeoNet is a cross platform MATLAB package. Please refer to the section How - to to get started on Windows.
GeoNet requires a TIFF file as an input. A TIFF file can be prepared by using ArcGIS or Adobe Photoshop. Any other TIFF preparing
software can be used for this purpose. Upon successfully creating the TIFF file, the steps illustrated in the Customizing section can
be followed to add the input data to GeoNet.
GeoNet uses global parameters to assign default values required to complete GeoNet processing. GeoNet only takes a
TIFF file as an input and performs a sequence of operations to produce a rich subset of figures and plots and Shapefiles of
the channel network and also write raster files.
All the default values are set and prepared inside the geonet_defaults.m and geonet_prepare.m files. In order to change or
overwrite default values, it is recommended that all the Parameters values be overwritten in the executable files. Parameters
belonging to the geonet_defaults.m file should be over written after the geonet_defaults function is called in the exec file. Similarly
parameters belonging to the geonet_prepare.m file should be over written after the geonet_prepare function is called in the exec file.
A MATLAB shortcut is an easy way to run a group of MATLAB language statements that will be used regularly.
Although similar to a MATLAB script, MATLAB does not save it as a script. MATLAB maintains shortcut information in the
shortcut.xml file. You can create a MATLAB shortcut to run from the desktop start button, or from the shortcuts toolbar.
Please refer to this help document for more information
http://www.mathworks.com/help/techdoc/matlab_env/bq37azl-1.html#bq37azl-3
Please follow the process below to compile mex files. We used Ubuntu 11.10 for the compilation ( It should be same process for any Linux installation).
Note: Ubuntu 10.10 used gcc-4.4 as system default gcc, and MATLAB was happy to compile MEX files using that version.
Since Ubuntu still supports the 4.4.x packages, installation with dependencies is as easy as APT:
Follow from step 1 if you don't have gcc installed , else start from step 2.
If the above message is displayed while you are trying to compile the mex files as explained in the getting started guide with GeoNet 2.0, then the machine does not have a suitable compiler for building MEX files. There are two possible solutions to this error:
Upon successfully installing the above framework, you can now run the mex -setup command on MATLAB command window and should be able to see a compiler and select it for MEX files as shown below:
This should solve the issue with the mex compiler for you. In case you have any problem with compiling the MEX files, please reach out to the GeoNet team and we will be happy to help.
Some of the limitations with using the function such as rng might be annoying to users with older versions of MATLAB (older than R2011). Here is a good site, where you might find the compatibility errors with MATLAB http://www.dynare.org/DynareWiki/MatlabVersionsCompatibility.
In case the rng function is not running in older MATLAB versions, simply comment out the line in the code and you should be able to complete the GeoNet script without any errors.