ArcGIS FAQs – ArcGIS Interview Question

ArcGIS provides an infrastructure for making maps and geographic information available throughout an organization, across a community, and openly on the Web. Applying location-based analysis to business practices are some of the unique set of capabilities offered by ArcGIS. Here in this post we will check FAQs of ArcGIS and Common Question asked during Interview Question. ArcGIS … Continue reading “ArcGIS FAQs – ArcGIS Interview Question”

WPS Split polygon on Geoserver Openlayers

WPS (Web Process Service) is an OGC service that allows you to publish geospatial processes. This is available as an extension on geoserver. To add this extension you must check the version for geoserver you are using. Before downloading the extension you can check whether WPS is available in you local geoserver or not. For … Continue reading “WPS Split polygon on Geoserver Openlayers”

Install GeoServer for Ubuntu

Install GeoServer for Linux System. For producing any detail map, we need to have large detailed dataset. If it is about country level or world level analysis it may create huge problem with huge dataset. It can hang your system or slow down it. Even for browser it is dangerous because browser takes time or … Continue reading “Install GeoServer for Ubuntu”

Convert Geojson to GML- Geography Markup Language

This article is about Convert GeoJSON to GML. Here we are using GDAL utility (ogr2ogr) for conversion. This conversion become useful when you just wants to study or analysis the data in text format. In GML format stores data as text in tags. It makes easy for user to understand the details of attributes. Before … Continue reading “Convert Geojson to GML- Geography Markup Language”

Convert Geojson to MIF MapInfo file

In this article we will be discussing about convert GeoJSON to MIF Mapinfo using GDAL utility (Ogr2ogr). This conversion is useful with MapInfo mapping and geographic analysis softwares. Convert Geojson to MIF MapInfo file We must understand GeoJSON and MIF format in detail before conversion. Convert Online GeoJSON to MIF Mapinfo Specification of GeoJSON data- Convert … Continue reading “Convert Geojson to MIF MapInfo file”

Convert GeoJSON to KML

In this article we would be discussing about conversion of GeoJSON data to KML (Keyhole Markup Language). This conversion is required when you are using software such Google earth to see the data. KML works great with Google earth. There is simple step to Convert GeoJSON to KML using ogr2ogr utility from GDAL library. Before … Continue reading “Convert GeoJSON to KML”

NetCDF Multidimensional data

NetCDF (network Common Data Form) is multidimensional data format only supports EPSG 4326 (WGS84). Multi dimensional simply means that it can grow in all direction with time. It has some important vocabulary to defines formation of NetCDF data structure. You may also look over HDF multidimensional Data, GRIB multidimensional data and all multidimensional data. To … Continue reading “NetCDF Multidimensional data”

HDF MultiDimensional Data

Hierarchical Data Format HDF multidimensional data, which can grow in space and time dimension. It is specially designed by National Center for Supercomputing Applications (NCSA) for storing scientific data in mosaic datasets. You may also look over GRIB, netcdf and all multidimensional data. Here the data is stored in hierarchical format i.e. in tree like structure. … Continue reading “HDF MultiDimensional Data”

GRIB Multidimensional Data

General Regularly-distributed Information in Binary GRIB multidimensional Data that can grow in space (Latitude, Longitude and altitude) and time. GRIB data is standardized by World Meteorological Organization (WMO). This contains various raster data in mosaic datasets.  This stores data from meteorological department and weather forecast. You may also look over NetCDF multidimensional data, HDF multidimensional data … Continue reading “GRIB Multidimensional Data”

MultiDimensional Data – NetCDF, GRIB, HDF Format

In this article we are going to discuss about multidimensional data. The dataset comprises space (latitude ,longitude and altitude) and time. Here we can have temperature dataset as an example which spreads in all direction and increases/decreases with time. Multi-Dimensional data comprised of multiple dataset for specific purpose. Data can be for Atmospheric, oceanographic and … Continue reading “MultiDimensional Data – NetCDF, GRIB, HDF Format”