Wikimaps-D3js Atlas -- A command line utility to convert massive GIS sources into elegant administrative and topographic raster, topojson files and web friendly svg maps.
Wikimaps-D3js Atlas takes the power of GIS to the hands of web developpers, graphists, journalists and online readers. A single command let you process super heavy GIS sources such open source administrative NaturalEarth shapefiles and topographic ETOPO/SRTM tifs into light geojson, TopoJSON and SVG files optimized for screens display. XML shapes and groups of shapes keep the most relevant data-attributes (name, iso_2, hasc code, population and others) allowing rich data binding while the graphic aspect keeps up to modern expectations. We believe our topojson and svg files to be the finest available online due to the smart selection and presence of these data attributes easing data binding.
# Generate map for India
make -f master.makefile NAME=India ISO2=IN WEST=67.0 NORTH=37.5 EAST=99.0 SOUTH=05.0 WIDTH=1280
# Generate maps for all countries. /!\ : May take half a day.
bash ./script/world_atlas_generator.bash ./script/world_atlas_commands.txt
Topographic-Administrative | Administrative |
---|---|
Topographic | Administrative localisator |
Constitutives components (raster, topojson) and derivated variations (jpg, png, svg) are gathered into /output/{Country_name}/
, as for India it represent about 70 files.
To custom the styles, edit ./js/wikiatlas.js
's "CSS MODULE", and ./01_topography/
relative color ramps.
CPU :
- GIS processing is CPU needy
Disk space :
- core data : 3GB
- precise dataplus: +20GB
Environment :
nodejs
v6.8.2 (LTS Boron) &npm
System dependencies :
gdal
,topojson
,jsdom
,d3js
,python
,make
.
On Linux Ubuntu, run the following:
git clone https://github.com/WikimapsAtlas/WikimapsAtlas-generator.git #get code
cd ./WikimapsAtlas-generator
npm install # install node dependencies and system dependencies. May need sudo.
npm run data # download ETOPO1, NaturalEarth data (default). See ./package.json & data.makefile
# npm run dataplus # download SRTM250, SRTM90, GADM2 data (precise). See ./package.json & data.makefile
On OS X use Homebrew's brew install <program>
. (Are you on Mac ? Help us to write this section.).
Per default, output files have the following characteristics:
- WGS 84 lat/long reference system
- .shp and .tif are either Non-projected or Mercator projected, with cartesian coordinates
- .topo.json are non-projected,
- .svg have Mercator projection done via d3js (see
./js/wikiatlas.js
) - Simplified and scaled to best fit the width (default: 1280px)
Custom projection is possible but not yet implemented. See issue 1.
Wikimaps Atlas is usually run via the master.makefile
, which pass variables to sub-module makefiles generating suit of cropped shp, rasters images, topojson and svgs. Modules can be ran independently as well.
Master: When run, the master.makefile
runs other layer-specialized sub-makefiles. These sub-makefiles process GIS sources, output topoJSON file(s) which nodejs
, jsdom
, and D3js
convert into stand alone SVGs stored in the ./output
folder.
Topography & reliefs: When run, the topography.makefile
download the raster GIS DEM sources, process them (unzip, crop, slice, polygonize, merge), to output an elegant topographic stack of polygons, topojson and WP styled SVG files.
Hillshade relief: When run, the hillshade.makefile
process SRTM sources via crop, hillshading relief, resize, color relief, to output elegant shaded relief png/jpg (current) and topojson/svg.
Administrative: When run, the administrative.makefile
processes the administrative L0 (countries), L1 (subunits), disputed areas and cities (places) GIS sources via unzip, crop, filter, to output elegant topojson files.
Water: When run, the water.makefile
processes the rivers and lakes GIS sources via unzip and crop, to output elegant topojson files.
D3 (svg generator): When run, the d3.makefile
queries the previously generated jpg, png, and topojson in order to create D3js svg visualisations, then printed into stand alone .svg
files.
# master
make -f master.makefile NAME=India ISO2=IN WEST=67.0 NORTH=37.5 EAST=99.0 SOUTH=05.0 WIDTH=1280
# 1. topography raster & vector
make -f master.makefile topography NAME=India ISO2=IN WEST=67.0 NORTH=37.5 EAST=99.0 SOUTH=05.0 SLICES=8
# 2. hillshade module
make -f master.makefile hillshade NAME=India ISO2=IN WEST=67.0 NORTH=37.5 EAST=99.0 SOUTH=05.0 SLICES=8
# 3. administrative module
make -f master.makefile administrative NAME=India ISO2=IN WEST=67.0 NORTH=37.5 EAST=99.0 SOUTH=05.0
# 4. water module
make -f master.makefile water NAME=India ISO2=IN WEST=67.0 NORTH=37.5 EAST=99.0 SOUTH=05.0
# 5. d3 module (depend on 1,2,3,4)
make -f master.makefile d3 NAME=India ISO2=IN WEST=67.0 NORTH=37.5 EAST=99.0 SOUTH=05.0
This API is inspired by ogr2ogr
, topojson
, gdal
, and convert
(imageMagick) APIs. Elements are ordered by order of apparition, from master, to administrative, to shaded relief, to topography.
Commonly used:
- NAME: name of the target/central geographic feature, according to Natural Earth spelling.
- ISO2: iso_2 of the target/central geographic feature. While L1 provinces of the target area are in
administrative.topo.json
files, this parameter is used to filter the ones to visualize via d3js. - WEST: Westernmost longitude value of the bounding box.
- range:
[180.0,-180.0]
.
- range:
- NORTH: Northernmost latitude value of the bounding box.
- range:
[80.0,-80.0]
(GIS data often missing for poles)
- range:
- EAST: Easternmost longitude value of the bounding box.
- range:
[180.0,-180.0]
.
- range:
- SOUTH: Southernmost latitude value of the bounding box.
- range:
[80.0⁰,-80.0]
(GIS data often missing for poles)
- range:
- WIDTH: width of the final SVG and associated bitmaps (tif, png). The EIGHT is calculated from
WNES
values and theWIDTH
.- default:
1980
(px), - range:
>0
.
- default:
- SLICES: number of elevation levels above sea level.
- default:
8
, - range : >
2
(!).
- default:
- PLACES: number of non-capital places to keep. Countries capitals are always kept.
- default:
15
, - range :
[0-100]
.
- default:
Advanced use:
- PROJECTION: code of the projection used (list of projections). Only affects rasters
.shp
&.tif
outputs.- default:
epsg:4326
(equirectangular). - major alternatives:
epsg:3857
(mercator, requiresS=370400
)
- default:
- SELECTOR_PLACES: selects and keeps placess (towns and cities) via SQL query.
- default, 15 most populous places:
ADM0NAME = '$(NAME)' AND ORDER BY POP_MAX DESC LIMIT 15
together with all countries capitals. - alternative, places with population above 2M :
ADM0NAME = '$(NAME)' AND POP_MAX > 2000000
- default, 15 most populous places:
- QUANTIZATION: maximum number of differentiable points along either x or y dimensions
- default:
1e4
(10,000), - range:
[1e2,1e5]
.
- default:
- Z (aka zFactor): vertical exaggeration used to pre-multiply the elevations
- default:
5
, - range:
>0
.
- default:
- S (aka scale): vertical exaggeration used to pre-multiply the elevations
- default:
111120
(if surface in decimal degrees and vertical in meters useS=111120
, if vertical in feets useS=370400
)
- default:
- AZ: azimuth of the light, in degrees. 0 if it comes from the top of the raster, 90 from the east, ... The default value, 315, should rarely be changed as it is the value generally used to generate shaded maps.
- default:
315
, - range:
[0-359]
.
- default:
- ALT: altitude of the light, in degrees. 90 if the light comes from above the DEM, 0 if it is raking light.
- default:
60
, - range:
[0-90]
.
- default:
Under consideration:
- OPACITY: opacity for hillshade layer, used in svg files
- default:
1
, - range:
[0-1]
- default:
- BLUR: opacity for hillshade layer, used in svg files
- default:
0
, - range:
[0-10]
- default:
- Source: define the prefered raster DEM source
- default:
etopo
, - range:
etopo
,srtm250
,srtm90
- default:
Note:
- if the input GIS raster is in feet, then
s
scale should be edited. Seeman gdal
. - you must have data in the right folder, with correct name, and with correct attributes, as called by the makefiles.
Generated files are moved into ./output/<NAME>/
.
Files below are generated as intermediate steps before the svg maps creation.
- 2 x topographic reliefs files:
- 1 x
elevations.topo.json
: n slices in vector format to represent signicative elevations of exponential altitude (ex: 0,50,200,500,2000, 5000m). - 1 x
color.jpg
: raster relief with two relative coloramps for landmass and sea. (default: Mercator)
- 1 x
- 2 x hillshades files:
- 1 x
trans.png
: a transparent hillshade, see How to create transparent hillshade?. (default: Mercator) - 1 x
hillshades.topo.json
: vector version of the previous.
- 1 x
- 5 x administrative files:
- 1 x
administrative.topo.json
made by combining the following : - 1 x
admin_0.topo.json
: countries - 1 x
admin_1.topo.json
: subdivisions of the target country - 1 x
disputed.topo.json
: disputed area within the range of the query - 1 x
places.topo.json
: cities with population above a given number
- 1 x
- 1 x
waters.topo.json
: major rivers of the area.
Whenever available, these elements are transmitted into the final topojson files :
name
: feature's English name (for all: countries, provinces, disputed, cities, rivers)L0
: feature's country iso2 codes (for countries, provinces, disputed, cities),L0_3
: feature's iso3 codes (for countries, provinces, disputed, cities),L1
: feature's province hasc code (for provinces, disputed), *L0_name
: feature's country name (for provinces, disputed, cities),L1_name
: feature's province name (for cities),note
: "claimed by, controlled by" (for disputed areas)status
: feature's status (for cities),pop
: population (for cities),scalerank
: river scalerank.
Files below are complete web friendly maps.
- Administrative :
- 1 x
{NAME}_location_map,_admin_relief_(2015)-en.svg
-- raster relief and hillshade, vector admin_0, admin_1, cities, labels, rivers. - n x
{NAME},_{Province_name}_locator_map,_admin_relief_(2015)-en.svg
-- idem previous, with provinces enlighten. - n x
{NAME},_{Province_name}_locator_map,_admin_blue_(2015)-en.svg
-- idem previous, no reliefs nor hillshades, 100% vector. - 1 x
{NAME}_location_map,_admin_blue_(2015).svg
-- no labels.
- 1 x
- Topographic :
- 1 x
{NAME}_location_map,_admin-topographic_relief_(2015)-en.svg
- n x
{NAME},_{Province_name}_locator_map,_admin-topographic_relief_(2015)-en.svg
- 1 x
{NAME}_location_map,_admin-topographic_relief_(2015).svg
- 1 x
{NAME}_location_map,_topographic_blue_(2015).svg
- 1 x
We here mirror best practices refined by Wikipedia's cartographers over the past 10 years.
- OGR2ORG documentation
- ImageMagick/Command-Line Options —— on raster image processing
- Mike Bostock's tutorial Let's MAKE a Map
- TopoJSON > API, Command Line Reference , How to bind data to your topojson?
- D3 > API
- D3.geo > API
- Topojson > The Distillery —— pre-visualize geojson or topojsons.
- JSONeditoronline.org —— explore json and topojson data structure.
- D3js Search > Bl.ocksplorer.org —— search d3js gists by d3js methods.
- OSM Mapzen API —— serving OSM data as geojson.
- Wikipedia:MAP/Guidelines
Report issues or ideas on github.
- Authors: Hugo Lopez —— project design, prototyping, refining. Technologies: git, gdal, ogr2ogr, imagemagick, topojson, nodejs / npm, jsdom, d3js.
- Help: Arun Ganesh —— project scaling up, automation. Technologies: gdal, ogr2ogr, topojson, d3js, QuantumGIS, PostgreSQL.
- Help: Edouard Lopez —— software engineering suppervision. Technologies: make, bash, git, js.
Supports:
- Individuals: cartographers from the French, German, and English Wikipedias, Yuvipanda, Siko Bouterse.
- Organisations : Wikimedia Fundation's Individual Engagement Grant, Wikimedia-CH, Wikimedia-FR.
MIT License or CC-by-sa-3.0 — LOPEZ Hugo (Yug), for the Wikimedia Foundation.