NENA911 / NG911GISDataModel

GIS Data Model templates based on the NENA Standard for NG9-1-1 GIS Data Model (NENA-STA-006.x)
Apache License 2.0
14 stars 8 forks source link

Esri schema description for 'Public' PlaceType is cut-off. #65

Closed NCT911-DLindsey closed 1 year ago

NCT911-DLindsey commented 1 year ago

Within the Esri schema_fgdb_v2.py file, line 225, there appears to be a cut off after 'public-transport', with 'ai" being the final letters. The postgresql template shows that a bit more should have been included.

https://github.com/NENA911/NG911GISDataModel/blob/6559a3e7d520076b06fea572b6896f7805f01820/esri_geodatabase/NENA_NG911_Scripts/schema/schema_fgdb_v2.py#L221-L225

image

-David L.

tomneer commented 1 year ago

Thanks David! Fixed.

NCT911-DLindsey commented 1 year ago

Hey Tom, sorry to nitpick, but it's suppose to be 'airport' not 'ai'. (Although 'ai' seems to basically exist everywhere in public now. Ha.)

image

How the Postgresql schema reads: image

tomneer commented 1 year ago

Oops. Fixed and updated. Thanks again for the catch!