Coder Social home page Coder Social logo

cmbernard2 / grass-addons Goto Github PK

View Code? Open in Web Editor NEW

This project forked from osgeo/grass-addons

0.0 0.0 0.0 190.43 MB

GRASS GIS Addons Repository (Manuals: https://grass.osgeo.org/grass7/manuals/addons/ | Linux-logs: https://grass.osgeo.org/addons/grass7/logs/ | Windows logs: http://wingrass.fsv.cvut.cz/grass78/x86_64/addons/latest/logs/)

Makefile 0.72% HTML 11.46% C 43.83% Perl 0.10% Shell 6.70% C++ 3.43% Python 29.54% Ballerina 0.01% Fortran 3.27% TeX 0.48% Rich Text Format 0.06% MATLAB 0.01% Objective-C 0.04% PostScript 0.28% Limbo 0.01% Yacc 0.02% TSQL 0.01% Roff 0.01% Gnuplot 0.01% NASL 0.04%

grass-addons's Introduction

GRASS Addons git repository

How to get write access here?

Read access is granted to the public, write access must be requested, see here for details:
https://trac.osgeo.org/grass/wiki/HowToContribute#WriteaccesstotheGRASSaddonsrepository

However, it is also possible to fork this repository, insert your AddOn or fix an existing one in a new branch and finally open a pull request.

In either case, please read the submitting rules at the bottom of this page.

How to get the AddOn code?

Clone of the entire AddOns git repository:

git clone https://github.com/OSGeo/grass-addons.git grass_addons

How to install or remove AddOns in your GRASS installation

The simplest way to install GRASS GIS AddOns is to use the g.extension module:
https://grass.osgeo.org/grass78/manuals/g.extension.html

How to compile AddOn code

C code/Scripts, with GRASS source code on your computer:

Preparations (assuming source code in $HOME/grass78/): (if you have already build GRASS from source you don't need to do this again. If adding to a binary install the versions must match exactly. For a git clone this means that the main GRASS binary and source code versions (GRASS GIS 6 or 7) must match.)

./configure # [opionally flags]
make libs

The easiest way to compile GRASS AddOns modules into your GRASS code is by setting MODULE_TOPDIR on the fly to tell 'make' where to find the prepared GRASS source code:

make MODULE_TOPDIR=$HOME/grass78/

(adapt to your /path/to/grass78/). Each module/script in the GRASS AddOns git repository should have a Makefile to support easy installation.

Install then into your existing GRASS installation with

make MODULE_TOPDIR=$HOME/grass78/ install

For system-wide installation this usually requires "root" priviledges (so, also 'sudo' may help).

C code/Scripts, with GRASS binaries on your computer:

compile GRASS AddOns modules into your GRASS code by setting MODULE_TOPDIR to where to the GRASS binaries are located:

make MODULE_TOPDIR=/usr/lib/grass78/

How to submitt contributions?

To submit your GRASS GIS module here, please check

https://grass.osgeo.org/development/

The submmission must be compliant with the GRASS submission rules as found in the GRASS source code and RFC2 (Legal aspects of submission):

https://trac.osgeo.org/grass/wiki/RFC

Also read submitting instructions before committing any changes!

https://trac.osgeo.org/grass/wiki/Submitting

grass-addons's People

Contributors

neteler avatar landam avatar hamishb avatar metzm avatar ecodiv avatar mlennert avatar petrasovaa avatar wenzeslaus avatar zwischenloesung avatar lucadelu avatar huidaecho avatar stevenpawley avatar madi avatar gmassei avatar hellik avatar isaacullah avatar awickert avatar krejcmat avatar bugbrains avatar sudeep495 avatar jradinger avatar nikosalexandris avatar ostepok avatar zarch avatar nombril avatar geoandfil avatar tmszi avatar stopkovaeva avatar mmaldacker avatar bundala 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.