datacarpentry / r-raster-vector-geospatial

Introduction to Geospatial Raster and Vector Data with R
https://datacarpentry.org/r-raster-vector-geospatial
Other
113 stars 111 forks source link

Correct name for UTM coordinates #360

Closed mneilson-usgs closed 3 years ago

mneilson-usgs commented 3 years ago

X coordinates in UTM projections are known as eastings. This patch renames axis labels from 'Westing' to 'Easting'

drakeasberry commented 3 years ago

Nice catch. Thanks for your contribution.