lonboard icon indicating copy to clipboard operation
lonboard copied to clipboard

Pass `crs` parameter into `viz`

Open kylebarron opened this issue 1 year ago • 1 comments

Useful for non-geodataframe objects that don't have an associated CRS, including shapely objects and geojson-like objects.

kylebarron avatar Apr 26 '24 03:04 kylebarron

This is a bit complex because you might want to assign a different CRS for each data object you're passing in.

For now we'll punt on this and come back to it, and suggest users to use an object like GeoDataFrame that maintains the CRS

kylebarron avatar May 02 '24 19:05 kylebarron