Difference between revisions of "GSoC 2018 NASA-ESA WebWorldWind Support for WFS Format"

From OSGeo
Jump to navigation Jump to search
Line 1: Line 1:
'''Project Description
+
== '''Project Description''' ==
'''
 
 
OGC Web Feature Service allows a client to retrieve and update geospatial data encoded in Geography Markup Language (GML) from multiple Web Feature Services. WFS Server supports various operations like Get Feature, Describe Feature Type, Lock feature and Transaction Operations.  
 
OGC Web Feature Service allows a client to retrieve and update geospatial data encoded in Geography Markup Language (GML) from multiple Web Feature Services. WFS Server supports various operations like Get Feature, Describe Feature Type, Lock feature and Transaction Operations.  
  
Line 7: Line 6:
 
In this project, OGC format Web Feature Service [WFS] client will be created which will support Transaction Operation on features by using WFS standard request and response. The goal is to parse Get capability request and to identify the capability of the server. And the proposed client will support Creation, Updation and deletion of the features instance using the shapes drawn on the Globe.
 
In this project, OGC format Web Feature Service [WFS] client will be created which will support Transaction Operation on features by using WFS standard request and response. The goal is to parse Get capability request and to identify the capability of the server. And the proposed client will support Creation, Updation and deletion of the features instance using the shapes drawn on the Globe.
  
 
+
== '''The state of Project before GSoC''' ==
'''The state of Project before GSoC'''
 
  
 
Creation, Updating and deleting of the Features using the shapes drawn on the Globe is not supported by NASA-ESA WebWorldWind  
 
Creation, Updating and deleting of the Features using the shapes drawn on the Globe is not supported by NASA-ESA WebWorldWind  
  
'''Benefits to the community'''  
+
== '''Benefits to the community''' ==
  
 
Creation, Updation and deletion of the features by drawing shapes on the Globe will help a user to maintain web features stored on the server.
 
Creation, Updation and deletion of the features by drawing shapes on the Globe will help a user to maintain web features stored on the server.
 
The Functionality of current client will increase.
 
The Functionality of current client will increase.
  
'''Project Deliverables'''
+
== '''Project Deliverables''' ==
 
 
Deliver Classes that perform WFS (Transaction Operator) using the shapes drawn on the Globe.
 
GUI code to display Updated features.
 
Test Suits that perform testing with various data set.
 
Complete documentation of Code.
 
 
 
 
 
'''Status'''
 
  
 +
* Deliver Classes that perform WFS (Transaction Operator) using the shapes drawn on the Globe.
 +
* GUI code to display Updated features.
 +
* Test Suits that perform testing with various data set.
 +
* Complete documentation of Code.
 +
'''Repository Link''': https://github.com/GarimaNatani/WebWorldWind
 +
== '''Status''' ==
  
 
{|class="wikitable sortable"  border="2" cellspacing="0" cellpadding="4" rules="all" style="margin:1em 1em 1em 0; border:solid 1px #AAAAAA; border-collapse:collapse; background-color:#D7E3D1; font-size:95%; empty-cells:show;"  
 
{|class="wikitable sortable"  border="2" cellspacing="0" cellpadding="4" rules="all" style="margin:1em 1em 1em 0; border:solid 1px #AAAAAA; border-collapse:collapse; background-color:#D7E3D1; font-size:95%; empty-cells:show;"  

Revision as of 03:30, 27 May 2018

Project Description

OGC Web Feature Service allows a client to retrieve and update geospatial data encoded in Geography Markup Language (GML) from multiple Web Feature Services. WFS Server supports various operations like Get Feature, Describe Feature Type, Lock feature and Transaction Operations.

Transaction operation is an optional operation which allows the feature instances and their properties to be updated or deleted and it can also be used to insert new features. Each transaction will consist of zero or more Insert, Update, and Delete elements, with each transaction element performed in order. The Transaction operation request will contain transformation operations like create, Update and Delete and web accessible feature instances on which operations need to be applied. When the transaction will complete, a web feature service will generate an XML response document indicating the completion status of the transaction.

In this project, OGC format Web Feature Service [WFS] client will be created which will support Transaction Operation on features by using WFS standard request and response. The goal is to parse Get capability request and to identify the capability of the server. And the proposed client will support Creation, Updation and deletion of the features instance using the shapes drawn on the Globe.

The state of Project before GSoC

Creation, Updating and deleting of the Features using the shapes drawn on the Globe is not supported by NASA-ESA WebWorldWind

Benefits to the community

Creation, Updation and deletion of the features by drawing shapes on the Globe will help a user to maintain web features stored on the server. The Functionality of current client will increase.

Project Deliverables

  • Deliver Classes that perform WFS (Transaction Operator) using the shapes drawn on the Globe.
  • GUI code to display Updated features.
  • Test Suits that perform testing with various data set.
  • Complete documentation of Code.

Repository Link: https://github.com/GarimaNatani/WebWorldWind

Status

Time Status Future Plan Blocked
Community bonding period

(April 23rd - May 13th)

  • Introduction and skype meeting with mentors
  • Creation and update of the wiki.
  • Installation of required software(node.js, WebStrom, Visual C++, etc)
  • Cloning and Set up of WebWorldWind repository on my machine
  • installing all the dependencies
  • Running Karma tests.
  • To write code to send the Getcapability request to WFS server and
  • To Create of Karma tests for testing.
No
Week1

(14th May -20th May)

  • Successfully Sending Get Capability requset (version 1.0.0) and Parsing of response.
  • Creation of WfsCapability.js
  • To write code to send the Getcapability request and parse it for version 1.1.0 and 2.0.0
  • Creation of Karma tests for testing.
No