タグ

geocodingに関するdeg84のブックマーク (4)

  • Open Location Code

    Plus codes are a way of encoding location into a form that is easier to use than latitude and longitude. They are designed to be used like street addresses, especially in places where buildings aren't numbered or streets aren't named. Open Location Code is the name of the technology and algorithm used to produce the codes. New project site! We have a new site for information about the project, plu

  • Ruby Geocoder

    Complete Ruby geocoding solution. easy to use • supports Ruby 2.x and JRuby • compatible with ActiveRecord, Mongoid, MongoMapper • result caching • proxy support • multi-lingual • Nominatim, Google, Bing, Yandex, MaxMind, and more • works with Rails, Sinatra, any Rack framework • command line interface

  • 各種ジオコーディングapiの罠と対処法 - 文系プログラマによるTIPSブログ

    色々あるのでそれぞれ規約を調べてみましたよ〜 各種ジオコーディングサービスですが、主に利用制限周りに罠があります。これをしっていないと色々利用規約に違反してしまうので、気をつける必要があります。それぞれ内容を確認し、まずは制限を知り、対策を検討する必要があります。 記事の最後に、実戦向きのジオコーディング処理を載せているので、是非ご覧下さい。 各種ジオコーダ google geocoding v2 google geocoding v3 Yahoo!ジオコーダAPI ジオコーディングの制限 国土交通省:位置参照情報ダウンロードサービス 実践ジオコーディング!! でも解る簡易処理フロー 用意するもの:ジオコーディングキューテーブル 用意するもの:ジオコーディング結果テーブル 用意するもの:クライアントサイドでGoogleジオコーディング 用意するもの:サーバサイドのジオコーディングバッチ

    各種ジオコーディングapiの罠と対処法 - 文系プログラマによるTIPSブログ
  • Geocoding API - 住所から緯度経度を検索

    Geocoding.jp APIとは? 住所やランドマーク名から経度、緯度を検索してXMLで返します。 検索の頻度を、10秒に1回程度に抑えてください。 Keep your search frequency to about once every 10 seconds. Aobaが個人で作成、運用しています。 Google様とYahoo!様のふんどしで相撲をとっております。 お問い合わせはTwitter窓口まで。 APIとかじゃなくて地図を表示したい!という方はこちらへどうぞ Geocoding API 仕様 HTTP Request Method: GET リクエスト送信先: https://www.geocoding.jp/api/ 必須パラメータは1つ: q=住所やランドマーク名称など WGS84の経度、緯度を返します。 近似TOKYO97の座標が欲しい場合: d=tokyo リクエ

  • 1