https://github.com/jumpinjackie/fdotoolbox
A tool for working with various sources of geospatial data
https://github.com/jumpinjackie/fdotoolbox
fdo geospatial-data gis
Last synced: 4 months ago
JSON representation
A tool for working with various sources of geospatial data
- Host: GitHub
- URL: https://github.com/jumpinjackie/fdotoolbox
- Owner: jumpinjackie
- License: lgpl-2.1
- Created: 2013-11-12T15:40:00.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2023-05-16T14:45:33.000Z (about 3 years ago)
- Last Synced: 2025-10-14T04:33:54.334Z (9 months ago)
- Topics: fdo, geospatial-data, gis
- Language: C#
- Homepage:
- Size: 96.4 MB
- Stars: 28
- Watchers: 6
- Forks: 6
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
FDO Toolbox
===========
[](https://ci.appveyor.com/project/jumpinjackie/fdotoolbox)
A multi-purpose tool for working with geospatial data.
FDO Toolbox is an multi-purpose geospatial tool to create, analyse, convert, process and manage spatial data. It is written in C# and uses the Feature Data Objects (FDO) API (http://fdo.osgeo.org)
Depending on the version of FDO Toolbox you have, you will need the following components installed as well:
* 1.4 (current): .net Framework 4.8, Visual C++ 2015 runtime (included with installer)
* 1.3: .net Framework 4.5, Visual C++ 2012 runtime
* 1.0-1.2: .net Framework 4.0, Visual C++ 2010 runtime
* older: .net Framework 2.0 SP1, Visual C++ 2008 runtime
FDO Toolbox was previously hosted on [Google Code](https://code.google.com/p/fdotoolbox/)
Disclaimer: Know what you are doing before trying this on production-quality geospatial data.