Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个小问题。我有要映射的数据,但问题是我没有真正的位置名称,只有简短的形式,例如:SANSAN210 或 miamia305,我认为是州和县以及区号电话号码。有人如何转换它,以便我可以将它映射到美国地图上?
您只需要区号(或者可能是县区号交叉口)。有区号地图作为 shapefile。使用readShapePoly或readOGR合并两者。
readShapePoly
readOGR