Skip to main content

Python client for extracting data from CATE archives and writing as segy data

Project description


DESCRIPTION

Python client for extracting data from CATE archives and writing as segy data


INSTALLATION

pip install catesegy

USAGE

See also catenp.catesegy.Example

from catesegy import Authenticate,WriteFile

# Authenticate to the server
tk = Authenticate(serverAddress,serverPort,cateUserName,catePassword)

# Get the data and save as SEGY
WriteFile(serverAddress,serverPort,cateUserName,
    tstart,tstop,
    cstart,cstop,
    "test.sgy"
    )

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

catesegy-0.0.1.tar.gz (4.5 kB view hashes)

Uploaded Source

Built Distribution

catesegy-0.0.1-py3-none-any.whl (5.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page