Open knutole opened 8 years ago
Image optimizing: http://mapnik.org/node-mapnik/documentation/3.5/#blend (see https://github.com/mapbox/node-blend for better docs)
cube
datatype implemented in [pile]
API. Current endpoints are:
/v2/cubes/create
/v2/cubes/get
/v2/cubes/add
/v2/cubes/remove
/v2/cubes/update
/v2/cubes/* (for tile requests)
This implementation is raster tiles from raster data (no vectorization or vector tiles).
Added tests. To run, do docker exec -it dev_pile_1 mocha test/datacube.test.js
.
Updated nginx
config to tunnel /v2/cubes
routes to pile
.
Files: cubes.js server.js datacube.test.js
Commits: https://github.com/systemapic/pile/commit/ac030b69bb945db59a723e0458c15815634acd97 https://github.com/systemapic/pile/commit/37a7dd9dacfaf100225b0f3fd41e83cd4a08034d https://github.com/systemapic/pile/commit/6c769ee471418e2e4a3dae6150c69e4e2972ec97 https://github.com/systemapic/docker-systemapic/commit/f56262e9b9cb6f644761741e36b9f22f1a7aee7a https://github.com/systemapic/configs/commit/4047c2c3102017b08ebecda75b7392423b4e384e https://github.com/systemapic/configs/commit/7da040f3637c43b110ba9a3cf6c6b9d90b42403b
Scripts, tools
Raster handling
wu.dataset
,wu.layer
,pile.layer
(raster layers)wu.dataset
,wu.layer
,pile.layer
(vector layers)Datacubes - x, y and z for time
wu.datacube
model, to keep track of datasets. Or just layer doing that job.Export
Queries
Client-side
access_token