Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Sign up for free
Menu
Search
Features
All features
Private URLs
Password Protection
Custom URLS
Scheduled publishing
Remove Branding
Restrict embedding
Deck Collections
Notes
Features
All features
Private URLs
Password Protection
Custom URLS
Scheduled publishing
Remove Branding
Restrict embedding
Deck Collections
Notes
Explore
Featured decks
Featured speakers
Programming
Technology
Storyboards
Explore
Featured decks
Featured speakers
Programming
Technology
Storyboards
Pricing
Search
Sign in
Sign up for free
ZFXY: a 3D spatio-temporal tiling scheme propos...
Search
Hidenori FUJIMURA
March 16, 2022
Technology
330
0
Share
Embed
Copy iframe code
Copy JS code
Copy link
Start on current slide
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
180
未来の繁栄のためのスマート地図
hfu
0
210
Smart Maps for the prosperity in the future
hfu
0
290
Smart Maps and Bazaar
hfu
0
220
Sensemaking with Smart Maps
hfu
0
150
Smart Mapsfor the United Nations,with the United Nations
hfu
0
200
UN Smart Maps
hfu
0
240
スマート地図バザールによる地図XMLのタイル配信
hfu
0
150
国土地理院におけるベース・レジストリの整備とDX推進への取り組み
hfu
0
360
Other Decks in Technology
See All in Technology
AI時代の「技術的負債」の変質ー概念の終焉と再解釈、エージェントと共に向かう先
nwiizo
0
2.6k
HRC_Frontend_Conference_Fukuoka_2026.pdf
ts020
0
730
アプリをもっと"iOSアプリっぽく"する小さな工夫 / Small Touches That Make Your App Feel More Like an iOS App
matsuji
1
900
絵ではじめるKubernetesセキュリティ
aoi1
3
580
顧客に向き合う開発組織へ。リアーキテクチャとフィーチャーチーム化で挑む組織改革
safie
0
1.9k
DEFCON_CHV_CTF_Write-up.pdf
bata_24
0
150
AI 時代のスタートアップエコシステ厶から考究する技術的負債との向き合い方
m3m0r7
PRO
2
2.1k
Claude in Chrome 入門 / Introduction to Claude in Chrome
cielo1985
0
820
銀行勘定系システムにおける開発プロセス刷新×AIによる環境モダナイゼーション / Development Process Transformation and AI-Driven Environment Modernization
muit
0
2.2k
現場で役立つ技術負債の効果的な返済方法
masuda220
PRO
8
4.1k
DEFCON34-Write-up_HYCu-MYCu
daikiokazaki
0
160
2026_devsumi_ozono.pdf
o3
3
510
Featured
See All Featured
Public Speaking Without Barfing On Your Shoes - THAT 2023
reverentgeek
1
560
Applied NLP in the Age of Generative AI
inesmontani
PRO
4
2.5k
What does AI have to do with Human Rights?
axbom
PRO
1
2.4k
Measuring & Analyzing Core Web Vitals
bluesmoon
9
990
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
32
4.8k
Introduction to Domain-Driven Design and Collaborative software design
baasie
1
990
Between Models and Reality
mayunak
4
460
How STYLIGHT went responsive
nonsquared
100
6.3k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
333
23k
A Modern Web Designer's Workflow
chriscoyier
699
190k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
31
3.4k
The World Runs on Bad Software
bkeepers
PRO
72
12k
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