GIS
Shp to MIF – Convert Shapefile to MapInfo Interchange Format
Many people uses MapServer as their Server, so they might need to store shape file as MIF (Map Info File) file on…
4 min read
→
GIS
SHP to XLSX – Convert Shapefile to Excel
Sometimes we just need to see attribute details not geometry. So instead of carrying heavy shape files we can convert them in…
2 min read
→
GIS
Shp to ODS – Convert Shapefile to Open Document Spreadsheet
Shape file to ODS (Open Document Spreadsheet) conversion is required when you only need non spatial information i.e. only attribute information. This…
2 min read
→
Convert GIS Data
SHP to GML – Convert Shapefile to Geography Markup Language
Shape file shp to GML conversion is required when you carry data from one place to another. Shapefiles are heavy as compared…
4 min read
→
GIS
SHP to GPX / GPS – Convert Shapefile to Global Positioning System
Shapefile shp can be converted into GPS ( Global Positioning System) using ogr2ogr utility. The GPS data is best option when routes…
4 min read
→
Convert GIS Data
Shp to KML KMZ – Convert Shapefile to Keyhole Markup Language
Shapefile Shp to KML KMZ Convert. Many times you may want to render your shapefile directly in Google Map and check the…
5 min read
→
GIS
Convert Shapefile to GeoPackage – GPKG
GeoPackage is an open, standards-based, platform-independent, portable, self-describing, compact format for transferring geospatial information. Whereas shapefile is collection of geometry with attribute…
3 min read
→
GIS
Earthquake Map – Create EarthQuake Map GIS
An earthquake (also known as a quake, tremor or temblor) is the shaking of the surface of the Earth, resulting from the…
4 min read
→
GIS
Convert Shapefile to CSV
Sometimes shapefile becomes bulky to carry from one place to another. As it contains various files as .shp, .prj, .shx, .dbf etc. On…
4 min read
→
GIS
Split Sub Divide polygon layer using QGIS – Shapefile, kml, GeoJson
Sub divide or split polygon in multiple parts. QGIS is a special spatial tool, which easily operate with GIS data files such…
3 min read
→