- Author: Andy Lyons
- Author: Sean Hogan
- Author: Maggi Kelly
Find out what our GIS experts say about ChatGPT's answers to GIS questions

Introduction
ChatGPT has taken the world by storm. Most of the media coverage has been around its ability to write essays, cover letters, and even poetry. But its language model is drawn from the web, which covers a lot more than prose. Its programming model in particular has impressed - and even scared - professional software engineers and data scientists.
But domain experts who have tested ChatGPT also caution that using the world wide web as the corpus of knowledge for training ChatGPT is both a blessing and vulnerability. Because as we all know, the web is a mixed bag of content. A lot of it is accurate and of good quality, but not everything. It takes humans years of experience to develop the wisdom to sift the wheat from the chaff - how is ChatGPT doing after just a few months out of the oven?
We decided to test it out with our domain knowledge - geospatial data, science, and technology. Like everyone, we're curious about the accuracy of ChatGPTs answers to common GIS questions that have a known answer, and how it deals with questions that don't have a single answer (like which GIS software is “best”). But we were also interested in what types of questions it can handle, and when it essentially gives a non-answer.
To kick the tires on ChatGPT's geospatial domain knowledge, we asked it a series of questions in a few categories that we have a lot of experience with: general GIS, GIS software (i.e., ArcGIS), and spatial programming with Python and R. Our experts then gave each response a score of 1-5 stars, plus a little commentary.
See below the questions we asked, or jump to the end for our conclusions. The results might surprise you!
General GIS Questions
1. What's the best spatial projection to use for a GIS analysis of a forest?
ChaptGPT's answer:
The choice of spatial projection for a GIS analysis of a forest can depend on a variety of factors, such as the location of the forest, the purpose of the analysis, and the data being used. However, some common projections that are often used for forest analyses include:
- Universal Transverse Mercator (UTM): UTM projections are often used for smaller areas such as a single forest stand, as they provide accurate measurements for a particular zone, which are then combined to provide an accurate representation of the entire forest.
- Lambert Conformal Conic: Lambert Conformal Conic projections are often used for larger areas such as a forest region or a country. They are particularly useful for mapping features that are oriented north-south and are widely used in the United States.
- Albers Equal Area Conic: Albers Equal Area Conic projections are also commonly used for forest analysis, particularly for areas that are more east-west in orientation. They are often used for regional and national level forest assessments.
Ultimately, the best projection to use for a specific forest analysis will depend on the objectives of the analysis, the nature of the data being used, and the spatial characteristics of the area being analyzed. It's always a good idea to consult with a GIS professional or a forest analyst to determine the best projection for your specific needs.
IGIS experts score: 4.5 stars
Slightly more emphasis could have gone to scale, and the trade-offs of preserving area, direction, positional accuracy, and cartographic shape; however, this is a very good answer! SH
2. What is the most common format for spatial data?
ChaptGPT's answer:
The most common format for spatial data is the Shapefile (.shp) format. It was developed by ESRI (Environmental Systems Research Institute) and has become the de facto standard for spatial data storage and exchange.
A shapefile is a collection of files that stores feature geometry, attributes, and spatial index information. The main files include the .shp file (which stores the feature geometry), the .dbf file (which stores the attribute data), and the .shx file (which stores the spatial index information).
Shapefiles are widely used in GIS (Geographic Information Systems) software for storing and analyzing spatial data, including points, lines, and polygons. They can represent a variety of geographic features, such as roads, rivers, land parcels, and administrative boundaries.
However, with the development of new technologies and data standards, other file formats are becoming more common in the GIS community, such as GeoJSON, KML, and GeoTIFF. The choice of file format will depend on the software and tools being used, the type and complexity of data being analyzed, and the needs of the analysis.
IGIS experts score: 4.5 stars
ChatGPT answers the question accurately, however I was struck by the oddity of including “GeoTIFF” as a competing or comparable file format to a Shapefile, given that a GeoTIFF is a raster format and a Shapefile is a vector format. This comparison is not technically wrong, but requires further explanation. SH
What is the best format for vector spatial data, and why?
The best format for vector spatial data depends on the specific needs of the analysis and the software being used. However, some of the most common and widely used formats for vector spatial data include:
- Shapefile (.shp): Shapefile is a widely used format for vector data that is supported by many GIS software packages. It stores geometric and attribute data in separate files and can represent point, line, and polygon features.
- GeoJSON (.json): GeoJSON is a format for encoding a variety of geographic data structures using the JSON (JavaScript Object Notation) format. It is often used for web mapping applications and is supported by many web mapping libraries.
- KML (.kml): KML (Keyhole Markup Language) is an XML-based format for storing geographic data and is often used for displaying geographic data in Google Earth.
- GeoPackage (.gpkg): GeoPackage is an open, standards-based format for storing geospatial data that can store both vector and raster data. It is designed for use on mobile devices and is gaining popularity as a format for sharing geospatial data.
The choice of format will depend on factors such as the purpose of the analysis, the size and complexity of the data, and the software being used. It is always a good idea to consult with experts in the field, such as GIS professionals, to determine the best format for a given analysis.
IGIS experts score: 3.5 stars
ChatGPT does a good job at picking some good (and common) vector data formats; however, in my opinion it doesn't do a great job at explaining why its selected formats are the best, but rather just gave some basic examples of use-cases. SH
What is the best source of data to make a map of wildfire risk in California?
ChatGPT's answer:
There are several potential sources of data that could be used to create a map of wildfire risk in California, depending on the scale and scope of the analysis. Some potential sources of data are:
California Department of Forestry and Fire Protection (CAL FIRE): CAL FIRE provides a variety of data and resources related to wildfire risk, including maps of high fire hazard severity zones, fire hazard severity zone datasets, and other wildfire-related data.
National Interagency Fire Center (NIFC): NIFC provides a variety of data and resources related to wildfires across the United States, including maps of current wildfires, fire potential maps, and fire weather forecasts.
US Forest Service: The US Forest Service provides a variety of data related to wildfire risk and forest management, including data on forest structure, fuels, and vegetation cover.
United States Geological Survey (USGS): USGS provides various data related to wildfires, including historical wildfire perimeters, vegetation and fuel data, and topographic maps.
NASA: NASA provides satellite imagery and data related to wildfire activity and smoke plumes, which can be used to track the spread and impact of wildfires.
The choice of data source will depend on the specific needs of the analysis and the scale of the study. It's often a good idea to consult with experts in the field, such as fire ecologists or GIS professionals, to determine the best data sources for a given analysis.
IGIS experts score: 4.5 stars
This is a very good answer for primary sources of fire risk data; however I would have also liked to have seen mention of secondary data sources, such as ESRI or Living Atlas. SH
Is it possible to classify historic black and white aerial photography to distinguish between grasses, shrubs, and trees?
ChatGPT's answer:
Yes, it is possible to classify historic black and white aerial photography to distinguish between grasses, shrubs, and trees. Aerial photography can provide valuable information about the vegetation cover and composition of an area, and it has been used in many applications, including vegetation mapping and monitoring, land use and land cover mapping, and natural resource management.
There are various methods for classifying aerial photography, such as visual interpretation, unsupervised and supervised classification, object-based image analysis, and machine learning algorithms. These methods rely on the spectral properties of the imagery and the spatial patterns of the features being mapped.
In order to distinguish between grasses, shrubs, and trees, it is important to consider the differences in their spectral reflectance properties. For example, trees typically have higher reflectance values in the near-infrared portion of the spectrum compared to grasses and shrubs, while grasses tend to have higher reflectance values in the visible portion of the spectrum. These spectral differences can be used to develop spectral indices and classification algorithms that can accurately distinguish between different types of vegetation.
However, it's worth noting that the accuracy of the classification will depend on various factors, such as the resolution of the imagery, the quality of the data, and the complexity of the vegetation cover. In addition, manual interpretation of aerial photography can be time-consuming and labor-intensive, and it may require specialized expertise in vegetation identification and classification. Therefore, it's often a good idea to consult with experts in the field, such as remote sensing or GIS professionals, to determine the best approach for a specific analysis.
IGIS experts score: 2.5 stars
This answer would have been good, if it were not for the third paragraph, which doesn't really apply to black and white imagery in any practical sense. Near-infrared reflectance and black and white imagery are very much two different things. SH
GIS Software Questions
Where do I go in ArcGIS Pro to split a big polygon into multiple polygons using a road network to define the regions?
ChatGPT's answer:
To split a big polygon into multiple polygons using a road network to define the regions in ArcGIS Pro, you can use the "Split Polygons" tool in the "Editing" tab. Here are the steps to follow:
- Open the "Editing" tab in the ArcGIS Pro ribbon.
- Click on the "Split" drop-down menu and select "Split Polygons."
- In the "Split Polygons" pane, select the polygon layer you want to split in the "Input Features" field.
- Select the road network layer you want to use as a splitting feature in the "Split Features" field.
- Choose the split method that you want to use. For example, you can split the polygon by the roads that intersect its boundary, or by the roads that fall within the polygon's interior.
- Adjust any additional options for the split method you chose.
- Click the "Run" button to execute the tool and create the split polygons.
Once the tool is complete, a new layer will be created with the split polygons. You can edit this layer further, if needed, to refine the individual polygon boundaries.
IGIS experts score: 2 stars
I attempted to use the above work-flow to split a polygon, and the directions were both inaccurate and not very clear. In my opinion, a better way of tackling this geoprocessing step would have been to use the search tool in the geoprocessing tool box, as this approach would be much less likely to change with updated versions of ArcGIS Pro. SH
Programming Questions
Write Python code to convert a multi-layer raster stack to Zarr.
ChatGPT's answer:
Here is some Python code that demonstrates how to convert a multi-layer raster stack to the Zarr format using the rasterio and xarray libraries:
import rasterio
import xarray as xr
# Open the raster stack
with rasterio.open('input.tif') as src:
# Read the raster data into an xarray dataset
data = xr.open_rasterio(src)
# Write the dataset to a Zarr store
data.to_zarr('output.zarr', mode='w')
The code above opens the raster stack using rasterio and reads it into an xarray dataset. Then it's using the xarray to_zarr function to write the dataset to a Zarr store.
You can also specify the storage backend to use, by default it uses the filesystem backend, but you can use other backends like 'S3', 'GCS' etc.
data.to_zarr('s3://my-bucket/output.zarr', mode='w', storage_options={'anon':True})
It's also possible to use the zarr library directly to write the data, but xarray provides a convenient way to handle the conversion and makes it easy to work with the Zarr data later on.
Please note that the above code is just an example and may require additional modifications to work with your specific dataset and system configuration. Additionally, the example above writes the data to a single zarr store, but you can also write it to multiple stores using the group parameter of the to_zarr method.
IGIS experts score: 5 stars
The provided code works and is easy to follow. I was impressed that it offered an alternative library and anticipated the next question - how to upload to cloud storage (because Zarz is a cloud optimized format). AL
Write a R script to import a polygon layer from a file geodatabase, and plot it using leaflet.
ChatGPT's answer:
Sure, here's an example R script that imports a polygon layer from a file geodatabase and plots it using leaflet:
# Load required libraries
library(sf)
library(leaflet)
# Set the working directory to where the file geodatabase is located
setwd("path/to/geodatabase")
# Read in the polygon layer from the geodatabase
data
# Create a leaflet map and add the polygon layer
m %
addTiles() %>%
addPolygons(data = data, fillColor = "blue", fillOpacity = 0.6)
# Display the map
m
In this script, you'll need to replace "path/to/geodatabase" with the actual file path where your geodatabase is located, "geodatabase.gdb" with the name of your file geodatabase, and "polygon_layer" with the name of the layer containing the polygon data.
The st_read() function from the sf library is used to read in the polygon layer from the geodatabase. The leaflet() function is used to create a new leaflet map, and the addTiles() function adds the default tile layer. The addPolygons() function is used to add the polygon layer to the map, where the data argument is the data frame containing the polygon data, and the fillColor and fillOpacity arguments are used to set the polygon fill color and opacity. Finally, the m object is displayed to show the leaflet map.
IGIS experts score: 4 stars
The code is correct, and the explanations are helpful. Impressive that it knows how to combine functions from two R-packages that are often presented separately. It didn't however check the projection of the polygon data to verify the data are in WGS 84, which is required by leaflet. AL
Conclusions
Overall we found ChatGPT very impressive. We gave it a series of questions on geospatial concepts, data, desktop software, and programming, and in all cases it was able to interpret our questions sensibly. Although it missed some of the details, the responses were always relevant, and in many cases it was able to bridge different domains of knowledge (such the scale of projections and the scale of forests).
Where it works well: ChatGPT is most impressive in domains like coding that are fairly well-defined and have highly structured ontologies and syntax. It's probably not too surprising that a computer program is most proficient in understanding computer languages. Programming is also probably one of the easier domains for it to train on: answers to common questions on the internet probably converge pretty quickly. We predict it will have the greatest utility for questions on getting started, for example which function to use, and well-defined use cases. Most advanced topics, like debugging or designing the architecture of a program to address a specific use-case, are much more complex and will continue to require human expertise and experience synthesizing information.
Other fields it might work well in. Extrapolating this conclusion further, we could also predict AI could become very useful in fields like law, medicine and other highly technical areas where domain knowledge is well-developed, highly structured, and requires storage capacity well beyond what the human brain can handle. It will be interesting - and scary - to see how AI intrudes upon fields that have historically been seen as some of the most intellectually demanding and prestigious occupations out there.
AI in education: There are many active discussions about the use of AI in education, as there is no doubt that these tools are going to change education and training. There is considerable worry about how these tools might facilitate exam cheating in higher education, and some instructors have responded by trying to keep AI tools out of the classroom. However, that seems like trying to hold back an ocean back with a sand castle. Many teachers are figuring out ways to embrace and incorporate tools like ChatGPT in their teaching. It is clear that these tools can also help to accelerate the learning curve, but also require strengthening skills in discernment, critical thinking, the value of diverse perspectives and experiences, and the ways in which knowledge serves as a form of power.
Learning how to talk to ChatGPT: We found that to get good answers you have to ask good questions. This is perhaps an extension of the well-known adage, ‘garbage in, garbage out' (which also applies to ChatGPT's training data). As we learned from trial and error, if you don't ask a clearly expressed question, using standard terminology and with all the needed parameters, the results are more unpredictable, general, and probably not helpful. Again this is not surprising given that you're talking to a computer who doesn't know your background and can't read your body language. Indeed one of the skills we think will need to be taught to use ChatGPT effectively is articulating good questions. Perhaps not coincidentally, learning how to ask better questions is also one of the primary learning outcomes of many K-16 curricula.
Recognizing and reconciling multiple realities and knowledges. Our domain of interest - geospatial science, data, and tools - is fairly cut-and-dry, and the ‘one universal truth' paradigm isn't so far fetched. That being said, there are still shades of gray, old and new standards that often coexist together, scale dependencies, data modeling choices, philosophical differences, power dynamics, etc. To its credit, when there isn't a single answer or the decision has consequences, ChatGPT likes to invoke ‘It is always a good idea to consult with experts in the field…' That often feels like a cop-out, but it's probably the right thing to do.
In other domains, such as many social science fields and the humanities, multiple situated knowledges and interpretations are not an outlier but an intrinsic characteristic of the field. Whether this new generation of AI can recognize and articulate the value in different types of knowledge, time will tell.
What we'd like to see more of: transparency. Transparency is a tall ask for AI. The algorithms are extremely complex and fuse together training data in ways that are hard if not impossible to unpack (even if you know the algorithm!). Not knowing where information comes from is a huge paradigm shift from traditional scholarship, and not just a bit unsettling. In conventional research, transparency is baked in through practices like literature reviews and citations. This is how scholars build upon the work of each other, allowing the reader to trace the lineage of knowledge and evaluate for herself whether a new discovery or idea holds water. ChatGPT on the other hand draws from a massive treasure trove of online content, however the specifics of how sources are chosen and evaluated are complex and known only to an elite few software engineers. To say its sources are anonymous is incorrect - they're just hidden. You don't have to be a George Orwell to think of ways this could produce unintended and undesirable consequences in a big way.
Does ChatGPT level the playing field? Technologies like ChatGPT can level the playing field to some degree, allowing poorly resourced communities to catch up in terms of education and technology. Think of the positive impacts on universities in poor countries. However once transformative technologies get monetized, they tend to exacerbate existing inequalities. Hopefully the powerful companies that are developing these tools will listen to the smart people inside and outside the company and find ways to keep this technology in the public domain.
In conclusion, the journey to Cyborg is a slippery slope. Long before ChatGPT, people freaked out about the transformative impacts of search engines, cell phone apps, and even Wikipedia. Is ChatGPT going to be a game changer in the world of GIS? Only time will tell. We will definitely be using it for what it's already good at, and are not too worried about our jobs being taken over by robots - yet!
/h3>/h4>/h4>/h3>/h4>/h3>/h4>/h4>/h4>/h4>/h4>/h3>/h3>
- Author: Andy Lyons
- Author: Sean Hogan
- Author: Maggi Kelly
- Contributor: Shane Feirer
- View More...
The IGIS Team is pleased to share our workshop schedule for Spring 2023. Workshops are the best part of our 'trilogy' of strategic goals - research, technical projects, and training - because this is where we get to share the tips and tricks we pick up every day. See descriptions below, and if you're not available to attend one that really interests you keep an eye open for the recordings on our YouTube Channel.
Have an idea for a workshop? Or a quick question about mapping, drones, or data? Send us a note or sign-up for Office Hours.
Introduction to ArcGIS Online
Friday January 27, 2023 • 1:00 - 4:00pm • online • free
ArcGIS Online is the online component of the ESRI geospatial ecosystem, and the foundation for web mapping, story maps, and mobile data collection. This workshop will provide an overview of ArcGIS Online and teach participants how to create a web map. This workshop is a prerequisite for the Story Maps and Field Maps workshops, and recommended for ArcGIS Pro.
Requirements: No experience required. Participants must have an ArcGIS Online account set up prior to the workshop (free for all UCANR employees, temporary accounts available for others). Details and registration.
Introduction to ArcGIS Pro
Friday February 17, 2023 • 1:00 - 4:00pm • online • free
ArcGIS Pro is ESRI's powerhouse desktop application for all things GIS. It can do anything from basic cartography to advanced geospatial modeling. This introduction will get you started creating maps with local and online GIS data.
Requirements: Participants must have ArcGIS Pro installed on their personal computer prior to the workshop. ArcGIS Pro is for Windows only. Licenses are free for all UCANR employees, and temporary accounts available for others. No experience needed, but the ArcGIS Online workshop (January 27) or equivalent experience is strongly encouraged. Details and registration.
UC Love Data Week 2023!
February 13 - 17, 2023
IGIS is thrilled to offer the Intro to ArcGIS Pro workshop as part of UC Love Data Week. Love Data Week is a coordinated inter-campus workshop series for all UC affiliates, covering a range of topics related to data. Check out the full schedule, and you'll be sure to find something of interest.
https://uc-love-data-week.github.io/
Pro Tip: sign-up early as most workshops reach their caps.

Introduction to Jupyter Notebooks in ArcGIS
April 7, 2023 • 1:00 - 4:00pm • online • free
Jupyter Notebooks are a user-friendly and interactive way to write Python code. ArcGIS Pro supports Juptyer notebooks natively, opening the door to a wide range of options for automation and extensibility. This workshop will get you started using Jupyter Notebooks in ArcGIS Pro to automate workflows, perform geoprocessing tasks, create data summaries, and import downscaled climate data from Cal-Adapt.
Requirements: Basic familiarity with ArcGIS Pro is expected. Licenses for ArcGIS Pro are free for all UCANR employees, and temporary accounts available for others. Experience with Python is helpful but not required. Details and registration.
DroneCamp 2023
June 26 - 30, 2023 • CSU Monterey Bay
DroneCamp is a unique, one-week intensive short course that covers everything you need to know to get started using drones for data collection and research: equipment, safety and regulations, flight planning, flight instruction, data processing, and data analysis. Now in our 7th year, DroneCamp is a collaborative effort between UCANR/IGIS, CSU Monterey Bay, UC Santa Cruz, UC Merced, and others.
Requirements: No experience necessary! Registration will open in January 2023. This program has always sold out so save your spot early. Scholarships available. For details, see https://dronecampca.org/.
/h2>/h2>/h2>/h2>
- Author: Andy Lyons
- Contributor: Suzanne Morikawa
Access to fast internet isn't just a luxury anymore. In our modern age, broadband is a necessity to take advantage of all kinds of basic services, from education, to banking, civic engagement, navigation, and even health care. Most broadband in the USA is provided by Internet Service Providers companies (ISPs), and while we're getting closer to universal coverage there is still a ways to go!
Broadband Mapping
California was an early pioneer in broadband mapping, to show exactly where broadband is available and where it isn't. For the past 10 years, the Federal Communication Commission (FCC) has been collecting broadband data from ISPs for the entire country, and putting it on a national map. Actually there are two maps - one for fixed internet access points (i.e., homes and businesses), and one for mobile broadband. The latest version of the national broadband map was released in late November, and the FCC is now inviting the public to submit feedback through January 13, 2023.
Although ISPs are the primary sources of data, the FCC encourages everyone to check out the map. If the reported availability and speeds don't seem to tally with your experiences, they've also made it easy to submit feedback, known as ‘challenges'. And indeed thousands of citizens have been doing exactly this.
What does this have to do with me?
Exploring the National Broadband Map can be fun and is definitely educational - especially this year where the level of granularity is higher than ever. You can see which ISPs are serving your area, and what kind of connection speeds they claim.
But the map isn't simply for public information. The map with all the feedback submitted is also being used to identify where internet infrastructure investments are needed most to achieve the ultimate goal of universal access. And if you've been following the news recently, there's a lot of funding coming out of Washington and Sacramento right now to improve digital infrastructure.
Aside from helping steer resources where they're needed most, if you decide to contribute data to the national broadband map, you'll be joining one of the largest citizen science projects in the country. Thousands of residents just like yourself have used the mobile app and other tools provided by FCC to check their actual internet speed. And if you discover the claims by the ISPs are perhaps a bit rosy, you have the option to submit feedback in the form of 'challenge' data.
How do I participate?
The map is designed for the public. You can use it to see what internet service is available in your area, and the expected speeds. If you still want to keep going, you can double-check your cellular internet speed outside or while driving using a phone app. If you find any discrepancies on either the mobile or fixed broadband maps, you can submit feedback through the website or the mobile app. If enough people submit similar feedback from your area, the FCC will ask the ISPs to explain themselves, and either update the map or improve service.
First things first is to simply visit the map and find your area. You can type in an address or the name of a city (then wait a second for the drop down box to update), or use the pan and zoom controls to find your area. Once you've found your area, remember there are two maps to look at. The fixed internet map (with the green dots) will probably include your house if any ISPs offer service in your area (whether or not you use their service). The mobile broadband map shows the expected cellular internet speed using hexagons that get smaller as you zoom in.

Click on the map to see what it says about your upload and download speed. Internet speeds are measured in megabytes per second (Mbps), and to qualify as 'broadband' the ISP must offer at least 25 Mbps for download and 3 Mbps for upload (that definition may soon be changing). Remember that the reported speeds are provided by the ISPs, and may or may not be what you actually experience.
Verify your mobile data speed
Want to keep going? Let's start by looking at how you can test your mobile (cellular) internet speed, and if you desire how to report what you actually experience.
To measure the actual connection speed you're getting on your phone or mobile device, you can download the 'FCC Speed Test' app (available for Android and iOS). A few caveats about using the mobile app:
- The whole point of the mobile app is to test the speed of mobile broadband. This means:
1) you need to disconnect from WiFi when you use the app to test connection speeds, and
2) testing is going to eat into your cell phone data usage. Many cell phone plans come with unlimited mobile data, in which case this may not be a big deal. But others give you a monthly quota, after which they slow down, cut off, and/or charge you more. When you install the app, you'll be asked how much data to allow it to use within your monthly billing cycle, from 500 MB up to 10 GB. - Sharing your data with the FCC is optional. If you just want to use the mobile app to see your connection speed, you can opt-out of sharing data and skip entering your name and email.
- The app does however require permission to access your location to run a test, even if you're not sharing the data. If this makes you nervous, there are other apps you can use to check your internet speed that don't ask for your location.
- The national mobile broadband map reports connection speeds outside. The FCC isn't particularly interested in how fast your cell phone data is inside your house, which of course is affected by all kinds of other things starting with how thick your walls are. You can use the app anywhere, but to submit data to the FCC make sure you step outside or go for a drive.
- Depending where you live, you may have noticed that internet speeds vary throughout the day. For example, when a lot of people stream video during prime time, individual speeds may go down. The FCC wants to know about that also. The app has an option to run tests periodically in the background. If you choose to enable this, it will still stay within the overall monthly cap you specified when installing the app.
Provide feedback on the fixed broadband map
The feedback the FCC wants on the fixed broadband map is a little different. Like the mobile app, they're interested in hearing if your internet speed is significantly different from what the ISPs report. But more fundamentally they're interested in whether the ISP service is actually available in practice. If you've tried to order service but the ISP never replied, or asked for an excessive installation fee, the FCC wants to know about that. They also want to know if your address is mislocated on the map, or in some cases missing completely!
To submit a challenge about the availability of service or the accuracy of a location, you essentially complete a web form. Click on the location on the map, and then either the ‘availability challenge' or ‘location challenge' links. For a preview of what that looks like, see this YouTube tutorial.
What about affordability?
We all know that ‘availability' only translates to ‘accessibility' if the service is affordable. For better or worse, the FCC national broadband map does not attempt to capture affordability. You can (and should) use the 'Availability Challenge' link to report if the installation fee for fixed broadband is excessive. However beyond that, the national map may not be the best place to register a complaint about broadband affordability.
Work with your community
While the FCC has made it easy to submit challenges to the map, that doesn't mean it will ask the ISPs to respond to every single submission. They need to see several challenges for the same area before they will aggregate them and ask the ISP to respond. So if you really feel the map needs to be reality-checked, encourage your neighbors and community to get involved. You will get feedback if your challenge is aggregated and sent to an ISP. Plus you never know, your efforts may just lead to an update on the map, with upgrades to infrastructure and service to follow!
/h3>/h3>/h3>/h3>/h3>/h3>/h3>
- Author: Andy Lyons
- Author: Sean Hogan
- Author: Shane Feirer
- Author: Robert Johnson
- View More...
The IGIS Team is pleased to share our workshop schedule for Fall 2022. Workshops are the best part of our 'trilogy' of strategic goals - research, technical projects, and training - because this is where we get to share the tips and tricks we pick up every day. See descriptions below, and if you're not available to attend one that really interests you keep an eye open for the recordings on our YouTube Channel.
Introduction to ArcGIS Online
Friday September 30, 2022 • 1:00 - 4:00pm • online • free
ArcGIS Online is the online component of the ESRI geospatial ecosystem, and the foundation for web mapping, story maps, and mobile data collection. This workshop will provide an overview of ArcGIS Online and teach participants how to create a web map. This workshop is a prerequisite for the Story Maps and Field Maps workshops, and recommended for ArcGIS Pro.
Requirements: No experience required. Participants must have an ArcGIS Online account set up prior to the workshop (free for all UCANR employees, temporary accounts available for others). Details and registration.
Applications of Drone Technology for Naturalists
A pre-conference workshop for the California Naturalist Statewide Conference, Tahoe City
Friday October 7, 2022 • 1:00 - 3:00pm • free for conference attendees
If you've watched TV nature programs in the past 5 years, you've probably seen some breathtaking drone photos and video. "Could I do that?" you may be asking yourself. Join the UC ANR Informatics and GIS Statewide Program in a fun and educational introduction to applications of drone technology in natural environments. This two-hour workshop will begin with an overview of drone platforms, cameras, regulations, and best practices for operations, followed by a demonstration of one or more drone platforms with tips on taking drone photos, video, and 360 photospheres. Time permitting, the group will have an opportunity to get your hands on the controls of a drone and do some flying yourself.
Requirements: Participants must be registered with the CalNat Statewide Conference. No experience needed. Details and registration.
Intro to R Workshop Series
Part. 1. Tuesday October 11, 2022. 3:30 - 5:00p • online • free
Part. 2. Wednesday October 12, 2022. 3:30 - 5:00p • online • free
Part. 3. Friday October 14, 2022. 10:30 - 12:00p • online • free
R is an enormously popular open-source platform for statistics, programming, and data science. The command line interface however is very different from Excel, and can take some getting used to. This introductory 3-part workshop series will start from the beginning. Through slides and hands-on exercises, participants will learn the fundamentals of working with data in R, including importing data, cleaning and manipulating tabular data for analysis, and running simple statistical tests.
Requirements. No experience necessary. Participants with some experience are welcome to start with Part 2, but are expected to know the basics. To complete the hands-on exercises, you'll need a RStudio Cloud account (free), or have RStudio Desktop installed (also free). Details and Registration.
Introduction to ArcGIS Pro
Friday October 21, 2022 • 1:00 - 4:00pm • online • free
ArcGIS Pro is ESRI's powerhouse desktop application for all things GIS. It can do anything from basic cartography to advanced geospatial modeling. This introduction will get you started creating maps with local and online GIS data.
Requirements: Participants must have ArcGIS Pro installed on their personal computer prior to the workshop. ArcGIS Pro is for Windows only. Licenses are free for all UCANR employees, and temporary accounts available for others. No experience needed, but the ArcGIS Online workshop (Sept 30) or equivalent experience is strongly encouraged. Details and registration.
Introduction to ArcGIS Field Maps
Friday November 18, 2022 • 1:00 - 4:00pm • online • free
ArcGIS Field Maps is ESRI's most recent and most powerful platform for mobile data collection. It is the successor to ArcGIS Collector, which is being phased out. This hands-on workshop will explain how the platform works and guide participants through creating a mobile data collection app.
Requirements: Participants must have an ArcGIS Online account set up prior to the workshop (free for all UCANR employees, temporary accounts available for others). The Intro to AGOL workshop, or equivalent background, is a prerequisite for this workshop. Details and registration.
Computing Agroclimate Metrics in R
Friday Dec. 2, 2022 • 11:00a - 12:30pm • online • free
Agroclimate metrics are the backbone of all manner of models for crop development, crop management, site suitability, and pest development. Common metrics include the number of frost days, winter chill accumulation, extreme heat days, diurnal temperature range, maximum July temperature, total precipitation, degree days, and many others.
This webinar will demonstrate how to compute common agroclimate metrics in R for the past, present, and future. We will learn how to import into R weather data using packages like cimir and caladaptR, and compute metrics using tidyverse methods and specialized packages like degday.
Requirements: Participants who wish to complete the hands-on portion of the workshop should have a RStudio Cloud account, and have basic familiarity with R and RStudio. Details and registration.
Introduction to ArcGIS Story Maps
Friday Dec. 9, 2022 • 1:00 - 4:00pm • online • free
Story Maps for ArcGIS is a powerful and popular platform for creating websites that convey compelling narratives through text, media, and maps. Story Maps are increasingly used for online extension, program reporting, and presentations. This workshop will get you started and give you the tools to create your own Story Maps.
Requirements: Participants must have an ArcGIS Online account set up prior to the workshop (free for all UCANR employees, temporary accounts available for others). The Intro to AGOL workshop, or equivalent background, is a prerequisite for this workshop. Details and registration.
/h2>/h2>/h2>/h2>/h2>/h2>/h2>
- Author: Shane Feirer
Day 2 of the ESRI User Conference was filled with many technical workshops and time speakeing with the lead developers of the tools that IGIS utilize on almost a daily basis. In this post I will highlight some of the technical session I attended and what I saw and learned in the exhibition hall. It was a busy day and i am looking forward to what I learn tomorrow... Now to the highlights...
In the technical sessions I attended the following:
ArcGIS Insights: An Introduction
Before this session I did not know of the capabilities of this app. With app you can take tabular and spatial data and analyze the data in really intuitive ways and share the output and models with your colleagues and the public. For more information about ArcGIS Insights go to the following link.
Cartography Cutting Edge
This session highlighted some of the new symbology and vector tile formatting that can be used with the new map viewer. The methods used included layer special effects, layer blending, and the vector tile base map editor. Using the techniques in this session you could design a nice webmap, but that webmap could not be opened in ArcGIS Pro without pro stripping much of the formatting that you used in the session.
ArcGIS Pro Tasks: An Introduction
For the past several years, I keep thinking that IGIS should use Tasks to teach workshop workflow. This session walk through creating and configuring a basic editing task. I still see how this tool could and should be used in some of the IGIS Workshops.
ArcGIS Pro: Tips and Tricks
This was a nice technical sessionthat highlighted many tips and tricks. As part of this workshop the presenters shared a storymap they created to highlight their tips and tricks. Here is the storymap that they shared with the attendees, enjoy.
ArcGIS Field Maps: An Introduction and What's New
ArcGIS Field Maps continues to improve. Field Maps is ESRI effort to combine 5 separate apps (Collector, Survey 123, Explorer, Workforce, and Navigator) into one. To date they have added the functionality of the first three apps. They have integrated many new features into the app since last year. There is not enough room to discuss the new features. I will say that I am excited to integrate the new features into the IGIS Field Maps training.
Discussions with the Product Developers:
How to optimize multidimensional datasets for faster queries and rasters?
I have been having an issue querying merged netcdf and mosaic datasets of the yearly netcdf data. Both methods have been quite slow. The recommended way to optimize the querying of these data is to create a cloud raster format dataset from the mosaic dataset and that should drastically speed up the queryng of the multidimensional data.
ArcGIS Insights vs Dashboards?
I will have to play with the functionality of insights and see if it could replace dashboards in some of the IGIS use cases.
Sunsetting of Drone2Map?
In the past few months I have heard that ArcGIS Drone2Map is going to be phased out. I asked the developers of the app and they stated that there are no plans to phose out Drone2Map and they are continuing to develop and release new versions. The most recent version is Drone2map 2022.1.