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
230
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
50
未来の繁栄のためのスマート地図
hfu
0
94
Smart Maps for the prosperity in the future
hfu
0
170
Smart Maps and Bazaar
hfu
0
110
Sensemaking with Smart Maps
hfu
0
67
Smart Mapsfor the United Nations,with the United Nations
hfu
0
110
UN Smart Maps
hfu
0
130
スマート地図バザールによる地図XMLのタイル配信
hfu
0
94
国土地理院におけるベース・レジストリの整備とDX推進への取り組み
hfu
0
210
Other Decks in Technology
See All in Technology
設計を積み重ねてシステムを刷新する
sansantech
PRO
0
180
OCI Success Journey OCIの何が評価されてる?疑問に答える事例セミナー(2025年2月実施)
oracle4engineer
PRO
2
170
【5分でわかる】セーフィー エンジニア向け会社紹介
safie_recruit
0
19k
AIエージェント時代のエンジニアになろう #jawsug #jawsdays2025 / 20250301 Agentic AI Engineering
yoshidashingo
8
3.9k
AIエージェント元年@日本生成AIユーザ会
shukob
1
230
Two Blades, One Journey: Engineering While Managing
ohbarye
4
2.2k
Amazon Q Developerの無料利用枠を使い倒してHello worldを表示させよう!
nrinetcom
PRO
2
120
クラウド食堂とは?
hiyanger
0
120
AIエージェント開発のノウハウと課題
pharma_x_tech
5
3.6k
AI Agent時代なのでAWSのLLMs.txtが欲しい!
watany
3
250
あなたが人生で成功するための5つの普遍的法則 #jawsug #jawsdays2025 / 20250301 HEROZ
yoshidashingo
2
310
手を動かしてレベルアップしよう!
maruto
0
230
Featured
See All Featured
Building Flexible Design Systems
yeseniaperezcruz
328
38k
Optimizing for Happiness
mojombo
376
70k
Designing on Purpose - Digital PM Summit 2013
jponch
117
7.1k
Faster Mobile Websites
deanohume
306
31k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
27
1.9k
Docker and Python
trallard
44
3.3k
Typedesign – Prime Four
hannesfritz
40
2.5k
Why You Should Never Use an ORM
jnunemaker
PRO
55
9.2k
Fantastic passwords and where to find them - at NoRuKo
philnash
51
3k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
4
380
Documentation Writing (for coders)
carmenintech
67
4.6k
The Cult of Friendly URLs
andyhume
78
6.2k
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