ESRIArcView3DAnalyst
Geographic information system
Extends: Technology
ESRI ArcView 3D Analyst
Geographic information system
Overview
Category: Geographic information system
Geographic information system
Related Skills
No related skills listed.
Occupations Using This Technology
- SOC Code: 11-9121.02
- SOC Code: 17-3031.00
- SOC Code: 19-4099.03
- SOC Code: 25-1061.00
- SOC Code: 25-1064.00
Usage in Platform
import { $ } from 'sdk.do'
const tech = await $.Technology.create({
name: 'ESRI ArcView 3D Analyst',
category: 'Geographic information system',
description: 'Geographic information system',
hotTechnology: false,
})
JSON-LD Example
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "ESRI ArcView 3D Analyst",
"applicationCategory": "Geographic information system",
"description": "Geographic information system"
}