Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
ZFXY: a 3D spatio-temporal tiling scheme propos...
Search
Hidenori FUJIMURA
March 16, 2022
Technology
0
200
ZFXY: a 3D spatio-temporal tiling scheme proposal for optimized data access
UN Open GIS Initiative Monthly VTC, 2022-03
Hidenori FUJIMURA
March 16, 2022
Tweet
Share
More Decks by Hidenori FUJIMURA
See All by Hidenori FUJIMURA
みんなに伝わる防災マップ
hfu
0
34
未来の繁栄のためのスマート地図
hfu
0
60
Smart Maps for the prosperity in the future
hfu
0
140
Smart Maps and Bazaar
hfu
0
85
Sensemaking with Smart Maps
hfu
0
56
Smart Mapsfor the United Nations,with the United Nations
hfu
0
100
UN Smart Maps
hfu
0
110
スマート地図バザールによる地図XMLのタイル配信
hfu
0
84
国土地理院におけるベース・レジストリの整備とDX推進への取り組み
hfu
0
170
Other Decks in Technology
See All in Technology
Shift-from-React-to-Vue
calm1205
3
1.3k
AWSコンテナ本出版から3年経った今、もし改めて執筆し直すなら / If I revise our container book
iselegant
15
4k
Amazon FSx for NetApp ONTAPを利用するにあたっての要件整理と設計のポイント
non97
1
160
Product Engineer Night #6プロダクトエンジニアを育む仕組み・施策
hacomono
PRO
1
470
コンテンツを支える 若手ゲームクリエイターの アートディレクションの事例紹介 / cagamefi-game
cyberagentdevelopers
PRO
1
130
顧客が本当に必要だったもの - パフォーマンス改善編 / Make what is needed
soudai
24
6.8k
Nix入門パラダイム編
asa1984
2
200
生成AIと知識グラフの相互利用に基づく文書解析
koujikozaki
1
140
「視座」の上げ方が成人発達理論にわかりやすくまとまってた / think_ perspective_hidden_dimensions
shuzon
2
2.9k
【技術書典17】OpenFOAM(自宅で極める流体解析)2次元円柱まわりの流れ
kamakiri1225
0
210
サイバーエージェントにおける生成AIのリスキリング施策の取り組み / cyber-ai-reskilling
cyberagentdevelopers
PRO
2
200
現地でMeet Upをやる場合の注意点〜反省点を添えて〜
shotashiratori
0
520
Featured
See All Featured
The Power of CSS Pseudo Elements
geoffreycrofte
72
5.3k
Bootstrapping a Software Product
garrettdimon
PRO
305
110k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
9
680
The Cost Of JavaScript in 2023
addyosmani
45
6.6k
GraphQLとの向き合い方2022年版
quramy
43
13k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
43
6.6k
Writing Fast Ruby
sferik
626
61k
VelocityConf: Rendering Performance Case Studies
addyosmani
325
24k
Six Lessons from altMBA
skipperchong
26
3.5k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
131
33k
Documentation Writing (for coders)
carmenintech
65
4.4k
Being A Developer After 40
akosma
86
590k
Transcript
ZFXY: a 3D spatio-temporal tiling scheme proposal for optimized data
access Hidenori (UN Vector Tile Toolkit / Geospatial Information Authority of Japan)
Introduction of background: 3D geospatial projects in Japan
GSI secured budget for point cloud data (regular budget [2
million USD] + external supplementary budget)
Shizuoka Prefecture is completing provision of point cloud data as
Open Data
City Bureau of MLIT has been leading 3D city modeling
throuh Project PLATEAU
Tokyo Metropolitan Government started Tokyo Digital Twin Project
3D Spatial Information Infrastructure project led by Ministry of Economy,
Trade, and Industry / IPA DADC
Civic, humanitarian, and educational project: DRONEBIRD led by Taichi -
3D point cloud from photogrammetry
Our UNVT colleague Takayuki appointed in 3D spatial information infrastructure
design committee by IPA DADC.
UNVT Community is working on: How can we optimize access
to 3D geospatial data?
Tile: industry standard in web maps {z}/{x}/{y} z: zoom index,
x: west-east index, y: north-south index
ZFXY: 3D extension to the tile-scheme {z}/{f}/{x}/{y} z: zoom index,
f: height index, x: west-east index, y: north-south index
f: height index, or floor-number index f = floor(n *
h / H) where h = elevation [m], n = 2 ^ z, and H = 2 ^ 25 [m] Height of a voxel represented by a ZFXY with z=25 is 1 [m].
https://github.com/unvt/zfxy-spec
https://github.com/unvt/zfxy-ruby
Demo
https://unvt.github.io/zfxy-ruby/
50cm GSD at z=26 https://x.optgeo.org/zfxy-ruby/#22.28/35.65779459/139.70209432/-85.5/60
https://geolonia.github.io/zfxy/#8.14/35.431/138.612/-45.6/60
https://github.com/geolonia/zfxy
Temporal extension
ZFXY: 3D extension to the tile-scheme {z}/{f}/{x}/{y}/{t} z: zoom index,
f: height index, x: west-east index, y: north-south index, t: temporal index
t: temporal index, or pomodoro code Time.now.to_i / 1800
Motivation of UNVT Community to join We need data to
prove the value of ZFXY. We are happy to build prototypes with your data.
None
None