Landportal
LandRise (LightPath)
Customisable Icon Markers for leaflet
Use modern Icon libraries to construct customisable leaflet marker icons.
Propwire: Free Property Data | Real Estate Leads for Investors & Agents
How To Search & Download FREE Property Data [Propwire Off-Market Tutorial]
In this video, you'll learn step by step how to search and download unlimited free property data using Propwire. Start your free account today:https://joinpr...
Perform requests iteratively, generating new requests from previous responses — req_perform_iterative
req_perform_iterative() iteratively generates and performs requests,
using a callback function, next_req, to define the next request based on
the current request and response. You will probably want to pair it with an
iteration helper and use a
multi-response handler to process the result.
Real Estate Api
In this video, I walk you through the real estate API available in the App Marketplace. I demonstrate how to install the app and navigate through its feature...
Opendatasoft's Explore API Reference Documentation
API — Opendatasoft
Microsoft Azure
Microsoft Azure Management Portal
Lightweight Well-Known Geometry Parsing
Provides a minimal R and C++ API for parsing well-known binary and well-known text representation of geometries to and from R-native formats. Well-known binary is compact and fast to parse; well-known text is human-readable and is useful for writing tests. These formats are useful in R only if the information they contain can be accessed in R, for which high-performance functions are provided here.
Census Core-Based Statistical Area (CBSA) to Federal Information Processing Series (FIPS) County Crosswalk
Chapter 4. Data Management
The Open Geospatial Consortium (OGC) developed the Simple Features Access standard (SFA) to provide a model for geospatial data. It defines the fundamental spatial type of Geometry, along with operations which manipulate and transform geometry values to perform spatial analysis tasks. PostGIS implements the OGC Geometry model as the PostgreSQL data types geometry and geography.
Geometry is an abstract type. Geometry values belong to one of its concrete subtypes which represent various kinds and dimensions of geometric shapes. These include the atomic types Point, LineString, LinearRing and Polygon, and the collection types MultiPoint, MultiLineString, MultiPolygon and GeometryCollection. The Simple Features Access - Part 1: Common architecture v1.2.1 adds subtypes for the structures PolyhedralSurface, Triangle and TIN.
Geometry models shapes in the 2-dimensional Cartesian plane. The PolyhedralSurface, Triangle, and TIN types can also represent shapes in 3-dimensional space. The size and location of shapes are specified by their coordinates. Each coordinate has a X and Y ordinate value determining its location in the plane. Shapes are constructed from points or line segments, with points specified by a single coordinate, and line segments by two coordinates.
Geometry values are associated with a spatial reference system indicating the coordinate system in which it is embedded. The spatial reference system is identified by the geometry SRID number. The units of the X and Y axes are determined by the spatial reference system. In planar reference systems the X and Y coordinates typically represent easting and northing, while in geodetic systems they represent longitude and latitude. SRID 0 represents an infinite Cartesian plane with no units assigned to its axes. See Section 4.5, “Spatial Reference Systems”.
An important property of geometry values is their spatial extent or bounding box, which the OGC model calls envelope. This is the 2 or 3-dimensional box which encloses the coordinates of a geometry. It is an efficient way to represent a geometry's extent in coordinate space and to check whether two geometries interact.
WKT
The OGC SFA specification defines two formats for representing geometry values for external use: Well-Known Text (WKT) and Well-Known Binary (WKB). Both WKT and WKB include information about the type of the object and the coordinates which define it.
Well-Known Text (WKT) provides a standard textual representation of spatial data.
Input and output of WKT is provided by the functions ST_AsText and ST_GeomFromText:
Well-Known Binary (WKB) provides a portable, full-precision representation of spatial data as binary data (arrays of bytes).
RealEstateAPI Documentation
Quantitative Analysis and Visualization of LUCC
Tools for the analysis of land use and cover (LUC) time series. It
includes support for loading spatiotemporal raster data and synthesized
spatial plotting. Several LUC change (LUCC) metrics in regular or irregular
time intervals can be extracted and visualized through one- and multistep
sankey and chord diagrams. A complete intensity analysis according to
Aldwaik and Pontius (2012) is
implemented, including tools for the generation of standardized multilevel
output graphics.
r-spatialecology/landscapemetrics: Landscape Metrics for Categorical Map Patterns 🗺️ in R
Landscape Metrics for Categorical Map Patterns 🗺️ in R - r-spatialecology/landscapemetrics
simonmoulds/lulcc: land use change modelling in R
land use change modelling in R
Land Records
land-record/parcel-standard: Standard Land Record parcel schema
Standard Land Record parcel schema
Parcel Viewer | OVRDC
reyemtm/parcel-viewer: Open Parcel Viewer - A mobile ready web app for displaying 50k parcels or polygons without needing a GIS server.
Open Parcel Viewer - A mobile ready web app for displaying 50k parcels or polygons without needing a GIS server. - reyemtm/parcel-viewer
LandGlide
LandGlide uses GPS to pinpoint your locations property line map and access key parcel data on any mobile device.
LandApp Features | LandApp
LandApp is the ultimate real estate tool to assess properties nationwide. Access ownership data, property evaluations, and listings — all for just $6/month.
Alternatives
Regrid Data Dictionary - All Product Schemas
Generating quarto syntax within R – Notes from a data witch
To quote Cassian Andor, “It’s harder than it looks”
Garnish/decorate leaflet or mapview maps. — garnishMap
This function provides a versatile interface to add components to a
leaflet or mapview map. It takes functions such as "addMouseCoordinates"
or addLayersControl and their respective arguments and adds
them to the map. Arguments must be named. Functions can be plain or
character strings.
Add static labels to leaflet or mapview objects — addStaticLabels
Being a wrapper around addLabelOnlyMarkers, this
function provides a smart-and-easy solution to add custom text labels to an
existing leaflet or mapview map object.
Add a reactive layer to map. — addReactiveFeatures
This function adds a layer to a map that is dependent on another layer.
The reactive layer will be shown/hidden when holding the Ctrl-button on your
keyboard and performing the action defined by on. on can be
either "click" (default) or "mouseover".
Note: srcLayer needs to be added to the map using addGeoJSON
because we need to be able to link the two layers by a common attribute
defined by argument by. Linking will be done via group name
of srcLayer.
Leaflet Draw Documentation