[PDF] How Do I Show Geographical Data Using the SGMAP Procedure?®





Previous PDF Next PDF



Creating Great Maps in ODS Graphics Using the SGMAP Procedure

PROC SGMAP is available in Base SAS® and has similar functionality of the GMAP procedure in addition to annotating items on your map. Here is what can be 



SAS PROC SGMAP

SAS PROC SGMAP. EXAMPLES AND CODE SNIPPETS. Denver Auto Accidents title1 "SGMap with Chormap and Scatter"; title2 "2017 Auto Accidents in Denver";.



SESUG Template

title1 "SGmap with colors from custom ODS style"; proc sgmap maprespdata=my_data mapdata=my_map noautolegend; choromap region / mapid=county lineattrs=(color= 



SAS PROC SGMAP

Denver Auto Accidents title1 "SGMap with Chormap and Scatter"; title2 "2017 Auto Accidents in Denver"; proc sgmap plotdata = accidents mapdata = districts.



Basic Syntax

proc sgmap mapdata=maps.world SGMAP is the latest addition to the SG procedures in ... The SGMAP procedure allows you to easily plot data onto a map.



Secrétariat général pour la modernisation de laction publique

PAR SA POSITION. INTERMINISTÉRIELLE LE SGMAP. QUESTIONNE L'UTILITÉ ET. L'EFFICACITÉ DES POLITIQUES. PUBLIQUES EN ACCOMPAGNANT. LES ADMINISTRATIONS. DANS LEUR 



Paper 3316-2019: Theres a Map for That! Whats New and Coming

1 févr. 2019 PROC SGMAP. With the introduction of the SGMAP procedure to ODS Graphics geographic mapping has never been easier. PROC SGMAP is not just a ...



Theres a Map for That! Whats New and Coming Soon in SAS

1 févr. 2019 PROC SGMAP. With the introduction of the SGMAP procedure to ODS Graphics geographic mapping has never been easier. PROC SGMAP is not just a ...



Sondage sur la fraude OCDE - DNLF - SGMAP

6 déc. 2016 OCDE - DNLF - SGMAP. Conférence internationale des bonnes pratiques de lutte contre la fraude à l'ère numérique - 6 décembre 2016.



How Do I Show Geographical Data Using the SGMAP Procedure?®

proc sgmap mapdata=neighborhoods maprespdata=voting_categories; openstreetmap; choromap category / mapid=_id_ id=_id_ name='voting';.



[PDF] LÉvaluation des politiques publiques - ENA

A la demande du SGMAP un audit externe en a tiré un bilan contrasté en 2017 saluant l'effort de mise en œuvre mais appelant



[PDF] 2017 SGMAP - Comment Faire - Outils - Formuler un objectif

Quel est le besoin concret / problème auquel vous souhaitez apporter une solution ? Qui bénéficie de votre solution ? 2 Les solutions existantes



[PDF] 2017 SGMAP - Comment Faire - Choisir une méthode de conception

En fonction de vos objectifs choisissez le type de méthodologies créatives que vous allez mettre en place Celui-ci conditionnera les activités que vous 



Secrétariat général pour la modernisation de laction publique

Le secrétariat général pour la modernisation de l'action publique (SGMAP) est un Pour lire les formats PDF et ePub vous avez besoin d'un lecteur adapté



Secretariat general pour la modernisation de l action publique 2015

Le rapport d'activité du Secrétariat général pour la modernisation de l'action publique (SGMAP) revient sur ses différentes actions au cours de l'année 2015 



[PDF] Évaluation des politiques publiques dans le cadre de la - EN3S

(SGMAP) Évaluation des politiques publiques dans le cadre de la modernisation de l'action publique : démarche bilan et perspectives



[PDF] Vue PDF

L'auteure a été recrutée par le secrétariat général pour la modernisation de l'action publique (SGMAP) pour y rédiger une thèse sur la modernisation numérique 



[PDF] Flux SGMAP

Flux SGMAP Objectif de ce document Url de base de l'API Authentification Flux statut Flux actualisation unitaire Récupération d'un partenaire



Protocole visant à organiser la collaboration entre le Commissariat

Le SG MAP reste le seul interlocuteur des ministères Il communique au CGSP les fiches de cadrage et les cahiers des charges pour remarques éventuelles En 



Dossier de consultation des entreprises pour laccompagnement du

Dossier de consultation des entreprises pour l'accompagnement du SGMAP dans le déploiement de Start-up d'État et la réalisation de pdf (49 5Ko)

:
Copyright © SAS Institute Inc. All rights reserved. Copyright © SAS Institute Inc. All rights reserved.

How Do I Show Geographical Data

Using the SGMAP Procedure?®

Dan Heath, Principal Software Developer, SAS

Copyright © SAS Institute Inc. All rights reserved.

Dan Heath

Principal Software Developer, SAS

Dan has been a SAS user for more than 27 years. He specializes in SAS/GRAPH®software, ODS Graphics and related graphing technologies. Dan has been a speaker at many regional and local users group meetings, including SAS Global Forum, PharmaSUG and WUSS. He received a BS degree in computer science from

North Carolina State University.

Copyright © SAS Institute Inc. All rights reserved.

What is the SGMAP Procedure?

Copyright © SAS Institute Inc. All rights reserved.

SGMAP Layers

Background map

Choropleth map

Plots overlays

Copyright © SAS Institute Inc. All rights reserved.

SGMapData Sets

MAPDATA

MAPRESPDATA

PLOTDATA

Copyright © SAS Institute Inc. All rights reserved.

Background Map Behavior

proc sgmapplotdata=US_GT_200MW; openstreetmap; bubble x=long_numy=lat_numsize=MW_total; run; Copyright © SAS Institute Inc. All rights reserved.

Background Map Behavior

proc sgmapplotdata=New_England_All; openstreetmap; bubble x=long_numy=lat_numsize=MW_total; run; Copyright © SAS Institute Inc. All rights reserved.

Background Map Behavior

title 'Durham Neighborhood 2014 General Election'; title2 'Default Style: HTMLBlue'; proc sgmapmapdata=neighborhoods maprespdata=voting_categories; openstreetmap; choromapcategory/ mapid=_id_ id=_id_ name='voting'; keylegend'voting' / title='Participation'; run; Copyright © SAS Institute Inc. All rights reserved.

Background Map Behavior

Where did these earthquakes happen?

proc sgmapplotdata=quake_datanoautolegend; openstreetmap; scatter x=longitudey=latitude/ markerattrs=(symbol=circlefilledsize=6pt color='red'); scatter x=longitudey=latitude/ transparency=.5 markerattrs=(symbol=circlesize=25pt color='red'); run; Copyright © SAS Institute Inc. All rights reserved.

Background Map Behavior

Where did these earthquakes happen?

data state_outline; set mapsgfk.us_states(where=(statecode='CA')); run; proc sgmapplotdata=quake_datanoautolegend mapdata=state_outline; openstreetmap; choromap/ mapid=statecode; scatter x=longitude y=latitude / markerattrs=(symbol=circlefilledsize=6pt color='red'); scatter x=longitude y=latitude / transparency=.5 markerattrs=(symbol=circle size=25pt color='red'); run; Copyright © SAS Institute Inc. All rights reserved.

ESRI Background Maps

odshtml style=raven; proc sgmapplotdata=my_data; esrimap

World_Dark_Gray_Base";

styleattrsdatacontrastcolors=(cxFFFCCFcxff0000 cxBF5FFF cxFFCC11 cx00FFFF); scatter x=long y=lat/ group=bulb_type keylegend/ autoitemsize; run; Copyright © SAS Institute Inc. All rights reserved.

Choropleth Maps

title "2010 Population in the U.S."; proc sgmapmapdata=mapsgfk.us maprespdata=sashelp.us_data; choromappopulation_2010 / mapid=statecode id=statecode; run; Copyright © SAS Institute Inc. All rights reserved.

Choropleth Maps

title "2010 Population in the U.S."; title2 "Discrete Option"; proc sgmapmapdata=mapsgfk.us maprespdata=sashelp.us_data; choromappopulation_2010 / mapid=statecode id=statecodediscrete; run; Copyright © SAS Institute Inc. All rights reserved.

Choropleth Overlay

title "2010 Population in the U.S."; proc sgmapmapdata=mapsgfk.us_states maprespdata=sashelp.us_data (where=(statecodenot in ('AK' 'HI'))); openstreetmap; choromappopulation_2010 / mapid=statecode id=statecode; run; Copyright © SAS Institute Inc. All rights reserved.

Choropleth Overlay

title "2010 Population in the U.S."; proc sgmapmapdata=mapsgfk.us_states maprespdata=sashelp.us_data (where=(statecodenot in ('AK' 'HI'))); openstreetmap; choromappopulation_2010 / mapid=statecode id=statecodetransparency=0.3; run; Copyright © SAS Institute Inc. All rights reserved.

ChoromapCategorization

title "2010 Population in the U.S."; title2 "LevelType=None"; proc sgmapmapdata=mapsgfk.us maprespdata=sashelp.us_data; choromappopulation_2010 / mapid=statecode id=statecodeleveltype=none; run; Copyright © SAS Institute Inc. All rights reserved.

ChoromapCategorization

title "2010 Population in the U.S."; title2 "LevelType=Interval"; proc sgmapmapdata=mapsgfk.us maprespdata=sashelp.us_data; choromappopulation_2010 / mapid=statecode id=statecodeleveltype=interval; run; Copyright © SAS Institute Inc. All rights reserved.

ChoromapCategorization

title "2010 Population in the U.S."; title2 "LevelType=Quantile"; proc sgmapmapdata=mapsgfk.us maprespdata=sashelp.us_data; choromappopulation_2010 / mapid=statecode id=statecodeleveltype=quantile; run; Copyright © SAS Institute Inc. All rights reserved.

ChoromapCategorization

title "2010 Population in the U.S."; title2 "LevelType=Quantile"; proc sgmapmapdata=mapsgfk.us maprespdata=sashelp.us_data; choromappopulation_2010 / mapid=statecode id=statecodeleveltype=quantile name= "map"; run; Copyright © SAS Institute Inc. All rights reserved.

ChoromapCategorization

title "2010 Population in the U.S."; title2 "LevelType=Quantile NumLevels=4"; proc sgmapmapdata=mapsgfk.us maprespdata=sashelp.us_data; choromappopulation_2010 / mapid=statecode id=statecodeleveltype=quantile numlevels=4; run; Copyright © SAS Institute Inc. All rights reserved.

ChoromapColor Control

title "2010 Population in the U.S."; title2 "Using the ColormodelOption"; proc sgmapmapdata=mapsgfk.us maprespdata=sashelp.us_data; choromappopulation_2010 / id=statecodemapid=statecode colormodel=(green yellow orange red); run; Copyright © SAS Institute Inc. All rights reserved.

ChoromapColor Control

data rattrmap; retain id "myid"; length colormodel1 $ 15; length min max $ 8; input min $ max $ colormodel1 $ colormodel2 $; cards; _min_ 10000000 verylightgreengreen

10000000 20000000 verylightblueblue

20000000 30000000 verylightpurplepurple

30000000 _max_ verylightredred

run; Copyright © SAS Institute Inc. All rights reserved.

ChoromapColor Control

title "2010 Population in the U.S."; title2 "Using a Range Attribute Map"; proc sgmapmaprespdata=sashelp.us_data mapdata=mapsgfk.us rattrmap=rattrmap; choromappopulation_2010 / mapid=statecode id=statecoderattrid=myid; run; Copyright © SAS Institute Inc. All rights reserved.

ChoromapColor Control

title "Divisions in the U.S.";

Title2 "Using StyleattrsDatacolors";

proc sgmapmapdata=mapsgfk.us maprespdata=sashelp.us_data; styleattrsdatacolors=(red yellow orange blue cyan green magenta gold silver); choromapdivision / id=statecodemapid=statecode; run; Copyright © SAS Institute Inc. All rights reserved.

ChoromapColor Control

data attrmap; retain id "myid"; input value $ 1-18 fillcolor$; cards;

East South Centralorange

West South Central red

East North Central cyan

West North Central gold

New England silver

Pacific blue

Mountain green

South Atlantic magenta

Middle Atlantic yellow

run; Copyright © SAS Institute Inc. All rights reserved.

ChoromapColor Control

title "2010 Population in the U.S."; proc sgmapmaprespdata=sashelp.us_data mapdata=mapsgfk.us dattrmap=attrmap; choromapdivision / attrid=myid id=statecodemapid=statecode; run; Copyright © SAS Institute Inc. All rights reserved.

ChoromapData Detail

Map data automatically reduced based on size

ʹSupported by the MAPSGFK data sets

ʹUses the RESOLUTION column to determine data to reduce You can control data reduction using the DENSITY option

ʹOverrides automatic reduction

ʹUses the DENSITY column to determine the data to reduce Copyright © SAS Institute Inc. All rights reserved.

ChoromapData Detail

Copyright © SAS Institute Inc. All rights reserved.

ChoromapTip Control

title "2020 Population in the U.S."; odsgraphics / imagemap; proc sgmapmaprespdata=sashelp.us_data mapdata=mapsgfk.us; choromappopulation_2020 / mapid=statecodeid=statecode tip=(population_2000 population_2010 population_2020) tiplabel=("2000 census" "2010 census" "2020 census"); run; Copyright © SAS Institute Inc. All rights reserved.

Plot Overlays

Currently, four plot overlay types are supported

ʹSCATTER ʹplot markers at data points

ʹSERIES ʹplot lines connecting data points

ʹBUBBLE ʹplot bubbles at data points, sized according to data values

ʹTEXT ʹplot text strings at data points

Statements are structured like the ones in SGPLOT and SGPANEL

Data for all plots comes from the PLOTDATA option

Copyright © SAS Institute Inc. All rights reserved.

Scatter Plot

proc sgmapplotdata=my_datanoautolegend; esrimap es/Canvas/World_Dark_Gray_Base"; scatter x=lon2 y=lat2 / transparency=.50 tip=none markerattrs=(symbol=circlefilledsize=3pt color="cxFFE303"); scatter x=fatality_lony=fatality_lat/ markerattrs=(symbol=X size=11pt color="red") run; Copyright © SAS Institute Inc. All rights reserved.

Series Plot

proc sgmapplotdata=pipelines noautolegend; openstreetmap; series x=x y=y / group=segment_id lineattrs=(color=cx00CDCDquotesdbs_dbs16.pdfusesText_22
[PDF] séquence visions poétiques du monde 3ème

[PDF] vision poétique def

[PDF] oeuvre en lien avec guernica

[PDF] mise en voix d'un poème

[PDF] qu'est ce qu'une mise en voix

[PDF] mise en voix poésie cycle 3

[PDF] comment dire un poème

[PDF] poésie ? réciter ? deux

[PDF] poésie ? mettre en scène cycle 3

[PDF] inped catalogue de formation 2017

[PDF] inphb privé

[PDF] inphb antenne d'abidjan

[PDF] efcpc inphb

[PDF] séquence anglais superheroes 6ème

[PDF] inp-hb cocody abidjan