I am trying to load the plant pbf file using GDAL. But it is not loading all the polygon areas, I am only getting about 111M polygons for the whole planet but this is not correct. In the past we used to get much more than 200M polygons including all the building foorprints. And when I check for admin boundaries, many of the admin area polygons are missing.
This is the config file we are using:
[multipolygons]
common attributes
note: for multipolygons, osm_id=yes instantiates a osm_id field for the id of relations
and a osm_way_id field for the id of closed ways. Both fields are exclusively set.
osm_id=yes
osm_version=no
osm_timestamp=no
osm_uid=no
osm_user=no
osm_changeset=no
keys to report as OGR fields
attributes=name,name:en,type,admin_level,boundary,natural,place,leisure,aeroway,gnis:id,gnis:feature_type,int_name,nat_name,ISO3166-1,ISO3166-1:alpha2,ISO3166-1:alpha3,ISO3166-2,population
keys that should NOT be reported in the “other_tags” field
ignore=area,created_by,converted_by,source,time,ele,note,openGeoDB:,fixme,FIXME
uncomment to avoid creation of “other_tags” field
#other_tags=no
uncomment to create “all_tags” field. “all_tags” and “other_tags” are exclusive
#all_tags=yes
Anyone know how many polygons are supposed to be in the plant pbf file?
planet-v1.57.osm.pbf is the pbf file used.