<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">2015-05-11 16:08 GMT+02:00 Charles Cossé <span dir="ltr"><<a href="mailto:ccosse@gmail.com" target="_blank">ccosse@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr">Hi Simone,<br><div><div class="gmail_extra"><br><div class="gmail_quote"><span>On Mon, May 11, 2015 at 6:59 AM, Simone Dalmasso <span dir="ltr"><<a href="mailto:simone.dalmasso@gmail.com" target="_blank">simone.dalmasso@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hi Charles,<div>at the moment there's no such working tool (apart from a very draft I made some years ago that uses formhub + epicollect + geonode) but the interest around it is increasing and I'm sure there are other people in the list that are willing to work on this.</div></div></blockquote><div><br></div></span><div>Well, I was starting to work on such a thing when I stopped to ask .... so I guess I'll just keep on going with the idea ...<br></div><span><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>We encourage potential stakeholders to come in!</div></div></blockquote><div><br></div></span><div>That's cool.  I just created:  <a href="https://github.com/ccosse/geoplate" target="_blank">https://github.com/ccosse/geoplate</a>  Is that a reasonable name and location?  It's empty still, so easily changed.  I have an  android gps app that I will upload after cleaning-up.   Beyond that, I've used django a lot but not geonode, and done GIS but not like this ... so that's where I'm coming from.   And what I'm after here is a template which takes care of the common plumbing between smartphone collection and online presentation, via geonode.  I'm also thinking of storing uploads as PickledDataObjects, performing serialization and de-serialization via android and javascript, respectively.  <br></div></div></div></div></div></blockquote><div> </div><div>Well is your repo... :)</div><div>To link your app with GeoNode I suggest you to take a look at <a href="https://github.com/GeoNode/geonode-project">https://github.com/GeoNode/geonode-project</a></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr"><div><div class="gmail_extra"><div class="gmail_quote"><div></div><span> <blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div><br></div><div>About your questions:</div><div>- you can add google as an optional background in the settings here <a href="https://github.com/GeoNode/geonode/blob/master/geonode/settings.py#L617" target="_blank">https://github.com/GeoNode/geonode/blob/master/geonode/settings.py#L617</a> using this doc <a href="http://gxp.opengeo.org/master/doc/lib/plugins/GoogleSource.html" target="_blank">http://gxp.opengeo.org/master/doc/lib/plugins/GoogleSource.html</a></div></div></blockquote><div><br></div></span><div>Thank you<br></div><span><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>- you will have to customize the code of the mapping library which is based on Geoexplorer <a href="http://suite.opengeo.org/opengeo-docs/geoexplorer/" target="_blank">http://suite.opengeo.org/opengeo-docs/geoexplorer/</a>. But here others may help you more than me. :)</div></div></blockquote></span><div><br>Thank you<br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div><br></div><div>Ciao</div></div></blockquote><div><br></div><div>Ciao!<br></div><span><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><div class="gmail_extra"><br><div class="gmail_quote"><div><div>2015-05-11 13:32 GMT+02:00 Charles Cossé <span dir="ltr"><<a href="mailto:ccosse@gmail.com" target="_blank">ccosse@gmail.com</a>></span>:<br></div></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><div><div><div dir="ltr"><div>Hi All,<br><br></div>I am getting up-to-speed with GeoNode and GIS in general.   I need to implement the same general workflow model in several  different contexts. The workflow is:<br><ol style="margin-left:40px"><li>offline collection of arbitrary data via smartphone (tracks, photos, notes, forms)<br></li><li>sync arbitrary, serialized blob data to server <br></li><li>handle and store arbitrary serialized blob data in GeoNode (some sub-app)</li><li>webapp interface template to explore / utilize data</li></ol><p>This seems like it would make a good project template ... pull everything into a django-app under your geonode instance, including the smartphone app template code, and just customize from there.  <br></p><p>Does such a project already exist?  If not, then would it be a good thing?<br></p><p>I like these apps from <a href="http://www.misin.msu.edu/tools/apps/#" target="_blank">MISIN</a>, but they don't allow for use outside of a hard-coded range.  Otherwise, that's exactly the system / workflow I'm after.  I haven't checked if their code is free.  ArcGIS Collector would be the similar Esri product.     <br></p>I have a couple other questions while here:<br><ul><li>why google earth but no google maps?</li><li>what is best way (api?) to capture map clicks?</li></ul><p>Thanks!<span><font color="#888888"><br></font></span></p><span><font color="#888888"><p>Charles<br></p></font></span></div>
<br></div></div><span>_______________________________________________<br>
geonode-users mailing list<br>
<a href="mailto:geonode-users@lists.osgeo.org" target="_blank">geonode-users@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/cgi-bin/mailman/listinfo/geonode-users" target="_blank">http://lists.osgeo.org/cgi-bin/mailman/listinfo/geonode-users</a><br>
<br></span></blockquote></div><span><font color="#888888"><br><br clear="all"><div><br></div>-- <br><div>Simone </div>
</font></span></div>
</blockquote><br><br></span></div></div></div></div>
</blockquote></div>ciao<br><br clear="all"><div><br></div>-- <br><div>Simone </div>
</div></div>