Wednesday at FOSS4G Jackie Ng gave a presentation on the FDO Toolbox. It was presented so well that I was flabbergasted to discover subsequently from one of Jackie's blog that this was his first public presentation.
There are a couple of important reasons why it is worthwhile talking a look at FDO Toolbox. First of all, it is built on the .Net platform which differentiates it from the alternative C++ and Java tools. If you are used to working in a Windows .Net environment, you will feel at home here. Secondly, Jackie has put a lot of effort into the UI so the FDO Toolbox is simple to use. Thirdly, it is a comprehensive schema and data management tool that can handle geospatial and non-geospatial data with equal facility. I was very impressed with how many things you can do with FDO Toolbox including
Data Management (ETL)
- Create and edit data models (schemas)
- Read and write geospatial data for up to 150 data sources supported by FDO
Data Preview (maps for geospatial data)
- FDO query
- SQL query
Batch automation
- Batch scripting to automate common geo-processing tasks
Translation (FDO2FDO)
- Bulk copy selected geospatial data from one FDO data source to another
- Fast copy one FDO data source to another, not quite one-click but pretty close
Extensibility
- FDO Toolbox can be extended through extension modules. With extension modules you can add new commands in C# for custom functionality and include new menu entries to expose them in the user interface.
Jackie demonstrated the latest release of the FDO Toolbox 0.8.7 which includes a dramatically improved bulk copy with a completely revamped user interface and XML file definition. Also FDO Toolbox now supports Python scripting.
Comments