Add an option to map-match
to accept a GeoJSON feature collection
#4
Labels
good first issue
Good for newcomers
map-match
to accept a GeoJSON feature collection
#4
Description:
We will enhance the
MapMatch
command to accept one or more GeoJSON files as input. Each GeoJSON file must be a Feature Collection, containing only LineString or MultiLineString Features. Any other types of Features will be ignored during processing.The system will validate the file extension, ensuring only GeoJSON files are accepted. Files with no eligible features (i.e., no LineStrings or MultiLineStrings) will pass validation but will not trigger any map matching.
Acceptance Criteria:
MapMatch
command should accept one or more GeoJSON files as input..geojson
extension.MapMatch
command, including the expected input format (GeoJSON Feature Collections) and validation behavior.Additional Resources:
The text was updated successfully, but these errors were encountered: