Example dataset for grass 5.0. This dataset represents 3000pts ASCII file (x,y,z mass points and gully fault line points) for a DEM with gully.
This commit is contained in:
parent
7fd495a818
commit
ef4b46908c
4 changed files with 23 additions and 0 deletions
1
grass-gully/DESCR
Normal file
1
grass-gully/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
Example dataset for grass 5.0. This dataset represents 3000pts ASCII file (x,y,z mass points and gully fault line points) for a DEM with gully.
|
17
grass-gully/Makefile
Normal file
17
grass-gully/Makefile
Normal file
|
@ -0,0 +1,17 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2005/02/08 17:26:16 daprice Exp $
|
||||
#
|
||||
|
||||
DISTNAME= gully.dat
|
||||
PKGNAME= grass-gully-20030302
|
||||
CATEGORIES= geography
|
||||
MASTER_SITES= http://mpa.itc.it/grasstutor/data7/
|
||||
EXTRACT_SUFX= .gz
|
||||
|
||||
MAINTAINER= mchittur@cs.nmsu.edu
|
||||
HOMEPAGE= http://mpa.itc.it/grasstutor/data7/
|
||||
COMMENT= Example dataset for grass 5.0
|
||||
|
||||
WRKSRC= ${WRKDIR}
|
||||
|
||||
.include "../../wip/grass/Makefile.dataset"
|
||||
.include "../../mk/bsd.pkg.mk"
|
1
grass-gully/PLIST
Normal file
1
grass-gully/PLIST
Normal file
|
@ -0,0 +1 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2005/02/08 17:26:16 daprice Exp $
|
4
grass-gully/distinfo
Normal file
4
grass-gully/distinfo
Normal file
|
@ -0,0 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2005/02/08 17:26:16 daprice Exp $
|
||||
|
||||
SHA1 (gully.dat.gz) = eef1083d6d74d679f244f58032c9bc104aecdd37
|
||||
Size (gully.dat.gz) = 16697 bytes
|
Loading…
Reference in a new issue