MSR Geo Spatial Solutions
MSR Geo Spatial Solutions
  • 28
  • 341 462
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 option from the "Layout" add items menu and drag the element onto the page.
* To add legend, go to add item, then click on "add legend" and drag the element onto the page where ever required.
* Similarly add scale bar by clicking on "add scale bar" from add items and drag the element onto the page generally at bottom of the page.
* Add north arrow by clicking on "add north arrow" from add items and drag the element onto the page generally at top right.
* To add the Title of the map, click on "add label" from add items and drag the element onto the page generally at top middle.
* Use the "Item Properties" panel to customize the appearance of each element.
* You can change the size, font, color, and other properties as desired.
* Once all the items are fixed at required level, all the items can be locked to fix their position.
* To add outline to the layout, click on "add shape" then "add rectangle" from add item menu of layout and send the shape to back of the layers, click on "sent to back" option.
When you are satisfied with the layout, click on the "Export as PDF" button to save the layout as a PDF file in the respective folder.
มุมมอง: 288

วีดีโอ

Line, Dimension, Elevation and Section of a Residential Building using AutoCAD
มุมมอง 2.9K3 ปีที่แล้ว
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
มุมมอง 22K3 ปีที่แล้ว
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
มุมมอง 12K3 ปีที่แล้ว
Problem on Design of Phreatic line in earthen dam with horizontal filter.
Process of downloading free landsat satellite images from earth explorer
มุมมอง 5383 ปีที่แล้ว
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
มุมมอง 3633 ปีที่แล้ว
Bhuvika - Happy Birthday
Estimation of Length of Line Features using Python Program in QGIS
มุมมอง 1.3K3 ปีที่แล้ว
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
มุมมอง 31K3 ปีที่แล้ว
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.3K3 ปีที่แล้ว
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
มุมมอง 13K3 ปีที่แล้ว
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.5K3 ปีที่แล้ว
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
มุมมอง 32K4 ปีที่แล้ว
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.2K4 ปีที่แล้ว
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
มุมมอง 4.1K4 ปีที่แล้ว
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.2K4 ปีที่แล้ว
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
มุมมอง 40K4 ปีที่แล้ว
QGIS using Python Programming for Beginners
Lecture on Photogrammetry: Geometric Elements, Ground Length & Relief Displacement of Photographs
มุมมอง 6K4 ปีที่แล้ว
Lecture on Photogrammetry: Geometric Elements, Ground Length & Relief Displacement of Photographs
Blender - Creation of 3D City Model in Blender GIS
มุมมอง 2.1K4 ปีที่แล้ว
Blender - Creation of 3D City Model in Blender GIS
Creation of Composite Image (FCC) using Band data in QGIS
มุมมอง 7K4 ปีที่แล้ว
Creation of Composite Image (FCC) using Band data in QGIS
Georeferencing Using Open Street Map (OSM) in QGIS
มุมมอง 4.2K4 ปีที่แล้ว
Georeferencing Using Open Street Map (OSM) in QGIS
Georeferencing a map using QGIS
มุมมอง 111K4 ปีที่แล้ว
Georeferencing a map using QGIS
GIS - Georeferencing a Map using online base map in ArcMAP or ArcGIS
มุมมอง 4.4K4 ปีที่แล้ว
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.5K4 ปีที่แล้ว
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
มุมมอง 17K4 ปีที่แล้ว
Generation of DEM (Digital Elevation Model) using XYZ data in ArcMAP or ArcGIS
Georeferencing a Toposheet / MAP using ArcMAP or ArcGIS
มุมมอง 3.5K4 ปีที่แล้ว
Georeferencing a Toposheet / MAP using ArcMAP or ArcGIS
Creation of Composite Satellite Image from band data using ArcMAP or ArcGIS
มุมมอง 1.4K4 ปีที่แล้ว
Creation of Composite Satellite Image from band data using ArcMAP or ArcGIS
GIS - Creation of Personal Geodatabase / Creation of features by using ArcGIS
มุมมอง 3.4K4 ปีที่แล้ว
GIS - Creation of Personal Geodatabase / Creation of features by using ArcGIS

ความคิดเห็น

  • @hemamalidayaratna284
    @hemamalidayaratna284 9 วันที่ผ่านมา

    Thanks ❤

  • @daramhawez
    @daramhawez หลายเดือนก่อน

    Thanks🌹🌹

  • @prakharrawat7279
    @prakharrawat7279 2 หลายเดือนก่อน

    Please dont put background music. its very disturbing

  • @FYu-w4v
    @FYu-w4v 3 หลายเดือนก่อน

    from where can one get this data that you are using in the course?

  • @georgen9755
    @georgen9755 4 หลายเดือนก่อน

    This topic is not taught in most of the deemed universities across tamil nadu ...... So .......???? For whom these notes were forwarded ??? Via whose mail ???

  • @naureenfatima9715
    @naureenfatima9715 4 หลายเดือนก่อน

    Sir,I have KBA data in points form.How to make polygon out of it.The site id is not arranged sequentially,how to make this work?

  • @surihjagirani3336
    @surihjagirani3336 5 หลายเดือนก่อน

    Dear, from where we can download arc toolbox beach ball would you please share some link. Thanks

  • @wendelldtalampas7024
    @wendelldtalampas7024 6 หลายเดือนก่อน

    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 6 หลายเดือนก่อน

    Thank you so much, this was very helpful!

  • @AshokKumar-pd8wb
    @AshokKumar-pd8wb 6 หลายเดือนก่อน

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

  • @Gokulnath.m
    @Gokulnath.m 7 หลายเดือนก่อน

    Etha epdi document ready pannanum

  • @dobraxyz
    @dobraxyz 8 หลายเดือนก่อน

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

  • @akbarxojaabduraximov7427
    @akbarxojaabduraximov7427 8 หลายเดือนก่อน

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

  • @heybrowhyme
    @heybrowhyme 10 หลายเดือนก่อน

    Thank you very much for sharing this informative video.

    • @msrgeospatialsolutions
      @msrgeospatialsolutions 9 หลายเดือนก่อน

      You are very welcome

    • @heybrowhyme
      @heybrowhyme 9 หลายเดือนก่อน

      @@msrgeospatialsolutions 😇❤❤❤

  • @berkayozkan200
    @berkayozkan200 10 หลายเดือนก่อน

    i love you brother

  • @stellaalle914
    @stellaalle914 ปีที่แล้ว

    Which version is this

  • @abulhasnat4250
    @abulhasnat4250 ปีที่แล้ว

    Thanks for the code :)

  • @inyourarea469
    @inyourarea469 ปีที่แล้ว

    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 ปีที่แล้ว

    so well explained 😁

  • @deniz.7200
    @deniz.7200 ปีที่แล้ว

    How to use pyqgis from pycharm?

  • @ronimiraj9789
    @ronimiraj9789 ปีที่แล้ว

    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 ปีที่แล้ว

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

  • @subhranildas2702
    @subhranildas2702 ปีที่แล้ว

    Thank you for the video. Easy to understand

  • @nickgribble5374
    @nickgribble5374 ปีที่แล้ว

    The background music is far too loud.

  • @EC_Ritesh
    @EC_Ritesh ปีที่แล้ว

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

  • @rahuldebdas2374
    @rahuldebdas2374 ปีที่แล้ว

    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 ปีที่แล้ว

    th-cam.com/users/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 🙏

  • @สายน้ําพิทักษ์บูรพา

    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: th-cam.com/video/KzJmTouxhgo/w-d-xo.html

  • @coffeeinthelibrary5391
    @coffeeinthelibrary5391 2 ปีที่แล้ว

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

  • @bernsbuenaobra3665
    @bernsbuenaobra3665 2 ปีที่แล้ว

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

  • @walterfrenguelli5421
    @walterfrenguelli5421 2 ปีที่แล้ว

    great video, thanks for sharing!!

  • @sauravgujjar4617
    @sauravgujjar4617 2 ปีที่แล้ว

    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.