TNO Intern

Commit 700743b0 authored by Arjo Segers's avatar Arjo Segers
Browse files

Updated version number.

parent 0f5dae3e
Loading
Loading
Loading
Loading
+22 −0
Original line number Diff line number Diff line
@@ -549,3 +549,25 @@ Plot pixels als polygons in case track information is not present.
  src/cso/cso_plot.py


v2.15
-----

Updates for access to Copernicus DataSpace: use STAC API to inquire, and download from S3 buckets.
	src/cso/cso_dataspace.py
	src/cso/cso_s5p.py
	config/tutorial/tutorial.rc
	pyproject.toml

Updated documentation.
	doc/source/s5p-no2.rst
	src/cso/cso_colocate.py
	src/cso/cso_file.py
	src/cso/cso_gridded.py
	src/cso/cso_mapping.py
	src/cso/cso_pal.py
	src/cso/cso_regions.py
	src/cso/cso_superobs.py
	src/cso/cso_tools.py
	src/cso/cso_viirs.py
	src/rc.py
	src/utopya/utopya_tools.py
+3 −0
Original line number Diff line number Diff line
@@ -125,6 +125,9 @@ A summary of the versions and changes.
* | *v2.14*
  | Plot pixels als polygons in case track information is not present.
  
* | *v2.15*
  | Updates for access to Copernicus DataSpace: use STAC API to inquire, and download from S3 buckets.


To be done
==========
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "cso"
version = "2.14"
version = "2.15"
authors = [
    { name = "Arjo Segers" },
    { name = "Lewis Blake" },