{"id":20978319,"url":"https://github.com/tmontaigu/shapefile-rs","last_synced_at":"2025-04-08T09:13:23.424Z","repository":{"id":45917762,"uuid":"164018471","full_name":"tmontaigu/shapefile-rs","owner":"tmontaigu","description":"Rust library to read \u0026 write shapefiles","archived":false,"fork":false,"pushed_at":"2025-03-26T18:50:27.000Z","size":356,"stargazers_count":60,"open_issues_count":2,"forks_count":23,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-04-01T08:40:12.646Z","etag":null,"topics":["gis","rust-lang","shapefile"],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tmontaigu.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-01-03T20:13:59.000Z","updated_at":"2025-03-26T20:34:22.000Z","dependencies_parsed_at":"2024-05-12T17:45:36.099Z","dependency_job_id":"e1e943ce-b9b9-48ae-91c0-06cfdb22f2c1","html_url":"https://github.com/tmontaigu/shapefile-rs","commit_stats":{"total_commits":162,"total_committers":9,"mean_commits":18.0,"dds":"0.12345679012345678","last_synced_commit":"a27a93ec721d954661620d7f451db53e4bf4e5e9"},"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tmontaigu%2Fshapefile-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tmontaigu%2Fshapefile-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tmontaigu%2Fshapefile-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tmontaigu%2Fshapefile-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tmontaigu","download_url":"https://codeload.github.com/tmontaigu/shapefile-rs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247325692,"owners_count":20920714,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["gis","rust-lang","shapefile"],"created_at":"2024-11-19T05:05:04.807Z","updated_at":"2025-04-08T09:13:23.389Z","avatar_url":"https://github.com/tmontaigu.png","language":"Rust","funding_links":[],"categories":["Rust"],"sub_categories":[],"readme":"# shapefile-rs\nRust library to read \u0026 write shapefiles\n.dbf files supported via the [dbase](https://crates.io/crates/dbase) crate\n\n```rust\nlet mut reader = shapefile::Reader::from_path(filename).unwrap();\n\nfor result in reader.iter_shapes_and_records() {\n    let (shape, record) = result.unwrap();\n    println ! (\"Shape: {}, records: \", shape);\n    for (name, value) in record {\n        println ! (\"\\t{}: {:?}, \", name, value);\n    }\n    println ! ();\n}\n```\nYou can check out examples in the [examples](https://github.com/tmontaigu/shapefile-rs/tree/master/examples/) folder\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftmontaigu%2Fshapefile-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftmontaigu%2Fshapefile-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftmontaigu%2Fshapefile-rs/lists"}