R interface to Deck.gl and Mapbox
Les fonctionnalités principales de symbolixau/mapdeck sont : Geospatial Mapping, R Spatial Analysis Tools, Visualization Frameworks, Mapping and Visualization.
Les alternatives open-source à symbolixau/mapdeck incluent : geopandas/geopandas — GeoPandas is a Python library that extends pandas with native support for geospatial data. It treats geographic… mtennekes/tmap — R package for thematic maps. brideau/geospatiallinegraphs — A library for creating geospatial line graphs along lines of latitude. daranzolin/quickglobe — This package was mostly an excuse to sync up some #rstats, GIS, and D3 tricks. geiserx/secciones-nacionalidades — Foreign Insight - WebApp providing insights about nationalities in Spain (Source: Instituto Nacional de Estadística). symbolixau/googleway — R Package for accessing and plotting Google Maps.
GeoPandas is a Python library that extends pandas with native support for geospatial data. It treats geographic geometries—points, lines, and polygons—as a first-class column type within DataFrames, enabling users to store, manipulate, and analyze vector spatial data alongside traditional tabular attributes. The library is built on top of proven geospatial components: it uses Shapely for all geometric operations, Fiona and GDAL for reading and writing standard spatial file formats, PyProj for coordinate reprojection, and an R‑tree spatial index (from Shapely) to accelerate spatial queries. Wh
Foreign Insight - WebApp providing insights about nationalities in Spain (Source: Instituto Nacional de Estadística)
A library for creating geospatial line graphs along lines of latitude.
This package was mostly an excuse to sync up some #rstats, GIS, and D3 tricks.