e-kotov opened a new pull request, #475:
URL: https://github.com/apache/sedona-db/pull/475

   Adds CRS printing to `sedonadb_dataframe` print method and relevant helper 
in rust that can be reused in other functions (but I kept it unexported for 
now).
   
   ```r
   x
   # A sedonadb_dataframe: ? x 16
   # Geometry: geometry (CRS: EPSG:5070)
   
┌─────────┬───────────┬─────────┬───┬────────────────────────────────────────────────┬───────┐
   │   AREA  ┆ PERIMETER ┆  CNTY_  ┆ … ┆                    geometry            
        ┆  sid  │
   │ float64 ┆  float64  ┆ float64 ┆   ┆                    geometry            
        ┆ int32 │
   
╞═════════╪═══════════╪═════════╪═══╪════════════════════════════════════════════════╪═══════╡
   │   0.114 ┆     1.442 ┆  1825.0 ┆ … ┆ MULTIPOLYGON(((1288822.3256753243 
1563699.442… ┆     1 │
   
├╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌┼╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌┤
   │   0.061 ┆     1.231 ┆  1827.0 ┆ … ┆ MULTIPOLYGON(((1307046.8945761852 
1581379.933… ┆     2 │
   
├╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌┼╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌┤
   │   0.143 ┆      1.63 ┆  1828.0 ┆ … ┆ MULTIPOLYGON(((1378069.6323642111 
1578869.811… ┆     3 │
   
├╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌┼╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌┤
   │    0.07 ┆     2.968 ┆  1831.0 ┆ … ┆ MULTIPOLYGON(((1765394.8318386688 
1660922.198… ┆     4 │
   
├╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌┼╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌┤
   │   0.153 ┆     2.206 ┆  1832.0 ┆ … ┆ MULTIPOLYGON(((1661822.2229292062 
1630503.661… ┆     5 │
   
├╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌┼╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌┤
   │   0.097 ┆      1.67 ┆  1833.0 ┆ … ┆ MULTIPOLYGON(((1703230.114237553 
1638095.6588… ┆     6 │
   
└─────────┴───────────┴─────────┴───┴────────────────────────────────────────────────┴───────┘
   Preview of up to 6 row(s)
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to