Documentation for csv_to_geojson
Path: utils/csv_to_geojson.py
Functions
wkt_to_geojson
Convert a WKT (Well-Known Text) string to GeoJSON format with properties.
Args: wkt_string (str): The WKT string to convert properties (dict): Properties to include in the GeoJSON feature
Returns: dict: A GeoJSON feature with geometry and properties
convert_csv_to_geojson_files
No description provided.