Skip to content

koson/spatialdata

 
 

Repository files navigation

// -*- C++ -*-
//
// ----------------------------------------------------------------------
//
// Brad T. Aagaard, U.S. Geological Survey
//
// This code was developed as part of the Computational Infrastructure
// for Geodynamics (http://geodynamics.org).
//
// Copyright (c) 2010-2015 University of California, Davis
//
// See COPYING for license information.
//
// ----------------------------------------------------------------------
//

/** @mainpage
 *
 * @author Brad Aagaard
 * @date 2015/02/13
 * @version 1.9.5
 *  
 * @section summary Summary
 *
 * This directory tree contains SpatialData version 1.9.5. This package
 * provides an interface to Proj.4 (cartographic projections library)
 * for converting coordinates among a variety of geographic projects
 * and local Cartesian coordinates and defines an interface for
 * querying data specified over some spatial domain. An implementation
 * for simple fields specified in zero through three dimensions is
 * included.
 * 
 * The software is built using the GNU build procedure. It is possible
 * to build only the C++ library with C bindings for the
 * routines. Building the complete package with the Pyre framework
 * requires pythia-0.8.
 *
 * @section dirs Directories
 * @li \b doc Documentation
 * @li \b libsrc C++ code (and bindings) for 
 * @li \b pyre Python code
 * @li \b tests Regression tests of library
 *
 * @section reqs Required software
 * @li GNU build tools w/C++ and C compilers
 * @li Proj.4 cartographic projections library (http://proj.maptools.org)
 *
 * @section ops Optional software
 * @li pythia-0.8 and NumPy (>= 1.0)
 * @li CppUnit (for regression testing)
 *
 * @section notes Notes
 *
 * If libraries or header files for Pythia or CppUnit are not in the
 * default path, you can use environment variables to point to their
 * locations.
 */

// End of file 

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 71.2%
  • Python 21.4%
  • C 3.7%
  • Makefile 3.5%
  • Shell 0.2%