{"id":17556745,"url":"https://github.com/tsutterley/read-cryosat-2","last_synced_at":"2025-08-22T09:38:57.143Z","repository":{"id":41881010,"uuid":"133722792","full_name":"tsutterley/read-cryosat-2","owner":"tsutterley","description":"Reads and writes waveform and geolocated elevation data from the ESA CryoSat-2 mission","archived":false,"fork":false,"pushed_at":"2022-05-12T20:22:50.000Z","size":270,"stargazers_count":29,"open_issues_count":2,"forks_count":20,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-04-24T06:53:32.752Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://read-cryosat-2.readthedocs.io/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tsutterley.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-05-16T21:03:52.000Z","updated_at":"2025-04-16T02:41:16.000Z","dependencies_parsed_at":"2022-08-29T11:00:36.371Z","dependency_job_id":null,"html_url":"https://github.com/tsutterley/read-cryosat-2","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tsutterley/read-cryosat-2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsutterley%2Fread-cryosat-2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsutterley%2Fread-cryosat-2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsutterley%2Fread-cryosat-2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsutterley%2Fread-cryosat-2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tsutterley","download_url":"https://codeload.github.com/tsutterley/read-cryosat-2/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsutterley%2Fread-cryosat-2/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271615675,"owners_count":24790840,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-22T02:00:08.480Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-21T08:44:35.390Z","updated_at":"2025-08-22T09:38:57.097Z","avatar_url":"https://github.com/tsutterley.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"==============\nread-cryosat-2\n==============\n\n|Language|\n|License|\n|Documentation Status|\n|Binder|\n|Pangeo|\n\n.. |Language| image:: https://img.shields.io/badge/python-v3.7-green.svg\n   :target: https://www.python.org/\n\n.. |License| image:: https://img.shields.io/badge/license-MIT-green.svg\n   :target: https://github.com/tsutterley/read-cryosat-2/blob/main/LICENSE\n\n.. |Documentation Status| image:: https://readthedocs.org/projects/read-cryosat-2/badge/?version=latest\n   :target: https://read-cryosat-2.readthedocs.io/en/latest/?badge=latest\n\n.. |Binder| image:: https://mybinder.org/badge_logo.svg\n   :target: https://mybinder.org/v2/gh/tsutterley/read-cryosat-2/main\n\n.. |Pangeo| image:: https://binder.pangeo.io/badge.svg\n   :target: https://binder.pangeo.io/v2/gh/tsutterley/read-cryosat-2/main\n\nPython tools for reading waveform and geolocated elevation data from the ESA CryoSat-2 mission and writing to HDF5\n\n- `How to access CryoSat-2 data \u003chttps://earth.esa.int/web/guest/-/how-to-access-cryosat-data-6842\u003e`_\n- `CryoSat-2 Products Overview \u003chttps://earth.esa.int/web/guest/-/products-overview-6975\u003e`_\n- `CryoSat-2 Products Handbook \u003chttps://earth.esa.int/documents/10174/125272/CryoSat_Product_Handbook\u003e`_\n- `CryoSat-2 Geographical Mode Masks \u003chttps://earth.esa.int/web/guest/-/geographical-mode-mask-7107\u003e`_\n- `CryoSat-2 Baseline C Improvements \u003chttps://earth.esa.int/documents/10174/1773005/C2-Evolution-BaselineC-Level2-V3\u003e`_\n- `CryoSat-2 Baseline D Improvements \u003chttps://earth.esa.int/documents/10174/1773005/CryoSat-Baseline-D-Evolutions.pdf\u003e`_\n\nDependencies\n############\n\n- `numpy: Scientific Computing Tools For Python \u003chttps://numpy.org\u003e`_\n- `scipy: Scientific Tools for Python \u003chttps://docs.scipy.org/doc//\u003e`_\n- `h5py: Python interface for Hierarchal Data Format 5 (HDF5) \u003chttp://h5py.org\u003e`_\n- `netCDF4: Python interface to the netCDF C library \u003chttps://unidata.github.io/netcdf4-python/netCDF4/index.html\u003e`_\n- `gdal: Pythonic interface to the Geospatial Data Abstraction Library (GDAL) \u003chttps://pypi.python.org/pypi/GDAL\u003e`_\n- `shapely: PostGIS-ish operations outside a database context for Python \u003chttp://toblerity.org/shapely/index.html\u003e`_\n- `fiona: Python wrapper for vector data access functions from the OGR library \u003chttps://fiona.readthedocs.io/en/latest/manual.html\u003e`_\n- `geopandas: Python tools for geographic data \u003chttp://geopandas.readthedocs.io/\u003e`_\n- `pyproj: Python interface to PROJ library \u003chttps://pypi.org/project/pyproj/\u003e`_\n- `future: Compatibility layer between Python 2 and Python 3 \u003chttp://python-future.org/\u003e`_\n- `lxml: processing XML and HTML in Python \u003chttps://pypi.python.org/pypi/lxml\u003e`_\n\nDownload\n########\n\n| The program homepage is:\n| https://github.com/tsutterley/read-cryosat-2\n| A zip archive of the latest version is available directly at:\n| https://github.com/tsutterley/read-cryosat-2/archive/main.zip\n| Incorporated into the UW-APL ``pointCollection`` utilities at:\n| https://github.com/SmithB/pointCollection\n\nDisclaimer\n##########\n\nThis project contains work and contributions from the `scientific community \u003c./CONTRIBUTORS.rst\u003e`_.\nThis program is not sponsored or maintained by the Universities Space Research Association (USRA), the European Space Agency (ESA) or NASA.\nIt is provided here for your convenience but *with no guarantees whatsoever*.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftsutterley%2Fread-cryosat-2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftsutterley%2Fread-cryosat-2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftsutterley%2Fread-cryosat-2/lists"}