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
310
0
Share
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
More Decks by Hidenori FUJIMURA
See All by Hidenori FUJIMURA
みんなに伝わる防災マップ
hfu
0
150
未来の繁栄のためのスマート地図
hfu
0
180
Smart Maps for the prosperity in the future
hfu
0
270
Smart Maps and Bazaar
hfu
0
200
Sensemaking with Smart Maps
hfu
0
120
Smart Mapsfor the United Nations,with the United Nations
hfu
0
170
UN Smart Maps
hfu
0
220
スマート地図バザールによる地図XMLのタイル配信
hfu
0
140
国土地理院におけるベース・レジストリの整備とDX推進への取り組み
hfu
0
310
Other Decks in Technology
See All in Technology
Forget technical debt
ufried
0
180
AI時代に、 データアナリストがデータエンジニアに異動して
jackojacko_
0
710
可視化から活用へ — Mesh化・Segmentation・アライメントの研究動向
gpuunite_official
0
150
フロントエンドの相手が変わった - AIが加わったWebの新しいインターフェース設計
azukiazusa1
33
11k
Oracle Base Database Service 技術詳細
oracle4engineer
PRO
15
100k
AIの揺らぎに“コシ”を与える階層化品質設計
ickx
0
270
Shiny New Tools Won't Fix Your Problem
trishagee
1
120
ハーネスエンジニアリング入門
hatyibei
0
120
ボトムアップ限界を越える - 20チームを束る "Drive Map" / Beyond Bottom-Up: A 'Drive Map' for 20 Teams
kaonavi
0
180
AIと乗り切った1,500ページ超のヘルプサイト基盤刷新とさらにその先の話
mugi_uno
2
330
Oracle Cloud Infrastructure presents managed, serverless MCP Servers for Oracle AI Database
thatjeffsmith
0
220
「強制アップデート」か「チームの自律」か?エンタープライズが辿り着いたプラットフォームのハイブリッド運用/cloudnative-kaigi-hybrid-platform-operations
mhrtech
0
180
Featured
See All Featured
Skip the Path - Find Your Career Trail
mkilby
1
120
How to Align SEO within the Product Triangle To Get Buy-In & Support - #RIMC
aleyda
2
1.5k
Navigating Algorithm Shifts & AI Overviews - #SMXNext
aleyda
1
1.2k
Code Review Best Practice
trishagee
74
20k
Data-driven link building: lessons from a $708K investment (BrightonSEO talk)
szymonslowik
1
1k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
35
2.4k
Between Models and Reality
mayunak
3
280
Music & Morning Musume
bryan
47
7.2k
Efficient Content Optimization with Google Search Console & Apps Script
katarinadahlin
PRO
1
540
Into the Great Unknown - MozCon
thekraken
41
2.5k
Reflections from 52 weeks, 52 projects
jeffersonlam
356
21k
Digital Ethics as a Driver of Design Innovation
axbom
PRO
1
280
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