*** Seismic Data Retrieval Demo ***

무료
분류별 James | 업데이트됨 vor 4 Monaten | Wells and Subsurface
팔로워: 0
API 생성자 :
Rapid account: James
James
James
Rate API에 로그인
등급: 5 - 투표: 1

README

Seismic Data Retrieval API

This API provides access to processed 2D/3D seismic data for exploration activities. Authorized users can search, filter and download high-resolution seismic data covering BP’s exploration blocks.

API Information

  • Title: Seismic Data Retrieval
  • Version: 1.0.0
  • Description: Access and download processed 2D/3D seismic data for exploration activities.
  • Category: Energy Exploration & Production
  • Long Description: This API allows authorized users to search, filter, and download high-resolution seismic data covering BP’s exploration blocks. Users can specify desired locations, geological formations, and data types (amplitude versus offset, pre-stack depth migration, etc.) for targeted exploration planning.
  • Public: True

Endpoints

  • GET /seismic-data
    • Retrieve seismic data based on search criteria.
    • Parameters:
      • xmin (integer): Minimum X coordinate of the desired data area (local grid). (Optional)
      • xmax (integer): Maximum X coordinate of the desired data area (local grid). (Optional)
      • ymin (integer): Minimum Y coordinate of the desired data area (local grid). (Optional)
      • ymax (integer): Maximum Y coordinate of the desired data area (local grid). (Optional)
      • latitude (number): Minimum latitude of the desired data area. (Optional)
      • longitude (number): Minimum longitude of the desired data area. (Optional)
      • data_type (string): Type of seismic data (e.g., AVO, PSDM). (Optional, default: AVO)
    • Responses:
      • 200: OK - List of matching seismic data sets.
      • 400: Bad Request
      • 404: Not Found
      • 500: Internal Server Error
  • PUT /seismic-data
    • Update access permissions for a specific seismic data set (restricted functionality).
    • Request Body:
      • JSON object with the following properties:
        • id (string): Unique identifier for the seismic data set.
        • access_groups (array of strings): List of user groups granted access to the data set.
    • Responses:
      • 200: OK - Empty body
      • 400: Bad Request
      • 401: Unauthorized
      • 404: Not Found
      • 500: Internal Server Error

Security

This API does not specify any security schemes.

Additional Information

  • RapidAPI API ID: api_4804c087-b7c8-4411-955f-bce11c856115
  • **RapidAPI Version ID:**apiVersion_58375d29-1aff-4e19-986a-b575c62d28c4