-
Notifications
You must be signed in to change notification settings - Fork 7
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
bc2pg - improve type mapping #204
Comments
Distinct types of some frequently accessed datasets:
|
This should enable a |
This replaces issue #178 because while BCDC provides |
just using geopandas |
As per #178,
bc2pg
createsnumeric
postgres columns for BCDCNUMBER
columns.Should
bcdata
:{"field_name1": "numeric", "field_name2": "integer"}
?data_precision
part of the schema?As data are read by geopandas when writing to postgres:
The text was updated successfully, but these errors were encountered: