You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: workshop/jupyter/content/notebooks/04-vector-data.ipynb
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -87,7 +87,8 @@
87
87
"}\n",
88
88
"```\n",
89
89
"\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",
0 commit comments