SpatiaLite is playing an increasing role in my organization. As it stands now, using SpatiaLite alongside ArcGIS Desktop requires an amount of importing and exporting of data that isn't always trivial. Outside of products such as the Data Interoperability Extension or FME, what other options, if any, are there for SpatiaLite support in ArcGIS Desktop?
|
I don't know of any as of yet but I bet you could approach the ZigGIS folks for support. I know ZIG only does PostGIS now but both databases have the same functionality. Once ESRI finally gets rid of SDE/ArcGIS Server database and supports direct connections to ST_ compliant databases then there will be much rejoicing! |
|||
|
On Google Code, I found that Umbriel ArcGIS Desktop Tools have a project called Umbriel.ArcGIS.Spatialite but I haven't found any documentation on it yet. |
|||
|
|
|
I wouldn't use anything out of Umbriel.ArcGIS.Spatialite--I was just messing about. No warranties there...I was just trying things out. I did work up a ZigGIS-based project to access Spatialite (not on google code). It's really rough and I didn't have additional time work with it. MP4 Video: http://drop.io/htz3c7w It was written against ziggis source code that isn't open source (according to the code files I was working with). The ZigGIS 3.0 provider model will make it a lot easier to use spatialite as a data provider to ArcGIS, but they weren't interested in weaving what I wrote into the current version (a decision I agree with). If they are cool with me releasing what I wrote, I'll make it available. |
|||||||||||||||
|
|
This really isn't an answer, but I imagine it would be interesting to some folks. As has been pointed out in the comments we'll be extending zigGIS's reach by having a generic "provider" model so that other datasources such as MS SQL Server, Oracle, and, yes, Spatialite can be easily plugged in. For Spatialite support we hope to work closely with Jay. We're hoping to break ground on zigGIS 3.0 by summer's end. |
|||
|
|
|
I started an open source GDAL/OGR ArcGIS plugin project this weekend that gives read support to spatialite and any other OGR vector data source like Google Fusion Tables. I have it working locally reading spatialite and will cleanup and push the rest of changes this coming Friday. I hope you find it useful. Update 1: OK, got it working today. The following is a spatialite file being read from ArcGIS 10.1 natively.
Since it uses GDAL/OGR, it doesn't just read spatialite but it also adds support to a gazzilion other formats. For example, this screenshot is a mix of reading S57 ENC files with spatialite:
If you want to test the binaries, that would be helpful, so I can add them for anyone else. |
||||
|
|
|
|||||||
|

