Autoplot Application (#{tag})
jnlp WebStart : Open JDK and Java 8 through Java 11 launch mechanism, 64-Bit Java will improve capabilities.
Single-Jar : .jar files can be launched on Windows and Mac, and contain a shell script for launching on Unix computers.
dmg: a self-contained installer for Mac computers. (Paused for now, please use single-jar.)
exe: a self-contained installer for Windows computers. (Production releases only)
New map image is available, copied from https://www.naturalearthdata.com and used in Autoplot with this URI. Existing outlines overlaid to verify.
Autoplot allows plotting of data from many data sources, including remote CDF files and HAPI 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 v2023a branch. This is an update to the production version containing bugfixes and minor new features.
Java 8 is now required.
Run with 1GB of memory to support 32-bit Java versions, and run off of ci-pw build server: autoplot_1GB.jnlp
Bugfixes (2023-02-11 r26923):
- 0047: anchor type "plot" definition, underscore border type.
- 1696: automatically anchor annotation to canvas when plot is specified.
- fftPower has branch were factor of 4 was used where factor of 2 was appropriate. Thanks, Keith!
- 2506: CDAWeb reader didn't handle multi-variable reads when virtual variables are used. Thanks, Bob!
- corrections to HAPI server associated with non-ASCII unicode characters. Thanks, Bob!
- rfe795corrections to identifyContinuousBlocks. Thanks, Sadie!
- tweak where statistics are run on large datasets, which was causing pause before display. Run large dataset stats in the background.
- 2504: loading a .vap with duplicate IDs results in very weird behavior. Thanks, Bill!
- handle when getParam is called with the same parameter name twice, dialog is now resizable.
- "if(len(r_erg))" was included in simplified Jython script, causing runtime error. Thanks, Sadie!
- 2501: clean up the X and Y parts of the CDF editor dialog, so that only compatible Xs and Ys are offered. don't allow EwEw&X=EwEw, etc.
- rte_1865701214: strange and annoying RTE associated with setting the status bar text. Thanks, Bill!
Older Bugfixes (2023-01-21 r26875):
- Correction to nominal units handling, where nominal datums are now sorted alphabetically, but old code still sorted by creation order. Thanks Jean-Marc!
- correction to trace mode, where Jython code is broken up into individual commands and executed one-by-one.
- annotation command uses row and column from identified plot.
- 2497: Allow trivial calculations, such as "PWD+..." to be in getParam calls.
- 2496: track down where order preceding units conversion can affect result of conversion by a trivial amount, which might be amplified in testing.
- 793: swe19970812.nc?Time was broken because the non-digit whitespace was needed for the logic.
- Image render type autorange detects log spacing in axes.
- NetCDF/HDF files can contain formatted ISO8601 again.
- vap+hapi:http://amda.irap.omp.eu/service/hapi?id=ace-epam-ca60¶meters=Time,ace_epam_ca60_he&timerange=2022-06-16 showed where kernel-rebinner wasn't expecting a bins dataset.
- bug with das2server when "vap+das2server:" was entered, as with File->Add Plot From->Das2Server.
- 2491: plot( uri, timerange, monitor ) is supported.
- RTEs are sent to cottagesystems.com, not jfaden.net, to work around SSL certificate issue.
- 2490: renderType propagates though binary operations, because histogram vanish would dissappear when divided.
- corrections to parsing of "|histogram(2022-09-29T08:36:00Z,2022-09-29T10:07:00Z,1 min )" which supported spaces in some places but not others.
- correction to change which broke completions for "ds=getDataSet('https://<C>')"
- don't paint the DasAxis when the initial resize hasn't happened.
- Remove redundant "range" and "scale" label from undo list. Correction to where undo wasn't kept.
Features:
- Improvements to the Autoplot servlet, after seeing modern JavaScripts needed corrections to the code.
- 796: improve support for second timerange parameter. Thanks, Sadie!
Less recent features:
- AsciiParser has new methods for parsing data within a string, useful for scripts with an in-line calibration table.
- 795: new identifyContinuousBlocks routine added.
- ScriptGUIServlet uses new TimeUtil.js to properly handle next/previous.
- KernelRebinner supports rank 2 bundle of X,Y,Z.
- new min, max, and extend autorangeHints.
- boundsDataset command allows bounding boxes to be created without scripts.
- 793: handle nominal data in NetCDF (and HDF5). Thanks, JM!
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)
- PDS4 files (.lblx)
- Excel spread sheets (.xls)
- das2Streams (.d2s or .das2Stream)
- HAPI Servers (vap+hapi:)
- CDAWeb data server (vap+cdaweb:)
- das2servers (vap+das2server:)
- QStreams (.qds) (serialized version of internal model QDataSet)
- Plasma Wave Group das2 Server
- NetCDF files (.nc,.ncml)
- HDF5 files (.h5,.hdf5)
- DODs servers (.dds)
- Cluster Exchange Format files (.cef)
- Fits Format Files (.fits)
- Images (.jpg, .png, .gif)
- Wav audio files (.wav)
autoplot.org is the website containing
more information than this launch page.