GithubHelp home page GithubHelp logo

perusatproc's Introduction

perusatproc

Process PeruSat-1 primary scenes into calibrated, orthorectified and pansharpened images.

Description

This package allows you to process PeruSat-1 primary scenes. You can perform the following processing steps:

  • Radiometric calibration (top-of-atmosphere)
  • Orthorectification
  • Pansharpening

It depends on Orfeo Toolbox and some Python packages:

  • rasterio
  • xmltodict

Modes

Scripts

perusat_calibrate: Calibrates image to top-of-atmosphere (ToA).

perusat_orthorectify: Adds projection and RPC tags to an image from its metadata files, and then orthorectifies it using the RPC data and a DEM image. If no DEM is provided, a DEM from SRTM is used (1-arc second / 30m aprox GSD).

perusat_pansharpen: Bundles a pancromatic (P) and multispectral (MS) image to form a pansharpened image.

perusat_process: Given a path to a PeruSat-1 product, it peforms all required steps to form a single calibrated, orthorectified and pansharpened image. Final output can be a virtual raster or a tiff file.

Note

This project has been set up using PyScaffold 4.0a1. For details and usage information on PyScaffold see https://pyscaffold.org/.

perusatproc's People

Contributors

munshkr avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

perusatproc's Issues

Configuración del entorno

Todo bien en las instrucciones de instalación en https://storymaps.arcgis.com/stories/67cb1708ff9d4ac5ac7452e59320beb7, excepto en la configuración del entorno. Tal vez estuve haciendo algo mal. pero no me funcionó hasta que hice lo siguiente: Seguir todos los pasos, hasta instalar OrfeoToolBox, pero no hacer el paso de echo "source $HOME/Documentos/OTB-7.2.0-Linux64/otbenv.profile" >> ~/.bashrc, sino continuar de la siguiente manera:

Al final de la instalación de Orfeo, el programa te sugiere que configures un entorno de ejecución de manera permanente, agregando la ruta al archivo .profile. Para ello, abre el archivo /home/tu-usuario/.profile con el editor de texto de tu preferencia.

Una vez abierto .profile copiamos la ruta sugerida, es decir, en mi caso (usuario carlos), sera:

/home/carlos/OrfeoToolBox/OTB-7.4.0-Linux64/otbenv.profile

Guarda los cambios y cierra el archivo. IMPORTANTE: reinicia tu PC, sino no funcionará lo siguiente:

Verificar que OTB se instaló correctamente ejecutando:

otbcli_OpticalCalibration -version

Debería decir algo similar a “This is the OpticalCalibration application, version 7.4.0”

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.