Skip to content

Commit

Permalink
Merge pull request #7 from tariqksoliman/main
Browse files Browse the repository at this point in the history
Add MMGIS application
  • Loading branch information
galenatjpl authored May 22, 2024
2 parents 6308329 + 34d697d commit 536ac9f
Showing 1 changed file with 62 additions and 0 deletions.
62 changes: 62 additions & 0 deletions applications/mmgis/2.11.0/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
{
"Name": "mmgis",
"Version": "2.11.0",
"Channel": "beta",
"Owner": "Tariq Soliman",
"Description": "Multi-Mission Geographical Information System - Web-based Mapping and Spatial Data Infrastructure for Planetary Science Operations",
"Repository": "https://github.com/NASA-AMMOS/MMGIS",
"Tags": [
"tile",
"javascript",
"planet",
"earth",
"mars",
"space",
"graphics",
"globe3d",
"tile3d",
"tiles",
"geojson",
"orbit",
"orbital",
"vector",
"dem",
"dtm",
"elevation",
"gdal",
"gdal2tiles",
"3d",
"nasa",
"ammos",
"map",
"mapping",
"visualization",
"three",
"threejs",
"webgl",
"gis",
"geographical information system",
"geospatial",
"rendering",
"geometry",
"terrain",
"mmgis",
"leaflet",
"multi-mission"
],
"Category": "geospatial",
"IamRoles": {
"Statement": [
{
"Effect": "Allow",
"Action": ["iam:CreateInstanceProfile"],
"Resource": ["arn:aws:iam::<account_id>:instance-profile/eksctl*"]
}
]
},
"WorkDirectory": "sds/unity/terraform",
"ManagedDependencies": [
],
"Backend": "terraform",
"DefaultDeployment": {}
}

0 comments on commit 536ac9f

Please sign in to comment.