netCDF I/O¶
This module contains general readers and writers for netCDF formats.
CMAQ Reader¶
-
class
pvgeohdf.netcdf.CMAQReader(**kwargs)[source]¶ Bases:
pvgeohdf.base.netCDFReaderBaseCMAQ read for Ziwei Wu
-
RequestData(request, inInfo, outInfo)[source]¶ Used by pipeline to get data for current timestep and populate the output data object. This assumes that
self._get_raw_data()will return a dataset ready for PVGeo’sinterface.points_to_poly_data().
-
_get_raw_data(idx=0)[source]¶ Get the Points as numpy ndarrays or pandas dataframe where first three columns are the XYZ coordinates
-
SVC Parcel Reader¶
-
class
pvgeohdf.netcdf.SVCParcelReader(**kwargs)[source]¶ Bases:
pvgeohdf.base.netCDFPointsReaderBaseSVCParcelReader for Kelton
-
_get_raw_data(idx=0)[source]¶ Get the Points as numpy ndarrays or pandas dataframe where first three columns are the XYZ coordinates
-