We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Also see the following sub trackers
textures
RequestScheduler
ocular-test dist
WorkerLoaders
@loaders.gl/worker-utils
Deprecations
isPureObject
@loaders.gl/loader-utils
@loaders.gl/core
We want to be able to return (optional) arrow schemas from geospatial loaders
The following loaders are listed in https://loaders.gl/docs/specifications/category-gis
gis object:
schema?
data
encoding?: string
projection?: string
loaderData
shapefile specific
| Loader | geojson | binary | raw | batch | comments | | --- | --- | --- | --- | | GPXLoader | a FeatureCollection | attributes object | parsed XML | | KMLLoader | a FeatureCollection | attributes object | parsed XML | | TCXLoader | a FeatureCollection | attributes object | parsed XML | | MVTLoader | layers with FeatureCollections | | GeoJSONLoader | | ShapefileLoader | gis object | gis object | - | gis object | | SHPLoader | | FlatGeobufLoader | a FeatureCollection | - | - | | GeoPackageLoader | layers with FeatureCollections | - | - | | WKBLoader | a single geojson geometry (not feature) | - | - | | WKTLoader | a single geojson geometry (not feature) | - | - |
geojson
binary
raw
batch
GPXLoader
KMLLoader
TCXLoader
MVTLoader
GeoJSONLoader
ShapefileLoader
SHPLoader
FlatGeobufLoader
GeoPackageLoader
WKBLoader
WKTLoader
Tables category
| Loader | json | binary | raw | comments | | --- | --- | --- | --- | | DBFLoader |
json
DBFLoader
Currently
metadata
Focus on binary loaders. Omit schema from non-binary loaders for now
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Also see the following sub trackers
textures
module #747RequestScheduler
Roadmap #754v4.3
Typed Loaders
v4.0 Follow-up
ocular-test dist
)v5.0
WorkerLoaders
on@loaders.gl/worker-utils
- P1Deprecations
isPureObject
should be exported from@loaders.gl/loader-utils
rather than@loaders.gl/core
#3001We want to be able to return (optional) arrow schemas from geospatial loaders
Background
The following loaders are listed in https://loaders.gl/docs/specifications/category-gis
gis object:
schema?
:data
: features, binary etc.encoding?: string
projection?: string
loaderData
: object - Loader specific data`shapefile specific
| Loader |
geojson
|binary
|raw
|batch
| comments || --- | --- | --- | --- |
|
GPXLoader
| a FeatureCollection | attributes object | parsed XML ||
KMLLoader
| a FeatureCollection | attributes object | parsed XML ||
TCXLoader
| a FeatureCollection | attributes object | parsed XML ||
MVTLoader
| layers with FeatureCollections ||
GeoJSONLoader
||
ShapefileLoader
| gis object | gis object | - | gis object ||
SHPLoader
||
FlatGeobufLoader
| a FeatureCollection | - | - ||
GeoPackageLoader
| layers with FeatureCollections | - | - ||
WKBLoader
| a single geojson geometry (not feature) | - | - ||
WKTLoader
| a single geojson geometry (not feature) | - | - |Tables category
| Loader |
json
|binary
|raw
| comments || --- | --- | --- | --- |
|
DBFLoader
|Problem: Atomic loaders
Currently
metadata
option that returns a wrapper object?Problem: Non binary loaders
Focus on binary loaders. Omit schema from non-binary loaders for now
Problem: Batched Loaders
Roadmap
The text was updated successfully, but these errors were encountered: