<h3><a name="week_5_jun_26_2009" id="week_5_jun_26_2009">WEEK 5 (JUN 26, 2009)</a></h3>
<div class="level3">
<p>
<strong>What I did during the week</strong>
</p>
<ul><li class="level1"><div class="li"> I have “played” with CDF, trying to create a dashboard with graphs and charts on spatialytics datacube</div>
</li></ul>
<p>
<strong>What difficulties I encountered</strong>
</p>
<ul><li class="level1"><div class="li"> It is not simple to use simultaneously different technologies news for me</div>
</li></ul>
<p>
<strong>What I plan to do during the next week</strong>
</p>
<ul><li class="level1"><div class="li"> I hope to conclude my work of “preparation” and start to code.</div>
</li></ul>
</div><br><br><div class="gmail_quote">2009/6/26 <span dir="ltr"><<a href="mailto:soc-request@lists.osgeo.org">soc-request@lists.osgeo.org</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Send SoC mailing list submissions to<br>
<a href="mailto:soc@lists.osgeo.org">soc@lists.osgeo.org</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
<a href="http://lists.osgeo.org/mailman/listinfo/soc" target="_blank">http://lists.osgeo.org/mailman/listinfo/soc</a><br>
or, via email, send a message with subject or body 'help' to<br>
<a href="mailto:soc-request@lists.osgeo.org">soc-request@lists.osgeo.org</a><br>
<br>
You can reach the person managing the list at<br>
<a href="mailto:soc-owner@lists.osgeo.org">soc-owner@lists.osgeo.org</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than "Re: Contents of SoC digest..."<br>
<br>
<br>
Today's Topics:<br>
<br>
1. Re: [gdal-dev] Re: [postgis-devel] WKT Raster weekly report<br>
#4 (Jorge Ar?valo)<br>
2. Re: Netcdf for uDig - status report #5 (Wolf Bergenheim)<br>
3. Re: Netcdf for uDig - status report #5 (Hamish)<br>
4. Re: Netcdf for uDig - status report #5 (Wolf Bergenheim)<br>
5. [Report #5] Kriging with GRASS and R: v.autokrige port to<br>
wxPython and more (Anne Ghisla)<br>
6. GSoC 09 - Mapbender CSW Report Week 5 (Mifan Careem)<br>
7. Re: [Report #5] Kriging with GRASS and R: v.autokrige port to<br>
wxPython and more (Michael Barton)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Thu, 25 Jun 2009 18:01:57 +0200<br>
From: Jorge Ar?valo <<a href="mailto:jorge.arevalo@gmail.com">jorge.arevalo@gmail.com</a>><br>
Subject: [SoC] Re: [gdal-dev] Re: [postgis-devel] WKT Raster weekly<br>
report #4<br>
To: Mateusz Loskot <<a href="mailto:mateusz@loskot.net">mateusz@loskot.net</a>><br>
Cc: <a href="mailto:gdal-dev@lists.osgeo.org">gdal-dev@lists.osgeo.org</a>, PostGIS Development Discussion<br>
<<a href="mailto:postgis-devel@postgis.refractions.net">postgis-devel@postgis.refractions.net</a>>, <a href="mailto:soc@lists.osgeo.org">soc@lists.osgeo.org</a><br>
Message-ID:<br>
<<a href="mailto:cb4457700906250901x2056aceft68e57504eba46dea@mail.gmail.com">cb4457700906250901x2056aceft68e57504eba46dea@mail.gmail.com</a>><br>
Content-Type: text/plain; charset="utf-8"<br>
<br>
2009/6/25 Mateusz Loskot <<a href="mailto:mateusz@loskot.net">mateusz@loskot.net</a>><br>
<br>
> Jorge Arévalo wrote:<br>
><br>
>> I have a question: What's the best way to test a new driver's code? I've<br>
>> loaded this TIFF file into PostGIS using gdal2wktraster.py:<br>
>> <a href="http://rapidfire.sci.gsfc.nasa.gov/subsets/?subset=USA1.2009168.terra.2km" target="_blank">http://rapidfire.sci.gsfc.nasa.gov/subsets/?subset=USA1.2009168.terra.2km</a>,<br>
>> and I think that I can simply do gdalinfo PG:.... to test if my driver is<br>
>> working.<br>
>><br>
><br>
> Possible, but...<br>
><br>
> Another option is to create testing code, but gdalinfo is more reliable<br>
>> that any code that I can write...<br>
>><br>
><br>
> you'll most likely need to debug your driver, so having this in mine,<br>
> choose your favourite option.<br>
><br>
> Best regards,<br>
> --<br>
> Mateusz Loskot, <a href="http://mateusz.loskot.net" target="_blank">http://mateusz.loskot.net</a><br>
><br>
<br>
OK, maybe I can create my own testing code. I supose that the best place to<br>
put this testing code is in the driver's directory. It's only temporary<br>
testing code.<br>
<br>
Yogi Berra <<a href="http://www.brainyquote.com/quotes/authors/y/yogi_berra.html" target="_blank">http://www.brainyquote.com/quotes/authors/y/yogi_berra.html</a>> -<br>
"I never said most of the things I said."<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <a href="http://lists.osgeo.org/pipermail/soc/attachments/20090625/edaa85b5/attachment-0001.html" target="_blank">http://lists.osgeo.org/pipermail/soc/attachments/20090625/edaa85b5/attachment-0001.html</a><br>
<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Fri, 26 Jun 2009 00:03:06 +0300<br>
From: Wolf Bergenheim <<a href="mailto:wolf%2Bgrass@bergenheim.net">wolf+grass@bergenheim.net</a>><br>
Subject: Re: [SoC] Netcdf for uDig - status report #5<br>
To: andrea antonello <<a href="mailto:andrea.antonello@gmail.com">andrea.antonello@gmail.com</a>><br>
Cc: OSGeo SoC <<a href="mailto:soc@lists.osgeo.org">soc@lists.osgeo.org</a>><br>
Message-ID:<br>
<<a href="mailto:6b60cc4f0906251403uca43a6nfe72301075e8a01d@mail.gmail.com">6b60cc4f0906251403uca43a6nfe72301075e8a01d@mail.gmail.com</a>><br>
Content-Type: text/plain; charset=ISO-8859-1<br>
<br>
Hi Andrea!<br>
<br>
On Thu, Jun 25, 2009 at 11:14, andrea<br>
antonello<<a href="mailto:andrea.antonello@gmail.com">andrea.antonello@gmail.com</a>> wrote:<br>
> Since tomorrow I won't be available, I put my weekly report as usual<br>
> at the following link:<br>
><br>
> <a href="http://jgrass.wiki.software.bz.it/jgrass/weekly_reports" target="_blank">http://jgrass.wiki.software.bz.it/jgrass/weekly_reports</a><br>
><br>
> Finally some screenshots to color up my reports and help my self esteem. :)<br>
<br>
<br>
Thanks for the report. I really like those vector arrows for<br>
directional data. :) How hard would it be to modify it to show wind<br>
data with different icons depending on the magnitude?<br>
<br>
The idea would be to create maps like this:<br>
<a href="http://www.weatheronline.co.uk/sail.htm" target="_blank">http://www.weatheronline.co.uk/sail.htm</a><br>
<br>
Where one would typically also want to display temperature or water<br>
depth instead of wind magnitude as the raster map.<br>
<br>
--Wolf<br>
<br>
--<br>
<br>
<:3 )---- Wolf Bergenheim ----( 8:><br>
<br>
<br>
------------------------------<br>
<br>
Message: 3<br>
Date: Thu, 25 Jun 2009 16:47:15 -0700 (PDT)<br>
From: Hamish <<a href="mailto:hamish_b@yahoo.com">hamish_b@yahoo.com</a>><br>
Subject: Re: [SoC] Netcdf for uDig - status report #5<br>
To: andrea antonello <<a href="mailto:andrea.antonello@gmail.com">andrea.antonello@gmail.com</a>>, Wolf Bergenheim<br>
<<a href="mailto:wolf%2Bgrass@bergenheim.net">wolf+grass@bergenheim.net</a>><br>
Cc: OSGeo SoC <<a href="mailto:soc@lists.osgeo.org">soc@lists.osgeo.org</a>><br>
Message-ID: <<a href="mailto:592636.56451.qm@web110013.mail.gq1.yahoo.com">592636.56451.qm@web110013.mail.gq1.yahoo.com</a>><br>
Content-Type: text/plain; charset=us-ascii<br>
<br>
<br>
Wolf wrote:<br>
> Thanks for the report. I really like those vector arrows<br>
> for directional data. :) How hard would it be to modify it to<br>
> show wind data with different icons depending on the magnitude?<br>
><br>
> The idea would be to create maps like this:<br>
> <a href="http://www.weatheronline.co.uk/sail.htm" target="_blank">http://www.weatheronline.co.uk/sail.htm</a><br>
<br>
<br>
Hi, FYI I have half-written a new module called d.barb for GRASS,<br>
it does like the above (GRIB data; partial code reused from<br>
d.rast.arrow) but also allows an option for sparse lagrangian<br>
style at vector points using DB attributes for velo,dir, & an<br>
option to use magnitude-sticks of varying length instead of<br>
barbs.<br>
<br>
The technology is well in hand, as always I just need to find<br>
some free time to clean it up.<br>
<br>
<br>
for now, you might try the zyGrib software.<br>
<a href="http://www.zygrib.org/" target="_blank">http://www.zygrib.org/</a><br>
<br>
<br>
Hamish<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 4<br>
Date: Fri, 26 Jun 2009 08:03:37 +0300<br>
From: Wolf Bergenheim <<a href="mailto:wolf%2Bgrass@bergenheim.net">wolf+grass@bergenheim.net</a>><br>
Subject: Re: [SoC] Netcdf for uDig - status report #5<br>
To: Hamish <<a href="mailto:hamish_b@yahoo.com">hamish_b@yahoo.com</a>><br>
Cc: OSGeo SoC <<a href="mailto:soc@lists.osgeo.org">soc@lists.osgeo.org</a>><br>
Message-ID:<br>
<<a href="mailto:6b60cc4f0906252203r66027290k7138fd602a47fc44@mail.gmail.com">6b60cc4f0906252203r66027290k7138fd602a47fc44@mail.gmail.com</a>><br>
Content-Type: text/plain; charset=ISO-8859-1<br>
<br>
On Fri, Jun 26, 2009 at 02:47, Hamish<<a href="mailto:hamish_b@yahoo.com">hamish_b@yahoo.com</a>> wrote:<br>
><br>
> Hi, FYI I have half-written a new module called d.barb for GRASS,<br>
> it does like the above (GRIB data; partial code reused from<br>
> d.rast.arrow) but also allows an option for sparse lagrangian<br>
> style at vector points using DB attributes for velo,dir, & an<br>
> option to use magnitude-sticks of varying length instead of<br>
> barbs.<br>
><br>
<br>
Cool! Even better, since it is in GRASS :D. Thanks for the heads up.<br>
I'll be looking forward to seeing it.<br>
<br>
> The technology is well in hand, as always I just need to find<br>
> some free time to clean it up.<br>
><br>
<br>
Aye. The eternal problem!<br>
<br>
><br>
> for now, you might try the zyGrib software.<br>
> <a href="http://www.zygrib.org/" target="_blank">http://www.zygrib.org/</a><br>
><br>
<br>
Thanks! I'll check it out.<br>
<br>
--Wolf<br>
<br>
--<br>
<br>
<:3 )---- Wolf Bergenheim ----( 8:><br>
<br>
<br>
------------------------------<br>
<br>
Message: 5<br>
Date: Fri, 26 Jun 2009 17:02:24 +0200<br>
From: Anne Ghisla <<a href="mailto:a.ghisla@gmail.com">a.ghisla@gmail.com</a>><br>
Subject: [SoC] [Report #5] Kriging with GRASS and R: v.autokrige port<br>
to wxPython and more<br>
To: OSGeo SoC <<a href="mailto:soc@lists.osgeo.org">soc@lists.osgeo.org</a>>, <a href="mailto:grass-dev@lists.osgeo.org">grass-dev@lists.osgeo.org</a>,<br>
<a href="mailto:r-sig-geo@stat.math.ethz.ch">r-sig-geo@stat.math.ethz.ch</a>, <a href="mailto:grass-stats@lists.osgeo.org">grass-stats@lists.osgeo.org</a>, gfoss italia<br>
<<a href="mailto:gfoss@faunalia.com">gfoss@faunalia.com</a>><br>
Message-ID: <<a href="mailto:1246028544.4157.8.camel@galadriel.uagra.net">1246028544.4157.8.camel@galadriel.uagra.net</a>><br>
Content-Type: text/plain; charset="us-ascii"<br>
<br>
Hello all, and sorry for cross-posting,<br>
<br>
just few minutes ago I succeded in completing the kriging procedure with<br>
gstat functions. It runs with a proof-of-concept dataset based on<br>
spearfish data, see this tutorial [0].<br>
Martin helped me a lot in getting the standard wxGUI comboboxes to run<br>
properly with filters.<br>
<br>
Next week I plan to adapt the interface to each R package's available<br>
options and consider how to solve lag issues in populating interface.<br>
<br>
The blocking issue about autoKrige() and projections is no more valid as<br>
I create the grid myself based on GRASS region.<br>
<br>
best regards,<br>
<br>
Anne<br>
<br>
[0] <a href="http://casoilresource.lawr.ucdavis.edu/drupal/node/438" target="_blank">http://casoilresource.lawr.ucdavis.edu/drupal/node/438</a><br>
<a href="http://grass.osgeo.org/wiki/V.autokrige_GSoC_2009" target="_blank">http://grass.osgeo.org/wiki/V.autokrige_GSoC_2009</a><br>
<br>
-------------- next part --------------<br>
A non-text attachment was scrubbed...<br>
Name: not available<br>
Type: application/pgp-signature<br>
Size: 197 bytes<br>
Desc: Questa =?ISO-8859-1?Q?=E8?= una parte del messaggio<br>
firmata digitalmente<br>
Url : <a href="http://lists.osgeo.org/pipermail/soc/attachments/20090626/91bf58ac/attachment-0001.bin" target="_blank">http://lists.osgeo.org/pipermail/soc/attachments/20090626/91bf58ac/attachment-0001.bin</a><br>
<br>
------------------------------<br>
<br>
Message: 6<br>
Date: Fri, 26 Jun 2009 20:36:08 +0530<br>
From: Mifan Careem <<a href="mailto:mifan@opensource.lk">mifan@opensource.lk</a>><br>
Subject: [SoC] GSoC 09 - Mapbender CSW Report Week 5<br>
To: <a href="mailto:soc@lists.osgeo.org">soc@lists.osgeo.org</a><br>
Cc: <a href="mailto:mapbender_dev@lists.osgeo.org">mapbender_dev@lists.osgeo.org</a><br>
Message-ID: <1246028768.11221.1.camel@mordor><br>
Content-Type: text/plain<br>
<br>
Dear Lists,<br>
<br>
The week 5 report of the CSW development for Mapbender is here:<br>
<br>
<a href="http://www.mapbender.org/CSW_report_week_5" target="_blank">http://www.mapbender.org/CSW_report_week_5</a><br>
<br>
Cheers<br>
<br>
Mifan<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 7<br>
Date: Fri, 26 Jun 2009 08:08:05 -0700<br>
From: Michael Barton <<a href="mailto:michael.barton@asu.edu">michael.barton@asu.edu</a>><br>
Subject: Re: [SoC] [Report #5] Kriging with GRASS and R: v.autokrige<br>
port to wxPython and more<br>
To: Anne Ghisla <<a href="mailto:a.ghisla@gmail.com">a.ghisla@gmail.com</a>><br>
Cc: "<a href="mailto:r-sig-geo@stat.math.ethz.ch">r-sig-geo@stat.math.ethz.ch</a>" <<a href="mailto:r-sig-geo@stat.math.ethz.ch">r-sig-geo@stat.math.ethz.ch</a>>, gfoss<br>
italia <<a href="mailto:gfoss@faunalia.com">gfoss@faunalia.com</a>>, "<a href="mailto:grass-dev@lists.osgeo.org">grass-dev@lists.osgeo.org</a>"<br>
<<a href="mailto:grass-dev@lists.osgeo.org">grass-dev@lists.osgeo.org</a>>, OSGeo SoC <<a href="mailto:soc@lists.osgeo.org">soc@lists.osgeo.org</a>>,<br>
"<a href="mailto:grass-stats@lists.osgeo.org">grass-stats@lists.osgeo.org</a>" <<a href="mailto:grass-stats@lists.osgeo.org">grass-stats@lists.osgeo.org</a>><br>
Message-ID: <<a href="mailto:ECFE2E94-B2EB-4FBA-BAF1-6F7A5A3E52E4@asu.edu">ECFE2E94-B2EB-4FBA-BAF1-6F7A5A3E52E4@asu.edu</a>><br>
Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes<br>
<br>
Congratulations!<br>
<br>
Michael<br>
____________________<br>
C. Michael Barton, Professor of Anthropology<br>
Director of Graduate Studies, School of Human Evolution & Social Change<br>
Director, Center for Social Dynamics & Complexity<br>
Arizona State University<br>
<br>
Phone: 480-965-6262<br>
Fax: 480-965-7671<br>
www: <<a href="http://www.public.asu.edu/%7Ecmbarton" target="_blank">www.public.asu.edu/~cmbarton</a>><br>
<br>
<br>
<br>
<br>
On Jun 26, 2009, at 8:02 AM, Anne Ghisla wrote:<br>
<br>
> Hello all, and sorry for cross-posting,<br>
><br>
> just few minutes ago I succeded in completing the kriging procedure<br>
> with<br>
> gstat functions. It runs with a proof-of-concept dataset based on<br>
> spearfish data, see this tutorial [0].<br>
> Martin helped me a lot in getting the standard wxGUI comboboxes to run<br>
> properly with filters.<br>
><br>
> Next week I plan to adapt the interface to each R package's available<br>
> options and consider how to solve lag issues in populating interface.<br>
><br>
> The blocking issue about autoKrige() and projections is no more<br>
> valid as<br>
> I create the grid myself based on GRASS region.<br>
><br>
> best regards,<br>
><br>
> Anne<br>
><br>
> [0] <a href="http://casoilresource.lawr.ucdavis.edu/drupal/node/438" target="_blank">http://casoilresource.lawr.ucdavis.edu/drupal/node/438</a><br>
> <a href="http://grass.osgeo.org/wiki/V.autokrige_GSoC_2009" target="_blank">http://grass.osgeo.org/wiki/V.autokrige_GSoC_2009</a><br>
><br>
> <signature.asc><ATT00001.txt><br>
<br>
<br>
<br>
------------------------------<br>
<br>
_______________________________________________<br>
SoC mailing list<br>
<a href="mailto:SoC@lists.osgeo.org">SoC@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/soc" target="_blank">http://lists.osgeo.org/mailman/listinfo/soc</a><br>
<br>
<br>
End of SoC Digest, Vol 23, Issue 24<br>
***********************************<br>
</blockquote></div><br>