<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Beatriz Ramos López - GIS Course | TYC GIS Training</title>
	<atom:link href="https://www.giscourse.com/author/bea-ramos/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.giscourse.com</link>
	<description>Courses &#38; Training - ArcGIS 10, ArcGIS PRO, QGIS, Python, JS, Development</description>
	<lastBuildDate>Wed, 07 Feb 2018 13:57:55 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.2.6</generator>

<image>
	<url>https://www.giscourse.com/wp-content/uploads/2017/07/cropped-flavicon-01-32x32.png</url>
	<title>Beatriz Ramos López - GIS Course | TYC GIS Training</title>
	<link>https://www.giscourse.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Differences in the developing of 3D cartographic viewers with Cesium and ArcGIS API for JavaScript</title>
		<link>https://www.giscourse.com/differences-in-the-developing-of-3d-cartographic-viewers-with-cesium-and-arcgis-api-for-javascript/</link>
					<comments>https://www.giscourse.com/differences-in-the-developing-of-3d-cartographic-viewers-with-cesium-and-arcgis-api-for-javascript/#respond</comments>
		
		<dc:creator><![CDATA[Beatriz Ramos López]]></dc:creator>
		<pubDate>Wed, 07 Feb 2018 12:56:02 +0000</pubDate>
				<category><![CDATA[BLOG]]></category>
		<guid isPermaLink="false">http://www.giscourse.com/?p=16112</guid>

					<description><![CDATA[In this exercise we will try to compare two of the best 3D Web Mapping APIs that currently exist on the market. We will focus on the main differences when it comes to data modeling, processing, symbolization and visualization. On the one hand, The JavaScript API is performing better when it comes of visualization and  [...]]]></description>
										<content:encoded><![CDATA[<p style="text-align: justify;">In this exercise we will try to compare two of the best 3D Web Mapping APIs that currently exist on the market. We will focus on the main differences when it comes to data modeling, processing, symbolization and visualization.</p>
<p style="text-align: justify;">On the one hand, The JavaScript API is performing better when it comes of visualization and geoprocessing and on the other hand Cesium carry out functions like interaction, geometry and programming with sharpened results.</p>
<p style="text-align: justify;">The next chart will get you an idea about the main functionalities of these two APIs and about their performance in each application.</p>
<p style="text-align: justify;"><img decoding="async" class="aligncenter wp-image-16113 size-full" src="http://www.giscourse.com/wp-content/uploads/2018/02/1.jpg" alt="1" width="768" height="392" srcset="https://www.giscourse.com/wp-content/uploads/2018/02/1-200x102.jpg 200w, https://www.giscourse.com/wp-content/uploads/2018/02/1-300x153.jpg 300w, https://www.giscourse.com/wp-content/uploads/2018/02/1-400x204.jpg 400w, https://www.giscourse.com/wp-content/uploads/2018/02/1-500x255.jpg 500w, https://www.giscourse.com/wp-content/uploads/2018/02/1-600x306.jpg 600w, https://www.giscourse.com/wp-content/uploads/2018/02/1.jpg 768w" sizes="(max-width: 768px) 100vw, 768px" /></p>
<p style="text-align: justify;">The cartographic viewers need a server in order to deploy. Cesium uses Node.js while JavaScript API behaves well with IIS (Microsoft Internet Information Services).</p>
<p style="text-align: justify;"><img decoding="async" class="aligncenter wp-image-16114 size-full" src="http://www.giscourse.com/wp-content/uploads/2018/02/2.jpg" alt="2" width="691" height="114" srcset="https://www.giscourse.com/wp-content/uploads/2018/02/2-200x33.jpg 200w, https://www.giscourse.com/wp-content/uploads/2018/02/2-300x49.jpg 300w, https://www.giscourse.com/wp-content/uploads/2018/02/2-400x66.jpg 400w, https://www.giscourse.com/wp-content/uploads/2018/02/2-500x82.jpg 500w, https://www.giscourse.com/wp-content/uploads/2018/02/2-600x99.jpg 600w, https://www.giscourse.com/wp-content/uploads/2018/02/2.jpg 691w" sizes="(max-width: 691px) 100vw, 691px" /></p>
<p style="text-align: justify;">Both of the applications have developed their own 3D data type formats. One the one hand, the JavaScript API has created the standard ESRI Indexed 3D Scene Layer (i3S), on the other hand, Cesium works with its 3D-Tiles format. Both of them created under OGC standards, i3S being recently approved as an OGC standard.</p>
<p style="text-align: justify;"><img decoding="async" class="aligncenter wp-image-16115 size-full" src="http://www.giscourse.com/wp-content/uploads/2018/02/3.jpg" alt="3" width="768" height="327" /></p>
<p style="text-align: justify;">One of the main difference is the way data is managed when loaded in the web page.</p>
<p style="text-align: justify;">The data used by the JavaScript API must be uploaded in the cloud and then can be accessed by the application, while Cesium usually loads local data from your computer even though it can be loaded from an external cloud. The speed of loading and interaction with the data (in the first case) depends on the internet speed and quality.</p>
<p style="text-align: justify;"><img decoding="async" class="aligncenter wp-image-16116 size-full" src="http://www.giscourse.com/wp-content/uploads/2018/02/4.jpg" alt="4" width="768" height="438" srcset="https://www.giscourse.com/wp-content/uploads/2018/02/4-200x114.jpg 200w, https://www.giscourse.com/wp-content/uploads/2018/02/4-300x171.jpg 300w, https://www.giscourse.com/wp-content/uploads/2018/02/4-400x228.jpg 400w, https://www.giscourse.com/wp-content/uploads/2018/02/4-500x285.jpg 500w, https://www.giscourse.com/wp-content/uploads/2018/02/4-600x342.jpg 600w, https://www.giscourse.com/wp-content/uploads/2018/02/4.jpg 768w" sizes="(max-width: 768px) 100vw, 768px" /></p>
<p style="text-align: justify;">There is another fundamental distinction, the zoom levels are different between the two applications.</p>
<p style="text-align: justify;">In Cesium there is no legend widget like in ArcGIS API for JavaScript (which have a dynamic legend widget) so the legend must be created manually.</p>
<p style="text-align: justify;">Regarding Symbolization, Cesium application approach a much more simple one comparing with the one integrated by ArcGIS API for JavaScript which allows a lot of different data visualization options.</p>
<p style="text-align: justify;"><img decoding="async" class="aligncenter wp-image-16117 size-full" src="http://www.giscourse.com/wp-content/uploads/2018/02/5.jpg" alt="5" width="768" height="338" /></p>
<p style="text-align: justify;">The Esri JavaScript API has several strong points, such as hosting data in the cloud, (although this is not recommended for sensitive data), improved visualization design, fast transmission, support and resources. On the other hand, among the positive aspects of Cesium we find that it is open source, supported by a very large and active community and fast transmission of 3D-Tiles.</p>
<p style="text-align: justify;"><img decoding="async" class="aligncenter wp-image-16118 size-full" src="http://www.giscourse.com/wp-content/uploads/2018/02/6.jpg" alt="6" width="768" height="206" srcset="https://www.giscourse.com/wp-content/uploads/2018/02/6-200x54.jpg 200w, https://www.giscourse.com/wp-content/uploads/2018/02/6-300x80.jpg 300w, https://www.giscourse.com/wp-content/uploads/2018/02/6-400x107.jpg 400w, https://www.giscourse.com/wp-content/uploads/2018/02/6-500x134.jpg 500w, https://www.giscourse.com/wp-content/uploads/2018/02/6-600x161.jpg 600w, https://www.giscourse.com/wp-content/uploads/2018/02/6.jpg 768w" sizes="(max-width: 768px) 100vw, 768px" /></p>
<p style="text-align: justify;"><strong>Data source of information:</strong> You can check more about this in the paper <em><strong>Cesium vs. ArcGIS API for JavaScript An assessment of the usability of virtual globe toolkits to create an animated 3D web scene </strong></em>from <strong>Institute of Cartography and Geoinformation, ETH Zurich </strong>at the link below: <a href="http://www.ika.ethz.ch/studium/cartography_lab/2017_staehli_report.pdf">http://www.ika.ethz.ch/studium/cartography_lab/2017_staehli_report.pdf</a></p>
<p style="text-align: justify;">Find out about how to develop cartographic viewers with ESRI products, Carto, Mapbox and Google Maps with our online course <strong>Development of Web Based GIS Applications using ESRI products, Carto, Mapbox and Google Maps – Online GIS Training. </strong></p>
<p style="text-align: center;">Quality training taught by professionals</p>
<p style="text-align: center;" data-fontsize="19" data-lineheight="28"><strong>RECOMMENDED COURSE</strong></p>
<p style="text-align: center;" data-fontsize="19" data-lineheight="28"><a href="http://www.giscourse.com/web-development/web-based-gis-applications-using-esri-products-carto-mapbox-google-maps-online-gis-training/"><img decoding="async" class="aligncenter size-medium wp-image-15372" src="http://www.giscourse.com/wp-content/uploads/2017/12/Online-Course-Development-of-Web-Based-GIS-Applications-using-ESRI-products-Carto-Mapbox-and-Google-Maps-300x300.jpg" alt="Online Course Development of Web Based GIS Applications using ESRI products, Carto, Mapbox and Google Maps" width="300" height="300" srcset="https://www.giscourse.com/wp-content/uploads/2017/12/Online-Course-Development-of-Web-Based-GIS-Applications-using-ESRI-products-Carto-Mapbox-and-Google-Maps-66x66.jpg 66w, https://www.giscourse.com/wp-content/uploads/2017/12/Online-Course-Development-of-Web-Based-GIS-Applications-using-ESRI-products-Carto-Mapbox-and-Google-Maps-120x120.jpg 120w, https://www.giscourse.com/wp-content/uploads/2017/12/Online-Course-Development-of-Web-Based-GIS-Applications-using-ESRI-products-Carto-Mapbox-and-Google-Maps-150x150.jpg 150w, https://www.giscourse.com/wp-content/uploads/2017/12/Online-Course-Development-of-Web-Based-GIS-Applications-using-ESRI-products-Carto-Mapbox-and-Google-Maps-200x200.jpg 200w, https://www.giscourse.com/wp-content/uploads/2017/12/Online-Course-Development-of-Web-Based-GIS-Applications-using-ESRI-products-Carto-Mapbox-and-Google-Maps-300x300.jpg 300w, https://www.giscourse.com/wp-content/uploads/2017/12/Online-Course-Development-of-Web-Based-GIS-Applications-using-ESRI-products-Carto-Mapbox-and-Google-Maps-400x400.jpg 400w, https://www.giscourse.com/wp-content/uploads/2017/12/Online-Course-Development-of-Web-Based-GIS-Applications-using-ESRI-products-Carto-Mapbox-and-Google-Maps-500x500.jpg 500w, https://www.giscourse.com/wp-content/uploads/2017/12/Online-Course-Development-of-Web-Based-GIS-Applications-using-ESRI-products-Carto-Mapbox-and-Google-Maps-600x600.jpg 600w, https://www.giscourse.com/wp-content/uploads/2017/12/Online-Course-Development-of-Web-Based-GIS-Applications-using-ESRI-products-Carto-Mapbox-and-Google-Maps-768x769.jpg 768w, https://www.giscourse.com/wp-content/uploads/2017/12/Online-Course-Development-of-Web-Based-GIS-Applications-using-ESRI-products-Carto-Mapbox-and-Google-Maps-800x801.jpg 800w, https://www.giscourse.com/wp-content/uploads/2017/12/Online-Course-Development-of-Web-Based-GIS-Applications-using-ESRI-products-Carto-Mapbox-and-Google-Maps-1024x1024.jpg 1024w, https://www.giscourse.com/wp-content/uploads/2017/12/Online-Course-Development-of-Web-Based-GIS-Applications-using-ESRI-products-Carto-Mapbox-and-Google-Maps-1200x1201.jpg 1200w, https://www.giscourse.com/wp-content/uploads/2017/12/Online-Course-Development-of-Web-Based-GIS-Applications-using-ESRI-products-Carto-Mapbox-and-Google-Maps.jpg 1307w" sizes="(max-width: 300px) 100vw, 300px" /></a></p><p>The post <a href="https://www.giscourse.com/differences-in-the-developing-of-3d-cartographic-viewers-with-cesium-and-arcgis-api-for-javascript/">Differences in the developing of 3D cartographic viewers with Cesium and ArcGIS API for JavaScript</a> first appeared on <a href="https://www.giscourse.com">GIS Course  |  TYC GIS Training</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://www.giscourse.com/differences-in-the-developing-of-3d-cartographic-viewers-with-cesium-and-arcgis-api-for-javascript/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>What is Google Earth Engine and how you can use it?</title>
		<link>https://www.giscourse.com/what-is-google-earth-engine-and-how-you-can-use-it/</link>
					<comments>https://www.giscourse.com/what-is-google-earth-engine-and-how-you-can-use-it/#comments</comments>
		
		<dc:creator><![CDATA[Beatriz Ramos López]]></dc:creator>
		<pubDate>Tue, 30 Jan 2018 13:04:42 +0000</pubDate>
				<category><![CDATA[BLOG]]></category>
		<guid isPermaLink="false">http://www.giscourse.com/?p=15951</guid>

					<description><![CDATA[One of the latest application launched by Google is Google Earth Engine, an advanced cloud-based geospatial processing platform, designed mainly for planetary-scale environmental data analysis. It combines a multi-petabyte catalog of satellite imagery and geospatial datasets, which allow users to visualize, manipulate, edit and create spatial data in an easy and fast way. It incorporates  [...]]]></description>
										<content:encoded><![CDATA[<p style="text-align: justify;">One of the latest application launched by Google is <strong>Google Earth Engine</strong>, an advanced <strong>cloud-based</strong> geospatial processing platform, designed mainly for planetary-scale environmental data analysis. It combines a multi-petabyte catalog of satellite imagery and geospatial datasets, which allow users to <strong>visualize</strong>, <strong>manipulate</strong>, <strong>edit</strong> and <strong>create</strong> spatial data in an easy and fast way. It incorporates a wide range of spatial manipulation tools which allows scientists, researchers, and developers to <strong>detect changes</strong>, <strong>map trends</strong>, and<strong> quantify differences</strong> on the Earth&#8217;s surface.</p>
<p style="text-align: justify;">The ability to <strong>analyze</strong> and<strong> manipulate</strong> data according to users needs, differentiate this application from the traditional Google Earth.</p>
<p style="text-align: justify;"><strong>Earth Engine</strong> stores, more than thirty years of historical imagery and scientific datasets, updated and expanded daily. It organizes them and make them available for public users, as well as, for commercial ones or administrations systems.</p>
<p style="text-align: justify;"><img decoding="async" class="aligncenter wp-image-15954" src="http://www.giscourse.com/wp-content/uploads/2018/01/1-3-300x175.png" alt="1" width="700" height="408" srcset="https://www.giscourse.com/wp-content/uploads/2018/01/1-3-120x70.png 120w, https://www.giscourse.com/wp-content/uploads/2018/01/1-3-200x117.png 200w, https://www.giscourse.com/wp-content/uploads/2018/01/1-3-300x175.png 300w, https://www.giscourse.com/wp-content/uploads/2018/01/1-3-400x233.png 400w, https://www.giscourse.com/wp-content/uploads/2018/01/1-3-500x291.png 500w, https://www.giscourse.com/wp-content/uploads/2018/01/1-3-600x350.png 600w, https://www.giscourse.com/wp-content/uploads/2018/01/1-3-768x448.png 768w, https://www.giscourse.com/wp-content/uploads/2018/01/1-3-800x466.png 800w, https://www.giscourse.com/wp-content/uploads/2018/01/1-3-1024x597.png 1024w, https://www.giscourse.com/wp-content/uploads/2018/01/1-3-1200x699.png 1200w, https://www.giscourse.com/wp-content/uploads/2018/01/1-3.png 1680w" sizes="(max-width: 700px) 100vw, 700px" /></p>
<p style="text-align: justify;">Other capabilities include:</p>
<ul style="text-align: justify;">
<li>Integration with Python and JavaScript through its API. APIs for JavaScript and Python (<a href="https://github.com/google/earthengine-api">hosted on GitHub</a>) for making requests to the Earth Engine servers. These docs focus on JavaScript; (<a href="https://developers.google.com/earth-engine/getstarted">Get started guide for the Javascript API</a>). For Python, see the <a href="https://developers.google.com/earth-engine/python_install.html">Python install guide</a> and the <a href="https://github.com/google/earthengine-api/tree/master/python/examples">Python examples</a> in the Earth Engine GitHub repository.</li>
<li>Use our <strong>web-based code editor</strong> for fast, interactive algorithm development with instant access to petabytes of data. <strong>Code Editor:</strong> An online Integrated Development Environment (IDE) for rapid prototyping and visualization of complex spatial analyses using the Javascript API. Exlore the <a href="https://developers.google.com/earth-engine/playground.html">Code Editor docs</a>.</li>
</ul>
<p style="text-align: justify;">To work with the application it is necessary to register as a user, for that you have to click on the &#8220;Sign up&#8221; button.</p>
<p style="text-align: justify;"><img decoding="async" class="aligncenter wp-image-15955" src="http://www.giscourse.com/wp-content/uploads/2018/01/2-3-300x175.png" alt="2" width="700" height="408" srcset="https://www.giscourse.com/wp-content/uploads/2018/01/2-3-120x70.png 120w, https://www.giscourse.com/wp-content/uploads/2018/01/2-3-200x117.png 200w, https://www.giscourse.com/wp-content/uploads/2018/01/2-3-300x175.png 300w, https://www.giscourse.com/wp-content/uploads/2018/01/2-3-400x233.png 400w, https://www.giscourse.com/wp-content/uploads/2018/01/2-3-500x292.png 500w, https://www.giscourse.com/wp-content/uploads/2018/01/2-3-600x350.png 600w, https://www.giscourse.com/wp-content/uploads/2018/01/2-3-768x448.png 768w, https://www.giscourse.com/wp-content/uploads/2018/01/2-3-800x467.png 800w, https://www.giscourse.com/wp-content/uploads/2018/01/2-3-1024x597.png 1024w, https://www.giscourse.com/wp-content/uploads/2018/01/2-3-1200x700.png 1200w, https://www.giscourse.com/wp-content/uploads/2018/01/2-3.png 1680w" sizes="(max-width: 700px) 100vw, 700px" /></p>
<p style="text-align: justify;">After your registration will be completed you can access the platform which and start exploring its capabilities. For example load different types of satellite images already processed.</p>
<p style="text-align: justify;"><img decoding="async" class="aligncenter wp-image-15958" src="http://www.giscourse.com/wp-content/uploads/2018/01/3-3-300x175.png" alt="3" width="700" height="409" srcset="https://www.giscourse.com/wp-content/uploads/2018/01/3-3-120x70.png 120w, https://www.giscourse.com/wp-content/uploads/2018/01/3-3-200x117.png 200w, https://www.giscourse.com/wp-content/uploads/2018/01/3-3-300x175.png 300w, https://www.giscourse.com/wp-content/uploads/2018/01/3-3-400x234.png 400w, https://www.giscourse.com/wp-content/uploads/2018/01/3-3-500x292.png 500w, https://www.giscourse.com/wp-content/uploads/2018/01/3-3-600x350.png 600w, https://www.giscourse.com/wp-content/uploads/2018/01/3-3-768x448.png 768w, https://www.giscourse.com/wp-content/uploads/2018/01/3-3-800x467.png 800w, https://www.giscourse.com/wp-content/uploads/2018/01/3-3-1024x598.png 1024w, https://www.giscourse.com/wp-content/uploads/2018/01/3-3-1200x701.png 1200w, https://www.giscourse.com/wp-content/uploads/2018/01/3-3.png 1680w" sizes="(max-width: 700px) 100vw, 700px" /></p>
<p style="text-align: justify;">Choose one of the &#8220;Scripts&#8221; that are already uploaded to the platform, for example, Normalized Difference, it will appear in the &#8220;New script&#8221; window and if you press the &#8220;Run&#8221; button the new image will be displayed in the viewer.</p>
<p style="text-align: justify;"><img decoding="async" class="aligncenter wp-image-15960" src="http://www.giscourse.com/wp-content/uploads/2018/01/4-2-300x175.png" alt="4" width="700" height="407" srcset="https://www.giscourse.com/wp-content/uploads/2018/01/4-2-120x70.png 120w, https://www.giscourse.com/wp-content/uploads/2018/01/4-2-200x116.png 200w, https://www.giscourse.com/wp-content/uploads/2018/01/4-2-300x175.png 300w, https://www.giscourse.com/wp-content/uploads/2018/01/4-2-400x233.png 400w, https://www.giscourse.com/wp-content/uploads/2018/01/4-2-500x291.png 500w, https://www.giscourse.com/wp-content/uploads/2018/01/4-2-600x349.png 600w, https://www.giscourse.com/wp-content/uploads/2018/01/4-2-768x447.png 768w, https://www.giscourse.com/wp-content/uploads/2018/01/4-2-800x466.png 800w, https://www.giscourse.com/wp-content/uploads/2018/01/4-2-1024x596.png 1024w, https://www.giscourse.com/wp-content/uploads/2018/01/4-2-1200x699.png 1200w, https://www.giscourse.com/wp-content/uploads/2018/01/4-2.png 1680w" sizes="(max-width: 700px) 100vw, 700px" /></p>
<p style="text-align: justify;">Using the GetLink button, the platform will generate a link that can be copied and accessed using another browser tab. This will offer the user a better interaction with the data just created improving the visualization of the data.</p>
<p style="text-align: justify;"><img decoding="async" class="aligncenter wp-image-15962" src="http://www.giscourse.com/wp-content/uploads/2018/01/5-3-300x175.png" alt="5" width="700" height="407" srcset="https://www.giscourse.com/wp-content/uploads/2018/01/5-3-120x70.png 120w, https://www.giscourse.com/wp-content/uploads/2018/01/5-3-200x116.png 200w, https://www.giscourse.com/wp-content/uploads/2018/01/5-3-300x175.png 300w, https://www.giscourse.com/wp-content/uploads/2018/01/5-3-400x233.png 400w, https://www.giscourse.com/wp-content/uploads/2018/01/5-3-500x291.png 500w, https://www.giscourse.com/wp-content/uploads/2018/01/5-3-600x349.png 600w, https://www.giscourse.com/wp-content/uploads/2018/01/5-3-768x447.png 768w, https://www.giscourse.com/wp-content/uploads/2018/01/5-3-800x466.png 800w, https://www.giscourse.com/wp-content/uploads/2018/01/5-3-1024x596.png 1024w, https://www.giscourse.com/wp-content/uploads/2018/01/5-3-1200x699.png 1200w, https://www.giscourse.com/wp-content/uploads/2018/01/5-3.png 1680w" sizes="(max-width: 700px) 100vw, 700px" /></p>
<p style="text-align: justify;">One of the best capabilities of this platform is that you can use different types of datasets. Among them you can find satellite, geophysical and weather images as well as demographic data, etc. You can even load and visualize both raster and vector data</p>
<p style="text-align: justify;"><img decoding="async" class="aligncenter wp-image-15971" src="http://www.giscourse.com/wp-content/uploads/2018/01/6-2-300x175.png" alt="6" width="700" height="408" srcset="https://www.giscourse.com/wp-content/uploads/2018/01/6-2-120x70.png 120w, https://www.giscourse.com/wp-content/uploads/2018/01/6-2-200x117.png 200w, https://www.giscourse.com/wp-content/uploads/2018/01/6-2-300x175.png 300w, https://www.giscourse.com/wp-content/uploads/2018/01/6-2-400x233.png 400w, https://www.giscourse.com/wp-content/uploads/2018/01/6-2-500x292.png 500w, https://www.giscourse.com/wp-content/uploads/2018/01/6-2-600x350.png 600w, https://www.giscourse.com/wp-content/uploads/2018/01/6-2-768x448.png 768w, https://www.giscourse.com/wp-content/uploads/2018/01/6-2-800x467.png 800w, https://www.giscourse.com/wp-content/uploads/2018/01/6-2-1024x597.png 1024w, https://www.giscourse.com/wp-content/uploads/2018/01/6-2-1200x700.png 1200w, https://www.giscourse.com/wp-content/uploads/2018/01/6-2.png 1680w" sizes="(max-width: 700px) 100vw, 700px" /></p>
<p style="text-align: justify;">If you access the public data catalog, you can browse the data set of <strong>Google Earth Engine (Data Catalog)</strong> and you can show them in the <strong>Workspace</strong>:</p>
<p style="text-align: justify;"><img decoding="async" class="aligncenter wp-image-15969" src="http://www.giscourse.com/wp-content/uploads/2018/01/7-3-300x176.png" alt="7" width="700" height="411" srcset="https://www.giscourse.com/wp-content/uploads/2018/01/7-3-120x70.png 120w, https://www.giscourse.com/wp-content/uploads/2018/01/7-3-200x117.png 200w, https://www.giscourse.com/wp-content/uploads/2018/01/7-3-300x176.png 300w, https://www.giscourse.com/wp-content/uploads/2018/01/7-3-400x235.png 400w, https://www.giscourse.com/wp-content/uploads/2018/01/7-3-500x293.png 500w, https://www.giscourse.com/wp-content/uploads/2018/01/7-3-600x352.png 600w, https://www.giscourse.com/wp-content/uploads/2018/01/7-3-768x451.png 768w, https://www.giscourse.com/wp-content/uploads/2018/01/7-3-800x470.png 800w, https://www.giscourse.com/wp-content/uploads/2018/01/7-3-1024x601.png 1024w, https://www.giscourse.com/wp-content/uploads/2018/01/7-3-1200x704.png 1200w, https://www.giscourse.com/wp-content/uploads/2018/01/7-3.png 1680w" sizes="(max-width: 700px) 100vw, 700px" /></p>
<p style="text-align: justify;"><img decoding="async" class="aligncenter wp-image-15972" src="http://www.giscourse.com/wp-content/uploads/2018/01/8-2-300x175.png" alt="8" width="700" height="408" srcset="https://www.giscourse.com/wp-content/uploads/2018/01/8-2-120x70.png 120w, https://www.giscourse.com/wp-content/uploads/2018/01/8-2-200x117.png 200w, https://www.giscourse.com/wp-content/uploads/2018/01/8-2-300x175.png 300w, https://www.giscourse.com/wp-content/uploads/2018/01/8-2-400x233.png 400w, https://www.giscourse.com/wp-content/uploads/2018/01/8-2-500x292.png 500w, https://www.giscourse.com/wp-content/uploads/2018/01/8-2-600x350.png 600w, https://www.giscourse.com/wp-content/uploads/2018/01/8-2-768x448.png 768w, https://www.giscourse.com/wp-content/uploads/2018/01/8-2-800x467.png 800w, https://www.giscourse.com/wp-content/uploads/2018/01/8-2-1024x597.png 1024w, https://www.giscourse.com/wp-content/uploads/2018/01/8-2-1200x700.png 1200w, https://www.giscourse.com/wp-content/uploads/2018/01/8-2.png 1680w" sizes="(max-width: 700px) 100vw, 700px" /></p>
<p style="text-align: justify;">Here you can search and load different types of data types.</p>
<p style="text-align: justify;">Use <strong>Add data option</strong> to load data. In this example we uploaded the SRTM data.</p>
<p style="text-align: justify;">Use <strong>Add computation</strong> option to add and perform analysis on the data you just loaded. For this example we chose to display the Hillshade effect for the DEM data.</p>
<p style="text-align: justify;"><img decoding="async" class="aligncenter wp-image-15973" src="http://www.giscourse.com/wp-content/uploads/2018/01/9-3-300x175.png" alt="9" width="700" height="408" srcset="https://www.giscourse.com/wp-content/uploads/2018/01/9-3-120x70.png 120w, https://www.giscourse.com/wp-content/uploads/2018/01/9-3-200x117.png 200w, https://www.giscourse.com/wp-content/uploads/2018/01/9-3-300x175.png 300w, https://www.giscourse.com/wp-content/uploads/2018/01/9-3-400x233.png 400w, https://www.giscourse.com/wp-content/uploads/2018/01/9-3-500x292.png 500w, https://www.giscourse.com/wp-content/uploads/2018/01/9-3-600x350.png 600w, https://www.giscourse.com/wp-content/uploads/2018/01/9-3-768x448.png 768w, https://www.giscourse.com/wp-content/uploads/2018/01/9-3-800x467.png 800w, https://www.giscourse.com/wp-content/uploads/2018/01/9-3-1024x597.png 1024w, https://www.giscourse.com/wp-content/uploads/2018/01/9-3-1200x700.png 1200w, https://www.giscourse.com/wp-content/uploads/2018/01/9-3.png 1680w" sizes="(max-width: 700px) 100vw, 700px" /></p>
<p style="text-align: justify;"><img decoding="async" class="aligncenter wp-image-15974" src="http://www.giscourse.com/wp-content/uploads/2018/01/10-4-300x175.png" alt="10" width="700" height="407" srcset="https://www.giscourse.com/wp-content/uploads/2018/01/10-4-120x70.png 120w, https://www.giscourse.com/wp-content/uploads/2018/01/10-4-200x116.png 200w, https://www.giscourse.com/wp-content/uploads/2018/01/10-4-300x175.png 300w, https://www.giscourse.com/wp-content/uploads/2018/01/10-4-400x233.png 400w, https://www.giscourse.com/wp-content/uploads/2018/01/10-4-500x291.png 500w, https://www.giscourse.com/wp-content/uploads/2018/01/10-4-600x349.png 600w, https://www.giscourse.com/wp-content/uploads/2018/01/10-4-768x447.png 768w, https://www.giscourse.com/wp-content/uploads/2018/01/10-4-800x466.png 800w, https://www.giscourse.com/wp-content/uploads/2018/01/10-4-1024x596.png 1024w, https://www.giscourse.com/wp-content/uploads/2018/01/10-4-1200x699.png 1200w, https://www.giscourse.com/wp-content/uploads/2018/01/10-4.png 1680w" sizes="(max-width: 700px) 100vw, 700px" /></p>
<p style="text-align: justify;">Once again, this type of tool demonstrate the utility of web development platforms, the easy integration of both, vector and raster data, as well as the possibilities to develop and run different types of algorithms and analysis. It also allows live interaction with processed data, which can be visualize in a dynamic cartographic viewer.</p>
<p style="text-align: center;">Check our Web development courses at the following link <a href="http://www.giscourse.com/web-development/">http://www.giscourse.com/web-development/</a> and chose what suits you the best.</p>
<p style="text-align: center;">Quality training taught by professionals</p>
<p style="text-align: center;" data-fontsize="19" data-lineheight="28"><strong>RECOMMENDED COURSE</strong></p>
<p style="text-align: center;" data-fontsize="19" data-lineheight="28"><a href="http://www.giscourse.com/web-development/web-based-gis-applications-using-esri-products-carto-mapbox-google-maps-online-gis-training/"><img decoding="async" class="aligncenter size-medium wp-image-15372" src="http://www.giscourse.com/wp-content/uploads/2017/12/Online-Course-Development-of-Web-Based-GIS-Applications-using-ESRI-products-Carto-Mapbox-and-Google-Maps-300x300.jpg" alt="Online Course Development of Web Based GIS Applications using ESRI products, Carto, Mapbox and Google Maps" width="300" height="300" srcset="https://www.giscourse.com/wp-content/uploads/2017/12/Online-Course-Development-of-Web-Based-GIS-Applications-using-ESRI-products-Carto-Mapbox-and-Google-Maps-66x66.jpg 66w, https://www.giscourse.com/wp-content/uploads/2017/12/Online-Course-Development-of-Web-Based-GIS-Applications-using-ESRI-products-Carto-Mapbox-and-Google-Maps-120x120.jpg 120w, https://www.giscourse.com/wp-content/uploads/2017/12/Online-Course-Development-of-Web-Based-GIS-Applications-using-ESRI-products-Carto-Mapbox-and-Google-Maps-150x150.jpg 150w, https://www.giscourse.com/wp-content/uploads/2017/12/Online-Course-Development-of-Web-Based-GIS-Applications-using-ESRI-products-Carto-Mapbox-and-Google-Maps-200x200.jpg 200w, https://www.giscourse.com/wp-content/uploads/2017/12/Online-Course-Development-of-Web-Based-GIS-Applications-using-ESRI-products-Carto-Mapbox-and-Google-Maps-300x300.jpg 300w, https://www.giscourse.com/wp-content/uploads/2017/12/Online-Course-Development-of-Web-Based-GIS-Applications-using-ESRI-products-Carto-Mapbox-and-Google-Maps-400x400.jpg 400w, https://www.giscourse.com/wp-content/uploads/2017/12/Online-Course-Development-of-Web-Based-GIS-Applications-using-ESRI-products-Carto-Mapbox-and-Google-Maps-500x500.jpg 500w, https://www.giscourse.com/wp-content/uploads/2017/12/Online-Course-Development-of-Web-Based-GIS-Applications-using-ESRI-products-Carto-Mapbox-and-Google-Maps-600x600.jpg 600w, https://www.giscourse.com/wp-content/uploads/2017/12/Online-Course-Development-of-Web-Based-GIS-Applications-using-ESRI-products-Carto-Mapbox-and-Google-Maps-768x769.jpg 768w, https://www.giscourse.com/wp-content/uploads/2017/12/Online-Course-Development-of-Web-Based-GIS-Applications-using-ESRI-products-Carto-Mapbox-and-Google-Maps-800x801.jpg 800w, https://www.giscourse.com/wp-content/uploads/2017/12/Online-Course-Development-of-Web-Based-GIS-Applications-using-ESRI-products-Carto-Mapbox-and-Google-Maps-1024x1024.jpg 1024w, https://www.giscourse.com/wp-content/uploads/2017/12/Online-Course-Development-of-Web-Based-GIS-Applications-using-ESRI-products-Carto-Mapbox-and-Google-Maps-1200x1201.jpg 1200w, https://www.giscourse.com/wp-content/uploads/2017/12/Online-Course-Development-of-Web-Based-GIS-Applications-using-ESRI-products-Carto-Mapbox-and-Google-Maps.jpg 1307w" sizes="(max-width: 300px) 100vw, 300px" /></a></p>
<p>&nbsp;</p><p>The post <a href="https://www.giscourse.com/what-is-google-earth-engine-and-how-you-can-use-it/">What is Google Earth Engine and how you can use it?</a> first appeared on <a href="https://www.giscourse.com">GIS Course  |  TYC GIS Training</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://www.giscourse.com/what-is-google-earth-engine-and-how-you-can-use-it/feed/</wfw:commentRss>
			<slash:comments>5</slash:comments>
		
		
			</item>
		<item>
		<title>Data for Remote Sensing and GIS</title>
		<link>https://www.giscourse.com/data-for-remote-sensing-and-gis/</link>
					<comments>https://www.giscourse.com/data-for-remote-sensing-and-gis/#respond</comments>
		
		<dc:creator><![CDATA[Beatriz Ramos López]]></dc:creator>
		<pubDate>Mon, 25 Jan 2016 10:33:24 +0000</pubDate>
				<category><![CDATA[BLOG]]></category>
		<guid isPermaLink="false">http://www.giscourse.com/?p=14992</guid>

					<description><![CDATA[One main feature for a person who is starting to study Remote Sensing and GIS sciences, is to know how to download the most useful data for his corresponding study area. Getting to know the scales and resolutions that better fixes to that area, downloading the necessary features… and so on, we will cover them  [...]]]></description>
										<content:encoded><![CDATA[<p style="text-align: justify;">One main feature for a person who is starting to study <strong>Remote Sensing and GIS</strong> sciences, is to know how to download the most useful data for his corresponding study area. Getting to know the scales and resolutions that better fixes to that area, downloading the necessary features&#8230; and so on, we will cover them in this post.</p>
<p style="text-align: justify;"><img decoding="async" class="aligncenter wp-image-14993" src="http://www.giscourse.com/wp-content/uploads/2017/11/Eye_of_an_algal_storm_large_Sentinel2-300x225.png" alt="Eye_of_an_algal_storm_large_Sentinel2" width="500" height="375" srcset="https://www.giscourse.com/wp-content/uploads/2017/11/Eye_of_an_algal_storm_large_Sentinel2-120x90.png 120w, https://www.giscourse.com/wp-content/uploads/2017/11/Eye_of_an_algal_storm_large_Sentinel2-200x150.png 200w, https://www.giscourse.com/wp-content/uploads/2017/11/Eye_of_an_algal_storm_large_Sentinel2-300x225.png 300w, https://www.giscourse.com/wp-content/uploads/2017/11/Eye_of_an_algal_storm_large_Sentinel2-400x300.png 400w, https://www.giscourse.com/wp-content/uploads/2017/11/Eye_of_an_algal_storm_large_Sentinel2-500x375.png 500w, https://www.giscourse.com/wp-content/uploads/2017/11/Eye_of_an_algal_storm_large_Sentinel2-600x450.png 600w, https://www.giscourse.com/wp-content/uploads/2017/11/Eye_of_an_algal_storm_large_Sentinel2.png 625w" sizes="(max-width: 500px) 100vw, 500px" /></p>
<p style="text-align: justify;"><span id="more-14992"></span></p>
<p style="text-align: justify;">We can obtain data from different types of satellites. The <strong>European Space Agency</strong> carries out many projects to collect images of the Earth continuously.</p>
<p style="text-align: justify;">One of the newest projects is the called <strong>&#8220;Copernicus&#8221;</strong>. The first satellite taking part of this space project was launched in 2014, and the next one in 2015. It is expected to build a satellite system composed by six of these machines, taking every time images of the Earth, and join this data to the <strong>GEOSS (&#8220;Global Earth Observation System of Systems&#8221;)  system.</strong></p>
<p style="text-align: justify;"><img decoding="async" class="aligncenter wp-image-14994" src="http://www.giscourse.com/wp-content/uploads/2017/11/gis_geoss-300x192.png" alt="gis_geoss" width="500" height="320" srcset="https://www.giscourse.com/wp-content/uploads/2017/11/gis_geoss-120x77.png 120w, https://www.giscourse.com/wp-content/uploads/2017/11/gis_geoss-200x128.png 200w, https://www.giscourse.com/wp-content/uploads/2017/11/gis_geoss-300x192.png 300w, https://www.giscourse.com/wp-content/uploads/2017/11/gis_geoss.png 350w" sizes="(max-width: 500px) 100vw, 500px" /></p>
<p style="text-align: justify;">We are going to search for the most updated data provided by <strong>Sentinel-2A.</strong> It renews its images by taking multispectral photos <strong>every five days</strong>, with a <strong>resolution of 10 meters</strong>. All the published data is accessible to everybody.</p>
<p style="text-align: justify;">The next high-resolution sample image, which represents the bloom of seaweeds in the Baltic sea,  will show us one of many applications of this public data taken by satellites. This will lead us to know (almost in real time) all the events that are happening in our oceans. This is a very precious tool to monitorise the ocean colour (you can see our post about <a href="http://www.giscourse.com/downloading-chlorophyll-data-using-mget/">chlorophyll  data measured by contrasts</a>).</p>
<p style="text-align: justify;">The satellite has a camera which covers 13 spectral bands of resolution, with a 290 km wide stripe.</p>
<p style="text-align: justify;"><img decoding="async" class="aligncenter wp-image-14995" src="http://www.giscourse.com/wp-content/uploads/2017/11/Colour_vision_for_Copernicus_peq-300x169.jpg" alt="Colour_vision_for_Copernicus_peq" width="500" height="281" srcset="https://www.giscourse.com/wp-content/uploads/2017/11/Colour_vision_for_Copernicus_peq-120x68.jpg 120w, https://www.giscourse.com/wp-content/uploads/2017/11/Colour_vision_for_Copernicus_peq-200x113.jpg 200w, https://www.giscourse.com/wp-content/uploads/2017/11/Colour_vision_for_Copernicus_peq-300x169.jpg 300w, https://www.giscourse.com/wp-content/uploads/2017/11/Colour_vision_for_Copernicus_peq-400x225.jpg 400w, https://www.giscourse.com/wp-content/uploads/2017/11/Colour_vision_for_Copernicus_peq-500x281.jpg 500w, https://www.giscourse.com/wp-content/uploads/2017/11/Colour_vision_for_Copernicus_peq-600x338.jpg 600w, https://www.giscourse.com/wp-content/uploads/2017/11/Colour_vision_for_Copernicus_peq-768x432.jpg 768w, https://www.giscourse.com/wp-content/uploads/2017/11/Colour_vision_for_Copernicus_peq-800x450.jpg 800w, https://www.giscourse.com/wp-content/uploads/2017/11/Colour_vision_for_Copernicus_peq.jpg 1024w" sizes="(max-width: 500px) 100vw, 500px" /></p>
<p style="text-align: justify;">To download all the data provided by this satellite, ESA has created a web viewer where we can choose our zone of interest:</p>
<p style="text-align: justify;"><a href="https://scihub.copernicus.eu/dhus/#/home">https://scihub.copernicus.eu/dhus/#/home</a></p>
<p style="text-align: justify;"><img decoding="async" class="aligncenter wp-image-14996" src="http://www.giscourse.com/wp-content/uploads/2017/11/BBDDESA_Sentinel-300x172.jpg" alt="BBDDESA_Sentinel" width="500" height="287" srcset="https://www.giscourse.com/wp-content/uploads/2017/11/BBDDESA_Sentinel-120x69.jpg 120w, https://www.giscourse.com/wp-content/uploads/2017/11/BBDDESA_Sentinel-200x115.jpg 200w, https://www.giscourse.com/wp-content/uploads/2017/11/BBDDESA_Sentinel-300x172.jpg 300w, https://www.giscourse.com/wp-content/uploads/2017/11/BBDDESA_Sentinel-400x229.jpg 400w, https://www.giscourse.com/wp-content/uploads/2017/11/BBDDESA_Sentinel-500x287.jpg 500w, https://www.giscourse.com/wp-content/uploads/2017/11/BBDDESA_Sentinel-600x344.jpg 600w, https://www.giscourse.com/wp-content/uploads/2017/11/BBDDESA_Sentinel-768x440.jpg 768w, https://www.giscourse.com/wp-content/uploads/2017/11/BBDDESA_Sentinel-800x459.jpg 800w, https://www.giscourse.com/wp-content/uploads/2017/11/BBDDESA_Sentinel-1024x587.jpg 1024w, https://www.giscourse.com/wp-content/uploads/2017/11/BBDDESA_Sentinel-1200x688.jpg 1200w, https://www.giscourse.com/wp-content/uploads/2017/11/BBDDESA_Sentinel.jpg 1650w" sizes="(max-width: 500px) 100vw, 500px" /></p>
<p style="text-align: justify;">In the first place, we have to sign into the website. Go to <em>SIGN UP</em> and then we will fill the fields requested, such as Name, Password, Email, such as the following image:</p>
<p style="text-align: justify;"><img decoding="async" class="aligncenter wp-image-14997" src="http://www.giscourse.com/wp-content/uploads/2017/11/BBDDESA_Sentinel_reg-300x154.jpg" alt="BBDDESA_Sentinel_reg" width="500" height="257" srcset="https://www.giscourse.com/wp-content/uploads/2017/11/BBDDESA_Sentinel_reg-120x62.jpg 120w, https://www.giscourse.com/wp-content/uploads/2017/11/BBDDESA_Sentinel_reg-200x103.jpg 200w, https://www.giscourse.com/wp-content/uploads/2017/11/BBDDESA_Sentinel_reg-300x154.jpg 300w, https://www.giscourse.com/wp-content/uploads/2017/11/BBDDESA_Sentinel_reg-400x206.jpg 400w, https://www.giscourse.com/wp-content/uploads/2017/11/BBDDESA_Sentinel_reg-500x257.jpg 500w, https://www.giscourse.com/wp-content/uploads/2017/11/BBDDESA_Sentinel_reg-600x309.jpg 600w, https://www.giscourse.com/wp-content/uploads/2017/11/BBDDESA_Sentinel_reg-768x395.jpg 768w, https://www.giscourse.com/wp-content/uploads/2017/11/BBDDESA_Sentinel_reg-800x412.jpg 800w, https://www.giscourse.com/wp-content/uploads/2017/11/BBDDESA_Sentinel_reg-1024x527.jpg 1024w, https://www.giscourse.com/wp-content/uploads/2017/11/BBDDESA_Sentinel_reg-1200x617.jpg 1200w, https://www.giscourse.com/wp-content/uploads/2017/11/BBDDESA_Sentinel_reg.jpg 1629w" sizes="(max-width: 500px) 100vw, 500px" /></p>
<p style="text-align: justify;">Once registered, you will receive a confirmation email. Then, we will be able to access the data. The next image represents the interface you will see:</p>
<p style="text-align: justify;"><img decoding="async" class="aligncenter wp-image-14998" src="http://www.giscourse.com/wp-content/uploads/2017/11/BBDDESA_Sentinel_web-300x284.jpg" alt="BBDDESA_Sentinel_web" width="500" height="473" srcset="https://www.giscourse.com/wp-content/uploads/2017/11/BBDDESA_Sentinel_web-120x114.jpg 120w, https://www.giscourse.com/wp-content/uploads/2017/11/BBDDESA_Sentinel_web-200x189.jpg 200w, https://www.giscourse.com/wp-content/uploads/2017/11/BBDDESA_Sentinel_web-300x284.jpg 300w, https://www.giscourse.com/wp-content/uploads/2017/11/BBDDESA_Sentinel_web-400x379.jpg 400w, https://www.giscourse.com/wp-content/uploads/2017/11/BBDDESA_Sentinel_web-500x473.jpg 500w, https://www.giscourse.com/wp-content/uploads/2017/11/BBDDESA_Sentinel_web-600x568.jpg 600w, https://www.giscourse.com/wp-content/uploads/2017/11/BBDDESA_Sentinel_web-768x727.jpg 768w, https://www.giscourse.com/wp-content/uploads/2017/11/BBDDESA_Sentinel_web-800x757.jpg 800w, https://www.giscourse.com/wp-content/uploads/2017/11/BBDDESA_Sentinel_web.jpg 971w" sizes="(max-width: 500px) 100vw, 500px" /></p>
<p style="text-align: justify;">To go back to the <strong>Web Map Viewer</strong>, click on Scientific Hub, then we will be able to log into the website using our recently created account.</p>
<p style="text-align: justify;">Finally, we proceed to download all the features we need for our study. We could use the &#8220;Search&#8221; browser or draw a polygon over the map in order to select the grids of image available.</p>
<p style="text-align: justify;"><img decoding="async" class="aligncenter wp-image-14999" src="http://www.giscourse.com/wp-content/uploads/2017/11/BBDDESA_Sentinel_data-300x195.jpg" alt="BBDDESA_Sentinel_data" width="500" height="325" srcset="https://www.giscourse.com/wp-content/uploads/2017/11/BBDDESA_Sentinel_data-120x78.jpg 120w, https://www.giscourse.com/wp-content/uploads/2017/11/BBDDESA_Sentinel_data-200x130.jpg 200w, https://www.giscourse.com/wp-content/uploads/2017/11/BBDDESA_Sentinel_data-300x195.jpg 300w, https://www.giscourse.com/wp-content/uploads/2017/11/BBDDESA_Sentinel_data-400x260.jpg 400w, https://www.giscourse.com/wp-content/uploads/2017/11/BBDDESA_Sentinel_data-500x325.jpg 500w, https://www.giscourse.com/wp-content/uploads/2017/11/BBDDESA_Sentinel_data-600x390.jpg 600w, https://www.giscourse.com/wp-content/uploads/2017/11/BBDDESA_Sentinel_data-768x499.jpg 768w, https://www.giscourse.com/wp-content/uploads/2017/11/BBDDESA_Sentinel_data-800x519.jpg 800w, https://www.giscourse.com/wp-content/uploads/2017/11/BBDDESA_Sentinel_data-1024x665.jpg 1024w, https://www.giscourse.com/wp-content/uploads/2017/11/BBDDESA_Sentinel_data-1200x779.jpg 1200w, https://www.giscourse.com/wp-content/uploads/2017/11/BBDDESA_Sentinel_data.jpg 1397w" sizes="(max-width: 500px) 100vw, 500px" /></p>
<p style="text-align: justify;">For the next posts, we will learn the projects in which we can use our downloaded data, and how to execute analysis.</p>
<p style="text-align: justify;">In <strong>TYC GIS</strong>, we are looking for new students to learn Remote Sensing in our specialized courses, made by experts. Each detail is carefully wrote to make an easy learn for the complex IT sphere!</p>
<p style="text-align: center;">Quality training taught by professionals</p>
<p style="text-align: justify;">RECOMMENDED TRAINING COURSE</p>
<p style="text-align: justify;"><a href="http://www.giscourse.com/course-catalogue/online-arcgis-courses/arcgis-10-online-course-beginner-advanced-level/"><img decoding="async" class="size-medium wp-image-14193 alignleft" src="http://www.giscourse.com/wp-content/uploads/2017/03/Online-Course-ArcGIS-Specialist-300x300.jpg" alt="Online Course ArcGIS Specialist" width="300" height="300" srcset="https://www.giscourse.com/wp-content/uploads/2017/03/Online-Course-ArcGIS-Specialist-66x66.jpg 66w, https://www.giscourse.com/wp-content/uploads/2017/03/Online-Course-ArcGIS-Specialist-120x120.jpg 120w, https://www.giscourse.com/wp-content/uploads/2017/03/Online-Course-ArcGIS-Specialist-150x150.jpg 150w, https://www.giscourse.com/wp-content/uploads/2017/03/Online-Course-ArcGIS-Specialist-200x200.jpg 200w, https://www.giscourse.com/wp-content/uploads/2017/03/Online-Course-ArcGIS-Specialist-300x300.jpg 300w, https://www.giscourse.com/wp-content/uploads/2017/03/Online-Course-ArcGIS-Specialist-400x400.jpg 400w, https://www.giscourse.com/wp-content/uploads/2017/03/Online-Course-ArcGIS-Specialist-500x500.jpg 500w, https://www.giscourse.com/wp-content/uploads/2017/03/Online-Course-ArcGIS-Specialist-600x600.jpg 600w, https://www.giscourse.com/wp-content/uploads/2017/03/Online-Course-ArcGIS-Specialist-768x768.jpg 768w, https://www.giscourse.com/wp-content/uploads/2017/03/Online-Course-ArcGIS-Specialist-800x800.jpg 800w, https://www.giscourse.com/wp-content/uploads/2017/03/Online-Course-ArcGIS-Specialist-1024x1024.jpg 1024w, https://www.giscourse.com/wp-content/uploads/2017/03/Online-Course-ArcGIS-Specialist-1200x1200.jpg 1200w, https://www.giscourse.com/wp-content/uploads/2017/03/Online-Course-ArcGIS-Specialist.jpg 1307w" sizes="(max-width: 300px) 100vw, 300px" /></a></p>
<p style="text-align: justify;"><a href="http://www.giscourse.com/course-catalogue/online-arcgis-pro-courses/arcgis-pro-online-course-from-beginner-to-advanced-level/"><img decoding="async" class="size-medium wp-image-14201 alignleft" src="http://www.giscourse.com/wp-content/uploads/2017/07/Online-Course-ArcGIS-Pro-Specialist-300x300.jpg" alt="Online Course ArcGIS Pro Specialist" width="300" height="300" srcset="https://www.giscourse.com/wp-content/uploads/2017/07/Online-Course-ArcGIS-Pro-Specialist-66x66.jpg 66w, https://www.giscourse.com/wp-content/uploads/2017/07/Online-Course-ArcGIS-Pro-Specialist-120x120.jpg 120w, https://www.giscourse.com/wp-content/uploads/2017/07/Online-Course-ArcGIS-Pro-Specialist-150x150.jpg 150w, https://www.giscourse.com/wp-content/uploads/2017/07/Online-Course-ArcGIS-Pro-Specialist-200x200.jpg 200w, https://www.giscourse.com/wp-content/uploads/2017/07/Online-Course-ArcGIS-Pro-Specialist-300x300.jpg 300w, https://www.giscourse.com/wp-content/uploads/2017/07/Online-Course-ArcGIS-Pro-Specialist-400x400.jpg 400w, https://www.giscourse.com/wp-content/uploads/2017/07/Online-Course-ArcGIS-Pro-Specialist-500x500.jpg 500w, https://www.giscourse.com/wp-content/uploads/2017/07/Online-Course-ArcGIS-Pro-Specialist-600x600.jpg 600w, https://www.giscourse.com/wp-content/uploads/2017/07/Online-Course-ArcGIS-Pro-Specialist-768x769.jpg 768w, https://www.giscourse.com/wp-content/uploads/2017/07/Online-Course-ArcGIS-Pro-Specialist-800x801.jpg 800w, https://www.giscourse.com/wp-content/uploads/2017/07/Online-Course-ArcGIS-Pro-Specialist-1024x1024.jpg 1024w, https://www.giscourse.com/wp-content/uploads/2017/07/Online-Course-ArcGIS-Pro-Specialist-1200x1201.jpg 1200w, https://www.giscourse.com/wp-content/uploads/2017/07/Online-Course-ArcGIS-Pro-Specialist.jpg 1307w" sizes="(max-width: 300px) 100vw, 300px" /></a></p>
<p style="text-align: justify;"><em><span style="color: #555555; font-family: Helvetica, Arial, sans-serif; font-size: 13px; line-height: 16.9px; text-align: justify;"> </span></em></p>
<p style="text-align: justify;"><span style="color: #555555; font-family: Helvetica, Arial, sans-serif; font-size: 13px; line-height: 16.9px; text-align: justify;"> </span></p><p>The post <a href="https://www.giscourse.com/data-for-remote-sensing-and-gis/">Data for Remote Sensing and GIS</a> first appeared on <a href="https://www.giscourse.com">GIS Course  |  TYC GIS Training</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://www.giscourse.com/data-for-remote-sensing-and-gis/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Downloading chlorophyll data using MGET</title>
		<link>https://www.giscourse.com/downloading-chlorophyll-data-using-mget/</link>
					<comments>https://www.giscourse.com/downloading-chlorophyll-data-using-mget/#respond</comments>
		
		<dc:creator><![CDATA[Beatriz Ramos López]]></dc:creator>
		<pubDate>Thu, 17 Dec 2015 15:54:59 +0000</pubDate>
				<category><![CDATA[BLOG]]></category>
		<guid isPermaLink="false">http://www.giscourse.com/?p=14921</guid>

					<description><![CDATA[MGET is a set of tools that provides us the capability to download chlorophyll data. This kind of data is really important for modeling and visualizing raster layers according to the presence of chlorophyll on the map. To start with, we are going to search for NASA GSFC Ocean Color. This website hosts a great deal  [...]]]></description>
										<content:encoded><![CDATA[<p style="text-align: justify;"><strong>MGET </strong>is a set of tools that provides us the capability to download <strong>chlorophyll data</strong>. This kind of data is really important for modeling and visualizing raster layers according to the presence of chlorophyll on the map.</p>
<p style="text-align: justify;">To start with, we are going to search for <strong>NASA GSFC Ocean Color</strong>. This website hosts a great deal of satellite data, processed from several observations of the oceans in different color detection, made by satellite sensors orbiting polar zones, such as <strong>MODIS</strong>, <strong>SeaWiFS</strong>, <strong>PTU</strong> and <strong>CZCS</strong>. Their product o is an estimation of type &#8220;a&#8221; chlorophyll.</p>
<p style="text-align: justify;"><img decoding="async" class="aligncenter wp-image-14922 size-full" src="http://www.giscourse.com/wp-content/uploads/2017/10/clorofila_oceancolor_nasa.png" alt="clorofila_oceancolor_nasa" width="714" height="122" srcset="https://www.giscourse.com/wp-content/uploads/2017/10/clorofila_oceancolor_nasa-120x21.png 120w, https://www.giscourse.com/wp-content/uploads/2017/10/clorofila_oceancolor_nasa-200x34.png 200w, https://www.giscourse.com/wp-content/uploads/2017/10/clorofila_oceancolor_nasa-300x51.png 300w, https://www.giscourse.com/wp-content/uploads/2017/10/clorofila_oceancolor_nasa-400x68.png 400w, https://www.giscourse.com/wp-content/uploads/2017/10/clorofila_oceancolor_nasa-500x85.png 500w, https://www.giscourse.com/wp-content/uploads/2017/10/clorofila_oceancolor_nasa-600x103.png 600w, https://www.giscourse.com/wp-content/uploads/2017/10/clorofila_oceancolor_nasa.png 714w" sizes="(max-width: 714px) 100vw, 714px" /></p>
<p style="text-align: justify;"><span id="more-14921"></span></p>
<p style="text-align: justify;">This tool is capable of accessing level 3 (L3) of &#8220;Standard Mapped Image&#8221; (SMI), which has a worlwide extension. It uses the WGS 1984 datum with its geographic coordinate system.</p>
<p style="text-align: justify;">Then, we are going to choose the NASA Ocean Color L3 SMI Product tool. It is located in the ArcToolBox previously installed in ArcMap.</p>
<p style="text-align: justify;"><img decoding="async" class="aligncenter wp-image-14923" src="http://www.giscourse.com/wp-content/uploads/2017/10/clorofila_1-300x167.png" alt="clorofila_1" width="500" height="278" srcset="https://www.giscourse.com/wp-content/uploads/2017/10/clorofila_1-120x67.png 120w, https://www.giscourse.com/wp-content/uploads/2017/10/clorofila_1-200x111.png 200w, https://www.giscourse.com/wp-content/uploads/2017/10/clorofila_1-300x167.png 300w, https://www.giscourse.com/wp-content/uploads/2017/10/clorofila_1-400x222.png 400w, https://www.giscourse.com/wp-content/uploads/2017/10/clorofila_1-500x278.png 500w, https://www.giscourse.com/wp-content/uploads/2017/10/clorofila_1-600x333.png 600w, https://www.giscourse.com/wp-content/uploads/2017/10/clorofila_1-768x426.png 768w, https://www.giscourse.com/wp-content/uploads/2017/10/clorofila_1-800x444.png 800w, https://www.giscourse.com/wp-content/uploads/2017/10/clorofila_1.png 989w" sizes="(max-width: 500px) 100vw, 500px" /></p>
<p style="text-align: justify;">Once the tool is open , it is necessary to fill the following fields:</p>
<p style="text-align: justify;"><img decoding="async" class="aligncenter wp-image-14924" src="http://www.giscourse.com/wp-content/uploads/2017/10/clorofila_2-300x218.png" alt="clorofila_2" width="500" height="364" srcset="https://www.giscourse.com/wp-content/uploads/2017/10/clorofila_2-120x87.png 120w, https://www.giscourse.com/wp-content/uploads/2017/10/clorofila_2-200x145.png 200w, https://www.giscourse.com/wp-content/uploads/2017/10/clorofila_2-300x218.png 300w, https://www.giscourse.com/wp-content/uploads/2017/10/clorofila_2-400x291.png 400w, https://www.giscourse.com/wp-content/uploads/2017/10/clorofila_2-500x364.png 500w, https://www.giscourse.com/wp-content/uploads/2017/10/clorofila_2-600x436.png 600w, https://www.giscourse.com/wp-content/uploads/2017/10/clorofila_2-768x558.png 768w, https://www.giscourse.com/wp-content/uploads/2017/10/clorofila_2-800x582.png 800w, https://www.giscourse.com/wp-content/uploads/2017/10/clorofila_2-1024x744.png 1024w, https://www.giscourse.com/wp-content/uploads/2017/10/clorofila_2.png 1055w" sizes="(max-width: 500px) 100vw, 500px" /></p>
<p style="text-align: justify;">Once we open the tool , it is necessary to fill the following fields:</p>
<ol style="text-align: justify;">
<li><strong>Sensor</strong>: This is the type of sensor to choose among: <strong>Aqua</strong>, <strong>CZCS</strong>, <strong>MERIS</strong>, <strong>OCTS</strong>, <strong>SeaWiFS</strong>, <strong>Terra</strong>. We select the <strong>Aqua</strong><a title="" href="http://www.cursosgis.com/index.php/blog-cursosgis/219-descarga-de-datos-de-clorofila-con-la-herramienta-mget.html#_ftn1" name="_ftnref1">[1]</a> satellite, which has the MODIS sensor incorporated. This satellite began to colect data from 2002 and it is still collecting nowadays.</li>
<li><strong>Temporary Resolution</strong>: if data is collected daily, at 8 days, monthly or yearly.</li>
<li><strong>Spatial resolution</strong>: you can choose between these two values: 4 or 9 km.</li>
<li><strong>Product code</strong>: The products which are available depend on the sensor. The newer are the sensors &#8211; like SeaWiFS and MODIS &#8211; the more data they provide. Product code is all characters the name of the product has in NASA files. These characters appear between the temporary resolution and the spatial resolution code. For instance, within the following code: <strong>O1997164.L3m_DAY_CHL_chlor_a_9km.bz2</strong>.<br />
Here, the product code is <strong>&#8220;CHL_chlor_a&#8221;.</strong></li>
<li><strong>Output workspace</strong>: where the data will be downloaded.</li>
</ol>
<p style="text-align: justify;">Once you have all these fields complete, we execute the tool and wait for the datasets to be stored in the catalog. In this example, we see all of these:</p>
<p style="text-align: justify;"><img decoding="async" class="aligncenter wp-image-14925 size-medium" src="http://www.giscourse.com/wp-content/uploads/2017/10/clorofila_4n-300x204.png" alt="clorofila_4n" width="300" height="204" srcset="https://www.giscourse.com/wp-content/uploads/2017/10/clorofila_4n-120x82.png 120w, https://www.giscourse.com/wp-content/uploads/2017/10/clorofila_4n-200x136.png 200w, https://www.giscourse.com/wp-content/uploads/2017/10/clorofila_4n-300x204.png 300w, https://www.giscourse.com/wp-content/uploads/2017/10/clorofila_4n-400x272.png 400w, https://www.giscourse.com/wp-content/uploads/2017/10/clorofila_4n-500x340.png 500w, https://www.giscourse.com/wp-content/uploads/2017/10/clorofila_4n-600x408.png 600w, https://www.giscourse.com/wp-content/uploads/2017/10/clorofila_4n.png 703w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p style="text-align: justify;">Finally, load the data to the <strong>Table of Contents</strong> and start to work with this data.</p>
<p style="text-align: justify;"><img decoding="async" class="aligncenter wp-image-14926" src="http://www.giscourse.com/wp-content/uploads/2017/10/clorofila_5-300x184.png" alt="clorofila_5" width="500" height="307" srcset="https://www.giscourse.com/wp-content/uploads/2017/10/clorofila_5-120x74.png 120w, https://www.giscourse.com/wp-content/uploads/2017/10/clorofila_5-200x123.png 200w, https://www.giscourse.com/wp-content/uploads/2017/10/clorofila_5-300x184.png 300w, https://www.giscourse.com/wp-content/uploads/2017/10/clorofila_5-400x245.png 400w, https://www.giscourse.com/wp-content/uploads/2017/10/clorofila_5-500x307.png 500w, https://www.giscourse.com/wp-content/uploads/2017/10/clorofila_5-600x368.png 600w, https://www.giscourse.com/wp-content/uploads/2017/10/clorofila_5-768x471.png 768w, https://www.giscourse.com/wp-content/uploads/2017/10/clorofila_5-800x490.png 800w, https://www.giscourse.com/wp-content/uploads/2017/10/clorofila_5-1024x628.png 1024w, https://www.giscourse.com/wp-content/uploads/2017/10/clorofila_5.png 1075w" sizes="(max-width: 500px) 100vw, 500px" /></p>
<p style="text-align: justify;">This is an example of Marine Geospatial Ecology Tools (<strong>MGET</strong>),  a set of tools completely free and ready to use in the <strong>ArcMap</strong> environment.</p>
<p style="text-align: justify;"><a style="border: 0px; margin: 0px; padding: 0px; outline: 0px; vertical-align: baseline; color: #4487ff; font-family: Helvetica, Arial, sans-serif; font-size: 13px; line-height: 15.3636px; background-image: initial; background-attachment: initial; background-position: initial; background-repeat: initial;" title="" href="http://www.cursosgis.com/index.php/blog-cursosgis/219-descarga-de-datos-de-clorofila-con-la-herramienta-mget.html#_ftnref1" name="_ftn1"><span style="border: 0px; font-style: inherit; font-weight: inherit; margin: 0px; padding: 0px; outline: 0px; vertical-align: baseline; background: transparent;"><span style="border: 0px; font-style: inherit; font-weight: inherit; margin: 0px; padding: 0px; outline: 0px; vertical-align: baseline; font-size: 10pt; line-height: 15.3333px; font-family: Calibri, sans-serif; background: transparent;">[1]</span></span> </a><a href="http://aqua.nasa.gov/">http://aqua.nasa.gov/</a><span style="color: #000000; font-family: Helvetica, Arial, sans-serif; font-size: 13px; line-height: 15.3636px;">  </span></p>
<p style="text-align: center;">Quality training teached by professionals</p>
<p style="text-align: justify;"> RECOMMENDED COURSE</p>
<p style="text-align: justify;"><a href="http://www.giscourse.com/course-catalogue/online-arcgis-courses/curso-online-de-especialista-en-arcgis-10-aplicado-a-medio-ambiente/"><img decoding="async" class="size-medium wp-image-14195 alignleft" src="http://www.giscourse.com/wp-content/uploads/2017/03/Online-Course-Applies-to-Enviromental-Management-300x300.jpg" alt="Online Course Applies to Enviromental Management" width="300" height="300" srcset="https://www.giscourse.com/wp-content/uploads/2017/03/Online-Course-Applies-to-Enviromental-Management-66x66.jpg 66w, https://www.giscourse.com/wp-content/uploads/2017/03/Online-Course-Applies-to-Enviromental-Management-120x120.jpg 120w, https://www.giscourse.com/wp-content/uploads/2017/03/Online-Course-Applies-to-Enviromental-Management-150x150.jpg 150w, https://www.giscourse.com/wp-content/uploads/2017/03/Online-Course-Applies-to-Enviromental-Management-200x200.jpg 200w, https://www.giscourse.com/wp-content/uploads/2017/03/Online-Course-Applies-to-Enviromental-Management-300x300.jpg 300w, https://www.giscourse.com/wp-content/uploads/2017/03/Online-Course-Applies-to-Enviromental-Management-400x400.jpg 400w, https://www.giscourse.com/wp-content/uploads/2017/03/Online-Course-Applies-to-Enviromental-Management-500x500.jpg 500w, https://www.giscourse.com/wp-content/uploads/2017/03/Online-Course-Applies-to-Enviromental-Management-600x600.jpg 600w, https://www.giscourse.com/wp-content/uploads/2017/03/Online-Course-Applies-to-Enviromental-Management-768x768.jpg 768w, https://www.giscourse.com/wp-content/uploads/2017/03/Online-Course-Applies-to-Enviromental-Management-800x800.jpg 800w, https://www.giscourse.com/wp-content/uploads/2017/03/Online-Course-Applies-to-Enviromental-Management-1024x1024.jpg 1024w, https://www.giscourse.com/wp-content/uploads/2017/03/Online-Course-Applies-to-Enviromental-Management-1200x1200.jpg 1200w, https://www.giscourse.com/wp-content/uploads/2017/03/Online-Course-Applies-to-Enviromental-Management.jpg 1307w" sizes="(max-width: 300px) 100vw, 300px" /></a></p>
<p style="text-align: justify;"><a href="http://www.giscourse.com/course-catalogue/online-arcgis-pro-courses/arcgis-pro-course-applied-to-environmental-management-online-training/"><img decoding="async" class="size-medium wp-image-14203 alignleft" src="http://www.giscourse.com/wp-content/uploads/2017/07/Online-Course-ArcGIS-Pro-Applied-to-Enviromental-Management-300x300.jpg" alt="Online Course ArcGIS Pro Applied to Enviromental Management" width="300" height="300" srcset="https://www.giscourse.com/wp-content/uploads/2017/07/Online-Course-ArcGIS-Pro-Applied-to-Enviromental-Management-66x66.jpg 66w, https://www.giscourse.com/wp-content/uploads/2017/07/Online-Course-ArcGIS-Pro-Applied-to-Enviromental-Management-120x120.jpg 120w, https://www.giscourse.com/wp-content/uploads/2017/07/Online-Course-ArcGIS-Pro-Applied-to-Enviromental-Management-150x150.jpg 150w, https://www.giscourse.com/wp-content/uploads/2017/07/Online-Course-ArcGIS-Pro-Applied-to-Enviromental-Management-200x200.jpg 200w, https://www.giscourse.com/wp-content/uploads/2017/07/Online-Course-ArcGIS-Pro-Applied-to-Enviromental-Management-300x300.jpg 300w, https://www.giscourse.com/wp-content/uploads/2017/07/Online-Course-ArcGIS-Pro-Applied-to-Enviromental-Management-400x400.jpg 400w, https://www.giscourse.com/wp-content/uploads/2017/07/Online-Course-ArcGIS-Pro-Applied-to-Enviromental-Management-500x500.jpg 500w, https://www.giscourse.com/wp-content/uploads/2017/07/Online-Course-ArcGIS-Pro-Applied-to-Enviromental-Management-600x600.jpg 600w, https://www.giscourse.com/wp-content/uploads/2017/07/Online-Course-ArcGIS-Pro-Applied-to-Enviromental-Management-768x769.jpg 768w, https://www.giscourse.com/wp-content/uploads/2017/07/Online-Course-ArcGIS-Pro-Applied-to-Enviromental-Management-800x801.jpg 800w, https://www.giscourse.com/wp-content/uploads/2017/07/Online-Course-ArcGIS-Pro-Applied-to-Enviromental-Management-1024x1024.jpg 1024w, https://www.giscourse.com/wp-content/uploads/2017/07/Online-Course-ArcGIS-Pro-Applied-to-Enviromental-Management-1200x1201.jpg 1200w, https://www.giscourse.com/wp-content/uploads/2017/07/Online-Course-ArcGIS-Pro-Applied-to-Enviromental-Management.jpg 1307w" sizes="(max-width: 300px) 100vw, 300px" /></a></p>
<p style="margin-top: 0px; margin-bottom: 10px; color: #000000; font-family: Helvetica, Arial, sans-serif; font-size: 12.16px; line-height: 15.808px; text-align: justify;"><span style="border: 0px; font-style: inherit; font-weight: inherit; margin: 0px; padding: 0px; outline: 0px; vertical-align: baseline; font-size: 12pt; background: transparent;"><strong><em> </em></strong></span></p>
<p style="text-align: justify;"><span style="font-size: 12pt; font-family: arial, helvetica, sans-serif;"> </span></p><p>The post <a href="https://www.giscourse.com/downloading-chlorophyll-data-using-mget/">Downloading chlorophyll data using MGET</a> first appeared on <a href="https://www.giscourse.com">GIS Course  |  TYC GIS Training</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://www.giscourse.com/downloading-chlorophyll-data-using-mget/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Open Source (OS) GIS software</title>
		<link>https://www.giscourse.com/open-source-os-gis-software/</link>
					<comments>https://www.giscourse.com/open-source-os-gis-software/#respond</comments>
		
		<dc:creator><![CDATA[Beatriz Ramos López]]></dc:creator>
		<pubDate>Wed, 20 May 2015 11:25:27 +0000</pubDate>
				<category><![CDATA[BLOG]]></category>
		<guid isPermaLink="false">http://www.giscourse.com/?p=14601</guid>

					<description><![CDATA[We have always heard about Open source inside the GIS sector, but when did they appear? what are they useful for? what is their future? ESRI is the well-known company responsible for developing GIS software, with more than a 30% market share (Câmara, et al., 2012).  ArcGIS as well as its other products are a reference in this  [...]]]></description>
										<content:encoded><![CDATA[<p style="text-align: justify;">We have always heard about <em><strong>Open source</strong></em> inside the GIS sector, but when did they appear? what are they useful for? what is their future?</p>
<p><img decoding="async" class="aligncenter size-medium wp-image-14602" src="http://www.giscourse.com/wp-content/uploads/2017/10/web_gis_Opensource-212x300.png" alt="web_gis_Opensource" width="212" height="300" /></p>
<p><span id="more-14601"></span></p>
<p style="text-align: justify;"><a href="http://www.esri.com/software/arcgis/arcgis-app-for-smartphones-and-tablets" target="_blank">ESRI</a> is the well-known company responsible for developing GIS software, with more than a 30% market share <strong>(Câmara, et al., 2012)</strong>.  <strong>ArcGIS</strong> as well as its other products are a reference in this sector. Even though it offers lots of possibilities and that they are now offering many free resources that can be modified and improved by developers, you still have to buy its programs.</p>
<p><img decoding="async" class="aligncenter size-medium wp-image-14610" src="http://www.giscourse.com/wp-content/uploads/2015/05/QGisProject_Logo-272x300.png" alt="QGisProject_Logo" width="272" height="300" /></p>
<p>&nbsp;</p>
<p style="text-align: justify;"><strong>Open source</strong> software refers to a tool that is of free access and can have its code source modified. This phenomenon appeared more than 50 years ago which´s term was introduced already in 1998 <strong>(Mitasova and Neteler, 2004)</strong>. Nowadays, Open source GIS tools are experiencing an important expansion and many developers around the world are collaborating to develop new programs that can compete with commercial software so that these technologies can be available and offer alternatives to a bigger number of users.</p>
<p style="text-align: justify;">The <strong>Geographic Information Systems</strong> <a title="" href="#_ftn1">[1] </a>world has been revolutionized by these open source and free systems both for their use and development.  It is expected that during this year the open source tool<strong> Quatum GIS (QGIS) </strong><a title="" href="#_ftn2">[2] </a>, will be the most used program by users due to is friendly interface, high variety of plugins to carry out diverse operations and its permanent evolution thanks to the synergy between many developers.</p>
<p style="text-align: justify;">These types of programs offer the opportunity to bring closer GIS to users, therefore improving employment rates, and at a low cost.</p>
<p style="text-align: justify;">Other popular open source GIS programs can be found in the following table:</p>
<p style="margin: 0cm 0cm 0.0001pt; line-height: 12.65pt;"><span style="font-size: 9pt; font-family: Tahoma, sans-serif;"> </span></p>
<p style="margin: 0cm 0cm 0.0001pt; line-height: 12.65pt;"><span style="font-size: 9pt; font-family: Tahoma, sans-serif;"> </span></p>
<div align="center">
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td valign="top" nowrap="nowrap" width="248">
<p align="center">Open Source GIS Desktop</p>
</td>
<td valign="top" nowrap="nowrap" width="265">
<p align="center">Web</p>
</td>
</tr>
<tr>
<td valign="top" nowrap="nowrap" width="248">
<p align="center">GRASS</p>
</td>
<td valign="top" nowrap="nowrap" width="265">
<p align="center"><a href="http://www.grass.osgeo.org/">www.grass.osgeo.org</a></p>
</td>
</tr>
<tr>
<td valign="top" nowrap="nowrap" width="248">
<p align="center">QGIS</p>
</td>
<td valign="top" nowrap="nowrap" width="265">
<p align="center"><a href="http://www.qgis.org/">www.qgis.org</a></p>
</td>
</tr>
<tr>
<td valign="top" nowrap="nowrap" width="248">
<p align="center">uDIG</p>
</td>
<td valign="top" nowrap="nowrap" width="265">
<p align="center"><a href="http://www.udig.refractions.net/">www.udig.refractions.net</a></p>
</td>
</tr>
<tr>
<td valign="top" nowrap="nowrap" width="248">
<p align="center">SpatialLite</p>
</td>
<td valign="top" nowrap="nowrap" width="265">
<p align="center"><a href="http://www.gaia-gis.it/gaia-sins/">http://www.gaia-gis.it/gaia-sins/</a></p>
</td>
</tr>
<tr>
<td valign="top" nowrap="nowrap" width="248">
<p align="center">ILWIS</p>
</td>
<td valign="top" nowrap="nowrap" width="265">
<p align="center"><a href="http://www.ilwis.org/">http://www.ilwis.org/</a></p>
</td>
</tr>
<tr>
<td valign="top" nowrap="nowrap" width="248">
<p align="center">SAGA GIS</p>
</td>
<td valign="top" nowrap="nowrap" width="265">
<p align="center"><a href="http://www.saga-gis.org/en/index.html">www.saga-gis.org/en/index.html</a></p>
</td>
</tr>
<tr>
<td valign="top" nowrap="nowrap" width="248">
<p align="center">OpenJUMP</p>
</td>
<td valign="top" nowrap="nowrap" width="265">
<p align="center"><a href="http://www.openjump.org/">www.openjump.org</a></p>
</td>
</tr>
<tr>
<td valign="top" nowrap="nowrap" width="248">
<p align="center">MapWindow</p>
</td>
<td valign="top" nowrap="nowrap" width="265">
<p align="center"><a href="http://www.mapwindow.org/">www.mapwindow.org</a></p>
</td>
</tr>
<tr>
<td valign="top" nowrap="nowrap" width="248">
<p align="center">Fmaps</p>
</td>
<td valign="top" nowrap="nowrap" width="265">
<p align="center"><a href="http://fmaps.sourceforge.net/">http://fmaps.sourceforge.net/</a></p>
</td>
</tr>
<tr>
<td valign="top" nowrap="nowrap" width="248">
<p align="center">gvSIG</p>
</td>
<td valign="top" nowrap="nowrap" width="265">
<p align="center"><a href="http://www.gvsig.gva.es/">www.gvsig.gva.es</a></p>
</td>
</tr>
<tr>
<td valign="top" nowrap="nowrap" width="248">
<p align="center">OrbisGIS</p>
</td>
<td valign="top" nowrap="nowrap" width="265">
<p align="center"><a href="http://www.orbisgis.cerma.archi.fr/">www.orbisgis.cerma.archi.fr</a></p>
</td>
</tr>
<tr>
<td valign="top" nowrap="nowrap" width="248">
<p align="center">OSSIM</p>
</td>
<td valign="top" nowrap="nowrap" width="265">
<p align="center"><a href="http://www.ossim.org/">www.ossim.org</a></p>
</td>
</tr>
<tr>
<td valign="top" nowrap="nowrap" width="248">
<p align="center">SEXTANTE</p>
</td>
<td valign="top" nowrap="nowrap" width="265">
<p align="center"><a href="http://www.sextantegis.com/">www.sextantegis.com</a></p>
</td>
</tr>
<tr>
<td valign="top" nowrap="nowrap" width="248">
<p align="center">KOSMO</p>
</td>
<td valign="top" nowrap="nowrap" width="265">
<p align="center"><a href="http://www.opengis.es/">http://www.opengis.es/</a></p>
</td>
</tr>
<tr>
<td valign="top" nowrap="nowrap" width="248">
<p align="center">Thuban</p>
</td>
<td valign="top" nowrap="nowrap" width="265">
<p align="center"><a href="http://thuban.intevation.org/">http://thuban.intevation.org/</a></p>
</td>
</tr>
<tr>
<td valign="top" nowrap="nowrap" width="248">
<p align="center">GeoDA</p>
</td>
<td valign="top" nowrap="nowrap" width="265">
<p align="center"><a href="http://geodacenter.asu.edu/">http://geodacenter.asu.edu/</a></p>
</td>
</tr>
<tr>
<td valign="top" nowrap="nowrap" width="248">
<p align="center">OpenMap</p>
</td>
<td valign="top" nowrap="nowrap" width="265">
<p align="center"><a href="https://code.google.com/p/openmap/">https://code.google.com/p/openmap/</a></p>
</td>
</tr>
<tr>
<td valign="top" nowrap="nowrap" width="248">
<p align="center">OpenEV</p>
</td>
<td valign="top" nowrap="nowrap" width="265">
<p align="center"><a href="http://openev.sourceforge.net/">http://openev.sourceforge.net/</a></p>
</td>
</tr>
<tr>
<td valign="top" nowrap="nowrap" width="248">
<p align="center">Whitebox GAT</p>
</td>
<td valign="top" nowrap="nowrap" width="265">
<p align="center"><a href="http://www.uoguelph.ca/~hydrogeo/Whitebox/">http://www.uoguelph.ca/~hydrogeo/Whitebox/</a></p>
</td>
</tr>
</tbody>
</table>
<p style="text-align: left;">
<p style="text-align: left;"><img decoding="async" class="aligncenter wp-image-14604" src="http://www.giscourse.com/wp-content/uploads/2017/10/web_gis_Opensource2.jpg" alt="web_gis_Opensource2" width="700" height="375" srcset="https://www.giscourse.com/wp-content/uploads/2017/10/web_gis_Opensource2-120x64.jpg 120w, https://www.giscourse.com/wp-content/uploads/2017/10/web_gis_Opensource2-200x107.jpg 200w, https://www.giscourse.com/wp-content/uploads/2017/10/web_gis_Opensource2-300x161.jpg 300w, https://www.giscourse.com/wp-content/uploads/2017/10/web_gis_Opensource2-400x214.jpg 400w, https://www.giscourse.com/wp-content/uploads/2017/10/web_gis_Opensource2-500x268.jpg 500w, https://www.giscourse.com/wp-content/uploads/2017/10/web_gis_Opensource2-600x321.jpg 600w, https://www.giscourse.com/wp-content/uploads/2017/10/web_gis_Opensource2.jpg 626w" sizes="(max-width: 700px) 100vw, 700px" /></p>
<p><strong>GvSIG</strong></p>
<p><img decoding="async" class="aligncenter wp-image-14605" src="http://www.giscourse.com/wp-content/uploads/2017/10/web_gis_Opensource3-300x161.jpg" alt="web_gis_Opensource3" width="700" height="376" srcset="https://www.giscourse.com/wp-content/uploads/2017/10/web_gis_Opensource3-120x65.jpg 120w, https://www.giscourse.com/wp-content/uploads/2017/10/web_gis_Opensource3-200x108.jpg 200w, https://www.giscourse.com/wp-content/uploads/2017/10/web_gis_Opensource3-300x161.jpg 300w, https://www.giscourse.com/wp-content/uploads/2017/10/web_gis_Opensource3-400x215.jpg 400w, https://www.giscourse.com/wp-content/uploads/2017/10/web_gis_Opensource3-500x269.jpg 500w, https://www.giscourse.com/wp-content/uploads/2017/10/web_gis_Opensource3-600x323.jpg 600w, https://www.giscourse.com/wp-content/uploads/2017/10/web_gis_Opensource3.jpg 625w" sizes="(max-width: 700px) 100vw, 700px" /></p>
<p><strong>QGIS</strong></p>
<p style="text-align: justify;">We have introduced open source GIS tools, but there has also been advanced progress regarding other software functions such as the display of cartographic information in the web, the creation of metadata or the geoportal design of an organization to create a <strong>Spatial Data Infrastructure (SDI)</strong>. We will continue talking about all these in future posts.</p>
</div>
<div align="center">
<p style="text-align: left;"><strong>Sources:</strong></p>
<p style="text-align: left;">Câmara, G., Vinhas, L., &amp; de Souza, R. C. M. 2012. Free and open source GIS: will there ever be a geo-Linux?. In Geospatial Free and Open Source Software in the 21st Century (pp. 229-245). Springer Berlin Heidelberg.</p>
<p style="text-align: left;">Mitasova H, Neteler M. 2004. GRASS as open source free software GIS: accomplishments and perspectives. Transactions in GIS, 8(2):145-154.</p>
<p style="text-align: left;">Wiki OSGeo: <a href="http://wiki.osgeo.org/wiki/Rese%C3%B1as_FOSS4G"> </a><a href="http://wiki.osgeo.org/wiki/Rese%C3%B1as_FOSS4G">http://wiki.osgeo.org/wiki/Rese%C3%B1as_FOSS4G</a></p>
<p style="text-align: left;">Free GIS: <a href="http://www.freegis.org/"> </a><a href="http://www.freegis.org/">http://www.freegis.org/</a></p>
<p style="text-align: left;">Wikipedia, List of geographic information systems software:<a href="#Desktop_GIS"> </a><a href="#Desktop_GIS">http://en.wikipedia.org/wiki/List_of_geographic_information_systems_software#Desktop_GIS</a></p>
<p style="text-align: left;">GIS Corps: <a href="http://www.giscorps.org/index.php?option=com_content&amp;task=view&amp;id=13&amp;Itemid=48#Desktops">http://www.giscorps.org/index.php?option=com_content&amp;task=view&amp;id=13&amp;Itemid=48#Desktops</a></p>
<p style="text-align: left;"><a title="" href="http://www.cursosgis.com/index.php/blog-cursosgis/112-los-sistemas-open-source-os-en-el-ambito-de-los-gis.html#_ftnref1" name="_ftn1">[1]</a><a href="http://www.freegis.org/">http://www.freegis.org/</a></p>
<div>
<p style="text-align: left;"><a title="" href="http://www.cursosgis.com/index.php/blog-cursosgis/112-los-sistemas-open-source-os-en-el-ambito-de-los-gis.html#_ftnref2" name="_ftn2">[2]</a><a href="http://www.qgis.org/es/site/">http://www.qgis.org/es/site/</a></p>
</div>
</div>
<p style="text-align: center;">Quality training taught by professionals</p>
<p>RECOMMENDED COURSE</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p><p>The post <a href="https://www.giscourse.com/open-source-os-gis-software/">Open Source (OS) GIS software</a> first appeared on <a href="https://www.giscourse.com">GIS Course  |  TYC GIS Training</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://www.giscourse.com/open-source-os-gis-software/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
