Skip to content

Commit

Permalink
set gpq conversion to be true by default
Browse files Browse the repository at this point in the history
  • Loading branch information
cholmes committed Jul 26, 2023
1 parent b083df8 commit 2ca0fa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion open_buildings/open_buildings.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# This is necessary because DuckDB does not write the GeoParquet metadata (yet). Once DuckDB implements
# this feature can be removed. Setting it to false will give a sense of how fast DuckDB will be, but
# if you want to actually use the output GeoParquet files, set it to True.
RUN_GPQ_CONVERSION = False
RUN_GPQ_CONVERSION = True

# Global variable, that sets the compression type for the Parquet files. The two options that
# will work for both DuckDB and pandas are 'snappy' and 'gzip'. 'snappy' is the default. You can
Expand Down

0 comments on commit 2ca0fa3

Please sign in to comment.