| 12345678910111213141516171819202122232425262728293031 |
- % Generated by roxygen2: do not edit by hand
- % Please edit documentation in R/convert_sf2qgis.R
- \name{convert_sf2qgis}
- \alias{convert_sf2qgis}
- \title{Konverteerimine: 'sf' to 'qgis'}
- \usage{
- convert_sf2qgis(x = NULL)
- }
- \arguments{
- \item{x}{object of class 'sf', 'sfc' or 'sfg'.}
- }
- \value{
- The object with class 'qgis_object'.
- }
- \description{
- Funktsioon konverteerib geomeetria 'sf' kujul 'qgis_object', et oleks rakendatavad QGIS >= 3.14 tööriist \url{https://github.com/paleolimbot/qgisprocess}. Vaata veel \url{https://r-spatial.github.io/sf/}, \code{\link[sf]{st_is_valid}}.
- }
- \examples{
- ## Not run:
- ## class(pk)
- ## > [1] "sf" ...
- ##
- ## convert_sf2qgis(x = pk)
- ##
- ## End(**Not run**)
- }
- \seealso{
- \code{\link[qgisprocess:qgis_run_algorithm]{qgisprocess::qgis_run_algorithm()}}, \code{\link[qgisprocess:is_qgis_result]{qgisprocess::qgis_output()}}, \code{\link[sf:valid]{sf::st_is_valid()}}, \code{\link[sf:st_read]{sf::read_sf()}}
- }
- \keyword{qgis}
- \keyword{sf,}
|