10000 Releases · clstoulouse/motu · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: clstoulouse/motu

motu-3.12.01

23 Sep 16:29
Compare
Choose a tag to compare
- [distribution]
    - MOTU-207: Evol: use date instead of zero duration periods for elements in availableTimes field of describeProduct
    - MOTU-174: Fix: fixed regression on Redis DB connection on start-up
- [documentation]
    - Described configuration for scalability with Tomcat Session replication mechanism
- [products]
    - No change done : use 3.12.00 products
- [Configuration]
    - No change done

motu-3.12.00

08 Sep 16:27
Compare
Choose a tag to compare

In order to install Motu, you have to download:

motu-distribution-3.12.00.tar.gz is the binary distribution of the Motu software ready to be installed.
motu-products-3.12.0.tar.gz contains the COTS: Java, Apache tomcat, CDO tools.

Release notes:

[important notice]
This version will work with TDS server under version 4.6.14. It is not compatible with TDS 4.6.8, and has not been tested with other versions.

[distribution]

  • MOTU-157: fixed availableTimes syntax in DescribeProduct example of Readme.md
  • MOTU-174: added checks on Redis configuration elements (using cluster instead of single), and connection check on start-up. Added warning when using default values (port, host, cluter). Added check for port range value and port availability on start-up.
  • MOTU-158: In GUI on download page, only the date with data are selectable. Added consistency on start and end dates to be kept chronologically ordered when modified.
  • MOTU-172: added “outputWritten” parameter in Readme.md of motuclient, and replaced netcdf4 value for this parameter by “netcdf” in MOTU server generator for script page.
  • MOTU-184: new action “healthzstatus” that allows to have a 202 accepted on start-up, and a 200 response code when the cache is fully loaded. See Readme.md.
  • MOTU-185: new action “cachestatus” to display configuration and the status of each dataset of the loaded configuration service. Also displays the product, distribution and configuration versions. See Readme.md.
  • MOTU-176: display the “00h” time value in GUI for datasets with several times by day and the 0h.
  • MOTU-139: Added lat, lon and depth resolution in the GUI and in the “step” xml attribute (only for lon, lat, and GeoX/GeoY axis in xml). The information is read in this order until found on: the dataset attributes, or in the axis attributes or in the axis configuration (computed by TDS) or MOTU tries to compute it.
  • MOTU-189: write the depth value with all the significant digits in the DescribeProduct request to avoid rounding problems that could lead to build requests that wouldn’t have some of the expected depths.
  • MOTU-196/MOTU-197: removed the “N” and “S” letter for North and South in the longitude and depth displayed values. Display the longitude as it is on the dataset (without normalization in -180:180).
  • MOTU-200: shared the status of the received requests in Redis so that any instance of MOTU has the statuses of all requests.
  • MOTU-135: the last update date of a dataset dynamically evolves when the dataset higher available time evolves, instead of only relying on TDS server restart.
  • MOTU-186: Scalar variables can now be extracted, their axis are automatically added to the request. The size of the extracted scalar variables, and of all the axis is now taken into account for the download size request.
  • MOTU-190: A previous problem with Lambert Scalar download was not reproduced in version 3.11.04 nor with this 3.12.00.
  • MOTU-195: In the case of DGF configurations with files on several days, all their dates can now be selected for download.
    AvailableTime xml field is based on both start and end dates found in the xml dataset configuration file.
    Limitation: the generated list of the available times field is not complete, note added in the Readme.md.
  • MOTU-159: support any location of the dataset border (it was previously always considered on the antemeridian)
    Limitation: if the request crosses the dataset border in a NCSS dataset, MOTU relies on the CDO tool to make a longitudinal merge but some values can get modified (including NaN) by CDO. Nothing in the readme about that.
  • MOTU-177: Update to netcdf lib 4.6.14
  • MOTU-202: described reading timeout parameter for MOTU requests to TDS
    Limitation: if lots of file are involved in the query, the TDS response time might still be higher than the socket read timeout.
  • MOTU-204: migration to OpenJDK 1.8 u252-b09
  • MOTU-205: fixed exception on download queries with no variable selected in GUI for dataset with stereographic polar projection and no default lat lon variable or axis.

[products]
Update of :

  • OpenJDK 1.8.0.252.b09
  • apache tomcat from to 9.0.35
  • libtcnative 1.2.21-1.el7.x86_64 to 1.2.23-1.el7.x86_64 (for Tomcat)

motu-3.11.04

15 Jul 14:13
Compare
Choose a tag to compare

In order to install Motu, you have to download:

motu-distribution-3.11.04.tar.gz is the binary distribution of the Motu software ready be be installed.
motu-products-3.11.0.tar.gz contains the COTS: Java, Apache tomcat, CDO tools. (File is provided with release 3.11.00)
Release notes:

  • 3.11.04 :
    • [distribution]

      • Fix nullpointer exception, during extraction
    • [Documentation]

      • README.md fix anchor

motu-3.11.03

03 Jul 15:48
Compare
Choose a tag to compare

In order to install Motu, you have to download:

motu-distribution-3.11.03.tar.gz is the binary distribution of the Motu software ready be be installed.
motu-products-3.11.0.tar.gz contains the COTS: Java, Apache tomcat, CDO tools. (File is provided with release 3.11.00)
Release notes:

  • 3.11.03 :
    • [distribution]
      • Fix WCS error, request stayed in state IN_PROGRESS if the result requested was up to the max result size threshold
      • Fix log/motuQSlog.xml now "requestId" becomes again an attribute of motuQueueServerLog tag and not a child of it
    • [Configuration]
      • log4j.xml Update logger fr.cls.atoll.motu.web.bll.request to fr.cls.atoll.motu.web.bll.request.BLLRequestManager, in order to view logs from cleaner worker
        cd motu
        sed -i 's/fr.cls.atoll.motu.web.bll.request/fr.cls.atoll.motu.web.bll.request.BLLRequestManager/g' config/log4j.xml

motu-3.11.01

03 Jun 14:33
Compare
Choose a tag to compare

In order to install Motu, you have to download:

  • motu-distribution-3.11.01.tar.gz is the binary distribution of the Motu software ready be be installed.
  • motu-products-3.11.0.tar.gz contains the COTS: Java, Apache tomcat, CDO tools. (File is provided with release 3.11.00)

Release notes:

  • 3.11.01 :
    • [distribution]
      • MOTU-179: Height parameter have to be optionnal for WCS GetCoverage request
      • MOTU-183: ERROR CDO deleting files in motu/tomcat-motu/temp/LeftAndRightRequest folder
      • Add sonar

motu-3.11.00

20 May 09:12
Compare
Choose a tag to compare

In order to install Motu, you have to download:

  • motu-distribution-3.11.00.tar.gz is the binary distribution of the Motu software ready be be installed.
  • motu-products-3.11.0.tar.gz contains the COTS: Java, Apache tomcat, CDO tools.

Release notes:

  • [distribution]
    - Fix OpenDap issue "CCNRT-142": Download result have now good data type and fill value taken into account
    - Remove dependencies: Spring, SLF4J
    - Upgrade dependency version in pom.xml
    - Reorganize dependency versions in all pom.xml
    - Remove motu-parent/src/site/*
    - Script web page: Rename motu-client to motuclient
    - Script web page: Script option, a dash character was missing
    - Add a new parameter "wcsDcpUrl" into the motuConfiguration.xml file to provide the URL of DCP into the WCS Getcapabilities response
    - Sort the variables in an alphabetical order on the download page (action=productdownloadhome)
    - Fix coordinates display on the download page (action=productdownloadhome)
    - Fix MOTU-175: Aviso FSLE datasets are not managed with NCSS protocol, bug was cdo merge.sh and standard name issue
    - Update the Motu cache initialization to update all config services at startup and then only which have not xml attribute refreshCacheAutomaticallyEnabled set to false
    - Fix MOTU-168: Starting phase: total number of cache refreshed not always the same
    - Fix MOTU-169: Read timed out error makes the product unavailable; add 3 retries with a sleep interval
    - Fix MOTU-170: "Too many opened files" in errors.log

  • [documentation]
    - wcsDcpUrl: Add the description of the parameter "wcsDcpUrl" to set the frontal URL of Motu in WCS response

  • [products]
    - Fix MOTU-175: Update the CDO merge.sh script to merge while xinc is not defined

motu-3.10.00

10 Oct 14:35
Compare
Choose a tag to compare

In order to install Motu, you have to download:

  • motu-distribution-3.10.00.tar.gz is the binary distribution of the Motu software ready be be installed.
  • motu-products-3.10.0.tar.gz contains the COTS: Java, Apache tomcat, CDO tools.

Release notes:

  • 3.10.00 :
    • [distribution]
      • Fix OutOfMemory issue, due to JaxB instantiation which lead to a memory leak
      • Fix parsing date issue from TDS response
      • Fix thread-safe issue: When several describeCoverage requests where called simultaneously
      • Fix OpenDap issue: decrease number of requests sent to TDS
      • Fix download of a single point
    • [documentation]
      • JVM Memory: PermSize options replaced with new Java1.8 options XX:MetaspaceSize=128M and XX:MaxMetaspaceSize=512M
    • [products]
      • Upgrade APACHE_TOMCAT_VERSION=9.0.8, Java to 1.8.0_181, HDF5 to 1.10.3, Netcdf 4.6.1, CDO to 1.9.5
      • Add LIBTCNATIVE_VERSION=1.2.17-1.el7.x86_64 to run Tomcat faster

motu-3.9.00

13 Jul 14:23
Compare
Choose a tag to compare

In order to install Motu, you have to download:

Release notes:

  • 3.9.00 :
    • [distribution]
      • Fix issue on Download DGF when a request is done on a day with start date = end date
      • Fix issue on curvilinear dataset, variables were missing
      • Fix path issue during hot reload of motuConfiguration.xml
      • Apache Tomcat set the umask, now by default umask used is the one provided by the host from command umask
      • Fix download issue with OpenDap and stereographic projection, take into account attributes _FillValue, scale_factor and add_offset
      • Motu script, update all exit codes to 0
    • [documentation]
      • #ConfigurationSystemTomcatUmask Add documentation about umask

motu-3.8.00

26 Jun 13:01
Compare
Choose a tag to compare

In order to install Motu, you have to download:

  • motu-distribution-3.8.00.tar.gz is the binary distribution of the Motu software ready be be installed.
  • motu-products-3.8.0.tar.gz contains the COTS: Java, Apache tomcat, CDO tools.

Release notes:

  • [distribution]
    - MOTU-131, MOTU-142: Fix action=getsize issue in the unit
    - HTML Metadata:
    - Add meta rel="noopener" for _blank anchor targets. Without this, the new page could have access your window object via window.opener
    - Add meta name="theme-color" to set the toolbar color
    - Log4j update to version 2.9.0
    - MOTU-134: Log4J Fix time synchronization issue: Add attribute immediateFlush="true" to rollingFile log-file-infos.queue
    - MOTU-133: Fix longitude issue with OpenDap while requesting for 1 point
    - MOTU-136, MOTU-152: Change describeproduct behaviour, now all time steps are not listed, but a duration is set with ISO 8601:2004 format
    - MOTU-142: Improve error messages returned by server: Tested on RequestedSizeTooBig, Variable Name not found, Product Name not found
    - MOTU-109: Fix describeProduct action: XML attribute "url" not set
    - DescribeProduct: Variables and axis list is now sorted alphabetically by variable name
    - XML Responses: Now XML output set the attributes in a same order
    - MOTU-143, MOTU-145: Scalability: Now,several Motu servers can run at the same time and share the request status
    - MOTU-151: Instanciation de Redis en mode Cluster
    - Download URL is now done with a GET instead of a POST in motu web site
    - Upgrade netcdf dependency to 4.6.11 and joda time to 2.9.9
    - MOTU-147: Fix issue on curvilinear datasets - Depth dimension is now well set and Motu can extract data
    - MOTU-145: Geographical coverage not correctly displayed in the productdownloadhome for curvilinear coordinates
    - All business settings are now hot reloaded meaning that any updates in motuConfiguration.xml is automatically taken into account.
    - Fix unclosed VFS file system which leaded to create threads indefinitely
    - Upgrade maven dependency Apache commons-vfs2 to 2.2
    - MOTU-154: No data available on latitude 0°
    - MOTU-92: Motu has been tested with TDS 4.6.10
  • [documentation]
    - MOTU-131 #get-size Update unit returned to kB instead of kb
    - README.md add precision on t_low and t_high format
    - README.md add #RedisServerConfig
    - MOTU-100: standardNames.xml is used
  • [products]
    - Upgrade Java to 1.8
    - Update Apache Tomcat to 9.0.8

motu-3.7.01

01 Aug 12:10
Compare
Choose a tag to compare

In order to install Motu, you have to download:

motu-distribution-3.7.01.tar.gz is the binary distribution of the Motu software ready be be installed.
motu-products-3.6.tar.gz contains the COTS: Java, Apache tomcat, CDO tools. It can be downloaded from motu-3.6.00 release.

Release notes:

- [distribution]
    - MOTU-130: Fix a synchronisation issue in case of an exception while updating cache dataset metadata
    - MOTU-129: Fix a download issue which displayed a blank page when a dataset was not CF compliant and had not a standard name for its variables
    - MOTU-128: Fix an issue which did not displayed years oldest than 10 years
0