Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tsutterley/yapc
Python interpretation of the NASA Goddard Space Flight Center YAPC ("Yet Another Photon Classifier") algorithm
https://github.com/tsutterley/yapc
altimetry icesat-2 photon-classification
Last synced: about 2 months ago
JSON representation
Python interpretation of the NASA Goddard Space Flight Center YAPC ("Yet Another Photon Classifier") algorithm
- Host: GitHub
- URL: https://github.com/tsutterley/yapc
- Owner: tsutterley
- License: mit
- Created: 2021-05-05T20:11:35.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-05T19:29:18.000Z (over 1 year ago)
- Last Synced: 2024-10-23T06:42:40.084Z (2 months ago)
- Topics: altimetry, icesat-2, photon-classification
- Language: Python
- Homepage: https://yapc.readthedocs.io
- Size: 68.4 KB
- Stars: 11
- Watchers: 4
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
====
YAPC
====|Language|
|License|
|PyPI Version|
|Documentation Status|
|zenodo|.. |Language| image:: https://img.shields.io/pypi/pyversions/yapc?color=green
:target: https://www.python.org/.. |License| image:: https://img.shields.io/github/license/tsutterley/yapc
:target: https://github.com/tsutterley/yapc/blob/main/LICENSE.. |PyPI Version| image:: https://img.shields.io/pypi/v/pyYAPC.svg
:target: https://pypi.python.org/pypi/pyYAPC/.. |Documentation Status| image:: https://readthedocs.org/projects/yapc/badge/?version=latest
:target: https://yapc.readthedocs.io/en/latest/?badge=latest.. |zenodo| image:: https://zenodo.org/badge/364694368.svg
:target: https://zenodo.org/badge/latestdoi/364694368Python version of the NASA Goddard Space Flight Center YAPC (*"Yet Another Photon Classifier"*) Program.
YAPC is a prototype photon classifer for the NASA ICESat-2 ATL03 Global Geolocated Photon product.- https://icesat-2.gsfc.nasa.gov
- https://icesat-2-scf.gsfc.nasa.gov
- https://nsidc.org/data/icesat-2/Dependencies
############- `numpy: Scientific Computing Tools For Python `_
- `cython: C-extensions for Python `_
- `h5py: Python interface for Hierarchal Data Format 5 (HDF5) `_
- `scikit-learn: Machine Learning in Python `_
- `future: Compatibility layer between Python 2 and Python 3 `_Download
########| The program homepage is:
| https://github.com/tsutterley/yapc
| A zip archive of the latest version is available directly at:
| https://github.com/tsutterley/yapc/archive/main.zipCredits
#######YAPC was devised and is being developed by Jeff Lee (NASA Goddard Space Flight Center).
This project contains work and contributions from the `scientific community <./CONTRIBUTORS.rst>`_.Disclaimer
##########This program is not sponsored or maintained by the Universities Space Research Association (USRA) or NASA.
It is provided here for your convenience but *with no guarantees whatsoever*.License
#######The content of this project is licensed under the
`Creative Commons Attribution 4.0 Attribution license `_
and the source code is licensed under the `MIT license `_.