Skip to content

Commit

Permalink
Prepare for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
svniemeijer committed Jun 8, 2023
1 parent 9abdf5c commit 06a162c
Show file tree
Hide file tree
Showing 518 changed files with 1,034 additions and 1,029 deletions.
7 changes: 6 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
1.18 2023-06-08
~~~~~~~~~~~~~~~

* Rename all uses of 'water vapour' to 'water vapor'.

* Added =| bitfield operater to allow filtering for the case where only some
Expand All @@ -9,11 +12,13 @@
approach and it is propagated using no correlation for the simple binning
based on center points.

* Add derivation for 'area {latitude,longitude}'.
* Added derivation for 'area {latitude,longitude}' and fixed area calculation
where South Pole was an edge point.

* Fixed reading of string arrays in HARP Python interface.

* Updates to product ingestions:
- ECMWF GRIB: added support for new masterTablesVersion=29 data
- S5P L2 CLOUD: fixed qa_value ingestion for CRB (now use qa_value_crb)
- S5P L2 SO2: added support for SO2 layer height
- OMI L3: added support for OMHCHOd, OMNO2d, and OMSO2e
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ endif()

project(HARP)

set(VERSION 1.17)
set(VERSION 1.18)
set(HARP_VERSION \"${VERSION}\")
set(CPACK_PACKAGE_VERSION ${VERSION})

# Set dynamic library version
set(LIBHARP_CURRENT 14)
set(LIBHARP_REVISION 4)
set(LIBHARP_REVISION 5)
set(LIBHARP_AGE 1)
math(EXPR LIBHARP_MAJOR "${LIBHARP_CURRENT} - ${LIBHARP_AGE}")
set(LIBHARP_MINOR ${LIBHARP_AGE})
Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Copyright (C) 2015-2023 S[&]T, The Netherlands

HARP 1.17 Release Notes
HARP 1.18 Release Notes


HARP is a toolset for ingesting, processing and inter-comparing satellite or
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# autoconf file for HARP
AC_INIT([harp],[1.17])
AC_INIT([harp],[1.18])
AC_CONFIG_AUX_DIR([.])
AM_INIT_AUTOMAKE(foreign subdir-objects 1.12 -Wall)

Expand Down Expand Up @@ -186,7 +186,7 @@ AC_CONFIG_FILES([idl/harp_idl.dlm])
# 6. If any interfaces have been removed or changed since the last public
# release, then set age to 0.
LIBHARP_CURRENT=14
LIBHARP_REVISION=4
LIBHARP_REVISION=5
LIBHARP_AGE=1
AC_SUBST(LIBHARP_CURRENT)
AC_SUBST(LIBHARP_REVISION)
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
# built documents.
#
# The short X.Y version.
version = '1.17'
version = '1.18'
# The full version, including alpha/beta/rc tags.
release = version

Expand Down
2 changes: 1 addition & 1 deletion doc/html/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 63c2b9ca7a6a4c8f9dd5750375b87611
config: ba753ef70cf1adeae0a67f462c123178
tags: 645f666f9bcd5a90fca523b33c5a78b7
4 changes: 2 additions & 2 deletions doc/html/R.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>R interface &mdash; HARP 1.17 documentation</title>
<title>R interface &mdash; HARP 1.18 documentation</title>
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="_static/custom.css" type="text/css" />
Expand Down Expand Up @@ -36,7 +36,7 @@
HARP
</a>
<div class="version">
1.17
1.18
</div>
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
<ul class="current">
Expand Down
2 changes: 1 addition & 1 deletion doc/html/_static/documentation_options.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var DOCUMENTATION_OPTIONS = {
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
VERSION: '1.17',
VERSION: '1.18',
LANGUAGE: 'en',
COLLAPSE_INDEX: false,
BUILDER: 'html',
Expand Down
4 changes: 2 additions & 2 deletions doc/html/algorithms/common.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>common derivations &mdash; HARP 1.17 documentation</title>
<title>common derivations &mdash; HARP 1.18 documentation</title>
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../_static/custom.css" type="text/css" />
Expand Down Expand Up @@ -37,7 +37,7 @@
HARP
</a>
<div class="version">
1.17
1.18
</div>
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
<ul class="current">
Expand Down
4 changes: 2 additions & 2 deletions doc/html/algorithms/definitions.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Definitions &mdash; HARP 1.17 documentation</title>
<title>Definitions &mdash; HARP 1.18 documentation</title>
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../_static/custom.css" type="text/css" />
Expand Down Expand Up @@ -37,7 +37,7 @@
HARP
</a>
<div class="version">
1.17
1.18
</div>
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
<ul class="current">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>aerosol extinction coefficient derivations &mdash; HARP 1.17 documentation</title>
<title>aerosol extinction coefficient derivations &mdash; HARP 1.18 documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../../_static/custom.css" type="text/css" />
Expand Down Expand Up @@ -37,7 +37,7 @@
HARP
</a>
<div class="version">
1.17
1.18
</div>
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
<ul class="current">
Expand Down
4 changes: 2 additions & 2 deletions doc/html/algorithms/derivations/aerosol_optical_depth.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>aerosol optical depth derivations &mdash; HARP 1.17 documentation</title>
<title>aerosol optical depth derivations &mdash; HARP 1.18 documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../../_static/custom.css" type="text/css" />
Expand Down Expand Up @@ -37,7 +37,7 @@
HARP
</a>
<div class="version">
1.17
1.18
</div>
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
<ul class="current">
Expand Down
4 changes: 2 additions & 2 deletions doc/html/algorithms/derivations/altitude.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>altitude derivations &mdash; HARP 1.17 documentation</title>
<title>altitude derivations &mdash; HARP 1.18 documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../../_static/custom.css" type="text/css" />
Expand Down Expand Up @@ -37,7 +37,7 @@
HARP
</a>
<div class="version">
1.17
1.18
</div>
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
<ul class="current">
Expand Down
4 changes: 2 additions & 2 deletions doc/html/algorithms/derivations/altitude_bounds.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>altitude bounds derivations &mdash; HARP 1.17 documentation</title>
<title>altitude bounds derivations &mdash; HARP 1.18 documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../../_static/custom.css" type="text/css" />
Expand Down Expand Up @@ -37,7 +37,7 @@
HARP
</a>
<div class="version">
1.17
1.18
</div>
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
<ul class="current">
Expand Down
4 changes: 2 additions & 2 deletions doc/html/algorithms/derivations/angstrom_exponent.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>angstrom exponent derivations &mdash; HARP 1.17 documentation</title>
<title>angstrom exponent derivations &mdash; HARP 1.18 documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../../_static/custom.css" type="text/css" />
Expand Down Expand Up @@ -37,7 +37,7 @@
HARP
</a>
<div class="version">
1.17
1.18
</div>
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
<ul class="current">
Expand Down
4 changes: 2 additions & 2 deletions doc/html/algorithms/derivations/cloud_height.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>cloud height derivations &mdash; HARP 1.17 documentation</title>
<title>cloud height derivations &mdash; HARP 1.18 documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../../_static/custom.css" type="text/css" />
Expand Down Expand Up @@ -37,7 +37,7 @@
HARP
</a>
<div class="version">
1.17
1.18
</div>
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
<ul class="current">
Expand Down
4 changes: 2 additions & 2 deletions doc/html/algorithms/derivations/column_mass_density.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>column mass density derivations &mdash; HARP 1.17 documentation</title>
<title>column mass density derivations &mdash; HARP 1.18 documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../../_static/custom.css" type="text/css" />
Expand Down Expand Up @@ -37,7 +37,7 @@
HARP
</a>
<div class="version">
1.17
1.18
</div>
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
<ul class="current">
Expand Down
4 changes: 2 additions & 2 deletions doc/html/algorithms/derivations/column_mass_mixing_ratio.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>column mass mixing ratio derivations &mdash; HARP 1.17 documentation</title>
<title>column mass mixing ratio derivations &mdash; HARP 1.18 documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../../_static/custom.css" type="text/css" />
Expand Down Expand Up @@ -37,7 +37,7 @@
HARP
</a>
<div class="version">
1.17
1.18
</div>
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
<ul class="current">
Expand Down
4 changes: 2 additions & 2 deletions doc/html/algorithms/derivations/column_number_density.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>column number density derivations &mdash; HARP 1.17 documentation</title>
<title>column number density derivations &mdash; HARP 1.18 documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../../_static/custom.css" type="text/css" />
Expand Down Expand Up @@ -37,7 +37,7 @@
HARP
</a>
<div class="version">
1.17
1.18
</div>
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
<ul class="current">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>column number density averaging kernel derivations &mdash; HARP 1.17 documentation</title>
<title>column number density averaging kernel derivations &mdash; HARP 1.18 documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../../_static/custom.css" type="text/css" />
Expand Down Expand Up @@ -37,7 +37,7 @@
HARP
</a>
<div class="version">
1.17
1.18
</div>
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
<ul class="current">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>column volume mixing ratio derivations &mdash; HARP 1.17 documentation</title>
<title>column volume mixing ratio derivations &mdash; HARP 1.18 documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../../_static/custom.css" type="text/css" />
Expand Down Expand Up @@ -37,7 +37,7 @@
HARP
</a>
<div class="version">
1.17
1.18
</div>
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
<ul class="current">
Expand Down
4 changes: 2 additions & 2 deletions doc/html/algorithms/derivations/datetime.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>datetime derivations &mdash; HARP 1.17 documentation</title>
<title>datetime derivations &mdash; HARP 1.18 documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../../_static/custom.css" type="text/css" />
Expand Down Expand Up @@ -37,7 +37,7 @@
HARP
</a>
<div class="version">
1.17
1.18
</div>
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
<ul class="current">
Expand Down
4 changes: 2 additions & 2 deletions doc/html/algorithms/derivations/datetime_bounds.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>datetime bounds derivations &mdash; HARP 1.17 documentation</title>
<title>datetime bounds derivations &mdash; HARP 1.18 documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../../_static/custom.css" type="text/css" />
Expand Down Expand Up @@ -37,7 +37,7 @@
HARP
</a>
<div class="version">
1.17
1.18
</div>
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
<ul class="current">
Expand Down
4 changes: 2 additions & 2 deletions doc/html/algorithms/derivations/datetime_length.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>datetime length derivations &mdash; HARP 1.17 documentation</title>
<title>datetime length derivations &mdash; HARP 1.18 documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../../_static/custom.css" type="text/css" />
Expand Down Expand Up @@ -37,7 +37,7 @@
HARP
</a>
<div class="version">
1.17
1.18
</div>
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
<ul class="current">
Expand Down
Loading

0 comments on commit 06a162c

Please sign in to comment.