Tell me more ×
Geographic Information Systems Stack Exchange is a question and answer site for cartographers, geographers and GIS professionals. It's 100% free, no registration required.

I'm using qgis and grass for my work. I've produced a shapefile which is over 100mbs (s a result of some statistical analysis).

If i convert it to sqlite format (spatially enabled) the data shrinks down to 15 mbs. Which is acceptable for sharing it with email or dropbox.

BUT my colleague is using arcgis 9.3 - will he be able to read the data without any problems?

share|improve this question
1  
You could zip up the shapefile and get similar compression. 7zip will compress it even further. Probably less hassle than trying to get ArcGIS 9.3 to read a SQLite database. – Rayner Sep 11 '12 at 11:38
so basically that's a "no arcgis 9.3 can not read sqlite data"? – nickves Sep 11 '12 at 11:59
S-FTP and zipping the files with a higher compression (winzip has this option) would be a solution - best of the ftp free bunch is filezilla filezilla-project.org – Mapperz Sep 11 '12 at 13:42

2 Answers

up vote 2 down vote accepted

You can install the Open Source ArcGIS OGR Workspace plugin from AmigoCloud that will give ArcMap read access to spatialite and a whole bunch of other formats. It is free. Let me know if you want to test the binaries - I already have some people doing that with success. They only work with 10.1 at the moment since that is the only ArcGIS version I have access to. It should compile fine on 9.3 though.

share|improve this answer

My understanding is that to do this using ArcGIS Desktop 9.3 (or 10 or 10.1) the simplest, but expensive, option would be to use the Data Interoperability extension.

I would recommend that you add your vote to this ArcGIS Idea.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.