Skip to main content

geoarrow_data_dir

Function geoarrow_data_dir 

Source
pub fn geoarrow_data_dir() -> Result<String>
Expand description

Find the most likely path to the geoarrow-data testing directory if it exists

This looks for a geoarrow-data checkout using the value of SEDONA_GEOARROW_DATA_DIR, the directory that would be valid if running cargo run from the repository root, or the directory that would be valid if running cargo test (in that order).