Re: Better (updated) political boundaries on maps? [message #86317] |
Fri, 25 October 2013 12:18  |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
AMS writes:
>
> I know there are improvements over the standard IDL shoreline database (e.g. GSHHS as written about by David here: http://www.idlcoyote.com/map_tips/gshhs.html ), but is there a similar better possibility for political boundaries?
>
> I ask as the database within IDL is quite outdated and if you want to make a region map showing e.g. eastern Africa, several countries (South Sudan, Eritrea) don't seem to exist on it. There are also some incomplete borders (e.g. between Saudi Arabia and Oman/Yemen). Maybe there are other issues elsewhere in the world. A quick look shows Montenegro is also missing.
>
> For publication/presentation graphics for use in material produced by government-affiliated researchers and institutions, using outdated political boundaries is not ideal.
>
> For an example, try running the following commands and comparing to a recent atlas or Google Earth:
>
> map_set,limit=[-10,15,35,55]
> map_continents,/hires
> map_continents,/countries
>
> I know some countries (e.g. South Sudan) have been fairly recently recognised, and some such as Kosovo (also missing) are not entirely internationally recognised, but others such as Eritrea and Montenegro became independent in 1991 and 2006 respectively. Interestingly the Czech Republic and Slovakia are shown as separate countries although this happened in 1993, more recent than Eritrea... And I understand ExelisVis might not want to make political statements about
which borders it considers, but surely some update is overdue here.
>
> I contacted ExelisVis support about this last week but didn't hear back yet.
>
> This appears to be an issue in both IDL 7.x and 8.x.
>
> If there's no workaround, can this be considered a bug report? ;)
Here is a reference from about 2008. I haven't used it, but it is worth
a look, probably:
http://thematicmapping.org/downloads/world_borders.php
Cheers,
David
--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.idlcoyote.com/
Sepore ma de ni thue. ("Perhaps thou speakest truth.")
|
|
|
Re: Better (updated) political boundaries on maps? [message #86319 is a reply to message #86317] |
Fri, 25 October 2013 13:46   |
Andy Sayer
Messages: 127 Registered: February 2009
|
Senior Member |
|
|
Thanks, David. I'll look into this next week. But this is really something which I think ExelisVis need to fix "out of the box" in IDL, too. It's embarrassing to have borders 20 or more years out of date. I notice the shapefile from your link is Creative Commons to perhaps ExelisVis could even implement that directly.
Andy
On Friday, October 25, 2013 3:18:46 PM UTC-4, David Fanning wrote:
> AMS writes:
>
>
>
>>
>
>> I know there are improvements over the standard IDL shoreline database (e.g. GSHHS as written about by David here: http://www.idlcoyote.com/map_tips/gshhs.html ), but is there a similar better possibility for political boundaries?
>
>>
>
>> I ask as the database within IDL is quite outdated and if you want to make a region map showing e.g. eastern Africa, several countries (South Sudan, Eritrea) don't seem to exist on it. There are also some incomplete borders (e.g. between Saudi Arabia and Oman/Yemen). Maybe there are other issues elsewhere in the world. A quick look shows Montenegro is also missing.
>
>>
>
>> For publication/presentation graphics for use in material produced by government-affiliated researchers and institutions, using outdated political boundaries is not ideal.
>
>>
>
>> For an example, try running the following commands and comparing to a recent atlas or Google Earth:
>
>>
>
>> map_set,limit=[-10,15,35,55]
>
>> map_continents,/hires
>
>> map_continents,/countries
>
>>
>
>> I know some countries (e.g. South Sudan) have been fairly recently recognised, and some such as Kosovo (also missing) are not entirely internationally recognised, but others such as Eritrea and Montenegro became independent in 1991 and 2006 respectively. Interestingly the Czech Republic and Slovakia are shown as separate countries although this happened in 1993, more recent than Eritrea... And I understand ExelisVis might not want to make political statements about
>
> which borders it considers, but surely some update is overdue here.
>
>>
>
>> I contacted ExelisVis support about this last week but didn't hear back yet.
>
>>
>
>> This appears to be an issue in both IDL 7.x and 8.x.
>
>>
>
>> If there's no workaround, can this be considered a bug report? ;)
>
>
>
> Here is a reference from about 2008. I haven't used it, but it is worth
>
> a look, probably:
>
>
>
> http://thematicmapping.org/downloads/world_borders.php
>
>
>
> Cheers,
>
>
>
> David
>
>
>
>
>
> --
>
> David Fanning, Ph.D.
>
> Fanning Software Consulting, Inc.
>
> Coyote's Guide to IDL Programming: http://www.idlcoyote.com/
>
> Sepore ma de ni thue. ("Perhaps thou speakest truth.")
|
|
|
Re: Better (updated) political boundaries on maps? [message #86344 is a reply to message #86319] |
Tue, 29 October 2013 08:15   |
Andy Sayer
Messages: 127 Registered: February 2009
|
Senior Member |
|
|
As an update on this, the thematicmapping link is ok but the shapefile includes continental boundaries as well as political ones. So it may not suit everyone's purposes.
I did find, however, that GSHHS v2.2.2 now has shapefiles for political boundaries from the World Data Bank (in addition to shorelines): http://www.ngdc.noaa.gov/mgg/shorelines/ It doesn't have South Sudan but appears to have a bunch more updated boundaries than the default IDL database, plus has state-level boundaries for a whole bunch of countries.
Andy
On Friday, October 25, 2013 4:46:07 PM UTC-4, AMS wrote:
> Thanks, David. I'll look into this next week. But this is really something which I think ExelisVis need to fix "out of the box" in IDL, too. It's embarrassing to have borders 20 or more years out of date. I notice the shapefile from your link is Creative Commons to perhaps ExelisVis could even implement that directly.
>
>
>
> Andy
>
>
>
> On Friday, October 25, 2013 3:18:46 PM UTC-4, David Fanning wrote:
>
>> AMS writes:
>
>>
>
>>
>
>>
>
>>>
>
>>
>
>>> I know there are improvements over the standard IDL shoreline database (e.g. GSHHS as written about by David here: http://www.idlcoyote.com/map_tips/gshhs.html ), but is there a similar better possibility for political boundaries?
>
>>
>
>>>
>
>>
>
>>> I ask as the database within IDL is quite outdated and if you want to make a region map showing e.g. eastern Africa, several countries (South Sudan, Eritrea) don't seem to exist on it. There are also some incomplete borders (e.g. between Saudi Arabia and Oman/Yemen). Maybe there are other issues elsewhere in the world. A quick look shows Montenegro is also missing.
>
>>
>
>>>
>
>>
>
>>> For publication/presentation graphics for use in material produced by government-affiliated researchers and institutions, using outdated political boundaries is not ideal.
>
>>
>
>>>
>
>>
>
>>> For an example, try running the following commands and comparing to a recent atlas or Google Earth:
>
>>
>
>>>
>
>>
>
>>> map_set,limit=[-10,15,35,55]
>
>>
>
>>> map_continents,/hires
>
>>
>
>>> map_continents,/countries
>
>>
>
>>>
>
>>
>
>>> I know some countries (e.g. South Sudan) have been fairly recently recognised, and some such as Kosovo (also missing) are not entirely internationally recognised, but others such as Eritrea and Montenegro became independent in 1991 and 2006 respectively. Interestingly the Czech Republic and Slovakia are shown as separate countries although this happened in 1993, more recent than Eritrea... And I understand ExelisVis might not want to make political statements about
>
>>
>
>> which borders it considers, but surely some update is overdue here.
>
>>
>
>>>
>
>>
>
>>> I contacted ExelisVis support about this last week but didn't hear back yet.
>
>>
>
>>>
>
>>
>
>>> This appears to be an issue in both IDL 7.x and 8.x.
>
>>
>
>>>
>
>>
>
>>> If there's no workaround, can this be considered a bug report? ;)
>
>>
>
>>
>
>>
>
>> Here is a reference from about 2008. I haven't used it, but it is worth
>
>>
>
>> a look, probably:
>
>>
>
>>
>
>>
>
>> http://thematicmapping.org/downloads/world_borders.php
>
>>
>
>>
>
>>
>
>> Cheers,
>
>>
>
>>
>
>>
>
>> David
>
>>
>
>>
>
>>
>
>>
>
>>
>
>> --
>
>>
>
>> David Fanning, Ph.D.
>
>>
>
>> Fanning Software Consulting, Inc.
>
>>
>
>> Coyote's Guide to IDL Programming: http://www.idlcoyote.com/
>
>>
>
>> Sepore ma de ni thue. ("Perhaps thou speakest truth.")
|
|
|
Re: Better (updated) political boundaries on maps? [message #86345 is a reply to message #86344] |
Tue, 29 October 2013 08:17  |
Andy Sayer
Messages: 127 Registered: February 2009
|
Senior Member |
|
|
To clarify: I am aware that the original IDL database for borders was also WDB but it appears that the one in GSHHG v2.2 is updated.
On Tuesday, October 29, 2013 11:15:31 AM UTC-4, AMS wrote:
> As an update on this, the thematicmapping link is ok but the shapefile includes continental boundaries as well as political ones. So it may not suit everyone's purposes.
>
>
>
> I did find, however, that GSHHS v2.2.2 now has shapefiles for political boundaries from the World Data Bank (in addition to shorelines): http://www.ngdc.noaa.gov/mgg/shorelines/ It doesn't have South Sudan but appears to have a bunch more updated boundaries than the default IDL database, plus has state-level boundaries for a whole bunch of countries.
>
>
>
> Andy
>
>
>
> On Friday, October 25, 2013 4:46:07 PM UTC-4, AMS wrote:
>
>> Thanks, David. I'll look into this next week. But this is really something which I think ExelisVis need to fix "out of the box" in IDL, too. It's embarrassing to have borders 20 or more years out of date. I notice the shapefile from your link is Creative Commons to perhaps ExelisVis could even implement that directly.
>
>>
>
>>
>
>>
>
>> Andy
>
>>
>
>>
>
>>
>
>> On Friday, October 25, 2013 3:18:46 PM UTC-4, David Fanning wrote:
>
>>
>
>>> AMS writes:
>
>>
>
>>>
>
>>
>
>>>
>
>>
>
>>>
>
>>
>
>>>>
>
>>
>
>>>
>
>>
>
>>>> I know there are improvements over the standard IDL shoreline database (e.g. GSHHS as written about by David here: http://www.idlcoyote.com/map_tips/gshhs.html ), but is there a similar better possibility for political boundaries?
>
>>
>
>>>
>
>>
>
>>>>
>
>>
>
>>>
>
>>
>
>>>> I ask as the database within IDL is quite outdated and if you want to make a region map showing e.g. eastern Africa, several countries (South Sudan, Eritrea) don't seem to exist on it. There are also some incomplete borders (e.g. between Saudi Arabia and Oman/Yemen). Maybe there are other issues elsewhere in the world. A quick look shows Montenegro is also missing.
>
>>
>
>>>
>
>>
>
>>>>
>
>>
>
>>>
>
>>
>
>>>> For publication/presentation graphics for use in material produced by government-affiliated researchers and institutions, using outdated political boundaries is not ideal.
>
>>
>
>>>
>
>>
>
>>>>
>
>>
>
>>>
>
>>
>
>>>> For an example, try running the following commands and comparing to a recent atlas or Google Earth:
>
>>
>
>>>
>
>>
>
>>>>
>
>>
>
>>>
>
>>
>
>>>> map_set,limit=[-10,15,35,55]
>
>>
>
>>>
>
>>
>
>>>> map_continents,/hires
>
>>
>
>>>
>
>>
>
>>>> map_continents,/countries
>
>>
>
>>>
>
>>
>
>>>>
>
>>
>
>>>
>
>>
>
>>>> I know some countries (e.g. South Sudan) have been fairly recently recognised, and some such as Kosovo (also missing) are not entirely internationally recognised, but others such as Eritrea and Montenegro became independent in 1991 and 2006 respectively. Interestingly the Czech Republic and Slovakia are shown as separate countries although this happened in 1993, more recent than Eritrea... And I understand ExelisVis might not want to make political statements about
>
>>
>
>>>
>
>>
>
>>> which borders it considers, but surely some update is overdue here.
>
>>
>
>>>
>
>>
>
>>>>
>
>>
>
>>>
>
>>
>
>>>> I contacted ExelisVis support about this last week but didn't hear back yet.
>
>>
>
>>>
>
>>
>
>>>>
>
>>
>
>>>
>
>>
>
>>>> This appears to be an issue in both IDL 7.x and 8.x.
>
>>
>
>>>
>
>>
>
>>>>
>
>>
>
>>>
>
>>
>
>>>> If there's no workaround, can this be considered a bug report? ;)
>
>>
>
>>>
>
>>
>
>>>
>
>>
>
>>>
>
>>
>
>>> Here is a reference from about 2008. I haven't used it, but it is worth
>
>>
>
>>>
>
>>
>
>>> a look, probably:
>
>>
>
>>>
>
>>
>
>>>
>
>>
>
>>>
>
>>
>
>>> http://thematicmapping.org/downloads/world_borders.php
>
>>
>
>>>
>
>>
>
>>>
>
>>
>
>>>
>
>>
>
>>> Cheers,
>
>>
>
>>>
>
>>
>
>>>
>
>>
>
>>>
>
>>
>
>>> David
>
>>
>
>>>
>
>>
>
>>>
>
>>
>
>>>
>
>>
>
>>>
>
>>
>
>>>
>
>>
>
>>> --
>
>>
>
>>>
>
>>
>
>>> David Fanning, Ph.D.
>
>>
>
>>>
>
>>
>
>>> Fanning Software Consulting, Inc.
>
>>
>
>>>
>
>>
>
>>> Coyote's Guide to IDL Programming: http://www.idlcoyote.com/
>
>>
>
>>>
>
>>
>
>>> Sepore ma de ni thue. ("Perhaps thou speakest truth.")
|
|
|