SpatGRID: Spatial Grid Generation from Longitude and Latitude List

The developed function is designed for the generation of spatial grids based on user-specified longitude and latitude coordinates. The function first validates the input longitude and latitude values, ensuring they fall within the appropriate geographic ranges. It then creates a polygon from the coordinates and determines the appropriate Universal Transverse Mercator zone based on the provided hemisphere and longitude values. Subsequently, transforming the input Shapefile to the Universal Transverse Mercator projection when necessary. Finally, a spatial grid is generated with the specified interval and saved as a Shapefile. For method details see, Brus,D.J.(2022).<doi:10.1201/9781003258940>. The function takes into account crucial parameters such as the hemisphere (north or south), desired grid interval, and the output Shapefile path. The developed function is an efficient tool, simplifying the process of empty spatial grid generation for applications such as, geo-statistical analysis, digital soil mapping product generation, etc. Whether for environmental studies, urban planning, or any other geo-spatial analysis, this package caters to the diverse needs of users working with spatial data, enhancing the accessibility and ease of spatial data processing and visualization.

Version: 0.1.0
Depends: R (≥ 2.10)
Imports: raster, sp, sf, qpdf
Suggests: knitr, rmarkdown, testthat (≥ 3.0.0)
Published: 2023-12-13
Author: Nirmal Kumar [aut, cph], Nobin Chandra Paul [aut, cre], G.P. Obi Reddy [aut]
Maintainer: Nobin Chandra Paul <nobin.paul at icar.gov.in>
License: GPL-2 | GPL-3 [expanded from: GPL (≥ 2.0)]
NeedsCompilation: no
CRAN checks: SpatGRID results

Documentation:

Reference manual: SpatGRID.pdf
Vignettes: SpatGRID:Spatial Grid Generation from Longitude and Latitude List

Downloads:

Package source: SpatGRID_0.1.0.tar.gz
Windows binaries: r-devel: SpatGRID_0.1.0.zip, r-release: SpatGRID_0.1.0.zip, r-oldrel: SpatGRID_0.1.0.zip
macOS binaries: r-release (arm64): SpatGRID_0.1.0.tgz, r-oldrel (arm64): SpatGRID_0.1.0.tgz, r-release (x86_64): SpatGRID_0.1.0.tgz, r-oldrel (x86_64): SpatGRID_0.1.0.tgz

Linking:

Please use the canonical form https://CRAN.R-project.org/package=SpatGRID to link to this page.