|
BLOG
|
Updated January 16, 2019 Geodata Academy is an Esri program that brings complimentary in-person ArcGIS training to cities across the U.S. The program's mission is to help Esri customers acquire practical skills they can apply right away to increase their organization's geospatial capabilities. Geodata Academy is also a place to meet other ArcGIS users in the area, build new skills together, and forge connections that support ongoing learning from one another—much like the Esri community here on GeoNet. Since its launch in late 2016, we've held events in 5 cities around the U.S. Here are some fun facts that have cropped up along the way. 1. The very first Geodata Academy was held in New York City on November 14, 2016. The topic: Expand the Reach of Your GIS with Web Maps. The weather: Sunny with a high temperature of 63 degrees Fahrenheit. A beautiful day to escape the office and add new skills to one's professional toolbox! 2. Three U.S. cities that have hosted Geodata Academy events have a combined population of 11,923,801. Here's how the cities rank based on 2016 U.S. city population: New York (1) Chicago (3) Washington, D.C. (21) 3. Geodata Academy events traditionally were held on a Monday or a Friday, with Monday being the most popular. Washingtonians, however, preferred Fridays. Getting a head start on the weekend perhaps? Tuesday is now a standard offering in New York City. New Yorkers seem to prefer mid-week training sessions. 4. Every Geodata Academy event is facilitated by two Esri staff, usually the dynamic duo of a solution engineer and an instructor. This combination is by design—together the facilitators offer extensive product knowledge and teaching experience. 5. To accommodate different schedules and city commute patterns, each event includes a morning session and an afternoon session. 6. Snacks are included! Geodata Academy events are held at MicroTek training facilities, which provide snacks in the room for easy grazing throughout the sessions. Observations indicate cookies are the most popular item on the buffet table. 7. All attendees get two weeks of complimentary access to a configured ArcGIS Online Organization following the event. This is a great opportunity to practice applying new skills in a sandbox without the pressure of a real-world project. 8. Topics include making web maps and building web apps using ArcGIS Online, field data collection using Survey123 for ArcGIS, and getting up to speed with ArcGIS Pro workflows. 9. More than 95% of attendees say they're likely to attend another Geodata Academy session. 10. Geodata Academy sessions are open. Anyone can register and attend, assuming space is available (each facility accommodates about 30 attendees). Interested in attending Geodata Academy? Our next event is April 5 in New York City. The topic is web app basics—a super-popular topic. Registration will open soon via the Geodata Academy web page.
... View more
06-13-2017
03:34 PM
|
2
|
0
|
2989
|
|
BLOG
|
Updated June 8, 2023 The Hands-On Learning Lab (presented by Esri Training Services) is found at many Esri and user group conferences throughout the United States. Hugely popular, the Hands-on Learning Lab helps attendees squeeze maximum learning out of their conference experience. How? By providing a dedicated space where you can take free lessons on a variety of GIS and ArcGIS topics. Each self-paced lesson takes about 45-60 minutes, and includes a video lecture and a step-by-step exercise that mimics a real-world workflow. We provide all the software needed. The Lab is always staffed by one or more Esri instructors, who are happy to answer questions and recommend lessons. Or just chat. The next time you attend a conference, be sure to seek out this great venue to learn something new, build up your existing ArcGIS skillset, and enjoy access to an Esri expert. Bonus: You can escape the conference hubbub, relax in a quiet atmosphere to recharge your batteries, and be productive all at the same time. Experience the Lab for yourself at one of these upcoming events. 2023 Hands-On Learning Labs Esri User Conference and Education Summit | July 8-13, 2023 | San Diego, California 2023 Central Florida GIS Conference | September 10-12 | Daytona Beach, Florida Oklahoma South Central Arc Users Group (OKSCAUG) Conference | September 25-26 | Oklahoma City, OK Kentucky GIS Conference (KAMP) | October 2-6 | Lexington, Kentucky Minnesota GIS LIS Conference | October 4-6 | Duluth, Minnesota 2023 Fall Northeast Arc Users Group (NEARC) Conference | October 15-18 | New Haven, Connecticut 2023 Illinois GIS Association (ILGISA) Conference | October 16-18 | Lisle, Illinois 2023 Arkansas GIS Symposium | October 16-20 | Jonesboro, Arkansas Texas GIS Forum | October 23-27 | Austin, Texas 2023 GIS of Alabama (GISA) Conference | November 13-16 | Gulf Shores, Alabama 2023 Indiana GIS Day Conference | November 15 | Indianapolis, Indiana
... View more
06-12-2017
09:04 AM
|
9
|
0
|
5485
|
|
BLOG
|
Microsoft Excel is a popular format for storing and analyzing tabular data. While you can't edit Excel data in ArcGIS Pro (worksheets are read-only), it’s easy to view Excel worksheets and do things like Join an Excel table to a layer attribute table, then use the Excel data for queries, field calculations, feature labels, or map symbols. Use Excel data as input to geoprocessing operations. Export Excel data to a geodatabase table so that it can be managed with and related to GIS data stored in the geodatabase. ArcGIS Pro supports XLSX files (Excel 2007) and XLS files (Excel 2003 and earlier). Before working with Excel data in ArcGIS Pro, there are a few things you need to be aware of. Here are some common things to check. Note: If an Excel file is password-protected, you will not be able to access it in ArcGIS Pro. Column Names ArcGIS Pro converts the first row of Excel worksheet data to field names, so the first row in your Excel worksheet should contain column names. If the first row contains other content, modify the worksheet so that the first row contains column names. Depending on your organization’s data requirements, you may want to make a copy of the worksheet and modify the copy. Column names must be 64 characters or less. ArcGIS Pro field names can contain only letters, numbers, and underscores (no special characters). Best practice is for Excel column names to begin with a letter, especially if you want to join the Excel table to another table. Note: Column names that begin with a number will have an underscore appended in front of the number in ArcGIS Pro. Spaces and hyphens in Excel column names display as underscores in ArcGIS Pro. Column Data Types ArcGIS Pro scans the rows in each column to determine the data type. If there are mixed data types within a column, the ArcGIS Pro field data type will be text. Tip: Before opening the worksheet in ArcGIS Pro, in Excel, select the column, then use the Format Cells dialog box to apply the same data type to all the cells. If your Excel column stores numeric data with decimals, in ArcGIS Pro the field will have a data type of double-precision floating-point number (AKA double). ArcGIS Pro assigns the data type for a column containing only numbers to be numeric. This makes sense, but suppose you have a column of ZIP Codes? Items such as ZIP Codes, U.S. FIPS codes, NAICS, and SIC codes should be treated as text, since mathematical operations don’t apply to this data. In the table below, the Area field has been assigned the long integer data type. In fact, this field contains ZIP Codes. If the data type assigned to a field is not desirable for your data, you can join the Excel table to another (editable) table in ArcGIS Pro, then add a new field of the desired data type to the joined table and calculate its values to be the data from the source Excel column. Learn about field data types in ArcGIS Pro. Learn more about working with table fields in ArcGIS Pro. How to Access an Excel worksheet in ArcGIS Pro Start ArcGIS Pro, open a project, and insert a map if necessary. In the Catalog pane, navigate to the folder containing the Excel file. Click the plus sign next to the Excel filename to expand it and display one or more worksheets. A dollar sign symbol ($) displays at the end of worksheet names. Drag the worksheet into the map area. The worksheet displays in the Contents pane as a standalone table (this means it’s a nonspatial table that contains only tabular data). To open the Excel table, in the Contents pane, right-click the table and click Open. You can sort fields, turn fields off and on, assign field aliases, and export the data to a geodatabase table or CSV, DBF, or TXT file. If you edit the data in Excel while the table is open in ArcGIS Pro, you’ll need to close ArcGIS Pro and restart it in order to see the updated Excel data. Want more on this topic? For more information about working with Excel files in ArcGIS Pro, see this help topic. For hands-on practice with ArcGIS Pro, check out these training options: Getting Started with ArcGIS Pro Integrating Data in ArcGIS Pro Cartographic Creations in ArcGIS Pro
... View more
05-26-2017
11:49 AM
|
10
|
10
|
22479
|
|
POST
|
Here's a direct link to all Esri free training resources for ArcMap (includes web courses, seminars, lessons, etc.): http://www.esri.com/training/Bookmark/B12FdP00x
... View more
04-26-2017
11:38 AM
|
1
|
0
|
975
|
|
POST
|
Hi Eva, the issue is fixed. Routine maintenance was happening and temporarily deactivated the buttons. All good now.
... View more
04-25-2017
01:18 PM
|
1
|
1
|
2640
|
|
POST
|
Hi Eva, we are looking into this issue and hope to have it resolved soon. I'll let you know what we find.
... View more
04-25-2017
01:09 PM
|
1
|
0
|
2640
|
|
BLOG
|
Updated March 20, 2024 The use of ArcGIS maps and apps has expanded well beyond traditional GIS roles. Business analysts, data scientists, researchers, operations managers, and many other non-GIS professionals find value in using ArcGIS to streamline field data collection, conduct advanced spatial analytics, create compelling visualizations, and share information that leaders, policy makers, and the public can easily understand and act on. Any organization that wants to get results with technology has to prepare its workforce to confidently apply the technology. As of August 14, 2016, all Esri customers with current maintenance receive unlimited access to e-Learning on Esri Academy. Organization-wide access to e-Learning enables the entire workforce to build skills and gain confidence with ArcGIS tools at any time, from anywhere. The e-Learning benefit is not tied to product licensing or user type status—all employees, interns, contractors, faculty, and students at customer organizations are eligible to take e-Learning. It is up to the organization to decide whom to enable and how to enable access. We realize that enabling e-Learning access at an enterprise scale requires planning. Below are considerations for managers and others who will be supporting e-Learning access at their organization. 1. Whom do you want to enable for e-Learning access? This is the most important question to consider. To get the full value of your maintenance benefit, your organization may want to provide e-Learning access to employees outside the core ArcGIS user group. Perhaps you'd like to support professional development paths for individuals in other departments. Perhaps you've received requests from these individuals to use ArcGIS tools. E-Learning is a great tool to ignite enthusiasm and build practical skills related to mapping and analytics. Step 1 in crafting your plan: Determine the approximate number of users you want to enable and the organizational roles that will participate. 2. Where do you want to manage e-Learning access? Location, location, location—everything always comes down to where. There are two places where you can manage e-Learning access: ArcGIS Online — Members of an ArcGIS Online organization can access all e-Learning as soon as Esri access is enabled for them in ArcGIS Online. These individuals will need to sign in to Esri Academy with their ArcGIS Online organizational account. If they're logged into the ArcGIS Online organization when they visit Esri Academy, their access to e-Learning is seamless (no additional sign-in is required). Benefits: It's easy. ArcGIS Online administrators routinely enable Esri access so that members can access this community and other Esri websites. Members can use the same username and password they already use for ArcGIS Online. Disadvantages: Only organization members will be enabled for e-Learning access. Members who have taken Esri training previously may want to use their existing ArcGIS public account so that all of their learning activity is associated with a single account. When members are removed from the ArcGIS Online organization, their e-Learning access terminates and they will need to contact GIStraining@esri.com to have their training history transferred to an ArcGIS public account. If the ArcGIS Online administrator disables Esri access before removing members from the organization, their training history may be difficult to recover. Tip for Administrators: Do not disable Esri access before removing members from your ArcGIS Online organization. What about ArcGIS Enterprise? While members of an ArcGIS Online organization can seamlessly access e-Learning while logged into their organizational account, we are not able to validate ArcGIS Enterprise organizational logins. Members of an ArcGIS Enterprise organization will need to be connected in My Esri to access e-Learning on Esri Academy. My Esri — Anyone who is not a member of an ArcGIS Online organization must be connected to your customer organization in My Esri. Once connected in My Esri, e-Learning access is automatically enabled. Benefits. Individuals who are already connected to your My Esri organization have e-Learning access enabled by default. No additional setup is required. My Esri administrators can invite many people at once to connect (up to 1,000 at a time). Individuals can use their existing ArcGIS public account for e-Learning. If they don't have a public account, it's easy and fast to create one at https://accounts.esri.com. Administrators can limit e-Learning access to a specific time range if desired. Disadvantage: If you have many e-Learners, your My Esri organization will also have many connected users. Administrators may not like seeing a long list of connected users. Tip: From Manage Users, you can filter your user list to view only those with e-Learning permission. Use the column heading filters to view the user list based on other criteria. Step 2 in crafting your plan: Decide where you want to manage access—ArcGIS Online, My Esri, or perhaps both. After this decision is made, consider implementation details. 3. How will you enable e-Learning? ArcGIS Online: An administrator simply needs to enable Esri access for each member and notify members to use their ArcGIS Online organizational account for e-Learning on Esri Academy. It's important to explicitly tell members to use their organizational account because many people have multiple ArcGIS accounts. If members of your ArcGIS Online organization sign in with a public account, they will not be able to access e-Learning that requires maintenance. My Esri: Connect new users to your My Esri organization by using the Invite Users option on the Home > Users menu. You can type or copy/paste email addresses into the tool or upload a file (XLSX or CSV). The file should contain only one column of email addresses and no header row. XLS files are not supported. Do you have a large number of users (hundreds or thousands) who need e-Learning access? Designate one or more individuals to be My Esri Training administrators by granting them the "Assign training permissions" permission, which allows them to invite and manage users. Tip: If Training administrators will need to view e-Learning activity reports, they will need both the "Assign training permissions" and "View training information" permissions. You can also use tags to categorize connected users (by department, role, location, academic course, etc.). Using tags, it's easy to filter the Manage Users table view and perform administrative tasks from there. Do you want a specific account used for e-Learning? Individuals that receive a My Esri invitation can connect with any Esri-enabled ArcGIS account. If you want a specific account used for e-Learning, add a custom message to the invitation with instructions. 4. How will you manage e-Learning access over time? Many organizations have internal approval processes that regulate how employees and contractors request and take training. If yours does, integrate Esri e-Learning access into the existing processes. Decide whether an administrator should proactively enable all approved users (by enabling Esri access in ArcGIS Online or connecting them to your My Esri organization). As individuals are hired or end their association with your organization, make sure that adding and removing them from the My Esri or ArcGIS Online organization is part of your existing new employee/departing employee administrative processes. After you've decided whom will be enabled for e-Learning access, where you will manage the access, and how you will manage access over time, you have a great start to a good plan to get the most value from your organization's maintenance benefit. All you need to do is execute.
... View more
04-20-2017
08:51 AM
|
11
|
18
|
36423
|
|
POST
|
Thanks, Rebecca. Looks like there is a typo in the above URL. The correct URL to view free ArcMap training options is http://www.esri.com/training/Bookmark/HkeLnPMRe.
... View more
04-17-2017
11:01 AM
|
1
|
2
|
1570
|
|
POST
|
Hi Karim, the www.gis.com website has some really good information about GIS jobs and education resources. There are many things employers look for in addition to mapping skills (Python and JavaScript are useful to know about, as well as analysis and modeling skills, communication skills and personal qualities like enthusiasm and a commitment to learning). Qualifications will depend on the kind of job you're interested in. The Training site has a lot of online resources you can use to develop your tech skills and increase your knowledge on GIS concepts and applications--check out learning plans and also Esri MOOCs, which are online and highly rated.
... View more
04-17-2017
09:22 AM
|
0
|
0
|
2497
|
|
POST
|
Hi Karim, you have to be a member of an organization that has a current maintenance product (or have one yourself), and be connected to the organization through My Esri or ArcGIS Online. When you're on the Training site, make sure you use the same Esri account that's connected.
... View more
04-17-2017
09:00 AM
|
1
|
0
|
1427
|
|
POST
|
Hi Karim, if you work for (or go to school at) an organization with a current Esri maintenance subscription, this hands-on web course might be useful to learn more about georeferencing best practices: Georeferencing Raster Data Using ArcGIS.
... View more
04-14-2017
03:11 PM
|
2
|
2
|
2497
|
|
POST
|
Our next Esri Geodata Academy will be on April 21 in downtown Washington. The topic is an introduction to making web maps using ArcGIS Online. This hands-on, half-day training session is free of charge. Esri provides all the hardware, software, and materials used in the session. Attendees get access to the ArcGIS Online Organization for two weeks following the session. If you're in the DC area, you can find out more and register from the Esri Geodata Academy web page.
... View more
03-31-2017
12:56 PM
|
0
|
0
|
576
|
|
BLOG
|
Hi Scott, I've updated the post to remove the statement the new access model does apply not to enterprise logins. Apologies for the incorrect statement previously published. We confirmed with our teams that as long as Esri access is enabled in ArcGIS Online, organizations that deploy enterprise accounts no longer need to enable e-Learning access via My Esri.
... View more
03-10-2017
12:29 PM
|
1
|
0
|
833
|
|
BLOG
|
In recognition of their achievement, Esri-certified individuals now receive digital badges in place of the emblems that were used when the program publicly launched in 2011. Digital badges feature metadata that allow others (including prospective employers) to immediately verify Esri certification information. Badges feature a fresh, updated design that will enhance resumés, business cards, and social media profiles. If you're an Esri-certified individual, access your badges and usage guidelines by going to your certification profile page and downloading them. Digital badges are part of Esri's ongoing commitment to provide certified individuals with modern, engaging products and leading-edge functionality that supports their professional goals.
... View more
03-02-2017
02:15 PM
|
1
|
2
|
4829
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 3 weeks ago | |
| 1 | 2 weeks ago | |
| 3 | 01-30-2026 02:34 PM | |
| 1 | 01-09-2026 04:41 PM | |
| 1 | 01-09-2026 04:36 PM |
| Online Status |
Offline
|
| Date Last Visited |
Thursday
|