Learn R Programming

KMLtoSHAPE (version 0.1.0)

Preserving Attribute Values: Converting KML to Shapefile

Description

The developed function is designed to facilitate the seamless conversion of KML (Keyhole Markup Language) files to Shapefiles while preserving attribute values. It provides a straightforward interface for users to effortlessly import KML data, extract relevant attributes, and export them into the widely compatible Shapefile format. The package ensures accurate representation of spatial data while maintaining the integrity of associated attribute information. For details see, Flores, G. (2021). . Whether for spatial analysis, visualization, or data interoperability, it simplifies the conversion process and empowers users to seamlessly work with geospatial datasets.

Copy Link

Version

Install

install.packages('KMLtoSHAPE')

Monthly Downloads

149

Version

0.1.0

License

GPL (>= 2.0)

Maintainer

Nobin Chandra Paul

Last Published

April 30th, 2024

Functions in KMLtoSHAPE (0.1.0)

kml_to_shape

Conversion from KML to Shapefile While Preserving Attribute Values
kml_to_shape_gen

Conversion from KML to Shapefile after Extracting Attributes from a Description String based on a List of Attribute Names