Open flibbertigibbet opened 7 years ago
Thanks for documenting the error. I'm not sure what exactly is going wrong, but you're right that it's trying to access an attribute on a feature that is either null or undefined. When you look at your final feature count after the change to esri2geo, do you still get the total 31,849?
According to ogrinfo
, the final feature count came out at 30,439.
Managed to get a download with the full feature count using the python tool esridump.
Appears to specifically be an issue with esri2geo, but reporting here as unsure of exact cause.
Was able to finish the job successfully after editing
node_modules/esri2geo/esri2geo.js
to skip processing in thetoGeoJSON
loop where the feature from the array was falsy.services.txt: