Socket
Socket
Sign inDemoInstall

fulcrum-ags-import

Package Overview
Dependencies
89
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    fulcrum-ags-import

Import an ArcGIS Server service layer into Fulcrum, creating both the form and associated records.


Version published
Weekly downloads
5
Maintainers
1
Created
Weekly downloads
 

Readme

Source

Fulcrum AGS Import

Import an ArcGIS Server service layer into Fulcrum, creating both the form and associated records.

Installation

npm install -g fulcrum-ags-import

Usage

fulcrum-ags-import <map_service_layer_url> [options]

You'll need to have your Fulcrum API key set in either a FULCRUM_API_KEY environment variable or passed as a parameter: --api-key=abc123

A simple example that imports all features:

fulcrum-ags-import http://gis-web.co.union.nc.us/arcgis/rest/services/PWGIS_Web/Operational_Layers/MapServer/5

You can skip importing some fields:

fulcrum-ags-import http://gis-web.co.union.nc.us/arcgis/rest/services/PWGIS_Web/Operational_Layers/MapServer/5 --skip-fields=Northing,Easting

Add a where clause to filter your features. Any SQL supported by ArcGIS Server should work here:

fulcrum-ags-import http://gis-web.co.union.nc.us/arcgis/rest/services/PWGIS_Web/Operational_Layers/MapServer/5 --where='manhole_depth<6'

Keywords

FAQs

Last updated on 08 Mar 2015

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc