MSR Geo Spatial Solutions
MSR Geo Spatial Solutions
  • Видео 28
  • Просмотров 302 718
Preparation of Map Layout using QGIS
Hi everyone, today we will learn the process to prepare a map layout by using QGIS.
To set up a print layout in QGIS, you can follow these steps:
* Open the QGIS project and ensure that all the layers you want to include in the print layout are visible in the map canvas.
* Click on the "Layout" button on the QGIS toolbar or select "Project" "New Print Layout" from the menu.
* From the "Layout" menu, select "add item" then "Add Map" to add the map to the layout. You can then resize and position the map as desired.
Using "move item content button, map area can be zoomed to required level.
To add additional elements to the layout, such as a legend, scale bar, or text box, select the corresponding ...
Просмотров: 235

Видео

Line, Dimension, Elevation and Section of a Residential Building using AutoCAD
Просмотров 2,5 тыс.3 года назад
Hi All, From this Video, you will come to know the process of drawing a line diagram, dimensional plan, Elevation and section of a residential building using AutoCAD software.
Problem on Design of Phreatic line in earthen dam without filter
Просмотров 19 тыс.3 года назад
Hi Viewers, In this video, you will come to know the process of solving a problem on Design of Phreatic line in earthen dam without filter. You should have min. knowledge on phreatic line concept in earth dams.
Design of Phreatic line in earthen dam with filter
Просмотров 11 тыс.3 года назад
Problem on Design of Phreatic line in earthen dam with horizontal filter.
Process of downloading free landsat satellite images from earth explorer
Просмотров 4963 года назад
Hi viewers, Today we will see the process of downloading free landsat satellite images from earth explorer. First, we need to register login credentials. login using user id and passward. In order to download data from USGS Earth Explorer, here are the four steps you will need to follow: Set your search criteria, Select your data to download, Filter out your data, Check your results and downloa...
Bhuvika - Happy Birthday
Просмотров 3443 года назад
Bhuvika - Happy Birthday
Estimation of Length of Line Features using Python Program in QGIS
Просмотров 1,2 тыс.3 года назад
Hi Viewers, From this video, you will come to know the process of estimation of length of line features by using Python program in QGIS. Find the program code here: Steps to follow: 01. Add Vector layer iface.addVectorLayer("d:/length/drain.shp","drainage", "ogr") 02. Active Layer layer = iface.activeLayer() 03. Feature details (Fields) features = layer.getFeatures() for f in features: print (f...
Calculation of Area of polygons in QGIS
Просмотров 26 тыс.3 года назад
Hi Viewers, Today, you will come to know the process of Calculation of Area of the polygon features in QGIS. Calculations can be done on ellipsoid in any CRS. The units of the areas will be calculated in the units of the projection. Steps to follow: 1. Add vector layer to map canvas. 2. Set the required units (square meters) at projection properties. 3. To open attribute table, right click and ...
Calculation of Area using Python program in QGIS
Просмотров 3 тыс.3 года назад
Hi Viewers, From this video, you will know the process of calculation of geometry (area) of polygon features using python program in QGIS. Find the code below: d = QgsDistanceArea() d.setEllipsoid('WGS84') layer = iface.activeLayer() features = layer.getFeatures() for f in features: geom = f.geometry() name = f.attribute("Name") print(name) print("Area (sq.m):", d.measureArea(geom)) print("Area...
Calculation of area of polygon features using arcmap
Просмотров 11 тыс.3 года назад
Calculation of Area of polygon features using ArcGIS To calculate the area of given polygons, it is required to know the geometry of layer. You should notice that geometry can be calculated only if the data is in projected coordinate system. The following process can be applied to calculate the area of polygons: 1. Open polygon layer in arc map, notice the projection information at lower right ...
Calculation of Latitude and Longitude of point features using ArcMAP
Просмотров 1,3 тыс.3 года назад
Hi viewers, Today you will come to know the process of calculation of latitude and longitude of point feature using arcgis. You can calculate geometry using Calculate Geometry. Steps to follow: - Open point data in ArcMAP - Right click on point feature to open the attribute table, - Go to table option to add a new field called Latitude, select type as double, make it ok. - Then add another fiel...
Creation of Line (Path) from Point data using QGIS
Просмотров 30 тыс.3 года назад
Hi Viewers, In the video, you will come to know the process of creation of line data from point data by using QGIS. By using 'Point to Path' tool of Geoprocessing of QGIS, we can automatically create line from input point data which is having spatial location (x,y) information. Here point data is created from field data (GPS). Procedure to follow: 1. Add text layer and assign geometry (lat, lon...
ArcGIS: Preparation of Map Layout using ArcMAP
Просмотров 2,1 тыс.3 года назад
Hi Everyone, In this video, you will come to know the process of preparation of Map Layout using ArcMap. Steps to to follow the procedure: 1. Open data layers to ArcMap 2. Go to Layout view and select the layout properties. 3. Insert new frames and copy the individual layers to separate frames. 4. Adjust frame sizes and location within the layout size. 5. Insert details like Neat line, Title, N...
Creation of Point Data (New Layer) using Python Program in QGIS
Просмотров 3,6 тыс.3 года назад
Hi Viewers, Here you will come to know the process of creation of new point data using Python in QGIS. From this video, we can learn how to create points, Procedure to save the data (file) and program to add the data (file). Follow the following steps/processes to complete the task: layer = QgsVectorLayer('Point?crs=EPSG:4326', 'point', 'memory') provider = layer.dataProvider() provider.addAttr...
Creation of Buffer zone using Python in QGIS
Просмотров 3,1 тыс.3 года назад
Hi Viewers, In this video, you will come to know the python program coding for the creation of buffer zone for point features in QGIS. Find the program below for your reference. iface.newProject() iface.addVectorLayer("d:/msr-geospatial-solutions/qgis-python/points.shp","points", "ogr") InputFile = 'points' OutputFile = "d:/msr-geospatial-solutions/qgis-python/bufferzone.shp" bufferDist = 0.02 ...
QGIS using Python Programming for Beginners
Просмотров 37 тыс.3 года назад
QGIS using Python Programming for Beginners
Lecture on Photogrammetry: Geometric Elements, Ground Length & Relief Displacement of Photographs
Просмотров 6 тыс.3 года назад
Lecture on Photogrammetry: Geometric Elements, Ground Length & Relief Displacement of Photographs
Blender - Creation of 3D City Model in Blender GIS
Просмотров 1,9 тыс.4 года назад
Blender - Creation of 3D City Model in Blender GIS
Creation of Composite Image (FCC) using Band data in QGIS
Просмотров 6 тыс.4 года назад
Creation of Composite Image (FCC) using Band data in QGIS
Georeferencing Using Open Street Map (OSM) in QGIS
Просмотров 3,9 тыс.4 года назад
Georeferencing Using Open Street Map (OSM) in QGIS
Georeferencing a map using QGIS
Просмотров 94 тыс.4 года назад
Georeferencing a map using QGIS
GIS - Georeferencing a Map using online base map in ArcMAP or ArcGIS
Просмотров 4,2 тыс.4 года назад
GIS - Georeferencing a Map using online base map in ArcMAP or ArcGIS
Watershed Delineation using DEM by using Hydrology tools of Spatial Analyst tools in ArcMAP
Просмотров 3,4 тыс.4 года назад
Watershed Delineation using DEM by using Hydrology tools of Spatial Analyst tools in ArcMAP
Generation of DEM (Digital Elevation Model) using XYZ data in ArcMAP or ArcGIS
Просмотров 16 тыс.4 года назад
Generation of DEM (Digital Elevation Model) using XYZ data in ArcMAP or ArcGIS
Georeferencing a Toposheet / MAP using ArcMAP or ArcGIS
Просмотров 3,3 тыс.4 года назад
Georeferencing a Toposheet / MAP using ArcMAP or ArcGIS
Creation of Composite Satellite Image from band data using ArcMAP or ArcGIS
Просмотров 1,3 тыс.4 года назад
Creation of Composite Satellite Image from band data using ArcMAP or ArcGIS
GIS - Creation of Personal Geodatabase / Creation of features by using ArcGIS
Просмотров 3,2 тыс.4 года назад
GIS - Creation of Personal Geodatabase / Creation of features by using ArcGIS

Комментарии

  • @wendelldtalampas7024
    @wendelldtalampas7024 23 дня назад

    Thank you for sharing this video. I followed your steps, but got an ArcMap drawing error "One or more layers failed to draw - cannot acquire a lock". Appreciate your kind advice

  • @Aiasmor
    @Aiasmor Месяц назад

    Thank you so much, this was very helpful!

  • @AshokKumar-pd8wb
    @AshokKumar-pd8wb Месяц назад

    Pl send the video of how to do multiple ID such as longitude . latitude in every top the point

  • @Gokulnath.m
    @Gokulnath.m Месяц назад

    Etha epdi document ready pannanum

  • @dobraxyz
    @dobraxyz 2 месяца назад

    thank you sir, u helped me get a good grade in my GIS class.

  • @akbarxojaabduraximov7427
    @akbarxojaabduraximov7427 3 месяца назад

    Hello, great video! Can you share the text file with me?

  • @heybrowhyme
    @heybrowhyme 4 месяца назад

    Thank you very much for sharing this informative video.

  • @berkayozkan200
    @berkayozkan200 4 месяца назад

    i love you brother

  • @stellaalle914
    @stellaalle914 6 месяцев назад

    Which version is this

  • @abulhasnat4250
    @abulhasnat4250 6 месяцев назад

    Thanks for the code :)

  • @inyourarea469
    @inyourarea469 6 месяцев назад

    Sir my georeferencing is being successful but before clicking georeference there is showing errors in the points what does that mean??

  • @SatyamSingh-cl9qh
    @SatyamSingh-cl9qh 8 месяцев назад

    so well explained 😁

  • @deniz.7200
    @deniz.7200 8 месяцев назад

    How to use pyqgis from pycharm?

  • @ronimiraj9789
    @ronimiraj9789 8 месяцев назад

    Full details not provided . How do you measure how to determine please mention it , there is no problem if video will be 30 minutes or more .

  • @samirayoub9096
    @samirayoub9096 9 месяцев назад

    02:55 Upstream slope is (3.025:1) and Downstream Slope is (1.95:1) then Solve

  • @subhranildas2702
    @subhranildas2702 9 месяцев назад

    Thank you for the video. Easy to understand

  • @nickgribble5374
    @nickgribble5374 9 месяцев назад

    The background music is far too loud.

  • @EC_Ritesh
    @EC_Ritesh 9 месяцев назад

    the background music made me feel like i went to heaven yo learn from this video...😂

  • @rahuldebdas2374
    @rahuldebdas2374 10 месяцев назад

    very good video but very annoying background music. please remove the background noise, its distracting and too loud.

  • @retnawikandewanti4309
    @retnawikandewanti4309 Год назад

    Thank you Sir for the video. Sir how to get the earthquake point feature data? Is it can collect online on open source data or not? If it can, where we can download it? And do you have link/recommendation where to download beachball arctool?

  • @moritzh.5007
    @moritzh.5007 Год назад

    I think I once watched one of your vicdeos where you said in the intro something along the lines of "I am gonna do this and that and then also split it up in several functions, organize it.... I would like to find this, because I really need to know how to solve the problem that QGIS is not updating all my scripts unless I close and restart the program...

  • @shouzabraza9562
    @shouzabraza9562 Год назад

    Then whats the difference between file geodatabase and personal geodatabase?

    • @shouzabraza9562
      @shouzabraza9562 Год назад

      Both can do the same things making shapefiles

    • @msrgeospatialsolutions
      @msrgeospatialsolutions Год назад

      Thank you for the comment. File geodatabase is a system which is huge file size and can be considered as database into servers which can accessed permitted people. Personal geodatabase is a database within the system with limited data size like 2 GB and only one person can edit in that system.

  • @Mylife_919
    @Mylife_919 Год назад

    Sir I am trying to ##add vector layer but that's not working

  • @rociotapiabenito5686
    @rociotapiabenito5686 Год назад

    hOW CAN I TO INSTALL THIS COMPLEMENT?? I CANT FIND IT

  • @prakalathanponnuthurai7503
    @prakalathanponnuthurai7503 Год назад

    ruclips.net/user/shortsaNJB-hGqYqk?feature=share

  • @neerajprj9161
    @neerajprj9161 Год назад

    now georefrencer is under Layer tab.

    • @msrgeospatialsolutions
      @msrgeospatialsolutions Год назад

      Thank you for info. Keep follow for updates

    • @laurynbull2919
      @laurynbull2919 Год назад

      thanks for that , theres another plugin now that is called freehand raster georefencer and does now bring up the separate panel window shown in the video

  • @adamahmed4363
    @adamahmed4363 Год назад

    what is the meaning my Demo in the output.

  • @oswevega2939
    @oswevega2939 Год назад

    thanks for sharing your text file !

  • @godfreyisaya5641
    @godfreyisaya5641 Год назад

    That song sir😢... anyway much thanks 🙏

  • @user-he6lw2cj2u
    @user-he6lw2cj2u Год назад

    Could you make a video relating to use Qgis on VS code.

  • @somitrasharma8431
    @somitrasharma8431 Год назад

    Very helpful👌 Is the Word document accessible?

  • @sashamehmood4871
    @sashamehmood4871 Год назад

    from which website you've downloaded data

  • @kin2818
    @kin2818 Год назад

    Bro background music is ritual as hell 🤙

  • @dznovaofficial5082
    @dznovaofficial5082 Год назад

    best video that explain beach balls .. thank you a lot

  • @alyzajoypabillore8344
    @alyzajoypabillore8344 Год назад

    What is the purpose of Filter? I dont know what to put there

    • @msrgeospatialsolutions
      @msrgeospatialsolutions Год назад

      Thank you for comment. Filter option is only to search your required projection information to assign. As we need to assign any of the projection systems, you can type the projection information like wgs or utm or any other specific.

  • @poolagopal226
    @poolagopal226 Год назад

    Sir, Nice to See this video. Very good presentation for beginners.

  • @deepareddy5486
    @deepareddy5486 Год назад

    Nice presentation

  • @aksahoo7416
    @aksahoo7416 Год назад

    Woooww your video is easy to understand nyc representation why r u not providing more videos related to it

    • @msrgeospatialsolutions
      @msrgeospatialsolutions Год назад

      Thank you very much for comment. Definitely, i will workout and present more info. Please keep follow the channel for updates.

    • @aksahoo7416
      @aksahoo7416 Год назад

      @@msrgeospatialsolutions yes sir

  • @EricNeilson_
    @EricNeilson_ Год назад

    How do you do this in PyQGis?

    • @msrgeospatialsolutions
      @msrgeospatialsolutions Год назад

      Hi, Thank you for comment. Area can be added using PyQGIS. Please go through the link: ruclips.net/video/KzJmTouxhgo/видео.html

  • @coffeeinthelibrary5391
    @coffeeinthelibrary5391 Год назад

    > Presents techniques for integrating with the API of a GIS application. > Writes the source code in MS Word >____>

  • @bernsbuenaobra3665
    @bernsbuenaobra3665 Год назад

    What could be the problem? iface <qgis._gui.QgisInterface object at 0x0000011D6435F0D0>

  • @walterfrenguelli5421
    @walterfrenguelli5421 Год назад

    great video, thanks for sharing!!

  • @sauravgujjar4617
    @sauravgujjar4617 Год назад

    Sir, how to increase the size of the beachball on the map? I have downloaded it as a shapefile but I am not able to increase its size. Please let me know. Thanks.

  • @DiegoAndresAlvarezMarin
    @DiegoAndresAlvarezMarin Год назад

    Good content! but the sound in the background sucks!

  • @shwetaupadhyay3289
    @shwetaupadhyay3289 Год назад

    calculation is wrong..time waste video

  • @AakankshaSingh-nh2ip
    @AakankshaSingh-nh2ip Год назад

    Sir, how to add GCP TABLE

    • @msrgeospatialsolutions
      @msrgeospatialsolutions Год назад

      Thank you for comment. To add GCP table, go to add gcp table from georeferencer tool bar and add file from respective path

  • @shiningyang4354
    @shiningyang4354 2 года назад

    Awesome video - indeed helpful! also do you know what parameter to change if I wanna create square buffers instead of circles? Thanks!

    • @msrgeospatialsolutions
      @msrgeospatialsolutions 2 года назад

      Thank you for the comments. I will let you know the details, if possible. Keep follow for the updates.

  • @chad9015
    @chad9015 2 года назад

    How can i create the point data? thx

    • @msrgeospatialsolutions
      @msrgeospatialsolutions 2 года назад

      Thank you for the comment. Point data may be the GPS data, field data, estimated locations etc. If you know the location values in the form of Lat/Long, point data can be created.

  • @tanmaybisen7802
    @tanmaybisen7802 2 года назад

    if i want to mark some points from that set of points using my ml model .. what to do??

  • @moumitaghoshal7915
    @moumitaghoshal7915 2 года назад

    Sir in 2.6 version after doing the georeferencing the map was blur... How to correct it?? Plz

    • @msrgeospatialsolutions
      @msrgeospatialsolutions 2 года назад

      Dear Moumita, Your target resolution may be low. try to increase it in the transformation settings. Otherwise don't opt that. leave as it is. It may be fine. Try it. otherwise i will look into it. Thank you for the comment.

    • @PRACHEENVIGYAN
      @PRACHEENVIGYAN Год назад

      @@msrgeospatialsolutions sir please help