File: README.md

package info (click to toggle)
netcdf4-python 1.7.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,588 kB
  • sloc: python: 6,002; ansic: 854; makefile: 15; sh: 2
file content (13 lines) | stat: -rw-r--r-- 941 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
* `tutorial.py`:  code from introduction section of documentation.
* `json_att.py`:  shows to to use json to serialize python objects, save them as
  netcdf attributes, and then convert them back to python objects.
* `subset.py`: shows how to use 'orthogonal indexing' to select geographic regions.
* `reading_netcdf.ipynb`: ipython notebook from Unidata python workshop.
* `writing_netcdf.ipynb`: ipython notebook from Unidata python workshop.
* `threaded_read.py`:  test script for concurrent threaded reads.
* `bench.py`:  benchmarks for reading/writing using different formats.
* `bench_compress*.py``: benchmarks for reading/writing with compression.
* `bench_diskless.py`: benchmarks for 'diskless' IO.
* `test_stringarr.py`: test utilities for converting arrays of fixed-length strings
  to arrays of characters (with an extra dimension), and vice-versa.
  Useful since netcdf does not have a datatype for fixed-length string arrays.