issues: 2062132750
This data as json
id | node_id | number | title | user | state | locked | assignee | milestone | comments | created_at | updated_at | closed_at | author_association | active_lock_reason | draft | pull_request | body | reactions | performed_via_github_app | state_reason | repo | type |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2062132750 | I_kwDOAMm_X8566aYO | 8579 | Allow `.chunk` for datasets with duplicated dimension names, e.g. Sentinel-3 OLCI files | 12199342 | open | 0 | 5 | 2024-01-02T09:12:50Z | 2024-02-26T06:04:02Z | NONE | What is your issue?Sentinel-3 OLCI files (e.g. taken from Copernicus Data Space Ecosystem) come with duplicate dimensions which causes xarray dataset = xr.open_dataset("instrument_data.nc", decode_cf=True, mask_and_scale=True, chunks="auto")
// global attributes: :absolute_orbit_number = 29437U ; :ac_subsampling_factor = 64US ; :al_subsampling_factor = 1US ; :comment = " " ; :contact = "eosupport@copernicus.esa.int" ; :creation_time = "2023-12-20T07:20:24Z" ; :history = " 2023-12-20T07:20:24Z: PUGCoreProcessor JobOrder.3302865.xml" ; :institution = "PS2" ; :netCDF_version = "4.2 of Jan 13 2023 10:05:23 $" ; :processing_baseline = "OL__L1_.003.03.01" ; :product_name = "S3B_OL_1_EFR____20231220T045944_20231220T050110_20231220T072024_0085_087_290_1980_PS2_O_NR_003.SEN3" ; :references = "S3IPF PDS 004.1 - i2r6 - Product Data Format Specification - OLCI Level 1, S3IPF PDS 002 - i1r8 - Product Data Format Specification - Product Structures, S3IPF DPM 002 - i2r9 - Detailed Processing Model - OLCI Level 1" ; :resolution = "[ 270 294 ]" ; :source = "IPF-OL-1-EO 06.17" ; :start_time = "2023-12-20T04:59:43.719978Z" ; :stop_time = "2023-12-20T05:01:09.611725Z" ; :title = "OLCI Level 1b Product, Instrument Data Set" ; } ``` The I guess this is related to https://github.com/pydata/xarray/issues/1378. |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/8579/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
reopened | 13221727 | issue |