[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#56363: [PATCH] gnu: Add cdflib
From: |
Ludovic Courtès |
Subject: |
bug#56363: [PATCH] gnu: Add cdflib |
Date: |
Fri, 08 Jul 2022 23:50:30 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) |
Hello Sharlatan,
Sharlatan Hellseher <sharlatanus@gmail.com> skribis:
> From 3b9c20528103da6b15da12f8cb0d828b7aaae79e Mon Sep 17 00:00:00 2001
> From: Sharlatan Hellseher <sharlatanus@gmail.com>
> Date: Sat, 2 Jul 2022 21:03:54 +0100
> Subject: [PATCH] gnu: Add cdflib
>
> * gnu/packages/astronomy.scm (python-cdflib): New variable.
Applied with the cosmetic changes below, thanks!
Ludo’.
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 0324edcb40..498252aaf4 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -952,15 +952,14 @@ (define-public python-cdflib
(home-page "https://github.com/MAVENSDC/cdflib")
(synopsis "Python library to deal with NASA's CDF astronmical data format")
(description "This package provides a Python CDF reader toolkit
-It provides functionality:
+It provides the following functionality:
@itemize
-@item Ability to read variables and attributes from CDF files (see CDF Reader
-Class)
-@item Writes CDF version 3 files (see CDF Writer Class)
+@item Ability to read variables and attributes from CDF files
+@item Writes CDF version 3 files
@item Can convert between CDF time types (EPOCH/EPOCH16/TT2000) to other common
-time formats (see CDF Time Conversions)
+time formats
@item Can convert CDF files into XArray Dataset objects and vice versa,
-attempting to maintain ISTP compliance (see Working with XArray)
+attempting to maintain ISTP compliance
@end itemize\n")
(license license:expat)))