Giter Site home page Giter Site logo

crabel99 / gstat Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 1.37 MB

gstat is a program for geostatistical modelling, prediction and simulation

License: GNU General Public License v3.0

Batchfile 0.56% Makefile 2.81% Shell 0.36% C 89.05% Roff 0.19% C++ 0.37% R 2.84% Objective-C 0.61% Lex 0.62% Redcode 0.77% Yacc 1.81%

gstat's Introduction

gstat is a program for geostatistical modelling, prediction and
simulation; its main references are

E.J. Pebesma and C.G. Wesseling, 1998.  Gstat, a
program for geostatistical modelling, prediction and
simulation.  Computers & Geosciences 24 (1), 17--31.
http://dx.doi.org/10.1016/S0098-3004(97)00082-4}

E.J. Pebesma, 2004. Multivariable geostatistics in S: the
gstat package. Computers & Geosciences 30 (7), 683-691.
http://dx.doi.org/10.1016/j.cageo.2004.03.012

gstat now comes in two flavours: a stand-alone executable, and a package
that can be used from within R. Both share a common set of C source code,
which is held in subdirectory src. All R related files are held under
subdirectory S. The source R package files are in S/man (manual pages),
S/src (R / S code), S/test, S/demo, S/data. To produce the R package, all
needed code is copied (and partially filtered) from gstat/src directory
and all source directories under gstat/S to relevant directories under
gstat/S/R/gstat, from where the actual sources reside.

the gstat stand-alone manual and other information at the gstat home
page, http://www.gstat.org/ . R package manual pages are installed
automatically.

source distribution -- contents of the directories:
===================================================
src       : gstat sources code, copyright notice
meschach  : meschach matrix library (basic/dense/sparse routines)
include   : include file directory
lib       : where the compiled libraries go (libcsf.a, libmeschach.a)
cmd       : example command files
S         : gstat R package and S-Plus library directories

to build gstat stand-alone, type:

	./configure
	make

and to install the software, type:

	make install

to check which command make would invoke, try:

	make install -n

(note that configure takes several options; try

	./configure --help

for a list)

To build and check the gstat R package, type:
	
	cd S
	make r-build
	make r-check

gstat's People

Contributors

crabel99 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.