@ryersonlibrary/floorplans
v1.0.1
Published
Ryerson floorplans, both in vector format for regular use, and in custom JSON format for use in Stencil Apps.
Downloads
3
Readme
Ryerson Floorplans
This project is intended to be the go-to location for anything related to building floorplans. The primary intent is for use with the Building Information System but the uses can be extended beyond that.
Floorplans (Master Files)
Floorplans are organized by building, within the masters
folder using the 3-character building code (e.g. LIB for Library). The key file for each building is the [LIB]_Master.svg
. This is a single SVG file that has a group for every
floor of the building.
File structure
Each master file for a building has the following structure requirements
- Each floor is a group with the id
Floor NN
, whereNN
is a zero-padded floor number (e.g.02
); - Each element intended to be used in the final floorplan has an ID that begins with the building code (e.g.
LIB
).