We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e8e18c commit 7bf317aCopy full SHA for 7bf317a
src/io.jl
@@ -1,8 +1,10 @@
1
"""
2
- GeoJSON.read(json::String; lazyfc=false, ndim=2)
+ GeoJSON.read(json::String; lazyfc=false, ndim=2, numbertype=Float32)
3
4
Read GeoJSON from a string to a GeoInterface.jl compatible object.
5
Set `ndim=3` for 3D geometries, which is also tried automatically when
6
+parsing as `ndim=2` (default) fails. The `numbertype` is Float32 by default,
7
+Float64 should be set when the precision is required.
8
9
When reading in huge featurecollections (1M+ features), set `lazyfc=true`
10
to only parse them into memory when accessed.
0 commit comments