Skip to content

Commit 1daa3ad

Browse files
authored
- added note anout GeoJSON (#186)
1 parent fa21772 commit 1daa3ad

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

workshop/jupyter/content/notebooks/07-visualization.ipynb

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -802,6 +802,15 @@
802802
"\togr2ogr -s_srs EPSG:4326 -t_srs EPSG:3857 populated_places.3857.json populated_places.json\n"
803803
]
804804
},
805+
{
806+
"cell_type": "markdown",
807+
"metadata": {},
808+
"source": [
809+
"<div class=\"alert alert-block alert-warning\">\n",
810+
"<b>Warning:</b> Although GDAL/OGR, bokeh and many other tools support a crs member in GeoJSON, please note that the latest version of the <a href=\"https://datatracker.ietf.org/doc/html/rfc7946\">GeoJSON spec<a> does not support specifying Coordinate Reference Systems and always assumes a default WGS84 crs. If you need crs support in GeoJSON, you consider the OGC <a href=\"https://github.com/opengeospatial/ogc-feat-geo-json\">JSON-FG candidate Standard</a> from OGC.\n",
811+
"</div>"
812+
]
813+
},
805814
{
806815
"cell_type": "code",
807816
"execution_count": null,

0 commit comments

Comments
 (0)