diff --git a/examples/metadata_load.rs b/examples/metadata_load.rs deleted file mode 100644 index 577632b..0000000 --- a/examples/metadata_load.rs +++ /dev/null @@ -1,19 +0,0 @@ -use remote_hdt::error::RemoteHDTError; -use remote_hdt::metadata::Metadata; -use remote_hdt::storage::params::Backend; -use remote_hdt::storage::params::Serialization; -use remote_hdt::metadata::structure::coordinates::CoordinatesStructure; - - -use remote_hdt::storage::params::ChunkingStrategy; - -fn main() -> Result<(), RemoteHDTError> { - - - - Metadata::new( CoordinatesStructure,Serialization::Zarr).; - - - - Ok(()) -}