Closed daradib closed 10 years ago
DataLoader and database class now support GeoAlchemy.
Example usage:
loader = DataLoader() session = loader.database.session alameda = loader.database.tables.staging.alameda for desc in session.query(alameda.luc_desc).distinct(): print(desc)
Need to implement some spatialtoolz functions with GeoAlchemy as proof-of-concept before merging.
Fixed db_to_df argument and added GeoAlchemy to setup.py. Thanks @janowicz. Will merge.
db_to_df
setup.py
DataLoader and database class now support GeoAlchemy.
Example usage:
Need to implement some spatialtoolz functions with GeoAlchemy as proof-of-concept before merging.