You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,9 +24,11 @@ Additional columns can be added, though they will appear in the table view only.
24
24
This GeoJSON file can be created using https://geojson.io. A brief outline of how to create this file at the given web address is as follows:
25
25
- Navigate to the farm location by using an address in the search bar
26
26
- Use the polygon tool (the square icon) to create shapes outlining each pen denoted in the .csv file
27
-
- After creating each pen polygon, **click** within the shape to reveal a pop-up, enter 'id' (without quotes) into the left table cell, enter the pen number in the right table cell, click **Save** from within the popup.
27
+
- After creating each pen polygon, **click** within the shape to reveal a pop-up, enter 'id' (without quotes) into the left table cell (adding the attribute 'id'), enter the pen number in the right table cell, click **Save** from within the popup.
28
+
- These 'id' numbers are used to join the pen number to the appropriate pen location
28
29
- After adding all pens (with 'id' numbers), click **Save** on the top left of the interface. This will save a GeoJSON file to your computer. You will be able to reopen this within https://geojson.io to continue to edit
29
-
the map, if needed.
30
+
the map, if needed.
31
+
- Note: If you'd like to see additional attributes in the popup, you can add them. And if you assign an attribute named 'name', this will appear on the map next to the 'id'.
30
32
31
33
## Running the App
32
34
Once you have both required files on your computer, make sure they are saved in the same directory. Navigate to https://geospatialcentroid.github.io/bird_flu_cattle. Within your file system, navigate to the folder where the required files are saved and drag them, in turn, to the file input field of the application.
0 commit comments