Skip to main content

Sobolt's client for in1.

Project description

in1 client library

This is the Python client library for the in1 service. It allows super resolving Sentinel-2 raster straight from Python.

Installation

Use a Python package manager to install in1.

pip install in1

Usage

Consult the online documentation for details.

import in1

lores = "/path/to/lores.tif"
in1_api_key = "<IN1_API_KEY>"

hires, profile, metrics = in1.sisr(lores, api_key=in1_api_key)
in1.write(hires, "/path/to/outdir/hires.tif", profile)

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

in1-0.9.1.tar.gz (7.9 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page