issues
search
UDST
/
spandex
Spatial Analysis and Data Extraction
http://nbviewer.ipython.org/github/synthicity/user_meeting_2014/blob/gh-pages/spandex/spandex_demo.ipynb
BSD 3-Clause "New" or "Revised" License
22
stars
7
forks
source link
Fixes and revised geom_duplicate
#50
Closed
daradib
closed
9 years ago
daradib
commented
9 years ago
Changes:
Revise
geom_duplicate
function to properly use primary keys.
Fix
df_to_db
by using lowercase database column names and empty DataFrame with data types.
Fix
load_shp
on Windows by enabling
universal_newlines
.
Fix simulation framework tests.
Changes:
geom_duplicate
function to properly use primary keys.df_to_db
by using lowercase database column names and empty DataFrame with data types.load_shp
on Windows by enablinguniversal_newlines
.