Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
30daymapchallenge2019 | 175 | 2 days ago | HTML | |||||||
My contributions to the #30DayMapChallenge 2019, a daily challenge focusing on spatial visualizations happening throughout November. | ||||||||||
Ozviridis | 12 | 3 years ago | n,ull | |||||||
Demonstrate the process of improving BoM heatmaps | ||||||||||
Wetlandmapr | 12 | 2 years ago | 22 | apache-2.0 | R | |||||
Scripts, tools and example data for mapping wetland ecosystems using data driven R statistical methods like Random Forests and open source GIS | ||||||||||
Raster Playground | 10 | 2 years ago | 28 | gpl-3.0 | JavaScript | |||||
Raster Manipulation - Clip, colorize & overlay! | ||||||||||
Tileserver | 8 | 5 years ago | 3 | HTML | ||||||
A NodeJS vector tile server with a preview page. Originally a fork of mbtiles-server. | ||||||||||
Predictive Soil Mapping | 5 | 2 years ago | 1 | other | R | |||||
Ogh2023 | 5 | a month ago | 1 | HTML | ||||||
OpenGeoHub 2023 Workshop: "Unsupervised classification (clustering) of satellite images" | ||||||||||
Landsat Sentinel Fusion | 5 | 5 years ago | mit | Jupyter Notebook | ||||||
Complementarity Between Sentinel-1 and Landsat 8 Imagery for Built-Up Mapping in Sub-Saharan Africa | ||||||||||
Dasymapr | 4 | 7 years ago | gpl-3.0 | HTML | ||||||
Geographical ETRS-LAEA Grid Based Dasymetric Mapping | ||||||||||
Mapping | 4 | 5 years ago | ||||||||
A color playground for raster maps.
Raster manipulation (colorisation & clipping of tiles) is computationally heavy operation & not very feasible on the browser (frontend), thus we moved it to backend & then distributed by the CDN.
But this raised another challenge, how do we settle on the color schemes with backend, since the whole pipeline had to be rerun & old tiles purged? Earlier, we could just change the value & reload browser!
This utility helps simulate the color schemes quickly, along with clipping & map-styles you want to apply.
npm install
npm run start
npm run build
https://your-tiles-url/{z}/{x}/{-y}.png
Read contribution here