Skip to content

How much ice entered Scoresby Sund in 2018? #31

Answered by mankoff
mankoff asked this question in Q&A
Discussion options

You must be logged in to vote

Open file

import xarray as xr
ds = xr.open_dataset('gate.nc')
print(ds)
<xarray.Dataset>
Dimensions:        (time: 451, gate: 267)
Coordinates:
  ,* time           (time) datetime64[ns] 1986-04-15 1986-05-15 ... 2021-11-09
  ,* gate           (gate) int64 1 3 4 5 6 7 8 10 ... 350 352 353 354 355 356 357
Data variables:
    discharge      (gate, time) float32 ...
    err            (gate, time) float32 ...
    coverage       (gate, time) float32 ...
    mean_x         (gate) int32 ...
    mean_y         (gate) int32 ...
    mean_lon       (gate) float32 ...
    mean_lat       (gate) float32 ...
    sector         (gate) int32 ...
    region         (gate) object ...
    Zwally_2012    (gat…

Replies: 1 comment

Comment options

mankoff
Jan 7, 2022
Maintainer Author

You must be logged in to vote
0 replies
Answer selected by mankoff
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant