Changes between Version 1 and Version 2 of pyPDAF


Ignore:
Timestamp:
Jun 3, 2025, 7:47:14 PM (2 days ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pyPDAF

    v1 v2  
    11= pyPDAF - the Python interface to PDAF =
    22
    3 pyPDAF provides a Python interface to PDAF. pyPDAF allows a user to implement all case-specific code for an analysis step in Python while leveraging the high compute performance of the analysis methods, ensemble and observation handling in the Fortran-coded routines of PDAF. pyPDAF supports both the online and offline modes of PDAF.
     3[[PageOutline(2-3,Contents of this page)]]
     4
     5== Overview ==
     6
     7pyPDAF provides a Python interface to PDAF. pyPDAF allows a user to implement all case-specific functions for PDAF in Python while leveraging the high compute performance of the analysis methods, ensemble and observation handling in the Fortran-coded routines of PDAF. The PDAF library can be installed in a precompiled form, so that one does not need to work with Fortran. pyPDAF supports essentially all functionality of PDAF (currently of PDAF V2.3.1) and canbe used with both the online and offline modes of PDAF.
    48
    59pyPDAF can be particularly useful in the following scenarios:
     
    1317pyPDAF was developed by Yumeng Chen at the University of Reading and the National Center for Earth Observation (NCEO) in the United Kingdom.
    1418
     19== Download ==
     20
    1521pyPDAF is available in its repostory at [https://github.com/yumengch/pyPDAF]. There you will also find links to the documentation. The code also contains example implementations analogous to the [wiki:PdafTutorial PDAF Tutorials].