compliance_checker#
Python tool to check your datasets against compliance standards.
- IOOS Compliance Checker
- The Compliance Checker Web Tool
- The Compliance Checker Command Line Tool
- Concepts & Terminology
- Installation
- Command Line Usage
- Examples
- Check a local file against CF 1.6
- Check a remote file against ACDD 1.3
- Checking against remote ERDDAP Datasets
- Write results to text file
- Write results to JSON file
- Write results to HTML file
- Output text from multiple input files to one output file
- Output html and text files from multiple input files (part 1)
- Output html and text files from multiple input files (part 2)
- Download a particular CF standard names table for use in the test
- Python Usage
- Compliance Checker Plug-Ins
- Disclaimer
- Miscellaneous/Acknowledgements
- API
- Cf
(compliance_checker.cf)
- Protocols
(compliance_checker.protocols)
- Acdd
(compliance_checker.acdd)
- Base
(compliance_checker.base)
- Cfutil
(compliance_checker.cfutil)
- attr_membership
- coordinate_dimension_matrix
- get_auxiliary_coordinate_variables
- get_axis_map
- get_axis_variables
- get_bounds_variables
- get_cell_boundary_map
- get_cell_boundary_variables
- get_climatology_variable
- get_coordinate_variables
- get_flag_variables
- get_forecast_metadata_variables
- get_geophysical_variables
- get_grid_mapping_variables
- get_instrument_variables
- get_lat_variable
- get_latitude_variables
- get_lon_variable
- get_longitude_variables
- get_platform_variables
- get_sea_names
- get_time_variable
- get_time_variables
- get_true_latitude_variables
- get_true_longitude_variables
- get_z_variable
- get_z_variables
- guess_feature_type
- isProfile
- isTimeSeries
- isTimeSeriesProfile
- isTrajectory
- isTrajectoryProfile
- is_2d_regular_grid
- is_2d_static_grid
- is_3d_regular_grid
- is_3d_static_grid
- is_cf_trajectory
- is_compression_coordinate
- is_coordinate_variable
- is_dataset_valid_ragged_array_repr_featureType
- is_dimensionless_standard_name
- is_geophysical
- is_mapped_grid
- is_multi_timeseries_incomplete
- is_multi_timeseries_orthogonal
- is_point
- is_profile_incomplete
- is_profile_orthogonal
- is_reduced_grid
- is_single_trajectory
- is_timeseries
- is_timeseries_profile_incomplete
- is_timeseries_profile_multi_ortho_time
- is_timeseries_profile_multi_station
- is_timeseries_profile_ortho_depth
- is_timeseries_profile_single_ortho_time
- is_timeseries_profile_single_station
- is_trajectory_profile_incomplete
- is_trajectory_profile_orthogonal
- is_unitless
- is_variable_valid_ragged_array_repr_featureType
- units_convertible
- Ioos
(compliance_checker.ioos)
- Runner
(compliance_checker.runner)
- Suite
(compliance_checker.suite)
- Util
(compliance_checker.util)
- Cf
- Frequently Asked Questions
- Developer Notes