remotesensinginfo / arcsi

Licence: GPL-3.0 license
Software to automate the production of optical analysis ready data (ARD) from Landsat, Sentinel-2 and others.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to arcsi

rsgislib
Remote Sensing and GIS Software Library; python module tools for processing spatial data.
Stars: ✭ 103 (+368.18%)
Mutual labels:  remote, earth, remote-sensing, observation, earth-observation, rsgislib, sensing
Start maja
To process a Sentinel-2 time series with MAJA cloud detection and atmospheric correction processor
Stars: ✭ 47 (+113.64%)
Mutual labels:  remote-sensing, earth-observation, atmospheric-correction
pylandtemp
Algorithms for computing global land surface temperature and emissivity from NASA's Landsat satellite images with Python.
Stars: ✭ 110 (+400%)
Mutual labels:  remote-sensing, earth-observation
Geospatial Python CourseV1
This is an collection of blog posts turned into a course format
Stars: ✭ 53 (+140.91%)
Mutual labels:  remote-sensing, earth-observation
trends.earth
trends.earth - measure land change
Stars: ✭ 69 (+213.64%)
Mutual labels:  earth, remote-sensing
starfm4py
The STARFM fusion model for Python
Stars: ✭ 86 (+290.91%)
Mutual labels:  remote-sensing, earth-observation
pylandsat
Search, download, and preprocess Landsat imagery 🛰️
Stars: ✭ 49 (+122.73%)
Mutual labels:  remote-sensing, earth-observation
Awesome Satellite Imagery Datasets
🛰️ List of satellite image training datasets with annotations for computer vision and deep learning
Stars: ✭ 2,447 (+11022.73%)
Mutual labels:  remote-sensing, earth-observation
GoogleEarthEngine-side-projects
Google Earth Engine side projects and tutorial scripts
Stars: ✭ 23 (+4.55%)
Mutual labels:  remote-sensing, earth-observation
s5p-tools
Python scripts to download and preprocess air pollution concentration level data aquired from the Sentinel-5P mission
Stars: ✭ 49 (+122.73%)
Mutual labels:  remote-sensing, earth-observation
Angular5 Iot Dashboard
Multipurpose dashboard admin for IoT softwares, remote control, user interface. Develop your client dashboards in Angular 5 with vast variety of components available.
Stars: ✭ 148 (+572.73%)
Mutual labels:  remote, remote-sensing
iris
Semi-automatic tool for manual segmentation of multi-spectral and geo-spatial imagery.
Stars: ✭ 87 (+295.45%)
Mutual labels:  remote-sensing, earth-observation
eodag
Earth Observation Data Access Gateway
Stars: ✭ 183 (+731.82%)
Mutual labels:  remote-sensing, earth-observation
wildfire-forecasting
Forecasting wildfire danger using deep learning.
Stars: ✭ 39 (+77.27%)
Mutual labels:  remote-sensing, earth-observation
dfc2020 baseline
Simple Baseline for the IEEE GRSS Data Fusion Contest 2020
Stars: ✭ 44 (+100%)
Mutual labels:  remote-sensing, earth-observation
pytorch-psetae
PyTorch implementation of the model presented in "Satellite Image Time Series Classification with Pixel-Set Encoders and Temporal Self-Attention"
Stars: ✭ 117 (+431.82%)
Mutual labels:  remote-sensing, earth-observation
xarray-sentinel
Xarray backend to Copernicus Sentinel-1 satellite data products
Stars: ✭ 189 (+759.09%)
Mutual labels:  remote-sensing, earth-observation
torchgeo
TorchGeo: datasets, samplers, transforms, and pre-trained models for geospatial data
Stars: ✭ 1,125 (+5013.64%)
Mutual labels:  remote-sensing, earth-observation
Polygonization-by-Frame-Field-Learning
This repository contains the code for our fast polygonal building extraction from overhead images pipeline.
Stars: ✭ 161 (+631.82%)
Mutual labels:  remote, sensing
aitlas
AiTLAS implements state-of-the-art AI methods for exploratory and predictive analysis of satellite images.
Stars: ✭ 134 (+509.09%)
Mutual labels:  remote-sensing, earth-observation

README

The Atmospheric and Radiometric Correction of Satellite Imagery (ARCSI) software provides a command line tool for the atmospheric correction of Earth Observation imagery. The aim of ARCSI is to provide as automatic as possible method of retrieving the atmospheric correction parameters and using them to parameterise 6S.

To install ARCSI tot eh default location following command is to be used from within the ARCSI source directory:

pip install .

if you want to install into another location using the --prefix option.

pip install . --prefix=/to/install/path

To run ARCSI you need up to date versions of:

  • RSGISLib
  • KEALib
  • GDAL
  • RIOS
  • Py6S
  • 6S

How to use

Information is provided on the website (http://remotesensing.info/arcsi/) including some tutorials.

Need support?

If you need support using ARCSI or think you've found a bug please email us on [email protected].

Contribution guidelines

If you would like to contribute to the library with bug fixes or new functionality (e.g. new sensors) please fork the repository and send a pull request. Or email me Dr Pete Bunting ([email protected]).

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].