Read xyn files.
For example observation points with names. When name column is not present,
it will be generated as “point001”, “point002”, etc.
- Parameters:
fn (str, Path) – Path to xyn file.
crs (int, CRS) – Coordinate reference system.
- Returns:
gdf – GeoDataFrame with point geometries.
- Return type:
gpd.GeoDataFrame