geodynamics / spatialdata

SpatialData provides an interface to Proj.4 (cartographic projections library) for converting coordinates among a variety of geographic projections.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spatialdata

MIT License Build Status codecov

Spatialdata is a C++ library for

  • interpolating values for spatially distributed data,
  • converting coordinates among geographic projections using Proj,
  • nondimensionalization of quantities,
  • specification of units via Pyre (optional).

This library is used in the finite-element code PyLith (https://github.com/geodynamics/pylith). The primary focus is specification of parameters that vary in space, such as values for boundary conditions and parameters of constitutive models. This provides a specification of these parameters independent of the discretization.

Dependencies

  • GNU build tools w/C++ and C compilers
  • Proj cartographic projections library (v6.0 or later) (http://proj.maptools.org)
  • [Optional] Pyre 1.0 and NumPy
  • [Optional] Catch2 (for unit testing)

Author

  • Brad Aagaard, Geologic Hazards Science Center, USGS, USA

About

SpatialData provides an interface to Proj.4 (cartographic projections library) for converting coordinates among a variety of geographic projections.

License:MIT License


Languages

Language:C++ 69.5%Language:Python 11.3%Language:C 8.8%Language:SWIG 6.8%Language:Makefile 2.8%Language:M4 0.6%Language:Shell 0.2%Language:Hack 0.1%