Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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