<div>The great part of this data model is the use of linear referencig. does postgis support linear referencig? or any software that works with it?</div>
<div>&nbsp;</div>
<div>im happy to help with all data models you guys are interested in building. just drop me a line</div>
<div>&nbsp;</div>
<div>george<br><br>&nbsp;</div>
<div><span class="gmail_quote">On 1/14/08, <b class="gmail_sendername">Abram Gillespie</b> &lt;<a href="mailto:abe.gillespie.lists@gmail.com">abe.gillespie.lists@gmail.com</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">All,<br><br>These are all very interesting ideas.&nbsp;&nbsp;I have a proposal - I&#39;ve been<br>meaning to get a site running at 
<a href="http://geoloaded.com">geoloaded.com</a> (nothing there ATM),<br>and though sharing data models isn&#39;t *specifically* the idea I had in<br>mind, it&#39;s very much in the spirit of what I intend to do.&nbsp;&nbsp;I&#39;m happy
<br>to host anything the group manages to put together.&nbsp;&nbsp;I&#39;m not clear on<br>the EULA of the data model I currently have in my possession, but if I<br>can, I will post my results at the site as soon as I have something.
<br><br>R.B.,<br><br>I&#39;m swamped right now but will be in touch as soon as I have a moment.<br>I live at 14th &amp; Main BTW.&nbsp;&nbsp;Small world indeed.<br><br>-Abe<br><br>On Jan 14, 2008 7:47 AM, Burgholzer,Robert<br>&lt;<a href="mailto:rwburgholzer@deq.virginia.gov">
rwburgholzer@deq.virginia.gov</a>&gt; wrote:<br>&gt; We might think to do a little divide and conquer strategy on the database that Abe has, perhaps recruiting a group of individuals to each sign up for a handful of tables to convert to postgres, and then upload them all to a sourceforge repository.
<br>&gt;<br>&gt;<br>&gt;<br>&gt; r.b.<br>&gt;<br>&gt;<br>&gt; -----Original Message-----<br>&gt; From:&nbsp;&nbsp; <a href="mailto:postgis-users-bounces@postgis.refractions.net">postgis-users-bounces@postgis.refractions.net</a> on behalf of Chris Hermansen
<br>&gt; Sent:&nbsp;&nbsp; Sun 1/13/2008 12:47 PM<br>&gt; To:&nbsp;&nbsp;&nbsp;&nbsp; PostGIS Users Discussion<br>&gt; Cc:<br>&gt; Subject:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Re: [postgis-users] Pipeline Data Model<br>&gt;<br>&gt;<br>&gt; Gustavo makes a great point here.<br>&gt;
<br>&gt; Having worked with workstation ArcInfo for many years, I have a kind of<br>&gt; &quot;conceptual library&quot; of how to do common tasks in the field in which I work.<br>&gt;<br>&gt; As I use PostGIS I have to re-learn this &quot;conceptual library&quot;, based on
<br>&gt; the building blocks defined by OGC.&nbsp;&nbsp;I have to say that my general<br>&gt; impression is that the OGC geoprocessing model sometimes necessitates<br>&gt; some pretty complicated SQL to achieve what is relatively<br>
&gt; straightforward in workstation ArcInfo, an example being given in the<br>&gt; Wiki on geometrically combining partially overlapping polygon geometries<br>&gt; so as not to generate null geometries where only one or the other input
<br>&gt; geometry exists.<br>&gt;<br>&gt; In our company, we are (slowly) working on some documentation that<br>&gt; demonstrates how to accomplish &quot;model tasks&quot; in PostGIS.<br>&gt;<br>&gt; One of the biggest challenges we face (and would face on platforms other
<br>&gt; than PostGIS as well) is cleaning up the cruft coming in from all the<br>&gt; nasty shapefiles floating around out there.&nbsp;&nbsp;For example,<br>&gt; self-overlapping polygon geometry, gaps between polygons that aren&#39;t
<br>&gt; supposed to be there, tiny noise components arising from unfiltered<br>&gt; GPS-source data.&nbsp;&nbsp;I could go on :-)<br>&gt;<br>&gt; Another area of challenges is where we want a different geometric<br>&gt; outcome than provided for in the OGC standard.&nbsp;&nbsp;A simple example is
<br>&gt; first being surprised by, then dealing with, degenerate geometries or<br>&gt; composite geometries generated by what seem to be fairly straightforward<br>&gt; geometric operations.&nbsp;&nbsp;A more complex example is the example given above
<br>&gt; - most of the time, when we overlay partially overlapping geometries, we<br>&gt; don&#39;t want null geometries as a result in locations where only one or<br>&gt; the other input geometry exists, rather we want whatever geometry exists
<br>&gt; with the appropriate attributes set to null.<br>&gt;<br>&gt; Another is creating new geometries from components - geometries from<br>&gt; text files, polygons from lines and points, etc.<br>&gt;<br>&gt; Two things I see discussed on this list that could be of interest in the
<br>&gt; future are topology and time travel.&nbsp;&nbsp;Way back when PostgreSQL was just<br>&gt; Postgres I did some work with time travel; I can see real potential in<br>&gt; the concept, for example as a framework for managing and reporting on
<br>&gt; environmental certification.&nbsp;&nbsp;However that&#39;s a big design issue even<br>&gt; with time travel working :-)&nbsp;&nbsp;With respect to topology, I&#39;m surprised<br>&gt; how little I miss it; though there are people in our offices who find
<br>&gt; it&#39;s the only solution for fixing up really nasty shape files; ie<br>&gt; convert the data to coverages and bang away at them using the polygon<br>&gt; topology until either nothing is left or the problem is fixed.
<br>&gt;<br>&gt; Anyway.&nbsp;&nbsp;Whether the approach to sharing this kind of info is through<br>&gt; separate projects or just a bit more input to the PostGIS wiki, it seems<br>&gt; pretty worthwhile to me.<br>&gt;<br>&gt; Gustavo Ces wrote:
<br>&gt; &gt; You canīt export a geodatabase ( i supose your model is just that) by<br>&gt; &gt; odbc, because the geometric logic is not transfered ( can you export a<br>&gt; &gt; geodatabase in arcgis to postgis?) I think you have to rewrite the
<br>&gt; &gt; model, adapting it to postgis. Is a hard work, but the you can use the<br>&gt; &gt; postgresql full potential ( triggers, views, etc.. ) to make your<br>&gt; &gt; model more powerfull, smaller and dynamic.<br>
&gt; &gt; In my experience, this work simplifies the model, and you can make it<br>&gt; &gt; &quot;real-time&quot;, user adapted, etc...<br>&gt; &gt;<br>&gt; &gt; Iīve posted a long time ago a question about postgis models. I imagine
<br>&gt; &gt; all postgis community members working alone, creating complex<br>&gt; &gt; functions and schemas to solve their problems and... reinventing the<br>&gt; &gt; wheel. Perhaps itīs time to create especific projects to create ( or
<br>&gt; &gt; traduce ) schemas and functions for various cases. I know the wiki,<br>&gt; &gt; but i think in environmental members creating&nbsp;&nbsp;schemas, functions to<br>&gt; &gt; solve environmental questions( for instance). At this time each of
<br>&gt; &gt; them has to walk his way alone ...<br>&gt; &gt;<br>&gt; &gt; Itīs just an opinion :)<br>&gt; &gt;<br>&gt; &gt; Gus<br>&gt; &gt;<br>&gt; &gt; _______________________________________________<br>&gt; &gt; postgis-users mailing list
<br>&gt; &gt; <a href="mailto:postgis-users@postgis.refractions.net">postgis-users@postgis.refractions.net</a><br>&gt; &gt; <a href="http://postgis.refractions.net/mailman/listinfo/postgis-users">http://postgis.refractions.net/mailman/listinfo/postgis-users
</a><br>&gt;<br>&gt;<br>&gt; --<br>&gt; Regards,<br>&gt;<br>&gt; Chris Hermansen · mailto:<a href="mailto:clh@timberline.ca">clh@timberline.ca</a><br>&gt; tel:+1.604.714.2878 · fax:+1.604.733.0631<br>&gt; Timberline Natural Resource Group · 
<a href="http://www.timberline.ca">http://www.timberline.ca</a><br>&gt; 401 · 958 West 8th Avenue · Vancouver BC · Canada · V5Z 1E5<br>&gt;<br>&gt; C&#39;est ma faįon de parler.<br>&gt;<br>&gt; _______________________________________________
<br>&gt; postgis-users mailing list<br>&gt; <a href="mailto:postgis-users@postgis.refractions.net">postgis-users@postgis.refractions.net</a><br>&gt; <a href="http://postgis.refractions.net/mailman/listinfo/postgis-users">
http://postgis.refractions.net/mailman/listinfo/postgis-users</a><br>&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt; _______________________________________________<br>&gt; postgis-users mailing list<br>&gt; <a href="mailto:postgis-users@postgis.refractions.net">
postgis-users@postgis.refractions.net</a><br>&gt; <a href="http://postgis.refractions.net/mailman/listinfo/postgis-users">http://postgis.refractions.net/mailman/listinfo/postgis-users</a><br>&gt;<br>&gt;<br>_______________________________________________
<br>postgis-users mailing list<br><a href="mailto:postgis-users@postgis.refractions.net">postgis-users@postgis.refractions.net</a><br><a href="http://postgis.refractions.net/mailman/listinfo/postgis-users">http://postgis.refractions.net/mailman/listinfo/postgis-users
</a><br></blockquote></div><br>