What does “faceting” mean in a geo/map context?Overlaying a polyshape to faceted maps in R with...
What can I do if someone tampers with my SSH public key?
If sound is a longitudinal wave, why can we hear it if our ears aren't aligned with the propagation direction?
Is this Paypal Github SDK reference really a dangerous site?
How can I wire a Raspberry Pi to an 8-relay board in a tidy professional manner?
Has a sovereign Communist government ever run, and conceded loss, on a fair election?
Finding the minimum value of a function without using Calculus
How to install round brake pads
Yet another question on sums of the reciprocals of the primes
Having the player face themselves after the mid-game
What is Tony Stark injecting into himself in Iron Man 3?
What will happen if my luggage gets delayed?
Help! My Character is too much for her story!
Why do phishing e-mails use faked e-mail addresses instead of the real one?
How to open new window on center of screen
When to use a QR code on a business card?
Logistic regression BIC: what's the right N?
Use Mercury as quenching liquid for swords?
Is there a logarithm base for which the logarithm becomes an identity function?
Strange opamp's output impedance in spice
Why does Central Limit Theorem break down in my simulation?
Difference between `nmap local-IP-address` and `nmap localhost`
Cycles on the torus
Can the Witch Sight warlock invocation see through the Mirror Image spell?
What is better: yes / no radio, or simple checkbox?
What does “faceting” mean in a geo/map context?
Overlaying a polyshape to faceted maps in R with ggplot?What is the best way to visualize subsurface drillhole and borehole geology data within ArcGIS?What are the background/geography and foreground/data parts of a map called?What does map scale refer to in map making / field survey metadata?What does Scale mean in the reference of Desktop GIS or WebGIS?What does 8GK100K mean?What does it mean if a topographic map is indicated to be “West of fifth Meridian”Preferred term for map extent boxInteractive and dynamic map with wind data in R leaflet?What is correct term for map with shaded country outlines?What does percentile mean in simpleComposite of Google Earth Engine?
I saw some folks talking about "faceting" in relation to a map data display, what does this mean in general terms? Examples?
layers cartography visualisation display terminology
add a comment |
I saw some folks talking about "faceting" in relation to a map data display, what does this mean in general terms? Examples?
layers cartography visualisation display terminology
1
Please Edit the question to provide some context -- What exactly was said, and where?
– Vince
Sep 3 '18 at 1:43
add a comment |
I saw some folks talking about "faceting" in relation to a map data display, what does this mean in general terms? Examples?
layers cartography visualisation display terminology
I saw some folks talking about "faceting" in relation to a map data display, what does this mean in general terms? Examples?
layers cartography visualisation display terminology
layers cartography visualisation display terminology
edited 3 mins ago
Andre Silva
7,725113685
7,725113685
asked Nov 1 '17 at 14:44
Harry WoodHarry Wood
719518
719518
1
Please Edit the question to provide some context -- What exactly was said, and where?
– Vince
Sep 3 '18 at 1:43
add a comment |
1
Please Edit the question to provide some context -- What exactly was said, and where?
– Vince
Sep 3 '18 at 1:43
1
1
Please Edit the question to provide some context -- What exactly was said, and where?
– Vince
Sep 3 '18 at 1:43
Please Edit the question to provide some context -- What exactly was said, and where?
– Vince
Sep 3 '18 at 1:43
add a comment |
1 Answer
1
active
oldest
votes
One concept of 'faceting' is to display data in separated maps (known as panels), so to emphasize groups or subgroups of data.
For example, each panel can represent a timestamp (commonly used to represent historical climate data). Here is one example from New Zealand's National Institute of Water and Atmospheric Research.

First time I came across 'faceting' was with R package ggplot2. For instance, see Overlaying a polyshape to faceted maps in R with ggplot? (more examples can be found in Google, link).
Moreover, as pointed out by Steven Kay, another term for 'faceting' is small multiple maps. Indeed, a quick search in Google also returned many true positives for it.
1
also seen this being referred to as 'small multiples' in a more general data vizualisation context
– Steven Kay
Sep 20 '18 at 18:59
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "79"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgis.stackexchange.com%2fquestions%2f260374%2fwhat-does-faceting-mean-in-a-geo-map-context%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
One concept of 'faceting' is to display data in separated maps (known as panels), so to emphasize groups or subgroups of data.
For example, each panel can represent a timestamp (commonly used to represent historical climate data). Here is one example from New Zealand's National Institute of Water and Atmospheric Research.

First time I came across 'faceting' was with R package ggplot2. For instance, see Overlaying a polyshape to faceted maps in R with ggplot? (more examples can be found in Google, link).
Moreover, as pointed out by Steven Kay, another term for 'faceting' is small multiple maps. Indeed, a quick search in Google also returned many true positives for it.
1
also seen this being referred to as 'small multiples' in a more general data vizualisation context
– Steven Kay
Sep 20 '18 at 18:59
add a comment |
One concept of 'faceting' is to display data in separated maps (known as panels), so to emphasize groups or subgroups of data.
For example, each panel can represent a timestamp (commonly used to represent historical climate data). Here is one example from New Zealand's National Institute of Water and Atmospheric Research.

First time I came across 'faceting' was with R package ggplot2. For instance, see Overlaying a polyshape to faceted maps in R with ggplot? (more examples can be found in Google, link).
Moreover, as pointed out by Steven Kay, another term for 'faceting' is small multiple maps. Indeed, a quick search in Google also returned many true positives for it.
1
also seen this being referred to as 'small multiples' in a more general data vizualisation context
– Steven Kay
Sep 20 '18 at 18:59
add a comment |
One concept of 'faceting' is to display data in separated maps (known as panels), so to emphasize groups or subgroups of data.
For example, each panel can represent a timestamp (commonly used to represent historical climate data). Here is one example from New Zealand's National Institute of Water and Atmospheric Research.

First time I came across 'faceting' was with R package ggplot2. For instance, see Overlaying a polyshape to faceted maps in R with ggplot? (more examples can be found in Google, link).
Moreover, as pointed out by Steven Kay, another term for 'faceting' is small multiple maps. Indeed, a quick search in Google also returned many true positives for it.
One concept of 'faceting' is to display data in separated maps (known as panels), so to emphasize groups or subgroups of data.
For example, each panel can represent a timestamp (commonly used to represent historical climate data). Here is one example from New Zealand's National Institute of Water and Atmospheric Research.

First time I came across 'faceting' was with R package ggplot2. For instance, see Overlaying a polyshape to faceted maps in R with ggplot? (more examples can be found in Google, link).
Moreover, as pointed out by Steven Kay, another term for 'faceting' is small multiple maps. Indeed, a quick search in Google also returned many true positives for it.
edited 4 mins ago
answered Sep 20 '18 at 13:51
Andre SilvaAndre Silva
7,725113685
7,725113685
1
also seen this being referred to as 'small multiples' in a more general data vizualisation context
– Steven Kay
Sep 20 '18 at 18:59
add a comment |
1
also seen this being referred to as 'small multiples' in a more general data vizualisation context
– Steven Kay
Sep 20 '18 at 18:59
1
1
also seen this being referred to as 'small multiples' in a more general data vizualisation context
– Steven Kay
Sep 20 '18 at 18:59
also seen this being referred to as 'small multiples' in a more general data vizualisation context
– Steven Kay
Sep 20 '18 at 18:59
add a comment |
Thanks for contributing an answer to Geographic Information Systems Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgis.stackexchange.com%2fquestions%2f260374%2fwhat-does-faceting-mean-in-a-geo-map-context%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
Please Edit the question to provide some context -- What exactly was said, and where?
– Vince
Sep 3 '18 at 1:43