kadolor commented on code in PR #81:
URL: https://github.com/apache/sedona-db/pull/81#discussion_r2357334892
##########
docs/crs-examples.ipynb:
##########
@@ -0,0 +1,473 @@
+{
+ "cells": [
+ {
+ "cell_type": "markdown",
+ "id": "91910e50-a5ae-4d5a-a431-62ac5fbc11ca",
+ "metadata": {},
+ "source": [
+ "# CRS Examples\n",
Review Comment:
This abbreviation should be defined once in the title and once in the
regular text and before being used.
```suggestion
"# Coordinate Reference System (CRS) Examples\n",
```
##########
docs/crs-examples.ipynb:
##########
@@ -0,0 +1,473 @@
+{
+ "cells": [
+ {
+ "cell_type": "markdown",
+ "id": "91910e50-a5ae-4d5a-a431-62ac5fbc11ca",
+ "metadata": {},
+ "source": [
+ "# CRS Examples\n",
+ "\n",
+ "This example demonstrates how one table with a EPSG 4326 CRS cannot be
joined with another table that uses EPSG 3857."
Review Comment:
```suggestion
"This example demonstrates how one table with a EPSG 4326 Coordinate
Reference System (CRS) cannot be joined with another table that uses EPSG 3857."
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]