Closed daradib closed 9 years ago
Major changes:
TableFrame
io.df_to_db
sim.plot
spatialtoolz.validate
ST_MakeValid
spatialtoolz.conform_srids
TableLoader.get_path
io.dbf_to_db
TableLoader.get_attributes
index_name
index_col
New functionality needs proper tests. Unfortunately tests will be deferred to next year because of time constraints.
Major changes:
TableFrame
class for read-only DataFrame-like access to a database table.io.df_to_db
function for exporting to database tables using PostgreSQL COPY.sim.plot
function for plotting UrbanSim sim framework relationships using GraphViz.spatialtoolz.validate
function for fixing invalid geometries usingST_MakeValid
and support for it inspatialtoolz.conform_srids
function.TableLoader.get_path
method to return path to file in data directory.io.dbf_to_db
function andTableLoader.get_attributes
method to read shapefile attribute table in dBase format using GDAL.index_name
toindex_col
for consistency with pandas.New functionality needs proper tests. Unfortunately tests will be deferred to next year because of time constraints.