The 2.0.0 release focuses on 6 major areas and is available to download today as preview release candidate 2.
- Economic geography: added global roads, railroads, ports, and airports to show how people are interconnected and routes goods move.
- Remastered geometries:Â fixed topological errors at 1:10 to 1:1,000 scales in the basic coastline, ocean, land, admin-0, and admin-1 related themes. By removing self-intersections, sliver polygons, and adjusting offset polygons, Natural Earth will import into more GIS software (like PostGIS) and be easier to maintain. The coastline was also adjusted to better conform to ~1:3,000,000 satellite imagery. Because of all these changes, some raster themes were also updated.
- New file name and field name schemas. Full adoption of ne_10m_theme_name.shp file names with `ne_` prefix to allow better import into GeoDB and PostGIS storage, lowercase field (column) names instead of MiXeD and UPPER cased names, and use of consistent `name` field (versus name1).
- Address user submitted bug reports, ~20Â since the 1.4 release.
- Moved to Github for the backend versioned file management and coordination.
- Adopt semantic versioning. Know, by theme, if new changes in Natural Earth affect your project. See below for more information.
Downloads:
- Listing of all 2.0.0 rc2 vector files »
- Quicklink to ZIP of all 2.0.0 rc2 vector files (300 mb) »
- Listing of the modified 2.0.0 rc2 raster files »
Please submit bugs or other oddness found release candidate 2 to myself nathaniel@kelsocartography.com by September 10th. The plan is to cut a final 2.o.0 release by the end of September. A full change log will accompany the final release.
Sample images:
Global roads:
New scale ranking on North American roads. Better matches with global roads, and OpenStreetMap:
Administrative units 0 and 1 have been completely remastered:
Urban areas are now scaleranked, and false urban areas removed (mostly Nevada desert errors):
Semantic Versioning
The 2.0 release in 2012 marked the project’s shift from so-called marketing versions to semantic versioning.
Natural Earth is a big project with hundreds of files that depend on each other and the total weighs in at several gigabytes. SemVer is a simple set of rules and requirements around version numbers. For our project, the data layout is the API.
- Version format of X.Y.ZÂ (Major.Minor.Patch).
- Backwards incompatible changes, increment the major version X.
- Backwards compatible additions/changes, increment the minor version Y
- Bug fixes not affecting the file and field names, patch version Z will be incremented.
Major version increments:
- Changing existing data file names
- Changing existing data column (field) names
- RemovingÂ
FeatureCla
 field attribute values - Additions, deletions to admin-0
- Introduce significant new themes
Minor version increments:
- Any shape or attribute change in admin-0
- Additions, deletions, and any shape or attribute changes in admin-1
- Additions, deletions to any theme
- Major shape or attribute changes in any theme
- Adding, changingÂ
FeatureCla
 field attribute values - Introduce minor new themes
Patch version increments:
- Minor shape or attribute changes in any theme
- Bug fixes to shape, attributes in any theme
Under this scheme, version numbers and the way they change convey meaning about the underlying code and what has been modified from one version to the next.
When we introduce a new version of Natural Earth, you can tell by the version number how much effort you will need to extend to integrate the data with your map implementation.
- Bug fixes Z: can simply use the new data files, replacing your old files.
- Minor version Y: limited integration challenges.
- Major version X: significatnt integration challenges, either around changed file strucutre, field layout, field values like
FeatureCla
 used in symbolizing data, or significant new additions or significant changes to existing themes.