占用栅格地图数据集

Kitchen

Origin: (0, 0, 0) Upper Bound: (354, 160, 50) Lower Bound: (-210, -250, 0) Cell Size: 0.050米

实际工作区域: 564.46m × 350m = 197,561平方米 单元格数量: (564.46/0.05) × (350/0.05) = 11,289 × 7,000 = 约7900万个单元格!

hosipital

js 复制代码
# cell size=0.5
Top Left: (29.75, -9.75)		 Top Right: (-54.75, -9.75)
 Bottom Left: (29.75, 39.75)		 Bottom Right: (-54.75, 39.75)
Coordinates of top left of image (pixel 0,0) as origin, + X down, + Y right:
(9.75, 29.75)
Image size in pixels: 170, 100

isaacwarehouse_5

lobby

js 复制代码
# cell size=5
Top Left: (2797.5, 1202.5)		 Top Right: (702.5, 1202.5)
 Bottom Left: (2797.5, 2797.5)		 Bottom Right: (702.5, 2797.5)
Coordinates of top left of image (pixel 0,0) as origin, + X down, + Y right:
(-1202.5, 2797.5)
Image size in pixels: 420, 320

office

js 复制代码
#cell size=0.05
Top Left: (-29.975, -39.975)		 Top Right: (-29.975, 64.975)
 Bottom Left: (9.975, -39.975)		 Bottom Right: (9.975, 64.975)
Coordinates of top left of image (pixel 0,0) as origin, + X down, + Y right:
(39.975, 9.975)
Image size in pixels: 2100, 800

restaurant

js 复制代码
# cell=5
Top Left: (3797.5, -397.5)		 Top Right: (-197.5, -397.5)
 Bottom Left: (3797.5, 2797.5)		 Bottom Right: (-197.5, 2797.5)
Coordinates of top left of image (pixel 0,0) as origin, + X down, + Y right:
(397.5, 3797.5)
Image size in pixels: 800, 640
相关推荐
自由日记3 小时前
mysql初修1
数据库·mysql
少年攻城狮3 小时前
OceanBase系列---【oceanbase的oracle模式新增分区表】
数据库·oracle·oceanbase
BullSmall3 小时前
MySQL8.0全栈初始化脚本集
数据库·mysql
六月闻君3 小时前
MySQL8主从数据库复制故障
数据库·mysql
洲覆4 小时前
缓存异常:缓存穿透、缓存击穿、缓存雪崩
开发语言·数据库·mysql·缓存
xcLeigh4 小时前
KingbaseES数据库:本地连接全攻略!从环境检查到问题排查,新手也能轻松上手
数据库
rexling15 小时前
【玩转全栈】----Django基本配置和介绍
数据库·django·sqlite
Deamon Tree5 小时前
如何保证缓存与数据库更新时候的一致性
java·数据库·缓存
大G的笔记本5 小时前
MySQL 中的 行锁(Record Lock) 和 间隙锁(Gap Lock)
java·数据库·mysql
洲覆5 小时前
go-mysql-transfer 伪装从库实现 MySQL 到 Redis 数据同步(完整配置)
数据库·redis·mysql·golang