SOCR Cartography Project
Contents
SOCR Project - Development of the SOCR Cartography Applet/Interface
Project goals
To develop an agile and functional Java interface and an applet that integrates available SOCR resources (e.g., SOCR Charts) and provide the means to enter geo-political data and construct proportional cartography maps. In these maps, the sizes of different geographic regions, such as countries, provinces, continents, etc., appear proportional to the data provided by the user. The new SOCR Cartographic Charts will use the fundamental SOCR development principals and be accessible via the SOCR web-server. The image to the right illustrates an example of a cartographic map of the USA, where states are drawn approximately proportional to the square footage per capita.
Background
Many of the SOCR Charts provide advanced tools for computational and graphical exploratory data analysis. Typical geo-political maps represent the world in a flat 2D Euclidean space where the North Pole looks huge and the equator appears small (Gastner and Newman, 2004). Data obtained for different geographic, political or regional locales may be used to morph the standard world atlases into cartographic maps that represent the areas, colors or glyphs of different regions according to the (multi-modality) data. Such maps are called data-driven-cartographic maps.
Project specifications
- Review the references below.
- Develop the computational model for handling multi-modal data (e.g., GDP, population size, average income, CPI, etc.) The user should be able to map these data to specific cartographic features (e.g., region area, size, color, glyphs, etc.)
- Plan the extension of SOCR Charts and SOCR Motion Charts to design and implement this new infrastructure.
- Test and validate the new SOCR Cartographic Charts with real data and deploy to SOCR production server.
Variable mapping
There should be several user-specifiable protocols for mapping multivariate data! We can use a drop-down list to select a predefined variable-mapping protocol, and these may allow plug-ins. One approach would be to allow multivariate data to be mapped into different map-sector (region) appearance characteristics – for instance you can use a mapping like this:
- variable1 = affects region warping (expansion or shrinkage)
- variable2 = affects region color
- variable3 = affects region shading
- variable4 = affects region pattern
- variable5 = affects region border-patters (thickness, color, appearance or line-style)
- etc.
Use-cases
- The first use-case is the user loads the geometry and the metadata files. The applet allows the user to specify a mapping between the variables (meta-data) and the Blob-locations (X,Y), the Blob-size, and the Blob-color, and then renders the blobs (discs with appropriate appearance) for each shape (simple closed curve) on the GIS map.
- The second use-case is the user again loads the geometry and the metadata files. The applet allows the user to specify a mapping between 1 variable in the meta-data, and a pair of 2D coordinates, (X,Y) locations, which are typically indicative of a longitude and latitude and should be inside or outside of each shape in the geometry file. Then the user wants to morph/transform the GIS map according to the variable values so that the areas of all regions in the GIS shape to be scaled proportionally to the variable of interest. Later we may include colors mapped to second variable.
SOCR Cartography Applet
See also
- Earth Wind and Ocean currents Map
- [hint.fm/wind/ Interactive Windmap]
- Interactive Economic Stress Index Map
- Mondrian Java-based GIS data-visualization system
- OpenMap
- ALOV
- BATIK
- Deegree
- GeoTools
- Advanced Normalization Tools (ANTs) can be used for the warping of one SVG/GIS map to fit in the user-specified sizes of each region.
- Constructing GIS Maps in Splus/R Manual (see page 10+)
- ScapeToad
Data
The applets should allow the user to specify 2 types of data:
- Geometry data - containing the shapes of the geography/GIS maps. These data are typically presented in Shape (*.shp) binary file format, see examples below.
- Meta-data - the auxiliary quantitative data in either DBF attribute file format, or in text/ASCII file format:
Longitude(X) | Latitude(Y) | Variable1 | ... | Variable_N |
---|---|---|---|---|
-120.23 | 32.45 | 11.23 | ... | 17 |
... | ... | ... | ... | ... |
-121.23 | 31.45 | 17.31 | ... | 10 |
Examples of data
References
- Example of a cartographic Applet.
- M. Gastner and M. Newman (2004). Diffusion-based method for producing density-equalizing maps. PNAS 2004 101:7499-7504; published online May 10, 2004, doi:10.1073/pnas.0400280101.
- Examples of data visualization.
"-----
Translate this page: