The public-facing v3 API for ArcGIS Hub adheres to the JSON:API standard. The specification is worth reading on its own but we will provide some examples here.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Order | Step | Year | Total Valid | Average_days | Less_than_seven | Eight_to_fifteen | Fiteen_to_thirty | More_than_thirty | |
---|---|---|---|---|---|---|---|---|---|
1 | Dept review | 2011 | 39 | 22.1 | 8 | 4 | 15 | 12 | |
1 | Dept review | 2012 | 119 | 25.2 | 34 | 22 | 36 | 27 | |
1 | Dept review | 2013 | 143 | 23.4 | 62 | 15 | 30 | 36 | |
1 | Dept review | 2014 | 128 | 21.5 | 53 | 16 | 28 | 31 | |
1 | Dept review | 2015 | 67 | 12 | 44 | 6 | 5 | 12 | |
2 | Review sent to county | 2011 | 37 | 7.9 | 25 | 3 | 7 | 2 | |
2 | Review sent to county | 2012 | 111 | 8.9 | 84 | 8 | 6 | 13 | |
2 | Review sent to county | 2013 | 144 | 4 | 122 | 15 | 5 | 2 | |
2 | Review sent to county | 2014 | 124 | 7.5 | 105 | 4 | 5 | 10 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import processing | |
processing.runalg('qgis:pointsdisplacement', '/var/folders/8v/4hb467wx2x96vwwg10211glw0000gn/T/processing/49014096515c40608daf3ff96e30ddae/OUTPUT.shp', 0.000075, True, '/Users/patrickhammons/Documents/this_other_thing.shp') |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset=utf-8 /> | |
<title>External map layers</title> | |
<meta name='viewport' content='initial-scale=1,maximum-scale=1,user-scalable=no' /> | |
<script src='https://api.tiles.mapbox.com/mapbox.js/v2.1.2/mapbox.js'></script> | |
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script> | |
<link href='https://api.tiles.mapbox.com/mapbox.js/v2.1.2/mapbox.css' rel='stylesheet' /> | |
<style> |