Data Science u poljoprivredi: tehnološka platforma za automatizaciju daljinske detekcije pomoću bespilotnih letelica

Size: px
Start display at page:

Download "Data Science u poljoprivredi: tehnološka platforma za automatizaciju daljinske detekcije pomoću bespilotnih letelica"

Transcription

1 Data Science u poljoprivredi: tehnološka platforma za automatizaciju daljinske detekcije pomoću bespilotnih letelica Gostujuće predavanje Milan Dobrota

2 2 Globalni izazovi u poljoprivredi milijardi ljudi, 70 % povećanja proizvodnje hrane Gubici zbog korova, bolesti i štetočina su veći od 20 % godišnje Većina poljoprivrednog zemljišta se već obrađuje... proizvesti više hrane sa manje obradivog zemljišta!

3 3 Uvod Precizna poljoprivreda (Precision Agriculture) is the application of geospatial techniques and sensors (e.g. GIS, Remote sensing, GPS) to identify variations in the field and to deal with them. High-resolution satellite imagery was more commonly used. Small unmanned aerial systems (UAS), are shown to be a potential alternative given. Daljinska detekcija (Remote Sensing) predstavlja metod prikupljanja informacija putem sistema koji nisu u direktnom, fizičkom kontaktu sa ispitivanim objektom. U užem smislu obuhvata analizu i interpretaciju različitih snimaka zemljišta. Informacije se prikupljaju registrovanjem i snimanjem odbijene ili emitovane energije objekta i obradom, analiziranjem i korišćenjem tih podatka. Bespilotne letelice (UAV, UAS) platforms offer new possibilities to agriculture in order to obtain high spatial resolution imagery delivered in near-real time. The increase of spatial and temporal resolution of the geomatic products obtained with UAVs should be accompanied with the use of new algorithms and techniques for information abstraction from these products. A clear example of this fact is the use of vegetation indices such as NDVI, which can be substituted by computer vision techniques or other indices based on RGB bands information, which can be obtained with inexpensive sensors.

4 4 Šta radimo Razvioj tehnološke platforme za daljinsku detekciju AgriSens Tehnologija je deo Precizne poljoprivrede koja koristi: Daljinsku detekciju za snimanje velikih obradivih površina Prikupljanje velike količine podataka u realnom vremenu Obradu i analizu podataka koristeći statističke metode i algoritme sposobne da uče Izlazi iz sistema su geo-referencirane mape područja sa procesiranim i analiziranim podacima od interesa za specifični zahtev u poljoprivredi

5 5 Kako to radimo Snimanje i obrada slika visoke rezolucije i odgovarajućeg spektra (RGB, NIR...), snimljene uz pomoć bespilotnih letelica i pre-procesiranje algoritmima obrade slika. Obrada podataka izvlačenjem skrivenih šablona u podacima dobijenim iz slike, koristeći analitičke algoritme, što takođe uključuje samoučeće algoritme, odlučivanje pomoću neuronskih mreža i sl. Analiza korišćenjem Vegetativnih Indeksa (VI) dobijenih obradom podataka rezultat će biti geo-referencirana mapa posmatranog polja. Algoritmi će u prvim iteracijama ulazne parametre dobijati od eksperata, da bi kasnije sami učili i ispravljali se

6 6 Inovacija UAV (bespilotne letelice) uz niže troškove omogućavaju češća snimanja, visoku rezoluciju zahvaljujućim niskim visinama i malim brzinama leta i značajno manje potrebne obuke za korišćenje. Satelitski snimci i fotografije iz vazduha su ograničeni vremenom potrebnim za snimanje, niskom rezolucijom, zavisnošću od oblaka i visokim troškovima za ažurne slike. Integrisanost i sveobuhvatnost alata za prikupljanje i obradu velike količine podataka, omogućava krajnjim korisnicima gotove rezultate, snimanjem u različitim spektrima, data mining-om, mašinskim učenjem i automatizacijom čitavog procesa, bez potrebe za ekpertskim znanjem korisnika. Očuvanje životne sredine primenom SSWC (site specific weed control) principa ima značajne ekološke prednosti smanjenom upotrebom pesticida i hebicida.

7 7 Primena tehnologije u obuhvatu projekta Identifikacija korova, u prvoj fazi kod široko-rednih zasada (kukuruz, suncokret, šećerna repa, itd.) Detekcija stresa koji može biti posledica oboljenja, štetočina ili suše, praćenjem promena na listovima useva. Razlike refleksije među različitim delovima EM spektra se koriste za razlikovanje zdrave vegetacije od uvenule ili bolesne. Brojanje biljaka i procena prinosa, naročito kod široko-rednih i višegodišnjih zasada

8 8 Drugi primeri primena Detekcija hlorofila: EM energija emitovana od useva varira tokom cele sezone i tokom dana u zavisnosti od sunčevog zračenja. Detekcija nedostatka azota: distributeri azotnog đubrivo nemaju algoritam po kome upravljaju količinom đubriva distribuiranom na pojedinim delovima zemljišta što može dovesti do povećanja troškova i smanjenja prinosa. Klasifikacija zemljišta: fizičke osobine zemljišta su u korelacijama sa reflektovanim elektromagnetnim talasima određenih talasnih dužina i zbog toga slike imaju potencijal u automatskoj klasifikaciji vrsta zemljišta i njihovom mapiranju

9 Korisnici tehnologije 9

10 Koncepet rešenja 10

11 Video 11

12 Proces, ogledi, analize... 12

13 13 Prikupljanje slika Prikupljanje slika može biti podeljeno u tri faze: Planiranje misije Letenje UAV-om i slikanje (RGB & NDVI, Normalized Difference Vegetation Index) Spajanje-mozaiking orthophoto slika

14 Dokumentovanje ogleda 14

15 15 Ekstrakcija vegetacijskih indeksa Vegetation interacts with solar radiation in a different way than other natural materials. The vegetation spectrum (figure 3) typically absorbs in the red and blue wavelengths, reflects in the green wavelength, strongly reflects in the near infrared (NIR) wavelength, and displays strong absorption features in wavelengths where atmospheric water is present. Different plant materials, water content, pigment, carbon content, nitrogen content, and other properties cause further variation across the spectrum

16 16 Automatic labelling Provides the automatic proposal of the OOI on the image. Various clustering methods are be used for this task, namely k-means and its modifications, DBSCAN and its modifications, OPTICS and its modifications.

17 17 Automatic labelling Method name Parameters Scalability Usecase Geometry (metric used) K-Means number of clusters Very large n_samples, General-purpose, even medium n_clusterswith Mini cluster size, flat geometry, Batch code not too many clusters Distances between points Affinity propagation damping, sample preference Not scalable with n_samples Mean-shift bandwidth Not scalable withn_samples Many clusters, uneven cluster size, non-flat geometry Many clusters, uneven cluster size, non-flat geometry Graph distance (e.g. nearest-neighbor graph) Distances between points Spectral clustering number of clusters Medium n_samples, small n_clusters Few clusters, even cluster size, non-flat geometry Graph distance (e.g. nearest-neighbor graph) Ward hierarchical clustering number of clusters Large n_samples andn_clust ers Many clusters, possibly connectivity constraints Distances between points Agglomerative clustering number of clusters, linkage type, distance Large n_samples andn_clust ers Many clusters, possibly connectivity constraints, non Euclidean distances Any pairwise distance DBSCAN neighborhood size Very large n_samples, medium n_clusters Gaussian mixtures many Not scalable Non-flat geometry, uneven cluster sizes Flat geometry, good for density estimation Distances between nearest points Mahalanobis distances to centers Birch branching factor, threshold, optional global clusterer. Large n_clusters andn_samp les Large dataset, outlier removal, data reduction. Euclidean distance between points

18 Automatic labelling stress monitoring 18

19 19 Image Recognition Counting: Template matching, a is a technique in digital image processing for finding small parts of an image which match a template image Haar-like feature based cascade sums up the pixel intensities in each region and calculates the difference between these sums. This difference is then used to categorize subsections of an images are digital image features used in object recognition. Stress identification and Yield estimation: Histogram matching is the transformation of an image so that its histogram matches a specified histogram. An image histogram is a type of histogram that acts as a graphical representation of the tonal distribution in a digital image

20 Software 20

21 Poslovni model 21 Key Partners Key Activities Value Propositions Customer Relationships Customer Segments Vendors of equipment Vendors of software tools External consultants (know-how or sales activities) Development of technology (integration of HW and SW) and know-how Sales activities Key Resources Delivery of cost-effective intelligence about crops Increase crops yields and reduction of risks from pests Comprehensive technology integrated with advanced knowhow in use for the benefit of customer Direct contacts and networking with potential customers Weak relations exists so far, at the level of pilot projects Channels Individual agricultural producers, using survey services Large companies in agriculture who wish to implement technology and perform surveys Government agriculture sectors Insurance companies Skilled experts in area of IT, data science, agriculture, mechatronics... Funding for development and marketing activities Satisfaction of customer needs of improving their farming in cost-effective manner Environmental care (decrease of pollution) Raising initial awareness through internet, fairs and exhibitions Channels of sales is under development at this point (direct sales) Large technology companies interested in buying technology Cost Structure Revenue Streams Costs for developers and engineers to develop technology Fees for external consultants (not part of the core project) Purchase of hardware equipment (UAV, camera, etc.) Expenses related to sales activities Expenses related to field research Services of crops examinations provided as a service Sold out technology, either fully or partially It is expected that customers currently pay more expensive technology Technology selling would be less frequent but generating bigger revenue at one shot

22 22 Hvala na pažnji!

Global UAV-based solutions for the industry and agriculture.

Global UAV-based solutions for the industry and agriculture. Global UAV-based solutions for the industry and agriculture. Remote sensing of vegetation from drones (UAS). The example of the Trimble Unmanned Aerial Solution Emmanuel de Maistre, co-founder & CEO demaistre@redbird.fr

More information

GEOMATICS. Shaping our world. A company of

GEOMATICS. Shaping our world. A company of GEOMATICS Shaping our world A company of OUR EXPERTISE Geomatics Geomatics plays a mayor role in hydropower, land and water resources, urban development, transport & mobility, renewable energy, and infrastructure

More information

Temporal and spatial approaches for land cover classification.

Temporal and spatial approaches for land cover classification. Temporal and spatial approaches for land cover classification. Ryabukhin Sergey sergeyryabukhin@gmail.com Abstract. This paper describes solution for Time Series Land Cover Classification Challenge (TiSeLaC).

More information

Case Study microdrones in Geomatics Remote Sensing

Case Study microdrones in Geomatics Remote Sensing Case Study microdrones in Geomatics Remote Sensing Version 1.0 Presented by: Carlos Espadas (INGECOR Geomática SL) & Michael Thoss (microdrones GmbH) Profiles: microdrones / Ingecor Geomática Contact information

More information

Time Series Analysis with SAR & Optical Satellite Data

Time Series Analysis with SAR & Optical Satellite Data Time Series Analysis with SAR & Optical Satellite Data Thomas Bahr ESRI European User Conference Thursday October 2015 harris.com Motivation Changes in land surface characteristics mirror a multitude of

More information

Techniques for Science Teachers: Using GIS in Science Classrooms.

Techniques for Science Teachers: Using GIS in Science Classrooms. Techniques for Science Teachers: Using GIS in Science Classrooms. After ESRI, 2008 GIS A Geographic Information System A collection of computer hardware, software, and geographic data used together for

More information

P R O U D LY C A N A D I A N

P R O U D LY C A N A D I A N P R O U D LY C A N A D I A N 1.855.423.3185 info@rmegeomatics.com AERIAL SURVEYING IMAGING TERRAIN ANALYSIS WHO WE ARE HSE & REGULATORY CLIENT INDUSTRIES RME Geomatics (formerly NGF Geomatics) was founded

More information

Remote detection of giant reed invasions in riparian habitats: challenges and opportunities for management planning

Remote detection of giant reed invasions in riparian habitats: challenges and opportunities for management planning Remote detection of giant reed invasions in riparian habitats: challenges and opportunities for management planning Maria do Rosário Pereira Fernandes Forest Research Centre, University of Lisbon Number

More information

Excel Geomatics. Rajesh Paul Excel Geomatics Pvt. Ltd., Noida February, 2015 India Geospatial Forum, Hyderabad

Excel Geomatics. Rajesh Paul Excel Geomatics Pvt. Ltd., Noida February, 2015 India Geospatial Forum, Hyderabad Excel Geomatics Geo-marketing for Product Sales and Customer Services Rajesh Paul Excel Geomatics Pvt. Ltd., Noida 10-12 February, 2015 India Geospatial Forum, Hyderabad Presentation Outline About Excel

More information

QUALITY CONTROL ROLE IN PROCESS OF ESTABLISHMENT OF NSDI

QUALITY CONTROL ROLE IN PROCESS OF ESTABLISHMENT OF NSDI QUALITY CONTROL ROLE IN PROCESS OF ESTABLISHMENT OF NSDI S. Lemajić a,lj. Rašić b a Croatian Geodetic Institute, Savska 41/XVI, Zagreb, Croatia slavko.lemajic@cgi.hr b State Geodetic Administration, Lastovska

More information

Evaluating Landscapes with Small Unmanned Aerial Vehicles. Paul Kolp & Matthew Schwartz Lower Columbia Estuary Partnership

Evaluating Landscapes with Small Unmanned Aerial Vehicles. Paul Kolp & Matthew Schwartz Lower Columbia Estuary Partnership Evaluating Landscapes with Small Unmanned Aerial Vehicles Paul Kolp & Matthew Schwartz Lower Columbia Estuary Partnership Evaluating Landscapes with Small Unmanned Aerial Vehicles Small Unmanned Aerial

More information

Enhance Security, Safety and Efficiency With Geospatial Visualization

Enhance Security, Safety and Efficiency With Geospatial Visualization Areas within 10 minutes of an exit are emphasized on this map, to give an indication of how accessible neighborhoods are by highway. The colors represent 1, 3, 5 and 10 minute increments from the exits.

More information

UAV APPLICATIONS IN ENGINEERING. Presented By Wohnrade Civil Engineers, Inc.

UAV APPLICATIONS IN ENGINEERING. Presented By Wohnrade Civil Engineers, Inc. UAV APPLICATIONS IN ENGINEERING Presented By Wohnrade Civil Engineers, Inc. UAV BUSINESS STARTUP March 31, 2015 - Obtained DJI Inspire 1 Unmanned Aerial Vehicle (UAV) FAA requires Certificate of Authorization

More information

GIS Workshop Data Collection Techniques

GIS Workshop Data Collection Techniques GIS Workshop Data Collection Techniques NOFNEC Conference 2016 Presented by: Matawa First Nations Management Jennifer Duncan and Charlene Wagenaar, Geomatics Technicians, Four Rivers Department QA #: FRG

More information

Challenges and Issues for Regional Geoportal on Disaster Data Sharing - from Perspective of China

Challenges and Issues for Regional Geoportal on Disaster Data Sharing - from Perspective of China The 3 rd UN-GGIM-AP Plenary Meeting Challenges and Issues for Regional Geoportal on Disaster Data Sharing - from Perspective of China ZHOU Xu, Vice Chair of WG2 National Geomatics Center of China Outline

More information

Projektovanje paralelnih algoritama II

Projektovanje paralelnih algoritama II Projektovanje paralelnih algoritama II Primeri paralelnih algoritama, I deo Paralelni algoritmi za množenje matrica 1 Algoritmi za množenje matrica Ovde su data tri paralelna algoritma: Direktan algoritam

More information

MULTICHANNEL NADIR SPECTROMETER FOR THEMATICALLY ORIENTED REMOTE SENSING INVESTIGATIONS

MULTICHANNEL NADIR SPECTROMETER FOR THEMATICALLY ORIENTED REMOTE SENSING INVESTIGATIONS S E S 2 5 Scientific Conference SPACE, ECOLOGY, SAFETY with International Participation 1 13 June 25, Varna, Bulgaria MULTICHANNEL NADIR SPECTROMETER FOR THEMATICALLY ORIENTED REMOTE SENSING INVESTIGATIONS

More information

Building a National Data Repository

Building a National Data Repository Building a National Data Repository Mladen Stojic, Vice President - Geospatial 1/30/2013 2012 Intergraph Corporation 1 Information has meaning and gives power only when shared and distributed. Information,

More information

Land Administration and Cadastre

Land Administration and Cadastre Geomatics play a major role in hydropower, land and water resources and other infrastructure projects. Lahmeyer International s (LI) worldwide projects require a wide range of approaches to the integration

More information

VISUALIZING THE SMART CITY 3D SPATIAL INFRASTRUCTURE GEOSMART ASIA- 30 SEP, 2015

VISUALIZING THE SMART CITY 3D SPATIAL INFRASTRUCTURE GEOSMART ASIA- 30 SEP, 2015 www.aamgroup.com VISUALIZING THE SMART CITY 3D SPATIAL INFRASTRUCTURE GEOSMART ASIA- 30 SEP, 2015 Agenda AAM What is a Smart City? Data Acquisition 3D Modelling Benefits Questions AAM AAM is a Geospatial

More information

(Refer Slide Time: 3:48)

(Refer Slide Time: 3:48) Introduction to Remote Sensing Dr. Arun K Saraf Department of Earth Sciences Indian Institute of Technology Roorkee Lecture 01 What is Satellite based Remote Sensing Hello, hello everyone this is Arun

More information

The platform is the means, not the end goal

The platform is the means, not the end goal The platform is the means, not the end goal + Complete analytics platform at an accessible price point Compliments existing workflows by integrating with the new intelligent farm equipment. The goal is

More information

USE OF RADIOMETRICS IN SOIL SURVEY

USE OF RADIOMETRICS IN SOIL SURVEY USE OF RADIOMETRICS IN SOIL SURVEY Brian Tunstall 2003 Abstract The objectives and requirements with soil mapping are summarised. The capacities for different methods to address these objectives and requirements

More information

Diffusion/Inference geometries of data features, situational awareness and visualization. Ronald R Coifman Mathematics Yale University

Diffusion/Inference geometries of data features, situational awareness and visualization. Ronald R Coifman Mathematics Yale University Diffusion/Inference geometries of data features, situational awareness and visualization Ronald R Coifman Mathematics Yale University Digital data is generally converted to point clouds in high dimensional

More information

Vegetation Change Detection of Central part of Nepal using Landsat TM

Vegetation Change Detection of Central part of Nepal using Landsat TM Vegetation Change Detection of Central part of Nepal using Landsat TM Kalpana G. Bastakoti Department of Geography, University of Calgary, kalpanagb@gmail.com Abstract This paper presents a study of detecting

More information

GIS (GEOGRAPHIC INFORMATION SYSTEMS)

GIS (GEOGRAPHIC INFORMATION SYSTEMS) GIS (GEOGRAPHIC INFORMATION SYSTEMS) 1 1. DEFINITION SYSTEM Any organised assembly of resources and procedures united and regulated by interaction or interdependence to complete a set of specific functions.

More information

Cartographic and Geospatial Futures

Cartographic and Geospatial Futures Cartographic and Geospatial Futures 1. Web Cartography, WebGIS, & Virtual Globes--New Roles for Maps, GIS, and GIS professionals 2. Map Mashups, the Neo Neo-geography Movement, & Crowd-sourcing Geospatial

More information

STEREO ANALYST FOR ERDAS IMAGINE Stereo Feature Collection for the GIS Professional

STEREO ANALYST FOR ERDAS IMAGINE Stereo Feature Collection for the GIS Professional STEREO ANALYST FOR ERDAS IMAGINE Stereo Feature Collection for the GIS Professional STEREO ANALYST FOR ERDAS IMAGINE Has Your GIS Gone Flat? Hexagon Geospatial takes three-dimensional geographic imaging

More information

Lesson 4b Remote Sensing and geospatial analysis to integrate observations over larger scales

Lesson 4b Remote Sensing and geospatial analysis to integrate observations over larger scales Lesson 4b Remote Sensing and geospatial analysis to integrate observations over larger scales We have discussed static sensors, human-based (participatory) sensing, and mobile sensing Remote sensing: Satellite

More information

Map your way to deeper insights

Map your way to deeper insights Map your way to deeper insights Target, forecast and plan by geographic region Highlights Apply your data to pre-installed map templates and customize to meet your needs. Select from included map files

More information

Airborne Multi-Spectral Minefield Survey

Airborne Multi-Spectral Minefield Survey Dirk-Jan de Lange, Eric den Breejen TNO Defence, Security and Safety Oude Waalsdorperweg 63 PO BOX 96864 2509 JG The Hague THE NETHERLANDS Phone +31 70 3740857 delange@fel.tno.nl ABSTRACT The availability

More information

Technical Drafting, Geographic Information Systems and Computer- Based Cartography

Technical Drafting, Geographic Information Systems and Computer- Based Cartography Technical Drafting, Geographic Information Systems and Computer- Based Cartography Project-Specific and Regional Resource Mapping Services Geographic Information Systems - Spatial Analysis Terrestrial

More information

UAV s in Geoinformatics - Trends and Perspectives

UAV s in Geoinformatics - Trends and Perspectives UAV s in Geoinformatics - Trends and Perspectives Torsten Prinz & Christian Knoth Institute for Geoinformatics (IFGI), University of Muenster (WWU) GeoNetzwerk Münsterland (29.11.2013) I. Introduction

More information

ORTHOPHOTO PROGRAM FREQUENTLY ASKED QUESTIONS

ORTHOPHOTO PROGRAM FREQUENTLY ASKED QUESTIONS ORTHOPHOTO PROGRAM FREQUENTLY ASKED QUESTIONS June 4, 2014 Document Purpose The Florida Department of Revenue (DOR) regularly receives questions regarding its orthophoto program. This document answers

More information

Watershed Application of WEPP and Geospatial Interfaces. Dennis C. Flanagan

Watershed Application of WEPP and Geospatial Interfaces. Dennis C. Flanagan Watershed Application of WEPP and Geospatial Interfaces Dennis C. Flanagan Research Agricultural Engineer USDA-Agricultural Research Service Adjunct Professor Purdue Univ., Dept. of Agric. & Biol. Eng.

More information

Careers in downstream satellite applications. Michael Lawrence Business Development Director. Deimos Space UK

Careers in downstream satellite applications. Michael Lawrence Business Development Director. Deimos Space UK Careers in downstream satellite applications Michael Lawrence Business Development Director Deimos Space UK 1 Agenda 1. What is the downstream sector? 2. What kinds of jobs are available? 3. What do you

More information

The use of satellite images to forecast agricultural production

The use of satellite images to forecast agricultural production The use of satellite images to forecast agricultural production Artur Łączyński Central Statistical Office, Agriculture Department Niepodległości 208 Warsaw, Poland E-mail a.laczynski@stat.gov.pl DOI:

More information

XXIII CONGRESS OF ISPRS RESOLUTIONS

XXIII CONGRESS OF ISPRS RESOLUTIONS XXIII CONGRESS OF ISPRS RESOLUTIONS General Resolutions Resolution 0: Thanks to the Czech Society commends: To congratulate The Czech Society, its president and the Congress Director Lena Halounová, the

More information

Space Telescopes Asteroid Mining Space Manufacturing. Wefunder.com/SpaceFab

Space Telescopes Asteroid Mining Space Manufacturing. Wefunder.com/SpaceFab Space Telescopes Asteroid Mining Space Manufacturing Wefunder.com/SpaceFab Business Road Map Cost efficient high value space telescopes Unique business model Deployable optics technology Asteroid mining

More information

Fundamentals of Remote Sensing

Fundamentals of Remote Sensing Division of Spatial Information Science Graduate School Life and Environment Sciences University of Tsukuba Fundamentals of Remote Sensing Prof. Dr. Yuji Murayama Surantha Dassanayake 10/6/2010 1 Fundamentals

More information

Aerial Survey of Coffee Estates

Aerial Survey of Coffee Estates Aerial Survey of Coffee Estates Why get an Aerial Survey of your Coffee Estate done? Aerial surveying produces high resolution and highly accurate image data about your coffee estate. This data can be

More information

C O P E R N I C U S F O R G I P R O F E S S I O N A L S

C O P E R N I C U S F O R G I P R O F E S S I O N A L S C O P E R N I C U S F O R G I P R O F E S S I O N A L S Downstream Applications MALTA 2017-06-26 Pascal Lory, EUROGI EU EU EU www.copernicus.eu S c o p e Identifying urban housing density: Stella Ofori-Ampofo,

More information

SATELLITE REMOTE SENSING

SATELLITE REMOTE SENSING SATELLITE REMOTE SENSING of NATURAL RESOURCES David L. Verbyla LEWIS PUBLISHERS Boca Raton New York London Tokyo Contents CHAPTER 1. SATELLITE IMAGES 1 Raster Image Data 2 Remote Sensing Detectors 2 Analog

More information

Deriving Uncertainty of Area Estimates from Satellite Imagery using Fuzzy Land-cover Classification

Deriving Uncertainty of Area Estimates from Satellite Imagery using Fuzzy Land-cover Classification International Journal of Information and Computation Technology. ISSN 0974-2239 Volume 3, Number 10 (2013), pp. 1059-1066 International Research Publications House http://www. irphouse.com /ijict.htm Deriving

More information

Geospatial Technologies for the Agricultural Sciences

Geospatial Technologies for the Agricultural Sciences Geospatial Technologies for the Agricultural Sciences Maggi Kelly Assoc. Cooperative Extension Specialist Department of Environmental Science, Policy & Management Director, GIIF UC Berkeley Karin Tuxen

More information

N Management in Potato Production. David Mulla, Carl Rosen, Tyler Nigonand Brian Bohman Dept. Soil, Water & Climate University of Minnesota

N Management in Potato Production. David Mulla, Carl Rosen, Tyler Nigonand Brian Bohman Dept. Soil, Water & Climate University of Minnesota N Management in Potato Production David Mulla, Carl Rosen, Tyler Nigonand Brian Bohman Dept. Soil, Water & Climate University of Minnesota Topics Background and conventional nitrogen management Evaluate

More information

Cloud analysis from METEOSAT data using image segmentation for climate model verification

Cloud analysis from METEOSAT data using image segmentation for climate model verification Cloud analysis from METEOSAT data using image segmentation for climate model verification R. Huckle 1, F. Olesen 2 Institut für Meteorologie und Klimaforschung, 1 University of Karlsruhe, 2 Forschungszentrum

More information

HIERARCHICAL IMAGE OBJECT-BASED STRUCTURAL ANALYSIS TOWARD URBAN LAND USE CLASSIFICATION USING HIGH-RESOLUTION IMAGERY AND AIRBORNE LIDAR DATA

HIERARCHICAL IMAGE OBJECT-BASED STRUCTURAL ANALYSIS TOWARD URBAN LAND USE CLASSIFICATION USING HIGH-RESOLUTION IMAGERY AND AIRBORNE LIDAR DATA HIERARCHICAL IMAGE OBJECT-BASED STRUCTURAL ANALYSIS TOWARD URBAN LAND USE CLASSIFICATION USING HIGH-RESOLUTION IMAGERY AND AIRBORNE LIDAR DATA Qingming ZHAN, Martien MOLENAAR & Klaus TEMPFLI International

More information

Copernicus Data Driven Services for Regional & Local Government in Greece

Copernicus Data Driven Services for Regional & Local Government in Greece Workshop on Copernicus uptake by public authorities Gabriel Mavrellis CEO, Geospatial Enabling Technologies Copernicus Data Driven Services for Regional & Local Government in Greece The Company Copernicus

More information

DMS-UAV Accuracy Assessment: AP20 with Nikon D800E

DMS-UAV Accuracy Assessment: AP20 with Nikon D800E DMS-UAV Accuracy Assessment: AP20 with Nikon D800E Joe Hutton, Greg Lipa, James Lutes, Omer Mian Applanix, William Chan - GeoPixel Air Introduction The Direct Mapping Solution for Unmanned Aerial Vehicles

More information

about GCC

about GCC about GCC Bldg 234, Flat 11, Al Barakat Street, Hail Al Janaubiyah P.O Box: 94, Postal Code: 123, Al Khaudh, Sultante of Oman Fax : +968 24543188 Mobile :+968 96666445 info@gcc-oman.com www.gcc-oman.com

More information

DROUGHT ASSESSMENT USING SATELLITE DERIVED METEOROLOGICAL PARAMETERS AND NDVI IN POTOHAR REGION

DROUGHT ASSESSMENT USING SATELLITE DERIVED METEOROLOGICAL PARAMETERS AND NDVI IN POTOHAR REGION DROUGHT ASSESSMENT USING SATELLITE DERIVED METEOROLOGICAL PARAMETERS AND NDVI IN POTOHAR REGION Researcher: Saad-ul-Haque Supervisor: Dr. Badar Ghauri Department of RS & GISc Institute of Space Technology

More information

Introduction of Sichuan Surveying and Mapping Emergency System. Zheng Quanhong Sichuan Bureau of Surveying.Mapping and Geoinformation September 2016

Introduction of Sichuan Surveying and Mapping Emergency System. Zheng Quanhong Sichuan Bureau of Surveying.Mapping and Geoinformation September 2016 Introduction of Sichuan Surveying and Mapping Emergency System Zheng Quanhong Sichuan Bureau of Surveying.Mapping and Geoinformation September 2016 Background Sichuan province is one of the most serious

More information

Su Liu 1, Alexandros Papakonstantinou 2, Hongjun Wang 1,DemingChen 2

Su Liu 1, Alexandros Papakonstantinou 2, Hongjun Wang 1,DemingChen 2 Real-Time Object Tracking System on FPGAs Su Liu 1, Alexandros Papakonstantinou 2, Hongjun Wang 1,DemingChen 2 1 School of Information Science and Engineering, Shandong University, Jinan, China 2 Electrical

More information

Current Research Trends from an Australian Perspective. Dr Philip Collier Research Director

Current Research Trends from an Australian Perspective. Dr Philip Collier Research Director Current Research Trends from an Australian Perspective Dr Philip Collier Research Director Growth in the spatial sector. 11% pa in the Global Navigation Satellite System market 2010-2020 300% growth in

More information

Impact on Agriculture

Impact on Agriculture Weather Variability and the Impact on Agriculture InfoAg 2017 Copyright 2017, awhere. All Rights Reserved The Problem: The Earth s Atmosphere is a Heat Engine In transition 1 C warming of atmosphere Triples

More information

Remote Sensing Geographic Information Systems Global Positioning Systems

Remote Sensing Geographic Information Systems Global Positioning Systems Remote Sensing Geographic Information Systems Global Positioning Systems Assessing Seasonal Vegetation Response to Drought Lei Ji Department of Geography University of Nebraska-Lincoln AVHRR-NDVI: July

More information

Imagery and the Location-enabled Platform in State and Local Government

Imagery and the Location-enabled Platform in State and Local Government Imagery and the Location-enabled Platform in State and Local Government Fred Limp, Director, CAST Jim Farley, Vice President, Leica Geosystems Oracle Spatial Users Group Denver, March 10, 2005 TM TM Discussion

More information

Monitoring Extreme Weather Events. February 8, 2010

Monitoring Extreme Weather Events. February 8, 2010 Monitoring Extreme Weather Events February 8, 2010 Extensive network of over 800 stations across the Prairies Good coverage across entire agriculture production region Network of networks strategy includes

More information

ISO MODIS NDVI Weekly Composites for Canada South of 60 N Data Product Specification

ISO MODIS NDVI Weekly Composites for Canada South of 60 N Data Product Specification ISO 19131 MODIS NDVI Weekly Composites for South of 60 N Data Product Specification Revision: A Data specification: MODIS NDVI Composites for South of 60 N - Table of Contents - 1. OVERVIEW... 3 1.1. Informal

More information

Yrd. Doç. Dr. Saygın ABDİKAN Öğretim Yılı Güz Dönemi

Yrd. Doç. Dr. Saygın ABDİKAN Öğretim Yılı Güz Dönemi Yabancı Dil III (YDL285) Introduction to Geomatics Yrd. Doç. Dr. Saygın ABDİKAN 2017-2018 Öğretim Yılı Güz Dönemi 1 géomatique Geo (Earth) + informatics Geodesy + Geoinformatics Geomatics: The mathematics

More information

INSTITUTE OF AERONAUTICAL ENGINEERING (Autonomous) Dundigal, Hyderabad

INSTITUTE OF AERONAUTICAL ENGINEERING (Autonomous) Dundigal, Hyderabad INSTITUTE OF AERONAUTICAL ENGINEERING (Autonomous) Dundigal, Hyderabad -00 0 CIVIL ENGINEERING TUTORIAL QUESTION BANK Course Name : Remote Sensing and GIS Course Code : A00 Class : IV B. Tech I Semester

More information

Eyal Ben-Dor Department of Geography Tel Aviv University

Eyal Ben-Dor Department of Geography Tel Aviv University Spectral Imaging of Soils: past present and future Eyal Ben-Dor Department of Geography Tel Aviv University 2nd International Conference on Airborne Research for the Environment, DLR - the German Aerospace

More information

Exploratory Hierarchical Clustering for Management Zone Delineation in Precision Agriculture

Exploratory Hierarchical Clustering for Management Zone Delineation in Precision Agriculture Exploratory Hierarchical Clustering for Management Zone Delineation in Precision Agriculture Georg Ruß, Rudolf Kruse Otto-von-Guericke-Universität Magdeburg, Germany {russ,kruse}@iws.cs.uni-magdeburg.de

More information

HELLA AGLAIA MOBILE VISION GMBH

HELLA AGLAIA MOBILE VISION GMBH HELLA AGLAIA MOBILE VISION GMBH DRIVING SOFTWARE INNOVATION H E L L A A g l a i a M o b i l e V i s i o n G m b H I C o m p a n y P r e s e n t a t i o n I D e l h i, A u g u s t 2 0 1 7 11 Hella Aglaia

More information

Application of Topology to Complex Object Identification. Eliseo CLEMENTINI University of L Aquila

Application of Topology to Complex Object Identification. Eliseo CLEMENTINI University of L Aquila Application of Topology to Complex Object Identification Eliseo CLEMENTINI University of L Aquila Agenda Recognition of complex objects in ortophotos Some use cases Complex objects definition An ontology

More information

Remote Sensing Techniques for Renewable Energy Projects. Dr Stuart Clough APEM Ltd

Remote Sensing Techniques for Renewable Energy Projects. Dr Stuart Clough APEM Ltd Remote Sensing Techniques for Renewable Energy Projects Dr Stuart Clough APEM Ltd What is Remote Sensing? The use of aerial sensors to detect and classify objects on Earth Remote sensing for ecological

More information

INTRODUCTION TO GEOGRAPHIC INFORMATION SYSTEM By Reshma H. Patil

INTRODUCTION TO GEOGRAPHIC INFORMATION SYSTEM By Reshma H. Patil INTRODUCTION TO GEOGRAPHIC INFORMATION SYSTEM By Reshma H. Patil ABSTRACT:- The geographical information system (GIS) is Computer system for capturing, storing, querying analyzing, and displaying geospatial

More information

1. Introduction. S.S. Patil 1, Sachidananda 1, U.B. Angadi 2, and D.K. Prabhuraj 3

1. Introduction. S.S. Patil 1, Sachidananda 1, U.B. Angadi 2, and D.K. Prabhuraj 3 Cloud Publications International Journal of Advanced Remote Sensing and GIS 2014, Volume 3, Issue 1, pp. 525-531, Article ID Tech-249 ISSN 2320-0243 Research Article Open Access Machine Learning Technique

More information

DETECTION OF NITROGEN STRESS IN CORN USING DIGITAL AERIAL IMAGING. Sreekala GopalaPillai Lei Tian and John Beal

DETECTION OF NITROGEN STRESS IN CORN USING DIGITAL AERIAL IMAGING. Sreekala GopalaPillai Lei Tian and John Beal DETECTION OF NITROGEN STRESS IN CORN USING DIGITAL AERIAL IMAGING Sreekala GopalaPillai Lei Tian and John Beal ABSTRACT High-resolution color infrared (CIR) aerial images were used for detecting in-field

More information

Scout Aerial Africa DRONES THE BIG PICTURE FOR GEOLOGY AND MINING

Scout Aerial Africa DRONES THE BIG PICTURE FOR GEOLOGY AND MINING Scout Aerial Africa DRONES THE BIG PICTURE FOR GEOLOGY AND MINING WHO ARE WE? Scout Aerial Group is a diversified operating and investment group with market leading businesses and targeted investment in

More information

Preparation of LULC map from GE images for GIS based Urban Hydrological Modeling

Preparation of LULC map from GE images for GIS based Urban Hydrological Modeling International Conference on Modeling Tools for Sustainable Water Resources Management Department of Civil Engineering, Indian Institute of Technology Hyderabad: 28-29 December 2014 Abstract Preparation

More information

Name NRS 409 Exam I. 1. (24 Points) Consider the following questions concerning standard data for GIS systems.

Name NRS 409 Exam I. 1. (24 Points) Consider the following questions concerning standard data for GIS systems. Read every question carefully. You may use a calculator if you wish. Conversion tables are provided at the end of the exam. If you have any questions, raise your hand. Be sure to show your work on computational

More information

GEOGRAPHY (GE) Courses of Instruction

GEOGRAPHY (GE) Courses of Instruction GEOGRAPHY (GE) GE 102. (3) World Regional Geography. The geographic method of inquiry is used to examine, describe, explain, and analyze the human and physical environments of the major regions of the

More information

Sources of Imagery and GIS Data Layers (Last updated October 2005)

Sources of Imagery and GIS Data Layers (Last updated October 2005) Sources of Imagery and GIS Data Layers (Last updated October 2005) The question of where to find data is one often asked by beginners in precision agriculture and other geospatial projects. The following

More information

Computer faceted thermal model of helicopter

Computer faceted thermal model of helicopter Computer faceted thermal model of helicopter Military University of Technology, Institute of Optoelectronics, ul. Kaliskiego 2, 00-908 Warsaw, Poland, e-mail: rdulski@wat.waw.pl by R. Dulski and M. Dąbrowski

More information

Teaching GIS for Land Surveying

Teaching GIS for Land Surveying Teaching GIS for Land Surveying Zhanjing (John) Yu Evergreen Valley College, San Jose, California James Crossfield California State University at Fresno, Fresno California 7/13/2006 1 Outline of the Presentation

More information

G EOSPAT I A L ERDAS IMAGINE. The world s most widely-used software package for creating information from geospatial data

G EOSPAT I A L ERDAS IMAGINE. The world s most widely-used software package for creating information from geospatial data G EOSPAT I A L ERDAS IMAGINE The world s most widely-used software package for creating information from geospatial data ERDAS IMAGINE Geographic imaging professionals need to process vast amounts of

More information

= - is governed by the value of the singularity exponent: (1) hence (2)

= - is governed by the value of the singularity exponent: (1) hence (2) In the past decades, the emergence of renormalization methods in Physics has led to new ideas and powerful multiscale methods to tackle problems where classical approaches failed. These concepts encompass

More information

LAND COVER CATEGORY DEFINITION BY IMAGE INVARIANTS FOR AUTOMATED CLASSIFICATION

LAND COVER CATEGORY DEFINITION BY IMAGE INVARIANTS FOR AUTOMATED CLASSIFICATION LAND COVER CATEGORY DEFINITION BY IMAGE INVARIANTS FOR AUTOMATED CLASSIFICATION Nguyen Dinh Duong Environmental Remote Sensing Laboratory Institute of Geography Hoang Quoc Viet Rd., Cau Giay, Hanoi, Vietnam

More information

Digital Change Detection Using Remotely Sensed Data for Monitoring Green Space Destruction in Tabriz

Digital Change Detection Using Remotely Sensed Data for Monitoring Green Space Destruction in Tabriz Int. J. Environ. Res. 1 (1): 35-41, Winter 2007 ISSN:1735-6865 Graduate Faculty of Environment University of Tehran Digital Change Detection Using Remotely Sensed Data for Monitoring Green Space Destruction

More information

Vegetation Remote Sensing

Vegetation Remote Sensing Vegetation Remote Sensing Huade Guan Prepared for Remote Sensing class Earth & Environmental Science University of Texas at San Antonio November 2, 2005 Outline Why do we study vegetation remote sensing?

More information

Asteroids to Agriculture: Carving a Niche in Earth Observation Using Asteroid Prospecting Instruments on an Earth-Orbiting Cubesat Constellation

Asteroids to Agriculture: Carving a Niche in Earth Observation Using Asteroid Prospecting Instruments on an Earth-Orbiting Cubesat Constellation SSC16-XI-02 Asteroids to Agriculture: Carving a Niche in Earth Observation Using Asteroid Prospecting Instruments on an Earth-Orbiting Cubesat Constellation Hannah R. Goldberg, Matthew Beasley, Chris Voorhees

More information

GIS Data Conversion: Strategies, Techniques, and Management

GIS Data Conversion: Strategies, Techniques, and Management GIS Data Conversion: Strategies, Techniques, and Management Pat Hohl, Editor SUB G6ttlngen 208 494219 98 A11838 ONWORD P R E S S V Contents SECTION 1: Introduction 1 Introduction and Overview 3 Ensuring

More information

Weather in the Connected Cockpit

Weather in the Connected Cockpit Weather in the Connected Cockpit What if the Cockpit is on the Ground? The Weather Story for UAS Friends and Partners of Aviation Weather November 2, 2016 Chris Brinton brinton@mosaicatm.com Outline Mosaic

More information

1 Introduction. Station Type No. Synoptic/GTS 17 Principal 172 Ordinary 546 Precipitation

1 Introduction. Station Type No. Synoptic/GTS 17 Principal 172 Ordinary 546 Precipitation Use of Automatic Weather Stations in Ethiopia Dula Shanko National Meteorological Agency(NMA), Addis Ababa, Ethiopia Phone: +251116639662, Mob +251911208024 Fax +251116625292, Email: Du_shanko@yahoo.com

More information

Frank Hegyi President, Ferihill Technologies Ltd Victoria, B.C.

Frank Hegyi President, Ferihill Technologies Ltd Victoria, B.C. REMOTE SENSING TECHNIQUES IN ENVIRONMENTAL MONITORING By Frank Hegyi President, Ferihill Technologies Ltd Victoria, B.C. ABSTRACT Increasing public awareness about environmental concerns is creating pressures

More information

Google Maps and Beyond

Google Maps and Beyond Google Maps and Beyond Aaron Paul First American Title apaul@firstam.com 2015 APRA Symposium Association of Professional Reserve Analysts May 2 nd, 2015 Google Maps and Beyond - Overview Business case

More information

The role of soil spectral library for the food security issue

The role of soil spectral library for the food security issue The role of soil spectral library for the food security issue Eyal Ben-Dor Department of Geography Tel Aviv University The GEO-CRADLE project has received funding from the European Union s Horizon 2020

More information

Precision Ag. Technologies and Agronomic Crop Management. Spatial data layers can be... Many forms of spatial data

Precision Ag. Technologies and Agronomic Crop Management. Spatial data layers can be... Many forms of spatial data Components of Precision Agriculture Precision Ag. Technologies and Agronomic Crop Management R.L. (Bob) Nielsen Purdue Univ, Agronomy Dept. West Lafayette, Indiana Equipment control Equipment monitoring

More information

Are You Maximizing The Value Of All Your Data?

Are You Maximizing The Value Of All Your Data? Are You Maximizing The Value Of All Your Data? Using The SAS Bridge for ESRI With ArcGIS Business Analyst In A Retail Market Analysis SAS and ESRI: Bringing GIS Mapping and SAS Data Together Presented

More information

FROM WATER LEAKS TO WINE GRAPES: A NEW OUTLOOK FOR IMAGERY ANALYSIS

FROM WATER LEAKS TO WINE GRAPES: A NEW OUTLOOK FOR IMAGERY ANALYSIS Place image here (10 x 3.5 ) FROM WATER LEAKS TO WINE GRAPES: A NEW OUTLOOK FOR IMAGERY ANALYSIS ENVI AS A FRAMEWORK FOR CLOUD SERVICES & DEEP LEARNING Presented By Gordon Sumerling on Behalf of Cherie

More information

FUNDAMENTALS OF REMOTE SENSING FOR RISKS ASSESSMENT. 1. Introduction

FUNDAMENTALS OF REMOTE SENSING FOR RISKS ASSESSMENT. 1. Introduction FUNDAMENTALS OF REMOTE SENSING FOR RISKS ASSESSMENT FRANÇOIS BECKER International Space University and University Louis Pasteur, Strasbourg, France; E-mail: becker@isu.isunet.edu Abstract. Remote sensing

More information

Atmospheric correction of HJ1-A/B images and the effects on remote sensing monitoring of cyanobacteria bloom

Atmospheric correction of HJ1-A/B images and the effects on remote sensing monitoring of cyanobacteria bloom Remote Sensing and GIS for Hydrology and Water Resources (IAHS Publ. 368, 2015) (Proceedings RSHS14 and ICGRHWE14, Guangzhou, China, August 2014). 69 Atmospheric correction of HJ1-A/B images and the effects

More information

Mathcad sa algoritmima

Mathcad sa algoritmima P R I M J E R I P R I M J E R I Mathcad sa algoritmima NAREDBE - elementarne obrade - sekvence Primjer 1 Napraviti algoritam za sabiranje dva broja. NAREDBE - elementarne obrade - sekvence Primjer 1 POČETAK

More information

Clustering Analysis of London Police Foot Patrol Behaviour from Raw Trajectories

Clustering Analysis of London Police Foot Patrol Behaviour from Raw Trajectories Clustering Analysis of London Police Foot Patrol Behaviour from Raw Trajectories Jianan Shen 1, Tao Cheng 2 1 SpaceTimeLab for Big Data Analytics, Department of Civil, Environmental and Geomatic Engineering,

More information

REVIEW MAPWORK EXAM QUESTIONS 31 JULY 2014

REVIEW MAPWORK EXAM QUESTIONS 31 JULY 2014 REVIEW MAPWORK EXAM QUESTIONS 31 JULY 2014 Lesson Description In this lesson we: Focus on key concepts and exam questions relating to GIS. Question 1 Test Yourself The most important component of a GIS

More information

Introduction to GIS - 2

Introduction to GIS - 2 Introduction to GIS - 2 Outline Using GIS Representation of spatial objects in GIS Prof. D. Nagesh Kumar Department of Civil Engineering Indian Institute of Science Bangalore 560 012, India http://www.civil.iisc.ernet.in/~nagesh

More information

Urban Tree Canopy Assessment Purcellville, Virginia

Urban Tree Canopy Assessment Purcellville, Virginia GLOBAL ECOSYSTEM CENTER www.systemecology.org Urban Tree Canopy Assessment Purcellville, Virginia Table of Contents 1. Project Background 2. Project Goal 3. Assessment Procedure 4. Economic Benefits 5.

More information

Part : General Situation of Surveying and Mapping. The Development of Surveying and Mapping in China. The contents

Part : General Situation of Surveying and Mapping. The Development of Surveying and Mapping in China. The contents The Development of Surveying and Mapping in China Dr. Ping Xiao China.P.R The contents Part : General Situation of Surveying and Mapping 1. The legal systems of surveying and mapping 2. The technologies

More information