beautiful earth license key
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1836
ExtUtils::ModuleMaker::Licenses 0.204
ExtUtils::ModuleMaker::Licenses is a Perl module to get the License for a new module. more>>
ExtUtils::ModuleMaker::Licenses is a Perl module to get the License for a new module.
SYNOPSIS
A supporting player for ExtUtils::ModuleMaker to get the COPYRIGHT section of pod and the contents of the LICENSE file.
USAGE
Should only be called from ExtUtils::ModuleMaker.
PUBLIC METHODS
Each public function/method is described here. These are how you should interact with this module.
Get_License
Usage :
Purpose :
Returns :
Argument :
$p_module_data = text for the LICENSE file
Throws :
Comments :
PRIVATE METHODS
Each private function/method is described here. These methods and functions are considered private and are intended for internal use by this module. They are not considered part of the public interface and are described here for documentation purposes only.
License_Apache
Purpose : Get the copyright pod text and LICENSE file text for this license
License_Artistic
Purpose : Get the copyright pod text and LICENSE file text for this license
License_BSD
Purpose : Get the copyright pod text and LICENSE file text for this license
License_GPL
Purpose : Get the copyright pod text and LICENSE file text for this license
License_IBM
Purpose : Get the copyright pod text and LICENSE file text for this license
License_Intel
Purpose : Get the copyright pod text and LICENSE file text for this license
License_Jabber
Purpose : Get the copyright pod text and LICENSE file text for this license
License_LGPL
Purpose : Get the copyright pod text and LICENSE file text for this license
License_MIT
Purpose : Get the copyright pod text and LICENSE file text for this license
License_MITRE
Purpose : Get the copyright pod text and LICENSE file text for this license
License_Mozilla_1_0
Purpose : Get the copyright pod text and LICENSE file text for this license
License_Mozilla_1_1
Purpose : Get the copyright pod text and LICENSE file text for this license
License_Nethack
Purpose : Get the copyright pod text and LICENSE file text for this license
License_Nokia
Purpose : Get the copyright pod text and LICENSE file text for this license
License_Python
Purpose : Get the copyright pod text and LICENSE file text for this license
License_Q
Purpose : Get the copyright pod text and LICENSE file text for this license
License_Ricoh
Purpose : Get the copyright pod text and LICENSE file text for this license
License_Sun
Purpose : Get the copyright pod text and LICENSE file text for this license
License_Sleepycat
Purpose : Get the copyright pod text and LICENSE file text for this license
License_Vovida
Purpose : Get the copyright pod text and LICENSE file text for this license
License_ZLIB
Purpose : Get the copyright pod text and LICENSE file text for this license
License_Perl
Purpose : Get the copyright pod text and LICENSE file text for this license
Custom_Licenses
Purpose : Get the copyright pod text and LICENSE file text for some
custom license provided by the programmer
<<lessSYNOPSIS
A supporting player for ExtUtils::ModuleMaker to get the COPYRIGHT section of pod and the contents of the LICENSE file.
USAGE
Should only be called from ExtUtils::ModuleMaker.
PUBLIC METHODS
Each public function/method is described here. These are how you should interact with this module.
Get_License
Usage :
Purpose :
Returns :
Argument :
$p_module_data = text for the LICENSE file
Throws :
Comments :
PRIVATE METHODS
Each private function/method is described here. These methods and functions are considered private and are intended for internal use by this module. They are not considered part of the public interface and are described here for documentation purposes only.
License_Apache
Purpose : Get the copyright pod text and LICENSE file text for this license
License_Artistic
Purpose : Get the copyright pod text and LICENSE file text for this license
License_BSD
Purpose : Get the copyright pod text and LICENSE file text for this license
License_GPL
Purpose : Get the copyright pod text and LICENSE file text for this license
License_IBM
Purpose : Get the copyright pod text and LICENSE file text for this license
License_Intel
Purpose : Get the copyright pod text and LICENSE file text for this license
License_Jabber
Purpose : Get the copyright pod text and LICENSE file text for this license
License_LGPL
Purpose : Get the copyright pod text and LICENSE file text for this license
License_MIT
Purpose : Get the copyright pod text and LICENSE file text for this license
License_MITRE
Purpose : Get the copyright pod text and LICENSE file text for this license
License_Mozilla_1_0
Purpose : Get the copyright pod text and LICENSE file text for this license
License_Mozilla_1_1
Purpose : Get the copyright pod text and LICENSE file text for this license
License_Nethack
Purpose : Get the copyright pod text and LICENSE file text for this license
License_Nokia
Purpose : Get the copyright pod text and LICENSE file text for this license
License_Python
Purpose : Get the copyright pod text and LICENSE file text for this license
License_Q
Purpose : Get the copyright pod text and LICENSE file text for this license
License_Ricoh
Purpose : Get the copyright pod text and LICENSE file text for this license
License_Sun
Purpose : Get the copyright pod text and LICENSE file text for this license
License_Sleepycat
Purpose : Get the copyright pod text and LICENSE file text for this license
License_Vovida
Purpose : Get the copyright pod text and LICENSE file text for this license
License_ZLIB
Purpose : Get the copyright pod text and LICENSE file text for this license
License_Perl
Purpose : Get the copyright pod text and LICENSE file text for this license
Custom_Licenses
Purpose : Get the copyright pod text and LICENSE file text for some
custom license provided by the programmer
Download (0.079MB)
Added: 2007-01-08 License: Perl Artistic License Price:
1020 downloads
Beautiful Soup 3.0.3
Beautiful Soup is a Python HTML/XML parser designed for quick turnaround projects like screen-scraping. more>>
Beautiful Soup project is a Python HTML/XML parser designed for quick turnaround projects like screen-scraping. Three features make it powerful:
Beautiful Soup wont choke if you give it bad markup. It yields a parse tree that makes approximately as much sense as your original document. This is usually good enough to collect the data you need and run away.
Beautiful Soup provides a few simple methods and Pythonic idioms for navigating, searching, and modifying a parse tree: a toolkit for dissecting a document and extracting what you need. You dont have to create a custom parser for each application.
Beautiful Soup automatically converts incoming documents to Unicode and outgoing documents to UTF-8. You dont have to think about encodings, unless the document doesnt specify an encoding and Beautiful Soup cant autodetect one. Then you just have to specify the original encoding.
Beautiful Soup parses anything you give it, and does the tree traversal stuff for you. You can tell it "Find all the links", or "Find all the links of class externalLink", or "Find all the links whose urls match "foo.com", or "Find the table heading thats got bold text, then give me that text."
Valuable data that was once locked up in poorly-designed websites is now within your reach. Projects that would have taken hours take only minutes with Beautiful Soup.
<<lessBeautiful Soup wont choke if you give it bad markup. It yields a parse tree that makes approximately as much sense as your original document. This is usually good enough to collect the data you need and run away.
Beautiful Soup provides a few simple methods and Pythonic idioms for navigating, searching, and modifying a parse tree: a toolkit for dissecting a document and extracting what you need. You dont have to create a custom parser for each application.
Beautiful Soup automatically converts incoming documents to Unicode and outgoing documents to UTF-8. You dont have to think about encodings, unless the document doesnt specify an encoding and Beautiful Soup cant autodetect one. Then you just have to specify the original encoding.
Beautiful Soup parses anything you give it, and does the tree traversal stuff for you. You can tell it "Find all the links", or "Find all the links of class externalLink", or "Find all the links whose urls match "foo.com", or "Find the table heading thats got bold text, then give me that text."
Valuable data that was once locked up in poorly-designed websites is now within your reach. Projects that would have taken hours take only minutes with Beautiful Soup.
Download (0.065MB)
Added: 2006-06-08 License: Python License Price:
1245 downloads
ExtUtils::ModuleMaker::Licenses::Standard 0.47
ExtUtils::ModuleMaker::Licenses::Standard is a Perl module for open source software licenses. more>>
ExtUtils::ModuleMaker::Licenses::Standard is a Perl module for open source software licenses.
SYNOPSIS
use ExtUtils::ModuleMaker::Licenses::Standard;
This package holds subroutines imported and used by ExtUtils::ModuleMaker to include license and copyright information in a standard Perl module distribution.
PUBLIC METHODS
Each public function/method is described here. These are how you should interact with this module.
License_Apache
Purpose : Get the copyright pod text and LICENSE file text for this license
License_Artistic
Purpose : Get the copyright pod text and LICENSE file text for this license
License_r_BSD
Purpose : Get the copyright pod text and LICENSE file text for this license
License_BSD
Purpose : Get the copyright pod text and LICENSE file text for this license
License_GPL
Purpose : Get the copyright pod text and LICENSE file text for this license
License_IBM
Purpose : Get the copyright pod text and LICENSE file text for this license
License_Intel
Purpose : Get the copyright pod text and LICENSE file text for this license
License_Jabber
Purpose : Get the copyright pod text and LICENSE file text for this license
License_LGPL
Purpose : Get the copyright pod text and LICENSE file text for this license
License_MIT
Purpose : Get the copyright pod text and LICENSE file text for this license
License_MITRE
Purpose : Get the copyright pod text and LICENSE file text for this license
License_Mozilla_1_0
Purpose : Get the copyright pod text and LICENSE file text for this license
License_Mozilla_1_1
Purpose : Get the copyright pod text and LICENSE file text for this license
License_Nethack
Purpose : Get the copyright pod text and LICENSE file text for this license
License_Nokia
Purpose : Get the copyright pod text and LICENSE file text for this license
License_Python
Purpose : Get the copyright pod text and LICENSE file text for this license
License_Q
Purpose : Get the copyright pod text and LICENSE file text for this license
License_Ricoh
Purpose : Get the copyright pod text and LICENSE file text for this license
License_Sun
Purpose : Get the copyright pod text and LICENSE file text for this license
License_Sleepycat
Purpose : Get the copyright pod text and LICENSE file text for this license
License_Vovida
Purpose : Get the copyright pod text and LICENSE file text for this license
License_ZLIB
Purpose : Get the copyright pod text and LICENSE file text for this license
License_Perl
Purpose : Get the copyright pod text and LICENSE file text for this license
Custom_Licenses
Purpose : Get the copyright pod text and LICENSE file text for some
custom license provided by the programmer
<<lessSYNOPSIS
use ExtUtils::ModuleMaker::Licenses::Standard;
This package holds subroutines imported and used by ExtUtils::ModuleMaker to include license and copyright information in a standard Perl module distribution.
PUBLIC METHODS
Each public function/method is described here. These are how you should interact with this module.
License_Apache
Purpose : Get the copyright pod text and LICENSE file text for this license
License_Artistic
Purpose : Get the copyright pod text and LICENSE file text for this license
License_r_BSD
Purpose : Get the copyright pod text and LICENSE file text for this license
License_BSD
Purpose : Get the copyright pod text and LICENSE file text for this license
License_GPL
Purpose : Get the copyright pod text and LICENSE file text for this license
License_IBM
Purpose : Get the copyright pod text and LICENSE file text for this license
License_Intel
Purpose : Get the copyright pod text and LICENSE file text for this license
License_Jabber
Purpose : Get the copyright pod text and LICENSE file text for this license
License_LGPL
Purpose : Get the copyright pod text and LICENSE file text for this license
License_MIT
Purpose : Get the copyright pod text and LICENSE file text for this license
License_MITRE
Purpose : Get the copyright pod text and LICENSE file text for this license
License_Mozilla_1_0
Purpose : Get the copyright pod text and LICENSE file text for this license
License_Mozilla_1_1
Purpose : Get the copyright pod text and LICENSE file text for this license
License_Nethack
Purpose : Get the copyright pod text and LICENSE file text for this license
License_Nokia
Purpose : Get the copyright pod text and LICENSE file text for this license
License_Python
Purpose : Get the copyright pod text and LICENSE file text for this license
License_Q
Purpose : Get the copyright pod text and LICENSE file text for this license
License_Ricoh
Purpose : Get the copyright pod text and LICENSE file text for this license
License_Sun
Purpose : Get the copyright pod text and LICENSE file text for this license
License_Sleepycat
Purpose : Get the copyright pod text and LICENSE file text for this license
License_Vovida
Purpose : Get the copyright pod text and LICENSE file text for this license
License_ZLIB
Purpose : Get the copyright pod text and LICENSE file text for this license
License_Perl
Purpose : Get the copyright pod text and LICENSE file text for this license
Custom_Licenses
Purpose : Get the copyright pod text and LICENSE file text for some
custom license provided by the programmer
Download (0.13MB)
Added: 2007-01-10 License: Perl Artistic License Price:
1021 downloads
Invade Earth Server 2.7.9
Invade Earth Server is a server for the Invade Earth game, for network play. more>>
Invade Earth Server is a server for the Invade Earth game, for network play.
Main features:
- Multiple rule sets and maps:
- Invade Earth A.D. 2210
- Amoeba Invasion Expansion
- Mars Expansion
- Pantheon Expansion (our version of Risk: Godstorm) (coming soon)
- Classic
- Secret Mission
- Custom rule values
- A versatile Map Editor
- Several built-in AIs (play against the computer)
- Network support (play against your friends)
- A centralized list of open internet games
- Save and load game states, even over a network
- Watch a replay of saved games
<<lessMain features:
- Multiple rule sets and maps:
- Invade Earth A.D. 2210
- Amoeba Invasion Expansion
- Mars Expansion
- Pantheon Expansion (our version of Risk: Godstorm) (coming soon)
- Classic
- Secret Mission
- Custom rule values
- A versatile Map Editor
- Several built-in AIs (play against the computer)
- Network support (play against your friends)
- A centralized list of open internet games
- Save and load game states, even over a network
- Watch a replay of saved games
Download (MB)
Added: 2006-08-07 License: GPL (GNU General Public License) Price:
1173 downloads
I Love Autumn Icons for Linux -
An icon collection designed to beautify your computer screen. more>> License:Free for personal non-commercial use, Includes a link back to author site
Comment:16 Cute Love Autumn Icons<<less
Download (252KB)
Added: 2009-04-14 License: Freeware Price: Free
192 downloads
phpLicenseWatcher 1.4.2
phpLicenseWatcher is a Web frontend to the FlexLM lmstat and lmdiag commands. more>>
phpLicenseWatcher is a Web frontend to the FlexLM lmstat and lmdiag commands. You can keep track of usage, health of license servers, get alerted when licenses are due to expire, and capture usage history.
Main features:
- Shows the health of a license server or a group of them
- Check which licenses are being used and who is currently using them
- Get a listing of licenses, their expiration dates and number of days to expiration
- E-mail alert of licenses that will expire within certain time period ie. within next 10 days.
- Monitors license utilization
Enhancements:
- A new Web-based configuration interface.
- Many minor bugfixes
<<lessMain features:
- Shows the health of a license server or a group of them
- Check which licenses are being used and who is currently using them
- Get a listing of licenses, their expiration dates and number of days to expiration
- E-mail alert of licenses that will expire within certain time period ie. within next 10 days.
- Monitors license utilization
Enhancements:
- A new Web-based configuration interface.
- Many minor bugfixes
Download (0.065MB)
Added: 2006-11-30 License: GPL (GNU General Public License) Price:
1061 downloads
Invade Earth Map Editor 2.7.9
Invade Earth Map Editor is a map editor for Invade Earth game. more>>
Invade Earth Map Editor is a map editor for Invade Earth game.
Main features:
- Multiple rule sets and maps:
- Invade Earth A.D. 2210
- Amoeba Invasion Expansion
- Mars Expansion
- Pantheon Expansion (our version of Risk: Godstorm) (coming soon)
- Classic
- Secret Mission
- Custom rule values
- A versatile Map Editor
- Several built-in AIs (play against the computer)
- Network support (play against your friends)
- A centralized list of open internet games
- Save and load game states, even over a network
- Watch a replay of saved games
<<lessMain features:
- Multiple rule sets and maps:
- Invade Earth A.D. 2210
- Amoeba Invasion Expansion
- Mars Expansion
- Pantheon Expansion (our version of Risk: Godstorm) (coming soon)
- Classic
- Secret Mission
- Custom rule values
- A versatile Map Editor
- Several built-in AIs (play against the computer)
- Network support (play against your friends)
- A centralized list of open internet games
- Save and load game states, even over a network
- Watch a replay of saved games
Download (MB)
Added: 2006-08-07 License: GPL (GNU General Public License) Price:
1179 downloads
Invade Earth 2.7.9
Invade Earth is an open-source implementation of the popular board game Risk 2210 AD. more>>
Invade Earth is an open-source implementation of the popular board game Risk 2210 AD.
Invade Earth includes a map editor, support for variant rules including Classic and Secret Mission modes, and a network play mode.
Main features:
- Multiple rule sets and maps:
- Invade Earth A.D. 2210
- Amoeba Invasion Expansion
- Mars Expansion
- Pantheon Expansion (our version of Risk: Godstorm) (coming soon)
- Classic
- Secret Mission
- Custom rule values
- A versatile Map Editor
- Several built-in AIs (play against the computer)
- Network support (play against your friends)
- A centralized list of open internet games
- Save and load game states, even over a network
- Watch a replay of saved games
<<lessInvade Earth includes a map editor, support for variant rules including Classic and Secret Mission modes, and a network play mode.
Main features:
- Multiple rule sets and maps:
- Invade Earth A.D. 2210
- Amoeba Invasion Expansion
- Mars Expansion
- Pantheon Expansion (our version of Risk: Godstorm) (coming soon)
- Classic
- Secret Mission
- Custom rule values
- A versatile Map Editor
- Several built-in AIs (play against the computer)
- Network support (play against your friends)
- A centralized list of open internet games
- Save and load game states, even over a network
- Watch a replay of saved games
Download (MB)
Added: 2006-08-07 License: GPL (GNU General Public License) Price:
675 downloads
Earth 0.2
Earth allows you to find files across a large network of machines and track disk usage in real time. more>>
Earth allows you to find files across a large network of machines and track disk usage in real time. The project consists of a daemon that indexes filesystems in real time and reports all the changes back to a central database.
This can then be queried through a simple, yet powerful, web interface. Think of it like Spotlight or Beagle but operating system independent with a central database for multiple machines.
Earth is initially focused on managing the explosion of data that occurs in digital visual effects work.
Enhancements:
- Many small usability improvements, several significant performance improvements for the Web application, reduced database size, code improvements, and a much improved command line interface to the Earth daemon.
<<lessThis can then be queried through a simple, yet powerful, web interface. Think of it like Spotlight or Beagle but operating system independent with a central database for multiple machines.
Earth is initially focused on managing the explosion of data that occurs in digital visual effects work.
Enhancements:
- Many small usability improvements, several significant performance improvements for the Web application, reduced database size, code improvements, and a much improved command line interface to the Earth daemon.
Download (0.45MB)
Added: 2007-04-03 License: GPL (GNU General Public License) Price:
2272 downloads
Tales of Middle Earth 2.3.4
Tales of Middle Earth is a tile-based dungeon crawler similar to Nethack, Rogue, and Angband. more>>
Tales of Middle Earth (ToME) is a fantasy adventure game, based on the works of J.R.R. Tolkien. It is a game that emphasizes intricate, challenging, and varied gameplay over graphics.
Hundreds of different monsters in randomly-generated, unpredictable dungeons will strive to slay you by various means, and you counter - if you survive - by developing the skills of your choice and wielding mighty artifacts.
ToMEs races from Hobbit to Troll and classes from Swordmaster to Summoner allow for many different playing styles and a replay value that extends through years.
The only game so realistic that your scrolls and spell books will burn if you trudge in lava (unless you have gained immunity from some armour), you will dry up rivers to cast mighty spells, strike at orcs with blades attuned to slay them specifically, summon armies from a simple totem, and even forge your own artifacts.
There is an entire community to help you with the game, and it is far from static - ToME is a developing game, always improving. And best of all, its free.
Enhancements:
- Fix window position saving on Mac OS
- Remove buggy trap of Stair Movement
- Fix typo in one monsters flags
- Fix word wrapping in character sheet
<<lessHundreds of different monsters in randomly-generated, unpredictable dungeons will strive to slay you by various means, and you counter - if you survive - by developing the skills of your choice and wielding mighty artifacts.
ToMEs races from Hobbit to Troll and classes from Swordmaster to Summoner allow for many different playing styles and a replay value that extends through years.
The only game so realistic that your scrolls and spell books will burn if you trudge in lava (unless you have gained immunity from some armour), you will dry up rivers to cast mighty spells, strike at orcs with blades attuned to slay them specifically, summon armies from a simple totem, and even forge your own artifacts.
There is an entire community to help you with the game, and it is far from static - ToME is a developing game, always improving. And best of all, its free.
Enhancements:
- Fix window position saving on Mac OS
- Remove buggy trap of Stair Movement
- Fix typo in one monsters flags
- Fix word wrapping in character sheet
Download (2.5MB)
Added: 2007-05-23 License: GPL (GNU General Public License) Price:
885 downloads
uriparser 0.5.1
uriparser project is a strictly RFC 3986 compliant URI parsing library. more>>
uriparser project is a strictly RFC 3986 compliant URI parsing library. uriparser is cross-platform, fast, supports Unicode and is licensed under the New BSD license.
Main features:
- Cross-platform (Unix, Windows, Mac OS X, ...)
- Strictly compliant to RFC 3986 (latest RFC on URIs to date)
- Fast (linear input length time complexity)
- Unicode support
- No external dependencies
- Uses unit testing
- Licensed under the New BSD license
Enhancements:
- This release fixes several bugs revealed by test cases from 4Suite.
<<lessMain features:
- Cross-platform (Unix, Windows, Mac OS X, ...)
- Strictly compliant to RFC 3986 (latest RFC on URIs to date)
- Fast (linear input length time complexity)
- Unicode support
- No external dependencies
- Uses unit testing
- Licensed under the New BSD license
Enhancements:
- This release fixes several bugs revealed by test cases from 4Suite.
Download (0.19MB)
Added: 2007-08-09 License: BSD License Price:
807 downloads
KBall Final 2004
KBall is a game of skill and reflexes, non violent, suitable for all ages. more>>
KBall is a game of skill and reflexes, non violent, suitable for all ages.
The idea is to move a ball around the map, without falling, without running out of time, and getting the prizes, in order to reach the exit.
The map has different traps, such as slides, pushers, jumps, falls, walls, etc.
Maps are viewed from top view, and the walls and players ball are real-time rendered in beautiful 3D.
Main features:
- Is 100% non-violent FUN - Suitable for ALL ages.
- Also, a easy to use, full map editor included! You can do your OWN maps!!!
- Available with cross-platform support for DOS, Windows, Unix, Linux, BeOS, QNX and MacOS systems.
- Source code also available (under open source license)
- Made in C++, using Allegro game library and other open source tools.
Enhancements:
- New speech sounds for game over and won screen.
- Fixed some engine bugs.
- New levels.
- Removed the "demo" message.
- Entering final stage of release.
- F11 key toggles show or not fps.
- New Windows installer.
<<lessThe idea is to move a ball around the map, without falling, without running out of time, and getting the prizes, in order to reach the exit.
The map has different traps, such as slides, pushers, jumps, falls, walls, etc.
Maps are viewed from top view, and the walls and players ball are real-time rendered in beautiful 3D.
Main features:
- Is 100% non-violent FUN - Suitable for ALL ages.
- Also, a easy to use, full map editor included! You can do your OWN maps!!!
- Available with cross-platform support for DOS, Windows, Unix, Linux, BeOS, QNX and MacOS systems.
- Source code also available (under open source license)
- Made in C++, using Allegro game library and other open source tools.
Enhancements:
- New speech sounds for game over and won screen.
- Fixed some engine bugs.
- New levels.
- Removed the "demo" message.
- Entering final stage of release.
- F11 key toggles show or not fps.
- New Windows installer.
Download (0.067MB)
Added: 2005-08-11 License: GPL (GNU General Public License) Price:
1539 downloads
Radar Tools 0.18
Radar Tools is an advanced SAR remote sensing image processing software. more>>
Radar Tools in short RAT is a small collection of tools for processing SAR (synthetic aperture radar) remote sensing data, packed together in a nice graphical user interface.
Our motivation to start the development of RAT is that modern remote sensing software like Erdas Image or ENVI include only some basic SAR functionality. Advanced algorithms have to be implemented by oneself.
So we descided to start the development of RAT. RAT should bring modern SAR algorithms to a wider user-base by simplifying in particular the data handling and processing of complex SAR data.
RAT is planned as an ongoing community effort, i.e. there will be no final version with a certain functionality. It is our idea to include more and more SAR tools in future and to make them freely available to the scientific community.
We of course also hope for external contributions. Because of this, the programming interface of RAT is kept quite simple and adding own functions is quite easy. Function templates are included in the distribution and a step-by-step description of how to program a RAT module will appear soon in the documentation.
Main features:
General features
- Cross-platform (Unix, Windows, Linux & Mac OSX)
- Free software, no commercial software license needed (when using the IDL-VM version)
- Availability of the complete source code
- Modular design, easy to extend by own functions
- Small memory footprint even when processing large images (vertical tiling)
- No limitation on the image size
- Keep track of data representation changes during image processing
- Optimised preview on screen while calculations are done in full resolution
- Native import routines for E-SAR (DLR) and ENVISAT-IMS (ESA) data
- Export possibility to generic graphic formats (png, jpg & tiff)
- Undo function for the last processing step
Generic image manipulation
- Resize, presumming & cut region
- Zooming of an area of interest
- Mirror vertical and horizontal
- Binary transforms
Single channel SAR
- SAR speckle filtering (Boxcar, Median, Gauss, Kuan, Frost, MAP Lee, refined Lee, Lee-Sigma)
- Edge detection (RoA, MSP-RoA, Sobel, Roberts)
- Co-occurance texture features, variation coefficient
- Point and distributed target analysis
- Generic slant-to-ground range projection
SAR polarimetry
- Polarimetric point target analysis
- Polarimetric speckle filtering (Boxcar, Lee, refined Lee)
- Polarimetric CFSAR edge detection
- Calculation of interchannel ratios, correlation & phase differences
- Formation of covariance and coherency matrix, span calculation
- Polarimetric basis transforms (linear -> circular ....)
- Decompositions (Pauli, Freman-Durdan, Moriyama, Entropy/Alpha, Eigenvalue, Sphere-Diplane-Helix....)
- Polarimetric classification (Entropy/Alpha/Anisotropy, Wishart, No. of scatterers, physical, Lee category preserving...)
- Polarimetric calibration: imbalance, symmetrisation & crosstalk (Quegan method)
SAR interferometry
- Image pair coregistration (coarse, subpixel & spatially varying)
- Interferogram formation
- Flat-earth removal
- Phase-unwrapping (least-squares only)
- Phase noise filter (Boxcar, Goldstein & GLSME)
- Coherence estimation (Boxcar, Gauss, Region Growing)
- Shaded relief calculation
Polarimetric SAR interferometry
- Formation of POLINSAR covariance and coherency matrices
- Coherence estimation & optimisation
- Extraction of optimised ESPRIT phases
- POLINSAR speckle filtering (Boxcar, Gauss & Lee)
- Coherence analysis in the complex unitary plane
<<lessOur motivation to start the development of RAT is that modern remote sensing software like Erdas Image or ENVI include only some basic SAR functionality. Advanced algorithms have to be implemented by oneself.
So we descided to start the development of RAT. RAT should bring modern SAR algorithms to a wider user-base by simplifying in particular the data handling and processing of complex SAR data.
RAT is planned as an ongoing community effort, i.e. there will be no final version with a certain functionality. It is our idea to include more and more SAR tools in future and to make them freely available to the scientific community.
We of course also hope for external contributions. Because of this, the programming interface of RAT is kept quite simple and adding own functions is quite easy. Function templates are included in the distribution and a step-by-step description of how to program a RAT module will appear soon in the documentation.
Main features:
General features
- Cross-platform (Unix, Windows, Linux & Mac OSX)
- Free software, no commercial software license needed (when using the IDL-VM version)
- Availability of the complete source code
- Modular design, easy to extend by own functions
- Small memory footprint even when processing large images (vertical tiling)
- No limitation on the image size
- Keep track of data representation changes during image processing
- Optimised preview on screen while calculations are done in full resolution
- Native import routines for E-SAR (DLR) and ENVISAT-IMS (ESA) data
- Export possibility to generic graphic formats (png, jpg & tiff)
- Undo function for the last processing step
Generic image manipulation
- Resize, presumming & cut region
- Zooming of an area of interest
- Mirror vertical and horizontal
- Binary transforms
Single channel SAR
- SAR speckle filtering (Boxcar, Median, Gauss, Kuan, Frost, MAP Lee, refined Lee, Lee-Sigma)
- Edge detection (RoA, MSP-RoA, Sobel, Roberts)
- Co-occurance texture features, variation coefficient
- Point and distributed target analysis
- Generic slant-to-ground range projection
SAR polarimetry
- Polarimetric point target analysis
- Polarimetric speckle filtering (Boxcar, Lee, refined Lee)
- Polarimetric CFSAR edge detection
- Calculation of interchannel ratios, correlation & phase differences
- Formation of covariance and coherency matrix, span calculation
- Polarimetric basis transforms (linear -> circular ....)
- Decompositions (Pauli, Freman-Durdan, Moriyama, Entropy/Alpha, Eigenvalue, Sphere-Diplane-Helix....)
- Polarimetric classification (Entropy/Alpha/Anisotropy, Wishart, No. of scatterers, physical, Lee category preserving...)
- Polarimetric calibration: imbalance, symmetrisation & crosstalk (Quegan method)
SAR interferometry
- Image pair coregistration (coarse, subpixel & spatially varying)
- Interferogram formation
- Flat-earth removal
- Phase-unwrapping (least-squares only)
- Phase noise filter (Boxcar, Goldstein & GLSME)
- Coherence estimation (Boxcar, Gauss, Region Growing)
- Shaded relief calculation
Polarimetric SAR interferometry
- Formation of POLINSAR covariance and coherency matrices
- Coherence estimation & optimisation
- Extraction of optimised ESPRIT phases
- POLINSAR speckle filtering (Boxcar, Gauss & Lee)
- Coherence analysis in the complex unitary plane
Download (2.5MB)
Added: 2007-04-02 License: Freeware Price:
952 downloads
Google Earth 4.0.2723.0
Google Earth is a broadband, 3D application that not all computers can run. more>> <<less
Download (16.2MB)
Added: 2007-02-01 License: Freeware Price:
10809 downloads
AudioFormat 0.5.1
AudioFormat is a simple, unobtrusive audio format converter for your GNOME desktop. more>>
AudioFormat is a simple, unobtrusive audio format converter for your GNOME desktop. The project integrates with Nautilus and the desktop-wide audio profile settings.
AudioFormat is available under the terms of the BSD License.
<<lessAudioFormat is available under the terms of the BSD License.
Download (0.013MB)
Added: 2007-03-24 License: BSD License Price:
944 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above beautiful earth license key search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed