File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ use serde_json::{Value, json};
1717use std:: { collections:: HashMap , sync:: Arc } ;
1818
1919/// The stac-geoparquet version metadata key.
20- pub const VERSION_KEY : & str = "stac_geoparquet:version " ;
20+ pub const VERSION_KEY : & str = "stac:geoparquet_version " ;
2121
2222/// The stac-geoparquet version.
2323pub const VERSION : & str = "1.0.0" ;
@@ -329,7 +329,7 @@ mod tests {
329329 fn to_table ( ) {
330330 let item: Item = crate :: read ( "examples/simple-item.json" ) . unwrap ( ) ;
331331 let table = Table :: from_item_collection ( vec ! [ item] ) . unwrap ( ) ;
332- assert_eq ! ( table. schema( ) . metadata[ "stac_geoparquet:version " ] , "1.0.0" ) ;
332+ assert_eq ! ( table. schema( ) . metadata[ "stac:geoparquet_version " ] , "1.0.0" ) ;
333333 }
334334
335335 #[ test]
You can’t perform that action at this time.
0 commit comments