1. Portals
Learn how to find and interpret materials in open GIS data portals.
4 min read- Explore open data portals and learn how to use them to find GIS data
- Explore how content may be organized and how to refine searching
In class activity

Consider this request a student made to the Harvard Map Collection for help with finding GIS data in 2024:
“I would like to create a GIS map of food deserts in DC by layering maps of grocery store locations, corner store locations, and other options found on Open Data DC with census data to identify areas where large populations do not have access to healthy foods.”
Where is a good place to get started searching for food desert data in DC?
- In a web browser, search for “GIS open data portal DC”.
- Visit
opendata.dc.gov.

- Scroll down and find the search bar that says “Search for apps, maps, documents, data and stories…”. Place your cursor in the search bar and click
Enter. This will bring you to a results page with all items, and filters you can use to refine your search.
- Under
TypeselectFeature Service. It is a trend that many open data portals host GIS data layers as streaming “feature services”, which are displayed in web maps. From these feature service landing pages, you can often download the data in various common geospatial formats, such asshapefileorgeoJSON. Usingtypefacets and filtering data byshapefile,geojsons,point, line, or polygonorfeature serviceare a good way to tell the search portal you are looking for geospatial data, as opposed to spreadsheets, PDFs, or other kinds of information.
- Click a random result, and observe how the feature service landing page is structured. What are your observations? How would you download this data, in order to bring it into a GIS?
- Return to the results list, filtered by
Feature Service. Search for relevant termsfood,grocery,corner stores, and observe which datasets are available which could be useful to the project.
Demo and explore more
Sample data
You can download and explore sample datasets related to this activity from the workshop data homepage, hosted on the Open Science Framework (OSF.io)
- Visit the workshop data homepage.
- Click the three vertical dots icon and select
Download.
- The folder that downloads to your computer contains sample data from all the workshop activities. It is a zipped or compressed file. In order to use it, you will have to
double-clickit on Mac orright-click→ExtractorUncompresson a PC.
4. The sample data for this activity, Activity 1 is in the folder activity1_portals. In this folder you will find the following files:
Low_Food_Access_Areas.zip, a zipped shapefileLow_Food_Access_Areas.geojson, a .geoJSON file
Follow-along steps
How did we access the sample data, and how do we learn to understand and use it?
-
From Open Data DC, search for
foodand filter byfeature service. -
To understand the data and how it is structured, click
View Full Details, which brings us to this documentation page. -
To download as GIS data, select the
Downloadbutton in the left-hand sidebar, and chooseGeoJSONorShapefile.
-
To use the data in QGIS,
extractor unzip the shapefile, and drag the file ending in.shpinto the QGIS document. Alternatively, you can drag the.geoJSONfile into the QGIS document. Another way to add vector data to a QGIS project is use the menu on the top barLayers→Add Layers→Add Vector Layersand select the file ending in.shp.
Why are there so many files associated with a shapefile? You can learn more.
-
Right-click
Low_Food_Access_Areasin the Layers pane and clickOpen Attribute Tableto see how the table matches up with the “View Full Details” documentation from the portal. -
Right-click
Low_Food_Access_Areasin the Layers pane →Properties→Symbology→ ClickSingle symbolto change it toGraduated→ Value =PRTUND185→Classify(notice underModethere are many classification options. Be aware of which you’re choosing by reading about each method) →OK.
