Skip to content

Commit e2c99bb

Browse files
committed
#51 add some wording and ref for GeoJSON
1 parent e42c5eb commit e2c99bb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

workshop/jupyter/content/notebooks/04-vector-data.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,8 @@
8787
"}\n",
8888
"```\n",
8989
"\n",
90-
"GitHub for example is able to display [GeoJSON-encoded data on-the-fly](https://github.com/jachym/jrdata/blob/master/jsons/stops.geojson).\n",
90+
"GitHub for example is able to display [GeoJSON-encoded data on-the-fly](https://github.com/jachym/jrdata/blob/master/jsons/stops.geojson). Note that coordinates are always in \"easting, northing\", thus longitude, latitude here. Note: the use of alternative coordinate reference systems was\n",
91+
"removed from an earlier version of the [GeoJSON specification](https://datatracker.ietf.org/doc/html/rfc7946). However: \"*...where all involved parties have a prior arrangement, alternative coordinate reference systems can be used without risk of data being misinterpreted.*\"\n",
9192
"\n",
9293
"### Geography Markup Language (GML)\n",
9394
"\n",

0 commit comments

Comments
 (0)