Skip to content

using the read_gdal() function #777

Answered by kylebarron
PMassicotte asked this question in Q&A
Discussion options

You must be logged in to vote

@PMassicotte I verified in #778 that the GDAL example in the repo still works.

You can run the local GDAL example with (Note: you'll have to pull the latest main first)

> cargo run --example gdal --features gdal

and that should print

> cargo run --example gdal --features gdal
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
     Running `target/debug/examples/gdal`
[examples/gdal.rs:14:5] &table.schema() = Schema {
    fields: [
        Field {
            name: "OGC_FID",
            data_type: Int64,
            nullable: false,
            dict_id: 0,
            dict_is_ordered: false,
            metadata: {},
        },
        Field {
            name: "kind…

Replies: 6 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by PMassicotte
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@kylebarron
Comment options

@PMassicotte
Comment options

@kylebarron
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants