scrappi.interface#
High-level scrappi interface helpers.
This module provides the user-facing convenience functions used throughout
scrappi to create API and filesystem handler instances, run queries and to
download products. The helpers bridge the ScrappiContext to concrete
adapter implementations.
Functions
|
Download catalogue product(s), provided as ProductItem or ProductItemSet, to file system path |
|
Download catalogue product(s), provided as filename string, to file system path |
|
Download catalogue product(s), provided as scene_id (url field in ProductItem) string, to file system path |
|
Return list of coordinates of a square box around a point |
|
Return name of API call handler capable of reading in desired satellite collection. |
|
Return whether collection is an in situ collection |
|
Return a list of accepted collection strings which can be used to query products |
|
Return specified API call handler |
|
Return specified file system call handler. |
|
Make a query with a given region and start and end time |
|
Make a query with a given spatial and temporal tolerance |
|
Function to parse individual queries that scrappi should run from the output of orbitx |
|
Return catalogue product url(s) that satisfy query |
|
Set credentials for a given API |
|
Update context file with provided dictionary |