Man pages for skgrange/gissr
Tools To Make Working With R and Spatial Data Easier

base-functionsPseudo-function to re-export functions from the *base*...
calculate_sunriseFunction to calculate sunrise and sunset dates and times for...
distance_by_haversineFunction to calculate distances between two points in metres...
dms_to_decimalFunction to convert degrees, minutes, and seconds (DMS) to...
dplyr-functionsPseudo-function to re-export *dplyr*'s common functions.
get_osm_boundaryFunction to get OpenStreetMap boundaries as spatial polygons.
get_osm_node_dataFunction to scrape OpenStreetMap's node XML documents for...
get_osm_relation_dataFunction to scrape OpenStreetMap's relation XML documents for...
get_osm_surroundFunction to get points, lines, or polygons from OpenStreetMap...
get_osm_way_dataFunction to scrape OpenStreetMap's way XML documents for...
google_elevationFunction to find elevation from latitude and longitude...
google_geocodeFunction to find latitude and longitude pairs from an...
is.raFunction to test if an R object is a Raster* data-type.
is.spFunction to test if an R object is a Spatial* data-type.
leaflet_plotFunction to quickly plot spatial geometries on a leaflet map.
left_join_rasterFunction for extracting values from a raster object based on...
map_to_spFunction to convert the map database object to spatial...
pad_coordinatesFunction to pad a data frame/tibble's coordinates.
pipePseudo-function to re-export *magrittr*'s pipe.
print_projectionsFunction to print projections supported by R.
projection_wgs84Functions to wrap common projection (PROJ.4) strings.
ra_aggregateFunction to create a lower resolution (aggregated) raster...
ra_alignFunction to align a raster object with another raster object...
ra_bindFunction to bind multiple raster objects together.
ra_cell_numberFunction to extract a raster object's cell number for spatial...
ra_disaggregateFunction to create a higher resolution ("disaggregate")...
ra_drillFunction to "drill" into a raster object and return values.
ra_drill_with_cell_numberFunction to 'drill' into a raster object and return values...
ra_extentFunction to create a raster-extent object based on a spatial...
ra_focalFunction to calculate focal values for a raster object using...
ra_forifyFunction to transform a raster object to a data frame (a...
ra_from_spFunction to create a raster object from a spatial (vector)...
ra_from_xyzFunction to
ra_get_optionsFunction to print the *raster* package's options.
ra_interpolateFunction to interpolate a raster object.
ra_intersect_testFunction to test if a raster object intersects with another...
ra_loadFunction to explicitly load a raster object into physical...
ra_maskFunction to mask/filter a raster object to a spatial polygon.
ra_rasterFunction to create a raster object from either a...
ra_readFunction to read a raster object from file.
ra_read_nestedFunction to read raster files within a nested tibble.
ra_read_variablesFunction to read variables (and levels) in a raster data...
ra_resolutionFunction to get the resolution of a raster object.
ra_summariseFunction to summarise each raster layer and return results in...
ra_switchFunction to switch a raster object's x coordinates from 0 to...
ra_to_data_frameFunction to coerce a raster object into a data frame.
ra_to_polygonsFunction to transform a raster object to spatial polygons.
ra_valuesFunction to return all values in a raster object.
ra_variable_nameFunction to extract the variable name from a raster object.
read_gps_visualizerFunction to read tab delimited text files generated by...
read_my_tracksFunction to read tabular ('.csv') data generated by Google's...
scrape_gpxFunction to read 'GPX' files as tabular data.
sort_pointsFunction to sort a set of points/coordinates in a clockwise...
sp_add_areaFunction to calculate areas of a spatial object and add the...
sp_add_row_numbersFunction to add a row number variable to a spatial object's...
sp_areaFunction to calculate areas of spatial polygons in...
sp_bindFunction to bind different spatial objects together.
sp_boundaryFunction to get boundary of a spatial object.
sp_bounding_boxFunction to extract bounding box from a spatial or raster...
sp_bufferFunction to include or exclude an area of a spatial object.
sp_centroidFunction to find the centroid of a spatial object.
sp_classFunction to find class of spatial object as a vector with a...
sp_clipFunction to clip spatial (or raster) objects by a rectangular...
sp_convex_hullFunction to create the smallest convex polygon that contains...
sp_create_ellipseFunction to create a elliptical polygon from a point, usually...
sp_create_envelopeFunction to create a rectangular polygon envelope, usually...
sp_demoteFunction to drop data slots in geometries.
sp_disaggregateFunction to disaggregate spatial objects.
sp_dissolve_holesFunction to dissolve/drop holes in a spatial polygon object.
sp_dissolve_polygonsFunction to unite polygons together and create a single...
sp_distanceFunction to find distances between two spatial objects.
sp_eraseFunction to erase pieces of a polygon based on another...
sp_feature_idsFunction to get ids from spatial objects.
sp_filterFunction to filter a spatial object by another spatial object...
sp_flipFunction to flip a spatial object.
sp_force_projectionFunction to force a spatial object's projection system...
sp_fortifyFunction to wrap ggplot2::fortify which transforms geometries...
sp_from_data_frameFunction to promote a data frame to a SpatialPointsDataFrame,...
sp_from_js_arrayFunction to create spatial objects from JavaScript arrays.
sp_from_wktFunction to parse a data frame containing WKT strings to a...
sp_intersectFunction to test weather one spatial object intersects with...
sp_is_validFunction to test if a spatial object is valid.
sp_layer_infoFunction to return layer information within a spatial data...
sp_left_joinFunction for point-in-polygon tests.
sp_lengthFunction to find a spatial object's length in metres or...
sp_list_driversFunction to list spatial data file drivers on a system.
sp_list_layersFunction to list layers within a spatial data file.
sp_make_gridFunction to make a gridded spatial points object.
sp_moveFunction to move/shift a spatial object.
sp_projectionFunction to return a spatial object's projection system.
sp_promoteFunction to add a data slot in geometries.
sp_punchFunction to "punch" (add/insert) a hole in a polygon.
sp_readFunction to read spatial data files in a consistent way.
sp_read_all_geomsFunction to read all geoms in a spatial data file.
sp_reflectFunction to reflect/reverse a spatial object.
sp_reset_feature_idsFunction to reset spatial object's feature IDs.
sp_rotateFunction to rotate a spatial object.
sp_sample_nFunction to randomly sample n features in a spatial object.
sp_segment_linesFunction to split spatial lines into segments with fixed...
sp_simplifyFunction to simplify spatial objects using the Douglas-Peuker...
sp_snap_points_to_linesFunction to "snap" spatial points to the nearest spatial...
sp_splitFunction to split a spatial object by feature.
sp_to_wktFunction to convert a spatial object to a vector of WKT or a...
sp_transformConvenience function to transform a spatial object's...
sp_uniteFunction to unite spatial objects.
str_wktFunction to create WKT strings.
tidy_ra_drillFunction to reshape the return from 'ra_drill' to be...
transform_coordinatesFunction to convert coordinates within a data frame.
walrusPseudo-function to re-export *rlang*'s walrus operator.
wgs84_to_osgb36Functions to convert points among different projection...
write_geojsonFunctions to write GeoJSON files with usage analogous to...
write_geo_tiffFunctions to export raster objects.
write_gmlFunction to export geometries as a Geography Markup Language...
write_gpxFunction to export geometries as a GPX file.
write_gpx_with_datesFunction to export GPX files with a 'time' (date) variable.
write_kmlFunction to export geometries as a KML file.
write_shapefileFunction to export geometries as shapefiles.
zzzFunction to squash R check's global variable notes.
skgrange/gissr documentation built on Feb. 24, 2024, 2:55 p.m.