Top Tweets for #GISdev
Want to explore real-world GIS app design trade-offs?
Check out the full article on Life in GIS:
https://t.co/d6IKJw6jMq
Let me know what trade-offs you’ve faced in your builds.
#GISdev #GeoAI #WebMapping
Have you ever installed and managed any of the following software?
If you have, lets connect. Follow and I will follow you back.
#GIS #GISAdmin #GISTech #SystemAnalyst #GISDev


In Arcgis Pro, how do you find duplicate data in your attributes? For instance, let's say you have a field called WMSerial and you have 20,000 + record(rows). How would you go about finding records that have duplicates in the WMSerial field?
#gis #gisdev #dataanalyst #analyst

GIS / Data Analyst Tools: ArcGIS Pro Toolboxes.
#ArcGISPro #ESRI #Python #Tools #data #gis #gisdev #gisanalyst #analyst #dataanalyst
GIS / Data Analyst Tools: ArcGIS Pro Toolboxes
In the government world (US) and in my experience, ArcGIS software is utilized a lot.
One thing I like about ArcGIS Pro is the built-in Python Notebooks and the ability to create Python Toolbox
Built-In Python Notebooks
Python Toolbox:
What I find nice about this setup is that I like to do the prototyping in the Notebooks and then transfer the code etc to an ArcGIS Pro Python Toolbox.
Toolbox:
In the images above, I am actually working on a side hustle for a county. I am working on transforming their old GIS Website to an ArcGIS Online website, but their old website has thousands upon thousands of tax cards connected to their parcels and they would like these cards with their new website. Their tax cards are in jpg format, but they want the cards in pdf and the cards that belong to each other, they want combined into one pdf.
The place that used to manage their website used to do all this for them, which cost them a lot of money per year, but the county wants a nice workflow built so their GIS person can manage the new ArcGIS website and be able to convert the tax cards to pdf and attach them to the correct parcel twice a year.
This is where the Python Toolbox comes into play. The Toolbox you see in the image will do all that for them. Once the tool is run, all the GIS person will need to do is push their feature layer to ArcGIS Online with just a few clicks.
So, what are you waiting for? Start playing with Python and start building some tools.
On that note, keep practicing!!!
#ArcGISPro #ESRI #Python #Tools #data #gis #gisdev #gisanalyst #analyst #dataanalyst

This sums up my C++ rant today. LOL🤣💯
https://t.co/Aiu63Epept
#code #cplusplus #programming #data #gisdev #dataanalyst #developer #DataAlgro

I really do not know why colleges utilizes C++ to teach Algorithms and Data Structures and then create complex code that takes someone like me to decipher to help the student.
I say this because most students that take this class has only had two classes in C++ and they move so fast through those classes the brain does not have a second to ponder on the concepts.
Do they think the students really have a grasp on OOP
and utilizing lists with iterators, vectors, deep copy and operator overloading and then trying to solve the algorithms in the operator overload for factoring polynomials? Heck, some of these students just got by Pre-Calculus.
Just saying there is a much better way to teach Algorithms and Data Structures where the students actually learn.
Rant Done...🤣
I feel so much better... LOL X is actually therapeutic lol
With that said, C++ is a fun and expressive language.
#cplusplus #code #algorithms #datastructures #programming #computersciencestudents #computerscience
☕️💯🤣

GIS Developers:
If you were in an interview, could you name the time complexity of the following code? Think of Big O notation.
How would you reply?
#gis #data #analyst #dataanalyst #gisdev #code #c #python #BigO #DataScience

Well, the openlayer backflow plugin for Wordpress is starting to come along.
Just love clicking and making markers 😃👍☕️☕️☕️☕️☕️
#gis #gischat #gisdev #developer #code #openlayer #WordPress #php #Javascript #ES6 #coder #gisdeveloper
People say art is one of the best methods of expression yourself, so I made this graphic to express how I feel as someone who is a GIS Professional +. This is how I feel as a person in the GIS field. Who can relate to this? ☑️☕️☕️☕️👍💯😃
#gis #gisdev #analyst #administrator #admin #coordinator #dev #gischat #geo #gisanalyst #dataanalyst #data #database #mssql #postgresql #technician #system #gisanalyst

Piggy Backing off of @ItsWahome Post.
I love this:
Because it relates to all of this:
#gis #gischat #network #networking #graphtheory #networkx #python #breadthfirstalgro #data #dataanalyst #analysis #gisdev #developer

📌 Introduction to Spatial Analysis
Spatial analysis is a crucial component of GIS that helps uncover hidden patterns and relationships in geographic data. Let's dive into some key techniques!
#GIS #SpatialAnalysis 🌐📊

Are you aware of this valuable free resource offered by #ESRI? For people new and old to the GIS and data world, I recommend reading and keeping an eye out on the different articles.
#analyst #gisdev #gisanalyst #dataanalyst #gischat #gis #a#arcuserrcgis
https://t.co/5hfvSZL2y4
Here is a quick video on how to setup a #WordPress testing site on a Windows System that is utilizing #MAMP.
#gisdev #gischat #gisdeveloper #mysql #sql #PHP #developer #code #coder #SoftwareEngineer #SoftwareDeveloper #geospatial #webapp #web #app #GIS
Here are a few items you will use as a GIS Analyst or Data Analyst
1⃣ #R Studio / #Python
2⃣ #QGIS / #Arcgis Pro
3⃣MS #Excel / Goolge #Sheets / Libre #Calc
4⃣Database ( MS #SQL / #Oracle / #PostgreSQL)
#gischat #gis #analyst #gisdev #dataanalyst #gisanalyst #dataengineer #data


My professor, @0mgould , has always told us to showcase our work. I have taken his advice and I'm proudly presenting my portfolio:
https://t.co/A81U2WUcgZ
#gischat #gis #remotesensing #javascript #HTML #CSS #jquery #gisdev #geospatial
@geotecUJI

#gischat #gisdev #Arcgis #Developer #ArcGISProSDK
#GIS
Here is a little Arcgis .NET SDK Tip:
When creating/building an Arcgis Pro or ArcMap Addin, a .esriAddinX file is created. You use this file to install your Addin. Well, you can turn/change .esriAddinX file extension to a .zip file extension to extract the files. Once you have the files, you can decompile the files such as the .dll files to peek at and explore how some Addins have been coded. IMHO, this is an awesome way of learning new concepts.
#developer #code #programming

#gischat #gis #data #gisdev I have been converting an old ArcMap ArcObject plugin to Arcgis Pro 3.1 for the City I work at. Well, another City found out and since they are in the processes of updating from ArcMap to Arcgis Pro they asked if I could convert an addon for them. Well, I ran it by my supervisor and he approved it.
On that note, their old plugin, which is not supported by the company that originally built it, just generated a unique PIN ID by the centroid of the parcel they have selected. They wanted to keep this format, so I created the plugin and added a Google Street View and some extra features. Fun stuff and keep coding #gisfriends!
#csharp #developers #ESRI #Arcgis

Most Popular Users

Elon Musk 
@elonmusk
240.4M followers

Barack Obama 
@barackobama
119.3M followers

Donald J. Trump 
@realdonaldtrump
111.7M followers

Cristiano Ronaldo 
@cristiano
110M followers

Narendra Modi 
@narendramodi
107M followers

Rihanna 
@rihanna
97.5M followers

NASA 
@nasa
92.1M followers

Justin Bieber 
@justinbieber
90.8M followers

KATY PERRY 
@katyperry
87.3M followers

Taylor Swift 
@taylorswift13
81.2M followers

Lady Gaga 
@ladygaga
72.7M followers

Kim Kardashian 
@kimkardashian
69.6M followers

Virat Kohli 
@imvkohli
69.4M followers

YouTube 
@youtube
68.6M followers

Bill Gates 
@billgates
63.7M followers

The Ellen Show
@theellenshow
62.5M followers

Neymar Jr 
@neymarjr
62.1M followers

CNN 
@cnn
61.9M followers

X 
@x
60.9M followers

Selena Gomez 
@selenagomez
60.4M followers














