Skip to content

Commit

Permalink
docs: add more notes about geo traits
Browse files Browse the repository at this point in the history
  • Loading branch information
gadomski committed Aug 13, 2024
1 parent fb3946c commit e8a0374
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@
//!
//! # Constructing
//!
//! You can build GeoArrow arrays all at once from [mod@geo] structures:
//! You can build GeoArrow arrays all at once from [mod@geo] structures, or anything that implements geometry traits, e.g. [PointTrait](crate::geo_traits::PointTrait).
//! Along with the GeoRust community, **geoarrow-rs** has been prototyping geometry access traits for a standardized way to access coordinate information, regardless of the storage format of the geometries.
//! For now, we vendor an implementation of geo-traits (see [mod@geo_traits]), but this may be upstreamed to georust in the future.
//!
//! ```
//! use geoarrow::array::PointArray;
Expand Down

0 comments on commit e8a0374

Please sign in to comment.