问题标签 [geotagging]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
maps - 如何根据这些服务中的一项或全部映射地理位置
我正在寻找一种解决方案,通过 exif、关键字或其他任何方式将以下 Flickr、twitter、vimeo 中的一个或全部映射到谷歌地图。我正在尝试通过更新社交网站来显示我的位置地图。
.net - 在 .NET 中获取图像元数据而不考虑元数据格式
给定一个文件名,我需要能够访问我当前正在开发的(封闭源)项目的图像中的某些元数据,而不考虑元数据的存储方式(即 Exif、IPTC 或 XMP)。特别是,我想访问地理标记数据。
有没有一种方法可以在不需要任何第三方程序集或库的情况下做到这一点(即,它是否可以使用股票 Microsoft .NET)以及如何完成?还是我被很多 P/Invoking WIC卡住了?
python - 用 python 对 jpeg 图像进行地理标记的最佳方法是什么?
我有一些来源的坐标,想用它们标记我的 jpg 文件。将地理标签写入 exif 数据的最佳 python 库是什么?
iphone - 可以使用 iPhone ImagePicker 对照片进行地理标记吗?
当调用 ImagePicker 拍照时,不会提示用户允许使用他们的位置来对照片进行地理标记,就像使用本机相机应用程序一样。是否可以在 ImagePicker 中打开或构建地理标记?
google-maps - 如何在地图集群而不是堆栈上有标记
我的团队正试图在有限的时间内解决问题。我们在我们的网站上开发了一个相当复杂的地图界面来显示内容(旅行、社交内容等)。例如,当用户搜索“旧金山皮划艇”时,地图会显示旧金山的所有皮划艇旅行,但由于它们都被地理标记(使用 geonames.org)到同一个计划,地图堆栈上的标志而不是聚类。我正在四处寻找解决方案 - 你有什么想法吗?我们有 RoR - http://www.ekoventure.com
php - 用于发送文本字符串位置并从附近位置获取文本字符串的 API
我正在寻找一个 API 或 API 的组合,我可以在其中发送“Anjuna, India”并取回附近地点的列表。这些数据主要是针对“第三世界”国家的,欧洲/美国的数据较少。关于如何构建它的任何建议/想法?
api - Reverse wikipedia geotagging lookup
Wikipedia is geotagging a lot of its articles. (Look in the top right corner of the page.)
Is there any API for querying all geotagged pages within a specified radius of a geographical position?
Update
Okay, so based on lost-theory's answer I tried this (on DBpedia query explorer):
This is very close to what I want, except it returns results within a (local) square around the point and not a circle. Also I would like if the results where sorted based on the distance from the point. (If possible.)
Update 2
I am trying to determine the euclidean distance as an approximation of the true distance, But I am having trouble on squaring a number in SPARQL. (Question opened here.) When I get something useful I will update the question, but in the meantime I will appreciate any suggestions on alternative approaches.
Update 3
A final update. I gave up on using SPARQL through DBpedia. I have written a simple parser which fetches the Wikipedia article text nightly database dump and parses all articles for geocodes. It works rather nicely and it allows me to store information about geotagged articles however I wish.
This is probably the solution I will continue using, and if I get around to create a nice interface to it I might consider allowing public API access and/or publishing the source to the parser.
google-maps - RSS 到 KML 覆盖
我想将我的博客显示为 Google 地图叠加层(每篇文章都包含地理标签)。如何从 RSS 动态创建 KML 叠加层?或者更好的是,如何创建一个循环(PHP)来根据给定的地理标签显示地图地标?
谢谢!
geolocation - 场地和其他地理位置的实体解析
假设我想构建一个签到聚合器来计算跨平台的访问次数,这样我就可以知道给定地点有多少人在 Foursquare、Gowalla、BrightKite 等上签到。是否有一个好的库或工具集我可以开箱即用地将每个服务中的场地条目与我自己的唯一地点标识符相关联吗?
我基本上想要一个可以从一对(地名,地址,纬度/经度)元组映射到[0,1)置信度的函数,它们指的是相同的真实世界位置。
一定有人已经这样做了,但是我的 google-fu 很弱。
iphone - 如何发现 Twitter / MGTwitterEngine 是否启用了地理标记?
使用 Matt Gemmell 的 MGTwitterEngine,我如何确定用户(我登录时的身份)是否启用了地理标记?根据 Twitter API,有一个“geo_enabled”布尔标志,但我不知道如何使用 MGTwitterEngine 来询问它。 http://apiwiki.twitter.com/Geotagging-API-Best-Practice