No Clocks

No Clocks

3179 bookmarks
Newest
GeoArrow
GeoArrow
·geoarrow.org·
GeoArrow
TRACT
TRACT
·www2.census.gov·
TRACT
Fips
Fips
·census.gov·
Fips
Tiger
Tiger
·www2.census.gov·
Tiger
gdalraster: Bindings to 'GDAL'
gdalraster: Bindings to 'GDAL'
API bindings to the Geospatial Data Abstraction Library ('GDAL', ). Implements the 'GDAL' Raster and Vector Data Models. Bindings are implemented with 'Rcpp' modules. Exposed C++ classes and stand-alone functions wrap much of the 'GDAL' API and provide additional functionality. Calling signatures resemble the native C, C++ and Python APIs provided by the 'GDAL' project. Class 'GDALRaster' encapsulates a 'GDALDataset' and its raster band objects. Class 'GDALVector' encapsulates an 'OGRLayer' and the 'GDALDataset' that contains it. Initial bindings are provided to the unified 'gdal' command line interface added in 'GDAL' 3.11. C++ stand-alone functions provide bindings to most 'GDAL' "traditional" raster and vector utilities, including 'OGR' facilities for vector geoprocessing, several algorithms, as well as the Geometry API ('GEOS' via 'GDAL' headers), the Spatial Reference Systems API, and methods for coordinate transformation. Bindings to the Virtual Systems Interface ('VSI') API implement standard file system operations abstracted for URLs, cloud storage services, 'Zip'/'GZip'/'7z'/'RAR', in-memory files, as well as regular local file systems. This provides a single interface for operating on file system objects that works the same for any storage backend. A custom raster calculator evaluates a user-defined R expression on a layer or stack of layers, with pixel x/y available as variables in the expression. Raster 'combine()' identifies and counts unique pixel combinations across multiple input layers, with optional raster output of the pixel-level combination IDs. Basic plotting capability is provided for raster and vector display. 'gdalraster' leans toward minimalism and the use of simple, lightweight objects for holding raw data. Currently, only minimal S3 class interfaces have been implemented for selected R objects that contain spatial data. 'gdalraster' may be useful in applications that need scalable, low-level I/O, or prefer a direct 'GDAL' API.
·cran.r-project.org·
gdalraster: Bindings to 'GDAL'
Generics in other packages — new_external_generic
Generics in other packages — new_external_generic
You need an explicit external generic when you want to provide methods for a generic (S3, S4, or S7) that is defined in another package, and you don't want to take a hard dependency on that package. The easiest way to provide methods for generics in other packages is import the generic into your NAMESPACE. This, however, creates a hard dependency, and sometimes you want a soft dependency, only registering the method if the package is already installed. new_external_generic() allows you to provide the minimal needed information about a generic so that methods can be registered at run time, as needed, using methods_register(). Note that in tests, you'll need to explicitly call the generic from the external package with pkg::generic().
·rconsortium.github.io·
Generics in other packages — new_external_generic
Chart Images from URL | QuickChart
Chart Images from URL | QuickChart
Create a chart image with one URL and embed anywhere. Open source, no watermarks.
·quickchart.io·
Chart Images from URL | QuickChart
Chapter 6 Mapping Census data with R | Analyzing US Census Data
Chapter 6 Mapping Census data with R | Analyzing US Census Data
Data from the United States Census Bureau are commonly visualized using maps, given that Census and ACS data are aggregated to enumeration units. This chapter will cover the process of map-making...
·walker-data.com·
Chapter 6 Mapping Census data with R | Analyzing US Census Data
Home
Home
Orchestrate Geospatial (Meta)Data Management Workflows and Manage FAIR Services - r-geoflow/geoflow
·github.com·
Home
Generating Area's of Interest
Generating Area's of Interest
A consistent tool kit for forward and reverse geocoding and defining boundaries for spatial analysis.
·mikejohnson51.github.io·
Generating Area's of Interest