TNO Intern

Commit 69c32484 authored by Arjo Segers's avatar Arjo Segers
Browse files

Tagged v2.5.

parent 5222634c
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -244,9 +244,13 @@ Use pandas concat to combine dataframes.
  py/cso_pal.py

Replaced `where` concstructs by loops after memory errors in output filling.
  oper/src/cso_ncfile
  oper/src/cso_ncfile.F90
  
Check on `pix_all` value to know if pixels are assigned to any of the sub-domains.
  src/tutorial_oper_S5p.F90

Migration from Copernicus SciHub to DataSpace.
  bin/dhusget.sh
  doc/source/*
  py/*
  config/*
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ copyright = '2020-2023, Arjo Segers'
author = 'Arjo Segers'

# The full version, including alpha/beta/rc tags
release = 'v2.4'
release = 'v2.5'


# -- General configuration ---------------------------------------------------
+4 −0
Original line number Diff line number Diff line
@@ -87,6 +87,10 @@ A summary of the versions and changes.
  | Reformatted using 'black'.
  | *(2023-08)*

* | *v2.5*
  | Support new Copernicus *DataSpace* portal to download Sentinel data.
  | *(2023-11)*


To be included
==============