Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
giswqs committed Nov 20, 2023
1 parent 96b9a5d commit de40028
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions book/duckdb/09_spatial_joins.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Let's convert the data from EPSG:4326 to EPSG:4326 (CONUS Albers)."
"Let's convert the data from EPSG:4326 to [EPSG:5070](https://epsg.io/5070-1252) (NAD83 / Conus Albers)."
]
},
{
Expand Down Expand Up @@ -432,7 +432,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.5"
"version": "3.11.6"
},
"toc": {
"base_numbering": 1,
Expand Down
2 changes: 1 addition & 1 deletion book/duckdb/09_spatial_joins.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ url = 'https://open.gishub.org/data/duckdb/cities.parquet'
con.sql(f"SELECT * EXCLUDE geometry, ST_GeomFromWKB(geometry) AS geometry FROM '{url}'")
```

Let's convert the data from EPSG:4326 to EPSG:4326 (CONUS Albers).
Let's convert the data from EPSG:4326 to [EPSG:5070](https://epsg.io/5070-1252) (NAD83 / Conus Albers).

```{code-cell} ipython3
con.sql(f"""
Expand Down

0 comments on commit de40028

Please sign in to comment.