-
Notifications
You must be signed in to change notification settings - Fork 51
/
.info.json
105 lines (105 loc) · 4.19 KB
/
.info.json
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
{
"homepage": "https://gdal3.js.org/",
"description": "Convert raster and vector geospatial data to various formats and coordinate systems <b>entirely in the browser.</b>",
"cli": {
"name": "gdal3.js",
"descriptions": [
"<b>gdal3.js</b> is a port of Gdal applications (<b>gdal_translate</b>, <b>ogr2ogr</b>, <b>gdal_rasterize</b>, <b>gdalwarp</b>, <b>gdaltransform</b>) to Webassembly. It allows you to convert raster and vector geospatial data to various formats and coordinate systems.",
"gdal3.js uses emscripten to compile Gdal, proj, geos, spatialite, sqlite, geotiff, tiff, webp, exfat, zlib and iconv to webassembly."
]
},
"gui": {
"name": "gdal3.js GUI",
"descriptions": [
"<b>gdal3.js GUI</b> is a web application that provides a gui to gdal_translate, ogr2ogr and gdal_rasterize applications to be used online. Uses gdal3.js in the background. It runs on the browser and files are converted on the client side."
]
},
"license": {
"name": "GNU Lesser General Public License v2.1 or later",
"url": "https://github.com/bugra9/gdal3.js/blob/master/LICENSE"
},
"sourceCodeUrl": "https://github.com/bugra9/gdal3.js",
"apiReferencesUrl": "https://gdal3.js.org/docs",
"testUrl": "https://gdal3.js.org/test",
"coverageUrl": "https://gdal3.js.org/coverage",
"nativeDependencies": [
{
"name": "Emscripten 3.1.51",
"url": "https://github.com/emscripten-core/emscripten",
"licenseUrl": "https://github.com/emscripten-core/emscripten/blob/main/LICENSE"
},
{
"name": "Gdal 3.8.4",
"url": "https://github.com/OSGeo/gdal",
"licenseUrl": "https://github.com/OSGeo/gdal/blob/master/gdal/LICENSE.TXT"
},
{
"name": "Proj 9.3.1",
"url": "https://github.com/OSGeo/PROJ",
"licenseUrl": "https://github.com/OSGeo/PROJ/blob/master/COPYING"
},
{
"name": "Geos 3.12.1",
"url": "https://github.com/libgeos/geos",
"licenseUrl": "https://github.com/libgeos/geos/blob/master/COPYING"
},
{
"name": "Spatialite 5.1.0",
"url": "https://www.gaia-gis.it/fossil/libspatialite/index",
"licenseUrl": "http://www.gnu.org/licenses/lgpl-2.1.html"
},
{
"name": "Sqlite 3.45.1",
"url": "https://www.sqlite.org/index.html",
"licenseUrl": "https://www.sqlite.org/copyright.html"
},
{
"name": "GeoTIFF 1.7.1",
"url": "https://github.com/OSGeo/libgeotiff",
"licenseUrl": "https://github.com/OSGeo/libgeotiff/blob/master/libgeotiff/LICENSE"
},
{
"name": "Tiff 4.6.0",
"url": "https://gitlab.com/libtiff/libtiff",
"licenseUrl": "https://gitlab.com/libtiff/libtiff/-/blob/master/COPYRIGHT"
},
{
"name": "WebP 1.3.2",
"url": "https://chromium.googlesource.com/webm/libwebp",
"licenseUrl": "https://chromium.googlesource.com/webm/libwebp/+/refs/heads/master/COPYING"
},
{
"name": "Expat 2.6.0",
"url": "https://github.com/libexpat/libexpat",
"licenseUrl": "https://github.com/libexpat/libexpat/blob/master/expat/COPYING"
},
{
"name": "Zlib 1.3.1",
"url": "https://www.zlib.net/",
"licenseUrl": "https://www.zlib.net/zlib_license.html"
},
{
"name": "Iconv 1.17",
"url": "https://www.gnu.org/software/libiconv/",
"licenseUrl": "https://www.gnu.org/software/libiconv/"
}
],
"inspiredBy": [
{
"name": "ddohler/gdal-js",
"url": "https://github.com/ddohler/gdal-js"
},
{
"name": "sql-js/sql.js",
"url": "https://github.com/sql-js/sql.js"
},
{
"name": "jvail/spatiasql.js",
"url": "https://github.com/jvail/spatiasql.js"
},
{
"name": "azavea/loam",
"url": "https://github.com/azavea/loam"
}
]
}