sitedia's default export is SVG rather than PNG for one reason: report work finishes in Illustrator. Nobody ships a generated drawing untouched — you highlight the buildings that matter, add arrows and callouts, pull the palette toward your office template. That editing needs vectors, not pixels.
Open a downloaded SVG in Illustrator or Inkscape and the artwork is already
split into named layers (via inkscape:label): the base disc,
grouped geometry by category, and the site marker, each separate. So you can:
The SVG viewBox is 1:1 with reality in meters. A diagram
built at a ½ mile radius (805 m) has a circle 1,610 units across.
That gives you exact scales without measuring:
| Set 1 drawing unit to… | Resulting scale |
|---|---|
| 1 mm | 1:1000 (metric) |
| 1 mm, then scale 3.048% | 1" = 100' (US engineering) |
| 1 mm, then scale 1.524% | 1" = 200' |
If you work in feet, the cleanest route is to place the SVG and scale by 3.280839895 once — after that one unit is one foot and every drawing in the set stays consistent. The DXF export follows the same convention (1 unit = 1 m), so set your CAD drawing units to meters, or scale on insert.
Displayed numbers on the US site — radius, dimensions, contour intervals, scale bar — are all in feet and miles. Only the coordinate system underneath is metric, and it is stated in the file so nobody has to guess.
Laying twelve panels onto one page is its own repetitive job, so it is built in. The Sheet tab takes your selection, a paper size (A4 through A1, or 16:9) and a column count, and returns one SVG with titles, legend, scale bar and border already placed.
The legend is generated from the panels you actually kept and the colors you actually chose — which means the drawing and its legend cannot disagree. That is the failure this feature exists to prevent.
Need raster for print? Export the sheet at 300 dpi. Need vector? Place the SVG straight into InDesign or Illustrator.
The Building mass tab extrudes the same buildings — recorded height where available, otherwise floors × floor height — and exports three ways:
MeshToNURB converts it to a polysurface.Green space, water and roads come in as surfaces draped on the terrain, split into layers or groups by category and pre-colored. That is usually enough to be a context model for a massing study without further cleanup.
Every exported file carries a source note. When you rework a drawing, leave it in — or move it to your sheet's credits. Six months later, when a reviewer asks where the year-built data came from and how current it is, that line is the difference between an answer and a shrug.