dersteppenwolf / fgdb2postgis

Python library providing functionality for converting ESRI file geodatabase to PostGIS
GNU General Public License v3.0
7 stars 3 forks source link

Error listing layers #2

Open dersteppenwolf opened 4 years ago

dersteppenwolf commented 4 years ago

get_feature_classes [{'count': 35, 'feature_type': u'Simple', 'shapeType': u'Polygon', 'feature': u'BLK_RD_FHP_1_2019_06_27_15h_20m_53s', 'dataset': None, 'foreign_keys': [], 'type': 'feature_class'}, {'count': 35, 'feature_type': u'Simple', 'shapeType': u'Polygon', 'feature': u'BLK_RD_FHP_1_2019_06_27_15h_21m_31s', 'dataset': None, 'foreign_keys': [], 'type': 'feature_class'}] get_tables string indices must be integers File "C:\Python\lib\site-packages\fgdb2postgis\filegdb.py", line 645, in create_yaml self.tables_list = self.get_tables()

Example dataset: https://github.com/lorrnel/fgdb2postgis/blob/master/Boundaries.gdb.zip

sindile commented 4 years ago

I am also running to the same issue as @dersteppenwolf