Statalist The Stata Listserver


[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

st: adding US state outlines


From   "Austin Nichols" <[email protected]>
To   [email protected]
Subject   st: adding US state outlines
Date   Mon, 5 Mar 2007 10:36:48 -0500

Julie Darnell--
I believe one of these may be what you want:
http://fmwww.bc.edu/repec/bocode/t/Us-Coordinates.dta
http://fmwww.bc.edu/repec/bocode/t/Us48-Coordinates.dta
...see also
ssc desc usmaps
[http://ideas.repec.org/c/boc/bocode/s448401.html]
...and many other resources via Google.com

On 3/5/07, Maurizio Pisati <[email protected]> wrote:
Yes , it is possible, provided you have a "polygon dataset" (see help file
for explanation) containing the definition of the complete outline of the
US. Suppose such dataset is called "UsOutline.dta". Then, you just have to
add option -polygon(...)- to your command:

# delimit;
spmap numberoffreeclinics if conterminous using "uscoordinates2",
id(id) ndfc(white) fc(Blues) ocolor(gs12 ..) clmethod(custom)
clbreaks (0 1 2 3 4 32)
polygon(data(UsOutline.dta) _other_suboptions_)


Best,
Maurizio

>Second, I also wish to add state outlines, if possible.
>
>The map that is produced uses core-based statistical area
>boundaries (CBSAs) from the U.S. Census. Is there a way to
>overlay state boundary outlines? This would make it much
>easier to identify the location of the CBSAs. At a minimum, is
>it possible to add a complete outline of the US?
>
>Thank you very much.
>
>Julie Darnell
*
*   For searches and help try:
*   http://www.stata.com/support/faqs/res/findit.html
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/



© Copyright 1996–2024 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index