Hi<br><br>my weekly report is on<br><a href="http://geosoa.scg.ulaval.ca/wiki/doku.php?id=gsoc2009_weekly_reports_giovanni_onofri">http://geosoa.scg.ulaval.ca/wiki/doku.php?id=gsoc2009_weekly_reports_giovanni_onofri</a><br>
<br>CIAO<br><br>Giovanni Onofri<br><br><div class="gmail_quote">2009/7/3 <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. H2-OJ integration (Christopher)<br>
2. [Report #6] Kriging with GRASS and R: v.autokrige port to<br>
wxPython and more (Anne Ghisla)<br>
3. Report #6: WMS Tiling Cache support in gvSIG (Xi Chen)<br>
4. [OSSIM] Ossimplanet integration with Grass and Qgis - status<br>
report #6 (Massimo Di Stefano)<br>
5. Netcdf for uDig - status report #6 (andrea antonello)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Thu, 2 Jul 2009 12:19:40 -0700 (PDT)<br>
From: Christopher <<a href="mailto:infinityedge@yahoo.com">infinityedge@yahoo.com</a>><br>
Subject: [SoC] H2-OJ integration<br>
To: <a href="mailto:soc@lists.osgeo.org">soc@lists.osgeo.org</a>, <a href="mailto:jump-pilot-devel@lists.sourceforge.net">jump-pilot-devel@lists.sourceforge.net</a><br>
Message-ID: <<a href="mailto:481530.88412.qm@web38807.mail.mud.yahoo.com">481530.88412.qm@web38807.mail.mud.yahoo.com</a>><br>
Content-Type: text/plain; charset=us-ascii<br>
<br>
<br>
I'll be away from the internet till Tuesday, though I'll be coding during that time. Anyway, until then, here's my brief update for the week so far.<br>
<br>
I have a fork of H2+spatial compiling (using the current H2 branch). I'm going to set up a diff/patch script to make it easy to stay current with H2.<br>
<br>
Hopefully, this weekend I'll get a new spatial index started, if not working.<br>
<br>
No real problems to report except the monotony of staring at diff logs seeing what is important....<br>
<br>
--Christopher<br>
<br>
<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Fri, 03 Jul 2009 14:51:56 +0200<br>
From: Anne Ghisla <<a href="mailto:a.ghisla@gmail.com">a.ghisla@gmail.com</a>><br>
Subject: [SoC] [Report #6] 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:1246625516.7011.10.camel@galadriel.uagra.net">1246625516.7011.10.camel@galadriel.uagra.net</a>><br>
Content-Type: text/plain; charset="us-ascii"<br>
<br>
Hello all, and sorry for cross-posting,<br>
<br>
this week I worked on removing parameters hardwired in the code, binding<br>
them to the interface instead.<br>
Therefore, now it is possible use all widgets in gstat and automap<br>
pages, i.e. pick up the model from a list, set sill, nugget and range;<br>
set the output raster map name and eventually overwrite it.<br>
<br>
I'm going to implement CLI in these next days, it will very likely need<br>
to reorganise the code and clearly split interface from model.<br>
<br>
Blocking issues - none.<br>
<br>
best regards,<br>
<br>
Anne<br>
<br>
More info on the wiki page - updated daily:<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/20090703/96696fb4/attachment-0001.bin" target="_blank">http://lists.osgeo.org/pipermail/soc/attachments/20090703/96696fb4/attachment-0001.bin</a><br>
<br>
------------------------------<br>
<br>
Message: 3<br>
Date: Fri, 3 Jul 2009 21:07:01 +0800<br>
From: Xi Chen <<a href="mailto:chaunceychan@gmail.com">chaunceychan@gmail.com</a>><br>
Subject: [SoC] Report #6: WMS Tiling Cache support in gvSIG<br>
To: "soc" <<a href="mailto:soc@lists.osgeo.org">soc@lists.osgeo.org</a>><br>
Cc: Xi Chen <<a href="mailto:chenxi307@mails.gucas.ac.cn">chenxi307@mails.gucas.ac.cn</a>><br>
Message-ID: <<a href="mailto:4a4e0282.29578c0a.4902.fffff57c@mx.google.com">4a4e0282.29578c0a.4902.fffff57c@mx.google.com</a>><br>
Content-Type: text/plain; charset="gb2312"<br>
<br>
Dear All,<br>
<br>
I am Xi Chen working on the WMST-C support in gvSIG project.<br>
<br>
I am glad to tell you that after this week, a rudiment of WMTS caching has been implemented and the core components have been developed. The remaining work is to integrate, test and optimize something about GUI and user interaction.<br>
<br>
<br>
Here is my project wiki page:<br>
<a href="http://wiki.osgeo.org/wiki/GSoC_2009_WMS_Tiling_Cache_support_in_gvSIG" target="_blank">http://wiki.osgeo.org/wiki/GSoC_2009_WMS_Tiling_Cache_support_in_gvSIG</a><br>
<br>
The 6th week report:<br>
<a href="http://sites.google.com/site/wmstcache/weekly-reports/report-6" target="_blank">http://sites.google.com/site/wmstcache/weekly-reports/report-6</a><br>
<br>
<br>
--<br>
Best Regards,<br>
Xi CHEN<br>
2009-07-03<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 4<br>
Date: Fri, 3 Jul 2009 16:34:11 +0200<br>
From: Massimo Di Stefano <<a href="mailto:massimodisasha@yahoo.it">massimodisasha@yahoo.it</a>><br>
Subject: [SoC] [OSSIM] Ossimplanet integration with Grass and Qgis -<br>
status report #6<br>
To: OSGeo SoC <<a href="mailto:soc@lists.osgeo.org">soc@lists.osgeo.org</a>><br>
Cc: gfoss italia <<a href="mailto:gfoss@faunalia.com">gfoss@faunalia.com</a>>, Mark Lucas<br>
<<a href="mailto:mlucas@radiantblue.com">mlucas@radiantblue.com</a>>, <a href="mailto:grass-dev@lists.osgeo.org">grass-dev@lists.osgeo.org</a>,<br>
<a href="mailto:ossim-developer@lists.sourceforge.net">ossim-developer@lists.sourceforge.net</a><br>
Message-ID: <<a href="mailto:C18C0C60-C180-4ACF-9A2E-513C1D4D7231@yahoo.it">C18C0C60-C180-4ACF-9A2E-513C1D4D7231@yahoo.it</a>><br>
Content-Type: text/plain; charset="windows-1252"<br>
<br>
Week 6 (July 3, 2009)<br>
<br>
What did I do this week:<br>
<br>
Fixed the Grass Raster Rendering in Ossim-Gdal plug-in, now we can<br>
load grass raster data type (Byte, Uint16, Float32, Float64) in<br>
imagelinker and Ossimplanet.<br>
The rendering works great, all the ossim function like “img2rr,<br>
create_histo,<br>
mosaic, image_info ...” now works on grass data too.<br>
<br>
Finished to wrote a template mapfile to read gps data in real time<br>
(gps data stored on postgis) ... i need yet to implement an<br>
autogenerated mapfile based on selected<br>
grass layers.<br>
<br>
Create a python dictionary from the geonames cities database (a<br>
dictionary for<br>
each region) targhet is to have a combobox with listed region once<br>
one region is<br>
selected in an other combobox we’ll have cities names to zoom to.<br>
<br>
Continue to sperimenting the use of r.external read in grass imagery<br>
data generated by ossim.<br>
<br>
What do I plan on doing next week:<br>
<br>
<br>
Study/Learning/experiment with the broadcast/listner Ossimplanet’s<br>
capabilities.<br>
(targhet is to load raster data in ossim using tcp connection).<br>
<br>
Learn more on grass command like : r.cost, r.los, v.net.path,<br>
v.net.salesman.<br>
the targhet is to generate capture nodes using the gui/joystick<br>
pass them to grass<br>
generate visibility-map/route/path and send it out to planet.<br>
<br>
<br>
Am I blocked on anything: x<br>
<br>
<br>
blog page : <a href="http://www.geofemengineering.it/epifanio/sasha/sasha/Home.html" target="_blank">http://www.geofemengineering.it/epifanio/sasha/sasha/Home.html</a><br>
<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <a href="http://lists.osgeo.org/pipermail/soc/attachments/20090703/2caf873b/attachment-0001.html" target="_blank">http://lists.osgeo.org/pipermail/soc/attachments/20090703/2caf873b/attachment-0001.html</a><br>
<br>
------------------------------<br>
<br>
Message: 5<br>
Date: Fri, 3 Jul 2009 17:04:47 +0200<br>
From: andrea antonello <<a href="mailto:andrea.antonello@gmail.com">andrea.antonello@gmail.com</a>><br>
Subject: [SoC] Netcdf for uDig - status report #6<br>
To: OSGeo SoC <<a href="mailto:soc@lists.osgeo.org">soc@lists.osgeo.org</a>><br>
Message-ID:<br>
<<a href="mailto:116eb44a0907030804y4fcf997bocbe06db83849ef0f@mail.gmail.com">116eb44a0907030804y4fcf997bocbe06db83849ef0f@mail.gmail.com</a>><br>
Content-Type: text/plain; charset=ISO-8859-1<br>
<br>
My weekly report is available 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>
<br>
Ciao<br>
Andrea<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 24, Issue 1<br>
**********************************<br>
</blockquote></div><br>