Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 673 Bytes

File metadata and controls

28 lines (19 loc) · 673 Bytes

Shapefile

Joins regions defined in a shapefile with points defined as latitudes and longitudes, and gives meta information about the content of the shapefile.

Language

Python

Parameters

Shapefile

The shapefile to use

Label field

Property within the shapefile defining the name of a region

Geometry field

Property within the shapefile defining the geometry of a region

Latitude field

Field in the first input defining latitudes

Longitude field

Field in the first input defining longitudes

Dependencies

geopandas

Source

script.py