Skip to content

Commit d5a17ea

Browse files
committed
2 parents 4394f41 + 0e539c6 commit d5a17ea

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

knime_extension/src/util/knime_utils.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,14 @@
2121
"""Default coordinate reference system."""
2222

2323
DEF_CRS_DESCRIPTION = """[Coordinate reference system (CRS)](https://en.wikipedia.org/wiki/Spatial_reference_system).
24+
Common EPSG codes for world map are
25+
[4326](https://epsg.io/4326) ( WGS 84, latitude/longitude coordinate system based on the Earth's center of mass;
26+
used by the Global Positioning System among others; unit: degree;),
27+
[3857](https://epsg.io/3857) (Web Mercator projection used for display by many web-based mapping tools,
28+
including Google Maps and OpenStreetMap. unit: meter).
29+
There are corresponding EPSG codes for specific regions , such as
30+
[4269(NAD83,degree)](https://epsg.io/4326) and [26918(NAD83 18N, meter)](https://epsg.io/4326) for North America,
31+
[4490(CGCS2000,degree)](https://epsg.io/4490) and [4479 (CGCS2000,meter)](https://epsg.io/4479 for China,
2432
Supports the following input types:
2533
2634
- An authority string [i.e. 'epsg:4326']

0 commit comments

Comments
 (0)