You are on page 1of 4

Research of Real-time Agriculture Information

Collection System Base on Mobile GIS

Xu Chen1 , Jingyin Zhao1 Junfang Bi2 , Linyi Li1*


1. Agricultural Information Institute of Science and 2. Yangtze River Estuary Survey Bureau of Hydrology
Technology, and Water Resource, CWRC, Ministry of Water Resources,
Shanghai Academy of Agricultural Sciences,
Shanghai , China; Shanghai ,China
e-mail: chenxu@saas.sh.cn e-mail: newgis@163.com

Abstract—Accurate and reliable agricultural information is the Error-prone. So it is urgently need to have a high degree of
basis of the implementation of digital agriculture. Currently, integration and wide range portable agricultural information
the processing of agricultural information collection and data collection system, provides "one-stop" service of data
acquisition is more complex. It urgently needs to develop a acquisition and processing.
portable agricultural information collection system with high
degree integration and a wide range of versatility. It can II. RELATED WORK
process information in "one-stop" service. It can capture the
GPS coordinates of the farmland, the agricultural attribute
In recent years, with mobile phone trends to the
data, image information, and sent to the monitoring system development of intelligent, the occupancy of smart phone
immediately using 3G network or GPRS network. In this market continues to improve, processor frequency speeds
paper, The system supports android and IOS system mobile increases and the prices falls, and most have built-in GPS
phones , the Widgets technology and http communicationis positioning module, so a smart phone as hardware carrier of
technology is be used to develop a real-time agricultural multi-source agricultural information collection system has
information collection system, which is based on better prospects of promotion applications. Domestic and
cross-platform mobile GIS. foreign scholars has some useful practice and exploration in
the use of mobile devices collecting agricultural information,
Keywords-Mobile GIS , Information Collection , Agriculture such as the U.S. Trimble computer’s AgGPS EZ-map farm
Information, Multiple Information,Widgets,Embedded GIS , solutions, which can achieve map display and simple control
RIA,OGC,WMS,WFS of the sampling based on Pocket PC; China Agricultural
University applied Mobile GIS for precision promote county
I. INTRODUCTION seed varieties; Chinese Academy of Sciences Guangzhou
Accurate and reliable agricultural information is the basis Institute of Geochemistry applied embedded GIS to collect
for the implementation of digital agriculture, agricultural tobacco fields information and so on[1-3].
information consists of two parts at macro level: one is However, these applications are often designed for
spatial location information, including samples of the specific areas and purpose, and exists deficiencies in terms of
longitude, latitude and elevation, that in which the spatial flexibility and expansion, often can’t customize new features
location. we can capture the other part of the required and programs, if it meets the farm information collection
information only if the spatial location information is can’t be used in pest and disease data collection, and these
determined, which is attribute information, such as pest applications often ignore synchronization correlation of the
monitoring data, soil water, organic matter, nitrogen, image (video) information and the state, GPS data, GIS map
phosphorus and potassium content, crop growth and yield data, image (video) information is also part of the attribute
belong to the attribute information area. information area, but the attribute information collected by
current mobile GIS is often limited to the literal text.
At present, collecting information and follow-up process Mobile GIS is a GIS system based on GPRS and use
is complicated. For example, in the period of collection, the GPS smart phone as the end, is another hot new technology
people collecting information need carry a variety of devices, following the desktop GIS and WebGIS [5-8]. It integrates
which include GPS satellite positioning equipment, digital GIS function such as collect geographic information,
cameras, notebook computers, field information sensors and positioning, and analysis capabilities into phone, provide
so on; There needs complex process after finishing collecting real-time and efficient technical services for users. In the
data, we need export data from a variety of equipment, and applications of agriculture, Mobile Phone GIS not only can
classify, matching and convert format of the data one by one. meet needs of managers to survey agricultural land use
The data acquisition and processing is too complicated and situation, but also allows the scene suitability match
according to the actual growing conditions, soil nutrient system needs add new features, as long as you write a new
conditions and species in the fields, design planting scheme widget without revising the main program code and without
based on the local conditions for the farmers, and can recompile the program to achieve Widgets dynamic loaded,
automatically associate measured data of pests and disease to this software architecture model can realize infinite
the disease location for further analysis and early warning. expansion in function. This system can organically integrate
The introduction of mobile GIS technology will improve widget into one platform and work effectively; the system
office efficiency and provide farmers for more accurate consists of three components: application framework, widget
information services. assemblies, and sub component library. The system has a
Therefore, it is urgent to develop mobile GIS system main frame and multiple widget assemblies, each function is
supports "one-stop" collection of multi-source agricultural divided into relatively independent widgets, these widgets is
information and easy to extend. set up under a unified standard and turn into infinite
expansion applications system.
III. SYSTEM DESIGN
A. Physical Structure Model of The System
Mobile GIS is a comprehensive integration which
includes an embedded GIS, GPS positioning, wireless
communications and other technologies. The system use
smart phones as underlying hardware platform for collecting
information, obtain GPS positioning information and the
space geometry information of points through in-built GPS
module of phone. Capture images and video information via
Built-in camera of phone. Collect field measurements data
through a variety of sensors. The spatial location information
and attribute information are recorded in the mobile GIS
system, and are conversed format automatically at the mobile
client to form a complete collection data, then upload
pre-processed information by the mobile client to the data Figure 2. Multi-Source Agricultural Information Collection System
server and GIS server through GPRS mode or connect USB Model
to desktop applications programmers, complete the data
acquisition and processing. The physical structure of the The framework of main application is an object attaches
system is shown below: to widget, it consists of three parts, the main interface
program which parses widget objects and delegate and
associated widget objects events; widget manager, it resolves
widget assembly, extracts widget type information and
generates its corresponding widget objects, stores these
widget objects in the widgets collection and transit to the
interface procedures; communications contract, which is a
standard recognized by platform and widget, it always in
form of interface, only if the type object was achieved
specified interface, it can be recognized as widget
component. Widget assemblies can be resolved by widget
Figure 1. The System Physical Structure Model manager and used by the main framework, which are
specific functions bearers of open-frame. Subsidiary
B. The Design of Mobile Client Soft Model component is not a necessary part of widget framework; it is
To make the system can capable of collecting a set of tools and libraries developed to make sure the
multi-source agricultural information, we use Widgets mode framework run better.
in the design of mobile client application programmers,
design different patterns according to different agriculture C. The Design of WebService in Web Server
information collection areas, then schedule Widgets In order to cooperate with the mobile client software,
assembly vie Widgets manager to meet the needs of multiple which is used Widgets as design model. The web server and
agricultural fields application. These Widgets are logically GIS server are designed using service-oriented architecture
divided into multiple independent levels, reducing coupling, (SOA) to achieve business and functional separation. The
the design not only can each Widgets focus on a particular services are packaged through the web service, and use the
area, and there is a problem in a module will not affect other web service description language (WSDL) to describe the
modules of the system, but also improve the reliability of the published service. The services which published by web
system. service will register to the universal description discovery
The so-called Widgets way is to achieve the function and integration (UDDI).When a customer requests the
expansion through loading widgets by main program, if the
service, the web server will perform the service call by
simple object access protocol (SOAP)[10-11].
The web service in web server includes the upload and
inquiry service of collection point coordinates and photos,
the download service of vector map data, the download
service of remote sensing image tiles. Map data release to
comply with the OGC (Open GIS Consortium Inc.)
specifications the WMS, WFS map service.
The detailed description of service interface and the
callback data type are as follows:
TABLE I. THE DESCRIPTION OF WEBSERVICES

The Description of Interface


WebService Name Input Output
parameter parameter Figure 3. Collecting agricultural information using Tablet PC with
Upload collection point Longitude,Latitude,Photos,Na Succeed or android system
information me,Collection Date, Failed
Upload Date,UserName
V. CONCLUSION
Inquiry collection point Collection Point Name, Longitude,La
information UserName titude, The system is based on a portable smart phone mobile
Photos,Colle GIS, adopt easy-to-extensible software architecture to meet
ction
Date,Upload
requirements of multiple agricultural application areas that
Date agricultural information site "one stop" collection and rapid
Download vector map Map Extent Vector Map processing.
Data(WMS) Tiles 1) Achieve "one stop" information collection and upload
Download remote Map Extent Image Tiles We can use the system browse and edit the spatial data
sensing image tiles and attribute data on smart phone, achieve conversion format
(WMS) of data and upload data. It can access and analysis real-time
GPS data provided by built-in GPS device of smart phone
and image data collected by camera, realize the
IV. SYSTEM IMPLEMENTATION synchronization between smart phones built-in equipment
After the completion of the agricultural resource and mobile GIS module data collection, and meet
management system, timely and efficient data update synchronization associated requirements among GPS data,
information systems to maintain the timeliness of the image data and GIS map data.
necessary conditions. In order to solve the problem of 2) Scalable software architecture system design
agricultural resources system data update cycle, GIS data Mobile client adopts widgets mode and achieve easy
update tedious, based on RIA(Rich Internet Applications) explanation of functions through dynamic load widgets,
technologies, the portable agricultural information collection extend lifecycle of software. The server adopts SOA
system ".The latest version of the mobile development architecture; the mobile client invokes web service through
features in the Flex SDK and Flash Builder are targeted at GPRS and completes the upload and download of
creating standalone installed applications using the Adobe agricultural information.
AIR runtime for mobile devices. By focusing on AIR, Flex 3) Field test assessment of system availability
can take full advantage of the integration AIR provides with We carried out field test on Zhuanghang Comprehensive
each mobile platform, such as the ability to handle hardware experiment Station which is under the jurisdiction of
back and menu buttons and to access local storage. AIR for Shanghai Academy of Agricultural Sciences, collected
mobile devices allows developers to create applications that agricultural information of soil, plant disease monitoring and
can be deployed (and, if desired, sold) the same way as plant management, test system performance and reliability
native applications on each platform. This means that according to real-time image, video processing and wireless
applications built with AIR can be posted to the Android transmission experiment.
Market, the iOS App Store, and BlackBerry App World.
Portable agricultural information collection software can ACKNOWLEDGMENT
be installed in the smart phone or tablet PC, update the Web The authors would also like to express appreciations to
service to get the WMS map services and system data in the colleagues in our laboratory for their valuable comments and
shared services through 3G (GPRS) network, can be other helps.
collected in the field survey site agricultural points of interest
(POI) name, location GPS coordinates, scene photos REFERENCES
delivered directly through the shared service interface to the [1] HUANG Xingrong, Pan Yuchun, Wang Mei. System for field
system database, the system of agricultural data, "one-stop information collection and update based on gsm and
GPS[J].Computer Technology and Development,2006,16(9):
collection and quickly update. 145-147.
[2] ZHANG Shuai,Zhao Jingyin,Li Linyi .Application of GIS to
disease and pest management[J],Acta Agriculturae Shanghai, 2008,
24(3):109-112.
[3] TANG liangzhao.WebServcie-Based Agricultural Economy
Information Exchange And Sharing System.Computer Applications
and Software, 2010,27(11):188-190.
[4] ZHU Jun,YANG Feng. Precise Promotion Support System of Some
County with Mobile GIS Varieties[J]. Application Technology ,
2010,4:117-121.
[5] CHEN Jiang-Chun, LIU Ju.Design of tobacco filed information
collection system based on Mobile GIS[J],Guangzhou Agriculture
Science,2009,11 :184-187.
[6] YANG Renfeng.The Research and Application of Mobile GIS in the
Information Collection of Balanced Fertilization[D].Taiyuan Science
University,2007.
[7] WANG Liuru, Li Chonggui. Developing of A Mobile GIS System of
Digital Forest Resource Continuous Inventory[J], SCIENTIA
SILVAE SINICAE,2010,8:174-180.
[8] LI Qin-wen. Study on Collecting and Publishing of Forest Resource
Information in the Field Based on Mobile GIS[J]. Forest Inventory
and Planning, 2007,32(3):10-13.
[9] FANG Hui,He Yong. Field information collection and processing
system based on palm- sized personal computer[J], T ransact ions of
the CSA E, 2004,11:124-128.
[10] XI Ya-dong.Research of Design and Implementation of Emergency
Data Exchange System Based on SOA[J].COMPUTER
TECHNOLOGY AND DEVELOPMENT,2010,20(11):205-213.
[11] WANG Yanji.Design and implementation of surveying and mapping
system for farmland based on SOA[J].Transactions of the
CSAE,2009,25(Suppl2):267-271.
[12] Chen Xu.The Design and Implementation of Geocoding
Engine[D].Fuxin: College of Surveying and Geographical Science in
Liaoning Technical University,2010.
[13] OGC. Geospatial and location standards [EB/OL].
http://www.opengeospatial.org/,2012.
[14] Feng M, Liu S, Ned H E, et al. Distributed geospatial model sharing
based on open interoperability standards[J]. Journal of Remote
Sensing, 2009, 13(6): 1060-1066.
[15] Jonathan L G, Bella B F, Castronova A M, et al. Modeling water
resource systems using a service-oriented computing paradigm[J].
Environmental Modelling and Software, 2011,26: 573-582.
[16] Granell C, Díaz L, Gould M. Service-oriented applications for
environmental models: reusable geospatial services[J]. Environmental
Modelling and Software, 2010, 25(2): 182-198.
[17] Miao Yu, Jiang Nan, Lü Heng. Silverlight-based satellite images
querying system with multi-tierarchitecture[J]. Transactions of the
CSAE, 2011,27(12):146-150.
[18] Zhang Zhi, Zhao Shaobing, Wang Kai, et al. RIA-based System
Construction Method for WebGIS[J]. Geomatics Technology and
Equipment, 2009, 11(4): 6-9.

You might also like