-
Notifications
You must be signed in to change notification settings - Fork 1
Gems ingestion pipeline #176
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Update However, our get_dataframes() is already using the right G.read_file() to get the layers (both spatial and non-spatial) from the .gdb for us to ingest. The only difference is that we need to include a read_geometry parameter to tell geopandas to read spatial vs non-spatial files. This depicts whether we insert the data into the database or apply a metadata merge on it. Lots of refactoring with this change. Will push my updates soon. |
… the age using the intervals dict
…ing name column to map
|
Need to verify if there is code to extract the points or geomaterialdict in another file. Reference #171 for details