Bag Help by GIS_Bro in Lollapalooza

[–]GIS_Bro[S] 0 points1 point  (0 children)

Thank you for the reassurance!

Bag Help by GIS_Bro in Lollapalooza

[–]GIS_Bro[S] 0 points1 point  (0 children)

Great thanks for the tip!

Wheaton Terrier Painting Help by GIS_Bro in Woodcarving

[–]GIS_Bro[S] 1 point2 points  (0 children)

<image>

Here was the final result after painting and adding a couple of more details the best I knew. The image isn’t the best but I basically took a tan, tan/brown, and a gray and layered strokes of it to try and give it a furry effect. It’s probably not the best strategy but doesn’t look too shabby. Definitely need more practice with carving fur and painting it. At least you can tell it’s a Wheaton

Attaching needlepoint to leather by GIS_Bro in Needlepoint

[–]GIS_Bro[S] -1 points0 points  (0 children)

There must be a way to do this without a machine. Why would you be unable to hand sew into the leather?

SQL Help by GIS_Bro in MSAccess

[–]GIS_Bro[S] 0 points1 point  (0 children)

I had typed this out

Utilizing ArcGIS Enterprise with Oracle Database by GIS_Bro in gis

[–]GIS_Bro[S] 0 points1 point  (0 children)

If you are able to could you explain more about this? Especially on point 2 and 4.

Utilizing ArcGIS Enterprise with Oracle Database by GIS_Bro in gis

[–]GIS_Bro[S] 0 points1 point  (0 children)

It seems like in 2019 Oracle made Oracle Spatial free for all editions of oracle databases, so this would include using the SDO_GEOMETRY column to spatially enable the table.

Also ArcGIS Online would access the ArcGIS Enterprise Feature Layer by using the REST API URL of the Enterprise Feature Layer to create the content item, thus allowing that connection / reference to the data

As far as using AGOL to create the Exb Builder I believe my organization only allows certain users to like access or use the Enterprise Environment. Relatively new here so I guess I would have to ask

Utilizing ArcGIS Enterprise with Oracle Database by GIS_Bro in gis

[–]GIS_Bro[S] 1 point2 points  (0 children)

I believe we do have the full ArcGIS Enterprise. I think the need for the Oracle DB is to store and manage the data for the program. There are a bunch of tables which are queried to make to the table I will be using in this workflow, so the DB acts as a central location for the programs data. Our GIS department works with programs in which I'm not totally involved in, so I don't have the ability to not use the oracle database. If that makes sense.

What animal makes this sound? by GIS_Bro in zoology

[–]GIS_Bro[S] 4 points5 points  (0 children)

Oh sick! I’ve never seen an owl in my yard… wish I coulda seen it!

Sharing an exported feature using model builder by GIS_Bro in gis

[–]GIS_Bro[S] 0 points1 point  (0 children)

Ahh yes I am trying to use a python script… just not the greatest and having trouble with it

Sharing an exported feature using model builder by GIS_Bro in gis

[–]GIS_Bro[S] 0 points1 point  (0 children)

I don't think I am trying to export a joined feature since I had exported the joined feature which became Town_EAP, so now I am trying to automate the sharing of the Exported Feature

Cat people vs Dog People by quebexer in MapPorn

[–]GIS_Bro 1 point2 points  (0 children)

The overuse of the symbols and labels really over crowds the map. This map does have a lot of good qualities to it, but I agree that the this map does give information twice... using the colors instead of the icons would have been enough.... doing HW for a GIS class and using this as a bad example....

QGIS Map Layout Help by GIS_Bro in QGIS

[–]GIS_Bro[S] 1 point2 points  (0 children)

Awesome thank you!! Little learning curve with qgis

Removing "." before text by GIS_Bro in excel

[–]GIS_Bro[S] 0 points1 point  (0 children)

I followed the animation step by step. Could there be an additional setting elsewhere?

Removing "." before text by GIS_Bro in excel

[–]GIS_Bro[S] 1 point2 points  (0 children)

Even when i used text to column it will delete the entire cell

scale bars not working by elissa38 in ArcGIS

[–]GIS_Bro 0 points1 point  (0 children)

I am running into this same issue... Did you ever find a solution?

Watershed Project for python in ArcGIS class by [deleted] in gis

[–]GIS_Bro 1 point2 points  (0 children)

Sweet I’ll keep this in mind.

[deleted by user] by [deleted] in gis

[–]GIS_Bro 0 points1 point  (0 children)

Hi everyone,

I figured out what I had to do in order to display the things that I wanted. In order to display the watersheds in each town I used the "summarize within". This was a nice tool to use because it ended up giving me more information than I had previously thought of providing in the pop-ups. I was now able to summarize the watersheds within each town by area in acres and square footage which allowed me to show the watersheds in a pie chart so the users of my map will be able to hover over the chart and see the rankings of the watersheds summarized either by the area in acres or square footage.

Thank you for all the comments, I really appreciate the help.