geogrid 0.0.5 → 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -7
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,9 +1,5 @@
1
- A js library to handle regular grids for cartography
1
+ ![banner](./img/banner.png)
2
2
 
3
- Work in progress...
3
+ `geogrid` is a JavaScript library that allows you to create regular grids with various patterns on a flat plane or on the globe. In addition, it provides geoprocessing functions to transfer GeoJSON data (points, lines, or polygons) onto these grids.
4
4
 
5
- See:
6
- - A5: https://observablehq.com/@fil/a5-dggs : https://observablehq.com/d/1fd2c4cb7203e866
7
- - h3: https://observablehq.com/@fil/h3-oddities
8
- - https://github.com/LandscapeGeoinformatics/awesome-discrete-global-grid-systems
9
- - DGGRID https://github.com/am2222/webDggrid
5
+ See the full documentation at: [https://neocarto.github.io/geogrid/](https://neocarto.github.io/geogrid/)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "geogrid",
3
- "version": "0.0.5",
3
+ "version": "1.0.0",
4
4
  "description": "Regular and irregular geoJSON grids ",
5
5
  "main": "src/index.js",
6
6
  "module": "src/index.js",