[X] The "/DIVA-GIS (Windows/Java)/install.exe" file could not be found or is not available. Please select another file.

Share

More
TaDaPro: Tabular Data Processor Icon

TaDaPro: Tabular Data Processor

by smdavis


TaDaPro is a command-line utility to operate with numerical column tabulated data.It is intended for operations that are cumbersome to do by hand in a spreadsheet, and for transformations that have to be applied as a batch process on many files.


http://tadapro.sourceforge.net





Separate each tag with a space.

Release Date:

2009-04-08

Topics:

License:

Ratings and Reviews

  • Thumbs up:

    1
  • Thumbs down:

    0
100% of 1 user recommends this project
  • Thumbs up

    Excelent project!

    posted by anonymous 33 days ago
    If you'd like to rate this review, please log in.

View all reviews

Project Feed

  • tadapro 0.8.5 file released: tadapro-0.8.5.tar.gz

    0.8.5: - New 'split' command to split a table into several tables by rows/columns - New 'arrange' command to exchange the order of rows/columns - New 'reshape' command to change the dimensions of a table, conserving the number of cells - New 'function' command to define mathematical functions - New 'nonlinfit' command to perform non linear fits (Levenberg-Marquardt algorithm) - Correlation coefficient R is shown instead of R^2 in regression fits - Fixed bug in 'histogram' - Fixed regresive bug in 'inspect' 0.8.4: - Fixed several regression bugs - New 'running' command to compute running properties - New 'correlate' command to compute Pearson's correlation - New 'findzero' command to find the point where a curve crosses zero - New 'size' macro instead of 'rows' and 'columns' - New 'realfft' and 'complexfft' commands to compute FFT - New 'history' command to show the command history - New 'repeat' (alias ':') command to execute a given command again - New macro 'debug' to set debug mode in scripts - Ask if you want to save modified tables when exiting - Tables have column headers now in interactive mode - Non-alphanumeric characters are split at the beginning of a command, so now !ls is the same as ! ls - Better internal representation of variables - Better internal representation of macros 0.8.3: - Fixed bug in command completer - Fixed bug in argument handling - Fixed several regression bugs - Added command history in ~/.tadapro.history - Column zero is not printed in non-interactive mode - New error message, "Out of range" - Better internal handling of ranges - New type specifier 'b:' for boolean arguments - New flag 'inplace' in 'celleval' to replace values 'on the fly' - Several searches and substitutions were implemented with regular expressions - New option 'padrow' in 'load', pads rows with empty columns - Variable 'autoload' used to customize automatic loading of files (when using -e or -c) 0.8.2: - Support for pipes in 'load', to customize the loading of tables: loading of compressed files, etc. - Support for variable arrays - Improvements in the online help, better documentation of individual commands - Ternary operator inside { }, syntax is { <value1> if <condition> else <value2> } - Completion of variables in interactive mode (start a parameter with $ and press tab) - Variable expansion inside single quotes (double quotes don't expand anything) - Arguments can be passed in arbitrary order, using the argument=value notation - Support for adding 'docstrings' to a macro - New 'setpipe' macro for defining pipes - New 'pipes' command, shows all pipes enabled for use in 'load' - New 'cell' command, to access the individual values in a table - New 'integrate' macro to compute the integral of a range (returns a single value) - New 'differentiate' macro to compute the derivative - New 'histogram' command to compute histograms - New flow control statements for macros: 'if', 'else', 'while', 'for' - New 'unitconvert' command, converts a column from one unit to another (using the 'units' command from GNU) - New 'resize' command for changing the size of a table 0.8: - Arithmetic Expansion with { } - Subcommand expansion with [[ ]] - Support for variables - Environment variables expansion with @( ) - Multiples lines with ; - Macros make TaDaPro scripts modular - Support loading scripting files with -e - Support for executing code from the command-line with -c

    posted 216 days ago

  • File released: /tadapro/0.8.5/tadapro-0.8.5.tar.gz

    posted 216 days ago

  • File released: /tadapro/0.8.4/tadapro-0.8.4.tar.gz

    posted 241 days ago

  • tadapro 0.8.4 file released: tadapro-0.8.4.tar.gz

    posted 241 days ago

  • File released: /tadapro/0.8.3/tadapro-0.8.3.tar.gz

    posted 354 days ago

  • tadapro 0.8.3 file released: tadapro-0.8.3.tar.gz

    0.8.3: - Fixed bug in command completer - Fixed bug in argument handling - Fixed several regression bugs - Added command history in ~/.tadapro.history - Column zero is not printed in non-interactive mode - New error message, "Out of range" - Better internal handling of ranges - New type specifier 'b:' for boolean arguments - New flag 'inplace' in 'celleval' to replace values 'on the fly' - Several searches and substitutions were implemented with regular expressions - New option 'padrow' in 'load', pads rows with empty columns - Variable 'autoload' used to customize automatic loading of files (when using -e or -c) 0.8.2: - Support for pipes in 'load', to customize the loading of tables: loading of compressed files, etc. - Support for variable arrays - Improvements in the online help, better documentation of individual commands - Ternary operator inside { }, syntaxis is { <value1> if <condition> else <value2> } - Completion of variables in interactive mode (start a parameter with $ and press tab) - Variable expansion inside single quotes (double quotes don't expand anything) - Arguments can be passed in arbitrary order, using the argument=value notation - Support for adding 'docstrings' to a macro - New 'setpipe' macro for defining pipes - New 'pipes' command, shows all pipes enabled for use in 'load' - New 'cell' command, to access the individual values in a table - New 'integrate' macro to compute the integral of a range (returns a single value) - New 'differentiate' macro to compute the derivative - New 'histogram' command to compute histograms - New flow control statements for macros: 'if', 'else', 'while', 'for' - New 'unitconvert' command, converts a column from one unit to another (using the 'units' command from GNU) - New 'resize' command for changing the size of a table 0.8: - Arithmetic Expansion with { } - Subcommand expansion with [[ ]] - Support for variables - Environment variables expansion with @( ) - Multiples lines with ; - Macros make TaDaPro scripts modular - Support loading scripting files with -e - Support for executing code from the command-line with -c

    posted 354 days ago

  • File released: /tadapro/0.8.2/tadapro-0.8.2.tar.gz

    posted 359 days ago

  • tadapro 0.8.2 file released: tadapro-0.8.2.tar.gz

    0.8.2: - Support for pipes in 'load', to customize the loading of tables: loading of compressed files, etc. - Support for variable arrays - Improvements in the online help, better documentation of individual commands - Ternary operator inside { }, syntaxis is { <value1> if <condition> else <value2> } - Completion of variables in interactive mode (start a parameter with $ and press tab) - Variable expansion inside single quotes (double quotes don't expand anything) - Arguments can be passed in arbitrary order, using the argument=value notation - Support for adding 'docstrings' to a macro - New 'setpipe' macro for defining pipes - New 'pipes' command, shows all pipes enabled for use in 'load' - New 'cell' command, to access the individual values in a table - New 'integrate' macro to compute the integral of a range (returns a single value) - New 'differentiate' macro to compute the derivative - New 'histogram' command to compute histograms - New flow control statements for macros: 'if', 'else', 'while', 'for' - New 'unitconvert' command, converts a column from one unit to another (using the 'units' command from GNU) - New 'resize' command for changing the size of a table 0.8: - Arithmetic Expansion with { } - Subcommand expansion with [[ ]] - Support for variables - Environment variables expansion with @( ) - Multiples lines with ; - Macros make TaDaPro scripts modular - Support loading scripting files with -e - Support for executing code from the command-line with -c

    posted 359 days ago

  • File released: /tadapro/0.8/tadapro-0.8.tar.gz

    posted 370 days ago

  • tadapro 0.8 file released: tadapro-0.8.tar.gz

    - Arithmetic Expansion with { } - Subcommand expansion with [[ ]] - Support for variables - Environment variables expansion with @( ) - Multiples lines with ; - Macros make TaDaPro scripts modular - Support loading scripting files with -e - Support for executing code from the command-line with -c

    posted 370 days ago

Rate and Review

Would you recommend this project?






<

Related Projects

TaDaPro: Tabular Data Processor Actions

Thanks for your rating!

Would you also like to write a review?





Skip Review