Strabon
changeset 443:dd6da5aa0e64
merge
author | George Garbis <ggarbis@di.uoa.gr> |
---|---|
date | Wed Jul 18 16:22:19 2012 +0300 (2012-07-18) |
parents | 851468b28f69 59ae08a0072d |
children | 0ab805885c2f |
files |
line diff
1.1 --- a/scripts/v2.2/InvalidForFires.sparql Wed Jul 18 16:20:54 2012 +0300 1.2 +++ b/scripts/v2.2/InvalidForFires.sparql Wed Jul 18 16:22:19 2012 +0300 1.3 @@ -8,6 +8,8 @@ 1.4 1.5 INSERT {?h noa:isDiscarded "1"^^xsd:int} 1.6 WHERE { 1.7 +SELECT ?h WHERE 1.8 +{ 1.9 ?h noa:hasAcquisitionTime "TIMESTAMP"^^xsd:dateTime ; 1.10 noa:producedFromProcessingChain "PROCESSING_CHAIN"^^xsd:string ; 1.11 noa:isDerivedFromSensor "SENSOR"^^xsd:string ; 1.12 @@ -17,3 +19,4 @@ 1.13 FILTER(strdf:mbbIntersects(?hGeo,?aGeo)). 1.14 } GROUP BY ?h ?hGeo 1.15 HAVING strdf:contains(strdf:union(?aGeo),?hGeo) 1.16 +}
2.1 --- a/scripts/v2.2/runNoaRefinementChain.sh Wed Jul 18 16:20:54 2012 +0300 2.2 +++ b/scripts/v2.2/runNoaRefinementChain.sh Wed Jul 18 16:22:19 2012 +0300 2.3 @@ -3,16 +3,16 @@ 2.4 2.5 ENDPOINT="http://localhost:8080/endpoint" 2.6 DB="endpoint" 2.7 -GRIDURL="http://kk.di.uoa.gr/grid_4.nt" 2.8 -GRIDURL="http://jose.di.uoa.gr/rdf/coastline/grid_4.nt" 2.9 +#GRIDURL="http://kk.di.uoa.gr/grid_4.nt" 2.10 +#GRIDURL="http://jose.di.uoa.gr/rdf/coastline/grid_4.nt" 2.11 #INIT="http://jose.di.uoa.gr/rdf/Kallikratis-Coastline.ntriples" 2.12 -INIT="../Kalli_coast.sql" 2.13 +#INIT="../Kalli_coast.sql" 2.14 2.15 #CHECKDIR="/home/konstantina/allhot/" 2.16 #CHECKDIR="${HOME}/teleios/nkua/Hotspots/" 2.17 2.18 -POSTGISTEMPLATE="postgistemplate" 2.19 -#POSTGISTEMPLATE="template_postgis" 2.20 +#POSTGISTEMPLATE="postgistemplate" 2.21 +POSTGISTEMPLATE="template_postgis" 2.22 2.23 #dataDir="http://localhost/noa-teleios/out_triples/" 2.24 #dataDir="http://kk.di.uoa.gr/out_triples/" 2.25 @@ -97,14 +97,19 @@ 2.26 2.27 2.28 2.29 -for y in 7 8 10 11 ;do 2.30 -for mon in `seq 4 10`; do 2.31 -for d in `seq 1 30`; do 2.32 +#for y in 7 8 10 11 ;do 2.33 +#for mon in `seq 4 10`; do 2.34 +#for d in `seq 1 30`; do 2.35 +#for h in `seq 0 23 `; do 2.36 +# for m in `seq 0 15 45`; do 2.37 +for y in 7 ;do 2.38 +for mon in 8; do 2.39 +for d in 25; do 2.40 for h in `seq 0 23 `; do 2.41 for m in `seq 0 15 45`; do 2.42 time=`printf "%02d%02d\n" $h $m` 2.43 time2=`printf "%02d:%02d\n" $h $m` 2.44 - day=`printf "%02d" $d` 2.45 + day=`printf "%02d" $d` 2.46 month=`printf "%02d" $mon` 2.47 year=`printf "%02d" $y` 2.48 file=${dataDir}${year}/${name}${year}${month}${day}_${time}$suffix