Skip to content

Tools for acquiring and processing satellite imagery

Notifications You must be signed in to change notification settings

Lines-Research-Group/pysatapi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pysatapi

This package contains functionality to download satellite imagery from common providers that make their data available (either commercially or for free) via online APIs. The emphasis is on acquiring data for analysis and experimentation, and for training machine learning algorithms.

Currently, the commercial satellite data providers supported are:

Installation

The satapi package is available on pypi and can be easily installed via pip. For this, type the following comand in a terminal:

pip install satapi

Alternatively, you can obtain the latest master branch on GitHub and install manually:

git clone https://github.com/adrianalbert/satapi.git
cd satapi/
python setup.py install

About

Tools for acquiring and processing satellite imagery

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%