占用栅格地图数据集

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
相关推荐
止水编程 water_proof21 分钟前
MySQL——增删改查操作
数据库·mysql
葵野寺2 小时前
【MySQL】MySQL索引—B树/B+树
数据库·b树·mysql·b+树
隔壁老登2 小时前
解决dbeaver连接不上oceanbase数据库的问题
数据库·oceanbase
····懂···3 小时前
抢占先机,PostgreSQL 中级专家认证的职业跃迁
数据库·postgresql
GBASE3 小时前
“G”术时刻:南大通用GBase 8c典型运维场景-扩缩容场景快速定位性能瓶颈
数据库
Elastic 中国社区官方博客4 小时前
用于 UBI 的 Elasticsearch 插件:从搜索查询中分析用户行为
大数据·数据库·elasticsearch·搜索引擎·全文检索
小白不想白a4 小时前
【MySQL安全】什么是SQL注入,怎么避免这种攻击:前端防护、后端orm框架、数据库白名单
数据库·sql·mysql·安全
大路谈数字化4 小时前
Oracle 19C 在centos中安装操作步骤和说明
数据库·oracle
张彦峰ZYF4 小时前
联合索引全解析:一棵树,撑起查询的半边天
数据库·mysql
熏鱼的小迷弟Liu4 小时前
【MySQL】MySQL中锁有哪些?
数据库·mysql