GRASS GIS (Geographic Resources Analysis Support System)

GRASS GIS mirror sites

Advanced search
Home Intro Docs Download Community Applications Development

Software mirror sites

Official master site via HTTP/FTP

Cascaded mirroring:
Tier-1 mirrors: These mirrors read daily from the master site and also act as rsync servers.
Tier-2 mirrors: These mirrors read from the tier-1 mirrors (these sites may be 1-2 day(s) behind the master site)

GRASS Wiki mirror:

African mirrors HTTP:
  • Namibia (Tier 2, Polytechnic of Namibia)
Asian mirrors HTTP:
  • India (Tier 1, Indian Inst. of Science)
  • Japan (Tier 2, Univ. of Osaka)
  • South Korea (Tier 2, Jinju Univ.)
European mirrors HTTP: European mirrors FTP:
  • France (Tier 1, CICT - Université de Toulouse)
  • Germany (Tier 1, Netmirror Berlin)
  • Germany (Tier 2, Univ. of Duisburg)
  • Germany (Tier 2, Univ. of Würzburg)
Northern American mirrors HTTP:
  • U.S.A. (Tier 1, ibiblio.org)
  • U.S.A. (Tier 2, ip97.com)
  • U.S.A. (Tier 2, eruditium.org)
  • U.S.A. (Tier 2, zerg.biz)
  • U.S.A. (Tier 2, healthmicronews.com)
Northern American mirrors FTP:
  • U.S.A. (Tier 1, ibiblio.org)
Southern American mirrors HTTP:
  • Brazil (Tier 2, Univ. of Sao Paulo)

Further GRASS Development related Sites
GeoISEM at North Carolina State University


Become a GRASS mirror site!

Help support your favorite Free Software GIS and become a mirror. Due to the high network traffic on our main site sometimes resulting in timed-out connections we encourage you to mirror this site.

Requirements: A GRASS mirror site requires around 690 MB space, the space requirements may vary due to the changing presence of precompiled binaries. Also PHP (PHP3 or later) support is required.
If you would like to support the GRASS community, do not hesitate to contact us and report the running mirror.

How to set up a mirror site:
The master site at OSGEO (grass.osgeo.org) supports the "rsync" software protocol to synchronize the mirrors automatically overnight. The idea of using "rsync" mirror software is that only changed files are downloaded which minimizes the network traffic. The master site provides "rsync" access only to a few "tier 1" mirrors; you can then connect your mirror site to these "tier 1" mirrors (as they also provide "rsync" capabilities).

Mirror site setup in greater detail:

  1. Install the rsync software.
  2. Check if you can connect - note the two '::' characters (this command should display a welcome message):
    • rsync grass.osgeo.org:: (master site, restricted to tier 1 mirrors)
    • rsync grass.fbk.eu:: (tier 1 mirror, provides "rsync" for other mirrors)
    • rsync ibiblio.org:: (tier 1 mirror, provides "rsync" for other mirrors)
    • rsync grass.bergenheim.net:: (tier 1 mirror, provides "rsync" for other mirrors)
    • rsync gulus.USherbrooke.ca:: (tier 1 mirror, provides "rsync" for other mirrors)
  3. Define a daily cron-job (in 'crontab') for rsync (example):
    /usr/bin/rsync -r --delete --times --links --bwlimit=200 ibiblio.org::grass /mirror/grass/
    This will copy/update the GRASS site to your local directory /mirror/grass/
  4. Check if the synchronization works the next day(s).
  5. Announce the new mirror site for this mirror list to us.
If you are interested to serve as tier-1 mirror (most welcome!), please let us know.
Last change: $Date: 2010-08-17 12:13:52 -0700 (Tue, 17 Aug 2010) $
$Author: smitch $

© 1999-2005 GRASS Development Team
Imprint | Comments about this page
Last change: $Date: 2008-11-27 15:55:48 +0000 (Thu, 27 Nov 2008) $
$Author: neteler $