Skip to content

Latest commit

 

History

History
54 lines (41 loc) · 4.87 KB

File metadata and controls

54 lines (41 loc) · 4.87 KB

Credits

This project owes its success to the following people and organizations:

Third-party Libraries

Internal items

  • SARFOC: ARESYS SAR focusing kernel libraries [LicenseRef-ARESYS-BIPR]
  • BIOMASS L1 GPP: BIOMASS L1 GPP (Ground Prototype Processor) modules [MIT License for parts newly developed as part of the project + LicenseRef-ARESYS-BIPR for SARFOC reused parts]
  • SARINT: ARESYS SAR Interferometry kernel libraries [LicenseRef-ARESYS-BIPR]

External items (C++ code)

  • intel_mkl/ipp: Highly optimized library composed by extensively threaded mathematical routines for applications that require maximum performance (used to: FFT, BLAS and LAPACK) [Freeware under ISSL (Intel Simplified Software License)]
  • libxml2: Libraries used for parsing XML files [MIT License]
  • xerces: Libraries used for parsing XML files [Apache License]
  • codesynthesis: XML Schema to C++ data binding compiler [Commercial Proprietary License]
  • tinyxml: Library for the management of intermediate products [zlib License]
  • geographiclib: Library for geographic coordinates conversions and geodetic problems solving [MIT License]
  • proj: Library for coordinate reference systems conversions [X/MIT open source license]
  • zlib: Library used for data compression [zlib License]
  • boost: Libraries extending C++ functionalities [Boost Software License]
  • eocfi: Libraries used for timing, coordinate conversions, orbit propagation, satellite pointing calculations, and target visibility calculations [Earth Observation CFI License Terms and Conditions]

External items (Python code)

  • python: Python interpreter [PFS License Agreement]
  • click: Package for creating beautiful command line interfaces [BSD License (BSD-3-Clause)]
  • gdal: Translator library for raster and vector geospatial data formats [MIT style license; for LERC: Apache License, Version 2.0]
  • netcdf4: Object-oriented python interface to the netCDF version 4 library [MIT License]
  • numba: Just in time compiler [BSD License]
  • numpy: Fundamental packages for scientific computing in Python (wrapper for FFT, BLAS and LAPACK) [BSD License]
  • opencv-python-headless: Wrapper package for OpenCV python bindings [Apache Software License (Apache 2.0)]
  • petsc4py: Python bindings for the PETSc library (Portable, Extensible Toolkit for Scientific Computation) [BSD License]
  • pillow: Python Imaging Library (PIL) fork for image processing and manipulation [MIT-CMU]
  • pyproj: Python interface to proj library [MIT licence]
  • pystac: Python library for working with the SpatioTemporal Asset Catalog (STAC) specification [Apache Software License (Apache-2.0)]
  • scikit-image: Image processing in Python [BSD License]
  • scipy: Provides algorithms for optimization, integration, interpolation, eigenvalue problems, algebraic equations, differential equations, statistics [BSD License]
  • setuptools: Tools to easily download, build, install, upgrade, and uninstall Python packages [MIT License]
  • shapely: Tool for manipulation and analysis of geometric objects in the Cartesian plane [BSD License (BSD-3-Clause)]
  • unlzw3: Pure Python decompression module for .Z files compressed using Unix compress utility [MIT License]
  • xmlschema: XML Schema validator and decoder [MIT License]
  • xmltodict: Makes working with XML feel like you are working with JSON [MIT License]
  • xsdata: Python XML Binding [MIT License]

External items (Fortran code)

  • IRI-2020: IRI-2020 model for ionospheric height derivation (see link for licence)

For more information on Third-party Libraries, in particular about licensing conditions, refer to BPS Software Reuse File (SRF).