Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
map_continents and /fill... revisted
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  6 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Brian McNoldy  
View profile  
 More options Jun 29 2011, 3:46 pm
Newsgroups: comp.lang.idl-pvwave
From: Brian McNoldy <brian.mcno...@gmail.com>
Date: Wed, 29 Jun 2011 12:46:36 -0700 (PDT)
Local: Wed, Jun 29 2011 3:46 pm
Subject: map_continents and /fill... revisted
I realize this has been tossed around for at least 15 years on this
list, but I'm wondering if any progress has been made or if anyone has
a workaround.  There are numerous instances where the maps that ship
with IDL are quite inadequate... for example, if you try to fill the
land with a color, you'll get most areas correct, but some bigger
obvious places like Long Island, Trinidad, Grand Bahama Island,
Kyushu, and the like are missed by the fill, and for routines that use
such a technique to create a land/sea mask, this is definitely not
good.

Other improvements on this topic would be updating political
boundaries, including state-drawing options for at least Mexico and
Canada, and allowing something like a map_ocean,/fill,color=blue.

Cheers,
Brian


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Michael Galloy  
View profile  
 More options Jun 29 2011, 5:09 pm
Newsgroups: comp.lang.idl-pvwave
From: Michael Galloy <mgal...@gmail.com>
Date: Wed, 29 Jun 2011 15:09:13 -0600
Local: Wed, Jun 29 2011 5:09 pm
Subject: Re: map_continents and /fill... revisted
On 6/29/11 1:46 PM, Brian McNoldy wrote:

Do you have IDL 8.1? I don't use maps in IDL personally, but the release
notes for IDL 8.1 says it improved the quality of the continental and
country outlines.

Mike
--
Michael Galloy
www.michaelgalloy.com
Modern IDL, A Guide to Learning IDL: http://modernidl.idldev.com
Research Mathematician
Tech-X Corporation


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
David Fanning  
View profile  
 More options Jun 29 2011, 11:11 pm
Newsgroups: comp.lang.idl-pvwave
From: David Fanning <n...@dfanning.com>
Date: Wed, 29 Jun 2011 21:11:31 -0600
Local: Wed, Jun 29 2011 11:11 pm
Subject: Re: map_continents and /fill... revisted

Michael Galloy writes:
> Do you have IDL 8.1? I don't use maps in IDL personally, but the release
> notes for IDL 8.1 says it improved the quality of the continental and
> country outlines.

IDL 8.1 does indeed allow the use of the GSHHS database,
which is generally thought to be one of the best in the
world for this kind of thing.

Unfortunately, the GSHHS software comes in several
"resolutions". IDL has included only the very highest
resolution, which you might think would be a good idea,
and probably is if your interest is in a rocky island
somewhere off the cost of Peru. If your interest is in
processing a map of the world, or even a reasonably
large portion of the world, then using the highest
resolution GSHHS is overkill in the extreme and will
result in VERY long rendering times. (And I mean long
even in terms of the normal function graphics rendering
times.)

It seems to me it still makes more sense to download
the GSHHS database yourself, and then use the resolution
that makes sense for your application. Coyote Library
routines are available to work with this database in
exactly the same way Map_Continents works with the
old IDL database.

   http://www.idlcoyote.com/map_tips/gshhs.html

Cheers,

David

--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.dfanning.com/
Sepore ma de ni thue. ("Perhaps thos speakest truth.")


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Fabzou  
View profile  
 More options Jun 30 2011, 4:48 am
Newsgroups: comp.lang.idl-pvwave
From: Fabzou <fabien.mauss...@tu-berlin.de>
Date: Thu, 30 Jun 2011 10:48:11 +0200
Local: Thurs, Jun 30 2011 4:48 am
Subject: Re: map_continents and /fill... revisted
On 06/29/2011 09:46 PM, Brian McNoldy wrote:

> Other improvements on this topic would be updating political
> boundaries, including state-drawing options for at least Mexico and
> Canada, and allowing something like a map_ocean,/fill,color=blue.

I never used IDL mapping tools, but one can find also any kind of shapes
in various resolutions for almost anything for free in the Internet.
Often, political boundaries are necessary to create a readable map.

The obvious disadvantage is that you have to make the projection
transformations by yourself, and this can take some time.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Brian McNoldy  
View profile  
 More options Jul 1 2011, 2:57 pm
Newsgroups: comp.lang.idl-pvwave
From: Brian McNoldy <brian.mcno...@gmail.com>
Date: Fri, 1 Jul 2011 11:57:36 -0700 (PDT)
Local: Fri, Jul 1 2011 2:57 pm
Subject: Re: map_continents and /fill... revisted
On Jun 30, 2:48 am, Fabzou <fabien.mauss...@tu-berlin.de> wrote:

> On 06/29/2011 09:46 PM, Brian McNoldy wrote:

> > Other improvements on this topic would be updating political
> > boundaries, including state-drawing options for at least Mexico and
> > Canada, and allowing something like a map_ocean,/fill,color=blue.

> I never used IDL mapping tools, but one can find also any kind of shapes
> in various resolutions for almost anything for free in the Internet.
> Often, political boundaries are necessary to create a readable map.

> The obvious disadvantage is that you have to make the projection
> transformations by yourself, and this can take some time.

Thanks for the replies... I do not have 8.1, still on 8.0.  Does
anyone know offhand if the issue related to filling the larger islands
is fixed by this new map database?  I'm very happy to hear though that
SOMETHING was addressed when it comes to the maps; there are certainly
times that long rendering times are worth having an accurate end
result.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
TonyL  
View profile  
 More options Jul 4 2011, 1:12 am
Newsgroups: comp.lang.idl-pvwave
From: TonyL <anthony.legg...@bigpond.com>
Date: Sun, 3 Jul 2011 22:12:20 -0700 (PDT)
Local: Mon, Jul 4 2011 1:12 am
Subject: Re: map_continents and /fill... revisted
On Jul 2, 4:57 am, Brian McNoldy <brian.mcno...@gmail.com> wrote:

I use IDL 8.1 in win7 (64bit) and found the GSHHS maps activated
using /hires in the map_continents command gives a reasonable map.
However I have tended to use the alternative gshhs_plot commands that
allow you to specify size of elements to be plotted, which level you
want etc.. (level 1 is continent, level 2 is water mass inside land,
level 3 is island inside water mass etc). Only time will tell if I
change.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »