GIS

Split a Polygon with holes by Line in OpenLayers

OpenLayers is an powerful map api to develop map based applications. But to perform complex spatial operations like splitting a polygon, merging two polygons etc., we need to find another way to accomplish these operations. OpenLayers can’t do these operations on its own. This tutorial is the extension to following tutorial. If you have not

Split a Polygon with holes by Line in OpenLayers Read More »

ogr2ogr – A simple command line tool to transform your GIS data.

ogr2ogr by GDAL project is a command line tool for GIS data processing to “Convert simple features data between different file formats”. It can performs various operations like Converting data between different formats like shapefiles to GeoJSON, GeoJSON to shapefiles etc. Transforming data from one projection to another projection Doing spatial selection on data Exporting

ogr2ogr – A simple command line tool to transform your GIS data. Read More »

Import Shapefile to PostgreSQL/PostGIS database using GeoPandas/Python

The usage of Python in GeoSpatial field has exponentially grown. Almost every GIS desktop software provide python integration. QGIS, famous open source GIS software, has python interface. Python has many open source GIS libraries for example GDAL, Fiona, GeoPandas, RasterIO, Shapely, Xarray Spatial etc. These libraries can process both raster as well as vector data.

Import Shapefile to PostgreSQL/PostGIS database using GeoPandas/Python Read More »

Create Feature Information Popup tool in OpenLayers on map click

Hello Everyone, Welcome to next tutorial of open layers in which we will learn to create feature information tool on map click in OpenLayers. So what is Feature Information in GIS ? Feature information is Non-GIS information associated with GIS data. For complete source code of this tutorial, click here Check the Live Feature Information

Create Feature Information Popup tool in OpenLayers on map click Read More »

What is GIS ?

What is GIS ? GIS stands for Geographical Information System(GIS). It is a system for gathering, storing and analysing GIS data. A GIS data is a data which has some location information associated with it. A very simple and popular example is GPS on your smart phone. Through GPS and Satellite, we gather our live location

What is GIS ? Read More »