-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FIX: Fixed cube geojson to conform to the new schema (#6)
- Loading branch information
Showing
1 changed file
with
135 additions
and
182 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,231 +1,184 @@ | ||
{ | ||
"type": "Feature", | ||
"geometry": { | ||
"type": "Polygon", | ||
"coordinates": [ | ||
[ | ||
[ | ||
41.9975, | ||
39.0015 | ||
], | ||
[ | ||
41.9975, | ||
47.9985 | ||
], | ||
[ | ||
26.0015, | ||
47.9985 | ||
], | ||
[ | ||
26.0015, | ||
39.0015 | ||
], | ||
[ | ||
41.9975, | ||
39.0015 | ||
] | ||
] | ||
] | ||
}, | ||
"properties": { | ||
"Conventions": "CF-1.9", | ||
"acknowledgment": "EO4SIBS, CMEMS, DeepESDL project", | ||
"contributor_name": "Brockmann Geomatics Sweden AB", | ||
"contributor_url": "www.brockmann-geomatics.se", | ||
"creator_email": "[email protected]", | ||
"creator_name": "Brockmann Consult GmbH", | ||
"creator_url": "www.brockmann-consult.de", | ||
"date_modified": "2022-08-19 16:19:15.359970", | ||
"geospatial_lat_max": 47.9985, | ||
"geospatial_lat_min": 39.001500000000156, | ||
"geospatial_lat_resolution": 0.0030000000000001137, | ||
"geospatial_lon_max": 41.997499999999725, | ||
"geospatial_lon_min": 26.0015, | ||
"geospatial_lon_resolution": 0.0030000000000001137, | ||
"id": "black-sea-256x256x256", | ||
"institution": "Brockmann Consult GmbH", | ||
"license": "Terms and conditions of the DeepESDL data distribution", | ||
"project": "DeepESDL", | ||
"publisher_email": "[email protected]", | ||
"publisher_name": "Brockmann Consult GmbH", | ||
"publisher_url": "www.brockmann-consult.de", | ||
"source": "EO4SIBS, CMEMS", | ||
"time_coverage_end": "2017-12-31T00:00:00.000000000", | ||
"time_coverage_start": "2016-01-01T00:00:00.000000000", | ||
"data_id": "black-sea-256x256x256.zarr", | ||
"title": "Black Sea Data Cube", | ||
"description": "Black Sea Data Cube", | ||
"version": "1.0.0", | ||
"recipe": "", | ||
"changes": "", | ||
"license": "Terms and conditions of the DeepESDL data distribution", | ||
"time_range": ["2016-01-01","2017-12-31"], | ||
"time_period": "1D", | ||
"spatial_ref": "EPSG:4326", | ||
"spatial_bbox": [26.0015, 39.0015, 41.9975, 47.9985], | ||
"spatial_res": [0.003, 0.003], | ||
"variables": [ | ||
{ | ||
"name": "VHM0", | ||
"grid_mapping": "crs", | ||
"long_name": "Spectral Significant Wave Height (Hm0)", | ||
"processing_level": "L4", | ||
"references": "https://resources.marine.copernicus.eu/product-detail/BLKSEA_MULTIYEAR_WAV_007_006/DOCUMENTATION", | ||
"source": "CMEMS, Black Sea Waves Reanalysis", | ||
"standard_name": "sea_surface_wave_significant_height", | ||
"dtype": "float32", | ||
"dims": ["time","lat","lon"], | ||
"units": "m", | ||
"original_lon_spatial_res": 0.037, | ||
"original_lat_spatial_res": 0.028, | ||
"original_name": "VHM0", | ||
"original_scale_factor": 1.0, | ||
"original_add_offset": 0.0, | ||
"original_time_period": "1H", | ||
"processing_steps": [ | ||
"Temporal daily mean aggregation", | ||
"Spatial nearest neighbor interpolation" | ||
] | ||
"fill_value": "nan", | ||
"time_range": ["2016-01-01","2017-12-31"] | ||
}, | ||
{ | ||
"name": "chl", | ||
"grid_mapping": "crs", | ||
"long_name": "Chlorophyll Concentration", | ||
"processing_level": "L3", | ||
"references": "http://www.eo4sibs.uliege.be/doc/EO4SIBS_DUM_ATBD_OceanColour.pdf", | ||
"source": "EO4SIBS, Level 3 Chl-a, 300m, daily and monthly", | ||
"standard_name": "chlorophyll_concentration", | ||
"dtype": "float32", | ||
"dims": ["time","lat","lon"], | ||
"units": "mg m^-3", | ||
"original_lon_spatial_res": 0.003, | ||
"original_lat_spatial_res": 0.003, | ||
"original_name": "Chlorophyll", | ||
"original_scale_factor": 0.01, | ||
"original_add_offset": 0.0, | ||
"original_time_period": "1D", | ||
"processing_steps": [ | ||
"Multiplying original scale factor" | ||
] | ||
"fill_value": "nan", | ||
"time_range": ["2016-01-01","2017-12-31"] | ||
}, | ||
{ | ||
"name": "sla", | ||
"grid_mapping": "crs", | ||
"long_name": "Sea Level Anomaly", | ||
"processing_level": "L4", | ||
"references": "http://www.eo4sibs.uliege.be/doc/EO4SIBS_D4.4_AltimetryL4_DUM_v1.1.pdf", | ||
"source": "EO4SIBS, Level 4, geostrophic currents, multi-mission gridded merged products for a period of 1 year, 0.0625\u00b0*0.0625\u00b0, daily", | ||
"standard_name": "sea_surface_height_above_sea_level", | ||
"dtype": "float32", | ||
"dims": ["time","lat","lon"], | ||
"units": "m", | ||
"original_lon_spatial_res": 0.0625, | ||
"original_lat_spatial_res": 0.0625, | ||
"original_name": "sla", | ||
"original_scale_factor": 1.0, | ||
"original_add_offset": 0.0, | ||
"original_time_period": "1D", | ||
"processing_steps": [ | ||
"Spatial nearest neighbor interpolation" | ||
] | ||
"fill_value": "nan", | ||
"time_range": ["2016-01-01","2017-12-31"] | ||
}, | ||
{ | ||
"name": "sss", | ||
"grid_mapping": "crs", | ||
"long_name": "Sea Surface Salinity", | ||
"processing_level": "L3", | ||
"references": "http://www.eo4sibs.uliege.be/doc/EO4SIBS_DUM_ATBD_Salinity.pdf", | ||
"source": "EO4SIBS, Level 3 SSS, 0.25\u00b0*0.25\u00b0, 9-day averaged produced daily", | ||
"standard_name": "sea_surface_salinity", | ||
"dtype": "float32", | ||
"dims": ["time","lat","lon"], | ||
"units": "psu", | ||
"original_lon_spatial_res": 0.25, | ||
"original_lat_spatial_res": 0.25, | ||
"original_name": "sss", | ||
"original_scale_factor": 1.0, | ||
"original_add_offset": 0.0, | ||
"original_time_period": "1D", | ||
"processing_steps": [ | ||
"Spatial nearest neighbor interpolation" | ||
] | ||
"fill_value": "nan", | ||
"time_range": ["2016-01-01","2017-12-31"] | ||
}, | ||
{ | ||
"name": "sst", | ||
"grid_mapping": "crs", | ||
"long_name": "Sea Surface Temperature", | ||
"processing_level": "L3", | ||
"references": "https://resources.marine.copernicus.eu/product-detail/SST_BS_SST_L3S_NRT_OBSERVATIONS_010_013/DOCUMENTATION", | ||
"source": "CMEMS, Black Sea - High Resolution and Ultra High Resolution L3S Sea Surface Temperature", | ||
"standard_name": "sea_surface_temperature", | ||
"dtype": "float32", | ||
"dims": ["time","lat","lon"], | ||
"units": "K", | ||
"original_lon_spatial_res": 0.00833, | ||
"original_lat_spatial_res": 0.00833, | ||
"original_name": "sea_surface_temperature", | ||
"original_scale_factor": 1.0, | ||
"original_add_offset": 0.0, | ||
"original_time_period": "1D", | ||
"processing_steps": [ | ||
"Spatial nearest neighbor interpolation" | ||
] | ||
"fill_value": "nan", | ||
"time_range": ["2016-01-01","2017-12-31"] | ||
}, | ||
{ | ||
"name": "ugos", | ||
"grid_mapping": "crs", | ||
"long_name": "Absolute Geostrophic Velocity: Zonal Component", | ||
"processing_level": "L4", | ||
"references": "http://www.eo4sibs.uliege.be/doc/EO4SIBS_D4.4_AltimetryL4_DUM_v1.1.pdf", | ||
"source": "EO4SIBS, Level 4, geostrophic currents, multi-mission gridded merged products for a period of 1 year, 0.0625\u00b0*0.0625\u00b0, daily", | ||
"standard_name": "surface_geostrophic_eastward_sea_water_velocity", | ||
"units": "m s^-1", | ||
"original_lon_spatial_res": 0.0625, | ||
"original_lat_spatial_res": 0.0625, | ||
"original_name": "ugos", | ||
"original_scale_factor": 1.0, | ||
"original_add_offset": 0.0, | ||
"original_time_period": "1D", | ||
"processing_steps": [ | ||
"Spatial nearest neighbor interpolation" | ||
] | ||
"dtype": "float32", | ||
"dims": ["time","lat","lon"], | ||
"units": "K", | ||
"fill_value": "nan", | ||
"time_range": ["2016-01-01","2017-12-31"] | ||
}, | ||
{ | ||
"name": "ugosa", | ||
"grid_mapping": "crs", | ||
"long_name": "Geostrophic Velocity Anomalies: Zonal Component", | ||
"processing_level": "L4", | ||
"references": "http://www.eo4sibs.uliege.be/doc/EO4SIBS_D4.4_AltimetryL4_DUM_v1.1.pdf", | ||
"source": "EO4SIBS, Level 4, geostrophic currents, multi-mission gridded merged products for a period of 1 year, 0.0625\u00b0*0.0625\u00b0, daily", | ||
"standard_name": "surface_geostrophic_eastward_sea_water_velocity_assuming_sea_level_for_geoid", | ||
"units": "m s^-1", | ||
"original_lon_spatial_res": 0.0625, | ||
"original_lat_spatial_res": 0.0625, | ||
"original_name": "ugosa", | ||
"original_scale_factor": 1.0, | ||
"original_add_offset": 0.0, | ||
"original_time_period": "1D", | ||
"processing_steps": [ | ||
"Spatial nearest neighbor interpolation" | ||
] | ||
"dtype": "float32", | ||
"dims": ["time","lat","lon"], | ||
"units": "K", | ||
"fill_value": "nan", | ||
"time_range": ["2016-01-01","2017-12-31"] | ||
}, | ||
{ | ||
"name": "vgos", | ||
"grid_mapping": "crs", | ||
"long_name": "Absolute Geostrophic Velocity: Meridian Component", | ||
"processing_level": "L4", | ||
"references": "http://www.eo4sibs.uliege.be/doc/EO4SIBS_D4.4_AltimetryL4_DUM_v1.1.pdf", | ||
"source": "EO4SIBS, Level 4, geostrophic currents, multi-mission gridded merged products for a period of 1 year, 0.0625\u00b0*0.0625\u00b0, daily", | ||
"standard_name": "surface_geostrophic_northward_sea_water_velocity", | ||
"units": "m s^-1", | ||
"original_lon_spatial_res": 0.0625, | ||
"original_lat_spatial_res": 0.0625, | ||
"original_name": "vgos", | ||
"original_scale_factor": 1.0, | ||
"original_add_offset": 0.0, | ||
"original_time_period": "1D", | ||
"processing_steps": [ | ||
"Spatial nearest neighbor interpolation" | ||
] | ||
"dtype": "float32", | ||
"dims": ["time","lat","lon"], | ||
"units": "K", | ||
"fill_value": "nan", | ||
"time_range": ["2016-01-01","2017-12-31"] | ||
}, | ||
{ | ||
"name": "vgosa", | ||
"grid_mapping": "crs", | ||
"long_name": "Geostrophic Velocity Anomalies: Meridian Component", | ||
"processing_level": "L4", | ||
"references": "http://www.eo4sibs.uliege.be/doc/EO4SIBS_D4.4_AltimetryL4_DUM_v1.1.pdf", | ||
"source": "EO4SIBS, Level 4, geostrophic currents, multi-mission gridded merged products for a period of 1 year, 0.0625\u00b0*0.0625\u00b0, daily", | ||
"standard_name": "surface_geostrophic_northward_sea_water_velocity_assuming_sea_level_for_geoid", | ||
"units": "m s^-1", | ||
"original_lon_spatial_res": 0.0625, | ||
"original_lat_spatial_res": 0.0625, | ||
"original_name": "vgosa", | ||
"original_scale_factor": 1.0, | ||
"original_add_offset": 0.0, | ||
"original_time_period": "1D", | ||
"processing_steps": [ | ||
"Spatial nearest neighbor interpolation" | ||
] | ||
"dtype": "float32", | ||
"dims": ["time","lat","lon"], | ||
"units": "K", | ||
"fill_value": "nan", | ||
"time_range": ["2016-01-01","2017-12-31"] | ||
} | ||
], | ||
"sources": [ | ||
{ | ||
"name": "CMEMS Wave eight", | ||
"variable_names": [ | ||
"VHM0" | ||
], | ||
"download_url": "ftp://my.cmems-du.eu", | ||
"protocol": "ftp", | ||
"credentials": true, | ||
"compressed": false, | ||
"compression_format": null, | ||
"source_format": "nc", | ||
"source_crs": null | ||
}, | ||
{ | ||
"name": "EO4SIBS", | ||
"variable_names": [ | ||
"chl", | ||
"sla", | ||
"sss", | ||
"ugos", | ||
"ugosa", | ||
"vgos", | ||
"vgosa" | ||
], | ||
"download_url": "http://www.eo4sibs.uliege.be/map/netcdf_export", | ||
"protocol": "http", | ||
"credentials": false, | ||
"compressed": false, | ||
"compression_format": null, | ||
"source_format": "nc", | ||
"source_crs": null | ||
}, | ||
{ | ||
"name": "CMEMS SST", | ||
"variable_names": [ | ||
"sst" | ||
], | ||
"download_url": "ftp://nrt.cmems-du.eu", | ||
"protocol": "ftp", | ||
"credentials": true, | ||
"compressed": false, | ||
"compression_format": null, | ||
"source_format": "nc", | ||
"source_crs": null | ||
} | ||
], | ||
"metadata": { | ||
"Conventions": "CF-1.9", | ||
"acknowledgment": "EO4SIBS, CMEMS, DeepESDL project", | ||
"contributor_name": ["University of Leipzig" ,"Brockmann Consult GmbH"], | ||
"contributor_url": ["www.uni-leipzig.de" ,"www.brockmann-consult.de"], | ||
"creator_email": ["www.uni-leipzig.de" ,"www.brockmann-consult.de"], | ||
"creator_name": ["University of Leipzig" ,"Brockmann Consult GmbH"], | ||
"creator_url": ["www.uni-leipzig.de" ,"www.brockmann-consult.de"], | ||
"institution": ["www.uni-leipzig.de" ,"www.brockmann-consult.de"], | ||
"project": "DeepESDL", | ||
"publisher_email": "[email protected]", | ||
"publisher_name": "Brockmann Consult GmbH", | ||
"license_url": null, | ||
"source": "EO4SIBS, CMEMS", | ||
"date_modified": "2023-02-11 12:43:00.708004", | ||
"geospatial_lon_min": 26.0015, | ||
"geospatial_lon_max": 41.997499999999725, | ||
"geospatial_lat_min": 39.001500000000156, | ||
"geospatial_lat_max": 47.9985, | ||
"geospatial_lon_resolution": 0.0030000000000001137, | ||
"geospatial_lat_resolution": 0.0030000000000001137, | ||
"temporal_coverage_start": "2016-01-01T00:00:00.000000000", | ||
"temporal_coverage_end": "2017-12-31T00:00:00.000000000", | ||
"temporal_resolution": "1D" | ||
} | ||
}, | ||
"geometry": { | ||
"type": "Polygon", | ||
"coordinates": [ | ||
[ | ||
[41.9975, 39.0015], | ||
[41.9975, 47.9985], | ||
[26.0015, 47.9985], | ||
[26.0015, 39.0015], | ||
[41.9975, 39.0015] | ||
] | ||
] | ||
} | ||
} |