Tippecanoe can apparently take multiple GeoJSON inputs. If it can properly ingest all 102 files simultaneously (which is a big "maybe"), then we could avoid the sed and awk shell-script steps that currently manually append the GeoJSON Features together (since @mapbox/geojson-merge fails to do so). This would also require moving the OCD ID assignment step to earlier in the process, and maybe removing the streaming component.
Tippecanoe can apparently take multiple GeoJSON inputs. If it can properly ingest all 102 files simultaneously (which is a big "maybe"), then we could avoid the
sed
andawk
shell-script steps that currently manually append the GeoJSON Features together (since@mapbox/geojson-merge
fails to do so). This would also require moving the OCD ID assignment step to earlier in the process, and maybe removing the streaming component.