shxarray.io

shxarray.io.binv_legacy

shxarray.io.binv_legacy.getBDcoords(ddict, trans)
shxarray.io.binv_legacy.get_shmi(charar)
shxarray.io.binv_legacy.readBINV(file_or_obj, trans=False, nmax=-1)

Reads in a legacy binary file written using the fortran RLFTlbx

shxarray.io.gsmv6

shxarray.io.gsmv6.readGSMv6(fileobj, nmaxstop=9223372036854775807)

shxarray.io.icgem

shxarray.io.icgem.readIcgem(fileobj, nmaxstop=9223372036854775807)

shxarray.io.shascii

shxarray.io.shascii.readSHAscii(fileobj, nmaxstop=9223372036854775807)

shxarray.io.shiobackend

class shxarray.io.shiobackend.DDKBackEntryPoint

Bases: BackendEntrypoint

description: ClassVar[str] = 'Read spherical harmonic filter coefficients in legacy BINV format'
guess_can_open(filename_or_obj)

Backend open_dataset method used by Xarray in open_dataset().

open_dataset(filename_or_obj, *, drop_variables=None)

Backend open_dataset method used by Xarray in open_dataset().

url: ClassVar[str] = 'https://github.com/ITC-Water-Resources/shxarray'
class shxarray.io.shiobackend.GSMv6BackEntryPoint

Bases: BackendEntrypoint

description: ClassVar[str] = 'Read spherical harmonic coefficients in GSM-V6 format'
guess_can_open(filename_or_obj)

Backend open_dataset method used by Xarray in open_dataset().

open_dataset(filename_or_obj, *, drop_variables=None)

Backend open_dataset method used by Xarray in open_dataset().

url: ClassVar[str] = 'https://github.com/ITC-Water-Resources/shxarray'
class shxarray.io.shiobackend.ICGEMBackEntryPoint

Bases: BackendEntrypoint

description: ClassVar[str] = 'Read spherical harmonic coefficients in ICGEM format'
guess_can_open(filename_or_obj)

Backend open_dataset method used by Xarray in open_dataset().

open_dataset(filename_or_obj, *, drop_variables=None)

Backend open_dataset method used by Xarray in open_dataset().

url: ClassVar[str] = 'https://github.com/ITC-Water-Resources/shxarray'
class shxarray.io.shiobackend.SHAsciiBackEntryPoint

Bases: BackendEntrypoint

description: ClassVar[str] = 'Read spherical harmonic coefficients in generic n,m, cnm, snm, sigcnm, sigsnm ascii format'
guess_can_open(filename_or_obj)

Backend open_dataset method used by Xarray in open_dataset().

open_dataset(filename_or_obj, *, drop_variables=None)

Backend open_dataset method used by Xarray in open_dataset().

url: ClassVar[str] = 'https://github.com/ITC-Water-Resources/shxarray'