<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Antara Datta</title>
    <description>The latest articles on DEV Community by Antara Datta (@antaradatta3).</description>
    <link>https://dev.to/antaradatta3</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F642369%2Fe29e3541-edf7-450e-9c60-c4a72ec0e102.png</url>
      <title>DEV Community: Antara Datta</title>
      <link>https://dev.to/antaradatta3</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/antaradatta3"/>
    <language>en</language>
    <item>
      <title>Getting started with PostGIS</title>
      <dc:creator>Antara Datta</dc:creator>
      <pubDate>Sat, 19 Jun 2021 12:09:42 +0000</pubDate>
      <link>https://dev.to/antaradatta3/getting-started-with-postgis-57pm</link>
      <guid>https://dev.to/antaradatta3/getting-started-with-postgis-57pm</guid>
      <description>&lt;p&gt;If you have worked with geospatial data, you might want to harness the power of PostGIS. It is an extension of PostgreSQL which adds spatial ability to your database. Reading, analyzing and processing geospatial files like .shp, .tif etc requires special tools. However, doing SQL operations to achieve the same makes it more consistent for developers. &lt;/p&gt;

&lt;p&gt;PostGIS allows to very simply load and query geospatial data from the database for representational purposes. &lt;/p&gt;

&lt;p&gt;Refer my original blog &lt;a href="https://bit.ly/3qEO5LI"&gt;here&lt;/a&gt; to understand the entire installation process for Windows and Linux and how you can set up PostGIS. Additionally, also learn how you can load and query data in a step-by-step illustration.   &lt;/p&gt;

</description>
      <category>postgis</category>
      <category>geospatial</category>
      <category>data</category>
      <category>postgres</category>
    </item>
    <item>
      <title>Understanding geospatial data</title>
      <dc:creator>Antara Datta</dc:creator>
      <pubDate>Wed, 02 Jun 2021 17:33:12 +0000</pubDate>
      <link>https://dev.to/antaradatta3/understanding-geospatial-data-ohf</link>
      <guid>https://dev.to/antaradatta3/understanding-geospatial-data-ohf</guid>
      <description>&lt;h2&gt;
  
  
  What is geospatial data?
&lt;/h2&gt;

&lt;p&gt;When a set of data encompasses geographic location as the reference component, it is referenced to as geospatial data. It represents some information about a specific location or over a range of a given location. The location can range from a specific point to a larger area. Oftentimes, GIS and geospatial data are interchangeably used. &lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;GIS is a programmatic system that creates, stores and analyses geospatial data. &lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;View the original blog here &lt;a href="https://www.nitorinfotech.com/blog/understanding-geospatial-data/"&gt;Understanding Geospatial Data&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;To know more about, how geospatial data can be used using postgis please take a gander at the follow up article: &lt;a href="https://dev.to/antaradatta3/getting-started-with-postgis-57pm"&gt;Getting started with PostGIS.&lt;/a&gt;&lt;/p&gt;

</description>
      <category>geospatial</category>
      <category>vector</category>
      <category>crs</category>
      <category>raster</category>
    </item>
  </channel>
</rss>
