csv_to_geojson
Convert geographic data from CSV format to GeoJSON by specifying latitude and longitude fields, enabling seamless integration with GIS applications.
Instructions
Convert CSV with geographic data to GeoJSON
Input Schema
Name | Required | Description | Default |
---|---|---|---|
csv | Yes | CSV string to convert | |
delimiter | No | CSV delimiter (default is comma) | , |
latfield | Yes | Field name for latitude | |
lonfield | Yes | Field name for longitude |