trace by trace seismic classification
Project description
swagger-client
No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
This Python package is automatically generated by the Swagger Codegen project:
- API version: 0.1.0
- Package version: 1.0.0
- Build package: io.swagger.codegen.v3.generators.python.PythonClientCodegen
Requirements.
Python 2.7 and 3.4+
Installation & Usage
pip install
If the python package is hosted on Github, you can install directly from Github
pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git
(you may need to run pip with root permission: sudo pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git)
Then import the package:
import swagger_client
Setuptools
Install via Setuptools.
python setup.py install --user
(or sudo python setup.py install to install the package for all users)
Then import the package:
import swagger_client
Getting Started
Please follow the installation procedure and then run the following:
from __future__ import print_function
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = swagger_client.DefaultApi(swagger_client.ApiClient(configuration))
stream = 'stream_example' # str |
try:
# Predict
api_response = api_instance.predict_classifier_predict_stream_mseed_post(stream)
pprint(api_response)
except ApiException as e:
print("Exception when calling DefaultApi->predict_classifier_predict_stream_mseed_post: %s\n" % e)
Documentation for API Endpoints
All URIs are relative to /
| Class | Method | HTTP request | Description |
|---|---|---|---|
| DefaultApi | predict_classifier_predict_stream_mseed_post | POST /classifier/predict/stream/mseed | Predict |
Documentation For Models
Documentation For Authorization
All endpoints do not require authorization.
Author
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file seismic_classifier-0.2.8.tar.gz.
File metadata
- Download URL: seismic_classifier-0.2.8.tar.gz
- Upload date:
- Size: 36.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.3.2 CPython/3.9.16 Linux/6.2.6-76060206-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0b7a01b771e5f707a3d6d9aae1fd8f1e8734948f22bff24ae033b2473b872a86
|
|
| MD5 |
3416848960fc0748d2eb4366c3caf4b1
|
|
| BLAKE2b-256 |
10372bc9f25e5443a41e81da68f6851ceaa217f06c2bc226f9d03ab53279d1af
|
File details
Details for the file seismic_classifier-0.2.8-py3-none-any.whl.
File metadata
- Download URL: seismic_classifier-0.2.8-py3-none-any.whl
- Upload date:
- Size: 43.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.3.2 CPython/3.9.16 Linux/6.2.6-76060206-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e446a15f214ee6c7499d023cc58d9f4198b4fbb1259416d2be7441d6bc37fc7f
|
|
| MD5 |
9507cd9a7a4d901e7b6989e10f60c3f4
|
|
| BLAKE2b-256 |
df75740e3b4e6a1307ff29369681b580a8fa8f210ae89e39d3493ed5ffc73e88
|