Closed mmdolbow closed 8 years ago
Mike - glad you find this library useful! It's funny, I just came across this problem a week ago when I was investigating a new data source. Anyway, I made changes to handle null point geometry locally but didn't update the repo until this morning. I didn't exactly implement the solution you suggested, although that would work too. Everything should be working fine now. Thanks for the heads up!
Awesome, I'm finding it very useful. I've come across another problem - REST endpoints where the field names have a "." in them, which get translated into underscores in the local FGDB, leading to a schema mismatch. I think I have a workaround and if I succeed, I'll do a PR. Awesome work, thank you for putting this together!
Hi, this is great. I have one suggestion and sorry I don't have time to put into a pull request. I frequently find endpoints with some garbage in them, and they have records posted with no geometry. I propose skipping those records entirely. Here's how I modded your script to do that, after line 227:
original : geom = self.__getGeometry(feature['geometry'])