Archive for the ‘database’ Category

Notes on using sdelayer to mosaic data into ArcSDE

Posted on March 27th, 2008 by admin

For those who aren’t familiar, ArcSDE is server software that sits atop a database to spatially enable it. The resulting geodatabase is able to store geographic features (e.g. roads, buildings, endangered habitats) along with more common SQL data types. ArcSDE can also store georeferenced rasters such as scanned plans/maps or satellite/aerial imagery.
To load raster data [...]

Tabular data with Python slides, from PyCon UK

Posted on September 30th, 2007 by admin

At PyCon UK 2007 I gave a short talk on using Python to deal with tabular data. The slides, demos and modules for my talk are available for download.
There is material in the download that I didn’t present on the day. The talk covers extracting data from various tabular data formats. This is the first [...]