jennamk14 commited on
Commit
5b245ba
·
verified ·
1 Parent(s): de81760

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -37
README.md CHANGED
@@ -353,19 +353,6 @@ The dataset fills a critical gap: while many drone wildlife datasets provide det
353
  - Telemetry parsing: Custom Python scripts
354
  - Data merging: `merge_behavior_telemetry.py` (this repository)
355
 
356
- #### Who are the source data producers?
357
-
358
- **Field Team:**
359
- - Jenna M. Kline (Ohio State University) - Drone operations, field coordination
360
- - Elizabeth Campolongo (Rensselaer Polytechnic Institute) - Drone operations, data collection
361
- - Matt Thompson (Ohio State University) - Drone operations, field support
362
- - Local field assistants from Mpala Research Centre
363
-
364
- **Local Collaboration:**
365
- - Mpala Research Centre provided logistical support and site access
366
- - Kenya Wildlife Service granted research permits
367
- - Local communities consulted on flight operations
368
-
369
  ### Annotations
370
 
371
  #### Annotation Process
@@ -628,9 +615,8 @@ Daniel Rubenstein (Princeton University) - ORCID: 0000-0002-8285-1233
628
  - Grevy's Zebra Trust
629
 
630
  **Data Collection Permits:**
631
- - Kenya Wildlife Service research permit
632
- - Kenya Civil Aviation Authority drone operations clearance
633
- - Nacosti research license
634
 
635
  ## Validation and Quality Metrics
636
 
@@ -683,26 +669,6 @@ detections = occurrences.dropna(subset=['xtl', 'ytl', 'xbr', 'ybr'])
683
  behavior_counts = detections.groupby('behaviour').size()
684
  ```
685
 
686
- **Visualization Example:**
687
-
688
- ```python
689
- import matplotlib.pyplot as plt
690
- import geopandas as gpd
691
- from shapely.wkt import loads
692
-
693
- # Plot session footprints
694
- sessions_with_gps = sessions.dropna(subset=['footprintWKT'])
695
- geometries = [loads(wkt) for wkt in sessions_with_gps['footprintWKT']]
696
- gdf = gpd.GeoDataFrame(sessions_with_gps, geometry=geometries, crs='EPSG:4326')
697
-
698
- fig, ax = plt.subplots(figsize=(10, 10))
699
- gdf.plot(ax=ax, alpha=0.5, edgecolor='black')
700
- plt.title('Session Geographic Coverage')
701
- plt.xlabel('Longitude')
702
- plt.ylabel('Latitude')
703
- plt.show()
704
- ```
705
-
706
  **Processing Scripts:**
707
 
708
  See `scripts/` directory for:
@@ -727,7 +693,7 @@ See `scripts/` directory for:
727
 
728
  ## Dataset Card Authors
729
 
730
- Jenna M. Kline, Elizabeth Campolongo, Matt Thompson
731
 
732
  ## Dataset Card Contact
733
 
 
353
  - Telemetry parsing: Custom Python scripts
354
  - Data merging: `merge_behavior_telemetry.py` (this repository)
355
 
 
 
 
 
 
 
 
 
 
 
 
 
 
356
  ### Annotations
357
 
358
  #### Annotation Process
 
615
  - Grevy's Zebra Trust
616
 
617
  **Data Collection Permits:**
618
+ The data was gathered at the Mpala Research Centre in Kenya, in accordance with Research License No. NACOSTI/P/22/18214.
619
+ The data collection protocol adhered strictly to the guidelines set forth by the Institutional Animal Care and Use Committee under permission No. IACUC 1835F.
 
620
 
621
  ## Validation and Quality Metrics
622
 
 
669
  behavior_counts = detections.groupby('behaviour').size()
670
  ```
671
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
672
  **Processing Scripts:**
673
 
674
  See `scripts/` directory for:
 
693
 
694
  ## Dataset Card Authors
695
 
696
+ Jenna M. Kline
697
 
698
  ## Dataset Card Contact
699