Skip to content

Commit 2264bd0

Browse files
committedOct 10, 2021
format and add wrap-load
1 parent 7bfa5f0 commit 2264bd0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+226
-217
lines changed
 

‎documentation.yml

+8-5
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,20 @@
11
toc:
2-
- load
3-
- get
2+
- bandArithmetic
3+
- histogram
44
- identify
5+
- load
56
- mean
67
- median
78
- mode
9+
- modes
810
- min
911
- max
10-
- sum
11-
- histogram
12-
- bandArithmetic
12+
- parse
1313
- rasterCalculator
14+
- sum
1415

1516
paths:
17+
GeoRaster: https://github.com/geotiff/georaster
1618
GeoJSON: 'https://tools.ietf.org/html/rfc7946#section-3'
1719
GeometryCollection: 'https://tools.ietf.org/html/rfc7946#section-3.1.8'
1820
Point: 'https://tools.ietf.org/html/rfc7946#section-3.1.2'
@@ -47,3 +49,4 @@ paths:
4749
BBox: 'https://tools.ietf.org/html/rfc7946#section-5'
4850
BoundingBox: 'https://tools.ietf.org/html/rfc7946#section-5'
4951
Coord: 'https://tools.ietf.org/html/rfc7946#section-3.1.1'
52+
File: 'https://developer.mozilla.org/en-US/docs/Web/API/File'

‎package-lock.json

+13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.