Skip to content

Commit

Permalink
Adding a few pages to the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
bryan-harter committed Feb 9, 2022
1 parent 99b5076 commit 36d0a9e
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,13 @@ cdflib requires python 3 and numpy. To install run
:maxdepth: 2
:caption: Contents:

introduction
modules/cdfread
modules/cdfwrite
modules/epochs
modules/epochs_astropy
modules/cdf_to_xarray
modules/xarray_to_cdf



Expand Down
19 changes: 19 additions & 0 deletions doc/introduction.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
Introduction
===================

What is cdflib?
------------------

cdflib is an effort to replicate the CDF libraries using a pure python implementation. This means users do not need to install the CDF libraries.

While this origally started as a way to read PDS-archive compliant CDF files, thanks to many contributors, it has grown to be able to handle every type of CDF file.


What does it do?
-------------------

* Ability to read variables and attributes from CDF files
* Can write CDF files
* Can convert between CDF time types and other common time formats
* Can convert CDF files into XArray Dataset objects
* Can convert XArray Dataset objects into CDF files, attempting to maintain ISTP compliance
Empty file added doc/modules/cdf_to_xarray.rst
Empty file.
Empty file added doc/modules/xarray_to_cdf.rst
Empty file.

0 comments on commit 36d0a9e

Please sign in to comment.