<html><head></head><body>I'm sad...<br><br><div class="gmail_quote">Le 31 mai 2015 14:10:07 UTC+02:00, Cameron Shorter <cameron.shorter@gmail.com> a écrit :<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<pre class="k9mail">Hi Clement,<br />Thanks for answering the questions below. It is very helpful for <br />understanding the maturity of a project.<br /><br />My initial assessment is that the project looks to be showing a lot of <br />promise, but is probably not ready yet for OSGeo-Live.<br /><br />OSGeo-Live's core aim is to help new users find established Open Source <br />GIS applications on OSGeo-Live, which is good for the established <br />projects, but unfortunately a bit hard on new projects looking to find <br />users.<br /><br />I'd encourage you to continue working to attract a user and developer <br />community, as you appear to be doing. You might also align with an <br />existing established project, which in turn will help you adopt their <br />community.<br /><br />You are also welcome to write OSGeo-Live installer scripts for osm2x3d. <br />Other projects have done this in the past, including the installer <br />scripts a few releases before actually being
included on OSGeo-Live. <br />This made it easy to set up the application on OSGeo-Live to be run as a <br />base for workshops or similar, and helps build up a community and show <br />robustness of the application.<br /><br />I suggest you also look at the OSGeo Incubation process [1]. Although <br />your project might not be ready to go through the process yet, it is a <br />good thing to be thinking about as your grow your project and are <br />putting processes in place, such that it is easier to incubation when <br />you are ready.<br /><br />Kind regards,<br />Cameron<br /><br />[1] <a href="http://www.osgeo.org/incubator/process/project_graduation_checklist.html">http://www.osgeo.org/incubator/process/project_graduation_checklist.html</a><br /><br />On 31/05/2015 8:53 am, Clément Igonet wrote:<br /><blockquote class="gmail_quote" style="margin: 0pt 0pt 1ex 0.8ex; border-left: 1px solid #729fcf; padding-left: 1ex;"><br /> On 2015-05-24 05:12, Cameron Shorter wrote:<br
/><blockquote class="gmail_quote" style="margin: 0pt 0pt 1ex 0.8ex; border-left: 1px solid #ad7fa8; padding-left: 1ex;"> On 24/05/2015 7:33 am, clement@igonet.fr wrote:<br /><blockquote class="gmail_quote" style="margin: 0pt 0pt 1ex 0.8ex; border-left: 1px solid #8ae234; padding-left: 1ex;"> May we add osm2x3d command line tool to the distribution?<br /> I'm the author of this open and free project.<br /><br /> Clement Igonet<br /></blockquote> Hi Clement,<br /> Nice to hear your interest in joining OSGeo-Live.<br /><br /> I'm moving your request across to the OSGeo-Live email list.<br /><br /> I'm interested to know more about osm2x3d to see if it fits in with<br /> our project selection criteria.<br /><br /> Why don't you have a look at our selection criteria, and if you think<br /> your project qualifies, and you are up to putting in the effort<br /> required to bring the project onto OSGeo-Live, then fill out the<br /> application form and email to our OSGeo-Live list.<br />
Your timing is good, as we are just starting the build process for<br /> OSGeo-Live 9.0.<br /><br /> Details here:<br /> <a href="http://wiki.osgeo.org/wiki/Live_GIS_Disc#How_to_add_a_project_to_OSGeoLive">http://wiki.osgeo.org/wiki/Live_GIS_Disc#How_to_add_a_project_to_OSGeoLive</a> </blockquote><br /><br /> Hi Cameron,<br /><br /> Questions I have answered for requesting to add an application to <br /> OSGeo-Live:<br /><br /> What is its name?<br /> =================<br /> osm2x3d<br /><br /> What is the home page URL?<br /> ==========================<br /> <a href="http://wiki.openstreetmap.org/wiki/Osm2x3d">http://wiki.openstreetmap.org/wiki/Osm2x3d</a><br /><br /> Which OSI approved Open Source Licence is used?<br /><hr /><br /> GPL v3 in licenses/gpl.txt<br /><br /> What does the application do and how does it add value to the <br /> GeoSpatial stack of software?<br /><hr /><br /><br /> osm2x3d converts Open Street Map xml data to X3D file, exploiting <br /> buildings info
like elevation, number of floors, roof type, etc...<br /> It is comparable to OSM2World but osm2x3d is focused on X3D format and <br /> aims to provide access to building indoor, using a project like Open <br /> Earth View (3D web navigation with x3dom javascript library).<br /><br /> Next features:<br />    - building textures,<br />    - link with floor plan in SVG format,<br />    - link with Point of Interest for a given floor<br /><br /> Does the application make use of OGC standards?<br /><hr /><br /> It makes use of OSM xml data and X3D format.<br /><br /> Client or server?<br /> =================<br /> It is a command line tool and can be used in client or server side.<br /><br /> What language is it written in?<br /><hr /><br /> osm2x3d is currently written in C++ language, using some boost features.<br /><br /> Which version of the application should be included in the next <br /> OSGeo-Live release?<br /><hr /><br /><br /> V1.0.0<br /><br /> OpenHUB:<br /> =======<br />
"Account creation is temporarily suspended".<br /><br /> What is the size of the user community?<br /><hr /><br /> This project has been presented in OSGeo, framasoft, X3D and x3dom <br /> mailing lists.<br /> osm2x3d is used by Open Earth View project.<br /><br /> What is the size of your developer community?<br /><hr /><br /> One person at the moment.<br /><br /> Do you have a bug free, stable release?<br /><hr /><br /> Bug free, but restricted features.<br /><br /> Please discuss the level of testing that your project has gone through.<br /><hr /><br /> osm2x3d is a command line tool.<br /> As a black box, it gets OSM xml data as input and provide 3D scene <br /> file (X3D file format) as output.<br /> Is has been tested using several kind of OSM xml data.<br /><br /> How long has the project has had mature code.<br /><hr /><br /> The architecture os the code is mature, but osm2x3d, as a very basic <br /> tool (using linux command line), will be continuously improved adding <br
/> lot of new features.<br /><br /> Manual:<br /> =======<br /> This tool is a converter from Open Street Map xml data file to X3D <br /> scene graph for buildings.<br /> Usage:<br />     osm2x3d.uexe -i/--input INPUT -o/--output OUTPUT<br />     cat INPUT | osm2x3d.uexe > OUTPUT<br /> Example :<br /> $ osm2x3d.uexe -i esb.osm -o result.x3d --verbose<br /> Options :<br /> -h / --help             print this help<br /> --verbose / --brief     verbose / brief mode<br /> -s / --noStrictBounds   permissive bounds mode<br /> -t / --noTile           no OSM png tile<br /> -i / --input            Open Street Map xml input file<br /> -o / --output           X3D xml scene graph. Default is "result.x3d" <br /> on working<br />                         directory<br /> -l / --LoD              Level of Detail (Building, BuildingPart)<br /><br /> Project presentation:<br /> ====================<br /> Friday june 19th (17:00 PM), in Paris, PSES (Pas Sage En Seine).<br /><br /> I'm volunteer to be
responsible for ensuring the install scripts.<br /> I'm volunteer to update English documentation for each OSGeo-Live <br /> release.<br /> I will act as the project's liaison person.<br /><br /> Application installation:<br /> ========================<br /> I need to discuss how my application will be installed.<br /><br /> For sure, osm2x3d runs in 512 Meg of RAM.<br /><br /> Disk space to install the application and a suitable example <br /> application: about 1 MB.<br /><br /> My project overview is available under a CC By and a Quickstart <br /> available under a CC By-SA license.</blockquote><br /><br /><br /></pre></blockquote></div><br>
clement@igonet.fr</body></html>