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 55c4240 commit c4f5a8eCopy full SHA for c4f5a8e
README.md
@@ -26,7 +26,7 @@ Convert a GeoParquet file to GeoJSON:
26
```javascript
27
const { asyncBufferFromUrl, toGeoJson } = import('geoparquet')
28
29
-const file = asyncBufferFromUrl('example.parquet')
+const file = asyncBufferFromUrl({ url: 'example.parquet' })
30
const geoJson = toGeoJson({ file })
31
```
32
0 commit comments