locationtech / rasterframes

Geospatial Raster support for Spark DataFrames
http://rasterframes.io
Apache License 2.0
243 stars 46 forks source link

in rf_ipython custom format for geometry objects #383

Closed vpipkt closed 4 years ago

vpipkt commented 4 years ago

To accomodate tiles we have unset the pandas max col width.

However this commonly creates an unsatisfying situation where a geometry column is rendered as hundreds to thousands of charadcters of WKT.

We should try to create a custom rendering for geometries to limit these to whatever the user's original limit was? Can we do this for other objects (str?) as well or is that a can of worms?