<div dir="ltr"><div><div><div>Hi,<br><br></div>I can follow the old quickstart tomorrow and see what changed ( or don't work anymore). I'm not cutting edge in PostGis however.<br><br><br></div>Cheers,<br><br></div>Nicolas<br></div><div class="gmail_extra"><br><div class="gmail_quote">2016-03-03 22:32 GMT+01:00 Cameron Shorter <span dir="ltr"><<a href="mailto:cameron.shorter@gmail.com" target="_blank">cameron.shorter@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Regina,<br>
Thanks for your review of the PostGIS docs on OSGeo-Live and identifying that the PostGIS quickstart is out of date and needs work. This is quite important as PostGIS is one of the core projects in most OSGeobased systems.<br>
<br>
With regards to updating, we are short of time, with our first release candidate due in 3 days, and final release due in 2 weeks. [1]<br>
<br>
I'm wondering if there is anyone who can help Regina out this weekend? I can commit to reviewing docs once created. I've created a ticket to track this [2].<br>
<br>
Regina, I'll bump the version number of the PostGIS Project Overview as you suggest.<br>
<br>
[1] <a href="https://docs.google.com/spreadsheets/d/1kO6zzmLFfprZGgp5x7Sjwi-EVN6NTGDR4KXvFVtNpR0/edit?hl=en_GB" rel="noreferrer" target="_blank">https://docs.google.com/spreadsheets/d/1kO6zzmLFfprZGgp5x7Sjwi-EVN6NTGDR4KXvFVtNpR0/edit?hl=en_GB</a><br>
[2] <a href="https://trac.osgeo.org/osgeo/ticket/1634#ticket" rel="noreferrer" target="_blank">https://trac.osgeo.org/osgeo/ticket/1634#ticket</a><br>
<br>
On 4/03/2016 12:37 am, Regina Obe wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Cameron,<br>
<br>
It looks like you guys never had much on the overview page anyway except for<br>
the version number.<br>
<br>
<a href="https://github.com/OSGeo/OSGeoLive-doc/blob/master/en/overview/postgis_overv" rel="noreferrer" target="_blank">https://github.com/OSGeo/OSGeoLive-doc/blob/master/en/overview/postgis_overv</a><br>
iew.rst<br>
<br>
So given that I would just update the version to 2.2.1 .<br>
<br>
The quick starter guide on the other hand needs some work.<br>
<br>
<a href="https://github.com/OSGeo/OSGeoLive-doc/blob/master/en/quickstart/postgis_qui" rel="noreferrer" target="_blank">https://github.com/OSGeo/OSGeoLive-doc/blob/master/en/quickstart/postgis_qui</a><br>
ckstart.rst<br>
<br>
1)  It is using ST_Distance_Sphere which got deprecated in 2.2.0 and will be<br>
removed in the future.<br>
That should be changed to ST_DistanceSphere.<br>
<a href="http://postgis.net/docs/ST_DistanceSphere.html" rel="noreferrer" target="_blank">http://postgis.net/docs/ST_DistanceSphere.html</a><br>
<br>
2) The QGIS images are a bit out of date.  For example I think PostGIS<br>
Manager got renamed to DB Manager and got more encompassing to satisfy<br>
SpatialIte too.<br>
<br>
<br>
I'm a bit strapped for time this month, but if you are not in too much of a<br>
rush, I could spruce up the quick start next month and send a pull request.<br>
<br>
<br>
Thanks,<br>
Regina<br>
<br>
<br>
<br>
<br>
<br>
-----Original Message-----<br>
From: Cameron Shorter [mailto:<a href="mailto:cameron.shorter@gmail.com" target="_blank">cameron.shorter@gmail.com</a>]<br>
Sent: Thursday, March 03, 2016 6:12 AM<br>
To: Regina Obe <<a href="mailto:lr@pcorp.us" target="_blank">lr@pcorp.us</a>>; 'Brian Hamlin' <<a href="mailto:maplabs@light42.com" target="_blank">maplabs@light42.com</a>>; 'Barry<br>
Rowlingson' <<a href="mailto:barry.rowlingson@gmail.com" target="_blank">barry.rowlingson@gmail.com</a>><br>
Subject: Re: Any features added to postgis between versions 2.1.3 and 2.2.1<br>
worth mentioning in the Project Overview?<br>
<br>
Hey guys,<br>
Any chance one of you could take a crack at fixing up the Project Overview<br>
(or tell me there is nothing to do).<br>
<br>
Cheers, Cameron<br>
<br>
On 1/03/2016 8:39 am, Cameron Shorter wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi Regina, Brian, Barry,<br>
Sounds like a doc update is in order?<br>
Would one of you mind updating the Project Overview, create a git pull<br>
request, and then I'll review.<br>
<br>
Are there any updates required for the Quickstart?<br>
<br>
Warm regards, Cameron<br>
<br>
On 29/02/2016 11:54 pm, Regina Obe wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Key features in PostGIS 2.2 are<br>
<br>
1)  KNN now supported for geography and 3D geometries.<br>
Prior versions only supported for 2D geometry.<br>
2) KNN true-distance functionality for PostgreSQL 9.5.  This is for<br>
all KNN including the new 3D and geography. Does OSGeo live have 9.5?<br>
What this means is the distance returned by the spatial index KNN<br>
operators is the actual distance and not the bounding box  or<br>
bounding box centroid distance Of prior versions.<br>
<br>
3) Ability to build raster overviews in the database without having<br>
to rely on raster2pgsql.  Means you can have overviews without<br>
reloading your raster data.<br>
4) Tiger geocoder upgraded to support Tiger 2015<br>
5) New extensions address_standardizer (not sure if you have<br>
postgis_sfcgal packaged, but that became an extension in PostGIS 2.2)<br>
<br>
6) Lots of other neat functions noted in the release notes<br>
<br>
<a href="http://postgis.net/2015/10/07/postgis-2.2.0/" rel="noreferrer" target="_blank">http://postgis.net/2015/10/07/postgis-2.2.0/</a><br>
<br>
<br>
<br>
<br>
<br>
-----Original Message-----<br>
From: <a href="mailto:cameron.shorter@gmail.com" target="_blank">cameron.shorter@gmail.com</a> [mailto:<a href="mailto:cameron.shorter@gmail.com" target="_blank">cameron.shorter@gmail.com</a>]<br>
Sent: Monday, February 29, 2016 5:56 AM<br>
To: Brian Hamlin <<a href="mailto:maplabs@light42.com" target="_blank">maplabs@light42.com</a>>; Barry Rowlingson<br>
<<a href="mailto:barry.rowlingson@gmail.com" target="_blank">barry.rowlingson@gmail.com</a>>; Regina Obe <<a href="mailto:lr@pcorp.us" target="_blank">lr@pcorp.us</a>><br>
Subject: Any features added to postgis between versions 2.1.3 and<br>
2.2.1 worth mentioning in the Project Overview?<br>
<br>
Hi Brian, Barry, Regina,<br>
<br>
The OSGeo-Live Project Overview for postgis currently describes<br>
version 2.1.3, however version 2.2.1 is installed on the next<br>
OSGeo-Live9.5 release.<br>
Are there any features which should be added to the Project Overview,<br>
or does the doc just require a version update?<br>
<br>
You can see the latest nightly OSGeo-Live docs here:<br>
<a href="http://adhoc.osgeo.osuosl.org/livedvd/docs/en/overview/overview.html" rel="noreferrer" target="_blank">http://adhoc.osgeo.osuosl.org/livedvd/docs/en/overview/overview.html</a><br>
And docs are in git here: <a href="https://github.com/OSGeo/OSGeoLive-doc" rel="noreferrer" target="_blank">https://github.com/OSGeo/OSGeoLive-doc</a><br>
<br>
Warm regards,<br>
<br>
--<br>
Cameron Shorter,<br>
Software and Data Solutions Manager<br>
LISAsoft<br>
Suite 112, Jones Bay Wharf,<br>
26 - 32 Pirrama Rd, Pyrmont NSW 2009<br>
<br>
P <a href="tel:%2B61%202%209009%205000" value="+61290095000" target="_blank">+61 2 9009 5000</a>,  W <a href="http://www.lisasoft.com" rel="noreferrer" target="_blank">www.lisasoft.com</a><br>
<br>
<br>
<br>
</blockquote></blockquote>
--<br>
Cameron Shorter,<br>
Software and Data Solutions Manager<br>
LISAsoft<br>
Suite 112, Jones Bay Wharf,<br>
26 - 32 Pirrama Rd, Pyrmont NSW 2009<br>
<br>
P <a href="tel:%2B61%202%209009%205000" value="+61290095000" target="_blank">+61 2 9009 5000</a>,  W <a href="http://www.lisasoft.com" rel="noreferrer" target="_blank">www.lisasoft.com</a>,  F <a href="tel:%2B61%202%209009%205099" value="+61290095099" target="_blank">+61 2 9009 5099</a><br>
<br>
<br>
<br>
</blockquote>
<br>
-- <br>
Cameron Shorter,<br>
Software and Data Solutions Manager<br>
LISAsoft<br>
Suite 112, Jones Bay Wharf,<br>
26 - 32 Pirrama Rd, Pyrmont NSW 2009<br>
<br>
P <a href="tel:%2B61%202%209009%205000" value="+61290095000" target="_blank">+61 2 9009 5000</a>,  W <a href="http://www.lisasoft.com" rel="noreferrer" target="_blank">www.lisasoft.com</a>,  F <a href="tel:%2B61%202%209009%205099" value="+61290095099" target="_blank">+61 2 9009 5099</a><br>
<br>
_______________________________________________<br>
Live-demo mailing list<br>
<a href="mailto:Live-demo@lists.osgeo.org" target="_blank">Live-demo@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/live-demo" rel="noreferrer" target="_blank">http://lists.osgeo.org/mailman/listinfo/live-demo</a><br>
<a href="http://live.osgeo.org" rel="noreferrer" target="_blank">http://live.osgeo.org</a><br>
<a href="http://wiki.osgeo.org/wiki/Live_GIS_Disc" rel="noreferrer" target="_blank">http://wiki.osgeo.org/wiki/Live_GIS_Disc</a></blockquote></div><br></div>