geoarrow-test 0.8.0

Test data for GeoArrow data
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//! Raw test data, copied from geoarrow-data
//!
//! - <https://github.com/geoarrow/geoarrow-data/blob/3feaaa0b56758e2b5d7afc1c44c6555cb589d295/example/example_src.yaml>
//! - <https://github.com/geoarrow/geoarrow-data/blob/3feaaa0b56758e2b5d7afc1c44c6555cb589d295/example/example_src_generated.yaml>

pub mod geometry;
pub mod geometrycollection;
pub mod linestring;
pub mod multilinestring;
pub mod multipoint;
pub mod multipolygon;
pub mod point;
pub mod polygon;