Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. In the Contents pane, right-click the HGAC_tracts layer name and select Data > Export Features.
  2. In the Geoprocessing pane, for 'Output Feature Class' type "HarrisTracts". If the full file path is shown, ensure that you leave everything in the file path through Intro.gdb\.
  3. At the bottom of the Geoprocessing pane, click Run.
  4. To see the results, in the Contents pane, right-click the newly exported HarrisTracts layer name and select Zoom To Layer.
  5. In the Contents pane, right-click the original HGAC_tracts layer and select Remove. Note that this process does not delete the layer from you your project geodatabase, but only removes the layer from this particular Census Tracts map.

...

  1. In the 'Selecting Features By Attributes' section above, repeat steps 2-5 for the HarrisTracts layer with the expression: (GEOID10 is equal to 482014120048201412100). You can type in the FIPS code to have it highlighted in the drop-down list rather than scrolling through the entire list to locate it.

    You should see the Rice University census tract selected on your map, as shown below. Next you will zoom in closer.

    Image Added

  2. In the Contents pane, right-click the HarrisTracts layer name and select Selection > Zoom To Selection.

    Image Added

  3. In the 'Exporting Selected Features' section above, repeat steps 21-5 with the e3 with the HarrisTracts layer. for 'Output Feature Class' type "Rice".

Selecting Features Selecting Features By Location

Now we will create a map of the bus stops and bus routes within your neighborhoodthat serve the Rice campus. We could continue to do our mapping work within the existing map, but, since we are now focusing on different thematic layers in a different geographic extent, this could be a good time to create a second map within our project.

  1. On the ribbon, click the Insert tab.
  2. In the Project group, click the New Map button.
  3. At the bottom of the Geoprocessing pane, click the Catalog pane tab. 
  4. Rename the new Map1 to "Rice Bus Routes".
  5. From the Catalog pane, within the Intro.gdb geodatabase, add the METRO_BusRoutes map My Tract and add MyTract, METRO_BusStops and METRO_BusRoutes.
    Image Removed
    , and Rice feature classes to the new Rice Bus Routes map.
  6. in the Contents pane, right-click the Rice layer name and selectZoom To Layer.

You will now select all the bus stops within the Rice census tract. To include bus stops across the street from Rice, you will add a search distance of 50 feet from Rice.

  1. On the ribbon, in In the Selection group, click the Select By Location button to open the Select Layer By Location tool in the Geoprocessing pane. 

    Image Added

  2. For 'Input Feature LayerFeatures', select select METRO_BusStops.
  3. For 'Relationship', select select Within a distance.
  4. For 'Selection Features', select MyTractRice.
  5. For the 'Search Distance' typetype '50' Feet.
  6. Ensure the 'Selection type' is 'New selection'.
  7. Ensure your 'Select Layer By Location' tool settings appear as shown below and click click Run.
    Image Removed
    Image Added

    Do not clear the selection. Repeat Step 6, searching for, as we will use the selected bus stops to select the bus routes within 100 ft of a bus stop in your neighborhood.

  8. For In the 'Select Layer by Location' tool, for the 'Input Feature Layer', select METRO_BusRoutes.
  9. For 'Relationship' , select Within a distance for the 'Relationship'. Select .
  10. For "Selecting Features', select BusStops for the 'Selecting Features'.
  11.  Type '100' for the 'Search Distance'.
  12.  Ensure the 'Selection type' is 'Add to the current selection'.
  13. Ensure your 'Select Layer By Location' tool settings appear as shown below and click Run.



    Your map should now have selected all bus stops within 50 feet of your neighborhood as well as all bus routes that run within 100ft of those bus stops. 

  14. In the Contents pane, right-click the METRO_BusStops layer name and select Data > Export Features.
  15. In the Geoprocessing pane, click the 'Output Feature Class' field to edit the name. Replace HGAC_BusStops with "MyBusStops". Ensure that you leave everything in the file path through Intro.gdb\.
  16. In the Contents pane, right-click the METRO_BusRoutes layer name and select Data > Export Features.
  17. In the Geoprocessing pane, click the 'Output Feature Class' field to edit the name. ReplaceBusRoutes with "MyBusRoutes". Ensure that you leave everything in the file path through Intro.gdb\.
  18. In the Contents pane, right-click and remove METRO_BusStops and METRO_BusRoutes. You should now have three layers in your Contents pane, MyTract, MyBusStops, and MyBusRoutes.

...