GIS Annotator
- class GISAnnotator(shape_files: List[str], columns: List[str], crs='EPSG:4326')[source]
Geographic Annotator adds columns to a provided data frame containing latitude and longitude (or other CRS) with labels coming from provided shape files, such as zip codes or county names (or FIPS codes)
Create the Annotator
- Parameters