You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
script: if projection X, then ogrproject=, d3projection=
Projection currently rely on few keyp points within the makefiles and ./js/wikiatlas.js. We recommand to reproject early on, before or at the top of the crop task:
# using ogr2ogr
ogr2ogr -f 'ESRI Shapefile' -t_srs 'EPSG:...' output.shp input.shp
# then crop vector files via ogr2ogr -clipsrc, raster files via gdal_translate -projwin.
Within the ./js/wikiatlas.js, D3js codes should be projection-agnostic, something such:
hugolpz
changed the title
Add a parameter and flexibility for various projections.
Add: parameter and flexibility for various projections.
May 18, 2015
script: if projection X, then ogrproject=
, d3projection=
Projection currently rely on few keyp points within the makefiles and
./js/wikiatlas.js
. We recommand to reproject early on, before or at the top of the crop task:Within the
./js/wikiatlas.js
, D3js codes should be projection-agnostic, something such:For more, see Reproject shp/topojson : ways to reproject my data and comparative manual?
Get customable projection would be a great gain.
The text was updated successfully, but these errors were encountered: