This file is indexed.

/usr/lib/python2.7/dist-packages/imposm-2.5.0.egg-info/PKG-INFO is in python-imposm 2.5.0-3build1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
Metadata-Version: 1.1
Name: imposm
Version: 2.5.0
Summary: OpenStreetMap importer for PostGIS.
Home-page: http://imposm.org/
Author: Oliver Tonnhofer
Author-email: olt@omniscale.de
License: Apache Software License 2.0
Description: Imposm is an importer for OpenStreetMap data. It reads XML and PBF files and
        can import the data into PostgreSQL/PostGIS databases.
        
        It is designed to create databases that are optimized for rendering/WMS
        services.
        
        It is developed and supported by `Omniscale <http://omniscale.com>`_, runs on
        Linux or Mac OS X and is released as open source under the `Apache Software
        License 2.0 <http://www.apache.org/licenses/LICENSE-2.0.html>`_.
        
        See http://imposm.org/ for more information.
        
        Changelog
        ---------
        
        2.5.0 2012-12-06
        ~~~~~~~~~~~~~~~~
        
        - PostGIS 2 support
        - new --limit-to option to limit imports to polygons
        - added --quiet option that only logs progress once per minute
        - add StringIndex and Index mappings for PostgreSQL
        - always drop tables _and_ views with same name before creating new
          table/view. allows to change mappings from views to tables and
          vice versa.
        - internal refactoring to make support for non SQL databases easier
        
        
        2.4.0 2012-03-30
        ~~~~~~~~~~~~~~~~
        
        - new Class and Type field types
        - add support to disable automatic ``type`` column
        - new --connection option
        - support for PostGIS Trigram indices
        - do not try to simplify empty geometries
        - limit progress logging to 5 times per second
        - use SERIAL as primary key to support multiple features
          with the same OSM ID
        - new optional splitting of long line strings
        - use BIGINT for OSM ID in Postgres to support 64bit OSM IDs
        
        
        2.3.2 2011-09-05
        ~~~~~~~~~~~~~~~~
        
        - fixed --table-prefix
        - add --debug option for more verbose output
        - fixed way merging
        - fixed default_name_fields for UnionViews
        - improved (contains) relation builder
        
        2.3.1 2011-07-05
        ~~~~~~~~~~~~~~~~
        
        - DROP views instead of REPLACE to prevent errors
          when columns changed
        
        2.3.0 2011-07-05
        ~~~~~~~~~~~~~~~~
        
        - new PseudoArea field type
        - new Name and LocalizedName field type
        - update SRS in GeneralizedTables and UnionTables
        - new waterareas_gen0|1 in default style
        - new area field in landusages table
        - new meter_to_mapunit function to use same mapping
          for EPSG:4326 and projected SRS
        
        2.2.0 2011-06-01
        ~~~~~~~~~~~~~~~~
        
        - support for Shapely speedups (>=1.2.10)
        - new --port option for PostgreSQL port
        - reduced size of nodes cache by ~40%
        - store inserted ways in extra cache
        - support for relations type=boundary
        - new faster relation builder that supports
          relations with >1000 rings
        - set import options in mapping file
        
          - import_partial_relations=True/False
          - relation_builder=contains(new)/union(old)
          - imposm_multipolygon_report=60(seconds)
          - imposm_multipolygon_max_ring=0
        
        2.1.3 2011-04-19
        ~~~~~~~~~~~~~~~~
        
        - support for colons and other special chars in field and
          table names (e.g. de:name)
        
        2.1.2 2011-04-13
        ~~~~~~~~~~~~~~~~
        
        - make it work on 32bit systems
        
        2.1.1 2011-04-12
        ~~~~~~~~~~~~~~~~
        
        - new ``--proj`` option to change DB projection from EPSG:900913
        - abort if there are existing cache files
        - new ``--merge-cache`` and ``--overwrite-cache`` options
        
        2.1.0 2011-03-29
        ~~~~~~~~~~~~~~~~
        
        - first open source release
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: C
Classifier: Programming Language :: C++
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Scientific/Engineering :: GIS