Metadata-Version: 2.4
Name: pseudonetcdf
Version: 3.5.0
Summary: Like NetCDF and NCO, but works with NetCDF and other scientific formats.
Home-page: http://github.com/barronh/pseudonetcdf/
Author: Barron Henderson
Author-email: barronh@gmail.com
Maintainer: Barron Henderson
Maintainer-email: barronh@gmail.com
Project-URL: Documentation, https://barronh.github.io/pseudonetcdf
Project-URL: homepage, https://github.com/barronh/pseudonetcdf/
Project-URL: issue-tracker, https://github.com/barronh/pseudonetcdf/issues
Project-URL: source-code, https://github.com/barronh/pseudonetcdf
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Atmospheric Science
License-File: LICENSE
Requires-Dist: numpy<2,>=1.2
Requires-Dist: netCDF4
Requires-Dist: scipy
Requires-Dist: matplotlib
Requires-Dist: pyyaml
Requires-Dist: pandas<3
Requires-Dist: packaging
Provides-Extra: textfiles
Requires-Dist: pandas; extra == "textfiles"
Provides-Extra: projections
Requires-Dist: pyproj; extra == "projections"
Provides-Extra: mapping
Requires-Dist: basemap; extra == "mapping"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: license-file
Dynamic: maintainer
Dynamic: maintainer-email
Dynamic: project-url
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: summary

NetCDF, NCO, and CDO are fantastic softwares that I use,
emulate, and admire. The primary drawbacks are restrictions on which
scientific data sources they will and won't work with, and what types
of operations they will and won't do. PseudoNetCDF was originally just
a NetCDF-like interface for many data formats, but has grown to include
many functionalities from NCO and CDO. This is a platform independent,
easy to install software to make scientific data manipulation easy.
