Skip to content

Commit

Permalink
Fixed typo in spatial (#418)
Browse files Browse the repository at this point in the history
modified:   docs/release-notes-v12.15.md
	modified:   docs/solutions/postgis-deploy.md
	modified:   docs/solutions/postgis.md
  • Loading branch information
nastena1606 authored Jun 30, 2023
1 parent 07221c9 commit 2309e26
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/release-notes-v12.15.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This release of Percona Distribution for PostgreSQL is based on [PostgreSQL 12.1

## Release Highlights

* Percona Distribution for PostgreSQL components now include [PostGIS](http://postgis.net/) - the open-source extension that allows storing and manipulating spacial data in PostgreSQL.
* Percona Distribution for PostgreSQL components now include [PostGIS](http://postgis.net/) - the open-source extension that allows storing and manipulating spatial data in PostgreSQL.

-----------------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion docs/solutions/postgis-deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The following document provides guidelines how to install PostGIS and how to run
## Preconditions

1. We assume that you have the basic knowledge of spatial data, GIS (Geographical Information System) and of shapefiles.
2. You need to acquire spacial data. For the following examples, we'll use the same [data set](https://s3.amazonaws.com/s3.cleverelephant.ca/postgis-workshop-2020.zip) as is used in [PostGIS tutorial](http://postgis.net/workshops/postgis-intro/)
2. You need to acquire spatial data. For the following examples, we'll use the same [data set](https://s3.amazonaws.com/s3.cleverelephant.ca/postgis-workshop-2020.zip) as is used in [PostGIS tutorial](http://postgis.net/workshops/postgis-intro/)

## Install PostGIS

Expand Down
4 changes: 2 additions & 2 deletions docs/solutions/postgis.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Organizations dealing with spatial data need to store it somewhere and manipulat
* Geographical data like points, lines, polygons, GPS coordinates that can be mapped on a sphere.
* Geometrical data. This is also points, lines and polygons but they apply to a 2D surface.

To operate with spacial data inside SQL queries, PostGIS supports [spacial functions](https://postgis.net/docs/reference.html#SRS_Functions) like distance, area, union, intersection. It uses the spacial indexes like [R-Tree](https://en.wikipedia.org/wiki/R-tree) and [Quadtree](https://en.wikipedia.org/wiki/Quadtree) for efficient processing of database operations. Read more about supported spacial functions and indexes in [PostGIS documentation](https://postgis.net/workshops/postgis-intro/introduction.html).
To operate with spatial data inside SQL queries, PostGIS supports [spatial functions](https://postgis.net/docs/reference.html#SRS_Functions) like distance, area, union, intersection. It uses the spatial indexes like [R-Tree](https://en.wikipedia.org/wiki/R-tree) and [Quadtree](https://en.wikipedia.org/wiki/Quadtree) for efficient processing of database operations. Read more about supported spatial functions and indexes in [PostGIS documentation](https://postgis.net/workshops/postgis-intro/introduction.html).

By deploying PostGIS with Percona Distribution for PostgreSQL, you receive the open source spatial database that you can use in various areas without vendor lock-in.

Expand All @@ -16,7 +16,7 @@ By deploying PostGIS with Percona Distribution for PostgreSQL, you receive the o
You can use PostGIS in the following cases:

* To store and manage spatial data, create and store spatial shapes, calculate areas and distances
* To build the software that visualizes spacial data on a map,
* To build the software that visualizes spatial data on a map,
* To work with raster data, such as satellite imagery or digital elevation models.
* To integrate spatial and non-spatial data such as demographic or economic data in a database

Expand Down

0 comments on commit 2309e26

Please sign in to comment.