Tell me more ×
Geographic Information Systems Stack Exchange is a question and answer site for cartographers, geographers and GIS professionals. It's 100% free, no registration required.

list! Could you please help me. I need the coastline shape file of North America, something like this http://www.diva-gis.org/gdata

I used it for geoserver+postgis with osm sld-tyles like the background

share|improve this question
I'm glad you asked this, as I have been needing to research this for a project and you got me motivated! – Chad Cooper Aug 9 '11 at 15:56
At that point, you should pick one of the answers – Etiennebr Jun 14 '12 at 22:27

3 Answers

The reference coastline data that OSM uses (at different scales) might be useful:

http://tile.openstreetmap.org/world_boundaries-spherical.tgz # (50M) http://tile.openstreetmap.org/processed_p.tar.bz2 # (227MB) http://tile.openstreetmap.org/shoreline_300.tar.bz2 # (46MB)

The processed_p shapefile is the highest-detail coastline data for the entire world, but it's not divided by country. You might be able to take that data and extract just the data for North America.

share|improve this answer
I look for something like that, highly detailed for North America – Andrey Maraev Aug 11 '11 at 9:07

For the US - What about the NOAA Shoreline site? Specifically the Coastal Geospatial Data Project.

EDIT: NOAA National Geophysical Data Center GSHHS Dataset does cover the whole world. And here are some other sources at marinegis.com

share|improve this answer
I was just looking (and it wasn't clear to me as I'm unfamiliar with the data); does this include Canada also? – djq Aug 9 '11 at 15:28
1  
@celenius - see edits, and thanks for pointing that out. – Chad Cooper Aug 9 '11 at 15:39

Cloudmade have the US coastline in Open Street Map in shapefile format - coastline included.

There is no quick way to extract Coastline from Open Street Map currently so you will have to download the entire data-set and extract what you want.

http://downloads.cloudmade.com/americas/northern_america/united_states#downloads_breadcrumbs

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.