经度和纬度可以改变吗?
我正在开发一个地理定位应用程序。我想知道地球上某个点的经度和纬度是否会改变?
如果您知道自由女神像的确切位置,那么经度和纬度将保持不变的可能性有多大。
它是随着季节、一年中的时间而变化,还是随着时间的推移而缓慢变化
I'm working on a GeoTargeting application. I'm curious if longitude and latitude of a point on the earth can change?
If you know the exact position of the statue of liberty how sure is it that longitude and latitude will stay the same.
Does it change according to the season, time in the year, or slowly over time
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
维基百科来救援:
Wikipedia to the rescue:
这取决于您使用的地图投影变量。目前主要使用的是 WGS-84。
根据变量的不同,同一点可以具有不同的坐标。它们差别不大,我记得 EUR-50(或类似的东西)和 WGS-84 之间的差异最多是 50 米或类似的东西。
It depends on the map projection variables you use. Currently WGS-84 is used mostly.
The same point can have different coordinates depending on the variables. They do not differ a lot, I remember the difference between EUR-50 (or something like that) and WGS-84 was at most 50 meters or something.
您所指的是大地测量学,它是建模(表示)地球形状的科学。因此,虽然物理位置可能不会改变,但大地坐标系使用的基准(模型)会改变,幸运的是这种情况不会经常发生。
在北美,NAD83 是最广泛使用的数据,它取代了 NAD27。
我是否提到地理信息系统 (GIS) 是我涉足软件开发的领域?
You're tangentially referring to geodetics, which is the science of modelling (representing) the shape of the earth. So while a physical location may not change, the datum (model) used by a geodetic coordinate system will change, fortunately this does not happen frequently.
In North America NAD83 is the mostly widely used datum, which replaced NAD27.
Did I mention that Geographic Information Systems (GIS) was my foray into software development?
是的。邮政编码总是被分割,这样做会将邮政编码的中心移动到新位置。
Yes. Zip codes get split all the time, and doing so would move the center of the zip code to a new location.
47.554 始终等于 47.554
但如果地球的形状发生变化,或者您使用不同的计算方法(有很多),或者输入数据的精度发生变化,或者如果您的编译器以不同的方式处理浮点数..
您最终会得到不同的长/纬度
47.554 always equals 47.554
But if the shape of the earth changes or you are using different methods of calculations (there are plenty) or if the input data changes in precision or if if your compiler treats floating point differently..
you'll end up in different long/lat