Opened 8 years ago

Closed 8 years ago

#6468 closed defect (invalid)

ogr2ogr: GeoJSON has different object count in QGis

Reported by: d2tran Owned by: warmerdam
Priority: normal Milestone:
Component: default Version: 1.11.3
Severity: normal Keywords: GeoJSON, ogr2ogr, ESRI, Shapefile
Cc:

Description

I use QGis and this GeoJSON file: http://earthquake.usgs.gov/earthquakes/feed/v1.0/summary/all_day.geojson

then in the command prompt I type:

ogr2ogr -f "ESRI Shapefile" "C:\test1.shp" "http://earthquake.usgs.gov/earthquakes/feed/v1.0/summary/all_day.geojson" OGRGeoJSON

Objects: 185 (there was only 184 once)

I copy and paste the url content as all_day.geojson and I try again:

ogr2ogr -f "ESRI Shapefile" "C:\test2.shp" "C:\build-OGR2GUI-Desktop_Qt_5_6_0_MSVC2013_64bit-Release\all_day.geojson" OGRGeoJSON

Objects: 186

Attachments (1)

all_day.geojson (135.2 KB ) - added by d2tran 8 years ago.
all_day.geojson

Download all attachments as: .zip

Change History (2)

by d2tran, 8 years ago

Attachment: all_day.geojson added

all_day.geojson

comment:1 by Even Rouault, 8 years ago

Resolution: invalid
Status: newclosed

This is a live source. The number of features change on the server in real time.

Note: See TracTickets for help on using tickets.