Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alikeshk authored Dec 20, 2024
1 parent 9213b8e commit e0d1599
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This project provides geo-json that highlights the buildings on UNL's campuses c

We assume that anyone contributing to this repo will be working in their Swan account.

The program, `Generate_GeoJSON.py` takes `map_data.json` and `map_groups_to_departments.csv` as input and generates an output file called `geojson.json`.
The program, `generate_geojson.py` takes `map_data.json` and `map_groups_to_departments.csv` as input and generates an output file called `geojson.json`.

`map_data.json` contains the original campus map geo-json found on `https://maps.unl.edu/`.

Expand All @@ -29,4 +29,4 @@ The program, `Generate_GeoJSON.py` takes `map_data.json` and `map_groups_to_depa
make

### Testing
Take the geojson generated in `geojson.json` and place it in `https://geojson.io/#map=2/0/20`. You should now see the UNL campus buildings either highlighted or not depending on if they're using NRDStor or Swan.
Take the geojson generated in `geojson.json` and place it in `https://geojson.io/#map=2/0/20`. You should now see the UNL campus buildings either highlighted or not depending on if they're using NRDStor or Swan.

0 comments on commit e0d1599

Please sign in to comment.