Autoplot Application (#{tag})
Timely demo URI found in bug 1922. Happy Halloween!
Autoplot allows plotting of data from many data sources, including remote CDF files and OpenDAP servers.
Datasets are identified with URIs, and by the URI's extension, data are loaded into the internal data model. Data are then
displayed by guessing the rendering method and axis ranges to provide a reasonable, useful view of the data. Data can then
be additionally processed with other operations like smooth and FFT, and Jython scripting provides a capable programming environment.
This is the Autoplot v2020a branch. This is an update to the production version containing bugfixes and minor new features.
Java 7 is now required. Java 8 will be required sometime soon.
Run with 4GB of memory (64-bit Java only): autoplot_4GB.jnlp
Single-jar version, autoplot.jar, can be run without network access and from the command line.
Mac DMG Release is available.
Bugfixes (2020-10-31 r25260):
- In Mathematica to Jython, properly handle "2754 2^(2/3)"
- medianFilter would fail if there was too much fill data. Thanks, Kristoff!
Older Bugfixes (2020-09-30 r25152):
- NegativeArraySizeException in intermediate state of SeriesRenderer, when log axis is used and plot has not been sized. Thanks, Jon N!
- 2290: unbundle filter GUI contained bug which would insert extra quote in the argument.
- recent change to pngWalkTool didn't consider one of the initialization modes.
- datumRange constructor which took two long-backed cdf_tt2000 datums would convert the end datum unnecessarily, introducing numerical noise.
- correction to FTP so that user:pass is only requested once, anonymous ftp is dropped.
- HAPI server transactions should use UTF-8 and not the system default encoding. Thanks, Vincent and Benjamin!
- Tooltip on progress monitor, which is never truncated, shows transfer rate.
- 2295: improvements to automatic variable name selection.
- improve support for huge CDF files (>2G), by removing a check which assumed that the ByteBuffer was a mapping of the entire file. Improve feedback.
- When PNGWalk has roughly the expected number of files, don't count off intervals, which causes problems when 10-day plots start at year boundaries.
- Yearly update of digital signature for JNLP.
- 2292: bugfix in DataSourceUtil.trimScatterToTimeRange, which didn't find the timetags when three timeseries datasets were bundled. Thanks, Allison!
- 2292: correction to the timerange used in the resultant dataset.
- 2292: mashup tool now puts current list of URIs into the recent URIs, for easier to create URIs of that other datasets from the same file. Thanks, Allison!
- 2292: mashup tool now removes timerange from each URI, which was cluttered and confusing.
- rfe425: in MashUp tool, use new guessNameFor which guarantees unique names.
- rfe425: in MashUp tool, leave tree branch unfolded when inserting an operation, to minimize changes.
- graphical ProgressMonitor shows rate in tooltip as well as the status.
- there was a path where the keychain file would get a file for credentials, not the folder the file is within.
- correction to "show error bars" binding, the initial setting should be disabled.
- bugfix: SerializeDelegate was not added for ErrorBarType
- rte_1611550558: index out of bounds in misformatted time resulted in poor error feedback. Thanks dphartley!
- rte_1611550558: old $x for localized m/d/Y or d.m.Y was leftover in old code, which could be confusing.
Features:
- rfe363: check version of Javadoc when deciding how to create link.
- rfe363: finally "addToSearchPath"'s Javadoc argument is used for Javadoc completions. (To be shown at 2020 AGU.)
- rfe363: first batch of new icons showing Java static method vs instance method, properly filter by context.
Less recent features:
- create pngwalk shows processing rate based on last 20 images, not the whole run, so that parallel processing is improved.
- Jython editor has new developer->"Convert Mathematica code to Jython" tool.
- create pngwalk checks for lockfile, so that multiple processes can work on pngwalk in concert.
Known issues:
- see Source Forge
- Bugs often have a four-digit ID and can be reviewed with https://sourceforge.net/p/autoplot/bugs/<ID>/.
- Features typically have a three-digit ID and can be reviewed with https://sourceforge.net/p/autoplot/feature-requests/<ID>/.
This completes the feature set for the new production branch. No major features will be added before branching this version.
A production branch will be started in a couple of weeks, and the "Start Autoplot" link at the top of
autoplot.org will run this version.
Feedback on the function and quality of this release is greatly appreciated!
Data is input from:
- ASCII files (.dat,.txt)
- CSV files (.csv)
- Binary files (.bin)
- CDF files(.cdf)
- Excel spread sheets (.xls)
- das2Streams (.d2s or .das2Stream)
- ViRBO's TSDS server
- CDAWeb data server (vap+cdaweb:)
- das2servers (vap+das2server:)
- QStreams (.qds), QDataSet on a das2Stream
- Plasma Wave Group das2 Server
- NetCDF files (.nc,.ncml)
- HDF5 files (.h5,.hdf5)
- DODs servers (.dds)
- Cluster Exchange Format files (.cef)
- Fits Format Files
- Images (.jpg, .png, .gif)
- Wav audio files (.wav)
This is not complete, and limitations include:
- Quantities of rank 3 dimensionality (e.g. flux(Time,Energy,pitch) are plotted by slicing.
- Quantities of rank 4 dimensionality (e.g. flux(Time,Energy,azimuth,sector) are plotted by slicing twice.
autoplot.org is the wiki website, and contains
more information than this launch page.