Skip to content

Commit d6bd095

Browse files
committed
prepare release of v0.1.7
1 parent acef390 commit d6bd095

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

CHANGES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## Changes in 0.1.7
2+
* Fixed reference to OLCI OWT dataset
3+
14
## Changes in 0.1.6
25
* Updated PML Data:
36
- Fixed reflectance ranges

doors_stores/data/CERTO_blk_OLCI_RES300_final_l3_product_ref_2016.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"time/.zattrs": "{\n \"_ARRAY_DIMENSIONS\": [\n \"time\"\n ],\n \"axis\": \"T\",\n \"calendar\": \"gregorian\",\n \"long_name\": \"reference time of the lwq file\",\n \"standard_name\": \"time\",\n \"units\": \"days since 1970-01-01\"\n}",
88
".zattrs": "{\"Conventions\":\"CF-1.4\",\"TileSize\":\"64:64\",\"description\":\"CERTO OLCI processor, reflectance products are POLYMER output\",\"end_date\":\"26-APR-2016 08:01:03.349332\",\"processing_time\":\"2024-12-16T19:03:03.935888\",\"product_type\":\"CF-1.4\",\"start_date\":\"26-APR-2016 07:59:03.314029\",\"time_coverage_end\":\"26-APR-2016 08:01:03.349332\",\"time_coverage_start\":\"26-APR-2016 07:59:03.314029\",\"trackingID\":\"1cd30d28-141b-4da2-bf01-0f0a4afc3e93\", \"title\":\"DOORS PML CERTO OLCI Reflectances 2016\"}",
99
"Rrs1020_rep/.zarray": "{\"chunks\":[1,1055,2305],\"compressor\":null,\"dtype\":\"<f4\",\"fill_value\":\"NaN\",\"filters\":[{\"elementsize\":4,\"id\":\"shuffle\"},{\"id\":\"zlib\",\"level\":4}],\"order\":\"C\",\"shape\":[250,3163,6913],\"zarr_format\":2}",
10-
"Rrs1020_rep/.zattrs": "{\"_ARRAY_DIMENSIONS\":[\"time\",\"lat\",\"lon\"],\"description\":\"most representative spectrum of fully normalized water-leaving reflectance obtained within aggregation period from CERTO OLCI atmospheric correction processor\",\"long_name\":\"reflectance at 1020 nm\",\"radiation_wavelength\":1020.0,\"radiation_wavelength_units\":\"nm\",\"standard_name\":\"fully_normalized_water_leaving_reflectance_at_1020nm\",\"units\":\"1\\/sr\"}, \"color_bar_name\":\"bone\", \"color_value_min\":0,\"color_value_max\": 0.1}",
10+
"Rrs1020_rep/.zattrs": "{\"_ARRAY_DIMENSIONS\":[\"time\",\"lat\",\"lon\"],\"description\":\"most representative spectrum of fully normalized water-leaving reflectance obtained within aggregation period from CERTO OLCI atmospheric correction processor\",\"long_name\":\"reflectance at 1020 nm\",\"radiation_wavelength\":1020.0,\"radiation_wavelength_units\":\"nm\",\"standard_name\":\"fully_normalized_water_leaving_reflectance_at_1020nm\",\"units\":\"1\\/sr\", \"color_bar_name\":\"bone\", \"color_value_min\":0,\"color_value_max\": 0.1}",
1111
"Rrs1020_rep/0.0.0": [
1212
"https://rsg.pml.ac.uk/shared_files/liat/DOORS_OLCI/CERTO_doors_blk_v1_20160426_OLCI_RES300__final_l3_product.nc",
1313
844250829,

doors_stores/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2020
# SOFTWARE.
2121

22-
version = '0.1.6'
22+
version = '0.1.7'

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "doors_stores"
7-
version = "0.1.6"
7+
version = "0.1.7"
88
authors = [
99
{ name="Tonio Fincke" },
1010
]

0 commit comments

Comments
 (0)