Recent Releases of greenR
greenR - v0.0.1.3
Highlights for v0.0.1.3
- Added robust Canopy Height Model (CHM) analysis for high-resolution urban tree canopy mapping.
- Integrated population-weighted and directional green space accessibility metrics.
- Improved interactive visualizations using leaflet and radar plots.
- New function for spatial density and inequality analysis with Gini index, Lorenz curve, and summary analytics.
- Enhanced documentation and example workflows in the package vignette.
- R
Published by sachit27 9 months ago
greenR -
greenR 0.0.1.2
- Modified
get_osm_data()function to accept coordinates for bounding box - Updated
accessibility_greenspace()function to export data as geopackage - Improved documentation and error handling
- R
Published by sachit27 over 1 year ago
greenR - Version 0.0.1.1
This update brings significant new features, enhancements, and optimizations to improve your experience with spatial data analysis and visualization.
New Features
3D Hexagon Map Visualization
The new createhexmap3D function allows you to create stunning 3D hexagon maps using H3 and Mapbox GL JS. This function can visualize various geographical data types, including points, linestrings, polygons, and multipolygons. Key features include:
- Dynamic radius and height adjustment for hexagons.
- Support for multiple Mapbox layers.
- Interactive visualizations to explore density or green indices over an area.
3D Linestring Map Visualization
The createlinestring3D function offers interactive 3D visualization of linestring data with an associated green index. Features include:
- Adjustable line width.
- Toggle for displaying 3D buildings.
- Interactive popups showing green index values.
Dynamic Accessibility Map
The accessibility_mapbox function generates accessibility maps that display green areas and allow users to generate isochrones for walking times interactively. Key features include:
- Interactive isochrone generation based on walking times.
- Visualization of green spaces and walking accessibility.
Performance Improvements
DuckDB Integration
I've integrated DuckDB to enhance the performance of spatial operations within the package. DuckDB is a high-performance SQL database management system optimized for analytical queries. This integration allows for faster and more efficient spatial data processing, enabling you to handle larger datasets with ease.
- R
Published by sachit27 over 1 year ago
greenR - Version 0.0.1.1
Added new functions for visualization and analysis, including accessibility analysis, hexbin plots, and violin plots. The package now also supports the calculation of green view index using street view images.
- R
Published by sachit27 almost 2 years ago
greenR - v0.0.1.0
The new version includes updates to the existing functions. In addition, following new functions have been added to the package to add more functionalities:
- visualizegreenspaces() : To visualize on leaflet all the green space data that is retrieved from OSM. While it allows easy visualization, it allows supports understanding of how well the cities are mapped and the cities that need more correct mapping.
- accessibility_greenspace(): To perfom accessibility analysis from any given point in the city to nearest green spaces. This function creates isochrones to show the the green spaces that can be reached within 5 minutes (default) walking distance from any given location.
- calculateandvisualize_GVI(): Calculates and visualizes the Green View Index from images, providing a metric for urban greenery analysis.
- R
Published by sachit27 over 2 years ago