Skip to content

xbpch couldn't read all variables in a dataset  #16

Open
@XunZhangNJU

Description

@XunZhangNJU

When I use Matlab read ctm.bpch, and I got these data variables.
qq 20190122215432
however, when using xbpch in Jupyter, I only get DXYP variable
Here is my code:
import sys
import xbpch
ctm = 'C:\\Users\\dell\Desktop\\code\\ctm.bpch.20000120'
ctm_data = xbpch.open_bpchdataset(ctm)
print(ctm_data)
Output in Python:
12121
My QA: where are the other three variables: BXHGHT-$ when using xbpch package? and how to fix this issue?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions