MathGroup Archive 2008

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: countrydata shape - which projection?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg84907] Re: countrydata shape - which projection?
  • From: mcmcclur at unca.edu
  • Date: Sat, 19 Jan 2008 05:58:00 -0500 (EST)
  • References: <fmq0le$avo$1@smc.vnet.net>

On Jan 18, 5:56 am, Mitch Murphy <mi... at lemma.ca> wrote:
> does somebody know which projection is used by
> CountryData["Canada","Shape"]? i'm trying to get this shape in lat/lon
> coordinates.

I don't know the default projection, but it is easy to
specify any particular projection.  To see Canada using
a flat lat/lng projection use:
CountryData["Canada", {"Shape", "Equirectangular"}]

If you just want the polygon, use
CountryData["Canada", {"Polygon", "Equirectangular"}]

If you just want the lat/lng values of the boundary,
use
CountryData["Canada", "Coordinates"]

Mark



  • Prev by Date: Re: Wavelet "filter"?
  • Next by Date: Mathematica commenting of code using (* *) can't be nested well.
  • Previous by thread: countrydata shape - which projection?
  • Next by thread: Re: What is the algorithm Mathematica uses to detrmine the automatic