gregleleu commented on issue #1827:
URL: https://github.com/apache/sedona/issues/1827#issuecomment-2695960153

   Really depends what you are trying to do:
   * large scale things: you can do the aggregation etc. in Sedona, then import 
into R and use any mapping (ggplot2, leaflet, etc.)
   * small scale but local, ie a limited area: you can select your viewpoint 
and import into R 
   * small scale everywhere – most complicated case where you need to be able 
to show millions of points: I use mapbox or deckgl (both from R), you need to 
create tiles first.
   
   My pipeline for tiles: 
   * whatever format to geojson: either directly in the pipeline or using gdal 
(ogr2ogr)
   * geojson to tiles using tippecanoe


-- 
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