Hi,

Perhaps it is not ogrinfo that did not work but the awk-processing stuff.
You can try with plain ogrinfo.  This gives a summary of the shapefile:

ogrinfo -al -summary shapefile.shp

Without summary there will be so much info (actually just everything, all the 
attributes and also the geometries in well known text format) in the output 
that some processing will be needed.  You can try to save the output to text 
file first and try to find a way to analyze it later.  But perhaps the feature 
count reported by the summary report will be enough. Full report goes into text 
file with command

ogrinfo -al shapefile.shp >output.txt

-Jukka Rahkonen-

> -----Alkuperäinen viesti-----
> Lähettäjä: [email protected] 
> [mailto:[email protected]] Puolesta 
> Wolfgang Qual
> Lähetetty: 3. maaliskuuta 2010 16:35
> Vastaanottaja: [email protected]
> Aihe: Re: [Gvsig_english] error loading big shapefile
> 
> 
> Dear Juan Lucas,
> unfortunately, the ogrinfo-command did not work. Available 
> options of my
> ogrinfo-command:
> 
> ogrinfo --help
> Usage: ogrinfo [--help-general] [-ro] [-q] [-where restricted_where]
>                [-spat xmin ymin xmax ymax] [-fid fid]
>                [-sql statement] [-al] [-so] [--formats]
>                datasource_name [layer [layer ...]]
> 
> seems that I have a quite old version of that application ;( [1]
> 
> Best,
> Wolfgang
> 
> [1] http://www.gdal.org/ogrinfo.html
> 
> 
> 
> -- 
> View this message in context: 
> http://n2.nabble.com/error-loading-big-shapefile-tp4661053p466
7840.html
> Sent from the gvSIG international mailing list archive at Nabble.com.
> _______________________________________________
> Gvsig_internacional mailing list
> [email protected]
> http://listserv.gva.es/cgi-bin/mailman/listinfo/gvsig_internacional
> 
_______________________________________________
Gvsig_internacional mailing list
[email protected]
http://listserv.gva.es/cgi-bin/mailman/listinfo/gvsig_internacional

Reply via email to