File: META.json

package info (click to toggle)
pgpointcloud 1.2.5-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,892 kB
  • sloc: sql: 40,767; ansic: 11,045; xml: 935; makefile: 297; cpp: 282; perl: 248; python: 178; sh: 92
file content (43 lines) | stat: -rw-r--r-- 965 bytes parent folder | download | duplicates (4)
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
{
	"name": "pointcloud_postgis",
	"abstract": "PostGIS integration functions for Pointcloud",
	"description": "Provides GIS overlay and vector/raster hooks for point clou data.",
	"version": "1.0.0",
	"release_status": "unstable",
	"maintainer": "Paul Ramsey",
	"license": "bsd",
	"provides": {
		"pointcloud_postgis": {
			"abstract": "PostGIS integration for Pointcloud",
			"version": "1.0.0",
			"file": "",
			"docfile": ""
		}
	}
	"prereqs": {
      "runtime": {
         "requires": {
            "postgis": "2.0.0",
            "pointcloud": "1.0.0"
         }
      }
    },
    "generated_by": "Paul Ramsey",
	"resources": {
		"bugtracker": {
			"web": "https://github.com/pgpointcloud/pointcloud"
		},
		"repository": {
			"url": "",
			"web": "https://github.com/pgpointcloud/pointcloud",
			"type": "git"
		}
	},
	"meta-spec": {
		"version": "1.0.0",
		"url": "http://pgxn.org/meta/spec.txt"
	},
	"tags": [
		"gis", "lidar", "spatial", "geometry"
	]
}