Top 5 Recent Articles
ARTICLES CATEGORIES
- Algorithms (22)
- All (399)
- Biography (1)
- Blog (44)
- Business Requirements (1)
- Commentary (1)
- Conversion (2)
- Customers (2)
- Data Models (1)
- Education (2)
- GeoRaptor (13)
- GPS (1)
- Image Processing (2)
- Import Export (8)
- Licensing (2)
- LiDAR (1)
- Linear Referencing (4)
- Manifold GIS (3)
- Mapping (1)
- MySQL Spatial (7)
- Networking and Routing (including Optimization) (5)
- Open Source (18)
- Oracle Spatial and Locator (194)
- Partitioning (1)
- PostGIS (36)
- Projections (1)
- Published Articles (1)
- qGIS (1)
- Recommendations (1)
- Services (1)
- Software Change Log (1)
- Source Code (37)
- Space Curves (9)
- Spatial Database Functions (109)
- Spatial DB comparison (1)
- Spatial XML Processing (11)
- SQL Server Spatial (92)
- Standards (3)
- Stored Procedure (17)
- Tessellation or Gridding (10)
- Tools (2)
- Topological Relationships (1)
- Training (2)
- Triangulation (2)
R based Delaunay Triangulation Function for PostGIS using the deldir package
This article shows how to create and use an r-based Delaunay triangulation function for postgis using a XYZ supporting version of the deldir package.
COGO: Converting Decimal Degrees to Degrees Minutes and Seconds – and back again (PostGIS)
It is useful to have functions for converting from individual degrees, minutes and seconds to a single decimal degree value and back again. Here are
COGO: Finding centre and radius of a curve defined by three points (PostGIS)
Recently I had need to convert a PL/SQL Oracle Spatial function I created years ago called FindCircle to SQL Server 2008 for use in another
Gridding a geometry object (PostGIS)
A common question that comes up in the various database forums (PostGIS, SQL Server, Oracle) is how to “grid” a linear or polygonal object. By
ST_Parallel for PostGIS
Many people have asked me to convert my Oracle Parallel function to PostGIS. I did it a year or so ago but the results were
Morton Key Function for PostgreSQL/PostGIS
In my article on the creation and use of a space keys for the spatial sorting of spatial data, I show how to implement a
Implementing Point-based Costs in pgRouting
Implementing Point-based Costs in pgRouting pgRouting is a great tool but it does have certain limitations. One limitation is that one cannot have costs at
Spatially Extending Database Management and Development Tools: GeoRaptor, DBeaver, pgAdmin and SSMS
“Imitation is the Greatest Form of Flattery” Before I talk about SSMS, pgAdmin and DBeaver spatial visualisation solutions, some history about the first spatial tool
FOSSLIC – PostGIS presentations
The people over at the Free and Open Source Software Learning Centre on 19-22nd May 2009 hosted an event that included three sessions on PostGIS
Vectorization: Exploding a linestring or polygon into individual vectors in PostGIS
I find having a vectorising function in my database kit-bag almost indispensable in my work. I have written and revised my Oracle PL/SQL functions that
Documentation
- MySQL Spatial General Functions
- Oracle LRS Objects
- Oracle Spatial Exporter (Java + pl/SQL)
- Oracle Spatial Object Functions
- Oracle Spatial Object Functions (Multi Page)
- PostGIS pl/pgSQL Functions
- SC4O Oracle Java Topology Suite (Java + pl/SQL)
- SQL Server Spatial General TSQL Functions
- SQL Server Spatial LRS TSQL Functions