We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d575dd4 commit 6103a1fCopy full SHA for 6103a1f
src/load/index.js
@@ -1,6 +1,8 @@
1
import load from './load.module';
2
3
/**
4
+ * This function is deprecated and you should try to migrate to using parse.
5
+ * This function will fetch the whole file in order to parse it!
6
* The load function takes a url to a geotiff or geotiff file as an input
7
* and returns a promise. The promise resolves as a georaster, which
8
* can be used as input in other geoblaze methods, such as identify, sum,
0 commit comments