Downloads

System requirements: Java version 1.8 or higher.

Binary packages

Windows installer
...easy installation for Windows systems
JAMS-3.15_02-bin.exe
(size: 111.4MB; date: 08/02/2023)
Binary archive
...platform-independent and flexible
JAMS-3.15_02-bin.zip
(size: 111.3MB; date: 08/02/2023)

For information about installing and using JAMS, please have a look at the documentation.

Sources

JAMS source archive
...build your own JAMS version
JAMS-3.15_02-src.zip
(size: 170.2MB; date: 08/02/2023)
J2K source archive
...sources of all J2K model components
J2K-r2051-src.zip
(size: 3.8MB; date: 08/02/2023)
JAMS@Subversion
...get the latest JAMS sources
http://svn.geogr.uni-jena.de/svn/jams
(login/password: guest/guest)
Components@Subversion
...all models/components
http://svn.geogr.uni-jena.de/svn/jamsmodels
(login/password: guest/guest)

For information about how to set up and compile a source project, please have a look at the documentation.

Old Releases

A full list of current and old JAMS releases can be found here.

Release notes version 3.15

Software Improvements and Bug Fixes

  • improvement to the JAMS GUI / window layout
  • usability improvements to the Data Explorer
  • added option to define standard output data directory via properties file

New / Improved Model Components

  • jams.components.io.unidata.NetCDFReader, jams.components.io.unidata.TimeIntervalFromNetCDF
    • read spatio-temporal data from from a NetCDF file
    • creates a time interval attribute from a NetCDF file, e.g. for iterating over all of its time steps
  • jams.components.io.TimeIntervalFromDataStore
    • creates a time interval attribute from a datastore, e.g. for iterating over all time steps in an input dataset
  • jams.components.aggregate.MinMax
    • calculates min/max of incoming values
  • jams.components.aggregate.SpatioTemporalAggregator
    • improved aggregation options for spatio-temporal data
  • jams.components.statistics.PercentileCalc
    • caculates percentile values from input data
  • jams.components.io.TemporalShapeEntityWriter
    • improved handling of temporary files
  • jams.components.io.TemporalShapeEntityWriter
    • added function to auto-create subdirectories based on name

Revision 01/02

  • minor issues fixed