GeoJSON数据中的不同坐标系

时间:2016-04-17 20:30:09

标签: geojson

我刚刚开始尝试使用美国农业部的一些开放数据(我是前端开发人员,所以我不太熟悉如何处理没有相当直接的数据转发格式),但我不确定这些坐标在几何 - >环下是什么(它们不是lat / lng)。我想知道是否有人能告诉我他们使用的是哪种坐标系,所以我可以弄清楚如何转换它们。所有积分都应在科罗拉多州内。谢谢!

http://gis.ers.usda.gov/arcgis/rest/services/foodaccess/MapServer/2/query?where=&text=Colorado&objectIds=&time=&geometry=&geometryType=esriGeometryEnvelope&inSR=&spatialRel=esriSpatialRelIntersects&relationParam=&outFields=&returnGeometry=true&maxAllowableOffset=&geometryPrecision=&outSR=&returnIdsOnly=false&returnCountOnly=false&orderByFields=&groupByFieldsForStatistics=&outStatistics=&returnZ=false&returnM=false&gdbVersion=&returnDistinctValues=false&f=pjson

1 个答案:

答案 0 :(得分:0)

我想我在这里找到了你的问题的可能答案:
https://gis.stackexchange.com/questions/9442/arcgis-coordinate-system

所以,您收到的坐标格式为

...
"geometry": {
 "rings": [
  [
   [
    -11804245.4265,     // easting
    4495129.5014000013  // northing
   ],
   [
    -11804198.783199999,
    4488979.7647999972
   ], ...

似乎是“Eastings”和“Norhings”,坐标以给出,基于类似墨卡托的投影(在这种情况下:wkid 387,有时被称为旧名称:wkid 102100 )。世界任何一点的坐标都属于以下范围:

Xmin: -20037700  XMax: 20037700   // easting
Ymin: -30241100  YMax: 30241100   // northing