Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Dom To Image | 9,566 | 278 | 364 | 2 months ago | 7 | October 04, 2017 | 315 | other | JavaScript | |
Generates an image from a DOM node using HTML5 canvas | ||||||||||
Gdal | 4,041 | 60 | 5 hours ago | 36 | August 04, 2023 | 442 | other | C++ | ||
GDAL is an open source MIT licensed translator library for raster and vector geospatial data formats. | ||||||||||
Free Gophers Pack | 2,591 | 10 months ago | 1 | cc0-1.0 | Go | |||||
✨ This pack of 100+ gopher pictures and elements will help you to build own design of almost anything related to Go Programming Language: presentations, posts in blogs or social media, courses, videos and many, many more. | ||||||||||
Earthenterprise | 2,559 | 9 months ago | 252 | apache-2.0 | C++ | |||||
Google Earth Enterprise - Open Source | ||||||||||
Tileserver Gl | 1,880 | 5 | 2 | 2 days ago | 54 | August 12, 2023 | 214 | other | JavaScript | |
Vector and raster maps with GL styles. Server side rendering by MapLibre GL Native. Map tile server for MapLibre GL JS, Android, iOS, Leaflet, OpenLayers, GIS via WMTS, etc. | ||||||||||
Vtracer | 1,554 | 6 days ago | 6 | July 23, 2021 | 18 | mit | Rust | |||
Raster to Vector Graphics Converter | ||||||||||
Natural Earth Vector | 1,545 | 4 months ago | 302 | other | HTML | |||||
A global, public domain map dataset available at three scales and featuring tightly integrated vector and raster data. | ||||||||||
Geotrellis | 1,288 | 16 | 6 days ago | 15 | February 27, 2023 | 249 | other | Scala | ||
GeoTrellis is a geographic data processing engine for high performance applications. | ||||||||||
Jdenticon | 1,173 | 179 | 61 | 3 months ago | 20 | August 07, 2022 | mit | JavaScript | ||
Javascript library for generating identicons. Running in the browser and on Node.js. | ||||||||||
Gdal Cheat Sheet | 936 | 4 years ago | 4 | |||||||
Cheat sheet for GDAL/OGR command-line tools |
Get the full scoop at NaturalEarthData.com
No, really! This readme is a poor substitute for the live site.
Natural Earth is a public domain map dataset available at 1:10m, 1:50m, and 1:110 million scales. Featuring tightly integrated vector (here) and raster data (over there), with Natural Earth you can make a variety of visually pleasing, well-crafted maps with cartography or GIS software.
Natural Earth was built through a collaboration of many volunteers and is supported by NACIS (North American Cartographic Information Society), and is free for use in any type of project (see our Terms of Use page for more information).
Natural Earth solves a problem: finding suitable data for making small-scale maps. In a time when the web is awash in geospatial data, cartographers are forced to waste time sifting through confusing tangles of poorly attributed data to make clean, legible maps. Because your time is valuable, Natural Earth data comes ready-to-use.
The carefully generalized linework maintains consistent, recognizable geographic shapes at 1:10m, 1:50m, and 1:110m scales. Natural Earth was built from the ground up so you will find that all data layers align precisely with one another. For example, where rivers and country borders are one and the same, the lines are coincident.
Natural Earth, however, is more than just a collection of pretty lines. The data attributes are equally important for mapmaking. Most data contain embedded feature names, which are ranked by relative importance. Other attributes facilitate faster map production, such as width attributes assigned to river segments for creating tapers.
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.
Major version increments:
FeatureCla
field attribute values
Minor version increments:
FeatureCla
field attribute values
Patch version increments:
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.
FeatureCla
used in symbolizing data, or significant new additions or significant changes to existing themes.Natural Earth is maintained by Nathaneiel V. KELSO (@nvkelso) and Tom Patterson.
The project transitioned to Github in 2012. Versioned files are here to collaborate around. The frontend still lives at NaturalEarthData.com.