[GRASS-SVN] r59303 - in grass/trunk/demolocation: . PERMANENT PERMANENT/sqlite PERMANENT/vector PERMANENT/vector/country_boundaries
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Mar 24 04:33:35 PDT 2014
Author: neteler
Date: 2014-03-24 04:33:34 -0700 (Mon, 24 Mar 2014)
New Revision: 59303
Added:
grass/trunk/demolocation/PERMANENT/sqlite/
grass/trunk/demolocation/PERMANENT/sqlite/sqlite.db
grass/trunk/demolocation/PERMANENT/vector/country_boundaries/
grass/trunk/demolocation/PERMANENT/vector/country_boundaries/cidx
grass/trunk/demolocation/PERMANENT/vector/country_boundaries/coor
grass/trunk/demolocation/PERMANENT/vector/country_boundaries/dbln
grass/trunk/demolocation/PERMANENT/vector/country_boundaries/head
grass/trunk/demolocation/PERMANENT/vector/country_boundaries/hist
grass/trunk/demolocation/PERMANENT/vector/country_boundaries/sidx
grass/trunk/demolocation/PERMANENT/vector/country_boundaries/topo
Modified:
grass/trunk/demolocation/Makefile
grass/trunk/demolocation/PERMANENT/WIND
Log:
demolocation: country_boundaries vector map added from http://www.naturalearthdata.com/downloads/110m-cultural-vectors/
Modified: grass/trunk/demolocation/Makefile
===================================================================
--- grass/trunk/demolocation/Makefile 2014-03-24 11:33:16 UTC (rev 59302)
+++ grass/trunk/demolocation/Makefile 2014-03-24 11:33:34 UTC (rev 59303)
@@ -3,12 +3,14 @@
include $(MODULE_TOPDIR)/include/Make/Other.make
SRCFILES = WIND DEFAULT_WIND VAR PROJ_INFO PROJ_UNITS MYNAME
-MAPS = mysites point
-MAPFILES = dbln coor topo head cidx hist
-DBFFILES := $(foreach map,$(MAPS),dbf/$(map).dbf)
-VECTFILES := $(foreach map,$(MAPS),$(foreach file,$(MAPFILES),vector/$(map)/$(file)))
-SRC := $(SRCFILES) $(DBFFILES) $(VECTFILES)
-SRCDIRS := PERMANENT PERMANENT/vector PERMANENT/dbf $(patsubst %,PERMANENT/vector/%,$(MAPS))
+DBFMAPS = mysites point
+SQLITEMAPS = country_boundaries
+MAPFILES = dbln coor topo head cidx sidx hist
+DBFFILES := $(foreach map,$(DBFMAPS),dbf/$(map).dbf)
+SQLITEFILES = sqlite/sqlite.db
+VECTFILES := $(foreach map,$(DBFMAPS),$(foreach file,$(MAPFILES),vector/$(map)/$(file))) $(foreach map,$(SQLITEMAPS),$(foreach file,$(MAPFILES),vector/$(map)/$(file)))
+SRC := $(SRCFILES) $(DBFFILES) $(SQLITEFILES) $(VECTFILES)
+SRCDIRS := PERMANENT PERMANENT/vector PERMANENT/dbf PERMANENT/sqlite $(patsubst %,PERMANENT/vector/%,$(DBFMAPS)) $(patsubst %,PERMANENT/vector/%,$(SQLITEMAPS))
DSTDIR = $(ARCH_DISTDIR)/demolocation
DST := $(patsubst %,$(DSTDIR)/PERMANENT/%,$(SRC))
Modified: grass/trunk/demolocation/PERMANENT/WIND
===================================================================
--- grass/trunk/demolocation/PERMANENT/WIND 2014-03-24 11:33:16 UTC (rev 59302)
+++ grass/trunk/demolocation/PERMANENT/WIND 2014-03-24 11:33:34 UTC (rev 59303)
@@ -8,8 +8,8 @@
rows: 180
e-w resol: 1
n-s resol: 1
-top: 1
-bottom: 0
+top: 1.000000000000000
+bottom: 0.000000000000000
cols3: 360
rows3: 180
depths: 1
Added: grass/trunk/demolocation/PERMANENT/sqlite/sqlite.db
===================================================================
(Binary files differ)
Property changes on: grass/trunk/demolocation/PERMANENT/sqlite/sqlite.db
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: grass/trunk/demolocation/PERMANENT/vector/country_boundaries/cidx
===================================================================
(Binary files differ)
Property changes on: grass/trunk/demolocation/PERMANENT/vector/country_boundaries/cidx
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: grass/trunk/demolocation/PERMANENT/vector/country_boundaries/coor
===================================================================
(Binary files differ)
Property changes on: grass/trunk/demolocation/PERMANENT/vector/country_boundaries/coor
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: grass/trunk/demolocation/PERMANENT/vector/country_boundaries/dbln
===================================================================
--- grass/trunk/demolocation/PERMANENT/vector/country_boundaries/dbln (rev 0)
+++ grass/trunk/demolocation/PERMANENT/vector/country_boundaries/dbln 2014-03-24 11:33:34 UTC (rev 59303)
@@ -0,0 +1 @@
+1/country_boundaries|country_boundaries|cat|$GISDBASE/$LOCATION_NAME/$MAPSET/sqlite/sqlite.db|sqlite
Added: grass/trunk/demolocation/PERMANENT/vector/country_boundaries/head
===================================================================
--- grass/trunk/demolocation/PERMANENT/vector/country_boundaries/head (rev 0)
+++ grass/trunk/demolocation/PERMANENT/vector/country_boundaries/head 2014-03-24 11:33:34 UTC (rev 59303)
@@ -0,0 +1,10 @@
+ORGANIZATION:
+DIGIT DATE:
+DIGIT NAME: neteler
+MAP NAME: Admin0 boundaries from NaturalEarth
+MAP DATE: Sun May 26 14:29:10 2013
+MAP SCALE: 1
+OTHER INFO: From http://www.naturalearthdata.com/downloads/110m-cultural-vectors/
+PROJ: 3
+ZONE: 0
+MAP THRESH: 0.000000
Added: grass/trunk/demolocation/PERMANENT/vector/country_boundaries/hist
===================================================================
--- grass/trunk/demolocation/PERMANENT/vector/country_boundaries/hist (rev 0)
+++ grass/trunk/demolocation/PERMANENT/vector/country_boundaries/hist 2014-03-24 11:33:34 UTC (rev 59303)
@@ -0,0 +1,12 @@
+COMMAND: v.in.ogr dsn="ne_110m_admin_0_countries.shp" output="country_boundaries" min_area=0.0001 snap=1e-7
+GISDBASE: /home/neteler/grassdata
+LOCATION: ecad5_grassdata_ll MAPSET: PERMANENT USER: neteler DATE: Sun May 26 14:29:10 2013
+-----------------------------------------------------
+286 input polygons
+Total area: 1.47751E+14 (360 areas)
+Overlapping area: 7.66232E+07 (70 areas)
+Area without category: 3.87927E+11 (1 areas)
+---------------------------------------------------------------------------------
+COMMAND: v.db.connect -o map="country_boundaries" driver="sqlite" database="/home/neteler/grass70/demolocation/PERMANENT/sqlite/sqlite.db" table="country_boundaries" key="cat" layer="1" separator="|"
+GISDBASE: /home/neteler/grass70
+LOCATION: demolocation MAPSET: PERMANENT USER: neteler DATE: Sun Jun 16 19:28:19 2013
Added: grass/trunk/demolocation/PERMANENT/vector/country_boundaries/sidx
===================================================================
(Binary files differ)
Property changes on: grass/trunk/demolocation/PERMANENT/vector/country_boundaries/sidx
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: grass/trunk/demolocation/PERMANENT/vector/country_boundaries/topo
===================================================================
(Binary files differ)
Property changes on: grass/trunk/demolocation/PERMANENT/vector/country_boundaries/topo
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
More information about the grass-commit
mailing list