QGIS ArcGIS REST API Connector Plugin: Unterschied zwischen den Versionen

Aus Geoinformation HSR
Wechseln zu: Navigation, Suche
K
K
Zeile 1: Zeile 1:
The QGIS-Plugin '''ArcGIS REST API Connector''' (beta) reads from ArcGIS Online or ArcGIS Server.
+
[[QGIS]]-Plugin '''ArcGIS REST API Connector''' (beta) which reads from [[ArcGIS]] Online and ArcGIS Server and the "Esri Open Data Initiative Portal Software".  
This plugin reads "Feature Service" and "Map Service" - aka WFS- and WMTS-alike services.
 
  
 
* A project by [[Geometa Lab]] HSR
 
* A project by [[Geometa Lab]] HSR
Zeile 6: Zeile 5:
 
* Authors/Developers: Tobias Schmitz, Rafael Krucker and Dennis Ligtenberg
 
* Authors/Developers: Tobias Schmitz, Rafael Krucker and Dennis Ligtenberg
  
Version History:
+
== About ==
* 0.1.0 - First version for broader testing purposes released 11.4.2014 based on QGIS Version 2.4.
 
* 0.1.1 - Current version on plugins.qgis.org.
 
  
== Installation and Source Code ==
+
QGIS-Plugin '''ArcGIS REST API Connector''' which reads from ArcGIS Online and ArcGIS Server and the "Esri Open Data Initiative Portal Software".
  
Install from inside [[QGIS]] as Python plugin.
+
Currently reading "Feature Services" (similar to [[WFS]] but proprietary) and "Map Services" (kind of [[WMTS]]) are supported.
* Published in QGIS plugin directory: http://plugins.qgis.org/plugins/connector/
 
* Source Code: https://github.com/geometalab/ArcGISConnector-QGIS-Plugin
 
 
== Support ==
 
  
Project notes, issues, bugs and feature requests => See Tab "Diskussion".
+
This plugin focusses on '''reading''' so-called '''"Maps"''' accessible without restrictions over the Internet by interpreting JSON (JavaScript Object Notation) and image output formats.
 
 
== About ==
 
 
 
A [[QGIS]] Plugin (Python) for reading ArcGIS' '''"REST API"'''.  Can be used to access ArcGIS Online, ArcGIS Server, and the "Esri Open Data Initiative Portal Software".
 
  
 
Functions (similar to WFS) "Add ArcGIS REST Layer...":
 
Functions (similar to WFS) "Add ArcGIS REST Layer...":
Zeile 29: Zeile 18:
 
* filter layer list  
 
* filter layer list  
 
* select layer (then download)
 
* select layer (then download)
 +
 +
Implementation detaiuls of Feature Service:
 +
* maxRecordCount - currently maxRecordCount is ignored.
 +
* Query - currently there's no query functionality.
 +
* outSR - currently geometry is returned as default well-known ID "GCS_WGS_1984").
 +
 +
Implementation details of Map Service:
 +
* tbd.
 +
 +
== Limits ==
 +
 +
According to Esri's specification of [http://resources.arcgis.com/en/help/arcgis-rest-api/index.html#/The_ArcGIS_REST_API/02r300000054000000/ "ArcGIS REST API"]], there are many services: ''... With ready-to-use basemaps, reference layers, and so on, you can quickly add context or a backdrop to your local or worldwide data. Some ArcGIS Online maps are thematic, which may provide all the information you need to present in your application''.
 +
 +
* OAuth 2.0
 +
* Reading/showing "Services Directory"
 +
 +
 +
 +
== Installation and Source Code ==
 +
 +
Install from inside [[QGIS]] as Python plugin.
 +
* Published in QGIS plugin directory: http://plugins.qgis.org/plugins/connector/
 +
* Source Code on [https://github.com/geometalab/ArcGISConnector-QGIS-Plugin github]
 +
 +
Version History:
 +
* 0.1.0 - First version for broader testing purposes released 11.4.2014 based on QGIS Version 2.4.
 +
* 0.1.1 - Current version on plugins.qgis.org tested on QGIS Version 2.6.
 +
 +
== Support ==
 +
 +
Project notes, issues, bugs and feature requests: See [https://github.com/geometalab/ArcGISConnector-QGIS-Plugin github] (for older noets see tab "Diskussion").
  
 
[[Kategorie:QGIS]] [[Kategorie:Software]] [[Kategorie:ArcGIS]]
 
[[Kategorie:QGIS]] [[Kategorie:Software]] [[Kategorie:ArcGIS]]

Version vom 17. März 2015, 03:01 Uhr

QGIS-Plugin ArcGIS REST API Connector (beta) which reads from ArcGIS Online and ArcGIS Server and the "Esri Open Data Initiative Portal Software".

  • A project by Geometa Lab HSR
  • Project Lead: Stefan Keller
  • Authors/Developers: Tobias Schmitz, Rafael Krucker and Dennis Ligtenberg

About

QGIS-Plugin ArcGIS REST API Connector which reads from ArcGIS Online and ArcGIS Server and the "Esri Open Data Initiative Portal Software".

Currently reading "Feature Services" (similar to WFS but proprietary) and "Map Services" (kind of WMTS) are supported.

This plugin focusses on reading so-called "Maps" accessible without restrictions over the Internet by interpreting JSON (JavaScript Object Notation) and image output formats.

Functions (similar to WFS) "Add ArcGIS REST Layer...":

  • connect/new/edit/delete connection
  • load/save connections
  • filter layer list
  • select layer (then download)

Implementation detaiuls of Feature Service:

  • maxRecordCount - currently maxRecordCount is ignored.
  • Query - currently there's no query functionality.
  • outSR - currently geometry is returned as default well-known ID "GCS_WGS_1984").

Implementation details of Map Service:

  • tbd.

Limits

According to Esri's specification of "ArcGIS REST API"], there are many services: ... With ready-to-use basemaps, reference layers, and so on, you can quickly add context or a backdrop to your local or worldwide data. Some ArcGIS Online maps are thematic, which may provide all the information you need to present in your application.

  • OAuth 2.0
  • Reading/showing "Services Directory"


Installation and Source Code

Install from inside QGIS as Python plugin.

Version History:

  • 0.1.0 - First version for broader testing purposes released 11.4.2014 based on QGIS Version 2.4.
  • 0.1.1 - Current version on plugins.qgis.org tested on QGIS Version 2.6.

Support

Project notes, issues, bugs and feature requests: See github (for older noets see tab "Diskussion").