[postgis-tickets] r14819 - fix some typos

Regina Obe lr at pcorp.us
Mon Apr 4 13:12:32 PDT 2016


Author: robe
Date: 2016-04-04 13:12:31 -0700 (Mon, 04 Apr 2016)
New Revision: 14819

Modified:
   web/_content/posts/2016/04-04_remi_cura.html
Log:
fix some typos

Modified: web/_content/posts/2016/04-04_remi_cura.html
===================================================================
--- web/_content/posts/2016/04-04_remi_cura.html	2016-04-04 19:39:37 UTC (rev 14818)
+++ web/_content/posts/2016/04-04_remi_cura.html	2016-04-04 20:12:31 UTC (rev 14819)
@@ -1,4 +1,4 @@
---- 
+--- 
 title: Rémi Cura, Phd and power usage 
 layout: post 
 category: casestudy
@@ -20,11 +20,11 @@
 
 2. Second usage is PostGIS ecosystem.
 Postgis has a strong ecosystem, and that alone is a very good reason to use it. This ecosystem is even wider because so many tools can read/write into PostGIS.
-I mentionned pgpointcloud, but postgis_topology is the base of my work, and I also used pgrounting to perform graph analysis and road network reconstruction, and postgis raster to store and use some aerial images, as well as postgres extension (text analysis).
+I mentioned pgpointcloud, but postgis_topology is the base of my work, and I also used pgrouting to perform graph analysis and road network reconstruction, and postgis raster to store and use some aerial images, as well as postgres extension (text analysis).
 
-3. Third usage : power user
+3. Third usage: power user
 Now for the advanced part, postgis is so reliable and flexible it can be abused to perform all sort of nice things, especially in the field of automatism.
-In my phd I perform road generation for Paris fully in base, with a lot of call to postgis geometrical functions.
+In my phd I perform road generation for Paris fully in the database, with a lot of calls to postgis geometrical functions.
 
 Furthermore, PostGIS + trigger + any GIS can be made into [potent interactive system](https://www.youtube.com/watch?v=grlkUvvSf3w&t=5m36s)
 , and because of the whole transaction stuff, multi user [is facilitated](http://remi-c.github.io/interactive_map_tracking/).



More information about the postgis-tickets mailing list