@developmentseed/deck.gl-zarr 0.2.0 → 0.3.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.
- package/README.md +8 -0
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -1 +1,9 @@
|
|
|
1
|
+
# @developmentseed/deck.gl-zarr
|
|
2
|
+
|
|
1
3
|
Zarr visualization in deck.gl.
|
|
4
|
+
|
|
5
|
+
> **Status**: Work in progress. [Create an issue](https://github.com/developmentseed/deck.gl-raster/issues) to help implement this.
|
|
6
|
+
|
|
7
|
+
Planned compatibility layer for rendering tiled [Zarr] datasets, connecting [zarrita.js] to the existing raster infrastructure.
|
|
8
|
+
|
|
9
|
+
[zarrita.js]: https://zarrita.dev/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@developmentseed/deck.gl-zarr",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.3.0",
|
|
4
4
|
"description": "Zarr visualization in deck.gl.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -33,16 +33,16 @@
|
|
|
33
33
|
"url": "git+https://github.com/developmentseed/deck.gl-raster.git"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
|
-
"@types/node": "^25.
|
|
37
|
-
"jsdom": "^
|
|
36
|
+
"@types/node": "^25.3.3",
|
|
37
|
+
"jsdom": "^28.1.0",
|
|
38
38
|
"typescript": "^5.9.3",
|
|
39
|
-
"vitest": "^4.0.
|
|
39
|
+
"vitest": "^4.0.18"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"proj4": "^2.20.
|
|
43
|
-
"zarrita": "^0.
|
|
44
|
-
"@developmentseed/raster
|
|
45
|
-
"@developmentseed/
|
|
42
|
+
"proj4": "^2.20.3",
|
|
43
|
+
"zarrita": "^0.6.1",
|
|
44
|
+
"@developmentseed/deck.gl-raster": "^0.3.0",
|
|
45
|
+
"@developmentseed/raster-reproject": "^0.3.0"
|
|
46
46
|
},
|
|
47
47
|
"volta": {
|
|
48
48
|
"extends": "../../package.json"
|