Metadata-Version: 2.1
Name: max-ard
Version: 1.6.0
Summary: ARD SDK and CLI tools
Home-page: https://ard.maxar.com/docs/
Author: Marc Pfister
Author-email: marc.pfister@maxar.com
Requires-Python: >=3.7.0,<4.0.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Provides-Extra: full
Requires-Dist: Fiona (>=1.8.19,<2.0.0); extra == "full"
Requires-Dist: Shapely (>=1.7.1,<2.0.0)
Requires-Dist: backports.cached-property (>=1.0.1,<2.0.0)
Requires-Dist: boto3 (>=1.17.73,<2.0.0)
Requires-Dist: click (>=8.0.0,<9.0.0)
Requires-Dist: maxar-ard-grid (>=1.2.1,<2.0.0)
Requires-Dist: pdoc3 (>=0.10.0,<0.11.0)
Requires-Dist: pydantic (>=1.7.4,<2.0.0)
Requires-Dist: rasterio (>=1.2.10,<2.0.0); extra == "full"
Requires-Dist: requests (>=2.25.1,<3.0.0)
Requires-Dist: requests-futures (>=1.0.0,<2.0.0)
Requires-Dist: requests-oauthlib (>=1.3.0,<2.0.0)
Requires-Dist: s3fs (>=0.4.2,<0.5.0)
Project-URL: Documentation, https://ard.maxar.com/docs/sdk
Description-Content-Type: text/markdown

# max_ard

A Python SDK and CLI for working with [Maxar ARD Imagery](https://ard.maxar.com/docs/)

## Introduction

`max_ard` consists of a Python SDK for selecting, ordering, and working with Maxar ARD imagery and a set of CLI tools for common tasks.

## Installation

`pip install max-ard`

## Documentation

Extensive docs are available at https://ard.maxar.com/docs/sdk/

