Language
OneAtlas Data Guide
OneAtlas API Guides
OneAtlas Data Guide
OneAtlas Data Guide
OneAtlas Data Guide
OneAtlas Data Guide
- Manage Contract
- Retrieve Your Account Information
- Get User Roles
- Get Contract Information
- Get all Subscriptions for a Given Contract
- Get Information for a Specific Subscription
- Revoke a Subscription
- Get Payments for a Contract
- Get Payments for a Subscription
- Get Payment for a Contract and Payment ID
- Get Payment for an Order
OneAtlas Data Guide
OneAtlas Data Guide
OneAtlas Data
- Tasking
- Tasking introduction
- API user guide
- Prerequisite
- OpenAPI documentation
- Get an API key
- Step 1: Authenticate
- Step 2: Get Contract Information
- Step 3: Get the Available Product Types
- Step 4: Get the Tasking Product Options
- Step 5: Check Feasibility
- Step 6: Get attempts
- Step 7: Calculate Price for a tasking
- Step 8: Order the tasking
- Step 9: Get your image once delivered
- More Options
- Available delivery type linked to your contract
- Get markets
- Track your tasking
- Get tasking segments
- Accept or refuse a segment
- Cancel a tasking
- Get Licence
- Glossary
OneAtlas Basemap Guide
OneAtlas Basemap Guide
OneAtlas Basemap Guide
OneAtlas Basemap Guide
OneAtlas Basemap Guide
OneAtlas Basemap Guide
OneAtlas Basemap Guide
OneAtlas Basemap Guide
OneAtlas Basemap Guide
OneAtlas Basemap Guide
Geostore Guide
Geostore Guide
Geostore Guide
Geostore Guide
How to use it
- ExtenSo Service features
- Available Collections
- Available Sources
- extenSO FREE User
- Why extenSO API ?
- Getting Started
- 1. Authentication
- 2. Import Collections and Environement in Postman
- 3. Create the list of Product Ids that you want
- 4. Using The extenSO API
- 5. Creation of product orders
- 6. Downloading Ordered Products
- How to report a bug / technical problem ?
- Known Limitations
ExtenSo GUIDE
WorldDEM API
WorldDEM API
ONEATLAS DATA GUIDE
ONEATLAS DATA GUIDE
ONEATLAS DATA GUIDE
ONEATLAS DATA GUIDE
- Detailed step-by-step explanations for Pleiades & SPOT ordering
- Step 1: Authenticate
- Step 2: Check Feasibility
- Step 3: Get Attempts
- Step 4: Calculate Price
- Step 5: Request a quotation
- Step 6: Create an order
- Step 7: Get your imagery product
- Track your orders
- Retrieve acquisitions on an order
- Accept or refuse an acquisition
- Cancel a tasking order
- Stop a tasking order
- Manage quotations
ONEATLAS DATA GUIDE
- Pléiades Neo Tasking
- Step 1: Authenticate
- Step 2: Check Feasibility
- Step 3: Get Attempts
- Step 4: Calculate Price
- Step 5: Request a quotation
- Step 6: Create an order
- Step 7: Get your imagery product
- Track your orders
- Retrieve acquisitions on an order
- Accept or refuse an acquisition
- Cancel a tasking order
- Stop a tasking order
- Manage quotations
ONEATLAS DATA GUIDE
ONEATLAS DATA GUIDE
Python API Client
Download an example Python client to jumpstart your development. To get going install its single requirement, requests, into your Python environment
pip install requests
Usage examples may be found at the bottom of the downloaded file. You can modify the downloaded file directly to do what you need or import from the file into your own code.
from oneatlas import OneAtlasClient
API_KEY = 'PUT YOUR API KEY HERE'
client = OneAtlasClient(api_key=API_KEY)
results = client.search({
"cloudCover": "[0,30]",
"incidenceAngle": "[0,40]",
"processingLevel": "SENSOR",
"relation": "intersects",
"bbox":"-122.537,37.595,-122.303,37.807"
})
result = results['features'][0]
client.download_quicklook_to_file(result, '/tmp/quicklook.jpg')
© Airbus Defence and Space 2022. All rights reserved. Privacy Policy | Legal Information
Contact Us