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
260
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
69
未来の繁栄のためのスマート地図
hfu
0
130
Smart Maps for the prosperity in the future
hfu
0
210
Smart Maps and Bazaar
hfu
0
150
Sensemaking with Smart Maps
hfu
0
85
Smart Mapsfor the United Nations,with the United Nations
hfu
0
120
UN Smart Maps
hfu
0
160
スマート地図バザールによる地図XMLのタイル配信
hfu
0
110
国土地理院におけるベース・レジストリの整備とDX推進への取り組み
hfu
0
250
Other Decks in Technology
See All in Technology
白金鉱業Meetup_Vol.19_PoCはデモで語れ!顧客の本音とインサイトを引き出すソリューション構築
brainpadpr
2
490
監視のこれまでとこれから/sakura monitoring seminar 2025
fujiwara3
10
2.9k
初めてのAzure FunctionsをClaude Codeで作ってみた / My first Azure Functions using Claude Code
hideakiaoyagi
1
190
解析の定理証明実践@Lean 4
dec9ue
0
110
(非公式) AWS Summit Japan と 海浜幕張 の歩き方 2025年版
coosuke
PRO
1
340
AI技術トレンド勉強会 #1MCPの基礎と実務での応用
nisei_k
1
250
GeminiとNotebookLMによる金融実務の業務革新
abenben
0
170
ローカルLLMでファインチューニング
knishioka
0
130
AWS CDK 実践的アプローチ N選 / aws-cdk-practical-approaches
gotok365
4
520
UIテスト自動化サポート- Testbed for XCUIAutomation practice
notoroid
0
110
In Praise of "Normal" Engineers (LDX3)
charity
3
1.2k
20250623 Findy Lunch LT Brown
3150
0
790
Featured
See All Featured
Understanding Cognitive Biases in Performance Measurement
bluesmoon
29
1.8k
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.3k
A better future with KSS
kneath
239
17k
The Pragmatic Product Professional
lauravandoore
35
6.7k
StorybookのUI Testing Handbookを読んだ
zakiyama
30
5.8k
[RailsConf 2023] Rails as a piece of cake
palkan
55
5.6k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
137
34k
A Tale of Four Properties
chriscoyier
160
23k
Being A Developer After 40
akosma
90
590k
Designing for humans not robots
tammielis
253
25k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
507
140k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
30
2.1k
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