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: docs/opensidewalks/guides/core-edges-in-osw.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,9 +83,10 @@ We want to convert each sidewalk centerline into an OpenSidewalks footway that l
83
83
84
84
### Step 1: Coordinate System Transformation
85
85
86
-
Most city GIS datasets use local coordinate systems (Seattle uses EPSG:2926 - NAD83 / Washington South). OSW requires WGS84 decimal degrees (EPSG:4326).
86
+
Most city GIS datasets use local coordinate systems. Seattle uses EPSG:2926 - NAD83 / Washington South. OSW requires WGS84 decimal degrees (EPSG:4326).
87
87
88
88
**Transform coordinates before conversion:**
89
+
89
90
- Use GIS software (QGIS, ArcGIS) or GDAL utilities
90
91
91
92
### Step 2: Map Fields to OSW Structure
@@ -106,6 +107,7 @@ Create a mapping between your dataset fields and OSW properties:
106
107
|`LAST_VERIFY_DATE`|`ext:last_verify_date`| Convert to ISO 8601 format |
0 commit comments