PseudoNetCDF.test package

Submodules

PseudoNetCDF.test.test_arraytransforms module

PseudoNetCDF.test.test_arraytransforms.test_interiorvertex

alias of TestInteriorVertex

PseudoNetCDF.test.test_camxfiles module

PseudoNetCDF.test.test_camxfiles.test_cloud_rain_Memmap

alias of TestMemmap

PseudoNetCDF.test.test_camxfiles.test_height_pressure_Memmap

alias of TestMemmap

PseudoNetCDF.test.test_camxfiles.test_height_pressure_Read

alias of TestRead

PseudoNetCDF.test.test_camxfiles.test_humidity_Memmap

alias of TestMemmap

PseudoNetCDF.test.test_camxfiles.test_humidity_Read

alias of TestRead

PseudoNetCDF.test.test_camxfiles.test_ipr_Memmap

alias of TestMemmap

PseudoNetCDF.test.test_camxfiles.test_ipr_Read

alias of TestRead

PseudoNetCDF.test.test_camxfiles.test_irr_Memmap

alias of TestMemmap

PseudoNetCDF.test.test_camxfiles.test_irr_Read

alias of TestRead

PseudoNetCDF.test.test_camxfiles.test_landuse_Memmap

alias of TestMemmap

PseudoNetCDF.test.test_camxfiles.test_lateral_boundary_Memmap

alias of TestMemmap

PseudoNetCDF.test.test_camxfiles.test_one3d_Memmap

alias of TestMemmap

PseudoNetCDF.test.test_camxfiles.test_one3d_Read

alias of TestRead

PseudoNetCDF.test.test_camxfiles.test_point_source_Memmap

alias of TestMemmap

PseudoNetCDF.test.test_camxfiles.test_point_source_Read

alias of TestRead

PseudoNetCDF.test.test_camxfiles.test_temperature_Memmap

alias of TestMemmap

PseudoNetCDF.test.test_camxfiles.test_temperature_Read

alias of TestRead

PseudoNetCDF.test.test_camxfiles.test_uamiv_Memmap

alias of TestMemmap

PseudoNetCDF.test.test_camxfiles.test_uamiv_Read

alias of TestuamivRead

PseudoNetCDF.test.test_camxfiles.test_uamiv_Write

alias of TestMemmaps

PseudoNetCDF.test.test_camxfiles.test_vertical_diffusivity_Memmap

alias of TestMemmap

PseudoNetCDF.test.test_camxfiles.test_vertical_diffusivity_Read

alias of TestRead

PseudoNetCDF.test.test_camxfiles.test_wind_Memmap

alias of TestMemmap

PseudoNetCDF.test.test_camxfiles.test_wind_Read

alias of TestRead

PseudoNetCDF.test.test_ceilometer module

class PseudoNetCDF.test.test_ceilometer.test_vaisala(methodName='runTest')[source]

Bases: TestCase

Create an instance of the class that will use the named test method when executed. Raises a ValueError if the instance does not have a method with the specified name.

setUp()[source]

Hook method for setting up the test fixture before exercising it.

testVAISALA2NCF()[source]

PseudoNetCDF.test.test_cmaqfiles module

class PseudoNetCDF.test.test_cmaqfiles.IOAPITest(methodName='runTest')[source]

Bases: TestCase

Create an instance of the class that will use the named test method when executed. Raises a ValueError if the instance does not have a method with the specified name.

setUp()[source]

Hook method for setting up the test fixture before exercising it.

testFromArrays()[source]
testInterpSigma()[source]
testMeanCol()[source]
testMeanLay()[source]
testMeanRow()[source]
testSliceCol()[source]
testSliceLay()[source]
testSliceRow()[source]
testSubsetVariables()[source]
testTFLAG()[source]
testVarlist()[source]
class PseudoNetCDF.test.test_cmaqfiles.ProfileTest(methodName='runTest')[source]

Bases: TestCase

Create an instance of the class that will use the named test method when executed. Raises a ValueError if the instance does not have a method with the specified name.

setUp()[source]

Hook method for setting up the test fixture before exercising it.

testBcon()[source]
testIcon()[source]
class PseudoNetCDF.test.test_cmaqfiles.griddesc(methodName='runTest')[source]

Bases: TestCase

Create an instance of the class that will use the named test method when executed. Raises a ValueError if the instance does not have a method with the specified name.

testDefaultGDNAM()[source]
testGridParams()[source]
testNamed()[source]
testPerimParams()[source]
testSave()[source]
testSpecificGDNAM()[source]
testWrongFYPE()[source]
testWrongGDTYP()[source]

PseudoNetCDF.test.test_core module

class PseudoNetCDF.test.test_core.PseudoNetCDFFileTest(methodName='runTest')[source]

Bases: TestCase

Create an instance of the class that will use the named test method when executed. Raises a ValueError if the instance does not have a method with the specified name.

runTest()[source]
setUp()[source]

Hook method for setting up the test fixture before exercising it.

testAdd()[source]
testApplyAlongDimensionsConvolve()[source]
testApplyAlongDimensionsConvolveWithMax()[source]
testApplyAlongDimensionsMultiNamed()[source]
testApplyAlongDimensionsNamed()[source]
testCopy()[source]
testCopyVariable()[source]
testCreateDimension()[source]
testCreateVariable()[source]
testDelncattr()[source]
testDiv()[source]
testEval()[source]
testFromArrays()[source]
testFromNCF()[source]
testGetMap()[source]
testGetTimes()[source]
testGetncatts()[source]
testGetproj()[source]
testIj2ll()[source]
testInsertDimension()[source]
testInterpDimension()[source]
testIsMine()[source]
testLl2ij()[source]
testLl2xy()[source]
testMask()[source]
testMod()[source]
testMul()[source]
testNcattrs()[source]
testNetCDFFileInit()[source]
testNetCDFFileNew()[source]
testNetCDFVariables()[source]
testNetcdf()[source]
testOpenMFDataset()[source]
testPlot()[source]
testPow()[source]
testRemoveSingleton()[source]
testRenameDimensions()[source]
testRenameVariables()[source]
testSave()[source]
testSetncattr()[source]
testSetncatts()[source]
testSliceDimensionComboListInt()[source]
testSliceDimensionInt()[source]
testSliceDimensionList()[source]
testSliceDimensionMultiArray()[source]
testSliceDimensionMultiSlice()[source]
testSliceDimensionSlice()[source]
testStack()[source]
testSub()[source]
testSubsetVariables()[source]
testTime2idx()[source]
testTime2t()[source]
testVal2idx()[source]
testVal2idxBounds()[source]
testXAdd()[source]
testXy2ll()[source]
class PseudoNetCDF.test.test_core.PseudoNetCDFVariableTest(methodName='runTest')[source]

Bases: TestCase

Create an instance of the class that will use the named test method when executed. Raises a ValueError if the instance does not have a method with the specified name.

setUp()[source]

Hook method for setting up the test fixture before exercising it.

testFromArray()[source]
testVar()[source]

PseudoNetCDF.test.test_functions module

class PseudoNetCDF.test.test_functions.TestFunc(methodName='runTest')[source]

Bases: TestCase

Create an instance of the class that will use the named test method when executed. Raises a ValueError if the instance does not have a method with the specified name.

runTest()[source]
setUp()[source]

Hook method for setting up the test fixture before exercising it.

testAddattr()[source]
testConvolvedim()[source]
testGetvarpnc()[source]
testInterpvars()[source]
testMaksvals()[source]
testManglenames()[source]
testMerge()[source]
testMeshdim()[source]
testPncbfunc()[source]
testPncbo()[source]
testPncexpr()[source]
testPncfunc()[source]
testPncrename()[source]
testReducedim()[source]
testRemovesingleton()[source]
testSeqpncbo()[source]
testSlicedim()[source]
testSplitdim()[source]
testStackfiles()[source]

PseudoNetCDF.test.test_geoschemfiles module

PseudoNetCDF.test.test_geoschemfiles.test_bpch

alias of TestMemmaps

PseudoNetCDF.test.test_geoschemfiles.test_bpch1

alias of TestMemmaps

PseudoNetCDF.test.test_geoschemfiles.test_bpch2

alias of TestMemmaps

PseudoNetCDF.test.test_geoschemfiles.test_geos

alias of TestMemmaps

PseudoNetCDF.test.test_icarttfiles module

PseudoNetCDF.test.test_icarttfiles.test_ffi1001

alias of TestFfi1001

PseudoNetCDF.test.test_pncopen module

PseudoNetCDF.test.test_pncopen.test_pncopen

alias of TestPNCOPEN

PseudoNetCDF.test.test_textfiles module

PseudoNetCDF.test.test_textfiles.test_csv

alias of TestCsv

PseudoNetCDF.test.test_toms module

class PseudoNetCDF.test.test_toms.test_tomsl3(methodName='runTest')[source]

Bases: TestCase

Create an instance of the class that will use the named test method when executed. Raises a ValueError if the instance does not have a method with the specified name.

setUp()[source]

Hook method for setting up the test fixture before exercising it.

testTOMS2NCF()[source]

PseudoNetCDF.test.test_version module

class PseudoNetCDF.test.test_version.PNCVerstionTest(methodName='runTest')[source]

Bases: TestCase

Create an instance of the class that will use the named test method when executed. Raises a ValueError if the instance does not have a method with the specified name.

testVersionString()[source]

PseudoNetCDF.test.test_woudc module

class PseudoNetCDF.test.test_woudc.testsonde(methodName='runTest')[source]

Bases: TestCase

Create an instance of the class that will use the named test method when executed. Raises a ValueError if the instance does not have a method with the specified name.

testSonde()[source]

Module contents

PseudoNetCDF.test.compare_files(f1, f2)[source]