Shaperead
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hi
When I use shaperead on a file (in this case concord_roads) and ask for the X coordinate, why are the typical content of the array numbers like 2.18*e^5. Doesn't sound like a longitude to me? This is probably a very stupid question, but it's my first time.
Thanks/
0 comentarios
Respuestas (2)
Caleb
el 10 de En. de 2013
Try this: s = shaperead('concord_shapes.shp','UseGeoCoords',true)
0 comentarios
Jonathan Sullivan
el 10 de En. de 2013
That sounds like its in Universal Trans Mercator (UTM) coordinates. There are a few utm to geodetic coordinate transforms availible on the file exchange. You can try this one.
You''l need to know the UTM zone. Concord roads is most likely Concord, MA, which would be UTM zone 19T.
Best of luck!
0 comentarios
Ver también
Categorías
Más información sobre Geodesy and Mapping en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!