Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 812 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 812 Bytes

geophysics-netcdf

Description

  • Header-only C++ library for handling Geoscience Australia's NetCDF based geophysical line data format which is still under development.

Author

  • Ross C Brodie, Geoscience Australia

Dependencies

CMAKE

  • The geophysics-netcdf library is not intended to be a cmake TOP_LEVEL project
  • The external dependencies packages cpp-utils, netcdf-cxx4 and netcdf need to be loaded by a higher level cmake project. See for example https://github.com/GeoscienceAustralia/ga-aem how the project is used.