Skip to content

developer.userDirectory

Jeremy Faden edited this page Jun 14, 2024 · 3 revisions

Autoplot needs a local space to run the full application. This is in $HOME/autoplot_data/, so it is at:

  • /home/$USER/autoplot_data on linux/unix
  • /Users/$USER/autoplot_data on a mac and Windows 7
  • C:\Documents and Settings\USER\autoplot_data on Windows XP

Within this folder there are the folders:

  • fscache/ area for the cache of downloaded files
  • plugins/ jar files for new plugins go here, also jython-implementations of plugins. These are not used because of Webstart security. For local installations, this probably still works.
  • bookmarks/ bookmarks storage and recent links.
  • tools/ Jython scripts that are added to the menu bar under tools.
  • pycache/ Python puts stuff here for its operation

The fscache can be moved using the Autoplot GUI to a different filesystem.

Table Of Contents

URIs that Point to Data Files

Download a CDF and Plot it with Autoplot

Load a CDF directly from a website

URIs that Point to Data Servers

Saving to vap files

Loading vap files

Data Sources

CDF Files

HDF/NetCDF Files

Aggregation

CDAWeb

HAPI Servers

Exporting Data

Export Types

Additional controls

Aggregation

Tools

PNGWalk Tool

Data Mash Up

Events List

Run Batch

Advanced Topics

TimeSeriesBrowse and other Capabilities

Events Lists

Caching

Autoranging

Managing Autoplot's Data Cache

Using Autoplot with Python, IDL, and Matlab

Reading data into Python

Reading data into IDL

Reading data into Matlab

QDataSet Data Model

Clone this wiki locally