Map data in SVG format
The map (and other path/object) data in the catalog is being supplied mostly in file formats that require specialized tools. Although there are open source tools available for some of the formats, those tools remain relatively specialized and require some specific domain knowledge to be able to use at all.
SVG is a graphic/object format that is supported directly by most current web browsers (including mobile devices). As an XML-compatible format, there are a lot of existing code libraries that can be used to work with it. It can also be used directly by JavaScript in browsers (and can be combined with the lastest CSS effects for some powerful visualizations), reducing the need for data format readers/translators when building dynamic web applications.
2 comments
-
Brent Fraser
commented
I'd consider SVG to be only slightly better than PDF. I'd much rather get the data in a GIS format suitable for integration with other data. A good example of a bad format is the shapes.txt file in the transit dataset.
-
Thanks for the comment and we will consider all suggestions as we move forward with this pilot.