Re: [Qgis-user] Over_Quer_Limit- MMQGIS

2024-09-20 Thread krishna Ayyala via QGIS-User
Chris,
Thanks for the reply.I have gone through the document. The document
says 3,000 QPM (queries per minute), but we are unable to reverse geocode
even 100 using MMQIS - reverse geocode. Is there a way to fix it? I am
always getting the same error message Over_Quer_Limit.
Regards.

On Fri, Sep 20, 2024 at 12:19 PM chris hermansen 
wrote:

> Maybe this Google link about Geo coding limits could help
>
>
> https://developers.google.com/maps/documentation/geocoding/usage-and-billing
>
> On Fri, Sep 20, 2024, 10:33 krishna Ayyala via QGIS-User <
> qgis-user@lists.osgeo.org> wrote:
>
>> Hello,
>> Initially I did try to reverse geocode with all 8000 records. It gave a
>> warning message Over Query Limit. Next I tried with 2500 and then 2000. It
>> gave the same error message. I even tried 500 and to the least 100 records.
>> It gave same error message.Can you please help me fix this?
>>
>> [image: image.png]
>> ___
>> QGIS-User mailing list
>> QGIS-User@lists.osgeo.org
>> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
>> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
>>
>
___
QGIS-User mailing list
QGIS-User@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user


[Qgis-user] Over_Quer_Limit- MMQGIS

2024-09-20 Thread krishna Ayyala via QGIS-User
Hello,
Initially I did try to reverse geocode with all 8000 records. It gave a
warning message Over Query Limit. Next I tried with 2500 and then 2000. It
gave the same error message. I even tried 500 and to the least 100 records.
It gave same error message.Can you please help me fix this?

[image: image.png]
___
QGIS-User mailing list
QGIS-User@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] MMQGIS - Reverse geocoding -REQUEST_DENIED

2024-09-20 Thread krishna Ayyala via QGIS-User
Thank you Greg. Figured it out and renewed the subscription with google.
Now the API key is working.
Thank you and Regards



On Fri, Sep 20, 2024 at 9:26 AM Greg Troxel via QGIS-User <
qgis-user@lists.osgeo.org> wrote:

> krishna Ayyala via QGIS-User  writes:
>
> > In continuation to the below email, I wish to add that, the keys are
> good.
> > Just purchased. Still getting the same error. REQUEST_DENIED. Tried on a
> > different computer. Getting the same error. My qgis version is 3.28. If
> > this error cannot be rectified, Is there an alternate plugin that can use
> > google API key for reverse geocoding.The reason is; I am trying to
> reverse
> > geocode using google only. Or is there a simple way to rectify the error?
> > When you get a chance, can you please reply.
>
> You got advice to make a manual request for a URL from Keith.  You did
> not clearly present what happened when you tried that.  It really seems
> like you need support from google, not from the qgis user community.
> And, because this is a proprietary service requiring signing up and
> paying, and because you didn't publish your API key to the list :-),
> most of us can't just check if it works for us.
>
> So, as Keith very helpfully said:
>
>
> https://maps.googleapis.com/maps/api/geocode/json?latlng=40.0262,-75.0301&key={your_api_key}
>
> and use curl or wget. If you can't make that work, then you need
> help from google.  Only if manual requests work and qgis does not, does
> it make sense to ask for help here.
> ___
> QGIS-User mailing list
> QGIS-User@lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
>
___
QGIS-User mailing list
QGIS-User@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] MMQGIS - Reverse geocoding -REQUEST_DENIED

2024-09-20 Thread krishna Ayyala via QGIS-User
Dear Friends,
In continuation to the below email, I wish to add that, the keys are good.
Just purchased. Still getting the same error. REQUEST_DENIED. Tried on a
different computer. Getting the same error. My qgis version is 3.28. If
this error cannot be rectified, Is there an alternate plugin that can use
google API key for reverse geocoding.The reason is; I am trying to reverse
geocode using google only. Or is there a simple way to rectify the error?
When you get a chance, can you please reply.

Regards.

On Thu, Sep 19, 2024 at 5:43 PM krishna Ayyala 
wrote:

> Hello,
> I do not know scripting or programming. I am using Reverse Geocode tool as
> shown below. I am getting the below error. Can anyone help me fix this?
> Regards.
>
> [image: image.png]
>
> [image: image.png]
>
___
QGIS-User mailing list
QGIS-User@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] MMQGIS - Reverse geocoding -REQUEST_DENIED

2024-09-20 Thread krishna Ayyala via QGIS-User
Keith,
Thanks for the reply. The keys are good. Just purchased. Still getting the
same error. REQUEST_DENIED
Regards

On Thu, Sep 19, 2024 at 7:14 PM Keith Jenkins  wrote:

> Hi, Krishna.
>
> The URL for the Google reverse geocoding seems to be on line 1464 of
> mmqgis_library.py, and is already https
>
> What do you get if you go to the following URL with your Google API key?
>
> https://maps.googleapis.com/maps/api/geocode/json?latlng=40.0262,-75.0301&key={your_api_key}
>
> If you get a REQUEST_DENIED error with that, then it would seem that
> the API key is invalid.
>
> Keith
>
>
> On Thu, Sep 19, 2024 at 9:03 PM krishna Ayyala via QGIS-User
>  wrote:
> >
> > In continuation to the question posted below, I am also attaching
> mmqgis_library file. I opened this in notepad++ .In line 288, I don’t see
> anything that starts with 'http://'. However, someone in the QGIS forums
> suggested changing the URL in line 288 of mmqgis_library.py to begin with
> 'https' instead of 'http'.
> >
> > -- Forwarded message -
> > From: krishna Ayyala 
> > Date: Thu, Sep 19, 2024 at 5:43 PM
> > Subject: MMQGIS - Reverse geocoding -REQUEST_DENIED
> > To: qgis-user 
> >
> >
> > Hello,
> > I do not know scripting or programming. I am using Reverse Geocode tool
> as shown below. I am getting the below error. Can anyone help me fix this?
> > Regards.
> >
> >
> >
> >
> > ___
> > QGIS-User mailing list
> > QGIS-User@lists.osgeo.org
> > List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
> > Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
>
___
QGIS-User mailing list
QGIS-User@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user


[Qgis-user] MMQGIS - Reverse geocoding -REQUEST_DENIED

2024-09-19 Thread krishna Ayyala via QGIS-User
Hello,
I do not know scripting or programming. I am using Reverse Geocode tool as
shown below. I am getting the below error. Can anyone help me fix this?
Regards.

[image: image.png]

[image: image.png]
___
QGIS-User mailing list
QGIS-User@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user


[Qgis-user] Georeferenced maps

2024-06-22 Thread krishna Ayyala via QGIS-User
Hello,
I am downloading the images of these maps and adding them to qgis. But they
are not georeferenced. Is there a place where I can download the spatially
georeferenced maps of the district maps shown in the below link?


https://www.lumbeetribe.com/proposeddistrictmaps

Regards.
___
QGIS-User mailing list
QGIS-User@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user


[Qgis-user] GIS Institutes - Online Courses

2024-04-13 Thread krishna Ayyala via QGIS-User
Hello,
I wish to enroll in some of the online GIS courses. Is there a place or
weblink where can I get the complete list of GIS Institutes that offer
online courses? I am looking for institutes that are located in the USA,
Canada and Europe.

Regards.
___
QGIS-User mailing list
QGIS-User@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Adding a Web map to QGIS

2024-03-11 Thread krishna Ayyala via QGIS-User
Thanks a lot for your help Emma.

Regards.

On Mon, Mar 11, 2024 at 5:21 PM Emma Hain  wrote:

> Hi Krishna
> It looks like it is coming from the FCC Broadband Service
> <https://www.arcgis.com/home/search.html?restrict=false&sortField=relevance&sortOrder=desc&searchTerm=tags%3A%22Federal+Communications+Commission%22#content>
> so you can sift through their data and find what you need and link to it
> via your browser. It looks like the data is more in Tables so will need to
> play with them and link them into the Block Groups I think.
> I saw this stack overflow about it as well :
> https://stackoverflow.com/questions/77629483/is-the-fcc-national-broadband-map-api-endpoint-working
> Cheers
> Em
>
> On Sat, 9 Mar 2024 at 04:20, krishna Ayyala via QGIS-User <
> qgis-user@lists.osgeo.org> wrote:
>
>> Hello,
>> Is there any way that I can add this map to QGIS? I already wrote to the
>> OK broadband office requesting the source data and did not hear back from
>> them. I am pasting below the weblink.
>>
>> OK Broadband Map
>> <https://map.broadband.ok.gov/map?zoom=7¢er=-10831633%2C4203984>
>>
>> Regards.
>> ___
>> QGIS-User mailing list
>> QGIS-User@lists.osgeo.org
>> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
>> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
>>
>
>
> --
> Emma Hain — Product Manager/Senior GIS Analyst
> e...@north-road.com
> [image: https://north-road.com]
> *North Road*
> Cartography • Development • Spatial Analysis
> --
> *north-road.com* <http://north-road.com>
> <https://twitter.com/northroadgeo>
> <https://www.linkedin.com/company/north-road-studios>
> <https://www.facebook.com/North-Road-997236690392419/home>
>
>
___
QGIS-User mailing list
QGIS-User@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user


[Qgis-user] Adding a Web map to QGIS

2024-03-08 Thread krishna Ayyala via QGIS-User
Hello,
Is there any way that I can add this map to QGIS? I already wrote to the OK
broadband office requesting the source data and did not hear back from
them. I am pasting below the weblink.

OK Broadband Map


Regards.
___
QGIS-User mailing list
QGIS-User@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user


[Qgis-user] Geotiff from Google Network planner to QGIS

2024-02-27 Thread krishna Ayyala via QGIS-User
Hello,
I am reposting this question.
Regards.

This is the image from Google network planner (GNP) for best server.
Whenever I click anywhere on the image, the device information is
displayed as shown in red circle.

[image: image.png]


I exported this image to geotiff from GNP. Then added it to QGIS, I am not
getting the device information, I am only getting the RGB values as shown
below. What should I do to display the device information in QGIS?

[image: image.png]
___
QGIS-User mailing list
QGIS-User@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user


[Qgis-user] Geotiff from Google Network planner to QGIS

2024-02-26 Thread krishna Ayyala via QGIS-User
Hello,
This is the image from Google network planner (GNP) for best server.
Whenever I click anywhere on the image, the device information is
displayed as shown in red circle.

[image: image.png]


I exported this image to geotiff from GNP. Then added it to QGIS, I am not
getting the device information, I am only getting the RGB values as shown
below. What should I do to display the device information in QGIS?

[image: image.png]
___
QGIS-User mailing list
QGIS-User@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user


[Qgis-user] Kmz rendering very slow

2024-02-23 Thread krishna Ayyala via QGIS-User
Hello,
I am reposting this question.
I have a geopackage file of about 30MB size. I have converted it into kmz
which resulted in 13MB size. When I open this kmz in google earth, it is
very slow and takes about 10 to 15 minutes to load and open. Even after
opening, I cannot zoom-in or zoom-out quickly. Is there a fix for this such
that I can open the file in google earth quickly?

Regards.
___
QGIS-User mailing list
QGIS-User@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user


[Qgis-user] Kmz rendering very slow

2024-02-22 Thread krishna Ayyala via QGIS-User
Hello,
I have a geopackage file of about 30MB size. I have converted it into kmz
which resulted in 13MB size. When I open this kmz in google earth, it is
very slow and takes about 10 to 15 minutes to load and open. Even after
opening, I cannot zoom-in or zoom-out quickly. Is there a fix for this such
that I can open the file in google earth quickly?

Regards.
___
QGIS-User mailing list
QGIS-User@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Distance measurement from Center - Buffer

2024-02-12 Thread krishna Ayyala via QGIS-User
Chris,
Thanks for the reply. By rectangular coordinate system, can you mention
which specific rectangular coordinate system?

Regards.

On Mon, Feb 12, 2024 at 5:52 PM chris hermansen 
wrote:

> Epsg 4326 is lat long. Make your buffers in a rectangular coordinate
> system.
>
> On Mon, Feb 12, 2024, 16:29 krishna Ayyala via QGIS-User <
> qgis-user@lists.osgeo.org> wrote:
>
>> Hello,
>> I have a point shape file with the projection as shown below. I have
>> created a buffer of 16km using this point shapefile. When I measure it
>> vertically, it reads as 32km. But when I measure it horizontally, it reads
>> as 26km only. I have reprojected the buffer to the projected coordinate
>> system. Despite of this, I am getting the same values. What should I do
>> such that I can read 32kms both horizontally and vertically?
>> Regards.
>>
>> [image: image.png]
>>
>> [image: image.png]
>> ___
>> QGIS-User mailing list
>> QGIS-User@lists.osgeo.org
>> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
>> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
>>
>
___
QGIS-User mailing list
QGIS-User@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user


[Qgis-user] Distance measurement from Center - Buffer

2024-02-12 Thread krishna Ayyala via QGIS-User
Hello,
I have a point shape file with the projection as shown below. I have
created a buffer of 16km using this point shapefile. When I measure it
vertically, it reads as 32km. But when I measure it horizontally, it reads
as 26km only. I have reprojected the buffer to the projected coordinate
system. Despite of this, I am getting the same values. What should I do
such that I can read 32kms both horizontally and vertically?
Regards.

[image: image.png]

[image: image.png]
___
QGIS-User mailing list
QGIS-User@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Creating Wedge buffers automatically

2024-02-11 Thread krishna Ayyala via QGIS-User
Thank You Andrea. This worked for me. Thanks a lot for your help.

Regards.

On Sat, Feb 10, 2024 at 12:07 AM Andrea Giudiceandrea via QGIS-User <
qgis-user@lists.osgeo.org> wrote:

> > krishna Ayyala ayyalakrishna at gmail.com
> > Fri Feb 9 16:26:48 PST 2024
> > I saw the "Create wedge buffers tool"
> > in QGIS but that does not work for me. The reason is; in that tool we
> have
> > to manually enter the azimuth, wedge width and radius. Is there a tool
> that
> > can automatically recognize the azimuth and radius (Dist) and create
> wedge
> > buffers as shown below.
>
> Hi krishna Ayyala,
> if all the needed data values are stored in the attributes of each
> feature, then you can use the "data defined override" functionality
> described in the QGIS user manual at
>
> https://docs.qgis.org/3.34/en/docs/user_manual/introduction/general_tools.html#data-defined-override-setup
>
> Best regards.
>
> Andrea
> ___
> QGIS-User mailing list
> QGIS-User@lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
>
___
QGIS-User mailing list
QGIS-User@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Batch Processing Tool for Wedge Buffers

2024-02-11 Thread krishna Ayyala via QGIS-User
Ujaval,
Thanks for the reply. When I add  generate_series expression and click ok,
only one more row is getting added to the batch process tool. i.e.90 degree
azimuth got added. 180 and 270 were not added. Is there a way that, the
batch tool can read directly from the attribute table and generate the
wedge buffers? The reason is; the example that I gave has only four
features.But my original file has 100 features. It will be difficult to
enter all 100 values manually. If the tool can pull these values from the
attribute table and generate wedge buffers that will be free of errors.

[image: image.png]

[image: image.png]

[image: image.png]


On Sun, Feb 11, 2024 at 5:19 AM Ujaval Gandhi 
wrote:

> click 'Autofill' -> Add Values by Expression and use
> expression generate_series(90, 270, 90)
>
> You will get 4 layers, one for each azimuth value. Use 'Merge Vector
> Layers' tool to merge them into a single layer.
> ---
> Ujaval Gandhi
> Spatial Thoughts
> www.spatialthoughts.com
> <https://mailtrack.io/l/77d5e1da1fba6c4bf848006cc35d6e8dae2404ac?w=YXl5YWxha3Jpc2huYUBnbWFpbC5jb20&url=http%3A%2F%2Fwww.spatialthoughts.com&u=8747767&signature=c89be1a565c6ee78>
>
>
>
> On Sun, Feb 11, 2024 at 3:25 AM krishna Ayyala via QGIS-User <
> qgis-user@lists.osgeo.org> wrote:
>
>> Hello,
>> I have opened Batch Processing tool for wedge buffers. In this, how do I
>> use the Auto fill function such that, I get the four rows with azimuths
>> 0,90,180,270 without me having to manually input the azimuth values for the
>> attribute table as shown below.
>> [image: image.png]
>>
>> [image: image.png]
>>
>>
>>> ___
>> QGIS-User mailing list
>> QGIS-User@lists.osgeo.org
>> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
>> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
>>
>
___
QGIS-User mailing list
QGIS-User@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user


[Qgis-user] Batch Processing Tool for Wedge Buffers

2024-02-10 Thread krishna Ayyala via QGIS-User
Hello,
I have opened Batch Processing tool for wedge buffers. In this, how do I
use the Auto fill function such that, I get the four rows with azimuths
0,90,180,270 without me having to manually input the azimuth values for the
attribute table as shown below.
[image: image.png]

[image: image.png]


>
___
QGIS-User mailing list
QGIS-User@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user


[Qgis-user] Creating Wedge buffers automatically

2024-02-09 Thread krishna Ayyala via QGIS-User
Hello,
I have a single point feature with the following attributes. I wish to
create wedge buffers automatically. I saw the "Create wedge buffers tool"
in QGIS but that does not work for me. The reason is; in that tool we have
to manually enter the azimuth, wedge width and radius. Is there a tool that
can automatically recognize the azimuth and radius (Dist) and create wedge
buffers as shown below. The reason is; I have to create wedge buffers for
50 points, each point having different azimuths. For example Point 1 has
azimuths of 0,90,180,270. Point2 has azimuts of 45,135,225,315 so on and so
forth.


[image: image.png]

I am looking to create a wedge buffer as shown below. Yellow dot is the
point feature of the above attribute table.

[image: image.png]
Regards.
___
QGIS-User mailing list
QGIS-User@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Specific pages to export from Map Atlas

2023-10-30 Thread krishna Ayyala via QGIS-User
Thanks a lot for your help Stefan

Regards.

On Mon, Oct 30, 2023 at 1:07 AM Stefan Giese (WhereGroup) via QGIS-User <
qgis-user@lists.osgeo.org> wrote:

> Hi,
>
> you can use the page properties of your layout -just right click into your
> layout and select "page properties". There is a checkbox "Exclude pages
> from export" which can be overided by an expression like:
>
> *@atlas_featureid not in (8,9,10,11,12)*
>
> Best regards
>
> Stefan
> Am 27.10.2023 um 16:32 schrieb krishna Ayyala via QGIS-User:
>
> Hello,
> I have a map with 70 pages which I created using using Atlas feature in
> the layout. If want to export only specific page range; for ex:pg 8 to
> pg12, how can I do that?
>
> Thank you and Regards.
>
> ___
> QGIS-User mailing listqgis-u...@lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
>
> --
> Mit freundlichen Grüßen
> Stefan Giese
> Projektleiter/Consultant
> **
> Where2B Konferenz 2023
> 14. Dezember 2023 in Bonn und Onlinehttps://where2b-conference.com/
> **
> WhereGroup GmbH
> Schwimmbadstr. 2
> 79100 Freiburg
> Germany
>
> Tel.: +49 (0)761 / 519 102 - 61
> Fax: +49 (0)761 / 519 102 - 11
> stefan.gi...@wheregroup.comwww.wheregroup.com
> Geschäftsführer:
> Olaf Knopp, Peter Stamm
> Amtsgericht Bonn, HRB 9885
>
> ___
> QGIS-User mailing list
> QGIS-User@lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
>
___
QGIS-User mailing list
QGIS-User@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user


[Qgis-user] Specific pages to export from Map Atlas

2023-10-27 Thread krishna Ayyala via QGIS-User
Hello,
I have a map with 70 pages which I created using using Atlas feature in the
layout. If want to export only specific page range; for ex:pg 8 to pg12,
how can I do that?

Thank you and Regards.
___
QGIS-User mailing list
QGIS-User@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Convert PNG file to vector file

2023-10-25 Thread krishna Ayyala via QGIS-User
Thanks for the reply Simon. The Polygonize tool did not work for me.

Regards.

On Wed, Oct 25, 2023 at 5:49 AM Simon Dietmann  wrote:

> Hi Krishna,
>
>
>
> have you tried the polygonize algorithm? Raster ► Conversion ► Polygonize
> (Raster to Vector)
>
>
> https://docs.qgis.org/3.28/en/docs/training_manual/complete_analysis/raster_to_vector.html
>
> Some post processing may be necessary.
>
>
>
> cheers, Simon
>
>
>
>
>
>
>
> i.A. Simon Dietmann
> Projektleiter | Geograph
>
> PGNU Planungsgesellschaft Natur & Umwelt mbH
> Amtsgericht Frankfurt am Main, HRB 111938;
> Geschäftsführer: Dr. Benjamin Hill, Johannes Christoph Kress, Alexander
> von Küchler
> Hamburger Allee 45 +++ 60486 Frankfurt am Main
> Durchwahl: +49 69 952964-75 +++ Fax: +49 69 952964-99 +++ Mobil:
> E-Mail: dietm...@pgnu.de +++ Web: www.pgnu.de
>
> > Diese E-Mail könnte vertrauliche und/oder rechtlich geschützte
> Informationen enthalten. Wenn Sie nicht der richtige Adressat sind oder
> diese E-Mail irrtümlich erhalten haben, informieren Sie bitte sofort den
> Absender und vernichten Sie diese Mail. Das unerlaubte Kopieren sowie die
> unbefugte Weitergabe dieser Mail sind nicht gestattet.
> > This e-mail may contain confidential and/or privileged information. If
> you are not the intended recipient (or have received this e-mail in error)
> please notify the sender immediately and destroy this e-mail. Any
> unauthorised copying, disclosure or distribution of the material in this
> e-mail is strictly forbidden.
>
> *Von:* QGIS-User  * Im Auftrag von *krishna
> Ayyala via QGIS-User
> *Gesendet:* Mittwoch, 25. Oktober 2023 13:37
> *An:* qgis-user 
> *Betreff:* [Qgis-user] Convert PNG file to vector file
>
>
>
> I am reposting this question.Can anyone please help?
>
>
>
> Hello,
>
> I have a png file. This has polygons with 36 categories as shown in the
> legend. Is it possible to convert this file to a vector file such as .shp
> or gpkg file? When I open the attribute table, it should be able to
> distinguish between each of these 36 categories. Below is the weblink to
> png. Can anyone help me with this please?
>
>
>
> Regards.
>
>
>
> ListofProjects.png (2200×1700) (oklahoma.gov)
> <https://atpscan.global.hornetsecurity.com/index.php?atp_str=GYN90zoJeaFh811GmAOBZkS2BWvrDu0iRZzKqr1WbSyKhUsdQsbism_XYyxg1BeOfShdSVDEYIyNr6iG4hpBVspG11qDIXgFv8txd2pBoxU0XEfyHeakt4e4JDoEI00Er4kX-t8frtjvSMVO2YN4hp7vRZL2dKQtPvLWTI74ZLBSuiFowFrmHeY_GIxZ68nLweyq6IG-j8gRDFOe3W78OajBXElg3uJ_dLmHgdA4nYePmvDV7ZRN4RmGmTCu_3y5AZqP0jHFy3lvEuY4Zk1JWm07A5OpjX2gHAYKuk3hDwg-6qqK0a13iAOptDHSeySbFK309b6f3NHp04GB7p9ZQ72eBe_FesF6i3IEEl1094nK39rZDNcpY3Qk4PYiXxpoxegkYXwNdLah3C7QdDlfix9lqzv3pQY6z-5qURImx6bPbqojOjoj6J0knGN7Qa0eJY3gIzo6I-RhmBmvSVheFRSS9DDlX7Q>
>
___
QGIS-User mailing list
QGIS-User@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user


[Qgis-user] Convert PNG file to vector file

2023-10-25 Thread krishna Ayyala via QGIS-User
I am reposting this question.Can anyone please help?

Hello,
I have a png file. This has polygons with 36 categories as shown in the
legend. Is it possible to convert this file to a vector file such as .shp
or gpkg file? When I open the attribute table, it should be able to
distinguish between each of these 36 categories. Below is the weblink to
png. Can anyone help me with this please?

Regards.

ListofProjects.png (2200×1700) (oklahoma.gov)

___
QGIS-User mailing list
QGIS-User@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user


[Qgis-user] Convert PNG file to vector file

2023-10-24 Thread krishna Ayyala via QGIS-User
Hello,
I have a png file. This has polygons with 36 categories as shown in the
legend. Is it possible to convert this file to a vector file such as .shp
or gpkg file? When I open the attribute table, it should be able to
distinguish between each of these 36 categories. Below is the weblink to
png. Can anyone help me with this please?

Regards.

ListofProjects.png (2200×1700) (oklahoma.gov)

___
QGIS-User mailing list
QGIS-User@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] v.net.salesman

2023-10-03 Thread krishna Ayyala via QGIS-User
  Hello,
I am reposting this question.
I am trying to run v.net.salesman tool. I have a road network layer and a
points layer. After running the tool, I am getting the following errors.
Can anyone help me fix this please?

Regards.

[image: image.png]

[image: image.png]

[image: image.png]

[image: image.png]


On Tue, Oct 3, 2023 at 7:59 AM krishna Ayyala 
wrote:

> Hello,
> I am trying to run v.net.salesman tool. I have a road network layer and a
> points layer. After running the tool, I am getting the following errors.
> Can anyone help me fix this please?
>
> Regards.
>
> [image: image.png]
>
> [image: image.png]
>
> [image: image.png]
>
> [image: image.png]
>
___
QGIS-User mailing list
QGIS-User@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user


[Qgis-user] v.net.salesman

2023-10-03 Thread krishna Ayyala via QGIS-User
Hello,
I am trying to run v.net.salesman tool. I have a road network layer and a
points layer. After running the tool, I am getting the following errors.
Can anyone help me fix this please?

Regards.

[image: image.png]

[image: image.png]

[image: image.png]

[image: image.png]
___
QGIS-User mailing list
QGIS-User@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Qgis-user Digest, Vol 200, Issue 32

2022-10-26 Thread krishna Ayyala via Qgis-user
Hi Thayer,
Thanks a lot for the detailed reply.

Regards.

On Wed, Oct 26, 2022 at 2:11 PM Thayer Young  wrote:

> Hi Krishna,
>
> It may be less frustration for you to try one of the other GTFS plugins.
> When I search "GTFS" in the plugin manager I get 3 other results:
> AequilibraE, GTFS-GO, Networks. Note I have not tried them.
>
> If you want to persist with GTFS Loader, I would think that the best
> thing is to open an issue and paste in your stack trace or your image.
> the Github repository looks kind of stale, no activity in the last two
> years, so you might not get a reply.
> https://github.com/ctu-geoforall-lab/qgis-gtfs-plugin   I did find an
> e-mail address at the top of each page of code. For example you can find it
> here:
> https://github.com/ctu-geoforall-lab/qgis-gtfs-plugin/blob/master/GTFS.py
> By the way, there is an open issue about it crashing QGIS when trying to
> open GTFS files. At least you got an error with a stack trace :-)  The
> person who opened the issue did not even get an error.
> https://github.com/ctu-geoforall-lab/qgis-gtfs-plugin/issues/11
>
> -Thayer
>
>
>
> On Wednesday, October 26, 2022 at 11:06:31 AM EDT, krishna Ayyala <
> ayyalakris...@gmail.com> wrote:
>
>
> Good Morning Thayer,
> Thanks for the reply. From the GTFS loader plugin information page, I was
> unable to figure out the email id of the developer. By any chance, if you
> have can you please provide me. I will write to him about the issue that I
> am addressing with GTFS loader.
>
> Regards.
>
> On Tue, Oct 25, 2022 at 11:49 AM Thayer Young via Qgis-user <
> qgis-user@lists.osgeo.org> wrote:
>
> This appears to be an issue that others are having with this plugin also:
> https://github.com/ctu-fgis/2020-b-qgis-gtfs-plugin/issues/24
>
> I think your best approach will be to contact the plugin developer. As it
> is probably not a problem with the QGIS code.
>
> I believe that GTFS is xml based so you may be able to parse the data in
> other ways, depending on how big your file is.
>
> -Thayer
>
>
> --
> > Date: Tue, 25 Oct 2022 09:49:09 -0600
> > From: krishna Ayyala 
> > To: qgis-user 
> > Subject: [Qgis-user] GTFS Loader
> > Message-ID:
> >   >
> > Content-Type: text/plain; charset="utf-8"
> >
> > Hello,
> > I have QGIS 3.28 version. I have installed GFS loader plugin. I have
> > selected the gtfs.zip file and loaded. After loading the layers from the
> > Geopackage upto 70%, I am getting the following error message. Can anyone
> > help me fix this please?
> >
> > Regards.
> >
> > [image: image.png]
> > -- next part --
> > An HTML attachment was scrubbed...
> > URL: <
> http://lists.osgeo.org/pipermail/qgis-user/attachments/20221025/af918bbb/attachment.htm
> >
> > -- next part --
> > A non-text attachment was scrubbed...
> > Name: image.png
> > Type: image/png
> > Size: 53405 bytes
> > Desc: not available
> > URL: <
> http://lists.osgeo.org/pipermail/qgis-user/attachments/20221025/af918bbb/attachment.png
> >
>
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
>
>
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Qgis-user Digest, Vol 200, Issue 32

2022-10-26 Thread krishna Ayyala via Qgis-user
Good Morning Thayer,
Thanks for the reply. From the GTFS loader plugin information page, I was
unable to figure out the email id of the developer. By any chance, if you
have can you please provide me. I will write to him about the issue that I
am addressing with GTFS loader.

Regards.

On Tue, Oct 25, 2022 at 11:49 AM Thayer Young via Qgis-user <
qgis-user@lists.osgeo.org> wrote:

> This appears to be an issue that others are having with this plugin also:
> https://github.com/ctu-fgis/2020-b-qgis-gtfs-plugin/issues/24
>
> I think your best approach will be to contact the plugin developer. As it
> is probably not a problem with the QGIS code.
>
> I believe that GTFS is xml based so you may be able to parse the data in
> other ways, depending on how big your file is.
>
> -Thayer
>
>
> --
> > Date: Tue, 25 Oct 2022 09:49:09 -0600
> > From: krishna Ayyala 
> > To: qgis-user 
> > Subject: [Qgis-user] GTFS Loader
> > Message-ID:
> >   >
> > Content-Type: text/plain; charset="utf-8"
> >
> > Hello,
> > I have QGIS 3.28 version. I have installed GFS loader plugin. I have
> > selected the gtfs.zip file and loaded. After loading the layers from the
> > Geopackage upto 70%, I am getting the following error message. Can anyone
> > help me fix this please?
> >
> > Regards.
> >
> > [image: image.png]
> > -- next part --
> > An HTML attachment was scrubbed...
> > URL: <
> http://lists.osgeo.org/pipermail/qgis-user/attachments/20221025/af918bbb/attachment.htm
> >
> > -- next part --
> > A non-text attachment was scrubbed...
> > Name: image.png
> > Type: image/png
> > Size: 53405 bytes
> > Desc: not available
> > URL: <
> http://lists.osgeo.org/pipermail/qgis-user/attachments/20221025/af918bbb/attachment.png
> >
>
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
>
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user


[Qgis-user] GTFS Loader

2022-10-25 Thread krishna Ayyala via Qgis-user
Hello,
I have QGIS 3.28 version. I have installed GFS loader plugin. I have
selected the gtfs.zip file and loaded. After loading the layers from the
Geopackage upto 70%, I am getting the following error message. Can anyone
help me fix this please?

Regards.

[image: image.png]
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user


[Qgis-user] Updating QGIS version

2022-10-24 Thread krishna Ayyala via Qgis-user
Hello,
I have QGIS 3.20 version. I was planning on updating to the latest
version without uninstalling the current version. I have downloaded and
installed  "OSGeo4W Installer" from the following webpage. The QGIS did not
update to 3.26 version. My QGIS is still 3.20 version. Can anyone please
help me fix this?

Regards.

https://www.qgis.org/en/site/forusers/alldownloads.html#osgeo4w-installer
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Convert huge shapefile to small size

2022-07-28 Thread krishna Ayyala via Qgis-user
dbf file itself is 5.1GB. Rest all other files are less than 500MB. It is
the number of records which is huge. It has about 117,2100 points.

On Thu, Jul 28, 2022 at 12:02 AM Bernd Vogelgesang via Qgis-user <
qgis-user@lists.osgeo.org> wrote:

> how big is the dbf file of that shape? Maybe you can also drop some
> attributes.
>
> Am 28.07.22 um 03:46 schrieb krishna Ayyala via Qgis-user:
> > Hello,
> > I have a shapefile of 5GB in size. Is it possible to convert this
> > shapefile to a smaller size file? It can be any format, not
> > necessarily a shapefile. But, preferably a vector format. I tried to
> > convert it into tiles, but that didn't work as it was losing the
> > resolution. I am looking to convert this 5GB size file to about 500MB.
> >
> > Regards.
> >
> > ___
> > Qgis-user mailing list
> > Qgis-user@lists.osgeo.org
> > List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
> > Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
>
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user


[Qgis-user] Convert huge shapefile to small size

2022-07-27 Thread krishna Ayyala via Qgis-user
Hello,
I have a shapefile of 5GB in size. Is it possible to convert this shapefile
to a smaller size file? It can be any format, not necessarily a shapefile.
But, preferably a vector format. I tried to convert it into tiles, but that
didn't work as it was losing the resolution. I am looking to convert this
5GB size file to about 500MB.

Regards.
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Shapefile to KML conversion

2022-07-11 Thread krishna Ayyala via Qgis-user
Thank you. Geopackage worked.

Regards.

On Sun, Jul 10, 2022 at 1:12 PM Raul Ayala Domingo 
wrote:

> 5 GB is too large for a shapefile.  I think 2GB is the limit for a
> shapefile, so it is possible you are loading an already failed, corrupted
> or incompleted shapefile. Then export results in a empty file.
> You should use geopackage to manage this large info, or some spatial
> database as PostgreSQL-PostGIS, spatialite… and then export it to KML.
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Shapefile to KML conversion

2022-07-09 Thread krishna Ayyala via Qgis-user
I have installed the KML tools plugin. Used the Export kmz tool. That
progressed until 99% and stopped working. Is there an alternative or
solution for this?

Regards.

On Sat, Jul 9, 2022 at 7:43 PM C Hamilton  wrote:

> Creating a KML that large is usually not a good idea, but if you still
> want to try it install the KML Tools plugin. It can usually handle larger
> data sets.
>
> Best wishes,
>
> Calvin
>
> > On Jul 9, 2022, at 6:19 PM, krishna Ayyala via Qgis-user <
> qgis-user@lists.osgeo.org> wrote:
> >
> > Hello,
> > I have a shapefile of size 5GB. I have added it onto qgis map. Right
> click>Export> Save Feature as and I picked kml format and saved the
> file. The resulting kml has a size of 1.67GB. But when I open the kml file,
> I get the following error. No results - empty kml file.
> >
> > Regards.
> > ___
> > Qgis-user mailing list
> > Qgis-user@lists.osgeo.org
> > List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
> > Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
>
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user


[Qgis-user] Shapefile to KML conversion

2022-07-09 Thread krishna Ayyala via Qgis-user
Hello,
I have a shapefile of size 5GB. I have added it onto qgis map. Right
click>Export> Save Feature as and I picked kml format and saved the
file. The resulting kml has a size of 1.67GB. But when I open the kml file,
I get the following error. No results - empty kml file.

Regards.
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Path along a line

2022-06-27 Thread krishna Ayyala via Qgis-user
Chris,
Thanks for the reply. This does not work. This is only creating a shortest
path connecting all the 5 points. But,I am looking for a path of 1000ft
from each of these points.

Regards.

On Mon, Jun 27, 2022 at 11:37 AM chris hermansen 
wrote:

> Krishna and list
>
> On Mon, Jun 27, 2022 at 9:58 AM krishna Ayyala via Qgis-user <
> qgis-user@lists.osgeo.org> wrote:
>
>> Hello,
>> I  have a roads shapefile.  I also have a points shape file with 5 points
>> which are on top of these roads. I wish to extract the roads that are
>> 1000ft along the path from each of these points. I am not looking for roads
>> within 1000ft buffer. I am looking for roads along the path. Can anyone
>> help me with this?
>>
>
> Have you looked at Processing > Service area (from point)?  Seems to me
> this might do the job for you.
>
>
> --
> Chris Hermansen · clhermansen "at" gmail "dot" com
>
> C'est ma façon de parler.
>
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user


[Qgis-user] Path along a line

2022-06-27 Thread krishna Ayyala via Qgis-user
Hello,
I  have a roads shapefile.  I also have a points shape file with 5 points
which are on top of these roads. I wish to extract the roads that are
1000ft along the path from each of these points. I am not looking for roads
within 1000ft buffer. I am looking for roads along the path. Can anyone
help me with this?

Regards.
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Insert Logo into the map composer

2022-04-25 Thread krishna Ayyala via Qgis-user
Alexandre,
That worked. Thank you for your help.

Regards.

On Sun, Apr 24, 2022 at 1:52 AM Alexandre Neto 
wrote:

> Hi,
>
> If I am not wrong, I think you can simply drag and drop the jpeg file into
> the layout.
>
> Give it a try.
>
> Alexandre Neto
> User support
> www.qcooperative.net
>
> A sábado, 23/04/2022, 22:04, Nicolas Cadieux via Qgis-user <
> qgis-user@lists.osgeo.org> escreveu:
>
>> Select raster image
>>
>> On 2022-04-23 2:52 p.m., krishna Ayyala wrote:
>>
>> Thank you. But that popup window is not allowing me to navigate to any
>> jpeg file. only option it has is svg image.
>> Regards.
>>
>> On Fri, Apr 22, 2022 at 9:35 AM Nicolas Cadieux <
>> njacadieux.git...@gmail.com> wrote:
>>
>>> Hi,
>>>
>>>
>>> https://docs.qgis.org/3.22/en/docs/training_manual/map_composer/map_composer.html
>>>
>>> You will see an Icon on the left (blue sky with a mountain). Or Add
>>> Item/add picture.
>>>
>>> Nicolas
>>>
>>> On 2022-04-22 9:05 a.m., krishna Ayyala via Qgis-user wrote:
>>> > Hello,
>>> > I have a map in the map composer. How can I insert a logo which is a
>>> > jpeg image into the map composer?
>>> >
>>> > Regards.
>>> >
>>> > ___
>>> > Qgis-user mailing list
>>> > Qgis-user@lists.osgeo.org
>>> > List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
>>> > Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
>>>
>>> --
>>> Nicolas Cadieux
>>> https://gitlab.com/njacadieux
>>>
>>> --
>> Nicolas Cadieuxhttps://gitlab.com/njacadieux
>>
>> ___
>> Qgis-user mailing list
>> Qgis-user@lists.osgeo.org
>> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
>> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
>>
>
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Insert Logo into the map composer

2022-04-23 Thread krishna Ayyala via Qgis-user
Thank you. But that popup window is not allowing me to navigate to any jpeg
file. only option it has is svg image.
Regards.

On Fri, Apr 22, 2022 at 9:35 AM Nicolas Cadieux 
wrote:

> Hi,
>
>
> https://docs.qgis.org/3.22/en/docs/training_manual/map_composer/map_composer.html
>
> You will see an Icon on the left (blue sky with a mountain). Or Add
> Item/add picture.
>
> Nicolas
>
> On 2022-04-22 9:05 a.m., krishna Ayyala via Qgis-user wrote:
> > Hello,
> > I have a map in the map composer. How can I insert a logo which is a
> > jpeg image into the map composer?
> >
> > Regards.
> >
> > ___
> > Qgis-user mailing list
> > Qgis-user@lists.osgeo.org
> > List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
> > Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
>
> --
> Nicolas Cadieux
> https://gitlab.com/njacadieux
>
>
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user


[Qgis-user] Insert Logo into the map composer

2022-04-22 Thread krishna Ayyala via Qgis-user
Hello,
I have a map in the map composer. How can I insert a logo which is a jpeg
image into the map composer?

Regards.
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user


[Qgis-user] Qgis plugin for FTTH design

2022-03-25 Thread krishna Ayyala via Qgis-user
Hello,
Is there a plugin for FTTH (Fiber to the home) design in QGIS? This occurs
in GIS in the telecom discipline.

Regards.
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Atlas Map book - Display only one feature on each page.

2022-03-08 Thread krishna Ayyala via Qgis-user
Stefan,
Those steps helped me accomplish my task. Thanks a lot for your help.

Regards.


On Tue, Mar 8, 2022 at 12:47 AM Stefan Giese (WhereGroup) <
stefan.gi...@wheregroup.com> wrote:

> This is a bit tricky but can be done with rule based renderer:
>
> In my example I have an attibute "name" and with the following rule:
>
> *name=attributes(@atlas_feature)['name']*
>
> you can set the visible features to the atlas feature and then only the
> atlas feature will be displayed in your atlas
>
> Am 08.03.2022 um 04:24 schrieb krishna Ayyala via Qgis-user:
>
> Hello,
> I am reposting this question. Can anyone help me?This is the map on my
> Print composer window. In my attribute table, I have a field called
> Line_ID. There are three lines in this field; LINE 1, LINE 2 AND LINE 3..I
> wish to export this to mapbook. My mapbook will have 3 pages. I wish to
> export such that, each page has only one line. i.e. Page1 should have LINE
> 1, Page2 should have LINE 2 AND Page3 should have LINE 3. What should be
> the setting in my Atlas window to accomplish this task?
> [image: image.png]
> [image: image.png]
>
>>
>>
> ___
> Qgis-user mailing listqgis-u...@lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
>
> --
> Mit freundlichen Grüßen
> Stefan Giese
> Projektleiter/Consultant
> **
> FOSSGIS Konferenz
> 09.-12. März 2022 onlinehttps://www.fossgis-konferenz.de/
> **
> WhereGroup GmbH
> Schwimmbadstr. 2
> 79100 Freiburg
> Germany
>
> Tel.: +49 (0)761 / 519 102 - 61
> Fax: +49 (0)761 / 519 102 - 11
> stefan.gi...@wheregroup.comwww.wheregroup.com
> Geschäftsführer:
> Olaf Knopp, Peter Stamm
> Amtsgericht Bonn, HRB 9885
>
>
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user


[Qgis-user] Atlas Map book - Display only one feature on each page.

2022-03-07 Thread krishna Ayyala via Qgis-user
Hello,
I am reposting this question. Can anyone help me?This is the map on my
Print composer window. In my attribute table, I have a field called
Line_ID. There are three lines in this field; LINE 1, LINE 2 AND LINE 3..I
wish to export this to mapbook. My mapbook will have 3 pages. I wish to
export such that, each page has only one line. i.e. Page1 should have LINE
1, Page2 should have LINE 2 AND Page3 should have LINE 3. What should be
the setting in my Atlas window to accomplish this task?
[image: image.png]
[image: image.png]

>
>
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user


[Qgis-user] Atlas Map book - Display only one feature on each page.

2022-03-07 Thread krishna Ayyala via Qgis-user
Hello,
This is the map on my Print composer window. In my attribute table, I have
a field called Line_ID. There are three lines in this field; LINE 1, LINE 2
AND LINE 3..I wish to export this to mapbook. My mapbook will have 3 pages.
I wish to export such that, each page has only one line. i.e. Page1
should have LINE 1, Page2 should have LINE 2 AND Page3 should have LINE 3.
What should be the setting in my Atlas window to accomplish this task?
[image: image.png]
[image: image.png]
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Elevation Profiles

2022-03-06 Thread krishna Ayyala via Qgis-user
Nicolas,
Thanks a lot for your help.
Regards.

On Sun, Mar 6, 2022 at 12:38 PM Nicolas Cadieux 
wrote:

> Hi,
>
> This new line is a 3D Line.  This means that every vertex has x,y,z
> coordinates.  If you want to put that in a field, this is a bit complicated
> as every vertex has a z dimension.
>
> You could easily use the field calculator to extract the first node or
> last node z value or could get an average of every z value for the line.
> You could also “explode” the line. This would split the line in multiple
> parts having a maximum of 2 nodes (vertices). Then you could extract the
> first or last node z value.
>
> Hope this helps.
>
> Nicolas Cadieux
> https://gitlab.com/njacadieux
>
> Le 6 mars 2022 à 01:07, krishna Ayyala  a écri
>
> 
> Nicolas, I ran the Drape tool as shown below. It resulted in a new  line
> feature called "Draped" and added to my map. But this new feature has
> exactly same attributes as that of "Lines" feature. i.e. it does not have
> any new field such as Z added to the attribute table.
> Regards.
>
> 
>
>
> On Sat, Mar 5, 2022 at 7:07 PM Nicolas Cadieux <
> njacadieux.git...@gmail.com> wrote:
>
>> Hi,
>>
>> Go in processing and search for “drape”.
>>
>> Nicolas Cadieux
>> https://gitlab.com/njacadieux
>>
>> Le 5 mars 2022 à 14:48, krishna Ayyala via Qgis-user <
>> qgis-user@lists.osgeo.org> a écrit :
>>
>> 
>> Hello,
>> I have a DEM. I have a vector layer on top of the DEM. This vector layer
>> has 100 lines numbered from 1 to 100. Is there a tool that can generate
>> Elevation and grade profiles along each of these lines? Is there a way to
>> automate this instead of generating each profile individually?
>>
>> Regards.
>> ___
>> Qgis-user mailing list
>> Qgis-user@lists.osgeo.org
>> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
>> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
>>
>>
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Elevation Profiles

2022-03-06 Thread krishna Ayyala via Qgis-user
Andrea,
Thanks a lot for your help.
Regards.

On Sun, Mar 6, 2022 at 5:49 AM Andrea Giudiceandrea via Qgis-user <
qgis-user@lists.osgeo.org> wrote:

> *krishna Ayyala*
> *Sat Mar 5 22:06:54 PST 2022*
> --
>
> Nicolas, I ran the Drape tool as shown below. It resulted in a new  line
> feature called "Draped" and added to my map. But this new feature has
> exactly same attributes as that of "Lines" feature. i.e. it does not have
> any new field such as Z added to the attribute table.
>
>
> Hi krishna Ayyala,
> please read the tool documentation at
> https://docs.qgis.org/3.22/en/docs/user_manual/processing_algs/qgis/vectorgeometry.html#qgissetzfromraster
>
> As written in the documentation, the "Drape" tool does not add a new field
> with the Z coordinate value to the attribute table. It adds the Z
> coordinate value to each vertex in each feature geometry of the vector
> layer overlapping the raster layer.
>
> In general, if you need to copy the Z coordinate value of the feature
> geometry in a field of the attribute table, you can use the "Extract Z
> values" tool with the layer containing the feature geometries with vertices
> that have the Z coordinate value.
>
> Anyway, consider that a line type feature geometry is made by more than
> one vertex, and that the "Extract Z values" tool stores only one value for
> each input feature, so if you want to store the Z coordinate value for each
> vertex of each line type feature geometry in a field of the attribute
> table, then you would probably need to first extract the vertices of the
> line layer to a point layer and after that extract the Z value of each
> point.
>
> Alternatively you could use the field calculator to perform more complex
> different calculation, or you could afterward perform other data processing
> such as e.g. aggregate the Z values of the vertices of each input line
> feature.
>
> Regards.
>
> Andrea
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
>
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Elevation Profiles

2022-03-05 Thread krishna Ayyala via Qgis-user
Nicolas, I ran the Drape tool as shown below. It resulted in a new  line
feature called "Draped" and added to my map. But this new feature has
exactly same attributes as that of "Lines" feature. i.e. it does not have
any new field such as Z added to the attribute table.
Regards.

[image: image.png]

On Sat, Mar 5, 2022 at 7:07 PM Nicolas Cadieux 
wrote:

> Hi,
>
> Go in processing and search for “drape”.
>
> Nicolas Cadieux
> https://gitlab.com/njacadieux
>
> Le 5 mars 2022 à 14:48, krishna Ayyala via Qgis-user <
> qgis-user@lists.osgeo.org> a écrit :
>
> 
> Hello,
> I have a DEM. I have a vector layer on top of the DEM. This vector layer
> has 100 lines numbered from 1 to 100. Is there a tool that can generate
> Elevation and grade profiles along each of these lines? Is there a way to
> automate this instead of generating each profile individually?
>
> Regards.
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
>
>
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user


[Qgis-user] Elevation Profiles

2022-03-05 Thread krishna Ayyala via Qgis-user
Hello,
I have a DEM. I have a vector layer on top of the DEM. This vector layer
has 100 lines numbered from 1 to 100. Is there a tool that can generate
Elevation and grade profiles along each of these lines? Is there a way to
automate this instead of generating each profile individually?

Regards.
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Request help with importing tool

2022-03-03 Thread krishna Ayyala via Qgis-user
Hello friends,
I am reposting this question. Can anyone help me answer this question?

I have downloaded "comtypes-1.1.11.zip" from the link below. Unzipped it.
It resulted in several files and also folders.
https://pypi.org/project/comtypes/#files

I have copied all these files from the unzipped folder and pasted in the
following location on my computer.

C:\Python27\ArcGIS10.6

Then, I ran the tool. I am getting the following error message. I am sorry
I have no knowledge of python scripting.

[image: image.png]

>
>>
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user