2021-03-29 04:52:48 +08:00
|
|
|
{
|
|
|
|
"name": "gdal",
|
2023-11-17 11:48:18 +08:00
|
|
|
"version-semver": "3.8.0",
|
2021-04-20 04:53:29 +08:00
|
|
|
"description": "The Geographic Data Abstraction Library for reading and writing geospatial raster and vector data",
|
|
|
|
"homepage": "https://gdal.org",
|
2022-02-18 09:03:04 +08:00
|
|
|
"license": null,
|
2022-07-08 06:05:52 +08:00
|
|
|
"supports": "!uwp",
|
2021-03-29 04:52:48 +08:00
|
|
|
"dependencies": [
|
2022-07-08 06:05:52 +08:00
|
|
|
"json-c",
|
|
|
|
"libgeotiff",
|
2022-01-19 04:15:31 +08:00
|
|
|
{
|
2022-07-08 06:05:52 +08:00
|
|
|
"name": "pkgconf",
|
|
|
|
"host": true
|
2022-01-19 04:15:31 +08:00
|
|
|
},
|
2023-05-26 06:08:27 +08:00
|
|
|
{
|
|
|
|
"name": "proj",
|
|
|
|
"default-features": false,
|
|
|
|
"features": [
|
|
|
|
"tiff"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "tiff",
|
|
|
|
"default-features": false
|
|
|
|
},
|
2021-03-29 04:52:48 +08:00
|
|
|
{
|
2022-07-08 06:05:52 +08:00
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
2021-03-29 04:52:48 +08:00
|
|
|
},
|
2022-01-19 04:15:31 +08:00
|
|
|
{
|
2022-07-08 06:05:52 +08:00
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
},
|
2021-12-10 10:18:18 +08:00
|
|
|
{
|
|
|
|
"name": "vcpkg-pkgconfig-get-modules",
|
|
|
|
"host": true
|
|
|
|
},
|
2022-07-08 06:05:52 +08:00
|
|
|
"zlib"
|
2021-03-29 04:52:48 +08:00
|
|
|
],
|
2022-01-04 05:08:39 +08:00
|
|
|
"default-features": [
|
2022-07-08 06:05:52 +08:00
|
|
|
"default-features"
|
2022-01-04 05:08:39 +08:00
|
|
|
],
|
2021-03-29 04:52:48 +08:00
|
|
|
"features": {
|
2022-05-07 08:13:42 +08:00
|
|
|
"aws-ec2-windows": {
|
|
|
|
"description": "Optimized detection of AWS EC2 Windows hosts",
|
|
|
|
"dependencies": [
|
|
|
|
"atlmfc"
|
|
|
|
]
|
|
|
|
},
|
2021-11-04 12:46:14 +08:00
|
|
|
"cfitsio": {
|
|
|
|
"description": "Enable cfitsio support",
|
|
|
|
"dependencies": [
|
|
|
|
"cfitsio"
|
|
|
|
]
|
|
|
|
},
|
2022-07-08 06:05:52 +08:00
|
|
|
"curl": {
|
|
|
|
"description": "Enable CURL network support",
|
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "curl",
|
|
|
|
"default-features": false
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"default-features": {
|
|
|
|
"description": "Default set of features, including recommended features",
|
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "gdal",
|
|
|
|
"default-features": false,
|
|
|
|
"features": [
|
2022-11-19 05:03:52 +08:00
|
|
|
"gif",
|
|
|
|
"iconv",
|
2023-01-17 04:45:42 +08:00
|
|
|
"libkml",
|
2022-11-19 05:03:52 +08:00
|
|
|
"libxml2",
|
|
|
|
"lzma",
|
|
|
|
"openjpeg",
|
|
|
|
"openssl",
|
|
|
|
"pcre2",
|
|
|
|
"recommended-features",
|
|
|
|
"webp",
|
|
|
|
"zstd"
|
2022-07-08 06:05:52 +08:00
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "gdal",
|
|
|
|
"default-features": false,
|
|
|
|
"features": [
|
2022-09-26 14:25:17 +08:00
|
|
|
"libspatialite",
|
2022-07-08 06:05:52 +08:00
|
|
|
"postgresql"
|
|
|
|
],
|
|
|
|
"platform": "!uwp"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "gdal",
|
|
|
|
"default-features": false,
|
|
|
|
"features": [
|
|
|
|
"hdf5",
|
|
|
|
"netcdf"
|
|
|
|
],
|
2022-10-17 12:02:48 +08:00
|
|
|
"platform": "!uwp & !(windows & arm64) & !android & !ios"
|
2022-11-19 05:03:52 +08:00
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"expat": {
|
|
|
|
"description": "Use EXPAT library",
|
|
|
|
"dependencies": [
|
|
|
|
"expat"
|
2022-07-08 06:05:52 +08:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"freexl": {
|
|
|
|
"description": "Enable FREEXL support",
|
|
|
|
"dependencies": [
|
|
|
|
"freexl"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"geos": {
|
|
|
|
"description": "Enable GEOS support",
|
|
|
|
"dependencies": [
|
|
|
|
"geos"
|
|
|
|
]
|
|
|
|
},
|
2022-11-19 05:03:52 +08:00
|
|
|
"gif": {
|
|
|
|
"description": "Enable GIF support",
|
|
|
|
"dependencies": [
|
|
|
|
"giflib"
|
|
|
|
]
|
|
|
|
},
|
2022-01-04 05:08:39 +08:00
|
|
|
"hdf5": {
|
|
|
|
"description": "Enable HDF5 support",
|
|
|
|
"dependencies": [
|
2022-07-08 06:05:52 +08:00
|
|
|
{
|
|
|
|
"name": "hdf5",
|
2022-07-09 01:13:10 +08:00
|
|
|
"default-features": false,
|
|
|
|
"features": [
|
|
|
|
"cpp"
|
|
|
|
]
|
2022-07-08 06:05:52 +08:00
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
2022-11-19 05:03:52 +08:00
|
|
|
"iconv": {
|
|
|
|
"description": "Use iconv library",
|
|
|
|
"dependencies": [
|
|
|
|
"libiconv"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"jpeg": {
|
|
|
|
"description": "Use JPEG compression library",
|
|
|
|
"dependencies": [
|
|
|
|
"libjpeg-turbo"
|
|
|
|
]
|
|
|
|
},
|
2022-07-08 06:05:52 +08:00
|
|
|
"lerc": {
|
|
|
|
"description": "Enable LERC support",
|
|
|
|
"dependencies": [
|
|
|
|
"lerc"
|
2022-01-04 05:08:39 +08:00
|
|
|
]
|
|
|
|
},
|
2023-01-17 04:45:42 +08:00
|
|
|
"libkml": {
|
|
|
|
"description": "Enable the LibKML driver",
|
|
|
|
"dependencies": [
|
|
|
|
"libkml"
|
|
|
|
]
|
|
|
|
},
|
2021-03-29 04:52:48 +08:00
|
|
|
"libspatialite": {
|
|
|
|
"description": "Create or update SpatiaLite databases using libspatialite",
|
|
|
|
"dependencies": [
|
|
|
|
"libspatialite"
|
|
|
|
]
|
|
|
|
},
|
2022-11-19 05:03:52 +08:00
|
|
|
"libxml2": {
|
|
|
|
"description": "Use LibXML2 library",
|
|
|
|
"dependencies": [
|
|
|
|
"libxml2"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"lzma": {
|
|
|
|
"description": "Use LZMA library",
|
|
|
|
"dependencies": [
|
|
|
|
"liblzma"
|
|
|
|
]
|
|
|
|
},
|
2021-03-29 04:52:48 +08:00
|
|
|
"mysql-libmariadb": {
|
|
|
|
"description": "Add mysql support using libmariadb",
|
|
|
|
"dependencies": [
|
|
|
|
"libmariadb"
|
|
|
|
]
|
2021-07-24 01:38:02 +08:00
|
|
|
},
|
2022-01-04 05:08:39 +08:00
|
|
|
"netcdf": {
|
|
|
|
"description": "Enable NetCDF support",
|
|
|
|
"dependencies": [
|
2022-07-08 06:05:52 +08:00
|
|
|
{
|
|
|
|
"name": "netcdf-c",
|
|
|
|
"default-features": false
|
|
|
|
}
|
2022-01-04 05:08:39 +08:00
|
|
|
]
|
|
|
|
},
|
2022-11-19 05:03:52 +08:00
|
|
|
"openjpeg": {
|
|
|
|
"description": "Use OpenJPEG library",
|
|
|
|
"dependencies": [
|
|
|
|
"openjpeg"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"openssl": {
|
|
|
|
"description": "Use OpenSSL library",
|
|
|
|
"dependencies": [
|
|
|
|
"openssl"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"pcre2": {
|
|
|
|
"description": "Enable PCRE2 support for sqlite3",
|
|
|
|
"dependencies": [
|
|
|
|
"pcre2"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"png": {
|
|
|
|
"description": "Use PNG compression library",
|
|
|
|
"dependencies": [
|
|
|
|
"libpng"
|
|
|
|
]
|
|
|
|
},
|
2022-02-18 09:03:04 +08:00
|
|
|
"poppler": {
|
2022-07-08 06:05:52 +08:00
|
|
|
"description": "Enable PDF reading support via poppler",
|
2022-02-18 09:03:04 +08:00
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "poppler",
|
|
|
|
"default-features": false,
|
|
|
|
"features": [
|
|
|
|
"private-api"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
2022-01-04 05:08:39 +08:00
|
|
|
"postgresql": {
|
|
|
|
"description": "Enable PostgreSQL support",
|
|
|
|
"dependencies": [
|
|
|
|
"libpq"
|
|
|
|
]
|
|
|
|
},
|
2022-11-19 05:03:52 +08:00
|
|
|
"qhull": {
|
|
|
|
"description": "Use QHULL library",
|
|
|
|
"dependencies": [
|
|
|
|
"qhull"
|
|
|
|
]
|
|
|
|
},
|
2022-07-08 06:05:52 +08:00
|
|
|
"recommended-features": {
|
|
|
|
"description": "Features that are explicity marked as recommended by GDAL.",
|
2022-01-04 05:08:39 +08:00
|
|
|
"dependencies": [
|
2022-11-19 05:03:52 +08:00
|
|
|
{
|
|
|
|
"name": "gdal",
|
|
|
|
"default-features": false,
|
|
|
|
"features": [
|
|
|
|
"curl",
|
|
|
|
"expat",
|
|
|
|
"geos",
|
|
|
|
"jpeg",
|
|
|
|
"lerc",
|
|
|
|
"png",
|
|
|
|
"qhull",
|
|
|
|
"sqlite3"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"sqlite3": {
|
|
|
|
"description": "Enable SQLite3 support",
|
|
|
|
"dependencies": [
|
2022-01-04 05:08:39 +08:00
|
|
|
{
|
2022-07-08 06:05:52 +08:00
|
|
|
"name": "sqlite3",
|
2022-01-04 05:08:39 +08:00
|
|
|
"features": [
|
2022-07-08 06:05:52 +08:00
|
|
|
"rtree"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"supported-default-features": {
|
|
|
|
"description": "This feature is an alias for default-features. It is retained for compatibility.",
|
|
|
|
"dependencies": [
|
2022-01-04 05:08:39 +08:00
|
|
|
{
|
|
|
|
"name": "gdal",
|
|
|
|
"features": [
|
2022-07-08 06:05:52 +08:00
|
|
|
"default-features"
|
|
|
|
]
|
2022-01-04 05:08:39 +08:00
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
2021-07-24 01:38:02 +08:00
|
|
|
"system-libraries": {
|
2022-07-08 06:05:52 +08:00
|
|
|
"$supports": "!windows",
|
|
|
|
"description": "This feature does nothing. It is retained for compatibility."
|
2021-09-14 05:41:20 +08:00
|
|
|
},
|
|
|
|
"tools": {
|
|
|
|
"description": "Builds gdal and ogr executables"
|
2022-11-19 05:03:52 +08:00
|
|
|
},
|
|
|
|
"webp": {
|
|
|
|
"description": "Enable WEBP support",
|
|
|
|
"dependencies": [
|
|
|
|
"libwebp"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"zstd": {
|
|
|
|
"description": "Use ZSTD library",
|
|
|
|
"dependencies": [
|
|
|
|
"zstd"
|
|
|
|
]
|
2021-03-29 04:52:48 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|