
Fisheye-Distorted Victoria LGAs (sf)
vic_fish.RdAn example polygon layer of Victoria’s Local Government Areas (LGAs) after applying a Focus–Glue–Context (FGC) fisheye transformation. This dataset illustrates how local detail can be magnified around a chosen focus point while maintaining geographic context across the state.
Format
An sf object with:
- LGA_NAME
Character, name of the LGA (upper case).
- geometry
MULTIPOLYGON/POLYGONgeometries in projected CRS (EPSG:3111).
Details
Built from the base layer vic using:
projection to VicGrid94 (
st_transform(vic, 3111)),defining a focus center near Melbourne (
cx = 145.0,cy = -37.8),applying
sf_fisheye()withr_in = 0.34,r_out = 0.5, andzoom_factor = 1,preserving topology with
st_make_valid()where needed.
The result is a smoothly warped map emphasizing the metropolitan focus zone.
Examples
library(sf)
plot(st_geometry(vic_fish), col = "grey90", border = "grey50")