<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>griefworker</author_name>
  <author_url>https://blog.hatena.ne.jp/griefworker/</author_url>
  <blog_title>present</blog_title>
  <blog_url>https://tnakamura.hatenablog.com/</blog_url>
  <categories>
    <anon>PostgreSQL</anon>
  </categories>
  <description>先日、SQL Server で緯度経度から住所を検索する方法を試したが、 PostgreSQL でも拡張の PostGIS を使えば同じようなことが可能だった。 -- 住所を格納するテーブルを作成 CREATE TABLE addresses ( address_id BIGSERIAL PRIMARY KEY, address TEXT, location GEOMETRY(POINT, 4326) ); -- 空間インデックスを作成 CREATE INDEX ON addresses USING gist (ST_Transform(location, 32654)); -- テストデータ…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ftnakamura.hatenablog.com%2Fentry%2F2017%2F10%2F04%2Fpostgis&quot; title=&quot;PostgreSQL で緯度経度から住所を検索する - present&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2017-10-04 17:31:55</published>
  <title>PostgreSQL で緯度経度から住所を検索する</title>
  <type>rich</type>
  <url>https://tnakamura.hatenablog.com/entry/2017/10/04/postgis</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
