31#include <netcdf_filter.h>
38#define NC_FLOAT8_E4M3 19
40#define NC_FLOAT8_E5M2 20
42#define NC_FLOAT6_E2M3 21
44#define NC_FLOAT6_E3M2 22
46#define NC_FLOAT4_E2M1 23
50#define NC_DOUBLECOMPLEX 25
52#define NC_BITFIELD8 26
54#define NC_BITFIELD16 27
56#define NC_BITFIELD32 28
58#define NC_BITFIELD64 29
60#define NC_REF_OBJECT 30
62#define NC_REF_REGION 31
73#if defined(__cplusplus)
85#if defined(__cplusplus)
120#define NEP_UDF_GEOTIFF_BIGTIFF NC_UDF0
123#define NEP_UDF_GEOTIFF_STANDARD NC_UDF1
126#define NEP_UDF_GRIB2 NC_UDF2
129#define NEP_UDF_CDF NC_UDF4
132#define NEP_UDF_FITS NC_UDF3
135#define NEP_UDF_PDS4 NC_UDF5
138#define NEP_UDF_DICOM NC_UDF6
141#define NEP_UDF_PDB NC_UDF7
144#define NEP_UDF_MMCIF NC_UDF8
147#define NEP_UDF_NEXTCDF4 NC_UDF9
150#define NC_NEXTCDF4 NEP_UDF_NEXTCDF4
153#define NC_NETCDF4_MODEL 0x04000000
182#define NEP_MAGIC_GEOTIFF_STANDARD "II*"
185#define NEP_MAGIC_GEOTIFF_BIGTIFF "II+"
188#define NEP_MAGIC_CDF "\xCD\xF3\x00\x01"
191#define NEP_MAGIC_GRIB2 "GRIB"
194#define NEP_MAGIC_FITS "SIMPLE"
197#define NEP_MAGIC_PDS4 "<?xml"
200#define NEP_MAGIC_DICOM "DICM"
203#define NEP_MAGIC_PDB "HEADER"
206#define NEP_MAGIC_MMCIF "data_"
232#define NEP_FORMAT_NAME_GEOTIFF "GeoTIFF"
235#define NEP_FORMAT_NAME_CDF "NASA CDF"
238#define NEP_FORMAT_NAME_GRIB2 "GRIB2"
241#define NEP_FORMAT_NAME_FITS "FITS"
244#define NEP_FORMAT_NAME_PDS4 "PDS4"
247#define NEP_FORMAT_NAME_DICOM "DICOM"
250#define NEP_FORMAT_NAME_PDB "PDB"
253#define NEP_FORMAT_NAME_MMCIF "mmCIF"
int nc_def_var_lzf(int ncid, int varid)
int nc_inq_var_lz4(int ncid, int varid, int *lz4p, int *levelp)
Definition nep.c:206
int nc_inq_var_bzip2(int ncid, int varid, int *bzip2p, int *levelp)
Definition nep.c:86
int nc_def_var_lz4(int ncid, int varid, int level)
Definition nep.c:169
int nc_def_var_bzip2(int ncid, int varid, int level)
Definition nep.c:50
int nc_inq_var_lzf(int ncid, int varid, int *lzfp)