[Qgis-user] Projection change of Open Street Map in python

2023-12-28 Thread noshin prachi via QGIS-User
Dear all, I am trying to create a map in python where I have a shape file in the BTM projection system. I want to add OpenStreetMap as the base map under the shape file. Can anyone suggest me how to change the coordinate system of the map in python? Regards, Noshin Saiyara __

[Qgis-user] MIKE dfsu file in QGIS

2023-12-20 Thread noshin prachi via QGIS-User
Dear all, I am trying to make a mike dfsu file visible in QGIS. For that I have used MDAL DHI Drivers. Now I have this dfsu file visible in QGIS. But when I am trying to get this map using Jupyter , all the layers from QGIS get visible in the map except the dfsu file. Can anyone suggest any soluti

Re: [Qgis-user] Accessing iface from jupyter

2023-12-12 Thread noshin prachi via QGIS-User
pyter > https://gist.github.com/ThomasG77/223064813d8aefda5b3cdb05c2588fa1 > Links more to help you getting started on a right track when doing > standalone dev using PyQGIS. > > Regards > > Thomas GRATIER > > Le mar. 5 déc. 2023 à 11:38, noshin prachi via QGIS-User <

Re: [Qgis-user] Accessing iface from jupyter to create map from QGIS

2023-12-06 Thread noshin prachi via QGIS-User
Thank you Adam for your response. I have imported iface from from qgis.utils import iface. I am working in qgis environment. It is my first work with qgis and I am finding it difficult to understand. Can you please share where I am going wrong? Is there any other way to activate a layer from mult

[Qgis-user] Accessing iface from jupyter to create map from QGIS

2023-12-05 Thread noshin prachi via QGIS-User
Dear all, I am trying to create a map from qgis. I have added a few layers and created a layout in qgis. All I want is to create a script to get a map from the layer on the layout that I have created in qgis. I have attached the code. I am thinking of activating each layer at a time so that only th

[Qgis-user] Accessing iface from jupyter

2023-12-05 Thread noshin prachi via QGIS-User
Dear all, I am trying to create a map from qgis using jupyter. I have few layers that need to be added to the map. I have tried to add iface by importing iface from qgis.utils import iface, plugins . But I am getting the following error. [image: image.png] Please help me in this regard. Regards,

[Qgis-user] PyQGIS Jupyter Notebooks on Windows Using Conda

2023-12-03 Thread noshin prachi via QGIS-User
Dear all, I am trying to create a conda environment with qgis which will be ready to be used in a Jupyter notebook. I have added all the steps that I have followed in the attachment named steps. I have copied path from qgis which is being opened from the conda environment. But when I am trying to