-
Notifications
You must be signed in to change notification settings - Fork 21
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
etl_load for spatial data #55
Comments
Correct, it does not work with spatial data. I think PostgreSQL supports spatial data, but I am not sure about the other implementations. A way forward could certainly be to detect that the data is spatial in the transform phase, and then leverage any spatial support in |
Okay so that would require writing both an etl_transform.package and the etl_load.package? I noticed there was a mention of templates for both of these, I was unable to find them when I ran the create_etl_package function? I appreciate the help and thank you for creating this package. |
Correct. There is only a template for |
Okay thank you for the help. |
@beanumber have you applied this framework to spatial data? I noticed that the macleish uses spacial data but from my understanding it doesn't load the spatial data to the SQL database. I have made a few attempts to but I seem to run into an issue when it checks for csv.
The text was updated successfully, but these errors were encountered: