wavded / ogre

ogr2ogr geojson-focused web client
http://ogre.adc4gis.com
MIT License
266 stars 79 forks source link

15MB file limit #8

Closed jimginn closed 11 years ago

jimginn commented 12 years ago

most of my shape zip files (prj, shp, shx, and dbf file) are at 30+MB. Any way to get them converted ?

wavded commented 12 years ago

@jimginn we set a cap on the size, think its 15mb right now, I can bump it up (or you can setup ogre on your own servers or just use ogr2ogr directly), what is your max size?

jimginn commented 12 years ago

our next project file zipped (prj shp shx & dbf) is 30MB but some are bigger than that .... started to look for ogr2ogr ie:

http://download.opensuse.org/repositories/Application:/Geo/openSUSE_11.4/x86_64/

but didn't have the time presently to install, configure and figure it out ....

wavded commented 12 years ago

@jimginn ok now i'm confused, the limit actually is actually set much higher than 15mb although the website says 15mb, what happens when you try a large file?

jimginn commented 12 years ago

you are correct as the file (ac.zip - 30MB) uploaded ... anyway to extract latitude / longitude for parcels from the entire project file ?

wavded commented 12 years ago

hmm not sure if this project can help you there, I'm assuming that is attribute data? if so it should be available in the JSON and from there you could use just a JSON lib in your favorite programming language to pull out what you need.

wavded commented 11 years ago

doing some spring cleaning, closing for now