From 4592d0943c0c615fc1eaed5c51122e61dcd75971 Mon Sep 17 00:00:00 2001 From: avenmia Date: Tue, 18 Feb 2025 20:26:35 -1000 Subject: [PATCH 1/4] Adding cleaning script and resulting csv --- DataProcessing/CleanSightingsData.py | 27 + .../Species_Sightings_1km_Block_16Oct2024.csv | 954 ++++++++++++++++++ DataProcessing/Structured_Bird_Data.csv | 954 ++++++++++++++++++ 3 files changed, 1935 insertions(+) create mode 100644 DataProcessing/CleanSightingsData.py create mode 100644 DataProcessing/Species_Sightings_1km_Block_16Oct2024.csv create mode 100644 DataProcessing/Structured_Bird_Data.csv diff --git a/DataProcessing/CleanSightingsData.py b/DataProcessing/CleanSightingsData.py new file mode 100644 index 0000000..d308bef --- /dev/null +++ b/DataProcessing/CleanSightingsData.py @@ -0,0 +1,27 @@ +import pandas as pd +import re + +# Load the CSV file +file_path = "Species_Sightings_1km_Block_16Oct2024.csv" +df = pd.read_csv(file_path) + +# Function to extract species, count, and date +def parse_species_data(entry): + match = re.match(r"(.+) \((\d+)\) (\d{4}-\d{2}-\d{2})", entry) + if match: + species, count, date = match.groups() + return species, int(count), date + return None, None, None + +# Apply parsing function to each row +df[['Species', 'Count', 'Date']] = df['Aggregated_Species_Data'].apply( + lambda x: pd.Series(parse_species_data(x)) +) + +# Drop the original column +df.drop(columns=['Aggregated_Species_Data'], inplace=True) + +# Save the structured data +df.to_csv("Structured_Bird_Data.csv", index=False) + +print("Structured data saved as 'Structured_Bird_Data.csv'") diff --git a/DataProcessing/Species_Sightings_1km_Block_16Oct2024.csv b/DataProcessing/Species_Sightings_1km_Block_16Oct2024.csv new file mode 100644 index 0000000..83b5cc4 --- /dev/null +++ b/DataProcessing/Species_Sightings_1km_Block_16Oct2024.csv @@ -0,0 +1,954 @@ +Latitude,Longitude,Aggregated_Species_Data +21.28514725,-158.0597058,Brown Booby (1) 2022-10-18 +21.28463967,-157.972955,Brown Booby (1) 2021-02-02 +21.28402542,-157.8765695,Brown Booby (3) 2020-09-03 +21.29324921,-157.9054178,Brown Booby (1) 2019-10-13 +21.29318633,-157.8957787,Brown Booby (1) 2020-07-04 +21.29143089,-157.6548163,Wandering Tattler (1) 2020-04-26 +21.30299573,-158.0210302,Saffron Finch (1) 2022-02-05 +21.30061708,-157.674012,Pacific Golden-Plover (1) 2019-09-27 +21.31137897,-157.9149245,Pacific Golden-Plover (1) 2023-06-17 +21.30995004,-157.7124877,White-rumped Shama (1) 2022-12-20 +21.31941647,-157.7702492,Red-billed Leiothrix (1) 2022-09-04 +21.31905658,-157.7220488,Red-billed Leiothrix (1) 2021-05-13 +21.32771504,-157.6737683,Great Frigatebird (1) 2021-10-14 +21.33976551,-158.1365023,Brown Booby (2) 2023-10-04 +21.33896252,-157.9918638,Gray Francolin (1) 2019-01-21 +21.34805366,-158.0014449,Barn Owl (1) 2019-04-11 +21.34679401,-157.808592,Red-billed Leiothrix (1) 2021-08-31 +21.34651563,-157.7700231,Red-billed Leiothrix (1) 2019-08-10 +21.35758337,-158.0881771,Common Myna (1) 2022-04-28 +21.35629332,-157.8760198,Pacific Golden-Plover (1) 2019-01-15 +21.35589547,-157.8181619,White-rumped Shama (1) 2019-09-19 +21.35540624,-157.7506623,Red-tailed Tropicbird (1) 2021-01-15 +21.36436725,-157.7409425,Yellow-fronted Canary (1) 2023-02-08 +21.36422131,-157.7216567,Scaly-breasted Munia (1) 2022-09-19 +21.3754339,-158.0494848,Rose-ringed Parakeet (1) 2023-02-14 +21.37537891,-158.0398399,Black-necked Stilt (1) 2019-02-24 +21.37521131,-158.0109055,Western Cattle Egret (1) 2019-01-16 +21.3732543,-157.7215782,Pacific Golden-Plover (1) 2023-09-14 +21.38441301,-158.039781,White Tern (1) 2021-12-03 +21.38319712,-157.8468782,Apapane (1) 2023-01-20 +21.3942122,-158.1844167,Brown Booby (2) 2022-05-16 +21.39209636,-157.8275166,White-tailed Tropicbird (1) 2022-01-26 +21.39202848,-157.8178713,White-tailed Tropicbird (1) 2021-05-15 +21.39168124,-157.7696456,Spotted Dove (1) 2023-02-23 +21.40315263,-158.1650723,Erckel's Spurfowl (1) 2019-02-20 +21.40242537,-158.0300163,Snow Goose (2) 2021-01-29 +21.41228158,-158.1843163,Red Phalarope (1) 2020-12-27 +21.41208976,-158.1457257,Peregrine Falcon (2) 2020-03-25 +21.41157001,-158.0492512,Red-crowned Parrot (2) 2021-12-07 +21.411403,-158.0203094,Snow Goose (1) 2021-01-02 +21.41099449,-157.9527801,Saffron Finch (1) 2023-06-27 +21.41042906,-157.8659587,Pacific Golden-Plover (1) 2019-12-09 +21.41885113,-157.7790655,Brown Booby (1) 2022-08-20 +21.43030342,-158.1745669,Zebra Dove (2) 2022-05-27 +21.42745142,-157.7211066,Brown Booby (1) 2023-10-08 +21.44736656,-157.9911198,Red-crowned Parrot (2) 2020-03-12 +21.45763659,-158.2226683,Brown Booby (1) 2019-07-05 +21.46554928,-158.0102966,Rose-ringed Parakeet (1) 2023-11-18 +21.46543403,-157.9909953,Red-crested Cardinal (1) 2022-05-01 +21.46422539,-157.8076393,Peregrine Falcon (1) 2023-01-21 +21.47556911,-158.1936162,Common Waxbill (1) 2023-03-01 +21.47497609,-158.0777958,Gray Francolin (1) 2022-06-22 +21.47463993,-158.0198869,Red-crowned Parrot (1) 2019-01-30 +21.48441355,-158.1549566,Warbling White-eye (1) 2023-08-27 +21.48421876,-158.1163472,Erckel's Spurfowl (1) 2021-07-05 +21.48416768,-158.1066951,Red-crowned Parrot (1) 2021-04-14 +21.48384174,-158.0487824,Western Cattle Egret (1) 2021-12-03 +21.49319986,-158.1066399,Red-crested Cardinal (1) 2023-11-16 +21.51141849,-158.135491,Apapane (1) 2024-02-14 +21.51094278,-158.0486061,Red-masked Parakeet (1) 2023-12-19 +21.52092219,-158.2319872,Red Junglefowl (1) 2020-03-17 +21.52013964,-158.0775105,Barn Owl (1) 2020-05-25 +21.52008581,-158.0678561,Common Myna (2) 2023-03-29 +21.52003148,-158.0582017,Gray Francolin (1) 2023-02-03 +21.5190249,-157.8940806,Apapane (1) 2021-12-26 +21.5274524,-157.8071234,Sooty Tern (1) 2022-03-29 +21.53831265,-158.0967078,Black-crowned Night Heron (1) 2019-06-27 +21.53804418,-158.0484296,Short-eared Owl (1) 2021-08-31 +21.5379888,-158.038774,Western Cattle Egret (2) 2021-11-30 +21.53669332,-157.8360141,Pacific Golden-Plover (1) 2022-03-09 +21.55616653,-158.0579684,Java Sparrow (1) 2024-01-31 +21.5653083,-158.0772247,Red-crested Cardinal (1) 2021-05-12 +21.58416651,-158.2316438,Glaucous-winged Gull (1) 2020-11-21 +21.5927245,-158.1350071,Black-footed Albatross (1) 2022-12-08 +21.59122467,-157.8838739,Chestnut Munia (1) 2019-03-11 +21.63730367,-158.0284548,Warbling White-eye (1) 2022-10-27 +21.63683409,-157.9511588,Barn Owl (1) 2023-03-18 +21.24742823,-157.809393,"Brown Booby (1) 2023-04-17, Wedge-tailed Shearwater (1) 2023-04-17" +21.25666347,-157.8382298,"Great Frigatebird (1) 2024-02-09, Masked Booby (1) 2024-02-09" +21.26738912,-158.1176481,"Wedge-tailed Shearwater (1) 2021-09-19, White Tern (1) 2021-09-19" +21.27589264,-158.0212091,"Brown Booby (1) 2019-01-20, White Tern (1) 2019-01-20" +21.30264901,-157.9631898,"Brown Booby (1) 2019-01-13, White Tern (1) 2019-01-13" +21.30106368,-157.7318439,"Common Waxbill (1) 2022-10-17, Red-vented Bulbul (1) 2022-10-17" +21.30038558,-157.6450952,"Great Frigatebird (2) 2021-06-22, Masked Booby (2) 2021-06-22" +21.31112575,-157.8763638,"Common Myna (1) 2024-01-09, White Tern (1) 2022-07-12" +21.31016916,-157.7414056,"Oahu Elepaio (2) 2021-03-28, White-rumped Shama (1) 2019-03-31" +21.34880027,-158.1364494,"Brown Booby (3) 2023-03-30, White Tern (1) 2023-03-30" +21.34860058,-158.0978761,"Eurasian Skylark (1) 2019-11-02, Western Cattle Egret (1) 2019-11-02" +21.3645818,-157.7698723,"Common Myna (1) 2021-10-16, Java Sparrow (1) 2019-05-12" +21.3934471,-158.039722,"Barn Owl (1) 2019-05-20, Red-masked Parakeet (2) 2021-12-05" +21.39339152,-158.0300759,"Red-vented Bulbul (1) 2020-02-02, Saffron Finch (1) 2020-02-02" +21.39223047,-157.8468073,"Red-billed Leiothrix (1) 2021-11-26, Warbling White-eye (1) 2021-11-26" +21.43648389,-157.7210278,"Black Noddy (1) 2019-02-05, Brown Noddy (1) 2019-02-05" +21.45526118,-157.8173622,"Masked Booby (2) 2022-01-29, White-rumped Shama (1) 2022-12-29" +21.47446779,-157.9909331,"Japanese Bush Warbler (1) 2023-07-31, Warbling White-eye (1) 2023-07-31" +21.47325822,-157.8075657,"Great Frigatebird (1) 2020-01-28, Western Cattle Egret (1) 2020-01-28" +21.49363759,-158.1935166,"Red-vented Bulbul (1) 2023-11-17, White-rumped Shama (1) 2023-11-17" +21.50285349,-158.2320822,"Brown Booby (1) 2019-04-21, Masked Booby (1) 2019-04-21" +21.51077519,-158.0196448,"Rose-ringed Parakeet (1) 2021-08-26, White-rumped Shama (1) 2021-08-26" +21.52963605,-158.1643486,"Erckel's Spurfowl (1) 2022-01-22, Zebra Dove (1) 2022-01-22" +21.56618496,-158.2510584,"Great Frigatebird (1) 2022-01-07, Laysan Albatross (1) 2022-01-07" +21.56406053,-157.8744247,"Red-crested Cardinal (1) 2022-02-11, Zebra Dove (1) 2022-02-11" +21.58384339,-158.1640345,"Laysan Albatross (1) 2022-02-27, Sanderling (1) 2022-02-27" +21.62754997,-157.9125793,"Ruddy Turnstone (1) 2022-01-04, Wandering Tattler (1) 2022-01-04" +21.646223,-158.0090688,"Feral Mallard (1) 2022-03-23, Red-vented Bulbul (1) 2022-03-23" +21.66399467,-157.9606265,"Great Frigatebird (1) 2021-05-12, Red-vented Bulbul (2) 2023-06-10" +21.23839507,-157.8094654,"Brown Booby (1) 2021-03-20, Sooty Tern (1) 2021-03-20, White Tern (1) 2021-03-20" +21.26576306,-157.8477961,"Rock Pigeon (1) 2022-11-25, Wedge-tailed Shearwater (1) 2022-11-25, White Tern (1) 2022-11-25" +21.27492734,-157.8670007,"Brown Booby (1) 2023-01-24, Sooty Tern (1) 2023-01-24, White Tern (1) 2023-01-24" +21.28550839,-158.1271798,"Brown Booby (1) 2022-10-18, Wedge-tailed Shearwater (1) 2022-10-18, White Tern (1) 2022-10-18" +21.29238729,-157.7801135,"Red-vented Bulbul (1) 2019-03-18, Spotted Dove (1) 2019-03-18, Warbling White-eye (1) 2019-03-18" +21.30252957,-157.9439101,"Eurasian Skylark (1) 2019-01-20, Pacific Golden-Plover (1) 2019-01-20, Spotted Dove (1) 2022-09-20" +21.3125633,-158.1173791,"Brown Booby (1) 2020-04-04, Ruddy Turnstone (1) 2020-04-04, Sooty Tern (1) 2020-04-04" +21.3213421,-158.0691187,"Red Junglefowl (1) 2022-12-22, Red-vented Bulbul (1) 2022-12-22, Zebra Dove (1) 2022-12-22" +21.34889658,-158.1557362,"Brown Booby (1) 2023-02-21, Red-footed Booby (1) 2023-02-21, Sooty Tern (1) 2023-02-21" +21.34672523,-157.7989498,"Red-billed Leiothrix (1) 2019-09-01, Warbling White-eye (1) 2019-09-01, White-rumped Shama (1) 2019-09-01" +21.36687025,-158.1363436,"Common Myna (1) 2023-05-08, House Sparrow (1) 2023-05-08, Saffron Finch (1) 2023-05-08" +21.36558081,-157.914526,"Chestnut Munia (1) 2023-04-14, Common Waxbill (1) 2023-04-14, Pacific Golden-Plover (1) 2019-11-09" +21.37361491,-157.7697968,"Common Myna (2) 2023-10-24, Red Junglefowl (2) 2023-10-18, Western Cattle Egret (1) 2023-10-24" +21.40219736,-157.99143,"Red-crowned Parrot (1) 2019-07-23, Rose-ringed Parakeet (2) 2021-12-19, Western Cattle Egret (1) 2019-10-19" +21.40112966,-157.8274445,"Red-crested Cardinal (1) 2023-03-16, White-tailed Tropicbird (2) 2022-06-27, Yellow-fronted Canary (1) 2023-03-16" +21.42060375,-158.0491927,"Red-vented Bulbul (1) 2023-03-29, Spotted Dove (1) 2023-03-29, Zebra Dove (1) 2023-03-29" +21.43684661,-157.7692672,"Black Noddy (2) 2021-10-02, House Sparrow (1) 2021-09-03, Western Cattle Egret (1) 2021-10-02" +21.44753833,-158.0200682,"Black-crowned Night Heron (1) 2022-01-07, Common Myna (1) 2021-06-09, Rock Pigeon (1) 2021-06-09" +21.45745365,-158.1840649,"Common Myna (1) 2023-06-13, Red-vented Bulbul (1) 2023-06-13, Zebra Dove (1) 2023-06-13" +21.4567963,-158.0586089,"House Finch (1) 2021-12-19, Rose-ringed Parakeet (1) 2022-08-27, Saffron Finch (2) 2022-12-03" +21.46679988,-158.2515754,"Brown Booby (1) 2023-04-01, Brown Noddy (1) 2023-04-01, Wedge-tailed Shearwater (1) 2023-04-01" +21.46566241,-158.0295981,"Common Myna (1) 2019-02-18, Northern Mockingbird (1) 2019-02-18, Red-crested Cardinal (1) 2023-04-19" +21.4748082,-158.0488412,"Common Myna (2) 2023-03-29, House Finch (2) 2023-03-29, Red-vented Bulbul (2) 2023-03-29" +21.48469549,-158.2128715,"Common Myna (2) 2019-09-26, Indian Peafowl (2) 2019-09-26, Zebra Dove (2) 2019-09-26" +21.48411567,-158.097043,"Common Waxbill (2) 2021-12-11, Red-vented Bulbul (2) 2021-12-11, Zebra Dove (2) 2021-12-11" +21.49381902,-158.2321296,"Common Myna (3) 2022-03-20, Red-crested Cardinal (1) 2021-12-13, Saffron Finch (2) 2022-03-20" +21.51105221,-158.0679138,"Common Myna (1) 2021-10-23, Red-crested Cardinal (2) 2024-02-10, Spotted Dove (1) 2021-10-23" +21.51099774,-158.0582599,"Black Francolin (2) 2023-06-02, Eurasian Skylark (2) 2023-06-02, Gray Francolin (2) 2023-06-02" +21.51992124,-158.0388929,"Common Myna (1) 2022-05-16, Spotted Dove (1) 2022-05-16, Western Cattle Egret (1) 2022-05-16" +21.53689561,-157.8649787,"Japanese Bush Warbler (1) 2022-02-10, Red-whiskered Bulbul (1) 2022-02-10, White-tailed Tropicbird (1) 2022-02-10" +21.57444804,-158.0964838,"Common Myna (1) 2022-05-09, Western Cattle Egret (3) 2023-11-24, Zebra Dove (2) 2023-11-24" +21.60069992,-157.9514196,"Apapane (1) 2021-09-18, Common Waxbill (1) 2021-09-18, Warbling White-eye (1) 2021-09-18" +21.60051439,-157.9224414,"Common Myna (1) 2024-02-07, Common Waxbill (1) 2024-02-07, Zebra Dove (1) 2024-02-07" +21.62843706,-158.0575,"Common Myna (1) 2023-08-26, Red-crested Cardinal (1) 2023-08-26, White-tailed Tropicbird (1) 2023-08-26" +21.2474961,-157.8190289,"Red-footed Booby (1) 2023-07-26, Sooty Tern (1) 2024-01-18, Wedge-tailed Shearwater (2) 2023-09-06, White Tern (3) 2024-01-18" +21.27479643,-157.8477258,"Black Noddy (1) 2023-12-27, Brown Booby (5) 2023-12-31, Brown Noddy (1) 2019-03-01, White Tern (3) 2023-12-31" +21.28396082,-157.8669314,"Brown Booby (5) 2024-01-21, Sooty Tern (1) 2024-01-21, White Tern (5) 2024-01-21" +21.28239821,-157.654898,"Common Waxbill (1) 2021-10-17, Pacific Golden-Plover (1) 2021-10-17, Red-crested Cardinal (1) 2021-10-17, Rock Pigeon (1) 2021-10-17" +21.29444375,-158.1078472,"Common Myna (1) 2023-11-19, House Sparrow (1) 2023-11-19, Pacific Golden-Plover (1) 2023-11-19, Zebra Dove (1) 2023-11-19" +21.30347858,-158.1077928,"Red Junglefowl (1) 2023-10-13, Rock Pigeon (1) 2023-10-13, Saffron Finch (1) 2023-10-13, Zebra Dove (1) 2023-10-13" +21.30258967,-157.95355,"Brown Booby (4) 2022-07-10, Red-footed Booby (2) 2020-02-04, Sooty Tern (2) 2020-02-04, White Tern (4) 2022-07-10" +21.33032108,-158.0594192,"Common Myna (1) 2023-07-29, Red Avadavat (1) 2023-07-29, Red-vented Bulbul (2) 2023-07-29, Saffron Finch (1) 2023-07-29" +21.3279416,-157.7026896,"Common Myna (1) 2022-06-10, House Finch (1) 2022-06-10, Spotted Dove (1) 2022-06-10, Zebra Dove (1) 2022-06-10" +21.34870188,-158.1171627,"Black Swan (1) 2022-06-27, Common Myna (1) 2022-06-27, Hawaiian Coot (1) 2021-03-20, Feral Mallard (1) 2022-06-27" +21.38517725,-158.1844667,"Brown Booby (1) 2023-03-05, Sooty Tern (1) 2023-03-05, Wedge-tailed Shearwater (1) 2023-03-05, White Tern (1) 2023-03-05" +21.43025556,-158.164918,"Black-crowned Night Heron (1) 2022-06-22, Black-necked Stilt (3) 2022-06-22, Red-vented Bulbul (1) 2022-06-22, Spotted Dove (1) 2022-06-22" +21.44851208,-158.2034157,"Brown Booby (1) 2021-01-04, Brown Noddy (1) 2021-01-04, Red-footed Booby (1) 2021-01-04, Saffron Finch (1) 2021-03-17" +21.44675653,-157.8946265,"Apapane (1) 2020-03-11, Barn Owl (1) 2020-03-11, Oahu Amakihi (1) 2020-03-11, Warbling White-eye (1) 2020-03-11" +21.45750047,-158.1937157,"Common Myna (1) 2023-05-12, Red-crested Cardinal (1) 2023-05-12, Red-vented Bulbul (1) 2023-05-12, Rock Pigeon (1) 2023-05-12" +21.47458309,-158.0102356,"Common Myna (1) 2023-07-31, Red-crested Cardinal (1) 2023-07-31, Rose-ringed Parakeet (1) 2019-12-31, Western Cattle Egret (1) 2023-07-31" +21.48486969,-158.2514832,"Brown Booby (1) 2022-11-09, Brown Noddy (1) 2022-11-09, Wedge-tailed Shearwater (1) 2022-11-09, White Tern (1) 2022-11-09" +21.50162711,-158.0003993,"Common Myna (1) 2023-07-30, House Sparrow (1) 2023-07-30, Rose-ringed Parakeet (1) 2023-07-30, Western Cattle Egret (1) 2024-01-12" +21.61053102,-158.0865985,"Indian Peafowl (1) 2023-01-27, Red-whiskered Bulbul (1) 2023-07-08, Sanderling (2) 2023-04-15, Wandering Tattler (1) 2023-04-14" +21.61972087,-158.1155241,"Brown Booby (1) 2021-06-28, Masked Booby (1) 2021-08-15, Wedge-tailed Shearwater (1) 2021-08-15, Western Cattle Egret (1) 2021-06-28" +21.63718937,-158.0091305,"Apapane (3) 2021-01-16, Red-vented Bulbul (3) 2021-01-16, Red-whiskered Bulbul (3) 2021-01-16, Warbling White-eye (3) 2021-01-16" +21.69150255,-158.0280909,"Black-crowned Night Heron (1) 2022-09-21, Common Gallinule (1) 2022-09-21, Hawaiian Coot (1) 2022-09-21, Muscovy Duck (1) 2022-09-21" +21.25835425,-158.1177017,"Black Noddy (2) 2021-01-14, Great Frigatebird (1) 2021-01-14, Laysan Albatross (1) 2021-01-14, White Tern (1) 2021-01-14, Zebra Dove (1) 2021-01-14" +21.27499189,-157.8766382,"Brown Booby (3) 2024-01-10, Rock Pigeon (1) 2020-03-05, Sooty Tern (1) 2020-03-05, Wedge-tailed Shearwater (1) 2023-11-07, White Tern (2) 2023-11-07" +21.29305893,-157.8765009,"Brown Booby (4) 2024-01-10, Red-footed Booby (1) 2023-02-14, Sooty Tern (1) 2023-01-24, Wedge-tailed Shearwater (1) 2023-10-07, White Tern (2) 2023-02-14" +21.3128047,-158.1655839,"Black Noddy (1) 2019-10-13, Brown Booby (1) 2019-10-13, Masked Booby (1) 2019-10-13, Wedge-tailed Shearwater (1) 2019-10-13, White Tern (1) 2019-10-13" +21.31156388,-157.9438458,"House Sparrow (2) 2021-12-02, Pacific Golden-Plover (2) 2021-12-02, Spotted Dove (2) 2021-12-02, White Tern (2) 2023-06-29" +21.31912965,-157.7316887,"Red Junglefowl (1) 2022-10-17, Red-billed Leiothrix (1) 2022-10-17, Red-vented Bulbul (1) 2022-10-17, Red-whiskered Bulbul (1) 2022-10-17, Warbling White-eye (1) 2022-10-17" +21.32992778,-157.9919253,"Gray Francolin (3) 2019-06-09, Mourning Dove (1) 2019-03-15, Saffron Finch (2) 2019-04-18, Spotted Dove (1) 2019-04-16, White-rumped Shama (1) 2019-05-13" +21.34854812,-158.0882329,"Common Myna (1) 2021-03-21, House Sparrow (1) 2020-12-20, Java Sparrow (1) 2020-12-20, Spotted Dove (2) 2021-05-27, Zebra Dove (1) 2020-12-21" +21.35575839,-157.7988761,"Common Myna (1) 2021-07-16, Red-whiskered Bulbul (1) 2021-07-16, Western Cattle Egret (1) 2021-07-16, White-rumped Shama (2) 2023-09-25, Zebra Dove (1) 2021-07-16" +21.36672346,-158.1074103,"Erckel's Spurfowl (1) 2019-01-23, Eurasian Skylark (2) 2020-10-25, Northern Mockingbird (1) 2019-01-23, Western Cattle Egret (1) 2019-01-23, Zebra Dove (1) 2019-01-23" +21.36513036,-157.8470199,"Pacific Golden-Plover (1) 2024-02-02, Red Junglefowl (1) 2023-05-17, Red-whiskered Bulbul (1) 2024-02-02, Western Cattle Egret (1) 2023-05-17, White-rumped Shama (1) 2024-02-02" +21.37492194,-157.9626826,"Common Myna (1) 2023-11-15, Pacific Golden-Plover (1) 2023-11-15, Spotted Dove (1) 2023-11-15, Western Cattle Egret (1) 2023-11-15, Zebra Dove (1) 2023-11-15" +21.38377238,-157.933683,"Common Myna (2) 2023-03-29, Red Junglefowl (2) 2023-03-29, Red-vented Bulbul (2) 2023-03-29, Rose-ringed Parakeet (2) 2023-07-03, Zebra Dove (2) 2023-03-29" +21.39274372,-157.9239717,"Common Myna (1) 2019-09-20, Red-crested Cardinal (1) 2019-09-20, Red-vented Bulbul (1) 2019-09-20, Red-whiskered Bulbul (1) 2019-09-20, Zebra Dove (1) 2019-09-20" +21.41055867,-157.8852521,"Apapane (1) 2021-10-31, House Finch (1) 2021-10-31, Oahu Amakihi (1) 2021-10-31, Red-billed Leiothrix (1) 2021-10-31, Warbling White-eye (1) 2021-10-31" +21.4396103,-158.2324139,"Black Noddy (1) 2023-05-14, Brown Booby (1) 2023-05-14, Brown Noddy (1) 2023-05-14, Wedge-tailed Shearwater (1) 2023-05-14, White Tern (1) 2023-05-14" +21.4756611,-158.2129202,"Erckel's Spurfowl (1) 2022-01-20, Gray Francolin (1) 2022-01-20, Red-vented Bulbul (1) 2022-01-20, Warbling White-eye (1) 2022-01-20, Zebra Dove (1) 2022-01-20" +21.49372985,-158.2128228,"Apapane (1) 2023-04-28, Erckel's Spurfowl (2) 2023-06-17, Red-whiskered Bulbul (1) 2023-04-28, Warbling White-eye (1) 2023-04-28, White-tailed Tropicbird (1) 2023-06-17" +21.49166339,-157.8556774,"Java Sparrow (1) 2023-04-24, Pacific Golden-Plover (1) 2023-03-29, Red Junglefowl (1) 2023-03-29, Ruddy Turnstone (1) 2023-04-24, Western Cattle Egret (2) 2023-10-16" +21.51060283,-157.990684,"Chestnut Munia (1) 2024-01-18, Common Myna (2) 2024-01-18, Java Sparrow (1) 2024-01-18, Red-vented Bulbul (2) 2024-01-18, White-rumped Shama (1) 2023-06-27" +21.51975201,-158.00993,"Common Myna (1) 2022-07-09, Indian Peafowl (1) 2022-07-09, Red-vented Bulbul (1) 2022-07-09, Warbling White-eye (1) 2022-07-09, White-rumped Shama (1) 2019-03-15" +21.637073,-157.9898064,"Apapane (1) 2022-07-08, Common Waxbill (1) 2022-07-08, Oahu Amakihi (1) 2022-07-08, Warbling White-eye (1) 2022-07-08, White-rumped Shama (1) 2022-07-08" +21.70047805,-158.0183639,"Hawaiian Coot (1) 2021-06-12, Indian Peafowl (1) 2021-06-12, Saffron Finch (1) 2021-06-12, White-rumped Shama (1) 2021-06-12, Yellow-fronted Canary (1) 2021-06-12" +21.25840372,-158.1273391,"Brown Booby (1) 2019-07-22, Great Frigatebird (1) 2019-07-22, Red-footed Booby (1) 2019-07-22, Wedge-tailed Shearwater (1) 2019-07-22, White Tern (1) 2019-07-22, White-tailed Tropicbird (1) 2019-07-22" +21.25659668,-157.8285934,"Black Noddy (1) 2022-02-15, Black-crowned Night Heron (1) 2022-02-15, Brown Booby (2) 2022-02-15, Western Cattle Egret (1) 2022-02-15, White Tern (2) 2023-04-15" +21.25567837,-157.7033229,"Brown Booby (5) 2022-05-20, Great Frigatebird (1) 2022-05-20, Red-footed Booby (1) 2022-05-20, Sooty Tern (2) 2022-04-06, Wandering Tattler (2) 2022-01-20, Wedge-tailed Shearwater (1) 2022-05-20" +21.28446142,-157.9440389,"Black Noddy (1) 2022-06-20, Brown Booby (2) 2023-10-27, Brown Noddy (1) 2022-06-20, Wedge-tailed Shearwater (1) 2022-06-20, White Tern (2) 2023-10-27" +21.2922463,-157.7608363,"Red-masked Parakeet (1) 2019-06-01, Red-vented Bulbul (2) 2019-10-29, Scaly-breasted Munia (3) 2020-02-19, Warbling White-eye (2) 2019-10-29, White Tern (2) 2019-10-29, Zebra Dove (2) 2019-10-29" +21.30980114,-157.6932092,"Java Sparrow (1) 2021-05-17, Northern Cardinal (1) 2021-05-17, Red-vented Bulbul (1) 2021-05-17, Spotted Dove (1) 2021-05-17, Western Cattle Egret (1) 2021-05-17, Zebra Dove (1) 2021-05-17" +21.32041269,-157.9148583,"Common Myna (3) 2022-07-13, House Finch (1) 2021-12-17, Red-crested Cardinal (1) 2021-12-17, Red-vented Bulbul (1) 2022-11-21, Spotted Dove (1) 2019-10-11, Zebra Dove (1) 2019-10-11" +21.31852839,-157.6545697,"Great Frigatebird (1) 2022-10-11, Red-footed Booby (1) 2022-10-11, Red-tailed Tropicbird (1) 2022-10-11, Ruddy Turnstone (1) 2022-10-11, Wandering Tattler (1) 2022-10-11, Wedge-tailed Shearwater (1) 2022-10-11" +21.33913241,-158.0207907,"Black-necked Stilt (1) 2019-03-28, Common Myna (1) 2021-08-22, Common Waxbill (1) 2021-08-22, Java Sparrow (1) 2021-08-22, Pacific Golden-Plover (1) 2021-08-22, Western Cattle Egret (1) 2021-08-22" +21.3482775,-158.0400169,"African Silverbill (2) 2019-03-10, Common Waxbill (2) 2019-03-10, Gray Francolin (1) 2023-11-19, Red-crested Cardinal (1) 2023-11-19, Saffron Finch (2) 2019-03-10, Spotted Dove (1) 2023-11-19" +21.35504,-157.7024507,"Cackling Goose (1) 2021-04-14, Common Gallinule (1) 2021-04-14, House Finch (1) 2021-04-14, Laughing Gull (1) 2020-01-12, Ruddy Turnstone (1) 2021-04-14, Wandering Tattler (1) 2021-04-14" +21.36594822,-157.9723905,"House Finch (2) 2024-02-29, Java Sparrow (2) 2024-02-29, Rock Pigeon (2) 2024-02-29, Rose-ringed Parakeet (2) 2024-02-29, Spotted Dove (2) 2024-02-29, Zebra Dove (2) 2024-02-29" +21.36479154,-157.7988024,"Red Junglefowl (2) 2023-04-12, Red-billed Leiothrix (1) 2022-12-27, Red-crested Cardinal (1) 2023-07-26, Red-vented Bulbul (1) 2020-02-23, Warbling White-eye (1) 2022-12-27, White-rumped Shama (1) 2022-12-27" +21.38446817,-158.0494265,"Black Francolin (1) 2023-10-31, Gray Francolin (1) 2023-09-29, Oahu Amakihi (1) 2023-09-20, Red-crested Cardinal (1) 2023-09-20, Red-vented Bulbul (1) 2023-09-29, Red-whiskered Bulbul (1) 2023-09-20" +21.39333537,-158.0204299,"Java Sparrow (2) 2023-02-23, Red-crested Cardinal (1) 2023-02-23, Rock Pigeon (1) 2020-03-05, Rose-ringed Parakeet (1) 2020-03-05, Spotted Dove (1) 2023-02-23, Zebra Dove (1) 2023-02-23" +21.39255562,-157.8950348,"Common Myna (1) 2019-06-19, House Finch (1) 2019-06-19, Red-billed Leiothrix (2) 2022-12-30, Red-crested Cardinal (1) 2019-06-19, Red-vented Bulbul (1) 2019-06-19, Zebra Dove (1) 2019-06-19" +21.39101821,-157.6828422,"Black Noddy (1) 2023-01-08, Brown Booby (1) 2023-01-08, Great Frigatebird (1) 2023-01-08, Red-footed Booby (1) 2023-01-08, Red-whiskered Bulbul (1) 2023-01-12, Sooty Tern (1) 2023-01-08" +21.41029716,-157.8466654,"Oahu Amakihi (1) 2019-12-05, Oahu Elepaio (1) 2019-12-05, Red-billed Leiothrix (1) 2019-12-05, Warbling White-eye (1) 2019-12-05, White-rumped Shama (1) 2019-12-05, Zebra Dove (1) 2019-12-05" +21.43924155,-158.1552171,"Common Myna (1) 2021-06-12, Common Waxbill (1) 2021-06-12, Red-vented Bulbul (1) 2021-06-12, Saffron Finch (1) 2021-06-12, Spotted Dove (1) 2021-06-12, Zebra Dove (1) 2021-06-12" +21.49159669,-157.8460256,"Common Myna (2) 2020-01-11, Laysan Albatross (1) 2021-11-28, Feral Mallard (2) 2020-01-11, Muscovy Duck (1) 2023-09-24, Pacific Golden-Plover (2) 2020-01-11, Western Cattle Egret (2) 2020-01-11" +21.50248199,-158.1548518,"Apapane (1) 2022-02-26, Erckel's Spurfowl (1) 2022-02-26, Oahu Amakihi (1) 2022-02-26, Red-billed Leiothrix (1) 2022-02-26, Red-vented Bulbul (1) 2022-02-26, Warbling White-eye (1) 2022-02-26" +21.51042544,-157.9617231,"Common Waxbill (1) 2022-07-09, Oahu Elepaio (1) 2022-07-09, Red-billed Leiothrix (1) 2022-07-09, Red-crested Cardinal (1) 2022-07-09, Warbling White-eye (1) 2022-07-09, White-rumped Shama (1) 2022-07-09" +21.5095271,-157.826577,"Great Frigatebird (1) 2019-04-10, Red-footed Booby (3) 2022-08-20, Red-vented Bulbul (1) 2021-06-24, Spotted Dove (3) 2022-08-20, Wedge-tailed Shearwater (4) 2022-08-20, Zebra Dove (3) 2022-08-20" +21.52901042,-158.0484884,"Common Myna (1) 2019-09-13, Common Waxbill (1) 2019-09-13, Gray Francolin (1) 2019-09-13, Pacific Golden-Plover (1) 2019-09-13, Red-vented Bulbul (1) 2019-09-13, Ruddy Turnstone (1) 2019-09-13" +21.55697218,-158.2124788,"Common Waxbill (1) 2021-01-09, Japanese Bush Warbler (1) 2021-01-09, Red-crested Cardinal (1) 2021-01-09, Red-vented Bulbul (1) 2021-01-09, Warbling White-eye (1) 2021-01-09, White-rumped Shama (1) 2021-01-09" +21.58440351,-158.2896089,"Brown Booby (1) 2023-04-01, Brown Noddy (1) 2023-04-01, Great Frigatebird (1) 2023-04-01, Laysan Albatross (1) 2023-04-01, Wedge-tailed Shearwater (1) 2023-04-01" +21.60025709,-157.8838045,"Common Myna (1) 2021-12-26, Java Sparrow (1) 2021-12-26, Pacific Golden-Plover (1) 2021-12-26, Red Junglefowl (1) 2021-12-26, Western Cattle Egret (1) 2021-12-26, Zebra Dove (1) 2021-12-26" +21.61068763,-158.1155795,"Brown Booby (4) 2023-09-05, Brown Noddy (2) 2023-09-05, Laysan Albatross (1) 2021-08-04, Sooty Tern (2) 2023-09-05, Wedge-tailed Shearwater (4) 2023-09-05" +21.2557523,-157.7129587,"Great Frigatebird (1) 2019-06-04, Red-footed Booby (1) 2019-06-04, Red-vented Bulbul (2) 2019-06-08, Spotted Dove (1) 2019-06-04, Wandering Tattler (1) 2019-06-08, Wedge-tailed Shearwater (1) 2019-06-04, White Tern (1) 2019-06-08" +21.26743861,-158.1272861,"Brown Booby (1) 2022-03-26, Brown Noddy (1) 2020-03-26, Red-footed Booby (1) 2022-03-26, Sooty Shearwater (1) 2020-03-26, Sooty Tern (1) 2020-03-26, Wedge-tailed Shearwater (1) 2020-03-26, White Tern (2) 2022-03-26" +21.26463666,-157.6936077,"Brown Booby (1) 2023-04-07, Brown Noddy (2) 2023-04-07, Great Frigatebird (1) 2023-04-07, Red-footed Booby (2) 2023-04-07, Red-tailed Tropicbird (2) 2023-04-07, Sooty Tern (1) 2023-04-07, Wedge-tailed Shearwater (1) 2023-04-07" +21.28389558,-157.8572935,"Black Noddy (8) 2019-03-31, Brown Booby (9) 2023-10-24, Brown Noddy (1) 2023-10-24, Red-footed Booby (8) 2019-03-31, Sooty Tern (8) 2019-03-31, Wedge-tailed Shearwater (8) 2019-03-31, White Tern (9) 2023-10-24" +21.31045365,-157.7799642,"Chestnut Munia (1) 2021-08-21, Common Myna (1) 2022-12-19, Common Waxbill (2) 2022-12-19, Red-billed Leiothrix (1) 2021-08-21, Rose-ringed Parakeet (1) 2022-12-19, Scaly-breasted Munia (1) 2021-08-21, Zebra Dove (1) 2022-12-19" +21.32028696,-157.8955766,"Black-crowned Night Heron (2) 2020-07-09, Black-necked Stilt (1) 2022-09-09, Brown Booby (1) 2019-10-13, Pacific Golden-Plover (1) 2022-09-09, Ruddy Turnstone (1) 2022-09-09, Sooty Tern (1) 2022-11-23, Western Cattle Egret (1) 2020-03-01" +21.33053177,-158.0979871,"Common Myna (1) 2023-09-14, Common Waxbill (1) 2023-09-14, Pacific Golden-Plover (1) 2023-09-14, Red Avadavat (1) 2023-09-14, Red-crested Cardinal (1) 2023-09-14, Saffron Finch (2) 2023-09-14, Western Cattle Egret (1) 2023-09-14" +21.32925687,-157.8858677,"Common Myna (4) 2023-10-19, House Sparrow (1) 2019-10-30, Red-vented Bulbul (1) 2023-10-19, Spotted Dove (1) 2019-10-30, Warbling White-eye (1) 2019-10-30, Western Cattle Egret (2) 2021-11-10, Zebra Dove (2) 2023-10-19" +21.32919267,-157.8762265,"House Sparrow (1) 2021-07-07, Java Sparrow (1) 2019-03-01, Red-crested Cardinal (1) 2022-02-22, Red-vented Bulbul (1) 2021-07-07, Rose-ringed Parakeet (1) 2022-02-22, Spotted Dove (1) 2021-07-07, Zebra Dove (1) 2019-03-01" +21.34692989,-157.8278767,"Common Myna (1) 2024-02-19, Common Waxbill (1) 2024-02-19, Feral Mallard (1) 2024-02-19, Oahu Amakihi (1) 2021-04-20, Pacific Golden-Plover (1) 2024-02-19, Red-billed Leiothrix (1) 2021-04-20" +21.3462285,-157.7314553,"Common Myna (1) 2022-05-30, Red-vented Bulbul (1) 2022-05-30, Red-whiskered Bulbul (1) 2022-05-30, Rock Pigeon (1) 2022-05-30, Spotted Dove (1) 2022-05-30, Western Cattle Egret (1) 2022-05-30, Zebra Dove (1) 2022-05-30" +21.35568903,-157.7892333,"Apapane (1) 2021-12-25, Japanese Bush Warbler (1) 2021-07-11, Red-billed Leiothrix (1) 2021-12-25, Red-vented Bulbul (1) 2021-12-25, Warbling White-eye (1) 2021-12-25, White-rumped Shama (1) 2021-12-25, White-tailed Tropicbird (1) 2021-07-26" +21.37382471,-157.7987286,"Chestnut Munia (2) 2021-05-13, Common Myna (2) 2021-05-13, Common Waxbill (1) 2019-04-01, Pacific Golden-Plover (1) 2019-04-01, Red-crested Cardinal (2) 2021-05-13, Red-vented Bulbul (2) 2021-05-13, White-rumped Shama (1) 2019-04-01" +21.38435756,-158.0301355,"Common Myna (2) 2023-03-29, Pacific Golden-Plover (1) 2019-03-28, Red-vented Bulbul (2) 2023-03-29, Rose-ringed Parakeet (1) 2019-03-28, Spotted Dove (1) 2019-03-28, Western Cattle Egret (3) 2023-03-29, Zebra Dove (1) 2019-03-28" +21.38430155,-158.0204901,"Common Myna (1) 2019-08-13, Common Waxbill (1) 2019-08-13, House Finch (1) 2019-08-13, Saffron Finch (1) 2019-08-13, Spotted Dove (1) 2019-08-13, Warbling White-eye (1) 2019-08-13, Zebra Dove (1) 2019-08-13" +21.3841304,-157.9915541,"Common Myna (2) 2023-01-02, Northern Cardinal (2) 2023-01-02, Red-crested Cardinal (2) 2023-01-02, Red-vented Bulbul (2) 2023-01-02, Spotted Dove (2) 2023-01-02, White-rumped Shama (2) 2023-01-02, Zebra Dove (2) 2023-01-02" +21.40995752,-157.7984331,"Common Myna (1) 2023-07-10, Red Junglefowl (1) 2023-07-10, Rock Pigeon (1) 2023-07-10, Saffron Finch (1) 2023-07-10, Spotted Dove (1) 2023-07-10, Warbling White-eye (1) 2023-07-10, Western Cattle Egret (1) 2023-07-10" +21.42900107,-157.943003,"Chinese Hwamei (1) 2019-01-06, Common Waxbill (1) 2019-02-09, Oahu Amakihi (1) 2019-02-09, Red-billed Leiothrix (1) 2020-02-03, Red-crowned Parrot (1) 2019-01-06, Warbling White-eye (1) 2022-05-29, White-rumped Shama (1) 2019-01-06" +21.44602052,-157.7884888,"Black-necked Stilt (1) 2022-01-07, Common Waxbill (1) 2022-01-07, House Finch (1) 2022-01-07, Pacific Golden-Plover (1) 2022-01-07, Ruddy Turnstone (1) 2022-01-07, Saffron Finch (1) 2022-01-07, Western Cattle Egret (2) 2024-01-21" +21.47486468,-158.0584927,"Chestnut Munia (2) 2021-11-30, Common Myna (2) 2021-11-30, Common Waxbill (2) 2021-11-30, Red-crested Cardinal (2) 2021-11-30, Scaly-breasted Munia (2) 2021-11-30, White-rumped Shama (2) 2021-11-30, Zebra Dove (2) 2021-11-30" +21.4934474,-158.1549044,"Common Myna (1) 2022-02-26, Common Waxbill (1) 2022-02-26, Spotted Dove (1) 2022-02-26, Warbling White-eye (1) 2022-02-26, White-rumped Shama (1) 2022-02-26, Yellow-fronted Canary (1) 2022-02-26, Zebra Dove (1) 2022-02-26" +21.50069675,-157.8556068,"Common Myna (3) 2023-03-29, Indian Peafowl (1) 2020-12-08, Red-crested Cardinal (1) 2020-11-29, Red-whiskered Bulbul (2) 2020-12-08, Spotted Dove (1) 2020-12-08, Western Cattle Egret (1) 2023-03-29, White-rumped Shama (1) 2020-12-08" +21.52772915,-157.8457404,"Common Myna (1) 2019-07-08, Common Waxbill (1) 2019-07-08, Red-crested Cardinal (1) 2019-07-08, Rock Pigeon (1) 2019-07-08, Scaly-breasted Munia (1) 2019-07-08, Western Cattle Egret (1) 2019-07-08, Zebra Dove (1) 2019-07-08" +21.5387645,-158.1836095,"Japanese Bush Warbler (1) 2022-06-10, Kalij Pheasant (1) 2022-06-10, Red-billed Leiothrix (1) 2022-06-10, Red-crested Cardinal (1) 2022-06-10, Red-vented Bulbul (1) 2022-06-10, Warbling White-eye (1) 2022-06-10, White-rumped Shama (1) 2022-06-10" +21.55669315,-158.1545341,"Indian Peafowl (1) 2021-10-26, Java Sparrow (1) 2021-10-26, Kalij Pheasant (1) 2021-10-26, Pacific Golden-Plover (1) 2021-10-26, Spotted Dove (1) 2021-10-26, Western Cattle Egret (1) 2021-10-26, Zebra Dove (1) 2021-10-26" +21.5566429,-158.1448775,"Common Myna (1) 2022-07-24, Gray Francolin (1) 2022-07-24, Indian Peafowl (1) 2022-07-24, Red-crested Cardinal (1) 2022-07-24, Red-vented Bulbul (1) 2022-07-24, Spotted Dove (1) 2022-07-24, Warbling White-eye (1) 2022-07-24" +21.57309332,-157.874355,"Common Waxbill (1) 2021-02-19, Red-crested Cardinal (1) 2022-06-16, Red-vented Bulbul (1) 2022-06-16, Red-whiskered Bulbul (1) 2022-06-16, Spotted Dove (1) 2022-06-16, White-rumped Shama (2) 2022-06-16, Zebra Dove (1) 2022-06-16" +21.59251619,-158.0963716,"Common Gallinule (1) 2021-08-12, Common Myna (1) 2022-10-08, Gray Francolin (2) 2019-04-30, House Sparrow (1) 2022-10-08, Saffron Finch (2) 2021-07-19, Western Cattle Egret (3) 2022-11-24, Zebra Dove (1) 2022-10-08" +21.63736006,-158.038117,"Blue-crowned Parakeet (1) 2022-11-15, Common Gallinule (1) 2022-06-22, Common Myna (1) 2022-06-22, Feral Mallard (1) 2022-06-22, Oahu Amakihi (1) 2019-08-29, Red-vented Bulbul (1) 2019-08-28, Rock Pigeon (1) 2022-06-22" +21.65564299,-158.07665,"Black Noddy (1) 2019-04-06, Brown Booby (1) 2019-04-06, Brown Noddy (1) 2019-04-06, Red-footed Booby (1) 2019-04-06, Sooty Shearwater (1) 2019-04-06, Sooty Tern (1) 2019-04-06, Wedge-tailed Shearwater (1) 2019-04-06" +21.66446026,-158.0379369,"Common Myna (1) 2024-01-12, Red-vented Bulbul (1) 2023-06-23, Red-whiskered Bulbul (2) 2024-01-12, Saffron Finch (1) 2023-06-23, Warbling White-eye (1) 2024-01-12, White-rumped Shama (1) 2023-06-23, Zebra Dove (1) 2024-01-12" +21.70012441,-157.960367,"Chestnut Munia (1) 2021-07-13, Common Myna (1) 2021-07-13, Hawaiian Coot (1) 2021-07-13, Red Junglefowl (1) 2021-07-13, Red-vented Bulbul (1) 2021-07-13, Spotted Dove (1) 2021-07-13, Zebra Dove (1) 2021-07-13" +21.71836629,-157.9892389,"Chestnut Munia (1) 2023-04-22, Common Myna (1) 2023-04-22, Pacific Golden-Plover (1) 2023-04-22, Red Junglefowl (1) 2023-04-22, Western Cattle Egret (1) 2023-04-22, White-rumped Shama (1) 2023-04-22, Zebra Dove (1) 2023-04-22" +21.28247517,-157.6645359,"Common Myna (1) 2019-04-26, Common Waxbill (1) 2019-04-26, Red-crested Cardinal (1) 2019-04-26, Rock Pigeon (1) 2019-04-26, Sooty Tern (1) 2019-04-26, Wandering Tattler (1) 2019-04-26, Western Cattle Egret (1) 2019-04-26, Zebra Dove (1) 2019-04-26" +21.32858968,-157.7894559,"Common Myna (1) 2023-09-17, Common Waxbill (1) 2023-09-17, Red-billed Leiothrix (2) 2023-09-17, Red-vented Bulbul (1) 2023-09-17, Scaly-breasted Munia (1) 2023-09-17, Warbling White-eye (1) 2023-09-17, White-rumped Shama (1) 2019-02-25, Zebra Dove (1) 2023-09-17" +21.34719498,-157.8664462,"Common Myna (1) 2024-02-17, House Finch (1) 2024-02-17, Pacific Golden-Plover (1) 2021-02-26, Red-crested Cardinal (1) 2021-02-26, Red-whiskered Bulbul (1) 2024-02-17, Scaly-breasted Munia (1) 2023-12-05, Spotted Dove (1) 2024-02-17, Zebra Dove (1) 2024-02-17" +21.34712954,-157.8568037,"Common Waxbill (1) 2021-11-06, Red-vented Bulbul (1) 2021-11-06, Red-whiskered Bulbul (1) 2021-02-25, Rose-ringed Parakeet (1) 2021-11-06, Spotted Dove (1) 2021-11-06, Warbling White-eye (3) 2021-11-06, Yellow-fronted Canary (1) 2021-11-06, Zebra Dove (2) 2021-11-06" +21.37532359,-158.0301951,"Common Myna (2) 2022-08-29, Common Waxbill (1) 2022-08-29, Feral Mallard (1) 2022-08-29, Pacific Golden-Plover (1) 2022-08-29, Spotted Dove (1) 2022-08-29, Western Cattle Egret (1) 2022-08-29, White-rumped Shama (1) 2020-01-06, Zebra Dove (1) 2020-01-06" +21.37526772,-158.0205503,"Common Myna (2) 2023-05-15, House Finch (1) 2023-05-15, House Sparrow (1) 2023-05-15, Red Junglefowl (1) 2021-05-23, Red-crested Cardinal (1) 2023-05-15, Spotted Dove (1) 2023-05-15, Western Cattle Egret (2) 2023-05-15, Zebra Dove (1) 2023-05-15" +21.38326325,-157.8565231,"Common Waxbill (1) 2022-01-26, Northern Cardinal (1) 2022-01-26, Red-billed Leiothrix (1) 2022-01-26, Red-crested Cardinal (1) 2022-01-26, Red-vented Bulbul (1) 2022-01-26, Red-whiskered Bulbul (1) 2022-01-26, Warbling White-eye (1) 2022-01-26, White-rumped Shama (1) 2022-01-26" +21.41105454,-157.9624271,"Common Myna (1) 2023-05-14, House Sparrow (1) 2023-05-14, Northern Cardinal (1) 2023-05-14, Pacific Golden-Plover (1) 2022-02-21, Red-vented Bulbul (1) 2023-05-14, Rock Pigeon (1) 2023-05-14, Rose-ringed Parakeet (1) 2023-05-14, Spotted Dove (1) 2023-05-14" +21.41919626,-157.8273002,"Common Myna (3) 2021-02-13, Java Sparrow (1) 2021-02-13, Northern Cardinal (1) 2021-02-13, Red-crested Cardinal (1) 2021-02-13, Red-vented Bulbul (1) 2019-05-16, Red-whiskered Bulbul (1) 2019-05-16, White-rumped Shama (2) 2021-02-13, Zebra Dove (2) 2021-02-13" +21.4191283,-157.8176531,"Common Myna (1) 2019-04-24, Red Junglefowl (1) 2019-04-24, Red-crested Cardinal (1) 2019-04-24, Red-vented Bulbul (1) 2019-04-24, Spotted Dove (1) 2019-04-24, Warbling White-eye (1) 2019-04-24, White-rumped Shama (1) 2019-04-24, Zebra Dove (1) 2019-04-24" +21.44841932,-158.1841152,"Common Myna (3) 2023-01-06, House Finch (1) 2019-07-20, House Sparrow (1) 2023-01-05, Red-crested Cardinal (2) 2023-01-06, Red-vented Bulbul (1) 2019-07-20, Rock Pigeon (1) 2023-01-06, Spotted Dove (1) 2023-01-05, Zebra Dove (3) 2023-01-06" +21.44748166,-158.0104187,"Common Myna (1) 2022-12-11, House Finch (1) 2022-12-11, Pacific Golden-Plover (2) 2022-12-11, Red-crested Cardinal (1) 2022-12-11, Red-vented Bulbul (1) 2022-12-11, Western Cattle Egret (1) 2022-12-11, White-rumped Shama (1) 2022-12-11, Zebra Dove (1) 2022-12-11" +21.45754657,-158.2033666,"Common Myna (3) 2023-11-20, House Sparrow (3) 2023-11-20, Java Sparrow (1) 2022-03-14, Red-crested Cardinal (2) 2023-11-20, Red-vented Bulbul (2) 2023-11-20, Saffron Finch (1) 2023-10-25, Spotted Dove (3) 2023-11-20, Zebra Dove (3) 2023-11-20" +21.4564003,-157.9910576,"Black-crowned Night Heron (1) 2023-04-08, Common Myna (1) 2022-05-07, Common Waxbill (1) 2022-05-07, House Finch (1) 2022-05-07, Peregrine Falcon (1) 2021-01-10, Red-crowned Parrot (3) 2022-05-07, Rose-ringed Parakeet (1) 2024-02-21, Warbling White-eye (1) 2022-05-07" +21.47353016,-157.8461681,"Chestnut Munia (1) 2019-04-19, Common Myna (1) 2021-07-12, Pacific Golden-Plover (1) 2019-04-19, Red-tailed Tropicbird (1) 2019-09-02, Red-whiskered Bulbul (1) 2019-04-19, Scaly-breasted Munia (1) 2019-09-09, Warbling White-eye (1) 2019-04-19, Western Cattle Egret (1) 2021-07-12" +21.48389771,-158.0584345,"Common Myna (2) 2021-12-07, House Finch (2) 2021-12-07, Pacific Golden-Plover (2) 2021-12-07, Saffron Finch (2) 2021-12-07, Spotted Dove (2) 2021-12-07, Warbling White-eye (2) 2021-12-07, Western Cattle Egret (2) 2021-12-07, Zebra Dove (2) 2021-12-07" +21.49309438,-158.0873344,"Common Myna (4) 2021-12-03, Gray Francolin (2) 2021-12-01, House Finch (4) 2021-12-03, Northern Cardinal (2) 2021-12-03, Pacific Golden-Plover (2) 2021-12-01, Red-crested Cardinal (2) 2021-12-03, Spotted Dove (4) 2021-12-03, Zebra Dove (4) 2021-12-03" +21.50289692,-158.2417364,"Brown Booby (1) 2022-01-31, Brown Noddy (1) 2022-01-31, Common Myna (1) 2022-01-31, Laysan Albatross (1) 2022-01-31, Red-crested Cardinal (1) 2022-01-31, Rock Pigeon (1) 2022-01-31, White Tern (1) 2022-01-31, Zebra Dove (1) 2022-01-31" +21.52843245,-157.95194,"Apapane (2) 2023-10-27, Common Waxbill (1) 2019-11-16, House Finch (1) 2023-10-27, Red-billed Leiothrix (1) 2019-11-16, Red-vented Bulbul (2) 2023-10-27, Red-whiskered Bulbul (1) 2019-11-16, Warbling White-eye (2) 2023-10-27, White-rumped Shama (1) 2019-11-16" +21.53899053,-158.2318919,"Common Myna (4) 2022-03-20, Red-crested Cardinal (4) 2022-03-20, Red-vented Bulbul (2) 2022-03-20, Sanderling (2) 2019-04-21, Spotted Dove (2) 2019-04-21, Wandering Tattler (6) 2022-03-20, Warbling White-eye (4) 2022-03-20, Zebra Dove (4) 2022-03-20" +21.54739872,-158.1063082,"Common Myna (2) 2023-03-29, House Sparrow (1) 2022-03-08, Pacific Golden-Plover (1) 2022-03-08, Red Junglefowl (1) 2022-03-08, Rock Pigeon (1) 2022-03-08, Saffron Finch (1) 2022-03-08, Spotted Dove (2) 2023-03-29, Zebra Dove (2) 2023-03-29" +21.56626529,-158.2703804,"Brown Booby (2) 2024-02-03, Common Myna (1) 2024-02-03, Erckel's Spurfowl (1) 2024-02-03, Laysan Albatross (1) 2024-02-03, Red-footed Booby (1) 2024-02-03, Red-vented Bulbul (1) 2024-02-03, Wandering Tattler (1) 2024-02-03, Wedge-tailed Shearwater (1) 2024-02-03" +21.58389233,-158.1736926,"Common Myna (2) 2023-02-18, Java Sparrow (1) 2023-02-18, Pacific Golden-Plover (1) 2022-11-04, Red-crested Cardinal (1) 2023-02-18, Red-whiskered Bulbul (1) 2023-02-18, Ruddy Turnstone (1) 2022-11-04, Saffron Finch (1) 2022-11-04, Zebra Dove (1) 2023-02-18" +21.61882732,-157.9609499,"Common Waxbill (2) 2021-10-23, Japanese Bush Warbler (3) 2021-10-23, Oahu Amakihi (2) 2021-10-23, Red-billed Leiothrix (3) 2021-10-23, Red-vented Bulbul (3) 2021-10-23, Red-whiskered Bulbul (1) 2021-10-23, Warbling White-eye (3) 2021-10-23, White-rumped Shama (2) 2021-10-23" +21.62803935,-157.9898693,"Common Waxbill (1) 2021-11-13, Oahu Amakihi (1) 2021-11-13, Pacific Golden-Plover (1) 2021-11-13, Red-billed Leiothrix (1) 2021-11-13, Red-vented Bulbul (1) 2021-11-13, Red-whiskered Bulbul (1) 2021-11-13, Warbling White-eye (1) 2021-11-13, White-rumped Shama (1) 2021-11-13" +21.63671035,-157.9318351,"Common Myna (1) 2019-05-15, Common Waxbill (1) 2019-05-15, Mourning Dove (1) 2020-09-13, Red-billed Leiothrix (1) 2019-05-15, Red-vented Bulbul (1) 2019-05-15, Red-whiskered Bulbul (1) 2019-05-15, Warbling White-eye (1) 2019-05-15, White-rumped Shama (1) 2019-05-15" +21.28452142,-157.9536775,"Black-necked Stilt (1) 2022-06-11, Brown Booby (1) 2022-06-11, Laysan Albatross (1) 2022-11-25, Rose-ringed Parakeet (1) 2022-06-11, Ruddy Turnstone (1) 2022-06-11, Sooty Tern (1) 2022-06-11, Western Cattle Egret (1) 2022-06-11, White Tern (2) 2022-11-25, Zebra Dove (1) 2022-06-11" +21.28342358,-157.7898262,"Common Myna (2) 2024-01-22, Common Waxbill (2) 2019-11-24, House Finch (1) 2023-12-20, House Sparrow (4) 2024-01-22, Java Sparrow (2) 2019-11-24, Red-crested Cardinal (2) 2019-11-24, Red-vented Bulbul (3) 2023-12-20, Rose-ringed Parakeet (4) 2019-11-24, Zebra Dove (1) 2024-01-22" +21.31150275,-157.9342053,"Black-crowned Night Heron (3) 2021-09-27, Black-necked Stilt (3) 2021-09-27, Northern Cardinal (1) 2019-02-02, Pacific Golden-Plover (3) 2021-09-27, Ruddy Turnstone (3) 2021-09-27, Spotted Dove (1) 2019-02-02, Wandering Tattler (2) 2021-09-27, Western Cattle Egret (3) 2021-09-27, Zebra Dove (1) 2019-02-02" +21.32801583,-157.71233,"Barn Owl (1) 2021-08-10, Common Myna (1) 2021-08-10, Japanese Bush Warbler (1) 2021-08-10, Java Sparrow (1) 2021-08-10, Red Junglefowl (1) 2021-08-10, Red-vented Bulbul (1) 2021-08-10, Red-whiskered Bulbul (1) 2021-08-10, Spotted Dove (1) 2021-08-10, Warbling White-eye (1) 2021-08-10" +21.34833243,-158.04966,"Black Francolin (1) 2021-05-10, Chestnut Munia (1) 2021-05-10, Common Myna (1) 2021-05-10, Common Waxbill (1) 2021-05-10, Gray Francolin (1) 2021-05-10, House Sparrow (1) 2021-05-10, Red-vented Bulbul (2) 2024-01-30, Saffron Finch (1) 2021-05-10, Zebra Dove (1) 2021-05-10" +21.35752899,-158.0785331,"Common Myna (3) 2023-03-04, Pacific Golden-Plover (4) 2023-03-04, Red-crested Cardinal (1) 2023-02-28, Red-vented Bulbul (1) 2023-03-04, Red-whiskered Bulbul (1) 2023-02-25, Saffron Finch (3) 2023-03-04, Spotted Dove (1) 2023-02-25, Western Cattle Egret (1) 2023-03-04, Zebra Dove (2) 2023-03-04" +21.35554871,-157.7699477,"Common Myna (1) 2020-03-27, House Sparrow (1) 2020-03-27, Northern Cardinal (1) 2021-03-26, Red-billed Leiothrix (2) 2021-05-28, Red-crested Cardinal (3) 2021-05-28, Red-whiskered Bulbul (2) 2023-04-04, Western Cattle Egret (1) 2020-03-27, White-rumped Shama (4) 2021-05-28, Zebra Dove (1) 2020-03-27" +21.3551883,-157.7217351,"Common Myna (1) 2022-12-09, Common Waxbill (1) 2022-12-09, Gray Francolin (1) 2022-12-09, Feral Mallard (1) 2022-12-09, Pacific Golden-Plover (1) 2021-08-18, Red-crested Cardinal (1) 2022-12-09, Ruddy Turnstone (1) 2021-08-18, Western Cattle Egret (1) 2022-12-09, Zebra Dove (1) 2022-12-09" +21.37590496,-158.1362906,"Brown Booby (2) 2023-02-01, Common Myna (2) 2023-02-01, Red Junglefowl (1) 2023-02-01, Red-crested Cardinal (1) 2023-02-01, Red-vented Bulbul (1) 2023-02-01, Saffron Finch (2) 2023-03-28, Western Cattle Egret (2) 2023-02-01, Zebra Dove (2) 2023-02-01" +21.38418786,-158.0011993,"African Silverbill (2) 2023-08-28, Chestnut Munia (1) 2022-04-18, Common Myna (2) 2022-04-18, House Sparrow (1) 2021-01-02, Rock Pigeon (2) 2022-04-18, Saffron Finch (1) 2022-04-18, Spotted Dove (1) 2021-01-02, Warbling White-eye (1) 2021-01-02, Zebra Dove (2) 2022-04-18" +21.39322137,-158.0011378,"Common Myna (1) 2023-04-09, House Finch (1) 2023-04-09, House Sparrow (1) 2023-04-09, Java Sparrow (1) 2023-04-09, Red-vented Bulbul (1) 2023-04-09, Rose-ringed Parakeet (1) 2023-04-09, Spotted Dove (1) 2023-04-09, Western Cattle Egret (1) 2023-04-09, Zebra Dove (1) 2023-04-09" +21.40208035,-157.9721372,"Common Myna (2) 2023-01-07, House Sparrow (2) 2023-01-07, Northern Cardinal (1) 2021-06-19, Pacific Golden-Plover (2) 2023-04-08, Red Junglefowl (1) 2023-01-07, Red-crested Cardinal (1) 2023-01-07, Spotted Dove (1) 2022-01-06, Western Cattle Egret (1) 2022-01-06, Zebra Dove (2) 2023-01-07" +21.41173408,-158.0781934,"Common Myna (1) 2021-02-08, House Finch (1) 2021-02-08, Indian Peafowl (1) 2021-02-08, Japanese Bush Warbler (1) 2021-02-08, Mourning Dove (1) 2021-02-08, Northern Cardinal (1) 2021-02-08, Red-vented Bulbul (1) 2021-02-08, Spotted Dove (1) 2021-02-08, Warbling White-eye (1) 2021-02-08" +21.42107492,-158.136025,"Common Myna (1) 2023-01-09, Common Waxbill (1) 2023-01-09, Eurasian Skylark (1) 2023-01-09, Red-crested Cardinal (1) 2023-01-09, Red-vented Bulbul (1) 2023-01-09, Saffron Finch (1) 2023-01-09, Spotted Dove (1) 2023-01-09, Warbling White-eye (1) 2023-01-09, Zebra Dove (1) 2023-01-09" +21.44742443,-158.0007692,"African Silverbill (1) 2019-11-05, Common Myna (1) 2019-11-05, Red-vented Bulbul (1) 2019-11-05, Rock Pigeon (2) 2019-11-05, Rose-ringed Parakeet (1) 2019-11-05, Spotted Dove (1) 2019-11-05, Warbling White-eye (1) 2019-11-05, Western Cattle Egret (1) 2019-11-05, Zebra Dove (1) 2019-11-05" +21.48400826,-158.0777387,"Common Myna (1) 2019-06-30, Gray Francolin (1) 2021-05-28, House Finch (1) 2019-06-30, Red Junglefowl (1) 2019-06-30, Red-vented Bulbul (1) 2019-06-30, Spotted Dove (1) 2019-06-30, Warbling White-eye (1) 2019-06-30, Western Cattle Egret (1) 2019-06-30, Zebra Dove (2) 2021-05-28" +21.501964,-158.0583181,"Common Myna (2) 2023-03-29, House Finch (1) 2021-12-08, Northern Cardinal (1) 2021-12-08, Pacific Golden-Plover (1) 2021-12-08, Red-crested Cardinal (2) 2023-03-29, Red-vented Bulbul (2) 2023-03-29, Spotted Dove (1) 2021-12-08, White-rumped Shama (1) 2021-12-08, Zebra Dove (1) 2021-12-08" +21.51066084,-158.0003376,"Common Myna (1) 2024-01-14, Indian Peafowl (1) 2021-09-21, Java Sparrow (1) 2024-01-14, Pacific Golden-Plover (3) 2024-01-14, Red Junglefowl (1) 2021-09-21, Red-crested Cardinal (2) 2024-01-14, Saffron Finch (1) 2024-01-14, Spotted Dove (1) 2024-01-14, Zebra Dove (1) 2024-01-14" +21.51939885,-157.9520048,"Apapane (1) 2024-01-20, Common Myna (1) 2024-01-20, Oahu Amakihi (1) 2024-01-20, Red-billed Leiothrix (1) 2024-01-20, Red-vented Bulbul (1) 2024-01-20, Spotted Dove (1) 2024-01-20, Warbling White-eye (1) 2024-01-20, White-rumped Shama (1) 2024-01-20, Zebra Dove (1) 2024-01-20" +21.5282481,-157.9229759,"Apapane (1) 2021-09-30, House Finch (1) 2021-09-30, Japanese Bush Warbler (1) 2021-09-30, Red-billed Leiothrix (1) 2021-09-30, Red-vented Bulbul (1) 2021-09-30, Red-whiskered Bulbul (1) 2021-09-30, Scaly-breasted Munia (1) 2021-09-30, Warbling White-eye (1) 2021-09-30, Yellow-faced Grassquit (1) 2021-09-30" +21.59172702,-157.9611437,"Apapane (2) 2021-04-10, Barn Owl (1) 2020-05-25, Japanese Bush Warbler (2) 2021-04-10, Oahu Amakihi (2) 2021-04-10, Red-vented Bulbul (2) 2021-04-10, Red-whiskered Bulbul (1) 2020-05-25, Warbling White-eye (2) 2021-04-10, White-rumped Shama (1) 2020-05-25, White-tailed Tropicbird (1) 2020-05-25" +21.64580614,-157.9414311,"Common Myna (2) 2021-01-16, Japanese Bush Warbler (1) 2021-01-16, Red-billed Leiothrix (2) 2021-01-16, Red-vented Bulbul (2) 2021-01-16, Red-whiskered Bulbul (1) 2021-01-16, Spotted Dove (2) 2021-01-16, Warbling White-eye (2) 2021-01-16, White-rumped Shama (2) 2021-01-16, Zebra Dove (2) 2021-01-16" +21.26569679,-157.8381591,"Brown Booby (3) 2024-02-29, House Sparrow (1) 2022-07-04, Red-footed Booby (1) 2024-02-29, Rock Pigeon (1) 2022-07-04, Sooty Tern (1) 2024-02-29, Spotted Dove (1) 2022-07-04, Warbling White-eye (1) 2022-07-04, Wedge-tailed Shearwater (3) 2023-08-17, White Tern (4) 2024-02-29, Zebra Dove (1) 2022-07-04" +21.28408936,-157.8862078,"Common Myna (1) 2020-02-06, House Sparrow (1) 2020-02-06, Pacific Golden-Plover (1) 2020-02-06, Red-footed Booby (2) 2021-09-19, Rock Pigeon (1) 2020-02-06, Rose-ringed Parakeet (1) 2020-02-06, Spotted Dove (1) 2020-02-06, Wedge-tailed Shearwater (2) 2021-09-19, White Tern (2) 2021-09-19, Zebra Dove (1) 2020-02-06" +21.29188412,-157.7126451,"Black-necked Stilt (1) 2023-11-06, Common Myna (1) 2021-07-31, Common Waxbill (1) 2021-07-31, House Finch (1) 2021-07-31, Feral Mallard (1) 2021-07-31, Red-crested Cardinal (1) 2021-07-31, Red-vented Bulbul (1) 2021-07-31, Spotted Dove (2) 2021-07-31, White-rumped Shama (1) 2021-05-15, Zebra Dove (1) 2021-07-31" +21.29173539,-157.693369,"Black-necked Stilt (1) 2021-03-14, Common Myna (1) 2023-07-16, Common Waxbill (1) 2023-07-19, Java Sparrow (1) 2023-07-19, Pacific Golden-Plover (2) 2021-03-14, Red-crested Cardinal (1) 2023-07-16, Red-vented Bulbul (1) 2023-07-16, Rose-ringed Parakeet (1) 2023-03-21, Spotted Dove (1) 2023-07-16, Western Cattle Egret (1) 2023-01-01" +21.31118986,-157.8860039,"Common Myna (2) 2023-07-25, Common Waxbill (1) 2023-07-25, House Sparrow (3) 2023-07-25, Red-crested Cardinal (2) 2023-07-25, Red-vented Bulbul (2) 2023-07-25, Ruddy Turnstone (2) 2023-02-05, Spotted Dove (3) 2023-07-25, Western Cattle Egret (2) 2023-07-25, Zebra Dove (3) 2023-07-25" +21.36656365,-158.0784766,"Common Myna (2) 2020-01-05, House Sparrow (2) 2020-01-05, Java Sparrow (2) 2020-01-05, Northern Cardinal (2) 2020-01-05, Saffron Finch (2) 2020-01-05, Scaly-breasted Munia (2) 2020-01-05, Spotted Dove (2) 2020-01-05, Warbling White-eye (2) 2020-01-05, Western Cattle Egret (2) 2020-01-05, Zebra Dove (2) 2020-01-05" +21.37448845,-157.8951705,"Common Myna (2) 2024-02-02, Common Waxbill (1) 2024-02-02, Northern Cardinal (1) 2024-02-02, Red-crested Cardinal (1) 2024-02-02, Red-vented Bulbul (2) 2024-02-02, Red-whiskered Bulbul (1) 2024-02-02, Spotted Dove (2) 2024-02-02, Warbling White-eye (1) 2022-05-05, White-rumped Shama (1) 2024-02-02, Zebra Dove (1) 2024-02-02" +21.3921637,-157.8371619,"Apapane (3) 2023-06-17, Chestnut Munia (1) 2023-06-17, Common Myna (1) 2023-06-17, Common Waxbill (1) 2023-06-17, House Finch (1) 2023-06-17, Japanese Bush Warbler (2) 2020-04-19, Oahu Amakihi (3) 2023-06-17, Red-billed Leiothrix (3) 2023-06-17, Warbling White-eye (3) 2023-06-17, White-rumped Shama (2) 2020-04-19" +21.40071438,-157.76957,"Common Myna (4) 2023-02-20, Common Waxbill (1) 2022-05-12, House Finch (1) 2022-05-12, Red Junglefowl (2) 2023-02-20, Red-billed Leiothrix (1) 2021-12-02, Red-crested Cardinal (1) 2022-05-12, Spotted Dove (4) 2023-02-20, Warbling White-eye (1) 2021-12-02, Western Cattle Egret (4) 2023-02-20, Zebra Dove (3) 2022-05-12" +21.4554637,-157.8463104,"Black-crowned Night Heron (1) 2023-12-26, Chestnut Munia (1) 2022-01-04, Common Myna (2) 2023-12-26, Java Sparrow (1) 2022-01-04, Oahu Amakihi (1) 2022-01-04, Pacific Golden-Plover (1) 2019-11-21, Red-vented Bulbul (1) 2023-12-26, Red-whiskered Bulbul (1) 2023-12-26, White-rumped Shama (1) 2023-12-26, Zebra Dove (1) 2023-12-26" +21.46658102,-158.2033174,"Common Myna (2) 2021-11-30, Gray Francolin (1) 2023-11-12, Java Sparrow (2) 2021-11-30, Red Junglefowl (2) 2021-11-30, Red-crested Cardinal (2) 2021-11-30, Red-vented Bulbul (2) 2021-11-30, Saffron Finch (2) 2021-11-30, Spotted Dove (2) 2021-11-30, Warbling White-eye (2) 2021-11-30, Zebra Dove (2) 2021-11-30" +21.48344305,-157.981219,"Common Myna (2) 2021-04-06, House Sparrow (1) 2020-02-18, Pacific Golden-Plover (2) 2021-04-06, Red-crested Cardinal (2) 2021-04-06, Red-vented Bulbul (2) 2021-04-06, Rock Pigeon (1) 2020-02-18, Spotted Dove (2) 2021-04-06, Warbling White-eye (1) 2021-04-06, Western Cattle Egret (1) 2020-02-18, Zebra Dove (1) 2020-02-18" +21.51980893,-158.0195842,"Common Myna (1) 2020-04-06, House Finch (1) 2020-04-06, Northern Cardinal (1) 2020-04-06, Pacific Golden-Plover (1) 2020-04-06, Red-crested Cardinal (1) 2020-04-06, Red-vented Bulbul (1) 2020-04-06, Rose-ringed Parakeet (1) 2020-04-06, Ruddy Turnstone (1) 2020-04-06, Saffron Finch (1) 2020-04-06, Zebra Dove (1) 2020-04-06" +21.52766103,-157.8360862,"Black-crowned Night Heron (1) 2021-02-13, Common Myna (2) 2023-09-18, Common Waxbill (2) 2022-10-16, Java Sparrow (1) 2023-09-18, Scaly-breasted Munia (1) 2023-09-18, Spotted Dove (1) 2021-02-13, Wandering Tattler (1) 2022-10-16, Western Cattle Egret (2) 2022-10-16, White-tailed Tropicbird (1) 2020-10-12, Zebra Dove (2) 2023-09-18" +21.53728159,-157.9229092,"Apapane (1) 2020-11-04, Common Waxbill (1) 2020-11-04, Japanese Bush Warbler (2) 2022-04-14, Red-billed Leiothrix (1) 2022-04-14, Red-vented Bulbul (1) 2020-11-04, Red-whiskered Bulbul (1) 2020-11-04, Scaly-breasted Munia (1) 2020-11-04, Warbling White-eye (2) 2022-04-14, White-rumped Shama (1) 2020-11-04, Yellow-faced Grassquit (2) 2022-04-14" +21.53676162,-157.845669,"Black-crowned Night Heron (2) 2023-01-10, Chestnut Munia (1) 2021-08-04, Common Myna (1) 2021-08-04, Common Waxbill (1) 2021-08-04, Pacific Golden-Plover (2) 2023-01-10, Red-crested Cardinal (2) 2023-01-10, Red-whiskered Bulbul (1) 2021-08-04, Saffron Finch (1) 2022-01-30, Wandering Tattler (4) 2020-01-03, Western Cattle Egret (1) 2021-08-04" +21.54784507,-158.1932156,"Apapane (1) 2023-11-02, Common Waxbill (1) 2022-02-22, Erckel's Spurfowl (1) 2022-02-22, Kalij Pheasant (1) 2022-02-22, Northern Cardinal (1) 2022-02-22, Pacific Golden-Plover (1) 2022-02-22, Red-billed Leiothrix (1) 2022-02-22, Spotted Dove (1) 2022-02-22, Warbling White-eye (1) 2023-11-02, White-rumped Shama (2) 2023-11-02" +21.60032295,-157.8934637,"Common Myna (2) 2024-01-11, Dunlin (1) 2021-10-21, Glaucous-winged Gull (1) 2020-02-22, Pacific Golden-Plover (4) 2023-08-11, Red-vented Bulbul (1) 2023-08-11, Red-whiskered Bulbul (1) 2024-01-11, Sanderling (10) 2024-01-18, Wandering Tattler (3) 2020-02-20, Warbling White-eye (1) 2024-01-11, Western Cattle Egret (1) 2023-08-11" +21.62798037,-157.9802079,"Apapane (1) 2021-11-13, Common Waxbill (1) 2021-11-13, House Sparrow (1) 2021-11-13, Japanese Bush Warbler (1) 2021-11-13, Oahu Amakihi (1) 2021-11-13, Red-billed Leiothrix (1) 2021-11-13, Red-vented Bulbul (1) 2021-11-13, Red-whiskered Bulbul (1) 2021-11-13, Warbling White-eye (1) 2021-11-13, White-rumped Shama (1) 2021-11-13" +21.63724677,-158.0187926,"Common Myna (2) 2020-01-05, Pacific Golden-Plover (4) 2020-01-09, Red Junglefowl (4) 2020-01-09, Red-crested Cardinal (4) 2020-01-09, Red-vented Bulbul (2) 2020-01-05, Red-whiskered Bulbul (2) 2020-01-05, Spotted Dove (2) 2020-01-05, Warbling White-eye (2) 2020-01-05, Western Cattle Egret (2) 2020-01-05, Zebra Dove (2) 2020-01-05" +21.64628041,-158.0187315,"Chestnut Munia (1) 2019-08-29, Common Waxbill (1) 2019-08-29, House Finch (1) 2019-08-29, Northern Cardinal (1) 2019-08-29, Red-billed Leiothrix (1) 2019-08-29, Red-vented Bulbul (1) 2019-08-29, Red-whiskered Bulbul (1) 2019-08-29, Warbling White-eye (1) 2019-08-29, White-rumped Shama (1) 2019-08-29, Zebra Dove (1) 2019-08-29" +21.67302763,-157.9605617,"Black-crowned Night Heron (2) 2021-12-25, Common Waxbill (1) 2021-12-23, Great Frigatebird (1) 2021-07-21, Hawaiian Coot (2) 2021-12-25, Laysan Albatross (1) 2021-12-23, Feral Mallard (1) 2021-12-24, Ruddy Turnstone (1) 2021-12-24, Saffron Finch (1) 2021-12-23, Western Cattle Egret (1) 2021-12-23, Zebra Dove (1) 2021-12-23" +21.68218109,-157.9798266,"Chestnut Munia (1) 2024-01-26, Common Myna (1) 2024-01-26, Common Waxbill (1) 2024-01-26, Gray Francolin (1) 2024-02-04, Pacific Golden-Plover (1) 2024-01-26, Red Avadavat (1) 2024-01-26, Red-crested Cardinal (1) 2024-01-26, Red-vented Bulbul (1) 2024-01-26, Western Cattle Egret (1) 2024-01-26, Zebra Dove (1) 2024-01-26" +21.29195764,-157.7222832,"Common Myna (1) 2021-05-26, House Finch (3) 2021-05-31, Java Sparrow (1) 2021-08-22, Northern Cardinal (1) 2021-02-21, Red-crested Cardinal (1) 2021-05-23, Red-vented Bulbul (3) 2021-05-31, Red-whiskered Bulbul (1) 2021-02-21, Spotted Dove (2) 2021-08-22, White-rumped Shama (3) 2021-05-31, Yellow-fronted Canary (1) 2021-08-22, Zebra Dove (1) 2021-02-21" +21.3007683,-157.6932891,"Common Myna (4) 2023-11-24, Common Waxbill (3) 2023-07-14, Java Sparrow (1) 2023-02-11, Northern Cardinal (1) 2019-03-02, Red Junglefowl (1) 2019-03-02, Red-crested Cardinal (4) 2023-11-24, Red-vented Bulbul (3) 2023-11-24, Spotted Dove (2) 2023-11-24, Western Cattle Egret (2) 2023-11-24, White-rumped Shama (1) 2023-02-11, Zebra Dove (3) 2023-11-24" +21.30069298,-157.6836506,"Black-necked Stilt (1) 2019-09-07, Common Myna (1) 2019-09-07, Common Waxbill (1) 2019-09-07, Pacific Golden-Plover (1) 2019-09-07, Red-crested Cardinal (1) 2019-09-07, Red-tailed Tropicbird (1) 2023-02-23, Rock Pigeon (1) 2023-02-23, Sooty Tern (1) 2023-02-23, Spotted Dove (1) 2019-09-07, Western Cattle Egret (1) 2019-09-07, Zebra Dove (1) 2019-09-07" +21.31235993,-158.0788162,"African Silverbill (1) 2021-07-16, Common Myna (3) 2023-06-06, Common Waxbill (1) 2021-07-16, House Finch (1) 2022-02-08, House Sparrow (2) 2023-06-06, Pacific Golden-Plover (1) 2022-02-08, Red-crested Cardinal (1) 2021-07-16, Red-vented Bulbul (1) 2021-07-16, Saffron Finch (2) 2022-02-08, Spotted Dove (1) 2021-07-16, Zebra Dove (2) 2022-02-08" +21.31125343,-157.895644,"Common Myna (2) 2023-01-04, Glaucous-winged Gull (2) 2023-01-04, Great Frigatebird (1) 2020-07-11, House Sparrow (4) 2023-02-05, Pacific Golden-Plover (1) 2019-02-04, Ruddy Turnstone (1) 2019-02-04, Spotted Dove (3) 2023-01-04, Wandering Tattler (1) 2019-02-04, Western Cattle Egret (1) 2019-02-04, White Tern (1) 2019-02-04, Zebra Dove (3) 2023-01-04" +21.32969351,-157.9533587,"Chestnut Munia (1) 2023-06-04, Common Myna (2) 2023-06-04, House Finch (2) 2023-06-04, Pacific Golden-Plover (2) 2023-02-07, Red-crested Cardinal (2) 2023-06-04, Red-vented Bulbul (2) 2023-06-04, Saffron Finch (1) 2022-02-09, Spotted Dove (1) 2022-02-09, Western Cattle Egret (1) 2022-02-09, Yellow-fronted Canary (1) 2023-06-04, Zebra Dove (2) 2023-06-04" +21.32844954,-157.7701739,"Apapane (1) 2021-12-31, Chestnut Munia (1) 2022-09-04, Japanese Bush Warbler (2) 2020-04-05, Oahu Amakihi (1) 2022-09-04, Red-billed Leiothrix (3) 2021-12-31, Red-vented Bulbul (3) 2021-12-31, Red-whiskered Bulbul (2) 2020-04-05, Scaly-breasted Munia (1) 2022-09-04, Warbling White-eye (3) 2021-12-31, White-rumped Shama (1) 2021-12-31, White-tailed Tropicbird (2) 2020-04-05" +21.35783524,-158.1363965,"Brown Booby (2) 2021-04-03, Brown Noddy (1) 2021-04-03, Common Myna (2) 2022-06-27, House Sparrow (2) 2022-06-27, Laysan Albatross (1) 2021-04-03, Red-crested Cardinal (2) 2022-06-27, Red-footed Booby (1) 2021-04-03, Sooty Shearwater (1) 2021-04-03, Western Cattle Egret (3) 2022-06-27, White Tern (1) 2022-06-25" +21.37347244,-157.750509,"Black-necked Stilt (2) 2022-05-07, Chestnut Munia (1) 2022-04-23, Common Myna (3) 2023-11-26, House Sparrow (1) 2022-04-23, Pacific Golden-Plover (1) 2022-04-23, Red-crested Cardinal (3) 2023-11-26, Rock Pigeon (2) 2023-11-26, Saffron Finch (1) 2022-04-23, Warbling White-eye (1) 2023-02-23, Western Cattle Egret (3) 2023-11-26, Zebra Dove (2) 2022-05-07" +21.41123128,-157.9913681,"Common Myna (2) 2023-12-25, Pacific Golden-Plover (1) 2023-12-25, Red-crested Cardinal (2) 2023-12-25, Red-crowned Parrot (1) 2022-06-16, Red-vented Bulbul (1) 2023-12-25, Red-whiskered Bulbul (1) 2023-12-25, Rose-ringed Parakeet (1) 2023-12-25, Saffron Finch (1) 2023-12-25, Spotted Dove (1) 2023-12-25, Warbling White-eye (1) 2023-12-25, Zebra Dove (1) 2023-12-25" +21.43035059,-158.1842158,"Brown Booby (1) 2023-12-09, Common Waxbill (1) 2019-11-19, Erckel's Spurfowl (3) 2023-02-06, Gray Francolin (1) 2019-11-19, House Finch (1) 2020-01-03, Northern Cardinal (1) 2019-11-19, Red-vented Bulbul (1) 2019-11-19, Red-whiskered Bulbul (1) 2020-01-03, Spotted Dove (2) 2020-01-03, Warbling White-eye (2) 2020-01-03, Zebra Dove (2) 2020-01-03" +21.43894508,-158.0973217,"Apapane (1) 2023-08-18, Common Waxbill (1) 2023-08-18, House Finch (1) 2023-08-18, Oahu Amakihi (1) 2023-08-18, Oahu Elepaio (1) 2023-08-18, Red-billed Leiothrix (1) 2023-08-18, Red-vented Bulbul (1) 2023-08-18, Red-whiskered Bulbul (1) 2023-08-18, Spotted Dove (1) 2023-08-18, Warbling White-eye (1) 2023-08-18, White-rumped Shama (1) 2023-08-18" +21.45532929,-157.8270115,"African Silverbill (1) 2022-05-27, Common Myna (6) 2023-08-01, House Sparrow (2) 2023-08-01, Java Sparrow (1) 2024-02-09, Red-crested Cardinal (2) 2023-08-01, Red-vented Bulbul (7) 2024-02-09, Red-whiskered Bulbul (2) 2021-05-29, Spotted Dove (4) 2024-02-09, Warbling White-eye (1) 2022-05-27, Western Cattle Egret (1) 2021-05-27, Zebra Dove (5) 2023-08-01" +21.46634545,-158.1550608,"Common Myna (1) 2022-01-12, Common Waxbill (1) 2022-01-12, Erckel's Spurfowl (1) 2022-01-12, Gray Francolin (1) 2023-07-29, Northern Cardinal (1) 2022-01-12, Red-crested Cardinal (1) 2022-01-12, Red-vented Bulbul (1) 2022-01-12, Saffron Finch (2) 2022-03-22, Spotted Dove (1) 2022-01-12, Warbling White-eye (1) 2022-01-12, Zebra Dove (1) 2022-01-12" +21.46456335,-157.8558893,"Chestnut Munia (2) 2022-08-17, Common Myna (3) 2023-09-07, Java Sparrow (1) 2023-09-07, Red Junglefowl (1) 2023-09-07, Red-crested Cardinal (3) 2023-09-07, Red-vented Bulbul (2) 2022-08-17, Spotted Dove (1) 2023-09-07, Warbling White-eye (2) 2022-08-17, Western Cattle Egret (1) 2023-09-07, White-rumped Shama (3) 2023-09-07, Zebra Dove (1) 2023-09-07" +21.46394435,-157.7690396,"Common Myna (2) 2023-08-23, Great Frigatebird (1) 2023-08-25, Northern Cardinal (1) 2023-08-10, Pacific Golden-Plover (1) 2023-08-22, Red-crested Cardinal (4) 2023-08-24, Red-vented Bulbul (3) 2023-08-23, Red-whiskered Bulbul (4) 2023-08-23, Saffron Finch (1) 2023-08-24, Sanderling (1) 2023-08-23, Western Cattle Egret (1) 2023-08-24, Zebra Dove (1) 2023-08-23" +21.47518617,-158.1164017,"Common Waxbill (2) 2023-06-25, House Finch (2) 2023-06-25, Indian Peafowl (1) 2023-06-25, Northern Cardinal (1) 2021-07-05, Red Junglefowl (1) 2023-06-25, Red-billed Leiothrix (2) 2023-06-25, Red-crested Cardinal (2) 2023-06-25, Red-vented Bulbul (1) 2023-06-25, Spotted Dove (1) 2021-07-05, Warbling White-eye (2) 2023-06-25, White-rumped Shama (1) 2021-07-05" +21.48378597,-158.0391304,"Common Myna (1) 2022-12-28, House Finch (1) 2022-12-31, Northern Cardinal (1) 2022-12-28, Pacific Golden-Plover (1) 2022-12-28, Red Junglefowl (1) 2022-12-28, Red-crested Cardinal (1) 2022-12-28, Red-vented Bulbul (1) 2022-12-31, Saffron Finch (2) 2022-12-31, Spotted Dove (1) 2022-12-31, Warbling White-eye (1) 2022-12-31, Zebra Dove (2) 2022-12-31" +21.48350157,-157.9908708,"Common Myna (2) 2023-12-24, Common Waxbill (2) 2023-12-24, Java Sparrow (1) 2023-12-24, Pacific Golden-Plover (1) 2023-12-24, Red-crested Cardinal (2) 2023-12-24, Red-vented Bulbul (2) 2023-12-24, Red-whiskered Bulbul (2) 2023-12-24, Saffron Finch (1) 2023-12-24, Spotted Dove (2) 2023-12-24, Warbling White-eye (2) 2023-12-24, Zebra Dove (2) 2023-12-24" +21.50262527,-158.1838129,"Erckel's Spurfowl (1) 2020-10-01, House Finch (1) 2020-10-01, Indian Peafowl (1) 2020-10-01, Kalij Pheasant (1) 2020-10-01, Red-crested Cardinal (1) 2020-10-01, Red-vented Bulbul (1) 2020-10-01, Red-whiskered Bulbul (1) 2020-10-01, Spotted Dove (1) 2020-10-01, Warbling White-eye (1) 2020-10-01, White-rumped Shama (1) 2020-10-01, Zebra Dove (1) 2020-10-01" +21.55719021,-158.2607673,"African Silverbill (1) 2022-02-24, Black Francolin (1) 2022-02-24, Brown Booby (1) 2022-02-24, Common Myna (2) 2022-02-24, Common Waxbill (2) 2022-02-24, Gray Francolin (1) 2022-02-24, Northern Cardinal (1) 2022-02-24, Red-crested Cardinal (1) 2022-02-24, Red-vented Bulbul (2) 2022-02-24, Spotted Dove (1) 2022-02-24, Zebra Dove (2) 2022-02-24" +21.5840336,-158.2026676,"Common Myna (2) 2019-05-09, Common Waxbill (3) 2021-08-07, Eurasian Skylark (1) 2023-12-29, Gray Francolin (6) 2023-04-15, House Finch (3) 2022-05-05, Laysan Albatross (5) 2022-05-05, Northern Cardinal (3) 2022-05-05, Pacific Golden-Plover (2) 2023-04-15, Red Junglefowl (1) 2023-02-14, Saffron Finch (3) 2023-11-05, Zebra Dove (1) 2022-05-05" +21.62854493,-158.0768231,"Common Myna (1) 2023-03-13, Common Waxbill (1) 2023-03-13, Great Frigatebird (1) 2021-06-25, Northern Cardinal (1) 2023-03-13, Red-crested Cardinal (1) 2023-03-13, Red-vented Bulbul (3) 2023-02-07, Sanderling (1) 2023-03-13, Spotted Dove (1) 2021-06-25, Wandering Tattler (2) 2023-03-13, Western Cattle Egret (1) 2021-10-02, Zebra Dove (1) 2023-03-13" +21.27410861,-157.7513504,"Common Myna (5) 2023-03-29, House Sparrow (2) 2023-03-29, Java Sparrow (1) 2020-01-24, Feral Mallard (3) 2021-10-26, Pacific Golden-Plover (1) 2020-01-24, Red-vented Bulbul (2) 2023-03-29, Rock Pigeon (3) 2021-10-26, Spotted Dove (2) 2023-03-29, Western Cattle Egret (4) 2023-03-29, White Tern (4) 2023-03-29, Zebra Dove (3) 2023-03-29" +21.31197349,-158.0113297,"Common Myna (2) 2019-05-05, Common Waxbill (1) 2019-05-05, Java Sparrow (2) 2021-10-06, Red Junglefowl (1) 2019-05-04, Red-crested Cardinal (3) 2021-10-06, Red-vented Bulbul (1) 2019-05-05, Red-whiskered Bulbul (2) 2019-05-05, Rock Pigeon (2) 2019-05-05, Saffron Finch (1) 2019-05-04, Spotted Dove (2) 2019-05-05, White Tern (1) 2019-05-05, Zebra Dove (2) 2019-05-05" +21.31191636,-158.001689,"Chestnut Munia (1) 2019-03-17, Common Myna (2) 2019-03-17, Common Waxbill (1) 2019-03-17, Gray Francolin (1) 2019-06-15, House Finch (1) 2019-03-17, Red-crested Cardinal (2) 2019-03-17, Red-vented Bulbul (2) 2019-03-17, Rock Pigeon (1) 2019-03-17, Saffron Finch (1) 2019-03-17, Spotted Dove (2) 2019-03-17, Warbling White-eye (1) 2019-03-17, Zebra Dove (2) 2019-03-17" +21.32987005,-157.9822836,"Chestnut Munia (1) 2019-06-13, Common Myna (1) 2019-04-21, Common Waxbill (1) 2019-06-13, House Finch (1) 2019-06-13, House Sparrow (2) 2019-06-13, Red-crested Cardinal (2) 2019-06-13, Saffron Finch (1) 2019-06-13, Spotted Dove (2) 2019-06-13, Warbling White-eye (1) 2019-04-21, Western Cattle Egret (2) 2019-06-13, White Tern (1) 2019-06-13, Zebra Dove (1) 2019-06-13" +21.33946127,-158.0786465,"Common Myna (6) 2024-02-05, House Sparrow (5) 2024-02-05, Java Sparrow (1) 2019-07-01, Northern Cardinal (1) 2021-12-25, Pacific Golden-Plover (2) 2021-12-25, Red-crested Cardinal (2) 2024-02-05, Red-vented Bulbul (2) 2024-02-05, Rock Pigeon (2) 2024-02-05, Saffron Finch (3) 2024-02-05, Spotted Dove (1) 2021-12-25, Western Cattle Egret (2) 2021-12-25, Zebra Dove (7) 2024-02-05" +21.33822625,-157.8761576,"Common Myna (1) 2019-06-22, Common Waxbill (1) 2019-06-22, Great Frigatebird (1) 2019-06-22, House Sparrow (1) 2019-06-22, Red-crested Cardinal (1) 2019-06-22, Red-vented Bulbul (1) 2019-06-22, Rock Pigeon (2) 2023-10-13, Rose-ringed Parakeet (1) 2023-11-11, Spotted Dove (1) 2019-06-22, Warbling White-eye (1) 2019-06-22, Western Cattle Egret (2) 2019-11-04, Zebra Dove (1) 2019-06-22" +21.33776082,-157.8086651,"Common Waxbill (2) 2023-01-12, Northern Cardinal (2) 2023-01-12, Red Junglefowl (2) 2023-01-12, Red-billed Leiothrix (3) 2023-05-13, Red-crested Cardinal (2) 2023-01-12, Red-vented Bulbul (2) 2023-01-12, Rose-ringed Parakeet (2) 2023-01-12, Spotted Dove (2) 2023-01-12, Warbling White-eye (3) 2023-05-13, White-rumped Shama (3) 2023-05-13, Zebra Dove (2) 2023-01-12" +21.34763947,-157.9339449,"Common Myna (7) 2024-02-20, House Finch (1) 2022-03-16, House Sparrow (5) 2023-06-25, Pacific Golden-Plover (3) 2024-02-20, Red Junglefowl (1) 2022-03-16, Red-whiskered Bulbul (1) 2022-03-16, Rock Pigeon (6) 2023-12-16, Rose-ringed Parakeet (2) 2023-01-24, Saffron Finch (1) 2024-02-20, Spotted Dove (3) 2022-12-04, Western Cattle Egret (4) 2024-02-20, Zebra Dove (6) 2023-06-25" +21.35778658,-158.1267525,"African Silverbill (1) 2021-09-04, Brown Booby (1) 2021-12-24, Common Myna (1) 2019-04-06, Common Waxbill (1) 2021-09-04, Great Frigatebird (1) 2019-09-13, House Sparrow (1) 2019-04-06, Java Sparrow (1) 2021-09-04, Pacific Golden-Plover (1) 2019-04-06, Saffron Finch (2) 2022-03-05, Warbling White-eye (1) 2019-04-06, Western Cattle Egret (1) 2019-04-06, Zebra Dove (1) 2021-09-04" +21.35561914,-157.7795905,"House Finch (2) 2023-09-04, Oahu Amakihi (1) 2023-09-04, Red Junglefowl (1) 2023-01-14, Red-billed Leiothrix (1) 2023-01-14, Red-crested Cardinal (1) 2023-01-14, Red-vented Bulbul (2) 2023-09-04, Red-whiskered Bulbul (2) 2023-09-04, Saffron Finch (1) 2023-09-04, Spotted Dove (1) 2023-01-14, Warbling White-eye (2) 2023-09-04, White-tailed Tropicbird (1) 2023-01-14, Zebra Dove (1) 2023-01-14" +21.36639989,-158.0495432,"Chestnut Munia (2) 2021-06-19, Common Myna (2) 2021-06-19, Common Waxbill (2) 2021-06-19, Northern Cardinal (2) 2021-06-19, Red Avadavat (2) 2021-06-19, Red-vented Bulbul (2) 2021-06-19, Rock Pigeon (2) 2021-06-19, Scaly-breasted Munia (2) 2021-06-19, Spotted Dove (2) 2021-06-19, Warbling White-eye (2) 2021-06-19, Western Cattle Egret (2) 2021-06-19, Zebra Dove (2) 2021-06-19" +21.39327865,-158.0107838,"Black-crowned Night Heron (1) 2019-05-04, Common Myna (3) 2019-02-19, Java Sparrow (9) 2019-02-19, Northern Cardinal (7) 2019-02-19, Northern Mockingbird (1) 2019-02-17, Red-crested Cardinal (7) 2019-02-19, Red-vented Bulbul (1) 2019-02-18, Rock Pigeon (1) 2019-05-04, Rose-ringed Parakeet (1) 2019-01-31, Spotted Dove (5) 2019-02-19, Western Cattle Egret (2) 2019-02-18, Zebra Dove (8) 2019-02-19" +21.41111403,-157.972074,"Chestnut Munia (1) 2022-07-27, Common Myna (1) 2022-07-27, Common Waxbill (1) 2022-07-27, House Finch (1) 2022-07-27, House Sparrow (1) 2022-07-27, Java Sparrow (1) 2022-07-27, Red-crested Cardinal (1) 2022-07-27, Red-vented Bulbul (1) 2022-07-27, Rose-ringed Parakeet (1) 2022-07-27, Saffron Finch (1) 2022-07-27, Western Cattle Egret (1) 2022-07-27, Zebra Dove (1) 2022-07-27" +21.41002653,-157.8080795,"Chestnut Munia (1) 2019-07-08, Common Myna (1) 2022-03-30, Common Waxbill (1) 2022-03-30, House Finch (1) 2022-03-30, Red Junglefowl (1) 2022-03-30, Red-crested Cardinal (1) 2022-03-30, Red-vented Bulbul (1) 2022-03-30, Red-whiskered Bulbul (1) 2022-03-30, Scaly-breasted Munia (1) 2023-02-23, Spotted Dove (1) 2022-03-30, Western Cattle Egret (1) 2022-03-30, Zebra Dove (1) 2022-03-30" +21.42102563,-158.1263769,"Chestnut Munia (1) 2019-03-04, Erckel's Spurfowl (1) 2019-03-04, Gray Francolin (1) 2019-03-04, Oahu Amakihi (1) 2019-03-04, Oahu Elepaio (1) 2019-03-04, Red-billed Leiothrix (1) 2019-03-04, Red-vented Bulbul (1) 2019-03-04, Red-whiskered Bulbul (1) 2019-03-04, Spotted Dove (1) 2019-03-04, Warbling White-eye (1) 2019-03-04, White-rumped Shama (1) 2019-03-04, Zebra Dove (1) 2019-03-04" +21.43020703,-158.1552692,"Black-crowned Night Heron (1) 2022-04-28, Common Myna (1) 2022-04-28, Common Waxbill (1) 2022-04-28, Eurasian Skylark (1) 2022-04-28, Gray Francolin (1) 2022-04-28, Hawaiian Coot (1) 2022-04-28, House Sparrow (1) 2022-04-28, Pacific Golden-Plover (1) 2022-04-28, Red-crested Cardinal (1) 2022-04-28, Saffron Finch (1) 2022-04-28, Short-eared Owl (1) 2022-04-28, Western Cattle Egret (1) 2022-04-28" +21.43809547,-157.9525867,"Common Myna (2) 2022-01-01, Common Waxbill (2) 2022-01-01, Red-crested Cardinal (1) 2019-01-02, Red-crowned Parrot (1) 2019-01-02, Red-vented Bulbul (1) 2019-01-02, Rock Pigeon (2) 2022-01-01, Rose-ringed Parakeet (2) 2022-01-01, Spotted Dove (2) 2022-01-01, Warbling White-eye (1) 2019-01-02, Western Cattle Egret (1) 2019-01-02, White-rumped Shama (1) 2019-01-02, Zebra Dove (2) 2022-01-01" +21.44629613,-157.8270838,"Chestnut Munia (1) 2019-05-26, Common Myna (2) 2022-01-14, Common Waxbill (1) 2022-01-14, House Finch (1) 2022-01-14, Red-billed Leiothrix (1) 2022-01-14, Red-vented Bulbul (2) 2022-01-14, Red-whiskered Bulbul (2) 2022-01-14, Spotted Dove (2) 2022-01-14, Warbling White-eye (2) 2022-01-14, Western Cattle Egret (1) 2022-02-14, White-rumped Shama (2) 2022-01-14, Zebra Dove (2) 2022-01-14" +21.45740633,-158.1744142,"African Silverbill (1) 2019-12-17, Barn Owl (1) 2020-06-05, Common Myna (1) 2019-12-17, Common Waxbill (1) 2019-12-17, House Finch (1) 2019-12-17, Java Sparrow (1) 2019-12-17, Red-crested Cardinal (1) 2019-12-17, Red-vented Bulbul (1) 2019-12-17, Saffron Finch (1) 2019-12-17, Spotted Dove (1) 2019-12-17, Warbling White-eye (1) 2019-12-17, Zebra Dove (1) 2019-12-17" +21.47372798,-157.8751202,"Common Myna (1) 2022-11-22, Java Sparrow (1) 2022-11-22, Oahu Elepaio (1) 2022-11-22, Red Junglefowl (1) 2022-11-22, Red-crested Cardinal (1) 2022-11-22, Red-vented Bulbul (1) 2022-11-22, Rose-ringed Parakeet (1) 2022-11-22, Spotted Dove (1) 2022-11-22, Warbling White-eye (1) 2022-11-22, Western Cattle Egret (1) 2022-11-22, White-rumped Shama (1) 2022-11-22, Zebra Dove (1) 2022-11-22" +21.48478444,-158.2321771,"Brown Booby (4) 2023-02-09, Common Myna (6) 2023-06-06, House Finch (1) 2021-10-17, Java Sparrow (3) 2023-02-09, Northern Cardinal (2) 2023-02-09, Pacific Golden-Plover (4) 2023-02-09, Red Junglefowl (2) 2023-02-09, Red-crested Cardinal (3) 2022-01-22, Red-vented Bulbul (1) 2023-06-06, Saffron Finch (5) 2022-03-20, Wandering Tattler (2) 2021-10-17, Zebra Dove (5) 2023-02-09" +21.48455649,-158.1839139,"Common Myna (1) 2021-10-30, Erckel's Spurfowl (1) 2021-10-30, Gray Francolin (1) 2021-10-30, Indian Peafowl (1) 2021-10-30, Northern Cardinal (1) 2021-10-30, Red-crested Cardinal (1) 2021-10-30, Red-vented Bulbul (2) 2021-10-30, Saffron Finch (2) 2023-05-20, Spotted Dove (1) 2021-10-30, Warbling White-eye (1) 2021-10-30, Yellow-fronted Canary (1) 2021-10-30, Zebra Dove (1) 2021-10-30" +21.48367379,-158.0198264,"Black-crowned Night Heron (1) 2023-01-10, Common Myna (3) 2023-04-06, Common Waxbill (1) 2022-12-05, Pacific Golden-Plover (2) 2023-01-10, Red Junglefowl (1) 2023-01-10, Red-crested Cardinal (2) 2023-01-10, Red-crowned Parrot (1) 2019-12-09, Red-vented Bulbul (3) 2023-12-30, Rose-ringed Parakeet (2) 2023-12-30, Spotted Dove (1) 2023-01-10, Western Cattle Egret (2) 2023-01-10, Zebra Dove (2) 2023-01-10" +21.51083157,-158.0292985,"Chestnut Munia (1) 2022-05-09, Common Myna (1) 2022-05-09, Common Waxbill (1) 2022-05-09, Indian Peafowl (1) 2023-09-05, Japanese Bush Warbler (1) 2022-05-09, Northern Cardinal (1) 2022-05-09, Red-crested Cardinal (1) 2022-05-09, Red-vented Bulbul (1) 2022-05-09, Warbling White-eye (1) 2022-05-09, Western Cattle Egret (1) 2022-05-09, Yellow-fronted Canary (1) 2022-05-09, Zebra Dove (1) 2022-05-09" +21.53740512,-157.9422198,"Apapane (3) 2021-09-30, Common Waxbill (3) 2021-09-30, House Finch (2) 2021-09-30, Northern Cardinal (2) 2021-09-30, Oahu Amakihi (2) 2021-09-30, Red-billed Leiothrix (3) 2021-09-30, Red-vented Bulbul (3) 2021-09-30, Red-whiskered Bulbul (3) 2021-09-30, Spotted Dove (3) 2021-09-30, Warbling White-eye (3) 2021-09-30, White-rumped Shama (3) 2021-09-30, Yellow-faced Grassquit (3) 2021-09-30" +21.55509316,-157.8841506,"Chestnut Munia (1) 2022-04-22, Common Myna (1) 2022-04-22, Common Waxbill (1) 2022-04-22, Northern Cardinal (1) 2022-04-22, Pacific Golden-Plover (1) 2022-04-22, Red Junglefowl (1) 2022-04-22, Red-crested Cardinal (1) 2022-04-22, Red-vented Bulbul (1) 2022-04-22, Red-whiskered Bulbul (1) 2022-04-22, Spotted Dove (1) 2022-04-22, Warbling White-eye (1) 2022-04-22, White-rumped Shama (1) 2022-04-22" +21.57450034,-158.106142,"African Silverbill (1) 2022-02-23, Common Myna (4) 2024-01-25, House Sparrow (2) 2023-04-15, Pacific Golden-Plover (2) 2023-04-15, Red Junglefowl (1) 2023-08-17, Red-vented Bulbul (4) 2023-04-15, Saffron Finch (4) 2023-08-17, Scaly-breasted Munia (1) 2022-02-23, Spotted Dove (2) 2023-04-15, Western Cattle Egret (2) 2024-01-25, White-rumped Shama (1) 2021-05-12, Zebra Dove (3) 2023-08-17" +21.60165422,-158.1156348,"Black-crowned Night Heron (1) 2023-04-29, Brown Booby (3) 2023-04-29, Common Myna (2) 2021-12-08, Great Frigatebird (2) 2021-12-08, Laysan Albatross (1) 2023-04-29, Masked Booby (2) 2021-12-08, Red Junglefowl (2) 2021-12-08, Red-crested Cardinal (2) 2021-12-08, Spotted Dove (2) 2021-12-08, Wedge-tailed Shearwater (1) 2023-04-29, Western Cattle Egret (1) 2023-04-29, Zebra Dove (2) 2021-12-08" +21.60973335,-157.9513544,"Apapane (2) 2022-06-20, Common Waxbill (3) 2022-06-20, House Finch (1) 2022-06-20, House Sparrow (1) 2022-06-20, Japanese Bush Warbler (2) 2022-06-20, Oahu Amakihi (3) 2022-06-20, Red-billed Leiothrix (1) 2022-06-20, Red-vented Bulbul (2) 2022-06-20, Red-whiskered Bulbul (1) 2022-06-20, Salmon-crested Cockatoo (1) 2022-06-20, Warbling White-eye (3) 2022-06-20, White-rumped Shama (2) 2022-06-20" +21.66393383,-157.9509628,"Common Myna (14) 2022-07-26, Common Waxbill (3) 2022-07-20, House Finch (2) 2022-06-01, Java Sparrow (2) 2022-07-26, Northern Cardinal (5) 2022-07-26, Red-billed Leiothrix (14) 2022-07-26, Red-vented Bulbul (5) 2022-07-20, Red-whiskered Bulbul (7) 2022-07-12, Spotted Dove (7) 2022-07-12, Warbling White-eye (8) 2022-07-12, White-rumped Shama (10) 2022-06-28, Zebra Dove (8) 2022-07-26" +21.31203014,-158.0209705,"Chestnut Munia (2) 2022-05-10, Common Myna (2) 2022-05-10, Common Waxbill (2) 2022-05-10, House Sparrow (2) 2022-05-10, Java Sparrow (1) 2021-10-29, Red-crested Cardinal (2) 2022-05-10, Red-vented Bulbul (1) 2022-05-10, Red-whiskered Bulbul (1) 2021-06-12, Rock Pigeon (2) 2022-05-10, Rose-ringed Parakeet (1) 2021-11-14, Spotted Dove (2) 2022-05-10, Western Cattle Egret (1) 2021-10-29, Zebra Dove (2) 2022-05-10" +21.30972577,-157.68357,"Black-necked Stilt (1) 2021-03-12, Common Myna (3) 2024-02-19, House Finch (1) 2021-03-12, House Sparrow (1) 2021-10-15, Java Sparrow (2) 2021-10-15, Pacific Golden-Plover (2) 2021-10-15, Red-crested Cardinal (3) 2024-02-19, Red-vented Bulbul (3) 2024-02-19, Red-whiskered Bulbul (2) 2024-02-19, Spotted Dove (2) 2021-10-15, Warbling White-eye (1) 2021-10-15, Western Cattle Egret (1) 2021-10-15, Zebra Dove (3) 2024-02-19" +21.32144649,-158.0884012,"African Silverbill (1) 2019-12-31, Chestnut Munia (3) 2019-03-26, Common Myna (4) 2019-12-31, Common Waxbill (2) 2020-01-01, Eurasian Skylark (1) 2020-01-01, Gray Francolin (4) 2020-01-01, House Finch (1) 2020-01-01, Pacific Golden-Plover (4) 2020-01-01, Red-crested Cardinal (2) 2020-01-01, Red-vented Bulbul (1) 2019-12-31, Saffron Finch (2) 2020-01-01, Spotted Dove (2) 2020-01-01, Zebra Dove (2) 2020-01-01" +21.32035009,-157.9052174,"African Silverbill (1) 2021-01-10, Chestnut Munia (4) 2022-03-06, Common Myna (6) 2022-12-07, Common Waxbill (1) 2024-01-30, Eurasian Skylark (4) 2022-03-06, House Finch (1) 2021-01-10, House Sparrow (6) 2024-01-30, Pacific Golden-Plover (5) 2024-01-30, Red-crested Cardinal (1) 2020-11-29, Red-vented Bulbul (5) 2022-12-05, Spotted Dove (1) 2022-12-07, Western Cattle Egret (4) 2022-03-06, Zebra Dove (6) 2024-01-30" +21.33021062,-158.0401349,"African Silverbill (1) 2019-02-05, Common Myna (1) 2019-02-05, Gray Francolin (1) 2019-02-05, House Sparrow (1) 2019-02-05, Northern Cardinal (1) 2019-02-05, Red Junglefowl (1) 2019-02-05, Red-crested Cardinal (1) 2019-02-05, Red-vented Bulbul (1) 2019-02-05, Red-whiskered Bulbul (1) 2019-02-05, Spotted Dove (1) 2019-02-05, Warbling White-eye (1) 2019-02-05, Western Cattle Egret (1) 2019-02-05, Zebra Dove (1) 2019-02-05" +21.33918838,-158.0304332,"Common Myna (1) 2023-04-01, House Finch (1) 2023-04-01, House Sparrow (1) 2023-04-01, Java Sparrow (1) 2023-04-01, Northern Cardinal (1) 2023-04-01, Pacific Golden-Plover (1) 2023-04-01, Red-vented Bulbul (1) 2023-04-01, Rose-ringed Parakeet (1) 2023-04-01, Saffron Finch (1) 2023-04-01, Spotted Dove (1) 2023-04-01, Warbling White-eye (1) 2023-04-01, Western Cattle Egret (1) 2023-04-01, Zebra Dove (1) 2023-04-01" +21.34751374,-157.9146591,"Chestnut Munia (1) 2022-03-29, Common Myna (5) 2023-12-03, Common Waxbill (1) 2022-03-29, House Finch (2) 2022-03-20, House Sparrow (4) 2023-12-03, Pacific Golden-Plover (1) 2022-03-20, Red Junglefowl (1) 2023-12-16, Red-crested Cardinal (3) 2022-08-04, Rose-ringed Parakeet (1) 2022-03-27, Spotted Dove (1) 2022-08-04, Warbling White-eye (2) 2023-12-03, Western Cattle Egret (1) 2022-08-04, Zebra Dove (6) 2022-08-04" +21.35673526,-157.9435231,"Common Myna (5) 2023-08-17, House Finch (2) 2022-03-05, House Sparrow (2) 2022-03-05, Pacific Golden-Plover (4) 2022-03-05, Red-crested Cardinal (2) 2022-03-05, Red-vented Bulbul (3) 2023-08-17, Rock Pigeon (2) 2022-03-05, Saffron Finch (3) 2023-08-17, Spotted Dove (2) 2022-03-05, Warbling White-eye (3) 2023-08-17, White Tern (4) 2023-08-17, Yellow-fronted Canary (1) 2022-06-01, Zebra Dove (2) 2022-03-05" +21.35533417,-157.7410198,"Common Myna (1) 2022-02-20, Hawaiian Coot (1) 2022-02-20, House Finch (1) 2022-02-20, Java Sparrow (1) 2022-02-20, Northern Cardinal (1) 2022-02-20, Red-billed Leiothrix (1) 2022-02-20, Red-crested Cardinal (1) 2022-02-20, Red-whiskered Bulbul (1) 2022-02-20, Spotted Dove (1) 2022-02-20, Western Cattle Egret (1) 2022-02-20, White Tern (1) 2022-02-20, White-rumped Shama (1) 2022-02-20, Zebra Dove (1) 2022-02-20" +21.36564338,-157.92417,"Black-necked Stilt (1) 2023-02-22, Common Myna (2) 2023-02-22, Great-tailed Grackle (1) 2023-04-26, House Sparrow (2) 2023-02-22, Pacific Golden-Plover (1) 2023-02-22, Red-crested Cardinal (1) 2021-06-28, Red-crowned Parrot (1) 2023-02-22, Rock Pigeon (1) 2023-02-22, Rose-ringed Parakeet (1) 2023-02-22, Saffron Finch (1) 2023-02-22, Spotted Dove (1) 2023-02-22, Western Cattle Egret (2) 2023-07-05, Zebra Dove (1) 2023-02-22" +21.37368537,-157.7794407,"Chestnut Munia (5) 2022-08-25, Common Myna (1) 2021-11-26, Common Waxbill (2) 2022-04-22, Java Sparrow (1) 2021-11-26, Pacific Golden-Plover (1) 2020-03-03, Red-vented Bulbul (1) 2021-11-26, Red-whiskered Bulbul (1) 2020-03-03, Rock Pigeon (1) 2021-11-26, Scaly-breasted Munia (1) 2022-08-25, Warbling White-eye (1) 2021-11-26, Western Cattle Egret (2) 2022-08-25, White-rumped Shama (1) 2023-11-25, Zebra Dove (1) 2021-11-26" +21.38401409,-157.9722639,"Chestnut Munia (2) 2023-11-27, Common Myna (2) 2023-11-27, Common Waxbill (2) 2023-11-27, Gray Francolin (1) 2022-11-25, House Finch (1) 2023-06-05, Pacific Golden-Plover (2) 2023-11-27, Red-crested Cardinal (1) 2021-06-21, Red-vented Bulbul (2) 2023-11-27, Red-whiskered Bulbul (2) 2023-11-27, Spotted Dove (2) 2023-11-27, Warbling White-eye (1) 2021-06-25, Western Cattle Egret (2) 2023-11-27, Zebra Dove (2) 2023-11-27" +21.41878057,-157.7694187,"Black-necked Stilt (2) 2021-04-30, Brown Booby (1) 2023-12-02, Common Myna (2) 2021-05-08, Common Waxbill (1) 2021-05-08, House Sparrow (1) 2021-05-08, Northern Cardinal (1) 2019-05-26, Red-crested Cardinal (1) 2019-05-26, Red-vented Bulbul (2) 2021-05-08, Red-whiskered Bulbul (1) 2019-05-26, Spotted Dove (1) 2019-05-26, Warbling White-eye (1) 2019-05-26, Western Cattle Egret (1) 2019-05-26, Zebra Dove (2) 2021-05-08" +21.42941402,-158.0105406,"Common Myna (3) 2019-11-25, Common Waxbill (2) 2019-02-07, House Sparrow (1) 2019-05-20, Pacific Golden-Plover (5) 2021-03-20, Red-billed Leiothrix (1) 2019-04-18, Red-crested Cardinal (1) 2020-02-20, Red-vented Bulbul (1) 2019-05-20, Rose-ringed Parakeet (2) 2019-11-25, Saffron Finch (2) 2019-02-14, Spotted Dove (4) 2020-02-20, Western Cattle Egret (7) 2019-04-18, White-rumped Shama (3) 2019-05-20, Zebra Dove (5) 2021-03-20" +21.43943164,-158.1938151,"Brown Booby (3) 2024-01-26, Common Myna (3) 2023-08-22, House Sparrow (2) 2023-08-22, Java Sparrow (1) 2023-08-24, Pacific Golden-Plover (3) 2023-08-22, Red-crested Cardinal (4) 2023-08-25, Red-vented Bulbul (2) 2023-08-22, Rock Pigeon (3) 2023-08-22, Saffron Finch (2) 2023-08-25, Spotted Dove (2) 2022-01-08, Warbling White-eye (1) 2020-10-08, White-rumped Shama (1) 2020-10-08, Zebra Dove (3) 2023-08-22" +21.43733029,-157.8368042,"Chestnut Munia (1) 2022-07-08, Common Myna (3) 2023-12-14, Common Waxbill (1) 2023-12-14, Java Sparrow (1) 2022-07-08, Northern Cardinal (1) 2021-12-29, Pacific Golden-Plover (2) 2020-01-06, Red-crested Cardinal (3) 2023-12-14, Red-vented Bulbul (1) 2022-07-08, Rock Pigeon (1) 2021-12-29, Spotted Dove (1) 2023-12-14, Western Cattle Egret (1) 2022-07-08, White-rumped Shama (2) 2023-12-14, Zebra Dove (1) 2022-07-08" +21.4746963,-158.0295382,"Chestnut Munia (1) 2020-01-15, Common Myna (3) 2020-08-17, Common Waxbill (1) 2020-01-13, House Finch (2) 2020-01-15, Java Sparrow (3) 2020-08-17, Pacific Golden-Plover (3) 2020-08-17, Red-crested Cardinal (1) 2020-01-13, Red-vented Bulbul (2) 2020-01-15, Rose-ringed Parakeet (3) 2021-05-10, Warbling White-eye (1) 2020-01-15, Western Cattle Egret (1) 2020-01-15, White-rumped Shama (1) 2020-09-03, Zebra Dove (2) 2020-01-15" +21.50207293,-158.0776246,"Chestnut Munia (2) 2021-12-02, Common Myna (5) 2022-07-07, House Finch (2) 2021-12-02, Northern Cardinal (2) 2021-12-02, Pacific Golden-Plover (4) 2021-12-10, Red Junglefowl (2) 2021-12-10, Red-crested Cardinal (2) 2021-12-10, Red-crowned Parrot (3) 2022-07-07, Red-vented Bulbul (2) 2021-12-10, Rose-ringed Parakeet (2) 2021-12-02, Saffron Finch (1) 2023-10-24, Warbling White-eye (1) 2022-07-07, Zebra Dove (4) 2021-12-10" +21.50190891,-158.0486649,"Common Myna (2) 2023-09-17, Common Waxbill (2) 2023-09-17, Gray Francolin (1) 2023-12-14, House Finch (1) 2023-09-17, House Sparrow (1) 2023-09-17, Red-crested Cardinal (2) 2023-09-17, Red-vented Bulbul (1) 2023-09-17, Red-whiskered Bulbul (1) 2023-09-17, Rose-ringed Parakeet (1) 2023-03-15, Saffron Finch (2) 2023-09-17, Spotted Dove (1) 2023-09-17, Western Cattle Egret (1) 2023-09-17, Zebra Dove (2) 2023-09-17" +21.50179777,-158.0293585,"Black Francolin (1) 2022-05-29, Common Myna (2) 2022-05-29, Common Waxbill (1) 2022-05-29, House Sparrow (1) 2022-05-29, Feral Mallard (9) 2023-03-31, Mourning Dove (1) 2023-02-22, Red Junglefowl (11) 2023-03-31, Red-crested Cardinal (1) 2022-05-29, Red-vented Bulbul (2) 2022-05-29, Rock Pigeon (1) 2022-05-29, Spotted Dove (2) 2022-05-29, Western Cattle Egret (1) 2022-05-29, Zebra Dove (1) 2019-03-28" +21.51071829,-158.0099912,"Common Myna (3) 2023-09-12, House Sparrow (1) 2023-08-17, Java Sparrow (1) 2020-03-06, Northern Cardinal (1) 2020-03-06, Pacific Golden-Plover (5) 2023-09-12, Red-crested Cardinal (1) 2020-03-06, Red-vented Bulbul (1) 2020-03-06, Red-whiskered Bulbul (1) 2020-03-06, Rose-ringed Parakeet (1) 2020-03-06, Saffron Finch (2) 2023-09-12, Spotted Dove (2) 2023-09-12, Western Cattle Egret (1) 2023-09-12, Zebra Dove (2) 2023-09-12" +21.54579404,-157.8455975,"Black-necked Stilt (1) 2023-10-14, Common Myna (1) 2023-10-14, Common Waxbill (1) 2023-10-14, Glaucous-winged Gull (1) 2020-01-18, Great Frigatebird (1) 2019-08-08, House Finch (1) 2023-10-14, Pacific Golden-Plover (1) 2023-10-14, Red-crested Cardinal (1) 2023-10-14, Spotted Dove (1) 2023-10-14, Wandering Tattler (11) 2024-02-08, Warbling White-eye (1) 2023-10-14, Western Cattle Egret (2) 2023-10-14, Zebra Dove (1) 2022-10-16" +21.55482631,-157.845526,"Barn Owl (1) 2024-02-10, Common Myna (2) 2024-02-12, Common Waxbill (1) 2024-02-12, House Finch (1) 2024-02-12, House Sparrow (1) 2024-02-05, Java Sparrow (1) 2024-02-12, Northern Cardinal (1) 2024-02-12, Pacific Golden-Plover (2) 2024-02-12, Rock Pigeon (1) 2024-02-12, Warbling White-eye (1) 2024-02-12, Western Cattle Egret (2) 2024-02-12, White-rumped Shama (1) 2024-02-12, Zebra Dove (2) 2024-02-12" +21.60038767,-157.903123,"Black-necked Stilt (1) 2021-02-21, Common Myna (4) 2023-08-21, Common Waxbill (1) 2021-08-10, House Finch (1) 2021-08-10, Java Sparrow (1) 2021-08-10, Pacific Golden-Plover (1) 2021-02-21, Red-crested Cardinal (4) 2023-08-21, Red-vented Bulbul (1) 2021-08-10, Sanderling (1) 2023-08-21, Spotted Dove (2) 2021-08-10, Western Cattle Egret (4) 2023-08-21, White-rumped Shama (1) 2021-08-10, Zebra Dove (1) 2021-08-10" +21.61058376,-158.096259,"Brown Booby (2) 2024-02-11, Common Gallinule (1) 2021-02-24, Common Myna (2) 2022-07-27, Pacific Golden-Plover (1) 2022-02-07, Red-crested Cardinal (2) 2022-02-07, Ring-necked Pheasant (2) 2020-03-04, Ruddy Turnstone (1) 2019-08-28, Sanderling (2) 2021-03-06, Spotted Dove (2) 2023-02-18, Wandering Tattler (2) 2022-07-27, Wedge-tailed Shearwater (2) 2023-09-24, Western Cattle Egret (2) 2022-02-07, Zebra Dove (2) 2022-02-07" +21.6912735,-157.9894286,"Black-necked Stilt (5) 2024-01-06, Blue-winged Teal (2) 2024-01-06, Common Myna (5) 2024-01-06, Hawaiian Coot (8) 2024-01-06, Feral Mallard (2) 2024-01-06, Pacific Golden-Plover (6) 2024-01-06, Red-vented Bulbul (3) 2024-01-06, Ruddy Turnstone (6) 2024-01-06, Sanderling (3) 2024-01-06, Spotted Dove (3) 2024-01-06, Wandering Tattler (2) 2024-01-06, Western Cattle Egret (1) 2019-12-26, Zebra Dove (3) 2024-01-06" +21.29166014,-157.6837309,"Common Myna (2) 2022-04-14, House Finch (1) 2022-04-14, Northern Cardinal (1) 2022-04-14, Pacific Golden-Plover (3) 2022-04-14, Red-crested Cardinal (2) 2022-04-14, Red-tailed Tropicbird (1) 2022-07-18, Red-vented Bulbul (3) 2022-04-14, Spotted Dove (1) 2022-04-14, Warbling White-eye (2) 2022-04-14, Western Cattle Egret (2) 2022-04-14, White Tern (1) 2022-07-18, White-rumped Shama (3) 2022-04-14, White-tailed Tropicbird (1) 2022-07-18, Zebra Dove (4) 2022-07-18" +21.31052334,-157.7896041,"Common Myna (2) 2024-02-12, House Sparrow (1) 2020-10-17, Northern Cardinal (1) 2024-02-12, Oahu Amakihi (1) 2024-02-12, Pacific Golden-Plover (1) 2020-10-17, Red Junglefowl (2) 2024-02-12, Red-billed Leiothrix (1) 2024-02-12, Red-crested Cardinal (1) 2024-02-12, Red-vented Bulbul (1) 2020-10-17, Red-whiskered Bulbul (1) 2020-10-17, Spotted Dove (2) 2024-02-12, Warbling White-eye (1) 2024-02-12, White-rumped Shama (2) 2024-02-12, Zebra Dove (1) 2020-10-17" +21.32106445,-158.0209107,"Common Myna (2) 2021-10-17, Common Waxbill (1) 2022-04-10, Indian Peafowl (1) 2022-06-01, Japanese Bush Warbler (2) 2022-01-01, Java Sparrow (1) 2021-10-17, Pacific Golden-Plover (4) 2022-08-28, Red-billed Leiothrix (1) 2022-06-01, Red-crested Cardinal (1) 2021-03-23, Red-vented Bulbul (4) 2022-08-28, Rock Pigeon (1) 2021-10-17, Saffron Finch (1) 2021-05-13, Spotted Dove (1) 2021-10-17, White-rumped Shama (1) 2022-06-01, Zebra Dove (1) 2021-10-17" +21.31955653,-157.78953,"Common Myna (2) 2021-12-02, House Finch (2) 2021-12-02, Java Sparrow (2) 2021-12-02, Northern Cardinal (2) 2021-12-02, Red-billed Leiothrix (2) 2021-12-02, Red-crested Cardinal (2) 2021-12-02, Red-crowned Parrot (2) 2021-12-02, Red-vented Bulbul (2) 2021-12-02, Red-whiskered Bulbul (2) 2021-12-02, Rose-ringed Parakeet (2) 2021-12-02, Spotted Dove (2) 2021-12-02, Warbling White-eye (2) 2021-12-02, White-rumped Shama (2) 2021-12-02, Zebra Dove (2) 2021-12-02" +21.33951393,-158.088289,"Common Myna (6) 2022-06-16, Common Waxbill (3) 2022-02-02, House Finch (2) 2022-02-01, House Sparrow (5) 2022-02-02, Java Sparrow (4) 2022-02-02, Pacific Golden-Plover (1) 2021-09-03, Red-crested Cardinal (2) 2022-02-01, Red-vented Bulbul (4) 2022-02-02, Red-whiskered Bulbul (2) 2022-02-02, Saffron Finch (1) 2022-06-16, Spotted Dove (4) 2022-02-02, Warbling White-eye (2) 2022-02-02, Western Cattle Egret (1) 2022-06-16, Zebra Dove (5) 2022-02-02" +21.34782283,-157.962874,"Common Myna (2) 2022-11-07, House Finch (1) 2022-08-05, House Sparrow (1) 2022-08-05, Java Sparrow (3) 2022-12-01, Pacific Golden-Plover (1) 2022-11-07, Red-vented Bulbul (2) 2022-11-07, Rose-ringed Parakeet (2) 2022-11-07, Ruddy Turnstone (1) 2022-11-07, Spotted Dove (2) 2022-11-07, Warbling White-eye (2) 2022-11-07, Western Cattle Egret (1) 2022-08-05, White Tern (2) 2022-11-07, Yellow-fronted Canary (1) 2022-08-05, Zebra Dove (2) 2022-11-07" +21.34686223,-157.8182344,"Common Waxbill (1) 2021-11-17, Feral Mallard (2) 2023-02-18, Oahu Amakihi (1) 2021-11-17, Red Junglefowl (1) 2023-04-06, Red-billed Leiothrix (6) 2024-01-15, Red-crested Cardinal (1) 2021-11-17, Red-vented Bulbul (1) 2021-07-30, Red-whiskered Bulbul (4) 2022-12-28, Spotted Dove (1) 2021-07-30, Warbling White-eye (3) 2022-12-28, White-rumped Shama (3) 2022-12-28, Yellow-fronted Canary (1) 2021-11-17, Zebra Dove (1) 2022-12-28" +21.3574206,-158.0592453,"Black-necked Stilt (1) 2024-01-11, Chestnut Munia (4) 2023-12-05, Common Myna (4) 2023-12-05, Gray Francolin (1) 2023-08-29, House Finch (2) 2024-01-11, House Sparrow (1) 2024-01-11, Northern Cardinal (1) 2024-01-11, Pacific Golden-Plover (4) 2024-01-11, Red-crested Cardinal (3) 2024-01-11, Red-vented Bulbul (3) 2023-09-15, Saffron Finch (3) 2024-01-11, Spotted Dove (1) 2023-09-05, Warbling White-eye (1) 2023-08-29, Zebra Dove (2) 2023-09-15" +21.3655181,-157.9048821,"Common Myna (1) 2023-03-19, Common Waxbill (2) 2023-03-19, House Finch (1) 2023-03-19, House Sparrow (1) 2023-03-19, Java Sparrow (1) 2022-12-17, Red Junglefowl (1) 2023-06-14, Red-crested Cardinal (1) 2021-05-29, Red-vented Bulbul (1) 2023-03-19, Red-whiskered Bulbul (2) 2023-03-19, Rose-ringed Parakeet (1) 2023-06-14, Saffron Finch (1) 2023-03-19, Spotted Dove (1) 2023-03-19, Western Cattle Egret (1) 2021-05-29, Zebra Dove (1) 2021-05-29" +21.36499647,-157.8277329,"Common Myna (2) 2019-11-27, Common Waxbill (1) 2019-11-27, House Finch (1) 2019-11-27, Pacific Golden-Plover (1) 2019-11-27, Red Junglefowl (1) 2019-11-27, Red-billed Leiothrix (2) 2019-11-27, Red-crested Cardinal (1) 2019-11-27, Red-vented Bulbul (1) 2019-05-07, Red-whiskered Bulbul (1) 2019-05-07, Rock Pigeon (1) 2019-05-07, Saffron Finch (1) 2019-05-07, Wandering Tattler (1) 2019-11-27, Warbling White-eye (2) 2019-11-27, White-rumped Shama (2) 2019-11-27" +21.37595292,-158.1459357,"African Silverbill (1) 2020-09-11, Brown Booby (1) 2023-03-04, Common Myna (4) 2023-03-04, House Sparrow (2) 2023-03-04, Pacific Golden-Plover (1) 2020-03-04, Red-crested Cardinal (2) 2020-03-04, Red-vented Bulbul (1) 2021-03-11, Rock Pigeon (2) 2023-03-04, Rose-ringed Parakeet (1) 2023-03-04, Saffron Finch (4) 2021-03-17, Sanderling (1) 2023-10-28, Spotted Dove (3) 2023-03-04, Western Cattle Egret (2) 2023-03-04, Zebra Dove (4) 2023-03-04" +21.38358528,-157.9047477,"Chestnut Munia (2) 2023-03-31, Common Myna (5) 2024-01-24, Pacific Golden-Plover (5) 2024-01-24, Red Junglefowl (4) 2024-01-24, Red-crested Cardinal (4) 2024-01-24, Red-vented Bulbul (4) 2024-01-24, Red-whiskered Bulbul (1) 2022-03-09, Rose-ringed Parakeet (1) 2024-01-24, Saffron Finch (3) 2023-02-15, Spotted Dove (3) 2024-01-24, Warbling White-eye (1) 2022-03-09, Western Cattle Egret (2) 2023-03-31, White Tern (1) 2024-01-24, Zebra Dove (2) 2024-01-24" +21.38332881,-157.8661679,"Common Myna (2) 2023-02-27, Common Waxbill (1) 2020-01-01, Java Sparrow (1) 2020-01-01, Northern Cardinal (1) 2020-01-01, Oahu Amakihi (1) 2020-01-01, Pacific Golden-Plover (1) 2023-02-27, Red-billed Leiothrix (2) 2023-02-27, Red-crested Cardinal (2) 2023-02-27, Red-vented Bulbul (1) 2023-02-27, Red-whiskered Bulbul (1) 2020-01-01, Spotted Dove (2) 2023-02-27, Warbling White-eye (2) 2023-02-27, White-rumped Shama (1) 2020-01-01, Zebra Dove (2) 2023-02-27" +21.40305587,-158.1457783,"Common Myna (1) 2019-02-15, Common Waxbill (1) 2019-02-15, House Finch (2) 2024-02-19, House Sparrow (1) 2024-02-19, Northern Cardinal (1) 2019-02-15, Red-crested Cardinal (2) 2024-02-19, Red-vented Bulbul (1) 2024-02-19, Rock Pigeon (1) 2019-02-15, Saffron Finch (1) 2019-02-15, Scaly-breasted Munia (1) 2019-02-15, Short-eared Owl (1) 2019-02-15, Spotted Dove (1) 2019-02-15, Warbling White-eye (1) 2024-02-19, Zebra Dove (1) 2024-02-19" +21.40225511,-158.0010764,"Common Waxbill (1) 2020-06-27, House Finch (2) 2023-03-19, Java Sparrow (1) 2020-06-27, Feral Mallard (1) 2023-03-19, Pacific Golden-Plover (1) 2023-03-19, Red-crested Cardinal (2) 2023-03-19, Red-vented Bulbul (1) 2023-03-19, Red-whiskered Bulbul (1) 2020-06-27, Rose-ringed Parakeet (1) 2020-01-01, Saffron Finch (1) 2023-03-19, Spotted Dove (2) 2023-03-19, Warbling White-eye (1) 2023-03-19, Western Cattle Egret (2) 2023-03-19, Zebra Dove (2) 2023-03-19" +21.40183903,-157.9335518,"Chestnut Munia (1) 2021-07-11, Common Myna (2) 2021-07-11, Common Waxbill (2) 2021-07-11, House Finch (1) 2021-07-11, House Sparrow (1) 2021-07-11, Red-crested Cardinal (1) 2021-07-07, Red-crowned Parrot (1) 2019-02-25, Red-vented Bulbul (2) 2021-07-11, Rose-ringed Parakeet (1) 2019-02-25, Saffron Finch (1) 2021-07-11, Spotted Dove (2) 2021-07-11, Warbling White-eye (1) 2021-07-11, Western Cattle Egret (1) 2021-07-11, Zebra Dove (3) 2021-07-11" +21.42802392,-157.7982853,"Common Myna (2) 2022-12-10, Common Waxbill (3) 2022-12-10, Great Frigatebird (1) 2022-12-10, Northern Cardinal (1) 2022-12-10, Pacific Golden-Plover (2) 2022-12-07, Red Junglefowl (3) 2022-12-10, Red-crested Cardinal (1) 2022-12-10, Red-vented Bulbul (2) 2022-12-10, Red-whiskered Bulbul (1) 2022-12-10, Rock Pigeon (1) 2022-12-10, Spotted Dove (1) 2022-12-10, Warbling White-eye (1) 2022-12-10, Western Cattle Egret (3) 2022-12-10, Zebra Dove (3) 2022-12-10" +21.43938496,-158.1841655,"Brown Booby (3) 2023-09-16, Common Myna (2) 2023-08-22, Common Waxbill (1) 2023-08-22, Great Frigatebird (3) 2023-09-16, House Sparrow (1) 2023-08-22, Red-crested Cardinal (2) 2023-11-13, Red-vented Bulbul (1) 2023-08-22, Red-whiskered Bulbul (1) 2023-08-22, Saffron Finch (1) 2023-10-25, Sooty Tern (1) 2023-03-28, Spotted Dove (1) 2023-08-22, Wedge-tailed Shearwater (1) 2023-03-28, White Tern (1) 2023-03-28, Zebra Dove (2) 2023-08-22" +21.43698747,-157.7885633,"Common Myna (3) 2023-12-07, Common Waxbill (4) 2023-12-08, House Finch (3) 2023-12-08, Feral Mallard (2) 2023-12-06, Pacific Golden-Plover (4) 2023-12-08, Red-crested Cardinal (2) 2023-12-07, Red-vented Bulbul (4) 2023-12-08, Red-whiskered Bulbul (3) 2023-12-08, Spotted Dove (2) 2023-12-07, Warbling White-eye (3) 2023-12-08, Western Cattle Egret (4) 2023-12-08, White-rumped Shama (3) 2023-12-07, Zebra Dove (4) 2023-12-08" +21.44832428,-158.164815,"Common Myna (4) 2023-07-04, Common Waxbill (3) 2023-04-26, Gray Francolin (1) 2022-02-28, House Finch (1) 2023-05-18, House Sparrow (3) 2023-07-04, Java Sparrow (1) 2022-02-28, Northern Cardinal (5) 2023-07-04, Red-crested Cardinal (2) 2023-04-26, Red-vented Bulbul (3) 2023-05-18, Saffron Finch (2) 2023-04-25, Spotted Dove (6) 2023-07-04, Western Cattle Egret (1) 2022-02-28, White-rumped Shama (1) 2023-07-04, Zebra Dove (5) 2023-05-18" +21.44643045,-157.8463815,"Chestnut Munia (1) 2022-10-11, Common Myna (13) 2022-10-11, Common Waxbill (2) 2022-10-11, Java Sparrow (6) 2022-10-10, Northern Cardinal (4) 2022-10-10, Pacific Golden-Plover (3) 2022-10-11, Red-crested Cardinal (1) 2022-09-25, Red-vented Bulbul (10) 2022-10-11, Red-whiskered Bulbul (9) 2022-10-11, Spotted Dove (2) 2022-09-28, Warbling White-eye (6) 2022-10-01, Western Cattle Egret (3) 2022-10-02, White-rumped Shama (10) 2022-10-11, Zebra Dove (13) 2022-10-11" +21.44587947,-157.7691914,"Common Myna (2) 2021-04-05, Common Waxbill (1) 2021-04-05, Gray Francolin (2) 2024-01-07, Java Sparrow (1) 2021-04-05, Pacific Golden-Plover (2) 2021-04-05, Red Junglefowl (1) 2021-04-05, Red-crested Cardinal (2) 2021-04-05, Red-vented Bulbul (2) 2021-04-05, Scaly-breasted Munia (1) 2021-04-05, Spotted Dove (1) 2021-04-05, Warbling White-eye (1) 2021-04-05, Western Cattle Egret (1) 2021-04-05, White-rumped Shama (1) 2021-04-05, Zebra Dove (2) 2021-04-05" +21.46599684,-158.0875036,"African Silverbill (2) 2021-05-28, Apapane (1) 2022-07-06, Common Myna (1) 2022-07-06, Common Waxbill (1) 2022-07-06, Gray Francolin (1) 2022-07-06, Indian Peafowl (1) 2022-07-06, Oahu Amakihi (1) 2022-07-06, Oahu Elepaio (1) 2022-07-06, Red-billed Leiothrix (1) 2022-07-06, Red-crested Cardinal (1) 2022-07-06, Red-vented Bulbul (1) 2022-07-06, Red-whiskered Bulbul (1) 2022-07-06, Warbling White-eye (1) 2022-07-06, White-rumped Shama (1) 2022-07-06" +21.47513534,-158.1067502,"Common Myna (1) 2019-04-27, Gray Francolin (1) 2019-04-27, House Finch (1) 2019-04-27, Indian Peafowl (1) 2019-04-27, Japanese Bush Warbler (1) 2019-04-27, Northern Cardinal (1) 2019-04-27, Oahu Amakihi (1) 2019-04-27, Red-billed Leiothrix (1) 2019-04-27, Red-crested Cardinal (1) 2019-04-27, Red-vented Bulbul (1) 2019-04-27, Red-whiskered Bulbul (1) 2019-04-27, Spotted Dove (1) 2019-04-27, Warbling White-eye (1) 2019-04-27, White-rumped Shama (1) 2019-04-27" +21.48395336,-158.0680866,"Common Myna (3) 2021-10-20, Common Waxbill (1) 2021-10-20, House Finch (1) 2021-10-22, Java Sparrow (2) 2021-10-20, Pacific Golden-Plover (2) 2021-10-17, Red-crested Cardinal (2) 2024-02-28, Red-vented Bulbul (1) 2021-10-17, Rose-ringed Parakeet (1) 2021-10-14, Saffron Finch (2) 2021-10-22, Scaly-breasted Munia (1) 2021-10-22, Spotted Dove (2) 2021-10-20, Warbling White-eye (2) 2021-10-20, Western Cattle Egret (1) 2021-10-14, Zebra Dove (2) 2021-10-20" +21.49298567,-158.0680289,"Chestnut Munia (3) 2023-11-11, Common Myna (5) 2023-11-13, Common Waxbill (2) 2023-11-11, House Finch (1) 2023-06-14, Java Sparrow (1) 2023-06-14, Northern Cardinal (2) 2023-11-12, Pacific Golden-Plover (4) 2023-11-12, Red-crested Cardinal (3) 2023-11-13, Red-vented Bulbul (3) 2023-11-13, Rose-ringed Parakeet (2) 2023-11-12, Saffron Finch (2) 2023-11-11, Spotted Dove (4) 2023-11-13, Warbling White-eye (2) 2023-11-13, Zebra Dove (3) 2023-11-12" +21.49270765,-158.0197659,"Chestnut Munia (3) 2022-05-09, Common Myna (4) 2022-07-14, Common Waxbill (3) 2022-05-09, House Finch (3) 2022-05-09, Northern Cardinal (3) 2022-05-09, Red-crested Cardinal (4) 2022-07-14, Red-crowned Parrot (1) 2022-07-14, Red-vented Bulbul (4) 2022-07-14, Red-whiskered Bulbul (3) 2022-05-09, Saffron Finch (1) 2022-07-14, Warbling White-eye (1) 2022-07-14, Western Cattle Egret (3) 2022-05-09, White-rumped Shama (3) 2022-05-09, Zebra Dove (4) 2022-07-14" +21.51969455,-158.0002758,"Chestnut Munia (2) 2021-08-18, Common Myna (2) 2020-09-16, Common Waxbill (1) 2020-04-06, Gray Francolin (1) 2020-09-16, House Sparrow (1) 2020-09-16, Indian Peafowl (8) 2022-04-12, Pacific Golden-Plover (4) 2021-08-18, Red Junglefowl (1) 2021-08-18, Red-crested Cardinal (1) 2020-09-16, Red-vented Bulbul (2) 2020-09-16, Spotted Dove (1) 2020-04-06, Wandering Tattler (1) 2022-04-12, Western Cattle Egret (1) 2020-09-16, Zebra Dove (1) 2020-04-06" +21.58244818,-157.9225753,"Apapane (1) 2021-11-20, Common Myna (1) 2021-11-20, Common Waxbill (1) 2021-11-20, House Sparrow (1) 2021-11-20, Japanese Bush Warbler (1) 2021-11-20, Oahu Amakihi (1) 2021-11-20, Red-billed Leiothrix (1) 2021-11-20, Red-vented Bulbul (1) 2021-11-20, Red-whiskered Bulbul (1) 2021-11-20, Spotted Dove (1) 2021-11-20, Warbling White-eye (1) 2021-11-20, White-rumped Shama (1) 2021-11-20, White-tailed Tropicbird (1) 2021-11-20, Zebra Dove (1) 2021-11-20" +21.61951155,-158.0768806,"Brown Booby (1) 2022-05-08, Common Myna (2) 2023-02-20, Great Frigatebird (1) 2023-02-21, House Sparrow (1) 2022-05-08, Pacific Golden-Plover (1) 2022-10-05, Red-crested Cardinal (1) 2022-05-08, Red-whiskered Bulbul (1) 2023-02-21, Saffron Finch (1) 2022-05-08, Sanderling (1) 2023-09-04, Warbling White-eye (1) 2022-05-08, Wedge-tailed Shearwater (2) 2023-09-04, Western Cattle Egret (1) 2022-05-08, White-rumped Shama (2) 2023-09-13, Zebra Dove (2) 2022-10-05" +21.62849131,-158.0671615,"Black-crowned Night Heron (1) 2022-03-15, Common Gallinule (1) 2022-03-15, Common Myna (2) 2022-12-13, Common Waxbill (1) 2022-12-13, Great Frigatebird (1) 2022-02-20, House Sparrow (1) 2022-12-13, Northern Cardinal (1) 2022-12-13, Pacific Golden-Plover (1) 2022-03-16, Red-billed Leiothrix (1) 2022-12-13, Red-vented Bulbul (2) 2022-12-13, Red-whiskered Bulbul (1) 2022-12-13, Ruddy Turnstone (1) 2022-03-15, Warbling White-eye (1) 2022-12-13, Yellow-fronted Canary (1) 2022-12-13" +21.26471116,-157.7032442,"Brown Booby (6) 2020-11-26, Common Myna (2) 2022-05-07, Common Waxbill (1) 2022-05-07, House Finch (1) 2022-05-07, House Sparrow (1) 2022-05-07, Java Sparrow (1) 2022-05-07, Red-crested Cardinal (1) 2022-05-07, Red-footed Booby (3) 2020-11-26, Red-vented Bulbul (3) 2022-05-07, Rock Pigeon (1) 2022-05-07, Spotted Dove (2) 2022-05-07, Wandering Tattler (2) 2020-11-23, Western Cattle Egret (1) 2022-05-07, White Tern (4) 2022-05-07, Zebra Dove (4) 2022-05-07" +21.29210305,-157.7415595,"Common Myna (4) 2021-10-24, Common Waxbill (4) 2022-03-09, House Finch (2) 2021-10-26, Java Sparrow (3) 2021-10-26, Pacific Golden-Plover (5) 2021-10-24, Red Junglefowl (1) 2021-10-18, Red-billed Leiothrix (2) 2022-03-09, Red-crested Cardinal (4) 2021-10-24, Red-vented Bulbul (7) 2022-03-09, Red-whiskered Bulbul (2) 2022-03-09, Spotted Dove (7) 2022-03-09, Warbling White-eye (3) 2021-10-26, Western Cattle Egret (3) 2021-10-26, White-rumped Shama (2) 2022-03-09, Zebra Dove (6) 2022-03-09" +21.30310761,-158.0403108,"Common Myna (3) 2022-11-06, Common Waxbill (2) 2022-12-30, House Sparrow (3) 2022-11-06, Northern Cardinal (2) 2021-11-29, Pacific Golden-Plover (3) 2022-11-06, Red-crested Cardinal (3) 2022-11-06, Red-vented Bulbul (3) 2022-11-06, Red-whiskered Bulbul (3) 2022-11-06, Saffron Finch (3) 2022-11-06, Spotted Dove (3) 2022-11-06, Warbling White-eye (3) 2022-11-06, Western Cattle Egret (2) 2021-11-29, White-rumped Shama (2) 2021-11-29, Yellow-fronted Canary (1) 2022-11-06, Zebra Dove (3) 2022-11-06" +21.30305191,-158.0306705,"Common Myna (3) 2023-03-30, Common Waxbill (1) 2023-03-30, House Finch (2) 2023-03-30, House Sparrow (1) 2019-10-25, Java Sparrow (1) 2022-05-18, Pacific Golden-Plover (2) 2023-03-30, Red Junglefowl (1) 2019-10-25, Red-crested Cardinal (3) 2023-03-30, Red-vented Bulbul (1) 2023-03-30, Saffron Finch (2) 2023-03-30, Spotted Dove (2) 2023-03-30, Wandering Tattler (1) 2019-10-25, Western Cattle Egret (1) 2019-10-25, White Tern (1) 2021-03-27, Zebra Dove (3) 2023-03-30" +21.31144105,-157.9245649,"Common Myna (5) 2023-09-15, Common Waxbill (1) 2022-02-10, Eurasian Skylark (1) 2020-10-30, House Finch (1) 2020-01-23, House Sparrow (4) 2022-02-10, Feral Mallard (1) 2022-02-10, Pacific Golden-Plover (3) 2023-09-15, Red-crested Cardinal (3) 2023-09-15, Red-vented Bulbul (3) 2023-09-15, Rock Pigeon (2) 2020-01-23, Saffron Finch (1) 2023-09-15, Spotted Dove (2) 2020-10-30, Western Cattle Egret (1) 2019-01-23, White Tern (1) 2020-01-23, Zebra Dove (4) 2023-09-15" +21.33037547,-158.0690614,"Common Myna (5) 2024-01-04, Common Waxbill (1) 2022-11-14, House Finch (2) 2024-01-04, House Sparrow (3) 2023-01-20, Java Sparrow (1) 2022-11-14, Pacific Golden-Plover (1) 2024-01-04, Red Junglefowl (2) 2022-12-26, Red-crested Cardinal (5) 2024-01-04, Red-vented Bulbul (1) 2021-12-26, Rock Pigeon (2) 2022-12-26, Saffron Finch (5) 2024-01-04, Spotted Dove (3) 2022-12-26, Warbling White-eye (2) 2022-12-26, Western Cattle Egret (3) 2024-01-04, Zebra Dove (4) 2024-01-04" +21.32756066,-157.6544872,"Brown Booby (3) 2023-03-26, Brown Noddy (4) 2023-04-16, Common Myna (7) 2023-05-19, Great Frigatebird (6) 2023-09-26, Masked Booby (2) 2022-02-25, Red-footed Booby (12) 2023-04-16, Red-tailed Tropicbird (3) 2022-02-07, Red-vented Bulbul (2) 2019-12-14, Rock Pigeon (5) 2022-02-07, Sooty Tern (12) 2023-04-16, Spotted Dove (5) 2023-03-26, Wandering Tattler (4) 2023-03-26, Wedge-tailed Shearwater (3) 2022-02-07, Zebra Dove (4) 2023-05-19" +21.33829045,-157.8857995,"Chestnut Munia (1) 2023-11-21, Common Myna (4) 2022-08-13, Great Frigatebird (1) 2022-08-01, Great-tailed Grackle (1) 2020-01-29, House Sparrow (1) 2023-11-21, Java Sparrow (1) 2019-07-23, Northern Mockingbird (1) 2023-11-21, Red-vented Bulbul (2) 2023-11-21, Rock Pigeon (4) 2024-02-04, Rose-ringed Parakeet (7) 2023-03-09, Scaly-breasted Munia (1) 2023-11-21, Spotted Dove (4) 2023-11-21, Western Cattle Egret (6) 2024-02-04, Zebra Dove (1) 2023-11-21" +21.34822209,-158.0303737,"Common Myna (4) 2022-02-25, Common Waxbill (2) 2022-02-25, House Finch (2) 2019-05-27, Java Sparrow (4) 2022-02-25, Pacific Golden-Plover (2) 2024-02-06, Red Junglefowl (2) 2024-01-27, Red-crested Cardinal (1) 2022-02-25, Red-vented Bulbul (4) 2022-02-25, Red-whiskered Bulbul (2) 2022-02-25, Rose-ringed Parakeet (3) 2019-05-27, Rosy-faced Lovebird (1) 2022-02-25, Saffron Finch (1) 2024-01-27, Spotted Dove (4) 2022-02-25, Western Cattle Egret (3) 2021-02-25, Zebra Dove (4) 2022-02-25" +21.3573661,-158.0496016,"Common Myna (2) 2023-11-19, Common Waxbill (2) 2023-11-19, Erckel's Spurfowl (1) 2019-02-04, Gray Francolin (2) 2023-11-19, House Finch (2) 2023-11-19, Northern Cardinal (2) 2023-11-19, Oahu Amakihi (1) 2019-02-04, Red-billed Leiothrix (1) 2019-02-04, Red-crested Cardinal (2) 2023-11-19, Red-vented Bulbul (2) 2023-11-19, Red-whiskered Bulbul (1) 2019-02-04, Warbling White-eye (1) 2019-02-04, Western Cattle Egret (2) 2023-11-19, White-rumped Shama (1) 2019-02-04, Zebra Dove (2) 2023-11-19" +21.35660999,-157.924236,"Common Myna (5) 2024-01-23, House Finch (1) 2021-07-07, House Sparrow (3) 2024-01-23, Java Sparrow (1) 2024-01-23, Pacific Golden-Plover (2) 2024-01-23, Red-crested Cardinal (4) 2023-03-15, Red-vented Bulbul (3) 2021-07-13, Red-whiskered Bulbul (2) 2021-11-27, Rose-ringed Parakeet (2) 2023-03-06, Saffron Finch (1) 2024-01-23, Spotted Dove (2) 2021-07-13, Warbling White-eye (4) 2021-07-13, Western Cattle Egret (5) 2024-01-23, White Tern (3) 2022-11-03, Zebra Dove (5) 2024-01-23" +21.35596318,-157.8278048,"Apapane (1) 2021-10-14, Common Myna (2) 2022-03-31, Common Waxbill (2) 2022-03-31, House Finch (1) 2022-03-31, Java Sparrow (1) 2022-03-31, Oahu Amakihi (2) 2022-02-01, Pacific Golden-Plover (1) 2022-03-31, Red-billed Leiothrix (1) 2021-10-31, Red-crested Cardinal (1) 2022-03-31, Red-vented Bulbul (3) 2022-03-31, Red-whiskered Bulbul (3) 2022-03-31, Spotted Dove (2) 2022-03-31, Warbling White-eye (2) 2022-02-01, White-rumped Shama (2) 2022-03-31, Zebra Dove (1) 2022-03-31" +21.40280874,-158.0975443,"Apapane (3) 2019-12-27, Common Myna (10) 2019-10-17, Common Waxbill (13) 2019-12-27, House Finch (13) 2023-06-01, Kalij Pheasant (3) 2019-12-27, Northern Cardinal (11) 2019-12-27, Oahu Amakihi (15) 2024-02-12, Oahu Elepaio (3) 2023-06-01, Red-billed Leiothrix (12) 2023-06-01, Red-crested Cardinal (2) 2019-12-27, Red-vented Bulbul (10) 2019-10-17, Red-whiskered Bulbul (2) 2019-12-27, Warbling White-eye (15) 2019-12-27, White-rumped Shama (5) 2019-12-27, Zebra Dove (2) 2019-12-27" +21.41145914,-158.0299567,"Common Myna (3) 2021-02-15, Common Waxbill (1) 2021-02-15, House Finch (1) 2021-01-02, House Sparrow (1) 2021-02-15, Northern Cardinal (1) 2021-02-15, Pacific Golden-Plover (2) 2021-02-15, Red-vented Bulbul (1) 2021-02-15, Rock Pigeon (1) 2021-01-02, Rose-ringed Parakeet (1) 2021-01-02, Saffron Finch (2) 2021-02-15, Snow Goose (3) 2021-02-15, Spotted Dove (2) 2021-02-15, Warbling White-eye (1) 2021-02-15, Western Cattle Egret (1) 2021-02-15, Zebra Dove (2) 2021-02-15" +21.43719486,-157.8175078,"Chestnut Munia (1) 2019-11-04, Common Myna (1) 2019-07-29, Common Waxbill (3) 2020-01-07, House Finch (1) 2019-07-29, Japanese Bush Warbler (1) 2019-07-29, Red Junglefowl (1) 2019-07-29, Red-billed Leiothrix (2) 2020-01-07, Red-crested Cardinal (3) 2020-01-07, Red-vented Bulbul (3) 2019-12-26, Red-whiskered Bulbul (2) 2019-11-04, Scaly-breasted Munia (1) 2019-11-04, Spotted Dove (1) 2019-11-04, Warbling White-eye (2) 2019-12-26, White-rumped Shama (2) 2019-12-26, Zebra Dove (2) 2019-12-26" +21.448372,-158.1744651,"Black-crowned Night Heron (1) 2021-04-19, Common Myna (1) 2021-04-19, Common Waxbill (1) 2021-04-19, House Finch (1) 2021-04-19, Java Sparrow (1) 2021-04-19, Pacific Golden-Plover (1) 2021-04-19, Red-crested Cardinal (1) 2021-04-19, Red-vented Bulbul (1) 2021-04-19, Red-whiskered Bulbul (1) 2021-04-19, Saffron Finch (1) 2021-04-19, Spotted Dove (1) 2021-04-19, Warbling White-eye (1) 2021-04-19, Western Cattle Egret (1) 2021-04-19, White Tern (1) 2021-04-19, Zebra Dove (1) 2021-04-19" +21.4666266,-158.2129689,"Common Myna (8) 2023-05-07, Common Waxbill (5) 2023-05-07, Great Frigatebird (1) 2022-06-07, Indian Peafowl (1) 2023-01-10, Northern Cardinal (1) 2023-01-10, Red Junglefowl (4) 2023-05-06, Red-crested Cardinal (1) 2023-01-10, Red-vented Bulbul (4) 2023-05-07, Red-whiskered Bulbul (1) 2023-01-06, Rock Pigeon (4) 2023-01-06, Saffron Finch (2) 2023-05-06, Spotted Dove (4) 2023-01-10, Wandering Tattler (2) 2023-01-10, Warbling White-eye (1) 2023-01-10, Zebra Dove (6) 2023-05-06" +21.47570599,-158.2225723,"Brown Booby (3) 2024-02-15, Common Myna (4) 2024-01-15, Common Waxbill (3) 2024-01-15, House Sparrow (1) 2023-04-16, Java Sparrow (1) 2019-01-16, Laysan Albatross (2) 2022-11-26, Northern Cardinal (2) 2021-03-24, Red-crested Cardinal (3) 2024-01-15, Red-vented Bulbul (3) 2024-01-15, Rock Pigeon (2) 2024-02-15, Saffron Finch (4) 2023-04-16, Spotted Dove (3) 2024-01-15, Wandering Tattler (2) 2024-02-15, Warbling White-eye (1) 2019-01-16, Zebra Dove (2) 2024-01-15" +21.54606004,-157.8842196,"Apapane (1) 2023-02-24, Chestnut Munia (1) 2023-12-07, Common Myna (1) 2023-02-24, Common Waxbill (1) 2023-02-24, Northern Cardinal (1) 2023-02-24, Oahu Amakihi (1) 2023-12-07, Pacific Golden-Plover (2) 2023-12-07, Red Junglefowl (1) 2023-02-24, Red-billed Leiothrix (2) 2023-12-07, Red-vented Bulbul (1) 2023-12-07, Red-whiskered Bulbul (2) 2023-12-07, Spotted Dove (1) 2023-02-24, Warbling White-eye (2) 2023-12-07, White-rumped Shama (2) 2023-02-24, Zebra Dove (2) 2023-12-07" +21.57500006,-158.2027181,"Common Myna (2) 2022-10-01, Common Waxbill (2) 2022-10-01, Erckel's Spurfowl (3) 2021-07-29, House Finch (2) 2022-10-01, Indian Peafowl (2) 2021-07-25, Northern Cardinal (2) 2022-10-01, Pacific Golden-Plover (2) 2022-10-01, Red-crested Cardinal (2) 2022-10-01, Red-vented Bulbul (2) 2022-10-01, Red-whiskered Bulbul (2) 2022-10-01, Saffron Finch (2) 2022-10-01, Spotted Dove (2) 2022-10-01, Warbling White-eye (2) 2022-10-01, White-rumped Shama (3) 2022-10-01, Zebra Dove (2) 2022-10-01" +21.5749069,-158.1834023,"Black-crowned Night Heron (1) 2021-09-24, Common Myna (1) 2021-09-24, Common Waxbill (1) 2021-09-24, House Finch (1) 2021-09-24, Northern Cardinal (1) 2021-09-24, Red-billed Leiothrix (1) 2021-09-24, Red-crested Cardinal (1) 2021-09-24, Red-vented Bulbul (1) 2021-09-24, Red-whiskered Bulbul (1) 2021-09-24, Saffron Finch (1) 2021-09-24, Spotted Dove (1) 2021-09-24, Warbling White-eye (1) 2021-09-24, Western Cattle Egret (1) 2021-09-24, White-rumped Shama (1) 2021-09-24, Zebra Dove (1) 2021-09-24" +21.66387183,-157.9412992,"Brown Booby (2) 2020-12-31, Chestnut Munia (1) 2023-12-04, Common Myna (1) 2023-12-04, Laysan Albatross (2) 2020-12-31, Feral Mallard (2) 2020-12-31, Pacific Golden-Plover (3) 2023-12-04, Red-vented Bulbul (1) 2023-12-04, Ruddy Turnstone (1) 2020-12-30, Saffron Finch (1) 2023-12-04, Sanderling (1) 2020-12-31, Wandering Tattler (2) 2020-12-31, Warbling White-eye (1) 2023-12-04, Western Cattle Egret (1) 2023-12-04, White-rumped Shama (1) 2023-12-04, Zebra Dove (1) 2023-12-04" +21.26562995,-157.8285221,"Black-crowned Night Heron (1) 2022-02-14, Brown Booby (5) 2022-02-14, Common Myna (1) 2022-02-13, Great Frigatebird (2) 2019-07-10, Java Sparrow (1) 2022-02-13, Pacific Golden-Plover (1) 2022-02-13, Red-crested Cardinal (1) 2022-02-13, Red-footed Booby (4) 2024-01-07, Rock Pigeon (1) 2022-02-13, Rose-ringed Parakeet (1) 2022-02-13, Sooty Tern (1) 2024-01-07, Spotted Dove (1) 2022-02-13, Wedge-tailed Shearwater (3) 2022-02-14, Western Cattle Egret (2) 2022-02-13, White Tern (10) 2024-01-07, Zebra Dove (1) 2022-02-13" +21.28349262,-157.7994644,"Common Myna (5) 2023-05-12, Common Waxbill (1) 2019-05-24, Great Frigatebird (1) 2019-08-23, House Finch (1) 2019-05-24, House Sparrow (5) 2022-03-18, Java Sparrow (6) 2022-06-16, Red-crested Cardinal (5) 2023-05-12, Red-vented Bulbul (3) 2020-04-14, Rock Pigeon (3) 2023-05-12, Rose-ringed Parakeet (8) 2023-02-12, Saffron Finch (1) 2020-06-09, Spotted Dove (8) 2023-08-02, Warbling White-eye (2) 2020-04-14, Western Cattle Egret (1) 2019-08-23, White Tern (8) 2023-05-12, Zebra Dove (8) 2023-05-12" +21.3014205,-157.7800389,"Common Myna (1) 2023-12-25, House Finch (1) 2024-01-28, Java Sparrow (5) 2022-09-03, Northern Cardinal (2) 2024-01-28, Pacific Golden-Plover (1) 2023-12-25, Red Junglefowl (1) 2023-12-25, Red-billed Leiothrix (1) 2021-03-28, Red-crested Cardinal (1) 2022-08-21, Red-masked Parakeet (1) 2021-03-28, Red-vented Bulbul (3) 2024-01-28, Rose-ringed Parakeet (2) 2022-09-03, Spotted Dove (3) 2024-01-28, Western Cattle Egret (1) 2023-12-25, White-rumped Shama (1) 2024-01-28, White-tailed Tropicbird (2) 2023-12-25, Zebra Dove (6) 2023-12-25" +21.31185877,-157.9920483,"Black-necked Stilt (1) 2022-06-28, Common Myna (8) 2023-12-22, Common Waxbill (1) 2021-11-28, House Sparrow (1) 2022-06-29, Java Sparrow (1) 2021-10-13, Pacific Golden-Plover (4) 2023-12-22, Red-crested Cardinal (4) 2023-12-22, Red-vented Bulbul (2) 2019-08-13, Rock Pigeon (1) 2021-11-28, Saffron Finch (2) 2023-12-22, Sanderling (1) 2021-11-28, Spotted Dove (2) 2019-08-13, Wedge-tailed Shearwater (2) 2022-07-03, Western Cattle Egret (1) 2023-12-22, White Tern (1) 2022-07-02, Zebra Dove (7) 2023-12-22" +21.321395,-158.0787601,"Chestnut Munia (1) 2021-06-20, Common Myna (4) 2021-06-20, Common Waxbill (1) 2021-06-20, Gray Francolin (1) 2019-03-03, House Finch (1) 2020-02-14, House Sparrow (1) 2020-02-14, Java Sparrow (2) 2021-06-20, Pacific Golden-Plover (1) 2020-02-14, Red Junglefowl (1) 2020-02-14, Red-crested Cardinal (2) 2021-06-20, Red-vented Bulbul (4) 2021-06-20, Saffron Finch (1) 2020-02-14, Spotted Dove (4) 2021-06-20, Warbling White-eye (1) 2021-06-25, Western Cattle Egret (1) 2020-02-14, Zebra Dove (2) 2021-06-20" +21.32009442,-157.8666546,"Black-crowned Night Heron (1) 2019-02-16, Chestnut Munia (1) 2019-02-16, Common Myna (7) 2021-07-30, Common Waxbill (1) 2019-06-25, House Finch (2) 2019-05-04, House Sparrow (6) 2021-07-10, Red-crested Cardinal (2) 2021-05-05, Red-vented Bulbul (4) 2021-07-08, Red-whiskered Bulbul (1) 2019-05-04, Rock Pigeon (4) 2022-08-19, Rose-ringed Parakeet (2) 2022-02-13, Spotted Dove (7) 2021-07-30, Warbling White-eye (2) 2021-05-05, Western Cattle Egret (4) 2021-07-08, White Tern (3) 2022-02-05, Zebra Dove (7) 2021-07-10" +21.33015474,-158.0304928,"Chestnut Munia (1) 2019-11-03, Common Myna (5) 2021-03-14, Common Waxbill (2) 2021-08-10, House Finch (1) 2019-11-03, House Sparrow (4) 2021-03-14, Java Sparrow (2) 2021-03-25, Pacific Golden-Plover (4) 2021-03-14, Red-crested Cardinal (4) 2021-03-17, Red-vented Bulbul (4) 2021-03-15, Red-whiskered Bulbul (1) 2019-11-03, Rock Pigeon (2) 2019-03-13, Saffron Finch (3) 2021-05-13, Spotted Dove (5) 2021-03-17, Warbling White-eye (3) 2021-03-17, Western Cattle Egret (1) 2019-11-03, Zebra Dove (3) 2021-03-17" +21.32963295,-157.943717,"Chestnut Munia (3) 2024-02-07, Common Myna (5) 2024-02-07, Common Waxbill (4) 2024-02-07, House Finch (3) 2024-02-07, House Sparrow (2) 2023-10-25, Java Sparrow (2) 2024-02-07, Feral Mallard (1) 2023-10-25, Pacific Golden-Plover (4) 2024-02-07, Red-crested Cardinal (2) 2024-02-07, Red-vented Bulbul (4) 2024-02-07, Spotted Dove (2) 2023-10-25, Warbling White-eye (2) 2023-10-25, Western Cattle Egret (3) 2024-02-07, White Tern (2) 2024-02-07, Yellow-fronted Canary (2) 2023-10-25, Zebra Dove (3) 2024-02-07" +21.32906257,-157.856944,"Chestnut Munia (2) 2020-09-28, Common Myna (4) 2022-03-02, Common Waxbill (2) 2022-03-02, House Finch (2) 2020-09-28, House Sparrow (6) 2023-09-18, Feral Mallard (5) 2023-09-18, Northern Cardinal (1) 2020-09-28, Red Junglefowl (2) 2022-03-02, Red-vented Bulbul (3) 2022-03-02, Rock Pigeon (5) 2023-09-18, Spotted Dove (6) 2023-09-18, White Tern (1) 2022-02-17, Zebra Dove (5) 2023-09-18" +21.33940789,-158.0690038,"Chestnut Munia (1) 2020-03-26, Common Myna (7) 2023-10-15, Common Waxbill (4) 2023-10-15, House Finch (2) 2022-03-21, House Sparrow (3) 2023-10-15, Java Sparrow (4) 2023-10-15, Pacific Golden-Plover (2) 2022-03-21, Red-crested Cardinal (2) 2021-01-31, Red-vented Bulbul (5) 2022-03-21, Red-whiskered Bulbul (7) 2023-10-15, Rose-ringed Parakeet (2) 2022-06-11, Saffron Finch (4) 2023-10-15, Spotted Dove (7) 2023-10-15, Warbling White-eye (5) 2023-09-09, Western Cattle Egret (3) 2023-10-15, Zebra Dove (7) 2023-10-15" +21.33884713,-157.9725796,"Brown Booby (1) 2022-06-18, Common Myna (3) 2022-06-20, Common Waxbill (1) 2019-01-11, House Sparrow (1) 2019-01-11, Java Sparrow (1) 2019-01-11, Pacific Golden-Plover (1) 2019-01-11, Red-vented Bulbul (1) 2019-01-11, Rock Pigeon (2) 2022-06-09, Rose-ringed Parakeet (1) 2022-06-19, Saffron Finch (1) 2019-01-11, Spotted Dove (1) 2019-01-11, Western Cattle Egret (2) 2022-06-09, White Tern (5) 2022-06-20, White-rumped Shama (1) 2019-01-11, Yellow-fronted Canary (1) 2019-01-11, Zebra Dove (2) 2022-06-09" +21.33816145,-157.8665157,"Common Myna (6) 2024-02-01, Common Waxbill (1) 2021-06-28, House Finch (1) 2021-06-28, House Sparrow (5) 2024-02-01, Java Sparrow (3) 2022-10-23, Pacific Golden-Plover (4) 2021-10-30, Red-crested Cardinal (2) 2021-10-30, Red-vented Bulbul (4) 2024-02-01, Rock Pigeon (1) 2021-06-28, Rose-ringed Parakeet (3) 2021-06-28, Saffron Finch (3) 2021-10-30, Spotted Dove (5) 2024-02-01, Warbling White-eye (3) 2021-06-28, Western Cattle Egret (4) 2022-10-23, White Tern (1) 2021-06-28, Zebra Dove (5) 2024-02-01" +21.33803012,-157.8472321,"Chestnut Munia (1) 2019-07-22, Common Myna (3) 2022-02-21, Common Waxbill (1) 2019-07-27, House Finch (1) 2022-03-16, Oahu Amakihi (2) 2019-07-27, Pacific Golden-Plover (1) 2022-01-18, Red-billed Leiothrix (1) 2019-07-27, Red-crested Cardinal (2) 2022-02-20, Red-vented Bulbul (5) 2022-02-20, Red-whiskered Bulbul (2) 2019-07-27, Spotted Dove (1) 2022-02-21, Warbling White-eye (2) 2019-07-27, White Tern (1) 2019-07-22, White-rumped Shama (4) 2022-02-19, Yellow-fronted Canary (2) 2019-07-27, Zebra Dove (1) 2019-07-22" +21.33719555,-157.7315331,"Chestnut Munia (1) 2021-11-26, Common Myna (3) 2021-11-26, Common Waxbill (2) 2021-11-26, House Sparrow (1) 2021-11-26, Northern Cardinal (2) 2021-04-11, Pacific Golden-Plover (2) 2021-11-26, Red Junglefowl (1) 2021-11-26, Red-billed Leiothrix (1) 2021-04-11, Red-crested Cardinal (2) 2021-11-26, Red-whiskered Bulbul (1) 2021-04-11, Scaly-breasted Munia (1) 2021-11-26, Spotted Dove (2) 2021-04-11, Warbling White-eye (2) 2021-11-26, Western Cattle Egret (3) 2021-11-26, White-tailed Tropicbird (1) 2021-11-26, Zebra Dove (3) 2021-11-26" +21.34844087,-158.0689464,"African Silverbill (1) 2020-05-29, Common Myna (3) 2020-05-29, Common Waxbill (3) 2020-05-29, House Sparrow (2) 2020-05-29, Java Sparrow (2) 2020-05-29, Northern Cardinal (2) 2020-05-29, Red Junglefowl (1) 2020-05-09, Red-crested Cardinal (2) 2020-05-29, Red-vented Bulbul (3) 2020-05-29, Red-whiskered Bulbul (1) 2020-05-29, Rose-ringed Parakeet (2) 2020-05-29, Saffron Finch (2) 2020-05-29, Spotted Dove (3) 2020-05-29, Warbling White-eye (3) 2020-05-29, Western Cattle Egret (3) 2020-05-29, Zebra Dove (3) 2020-05-29" +21.35763639,-158.097821,"Common Myna (1) 2019-12-30, Common Waxbill (1) 2019-12-30, Erckel's Spurfowl (1) 2019-12-30, Gray Francolin (1) 2019-12-30, Kalij Pheasant (1) 2019-12-30, Northern Cardinal (1) 2019-12-30, Pacific Golden-Plover (1) 2019-12-30, Red Avadavat (1) 2019-12-30, Red-crested Cardinal (1) 2019-12-30, Red-vented Bulbul (1) 2019-12-30, Red-whiskered Bulbul (1) 2019-12-30, Scaly-breasted Munia (1) 2019-12-30, Spotted Dove (1) 2019-12-30, Warbling White-eye (1) 2019-12-30, Yellow-faced Grassquit (1) 2019-12-30, Zebra Dove (1) 2019-12-30" +21.3558272,-157.808519,"Common Myna (1) 2020-06-24, Common Waxbill (2) 2023-07-14, Gray Francolin (1) 2023-07-14, House Finch (1) 2020-06-24, House Sparrow (2) 2021-03-21, Northern Cardinal (1) 2020-06-24, Oahu Amakihi (1) 2021-12-25, Red Junglefowl (2) 2021-05-28, Red-billed Leiothrix (5) 2023-07-14, Red-crested Cardinal (2) 2021-03-03, Red-vented Bulbul (1) 2020-06-24, Red-whiskered Bulbul (4) 2023-09-24, Spotted Dove (1) 2020-06-24, Warbling White-eye (3) 2023-07-14, White-rumped Shama (5) 2023-07-14, Zebra Dove (1) 2020-06-24" +21.35526153,-157.7313774,"Black-necked Stilt (1) 2021-09-27, Common Gallinule (1) 2021-09-27, Common Myna (3) 2021-10-18, Common Waxbill (2) 2021-10-18, House Sparrow (1) 2021-10-18, Feral Mallard (1) 2021-09-27, Pacific Golden-Plover (2) 2021-10-18, Red Junglefowl (1) 2021-09-27, Red-crested Cardinal (2) 2021-10-18, Red-vented Bulbul (2) 2021-10-18, Red-whiskered Bulbul (2) 2021-10-18, Rock Pigeon (1) 2021-10-18, Spotted Dove (1) 2021-09-27, Western Cattle Egret (2) 2021-09-27, White-rumped Shama (1) 2021-09-27, Zebra Dove (2) 2021-10-18" +21.36472216,-157.789159,"African Silverbill (2) 2023-09-24, Chestnut Munia (1) 2023-11-19, Common Myna (6) 2023-10-25, Common Waxbill (3) 2023-10-25, Java Sparrow (1) 2023-07-13, Red Junglefowl (11) 2024-02-13, Red-billed Leiothrix (4) 2023-10-25, Red-crested Cardinal (7) 2023-12-31, Red-vented Bulbul (3) 2023-10-25, Red-whiskered Bulbul (3) 2023-10-25, Rock Pigeon (1) 2023-07-14, Spotted Dove (2) 2023-10-25, Warbling White-eye (5) 2023-11-19, White-rumped Shama (6) 2024-02-13, Yellow-fronted Canary (2) 2023-10-25, Zebra Dove (5) 2023-10-25" +21.36465224,-157.7795156,"Chestnut Munia (1) 2023-06-20, Common Waxbill (1) 2020-04-20, House Finch (3) 2023-06-20, Japanese Bush Warbler (1) 2023-06-20, Northern Cardinal (3) 2023-03-18, Red Junglefowl (6) 2023-07-13, Red-billed Leiothrix (5) 2023-06-20, Red-crested Cardinal (4) 2023-06-20, Red-vented Bulbul (5) 2023-06-20, Red-whiskered Bulbul (5) 2023-09-24, Spotted Dove (3) 2023-06-23, Warbling White-eye (5) 2023-06-20, Western Cattle Egret (1) 2020-10-11, White-rumped Shama (3) 2023-06-20, Zebra Dove (4) 2023-06-20" +21.37442465,-157.8855262,"Chestnut Munia (4) 2023-08-03, Common Myna (12) 2023-08-03, Common Waxbill (8) 2023-08-03, Northern Cardinal (6) 2023-06-20, Red Junglefowl (1) 2023-08-03, Red-billed Leiothrix (3) 2023-08-03, Red-crested Cardinal (8) 2023-08-03, Red-vented Bulbul (10) 2023-08-03, Red-whiskered Bulbul (6) 2023-06-20, Saffron Finch (1) 2023-06-20, Spotted Dove (13) 2023-08-03, Warbling White-eye (8) 2023-08-03, Western Cattle Egret (3) 2023-04-10, White-rumped Shama (5) 2023-06-20, Yellow-fronted Canary (3) 2023-01-17, Zebra Dove (14) 2023-08-03" +21.3926815,-157.914326,"Chestnut Munia (1) 2023-06-13, Common Myna (8) 2023-12-16, Common Waxbill (2) 2023-02-18, House Finch (2) 2023-02-18, Java Sparrow (4) 2023-02-22, Northern Cardinal (2) 2023-02-18, Pacific Golden-Plover (8) 2023-09-07, Red-crested Cardinal (5) 2023-06-13, Red-crowned Parrot (2) 2023-02-17, Red-vented Bulbul (10) 2023-12-16, Red-whiskered Bulbul (5) 2023-09-07, Rose-ringed Parakeet (2) 2023-11-18, Saffron Finch (1) 2023-06-13, Spotted Dove (3) 2023-02-22, Zebra Dove (5) 2023-06-13" +21.40231242,-158.010723,"Common Myna (8) 2023-12-21, Gray Francolin (1) 2023-01-28, House Finch (3) 2023-12-21, House Sparrow (4) 2023-12-21, Japanese Bush Warbler (1) 2022-03-20, Java Sparrow (2) 2023-01-28, Pacific Golden-Plover (2) 2023-01-30, Red-crested Cardinal (6) 2023-12-21, Red-vented Bulbul (6) 2023-10-31, Rose-ringed Parakeet (6) 2023-03-26, Saffron Finch (5) 2023-01-30, Spotted Dove (1) 2022-08-21, Warbling White-eye (2) 2023-06-11, Western Cattle Egret (4) 2023-01-30, White-rumped Shama (1) 2023-01-28, Zebra Dove (6) 2023-12-21" +21.40085485,-157.7888613,"Chestnut Munia (2) 2021-04-10, Common Myna (5) 2023-04-23, Common Waxbill (3) 2021-01-11, House Finch (2) 2019-02-14, Java Sparrow (1) 2021-01-11, Northern Cardinal (2) 2019-02-14, Pacific Golden-Plover (4) 2021-04-10, Red-crested Cardinal (3) 2021-04-10, Red-vented Bulbul (4) 2023-04-23, Red-whiskered Bulbul (1) 2021-04-10, Rock Pigeon (3) 2021-04-10, Saffron Finch (1) 2021-04-10, Spotted Dove (4) 2021-04-10, Warbling White-eye (2) 2019-02-14, Western Cattle Egret (3) 2021-04-10, Zebra Dove (4) 2021-04-10" +21.41134631,-158.0106623,"Chestnut Munia (1) 2023-06-29, Common Myna (3) 2023-06-29, Common Waxbill (1) 2023-06-29, House Finch (2) 2024-02-17, House Sparrow (3) 2023-06-29, Java Sparrow (2) 2023-06-29, Pacific Golden-Plover (2) 2024-02-17, Red Junglefowl (1) 2021-05-20, Red-crested Cardinal (2) 2023-06-29, Red-vented Bulbul (4) 2024-02-17, Rose-ringed Parakeet (2) 2024-02-17, Saffron Finch (1) 2023-06-29, Spotted Dove (2) 2023-06-29, Warbling White-eye (1) 2023-06-29, Western Cattle Egret (2) 2023-06-29, Zebra Dove (3) 2024-02-17" +21.41087262,-157.9334862,"Common Myna (3) 2023-04-20, Common Waxbill (3) 2023-04-20, House Finch (3) 2023-04-20, House Sparrow (1) 2023-04-20, Java Sparrow (1) 2023-04-20, Pacific Golden-Plover (3) 2023-04-20, Red-crested Cardinal (3) 2023-04-20, Red-crowned Parrot (1) 2023-04-20, Red-vented Bulbul (3) 2023-04-20, Red-whiskered Bulbul (2) 2022-08-10, Rose-ringed Parakeet (3) 2023-04-20, Spotted Dove (3) 2023-04-20, Warbling White-eye (2) 2022-08-10, Western Cattle Egret (1) 2023-04-20, Yellow-fronted Canary (2) 2022-08-10, Zebra Dove (3) 2023-04-20" +21.42126909,-158.1746177,"Brown Booby (2) 2024-02-19, Common Myna (5) 2023-12-09, Common Waxbill (2) 2023-02-20, House Finch (2) 2023-02-20, House Sparrow (4) 2023-02-20, Java Sparrow (2) 2023-02-20, Pacific Golden-Plover (6) 2023-12-09, Red Junglefowl (1) 2023-12-09, Red-crested Cardinal (4) 2023-02-20, Red-vented Bulbul (2) 2023-02-20, Rock Pigeon (5) 2023-12-09, Ruddy Turnstone (5) 2023-12-09, Saffron Finch (4) 2023-02-20, Sanderling (5) 2023-02-20, Spotted Dove (4) 2023-02-20, Zebra Dove (5) 2023-12-09" +21.42122123,-158.1649695,"Black Francolin (1) 2021-04-29, Common Myna (2) 2022-06-22, Common Waxbill (2) 2022-06-22, Eurasian Skylark (2) 2022-06-22, Gray Francolin (3) 2022-06-22, House Finch (4) 2022-06-22, House Sparrow (1) 2022-06-22, Feral Mallard (1) 2022-06-17, Peregrine Falcon (1) 2022-02-15, Red-vented Bulbul (1) 2022-06-22, Saffron Finch (2) 2022-06-22, Scaly-breasted Munia (3) 2022-06-22, Short-eared Owl (1) 2022-06-17, Spotted Dove (3) 2022-06-22, Western Cattle Egret (3) 2022-06-22, Zebra Dove (4) 2022-06-22" +21.4565722,-158.0200078,"Common Myna (3) 2023-08-25, Common Waxbill (1) 2022-07-22, Gray Francolin (1) 2020-12-21, Pacific Golden-Plover (1) 2020-12-21, Red-crested Cardinal (2) 2023-08-25, Red-crowned Parrot (3) 2022-07-22, Red-vented Bulbul (3) 2023-08-25, Red-whiskered Bulbul (2) 2023-08-25, Rose-ringed Parakeet (3) 2022-07-22, Saffron Finch (1) 2020-12-21, Spotted Dove (3) 2023-08-25, Warbling White-eye (3) 2023-08-25, Western Cattle Egret (1) 2022-07-22, White-rumped Shama (1) 2020-12-21, Zebra Dove (3) 2023-08-25" +21.4660501,-158.0971546,"Chestnut Munia (1) 2021-05-05, Common Myna (1) 2021-05-05, Common Waxbill (1) 2021-05-05, House Finch (1) 2021-05-05, House Sparrow (1) 2021-05-05, Japanese Bush Warbler (1) 2021-05-05, Northern Cardinal (1) 2021-05-05, Oahu Amakihi (1) 2021-05-05, Oahu Elepaio (1) 2021-05-05, Red-billed Leiothrix (1) 2021-05-05, Red-crowned Parrot (1) 2021-05-05, Saffron Finch (1) 2021-05-05, Spotted Dove (1) 2021-05-05, Warbling White-eye (1) 2021-05-05, Western Cattle Egret (1) 2021-05-05, White-rumped Shama (1) 2021-05-05" +21.46357852,-157.720791,"Black Noddy (10) 2023-05-12, Brown Booby (20) 2023-06-20, Brown Noddy (9) 2022-09-03, Bulwer's Petrel (5) 2022-09-03, Christmas Shearwater (2) 2022-09-03, Gray-backed Tern (6) 2022-04-30, Great Frigatebird (13) 2022-09-03, Masked Booby (15) 2023-05-12, Red-footed Booby (15) 2023-06-20, Red-tailed Tropicbird (4) 2022-09-03, Ruddy Turnstone (2) 2022-09-03, Sooty Tern (16) 2023-06-20, Wandering Tattler (5) 2022-09-03, Wedge-tailed Shearwater (9) 2023-05-07, White Tern (1) 2019-11-11" +21.48406241,-158.0873908,"Apapane (1) 2022-07-07, Chestnut Munia (1) 2022-07-07, Common Myna (1) 2022-07-07, Common Waxbill (1) 2022-07-07, Erckel's Spurfowl (1) 2022-07-07, Gray Francolin (1) 2022-07-07, House Sparrow (1) 2022-07-07, Indian Peafowl (1) 2022-07-07, Red-billed Leiothrix (1) 2022-07-07, Red-crested Cardinal (1) 2022-07-07, Red-vented Bulbul (1) 2022-07-07, Red-whiskered Bulbul (1) 2022-07-07, Spotted Dove (1) 2022-07-07, Warbling White-eye (1) 2022-07-07, White-rumped Shama (1) 2022-07-07, Zebra Dove (1) 2022-07-07" +21.49281972,-158.039071,"Chestnut Munia (1) 2022-02-03, Common Myna (3) 2023-09-20, House Finch (1) 2019-05-11, House Sparrow (1) 2022-02-03, Java Sparrow (2) 2022-02-03, Northern Cardinal (1) 2019-05-11, Red Junglefowl (1) 2023-09-20, Red-crested Cardinal (2) 2019-05-11, Red-crowned Parrot (1) 2019-05-11, Red-vented Bulbul (1) 2019-05-11, Rock Pigeon (1) 2019-05-11, Spotted Dove (2) 2019-05-11, Warbling White-eye (1) 2019-05-11, White-rumped Shama (1) 2019-05-11, Yellow-fronted Canary (1) 2019-05-11, Zebra Dove (1) 2019-05-11" +21.52995639,-158.2319396,"Brown Booby (1) 2023-12-26, Common Myna (3) 2023-05-08, Common Waxbill (1) 2020-10-08, House Finch (1) 2023-05-08, Northern Cardinal (3) 2023-05-08, Pacific Golden-Plover (2) 2020-10-08, Red-crested Cardinal (2) 2020-10-08, Red-vented Bulbul (3) 2023-05-08, Red-whiskered Bulbul (2) 2023-05-08, Short-eared Owl (1) 2022-05-22, Spotted Dove (3) 2023-05-08, Wandering Tattler (1) 2020-10-07, Warbling White-eye (2) 2020-10-08, Western Cattle Egret (1) 2023-05-08, White-rumped Shama (2) 2020-10-08, Zebra Dove (3) 2023-05-08" +21.52786276,-157.865049,"Black-crowned Night Heron (1) 2021-04-15, Chestnut Munia (1) 2021-04-15, Common Myna (1) 2021-04-15, Common Waxbill (1) 2021-04-15, House Finch (1) 2021-04-15, Pacific Golden-Plover (1) 2021-04-15, Red Junglefowl (1) 2021-04-15, Red-billed Leiothrix (1) 2021-04-15, Red-crested Cardinal (1) 2021-04-15, Red-vented Bulbul (1) 2021-04-15, Red-whiskered Bulbul (1) 2021-04-15, Spotted Dove (1) 2021-04-15, Warbling White-eye (1) 2021-04-15, Western Cattle Egret (1) 2021-04-15, White-rumped Shama (1) 2021-04-15, Zebra Dove (1) 2021-04-15" +21.60045132,-157.9127822,"Chestnut Munia (1) 2019-07-10, Common Myna (1) 2019-07-10, Common Waxbill (1) 2022-03-06, House Sparrow (1) 2019-07-10, Feral Mallard (1) 2019-07-10, Red-billed Leiothrix (1) 2022-03-06, Red-crested Cardinal (1) 2019-07-10, Red-vented Bulbul (1) 2019-07-10, Red-whiskered Bulbul (1) 2022-03-06, Ring-necked Pheasant (1) 2019-07-10, Spotted Dove (2) 2022-03-06, Warbling White-eye (1) 2022-03-06, Western Cattle Egret (1) 2019-07-10, White Tern (1) 2019-07-10, White-rumped Shama (1) 2022-03-06, Zebra Dove (1) 2019-07-10" +21.65548224,-158.0476603,"Chestnut Munia (1) 2022-07-11, Common Myna (2) 2023-11-06, Common Waxbill (4) 2023-11-06, House Finch (1) 2022-07-11, Java Sparrow (1) 2023-11-06, Northern Cardinal (2) 2022-07-11, Pacific Golden-Plover (1) 2021-03-29, Red Junglefowl (1) 2023-11-06, Red-billed Leiothrix (4) 2022-07-11, Red-crested Cardinal (3) 2023-11-06, Red-vented Bulbul (4) 2023-11-06, Red-whiskered Bulbul (4) 2023-11-06, Spotted Dove (1) 2021-10-18, Warbling White-eye (3) 2022-07-11, White-rumped Shama (3) 2022-07-11, Zebra Dove (1) 2023-11-06" +21.68247026,-158.0281516,"Barn Owl (1) 2023-03-12, Chestnut Munia (1) 2022-09-19, Common Myna (4) 2023-07-16, Common Waxbill (2) 2022-09-19, Hawaiian Coot (1) 2019-08-04, House Sparrow (2) 2023-07-19, Java Sparrow (1) 2022-09-19, Northern Cardinal (2) 2023-07-19, Pacific Golden-Plover (2) 2022-09-19, Red-crested Cardinal (1) 2019-08-04, Red-vented Bulbul (1) 2019-08-04, Red-whiskered Bulbul (3) 2023-07-19, Spotted Dove (1) 2022-09-19, Western Cattle Egret (3) 2023-07-16, White-rumped Shama (3) 2023-07-19, Zebra Dove (2) 2022-09-19" +21.28321309,-157.7609121,"Common Myna (4) 2023-12-22, Common Waxbill (2) 2022-05-29, Great Frigatebird (1) 2022-05-27, House Finch (3) 2022-05-31, House Sparrow (2) 2022-05-31, Java Sparrow (2) 2022-05-29, Pacific Golden-Plover (1) 2023-12-22, Red-crested Cardinal (4) 2023-12-22, Red-vented Bulbul (4) 2023-12-22, Red-whiskered Bulbul (2) 2023-12-27, Rock Pigeon (2) 2022-05-31, Rose-ringed Parakeet (2) 2022-05-29, Spotted Dove (3) 2022-05-31, Warbling White-eye (3) 2022-05-31, Western Cattle Egret (2) 2022-05-31, Zebra Dove (3) 2023-12-22" +21.30209237,-157.8764323,"Common Myna (6) 2021-10-04, Common Waxbill (2) 2021-10-04, House Sparrow (4) 2021-10-04, Java Sparrow (1) 2021-08-19, Northern Mockingbird (1) 2021-06-04, Pacific Golden-Plover (5) 2023-09-21, Red Avadavat (1) 2021-08-19, Red-crested Cardinal (4) 2021-10-04, Red-vented Bulbul (4) 2021-10-04, Rose-ringed Parakeet (1) 2021-08-19, Ruddy Turnstone (3) 2021-10-04, Saffron Finch (1) 2021-08-19, Spotted Dove (6) 2021-10-04, Western Cattle Egret (4) 2021-10-04, White Tern (5) 2021-10-04, Yellow-fronted Canary (2) 2021-10-04, Zebra Dove (6) 2021-10-04" +21.31031253,-157.7606847,"Common Waxbill (3) 2023-09-07, House Finch (2) 2020-02-24, Northern Cardinal (2) 2020-02-24, Oahu Amakihi (1) 2022-03-07, Oahu Elepaio (8) 2024-01-21, Red-billed Leiothrix (6) 2023-09-07, Red-crowned Parrot (1) 2022-03-07, Red-masked Parakeet (1) 2022-03-07, Red-vented Bulbul (5) 2020-02-24, Red-whiskered Bulbul (2) 2020-02-24, Rose-ringed Parakeet (1) 2022-03-07, Scaly-breasted Munia (1) 2023-09-07, Spotted Dove (4) 2020-02-24, Warbling White-eye (5) 2020-02-24, White Tern (2) 2020-02-24, White-rumped Shama (5) 2023-09-07, Zebra Dove (4) 2020-02-24" +21.30941793,-157.6450124,"Brown Booby (1) 2022-07-24, Brown Noddy (1) 2022-08-28, Common Myna (3) 2022-07-24, Common Waxbill (1) 2019-02-04, Great Frigatebird (4) 2023-10-29, House Sparrow (1) 2022-07-24, Pacific Golden-Plover (1) 2023-10-29, Red-billed Tropicbird (1) 2021-12-08, Red-crested Cardinal (3) 2023-10-29, Red-footed Booby (5) 2022-07-24, Red-vented Bulbul (3) 2023-10-29, Rock Pigeon (1) 2022-07-24, Spotted Dove (2) 2022-07-24, Warbling White-eye (1) 2019-02-04, Wedge-tailed Shearwater (2) 2022-07-24, Western Cattle Egret (2) 2023-10-29, Zebra Dove (5) 2023-10-29" +21.31989689,-157.8377328,"Black-crowned Night Heron (2) 2019-03-14, Chestnut Munia (2) 2021-08-18, Common Myna (10) 2023-03-30, Common Waxbill (11) 2023-03-30, House Sparrow (3) 2023-03-30, Java Sparrow (9) 2023-03-30, Feral Mallard (4) 2023-03-30, Northern Cardinal (1) 2023-04-12, Red-vented Bulbul (12) 2023-03-30, Red-whiskered Bulbul (4) 2020-01-19, Rock Pigeon (1) 2019-03-14, Rose-ringed Parakeet (16) 2023-03-30, Spotted Dove (6) 2022-02-17, Warbling White-eye (8) 2022-02-17, White-rumped Shama (2) 2020-01-19, Zebra Dove (12) 2023-03-30" +21.32981176,-157.972642,"Chestnut Munia (1) 2020-01-14, Common Myna (3) 2020-01-14, House Finch (2) 2019-02-28, House Sparrow (3) 2020-01-14, Northern Cardinal (3) 2020-01-14, Pacific Golden-Plover (3) 2020-01-14, Red-crested Cardinal (1) 2020-01-14, Red-vented Bulbul (1) 2020-01-14, Rose-ringed Parakeet (1) 2020-01-14, Saffron Finch (2) 2020-02-22, Spotted Dove (3) 2020-01-14, Warbling White-eye (1) 2020-01-04, Western Cattle Egret (3) 2020-01-14, White Tern (2) 2023-01-28, White-rumped Shama (1) 2020-01-14, Yellow-fronted Canary (1) 2020-01-14, Zebra Dove (3) 2020-01-14" +21.32893027,-157.8376615,"Chestnut Munia (1) 2024-02-19, Common Myna (1) 2022-03-31, Common Waxbill (1) 2024-02-19, House Sparrow (1) 2022-03-31, Feral Mallard (1) 2022-03-31, Northern Cardinal (1) 2022-03-31, Pacific Golden-Plover (2) 2024-02-19, Red-crested Cardinal (2) 2024-02-19, Red-vented Bulbul (2) 2024-02-19, Red-whiskered Bulbul (1) 2024-02-19, Rose-ringed Parakeet (2) 2024-02-19, Spotted Dove (1) 2022-03-31, Warbling White-eye (1) 2024-02-19, Western Cattle Egret (1) 2022-03-31, White-rumped Shama (1) 2022-03-31, Yellow-fronted Canary (2) 2024-02-19, Zebra Dove (1) 2022-03-31" +21.33835413,-157.8954414,"Chestnut Munia (2) 2022-12-22, Common Myna (3) 2022-12-22, House Sparrow (3) 2022-12-22, Java Sparrow (2) 2022-12-22, Feral Mallard (1) 2022-12-06, Pacific Golden-Plover (3) 2022-12-22, Red-crested Cardinal (2) 2022-12-22, Red-vented Bulbul (2) 2022-12-22, Rock Pigeon (1) 2022-06-01, Rose-ringed Parakeet (3) 2022-12-22, Saffron Finch (2) 2022-12-22, Spotted Dove (4) 2022-12-22, Warbling White-eye (2) 2022-12-22, Western Cattle Egret (5) 2023-03-12, White Tern (1) 2022-03-24, Yellow-fronted Canary (3) 2022-12-22, Zebra Dove (3) 2022-12-22" +21.34849464,-158.0785897,"African Silverbill (1) 2022-03-13, Common Myna (3) 2022-03-13, Common Waxbill (1) 2019-02-09, House Finch (2) 2022-03-13, Java Sparrow (1) 2019-02-09, Northern Cardinal (1) 2022-03-13, Pacific Golden-Plover (2) 2022-03-13, Red Avadavat (1) 2022-03-13, Red-billed Leiothrix (1) 2019-04-06, Red-crested Cardinal (1) 2019-02-09, Red-vented Bulbul (3) 2022-03-13, Red-whiskered Bulbul (2) 2022-03-13, Spotted Dove (2) 2022-03-13, Warbling White-eye (1) 2019-04-06, Western Cattle Egret (1) 2022-03-13, White-rumped Shama (1) 2019-04-06, Zebra Dove (2) 2022-03-13" +21.34745096,-157.9050164,"Common Myna (5) 2020-03-10, Common Waxbill (1) 2019-02-02, Hawaiian Coot (2) 2020-03-10, House Finch (1) 2019-02-04, House Sparrow (2) 2023-04-08, Lesser Scaup (2) 2020-03-10, Northern Cardinal (1) 2019-02-02, Pacific Golden-Plover (3) 2023-04-08, Red-crested Cardinal (3) 2019-02-04, Red-vented Bulbul (3) 2019-02-04, Red-whiskered Bulbul (1) 2019-02-04, Ring-necked Duck (1) 2020-03-10, Rose-ringed Parakeet (1) 2019-02-02, Spotted Dove (7) 2023-06-28, Warbling White-eye (2) 2019-02-04, Western Cattle Egret (4) 2020-03-10, Zebra Dove (3) 2023-04-08" +21.35731121,-158.0399579,"Black Francolin (1) 2023-11-20, Common Myna (3) 2023-11-20, Common Waxbill (3) 2023-11-20, Eurasian Skylark (1) 2019-02-17, Gray Francolin (2) 2023-10-28, House Finch (3) 2023-11-20, Java Sparrow (2) 2023-10-28, Pacific Golden-Plover (1) 2019-02-17, Red Avadavat (1) 2023-11-20, Red-crested Cardinal (2) 2023-10-28, Red-vented Bulbul (1) 2019-02-17, Rock Pigeon (2) 2023-10-28, Saffron Finch (1) 2019-02-17, Spotted Dove (2) 2023-10-28, Warbling White-eye (1) 2019-02-17, Western Cattle Egret (2) 2023-10-28, Zebra Dove (3) 2023-11-20" +21.35609696,-157.8470906,"Apapane (1) 2019-06-14, Chestnut Munia (1) 2019-06-14, Common Waxbill (1) 2019-06-14, House Finch (1) 2019-06-14, House Sparrow (1) 2019-06-14, Java Sparrow (1) 2019-06-14, Northern Cardinal (1) 2019-06-14, Oahu Amakihi (1) 2019-06-14, Red-billed Leiothrix (1) 2019-06-14, Red-crowned Parrot (1) 2019-06-14, Red-vented Bulbul (1) 2019-06-14, Red-whiskered Bulbul (1) 2019-06-14, Saffron Finch (1) 2019-06-14, Warbling White-eye (1) 2019-06-14, Western Cattle Egret (1) 2019-06-14, White-rumped Shama (1) 2019-06-14, Yellow-fronted Canary (1) 2019-06-14" +21.36539111,-157.8855946,"Barn Owl (2) 2023-11-01, Common Myna (3) 2023-11-01, Common Waxbill (2) 2023-11-01, House Finch (2) 2023-11-01, Java Sparrow (1) 2022-12-18, Pacific Golden-Plover (5) 2023-11-01, Red-billed Leiothrix (1) 2022-12-18, Red-crested Cardinal (3) 2023-11-01, Red-vented Bulbul (3) 2023-11-01, Red-whiskered Bulbul (3) 2023-11-01, Rose-ringed Parakeet (3) 2023-11-01, Spotted Dove (3) 2023-11-01, Warbling White-eye (3) 2023-11-01, Western Cattle Egret (1) 2022-12-18, White-rumped Shama (1) 2022-12-18, Yellow-fronted Canary (2) 2023-11-01, Zebra Dove (3) 2023-11-01" +21.37498117,-157.9723272,"Chestnut Munia (1) 2021-01-02, Common Myna (3) 2023-07-04, Common Waxbill (1) 2021-01-02, House Finch (1) 2021-01-02, Java Sparrow (1) 2021-01-02, Northern Cardinal (1) 2021-01-02, Pacific Golden-Plover (2) 2022-04-11, Red-crested Cardinal (2) 2023-07-04, Red-vented Bulbul (3) 2023-07-04, Saffron Finch (1) 2021-01-02, Scaly-breasted Munia (1) 2021-01-02, Spotted Dove (3) 2023-07-04, Wandering Tattler (1) 2021-01-02, Western Cattle Egret (1) 2021-01-02, White-rumped Shama (1) 2021-01-02, Yellow-fronted Canary (1) 2021-01-02, Zebra Dove (1) 2021-01-02" +21.37467679,-157.9241039,"Bristle-thighed Curlew (1) 2023-06-21, Chestnut Munia (2) 2019-05-29, Common Myna (10) 2022-10-08, Common Waxbill (2) 2019-05-29, House Finch (2) 2022-03-20, House Sparrow (14) 2022-10-08, Java Sparrow (11) 2022-10-08, Pacific Golden-Plover (10) 2022-08-14, Red Junglefowl (4) 2023-01-20, Red-crested Cardinal (8) 2022-10-08, Red-vented Bulbul (7) 2023-02-07, Rose-ringed Parakeet (3) 2022-03-20, Saffron Finch (4) 2019-04-19, Spotted Dove (7) 2023-02-07, Warbling White-eye (6) 2022-08-14, Western Cattle Egret (8) 2022-08-14, Zebra Dove (14) 2022-10-08" +21.39292769,-157.9529089,"Chestnut Munia (1) 2019-05-22, Common Myna (8) 2024-01-12, House Finch (3) 2024-01-12, House Sparrow (3) 2020-08-03, Northern Cardinal (1) 2019-05-22, Pacific Golden-Plover (6) 2024-01-12, Red Junglefowl (2) 2024-01-10, Red-crested Cardinal (5) 2024-01-12, Red-vented Bulbul (5) 2024-01-12, Red-whiskered Bulbul (2) 2024-01-12, Rose-ringed Parakeet (4) 2024-01-12, Saffron Finch (4) 2024-01-10, Spotted Dove (4) 2024-01-10, Warbling White-eye (3) 2024-01-12, Western Cattle Egret (2) 2020-02-17, Yellow-fronted Canary (2) 2024-01-12, Zebra Dove (5) 2024-01-12" +21.392867,-157.9432631,"Common Myna (3) 2024-01-10, Common Waxbill (1) 2023-01-05, House Finch (1) 2024-01-10, House Sparrow (1) 2022-01-07, Java Sparrow (1) 2023-01-08, Northern Cardinal (2) 2023-01-05, Pacific Golden-Plover (6) 2024-01-10, Red Junglefowl (1) 2024-01-10, Red-crested Cardinal (1) 2022-01-07, Red-vented Bulbul (3) 2024-01-10, Red-whiskered Bulbul (1) 2023-01-05, Saffron Finch (1) 2020-11-14, Spotted Dove (1) 2024-01-10, Warbling White-eye (2) 2024-01-10, Western Cattle Egret (2) 2023-06-28, White Tern (1) 2019-07-21, Zebra Dove (3) 2024-01-10" +21.39182167,-157.7889358,"Chestnut Munia (4) 2023-07-12, Common Myna (9) 2023-11-20, Common Waxbill (1) 2023-04-23, House Finch (2) 2023-07-12, Feral Mallard (2) 2023-11-20, Pacific Golden-Plover (7) 2023-11-20, Red Junglefowl (8) 2023-11-20, Red-billed Leiothrix (1) 2023-11-08, Red-crested Cardinal (9) 2023-11-20, Red-vented Bulbul (3) 2023-07-12, Red-whiskered Bulbul (1) 2023-11-08, Rock Pigeon (8) 2023-11-20, Spotted Dove (5) 2023-11-20, Warbling White-eye (2) 2023-07-12, Western Cattle Egret (12) 2023-11-20, White-rumped Shama (1) 2023-04-19, Zebra Dove (8) 2023-11-20" +21.41093385,-157.9431331,"Common Myna (10) 2022-08-08, Common Waxbill (6) 2022-05-08, House Finch (6) 2022-08-08, House Sparrow (2) 2022-08-08, Java Sparrow (9) 2022-08-08, Northern Cardinal (2) 2022-08-08, Pacific Golden-Plover (3) 2022-08-08, Red-crested Cardinal (10) 2022-08-08, Red-crowned Parrot (11) 2022-08-08, Red-vented Bulbul (10) 2022-08-08, Red-whiskered Bulbul (4) 2022-05-08, Rose-ringed Parakeet (9) 2022-08-08, Spotted Dove (11) 2022-08-08, Warbling White-eye (5) 2022-05-03, Western Cattle Egret (3) 2022-08-08, White-rumped Shama (3) 2022-05-08, Zebra Dove (11) 2022-08-08" +21.41905977,-157.8080062,"Chestnut Munia (3) 2021-10-10, Common Myna (5) 2023-04-11, Common Waxbill (2) 2021-10-10, House Finch (1) 2019-05-27, House Sparrow (3) 2021-10-10, Java Sparrow (2) 2021-10-10, Feral Mallard (1) 2019-05-27, Northern Cardinal (1) 2019-05-27, Red-crested Cardinal (1) 2019-05-27, Red-vented Bulbul (1) 2019-05-27, Red-whiskered Bulbul (1) 2019-05-27, Rock Pigeon (3) 2021-10-10, Spotted Dove (1) 2019-05-27, Warbling White-eye (2) 2022-08-26, Western Cattle Egret (2) 2021-10-09, White-rumped Shama (1) 2019-05-27, Zebra Dove (3) 2021-10-10" +21.41892118,-157.7887124,"Common Myna (1) 2022-02-21, Common Waxbill (1) 2022-02-21, House Sparrow (1) 2022-02-21, Java Sparrow (1) 2022-02-21, Feral Mallard (1) 2023-01-21, Northern Cardinal (1) 2022-02-21, Pacific Golden-Plover (3) 2023-01-21, Red Junglefowl (1) 2023-01-21, Red-crested Cardinal (2) 2023-01-21, Red-vented Bulbul (1) 2022-02-21, Red-whiskered Bulbul (1) 2022-02-21, Rock Pigeon (1) 2022-02-21, Spotted Dove (2) 2023-01-21, Warbling White-eye (1) 2022-02-22, Western Cattle Egret (1) 2022-02-21, White-rumped Shama (1) 2023-01-21, Zebra Dove (2) 2023-01-21" +21.4187095,-157.7597719,"Black-necked Stilt (1) 2023-02-20, Chestnut Munia (2) 2023-02-20, Common Myna (5) 2023-02-20, Common Waxbill (3) 2022-02-21, Great Frigatebird (1) 2019-02-20, House Finch (5) 2023-11-21, Java Sparrow (3) 2023-11-21, Northern Cardinal (2) 2020-05-20, Pacific Golden-Plover (1) 2022-02-21, Red Junglefowl (3) 2023-11-21, Red-crested Cardinal (6) 2023-11-15, Red-vented Bulbul (7) 2023-11-21, Red-whiskered Bulbul (3) 2023-11-21, Spotted Dove (3) 2023-02-20, Warbling White-eye (3) 2022-02-21, Western Cattle Egret (6) 2023-11-21, Zebra Dove (9) 2023-11-21" +21.4564582,-158.0007076,"Chestnut Munia (1) 2021-02-06, Common Myna (2) 2021-02-06, Common Waxbill (1) 2021-02-06, House Finch (1) 2021-02-06, House Sparrow (2) 2021-02-06, Java Sparrow (1) 2021-02-06, Northern Cardinal (1) 2021-02-06, Pacific Golden-Plover (1) 2021-02-06, Red-crested Cardinal (1) 2021-02-06, Red-vented Bulbul (1) 2021-02-06, Rose-ringed Parakeet (3) 2021-02-06, Saffron Finch (1) 2021-02-06, Scaly-breasted Munia (1) 2021-02-06, Spotted Dove (2) 2021-02-06, Warbling White-eye (2) 2021-02-06, Western Cattle Egret (1) 2021-02-06, Zebra Dove (2) 2021-02-06" +21.47452573,-158.0005843,"Common Myna (3) 2024-01-17, Common Waxbill (3) 2024-01-17, House Sparrow (2) 2023-05-04, Java Sparrow (1) 2023-01-02, Pacific Golden-Plover (4) 2024-01-17, Red-crested Cardinal (1) 2023-01-02, Red-crowned Parrot (1) 2023-01-02, Red-vented Bulbul (2) 2024-01-17, Rock Pigeon (1) 2023-01-02, Rose-ringed Parakeet (1) 2023-01-02, Saffron Finch (2) 2023-01-02, Scaly-breasted Munia (1) 2020-02-22, Spotted Dove (2) 2024-01-17, Warbling White-eye (1) 2023-01-02, White-rumped Shama (1) 2023-01-02, Zebra Dove (2) 2023-05-04" +21.49287523,-158.0487236,"Black-crowned Night Heron (1) 2020-11-09, Common Myna (3) 2021-06-08, Common Waxbill (1) 2020-11-09, House Finch (2) 2021-06-08, Java Sparrow (10) 2021-06-08, Feral Mallard (1) 2020-11-09, Muscovy Duck (1) 2020-11-09, Northern Cardinal (5) 2021-06-07, Red Junglefowl (1) 2020-11-09, Red-crested Cardinal (4) 2021-06-08, Red-vented Bulbul (2) 2020-11-09, Rose-ringed Parakeet (4) 2021-06-08, Saffron Finch (1) 2020-11-09, Spotted Dove (13) 2021-06-08, Warbling White-eye (2) 2020-11-09, White-rumped Shama (3) 2020-02-17, Zebra Dove (9) 2021-06-08" +21.5473463,-158.0966519,"Black Francolin (7) 2022-06-06, Common Myna (23) 2023-01-26, Common Waxbill (8) 2023-01-26, Eurasian Skylark (2) 2022-05-23, Gray Francolin (1) 2023-11-05, House Finch (19) 2023-01-26, Northern Cardinal (6) 2022-07-11, Pacific Golden-Plover (3) 2023-01-26, Red Avadavat (1) 2022-05-09, Red-billed Leiothrix (1) 2022-03-14, Red-crested Cardinal (10) 2022-07-18, Red-vented Bulbul (16) 2022-07-25, Red-whiskered Bulbul (1) 2022-06-27, Ring-necked Pheasant (1) 2020-12-22, Spotted Dove (21) 2023-01-26, Warbling White-eye (11) 2022-08-08, Zebra Dove (14) 2023-01-26" +21.55643251,-158.1062528,"Black Francolin (14) 2022-07-18, Chestnut Munia (2) 2022-04-04, Common Myna (14) 2022-07-25, Common Waxbill (7) 2022-07-18, Eurasian Skylark (1) 2022-01-16, Gray Francolin (10) 2022-07-18, House Finch (6) 2022-07-18, Japanese Bush Warbler (2) 2022-06-13, Northern Cardinal (5) 2022-07-25, Pacific Golden-Plover (1) 2022-04-04, Red Avadavat (8) 2022-07-11, Red-crested Cardinal (7) 2022-06-06, Red-vented Bulbul (17) 2022-07-25, Red-whiskered Bulbul (3) 2022-05-25, Spotted Dove (10) 2022-07-18, Warbling White-eye (19) 2022-07-25, Zebra Dove (6) 2022-07-05" +21.58379366,-158.1543764,"Common Myna (5) 2023-04-18, Common Waxbill (3) 2023-04-22, Gray Francolin (1) 2023-04-22, House Finch (1) 2023-04-22, Northern Cardinal (5) 2023-04-22, Pacific Golden-Plover (1) 2021-02-19, Red Junglefowl (1) 2021-02-19, Red-crested Cardinal (5) 2023-04-22, Red-vented Bulbul (5) 2023-04-22, Red-whiskered Bulbul (2) 2023-03-27, Saffron Finch (3) 2023-04-22, Sanderling (1) 2021-08-29, Spotted Dove (1) 2021-02-19, Wandering Tattler (1) 2023-04-18, Warbling White-eye (1) 2023-04-22, Western Cattle Egret (3) 2023-04-22, Zebra Dove (5) 2023-04-22" +21.58363841,-158.1254033,"Common Gallinule (2) 2022-07-31, Common Myna (5) 2023-11-11, Common Waxbill (2) 2021-12-07, House Finch (1) 2019-12-31, Java Sparrow (1) 2023-02-19, Northern Cardinal (2) 2022-12-28, Pacific Golden-Plover (2) 2023-11-11, Red-crested Cardinal (4) 2023-11-11, Red-vented Bulbul (7) 2022-12-28, Red-whiskered Bulbul (2) 2019-12-31, Ruddy Turnstone (4) 2023-11-11, Saffron Finch (2) 2022-12-28, Spotted Dove (2) 2019-12-31, Wandering Tattler (1) 2023-02-19, Warbling White-eye (2) 2021-12-07, Western Cattle Egret (4) 2023-11-11, Zebra Dove (6) 2023-11-11" +21.6187668,-157.9512892,"Apapane (2) 2023-02-06, Barn Owl (1) 2021-04-10, Common Myna (1) 2021-04-10, Common Waxbill (2) 2021-04-10, House Finch (1) 2021-02-08, Japanese Bush Warbler (4) 2023-02-06, Northern Cardinal (1) 2021-02-08, Oahu Amakihi (2) 2021-04-10, Red Junglefowl (2) 2021-04-10, Red-billed Leiothrix (4) 2023-02-06, Red-crested Cardinal (2) 2023-01-06, Red-vented Bulbul (2) 2021-04-10, Red-whiskered Bulbul (3) 2023-02-06, Spotted Dove (2) 2021-04-10, Warbling White-eye (4) 2023-02-06, White-rumped Shama (4) 2023-02-06" +21.64644913,-158.0477198,"Chestnut Munia (4) 2023-07-08, Common Myna (5) 2023-07-08, Common Waxbill (3) 2021-08-20, House Finch (2) 2023-07-05, Java Sparrow (3) 2023-07-05, Northern Cardinal (3) 2021-08-20, Pacific Golden-Plover (1) 2021-08-20, Red Junglefowl (3) 2023-07-05, Red-crested Cardinal (4) 2023-07-05, Red-vented Bulbul (4) 2023-07-05, Red-whiskered Bulbul (3) 2023-07-05, Saffron Finch (1) 2021-08-16, Spotted Dove (3) 2023-07-05, Warbling White-eye (4) 2023-07-05, Western Cattle Egret (2) 2023-07-05, White-rumped Shama (2) 2021-08-20, Zebra Dove (3) 2021-08-20" +21.64633728,-158.0283942,"Chestnut Munia (2) 2023-11-04, Common Myna (7) 2024-02-20, Common Waxbill (4) 2024-02-20, House Finch (4) 2023-11-04, Northern Cardinal (4) 2023-07-17, Pacific Golden-Plover (1) 2023-11-04, Red Junglefowl (2) 2023-07-17, Red-billed Leiothrix (7) 2024-02-20, Red-crested Cardinal (4) 2024-02-20, Red-vented Bulbul (6) 2023-11-04, Red-whiskered Bulbul (4) 2024-02-20, Saffron Finch (1) 2023-11-04, Spotted Dove (4) 2024-02-20, Warbling White-eye (8) 2024-02-20, Western Cattle Egret (2) 2023-11-04, White-rumped Shama (9) 2024-02-20, Zebra Dove (2) 2023-11-04" +21.70915482,-157.960302,"Black-crowned Night Heron (1) 2024-02-05, Black-footed Albatross (2) 2024-02-05, Bristle-thighed Curlew (1) 2024-02-05, Common Myna (1) 2024-02-05, Common Waxbill (1) 2024-02-05, Gray Francolin (2) 2024-02-05, Hawaiian Coot (1) 2024-02-05, House Finch (1) 2024-02-05, Laysan Albatross (2) 2024-02-05, Masked Booby (1) 2023-12-18, Pacific Golden-Plover (2) 2024-02-05, Red Junglefowl (1) 2024-02-05, Ruddy Turnstone (2) 2024-02-05, Sanderling (2) 2024-02-05, Wandering Tattler (2) 2024-02-05, Western Cattle Egret (2) 2024-02-05, Zebra Dove (2) 2024-02-05" +21.26478512,-157.7128805,"Brown Booby (4) 2024-02-14, Common Myna (2) 2023-08-06, Gray Francolin (2) 2022-06-10, Great Frigatebird (2) 2023-08-06, House Finch (1) 2024-02-14, Java Sparrow (1) 2023-08-29, Pacific Golden-Plover (3) 2021-11-17, Red-crested Cardinal (2) 2024-02-14, Red-vented Bulbul (4) 2023-08-29, Ruddy Turnstone (4) 2023-08-29, Sooty Tern (1) 2019-04-13, Spotted Dove (2) 2024-02-14, Wandering Tattler (2) 2021-05-20, Warbling White-eye (2) 2021-11-17, Wedge-tailed Shearwater (2) 2023-08-06, White Tern (2) 2023-08-06, Yellow-fronted Canary (1) 2021-11-17, Zebra Dove (2) 2023-08-06" +21.30091711,-157.7125664,"African Silverbill (1) 2019-01-20, Black-necked Stilt (4) 2021-05-15, Common Gallinule (1) 2021-05-15, Common Myna (4) 2021-05-15, Common Waxbill (4) 2021-05-15, House Finch (2) 2019-01-26, Java Sparrow (4) 2023-11-18, Northern Cardinal (1) 2019-01-20, Pacific Golden-Plover (3) 2019-01-26, Red Junglefowl (1) 2021-05-15, Red-crested Cardinal (3) 2019-01-26, Red-vented Bulbul (3) 2023-11-18, Rock Pigeon (3) 2019-01-26, Rose-ringed Parakeet (1) 2019-01-12, Spotted Dove (4) 2021-05-15, Wandering Tattler (1) 2023-11-18, Western Cattle Egret (4) 2021-05-15, Zebra Dove (4) 2021-05-15" +21.32159795,-158.1173251,"African Silverbill (4) 2022-08-17, Black-necked Stilt (1) 2021-05-20, Brown Booby (2) 2023-08-27, Common Myna (43) 2022-12-08, Common Waxbill (1) 2021-11-09, Great Frigatebird (1) 2021-04-06, House Sparrow (35) 2022-12-08, Northern Cardinal (1) 2021-06-29, Pacific Golden-Plover (1) 2021-04-20, Red-crested Cardinal (6) 2022-12-08, Red-vented Bulbul (5) 2022-11-23, Rock Pigeon (1) 2021-04-06, Ruddy Turnstone (14) 2021-12-21, Sanderling (2) 2022-01-11, Scaly-breasted Munia (1) 2021-07-27, Spotted Dove (23) 2022-12-08, Wandering Tattler (3) 2022-01-19, Zebra Dove (16) 2022-12-08" +21.32053689,-157.9341403,"Black-necked Stilt (1) 2024-01-28, Chestnut Munia (1) 2024-01-28, Common Myna (2) 2024-01-28, Common Waxbill (1) 2024-01-28, House Sparrow (2) 2024-01-28, Northern Cardinal (1) 2024-01-28, Northern Mockingbird (2) 2024-01-28, Pacific Golden-Plover (1) 2024-01-28, Red-crested Cardinal (1) 2024-01-28, Red-vented Bulbul (1) 2024-01-28, Red-whiskered Bulbul (1) 2024-01-28, Saffron Finch (2) 2024-01-28, Spotted Dove (2) 2024-01-28, Western Cattle Egret (2) 2024-01-28, White Tern (1) 2020-02-22, White-rumped Shama (1) 2024-01-28, Yellow-fronted Canary (1) 2024-01-28, Zebra Dove (1) 2024-01-28" +21.33042856,-158.0787034,"African Silverbill (1) 2020-03-05, Black-crowned Night Heron (1) 2023-07-12, Common Myna (10) 2023-07-12, Common Waxbill (4) 2023-06-10, House Finch (3) 2023-06-10, House Sparrow (4) 2023-07-12, Java Sparrow (1) 2023-06-08, Pacific Golden-Plover (2) 2022-10-17, Red Junglefowl (1) 2023-07-12, Red-crested Cardinal (3) 2023-06-08, Red-vented Bulbul (3) 2023-06-10, Red-whiskered Bulbul (1) 2020-03-05, Rock Pigeon (2) 2023-07-12, Saffron Finch (2) 2023-06-08, Spotted Dove (2) 2023-04-15, Warbling White-eye (1) 2020-03-05, Western Cattle Egret (4) 2023-07-12, Zebra Dove (7) 2023-06-10" +21.32779119,-157.6834087,"Brown Noddy (3) 2020-02-24, Common Myna (5) 2023-07-22, Great Frigatebird (7) 2023-09-29, House Sparrow (3) 2022-07-06, Indian Peafowl (29) 2024-02-22, Masked Booby (1) 2022-07-06, Pacific Golden-Plover (1) 2021-03-10, Red Junglefowl (3) 2023-09-29, Red-crested Cardinal (2) 2023-09-29, Red-footed Booby (4) 2023-07-22, Red-vented Bulbul (2) 2023-09-29, Red-whiskered Bulbul (1) 2023-09-29, Rock Pigeon (4) 2023-07-22, Saffron Finch (1) 2023-09-29, Sooty Tern (2) 2020-02-23, Spotted Dove (1) 2023-09-29, Western Cattle Egret (1) 2022-07-06, Zebra Dove (1) 2022-07-06" +21.34630112,-157.741097,"Common Myna (21) 2022-12-29, Common Waxbill (8) 2022-12-14, House Finch (10) 2023-11-23, Japanese Bush Warbler (1) 2022-12-29, Northern Cardinal (22) 2023-11-23, Red Junglefowl (1) 2020-12-20, Red-billed Leiothrix (29) 2023-11-23, Red-crested Cardinal (6) 2023-11-23, Red-vented Bulbul (25) 2023-11-23, Red-whiskered Bulbul (22) 2023-11-23, Rose-ringed Parakeet (15) 2023-11-23, Saffron Finch (1) 2023-11-23, Spotted Dove (19) 2023-11-23, Warbling White-eye (30) 2022-12-29, Western Cattle Egret (5) 2022-12-14, White-rumped Shama (20) 2023-11-23, Yellow-fronted Canary (3) 2022-07-27, Zebra Dove (28) 2022-12-29" +21.34615532,-157.7218135,"Common Myna (4) 2022-06-08, Common Waxbill (3) 2022-06-08, House Finch (2) 2022-06-08, House Sparrow (2) 2022-06-08, Java Sparrow (3) 2022-06-08, Feral Mallard (1) 2022-03-12, Northern Cardinal (2) 2022-06-08, Red Junglefowl (1) 2022-03-12, Red-crested Cardinal (3) 2023-05-10, Red-vented Bulbul (2) 2022-06-08, Red-whiskered Bulbul (3) 2022-06-08, Rock Pigeon (1) 2022-03-12, Rose-ringed Parakeet (1) 2022-03-12, Spotted Dove (5) 2022-06-08, Warbling White-eye (4) 2022-06-08, Western Cattle Egret (5) 2022-06-08, Zebra Dove (6) 2022-06-08" +21.36545487,-157.8952383,"Chestnut Munia (1) 2023-04-18, Common Myna (7) 2024-02-04, Common Waxbill (3) 2023-04-18, Gray Francolin (3) 2023-04-18, House Finch (2) 2023-07-26, Java Sparrow (1) 2024-02-04, Northern Cardinal (5) 2023-07-26, Pacific Golden-Plover (3) 2024-02-04, Red-crested Cardinal (6) 2024-02-04, Red-vented Bulbul (7) 2023-10-18, Red-whiskered Bulbul (4) 2023-04-17, Rose-ringed Parakeet (4) 2023-10-18, Saffron Finch (1) 2024-02-04, Spotted Dove (7) 2023-07-26, Warbling White-eye (3) 2023-04-18, Western Cattle Egret (2) 2023-04-17, Yellow-fronted Canary (5) 2024-02-04, Zebra Dove (8) 2023-10-18" +21.38271854,-157.7793657,"Chestnut Munia (6) 2023-02-28, Common Myna (4) 2022-02-28, Common Waxbill (6) 2023-05-06, House Sparrow (1) 2021-04-01, Northern Cardinal (1) 2023-02-21, Pacific Golden-Plover (6) 2023-02-21, Red Junglefowl (1) 2021-04-01, Red-billed Leiothrix (1) 2022-11-01, Red-crested Cardinal (3) 2022-11-01, Red-vented Bulbul (6) 2022-11-04, Red-whiskered Bulbul (6) 2023-03-01, Rock Pigeon (1) 2021-04-01, Rose-ringed Parakeet (2) 2022-11-15, Spotted Dove (2) 2022-11-04, Warbling White-eye (6) 2022-11-04, Western Cattle Egret (1) 2021-09-29, White-rumped Shama (3) 2023-02-23, Zebra Dove (4) 2022-02-28" +21.39280561,-157.9336174,"Common Myna (3) 2023-05-05, Common Waxbill (1) 2023-03-11, House Finch (1) 2023-03-11, House Sparrow (1) 2023-05-05, Northern Cardinal (1) 2021-10-26, Pacific Golden-Plover (1) 2023-03-11, Red-billed Leiothrix (1) 2023-03-11, Red-crested Cardinal (2) 2023-05-05, Red-crowned Parrot (1) 2023-04-06, Red-vented Bulbul (1) 2023-03-11, Red-whiskered Bulbul (1) 2023-03-11, Rose-ringed Parakeet (2) 2023-05-05, Spotted Dove (1) 2023-05-05, Western Cattle Egret (1) 2021-10-26, White Tern (1) 2023-06-16, White-rumped Shama (1) 2023-03-11, Yellow-fronted Canary (1) 2021-10-26, Zebra Dove (3) 2023-05-05" +21.40248099,-158.0396629,"Black Francolin (2) 2024-02-13, Common Myna (4) 2021-04-22, Common Waxbill (1) 2024-02-13, House Finch (5) 2024-02-13, House Sparrow (1) 2021-04-22, Java Sparrow (2) 2024-02-13, Northern Cardinal (1) 2024-02-13, Pacific Golden-Plover (3) 2024-02-12, Red-crested Cardinal (3) 2024-02-13, Red-vented Bulbul (4) 2024-02-13, Red-whiskered Bulbul (3) 2024-02-13, Rock Pigeon (1) 2021-04-22, Rose-ringed Parakeet (1) 2024-02-13, Saffron Finch (3) 2024-02-13, Spotted Dove (2) 2024-02-13, Warbling White-eye (2) 2024-02-13, Western Cattle Egret (1) 2021-04-22, Zebra Dove (7) 2024-02-13" +21.40213915,-157.9817836,"Common Myna (4) 2023-08-29, Common Waxbill (3) 2023-08-29, House Finch (1) 2023-08-29, Java Sparrow (2) 2022-02-19, Pacific Golden-Plover (2) 2023-08-29, Red Avadavat (1) 2022-02-19, Red Junglefowl (1) 2022-02-19, Red-crested Cardinal (3) 2022-02-19, Red-vented Bulbul (3) 2023-08-29, Red-whiskered Bulbul (1) 2022-02-19, Rock Pigeon (2) 2022-02-19, Rose-ringed Parakeet (4) 2023-08-29, Saffron Finch (1) 2020-02-18, Spotted Dove (1) 2023-08-29, Warbling White-eye (2) 2023-08-29, Western Cattle Egret (3) 2023-08-29, Yellow-fronted Canary (1) 2023-08-29, Zebra Dove (3) 2023-08-29" +21.40099329,-157.8081528,"African Silverbill (1) 2023-09-08, Barn Owl (1) 2023-01-11, Chestnut Munia (6) 2022-02-24, Common Myna (9) 2024-02-19, Common Waxbill (7) 2023-02-05, Java Sparrow (5) 2024-02-18, Feral Mallard (3) 2024-02-16, Northern Cardinal (1) 2021-02-14, Northern Mockingbird (2) 2022-09-24, Red Junglefowl (1) 2022-02-21, Red-crested Cardinal (10) 2024-02-19, Red-vented Bulbul (7) 2024-02-19, Red-whiskered Bulbul (8) 2024-02-19, Spotted Dove (9) 2024-02-19, Warbling White-eye (5) 2024-02-19, Western Cattle Egret (3) 2024-02-18, Zebra Dove (13) 2024-02-18" +21.41223467,-158.1746686,"Black-crowned Night Heron (1) 2023-02-14, Common Myna (7) 2023-02-21, Common Waxbill (1) 2023-02-21, House Finch (4) 2023-02-21, House Sparrow (6) 2023-02-21, Java Sparrow (6) 2023-02-21, Northern Mockingbird (1) 2021-04-18, Pacific Golden-Plover (3) 2022-01-25, Red Junglefowl (1) 2023-05-12, Red-crested Cardinal (2) 2022-01-20, Red-vented Bulbul (8) 2023-05-11, Rock Pigeon (6) 2023-02-21, Ruddy Turnstone (1) 2022-01-20, Saffron Finch (5) 2023-02-21, Sanderling (2) 2022-04-03, Spotted Dove (5) 2023-02-21, Warbling White-eye (1) 2022-01-25, Zebra Dove (9) 2023-05-09" +21.40974748,-157.7694943,"Chestnut Munia (1) 2022-04-10, Common Myna (28) 2024-02-19, Common Waxbill (21) 2024-02-19, House Finch (20) 2024-02-19, Java Sparrow (6) 2024-02-19, Northern Cardinal (7) 2022-04-23, Pacific Golden-Plover (1) 2024-01-15, Red Avadavat (1) 2024-01-18, Red Junglefowl (17) 2022-05-29, Red-crested Cardinal (18) 2024-02-19, Red-vented Bulbul (24) 2024-02-19, Red-whiskered Bulbul (11) 2024-02-19, Rock Pigeon (2) 2024-01-17, Spotted Dove (28) 2024-02-19, Warbling White-eye (6) 2024-02-19, Western Cattle Egret (3) 2022-04-17, White-rumped Shama (9) 2024-01-16, Zebra Dove (27) 2024-02-19" +21.4211238,-158.1456731,"Black-crowned Night Heron (3) 2021-06-08, Common Myna (2) 2021-01-14, Common Waxbill (3) 2021-06-08, Eurasian Skylark (2) 2021-01-14, Gray Francolin (3) 2021-06-08, Hawaiian Coot (7) 2021-06-08, House Finch (3) 2021-06-01, Java Sparrow (1) 2021-06-01, Northern Cardinal (3) 2021-06-01, Peregrine Falcon (1) 2022-03-08, Red-crested Cardinal (2) 2021-01-14, Red-vented Bulbul (3) 2021-06-01, Saffron Finch (3) 2021-06-01, Scaly-breasted Munia (2) 2021-01-14, Short-eared Owl (1) 2021-06-01, Spotted Dove (5) 2021-06-08, Warbling White-eye (5) 2021-06-08, Zebra Dove (6) 2022-03-08" +21.42032299,-158.0009538,"Chestnut Munia (10) 2023-05-13, Common Myna (18) 2024-02-19, Common Waxbill (13) 2023-05-13, House Finch (9) 2024-02-19, House Sparrow (3) 2024-02-19, Java Sparrow (15) 2024-02-19, Northern Cardinal (1) 2020-05-09, Pacific Golden-Plover (13) 2024-02-19, Red-crested Cardinal (10) 2024-02-18, Red-vented Bulbul (8) 2024-02-19, Red-whiskered Bulbul (3) 2022-02-21, Rose-ringed Parakeet (8) 2024-02-19, Ruddy Turnstone (2) 2022-02-21, Saffron Finch (19) 2024-02-19, Spotted Dove (17) 2024-02-19, Warbling White-eye (3) 2022-10-08, Western Cattle Egret (15) 2024-02-19, Zebra Dove (18) 2024-02-19" +21.42969297,-158.0587828,"Barn Owl (2) 2019-04-24, Chestnut Munia (1) 2019-11-15, Common Gallinule (1) 2019-11-15, Common Myna (1) 2019-11-15, Common Waxbill (1) 2019-11-15, Hawaiian Coot (1) 2019-11-15, House Finch (1) 2019-11-15, Northern Cardinal (1) 2019-11-15, Pacific Golden-Plover (1) 2019-11-15, Red-crested Cardinal (1) 2019-11-15, Red-vented Bulbul (2) 2022-07-06, Saffron Finch (1) 2019-11-15, Short-eared Owl (1) 2019-07-18, Spotted Dove (1) 2019-11-15, Warbling White-eye (1) 2019-11-15, Western Cattle Egret (1) 2019-11-15, Yellow-fronted Canary (1) 2019-11-15, Zebra Dove (1) 2019-11-15" +21.42947065,-158.0201889,"Black-crowned Night Heron (1) 2021-02-15, Chestnut Munia (1) 2021-02-14, Common Myna (6) 2022-02-21, House Sparrow (3) 2021-02-13, Java Sparrow (6) 2022-02-21, Northern Cardinal (4) 2021-02-14, Pacific Golden-Plover (2) 2021-02-14, Red-crested Cardinal (6) 2022-02-20, Red-vented Bulbul (4) 2021-02-14, Red-whiskered Bulbul (2) 2022-02-19, Rose-ringed Parakeet (6) 2022-02-21, Saffron Finch (4) 2022-02-20, Spotted Dove (5) 2022-02-21, Warbling White-eye (5) 2022-02-21, Western Cattle Egret (2) 2021-02-14, White Tern (1) 2021-02-15, White-rumped Shama (2) 2021-03-10, Zebra Dove (5) 2021-03-13" +21.44636356,-157.8367326,"Chestnut Munia (5) 2023-05-13, Common Myna (5) 2023-05-13, Common Waxbill (6) 2022-06-24, House Sparrow (2) 2022-06-24, Java Sparrow (3) 2022-06-20, Northern Cardinal (2) 2022-06-20, Pacific Golden-Plover (1) 2022-03-27, Red Junglefowl (2) 2023-05-13, Red-crested Cardinal (4) 2023-01-04, Red-vented Bulbul (6) 2023-05-13, Red-whiskered Bulbul (3) 2023-01-04, Rock Pigeon (1) 2021-06-28, Scaly-breasted Munia (1) 2022-02-26, Spotted Dove (4) 2023-01-04, Warbling White-eye (4) 2022-06-24, Western Cattle Egret (6) 2023-10-16, White-rumped Shama (3) 2022-12-30, Zebra Dove (8) 2023-05-13" +21.44559039,-157.7305973,"African Silverbill (2) 2020-07-17, Black-necked Stilt (2) 2020-07-17, Common Myna (3) 2020-07-17, Common Waxbill (3) 2020-07-17, Gray Francolin (2) 2020-07-17, Great Frigatebird (3) 2020-07-17, Northern Cardinal (1) 2020-04-24, Pacific Golden-Plover (3) 2020-07-17, Red Avadavat (2) 2020-07-17, Red-crested Cardinal (2) 2020-07-17, Red-vented Bulbul (3) 2020-07-17, Red-whiskered Bulbul (2) 2020-07-17, Scaly-breasted Munia (2) 2020-07-17, Spotted Dove (3) 2020-07-17, Wandering Tattler (1) 2020-04-24, Western Cattle Egret (3) 2020-07-17, Zebra Dove (2) 2020-07-17" +21.45651547,-158.0103577,"Common Myna (11) 2023-06-04, Common Waxbill (5) 2023-06-04, House Finch (10) 2023-06-04, House Sparrow (4) 2023-06-04, Java Sparrow (1) 2023-03-20, Northern Cardinal (9) 2022-07-17, Pacific Golden-Plover (1) 2023-03-20, Red Junglefowl (1) 2023-03-20, Red-crested Cardinal (13) 2023-03-20, Red-crowned Parrot (4) 2022-07-17, Red-vented Bulbul (12) 2023-06-04, Rock Pigeon (2) 2023-01-19, Rose-ringed Parakeet (11) 2023-03-20, Saffron Finch (3) 2023-06-04, Spotted Dove (10) 2023-01-19, Warbling White-eye (10) 2022-07-17, Western Cattle Egret (7) 2023-06-04, Zebra Dove (15) 2023-06-04" +21.45498296,-157.7787648,"Black-necked Stilt (6) 2023-01-18, Brown Noddy (2) 2022-09-14, Common Gallinule (3) 2024-01-17, Common Myna (10) 2024-01-17, Common Waxbill (4) 2022-12-03, Great Frigatebird (2) 2023-10-24, House Finch (2) 2022-01-19, Java Sparrow (1) 2021-07-13, Feral Mallard (3) 2022-12-03, Pacific Golden-Plover (7) 2023-10-24, Red-crested Cardinal (4) 2024-01-17, Red-vented Bulbul (4) 2024-01-17, Spotted Dove (3) 2023-10-24, Wandering Tattler (1) 2020-02-26, Warbling White-eye (3) 2022-01-19, Western Cattle Egret (3) 2023-10-24, White-rumped Shama (2) 2022-01-19, Zebra Dove (2) 2023-10-24" +21.48355954,-158.0005227,"Chestnut Munia (2) 2021-09-17, Common Myna (2) 2021-09-17, Common Waxbill (3) 2023-05-28, House Finch (1) 2021-09-16, House Sparrow (1) 2021-09-17, Java Sparrow (1) 2021-09-17, Pacific Golden-Plover (5) 2023-12-14, Red Junglefowl (2) 2023-05-26, Red-billed Leiothrix (1) 2021-09-16, Red-crested Cardinal (1) 2021-09-16, Red-vented Bulbul (3) 2023-05-26, Red-whiskered Bulbul (4) 2023-02-01, Rose-ringed Parakeet (2) 2021-09-17, Saffron Finch (1) 2023-02-01, Spotted Dove (2) 2021-09-17, Warbling White-eye (2) 2023-12-15, White-rumped Shama (2) 2021-09-17, Zebra Dove (2) 2021-09-17" +21.5386716,-158.1642961,"Apapane (1) 2020-02-09, Common Waxbill (1) 2020-02-09, Erckel's Spurfowl (2) 2024-02-14, Gray Francolin (1) 2024-02-14, House Finch (2) 2024-02-14, Indian Peafowl (1) 2024-02-14, Japanese Bush Warbler (1) 2020-02-09, Kalij Pheasant (1) 2024-02-14, Northern Cardinal (1) 2020-02-09, Pacific Golden-Plover (1) 2020-02-09, Red-billed Leiothrix (2) 2024-02-14, Red-crested Cardinal (1) 2020-02-09, Red-vented Bulbul (2) 2024-02-14, Red-whiskered Bulbul (2) 2024-02-14, Spotted Dove (2) 2024-02-14, Warbling White-eye (2) 2024-02-14, White-rumped Shama (1) 2020-02-09, Zebra Dove (2) 2024-02-14" +21.55678917,-158.1738487,"Apapane (2) 2021-05-13, Black-crowned Night Heron (1) 2021-05-13, Common Myna (1) 2021-05-13, Common Waxbill (2) 2021-05-13, Erckel's Spurfowl (2) 2021-05-13, House Finch (1) 2021-05-13, Japanese Bush Warbler (2) 2021-05-13, Kalij Pheasant (1) 2021-05-04, Oahu Amakihi (2) 2021-05-13, Red Junglefowl (1) 2021-05-04, Red-billed Leiothrix (2) 2021-05-13, Red-vented Bulbul (2) 2021-05-13, Red-whiskered Bulbul (1) 2021-05-04, Spotted Dove (2) 2021-05-13, Warbling White-eye (2) 2021-05-13, Western Cattle Egret (1) 2021-05-13, White-rumped Shama (2) 2021-05-13, Zebra Dove (2) 2021-05-13" +21.56614241,-158.2413993,"Common Waxbill (2) 2022-09-24, Gray Francolin (2) 2022-09-24, House Finch (1) 2022-07-23, Indian Peafowl (2) 2022-09-24, Northern Cardinal (1) 2022-07-23, Oahu Amakihi (1) 2022-07-23, Red-billed Leiothrix (1) 2022-07-23, Red-crested Cardinal (3) 2022-09-24, Red-vented Bulbul (3) 2022-09-24, Red-whiskered Bulbul (1) 2022-09-24, Ring-necked Pheasant (1) 2021-10-14, Spotted Dove (1) 2021-10-14, Warbling White-eye (3) 2022-09-24, Western Cattle Egret (1) 2021-10-14, White-rumped Shama (2) 2022-07-23, Wild Turkey (1) 2022-01-26, Yellow-faced Grassquit (1) 2022-07-23, Zebra Dove (2) 2022-09-24" +21.56562383,-158.1351683,"Common Myna (24) 2023-03-29, Common Waxbill (16) 2023-03-29, Gray Francolin (6) 2022-12-27, House Finch (14) 2023-03-29, House Sparrow (2) 2022-07-18, Northern Cardinal (15) 2023-03-29, Pacific Golden-Plover (2) 2023-03-29, Red Avadavat (13) 2022-07-18, Red-crested Cardinal (9) 2023-03-29, Red-vented Bulbul (23) 2023-03-29, Red-whiskered Bulbul (4) 2022-11-28, Saffron Finch (4) 2023-03-29, Short-eared Owl (1) 2022-08-13, Spotted Dove (13) 2023-03-29, Warbling White-eye (17) 2023-03-29, Western Cattle Egret (2) 2023-03-29, White-rumped Shama (1) 2022-10-31, Zebra Dove (26) 2023-03-29" +21.57315924,-157.8840124,"Brown Noddy (1) 2019-04-04, Common Myna (3) 2022-07-25, Glaucous-winged Gull (2) 2020-01-29, House Sparrow (1) 2019-04-04, Laughing Gull (1) 2020-01-29, Pacific Golden-Plover (2) 2020-01-27, Red Junglefowl (3) 2019-08-17, Red-crested Cardinal (1) 2019-04-04, Red-footed Booby (1) 2019-04-04, Red-vented Bulbul (2) 2022-07-25, Ruddy Turnstone (2) 2020-01-27, Sanderling (2) 2020-01-27, Sooty Tern (1) 2019-04-04, Spotted Dove (4) 2023-03-13, Wandering Tattler (5) 2023-03-13, Warbling White-eye (1) 2019-04-04, Western Cattle Egret (2) 2022-07-25, Zebra Dove (4) 2023-03-13" +21.61851702,-157.9126469,"Chestnut Munia (1) 2021-04-14, Common Myna (6) 2024-01-19, Common Waxbill (3) 2021-04-14, House Sparrow (1) 2024-01-19, Laughing Gull (1) 2020-02-03, Laysan Albatross (1) 2021-12-25, Pacific Golden-Plover (3) 2024-01-19, Red Junglefowl (5) 2021-12-20, Red-crested Cardinal (2) 2024-01-19, Rock Pigeon (1) 2019-06-27, Ruddy Turnstone (2) 2021-12-20, Saffron Finch (1) 2024-01-19, Sanderling (1) 2024-01-19, Scaly-breasted Munia (1) 2021-04-14, Spotted Dove (1) 2021-04-14, Wandering Tattler (2) 2024-01-19, Western Cattle Egret (3) 2021-12-20, Zebra Dove (4) 2024-01-19" +21.2741799,-157.7609877,"Black-crowned Night Heron (1) 2019-10-10, Black-necked Stilt (1) 2019-12-08, Common Myna (11) 2023-10-08, Common Waxbill (2) 2019-08-30, House Finch (1) 2019-06-14, House Sparrow (4) 2019-08-30, Northern Cardinal (1) 2019-08-30, Pacific Golden-Plover (7) 2022-02-27, Red-crested Cardinal (3) 2022-02-27, Red-vented Bulbul (7) 2023-10-08, Rock Pigeon (9) 2022-02-27, Rose-ringed Parakeet (2) 2023-10-08, Ruddy Turnstone (2) 2022-02-27, Spotted Dove (6) 2023-10-08, Wandering Tattler (2) 2023-10-20, Warbling White-eye (2) 2019-08-30, Western Cattle Egret (11) 2023-09-08, White Tern (5) 2022-02-27, Zebra Dove (12) 2023-10-08" +21.27374403,-157.7031653,"Common Myna (22) 2024-02-11, Common Waxbill (3) 2024-02-11, Great Frigatebird (13) 2022-09-29, House Finch (3) 2024-02-11, House Sparrow (17) 2024-02-11, Java Sparrow (4) 2024-01-11, Feral Mallard (1) 2024-02-07, Northern Cardinal (3) 2024-02-11, Pacific Golden-Plover (3) 2023-04-01, Red Junglefowl (5) 2023-12-09, Red-crested Cardinal (8) 2024-01-11, Red-vented Bulbul (9) 2024-02-11, Red-whiskered Bulbul (2) 2024-02-11, Rock Pigeon (12) 2024-02-07, Spotted Dove (14) 2024-02-11, Warbling White-eye (2) 2019-11-06, Western Cattle Egret (22) 2024-01-11, White Tern (12) 2023-03-30, Zebra Dove (21) 2024-02-11" +21.28328385,-157.77055,"Common Myna (7) 2022-09-24, Common Waxbill (6) 2024-01-04, House Finch (7) 2024-01-04, Java Sparrow (7) 2022-09-24, Northern Cardinal (5) 2024-01-04, Northern Mockingbird (1) 2021-07-18, Red-crested Cardinal (8) 2024-01-04, Red-vented Bulbul (11) 2024-01-04, Red-whiskered Bulbul (4) 2024-01-04, Rock Pigeon (1) 2024-01-04, Saffron Finch (1) 2021-05-14, Scaly-breasted Munia (1) 2022-09-22, Spotted Dove (6) 2024-01-04, Wandering Tattler (1) 2024-01-03, Warbling White-eye (6) 2024-01-04, White Tern (4) 2024-01-04, White-rumped Shama (5) 2022-07-06, Yellow-fronted Canary (1) 2022-09-22, Zebra Dove (5) 2024-01-04" +21.32164737,-158.1269666,"African Silverbill (1) 2022-06-19, Black Swan (1) 2021-12-04, Black-crowned Night Heron (1) 2021-12-04, Black-necked Stilt (1) 2021-12-04, Brown Booby (4) 2023-03-16, Common Myna (4) 2024-02-24, Common Waxbill (1) 2021-12-04, Hawaiian Coot (1) 2021-12-04, House Finch (1) 2022-06-19, House Sparrow (3) 2024-02-24, Muscovy Duck (1) 2021-12-04, Pacific Golden-Plover (2) 2024-02-24, Red-crested Cardinal (4) 2024-02-24, Red-vented Bulbul (3) 2024-02-24, Ruddy Turnstone (1) 2021-12-04, Saffron Finch (1) 2021-12-04, Spotted Dove (2) 2022-06-19, Warbling White-eye (1) 2021-09-29, Zebra Dove (4) 2024-02-24" +21.32872762,-157.808738,"Common Myna (1) 2023-01-27, Common Waxbill (3) 2022-09-05, Java Sparrow (2) 2023-01-27, Northern Cardinal (3) 2021-11-16, Oahu Amakihi (3) 2023-03-18, Pacific Golden-Plover (1) 2023-01-23, Red Junglefowl (4) 2023-03-18, Red-billed Leiothrix (3) 2023-03-18, Red-crested Cardinal (4) 2023-03-18, Red-vented Bulbul (7) 2023-03-18, Red-whiskered Bulbul (6) 2023-03-18, Rose-ringed Parakeet (4) 2023-01-27, Spotted Dove (4) 2023-01-27, Warbling White-eye (5) 2023-03-18, Western Cattle Egret (1) 2023-01-23, White-rumped Shama (8) 2023-03-18, Yellow-fronted Canary (1) 2023-03-18, Zebra Dove (3) 2023-01-27" +21.33935378,-158.0593611,"Black-crowned Night Heron (2) 2022-12-17, Black-necked Stilt (3) 2022-12-17, Common Myna (4) 2023-03-20, Common Waxbill (3) 2022-12-17, House Finch (1) 2022-12-17, House Sparrow (1) 2023-03-20, Java Sparrow (1) 2022-12-16, Feral Mallard (2) 2022-12-17, Pacific Golden-Plover (5) 2022-12-17, Red-crested Cardinal (2) 2022-12-17, Red-vented Bulbul (3) 2022-12-17, Red-whiskered Bulbul (1) 2022-12-17, Rock Pigeon (1) 2022-12-15, Saffron Finch (1) 2022-12-16, Spotted Dove (3) 2022-12-17, Wandering Tattler (2) 2022-12-16, Warbling White-eye (2) 2022-12-17, Western Cattle Egret (3) 2022-12-17, Zebra Dove (4) 2023-03-20" +21.39382672,-158.1072461,"Apapane (1) 2019-01-18, Common Waxbill (2) 2019-01-18, Erckel's Spurfowl (1) 2019-01-18, Eurasian Skylark (1) 2019-01-07, Gray Francolin (2) 2019-01-18, House Finch (1) 2019-01-07, Northern Cardinal (1) 2019-01-18, Oahu Amakihi (1) 2019-01-18, Oahu Elepaio (1) 2019-01-07, Pacific Golden-Plover (2) 2019-01-18, Red-billed Leiothrix (2) 2019-01-18, Red-crested Cardinal (1) 2019-01-18, Red-vented Bulbul (2) 2019-01-18, Red-whiskered Bulbul (1) 2019-01-18, Scaly-breasted Munia (1) 2019-01-07, Spotted Dove (2) 2019-01-18, Warbling White-eye (2) 2019-01-18, White-rumped Shama (1) 2019-01-18, Zebra Dove (1) 2019-01-07" +21.3937758,-158.0975999,"Common Myna (3) 2022-12-16, Common Waxbill (2) 2023-12-31, Erckel's Spurfowl (5) 2023-06-01, Gray Francolin (2) 2023-06-01, House Finch (3) 2022-12-16, Japanese Bush Warbler (1) 2019-01-26, Kalij Pheasant (3) 2023-06-01, Northern Cardinal (5) 2024-02-12, Oahu Amakihi (4) 2022-12-16, Oahu Elepaio (6) 2024-02-12, Pacific Golden-Plover (2) 2023-12-31, Red-billed Leiothrix (5) 2022-12-16, Red-crested Cardinal (7) 2023-12-31, Red-vented Bulbul (4) 2023-12-31, Red-whiskered Bulbul (5) 2023-12-31, Spotted Dove (5) 2023-12-31, Warbling White-eye (7) 2024-02-12, White-rumped Shama (2) 2019-01-26, Zebra Dove (4) 2023-12-31" +21.41128906,-158.0010151,"Chestnut Munia (2) 2021-08-28, Common Myna (8) 2021-12-24, Common Waxbill (3) 2021-08-28, House Finch (2) 2021-08-28, House Sparrow (4) 2021-08-28, Java Sparrow (3) 2021-12-24, Northern Cardinal (1) 2021-08-28, Pacific Golden-Plover (3) 2021-08-28, Red-crested Cardinal (3) 2021-08-28, Red-vented Bulbul (3) 2021-08-28, Red-whiskered Bulbul (1) 2021-12-15, Rose-ringed Parakeet (3) 2021-12-24, Saffron Finch (6) 2022-07-14, Spotted Dove (4) 2021-08-28, Warbling White-eye (2) 2021-08-28, Western Cattle Egret (6) 2021-08-28, White-rumped Shama (2) 2021-12-24, Yellow-fronted Canary (2) 2021-08-28, Zebra Dove (5) 2021-12-24" +21.41996742,-157.9430681,"Common Myna (3) 2021-10-28, Common Waxbill (1) 2024-02-17, House Finch (2) 2021-10-27, Java Sparrow (2) 2021-10-27, Northern Cardinal (2) 2021-10-27, Pacific Golden-Plover (4) 2024-02-17, Red Junglefowl (1) 2023-12-27, Red-billed Leiothrix (2) 2021-10-27, Red-crested Cardinal (3) 2024-02-17, Red-crowned Parrot (5) 2024-02-17, Red-vented Bulbul (4) 2024-02-17, Red-whiskered Bulbul (2) 2021-10-27, Rose-ringed Parakeet (2) 2024-02-17, Scaly-breasted Munia (2) 2021-10-27, Spotted Dove (4) 2024-02-17, Warbling White-eye (3) 2024-02-17, Western Cattle Egret (1) 2021-10-28, White-rumped Shama (2) 2021-10-27, Zebra Dove (4) 2024-02-17" +21.42935684,-158.0008923,"Chestnut Munia (1) 2021-06-10, Common Myna (4) 2024-02-22, Common Waxbill (1) 2021-06-10, House Finch (1) 2022-01-05, House Sparrow (1) 2022-01-05, Java Sparrow (1) 2022-01-05, Northern Mockingbird (1) 2024-02-22, Pacific Golden-Plover (2) 2022-01-05, Red Junglefowl (1) 2023-06-28, Red-crested Cardinal (1) 2022-01-05, Red-vented Bulbul (1) 2022-01-05, Rock Pigeon (3) 2024-02-22, Rose-ringed Parakeet (1) 2022-01-05, Saffron Finch (3) 2022-01-05, Scaly-breasted Munia (1) 2021-06-10, Spotted Dove (2) 2022-01-05, Warbling White-eye (1) 2022-01-05, Western Cattle Egret (4) 2024-02-22, Zebra Dove (4) 2024-02-22" +21.42795433,-157.7886379,"Black Noddy (1) 2023-06-24, Common Myna (3) 2022-04-08, Common Waxbill (1) 2021-07-31, House Finch (1) 2020-09-25, Feral Mallard (1) 2020-09-25, Northern Cardinal (1) 2022-04-08, Pacific Golden-Plover (2) 2022-04-08, Red Junglefowl (1) 2021-07-31, Red-crested Cardinal (2) 2022-04-08, Red-vented Bulbul (2) 2021-07-31, Red-whiskered Bulbul (2) 2022-04-08, Scaly-breasted Munia (1) 2023-07-24, Spotted Dove (2) 2021-07-31, Wandering Tattler (1) 2020-09-25, Warbling White-eye (1) 2020-09-25, Western Cattle Egret (2) 2021-07-31, White-rumped Shama (2) 2021-07-31, Yellow-fronted Canary (1) 2020-09-25, Zebra Dove (2) 2021-07-31" +21.43827428,-157.9815331,"Chinese Hwamei (1) 2019-03-12, Common Myna (1) 2019-03-12, Common Waxbill (1) 2019-03-12, Gray Francolin (1) 2019-03-12, House Finch (1) 2019-03-12, Japanese Bush Warbler (1) 2019-03-12, Java Sparrow (1) 2019-03-12, Northern Cardinal (1) 2019-03-12, Red-crested Cardinal (1) 2019-03-12, Red-crowned Parrot (1) 2019-03-12, Red-vented Bulbul (1) 2019-03-12, Red-whiskered Bulbul (1) 2019-03-12, Rock Pigeon (1) 2019-03-12, Rose-ringed Parakeet (1) 2019-03-12, Spotted Dove (1) 2019-03-12, Warbling White-eye (1) 2019-03-12, Western Cattle Egret (1) 2019-03-12, White-rumped Shama (1) 2019-03-12, Zebra Dove (1) 2019-03-12" +21.44595026,-157.7788401,"Black-crowned Night Heron (2) 2023-08-16, Black-necked Stilt (11) 2024-01-17, Common Gallinule (3) 2021-12-19, Common Myna (4) 2023-10-24, Common Waxbill (7) 2024-01-17, Gray Francolin (3) 2021-12-19, House Finch (3) 2021-12-19, Feral Mallard (10) 2024-01-17, Northern Cardinal (3) 2024-01-17, Pacific Golden-Plover (9) 2023-10-24, Red-crested Cardinal (2) 2023-01-18, Red-vented Bulbul (5) 2023-01-18, Red-whiskered Bulbul (1) 2023-10-24, Ruddy Turnstone (1) 2022-02-09, Spotted Dove (8) 2024-01-17, Wandering Tattler (4) 2023-08-16, Warbling White-eye (3) 2023-10-24, Western Cattle Egret (4) 2024-01-17, Zebra Dove (4) 2024-01-17" +21.45484049,-157.7594663,"Black-necked Stilt (3) 2023-05-09, Bristle-thighed Curlew (1) 2020-09-02, Common Myna (4) 2023-05-19, Common Waxbill (3) 2023-05-09, Gray Francolin (1) 2023-05-19, Great Frigatebird (3) 2023-05-19, House Finch (6) 2023-05-19, House Sparrow (2) 2023-05-09, Northern Cardinal (3) 2023-05-19, Pacific Golden-Plover (4) 2022-09-25, Red-crested Cardinal (4) 2023-05-19, Red-vented Bulbul (5) 2023-05-19, Red-whiskered Bulbul (1) 2023-05-19, Saffron Finch (2) 2023-05-09, Sanderling (1) 2019-10-03, Spotted Dove (3) 2022-09-25, Warbling White-eye (1) 2019-11-29, Western Cattle Egret (6) 2023-05-19, Zebra Dove (3) 2023-05-09" +21.50168456,-158.0100523,"Chestnut Munia (6) 2023-08-31, Common Myna (12) 2023-12-29, Common Waxbill (3) 2023-08-21, House Finch (8) 2023-12-29, House Sparrow (7) 2023-12-29, Java Sparrow (3) 2023-02-07, Northern Cardinal (5) 2023-12-29, Pacific Golden-Plover (8) 2023-12-29, Red-billed Leiothrix (4) 2022-08-12, Red-crested Cardinal (10) 2023-12-29, Red-vented Bulbul (12) 2023-12-29, Red-whiskered Bulbul (7) 2023-12-29, Rose-ringed Parakeet (7) 2023-12-29, Saffron Finch (3) 2023-12-29, Spotted Dove (12) 2023-12-29, Warbling White-eye (2) 2022-08-19, Western Cattle Egret (1) 2022-08-02, White-rumped Shama (1) 2023-02-09, Zebra Dove (13) 2023-12-29" +21.50973011,-157.8555361,"Black-necked Stilt (5) 2023-12-09, Chestnut Munia (2) 2024-02-16, Common Gallinule (4) 2023-12-09, Common Myna (5) 2024-02-16, Common Waxbill (2) 2023-07-14, Hawaiian Coot (4) 2023-12-09, House Sparrow (3) 2024-02-16, Feral Mallard (1) 2022-09-15, Northern Cardinal (3) 2023-07-14, Pacific Golden-Plover (5) 2024-02-24, Red Junglefowl (3) 2024-02-24, Red-billed Leiothrix (1) 2023-04-12, Red-crested Cardinal (6) 2024-02-16, Red-vented Bulbul (4) 2024-02-16, Spotted Dove (1) 2024-02-24, Warbling White-eye (2) 2023-07-14, Western Cattle Egret (5) 2024-02-24, White-rumped Shama (1) 2021-12-27, Zebra Dove (9) 2024-02-24" +21.5747605,-158.154429,"Black Francolin (6) 2022-07-18, Common Myna (8) 2023-09-30, Common Waxbill (7) 2023-01-26, Gray Francolin (6) 2022-07-11, House Finch (10) 2022-07-25, Indian Peafowl (1) 2022-07-18, Java Sparrow (4) 2023-01-26, Northern Cardinal (7) 2023-09-30, Pacific Golden-Plover (2) 2023-09-30, Red Avadavat (10) 2023-01-26, Red-crested Cardinal (10) 2022-08-08, Red-vented Bulbul (18) 2022-08-08, Red-whiskered Bulbul (1) 2023-09-30, Saffron Finch (5) 2023-09-30, Scaly-breasted Munia (1) 2022-07-11, Spotted Dove (14) 2023-01-26, Warbling White-eye (10) 2023-09-30, Western Cattle Egret (3) 2022-07-18, Zebra Dove (18) 2023-09-30" +21.60942029,-157.9030548,"Common Myna (10) 2024-01-29, Common Waxbill (1) 2020-03-14, Glaucous-winged Gull (4) 2022-01-06, Great Frigatebird (1) 2024-02-09, House Sparrow (3) 2020-01-27, Laughing Gull (9) 2020-01-27, Pacific Golden-Plover (1) 2022-09-25, Red Junglefowl (1) 2024-01-29, Red-crested Cardinal (3) 2024-01-29, Red-vented Bulbul (3) 2023-03-11, Ruddy Turnstone (2) 2023-03-29, Saffron Finch (2) 2024-01-29, Sanderling (1) 2023-03-11, Spotted Dove (7) 2023-03-11, Wandering Tattler (6) 2023-03-11, Warbling White-eye (1) 2022-09-24, Western Cattle Egret (5) 2023-03-11, White-rumped Shama (2) 2023-03-11, Zebra Dove (5) 2024-01-29" +21.63741571,-158.0477792,"Black-crowned Night Heron (3) 2022-09-03, Common Gallinule (4) 2023-05-29, Common Myna (5) 2022-09-03, Common Waxbill (4) 2022-09-03, House Finch (1) 2021-04-15, House Sparrow (1) 2021-04-15, Indian Peafowl (2) 2022-09-03, Feral Mallard (3) 2022-09-03, Northern Cardinal (1) 2021-04-15, Red-billed Leiothrix (3) 2023-05-29, Red-crested Cardinal (5) 2022-09-03, Red-vented Bulbul (4) 2022-09-03, Red-whiskered Bulbul (4) 2022-09-03, Saffron Finch (1) 2021-04-15, Spotted Dove (1) 2021-04-15, Warbling White-eye (4) 2023-05-29, White-rumped Shama (6) 2022-09-03, White-tailed Tropicbird (1) 2022-06-29, Zebra Dove (5) 2022-09-03" +21.6555901,-158.0669867,"Brown Booby (1) 2019-07-26, Chestnut Munia (1) 2021-07-22, Common Myna (3) 2023-10-03, Common Waxbill (1) 2021-07-22, House Finch (2) 2023-10-03, House Sparrow (3) 2023-10-03, Java Sparrow (1) 2021-07-22, Northern Cardinal (1) 2023-07-26, Pacific Golden-Plover (1) 2023-07-26, Red-crested Cardinal (1) 2021-07-22, Red-footed Booby (1) 2023-07-26, Red-vented Bulbul (3) 2023-07-26, Rose-ringed Parakeet (1) 2021-07-22, Saffron Finch (1) 2023-07-26, Scaly-breasted Munia (1) 2021-07-22, Spotted Dove (1) 2023-10-03, Warbling White-eye (1) 2021-07-22, Yellow-fronted Canary (1) 2021-07-22, Zebra Dove (3) 2023-10-03" +21.70921684,-157.9699687,"Bristle-thighed Curlew (1) 2019-03-29, Common Gallinule (1) 2021-02-19, Common Myna (2) 2021-02-19, Common Waxbill (1) 2021-02-19, Gray Francolin (1) 2024-01-09, House Sparrow (1) 2019-03-29, Laysan Albatross (4) 2024-01-09, Muscovy Duck (1) 2021-02-19, Northern Cardinal (1) 2021-02-19, Pacific Golden-Plover (3) 2024-01-09, Red-crested Cardinal (3) 2021-02-19, Ruddy Turnstone (1) 2019-03-29, Saffron Finch (1) 2019-03-29, Sanderling (1) 2024-01-09, Spotted Dove (2) 2024-01-09, Warbling White-eye (1) 2019-03-29, Western Cattle Egret (1) 2021-02-19, White-rumped Shama (1) 2021-02-19, Zebra Dove (3) 2024-01-09" +21.27439029,-157.7899002,"Chestnut Munia (1) 2023-03-10, Common Myna (8) 2023-03-10, Common Waxbill (4) 2023-03-10, House Finch (1) 2019-01-04, House Sparrow (6) 2022-12-04, Java Sparrow (2) 2019-01-05, Pacific Golden-Plover (4) 2023-03-10, Red Junglefowl (1) 2022-12-04, Red-crested Cardinal (6) 2023-03-10, Red-vented Bulbul (8) 2023-03-18, Red-whiskered Bulbul (2) 2023-03-10, Rock Pigeon (6) 2022-12-04, Rose-ringed Parakeet (5) 2023-03-10, Saffron Finch (2) 2022-12-04, Spotted Dove (8) 2023-03-10, Warbling White-eye (3) 2020-04-10, Western Cattle Egret (2) 2022-12-04, White Tern (4) 2022-12-04, Yellow-fronted Canary (4) 2023-03-10, Zebra Dove (7) 2023-03-10" +21.30113613,-157.7414826,"Apapane (4) 2024-02-08, Common Myna (3) 2023-04-03, Common Waxbill (5) 2023-09-26, House Finch (11) 2024-02-08, House Sparrow (2) 2023-04-03, Japanese Bush Warbler (2) 2023-09-26, Northern Cardinal (9) 2024-02-08, Oahu Amakihi (9) 2024-02-08, Oahu Elepaio (7) 2024-02-08, Pacific Golden-Plover (2) 2023-09-26, Red-billed Leiothrix (9) 2024-02-08, Red-crested Cardinal (7) 2023-05-24, Red-vented Bulbul (12) 2024-02-08, Red-whiskered Bulbul (8) 2024-02-08, Spotted Dove (8) 2023-09-26, Warbling White-eye (12) 2024-02-08, White Tern (3) 2023-09-26, White-rumped Shama (13) 2024-02-08, White-tailed Tropicbird (1) 2022-03-12, Zebra Dove (10) 2023-09-26" +21.30099067,-157.7222051,"Apapane (1) 2019-02-03, Common Myna (1) 2019-10-31, Common Waxbill (3) 2024-02-29, House Finch (2) 2023-05-29, Japanese Bush Warbler (1) 2020-07-11, Feral Mallard (1) 2019-10-31, Northern Cardinal (5) 2024-02-29, Oahu Amakihi (4) 2023-10-27, Oahu Elepaio (2) 2022-02-09, Pacific Golden-Plover (3) 2023-10-27, Red-billed Leiothrix (9) 2024-02-29, Red-crested Cardinal (4) 2023-05-29, Red-masked Parakeet (1) 2023-05-29, Red-vented Bulbul (11) 2024-02-29, Red-whiskered Bulbul (5) 2024-02-29, Spotted Dove (8) 2024-02-29, Warbling White-eye (6) 2023-10-27, White-rumped Shama (11) 2024-02-29, Yellow-faced Grassquit (1) 2020-07-11, Zebra Dove (8) 2024-02-29" +21.32095071,-158.0016281,"Black-crowned Night Heron (2) 2019-07-06, Black-necked Stilt (2) 2019-07-06, Chestnut Munia (2) 2019-07-06, Common Gallinule (1) 2019-07-06, Common Myna (2) 2019-07-06, Common Waxbill (2) 2019-07-06, Hawaiian Coot (2) 2019-07-06, House Finch (1) 2019-07-04, House Sparrow (2) 2019-07-06, Feral Mallard (1) 2019-07-04, Northern Cardinal (2) 2019-07-06, Red-crested Cardinal (2) 2019-07-06, Red-vented Bulbul (2) 2019-07-06, Red-whiskered Bulbul (2) 2019-07-06, Saffron Finch (2) 2019-07-06, Spotted Dove (2) 2019-07-06, Warbling White-eye (2) 2019-07-06, Western Cattle Egret (2) 2019-07-06, White-rumped Shama (2) 2019-07-06, Zebra Dove (2) 2019-07-06" +21.32015915,-157.8762952,"Black-necked Stilt (3) 2023-04-23, Brown Booby (1) 2022-03-26, Common Myna (4) 2023-11-06, Common Waxbill (1) 2023-11-06, Great Frigatebird (1) 2019-05-30, House Finch (1) 2022-05-24, House Sparrow (3) 2023-11-06, Java Sparrow (1) 2024-02-18, Laughing Gull (1) 2022-04-18, Pacific Golden-Plover (1) 2023-11-06, Red Junglefowl (1) 2023-11-06, Red-crested Cardinal (3) 2022-05-24, Red-vented Bulbul (1) 2023-03-03, Rock Pigeon (1) 2023-03-03, Semipalmated Plover (1) 2023-11-07, Sooty Tern (1) 2022-03-26, Spotted Dove (4) 2023-03-03, Western Cattle Egret (1) 2022-05-24, White Tern (4) 2023-03-03, Zebra Dove (5) 2023-11-06" +21.3300985,-158.0208508,"Black-crowned Night Heron (1) 2020-03-10, Black-necked Stilt (1) 2020-03-10, Bristle-thighed Curlew (1) 2019-03-19, Common Myna (6) 2023-12-19, Common Waxbill (2) 2019-03-13, House Sparrow (2) 2019-03-13, Japanese Bush Warbler (1) 2023-12-19, Laughing Gull (1) 2020-03-10, Feral Mallard (1) 2020-03-10, Pacific Golden-Plover (1) 2020-03-10, Red-vented Bulbul (4) 2023-12-19, Red-whiskered Bulbul (5) 2023-12-19, Rock Pigeon (3) 2020-03-10, Saffron Finch (1) 2020-03-10, Spotted Dove (3) 2023-12-19, Warbling White-eye (4) 2019-03-13, Western Cattle Egret (2) 2019-03-13, Yellow-fronted Canary (2) 2019-03-13, Zebra Dove (6) 2023-12-19" +21.3475765,-157.9243019,"Black-crowned Night Heron (2) 2022-12-01, Black-necked Stilt (2) 2022-12-01, Chestnut Munia (2) 2021-09-20, Common Myna (10) 2022-12-01, Common Waxbill (2) 2022-12-01, House Sparrow (3) 2021-12-20, Java Sparrow (2) 2021-09-20, Feral Mallard (1) 2022-12-01, Northern Cardinal (1) 2022-04-20, Pacific Golden-Plover (5) 2022-12-01, Red-crested Cardinal (6) 2022-12-01, Red-vented Bulbul (9) 2022-12-01, Rock Pigeon (1) 2021-12-20, Rose-ringed Parakeet (2) 2022-12-01, Spotted Dove (6) 2022-12-01, Warbling White-eye (4) 2022-08-24, Western Cattle Egret (5) 2022-12-01, White Tern (2) 2022-04-20, Yellow-fronted Canary (1) 2022-08-16, Zebra Dove (11) 2022-12-01" +21.34732402,-157.8857312,"Cackling Goose (1) 2020-10-17, Common Myna (3) 2022-12-26, House Finch (1) 2022-12-26, House Sparrow (1) 2022-12-26, Java Sparrow (1) 2022-12-18, Feral Mallard (2) 2022-12-26, Northern Cardinal (1) 2022-12-26, Pacific Golden-Plover (3) 2022-12-26, Red Avadavat (1) 2022-12-26, Red-crested Cardinal (2) 2022-12-26, Red-vented Bulbul (2) 2022-12-26, Red-whiskered Bulbul (1) 2022-12-26, Rose-ringed Parakeet (2) 2022-12-26, Saffron Finch (2) 2022-12-26, Scaly-breasted Munia (1) 2022-12-18, Spotted Dove (2) 2022-12-26, Warbling White-eye (2) 2022-12-26, Western Cattle Egret (3) 2022-12-26, Yellow-fronted Canary (2) 2022-12-26, Zebra Dove (2) 2022-12-26" +21.35616299,-157.8567336,"Chestnut Munia (3) 2020-08-09, Common Myna (1) 2021-10-31, Common Waxbill (2) 2020-08-09, House Finch (3) 2020-08-09, Java Sparrow (1) 2019-07-17, Northern Cardinal (3) 2020-08-09, Oahu Amakihi (3) 2020-08-09, Pacific Golden-Plover (1) 2021-10-31, Red-billed Leiothrix (3) 2020-08-09, Red-crested Cardinal (4) 2021-10-31, Red-vented Bulbul (3) 2020-08-09, Red-whiskered Bulbul (1) 2019-07-17, Rose-ringed Parakeet (2) 2020-08-09, Spotted Dove (4) 2020-08-09, Warbling White-eye (3) 2020-08-09, Western Cattle Egret (1) 2019-07-17, White-rumped Shama (2) 2020-08-09, White-tailed Tropicbird (3) 2023-09-16, Yellow-fronted Canary (2) 2020-08-09, Zebra Dove (3) 2020-08-09" +21.36661894,-158.0881213,"Common Myna (4) 2024-02-12, Common Waxbill (2) 2019-11-01, Gray Francolin (2) 2019-11-01, House Finch (5) 2024-02-12, Java Sparrow (4) 2022-01-01, Kalij Pheasant (2) 2019-11-01, Northern Cardinal (3) 2022-01-01, Oahu Amakihi (2) 2019-11-01, Oahu Elepaio (2) 2019-11-01, Pacific Golden-Plover (5) 2024-02-12, Red-billed Leiothrix (2) 2019-11-01, Red-crested Cardinal (8) 2024-02-12, Red-vented Bulbul (4) 2019-12-26, Rock Pigeon (1) 2019-11-02, Saffron Finch (3) 2024-02-12, Spotted Dove (5) 2022-01-01, Warbling White-eye (3) 2019-12-26, Western Cattle Egret (2) 2019-11-02, White-rumped Shama (2) 2019-11-01, Zebra Dove (3) 2024-02-12" +21.38474187,-158.0976553,"Common Myna (5) 2022-12-16, Common Waxbill (3) 2019-12-27, Erckel's Spurfowl (1) 2019-11-22, House Finch (3) 2022-12-16, Japanese Bush Warbler (1) 2019-01-23, Kalij Pheasant (3) 2022-12-16, Northern Cardinal (1) 2024-02-12, Oahu Amakihi (3) 2022-12-16, Oahu Elepaio (2) 2024-02-12, Pacific Golden-Plover (1) 2019-11-22, Red-billed Leiothrix (4) 2022-12-16, Red-crested Cardinal (6) 2022-12-16, Red-vented Bulbul (4) 2022-12-16, Red-whiskered Bulbul (4) 2022-12-16, Scaly-breasted Munia (1) 2019-11-22, Spotted Dove (5) 2022-12-16, Warbling White-eye (7) 2024-02-12, White-rumped Shama (2) 2024-02-12, Yellow-faced Grassquit (5) 2022-12-16, Zebra Dove (6) 2022-12-16" +21.38371026,-157.9240378,"Chestnut Munia (31) 2023-12-03, Common Myna (30) 2024-02-18, Common Waxbill (7) 2023-01-03, House Finch (11) 2023-06-03, House Sparrow (3) 2023-12-03, Java Sparrow (11) 2023-06-17, Northern Cardinal (20) 2023-06-17, Pacific Golden-Plover (20) 2024-02-28, Red Junglefowl (11) 2024-02-18, Red-crested Cardinal (16) 2024-01-12, Red-vented Bulbul (12) 2024-01-14, Red-whiskered Bulbul (2) 2019-03-01, Rock Pigeon (1) 2023-04-01, Rose-ringed Parakeet (8) 2023-05-06, Saffron Finch (24) 2024-02-18, Spotted Dove (19) 2024-02-18, Warbling White-eye (3) 2023-05-06, Western Cattle Egret (8) 2024-02-28, White-rumped Shama (1) 2023-04-01, Zebra Dove (35) 2024-02-18" +21.38264807,-157.7697212,"Chestnut Munia (1) 2021-01-16, Chinese Hwamei (2) 2021-01-16, Common Myna (5) 2022-08-10, Common Waxbill (3) 2021-02-12, House Finch (3) 2021-02-12, House Sparrow (1) 2021-01-16, Feral Mallard (1) 2022-06-11, Northern Cardinal (1) 2021-01-16, Pacific Golden-Plover (3) 2021-02-12, Red Junglefowl (2) 2021-01-16, Red-crested Cardinal (2) 2022-08-10, Red-vented Bulbul (2) 2021-01-16, Red-whiskered Bulbul (4) 2022-06-11, Rock Pigeon (4) 2022-06-11, Spotted Dove (3) 2022-06-11, Warbling White-eye (3) 2022-08-10, Western Cattle Egret (3) 2021-02-12, White-rumped Shama (2) 2021-02-12, Zebra Dove (3) 2022-08-10" +21.40960484,-157.750202,"Common Myna (5) 2024-02-18, House Finch (1) 2022-02-28, House Sparrow (2) 2023-09-20, Java Sparrow (5) 2022-02-28, Feral Mallard (1) 2022-02-28, Northern Cardinal (2) 2023-09-20, Northern Mockingbird (1) 2019-12-22, Pacific Golden-Plover (1) 2022-02-28, Red Junglefowl (1) 2022-04-28, Red-crested Cardinal (3) 2022-02-28, Red-vented Bulbul (1) 2024-02-18, Red-whiskered Bulbul (2) 2024-02-18, Rock Pigeon (2) 2022-02-28, Spotted Dove (3) 2023-09-20, Warbling White-eye (1) 2019-12-22, Wedge-tailed Shearwater (1) 2020-09-04, Western Cattle Egret (2) 2024-02-17, White-rumped Shama (2) 2022-02-28, Zebra Dove (3) 2024-02-18" +21.42809301,-157.8079329,"Black-crowned Night Heron (1) 2019-02-19, Black-necked Stilt (3) 2024-01-04, Chestnut Munia (2) 2024-02-19, Common Myna (8) 2024-02-16, Common Waxbill (4) 2024-02-19, House Finch (3) 2024-02-19, House Sparrow (7) 2024-02-19, Java Sparrow (2) 2024-02-19, Feral Mallard (1) 2019-02-19, Northern Cardinal (5) 2024-02-16, Pacific Golden-Plover (6) 2024-01-04, Red-crested Cardinal (7) 2024-02-19, Red-vented Bulbul (7) 2024-02-16, Red-whiskered Bulbul (4) 2024-02-16, Rock Pigeon (3) 2023-02-17, Spotted Dove (8) 2024-02-19, Warbling White-eye (1) 2024-02-16, Western Cattle Egret (5) 2024-02-19, White-rumped Shama (2) 2022-02-19, Zebra Dove (9) 2024-02-19" +21.43833279,-157.9911819,"Chestnut Munia (1) 2021-01-02, Common Myna (4) 2022-08-06, Common Waxbill (2) 2021-01-02, House Finch (1) 2019-04-14, House Sparrow (1) 2019-02-17, Northern Cardinal (1) 2019-04-14, Pacific Golden-Plover (2) 2019-04-14, Red-billed Leiothrix (1) 2019-04-14, Red-crested Cardinal (3) 2021-01-02, Red-crowned Parrot (7) 2024-02-08, Red-vented Bulbul (2) 2022-08-06, Red-whiskered Bulbul (2) 2022-08-06, Rock Pigeon (2) 2021-01-02, Rose-ringed Parakeet (4) 2022-08-06, Scaly-breasted Munia (1) 2021-01-02, Spotted Dove (3) 2021-01-02, Warbling White-eye (2) 2021-01-02, Western Cattle Egret (2) 2021-01-02, White-rumped Shama (1) 2019-04-14, Zebra Dove (3) 2021-01-02" +21.44827612,-158.155165,"Black Francolin (1) 2019-05-31, Black-necked Stilt (1) 2019-05-31, Chestnut Munia (1) 2019-05-31, Common Myna (3) 2023-09-20, Common Waxbill (3) 2023-09-20, Eurasian Skylark (1) 2019-05-31, Gray Francolin (2) 2022-02-28, House Finch (1) 2022-02-28, Northern Cardinal (1) 2022-02-28, Northern Mockingbird (1) 2019-05-31, Pacific Golden-Plover (1) 2023-09-20, Red-crested Cardinal (4) 2023-09-20, Red-vented Bulbul (1) 2019-05-31, Saffron Finch (1) 2022-02-28, Short-eared Owl (3) 2021-05-05, Spotted Dove (4) 2023-09-20, Warbling White-eye (1) 2019-05-31, Western Cattle Egret (3) 2023-09-20, White-rumped Shama (1) 2019-05-31, Zebra Dove (4) 2023-09-20" +21.45491201,-157.7691156,"Barn Owl (3) 2021-05-01, Chestnut Munia (3) 2022-07-27, Common Myna (19) 2023-01-19, Common Waxbill (17) 2023-01-19, Gray Francolin (15) 2023-01-19, House Finch (24) 2023-01-19, Feral Mallard (1) 2022-03-30, Northern Cardinal (19) 2023-01-19, Pacific Golden-Plover (20) 2023-01-19, Red-crested Cardinal (16) 2022-12-21, Red-vented Bulbul (20) 2022-11-30, Red-whiskered Bulbul (3) 2023-05-12, Saffron Finch (1) 2022-06-02, Sanderling (1) 2022-09-17, Scaly-breasted Munia (1) 2022-06-29, Spotted Dove (12) 2022-12-21, Warbling White-eye (5) 2022-09-21, Western Cattle Egret (11) 2022-12-21, White-rumped Shama (13) 2023-01-19, Zebra Dove (21) 2023-01-19" +21.49293064,-158.0583763,"Chestnut Munia (1) 2021-06-08, Common Myna (10) 2024-02-26, Common Waxbill (3) 2023-02-22, House Finch (4) 2022-01-03, House Sparrow (1) 2022-01-03, Java Sparrow (7) 2023-08-20, Northern Cardinal (10) 2023-10-26, Pacific Golden-Plover (9) 2024-02-26, Red Junglefowl (13) 2023-12-19, Red-crested Cardinal (12) 2023-12-19, Red-vented Bulbul (7) 2023-08-20, Red-whiskered Bulbul (1) 2020-02-24, Rose-ringed Parakeet (6) 2024-01-26, Saffron Finch (13) 2023-12-21, Spotted Dove (6) 2023-12-19, Warbling White-eye (5) 2023-12-19, Western Cattle Egret (4) 2023-08-20, White-rumped Shama (3) 2023-08-20, Yellow-fronted Canary (1) 2023-02-24, Zebra Dove (7) 2023-12-21" +21.53880981,-158.1932663,"Apapane (6) 2021-08-08, Barn Owl (1) 2021-07-08, Chinese Hwamei (1) 2021-07-08, Common Myna (2) 2021-08-08, Common Waxbill (3) 2021-08-08, Erckel's Spurfowl (3) 2021-08-08, Indian Peafowl (3) 2021-05-11, Japanese Bush Warbler (7) 2021-07-08, Kalij Pheasant (2) 2021-07-08, Northern Cardinal (1) 2021-07-08, Oahu Amakihi (4) 2021-07-08, Red-billed Leiothrix (10) 2021-08-08, Red-vented Bulbul (9) 2021-08-08, Red-whiskered Bulbul (4) 2021-08-10, Spotted Dove (4) 2021-08-08, Warbling White-eye (8) 2021-08-08, White-rumped Shama (6) 2021-08-08, White-tailed Tropicbird (3) 2021-05-11, Yellow-faced Grassquit (1) 2021-07-08, Zebra Dove (2) 2021-08-08" +21.53825998,-158.0870521,"Black Francolin (2) 2022-06-21, Common Myna (26) 2022-12-27, Common Waxbill (12) 2022-12-27, Gray Francolin (7) 2022-12-27, House Finch (22) 2022-12-27, Java Sparrow (2) 2022-09-19, Northern Cardinal (10) 2022-09-21, Pacific Golden-Plover (1) 2021-03-22, Red-billed Leiothrix (3) 2022-11-14, Red-crested Cardinal (15) 2022-12-27, Red-vented Bulbul (23) 2022-11-28, Red-whiskered Bulbul (10) 2022-10-31, Rose-ringed Parakeet (1) 2022-04-24, Saffron Finch (6) 2022-12-27, Spotted Dove (13) 2022-12-27, Wandering Tattler (1) 2021-03-22, Warbling White-eye (13) 2022-12-27, Western Cattle Egret (2) 2022-07-25, White-rumped Shama (2) 2022-09-21, Zebra Dove (25) 2022-12-27" +21.56557068,-158.1255121,"Black Francolin (7) 2022-05-23, Chestnut Munia (2) 2022-07-05, Common Myna (17) 2022-07-25, Common Waxbill (6) 2022-06-13, Gray Francolin (3) 2022-07-18, House Finch (9) 2022-07-25, House Sparrow (7) 2022-07-11, Indian Peafowl (2) 2022-05-16, Northern Cardinal (5) 2022-06-27, Pacific Golden-Plover (2) 2021-12-10, Red Avadavat (6) 2022-06-13, Red Junglefowl (1) 2021-12-10, Red-crested Cardinal (3) 2022-06-27, Red-vented Bulbul (16) 2022-07-25, Red-whiskered Bulbul (2) 2024-01-06, Saffron Finch (6) 2023-05-20, Spotted Dove (14) 2022-07-25, Warbling White-eye (5) 2022-07-05, Yellow-fronted Canary (1) 2021-12-10, Zebra Dove (16) 2022-07-25" +21.57460445,-158.1254578,"Chestnut Munia (1) 2024-01-13, Common Myna (7) 2024-01-13, Common Waxbill (1) 2019-12-26, House Finch (4) 2024-01-13, House Sparrow (4) 2024-01-13, Java Sparrow (2) 2024-01-13, Northern Cardinal (4) 2020-01-06, Pacific Golden-Plover (2) 2024-01-13, Red Junglefowl (3) 2024-01-13, Red-billed Leiothrix (1) 2024-01-13, Red-crested Cardinal (5) 2024-01-13, Red-vented Bulbul (6) 2024-01-13, Red-whiskered Bulbul (4) 2020-03-23, Rock Pigeon (3) 2024-01-13, Saffron Finch (10) 2024-01-13, Scaly-breasted Munia (3) 2024-01-13, Spotted Dove (5) 2020-03-23, Warbling White-eye (4) 2020-01-06, Western Cattle Egret (6) 2024-01-13, Zebra Dove (6) 2024-01-13" +21.582192,-157.8839431,"Chestnut Munia (8) 2020-08-08, Common Myna (28) 2024-02-14, Common Waxbill (9) 2020-02-29, Glaucous-winged Gull (38) 2022-01-06, House Finch (2) 2022-04-12, House Sparrow (4) 2020-07-18, Indian Peafowl (3) 2023-11-02, Laughing Gull (2) 2020-01-26, Pacific Golden-Plover (66) 2024-02-14, Red Avadavat (1) 2021-03-09, Red-crested Cardinal (15) 2022-04-19, Red-vented Bulbul (2) 2020-06-20, Ruddy Turnstone (66) 2024-02-14, Saffron Finch (1) 2022-08-09, Sanderling (44) 2024-02-14, Spotted Dove (6) 2020-03-16, Wandering Tattler (70) 2023-03-12, Warbling White-eye (3) 2024-01-19, Western Cattle Egret (8) 2024-01-19, Zebra Dove (31) 2024-02-14" +21.64639359,-158.038057,"Blue-crowned Parakeet (2) 2023-02-12, Common Myna (6) 2023-11-16, Common Waxbill (3) 2023-11-16, House Finch (3) 2023-11-16, House Sparrow (1) 2023-11-16, Java Sparrow (3) 2023-11-16, Northern Cardinal (5) 2023-11-16, Pacific Golden-Plover (4) 2023-11-16, Red Junglefowl (1) 2023-11-16, Red-billed Leiothrix (2) 2023-11-16, Red-crested Cardinal (5) 2023-11-16, Red-vented Bulbul (4) 2023-11-16, Red-whiskered Bulbul (6) 2023-11-16, Saffron Finch (1) 2023-02-19, Short-eared Owl (1) 2021-02-14, Spotted Dove (5) 2023-11-16, Warbling White-eye (2) 2023-11-16, Western Cattle Egret (2) 2023-02-19, White-rumped Shama (4) 2023-11-16, Zebra Dove (7) 2023-11-16" +21.69138977,-158.0087597,"Chestnut Munia (1) 2023-09-18, Common Myna (11) 2024-01-17, Common Waxbill (5) 2022-04-18, Great Frigatebird (2) 2022-03-22, House Finch (3) 2022-04-18, Java Sparrow (2) 2023-12-27, Northern Cardinal (2) 2022-04-18, Pacific Golden-Plover (9) 2024-01-17, Red Junglefowl (2) 2023-12-27, Red-billed Leiothrix (4) 2023-11-08, Red-crested Cardinal (14) 2024-01-17, Red-vented Bulbul (11) 2024-01-17, Red-whiskered Bulbul (6) 2023-11-08, Saffron Finch (2) 2024-01-17, Spotted Dove (8) 2024-01-17, Wandering Tattler (5) 2023-11-08, Warbling White-eye (3) 2022-04-18, Western Cattle Egret (5) 2024-01-17, White-rumped Shama (8) 2023-11-08, Zebra Dove (13) 2024-01-17" +21.28335401,-157.7801881,"Common Myna (10) 2024-02-28, Common Waxbill (3) 2024-02-28, House Finch (6) 2024-02-28, House Sparrow (1) 2020-07-26, Java Sparrow (4) 2023-09-23, Northern Cardinal (3) 2024-02-28, Northern Mockingbird (2) 2024-02-28, Pacific Golden-Plover (1) 2024-02-28, Red Junglefowl (1) 2020-07-26, Red-crested Cardinal (4) 2024-02-28, Red-vented Bulbul (8) 2024-02-28, Red-whiskered Bulbul (3) 2023-10-20, Rock Pigeon (1) 2020-07-26, Rose-ringed Parakeet (1) 2020-07-26, Scaly-breasted Munia (1) 2024-01-13, Spotted Dove (8) 2024-02-28, Warbling White-eye (4) 2024-01-13, Western Cattle Egret (4) 2024-02-18, White Tern (1) 2020-07-26, Yellow-fronted Canary (1) 2023-10-14, Zebra Dove (9) 2024-02-28" +21.28277703,-157.7030862,"Common Myna (24) 2024-02-22, Common Waxbill (1) 2019-12-31, House Finch (3) 2021-04-23, House Sparrow (18) 2023-12-23, Indian Peafowl (1) 2019-12-31, Java Sparrow (2) 2021-10-18, Feral Mallard (1) 2021-04-23, Feral Mallard (11) 2024-03-31, Muscovy Duck (6) 2023-09-30, Pacific Golden-Plover (4) 2022-04-12, Red Junglefowl (3) 2023-12-23, Red-crested Cardinal (18) 2023-12-23, Red-vented Bulbul (18) 2023-12-23, Rock Pigeon (11) 2023-03-31, Saffron Finch (1) 2019-12-31, Spotted Dove (23) 2023-09-30, Western Cattle Egret (15) 2023-03-31, White Tern (11) 2023-09-30, White-rumped Shama (2) 2021-09-03, Zebra Dove (22) 2023-12-23" +21.29272983,-157.8283072,"Common Myna (21) 2024-01-14, Common Waxbill (1) 2019-04-13, Hawaiian Coot (1) 2019-01-24, House Finch (2) 2023-12-17, House Sparrow (18) 2023-12-17, Java Sparrow (7) 2022-12-26, Feral Mallard (1) 2019-01-24, Pacific Golden-Plover (3) 2023-12-17, Red Junglefowl (3) 2023-12-17, Red-crested Cardinal (4) 2023-12-17, Red-masked Parakeet (2) 2019-12-15, Red-vented Bulbul (16) 2023-03-30, Rock Pigeon (19) 2023-12-17, Rose-ringed Parakeet (1) 2019-12-15, Saffron Finch (4) 2023-06-21, Spotted Dove (20) 2023-12-17, Warbling White-eye (6) 2023-12-17, Western Cattle Egret (7) 2023-12-17, White Tern (17) 2023-12-17, Yellow-fronted Canary (1) 2023-12-17, Zebra Dove (15) 2023-12-17" +21.30054057,-157.6643732,"Chestnut Munia (2) 2022-08-26, Common Myna (15) 2024-01-23, Common Waxbill (4) 2024-01-23, Great Frigatebird (9) 2022-05-28, House Finch (4) 2023-12-07, House Sparrow (1) 2022-01-17, Java Sparrow (2) 2023-12-07, Pacific Golden-Plover (6) 2024-01-23, Red Junglefowl (1) 2022-01-17, Red-crested Cardinal (7) 2023-07-14, Red-footed Booby (1) 2022-05-28, Red-vented Bulbul (9) 2023-12-07, Red-whiskered Bulbul (2) 2023-12-07, Saffron Finch (1) 2023-12-07, Spotted Dove (10) 2023-12-07, Warbling White-eye (1) 2022-01-17, Wedge-tailed Shearwater (1) 2022-05-28, Western Cattle Egret (6) 2023-12-07, White-rumped Shama (3) 2024-01-23, Yellow-fronted Canary (3) 2023-12-07, Zebra Dove (13) 2024-01-23" +21.31106105,-157.8667238,"Common Myna (13) 2023-10-27, Common Waxbill (2) 2019-03-06, Great Frigatebird (1) 2020-09-29, House Finch (6) 2023-03-20, House Sparrow (12) 2024-02-13, Java Sparrow (3) 2023-10-27, Feral Mallard (3) 2022-01-01, Pacific Golden-Plover (3) 2020-03-03, Red-crested Cardinal (6) 2023-10-27, Red-vented Bulbul (4) 2022-03-22, Rock Pigeon (8) 2023-11-23, Rose-ringed Parakeet (2) 2020-07-13, Saffron Finch (1) 2022-05-20, Spotted Dove (12) 2024-02-13, Warbling White-eye (1) 2020-09-29, Western Cattle Egret (6) 2024-01-20, White Tern (22) 2023-12-02, White-rumped Shama (1) 2019-06-19, Yellow-fronted Canary (2) 2020-07-13, Zebra Dove (17) 2024-02-13" +21.32059829,-157.9437814,"African Silverbill (1) 2022-02-05, Black-necked Stilt (2) 2022-01-17, Common Myna (7) 2022-06-12, Eurasian Skylark (2) 2022-02-05, House Finch (5) 2022-06-12, House Sparrow (4) 2022-02-11, Feral Mallard (1) 2022-01-17, Northern Cardinal (4) 2022-02-10, Pacific Golden-Plover (9) 2023-09-13, Red Junglefowl (1) 2022-02-05, Red-crested Cardinal (7) 2023-09-13, Red-vented Bulbul (5) 2022-06-12, Ruddy Turnstone (1) 2019-02-15, Saffron Finch (2) 2022-02-05, Spotted Dove (5) 2022-06-12, Wandering Tattler (1) 2019-02-15, Warbling White-eye (1) 2022-02-05, Western Cattle Egret (7) 2023-09-13, White Tern (1) 2022-06-12, Yellow-fronted Canary (2) 2022-06-12, Zebra Dove (7) 2023-09-13" +21.31976247,-157.8184515,"Chestnut Munia (26) 2021-11-07, Common Myna (10) 2023-02-23, Common Waxbill (32) 2023-01-08, House Finch (12) 2023-12-31, House Sparrow (1) 2020-12-20, Northern Cardinal (13) 2024-02-17, Oahu Amakihi (22) 2022-01-22, Pacific Golden-Plover (9) 2023-02-23, Red Junglefowl (19) 2024-02-17, Red-billed Leiothrix (21) 2023-12-31, Red-crested Cardinal (10) 2023-02-23, Red-vented Bulbul (33) 2024-02-17, Red-whiskered Bulbul (17) 2024-02-17, Rose-ringed Parakeet (9) 2024-02-17, Scaly-breasted Munia (3) 2020-12-20, Spotted Dove (11) 2023-02-23, Warbling White-eye (22) 2024-02-17, White Tern (2) 2021-04-14, White-rumped Shama (38) 2024-02-17, Yellow-fronted Canary (1) 2020-01-18, Zebra Dove (27) 2023-02-23" +21.32899669,-157.8473028,"Chestnut Munia (1) 2021-08-02, Common Myna (5) 2023-12-25, House Sparrow (4) 2023-12-25, Java Sparrow (2) 2023-12-25, Feral Mallard (2) 2023-12-25, Northern Cardinal (1) 2022-07-16, Pacific Golden-Plover (2) 2023-12-25, Red-crested Cardinal (4) 2023-12-25, Red-vented Bulbul (4) 2023-12-25, Red-whiskered Bulbul (1) 2022-07-16, Rock Pigeon (1) 2022-07-16, Rose-ringed Parakeet (7) 2023-12-25, Saffron Finch (1) 2022-07-16, Spotted Dove (5) 2023-12-25, Warbling White-eye (2) 2023-08-09, Western Cattle Egret (3) 2023-12-25, White Tern (1) 2021-08-02, White-rumped Shama (2) 2023-12-25, Yellow-fronted Canary (3) 2023-06-03, Zebra Dove (4) 2023-12-25" +21.33924399,-158.0400758,"African Silverbill (2) 2022-06-06, Chestnut Munia (2) 2022-06-06, Common Myna (4) 2022-06-06, Common Waxbill (3) 2022-06-06, House Finch (3) 2022-06-06, House Sparrow (2) 2022-06-06, Java Sparrow (4) 2022-06-06, Northern Cardinal (1) 2022-06-06, Northern Mockingbird (1) 2022-04-05, Pacific Golden-Plover (3) 2022-04-05, Red Junglefowl (1) 2022-04-05, Red-crested Cardinal (3) 2022-06-06, Red-vented Bulbul (3) 2022-06-06, Red-whiskered Bulbul (1) 2022-06-06, Rose-ringed Parakeet (2) 2022-06-06, Saffron Finch (3) 2022-06-06, Spotted Dove (3) 2022-06-06, Warbling White-eye (1) 2022-06-06, Western Cattle Egret (4) 2022-06-06, Yellow-fronted Canary (1) 2022-06-06, Zebra Dove (4) 2022-06-06" +21.33704868,-157.712251,"Black-necked Stilt (1) 2021-08-10, Chestnut Munia (8) 2022-12-29, Chinese Hwamei (1) 2021-08-10, Common Myna (28) 2022-12-29, Common Waxbill (25) 2022-12-29, Gray Francolin (9) 2022-08-24, House Finch (14) 2022-12-21, Java Sparrow (3) 2022-12-14, Northern Cardinal (11) 2022-12-21, Pacific Golden-Plover (15) 2022-12-29, Red-crested Cardinal (27) 2022-12-29, Red-vented Bulbul (16) 2022-12-14, Red-whiskered Bulbul (18) 2022-12-29, Rock Pigeon (1) 2021-08-10, Rose-ringed Parakeet (5) 2022-12-29, Scaly-breasted Munia (8) 2022-08-24, Spotted Dove (28) 2022-12-29, Warbling White-eye (14) 2022-12-21, Western Cattle Egret (29) 2022-12-29, White-rumped Shama (2) 2022-11-30, Zebra Dove (29) 2022-12-29" +21.36451084,-157.7602289,"Black-crowned Night Heron (1) 2023-02-18, Chestnut Munia (2) 2023-08-04, Common Myna (3) 2023-08-04, Common Waxbill (2) 2023-08-04, House Finch (1) 2021-05-30, Feral Mallard (1) 2023-02-17, Northern Cardinal (1) 2023-02-17, Northern Mockingbird (2) 2023-02-18, Pacific Golden-Plover (1) 2023-02-18, Red Junglefowl (1) 2023-08-04, Red-billed Leiothrix (3) 2023-08-04, Red-crested Cardinal (3) 2023-08-04, Red-vented Bulbul (3) 2023-08-04, Red-whiskered Bulbul (4) 2023-08-04, Spotted Dove (4) 2023-08-04, Warbling White-eye (3) 2023-08-04, Western Cattle Egret (3) 2023-08-04, White Tern (1) 2023-08-04, White-rumped Shama (4) 2023-08-04, White-tailed Tropicbird (1) 2023-08-04, Zebra Dove (3) 2023-08-04" +21.38364793,-157.9143927,"Chestnut Munia (11) 2023-04-22, Common Myna (16) 2024-02-24, Common Waxbill (4) 2022-06-28, House Finch (11) 2024-01-11, House Sparrow (2) 2024-02-24, Java Sparrow (10) 2024-02-24, Northern Cardinal (5) 2023-04-22, Pacific Golden-Plover (2) 2024-02-24, Red-crested Cardinal (9) 2024-01-11, Red-vented Bulbul (13) 2024-01-10, Red-whiskered Bulbul (7) 2024-02-24, Rose-ringed Parakeet (3) 2023-04-22, Saffron Finch (3) 2023-12-16, Scaly-breasted Munia (2) 2023-04-22, Spotted Dove (14) 2024-02-24, Warbling White-eye (5) 2024-02-24, Western Cattle Egret (6) 2023-04-22, White Tern (1) 2022-06-18, White-rumped Shama (2) 2022-04-11, Yellow-fronted Canary (1) 2022-06-28, Zebra Dove (14) 2024-02-24" +21.38285791,-157.7986548,"Chestnut Munia (2) 2023-05-30, Common Myna (5) 2023-05-30, Common Waxbill (3) 2023-05-30, House Finch (1) 2020-01-28, House Sparrow (2) 2022-03-24, Northern Cardinal (1) 2020-02-03, Northern Mockingbird (1) 2020-02-03, Pacific Golden-Plover (3) 2022-03-24, Red Junglefowl (2) 2022-03-24, Red-billed Leiothrix (1) 2021-06-08, Red-crested Cardinal (5) 2023-05-30, Red-masked Parakeet (1) 2020-02-03, Red-vented Bulbul (5) 2023-05-30, Red-whiskered Bulbul (5) 2023-02-01, Rose-ringed Parakeet (1) 2020-02-03, Spotted Dove (4) 2023-05-30, Warbling White-eye (3) 2023-02-01, Western Cattle Egret (2) 2022-03-24, White Tern (1) 2020-02-03, White-rumped Shama (4) 2023-05-30, Zebra Dove (6) 2023-05-30" +21.38228727,-157.7214997,"Black-necked Stilt (2) 2023-08-26, Common Gallinule (1) 2019-12-02, Common Myna (16) 2023-08-26, Common Waxbill (3) 2021-07-08, Great Frigatebird (5) 2023-09-07, House Finch (9) 2023-10-20, House Sparrow (2) 2023-10-20, Japanese Bush Warbler (2) 2020-05-31, Java Sparrow (10) 2023-08-26, Northern Cardinal (7) 2024-01-09, Pacific Golden-Plover (4) 2020-01-26, Red-crested Cardinal (13) 2023-08-26, Red-vented Bulbul (18) 2023-10-20, Red-whiskered Bulbul (8) 2022-02-21, Rock Pigeon (10) 2022-02-21, Rose-ringed Parakeet (3) 2023-08-26, Spotted Dove (12) 2023-08-26, Warbling White-eye (5) 2022-02-21, Western Cattle Egret (8) 2023-08-26, White-rumped Shama (6) 2022-01-01, Zebra Dove (17) 2023-10-20" +21.39189111,-157.7985809,"Chestnut Munia (13) 2023-07-20, Common Myna (12) 2023-03-12, Common Waxbill (2) 2020-01-01, House Finch (4) 2022-07-23, House Sparrow (2) 2022-07-23, Java Sparrow (2) 2020-01-01, Northern Cardinal (2) 2019-04-28, Pacific Golden-Plover (9) 2023-03-12, Red Junglefowl (9) 2023-03-12, Red-billed Leiothrix (2) 2023-03-12, Red-crested Cardinal (12) 2023-03-12, Red-vented Bulbul (9) 2023-03-12, Red-whiskered Bulbul (4) 2023-03-12, Rock Pigeon (11) 2023-03-12, Ruddy Turnstone (6) 2023-03-07, Scaly-breasted Munia (2) 2022-08-20, Spotted Dove (7) 2023-03-12, Warbling White-eye (3) 2023-03-12, Western Cattle Egret (11) 2023-03-12, White-rumped Shama (2) 2022-07-23, Zebra Dove (9) 2023-03-12" +21.40236919,-158.0203696,"Common Myna (34) 2022-11-21, Common Waxbill (7) 2022-09-26, Gray Francolin (5) 2022-10-26, House Finch (14) 2022-11-07, House Sparrow (2) 2021-07-06, Java Sparrow (9) 2022-11-21, Northern Cardinal (1) 2021-05-10, Pacific Golden-Plover (21) 2022-11-07, Red Avadavat (1) 2021-06-01, Red-crested Cardinal (9) 2022-11-07, Red-vented Bulbul (15) 2022-10-26, Red-whiskered Bulbul (7) 2022-11-21, Rock Pigeon (1) 2021-06-07, Rose-ringed Parakeet (20) 2022-11-21, Saffron Finch (18) 2022-10-26, Snow Goose (26) 2021-04-19, Spotted Dove (16) 2022-11-07, Warbling White-eye (11) 2022-11-21, Western Cattle Egret (15) 2021-07-06, Yellow-fronted Canary (1) 2022-09-12, Zebra Dove (32) 2022-11-21" +21.43844784,-158.0104797,"Chestnut Munia (1) 2019-03-06, Common Myna (7) 2023-03-03, Common Waxbill (3) 2022-06-05, House Finch (5) 2023-03-03, House Sparrow (1) 2020-02-20, Java Sparrow (2) 2023-03-03, Northern Cardinal (4) 2023-03-03, Northern Mockingbird (1) 2022-06-02, Pacific Golden-Plover (5) 2023-03-03, Red Junglefowl (2) 2023-03-03, Red-crested Cardinal (7) 2023-03-03, Red-crowned Parrot (2) 2022-06-05, Red-vented Bulbul (6) 2023-03-03, Red-whiskered Bulbul (4) 2023-03-03, Rose-ringed Parakeet (4) 2023-03-03, Saffron Finch (4) 2022-06-05, Spotted Dove (7) 2023-03-03, Warbling White-eye (5) 2023-03-03, Western Cattle Egret (6) 2023-03-03, White-rumped Shama (2) 2022-06-05, Zebra Dove (7) 2023-03-03" +21.44580814,-157.7595428,"Barn Owl (1) 2022-07-08, Black-necked Stilt (8) 2023-06-05, Common Myna (5) 2023-01-22, Common Waxbill (2) 2023-01-22, Gray Francolin (1) 2023-01-22, Great Frigatebird (1) 2022-06-26, House Sparrow (1) 2019-07-10, Laysan Albatross (1) 2022-06-26, Northern Cardinal (3) 2022-06-26, Pacific Golden-Plover (5) 2023-01-22, Red Junglefowl (1) 2020-06-17, Red-crested Cardinal (3) 2023-06-05, Red-vented Bulbul (3) 2022-06-26, Red-whiskered Bulbul (1) 2023-01-22, Rock Pigeon (1) 2022-06-26, Saffron Finch (3) 2023-01-19, Spotted Dove (4) 2023-01-22, Warbling White-eye (1) 2022-06-26, Wedge-tailed Shearwater (1) 2022-06-26, Western Cattle Egret (6) 2023-06-05, Zebra Dove (3) 2022-06-26" +21.46549195,-158.000646,"African Silverbill (1) 2023-02-22, Chestnut Munia (2) 2022-04-15, Common Myna (11) 2024-01-20, Common Waxbill (4) 2024-01-20, House Finch (3) 2022-04-15, House Sparrow (3) 2023-08-13, Java Sparrow (3) 2024-01-20, Northern Cardinal (2) 2021-02-06, Pacific Golden-Plover (10) 2024-01-20, Red Junglefowl (2) 2023-08-13, Red-crested Cardinal (5) 2024-01-20, Red-vented Bulbul (4) 2023-02-22, Red-whiskered Bulbul (1) 2019-03-04, Rose-ringed Parakeet (5) 2023-08-13, Saffron Finch (4) 2024-01-20, Scaly-breasted Munia (1) 2023-02-22, Spotted Dove (9) 2024-01-20, Warbling White-eye (1) 2021-02-06, Western Cattle Egret (3) 2022-07-21, White-rumped Shama (1) 2019-03-04, Zebra Dove (7) 2024-01-20" +21.4638726,-157.7593898,"African Silverbill (1) 2021-06-28, Brown Booby (1) 2020-10-16, Common Myna (2) 2024-01-25, Common Waxbill (2) 2023-02-01, Gray Francolin (2) 2021-06-28, Great Frigatebird (3) 2024-01-07, House Finch (1) 2021-06-28, Masked Booby (2) 2024-01-07, Northern Cardinal (2) 2024-01-07, Pacific Golden-Plover (2) 2024-01-25, Red-crested Cardinal (2) 2024-01-25, Red-vented Bulbul (4) 2024-01-07, Red-whiskered Bulbul (2) 2023-02-01, Sanderling (2) 2023-09-06, Wandering Tattler (1) 2020-10-16, Warbling White-eye (2) 2021-06-28, Wedge-tailed Shearwater (1) 2021-06-28, Western Cattle Egret (2) 2024-01-25, White-rumped Shama (1) 2021-06-28, Zebra Dove (1) 2024-01-25" +21.48460335,-158.1935664,"Black-crowned Night Heron (1) 2024-01-16, Common Myna (9) 2024-01-18, Common Waxbill (8) 2024-01-18, Erckel's Spurfowl (2) 2024-01-18, Gray Francolin (1) 2024-01-18, House Finch (6) 2024-01-18, Indian Peafowl (3) 2024-01-18, Java Sparrow (2) 2024-01-18, Mourning Dove (1) 2024-01-18, Northern Cardinal (6) 2024-01-18, Northern Mockingbird (1) 2024-01-15, Pacific Golden-Plover (3) 2024-01-18, Red Junglefowl (2) 2024-01-15, Red-crested Cardinal (8) 2024-01-18, Red-vented Bulbul (8) 2024-01-18, Red-whiskered Bulbul (1) 2024-01-15, Saffron Finch (12) 2024-01-18, Spotted Dove (6) 2024-01-18, Warbling White-eye (6) 2024-01-18, White-rumped Shama (3) 2024-01-18, Zebra Dove (9) 2024-01-18" +21.56551826,-158.1158551,"Black Francolin (4) 2022-12-27, Chestnut Munia (2) 2022-06-27, Common Myna (21) 2022-11-28, Common Waxbill (16) 2022-12-12, Gray Francolin (9) 2022-12-27, House Finch (10) 2022-09-19, House Sparrow (2) 2022-06-27, Japanese Bush Warbler (1) 2022-12-12, Java Sparrow (7) 2022-12-12, Northern Cardinal (12) 2022-11-14, Red Avadavat (6) 2022-11-14, Red-billed Leiothrix (4) 2022-10-31, Red-crested Cardinal (13) 2022-12-27, Red-vented Bulbul (21) 2022-12-27, Red-whiskered Bulbul (9) 2022-12-12, Saffron Finch (1) 2022-11-28, Spotted Dove (19) 2022-11-28, Warbling White-eye (23) 2022-12-27, Western Cattle Egret (2) 2022-11-14, White-rumped Shama (8) 2022-12-12, Zebra Dove (22) 2022-12-27" +21.5750892,-158.2220344,"Black-footed Albatross (1) 2019-01-30, Common Myna (3) 2023-03-22, Common Waxbill (2) 2023-03-22, Gray Francolin (1) 2023-03-22, House Finch (2) 2019-01-30, House Sparrow (2) 2019-01-30, Java Sparrow (2) 2022-01-24, Laysan Albatross (4) 2023-03-22, Northern Cardinal (2) 2023-03-22, Pacific Golden-Plover (3) 2023-03-22, Red Junglefowl (1) 2019-01-28, Red-crested Cardinal (3) 2023-03-22, Red-footed Booby (2) 2019-01-30, Red-vented Bulbul (3) 2023-03-22, Red-whiskered Bulbul (1) 2019-01-30, Rock Pigeon (2) 2019-01-30, Saffron Finch (4) 2024-02-21, Spotted Dove (3) 2023-03-22, Warbling White-eye (2) 2019-01-30, Western Cattle Egret (1) 2019-01-28, Zebra Dove (3) 2023-03-22" +21.57470965,-158.1447717,"Common Myna (3) 2020-01-07, Common Waxbill (3) 2020-01-07, Erckel's Spurfowl (2) 2019-03-22, Gray Francolin (1) 2019-03-16, House Finch (2) 2019-03-22, House Sparrow (1) 2019-03-16, Japanese Bush Warbler (1) 2019-03-16, Northern Cardinal (3) 2020-01-07, Oahu Amakihi (1) 2019-03-22, Pacific Golden-Plover (3) 2020-01-07, Red Junglefowl (1) 2020-01-07, Red-billed Leiothrix (2) 2019-03-22, Red-crested Cardinal (3) 2020-01-07, Red-vented Bulbul (3) 2020-01-07, Red-whiskered Bulbul (2) 2019-03-22, Rock Pigeon (1) 2020-01-07, Spotted Dove (3) 2020-01-07, Warbling White-eye (3) 2020-01-07, Western Cattle Egret (1) 2020-01-07, White-rumped Shama (2) 2019-03-22, Zebra Dove (3) 2020-01-07" +21.57465735,-158.1351147,"Black Francolin (8) 2022-07-05, Chestnut Munia (1) 2022-04-18, Common Myna (12) 2023-01-26, Common Waxbill (18) 2023-01-26, Gray Francolin (6) 2022-11-28, House Finch (8) 2022-11-28, Japanese Bush Warbler (11) 2022-12-27, Northern Cardinal (18) 2022-11-14, Red Avadavat (13) 2022-12-27, Red-billed Leiothrix (2) 2022-07-05, Red-crested Cardinal (10) 2022-10-31, Red-vented Bulbul (22) 2023-01-26, Red-whiskered Bulbul (3) 2022-10-03, Rock Pigeon (1) 2022-05-16, Saffron Finch (2) 2022-11-28, Scaly-breasted Munia (2) 2022-06-06, Spotted Dove (18) 2023-01-26, Warbling White-eye (14) 2022-12-27, Western Cattle Egret (2) 2022-08-08, Yellow-fronted Canary (1) 2022-10-03, Zebra Dove (26) 2023-01-26" +21.60155007,-158.0963153,"African Silverbill (1) 2021-06-11, Chestnut Munia (3) 2021-06-11, Common Myna (7) 2023-02-22, Common Waxbill (4) 2021-06-11, House Finch (2) 2019-11-24, House Sparrow (2) 2019-03-23, Pacific Golden-Plover (4) 2019-11-24, Red Junglefowl (4) 2023-08-23, Red-crested Cardinal (3) 2021-06-11, Red-vented Bulbul (1) 2019-01-02, Red-whiskered Bulbul (1) 2023-02-22, Rock Pigeon (2) 2019-11-24, Ruddy Turnstone (2) 2023-04-22, Saffron Finch (2) 2019-11-24, Sanderling (1) 2023-04-22, Scaly-breasted Munia (3) 2021-06-11, Spotted Dove (2) 2021-06-11, Wandering Tattler (2) 2023-04-22, Warbling White-eye (1) 2019-01-02, Western Cattle Egret (5) 2021-06-11, Zebra Dove (4) 2021-06-11" +21.60954745,-157.9223745,"Black-crowned Night Heron (1) 2020-09-12, Chestnut Munia (1) 2022-07-31, Common Myna (4) 2022-11-09, Common Waxbill (4) 2023-08-18, House Finch (3) 2020-09-12, Northern Cardinal (4) 2022-07-31, Pacific Golden-Plover (1) 2020-09-12, Red Junglefowl (3) 2022-11-09, Red-billed Leiothrix (6) 2023-08-18, Red-crested Cardinal (3) 2022-07-31, Red-vented Bulbul (5) 2023-08-18, Red-whiskered Bulbul (4) 2023-08-18, Rock Pigeon (1) 2020-09-12, Ruddy Turnstone (1) 2020-09-12, Salmon-crested Cockatoo (2) 2023-08-18, Spotted Dove (3) 2022-07-31, Warbling White-eye (4) 2023-08-18, Western Cattle Egret (1) 2020-09-12, White-rumped Shama (4) 2022-11-09, Yellow-fronted Canary (1) 2020-09-12, Zebra Dove (5) 2023-08-18" +21.66456918,-158.0572646,"Brown Booby (4) 2023-10-22, Common Myna (1) 2022-11-04, Common Waxbill (2) 2023-10-22, Great Frigatebird (1) 2023-10-22, House Finch (1) 2022-11-04, Java Sparrow (1) 2022-11-04, Masked Booby (1) 2019-02-02, Pacific Golden-Plover (1) 2023-10-22, Red Junglefowl (2) 2023-10-22, Red-crested Cardinal (1) 2023-10-22, Red-footed Booby (1) 2023-10-22, Red-vented Bulbul (1) 2022-11-04, Red-whiskered Bulbul (1) 2022-11-04, Ruddy Turnstone (1) 2022-11-05, Sanderling (1) 2023-10-22, Sooty Tern (1) 2023-10-22, Spotted Dove (1) 2023-10-22, Wandering Tattler (1) 2022-11-05, Warbling White-eye (2) 2023-10-22, Wedge-tailed Shearwater (1) 2022-06-23, Zebra Dove (2) 2023-10-22" +21.68252516,-158.0378167,"Black-crowned Night Heron (1) 2024-01-10, Common Myna (8) 2024-01-10, Common Waxbill (2) 2019-01-23, House Sparrow (2) 2024-01-10, Indian Peafowl (1) 2024-01-10, Java Sparrow (3) 2020-03-12, Pacific Golden-Plover (1) 2022-04-23, Red Junglefowl (1) 2024-01-10, Red-crested Cardinal (4) 2024-01-10, Red-vented Bulbul (4) 2020-03-12, Red-whiskered Bulbul (3) 2020-03-12, Saffron Finch (1) 2020-03-12, Sanderling (2) 2024-01-10, Scaly-breasted Munia (2) 2019-01-23, Spotted Dove (3) 2020-03-12, Wandering Tattler (5) 2022-05-03, Warbling White-eye (1) 2019-11-02, Western Cattle Egret (5) 2024-01-10, White-rumped Shama (3) 2024-01-10, Zebra Dove (5) 2024-01-10" +21.28299749,-157.7319988,"Black-necked Stilt (2) 2024-01-12, Common Myna (7) 2023-10-27, Great Frigatebird (3) 2024-02-09, House Sparrow (2) 2022-03-05, Indian Peafowl (1) 2022-01-23, Java Sparrow (1) 2022-03-05, Feral Mallard (3) 2024-01-12, Northern Cardinal (3) 2023-03-24, Pacific Golden-Plover (4) 2023-03-25, Red Junglefowl (1) 2019-02-18, Red-billed Leiothrix (2) 2023-03-25, Red-crested Cardinal (6) 2023-03-25, Red-tailed Tropicbird (3) 2023-03-25, Red-vented Bulbul (8) 2023-03-25, Rock Pigeon (6) 2023-10-27, Rose-ringed Parakeet (1) 2022-01-23, Spotted Dove (5) 2023-03-25, Warbling White-eye (3) 2023-03-25, Western Cattle Egret (9) 2024-02-09, White Tern (1) 2022-01-23, White-rumped Shama (2) 2022-02-19, Zebra Dove (9) 2023-10-27" +21.28270242,-157.6934487,"African Silverbill (1) 2021-12-13, Black-necked Stilt (1) 2019-07-07, Common Myna (7) 2024-02-23, Common Waxbill (4) 2021-03-17, Erckel's Spurfowl (1) 2021-03-11, Great Frigatebird (2) 2021-03-19, House Finch (1) 2022-04-06, House Sparrow (1) 2019-11-29, Java Sparrow (5) 2021-12-14, Northern Cardinal (2) 2021-03-19, Pacific Golden-Plover (8) 2022-04-06, Red Junglefowl (6) 2022-04-06, Red-crested Cardinal (3) 2024-02-23, Red-vented Bulbul (5) 2022-04-06, Red-whiskered Bulbul (4) 2024-02-23, Rock Pigeon (5) 2021-12-13, Sooty Tern (2) 2021-03-19, Spotted Dove (6) 2024-02-23, Western Cattle Egret (7) 2022-04-06, Yellow-fronted Canary (1) 2022-04-06, Zebra Dove (10) 2024-02-23" +21.31024111,-157.7510451,"Apapane (5) 2021-04-15, Black-crowned Night Heron (1) 2020-01-30, Common Myna (7) 2024-02-21, Common Waxbill (14) 2024-02-21, House Finch (16) 2024-02-21, Japanese Bush Warbler (9) 2020-01-30, Northern Cardinal (12) 2024-02-15, Oahu Amakihi (13) 2024-02-21, Oahu Elepaio (15) 2024-02-21, Red Avadavat (1) 2019-11-09, Red-billed Leiothrix (16) 2024-02-21, Red-crested Cardinal (6) 2021-01-30, Red-masked Parakeet (7) 2024-02-21, Red-vented Bulbul (16) 2024-02-21, Red-whiskered Bulbul (17) 2024-02-21, Scaly-breasted Munia (4) 2024-02-21, Spotted Dove (17) 2024-02-21, Warbling White-eye (16) 2024-02-21, White Tern (5) 2024-02-21, White-rumped Shama (17) 2024-02-21, Yellow-fronted Canary (1) 2019-04-23, Zebra Dove (13) 2024-02-15" +21.32128761,-158.059477,"African Silverbill (1) 2021-01-21, Chestnut Munia (5) 2021-08-11, Common Myna (26) 2023-06-02, Common Waxbill (16) 2023-06-02, Eurasian Skylark (19) 2023-01-18, Gray Francolin (22) 2021-09-22, House Finch (20) 2023-06-02, House Sparrow (1) 2021-05-08, Java Sparrow (3) 2021-03-25, Northern Cardinal (18) 2023-06-02, Northern Mockingbird (3) 2021-03-10, Pacific Golden-Plover (22) 2022-04-13, Red Avadavat (1) 2021-09-15, Red-crested Cardinal (17) 2023-06-02, Red-vented Bulbul (18) 2023-06-02, Red-whiskered Bulbul (3) 2022-04-13, Saffron Finch (3) 2023-06-02, Scaly-breasted Munia (1) 2020-02-24, Spotted Dove (7) 2023-06-02, Warbling White-eye (15) 2021-09-22, White-rumped Shama (4) 2022-04-13, Zebra Dove (13) 2023-06-02" +21.34776307,-157.953231,"Chestnut Munia (8) 2023-11-16, Common Myna (18) 2023-12-04, Common Waxbill (4) 2023-09-13, House Finch (9) 2023-11-16, House Sparrow (6) 2023-12-04, Java Sparrow (6) 2023-09-13, Feral Mallard (1) 2021-04-02, Northern Cardinal (5) 2023-01-07, Pacific Golden-Plover (16) 2023-12-04, Red-crested Cardinal (13) 2023-12-04, Red-vented Bulbul (13) 2023-12-04, Red-whiskered Bulbul (6) 2023-12-04, Rock Pigeon (5) 2023-12-04, Rose-ringed Parakeet (10) 2023-11-16, Saffron Finch (11) 2023-12-04, Spotted Dove (13) 2023-12-04, Warbling White-eye (4) 2023-09-13, Western Cattle Egret (13) 2023-12-04, White Tern (7) 2023-09-13, White-rumped Shama (6) 2023-09-13, Yellow-fronted Canary (5) 2023-09-13, Zebra Dove (16) 2023-12-04" +21.34770199,-157.943588,"Chestnut Munia (7) 2023-12-09, Common Myna (21) 2024-01-30, Common Waxbill (9) 2024-01-30, House Finch (6) 2023-09-11, House Sparrow (9) 2023-12-09, Java Sparrow (8) 2023-12-08, Northern Cardinal (4) 2023-12-08, Pacific Golden-Plover (13) 2023-12-09, Red-crested Cardinal (14) 2023-12-09, Red-vented Bulbul (18) 2024-01-30, Red-whiskered Bulbul (5) 2023-12-08, Rock Pigeon (5) 2023-09-11, Rose-ringed Parakeet (8) 2024-01-30, Saffron Finch (5) 2024-01-30, Spotted Dove (12) 2023-12-09, Warbling White-eye (8) 2024-01-30, Western Cattle Egret (13) 2024-01-30, White Tern (10) 2024-01-30, White-rumped Shama (3) 2023-09-11, Yellow-fronted Canary (5) 2023-12-09, Zebra Dove (19) 2024-01-30" +21.35547775,-157.760305,"Black-crowned Night Heron (1) 2024-02-03, Chestnut Munia (2) 2023-12-05, Chinese Hwamei (1) 2020-01-30, Common Myna (6) 2024-02-04, Common Waxbill (4) 2024-02-04, Hooded Merganser (2) 2024-01-22, House Finch (3) 2024-01-22, Northern Cardinal (4) 2023-12-05, Pacific Golden-Plover (7) 2024-02-04, Red Junglefowl (1) 2024-01-22, Red-billed Leiothrix (7) 2023-12-05, Red-crested Cardinal (6) 2024-02-04, Red-vented Bulbul (6) 2024-02-04, Red-whiskered Bulbul (7) 2024-02-04, Scaly-breasted Munia (1) 2022-09-30, Spotted Dove (2) 2024-01-22, Warbling White-eye (3) 2024-02-04, Western Cattle Egret (4) 2024-02-04, White Tern (2) 2023-12-05, White-rumped Shama (6) 2024-02-04, Zebra Dove (3) 2024-02-03" +21.37310554,-157.7022913,"Black-necked Stilt (1) 2019-07-02, Brown Booby (1) 2022-07-16, Brown Noddy (2) 2022-07-17, Common Myna (1) 2022-07-16, Common Waxbill (1) 2022-07-17, Great Frigatebird (1) 2022-07-16, Indian Peafowl (1) 2022-02-05, Northern Cardinal (1) 2022-07-16, Pacific Golden-Plover (2) 2023-08-26, Red-crested Cardinal (2) 2022-07-16, Red-footed Booby (6) 2022-07-17, Red-tailed Tropicbird (1) 2022-07-16, Rock Pigeon (1) 2022-07-16, Sooty Tern (1) 2022-07-16, Spotted Dove (1) 2023-08-26, Wedge-tailed Shearwater (3) 2022-07-17, Western Cattle Egret (1) 2022-07-16, White-tailed Tropicbird (1) 2022-03-02, Yellow-fronted Canary (1) 2023-08-26, Zebra Dove (1) 2022-07-16" +21.38278849,-157.7890102,"Black-crowned Night Heron (1) 2023-03-08, Chestnut Munia (2) 2021-02-05, Common Myna (4) 2023-10-12, Common Waxbill (3) 2023-03-23, House Finch (4) 2023-03-23, House Sparrow (1) 2023-03-08, Java Sparrow (1) 2023-10-12, Northern Cardinal (3) 2023-03-23, Red Junglefowl (3) 2023-03-23, Red-billed Leiothrix (4) 2023-03-23, Red-crested Cardinal (5) 2023-10-12, Red-vented Bulbul (4) 2023-03-23, Red-whiskered Bulbul (4) 2023-03-23, Rock Pigeon (2) 2023-10-12, Rose-ringed Parakeet (1) 2021-02-07, Saffron Finch (1) 2023-03-08, Spotted Dove (4) 2023-03-23, Wandering Tattler (1) 2023-03-08, Warbling White-eye (4) 2023-03-23, Western Cattle Egret (2) 2023-03-08, White-rumped Shama (4) 2023-03-23, Zebra Dove (4) 2023-10-12" +21.38213821,-157.7022116,"Black-necked Stilt (2) 2021-09-09, Brown Booby (2) 2023-12-15, Common Myna (4) 2022-04-03, Common Waxbill (3) 2021-09-09, Great Frigatebird (2) 2023-07-09, House Finch (1) 2020-02-24, House Sparrow (1) 2020-02-24, Indian Peafowl (2) 2023-12-15, Pacific Golden-Plover (3) 2021-09-09, Red Avadavat (1) 2021-09-09, Red Junglefowl (1) 2020-02-24, Red-crested Cardinal (3) 2021-09-09, Red-footed Booby (6) 2023-07-09, Red-vented Bulbul (1) 2021-09-09, Rock Pigeon (4) 2023-07-09, Ruddy Turnstone (1) 2021-09-09, Spotted Dove (3) 2021-09-09, Wandering Tattler (2) 2021-10-13, Wedge-tailed Shearwater (2) 2021-10-13, Western Cattle Egret (4) 2022-04-03, White-rumped Shama (1) 2021-09-09, Zebra Dove (3) 2021-09-09" +21.40092431,-157.798507,"African Silverbill (2) 2023-02-23, Chestnut Munia (3) 2023-07-25, Common Myna (9) 2024-02-17, Common Waxbill (2) 2023-07-25, House Finch (2) 2023-07-25, House Sparrow (5) 2023-07-26, Java Sparrow (2) 2023-12-21, Northern Cardinal (1) 2019-02-19, Northern Mockingbird (1) 2019-02-19, Pacific Golden-Plover (2) 2022-10-08, Red Junglefowl (1) 2021-07-10, Red-crested Cardinal (8) 2023-07-26, Red-tailed Tropicbird (1) 2021-05-09, Red-vented Bulbul (4) 2023-07-26, Red-whiskered Bulbul (2) 2021-03-14, Rock Pigeon (4) 2024-02-17, Scaly-breasted Munia (1) 2019-02-19, Spotted Dove (6) 2023-07-25, Warbling White-eye (3) 2023-07-25, Western Cattle Egret (9) 2023-07-26, White-rumped Shama (1) 2019-02-19, Zebra Dove (4) 2024-02-17" +21.41009502,-157.8177259,"Chestnut Munia (2) 2023-02-16, Common Myna (18) 2024-02-20, Common Waxbill (15) 2024-02-20, House Finch (13) 2022-07-26, House Sparrow (1) 2023-02-16, Java Sparrow (1) 2023-02-16, Feral Mallard (1) 2022-01-21, Northern Cardinal (10) 2024-02-20, Pacific Golden-Plover (2) 2024-02-20, Red Junglefowl (3) 2023-02-16, Red-billed Leiothrix (14) 2022-07-26, Red-crested Cardinal (6) 2024-02-20, Red-vented Bulbul (16) 2024-02-20, Red-whiskered Bulbul (20) 2024-02-20, Rock Pigeon (1) 2022-07-21, Saffron Finch (1) 2023-02-16, Scaly-breasted Munia (3) 2022-06-28, Spotted Dove (4) 2024-02-20, Warbling White-eye (16) 2024-02-20, Western Cattle Egret (4) 2024-02-20, White-rumped Shama (11) 2024-02-20, Zebra Dove (16) 2024-02-20" +21.43850449,-158.0201286,"Black-necked Stilt (1) 2021-11-10, Chestnut Munia (4) 2021-05-16, Common Myna (6) 2021-05-16, Common Waxbill (3) 2021-05-16, House Finch (5) 2021-05-16, House Sparrow (2) 2021-05-16, Java Sparrow (1) 2021-05-16, Northern Cardinal (2) 2021-05-09, Pacific Golden-Plover (4) 2021-08-26, Red Junglefowl (2) 2021-05-16, Red-crested Cardinal (4) 2021-05-16, Red-crowned Parrot (1) 2021-06-24, Red-vented Bulbul (5) 2021-05-16, Red-whiskered Bulbul (3) 2021-05-16, Rose-ringed Parakeet (4) 2021-06-24, Ruddy Turnstone (2) 2022-03-21, Saffron Finch (5) 2021-05-16, Spotted Dove (5) 2021-05-16, Warbling White-eye (5) 2021-05-16, Western Cattle Egret (5) 2021-05-16, Yellow-fronted Canary (1) 2021-04-24, Zebra Dove (6) 2021-05-16" +21.45759198,-158.2130174,"African Silverbill (2) 2020-05-23, Brown Booby (3) 2021-07-02, Common Myna (16) 2023-03-12, Common Waxbill (5) 2020-05-25, Great Frigatebird (1) 2023-03-12, House Finch (6) 2023-03-12, House Sparrow (1) 2020-05-23, Java Sparrow (6) 2023-03-12, Northern Cardinal (1) 2020-05-23, Red Junglefowl (4) 2021-07-02, Red-crested Cardinal (3) 2022-10-01, Red-vented Bulbul (15) 2023-03-12, Red-whiskered Bulbul (2) 2022-10-01, Rock Pigeon (6) 2022-10-01, Saffron Finch (6) 2023-03-12, Spotted Dove (13) 2023-03-12, Wandering Tattler (5) 2023-03-12, Warbling White-eye (7) 2023-03-12, Western Cattle Egret (3) 2021-07-02, White Tern (2) 2019-12-31, White-rumped Shama (1) 2019-05-05, Zebra Dove (17) 2023-03-12" +21.5378764,-158.019463,"Chestnut Munia (2) 2022-03-27, Common Gallinule (1) 2021-12-27, Common Myna (7) 2022-03-27, Common Waxbill (5) 2022-03-27, House Finch (4) 2022-03-27, House Sparrow (4) 2022-03-27, Java Sparrow (4) 2022-03-27, Mariana Swiftlet (1) 2022-03-27, Northern Cardinal (7) 2022-03-27, Pacific Golden-Plover (5) 2022-03-27, Red-crested Cardinal (7) 2022-03-27, Red-vented Bulbul (5) 2022-03-27, Red-whiskered Bulbul (2) 2021-04-08, Rose-ringed Parakeet (4) 2022-03-27, Ruddy Turnstone (3) 2019-12-26, Saffron Finch (6) 2022-03-27, Scaly-breasted Munia (1) 2019-04-18, Short-eared Owl (1) 2021-09-12, Spotted Dove (6) 2022-03-27, Warbling White-eye (6) 2022-03-27, Western Cattle Egret (3) 2021-04-08, Zebra Dove (7) 2022-03-27" +21.55710606,-158.2414496,"African Silverbill (2) 2019-04-20, Brown Booby (1) 2019-03-30, Chestnut Munia (1) 2019-04-18, Common Myna (10) 2019-05-16, Common Waxbill (12) 2019-05-16, Gray Francolin (10) 2019-05-02, House Finch (9) 2019-05-16, House Sparrow (3) 2019-05-16, Northern Cardinal (6) 2019-04-20, Pacific Golden-Plover (1) 2019-03-20, Red Junglefowl (4) 2019-05-16, Red-crested Cardinal (10) 2019-05-16, Red-vented Bulbul (13) 2019-05-16, Red-whiskered Bulbul (1) 2019-04-20, Ring-necked Pheasant (1) 2019-03-14, Scaly-breasted Munia (10) 2019-05-16, Spotted Dove (13) 2019-05-16, Warbling White-eye (10) 2019-05-16, White-rumped Shama (8) 2019-05-16, White-tailed Tropicbird (2) 2019-03-30, Yellow-faced Grassquit (7) 2019-05-04, Zebra Dove (13) 2019-05-16" +21.5549612,-157.8648382,"Chestnut Munia (1) 2022-09-18, Common Myna (2) 2022-09-18, Common Waxbill (2) 2020-11-16, House Finch (1) 2020-06-17, Northern Cardinal (1) 2020-06-17, Pacific Golden-Plover (3) 2022-09-03, Red-billed Leiothrix (4) 2020-06-17, Red-crested Cardinal (1) 2020-06-17, Red-tailed Tropicbird (3) 2020-03-22, Red-vented Bulbul (1) 2020-06-17, Red-whiskered Bulbul (1) 2020-11-16, Rock Pigeon (2) 2019-03-25, Ruddy Turnstone (2) 2019-03-25, Sanderling (2) 2019-03-25, Sooty Tern (3) 2020-03-22, Spotted Dove (1) 2020-06-17, Wandering Tattler (3) 2022-09-03, Warbling White-eye (4) 2020-06-17, Western Cattle Egret (3) 2022-09-18, White-rumped Shama (7) 2023-02-24, White-tailed Tropicbird (6) 2020-06-17, Zebra Dove (3) 2022-09-03" +21.58398759,-158.1930091,"Brown Booby (2) 2020-01-29, Common Myna (14) 2023-07-14, Common Waxbill (8) 2023-07-14, Eurasian Skylark (1) 2024-02-07, Gray Francolin (1) 2024-02-07, House Finch (7) 2023-02-14, House Sparrow (2) 2021-12-30, Java Sparrow (2) 2021-12-01, Laysan Albatross (9) 2023-03-08, Northern Cardinal (5) 2021-12-01, Pacific Golden-Plover (14) 2024-02-07, Red Junglefowl (3) 2024-02-07, Red-crested Cardinal (9) 2023-07-14, Red-vented Bulbul (3) 2021-12-01, Red-whiskered Bulbul (3) 2024-02-07, Ruddy Turnstone (2) 2021-12-30, Saffron Finch (17) 2023-07-14, Sanderling (1) 2022-01-24, Spotted Dove (2) 2021-04-01, Wandering Tattler (2) 2021-12-01, Warbling White-eye (3) 2022-02-28, Zebra Dove (7) 2023-02-14" +21.5837429,-158.1447185,"Brown Noddy (1) 2023-10-21, Common Myna (8) 2024-01-25, Common Waxbill (2) 2021-02-12, House Finch (4) 2022-11-08, Java Sparrow (1) 2022-11-08, Feral Mallard (1) 2021-02-11, Northern Cardinal (3) 2021-02-12, Pacific Golden-Plover (3) 2023-10-21, Red Junglefowl (1) 2022-11-08, Red-crested Cardinal (5) 2024-01-25, Red-footed Booby (1) 2023-10-21, Red-vented Bulbul (5) 2022-11-08, Red-whiskered Bulbul (2) 2021-02-12, Rose-ringed Parakeet (1) 2023-10-21, Ruddy Turnstone (1) 2021-02-11, Saffron Finch (11) 2024-01-25, Spotted Dove (2) 2022-11-08, Wandering Tattler (3) 2024-01-25, Warbling White-eye (5) 2022-11-08, Western Cattle Egret (1) 2021-02-11, White-rumped Shama (4) 2024-02-01, Zebra Dove (8) 2024-01-25" +21.66374473,-157.921972,"Bristle-thighed Curlew (7) 2024-02-17, Brown Noddy (1) 2023-09-16, Common Myna (1) 2022-01-16, Great Frigatebird (1) 2023-09-16, House Finch (1) 2023-05-10, Laysan Albatross (6) 2024-02-17, Feral Mallard (2) 2022-03-06, Pacific Golden-Plover (3) 2023-01-08, Red Junglefowl (1) 2023-05-10, Red-crested Cardinal (1) 2023-05-10, Red-vented Bulbul (1) 2023-05-10, Red-whiskered Bulbul (1) 2023-05-10, Ruddy Turnstone (7) 2024-02-17, Sanderling (2) 2023-09-16, Sooty Tern (1) 2022-03-06, Spotted Dove (2) 2023-05-10, Wandering Tattler (3) 2022-03-06, Wedge-tailed Shearwater (4) 2023-09-16, Western Cattle Egret (3) 2023-05-10, White-rumped Shama (1) 2023-05-10, Zebra Dove (2) 2023-05-10" +21.29245688,-157.7897522,"Barn Owl (1) 2019-05-23, Common Myna (16) 2023-05-29, Common Waxbill (11) 2023-05-29, Great Frigatebird (1) 2021-09-18, House Finch (10) 2023-05-29, House Sparrow (7) 2023-05-29, Java Sparrow (10) 2023-03-06, Northern Cardinal (9) 2023-03-18, Pacific Golden-Plover (5) 2023-03-05, Red-crested Cardinal (15) 2023-05-29, Red-vented Bulbul (20) 2024-01-17, Red-whiskered Bulbul (6) 2023-05-29, Rock Pigeon (1) 2021-05-04, Rose-ringed Parakeet (17) 2023-05-29, Saffron Finch (5) 2023-12-30, Scaly-breasted Munia (2) 2023-03-05, Spotted Dove (10) 2023-05-29, Warbling White-eye (9) 2022-11-03, Western Cattle Egret (8) 2023-03-06, White Tern (2) 2019-05-27, White-rumped Shama (9) 2021-07-08, Yellow-fronted Canary (3) 2021-07-08, Zebra Dove (16) 2023-03-18" +21.30120806,-157.7511215,"Apapane (1) 2021-01-07, Common Myna (5) 2022-12-04, Common Waxbill (4) 2023-09-14, House Finch (5) 2023-09-14, House Sparrow (1) 2019-10-10, Japanese Bush Warbler (1) 2021-01-07, Northern Cardinal (3) 2023-09-14, Oahu Amakihi (2) 2023-09-14, Oahu Elepaio (3) 2023-09-14, Pacific Golden-Plover (2) 2021-01-07, Red-billed Leiothrix (5) 2023-09-14, Red-crested Cardinal (7) 2023-09-14, Red-vented Bulbul (8) 2023-09-14, Red-whiskered Bulbul (4) 2023-09-14, Rock Pigeon (1) 2019-10-10, Rose-ringed Parakeet (1) 2023-09-14, Scaly-breasted Munia (2) 2023-09-14, Spotted Dove (8) 2023-09-14, Warbling White-eye (7) 2023-09-14, Western Cattle Egret (1) 2019-10-10, White Tern (4) 2023-09-14, White-rumped Shama (8) 2023-09-14, Zebra Dove (7) 2023-09-14" +21.31230703,-158.0691754,"African Silverbill (1) 2021-07-14, Chestnut Munia (8) 2022-08-31, Common Myna (21) 2022-02-16, Common Waxbill (18) 2022-08-31, Eurasian Skylark (13) 2022-02-16, Gray Francolin (4) 2022-02-09, House Finch (23) 2022-08-17, House Sparrow (9) 2022-02-03, Java Sparrow (1) 2019-12-18, Northern Cardinal (1) 2021-10-27, Northern Mockingbird (1) 2022-01-13, Pacific Golden-Plover (13) 2022-08-17, Red Avadavat (1) 2021-10-14, Red-crested Cardinal (16) 2022-08-17, Red-vented Bulbul (10) 2022-08-17, Red-whiskered Bulbul (1) 2021-07-08, Rock Pigeon (1) 2019-12-18, Saffron Finch (17) 2022-08-31, Spotted Dove (9) 2022-02-03, Warbling White-eye (4) 2022-08-17, Western Cattle Egret (2) 2022-01-13, Yellow-fronted Canary (6) 2022-02-16, Zebra Dove (26) 2022-08-31" +21.31002363,-157.722127,"Common Myna (5) 2023-06-20, Common Waxbill (6) 2024-02-07, House Finch (10) 2022-12-26, Japanese Bush Warbler (2) 2021-03-27, Feral Mallard (2) 2021-05-30, Northern Cardinal (13) 2024-02-07, Oahu Amakihi (8) 2023-12-17, Oahu Elepaio (11) 2022-12-26, Pacific Golden-Plover (2) 2022-03-27, Red Junglefowl (1) 2021-05-30, Red-billed Leiothrix (21) 2023-12-17, Red-crested Cardinal (5) 2023-06-20, Red-vented Bulbul (19) 2024-02-07, Red-whiskered Bulbul (13) 2024-02-07, Rock Pigeon (1) 2021-05-30, Spotted Dove (15) 2024-02-07, Warbling White-eye (19) 2023-12-17, Western Cattle Egret (1) 2024-02-07, White-rumped Shama (24) 2024-02-07, White-tailed Tropicbird (2) 2021-03-27, Yellow-faced Grassquit (2) 2020-08-01, Zebra Dove (18) 2024-02-07" +21.32112083,-158.0305522,"Black-crowned Night Heron (4) 2024-02-17, Black-necked Stilt (5) 2024-02-17, Chestnut Munia (1) 2022-01-10, Common Myna (6) 2024-02-17, Common Waxbill (2) 2020-10-17, Hawaiian Coot (7) 2024-02-17, House Finch (3) 2024-02-17, House Sparrow (1) 2023-11-12, Japanese Bush Warbler (1) 2021-02-14, Java Sparrow (6) 2024-02-17, Feral Mallard (4) 2022-02-17, Pacific Golden-Plover (5) 2024-02-17, Red-crested Cardinal (5) 2024-02-17, Red-vented Bulbul (6) 2024-02-17, Rock Pigeon (4) 2024-02-17, Rose-ringed Parakeet (1) 2024-02-17, Saffron Finch (1) 2020-05-09, Spotted Dove (5) 2023-11-12, Warbling White-eye (4) 2024-02-17, Western Cattle Egret (6) 2024-02-17, White-faced Ibis (1) 2022-01-10, Zebra Dove (4) 2023-11-12" +21.32083518,-157.9823456,"Black-crowned Night Heron (1) 2021-08-30, Chestnut Munia (3) 2019-05-27, Common Myna (6) 2023-10-14, Common Waxbill (3) 2023-10-14, Gray Francolin (1) 2022-01-23, House Finch (5) 2023-10-14, House Sparrow (5) 2023-10-14, Java Sparrow (4) 2023-11-11, Northern Cardinal (1) 2019-05-24, Pacific Golden-Plover (1) 2023-10-14, Red Junglefowl (1) 2023-10-14, Red-crested Cardinal (5) 2023-10-14, Red-vented Bulbul (3) 2023-10-14, Red-whiskered Bulbul (1) 2023-10-14, Rose-ringed Parakeet (3) 2023-10-14, Saffron Finch (4) 2023-10-14, Spotted Dove (4) 2023-10-14, Warbling White-eye (1) 2019-05-27, Western Cattle Egret (5) 2023-10-14, White Tern (4) 2019-06-04, Yellow-fronted Canary (1) 2019-05-24, Zebra Dove (5) 2023-10-14" +21.31996327,-157.8473734,"Common Myna (9) 2024-02-16, House Finch (2) 2023-04-21, House Sparrow (5) 2024-02-16, Java Sparrow (5) 2023-12-11, Feral Mallard (2) 2023-12-11, Muscovy Duck (1) 2022-02-05, Northern Cardinal (1) 2022-02-05, Pacific Golden-Plover (4) 2024-02-16, Red Junglefowl (4) 2023-04-21, Red-billed Leiothrix (1) 2022-02-05, Red-crested Cardinal (6) 2024-02-16, Red-vented Bulbul (7) 2024-02-16, Red-whiskered Bulbul (1) 2022-02-05, Rock Pigeon (1) 2022-04-06, Rose-ringed Parakeet (10) 2024-02-16, Saffron Finch (2) 2023-12-11, Scaly-breasted Munia (1) 2022-02-05, Spotted Dove (6) 2023-12-11, Western Cattle Egret (2) 2024-02-16, White Tern (4) 2024-02-16, White-rumped Shama (3) 2023-12-11, Zebra Dove (8) 2023-12-11" +21.33860549,-157.9340102,"Chestnut Munia (1) 2021-08-16, Common Myna (7) 2024-01-09, Common Waxbill (2) 2023-05-14, House Finch (1) 2023-05-18, Java Sparrow (3) 2024-01-09, Feral Mallard (3) 2024-01-09, Northern Cardinal (2) 2023-05-25, Pacific Golden-Plover (5) 2024-01-09, Red Avadavat (1) 2019-04-13, Red-crested Cardinal (2) 2023-05-25, Red-crowned Parrot (1) 2019-11-08, Red-vented Bulbul (4) 2023-05-25, Red-whiskered Bulbul (1) 2023-05-14, Rock Pigeon (5) 2023-05-18, Rose-ringed Parakeet (3) 2024-01-09, Saffron Finch (2) 2023-05-18, Spotted Dove (5) 2024-01-09, Warbling White-eye (2) 2023-05-25, Western Cattle Egret (6) 2024-01-09, White Tern (3) 2023-06-11, White-tailed Tropicbird (1) 2023-03-14, Yellow-fronted Canary (2) 2023-05-25, Zebra Dove (7) 2024-01-09" +21.35725588,-158.0303142,"African Silverbill (2) 2021-10-12, Chestnut Munia (5) 2021-06-21, Common Myna (30) 2023-03-29, Common Waxbill (27) 2022-11-21, Gray Francolin (23) 2022-11-07, House Finch (15) 2022-11-07, House Sparrow (1) 2023-04-28, Northern Cardinal (22) 2023-04-28, Pacific Golden-Plover (17) 2023-03-29, Red Avadavat (10) 2022-10-26, Red-crested Cardinal (22) 2022-11-21, Red-vented Bulbul (31) 2022-11-21, Red-whiskered Bulbul (15) 2022-11-07, Rock Pigeon (3) 2023-03-29, Rose-ringed Parakeet (22) 2022-11-07, Saffron Finch (18) 2023-03-29, Scaly-breasted Munia (1) 2021-05-24, Spotted Dove (29) 2023-03-29, Warbling White-eye (23) 2022-11-21, Western Cattle Egret (8) 2022-11-21, White-rumped Shama (3) 2023-04-28, Yellow-fronted Canary (3) 2022-09-26, Zebra Dove (36) 2023-03-29" +21.35511444,-157.7120929,"Black-crowned Night Heron (1) 2023-12-03, Black-necked Stilt (2) 2023-08-23, Common Gallinule (2) 2023-12-03, Common Myna (4) 2023-10-23, Gray Francolin (2) 2023-10-08, Great Frigatebird (1) 2023-08-23, House Finch (1) 2023-10-08, House Sparrow (1) 2023-10-08, Indian Peafowl (11) 2024-02-18, Feral Mallard (1) 2023-10-08, Northern Cardinal (3) 2023-12-03, Pacific Golden-Plover (3) 2023-12-03, Red Avadavat (2) 2023-12-03, Red Junglefowl (6) 2024-02-18, Red-crested Cardinal (3) 2023-12-03, Red-whiskered Bulbul (1) 2023-12-03, Rock Pigeon (3) 2023-12-03, Ruddy Turnstone (2) 2023-12-03, Spotted Dove (1) 2023-10-08, Wandering Tattler (1) 2023-12-03, Western Cattle Egret (5) 2023-12-03, Yellow-fronted Canary (1) 2020-05-18, Zebra Dove (3) 2023-12-03" +21.36634498,-158.0398989,"African Silverbill (11) 2021-12-20, Black Francolin (11) 2022-02-14, Chestnut Munia (15) 2021-12-20, Common Myna (28) 2022-02-14, Common Waxbill (35) 2022-02-14, Eurasian Skylark (7) 2022-01-31, Gray Francolin (35) 2022-02-14, House Finch (21) 2022-02-07, Northern Cardinal (23) 2022-02-14, Pacific Golden-Plover (6) 2022-02-14, Red Avadavat (16) 2022-02-14, Red-crested Cardinal (35) 2022-02-14, Red-vented Bulbul (33) 2022-02-14, Red-whiskered Bulbul (4) 2021-07-12, Rock Pigeon (12) 2022-01-18, Saffron Finch (5) 2022-02-14, Scaly-breasted Munia (6) 2021-07-12, Spotted Dove (35) 2022-02-14, Warbling White-eye (26) 2022-02-14, Western Cattle Egret (10) 2021-12-20, White-rumped Shama (1) 2021-11-22, Yellow-fronted Canary (3) 2021-11-08, Zebra Dove (34) 2022-02-14" +21.3662897,-158.0302547,"African Silverbill (2) 2022-02-07, Black-crowned Night Heron (4) 2022-09-26, Black-necked Stilt (2) 2021-10-09, Chestnut Munia (2) 2021-10-09, Common Myna (36) 2022-11-21, Common Waxbill (21) 2022-09-26, Gray Francolin (4) 2022-09-12, Greater White-fronted Goose (1) 2021-03-23, House Finch (4) 2022-01-03, Indian Peafowl (2) 2021-06-21, Java Sparrow (21) 2022-11-21, Feral Mallard (15) 2022-02-07, Northern Cardinal (16) 2022-11-07, Red-crested Cardinal (21) 2022-09-12, Red-vented Bulbul (34) 2022-11-21, Red-whiskered Bulbul (11) 2022-09-26, Rock Pigeon (1) 2021-08-30, Rose-ringed Parakeet (28) 2022-11-21, Spotted Dove (28) 2022-11-07, Warbling White-eye (27) 2022-11-21, Western Cattle Egret (9) 2022-11-07, White-rumped Shama (12) 2022-11-21, Zebra Dove (35) 2022-11-21" +21.36570598,-157.9338141,"Chestnut Munia (6) 2023-09-21, Common Myna (27) 2023-12-24, Common Waxbill (13) 2023-10-24, Great-tailed Grackle (1) 2023-04-30, House Finch (2) 2021-04-07, House Sparrow (18) 2023-12-24, Java Sparrow (17) 2023-10-24, Feral Mallard (4) 2021-04-07, Pacific Golden-Plover (23) 2023-12-24, Red Junglefowl (4) 2022-06-27, Red-crested Cardinal (13) 2023-09-29, Red-vented Bulbul (16) 2023-09-29, Red-whiskered Bulbul (1) 2021-07-09, Rock Pigeon (11) 2023-12-24, Rose-ringed Parakeet (4) 2023-03-29, Saffron Finch (14) 2023-10-24, Spotted Dove (10) 2023-12-24, Warbling White-eye (7) 2022-09-24, Western Cattle Egret (14) 2023-12-24, White Tern (6) 2022-08-05, Yellow-fronted Canary (1) 2022-08-11, Zebra Dove (22) 2023-10-24" +21.3737553,-157.7890846,"Chestnut Munia (4) 2023-07-08, Common Gallinule (1) 2019-08-31, Common Myna (3) 2022-06-08, Common Waxbill (5) 2023-10-20, House Finch (2) 2023-07-08, Java Sparrow (1) 2021-02-07, Feral Mallard (1) 2019-08-31, Northern Cardinal (2) 2023-04-04, Oahu Amakihi (2) 2023-10-20, Pacific Golden-Plover (1) 2021-02-07, Red Junglefowl (7) 2023-10-20, Red-billed Leiothrix (11) 2023-12-19, Red-crested Cardinal (4) 2022-06-08, Red-vented Bulbul (6) 2023-10-20, Red-whiskered Bulbul (7) 2023-12-19, Rock Pigeon (1) 2021-02-07, Scaly-breasted Munia (1) 2023-07-08, Spotted Dove (6) 2023-12-19, Warbling White-eye (6) 2023-10-20, Western Cattle Egret (1) 2019-08-31, White Tern (1) 2019-08-31, White-rumped Shama (12) 2023-12-19, Zebra Dove (4) 2021-05-07" +21.37354395,-157.7601528,"Black-crowned Night Heron (2) 2023-05-25, Chestnut Munia (3) 2023-10-17, Common Myna (4) 2023-05-25, Common Waxbill (6) 2023-05-25, House Finch (2) 2020-06-17, House Sparrow (1) 2023-05-25, Japanese Bush Warbler (3) 2022-01-10, Java Sparrow (1) 2022-05-27, Feral Mallard (1) 2020-06-17, Northern Cardinal (2) 2022-03-15, Red Junglefowl (1) 2020-01-31, Red-billed Leiothrix (4) 2022-05-05, Red-crested Cardinal (5) 2023-05-25, Red-vented Bulbul (6) 2022-05-05, Red-whiskered Bulbul (2) 2022-05-05, Rock Pigeon (2) 2023-05-25, Saffron Finch (1) 2023-05-25, Scaly-breasted Munia (1) 2020-06-17, Spotted Dove (2) 2022-01-10, Warbling White-eye (3) 2022-01-10, Western Cattle Egret (3) 2023-05-25, White-rumped Shama (7) 2023-05-25, Zebra Dove (3) 2023-05-25" +21.39304703,-157.9722005,"African Silverbill (1) 2019-02-05, Common Myna (7) 2023-08-08, Common Waxbill (3) 2022-01-30, Gray Francolin (1) 2019-03-17, House Finch (1) 2019-03-18, House Sparrow (2) 2023-08-08, Java Sparrow (1) 2021-07-26, Feral Mallard (2) 2021-07-26, Northern Cardinal (2) 2022-01-30, Pacific Golden-Plover (1) 2019-02-05, Red Junglefowl (5) 2023-08-08, Red-crested Cardinal (3) 2021-07-26, Red-vented Bulbul (4) 2022-08-07, Red-whiskered Bulbul (4) 2022-07-18, Rock Pigeon (4) 2023-01-05, Rose-ringed Parakeet (4) 2021-07-26, Saffron Finch (1) 2019-03-18, Spotted Dove (6) 2022-08-07, Warbling White-eye (2) 2019-03-17, Western Cattle Egret (3) 2023-05-13, Yellow-fronted Canary (1) 2021-07-26, Zebra Dove (4) 2022-01-30" +21.40270103,-158.0782502,"Black Francolin (3) 2021-02-09, Common Myna (2) 2021-02-09, Common Waxbill (3) 2021-02-09, Gray Francolin (3) 2021-02-09, House Finch (3) 2021-02-09, Indian Peafowl (3) 2021-02-09, Japanese Bush Warbler (1) 2021-02-09, Northern Cardinal (2) 2021-02-09, Northern Mockingbird (2) 2021-02-09, Pacific Golden-Plover (1) 2021-02-09, Red Avadavat (1) 2021-02-09, Red Junglefowl (2) 2021-02-09, Red-billed Leiothrix (2) 2021-02-09, Red-crested Cardinal (3) 2021-02-09, Red-crowned Parrot (2) 2021-02-09, Red-vented Bulbul (3) 2021-02-09, Red-whiskered Bulbul (1) 2021-02-09, Scaly-breasted Munia (1) 2021-02-09, Spotted Dove (1) 2021-02-09, Warbling White-eye (3) 2021-02-09, Western Cattle Egret (1) 2021-02-09, White-rumped Shama (3) 2021-02-09, Zebra Dove (1) 2021-02-09" +21.40057178,-157.7502788,"Black-crowned Night Heron (2) 2021-06-19, Black-necked Stilt (1) 2020-02-05, Common Gallinule (3) 2022-07-29, Common Myna (16) 2023-11-17, Common Waxbill (4) 2023-11-17, House Finch (5) 2022-07-25, Java Sparrow (8) 2023-11-17, Feral Mallard (3) 2021-06-19, Mourning Dove (2) 2022-07-17, Muscovy Duck (1) 2020-02-05, Northern Cardinal (10) 2023-07-11, Pacific Golden-Plover (1) 2020-02-05, Red-crested Cardinal (3) 2023-05-30, Red-vented Bulbul (12) 2023-05-30, Red-whiskered Bulbul (10) 2024-01-30, Rock Pigeon (14) 2023-11-17, Scaly-breasted Munia (1) 2020-02-05, Spotted Dove (16) 2023-11-17, Warbling White-eye (3) 2022-07-22, Western Cattle Egret (4) 2023-03-05, White-rumped Shama (1) 2022-11-07, Zebra Dove (16) 2023-11-17" +21.42002808,-157.9527156,"Chestnut Munia (1) 2023-12-25, Common Gallinule (1) 2023-02-19, Common Myna (8) 2024-01-16, Common Waxbill (6) 2023-12-25, House Finch (2) 2023-01-02, Indian Peafowl (1) 2023-02-19, Java Sparrow (1) 2023-12-25, Northern Cardinal (4) 2023-12-25, Northern Mockingbird (1) 2024-01-31, Pacific Golden-Plover (4) 2023-12-25, Red Junglefowl (3) 2024-01-16, Red-billed Leiothrix (8) 2024-01-16, Red-crested Cardinal (2) 2023-12-25, Red-crowned Parrot (6) 2023-12-25, Red-vented Bulbul (10) 2024-01-16, Red-whiskered Bulbul (9) 2024-01-16, Rose-ringed Parakeet (7) 2024-01-16, Scaly-breasted Munia (1) 2023-02-19, Spotted Dove (6) 2023-02-19, Warbling White-eye (8) 2023-02-19, White-rumped Shama (10) 2024-01-31, Yellow-fronted Canary (2) 2023-12-25, Zebra Dove (9) 2024-01-16" +21.41899071,-157.7983592,"Black-necked Stilt (1) 2020-09-06, Chestnut Munia (2) 2023-06-23, Common Myna (7) 2023-06-23, Common Waxbill (1) 2022-07-02, Erckel's Spurfowl (1) 2020-09-06, Great Frigatebird (1) 2020-09-06, House Finch (2) 2020-09-06, House Sparrow (4) 2022-07-02, Java Sparrow (1) 2020-09-06, Feral Mallard (1) 2020-09-06, Northern Cardinal (3) 2022-01-26, Pacific Golden-Plover (2) 2021-09-11, Red Junglefowl (2) 2022-07-02, Red-crested Cardinal (4) 2023-10-15, Red-vented Bulbul (5) 2022-07-02, Red-whiskered Bulbul (1) 2019-05-15, Rock Pigeon (1) 2022-07-02, Saffron Finch (1) 2020-09-06, Spotted Dove (7) 2022-07-02, Warbling White-eye (4) 2022-07-02, Western Cattle Egret (3) 2022-07-02, White-rumped Shama (2) 2022-07-02, Zebra Dove (7) 2022-07-02" +21.43726287,-157.827156,"Black-necked Stilt (1) 2024-02-24, Chestnut Munia (22) 2023-04-10, Common Myna (12) 2023-11-10, Common Waxbill (5) 2024-02-24, House Finch (3) 2022-07-22, House Sparrow (5) 2024-02-24, Java Sparrow (2) 2021-04-22, Feral Mallard (4) 2022-01-05, Muscovy Duck (2) 2022-07-22, Northern Cardinal (1) 2021-07-08, Pacific Golden-Plover (6) 2023-11-10, Red Junglefowl (4) 2023-11-10, Red-billed Leiothrix (3) 2022-09-30, Red-crested Cardinal (7) 2023-08-18, Red-vented Bulbul (8) 2022-09-30, Red-whiskered Bulbul (4) 2022-07-22, Rock Pigeon (6) 2023-04-24, Spotted Dove (9) 2023-11-10, Warbling White-eye (1) 2021-07-08, Western Cattle Egret (10) 2024-02-24, White-rumped Shama (4) 2023-06-05, Zebra Dove (12) 2023-11-10" +21.44846609,-158.1937654,"African Silverbill (2) 2019-02-22, Black-crowned Night Heron (1) 2023-01-21, Brown Booby (7) 2024-02-12, Common Myna (14) 2023-04-26, Common Waxbill (2) 2023-04-01, Great Frigatebird (2) 2023-01-18, House Finch (2) 2023-01-18, House Sparrow (4) 2023-04-26, Java Sparrow (4) 2023-04-26, Laughing Gull (3) 2021-01-16, Pacific Golden-Plover (3) 2023-01-18, Red-crested Cardinal (5) 2023-04-26, Red-vented Bulbul (4) 2023-04-26, Rock Pigeon (11) 2023-04-26, Saffron Finch (7) 2023-10-31, Sooty Tern (1) 2023-02-22, Spotted Dove (5) 2023-01-18, Wandering Tattler (1) 2023-01-23, Warbling White-eye (1) 2021-05-07, Wedge-tailed Shearwater (1) 2023-10-31, Western Cattle Egret (1) 2021-01-14, White Tern (1) 2023-10-31, Zebra Dove (10) 2023-04-26" +21.57455217,-158.1158002,"Black-crowned Night Heron (3) 2020-02-23, Black-necked Stilt (1) 2019-07-09, Common Gallinule (2) 2020-02-23, Common Myna (4) 2020-02-23, Common Waxbill (4) 2020-02-23, House Finch (3) 2019-10-28, House Sparrow (2) 2019-10-28, Java Sparrow (3) 2021-11-10, Northern Cardinal (3) 2022-04-22, Pacific Golden-Plover (1) 2019-10-13, Red Junglefowl (1) 2019-10-13, Red-crested Cardinal (4) 2022-09-17, Red-vented Bulbul (5) 2020-02-23, Red-whiskered Bulbul (2) 2019-10-28, Rock Pigeon (1) 2019-10-13, Scaly-breasted Munia (1) 2019-10-13, Spotted Dove (5) 2022-09-16, Wandering Tattler (1) 2019-10-13, Warbling White-eye (4) 2020-02-23, Western Cattle Egret (4) 2020-02-23, White-faced Ibis (1) 2020-02-23, White-rumped Shama (3) 2019-10-28, Zebra Dove (6) 2022-09-17" +21.64574371,-157.9317687,"Chestnut Munia (4) 2022-04-10, Common Myna (24) 2023-11-19, Common Waxbill (9) 2023-01-01, House Finch (13) 2022-05-17, House Sparrow (3) 2023-01-01, Java Sparrow (3) 2022-01-02, Laysan Albatross (3) 2021-12-29, Feral Mallard (1) 2021-01-01, Northern Cardinal (1) 2022-01-08, Pacific Golden-Plover (18) 2023-01-01, Red Junglefowl (4) 2023-11-19, Red-billed Leiothrix (6) 2022-05-17, Red-crested Cardinal (13) 2023-01-01, Red-vented Bulbul (18) 2023-01-01, Red-whiskered Bulbul (10) 2023-11-19, Rock Pigeon (5) 2022-03-27, Rose-ringed Parakeet (5) 2022-02-12, Saffron Finch (5) 2023-01-01, Spotted Dove (12) 2023-01-01, Warbling White-eye (13) 2023-01-01, Western Cattle Egret (11) 2023-01-01, White-rumped Shama (4) 2022-11-17, Zebra Dove (15) 2023-01-01" +21.2653571,-157.789974,"Common Myna (4) 2023-10-14, Common Waxbill (2) 2023-10-14, Gray Francolin (1) 2021-02-21, Great Frigatebird (1) 2022-07-20, House Finch (1) 2022-07-20, House Sparrow (1) 2023-10-14, Java Sparrow (4) 2023-10-14, Feral Mallard (1) 2021-02-21, Pacific Golden-Plover (3) 2023-10-14, Red Junglefowl (1) 2022-07-20, Red-crested Cardinal (3) 2022-07-20, Red-vented Bulbul (6) 2023-10-14, Red-whiskered Bulbul (1) 2019-04-28, Rock Pigeon (1) 2022-07-20, Rose-ringed Parakeet (4) 2022-07-20, Saffron Finch (2) 2023-10-14, Scaly-breasted Munia (1) 2022-07-20, Spotted Dove (3) 2022-07-20, Warbling White-eye (3) 2022-07-20, Western Cattle Egret (3) 2023-10-14, White Tern (2) 2022-07-20, Yellow-fronted Canary (2) 2023-10-14, Zebra Dove (5) 2023-10-14" +21.28285106,-157.7127237,"Black-necked Stilt (2) 2021-12-30, Common Myna (29) 2023-08-07, Common Waxbill (3) 2021-08-08, Glaucous-winged Gull (3) 2021-01-26, Great Frigatebird (2) 2022-07-08, House Finch (3) 2022-02-24, House Sparrow (21) 2023-03-21, Feral Mallard (20) 2023-03-21, Northern Mockingbird (1) 2022-02-22, Pacific Golden-Plover (27) 2024-01-15, Red-crested Cardinal (25) 2023-08-07, Red-vented Bulbul (15) 2023-03-21, Rock Pigeon (14) 2023-03-21, Rose-ringed Parakeet (1) 2022-02-24, Ruddy Turnstone (12) 2023-03-21, Scaly-breasted Munia (1) 2021-06-28, Spotted Dove (22) 2023-03-21, Wandering Tattler (4) 2021-06-09, Warbling White-eye (2) 2022-02-24, Western Cattle Egret (18) 2024-01-15, White Tern (4) 2022-02-24, Zebra Dove (29) 2023-11-13" +21.30321728,-158.0595915,"African Silverbill (2) 2024-01-05, Bristle-thighed Curlew (1) 2020-08-18, Chestnut Munia (4) 2024-01-05, Common Myna (10) 2024-01-05, Common Waxbill (6) 2024-01-05, Gray Francolin (1) 2023-01-03, House Finch (6) 2024-01-05, House Sparrow (8) 2024-01-05, Northern Cardinal (5) 2024-01-01, Pacific Golden-Plover (5) 2024-01-05, Red-crested Cardinal (5) 2024-01-05, Red-vented Bulbul (8) 2024-01-05, Red-whiskered Bulbul (4) 2024-01-01, Ruddy Turnstone (5) 2023-04-12, Saffron Finch (3) 2024-01-05, Sanderling (3) 2022-12-25, Spotted Dove (5) 2024-01-05, Wandering Tattler (1) 2022-12-25, Warbling White-eye (4) 2024-01-05, Western Cattle Egret (2) 2024-01-01, White Tern (1) 2022-03-26, White-rumped Shama (1) 2023-01-03, Yellow-fronted Canary (6) 2024-01-05, Zebra Dove (6) 2024-01-05" +21.31962573,-157.7991705,"Chestnut Munia (3) 2021-11-13, Common Myna (6) 2024-02-26, Common Waxbill (3) 2022-12-31, House Finch (5) 2020-11-14, House Sparrow (2) 2019-10-23, Japanese Bush Warbler (2) 2020-11-14, Java Sparrow (1) 2019-10-23, Feral Mallard (1) 2019-03-18, Northern Cardinal (4) 2024-02-18, Oahu Amakihi (4) 2024-02-18, Pacific Golden-Plover (3) 2021-11-13, Red Junglefowl (1) 2019-03-18, Red-billed Leiothrix (6) 2024-01-14, Red-crested Cardinal (6) 2022-12-31, Red-vented Bulbul (8) 2024-02-18, Red-whiskered Bulbul (9) 2024-02-26, Rose-ringed Parakeet (8) 2024-02-18, Spotted Dove (8) 2024-02-18, Warbling White-eye (10) 2024-02-18, Western Cattle Egret (3) 2021-11-13, White Tern (1) 2019-10-23, White-rumped Shama (5) 2024-02-18, Zebra Dove (9) 2024-02-23" +21.31860575,-157.6642097,"African Silverbill (5) 2023-08-24, Black-crowned Night Heron (1) 2022-06-12, Brown Booby (2) 2022-06-12, Brown Noddy (5) 2023-05-24, Common Myna (13) 2023-08-24, Common Waxbill (1) 2019-04-12, Great Frigatebird (1) 2022-03-08, House Sparrow (3) 2020-02-17, Masked Booby (4) 2022-08-25, Pacific Golden-Plover (2) 2022-01-17, Pectoral Sandpiper (2) 2019-09-28, Red-crested Cardinal (3) 2022-06-12, Red-footed Booby (18) 2023-10-14, Red-tailed Tropicbird (5) 2023-08-24, Red-vented Bulbul (2) 2020-02-17, Rock Pigeon (2) 2020-02-17, Ruddy Turnstone (1) 2020-02-24, Scaly-breasted Munia (1) 2020-02-25, Sooty Tern (3) 2023-05-24, Spotted Dove (6) 2023-08-24, Wandering Tattler (5) 2023-01-27, Wedge-tailed Shearwater (5) 2023-10-14, Western Cattle Egret (3) 2022-08-26, Zebra Dove (2) 2022-06-12" +21.34738771,-157.8953737,"Chestnut Munia (2) 2019-03-03, Common Myna (6) 2021-10-06, Common Waxbill (4) 2023-01-25, House Finch (7) 2021-10-06, House Sparrow (3) 2021-10-06, Java Sparrow (4) 2023-01-25, Feral Mallard (2) 2019-03-03, Northern Cardinal (6) 2023-01-22, Northern Shoveler (2) 2019-03-03, Pacific Golden-Plover (2) 2019-03-03, Red-crested Cardinal (5) 2023-01-22, Red-vented Bulbul (7) 2023-01-22, Red-whiskered Bulbul (6) 2023-01-25, Rock Pigeon (1) 2023-01-22, Rose-ringed Parakeet (6) 2023-01-25, Saffron Finch (1) 2019-02-04, Scaly-breasted Munia (1) 2019-04-28, Spotted Dove (8) 2023-01-22, Wandering Tattler (1) 2023-01-05, Warbling White-eye (5) 2019-05-16, Western Cattle Egret (2) 2019-03-03, White-rumped Shama (1) 2023-01-25, Yellow-fronted Canary (2) 2021-10-06, Zebra Dove (8) 2023-01-25" +21.35667284,-157.9338795,"Barn Owl (1) 2019-01-24, Chestnut Munia (2) 2024-02-06, Common Myna (6) 2024-02-06, Common Waxbill (5) 2024-02-06, Great-tailed Grackle (1) 2019-09-20, House Finch (3) 2024-02-06, House Sparrow (1) 2023-06-08, Java Sparrow (3) 2024-02-06, Northern Cardinal (3) 2024-02-06, Pacific Golden-Plover (3) 2024-02-06, Red-crested Cardinal (5) 2024-02-06, Red-vented Bulbul (5) 2024-02-06, Red-whiskered Bulbul (2) 2024-02-06, Rock Pigeon (1) 2022-01-06, Rose-ringed Parakeet (2) 2023-12-24, Saffron Finch (1) 2022-01-06, Spotted Dove (3) 2024-02-06, Warbling White-eye (3) 2023-06-08, Western Cattle Egret (7) 2024-02-06, White Tern (3) 2023-06-08, White-rumped Shama (2) 2024-02-06, Yellow-fronted Canary (3) 2024-02-06, Zebra Dove (4) 2024-02-06" +21.3757077,-158.0977107,"Apapane (1) 2021-01-02, Black Francolin (3) 2022-12-16, Common Myna (2) 2021-01-02, Common Waxbill (13) 2021-01-02, Erckel's Spurfowl (1) 2021-01-02, Gray Francolin (4) 2022-12-16, House Finch (2) 2021-01-02, Japanese Bush Warbler (1) 2021-01-02, Java Sparrow (1) 2021-01-02, Northern Cardinal (11) 2019-10-17, Northern Mockingbird (1) 2021-01-02, Oahu Amakihi (2) 2021-01-02, Oahu Elepaio (13) 2021-01-02, Pacific Golden-Plover (4) 2022-12-16, Red Junglefowl (1) 2019-01-18, Red-billed Leiothrix (12) 2021-01-02, Red-crested Cardinal (11) 2019-10-17, Red-vented Bulbul (13) 2021-01-02, Red-whiskered Bulbul (11) 2019-10-17, Scaly-breasted Munia (1) 2019-01-18, Spotted Dove (2) 2021-01-02, Warbling White-eye (13) 2021-01-02, White-rumped Shama (13) 2021-01-02, Zebra Dove (1) 2019-01-18" +21.3750971,-157.9916161,"American Wigeon (1) 2024-01-12, Black-crowned Night Heron (1) 2022-01-02, Black-necked Stilt (2) 2023-01-21, Chestnut Munia (6) 2024-01-12, Common Myna (6) 2024-01-12, Common Waxbill (7) 2024-01-12, Eurasian Skylark (2) 2019-03-10, Eurasian Wigeon (1) 2024-01-12, House Finch (3) 2024-01-12, House Sparrow (3) 2024-01-12, Indian Peafowl (1) 2023-12-03, Java Sparrow (1) 2024-01-12, Feral Mallard (3) 2024-01-12, Northern Cardinal (1) 2022-01-02, Pacific Golden-Plover (10) 2024-01-12, Red-crested Cardinal (6) 2024-01-12, Red-vented Bulbul (1) 2024-01-12, Rose-ringed Parakeet (1) 2023-08-19, Saffron Finch (10) 2023-08-19, Spotted Dove (7) 2024-01-12, Warbling White-eye (1) 2024-01-12, Western Cattle Egret (7) 2024-01-12, Yellow-fronted Canary (1) 2024-01-12, Zebra Dove (7) 2024-01-12" +21.37461435,-157.9144594,"Black-necked Stilt (1) 2022-06-08, Chestnut Munia (5) 2022-06-15, Common Myna (14) 2024-01-31, Common Waxbill (4) 2024-01-31, Great-tailed Grackle (1) 2020-07-11, House Finch (2) 2024-01-31, House Sparrow (9) 2024-01-31, Java Sparrow (8) 2024-01-31, Feral Mallard (1) 2023-01-18, Northern Cardinal (3) 2022-05-14, Pacific Golden-Plover (7) 2024-01-31, Red Junglefowl (3) 2022-12-21, Red-crested Cardinal (11) 2024-01-31, Red-vented Bulbul (9) 2024-01-31, Rock Pigeon (2) 2022-12-21, Rose-ringed Parakeet (1) 2023-04-03, Saffron Finch (7) 2024-01-31, Spotted Dove (8) 2024-01-31, Warbling White-eye (6) 2023-01-18, Western Cattle Egret (8) 2023-01-18, White Tern (1) 2023-04-03, Yellow-fronted Canary (3) 2024-01-31, Zebra Dove (11) 2024-01-31" +21.40981801,-157.7791406,"Black-necked Stilt (2) 2022-10-20, Chestnut Munia (5) 2023-07-29, Common Myna (13) 2023-08-20, Common Waxbill (7) 2022-04-28, Great Frigatebird (1) 2022-10-21, House Finch (5) 2023-07-29, House Sparrow (2) 2023-02-22, Java Sparrow (3) 2023-07-27, Feral Mallard (1) 2019-02-12, Northern Cardinal (5) 2023-07-27, Northern Mockingbird (1) 2019-03-07, Pacific Golden-Plover (3) 2022-10-20, Red Junglefowl (4) 2022-04-17, Red-billed Leiothrix (9) 2023-07-29, Red-crested Cardinal (9) 2023-07-27, Red-vented Bulbul (14) 2023-08-20, Red-whiskered Bulbul (6) 2022-04-28, Rock Pigeon (3) 2023-02-22, Spotted Dove (8) 2023-07-29, Wandering Tattler (1) 2019-02-12, Warbling White-eye (9) 2022-04-28, Western Cattle Egret (7) 2022-10-20, White-rumped Shama (9) 2022-04-28, Zebra Dove (13) 2023-08-20" +21.42038018,-158.0106015,"Chestnut Munia (1) 2020-06-23, Common Gallinule (3) 2023-05-30, Common Myna (7) 2023-05-30, Common Waxbill (2) 2021-09-14, House Finch (3) 2021-09-14, House Sparrow (3) 2021-09-14, Indian Peafowl (3) 2023-05-30, Java Sparrow (5) 2023-05-30, Northern Cardinal (3) 2020-12-03, Pacific Golden-Plover (3) 2021-09-14, Red Junglefowl (5) 2023-05-30, Red-crested Cardinal (6) 2023-05-30, Red-vented Bulbul (7) 2023-05-30, Rock Pigeon (2) 2022-04-02, Rose-ringed Parakeet (5) 2023-05-30, Ruddy Turnstone (1) 2021-09-14, Saffron Finch (7) 2023-05-30, Scaly-breasted Munia (1) 2020-06-23, Spotted Dove (6) 2023-05-30, Warbling White-eye (3) 2021-09-14, Western Cattle Egret (8) 2023-05-30, White-rumped Shama (5) 2023-05-10, Yellow-fronted Canary (2) 2020-12-03, Zebra Dove (7) 2023-05-30" +21.41863787,-157.7501251,"Black-crowned Night Heron (1) 2019-07-21, Black-necked Stilt (2) 2021-11-25, Chestnut Munia (3) 2024-02-18, Common Myna (21) 2024-01-27, Common Waxbill (3) 2024-02-18, House Finch (6) 2023-03-10, House Sparrow (4) 2023-03-10, Java Sparrow (7) 2023-03-10, Feral Mallard (1) 2023-03-07, Muscovy Duck (1) 2024-01-22, Northern Cardinal (6) 2023-03-10, Pacific Golden-Plover (7) 2024-02-18, Red Junglefowl (3) 2024-01-27, Red-crested Cardinal (14) 2024-02-17, Red-vented Bulbul (11) 2023-06-07, Red-whiskered Bulbul (6) 2023-03-07, Rock Pigeon (13) 2024-02-18, Scaly-breasted Munia (1) 2020-07-01, Snow Goose (1) 2019-10-20, Spotted Dove (11) 2023-03-10, Warbling White-eye (3) 2024-02-18, Western Cattle Egret (13) 2024-02-19, Zebra Dove (16) 2023-06-07" +21.41856556,-157.7404785,"Black-crowned Night Heron (1) 2024-02-05, Black-necked Stilt (2) 2024-01-17, Common Myna (4) 2024-02-05, Gray Francolin (1) 2023-05-24, Great Frigatebird (1) 2022-02-02, House Sparrow (1) 2024-02-05, Java Sparrow (3) 2024-02-05, Feral Mallard (1) 2024-02-05, Northern Cardinal (3) 2023-11-11, Pacific Golden-Plover (2) 2024-02-05, Red Junglefowl (1) 2024-02-05, Red-crested Cardinal (6) 2024-02-05, Red-footed Booby (2) 2024-02-05, Red-vented Bulbul (5) 2023-05-24, Red-whiskered Bulbul (1) 2021-06-11, Rock Pigeon (4) 2024-01-24, Rose-ringed Parakeet (1) 2024-02-05, Sanderling (1) 2020-12-23, Spotted Dove (2) 2024-02-05, Wedge-tailed Shearwater (1) 2022-02-09, Western Cattle Egret (1) 2024-02-05, Zebra Dove (4) 2024-02-05" +21.45476839,-157.7498171,"Black-crowned Night Heron (1) 2024-01-17, Black-necked Stilt (16) 2024-01-17, Common Gallinule (17) 2024-01-17, Common Myna (15) 2024-01-17, Common Waxbill (1) 2019-12-04, Gray Francolin (5) 2024-01-17, Great Frigatebird (10) 2023-07-22, Green-winged Teal (3) 2021-12-19, Hawaiian Coot (9) 2024-01-17, House Finch (3) 2024-01-17, House Sparrow (3) 2021-12-19, Java Sparrow (1) 2019-12-12, Feral Mallard (17) 2024-01-17, Northern Cardinal (3) 2023-07-22, Pacific Golden-Plover (19) 2024-01-17, Red-crested Cardinal (8) 2024-01-17, Red-vented Bulbul (10) 2024-01-17, Spotted Dove (1) 2024-01-17, Warbling White-eye (6) 2024-01-17, Western Cattle Egret (10) 2023-08-16, White-rumped Shama (1) 2019-12-12, Zebra Dove (15) 2024-01-17" +21.46449692,-157.8462392,"Black-necked Stilt (5) 2023-10-21, Chestnut Munia (2) 2022-11-20, Common Myna (6) 2022-11-26, Common Waxbill (4) 2022-11-26, House Finch (3) 2022-11-26, House Sparrow (2) 2022-11-26, Indian Peafowl (1) 2020-02-18, Java Sparrow (3) 2022-11-26, Feral Mallard (1) 2020-02-18, Northern Cardinal (1) 2022-11-20, Pacific Golden-Plover (1) 2019-04-17, Red Junglefowl (6) 2023-03-29, Red-billed Leiothrix (1) 2022-11-20, Red-crested Cardinal (5) 2022-11-26, Red-vented Bulbul (3) 2022-11-26, Red-whiskered Bulbul (4) 2022-11-26, Rock Pigeon (5) 2022-11-26, Ruddy Turnstone (2) 2023-12-16, Spotted Dove (5) 2022-11-26, Warbling White-eye (4) 2022-11-26, Western Cattle Egret (5) 2022-11-26, White-rumped Shama (1) 2021-12-22, Zebra Dove (5) 2022-11-26" +21.50243325,-158.1451984,"Apapane (13) 2023-01-27, Common Myna (2) 2023-02-20, Common Waxbill (7) 2023-02-27, Erckel's Spurfowl (2) 2021-09-10, House Finch (6) 2022-05-04, House Sparrow (1) 2021-04-30, Indian Peafowl (2) 2022-06-20, Japanese Bush Warbler (7) 2022-06-20, Kalij Pheasant (3) 2022-05-04, Northern Cardinal (1) 2023-02-27, Oahu Amakihi (2) 2021-04-30, Pacific Golden-Plover (2) 2020-02-09, Red-billed Leiothrix (7) 2022-06-20, Red-crested Cardinal (3) 2023-02-27, Red-vented Bulbul (7) 2023-02-27, Red-whiskered Bulbul (2) 2022-04-12, Saffron Finch (1) 2023-02-27, Sanderling (1) 2023-01-27, Spotted Dove (1) 2021-09-10, Warbling White-eye (8) 2022-06-20, Western Cattle Egret (2) 2023-02-20, White-rumped Shama (6) 2023-01-27, Yellow-fronted Canary (1) 2023-01-27, Zebra Dove (3) 2023-02-27" +21.5108874,-158.0389523,"Black Francolin (16) 2022-12-12, Chestnut Munia (3) 2023-12-04, Common Myna (42) 2023-12-04, Common Waxbill (35) 2023-12-04, Gray Francolin (15) 2022-12-27, House Finch (42) 2023-12-04, House Sparrow (12) 2023-12-04, Indian Peafowl (9) 2022-04-25, Japanese Bush Warbler (4) 2022-06-06, Northern Cardinal (4) 2022-12-27, Pacific Golden-Plover (34) 2023-03-31, Red Avadavat (12) 2023-12-04, Red Junglefowl (15) 2023-12-04, Red-crested Cardinal (37) 2023-03-31, Red-vented Bulbul (47) 2023-12-04, Red-whiskered Bulbul (23) 2022-12-12, Saffron Finch (12) 2024-01-11, Scaly-breasted Munia (2) 2022-08-22, Short-eared Owl (1) 2019-03-21, Spotted Dove (19) 2023-03-31, Warbling White-eye (39) 2023-03-31, Western Cattle Egret (12) 2023-03-31, White-rumped Shama (2) 2023-12-04, Zebra Dove (31) 2024-01-11" +21.50959546,-157.83623,"Black-necked Stilt (1) 2021-04-24, Brown Noddy (1) 2021-07-22, Chestnut Munia (1) 2021-04-03, Common Myna (4) 2021-07-22, Common Waxbill (4) 2021-07-22, Great Frigatebird (1) 2021-07-22, House Finch (2) 2021-07-22, Masked Booby (1) 2021-07-22, Northern Cardinal (1) 2021-04-24, Pacific Golden-Plover (5) 2022-11-26, Red-crested Cardinal (6) 2022-02-15, Red-footed Booby (1) 2021-07-22, Red-vented Bulbul (2) 2021-07-22, Red-whiskered Bulbul (1) 2020-04-25, Rock Pigeon (1) 2021-07-22, Ruddy Turnstone (6) 2022-11-26, Sooty Tern (1) 2021-07-22, Spotted Dove (2) 2021-07-22, Wandering Tattler (1) 2021-04-03, Wedge-tailed Shearwater (1) 2021-07-22, Western Cattle Egret (6) 2022-11-26, White Tern (1) 2021-07-22, White-tailed Tropicbird (1) 2021-07-22, Zebra Dove (3) 2021-07-22" +21.55502756,-157.8744944,"Chestnut Munia (11) 2023-12-07, Common Myna (20) 2023-12-26, Common Waxbill (11) 2023-12-26, Gray Francolin (1) 2023-09-02, House Finch (8) 2024-02-16, House Sparrow (2) 2023-04-17, Java Sparrow (1) 2023-04-17, Northern Cardinal (2) 2022-03-08, Pacific Golden-Plover (14) 2024-02-16, Red Junglefowl (20) 2024-02-16, Red-billed Leiothrix (8) 2023-12-26, Red-crested Cardinal (12) 2023-12-26, Red-vented Bulbul (10) 2023-12-26, Red-whiskered Bulbul (9) 2024-01-14, Rock Pigeon (1) 2022-03-08, Ruddy Turnstone (2) 2023-03-29, Saffron Finch (1) 2022-03-08, Scaly-breasted Munia (1) 2023-09-02, Spotted Dove (8) 2024-02-16, Wandering Tattler (2) 2019-08-29, Warbling White-eye (12) 2024-02-16, Western Cattle Egret (9) 2023-12-26, White-rumped Shama (10) 2024-01-14, Zebra Dove (19) 2024-02-16" +21.56577615,-158.164139,"Black Francolin (6) 2023-06-02, Chestnut Munia (3) 2020-02-26, Common Myna (8) 2023-06-02, Common Waxbill (10) 2023-06-02, Erckel's Spurfowl (3) 2020-06-18, Gray Francolin (5) 2023-01-26, House Finch (9) 2023-06-02, Indian Peafowl (5) 2023-06-02, Japanese Bush Warbler (10) 2023-06-02, Northern Cardinal (9) 2023-06-02, Pacific Golden-Plover (3) 2021-02-10, Red Avadavat (8) 2023-06-02, Red-billed Leiothrix (7) 2023-06-02, Red-crested Cardinal (9) 2023-06-02, Red-vented Bulbul (10) 2023-06-02, Red-whiskered Bulbul (9) 2023-06-02, Saffron Finch (7) 2023-06-02, Scaly-breasted Munia (3) 2021-02-25, Spotted Dove (7) 2023-06-02, Warbling White-eye (9) 2023-06-02, Western Cattle Egret (2) 2021-07-02, White-rumped Shama (10) 2023-06-02, Yellow-fronted Canary (2) 2023-06-02, Zebra Dove (8) 2023-06-02" +21.57521914,-158.2510101,"African Silverbill (2) 2023-04-08, Brown Booby (2) 2023-04-08, Common Myna (5) 2023-07-05, Common Waxbill (3) 2023-07-05, Erckel's Spurfowl (4) 2023-04-08, Gray Francolin (3) 2023-07-05, House Finch (4) 2023-04-08, Laysan Albatross (6) 2023-07-05, Masked Booby (1) 2022-12-20, Northern Cardinal (1) 2023-04-08, Pacific Golden-Plover (4) 2023-04-08, Red-billed Leiothrix (1) 2023-07-05, Red-crested Cardinal (4) 2023-07-05, Red-vented Bulbul (6) 2023-07-05, Red-whiskered Bulbul (2) 2023-04-08, Rock Pigeon (1) 2023-04-08, Snow Goose (1) 2019-11-20, Spotted Dove (4) 2023-04-08, Warbling White-eye (4) 2023-07-05, Wedge-tailed Shearwater (2) 2023-07-05, Western Cattle Egret (1) 2023-04-08, Zebra Dove (5) 2023-07-05" +21.5840784,-158.2123263,"Brown Booby (1) 2020-01-01, Chestnut Munia (1) 2019-11-11, Common Myna (3) 2020-10-26, Common Waxbill (2) 2020-10-26, Gray Francolin (2) 2020-10-26, Great Frigatebird (1) 2020-10-26, House Finch (1) 2020-10-26, Laysan Albatross (3) 2020-01-23, Northern Cardinal (3) 2020-10-26, Pacific Golden-Plover (5) 2020-10-26, Red Junglefowl (2) 2020-10-26, Red-crested Cardinal (3) 2020-01-08, Red-vented Bulbul (2) 2020-10-26, Saffron Finch (5) 2020-10-26, Sanderling (1) 2024-02-21, Scaly-breasted Munia (1) 2019-11-11, Sharp-tailed Sandpiper (1) 2020-10-26, Snow Goose (7) 2020-01-08, Spotted Dove (2) 2020-10-26, Warbling White-eye (2) 2020-10-26, Western Cattle Egret (2) 2020-10-26, Yellow-fronted Canary (1) 2019-11-11, Zebra Dove (3) 2020-10-26" +21.6276138,-157.9222404,"Chestnut Munia (2) 2022-10-12, Common Myna (14) 2022-11-09, Common Waxbill (11) 2022-10-12, House Finch (2) 2022-01-10, House Sparrow (5) 2022-03-07, Java Sparrow (3) 2022-10-12, Northern Cardinal (2) 2021-12-01, Pacific Golden-Plover (12) 2023-11-19, Red Avadavat (1) 2023-10-06, Red Junglefowl (13) 2023-03-31, Red-billed Leiothrix (1) 2021-12-01, Red-crested Cardinal (6) 2022-10-12, Red-vented Bulbul (5) 2022-10-12, Red-whiskered Bulbul (5) 2022-10-12, Rock Pigeon (9) 2023-03-31, Ruddy Turnstone (15) 2023-03-31, Saffron Finch (3) 2022-05-02, Sanderling (5) 2023-11-19, Scaly-breasted Munia (1) 2021-12-01, Spotted Dove (11) 2023-03-31, Wandering Tattler (4) 2023-11-19, Warbling White-eye (5) 2022-10-12, Western Cattle Egret (5) 2022-10-12, Zebra Dove (11) 2023-11-19" +21.67354764,-158.0475413,"Brown Booby (5) 2022-04-29, Brown Noddy (1) 2019-03-03, Common Myna (12) 2023-11-18, Great Frigatebird (1) 2019-07-24, Java Sparrow (1) 2021-05-07, Laysan Albatross (4) 2022-01-24, Muscovy Duck (1) 2021-05-06, Northern Cardinal (1) 2021-05-10, Pacific Golden-Plover (3) 2019-03-03, Red Junglefowl (2) 2022-10-16, Red-crested Cardinal (3) 2023-06-28, Red-footed Booby (4) 2022-04-29, Red-vented Bulbul (8) 2023-11-18, Red-whiskered Bulbul (1) 2021-05-07, Saffron Finch (3) 2023-04-23, Sanderling (3) 2023-02-07, Spotted Dove (5) 2021-06-09, Wandering Tattler (2) 2023-02-07, Warbling White-eye (1) 2019-03-03, Wedge-tailed Shearwater (1) 2019-07-26, Western Cattle Egret (5) 2023-08-23, White-rumped Shama (1) 2023-11-18, White-tailed Tropicbird (2) 2022-09-16, Zebra Dove (9) 2023-02-07" +21.31225276,-158.0595344,"African Silverbill (3) 2019-03-26, Barn Owl (1) 2020-07-16, Common Myna (2) 2023-03-27, Common Waxbill (1) 2023-03-27, Eurasian Skylark (4) 2023-03-27, Gray Francolin (1) 2021-12-21, House Finch (1) 2021-12-21, House Sparrow (3) 2023-03-27, Indian Peafowl (1) 2021-12-21, Japanese Bush Warbler (1) 2021-12-21, Java Sparrow (2) 2023-03-27, Northern Cardinal (2) 2023-03-27, Northern Mockingbird (1) 2021-12-21, Pacific Golden-Plover (7) 2023-03-27, Red Junglefowl (1) 2021-12-21, Red-crested Cardinal (5) 2023-03-27, Red-vented Bulbul (2) 2023-03-27, Red-whiskered Bulbul (2) 2021-10-11, Saffron Finch (3) 2019-03-26, Sanderling (1) 2023-03-27, Spotted Dove (2) 2023-03-27, Warbling White-eye (2) 2023-03-27, Western Cattle Egret (1) 2023-03-27, White-rumped Shama (2) 2023-03-27, Zebra Dove (5) 2023-03-27" +21.33872864,-157.9532949,"Black-crowned Night Heron (1) 2021-02-13, Chestnut Munia (5) 2023-07-09, Common Myna (32) 2023-07-09, Common Waxbill (5) 2023-07-09, Eurasian Skylark (1) 2022-02-10, House Finch (9) 2023-07-01, House Sparrow (16) 2023-07-01, Java Sparrow (8) 2023-07-01, Feral Mallard (1) 2021-01-17, Northern Cardinal (5) 2023-07-01, Pacific Golden-Plover (20) 2022-10-08, Red-crested Cardinal (15) 2023-07-09, Red-vented Bulbul (14) 2023-07-09, Red-whiskered Bulbul (5) 2022-06-11, Rock Pigeon (11) 2023-07-09, Rose-ringed Parakeet (5) 2023-07-01, Saffron Finch (9) 2023-07-09, Short-eared Owl (1) 2021-12-30, Spotted Dove (16) 2023-07-09, Warbling White-eye (4) 2023-07-01, Western Cattle Egret (23) 2023-07-01, White Tern (4) 2022-02-21, White-rumped Shama (3) 2022-10-08, Yellow-fronted Canary (5) 2022-02-21, Zebra Dove (21) 2023-07-01" +21.3384801,-157.9147256,"African Silverbill (1) 2021-11-29, Chestnut Munia (3) 2023-12-04, Common Myna (33) 2024-01-12, Common Waxbill (7) 2024-01-12, House Finch (6) 2023-01-16, House Sparrow (25) 2023-12-04, Java Sparrow (8) 2023-10-19, Feral Mallard (2) 2023-06-25, Northern Cardinal (3) 2020-06-25, Pacific Golden-Plover (7) 2024-01-12, Red Junglefowl (6) 2023-10-19, Red-crested Cardinal (8) 2023-12-14, Red-vented Bulbul (14) 2024-01-12, Red-whiskered Bulbul (4) 2022-03-09, Rock Pigeon (5) 2023-10-19, Rose-ringed Parakeet (7) 2024-01-09, Saffron Finch (3) 2021-12-20, Spotted Dove (25) 2024-01-12, Warbling White-eye (11) 2024-01-12, Western Cattle Egret (13) 2023-10-19, White-rumped Shama (1) 2020-06-25, Yellow-fronted Canary (2) 2020-06-25, Zebra Dove (36) 2024-01-12" +21.33796364,-157.8375903,"Chestnut Munia (1) 2022-07-23, Common Myna (7) 2023-10-16, Common Waxbill (3) 2022-05-10, House Finch (3) 2022-05-10, House Sparrow (1) 2022-04-25, Java Sparrow (2) 2022-05-10, Feral Mallard (3) 2022-05-10, Northern Cardinal (6) 2023-12-21, Pacific Golden-Plover (1) 2023-10-16, Red Junglefowl (1) 2023-10-16, Red-billed Leiothrix (1) 2022-05-10, Red-crested Cardinal (8) 2023-12-21, Red-vented Bulbul (6) 2023-10-16, Red-whiskered Bulbul (4) 2022-05-10, Rose-ringed Parakeet (8) 2023-12-21, Saffron Finch (1) 2022-05-10, Scaly-breasted Munia (1) 2019-02-11, Spotted Dove (8) 2023-12-21, Warbling White-eye (5) 2022-05-10, Western Cattle Egret (1) 2022-07-23, White Tern (1) 2022-05-10, White-rumped Shama (5) 2023-10-16, Yellow-fronted Canary (2) 2022-05-10, Zebra Dove (9) 2023-12-21" +21.3369744,-157.70261,"Brown Noddy (1) 2021-07-29, Chestnut Munia (1) 2023-08-04, Common Myna (7) 2023-08-04, Common Waxbill (3) 2023-08-04, Great Frigatebird (2) 2023-06-04, House Finch (3) 2023-08-04, House Sparrow (1) 2023-01-15, Java Sparrow (5) 2023-08-04, Northern Mockingbird (2) 2021-10-26, Pacific Golden-Plover (4) 2023-03-18, Red-crested Cardinal (4) 2023-08-04, Red-footed Booby (1) 2022-03-19, Red-tailed Tropicbird (1) 2023-01-15, Red-vented Bulbul (3) 2023-08-04, Red-whiskered Bulbul (4) 2023-08-04, Rock Pigeon (3) 2023-08-04, Sooty Tern (1) 2023-01-15, Spotted Dove (6) 2023-08-04, Warbling White-eye (1) 2023-01-15, Western Cattle Egret (4) 2023-08-04, White Tern (1) 2023-01-15, White-rumped Shama (2) 2023-06-06, Yellow-fronted Canary (1) 2023-06-04, Zebra Dove (8) 2023-08-04" +21.3481102,-158.0110878,"African Silverbill (9) 2021-11-08, Black-crowned Night Heron (1) 2020-01-27, Chestnut Munia (19) 2022-02-07, Common Myna (21) 2023-05-13, Common Waxbill (28) 2023-05-13, Eurasian Skylark (27) 2023-05-13, Gray Francolin (40) 2022-02-25, House Finch (34) 2022-02-07, Java Sparrow (1) 2022-02-25, Northern Cardinal (26) 2022-02-25, Pacific Golden-Plover (25) 2022-02-25, Red Avadavat (8) 2022-02-25, Red-crested Cardinal (28) 2022-02-25, Red-vented Bulbul (54) 2023-05-13, Red-whiskered Bulbul (3) 2022-02-25, Rose-ringed Parakeet (1) 2019-04-06, Ruddy Turnstone (1) 2021-04-04, Saffron Finch (4) 2023-05-13, Scaly-breasted Munia (1) 2021-05-22, Spotted Dove (37) 2022-02-25, Warbling White-eye (27) 2021-11-08, Western Cattle Egret (16) 2023-05-13, White-rumped Shama (2) 2021-08-23, Yellow-fronted Canary (2) 2022-02-14, Zebra Dove (60) 2023-05-13" +21.3565473,-157.9145926,"African Silverbill (1) 2021-07-01, Black-crowned Night Heron (1) 2019-01-29, Chestnut Munia (5) 2021-06-14, Common Myna (9) 2022-05-28, Common Waxbill (8) 2021-07-01, Hawaiian Coot (3) 2021-07-01, House Finch (2) 2020-06-25, House Sparrow (2) 2021-04-16, Java Sparrow (3) 2021-04-16, Feral Mallard (2) 2021-04-21, Northern Cardinal (7) 2022-04-14, Pacific Golden-Plover (5) 2021-04-16, Red-crested Cardinal (8) 2022-05-28, Red-crowned Parrot (1) 2021-04-16, Red-vented Bulbul (3) 2021-04-16, Rock Pigeon (2) 2021-04-16, Rose-ringed Parakeet (1) 2021-07-02, Saffron Finch (9) 2022-05-28, Spotted Dove (6) 2021-04-16, Warbling White-eye (4) 2021-06-14, Western Cattle Egret (5) 2021-06-14, White-rumped Shama (2) 2021-07-01, Yellow-fronted Canary (2) 2019-02-02, Zebra Dove (9) 2022-05-28" +21.36667252,-158.0977659,"Black Francolin (1) 2019-04-16, Common Myna (1) 2019-04-16, Common Waxbill (1) 2019-04-16, Eurasian Skylark (2) 2019-12-27, Gray Francolin (2) 2019-12-27, House Finch (1) 2019-04-16, Java Sparrow (2) 2019-12-27, Kalij Pheasant (1) 2019-12-27, Northern Cardinal (2) 2020-05-15, Northern Mockingbird (3) 2019-12-27, Oahu Amakihi (1) 2019-04-16, Pacific Golden-Plover (1) 2019-12-27, Red Avadavat (2) 2019-12-27, Red Junglefowl (1) 2019-04-16, Red-billed Leiothrix (2) 2019-12-27, Red-crested Cardinal (2) 2019-12-27, Red-vented Bulbul (1) 2019-04-16, Saffron Finch (1) 2020-05-15, Scaly-breasted Munia (2) 2019-12-27, Spotted Dove (2) 2019-12-27, Warbling White-eye (2) 2019-12-27, Western Cattle Egret (1) 2019-12-27, White-rumped Shama (2) 2019-12-27, Yellow-faced Grassquit (1) 2019-04-16, Zebra Dove (4) 2019-12-27" +21.37575859,-158.1073557,"Apapane (1) 2023-01-02, Black Francolin (1) 2023-12-31, Common Myna (7) 2023-12-31, Common Waxbill (2) 2023-12-31, Erckel's Spurfowl (2) 2023-01-02, Gray Francolin (3) 2023-12-31, House Finch (5) 2023-12-31, Java Sparrow (2) 2023-12-31, Kalij Pheasant (1) 2023-01-02, Mourning Dove (1) 2023-01-02, Northern Cardinal (7) 2023-12-31, Northern Mockingbird (1) 2023-01-02, Oahu Amakihi (2) 2023-01-02, Pacific Golden-Plover (2) 2023-12-31, Red Junglefowl (3) 2023-06-04, Red-billed Leiothrix (3) 2023-06-02, Red-crested Cardinal (6) 2023-12-31, Red-vented Bulbul (6) 2023-06-04, Red-whiskered Bulbul (3) 2023-06-03, Rock Pigeon (1) 2021-08-02, Saffron Finch (3) 2023-12-31, Spotted Dove (6) 2023-12-31, Warbling White-eye (4) 2023-12-31, White-rumped Shama (2) 2023-06-01, Zebra Dove (5) 2023-12-31" +21.37473915,-157.9337485,"Black-crowned Night Heron (1) 2023-03-21, Black-necked Stilt (1) 2019-02-25, Chestnut Munia (1) 2019-02-08, Common Myna (18) 2024-01-30, Common Waxbill (1) 2019-02-08, House Finch (6) 2023-03-21, House Sparrow (10) 2023-11-05, Java Sparrow (4) 2021-11-27, Northern Cardinal (4) 2024-01-30, Northern Mockingbird (1) 2022-03-12, Pacific Golden-Plover (7) 2024-01-30, Red Junglefowl (2) 2022-03-12, Red-crested Cardinal (9) 2023-11-05, Red-vented Bulbul (11) 2024-01-30, Red-whiskered Bulbul (3) 2019-03-22, Rock Pigeon (3) 2023-11-05, Rose-ringed Parakeet (2) 2024-01-30, Ruddy Turnstone (1) 2021-11-27, Saffron Finch (3) 2021-12-20, Spotted Dove (15) 2024-01-30, Warbling White-eye (7) 2024-01-30, Western Cattle Egret (9) 2024-01-30, White Tern (1) 2024-01-30, White-rumped Shama (4) 2021-11-27, Zebra Dove (18) 2024-01-30" +21.37332764,-157.7312217,"Black-necked Stilt (1) 2023-12-05, Chestnut Munia (9) 2023-06-09, Common Gallinule (1) 2021-12-22, Common Myna (24) 2023-12-30, Common Waxbill (17) 2023-12-30, Gray Francolin (1) 2022-08-26, Hawaiian Coot (1) 2021-12-22, House Finch (10) 2023-05-28, House Sparrow (2) 2022-08-07, Java Sparrow (11) 2023-12-30, Feral Mallard (2) 2023-05-28, Northern Cardinal (11) 2023-05-28, Pacific Golden-Plover (15) 2023-12-30, Red-billed Leiothrix (2) 2023-09-20, Red-crested Cardinal (19) 2023-12-30, Red-vented Bulbul (19) 2023-12-30, Red-whiskered Bulbul (16) 2023-05-28, Rock Pigeon (12) 2022-06-04, Rose-ringed Parakeet (7) 2022-03-23, Scaly-breasted Munia (4) 2022-03-23, Spotted Dove (21) 2023-12-30, Warbling White-eye (18) 2023-12-30, Western Cattle Egret (14) 2023-12-30, White-rumped Shama (7) 2023-05-28, Zebra Dove (22) 2023-12-30" +21.40158915,-157.8949669,"Apapane (4) 2023-05-31, Chestnut Munia (1) 2021-10-10, Common Myna (5) 2023-05-31, Common Waxbill (12) 2023-12-04, House Finch (18) 2023-12-17, House Sparrow (1) 2023-05-31, Japanese Bush Warbler (2) 2023-01-10, Java Sparrow (2) 2023-01-21, Northern Cardinal (8) 2023-12-04, Oahu Amakihi (23) 2023-12-04, Oahu Elepaio (8) 2023-12-17, Pacific Golden-Plover (3) 2023-01-10, Red Junglefowl (6) 2023-01-10, Red-billed Leiothrix (23) 2023-12-04, Red-crested Cardinal (10) 2023-12-17, Red-crowned Parrot (4) 2023-12-04, Red-vented Bulbul (13) 2023-12-04, Red-whiskered Bulbul (17) 2023-12-04, Scaly-breasted Munia (3) 2023-11-11, Spotted Dove (9) 2023-12-04, Warbling White-eye (33) 2023-12-17, White-rumped Shama (16) 2023-12-04, Yellow-fronted Canary (5) 2023-01-10, Zebra Dove (9) 2023-12-04" +21.40064336,-157.7599244,"Black-crowned Night Heron (2) 2023-10-26, Black-necked Stilt (2) 2023-08-02, Chestnut Munia (3) 2023-10-26, Common Gallinule (5) 2023-10-26, Common Myna (5) 2023-10-26, Common Waxbill (3) 2023-10-26, Hawaiian Coot (4) 2023-08-10, House Finch (1) 2020-11-24, House Sparrow (1) 2020-11-24, Java Sparrow (1) 2020-11-24, Feral Mallard (2) 2022-03-23, Muscovy Duck (1) 2023-10-26, Northern Cardinal (1) 2023-10-26, Pacific Golden-Plover (2) 2023-10-26, Red-crested Cardinal (4) 2023-10-26, Red-vented Bulbul (4) 2023-10-26, Red-whiskered Bulbul (2) 2023-10-26, Rock Pigeon (1) 2023-10-26, Scaly-breasted Munia (2) 2023-10-26, Spotted Dove (3) 2023-08-10, Warbling White-eye (1) 2022-12-28, Western Cattle Egret (5) 2023-10-26, White-rumped Shama (1) 2023-08-02, Zebra Dove (4) 2023-10-26" +21.42906175,-157.9526512,"African Silverbill (1) 2022-02-17, Black-necked Stilt (1) 2022-01-16, Chestnut Munia (2) 2022-06-01, Common Myna (15) 2024-02-11, Common Waxbill (6) 2022-06-01, House Finch (4) 2022-06-01, House Sparrow (7) 2022-06-01, Java Sparrow (7) 2022-06-01, Long-billed Dowitcher (1) 2022-01-11, Northern Cardinal (2) 2024-02-11, Pacific Golden-Plover (8) 2022-01-16, Red Junglefowl (1) 2022-06-01, Red-billed Leiothrix (3) 2022-06-01, Red-crested Cardinal (11) 2022-06-01, Red-crowned Parrot (6) 2024-02-11, Red-vented Bulbul (14) 2024-02-11, Red-whiskered Bulbul (8) 2024-02-11, Rose-ringed Parakeet (8) 2024-02-11, Saffron Finch (5) 2022-06-01, Spotted Dove (15) 2024-02-11, Warbling White-eye (8) 2024-02-11, Western Cattle Egret (5) 2022-06-01, White-rumped Shama (7) 2022-06-01, Yellow-fronted Canary (1) 2022-06-01, Zebra Dove (12) 2024-02-11" +21.45462208,-157.730519,"Black Noddy (2) 2023-11-01, Black-crowned Night Heron (1) 2019-05-15, Black-necked Stilt (2) 2019-05-15, Brown Booby (2) 2023-11-01, Brown Noddy (2) 2023-11-01, Common Myna (3) 2019-05-19, Common Waxbill (1) 2019-05-15, Great Frigatebird (3) 2023-11-01, Hawaiian Coot (1) 2019-05-15, House Finch (2) 2019-05-19, Masked Booby (2) 2023-11-01, Northern Cardinal (3) 2019-05-19, Pacific Golden-Plover (2) 2023-11-01, Red-crested Cardinal (2) 2019-05-19, Red-vented Bulbul (3) 2019-05-19, Red-whiskered Bulbul (2) 2019-05-19, Rock Pigeon (1) 2019-05-15, Sooty Tern (2) 2023-11-01, Spotted Dove (3) 2019-05-19, Warbling White-eye (1) 2019-05-19, Wedge-tailed Shearwater (1) 2020-08-11, Western Cattle Egret (3) 2019-05-19, White-rumped Shama (1) 2019-05-15, Zebra Dove (3) 2019-05-19" +21.46442994,-157.8365892,"Barn Owl (2) 2022-12-01, Black-crowned Night Heron (2) 2022-08-01, Chestnut Munia (2) 2019-05-04, Common Myna (20) 2024-02-19, Common Waxbill (5) 2022-04-30, Great Frigatebird (3) 2022-12-02, House Finch (5) 2024-02-04, House Sparrow (10) 2024-02-19, Java Sparrow (3) 2022-12-04, Northern Cardinal (4) 2023-04-26, Pacific Golden-Plover (3) 2021-12-02, Red Junglefowl (2) 2022-12-04, Red-billed Leiothrix (1) 2021-12-02, Red-crested Cardinal (12) 2024-02-04, Red-vented Bulbul (17) 2024-02-04, Red-whiskered Bulbul (13) 2024-01-17, Rock Pigeon (6) 2024-02-19, Ruddy Turnstone (2) 2022-12-02, Sanderling (1) 2024-02-04, Spotted Dove (18) 2024-02-19, Warbling White-eye (15) 2024-02-19, Western Cattle Egret (11) 2024-02-19, White-rumped Shama (1) 2021-12-02, Zebra Dove (19) 2024-02-19" +21.54779979,-158.1835582,"Barn Owl (1) 2020-07-03, Black Francolin (4) 2020-07-03, Chestnut Munia (2) 2020-03-15, Common Myna (7) 2021-09-20, Common Waxbill (19) 2023-01-05, Erckel's Spurfowl (10) 2023-01-05, Gray Francolin (5) 2021-09-20, House Finch (14) 2022-04-04, Indian Peafowl (4) 2020-07-03, Japanese Bush Warbler (8) 2021-06-04, Kalij Pheasant (8) 2023-01-05, Mourning Dove (1) 2020-06-05, Northern Cardinal (15) 2022-04-04, Pacific Golden-Plover (5) 2023-01-05, Red Avadavat (2) 2020-03-15, Red-billed Leiothrix (17) 2022-04-04, Red-crested Cardinal (15) 2022-04-04, Red-vented Bulbul (18) 2023-01-05, Red-whiskered Bulbul (12) 2023-01-05, Scaly-breasted Munia (3) 2020-07-03, Spotted Dove (16) 2023-01-05, Warbling White-eye (14) 2021-09-20, White-rumped Shama (19) 2023-01-05, Wild Turkey (1) 2020-05-02, Zebra Dove (12) 2023-01-05" +21.5835863,-158.1157452,"Black Francolin (1) 2019-10-13, Chestnut Munia (2) 2020-02-24, Common Gallinule (1) 2022-11-15, Common Myna (8) 2023-06-10, Common Waxbill (5) 2023-06-10, House Finch (6) 2023-06-10, House Sparrow (5) 2023-06-10, Indian Peafowl (2) 2023-04-16, Java Sparrow (5) 2023-06-10, Northern Cardinal (2) 2020-01-05, Pacific Golden-Plover (5) 2022-11-15, Red Avadavat (1) 2019-10-13, Red Junglefowl (4) 2023-06-10, Red-crested Cardinal (6) 2023-06-10, Red-vented Bulbul (3) 2023-06-10, Rock Pigeon (2) 2023-06-10, Ruddy Turnstone (1) 2020-02-08, Saffron Finch (9) 2023-06-10, Spotted Dove (4) 2023-06-10, Wandering Tattler (1) 2019-10-13, Warbling White-eye (5) 2022-11-15, Western Cattle Egret (8) 2023-06-10, White-faced Ibis (4) 2020-02-08, White-rumped Shama (1) 2019-10-13, Zebra Dove (7) 2023-06-10" +21.59262044,-158.1156901,"Brown Booby (1) 2022-05-29, Chestnut Munia (4) 2022-05-29, Common Myna (14) 2023-08-21, Common Waxbill (8) 2023-08-21, House Finch (3) 2022-07-27, House Sparrow (2) 2023-08-21, Indian Peafowl (1) 2019-11-08, Java Sparrow (5) 2019-11-08, Laysan Albatross (1) 2021-04-19, Northern Cardinal (2) 2020-01-21, Pacific Golden-Plover (5) 2023-03-21, Red Junglefowl (3) 2023-08-21, Red-crested Cardinal (15) 2022-10-01, Red-vented Bulbul (12) 2022-07-27, Red-whiskered Bulbul (3) 2019-11-08, Rock Pigeon (8) 2023-08-21, Saffron Finch (13) 2023-08-21, Sanderling (2) 2021-04-19, Spotted Dove (5) 2023-08-21, Wandering Tattler (2) 2020-03-07, Warbling White-eye (3) 2022-05-29, Wedge-tailed Shearwater (1) 2022-05-29, Western Cattle Egret (12) 2023-08-21, White-rumped Shama (3) 2019-11-08, Zebra Dove (14) 2023-08-21" +21.5912903,-157.8935325,"Black Noddy (1) 2023-05-02, Black-crowned Night Heron (1) 2022-07-08, Black-necked Stilt (1) 2021-08-09, Chestnut Munia (1) 2021-10-14, Common Myna (10) 2023-05-04, Common Waxbill (1) 2023-04-28, Glaucous-winged Gull (6) 2020-02-27, Gray Francolin (1) 2021-03-20, Great Frigatebird (3) 2023-05-02, House Finch (2) 2023-05-01, Masked Booby (1) 2022-05-27, Northern Cardinal (3) 2023-05-04, Pacific Golden-Plover (9) 2023-04-28, Red Junglefowl (8) 2023-05-01, Red-crested Cardinal (12) 2023-04-28, Red-vented Bulbul (6) 2022-05-27, Red-whiskered Bulbul (3) 2020-02-20, Rock Pigeon (1) 2021-11-06, Sanderling (10) 2023-05-04, Spotted Dove (9) 2022-05-27, Wandering Tattler (7) 2023-04-28, Warbling White-eye (2) 2022-05-27, Western Cattle Egret (2) 2023-05-01, White-rumped Shama (1) 2021-11-06, Zebra Dove (11) 2023-05-04" +21.62838215,-158.0478385,"Black-crowned Night Heron (1) 2022-10-05, Common Gallinule (4) 2022-10-05, Common Myna (7) 2023-12-11, Common Waxbill (5) 2022-09-14, House Finch (1) 2021-06-15, Indian Peafowl (11) 2024-01-05, Feral Mallard (3) 2023-06-08, Pacific Golden-Plover (2) 2024-01-05, Red Junglefowl (3) 2022-09-08, Red-billed Leiothrix (1) 2022-09-14, Red-crested Cardinal (14) 2024-01-05, Red-vented Bulbul (9) 2024-01-05, Red-whiskered Bulbul (7) 2024-01-05, Rock Pigeon (2) 2022-09-08, Saffron Finch (2) 2023-06-14, Scaly-breasted Munia (2) 2023-12-11, Spotted Dove (4) 2023-03-05, Warbling White-eye (4) 2023-12-11, Western Cattle Egret (1) 2023-06-14, White-rumped Shama (17) 2024-01-05, White-tailed Tropicbird (1) 2022-03-27, Zebra Dove (11) 2024-01-05" +21.67296651,-157.9508975,"Apapane (1) 2021-05-12, Black Francolin (1) 2019-05-31, Chestnut Munia (3) 2023-09-15, Common Myna (11) 2023-12-28, Common Waxbill (1) 2019-02-11, Gray Francolin (1) 2023-07-25, House Sparrow (1) 2021-09-13, Java Sparrow (1) 2019-02-11, Northern Cardinal (2) 2019-05-31, Pacific Golden-Plover (3) 2023-09-15, Red Junglefowl (5) 2024-01-29, Red-billed Leiothrix (1) 2021-11-05, Red-crested Cardinal (3) 2023-09-15, Red-vented Bulbul (7) 2023-12-28, Red-whiskered Bulbul (3) 2023-09-15, Rock Pigeon (1) 2024-01-31, Ruddy Turnstone (1) 2021-04-13, Saffron Finch (5) 2023-07-23, Scaly-breasted Munia (1) 2019-05-31, Spotted Dove (6) 2023-09-15, Warbling White-eye (3) 2023-09-15, Western Cattle Egret (5) 2023-12-28, White-rumped Shama (4) 2023-09-15, White-tailed Tropicbird (1) 2021-05-12, Zebra Dove (10) 2023-12-28" +21.25652932,-157.818957,"African Silverbill (1) 2021-10-26, Brown Booby (1) 2023-02-10, Common Myna (21) 2024-02-01, Common Waxbill (15) 2024-02-01, Great Frigatebird (1) 2019-08-11, House Finch (15) 2024-02-01, House Sparrow (17) 2024-02-01, Java Sparrow (4) 2024-02-01, Muscovy Duck (1) 2022-11-10, Pacific Golden-Plover (18) 2024-02-01, Red Junglefowl (8) 2022-10-14, Red-crested Cardinal (17) 2024-02-01, Red-footed Booby (1) 2022-03-30, Red-vented Bulbul (20) 2024-02-01, Red-whiskered Bulbul (10) 2024-01-29, Rock Pigeon (15) 2024-02-01, Rose-ringed Parakeet (18) 2024-02-01, Sooty Tern (2) 2019-03-20, Spotted Dove (17) 2023-12-03, Warbling White-eye (13) 2024-01-30, Wedge-tailed Shearwater (1) 2023-08-08, Western Cattle Egret (13) 2024-02-01, White Tern (17) 2024-01-29, White-rumped Shama (1) 2021-10-26, Yellow-fronted Canary (14) 2024-02-01, Zebra Dove (19) 2024-02-01" +21.27452783,-157.8091754,"Black-crowned Night Heron (1) 2023-03-10, Common Myna (41) 2024-02-19, Common Waxbill (13) 2024-02-19, Eurasian Skylark (1) 2020-02-14, Gray Francolin (3) 2024-02-19, House Finch (9) 2024-02-19, House Sparrow (26) 2023-12-28, Java Sparrow (10) 2023-12-28, Feral Mallard (1) 2023-03-09, Northern Cardinal (3) 2024-02-19, Pacific Golden-Plover (12) 2024-02-19, Red Avadavat (1) 2023-02-03, Red Junglefowl (3) 2024-02-19, Red-crested Cardinal (20) 2024-02-19, Red-vented Bulbul (38) 2024-02-19, Red-whiskered Bulbul (10) 2023-12-28, Rock Pigeon (16) 2024-02-19, Rose-ringed Parakeet (32) 2024-02-19, Saffron Finch (1) 2023-12-28, Spotted Dove (43) 2024-02-19, Warbling White-eye (17) 2024-02-19, Western Cattle Egret (10) 2024-02-19, White Tern (12) 2024-02-19, White-rumped Shama (5) 2024-02-19, Yellow-fronted Canary (10) 2024-02-19, Zebra Dove (45) 2024-02-19" +21.29217494,-157.7511979,"Chestnut Munia (1) 2022-09-26, Common Myna (20) 2023-06-30, Common Waxbill (13) 2023-02-12, House Finch (15) 2023-06-30, House Sparrow (5) 2023-06-30, Java Sparrow (16) 2023-06-30, Northern Cardinal (11) 2023-06-30, Oahu Elepaio (1) 2021-08-29, Pacific Golden-Plover (11) 2023-06-30, Red-billed Leiothrix (1) 2021-08-29, Red-crested Cardinal (17) 2023-06-30, Red-masked Parakeet (4) 2023-06-30, Red-vented Bulbul (24) 2023-06-30, Red-whiskered Bulbul (8) 2022-07-30, Rock Pigeon (5) 2022-07-31, Rose-ringed Parakeet (11) 2023-06-30, Saffron Finch (4) 2022-04-01, Scaly-breasted Munia (7) 2023-06-30, Spotted Dove (18) 2023-02-12, Warbling White-eye (17) 2023-06-30, Western Cattle Egret (9) 2023-02-12, White Tern (13) 2022-10-23, White-rumped Shama (14) 2023-06-30, White-tailed Tropicbird (1) 2022-08-30, Yellow-fronted Canary (5) 2022-07-30, Zebra Dove (25) 2023-06-30" +21.32117685,-158.0401937,"Black-crowned Night Heron (1) 2019-04-28, Black-necked Stilt (1) 2019-04-28, Chestnut Munia (2) 2023-01-01, Common Myna (5) 2023-01-01, Common Waxbill (5) 2023-01-01, Gray Francolin (3) 2023-01-01, House Finch (3) 2023-01-01, House Sparrow (4) 2023-01-01, Indian Peafowl (2) 2019-04-28, Java Sparrow (3) 2023-01-01, Northern Cardinal (5) 2023-01-01, Northern Mockingbird (2) 2021-01-01, Pacific Golden-Plover (5) 2023-01-01, Red Junglefowl (1) 2019-04-28, Red-crested Cardinal (5) 2023-01-01, Red-vented Bulbul (5) 2023-01-01, Ring-necked Pheasant (1) 2019-04-28, Rock Pigeon (2) 2019-12-02, Rose-ringed Parakeet (1) 2019-04-28, Saffron Finch (4) 2023-01-01, Spotted Dove (5) 2023-01-01, Warbling White-eye (3) 2021-01-01, Western Cattle Egret (4) 2023-01-01, White-rumped Shama (1) 2019-02-11, Yellow-fronted Canary (1) 2021-01-01, Zebra Dove (5) 2023-01-01" +21.33048046,-158.0883452,"African Silverbill (8) 2021-08-18, Black-crowned Night Heron (1) 2022-11-11, Black-necked Stilt (1) 2022-11-11, Chestnut Munia (3) 2021-08-31, Common Myna (38) 2024-01-18, Common Waxbill (16) 2022-11-11, Gray Francolin (21) 2022-02-09, Hawaiian Coot (1) 2022-11-11, House Finch (7) 2023-09-11, House Sparrow (16) 2024-01-18, Java Sparrow (11) 2022-11-11, Feral Mallard (1) 2022-11-11, Northern Cardinal (9) 2022-02-09, Pacific Golden-Plover (13) 2024-01-18, Red Avadavat (1) 2020-05-10, Red Junglefowl (4) 2023-07-30, Red-crested Cardinal (20) 2024-01-18, Red-vented Bulbul (18) 2022-11-11, Rock Pigeon (2) 2023-02-18, Saffron Finch (13) 2024-01-18, Scaly-breasted Munia (1) 2020-05-10, Spotted Dove (30) 2023-10-06, Warbling White-eye (19) 2022-09-14, Western Cattle Egret (9) 2024-01-18, Zebra Dove (37) 2024-01-18" +21.32957115,-157.9340753,"Black-crowned Night Heron (1) 2021-12-25, Black-necked Stilt (1) 2021-07-09, Chestnut Munia (6) 2022-11-28, Common Myna (43) 2024-01-21, Common Waxbill (17) 2024-01-21, Eurasian Skylark (1) 2021-03-16, Gray Francolin (5) 2022-11-28, House Finch (22) 2024-01-21, House Sparrow (11) 2024-01-21, Java Sparrow (1) 2021-08-06, Feral Mallard (4) 2024-01-09, Northern Cardinal (5) 2022-07-25, Pacific Golden-Plover (42) 2024-02-06, Red-crested Cardinal (20) 2024-01-21, Red-vented Bulbul (33) 2024-01-09, Red-whiskered Bulbul (3) 2022-04-27, Rock Pigeon (1) 2021-08-06, Rose-ringed Parakeet (5) 2022-08-04, Saffron Finch (25) 2024-01-21, Spotted Dove (27) 2024-01-21, Warbling White-eye (9) 2022-08-04, Western Cattle Egret (15) 2024-01-21, White Tern (7) 2023-04-30, White-rumped Shama (1) 2024-02-06, Yellow-fronted Canary (5) 2024-01-21, Zebra Dove (36) 2024-01-21" +21.3294464,-157.9147919,"Black-crowned Night Heron (3) 2023-06-23, Black-necked Stilt (1) 2022-12-19, Common Myna (34) 2024-02-18, Common Waxbill (3) 2023-06-11, Eurasian Skylark (1) 2023-09-02, House Finch (8) 2024-01-26, House Sparrow (40) 2024-02-19, Feral Mallard (7) 2024-01-22, Northern Cardinal (1) 2022-11-09, Pacific Golden-Plover (4) 2021-03-25, Red Avadavat (2) 2023-10-27, Red Junglefowl (4) 2023-04-12, Red-crested Cardinal (11) 2024-02-03, Red-vented Bulbul (20) 2023-07-28, Red-whiskered Bulbul (1) 2019-04-02, Rock Pigeon (10) 2024-02-19, Rose-ringed Parakeet (1) 2023-09-02, Saffron Finch (2) 2023-09-02, Spotted Dove (46) 2024-02-25, Warbling White-eye (2) 2024-01-26, Western Cattle Egret (8) 2023-05-27, White Tern (3) 2023-06-19, Zebra Dove (25) 2024-01-29" +21.33878825,-157.9629373,"Black-crowned Night Heron (5) 2024-01-14, Brown Booby (1) 2024-01-14, Chestnut Munia (8) 2023-08-02, Common Myna (34) 2024-01-15, Common Waxbill (12) 2023-11-30, House Finch (14) 2024-01-15, House Sparrow (16) 2024-01-14, Java Sparrow (15) 2024-01-14, Northern Cardinal (19) 2024-01-15, Pacific Golden-Plover (35) 2024-01-15, Red Junglefowl (2) 2022-01-13, Red-crested Cardinal (27) 2024-01-14, Red-vented Bulbul (22) 2024-01-14, Red-whiskered Bulbul (13) 2024-01-15, Rock Pigeon (5) 2023-11-30, Rose-ringed Parakeet (21) 2024-01-15, Saffron Finch (20) 2024-01-14, Spotted Dove (21) 2024-01-14, Wandering Tattler (2) 2022-09-14, Warbling White-eye (8) 2024-01-15, Western Cattle Egret (24) 2024-01-15, White Tern (13) 2024-01-14, White-rumped Shama (17) 2024-01-15, Yellow-fronted Canary (9) 2024-01-15, Zebra Dove (34) 2024-01-15" +21.33841735,-157.9050834,"Chestnut Munia (3) 2022-06-24, Common Myna (21) 2023-12-29, Common Waxbill (8) 2023-07-03, Eurasian Skylark (2) 2019-11-17, House Finch (11) 2023-07-03, House Sparrow (12) 2023-07-03, Java Sparrow (14) 2023-07-03, Feral Mallard (1) 2023-03-11, Northern Cardinal (2) 2023-05-08, Northern Mockingbird (1) 2022-06-22, Pacific Golden-Plover (7) 2023-09-13, Red Junglefowl (11) 2023-12-29, Red-crested Cardinal (12) 2023-09-13, Red-vented Bulbul (15) 2023-07-03, Red-whiskered Bulbul (5) 2023-07-01, Rock Pigeon (1) 2023-12-29, Rose-ringed Parakeet (13) 2023-07-03, Saffron Finch (9) 2023-07-03, Spotted Dove (20) 2023-12-29, Warbling White-eye (8) 2023-07-03, Western Cattle Egret (17) 2023-12-29, White Tern (4) 2023-12-29, Yellow-fronted Canary (7) 2023-07-03, Zebra Dove (19) 2023-12-29" +21.34608154,-157.7121719,"Black-crowned Night Heron (2) 2023-07-14, Black-necked Stilt (11) 2019-07-11, Chestnut Munia (9) 2023-09-30, Common Gallinule (8) 2023-10-18, Common Myna (16) 2023-10-14, Common Waxbill (12) 2023-09-30, House Finch (3) 2023-02-04, House Sparrow (1) 2023-02-04, Indian Peafowl (4) 2023-06-07, Java Sparrow (2) 2020-01-29, Feral Mallard (2) 2021-08-04, Muscovy Duck (1) 2021-10-12, Northern Cardinal (3) 2023-10-14, Pacific Golden-Plover (19) 2023-09-30, Red Junglefowl (2) 2023-10-14, Red-crested Cardinal (7) 2023-10-14, Red-vented Bulbul (5) 2022-05-01, Red-whiskered Bulbul (2) 2023-10-14, Rock Pigeon (9) 2023-09-30, Sanderling (1) 2020-02-21, Spotted Dove (12) 2023-10-14, Wandering Tattler (1) 2020-02-21, Warbling White-eye (3) 2023-03-07, Western Cattle Egret (21) 2023-10-18, Yellow-fronted Canary (1) 2019-12-18, Zebra Dove (15) 2023-10-14" +21.35691523,-157.9724538,"African Silverbill (2) 2023-10-19, Chestnut Munia (16) 2022-05-08, Common Myna (18) 2023-10-19, Common Waxbill (11) 2023-10-19, Eurasian Skylark (3) 2022-04-16, House Finch (10) 2022-05-08, House Sparrow (2) 2022-03-30, Java Sparrow (2) 2022-05-08, Pacific Golden-Plover (15) 2023-09-11, Red Avadavat (2) 2022-05-08, Red-crested Cardinal (4) 2023-10-19, Red-vented Bulbul (6) 2022-04-16, Red-whiskered Bulbul (3) 2022-04-04, Rock Pigeon (2) 2022-03-29, Rose-ringed Parakeet (10) 2022-05-08, Ruddy Turnstone (13) 2022-04-16, Ruff (4) 2022-03-28, Saffron Finch (9) 2023-10-19, Scaly-breasted Munia (2) 2022-03-31, Spotted Dove (6) 2022-05-08, Wandering Tattler (3) 2022-05-08, Warbling White-eye (4) 2022-04-16, Western Cattle Egret (12) 2023-09-11, White Tern (5) 2023-09-11, Yellow-fronted Canary (1) 2022-03-29, Zebra Dove (14) 2022-05-08" +21.36612086,-158.0013222,"Black-necked Stilt (2) 2023-12-31, Chestnut Munia (2) 2023-12-31, Common Myna (2) 2023-12-31, Common Waxbill (2) 2023-12-31, Gray Francolin (1) 2019-02-17, House Finch (1) 2023-12-31, House Sparrow (1) 2023-12-31, Java Sparrow (1) 2023-12-31, Feral Mallard (3) 2023-12-31, Northern Cardinal (2) 2023-12-31, Pacific Golden-Plover (3) 2023-12-31, Red Junglefowl (1) 2023-12-31, Red-crested Cardinal (2) 2023-12-31, Red-vented Bulbul (2) 2023-12-31, Rose-ringed Parakeet (1) 2023-12-31, Ruddy Turnstone (1) 2023-12-31, Saffron Finch (1) 2023-12-31, Scaly-breasted Munia (1) 2023-12-31, Spotted Dove (2) 2023-12-31, Wandering Tattler (1) 2019-02-17, Warbling White-eye (1) 2023-12-31, Western Cattle Egret (2) 2023-12-31, White-rumped Shama (1) 2023-12-31, Yellow-fronted Canary (1) 2023-12-31, Zebra Dove (2) 2023-12-31" +21.3756539,-158.0880654,"Chestnut Munia (2) 2019-06-17, Common Myna (26) 2023-07-07, Common Waxbill (14) 2022-01-13, Gray Francolin (11) 2019-11-22, Hawaiian Coot (2) 2019-06-17, House Finch (18) 2023-07-07, House Sparrow (11) 2019-10-17, Java Sparrow (7) 2022-11-27, Kalij Pheasant (1) 2019-11-22, Northern Cardinal (14) 2021-07-24, Northern Mockingbird (13) 2019-10-17, Oahu Amakihi (2) 2019-06-17, Pacific Golden-Plover (22) 2022-11-27, Red Avadavat (1) 2019-11-22, Red Junglefowl (9) 2019-10-17, Red-billed Leiothrix (2) 2019-06-17, Red-crested Cardinal (19) 2023-07-07, Red-vented Bulbul (27) 2023-07-07, Red-whiskered Bulbul (7) 2022-11-27, Saffron Finch (3) 2022-01-25, Scaly-breasted Munia (11) 2019-10-17, Spotted Dove (26) 2023-07-07, Warbling White-eye (18) 2022-01-14, Western Cattle Egret (13) 2023-07-07, Yellow-faced Grassquit (2) 2019-06-17, Zebra Dove (23) 2023-07-07" +21.38257709,-157.7600767,"Black-crowned Night Heron (5) 2022-02-19, Black-necked Stilt (14) 2023-07-14, Chestnut Munia (7) 2022-06-25, Common Gallinule (8) 2022-02-16, Common Myna (16) 2023-02-19, Common Waxbill (12) 2022-06-25, Hawaiian Coot (6) 2022-02-16, House Finch (5) 2023-02-19, Java Sparrow (3) 2022-02-26, Feral Mallard (9) 2023-02-19, Muscovy Duck (2) 2021-12-19, Northern Cardinal (7) 2021-12-19, Northern Shoveler (1) 2022-02-16, Pacific Golden-Plover (10) 2023-02-19, Pectoral Sandpiper (1) 2022-02-14, Red Avadavat (3) 2022-02-02, Red Junglefowl (1) 2020-01-27, Red-crested Cardinal (8) 2022-02-16, Red-vented Bulbul (6) 2021-12-19, Red-whiskered Bulbul (4) 2020-01-30, Rock Pigeon (1) 2020-01-27, Spotted Dove (9) 2023-02-19, Warbling White-eye (9) 2023-02-19, Western Cattle Egret (14) 2023-07-14, White-rumped Shama (6) 2022-02-19, Zebra Dove (12) 2023-02-19" +21.4032002,-158.1747194,"African Silverbill (1) 2023-02-14, Brown Booby (1) 2021-06-23, Common Myna (5) 2023-05-10, Common Waxbill (2) 2023-03-06, Erckel's Spurfowl (2) 2023-02-15, Gray Francolin (2) 2021-06-23, Great Frigatebird (1) 2023-03-28, House Finch (4) 2023-05-10, House Sparrow (3) 2023-05-10, Java Sparrow (2) 2023-02-19, Northern Cardinal (3) 2022-01-22, Pacific Golden-Plover (1) 2022-01-22, Red Avadavat (1) 2021-06-23, Red Junglefowl (1) 2021-06-23, Red-crested Cardinal (2) 2022-01-22, Red-vented Bulbul (8) 2023-05-10, Red-whiskered Bulbul (1) 2021-02-20, Ring-necked Pheasant (1) 2022-01-22, Rock Pigeon (5) 2023-05-10, Saffron Finch (2) 2022-01-22, Scaly-breasted Munia (4) 2023-02-19, Spotted Dove (7) 2023-05-13, Warbling White-eye (3) 2022-01-22, Western Cattle Egret (2) 2023-05-10, White-tailed Tropicbird (1) 2022-03-06, Zebra Dove (8) 2023-05-10" +21.42049292,-158.029897,"African Silverbill (2) 2022-04-13, Black Francolin (2) 2022-04-13, Chestnut Munia (2) 2022-04-13, Common Myna (3) 2022-04-13, Common Waxbill (3) 2022-04-13, Eurasian Skylark (3) 2022-04-13, Gray Francolin (3) 2022-04-13, House Finch (3) 2022-04-13, Java Sparrow (2) 2022-04-13, Northern Cardinal (2) 2022-04-12, Pacific Golden-Plover (2) 2022-04-13, Red Avadavat (3) 2022-04-13, Red Junglefowl (1) 2019-10-30, Red-crested Cardinal (2) 2022-04-13, Red-vented Bulbul (3) 2022-04-13, Red-whiskered Bulbul (2) 2022-04-12, Ring-necked Pheasant (2) 2022-04-13, Rock Pigeon (2) 2022-04-13, Rose-ringed Parakeet (3) 2022-04-13, Ruddy Turnstone (2) 2022-04-13, Saffron Finch (2) 2022-04-12, Scaly-breasted Munia (1) 2022-04-13, Spotted Dove (3) 2022-04-13, Warbling White-eye (3) 2022-04-13, Western Cattle Egret (3) 2022-04-13, Zebra Dove (3) 2022-04-13" +21.48464968,-158.203219,"Black-crowned Night Heron (1) 2022-01-05, Chinese Hwamei (2) 2019-09-27, Common Myna (11) 2022-02-04, Common Waxbill (9) 2022-02-04, Erckel's Spurfowl (7) 2022-02-04, Great Frigatebird (1) 2019-06-30, House Finch (12) 2022-02-04, House Sparrow (3) 2020-01-19, Indian Peafowl (20) 2024-01-30, Japanese Bush Warbler (1) 2020-01-19, Java Sparrow (3) 2022-01-09, Northern Cardinal (7) 2022-02-04, Red Avadavat (1) 2019-04-10, Red Junglefowl (1) 2019-10-05, Red-crested Cardinal (10) 2022-01-07, Red-vented Bulbul (15) 2022-02-04, Ring-necked Pheasant (1) 2020-01-19, Rock Pigeon (3) 2022-01-17, Saffron Finch (9) 2022-02-04, Scaly-breasted Munia (2) 2020-01-19, Spotted Dove (9) 2022-01-17, Warbling White-eye (8) 2022-02-04, Western Cattle Egret (1) 2020-01-19, White-rumped Shama (1) 2020-01-19, White-tailed Tropicbird (3) 2022-01-09, Zebra Dove (13) 2022-02-04" +21.50966318,-157.8458831,"Black-crowned Night Heron (3) 2023-05-09, Black-necked Stilt (5) 2023-05-28, Chestnut Munia (14) 2023-05-09, Common Gallinule (1) 2023-05-09, Common Myna (25) 2023-05-09, Common Waxbill (16) 2023-04-30, House Finch (16) 2022-09-20, House Sparrow (1) 2022-11-11, Indian Peafowl (1) 2023-04-30, Java Sparrow (1) 2022-11-29, Feral Mallard (1) 2023-05-09, Northern Cardinal (4) 2022-06-30, Oahu Amakihi (1) 2022-01-15, Pacific Golden-Plover (5) 2022-12-28, Red Junglefowl (3) 2023-05-09, Red-billed Leiothrix (10) 2022-12-28, Red-crested Cardinal (10) 2023-05-09, Red-vented Bulbul (20) 2023-05-09, Red-whiskered Bulbul (11) 2022-09-20, Scaly-breasted Munia (10) 2022-09-20, Spotted Dove (10) 2023-05-09, Wandering Tattler (1) 2022-11-25, Warbling White-eye (21) 2023-04-30, Western Cattle Egret (12) 2023-05-28, White-rumped Shama (16) 2023-06-12, Zebra Dove (18) 2023-05-09" +21.69144682,-158.0184253,"Black Noddy (2) 2019-08-11, Bristle-thighed Curlew (1) 2020-09-11, Brown Booby (1) 2023-09-17, Brown Noddy (1) 2023-05-20, Common Myna (12) 2024-01-02, Gray Francolin (2) 2019-08-13, Great Frigatebird (2) 2023-09-17, House Finch (2) 2019-08-11, House Sparrow (3) 2019-09-21, Java Sparrow (3) 2024-01-02, Laysan Albatross (2) 2022-12-25, Masked Booby (1) 2023-10-30, Pacific Golden-Plover (1) 2020-09-11, Red Junglefowl (3) 2023-05-20, Red-crested Cardinal (2) 2020-09-11, Rock Pigeon (2) 2019-08-11, Ruddy Turnstone (1) 2023-10-30, Saffron Finch (1) 2023-12-21, Spotted Dove (5) 2023-12-21, Wandering Tattler (6) 2023-10-30, Warbling White-eye (2) 2023-12-21, Wedge-tailed Shearwater (1) 2023-09-02, White Tern (1) 2023-09-02, Zebra Dove (9) 2024-01-02" +21.26528758,-157.7803371,"Black-crowned Night Heron (3) 2024-01-16, Brown Booby (1) 2020-09-25, Common Myna (10) 2024-01-16, Common Waxbill (3) 2023-09-17, Gray Francolin (1) 2022-08-20, Great Frigatebird (1) 2022-07-01, House Finch (3) 2023-09-17, House Sparrow (3) 2024-01-16, Pacific Golden-Plover (4) 2024-01-16, Red Junglefowl (1) 2023-10-20, Red-crested Cardinal (6) 2024-01-16, Red-masked Parakeet (2) 2022-11-14, Red-vented Bulbul (8) 2023-10-20, Red-whiskered Bulbul (1) 2021-05-30, Rock Pigeon (5) 2024-01-16, Rose-ringed Parakeet (1) 2021-02-07, Scaly-breasted Munia (2) 2022-07-07, Spotted Dove (6) 2024-01-16, Wandering Tattler (2) 2022-11-14, Warbling White-eye (4) 2023-06-17, Wedge-tailed Shearwater (2) 2022-11-14, Western Cattle Egret (5) 2023-09-17, White Tern (8) 2023-09-17, Yellow-fronted Canary (2) 2023-09-17, Zebra Dove (7) 2024-01-16" +21.27445931,-157.7995378,"Black-crowned Night Heron (1) 2019-08-18, Chestnut Munia (1) 2024-02-11, Common Myna (24) 2024-02-11, Common Waxbill (12) 2023-08-24, Great Frigatebird (2) 2023-02-18, House Finch (11) 2024-02-11, House Sparrow (12) 2022-08-19, Java Sparrow (8) 2023-02-13, Northern Cardinal (3) 2022-08-19, Northern Mockingbird (1) 2024-02-11, Pacific Golden-Plover (12) 2023-08-24, Red Junglefowl (11) 2024-02-11, Red-crested Cardinal (19) 2024-02-11, Red-masked Parakeet (3) 2023-02-19, Red-vented Bulbul (19) 2023-11-04, Red-whiskered Bulbul (1) 2020-02-28, Rock Pigeon (13) 2024-02-11, Rose-ringed Parakeet (10) 2024-02-11, Saffron Finch (4) 2022-03-09, Scaly-breasted Munia (1) 2020-07-03, Spotted Dove (14) 2024-02-11, Warbling White-eye (9) 2024-02-11, Western Cattle Egret (17) 2024-02-11, White Tern (12) 2023-08-24, White-rumped Shama (3) 2022-05-07, Yellow-fronted Canary (9) 2022-08-19, Zebra Dove (24) 2024-02-16" +21.28314176,-157.7512741,"Black-crowned Night Heron (1) 2020-01-03, Common Myna (7) 2023-06-30, Common Waxbill (1) 2022-07-04, Great Frigatebird (4) 2022-07-10, House Finch (5) 2023-06-30, House Sparrow (2) 2023-06-30, Java Sparrow (6) 2023-06-30, Lavender Waxbill (1) 2022-04-27, Feral Mallard (1) 2020-01-03, Northern Cardinal (5) 2023-06-30, Pacific Golden-Plover (3) 2023-11-23, Red-crested Cardinal (4) 2023-06-30, Red-masked Parakeet (3) 2023-04-20, Red-vented Bulbul (12) 2023-11-23, Red-whiskered Bulbul (3) 2023-11-23, Rock Pigeon (4) 2023-04-20, Rose-ringed Parakeet (3) 2023-04-20, Scaly-breasted Munia (1) 2022-07-10, Spotted Dove (9) 2023-06-30, Warbling White-eye (6) 2023-06-30, Western Cattle Egret (6) 2023-06-30, White Tern (5) 2023-06-30, White-rumped Shama (4) 2023-06-30, White-tailed Tropicbird (1) 2023-03-07, Yellow-fronted Canary (2) 2023-06-30, Zebra Dove (6) 2023-04-20" +21.29252593,-157.7993909,"Barn Owl (1) 2021-02-05, Chestnut Munia (2) 2023-08-29, Common Myna (8) 2024-01-31, Common Waxbill (9) 2023-08-02, Hawaiian Coot (1) 2022-04-07, House Finch (5) 2022-04-07, House Sparrow (2) 2019-01-06, Java Sparrow (7) 2023-08-29, Northern Cardinal (2) 2022-04-07, Pacific Golden-Plover (2) 2022-04-07, Red Junglefowl (1) 2019-01-07, Red-billed Leiothrix (1) 2022-04-07, Red-crested Cardinal (4) 2023-08-02, Red-masked Parakeet (1) 2019-01-07, Red-vented Bulbul (10) 2023-09-17, Red-whiskered Bulbul (4) 2022-04-07, Rock Pigeon (3) 2019-01-07, Rose-ringed Parakeet (7) 2023-08-29, Scaly-breasted Munia (2) 2023-08-02, Sooty Tern (1) 2022-04-07, Spotted Dove (8) 2023-08-29, Warbling White-eye (3) 2022-07-09, Western Cattle Egret (3) 2023-08-29, White Tern (3) 2023-08-28, White-rumped Shama (1) 2022-04-07, Yellow-fronted Canary (3) 2023-08-02, Zebra Dove (9) 2023-08-29" +21.29181005,-157.703007,"Chestnut Munia (1) 2021-01-23, Common Gallinule (19) 2024-01-17, Common Myna (22) 2024-01-17, Common Waxbill (15) 2023-02-18, Great Egret (14) 2021-01-26, Hawaiian Coot (3) 2022-05-05, House Finch (13) 2022-05-05, House Sparrow (3) 2021-09-23, Java Sparrow (4) 2022-03-04, Feral Mallard (25) 2024-01-17, Northern Cardinal (4) 2021-09-23, Pacific Golden-Plover (10) 2024-01-17, Red Junglefowl (6) 2023-02-18, Red-crested Cardinal (11) 2024-01-17, Red-vented Bulbul (11) 2022-05-05, Red-whiskered Bulbul (1) 2021-09-23, Rock Pigeon (7) 2024-01-17, Rose-ringed Parakeet (2) 2021-01-30, Scaly-breasted Munia (10) 2022-05-05, Spotted Dove (19) 2024-01-17, Warbling White-eye (6) 2021-01-30, Western Cattle Egret (24) 2024-01-17, White Tern (2) 2021-09-23, White-rumped Shama (1) 2020-02-01, Zebra Dove (21) 2024-01-17" +21.30327119,-158.0692318,"African Silverbill (9) 2022-11-30, Brown Booby (1) 2020-02-18, Chestnut Munia (51) 2022-12-27, Common Myna (135) 2024-02-08, Common Waxbill (71) 2024-02-08, Eurasian Skylark (76) 2023-03-13, Gray Francolin (51) 2023-02-03, House Finch (103) 2024-02-08, House Sparrow (99) 2022-12-27, Northern Cardinal (39) 2023-03-13, Northern Mockingbird (13) 2022-03-30, Pacific Golden-Plover (83) 2024-02-08, Red Avadavat (2) 2021-07-21, Red-crested Cardinal (67) 2024-02-08, Red-vented Bulbul (108) 2023-03-13, Red-whiskered Bulbul (14) 2022-05-25, Ruddy Turnstone (6) 2021-12-25, Saffron Finch (102) 2024-02-08, Sanderling (1) 2020-02-18, Scaly-breasted Munia (4) 2022-09-14, Spotted Dove (63) 2022-12-27, Wandering Tattler (1) 2020-02-18, Warbling White-eye (32) 2023-03-13, Western Cattle Egret (5) 2024-02-08, White-rumped Shama (8) 2022-02-09, Yellow-fronted Canary (30) 2023-02-03, Zebra Dove (115) 2024-02-08" +21.30316274,-158.0499512,"African Silverbill (4) 2023-01-10, Black-necked Stilt (2) 2021-11-29, Brown Booby (1) 2022-12-13, Chestnut Munia (2) 2023-01-10, Common Myna (12) 2023-11-11, Common Waxbill (10) 2023-11-11, Gray Francolin (3) 2023-07-02, Great Frigatebird (1) 2023-07-02, House Finch (9) 2023-07-02, House Sparrow (11) 2023-11-11, Indian Peafowl (1) 2020-12-30, Java Sparrow (2) 2020-01-02, Northern Cardinal (7) 2023-07-02, Pacific Golden-Plover (9) 2023-11-11, Red-crested Cardinal (12) 2023-11-11, Red-vented Bulbul (10) 2023-07-02, Red-whiskered Bulbul (3) 2023-07-02, Rock Pigeon (1) 2023-01-11, Ruddy Turnstone (2) 2022-01-10, Saffron Finch (9) 2023-11-11, Sanderling (2) 2023-11-11, Spotted Dove (11) 2023-11-11, Warbling White-eye (8) 2023-11-11, Western Cattle Egret (2) 2023-01-11, White-rumped Shama (5) 2023-07-02, Yellow-fronted Canary (9) 2023-11-11, Zebra Dove (12) 2023-11-11" +21.30176317,-157.8282354,"Black-necked Stilt (1) 2019-12-07, Chestnut Munia (5) 2020-02-14, Common Myna (35) 2024-01-04, Common Waxbill (4) 2019-10-04, House Finch (5) 2024-01-07, House Sparrow (18) 2024-01-04, Java Sparrow (6) 2024-01-07, Feral Mallard (1) 2020-04-06, Northern Cardinal (4) 2021-04-28, Northern Mockingbird (1) 2022-10-29, Pacific Golden-Plover (11) 2024-02-11, Red Junglefowl (1) 2019-12-07, Red-crested Cardinal (15) 2023-07-09, Red-masked Parakeet (1) 2019-08-16, Red-vented Bulbul (28) 2024-01-04, Red-whiskered Bulbul (3) 2024-01-04, Rock Pigeon (19) 2023-10-26, Rose-ringed Parakeet (24) 2024-01-04, Saffron Finch (1) 2019-05-22, Scaly-breasted Munia (2) 2024-02-27, Spotted Dove (34) 2024-01-04, Warbling White-eye (7) 2024-01-04, Western Cattle Egret (3) 2022-10-11, White Tern (36) 2024-01-04, White-rumped Shama (2) 2024-01-04, Yellow-fronted Canary (7) 2024-02-25, Zebra Dove (41) 2024-01-04" +21.30155922,-157.7993175,"Chestnut Munia (3) 2020-05-27, Common Myna (13) 2022-02-21, Common Waxbill (14) 2022-02-05, House Finch (15) 2022-02-05, House Sparrow (2) 2020-08-22, Java Sparrow (8) 2020-10-17, Northern Cardinal (6) 2020-08-16, Northern Mockingbird (3) 2020-10-17, Oahu Amakihi (9) 2020-08-21, Pacific Golden-Plover (7) 2020-08-19, Red Junglefowl (1) 2020-06-01, Red-billed Leiothrix (2) 2022-02-21, Red-crested Cardinal (8) 2022-02-21, Red-masked Parakeet (4) 2020-12-01, Red-vented Bulbul (21) 2022-02-05, Red-whiskered Bulbul (4) 2020-06-07, Rock Pigeon (1) 2022-02-05, Rose-ringed Parakeet (11) 2022-02-05, Saffron Finch (1) 2022-02-21, Scaly-breasted Munia (1) 2020-07-27, Spotted Dove (16) 2021-06-02, Warbling White-eye (16) 2022-02-21, Western Cattle Egret (1) 2022-02-21, White Tern (4) 2020-08-04, White-rumped Shama (5) 2022-02-21, Yellow-fronted Canary (11) 2021-06-02, Zebra Dove (18) 2022-02-05" +21.31868248,-157.6738496,"Brown Booby (1) 2023-02-23, Brown Noddy (1) 2021-09-17, Common Myna (7) 2023-04-14, Common Waxbill (2) 2022-04-07, Great Frigatebird (4) 2022-08-11, House Finch (2) 2022-04-07, House Sparrow (1) 2019-07-25, Japanese Bush Warbler (1) 2022-04-07, Java Sparrow (2) 2022-04-07, Pacific Golden-Plover (3) 2022-04-07, Red Avadavat (1) 2022-04-07, Red Junglefowl (1) 2023-04-14, Red-crested Cardinal (3) 2022-04-07, Red-footed Booby (11) 2022-04-07, Red-tailed Tropicbird (3) 2021-04-08, Red-vented Bulbul (6) 2023-04-14, Red-whiskered Bulbul (1) 2022-04-07, Rock Pigeon (4) 2021-04-08, Short-eared Owl (1) 2021-04-08, Sooty Tern (5) 2024-01-27, Spotted Dove (9) 2023-04-14, Warbling White-eye (2) 2021-11-15, Wedge-tailed Shearwater (1) 2019-07-25, Western Cattle Egret (3) 2022-01-30, White-rumped Shama (2) 2022-04-07, Zebra Dove (6) 2023-04-14" +21.33866776,-157.9436526,"Black-crowned Night Heron (1) 2023-10-12, Black-necked Stilt (2) 2023-10-12, Chestnut Munia (4) 2023-07-19, Common Myna (10) 2023-10-12, Common Waxbill (5) 2023-07-19, House Finch (5) 2023-10-12, House Sparrow (3) 2023-05-18, Java Sparrow (5) 2023-07-19, Feral Mallard (1) 2022-11-01, Northern Cardinal (3) 2023-05-18, Northern Mockingbird (1) 2021-08-09, Pacific Golden-Plover (5) 2023-06-04, Red Junglefowl (1) 2022-08-04, Red-crested Cardinal (9) 2023-10-12, Red-vented Bulbul (6) 2023-07-12, Red-whiskered Bulbul (3) 2023-07-12, Ring-necked Pheasant (1) 2020-12-12, Rock Pigeon (3) 2023-10-12, Rose-ringed Parakeet (6) 2023-07-12, Saffron Finch (4) 2023-07-19, Spotted Dove (5) 2023-05-18, Warbling White-eye (5) 2023-07-12, Western Cattle Egret (6) 2023-07-19, White Tern (6) 2023-07-12, White-rumped Shama (3) 2023-07-19, Yellow-fronted Canary (1) 2023-07-19, Zebra Dove (9) 2023-07-19" +21.34725981,-157.8760887,"Cackling Goose (1) 2020-10-13, Chestnut Munia (6) 2020-05-09, Common Myna (10) 2022-05-14, Common Waxbill (6) 2020-05-09, House Finch (4) 2020-04-07, House Sparrow (10) 2022-05-14, Japanese Bush Warbler (2) 2020-02-06, Java Sparrow (8) 2020-05-09, Feral Mallard (2) 2020-03-18, Northern Cardinal (8) 2020-05-09, Oahu Amakihi (1) 2019-02-23, Pacific Golden-Plover (7) 2020-05-09, Red-billed Leiothrix (1) 2019-02-23, Red-crested Cardinal (9) 2020-05-09, Red-vented Bulbul (10) 2022-05-14, Red-whiskered Bulbul (4) 2020-05-09, Rock Pigeon (1) 2020-02-06, Rose-ringed Parakeet (8) 2020-05-09, Saffron Finch (7) 2022-05-14, Scaly-breasted Munia (2) 2020-05-09, Spotted Dove (8) 2020-05-09, Warbling White-eye (8) 2020-05-09, Western Cattle Egret (7) 2020-05-09, White-rumped Shama (8) 2020-05-09, Yellow-fronted Canary (7) 2020-05-09, Zebra Dove (9) 2022-05-14" +21.37436029,-157.8758819,"Chestnut Munia (7) 2023-10-26, Common Myna (12) 2023-10-26, Common Waxbill (13) 2023-10-26, House Finch (7) 2023-10-26, House Sparrow (2) 2023-05-26, Japanese Bush Warbler (1) 2020-03-07, Java Sparrow (7) 2023-09-12, Northern Cardinal (8) 2023-06-17, Oahu Amakihi (5) 2023-10-26, Oahu Elepaio (1) 2022-01-30, Pacific Golden-Plover (7) 2023-10-26, Red Junglefowl (1) 2023-09-03, Red-billed Leiothrix (11) 2023-09-12, Red-crested Cardinal (12) 2023-10-26, Red-vented Bulbul (12) 2023-10-26, Red-whiskered Bulbul (11) 2023-10-26, Rock Pigeon (1) 2022-11-24, Rose-ringed Parakeet (1) 2022-11-24, Saffron Finch (3) 2023-05-26, Scaly-breasted Munia (5) 2023-10-26, Spotted Dove (10) 2023-06-17, Warbling White-eye (9) 2023-10-26, Western Cattle Egret (2) 2023-09-03, White-rumped Shama (14) 2023-10-26, White-tailed Tropicbird (1) 2020-02-24, Yellow-fronted Canary (3) 2023-10-26, Zebra Dove (13) 2023-10-26" +21.38389482,-157.9529734,"Black-crowned Night Heron (4) 2023-02-18, Black-necked Stilt (3) 2021-03-02, Chestnut Munia (4) 2021-10-07, Common Gallinule (3) 2023-02-18, Common Myna (15) 2023-02-19, Common Waxbill (7) 2023-02-18, House Finch (3) 2023-02-19, House Sparrow (9) 2023-02-19, Java Sparrow (6) 2023-02-19, Feral Mallard (3) 2023-02-18, Northern Cardinal (1) 2021-01-07, Pacific Golden-Plover (12) 2023-02-19, Red Junglefowl (10) 2023-02-19, Red-crested Cardinal (9) 2023-02-19, Red-crowned Parrot (1) 2023-02-19, Red-vented Bulbul (5) 2023-02-18, Red-whiskered Bulbul (3) 2023-02-18, Rock Pigeon (8) 2023-02-19, Rose-ringed Parakeet (1) 2021-10-07, Saffron Finch (12) 2023-02-19, Spotted Dove (8) 2023-02-18, Wandering Tattler (3) 2023-02-18, Warbling White-eye (3) 2023-02-17, Western Cattle Egret (14) 2023-02-19, White-rumped Shama (1) 2021-10-07, Zebra Dove (13) 2023-02-19" +21.39196006,-157.8082261,"Chestnut Munia (5) 2022-08-20, Common Myna (7) 2022-08-20, Common Waxbill (7) 2021-02-04, Green-winged Teal (1) 2021-12-20, Hawaiian Coot (9) 2022-08-20, House Finch (1) 2019-04-20, Java Sparrow (1) 2020-02-19, Feral Mallard (9) 2023-03-10, Muscovy Duck (4) 2024-01-06, Northern Cardinal (4) 2020-02-01, Osprey (1) 2021-10-10, Pacific Golden-Plover (1) 2019-04-20, Red-billed Leiothrix (4) 2023-02-19, Red-crested Cardinal (10) 2023-10-04, Red-vented Bulbul (7) 2023-03-03, Red-whiskered Bulbul (10) 2023-10-04, Ring-necked Pheasant (1) 2022-09-22, Rock Pigeon (1) 2019-04-20, Spotted Dove (7) 2022-08-20, Wandering Tattler (1) 2019-04-04, Warbling White-eye (9) 2023-03-03, Western Cattle Egret (3) 2021-10-10, White-rumped Shama (12) 2023-10-04, Zebra Dove (11) 2023-03-03" +21.39161024,-157.7600006,"Black-crowned Night Heron (2) 2024-02-11, Chestnut Munia (2) 2020-12-20, Common Gallinule (1) 2024-02-11, Common Myna (5) 2024-02-11, Common Waxbill (4) 2024-02-11, Great Frigatebird (1) 2022-07-30, House Finch (2) 2020-12-20, Japanese Bush Warbler (3) 2020-12-20, Java Sparrow (1) 2024-02-11, Feral Mallard (7) 2023-12-11, Northern Cardinal (5) 2024-02-11, Northern Pintail (2) 2020-12-20, Northern Shoveler (1) 2022-02-13, Pacific Golden-Plover (1) 2024-02-11, Red Junglefowl (2) 2024-01-13, Red-billed Leiothrix (1) 2019-04-02, Red-crested Cardinal (4) 2024-02-11, Red-vented Bulbul (8) 2024-02-11, Red-whiskered Bulbul (5) 2024-01-13, Spotted Dove (5) 2024-02-11, Warbling White-eye (3) 2022-02-13, Western Cattle Egret (6) 2024-02-11, White-rumped Shama (2) 2022-02-13, Zebra Dove (3) 2024-02-11" +21.40988802,-157.7887868,"Black Swan (1) 2023-08-05, Black-necked Stilt (1) 2020-08-01, Chestnut Munia (11) 2023-07-24, Common Myna (14) 2023-08-05, Common Waxbill (10) 2023-07-24, House Finch (6) 2023-07-24, House Sparrow (5) 2021-10-03, Indian Peafowl (1) 2023-08-05, Java Sparrow (10) 2023-07-24, Feral Mallard (1) 2023-08-05, Pacific Golden-Plover (8) 2022-02-25, Red Avadavat (6) 2023-07-24, Red Junglefowl (5) 2023-07-21, Red-crested Cardinal (10) 2023-07-31, Red-vented Bulbul (6) 2023-07-24, Red-whiskered Bulbul (2) 2021-07-12, Rock Pigeon (4) 2023-07-24, Ruddy Turnstone (1) 2022-02-25, Saffron Finch (5) 2023-07-24, Scaly-breasted Munia (1) 2023-07-24, Spotted Dove (10) 2023-08-05, Wandering Tattler (1) 2022-02-25, Warbling White-eye (2) 2023-07-24, Western Cattle Egret (12) 2023-08-05, White-rumped Shama (1) 2020-01-18, Yellow-fronted Canary (1) 2019-02-12, Zebra Dove (11) 2023-08-05" +21.43739715,-157.8464525,"Black-crowned Night Heron (1) 2023-08-29, Chestnut Munia (18) 2023-12-11, Common Myna (22) 2024-01-27, Common Waxbill (11) 2024-01-27, House Finch (11) 2023-10-18, House Sparrow (3) 2023-08-01, Java Sparrow (9) 2024-01-27, Feral Mallard (1) 2023-05-21, Mourning Dove (1) 2023-12-11, Northern Cardinal (6) 2023-09-25, Pacific Golden-Plover (5) 2024-01-27, Red Junglefowl (8) 2024-01-27, Red-billed Leiothrix (4) 2024-01-27, Red-crested Cardinal (17) 2024-01-27, Red-vented Bulbul (18) 2024-01-27, Red-whiskered Bulbul (20) 2024-01-27, Saffron Finch (2) 2023-07-06, Scaly-breasted Munia (2) 2023-12-11, Spotted Dove (23) 2024-01-27, Warbling White-eye (17) 2024-01-27, Western Cattle Egret (1) 2023-06-20, White-rumped Shama (11) 2023-12-05, White-tailed Tropicbird (1) 2023-09-25, Yellow-faced Grassquit (10) 2023-08-08, Zebra Dove (23) 2024-01-27" +21.49304025,-158.0776817,"African Silverbill (1) 2021-05-09, Apapane (2) 2021-12-08, Brown Booby (1) 2022-10-03, Chestnut Munia (4) 2021-12-10, Common Myna (18) 2022-10-15, Common Waxbill (8) 2021-12-10, Erckel's Spurfowl (2) 2019-06-19, Gray Francolin (2) 2021-12-02, House Finch (14) 2021-12-10, Java Sparrow (5) 2021-12-09, Northern Cardinal (9) 2021-12-02, Pacific Golden-Plover (7) 2022-10-15, Red Avadavat (2) 2021-12-08, Red Junglefowl (7) 2022-07-06, Red-crested Cardinal (14) 2021-12-10, Red-crowned Parrot (7) 2021-12-10, Red-vented Bulbul (13) 2021-12-10, Red-whiskered Bulbul (10) 2021-12-10, Rock Pigeon (2) 2021-05-08, Rose-ringed Parakeet (3) 2020-05-02, Saffron Finch (14) 2022-07-06, Spotted Dove (16) 2022-10-15, Warbling White-eye (9) 2022-10-03, Western Cattle Egret (3) 2022-10-15, White-rumped Shama (10) 2022-10-15, Yellow-fronted Canary (3) 2021-12-10, Zebra Dove (19) 2022-10-15" +21.49276397,-158.0294184,"Chestnut Munia (5) 2021-04-17, Common Myna (14) 2023-07-10, Common Waxbill (8) 2022-09-14, House Finch (3) 2022-05-28, House Sparrow (5) 2020-11-09, Indian Peafowl (1) 2022-05-28, Java Sparrow (3) 2021-04-17, Feral Mallard (2) 2019-02-28, Muscovy Duck (2) 2020-11-09, Northern Cardinal (5) 2022-05-28, Pacific Golden-Plover (8) 2022-09-14, Red Junglefowl (7) 2023-07-10, Red-billed Leiothrix (1) 2022-09-14, Red-crested Cardinal (6) 2022-09-14, Red-crowned Parrot (2) 2023-07-10, Red-vented Bulbul (10) 2022-09-14, Red-whiskered Bulbul (7) 2022-09-14, Rose-ringed Parakeet (1) 2022-05-25, Saffron Finch (3) 2021-04-17, Scaly-breasted Munia (2) 2020-11-09, Spotted Dove (11) 2022-05-28, Warbling White-eye (6) 2022-05-28, Western Cattle Egret (2) 2021-06-12, White-rumped Shama (5) 2022-05-28, Zebra Dove (11) 2022-05-28" +21.57525945,-158.2606721,"African Silverbill (1) 2021-02-15, Black-footed Albatross (1) 2022-11-26, Bristle-thighed Curlew (1) 2022-09-18, Brown Noddy (1) 2022-09-18, Common Myna (9) 2023-09-19, Common Waxbill (7) 2023-02-14, Erckel's Spurfowl (7) 2023-02-14, Glaucous-winged Gull (1) 2020-11-25, Gray Francolin (2) 2023-02-26, House Finch (5) 2023-02-14, Java Sparrow (1) 2022-09-18, Laysan Albatross (4) 2024-01-21, Northern Cardinal (7) 2023-02-14, Pacific Golden-Plover (8) 2024-01-21, Red-crested Cardinal (8) 2023-02-14, Red-footed Booby (1) 2022-11-26, Red-vented Bulbul (8) 2023-02-14, Red-whiskered Bulbul (3) 2023-09-19, Ring-necked Pheasant (1) 2023-02-07, Rock Pigeon (1) 2023-02-14, Snow Goose (2) 2020-03-14, Spotted Dove (7) 2023-09-19, Wandering Tattler (4) 2024-01-21, Warbling White-eye (6) 2023-02-14, Wedge-tailed Shearwater (2) 2022-11-26, White-rumped Shama (1) 2020-01-15, Zebra Dove (9) 2023-09-19" +21.57485898,-158.1737444,"Black Francolin (1) 2022-03-19, Chestnut Munia (2) 2022-04-30, Common Myna (2) 2022-04-30, Common Waxbill (2) 2022-04-30, Gray Francolin (2) 2022-04-30, Hawaiian Coot (1) 2021-01-23, House Finch (2) 2022-04-30, Indian Peafowl (3) 2022-04-30, Laysan Albatross (1) 2023-04-27, Feral Mallard (1) 2021-01-23, Muscovy Duck (2) 2022-04-16, Northern Cardinal (2) 2022-04-30, Pacific Golden-Plover (1) 2022-04-16, Red Avadavat (1) 2022-04-30, Red Junglefowl (3) 2023-08-20, Red-crested Cardinal (2) 2022-04-30, Red-vented Bulbul (2) 2022-04-30, Ring-necked Duck (2) 2021-01-23, Rock Pigeon (1) 2022-04-30, Ruddy Turnstone (1) 2022-04-16, Saffron Finch (2) 2022-04-30, Scaly-breasted Munia (2) 2022-04-30, Spotted Dove (2) 2022-04-30, Warbling White-eye (2) 2022-04-30, Western Cattle Egret (2) 2022-04-30, White-rumped Shama (2) 2022-04-30, Zebra Dove (2) 2022-04-30" +21.61956471,-158.0865416,"Brown Booby (11) 2024-01-30, Common Myna (28) 2024-02-28, Common Waxbill (6) 2023-12-24, Great Frigatebird (3) 2023-06-03, House Finch (2) 2023-10-20, House Sparrow (2) 2022-08-20, Java Sparrow (5) 2022-02-01, Laysan Albatross (1) 2023-12-25, Northern Cardinal (6) 2023-03-02, Osprey (1) 2022-10-31, Pacific Golden-Plover (6) 2023-11-06, Red Avadavat (4) 2022-04-20, Red Junglefowl (3) 2023-12-24, Red-crested Cardinal (7) 2023-12-24, Red-vented Bulbul (13) 2023-12-24, Red-whiskered Bulbul (7) 2023-12-25, Ruddy Turnstone (6) 2023-09-19, Saffron Finch (2) 2022-01-29, Sanderling (42) 2024-02-28, Spotted Dove (6) 2023-12-28, Wandering Tattler (49) 2024-02-28, Warbling White-eye (3) 2023-12-25, Wedge-tailed Shearwater (1) 2021-06-04, Western Cattle Egret (6) 2023-11-06, White-rumped Shama (2) 2023-05-15, Zebra Dove (16) 2023-12-28" +21.70042132,-158.0086977,"Black-crowned Night Heron (2) 2022-03-15, Brown Booby (4) 2022-08-18, Brown Noddy (1) 2019-06-29, Chestnut Munia (6) 2022-08-19, Common Gallinule (3) 2022-08-18, Common Myna (14) 2024-02-14, Common Waxbill (8) 2024-02-14, Great Frigatebird (6) 2023-06-17, House Finch (11) 2022-09-24, House Sparrow (1) 2020-07-12, Java Sparrow (4) 2024-02-14, Northern Cardinal (6) 2022-09-24, Pacific Golden-Plover (8) 2024-02-14, Red Junglefowl (5) 2022-08-19, Red-billed Leiothrix (8) 2024-02-06, Red-crested Cardinal (11) 2024-02-14, Red-footed Booby (1) 2020-07-12, Red-vented Bulbul (14) 2024-02-14, Red-whiskered Bulbul (4) 2023-10-12, Saffron Finch (3) 2022-08-19, Scaly-breasted Munia (1) 2020-07-12, Spotted Dove (8) 2023-10-12, Wandering Tattler (1) 2022-03-15, Warbling White-eye (12) 2024-02-14, Western Cattle Egret (12) 2024-02-14, White-rumped Shama (16) 2024-02-14, Zebra Dove (18) 2024-02-14" +21.7093361,-157.9893022,"Black-footed Albatross (1) 2024-01-21, Black-necked Stilt (1) 2024-01-21, Common Myna (8) 2024-02-20, Common Waxbill (3) 2023-04-15, Glaucous-winged Gull (1) 2024-01-21, Gray Francolin (1) 2023-02-24, House Finch (3) 2024-01-21, Indian Peafowl (1) 2023-02-24, Laysan Albatross (7) 2024-02-20, Masked Booby (1) 2024-02-06, Muscovy Duck (1) 2024-01-21, Northern Cardinal (2) 2024-01-21, Pacific Golden-Plover (7) 2024-02-20, Red-billed Leiothrix (2) 2023-04-17, Red-crested Cardinal (4) 2024-02-06, Red-footed Booby (2) 2024-02-06, Red-vented Bulbul (3) 2023-04-15, Red-whiskered Bulbul (4) 2023-04-15, Saffron Finch (1) 2023-04-15, Sooty Tern (1) 2024-02-06, Spotted Dove (2) 2023-04-15, Wandering Tattler (2) 2024-02-02, Warbling White-eye (4) 2024-02-06, Western Cattle Egret (4) 2024-01-21, White-rumped Shama (3) 2024-02-06, Zebra Dove (6) 2024-02-06" +21.25632399,-157.7900477,"Brown Booby (1) 2019-04-21, Common Myna (17) 2024-01-26, Common Waxbill (6) 2023-10-06, Gray Francolin (1) 2023-10-06, Great Frigatebird (3) 2023-10-06, House Finch (9) 2023-10-06, House Sparrow (1) 2021-04-24, Java Sparrow (2) 2020-10-25, Masked Booby (1) 2019-04-21, Northern Cardinal (1) 2021-04-24, Pacific Golden-Plover (8) 2024-01-26, Red-crested Cardinal (11) 2024-01-26, Red-footed Booby (3) 2023-03-01, Red-masked Parakeet (12) 2024-01-07, Red-vented Bulbul (17) 2024-01-26, Red-whiskered Bulbul (8) 2024-01-07, Rock Pigeon (5) 2023-01-08, Rose-ringed Parakeet (7) 2024-01-07, Sooty Tern (3) 2023-03-01, Spotted Dove (14) 2024-01-07, Wandering Tattler (2) 2020-10-25, Warbling White-eye (12) 2024-01-07, Wedge-tailed Shearwater (10) 2022-09-24, Western Cattle Egret (3) 2021-01-01, White Tern (15) 2024-01-07, White-rumped Shama (2) 2019-05-04, Yellow-fronted Canary (1) 2023-10-06, Zebra Dove (15) 2024-01-26" +21.27432075,-157.7802626,"Black-crowned Night Heron (1) 2022-10-05, Common Myna (12) 2023-12-17, Common Waxbill (9) 2023-12-17, Great Frigatebird (1) 2021-09-19, House Finch (5) 2023-12-17, House Sparrow (8) 2023-12-17, Java Sparrow (8) 2024-01-05, Feral Mallard (3) 2021-12-19, Northern Cardinal (2) 2021-12-19, Pacific Golden-Plover (7) 2023-12-17, Red Junglefowl (3) 2023-09-08, Red-billed Leiothrix (3) 2021-12-19, Red-crested Cardinal (10) 2024-01-05, Red-masked Parakeet (1) 2020-07-17, Red-vented Bulbul (12) 2023-12-17, Red-whiskered Bulbul (4) 2023-12-17, Rock Pigeon (6) 2023-12-17, Rose-ringed Parakeet (12) 2024-02-20, Ruddy Turnstone (2) 2022-10-05, Saffron Finch (1) 2019-12-15, Scaly-breasted Munia (2) 2021-07-17, Spotted Dove (9) 2024-01-05, Warbling White-eye (8) 2023-12-17, Western Cattle Egret (12) 2024-01-05, White Tern (11) 2024-01-05, White-rumped Shama (3) 2021-12-19, Yellow-fronted Canary (1) 2020-07-17, Zebra Dove (9) 2023-12-17" +21.29259442,-157.8090296,"Black-crowned Night Heron (3) 2024-01-21, Black-necked Stilt (1) 2019-01-24, Chestnut Munia (1) 2020-06-21, Common Myna (20) 2023-06-27, Common Waxbill (13) 2023-06-27, Great Frigatebird (1) 2020-08-30, House Finch (18) 2023-06-27, House Sparrow (6) 2023-06-27, Japanese Bush Warbler (1) 2020-05-25, Java Sparrow (17) 2023-06-27, Feral Mallard (1) 2020-10-25, Northern Cardinal (3) 2020-07-12, Pacific Golden-Plover (10) 2023-04-15, Red Junglefowl (1) 2020-08-30, Red-crested Cardinal (11) 2023-06-27, Red-vented Bulbul (21) 2023-06-27, Red-whiskered Bulbul (10) 2023-03-09, Rock Pigeon (4) 2020-09-20, Rose-ringed Parakeet (18) 2023-06-27, Saffron Finch (3) 2023-06-27, Scaly-breasted Munia (2) 2023-06-27, Spotted Dove (20) 2023-06-27, Warbling White-eye (12) 2023-06-27, Western Cattle Egret (11) 2021-07-08, White Tern (24) 2024-01-27, White-rumped Shama (13) 2023-06-27, Yellow-fronted Canary (5) 2023-06-27, Zebra Dove (17) 2023-06-27" +21.30189651,-157.8475145,"Black-crowned Night Heron (3) 2023-12-02, Chestnut Munia (3) 2022-06-26, Common Myna (27) 2023-11-06, Common Waxbill (8) 2023-07-29, Great Frigatebird (1) 2022-03-11, House Finch (4) 2022-06-01, House Sparrow (21) 2023-11-06, Java Sparrow (15) 2023-10-26, Feral Mallard (1) 2021-10-18, Northern Cardinal (1) 2023-08-01, Pacific Golden-Plover (15) 2023-02-17, Red Junglefowl (2) 2022-03-05, Red-crested Cardinal (11) 2023-07-29, Red-vented Bulbul (18) 2023-11-06, Red-whiskered Bulbul (1) 2023-06-07, Rock Pigeon (9) 2023-07-29, Rose-ringed Parakeet (12) 2023-11-26, Saffron Finch (1) 2020-03-07, Scaly-breasted Munia (1) 2022-05-30, Spotted Dove (30) 2023-11-06, Warbling White-eye (5) 2021-07-19, Western Cattle Egret (13) 2023-11-06, White Tern (20) 2023-07-29, White-rumped Shama (1) 2023-07-29, Yellow-fronted Canary (5) 2022-06-26, Zebra Dove (29) 2023-11-06" +21.30183011,-157.837875,"African Silverbill (1) 2023-11-05, Chestnut Munia (2) 2021-06-27, Common Myna (47) 2024-01-11, Common Waxbill (18) 2023-11-05, Great Frigatebird (1) 2020-08-17, House Finch (21) 2023-11-05, House Sparrow (38) 2024-01-11, Japanese Bush Warbler (1) 2023-10-19, Java Sparrow (11) 2024-01-11, Northern Cardinal (3) 2020-09-21, Pacific Golden-Plover (14) 2024-01-11, Red Junglefowl (9) 2023-12-02, Red-crested Cardinal (25) 2023-11-05, Red-masked Parakeet (31) 2023-10-07, Red-vented Bulbul (34) 2024-01-11, Red-whiskered Bulbul (6) 2023-10-19, Rock Pigeon (32) 2024-01-11, Rose-ringed Parakeet (34) 2024-02-18, Saffron Finch (8) 2023-11-05, Scaly-breasted Munia (12) 2023-11-05, Spotted Dove (45) 2024-01-11, Warbling White-eye (25) 2024-01-11, Western Cattle Egret (33) 2024-01-11, White Tern (49) 2024-02-29, White-rumped Shama (4) 2020-09-21, Yellow-fronted Canary (10) 2023-11-05, Zebra Dove (53) 2024-01-11" +21.30162774,-157.8089567,"Chestnut Munia (5) 2023-09-12, Common Myna (26) 2023-09-12, Common Waxbill (15) 2023-07-27, House Finch (8) 2019-09-10, House Sparrow (3) 2019-11-06, Japanese Bush Warbler (1) 2020-04-15, Java Sparrow (8) 2023-07-27, Feral Mallard (2) 2023-06-05, Northern Cardinal (3) 2023-06-05, Pacific Golden-Plover (19) 2023-09-12, Red Avadavat (1) 2022-03-19, Red-billed Leiothrix (2) 2023-07-25, Red-crested Cardinal (15) 2023-07-25, Red-vented Bulbul (28) 2023-07-27, Red-whiskered Bulbul (5) 2023-05-30, Rock Pigeon (3) 2022-04-09, Rose-ringed Parakeet (17) 2023-09-12, Saffron Finch (1) 2022-04-09, Scaly-breasted Munia (1) 2019-08-30, Spotted Dove (17) 2023-07-27, Warbling White-eye (20) 2023-07-27, Western Cattle Egret (12) 2023-09-12, White Tern (17) 2023-07-25, White-rumped Shama (7) 2023-07-25, Yellow-fronted Canary (8) 2023-07-25, Zebra Dove (20) 2023-07-25" +21.30149014,-157.7896782,"Chestnut Munia (15) 2020-03-20, Common Myna (854) 2023-12-27, Common Waxbill (509) 2020-12-04, Great Frigatebird (1) 2019-07-31, House Finch (520) 2020-12-04, House Sparrow (221) 2020-07-24, Java Sparrow (754) 2021-08-16, Northern Cardinal (582) 2020-09-28, Northern Mockingbird (1) 2019-02-22, Pacific Golden-Plover (499) 2020-12-04, Red Junglefowl (164) 2023-12-27, Red-billed Leiothrix (1) 2019-10-27, Red-crested Cardinal (691) 2020-12-04, Red-vented Bulbul (914) 2021-08-16, Red-whiskered Bulbul (117) 2020-07-27, Rock Pigeon (9) 2019-09-27, Rose-ringed Parakeet (536) 2023-12-27, Saffron Finch (79) 2020-11-20, Scaly-breasted Munia (64) 2020-03-15, Spotted Dove (865) 2023-12-27, Warbling White-eye (703) 2020-12-04, Western Cattle Egret (81) 2020-03-17, White Cockatoo (36) 2020-03-03, White Tern (21) 2019-12-20, White-rumped Shama (541) 2020-12-04, White-tailed Tropicbird (9) 2019-07-31, Yellow-fronted Canary (546) 2020-12-04, Zebra Dove (886) 2020-12-04" +21.3108635,-157.8378039,"African Silverbill (1) 2024-02-25, Chestnut Munia (6) 2024-02-25, Common Myna (41) 2024-02-25, Common Waxbill (12) 2024-02-25, House Finch (21) 2024-02-25, House Sparrow (20) 2024-02-25, Java Sparrow (7) 2024-02-25, Feral Mallard (1) 2019-05-06, Northern Cardinal (4) 2023-06-24, Northern Mockingbird (3) 2024-02-25, Pacific Golden-Plover (25) 2024-02-25, Red Junglefowl (7) 2024-02-25, Red-crested Cardinal (24) 2024-02-25, Red-masked Parakeet (2) 2020-10-21, Red-vented Bulbul (43) 2024-02-25, Red-whiskered Bulbul (10) 2020-11-05, Rock Pigeon (6) 2023-01-01, Rose-ringed Parakeet (30) 2024-02-25, Saffron Finch (1) 2020-05-18, Scaly-breasted Munia (6) 2024-02-25, Spotted Dove (33) 2024-02-25, Warbling White-eye (24) 2024-02-25, Western Cattle Egret (25) 2024-02-25, White Tern (11) 2023-08-06, White-rumped Shama (9) 2024-02-25, Yellow-fronted Canary (8) 2024-02-25, Zebra Dove (33) 2024-02-25" +21.3107291,-157.8185237,"Apapane (1) 2021-08-14, Chestnut Munia (9) 2023-07-12, Common Myna (9) 2023-06-17, Common Waxbill (13) 2023-06-17, Great Frigatebird (1) 2019-07-06, House Finch (6) 2021-08-22, House Sparrow (2) 2021-03-16, Java Sparrow (2) 2024-01-22, Northern Cardinal (4) 2022-10-18, Oahu Amakihi (2) 2024-02-04, Pacific Golden-Plover (5) 2021-12-06, Red Junglefowl (4) 2021-08-22, Red-billed Leiothrix (4) 2021-08-22, Red-crested Cardinal (16) 2024-02-09, Red-vented Bulbul (26) 2024-02-09, Red-whiskered Bulbul (12) 2023-11-19, Rock Pigeon (1) 2021-08-22, Rose-ringed Parakeet (13) 2023-11-19, Saffron Finch (2) 2024-02-09, Scaly-breasted Munia (3) 2022-08-14, Spotted Dove (10) 2023-11-19, Warbling White-eye (16) 2023-06-17, Western Cattle Egret (1) 2021-12-06, White Tern (5) 2023-06-10, White-rumped Shama (14) 2023-11-19, White-tailed Tropicbird (3) 2019-09-05, Yellow-fronted Canary (4) 2023-06-17, Zebra Dove (12) 2024-02-04" +21.33026605,-158.049777,"African Silverbill (6) 2019-03-04, Black Swan (3) 2023-04-12, Chestnut Munia (6) 2019-03-04, Common Myna (17) 2024-01-30, Common Waxbill (8) 2020-01-01, Gray Francolin (3) 2019-02-12, House Finch (10) 2022-11-16, House Sparrow (11) 2022-11-16, Java Sparrow (6) 2022-11-16, Northern Cardinal (1) 2019-02-10, Pacific Golden-Plover (5) 2022-11-16, Red Avadavat (4) 2019-03-04, Red Junglefowl (3) 2023-01-31, Red-crested Cardinal (9) 2022-11-16, Red-vented Bulbul (10) 2022-11-16, Red-whiskered Bulbul (1) 2019-06-09, Rock Pigeon (2) 2019-06-08, Rose-ringed Parakeet (2) 2022-05-01, Ruddy Turnstone (1) 2022-09-19, Saffron Finch (8) 2022-11-16, Scaly-breasted Munia (4) 2019-02-16, Spotted Dove (12) 2024-01-30, Wandering Tattler (1) 2022-09-19, Warbling White-eye (7) 2020-01-01, Western Cattle Egret (8) 2022-11-16, White-rumped Shama (2) 2019-02-11, Yellow-fronted Canary (4) 2019-02-16, Zebra Dove (13) 2022-11-16" +21.32950884,-157.9244335,"African Silverbill (3) 2022-08-12, Black-crowned Night Heron (5) 2024-01-05, Chestnut Munia (2) 2022-06-29, Common Myna (129) 2024-02-21, Common Waxbill (34) 2024-01-05, Great Frigatebird (1) 2022-09-24, House Finch (42) 2023-12-29, House Sparrow (129) 2024-02-07, Japanese Bush Warbler (1) 2022-02-08, Java Sparrow (2) 2022-09-18, Feral Mallard (50) 2022-02-17, Mourning Dove (1) 2024-01-05, Pacific Golden-Plover (14) 2024-02-21, Red-crested Cardinal (38) 2023-10-23, Red-vented Bulbul (102) 2024-02-21, Red-whiskered Bulbul (14) 2023-10-08, Rock Pigeon (10) 2023-11-05, Saffron Finch (4) 2024-01-11, Scaly-breasted Munia (1) 2020-09-13, Spotted Dove (167) 2024-02-08, Warbling White-eye (64) 2023-12-29, Western Cattle Egret (31) 2024-01-27, White Tern (8) 2023-12-06, White-rumped Shama (1) 2022-07-17, Zebra Dove (141) 2024-02-21" +21.3288633,-157.8280203,"Apapane (13) 2021-03-30, Chestnut Munia (2) 2019-10-31, Chinese Hwamei (2) 2019-03-30, Common Myna (173) 2023-10-12, Common Waxbill (123) 2023-10-12, House Finch (168) 2023-06-01, House Sparrow (1) 2019-10-31, Java Sparrow (4) 2021-03-30, Northern Cardinal (113) 2023-06-01, Oahu Amakihi (188) 2023-10-10, Oahu Elepaio (1) 2019-10-08, Pacific Golden-Plover (21) 2021-10-22, Red Junglefowl (87) 2023-10-10, Red-billed Leiothrix (144) 2023-10-12, Red-crested Cardinal (190) 2024-02-03, Red-masked Parakeet (1) 2019-10-08, Red-vented Bulbul (179) 2023-10-12, Red-whiskered Bulbul (162) 2023-10-12, Rose-ringed Parakeet (173) 2023-10-12, Scaly-breasted Munia (8) 2021-08-18, Spotted Dove (187) 2024-02-03, Warbling White-eye (193) 2023-10-10, Western Cattle Egret (3) 2023-10-12, White Tern (13) 2021-10-22, White-rumped Shama (207) 2024-02-03, Yellow-fronted Canary (72) 2023-10-10, Zebra Dove (167) 2023-10-12" +21.35642129,-157.895306,"Black-crowned Night Heron (1) 2020-03-29, Common Gallinule (1) 2020-05-20, Common Myna (51) 2022-12-18, Common Waxbill (36) 2022-04-14, Gray Francolin (2) 2021-01-28, Great-tailed Grackle (1) 2020-06-08, House Finch (3) 2022-12-18, House Sparrow (2) 2023-12-06, Java Sparrow (1) 2021-10-25, Feral Mallard (2) 2020-06-07, Northern Cardinal (21) 2020-12-06, Pacific Golden-Plover (13) 2022-12-18, Red-billed Leiothrix (1) 2021-01-01, Red-crested Cardinal (20) 2022-12-18, Red-vented Bulbul (42) 2021-10-20, Red-whiskered Bulbul (36) 2021-01-01, Rock Pigeon (1) 2023-12-06, Rose-ringed Parakeet (8) 2023-12-06, Ruddy Turnstone (1) 2022-12-18, Saffron Finch (16) 2022-03-17, Spotted Dove (43) 2022-12-18, Warbling White-eye (41) 2021-01-28, Western Cattle Egret (16) 2022-12-18, White Tern (3) 2021-10-25, White-rumped Shama (7) 2021-01-28, Yellow-fronted Canary (20) 2020-12-06, Zebra Dove (44) 2021-10-25" +21.36588907,-157.9627465,"African Silverbill (1) 2021-03-12, Chestnut Munia (44) 2023-12-31, Common Myna (43) 2023-12-31, Common Waxbill (34) 2023-07-19, Eurasian Skylark (34) 2022-04-06, House Finch (38) 2023-12-31, House Sparrow (9) 2022-10-19, Java Sparrow (9) 2023-12-31, Northern Cardinal (2) 2021-03-12, Pacific Golden-Plover (44) 2023-12-31, Red Avadavat (5) 2020-02-11, Red-crested Cardinal (27) 2023-12-31, Red-vented Bulbul (28) 2023-07-19, Red-whiskered Bulbul (4) 2022-03-31, Rock Pigeon (16) 2023-01-04, Rose-ringed Parakeet (5) 2023-07-19, Ruddy Turnstone (13) 2023-07-19, Saffron Finch (32) 2023-12-31, Sanderling (2) 2023-12-31, Scaly-breasted Munia (2) 2022-06-06, Spotted Dove (19) 2023-07-19, Wandering Tattler (4) 2022-03-31, Warbling White-eye (9) 2022-03-31, Western Cattle Egret (27) 2023-12-31, White Tern (11) 2023-07-19, Yellow-fronted Canary (2) 2022-10-19, Zebra Dove (39) 2023-12-31" +21.39298767,-157.9625547,"Black-crowned Night Heron (13) 2022-08-11, Black-necked Stilt (6) 2022-08-11, Chestnut Munia (3) 2020-02-16, Common Gallinule (12) 2022-08-11, Common Myna (18) 2024-02-18, Common Waxbill (13) 2024-02-18, House Finch (6) 2022-03-17, House Sparrow (8) 2022-03-17, Java Sparrow (4) 2020-02-16, Feral Mallard (11) 2022-03-17, Northern Cardinal (8) 2023-01-02, Pacific Golden-Plover (12) 2023-01-02, Red Junglefowl (4) 2019-10-07, Red-crested Cardinal (12) 2023-01-02, Red-vented Bulbul (16) 2024-02-18, Red-whiskered Bulbul (6) 2024-02-18, Rock Pigeon (10) 2022-08-11, Rose-ringed Parakeet (6) 2022-08-11, Ruddy Turnstone (7) 2022-08-11, Saffron Finch (6) 2020-03-18, Scaly-breasted Munia (2) 2022-08-11, Spotted Dove (11) 2023-01-02, Wandering Tattler (7) 2022-03-17, Warbling White-eye (6) 2022-08-11, Western Cattle Egret (13) 2023-01-02, Yellow-fronted Canary (2) 2022-03-17, Zebra Dove (11) 2024-02-18" +21.48256342,-157.8460968,"Black-crowned Night Heron (2) 2022-02-15, Black-necked Stilt (8) 2021-12-31, Chestnut Munia (4) 2023-10-06, Common Myna (19) 2024-02-05, Common Waxbill (8) 2021-05-13, Great Frigatebird (1) 2022-08-01, Hawaiian Coot (1) 2021-05-13, House Finch (1) 2019-07-15, House Sparrow (1) 2019-07-15, Indian Peafowl (1) 2021-03-24, Laysan Albatross (1) 2019-12-30, Feral Mallard (2) 2023-09-12, Pacific Golden-Plover (8) 2023-10-06, Red Avadavat (1) 2023-09-12, Red Junglefowl (3) 2024-02-05, Red-crested Cardinal (5) 2024-02-05, Red-vented Bulbul (5) 2019-09-27, Red-whiskered Bulbul (6) 2024-02-05, Rock Pigeon (1) 2019-09-27, Ruddy Turnstone (7) 2020-02-06, Sanderling (1) 2019-09-27, Spotted Dove (5) 2019-09-27, Wandering Tattler (1) 2019-09-27, Warbling White-eye (5) 2023-03-10, Western Cattle Egret (12) 2023-09-12, White Tern (1) 2021-05-13, White-rumped Shama (5) 2023-10-06, Zebra Dove (13) 2024-02-05" +21.55489415,-157.8551821,"Apapane (1) 2021-12-30, Chestnut Munia (3) 2024-01-09, Common Myna (7) 2024-02-13, Common Waxbill (13) 2024-02-13, Glaucous-winged Gull (2) 2024-01-15, Great Frigatebird (3) 2023-09-03, House Finch (2) 2024-02-13, House Sparrow (1) 2020-01-21, Java Sparrow (8) 2024-01-09, Laughing Gull (1) 2020-03-02, Northern Cardinal (1) 2023-05-12, Pacific Golden-Plover (11) 2024-02-13, Red Junglefowl (4) 2024-01-09, Red-billed Leiothrix (2) 2023-09-03, Red-crested Cardinal (4) 2024-02-13, Red-vented Bulbul (5) 2024-01-09, Red-whiskered Bulbul (4) 2024-01-09, Rock Pigeon (2) 2024-02-13, Ruddy Turnstone (6) 2023-02-24, Saffron Finch (8) 2024-01-15, Scaly-breasted Munia (7) 2023-02-24, Spotted Dove (5) 2024-02-13, Wandering Tattler (1) 2024-02-13, Warbling White-eye (3) 2024-02-13, Western Cattle Egret (7) 2024-02-13, White-rumped Shama (4) 2024-01-09, White-tailed Tropicbird (3) 2023-09-16, Zebra Dove (13) 2024-02-13" +21.57504483,-158.2123763,"Apapane (1) 2022-01-09, Black-crowned Night Heron (1) 2019-05-21, Common Myna (2) 2024-02-09, Common Waxbill (6) 2023-03-23, Erckel's Spurfowl (1) 2021-07-28, Gray Francolin (3) 2022-02-03, House Finch (3) 2022-06-28, House Sparrow (1) 2022-06-28, Indian Peafowl (3) 2021-07-28, Japanese Bush Warbler (1) 2022-01-09, Java Sparrow (1) 2022-02-03, Kalij Pheasant (2) 2022-06-28, Laysan Albatross (2) 2024-01-02, Northern Cardinal (4) 2023-03-23, Pacific Golden-Plover (3) 2022-02-03, Red Junglefowl (1) 2024-02-09, Red-billed Leiothrix (5) 2023-03-23, Red-crested Cardinal (5) 2024-02-09, Red-vented Bulbul (7) 2023-03-23, Red-whiskered Bulbul (2) 2022-06-28, Rock Pigeon (1) 2019-05-21, Saffron Finch (7) 2023-03-23, Spotted Dove (1) 2022-01-09, Warbling White-eye (6) 2023-03-23, Western Cattle Egret (1) 2021-12-05, White-rumped Shama (4) 2023-03-23, White-tailed Tropicbird (1) 2021-01-07, Zebra Dove (5) 2022-06-28" +21.58369093,-158.1350609,"Black Francolin (9) 2022-12-27, Black-crowned Night Heron (1) 2021-02-27, Brown Booby (1) 2024-01-26, Chestnut Munia (1) 2022-05-23, Common Myna (37) 2023-03-20, Common Waxbill (17) 2022-12-12, Gray Francolin (5) 2022-11-28, Great Frigatebird (1) 2019-08-03, House Finch (22) 2022-12-12, House Sparrow (5) 2022-11-10, Java Sparrow (8) 2023-03-04, Laughing Gull (1) 2021-12-18, Northern Cardinal (10) 2022-12-27, Pacific Golden-Plover (2) 2022-04-11, Red Avadavat (1) 2022-05-02, Red Junglefowl (2) 2022-11-10, Red-crested Cardinal (13) 2022-12-12, Red-vented Bulbul (32) 2023-03-20, Red-whiskered Bulbul (8) 2022-11-10, Rock Pigeon (1) 2022-04-24, Saffron Finch (13) 2022-12-27, Spotted Dove (15) 2023-03-20, Wandering Tattler (1) 2024-01-15, Warbling White-eye (21) 2022-12-27, Western Cattle Egret (9) 2022-11-10, White-rumped Shama (2) 2022-04-24, Zebra Dove (36) 2023-03-20" +21.63664722,-157.9221734,"African Silverbill (1) 2023-05-01, Black-crowned Night Heron (14) 2023-09-04, Brown Booby (1) 2023-01-15, Brown Noddy (1) 2023-01-15, Chestnut Munia (6) 2021-10-13, Common Myna (30) 2023-12-16, Common Waxbill (12) 2023-08-08, Great Frigatebird (4) 2023-08-11, Hawaiian Coot (1) 2020-01-24, House Finch (9) 2023-12-16, House Sparrow (9) 2023-12-09, Java Sparrow (5) 2023-12-09, Laysan Albatross (1) 2023-01-15, Northern Cardinal (4) 2023-11-03, Pacific Golden-Plover (16) 2023-12-09, Red Junglefowl (10) 2023-11-03, Red-billed Leiothrix (2) 2023-05-01, Red-crested Cardinal (17) 2023-12-09, Red-vented Bulbul (20) 2023-12-16, Red-whiskered Bulbul (16) 2023-12-16, Rock Pigeon (6) 2023-12-09, Saffron Finch (3) 2024-01-14, Spotted Dove (18) 2023-12-16, Warbling White-eye (6) 2023-05-01, Western Cattle Egret (8) 2023-08-08, White-rumped Shama (3) 2023-05-01, Yellow-fronted Canary (1) 2022-03-21, Zebra Dove (28) 2023-12-09" +21.6645152,-158.0476008,"Brown Booby (9) 2023-12-24, Chestnut Munia (1) 2022-04-03, Common Myna (9) 2024-01-09, Common Waxbill (3) 2022-02-26, Great Frigatebird (1) 2022-04-08, House Finch (2) 2023-07-08, Java Sparrow (1) 2022-04-05, Laysan Albatross (4) 2023-03-11, Masked Booby (1) 2022-04-02, Northern Cardinal (2) 2022-01-24, Red Junglefowl (6) 2024-01-09, Red-billed Leiothrix (2) 2023-05-21, Red-crested Cardinal (5) 2022-04-05, Red-footed Booby (4) 2022-04-03, Red-tailed Tropicbird (1) 2022-04-05, Red-vented Bulbul (9) 2023-12-24, Red-whiskered Bulbul (5) 2022-11-05, Ruddy Turnstone (1) 2023-03-11, Saffron Finch (4) 2024-01-09, Sooty Tern (1) 2022-04-05, Spotted Dove (3) 2022-04-03, Warbling White-eye (9) 2024-01-09, Wedge-tailed Shearwater (3) 2023-08-08, Western Cattle Egret (4) 2022-06-06, White Tern (1) 2022-04-02, White-rumped Shama (6) 2023-12-24, White-tailed Tropicbird (2) 2022-04-05, Zebra Dove (6) 2022-04-05" +21.25646141,-157.8093206,"Brown Booby (1) 2019-02-14, Brown Noddy (2) 2022-12-06, Common Myna (19) 2023-12-23, Common Waxbill (8) 2023-02-12, Great Frigatebird (5) 2022-12-06, House Finch (2) 2023-06-19, House Sparrow (5) 2022-09-01, Java Sparrow (8) 2024-02-19, Northern Cardinal (2) 2022-09-01, Pacific Golden-Plover (8) 2024-02-19, Red Junglefowl (6) 2023-02-08, Red-crested Cardinal (17) 2024-02-19, Red-footed Booby (4) 2023-02-08, Red-vented Bulbul (22) 2023-12-07, Red-whiskered Bulbul (3) 2022-12-15, Rock Pigeon (4) 2023-01-02, Rose-ringed Parakeet (5) 2022-12-06, Saffron Finch (1) 2022-04-09, Scaly-breasted Munia (2) 2023-06-19, Sooty Tern (3) 2022-12-06, Spotted Dove (24) 2023-12-23, Warbling White-eye (8) 2023-03-08, Wedge-tailed Shearwater (4) 2022-12-06, Western Cattle Egret (7) 2023-12-23, White Tern (17) 2023-08-09, White-rumped Shama (3) 2022-04-09, White-tailed Tropicbird (1) 2021-07-22, Yellow-fronted Canary (1) 2022-09-01, Zebra Dove (18) 2023-12-23" +21.28382979,-157.8476554,"Black-crowned Night Heron (8) 2023-10-16, Brown Booby (2) 2020-09-10, Chestnut Munia (1) 2019-08-18, Common Myna (16) 2024-02-03, Common Waxbill (10) 2024-02-03, Great Frigatebird (1) 2021-10-12, House Finch (4) 2022-03-25, House Sparrow (11) 2024-02-03, Java Sparrow (14) 2024-02-03, Feral Mallard (1) 2023-10-16, Northern Cardinal (1) 2020-01-24, Pacific Golden-Plover (11) 2023-04-03, Red Junglefowl (2) 2022-06-06, Red-crested Cardinal (17) 2024-02-03, Red-tailed Tropicbird (1) 2019-10-13, Red-vented Bulbul (10) 2024-02-03, Rock Pigeon (13) 2024-02-03, Rose-ringed Parakeet (1) 2019-08-18, Ruddy Turnstone (2) 2023-08-30, Saffron Finch (4) 2024-02-03, Scaly-breasted Munia (8) 2023-08-09, Spotted Dove (17) 2024-02-03, Wandering Tattler (1) 2019-01-12, Warbling White-eye (2) 2022-03-25, Wedge-tailed Shearwater (1) 2023-08-09, Western Cattle Egret (7) 2024-02-03, White Tern (13) 2024-02-17, Yellow-fronted Canary (7) 2024-02-03, Zebra Dove (23) 2024-02-03" +21.28356112,-157.8091025,"Black-crowned Night Heron (3) 2021-12-27, Common Myna (30) 2024-01-14, Common Waxbill (6) 2024-01-14, Great Frigatebird (1) 2021-09-28, House Finch (7) 2024-01-14, House Sparrow (27) 2024-01-14, Java Sparrow (10) 2024-01-14, Feral Mallard (1) 2021-12-27, Northern Cardinal (2) 2021-12-27, Pacific Golden-Plover (2) 2022-01-28, Red Junglefowl (9) 2022-11-26, Red-crested Cardinal (15) 2024-01-14, Red-vented Bulbul (22) 2024-01-14, Red-whiskered Bulbul (7) 2024-01-14, Rock Pigeon (11) 2024-01-14, Rose-ringed Parakeet (20) 2024-01-14, Ruddy Turnstone (1) 2021-12-27, Saffron Finch (1) 2021-07-03, Scaly-breasted Munia (1) 2021-05-01, Spotted Dove (30) 2024-01-14, Warbling White-eye (7) 2024-01-14, Wedge-tailed Shearwater (1) 2021-12-10, Western Cattle Egret (6) 2024-01-14, White Tern (14) 2024-01-14, White-rumped Shama (2) 2021-05-01, White-tailed Tropicbird (1) 2021-12-27, Yellow-fronted Canary (4) 2022-01-28, Zebra Dove (33) 2024-01-14" +21.29158432,-157.6740929,"African Silverbill (1) 2021-03-27, Chinese Hwamei (13) 2021-10-19, Common Myna (28) 2024-01-13, Common Waxbill (11) 2024-01-28, Gray Francolin (2) 2021-10-07, House Finch (12) 2024-01-28, House Sparrow (4) 2023-08-04, Japanese Bush Warbler (2) 2023-08-04, Java Sparrow (6) 2024-01-28, Northern Cardinal (24) 2024-01-13, Pacific Golden-Plover (23) 2024-01-28, Red Avadavat (1) 2023-10-06, Red Junglefowl (4) 2023-08-04, Red-billed Leiothrix (3) 2023-08-04, Red-crested Cardinal (32) 2024-01-13, Red-tailed Tropicbird (1) 2021-06-17, Red-vented Bulbul (29) 2024-01-13, Red-whiskered Bulbul (3) 2023-09-15, Rock Pigeon (8) 2023-10-06, Rose-ringed Parakeet (1) 2021-09-12, Scaly-breasted Munia (3) 2023-10-06, Sooty Tern (1) 2022-01-25, Spotted Dove (36) 2024-01-28, Warbling White-eye (23) 2024-01-13, Western Cattle Egret (10) 2023-10-14, White Tern (1) 2023-08-08, White-rumped Shama (28) 2024-01-13, Yellow-fronted Canary (1) 2023-09-15, Zebra Dove (39) 2024-01-28" +21.31092989,-157.847444,"African Silverbill (3) 2024-01-25, Chestnut Munia (38) 2024-01-27, Common Myna (90) 2024-02-26, Common Waxbill (47) 2024-01-24, Great Frigatebird (2) 2021-07-28, House Finch (14) 2023-08-13, House Sparrow (40) 2023-12-23, Java Sparrow (14) 2023-12-17, Northern Cardinal (18) 2024-01-24, Northern Mockingbird (30) 2024-01-24, Pacific Golden-Plover (70) 2024-02-03, Red Avadavat (1) 2023-02-16, Red Junglefowl (10) 2024-02-26, Red-crested Cardinal (82) 2024-01-30, Red-crowned Parrot (1) 2024-01-24, Red-vented Bulbul (73) 2024-01-30, Red-whiskered Bulbul (13) 2024-01-25, Rock Pigeon (15) 2024-02-26, Rose-ringed Parakeet (37) 2024-02-29, Saffron Finch (20) 2023-12-17, Scaly-breasted Munia (2) 2024-01-25, Spotted Dove (61) 2024-02-26, Warbling White-eye (35) 2024-01-30, Western Cattle Egret (44) 2024-01-03, White Tern (29) 2023-08-13, White-rumped Shama (21) 2023-12-17, White-tailed Tropicbird (1) 2022-08-27, Yellow-fronted Canary (34) 2024-02-03, Zebra Dove (80) 2024-02-26" +21.32975292,-157.9630004,"Black-crowned Night Heron (20) 2022-09-08, Black-necked Stilt (1) 2021-12-20, Brown Booby (1) 2022-06-19, Chestnut Munia (3) 2022-06-19, Common Myna (48) 2022-11-16, Common Waxbill (7) 2022-06-19, House Finch (4) 2022-06-19, House Sparrow (10) 2022-06-19, Java Sparrow (7) 2022-02-19, Feral Mallard (3) 2022-06-19, Northern Cardinal (5) 2022-09-11, Northern Mockingbird (1) 2021-12-20, Pacific Golden-Plover (10) 2022-06-19, Red Junglefowl (1) 2022-06-19, Red-crested Cardinal (18) 2022-08-24, Red-vented Bulbul (60) 2022-12-28, Red-whiskered Bulbul (5) 2021-11-03, Rock Pigeon (6) 2022-06-19, Rose-ringed Parakeet (6) 2022-06-19, Ruddy Turnstone (1) 2022-06-19, Saffron Finch (4) 2022-06-19, Spotted Dove (39) 2022-11-23, Warbling White-eye (5) 2022-02-19, Western Cattle Egret (13) 2022-08-11, White Tern (11) 2022-09-01, White-rumped Shama (4) 2022-02-19, Yellow-fronted Canary (2) 2019-08-18, Zebra Dove (27) 2022-12-28" +21.33809607,-157.8568739,"Chestnut Munia (43) 2022-05-26, Common Myna (117) 2023-12-15, Common Waxbill (26) 2023-12-15, House Finch (61) 2022-05-26, House Sparrow (39) 2022-05-26, Java Sparrow (25) 2022-05-26, Feral Mallard (2) 2022-04-26, Northern Cardinal (27) 2022-05-21, Oahu Amakihi (33) 2022-05-26, Pacific Golden-Plover (138) 2022-04-30, Red-billed Leiothrix (10) 2022-05-26, Red-crested Cardinal (48) 2023-12-15, Red-masked Parakeet (1) 2019-01-14, Red-vented Bulbul (112) 2023-12-15, Red-whiskered Bulbul (9) 2023-12-15, Rock Pigeon (22) 2023-12-15, Rose-ringed Parakeet (83) 2023-12-15, Saffron Finch (32) 2022-05-23, Scaly-breasted Munia (5) 2022-05-14, Sooty Tern (1) 2019-07-20, Spotted Dove (71) 2023-12-15, Warbling White-eye (72) 2023-12-15, Western Cattle Egret (15) 2022-05-23, White Tern (9) 2022-05-17, White-rumped Shama (26) 2023-12-15, Yellow-fronted Canary (35) 2022-05-26, Zebra Dove (99) 2023-12-15" +21.34838689,-158.0593032,"African Silverbill (3) 2021-04-17, Black Francolin (1) 2019-07-10, Black-crowned Night Heron (7) 2023-01-12, Black-necked Stilt (7) 2023-01-12, Chestnut Munia (2) 2021-04-15, Common Myna (10) 2023-01-12, Common Waxbill (4) 2023-01-12, Hawaiian Coot (6) 2021-04-17, House Finch (7) 2021-04-17, House Sparrow (8) 2023-01-12, Java Sparrow (6) 2022-03-21, Feral Mallard (4) 2021-04-17, Northern Cardinal (1) 2021-04-13, Northern Mockingbird (1) 2020-02-24, Pacific Golden-Plover (9) 2023-01-12, Red Junglefowl (3) 2021-04-17, Red-crested Cardinal (9) 2023-01-12, Red-vented Bulbul (11) 2023-01-12, Rose-ringed Parakeet (1) 2022-03-21, Saffron Finch (9) 2023-01-12, Short-eared Owl (1) 2023-06-04, Spotted Dove (9) 2023-01-12, Wandering Tattler (4) 2021-04-17, Warbling White-eye (7) 2023-01-12, Western Cattle Egret (10) 2023-01-12, Yellow-fronted Canary (3) 2021-04-14, Zebra Dove (10) 2023-01-12" +21.38250556,-157.7504323,"Black-necked Stilt (7) 2023-10-06, Chestnut Munia (13) 2024-02-16, Common Gallinule (4) 2023-08-03, Common Myna (20) 2024-02-16, Common Waxbill (8) 2023-08-04, Hawaiian Coot (1) 2023-03-09, House Finch (5) 2024-02-16, House Sparrow (6) 2021-07-17, Java Sparrow (9) 2024-02-16, Feral Mallard (8) 2022-09-27, Northern Cardinal (5) 2023-08-04, Northern Mockingbird (1) 2023-11-06, Pacific Golden-Plover (7) 2024-02-16, Red Junglefowl (9) 2024-02-16, Red-billed Leiothrix (1) 2019-03-31, Red-crested Cardinal (11) 2023-10-06, Red-vented Bulbul (9) 2023-08-04, Red-whiskered Bulbul (5) 2023-03-03, Rock Pigeon (9) 2024-02-16, Saffron Finch (1) 2024-02-16, Short-eared Owl (1) 2019-02-19, Spotted Dove (7) 2022-05-29, Warbling White-eye (8) 2023-08-04, Western Cattle Egret (16) 2024-02-16, White-rumped Shama (7) 2023-08-04, Zebra Dove (16) 2024-02-16" +21.39261887,-157.9046804,"Chestnut Munia (17) 2023-10-06, Chinese Hwamei (1) 2019-08-11, Common Myna (24) 2024-02-14, Common Waxbill (7) 2023-10-06, Gray Francolin (1) 2021-07-03, Helmeted Guineafowl (3) 2021-07-10, House Finch (2) 2022-05-17, House Sparrow (3) 2022-05-17, Japanese Bush Warbler (1) 2022-05-17, Java Sparrow (2) 2024-02-14, Mariana Swiftlet (1) 2019-08-11, Northern Cardinal (3) 2024-01-17, Oahu Amakihi (5) 2023-12-26, Pacific Golden-Plover (13) 2023-10-06, Red Junglefowl (20) 2024-02-14, Red-billed Leiothrix (11) 2024-01-17, Red-crested Cardinal (20) 2024-02-14, Red-crowned Parrot (8) 2023-04-24, Red-vented Bulbul (19) 2023-10-16, Red-whiskered Bulbul (8) 2023-10-06, Rose-ringed Parakeet (2) 2022-02-27, Saffron Finch (4) 2024-01-17, Scaly-breasted Munia (1) 2022-05-17, Spotted Dove (16) 2023-10-16, Warbling White-eye (15) 2024-01-17, Western Cattle Egret (3) 2019-06-02, White-rumped Shama (12) 2024-01-17, Yellow-fronted Canary (2) 2022-11-06, Zebra Dove (22) 2024-02-14" +21.40196092,-157.9528445,"Black-crowned Night Heron (1) 2020-08-02, Chestnut Munia (71) 2024-01-05, Common Myna (116) 2024-01-13, Common Waxbill (91) 2024-01-13, Gray Francolin (4) 2023-05-24, House Finch (98) 2024-01-13, House Sparrow (56) 2024-01-10, Java Sparrow (65) 2024-01-13, Northern Cardinal (26) 2024-01-13, Pacific Golden-Plover (62) 2024-01-13, Red Avadavat (4) 2024-01-05, Red Junglefowl (7) 2024-01-10, Red-crested Cardinal (83) 2024-01-13, Red-crowned Parrot (34) 2024-01-05, Red-vented Bulbul (96) 2024-01-13, Red-whiskered Bulbul (18) 2024-01-13, Rock Pigeon (7) 2024-01-09, Rose-ringed Parakeet (79) 2024-01-13, Ruddy Turnstone (4) 2022-07-18, Saffron Finch (111) 2024-01-13, Scaly-breasted Munia (5) 2023-01-19, Spotted Dove (84) 2024-01-13, Warbling White-eye (70) 2024-01-13, Western Cattle Egret (45) 2024-01-05, White-rumped Shama (12) 2023-01-11, Yellow-fronted Canary (23) 2024-01-13, Zebra Dove (111) 2024-01-13" +21.64655754,-158.067045,"Black-crowned Night Heron (6) 2024-01-18, Black-necked Stilt (1) 2019-06-06, Brown Booby (14) 2024-02-26, Common Myna (37) 2024-02-26, Common Waxbill (1) 2021-10-14, Great Frigatebird (4) 2024-01-18, House Finch (4) 2024-01-18, House Sparrow (21) 2024-02-26, Java Sparrow (8) 2023-04-15, Laysan Albatross (3) 2023-04-15, Feral Mallard (2) 2023-03-29, Masked Booby (1) 2023-12-29, Northern Cardinal (1) 2022-09-06, Pacific Golden-Plover (2) 2024-01-22, Red Junglefowl (12) 2023-12-21, Red-crested Cardinal (18) 2024-01-18, Red-footed Booby (1) 2022-04-02, Red-vented Bulbul (9) 2024-02-26, Red-whiskered Bulbul (1) 2021-11-12, Rock Pigeon (1) 2023-01-14, Saffron Finch (18) 2023-08-05, Sanderling (1) 2021-02-09, Spotted Dove (15) 2024-02-26, Wandering Tattler (6) 2024-01-18, Warbling White-eye (5) 2022-11-20, Wedge-tailed Shearwater (2) 2023-09-22, Western Cattle Egret (6) 2023-02-08, Zebra Dove (28) 2024-02-26" +21.6465037,-158.0573824,"Black Francolin (2) 2023-03-28, Black-crowned Night Heron (1) 2022-05-29, Brown Booby (1) 2022-05-29, Chestnut Munia (2) 2023-03-28, Common Gallinule (1) 2019-12-12, Common Myna (14) 2024-01-17, Common Waxbill (5) 2023-03-28, House Finch (6) 2024-01-17, House Sparrow (5) 2024-01-17, Indian Peafowl (1) 2019-12-12, Japanese Bush Warbler (2) 2023-03-28, Java Sparrow (3) 2023-03-28, Northern Cardinal (5) 2023-03-28, Northern Mockingbird (1) 2022-03-12, Pacific Golden-Plover (5) 2024-01-17, Red Junglefowl (5) 2024-01-17, Red-billed Leiothrix (4) 2023-03-28, Red-crested Cardinal (7) 2023-03-28, Red-vented Bulbul (8) 2023-10-17, Red-whiskered Bulbul (5) 2023-03-28, Rose-ringed Parakeet (1) 2022-04-02, Ruddy Turnstone (3) 2024-01-06, Saffron Finch (7) 2024-01-17, Spotted Dove (13) 2024-01-17, Wandering Tattler (3) 2023-10-17, Warbling White-eye (7) 2023-03-28, Western Cattle Egret (2) 2022-04-02, White-rumped Shama (4) 2023-03-28, Zebra Dove (14) 2024-01-17" +21.30127945,-157.7607606,"African Silverbill (1) 2020-01-16, Chestnut Munia (28) 2022-10-14, Common Myna (106) 2024-02-21, Common Waxbill (157) 2024-02-21, House Finch (106) 2024-02-20, House Sparrow (2) 2021-12-11, Japanese Bush Warbler (4) 2024-01-07, Java Sparrow (14) 2020-11-07, Northern Cardinal (97) 2024-02-11, Oahu Amakihi (55) 2024-02-20, Oahu Elepaio (168) 2024-02-21, Pacific Golden-Plover (1) 2020-01-20, Red Avadavat (2) 2020-01-25, Red Junglefowl (1) 2024-01-07, Red-billed Leiothrix (189) 2024-02-21, Red-crested Cardinal (145) 2024-02-21, Red-masked Parakeet (33) 2024-02-21, Red-vented Bulbul (168) 2024-02-21, Red-whiskered Bulbul (104) 2024-02-21, Rock Pigeon (1) 2020-01-25, Rose-ringed Parakeet (4) 2021-08-12, Scaly-breasted Munia (27) 2020-11-25, Spotted Dove (152) 2024-02-21, Warbling White-eye (187) 2024-02-21, Western Cattle Egret (12) 2024-02-21, White Tern (31) 2024-02-21, White-rumped Shama (192) 2024-02-21, White-tailed Tropicbird (1) 2019-06-01, Zebra Dove (156) 2024-02-21" +21.31079658,-157.8281638,"Black-crowned Night Heron (3) 2023-03-17, Chestnut Munia (20) 2023-08-31, Common Myna (107) 2024-02-24, Common Waxbill (62) 2024-02-24, House Finch (53) 2024-02-18, House Sparrow (64) 2023-08-31, Java Sparrow (111) 2024-02-24, Mourning Dove (1) 2020-12-20, Northern Cardinal (32) 2023-08-27, Pacific Golden-Plover (21) 2023-02-02, Red Junglefowl (60) 2023-10-14, Red-billed Leiothrix (6) 2023-10-14, Red-crested Cardinal (74) 2024-02-18, Red-masked Parakeet (1) 2021-10-02, Red-vented Bulbul (94) 2024-02-18, Red-whiskered Bulbul (41) 2024-02-18, Rock Pigeon (13) 2022-08-14, Rose-ringed Parakeet (145) 2024-02-24, Saffron Finch (33) 2023-08-31, Scaly-breasted Munia (17) 2023-08-31, Sooty Shearwater (1) 2022-10-26, Spotted Dove (105) 2024-02-18, Warbling White-eye (60) 2024-02-18, Wedge-tailed Shearwater (1) 2022-10-26, Western Cattle Egret (21) 2023-02-02, White Tern (45) 2024-02-18, White-rumped Shama (52) 2023-10-14, White-tailed Tropicbird (1) 2021-09-18, Yellow-fronted Canary (28) 2023-10-14, Zebra Dove (150) 2024-02-24" +21.31969438,-157.8088109,"Barn Owl (1) 2019-01-02, Chestnut Munia (15) 2023-05-13, Common Myna (21) 2024-02-03, Common Waxbill (8) 2021-09-28, Great Frigatebird (1) 2020-09-21, House Finch (15) 2024-01-01, House Sparrow (9) 2023-08-18, Java Sparrow (7) 2023-08-18, Feral Mallard (5) 2020-06-28, Muscovy Duck (1) 2020-04-26, Northern Cardinal (11) 2024-01-01, Northern Mockingbird (1) 2022-01-07, Oahu Amakihi (8) 2024-01-01, Pacific Golden-Plover (6) 2022-04-11, Red-billed Leiothrix (12) 2024-01-01, Red-crested Cardinal (17) 2024-01-01, Red-vented Bulbul (23) 2024-02-03, Red-whiskered Bulbul (19) 2024-01-01, Rock Pigeon (3) 2022-07-31, Rose-ringed Parakeet (23) 2024-02-03, Saffron Finch (1) 2020-03-14, Spotted Dove (21) 2024-01-01, Wandering Tattler (1) 2020-04-26, Warbling White-eye (21) 2024-01-01, Western Cattle Egret (5) 2020-06-28, White Tern (13) 2024-01-01, White-rumped Shama (15) 2024-01-01, White-tailed Tropicbird (4) 2023-05-13, Yellow-fronted Canary (4) 2022-04-11, Zebra Dove (23) 2024-02-03" +21.32938372,-157.9051504,"Black-crowned Night Heron (2) 2022-02-08, Chestnut Munia (10) 2023-09-02, Common Myna (34) 2024-01-10, Common Waxbill (11) 2024-01-10, Eurasian Skylark (16) 2022-01-05, House Finch (20) 2024-01-10, House Sparrow (30) 2024-02-12, Java Sparrow (1) 2022-04-11, Feral Mallard (2) 2022-12-05, Northern Cardinal (1) 2021-05-03, Northern Mockingbird (2) 2021-04-20, Pacific Golden-Plover (31) 2024-01-10, Red Avadavat (1) 2023-05-21, Red Junglefowl (5) 2023-09-02, Red-crested Cardinal (16) 2024-02-12, Red-vented Bulbul (24) 2024-01-10, Red-whiskered Bulbul (2) 2023-09-02, Rock Pigeon (2) 2023-09-02, Rose-ringed Parakeet (2) 2023-03-08, Ruddy Turnstone (4) 2023-09-02, Saffron Finch (12) 2024-01-10, Scaly-breasted Munia (3) 2023-09-01, Spotted Dove (23) 2024-01-10, Wandering Tattler (1) 2023-03-08, Warbling White-eye (6) 2024-01-10, Western Cattle Egret (31) 2024-02-12, White Tern (1) 2019-04-09, Yellow-fronted Canary (12) 2024-01-10, Zebra Dove (31) 2024-01-10" +21.32879576,-157.8183791,"Apapane (12) 2023-12-30, Chestnut Munia (2) 2023-09-04, Common Myna (23) 2023-12-25, Common Waxbill (39) 2023-12-30, Hawaiian Coot (1) 2022-12-09, House Finch (43) 2024-02-29, House Sparrow (1) 2019-01-21, Java Sparrow (7) 2022-12-09, Northern Cardinal (39) 2024-02-29, Oahu Amakihi (88) 2024-02-29, Pacific Golden-Plover (4) 2023-12-25, Red Junglefowl (13) 2023-12-30, Red-billed Leiothrix (74) 2024-02-29, Red-crested Cardinal (42) 2024-02-29, Red-masked Parakeet (1) 2022-03-09, Red-vented Bulbul (93) 2024-02-29, Red-whiskered Bulbul (81) 2023-12-30, Rock Pigeon (4) 2022-06-26, Rose-ringed Parakeet (75) 2024-02-29, Saffron Finch (1) 2022-12-09, Scaly-breasted Munia (1) 2021-10-15, Spotted Dove (42) 2024-02-29, Warbling White-eye (95) 2024-02-29, Western Cattle Egret (2) 2022-12-09, White Tern (12) 2022-08-22, White-rumped Shama (80) 2024-02-29, White-tailed Tropicbird (1) 2022-05-14, Yellow-fronted Canary (19) 2022-12-09, Zebra Dove (41) 2024-02-29" +21.32786672,-157.6930492,"Black-necked Stilt (6) 2020-01-29, Brown Booby (2) 2021-10-08, Chestnut Munia (153) 2024-01-11, Common Myna (156) 2024-02-19, Common Waxbill (53) 2024-02-11, Great Frigatebird (8) 2024-02-24, House Finch (22) 2023-12-11, House Sparrow (19) 2023-12-11, Indian Peafowl (1) 2024-01-04, Java Sparrow (46) 2024-01-11, Feral Mallard (1) 2022-02-04, Masked Booby (5) 2024-02-24, Pacific Golden-Plover (119) 2024-01-11, Red Avadavat (3) 2023-12-11, Red Junglefowl (10) 2024-01-03, Red-crested Cardinal (63) 2024-02-19, Red-footed Booby (3) 2022-03-19, Red-vented Bulbul (17) 2023-12-11, Red-whiskered Bulbul (2) 2022-02-04, Rock Pigeon (65) 2024-02-24, Saffron Finch (8) 2024-01-11, Scaly-breasted Munia (27) 2023-10-18, Sooty Tern (4) 2024-02-29, Spotted Dove (41) 2024-01-03, Wandering Tattler (5) 2023-12-11, Warbling White-eye (1) 2023-12-11, Western Cattle Egret (67) 2024-01-11, Yellow-fronted Canary (1) 2021-09-12, Zebra Dove (123) 2024-02-24" +21.33854275,-157.9243678,"Black-crowned Night Heron (5) 2024-02-16, Black-necked Stilt (1) 2024-02-16, Chestnut Munia (2) 2023-08-15, Common Myna (32) 2024-02-18, Common Waxbill (6) 2024-02-16, Eurasian Skylark (1) 2024-02-24, House Finch (3) 2024-01-14, House Sparrow (23) 2024-02-18, Java Sparrow (3) 2024-02-16, Feral Mallard (8) 2024-02-16, Northern Cardinal (1) 2023-10-05, Pacific Golden-Plover (14) 2023-10-25, Red-crested Cardinal (4) 2024-02-16, Red-masked Parakeet (1) 2024-01-14, Red-vented Bulbul (11) 2023-11-25, Red-whiskered Bulbul (3) 2023-10-25, Rock Pigeon (4) 2024-01-14, Rose-ringed Parakeet (4) 2021-01-27, Saffron Finch (2) 2022-02-22, Spotted Dove (25) 2024-02-18, Warbling White-eye (5) 2023-10-25, Western Cattle Egret (18) 2024-02-16, White Tern (3) 2019-08-06, White-rumped Shama (2) 2023-08-15, White-tailed Tropicbird (1) 2023-08-25, Yellow-fronted Canary (2) 2024-02-16, Zebra Dove (24) 2024-02-18" +21.33689944,-157.6929689,"Brown Booby (1) 2021-09-23, Chestnut Munia (2) 2022-08-15, Common Myna (8) 2022-08-25, Common Waxbill (4) 2022-08-25, Great Frigatebird (4) 2023-06-11, House Finch (1) 2020-04-26, House Sparrow (4) 2023-02-05, Java Sparrow (2) 2022-06-25, Feral Mallard (1) 2022-05-02, Masked Booby (1) 2023-02-05, Northern Cardinal (1) 2022-06-25, Pacific Golden-Plover (4) 2023-02-05, Red Junglefowl (1) 2020-04-26, Red-crested Cardinal (6) 2023-02-13, Red-footed Booby (1) 2023-06-11, Red-tailed Tropicbird (1) 2022-03-09, Red-vented Bulbul (4) 2022-08-25, Red-whiskered Bulbul (3) 2022-08-25, Rock Pigeon (4) 2022-08-25, Saffron Finch (1) 2022-07-08, Sooty Tern (1) 2023-02-05, Spotted Dove (5) 2022-08-25, Wandering Tattler (2) 2022-08-25, Warbling White-eye (2) 2022-07-08, Wedge-tailed Shearwater (1) 2023-02-05, Western Cattle Egret (4) 2022-08-25, White Tern (1) 2022-08-15, White-rumped Shama (1) 2020-02-19, White-tailed Tropicbird (1) 2022-03-09, Zebra Dove (7) 2022-08-25" +21.34816629,-158.0207307,"African Silverbill (5) 2024-01-04, Black-crowned Night Heron (1) 2021-10-13, Black-necked Stilt (3) 2024-02-04, Chestnut Munia (4) 2024-02-02, Common Gallinule (2) 2023-05-29, Common Myna (19) 2024-02-04, Common Waxbill (18) 2024-02-04, Gray Francolin (7) 2024-02-02, Hawaiian Coot (2) 2023-05-29, House Finch (7) 2024-02-02, House Sparrow (1) 2022-11-26, Java Sparrow (8) 2024-02-04, Feral Mallard (1) 2021-10-13, Northern Cardinal (12) 2024-01-01, Pacific Golden-Plover (6) 2024-02-04, Red Avadavat (3) 2024-02-02, Red Junglefowl (3) 2024-02-04, Red-crested Cardinal (15) 2024-02-04, Red-vented Bulbul (21) 2024-02-04, Red-whiskered Bulbul (8) 2024-02-02, Rock Pigeon (2) 2022-11-26, Rose-ringed Parakeet (2) 2024-01-01, Saffron Finch (12) 2024-02-04, Scaly-breasted Munia (1) 2019-03-22, Spotted Dove (19) 2024-02-04, Warbling White-eye (13) 2024-02-04, Western Cattle Egret (11) 2024-02-04, White-rumped Shama (12) 2024-02-04, Yellow-fronted Canary (4) 2024-02-04, Zebra Dove (21) 2024-02-04" +21.37480106,-157.9433932,"Black-crowned Night Heron (22) 2022-11-09, Black-necked Stilt (23) 2023-01-20, Chestnut Munia (8) 2022-08-20, Common Myna (21) 2022-08-20, Common Waxbill (12) 2022-04-17, House Finch (8) 2022-08-20, House Sparrow (4) 2022-08-20, Java Sparrow (9) 2023-01-20, Feral Mallard (4) 2022-04-16, Northern Cardinal (2) 2022-04-15, Pacific Golden-Plover (23) 2023-01-20, Red Junglefowl (2) 2021-12-25, Red-crested Cardinal (16) 2022-08-20, Red-vented Bulbul (22) 2022-11-09, Red-whiskered Bulbul (1) 2022-04-13, Rock Pigeon (2) 2022-04-09, Rose-ringed Parakeet (19) 2023-01-20, Ruddy Turnstone (17) 2023-01-20, Saffron Finch (2) 2020-03-05, Spotted Dove (24) 2022-11-09, Spotted Sandpiper (14) 2022-04-18, Wandering Tattler (20) 2023-01-20, Warbling White-eye (11) 2022-04-18, Western Cattle Egret (13) 2023-01-20, White Tern (5) 2022-04-09, White-rumped Shama (3) 2022-04-14, Yellow-fronted Canary (6) 2022-07-31, Zebra Dove (21) 2022-11-09" +21.38424498,-158.0108447,"Black-crowned Night Heron (3) 2021-10-13, Black-necked Stilt (7) 2021-09-21, Chestnut Munia (2) 2021-07-13, Common Gallinule (1) 2021-08-17, Common Myna (14) 2023-09-07, Common Waxbill (8) 2021-09-21, Hawaiian Coot (1) 2021-08-17, House Finch (5) 2022-01-24, House Sparrow (2) 2023-09-07, Java Sparrow (2) 2023-09-07, Feral Mallard (11) 2022-01-13, Pacific Golden-Plover (10) 2023-09-07, Red Junglefowl (1) 2019-03-07, Red-crested Cardinal (5) 2023-09-07, Red-vented Bulbul (12) 2023-09-07, Red-whiskered Bulbul (2) 2021-08-17, Rock Pigeon (8) 2023-09-07, Rose-ringed Parakeet (8) 2023-09-07, Ruddy Turnstone (1) 2021-08-17, Saffron Finch (9) 2022-01-24, Scaly-breasted Munia (1) 2019-03-07, Spotted Dove (10) 2023-09-07, Wandering Tattler (1) 2021-08-17, Warbling White-eye (8) 2022-01-24, Western Cattle Egret (11) 2023-09-07, White-rumped Shama (1) 2021-09-21, Yellow-fronted Canary (1) 2021-09-08, Zebra Dove (13) 2023-09-07" +21.38383402,-157.9433282,"Black Francolin (2) 2019-04-09, Black-crowned Night Heron (49) 2023-07-31, Black-necked Stilt (76) 2024-02-27, Common Gallinule (53) 2024-01-30, Common Myna (91) 2024-02-27, Common Waxbill (29) 2024-01-15, Hawaiian Coot (3) 2020-10-12, House Finch (12) 2023-07-19, House Sparrow (32) 2023-07-31, Feral Mallard (63) 2024-02-25, Muscovy Duck (3) 2024-01-28, Pacific Golden-Plover (65) 2024-02-27, Red Junglefowl (3) 2024-01-28, Red-crested Cardinal (35) 2024-02-27, Red-vented Bulbul (20) 2023-05-13, Red-whiskered Bulbul (1) 2021-07-22, Rock Pigeon (8) 2024-01-28, Rose-ringed Parakeet (19) 2024-02-27, Ruddy Turnstone (78) 2024-02-27, Saffron Finch (5) 2022-05-14, Scaly-breasted Munia (2) 2019-01-15, Spotted Dove (63) 2024-02-27, Wandering Tattler (51) 2024-02-27, Warbling White-eye (19) 2023-03-24, Western Cattle Egret (97) 2024-02-27, White Tern (1) 2019-01-07, Yellow-fronted Canary (7) 2023-05-13, Zebra Dove (35) 2024-01-28" +21.38221306,-157.7118556,"Black-crowned Night Heron (2) 2024-02-04, Black-necked Stilt (1) 2021-10-28, Common Myna (24) 2024-02-04, Common Waxbill (14) 2023-11-15, Gray Francolin (2) 2022-01-21, Great Frigatebird (11) 2023-12-29, House Finch (12) 2024-02-04, House Sparrow (4) 2024-02-04, Indian Peafowl (3) 2022-01-21, Japanese Bush Warbler (3) 2022-01-21, Java Sparrow (16) 2024-02-04, Northern Cardinal (8) 2024-02-04, Pacific Golden-Plover (9) 2024-02-04, Red Junglefowl (3) 2023-12-29, Red-crested Cardinal (19) 2024-02-04, Red-footed Booby (8) 2024-01-03, Red-vented Bulbul (28) 2024-02-04, Red-whiskered Bulbul (15) 2024-01-02, Rock Pigeon (11) 2024-02-04, Saffron Finch (1) 2023-03-13, Scaly-breasted Munia (2) 2020-02-01, Sooty Tern (1) 2019-03-20, Spotted Dove (29) 2024-01-03, Warbling White-eye (12) 2023-12-29, Wedge-tailed Shearwater (1) 2019-03-20, Western Cattle Egret (16) 2024-02-04, White-rumped Shama (9) 2023-11-07, White-tailed Tropicbird (1) 2021-08-08, Yellow-fronted Canary (1) 2019-08-01, Zebra Dove (27) 2024-02-04" +21.39139372,-157.7310659,"African Silverbill (2) 2019-12-30, Barn Owl (1) 2019-04-22, Black-crowned Night Heron (4) 2023-07-20, Black-necked Stilt (3) 2021-02-14, Common Gallinule (2) 2023-07-16, Common Myna (28) 2023-07-16, Common Waxbill (6) 2020-09-13, Great Frigatebird (2) 2022-11-09, Hawaiian Coot (2) 2022-02-10, House Finch (13) 2023-04-04, House Sparrow (4) 2023-04-04, Java Sparrow (17) 2023-07-20, Feral Mallard (3) 2023-08-03, Northern Cardinal (9) 2023-07-16, Pacific Golden-Plover (6) 2022-10-23, Red Junglefowl (1) 2022-07-12, Red-crested Cardinal (26) 2023-07-16, Red-vented Bulbul (22) 2023-07-16, Red-whiskered Bulbul (15) 2023-04-04, Rock Pigeon (11) 2023-07-16, Rose-ringed Parakeet (1) 2021-05-04, Saffron Finch (2) 2019-12-30, Scaly-breasted Munia (1) 2019-05-04, Spotted Dove (26) 2023-07-16, Warbling White-eye (15) 2023-07-17, Wedge-tailed Shearwater (2) 2022-11-08, Western Cattle Egret (12) 2023-07-16, White-rumped Shama (5) 2022-09-30, Zebra Dove (20) 2023-04-04" +21.40202093,-157.9624909,"Black-crowned Night Heron (3) 2023-08-10, Black-necked Stilt (1) 2020-08-30, Chestnut Munia (13) 2023-08-09, Common Myna (237) 2024-01-15, Common Waxbill (160) 2024-01-08, House Finch (174) 2024-01-13, House Sparrow (161) 2024-01-15, Java Sparrow (159) 2024-01-13, Northern Cardinal (165) 2024-01-08, Pacific Golden-Plover (24) 2024-01-08, Red Junglefowl (238) 2024-01-21, Red-crested Cardinal (138) 2024-01-16, Red-crowned Parrot (94) 2023-07-23, Red-vented Bulbul (252) 2024-01-16, Red-whiskered Bulbul (132) 2024-01-13, Rock Pigeon (68) 2024-01-13, Rose-ringed Parakeet (191) 2024-01-15, Ruddy Turnstone (1) 2021-03-05, Saffron Finch (57) 2024-01-12, Scaly-breasted Munia (12) 2023-08-05, Spotted Dove (262) 2024-01-14, Warbling White-eye (187) 2024-01-12, Western Cattle Egret (54) 2024-01-14, White Tern (3) 2023-05-22, White-rumped Shama (12) 2024-01-10, Yellow-fronted Canary (10) 2023-08-16, Zebra Dove (268) 2024-01-16" +21.47537973,-158.1550088,"African Silverbill (4) 2020-06-05, Apapane (4) 2022-12-24, Black Francolin (1) 2023-11-12, Chestnut Munia (1) 2022-04-15, Common Myna (9) 2023-11-12, Common Waxbill (10) 2023-11-12, Erckel's Spurfowl (4) 2022-12-24, Gray Francolin (2) 2022-12-24, House Finch (8) 2023-03-13, House Sparrow (1) 2020-06-05, Indian Peafowl (1) 2023-01-26, Japanese Bush Warbler (3) 2022-12-24, Java Sparrow (2) 2023-03-13, Kalij Pheasant (3) 2022-12-24, Mourning Dove (1) 2022-12-24, Northern Cardinal (5) 2023-03-13, Oahu Amakihi (4) 2022-12-24, Pacific Golden-Plover (1) 2019-11-18, Red Avadavat (1) 2023-03-13, Red-billed Leiothrix (6) 2023-03-13, Red-crested Cardinal (10) 2023-03-13, Red-vented Bulbul (13) 2023-11-12, Red-whiskered Bulbul (7) 2023-11-12, Rock Pigeon (1) 2020-06-05, Saffron Finch (3) 2023-01-26, Scaly-breasted Munia (2) 2023-03-13, Spotted Dove (8) 2023-11-12, Warbling White-eye (10) 2023-03-13, White-rumped Shama (9) 2023-11-12, Zebra Dove (11) 2023-11-12" +21.58353445,-158.1060864,"Common Gallinule (7) 2023-08-26, Common Myna (33) 2023-12-24, Common Waxbill (6) 2021-10-10, Gray Francolin (3) 2023-12-22, Great Frigatebird (1) 2019-07-27, Green-winged Teal (1) 2021-10-01, House Finch (9) 2022-05-29, House Sparrow (18) 2023-12-24, Indian Peafowl (2) 2023-09-22, Java Sparrow (5) 2023-12-24, Feral Mallard (1) 2022-02-08, Muscovy Duck (4) 2023-12-23, Northern Cardinal (3) 2023-02-17, Pacific Golden-Plover (8) 2022-01-04, Red Junglefowl (21) 2023-12-24, Red-billed Leiothrix (1) 2021-10-01, Red-crested Cardinal (18) 2023-05-28, Red-vented Bulbul (12) 2023-05-28, Red-whiskered Bulbul (4) 2021-10-01, Rock Pigeon (7) 2022-10-06, Saffron Finch (33) 2023-12-24, Spotted Dove (13) 2023-11-01, Wandering Tattler (1) 2021-10-01, Warbling White-eye (8) 2022-05-29, Western Cattle Egret (8) 2023-01-07, White Tern (1) 2022-01-25, White-rumped Shama (3) 2019-10-05, White-tailed Tropicbird (2) 2021-10-01, Yellow-fronted Canary (1) 2021-06-27, Zebra Dove (35) 2023-12-23" +21.29299429,-157.8668621,"African Silverbill (2) 2023-08-19, Black-crowned Night Heron (3) 2023-10-13, Brown Booby (5) 2023-09-04, Brown Noddy (2) 2023-09-04, Common Myna (31) 2024-01-09, Common Waxbill (13) 2024-01-09, Great Frigatebird (3) 2023-09-04, House Finch (20) 2024-01-09, House Sparrow (28) 2024-02-21, Java Sparrow (4) 2023-10-20, Feral Mallard (2) 2021-08-08, Northern Cardinal (1) 2020-02-06, Northern Mockingbird (1) 2023-10-20, Pacific Golden-Plover (24) 2024-01-09, Red Junglefowl (21) 2024-02-21, Red-billed Leiothrix (1) 2023-10-03, Red-crested Cardinal (27) 2024-01-09, Red-vented Bulbul (19) 2024-01-09, Red-whiskered Bulbul (3) 2023-09-04, Rock Pigeon (24) 2024-02-21, Rose-ringed Parakeet (8) 2023-11-20, Ruddy Turnstone (2) 2022-01-13, Saffron Finch (21) 2024-01-09, Scaly-breasted Munia (3) 2023-12-02, Spotted Dove (25) 2023-12-17, Warbling White-eye (11) 2024-01-09, Wedge-tailed Shearwater (1) 2023-09-04, Western Cattle Egret (25) 2023-12-17, White Tern (28) 2024-01-09, Yellow-fronted Canary (15) 2024-01-09, Zebra Dove (31) 2024-02-21" +21.29279676,-157.8379461,"Black-crowned Night Heron (6) 2023-06-27, Common Myna (148) 2024-02-20, Common Waxbill (8) 2023-10-01, Great Frigatebird (1) 2020-06-15, House Finch (82) 2024-02-20, House Sparrow (186) 2024-02-20, Java Sparrow (10) 2023-11-08, Feral Mallard (4) 2023-09-02, Muscovy Duck (1) 2019-09-24, Northern Cardinal (10) 2023-03-30, Northern Mockingbird (1) 2022-11-16, Pacific Golden-Plover (10) 2024-02-19, Red Junglefowl (2) 2023-11-08, Red-crested Cardinal (95) 2024-02-20, Red-tailed Tropicbird (1) 2021-08-10, Red-vented Bulbul (101) 2024-02-20, Red-whiskered Bulbul (11) 2023-03-30, Rock Pigeon (198) 2024-02-20, Rose-ringed Parakeet (8) 2023-08-19, Ruddy Turnstone (1) 2019-12-09, Saffron Finch (1) 2019-12-09, Scaly-breasted Munia (2) 2021-06-08, Spotted Dove (183) 2024-02-20, Warbling White-eye (53) 2024-02-20, Western Cattle Egret (29) 2024-02-19, White Tern (249) 2024-02-20, White-tailed Tropicbird (1) 2022-12-20, Yellow-fronted Canary (13) 2023-10-04, Zebra Dove (183) 2024-02-20" +21.30196238,-157.8571538,"Black-crowned Night Heron (1) 2023-03-17, Chestnut Munia (5) 2021-07-21, Common Myna (44) 2023-12-27, Common Waxbill (15) 2023-11-16, Great Frigatebird (2) 2021-01-15, House Finch (12) 2021-12-08, House Sparrow (37) 2023-12-27, Java Sparrow (22) 2023-03-20, Feral Mallard (6) 2022-05-28, Northern Cardinal (2) 2022-05-28, Northern Mockingbird (1) 2023-07-27, Pacific Golden-Plover (28) 2023-12-16, Red Junglefowl (6) 2023-12-16, Red-crested Cardinal (21) 2023-08-27, Red-vented Bulbul (20) 2022-06-28, Red-whiskered Bulbul (2) 2021-06-05, Rock Pigeon (29) 2023-12-27, Rose-ringed Parakeet (24) 2023-11-16, Saffron Finch (8) 2023-03-21, Scaly-breasted Munia (1) 2021-12-08, Spotted Dove (35) 2023-12-27, Warbling White-eye (21) 2023-05-13, Wedge-tailed Shearwater (1) 2022-01-14, Western Cattle Egret (20) 2023-11-16, White Tern (65) 2023-12-27, White-rumped Shama (2) 2023-11-16, Yellow-fronted Canary (5) 2021-06-02, Zebra Dove (46) 2024-01-09" +21.30169572,-157.818596,"Black-crowned Night Heron (2) 2021-05-16, Chestnut Munia (6) 2023-02-18, Common Myna (100) 2024-01-04, Common Waxbill (58) 2024-01-04, House Finch (33) 2024-01-04, House Sparrow (62) 2024-01-04, Java Sparrow (50) 2024-01-04, Feral Mallard (1) 2023-12-17, Muscovy Duck (1) 2023-07-06, Northern Cardinal (17) 2024-01-04, Northern Mockingbird (1) 2021-04-02, Oahu Amakihi (1) 2021-12-15, Pacific Golden-Plover (42) 2024-01-04, Red Junglefowl (11) 2024-01-04, Red-billed Leiothrix (6) 2021-05-16, Red-crested Cardinal (68) 2024-01-04, Red-vented Bulbul (91) 2024-01-04, Red-whiskered Bulbul (43) 2024-01-04, Rock Pigeon (41) 2024-01-04, Rose-ringed Parakeet (74) 2024-01-04, Saffron Finch (18) 2023-12-17, Scaly-breasted Munia (5) 2023-12-17, Spotted Dove (84) 2024-02-18, Warbling White-eye (66) 2024-01-04, Western Cattle Egret (54) 2024-01-04, White Tern (101) 2024-01-04, White-rumped Shama (48) 2023-12-17, White-tailed Tropicbird (1) 2019-08-18, Yellow-fronted Canary (32) 2024-01-04, Zebra Dove (94) 2024-01-04" +21.31982997,-157.8280921,"Black-crowned Night Heron (1) 2024-02-03, Chestnut Munia (8) 2023-12-17, Common Myna (35) 2024-02-11, Common Waxbill (41) 2024-02-11, Eurasian Skylark (1) 2022-11-21, House Finch (26) 2024-01-04, House Sparrow (2) 2023-12-17, Japanese Bush Warbler (3) 2022-02-15, Java Sparrow (17) 2023-03-21, Mourning Dove (2) 2022-11-29, Northern Cardinal (20) 2024-02-11, Oahu Amakihi (16) 2023-10-15, Pacific Golden-Plover (4) 2024-02-03, Red Junglefowl (29) 2024-02-03, Red-billed Leiothrix (28) 2024-02-26, Red-crested Cardinal (52) 2024-02-11, Red-vented Bulbul (50) 2024-02-11, Red-whiskered Bulbul (40) 2024-02-11, Rock Pigeon (3) 2024-02-03, Rose-ringed Parakeet (35) 2024-02-11, Saffron Finch (3) 2024-02-03, Scaly-breasted Munia (4) 2023-12-17, Spotted Dove (34) 2024-02-11, Warbling White-eye (40) 2024-01-04, Western Cattle Egret (3) 2024-02-03, White Tern (9) 2024-02-03, White-rumped Shama (41) 2024-02-11, Yellow-fronted Canary (9) 2023-10-15, Zebra Dove (46) 2024-02-11" +21.33961677,-158.1075741,"Black Swan (1) 2019-04-04, Black-crowned Night Heron (5) 2022-11-02, Black-necked Stilt (2) 2022-11-02, Chestnut Munia (3) 2024-01-31, Common Gallinule (1) 2020-11-13, Common Myna (16) 2024-02-02, Common Waxbill (4) 2024-02-02, Gray Francolin (1) 2023-02-20, Great Frigatebird (2) 2020-03-04, Hawaiian Coot (4) 2022-11-02, House Finch (5) 2024-01-31, House Sparrow (4) 2024-01-31, Java Sparrow (3) 2020-12-12, Feral Mallard (5) 2022-01-21, Muscovy Duck (3) 2022-01-23, Northern Cardinal (2) 2024-01-31, Pacific Golden-Plover (13) 2024-01-31, Red Junglefowl (1) 2022-11-02, Red-crested Cardinal (7) 2024-02-02, Red-vented Bulbul (10) 2024-02-02, Red-whiskered Bulbul (2) 2024-01-31, Ruddy Turnstone (1) 2022-01-23, Saffron Finch (7) 2024-02-02, Spotted Dove (11) 2024-02-02, Wandering Tattler (1) 2019-04-04, Warbling White-eye (2) 2024-01-31, Wedge-tailed Shearwater (1) 2020-11-24, Western Cattle Egret (9) 2024-02-02, Zebra Dove (14) 2024-02-02" +21.42829697,-157.8368758,"Black Swan (15) 2024-02-23, Black-crowned Night Heron (1) 2023-05-15, Chestnut Munia (14) 2023-07-09, Common Myna (20) 2023-07-09, Common Waxbill (3) 2023-07-09, House Finch (4) 2023-07-09, House Sparrow (18) 2023-07-09, Indian Peafowl (3) 2023-01-29, Java Sparrow (3) 2023-06-30, Feral Mallard (5) 2022-09-09, Muscovy Duck (1) 2022-09-19, Northern Cardinal (2) 2021-08-16, Oahu Amakihi (2) 2023-01-02, Pacific Golden-Plover (10) 2022-08-25, Red Junglefowl (5) 2021-12-22, Red-billed Leiothrix (6) 2023-07-09, Red-crested Cardinal (20) 2023-06-30, Red-vented Bulbul (13) 2023-07-09, Red-whiskered Bulbul (9) 2023-07-09, Rock Pigeon (7) 2023-01-02, Saffron Finch (3) 2023-06-30, Scaly-breasted Munia (1) 2019-05-01, Spotted Dove (41) 2024-02-23, Warbling White-eye (9) 2023-07-09, Western Cattle Egret (16) 2023-07-09, White-rumped Shama (10) 2023-07-09, Yellow-faced Grassquit (4) 2023-07-09, Zebra Dove (41) 2024-02-23" +21.42767078,-157.7500482,"African Silverbill (1) 2019-04-16, Black-necked Stilt (31) 2023-08-05, Chestnut Munia (28) 2024-01-25, Common Myna (138) 2024-02-11, Common Waxbill (79) 2024-02-11, Erckel's Spurfowl (1) 2020-08-31, Great Frigatebird (7) 2023-11-04, House Finch (78) 2024-02-11, House Sparrow (74) 2024-02-11, Java Sparrow (120) 2024-02-11, Feral Mallard (9) 2024-05-05, Northern Cardinal (54) 2024-02-11, Northern Mockingbird (1) 2023-08-05, Pacific Golden-Plover (71) 2024-02-11, Red Avadavat (48) 2023-08-24, Red Junglefowl (5) 2024-02-11, Red-billed Leiothrix (1) 2019-04-15, Red-crested Cardinal (74) 2024-02-11, Red-vented Bulbul (76) 2024-02-11, Red-whiskered Bulbul (11) 2023-08-05, Rock Pigeon (63) 2024-02-11, Saffron Finch (24) 2024-02-02, Scaly-breasted Munia (21) 2023-06-17, Spotted Dove (100) 2024-02-02, Warbling White-eye (36) 2024-02-11, Western Cattle Egret (95) 2024-02-11, White-rumped Shama (14) 2024-02-11, Yellow-fronted Canary (4) 2019-03-30, Zebra Dove (140) 2024-02-11" +21.45539677,-157.8366609,"Black-crowned Night Heron (4) 2023-04-12, Black-necked Stilt (24) 2022-12-26, Chestnut Munia (25) 2023-08-23, Common Gallinule (4) 2024-01-03, Common Myna (26) 2023-08-10, Common Waxbill (3) 2022-07-30, Great Frigatebird (1) 2023-01-28, House Finch (1) 2021-11-22, House Sparrow (3) 2023-08-01, Java Sparrow (3) 2020-02-20, Feral Mallard (7) 2021-09-08, Muscovy Duck (1) 2019-12-31, Northern Cardinal (1) 2022-11-20, Northern Mockingbird (1) 2023-02-27, Pacific Golden-Plover (13) 2023-03-29, Red Junglefowl (5) 2023-08-01, Red-crested Cardinal (4) 2023-08-01, Red-vented Bulbul (6) 2023-02-27, Rock Pigeon (4) 2024-01-03, Ruddy Turnstone (12) 2019-04-04, Saffron Finch (4) 2022-05-27, Scaly-breasted Munia (2) 2023-10-05, Spotted Dove (14) 2023-08-10, Wandering Tattler (7) 2019-04-03, Warbling White-eye (3) 2023-02-27, Wedge-tailed Shearwater (1) 2020-11-21, Western Cattle Egret (13) 2024-01-03, White-rumped Shama (2) 2023-02-27, White-tailed Tropicbird (1) 2023-08-10, Zebra Dove (10) 2023-08-10" +21.57529869,-158.2703339,"African Silverbill (2) 2023-08-26, Black Francolin (2) 2019-07-08, Black-footed Albatross (1) 2022-01-15, Brown Booby (3) 2023-04-11, Common Myna (16) 2023-08-26, Common Waxbill (10) 2023-08-26, Erckel's Spurfowl (5) 2023-07-10, Gray Francolin (7) 2021-03-10, Great Frigatebird (2) 2020-02-15, House Finch (5) 2023-07-10, Laysan Albatross (19) 2023-07-01, Masked Booby (1) 2023-04-11, Northern Cardinal (5) 2023-07-10, Northern Mockingbird (2) 2019-06-09, Pacific Golden-Plover (9) 2023-08-26, Red Junglefowl (1) 2019-01-10, Red-crested Cardinal (12) 2023-08-26, Red-footed Booby (1) 2019-07-08, Red-vented Bulbul (17) 2023-08-26, Red-whiskered Bulbul (3) 2023-04-11, Ring-necked Pheasant (1) 2020-02-05, Rock Pigeon (3) 2020-02-02, Saffron Finch (1) 2019-01-10, Spotted Dove (13) 2023-08-26, Wandering Tattler (2) 2023-08-26, Warbling White-eye (5) 2023-07-10, Wedge-tailed Shearwater (5) 2023-08-26, Western Cattle Egret (5) 2023-04-02, White-rumped Shama (1) 2019-01-12, White-tailed Tropicbird (2) 2023-08-26, Zebra Dove (13) 2023-08-26" +21.57513335,-158.2316924,"Brown Booby (1) 2023-12-30, Chinese Hwamei (2) 2022-12-28, Chukar (1) 2022-12-28, Common Myna (21) 2024-02-05, Common Waxbill (23) 2024-02-05, Erckel's Spurfowl (29) 2024-02-05, Eurasian Skylark (2) 2023-05-01, Gray Francolin (3) 2023-05-20, Great Frigatebird (7) 2023-08-06, House Finch (21) 2024-02-05, Indian Peafowl (14) 2023-05-01, Japanese Bush Warbler (19) 2024-02-05, Kalij Pheasant (3) 2023-05-01, Laysan Albatross (32) 2024-02-05, Northern Cardinal (21) 2024-02-05, Pacific Golden-Plover (12) 2024-02-05, Red Junglefowl (3) 2022-12-28, Red-billed Leiothrix (22) 2024-02-05, Red-crested Cardinal (9) 2023-05-01, Red-vented Bulbul (34) 2024-02-05, Red-whiskered Bulbul (17) 2024-02-05, Ring-necked Pheasant (3) 2023-12-12, Rock Pigeon (12) 2023-05-20, Scaly-breasted Munia (13) 2023-12-12, Spotted Dove (23) 2024-02-05, Warbling White-eye (31) 2024-02-05, Wedge-tailed Shearwater (1) 2022-11-11, White-rumped Shama (24) 2024-02-05, White-tailed Tropicbird (26) 2024-02-05, Wild Turkey (10) 2020-12-31, Zebra Dove (28) 2024-02-05" +21.67349307,-158.0378768,"Brown Booby (2) 2023-11-13, Common Myna (33) 2023-08-04, Common Waxbill (4) 2023-02-25, Great Frigatebird (1) 2023-07-12, House Sparrow (2) 2021-08-12, Indian Peafowl (1) 2023-05-10, Java Sparrow (9) 2023-07-20, Laysan Albatross (7) 2023-04-13, Northern Cardinal (2) 2022-02-11, Pacific Golden-Plover (4) 2021-11-02, Red Junglefowl (10) 2024-01-22, Red-crested Cardinal (14) 2023-10-22, Red-footed Booby (1) 2024-01-15, Red-masked Parakeet (1) 2021-08-12, Red-vented Bulbul (12) 2023-11-13, Red-whiskered Bulbul (4) 2023-02-25, Rock Pigeon (3) 2024-01-22, Rosy-faced Lovebird (1) 2021-06-24, Ruddy Turnstone (1) 2022-02-26, Saffron Finch (8) 2023-11-14, Sanderling (4) 2022-02-24, Scaly-breasted Munia (1) 2022-04-14, Spotted Dove (12) 2023-07-20, Wandering Tattler (4) 2022-02-14, Warbling White-eye (4) 2023-05-14, Wedge-tailed Shearwater (6) 2022-04-20, Western Cattle Egret (12) 2023-02-25, White Tern (1) 2022-12-11, White-rumped Shama (3) 2022-03-23, White-tailed Tropicbird (1) 2023-07-12, Zebra Dove (25) 2024-01-22" +21.69121429,-157.979763,"Black-crowned Night Heron (1) 2019-09-02, Black-necked Stilt (2) 2021-10-14, Bristle-thighed Curlew (2) 2022-08-23, Chestnut Munia (6) 2024-02-01, Common Gallinule (1) 2019-09-02, Common Myna (7) 2024-02-04, Common Waxbill (8) 2024-02-04, Gray Francolin (1) 2022-08-23, Hawaiian Coot (1) 2019-09-02, House Finch (1) 2020-11-15, House Sparrow (2) 2021-03-18, Japanese Bush Warbler (2) 2024-02-04, Java Sparrow (1) 2022-08-23, Feral Mallard (1) 2019-09-02, Muscovy Duck (1) 2019-09-02, Northern Cardinal (1) 2024-01-26, Pacific Golden-Plover (6) 2024-02-04, Red Junglefowl (1) 2021-06-04, Red-billed Leiothrix (1) 2022-08-23, Red-crested Cardinal (6) 2024-02-04, Red-vented Bulbul (8) 2024-02-04, Red-whiskered Bulbul (4) 2024-02-04, Rock Pigeon (2) 2021-03-18, Ruddy Turnstone (2) 2022-08-23, Saffron Finch (3) 2024-02-04, Scaly-breasted Munia (1) 2024-02-01, Spotted Dove (5) 2022-08-23, Warbling White-eye (2) 2024-01-25, Western Cattle Egret (11) 2024-02-04, White-rumped Shama (2) 2022-08-23, Zebra Dove (6) 2024-02-04" +21.69096749,-157.9411011,"Black-crowned Night Heron (2) 2020-12-07, Black-necked Stilt (1) 2020-12-05, Bristle-thighed Curlew (5) 2023-04-19, Brown Noddy (1) 2019-03-31, Common Myna (1) 2022-03-16, Common Waxbill (1) 2022-03-16, Dunlin (1) 2020-12-05, Great Frigatebird (1) 2020-12-07, Hawaiian Coot (2) 2020-12-07, House Finch (3) 2022-03-16, Laysan Albatross (1) 2023-04-19, Feral Mallard (1) 2020-12-07, Northern Cardinal (1) 2022-03-16, Northern Pintail (2) 2020-12-07, Northern Shoveler (2) 2020-12-07, Pacific Golden-Plover (4) 2022-03-16, Red Junglefowl (2) 2022-03-16, Red-crested Cardinal (1) 2022-03-16, Red-footed Booby (1) 2019-03-31, Red-vented Bulbul (3) 2022-03-16, Red-whiskered Bulbul (2) 2022-03-16, Ruddy Turnstone (4) 2023-04-19, Saffron Finch (2) 2022-03-16, Sanderling (3) 2020-12-07, Sooty Tern (1) 2019-03-31, Spotted Dove (3) 2022-03-16, Wandering Tattler (2) 2022-03-16, Warbling White-eye (3) 2022-03-16, Western Cattle Egret (5) 2023-04-19, White-rumped Shama (1) 2020-12-07, Zebra Dove (4) 2022-03-16" +21.2654261,-157.799611,"African Silverbill (2) 2021-02-21, Chestnut Munia (2) 2022-11-04, Common Myna (32) 2024-01-15, Common Waxbill (19) 2023-11-23, Gray Francolin (2) 2024-01-15, Hawaiian Coot (1) 2022-11-04, House Finch (13) 2023-08-09, House Sparrow (12) 2023-02-18, Java Sparrow (7) 2022-11-04, Feral Mallard (1) 2019-02-25, Muscovy Duck (1) 2022-11-04, Northern Cardinal (1) 2022-11-04, Northern Mockingbird (1) 2019-08-13, Pacific Golden-Plover (21) 2024-01-15, Red Junglefowl (11) 2024-01-15, Red-billed Leiothrix (1) 2022-11-04, Red-crested Cardinal (32) 2024-01-15, Red-masked Parakeet (2) 2019-11-02, Red-vented Bulbul (33) 2024-01-15, Red-whiskered Bulbul (1) 2019-03-02, Rock Pigeon (16) 2024-01-15, Rose-ringed Parakeet (19) 2024-01-15, Saffron Finch (5) 2023-08-09, Scaly-breasted Munia (4) 2021-11-24, Spotted Dove (30) 2024-01-15, Warbling White-eye (15) 2024-01-15, Western Cattle Egret (29) 2024-01-15, White Tern (19) 2024-01-15, White-rumped Shama (11) 2023-11-23, Yellow-fronted Canary (12) 2024-02-14, Zebra Dove (38) 2024-01-15" +21.31066107,-157.8088839,"Black-crowned Night Heron (1) 2022-05-30, Chestnut Munia (56) 2023-12-17, Common Myna (76) 2024-01-17, Common Waxbill (58) 2023-12-17, House Finch (46) 2023-12-17, House Sparrow (66) 2023-12-17, Japanese Bush Warbler (1) 2023-04-16, Java Sparrow (47) 2024-01-17, Feral Mallard (45) 2023-12-17, Muscovy Duck (1) 2019-11-09, Northern Cardinal (31) 2023-12-17, Pacific Golden-Plover (50) 2023-12-17, Red Junglefowl (1) 2022-12-26, Red-billed Leiothrix (1) 2019-12-31, Red-crested Cardinal (77) 2023-12-31, Red-vented Bulbul (72) 2024-01-17, Red-whiskered Bulbul (42) 2023-12-17, Rock Pigeon (19) 2023-12-17, Rose-ringed Parakeet (69) 2024-01-17, Saffron Finch (7) 2023-12-17, Scaly-breasted Munia (15) 2023-12-17, Spotted Dove (74) 2024-01-17, Wandering Tattler (19) 2023-12-17, Warbling White-eye (56) 2023-12-17, Western Cattle Egret (52) 2023-12-17, White Tern (27) 2023-12-31, White-rumped Shama (26) 2023-09-10, White-tailed Tropicbird (2) 2020-06-02, Wild Turkey (1) 2019-01-01, Yellow-fronted Canary (31) 2023-09-10, Zebra Dove (75) 2024-01-17" +21.35685619,-157.9628103,"African Silverbill (1) 2021-01-02, Black-crowned Night Heron (4) 2023-11-24, Chestnut Munia (20) 2023-12-15, Common Myna (31) 2023-12-19, Common Waxbill (12) 2023-11-24, Eurasian Skylark (6) 2023-01-15, House Finch (19) 2023-06-04, House Sparrow (10) 2023-01-15, Java Sparrow (1) 2019-02-18, Northern Cardinal (1) 2019-02-18, Pacific Golden-Plover (21) 2023-11-24, Red Avadavat (1) 2019-06-18, Red Junglefowl (2) 2023-03-24, Red-crested Cardinal (12) 2023-12-19, Red-vented Bulbul (18) 2023-10-26, Red-whiskered Bulbul (5) 2023-10-26, Rock Pigeon (11) 2023-01-15, Rose-ringed Parakeet (3) 2022-03-25, Ruddy Turnstone (10) 2023-01-15, Ruff (8) 2022-03-30, Saffron Finch (14) 2023-12-19, Sanderling (1) 2023-12-15, Scaly-breasted Munia (1) 2022-03-28, Short-eared Owl (1) 2023-11-24, Spotted Dove (12) 2023-11-24, Wandering Tattler (3) 2022-03-30, Warbling White-eye (11) 2023-10-26, Western Cattle Egret (20) 2023-11-24, White Tern (4) 2023-06-04, White-rumped Shama (1) 2023-01-15, Yellow-fronted Canary (2) 2022-06-30, Zebra Dove (22) 2023-11-24" +21.36582915,-157.9531024,"African Silverbill (1) 2023-09-20, Black-crowned Night Heron (1) 2022-10-21, Chestnut Munia (9) 2023-11-23, Common Myna (31) 2023-11-23, Common Waxbill (7) 2023-11-23, Gray Francolin (1) 2023-09-20, House Finch (13) 2023-11-23, House Sparrow (22) 2023-11-23, Java Sparrow (6) 2023-11-23, Feral Mallard (2) 2023-06-25, Muscovy Duck (1) 2023-09-20, Northern Cardinal (1) 2023-03-09, Pacific Golden-Plover (17) 2023-11-23, Red Avadavat (2) 2021-05-25, Red-billed Leiothrix (1) 2023-09-20, Red-crested Cardinal (20) 2023-11-23, Red-vented Bulbul (22) 2023-11-23, Red-whiskered Bulbul (7) 2023-09-20, Rock Pigeon (15) 2023-11-23, Rose-ringed Parakeet (3) 2023-09-20, Ruddy Turnstone (3) 2023-11-23, Saffron Finch (12) 2023-11-23, Sanderling (1) 2021-12-25, Spotted Dove (16) 2023-11-23, Warbling White-eye (7) 2023-11-23, Western Cattle Egret (29) 2023-11-23, White Tern (20) 2024-02-05, White-rumped Shama (4) 2023-11-23, Yellow-fronted Canary (8) 2023-11-15, Zebra Dove (23) 2023-11-23" +21.36429459,-157.7312996,"Black-crowned Night Heron (12) 2022-12-26, Black-necked Stilt (10) 2024-02-16, Chestnut Munia (17) 2022-12-26, Common Gallinule (1) 2022-11-18, Common Myna (231) 2024-02-27, Common Waxbill (173) 2024-02-27, Gray Francolin (3) 2023-06-06, Great Frigatebird (3) 2023-08-24, Hawaiian Coot (1) 2022-11-30, House Finch (119) 2024-02-27, House Sparrow (145) 2024-02-27, Indian Peafowl (129) 2024-02-27, Java Sparrow (195) 2024-02-27, Feral Mallard (21) 2024-02-14, Muscovy Duck (1) 2022-12-26, Northern Cardinal (171) 2024-02-27, Pacific Golden-Plover (104) 2024-02-14, Red Junglefowl (65) 2024-02-18, Red-billed Leiothrix (16) 2024-02-10, Red-crested Cardinal (186) 2024-02-27, Red-vented Bulbul (242) 2024-02-27, Red-whiskered Bulbul (209) 2024-02-27, Rock Pigeon (221) 2024-02-27, Rose-ringed Parakeet (95) 2024-02-27, Saffron Finch (2) 2023-05-01, Scaly-breasted Munia (9) 2022-12-23, Spotted Dove (241) 2024-02-27, Wandering Tattler (1) 2021-08-28, Warbling White-eye (216) 2024-02-18, Western Cattle Egret (215) 2024-02-27, White-rumped Shama (83) 2024-02-18, Zebra Dove (236) 2024-02-27" +21.39124587,-157.7117765,"Black-crowned Night Heron (2) 2022-04-23, Black-necked Stilt (2) 2022-04-23, Brown Booby (4) 2023-11-14, Brown Noddy (1) 2020-08-06, Common Myna (13) 2023-10-07, Common Waxbill (2) 2021-10-13, Great Frigatebird (18) 2023-11-14, House Finch (2) 2021-10-13, House Sparrow (6) 2024-01-19, Java Sparrow (7) 2022-04-23, Laysan Albatross (2) 2019-06-21, Feral Mallard (2) 2022-04-23, Northern Cardinal (5) 2022-04-23, Northern Mockingbird (1) 2019-12-22, Pacific Golden-Plover (3) 2023-10-07, Red-crested Cardinal (10) 2023-07-13, Red-footed Booby (16) 2024-01-19, Red-tailed Tropicbird (1) 2021-10-13, Red-vented Bulbul (10) 2023-10-15, Red-whiskered Bulbul (4) 2023-10-15, Rock Pigeon (17) 2024-01-19, Sanderling (1) 2023-10-07, Sooty Tern (1) 2021-07-12, Spotted Dove (8) 2023-02-02, Wandering Tattler (3) 2022-04-23, Warbling White-eye (7) 2023-08-05, Wedge-tailed Shearwater (12) 2023-11-14, Western Cattle Egret (8) 2023-05-31, White Tern (1) 2022-06-25, White-rumped Shama (3) 2023-02-02, Zebra Dove (11) 2023-02-02" +21.39117085,-157.7021318,"African Silverbill (2) 2021-10-19, Black Noddy (2) 2024-01-21, Black-crowned Night Heron (1) 2021-04-07, Black-necked Stilt (1) 2021-04-07, Brown Booby (4) 2024-01-21, Brown Noddy (1) 2020-07-11, Common Myna (2) 2021-04-07, Common Waxbill (1) 2021-04-07, Great Frigatebird (9) 2023-09-26, Laysan Albatross (2) 2024-01-21, Feral Mallard (1) 2021-04-07, Masked Booby (1) 2024-01-21, Northern Mockingbird (7) 2023-06-04, Pacific Golden-Plover (4) 2020-10-01, Red-crested Cardinal (2) 2021-04-07, Red-footed Booby (25) 2024-01-21, Red-tailed Tropicbird (2) 2023-03-22, Red-vented Bulbul (2) 2021-04-07, Red-whiskered Bulbul (1) 2023-04-17, Rock Pigeon (22) 2024-01-21, Ruddy Turnstone (6) 2020-10-01, Scaly-breasted Munia (4) 2023-06-04, Sooty Tern (3) 2024-01-21, Wandering Tattler (1) 2022-02-01, Wedge-tailed Shearwater (32) 2023-09-26, Western Cattle Egret (6) 2023-10-06, White Tern (2) 2023-07-02, White-tailed Tropicbird (1) 2019-08-09, Zebra Dove (4) 2023-03-22" +21.40049956,-157.7406333,"Black-crowned Night Heron (3) 2023-03-29, Black-necked Stilt (11) 2023-09-08, Chestnut Munia (2) 2023-09-08, Common Myna (101) 2024-01-28, Common Waxbill (25) 2023-10-28, Great Frigatebird (8) 2023-11-14, House Finch (23) 2023-05-13, House Sparrow (18) 2023-05-13, Indian Peafowl (1) 2021-04-11, Java Sparrow (40) 2023-12-31, Feral Mallard (1) 2020-02-19, Northern Cardinal (40) 2023-09-14, Northern Mockingbird (1) 2020-02-29, Pacific Golden-Plover (32) 2023-11-14, Red Junglefowl (26) 2023-09-08, Red-billed Leiothrix (6) 2023-09-08, Red-crested Cardinal (68) 2024-01-26, Red-footed Booby (2) 2019-01-04, Red-vented Bulbul (78) 2023-12-11, Red-whiskered Bulbul (33) 2023-09-08, Rock Pigeon (48) 2023-12-11, Rose-ringed Parakeet (5) 2023-09-08, Scaly-breasted Munia (1) 2023-05-13, Sooty Tern (1) 2023-03-29, Spotted Dove (80) 2023-12-30, Wandering Tattler (1) 2019-12-26, Warbling White-eye (32) 2023-09-08, Wedge-tailed Shearwater (3) 2023-11-14, Western Cattle Egret (38) 2023-12-30, White-rumped Shama (7) 2023-09-11, White-tailed Tropicbird (2) 2023-09-08, Zebra Dove (106) 2024-01-26" +21.54807004,-158.2414994,"African Silverbill (2) 2019-04-08, Black Noddy (1) 2021-01-04, Black-footed Albatross (1) 2021-01-04, Brown Booby (8) 2024-02-15, Chestnut Munia (2) 2019-04-08, Common Myna (21) 2024-02-15, Common Waxbill (7) 2022-01-31, Gray Francolin (1) 2019-11-20, Great Frigatebird (1) 2021-04-20, House Finch (4) 2022-01-29, Japanese Bush Warbler (1) 2022-01-31, Java Sparrow (1) 2019-11-20, Laysan Albatross (6) 2022-01-31, Northern Cardinal (7) 2022-01-31, Pacific Golden-Plover (6) 2021-11-22, Red Avadavat (1) 2019-11-20, Red Junglefowl (2) 2023-05-08, Red-crested Cardinal (12) 2024-02-05, Red-footed Booby (1) 2024-02-05, Red-vented Bulbul (13) 2024-02-15, Ruddy Turnstone (1) 2024-02-05, Saffron Finch (2) 2021-09-27, Scaly-breasted Munia (4) 2019-11-20, Spotted Dove (6) 2022-01-03, Wandering Tattler (4) 2022-12-16, Warbling White-eye (9) 2022-01-31, Wedge-tailed Shearwater (2) 2023-11-07, Western Cattle Egret (3) 2019-11-20, White-rumped Shama (5) 2021-09-26, White-tailed Tropicbird (2) 2021-03-17, Yellow-faced Grassquit (3) 2019-04-08, Zebra Dove (12) 2023-05-08" +21.64568037,-157.9221063,"Black-crowned Night Heron (8) 2024-02-26, Black-necked Stilt (1) 2023-12-04, Brown Booby (2) 2024-02-22, Chestnut Munia (23) 2023-03-12, Common Myna (72) 2024-02-22, Common Waxbill (16) 2023-03-29, Gray Francolin (2) 2023-04-23, Great Frigatebird (4) 2023-05-19, Hawaiian Coot (1) 2019-12-12, House Finch (5) 2024-02-19, House Sparrow (6) 2023-11-22, Java Sparrow (2) 2023-01-14, Feral Mallard (4) 2024-02-10, Masked Booby (3) 2020-02-03, Pacific Golden-Plover (55) 2024-02-26, Red Junglefowl (23) 2024-01-25, Red-crested Cardinal (31) 2024-02-26, Red-vented Bulbul (41) 2024-02-26, Red-whiskered Bulbul (13) 2024-02-22, Rock Pigeon (11) 2024-02-06, Ruddy Turnstone (9) 2024-02-19, Saffron Finch (13) 2024-02-21, Sanderling (8) 2023-10-24, Scaly-breasted Munia (1) 2023-11-22, Spotted Dove (37) 2024-02-26, Wandering Tattler (11) 2024-02-22, Warbling White-eye (5) 2024-02-21, Western Cattle Egret (48) 2024-02-26, Yellow-fronted Canary (1) 2020-06-07, Zebra Dove (49) 2024-02-26" +21.29266237,-157.8186683,"Black-crowned Night Heron (5) 2023-07-07, Black-necked Stilt (1) 2023-04-04, Chestnut Munia (1) 2022-05-29, Common Myna (99) 2023-09-26, Common Waxbill (60) 2023-09-26, Great Frigatebird (2) 2022-07-06, Great-tailed Grackle (51) 2022-07-05, House Finch (32) 2023-08-04, House Sparrow (55) 2023-09-26, Java Sparrow (19) 2023-09-26, Feral Mallard (31) 2023-07-24, Northern Cardinal (14) 2023-08-04, Northern Mockingbird (7) 2023-07-13, Pacific Golden-Plover (41) 2023-10-01, Red Junglefowl (9) 2023-10-15, Red-crested Cardinal (56) 2023-09-26, Red-masked Parakeet (1) 2021-04-09, Red-vented Bulbul (106) 2023-11-21, Red-whiskered Bulbul (15) 2023-09-26, Rock Pigeon (40) 2023-09-26, Rose-ringed Parakeet (83) 2023-09-26, Saffron Finch (7) 2023-07-11, Scaly-breasted Munia (8) 2023-08-04, Spotted Dove (114) 2023-10-15, Warbling White-eye (101) 2023-08-04, Western Cattle Egret (69) 2023-09-26, White Tern (77) 2023-09-26, White-rumped Shama (26) 2023-08-20, Yellow-fronted Canary (36) 2023-08-20, Zebra Dove (108) 2023-11-21" +21.31214238,-158.0402524,"Black Francolin (1) 2019-02-25, Black-crowned Night Heron (1) 2019-02-25, Black-necked Stilt (5) 2023-11-18, Cackling Goose (5) 2021-06-14, Chestnut Munia (1) 2020-08-21, Common Myna (4) 2023-11-18, Common Waxbill (3) 2023-11-10, Gray Francolin (3) 2021-03-22, Hawaiian Coot (7) 2023-11-18, House Finch (1) 2019-02-25, House Sparrow (2) 2023-11-10, Lesser Scaup (2) 2021-03-22, Feral Mallard (3) 2021-04-19, Mourning Dove (1) 2019-02-25, Muscovy Duck (1) 2019-02-25, Northern Cardinal (1) 2019-02-25, Northern Mockingbird (1) 2019-02-25, Northern Pintail (1) 2019-02-25, Northern Shoveler (1) 2019-02-25, Pacific Golden-Plover (5) 2023-11-18, Red-crested Cardinal (2) 2020-08-21, Red-vented Bulbul (2) 2020-08-21, Red-whiskered Bulbul (1) 2019-02-25, Rock Pigeon (1) 2019-02-25, Rose-ringed Parakeet (1) 2019-02-25, Ruddy Turnstone (1) 2019-02-25, Saffron Finch (1) 2023-11-10, Snow Goose (1) 2019-02-25, Spotted Dove (2) 2020-08-21, Warbling White-eye (1) 2019-02-25, Western Cattle Egret (3) 2023-11-10, White-rumped Shama (1) 2019-02-25, Zebra Dove (3) 2021-10-18" +21.3291279,-157.8665852,"African Silverbill (1) 2021-08-09, Black-crowned Night Heron (1) 2019-02-25, Black-necked Stilt (6) 2023-10-02, Chestnut Munia (12) 2023-08-22, Common Myna (85) 2024-02-10, Common Waxbill (49) 2024-02-18, Great Frigatebird (1) 2021-07-21, House Finch (31) 2023-12-08, House Sparrow (58) 2024-02-18, Java Sparrow (25) 2023-10-12, Feral Mallard (14) 2023-10-02, Northern Cardinal (7) 2024-02-10, Pacific Golden-Plover (44) 2024-02-10, Red Junglefowl (11) 2024-02-10, Red-crested Cardinal (40) 2024-02-18, Red-vented Bulbul (71) 2024-02-18, Red-whiskered Bulbul (8) 2024-02-10, Rock Pigeon (23) 2024-02-10, Rose-ringed Parakeet (31) 2024-02-21, Saffron Finch (15) 2023-12-13, Scaly-breasted Munia (16) 2023-12-08, Spotted Dove (63) 2024-02-18, Wandering Tattler (7) 2022-05-09, Warbling White-eye (32) 2023-12-20, Western Cattle Egret (69) 2024-02-10, White Tern (32) 2024-01-17, White-rumped Shama (3) 2020-11-30, Yellow-fronted Canary (5) 2023-09-04, Zebra Dove (87) 2024-02-18" +21.39153868,-157.7503556,"Black-crowned Night Heron (5) 2024-01-05, Black-necked Stilt (5) 2023-08-04, Chestnut Munia (1) 2023-06-09, Common Gallinule (7) 2024-01-05, Common Myna (7) 2024-01-05, Common Waxbill (7) 2024-01-05, Hawaiian Coot (1) 2022-02-26, House Finch (3) 2023-08-04, House Sparrow (2) 2024-01-05, Japanese Bush Warbler (2) 2023-06-09, Java Sparrow (4) 2024-01-05, Feral Mallard (8) 2024-01-05, Muscovy Duck (2) 2024-01-05, Northern Cardinal (4) 2023-07-27, Northern Mockingbird (1) 2024-01-05, Pacific Golden-Plover (2) 2024-01-05, Red Avadavat (1) 2022-09-25, Red Junglefowl (5) 2023-08-04, Red-billed Leiothrix (1) 2023-08-04, Red-crested Cardinal (6) 2024-01-05, Red-vented Bulbul (8) 2024-01-05, Red-whiskered Bulbul (3) 2023-07-27, Rock Pigeon (7) 2024-01-05, Spotted Dove (6) 2024-01-05, Wandering Tattler (1) 2022-02-26, Warbling White-eye (3) 2023-08-04, Wedge-tailed Shearwater (1) 2022-02-26, Western Cattle Egret (5) 2024-01-05, White-rumped Shama (7) 2023-11-03, Zebra Dove (4) 2024-01-05" +21.40953258,-157.7405559,"African Silverbill (1) 2021-11-01, Black-crowned Night Heron (1) 2022-02-05, Black-necked Stilt (2) 2022-02-05, Brown Booby (1) 2022-02-22, Brown Noddy (1) 2022-02-22, Chestnut Munia (1) 2022-08-24, Common Myna (14) 2024-02-20, Common Waxbill (3) 2021-10-09, Gray Francolin (1) 2023-05-10, Great Frigatebird (2) 2022-02-22, House Finch (4) 2023-05-10, House Sparrow (5) 2022-08-24, Java Sparrow (8) 2024-02-20, Laysan Albatross (1) 2024-02-20, Northern Cardinal (6) 2023-05-10, Pacific Golden-Plover (6) 2022-08-24, Red Junglefowl (3) 2022-02-22, Red-crested Cardinal (13) 2023-05-10, Red-footed Booby (1) 2022-02-22, Red-vented Bulbul (9) 2023-03-06, Red-whiskered Bulbul (4) 2022-02-22, Rock Pigeon (5) 2022-02-13, Sanderling (1) 2023-10-06, Spotted Dove (12) 2023-05-10, Wandering Tattler (2) 2023-11-02, Warbling White-eye (9) 2022-02-22, Wedge-tailed Shearwater (2) 2021-10-09, Western Cattle Egret (11) 2023-03-06, White-rumped Shama (7) 2023-01-01, White-tailed Tropicbird (1) 2022-04-20, Yellow-fronted Canary (2) 2021-10-09, Zebra Dove (13) 2024-02-20" +21.42822956,-157.8272281,"African Silverbill (1) 2023-05-12, Black Swan (45) 2024-02-29, Chestnut Munia (18) 2023-12-05, Common Myna (39) 2024-02-26, Common Waxbill (8) 2023-07-25, Great Frigatebird (1) 2023-10-25, House Finch (4) 2024-02-26, House Sparrow (37) 2024-02-26, Indian Peafowl (4) 2023-12-03, Java Sparrow (2) 2023-11-10, Feral Mallard (14) 2024-02-17, Muscovy Duck (1) 2024-02-26, Northern Cardinal (5) 2023-12-05, Pacific Golden-Plover (28) 2024-02-05, Red Avadavat (1) 2019-03-03, Red Junglefowl (8) 2023-10-21, Red-billed Leiothrix (7) 2023-06-05, Red-crested Cardinal (45) 2024-02-29, Red-vented Bulbul (23) 2023-12-05, Red-whiskered Bulbul (11) 2024-02-26, Rock Pigeon (9) 2024-02-26, Saffron Finch (1) 2023-06-16, Scaly-breasted Munia (1) 2023-06-19, Spotted Dove (59) 2024-02-29, Wandering Tattler (1) 2024-02-26, Warbling White-eye (18) 2024-01-13, Western Cattle Egret (33) 2024-02-26, White Tern (1) 2023-06-11, White-rumped Shama (13) 2024-02-10, White-tailed Tropicbird (1) 2023-06-19, Zebra Dove (59) 2024-02-29" +21.47475219,-158.0391897,"Barn Owl (1) 2019-06-03, Black-crowned Night Heron (12) 2019-07-21, Black-necked Stilt (1) 2019-06-12, Chestnut Munia (24) 2019-07-25, Common Myna (51) 2019-07-25, Common Waxbill (39) 2019-07-23, Erckel's Spurfowl (1) 2019-05-29, Gray Francolin (1) 2019-06-02, Hawaiian Coot (1) 2019-05-16, House Finch (52) 2019-07-25, House Sparrow (53) 2019-07-25, Java Sparrow (4) 2019-07-17, Feral Mallard (4) 2019-05-28, Northern Cardinal (35) 2019-07-23, Oahu Amakihi (1) 2019-05-05, Pacific Golden-Plover (11) 2019-05-02, Red Junglefowl (1) 2019-05-19, Red-billed Leiothrix (9) 2019-07-14, Red-crested Cardinal (48) 2019-07-25, Red-crowned Parrot (4) 2019-05-15, Red-masked Parakeet (1) 2019-05-19, Red-vented Bulbul (52) 2019-07-25, Red-whiskered Bulbul (23) 2019-07-22, Rock Pigeon (14) 2019-07-17, Rose-ringed Parakeet (25) 2019-07-21, Saffron Finch (33) 2019-07-25, Spotted Dove (53) 2019-07-25, Warbling White-eye (44) 2019-07-25, Western Cattle Egret (50) 2019-07-25, White-rumped Shama (10) 2019-07-21, Yellow-fronted Canary (5) 2019-07-21, Zebra Dove (52) 2019-07-25" +21.56567631,-158.1448247,"Apapane (1) 2020-01-05, Barn Owl (2) 2023-09-10, Black Francolin (9) 2023-04-07, Chestnut Munia (2) 2022-05-04, Common Myna (19) 2024-01-26, Common Waxbill (18) 2024-01-26, Erckel's Spurfowl (6) 2021-06-10, Gray Francolin (15) 2024-01-26, House Finch (16) 2024-01-26, House Sparrow (2) 2022-05-04, Indian Peafowl (11) 2023-09-10, Japanese Bush Warbler (17) 2024-01-26, Java Sparrow (2) 2020-02-09, Kalij Pheasant (2) 2021-06-08, Northern Cardinal (19) 2024-01-26, Northern Mockingbird (1) 2020-02-09, Pacific Golden-Plover (11) 2024-01-26, Red Avadavat (2) 2020-02-09, Red Junglefowl (5) 2022-10-13, Red-billed Leiothrix (17) 2024-01-26, Red-crested Cardinal (18) 2024-01-26, Red-vented Bulbul (19) 2024-01-26, Red-whiskered Bulbul (17) 2024-01-26, Rock Pigeon (7) 2022-05-04, Rose-ringed Parakeet (1) 2023-04-07, Saffron Finch (8) 2023-01-24, Scaly-breasted Munia (7) 2022-05-04, Spotted Dove (19) 2024-01-26, Warbling White-eye (18) 2024-01-26, Western Cattle Egret (18) 2024-01-26, White-rumped Shama (19) 2024-01-26, Yellow-fronted Canary (3) 2023-01-24, Zebra Dove (19) 2024-01-26" +21.65553655,-158.0573235,"Black-crowned Night Heron (4) 2024-01-10, Brown Booby (8) 2022-08-07, Common Myna (21) 2023-11-06, Common Waxbill (10) 2023-03-16, Erckel's Spurfowl (1) 2022-08-07, Gray Francolin (1) 2022-08-07, Great Frigatebird (6) 2023-11-06, Hawaiian Coot (2) 2022-08-07, House Finch (6) 2022-09-25, House Sparrow (4) 2024-01-10, Java Sparrow (9) 2023-03-16, Laysan Albatross (2) 2022-09-28, Feral Mallard (3) 2022-09-30, Northern Cardinal (4) 2022-09-30, Pacific Golden-Plover (10) 2024-01-10, Red Junglefowl (6) 2023-03-16, Red-billed Leiothrix (1) 2024-01-10, Red-crested Cardinal (14) 2024-01-10, Red-footed Booby (4) 2021-06-22, Red-vented Bulbul (16) 2023-03-16, Red-whiskered Bulbul (8) 2023-11-06, Rose-ringed Parakeet (1) 2022-08-07, Ruddy Turnstone (4) 2022-09-30, Saffron Finch (6) 2023-03-23, Sanderling (2) 2023-08-25, Spotted Dove (9) 2023-11-06, Wandering Tattler (8) 2022-09-30, Warbling White-eye (13) 2023-03-16, Wedge-tailed Shearwater (3) 2023-11-06, Western Cattle Egret (5) 2023-11-06, White Tern (1) 2022-08-07, White-rumped Shama (6) 2024-01-10, Zebra Dove (23) 2024-01-10" +21.67290417,-157.9412332,"Barn Owl (1) 2019-10-06, Black-crowned Night Heron (1) 2019-08-04, Black-necked Stilt (1) 2020-03-06, Bristle-thighed Curlew (7) 2024-01-05, Brown Booby (1) 2020-03-06, Brown Noddy (1) 2021-03-27, Chestnut Munia (3) 2023-11-22, Common Myna (12) 2024-01-05, Common Waxbill (5) 2023-11-22, Glaucous-winged Gull (1) 2021-12-29, Gray Francolin (1) 2019-01-27, Great Frigatebird (1) 2019-01-27, Hawaiian Coot (2) 2022-08-21, House Finch (6) 2022-12-07, Indian Peafowl (1) 2020-03-06, Java Sparrow (4) 2022-12-07, Laysan Albatross (4) 2020-03-06, Northern Cardinal (5) 2020-03-06, Pacific Golden-Plover (6) 2024-01-05, Red Junglefowl (5) 2022-04-15, Red-billed Leiothrix (3) 2020-03-06, Red-crested Cardinal (10) 2024-01-05, Red-vented Bulbul (6) 2023-11-22, Red-whiskered Bulbul (2) 2020-03-06, Saffron Finch (5) 2023-11-22, Sanderling (2) 2024-01-13, Spotted Dove (8) 2024-01-05, Wandering Tattler (2) 2020-03-06, Warbling White-eye (4) 2024-01-05, Western Cattle Egret (5) 2022-12-07, White-rumped Shama (3) 2020-03-06, Yellow-fronted Canary (2) 2024-01-05, Zebra Dove (11) 2024-01-05" +21.25639296,-157.7996841,"Brown Booby (5) 2023-12-21, Brown Noddy (1) 2023-03-03, Common Myna (62) 2024-02-11, Common Waxbill (17) 2023-12-17, Gray Francolin (7) 2022-08-21, Great Frigatebird (3) 2023-08-24, House Finch (8) 2023-06-01, House Sparrow (18) 2023-12-17, Java Sparrow (4) 2023-11-03, Feral Mallard (11) 2023-12-03, Masked Booby (3) 2023-03-03, Northern Cardinal (3) 2022-06-26, Pacific Golden-Plover (41) 2023-12-17, Red Junglefowl (5) 2024-02-11, Red-crested Cardinal (33) 2024-02-11, Red-footed Booby (4) 2023-03-03, Red-masked Parakeet (50) 2023-12-17, Red-vented Bulbul (50) 2023-12-17, Red-whiskered Bulbul (4) 2023-12-11, Rock Pigeon (15) 2023-12-17, Rose-ringed Parakeet (7) 2024-02-11, Saffron Finch (7) 2023-12-17, Scaly-breasted Munia (1) 2019-04-26, Sooty Tern (3) 2023-03-03, Spotted Dove (47) 2024-02-11, Warbling White-eye (16) 2023-12-11, Western Cattle Egret (24) 2023-12-17, White Tern (22) 2024-02-11, White-rumped Shama (2) 2023-06-08, White-tailed Tropicbird (1) 2019-12-30, Yellow-fronted Canary (10) 2023-11-03, Zebra Dove (39) 2024-02-11" +21.31059249,-157.799244,"African Silverbill (1) 2021-01-07, Apapane (11) 2023-06-21, Barn Owl (1) 2019-09-30, Chestnut Munia (8) 2021-01-07, Chinese Hwamei (1) 2019-11-29, Common Myna (40) 2024-02-28, Common Waxbill (46) 2023-11-06, House Finch (86) 2023-06-21, House Sparrow (3) 2023-07-17, Java Sparrow (31) 2022-03-18, Northern Cardinal (89) 2024-02-28, Northern Mockingbird (8) 2023-03-11, Oahu Amakihi (149) 2024-02-28, Oahu Elepaio (2) 2023-06-01, Pacific Golden-Plover (20) 2024-02-28, Red Junglefowl (80) 2023-11-05, Red-billed Leiothrix (91) 2023-11-06, Red-crested Cardinal (76) 2024-02-28, Red-masked Parakeet (4) 2020-04-12, Red-tailed Tropicbird (1) 2019-08-17, Red-vented Bulbul (139) 2024-02-28, Red-whiskered Bulbul (51) 2023-11-05, Rock Pigeon (9) 2023-10-19, Rose-ringed Parakeet (57) 2024-02-28, Scaly-breasted Munia (3) 2020-02-14, Spotted Dove (100) 2024-02-28, Warbling White-eye (136) 2024-02-28, Western Cattle Egret (3) 2023-04-17, White Tern (28) 2023-08-19, White-rumped Shama (121) 2024-02-28, Yellow-faced Grassquit (4) 2020-07-17, Yellow-fronted Canary (68) 2024-02-28, Zebra Dove (130) 2024-02-28" +21.32071789,-157.9630634,"Black Noddy (1) 2023-06-18, Black-crowned Night Heron (7) 2023-01-04, Black-necked Stilt (11) 2023-08-12, Brown Booby (3) 2021-03-26, Chestnut Munia (2) 2019-06-28, Common Myna (13) 2023-06-08, Common Waxbill (9) 2023-12-09, Gray Francolin (2) 2022-08-27, Great Frigatebird (1) 2023-06-18, Hawaiian Coot (3) 2023-08-12, House Finch (3) 2020-03-31, House Sparrow (12) 2023-06-08, Northern Cardinal (11) 2023-12-09, Pacific Golden-Plover (20) 2023-12-09, Red Junglefowl (3) 2023-01-09, Red-crested Cardinal (9) 2023-01-04, Red-vented Bulbul (12) 2023-12-09, Red-whiskered Bulbul (3) 2021-06-06, Rock Pigeon (1) 2020-03-31, Rose-ringed Parakeet (1) 2022-08-27, Ruddy Turnstone (17) 2023-12-09, Saffron Finch (1) 2020-03-31, Sanderling (1) 2022-03-28, Spotted Dove (6) 2023-01-09, Wandering Tattler (16) 2023-12-09, Warbling White-eye (7) 2023-06-08, Wedge-tailed Shearwater (1) 2023-06-23, Western Cattle Egret (6) 2023-12-09, White Tern (8) 2023-12-09, White-rumped Shama (4) 2023-12-09, Yellow-fronted Canary (1) 2021-06-06, Zebra Dove (11) 2023-12-09" +21.38236069,-157.7311438,"Black-crowned Night Heron (35) 2024-02-08, Black-necked Stilt (28) 2023-11-18, Brown Booby (1) 2020-03-10, Chestnut Munia (4) 2023-11-06, Common Gallinule (106) 2024-02-08, Common Myna (129) 2024-02-08, Common Waxbill (35) 2023-11-19, Hawaiian Coot (16) 2022-12-17, House Finch (17) 2023-05-15, House Sparrow (109) 2024-02-08, Java Sparrow (57) 2024-02-03, Feral Mallard (125) 2024-02-28, Muscovy Duck (20) 2024-02-03, Northern Cardinal (13) 2022-06-13, Pacific Golden-Plover (25) 2023-12-02, Red Avadavat (2) 2020-07-25, Red Junglefowl (4) 2024-01-03, Red-crested Cardinal (77) 2024-01-20, Red-vented Bulbul (84) 2024-02-26, Red-whiskered Bulbul (22) 2023-03-10, Ring-necked Duck (5) 2020-04-01, Rock Pigeon (132) 2024-02-08, Rose-ringed Parakeet (3) 2024-02-08, Saffron Finch (6) 2022-01-02, Scaly-breasted Munia (2) 2021-02-04, Spotted Dove (88) 2024-02-08, Wandering Tattler (2) 2020-08-09, Warbling White-eye (33) 2024-02-03, Western Cattle Egret (58) 2024-02-08, White-rumped Shama (2) 2022-11-25, Zebra Dove (117) 2024-02-08" +21.44573623,-157.7498942,"Black-bellied Plover (1) 2021-08-14, Black-crowned Night Heron (6) 2024-01-25, Black-necked Stilt (26) 2024-01-25, Chestnut Munia (1) 2022-03-16, Common Gallinule (3) 2024-01-25, Common Myna (41) 2024-01-25, Common Waxbill (15) 2024-01-25, Gray Francolin (6) 2024-02-16, Great Frigatebird (28) 2024-01-25, Hawaiian Coot (4) 2024-01-25, House Finch (10) 2024-01-25, House Sparrow (9) 2024-01-25, Java Sparrow (12) 2024-01-25, Long-billed Dowitcher (1) 2024-01-25, Feral Mallard (16) 2024-01-25, Muscovy Duck (1) 2020-05-31, Northern Cardinal (15) 2024-01-25, Pacific Golden-Plover (31) 2024-01-25, Red Avadavat (1) 2023-05-08, Red Junglefowl (5) 2024-01-24, Red-crested Cardinal (22) 2024-01-25, Red-footed Booby (3) 2021-12-19, Red-vented Bulbul (29) 2024-01-25, Red-whiskered Bulbul (7) 2024-01-17, Rock Pigeon (11) 2024-01-25, Ruddy Turnstone (4) 2021-12-19, Saffron Finch (9) 2024-01-25, Scaly-breasted Munia (1) 2020-05-24, Spotted Dove (19) 2024-01-25, Warbling White-eye (7) 2023-11-27, Western Cattle Egret (36) 2024-01-25, White-rumped Shama (2) 2024-01-25, Yellow-fronted Canary (3) 2024-01-25, Zebra Dove (30) 2024-01-25" +21.50174145,-158.0197054,"Black-crowned Night Heron (1) 2023-10-22, Chestnut Munia (8) 2023-12-03, Common Gallinule (3) 2023-11-01, Common Myna (55) 2024-02-20, Common Waxbill (17) 2024-01-04, Hawaiian Coot (1) 2023-04-27, House Finch (14) 2024-02-12, House Sparrow (8) 2024-01-10, Indian Peafowl (3) 2024-01-04, Japanese Bush Warbler (1) 2023-03-15, Java Sparrow (5) 2024-01-26, Feral Mallard (1) 2023-11-01, Muscovy Duck (1) 2022-06-25, Northern Cardinal (18) 2024-02-12, Northern Mockingbird (1) 2021-03-17, Pacific Golden-Plover (1) 2024-01-26, Red Avadavat (1) 2023-10-22, Red Junglefowl (20) 2024-02-15, Red-billed Leiothrix (34) 2024-02-20, Red-crested Cardinal (35) 2024-02-20, Red-vented Bulbul (49) 2024-02-12, Red-whiskered Bulbul (44) 2024-02-12, Rock Pigeon (5) 2024-01-26, Rose-ringed Parakeet (2) 2023-04-13, Saffron Finch (10) 2024-01-26, Scaly-breasted Munia (1) 2023-10-22, Spotted Dove (44) 2024-02-20, Warbling White-eye (46) 2024-02-20, Western Cattle Egret (7) 2024-02-07, White-rumped Shama (41) 2024-02-20, White-tailed Tropicbird (2) 2023-10-22, Zebra Dove (66) 2024-02-20" +21.58394032,-158.1833509,"Barn Owl (1) 2023-06-12, Black Francolin (2) 2023-06-10, Black-crowned Night Heron (1) 2020-03-15, Brown Booby (1) 2020-01-05, Common Myna (20) 2023-06-10, Common Waxbill (13) 2023-06-10, Erckel's Spurfowl (2) 2019-03-01, Eurasian Skylark (1) 2020-01-19, Gray Francolin (4) 2023-06-12, House Finch (14) 2023-06-10, House Sparrow (6) 2020-03-15, Java Sparrow (3) 2023-03-27, Laysan Albatross (7) 2022-02-19, Northern Cardinal (6) 2023-06-10, Pacific Golden-Plover (12) 2023-06-10, Red Junglefowl (6) 2020-03-15, Red-billed Leiothrix (4) 2023-06-10, Red-crested Cardinal (10) 2023-06-10, Red-footed Booby (1) 2019-01-07, Red-vented Bulbul (14) 2023-06-10, Red-whiskered Bulbul (2) 2023-06-10, Ring-necked Pheasant (1) 2019-10-21, Rock Pigeon (2) 2022-06-04, Ruddy Turnstone (1) 2020-01-05, Saffron Finch (15) 2024-01-10, Scaly-breasted Munia (1) 2020-01-05, Snow Goose (3) 2020-01-05, Spotted Dove (7) 2023-06-10, Wandering Tattler (1) 2021-04-03, Warbling White-eye (8) 2023-06-10, Wedge-tailed Shearwater (1) 2022-07-27, Western Cattle Egret (5) 2023-06-10, White-rumped Shama (6) 2020-03-15, Zebra Dove (13) 2023-06-10" +21.60160241,-158.1059751,"Black-necked Stilt (3) 2022-04-02, Brown Booby (14) 2024-02-20, Chestnut Munia (2) 2021-07-22, Common Myna (29) 2024-02-26, Common Waxbill (16) 2024-02-26, Great Frigatebird (6) 2023-11-05, House Finch (12) 2024-02-26, House Sparrow (7) 2024-02-26, Japanese Bush Warbler (1) 2021-07-22, Java Sparrow (3) 2022-10-05, Laysan Albatross (6) 2024-02-26, Pacific Golden-Plover (18) 2024-02-26, Red Junglefowl (17) 2024-02-26, Red-billed Leiothrix (2) 2023-12-26, Red-crested Cardinal (18) 2024-02-26, Red-footed Booby (3) 2022-04-06, Red-vented Bulbul (10) 2024-02-26, Red-whiskered Bulbul (4) 2024-02-26, Rock Pigeon (28) 2024-02-26, Rose-ringed Parakeet (1) 2024-02-26, Ruddy Turnstone (1) 2019-09-03, Saffron Finch (17) 2024-02-26, Sanderling (1) 2019-09-03, Scaly-breasted Munia (3) 2021-12-21, Sooty Tern (3) 2022-04-06, Spotted Dove (15) 2024-02-26, Wandering Tattler (7) 2023-12-26, Warbling White-eye (5) 2022-12-04, Wedge-tailed Shearwater (4) 2023-03-13, Western Cattle Egret (16) 2024-02-26, White-rumped Shama (4) 2024-02-26, Zebra Dove (35) 2024-02-26" +21.27473011,-157.8380882,"Black Noddy (1) 2022-02-13, Black-crowned Night Heron (15) 2024-01-30, Brown Booby (11) 2024-01-21, Brown Noddy (1) 2024-01-21, Common Myna (14) 2024-01-30, Common Waxbill (6) 2023-09-09, Great Frigatebird (1) 2020-06-28, House Finch (11) 2024-01-30, House Sparrow (15) 2024-01-30, Java Sparrow (4) 2023-04-08, Laughing Gull (1) 2024-01-25, Feral Mallard (5) 2024-01-30, Muscovy Duck (1) 2020-03-22, Pacific Golden-Plover (3) 2024-01-26, Red Junglefowl (4) 2024-01-29, Red-crested Cardinal (6) 2024-01-30, Red-footed Booby (4) 2023-08-26, Red-vented Bulbul (7) 2024-01-26, Red-whiskered Bulbul (2) 2023-04-08, Rock Pigeon (19) 2024-01-30, Rose-ringed Parakeet (6) 2024-01-30, Ruddy Turnstone (1) 2020-04-21, Saffron Finch (2) 2023-06-15, Sooty Tern (3) 2024-01-24, Spotted Dove (5) 2024-01-28, Warbling White-eye (3) 2023-04-08, Wedge-tailed Shearwater (6) 2023-09-03, Western Cattle Egret (10) 2024-01-30, White Tern (30) 2024-01-30, White-rumped Shama (1) 2020-04-21, Yellow-fronted Canary (4) 2024-01-26, Zebra Dove (5) 2024-01-30" +21.28362908,-157.8187407,"African Silverbill (1) 2023-10-04, Black-crowned Night Heron (5) 2024-01-07, Chestnut Munia (3) 2020-11-15, Common Myna (110) 2024-02-19, Common Waxbill (18) 2024-01-07, Great Frigatebird (3) 2021-10-17, Great-tailed Grackle (1) 2022-06-20, House Finch (19) 2024-01-10, House Sparrow (75) 2024-02-19, Japanese Bush Warbler (2) 2024-01-10, Java Sparrow (18) 2024-01-19, Feral Mallard (6) 2024-01-07, Muscovy Duck (1) 2022-11-12, Northern Cardinal (2) 2023-03-19, Pacific Golden-Plover (62) 2024-01-26, Red Junglefowl (11) 2023-09-14, Red-crested Cardinal (62) 2024-02-19, Red-masked Parakeet (1) 2019-02-10, Red-vented Bulbul (91) 2024-02-19, Red-whiskered Bulbul (25) 2023-03-24, Rock Pigeon (41) 2024-02-19, Rose-ringed Parakeet (55) 2024-02-18, Saffron Finch (3) 2020-01-07, Scaly-breasted Munia (2) 2021-02-06, Spotted Dove (105) 2024-02-19, Wandering Tattler (2) 2024-01-07, Warbling White-eye (17) 2023-03-24, Western Cattle Egret (23) 2024-01-07, White Tern (59) 2024-02-19, White-rumped Shama (3) 2021-11-04, Yellow-fronted Canary (36) 2024-01-19, Zebra Dove (116) 2024-02-19" +21.2830699,-157.7416364,"African Silverbill (1) 2021-05-12, Black-crowned Night Heron (2) 2022-04-26, Black-necked Stilt (5) 2022-02-01, Chestnut Munia (1) 2020-02-24, Common Myna (76) 2023-11-06, Common Waxbill (43) 2022-02-17, Great Frigatebird (15) 2021-09-13, House Finch (44) 2022-07-10, House Sparrow (32) 2023-11-06, Indian Peafowl (1) 2020-01-13, Java Sparrow (35) 2023-04-12, Feral Mallard (27) 2022-02-01, Muscovy Duck (3) 2021-01-27, Northern Cardinal (30) 2022-07-10, Pacific Golden-Plover (38) 2023-11-06, Red Junglefowl (2) 2019-07-17, Red-crested Cardinal (66) 2023-03-30, Red-masked Parakeet (7) 2022-02-07, Red-vented Bulbul (60) 2024-02-17, Red-whiskered Bulbul (29) 2022-07-10, Rock Pigeon (68) 2023-11-06, Rose-ringed Parakeet (18) 2023-09-08, Saffron Finch (2) 2021-02-04, Scaly-breasted Munia (16) 2022-07-10, Spotted Dove (62) 2023-11-06, Warbling White-eye (56) 2023-03-30, Western Cattle Egret (68) 2023-11-06, White Tern (36) 2022-07-10, White-rumped Shama (25) 2022-07-10, White-tailed Tropicbird (3) 2022-02-02, Yellow-fronted Canary (22) 2022-02-25, Zebra Dove (77) 2023-11-06" +21.29292899,-157.8572236,"African Silverbill (4) 2023-09-27, Black-crowned Night Heron (7) 2024-02-02, Brown Booby (27) 2024-02-24, Brown Noddy (1) 2020-07-22, Common Myna (37) 2024-01-26, Common Waxbill (13) 2023-11-22, Great Frigatebird (3) 2020-07-22, House Finch (10) 2023-12-17, House Sparrow (31) 2024-01-26, Java Sparrow (10) 2024-01-26, Feral Mallard (6) 2024-01-26, Northern Mockingbird (1) 2022-12-26, Pacific Golden-Plover (25) 2024-02-02, Red Junglefowl (13) 2023-12-17, Red-crested Cardinal (21) 2024-01-26, Red-footed Booby (7) 2024-02-24, Red-masked Parakeet (1) 2022-12-29, Red-vented Bulbul (21) 2024-01-26, Red-whiskered Bulbul (1) 2023-12-17, Rock Pigeon (36) 2024-02-02, Rose-ringed Parakeet (15) 2024-01-26, Ruddy Turnstone (8) 2023-10-23, Saffron Finch (14) 2024-01-26, Scaly-breasted Munia (1) 2019-04-24, Sooty Tern (4) 2024-02-24, Spotted Dove (36) 2024-01-26, Wandering Tattler (1) 2020-05-08, Warbling White-eye (12) 2023-12-17, Wedge-tailed Shearwater (9) 2023-06-02, Western Cattle Egret (16) 2024-02-02, White Tern (62) 2024-02-24, White-tailed Tropicbird (1) 2023-06-02, Yellow-fronted Canary (10) 2023-12-17, Zebra Dove (42) 2024-02-02" +21.31099575,-157.8570839,"Black-crowned Night Heron (6) 2024-01-16, Black-necked Stilt (1) 2024-02-05, Chestnut Munia (35) 2023-12-19, Common Myna (201) 2024-02-24, Common Waxbill (67) 2024-02-20, House Finch (36) 2023-12-19, House Sparrow (143) 2024-02-23, Java Sparrow (44) 2024-01-27, Feral Mallard (28) 2024-02-23, Muscovy Duck (1) 2020-06-13, Northern Cardinal (4) 2020-05-29, Northern Mockingbird (1) 2021-08-10, Pacific Golden-Plover (108) 2024-02-26, Peregrine Falcon (2) 2020-01-19, Red Junglefowl (43) 2024-02-10, Red-crested Cardinal (101) 2024-02-24, Red-crowned Parrot (1) 2023-08-25, Red-vented Bulbul (102) 2024-02-23, Red-whiskered Bulbul (6) 2022-05-25, Rock Pigeon (164) 2024-02-24, Rose-ringed Parakeet (162) 2024-02-23, Saffron Finch (26) 2023-12-30, Scaly-breasted Munia (4) 2024-02-20, Spotted Dove (145) 2024-02-24, Warbling White-eye (47) 2024-02-11, Wedge-tailed Shearwater (1) 2020-06-13, Western Cattle Egret (92) 2024-02-23, White Tern (193) 2024-02-26, White-rumped Shama (16) 2024-02-20, Yellow-fronted Canary (25) 2023-07-19, Zebra Dove (178) 2024-02-23" +21.31934559,-157.7606089,"African Silverbill (2) 2023-06-18, Apapane (28) 2024-01-22, Chestnut Munia (4) 2023-06-07, Chinese Hwamei (1) 2019-08-10, Common Myna (169) 2024-02-29, Common Waxbill (202) 2024-02-29, Great Frigatebird (2) 2023-11-12, House Finch (180) 2024-02-29, House Sparrow (2) 2023-03-24, Japanese Bush Warbler (14) 2024-02-29, Java Sparrow (7) 2023-12-17, Northern Cardinal (169) 2024-02-29, Oahu Amakihi (140) 2024-02-29, Oahu Elepaio (245) 2024-02-29, Pacific Golden-Plover (93) 2024-02-29, Red Junglefowl (21) 2024-01-26, Red-billed Leiothrix (301) 2024-02-29, Red-crested Cardinal (220) 2024-02-29, Red-masked Parakeet (41) 2024-02-21, Red-vented Bulbul (295) 2024-02-29, Red-whiskered Bulbul (174) 2024-02-29, Rock Pigeon (19) 2024-02-29, Rose-ringed Parakeet (25) 2024-02-28, Scaly-breasted Munia (32) 2024-02-12, Spotted Dove (233) 2024-02-29, Warbling White-eye (316) 2024-02-29, Western Cattle Egret (42) 2024-02-20, White Tern (81) 2024-02-29, White-rumped Shama (334) 2024-02-29, White-tailed Tropicbird (5) 2023-01-31, Yellow-faced Grassquit (5) 2023-02-10, Yellow-fronted Canary (21) 2023-10-19, Zebra Dove (267) 2024-02-29" +21.32932054,-157.895509,"African Silverbill (1) 2019-02-21, Black-crowned Night Heron (6) 2023-08-16, Black-necked Stilt (2) 2022-09-13, Chestnut Munia (3) 2023-06-27, Common Myna (50) 2024-01-30, Common Waxbill (27) 2024-01-12, Eurasian Skylark (3) 2022-09-21, Great Frigatebird (1) 2019-07-06, House Finch (27) 2024-01-30, House Sparrow (46) 2024-01-30, Java Sparrow (12) 2024-01-30, Feral Mallard (4) 2019-05-08, Northern Cardinal (4) 2019-06-03, Northern Mockingbird (2) 2019-09-21, Pacific Golden-Plover (40) 2024-01-30, Red Junglefowl (7) 2023-06-28, Red-crested Cardinal (38) 2024-01-30, Red-tailed Tropicbird (1) 2023-04-11, Red-vented Bulbul (35) 2024-01-30, Red-whiskered Bulbul (4) 2024-01-01, Rock Pigeon (8) 2024-01-12, Rose-ringed Parakeet (3) 2023-06-27, Rosy-faced Lovebird (1) 2023-02-08, Ruddy Turnstone (17) 2024-01-30, Saffron Finch (22) 2024-01-30, Sooty Tern (1) 2023-02-08, Spotted Dove (39) 2024-01-30, Wandering Tattler (5) 2023-03-02, Warbling White-eye (20) 2024-01-30, Western Cattle Egret (48) 2024-01-30, White Tern (2) 2023-06-27, Yellow-fronted Canary (30) 2024-01-30, Zebra Dove (47) 2024-01-30" +21.32865893,-157.7990969,"Apapane (1) 2019-06-11, Chestnut Munia (5) 2023-06-05, Common Myna (24) 2023-10-24, Common Waxbill (12) 2023-11-23, House Finch (6) 2023-08-02, House Sparrow (8) 2023-08-02, Indian Peafowl (1) 2022-03-24, Japanese Bush Warbler (4) 2023-05-04, Java Sparrow (3) 2023-08-02, Feral Mallard (2) 2023-01-08, Northern Cardinal (4) 2023-08-02, Oahu Amakihi (5) 2023-02-02, Pacific Golden-Plover (5) 2022-12-25, Red Avadavat (1) 2023-08-03, Red Junglefowl (20) 2024-02-07, Red-billed Leiothrix (26) 2024-02-07, Red-crested Cardinal (22) 2023-11-23, Red-vented Bulbul (30) 2023-11-23, Red-whiskered Bulbul (33) 2024-02-08, Rock Pigeon (4) 2023-08-02, Rose-ringed Parakeet (33) 2024-02-08, Saffron Finch (1) 2023-05-04, Salmon-crested Cockatoo (3) 2024-02-07, Spotted Dove (19) 2023-12-27, Warbling White-eye (31) 2024-02-07, Western Cattle Egret (1) 2022-03-24, White Cockatoo (1) 2023-06-05, White Tern (3) 2023-02-02, White-rumped Shama (33) 2024-02-07, Yellow-fronted Canary (4) 2023-08-02, Zebra Dove (24) 2023-08-20" +21.39132022,-157.7214212,"African Silverbill (2) 2022-02-17, Black-crowned Night Heron (1) 2020-05-09, Black-necked Stilt (3) 2023-05-14, Brown Booby (5) 2024-01-22, Brown Noddy (1) 2020-06-19, Common Myna (53) 2024-01-22, Common Waxbill (20) 2023-10-18, Great Frigatebird (21) 2023-07-23, House Finch (15) 2023-10-18, House Sparrow (4) 2023-11-23, Japanese Bush Warbler (1) 2020-06-19, Java Sparrow (14) 2023-06-03, Feral Mallard (2) 2024-01-14, Masked Booby (1) 2022-02-26, Northern Cardinal (6) 2023-10-18, Northern Mockingbird (1) 2022-02-17, Pacific Golden-Plover (14) 2024-01-22, Red Junglefowl (4) 2024-02-18, Red-billed Leiothrix (1) 2020-06-19, Red-crested Cardinal (28) 2024-02-18, Red-footed Booby (14) 2024-01-22, Red-vented Bulbul (40) 2023-10-18, Red-whiskered Bulbul (24) 2023-10-18, Rock Pigeon (39) 2024-01-22, Scaly-breasted Munia (2) 2022-11-30, Sooty Tern (2) 2023-07-17, Spotted Dove (34) 2023-10-18, Wandering Tattler (2) 2023-02-17, Warbling White-eye (17) 2023-06-13, Wedge-tailed Shearwater (8) 2023-06-10, Western Cattle Egret (36) 2023-06-13, White Tern (1) 2021-05-02, White-rumped Shama (6) 2023-10-18, Zebra Dove (41) 2024-01-22" +21.43677539,-157.7596192,"Black Noddy (14) 2023-05-31, Black-crowned Night Heron (28) 2024-01-31, Black-necked Stilt (40) 2024-02-01, Bristle-thighed Curlew (4) 2023-08-16, Brown Booby (1) 2022-01-22, Common Myna (37) 2024-02-01, Common Waxbill (17) 2024-02-01, Gray Francolin (11) 2024-02-01, Great Frigatebird (6) 2024-02-01, House Finch (3) 2023-01-18, House Sparrow (1) 2022-01-22, Java Sparrow (5) 2023-02-09, Laughing Gull (2) 2022-01-19, Feral Mallard (23) 2024-01-18, Northern Cardinal (10) 2024-01-31, Northern Pintail (6) 2024-01-25, Pacific Golden-Plover (32) 2024-01-17, Red Junglefowl (9) 2024-01-17, Red-crested Cardinal (19) 2024-01-17, Red-vented Bulbul (29) 2024-02-01, Red-whiskered Bulbul (4) 2024-01-17, Rock Pigeon (2) 2020-01-04, Ruddy Turnstone (27) 2024-01-17, Saffron Finch (2) 2024-01-31, Sanderling (16) 2024-01-17, Scaly-breasted Munia (3) 2023-01-18, Sooty Tern (1) 2024-01-31, Spotted Dove (22) 2024-02-01, Wandering Tattler (17) 2023-10-17, Warbling White-eye (13) 2024-01-17, Western Cattle Egret (40) 2024-01-17, White-rumped Shama (2) 2022-12-21, Zebra Dove (31) 2024-02-01" +21.39310569,-157.9818462,"African Silverbill (8) 2022-03-04, Barn Owl (1) 2022-08-26, Black-crowned Night Heron (49) 2024-01-01, Black-necked Stilt (108) 2024-01-01, Chestnut Munia (21) 2023-04-01, Common Gallinule (103) 2024-01-01, Common Myna (133) 2024-01-01, Common Waxbill (92) 2024-01-01, Gray Francolin (38) 2023-04-01, Hawaiian Coot (65) 2024-01-01, House Finch (71) 2023-01-16, House Sparrow (21) 2024-01-01, Java Sparrow (7) 2024-01-01, Long-billed Dowitcher (6) 2019-04-16, Feral Mallard (65) 2024-01-01, Northern Cardinal (62) 2023-04-01, Pacific Golden-Plover (105) 2024-01-01, Red Avadavat (6) 2022-08-26, Red-crested Cardinal (68) 2023-04-01, Red-vented Bulbul (128) 2024-01-01, Red-whiskered Bulbul (64) 2024-01-01, Rock Pigeon (8) 2021-11-30, Rose-ringed Parakeet (48) 2024-01-01, Ruddy Turnstone (89) 2022-11-22, Saffron Finch (37) 2022-11-09, Sanderling (64) 2022-11-22, Scaly-breasted Munia (34) 2022-11-22, Spotted Dove (128) 2024-01-01, Wandering Tattler (85) 2024-01-01, Warbling White-eye (80) 2024-01-01, Western Cattle Egret (114) 2024-01-01, White Tern (5) 2023-02-23, White-faced Ibis (20) 2021-11-23, White-rumped Shama (37) 2023-01-02, Yellow-fronted Canary (8) 2022-02-15, Zebra Dove (111) 2024-01-01" +21.41184085,-158.0974885,"African Silverbill (2) 2023-06-12, Apapane (12) 2023-12-31, Chestnut Munia (2) 2023-06-04, Common Myna (10) 2023-06-12, Common Waxbill (11) 2023-12-31, Erckel's Spurfowl (6) 2023-12-31, Gray Francolin (4) 2023-06-12, Hawaiian Coot (1) 2020-03-12, House Finch (10) 2023-06-12, House Sparrow (1) 2021-10-24, Indian Peafowl (3) 2023-01-02, Japanese Bush Warbler (8) 2023-12-31, Java Sparrow (3) 2023-03-12, Kalij Pheasant (5) 2022-12-16, Laysan Albatross (1) 2023-03-12, Northern Cardinal (8) 2023-12-31, Northern Mockingbird (1) 2021-01-02, Oahu Amakihi (13) 2023-12-31, Oahu Elepaio (12) 2023-12-31, Pacific Golden-Plover (3) 2023-12-31, Red Junglefowl (1) 2023-06-12, Red-billed Leiothrix (13) 2023-12-31, Red-crested Cardinal (7) 2023-12-31, Red-vented Bulbul (13) 2023-12-31, Red-whiskered Bulbul (8) 2023-12-31, Rock Pigeon (2) 2023-03-12, Rose-ringed Parakeet (1) 2021-10-24, Saffron Finch (2) 2021-02-28, Scaly-breasted Munia (1) 2019-04-16, Spotted Dove (9) 2023-03-12, Warbling White-eye (14) 2023-12-31, Western Cattle Egret (2) 2021-10-24, White-rumped Shama (10) 2023-12-31, White-tailed Tropicbird (1) 2019-04-16, Zebra Dove (9) 2023-06-12" +21.60948417,-157.9127146,"African Silverbill (1) 2023-11-22, Black-crowned Night Heron (6) 2023-10-20, Chestnut Munia (10) 2023-10-20, Common Myna (38) 2024-02-28, Common Waxbill (20) 2024-02-28, Erckel's Spurfowl (1) 2023-11-22, Glaucous-winged Gull (2) 2024-02-10, Gray Francolin (1) 2024-02-18, Great Frigatebird (5) 2024-02-22, House Finch (9) 2024-02-28, House Sparrow (9) 2024-02-28, Java Sparrow (9) 2023-11-22, Northern Cardinal (7) 2024-02-28, Oahu Amakihi (1) 2022-05-16, Pacific Golden-Plover (27) 2024-02-28, Peregrine Falcon (1) 2023-10-13, Red Avadavat (1) 2023-11-22, Red Junglefowl (13) 2024-02-28, Red-billed Leiothrix (18) 2024-02-28, Red-crested Cardinal (27) 2024-02-28, Red-vented Bulbul (21) 2024-02-28, Red-whiskered Bulbul (25) 2024-02-28, Rock Pigeon (6) 2024-02-28, Rose-ringed Parakeet (1) 2023-07-24, Ruddy Turnstone (20) 2023-10-20, Saffron Finch (22) 2024-01-14, Sanderling (4) 2023-10-20, Scaly-breasted Munia (2) 2023-11-22, Spotted Dove (31) 2024-02-28, Wandering Tattler (17) 2024-02-26, Warbling White-eye (13) 2024-02-18, Western Cattle Egret (22) 2024-02-28, White Tern (1) 2023-07-24, White-rumped Shama (15) 2024-02-28, Zebra Dove (37) 2024-02-28" +21.31009667,-157.7317663,"Apapane (6) 2023-03-16, Black-necked Stilt (1) 2019-06-15, Chinese Hwamei (2) 2022-05-19, Common Myna (172) 2023-12-28, Common Waxbill (170) 2024-01-02, Great Frigatebird (1) 2022-08-15, House Finch (146) 2023-10-20, House Sparrow (8) 2023-03-07, Japanese Bush Warbler (4) 2021-02-06, Java Sparrow (33) 2023-03-07, Feral Mallard (4) 2022-02-08, Northern Cardinal (123) 2023-10-20, Oahu Amakihi (36) 2023-10-20, Oahu Elepaio (191) 2023-10-27, Pacific Golden-Plover (32) 2023-12-28, Red Junglefowl (5) 2023-10-27, Red-billed Leiothrix (199) 2024-01-02, Red-crested Cardinal (149) 2023-12-28, Red-masked Parakeet (16) 2022-03-26, Red-vented Bulbul (215) 2023-12-28, Red-whiskered Bulbul (151) 2023-12-28, Rock Pigeon (13) 2022-12-27, Rose-ringed Parakeet (17) 2023-10-17, Ruddy Turnstone (1) 2019-06-15, Scaly-breasted Munia (7) 2023-03-07, Spotted Dove (203) 2023-12-28, Wandering Tattler (1) 2019-06-15, Warbling White-eye (217) 2023-12-28, Western Cattle Egret (21) 2023-12-28, White Tern (44) 2023-10-10, White-rumped Shama (239) 2024-01-02, White-tailed Tropicbird (18) 2023-10-20, Yellow-faced Grassquit (1) 2022-07-07, Yellow-fronted Canary (10) 2023-06-30, Zebra Dove (218) 2024-01-02" +21.35648454,-157.9049493,"Black-crowned Night Heron (22) 2023-11-20, Black-necked Stilt (7) 2023-02-05, Chestnut Munia (9) 2023-09-01, Common Myna (39) 2023-12-17, Common Waxbill (27) 2023-11-20, Greater Scaup (7) 2019-03-03, Hawaiian Coot (37) 2023-11-20, House Finch (16) 2023-09-05, House Sparrow (20) 2023-09-07, Java Sparrow (18) 2023-12-20, Lesser Scaup (26) 2023-11-20, Feral Mallard (9) 2023-11-20, Mourning Dove (1) 2023-07-10, Muscovy Duck (1) 2019-02-19, Northern Cardinal (15) 2021-02-12, Northern Pintail (1) 2023-11-19, Northern Shoveler (1) 2020-03-14, Pacific Golden-Plover (40) 2023-11-20, Red Junglefowl (3) 2023-11-19, Red-billed Leiothrix (1) 2023-03-08, Red-crested Cardinal (26) 2023-11-19, Red-crowned Parrot (1) 2023-09-06, Red-vented Bulbul (30) 2023-11-20, Red-whiskered Bulbul (5) 2023-03-08, Ring-necked Duck (15) 2020-03-14, Rock Pigeon (2) 2019-03-22, Rose-ringed Parakeet (9) 2023-09-07, Saffron Finch (26) 2023-11-20, Scaly-breasted Munia (2) 2020-03-14, Spotted Dove (41) 2023-12-20, Warbling White-eye (22) 2023-09-06, Western Cattle Egret (42) 2023-11-20, White-rumped Shama (6) 2023-03-08, Yellow-fronted Canary (14) 2023-11-20, Zebra Dove (38) 2023-12-17" +21.40042672,-157.730988,"Black Noddy (4) 2023-10-04, Black-crowned Night Heron (10) 2024-02-19, Black-necked Stilt (38) 2024-02-24, Brown Booby (3) 2021-09-21, Brown Noddy (1) 2020-07-11, Chestnut Munia (1) 2023-07-21, Common Gallinule (1) 2021-08-29, Common Myna (53) 2024-02-25, Common Waxbill (10) 2023-07-21, Great Frigatebird (15) 2023-11-07, House Finch (5) 2022-02-15, House Sparrow (12) 2023-11-27, Java Sparrow (9) 2023-07-13, Laughing Gull (1) 2024-02-19, Feral Mallard (20) 2024-02-17, Northern Cardinal (5) 2023-11-24, Pacific Golden-Plover (21) 2024-02-25, Red Junglefowl (4) 2023-05-17, Red-crested Cardinal (37) 2024-02-25, Red-footed Booby (4) 2023-06-23, Red-vented Bulbul (28) 2024-02-01, Red-whiskered Bulbul (8) 2023-09-05, Rock Pigeon (54) 2024-02-25, Ruddy Turnstone (1) 2021-09-21, Saffron Finch (1) 2021-12-07, Scaly-breasted Munia (3) 2023-07-21, Sooty Tern (3) 2021-07-10, Spotted Dove (21) 2023-11-24, Wandering Tattler (5) 2021-11-18, Warbling White-eye (5) 2021-09-21, Wedge-tailed Shearwater (16) 2023-10-24, Western Cattle Egret (44) 2024-02-25, White-rumped Shama (6) 2022-07-14, White-tailed Tropicbird (1) 2020-07-11, Zebra Dove (54) 2024-02-25" +21.40035312,-157.7213426,"Black Noddy (4) 2022-08-16, Black-crowned Night Heron (7) 2023-10-03, Black-necked Stilt (25) 2023-12-29, Brown Booby (4) 2024-02-07, Brown Noddy (3) 2022-10-18, Common Myna (36) 2024-02-04, Common Waxbill (5) 2022-12-04, Glaucous-winged Gull (1) 2019-02-11, Great Frigatebird (12) 2024-02-24, House Finch (8) 2023-03-17, House Sparrow (8) 2022-12-04, Java Sparrow (8) 2022-09-19, Feral Mallard (15) 2024-02-01, Northern Cardinal (1) 2022-01-11, Northern Mockingbird (4) 2023-08-24, Pacific Golden-Plover (20) 2024-02-04, Red Junglefowl (7) 2023-03-27, Red-crested Cardinal (27) 2023-12-29, Red-footed Booby (4) 2024-02-24, Red-tailed Tropicbird (3) 2022-08-16, Red-vented Bulbul (12) 2023-08-24, Red-whiskered Bulbul (2) 2022-01-11, Rock Pigeon (47) 2024-02-01, Ruddy Turnstone (4) 2023-10-03, Scaly-breasted Munia (4) 2022-09-19, Spotted Dove (14) 2022-12-04, Wandering Tattler (9) 2024-02-01, Wedge-tailed Shearwater (36) 2023-11-22, Western Cattle Egret (43) 2024-02-01, White Tern (3) 2023-08-24, White-rumped Shama (1) 2022-01-11, Yellow-fronted Canary (1) 2019-02-11, Zebra Dove (38) 2023-08-24" +21.44615943,-157.8077862,"Black-crowned Night Heron (6) 2022-10-05, Black-necked Stilt (14) 2022-10-05, Brown Booby (1) 2024-02-23, Chestnut Munia (18) 2022-12-11, Common Gallinule (8) 2021-04-08, Common Myna (35) 2024-01-14, Common Waxbill (26) 2024-02-23, Hawaiian Coot (1) 2021-03-05, Hooded Merganser (4) 2021-01-13, House Finch (18) 2023-07-26, House Sparrow (10) 2022-10-05, Japanese Bush Warbler (1) 2024-01-14, Java Sparrow (5) 2021-01-10, Feral Mallard (25) 2024-02-05, Northern Cardinal (11) 2023-07-26, Pacific Golden-Plover (24) 2024-02-23, Red Junglefowl (32) 2024-02-02, Red-billed Leiothrix (3) 2024-01-14, Red-crested Cardinal (34) 2024-02-23, Red-vented Bulbul (40) 2024-02-23, Red-whiskered Bulbul (24) 2024-02-02, Rock Pigeon (3) 2023-07-26, Ruddy Turnstone (5) 2022-08-13, Scaly-breasted Munia (11) 2022-08-07, Spotted Dove (34) 2024-02-02, Spotted Sandpiper (2) 2021-01-13, Wandering Tattler (18) 2024-02-02, Warbling White-eye (33) 2024-02-02, Western Cattle Egret (33) 2024-02-23, White Cockatoo (1) 2022-02-10, White Tern (1) 2022-10-05, White-rumped Shama (31) 2023-07-26, Yellow-fronted Canary (2) 2022-07-21, Zebra Dove (39) 2024-02-23" +21.33004202,-158.0112089,"African Silverbill (1) 2019-03-11, Black-crowned Night Heron (60) 2024-02-20, Black-necked Stilt (78) 2024-02-27, Chestnut Munia (9) 2023-09-14, Common Myna (94) 2024-01-16, Common Waxbill (28) 2024-01-16, Eurasian Skylark (1) 2023-03-15, Gray Francolin (15) 2021-07-12, Hawaiian Coot (11) 2024-01-16, House Finch (30) 2023-12-07, House Sparrow (43) 2024-01-16, Java Sparrow (15) 2023-12-07, Laughing Gull (3) 2020-03-02, Least Tern (1) 2019-06-17, Feral Mallard (11) 2024-02-11, Muscovy Duck (1) 2024-02-20, Northern Cardinal (2) 2023-12-07, Pacific Golden-Plover (65) 2024-02-27, Pectoral Sandpiper (4) 2020-10-27, Red-crested Cardinal (40) 2024-01-16, Red-vented Bulbul (54) 2023-12-07, Red-whiskered Bulbul (1) 2021-06-14, Ring-necked Duck (3) 2020-01-27, Rock Pigeon (71) 2024-02-27, Ruddy Turnstone (17) 2023-01-09, Saffron Finch (42) 2024-01-16, Scaly-breasted Munia (1) 2022-11-11, Sharp-tailed Sandpiper (4) 2020-10-27, Solitary Sandpiper (1) 2020-10-25, Spotted Dove (44) 2024-02-27, Wandering Tattler (7) 2023-01-09, Warbling White-eye (18) 2023-12-07, Western Cattle Egret (77) 2023-12-07, White-faced Ibis (1) 2022-07-10, White-rumped Shama (3) 2019-08-19, Yellow-fronted Canary (9) 2023-05-13, Zebra Dove (102) 2024-02-27" +21.557149,-158.2511077,"African Silverbill (8) 2023-11-28, Black Francolin (1) 2021-06-19, Black Noddy (6) 2019-06-07, Black-crowned Night Heron (4) 2019-05-15, Black-footed Albatross (1) 2019-03-04, Bristle-thighed Curlew (2) 2019-09-29, Brown Booby (7) 2023-11-28, Chestnut Munia (4) 2023-03-01, Common Myna (38) 2024-02-21, Common Waxbill (26) 2024-02-21, Erckel's Spurfowl (3) 2021-06-19, Gray Francolin (13) 2024-02-21, Great Frigatebird (7) 2023-11-28, House Finch (16) 2022-01-29, Japanese Bush Warbler (2) 2023-03-01, Java Sparrow (1) 2020-02-19, Laysan Albatross (20) 2024-02-21, Masked Booby (3) 2021-02-06, Northern Cardinal (6) 2022-01-29, Northern Mockingbird (5) 2019-06-20, Pacific Golden-Plover (9) 2024-02-21, Red Avadavat (1) 2023-10-14, Red Junglefowl (2) 2021-06-19, Red-crested Cardinal (37) 2024-02-21, Red-vented Bulbul (41) 2024-02-21, Red-whiskered Bulbul (8) 2023-03-01, Rock Pigeon (2) 2019-03-26, Saffron Finch (2) 2022-11-26, Scaly-breasted Munia (11) 2022-01-31, Spotted Dove (23) 2024-02-21, Wandering Tattler (15) 2023-08-29, Warbling White-eye (20) 2024-02-21, Wedge-tailed Shearwater (11) 2023-11-28, Western Cattle Egret (2) 2024-02-21, White-rumped Shama (9) 2022-11-26, White-tailed Tropicbird (3) 2019-04-24, Yellow-faced Grassquit (4) 2019-03-29, Zebra Dove (39) 2024-02-21" +21.57481014,-158.1640867,"Apapane (2) 2022-06-19, Barn Owl (2) 2021-07-01, Black Francolin (22) 2024-02-28, Black-crowned Night Heron (1) 2021-05-11, Chestnut Munia (5) 2024-02-17, Common Myna (45) 2024-02-28, Common Waxbill (39) 2024-02-28, Erckel's Spurfowl (26) 2024-02-28, Gray Francolin (26) 2024-02-28, House Finch (35) 2024-02-28, Indian Peafowl (26) 2024-02-28, Japanese Bush Warbler (34) 2024-02-28, Java Sparrow (3) 2022-03-08, Kalij Pheasant (5) 2023-11-05, Laysan Albatross (1) 2019-03-22, Feral Mallard (1) 2020-02-19, Northern Cardinal (39) 2024-02-28, Northern Mockingbird (1) 2020-02-19, Oahu Amakihi (1) 2021-07-01, Pacific Golden-Plover (12) 2023-11-05, Red Avadavat (11) 2024-02-28, Red Junglefowl (8) 2023-11-05, Red-billed Leiothrix (31) 2024-02-28, Red-crested Cardinal (44) 2024-02-28, Red-vented Bulbul (41) 2024-02-28, Red-whiskered Bulbul (36) 2024-02-28, Rock Pigeon (3) 2022-06-19, Ruddy Turnstone (3) 2019-03-09, Saffron Finch (15) 2024-02-28, Scaly-breasted Munia (8) 2023-11-05, Spotted Dove (42) 2024-02-28, Warbling White-eye (39) 2024-02-28, Western Cattle Egret (34) 2024-02-28, White-rumped Shama (34) 2024-02-28, Zebra Dove (43) 2024-02-28" +21.31208647,-158.0306114,"African Silverbill (1) 2021-10-22, Black-crowned Night Heron (9) 2023-12-20, Black-necked Stilt (15) 2023-12-28, Brown Booby (1) 2022-02-19, Cackling Goose (4) 2022-02-25, Common Myna (28) 2024-01-03, Common Waxbill (13) 2023-12-28, Gray Francolin (9) 2024-01-03, Hawaiian Coot (17) 2024-01-03, House Finch (23) 2024-01-03, House Sparrow (13) 2024-01-03, Java Sparrow (13) 2024-01-03, Feral Mallard (14) 2024-01-03, Northern Cardinal (11) 2024-01-03, Northern Mockingbird (2) 2022-04-16, Pacific Golden-Plover (22) 2024-01-03, Red Junglefowl (10) 2023-12-19, Red-crested Cardinal (21) 2024-01-03, Red-vented Bulbul (27) 2024-01-03, Red-whiskered Bulbul (10) 2023-12-28, Rock Pigeon (15) 2024-01-03, Rose-ringed Parakeet (4) 2023-12-28, Ruddy Turnstone (2) 2022-04-14, Saffron Finch (12) 2023-12-28, Short-eared Owl (1) 2019-02-27, Snow Goose (1) 2019-02-26, Spotted Dove (28) 2024-01-03, Warbling White-eye (20) 2024-01-03, Wedge-tailed Shearwater (1) 2021-05-09, Western Cattle Egret (19) 2024-01-03, White Tern (1) 2021-05-09, Yellow-fronted Canary (6) 2023-12-19, Zebra Dove (27) 2024-01-03" +21.3460072,-157.7025303,"Black-crowned Night Heron (1) 2023-12-23, Brown Booby (4) 2024-01-01, Chestnut Munia (1) 2023-02-15, Common Myna (21) 2023-12-23, Common Waxbill (10) 2023-12-08, Gray Francolin (1) 2020-01-04, Great Frigatebird (4) 2024-01-01, House Finch (7) 2022-07-09, House Sparrow (6) 2023-03-09, Indian Peafowl (1) 2019-12-29, Java Sparrow (3) 2021-12-20, Laughing Gull (1) 2024-02-10, Feral Mallard (2) 2022-07-13, Masked Booby (4) 2024-01-01, Northern Cardinal (5) 2022-07-01, Pacific Golden-Plover (11) 2023-12-23, Red Avadavat (1) 2020-01-01, Red Junglefowl (4) 2023-12-23, Red-billed Leiothrix (1) 2021-12-20, Red-crested Cardinal (18) 2023-12-23, Red-footed Booby (11) 2024-01-01, Red-tailed Tropicbird (2) 2020-03-03, Red-vented Bulbul (13) 2023-03-09, Red-whiskered Bulbul (8) 2023-02-12, Rock Pigeon (18) 2023-12-23, Ruddy Turnstone (3) 2023-12-23, Scaly-breasted Munia (2) 2023-01-28, Sooty Tern (6) 2024-01-01, Spotted Dove (16) 2023-12-23, Wandering Tattler (4) 2023-12-23, Warbling White-eye (5) 2023-03-09, Wedge-tailed Shearwater (1) 2022-05-30, Western Cattle Egret (6) 2023-05-20, White Tern (3) 2021-05-17, White-rumped Shama (6) 2023-12-23, Yellow-fronted Canary (2) 2020-03-03, Zebra Dove (21) 2023-12-23" +21.38243342,-157.740788,"Black-crowned Night Heron (88) 2024-02-18, Black-necked Stilt (137) 2024-02-18, Canvasback (1) 2024-02-03, Chestnut Munia (15) 2024-02-18, Common Gallinule (87) 2024-02-18, Common Myna (218) 2024-02-18, Common Waxbill (67) 2024-02-18, Glaucous-winged Gull (1) 2019-03-16, Great Frigatebird (3) 2022-06-18, Greater Scaup (1) 2024-02-03, Hawaiian Coot (189) 2024-02-18, House Finch (77) 2024-01-25, House Sparrow (12) 2023-10-21, Japanese Bush Warbler (1) 2023-02-17, Java Sparrow (117) 2024-02-18, Lesser Scaup (1) 2024-02-03, Feral Mallard (177) 2024-02-05, Muscovy Duck (30) 2024-02-15, Northern Cardinal (41) 2024-02-17, Pacific Golden-Plover (59) 2024-02-18, Red Junglefowl (138) 2024-02-18, Red-crested Cardinal (151) 2024-02-18, Red-vented Bulbul (134) 2024-02-18, Red-whiskered Bulbul (49) 2024-02-05, Rock Pigeon (140) 2024-02-18, Rose-ringed Parakeet (2) 2024-01-27, Ruddy Turnstone (1) 2021-12-21, Saffron Finch (20) 2024-02-05, Scaly-breasted Munia (15) 2023-06-10, Spotted Dove (172) 2024-02-18, Wandering Tattler (3) 2022-10-25, Warbling White-eye (85) 2024-02-15, Western Cattle Egret (161) 2024-02-18, White-rumped Shama (6) 2023-08-22, Yellow-fronted Canary (2) 2023-06-10, Zebra Dove (165) 2024-02-18" +21.34875142,-158.126806,"African Silverbill (5) 2023-08-03, Black Francolin (1) 2019-07-04, Black Swan (23) 2024-01-22, Black-crowned Night Heron (17) 2024-01-01, Black-necked Stilt (7) 2023-04-27, Brown Booby (9) 2023-08-27, Chestnut Munia (7) 2023-11-25, Common Gallinule (1) 2020-03-12, Common Myna (49) 2024-02-06, Common Waxbill (22) 2023-11-25, Glaucous-winged Gull (2) 2022-12-01, Great Frigatebird (2) 2023-08-19, Hawaiian Coot (24) 2024-01-20, House Finch (9) 2023-11-25, House Sparrow (14) 2024-01-01, Java Sparrow (11) 2023-11-25, Feral Mallard (16) 2024-02-06, Muscovy Duck (7) 2023-08-04, Northern Cardinal (1) 2021-09-03, Northern Mockingbird (1) 2023-08-03, Pacific Golden-Plover (38) 2024-01-04, Red Avadavat (3) 2023-08-04, Red Junglefowl (6) 2023-08-04, Red-crested Cardinal (35) 2024-02-06, Red-vented Bulbul (21) 2024-01-01, Red-whiskered Bulbul (2) 2023-08-04, Rock Pigeon (3) 2023-08-04, Rose-ringed Parakeet (1) 2024-01-09, Ruddy Turnstone (7) 2024-01-01, Saffron Finch (30) 2024-01-12, Scaly-breasted Munia (1) 2021-08-09, Spotted Dove (18) 2024-01-04, Wandering Tattler (3) 2022-12-01, Warbling White-eye (8) 2023-08-05, Wedge-tailed Shearwater (4) 2023-08-29, Western Cattle Egret (21) 2024-01-04, White Tern (2) 2023-08-22, Yellow-fronted Canary (4) 2023-11-28, Zebra Dove (44) 2024-01-04" +21.36414735,-157.7120138,"Black-crowned Night Heron (101) 2023-10-21, Black-necked Stilt (222) 2024-01-30, Brown Booby (1) 2024-01-24, Chestnut Munia (12) 2024-01-29, Common Gallinule (122) 2024-01-24, Common Myna (145) 2024-01-30, Common Waxbill (87) 2024-01-30, Gray Francolin (20) 2024-01-30, Great Frigatebird (1) 2022-01-22, Hawaiian Coot (4) 2020-01-10, House Finch (22) 2024-01-30, House Sparrow (8) 2024-01-30, Indian Peafowl (12) 2024-01-30, Java Sparrow (12) 2024-01-30, Feral Mallard (101) 2024-01-30, Northern Cardinal (46) 2024-01-30, Pacific Golden-Plover (190) 2024-01-30, Red Junglefowl (5) 2024-01-26, Red-billed Leiothrix (15) 2024-01-30, Red-crested Cardinal (85) 2024-01-30, Red-vented Bulbul (72) 2024-01-30, Red-whiskered Bulbul (56) 2024-01-30, Rock Pigeon (38) 2024-01-30, Rose-ringed Parakeet (2) 2023-03-06, Ruddy Turnstone (77) 2024-01-30, Saffron Finch (4) 2024-01-30, Scaly-breasted Munia (6) 2022-05-20, Snow Goose (12) 2020-01-11, Spotted Dove (85) 2024-01-30, Wandering Tattler (141) 2024-01-30, Warbling White-eye (20) 2024-01-30, Wedge-tailed Shearwater (1) 2019-12-06, Western Cattle Egret (127) 2024-01-30, White-rumped Shama (21) 2024-01-30, Yellow-fronted Canary (8) 2024-01-30, Zebra Dove (53) 2024-01-30" +21.42893985,-157.9333549,"African Silverbill (2) 2019-05-20, Apapane (5) 2023-01-17, Barn Owl (1) 2020-05-25, Black-crowned Night Heron (1) 2021-09-26, Chestnut Munia (5) 2023-06-11, Chinese Hwamei (10) 2023-08-13, Common Myna (15) 2024-01-03, Common Waxbill (41) 2023-12-31, Gray Francolin (1) 2022-02-24, Great Frigatebird (1) 2021-09-26, House Finch (63) 2024-01-03, House Sparrow (3) 2022-04-11, Japanese Bush Warbler (17) 2023-07-16, Java Sparrow (1) 2021-09-26, Muscovy Duck (1) 2021-09-26, Northern Cardinal (26) 2023-08-13, Oahu Amakihi (33) 2023-12-31, Oahu Elepaio (1) 2023-07-16, Pacific Golden-Plover (4) 2022-12-12, Red Junglefowl (31) 2023-12-31, Red-billed Leiothrix (72) 2023-12-31, Red-crested Cardinal (37) 2023-12-31, Red-crowned Parrot (65) 2024-01-03, Red-vented Bulbul (85) 2024-01-03, Red-whiskered Bulbul (35) 2023-12-31, Rock Pigeon (2) 2021-09-26, Rose-ringed Parakeet (14) 2023-02-01, Rosy-faced Lovebird (1) 2019-04-17, Saffron Finch (1) 2021-09-26, Scaly-breasted Munia (6) 2021-05-24, Spotted Dove (47) 2024-01-03, Warbling White-eye (80) 2024-01-03, Western Cattle Egret (1) 2021-09-26, White-rumped Shama (60) 2023-12-31, Yellow-fronted Canary (7) 2023-12-31, Zebra Dove (54) 2023-12-31" +21.52895504,-158.0388335,"Black-crowned Night Heron (28) 2024-01-27, Cackling Goose (1) 2020-03-07, Chestnut Munia (8) 2023-12-09, Common Myna (107) 2024-02-24, Common Waxbill (29) 2024-01-24, Erckel's Spurfowl (3) 2023-06-04, Gray Francolin (25) 2024-01-26, Great Frigatebird (2) 2019-08-02, House Finch (27) 2024-01-24, House Sparrow (69) 2024-02-01, Java Sparrow (6) 2024-01-14, Feral Mallard (40) 2024-02-31, Muscovy Duck (3) 2019-06-22, Northern Cardinal (18) 2024-01-24, Northern Mockingbird (1) 2023-08-11, Pacific Golden-Plover (47) 2024-02-24, Red Avadavat (2) 2022-11-10, Red Junglefowl (53) 2024-01-24, Red-crested Cardinal (71) 2024-02-24, Red-masked Parakeet (1) 2022-05-30, Red-vented Bulbul (87) 2024-02-24, Red-whiskered Bulbul (38) 2024-01-16, Rock Pigeon (8) 2024-01-18, Rose-ringed Parakeet (3) 2024-01-14, Saffron Finch (64) 2024-02-07, Sanderling (1) 2024-01-14, Scaly-breasted Munia (4) 2024-01-14, Short-eared Owl (1) 2021-07-09, Spotted Dove (69) 2024-02-24, Warbling White-eye (41) 2024-02-01, Western Cattle Egret (26) 2024-01-26, White-rumped Shama (17) 2024-01-24, Yellow-fronted Canary (4) 2024-01-14, Zebra Dove (100) 2024-02-24" +21.63752453,-158.0671033,"Barn Owl (1) 2020-12-31, Black-crowned Night Heron (2) 2023-01-26, Black-necked Stilt (1) 2023-01-11, Brown Booby (7) 2024-02-20, Brown Noddy (1) 2022-05-25, Common Gallinule (5) 2024-01-17, Common Myna (14) 2024-02-23, Common Waxbill (5) 2024-01-14, Great Frigatebird (2) 2023-07-25, Hawaiian Coot (1) 2023-01-26, House Finch (4) 2024-02-23, Indian Peafowl (1) 2024-02-20, Java Sparrow (1) 2022-11-15, Lesser Scaup (1) 2024-01-17, Feral Mallard (5) 2024-01-14, Northern Cardinal (1) 2022-11-15, Pacific Golden-Plover (5) 2023-09-23, Peregrine Falcon (1) 2022-11-15, Red Junglefowl (9) 2024-02-23, Red-billed Leiothrix (1) 2022-05-25, Red-crested Cardinal (11) 2024-02-23, Red-footed Booby (3) 2022-02-28, Red-vented Bulbul (6) 2024-01-17, Red-whiskered Bulbul (2) 2024-01-14, Rock Pigeon (10) 2024-02-23, Ruddy Turnstone (2) 2019-03-09, Saffron Finch (12) 2024-01-17, Scaly-breasted Munia (1) 2023-03-05, Spotted Dove (3) 2023-03-05, Wandering Tattler (7) 2024-02-23, Warbling White-eye (9) 2024-02-23, Wedge-tailed Shearwater (1) 2021-07-22, Western Cattle Egret (10) 2024-02-23, White Tern (1) 2022-05-25, White-faced Ibis (1) 2021-10-16, White-rumped Shama (2) 2023-03-05, White-tailed Tropicbird (3) 2024-01-14, Yellow-fronted Canary (1) 2019-09-14, Zebra Dove (10) 2024-01-17" +21.42759841,-157.7404009,"Black Noddy (5) 2020-03-13, Black-crowned Night Heron (11) 2023-01-22, Black-necked Stilt (26) 2024-02-22, Brant (3) 2020-03-13, Bristle-thighed Curlew (1) 2019-07-16, Brown Booby (1) 2019-01-17, Brown Noddy (2) 2019-02-12, Cackling Goose (2) 2020-03-10, Chestnut Munia (1) 2023-02-10, Common Gallinule (2) 2023-01-22, Common Myna (21) 2024-02-22, Common Waxbill (5) 2023-01-22, Gray Francolin (22) 2024-02-22, Great Frigatebird (6) 2023-02-10, Hawaiian Coot (23) 2024-02-22, House Finch (3) 2022-08-17, Java Sparrow (4) 2024-01-16, Laughing Gull (15) 2024-02-22, Lesser Scaup (1) 2019-12-06, Feral Mallard (17) 2024-03-13, Muscovy Duck (1) 2023-01-22, Northern Cardinal (2) 2023-01-18, Northern Pintail (2) 2020-03-10, Northern Shoveler (2) 2020-03-10, Pacific Golden-Plover (26) 2024-02-22, Red-crested Cardinal (5) 2024-02-09, Red-footed Booby (2) 2019-12-06, Red-vented Bulbul (22) 2024-02-22, Red-whiskered Bulbul (1) 2023-01-18, Rock Pigeon (5) 2023-02-09, Ruddy Turnstone (21) 2024-02-22, Short-eared Owl (5) 2023-01-18, Spotted Dove (9) 2023-02-09, Wandering Tattler (9) 2023-11-21, Warbling White-eye (1) 2019-07-16, Wedge-tailed Shearwater (2) 2023-11-21, Western Cattle Egret (10) 2023-02-09, White-rumped Shama (1) 2019-07-16, White-tailed Tropicbird (1) 2019-01-17, Zebra Dove (22) 2024-02-22" +21.43712626,-157.8078596,"Black-crowned Night Heron (15) 2022-11-10, Black-necked Stilt (36) 2023-08-21, Bristle-thighed Curlew (1) 2019-11-13, Brown Booby (3) 2021-01-01, Chestnut Munia (22) 2023-01-31, Common Gallinule (70) 2024-01-26, Common Myna (87) 2024-02-19, Common Waxbill (72) 2023-01-31, Elegant Tern (1) 2019-02-07, Erckel's Spurfowl (1) 2023-10-18, Great Frigatebird (3) 2023-11-06, Hooded Merganser (29) 2021-04-10, House Finch (20) 2023-07-26, House Sparrow (9) 2021-04-07, Japanese Bush Warbler (1) 2019-02-17, Java Sparrow (3) 2023-02-24, Feral Mallard (89) 2024-02-13, Northern Cardinal (25) 2022-11-10, Northern Mockingbird (1) 2021-05-05, Pacific Golden-Plover (78) 2024-02-19, Red Junglefowl (47) 2024-02-13, Red-billed Leiothrix (3) 2022-04-02, Red-crested Cardinal (68) 2024-01-26, Red-vented Bulbul (74) 2024-02-24, Red-whiskered Bulbul (33) 2023-10-21, Rock Pigeon (4) 2023-10-18, Ruddy Turnstone (7) 2022-08-20, Saffron Finch (3) 2023-02-24, Sanderling (2) 2022-08-20, Scaly-breasted Munia (18) 2021-07-31, Spotted Dove (73) 2024-02-19, Spotted Sandpiper (4) 2021-01-13, Wandering Tattler (36) 2024-01-26, Warbling White-eye (72) 2024-02-24, Western Cattle Egret (76) 2024-02-24, White Tern (1) 2024-02-13, White-rumped Shama (78) 2024-02-13, Yellow-fronted Canary (2) 2021-02-05, Zebra Dove (89) 2024-02-13" +21.45454755,-157.72087,"African Silverbill (2) 2019-04-03, Black Noddy (1) 2023-04-06, Black-crowned Night Heron (1) 2022-01-01, Black-necked Stilt (3) 2022-02-05, Brown Booby (11) 2023-04-06, Brown Noddy (7) 2023-04-06, Common Myna (22) 2023-04-06, Common Waxbill (18) 2023-04-06, Eurasian Skylark (4) 2020-07-13, Gray Francolin (8) 2023-04-06, Great Frigatebird (27) 2023-06-26, House Finch (13) 2023-04-06, House Sparrow (6) 2023-02-14, Java Sparrow (12) 2023-04-06, Laysan Albatross (1) 2022-01-08, Feral Mallard (1) 2022-01-08, Masked Booby (5) 2023-04-06, Northern Cardinal (17) 2023-04-06, Northern Mockingbird (3) 2020-07-13, Orange-cheeked Waxbill (1) 2022-01-02, Pacific Golden-Plover (17) 2023-04-06, Peregrine Falcon (1) 2020-07-13, Red Avadavat (3) 2021-12-31, Red Junglefowl (2) 2019-11-06, Red-crested Cardinal (16) 2023-04-06, Red-footed Booby (21) 2024-02-17, Red-tailed Tropicbird (2) 2023-04-06, Red-vented Bulbul (16) 2023-04-06, Red-whiskered Bulbul (4) 2022-03-12, Rock Pigeon (3) 2022-01-04, Saffron Finch (3) 2022-01-07, Scaly-breasted Munia (5) 2020-07-13, Short-eared Owl (1) 2019-04-03, Sooty Tern (6) 2023-04-06, Spotted Dove (9) 2023-04-06, Wandering Tattler (3) 2022-07-26, Warbling White-eye (13) 2023-04-06, Wedge-tailed Shearwater (2) 2021-12-30, Western Cattle Egret (17) 2023-04-06, White-rumped Shama (4) 2022-01-04, Yellow-fronted Canary (1) 2022-01-05, Zebra Dove (16) 2023-04-06" +21.69115413,-157.9700975,"American Wigeon (1) 2023-04-08, Black Francolin (1) 2021-09-05, Black-crowned Night Heron (28) 2023-04-03, Black-necked Stilt (114) 2024-02-10, Blue-winged Teal (22) 2023-04-08, Bufflehead (28) 2020-03-14, Chestnut Munia (4) 2023-04-02, Common Gallinule (3) 2024-02-10, Common Myna (50) 2024-01-14, Common Waxbill (46) 2024-02-10, Dunlin (4) 2021-02-03, Eurasian Skylark (2) 2020-02-03, Gray Francolin (1) 2021-09-05, Great Frigatebird (3) 2022-02-12, Hawaiian Coot (104) 2024-02-10, House Finch (2) 2023-03-15, House Sparrow (13) 2023-04-02, Lesser Yellowlegs (1) 2020-08-25, Long-billed Dowitcher (3) 2021-02-27, Feral Mallard (71) 2024-03-22, Northern Cardinal (5) 2023-03-28, Northern Shoveler (24) 2023-04-08, Pacific Golden-Plover (97) 2024-02-10, Pectoral Sandpiper (6) 2021-09-11, Red Avadavat (14) 2024-02-10, Red Junglefowl (1) 2020-10-29, Red Knot (3) 2024-01-06, Red-crested Cardinal (7) 2023-04-03, Red-vented Bulbul (37) 2024-01-20, Red-whiskered Bulbul (2) 2024-01-20, Ring-necked Pheasant (4) 2023-01-10, Ruddy Turnstone (87) 2024-01-06, Saffron Finch (2) 2024-02-23, Sanderling (84) 2024-02-10, Sharp-tailed Sandpiper (1) 2020-12-27, Spotted Dove (36) 2024-02-10, Wandering Tattler (52) 2024-01-04, Warbling White-eye (32) 2023-04-03, Western Cattle Egret (34) 2024-02-10, Zebra Dove (23) 2024-01-14" +21.70018608,-157.9700331,"Black-crowned Night Heron (6) 2023-11-04, Black-necked Stilt (12) 2023-11-04, Bristle-thighed Curlew (13) 2023-11-04, Cackling Goose (1) 2022-11-23, Chestnut Munia (13) 2023-11-04, Common Gallinule (12) 2023-11-04, Common Myna (26) 2023-11-01, Common Waxbill (19) 2023-11-01, Gray Francolin (4) 2023-09-19, Great Frigatebird (1) 2023-11-04, Hawaiian Coot (8) 2023-11-04, House Finch (15) 2023-10-05, House Sparrow (4) 2022-12-02, Indian Peafowl (5) 2024-01-30, Java Sparrow (5) 2022-12-03, Laysan Albatross (3) 2022-03-12, Feral Mallard (3) 2023-11-23, Muscovy Duck (3) 2023-11-19, Northern Cardinal (4) 2022-12-02, Northern Shoveler (1) 2023-11-04, Pacific Golden-Plover (30) 2023-11-04, Red Junglefowl (3) 2023-10-05, Red-billed Leiothrix (2) 2022-11-24, Red-crested Cardinal (12) 2023-11-01, Red-vented Bulbul (21) 2023-11-01, Red-whiskered Bulbul (5) 2023-09-17, Ring-necked Pheasant (1) 2023-11-04, Rock Pigeon (1) 2022-11-23, Ruddy Turnstone (22) 2023-11-04, Saffron Finch (11) 2023-11-04, Sanderling (2) 2023-11-04, Scaly-breasted Munia (1) 2023-04-19, Spotted Dove (17) 2024-01-30, Wandering Tattler (1) 2022-11-23, Warbling White-eye (7) 2023-11-01, Western Cattle Egret (19) 2023-11-04, White-rumped Shama (10) 2023-11-01, Yellow-fronted Canary (1) 2019-03-01, Zebra Dove (25) 2023-11-01" +21.27425062,-157.7706251,"Black-crowned Night Heron (6) 2024-01-14, Brown Noddy (1) 2022-01-12, Chestnut Munia (1) 2023-02-05, Common Gallinule (3) 2022-01-15, Common Myna (52) 2024-02-29, Common Waxbill (12) 2023-07-22, Gray Francolin (1) 2024-01-07, Great Frigatebird (6) 2023-07-22, House Finch (14) 2024-01-14, House Sparrow (30) 2024-01-14, Japanese Bush Warbler (1) 2022-01-14, Java Sparrow (6) 2024-02-29, Feral Mallard (6) 2022-01-15, Muscovy Duck (5) 2024-01-07, Northern Cardinal (2) 2022-02-27, Northern Mockingbird (1) 2022-10-08, Pacific Golden-Plover (22) 2024-01-14, Red Junglefowl (10) 2024-01-14, Red-billed Leiothrix (1) 2019-09-19, Red-crested Cardinal (35) 2024-01-14, Red-masked Parakeet (2) 2023-02-05, Red-vented Bulbul (43) 2024-01-14, Red-whiskered Bulbul (12) 2022-11-20, Rock Pigeon (32) 2024-01-14, Rose-ringed Parakeet (30) 2024-01-14, Ruddy Turnstone (4) 2022-01-15, Saffron Finch (2) 2021-08-22, Salmon-crested Cockatoo (1) 2022-01-20, Scaly-breasted Munia (1) 2021-08-22, Sooty Tern (1) 2021-05-29, Spotted Dove (19) 2024-01-14, Wandering Tattler (3) 2023-07-19, Warbling White-eye (19) 2024-01-14, Wedge-tailed Shearwater (2) 2023-07-22, Western Cattle Egret (35) 2024-01-14, White Tern (44) 2024-01-14, White-rumped Shama (5) 2024-01-14, Yellow-fronted Canary (5) 2023-02-05, Zebra Dove (34) 2024-02-29" +21.2915079,-157.6644546,"African Silverbill (6) 2023-02-28, Black Noddy (3) 2020-10-16, Black-crowned Night Heron (10) 2023-03-31, Brown Booby (64) 2024-02-16, Brown Noddy (19) 2024-01-04, Common Myna (187) 2024-02-28, Common Waxbill (114) 2024-02-03, Great Frigatebird (32) 2024-01-11, House Finch (24) 2023-04-13, House Sparrow (55) 2023-09-30, Java Sparrow (100) 2024-02-25, Laysan Albatross (4) 2024-02-16, Masked Booby (13) 2024-02-22, Northern Cardinal (5) 2023-02-22, Pacific Golden-Plover (150) 2024-02-28, Peregrine Falcon (1) 2024-02-03, Red Avadavat (3) 2023-11-06, Red Junglefowl (44) 2024-02-25, Red-billed Leiothrix (1) 2020-01-25, Red-crested Cardinal (146) 2024-02-28, Red-footed Booby (50) 2024-02-19, Red-tailed Tropicbird (25) 2024-02-04, Red-vented Bulbul (77) 2024-01-11, Red-whiskered Bulbul (4) 2023-02-13, Rock Pigeon (136) 2024-02-28, Ruddy Turnstone (15) 2023-12-23, Saffron Finch (2) 2023-11-06, Sanderling (1) 2022-12-20, Scaly-breasted Munia (10) 2022-08-25, Sooty Tern (108) 2024-02-25, Spotted Dove (82) 2024-02-03, Wandering Tattler (61) 2024-02-03, Warbling White-eye (10) 2023-12-28, Wedge-tailed Shearwater (35) 2024-01-29, Western Cattle Egret (110) 2024-02-28, White Tern (27) 2023-09-22, White-tailed Tropicbird (3) 2024-01-29, Yellow-fronted Canary (1) 2021-03-15, Zebra Dove (162) 2024-02-28" +21.3206586,-157.9534224,"African Silverbill (6) 2022-06-10, Black Noddy (1) 2022-06-10, Black-crowned Night Heron (49) 2024-02-13, Black-necked Stilt (92) 2024-02-13, Brown Booby (13) 2023-05-21, Chestnut Munia (8) 2022-06-06, Common Myna (106) 2024-02-16, Common Waxbill (57) 2024-02-16, Dunlin (1) 2020-02-17, Erckel's Spurfowl (1) 2021-11-11, Gray Francolin (25) 2023-08-02, Great Frigatebird (1) 2022-08-26, House Finch (28) 2024-02-16, House Sparrow (82) 2024-02-16, Japanese Bush Warbler (1) 2020-01-14, Laughing Gull (2) 2020-03-01, Feral Mallard (1) 2023-05-02, Northern Cardinal (86) 2024-02-13, Northern Mockingbird (6) 2019-10-02, Northern Shoveler (1) 2024-02-13, Pacific Golden-Plover (141) 2024-02-16, Red Junglefowl (2) 2023-07-31, Red-crested Cardinal (80) 2024-02-16, Red-vented Bulbul (114) 2024-02-16, Red-whiskered Bulbul (33) 2024-02-13, Ruddy Turnstone (119) 2024-02-16, Saffron Finch (17) 2024-02-13, Sanderling (1) 2020-03-10, Slaty-backed Gull (1) 2020-03-01, Sooty Shearwater (1) 2023-03-15, Spotted Dove (89) 2024-02-16, Wandering Tattler (98) 2024-02-16, Warbling White-eye (124) 2024-02-13, Western Cattle Egret (39) 2024-02-16, White Tern (32) 2024-02-16, White-rumped Shama (34) 2024-02-13, Yellow-fronted Canary (27) 2023-08-06, Zebra Dove (135) 2023-09-14" +21.32002912,-157.857014,"African Silverbill (2) 2023-12-17, Black-crowned Night Heron (6) 2023-01-16, Chestnut Munia (37) 2023-11-17, Common Gallinule (1) 2023-10-23, Common Myna (156) 2024-02-29, Common Waxbill (93) 2024-02-18, Eurasian Skylark (1) 2020-04-28, Gray Francolin (1) 2023-02-08, Great Frigatebird (3) 2024-01-28, Hawaiian Coot (1) 2021-03-13, House Finch (25) 2024-02-18, House Sparrow (76) 2024-02-20, Indian Peafowl (2) 2023-12-12, Japanese Bush Warbler (3) 2021-05-13, Java Sparrow (45) 2023-11-19, Feral Mallard (28) 2024-01-19, Muscovy Duck (5) 2020-11-30, Northern Cardinal (61) 2024-02-29, Northern Mockingbird (3) 2023-02-09, Pacific Golden-Plover (97) 2024-02-29, Red Junglefowl (34) 2024-02-29, Red-billed Leiothrix (5) 2024-02-29, Red-crested Cardinal (121) 2024-02-29, Red-vented Bulbul (135) 2024-02-29, Red-whiskered Bulbul (72) 2024-02-29, Rock Pigeon (50) 2024-02-18, Rose-ringed Parakeet (145) 2024-02-29, Saffron Finch (6) 2024-01-12, Scaly-breasted Munia (13) 2023-11-08, Spotted Dove (145) 2024-02-29, Warbling White-eye (78) 2024-02-29, Western Cattle Egret (98) 2024-02-29, White Tern (104) 2024-02-29, White-rumped Shama (110) 2024-02-20, White-tailed Tropicbird (1) 2022-01-11, Yellow-fronted Canary (12) 2024-02-18, Zebra Dove (148) 2024-02-29" +21.337829,-157.8183068,"African Silverbill (1) 2021-07-11, Apapane (23) 2024-01-11, Black-crowned Night Heron (1) 2024-02-28, Black-necked Stilt (1) 2024-02-28, Chestnut Munia (21) 2023-05-19, Chinese Hwamei (1) 2020-01-02, Common Myna (213) 2024-02-28, Common Waxbill (202) 2024-02-28, Gray Francolin (1) 2023-01-15, Hawaiian Coot (1) 2023-10-06, House Finch (247) 2024-02-28, House Sparrow (5) 2022-07-03, Japanese Bush Warbler (7) 2023-01-21, Java Sparrow (39) 2024-02-28, Feral Mallard (2) 2024-02-28, Northern Cardinal (147) 2024-02-21, Northern Mockingbird (1) 2023-01-15, Oahu Amakihi (326) 2024-02-23, Oahu Elepaio (1) 2019-06-29, Pacific Golden-Plover (16) 2024-02-28, Red Avadavat (1) 2022-08-01, Red Junglefowl (160) 2024-02-28, Red-billed Leiothrix (245) 2024-02-28, Red-crested Cardinal (248) 2024-02-28, Red-vented Bulbul (344) 2024-02-28, Red-whiskered Bulbul (273) 2024-02-28, Rock Pigeon (4) 2024-02-28, Rose-ringed Parakeet (317) 2024-02-28, Saffron Finch (2) 2023-12-25, Salmon-crested Cockatoo (1) 2022-08-19, Scaly-breasted Munia (19) 2024-01-19, Spotted Dove (277) 2024-02-28, Warbling White-eye (340) 2024-02-28, Western Cattle Egret (17) 2024-02-28, White Cockatoo (1) 2021-06-29, White Tern (66) 2024-02-21, White-rumped Shama (332) 2024-02-23, White-tailed Tropicbird (5) 2022-04-19, Yellow-faced Grassquit (1) 2021-12-19, Yellow-fronted Canary (76) 2024-02-28, Zebra Dove (268) 2024-02-28" +21.37318023,-157.7119347,"African Silverbill (2) 2019-10-14, Black Noddy (1) 2019-08-11, Black-crowned Night Heron (1) 2023-11-24, Black-necked Stilt (7) 2023-11-24, Brown Booby (1) 2022-10-04, Brown Noddy (1) 2022-07-08, Chestnut Munia (2) 2023-06-16, Common Gallinule (2) 2022-03-08, Common Myna (30) 2024-01-29, Common Waxbill (17) 2023-11-24, Gray Francolin (8) 2023-11-24, Great Frigatebird (8) 2022-12-09, House Finch (12) 2024-01-29, House Sparrow (9) 2024-01-29, Indian Peafowl (13) 2024-01-29, Java Sparrow (4) 2023-06-16, Laysan Albatross (1) 2022-02-07, Feral Mallard (10) 2024-01-29, Masked Booby (1) 2022-10-04, Northern Cardinal (13) 2022-12-20, Pacific Golden-Plover (25) 2024-01-29, Red-billed Leiothrix (2) 2022-03-08, Red-crested Cardinal (26) 2024-01-29, Red-footed Booby (3) 2022-10-04, Red-tailed Tropicbird (1) 2023-06-16, Red-vented Bulbul (19) 2023-11-24, Red-whiskered Bulbul (5) 2022-07-17, Rock Pigeon (9) 2024-01-29, Ruddy Turnstone (4) 2024-01-29, Saffron Finch (2) 2019-10-14, Scaly-breasted Munia (2) 2019-10-14, Sooty Tern (1) 2022-07-08, Spotted Dove (13) 2023-11-24, Wandering Tattler (4) 2024-01-29, Warbling White-eye (5) 2022-07-16, Wedge-tailed Shearwater (3) 2022-10-04, Western Cattle Egret (27) 2024-01-29, White-rumped Shama (9) 2022-07-17, White-tailed Tropicbird (1) 2023-06-16, Yellow-fronted Canary (10) 2023-06-16, Zebra Dove (28) 2024-01-29" +21.27366949,-157.6935283,"African Silverbill (10) 2022-12-31, Black-crowned Night Heron (2) 2023-07-07, Black-necked Stilt (2) 2023-07-07, Brown Booby (2) 2023-10-05, Chestnut Munia (4) 2023-04-28, Common Myna (129) 2024-02-23, Common Waxbill (85) 2024-01-19, Gray Francolin (3) 2023-09-14, Great Frigatebird (15) 2024-01-25, House Finch (33) 2024-02-16, House Sparrow (25) 2024-02-23, Java Sparrow (48) 2023-12-26, Feral Mallard (3) 2023-11-19, Masked Booby (1) 2019-07-12, Muscovy Duck (4) 2023-01-09, Northern Cardinal (48) 2024-02-23, Northern Mockingbird (2) 2022-01-01, Pacific Golden-Plover (97) 2024-02-23, Peregrine Falcon (2) 2022-12-28, Red Junglefowl (21) 2024-01-26, Red-billed Leiothrix (1) 2022-08-17, Red-crested Cardinal (139) 2024-02-23, Red-footed Booby (3) 2024-01-25, Red-tailed Tropicbird (14) 2023-08-09, Red-vented Bulbul (109) 2024-01-26, Red-whiskered Bulbul (4) 2022-03-08, Rock Pigeon (72) 2024-02-16, Rose-ringed Parakeet (3) 2023-12-20, Ruddy Turnstone (7) 2022-01-01, Saffron Finch (8) 2024-01-03, Scaly-breasted Munia (8) 2023-08-24, Sooty Tern (8) 2024-02-20, Spotted Dove (104) 2024-02-23, Wandering Tattler (12) 2023-09-08, Warbling White-eye (37) 2023-12-26, Wedge-tailed Shearwater (1) 2023-07-07, Western Cattle Egret (142) 2024-02-23, White Tern (31) 2024-02-03, White-rumped Shama (9) 2022-07-30, White-tailed Tropicbird (3) 2024-01-26, Zebra Dove (156) 2024-02-23" +21.32077672,-157.9727045,"Barn Owl (1) 2019-02-02, Black Noddy (1) 2019-01-02, Black-necked Stilt (3) 2019-03-06, Brown Booby (31) 2019-06-16, Brown Noddy (1) 2019-03-31, Bulwer's Petrel (1) 2019-04-17, Chestnut Munia (22) 2019-04-14, Common Myna (33) 2023-09-09, Common Waxbill (10) 2023-09-09, Gray Francolin (9) 2019-03-03, Great Frigatebird (1) 2019-02-05, House Finch (17) 2019-05-28, House Sparrow (3) 2023-09-09, Java Sparrow (5) 2019-02-17, Laughing Gull (2) 2019-04-13, Feral Mallard (1) 2019-04-11, Northern Cardinal (7) 2019-03-03, Pacific Golden-Plover (38) 2019-04-17, Red Junglefowl (2) 2019-01-06, Red Phalarope (1) 2019-04-11, Red-crested Cardinal (13) 2023-09-09, Red-crowned Parrot (1) 2019-01-27, Red-footed Booby (10) 2019-06-11, Red-vented Bulbul (22) 2023-09-09, Ring-billed Gull (1) 2019-03-03, Rose-ringed Parakeet (3) 2019-03-16, Ruddy Turnstone (24) 2019-04-17, Saffron Finch (17) 2023-09-09, Sanderling (2) 2019-01-22, Slaty-backed Gull (1) 2019-02-04, Sooty Tern (9) 2019-04-17, Spotted Dove (8) 2019-05-28, Wandering Tattler (8) 2019-01-31, Warbling White-eye (12) 2019-03-31, Wedge-tailed Shearwater (8) 2019-06-16, Western Cattle Egret (13) 2019-06-11, White Tern (27) 2019-06-16, White-rumped Shama (3) 2019-05-28, White-tailed Tropicbird (1) 2019-01-05, Yellow-fronted Canary (11) 2019-04-14, Zebra Dove (21) 2023-09-09" +21.33068199,-158.1269131,"Black Swan (8) 2023-03-29, Black-crowned Night Heron (12) 2023-08-14, Black-necked Stilt (4) 2023-02-24, Brown Booby (8) 2023-08-14, Common Gallinule (1) 2019-12-08, Common Myna (45) 2024-02-06, Common Waxbill (16) 2023-07-12, Eurasian Skylark (2) 2023-03-29, Great Frigatebird (2) 2022-07-24, Hawaiian Coot (7) 2023-07-12, House Finch (11) 2023-08-14, House Sparrow (33) 2024-02-06, Java Sparrow (9) 2023-08-14, Feral Mallard (5) 2023-04-09, Muscovy Duck (2) 2021-12-07, Pacific Golden-Plover (33) 2024-02-06, Red Junglefowl (1) 2022-05-26, Red-crested Cardinal (37) 2024-02-06, Red-footed Booby (2) 2023-02-18, Red-tailed Tropicbird (1) 2020-03-02, Red-vented Bulbul (33) 2024-02-06, Red-whiskered Bulbul (3) 2022-11-30, Rock Pigeon (5) 2023-05-30, Ruddy Turnstone (5) 2023-02-23, Saffron Finch (16) 2024-02-06, Sanderling (1) 2020-02-22, Scaly-breasted Munia (1) 2023-08-14, Sooty Tern (1) 2020-03-02, Spotted Dove (40) 2024-02-06, Wandering Tattler (11) 2024-01-26, Warbling White-eye (16) 2023-12-06, Wedge-tailed Shearwater (3) 2024-01-26, Western Cattle Egret (18) 2024-02-06, White Tern (2) 2022-06-26, Yellow-fronted Canary (1) 2022-10-16, Zebra Dove (39) 2024-02-06" +21.33966701,-158.1172168,"African Silverbill (2) 2022-11-14, Black Swan (77) 2024-02-12, Black-crowned Night Heron (80) 2024-02-12, Black-necked Stilt (50) 2024-02-12, Brown Booby (1) 2022-12-28, Chestnut Munia (15) 2024-01-26, Common Gallinule (2) 2023-07-12, Common Myna (121) 2024-02-13, Common Waxbill (59) 2024-02-12, Eurasian Skylark (1) 2021-08-11, Gray Francolin (2) 2023-11-07, Great Frigatebird (1) 2023-03-12, Hawaiian Coot (93) 2024-02-13, House Finch (44) 2024-02-12, House Sparrow (74) 2024-02-25, Java Sparrow (29) 2024-02-25, Lesser Scaup (1) 2022-11-14, Feral Mallard (85) 2024-01-26, Masked Booby (2) 2024-02-25, Mourning Dove (2) 2022-11-14, Muscovy Duck (33) 2024-02-13, Northern Cardinal (16) 2024-02-12, Northern Shoveler (1) 2022-11-14, Pacific Golden-Plover (83) 2024-02-25, Red Junglefowl (8) 2023-07-12, Red-crested Cardinal (94) 2024-02-25, Red-vented Bulbul (82) 2024-02-12, Red-whiskered Bulbul (26) 2024-02-12, Rock Pigeon (20) 2024-02-25, Rose-ringed Parakeet (8) 2024-02-25, Ruddy Turnstone (19) 2024-02-12, Saffron Finch (56) 2024-02-12, Scaly-breasted Munia (1) 2023-03-17, Spotted Dove (97) 2024-02-25, Wandering Tattler (13) 2024-02-12, Warbling White-eye (62) 2024-02-25, Western Cattle Egret (102) 2024-02-12, White-rumped Shama (2) 2022-06-23, Yellow-fronted Canary (9) 2024-02-12, Zebra Dove (111) 2024-02-25" +21.36576814,-157.9434582,"African Silverbill (8) 2023-09-27, Black-crowned Night Heron (10) 2024-01-21, Black-necked Stilt (8) 2024-01-03, Brown Booby (3) 2024-02-25, Brown Noddy (1) 2023-05-11, Chestnut Munia (181) 2024-02-28, Common Myna (444) 2024-02-28, Common Waxbill (277) 2024-02-28, Eurasian Skylark (1) 2021-05-11, Gray Francolin (2) 2022-10-09, Hawaiian Coot (3) 2024-01-03, House Finch (87) 2024-02-10, House Sparrow (360) 2024-02-28, Java Sparrow (273) 2024-02-25, Long-billed Dowitcher (1) 2024-01-03, Feral Mallard (68) 2023-11-09, Muscovy Duck (3) 2022-07-26, Northern Cardinal (12) 2024-02-18, Northern Mockingbird (3) 2023-03-21, Pacific Golden-Plover (342) 2024-02-28, Red Avadavat (4) 2023-11-30, Red Junglefowl (35) 2024-02-10, Red-crested Cardinal (181) 2024-02-25, Red-vented Bulbul (258) 2024-02-28, Red-whiskered Bulbul (15) 2024-01-13, Rock Pigeon (268) 2024-02-25, Rose-ringed Parakeet (47) 2024-02-25, Ruddy Turnstone (7) 2023-03-06, Saffron Finch (151) 2024-02-20, Sanderling (3) 2024-01-13, Scaly-breasted Munia (10) 2023-11-14, Spotted Dove (214) 2024-02-25, Wandering Tattler (8) 2024-01-26, Warbling White-eye (93) 2024-02-28, Western Cattle Egret (208) 2024-02-25, White Tern (109) 2024-02-19, White-rumped Shama (7) 2022-11-19, White-tailed Tropicbird (1) 2023-01-27, Yellow-fronted Canary (17) 2024-02-10, Zebra Dove (416) 2024-02-28" +21.66380875,-157.9316356,"Black-bellied Plover (1) 2021-02-14, Black-crowned Night Heron (2) 2023-07-08, Black-necked Stilt (1) 2023-11-22, Bristle-thighed Curlew (1) 2023-07-09, Brown Booby (8) 2023-08-04, Brown Noddy (4) 2023-07-16, Chestnut Munia (2) 2023-07-08, Common Gallinule (1) 2021-02-14, Common Myna (55) 2024-02-27, Common Waxbill (23) 2024-02-27, Glaucous-winged Gull (1) 2024-02-08, Great Frigatebird (3) 2021-03-14, House Finch (32) 2024-02-27, House Sparrow (8) 2023-11-22, Indian Peafowl (16) 2021-04-01, Java Sparrow (6) 2022-01-25, Laysan Albatross (4) 2024-02-08, Feral Mallard (8) 2023-11-13, Masked Booby (5) 2023-07-16, Northern Cardinal (9) 2023-12-09, Northern Mockingbird (1) 2023-01-17, Pacific Golden-Plover (39) 2024-02-27, Red Avadavat (2) 2023-11-13, Red Junglefowl (29) 2024-02-24, Red-billed Leiothrix (2) 2024-01-15, Red-crested Cardinal (40) 2024-02-27, Red-footed Booby (2) 2019-01-26, Red-vented Bulbul (29) 2024-02-08, Red-whiskered Bulbul (24) 2024-01-15, Rock Pigeon (1) 2020-02-02, Ruddy Turnstone (18) 2024-02-27, Saffron Finch (4) 2023-09-23, Sanderling (10) 2024-02-08, Sooty Tern (1) 2023-07-09, Spotted Dove (27) 2024-02-27, Wandering Tattler (15) 2024-02-08, Warbling White-eye (17) 2024-02-27, Wedge-tailed Shearwater (10) 2023-08-04, Western Cattle Egret (24) 2024-02-24, White-rumped Shama (14) 2023-12-09, Yellow-fronted Canary (3) 2021-02-12, Zebra Dove (51) 2024-02-27" +21.40152524,-157.8853207,"African Silverbill (4) 2023-09-10, Apapane (206) 2024-02-14, Barn Owl (1) 2019-02-22, Black-necked Stilt (1) 2023-09-30, Chestnut Munia (133) 2023-12-04, Chinese Hwamei (9) 2022-12-21, Common Myna (151) 2024-02-19, Common Waxbill (335) 2024-02-14, House Finch (346) 2024-02-14, House Sparrow (17) 2023-12-21, Indian Peafowl (1) 2020-03-05, Japanese Bush Warbler (79) 2023-12-21, Java Sparrow (11) 2023-12-21, Mariana Swiftlet (67) 2023-12-21, Northern Cardinal (207) 2024-02-14, Northern Shoveler (1) 2023-01-17, Oahu Amakihi (431) 2024-02-14, Oahu Elepaio (199) 2024-02-14, Pacific Golden-Plover (87) 2023-12-21, Red Junglefowl (170) 2024-02-14, Red-billed Leiothrix (433) 2024-02-14, Red-crested Cardinal (299) 2024-02-14, Red-crowned Parrot (120) 2024-02-14, Red-tailed Tropicbird (1) 2023-01-15, Red-vented Bulbul (411) 2024-02-14, Red-whiskered Bulbul (325) 2024-02-19, Rock Pigeon (13) 2023-12-21, Rose-ringed Parakeet (7) 2023-01-17, Saffron Finch (7) 2023-01-17, Scaly-breasted Munia (80) 2023-12-21, Sooty Tern (1) 2022-12-18, Spotted Dove (236) 2024-02-14, Warbling White-eye (445) 2024-02-19, Western Cattle Egret (15) 2023-01-17, White Tern (2) 2023-06-04, White-rumped Shama (358) 2024-02-14, White-tailed Tropicbird (3) 2023-12-04, Yellow-faced Grassquit (2) 2022-11-06, Yellow-fronted Canary (140) 2024-01-27, Zebra Dove (248) 2024-02-14" +21.3020277,-157.8667929,"African Silverbill (7) 2023-12-03, Black-crowned Night Heron (4) 2024-02-20, Black-footed Albatross (1) 2019-01-19, Brown Booby (18) 2024-02-06, Brown Noddy (1) 2023-12-03, Chestnut Munia (4) 2022-01-09, Cockatiel (1) 2022-05-22, Common Myna (88) 2024-02-20, Common Waxbill (27) 2023-07-25, Great Frigatebird (3) 2023-05-27, Great-tailed Grackle (2) 2019-08-01, House Finch (32) 2024-02-20, House Sparrow (60) 2024-02-20, Java Sparrow (7) 2021-01-06, Laysan Albatross (1) 2019-02-09, Feral Mallard (3) 2024-02-20, Masked Booby (1) 2023-03-01, Northern Cardinal (10) 2023-01-13, Northern Mockingbird (8) 2023-12-03, Pacific Golden-Plover (48) 2024-02-20, Red Avadavat (1) 2023-09-18, Red Junglefowl (8) 2024-02-20, Red-crested Cardinal (55) 2024-02-20, Red-footed Booby (4) 2022-07-26, Red-vented Bulbul (54) 2024-02-20, Red-whiskered Bulbul (3) 2023-01-13, Rock Pigeon (30) 2024-02-20, Rose-ringed Parakeet (9) 2024-02-20, Ruddy Turnstone (8) 2022-08-06, Saffron Finch (12) 2024-02-06, Scaly-breasted Munia (9) 2023-08-15, Sooty Tern (4) 2024-02-20, Spotted Dove (79) 2024-02-20, Wandering Tattler (3) 2021-09-21, Warbling White-eye (29) 2024-02-20, Wedge-tailed Shearwater (4) 2024-01-09, Western Cattle Egret (57) 2024-02-20, White Tern (89) 2024-02-20, White-tailed Tropicbird (3) 2022-10-13, Yellow-fronted Canary (30) 2023-12-03, Zebra Dove (85) 2024-02-20" +21.45469557,-157.740168,"African Silverbill (3) 2020-11-01, Black-necked Stilt (7) 2022-01-17, Bristle-thighed Curlew (2) 2021-12-11, Brown Booby (5) 2023-11-13, Brown Noddy (3) 2023-06-11, Bulwer's Petrel (1) 2023-06-11, Caspian Tern (1) 2022-01-29, Chestnut Munia (4) 2023-02-20, Common Gallinule (2) 2020-12-30, Common Myna (27) 2024-01-19, Common Waxbill (17) 2023-05-13, Gray Francolin (2) 2023-05-13, Gray-backed Tern (1) 2021-04-11, Great Frigatebird (20) 2023-10-17, House Finch (3) 2021-04-30, House Sparrow (4) 2023-02-20, Java Sparrow (15) 2024-01-19, Laysan Albatross (2) 2022-01-29, Feral Mallard (4) 2024-01-19, Masked Booby (3) 2023-02-18, Northern Cardinal (9) 2023-02-20, Pacific Golden-Plover (18) 2024-01-19, Pectoral Sandpiper (1) 2021-04-29, Red Avadavat (2) 2020-11-01, Red Junglefowl (3) 2021-12-13, Red-crested Cardinal (15) 2024-01-19, Red-footed Booby (2) 2023-06-11, Red-tailed Tropicbird (1) 2021-04-11, Red-vented Bulbul (12) 2024-01-19, Red-whiskered Bulbul (1) 2023-02-20, Rock Pigeon (8) 2023-05-13, Ruddy Turnstone (1) 2021-04-30, Saffron Finch (13) 2023-11-13, Sanderling (1) 2020-12-30, Scaly-breasted Munia (4) 2022-07-24, Sooty Tern (2) 2023-02-18, Spotted Dove (11) 2023-02-18, Wandering Tattler (2) 2024-01-19, Warbling White-eye (2) 2022-01-03, Wedge-tailed Shearwater (1) 2023-06-11, Western Cattle Egret (25) 2024-01-19, White-rumped Shama (1) 2019-01-01, Yellow-fronted Canary (1) 2022-01-03, Zebra Dove (20) 2024-01-19" +21.65477643,-157.9317022,"Black-bellied Plover (13) 2021-02-21, Black-crowned Night Heron (14) 2022-08-31, Black-necked Stilt (19) 2024-01-19, Bristle-thighed Curlew (1) 2022-08-22, Brown Booby (1) 2023-03-09, Brown Noddy (1) 2022-08-22, Chestnut Munia (10) 2023-11-23, Common Gallinule (6) 2021-12-17, Common Myna (77) 2024-02-07, Common Waxbill (25) 2023-12-29, Glaucous-winged Gull (1) 2022-03-26, Great Frigatebird (1) 2023-11-23, House Finch (16) 2023-11-23, House Sparrow (10) 2022-10-31, Indian Peafowl (1) 2022-05-19, Java Sparrow (11) 2023-12-29, Laysan Albatross (1) 2023-03-09, Feral Mallard (38) 2024-01-15, Masked Booby (2) 2022-08-22, Muscovy Duck (1) 2021-12-17, Northern Cardinal (7) 2022-08-22, Pacific Golden-Plover (78) 2024-02-07, Red Junglefowl (10) 2023-08-18, Red-crested Cardinal (37) 2023-11-23, Red-footed Booby (2) 2022-08-22, Red-vented Bulbul (19) 2023-12-29, Red-whiskered Bulbul (3) 2022-10-31, Rock Pigeon (5) 2023-11-23, Ruddy Turnstone (37) 2024-02-07, Saffron Finch (8) 2023-12-29, Sanderling (7) 2023-11-23, Scaly-breasted Munia (3) 2023-11-23, Spotted Dove (63) 2024-01-11, Wandering Tattler (36) 2024-01-19, Warbling White-eye (14) 2024-01-19, Wedge-tailed Shearwater (2) 2023-03-09, Western Cattle Egret (55) 2024-01-19, White-rumped Shama (1) 2022-01-21, White-tailed Tropicbird (1) 2023-03-09, Yellow-fronted Canary (1) 2022-08-22, Zebra Dove (71) 2024-01-19" +21.28369653,-157.8283789,"African Silverbill (1) 2021-12-28, Black-crowned Night Heron (27) 2024-02-22, Blue-crowned Parakeet (1) 2023-07-09, Brown Booby (13) 2022-10-17, Chestnut Munia (3) 2024-02-22, Common Myna (285) 2024-02-24, Common Waxbill (52) 2024-02-03, Great Frigatebird (22) 2023-06-23, House Finch (88) 2024-02-19, House Sparrow (234) 2024-02-24, Indian Peafowl (1) 2021-03-14, Java Sparrow (36) 2024-01-21, Feral Mallard (49) 2024-02-18, Mariana Swiftlet (1) 2021-07-20, Muscovy Duck (1) 2019-11-07, Northern Cardinal (5) 2022-11-19, Northern Mockingbird (2) 2023-04-04, Pacific Golden-Plover (141) 2024-02-22, Peregrine Falcon (23) 2022-02-27, Red Avadavat (1) 2023-08-30, Red Junglefowl (46) 2024-02-22, Red-billed Leiothrix (1) 2023-12-20, Red-crested Cardinal (143) 2024-02-18, Red-crowned Parrot (1) 2024-01-24, Red-masked Parakeet (1) 2020-01-01, Red-vented Bulbul (183) 2024-02-24, Red-whiskered Bulbul (20) 2023-12-20, Rock Pigeon (261) 2024-02-24, Rose-ringed Parakeet (83) 2024-02-14, Ruddy Turnstone (1) 2021-11-26, Saffron Finch (9) 2024-02-18, Sanderling (1) 2022-01-12, Scaly-breasted Munia (2) 2023-07-07, Sooty Tern (1) 2022-02-13, Spotted Dove (187) 2024-02-24, Wandering Tattler (4) 2024-02-16, Warbling White-eye (61) 2024-02-14, Wedge-tailed Shearwater (5) 2022-10-17, Western Cattle Egret (124) 2024-02-22, White Tern (324) 2024-02-24, White-rumped Shama (8) 2023-12-20, White-tailed Tropicbird (2) 2019-04-29, Yellow-fronted Canary (27) 2024-02-03, Zebra Dove (249) 2024-02-24" +21.59256857,-158.1060309,"African Silverbill (1) 2024-02-03, Black-crowned Night Heron (9) 2024-02-03, Black-necked Stilt (1) 2022-04-02, Brown Booby (15) 2024-02-24, Brown Noddy (1) 2022-09-21, Chestnut Munia (14) 2022-07-27, Common Gallinule (4) 2024-02-03, Common Myna (143) 2024-02-24, Common Waxbill (61) 2024-02-16, Greater Scaup (23) 2021-03-07, Hawaiian Coot (5) 2021-02-10, House Finch (42) 2023-12-15, House Sparrow (57) 2024-02-16, Indian Peafowl (30) 2023-09-07, Java Sparrow (27) 2023-11-05, Laysan Albatross (2) 2023-06-23, Lesser Scaup (11) 2021-02-24, Feral Mallard (30) 2023-12-15, Masked Booby (2) 2020-02-03, Northern Cardinal (5) 2022-12-03, Northern Mockingbird (2) 2020-02-22, Northern Shoveler (1) 2022-02-21, Pacific Golden-Plover (76) 2024-02-26, Red Junglefowl (68) 2024-02-24, Red-crested Cardinal (81) 2024-02-19, Red-vented Bulbul (67) 2024-02-24, Red-whiskered Bulbul (15) 2023-12-15, Ring-necked Duck (1) 2020-11-07, Ring-necked Pheasant (1) 2019-12-11, Rock Pigeon (67) 2024-02-19, Rose-ringed Parakeet (3) 2023-08-13, Ruddy Turnstone (6) 2023-08-13, Saffron Finch (100) 2024-02-26, Scaly-breasted Munia (12) 2022-05-13, Spotted Dove (80) 2024-02-24, Wandering Tattler (7) 2023-11-05, Warbling White-eye (39) 2024-02-26, Wedge-tailed Shearwater (7) 2023-06-23, Western Cattle Egret (74) 2024-02-19, White Tern (3) 2023-09-17, White-rumped Shama (7) 2023-12-30, White-tailed Tropicbird (2) 2022-05-13, Yellow-fronted Canary (2) 2021-07-22, Zebra Dove (123) 2024-02-24" +21.32047493,-157.9244992,"African Silverbill (16) 2021-11-14, Black-crowned Night Heron (31) 2024-02-25, Black-necked Stilt (1) 2022-10-21, Bristle-thighed Curlew (4) 2020-03-09, Brown Booby (3) 2023-04-08, Chestnut Munia (7) 2024-01-15, Common Myna (465) 2024-02-25, Common Waxbill (90) 2024-02-25, Eurasian Skylark (15) 2024-02-05, Gray Francolin (1) 2024-01-15, Great Frigatebird (1) 2023-07-13, Hawaiian Coot (1) 2019-04-12, Helmeted Guineafowl (1) 2021-09-12, House Finch (123) 2024-02-25, House Sparrow (477) 2024-02-25, Japanese Bush Warbler (1) 2022-06-24, Java Sparrow (15) 2024-01-15, Feral Mallard (66) 2024-02-22, Mourning Dove (1) 2022-11-16, Northern Cardinal (4) 2023-07-11, Northern Mockingbird (6) 2023-10-12, Pacific Golden-Plover (138) 2024-02-21, Red Junglefowl (25) 2024-02-23, Red-billed Leiothrix (2) 2021-10-28, Red-crested Cardinal (141) 2024-02-21, Red-tailed Tropicbird (1) 2023-03-29, Red-vented Bulbul (307) 2024-02-25, Red-whiskered Bulbul (44) 2024-02-19, Rock Pigeon (68) 2024-02-24, Rose-ringed Parakeet (11) 2024-01-15, Ruddy Turnstone (3) 2022-10-21, Saffron Finch (18) 2024-01-15, Sanderling (1) 2023-01-06, Scaly-breasted Munia (4) 2024-01-15, Spotted Dove (554) 2024-02-25, Warbling White-eye (128) 2024-02-25, Western Cattle Egret (152) 2024-02-24, White Tern (32) 2024-02-24, White-rumped Shama (12) 2024-01-15, Yellow-fronted Canary (9) 2024-01-15, Zebra Dove (440) 2024-02-24" +21.70030549,-157.9893654,"Black Noddy (1) 2022-11-25, Black-crowned Night Heron (13) 2024-02-11, Black-footed Albatross (3) 2024-02-23, Black-necked Stilt (24) 2024-02-08, Blue-crowned Parakeet (8) 2023-11-29, Bristle-thighed Curlew (4) 2023-01-17, Brown Booby (3) 2024-02-23, Cackling Goose (11) 2022-01-08, Chestnut Munia (8) 2023-11-29, Common Gallinule (23) 2024-02-23, Common Myna (43) 2024-02-23, Common Waxbill (34) 2024-02-11, Eurasian Skylark (1) 2022-11-25, Gray Francolin (9) 2024-02-23, Great Frigatebird (2) 2022-11-06, Hawaiian Coot (13) 2024-02-23, House Finch (14) 2024-02-25, House Sparrow (9) 2024-02-23, Indian Peafowl (4) 2023-05-17, Japanese Bush Warbler (2) 2023-01-17, Java Sparrow (21) 2024-02-23, Laysan Albatross (15) 2024-02-23, Lesser Scaup (1) 2020-01-13, Feral Mallard (7) 2024-02-23, Masked Booby (2) 2024-02-23, Muscovy Duck (5) 2023-03-28, Northern Cardinal (20) 2024-02-23, Northern Harrier (1) 2022-12-20, Pacific Golden-Plover (39) 2024-02-23, Red Junglefowl (13) 2024-02-23, Red-billed Leiothrix (6) 2024-02-08, Red-crested Cardinal (37) 2024-02-25, Red-footed Booby (1) 2020-05-02, Red-vented Bulbul (36) 2024-02-23, Red-whiskered Bulbul (15) 2024-02-23, Ruddy Turnstone (6) 2023-07-01, Saffron Finch (17) 2024-02-25, Sanderling (2) 2023-03-28, Scaly-breasted Munia (4) 2023-05-20, Short-eared Owl (1) 2019-11-02, Sooty Tern (1) 2024-02-06, Spotted Dove (27) 2024-02-11, Wandering Tattler (4) 2022-12-20, Warbling White-eye (14) 2024-02-06, Western Cattle Egret (43) 2024-02-23, White-rumped Shama (18) 2024-02-23, Zebra Dove (45) 2024-02-23" +21.29286314,-157.847585,"African Silverbill (11) 2023-10-23, Black-bellied Plover (1) 2019-03-10, Black-crowned Night Heron (299) 2024-02-29, Brown Booby (42) 2024-02-29, Brown Noddy (1) 2022-05-13, Chestnut Munia (3) 2023-12-25, Common Myna (433) 2024-02-29, Common Waxbill (264) 2024-02-29, Gray Francolin (2) 2024-02-12, Great Frigatebird (23) 2024-02-09, Hawaiian Coot (1) 2023-04-26, House Finch (147) 2024-02-29, House Sparrow (344) 2024-02-29, Japanese Bush Warbler (1) 2019-06-20, Java Sparrow (254) 2024-02-29, Feral Mallard (125) 2024-02-24, Masked Booby (1) 2023-02-16, Muscovy Duck (6) 2022-11-16, Northern Cardinal (9) 2024-02-08, Northern Mockingbird (5) 2024-02-12, Pacific Golden-Plover (291) 2024-02-29, Peregrine Falcon (5) 2021-01-03, Red Junglefowl (58) 2024-02-26, Red-billed Leiothrix (2) 2023-04-26, Red-crested Cardinal (369) 2024-02-29, Red-vented Bulbul (255) 2024-02-29, Red-whiskered Bulbul (22) 2024-02-29, Rock Pigeon (402) 2024-02-29, Rose-ringed Parakeet (120) 2024-02-29, Ruddy Turnstone (111) 2024-02-29, Saffron Finch (128) 2024-02-29, Sanderling (2) 2020-04-12, Scaly-breasted Munia (68) 2023-12-03, Sooty Tern (4) 2023-06-04, Spotted Dove (391) 2024-02-29, Wandering Tattler (66) 2024-02-26, Warbling White-eye (106) 2024-02-29, Wedge-tailed Shearwater (5) 2023-11-18, Western Cattle Egret (343) 2024-02-29, White Tern (331) 2024-02-29, White-rumped Shama (8) 2024-02-25, Yellow-fronted Canary (217) 2024-02-29, Zebra Dove (443) 2024-02-29" +21.33769208,-157.7990234,"African Silverbill (6) 2023-09-12, Apapane (4) 2019-09-23, Black-crowned Night Heron (1) 2023-03-06, Chestnut Munia (51) 2023-10-05, Common Myna (247) 2024-02-26, Common Waxbill (172) 2024-02-20, Erckel's Spurfowl (1) 2021-11-08, Hawaiian Coot (1) 2023-03-06, House Finch (63) 2024-02-26, House Sparrow (14) 2024-02-20, Indian Peafowl (1) 2023-03-22, Japanese Bush Warbler (3) 2023-10-22, Java Sparrow (24) 2023-10-05, Feral Mallard (6) 2022-05-24, Northern Cardinal (62) 2024-02-20, Oahu Amakihi (30) 2024-02-20, Pacific Golden-Plover (92) 2024-01-24, Red Avadavat (1) 2023-10-05, Red Junglefowl (149) 2024-02-26, Red-billed Leiothrix (202) 2024-02-26, Red-crested Cardinal (194) 2024-02-26, Red-crowned Parrot (4) 2024-01-02, Red-masked Parakeet (1) 2022-08-02, Red-vented Bulbul (253) 2024-02-20, Red-whiskered Bulbul (259) 2024-02-26, Rock Pigeon (13) 2024-02-20, Rose-ringed Parakeet (285) 2024-02-26, Ruddy Turnstone (1) 2022-12-20, Saffron Finch (5) 2023-11-26, Salmon-crested Cockatoo (66) 2023-11-17, Scaly-breasted Munia (10) 2023-09-06, Spotted Dove (168) 2024-02-20, Sulphur-crested Cockatoo (8) 2022-08-02, Wandering Tattler (2) 2021-04-18, Warbling White-eye (251) 2024-02-26, Western Cattle Egret (27) 2024-01-19, White Cockatoo (41) 2024-01-04, White Tern (9) 2023-08-14, White-rumped Shama (280) 2024-02-26, White-tailed Tropicbird (1) 2023-06-06, Yellow-faced Grassquit (4) 2023-06-06, Yellow-fronted Canary (26) 2024-01-24, Zebra Dove (202) 2024-02-20" +21.51862843,-157.8361581,"Apapane (1) 2019-09-19, Black Noddy (3) 2023-03-29, Black-crowned Night Heron (23) 2024-02-13, Black-necked Stilt (94) 2024-01-20, Bristle-thighed Curlew (1) 2023-04-28, Brown Booby (3) 2022-11-21, Chestnut Munia (60) 2024-01-04, Common Gallinule (3) 2023-10-29, Common Myna (328) 2024-02-27, Common Waxbill (166) 2024-01-26, Gray Francolin (1) 2024-01-03, Great Frigatebird (12) 2024-02-27, Green-winged Teal (1) 2024-01-12, Hawaiian Coot (3) 2023-10-29, House Finch (85) 2024-02-13, House Sparrow (57) 2024-01-26, Indian Peafowl (1) 2021-03-20, Japanese Bush Warbler (1) 2022-01-19, Java Sparrow (18) 2024-02-13, Laysan Albatross (1) 2019-12-19, Feral Mallard (7) 2023-11-28, Northern Cardinal (50) 2024-02-27, Northern Mockingbird (1) 2019-07-29, Oahu Amakihi (1) 2022-12-26, Pacific Golden-Plover (261) 2024-02-27, Red Avadavat (5) 2024-01-04, Red Junglefowl (134) 2024-02-13, Red-billed Leiothrix (6) 2024-01-04, Red-crested Cardinal (333) 2024-02-27, Red-vented Bulbul (169) 2024-02-13, Red-whiskered Bulbul (48) 2024-01-04, Ring-necked Pheasant (1) 2024-01-04, Rock Pigeon (41) 2024-01-21, Rose-ringed Parakeet (1) 2024-01-04, Ruddy Turnstone (117) 2024-02-27, Saffron Finch (34) 2024-02-28, Sanderling (1) 2023-09-15, Scaly-breasted Munia (38) 2024-01-04, Spotted Dove (157) 2024-02-13, Wandering Tattler (69) 2024-01-26, Warbling White-eye (107) 2024-01-21, Wedge-tailed Shearwater (6) 2023-05-10, Western Cattle Egret (338) 2024-02-27, White Tern (4) 2023-09-04, White-rumped Shama (70) 2024-02-13, White-tailed Tropicbird (7) 2023-08-10, Yellow-fronted Canary (10) 2024-01-04, Zebra Dove (284) 2024-02-27" +21.70036384,-157.9990316,"Black Noddy (1) 2020-03-19, Black-crowned Night Heron (16) 2024-01-03, Black-footed Albatross (3) 2024-02-25, Black-necked Stilt (16) 2024-01-03, Blue-crowned Parakeet (31) 2024-01-04, Bristle-thighed Curlew (2) 2024-02-25, Brown Booby (5) 2024-02-25, Chestnut Munia (22) 2023-06-21, Common Gallinule (17) 2024-01-03, Common Myna (106) 2024-02-25, Common Waxbill (56) 2024-02-25, Glaucous-winged Gull (1) 2024-01-31, Gray Francolin (14) 2024-02-25, Great Frigatebird (7) 2023-10-31, Hawaiian Coot (17) 2023-08-07, House Finch (29) 2024-02-25, House Sparrow (16) 2023-09-25, Indian Peafowl (11) 2023-02-08, Java Sparrow (11) 2024-02-15, Laughing Gull (1) 2024-01-31, Laysan Albatross (25) 2024-02-25, Feral Mallard (11) 2024-02-25, Northern Cardinal (26) 2024-02-25, Northern Shoveler (2) 2022-01-09, Pacific Golden-Plover (72) 2024-02-25, Red Junglefowl (22) 2024-01-04, Red-billed Leiothrix (2) 2021-06-27, Red-crested Cardinal (79) 2024-02-25, Red-crowned Parrot (1) 2022-12-28, Red-footed Booby (4) 2024-02-25, Red-vented Bulbul (86) 2024-02-25, Red-whiskered Bulbul (29) 2024-01-31, Ring-necked Pheasant (1) 2023-02-10, Rose-ringed Parakeet (1) 2023-10-31, Ruddy Turnstone (12) 2024-02-25, Saffron Finch (31) 2024-02-15, Sanderling (4) 2024-02-15, Scaly-breasted Munia (3) 2022-12-28, Sooty Tern (1) 2020-03-19, Spotted Dove (53) 2024-02-25, Wandering Tattler (7) 2024-02-25, Warbling White-eye (26) 2024-02-25, Western Cattle Egret (90) 2024-02-25, White Tern (1) 2019-09-24, White-rumped Shama (36) 2024-02-25, Zebra Dove (80) 2024-02-25" +21.36623391,-158.0206105,"African Silverbill (21) 2024-02-04, Black-crowned Night Heron (60) 2024-02-19, Black-necked Stilt (41) 2024-02-19, Cackling Goose (1) 2023-01-25, Chestnut Munia (25) 2024-02-19, Common Gallinule (47) 2024-02-19, Common Myna (104) 2024-02-19, Common Waxbill (87) 2024-02-20, Gray Francolin (3) 2024-02-19,, Great Frigatebird (1) 2022-10-08, Hawaiian Coot (40) 2024-02-19, House Finch (65) 2024-02-19, House Sparrow (35) 2024-02-19, Japanese Bush Warbler (1) 2022-06-26, Java Sparrow (34) 2024-02-19, Feral Mallard (34) 2024-02-19, Mourning Dove (1) 2020-02-23, Northern Cardinal (83) 2024-02-19, Northern Pintail (3) 2023-12-28, Northern Shoveler (1) 2024-02-19, Pacific Golden-Plover (89) 2024-02-19, Pectoral Sandpiper (1) 2021-09-23, Red Avadavat (3) 2023-01-17, Red Junglefowl (11) 2023-11-27, Red-billed Leiothrix (2) 2023-11-27, Red-crested Cardinal (99) 2024-02-19, Red-crowned Parrot (2) 2024-02-19, Red-vented Bulbul (105) 2024-02-19, Red-whiskered Bulbul (40) 2024-02-19, Ring-necked Duck (1) 2023-11-27, Rock Pigeon (6) 2024-02-04, Rose-ringed Parakeet (68) 2024-02-19, Ruddy Turnstone (23) 2023-12-28, Saffron Finch (72) 2024-02-20, Scaly-breasted Munia (7) 2023-09-29, Spotted Dove (106) 2024-02-19, Wandering Tattler (35) 2024-02-19, Warbling White-eye (79) 2024-02-19, Western Cattle Egret (102) 2024-02-19, White Tern (1) 2022-04-17, White-faced Ibis (2) 2024-02-19, White-rumped Shama (78) 2024-02-19, Yellow-fronted Canary (10) 2023-11-27, Zebra Dove (108) 2024-02-19" +21.37340033,-157.7408653,"American Wigeon (5) 2023-11-08, Black-crowned Night Heron (627) 2024-02-29, Black-necked Stilt (660) 2024-02-27, Blue-winged Teal (5) 2021-09-13, Canvasback (66) 2024-02-24, Chestnut Munia (200) 2024-01-27, Chinese Hwamei (2) 2020-06-03, Common Gallinule (808) 2024-02-29, Common Myna (688) 2024-02-29, Common Waxbill (315) 2024-02-19, Domestic Glaucous-winged Gull (30) 2023-03-03, Gray Francolin (1) 2019-11-09, Great Frigatebird (14) 2023-08-01, Greater Scaup (16) 2024-02-18, Green-winged Teal (1) 2022-12-20, Hawaiian Coot (930) 2024-02-29, House Finch (304) 2024-02-22, House Sparrow (52) 2024-02-19, Java Sparrow (326) 2024-02-27, Lesser Scaup (94) 2024-02-27, Feral Mallard (598) 2024-02-27, Northern Cardinal (134) 2024-01-27, Northern Pintail (17) 2022-12-20, Northern Shoveler (132) 2024-02-27, Pacific Golden-Plover (427) 2024-02-27, Red Avadavat (4) 2023-12-10, Red Junglefowl (41) 2024-02-19, Red-billed Leiothrix (6) 2021-12-22, Red-crested Cardinal (464) 2024-02-27, Red-vented Bulbul (682) 2024-02-29, Red-whiskered Bulbul (325) 2024-02-27, Ring-necked Duck (11) 2024-01-01, Rock Pigeon (322) 2024-02-19, Rose-ringed Parakeet (20) 2024-02-22, Saffron Finch (11) 2024-02-11, Scaly-breasted Munia (84) 2024-02-25, Short-eared Owl (1) 2021-12-17, Spotted Dove (646) 2024-02-27, Wandering Tattler (26) 2024-01-07, Warbling White-eye (410) 2024-02-22, Western Cattle Egret (696) 2024-02-29, White Tern (3) 2023-06-11, White-rumped Shama (41) 2024-02-29, Zebra Dove (617) 2024-02-29" +21.28292455,-157.7223612,"African Silverbill (1) 2022-03-26, Black-crowned Night Heron (75) 2024-02-21, Black-necked Stilt (421) 2024-02-27, Brown Booby (6) 2022-02-18, Chestnut Munia (2) 2022-02-25, Common Gallinule (120) 2023-12-02, Common Myna (435) 2024-02-25, Common Waxbill (117) 2024-01-21, Glaucous-winged Gull (2) 2021-02-07, Great Egret (2) 2021-01-26, Great Frigatebird (10) 2023-09-24, Hawaiian Coot (4) 2022-09-10, House Finch (161) 2024-01-18, House Sparrow (138) 2024-02-11, Java Sparrow (95) 2024-02-25, Feral Mallard (591) 2024-02-27, Masked Booby (5) 2020-02-23, Muscovy Duck (20) 2024-01-29, Northern Cardinal (63) 2024-02-11, Northern Pintail (3) 2020-02-07, Pacific Golden-Plover (489) 2024-02-24, Peregrine Falcon (1) 2021-01-31, Red Junglefowl (16) 2024-01-18, Red-billed Leiothrix (1) 2022-03-06, Red-billed Tropicbird (1) 2022-03-06, Red-crested Cardinal (372) 2024-02-25, Red-footed Booby (5) 2020-02-23, Red-masked Parakeet (1) 2019-02-01, Red-tailed Tropicbird (2) 2022-03-06, Red-vented Bulbul (333) 2024-02-25, Red-whiskered Bulbul (37) 2023-09-29, Rock Pigeon (98) 2023-12-27, Rose-ringed Parakeet (64) 2024-02-25, Ruddy Turnstone (367) 2024-02-24, Saffron Finch (1) 2022-03-06, Scaly-breasted Munia (7) 2023-03-07, Semipalmated Plover (10) 2023-11-28, Sooty Tern (8) 2022-03-06, Spotted Dove (373) 2024-02-25, Wandering Tattler (303) 2024-02-25, Warbling White-eye (175) 2024-01-18, Western Cattle Egret (472) 2024-02-25, White Tern (120) 2024-02-25, White-rumped Shama (8) 2022-03-06, White-tailed Tropicbird (1) 2021-06-18, Yellow-fronted Canary (2) 2023-05-23, Zebra Dove (469) 2024-02-25" +21.38292683,-157.8082994,"African Silverbill (3) 2023-10-17, Black Noddy (1) 2023-12-23, Black Swan (1) 2024-02-04, Black-crowned Night Heron (4) 2023-08-28, Chestnut Munia (156) 2024-02-27, Common Gallinule (3) 2023-06-23, Common Myna (236) 2024-02-27, Common Waxbill (195) 2024-02-27, Eurasian Wigeon (1) 2022-02-03, Gray Francolin (1) 2021-01-11, Great Frigatebird (1) 2021-07-26, Hawaiian Coot (122) 2023-11-28, House Finch (47) 2024-02-26, House Sparrow (22) 2024-02-26, Indian Peafowl (1) 2019-03-16, Japanese Bush Warbler (2) 2023-02-12, Java Sparrow (18) 2024-02-27, Laysan Albatross (1) 2022-02-03, Feral Mallard (95) 2024-02-26, Northern Cardinal (76) 2024-02-26, Northern Mockingbird (2) 2024-02-15, Oahu Amakihi (3) 2023-02-16, Orange-cheeked Waxbill (1) 2019-07-09, Pacific Golden-Plover (72) 2024-02-27, Red Junglefowl (41) 2024-02-26, Red-billed Leiothrix (119) 2024-02-24, Red-crested Cardinal (232) 2024-02-27, Red-vented Bulbul (216) 2024-02-27, Red-whiskered Bulbul (237) 2024-02-27, Rock Pigeon (29) 2024-02-27, Rose-ringed Parakeet (6) 2024-02-04, Saffron Finch (3) 2024-02-27, Sanderling (1) 2022-03-23, Scaly-breasted Munia (17) 2024-02-26, Short-eared Owl (1) 2022-12-26, Spotted Dove (212) 2024-02-26, Warbling White-eye (168) 2024-02-25, Western Cattle Egret (122) 2024-02-27, White Tern (1) 2023-11-07, White-rumped Shama (213) 2024-02-26, Yellow-fronted Canary (3) 2022-12-16, Zebra Dove (262) 2024-02-27" +21.43663113,-157.7403234,"American Wigeon (5) 2020-02-23, Black Noddy (9) 2023-03-31, Black-crowned Night Heron (51) 2024-02-16, Black-necked Stilt (70) 2024-02-20, Brant (10) 2024-02-20, Bristle-thighed Curlew (9) 2024-02-14, Brown Noddy (2) 2023-05-12, Cackling Goose (1) 2020-04-20, Caspian Tern (5) 2024-02-14, Chestnut Munia (2) 2019-03-02, Common Gallinule (19) 2024-02-13, Common Myna (34) 2024-01-29, Common Waxbill (26) 2024-02-13, Eurasian Wigeon (6) 2024-02-16, Gray Francolin (30) 2024-02-16, Great Frigatebird (10) 2024-01-17, Hawaiian Coot (52) 2024-02-20, House Finch (14) 2023-08-10, House Sparrow (4) 2022-07-17, Japanese Bush Warbler (1) 2020-02-23, Java Sparrow (11) 2024-01-17, Laughing Gull (11) 2024-02-20, Feral Mallard (43) 2024-01-17, Northern Cardinal (38) 2024-02-16, Northern Pintail (7) 2020-01-18, Northern Shoveler (23) 2024-02-16, Osprey (3) 2021-10-17, Pacific Golden-Plover (52) 2024-02-16, Red Avadavat (1) 2021-03-31, Red Junglefowl (1) 2022-12-26, Red-crested Cardinal (11) 2024-02-13, Red-footed Booby (6) 2023-10-24, Red-vented Bulbul (33) 2024-02-16, Red-whiskered Bulbul (9) 2024-02-13, Rock Pigeon (8) 2023-08-16, Ruddy Turnstone (31) 2024-02-16, Saffron Finch (1) 2021-11-07, Sanderling (10) 2024-01-17, Scaly-breasted Munia (4) 2023-04-13, Short-eared Owl (3) 2024-01-17, Spotted Dove (24) 2024-02-13, Wandering Tattler (32) 2024-02-16, Warbling White-eye (18) 2024-02-13, Wedge-tailed Shearwater (3) 2022-05-03, Western Cattle Egret (48) 2024-02-13, White-rumped Shama (19) 2023-10-26, Yellow-fronted Canary (1) 2022-12-26, Zebra Dove (29) 2024-02-13" +21.28262726,-157.6838112,"African Silverbill (1) 2023-03-04, Black Noddy (1) 2020-02-22, Black-crowned Night Heron (1) 2022-01-30, Black-necked Stilt (1) 2019-06-20, Brown Booby (10) 2024-02-12, Chestnut Munia (4) 2024-02-23, Chinese Hwamei (15) 2021-10-23, Common Gallinule (1) 2022-04-16, Common Myna (93) 2024-02-22, Common Waxbill (40) 2024-02-27, Gray Francolin (12) 2024-02-23, Great Frigatebird (6) 2024-02-19, Hawaiian Coot (1) 2022-04-16, House Finch (63) 2024-02-27, House Sparrow (11) 2023-09-05, Inca Tern (4) 2022-01-08, Japanese Bush Warbler (3) 2023-03-04, Java Sparrow (14) 2024-02-19, Laughing Gull (1) 2023-02-26, Laysan Albatross (1) 2022-01-30, Feral Mallard (3) 2022-04-16, Masked Booby (1) 2023-02-26, Northern Cardinal (87) 2024-02-27, Northern Mockingbird (3) 2024-02-22, Pacific Golden-Plover (86) 2024-02-27, Red Junglefowl (8) 2023-12-27, Red-billed Leiothrix (31) 2024-02-22, Red-billed Tropicbird (15) 2024-02-12, Red-crested Cardinal (103) 2024-02-27, Red-footed Booby (8) 2024-02-08, Red-tailed Tropicbird (36) 2024-02-22, Red-vented Bulbul (99) 2024-02-27, Red-whiskered Bulbul (32) 2024-02-22, Rock Pigeon (37) 2024-02-27, Rose-ringed Parakeet (2) 2023-09-05, Ruddy Turnstone (3) 2021-07-17, Saffron Finch (3) 2024-02-19, Scaly-breasted Munia (9) 2024-02-27, Sooty Tern (12) 2024-02-08, Spotted Dove (112) 2024-02-27, Wandering Tattler (6) 2021-07-17, Warbling White-eye (83) 2024-02-22, Wedge-tailed Shearwater (2) 2023-04-28, Western Cattle Egret (38) 2024-02-19, White Tern (17) 2023-07-23, White-rumped Shama (104) 2024-02-27, White-tailed Tropicbird (1) 2023-05-12, Yellow-fronted Canary (10) 2023-09-05, Zebra Dove (117) 2024-02-27" +21.40165242,-157.9046131,"African Silverbill (1) 2019-01-15, Apapane (152) 2024-02-24, Chestnut Munia (152) 2024-01-09, Chinese Hwamei (6) 2023-11-18, Common Myna (332) 2024-02-25, Common Waxbill (482) 2024-02-28, Gray Francolin (4) 2024-02-23, Great Frigatebird (1) 2021-08-13, Hawaiian Coot (1) 2021-08-13, Helmeted Guineafowl (7) 2021-07-13, House Finch (539) 2024-02-29, House Sparrow (27) 2023-12-17, Indian Peafowl (2) 2023-10-14, Japanese Bush Warbler (58) 2024-02-23, Java Sparrow (30) 2024-02-26, Feral Mallard (2) 2023-12-15, Mariana Swiftlet (20) 2023-10-06, Muscovy Duck (1) 2021-08-13, Northern Cardinal (384) 2024-02-29, Northern Mockingbird (6) 2023-07-08, Oahu Amakihi (687) 2024-02-29, Oahu Elepaio (341) 2024-02-29, Orange-cheeked Waxbill (1) 2023-07-01, Pacific Golden-Plover (247) 2024-02-25, Red Avadavat (5) 2023-11-09, Red Junglefowl (469) 2024-02-28, Red-billed Leiothrix (730) 2024-02-29, Red-crested Cardinal (563) 2024-02-29, Red-crowned Parrot (231) 2024-02-26, Red-masked Parakeet (4) 2023-11-09, Red-tailed Tropicbird (1) 2023-03-27, Red-vented Bulbul (687) 2024-02-29, Red-whiskered Bulbul (525) 2024-02-29, Ring-necked Pheasant (1) 2023-03-29, Rock Pigeon (18) 2023-12-28, Rose-ringed Parakeet (35) 2024-02-25, Saffron Finch (20) 2024-02-18, Scaly-breasted Munia (74) 2023-12-28, Spotted Dove (432) 2024-02-29, Wandering Tattler (1) 2022-12-04, Warbling White-eye (741) 2024-02-29, Western Cattle Egret (34) 2024-02-25, White Tern (1) 2021-08-13, White-rumped Shama (620) 2024-02-29, White-tailed Tropicbird (6) 2023-08-09, Yellow-fronted Canary (165) 2024-01-29, Zebra Dove (590) 2024-02-28" +21.40967644,-157.7598481,"African Silverbill (6) 2023-06-09, Barn Owl (2) 2024-01-17, Black-crowned Night Heron (152) 2024-02-28, Black-necked Stilt (91) 2023-10-25, Chestnut Munia (124) 2024-02-28, Common Gallinule (247) 2024-02-28, Common Myna (258) 2024-02-20, Common Waxbill (225) 2024-02-28, Eurasian Wigeon (1) 2021-12-13, Gray Francolin (2) 2024-02-19, Great Frigatebird (11) 2023-08-18, Hawaiian Coot (146) 2024-02-19, House Finch (82) 2024-02-28, House Sparrow (63) 2024-02-28, Indian Peafowl (1) 2021-03-21, Japanese Bush Warbler (39) 2024-01-27, Java Sparrow (164) 2024-02-28, Feral Mallard (281) 2024-02-28, Muscovy Duck (197) 2024-02-19, Northern Cardinal (189) 2024-02-28, Northern Harrier (1) 2022-11-22, Northern Mockingbird (3) 2024-02-20, Northern Pintail (2) 2021-12-13, Northern Shoveler (1) 2022-01-14, Orange-cheeked Waxbill (2) 2019-09-28, Pacific Golden-Plover (194) 2024-02-28, Red Avadavat (60) 2024-02-28, Red Junglefowl (133) 2024-02-28, Red-billed Leiothrix (14) 2024-02-18, Red-crested Cardinal (277) 2024-02-28, Red-vented Bulbul (254) 2024-02-28, Red-whiskered Bulbul (131) 2024-02-28, Ring-necked Duck (2) 2023-12-07, Rock Pigeon (238) 2024-02-28, Rose-ringed Parakeet (2) 2022-07-02, Ruddy Turnstone (3) 2023-10-24, Saffron Finch (9) 2024-01-17, Sanderling (1) 2023-02-20, Scaly-breasted Munia (103) 2024-02-20, Spotted Dove (207) 2024-02-28, Wandering Tattler (8) 2023-03-25, Warbling White-eye (120) 2024-02-28, Western Cattle Egret (257) 2024-02-28, White Tern (4) 2023-10-25, White-rumped Shama (71) 2024-02-20, White-tailed Tropicbird (3) 2024-02-20, Yellow-fronted Canary (1) 2022-11-22, Zebra Dove (272) 2024-02-28" +21.44566364,-157.7402457,"Black Noddy (4) 2023-11-01, Black-crowned Night Heron (5) 2024-02-20, Black-necked Stilt (18) 2024-02-20, Brant (1) 2024-02-20, Bristle-thighed Curlew (1) 2021-04-13, Brown Booby (8) 2024-01-25, Brown Noddy (2) 2023-11-01, Chestnut Munia (3) 2021-05-23, Common Gallinule (3) 2023-11-27, Common Myna (44) 2024-01-25, Common Tern (1) 2019-10-23, Common Waxbill (27) 2024-02-20, Gray Francolin (13) 2024-01-24, Great Frigatebird (17) 2024-01-24, Hawaiian Coot (5) 2024-02-20, House Finch (10) 2023-11-27, House Sparrow (6) 2024-02-20, Indian Peafowl (1) 2019-02-24, Java Sparrow (13) 2024-02-20, Laughing Gull (1) 2024-02-20, Feral Mallard (7) 2024-01-25, Masked Booby (4) 2023-11-01, Muscovy Duck (1) 2021-04-07, Northern Cardinal (14) 2024-02-20, Northern Shoveler (2) 2023-11-27, Orange-cheeked Waxbill (1) 2020-02-23, Pacific Golden-Plover (31) 2024-02-20, Peregrine Falcon (2) 2021-01-03, Red Avadavat (10) 2023-01-01, Red-crested Cardinal (23) 2024-02-20, Red-footed Booby (7) 2024-02-20, Red-vented Bulbul (23) 2024-02-20, Red-whiskered Bulbul (9) 2023-11-27, Rock Pigeon (12) 2024-01-24, Rose-ringed Parakeet (1) 2020-12-25, Ruddy Turnstone (7) 2024-01-25, Saffron Finch (11) 2023-01-01, Sanderling (3) 2023-11-27, Scaly-breasted Munia (9) 2023-01-01, Short-eared Owl (1) 2020-03-22, Sooty Tern (3) 2023-11-01, Spotted Dove (10) 2024-01-24, Wandering Tattler (5) 2024-02-20, Warbling White-eye (11) 2023-11-27, Wedge-tailed Shearwater (2) 2024-01-25, Western Cattle Egret (34) 2024-01-24, White-rumped Shama (2) 2024-02-20, Zebra Dove (28) 2024-01-25" +21.57517709,-158.2413503,"African Silverbill (22) 2023-07-23, Black Francolin (6) 2020-11-21, Black-crowned Night Heron (5) 2019-07-14, Black-footed Albatross (6) 2022-03-06, Black-necked Stilt (3) 2022-04-03, Brown Booby (32) 2023-12-24, Brown Noddy (4) 2023-10-05, Chestnut Munia (3) 2021-06-30, Common Myna (198) 2024-02-28, Common Waxbill (131) 2024-02-23, Erckel's Spurfowl (80) 2024-02-28, Glaucous-winged Gull (8) 2021-12-12, Gray Francolin (77) 2023-12-15, Great Frigatebird (9) 2023-06-03, House Finch (69) 2024-02-23, House Sparrow (4) 2021-12-05, Indian Peafowl (3) 2022-04-03, Java Sparrow (5) 2022-12-04, Laysan Albatross (117) 2024-02-28, Feral Mallard (1) 2021-12-05, Masked Booby (2) 2019-03-10, Mourning Dove (1) 2019-07-08, Northern Cardinal (82) 2024-02-23, Northern Mockingbird (7) 2020-01-29, Northern Pintail (2) 2023-10-05, Pacific Golden-Plover (125) 2024-02-23, Red Avadavat (3) 2023-11-20, Red Junglefowl (7) 2022-04-03, Red-billed Leiothrix (4) 2024-02-22, Red-crested Cardinal (157) 2024-02-28, Red-footed Booby (15) 2023-12-24, Red-tailed Tropicbird (4) 2023-05-28, Red-vented Bulbul (193) 2024-02-28, Red-whiskered Bulbul (56) 2024-02-11, Ring-necked Pheasant (3) 2024-02-09, Rock Pigeon (14) 2023-06-02, Ruddy Turnstone (1) 2021-11-30, Saffron Finch (20) 2024-02-09, Scaly-breasted Munia (12) 2023-12-15, Snow Goose (10) 2020-03-08, Spotted Dove (148) 2024-02-28, Wandering Tattler (65) 2023-10-07, Warbling White-eye (108) 2023-12-24, Wedge-tailed Shearwater (22) 2023-12-15, Western Cattle Egret (8) 2022-04-03, White-rumped Shama (20) 2024-02-23, White-tailed Tropicbird (5) 2022-11-08, Yellow-fronted Canary (4) 2023-12-08, Zebra Dove (181) 2024-02-28" +21.64561579,-157.912444,"Black Francolin (1) 2019-07-14, Black Noddy (14) 2022-12-03, Black-crowned Night Heron (3) 2023-01-24, Black-footed Albatross (1) 2023-12-29, Black-necked Stilt (4) 2022-06-19, Bristle-thighed Curlew (2) 2021-05-26, Brown Booby (102) 2024-02-28, Brown Noddy (73) 2024-02-28, Chestnut Munia (5) 2023-11-24, Common Myna (112) 2024-02-28, Common Waxbill (15) 2024-02-23, Glaucous-winged Gull (3) 2020-11-22, Great Frigatebird (13) 2023-11-03, Hawaiian Coot (3) 2022-06-19, House Finch (7) 2024-02-23, House Sparrow (44) 2024-02-23, Indian Peafowl (2) 2019-11-05, Java Sparrow (7) 2023-11-24, Laysan Albatross (26) 2024-02-26, Feral Mallard (5) 2023-12-25, Masked Booby (50) 2024-02-26, Muscovy Duck (1) 2019-07-14, Northern Cardinal (3) 2024-01-27, Pacific Golden-Plover (84) 2024-02-28, Red Junglefowl (17) 2024-02-27, Red-crested Cardinal (33) 2024-02-28, Red-footed Booby (97) 2024-02-28, Red-vented Bulbul (42) 2024-02-23, Red-whiskered Bulbul (24) 2024-02-23, Rock Pigeon (7) 2023-01-24, Rose-ringed Parakeet (1) 2021-04-10, Ruddy Turnstone (22) 2023-03-12, Saffron Finch (13) 2023-10-14, Sanderling (2) 2023-06-15, Scaly-breasted Munia (1) 2023-11-24, Sooty Tern (38) 2024-01-14, Spotted Dove (43) 2024-02-27, Wandering Tattler (25) 2024-02-28, Warbling White-eye (9) 2024-01-27, Wedge-tailed Shearwater (53) 2023-11-22, Western Cattle Egret (15) 2024-01-03, White Tern (1) 2021-04-10, White-rumped Shama (4) 2023-11-03, White-tailed Tropicbird (4) 2021-04-10, Yellow-fronted Canary (2) 2021-04-10, Zebra Dove (56) 2024-02-27" +21.70927717,-157.9796354,"Black Noddy (1) 2022-02-23, Black-crowned Night Heron (9) 2023-08-20, Black-footed Albatross (2) 2024-02-10, Black-necked Stilt (10) 2023-04-11, Bristle-thighed Curlew (7) 2023-04-11, Brown Booby (7) 2024-02-10, Brown Noddy (3) 2023-06-22, Cackling Goose (4) 2021-02-25, Chestnut Munia (2) 2023-03-12, Chinese Hwamei (1) 2019-03-06, Common Gallinule (15) 2023-04-11, Common Myna (25) 2024-02-19, Common Waxbill (22) 2024-02-19, Erckel's Spurfowl (1) 2021-12-25, Gray Francolin (6) 2024-02-19, Great Frigatebird (3) 2023-06-22, Hawaiian Coot (5) 2023-04-11, House Finch (17) 2024-02-19, House Sparrow (1) 2023-04-11, Indian Peafowl (2) 2022-01-07, Japanese Bush Warbler (1) 2020-12-23, Java Sparrow (4) 2024-02-19, Laysan Albatross (30) 2024-02-19, Feral Mallard (6) 2024-02-19, Masked Booby (6) 2024-02-06, Muscovy Duck (5) 2023-04-11, Northern Cardinal (18) 2024-02-19, Pacific Golden-Plover (27) 2024-02-19, Red Junglefowl (5) 2023-04-11, Red-billed Leiothrix (17) 2024-02-19, Red-crested Cardinal (29) 2024-02-19, Red-footed Booby (5) 2023-06-22, Red-vented Bulbul (22) 2024-02-19, Red-whiskered Bulbul (15) 2024-02-19, Rock Pigeon (2) 2023-04-11, Ruddy Turnstone (6) 2024-02-06, Saffron Finch (10) 2024-02-19, Sanderling (8) 2024-02-19, Scaly-breasted Munia (1) 2022-11-22, Sooty Tern (3) 2024-02-06, Spotted Dove (23) 2024-02-19, Wandering Tattler (11) 2023-06-22, Warbling White-eye (20) 2024-02-19, Wedge-tailed Shearwater (5) 2023-06-22, Western Cattle Egret (23) 2024-02-19, White-rumped Shama (20) 2024-02-19, White-tailed Tropicbird (1) 2022-04-17, Yellow-fronted Canary (1) 2019-06-05, Zebra Dove (25) 2024-02-19" +21.2654946,-157.809248,"African Silverbill (26) 2024-01-02, Barn Owl (3) 2022-08-15, Black-crowned Night Heron (6) 2022-05-15, Brown Booby (2) 2024-01-02, Brown Noddy (1) 2019-09-07, Chestnut Munia (41) 2024-02-21, Common Myna (337) 2024-02-27, Common Waxbill (296) 2024-02-28, Erckel's Spurfowl (1) 2019-11-05, Eurasian Skylark (1) 2019-04-16, Gray Francolin (32) 2024-02-28, Great Frigatebird (18) 2024-01-21, Hawaiian Coot (1) 2022-11-03, Helmeted Guineafowl (1) 2019-04-16, House Finch (107) 2024-02-28, House Sparrow (269) 2024-02-27, Indian Peafowl (1) 2019-05-11, Japanese Bush Warbler (3) 2023-04-25, Java Sparrow (171) 2024-02-28, Feral Mallard (10) 2023-08-07, Masked Booby (1) 2019-09-07, Northern Cardinal (39) 2024-02-22, Northern Mockingbird (9) 2024-01-21, Pacific Golden-Plover (186) 2024-02-28, Peregrine Falcon (1) 2023-02-24, Red Avadavat (2) 2019-10-13, Red Junglefowl (62) 2024-02-27, Red-billed Leiothrix (7) 2023-02-20, Red-crested Cardinal (352) 2024-02-28, Red-footed Booby (1) 2019-09-07, Red-masked Parakeet (7) 2023-05-15, Red-tailed Tropicbird (6) 2022-08-18, Red-vented Bulbul (363) 2024-02-28, Red-whiskered Bulbul (33) 2024-02-02, Rock Pigeon (100) 2024-02-28, Rose-ringed Parakeet (73) 2024-02-27, Saffron Finch (42) 2024-02-14, Scaly-breasted Munia (52) 2024-02-16, Short-eared Owl (1) 2023-03-09, Sooty Shearwater (1) 2023-04-10, Sooty Tern (2) 2023-12-18, Spotted Dove (312) 2024-02-28, Wandering Tattler (1) 2022-08-18, Warbling White-eye (199) 2024-02-27, Wedge-tailed Shearwater (2) 2019-09-07, Western Cattle Egret (111) 2024-02-26, White Tern (163) 2024-02-21, White-rumped Shama (94) 2024-02-21, White-tailed Tropicbird (2) 2021-08-14, Yellow-fronted Canary (116) 2024-02-27, Zebra Dove (375) 2024-02-28" +21.2735944,-157.6838913,"African Silverbill (9) 2022-08-07, Arctic Tern (1) 2019-05-29, Band-rumped Storm-Petrel (1) 2020-03-20, Black Noddy (23) 2023-02-16, Black-footed Albatross (7) 2023-03-03, Bristle-thighed Curlew (2) 2019-09-11, Brown Booby (391) 2024-02-27, Brown Noddy (64) 2023-08-08, Common Myna (283) 2024-02-20, Common Waxbill (21) 2024-02-27, Glaucous-winged Gull (2) 2021-01-01, Gray Francolin (3) 2023-03-05, Gray-backed Tern (1) 2020-08-06, Great Frigatebird (149) 2024-02-25, House Finch (68) 2024-02-12, House Sparrow (9) 2023-03-22, Inca Tern (32) 2022-01-08, Java Sparrow (4) 2023-02-15, Laughing Gull (5) 2024-02-01, Laysan Albatross (5) 2024-02-11, Masked Booby (50) 2024-02-27, Newell's Shearwater (9) 2021-09-29, Northern Cardinal (4) 2022-02-09, Northern Mockingbird (3) 2024-01-26, Pacific Golden-Plover (147) 2024-02-06, Pectoral Sandpiper (1) 2021-09-26, Red Junglefowl (1) 2023-02-16, Red-billed Tropicbird (216) 2024-02-27, Red-crested Cardinal (67) 2023-07-07, Red-footed Booby (428) 2024-02-29, Red-tailed Tropicbird (949) 2024-02-29, Red-vented Bulbul (90) 2024-02-27, Red-whiskered Bulbul (4) 2023-12-19, Rock Pigeon (956) 2024-02-29, Ruddy Turnstone (170) 2024-01-17, Saffron Finch (1) 2020-03-04, Scaly-breasted Munia (3) 2022-06-25, Short-eared Owl (1) 2019-07-07, Sooty Shearwater (1) 2019-10-24, Sooty Tern (536) 2024-02-29, Spotted Dove (58) 2023-05-03, Wandering Tattler (277) 2024-02-12, Warbling White-eye (8) 2024-02-12, Wedge-tailed Shearwater (162) 2024-01-23, Western Cattle Egret (37) 2024-02-27, White Tern (293) 2024-02-02, White-rumped Shama (2) 2022-02-09, White-tailed Tropicbird (67) 2024-01-20, Zebra Dove (212) 2024-02-25" +21.30957318,-157.6642915,"African Silverbill (75) 2023-08-08, American Wigeon (1) 2022-11-13, Black Noddy (20) 2024-01-01, Black-crowned Night Heron (25) 2023-06-24, Black-necked Stilt (2) 2022-02-06, Brown Booby (281) 2024-02-25, Brown Noddy (119) 2023-12-14, Bulwer's Petrel (2) 2022-08-22, Chestnut Munia (2) 2023-09-22, Common Myna (398) 2024-02-27, Common Waxbill (68) 2024-01-21, Gray Francolin (1) 2022-02-06, Great Frigatebird (104) 2024-01-29, House Finch (71) 2024-01-27, House Sparrow (126) 2024-02-25, Indian Peafowl (1) 2023-12-28, Japanese Bush Warbler (1) 2022-02-06, Java Sparrow (5) 2023-02-22, Laysan Albatross (19) 2023-12-18, Feral Mallard (2) 2023-02-22, Masked Booby (90) 2024-02-02, Northern Cardinal (4) 2023-03-10, Northern Mockingbird (1) 2022-11-13, Pacific Golden-Plover (170) 2024-02-19, Pectoral Sandpiper (1) 2019-09-17, Peregrine Falcon (5) 2019-03-19, Red Junglefowl (28) 2023-05-18, Red-crested Cardinal (172) 2024-02-25, Red-footed Booby (546) 2024-02-28, Red-tailed Tropicbird (124) 2024-01-23, Red-vented Bulbul (184) 2024-02-22, Red-whiskered Bulbul (5) 2022-03-26, Rock Pigeon (137) 2024-02-22, Rose-ringed Parakeet (2) 2022-03-26, Rosy-faced Lovebird (1) 2020-06-08, Ruddy Turnstone (4) 2023-02-07, Saffron Finch (1) 2022-11-13, Scaly-breasted Munia (5) 2024-02-19, Sooty Shearwater (10) 2021-09-28, Sooty Tern (375) 2024-02-28, Spotted Dove (273) 2024-02-19, Wandering Tattler (108) 2024-01-27, Warbling White-eye (22) 2024-02-19, Wedge-tailed Shearwater (180) 2024-01-01, Western Cattle Egret (142) 2024-02-22, White Tern (40) 2024-02-18, White-faced Ibis (1) 2022-11-13, White-rumped Shama (3) 2023-10-21, White-tailed Tropicbird (12) 2024-01-01, Yellow-fronted Canary (7) 2020-01-29, Zebra Dove (355) 2024-02-27" +21.38407259,-157.981909,"African Silverbill (10) 2023-03-24, American Wigeon (26) 2023-03-25, Barn Owl (1) 2023-08-28, Black-crowned Night Heron (114) 2024-02-21, Black-necked Stilt (138) 2024-02-21, Blue-winged Teal (9) 2021-04-22, Chestnut Munia (25) 2024-02-19, Common Gallinule (73) 2024-01-01, Common Myna (42) 2024-02-21, Common Waxbill (63) 2024-02-21, Dunlin (25) 2023-02-26, Eurasian Wigeon (18) 2023-03-25, Gadwall (3) 2023-01-18, Gray Francolin (96) 2024-01-08, Greater Scaup (9) 2022-03-04, Green-winged Teal (3) 2023-03-18, Hawaiian Coot (140) 2024-02-21, House Finch (14) 2024-02-21, House Sparrow (8) 2024-02-19, Java Sparrow (14) 2024-02-19, Least Tern (7) 2022-11-09, Lesser Scaup (13) 2022-01-02, Lesser Yellowlegs (1) 2023-11-19, Long-billed Dowitcher (10) 2023-01-02, Feral Mallard (87) 2024-01-08, Mourning Dove (2) 2022-11-05, Muscovy Duck (1) 2021-10-27, Northern Cardinal (54) 2024-01-01, Northern Pintail (21) 2023-02-12, Northern Shoveler (12) 2023-03-25, Pacific Golden-Plover (138) 2024-02-21, Pectoral Sandpiper (3) 2021-10-23, Red Avadavat (1) 2023-02-16, Red Junglefowl (5) 2023-11-19, Red-crested Cardinal (45) 2024-02-21, Red-vented Bulbul (74) 2024-01-01, Red-whiskered Bulbul (20) 2024-02-21, Ring-necked Duck (3) 2019-11-24, Rock Pigeon (10) 2024-02-19, Rose-ringed Parakeet (19) 2024-01-01, Ruddy Turnstone (117) 2024-01-01, Saffron Finch (13) 2024-02-21, Sanderling (48) 2024-01-01, Scaly-breasted Munia (8) 2023-01-18, Spotted Dove (97) 2024-02-21, Wandering Tattler (72) 2023-11-19, Warbling White-eye (66) 2024-02-21, Western Cattle Egret (93) 2024-02-19, White Tern (1) 2022-10-21, White-faced Ibis (3) 2022-11-22, White-rumped Shama (66) 2024-01-01, Zebra Dove (72) 2024-02-21" +21.42774248,-157.7596956,"African Silverbill (10) 2024-02-10, American Wigeon (36) 2024-02-19, Black Noddy (103) 2023-10-27, Black-bellied Plover (7) 2023-01-22, Black-crowned Night Heron (166) 2024-02-10, Black-necked Stilt (213) 2024-02-19, Brant (24) 2024-02-06, Bristle-thighed Curlew (17) 2023-03-31, Brown Noddy (4) 2019-08-18, Caspian Tern (57) 2024-02-10, Chestnut Munia (33) 2024-02-19, Common Gallinule (4) 2023-04-24, Common Myna (130) 2024-02-19, Common Waxbill (145) 2024-02-19, Eurasian Wigeon (35) 2024-02-19, Gray Francolin (40) 2024-02-19, Great Frigatebird (77) 2023-06-03, Hawaiian Coot (48) 2024-02-19, House Finch (146) 2024-02-10, House Sparrow (12) 2023-04-24, Java Sparrow (71) 2024-02-19, Laughing Gull (14) 2024-02-19, Feral Mallard (113) 2024-02-10, Muscovy Duck (1) 2020-01-19, Northern Cardinal (133) 2024-02-10, Northern Mockingbird (1) 2024-02-19, Northern Pintail (25) 2024-02-19, Northern Shoveler (6) 2023-01-22, Pacific Golden-Plover (154) 2024-02-19, Red Avadavat (5) 2021-10-15, Red Junglefowl (13) 2024-02-06, Red-billed Leiothrix (23) 2024-02-19, Red-crested Cardinal (146) 2024-02-19, Red-footed Booby (1) 2019-03-13, Red-tailed Tropicbird (1) 2022-08-25, Red-vented Bulbul (144) 2024-02-19, Red-whiskered Bulbul (49) 2024-02-10, Rock Pigeon (33) 2024-02-19, Ruddy Turnstone (24) 2024-02-10, Saffron Finch (4) 2024-02-19, Sanderling (12) 2024-01-01, Scaly-breasted Munia (80) 2024-02-06, Short-eared Owl (2) 2023-02-07, Sooty Tern (3) 2023-01-22, Spotted Dove (94) 2024-02-19, Wandering Tattler (91) 2024-02-10, Warbling White-eye (165) 2024-02-19, Western Cattle Egret (211) 2024-02-19, White-rumped Shama (180) 2024-02-10, Yellow-fronted Canary (25) 2023-03-31, Zebra Dove (186) 2024-02-19" +21.30949596,-157.654652,"African Silverbill (22) 2023-08-02, Black Noddy (10) 2023-11-02, Black-crowned Night Heron (3) 2022-04-24, Black-necked Stilt (6) 2022-04-19, Brown Booby (150) 2024-02-25, Brown Noddy (33) 2023-11-24, Chestnut Munia (3) 2023-10-22, Common Myna (332) 2024-02-27, Common Waxbill (62) 2024-02-20, Eurasian Skylark (1) 2022-03-27, Gray-backed Tern (2) 2022-12-14, Great Frigatebird (190) 2024-02-05, House Finch (47) 2023-11-23, House Sparrow (15) 2023-07-07, Japanese Bush Warbler (4) 2021-07-22, Java Sparrow (14) 2023-04-28, Laysan Albatross (6) 2023-06-13, Feral Mallard (2) 2021-04-25, Masked Booby (60) 2024-02-05, Northern Cardinal (16) 2022-06-16, Northern Mockingbird (6) 2022-10-21, Pacific Golden-Plover (15) 2024-02-24, Red Avadavat (1) 2023-04-29, Red Junglefowl (4) 2022-01-02, Red-billed Leiothrix (2) 2020-01-22, Red-billed Tropicbird (4) 2023-03-13, Red-crested Cardinal (178) 2024-02-19, Red-footed Booby (389) 2024-02-27, Red-tailed Tropicbird (179) 2024-02-25, Red-vented Bulbul (206) 2024-02-27, Red-whiskered Bulbul (9) 2023-10-22, Rock Pigeon (191) 2024-02-25, Rose-ringed Parakeet (2) 2023-02-25, Ruddy Turnstone (6) 2023-01-20, Saffron Finch (1) 2021-12-18, Sanderling (1) 2021-11-17, Scaly-breasted Munia (5) 2023-03-17, Sooty Tern (261) 2024-02-27, Spotted Dove (137) 2024-02-24, Wandering Tattler (18) 2023-08-02, Warbling White-eye (48) 2024-01-18, Wedge-tailed Shearwater (98) 2023-11-04, Western Cattle Egret (47) 2023-12-06, White Tern (62) 2024-02-24, White-rumped Shama (5) 2023-10-18, White-tailed Tropicbird (49) 2024-02-20, Yellow-fronted Canary (4) 2023-03-05, Zebra Dove (295) 2024-02-27" +21.33063251,-158.117271,"African Silverbill (7) 2023-06-02, American Wigeon (2) 2022-12-01, Black Francolin (7) 2022-07-07, Black Swan (36) 2024-02-09, Black-crowned Night Heron (63) 2024-02-16, Black-necked Stilt (56) 2024-02-06, Brown Booby (14) 2024-01-20, Chestnut Munia (60) 2023-07-20, Common Gallinule (1) 2023-04-22, Common Myna (346) 2024-02-09, Common Waxbill (180) 2024-02-09, Eurasian Skylark (4) 2023-02-08, Gray Francolin (62) 2023-06-02, Great Frigatebird (7) 2022-07-11, Hawaiian Coot (66) 2024-02-09, House Finch (153) 2024-01-20, House Sparrow (117) 2024-02-06, Japanese Bush Warbler (1) 2020-03-04, Java Sparrow (76) 2024-02-06, Long-billed Dowitcher (2) 2022-11-30, Feral Mallard (63) 2024-02-0, Muscovy Duck (25) 2024-01-02, Northern Cardinal (29) 2023-06-02, Northern Mockingbird (11) 2023-01-21, Northern Shoveler (1) 2024-01-20, Pacific Golden-Plover (246) 2024-02-09, Peregrine Falcon (1) 2020-03-02, Red Avadavat (7) 2022-08-31, Red Junglefowl (5) 2024-02-06, Red-billed Leiothrix (2) 2024-01-20, Red-crested Cardinal (255) 2024-02-09, Red-footed Booby (2) 2020-03-01, Red-vented Bulbul (229) 2024-02-09, Red-whiskered Bulbul (18) 2024-01-20, Rock Pigeon (13) 2023-06-10, Rose-ringed Parakeet (2) 2023-04-09, Ruddy Turnstone (86) 2024-02-09, Saffron Finch (216) 2024-02-09, Sanderling (2) 2022-09-22, Scaly-breasted Munia (8) 2023-12-02, Short-eared Owl (1) 2023-01-10, Snow Goose (3) 2021-02-11, Sooty Tern (1) 2020-03-04, Spotted Dove (191) 2024-02-09, Wandering Tattler (27) 2023-10-19, Warbling White-eye (102) 2024-02-06, Wedge-tailed Shearwater (1) 2022-07-11, Western Cattle Egret (154) 2024-02-09, White Tern (1) 2022-11-06, White-rumped Shama (13) 2023-01-16, Yellow-fronted Canary (23) 2023-06-20, Zebra Dove (317) 2024-02-09" +21.39146651,-157.7407107,"Black-crowned Night Heron (320) 2024-02-20, Black-necked Stilt (400) 2024-02-20, Bristle-thighed Curlew (1) 2022-09-29, Brown Booby (1) 2021-01-12, Chestnut Munia (10) 2023-12-10, Common Gallinule (376) 2024-02-20, Common Myna (237) 2024-02-20, Common Waxbill (129) 2024-02-19, Eurasian Skylark (1) 2022-09-29, Gray Francolin (2) 2023-12-10, Great Frigatebird (8) 2023-07-17, Green-winged Teal (4) 2021-07-19, Hawaiian Coot (441) 2024-02-20, House Finch (80) 2024-02-10, House Sparrow (149) 2024-02-19, Indian Peafowl (1) 2022-12-18, Java Sparrow (61) 2024-02-20, Laughing Gull (3) 2021-04-14, Feral Mallard (352) 2024-02-20, Muscovy Duck (22) 2023-12-31, Northern Cardinal (64) 2024-02-18, Northern Mockingbird (2) 2021-11-29, Northern Pintail (16) 2022-12-26, Northern Shoveler (4) 2022-03-07, Pacific Golden-Plover (218) 2024-02-09, Pectoral Sandpiper (1) 2020-09-27, Peregrine Falcon (1) 2022-10-15, Red Avadavat (4) 2023-12-10, Red Junglefowl (189) 2024-02-20, Red-crested Cardinal (180) 2024-02-20, Red-tailed Tropicbird (1) 2021-05-04, Red-vented Bulbul (179) 2024-02-18, Red-whiskered Bulbul (52) 2024-02-18, Ring-necked Duck (8) 2023-11-10, Rock Pigeon (246) 2024-02-20, Rose-ringed Parakeet (2) 2024-02-08, Ruddy Turnstone (59) 2023-12-31, Saffron Finch (3) 2023-12-10, Sanderling (3) 2023-01-08, Scaly-breasted Munia (65) 2023-12-10, Sooty Tern (1) 2022-12-18, Spotted Dove (196) 2024-02-20, Wandering Tattler (124) 2024-02-03, Warbling White-eye (111) 2024-02-09, Wedge-tailed Shearwater (1) 2022-09-29, Western Cattle Egret (301) 2024-02-20, White Tern (1) 2019-11-04, White-faced Ibis (1) 2021-10-14, White-rumped Shama (22) 2023-11-17, Wilson's Snipe (1) 2021-11-15, Yellow-fronted Canary (5) 2024-01-26, Zebra Dove (274) 2024-02-20" +21.28255152,-157.6741736,"African Silverbill (4) 2023-07-27, Black Noddy (3) 2023-04-08, Black-crowned Night Heron (2) 2022-10-11, Black-footed Albatross (3) 2024-02-23, Black-necked Stilt (1) 2022-06-02, Brown Booby (356) 2024-02-29, Brown Noddy (46) 2024-01-17, Chestnut Munia (2) 2022-07-22, Common Myna (156) 2024-02-23, Common Waxbill (42) 2023-12-03, Gray-backed Tern (4) 2024-02-06, Great Frigatebird (153) 2024-02-23, Herring Gull (2) 2020-01-16, House Finch (39) 2024-02-12, House Sparrow (25) 2024-02-23, Inca Tern (71) 2022-01-03, Indian Peafowl (1) 2022-03-25, Java Sparrow (45) 2023-12-03, Laughing Gull (13) 2024-02-02, Laysan Albatross (15) 2024-02-02, Feral Mallard (1) 2022-06-02, Masked Booby (61) 2024-02-29, Northern Cardinal (6) 2023-03-14, Northern Mockingbird (1) 2023-03-10, Pacific Golden-Plover (140) 2024-02-23, Red Avadavat (2) 2023-12-03, Red Junglefowl (13) 2023-03-08, Red-billed Leiothrix (1) 2021-03-11, Red-billed Tropicbird (244) 2024-02-29, Red-crested Cardinal (114) 2024-02-23, Red-footed Booby (314) 2024-02-29, Red-tailed Tropicbird (652) 2024-02-29, Red-vented Bulbul (98) 2024-02-29, Red-whiskered Bulbul (3) 2022-06-15, Rock Pigeon (614) 2024-02-29, Ruddy Turnstone (90) 2024-01-27, Saffron Finch (5) 2024-02-23, Sanderling (1) 2021-12-04, Scaly-breasted Munia (3) 2022-07-27, Snow Goose (2) 2021-05-10, Sooty Shearwater (3) 2023-05-17, Sooty Tern (401) 2024-02-29, Spotted Dove (68) 2024-02-29, Wandering Tattler (182) 2024-02-23, Warbling White-eye (7) 2023-04-29, Wedge-tailed Shearwater (73) 2024-01-12, Western Cattle Egret (107) 2024-02-23, White Tern (213) 2024-02-29, White-rumped Shama (2) 2024-01-26, White-tailed Tropicbird (81) 2024-02-20, Zebra Dove (153) 2024-02-29" +21.37515436,-158.0012607,"African Silverbill (27) 2023-02-05, American Wigeon (2) 2022-04-03, Black-crowned Night Heron (149) 2024-01-01, Black-necked Stilt (245) 2024-02-11, Chestnut Munia (35) 2023-10-08, Common Gallinule (151) 2024-01-10, Common Myna (163) 2023-12-31, Common Snipe (5) 2020-02-23, Common Tern (5) 2024-02-20, Common Waxbill (178) 2024-02-11, Common/Wilson's Snipe (1) 2022-11-22, Dunlin (38) 2023-01-18, Gray Francolin (62) 2024-02-11, Greater White-fronted Goose (1) 2020-10-13, Green-winged Teal (27) 2020-03-14, Hawaiian Coot (177) 2024-01-10, House Finch (85) 2024-01-01, House Sparrow (50) 2024-01-10, Java Sparrow (62) 2023-02-20, Laughing Gull (16) 2021-04-06, Lesser Scaup (2) 2019-12-03, Lesser Yellowlegs (5) 2024-01-01, Long-billed Dowitcher (33) 2024-02-20, Feral Mallard (185) 2024-02-11, Mourning Dove (2) 2020-10-25, Muscovy Duck (1) 2023-02-20, Northern Cardinal (124) 2024-02-11, Northern Mockingbird (1) 2020-02-24, Northern Pintail (24) 2022-03-14, Northern Shoveler (8) 2024-01-10, Pacific Golden-Plover (217) 2024-02-11, Pectoral Sandpiper (4) 2021-04-04, Red Avadavat (10) 2023-03-20, Red Junglefowl (28) 2024-01-01, Red-crested Cardinal (147) 2024-02-11, Red-vented Bulbul (222) 2024-01-01, Red-whiskered Bulbul (49) 2024-01-07, Rock Pigeon (63) 2024-01-01, Rose-ringed Parakeet (52) 2024-02-11, Ruddy Turnstone (145) 2024-02-11, Ruff (9) 2020-09-18, Saffron Finch (48) 2023-10-23, Sanderling (114) 2024-02-11, Scaly-breasted Munia (18) 2023-09-29, Semipalmated Plover (7) 2020-09-01, Semipalmated Sandpiper (10) 2019-12-11, Sharp-tailed Sandpiper (20) 2019-12-11, Short-billed Dowitcher (1) 2020-08-31, Spotted Dove (249) 2024-01-10, Wandering Tattler (108) 2024-01-01, Warbling White-eye (134) 2024-01-01, Western Cattle Egret (247) 2024-01-10, White-faced Ibis (4) 2019-11-24, White-rumped Shama (73) 2024-02-11, Wilson's Snipe (4) 2023-01-02, Yellow-fronted Canary (3) 2020-08-28, Zebra Dove (203) 2024-02-11" +21.27466323,-157.8284506,"Barn Owl (2) 2022-08-20, Black-crowned Night Heron (112) 2024-02-23, Black-footed Albatross (1) 2023-01-18, Black-necked Stilt (2) 2023-09-08, Blue-crowned Parakeet (1) 2022-01-20, Brown Booby (18) 2023-11-12, Brown Noddy (5) 2020-02-23, Chestnut Munia (3) 2021-11-01, Common Gallinule (1) 2021-11-01, Common Myna (377) 2024-02-23, Common Waxbill (70) 2024-01-01, Great Frigatebird (29) 2024-01-22, House Finch (168) 2024-02-23, House Sparrow (433) 2024-02-23, Indian Peafowl (2) 2023-06-22, Java Sparrow (63) 2023-12-28, Laysan Albatross (2) 2023-03-19, Feral Mallard (79) 2024-02-18, Masked Booby (1) 2020-01-03, Mourning Dove (1) 2023-03-22, Muscovy Duck (4) 2023-06-22, Northern Cardinal (7) 2023-08-02, Northern Mockingbird (4) 2023-02-07, Pacific Golden-Plover (58) 2024-02-18, Peregrine Falcon (1) 2024-01-28, Red Junglefowl (39) 2024-01-01, Red-billed Leiothrix (4) 2023-11-16, Red-crested Cardinal (180) 2024-02-23, Red-footed Booby (7) 2023-05-20, Red-masked Parakeet (3) 2023-10-15, Red-tailed Tropicbird (6) 2023-10-15, Red-vented Bulbul (255) 2024-02-23, Red-whiskered Bulbul (35) 2024-02-26, Rock Pigeon (436) 2024-02-23, Rose-ringed Parakeet (159) 2024-02-18, Saffron Finch (3) 2023-07-31, Sanderling (1) 2022-09-18, Scaly-breasted Munia (3) 2022-07-12, Sooty Shearwater (1) 2023-10-20, Sooty Tern (6) 2023-05-29, Spotted Dove (189) 2024-02-22, Wandering Tattler (5) 2023-10-11, Warbling White-eye (71) 2024-02-22, Wedge-tailed Shearwater (10) 2023-05-20, Western Cattle Egret (107) 2024-02-04, White Tern (572) 2024-02-23, White-rumped Shama (13) 2023-11-24, White-tailed Tropicbird (4) 2019-10-09, Yellow-fronted Canary (63) 2024-02-19, Zebra Dove (317) 2024-02-23" +21.2745958,-157.818813,"African Silverbill (10) 2020-07-29, American Wigeon (1) 2023-01-30, Barn Owl (14) 2022-01-31, Black-crowned Night Heron (213) 2024-02-29, Black-necked Stilt (2) 2020-01-27, Brown Booby (15) 2023-11-22, Chestnut Munia (2) 2022-06-09, Common Myna (537) 2024-02-29, Common Waxbill (262) 2024-02-29, Eurasian Skylark (1) 2019-12-10, Great Frigatebird (15) 2024-01-29, Hawaiian Coot (1) 2022-11-14, Helmeted Guineafowl (1) 2023-04-10, House Finch (264) 2024-02-26, House Sparrow (404) 2024-02-28, Indian Peafowl (30) 2024-01-21, Japanese Bush Warbler (4) 2022-08-21, Java Sparrow (169) 2024-02-24, Feral Mallard (145) 2024-02-24, Muscovy Duck (8) 2022-06-24, Northern Cardinal (21) 2024-02-20, Northern Mockingbird (20) 2024-02-19, Northern Pintail (2) 2023-12-05, Orange-cheeked Waxbill (1) 2022-05-28, Pacific Golden-Plover (192) 2024-02-29, Red Avadavat (2) 2022-11-24, Red Junglefowl (169) 2024-02-24, Red-billed Leiothrix (6) 2024-02-20, Red-crested Cardinal (388) 2024-02-29, Red-crowned Parrot (4) 2024-01-03, Red-footed Booby (3) 2024-02-04, Red-masked Parakeet (5) 2024-01-25, Red-tailed Tropicbird (1) 2023-04-04, Red-vented Bulbul (385) 2024-02-28, Red-whiskered Bulbul (101) 2024-02-19, Rock Pigeon (441) 2024-02-26, Rose-ringed Parakeet (316) 2024-02-29, Ruddy Turnstone (3) 2023-12-17, Saffron Finch (29) 2024-02-29, Sanderling (1) 2023-02-26, Scaly-breasted Munia (23) 2024-01-20, Short-eared Owl (1) 2022-12-14, Sooty Tern (6) 2023-04-06, Spotted Dove (390) 2024-02-28, Wandering Tattler (6) 2022-12-05, Warbling White-eye (220) 2024-02-20, Wedge-tailed Shearwater (5) 2023-04-04, Western Cattle Egret (323) 2024-02-24, White Tern (426) 2024-02-28, White-rumped Shama (76) 2024-02-20, White-tailed Tropicbird (4) 2023-09-25, Yellow-fronted Canary (213) 2024-02-24, Zebra Dove (482) 2024-02-29" +21.63747047,-158.0574412,"African Silverbill (13) 2023-12-19, Barn Owl (1) 2022-07-02, Black-crowned Night Heron (56) 2024-02-13, Black-necked Stilt (1) 2023-12-19, Brown Booby (1) 2023-02-22, Brown Noddy (1) 2023-09-01, Chestnut Munia (50) 2024-02-04, Common Gallinule (306) 2024-02-25, Common Myna (378) 2024-02-26, Common Waxbill (306) 2024-02-18, Erckel's Spurfowl (2) 2024-02-04, Gray Francolin (5) 2023-02-24, Great Frigatebird (4) 2023-07-13, Greater Scaup (1) 2023-12-04, Green-winged Teal (1) 2024-01-23, Hawaiian Coot (31) 2024-02-26, Helmeted Guineafowl (1) 2023-02-19, House Finch (89) 2024-02-18, House Sparrow (39) 2024-02-04, Indian Peafowl (200) 2024-02-15, Japanese Bush Warbler (5) 2023-05-16, Java Sparrow (75) 2024-02-11, Laughing Gull (1) 2023-01-23, Feral Mallard (53) 2024-02-15, Muscovy Duck (55) 2024-01-17, Muscovy Duck (3) 2023-12-23, Northern Cardinal (162) 2024-02-25, Northern Mockingbird (2) 2022-11-10, Northern Pintail (3) 2023-11-05, Oahu Amakihi (6) 2023-03-29, Pacific Golden-Plover (94) 2024-02-26, Red Avadavat (14) 2024-02-04, Red Junglefowl (114) 2024-02-06, Red-billed Leiothrix (144) 2024-02-18, Red-crested Cardinal (382) 2024-02-26, Red-footed Booby (1) 2024-01-01, Red-tailed Tropicbird (2) 2023-07-26, Red-vented Bulbul (365) 2024-02-25, Red-whiskered Bulbul (331) 2024-02-26, Ring-necked Duck (3) 2024-02-04, Rock Pigeon (24) 2024-02-25, Rose-ringed Parakeet (1) 2023-03-10, Ruddy Turnstone (3) 2023-02-22, Saffron Finch (50) 2024-02-26, Scaly-breasted Munia (169) 2024-02-25, Short-eared Owl (1) 2019-03-11, Spotted Dove (242) 2024-02-26, Wandering Tattler (4) 2023-11-15, Warbling White-eye (299) 2024-02-26, Western Cattle Egret (93) 2024-02-26, White Tern (1) 2022-05-07, White-rumped Shama (397) 2024-02-26, White-tailed Tropicbird (60) 2024-01-18, Yellow-fronted Canary (10) 2023-11-30, Zebra Dove (382) 2024-02-26" +21.30046348,-157.6547343,"African Silverbill (31) 2023-07-24, Barn Owl (3) 2019-05-11, Black Noddy (9) 2023-07-01, Black-crowned Night Heron (1) 2019-05-30, Black-necked Stilt (3) 2022-05-03, Brown Booby (167) 2024-02-24, Brown Noddy (62) 2024-01-29, Buller's Shearwater (1) 2022-06-18, Bulwer's Petrel (12) 2023-07-01, Chestnut Munia (5) 2023-08-26, Common Myna (202) 2024-02-25, Common Waxbill (100) 2024-02-25, Gray Francolin (2) 2023-01-25, Gray-backed Tern (1) 2021-10-05, Great Frigatebird (249) 2024-02-24, Hawaiian Petrel (3) 2023-07-01, House Finch (69) 2024-02-25, House Sparrow (10) 2023-04-27, Japanese Bush Warbler (1) 2023-04-09, Java Sparrow (46) 2024-02-25, Laysan Albatross (8) 2024-02-24, Masked Booby (120) 2024-02-24, Newell's Shearwater (1) 2023-04-29, Northern Cardinal (28) 2024-02-12, Northern Mockingbird (6) 2023-10-23, Pacific Golden-Plover (13) 2024-02-19, Red Avadavat (7) 2023-10-15, Red Junglefowl (2) 2024-01-29, Red-billed Leiothrix (2) 2024-01-06, Red-billed Tropicbird (3) 2024-01-29, Red-crested Cardinal (213) 2024-02-25, Red-footed Booby (269) 2024-02-25, Red-tailed Tropicbird (169) 2024-02-25, Red-vented Bulbul (239) 2024-02-25, Red-whiskered Bulbul (8) 2023-02-23, Rock Pigeon (153) 2024-02-25, Rose-ringed Parakeet (2) 2023-12-24, Ruddy Turnstone (2) 2021-10-19, Saffron Finch (2) 2023-12-02, Scaly-breasted Munia (28) 2024-02-25, Sooty Shearwater (8) 2023-05-16, Sooty Tern (182) 2024-02-25, Spotted Dove (130) 2024-02-25, Wandering Tattler (12) 2024-02-08, Warbling White-eye (57) 2024-02-21, Wedge-tailed Shearwater (112) 2023-12-21, Western Cattle Egret (21) 2024-02-08, White Tern (134) 2024-02-25, White-rumped Shama (4) 2023-03-10, White-tailed Tropicbird (68) 2024-01-26, Yellow-fronted Canary (3) 2023-12-24, Zebra Dove (280) 2024-02-25" +21.33971659,-158.1268595,"African Silverbill (1) 2022-12-19, American Wigeon (1) 2022-01-05, Barn Owl (1) 2022-01-25, Black Francolin (1) 2021-04-01, Black Swan (33) 2024-02-06, Black-crowned Night Heron (95) 2024-02-04, Black-necked Stilt (9) 2023-12-27, Bristle-thighed Curlew (1) 2023-01-15, Brown Booby (48) 2024-01-27, Brown Noddy (3) 2023-04-13, Chestnut Munia (10) 2023-05-11, Common Gallinule (2) 2023-09-09, Common Myna (261) 2024-02-24, Common Waxbill (88) 2024-02-04, Eurasian Skylark (1) 2021-04-01, Glaucous-winged Gull (1) 2021-01-05, Gray Francolin (2) 2021-04-01, Great Frigatebird (8) 2024-01-20, Great-tailed Grackle (1) 2022-07-29, Hawaiian Coot (54) 2024-02-24, House Finch (69) 2024-02-10, House Sparrow (152) 2024-02-24, Java Sparrow (43) 2024-02-04, Laughing Gull (1) 2024-01-25, Laysan Albatross (4) 2023-12-26, Long-billed Dowitcher (1) 2022-11-15, Feral Mallard (40) 2024-02-24, Mourning Dove (1) 2023-11-12, Muscovy Duck (13) 2024-01-08, Northern Cardinal (11) 2024-01-08, Northern Mockingbird (6) 2023-01-05, Pacific Golden-Plover (162) 2024-02-24, Red Junglefowl (26) 2024-01-29, Red-billed Leiothrix (3) 2022-04-06, Red-crested Cardinal (156) 2024-02-24, Red-footed Booby (4) 2024-01-08, Red-tailed Tropicbird (3) 2023-06-17, Red-vented Bulbul (189) 2024-02-10, Red-whiskered Bulbul (44) 2024-02-06, Rock Pigeon (42) 2024-02-18, Rose-ringed Parakeet (4) 2024-01-08, Ruddy Turnstone (30) 2024-02-24, Saffron Finch (82) 2024-02-24, Sanderling (3) 2022-11-15, Scaly-breasted Munia (6) 2023-04-12, Snow Goose (1) 2021-04-01, Sooty Tern (5) 2023-04-13, Spotted Dove (179) 2024-02-24, Wandering Tattler (42) 2024-02-04, Warbling White-eye (85) 2024-02-10, Wedge-tailed Shearwater (14) 2024-01-08, Western Cattle Egret (101) 2024-01-28, White Tern (14) 2023-05-11, White-faced Ibis (1) 2023-01-12, White-rumped Shama (6) 2024-01-20, White-tailed Tropicbird (2) 2023-04-10, Yellow-fronted Canary (2) 2024-01-08, Zebra Dove (204) 2024-02-24" +21.26556255,-157.8188851,"African Silverbill (33) 2022-12-27, Apapane (1) 2021-08-12, Barn Owl (1) 2024-02-19, Black-crowned Night Heron (104) 2024-02-29, Black-necked Stilt (4) 2023-10-27, Brown Booby (70) 2024-02-29, Bulwer's Petrel (1) 2023-08-07, Chestnut Munia (14) 2024-02-23, Common Gallinule (2) 2023-05-09, Common Myna (1677) 2024-02-29, Common Waxbill (1259) 2024-02-29, Gray Francolin (19) 2024-02-11, Great Frigatebird (33) 2023-10-25, Great-tailed Grackle (1) 2023-05-30, Hawaiian Coot (1) 2019-04-04, House Finch (943) 2024-02-29, House Sparrow (1305) 2024-02-29, Indian Peafowl (5) 2023-03-03, Japanese Bush Warbler (7) 2022-05-10, Java Sparrow (1001) 2024-02-29, Laughing Gull (1) 2024-02-29, Laysan Albatross (1) 2022-05-07, Feral Mallard (441) 2024-02-29, Mourning Dove (1) 2019-10-10, Muscovy Duck (25) 2023-11-10, Northern Cardinal (46) 2024-02-20, Northern Mockingbird (27) 2024-02-26, Northern Shoveler (1) 2024-02-19, Pacific Golden-Plover (1195) 2024-02-29, Peregrine Falcon (1) 2022-09-02, Red Avadavat (2) 2020-03-04, Red Junglefowl (755) 2024-02-29, Red-billed Leiothrix (2) 2024-01-09, Red-crested Cardinal (1505) 2024-02-29, Red-crowned Parrot (6) 2024-02-26, Red-footed Booby (12) 2024-02-04, Red-masked Parakeet (20) 2023-01-31, Red-tailed Tropicbird (1) 2022-03-15, Red-vented Bulbul (1378) 2024-02-29, Red-whiskered Bulbul (156) 2024-02-19, Rock Pigeon (1464) 2024-02-29, Rose-ringed Parakeet (1502) 2024-02-29, Ruddy Turnstone (2) 2023-02-08, Saffron Finch (287) 2024-02-29, Sanderling (3) 2022-03-15, Scaly-breasted Munia (84) 2024-02-09, Short-eared Owl (1) 2021-07-01, Sooty Tern (15) 2024-02-04, Spotted Dove (1188) 2024-02-29, Wandering Tattler (6) 2023-03-07, Warbling White-eye (712) 2024-02-29, Wedge-tailed Shearwater (10) 2023-08-10, Western Cattle Egret (987) 2024-02-29, White Tern (1320) 2024-02-29, White-rumped Shama (135) 2024-02-19, White-tailed Tropicbird (4) 2023-10-25, Yellow-fronted Canary (1287) 2024-02-29, Zebra Dove (1573) 2024-02-29" +21.28376344,-157.8380172,"African Silverbill (3) 2023-05-14, Barn Owl (1) 2024-01-30, Black Noddy (3) 2023-12-31, Black-crowned Night Heron (397) 2024-02-29, Black-necked Stilt (1) 2021-12-24, Blue-crowned Parakeet (1) 2024-01-15, Brown Booby (33) 2024-01-01, Brown Noddy (2) 2019-04-26, Chestnut Munia (9) 2024-01-27, Common Gallinule (1) 2023-03-01, Common Myna (925) 2024-02-22, Common Waxbill (579) 2024-02-22, Gray Francolin (1) 2022-01-10, Great Frigatebird (24) 2024-01-29, House Finch (370) 2024-02-21, House Sparrow (710) 2024-02-21, Indian Peafowl (1) 2019-11-18, Japanese Bush Warbler (3) 2023-12-22, Java Sparrow (422) 2024-02-21, Laughing Gull (9) 2023-02-05, Laysan Albatross (2) 2023-12-30, Feral Mallard (270) 2024-02-22, Masked Booby (1) 2022-03-27, Mourning Dove (3) 2022-04-04, Muscovy Duck (19) 2023-05-14, Northern Cardinal (30) 2024-01-30, Northern Mockingbird (7) 2023-12-29, Orange-cheeked Waxbill (5) 2023-12-06, Pacific Golden-Plover (446) 2024-02-22, Peregrine Falcon (123) 2024-01-29, Red Avadavat (3) 2023-05-14, Red Junglefowl (240) 2024-02-22, Red-billed Leiothrix (6) 2024-01-15, Red-crested Cardinal (622) 2024-02-22, Red-crowned Parrot (1) 2023-12-17, Red-footed Booby (8) 2023-12-30, Red-masked Parakeet (10) 2024-01-24, Red-tailed Tropicbird (5) 2023-02-26, Red-vented Bulbul (640) 2024-02-22, Red-whiskered Bulbul (106) 2024-02-20, Rock Pigeon (800) 2024-02-21, Rose-ringed Parakeet (402) 2024-02-22, Ruddy Turnstone (27) 2023-09-19, Saffron Finch (79) 2024-02-18, Sanderling (1) 2024-01-15, Scaly-breasted Munia (32) 2023-09-07, Sooty Shearwater (1) 2022-03-18, Sooty Tern (9) 2024-01-29, Spotted Dove (694) 2024-02-28, Wandering Tattler (23) 2023-12-12, Warbling White-eye (321) 2024-02-22, Wedge-tailed Shearwater (14) 2023-12-31, Western Cattle Egret (554) 2024-02-22, White Tern (960) 2024-02-22, White-rumped Shama (81) 2024-02-07, White-tailed Tropicbird (2) 2023-07-02, Yellow-fronted Canary (404) 2024-02-22, Zebra Dove (823) 2024-02-22" +21.70024637,-157.9796992,"American Wigeon (4) 2023-10-07, Black-bellied Plover (3) 2020-03-03, Black-crowned Night Heron (38) 2023-12-09, Black-necked Stilt (38) 2023-12-09, Bristle-thighed Curlew (39) 2023-12-09, Bufflehead (5) 2023-12-09, Cackling Goose (8) 2023-01-28, Canvasback (1) 2023-11-18, Chestnut Munia (5) 2023-11-18, Common Gallinule (37) 2023-12-09, Common Myna (40) 2023-12-09, Common Waxbill (30) 2023-11-18, Dunlin (1) 2020-11-06, Glaucous-winged Gull (2) 2020-02-19, Gray Francolin (12) 2023-10-07, Great Frigatebird (3) 2023-01-28, Greater White-fronted Goose (8) 2020-02-15, Green-winged Teal (4) 2021-12-26, Hawaiian Coot (44) 2023-12-09, House Finch (14) 2023-07-26, House Sparrow (2) 2023-07-26, Indian Peafowl (1) 2023-05-18, Japanese Bush Warbler (6) 2021-12-26, Java Sparrow (1) 2020-03-03, Laughing Gull (3) 2020-03-03, Laysan Albatross (16) 2023-07-26, Least Tern (7) 2020-11-06, Lesser Scaup (4) 2023-12-09, Long-billed Dowitcher (1) 2020-11-06, Feral Mallard (49) 2023-12-09, Masked Booby (2) 2023-05-18, Mourning Dove (1) 2020-03-03, Muscovy Duck (1) 2023-07-26, Northern Cardinal (10) 2023-07-26, Northern Harrier (3) 2022-11-12, Northern Mockingbird (1) 2020-03-03, Northern Pintail (31) 2023-12-09, Northern Shoveler (31) 2023-12-09, Pacific Golden-Plover (42) 2023-12-09, Pectoral Sandpiper (8) 2022-10-22, Red Avadavat (5) 2022-10-22, Red Junglefowl (3) 2023-07-26, Red-billed Leiothrix (9) 2023-07-26, Red-crested Cardinal (25) 2023-12-09, Red-footed Booby (1) 2020-03-03, Red-tailed Tropicbird (1) 2021-08-27, Red-vented Bulbul (38) 2023-12-09, Red-whiskered Bulbul (13) 2023-07-26, Ring-necked Duck (4) 2023-12-09, Ring-necked Pheasant (16) 2023-11-18, Rock Pigeon (1) 2023-05-18, Ruddy Turnstone (39) 2023-12-09, Saffron Finch (8) 2023-05-18, Sanderling (15) 2022-11-12, Scaly-breasted Munia (7) 2023-11-18, Semipalmated Plover (1) 2021-08-27, Sharp-tailed Sandpiper (6) 2020-11-06, Snow Goose (7) 2022-01-06, Sooty Tern (1) 2020-03-03, Spotted Dove (38) 2023-12-09, Wandering Tattler (30) 2023-11-18, Warbling White-eye (11) 2023-07-26, Wedge-tailed Shearwater (4) 2021-08-27, Western Cattle Egret (44) 2023-12-09, Whimbrel (4) 2023-11-18, White-rumped Shama (12) 2023-11-18, White-tailed Tropicbird (2) 2020-02-19, Wilson's Snipe (5) 2023-11-18, Zebra Dove (45) 2023-12-09" +21.5753361,-158.2799945,"African Silverbill (107) 2024-01-07, Barn Owl (7) 2023-04-01, Black Francolin (86) 2024-02-25, Black Noddy (26) 2024-02-22, Black-crowned Night Heron (14) 2022-08-20, Black-footed Albatross (107) 2024-02-23, Black-necked Stilt (2) 2021-07-23, Bristle-thighed Curlew (4) 2022-10-05, Brown Booby (302) 2024-02-26, Brown Noddy (40) 2023-12-15, Chestnut Munia (6) 2023-07-10, Chukar (2) 2022-02-05, Common Myna (684) 2024-02-28, Common Waxbill (329) 2024-02-26, Erckel's Spurfowl (186) 2024-02-24, Eurasian Skylark (3) 2021-03-23, Glaucous-winged Gull (13) 2021-11-26, Gray Francolin (363) 2024-02-26, Gray-backed Tern (2) 2019-03-15, Great Frigatebird (128) 2024-02-13, Hawaiian Coot (1) 2021-07-23, Hawaiian Petrel (1) 2022-11-24, House Finch (220) 2024-02-26, House Sparrow (28) 2024-01-07, Japanese Bush Warbler (9) 2023-12-24, Java Sparrow (13) 2024-01-04, Laughing Gull (2) 2020-03-06, Laysan Albatross (765) 2024-02-28, Long-billed Dowitcher (1) 2019-02-21, Feral Mallard (1) 2021-07-29, Masked Booby (36) 2024-02-10, Northern Cardinal (167) 2024-02-25, Northern Mockingbird (121) 2024-02-23, Pacific Golden-Plover (460) 2024-02-26, Peregrine Falcon (8) 2023-11-18, Red Avadavat (8) 2023-11-18, Red Junglefowl (11) 2023-05-30, Red-billed Leiothrix (9) 2024-01-01, Red-crested Cardinal (535) 2024-02-26, Red-footed Booby (119) 2024-02-13, Red-tailed Tropicbird (22) 2023-07-15, Red-vented Bulbul (584) 2024-02-26, Red-whiskered Bulbul (109) 2024-02-26, Ring-necked Pheasant (15) 2024-02-25, Rock Pigeon (49) 2023-12-08, Ruddy Turnstone (21) 2024-01-07, Saffron Finch (45) 2023-12-23, Sanderling (4) 2021-12-27, Scaly-breasted Munia (46) 2023-12-24, Short-eared Owl (1) 2019-07-24, Short-tailed Shearwater (1) 2019-11-29, Slaty-backed Gull (2) 2019-02-19, Snow Goose (43) 2020-03-25, Sooty Shearwater (2) 2021-04-18, Sooty Tern (14) 2023-06-14, Spotted Dove (420) 2024-02-24, Wandering Tattler (207) 2024-02-24, Warbling White-eye (259) 2024-02-25, Wedge-tailed Shearwater (319) 2024-02-25, Western Cattle Egret (163) 2024-02-25, White Tern (17) 2023-06-02, White-rumped Shama (57) 2023-10-15, White-tailed Tropicbird (55) 2023-12-31, Yellow-fronted Canary (5) 2023-07-01, Zebra Dove (558) 2024-02-26" +21.68193594,-157.9411672,"African Silverbill (5) 2023-09-24, American Wigeon (4) 2023-12-16, Barn Owl (11) 2024-02-08, Black Noddy (15) 2024-02-19, Black-crowned Night Heron (76) 2024-02-22, Black-footed Albatross (69) 2024-02-29, Black-necked Stilt (34) 2024-02-19, Bristle-thighed Curlew (952) 2024-02-29, Brown Booby (83) 2024-02-22, Brown Noddy (70) 2024-02-05, Cackling Goose (4) 2019-02-22, Chestnut Munia (106) 2024-02-19, Common Gallinule (10) 2024-02-19, Common Myna (856) 2024-02-29, Common Waxbill (786) 2024-02-29, Erckel's Spurfowl (2) 2023-12-31, Glaucous-winged Gull (19) 2024-02-11, Gray Francolin (199) 2024-02-29, Great Frigatebird (46) 2024-02-03, Greater Scaup (1) 2023-12-16, Green-winged Teal (4) 2024-01-02, Hawaiian Coot (45) 2024-02-19, Hawaiian Goose (1) 2019-01-06, House Finch (552) 2024-02-29, House Sparrow (359) 2024-02-25, Indian Peafowl (3) 2022-10-15, Japanese Bush Warbler (2) 2022-03-16, Java Sparrow (42) 2024-01-02, Laughing Gull (5) 2020-01-27, Laysan Albatross (431) 2024-02-29, Lesser Scaup (5) 2023-12-16, Feral Mallard (65) 2024-02-19, Masked Booby (59) 2024-02-22, Northern Cardinal (498) 2024-02-29, Northern Harrier (21) 2023-03-31, Northern Mockingbird (4) 2024-01-29, Northern Pintail (12) 2023-03-29, Northern Shoveler (15) 2024-02-19, Pacific Golden-Plover (938) 2024-02-29, Red Avadavat (25) 2023-12-02, Red Junglefowl (441) 2024-02-29, Red-billed Leiothrix (6) 2023-12-08, Red-crested Cardinal (749) 2024-02-29, Red-footed Booby (174) 2024-02-29, Red-tailed Tropicbird (6) 2023-08-04, Red-vented Bulbul (718) 2024-02-29, Red-whiskered Bulbul (340) 2024-02-25, Ring-necked Duck (1) 2023-12-16, Ring-necked Pheasant (273) 2024-02-29, Rock Pigeon (54) 2023-10-20, Ruddy Turnstone (403) 2024-02-25, Saffron Finch (608) 2024-02-29, Sanderling (199) 2024-02-25, Scaly-breasted Munia (51) 2024-02-19, Snow Goose (4) 2022-03-23, Sooty Tern (28) 2023-04-15, Spotted Dove (756) 2024-02-29, Wandering Tattler (169) 2024-02-25, Warbling White-eye (382) 2024-02-25, Wedge-tailed Shearwater (146) 2024-02-19, Western Cattle Egret (750) 2024-02-29, White Tern (6) 2023-10-16, White-rumped Shama (80) 2024-02-19, White-tailed Tropicbird (1) 2023-08-30, Yellow-fronted Canary (24) 2024-02-29, Zebra Dove (894) 2024-02-29" +21.4367036,-157.7499712,"African Silverbill (5) 2023-11-06, American Wigeon (42) 2024-02-28, Barn Owl (3) 2020-03-20, Black Noddy (174) 2023-11-22, Black-bellied Plover (87) 2023-03-12, Black-crowned Night Heron (413) 2024-02-28, Black-necked Stilt (534) 2024-02-28, Brant (50) 2024-02-15, Bristle-thighed Curlew (123) 2024-02-28, Brown Booby (4) 2023-01-30, Brown Noddy (1) 2019-03-16, Cackling Goose (1) 2020-04-01, Caspian Tern (152) 2024-02-24, Chestnut Munia (42) 2024-01-01, Common Gallinule (32) 2024-02-15, Common Myna (320) 2024-02-28, Common Waxbill (279) 2024-02-28, Erckel's Spurfowl (1) 2020-09-11, Eurasian Wigeon (51) 2024-02-28, Gadwall (1) 2023-01-30, Gray Francolin (204) 2024-02-12, Great Frigatebird (97) 2023-11-22, Green-winged Teal (1) 2019-11-06, Hawaiian Coot (93) 2024-02-15, House Finch (126) 2024-02-04, House Sparrow (65) 2024-01-07, Indian Peafowl (1) 2021-01-09, Japanese Bush Warbler (1) 2021-01-09, Java Sparrow (82) 2024-02-07, Laughing Gull (49) 2024-02-15, Laysan Albatross (2) 2021-04-02, Lesser Yellowlegs (1) 2019-01-20, Feral Mallard (314) 2024-02-28, Muscovy Duck (2) 2022-02-06, Northern Cardinal (229) 2024-02-28, Northern Mockingbird (1) 2024-01-31, Northern Pintail (34) 2024-02-28, Northern Shoveler (9) 2024-02-16, Osprey (8) 2021-10-18, Pacific Golden-Plover (450) 2024-02-28, Peregrine Falcon (3) 2022-01-23, Red Avadavat (54) 2023-11-23, Red Junglefowl (38) 2024-02-28, Red-billed Leiothrix (25) 2024-02-24, Red-crested Cardinal (176) 2024-02-28, Red-footed Booby (9) 2023-11-22, Red-vented Bulbul (291) 2024-02-28, Red-whiskered Bulbul (67) 2024-02-02, Ring-necked Duck (2) 2023-11-01, Rock Pigeon (68) 2024-01-27, Ruddy Turnstone (288) 2024-02-28, Saffron Finch (21) 2023-11-24, Sanderling (161) 2024-02-04, Scaly-breasted Munia (78) 2024-02-12, Semipalmated Plover (2) 2021-08-22, Sharp-tailed Sandpiper (1) 2021-10-24, Short-eared Owl (8) 2021-10-08, Sooty Tern (5) 2023-03-05, Spotted Dove (211) 2024-02-28, Spotted Sandpiper (3) 2020-09-13, Wandering Tattler (316) 2024-02-28, Warbling White-eye (225) 2024-02-28, Wedge-tailed Shearwater (3) 2023-11-22, Western Cattle Egret (377) 2024-02-28, White-rumped Shama (208) 2024-02-22, Yellow-fronted Canary (12) 2024-01-24, Zebra Dove (297) 2024-02-22" +21.68199874,-157.950832,"American Wigeon (14) 2023-11-04, Black-bellied Plover (1) 2019-03-20, Black-crowned Night Heron (138) 2024-02-22, Black-footed Albatross (2) 2024-01-25, Black-necked Stilt (143) 2024-02-24, Blue-winged Teal (6) 2024-01-27, Bonin Petrel (2) 2024-01-25, Brant (3) 2020-02-22, Bristle-thighed Curlew (138) 2024-02-22, Brown Booby (1) 2019-02-19, Bufflehead (42) 2024-01-27, Cackling Goose (61) 2023-02-25, Canvasback (14) 2024-01-27, Chestnut Munia (28) 2024-01-25, Common Gallinule (132) 2024-02-22, Common Myna (158) 2024-02-22, Common Snipe (1) 2019-02-02, Common Waxbill (96) 2024-02-22, Common/Wilson's Snipe (2) 2023-12-30, Eurasian Wigeon (6) 2022-02-05, Glaucous-winged Gull (8) 2023-10-21, Gray Francolin (37) 2024-01-27, Great Frigatebird (14) 2024-01-27, Greater Scaup (7) 2022-11-26, Greater White-fronted Goose (12) 2020-02-22, Greater Yellowlegs (2) 2019-03-20, Green-winged Teal (18) 2024-01-27, Hawaiian Coot (158) 2024-02-24, Hawaiian Goose (3) 2019-02-19, House Finch (24) 2024-01-27, House Sparrow (4) 2023-10-20, Indian Peafowl (2) 2019-03-28, Java Sparrow (1) 2022-01-08, Laughing Gull (6) 2020-03-08, Laysan Albatross (68) 2024-02-22, Least Tern (2) 2019-10-24, Lesser Scaup (19) 2024-01-27, Lesser Yellowlegs (9) 2022-08-25, Long-billed Dowitcher (22) 2024-01-13, Feral Mallard (164) 2024-02-27, Masked Booby (1) 2019-03-06, Muscovy Duck (3) 2019-10-24, Northern Cardinal (9) 2024-02-22, Northern Harrier (22) 2023-02-24, Northern Pintail (106) 2024-01-27, Northern Shoveler (96) 2024-01-27, Pacific Golden-Plover (148) 2024-02-22, Pectoral Sandpiper (16) 2024-01-27, Red Avadavat (6) 2024-01-27, Red Junglefowl (13) 2023-11-04, Red-crested Cardinal (46) 2024-01-27, Red-tailed Tropicbird (5) 2022-12-03, Red-vented Bulbul (87) 2024-01-27, Red-whiskered Bulbul (44) 2024-01-27, Redhead (8) 2024-01-27, Ring-necked Duck (23) 2023-12-16, Ring-necked Pheasant (53) 2024-01-25, Rock Pigeon (6) 2023-10-20, Ruddy Turnstone (140) 2024-01-27, Saffron Finch (23) 2023-12-16, Sanderling (66) 2023-11-25, Scaly-breasted Munia (27) 2023-11-25, Semipalmated Plover (2) 2023-09-10, Sharp-tailed Sandpiper (17) 2023-11-25, Short-billed/Long-billed Dowitcher (2) 2024-01-13, Snow Goose (26) 2022-02-26, Spotted Dove (107) 2024-02-22, Tristram's Storm-Petrel (2) 2024-01-25, Wandering Tattler (96) 2024-01-13, Warbling White-eye (17) 2024-01-27, Western Cattle Egret (147) 2024-02-22, Western Sandpiper (2) 2022-10-08, Whimbrel (3) 2023-11-25, White Tern (1) 2019-02-19, White-tailed Tropicbird (1) 2022-07-28, Wilson's Snipe (45) 2023-12-23, Zebra Dove (131) 2024-01-27" +21.7093942,-157.998969,"Black Noddy (3) 2023-11-09, Black-bellied Plover (1) 2019-04-19, Black-crowned Night Heron (154) 2024-02-28, Black-footed Albatross (14) 2024-02-23, Black-necked Stilt (176) 2024-02-24, Blue-crowned Parakeet (89) 2024-02-25, Bristle-thighed Curlew (22) 2024-02-24, Brown Booby (63) 2024-02-23, Brown Noddy (20) 2023-11-05, Cackling Goose (2) 2021-02-14, Chestnut Munia (127) 2024-02-24, Christmas Shearwater (1) 2022-06-11, Common Gallinule (210) 2024-02-28, Common Myna (464) 2024-02-28, Common Waxbill (321) 2024-02-28, Erckel's Spurfowl (1) 2022-01-26, Glaucous-winged Gull (2) 2024-01-25, Gray Francolin (151) 2024-02-28, Great Frigatebird (47) 2024-01-26, Greater Scaup (1) 2019-02-09, Hawaiian Coot (170) 2024-02-28, House Finch (209) 2024-02-26, House Sparrow (138) 2024-02-24, Indian Peafowl (50) 2023-09-06, Japanese Bush Warbler (8) 2024-01-19, Java Sparrow (122) 2024-02-26, Laysan Albatross (216) 2024-02-28, Lesser Scaup (1) 2019-02-09, Lesser Yellowlegs (1) 2022-01-25, Long-billed Dowitcher (3) 2022-12-13, Feral Mallard (125) 2024-02-19, Masked Booby (31) 2024-02-23, Muscovy Duck (104) 2024-02-28, Northern Cardinal (178) 2024-02-26, Northern Harrier (2) 2023-01-23, Pacific Golden-Plover (373) 2024-02-28, Red Avadavat (5) 2023-12-26, Red Junglefowl (173) 2024-02-28, Red-billed Leiothrix (81) 2024-02-03, Red-crested Cardinal (387) 2024-02-28, Red-crowned Parrot (5) 2022-11-16, Red-footed Booby (64) 2024-02-26, Red-masked Parakeet (1) 2020-08-02, Red-tailed Tropicbird (3) 2023-08-23, Red-vented Bulbul (393) 2024-02-28, Red-whiskered Bulbul (154) 2024-02-28, Rock Pigeon (16) 2024-02-03, Rose-ringed Parakeet (1) 2023-02-02, Ruddy Turnstone (103) 2024-02-25, Saffron Finch (233) 2024-02-28, Sanderling (21) 2024-02-03, Scaly-breasted Munia (19) 2023-12-22, Sooty Tern (6) 2024-02-06, Spotted Dove (326) 2024-02-28, Wandering Tattler (71) 2024-02-25, Warbling White-eye (173) 2024-02-25, Wedge-tailed Shearwater (55) 2023-12-01, Western Cattle Egret (386) 2024-02-28, White Tern (10) 2023-09-30, White-faced Ibis (1) 2019-10-24, White-rumped Shama (258) 2024-02-28, White-tailed Tropicbird (2) 2022-06-09, Wild Turkey (5) 2022-05-16, Yellow-fronted Canary (3) 2023-11-14, Zebra Dove (417) 2024-02-28" +21.6820603,-157.9604969,"African Silverbill (1) 2019-09-09, American Wigeon (38) 2022-10-30, Barn Owl (1) 2024-02-19, Black Francolin (2) 2019-10-12, Black-bellied Plover (1) 2023-12-17, Black-crowned Night Heron (825) 2024-02-29, Black-footed Albatross (2) 2023-02-24, Black-necked Stilt (896) 2024-02-29, Blue-crowned Parakeet (1) 2020-09-13, Blue-winged Teal (11) 2023-03-31, Brant (1) 2020-03-08, Bristle-thighed Curlew (46) 2024-02-29, Bufflehead (18) 2023-02-11, Cackling Goose (3) 2023-02-11, Chestnut Munia (90) 2023-12-24, Common Gallinule (305) 2024-02-19, Common Myna (823) 2024-02-19, Common Snipe (2) 2019-01-26, Common Waxbill (325) 2024-02-23, Dunlin (13) 2021-01-09, Eurasian Wigeon (3) 2024-01-29, Gray Francolin (22) 2023-03-14, Great Frigatebird (19) 2024-01-19, Greater Scaup (1) 2020-11-24, Greater Yellowlegs (6) 2019-01-26, Green-winged Teal (9) 2020-11-25, Hawaiian Coot (1038) 2024-02-29, House Finch (168) 2024-02-19, House Sparrow (160) 2024-01-01, Indian Peafowl (5) 2023-09-02, Java Sparrow (13) 2024-01-15, Laysan Albatross (37) 2024-02-29, Least Tern (21) 2021-10-24, Lesser Scaup (36) 2021-11-10, Lesser Yellowlegs (59) 2022-07-23, Long-billed Dowitcher (57) 2023-02-11, Feral Mallard (660) 2024-01-29, Muscovy Duck (69) 2023-12-24, Northern Cardinal (57) 2024-01-30, Northern Pintail (38) 2024-01-19, Northern Shoveler (62) 2023-10-20, Pacific Golden-Plover (756) 2024-02-29, Pectoral Sandpiper (99) 2023-09-28, Peregrine Falcon (1) 2020-12-15, Red Avadavat (40) 2023-12-04, Red Junglefowl (51) 2024-01-14, Red Knot (1) 2024-01-06, Red-billed Leiothrix (1) 2023-12-04, Red-crested Cardinal (250) 2024-02-29, Red-vented Bulbul (542) 2024-02-19, Red-whiskered Bulbul (121) 2024-02-29, Ring-necked Duck (17) 2021-11-06, Ring-necked Pheasant (57) 2024-02-14, Rock Pigeon (40) 2023-12-22, Ruddy Turnstone (424) 2024-02-19, Ruff (17) 2020-09-17, Saffron Finch (31) 2024-01-30, Sanderling (195) 2024-01-11, Scaly-breasted Munia (51) 2023-12-22, Semipalmated Plover (49) 2024-01-19, Sharp-tailed Sandpiper (4) 2019-10-02, Solitary Sandpiper (23) 2020-10-12, Sooty Tern (1) 2021-04-28, Spotted Dove (625) 2024-02-05, Spotted Sandpiper (3) 2021-10-07, Wandering Tattler (237) 2024-02-29, Warbling White-eye (166) 2024-01-30, Wedge-tailed Shearwater (1) 2019-05-06, Western Cattle Egret (663) 2024-02-29, White-rumped Shama (9) 2024-01-30, Wilson's Snipe (5) 2021-09-14, Yellow-fronted Canary (5) 2021-12-08, Zebra Dove (587) 2024-02-19" +21.69103078,-157.9507665,"African Silverbill (3) 2020-01-01, American Wigeon (5) 2023-11-04, Black-bellied Plover (2) 2019-02-16, Black-crowned Night Heron (153) 2024-02-24, Black-footed Albatross (11) 2024-02-22, Black-necked Stilt (174) 2024-02-24, Blue-winged Teal (1) 2024-01-27, Bonin Petrel (1) 2024-02-22, Bristle-thighed Curlew (167) 2024-02-24, Brown Booby (11) 2022-03-14, Brown Noddy (2) 2022-03-14, Bufflehead (37) 2024-02-24, Cackling Goose (72) 2023-02-25, Canvasback (11) 2024-02-10, Chestnut Munia (47) 2024-02-10, Common Gallinule (158) 2024-02-24, Common Myna (183) 2024-02-24, Common Snipe (5) 2019-02-09, Common Waxbill (127) 2024-02-24, Common/Wilson's Snipe (4) 2023-11-18, Glaucous-winged Gull (2) 2024-01-27, Gray Francolin (35) 2024-01-27, Great Frigatebird (15) 2024-02-03, Greater Scaup (1) 2022-11-26, Greater White-fronted Goose (16) 2020-01-04, Greater Yellowlegs (17) 2019-02-16, Green-winged Teal (31) 2024-01-27, Hawaiian Coot (184) 2024-02-24, Hawaiian Goose (19) 2019-02-16, House Finch (70) 2024-02-24, House Sparrow (9) 2023-03-29, Indian Peafowl (2) 2019-10-05, Japanese Bush Warbler (1) 2020-01-01, Java Sparrow (4) 2024-02-10, Laughing Gull (2) 2024-02-10, Laysan Albatross (63) 2024-02-24, Least Tern (27) 2020-07-09, Lesser Scaup (11) 2024-02-17, Lesser Yellowlegs (17) 2019-04-22, Long-billed Dowitcher (25) 2023-11-25, Feral Mallard (183) 2024-02-17, Masked Booby (6) 2022-11-06, Muscovy Duck (3) 2019-10-10, Northern Cardinal (48) 2024-02-24, Northern Harrier (14) 2023-02-25, Northern Mockingbird (5) 2024-02-24, Northern Pintail (93) 2024-02-10, Northern Shoveler (108) 2024-02-10, Pacific Golden-Plover (180) 2024-02-24, Pectoral Sandpiper (32) 2024-01-27, Red Avadavat (25) 2024-02-10, Red Junglefowl (7) 2023-12-09, Red-crested Cardinal (82) 2024-02-24, Red-footed Booby (6) 2022-03-14, Red-tailed Tropicbird (9) 2023-06-30, Red-vented Bulbul (127) 2024-02-24, Red-whiskered Bulbul (68) 2024-02-10, Redhead (8) 2024-02-10, Ring-necked Duck (17) 2024-01-27, Ring-necked Pheasant (83) 2024-02-24, Rock Pigeon (21) 2023-10-21, Ruddy Turnstone (156) 2024-02-24, Saffron Finch (35) 2024-02-10, Sanderling (76) 2023-11-26, Scaly-breasted Munia (18) 2024-02-10, Sharp-tailed Sandpiper (26) 2023-11-25, Short-eared Owl (1) 2019-10-17, Snow Goose (7) 2022-03-14, Sooty Tern (2) 2022-03-14, Spotted Dove (129) 2024-02-24, Tristram's Storm-Petrel (2) 2024-02-22, Wandering Tattler (108) 2024-02-10, Warbling White-eye (43) 2024-02-24, Wedge-tailed Shearwater (5) 2023-06-30, Western Cattle Egret (188) 2024-02-24, Western Sandpiper (9) 2022-10-15, Whimbrel (5) 2023-11-18, White Tern (2) 2022-03-14, White-rumped Shama (4) 2023-01-23, Wilson's Snipe (21) 2024-02-03, Yellow-fronted Canary (1) 2023-11-04, Zebra Dove (134) 2024-02-24" +21.35720012,-158.0206706,"African Silverbill (283) 2024-02-28, American Wigeon (113) 2024-02-05, Barn Owl (1) 2020-09-03, Black-bellied Plover (6) 2023-09-27, Black-crowned Night Heron (786) 2024-02-29, Black-necked Stilt (1124) 2024-02-29, Blue-winged Teal (14) 2023-10-29, Bristle-thighed Curlew (1) 2019-08-27, Bufflehead (79) 2024-01-21, Cackling Goose (112) 2024-02-20, Canvasback (2) 2023-11-22, Chestnut Munia (320) 2024-02-20, Cockatiel (2) 2023-10-12, Common Gallinule (1099) 2024-02-29, Common Myna (981) 2024-02-29, Common Tern (22) 2021-03-07, Common Waxbill (915) 2024-02-29, Common/Wilson's Snipe (1) 2022-10-09, Eurasian Wigeon (77) 2024-02-05, Gadwall (65) 2024-02-29, Gray Francolin (857) 2024-02-29, Great Egret (80) 2021-06-12, Great Frigatebird (1) 2020-08-28, Greater Scaup (7) 2020-11-16, Greater White-fronted Goose (152) 2021-05-14, Green-winged Teal (135) 2024-02-29, Hawaiian Coot (1175) 2024-02-29, House Finch (349) 2024-02-25, House Sparrow (84) 2024-01-21, Japanese Bush Warbler (4) 2023-05-22, Java Sparrow (347) 2024-02-29, Laughing Gull (13) 2021-03-31, Least Tern (22) 2023-08-29, Lesser Scaup (73) 2023-12-05, Lesser Yellowlegs (67) 2024-01-04, Long-billed Dowitcher (170) 2024-02-28, Feral Mallard (1160) 2024-02-20, Mourning Dove (422) 2024-02-24, Muscovy Duck (5) 2023-08-26, Northern Cardinal (841) 2024-02-29, Northern Harrier (19) 2023-04-01, Northern Mockingbird (1) 2023-09-28, Northern Pintail (508) 2024-02-24, Northern Shoveler (425) 2024-02-29, Pacific Golden-Plover (1016) 2024-02-29, Pectoral Sandpiper (114) 2023-11-14, Peregrine Falcon (2) 2024-02-20, Red Avadavat (416) 2024-02-27, Red Junglefowl (28) 2024-02-23, Red Knot (37) 2024-01-01, Red-billed Leiothrix (14) 2023-11-26, Red-crested Cardinal (767) 2024-02-28, Red-crowned Parrot (1) 2021-05-23, Red-vented Bulbul (980) 2024-02-29, Red-whiskered Bulbul (344) 2024-02-29, Ring-necked Duck (37) 2023-12-30, Rock Pigeon (628) 2024-02-29, Rose-ringed Parakeet (417) 2024-02-29, Ruddy Turnstone (891) 2024-02-29, Ruff (9) 2022-11-11, Saffron Finch (411) 2024-02-29, Sanderling (74) 2024-02-19, Scaly-breasted Munia (101) 2024-02-20, Sharp-tailed Sandpiper (28) 2023-11-14, Short-billed/Long-billed Dowitcher (1) 2023-09-29, Slaty-backed Gull (15) 2020-03-09, Snow Goose (1) 2020-10-19, Spotted Dove (1090) 2024-02-29, Wandering Tattler (349) 2024-02-18, Warbling White-eye (702) 2024-02-29, Western Cattle Egret (1106) 2024-02-29, White Tern (1) 2023-11-14, White-faced Ibis (391) 2024-02-29, White-rumped Shama (714) 2024-02-29, Wilson's Snipe (7) 2022-11-13, Yellow-fronted Canary (131) 2024-02-29, Zebra Dove (1095) 2024-02-29" +21.69109285,-157.960432,"African Silverbill (3) 2022-11-10, American Wigeon (21) 2024-02-28, Bar-tailed Godwit (1) 2023-10-20, Barn Owl (8) 2023-08-19, Black Noddy (3) 2020-03-17, Black-bellied Plover (37) 2022-10-01, Black-crowned Night Heron (450) 2024-02-28, Black-footed Albatross (13) 2024-02-28, Black-necked Stilt (613) 2024-02-28, Blue-winged Teal (13) 2024-01-27, Bonin Petrel (4) 2024-02-22, Brant (25) 2020-02-22, Bristle-thighed Curlew (348) 2024-02-28, Brown Booby (12) 2023-12-08, Brown Noddy (10) 2022-10-01, Bufflehead (66) 2024-02-28, Cackling Goose (34) 2023-03-08, Canvasback (12) 2024-02-28, Chestnut Munia (68) 2024-01-25, Common Gallinule (374) 2024-02-28, Common Myna (464) 2024-02-28, Common Snipe (6) 2019-02-12, Common Waxbill (364) 2024-02-28, Dunlin (25) 2021-02-07, Eurasian Skylark (3) 2023-11-03, Eurasian Wigeon (11) 2023-12-22, Glaucous-winged Gull (3) 2022-01-08, Gray Francolin (132) 2024-02-28, Great Frigatebird (58) 2024-01-27, Greater Scaup (1) 2020-11-15, Greater White-fronted Goose (203) 2020-04-20, Greater Yellowlegs (10) 2022-08-20, Green-winged Teal (77) 2024-01-27, Hawaiian Coot (645) 2024-02-28, Hawaiian Duck (3) 2020-11-15, Hawaiian Goose (6) 2019-02-10, House Finch (184) 2024-02-28, House Sparrow (31) 2023-11-03, Japanese Bush Warbler (36) 2024-02-28, Java Sparrow (4) 2022-03-06, Laughing Gull (80) 2020-03-12, Laysan Albatross (231) 2024-02-28, Least Tern (29) 2021-05-31, Lesser Scaup (37) 2024-02-28, Lesser Yellowlegs (16) 2020-09-23, Long-billed Dowitcher (144) 2022-11-08, Feral Mallard (520) 2024-02-24, Masked Booby (3) 2019-05-22, Mourning Dove (8) 2023-03-05, Muscovy Duck (9) 2021-01-17, Northern Cardinal (149) 2024-02-28, Northern Harrier (6) 2023-03-08, Northern Mockingbird (19) 2023-07-18, Northern Pintail (296) 2024-02-28, Northern Shoveler (341) 2024-02-28, Pacific Golden-Plover (576) 2024-02-28, Pectoral Sandpiper (63) 2024-01-27, Peregrine Falcon (6) 2023-03-08, Red Avadavat (127) 2024-01-27, Red Junglefowl (11) 2023-12-22, Red Knot (4) 2023-11-22, Red Phalarope (1) 2019-04-04, Red-billed Leiothrix (41) 2023-12-22, Red-crested Cardinal (246) 2024-02-28, Red-footed Booby (18) 2023-11-10, Red-tailed Tropicbird (5) 2022-11-21, Red-vented Bulbul (325) 2024-02-28, Red-whiskered Bulbul (137) 2024-02-28, Redhead (10) 2024-02-28, Ring-billed Gull (2) 2020-01-04, Ring-necked Duck (58) 2024-02-28, Ring-necked Pheasant (228) 2024-02-28, Rock Pigeon (3) 2024-01-03, Rose-ringed Parakeet (1) 2023-07-18, Ruddy Turnstone (545) 2024-02-28, Ruff (1) 2020-09-12, Saffron Finch (41) 2024-02-28, Sanderling (308) 2024-01-19, Scaly-breasted Munia (130) 2024-02-28, Semipalmated Plover (2) 2019-09-15, Sharp-tailed Sandpiper (29) 2023-10-28, Short-billed Dowitcher (1) 2022-08-20, Short-billed/Long-billed Dowitcher (1) 2022-09-25, Short-eared Owl (2) 2020-01-30, Slaty-backed Gull (2) 2019-02-11, Snow Goose (9) 2022-02-19, Snowy Egret (1) 2021-04-02, Solitary Sandpiper (2) 2023-10-28, Sooty Shearwater (1) 2019-04-04, Sooty Tern (11) 2022-10-01, Spotted Dove (361) 2024-02-28, Tristram's Storm-Petrel (3) 2024-02-22, Wandering Tattler (360) 2024-02-28, Warbling White-eye (210) 2024-02-28, Wedge-tailed Shearwater (58) 2023-12-08, Western Cattle Egret (440) 2024-02-28, Whimbrel (15) 2023-12-05, White-rumped Shama (85) 2024-02-28, White-tailed Tropicbird (1) 2021-04-02, Wilson's Snipe (63) 2023-12-23, Yellow-fronted Canary (1) 2021-11-29, Zebra Dove (354) 2024-02-28" \ No newline at end of file diff --git a/DataProcessing/Structured_Bird_Data.csv b/DataProcessing/Structured_Bird_Data.csv new file mode 100644 index 0000000..170550a --- /dev/null +++ b/DataProcessing/Structured_Bird_Data.csv @@ -0,0 +1,954 @@ +Latitude,Longitude,Species,Count,Date +21.28514725,-158.0597058,Brown Booby,1,2022-10-18 +21.28463967,-157.972955,Brown Booby,1,2021-02-02 +21.28402542,-157.8765695,Brown Booby,3,2020-09-03 +21.29324921,-157.9054178,Brown Booby,1,2019-10-13 +21.29318633,-157.8957787,Brown Booby,1,2020-07-04 +21.29143089,-157.6548163,Wandering Tattler,1,2020-04-26 +21.30299573,-158.0210302,Saffron Finch,1,2022-02-05 +21.30061708,-157.674012,Pacific Golden-Plover,1,2019-09-27 +21.31137897,-157.9149245,Pacific Golden-Plover,1,2023-06-17 +21.30995004,-157.7124877,White-rumped Shama,1,2022-12-20 +21.31941647,-157.7702492,Red-billed Leiothrix,1,2022-09-04 +21.31905658,-157.7220488,Red-billed Leiothrix,1,2021-05-13 +21.32771504,-157.6737683,Great Frigatebird,1,2021-10-14 +21.33976551,-158.1365023,Brown Booby,2,2023-10-04 +21.33896252,-157.9918638,Gray Francolin,1,2019-01-21 +21.34805366,-158.0014449,Barn Owl,1,2019-04-11 +21.34679401,-157.808592,Red-billed Leiothrix,1,2021-08-31 +21.34651563,-157.7700231,Red-billed Leiothrix,1,2019-08-10 +21.35758337,-158.0881771,Common Myna,1,2022-04-28 +21.35629332,-157.8760198,Pacific Golden-Plover,1,2019-01-15 +21.35589547,-157.8181619,White-rumped Shama,1,2019-09-19 +21.35540624,-157.7506623,Red-tailed Tropicbird,1,2021-01-15 +21.36436725,-157.7409425,Yellow-fronted Canary,1,2023-02-08 +21.36422131,-157.7216567,Scaly-breasted Munia,1,2022-09-19 +21.3754339,-158.0494848,Rose-ringed Parakeet,1,2023-02-14 +21.37537891,-158.0398399,Black-necked Stilt,1,2019-02-24 +21.37521131,-158.0109055,Western Cattle Egret,1,2019-01-16 +21.3732543,-157.7215782,Pacific Golden-Plover,1,2023-09-14 +21.38441301,-158.039781,White Tern,1,2021-12-03 +21.38319712,-157.8468782,Apapane,1,2023-01-20 +21.3942122,-158.1844167,Brown Booby,2,2022-05-16 +21.39209636,-157.8275166,White-tailed Tropicbird,1,2022-01-26 +21.39202848,-157.8178713,White-tailed Tropicbird,1,2021-05-15 +21.39168124,-157.7696456,Spotted Dove,1,2023-02-23 +21.40315263,-158.1650723,Erckel's Spurfowl,1,2019-02-20 +21.40242537,-158.0300163,Snow Goose,2,2021-01-29 +21.41228158,-158.1843163,Red Phalarope,1,2020-12-27 +21.41208976,-158.1457257,Peregrine Falcon,2,2020-03-25 +21.41157001,-158.0492512,Red-crowned Parrot,2,2021-12-07 +21.411403,-158.0203094,Snow Goose,1,2021-01-02 +21.41099449,-157.9527801,Saffron Finch,1,2023-06-27 +21.41042906,-157.8659587,Pacific Golden-Plover,1,2019-12-09 +21.41885113,-157.7790655,Brown Booby,1,2022-08-20 +21.43030342,-158.1745669,Zebra Dove,2,2022-05-27 +21.42745142,-157.7211066,Brown Booby,1,2023-10-08 +21.44736656,-157.9911198,Red-crowned Parrot,2,2020-03-12 +21.45763659,-158.2226683,Brown Booby,1,2019-07-05 +21.46554928,-158.0102966,Rose-ringed Parakeet,1,2023-11-18 +21.46543403,-157.9909953,Red-crested Cardinal,1,2022-05-01 +21.46422539,-157.8076393,Peregrine Falcon,1,2023-01-21 +21.47556911,-158.1936162,Common Waxbill,1,2023-03-01 +21.47497609,-158.0777958,Gray Francolin,1,2022-06-22 +21.47463993,-158.0198869,Red-crowned Parrot,1,2019-01-30 +21.48441355,-158.1549566,Warbling White-eye,1,2023-08-27 +21.48421876,-158.1163472,Erckel's Spurfowl,1,2021-07-05 +21.48416768,-158.1066951,Red-crowned Parrot,1,2021-04-14 +21.48384174,-158.0487824,Western Cattle Egret,1,2021-12-03 +21.49319986,-158.1066399,Red-crested Cardinal,1,2023-11-16 +21.51141849,-158.135491,Apapane,1,2024-02-14 +21.51094278,-158.0486061,Red-masked Parakeet,1,2023-12-19 +21.52092219,-158.2319872,Red Junglefowl,1,2020-03-17 +21.52013964,-158.0775105,Barn Owl,1,2020-05-25 +21.52008581,-158.0678561,Common Myna,2,2023-03-29 +21.52003148,-158.0582017,Gray Francolin,1,2023-02-03 +21.5190249,-157.8940806,Apapane,1,2021-12-26 +21.5274524,-157.8071234,Sooty Tern,1,2022-03-29 +21.53831265,-158.0967078,Black-crowned Night Heron,1,2019-06-27 +21.53804418,-158.0484296,Short-eared Owl,1,2021-08-31 +21.5379888,-158.038774,Western Cattle Egret,2,2021-11-30 +21.53669332,-157.8360141,Pacific Golden-Plover,1,2022-03-09 +21.55616653,-158.0579684,Java Sparrow,1,2024-01-31 +21.5653083,-158.0772247,Red-crested Cardinal,1,2021-05-12 +21.58416651,-158.2316438,Glaucous-winged Gull,1,2020-11-21 +21.5927245,-158.1350071,Black-footed Albatross,1,2022-12-08 +21.59122467,-157.8838739,Chestnut Munia,1,2019-03-11 +21.63730367,-158.0284548,Warbling White-eye,1,2022-10-27 +21.63683409,-157.9511588,Barn Owl,1,2023-03-18 +21.24742823,-157.809393,"Brown Booby (1) 2023-04-17, Wedge-tailed Shearwater",1,2023-04-17 +21.25666347,-157.8382298,"Great Frigatebird (1) 2024-02-09, Masked Booby",1,2024-02-09 +21.26738912,-158.1176481,"Wedge-tailed Shearwater (1) 2021-09-19, White Tern",1,2021-09-19 +21.27589264,-158.0212091,"Brown Booby (1) 2019-01-20, White Tern",1,2019-01-20 +21.30264901,-157.9631898,"Brown Booby (1) 2019-01-13, White Tern",1,2019-01-13 +21.30106368,-157.7318439,"Common Waxbill (1) 2022-10-17, Red-vented Bulbul",1,2022-10-17 +21.30038558,-157.6450952,"Great Frigatebird (2) 2021-06-22, Masked Booby",2,2021-06-22 +21.31112575,-157.8763638,"Common Myna (1) 2024-01-09, White Tern",1,2022-07-12 +21.31016916,-157.7414056,"Oahu Elepaio (2) 2021-03-28, White-rumped Shama",1,2019-03-31 +21.34880027,-158.1364494,"Brown Booby (3) 2023-03-30, White Tern",1,2023-03-30 +21.34860058,-158.0978761,"Eurasian Skylark (1) 2019-11-02, Western Cattle Egret",1,2019-11-02 +21.3645818,-157.7698723,"Common Myna (1) 2021-10-16, Java Sparrow",1,2019-05-12 +21.3934471,-158.039722,"Barn Owl (1) 2019-05-20, Red-masked Parakeet",2,2021-12-05 +21.39339152,-158.0300759,"Red-vented Bulbul (1) 2020-02-02, Saffron Finch",1,2020-02-02 +21.39223047,-157.8468073,"Red-billed Leiothrix (1) 2021-11-26, Warbling White-eye",1,2021-11-26 +21.43648389,-157.7210278,"Black Noddy (1) 2019-02-05, Brown Noddy",1,2019-02-05 +21.45526118,-157.8173622,"Masked Booby (2) 2022-01-29, White-rumped Shama",1,2022-12-29 +21.47446779,-157.9909331,"Japanese Bush Warbler (1) 2023-07-31, Warbling White-eye",1,2023-07-31 +21.47325822,-157.8075657,"Great Frigatebird (1) 2020-01-28, Western Cattle Egret",1,2020-01-28 +21.49363759,-158.1935166,"Red-vented Bulbul (1) 2023-11-17, White-rumped Shama",1,2023-11-17 +21.50285349,-158.2320822,"Brown Booby (1) 2019-04-21, Masked Booby",1,2019-04-21 +21.51077519,-158.0196448,"Rose-ringed Parakeet (1) 2021-08-26, White-rumped Shama",1,2021-08-26 +21.52963605,-158.1643486,"Erckel's Spurfowl (1) 2022-01-22, Zebra Dove",1,2022-01-22 +21.56618496,-158.2510584,"Great Frigatebird (1) 2022-01-07, Laysan Albatross",1,2022-01-07 +21.56406053,-157.8744247,"Red-crested Cardinal (1) 2022-02-11, Zebra Dove",1,2022-02-11 +21.58384339,-158.1640345,"Laysan Albatross (1) 2022-02-27, Sanderling",1,2022-02-27 +21.62754997,-157.9125793,"Ruddy Turnstone (1) 2022-01-04, Wandering Tattler",1,2022-01-04 +21.646223,-158.0090688,"Feral Mallard (1) 2022-03-23, Red-vented Bulbul",1,2022-03-23 +21.66399467,-157.9606265,"Great Frigatebird (1) 2021-05-12, Red-vented Bulbul",2,2023-06-10 +21.23839507,-157.8094654,"Brown Booby (1) 2021-03-20, Sooty Tern (1) 2021-03-20, White Tern",1,2021-03-20 +21.26576306,-157.8477961,"Rock Pigeon (1) 2022-11-25, Wedge-tailed Shearwater (1) 2022-11-25, White Tern",1,2022-11-25 +21.27492734,-157.8670007,"Brown Booby (1) 2023-01-24, Sooty Tern (1) 2023-01-24, White Tern",1,2023-01-24 +21.28550839,-158.1271798,"Brown Booby (1) 2022-10-18, Wedge-tailed Shearwater (1) 2022-10-18, White Tern",1,2022-10-18 +21.29238729,-157.7801135,"Red-vented Bulbul (1) 2019-03-18, Spotted Dove (1) 2019-03-18, Warbling White-eye",1,2019-03-18 +21.30252957,-157.9439101,"Eurasian Skylark (1) 2019-01-20, Pacific Golden-Plover (1) 2019-01-20, Spotted Dove",1,2022-09-20 +21.3125633,-158.1173791,"Brown Booby (1) 2020-04-04, Ruddy Turnstone (1) 2020-04-04, Sooty Tern",1,2020-04-04 +21.3213421,-158.0691187,"Red Junglefowl (1) 2022-12-22, Red-vented Bulbul (1) 2022-12-22, Zebra Dove",1,2022-12-22 +21.34889658,-158.1557362,"Brown Booby (1) 2023-02-21, Red-footed Booby (1) 2023-02-21, Sooty Tern",1,2023-02-21 +21.34672523,-157.7989498,"Red-billed Leiothrix (1) 2019-09-01, Warbling White-eye (1) 2019-09-01, White-rumped Shama",1,2019-09-01 +21.36687025,-158.1363436,"Common Myna (1) 2023-05-08, House Sparrow (1) 2023-05-08, Saffron Finch",1,2023-05-08 +21.36558081,-157.914526,"Chestnut Munia (1) 2023-04-14, Common Waxbill (1) 2023-04-14, Pacific Golden-Plover",1,2019-11-09 +21.37361491,-157.7697968,"Common Myna (2) 2023-10-24, Red Junglefowl (2) 2023-10-18, Western Cattle Egret",1,2023-10-24 +21.40219736,-157.99143,"Red-crowned Parrot (1) 2019-07-23, Rose-ringed Parakeet (2) 2021-12-19, Western Cattle Egret",1,2019-10-19 +21.40112966,-157.8274445,"Red-crested Cardinal (1) 2023-03-16, White-tailed Tropicbird (2) 2022-06-27, Yellow-fronted Canary",1,2023-03-16 +21.42060375,-158.0491927,"Red-vented Bulbul (1) 2023-03-29, Spotted Dove (1) 2023-03-29, Zebra Dove",1,2023-03-29 +21.43684661,-157.7692672,"Black Noddy (2) 2021-10-02, House Sparrow (1) 2021-09-03, Western Cattle Egret",1,2021-10-02 +21.44753833,-158.0200682,"Black-crowned Night Heron (1) 2022-01-07, Common Myna (1) 2021-06-09, Rock Pigeon",1,2021-06-09 +21.45745365,-158.1840649,"Common Myna (1) 2023-06-13, Red-vented Bulbul (1) 2023-06-13, Zebra Dove",1,2023-06-13 +21.4567963,-158.0586089,"House Finch (1) 2021-12-19, Rose-ringed Parakeet (1) 2022-08-27, Saffron Finch",2,2022-12-03 +21.46679988,-158.2515754,"Brown Booby (1) 2023-04-01, Brown Noddy (1) 2023-04-01, Wedge-tailed Shearwater",1,2023-04-01 +21.46566241,-158.0295981,"Common Myna (1) 2019-02-18, Northern Mockingbird (1) 2019-02-18, Red-crested Cardinal",1,2023-04-19 +21.4748082,-158.0488412,"Common Myna (2) 2023-03-29, House Finch (2) 2023-03-29, Red-vented Bulbul",2,2023-03-29 +21.48469549,-158.2128715,"Common Myna (2) 2019-09-26, Indian Peafowl (2) 2019-09-26, Zebra Dove",2,2019-09-26 +21.48411567,-158.097043,"Common Waxbill (2) 2021-12-11, Red-vented Bulbul (2) 2021-12-11, Zebra Dove",2,2021-12-11 +21.49381902,-158.2321296,"Common Myna (3) 2022-03-20, Red-crested Cardinal (1) 2021-12-13, Saffron Finch",2,2022-03-20 +21.51105221,-158.0679138,"Common Myna (1) 2021-10-23, Red-crested Cardinal (2) 2024-02-10, Spotted Dove",1,2021-10-23 +21.51099774,-158.0582599,"Black Francolin (2) 2023-06-02, Eurasian Skylark (2) 2023-06-02, Gray Francolin",2,2023-06-02 +21.51992124,-158.0388929,"Common Myna (1) 2022-05-16, Spotted Dove (1) 2022-05-16, Western Cattle Egret",1,2022-05-16 +21.53689561,-157.8649787,"Japanese Bush Warbler (1) 2022-02-10, Red-whiskered Bulbul (1) 2022-02-10, White-tailed Tropicbird",1,2022-02-10 +21.57444804,-158.0964838,"Common Myna (1) 2022-05-09, Western Cattle Egret (3) 2023-11-24, Zebra Dove",2,2023-11-24 +21.60069992,-157.9514196,"Apapane (1) 2021-09-18, Common Waxbill (1) 2021-09-18, Warbling White-eye",1,2021-09-18 +21.60051439,-157.9224414,"Common Myna (1) 2024-02-07, Common Waxbill (1) 2024-02-07, Zebra Dove",1,2024-02-07 +21.62843706,-158.0575,"Common Myna (1) 2023-08-26, Red-crested Cardinal (1) 2023-08-26, White-tailed Tropicbird",1,2023-08-26 +21.2474961,-157.8190289,"Red-footed Booby (1) 2023-07-26, Sooty Tern (1) 2024-01-18, Wedge-tailed Shearwater (2) 2023-09-06, White Tern",3,2024-01-18 +21.27479643,-157.8477258,"Black Noddy (1) 2023-12-27, Brown Booby (5) 2023-12-31, Brown Noddy (1) 2019-03-01, White Tern",3,2023-12-31 +21.28396082,-157.8669314,"Brown Booby (5) 2024-01-21, Sooty Tern (1) 2024-01-21, White Tern",5,2024-01-21 +21.28239821,-157.654898,"Common Waxbill (1) 2021-10-17, Pacific Golden-Plover (1) 2021-10-17, Red-crested Cardinal (1) 2021-10-17, Rock Pigeon",1,2021-10-17 +21.29444375,-158.1078472,"Common Myna (1) 2023-11-19, House Sparrow (1) 2023-11-19, Pacific Golden-Plover (1) 2023-11-19, Zebra Dove",1,2023-11-19 +21.30347858,-158.1077928,"Red Junglefowl (1) 2023-10-13, Rock Pigeon (1) 2023-10-13, Saffron Finch (1) 2023-10-13, Zebra Dove",1,2023-10-13 +21.30258967,-157.95355,"Brown Booby (4) 2022-07-10, Red-footed Booby (2) 2020-02-04, Sooty Tern (2) 2020-02-04, White Tern",4,2022-07-10 +21.33032108,-158.0594192,"Common Myna (1) 2023-07-29, Red Avadavat (1) 2023-07-29, Red-vented Bulbul (2) 2023-07-29, Saffron Finch",1,2023-07-29 +21.3279416,-157.7026896,"Common Myna (1) 2022-06-10, House Finch (1) 2022-06-10, Spotted Dove (1) 2022-06-10, Zebra Dove",1,2022-06-10 +21.34870188,-158.1171627,"Black Swan (1) 2022-06-27, Common Myna (1) 2022-06-27, Hawaiian Coot (1) 2021-03-20, Feral Mallard",1,2022-06-27 +21.38517725,-158.1844667,"Brown Booby (1) 2023-03-05, Sooty Tern (1) 2023-03-05, Wedge-tailed Shearwater (1) 2023-03-05, White Tern",1,2023-03-05 +21.43025556,-158.164918,"Black-crowned Night Heron (1) 2022-06-22, Black-necked Stilt (3) 2022-06-22, Red-vented Bulbul (1) 2022-06-22, Spotted Dove",1,2022-06-22 +21.44851208,-158.2034157,"Brown Booby (1) 2021-01-04, Brown Noddy (1) 2021-01-04, Red-footed Booby (1) 2021-01-04, Saffron Finch",1,2021-03-17 +21.44675653,-157.8946265,"Apapane (1) 2020-03-11, Barn Owl (1) 2020-03-11, Oahu Amakihi (1) 2020-03-11, Warbling White-eye",1,2020-03-11 +21.45750047,-158.1937157,"Common Myna (1) 2023-05-12, Red-crested Cardinal (1) 2023-05-12, Red-vented Bulbul (1) 2023-05-12, Rock Pigeon",1,2023-05-12 +21.47458309,-158.0102356,"Common Myna (1) 2023-07-31, Red-crested Cardinal (1) 2023-07-31, Rose-ringed Parakeet (1) 2019-12-31, Western Cattle Egret",1,2023-07-31 +21.48486969,-158.2514832,"Brown Booby (1) 2022-11-09, Brown Noddy (1) 2022-11-09, Wedge-tailed Shearwater (1) 2022-11-09, White Tern",1,2022-11-09 +21.50162711,-158.0003993,"Common Myna (1) 2023-07-30, House Sparrow (1) 2023-07-30, Rose-ringed Parakeet (1) 2023-07-30, Western Cattle Egret",1,2024-01-12 +21.61053102,-158.0865985,"Indian Peafowl (1) 2023-01-27, Red-whiskered Bulbul (1) 2023-07-08, Sanderling (2) 2023-04-15, Wandering Tattler",1,2023-04-14 +21.61972087,-158.1155241,"Brown Booby (1) 2021-06-28, Masked Booby (1) 2021-08-15, Wedge-tailed Shearwater (1) 2021-08-15, Western Cattle Egret",1,2021-06-28 +21.63718937,-158.0091305,"Apapane (3) 2021-01-16, Red-vented Bulbul (3) 2021-01-16, Red-whiskered Bulbul (3) 2021-01-16, Warbling White-eye",3,2021-01-16 +21.69150255,-158.0280909,"Black-crowned Night Heron (1) 2022-09-21, Common Gallinule (1) 2022-09-21, Hawaiian Coot (1) 2022-09-21, Muscovy Duck",1,2022-09-21 +21.25835425,-158.1177017,"Black Noddy (2) 2021-01-14, Great Frigatebird (1) 2021-01-14, Laysan Albatross (1) 2021-01-14, White Tern (1) 2021-01-14, Zebra Dove",1,2021-01-14 +21.27499189,-157.8766382,"Brown Booby (3) 2024-01-10, Rock Pigeon (1) 2020-03-05, Sooty Tern (1) 2020-03-05, Wedge-tailed Shearwater (1) 2023-11-07, White Tern",2,2023-11-07 +21.29305893,-157.8765009,"Brown Booby (4) 2024-01-10, Red-footed Booby (1) 2023-02-14, Sooty Tern (1) 2023-01-24, Wedge-tailed Shearwater (1) 2023-10-07, White Tern",2,2023-02-14 +21.3128047,-158.1655839,"Black Noddy (1) 2019-10-13, Brown Booby (1) 2019-10-13, Masked Booby (1) 2019-10-13, Wedge-tailed Shearwater (1) 2019-10-13, White Tern",1,2019-10-13 +21.31156388,-157.9438458,"House Sparrow (2) 2021-12-02, Pacific Golden-Plover (2) 2021-12-02, Spotted Dove (2) 2021-12-02, White Tern",2,2023-06-29 +21.31912965,-157.7316887,"Red Junglefowl (1) 2022-10-17, Red-billed Leiothrix (1) 2022-10-17, Red-vented Bulbul (1) 2022-10-17, Red-whiskered Bulbul (1) 2022-10-17, Warbling White-eye",1,2022-10-17 +21.32992778,-157.9919253,"Gray Francolin (3) 2019-06-09, Mourning Dove (1) 2019-03-15, Saffron Finch (2) 2019-04-18, Spotted Dove (1) 2019-04-16, White-rumped Shama",1,2019-05-13 +21.34854812,-158.0882329,"Common Myna (1) 2021-03-21, House Sparrow (1) 2020-12-20, Java Sparrow (1) 2020-12-20, Spotted Dove (2) 2021-05-27, Zebra Dove",1,2020-12-21 +21.35575839,-157.7988761,"Common Myna (1) 2021-07-16, Red-whiskered Bulbul (1) 2021-07-16, Western Cattle Egret (1) 2021-07-16, White-rumped Shama (2) 2023-09-25, Zebra Dove",1,2021-07-16 +21.36672346,-158.1074103,"Erckel's Spurfowl (1) 2019-01-23, Eurasian Skylark (2) 2020-10-25, Northern Mockingbird (1) 2019-01-23, Western Cattle Egret (1) 2019-01-23, Zebra Dove",1,2019-01-23 +21.36513036,-157.8470199,"Pacific Golden-Plover (1) 2024-02-02, Red Junglefowl (1) 2023-05-17, Red-whiskered Bulbul (1) 2024-02-02, Western Cattle Egret (1) 2023-05-17, White-rumped Shama",1,2024-02-02 +21.37492194,-157.9626826,"Common Myna (1) 2023-11-15, Pacific Golden-Plover (1) 2023-11-15, Spotted Dove (1) 2023-11-15, Western Cattle Egret (1) 2023-11-15, Zebra Dove",1,2023-11-15 +21.38377238,-157.933683,"Common Myna (2) 2023-03-29, Red Junglefowl (2) 2023-03-29, Red-vented Bulbul (2) 2023-03-29, Rose-ringed Parakeet (2) 2023-07-03, Zebra Dove",2,2023-03-29 +21.39274372,-157.9239717,"Common Myna (1) 2019-09-20, Red-crested Cardinal (1) 2019-09-20, Red-vented Bulbul (1) 2019-09-20, Red-whiskered Bulbul (1) 2019-09-20, Zebra Dove",1,2019-09-20 +21.41055867,-157.8852521,"Apapane (1) 2021-10-31, House Finch (1) 2021-10-31, Oahu Amakihi (1) 2021-10-31, Red-billed Leiothrix (1) 2021-10-31, Warbling White-eye",1,2021-10-31 +21.4396103,-158.2324139,"Black Noddy (1) 2023-05-14, Brown Booby (1) 2023-05-14, Brown Noddy (1) 2023-05-14, Wedge-tailed Shearwater (1) 2023-05-14, White Tern",1,2023-05-14 +21.4756611,-158.2129202,"Erckel's Spurfowl (1) 2022-01-20, Gray Francolin (1) 2022-01-20, Red-vented Bulbul (1) 2022-01-20, Warbling White-eye (1) 2022-01-20, Zebra Dove",1,2022-01-20 +21.49372985,-158.2128228,"Apapane (1) 2023-04-28, Erckel's Spurfowl (2) 2023-06-17, Red-whiskered Bulbul (1) 2023-04-28, Warbling White-eye (1) 2023-04-28, White-tailed Tropicbird",1,2023-06-17 +21.49166339,-157.8556774,"Java Sparrow (1) 2023-04-24, Pacific Golden-Plover (1) 2023-03-29, Red Junglefowl (1) 2023-03-29, Ruddy Turnstone (1) 2023-04-24, Western Cattle Egret",2,2023-10-16 +21.51060283,-157.990684,"Chestnut Munia (1) 2024-01-18, Common Myna (2) 2024-01-18, Java Sparrow (1) 2024-01-18, Red-vented Bulbul (2) 2024-01-18, White-rumped Shama",1,2023-06-27 +21.51975201,-158.00993,"Common Myna (1) 2022-07-09, Indian Peafowl (1) 2022-07-09, Red-vented Bulbul (1) 2022-07-09, Warbling White-eye (1) 2022-07-09, White-rumped Shama",1,2019-03-15 +21.637073,-157.9898064,"Apapane (1) 2022-07-08, Common Waxbill (1) 2022-07-08, Oahu Amakihi (1) 2022-07-08, Warbling White-eye (1) 2022-07-08, White-rumped Shama",1,2022-07-08 +21.70047805,-158.0183639,"Hawaiian Coot (1) 2021-06-12, Indian Peafowl (1) 2021-06-12, Saffron Finch (1) 2021-06-12, White-rumped Shama (1) 2021-06-12, Yellow-fronted Canary",1,2021-06-12 +21.25840372,-158.1273391,"Brown Booby (1) 2019-07-22, Great Frigatebird (1) 2019-07-22, Red-footed Booby (1) 2019-07-22, Wedge-tailed Shearwater (1) 2019-07-22, White Tern (1) 2019-07-22, White-tailed Tropicbird",1,2019-07-22 +21.25659668,-157.8285934,"Black Noddy (1) 2022-02-15, Black-crowned Night Heron (1) 2022-02-15, Brown Booby (2) 2022-02-15, Western Cattle Egret (1) 2022-02-15, White Tern",2,2023-04-15 +21.25567837,-157.7033229,"Brown Booby (5) 2022-05-20, Great Frigatebird (1) 2022-05-20, Red-footed Booby (1) 2022-05-20, Sooty Tern (2) 2022-04-06, Wandering Tattler (2) 2022-01-20, Wedge-tailed Shearwater",1,2022-05-20 +21.28446142,-157.9440389,"Black Noddy (1) 2022-06-20, Brown Booby (2) 2023-10-27, Brown Noddy (1) 2022-06-20, Wedge-tailed Shearwater (1) 2022-06-20, White Tern",2,2023-10-27 +21.2922463,-157.7608363,"Red-masked Parakeet (1) 2019-06-01, Red-vented Bulbul (2) 2019-10-29, Scaly-breasted Munia (3) 2020-02-19, Warbling White-eye (2) 2019-10-29, White Tern (2) 2019-10-29, Zebra Dove",2,2019-10-29 +21.30980114,-157.6932092,"Java Sparrow (1) 2021-05-17, Northern Cardinal (1) 2021-05-17, Red-vented Bulbul (1) 2021-05-17, Spotted Dove (1) 2021-05-17, Western Cattle Egret (1) 2021-05-17, Zebra Dove",1,2021-05-17 +21.32041269,-157.9148583,"Common Myna (3) 2022-07-13, House Finch (1) 2021-12-17, Red-crested Cardinal (1) 2021-12-17, Red-vented Bulbul (1) 2022-11-21, Spotted Dove (1) 2019-10-11, Zebra Dove",1,2019-10-11 +21.31852839,-157.6545697,"Great Frigatebird (1) 2022-10-11, Red-footed Booby (1) 2022-10-11, Red-tailed Tropicbird (1) 2022-10-11, Ruddy Turnstone (1) 2022-10-11, Wandering Tattler (1) 2022-10-11, Wedge-tailed Shearwater",1,2022-10-11 +21.33913241,-158.0207907,"Black-necked Stilt (1) 2019-03-28, Common Myna (1) 2021-08-22, Common Waxbill (1) 2021-08-22, Java Sparrow (1) 2021-08-22, Pacific Golden-Plover (1) 2021-08-22, Western Cattle Egret",1,2021-08-22 +21.3482775,-158.0400169,"African Silverbill (2) 2019-03-10, Common Waxbill (2) 2019-03-10, Gray Francolin (1) 2023-11-19, Red-crested Cardinal (1) 2023-11-19, Saffron Finch (2) 2019-03-10, Spotted Dove",1,2023-11-19 +21.35504,-157.7024507,"Cackling Goose (1) 2021-04-14, Common Gallinule (1) 2021-04-14, House Finch (1) 2021-04-14, Laughing Gull (1) 2020-01-12, Ruddy Turnstone (1) 2021-04-14, Wandering Tattler",1,2021-04-14 +21.36594822,-157.9723905,"House Finch (2) 2024-02-29, Java Sparrow (2) 2024-02-29, Rock Pigeon (2) 2024-02-29, Rose-ringed Parakeet (2) 2024-02-29, Spotted Dove (2) 2024-02-29, Zebra Dove",2,2024-02-29 +21.36479154,-157.7988024,"Red Junglefowl (2) 2023-04-12, Red-billed Leiothrix (1) 2022-12-27, Red-crested Cardinal (1) 2023-07-26, Red-vented Bulbul (1) 2020-02-23, Warbling White-eye (1) 2022-12-27, White-rumped Shama",1,2022-12-27 +21.38446817,-158.0494265,"Black Francolin (1) 2023-10-31, Gray Francolin (1) 2023-09-29, Oahu Amakihi (1) 2023-09-20, Red-crested Cardinal (1) 2023-09-20, Red-vented Bulbul (1) 2023-09-29, Red-whiskered Bulbul",1,2023-09-20 +21.39333537,-158.0204299,"Java Sparrow (2) 2023-02-23, Red-crested Cardinal (1) 2023-02-23, Rock Pigeon (1) 2020-03-05, Rose-ringed Parakeet (1) 2020-03-05, Spotted Dove (1) 2023-02-23, Zebra Dove",1,2023-02-23 +21.39255562,-157.8950348,"Common Myna (1) 2019-06-19, House Finch (1) 2019-06-19, Red-billed Leiothrix (2) 2022-12-30, Red-crested Cardinal (1) 2019-06-19, Red-vented Bulbul (1) 2019-06-19, Zebra Dove",1,2019-06-19 +21.39101821,-157.6828422,"Black Noddy (1) 2023-01-08, Brown Booby (1) 2023-01-08, Great Frigatebird (1) 2023-01-08, Red-footed Booby (1) 2023-01-08, Red-whiskered Bulbul (1) 2023-01-12, Sooty Tern",1,2023-01-08 +21.41029716,-157.8466654,"Oahu Amakihi (1) 2019-12-05, Oahu Elepaio (1) 2019-12-05, Red-billed Leiothrix (1) 2019-12-05, Warbling White-eye (1) 2019-12-05, White-rumped Shama (1) 2019-12-05, Zebra Dove",1,2019-12-05 +21.43924155,-158.1552171,"Common Myna (1) 2021-06-12, Common Waxbill (1) 2021-06-12, Red-vented Bulbul (1) 2021-06-12, Saffron Finch (1) 2021-06-12, Spotted Dove (1) 2021-06-12, Zebra Dove",1,2021-06-12 +21.49159669,-157.8460256,"Common Myna (2) 2020-01-11, Laysan Albatross (1) 2021-11-28, Feral Mallard (2) 2020-01-11, Muscovy Duck (1) 2023-09-24, Pacific Golden-Plover (2) 2020-01-11, Western Cattle Egret",2,2020-01-11 +21.50248199,-158.1548518,"Apapane (1) 2022-02-26, Erckel's Spurfowl (1) 2022-02-26, Oahu Amakihi (1) 2022-02-26, Red-billed Leiothrix (1) 2022-02-26, Red-vented Bulbul (1) 2022-02-26, Warbling White-eye",1,2022-02-26 +21.51042544,-157.9617231,"Common Waxbill (1) 2022-07-09, Oahu Elepaio (1) 2022-07-09, Red-billed Leiothrix (1) 2022-07-09, Red-crested Cardinal (1) 2022-07-09, Warbling White-eye (1) 2022-07-09, White-rumped Shama",1,2022-07-09 +21.5095271,-157.826577,"Great Frigatebird (1) 2019-04-10, Red-footed Booby (3) 2022-08-20, Red-vented Bulbul (1) 2021-06-24, Spotted Dove (3) 2022-08-20, Wedge-tailed Shearwater (4) 2022-08-20, Zebra Dove",3,2022-08-20 +21.52901042,-158.0484884,"Common Myna (1) 2019-09-13, Common Waxbill (1) 2019-09-13, Gray Francolin (1) 2019-09-13, Pacific Golden-Plover (1) 2019-09-13, Red-vented Bulbul (1) 2019-09-13, Ruddy Turnstone",1,2019-09-13 +21.55697218,-158.2124788,"Common Waxbill (1) 2021-01-09, Japanese Bush Warbler (1) 2021-01-09, Red-crested Cardinal (1) 2021-01-09, Red-vented Bulbul (1) 2021-01-09, Warbling White-eye (1) 2021-01-09, White-rumped Shama",1,2021-01-09 +21.58440351,-158.2896089,"Brown Booby (1) 2023-04-01, Brown Noddy (1) 2023-04-01, Great Frigatebird (1) 2023-04-01, Laysan Albatross (1) 2023-04-01, Wedge-tailed Shearwater",1,2023-04-01 +21.60025709,-157.8838045,"Common Myna (1) 2021-12-26, Java Sparrow (1) 2021-12-26, Pacific Golden-Plover (1) 2021-12-26, Red Junglefowl (1) 2021-12-26, Western Cattle Egret (1) 2021-12-26, Zebra Dove",1,2021-12-26 +21.61068763,-158.1155795,"Brown Booby (4) 2023-09-05, Brown Noddy (2) 2023-09-05, Laysan Albatross (1) 2021-08-04, Sooty Tern (2) 2023-09-05, Wedge-tailed Shearwater",4,2023-09-05 +21.2557523,-157.7129587,"Great Frigatebird (1) 2019-06-04, Red-footed Booby (1) 2019-06-04, Red-vented Bulbul (2) 2019-06-08, Spotted Dove (1) 2019-06-04, Wandering Tattler (1) 2019-06-08, Wedge-tailed Shearwater (1) 2019-06-04, White Tern",1,2019-06-08 +21.26743861,-158.1272861,"Brown Booby (1) 2022-03-26, Brown Noddy (1) 2020-03-26, Red-footed Booby (1) 2022-03-26, Sooty Shearwater (1) 2020-03-26, Sooty Tern (1) 2020-03-26, Wedge-tailed Shearwater (1) 2020-03-26, White Tern",2,2022-03-26 +21.26463666,-157.6936077,"Brown Booby (1) 2023-04-07, Brown Noddy (2) 2023-04-07, Great Frigatebird (1) 2023-04-07, Red-footed Booby (2) 2023-04-07, Red-tailed Tropicbird (2) 2023-04-07, Sooty Tern (1) 2023-04-07, Wedge-tailed Shearwater",1,2023-04-07 +21.28389558,-157.8572935,"Black Noddy (8) 2019-03-31, Brown Booby (9) 2023-10-24, Brown Noddy (1) 2023-10-24, Red-footed Booby (8) 2019-03-31, Sooty Tern (8) 2019-03-31, Wedge-tailed Shearwater (8) 2019-03-31, White Tern",9,2023-10-24 +21.31045365,-157.7799642,"Chestnut Munia (1) 2021-08-21, Common Myna (1) 2022-12-19, Common Waxbill (2) 2022-12-19, Red-billed Leiothrix (1) 2021-08-21, Rose-ringed Parakeet (1) 2022-12-19, Scaly-breasted Munia (1) 2021-08-21, Zebra Dove",1,2022-12-19 +21.32028696,-157.8955766,"Black-crowned Night Heron (2) 2020-07-09, Black-necked Stilt (1) 2022-09-09, Brown Booby (1) 2019-10-13, Pacific Golden-Plover (1) 2022-09-09, Ruddy Turnstone (1) 2022-09-09, Sooty Tern (1) 2022-11-23, Western Cattle Egret",1,2020-03-01 +21.33053177,-158.0979871,"Common Myna (1) 2023-09-14, Common Waxbill (1) 2023-09-14, Pacific Golden-Plover (1) 2023-09-14, Red Avadavat (1) 2023-09-14, Red-crested Cardinal (1) 2023-09-14, Saffron Finch (2) 2023-09-14, Western Cattle Egret",1,2023-09-14 +21.32925687,-157.8858677,"Common Myna (4) 2023-10-19, House Sparrow (1) 2019-10-30, Red-vented Bulbul (1) 2023-10-19, Spotted Dove (1) 2019-10-30, Warbling White-eye (1) 2019-10-30, Western Cattle Egret (2) 2021-11-10, Zebra Dove",2,2023-10-19 +21.32919267,-157.8762265,"House Sparrow (1) 2021-07-07, Java Sparrow (1) 2019-03-01, Red-crested Cardinal (1) 2022-02-22, Red-vented Bulbul (1) 2021-07-07, Rose-ringed Parakeet (1) 2022-02-22, Spotted Dove (1) 2021-07-07, Zebra Dove",1,2019-03-01 +21.34692989,-157.8278767,"Common Myna (1) 2024-02-19, Common Waxbill (1) 2024-02-19, Feral Mallard (1) 2024-02-19, Oahu Amakihi (1) 2021-04-20, Pacific Golden-Plover (1) 2024-02-19, Red-billed Leiothrix",1,2021-04-20 +21.3462285,-157.7314553,"Common Myna (1) 2022-05-30, Red-vented Bulbul (1) 2022-05-30, Red-whiskered Bulbul (1) 2022-05-30, Rock Pigeon (1) 2022-05-30, Spotted Dove (1) 2022-05-30, Western Cattle Egret (1) 2022-05-30, Zebra Dove",1,2022-05-30 +21.35568903,-157.7892333,"Apapane (1) 2021-12-25, Japanese Bush Warbler (1) 2021-07-11, Red-billed Leiothrix (1) 2021-12-25, Red-vented Bulbul (1) 2021-12-25, Warbling White-eye (1) 2021-12-25, White-rumped Shama (1) 2021-12-25, White-tailed Tropicbird",1,2021-07-26 +21.37382471,-157.7987286,"Chestnut Munia (2) 2021-05-13, Common Myna (2) 2021-05-13, Common Waxbill (1) 2019-04-01, Pacific Golden-Plover (1) 2019-04-01, Red-crested Cardinal (2) 2021-05-13, Red-vented Bulbul (2) 2021-05-13, White-rumped Shama",1,2019-04-01 +21.38435756,-158.0301355,"Common Myna (2) 2023-03-29, Pacific Golden-Plover (1) 2019-03-28, Red-vented Bulbul (2) 2023-03-29, Rose-ringed Parakeet (1) 2019-03-28, Spotted Dove (1) 2019-03-28, Western Cattle Egret (3) 2023-03-29, Zebra Dove",1,2019-03-28 +21.38430155,-158.0204901,"Common Myna (1) 2019-08-13, Common Waxbill (1) 2019-08-13, House Finch (1) 2019-08-13, Saffron Finch (1) 2019-08-13, Spotted Dove (1) 2019-08-13, Warbling White-eye (1) 2019-08-13, Zebra Dove",1,2019-08-13 +21.3841304,-157.9915541,"Common Myna (2) 2023-01-02, Northern Cardinal (2) 2023-01-02, Red-crested Cardinal (2) 2023-01-02, Red-vented Bulbul (2) 2023-01-02, Spotted Dove (2) 2023-01-02, White-rumped Shama (2) 2023-01-02, Zebra Dove",2,2023-01-02 +21.40995752,-157.7984331,"Common Myna (1) 2023-07-10, Red Junglefowl (1) 2023-07-10, Rock Pigeon (1) 2023-07-10, Saffron Finch (1) 2023-07-10, Spotted Dove (1) 2023-07-10, Warbling White-eye (1) 2023-07-10, Western Cattle Egret",1,2023-07-10 +21.42900107,-157.943003,"Chinese Hwamei (1) 2019-01-06, Common Waxbill (1) 2019-02-09, Oahu Amakihi (1) 2019-02-09, Red-billed Leiothrix (1) 2020-02-03, Red-crowned Parrot (1) 2019-01-06, Warbling White-eye (1) 2022-05-29, White-rumped Shama",1,2019-01-06 +21.44602052,-157.7884888,"Black-necked Stilt (1) 2022-01-07, Common Waxbill (1) 2022-01-07, House Finch (1) 2022-01-07, Pacific Golden-Plover (1) 2022-01-07, Ruddy Turnstone (1) 2022-01-07, Saffron Finch (1) 2022-01-07, Western Cattle Egret",2,2024-01-21 +21.47486468,-158.0584927,"Chestnut Munia (2) 2021-11-30, Common Myna (2) 2021-11-30, Common Waxbill (2) 2021-11-30, Red-crested Cardinal (2) 2021-11-30, Scaly-breasted Munia (2) 2021-11-30, White-rumped Shama (2) 2021-11-30, Zebra Dove",2,2021-11-30 +21.4934474,-158.1549044,"Common Myna (1) 2022-02-26, Common Waxbill (1) 2022-02-26, Spotted Dove (1) 2022-02-26, Warbling White-eye (1) 2022-02-26, White-rumped Shama (1) 2022-02-26, Yellow-fronted Canary (1) 2022-02-26, Zebra Dove",1,2022-02-26 +21.50069675,-157.8556068,"Common Myna (3) 2023-03-29, Indian Peafowl (1) 2020-12-08, Red-crested Cardinal (1) 2020-11-29, Red-whiskered Bulbul (2) 2020-12-08, Spotted Dove (1) 2020-12-08, Western Cattle Egret (1) 2023-03-29, White-rumped Shama",1,2020-12-08 +21.52772915,-157.8457404,"Common Myna (1) 2019-07-08, Common Waxbill (1) 2019-07-08, Red-crested Cardinal (1) 2019-07-08, Rock Pigeon (1) 2019-07-08, Scaly-breasted Munia (1) 2019-07-08, Western Cattle Egret (1) 2019-07-08, Zebra Dove",1,2019-07-08 +21.5387645,-158.1836095,"Japanese Bush Warbler (1) 2022-06-10, Kalij Pheasant (1) 2022-06-10, Red-billed Leiothrix (1) 2022-06-10, Red-crested Cardinal (1) 2022-06-10, Red-vented Bulbul (1) 2022-06-10, Warbling White-eye (1) 2022-06-10, White-rumped Shama",1,2022-06-10 +21.55669315,-158.1545341,"Indian Peafowl (1) 2021-10-26, Java Sparrow (1) 2021-10-26, Kalij Pheasant (1) 2021-10-26, Pacific Golden-Plover (1) 2021-10-26, Spotted Dove (1) 2021-10-26, Western Cattle Egret (1) 2021-10-26, Zebra Dove",1,2021-10-26 +21.5566429,-158.1448775,"Common Myna (1) 2022-07-24, Gray Francolin (1) 2022-07-24, Indian Peafowl (1) 2022-07-24, Red-crested Cardinal (1) 2022-07-24, Red-vented Bulbul (1) 2022-07-24, Spotted Dove (1) 2022-07-24, Warbling White-eye",1,2022-07-24 +21.57309332,-157.874355,"Common Waxbill (1) 2021-02-19, Red-crested Cardinal (1) 2022-06-16, Red-vented Bulbul (1) 2022-06-16, Red-whiskered Bulbul (1) 2022-06-16, Spotted Dove (1) 2022-06-16, White-rumped Shama (2) 2022-06-16, Zebra Dove",1,2022-06-16 +21.59251619,-158.0963716,"Common Gallinule (1) 2021-08-12, Common Myna (1) 2022-10-08, Gray Francolin (2) 2019-04-30, House Sparrow (1) 2022-10-08, Saffron Finch (2) 2021-07-19, Western Cattle Egret (3) 2022-11-24, Zebra Dove",1,2022-10-08 +21.63736006,-158.038117,"Blue-crowned Parakeet (1) 2022-11-15, Common Gallinule (1) 2022-06-22, Common Myna (1) 2022-06-22, Feral Mallard (1) 2022-06-22, Oahu Amakihi (1) 2019-08-29, Red-vented Bulbul (1) 2019-08-28, Rock Pigeon",1,2022-06-22 +21.65564299,-158.07665,"Black Noddy (1) 2019-04-06, Brown Booby (1) 2019-04-06, Brown Noddy (1) 2019-04-06, Red-footed Booby (1) 2019-04-06, Sooty Shearwater (1) 2019-04-06, Sooty Tern (1) 2019-04-06, Wedge-tailed Shearwater",1,2019-04-06 +21.66446026,-158.0379369,"Common Myna (1) 2024-01-12, Red-vented Bulbul (1) 2023-06-23, Red-whiskered Bulbul (2) 2024-01-12, Saffron Finch (1) 2023-06-23, Warbling White-eye (1) 2024-01-12, White-rumped Shama (1) 2023-06-23, Zebra Dove",1,2024-01-12 +21.70012441,-157.960367,"Chestnut Munia (1) 2021-07-13, Common Myna (1) 2021-07-13, Hawaiian Coot (1) 2021-07-13, Red Junglefowl (1) 2021-07-13, Red-vented Bulbul (1) 2021-07-13, Spotted Dove (1) 2021-07-13, Zebra Dove",1,2021-07-13 +21.71836629,-157.9892389,"Chestnut Munia (1) 2023-04-22, Common Myna (1) 2023-04-22, Pacific Golden-Plover (1) 2023-04-22, Red Junglefowl (1) 2023-04-22, Western Cattle Egret (1) 2023-04-22, White-rumped Shama (1) 2023-04-22, Zebra Dove",1,2023-04-22 +21.28247517,-157.6645359,"Common Myna (1) 2019-04-26, Common Waxbill (1) 2019-04-26, Red-crested Cardinal (1) 2019-04-26, Rock Pigeon (1) 2019-04-26, Sooty Tern (1) 2019-04-26, Wandering Tattler (1) 2019-04-26, Western Cattle Egret (1) 2019-04-26, Zebra Dove",1,2019-04-26 +21.32858968,-157.7894559,"Common Myna (1) 2023-09-17, Common Waxbill (1) 2023-09-17, Red-billed Leiothrix (2) 2023-09-17, Red-vented Bulbul (1) 2023-09-17, Scaly-breasted Munia (1) 2023-09-17, Warbling White-eye (1) 2023-09-17, White-rumped Shama (1) 2019-02-25, Zebra Dove",1,2023-09-17 +21.34719498,-157.8664462,"Common Myna (1) 2024-02-17, House Finch (1) 2024-02-17, Pacific Golden-Plover (1) 2021-02-26, Red-crested Cardinal (1) 2021-02-26, Red-whiskered Bulbul (1) 2024-02-17, Scaly-breasted Munia (1) 2023-12-05, Spotted Dove (1) 2024-02-17, Zebra Dove",1,2024-02-17 +21.34712954,-157.8568037,"Common Waxbill (1) 2021-11-06, Red-vented Bulbul (1) 2021-11-06, Red-whiskered Bulbul (1) 2021-02-25, Rose-ringed Parakeet (1) 2021-11-06, Spotted Dove (1) 2021-11-06, Warbling White-eye (3) 2021-11-06, Yellow-fronted Canary (1) 2021-11-06, Zebra Dove",2,2021-11-06 +21.37532359,-158.0301951,"Common Myna (2) 2022-08-29, Common Waxbill (1) 2022-08-29, Feral Mallard (1) 2022-08-29, Pacific Golden-Plover (1) 2022-08-29, Spotted Dove (1) 2022-08-29, Western Cattle Egret (1) 2022-08-29, White-rumped Shama (1) 2020-01-06, Zebra Dove",1,2020-01-06 +21.37526772,-158.0205503,"Common Myna (2) 2023-05-15, House Finch (1) 2023-05-15, House Sparrow (1) 2023-05-15, Red Junglefowl (1) 2021-05-23, Red-crested Cardinal (1) 2023-05-15, Spotted Dove (1) 2023-05-15, Western Cattle Egret (2) 2023-05-15, Zebra Dove",1,2023-05-15 +21.38326325,-157.8565231,"Common Waxbill (1) 2022-01-26, Northern Cardinal (1) 2022-01-26, Red-billed Leiothrix (1) 2022-01-26, Red-crested Cardinal (1) 2022-01-26, Red-vented Bulbul (1) 2022-01-26, Red-whiskered Bulbul (1) 2022-01-26, Warbling White-eye (1) 2022-01-26, White-rumped Shama",1,2022-01-26 +21.41105454,-157.9624271,"Common Myna (1) 2023-05-14, House Sparrow (1) 2023-05-14, Northern Cardinal (1) 2023-05-14, Pacific Golden-Plover (1) 2022-02-21, Red-vented Bulbul (1) 2023-05-14, Rock Pigeon (1) 2023-05-14, Rose-ringed Parakeet (1) 2023-05-14, Spotted Dove",1,2023-05-14 +21.41919626,-157.8273002,"Common Myna (3) 2021-02-13, Java Sparrow (1) 2021-02-13, Northern Cardinal (1) 2021-02-13, Red-crested Cardinal (1) 2021-02-13, Red-vented Bulbul (1) 2019-05-16, Red-whiskered Bulbul (1) 2019-05-16, White-rumped Shama (2) 2021-02-13, Zebra Dove",2,2021-02-13 +21.4191283,-157.8176531,"Common Myna (1) 2019-04-24, Red Junglefowl (1) 2019-04-24, Red-crested Cardinal (1) 2019-04-24, Red-vented Bulbul (1) 2019-04-24, Spotted Dove (1) 2019-04-24, Warbling White-eye (1) 2019-04-24, White-rumped Shama (1) 2019-04-24, Zebra Dove",1,2019-04-24 +21.44841932,-158.1841152,"Common Myna (3) 2023-01-06, House Finch (1) 2019-07-20, House Sparrow (1) 2023-01-05, Red-crested Cardinal (2) 2023-01-06, Red-vented Bulbul (1) 2019-07-20, Rock Pigeon (1) 2023-01-06, Spotted Dove (1) 2023-01-05, Zebra Dove",3,2023-01-06 +21.44748166,-158.0104187,"Common Myna (1) 2022-12-11, House Finch (1) 2022-12-11, Pacific Golden-Plover (2) 2022-12-11, Red-crested Cardinal (1) 2022-12-11, Red-vented Bulbul (1) 2022-12-11, Western Cattle Egret (1) 2022-12-11, White-rumped Shama (1) 2022-12-11, Zebra Dove",1,2022-12-11 +21.45754657,-158.2033666,"Common Myna (3) 2023-11-20, House Sparrow (3) 2023-11-20, Java Sparrow (1) 2022-03-14, Red-crested Cardinal (2) 2023-11-20, Red-vented Bulbul (2) 2023-11-20, Saffron Finch (1) 2023-10-25, Spotted Dove (3) 2023-11-20, Zebra Dove",3,2023-11-20 +21.4564003,-157.9910576,"Black-crowned Night Heron (1) 2023-04-08, Common Myna (1) 2022-05-07, Common Waxbill (1) 2022-05-07, House Finch (1) 2022-05-07, Peregrine Falcon (1) 2021-01-10, Red-crowned Parrot (3) 2022-05-07, Rose-ringed Parakeet (1) 2024-02-21, Warbling White-eye",1,2022-05-07 +21.47353016,-157.8461681,"Chestnut Munia (1) 2019-04-19, Common Myna (1) 2021-07-12, Pacific Golden-Plover (1) 2019-04-19, Red-tailed Tropicbird (1) 2019-09-02, Red-whiskered Bulbul (1) 2019-04-19, Scaly-breasted Munia (1) 2019-09-09, Warbling White-eye (1) 2019-04-19, Western Cattle Egret",1,2021-07-12 +21.48389771,-158.0584345,"Common Myna (2) 2021-12-07, House Finch (2) 2021-12-07, Pacific Golden-Plover (2) 2021-12-07, Saffron Finch (2) 2021-12-07, Spotted Dove (2) 2021-12-07, Warbling White-eye (2) 2021-12-07, Western Cattle Egret (2) 2021-12-07, Zebra Dove",2,2021-12-07 +21.49309438,-158.0873344,"Common Myna (4) 2021-12-03, Gray Francolin (2) 2021-12-01, House Finch (4) 2021-12-03, Northern Cardinal (2) 2021-12-03, Pacific Golden-Plover (2) 2021-12-01, Red-crested Cardinal (2) 2021-12-03, Spotted Dove (4) 2021-12-03, Zebra Dove",4,2021-12-03 +21.50289692,-158.2417364,"Brown Booby (1) 2022-01-31, Brown Noddy (1) 2022-01-31, Common Myna (1) 2022-01-31, Laysan Albatross (1) 2022-01-31, Red-crested Cardinal (1) 2022-01-31, Rock Pigeon (1) 2022-01-31, White Tern (1) 2022-01-31, Zebra Dove",1,2022-01-31 +21.52843245,-157.95194,"Apapane (2) 2023-10-27, Common Waxbill (1) 2019-11-16, House Finch (1) 2023-10-27, Red-billed Leiothrix (1) 2019-11-16, Red-vented Bulbul (2) 2023-10-27, Red-whiskered Bulbul (1) 2019-11-16, Warbling White-eye (2) 2023-10-27, White-rumped Shama",1,2019-11-16 +21.53899053,-158.2318919,"Common Myna (4) 2022-03-20, Red-crested Cardinal (4) 2022-03-20, Red-vented Bulbul (2) 2022-03-20, Sanderling (2) 2019-04-21, Spotted Dove (2) 2019-04-21, Wandering Tattler (6) 2022-03-20, Warbling White-eye (4) 2022-03-20, Zebra Dove",4,2022-03-20 +21.54739872,-158.1063082,"Common Myna (2) 2023-03-29, House Sparrow (1) 2022-03-08, Pacific Golden-Plover (1) 2022-03-08, Red Junglefowl (1) 2022-03-08, Rock Pigeon (1) 2022-03-08, Saffron Finch (1) 2022-03-08, Spotted Dove (2) 2023-03-29, Zebra Dove",2,2023-03-29 +21.56626529,-158.2703804,"Brown Booby (2) 2024-02-03, Common Myna (1) 2024-02-03, Erckel's Spurfowl (1) 2024-02-03, Laysan Albatross (1) 2024-02-03, Red-footed Booby (1) 2024-02-03, Red-vented Bulbul (1) 2024-02-03, Wandering Tattler (1) 2024-02-03, Wedge-tailed Shearwater",1,2024-02-03 +21.58389233,-158.1736926,"Common Myna (2) 2023-02-18, Java Sparrow (1) 2023-02-18, Pacific Golden-Plover (1) 2022-11-04, Red-crested Cardinal (1) 2023-02-18, Red-whiskered Bulbul (1) 2023-02-18, Ruddy Turnstone (1) 2022-11-04, Saffron Finch (1) 2022-11-04, Zebra Dove",1,2023-02-18 +21.61882732,-157.9609499,"Common Waxbill (2) 2021-10-23, Japanese Bush Warbler (3) 2021-10-23, Oahu Amakihi (2) 2021-10-23, Red-billed Leiothrix (3) 2021-10-23, Red-vented Bulbul (3) 2021-10-23, Red-whiskered Bulbul (1) 2021-10-23, Warbling White-eye (3) 2021-10-23, White-rumped Shama",2,2021-10-23 +21.62803935,-157.9898693,"Common Waxbill (1) 2021-11-13, Oahu Amakihi (1) 2021-11-13, Pacific Golden-Plover (1) 2021-11-13, Red-billed Leiothrix (1) 2021-11-13, Red-vented Bulbul (1) 2021-11-13, Red-whiskered Bulbul (1) 2021-11-13, Warbling White-eye (1) 2021-11-13, White-rumped Shama",1,2021-11-13 +21.63671035,-157.9318351,"Common Myna (1) 2019-05-15, Common Waxbill (1) 2019-05-15, Mourning Dove (1) 2020-09-13, Red-billed Leiothrix (1) 2019-05-15, Red-vented Bulbul (1) 2019-05-15, Red-whiskered Bulbul (1) 2019-05-15, Warbling White-eye (1) 2019-05-15, White-rumped Shama",1,2019-05-15 +21.28452142,-157.9536775,"Black-necked Stilt (1) 2022-06-11, Brown Booby (1) 2022-06-11, Laysan Albatross (1) 2022-11-25, Rose-ringed Parakeet (1) 2022-06-11, Ruddy Turnstone (1) 2022-06-11, Sooty Tern (1) 2022-06-11, Western Cattle Egret (1) 2022-06-11, White Tern (2) 2022-11-25, Zebra Dove",1,2022-06-11 +21.28342358,-157.7898262,"Common Myna (2) 2024-01-22, Common Waxbill (2) 2019-11-24, House Finch (1) 2023-12-20, House Sparrow (4) 2024-01-22, Java Sparrow (2) 2019-11-24, Red-crested Cardinal (2) 2019-11-24, Red-vented Bulbul (3) 2023-12-20, Rose-ringed Parakeet (4) 2019-11-24, Zebra Dove",1,2024-01-22 +21.31150275,-157.9342053,"Black-crowned Night Heron (3) 2021-09-27, Black-necked Stilt (3) 2021-09-27, Northern Cardinal (1) 2019-02-02, Pacific Golden-Plover (3) 2021-09-27, Ruddy Turnstone (3) 2021-09-27, Spotted Dove (1) 2019-02-02, Wandering Tattler (2) 2021-09-27, Western Cattle Egret (3) 2021-09-27, Zebra Dove",1,2019-02-02 +21.32801583,-157.71233,"Barn Owl (1) 2021-08-10, Common Myna (1) 2021-08-10, Japanese Bush Warbler (1) 2021-08-10, Java Sparrow (1) 2021-08-10, Red Junglefowl (1) 2021-08-10, Red-vented Bulbul (1) 2021-08-10, Red-whiskered Bulbul (1) 2021-08-10, Spotted Dove (1) 2021-08-10, Warbling White-eye",1,2021-08-10 +21.34833243,-158.04966,"Black Francolin (1) 2021-05-10, Chestnut Munia (1) 2021-05-10, Common Myna (1) 2021-05-10, Common Waxbill (1) 2021-05-10, Gray Francolin (1) 2021-05-10, House Sparrow (1) 2021-05-10, Red-vented Bulbul (2) 2024-01-30, Saffron Finch (1) 2021-05-10, Zebra Dove",1,2021-05-10 +21.35752899,-158.0785331,"Common Myna (3) 2023-03-04, Pacific Golden-Plover (4) 2023-03-04, Red-crested Cardinal (1) 2023-02-28, Red-vented Bulbul (1) 2023-03-04, Red-whiskered Bulbul (1) 2023-02-25, Saffron Finch (3) 2023-03-04, Spotted Dove (1) 2023-02-25, Western Cattle Egret (1) 2023-03-04, Zebra Dove",2,2023-03-04 +21.35554871,-157.7699477,"Common Myna (1) 2020-03-27, House Sparrow (1) 2020-03-27, Northern Cardinal (1) 2021-03-26, Red-billed Leiothrix (2) 2021-05-28, Red-crested Cardinal (3) 2021-05-28, Red-whiskered Bulbul (2) 2023-04-04, Western Cattle Egret (1) 2020-03-27, White-rumped Shama (4) 2021-05-28, Zebra Dove",1,2020-03-27 +21.3551883,-157.7217351,"Common Myna (1) 2022-12-09, Common Waxbill (1) 2022-12-09, Gray Francolin (1) 2022-12-09, Feral Mallard (1) 2022-12-09, Pacific Golden-Plover (1) 2021-08-18, Red-crested Cardinal (1) 2022-12-09, Ruddy Turnstone (1) 2021-08-18, Western Cattle Egret (1) 2022-12-09, Zebra Dove",1,2022-12-09 +21.37590496,-158.1362906,"Brown Booby (2) 2023-02-01, Common Myna (2) 2023-02-01, Red Junglefowl (1) 2023-02-01, Red-crested Cardinal (1) 2023-02-01, Red-vented Bulbul (1) 2023-02-01, Saffron Finch (2) 2023-03-28, Western Cattle Egret (2) 2023-02-01, Zebra Dove",2,2023-02-01 +21.38418786,-158.0011993,"African Silverbill (2) 2023-08-28, Chestnut Munia (1) 2022-04-18, Common Myna (2) 2022-04-18, House Sparrow (1) 2021-01-02, Rock Pigeon (2) 2022-04-18, Saffron Finch (1) 2022-04-18, Spotted Dove (1) 2021-01-02, Warbling White-eye (1) 2021-01-02, Zebra Dove",2,2022-04-18 +21.39322137,-158.0011378,"Common Myna (1) 2023-04-09, House Finch (1) 2023-04-09, House Sparrow (1) 2023-04-09, Java Sparrow (1) 2023-04-09, Red-vented Bulbul (1) 2023-04-09, Rose-ringed Parakeet (1) 2023-04-09, Spotted Dove (1) 2023-04-09, Western Cattle Egret (1) 2023-04-09, Zebra Dove",1,2023-04-09 +21.40208035,-157.9721372,"Common Myna (2) 2023-01-07, House Sparrow (2) 2023-01-07, Northern Cardinal (1) 2021-06-19, Pacific Golden-Plover (2) 2023-04-08, Red Junglefowl (1) 2023-01-07, Red-crested Cardinal (1) 2023-01-07, Spotted Dove (1) 2022-01-06, Western Cattle Egret (1) 2022-01-06, Zebra Dove",2,2023-01-07 +21.41173408,-158.0781934,"Common Myna (1) 2021-02-08, House Finch (1) 2021-02-08, Indian Peafowl (1) 2021-02-08, Japanese Bush Warbler (1) 2021-02-08, Mourning Dove (1) 2021-02-08, Northern Cardinal (1) 2021-02-08, Red-vented Bulbul (1) 2021-02-08, Spotted Dove (1) 2021-02-08, Warbling White-eye",1,2021-02-08 +21.42107492,-158.136025,"Common Myna (1) 2023-01-09, Common Waxbill (1) 2023-01-09, Eurasian Skylark (1) 2023-01-09, Red-crested Cardinal (1) 2023-01-09, Red-vented Bulbul (1) 2023-01-09, Saffron Finch (1) 2023-01-09, Spotted Dove (1) 2023-01-09, Warbling White-eye (1) 2023-01-09, Zebra Dove",1,2023-01-09 +21.44742443,-158.0007692,"African Silverbill (1) 2019-11-05, Common Myna (1) 2019-11-05, Red-vented Bulbul (1) 2019-11-05, Rock Pigeon (2) 2019-11-05, Rose-ringed Parakeet (1) 2019-11-05, Spotted Dove (1) 2019-11-05, Warbling White-eye (1) 2019-11-05, Western Cattle Egret (1) 2019-11-05, Zebra Dove",1,2019-11-05 +21.48400826,-158.0777387,"Common Myna (1) 2019-06-30, Gray Francolin (1) 2021-05-28, House Finch (1) 2019-06-30, Red Junglefowl (1) 2019-06-30, Red-vented Bulbul (1) 2019-06-30, Spotted Dove (1) 2019-06-30, Warbling White-eye (1) 2019-06-30, Western Cattle Egret (1) 2019-06-30, Zebra Dove",2,2021-05-28 +21.501964,-158.0583181,"Common Myna (2) 2023-03-29, House Finch (1) 2021-12-08, Northern Cardinal (1) 2021-12-08, Pacific Golden-Plover (1) 2021-12-08, Red-crested Cardinal (2) 2023-03-29, Red-vented Bulbul (2) 2023-03-29, Spotted Dove (1) 2021-12-08, White-rumped Shama (1) 2021-12-08, Zebra Dove",1,2021-12-08 +21.51066084,-158.0003376,"Common Myna (1) 2024-01-14, Indian Peafowl (1) 2021-09-21, Java Sparrow (1) 2024-01-14, Pacific Golden-Plover (3) 2024-01-14, Red Junglefowl (1) 2021-09-21, Red-crested Cardinal (2) 2024-01-14, Saffron Finch (1) 2024-01-14, Spotted Dove (1) 2024-01-14, Zebra Dove",1,2024-01-14 +21.51939885,-157.9520048,"Apapane (1) 2024-01-20, Common Myna (1) 2024-01-20, Oahu Amakihi (1) 2024-01-20, Red-billed Leiothrix (1) 2024-01-20, Red-vented Bulbul (1) 2024-01-20, Spotted Dove (1) 2024-01-20, Warbling White-eye (1) 2024-01-20, White-rumped Shama (1) 2024-01-20, Zebra Dove",1,2024-01-20 +21.5282481,-157.9229759,"Apapane (1) 2021-09-30, House Finch (1) 2021-09-30, Japanese Bush Warbler (1) 2021-09-30, Red-billed Leiothrix (1) 2021-09-30, Red-vented Bulbul (1) 2021-09-30, Red-whiskered Bulbul (1) 2021-09-30, Scaly-breasted Munia (1) 2021-09-30, Warbling White-eye (1) 2021-09-30, Yellow-faced Grassquit",1,2021-09-30 +21.59172702,-157.9611437,"Apapane (2) 2021-04-10, Barn Owl (1) 2020-05-25, Japanese Bush Warbler (2) 2021-04-10, Oahu Amakihi (2) 2021-04-10, Red-vented Bulbul (2) 2021-04-10, Red-whiskered Bulbul (1) 2020-05-25, Warbling White-eye (2) 2021-04-10, White-rumped Shama (1) 2020-05-25, White-tailed Tropicbird",1,2020-05-25 +21.64580614,-157.9414311,"Common Myna (2) 2021-01-16, Japanese Bush Warbler (1) 2021-01-16, Red-billed Leiothrix (2) 2021-01-16, Red-vented Bulbul (2) 2021-01-16, Red-whiskered Bulbul (1) 2021-01-16, Spotted Dove (2) 2021-01-16, Warbling White-eye (2) 2021-01-16, White-rumped Shama (2) 2021-01-16, Zebra Dove",2,2021-01-16 +21.26569679,-157.8381591,"Brown Booby (3) 2024-02-29, House Sparrow (1) 2022-07-04, Red-footed Booby (1) 2024-02-29, Rock Pigeon (1) 2022-07-04, Sooty Tern (1) 2024-02-29, Spotted Dove (1) 2022-07-04, Warbling White-eye (1) 2022-07-04, Wedge-tailed Shearwater (3) 2023-08-17, White Tern (4) 2024-02-29, Zebra Dove",1,2022-07-04 +21.28408936,-157.8862078,"Common Myna (1) 2020-02-06, House Sparrow (1) 2020-02-06, Pacific Golden-Plover (1) 2020-02-06, Red-footed Booby (2) 2021-09-19, Rock Pigeon (1) 2020-02-06, Rose-ringed Parakeet (1) 2020-02-06, Spotted Dove (1) 2020-02-06, Wedge-tailed Shearwater (2) 2021-09-19, White Tern (2) 2021-09-19, Zebra Dove",1,2020-02-06 +21.29188412,-157.7126451,"Black-necked Stilt (1) 2023-11-06, Common Myna (1) 2021-07-31, Common Waxbill (1) 2021-07-31, House Finch (1) 2021-07-31, Feral Mallard (1) 2021-07-31, Red-crested Cardinal (1) 2021-07-31, Red-vented Bulbul (1) 2021-07-31, Spotted Dove (2) 2021-07-31, White-rumped Shama (1) 2021-05-15, Zebra Dove",1,2021-07-31 +21.29173539,-157.693369,"Black-necked Stilt (1) 2021-03-14, Common Myna (1) 2023-07-16, Common Waxbill (1) 2023-07-19, Java Sparrow (1) 2023-07-19, Pacific Golden-Plover (2) 2021-03-14, Red-crested Cardinal (1) 2023-07-16, Red-vented Bulbul (1) 2023-07-16, Rose-ringed Parakeet (1) 2023-03-21, Spotted Dove (1) 2023-07-16, Western Cattle Egret",1,2023-01-01 +21.31118986,-157.8860039,"Common Myna (2) 2023-07-25, Common Waxbill (1) 2023-07-25, House Sparrow (3) 2023-07-25, Red-crested Cardinal (2) 2023-07-25, Red-vented Bulbul (2) 2023-07-25, Ruddy Turnstone (2) 2023-02-05, Spotted Dove (3) 2023-07-25, Western Cattle Egret (2) 2023-07-25, Zebra Dove",3,2023-07-25 +21.36656365,-158.0784766,"Common Myna (2) 2020-01-05, House Sparrow (2) 2020-01-05, Java Sparrow (2) 2020-01-05, Northern Cardinal (2) 2020-01-05, Saffron Finch (2) 2020-01-05, Scaly-breasted Munia (2) 2020-01-05, Spotted Dove (2) 2020-01-05, Warbling White-eye (2) 2020-01-05, Western Cattle Egret (2) 2020-01-05, Zebra Dove",2,2020-01-05 +21.37448845,-157.8951705,"Common Myna (2) 2024-02-02, Common Waxbill (1) 2024-02-02, Northern Cardinal (1) 2024-02-02, Red-crested Cardinal (1) 2024-02-02, Red-vented Bulbul (2) 2024-02-02, Red-whiskered Bulbul (1) 2024-02-02, Spotted Dove (2) 2024-02-02, Warbling White-eye (1) 2022-05-05, White-rumped Shama (1) 2024-02-02, Zebra Dove",1,2024-02-02 +21.3921637,-157.8371619,"Apapane (3) 2023-06-17, Chestnut Munia (1) 2023-06-17, Common Myna (1) 2023-06-17, Common Waxbill (1) 2023-06-17, House Finch (1) 2023-06-17, Japanese Bush Warbler (2) 2020-04-19, Oahu Amakihi (3) 2023-06-17, Red-billed Leiothrix (3) 2023-06-17, Warbling White-eye (3) 2023-06-17, White-rumped Shama",2,2020-04-19 +21.40071438,-157.76957,"Common Myna (4) 2023-02-20, Common Waxbill (1) 2022-05-12, House Finch (1) 2022-05-12, Red Junglefowl (2) 2023-02-20, Red-billed Leiothrix (1) 2021-12-02, Red-crested Cardinal (1) 2022-05-12, Spotted Dove (4) 2023-02-20, Warbling White-eye (1) 2021-12-02, Western Cattle Egret (4) 2023-02-20, Zebra Dove",3,2022-05-12 +21.4554637,-157.8463104,"Black-crowned Night Heron (1) 2023-12-26, Chestnut Munia (1) 2022-01-04, Common Myna (2) 2023-12-26, Java Sparrow (1) 2022-01-04, Oahu Amakihi (1) 2022-01-04, Pacific Golden-Plover (1) 2019-11-21, Red-vented Bulbul (1) 2023-12-26, Red-whiskered Bulbul (1) 2023-12-26, White-rumped Shama (1) 2023-12-26, Zebra Dove",1,2023-12-26 +21.46658102,-158.2033174,"Common Myna (2) 2021-11-30, Gray Francolin (1) 2023-11-12, Java Sparrow (2) 2021-11-30, Red Junglefowl (2) 2021-11-30, Red-crested Cardinal (2) 2021-11-30, Red-vented Bulbul (2) 2021-11-30, Saffron Finch (2) 2021-11-30, Spotted Dove (2) 2021-11-30, Warbling White-eye (2) 2021-11-30, Zebra Dove",2,2021-11-30 +21.48344305,-157.981219,"Common Myna (2) 2021-04-06, House Sparrow (1) 2020-02-18, Pacific Golden-Plover (2) 2021-04-06, Red-crested Cardinal (2) 2021-04-06, Red-vented Bulbul (2) 2021-04-06, Rock Pigeon (1) 2020-02-18, Spotted Dove (2) 2021-04-06, Warbling White-eye (1) 2021-04-06, Western Cattle Egret (1) 2020-02-18, Zebra Dove",1,2020-02-18 +21.51980893,-158.0195842,"Common Myna (1) 2020-04-06, House Finch (1) 2020-04-06, Northern Cardinal (1) 2020-04-06, Pacific Golden-Plover (1) 2020-04-06, Red-crested Cardinal (1) 2020-04-06, Red-vented Bulbul (1) 2020-04-06, Rose-ringed Parakeet (1) 2020-04-06, Ruddy Turnstone (1) 2020-04-06, Saffron Finch (1) 2020-04-06, Zebra Dove",1,2020-04-06 +21.52766103,-157.8360862,"Black-crowned Night Heron (1) 2021-02-13, Common Myna (2) 2023-09-18, Common Waxbill (2) 2022-10-16, Java Sparrow (1) 2023-09-18, Scaly-breasted Munia (1) 2023-09-18, Spotted Dove (1) 2021-02-13, Wandering Tattler (1) 2022-10-16, Western Cattle Egret (2) 2022-10-16, White-tailed Tropicbird (1) 2020-10-12, Zebra Dove",2,2023-09-18 +21.53728159,-157.9229092,"Apapane (1) 2020-11-04, Common Waxbill (1) 2020-11-04, Japanese Bush Warbler (2) 2022-04-14, Red-billed Leiothrix (1) 2022-04-14, Red-vented Bulbul (1) 2020-11-04, Red-whiskered Bulbul (1) 2020-11-04, Scaly-breasted Munia (1) 2020-11-04, Warbling White-eye (2) 2022-04-14, White-rumped Shama (1) 2020-11-04, Yellow-faced Grassquit",2,2022-04-14 +21.53676162,-157.845669,"Black-crowned Night Heron (2) 2023-01-10, Chestnut Munia (1) 2021-08-04, Common Myna (1) 2021-08-04, Common Waxbill (1) 2021-08-04, Pacific Golden-Plover (2) 2023-01-10, Red-crested Cardinal (2) 2023-01-10, Red-whiskered Bulbul (1) 2021-08-04, Saffron Finch (1) 2022-01-30, Wandering Tattler (4) 2020-01-03, Western Cattle Egret",1,2021-08-04 +21.54784507,-158.1932156,"Apapane (1) 2023-11-02, Common Waxbill (1) 2022-02-22, Erckel's Spurfowl (1) 2022-02-22, Kalij Pheasant (1) 2022-02-22, Northern Cardinal (1) 2022-02-22, Pacific Golden-Plover (1) 2022-02-22, Red-billed Leiothrix (1) 2022-02-22, Spotted Dove (1) 2022-02-22, Warbling White-eye (1) 2023-11-02, White-rumped Shama",2,2023-11-02 +21.60032295,-157.8934637,"Common Myna (2) 2024-01-11, Dunlin (1) 2021-10-21, Glaucous-winged Gull (1) 2020-02-22, Pacific Golden-Plover (4) 2023-08-11, Red-vented Bulbul (1) 2023-08-11, Red-whiskered Bulbul (1) 2024-01-11, Sanderling (10) 2024-01-18, Wandering Tattler (3) 2020-02-20, Warbling White-eye (1) 2024-01-11, Western Cattle Egret",1,2023-08-11 +21.62798037,-157.9802079,"Apapane (1) 2021-11-13, Common Waxbill (1) 2021-11-13, House Sparrow (1) 2021-11-13, Japanese Bush Warbler (1) 2021-11-13, Oahu Amakihi (1) 2021-11-13, Red-billed Leiothrix (1) 2021-11-13, Red-vented Bulbul (1) 2021-11-13, Red-whiskered Bulbul (1) 2021-11-13, Warbling White-eye (1) 2021-11-13, White-rumped Shama",1,2021-11-13 +21.63724677,-158.0187926,"Common Myna (2) 2020-01-05, Pacific Golden-Plover (4) 2020-01-09, Red Junglefowl (4) 2020-01-09, Red-crested Cardinal (4) 2020-01-09, Red-vented Bulbul (2) 2020-01-05, Red-whiskered Bulbul (2) 2020-01-05, Spotted Dove (2) 2020-01-05, Warbling White-eye (2) 2020-01-05, Western Cattle Egret (2) 2020-01-05, Zebra Dove",2,2020-01-05 +21.64628041,-158.0187315,"Chestnut Munia (1) 2019-08-29, Common Waxbill (1) 2019-08-29, House Finch (1) 2019-08-29, Northern Cardinal (1) 2019-08-29, Red-billed Leiothrix (1) 2019-08-29, Red-vented Bulbul (1) 2019-08-29, Red-whiskered Bulbul (1) 2019-08-29, Warbling White-eye (1) 2019-08-29, White-rumped Shama (1) 2019-08-29, Zebra Dove",1,2019-08-29 +21.67302763,-157.9605617,"Black-crowned Night Heron (2) 2021-12-25, Common Waxbill (1) 2021-12-23, Great Frigatebird (1) 2021-07-21, Hawaiian Coot (2) 2021-12-25, Laysan Albatross (1) 2021-12-23, Feral Mallard (1) 2021-12-24, Ruddy Turnstone (1) 2021-12-24, Saffron Finch (1) 2021-12-23, Western Cattle Egret (1) 2021-12-23, Zebra Dove",1,2021-12-23 +21.68218109,-157.9798266,"Chestnut Munia (1) 2024-01-26, Common Myna (1) 2024-01-26, Common Waxbill (1) 2024-01-26, Gray Francolin (1) 2024-02-04, Pacific Golden-Plover (1) 2024-01-26, Red Avadavat (1) 2024-01-26, Red-crested Cardinal (1) 2024-01-26, Red-vented Bulbul (1) 2024-01-26, Western Cattle Egret (1) 2024-01-26, Zebra Dove",1,2024-01-26 +21.29195764,-157.7222832,"Common Myna (1) 2021-05-26, House Finch (3) 2021-05-31, Java Sparrow (1) 2021-08-22, Northern Cardinal (1) 2021-02-21, Red-crested Cardinal (1) 2021-05-23, Red-vented Bulbul (3) 2021-05-31, Red-whiskered Bulbul (1) 2021-02-21, Spotted Dove (2) 2021-08-22, White-rumped Shama (3) 2021-05-31, Yellow-fronted Canary (1) 2021-08-22, Zebra Dove",1,2021-02-21 +21.3007683,-157.6932891,"Common Myna (4) 2023-11-24, Common Waxbill (3) 2023-07-14, Java Sparrow (1) 2023-02-11, Northern Cardinal (1) 2019-03-02, Red Junglefowl (1) 2019-03-02, Red-crested Cardinal (4) 2023-11-24, Red-vented Bulbul (3) 2023-11-24, Spotted Dove (2) 2023-11-24, Western Cattle Egret (2) 2023-11-24, White-rumped Shama (1) 2023-02-11, Zebra Dove",3,2023-11-24 +21.30069298,-157.6836506,"Black-necked Stilt (1) 2019-09-07, Common Myna (1) 2019-09-07, Common Waxbill (1) 2019-09-07, Pacific Golden-Plover (1) 2019-09-07, Red-crested Cardinal (1) 2019-09-07, Red-tailed Tropicbird (1) 2023-02-23, Rock Pigeon (1) 2023-02-23, Sooty Tern (1) 2023-02-23, Spotted Dove (1) 2019-09-07, Western Cattle Egret (1) 2019-09-07, Zebra Dove",1,2019-09-07 +21.31235993,-158.0788162,"African Silverbill (1) 2021-07-16, Common Myna (3) 2023-06-06, Common Waxbill (1) 2021-07-16, House Finch (1) 2022-02-08, House Sparrow (2) 2023-06-06, Pacific Golden-Plover (1) 2022-02-08, Red-crested Cardinal (1) 2021-07-16, Red-vented Bulbul (1) 2021-07-16, Saffron Finch (2) 2022-02-08, Spotted Dove (1) 2021-07-16, Zebra Dove",2,2022-02-08 +21.31125343,-157.895644,"Common Myna (2) 2023-01-04, Glaucous-winged Gull (2) 2023-01-04, Great Frigatebird (1) 2020-07-11, House Sparrow (4) 2023-02-05, Pacific Golden-Plover (1) 2019-02-04, Ruddy Turnstone (1) 2019-02-04, Spotted Dove (3) 2023-01-04, Wandering Tattler (1) 2019-02-04, Western Cattle Egret (1) 2019-02-04, White Tern (1) 2019-02-04, Zebra Dove",3,2023-01-04 +21.32969351,-157.9533587,"Chestnut Munia (1) 2023-06-04, Common Myna (2) 2023-06-04, House Finch (2) 2023-06-04, Pacific Golden-Plover (2) 2023-02-07, Red-crested Cardinal (2) 2023-06-04, Red-vented Bulbul (2) 2023-06-04, Saffron Finch (1) 2022-02-09, Spotted Dove (1) 2022-02-09, Western Cattle Egret (1) 2022-02-09, Yellow-fronted Canary (1) 2023-06-04, Zebra Dove",2,2023-06-04 +21.32844954,-157.7701739,"Apapane (1) 2021-12-31, Chestnut Munia (1) 2022-09-04, Japanese Bush Warbler (2) 2020-04-05, Oahu Amakihi (1) 2022-09-04, Red-billed Leiothrix (3) 2021-12-31, Red-vented Bulbul (3) 2021-12-31, Red-whiskered Bulbul (2) 2020-04-05, Scaly-breasted Munia (1) 2022-09-04, Warbling White-eye (3) 2021-12-31, White-rumped Shama (1) 2021-12-31, White-tailed Tropicbird",2,2020-04-05 +21.35783524,-158.1363965,"Brown Booby (2) 2021-04-03, Brown Noddy (1) 2021-04-03, Common Myna (2) 2022-06-27, House Sparrow (2) 2022-06-27, Laysan Albatross (1) 2021-04-03, Red-crested Cardinal (2) 2022-06-27, Red-footed Booby (1) 2021-04-03, Sooty Shearwater (1) 2021-04-03, Western Cattle Egret (3) 2022-06-27, White Tern",1,2022-06-25 +21.37347244,-157.750509,"Black-necked Stilt (2) 2022-05-07, Chestnut Munia (1) 2022-04-23, Common Myna (3) 2023-11-26, House Sparrow (1) 2022-04-23, Pacific Golden-Plover (1) 2022-04-23, Red-crested Cardinal (3) 2023-11-26, Rock Pigeon (2) 2023-11-26, Saffron Finch (1) 2022-04-23, Warbling White-eye (1) 2023-02-23, Western Cattle Egret (3) 2023-11-26, Zebra Dove",2,2022-05-07 +21.41123128,-157.9913681,"Common Myna (2) 2023-12-25, Pacific Golden-Plover (1) 2023-12-25, Red-crested Cardinal (2) 2023-12-25, Red-crowned Parrot (1) 2022-06-16, Red-vented Bulbul (1) 2023-12-25, Red-whiskered Bulbul (1) 2023-12-25, Rose-ringed Parakeet (1) 2023-12-25, Saffron Finch (1) 2023-12-25, Spotted Dove (1) 2023-12-25, Warbling White-eye (1) 2023-12-25, Zebra Dove",1,2023-12-25 +21.43035059,-158.1842158,"Brown Booby (1) 2023-12-09, Common Waxbill (1) 2019-11-19, Erckel's Spurfowl (3) 2023-02-06, Gray Francolin (1) 2019-11-19, House Finch (1) 2020-01-03, Northern Cardinal (1) 2019-11-19, Red-vented Bulbul (1) 2019-11-19, Red-whiskered Bulbul (1) 2020-01-03, Spotted Dove (2) 2020-01-03, Warbling White-eye (2) 2020-01-03, Zebra Dove",2,2020-01-03 +21.43894508,-158.0973217,"Apapane (1) 2023-08-18, Common Waxbill (1) 2023-08-18, House Finch (1) 2023-08-18, Oahu Amakihi (1) 2023-08-18, Oahu Elepaio (1) 2023-08-18, Red-billed Leiothrix (1) 2023-08-18, Red-vented Bulbul (1) 2023-08-18, Red-whiskered Bulbul (1) 2023-08-18, Spotted Dove (1) 2023-08-18, Warbling White-eye (1) 2023-08-18, White-rumped Shama",1,2023-08-18 +21.45532929,-157.8270115,"African Silverbill (1) 2022-05-27, Common Myna (6) 2023-08-01, House Sparrow (2) 2023-08-01, Java Sparrow (1) 2024-02-09, Red-crested Cardinal (2) 2023-08-01, Red-vented Bulbul (7) 2024-02-09, Red-whiskered Bulbul (2) 2021-05-29, Spotted Dove (4) 2024-02-09, Warbling White-eye (1) 2022-05-27, Western Cattle Egret (1) 2021-05-27, Zebra Dove",5,2023-08-01 +21.46634545,-158.1550608,"Common Myna (1) 2022-01-12, Common Waxbill (1) 2022-01-12, Erckel's Spurfowl (1) 2022-01-12, Gray Francolin (1) 2023-07-29, Northern Cardinal (1) 2022-01-12, Red-crested Cardinal (1) 2022-01-12, Red-vented Bulbul (1) 2022-01-12, Saffron Finch (2) 2022-03-22, Spotted Dove (1) 2022-01-12, Warbling White-eye (1) 2022-01-12, Zebra Dove",1,2022-01-12 +21.46456335,-157.8558893,"Chestnut Munia (2) 2022-08-17, Common Myna (3) 2023-09-07, Java Sparrow (1) 2023-09-07, Red Junglefowl (1) 2023-09-07, Red-crested Cardinal (3) 2023-09-07, Red-vented Bulbul (2) 2022-08-17, Spotted Dove (1) 2023-09-07, Warbling White-eye (2) 2022-08-17, Western Cattle Egret (1) 2023-09-07, White-rumped Shama (3) 2023-09-07, Zebra Dove",1,2023-09-07 +21.46394435,-157.7690396,"Common Myna (2) 2023-08-23, Great Frigatebird (1) 2023-08-25, Northern Cardinal (1) 2023-08-10, Pacific Golden-Plover (1) 2023-08-22, Red-crested Cardinal (4) 2023-08-24, Red-vented Bulbul (3) 2023-08-23, Red-whiskered Bulbul (4) 2023-08-23, Saffron Finch (1) 2023-08-24, Sanderling (1) 2023-08-23, Western Cattle Egret (1) 2023-08-24, Zebra Dove",1,2023-08-23 +21.47518617,-158.1164017,"Common Waxbill (2) 2023-06-25, House Finch (2) 2023-06-25, Indian Peafowl (1) 2023-06-25, Northern Cardinal (1) 2021-07-05, Red Junglefowl (1) 2023-06-25, Red-billed Leiothrix (2) 2023-06-25, Red-crested Cardinal (2) 2023-06-25, Red-vented Bulbul (1) 2023-06-25, Spotted Dove (1) 2021-07-05, Warbling White-eye (2) 2023-06-25, White-rumped Shama",1,2021-07-05 +21.48378597,-158.0391304,"Common Myna (1) 2022-12-28, House Finch (1) 2022-12-31, Northern Cardinal (1) 2022-12-28, Pacific Golden-Plover (1) 2022-12-28, Red Junglefowl (1) 2022-12-28, Red-crested Cardinal (1) 2022-12-28, Red-vented Bulbul (1) 2022-12-31, Saffron Finch (2) 2022-12-31, Spotted Dove (1) 2022-12-31, Warbling White-eye (1) 2022-12-31, Zebra Dove",2,2022-12-31 +21.48350157,-157.9908708,"Common Myna (2) 2023-12-24, Common Waxbill (2) 2023-12-24, Java Sparrow (1) 2023-12-24, Pacific Golden-Plover (1) 2023-12-24, Red-crested Cardinal (2) 2023-12-24, Red-vented Bulbul (2) 2023-12-24, Red-whiskered Bulbul (2) 2023-12-24, Saffron Finch (1) 2023-12-24, Spotted Dove (2) 2023-12-24, Warbling White-eye (2) 2023-12-24, Zebra Dove",2,2023-12-24 +21.50262527,-158.1838129,"Erckel's Spurfowl (1) 2020-10-01, House Finch (1) 2020-10-01, Indian Peafowl (1) 2020-10-01, Kalij Pheasant (1) 2020-10-01, Red-crested Cardinal (1) 2020-10-01, Red-vented Bulbul (1) 2020-10-01, Red-whiskered Bulbul (1) 2020-10-01, Spotted Dove (1) 2020-10-01, Warbling White-eye (1) 2020-10-01, White-rumped Shama (1) 2020-10-01, Zebra Dove",1,2020-10-01 +21.55719021,-158.2607673,"African Silverbill (1) 2022-02-24, Black Francolin (1) 2022-02-24, Brown Booby (1) 2022-02-24, Common Myna (2) 2022-02-24, Common Waxbill (2) 2022-02-24, Gray Francolin (1) 2022-02-24, Northern Cardinal (1) 2022-02-24, Red-crested Cardinal (1) 2022-02-24, Red-vented Bulbul (2) 2022-02-24, Spotted Dove (1) 2022-02-24, Zebra Dove",2,2022-02-24 +21.5840336,-158.2026676,"Common Myna (2) 2019-05-09, Common Waxbill (3) 2021-08-07, Eurasian Skylark (1) 2023-12-29, Gray Francolin (6) 2023-04-15, House Finch (3) 2022-05-05, Laysan Albatross (5) 2022-05-05, Northern Cardinal (3) 2022-05-05, Pacific Golden-Plover (2) 2023-04-15, Red Junglefowl (1) 2023-02-14, Saffron Finch (3) 2023-11-05, Zebra Dove",1,2022-05-05 +21.62854493,-158.0768231,"Common Myna (1) 2023-03-13, Common Waxbill (1) 2023-03-13, Great Frigatebird (1) 2021-06-25, Northern Cardinal (1) 2023-03-13, Red-crested Cardinal (1) 2023-03-13, Red-vented Bulbul (3) 2023-02-07, Sanderling (1) 2023-03-13, Spotted Dove (1) 2021-06-25, Wandering Tattler (2) 2023-03-13, Western Cattle Egret (1) 2021-10-02, Zebra Dove",1,2023-03-13 +21.27410861,-157.7513504,"Common Myna (5) 2023-03-29, House Sparrow (2) 2023-03-29, Java Sparrow (1) 2020-01-24, Feral Mallard (3) 2021-10-26, Pacific Golden-Plover (1) 2020-01-24, Red-vented Bulbul (2) 2023-03-29, Rock Pigeon (3) 2021-10-26, Spotted Dove (2) 2023-03-29, Western Cattle Egret (4) 2023-03-29, White Tern (4) 2023-03-29, Zebra Dove",3,2023-03-29 +21.31197349,-158.0113297,"Common Myna (2) 2019-05-05, Common Waxbill (1) 2019-05-05, Java Sparrow (2) 2021-10-06, Red Junglefowl (1) 2019-05-04, Red-crested Cardinal (3) 2021-10-06, Red-vented Bulbul (1) 2019-05-05, Red-whiskered Bulbul (2) 2019-05-05, Rock Pigeon (2) 2019-05-05, Saffron Finch (1) 2019-05-04, Spotted Dove (2) 2019-05-05, White Tern (1) 2019-05-05, Zebra Dove",2,2019-05-05 +21.31191636,-158.001689,"Chestnut Munia (1) 2019-03-17, Common Myna (2) 2019-03-17, Common Waxbill (1) 2019-03-17, Gray Francolin (1) 2019-06-15, House Finch (1) 2019-03-17, Red-crested Cardinal (2) 2019-03-17, Red-vented Bulbul (2) 2019-03-17, Rock Pigeon (1) 2019-03-17, Saffron Finch (1) 2019-03-17, Spotted Dove (2) 2019-03-17, Warbling White-eye (1) 2019-03-17, Zebra Dove",2,2019-03-17 +21.32987005,-157.9822836,"Chestnut Munia (1) 2019-06-13, Common Myna (1) 2019-04-21, Common Waxbill (1) 2019-06-13, House Finch (1) 2019-06-13, House Sparrow (2) 2019-06-13, Red-crested Cardinal (2) 2019-06-13, Saffron Finch (1) 2019-06-13, Spotted Dove (2) 2019-06-13, Warbling White-eye (1) 2019-04-21, Western Cattle Egret (2) 2019-06-13, White Tern (1) 2019-06-13, Zebra Dove",1,2019-06-13 +21.33946127,-158.0786465,"Common Myna (6) 2024-02-05, House Sparrow (5) 2024-02-05, Java Sparrow (1) 2019-07-01, Northern Cardinal (1) 2021-12-25, Pacific Golden-Plover (2) 2021-12-25, Red-crested Cardinal (2) 2024-02-05, Red-vented Bulbul (2) 2024-02-05, Rock Pigeon (2) 2024-02-05, Saffron Finch (3) 2024-02-05, Spotted Dove (1) 2021-12-25, Western Cattle Egret (2) 2021-12-25, Zebra Dove",7,2024-02-05 +21.33822625,-157.8761576,"Common Myna (1) 2019-06-22, Common Waxbill (1) 2019-06-22, Great Frigatebird (1) 2019-06-22, House Sparrow (1) 2019-06-22, Red-crested Cardinal (1) 2019-06-22, Red-vented Bulbul (1) 2019-06-22, Rock Pigeon (2) 2023-10-13, Rose-ringed Parakeet (1) 2023-11-11, Spotted Dove (1) 2019-06-22, Warbling White-eye (1) 2019-06-22, Western Cattle Egret (2) 2019-11-04, Zebra Dove",1,2019-06-22 +21.33776082,-157.8086651,"Common Waxbill (2) 2023-01-12, Northern Cardinal (2) 2023-01-12, Red Junglefowl (2) 2023-01-12, Red-billed Leiothrix (3) 2023-05-13, Red-crested Cardinal (2) 2023-01-12, Red-vented Bulbul (2) 2023-01-12, Rose-ringed Parakeet (2) 2023-01-12, Spotted Dove (2) 2023-01-12, Warbling White-eye (3) 2023-05-13, White-rumped Shama (3) 2023-05-13, Zebra Dove",2,2023-01-12 +21.34763947,-157.9339449,"Common Myna (7) 2024-02-20, House Finch (1) 2022-03-16, House Sparrow (5) 2023-06-25, Pacific Golden-Plover (3) 2024-02-20, Red Junglefowl (1) 2022-03-16, Red-whiskered Bulbul (1) 2022-03-16, Rock Pigeon (6) 2023-12-16, Rose-ringed Parakeet (2) 2023-01-24, Saffron Finch (1) 2024-02-20, Spotted Dove (3) 2022-12-04, Western Cattle Egret (4) 2024-02-20, Zebra Dove",6,2023-06-25 +21.35778658,-158.1267525,"African Silverbill (1) 2021-09-04, Brown Booby (1) 2021-12-24, Common Myna (1) 2019-04-06, Common Waxbill (1) 2021-09-04, Great Frigatebird (1) 2019-09-13, House Sparrow (1) 2019-04-06, Java Sparrow (1) 2021-09-04, Pacific Golden-Plover (1) 2019-04-06, Saffron Finch (2) 2022-03-05, Warbling White-eye (1) 2019-04-06, Western Cattle Egret (1) 2019-04-06, Zebra Dove",1,2021-09-04 +21.35561914,-157.7795905,"House Finch (2) 2023-09-04, Oahu Amakihi (1) 2023-09-04, Red Junglefowl (1) 2023-01-14, Red-billed Leiothrix (1) 2023-01-14, Red-crested Cardinal (1) 2023-01-14, Red-vented Bulbul (2) 2023-09-04, Red-whiskered Bulbul (2) 2023-09-04, Saffron Finch (1) 2023-09-04, Spotted Dove (1) 2023-01-14, Warbling White-eye (2) 2023-09-04, White-tailed Tropicbird (1) 2023-01-14, Zebra Dove",1,2023-01-14 +21.36639989,-158.0495432,"Chestnut Munia (2) 2021-06-19, Common Myna (2) 2021-06-19, Common Waxbill (2) 2021-06-19, Northern Cardinal (2) 2021-06-19, Red Avadavat (2) 2021-06-19, Red-vented Bulbul (2) 2021-06-19, Rock Pigeon (2) 2021-06-19, Scaly-breasted Munia (2) 2021-06-19, Spotted Dove (2) 2021-06-19, Warbling White-eye (2) 2021-06-19, Western Cattle Egret (2) 2021-06-19, Zebra Dove",2,2021-06-19 +21.39327865,-158.0107838,"Black-crowned Night Heron (1) 2019-05-04, Common Myna (3) 2019-02-19, Java Sparrow (9) 2019-02-19, Northern Cardinal (7) 2019-02-19, Northern Mockingbird (1) 2019-02-17, Red-crested Cardinal (7) 2019-02-19, Red-vented Bulbul (1) 2019-02-18, Rock Pigeon (1) 2019-05-04, Rose-ringed Parakeet (1) 2019-01-31, Spotted Dove (5) 2019-02-19, Western Cattle Egret (2) 2019-02-18, Zebra Dove",8,2019-02-19 +21.41111403,-157.972074,"Chestnut Munia (1) 2022-07-27, Common Myna (1) 2022-07-27, Common Waxbill (1) 2022-07-27, House Finch (1) 2022-07-27, House Sparrow (1) 2022-07-27, Java Sparrow (1) 2022-07-27, Red-crested Cardinal (1) 2022-07-27, Red-vented Bulbul (1) 2022-07-27, Rose-ringed Parakeet (1) 2022-07-27, Saffron Finch (1) 2022-07-27, Western Cattle Egret (1) 2022-07-27, Zebra Dove",1,2022-07-27 +21.41002653,-157.8080795,"Chestnut Munia (1) 2019-07-08, Common Myna (1) 2022-03-30, Common Waxbill (1) 2022-03-30, House Finch (1) 2022-03-30, Red Junglefowl (1) 2022-03-30, Red-crested Cardinal (1) 2022-03-30, Red-vented Bulbul (1) 2022-03-30, Red-whiskered Bulbul (1) 2022-03-30, Scaly-breasted Munia (1) 2023-02-23, Spotted Dove (1) 2022-03-30, Western Cattle Egret (1) 2022-03-30, Zebra Dove",1,2022-03-30 +21.42102563,-158.1263769,"Chestnut Munia (1) 2019-03-04, Erckel's Spurfowl (1) 2019-03-04, Gray Francolin (1) 2019-03-04, Oahu Amakihi (1) 2019-03-04, Oahu Elepaio (1) 2019-03-04, Red-billed Leiothrix (1) 2019-03-04, Red-vented Bulbul (1) 2019-03-04, Red-whiskered Bulbul (1) 2019-03-04, Spotted Dove (1) 2019-03-04, Warbling White-eye (1) 2019-03-04, White-rumped Shama (1) 2019-03-04, Zebra Dove",1,2019-03-04 +21.43020703,-158.1552692,"Black-crowned Night Heron (1) 2022-04-28, Common Myna (1) 2022-04-28, Common Waxbill (1) 2022-04-28, Eurasian Skylark (1) 2022-04-28, Gray Francolin (1) 2022-04-28, Hawaiian Coot (1) 2022-04-28, House Sparrow (1) 2022-04-28, Pacific Golden-Plover (1) 2022-04-28, Red-crested Cardinal (1) 2022-04-28, Saffron Finch (1) 2022-04-28, Short-eared Owl (1) 2022-04-28, Western Cattle Egret",1,2022-04-28 +21.43809547,-157.9525867,"Common Myna (2) 2022-01-01, Common Waxbill (2) 2022-01-01, Red-crested Cardinal (1) 2019-01-02, Red-crowned Parrot (1) 2019-01-02, Red-vented Bulbul (1) 2019-01-02, Rock Pigeon (2) 2022-01-01, Rose-ringed Parakeet (2) 2022-01-01, Spotted Dove (2) 2022-01-01, Warbling White-eye (1) 2019-01-02, Western Cattle Egret (1) 2019-01-02, White-rumped Shama (1) 2019-01-02, Zebra Dove",2,2022-01-01 +21.44629613,-157.8270838,"Chestnut Munia (1) 2019-05-26, Common Myna (2) 2022-01-14, Common Waxbill (1) 2022-01-14, House Finch (1) 2022-01-14, Red-billed Leiothrix (1) 2022-01-14, Red-vented Bulbul (2) 2022-01-14, Red-whiskered Bulbul (2) 2022-01-14, Spotted Dove (2) 2022-01-14, Warbling White-eye (2) 2022-01-14, Western Cattle Egret (1) 2022-02-14, White-rumped Shama (2) 2022-01-14, Zebra Dove",2,2022-01-14 +21.45740633,-158.1744142,"African Silverbill (1) 2019-12-17, Barn Owl (1) 2020-06-05, Common Myna (1) 2019-12-17, Common Waxbill (1) 2019-12-17, House Finch (1) 2019-12-17, Java Sparrow (1) 2019-12-17, Red-crested Cardinal (1) 2019-12-17, Red-vented Bulbul (1) 2019-12-17, Saffron Finch (1) 2019-12-17, Spotted Dove (1) 2019-12-17, Warbling White-eye (1) 2019-12-17, Zebra Dove",1,2019-12-17 +21.47372798,-157.8751202,"Common Myna (1) 2022-11-22, Java Sparrow (1) 2022-11-22, Oahu Elepaio (1) 2022-11-22, Red Junglefowl (1) 2022-11-22, Red-crested Cardinal (1) 2022-11-22, Red-vented Bulbul (1) 2022-11-22, Rose-ringed Parakeet (1) 2022-11-22, Spotted Dove (1) 2022-11-22, Warbling White-eye (1) 2022-11-22, Western Cattle Egret (1) 2022-11-22, White-rumped Shama (1) 2022-11-22, Zebra Dove",1,2022-11-22 +21.48478444,-158.2321771,"Brown Booby (4) 2023-02-09, Common Myna (6) 2023-06-06, House Finch (1) 2021-10-17, Java Sparrow (3) 2023-02-09, Northern Cardinal (2) 2023-02-09, Pacific Golden-Plover (4) 2023-02-09, Red Junglefowl (2) 2023-02-09, Red-crested Cardinal (3) 2022-01-22, Red-vented Bulbul (1) 2023-06-06, Saffron Finch (5) 2022-03-20, Wandering Tattler (2) 2021-10-17, Zebra Dove",5,2023-02-09 +21.48455649,-158.1839139,"Common Myna (1) 2021-10-30, Erckel's Spurfowl (1) 2021-10-30, Gray Francolin (1) 2021-10-30, Indian Peafowl (1) 2021-10-30, Northern Cardinal (1) 2021-10-30, Red-crested Cardinal (1) 2021-10-30, Red-vented Bulbul (2) 2021-10-30, Saffron Finch (2) 2023-05-20, Spotted Dove (1) 2021-10-30, Warbling White-eye (1) 2021-10-30, Yellow-fronted Canary (1) 2021-10-30, Zebra Dove",1,2021-10-30 +21.48367379,-158.0198264,"Black-crowned Night Heron (1) 2023-01-10, Common Myna (3) 2023-04-06, Common Waxbill (1) 2022-12-05, Pacific Golden-Plover (2) 2023-01-10, Red Junglefowl (1) 2023-01-10, Red-crested Cardinal (2) 2023-01-10, Red-crowned Parrot (1) 2019-12-09, Red-vented Bulbul (3) 2023-12-30, Rose-ringed Parakeet (2) 2023-12-30, Spotted Dove (1) 2023-01-10, Western Cattle Egret (2) 2023-01-10, Zebra Dove",2,2023-01-10 +21.51083157,-158.0292985,"Chestnut Munia (1) 2022-05-09, Common Myna (1) 2022-05-09, Common Waxbill (1) 2022-05-09, Indian Peafowl (1) 2023-09-05, Japanese Bush Warbler (1) 2022-05-09, Northern Cardinal (1) 2022-05-09, Red-crested Cardinal (1) 2022-05-09, Red-vented Bulbul (1) 2022-05-09, Warbling White-eye (1) 2022-05-09, Western Cattle Egret (1) 2022-05-09, Yellow-fronted Canary (1) 2022-05-09, Zebra Dove",1,2022-05-09 +21.53740512,-157.9422198,"Apapane (3) 2021-09-30, Common Waxbill (3) 2021-09-30, House Finch (2) 2021-09-30, Northern Cardinal (2) 2021-09-30, Oahu Amakihi (2) 2021-09-30, Red-billed Leiothrix (3) 2021-09-30, Red-vented Bulbul (3) 2021-09-30, Red-whiskered Bulbul (3) 2021-09-30, Spotted Dove (3) 2021-09-30, Warbling White-eye (3) 2021-09-30, White-rumped Shama (3) 2021-09-30, Yellow-faced Grassquit",3,2021-09-30 +21.55509316,-157.8841506,"Chestnut Munia (1) 2022-04-22, Common Myna (1) 2022-04-22, Common Waxbill (1) 2022-04-22, Northern Cardinal (1) 2022-04-22, Pacific Golden-Plover (1) 2022-04-22, Red Junglefowl (1) 2022-04-22, Red-crested Cardinal (1) 2022-04-22, Red-vented Bulbul (1) 2022-04-22, Red-whiskered Bulbul (1) 2022-04-22, Spotted Dove (1) 2022-04-22, Warbling White-eye (1) 2022-04-22, White-rumped Shama",1,2022-04-22 +21.57450034,-158.106142,"African Silverbill (1) 2022-02-23, Common Myna (4) 2024-01-25, House Sparrow (2) 2023-04-15, Pacific Golden-Plover (2) 2023-04-15, Red Junglefowl (1) 2023-08-17, Red-vented Bulbul (4) 2023-04-15, Saffron Finch (4) 2023-08-17, Scaly-breasted Munia (1) 2022-02-23, Spotted Dove (2) 2023-04-15, Western Cattle Egret (2) 2024-01-25, White-rumped Shama (1) 2021-05-12, Zebra Dove",3,2023-08-17 +21.60165422,-158.1156348,"Black-crowned Night Heron (1) 2023-04-29, Brown Booby (3) 2023-04-29, Common Myna (2) 2021-12-08, Great Frigatebird (2) 2021-12-08, Laysan Albatross (1) 2023-04-29, Masked Booby (2) 2021-12-08, Red Junglefowl (2) 2021-12-08, Red-crested Cardinal (2) 2021-12-08, Spotted Dove (2) 2021-12-08, Wedge-tailed Shearwater (1) 2023-04-29, Western Cattle Egret (1) 2023-04-29, Zebra Dove",2,2021-12-08 +21.60973335,-157.9513544,"Apapane (2) 2022-06-20, Common Waxbill (3) 2022-06-20, House Finch (1) 2022-06-20, House Sparrow (1) 2022-06-20, Japanese Bush Warbler (2) 2022-06-20, Oahu Amakihi (3) 2022-06-20, Red-billed Leiothrix (1) 2022-06-20, Red-vented Bulbul (2) 2022-06-20, Red-whiskered Bulbul (1) 2022-06-20, Salmon-crested Cockatoo (1) 2022-06-20, Warbling White-eye (3) 2022-06-20, White-rumped Shama",2,2022-06-20 +21.66393383,-157.9509628,"Common Myna (14) 2022-07-26, Common Waxbill (3) 2022-07-20, House Finch (2) 2022-06-01, Java Sparrow (2) 2022-07-26, Northern Cardinal (5) 2022-07-26, Red-billed Leiothrix (14) 2022-07-26, Red-vented Bulbul (5) 2022-07-20, Red-whiskered Bulbul (7) 2022-07-12, Spotted Dove (7) 2022-07-12, Warbling White-eye (8) 2022-07-12, White-rumped Shama (10) 2022-06-28, Zebra Dove",8,2022-07-26 +21.31203014,-158.0209705,"Chestnut Munia (2) 2022-05-10, Common Myna (2) 2022-05-10, Common Waxbill (2) 2022-05-10, House Sparrow (2) 2022-05-10, Java Sparrow (1) 2021-10-29, Red-crested Cardinal (2) 2022-05-10, Red-vented Bulbul (1) 2022-05-10, Red-whiskered Bulbul (1) 2021-06-12, Rock Pigeon (2) 2022-05-10, Rose-ringed Parakeet (1) 2021-11-14, Spotted Dove (2) 2022-05-10, Western Cattle Egret (1) 2021-10-29, Zebra Dove",2,2022-05-10 +21.30972577,-157.68357,"Black-necked Stilt (1) 2021-03-12, Common Myna (3) 2024-02-19, House Finch (1) 2021-03-12, House Sparrow (1) 2021-10-15, Java Sparrow (2) 2021-10-15, Pacific Golden-Plover (2) 2021-10-15, Red-crested Cardinal (3) 2024-02-19, Red-vented Bulbul (3) 2024-02-19, Red-whiskered Bulbul (2) 2024-02-19, Spotted Dove (2) 2021-10-15, Warbling White-eye (1) 2021-10-15, Western Cattle Egret (1) 2021-10-15, Zebra Dove",3,2024-02-19 +21.32144649,-158.0884012,"African Silverbill (1) 2019-12-31, Chestnut Munia (3) 2019-03-26, Common Myna (4) 2019-12-31, Common Waxbill (2) 2020-01-01, Eurasian Skylark (1) 2020-01-01, Gray Francolin (4) 2020-01-01, House Finch (1) 2020-01-01, Pacific Golden-Plover (4) 2020-01-01, Red-crested Cardinal (2) 2020-01-01, Red-vented Bulbul (1) 2019-12-31, Saffron Finch (2) 2020-01-01, Spotted Dove (2) 2020-01-01, Zebra Dove",2,2020-01-01 +21.32035009,-157.9052174,"African Silverbill (1) 2021-01-10, Chestnut Munia (4) 2022-03-06, Common Myna (6) 2022-12-07, Common Waxbill (1) 2024-01-30, Eurasian Skylark (4) 2022-03-06, House Finch (1) 2021-01-10, House Sparrow (6) 2024-01-30, Pacific Golden-Plover (5) 2024-01-30, Red-crested Cardinal (1) 2020-11-29, Red-vented Bulbul (5) 2022-12-05, Spotted Dove (1) 2022-12-07, Western Cattle Egret (4) 2022-03-06, Zebra Dove",6,2024-01-30 +21.33021062,-158.0401349,"African Silverbill (1) 2019-02-05, Common Myna (1) 2019-02-05, Gray Francolin (1) 2019-02-05, House Sparrow (1) 2019-02-05, Northern Cardinal (1) 2019-02-05, Red Junglefowl (1) 2019-02-05, Red-crested Cardinal (1) 2019-02-05, Red-vented Bulbul (1) 2019-02-05, Red-whiskered Bulbul (1) 2019-02-05, Spotted Dove (1) 2019-02-05, Warbling White-eye (1) 2019-02-05, Western Cattle Egret (1) 2019-02-05, Zebra Dove",1,2019-02-05 +21.33918838,-158.0304332,"Common Myna (1) 2023-04-01, House Finch (1) 2023-04-01, House Sparrow (1) 2023-04-01, Java Sparrow (1) 2023-04-01, Northern Cardinal (1) 2023-04-01, Pacific Golden-Plover (1) 2023-04-01, Red-vented Bulbul (1) 2023-04-01, Rose-ringed Parakeet (1) 2023-04-01, Saffron Finch (1) 2023-04-01, Spotted Dove (1) 2023-04-01, Warbling White-eye (1) 2023-04-01, Western Cattle Egret (1) 2023-04-01, Zebra Dove",1,2023-04-01 +21.34751374,-157.9146591,"Chestnut Munia (1) 2022-03-29, Common Myna (5) 2023-12-03, Common Waxbill (1) 2022-03-29, House Finch (2) 2022-03-20, House Sparrow (4) 2023-12-03, Pacific Golden-Plover (1) 2022-03-20, Red Junglefowl (1) 2023-12-16, Red-crested Cardinal (3) 2022-08-04, Rose-ringed Parakeet (1) 2022-03-27, Spotted Dove (1) 2022-08-04, Warbling White-eye (2) 2023-12-03, Western Cattle Egret (1) 2022-08-04, Zebra Dove",6,2022-08-04 +21.35673526,-157.9435231,"Common Myna (5) 2023-08-17, House Finch (2) 2022-03-05, House Sparrow (2) 2022-03-05, Pacific Golden-Plover (4) 2022-03-05, Red-crested Cardinal (2) 2022-03-05, Red-vented Bulbul (3) 2023-08-17, Rock Pigeon (2) 2022-03-05, Saffron Finch (3) 2023-08-17, Spotted Dove (2) 2022-03-05, Warbling White-eye (3) 2023-08-17, White Tern (4) 2023-08-17, Yellow-fronted Canary (1) 2022-06-01, Zebra Dove",2,2022-03-05 +21.35533417,-157.7410198,"Common Myna (1) 2022-02-20, Hawaiian Coot (1) 2022-02-20, House Finch (1) 2022-02-20, Java Sparrow (1) 2022-02-20, Northern Cardinal (1) 2022-02-20, Red-billed Leiothrix (1) 2022-02-20, Red-crested Cardinal (1) 2022-02-20, Red-whiskered Bulbul (1) 2022-02-20, Spotted Dove (1) 2022-02-20, Western Cattle Egret (1) 2022-02-20, White Tern (1) 2022-02-20, White-rumped Shama (1) 2022-02-20, Zebra Dove",1,2022-02-20 +21.36564338,-157.92417,"Black-necked Stilt (1) 2023-02-22, Common Myna (2) 2023-02-22, Great-tailed Grackle (1) 2023-04-26, House Sparrow (2) 2023-02-22, Pacific Golden-Plover (1) 2023-02-22, Red-crested Cardinal (1) 2021-06-28, Red-crowned Parrot (1) 2023-02-22, Rock Pigeon (1) 2023-02-22, Rose-ringed Parakeet (1) 2023-02-22, Saffron Finch (1) 2023-02-22, Spotted Dove (1) 2023-02-22, Western Cattle Egret (2) 2023-07-05, Zebra Dove",1,2023-02-22 +21.37368537,-157.7794407,"Chestnut Munia (5) 2022-08-25, Common Myna (1) 2021-11-26, Common Waxbill (2) 2022-04-22, Java Sparrow (1) 2021-11-26, Pacific Golden-Plover (1) 2020-03-03, Red-vented Bulbul (1) 2021-11-26, Red-whiskered Bulbul (1) 2020-03-03, Rock Pigeon (1) 2021-11-26, Scaly-breasted Munia (1) 2022-08-25, Warbling White-eye (1) 2021-11-26, Western Cattle Egret (2) 2022-08-25, White-rumped Shama (1) 2023-11-25, Zebra Dove",1,2021-11-26 +21.38401409,-157.9722639,"Chestnut Munia (2) 2023-11-27, Common Myna (2) 2023-11-27, Common Waxbill (2) 2023-11-27, Gray Francolin (1) 2022-11-25, House Finch (1) 2023-06-05, Pacific Golden-Plover (2) 2023-11-27, Red-crested Cardinal (1) 2021-06-21, Red-vented Bulbul (2) 2023-11-27, Red-whiskered Bulbul (2) 2023-11-27, Spotted Dove (2) 2023-11-27, Warbling White-eye (1) 2021-06-25, Western Cattle Egret (2) 2023-11-27, Zebra Dove",2,2023-11-27 +21.41878057,-157.7694187,"Black-necked Stilt (2) 2021-04-30, Brown Booby (1) 2023-12-02, Common Myna (2) 2021-05-08, Common Waxbill (1) 2021-05-08, House Sparrow (1) 2021-05-08, Northern Cardinal (1) 2019-05-26, Red-crested Cardinal (1) 2019-05-26, Red-vented Bulbul (2) 2021-05-08, Red-whiskered Bulbul (1) 2019-05-26, Spotted Dove (1) 2019-05-26, Warbling White-eye (1) 2019-05-26, Western Cattle Egret (1) 2019-05-26, Zebra Dove",2,2021-05-08 +21.42941402,-158.0105406,"Common Myna (3) 2019-11-25, Common Waxbill (2) 2019-02-07, House Sparrow (1) 2019-05-20, Pacific Golden-Plover (5) 2021-03-20, Red-billed Leiothrix (1) 2019-04-18, Red-crested Cardinal (1) 2020-02-20, Red-vented Bulbul (1) 2019-05-20, Rose-ringed Parakeet (2) 2019-11-25, Saffron Finch (2) 2019-02-14, Spotted Dove (4) 2020-02-20, Western Cattle Egret (7) 2019-04-18, White-rumped Shama (3) 2019-05-20, Zebra Dove",5,2021-03-20 +21.43943164,-158.1938151,"Brown Booby (3) 2024-01-26, Common Myna (3) 2023-08-22, House Sparrow (2) 2023-08-22, Java Sparrow (1) 2023-08-24, Pacific Golden-Plover (3) 2023-08-22, Red-crested Cardinal (4) 2023-08-25, Red-vented Bulbul (2) 2023-08-22, Rock Pigeon (3) 2023-08-22, Saffron Finch (2) 2023-08-25, Spotted Dove (2) 2022-01-08, Warbling White-eye (1) 2020-10-08, White-rumped Shama (1) 2020-10-08, Zebra Dove",3,2023-08-22 +21.43733029,-157.8368042,"Chestnut Munia (1) 2022-07-08, Common Myna (3) 2023-12-14, Common Waxbill (1) 2023-12-14, Java Sparrow (1) 2022-07-08, Northern Cardinal (1) 2021-12-29, Pacific Golden-Plover (2) 2020-01-06, Red-crested Cardinal (3) 2023-12-14, Red-vented Bulbul (1) 2022-07-08, Rock Pigeon (1) 2021-12-29, Spotted Dove (1) 2023-12-14, Western Cattle Egret (1) 2022-07-08, White-rumped Shama (2) 2023-12-14, Zebra Dove",1,2022-07-08 +21.4746963,-158.0295382,"Chestnut Munia (1) 2020-01-15, Common Myna (3) 2020-08-17, Common Waxbill (1) 2020-01-13, House Finch (2) 2020-01-15, Java Sparrow (3) 2020-08-17, Pacific Golden-Plover (3) 2020-08-17, Red-crested Cardinal (1) 2020-01-13, Red-vented Bulbul (2) 2020-01-15, Rose-ringed Parakeet (3) 2021-05-10, Warbling White-eye (1) 2020-01-15, Western Cattle Egret (1) 2020-01-15, White-rumped Shama (1) 2020-09-03, Zebra Dove",2,2020-01-15 +21.50207293,-158.0776246,"Chestnut Munia (2) 2021-12-02, Common Myna (5) 2022-07-07, House Finch (2) 2021-12-02, Northern Cardinal (2) 2021-12-02, Pacific Golden-Plover (4) 2021-12-10, Red Junglefowl (2) 2021-12-10, Red-crested Cardinal (2) 2021-12-10, Red-crowned Parrot (3) 2022-07-07, Red-vented Bulbul (2) 2021-12-10, Rose-ringed Parakeet (2) 2021-12-02, Saffron Finch (1) 2023-10-24, Warbling White-eye (1) 2022-07-07, Zebra Dove",4,2021-12-10 +21.50190891,-158.0486649,"Common Myna (2) 2023-09-17, Common Waxbill (2) 2023-09-17, Gray Francolin (1) 2023-12-14, House Finch (1) 2023-09-17, House Sparrow (1) 2023-09-17, Red-crested Cardinal (2) 2023-09-17, Red-vented Bulbul (1) 2023-09-17, Red-whiskered Bulbul (1) 2023-09-17, Rose-ringed Parakeet (1) 2023-03-15, Saffron Finch (2) 2023-09-17, Spotted Dove (1) 2023-09-17, Western Cattle Egret (1) 2023-09-17, Zebra Dove",2,2023-09-17 +21.50179777,-158.0293585,"Black Francolin (1) 2022-05-29, Common Myna (2) 2022-05-29, Common Waxbill (1) 2022-05-29, House Sparrow (1) 2022-05-29, Feral Mallard (9) 2023-03-31, Mourning Dove (1) 2023-02-22, Red Junglefowl (11) 2023-03-31, Red-crested Cardinal (1) 2022-05-29, Red-vented Bulbul (2) 2022-05-29, Rock Pigeon (1) 2022-05-29, Spotted Dove (2) 2022-05-29, Western Cattle Egret (1) 2022-05-29, Zebra Dove",1,2019-03-28 +21.51071829,-158.0099912,"Common Myna (3) 2023-09-12, House Sparrow (1) 2023-08-17, Java Sparrow (1) 2020-03-06, Northern Cardinal (1) 2020-03-06, Pacific Golden-Plover (5) 2023-09-12, Red-crested Cardinal (1) 2020-03-06, Red-vented Bulbul (1) 2020-03-06, Red-whiskered Bulbul (1) 2020-03-06, Rose-ringed Parakeet (1) 2020-03-06, Saffron Finch (2) 2023-09-12, Spotted Dove (2) 2023-09-12, Western Cattle Egret (1) 2023-09-12, Zebra Dove",2,2023-09-12 +21.54579404,-157.8455975,"Black-necked Stilt (1) 2023-10-14, Common Myna (1) 2023-10-14, Common Waxbill (1) 2023-10-14, Glaucous-winged Gull (1) 2020-01-18, Great Frigatebird (1) 2019-08-08, House Finch (1) 2023-10-14, Pacific Golden-Plover (1) 2023-10-14, Red-crested Cardinal (1) 2023-10-14, Spotted Dove (1) 2023-10-14, Wandering Tattler (11) 2024-02-08, Warbling White-eye (1) 2023-10-14, Western Cattle Egret (2) 2023-10-14, Zebra Dove",1,2022-10-16 +21.55482631,-157.845526,"Barn Owl (1) 2024-02-10, Common Myna (2) 2024-02-12, Common Waxbill (1) 2024-02-12, House Finch (1) 2024-02-12, House Sparrow (1) 2024-02-05, Java Sparrow (1) 2024-02-12, Northern Cardinal (1) 2024-02-12, Pacific Golden-Plover (2) 2024-02-12, Rock Pigeon (1) 2024-02-12, Warbling White-eye (1) 2024-02-12, Western Cattle Egret (2) 2024-02-12, White-rumped Shama (1) 2024-02-12, Zebra Dove",2,2024-02-12 +21.60038767,-157.903123,"Black-necked Stilt (1) 2021-02-21, Common Myna (4) 2023-08-21, Common Waxbill (1) 2021-08-10, House Finch (1) 2021-08-10, Java Sparrow (1) 2021-08-10, Pacific Golden-Plover (1) 2021-02-21, Red-crested Cardinal (4) 2023-08-21, Red-vented Bulbul (1) 2021-08-10, Sanderling (1) 2023-08-21, Spotted Dove (2) 2021-08-10, Western Cattle Egret (4) 2023-08-21, White-rumped Shama (1) 2021-08-10, Zebra Dove",1,2021-08-10 +21.61058376,-158.096259,"Brown Booby (2) 2024-02-11, Common Gallinule (1) 2021-02-24, Common Myna (2) 2022-07-27, Pacific Golden-Plover (1) 2022-02-07, Red-crested Cardinal (2) 2022-02-07, Ring-necked Pheasant (2) 2020-03-04, Ruddy Turnstone (1) 2019-08-28, Sanderling (2) 2021-03-06, Spotted Dove (2) 2023-02-18, Wandering Tattler (2) 2022-07-27, Wedge-tailed Shearwater (2) 2023-09-24, Western Cattle Egret (2) 2022-02-07, Zebra Dove",2,2022-02-07 +21.6912735,-157.9894286,"Black-necked Stilt (5) 2024-01-06, Blue-winged Teal (2) 2024-01-06, Common Myna (5) 2024-01-06, Hawaiian Coot (8) 2024-01-06, Feral Mallard (2) 2024-01-06, Pacific Golden-Plover (6) 2024-01-06, Red-vented Bulbul (3) 2024-01-06, Ruddy Turnstone (6) 2024-01-06, Sanderling (3) 2024-01-06, Spotted Dove (3) 2024-01-06, Wandering Tattler (2) 2024-01-06, Western Cattle Egret (1) 2019-12-26, Zebra Dove",3,2024-01-06 +21.29166014,-157.6837309,"Common Myna (2) 2022-04-14, House Finch (1) 2022-04-14, Northern Cardinal (1) 2022-04-14, Pacific Golden-Plover (3) 2022-04-14, Red-crested Cardinal (2) 2022-04-14, Red-tailed Tropicbird (1) 2022-07-18, Red-vented Bulbul (3) 2022-04-14, Spotted Dove (1) 2022-04-14, Warbling White-eye (2) 2022-04-14, Western Cattle Egret (2) 2022-04-14, White Tern (1) 2022-07-18, White-rumped Shama (3) 2022-04-14, White-tailed Tropicbird (1) 2022-07-18, Zebra Dove",4,2022-07-18 +21.31052334,-157.7896041,"Common Myna (2) 2024-02-12, House Sparrow (1) 2020-10-17, Northern Cardinal (1) 2024-02-12, Oahu Amakihi (1) 2024-02-12, Pacific Golden-Plover (1) 2020-10-17, Red Junglefowl (2) 2024-02-12, Red-billed Leiothrix (1) 2024-02-12, Red-crested Cardinal (1) 2024-02-12, Red-vented Bulbul (1) 2020-10-17, Red-whiskered Bulbul (1) 2020-10-17, Spotted Dove (2) 2024-02-12, Warbling White-eye (1) 2024-02-12, White-rumped Shama (2) 2024-02-12, Zebra Dove",1,2020-10-17 +21.32106445,-158.0209107,"Common Myna (2) 2021-10-17, Common Waxbill (1) 2022-04-10, Indian Peafowl (1) 2022-06-01, Japanese Bush Warbler (2) 2022-01-01, Java Sparrow (1) 2021-10-17, Pacific Golden-Plover (4) 2022-08-28, Red-billed Leiothrix (1) 2022-06-01, Red-crested Cardinal (1) 2021-03-23, Red-vented Bulbul (4) 2022-08-28, Rock Pigeon (1) 2021-10-17, Saffron Finch (1) 2021-05-13, Spotted Dove (1) 2021-10-17, White-rumped Shama (1) 2022-06-01, Zebra Dove",1,2021-10-17 +21.31955653,-157.78953,"Common Myna (2) 2021-12-02, House Finch (2) 2021-12-02, Java Sparrow (2) 2021-12-02, Northern Cardinal (2) 2021-12-02, Red-billed Leiothrix (2) 2021-12-02, Red-crested Cardinal (2) 2021-12-02, Red-crowned Parrot (2) 2021-12-02, Red-vented Bulbul (2) 2021-12-02, Red-whiskered Bulbul (2) 2021-12-02, Rose-ringed Parakeet (2) 2021-12-02, Spotted Dove (2) 2021-12-02, Warbling White-eye (2) 2021-12-02, White-rumped Shama (2) 2021-12-02, Zebra Dove",2,2021-12-02 +21.33951393,-158.088289,"Common Myna (6) 2022-06-16, Common Waxbill (3) 2022-02-02, House Finch (2) 2022-02-01, House Sparrow (5) 2022-02-02, Java Sparrow (4) 2022-02-02, Pacific Golden-Plover (1) 2021-09-03, Red-crested Cardinal (2) 2022-02-01, Red-vented Bulbul (4) 2022-02-02, Red-whiskered Bulbul (2) 2022-02-02, Saffron Finch (1) 2022-06-16, Spotted Dove (4) 2022-02-02, Warbling White-eye (2) 2022-02-02, Western Cattle Egret (1) 2022-06-16, Zebra Dove",5,2022-02-02 +21.34782283,-157.962874,"Common Myna (2) 2022-11-07, House Finch (1) 2022-08-05, House Sparrow (1) 2022-08-05, Java Sparrow (3) 2022-12-01, Pacific Golden-Plover (1) 2022-11-07, Red-vented Bulbul (2) 2022-11-07, Rose-ringed Parakeet (2) 2022-11-07, Ruddy Turnstone (1) 2022-11-07, Spotted Dove (2) 2022-11-07, Warbling White-eye (2) 2022-11-07, Western Cattle Egret (1) 2022-08-05, White Tern (2) 2022-11-07, Yellow-fronted Canary (1) 2022-08-05, Zebra Dove",2,2022-11-07 +21.34686223,-157.8182344,"Common Waxbill (1) 2021-11-17, Feral Mallard (2) 2023-02-18, Oahu Amakihi (1) 2021-11-17, Red Junglefowl (1) 2023-04-06, Red-billed Leiothrix (6) 2024-01-15, Red-crested Cardinal (1) 2021-11-17, Red-vented Bulbul (1) 2021-07-30, Red-whiskered Bulbul (4) 2022-12-28, Spotted Dove (1) 2021-07-30, Warbling White-eye (3) 2022-12-28, White-rumped Shama (3) 2022-12-28, Yellow-fronted Canary (1) 2021-11-17, Zebra Dove",1,2022-12-28 +21.3574206,-158.0592453,"Black-necked Stilt (1) 2024-01-11, Chestnut Munia (4) 2023-12-05, Common Myna (4) 2023-12-05, Gray Francolin (1) 2023-08-29, House Finch (2) 2024-01-11, House Sparrow (1) 2024-01-11, Northern Cardinal (1) 2024-01-11, Pacific Golden-Plover (4) 2024-01-11, Red-crested Cardinal (3) 2024-01-11, Red-vented Bulbul (3) 2023-09-15, Saffron Finch (3) 2024-01-11, Spotted Dove (1) 2023-09-05, Warbling White-eye (1) 2023-08-29, Zebra Dove",2,2023-09-15 +21.3655181,-157.9048821,"Common Myna (1) 2023-03-19, Common Waxbill (2) 2023-03-19, House Finch (1) 2023-03-19, House Sparrow (1) 2023-03-19, Java Sparrow (1) 2022-12-17, Red Junglefowl (1) 2023-06-14, Red-crested Cardinal (1) 2021-05-29, Red-vented Bulbul (1) 2023-03-19, Red-whiskered Bulbul (2) 2023-03-19, Rose-ringed Parakeet (1) 2023-06-14, Saffron Finch (1) 2023-03-19, Spotted Dove (1) 2023-03-19, Western Cattle Egret (1) 2021-05-29, Zebra Dove",1,2021-05-29 +21.36499647,-157.8277329,"Common Myna (2) 2019-11-27, Common Waxbill (1) 2019-11-27, House Finch (1) 2019-11-27, Pacific Golden-Plover (1) 2019-11-27, Red Junglefowl (1) 2019-11-27, Red-billed Leiothrix (2) 2019-11-27, Red-crested Cardinal (1) 2019-11-27, Red-vented Bulbul (1) 2019-05-07, Red-whiskered Bulbul (1) 2019-05-07, Rock Pigeon (1) 2019-05-07, Saffron Finch (1) 2019-05-07, Wandering Tattler (1) 2019-11-27, Warbling White-eye (2) 2019-11-27, White-rumped Shama",2,2019-11-27 +21.37595292,-158.1459357,"African Silverbill (1) 2020-09-11, Brown Booby (1) 2023-03-04, Common Myna (4) 2023-03-04, House Sparrow (2) 2023-03-04, Pacific Golden-Plover (1) 2020-03-04, Red-crested Cardinal (2) 2020-03-04, Red-vented Bulbul (1) 2021-03-11, Rock Pigeon (2) 2023-03-04, Rose-ringed Parakeet (1) 2023-03-04, Saffron Finch (4) 2021-03-17, Sanderling (1) 2023-10-28, Spotted Dove (3) 2023-03-04, Western Cattle Egret (2) 2023-03-04, Zebra Dove",4,2023-03-04 +21.38358528,-157.9047477,"Chestnut Munia (2) 2023-03-31, Common Myna (5) 2024-01-24, Pacific Golden-Plover (5) 2024-01-24, Red Junglefowl (4) 2024-01-24, Red-crested Cardinal (4) 2024-01-24, Red-vented Bulbul (4) 2024-01-24, Red-whiskered Bulbul (1) 2022-03-09, Rose-ringed Parakeet (1) 2024-01-24, Saffron Finch (3) 2023-02-15, Spotted Dove (3) 2024-01-24, Warbling White-eye (1) 2022-03-09, Western Cattle Egret (2) 2023-03-31, White Tern (1) 2024-01-24, Zebra Dove",2,2024-01-24 +21.38332881,-157.8661679,"Common Myna (2) 2023-02-27, Common Waxbill (1) 2020-01-01, Java Sparrow (1) 2020-01-01, Northern Cardinal (1) 2020-01-01, Oahu Amakihi (1) 2020-01-01, Pacific Golden-Plover (1) 2023-02-27, Red-billed Leiothrix (2) 2023-02-27, Red-crested Cardinal (2) 2023-02-27, Red-vented Bulbul (1) 2023-02-27, Red-whiskered Bulbul (1) 2020-01-01, Spotted Dove (2) 2023-02-27, Warbling White-eye (2) 2023-02-27, White-rumped Shama (1) 2020-01-01, Zebra Dove",2,2023-02-27 +21.40305587,-158.1457783,"Common Myna (1) 2019-02-15, Common Waxbill (1) 2019-02-15, House Finch (2) 2024-02-19, House Sparrow (1) 2024-02-19, Northern Cardinal (1) 2019-02-15, Red-crested Cardinal (2) 2024-02-19, Red-vented Bulbul (1) 2024-02-19, Rock Pigeon (1) 2019-02-15, Saffron Finch (1) 2019-02-15, Scaly-breasted Munia (1) 2019-02-15, Short-eared Owl (1) 2019-02-15, Spotted Dove (1) 2019-02-15, Warbling White-eye (1) 2024-02-19, Zebra Dove",1,2024-02-19 +21.40225511,-158.0010764,"Common Waxbill (1) 2020-06-27, House Finch (2) 2023-03-19, Java Sparrow (1) 2020-06-27, Feral Mallard (1) 2023-03-19, Pacific Golden-Plover (1) 2023-03-19, Red-crested Cardinal (2) 2023-03-19, Red-vented Bulbul (1) 2023-03-19, Red-whiskered Bulbul (1) 2020-06-27, Rose-ringed Parakeet (1) 2020-01-01, Saffron Finch (1) 2023-03-19, Spotted Dove (2) 2023-03-19, Warbling White-eye (1) 2023-03-19, Western Cattle Egret (2) 2023-03-19, Zebra Dove",2,2023-03-19 +21.40183903,-157.9335518,"Chestnut Munia (1) 2021-07-11, Common Myna (2) 2021-07-11, Common Waxbill (2) 2021-07-11, House Finch (1) 2021-07-11, House Sparrow (1) 2021-07-11, Red-crested Cardinal (1) 2021-07-07, Red-crowned Parrot (1) 2019-02-25, Red-vented Bulbul (2) 2021-07-11, Rose-ringed Parakeet (1) 2019-02-25, Saffron Finch (1) 2021-07-11, Spotted Dove (2) 2021-07-11, Warbling White-eye (1) 2021-07-11, Western Cattle Egret (1) 2021-07-11, Zebra Dove",3,2021-07-11 +21.42802392,-157.7982853,"Common Myna (2) 2022-12-10, Common Waxbill (3) 2022-12-10, Great Frigatebird (1) 2022-12-10, Northern Cardinal (1) 2022-12-10, Pacific Golden-Plover (2) 2022-12-07, Red Junglefowl (3) 2022-12-10, Red-crested Cardinal (1) 2022-12-10, Red-vented Bulbul (2) 2022-12-10, Red-whiskered Bulbul (1) 2022-12-10, Rock Pigeon (1) 2022-12-10, Spotted Dove (1) 2022-12-10, Warbling White-eye (1) 2022-12-10, Western Cattle Egret (3) 2022-12-10, Zebra Dove",3,2022-12-10 +21.43938496,-158.1841655,"Brown Booby (3) 2023-09-16, Common Myna (2) 2023-08-22, Common Waxbill (1) 2023-08-22, Great Frigatebird (3) 2023-09-16, House Sparrow (1) 2023-08-22, Red-crested Cardinal (2) 2023-11-13, Red-vented Bulbul (1) 2023-08-22, Red-whiskered Bulbul (1) 2023-08-22, Saffron Finch (1) 2023-10-25, Sooty Tern (1) 2023-03-28, Spotted Dove (1) 2023-08-22, Wedge-tailed Shearwater (1) 2023-03-28, White Tern (1) 2023-03-28, Zebra Dove",2,2023-08-22 +21.43698747,-157.7885633,"Common Myna (3) 2023-12-07, Common Waxbill (4) 2023-12-08, House Finch (3) 2023-12-08, Feral Mallard (2) 2023-12-06, Pacific Golden-Plover (4) 2023-12-08, Red-crested Cardinal (2) 2023-12-07, Red-vented Bulbul (4) 2023-12-08, Red-whiskered Bulbul (3) 2023-12-08, Spotted Dove (2) 2023-12-07, Warbling White-eye (3) 2023-12-08, Western Cattle Egret (4) 2023-12-08, White-rumped Shama (3) 2023-12-07, Zebra Dove",4,2023-12-08 +21.44832428,-158.164815,"Common Myna (4) 2023-07-04, Common Waxbill (3) 2023-04-26, Gray Francolin (1) 2022-02-28, House Finch (1) 2023-05-18, House Sparrow (3) 2023-07-04, Java Sparrow (1) 2022-02-28, Northern Cardinal (5) 2023-07-04, Red-crested Cardinal (2) 2023-04-26, Red-vented Bulbul (3) 2023-05-18, Saffron Finch (2) 2023-04-25, Spotted Dove (6) 2023-07-04, Western Cattle Egret (1) 2022-02-28, White-rumped Shama (1) 2023-07-04, Zebra Dove",5,2023-05-18 +21.44643045,-157.8463815,"Chestnut Munia (1) 2022-10-11, Common Myna (13) 2022-10-11, Common Waxbill (2) 2022-10-11, Java Sparrow (6) 2022-10-10, Northern Cardinal (4) 2022-10-10, Pacific Golden-Plover (3) 2022-10-11, Red-crested Cardinal (1) 2022-09-25, Red-vented Bulbul (10) 2022-10-11, Red-whiskered Bulbul (9) 2022-10-11, Spotted Dove (2) 2022-09-28, Warbling White-eye (6) 2022-10-01, Western Cattle Egret (3) 2022-10-02, White-rumped Shama (10) 2022-10-11, Zebra Dove",13,2022-10-11 +21.44587947,-157.7691914,"Common Myna (2) 2021-04-05, Common Waxbill (1) 2021-04-05, Gray Francolin (2) 2024-01-07, Java Sparrow (1) 2021-04-05, Pacific Golden-Plover (2) 2021-04-05, Red Junglefowl (1) 2021-04-05, Red-crested Cardinal (2) 2021-04-05, Red-vented Bulbul (2) 2021-04-05, Scaly-breasted Munia (1) 2021-04-05, Spotted Dove (1) 2021-04-05, Warbling White-eye (1) 2021-04-05, Western Cattle Egret (1) 2021-04-05, White-rumped Shama (1) 2021-04-05, Zebra Dove",2,2021-04-05 +21.46599684,-158.0875036,"African Silverbill (2) 2021-05-28, Apapane (1) 2022-07-06, Common Myna (1) 2022-07-06, Common Waxbill (1) 2022-07-06, Gray Francolin (1) 2022-07-06, Indian Peafowl (1) 2022-07-06, Oahu Amakihi (1) 2022-07-06, Oahu Elepaio (1) 2022-07-06, Red-billed Leiothrix (1) 2022-07-06, Red-crested Cardinal (1) 2022-07-06, Red-vented Bulbul (1) 2022-07-06, Red-whiskered Bulbul (1) 2022-07-06, Warbling White-eye (1) 2022-07-06, White-rumped Shama",1,2022-07-06 +21.47513534,-158.1067502,"Common Myna (1) 2019-04-27, Gray Francolin (1) 2019-04-27, House Finch (1) 2019-04-27, Indian Peafowl (1) 2019-04-27, Japanese Bush Warbler (1) 2019-04-27, Northern Cardinal (1) 2019-04-27, Oahu Amakihi (1) 2019-04-27, Red-billed Leiothrix (1) 2019-04-27, Red-crested Cardinal (1) 2019-04-27, Red-vented Bulbul (1) 2019-04-27, Red-whiskered Bulbul (1) 2019-04-27, Spotted Dove (1) 2019-04-27, Warbling White-eye (1) 2019-04-27, White-rumped Shama",1,2019-04-27 +21.48395336,-158.0680866,"Common Myna (3) 2021-10-20, Common Waxbill (1) 2021-10-20, House Finch (1) 2021-10-22, Java Sparrow (2) 2021-10-20, Pacific Golden-Plover (2) 2021-10-17, Red-crested Cardinal (2) 2024-02-28, Red-vented Bulbul (1) 2021-10-17, Rose-ringed Parakeet (1) 2021-10-14, Saffron Finch (2) 2021-10-22, Scaly-breasted Munia (1) 2021-10-22, Spotted Dove (2) 2021-10-20, Warbling White-eye (2) 2021-10-20, Western Cattle Egret (1) 2021-10-14, Zebra Dove",2,2021-10-20 +21.49298567,-158.0680289,"Chestnut Munia (3) 2023-11-11, Common Myna (5) 2023-11-13, Common Waxbill (2) 2023-11-11, House Finch (1) 2023-06-14, Java Sparrow (1) 2023-06-14, Northern Cardinal (2) 2023-11-12, Pacific Golden-Plover (4) 2023-11-12, Red-crested Cardinal (3) 2023-11-13, Red-vented Bulbul (3) 2023-11-13, Rose-ringed Parakeet (2) 2023-11-12, Saffron Finch (2) 2023-11-11, Spotted Dove (4) 2023-11-13, Warbling White-eye (2) 2023-11-13, Zebra Dove",3,2023-11-12 +21.49270765,-158.0197659,"Chestnut Munia (3) 2022-05-09, Common Myna (4) 2022-07-14, Common Waxbill (3) 2022-05-09, House Finch (3) 2022-05-09, Northern Cardinal (3) 2022-05-09, Red-crested Cardinal (4) 2022-07-14, Red-crowned Parrot (1) 2022-07-14, Red-vented Bulbul (4) 2022-07-14, Red-whiskered Bulbul (3) 2022-05-09, Saffron Finch (1) 2022-07-14, Warbling White-eye (1) 2022-07-14, Western Cattle Egret (3) 2022-05-09, White-rumped Shama (3) 2022-05-09, Zebra Dove",4,2022-07-14 +21.51969455,-158.0002758,"Chestnut Munia (2) 2021-08-18, Common Myna (2) 2020-09-16, Common Waxbill (1) 2020-04-06, Gray Francolin (1) 2020-09-16, House Sparrow (1) 2020-09-16, Indian Peafowl (8) 2022-04-12, Pacific Golden-Plover (4) 2021-08-18, Red Junglefowl (1) 2021-08-18, Red-crested Cardinal (1) 2020-09-16, Red-vented Bulbul (2) 2020-09-16, Spotted Dove (1) 2020-04-06, Wandering Tattler (1) 2022-04-12, Western Cattle Egret (1) 2020-09-16, Zebra Dove",1,2020-04-06 +21.58244818,-157.9225753,"Apapane (1) 2021-11-20, Common Myna (1) 2021-11-20, Common Waxbill (1) 2021-11-20, House Sparrow (1) 2021-11-20, Japanese Bush Warbler (1) 2021-11-20, Oahu Amakihi (1) 2021-11-20, Red-billed Leiothrix (1) 2021-11-20, Red-vented Bulbul (1) 2021-11-20, Red-whiskered Bulbul (1) 2021-11-20, Spotted Dove (1) 2021-11-20, Warbling White-eye (1) 2021-11-20, White-rumped Shama (1) 2021-11-20, White-tailed Tropicbird (1) 2021-11-20, Zebra Dove",1,2021-11-20 +21.61951155,-158.0768806,"Brown Booby (1) 2022-05-08, Common Myna (2) 2023-02-20, Great Frigatebird (1) 2023-02-21, House Sparrow (1) 2022-05-08, Pacific Golden-Plover (1) 2022-10-05, Red-crested Cardinal (1) 2022-05-08, Red-whiskered Bulbul (1) 2023-02-21, Saffron Finch (1) 2022-05-08, Sanderling (1) 2023-09-04, Warbling White-eye (1) 2022-05-08, Wedge-tailed Shearwater (2) 2023-09-04, Western Cattle Egret (1) 2022-05-08, White-rumped Shama (2) 2023-09-13, Zebra Dove",2,2022-10-05 +21.62849131,-158.0671615,"Black-crowned Night Heron (1) 2022-03-15, Common Gallinule (1) 2022-03-15, Common Myna (2) 2022-12-13, Common Waxbill (1) 2022-12-13, Great Frigatebird (1) 2022-02-20, House Sparrow (1) 2022-12-13, Northern Cardinal (1) 2022-12-13, Pacific Golden-Plover (1) 2022-03-16, Red-billed Leiothrix (1) 2022-12-13, Red-vented Bulbul (2) 2022-12-13, Red-whiskered Bulbul (1) 2022-12-13, Ruddy Turnstone (1) 2022-03-15, Warbling White-eye (1) 2022-12-13, Yellow-fronted Canary",1,2022-12-13 +21.26471116,-157.7032442,"Brown Booby (6) 2020-11-26, Common Myna (2) 2022-05-07, Common Waxbill (1) 2022-05-07, House Finch (1) 2022-05-07, House Sparrow (1) 2022-05-07, Java Sparrow (1) 2022-05-07, Red-crested Cardinal (1) 2022-05-07, Red-footed Booby (3) 2020-11-26, Red-vented Bulbul (3) 2022-05-07, Rock Pigeon (1) 2022-05-07, Spotted Dove (2) 2022-05-07, Wandering Tattler (2) 2020-11-23, Western Cattle Egret (1) 2022-05-07, White Tern (4) 2022-05-07, Zebra Dove",4,2022-05-07 +21.29210305,-157.7415595,"Common Myna (4) 2021-10-24, Common Waxbill (4) 2022-03-09, House Finch (2) 2021-10-26, Java Sparrow (3) 2021-10-26, Pacific Golden-Plover (5) 2021-10-24, Red Junglefowl (1) 2021-10-18, Red-billed Leiothrix (2) 2022-03-09, Red-crested Cardinal (4) 2021-10-24, Red-vented Bulbul (7) 2022-03-09, Red-whiskered Bulbul (2) 2022-03-09, Spotted Dove (7) 2022-03-09, Warbling White-eye (3) 2021-10-26, Western Cattle Egret (3) 2021-10-26, White-rumped Shama (2) 2022-03-09, Zebra Dove",6,2022-03-09 +21.30310761,-158.0403108,"Common Myna (3) 2022-11-06, Common Waxbill (2) 2022-12-30, House Sparrow (3) 2022-11-06, Northern Cardinal (2) 2021-11-29, Pacific Golden-Plover (3) 2022-11-06, Red-crested Cardinal (3) 2022-11-06, Red-vented Bulbul (3) 2022-11-06, Red-whiskered Bulbul (3) 2022-11-06, Saffron Finch (3) 2022-11-06, Spotted Dove (3) 2022-11-06, Warbling White-eye (3) 2022-11-06, Western Cattle Egret (2) 2021-11-29, White-rumped Shama (2) 2021-11-29, Yellow-fronted Canary (1) 2022-11-06, Zebra Dove",3,2022-11-06 +21.30305191,-158.0306705,"Common Myna (3) 2023-03-30, Common Waxbill (1) 2023-03-30, House Finch (2) 2023-03-30, House Sparrow (1) 2019-10-25, Java Sparrow (1) 2022-05-18, Pacific Golden-Plover (2) 2023-03-30, Red Junglefowl (1) 2019-10-25, Red-crested Cardinal (3) 2023-03-30, Red-vented Bulbul (1) 2023-03-30, Saffron Finch (2) 2023-03-30, Spotted Dove (2) 2023-03-30, Wandering Tattler (1) 2019-10-25, Western Cattle Egret (1) 2019-10-25, White Tern (1) 2021-03-27, Zebra Dove",3,2023-03-30 +21.31144105,-157.9245649,"Common Myna (5) 2023-09-15, Common Waxbill (1) 2022-02-10, Eurasian Skylark (1) 2020-10-30, House Finch (1) 2020-01-23, House Sparrow (4) 2022-02-10, Feral Mallard (1) 2022-02-10, Pacific Golden-Plover (3) 2023-09-15, Red-crested Cardinal (3) 2023-09-15, Red-vented Bulbul (3) 2023-09-15, Rock Pigeon (2) 2020-01-23, Saffron Finch (1) 2023-09-15, Spotted Dove (2) 2020-10-30, Western Cattle Egret (1) 2019-01-23, White Tern (1) 2020-01-23, Zebra Dove",4,2023-09-15 +21.33037547,-158.0690614,"Common Myna (5) 2024-01-04, Common Waxbill (1) 2022-11-14, House Finch (2) 2024-01-04, House Sparrow (3) 2023-01-20, Java Sparrow (1) 2022-11-14, Pacific Golden-Plover (1) 2024-01-04, Red Junglefowl (2) 2022-12-26, Red-crested Cardinal (5) 2024-01-04, Red-vented Bulbul (1) 2021-12-26, Rock Pigeon (2) 2022-12-26, Saffron Finch (5) 2024-01-04, Spotted Dove (3) 2022-12-26, Warbling White-eye (2) 2022-12-26, Western Cattle Egret (3) 2024-01-04, Zebra Dove",4,2024-01-04 +21.32756066,-157.6544872,"Brown Booby (3) 2023-03-26, Brown Noddy (4) 2023-04-16, Common Myna (7) 2023-05-19, Great Frigatebird (6) 2023-09-26, Masked Booby (2) 2022-02-25, Red-footed Booby (12) 2023-04-16, Red-tailed Tropicbird (3) 2022-02-07, Red-vented Bulbul (2) 2019-12-14, Rock Pigeon (5) 2022-02-07, Sooty Tern (12) 2023-04-16, Spotted Dove (5) 2023-03-26, Wandering Tattler (4) 2023-03-26, Wedge-tailed Shearwater (3) 2022-02-07, Zebra Dove",4,2023-05-19 +21.33829045,-157.8857995,"Chestnut Munia (1) 2023-11-21, Common Myna (4) 2022-08-13, Great Frigatebird (1) 2022-08-01, Great-tailed Grackle (1) 2020-01-29, House Sparrow (1) 2023-11-21, Java Sparrow (1) 2019-07-23, Northern Mockingbird (1) 2023-11-21, Red-vented Bulbul (2) 2023-11-21, Rock Pigeon (4) 2024-02-04, Rose-ringed Parakeet (7) 2023-03-09, Scaly-breasted Munia (1) 2023-11-21, Spotted Dove (4) 2023-11-21, Western Cattle Egret (6) 2024-02-04, Zebra Dove",1,2023-11-21 +21.34822209,-158.0303737,"Common Myna (4) 2022-02-25, Common Waxbill (2) 2022-02-25, House Finch (2) 2019-05-27, Java Sparrow (4) 2022-02-25, Pacific Golden-Plover (2) 2024-02-06, Red Junglefowl (2) 2024-01-27, Red-crested Cardinal (1) 2022-02-25, Red-vented Bulbul (4) 2022-02-25, Red-whiskered Bulbul (2) 2022-02-25, Rose-ringed Parakeet (3) 2019-05-27, Rosy-faced Lovebird (1) 2022-02-25, Saffron Finch (1) 2024-01-27, Spotted Dove (4) 2022-02-25, Western Cattle Egret (3) 2021-02-25, Zebra Dove",4,2022-02-25 +21.3573661,-158.0496016,"Common Myna (2) 2023-11-19, Common Waxbill (2) 2023-11-19, Erckel's Spurfowl (1) 2019-02-04, Gray Francolin (2) 2023-11-19, House Finch (2) 2023-11-19, Northern Cardinal (2) 2023-11-19, Oahu Amakihi (1) 2019-02-04, Red-billed Leiothrix (1) 2019-02-04, Red-crested Cardinal (2) 2023-11-19, Red-vented Bulbul (2) 2023-11-19, Red-whiskered Bulbul (1) 2019-02-04, Warbling White-eye (1) 2019-02-04, Western Cattle Egret (2) 2023-11-19, White-rumped Shama (1) 2019-02-04, Zebra Dove",2,2023-11-19 +21.35660999,-157.924236,"Common Myna (5) 2024-01-23, House Finch (1) 2021-07-07, House Sparrow (3) 2024-01-23, Java Sparrow (1) 2024-01-23, Pacific Golden-Plover (2) 2024-01-23, Red-crested Cardinal (4) 2023-03-15, Red-vented Bulbul (3) 2021-07-13, Red-whiskered Bulbul (2) 2021-11-27, Rose-ringed Parakeet (2) 2023-03-06, Saffron Finch (1) 2024-01-23, Spotted Dove (2) 2021-07-13, Warbling White-eye (4) 2021-07-13, Western Cattle Egret (5) 2024-01-23, White Tern (3) 2022-11-03, Zebra Dove",5,2024-01-23 +21.35596318,-157.8278048,"Apapane (1) 2021-10-14, Common Myna (2) 2022-03-31, Common Waxbill (2) 2022-03-31, House Finch (1) 2022-03-31, Java Sparrow (1) 2022-03-31, Oahu Amakihi (2) 2022-02-01, Pacific Golden-Plover (1) 2022-03-31, Red-billed Leiothrix (1) 2021-10-31, Red-crested Cardinal (1) 2022-03-31, Red-vented Bulbul (3) 2022-03-31, Red-whiskered Bulbul (3) 2022-03-31, Spotted Dove (2) 2022-03-31, Warbling White-eye (2) 2022-02-01, White-rumped Shama (2) 2022-03-31, Zebra Dove",1,2022-03-31 +21.40280874,-158.0975443,"Apapane (3) 2019-12-27, Common Myna (10) 2019-10-17, Common Waxbill (13) 2019-12-27, House Finch (13) 2023-06-01, Kalij Pheasant (3) 2019-12-27, Northern Cardinal (11) 2019-12-27, Oahu Amakihi (15) 2024-02-12, Oahu Elepaio (3) 2023-06-01, Red-billed Leiothrix (12) 2023-06-01, Red-crested Cardinal (2) 2019-12-27, Red-vented Bulbul (10) 2019-10-17, Red-whiskered Bulbul (2) 2019-12-27, Warbling White-eye (15) 2019-12-27, White-rumped Shama (5) 2019-12-27, Zebra Dove",2,2019-12-27 +21.41145914,-158.0299567,"Common Myna (3) 2021-02-15, Common Waxbill (1) 2021-02-15, House Finch (1) 2021-01-02, House Sparrow (1) 2021-02-15, Northern Cardinal (1) 2021-02-15, Pacific Golden-Plover (2) 2021-02-15, Red-vented Bulbul (1) 2021-02-15, Rock Pigeon (1) 2021-01-02, Rose-ringed Parakeet (1) 2021-01-02, Saffron Finch (2) 2021-02-15, Snow Goose (3) 2021-02-15, Spotted Dove (2) 2021-02-15, Warbling White-eye (1) 2021-02-15, Western Cattle Egret (1) 2021-02-15, Zebra Dove",2,2021-02-15 +21.43719486,-157.8175078,"Chestnut Munia (1) 2019-11-04, Common Myna (1) 2019-07-29, Common Waxbill (3) 2020-01-07, House Finch (1) 2019-07-29, Japanese Bush Warbler (1) 2019-07-29, Red Junglefowl (1) 2019-07-29, Red-billed Leiothrix (2) 2020-01-07, Red-crested Cardinal (3) 2020-01-07, Red-vented Bulbul (3) 2019-12-26, Red-whiskered Bulbul (2) 2019-11-04, Scaly-breasted Munia (1) 2019-11-04, Spotted Dove (1) 2019-11-04, Warbling White-eye (2) 2019-12-26, White-rumped Shama (2) 2019-12-26, Zebra Dove",2,2019-12-26 +21.448372,-158.1744651,"Black-crowned Night Heron (1) 2021-04-19, Common Myna (1) 2021-04-19, Common Waxbill (1) 2021-04-19, House Finch (1) 2021-04-19, Java Sparrow (1) 2021-04-19, Pacific Golden-Plover (1) 2021-04-19, Red-crested Cardinal (1) 2021-04-19, Red-vented Bulbul (1) 2021-04-19, Red-whiskered Bulbul (1) 2021-04-19, Saffron Finch (1) 2021-04-19, Spotted Dove (1) 2021-04-19, Warbling White-eye (1) 2021-04-19, Western Cattle Egret (1) 2021-04-19, White Tern (1) 2021-04-19, Zebra Dove",1,2021-04-19 +21.4666266,-158.2129689,"Common Myna (8) 2023-05-07, Common Waxbill (5) 2023-05-07, Great Frigatebird (1) 2022-06-07, Indian Peafowl (1) 2023-01-10, Northern Cardinal (1) 2023-01-10, Red Junglefowl (4) 2023-05-06, Red-crested Cardinal (1) 2023-01-10, Red-vented Bulbul (4) 2023-05-07, Red-whiskered Bulbul (1) 2023-01-06, Rock Pigeon (4) 2023-01-06, Saffron Finch (2) 2023-05-06, Spotted Dove (4) 2023-01-10, Wandering Tattler (2) 2023-01-10, Warbling White-eye (1) 2023-01-10, Zebra Dove",6,2023-05-06 +21.47570599,-158.2225723,"Brown Booby (3) 2024-02-15, Common Myna (4) 2024-01-15, Common Waxbill (3) 2024-01-15, House Sparrow (1) 2023-04-16, Java Sparrow (1) 2019-01-16, Laysan Albatross (2) 2022-11-26, Northern Cardinal (2) 2021-03-24, Red-crested Cardinal (3) 2024-01-15, Red-vented Bulbul (3) 2024-01-15, Rock Pigeon (2) 2024-02-15, Saffron Finch (4) 2023-04-16, Spotted Dove (3) 2024-01-15, Wandering Tattler (2) 2024-02-15, Warbling White-eye (1) 2019-01-16, Zebra Dove",2,2024-01-15 +21.54606004,-157.8842196,"Apapane (1) 2023-02-24, Chestnut Munia (1) 2023-12-07, Common Myna (1) 2023-02-24, Common Waxbill (1) 2023-02-24, Northern Cardinal (1) 2023-02-24, Oahu Amakihi (1) 2023-12-07, Pacific Golden-Plover (2) 2023-12-07, Red Junglefowl (1) 2023-02-24, Red-billed Leiothrix (2) 2023-12-07, Red-vented Bulbul (1) 2023-12-07, Red-whiskered Bulbul (2) 2023-12-07, Spotted Dove (1) 2023-02-24, Warbling White-eye (2) 2023-12-07, White-rumped Shama (2) 2023-02-24, Zebra Dove",2,2023-12-07 +21.57500006,-158.2027181,"Common Myna (2) 2022-10-01, Common Waxbill (2) 2022-10-01, Erckel's Spurfowl (3) 2021-07-29, House Finch (2) 2022-10-01, Indian Peafowl (2) 2021-07-25, Northern Cardinal (2) 2022-10-01, Pacific Golden-Plover (2) 2022-10-01, Red-crested Cardinal (2) 2022-10-01, Red-vented Bulbul (2) 2022-10-01, Red-whiskered Bulbul (2) 2022-10-01, Saffron Finch (2) 2022-10-01, Spotted Dove (2) 2022-10-01, Warbling White-eye (2) 2022-10-01, White-rumped Shama (3) 2022-10-01, Zebra Dove",2,2022-10-01 +21.5749069,-158.1834023,"Black-crowned Night Heron (1) 2021-09-24, Common Myna (1) 2021-09-24, Common Waxbill (1) 2021-09-24, House Finch (1) 2021-09-24, Northern Cardinal (1) 2021-09-24, Red-billed Leiothrix (1) 2021-09-24, Red-crested Cardinal (1) 2021-09-24, Red-vented Bulbul (1) 2021-09-24, Red-whiskered Bulbul (1) 2021-09-24, Saffron Finch (1) 2021-09-24, Spotted Dove (1) 2021-09-24, Warbling White-eye (1) 2021-09-24, Western Cattle Egret (1) 2021-09-24, White-rumped Shama (1) 2021-09-24, Zebra Dove",1,2021-09-24 +21.66387183,-157.9412992,"Brown Booby (2) 2020-12-31, Chestnut Munia (1) 2023-12-04, Common Myna (1) 2023-12-04, Laysan Albatross (2) 2020-12-31, Feral Mallard (2) 2020-12-31, Pacific Golden-Plover (3) 2023-12-04, Red-vented Bulbul (1) 2023-12-04, Ruddy Turnstone (1) 2020-12-30, Saffron Finch (1) 2023-12-04, Sanderling (1) 2020-12-31, Wandering Tattler (2) 2020-12-31, Warbling White-eye (1) 2023-12-04, Western Cattle Egret (1) 2023-12-04, White-rumped Shama (1) 2023-12-04, Zebra Dove",1,2023-12-04 +21.26562995,-157.8285221,"Black-crowned Night Heron (1) 2022-02-14, Brown Booby (5) 2022-02-14, Common Myna (1) 2022-02-13, Great Frigatebird (2) 2019-07-10, Java Sparrow (1) 2022-02-13, Pacific Golden-Plover (1) 2022-02-13, Red-crested Cardinal (1) 2022-02-13, Red-footed Booby (4) 2024-01-07, Rock Pigeon (1) 2022-02-13, Rose-ringed Parakeet (1) 2022-02-13, Sooty Tern (1) 2024-01-07, Spotted Dove (1) 2022-02-13, Wedge-tailed Shearwater (3) 2022-02-14, Western Cattle Egret (2) 2022-02-13, White Tern (10) 2024-01-07, Zebra Dove",1,2022-02-13 +21.28349262,-157.7994644,"Common Myna (5) 2023-05-12, Common Waxbill (1) 2019-05-24, Great Frigatebird (1) 2019-08-23, House Finch (1) 2019-05-24, House Sparrow (5) 2022-03-18, Java Sparrow (6) 2022-06-16, Red-crested Cardinal (5) 2023-05-12, Red-vented Bulbul (3) 2020-04-14, Rock Pigeon (3) 2023-05-12, Rose-ringed Parakeet (8) 2023-02-12, Saffron Finch (1) 2020-06-09, Spotted Dove (8) 2023-08-02, Warbling White-eye (2) 2020-04-14, Western Cattle Egret (1) 2019-08-23, White Tern (8) 2023-05-12, Zebra Dove",8,2023-05-12 +21.3014205,-157.7800389,"Common Myna (1) 2023-12-25, House Finch (1) 2024-01-28, Java Sparrow (5) 2022-09-03, Northern Cardinal (2) 2024-01-28, Pacific Golden-Plover (1) 2023-12-25, Red Junglefowl (1) 2023-12-25, Red-billed Leiothrix (1) 2021-03-28, Red-crested Cardinal (1) 2022-08-21, Red-masked Parakeet (1) 2021-03-28, Red-vented Bulbul (3) 2024-01-28, Rose-ringed Parakeet (2) 2022-09-03, Spotted Dove (3) 2024-01-28, Western Cattle Egret (1) 2023-12-25, White-rumped Shama (1) 2024-01-28, White-tailed Tropicbird (2) 2023-12-25, Zebra Dove",6,2023-12-25 +21.31185877,-157.9920483,"Black-necked Stilt (1) 2022-06-28, Common Myna (8) 2023-12-22, Common Waxbill (1) 2021-11-28, House Sparrow (1) 2022-06-29, Java Sparrow (1) 2021-10-13, Pacific Golden-Plover (4) 2023-12-22, Red-crested Cardinal (4) 2023-12-22, Red-vented Bulbul (2) 2019-08-13, Rock Pigeon (1) 2021-11-28, Saffron Finch (2) 2023-12-22, Sanderling (1) 2021-11-28, Spotted Dove (2) 2019-08-13, Wedge-tailed Shearwater (2) 2022-07-03, Western Cattle Egret (1) 2023-12-22, White Tern (1) 2022-07-02, Zebra Dove",7,2023-12-22 +21.321395,-158.0787601,"Chestnut Munia (1) 2021-06-20, Common Myna (4) 2021-06-20, Common Waxbill (1) 2021-06-20, Gray Francolin (1) 2019-03-03, House Finch (1) 2020-02-14, House Sparrow (1) 2020-02-14, Java Sparrow (2) 2021-06-20, Pacific Golden-Plover (1) 2020-02-14, Red Junglefowl (1) 2020-02-14, Red-crested Cardinal (2) 2021-06-20, Red-vented Bulbul (4) 2021-06-20, Saffron Finch (1) 2020-02-14, Spotted Dove (4) 2021-06-20, Warbling White-eye (1) 2021-06-25, Western Cattle Egret (1) 2020-02-14, Zebra Dove",2,2021-06-20 +21.32009442,-157.8666546,"Black-crowned Night Heron (1) 2019-02-16, Chestnut Munia (1) 2019-02-16, Common Myna (7) 2021-07-30, Common Waxbill (1) 2019-06-25, House Finch (2) 2019-05-04, House Sparrow (6) 2021-07-10, Red-crested Cardinal (2) 2021-05-05, Red-vented Bulbul (4) 2021-07-08, Red-whiskered Bulbul (1) 2019-05-04, Rock Pigeon (4) 2022-08-19, Rose-ringed Parakeet (2) 2022-02-13, Spotted Dove (7) 2021-07-30, Warbling White-eye (2) 2021-05-05, Western Cattle Egret (4) 2021-07-08, White Tern (3) 2022-02-05, Zebra Dove",7,2021-07-10 +21.33015474,-158.0304928,"Chestnut Munia (1) 2019-11-03, Common Myna (5) 2021-03-14, Common Waxbill (2) 2021-08-10, House Finch (1) 2019-11-03, House Sparrow (4) 2021-03-14, Java Sparrow (2) 2021-03-25, Pacific Golden-Plover (4) 2021-03-14, Red-crested Cardinal (4) 2021-03-17, Red-vented Bulbul (4) 2021-03-15, Red-whiskered Bulbul (1) 2019-11-03, Rock Pigeon (2) 2019-03-13, Saffron Finch (3) 2021-05-13, Spotted Dove (5) 2021-03-17, Warbling White-eye (3) 2021-03-17, Western Cattle Egret (1) 2019-11-03, Zebra Dove",3,2021-03-17 +21.32963295,-157.943717,"Chestnut Munia (3) 2024-02-07, Common Myna (5) 2024-02-07, Common Waxbill (4) 2024-02-07, House Finch (3) 2024-02-07, House Sparrow (2) 2023-10-25, Java Sparrow (2) 2024-02-07, Feral Mallard (1) 2023-10-25, Pacific Golden-Plover (4) 2024-02-07, Red-crested Cardinal (2) 2024-02-07, Red-vented Bulbul (4) 2024-02-07, Spotted Dove (2) 2023-10-25, Warbling White-eye (2) 2023-10-25, Western Cattle Egret (3) 2024-02-07, White Tern (2) 2024-02-07, Yellow-fronted Canary (2) 2023-10-25, Zebra Dove",3,2024-02-07 +21.32906257,-157.856944,"Chestnut Munia (2) 2020-09-28, Common Myna (4) 2022-03-02, Common Waxbill (2) 2022-03-02, House Finch (2) 2020-09-28, House Sparrow (6) 2023-09-18, Feral Mallard (5) 2023-09-18, Northern Cardinal (1) 2020-09-28, Red Junglefowl (2) 2022-03-02, Red-vented Bulbul (3) 2022-03-02, Rock Pigeon (5) 2023-09-18, Spotted Dove (6) 2023-09-18, White Tern (1) 2022-02-17, Zebra Dove",5,2023-09-18 +21.33940789,-158.0690038,"Chestnut Munia (1) 2020-03-26, Common Myna (7) 2023-10-15, Common Waxbill (4) 2023-10-15, House Finch (2) 2022-03-21, House Sparrow (3) 2023-10-15, Java Sparrow (4) 2023-10-15, Pacific Golden-Plover (2) 2022-03-21, Red-crested Cardinal (2) 2021-01-31, Red-vented Bulbul (5) 2022-03-21, Red-whiskered Bulbul (7) 2023-10-15, Rose-ringed Parakeet (2) 2022-06-11, Saffron Finch (4) 2023-10-15, Spotted Dove (7) 2023-10-15, Warbling White-eye (5) 2023-09-09, Western Cattle Egret (3) 2023-10-15, Zebra Dove",7,2023-10-15 +21.33884713,-157.9725796,"Brown Booby (1) 2022-06-18, Common Myna (3) 2022-06-20, Common Waxbill (1) 2019-01-11, House Sparrow (1) 2019-01-11, Java Sparrow (1) 2019-01-11, Pacific Golden-Plover (1) 2019-01-11, Red-vented Bulbul (1) 2019-01-11, Rock Pigeon (2) 2022-06-09, Rose-ringed Parakeet (1) 2022-06-19, Saffron Finch (1) 2019-01-11, Spotted Dove (1) 2019-01-11, Western Cattle Egret (2) 2022-06-09, White Tern (5) 2022-06-20, White-rumped Shama (1) 2019-01-11, Yellow-fronted Canary (1) 2019-01-11, Zebra Dove",2,2022-06-09 +21.33816145,-157.8665157,"Common Myna (6) 2024-02-01, Common Waxbill (1) 2021-06-28, House Finch (1) 2021-06-28, House Sparrow (5) 2024-02-01, Java Sparrow (3) 2022-10-23, Pacific Golden-Plover (4) 2021-10-30, Red-crested Cardinal (2) 2021-10-30, Red-vented Bulbul (4) 2024-02-01, Rock Pigeon (1) 2021-06-28, Rose-ringed Parakeet (3) 2021-06-28, Saffron Finch (3) 2021-10-30, Spotted Dove (5) 2024-02-01, Warbling White-eye (3) 2021-06-28, Western Cattle Egret (4) 2022-10-23, White Tern (1) 2021-06-28, Zebra Dove",5,2024-02-01 +21.33803012,-157.8472321,"Chestnut Munia (1) 2019-07-22, Common Myna (3) 2022-02-21, Common Waxbill (1) 2019-07-27, House Finch (1) 2022-03-16, Oahu Amakihi (2) 2019-07-27, Pacific Golden-Plover (1) 2022-01-18, Red-billed Leiothrix (1) 2019-07-27, Red-crested Cardinal (2) 2022-02-20, Red-vented Bulbul (5) 2022-02-20, Red-whiskered Bulbul (2) 2019-07-27, Spotted Dove (1) 2022-02-21, Warbling White-eye (2) 2019-07-27, White Tern (1) 2019-07-22, White-rumped Shama (4) 2022-02-19, Yellow-fronted Canary (2) 2019-07-27, Zebra Dove",1,2019-07-22 +21.33719555,-157.7315331,"Chestnut Munia (1) 2021-11-26, Common Myna (3) 2021-11-26, Common Waxbill (2) 2021-11-26, House Sparrow (1) 2021-11-26, Northern Cardinal (2) 2021-04-11, Pacific Golden-Plover (2) 2021-11-26, Red Junglefowl (1) 2021-11-26, Red-billed Leiothrix (1) 2021-04-11, Red-crested Cardinal (2) 2021-11-26, Red-whiskered Bulbul (1) 2021-04-11, Scaly-breasted Munia (1) 2021-11-26, Spotted Dove (2) 2021-04-11, Warbling White-eye (2) 2021-11-26, Western Cattle Egret (3) 2021-11-26, White-tailed Tropicbird (1) 2021-11-26, Zebra Dove",3,2021-11-26 +21.34844087,-158.0689464,"African Silverbill (1) 2020-05-29, Common Myna (3) 2020-05-29, Common Waxbill (3) 2020-05-29, House Sparrow (2) 2020-05-29, Java Sparrow (2) 2020-05-29, Northern Cardinal (2) 2020-05-29, Red Junglefowl (1) 2020-05-09, Red-crested Cardinal (2) 2020-05-29, Red-vented Bulbul (3) 2020-05-29, Red-whiskered Bulbul (1) 2020-05-29, Rose-ringed Parakeet (2) 2020-05-29, Saffron Finch (2) 2020-05-29, Spotted Dove (3) 2020-05-29, Warbling White-eye (3) 2020-05-29, Western Cattle Egret (3) 2020-05-29, Zebra Dove",3,2020-05-29 +21.35763639,-158.097821,"Common Myna (1) 2019-12-30, Common Waxbill (1) 2019-12-30, Erckel's Spurfowl (1) 2019-12-30, Gray Francolin (1) 2019-12-30, Kalij Pheasant (1) 2019-12-30, Northern Cardinal (1) 2019-12-30, Pacific Golden-Plover (1) 2019-12-30, Red Avadavat (1) 2019-12-30, Red-crested Cardinal (1) 2019-12-30, Red-vented Bulbul (1) 2019-12-30, Red-whiskered Bulbul (1) 2019-12-30, Scaly-breasted Munia (1) 2019-12-30, Spotted Dove (1) 2019-12-30, Warbling White-eye (1) 2019-12-30, Yellow-faced Grassquit (1) 2019-12-30, Zebra Dove",1,2019-12-30 +21.3558272,-157.808519,"Common Myna (1) 2020-06-24, Common Waxbill (2) 2023-07-14, Gray Francolin (1) 2023-07-14, House Finch (1) 2020-06-24, House Sparrow (2) 2021-03-21, Northern Cardinal (1) 2020-06-24, Oahu Amakihi (1) 2021-12-25, Red Junglefowl (2) 2021-05-28, Red-billed Leiothrix (5) 2023-07-14, Red-crested Cardinal (2) 2021-03-03, Red-vented Bulbul (1) 2020-06-24, Red-whiskered Bulbul (4) 2023-09-24, Spotted Dove (1) 2020-06-24, Warbling White-eye (3) 2023-07-14, White-rumped Shama (5) 2023-07-14, Zebra Dove",1,2020-06-24 +21.35526153,-157.7313774,"Black-necked Stilt (1) 2021-09-27, Common Gallinule (1) 2021-09-27, Common Myna (3) 2021-10-18, Common Waxbill (2) 2021-10-18, House Sparrow (1) 2021-10-18, Feral Mallard (1) 2021-09-27, Pacific Golden-Plover (2) 2021-10-18, Red Junglefowl (1) 2021-09-27, Red-crested Cardinal (2) 2021-10-18, Red-vented Bulbul (2) 2021-10-18, Red-whiskered Bulbul (2) 2021-10-18, Rock Pigeon (1) 2021-10-18, Spotted Dove (1) 2021-09-27, Western Cattle Egret (2) 2021-09-27, White-rumped Shama (1) 2021-09-27, Zebra Dove",2,2021-10-18 +21.36472216,-157.789159,"African Silverbill (2) 2023-09-24, Chestnut Munia (1) 2023-11-19, Common Myna (6) 2023-10-25, Common Waxbill (3) 2023-10-25, Java Sparrow (1) 2023-07-13, Red Junglefowl (11) 2024-02-13, Red-billed Leiothrix (4) 2023-10-25, Red-crested Cardinal (7) 2023-12-31, Red-vented Bulbul (3) 2023-10-25, Red-whiskered Bulbul (3) 2023-10-25, Rock Pigeon (1) 2023-07-14, Spotted Dove (2) 2023-10-25, Warbling White-eye (5) 2023-11-19, White-rumped Shama (6) 2024-02-13, Yellow-fronted Canary (2) 2023-10-25, Zebra Dove",5,2023-10-25 +21.36465224,-157.7795156,"Chestnut Munia (1) 2023-06-20, Common Waxbill (1) 2020-04-20, House Finch (3) 2023-06-20, Japanese Bush Warbler (1) 2023-06-20, Northern Cardinal (3) 2023-03-18, Red Junglefowl (6) 2023-07-13, Red-billed Leiothrix (5) 2023-06-20, Red-crested Cardinal (4) 2023-06-20, Red-vented Bulbul (5) 2023-06-20, Red-whiskered Bulbul (5) 2023-09-24, Spotted Dove (3) 2023-06-23, Warbling White-eye (5) 2023-06-20, Western Cattle Egret (1) 2020-10-11, White-rumped Shama (3) 2023-06-20, Zebra Dove",4,2023-06-20 +21.37442465,-157.8855262,"Chestnut Munia (4) 2023-08-03, Common Myna (12) 2023-08-03, Common Waxbill (8) 2023-08-03, Northern Cardinal (6) 2023-06-20, Red Junglefowl (1) 2023-08-03, Red-billed Leiothrix (3) 2023-08-03, Red-crested Cardinal (8) 2023-08-03, Red-vented Bulbul (10) 2023-08-03, Red-whiskered Bulbul (6) 2023-06-20, Saffron Finch (1) 2023-06-20, Spotted Dove (13) 2023-08-03, Warbling White-eye (8) 2023-08-03, Western Cattle Egret (3) 2023-04-10, White-rumped Shama (5) 2023-06-20, Yellow-fronted Canary (3) 2023-01-17, Zebra Dove",14,2023-08-03 +21.3926815,-157.914326,"Chestnut Munia (1) 2023-06-13, Common Myna (8) 2023-12-16, Common Waxbill (2) 2023-02-18, House Finch (2) 2023-02-18, Java Sparrow (4) 2023-02-22, Northern Cardinal (2) 2023-02-18, Pacific Golden-Plover (8) 2023-09-07, Red-crested Cardinal (5) 2023-06-13, Red-crowned Parrot (2) 2023-02-17, Red-vented Bulbul (10) 2023-12-16, Red-whiskered Bulbul (5) 2023-09-07, Rose-ringed Parakeet (2) 2023-11-18, Saffron Finch (1) 2023-06-13, Spotted Dove (3) 2023-02-22, Zebra Dove",5,2023-06-13 +21.40231242,-158.010723,"Common Myna (8) 2023-12-21, Gray Francolin (1) 2023-01-28, House Finch (3) 2023-12-21, House Sparrow (4) 2023-12-21, Japanese Bush Warbler (1) 2022-03-20, Java Sparrow (2) 2023-01-28, Pacific Golden-Plover (2) 2023-01-30, Red-crested Cardinal (6) 2023-12-21, Red-vented Bulbul (6) 2023-10-31, Rose-ringed Parakeet (6) 2023-03-26, Saffron Finch (5) 2023-01-30, Spotted Dove (1) 2022-08-21, Warbling White-eye (2) 2023-06-11, Western Cattle Egret (4) 2023-01-30, White-rumped Shama (1) 2023-01-28, Zebra Dove",6,2023-12-21 +21.40085485,-157.7888613,"Chestnut Munia (2) 2021-04-10, Common Myna (5) 2023-04-23, Common Waxbill (3) 2021-01-11, House Finch (2) 2019-02-14, Java Sparrow (1) 2021-01-11, Northern Cardinal (2) 2019-02-14, Pacific Golden-Plover (4) 2021-04-10, Red-crested Cardinal (3) 2021-04-10, Red-vented Bulbul (4) 2023-04-23, Red-whiskered Bulbul (1) 2021-04-10, Rock Pigeon (3) 2021-04-10, Saffron Finch (1) 2021-04-10, Spotted Dove (4) 2021-04-10, Warbling White-eye (2) 2019-02-14, Western Cattle Egret (3) 2021-04-10, Zebra Dove",4,2021-04-10 +21.41134631,-158.0106623,"Chestnut Munia (1) 2023-06-29, Common Myna (3) 2023-06-29, Common Waxbill (1) 2023-06-29, House Finch (2) 2024-02-17, House Sparrow (3) 2023-06-29, Java Sparrow (2) 2023-06-29, Pacific Golden-Plover (2) 2024-02-17, Red Junglefowl (1) 2021-05-20, Red-crested Cardinal (2) 2023-06-29, Red-vented Bulbul (4) 2024-02-17, Rose-ringed Parakeet (2) 2024-02-17, Saffron Finch (1) 2023-06-29, Spotted Dove (2) 2023-06-29, Warbling White-eye (1) 2023-06-29, Western Cattle Egret (2) 2023-06-29, Zebra Dove",3,2024-02-17 +21.41087262,-157.9334862,"Common Myna (3) 2023-04-20, Common Waxbill (3) 2023-04-20, House Finch (3) 2023-04-20, House Sparrow (1) 2023-04-20, Java Sparrow (1) 2023-04-20, Pacific Golden-Plover (3) 2023-04-20, Red-crested Cardinal (3) 2023-04-20, Red-crowned Parrot (1) 2023-04-20, Red-vented Bulbul (3) 2023-04-20, Red-whiskered Bulbul (2) 2022-08-10, Rose-ringed Parakeet (3) 2023-04-20, Spotted Dove (3) 2023-04-20, Warbling White-eye (2) 2022-08-10, Western Cattle Egret (1) 2023-04-20, Yellow-fronted Canary (2) 2022-08-10, Zebra Dove",3,2023-04-20 +21.42126909,-158.1746177,"Brown Booby (2) 2024-02-19, Common Myna (5) 2023-12-09, Common Waxbill (2) 2023-02-20, House Finch (2) 2023-02-20, House Sparrow (4) 2023-02-20, Java Sparrow (2) 2023-02-20, Pacific Golden-Plover (6) 2023-12-09, Red Junglefowl (1) 2023-12-09, Red-crested Cardinal (4) 2023-02-20, Red-vented Bulbul (2) 2023-02-20, Rock Pigeon (5) 2023-12-09, Ruddy Turnstone (5) 2023-12-09, Saffron Finch (4) 2023-02-20, Sanderling (5) 2023-02-20, Spotted Dove (4) 2023-02-20, Zebra Dove",5,2023-12-09 +21.42122123,-158.1649695,"Black Francolin (1) 2021-04-29, Common Myna (2) 2022-06-22, Common Waxbill (2) 2022-06-22, Eurasian Skylark (2) 2022-06-22, Gray Francolin (3) 2022-06-22, House Finch (4) 2022-06-22, House Sparrow (1) 2022-06-22, Feral Mallard (1) 2022-06-17, Peregrine Falcon (1) 2022-02-15, Red-vented Bulbul (1) 2022-06-22, Saffron Finch (2) 2022-06-22, Scaly-breasted Munia (3) 2022-06-22, Short-eared Owl (1) 2022-06-17, Spotted Dove (3) 2022-06-22, Western Cattle Egret (3) 2022-06-22, Zebra Dove",4,2022-06-22 +21.4565722,-158.0200078,"Common Myna (3) 2023-08-25, Common Waxbill (1) 2022-07-22, Gray Francolin (1) 2020-12-21, Pacific Golden-Plover (1) 2020-12-21, Red-crested Cardinal (2) 2023-08-25, Red-crowned Parrot (3) 2022-07-22, Red-vented Bulbul (3) 2023-08-25, Red-whiskered Bulbul (2) 2023-08-25, Rose-ringed Parakeet (3) 2022-07-22, Saffron Finch (1) 2020-12-21, Spotted Dove (3) 2023-08-25, Warbling White-eye (3) 2023-08-25, Western Cattle Egret (1) 2022-07-22, White-rumped Shama (1) 2020-12-21, Zebra Dove",3,2023-08-25 +21.4660501,-158.0971546,"Chestnut Munia (1) 2021-05-05, Common Myna (1) 2021-05-05, Common Waxbill (1) 2021-05-05, House Finch (1) 2021-05-05, House Sparrow (1) 2021-05-05, Japanese Bush Warbler (1) 2021-05-05, Northern Cardinal (1) 2021-05-05, Oahu Amakihi (1) 2021-05-05, Oahu Elepaio (1) 2021-05-05, Red-billed Leiothrix (1) 2021-05-05, Red-crowned Parrot (1) 2021-05-05, Saffron Finch (1) 2021-05-05, Spotted Dove (1) 2021-05-05, Warbling White-eye (1) 2021-05-05, Western Cattle Egret (1) 2021-05-05, White-rumped Shama",1,2021-05-05 +21.46357852,-157.720791,"Black Noddy (10) 2023-05-12, Brown Booby (20) 2023-06-20, Brown Noddy (9) 2022-09-03, Bulwer's Petrel (5) 2022-09-03, Christmas Shearwater (2) 2022-09-03, Gray-backed Tern (6) 2022-04-30, Great Frigatebird (13) 2022-09-03, Masked Booby (15) 2023-05-12, Red-footed Booby (15) 2023-06-20, Red-tailed Tropicbird (4) 2022-09-03, Ruddy Turnstone (2) 2022-09-03, Sooty Tern (16) 2023-06-20, Wandering Tattler (5) 2022-09-03, Wedge-tailed Shearwater (9) 2023-05-07, White Tern",1,2019-11-11 +21.48406241,-158.0873908,"Apapane (1) 2022-07-07, Chestnut Munia (1) 2022-07-07, Common Myna (1) 2022-07-07, Common Waxbill (1) 2022-07-07, Erckel's Spurfowl (1) 2022-07-07, Gray Francolin (1) 2022-07-07, House Sparrow (1) 2022-07-07, Indian Peafowl (1) 2022-07-07, Red-billed Leiothrix (1) 2022-07-07, Red-crested Cardinal (1) 2022-07-07, Red-vented Bulbul (1) 2022-07-07, Red-whiskered Bulbul (1) 2022-07-07, Spotted Dove (1) 2022-07-07, Warbling White-eye (1) 2022-07-07, White-rumped Shama (1) 2022-07-07, Zebra Dove",1,2022-07-07 +21.49281972,-158.039071,"Chestnut Munia (1) 2022-02-03, Common Myna (3) 2023-09-20, House Finch (1) 2019-05-11, House Sparrow (1) 2022-02-03, Java Sparrow (2) 2022-02-03, Northern Cardinal (1) 2019-05-11, Red Junglefowl (1) 2023-09-20, Red-crested Cardinal (2) 2019-05-11, Red-crowned Parrot (1) 2019-05-11, Red-vented Bulbul (1) 2019-05-11, Rock Pigeon (1) 2019-05-11, Spotted Dove (2) 2019-05-11, Warbling White-eye (1) 2019-05-11, White-rumped Shama (1) 2019-05-11, Yellow-fronted Canary (1) 2019-05-11, Zebra Dove",1,2019-05-11 +21.52995639,-158.2319396,"Brown Booby (1) 2023-12-26, Common Myna (3) 2023-05-08, Common Waxbill (1) 2020-10-08, House Finch (1) 2023-05-08, Northern Cardinal (3) 2023-05-08, Pacific Golden-Plover (2) 2020-10-08, Red-crested Cardinal (2) 2020-10-08, Red-vented Bulbul (3) 2023-05-08, Red-whiskered Bulbul (2) 2023-05-08, Short-eared Owl (1) 2022-05-22, Spotted Dove (3) 2023-05-08, Wandering Tattler (1) 2020-10-07, Warbling White-eye (2) 2020-10-08, Western Cattle Egret (1) 2023-05-08, White-rumped Shama (2) 2020-10-08, Zebra Dove",3,2023-05-08 +21.52786276,-157.865049,"Black-crowned Night Heron (1) 2021-04-15, Chestnut Munia (1) 2021-04-15, Common Myna (1) 2021-04-15, Common Waxbill (1) 2021-04-15, House Finch (1) 2021-04-15, Pacific Golden-Plover (1) 2021-04-15, Red Junglefowl (1) 2021-04-15, Red-billed Leiothrix (1) 2021-04-15, Red-crested Cardinal (1) 2021-04-15, Red-vented Bulbul (1) 2021-04-15, Red-whiskered Bulbul (1) 2021-04-15, Spotted Dove (1) 2021-04-15, Warbling White-eye (1) 2021-04-15, Western Cattle Egret (1) 2021-04-15, White-rumped Shama (1) 2021-04-15, Zebra Dove",1,2021-04-15 +21.60045132,-157.9127822,"Chestnut Munia (1) 2019-07-10, Common Myna (1) 2019-07-10, Common Waxbill (1) 2022-03-06, House Sparrow (1) 2019-07-10, Feral Mallard (1) 2019-07-10, Red-billed Leiothrix (1) 2022-03-06, Red-crested Cardinal (1) 2019-07-10, Red-vented Bulbul (1) 2019-07-10, Red-whiskered Bulbul (1) 2022-03-06, Ring-necked Pheasant (1) 2019-07-10, Spotted Dove (2) 2022-03-06, Warbling White-eye (1) 2022-03-06, Western Cattle Egret (1) 2019-07-10, White Tern (1) 2019-07-10, White-rumped Shama (1) 2022-03-06, Zebra Dove",1,2019-07-10 +21.65548224,-158.0476603,"Chestnut Munia (1) 2022-07-11, Common Myna (2) 2023-11-06, Common Waxbill (4) 2023-11-06, House Finch (1) 2022-07-11, Java Sparrow (1) 2023-11-06, Northern Cardinal (2) 2022-07-11, Pacific Golden-Plover (1) 2021-03-29, Red Junglefowl (1) 2023-11-06, Red-billed Leiothrix (4) 2022-07-11, Red-crested Cardinal (3) 2023-11-06, Red-vented Bulbul (4) 2023-11-06, Red-whiskered Bulbul (4) 2023-11-06, Spotted Dove (1) 2021-10-18, Warbling White-eye (3) 2022-07-11, White-rumped Shama (3) 2022-07-11, Zebra Dove",1,2023-11-06 +21.68247026,-158.0281516,"Barn Owl (1) 2023-03-12, Chestnut Munia (1) 2022-09-19, Common Myna (4) 2023-07-16, Common Waxbill (2) 2022-09-19, Hawaiian Coot (1) 2019-08-04, House Sparrow (2) 2023-07-19, Java Sparrow (1) 2022-09-19, Northern Cardinal (2) 2023-07-19, Pacific Golden-Plover (2) 2022-09-19, Red-crested Cardinal (1) 2019-08-04, Red-vented Bulbul (1) 2019-08-04, Red-whiskered Bulbul (3) 2023-07-19, Spotted Dove (1) 2022-09-19, Western Cattle Egret (3) 2023-07-16, White-rumped Shama (3) 2023-07-19, Zebra Dove",2,2022-09-19 +21.28321309,-157.7609121,"Common Myna (4) 2023-12-22, Common Waxbill (2) 2022-05-29, Great Frigatebird (1) 2022-05-27, House Finch (3) 2022-05-31, House Sparrow (2) 2022-05-31, Java Sparrow (2) 2022-05-29, Pacific Golden-Plover (1) 2023-12-22, Red-crested Cardinal (4) 2023-12-22, Red-vented Bulbul (4) 2023-12-22, Red-whiskered Bulbul (2) 2023-12-27, Rock Pigeon (2) 2022-05-31, Rose-ringed Parakeet (2) 2022-05-29, Spotted Dove (3) 2022-05-31, Warbling White-eye (3) 2022-05-31, Western Cattle Egret (2) 2022-05-31, Zebra Dove",3,2023-12-22 +21.30209237,-157.8764323,"Common Myna (6) 2021-10-04, Common Waxbill (2) 2021-10-04, House Sparrow (4) 2021-10-04, Java Sparrow (1) 2021-08-19, Northern Mockingbird (1) 2021-06-04, Pacific Golden-Plover (5) 2023-09-21, Red Avadavat (1) 2021-08-19, Red-crested Cardinal (4) 2021-10-04, Red-vented Bulbul (4) 2021-10-04, Rose-ringed Parakeet (1) 2021-08-19, Ruddy Turnstone (3) 2021-10-04, Saffron Finch (1) 2021-08-19, Spotted Dove (6) 2021-10-04, Western Cattle Egret (4) 2021-10-04, White Tern (5) 2021-10-04, Yellow-fronted Canary (2) 2021-10-04, Zebra Dove",6,2021-10-04 +21.31031253,-157.7606847,"Common Waxbill (3) 2023-09-07, House Finch (2) 2020-02-24, Northern Cardinal (2) 2020-02-24, Oahu Amakihi (1) 2022-03-07, Oahu Elepaio (8) 2024-01-21, Red-billed Leiothrix (6) 2023-09-07, Red-crowned Parrot (1) 2022-03-07, Red-masked Parakeet (1) 2022-03-07, Red-vented Bulbul (5) 2020-02-24, Red-whiskered Bulbul (2) 2020-02-24, Rose-ringed Parakeet (1) 2022-03-07, Scaly-breasted Munia (1) 2023-09-07, Spotted Dove (4) 2020-02-24, Warbling White-eye (5) 2020-02-24, White Tern (2) 2020-02-24, White-rumped Shama (5) 2023-09-07, Zebra Dove",4,2020-02-24 +21.30941793,-157.6450124,"Brown Booby (1) 2022-07-24, Brown Noddy (1) 2022-08-28, Common Myna (3) 2022-07-24, Common Waxbill (1) 2019-02-04, Great Frigatebird (4) 2023-10-29, House Sparrow (1) 2022-07-24, Pacific Golden-Plover (1) 2023-10-29, Red-billed Tropicbird (1) 2021-12-08, Red-crested Cardinal (3) 2023-10-29, Red-footed Booby (5) 2022-07-24, Red-vented Bulbul (3) 2023-10-29, Rock Pigeon (1) 2022-07-24, Spotted Dove (2) 2022-07-24, Warbling White-eye (1) 2019-02-04, Wedge-tailed Shearwater (2) 2022-07-24, Western Cattle Egret (2) 2023-10-29, Zebra Dove",5,2023-10-29 +21.31989689,-157.8377328,"Black-crowned Night Heron (2) 2019-03-14, Chestnut Munia (2) 2021-08-18, Common Myna (10) 2023-03-30, Common Waxbill (11) 2023-03-30, House Sparrow (3) 2023-03-30, Java Sparrow (9) 2023-03-30, Feral Mallard (4) 2023-03-30, Northern Cardinal (1) 2023-04-12, Red-vented Bulbul (12) 2023-03-30, Red-whiskered Bulbul (4) 2020-01-19, Rock Pigeon (1) 2019-03-14, Rose-ringed Parakeet (16) 2023-03-30, Spotted Dove (6) 2022-02-17, Warbling White-eye (8) 2022-02-17, White-rumped Shama (2) 2020-01-19, Zebra Dove",12,2023-03-30 +21.32981176,-157.972642,"Chestnut Munia (1) 2020-01-14, Common Myna (3) 2020-01-14, House Finch (2) 2019-02-28, House Sparrow (3) 2020-01-14, Northern Cardinal (3) 2020-01-14, Pacific Golden-Plover (3) 2020-01-14, Red-crested Cardinal (1) 2020-01-14, Red-vented Bulbul (1) 2020-01-14, Rose-ringed Parakeet (1) 2020-01-14, Saffron Finch (2) 2020-02-22, Spotted Dove (3) 2020-01-14, Warbling White-eye (1) 2020-01-04, Western Cattle Egret (3) 2020-01-14, White Tern (2) 2023-01-28, White-rumped Shama (1) 2020-01-14, Yellow-fronted Canary (1) 2020-01-14, Zebra Dove",3,2020-01-14 +21.32893027,-157.8376615,"Chestnut Munia (1) 2024-02-19, Common Myna (1) 2022-03-31, Common Waxbill (1) 2024-02-19, House Sparrow (1) 2022-03-31, Feral Mallard (1) 2022-03-31, Northern Cardinal (1) 2022-03-31, Pacific Golden-Plover (2) 2024-02-19, Red-crested Cardinal (2) 2024-02-19, Red-vented Bulbul (2) 2024-02-19, Red-whiskered Bulbul (1) 2024-02-19, Rose-ringed Parakeet (2) 2024-02-19, Spotted Dove (1) 2022-03-31, Warbling White-eye (1) 2024-02-19, Western Cattle Egret (1) 2022-03-31, White-rumped Shama (1) 2022-03-31, Yellow-fronted Canary (2) 2024-02-19, Zebra Dove",1,2022-03-31 +21.33835413,-157.8954414,"Chestnut Munia (2) 2022-12-22, Common Myna (3) 2022-12-22, House Sparrow (3) 2022-12-22, Java Sparrow (2) 2022-12-22, Feral Mallard (1) 2022-12-06, Pacific Golden-Plover (3) 2022-12-22, Red-crested Cardinal (2) 2022-12-22, Red-vented Bulbul (2) 2022-12-22, Rock Pigeon (1) 2022-06-01, Rose-ringed Parakeet (3) 2022-12-22, Saffron Finch (2) 2022-12-22, Spotted Dove (4) 2022-12-22, Warbling White-eye (2) 2022-12-22, Western Cattle Egret (5) 2023-03-12, White Tern (1) 2022-03-24, Yellow-fronted Canary (3) 2022-12-22, Zebra Dove",3,2022-12-22 +21.34849464,-158.0785897,"African Silverbill (1) 2022-03-13, Common Myna (3) 2022-03-13, Common Waxbill (1) 2019-02-09, House Finch (2) 2022-03-13, Java Sparrow (1) 2019-02-09, Northern Cardinal (1) 2022-03-13, Pacific Golden-Plover (2) 2022-03-13, Red Avadavat (1) 2022-03-13, Red-billed Leiothrix (1) 2019-04-06, Red-crested Cardinal (1) 2019-02-09, Red-vented Bulbul (3) 2022-03-13, Red-whiskered Bulbul (2) 2022-03-13, Spotted Dove (2) 2022-03-13, Warbling White-eye (1) 2019-04-06, Western Cattle Egret (1) 2022-03-13, White-rumped Shama (1) 2019-04-06, Zebra Dove",2,2022-03-13 +21.34745096,-157.9050164,"Common Myna (5) 2020-03-10, Common Waxbill (1) 2019-02-02, Hawaiian Coot (2) 2020-03-10, House Finch (1) 2019-02-04, House Sparrow (2) 2023-04-08, Lesser Scaup (2) 2020-03-10, Northern Cardinal (1) 2019-02-02, Pacific Golden-Plover (3) 2023-04-08, Red-crested Cardinal (3) 2019-02-04, Red-vented Bulbul (3) 2019-02-04, Red-whiskered Bulbul (1) 2019-02-04, Ring-necked Duck (1) 2020-03-10, Rose-ringed Parakeet (1) 2019-02-02, Spotted Dove (7) 2023-06-28, Warbling White-eye (2) 2019-02-04, Western Cattle Egret (4) 2020-03-10, Zebra Dove",3,2023-04-08 +21.35731121,-158.0399579,"Black Francolin (1) 2023-11-20, Common Myna (3) 2023-11-20, Common Waxbill (3) 2023-11-20, Eurasian Skylark (1) 2019-02-17, Gray Francolin (2) 2023-10-28, House Finch (3) 2023-11-20, Java Sparrow (2) 2023-10-28, Pacific Golden-Plover (1) 2019-02-17, Red Avadavat (1) 2023-11-20, Red-crested Cardinal (2) 2023-10-28, Red-vented Bulbul (1) 2019-02-17, Rock Pigeon (2) 2023-10-28, Saffron Finch (1) 2019-02-17, Spotted Dove (2) 2023-10-28, Warbling White-eye (1) 2019-02-17, Western Cattle Egret (2) 2023-10-28, Zebra Dove",3,2023-11-20 +21.35609696,-157.8470906,"Apapane (1) 2019-06-14, Chestnut Munia (1) 2019-06-14, Common Waxbill (1) 2019-06-14, House Finch (1) 2019-06-14, House Sparrow (1) 2019-06-14, Java Sparrow (1) 2019-06-14, Northern Cardinal (1) 2019-06-14, Oahu Amakihi (1) 2019-06-14, Red-billed Leiothrix (1) 2019-06-14, Red-crowned Parrot (1) 2019-06-14, Red-vented Bulbul (1) 2019-06-14, Red-whiskered Bulbul (1) 2019-06-14, Saffron Finch (1) 2019-06-14, Warbling White-eye (1) 2019-06-14, Western Cattle Egret (1) 2019-06-14, White-rumped Shama (1) 2019-06-14, Yellow-fronted Canary",1,2019-06-14 +21.36539111,-157.8855946,"Barn Owl (2) 2023-11-01, Common Myna (3) 2023-11-01, Common Waxbill (2) 2023-11-01, House Finch (2) 2023-11-01, Java Sparrow (1) 2022-12-18, Pacific Golden-Plover (5) 2023-11-01, Red-billed Leiothrix (1) 2022-12-18, Red-crested Cardinal (3) 2023-11-01, Red-vented Bulbul (3) 2023-11-01, Red-whiskered Bulbul (3) 2023-11-01, Rose-ringed Parakeet (3) 2023-11-01, Spotted Dove (3) 2023-11-01, Warbling White-eye (3) 2023-11-01, Western Cattle Egret (1) 2022-12-18, White-rumped Shama (1) 2022-12-18, Yellow-fronted Canary (2) 2023-11-01, Zebra Dove",3,2023-11-01 +21.37498117,-157.9723272,"Chestnut Munia (1) 2021-01-02, Common Myna (3) 2023-07-04, Common Waxbill (1) 2021-01-02, House Finch (1) 2021-01-02, Java Sparrow (1) 2021-01-02, Northern Cardinal (1) 2021-01-02, Pacific Golden-Plover (2) 2022-04-11, Red-crested Cardinal (2) 2023-07-04, Red-vented Bulbul (3) 2023-07-04, Saffron Finch (1) 2021-01-02, Scaly-breasted Munia (1) 2021-01-02, Spotted Dove (3) 2023-07-04, Wandering Tattler (1) 2021-01-02, Western Cattle Egret (1) 2021-01-02, White-rumped Shama (1) 2021-01-02, Yellow-fronted Canary (1) 2021-01-02, Zebra Dove",1,2021-01-02 +21.37467679,-157.9241039,"Bristle-thighed Curlew (1) 2023-06-21, Chestnut Munia (2) 2019-05-29, Common Myna (10) 2022-10-08, Common Waxbill (2) 2019-05-29, House Finch (2) 2022-03-20, House Sparrow (14) 2022-10-08, Java Sparrow (11) 2022-10-08, Pacific Golden-Plover (10) 2022-08-14, Red Junglefowl (4) 2023-01-20, Red-crested Cardinal (8) 2022-10-08, Red-vented Bulbul (7) 2023-02-07, Rose-ringed Parakeet (3) 2022-03-20, Saffron Finch (4) 2019-04-19, Spotted Dove (7) 2023-02-07, Warbling White-eye (6) 2022-08-14, Western Cattle Egret (8) 2022-08-14, Zebra Dove",14,2022-10-08 +21.39292769,-157.9529089,"Chestnut Munia (1) 2019-05-22, Common Myna (8) 2024-01-12, House Finch (3) 2024-01-12, House Sparrow (3) 2020-08-03, Northern Cardinal (1) 2019-05-22, Pacific Golden-Plover (6) 2024-01-12, Red Junglefowl (2) 2024-01-10, Red-crested Cardinal (5) 2024-01-12, Red-vented Bulbul (5) 2024-01-12, Red-whiskered Bulbul (2) 2024-01-12, Rose-ringed Parakeet (4) 2024-01-12, Saffron Finch (4) 2024-01-10, Spotted Dove (4) 2024-01-10, Warbling White-eye (3) 2024-01-12, Western Cattle Egret (2) 2020-02-17, Yellow-fronted Canary (2) 2024-01-12, Zebra Dove",5,2024-01-12 +21.392867,-157.9432631,"Common Myna (3) 2024-01-10, Common Waxbill (1) 2023-01-05, House Finch (1) 2024-01-10, House Sparrow (1) 2022-01-07, Java Sparrow (1) 2023-01-08, Northern Cardinal (2) 2023-01-05, Pacific Golden-Plover (6) 2024-01-10, Red Junglefowl (1) 2024-01-10, Red-crested Cardinal (1) 2022-01-07, Red-vented Bulbul (3) 2024-01-10, Red-whiskered Bulbul (1) 2023-01-05, Saffron Finch (1) 2020-11-14, Spotted Dove (1) 2024-01-10, Warbling White-eye (2) 2024-01-10, Western Cattle Egret (2) 2023-06-28, White Tern (1) 2019-07-21, Zebra Dove",3,2024-01-10 +21.39182167,-157.7889358,"Chestnut Munia (4) 2023-07-12, Common Myna (9) 2023-11-20, Common Waxbill (1) 2023-04-23, House Finch (2) 2023-07-12, Feral Mallard (2) 2023-11-20, Pacific Golden-Plover (7) 2023-11-20, Red Junglefowl (8) 2023-11-20, Red-billed Leiothrix (1) 2023-11-08, Red-crested Cardinal (9) 2023-11-20, Red-vented Bulbul (3) 2023-07-12, Red-whiskered Bulbul (1) 2023-11-08, Rock Pigeon (8) 2023-11-20, Spotted Dove (5) 2023-11-20, Warbling White-eye (2) 2023-07-12, Western Cattle Egret (12) 2023-11-20, White-rumped Shama (1) 2023-04-19, Zebra Dove",8,2023-11-20 +21.41093385,-157.9431331,"Common Myna (10) 2022-08-08, Common Waxbill (6) 2022-05-08, House Finch (6) 2022-08-08, House Sparrow (2) 2022-08-08, Java Sparrow (9) 2022-08-08, Northern Cardinal (2) 2022-08-08, Pacific Golden-Plover (3) 2022-08-08, Red-crested Cardinal (10) 2022-08-08, Red-crowned Parrot (11) 2022-08-08, Red-vented Bulbul (10) 2022-08-08, Red-whiskered Bulbul (4) 2022-05-08, Rose-ringed Parakeet (9) 2022-08-08, Spotted Dove (11) 2022-08-08, Warbling White-eye (5) 2022-05-03, Western Cattle Egret (3) 2022-08-08, White-rumped Shama (3) 2022-05-08, Zebra Dove",11,2022-08-08 +21.41905977,-157.8080062,"Chestnut Munia (3) 2021-10-10, Common Myna (5) 2023-04-11, Common Waxbill (2) 2021-10-10, House Finch (1) 2019-05-27, House Sparrow (3) 2021-10-10, Java Sparrow (2) 2021-10-10, Feral Mallard (1) 2019-05-27, Northern Cardinal (1) 2019-05-27, Red-crested Cardinal (1) 2019-05-27, Red-vented Bulbul (1) 2019-05-27, Red-whiskered Bulbul (1) 2019-05-27, Rock Pigeon (3) 2021-10-10, Spotted Dove (1) 2019-05-27, Warbling White-eye (2) 2022-08-26, Western Cattle Egret (2) 2021-10-09, White-rumped Shama (1) 2019-05-27, Zebra Dove",3,2021-10-10 +21.41892118,-157.7887124,"Common Myna (1) 2022-02-21, Common Waxbill (1) 2022-02-21, House Sparrow (1) 2022-02-21, Java Sparrow (1) 2022-02-21, Feral Mallard (1) 2023-01-21, Northern Cardinal (1) 2022-02-21, Pacific Golden-Plover (3) 2023-01-21, Red Junglefowl (1) 2023-01-21, Red-crested Cardinal (2) 2023-01-21, Red-vented Bulbul (1) 2022-02-21, Red-whiskered Bulbul (1) 2022-02-21, Rock Pigeon (1) 2022-02-21, Spotted Dove (2) 2023-01-21, Warbling White-eye (1) 2022-02-22, Western Cattle Egret (1) 2022-02-21, White-rumped Shama (1) 2023-01-21, Zebra Dove",2,2023-01-21 +21.4187095,-157.7597719,"Black-necked Stilt (1) 2023-02-20, Chestnut Munia (2) 2023-02-20, Common Myna (5) 2023-02-20, Common Waxbill (3) 2022-02-21, Great Frigatebird (1) 2019-02-20, House Finch (5) 2023-11-21, Java Sparrow (3) 2023-11-21, Northern Cardinal (2) 2020-05-20, Pacific Golden-Plover (1) 2022-02-21, Red Junglefowl (3) 2023-11-21, Red-crested Cardinal (6) 2023-11-15, Red-vented Bulbul (7) 2023-11-21, Red-whiskered Bulbul (3) 2023-11-21, Spotted Dove (3) 2023-02-20, Warbling White-eye (3) 2022-02-21, Western Cattle Egret (6) 2023-11-21, Zebra Dove",9,2023-11-21 +21.4564582,-158.0007076,"Chestnut Munia (1) 2021-02-06, Common Myna (2) 2021-02-06, Common Waxbill (1) 2021-02-06, House Finch (1) 2021-02-06, House Sparrow (2) 2021-02-06, Java Sparrow (1) 2021-02-06, Northern Cardinal (1) 2021-02-06, Pacific Golden-Plover (1) 2021-02-06, Red-crested Cardinal (1) 2021-02-06, Red-vented Bulbul (1) 2021-02-06, Rose-ringed Parakeet (3) 2021-02-06, Saffron Finch (1) 2021-02-06, Scaly-breasted Munia (1) 2021-02-06, Spotted Dove (2) 2021-02-06, Warbling White-eye (2) 2021-02-06, Western Cattle Egret (1) 2021-02-06, Zebra Dove",2,2021-02-06 +21.47452573,-158.0005843,"Common Myna (3) 2024-01-17, Common Waxbill (3) 2024-01-17, House Sparrow (2) 2023-05-04, Java Sparrow (1) 2023-01-02, Pacific Golden-Plover (4) 2024-01-17, Red-crested Cardinal (1) 2023-01-02, Red-crowned Parrot (1) 2023-01-02, Red-vented Bulbul (2) 2024-01-17, Rock Pigeon (1) 2023-01-02, Rose-ringed Parakeet (1) 2023-01-02, Saffron Finch (2) 2023-01-02, Scaly-breasted Munia (1) 2020-02-22, Spotted Dove (2) 2024-01-17, Warbling White-eye (1) 2023-01-02, White-rumped Shama (1) 2023-01-02, Zebra Dove",2,2023-05-04 +21.49287523,-158.0487236,"Black-crowned Night Heron (1) 2020-11-09, Common Myna (3) 2021-06-08, Common Waxbill (1) 2020-11-09, House Finch (2) 2021-06-08, Java Sparrow (10) 2021-06-08, Feral Mallard (1) 2020-11-09, Muscovy Duck (1) 2020-11-09, Northern Cardinal (5) 2021-06-07, Red Junglefowl (1) 2020-11-09, Red-crested Cardinal (4) 2021-06-08, Red-vented Bulbul (2) 2020-11-09, Rose-ringed Parakeet (4) 2021-06-08, Saffron Finch (1) 2020-11-09, Spotted Dove (13) 2021-06-08, Warbling White-eye (2) 2020-11-09, White-rumped Shama (3) 2020-02-17, Zebra Dove",9,2021-06-08 +21.5473463,-158.0966519,"Black Francolin (7) 2022-06-06, Common Myna (23) 2023-01-26, Common Waxbill (8) 2023-01-26, Eurasian Skylark (2) 2022-05-23, Gray Francolin (1) 2023-11-05, House Finch (19) 2023-01-26, Northern Cardinal (6) 2022-07-11, Pacific Golden-Plover (3) 2023-01-26, Red Avadavat (1) 2022-05-09, Red-billed Leiothrix (1) 2022-03-14, Red-crested Cardinal (10) 2022-07-18, Red-vented Bulbul (16) 2022-07-25, Red-whiskered Bulbul (1) 2022-06-27, Ring-necked Pheasant (1) 2020-12-22, Spotted Dove (21) 2023-01-26, Warbling White-eye (11) 2022-08-08, Zebra Dove",14,2023-01-26 +21.55643251,-158.1062528,"Black Francolin (14) 2022-07-18, Chestnut Munia (2) 2022-04-04, Common Myna (14) 2022-07-25, Common Waxbill (7) 2022-07-18, Eurasian Skylark (1) 2022-01-16, Gray Francolin (10) 2022-07-18, House Finch (6) 2022-07-18, Japanese Bush Warbler (2) 2022-06-13, Northern Cardinal (5) 2022-07-25, Pacific Golden-Plover (1) 2022-04-04, Red Avadavat (8) 2022-07-11, Red-crested Cardinal (7) 2022-06-06, Red-vented Bulbul (17) 2022-07-25, Red-whiskered Bulbul (3) 2022-05-25, Spotted Dove (10) 2022-07-18, Warbling White-eye (19) 2022-07-25, Zebra Dove",6,2022-07-05 +21.58379366,-158.1543764,"Common Myna (5) 2023-04-18, Common Waxbill (3) 2023-04-22, Gray Francolin (1) 2023-04-22, House Finch (1) 2023-04-22, Northern Cardinal (5) 2023-04-22, Pacific Golden-Plover (1) 2021-02-19, Red Junglefowl (1) 2021-02-19, Red-crested Cardinal (5) 2023-04-22, Red-vented Bulbul (5) 2023-04-22, Red-whiskered Bulbul (2) 2023-03-27, Saffron Finch (3) 2023-04-22, Sanderling (1) 2021-08-29, Spotted Dove (1) 2021-02-19, Wandering Tattler (1) 2023-04-18, Warbling White-eye (1) 2023-04-22, Western Cattle Egret (3) 2023-04-22, Zebra Dove",5,2023-04-22 +21.58363841,-158.1254033,"Common Gallinule (2) 2022-07-31, Common Myna (5) 2023-11-11, Common Waxbill (2) 2021-12-07, House Finch (1) 2019-12-31, Java Sparrow (1) 2023-02-19, Northern Cardinal (2) 2022-12-28, Pacific Golden-Plover (2) 2023-11-11, Red-crested Cardinal (4) 2023-11-11, Red-vented Bulbul (7) 2022-12-28, Red-whiskered Bulbul (2) 2019-12-31, Ruddy Turnstone (4) 2023-11-11, Saffron Finch (2) 2022-12-28, Spotted Dove (2) 2019-12-31, Wandering Tattler (1) 2023-02-19, Warbling White-eye (2) 2021-12-07, Western Cattle Egret (4) 2023-11-11, Zebra Dove",6,2023-11-11 +21.6187668,-157.9512892,"Apapane (2) 2023-02-06, Barn Owl (1) 2021-04-10, Common Myna (1) 2021-04-10, Common Waxbill (2) 2021-04-10, House Finch (1) 2021-02-08, Japanese Bush Warbler (4) 2023-02-06, Northern Cardinal (1) 2021-02-08, Oahu Amakihi (2) 2021-04-10, Red Junglefowl (2) 2021-04-10, Red-billed Leiothrix (4) 2023-02-06, Red-crested Cardinal (2) 2023-01-06, Red-vented Bulbul (2) 2021-04-10, Red-whiskered Bulbul (3) 2023-02-06, Spotted Dove (2) 2021-04-10, Warbling White-eye (4) 2023-02-06, White-rumped Shama",4,2023-02-06 +21.64644913,-158.0477198,"Chestnut Munia (4) 2023-07-08, Common Myna (5) 2023-07-08, Common Waxbill (3) 2021-08-20, House Finch (2) 2023-07-05, Java Sparrow (3) 2023-07-05, Northern Cardinal (3) 2021-08-20, Pacific Golden-Plover (1) 2021-08-20, Red Junglefowl (3) 2023-07-05, Red-crested Cardinal (4) 2023-07-05, Red-vented Bulbul (4) 2023-07-05, Red-whiskered Bulbul (3) 2023-07-05, Saffron Finch (1) 2021-08-16, Spotted Dove (3) 2023-07-05, Warbling White-eye (4) 2023-07-05, Western Cattle Egret (2) 2023-07-05, White-rumped Shama (2) 2021-08-20, Zebra Dove",3,2021-08-20 +21.64633728,-158.0283942,"Chestnut Munia (2) 2023-11-04, Common Myna (7) 2024-02-20, Common Waxbill (4) 2024-02-20, House Finch (4) 2023-11-04, Northern Cardinal (4) 2023-07-17, Pacific Golden-Plover (1) 2023-11-04, Red Junglefowl (2) 2023-07-17, Red-billed Leiothrix (7) 2024-02-20, Red-crested Cardinal (4) 2024-02-20, Red-vented Bulbul (6) 2023-11-04, Red-whiskered Bulbul (4) 2024-02-20, Saffron Finch (1) 2023-11-04, Spotted Dove (4) 2024-02-20, Warbling White-eye (8) 2024-02-20, Western Cattle Egret (2) 2023-11-04, White-rumped Shama (9) 2024-02-20, Zebra Dove",2,2023-11-04 +21.70915482,-157.960302,"Black-crowned Night Heron (1) 2024-02-05, Black-footed Albatross (2) 2024-02-05, Bristle-thighed Curlew (1) 2024-02-05, Common Myna (1) 2024-02-05, Common Waxbill (1) 2024-02-05, Gray Francolin (2) 2024-02-05, Hawaiian Coot (1) 2024-02-05, House Finch (1) 2024-02-05, Laysan Albatross (2) 2024-02-05, Masked Booby (1) 2023-12-18, Pacific Golden-Plover (2) 2024-02-05, Red Junglefowl (1) 2024-02-05, Ruddy Turnstone (2) 2024-02-05, Sanderling (2) 2024-02-05, Wandering Tattler (2) 2024-02-05, Western Cattle Egret (2) 2024-02-05, Zebra Dove",2,2024-02-05 +21.26478512,-157.7128805,"Brown Booby (4) 2024-02-14, Common Myna (2) 2023-08-06, Gray Francolin (2) 2022-06-10, Great Frigatebird (2) 2023-08-06, House Finch (1) 2024-02-14, Java Sparrow (1) 2023-08-29, Pacific Golden-Plover (3) 2021-11-17, Red-crested Cardinal (2) 2024-02-14, Red-vented Bulbul (4) 2023-08-29, Ruddy Turnstone (4) 2023-08-29, Sooty Tern (1) 2019-04-13, Spotted Dove (2) 2024-02-14, Wandering Tattler (2) 2021-05-20, Warbling White-eye (2) 2021-11-17, Wedge-tailed Shearwater (2) 2023-08-06, White Tern (2) 2023-08-06, Yellow-fronted Canary (1) 2021-11-17, Zebra Dove",2,2023-08-06 +21.30091711,-157.7125664,"African Silverbill (1) 2019-01-20, Black-necked Stilt (4) 2021-05-15, Common Gallinule (1) 2021-05-15, Common Myna (4) 2021-05-15, Common Waxbill (4) 2021-05-15, House Finch (2) 2019-01-26, Java Sparrow (4) 2023-11-18, Northern Cardinal (1) 2019-01-20, Pacific Golden-Plover (3) 2019-01-26, Red Junglefowl (1) 2021-05-15, Red-crested Cardinal (3) 2019-01-26, Red-vented Bulbul (3) 2023-11-18, Rock Pigeon (3) 2019-01-26, Rose-ringed Parakeet (1) 2019-01-12, Spotted Dove (4) 2021-05-15, Wandering Tattler (1) 2023-11-18, Western Cattle Egret (4) 2021-05-15, Zebra Dove",4,2021-05-15 +21.32159795,-158.1173251,"African Silverbill (4) 2022-08-17, Black-necked Stilt (1) 2021-05-20, Brown Booby (2) 2023-08-27, Common Myna (43) 2022-12-08, Common Waxbill (1) 2021-11-09, Great Frigatebird (1) 2021-04-06, House Sparrow (35) 2022-12-08, Northern Cardinal (1) 2021-06-29, Pacific Golden-Plover (1) 2021-04-20, Red-crested Cardinal (6) 2022-12-08, Red-vented Bulbul (5) 2022-11-23, Rock Pigeon (1) 2021-04-06, Ruddy Turnstone (14) 2021-12-21, Sanderling (2) 2022-01-11, Scaly-breasted Munia (1) 2021-07-27, Spotted Dove (23) 2022-12-08, Wandering Tattler (3) 2022-01-19, Zebra Dove",16,2022-12-08 +21.32053689,-157.9341403,"Black-necked Stilt (1) 2024-01-28, Chestnut Munia (1) 2024-01-28, Common Myna (2) 2024-01-28, Common Waxbill (1) 2024-01-28, House Sparrow (2) 2024-01-28, Northern Cardinal (1) 2024-01-28, Northern Mockingbird (2) 2024-01-28, Pacific Golden-Plover (1) 2024-01-28, Red-crested Cardinal (1) 2024-01-28, Red-vented Bulbul (1) 2024-01-28, Red-whiskered Bulbul (1) 2024-01-28, Saffron Finch (2) 2024-01-28, Spotted Dove (2) 2024-01-28, Western Cattle Egret (2) 2024-01-28, White Tern (1) 2020-02-22, White-rumped Shama (1) 2024-01-28, Yellow-fronted Canary (1) 2024-01-28, Zebra Dove",1,2024-01-28 +21.33042856,-158.0787034,"African Silverbill (1) 2020-03-05, Black-crowned Night Heron (1) 2023-07-12, Common Myna (10) 2023-07-12, Common Waxbill (4) 2023-06-10, House Finch (3) 2023-06-10, House Sparrow (4) 2023-07-12, Java Sparrow (1) 2023-06-08, Pacific Golden-Plover (2) 2022-10-17, Red Junglefowl (1) 2023-07-12, Red-crested Cardinal (3) 2023-06-08, Red-vented Bulbul (3) 2023-06-10, Red-whiskered Bulbul (1) 2020-03-05, Rock Pigeon (2) 2023-07-12, Saffron Finch (2) 2023-06-08, Spotted Dove (2) 2023-04-15, Warbling White-eye (1) 2020-03-05, Western Cattle Egret (4) 2023-07-12, Zebra Dove",7,2023-06-10 +21.32779119,-157.6834087,"Brown Noddy (3) 2020-02-24, Common Myna (5) 2023-07-22, Great Frigatebird (7) 2023-09-29, House Sparrow (3) 2022-07-06, Indian Peafowl (29) 2024-02-22, Masked Booby (1) 2022-07-06, Pacific Golden-Plover (1) 2021-03-10, Red Junglefowl (3) 2023-09-29, Red-crested Cardinal (2) 2023-09-29, Red-footed Booby (4) 2023-07-22, Red-vented Bulbul (2) 2023-09-29, Red-whiskered Bulbul (1) 2023-09-29, Rock Pigeon (4) 2023-07-22, Saffron Finch (1) 2023-09-29, Sooty Tern (2) 2020-02-23, Spotted Dove (1) 2023-09-29, Western Cattle Egret (1) 2022-07-06, Zebra Dove",1,2022-07-06 +21.34630112,-157.741097,"Common Myna (21) 2022-12-29, Common Waxbill (8) 2022-12-14, House Finch (10) 2023-11-23, Japanese Bush Warbler (1) 2022-12-29, Northern Cardinal (22) 2023-11-23, Red Junglefowl (1) 2020-12-20, Red-billed Leiothrix (29) 2023-11-23, Red-crested Cardinal (6) 2023-11-23, Red-vented Bulbul (25) 2023-11-23, Red-whiskered Bulbul (22) 2023-11-23, Rose-ringed Parakeet (15) 2023-11-23, Saffron Finch (1) 2023-11-23, Spotted Dove (19) 2023-11-23, Warbling White-eye (30) 2022-12-29, Western Cattle Egret (5) 2022-12-14, White-rumped Shama (20) 2023-11-23, Yellow-fronted Canary (3) 2022-07-27, Zebra Dove",28,2022-12-29 +21.34615532,-157.7218135,"Common Myna (4) 2022-06-08, Common Waxbill (3) 2022-06-08, House Finch (2) 2022-06-08, House Sparrow (2) 2022-06-08, Java Sparrow (3) 2022-06-08, Feral Mallard (1) 2022-03-12, Northern Cardinal (2) 2022-06-08, Red Junglefowl (1) 2022-03-12, Red-crested Cardinal (3) 2023-05-10, Red-vented Bulbul (2) 2022-06-08, Red-whiskered Bulbul (3) 2022-06-08, Rock Pigeon (1) 2022-03-12, Rose-ringed Parakeet (1) 2022-03-12, Spotted Dove (5) 2022-06-08, Warbling White-eye (4) 2022-06-08, Western Cattle Egret (5) 2022-06-08, Zebra Dove",6,2022-06-08 +21.36545487,-157.8952383,"Chestnut Munia (1) 2023-04-18, Common Myna (7) 2024-02-04, Common Waxbill (3) 2023-04-18, Gray Francolin (3) 2023-04-18, House Finch (2) 2023-07-26, Java Sparrow (1) 2024-02-04, Northern Cardinal (5) 2023-07-26, Pacific Golden-Plover (3) 2024-02-04, Red-crested Cardinal (6) 2024-02-04, Red-vented Bulbul (7) 2023-10-18, Red-whiskered Bulbul (4) 2023-04-17, Rose-ringed Parakeet (4) 2023-10-18, Saffron Finch (1) 2024-02-04, Spotted Dove (7) 2023-07-26, Warbling White-eye (3) 2023-04-18, Western Cattle Egret (2) 2023-04-17, Yellow-fronted Canary (5) 2024-02-04, Zebra Dove",8,2023-10-18 +21.38271854,-157.7793657,"Chestnut Munia (6) 2023-02-28, Common Myna (4) 2022-02-28, Common Waxbill (6) 2023-05-06, House Sparrow (1) 2021-04-01, Northern Cardinal (1) 2023-02-21, Pacific Golden-Plover (6) 2023-02-21, Red Junglefowl (1) 2021-04-01, Red-billed Leiothrix (1) 2022-11-01, Red-crested Cardinal (3) 2022-11-01, Red-vented Bulbul (6) 2022-11-04, Red-whiskered Bulbul (6) 2023-03-01, Rock Pigeon (1) 2021-04-01, Rose-ringed Parakeet (2) 2022-11-15, Spotted Dove (2) 2022-11-04, Warbling White-eye (6) 2022-11-04, Western Cattle Egret (1) 2021-09-29, White-rumped Shama (3) 2023-02-23, Zebra Dove",4,2022-02-28 +21.39280561,-157.9336174,"Common Myna (3) 2023-05-05, Common Waxbill (1) 2023-03-11, House Finch (1) 2023-03-11, House Sparrow (1) 2023-05-05, Northern Cardinal (1) 2021-10-26, Pacific Golden-Plover (1) 2023-03-11, Red-billed Leiothrix (1) 2023-03-11, Red-crested Cardinal (2) 2023-05-05, Red-crowned Parrot (1) 2023-04-06, Red-vented Bulbul (1) 2023-03-11, Red-whiskered Bulbul (1) 2023-03-11, Rose-ringed Parakeet (2) 2023-05-05, Spotted Dove (1) 2023-05-05, Western Cattle Egret (1) 2021-10-26, White Tern (1) 2023-06-16, White-rumped Shama (1) 2023-03-11, Yellow-fronted Canary (1) 2021-10-26, Zebra Dove",3,2023-05-05 +21.40248099,-158.0396629,"Black Francolin (2) 2024-02-13, Common Myna (4) 2021-04-22, Common Waxbill (1) 2024-02-13, House Finch (5) 2024-02-13, House Sparrow (1) 2021-04-22, Java Sparrow (2) 2024-02-13, Northern Cardinal (1) 2024-02-13, Pacific Golden-Plover (3) 2024-02-12, Red-crested Cardinal (3) 2024-02-13, Red-vented Bulbul (4) 2024-02-13, Red-whiskered Bulbul (3) 2024-02-13, Rock Pigeon (1) 2021-04-22, Rose-ringed Parakeet (1) 2024-02-13, Saffron Finch (3) 2024-02-13, Spotted Dove (2) 2024-02-13, Warbling White-eye (2) 2024-02-13, Western Cattle Egret (1) 2021-04-22, Zebra Dove",7,2024-02-13 +21.40213915,-157.9817836,"Common Myna (4) 2023-08-29, Common Waxbill (3) 2023-08-29, House Finch (1) 2023-08-29, Java Sparrow (2) 2022-02-19, Pacific Golden-Plover (2) 2023-08-29, Red Avadavat (1) 2022-02-19, Red Junglefowl (1) 2022-02-19, Red-crested Cardinal (3) 2022-02-19, Red-vented Bulbul (3) 2023-08-29, Red-whiskered Bulbul (1) 2022-02-19, Rock Pigeon (2) 2022-02-19, Rose-ringed Parakeet (4) 2023-08-29, Saffron Finch (1) 2020-02-18, Spotted Dove (1) 2023-08-29, Warbling White-eye (2) 2023-08-29, Western Cattle Egret (3) 2023-08-29, Yellow-fronted Canary (1) 2023-08-29, Zebra Dove",3,2023-08-29 +21.40099329,-157.8081528,"African Silverbill (1) 2023-09-08, Barn Owl (1) 2023-01-11, Chestnut Munia (6) 2022-02-24, Common Myna (9) 2024-02-19, Common Waxbill (7) 2023-02-05, Java Sparrow (5) 2024-02-18, Feral Mallard (3) 2024-02-16, Northern Cardinal (1) 2021-02-14, Northern Mockingbird (2) 2022-09-24, Red Junglefowl (1) 2022-02-21, Red-crested Cardinal (10) 2024-02-19, Red-vented Bulbul (7) 2024-02-19, Red-whiskered Bulbul (8) 2024-02-19, Spotted Dove (9) 2024-02-19, Warbling White-eye (5) 2024-02-19, Western Cattle Egret (3) 2024-02-18, Zebra Dove",13,2024-02-18 +21.41223467,-158.1746686,"Black-crowned Night Heron (1) 2023-02-14, Common Myna (7) 2023-02-21, Common Waxbill (1) 2023-02-21, House Finch (4) 2023-02-21, House Sparrow (6) 2023-02-21, Java Sparrow (6) 2023-02-21, Northern Mockingbird (1) 2021-04-18, Pacific Golden-Plover (3) 2022-01-25, Red Junglefowl (1) 2023-05-12, Red-crested Cardinal (2) 2022-01-20, Red-vented Bulbul (8) 2023-05-11, Rock Pigeon (6) 2023-02-21, Ruddy Turnstone (1) 2022-01-20, Saffron Finch (5) 2023-02-21, Sanderling (2) 2022-04-03, Spotted Dove (5) 2023-02-21, Warbling White-eye (1) 2022-01-25, Zebra Dove",9,2023-05-09 +21.40974748,-157.7694943,"Chestnut Munia (1) 2022-04-10, Common Myna (28) 2024-02-19, Common Waxbill (21) 2024-02-19, House Finch (20) 2024-02-19, Java Sparrow (6) 2024-02-19, Northern Cardinal (7) 2022-04-23, Pacific Golden-Plover (1) 2024-01-15, Red Avadavat (1) 2024-01-18, Red Junglefowl (17) 2022-05-29, Red-crested Cardinal (18) 2024-02-19, Red-vented Bulbul (24) 2024-02-19, Red-whiskered Bulbul (11) 2024-02-19, Rock Pigeon (2) 2024-01-17, Spotted Dove (28) 2024-02-19, Warbling White-eye (6) 2024-02-19, Western Cattle Egret (3) 2022-04-17, White-rumped Shama (9) 2024-01-16, Zebra Dove",27,2024-02-19 +21.4211238,-158.1456731,"Black-crowned Night Heron (3) 2021-06-08, Common Myna (2) 2021-01-14, Common Waxbill (3) 2021-06-08, Eurasian Skylark (2) 2021-01-14, Gray Francolin (3) 2021-06-08, Hawaiian Coot (7) 2021-06-08, House Finch (3) 2021-06-01, Java Sparrow (1) 2021-06-01, Northern Cardinal (3) 2021-06-01, Peregrine Falcon (1) 2022-03-08, Red-crested Cardinal (2) 2021-01-14, Red-vented Bulbul (3) 2021-06-01, Saffron Finch (3) 2021-06-01, Scaly-breasted Munia (2) 2021-01-14, Short-eared Owl (1) 2021-06-01, Spotted Dove (5) 2021-06-08, Warbling White-eye (5) 2021-06-08, Zebra Dove",6,2022-03-08 +21.42032299,-158.0009538,"Chestnut Munia (10) 2023-05-13, Common Myna (18) 2024-02-19, Common Waxbill (13) 2023-05-13, House Finch (9) 2024-02-19, House Sparrow (3) 2024-02-19, Java Sparrow (15) 2024-02-19, Northern Cardinal (1) 2020-05-09, Pacific Golden-Plover (13) 2024-02-19, Red-crested Cardinal (10) 2024-02-18, Red-vented Bulbul (8) 2024-02-19, Red-whiskered Bulbul (3) 2022-02-21, Rose-ringed Parakeet (8) 2024-02-19, Ruddy Turnstone (2) 2022-02-21, Saffron Finch (19) 2024-02-19, Spotted Dove (17) 2024-02-19, Warbling White-eye (3) 2022-10-08, Western Cattle Egret (15) 2024-02-19, Zebra Dove",18,2024-02-19 +21.42969297,-158.0587828,"Barn Owl (2) 2019-04-24, Chestnut Munia (1) 2019-11-15, Common Gallinule (1) 2019-11-15, Common Myna (1) 2019-11-15, Common Waxbill (1) 2019-11-15, Hawaiian Coot (1) 2019-11-15, House Finch (1) 2019-11-15, Northern Cardinal (1) 2019-11-15, Pacific Golden-Plover (1) 2019-11-15, Red-crested Cardinal (1) 2019-11-15, Red-vented Bulbul (2) 2022-07-06, Saffron Finch (1) 2019-11-15, Short-eared Owl (1) 2019-07-18, Spotted Dove (1) 2019-11-15, Warbling White-eye (1) 2019-11-15, Western Cattle Egret (1) 2019-11-15, Yellow-fronted Canary (1) 2019-11-15, Zebra Dove",1,2019-11-15 +21.42947065,-158.0201889,"Black-crowned Night Heron (1) 2021-02-15, Chestnut Munia (1) 2021-02-14, Common Myna (6) 2022-02-21, House Sparrow (3) 2021-02-13, Java Sparrow (6) 2022-02-21, Northern Cardinal (4) 2021-02-14, Pacific Golden-Plover (2) 2021-02-14, Red-crested Cardinal (6) 2022-02-20, Red-vented Bulbul (4) 2021-02-14, Red-whiskered Bulbul (2) 2022-02-19, Rose-ringed Parakeet (6) 2022-02-21, Saffron Finch (4) 2022-02-20, Spotted Dove (5) 2022-02-21, Warbling White-eye (5) 2022-02-21, Western Cattle Egret (2) 2021-02-14, White Tern (1) 2021-02-15, White-rumped Shama (2) 2021-03-10, Zebra Dove",5,2021-03-13 +21.44636356,-157.8367326,"Chestnut Munia (5) 2023-05-13, Common Myna (5) 2023-05-13, Common Waxbill (6) 2022-06-24, House Sparrow (2) 2022-06-24, Java Sparrow (3) 2022-06-20, Northern Cardinal (2) 2022-06-20, Pacific Golden-Plover (1) 2022-03-27, Red Junglefowl (2) 2023-05-13, Red-crested Cardinal (4) 2023-01-04, Red-vented Bulbul (6) 2023-05-13, Red-whiskered Bulbul (3) 2023-01-04, Rock Pigeon (1) 2021-06-28, Scaly-breasted Munia (1) 2022-02-26, Spotted Dove (4) 2023-01-04, Warbling White-eye (4) 2022-06-24, Western Cattle Egret (6) 2023-10-16, White-rumped Shama (3) 2022-12-30, Zebra Dove",8,2023-05-13 +21.44559039,-157.7305973,"African Silverbill (2) 2020-07-17, Black-necked Stilt (2) 2020-07-17, Common Myna (3) 2020-07-17, Common Waxbill (3) 2020-07-17, Gray Francolin (2) 2020-07-17, Great Frigatebird (3) 2020-07-17, Northern Cardinal (1) 2020-04-24, Pacific Golden-Plover (3) 2020-07-17, Red Avadavat (2) 2020-07-17, Red-crested Cardinal (2) 2020-07-17, Red-vented Bulbul (3) 2020-07-17, Red-whiskered Bulbul (2) 2020-07-17, Scaly-breasted Munia (2) 2020-07-17, Spotted Dove (3) 2020-07-17, Wandering Tattler (1) 2020-04-24, Western Cattle Egret (3) 2020-07-17, Zebra Dove",2,2020-07-17 +21.45651547,-158.0103577,"Common Myna (11) 2023-06-04, Common Waxbill (5) 2023-06-04, House Finch (10) 2023-06-04, House Sparrow (4) 2023-06-04, Java Sparrow (1) 2023-03-20, Northern Cardinal (9) 2022-07-17, Pacific Golden-Plover (1) 2023-03-20, Red Junglefowl (1) 2023-03-20, Red-crested Cardinal (13) 2023-03-20, Red-crowned Parrot (4) 2022-07-17, Red-vented Bulbul (12) 2023-06-04, Rock Pigeon (2) 2023-01-19, Rose-ringed Parakeet (11) 2023-03-20, Saffron Finch (3) 2023-06-04, Spotted Dove (10) 2023-01-19, Warbling White-eye (10) 2022-07-17, Western Cattle Egret (7) 2023-06-04, Zebra Dove",15,2023-06-04 +21.45498296,-157.7787648,"Black-necked Stilt (6) 2023-01-18, Brown Noddy (2) 2022-09-14, Common Gallinule (3) 2024-01-17, Common Myna (10) 2024-01-17, Common Waxbill (4) 2022-12-03, Great Frigatebird (2) 2023-10-24, House Finch (2) 2022-01-19, Java Sparrow (1) 2021-07-13, Feral Mallard (3) 2022-12-03, Pacific Golden-Plover (7) 2023-10-24, Red-crested Cardinal (4) 2024-01-17, Red-vented Bulbul (4) 2024-01-17, Spotted Dove (3) 2023-10-24, Wandering Tattler (1) 2020-02-26, Warbling White-eye (3) 2022-01-19, Western Cattle Egret (3) 2023-10-24, White-rumped Shama (2) 2022-01-19, Zebra Dove",2,2023-10-24 +21.48355954,-158.0005227,"Chestnut Munia (2) 2021-09-17, Common Myna (2) 2021-09-17, Common Waxbill (3) 2023-05-28, House Finch (1) 2021-09-16, House Sparrow (1) 2021-09-17, Java Sparrow (1) 2021-09-17, Pacific Golden-Plover (5) 2023-12-14, Red Junglefowl (2) 2023-05-26, Red-billed Leiothrix (1) 2021-09-16, Red-crested Cardinal (1) 2021-09-16, Red-vented Bulbul (3) 2023-05-26, Red-whiskered Bulbul (4) 2023-02-01, Rose-ringed Parakeet (2) 2021-09-17, Saffron Finch (1) 2023-02-01, Spotted Dove (2) 2021-09-17, Warbling White-eye (2) 2023-12-15, White-rumped Shama (2) 2021-09-17, Zebra Dove",2,2021-09-17 +21.5386716,-158.1642961,"Apapane (1) 2020-02-09, Common Waxbill (1) 2020-02-09, Erckel's Spurfowl (2) 2024-02-14, Gray Francolin (1) 2024-02-14, House Finch (2) 2024-02-14, Indian Peafowl (1) 2024-02-14, Japanese Bush Warbler (1) 2020-02-09, Kalij Pheasant (1) 2024-02-14, Northern Cardinal (1) 2020-02-09, Pacific Golden-Plover (1) 2020-02-09, Red-billed Leiothrix (2) 2024-02-14, Red-crested Cardinal (1) 2020-02-09, Red-vented Bulbul (2) 2024-02-14, Red-whiskered Bulbul (2) 2024-02-14, Spotted Dove (2) 2024-02-14, Warbling White-eye (2) 2024-02-14, White-rumped Shama (1) 2020-02-09, Zebra Dove",2,2024-02-14 +21.55678917,-158.1738487,"Apapane (2) 2021-05-13, Black-crowned Night Heron (1) 2021-05-13, Common Myna (1) 2021-05-13, Common Waxbill (2) 2021-05-13, Erckel's Spurfowl (2) 2021-05-13, House Finch (1) 2021-05-13, Japanese Bush Warbler (2) 2021-05-13, Kalij Pheasant (1) 2021-05-04, Oahu Amakihi (2) 2021-05-13, Red Junglefowl (1) 2021-05-04, Red-billed Leiothrix (2) 2021-05-13, Red-vented Bulbul (2) 2021-05-13, Red-whiskered Bulbul (1) 2021-05-04, Spotted Dove (2) 2021-05-13, Warbling White-eye (2) 2021-05-13, Western Cattle Egret (1) 2021-05-13, White-rumped Shama (2) 2021-05-13, Zebra Dove",2,2021-05-13 +21.56614241,-158.2413993,"Common Waxbill (2) 2022-09-24, Gray Francolin (2) 2022-09-24, House Finch (1) 2022-07-23, Indian Peafowl (2) 2022-09-24, Northern Cardinal (1) 2022-07-23, Oahu Amakihi (1) 2022-07-23, Red-billed Leiothrix (1) 2022-07-23, Red-crested Cardinal (3) 2022-09-24, Red-vented Bulbul (3) 2022-09-24, Red-whiskered Bulbul (1) 2022-09-24, Ring-necked Pheasant (1) 2021-10-14, Spotted Dove (1) 2021-10-14, Warbling White-eye (3) 2022-09-24, Western Cattle Egret (1) 2021-10-14, White-rumped Shama (2) 2022-07-23, Wild Turkey (1) 2022-01-26, Yellow-faced Grassquit (1) 2022-07-23, Zebra Dove",2,2022-09-24 +21.56562383,-158.1351683,"Common Myna (24) 2023-03-29, Common Waxbill (16) 2023-03-29, Gray Francolin (6) 2022-12-27, House Finch (14) 2023-03-29, House Sparrow (2) 2022-07-18, Northern Cardinal (15) 2023-03-29, Pacific Golden-Plover (2) 2023-03-29, Red Avadavat (13) 2022-07-18, Red-crested Cardinal (9) 2023-03-29, Red-vented Bulbul (23) 2023-03-29, Red-whiskered Bulbul (4) 2022-11-28, Saffron Finch (4) 2023-03-29, Short-eared Owl (1) 2022-08-13, Spotted Dove (13) 2023-03-29, Warbling White-eye (17) 2023-03-29, Western Cattle Egret (2) 2023-03-29, White-rumped Shama (1) 2022-10-31, Zebra Dove",26,2023-03-29 +21.57315924,-157.8840124,"Brown Noddy (1) 2019-04-04, Common Myna (3) 2022-07-25, Glaucous-winged Gull (2) 2020-01-29, House Sparrow (1) 2019-04-04, Laughing Gull (1) 2020-01-29, Pacific Golden-Plover (2) 2020-01-27, Red Junglefowl (3) 2019-08-17, Red-crested Cardinal (1) 2019-04-04, Red-footed Booby (1) 2019-04-04, Red-vented Bulbul (2) 2022-07-25, Ruddy Turnstone (2) 2020-01-27, Sanderling (2) 2020-01-27, Sooty Tern (1) 2019-04-04, Spotted Dove (4) 2023-03-13, Wandering Tattler (5) 2023-03-13, Warbling White-eye (1) 2019-04-04, Western Cattle Egret (2) 2022-07-25, Zebra Dove",4,2023-03-13 +21.61851702,-157.9126469,"Chestnut Munia (1) 2021-04-14, Common Myna (6) 2024-01-19, Common Waxbill (3) 2021-04-14, House Sparrow (1) 2024-01-19, Laughing Gull (1) 2020-02-03, Laysan Albatross (1) 2021-12-25, Pacific Golden-Plover (3) 2024-01-19, Red Junglefowl (5) 2021-12-20, Red-crested Cardinal (2) 2024-01-19, Rock Pigeon (1) 2019-06-27, Ruddy Turnstone (2) 2021-12-20, Saffron Finch (1) 2024-01-19, Sanderling (1) 2024-01-19, Scaly-breasted Munia (1) 2021-04-14, Spotted Dove (1) 2021-04-14, Wandering Tattler (2) 2024-01-19, Western Cattle Egret (3) 2021-12-20, Zebra Dove",4,2024-01-19 +21.2741799,-157.7609877,"Black-crowned Night Heron (1) 2019-10-10, Black-necked Stilt (1) 2019-12-08, Common Myna (11) 2023-10-08, Common Waxbill (2) 2019-08-30, House Finch (1) 2019-06-14, House Sparrow (4) 2019-08-30, Northern Cardinal (1) 2019-08-30, Pacific Golden-Plover (7) 2022-02-27, Red-crested Cardinal (3) 2022-02-27, Red-vented Bulbul (7) 2023-10-08, Rock Pigeon (9) 2022-02-27, Rose-ringed Parakeet (2) 2023-10-08, Ruddy Turnstone (2) 2022-02-27, Spotted Dove (6) 2023-10-08, Wandering Tattler (2) 2023-10-20, Warbling White-eye (2) 2019-08-30, Western Cattle Egret (11) 2023-09-08, White Tern (5) 2022-02-27, Zebra Dove",12,2023-10-08 +21.27374403,-157.7031653,"Common Myna (22) 2024-02-11, Common Waxbill (3) 2024-02-11, Great Frigatebird (13) 2022-09-29, House Finch (3) 2024-02-11, House Sparrow (17) 2024-02-11, Java Sparrow (4) 2024-01-11, Feral Mallard (1) 2024-02-07, Northern Cardinal (3) 2024-02-11, Pacific Golden-Plover (3) 2023-04-01, Red Junglefowl (5) 2023-12-09, Red-crested Cardinal (8) 2024-01-11, Red-vented Bulbul (9) 2024-02-11, Red-whiskered Bulbul (2) 2024-02-11, Rock Pigeon (12) 2024-02-07, Spotted Dove (14) 2024-02-11, Warbling White-eye (2) 2019-11-06, Western Cattle Egret (22) 2024-01-11, White Tern (12) 2023-03-30, Zebra Dove",21,2024-02-11 +21.28328385,-157.77055,"Common Myna (7) 2022-09-24, Common Waxbill (6) 2024-01-04, House Finch (7) 2024-01-04, Java Sparrow (7) 2022-09-24, Northern Cardinal (5) 2024-01-04, Northern Mockingbird (1) 2021-07-18, Red-crested Cardinal (8) 2024-01-04, Red-vented Bulbul (11) 2024-01-04, Red-whiskered Bulbul (4) 2024-01-04, Rock Pigeon (1) 2024-01-04, Saffron Finch (1) 2021-05-14, Scaly-breasted Munia (1) 2022-09-22, Spotted Dove (6) 2024-01-04, Wandering Tattler (1) 2024-01-03, Warbling White-eye (6) 2024-01-04, White Tern (4) 2024-01-04, White-rumped Shama (5) 2022-07-06, Yellow-fronted Canary (1) 2022-09-22, Zebra Dove",5,2024-01-04 +21.32164737,-158.1269666,"African Silverbill (1) 2022-06-19, Black Swan (1) 2021-12-04, Black-crowned Night Heron (1) 2021-12-04, Black-necked Stilt (1) 2021-12-04, Brown Booby (4) 2023-03-16, Common Myna (4) 2024-02-24, Common Waxbill (1) 2021-12-04, Hawaiian Coot (1) 2021-12-04, House Finch (1) 2022-06-19, House Sparrow (3) 2024-02-24, Muscovy Duck (1) 2021-12-04, Pacific Golden-Plover (2) 2024-02-24, Red-crested Cardinal (4) 2024-02-24, Red-vented Bulbul (3) 2024-02-24, Ruddy Turnstone (1) 2021-12-04, Saffron Finch (1) 2021-12-04, Spotted Dove (2) 2022-06-19, Warbling White-eye (1) 2021-09-29, Zebra Dove",4,2024-02-24 +21.32872762,-157.808738,"Common Myna (1) 2023-01-27, Common Waxbill (3) 2022-09-05, Java Sparrow (2) 2023-01-27, Northern Cardinal (3) 2021-11-16, Oahu Amakihi (3) 2023-03-18, Pacific Golden-Plover (1) 2023-01-23, Red Junglefowl (4) 2023-03-18, Red-billed Leiothrix (3) 2023-03-18, Red-crested Cardinal (4) 2023-03-18, Red-vented Bulbul (7) 2023-03-18, Red-whiskered Bulbul (6) 2023-03-18, Rose-ringed Parakeet (4) 2023-01-27, Spotted Dove (4) 2023-01-27, Warbling White-eye (5) 2023-03-18, Western Cattle Egret (1) 2023-01-23, White-rumped Shama (8) 2023-03-18, Yellow-fronted Canary (1) 2023-03-18, Zebra Dove",3,2023-01-27 +21.33935378,-158.0593611,"Black-crowned Night Heron (2) 2022-12-17, Black-necked Stilt (3) 2022-12-17, Common Myna (4) 2023-03-20, Common Waxbill (3) 2022-12-17, House Finch (1) 2022-12-17, House Sparrow (1) 2023-03-20, Java Sparrow (1) 2022-12-16, Feral Mallard (2) 2022-12-17, Pacific Golden-Plover (5) 2022-12-17, Red-crested Cardinal (2) 2022-12-17, Red-vented Bulbul (3) 2022-12-17, Red-whiskered Bulbul (1) 2022-12-17, Rock Pigeon (1) 2022-12-15, Saffron Finch (1) 2022-12-16, Spotted Dove (3) 2022-12-17, Wandering Tattler (2) 2022-12-16, Warbling White-eye (2) 2022-12-17, Western Cattle Egret (3) 2022-12-17, Zebra Dove",4,2023-03-20 +21.39382672,-158.1072461,"Apapane (1) 2019-01-18, Common Waxbill (2) 2019-01-18, Erckel's Spurfowl (1) 2019-01-18, Eurasian Skylark (1) 2019-01-07, Gray Francolin (2) 2019-01-18, House Finch (1) 2019-01-07, Northern Cardinal (1) 2019-01-18, Oahu Amakihi (1) 2019-01-18, Oahu Elepaio (1) 2019-01-07, Pacific Golden-Plover (2) 2019-01-18, Red-billed Leiothrix (2) 2019-01-18, Red-crested Cardinal (1) 2019-01-18, Red-vented Bulbul (2) 2019-01-18, Red-whiskered Bulbul (1) 2019-01-18, Scaly-breasted Munia (1) 2019-01-07, Spotted Dove (2) 2019-01-18, Warbling White-eye (2) 2019-01-18, White-rumped Shama (1) 2019-01-18, Zebra Dove",1,2019-01-07 +21.3937758,-158.0975999,"Common Myna (3) 2022-12-16, Common Waxbill (2) 2023-12-31, Erckel's Spurfowl (5) 2023-06-01, Gray Francolin (2) 2023-06-01, House Finch (3) 2022-12-16, Japanese Bush Warbler (1) 2019-01-26, Kalij Pheasant (3) 2023-06-01, Northern Cardinal (5) 2024-02-12, Oahu Amakihi (4) 2022-12-16, Oahu Elepaio (6) 2024-02-12, Pacific Golden-Plover (2) 2023-12-31, Red-billed Leiothrix (5) 2022-12-16, Red-crested Cardinal (7) 2023-12-31, Red-vented Bulbul (4) 2023-12-31, Red-whiskered Bulbul (5) 2023-12-31, Spotted Dove (5) 2023-12-31, Warbling White-eye (7) 2024-02-12, White-rumped Shama (2) 2019-01-26, Zebra Dove",4,2023-12-31 +21.41128906,-158.0010151,"Chestnut Munia (2) 2021-08-28, Common Myna (8) 2021-12-24, Common Waxbill (3) 2021-08-28, House Finch (2) 2021-08-28, House Sparrow (4) 2021-08-28, Java Sparrow (3) 2021-12-24, Northern Cardinal (1) 2021-08-28, Pacific Golden-Plover (3) 2021-08-28, Red-crested Cardinal (3) 2021-08-28, Red-vented Bulbul (3) 2021-08-28, Red-whiskered Bulbul (1) 2021-12-15, Rose-ringed Parakeet (3) 2021-12-24, Saffron Finch (6) 2022-07-14, Spotted Dove (4) 2021-08-28, Warbling White-eye (2) 2021-08-28, Western Cattle Egret (6) 2021-08-28, White-rumped Shama (2) 2021-12-24, Yellow-fronted Canary (2) 2021-08-28, Zebra Dove",5,2021-12-24 +21.41996742,-157.9430681,"Common Myna (3) 2021-10-28, Common Waxbill (1) 2024-02-17, House Finch (2) 2021-10-27, Java Sparrow (2) 2021-10-27, Northern Cardinal (2) 2021-10-27, Pacific Golden-Plover (4) 2024-02-17, Red Junglefowl (1) 2023-12-27, Red-billed Leiothrix (2) 2021-10-27, Red-crested Cardinal (3) 2024-02-17, Red-crowned Parrot (5) 2024-02-17, Red-vented Bulbul (4) 2024-02-17, Red-whiskered Bulbul (2) 2021-10-27, Rose-ringed Parakeet (2) 2024-02-17, Scaly-breasted Munia (2) 2021-10-27, Spotted Dove (4) 2024-02-17, Warbling White-eye (3) 2024-02-17, Western Cattle Egret (1) 2021-10-28, White-rumped Shama (2) 2021-10-27, Zebra Dove",4,2024-02-17 +21.42935684,-158.0008923,"Chestnut Munia (1) 2021-06-10, Common Myna (4) 2024-02-22, Common Waxbill (1) 2021-06-10, House Finch (1) 2022-01-05, House Sparrow (1) 2022-01-05, Java Sparrow (1) 2022-01-05, Northern Mockingbird (1) 2024-02-22, Pacific Golden-Plover (2) 2022-01-05, Red Junglefowl (1) 2023-06-28, Red-crested Cardinal (1) 2022-01-05, Red-vented Bulbul (1) 2022-01-05, Rock Pigeon (3) 2024-02-22, Rose-ringed Parakeet (1) 2022-01-05, Saffron Finch (3) 2022-01-05, Scaly-breasted Munia (1) 2021-06-10, Spotted Dove (2) 2022-01-05, Warbling White-eye (1) 2022-01-05, Western Cattle Egret (4) 2024-02-22, Zebra Dove",4,2024-02-22 +21.42795433,-157.7886379,"Black Noddy (1) 2023-06-24, Common Myna (3) 2022-04-08, Common Waxbill (1) 2021-07-31, House Finch (1) 2020-09-25, Feral Mallard (1) 2020-09-25, Northern Cardinal (1) 2022-04-08, Pacific Golden-Plover (2) 2022-04-08, Red Junglefowl (1) 2021-07-31, Red-crested Cardinal (2) 2022-04-08, Red-vented Bulbul (2) 2021-07-31, Red-whiskered Bulbul (2) 2022-04-08, Scaly-breasted Munia (1) 2023-07-24, Spotted Dove (2) 2021-07-31, Wandering Tattler (1) 2020-09-25, Warbling White-eye (1) 2020-09-25, Western Cattle Egret (2) 2021-07-31, White-rumped Shama (2) 2021-07-31, Yellow-fronted Canary (1) 2020-09-25, Zebra Dove",2,2021-07-31 +21.43827428,-157.9815331,"Chinese Hwamei (1) 2019-03-12, Common Myna (1) 2019-03-12, Common Waxbill (1) 2019-03-12, Gray Francolin (1) 2019-03-12, House Finch (1) 2019-03-12, Japanese Bush Warbler (1) 2019-03-12, Java Sparrow (1) 2019-03-12, Northern Cardinal (1) 2019-03-12, Red-crested Cardinal (1) 2019-03-12, Red-crowned Parrot (1) 2019-03-12, Red-vented Bulbul (1) 2019-03-12, Red-whiskered Bulbul (1) 2019-03-12, Rock Pigeon (1) 2019-03-12, Rose-ringed Parakeet (1) 2019-03-12, Spotted Dove (1) 2019-03-12, Warbling White-eye (1) 2019-03-12, Western Cattle Egret (1) 2019-03-12, White-rumped Shama (1) 2019-03-12, Zebra Dove",1,2019-03-12 +21.44595026,-157.7788401,"Black-crowned Night Heron (2) 2023-08-16, Black-necked Stilt (11) 2024-01-17, Common Gallinule (3) 2021-12-19, Common Myna (4) 2023-10-24, Common Waxbill (7) 2024-01-17, Gray Francolin (3) 2021-12-19, House Finch (3) 2021-12-19, Feral Mallard (10) 2024-01-17, Northern Cardinal (3) 2024-01-17, Pacific Golden-Plover (9) 2023-10-24, Red-crested Cardinal (2) 2023-01-18, Red-vented Bulbul (5) 2023-01-18, Red-whiskered Bulbul (1) 2023-10-24, Ruddy Turnstone (1) 2022-02-09, Spotted Dove (8) 2024-01-17, Wandering Tattler (4) 2023-08-16, Warbling White-eye (3) 2023-10-24, Western Cattle Egret (4) 2024-01-17, Zebra Dove",4,2024-01-17 +21.45484049,-157.7594663,"Black-necked Stilt (3) 2023-05-09, Bristle-thighed Curlew (1) 2020-09-02, Common Myna (4) 2023-05-19, Common Waxbill (3) 2023-05-09, Gray Francolin (1) 2023-05-19, Great Frigatebird (3) 2023-05-19, House Finch (6) 2023-05-19, House Sparrow (2) 2023-05-09, Northern Cardinal (3) 2023-05-19, Pacific Golden-Plover (4) 2022-09-25, Red-crested Cardinal (4) 2023-05-19, Red-vented Bulbul (5) 2023-05-19, Red-whiskered Bulbul (1) 2023-05-19, Saffron Finch (2) 2023-05-09, Sanderling (1) 2019-10-03, Spotted Dove (3) 2022-09-25, Warbling White-eye (1) 2019-11-29, Western Cattle Egret (6) 2023-05-19, Zebra Dove",3,2023-05-09 +21.50168456,-158.0100523,"Chestnut Munia (6) 2023-08-31, Common Myna (12) 2023-12-29, Common Waxbill (3) 2023-08-21, House Finch (8) 2023-12-29, House Sparrow (7) 2023-12-29, Java Sparrow (3) 2023-02-07, Northern Cardinal (5) 2023-12-29, Pacific Golden-Plover (8) 2023-12-29, Red-billed Leiothrix (4) 2022-08-12, Red-crested Cardinal (10) 2023-12-29, Red-vented Bulbul (12) 2023-12-29, Red-whiskered Bulbul (7) 2023-12-29, Rose-ringed Parakeet (7) 2023-12-29, Saffron Finch (3) 2023-12-29, Spotted Dove (12) 2023-12-29, Warbling White-eye (2) 2022-08-19, Western Cattle Egret (1) 2022-08-02, White-rumped Shama (1) 2023-02-09, Zebra Dove",13,2023-12-29 +21.50973011,-157.8555361,"Black-necked Stilt (5) 2023-12-09, Chestnut Munia (2) 2024-02-16, Common Gallinule (4) 2023-12-09, Common Myna (5) 2024-02-16, Common Waxbill (2) 2023-07-14, Hawaiian Coot (4) 2023-12-09, House Sparrow (3) 2024-02-16, Feral Mallard (1) 2022-09-15, Northern Cardinal (3) 2023-07-14, Pacific Golden-Plover (5) 2024-02-24, Red Junglefowl (3) 2024-02-24, Red-billed Leiothrix (1) 2023-04-12, Red-crested Cardinal (6) 2024-02-16, Red-vented Bulbul (4) 2024-02-16, Spotted Dove (1) 2024-02-24, Warbling White-eye (2) 2023-07-14, Western Cattle Egret (5) 2024-02-24, White-rumped Shama (1) 2021-12-27, Zebra Dove",9,2024-02-24 +21.5747605,-158.154429,"Black Francolin (6) 2022-07-18, Common Myna (8) 2023-09-30, Common Waxbill (7) 2023-01-26, Gray Francolin (6) 2022-07-11, House Finch (10) 2022-07-25, Indian Peafowl (1) 2022-07-18, Java Sparrow (4) 2023-01-26, Northern Cardinal (7) 2023-09-30, Pacific Golden-Plover (2) 2023-09-30, Red Avadavat (10) 2023-01-26, Red-crested Cardinal (10) 2022-08-08, Red-vented Bulbul (18) 2022-08-08, Red-whiskered Bulbul (1) 2023-09-30, Saffron Finch (5) 2023-09-30, Scaly-breasted Munia (1) 2022-07-11, Spotted Dove (14) 2023-01-26, Warbling White-eye (10) 2023-09-30, Western Cattle Egret (3) 2022-07-18, Zebra Dove",18,2023-09-30 +21.60942029,-157.9030548,"Common Myna (10) 2024-01-29, Common Waxbill (1) 2020-03-14, Glaucous-winged Gull (4) 2022-01-06, Great Frigatebird (1) 2024-02-09, House Sparrow (3) 2020-01-27, Laughing Gull (9) 2020-01-27, Pacific Golden-Plover (1) 2022-09-25, Red Junglefowl (1) 2024-01-29, Red-crested Cardinal (3) 2024-01-29, Red-vented Bulbul (3) 2023-03-11, Ruddy Turnstone (2) 2023-03-29, Saffron Finch (2) 2024-01-29, Sanderling (1) 2023-03-11, Spotted Dove (7) 2023-03-11, Wandering Tattler (6) 2023-03-11, Warbling White-eye (1) 2022-09-24, Western Cattle Egret (5) 2023-03-11, White-rumped Shama (2) 2023-03-11, Zebra Dove",5,2024-01-29 +21.63741571,-158.0477792,"Black-crowned Night Heron (3) 2022-09-03, Common Gallinule (4) 2023-05-29, Common Myna (5) 2022-09-03, Common Waxbill (4) 2022-09-03, House Finch (1) 2021-04-15, House Sparrow (1) 2021-04-15, Indian Peafowl (2) 2022-09-03, Feral Mallard (3) 2022-09-03, Northern Cardinal (1) 2021-04-15, Red-billed Leiothrix (3) 2023-05-29, Red-crested Cardinal (5) 2022-09-03, Red-vented Bulbul (4) 2022-09-03, Red-whiskered Bulbul (4) 2022-09-03, Saffron Finch (1) 2021-04-15, Spotted Dove (1) 2021-04-15, Warbling White-eye (4) 2023-05-29, White-rumped Shama (6) 2022-09-03, White-tailed Tropicbird (1) 2022-06-29, Zebra Dove",5,2022-09-03 +21.6555901,-158.0669867,"Brown Booby (1) 2019-07-26, Chestnut Munia (1) 2021-07-22, Common Myna (3) 2023-10-03, Common Waxbill (1) 2021-07-22, House Finch (2) 2023-10-03, House Sparrow (3) 2023-10-03, Java Sparrow (1) 2021-07-22, Northern Cardinal (1) 2023-07-26, Pacific Golden-Plover (1) 2023-07-26, Red-crested Cardinal (1) 2021-07-22, Red-footed Booby (1) 2023-07-26, Red-vented Bulbul (3) 2023-07-26, Rose-ringed Parakeet (1) 2021-07-22, Saffron Finch (1) 2023-07-26, Scaly-breasted Munia (1) 2021-07-22, Spotted Dove (1) 2023-10-03, Warbling White-eye (1) 2021-07-22, Yellow-fronted Canary (1) 2021-07-22, Zebra Dove",3,2023-10-03 +21.70921684,-157.9699687,"Bristle-thighed Curlew (1) 2019-03-29, Common Gallinule (1) 2021-02-19, Common Myna (2) 2021-02-19, Common Waxbill (1) 2021-02-19, Gray Francolin (1) 2024-01-09, House Sparrow (1) 2019-03-29, Laysan Albatross (4) 2024-01-09, Muscovy Duck (1) 2021-02-19, Northern Cardinal (1) 2021-02-19, Pacific Golden-Plover (3) 2024-01-09, Red-crested Cardinal (3) 2021-02-19, Ruddy Turnstone (1) 2019-03-29, Saffron Finch (1) 2019-03-29, Sanderling (1) 2024-01-09, Spotted Dove (2) 2024-01-09, Warbling White-eye (1) 2019-03-29, Western Cattle Egret (1) 2021-02-19, White-rumped Shama (1) 2021-02-19, Zebra Dove",3,2024-01-09 +21.27439029,-157.7899002,"Chestnut Munia (1) 2023-03-10, Common Myna (8) 2023-03-10, Common Waxbill (4) 2023-03-10, House Finch (1) 2019-01-04, House Sparrow (6) 2022-12-04, Java Sparrow (2) 2019-01-05, Pacific Golden-Plover (4) 2023-03-10, Red Junglefowl (1) 2022-12-04, Red-crested Cardinal (6) 2023-03-10, Red-vented Bulbul (8) 2023-03-18, Red-whiskered Bulbul (2) 2023-03-10, Rock Pigeon (6) 2022-12-04, Rose-ringed Parakeet (5) 2023-03-10, Saffron Finch (2) 2022-12-04, Spotted Dove (8) 2023-03-10, Warbling White-eye (3) 2020-04-10, Western Cattle Egret (2) 2022-12-04, White Tern (4) 2022-12-04, Yellow-fronted Canary (4) 2023-03-10, Zebra Dove",7,2023-03-10 +21.30113613,-157.7414826,"Apapane (4) 2024-02-08, Common Myna (3) 2023-04-03, Common Waxbill (5) 2023-09-26, House Finch (11) 2024-02-08, House Sparrow (2) 2023-04-03, Japanese Bush Warbler (2) 2023-09-26, Northern Cardinal (9) 2024-02-08, Oahu Amakihi (9) 2024-02-08, Oahu Elepaio (7) 2024-02-08, Pacific Golden-Plover (2) 2023-09-26, Red-billed Leiothrix (9) 2024-02-08, Red-crested Cardinal (7) 2023-05-24, Red-vented Bulbul (12) 2024-02-08, Red-whiskered Bulbul (8) 2024-02-08, Spotted Dove (8) 2023-09-26, Warbling White-eye (12) 2024-02-08, White Tern (3) 2023-09-26, White-rumped Shama (13) 2024-02-08, White-tailed Tropicbird (1) 2022-03-12, Zebra Dove",10,2023-09-26 +21.30099067,-157.7222051,"Apapane (1) 2019-02-03, Common Myna (1) 2019-10-31, Common Waxbill (3) 2024-02-29, House Finch (2) 2023-05-29, Japanese Bush Warbler (1) 2020-07-11, Feral Mallard (1) 2019-10-31, Northern Cardinal (5) 2024-02-29, Oahu Amakihi (4) 2023-10-27, Oahu Elepaio (2) 2022-02-09, Pacific Golden-Plover (3) 2023-10-27, Red-billed Leiothrix (9) 2024-02-29, Red-crested Cardinal (4) 2023-05-29, Red-masked Parakeet (1) 2023-05-29, Red-vented Bulbul (11) 2024-02-29, Red-whiskered Bulbul (5) 2024-02-29, Spotted Dove (8) 2024-02-29, Warbling White-eye (6) 2023-10-27, White-rumped Shama (11) 2024-02-29, Yellow-faced Grassquit (1) 2020-07-11, Zebra Dove",8,2024-02-29 +21.32095071,-158.0016281,"Black-crowned Night Heron (2) 2019-07-06, Black-necked Stilt (2) 2019-07-06, Chestnut Munia (2) 2019-07-06, Common Gallinule (1) 2019-07-06, Common Myna (2) 2019-07-06, Common Waxbill (2) 2019-07-06, Hawaiian Coot (2) 2019-07-06, House Finch (1) 2019-07-04, House Sparrow (2) 2019-07-06, Feral Mallard (1) 2019-07-04, Northern Cardinal (2) 2019-07-06, Red-crested Cardinal (2) 2019-07-06, Red-vented Bulbul (2) 2019-07-06, Red-whiskered Bulbul (2) 2019-07-06, Saffron Finch (2) 2019-07-06, Spotted Dove (2) 2019-07-06, Warbling White-eye (2) 2019-07-06, Western Cattle Egret (2) 2019-07-06, White-rumped Shama (2) 2019-07-06, Zebra Dove",2,2019-07-06 +21.32015915,-157.8762952,"Black-necked Stilt (3) 2023-04-23, Brown Booby (1) 2022-03-26, Common Myna (4) 2023-11-06, Common Waxbill (1) 2023-11-06, Great Frigatebird (1) 2019-05-30, House Finch (1) 2022-05-24, House Sparrow (3) 2023-11-06, Java Sparrow (1) 2024-02-18, Laughing Gull (1) 2022-04-18, Pacific Golden-Plover (1) 2023-11-06, Red Junglefowl (1) 2023-11-06, Red-crested Cardinal (3) 2022-05-24, Red-vented Bulbul (1) 2023-03-03, Rock Pigeon (1) 2023-03-03, Semipalmated Plover (1) 2023-11-07, Sooty Tern (1) 2022-03-26, Spotted Dove (4) 2023-03-03, Western Cattle Egret (1) 2022-05-24, White Tern (4) 2023-03-03, Zebra Dove",5,2023-11-06 +21.3300985,-158.0208508,"Black-crowned Night Heron (1) 2020-03-10, Black-necked Stilt (1) 2020-03-10, Bristle-thighed Curlew (1) 2019-03-19, Common Myna (6) 2023-12-19, Common Waxbill (2) 2019-03-13, House Sparrow (2) 2019-03-13, Japanese Bush Warbler (1) 2023-12-19, Laughing Gull (1) 2020-03-10, Feral Mallard (1) 2020-03-10, Pacific Golden-Plover (1) 2020-03-10, Red-vented Bulbul (4) 2023-12-19, Red-whiskered Bulbul (5) 2023-12-19, Rock Pigeon (3) 2020-03-10, Saffron Finch (1) 2020-03-10, Spotted Dove (3) 2023-12-19, Warbling White-eye (4) 2019-03-13, Western Cattle Egret (2) 2019-03-13, Yellow-fronted Canary (2) 2019-03-13, Zebra Dove",6,2023-12-19 +21.3475765,-157.9243019,"Black-crowned Night Heron (2) 2022-12-01, Black-necked Stilt (2) 2022-12-01, Chestnut Munia (2) 2021-09-20, Common Myna (10) 2022-12-01, Common Waxbill (2) 2022-12-01, House Sparrow (3) 2021-12-20, Java Sparrow (2) 2021-09-20, Feral Mallard (1) 2022-12-01, Northern Cardinal (1) 2022-04-20, Pacific Golden-Plover (5) 2022-12-01, Red-crested Cardinal (6) 2022-12-01, Red-vented Bulbul (9) 2022-12-01, Rock Pigeon (1) 2021-12-20, Rose-ringed Parakeet (2) 2022-12-01, Spotted Dove (6) 2022-12-01, Warbling White-eye (4) 2022-08-24, Western Cattle Egret (5) 2022-12-01, White Tern (2) 2022-04-20, Yellow-fronted Canary (1) 2022-08-16, Zebra Dove",11,2022-12-01 +21.34732402,-157.8857312,"Cackling Goose (1) 2020-10-17, Common Myna (3) 2022-12-26, House Finch (1) 2022-12-26, House Sparrow (1) 2022-12-26, Java Sparrow (1) 2022-12-18, Feral Mallard (2) 2022-12-26, Northern Cardinal (1) 2022-12-26, Pacific Golden-Plover (3) 2022-12-26, Red Avadavat (1) 2022-12-26, Red-crested Cardinal (2) 2022-12-26, Red-vented Bulbul (2) 2022-12-26, Red-whiskered Bulbul (1) 2022-12-26, Rose-ringed Parakeet (2) 2022-12-26, Saffron Finch (2) 2022-12-26, Scaly-breasted Munia (1) 2022-12-18, Spotted Dove (2) 2022-12-26, Warbling White-eye (2) 2022-12-26, Western Cattle Egret (3) 2022-12-26, Yellow-fronted Canary (2) 2022-12-26, Zebra Dove",2,2022-12-26 +21.35616299,-157.8567336,"Chestnut Munia (3) 2020-08-09, Common Myna (1) 2021-10-31, Common Waxbill (2) 2020-08-09, House Finch (3) 2020-08-09, Java Sparrow (1) 2019-07-17, Northern Cardinal (3) 2020-08-09, Oahu Amakihi (3) 2020-08-09, Pacific Golden-Plover (1) 2021-10-31, Red-billed Leiothrix (3) 2020-08-09, Red-crested Cardinal (4) 2021-10-31, Red-vented Bulbul (3) 2020-08-09, Red-whiskered Bulbul (1) 2019-07-17, Rose-ringed Parakeet (2) 2020-08-09, Spotted Dove (4) 2020-08-09, Warbling White-eye (3) 2020-08-09, Western Cattle Egret (1) 2019-07-17, White-rumped Shama (2) 2020-08-09, White-tailed Tropicbird (3) 2023-09-16, Yellow-fronted Canary (2) 2020-08-09, Zebra Dove",3,2020-08-09 +21.36661894,-158.0881213,"Common Myna (4) 2024-02-12, Common Waxbill (2) 2019-11-01, Gray Francolin (2) 2019-11-01, House Finch (5) 2024-02-12, Java Sparrow (4) 2022-01-01, Kalij Pheasant (2) 2019-11-01, Northern Cardinal (3) 2022-01-01, Oahu Amakihi (2) 2019-11-01, Oahu Elepaio (2) 2019-11-01, Pacific Golden-Plover (5) 2024-02-12, Red-billed Leiothrix (2) 2019-11-01, Red-crested Cardinal (8) 2024-02-12, Red-vented Bulbul (4) 2019-12-26, Rock Pigeon (1) 2019-11-02, Saffron Finch (3) 2024-02-12, Spotted Dove (5) 2022-01-01, Warbling White-eye (3) 2019-12-26, Western Cattle Egret (2) 2019-11-02, White-rumped Shama (2) 2019-11-01, Zebra Dove",3,2024-02-12 +21.38474187,-158.0976553,"Common Myna (5) 2022-12-16, Common Waxbill (3) 2019-12-27, Erckel's Spurfowl (1) 2019-11-22, House Finch (3) 2022-12-16, Japanese Bush Warbler (1) 2019-01-23, Kalij Pheasant (3) 2022-12-16, Northern Cardinal (1) 2024-02-12, Oahu Amakihi (3) 2022-12-16, Oahu Elepaio (2) 2024-02-12, Pacific Golden-Plover (1) 2019-11-22, Red-billed Leiothrix (4) 2022-12-16, Red-crested Cardinal (6) 2022-12-16, Red-vented Bulbul (4) 2022-12-16, Red-whiskered Bulbul (4) 2022-12-16, Scaly-breasted Munia (1) 2019-11-22, Spotted Dove (5) 2022-12-16, Warbling White-eye (7) 2024-02-12, White-rumped Shama (2) 2024-02-12, Yellow-faced Grassquit (5) 2022-12-16, Zebra Dove",6,2022-12-16 +21.38371026,-157.9240378,"Chestnut Munia (31) 2023-12-03, Common Myna (30) 2024-02-18, Common Waxbill (7) 2023-01-03, House Finch (11) 2023-06-03, House Sparrow (3) 2023-12-03, Java Sparrow (11) 2023-06-17, Northern Cardinal (20) 2023-06-17, Pacific Golden-Plover (20) 2024-02-28, Red Junglefowl (11) 2024-02-18, Red-crested Cardinal (16) 2024-01-12, Red-vented Bulbul (12) 2024-01-14, Red-whiskered Bulbul (2) 2019-03-01, Rock Pigeon (1) 2023-04-01, Rose-ringed Parakeet (8) 2023-05-06, Saffron Finch (24) 2024-02-18, Spotted Dove (19) 2024-02-18, Warbling White-eye (3) 2023-05-06, Western Cattle Egret (8) 2024-02-28, White-rumped Shama (1) 2023-04-01, Zebra Dove",35,2024-02-18 +21.38264807,-157.7697212,"Chestnut Munia (1) 2021-01-16, Chinese Hwamei (2) 2021-01-16, Common Myna (5) 2022-08-10, Common Waxbill (3) 2021-02-12, House Finch (3) 2021-02-12, House Sparrow (1) 2021-01-16, Feral Mallard (1) 2022-06-11, Northern Cardinal (1) 2021-01-16, Pacific Golden-Plover (3) 2021-02-12, Red Junglefowl (2) 2021-01-16, Red-crested Cardinal (2) 2022-08-10, Red-vented Bulbul (2) 2021-01-16, Red-whiskered Bulbul (4) 2022-06-11, Rock Pigeon (4) 2022-06-11, Spotted Dove (3) 2022-06-11, Warbling White-eye (3) 2022-08-10, Western Cattle Egret (3) 2021-02-12, White-rumped Shama (2) 2021-02-12, Zebra Dove",3,2022-08-10 +21.40960484,-157.750202,"Common Myna (5) 2024-02-18, House Finch (1) 2022-02-28, House Sparrow (2) 2023-09-20, Java Sparrow (5) 2022-02-28, Feral Mallard (1) 2022-02-28, Northern Cardinal (2) 2023-09-20, Northern Mockingbird (1) 2019-12-22, Pacific Golden-Plover (1) 2022-02-28, Red Junglefowl (1) 2022-04-28, Red-crested Cardinal (3) 2022-02-28, Red-vented Bulbul (1) 2024-02-18, Red-whiskered Bulbul (2) 2024-02-18, Rock Pigeon (2) 2022-02-28, Spotted Dove (3) 2023-09-20, Warbling White-eye (1) 2019-12-22, Wedge-tailed Shearwater (1) 2020-09-04, Western Cattle Egret (2) 2024-02-17, White-rumped Shama (2) 2022-02-28, Zebra Dove",3,2024-02-18 +21.42809301,-157.8079329,"Black-crowned Night Heron (1) 2019-02-19, Black-necked Stilt (3) 2024-01-04, Chestnut Munia (2) 2024-02-19, Common Myna (8) 2024-02-16, Common Waxbill (4) 2024-02-19, House Finch (3) 2024-02-19, House Sparrow (7) 2024-02-19, Java Sparrow (2) 2024-02-19, Feral Mallard (1) 2019-02-19, Northern Cardinal (5) 2024-02-16, Pacific Golden-Plover (6) 2024-01-04, Red-crested Cardinal (7) 2024-02-19, Red-vented Bulbul (7) 2024-02-16, Red-whiskered Bulbul (4) 2024-02-16, Rock Pigeon (3) 2023-02-17, Spotted Dove (8) 2024-02-19, Warbling White-eye (1) 2024-02-16, Western Cattle Egret (5) 2024-02-19, White-rumped Shama (2) 2022-02-19, Zebra Dove",9,2024-02-19 +21.43833279,-157.9911819,"Chestnut Munia (1) 2021-01-02, Common Myna (4) 2022-08-06, Common Waxbill (2) 2021-01-02, House Finch (1) 2019-04-14, House Sparrow (1) 2019-02-17, Northern Cardinal (1) 2019-04-14, Pacific Golden-Plover (2) 2019-04-14, Red-billed Leiothrix (1) 2019-04-14, Red-crested Cardinal (3) 2021-01-02, Red-crowned Parrot (7) 2024-02-08, Red-vented Bulbul (2) 2022-08-06, Red-whiskered Bulbul (2) 2022-08-06, Rock Pigeon (2) 2021-01-02, Rose-ringed Parakeet (4) 2022-08-06, Scaly-breasted Munia (1) 2021-01-02, Spotted Dove (3) 2021-01-02, Warbling White-eye (2) 2021-01-02, Western Cattle Egret (2) 2021-01-02, White-rumped Shama (1) 2019-04-14, Zebra Dove",3,2021-01-02 +21.44827612,-158.155165,"Black Francolin (1) 2019-05-31, Black-necked Stilt (1) 2019-05-31, Chestnut Munia (1) 2019-05-31, Common Myna (3) 2023-09-20, Common Waxbill (3) 2023-09-20, Eurasian Skylark (1) 2019-05-31, Gray Francolin (2) 2022-02-28, House Finch (1) 2022-02-28, Northern Cardinal (1) 2022-02-28, Northern Mockingbird (1) 2019-05-31, Pacific Golden-Plover (1) 2023-09-20, Red-crested Cardinal (4) 2023-09-20, Red-vented Bulbul (1) 2019-05-31, Saffron Finch (1) 2022-02-28, Short-eared Owl (3) 2021-05-05, Spotted Dove (4) 2023-09-20, Warbling White-eye (1) 2019-05-31, Western Cattle Egret (3) 2023-09-20, White-rumped Shama (1) 2019-05-31, Zebra Dove",4,2023-09-20 +21.45491201,-157.7691156,"Barn Owl (3) 2021-05-01, Chestnut Munia (3) 2022-07-27, Common Myna (19) 2023-01-19, Common Waxbill (17) 2023-01-19, Gray Francolin (15) 2023-01-19, House Finch (24) 2023-01-19, Feral Mallard (1) 2022-03-30, Northern Cardinal (19) 2023-01-19, Pacific Golden-Plover (20) 2023-01-19, Red-crested Cardinal (16) 2022-12-21, Red-vented Bulbul (20) 2022-11-30, Red-whiskered Bulbul (3) 2023-05-12, Saffron Finch (1) 2022-06-02, Sanderling (1) 2022-09-17, Scaly-breasted Munia (1) 2022-06-29, Spotted Dove (12) 2022-12-21, Warbling White-eye (5) 2022-09-21, Western Cattle Egret (11) 2022-12-21, White-rumped Shama (13) 2023-01-19, Zebra Dove",21,2023-01-19 +21.49293064,-158.0583763,"Chestnut Munia (1) 2021-06-08, Common Myna (10) 2024-02-26, Common Waxbill (3) 2023-02-22, House Finch (4) 2022-01-03, House Sparrow (1) 2022-01-03, Java Sparrow (7) 2023-08-20, Northern Cardinal (10) 2023-10-26, Pacific Golden-Plover (9) 2024-02-26, Red Junglefowl (13) 2023-12-19, Red-crested Cardinal (12) 2023-12-19, Red-vented Bulbul (7) 2023-08-20, Red-whiskered Bulbul (1) 2020-02-24, Rose-ringed Parakeet (6) 2024-01-26, Saffron Finch (13) 2023-12-21, Spotted Dove (6) 2023-12-19, Warbling White-eye (5) 2023-12-19, Western Cattle Egret (4) 2023-08-20, White-rumped Shama (3) 2023-08-20, Yellow-fronted Canary (1) 2023-02-24, Zebra Dove",7,2023-12-21 +21.53880981,-158.1932663,"Apapane (6) 2021-08-08, Barn Owl (1) 2021-07-08, Chinese Hwamei (1) 2021-07-08, Common Myna (2) 2021-08-08, Common Waxbill (3) 2021-08-08, Erckel's Spurfowl (3) 2021-08-08, Indian Peafowl (3) 2021-05-11, Japanese Bush Warbler (7) 2021-07-08, Kalij Pheasant (2) 2021-07-08, Northern Cardinal (1) 2021-07-08, Oahu Amakihi (4) 2021-07-08, Red-billed Leiothrix (10) 2021-08-08, Red-vented Bulbul (9) 2021-08-08, Red-whiskered Bulbul (4) 2021-08-10, Spotted Dove (4) 2021-08-08, Warbling White-eye (8) 2021-08-08, White-rumped Shama (6) 2021-08-08, White-tailed Tropicbird (3) 2021-05-11, Yellow-faced Grassquit (1) 2021-07-08, Zebra Dove",2,2021-08-08 +21.53825998,-158.0870521,"Black Francolin (2) 2022-06-21, Common Myna (26) 2022-12-27, Common Waxbill (12) 2022-12-27, Gray Francolin (7) 2022-12-27, House Finch (22) 2022-12-27, Java Sparrow (2) 2022-09-19, Northern Cardinal (10) 2022-09-21, Pacific Golden-Plover (1) 2021-03-22, Red-billed Leiothrix (3) 2022-11-14, Red-crested Cardinal (15) 2022-12-27, Red-vented Bulbul (23) 2022-11-28, Red-whiskered Bulbul (10) 2022-10-31, Rose-ringed Parakeet (1) 2022-04-24, Saffron Finch (6) 2022-12-27, Spotted Dove (13) 2022-12-27, Wandering Tattler (1) 2021-03-22, Warbling White-eye (13) 2022-12-27, Western Cattle Egret (2) 2022-07-25, White-rumped Shama (2) 2022-09-21, Zebra Dove",25,2022-12-27 +21.56557068,-158.1255121,"Black Francolin (7) 2022-05-23, Chestnut Munia (2) 2022-07-05, Common Myna (17) 2022-07-25, Common Waxbill (6) 2022-06-13, Gray Francolin (3) 2022-07-18, House Finch (9) 2022-07-25, House Sparrow (7) 2022-07-11, Indian Peafowl (2) 2022-05-16, Northern Cardinal (5) 2022-06-27, Pacific Golden-Plover (2) 2021-12-10, Red Avadavat (6) 2022-06-13, Red Junglefowl (1) 2021-12-10, Red-crested Cardinal (3) 2022-06-27, Red-vented Bulbul (16) 2022-07-25, Red-whiskered Bulbul (2) 2024-01-06, Saffron Finch (6) 2023-05-20, Spotted Dove (14) 2022-07-25, Warbling White-eye (5) 2022-07-05, Yellow-fronted Canary (1) 2021-12-10, Zebra Dove",16,2022-07-25 +21.57460445,-158.1254578,"Chestnut Munia (1) 2024-01-13, Common Myna (7) 2024-01-13, Common Waxbill (1) 2019-12-26, House Finch (4) 2024-01-13, House Sparrow (4) 2024-01-13, Java Sparrow (2) 2024-01-13, Northern Cardinal (4) 2020-01-06, Pacific Golden-Plover (2) 2024-01-13, Red Junglefowl (3) 2024-01-13, Red-billed Leiothrix (1) 2024-01-13, Red-crested Cardinal (5) 2024-01-13, Red-vented Bulbul (6) 2024-01-13, Red-whiskered Bulbul (4) 2020-03-23, Rock Pigeon (3) 2024-01-13, Saffron Finch (10) 2024-01-13, Scaly-breasted Munia (3) 2024-01-13, Spotted Dove (5) 2020-03-23, Warbling White-eye (4) 2020-01-06, Western Cattle Egret (6) 2024-01-13, Zebra Dove",6,2024-01-13 +21.582192,-157.8839431,"Chestnut Munia (8) 2020-08-08, Common Myna (28) 2024-02-14, Common Waxbill (9) 2020-02-29, Glaucous-winged Gull (38) 2022-01-06, House Finch (2) 2022-04-12, House Sparrow (4) 2020-07-18, Indian Peafowl (3) 2023-11-02, Laughing Gull (2) 2020-01-26, Pacific Golden-Plover (66) 2024-02-14, Red Avadavat (1) 2021-03-09, Red-crested Cardinal (15) 2022-04-19, Red-vented Bulbul (2) 2020-06-20, Ruddy Turnstone (66) 2024-02-14, Saffron Finch (1) 2022-08-09, Sanderling (44) 2024-02-14, Spotted Dove (6) 2020-03-16, Wandering Tattler (70) 2023-03-12, Warbling White-eye (3) 2024-01-19, Western Cattle Egret (8) 2024-01-19, Zebra Dove",31,2024-02-14 +21.64639359,-158.038057,"Blue-crowned Parakeet (2) 2023-02-12, Common Myna (6) 2023-11-16, Common Waxbill (3) 2023-11-16, House Finch (3) 2023-11-16, House Sparrow (1) 2023-11-16, Java Sparrow (3) 2023-11-16, Northern Cardinal (5) 2023-11-16, Pacific Golden-Plover (4) 2023-11-16, Red Junglefowl (1) 2023-11-16, Red-billed Leiothrix (2) 2023-11-16, Red-crested Cardinal (5) 2023-11-16, Red-vented Bulbul (4) 2023-11-16, Red-whiskered Bulbul (6) 2023-11-16, Saffron Finch (1) 2023-02-19, Short-eared Owl (1) 2021-02-14, Spotted Dove (5) 2023-11-16, Warbling White-eye (2) 2023-11-16, Western Cattle Egret (2) 2023-02-19, White-rumped Shama (4) 2023-11-16, Zebra Dove",7,2023-11-16 +21.69138977,-158.0087597,"Chestnut Munia (1) 2023-09-18, Common Myna (11) 2024-01-17, Common Waxbill (5) 2022-04-18, Great Frigatebird (2) 2022-03-22, House Finch (3) 2022-04-18, Java Sparrow (2) 2023-12-27, Northern Cardinal (2) 2022-04-18, Pacific Golden-Plover (9) 2024-01-17, Red Junglefowl (2) 2023-12-27, Red-billed Leiothrix (4) 2023-11-08, Red-crested Cardinal (14) 2024-01-17, Red-vented Bulbul (11) 2024-01-17, Red-whiskered Bulbul (6) 2023-11-08, Saffron Finch (2) 2024-01-17, Spotted Dove (8) 2024-01-17, Wandering Tattler (5) 2023-11-08, Warbling White-eye (3) 2022-04-18, Western Cattle Egret (5) 2024-01-17, White-rumped Shama (8) 2023-11-08, Zebra Dove",13,2024-01-17 +21.28335401,-157.7801881,"Common Myna (10) 2024-02-28, Common Waxbill (3) 2024-02-28, House Finch (6) 2024-02-28, House Sparrow (1) 2020-07-26, Java Sparrow (4) 2023-09-23, Northern Cardinal (3) 2024-02-28, Northern Mockingbird (2) 2024-02-28, Pacific Golden-Plover (1) 2024-02-28, Red Junglefowl (1) 2020-07-26, Red-crested Cardinal (4) 2024-02-28, Red-vented Bulbul (8) 2024-02-28, Red-whiskered Bulbul (3) 2023-10-20, Rock Pigeon (1) 2020-07-26, Rose-ringed Parakeet (1) 2020-07-26, Scaly-breasted Munia (1) 2024-01-13, Spotted Dove (8) 2024-02-28, Warbling White-eye (4) 2024-01-13, Western Cattle Egret (4) 2024-02-18, White Tern (1) 2020-07-26, Yellow-fronted Canary (1) 2023-10-14, Zebra Dove",9,2024-02-28 +21.28277703,-157.7030862,"Common Myna (24) 2024-02-22, Common Waxbill (1) 2019-12-31, House Finch (3) 2021-04-23, House Sparrow (18) 2023-12-23, Indian Peafowl (1) 2019-12-31, Java Sparrow (2) 2021-10-18, Feral Mallard (1) 2021-04-23, Feral Mallard (11) 2024-03-31, Muscovy Duck (6) 2023-09-30, Pacific Golden-Plover (4) 2022-04-12, Red Junglefowl (3) 2023-12-23, Red-crested Cardinal (18) 2023-12-23, Red-vented Bulbul (18) 2023-12-23, Rock Pigeon (11) 2023-03-31, Saffron Finch (1) 2019-12-31, Spotted Dove (23) 2023-09-30, Western Cattle Egret (15) 2023-03-31, White Tern (11) 2023-09-30, White-rumped Shama (2) 2021-09-03, Zebra Dove",22,2023-12-23 +21.29272983,-157.8283072,"Common Myna (21) 2024-01-14, Common Waxbill (1) 2019-04-13, Hawaiian Coot (1) 2019-01-24, House Finch (2) 2023-12-17, House Sparrow (18) 2023-12-17, Java Sparrow (7) 2022-12-26, Feral Mallard (1) 2019-01-24, Pacific Golden-Plover (3) 2023-12-17, Red Junglefowl (3) 2023-12-17, Red-crested Cardinal (4) 2023-12-17, Red-masked Parakeet (2) 2019-12-15, Red-vented Bulbul (16) 2023-03-30, Rock Pigeon (19) 2023-12-17, Rose-ringed Parakeet (1) 2019-12-15, Saffron Finch (4) 2023-06-21, Spotted Dove (20) 2023-12-17, Warbling White-eye (6) 2023-12-17, Western Cattle Egret (7) 2023-12-17, White Tern (17) 2023-12-17, Yellow-fronted Canary (1) 2023-12-17, Zebra Dove",15,2023-12-17 +21.30054057,-157.6643732,"Chestnut Munia (2) 2022-08-26, Common Myna (15) 2024-01-23, Common Waxbill (4) 2024-01-23, Great Frigatebird (9) 2022-05-28, House Finch (4) 2023-12-07, House Sparrow (1) 2022-01-17, Java Sparrow (2) 2023-12-07, Pacific Golden-Plover (6) 2024-01-23, Red Junglefowl (1) 2022-01-17, Red-crested Cardinal (7) 2023-07-14, Red-footed Booby (1) 2022-05-28, Red-vented Bulbul (9) 2023-12-07, Red-whiskered Bulbul (2) 2023-12-07, Saffron Finch (1) 2023-12-07, Spotted Dove (10) 2023-12-07, Warbling White-eye (1) 2022-01-17, Wedge-tailed Shearwater (1) 2022-05-28, Western Cattle Egret (6) 2023-12-07, White-rumped Shama (3) 2024-01-23, Yellow-fronted Canary (3) 2023-12-07, Zebra Dove",13,2024-01-23 +21.31106105,-157.8667238,"Common Myna (13) 2023-10-27, Common Waxbill (2) 2019-03-06, Great Frigatebird (1) 2020-09-29, House Finch (6) 2023-03-20, House Sparrow (12) 2024-02-13, Java Sparrow (3) 2023-10-27, Feral Mallard (3) 2022-01-01, Pacific Golden-Plover (3) 2020-03-03, Red-crested Cardinal (6) 2023-10-27, Red-vented Bulbul (4) 2022-03-22, Rock Pigeon (8) 2023-11-23, Rose-ringed Parakeet (2) 2020-07-13, Saffron Finch (1) 2022-05-20, Spotted Dove (12) 2024-02-13, Warbling White-eye (1) 2020-09-29, Western Cattle Egret (6) 2024-01-20, White Tern (22) 2023-12-02, White-rumped Shama (1) 2019-06-19, Yellow-fronted Canary (2) 2020-07-13, Zebra Dove",17,2024-02-13 +21.32059829,-157.9437814,"African Silverbill (1) 2022-02-05, Black-necked Stilt (2) 2022-01-17, Common Myna (7) 2022-06-12, Eurasian Skylark (2) 2022-02-05, House Finch (5) 2022-06-12, House Sparrow (4) 2022-02-11, Feral Mallard (1) 2022-01-17, Northern Cardinal (4) 2022-02-10, Pacific Golden-Plover (9) 2023-09-13, Red Junglefowl (1) 2022-02-05, Red-crested Cardinal (7) 2023-09-13, Red-vented Bulbul (5) 2022-06-12, Ruddy Turnstone (1) 2019-02-15, Saffron Finch (2) 2022-02-05, Spotted Dove (5) 2022-06-12, Wandering Tattler (1) 2019-02-15, Warbling White-eye (1) 2022-02-05, Western Cattle Egret (7) 2023-09-13, White Tern (1) 2022-06-12, Yellow-fronted Canary (2) 2022-06-12, Zebra Dove",7,2023-09-13 +21.31976247,-157.8184515,"Chestnut Munia (26) 2021-11-07, Common Myna (10) 2023-02-23, Common Waxbill (32) 2023-01-08, House Finch (12) 2023-12-31, House Sparrow (1) 2020-12-20, Northern Cardinal (13) 2024-02-17, Oahu Amakihi (22) 2022-01-22, Pacific Golden-Plover (9) 2023-02-23, Red Junglefowl (19) 2024-02-17, Red-billed Leiothrix (21) 2023-12-31, Red-crested Cardinal (10) 2023-02-23, Red-vented Bulbul (33) 2024-02-17, Red-whiskered Bulbul (17) 2024-02-17, Rose-ringed Parakeet (9) 2024-02-17, Scaly-breasted Munia (3) 2020-12-20, Spotted Dove (11) 2023-02-23, Warbling White-eye (22) 2024-02-17, White Tern (2) 2021-04-14, White-rumped Shama (38) 2024-02-17, Yellow-fronted Canary (1) 2020-01-18, Zebra Dove",27,2023-02-23 +21.32899669,-157.8473028,"Chestnut Munia (1) 2021-08-02, Common Myna (5) 2023-12-25, House Sparrow (4) 2023-12-25, Java Sparrow (2) 2023-12-25, Feral Mallard (2) 2023-12-25, Northern Cardinal (1) 2022-07-16, Pacific Golden-Plover (2) 2023-12-25, Red-crested Cardinal (4) 2023-12-25, Red-vented Bulbul (4) 2023-12-25, Red-whiskered Bulbul (1) 2022-07-16, Rock Pigeon (1) 2022-07-16, Rose-ringed Parakeet (7) 2023-12-25, Saffron Finch (1) 2022-07-16, Spotted Dove (5) 2023-12-25, Warbling White-eye (2) 2023-08-09, Western Cattle Egret (3) 2023-12-25, White Tern (1) 2021-08-02, White-rumped Shama (2) 2023-12-25, Yellow-fronted Canary (3) 2023-06-03, Zebra Dove",4,2023-12-25 +21.33924399,-158.0400758,"African Silverbill (2) 2022-06-06, Chestnut Munia (2) 2022-06-06, Common Myna (4) 2022-06-06, Common Waxbill (3) 2022-06-06, House Finch (3) 2022-06-06, House Sparrow (2) 2022-06-06, Java Sparrow (4) 2022-06-06, Northern Cardinal (1) 2022-06-06, Northern Mockingbird (1) 2022-04-05, Pacific Golden-Plover (3) 2022-04-05, Red Junglefowl (1) 2022-04-05, Red-crested Cardinal (3) 2022-06-06, Red-vented Bulbul (3) 2022-06-06, Red-whiskered Bulbul (1) 2022-06-06, Rose-ringed Parakeet (2) 2022-06-06, Saffron Finch (3) 2022-06-06, Spotted Dove (3) 2022-06-06, Warbling White-eye (1) 2022-06-06, Western Cattle Egret (4) 2022-06-06, Yellow-fronted Canary (1) 2022-06-06, Zebra Dove",4,2022-06-06 +21.33704868,-157.712251,"Black-necked Stilt (1) 2021-08-10, Chestnut Munia (8) 2022-12-29, Chinese Hwamei (1) 2021-08-10, Common Myna (28) 2022-12-29, Common Waxbill (25) 2022-12-29, Gray Francolin (9) 2022-08-24, House Finch (14) 2022-12-21, Java Sparrow (3) 2022-12-14, Northern Cardinal (11) 2022-12-21, Pacific Golden-Plover (15) 2022-12-29, Red-crested Cardinal (27) 2022-12-29, Red-vented Bulbul (16) 2022-12-14, Red-whiskered Bulbul (18) 2022-12-29, Rock Pigeon (1) 2021-08-10, Rose-ringed Parakeet (5) 2022-12-29, Scaly-breasted Munia (8) 2022-08-24, Spotted Dove (28) 2022-12-29, Warbling White-eye (14) 2022-12-21, Western Cattle Egret (29) 2022-12-29, White-rumped Shama (2) 2022-11-30, Zebra Dove",29,2022-12-29 +21.36451084,-157.7602289,"Black-crowned Night Heron (1) 2023-02-18, Chestnut Munia (2) 2023-08-04, Common Myna (3) 2023-08-04, Common Waxbill (2) 2023-08-04, House Finch (1) 2021-05-30, Feral Mallard (1) 2023-02-17, Northern Cardinal (1) 2023-02-17, Northern Mockingbird (2) 2023-02-18, Pacific Golden-Plover (1) 2023-02-18, Red Junglefowl (1) 2023-08-04, Red-billed Leiothrix (3) 2023-08-04, Red-crested Cardinal (3) 2023-08-04, Red-vented Bulbul (3) 2023-08-04, Red-whiskered Bulbul (4) 2023-08-04, Spotted Dove (4) 2023-08-04, Warbling White-eye (3) 2023-08-04, Western Cattle Egret (3) 2023-08-04, White Tern (1) 2023-08-04, White-rumped Shama (4) 2023-08-04, White-tailed Tropicbird (1) 2023-08-04, Zebra Dove",3,2023-08-04 +21.38364793,-157.9143927,"Chestnut Munia (11) 2023-04-22, Common Myna (16) 2024-02-24, Common Waxbill (4) 2022-06-28, House Finch (11) 2024-01-11, House Sparrow (2) 2024-02-24, Java Sparrow (10) 2024-02-24, Northern Cardinal (5) 2023-04-22, Pacific Golden-Plover (2) 2024-02-24, Red-crested Cardinal (9) 2024-01-11, Red-vented Bulbul (13) 2024-01-10, Red-whiskered Bulbul (7) 2024-02-24, Rose-ringed Parakeet (3) 2023-04-22, Saffron Finch (3) 2023-12-16, Scaly-breasted Munia (2) 2023-04-22, Spotted Dove (14) 2024-02-24, Warbling White-eye (5) 2024-02-24, Western Cattle Egret (6) 2023-04-22, White Tern (1) 2022-06-18, White-rumped Shama (2) 2022-04-11, Yellow-fronted Canary (1) 2022-06-28, Zebra Dove",14,2024-02-24 +21.38285791,-157.7986548,"Chestnut Munia (2) 2023-05-30, Common Myna (5) 2023-05-30, Common Waxbill (3) 2023-05-30, House Finch (1) 2020-01-28, House Sparrow (2) 2022-03-24, Northern Cardinal (1) 2020-02-03, Northern Mockingbird (1) 2020-02-03, Pacific Golden-Plover (3) 2022-03-24, Red Junglefowl (2) 2022-03-24, Red-billed Leiothrix (1) 2021-06-08, Red-crested Cardinal (5) 2023-05-30, Red-masked Parakeet (1) 2020-02-03, Red-vented Bulbul (5) 2023-05-30, Red-whiskered Bulbul (5) 2023-02-01, Rose-ringed Parakeet (1) 2020-02-03, Spotted Dove (4) 2023-05-30, Warbling White-eye (3) 2023-02-01, Western Cattle Egret (2) 2022-03-24, White Tern (1) 2020-02-03, White-rumped Shama (4) 2023-05-30, Zebra Dove",6,2023-05-30 +21.38228727,-157.7214997,"Black-necked Stilt (2) 2023-08-26, Common Gallinule (1) 2019-12-02, Common Myna (16) 2023-08-26, Common Waxbill (3) 2021-07-08, Great Frigatebird (5) 2023-09-07, House Finch (9) 2023-10-20, House Sparrow (2) 2023-10-20, Japanese Bush Warbler (2) 2020-05-31, Java Sparrow (10) 2023-08-26, Northern Cardinal (7) 2024-01-09, Pacific Golden-Plover (4) 2020-01-26, Red-crested Cardinal (13) 2023-08-26, Red-vented Bulbul (18) 2023-10-20, Red-whiskered Bulbul (8) 2022-02-21, Rock Pigeon (10) 2022-02-21, Rose-ringed Parakeet (3) 2023-08-26, Spotted Dove (12) 2023-08-26, Warbling White-eye (5) 2022-02-21, Western Cattle Egret (8) 2023-08-26, White-rumped Shama (6) 2022-01-01, Zebra Dove",17,2023-10-20 +21.39189111,-157.7985809,"Chestnut Munia (13) 2023-07-20, Common Myna (12) 2023-03-12, Common Waxbill (2) 2020-01-01, House Finch (4) 2022-07-23, House Sparrow (2) 2022-07-23, Java Sparrow (2) 2020-01-01, Northern Cardinal (2) 2019-04-28, Pacific Golden-Plover (9) 2023-03-12, Red Junglefowl (9) 2023-03-12, Red-billed Leiothrix (2) 2023-03-12, Red-crested Cardinal (12) 2023-03-12, Red-vented Bulbul (9) 2023-03-12, Red-whiskered Bulbul (4) 2023-03-12, Rock Pigeon (11) 2023-03-12, Ruddy Turnstone (6) 2023-03-07, Scaly-breasted Munia (2) 2022-08-20, Spotted Dove (7) 2023-03-12, Warbling White-eye (3) 2023-03-12, Western Cattle Egret (11) 2023-03-12, White-rumped Shama (2) 2022-07-23, Zebra Dove",9,2023-03-12 +21.40236919,-158.0203696,"Common Myna (34) 2022-11-21, Common Waxbill (7) 2022-09-26, Gray Francolin (5) 2022-10-26, House Finch (14) 2022-11-07, House Sparrow (2) 2021-07-06, Java Sparrow (9) 2022-11-21, Northern Cardinal (1) 2021-05-10, Pacific Golden-Plover (21) 2022-11-07, Red Avadavat (1) 2021-06-01, Red-crested Cardinal (9) 2022-11-07, Red-vented Bulbul (15) 2022-10-26, Red-whiskered Bulbul (7) 2022-11-21, Rock Pigeon (1) 2021-06-07, Rose-ringed Parakeet (20) 2022-11-21, Saffron Finch (18) 2022-10-26, Snow Goose (26) 2021-04-19, Spotted Dove (16) 2022-11-07, Warbling White-eye (11) 2022-11-21, Western Cattle Egret (15) 2021-07-06, Yellow-fronted Canary (1) 2022-09-12, Zebra Dove",32,2022-11-21 +21.43844784,-158.0104797,"Chestnut Munia (1) 2019-03-06, Common Myna (7) 2023-03-03, Common Waxbill (3) 2022-06-05, House Finch (5) 2023-03-03, House Sparrow (1) 2020-02-20, Java Sparrow (2) 2023-03-03, Northern Cardinal (4) 2023-03-03, Northern Mockingbird (1) 2022-06-02, Pacific Golden-Plover (5) 2023-03-03, Red Junglefowl (2) 2023-03-03, Red-crested Cardinal (7) 2023-03-03, Red-crowned Parrot (2) 2022-06-05, Red-vented Bulbul (6) 2023-03-03, Red-whiskered Bulbul (4) 2023-03-03, Rose-ringed Parakeet (4) 2023-03-03, Saffron Finch (4) 2022-06-05, Spotted Dove (7) 2023-03-03, Warbling White-eye (5) 2023-03-03, Western Cattle Egret (6) 2023-03-03, White-rumped Shama (2) 2022-06-05, Zebra Dove",7,2023-03-03 +21.44580814,-157.7595428,"Barn Owl (1) 2022-07-08, Black-necked Stilt (8) 2023-06-05, Common Myna (5) 2023-01-22, Common Waxbill (2) 2023-01-22, Gray Francolin (1) 2023-01-22, Great Frigatebird (1) 2022-06-26, House Sparrow (1) 2019-07-10, Laysan Albatross (1) 2022-06-26, Northern Cardinal (3) 2022-06-26, Pacific Golden-Plover (5) 2023-01-22, Red Junglefowl (1) 2020-06-17, Red-crested Cardinal (3) 2023-06-05, Red-vented Bulbul (3) 2022-06-26, Red-whiskered Bulbul (1) 2023-01-22, Rock Pigeon (1) 2022-06-26, Saffron Finch (3) 2023-01-19, Spotted Dove (4) 2023-01-22, Warbling White-eye (1) 2022-06-26, Wedge-tailed Shearwater (1) 2022-06-26, Western Cattle Egret (6) 2023-06-05, Zebra Dove",3,2022-06-26 +21.46549195,-158.000646,"African Silverbill (1) 2023-02-22, Chestnut Munia (2) 2022-04-15, Common Myna (11) 2024-01-20, Common Waxbill (4) 2024-01-20, House Finch (3) 2022-04-15, House Sparrow (3) 2023-08-13, Java Sparrow (3) 2024-01-20, Northern Cardinal (2) 2021-02-06, Pacific Golden-Plover (10) 2024-01-20, Red Junglefowl (2) 2023-08-13, Red-crested Cardinal (5) 2024-01-20, Red-vented Bulbul (4) 2023-02-22, Red-whiskered Bulbul (1) 2019-03-04, Rose-ringed Parakeet (5) 2023-08-13, Saffron Finch (4) 2024-01-20, Scaly-breasted Munia (1) 2023-02-22, Spotted Dove (9) 2024-01-20, Warbling White-eye (1) 2021-02-06, Western Cattle Egret (3) 2022-07-21, White-rumped Shama (1) 2019-03-04, Zebra Dove",7,2024-01-20 +21.4638726,-157.7593898,"African Silverbill (1) 2021-06-28, Brown Booby (1) 2020-10-16, Common Myna (2) 2024-01-25, Common Waxbill (2) 2023-02-01, Gray Francolin (2) 2021-06-28, Great Frigatebird (3) 2024-01-07, House Finch (1) 2021-06-28, Masked Booby (2) 2024-01-07, Northern Cardinal (2) 2024-01-07, Pacific Golden-Plover (2) 2024-01-25, Red-crested Cardinal (2) 2024-01-25, Red-vented Bulbul (4) 2024-01-07, Red-whiskered Bulbul (2) 2023-02-01, Sanderling (2) 2023-09-06, Wandering Tattler (1) 2020-10-16, Warbling White-eye (2) 2021-06-28, Wedge-tailed Shearwater (1) 2021-06-28, Western Cattle Egret (2) 2024-01-25, White-rumped Shama (1) 2021-06-28, Zebra Dove",1,2024-01-25 +21.48460335,-158.1935664,"Black-crowned Night Heron (1) 2024-01-16, Common Myna (9) 2024-01-18, Common Waxbill (8) 2024-01-18, Erckel's Spurfowl (2) 2024-01-18, Gray Francolin (1) 2024-01-18, House Finch (6) 2024-01-18, Indian Peafowl (3) 2024-01-18, Java Sparrow (2) 2024-01-18, Mourning Dove (1) 2024-01-18, Northern Cardinal (6) 2024-01-18, Northern Mockingbird (1) 2024-01-15, Pacific Golden-Plover (3) 2024-01-18, Red Junglefowl (2) 2024-01-15, Red-crested Cardinal (8) 2024-01-18, Red-vented Bulbul (8) 2024-01-18, Red-whiskered Bulbul (1) 2024-01-15, Saffron Finch (12) 2024-01-18, Spotted Dove (6) 2024-01-18, Warbling White-eye (6) 2024-01-18, White-rumped Shama (3) 2024-01-18, Zebra Dove",9,2024-01-18 +21.56551826,-158.1158551,"Black Francolin (4) 2022-12-27, Chestnut Munia (2) 2022-06-27, Common Myna (21) 2022-11-28, Common Waxbill (16) 2022-12-12, Gray Francolin (9) 2022-12-27, House Finch (10) 2022-09-19, House Sparrow (2) 2022-06-27, Japanese Bush Warbler (1) 2022-12-12, Java Sparrow (7) 2022-12-12, Northern Cardinal (12) 2022-11-14, Red Avadavat (6) 2022-11-14, Red-billed Leiothrix (4) 2022-10-31, Red-crested Cardinal (13) 2022-12-27, Red-vented Bulbul (21) 2022-12-27, Red-whiskered Bulbul (9) 2022-12-12, Saffron Finch (1) 2022-11-28, Spotted Dove (19) 2022-11-28, Warbling White-eye (23) 2022-12-27, Western Cattle Egret (2) 2022-11-14, White-rumped Shama (8) 2022-12-12, Zebra Dove",22,2022-12-27 +21.5750892,-158.2220344,"Black-footed Albatross (1) 2019-01-30, Common Myna (3) 2023-03-22, Common Waxbill (2) 2023-03-22, Gray Francolin (1) 2023-03-22, House Finch (2) 2019-01-30, House Sparrow (2) 2019-01-30, Java Sparrow (2) 2022-01-24, Laysan Albatross (4) 2023-03-22, Northern Cardinal (2) 2023-03-22, Pacific Golden-Plover (3) 2023-03-22, Red Junglefowl (1) 2019-01-28, Red-crested Cardinal (3) 2023-03-22, Red-footed Booby (2) 2019-01-30, Red-vented Bulbul (3) 2023-03-22, Red-whiskered Bulbul (1) 2019-01-30, Rock Pigeon (2) 2019-01-30, Saffron Finch (4) 2024-02-21, Spotted Dove (3) 2023-03-22, Warbling White-eye (2) 2019-01-30, Western Cattle Egret (1) 2019-01-28, Zebra Dove",3,2023-03-22 +21.57470965,-158.1447717,"Common Myna (3) 2020-01-07, Common Waxbill (3) 2020-01-07, Erckel's Spurfowl (2) 2019-03-22, Gray Francolin (1) 2019-03-16, House Finch (2) 2019-03-22, House Sparrow (1) 2019-03-16, Japanese Bush Warbler (1) 2019-03-16, Northern Cardinal (3) 2020-01-07, Oahu Amakihi (1) 2019-03-22, Pacific Golden-Plover (3) 2020-01-07, Red Junglefowl (1) 2020-01-07, Red-billed Leiothrix (2) 2019-03-22, Red-crested Cardinal (3) 2020-01-07, Red-vented Bulbul (3) 2020-01-07, Red-whiskered Bulbul (2) 2019-03-22, Rock Pigeon (1) 2020-01-07, Spotted Dove (3) 2020-01-07, Warbling White-eye (3) 2020-01-07, Western Cattle Egret (1) 2020-01-07, White-rumped Shama (2) 2019-03-22, Zebra Dove",3,2020-01-07 +21.57465735,-158.1351147,"Black Francolin (8) 2022-07-05, Chestnut Munia (1) 2022-04-18, Common Myna (12) 2023-01-26, Common Waxbill (18) 2023-01-26, Gray Francolin (6) 2022-11-28, House Finch (8) 2022-11-28, Japanese Bush Warbler (11) 2022-12-27, Northern Cardinal (18) 2022-11-14, Red Avadavat (13) 2022-12-27, Red-billed Leiothrix (2) 2022-07-05, Red-crested Cardinal (10) 2022-10-31, Red-vented Bulbul (22) 2023-01-26, Red-whiskered Bulbul (3) 2022-10-03, Rock Pigeon (1) 2022-05-16, Saffron Finch (2) 2022-11-28, Scaly-breasted Munia (2) 2022-06-06, Spotted Dove (18) 2023-01-26, Warbling White-eye (14) 2022-12-27, Western Cattle Egret (2) 2022-08-08, Yellow-fronted Canary (1) 2022-10-03, Zebra Dove",26,2023-01-26 +21.60155007,-158.0963153,"African Silverbill (1) 2021-06-11, Chestnut Munia (3) 2021-06-11, Common Myna (7) 2023-02-22, Common Waxbill (4) 2021-06-11, House Finch (2) 2019-11-24, House Sparrow (2) 2019-03-23, Pacific Golden-Plover (4) 2019-11-24, Red Junglefowl (4) 2023-08-23, Red-crested Cardinal (3) 2021-06-11, Red-vented Bulbul (1) 2019-01-02, Red-whiskered Bulbul (1) 2023-02-22, Rock Pigeon (2) 2019-11-24, Ruddy Turnstone (2) 2023-04-22, Saffron Finch (2) 2019-11-24, Sanderling (1) 2023-04-22, Scaly-breasted Munia (3) 2021-06-11, Spotted Dove (2) 2021-06-11, Wandering Tattler (2) 2023-04-22, Warbling White-eye (1) 2019-01-02, Western Cattle Egret (5) 2021-06-11, Zebra Dove",4,2021-06-11 +21.60954745,-157.9223745,"Black-crowned Night Heron (1) 2020-09-12, Chestnut Munia (1) 2022-07-31, Common Myna (4) 2022-11-09, Common Waxbill (4) 2023-08-18, House Finch (3) 2020-09-12, Northern Cardinal (4) 2022-07-31, Pacific Golden-Plover (1) 2020-09-12, Red Junglefowl (3) 2022-11-09, Red-billed Leiothrix (6) 2023-08-18, Red-crested Cardinal (3) 2022-07-31, Red-vented Bulbul (5) 2023-08-18, Red-whiskered Bulbul (4) 2023-08-18, Rock Pigeon (1) 2020-09-12, Ruddy Turnstone (1) 2020-09-12, Salmon-crested Cockatoo (2) 2023-08-18, Spotted Dove (3) 2022-07-31, Warbling White-eye (4) 2023-08-18, Western Cattle Egret (1) 2020-09-12, White-rumped Shama (4) 2022-11-09, Yellow-fronted Canary (1) 2020-09-12, Zebra Dove",5,2023-08-18 +21.66456918,-158.0572646,"Brown Booby (4) 2023-10-22, Common Myna (1) 2022-11-04, Common Waxbill (2) 2023-10-22, Great Frigatebird (1) 2023-10-22, House Finch (1) 2022-11-04, Java Sparrow (1) 2022-11-04, Masked Booby (1) 2019-02-02, Pacific Golden-Plover (1) 2023-10-22, Red Junglefowl (2) 2023-10-22, Red-crested Cardinal (1) 2023-10-22, Red-footed Booby (1) 2023-10-22, Red-vented Bulbul (1) 2022-11-04, Red-whiskered Bulbul (1) 2022-11-04, Ruddy Turnstone (1) 2022-11-05, Sanderling (1) 2023-10-22, Sooty Tern (1) 2023-10-22, Spotted Dove (1) 2023-10-22, Wandering Tattler (1) 2022-11-05, Warbling White-eye (2) 2023-10-22, Wedge-tailed Shearwater (1) 2022-06-23, Zebra Dove",2,2023-10-22 +21.68252516,-158.0378167,"Black-crowned Night Heron (1) 2024-01-10, Common Myna (8) 2024-01-10, Common Waxbill (2) 2019-01-23, House Sparrow (2) 2024-01-10, Indian Peafowl (1) 2024-01-10, Java Sparrow (3) 2020-03-12, Pacific Golden-Plover (1) 2022-04-23, Red Junglefowl (1) 2024-01-10, Red-crested Cardinal (4) 2024-01-10, Red-vented Bulbul (4) 2020-03-12, Red-whiskered Bulbul (3) 2020-03-12, Saffron Finch (1) 2020-03-12, Sanderling (2) 2024-01-10, Scaly-breasted Munia (2) 2019-01-23, Spotted Dove (3) 2020-03-12, Wandering Tattler (5) 2022-05-03, Warbling White-eye (1) 2019-11-02, Western Cattle Egret (5) 2024-01-10, White-rumped Shama (3) 2024-01-10, Zebra Dove",5,2024-01-10 +21.28299749,-157.7319988,"Black-necked Stilt (2) 2024-01-12, Common Myna (7) 2023-10-27, Great Frigatebird (3) 2024-02-09, House Sparrow (2) 2022-03-05, Indian Peafowl (1) 2022-01-23, Java Sparrow (1) 2022-03-05, Feral Mallard (3) 2024-01-12, Northern Cardinal (3) 2023-03-24, Pacific Golden-Plover (4) 2023-03-25, Red Junglefowl (1) 2019-02-18, Red-billed Leiothrix (2) 2023-03-25, Red-crested Cardinal (6) 2023-03-25, Red-tailed Tropicbird (3) 2023-03-25, Red-vented Bulbul (8) 2023-03-25, Rock Pigeon (6) 2023-10-27, Rose-ringed Parakeet (1) 2022-01-23, Spotted Dove (5) 2023-03-25, Warbling White-eye (3) 2023-03-25, Western Cattle Egret (9) 2024-02-09, White Tern (1) 2022-01-23, White-rumped Shama (2) 2022-02-19, Zebra Dove",9,2023-10-27 +21.28270242,-157.6934487,"African Silverbill (1) 2021-12-13, Black-necked Stilt (1) 2019-07-07, Common Myna (7) 2024-02-23, Common Waxbill (4) 2021-03-17, Erckel's Spurfowl (1) 2021-03-11, Great Frigatebird (2) 2021-03-19, House Finch (1) 2022-04-06, House Sparrow (1) 2019-11-29, Java Sparrow (5) 2021-12-14, Northern Cardinal (2) 2021-03-19, Pacific Golden-Plover (8) 2022-04-06, Red Junglefowl (6) 2022-04-06, Red-crested Cardinal (3) 2024-02-23, Red-vented Bulbul (5) 2022-04-06, Red-whiskered Bulbul (4) 2024-02-23, Rock Pigeon (5) 2021-12-13, Sooty Tern (2) 2021-03-19, Spotted Dove (6) 2024-02-23, Western Cattle Egret (7) 2022-04-06, Yellow-fronted Canary (1) 2022-04-06, Zebra Dove",10,2024-02-23 +21.31024111,-157.7510451,"Apapane (5) 2021-04-15, Black-crowned Night Heron (1) 2020-01-30, Common Myna (7) 2024-02-21, Common Waxbill (14) 2024-02-21, House Finch (16) 2024-02-21, Japanese Bush Warbler (9) 2020-01-30, Northern Cardinal (12) 2024-02-15, Oahu Amakihi (13) 2024-02-21, Oahu Elepaio (15) 2024-02-21, Red Avadavat (1) 2019-11-09, Red-billed Leiothrix (16) 2024-02-21, Red-crested Cardinal (6) 2021-01-30, Red-masked Parakeet (7) 2024-02-21, Red-vented Bulbul (16) 2024-02-21, Red-whiskered Bulbul (17) 2024-02-21, Scaly-breasted Munia (4) 2024-02-21, Spotted Dove (17) 2024-02-21, Warbling White-eye (16) 2024-02-21, White Tern (5) 2024-02-21, White-rumped Shama (17) 2024-02-21, Yellow-fronted Canary (1) 2019-04-23, Zebra Dove",13,2024-02-15 +21.32128761,-158.059477,"African Silverbill (1) 2021-01-21, Chestnut Munia (5) 2021-08-11, Common Myna (26) 2023-06-02, Common Waxbill (16) 2023-06-02, Eurasian Skylark (19) 2023-01-18, Gray Francolin (22) 2021-09-22, House Finch (20) 2023-06-02, House Sparrow (1) 2021-05-08, Java Sparrow (3) 2021-03-25, Northern Cardinal (18) 2023-06-02, Northern Mockingbird (3) 2021-03-10, Pacific Golden-Plover (22) 2022-04-13, Red Avadavat (1) 2021-09-15, Red-crested Cardinal (17) 2023-06-02, Red-vented Bulbul (18) 2023-06-02, Red-whiskered Bulbul (3) 2022-04-13, Saffron Finch (3) 2023-06-02, Scaly-breasted Munia (1) 2020-02-24, Spotted Dove (7) 2023-06-02, Warbling White-eye (15) 2021-09-22, White-rumped Shama (4) 2022-04-13, Zebra Dove",13,2023-06-02 +21.34776307,-157.953231,"Chestnut Munia (8) 2023-11-16, Common Myna (18) 2023-12-04, Common Waxbill (4) 2023-09-13, House Finch (9) 2023-11-16, House Sparrow (6) 2023-12-04, Java Sparrow (6) 2023-09-13, Feral Mallard (1) 2021-04-02, Northern Cardinal (5) 2023-01-07, Pacific Golden-Plover (16) 2023-12-04, Red-crested Cardinal (13) 2023-12-04, Red-vented Bulbul (13) 2023-12-04, Red-whiskered Bulbul (6) 2023-12-04, Rock Pigeon (5) 2023-12-04, Rose-ringed Parakeet (10) 2023-11-16, Saffron Finch (11) 2023-12-04, Spotted Dove (13) 2023-12-04, Warbling White-eye (4) 2023-09-13, Western Cattle Egret (13) 2023-12-04, White Tern (7) 2023-09-13, White-rumped Shama (6) 2023-09-13, Yellow-fronted Canary (5) 2023-09-13, Zebra Dove",16,2023-12-04 +21.34770199,-157.943588,"Chestnut Munia (7) 2023-12-09, Common Myna (21) 2024-01-30, Common Waxbill (9) 2024-01-30, House Finch (6) 2023-09-11, House Sparrow (9) 2023-12-09, Java Sparrow (8) 2023-12-08, Northern Cardinal (4) 2023-12-08, Pacific Golden-Plover (13) 2023-12-09, Red-crested Cardinal (14) 2023-12-09, Red-vented Bulbul (18) 2024-01-30, Red-whiskered Bulbul (5) 2023-12-08, Rock Pigeon (5) 2023-09-11, Rose-ringed Parakeet (8) 2024-01-30, Saffron Finch (5) 2024-01-30, Spotted Dove (12) 2023-12-09, Warbling White-eye (8) 2024-01-30, Western Cattle Egret (13) 2024-01-30, White Tern (10) 2024-01-30, White-rumped Shama (3) 2023-09-11, Yellow-fronted Canary (5) 2023-12-09, Zebra Dove",19,2024-01-30 +21.35547775,-157.760305,"Black-crowned Night Heron (1) 2024-02-03, Chestnut Munia (2) 2023-12-05, Chinese Hwamei (1) 2020-01-30, Common Myna (6) 2024-02-04, Common Waxbill (4) 2024-02-04, Hooded Merganser (2) 2024-01-22, House Finch (3) 2024-01-22, Northern Cardinal (4) 2023-12-05, Pacific Golden-Plover (7) 2024-02-04, Red Junglefowl (1) 2024-01-22, Red-billed Leiothrix (7) 2023-12-05, Red-crested Cardinal (6) 2024-02-04, Red-vented Bulbul (6) 2024-02-04, Red-whiskered Bulbul (7) 2024-02-04, Scaly-breasted Munia (1) 2022-09-30, Spotted Dove (2) 2024-01-22, Warbling White-eye (3) 2024-02-04, Western Cattle Egret (4) 2024-02-04, White Tern (2) 2023-12-05, White-rumped Shama (6) 2024-02-04, Zebra Dove",3,2024-02-03 +21.37310554,-157.7022913,"Black-necked Stilt (1) 2019-07-02, Brown Booby (1) 2022-07-16, Brown Noddy (2) 2022-07-17, Common Myna (1) 2022-07-16, Common Waxbill (1) 2022-07-17, Great Frigatebird (1) 2022-07-16, Indian Peafowl (1) 2022-02-05, Northern Cardinal (1) 2022-07-16, Pacific Golden-Plover (2) 2023-08-26, Red-crested Cardinal (2) 2022-07-16, Red-footed Booby (6) 2022-07-17, Red-tailed Tropicbird (1) 2022-07-16, Rock Pigeon (1) 2022-07-16, Sooty Tern (1) 2022-07-16, Spotted Dove (1) 2023-08-26, Wedge-tailed Shearwater (3) 2022-07-17, Western Cattle Egret (1) 2022-07-16, White-tailed Tropicbird (1) 2022-03-02, Yellow-fronted Canary (1) 2023-08-26, Zebra Dove",1,2022-07-16 +21.38278849,-157.7890102,"Black-crowned Night Heron (1) 2023-03-08, Chestnut Munia (2) 2021-02-05, Common Myna (4) 2023-10-12, Common Waxbill (3) 2023-03-23, House Finch (4) 2023-03-23, House Sparrow (1) 2023-03-08, Java Sparrow (1) 2023-10-12, Northern Cardinal (3) 2023-03-23, Red Junglefowl (3) 2023-03-23, Red-billed Leiothrix (4) 2023-03-23, Red-crested Cardinal (5) 2023-10-12, Red-vented Bulbul (4) 2023-03-23, Red-whiskered Bulbul (4) 2023-03-23, Rock Pigeon (2) 2023-10-12, Rose-ringed Parakeet (1) 2021-02-07, Saffron Finch (1) 2023-03-08, Spotted Dove (4) 2023-03-23, Wandering Tattler (1) 2023-03-08, Warbling White-eye (4) 2023-03-23, Western Cattle Egret (2) 2023-03-08, White-rumped Shama (4) 2023-03-23, Zebra Dove",4,2023-10-12 +21.38213821,-157.7022116,"Black-necked Stilt (2) 2021-09-09, Brown Booby (2) 2023-12-15, Common Myna (4) 2022-04-03, Common Waxbill (3) 2021-09-09, Great Frigatebird (2) 2023-07-09, House Finch (1) 2020-02-24, House Sparrow (1) 2020-02-24, Indian Peafowl (2) 2023-12-15, Pacific Golden-Plover (3) 2021-09-09, Red Avadavat (1) 2021-09-09, Red Junglefowl (1) 2020-02-24, Red-crested Cardinal (3) 2021-09-09, Red-footed Booby (6) 2023-07-09, Red-vented Bulbul (1) 2021-09-09, Rock Pigeon (4) 2023-07-09, Ruddy Turnstone (1) 2021-09-09, Spotted Dove (3) 2021-09-09, Wandering Tattler (2) 2021-10-13, Wedge-tailed Shearwater (2) 2021-10-13, Western Cattle Egret (4) 2022-04-03, White-rumped Shama (1) 2021-09-09, Zebra Dove",3,2021-09-09 +21.40092431,-157.798507,"African Silverbill (2) 2023-02-23, Chestnut Munia (3) 2023-07-25, Common Myna (9) 2024-02-17, Common Waxbill (2) 2023-07-25, House Finch (2) 2023-07-25, House Sparrow (5) 2023-07-26, Java Sparrow (2) 2023-12-21, Northern Cardinal (1) 2019-02-19, Northern Mockingbird (1) 2019-02-19, Pacific Golden-Plover (2) 2022-10-08, Red Junglefowl (1) 2021-07-10, Red-crested Cardinal (8) 2023-07-26, Red-tailed Tropicbird (1) 2021-05-09, Red-vented Bulbul (4) 2023-07-26, Red-whiskered Bulbul (2) 2021-03-14, Rock Pigeon (4) 2024-02-17, Scaly-breasted Munia (1) 2019-02-19, Spotted Dove (6) 2023-07-25, Warbling White-eye (3) 2023-07-25, Western Cattle Egret (9) 2023-07-26, White-rumped Shama (1) 2019-02-19, Zebra Dove",4,2024-02-17 +21.41009502,-157.8177259,"Chestnut Munia (2) 2023-02-16, Common Myna (18) 2024-02-20, Common Waxbill (15) 2024-02-20, House Finch (13) 2022-07-26, House Sparrow (1) 2023-02-16, Java Sparrow (1) 2023-02-16, Feral Mallard (1) 2022-01-21, Northern Cardinal (10) 2024-02-20, Pacific Golden-Plover (2) 2024-02-20, Red Junglefowl (3) 2023-02-16, Red-billed Leiothrix (14) 2022-07-26, Red-crested Cardinal (6) 2024-02-20, Red-vented Bulbul (16) 2024-02-20, Red-whiskered Bulbul (20) 2024-02-20, Rock Pigeon (1) 2022-07-21, Saffron Finch (1) 2023-02-16, Scaly-breasted Munia (3) 2022-06-28, Spotted Dove (4) 2024-02-20, Warbling White-eye (16) 2024-02-20, Western Cattle Egret (4) 2024-02-20, White-rumped Shama (11) 2024-02-20, Zebra Dove",16,2024-02-20 +21.43850449,-158.0201286,"Black-necked Stilt (1) 2021-11-10, Chestnut Munia (4) 2021-05-16, Common Myna (6) 2021-05-16, Common Waxbill (3) 2021-05-16, House Finch (5) 2021-05-16, House Sparrow (2) 2021-05-16, Java Sparrow (1) 2021-05-16, Northern Cardinal (2) 2021-05-09, Pacific Golden-Plover (4) 2021-08-26, Red Junglefowl (2) 2021-05-16, Red-crested Cardinal (4) 2021-05-16, Red-crowned Parrot (1) 2021-06-24, Red-vented Bulbul (5) 2021-05-16, Red-whiskered Bulbul (3) 2021-05-16, Rose-ringed Parakeet (4) 2021-06-24, Ruddy Turnstone (2) 2022-03-21, Saffron Finch (5) 2021-05-16, Spotted Dove (5) 2021-05-16, Warbling White-eye (5) 2021-05-16, Western Cattle Egret (5) 2021-05-16, Yellow-fronted Canary (1) 2021-04-24, Zebra Dove",6,2021-05-16 +21.45759198,-158.2130174,"African Silverbill (2) 2020-05-23, Brown Booby (3) 2021-07-02, Common Myna (16) 2023-03-12, Common Waxbill (5) 2020-05-25, Great Frigatebird (1) 2023-03-12, House Finch (6) 2023-03-12, House Sparrow (1) 2020-05-23, Java Sparrow (6) 2023-03-12, Northern Cardinal (1) 2020-05-23, Red Junglefowl (4) 2021-07-02, Red-crested Cardinal (3) 2022-10-01, Red-vented Bulbul (15) 2023-03-12, Red-whiskered Bulbul (2) 2022-10-01, Rock Pigeon (6) 2022-10-01, Saffron Finch (6) 2023-03-12, Spotted Dove (13) 2023-03-12, Wandering Tattler (5) 2023-03-12, Warbling White-eye (7) 2023-03-12, Western Cattle Egret (3) 2021-07-02, White Tern (2) 2019-12-31, White-rumped Shama (1) 2019-05-05, Zebra Dove",17,2023-03-12 +21.5378764,-158.019463,"Chestnut Munia (2) 2022-03-27, Common Gallinule (1) 2021-12-27, Common Myna (7) 2022-03-27, Common Waxbill (5) 2022-03-27, House Finch (4) 2022-03-27, House Sparrow (4) 2022-03-27, Java Sparrow (4) 2022-03-27, Mariana Swiftlet (1) 2022-03-27, Northern Cardinal (7) 2022-03-27, Pacific Golden-Plover (5) 2022-03-27, Red-crested Cardinal (7) 2022-03-27, Red-vented Bulbul (5) 2022-03-27, Red-whiskered Bulbul (2) 2021-04-08, Rose-ringed Parakeet (4) 2022-03-27, Ruddy Turnstone (3) 2019-12-26, Saffron Finch (6) 2022-03-27, Scaly-breasted Munia (1) 2019-04-18, Short-eared Owl (1) 2021-09-12, Spotted Dove (6) 2022-03-27, Warbling White-eye (6) 2022-03-27, Western Cattle Egret (3) 2021-04-08, Zebra Dove",7,2022-03-27 +21.55710606,-158.2414496,"African Silverbill (2) 2019-04-20, Brown Booby (1) 2019-03-30, Chestnut Munia (1) 2019-04-18, Common Myna (10) 2019-05-16, Common Waxbill (12) 2019-05-16, Gray Francolin (10) 2019-05-02, House Finch (9) 2019-05-16, House Sparrow (3) 2019-05-16, Northern Cardinal (6) 2019-04-20, Pacific Golden-Plover (1) 2019-03-20, Red Junglefowl (4) 2019-05-16, Red-crested Cardinal (10) 2019-05-16, Red-vented Bulbul (13) 2019-05-16, Red-whiskered Bulbul (1) 2019-04-20, Ring-necked Pheasant (1) 2019-03-14, Scaly-breasted Munia (10) 2019-05-16, Spotted Dove (13) 2019-05-16, Warbling White-eye (10) 2019-05-16, White-rumped Shama (8) 2019-05-16, White-tailed Tropicbird (2) 2019-03-30, Yellow-faced Grassquit (7) 2019-05-04, Zebra Dove",13,2019-05-16 +21.5549612,-157.8648382,"Chestnut Munia (1) 2022-09-18, Common Myna (2) 2022-09-18, Common Waxbill (2) 2020-11-16, House Finch (1) 2020-06-17, Northern Cardinal (1) 2020-06-17, Pacific Golden-Plover (3) 2022-09-03, Red-billed Leiothrix (4) 2020-06-17, Red-crested Cardinal (1) 2020-06-17, Red-tailed Tropicbird (3) 2020-03-22, Red-vented Bulbul (1) 2020-06-17, Red-whiskered Bulbul (1) 2020-11-16, Rock Pigeon (2) 2019-03-25, Ruddy Turnstone (2) 2019-03-25, Sanderling (2) 2019-03-25, Sooty Tern (3) 2020-03-22, Spotted Dove (1) 2020-06-17, Wandering Tattler (3) 2022-09-03, Warbling White-eye (4) 2020-06-17, Western Cattle Egret (3) 2022-09-18, White-rumped Shama (7) 2023-02-24, White-tailed Tropicbird (6) 2020-06-17, Zebra Dove",3,2022-09-03 +21.58398759,-158.1930091,"Brown Booby (2) 2020-01-29, Common Myna (14) 2023-07-14, Common Waxbill (8) 2023-07-14, Eurasian Skylark (1) 2024-02-07, Gray Francolin (1) 2024-02-07, House Finch (7) 2023-02-14, House Sparrow (2) 2021-12-30, Java Sparrow (2) 2021-12-01, Laysan Albatross (9) 2023-03-08, Northern Cardinal (5) 2021-12-01, Pacific Golden-Plover (14) 2024-02-07, Red Junglefowl (3) 2024-02-07, Red-crested Cardinal (9) 2023-07-14, Red-vented Bulbul (3) 2021-12-01, Red-whiskered Bulbul (3) 2024-02-07, Ruddy Turnstone (2) 2021-12-30, Saffron Finch (17) 2023-07-14, Sanderling (1) 2022-01-24, Spotted Dove (2) 2021-04-01, Wandering Tattler (2) 2021-12-01, Warbling White-eye (3) 2022-02-28, Zebra Dove",7,2023-02-14 +21.5837429,-158.1447185,"Brown Noddy (1) 2023-10-21, Common Myna (8) 2024-01-25, Common Waxbill (2) 2021-02-12, House Finch (4) 2022-11-08, Java Sparrow (1) 2022-11-08, Feral Mallard (1) 2021-02-11, Northern Cardinal (3) 2021-02-12, Pacific Golden-Plover (3) 2023-10-21, Red Junglefowl (1) 2022-11-08, Red-crested Cardinal (5) 2024-01-25, Red-footed Booby (1) 2023-10-21, Red-vented Bulbul (5) 2022-11-08, Red-whiskered Bulbul (2) 2021-02-12, Rose-ringed Parakeet (1) 2023-10-21, Ruddy Turnstone (1) 2021-02-11, Saffron Finch (11) 2024-01-25, Spotted Dove (2) 2022-11-08, Wandering Tattler (3) 2024-01-25, Warbling White-eye (5) 2022-11-08, Western Cattle Egret (1) 2021-02-11, White-rumped Shama (4) 2024-02-01, Zebra Dove",8,2024-01-25 +21.66374473,-157.921972,"Bristle-thighed Curlew (7) 2024-02-17, Brown Noddy (1) 2023-09-16, Common Myna (1) 2022-01-16, Great Frigatebird (1) 2023-09-16, House Finch (1) 2023-05-10, Laysan Albatross (6) 2024-02-17, Feral Mallard (2) 2022-03-06, Pacific Golden-Plover (3) 2023-01-08, Red Junglefowl (1) 2023-05-10, Red-crested Cardinal (1) 2023-05-10, Red-vented Bulbul (1) 2023-05-10, Red-whiskered Bulbul (1) 2023-05-10, Ruddy Turnstone (7) 2024-02-17, Sanderling (2) 2023-09-16, Sooty Tern (1) 2022-03-06, Spotted Dove (2) 2023-05-10, Wandering Tattler (3) 2022-03-06, Wedge-tailed Shearwater (4) 2023-09-16, Western Cattle Egret (3) 2023-05-10, White-rumped Shama (1) 2023-05-10, Zebra Dove",2,2023-05-10 +21.29245688,-157.7897522,"Barn Owl (1) 2019-05-23, Common Myna (16) 2023-05-29, Common Waxbill (11) 2023-05-29, Great Frigatebird (1) 2021-09-18, House Finch (10) 2023-05-29, House Sparrow (7) 2023-05-29, Java Sparrow (10) 2023-03-06, Northern Cardinal (9) 2023-03-18, Pacific Golden-Plover (5) 2023-03-05, Red-crested Cardinal (15) 2023-05-29, Red-vented Bulbul (20) 2024-01-17, Red-whiskered Bulbul (6) 2023-05-29, Rock Pigeon (1) 2021-05-04, Rose-ringed Parakeet (17) 2023-05-29, Saffron Finch (5) 2023-12-30, Scaly-breasted Munia (2) 2023-03-05, Spotted Dove (10) 2023-05-29, Warbling White-eye (9) 2022-11-03, Western Cattle Egret (8) 2023-03-06, White Tern (2) 2019-05-27, White-rumped Shama (9) 2021-07-08, Yellow-fronted Canary (3) 2021-07-08, Zebra Dove",16,2023-03-18 +21.30120806,-157.7511215,"Apapane (1) 2021-01-07, Common Myna (5) 2022-12-04, Common Waxbill (4) 2023-09-14, House Finch (5) 2023-09-14, House Sparrow (1) 2019-10-10, Japanese Bush Warbler (1) 2021-01-07, Northern Cardinal (3) 2023-09-14, Oahu Amakihi (2) 2023-09-14, Oahu Elepaio (3) 2023-09-14, Pacific Golden-Plover (2) 2021-01-07, Red-billed Leiothrix (5) 2023-09-14, Red-crested Cardinal (7) 2023-09-14, Red-vented Bulbul (8) 2023-09-14, Red-whiskered Bulbul (4) 2023-09-14, Rock Pigeon (1) 2019-10-10, Rose-ringed Parakeet (1) 2023-09-14, Scaly-breasted Munia (2) 2023-09-14, Spotted Dove (8) 2023-09-14, Warbling White-eye (7) 2023-09-14, Western Cattle Egret (1) 2019-10-10, White Tern (4) 2023-09-14, White-rumped Shama (8) 2023-09-14, Zebra Dove",7,2023-09-14 +21.31230703,-158.0691754,"African Silverbill (1) 2021-07-14, Chestnut Munia (8) 2022-08-31, Common Myna (21) 2022-02-16, Common Waxbill (18) 2022-08-31, Eurasian Skylark (13) 2022-02-16, Gray Francolin (4) 2022-02-09, House Finch (23) 2022-08-17, House Sparrow (9) 2022-02-03, Java Sparrow (1) 2019-12-18, Northern Cardinal (1) 2021-10-27, Northern Mockingbird (1) 2022-01-13, Pacific Golden-Plover (13) 2022-08-17, Red Avadavat (1) 2021-10-14, Red-crested Cardinal (16) 2022-08-17, Red-vented Bulbul (10) 2022-08-17, Red-whiskered Bulbul (1) 2021-07-08, Rock Pigeon (1) 2019-12-18, Saffron Finch (17) 2022-08-31, Spotted Dove (9) 2022-02-03, Warbling White-eye (4) 2022-08-17, Western Cattle Egret (2) 2022-01-13, Yellow-fronted Canary (6) 2022-02-16, Zebra Dove",26,2022-08-31 +21.31002363,-157.722127,"Common Myna (5) 2023-06-20, Common Waxbill (6) 2024-02-07, House Finch (10) 2022-12-26, Japanese Bush Warbler (2) 2021-03-27, Feral Mallard (2) 2021-05-30, Northern Cardinal (13) 2024-02-07, Oahu Amakihi (8) 2023-12-17, Oahu Elepaio (11) 2022-12-26, Pacific Golden-Plover (2) 2022-03-27, Red Junglefowl (1) 2021-05-30, Red-billed Leiothrix (21) 2023-12-17, Red-crested Cardinal (5) 2023-06-20, Red-vented Bulbul (19) 2024-02-07, Red-whiskered Bulbul (13) 2024-02-07, Rock Pigeon (1) 2021-05-30, Spotted Dove (15) 2024-02-07, Warbling White-eye (19) 2023-12-17, Western Cattle Egret (1) 2024-02-07, White-rumped Shama (24) 2024-02-07, White-tailed Tropicbird (2) 2021-03-27, Yellow-faced Grassquit (2) 2020-08-01, Zebra Dove",18,2024-02-07 +21.32112083,-158.0305522,"Black-crowned Night Heron (4) 2024-02-17, Black-necked Stilt (5) 2024-02-17, Chestnut Munia (1) 2022-01-10, Common Myna (6) 2024-02-17, Common Waxbill (2) 2020-10-17, Hawaiian Coot (7) 2024-02-17, House Finch (3) 2024-02-17, House Sparrow (1) 2023-11-12, Japanese Bush Warbler (1) 2021-02-14, Java Sparrow (6) 2024-02-17, Feral Mallard (4) 2022-02-17, Pacific Golden-Plover (5) 2024-02-17, Red-crested Cardinal (5) 2024-02-17, Red-vented Bulbul (6) 2024-02-17, Rock Pigeon (4) 2024-02-17, Rose-ringed Parakeet (1) 2024-02-17, Saffron Finch (1) 2020-05-09, Spotted Dove (5) 2023-11-12, Warbling White-eye (4) 2024-02-17, Western Cattle Egret (6) 2024-02-17, White-faced Ibis (1) 2022-01-10, Zebra Dove",4,2023-11-12 +21.32083518,-157.9823456,"Black-crowned Night Heron (1) 2021-08-30, Chestnut Munia (3) 2019-05-27, Common Myna (6) 2023-10-14, Common Waxbill (3) 2023-10-14, Gray Francolin (1) 2022-01-23, House Finch (5) 2023-10-14, House Sparrow (5) 2023-10-14, Java Sparrow (4) 2023-11-11, Northern Cardinal (1) 2019-05-24, Pacific Golden-Plover (1) 2023-10-14, Red Junglefowl (1) 2023-10-14, Red-crested Cardinal (5) 2023-10-14, Red-vented Bulbul (3) 2023-10-14, Red-whiskered Bulbul (1) 2023-10-14, Rose-ringed Parakeet (3) 2023-10-14, Saffron Finch (4) 2023-10-14, Spotted Dove (4) 2023-10-14, Warbling White-eye (1) 2019-05-27, Western Cattle Egret (5) 2023-10-14, White Tern (4) 2019-06-04, Yellow-fronted Canary (1) 2019-05-24, Zebra Dove",5,2023-10-14 +21.31996327,-157.8473734,"Common Myna (9) 2024-02-16, House Finch (2) 2023-04-21, House Sparrow (5) 2024-02-16, Java Sparrow (5) 2023-12-11, Feral Mallard (2) 2023-12-11, Muscovy Duck (1) 2022-02-05, Northern Cardinal (1) 2022-02-05, Pacific Golden-Plover (4) 2024-02-16, Red Junglefowl (4) 2023-04-21, Red-billed Leiothrix (1) 2022-02-05, Red-crested Cardinal (6) 2024-02-16, Red-vented Bulbul (7) 2024-02-16, Red-whiskered Bulbul (1) 2022-02-05, Rock Pigeon (1) 2022-04-06, Rose-ringed Parakeet (10) 2024-02-16, Saffron Finch (2) 2023-12-11, Scaly-breasted Munia (1) 2022-02-05, Spotted Dove (6) 2023-12-11, Western Cattle Egret (2) 2024-02-16, White Tern (4) 2024-02-16, White-rumped Shama (3) 2023-12-11, Zebra Dove",8,2023-12-11 +21.33860549,-157.9340102,"Chestnut Munia (1) 2021-08-16, Common Myna (7) 2024-01-09, Common Waxbill (2) 2023-05-14, House Finch (1) 2023-05-18, Java Sparrow (3) 2024-01-09, Feral Mallard (3) 2024-01-09, Northern Cardinal (2) 2023-05-25, Pacific Golden-Plover (5) 2024-01-09, Red Avadavat (1) 2019-04-13, Red-crested Cardinal (2) 2023-05-25, Red-crowned Parrot (1) 2019-11-08, Red-vented Bulbul (4) 2023-05-25, Red-whiskered Bulbul (1) 2023-05-14, Rock Pigeon (5) 2023-05-18, Rose-ringed Parakeet (3) 2024-01-09, Saffron Finch (2) 2023-05-18, Spotted Dove (5) 2024-01-09, Warbling White-eye (2) 2023-05-25, Western Cattle Egret (6) 2024-01-09, White Tern (3) 2023-06-11, White-tailed Tropicbird (1) 2023-03-14, Yellow-fronted Canary (2) 2023-05-25, Zebra Dove",7,2024-01-09 +21.35725588,-158.0303142,"African Silverbill (2) 2021-10-12, Chestnut Munia (5) 2021-06-21, Common Myna (30) 2023-03-29, Common Waxbill (27) 2022-11-21, Gray Francolin (23) 2022-11-07, House Finch (15) 2022-11-07, House Sparrow (1) 2023-04-28, Northern Cardinal (22) 2023-04-28, Pacific Golden-Plover (17) 2023-03-29, Red Avadavat (10) 2022-10-26, Red-crested Cardinal (22) 2022-11-21, Red-vented Bulbul (31) 2022-11-21, Red-whiskered Bulbul (15) 2022-11-07, Rock Pigeon (3) 2023-03-29, Rose-ringed Parakeet (22) 2022-11-07, Saffron Finch (18) 2023-03-29, Scaly-breasted Munia (1) 2021-05-24, Spotted Dove (29) 2023-03-29, Warbling White-eye (23) 2022-11-21, Western Cattle Egret (8) 2022-11-21, White-rumped Shama (3) 2023-04-28, Yellow-fronted Canary (3) 2022-09-26, Zebra Dove",36,2023-03-29 +21.35511444,-157.7120929,"Black-crowned Night Heron (1) 2023-12-03, Black-necked Stilt (2) 2023-08-23, Common Gallinule (2) 2023-12-03, Common Myna (4) 2023-10-23, Gray Francolin (2) 2023-10-08, Great Frigatebird (1) 2023-08-23, House Finch (1) 2023-10-08, House Sparrow (1) 2023-10-08, Indian Peafowl (11) 2024-02-18, Feral Mallard (1) 2023-10-08, Northern Cardinal (3) 2023-12-03, Pacific Golden-Plover (3) 2023-12-03, Red Avadavat (2) 2023-12-03, Red Junglefowl (6) 2024-02-18, Red-crested Cardinal (3) 2023-12-03, Red-whiskered Bulbul (1) 2023-12-03, Rock Pigeon (3) 2023-12-03, Ruddy Turnstone (2) 2023-12-03, Spotted Dove (1) 2023-10-08, Wandering Tattler (1) 2023-12-03, Western Cattle Egret (5) 2023-12-03, Yellow-fronted Canary (1) 2020-05-18, Zebra Dove",3,2023-12-03 +21.36634498,-158.0398989,"African Silverbill (11) 2021-12-20, Black Francolin (11) 2022-02-14, Chestnut Munia (15) 2021-12-20, Common Myna (28) 2022-02-14, Common Waxbill (35) 2022-02-14, Eurasian Skylark (7) 2022-01-31, Gray Francolin (35) 2022-02-14, House Finch (21) 2022-02-07, Northern Cardinal (23) 2022-02-14, Pacific Golden-Plover (6) 2022-02-14, Red Avadavat (16) 2022-02-14, Red-crested Cardinal (35) 2022-02-14, Red-vented Bulbul (33) 2022-02-14, Red-whiskered Bulbul (4) 2021-07-12, Rock Pigeon (12) 2022-01-18, Saffron Finch (5) 2022-02-14, Scaly-breasted Munia (6) 2021-07-12, Spotted Dove (35) 2022-02-14, Warbling White-eye (26) 2022-02-14, Western Cattle Egret (10) 2021-12-20, White-rumped Shama (1) 2021-11-22, Yellow-fronted Canary (3) 2021-11-08, Zebra Dove",34,2022-02-14 +21.3662897,-158.0302547,"African Silverbill (2) 2022-02-07, Black-crowned Night Heron (4) 2022-09-26, Black-necked Stilt (2) 2021-10-09, Chestnut Munia (2) 2021-10-09, Common Myna (36) 2022-11-21, Common Waxbill (21) 2022-09-26, Gray Francolin (4) 2022-09-12, Greater White-fronted Goose (1) 2021-03-23, House Finch (4) 2022-01-03, Indian Peafowl (2) 2021-06-21, Java Sparrow (21) 2022-11-21, Feral Mallard (15) 2022-02-07, Northern Cardinal (16) 2022-11-07, Red-crested Cardinal (21) 2022-09-12, Red-vented Bulbul (34) 2022-11-21, Red-whiskered Bulbul (11) 2022-09-26, Rock Pigeon (1) 2021-08-30, Rose-ringed Parakeet (28) 2022-11-21, Spotted Dove (28) 2022-11-07, Warbling White-eye (27) 2022-11-21, Western Cattle Egret (9) 2022-11-07, White-rumped Shama (12) 2022-11-21, Zebra Dove",35,2022-11-21 +21.36570598,-157.9338141,"Chestnut Munia (6) 2023-09-21, Common Myna (27) 2023-12-24, Common Waxbill (13) 2023-10-24, Great-tailed Grackle (1) 2023-04-30, House Finch (2) 2021-04-07, House Sparrow (18) 2023-12-24, Java Sparrow (17) 2023-10-24, Feral Mallard (4) 2021-04-07, Pacific Golden-Plover (23) 2023-12-24, Red Junglefowl (4) 2022-06-27, Red-crested Cardinal (13) 2023-09-29, Red-vented Bulbul (16) 2023-09-29, Red-whiskered Bulbul (1) 2021-07-09, Rock Pigeon (11) 2023-12-24, Rose-ringed Parakeet (4) 2023-03-29, Saffron Finch (14) 2023-10-24, Spotted Dove (10) 2023-12-24, Warbling White-eye (7) 2022-09-24, Western Cattle Egret (14) 2023-12-24, White Tern (6) 2022-08-05, Yellow-fronted Canary (1) 2022-08-11, Zebra Dove",22,2023-10-24 +21.3737553,-157.7890846,"Chestnut Munia (4) 2023-07-08, Common Gallinule (1) 2019-08-31, Common Myna (3) 2022-06-08, Common Waxbill (5) 2023-10-20, House Finch (2) 2023-07-08, Java Sparrow (1) 2021-02-07, Feral Mallard (1) 2019-08-31, Northern Cardinal (2) 2023-04-04, Oahu Amakihi (2) 2023-10-20, Pacific Golden-Plover (1) 2021-02-07, Red Junglefowl (7) 2023-10-20, Red-billed Leiothrix (11) 2023-12-19, Red-crested Cardinal (4) 2022-06-08, Red-vented Bulbul (6) 2023-10-20, Red-whiskered Bulbul (7) 2023-12-19, Rock Pigeon (1) 2021-02-07, Scaly-breasted Munia (1) 2023-07-08, Spotted Dove (6) 2023-12-19, Warbling White-eye (6) 2023-10-20, Western Cattle Egret (1) 2019-08-31, White Tern (1) 2019-08-31, White-rumped Shama (12) 2023-12-19, Zebra Dove",4,2021-05-07 +21.37354395,-157.7601528,"Black-crowned Night Heron (2) 2023-05-25, Chestnut Munia (3) 2023-10-17, Common Myna (4) 2023-05-25, Common Waxbill (6) 2023-05-25, House Finch (2) 2020-06-17, House Sparrow (1) 2023-05-25, Japanese Bush Warbler (3) 2022-01-10, Java Sparrow (1) 2022-05-27, Feral Mallard (1) 2020-06-17, Northern Cardinal (2) 2022-03-15, Red Junglefowl (1) 2020-01-31, Red-billed Leiothrix (4) 2022-05-05, Red-crested Cardinal (5) 2023-05-25, Red-vented Bulbul (6) 2022-05-05, Red-whiskered Bulbul (2) 2022-05-05, Rock Pigeon (2) 2023-05-25, Saffron Finch (1) 2023-05-25, Scaly-breasted Munia (1) 2020-06-17, Spotted Dove (2) 2022-01-10, Warbling White-eye (3) 2022-01-10, Western Cattle Egret (3) 2023-05-25, White-rumped Shama (7) 2023-05-25, Zebra Dove",3,2023-05-25 +21.39304703,-157.9722005,"African Silverbill (1) 2019-02-05, Common Myna (7) 2023-08-08, Common Waxbill (3) 2022-01-30, Gray Francolin (1) 2019-03-17, House Finch (1) 2019-03-18, House Sparrow (2) 2023-08-08, Java Sparrow (1) 2021-07-26, Feral Mallard (2) 2021-07-26, Northern Cardinal (2) 2022-01-30, Pacific Golden-Plover (1) 2019-02-05, Red Junglefowl (5) 2023-08-08, Red-crested Cardinal (3) 2021-07-26, Red-vented Bulbul (4) 2022-08-07, Red-whiskered Bulbul (4) 2022-07-18, Rock Pigeon (4) 2023-01-05, Rose-ringed Parakeet (4) 2021-07-26, Saffron Finch (1) 2019-03-18, Spotted Dove (6) 2022-08-07, Warbling White-eye (2) 2019-03-17, Western Cattle Egret (3) 2023-05-13, Yellow-fronted Canary (1) 2021-07-26, Zebra Dove",4,2022-01-30 +21.40270103,-158.0782502,"Black Francolin (3) 2021-02-09, Common Myna (2) 2021-02-09, Common Waxbill (3) 2021-02-09, Gray Francolin (3) 2021-02-09, House Finch (3) 2021-02-09, Indian Peafowl (3) 2021-02-09, Japanese Bush Warbler (1) 2021-02-09, Northern Cardinal (2) 2021-02-09, Northern Mockingbird (2) 2021-02-09, Pacific Golden-Plover (1) 2021-02-09, Red Avadavat (1) 2021-02-09, Red Junglefowl (2) 2021-02-09, Red-billed Leiothrix (2) 2021-02-09, Red-crested Cardinal (3) 2021-02-09, Red-crowned Parrot (2) 2021-02-09, Red-vented Bulbul (3) 2021-02-09, Red-whiskered Bulbul (1) 2021-02-09, Scaly-breasted Munia (1) 2021-02-09, Spotted Dove (1) 2021-02-09, Warbling White-eye (3) 2021-02-09, Western Cattle Egret (1) 2021-02-09, White-rumped Shama (3) 2021-02-09, Zebra Dove",1,2021-02-09 +21.40057178,-157.7502788,"Black-crowned Night Heron (2) 2021-06-19, Black-necked Stilt (1) 2020-02-05, Common Gallinule (3) 2022-07-29, Common Myna (16) 2023-11-17, Common Waxbill (4) 2023-11-17, House Finch (5) 2022-07-25, Java Sparrow (8) 2023-11-17, Feral Mallard (3) 2021-06-19, Mourning Dove (2) 2022-07-17, Muscovy Duck (1) 2020-02-05, Northern Cardinal (10) 2023-07-11, Pacific Golden-Plover (1) 2020-02-05, Red-crested Cardinal (3) 2023-05-30, Red-vented Bulbul (12) 2023-05-30, Red-whiskered Bulbul (10) 2024-01-30, Rock Pigeon (14) 2023-11-17, Scaly-breasted Munia (1) 2020-02-05, Spotted Dove (16) 2023-11-17, Warbling White-eye (3) 2022-07-22, Western Cattle Egret (4) 2023-03-05, White-rumped Shama (1) 2022-11-07, Zebra Dove",16,2023-11-17 +21.42002808,-157.9527156,"Chestnut Munia (1) 2023-12-25, Common Gallinule (1) 2023-02-19, Common Myna (8) 2024-01-16, Common Waxbill (6) 2023-12-25, House Finch (2) 2023-01-02, Indian Peafowl (1) 2023-02-19, Java Sparrow (1) 2023-12-25, Northern Cardinal (4) 2023-12-25, Northern Mockingbird (1) 2024-01-31, Pacific Golden-Plover (4) 2023-12-25, Red Junglefowl (3) 2024-01-16, Red-billed Leiothrix (8) 2024-01-16, Red-crested Cardinal (2) 2023-12-25, Red-crowned Parrot (6) 2023-12-25, Red-vented Bulbul (10) 2024-01-16, Red-whiskered Bulbul (9) 2024-01-16, Rose-ringed Parakeet (7) 2024-01-16, Scaly-breasted Munia (1) 2023-02-19, Spotted Dove (6) 2023-02-19, Warbling White-eye (8) 2023-02-19, White-rumped Shama (10) 2024-01-31, Yellow-fronted Canary (2) 2023-12-25, Zebra Dove",9,2024-01-16 +21.41899071,-157.7983592,"Black-necked Stilt (1) 2020-09-06, Chestnut Munia (2) 2023-06-23, Common Myna (7) 2023-06-23, Common Waxbill (1) 2022-07-02, Erckel's Spurfowl (1) 2020-09-06, Great Frigatebird (1) 2020-09-06, House Finch (2) 2020-09-06, House Sparrow (4) 2022-07-02, Java Sparrow (1) 2020-09-06, Feral Mallard (1) 2020-09-06, Northern Cardinal (3) 2022-01-26, Pacific Golden-Plover (2) 2021-09-11, Red Junglefowl (2) 2022-07-02, Red-crested Cardinal (4) 2023-10-15, Red-vented Bulbul (5) 2022-07-02, Red-whiskered Bulbul (1) 2019-05-15, Rock Pigeon (1) 2022-07-02, Saffron Finch (1) 2020-09-06, Spotted Dove (7) 2022-07-02, Warbling White-eye (4) 2022-07-02, Western Cattle Egret (3) 2022-07-02, White-rumped Shama (2) 2022-07-02, Zebra Dove",7,2022-07-02 +21.43726287,-157.827156,"Black-necked Stilt (1) 2024-02-24, Chestnut Munia (22) 2023-04-10, Common Myna (12) 2023-11-10, Common Waxbill (5) 2024-02-24, House Finch (3) 2022-07-22, House Sparrow (5) 2024-02-24, Java Sparrow (2) 2021-04-22, Feral Mallard (4) 2022-01-05, Muscovy Duck (2) 2022-07-22, Northern Cardinal (1) 2021-07-08, Pacific Golden-Plover (6) 2023-11-10, Red Junglefowl (4) 2023-11-10, Red-billed Leiothrix (3) 2022-09-30, Red-crested Cardinal (7) 2023-08-18, Red-vented Bulbul (8) 2022-09-30, Red-whiskered Bulbul (4) 2022-07-22, Rock Pigeon (6) 2023-04-24, Spotted Dove (9) 2023-11-10, Warbling White-eye (1) 2021-07-08, Western Cattle Egret (10) 2024-02-24, White-rumped Shama (4) 2023-06-05, Zebra Dove",12,2023-11-10 +21.44846609,-158.1937654,"African Silverbill (2) 2019-02-22, Black-crowned Night Heron (1) 2023-01-21, Brown Booby (7) 2024-02-12, Common Myna (14) 2023-04-26, Common Waxbill (2) 2023-04-01, Great Frigatebird (2) 2023-01-18, House Finch (2) 2023-01-18, House Sparrow (4) 2023-04-26, Java Sparrow (4) 2023-04-26, Laughing Gull (3) 2021-01-16, Pacific Golden-Plover (3) 2023-01-18, Red-crested Cardinal (5) 2023-04-26, Red-vented Bulbul (4) 2023-04-26, Rock Pigeon (11) 2023-04-26, Saffron Finch (7) 2023-10-31, Sooty Tern (1) 2023-02-22, Spotted Dove (5) 2023-01-18, Wandering Tattler (1) 2023-01-23, Warbling White-eye (1) 2021-05-07, Wedge-tailed Shearwater (1) 2023-10-31, Western Cattle Egret (1) 2021-01-14, White Tern (1) 2023-10-31, Zebra Dove",10,2023-04-26 +21.57455217,-158.1158002,"Black-crowned Night Heron (3) 2020-02-23, Black-necked Stilt (1) 2019-07-09, Common Gallinule (2) 2020-02-23, Common Myna (4) 2020-02-23, Common Waxbill (4) 2020-02-23, House Finch (3) 2019-10-28, House Sparrow (2) 2019-10-28, Java Sparrow (3) 2021-11-10, Northern Cardinal (3) 2022-04-22, Pacific Golden-Plover (1) 2019-10-13, Red Junglefowl (1) 2019-10-13, Red-crested Cardinal (4) 2022-09-17, Red-vented Bulbul (5) 2020-02-23, Red-whiskered Bulbul (2) 2019-10-28, Rock Pigeon (1) 2019-10-13, Scaly-breasted Munia (1) 2019-10-13, Spotted Dove (5) 2022-09-16, Wandering Tattler (1) 2019-10-13, Warbling White-eye (4) 2020-02-23, Western Cattle Egret (4) 2020-02-23, White-faced Ibis (1) 2020-02-23, White-rumped Shama (3) 2019-10-28, Zebra Dove",6,2022-09-17 +21.64574371,-157.9317687,"Chestnut Munia (4) 2022-04-10, Common Myna (24) 2023-11-19, Common Waxbill (9) 2023-01-01, House Finch (13) 2022-05-17, House Sparrow (3) 2023-01-01, Java Sparrow (3) 2022-01-02, Laysan Albatross (3) 2021-12-29, Feral Mallard (1) 2021-01-01, Northern Cardinal (1) 2022-01-08, Pacific Golden-Plover (18) 2023-01-01, Red Junglefowl (4) 2023-11-19, Red-billed Leiothrix (6) 2022-05-17, Red-crested Cardinal (13) 2023-01-01, Red-vented Bulbul (18) 2023-01-01, Red-whiskered Bulbul (10) 2023-11-19, Rock Pigeon (5) 2022-03-27, Rose-ringed Parakeet (5) 2022-02-12, Saffron Finch (5) 2023-01-01, Spotted Dove (12) 2023-01-01, Warbling White-eye (13) 2023-01-01, Western Cattle Egret (11) 2023-01-01, White-rumped Shama (4) 2022-11-17, Zebra Dove",15,2023-01-01 +21.2653571,-157.789974,"Common Myna (4) 2023-10-14, Common Waxbill (2) 2023-10-14, Gray Francolin (1) 2021-02-21, Great Frigatebird (1) 2022-07-20, House Finch (1) 2022-07-20, House Sparrow (1) 2023-10-14, Java Sparrow (4) 2023-10-14, Feral Mallard (1) 2021-02-21, Pacific Golden-Plover (3) 2023-10-14, Red Junglefowl (1) 2022-07-20, Red-crested Cardinal (3) 2022-07-20, Red-vented Bulbul (6) 2023-10-14, Red-whiskered Bulbul (1) 2019-04-28, Rock Pigeon (1) 2022-07-20, Rose-ringed Parakeet (4) 2022-07-20, Saffron Finch (2) 2023-10-14, Scaly-breasted Munia (1) 2022-07-20, Spotted Dove (3) 2022-07-20, Warbling White-eye (3) 2022-07-20, Western Cattle Egret (3) 2023-10-14, White Tern (2) 2022-07-20, Yellow-fronted Canary (2) 2023-10-14, Zebra Dove",5,2023-10-14 +21.28285106,-157.7127237,"Black-necked Stilt (2) 2021-12-30, Common Myna (29) 2023-08-07, Common Waxbill (3) 2021-08-08, Glaucous-winged Gull (3) 2021-01-26, Great Frigatebird (2) 2022-07-08, House Finch (3) 2022-02-24, House Sparrow (21) 2023-03-21, Feral Mallard (20) 2023-03-21, Northern Mockingbird (1) 2022-02-22, Pacific Golden-Plover (27) 2024-01-15, Red-crested Cardinal (25) 2023-08-07, Red-vented Bulbul (15) 2023-03-21, Rock Pigeon (14) 2023-03-21, Rose-ringed Parakeet (1) 2022-02-24, Ruddy Turnstone (12) 2023-03-21, Scaly-breasted Munia (1) 2021-06-28, Spotted Dove (22) 2023-03-21, Wandering Tattler (4) 2021-06-09, Warbling White-eye (2) 2022-02-24, Western Cattle Egret (18) 2024-01-15, White Tern (4) 2022-02-24, Zebra Dove",29,2023-11-13 +21.30321728,-158.0595915,"African Silverbill (2) 2024-01-05, Bristle-thighed Curlew (1) 2020-08-18, Chestnut Munia (4) 2024-01-05, Common Myna (10) 2024-01-05, Common Waxbill (6) 2024-01-05, Gray Francolin (1) 2023-01-03, House Finch (6) 2024-01-05, House Sparrow (8) 2024-01-05, Northern Cardinal (5) 2024-01-01, Pacific Golden-Plover (5) 2024-01-05, Red-crested Cardinal (5) 2024-01-05, Red-vented Bulbul (8) 2024-01-05, Red-whiskered Bulbul (4) 2024-01-01, Ruddy Turnstone (5) 2023-04-12, Saffron Finch (3) 2024-01-05, Sanderling (3) 2022-12-25, Spotted Dove (5) 2024-01-05, Wandering Tattler (1) 2022-12-25, Warbling White-eye (4) 2024-01-05, Western Cattle Egret (2) 2024-01-01, White Tern (1) 2022-03-26, White-rumped Shama (1) 2023-01-03, Yellow-fronted Canary (6) 2024-01-05, Zebra Dove",6,2024-01-05 +21.31962573,-157.7991705,"Chestnut Munia (3) 2021-11-13, Common Myna (6) 2024-02-26, Common Waxbill (3) 2022-12-31, House Finch (5) 2020-11-14, House Sparrow (2) 2019-10-23, Japanese Bush Warbler (2) 2020-11-14, Java Sparrow (1) 2019-10-23, Feral Mallard (1) 2019-03-18, Northern Cardinal (4) 2024-02-18, Oahu Amakihi (4) 2024-02-18, Pacific Golden-Plover (3) 2021-11-13, Red Junglefowl (1) 2019-03-18, Red-billed Leiothrix (6) 2024-01-14, Red-crested Cardinal (6) 2022-12-31, Red-vented Bulbul (8) 2024-02-18, Red-whiskered Bulbul (9) 2024-02-26, Rose-ringed Parakeet (8) 2024-02-18, Spotted Dove (8) 2024-02-18, Warbling White-eye (10) 2024-02-18, Western Cattle Egret (3) 2021-11-13, White Tern (1) 2019-10-23, White-rumped Shama (5) 2024-02-18, Zebra Dove",9,2024-02-23 +21.31860575,-157.6642097,"African Silverbill (5) 2023-08-24, Black-crowned Night Heron (1) 2022-06-12, Brown Booby (2) 2022-06-12, Brown Noddy (5) 2023-05-24, Common Myna (13) 2023-08-24, Common Waxbill (1) 2019-04-12, Great Frigatebird (1) 2022-03-08, House Sparrow (3) 2020-02-17, Masked Booby (4) 2022-08-25, Pacific Golden-Plover (2) 2022-01-17, Pectoral Sandpiper (2) 2019-09-28, Red-crested Cardinal (3) 2022-06-12, Red-footed Booby (18) 2023-10-14, Red-tailed Tropicbird (5) 2023-08-24, Red-vented Bulbul (2) 2020-02-17, Rock Pigeon (2) 2020-02-17, Ruddy Turnstone (1) 2020-02-24, Scaly-breasted Munia (1) 2020-02-25, Sooty Tern (3) 2023-05-24, Spotted Dove (6) 2023-08-24, Wandering Tattler (5) 2023-01-27, Wedge-tailed Shearwater (5) 2023-10-14, Western Cattle Egret (3) 2022-08-26, Zebra Dove",2,2022-06-12 +21.34738771,-157.8953737,"Chestnut Munia (2) 2019-03-03, Common Myna (6) 2021-10-06, Common Waxbill (4) 2023-01-25, House Finch (7) 2021-10-06, House Sparrow (3) 2021-10-06, Java Sparrow (4) 2023-01-25, Feral Mallard (2) 2019-03-03, Northern Cardinal (6) 2023-01-22, Northern Shoveler (2) 2019-03-03, Pacific Golden-Plover (2) 2019-03-03, Red-crested Cardinal (5) 2023-01-22, Red-vented Bulbul (7) 2023-01-22, Red-whiskered Bulbul (6) 2023-01-25, Rock Pigeon (1) 2023-01-22, Rose-ringed Parakeet (6) 2023-01-25, Saffron Finch (1) 2019-02-04, Scaly-breasted Munia (1) 2019-04-28, Spotted Dove (8) 2023-01-22, Wandering Tattler (1) 2023-01-05, Warbling White-eye (5) 2019-05-16, Western Cattle Egret (2) 2019-03-03, White-rumped Shama (1) 2023-01-25, Yellow-fronted Canary (2) 2021-10-06, Zebra Dove",8,2023-01-25 +21.35667284,-157.9338795,"Barn Owl (1) 2019-01-24, Chestnut Munia (2) 2024-02-06, Common Myna (6) 2024-02-06, Common Waxbill (5) 2024-02-06, Great-tailed Grackle (1) 2019-09-20, House Finch (3) 2024-02-06, House Sparrow (1) 2023-06-08, Java Sparrow (3) 2024-02-06, Northern Cardinal (3) 2024-02-06, Pacific Golden-Plover (3) 2024-02-06, Red-crested Cardinal (5) 2024-02-06, Red-vented Bulbul (5) 2024-02-06, Red-whiskered Bulbul (2) 2024-02-06, Rock Pigeon (1) 2022-01-06, Rose-ringed Parakeet (2) 2023-12-24, Saffron Finch (1) 2022-01-06, Spotted Dove (3) 2024-02-06, Warbling White-eye (3) 2023-06-08, Western Cattle Egret (7) 2024-02-06, White Tern (3) 2023-06-08, White-rumped Shama (2) 2024-02-06, Yellow-fronted Canary (3) 2024-02-06, Zebra Dove",4,2024-02-06 +21.3757077,-158.0977107,"Apapane (1) 2021-01-02, Black Francolin (3) 2022-12-16, Common Myna (2) 2021-01-02, Common Waxbill (13) 2021-01-02, Erckel's Spurfowl (1) 2021-01-02, Gray Francolin (4) 2022-12-16, House Finch (2) 2021-01-02, Japanese Bush Warbler (1) 2021-01-02, Java Sparrow (1) 2021-01-02, Northern Cardinal (11) 2019-10-17, Northern Mockingbird (1) 2021-01-02, Oahu Amakihi (2) 2021-01-02, Oahu Elepaio (13) 2021-01-02, Pacific Golden-Plover (4) 2022-12-16, Red Junglefowl (1) 2019-01-18, Red-billed Leiothrix (12) 2021-01-02, Red-crested Cardinal (11) 2019-10-17, Red-vented Bulbul (13) 2021-01-02, Red-whiskered Bulbul (11) 2019-10-17, Scaly-breasted Munia (1) 2019-01-18, Spotted Dove (2) 2021-01-02, Warbling White-eye (13) 2021-01-02, White-rumped Shama (13) 2021-01-02, Zebra Dove",1,2019-01-18 +21.3750971,-157.9916161,"American Wigeon (1) 2024-01-12, Black-crowned Night Heron (1) 2022-01-02, Black-necked Stilt (2) 2023-01-21, Chestnut Munia (6) 2024-01-12, Common Myna (6) 2024-01-12, Common Waxbill (7) 2024-01-12, Eurasian Skylark (2) 2019-03-10, Eurasian Wigeon (1) 2024-01-12, House Finch (3) 2024-01-12, House Sparrow (3) 2024-01-12, Indian Peafowl (1) 2023-12-03, Java Sparrow (1) 2024-01-12, Feral Mallard (3) 2024-01-12, Northern Cardinal (1) 2022-01-02, Pacific Golden-Plover (10) 2024-01-12, Red-crested Cardinal (6) 2024-01-12, Red-vented Bulbul (1) 2024-01-12, Rose-ringed Parakeet (1) 2023-08-19, Saffron Finch (10) 2023-08-19, Spotted Dove (7) 2024-01-12, Warbling White-eye (1) 2024-01-12, Western Cattle Egret (7) 2024-01-12, Yellow-fronted Canary (1) 2024-01-12, Zebra Dove",7,2024-01-12 +21.37461435,-157.9144594,"Black-necked Stilt (1) 2022-06-08, Chestnut Munia (5) 2022-06-15, Common Myna (14) 2024-01-31, Common Waxbill (4) 2024-01-31, Great-tailed Grackle (1) 2020-07-11, House Finch (2) 2024-01-31, House Sparrow (9) 2024-01-31, Java Sparrow (8) 2024-01-31, Feral Mallard (1) 2023-01-18, Northern Cardinal (3) 2022-05-14, Pacific Golden-Plover (7) 2024-01-31, Red Junglefowl (3) 2022-12-21, Red-crested Cardinal (11) 2024-01-31, Red-vented Bulbul (9) 2024-01-31, Rock Pigeon (2) 2022-12-21, Rose-ringed Parakeet (1) 2023-04-03, Saffron Finch (7) 2024-01-31, Spotted Dove (8) 2024-01-31, Warbling White-eye (6) 2023-01-18, Western Cattle Egret (8) 2023-01-18, White Tern (1) 2023-04-03, Yellow-fronted Canary (3) 2024-01-31, Zebra Dove",11,2024-01-31 +21.40981801,-157.7791406,"Black-necked Stilt (2) 2022-10-20, Chestnut Munia (5) 2023-07-29, Common Myna (13) 2023-08-20, Common Waxbill (7) 2022-04-28, Great Frigatebird (1) 2022-10-21, House Finch (5) 2023-07-29, House Sparrow (2) 2023-02-22, Java Sparrow (3) 2023-07-27, Feral Mallard (1) 2019-02-12, Northern Cardinal (5) 2023-07-27, Northern Mockingbird (1) 2019-03-07, Pacific Golden-Plover (3) 2022-10-20, Red Junglefowl (4) 2022-04-17, Red-billed Leiothrix (9) 2023-07-29, Red-crested Cardinal (9) 2023-07-27, Red-vented Bulbul (14) 2023-08-20, Red-whiskered Bulbul (6) 2022-04-28, Rock Pigeon (3) 2023-02-22, Spotted Dove (8) 2023-07-29, Wandering Tattler (1) 2019-02-12, Warbling White-eye (9) 2022-04-28, Western Cattle Egret (7) 2022-10-20, White-rumped Shama (9) 2022-04-28, Zebra Dove",13,2023-08-20 +21.42038018,-158.0106015,"Chestnut Munia (1) 2020-06-23, Common Gallinule (3) 2023-05-30, Common Myna (7) 2023-05-30, Common Waxbill (2) 2021-09-14, House Finch (3) 2021-09-14, House Sparrow (3) 2021-09-14, Indian Peafowl (3) 2023-05-30, Java Sparrow (5) 2023-05-30, Northern Cardinal (3) 2020-12-03, Pacific Golden-Plover (3) 2021-09-14, Red Junglefowl (5) 2023-05-30, Red-crested Cardinal (6) 2023-05-30, Red-vented Bulbul (7) 2023-05-30, Rock Pigeon (2) 2022-04-02, Rose-ringed Parakeet (5) 2023-05-30, Ruddy Turnstone (1) 2021-09-14, Saffron Finch (7) 2023-05-30, Scaly-breasted Munia (1) 2020-06-23, Spotted Dove (6) 2023-05-30, Warbling White-eye (3) 2021-09-14, Western Cattle Egret (8) 2023-05-30, White-rumped Shama (5) 2023-05-10, Yellow-fronted Canary (2) 2020-12-03, Zebra Dove",7,2023-05-30 +21.41863787,-157.7501251,"Black-crowned Night Heron (1) 2019-07-21, Black-necked Stilt (2) 2021-11-25, Chestnut Munia (3) 2024-02-18, Common Myna (21) 2024-01-27, Common Waxbill (3) 2024-02-18, House Finch (6) 2023-03-10, House Sparrow (4) 2023-03-10, Java Sparrow (7) 2023-03-10, Feral Mallard (1) 2023-03-07, Muscovy Duck (1) 2024-01-22, Northern Cardinal (6) 2023-03-10, Pacific Golden-Plover (7) 2024-02-18, Red Junglefowl (3) 2024-01-27, Red-crested Cardinal (14) 2024-02-17, Red-vented Bulbul (11) 2023-06-07, Red-whiskered Bulbul (6) 2023-03-07, Rock Pigeon (13) 2024-02-18, Scaly-breasted Munia (1) 2020-07-01, Snow Goose (1) 2019-10-20, Spotted Dove (11) 2023-03-10, Warbling White-eye (3) 2024-02-18, Western Cattle Egret (13) 2024-02-19, Zebra Dove",16,2023-06-07 +21.41856556,-157.7404785,"Black-crowned Night Heron (1) 2024-02-05, Black-necked Stilt (2) 2024-01-17, Common Myna (4) 2024-02-05, Gray Francolin (1) 2023-05-24, Great Frigatebird (1) 2022-02-02, House Sparrow (1) 2024-02-05, Java Sparrow (3) 2024-02-05, Feral Mallard (1) 2024-02-05, Northern Cardinal (3) 2023-11-11, Pacific Golden-Plover (2) 2024-02-05, Red Junglefowl (1) 2024-02-05, Red-crested Cardinal (6) 2024-02-05, Red-footed Booby (2) 2024-02-05, Red-vented Bulbul (5) 2023-05-24, Red-whiskered Bulbul (1) 2021-06-11, Rock Pigeon (4) 2024-01-24, Rose-ringed Parakeet (1) 2024-02-05, Sanderling (1) 2020-12-23, Spotted Dove (2) 2024-02-05, Wedge-tailed Shearwater (1) 2022-02-09, Western Cattle Egret (1) 2024-02-05, Zebra Dove",4,2024-02-05 +21.45476839,-157.7498171,"Black-crowned Night Heron (1) 2024-01-17, Black-necked Stilt (16) 2024-01-17, Common Gallinule (17) 2024-01-17, Common Myna (15) 2024-01-17, Common Waxbill (1) 2019-12-04, Gray Francolin (5) 2024-01-17, Great Frigatebird (10) 2023-07-22, Green-winged Teal (3) 2021-12-19, Hawaiian Coot (9) 2024-01-17, House Finch (3) 2024-01-17, House Sparrow (3) 2021-12-19, Java Sparrow (1) 2019-12-12, Feral Mallard (17) 2024-01-17, Northern Cardinal (3) 2023-07-22, Pacific Golden-Plover (19) 2024-01-17, Red-crested Cardinal (8) 2024-01-17, Red-vented Bulbul (10) 2024-01-17, Spotted Dove (1) 2024-01-17, Warbling White-eye (6) 2024-01-17, Western Cattle Egret (10) 2023-08-16, White-rumped Shama (1) 2019-12-12, Zebra Dove",15,2024-01-17 +21.46449692,-157.8462392,"Black-necked Stilt (5) 2023-10-21, Chestnut Munia (2) 2022-11-20, Common Myna (6) 2022-11-26, Common Waxbill (4) 2022-11-26, House Finch (3) 2022-11-26, House Sparrow (2) 2022-11-26, Indian Peafowl (1) 2020-02-18, Java Sparrow (3) 2022-11-26, Feral Mallard (1) 2020-02-18, Northern Cardinal (1) 2022-11-20, Pacific Golden-Plover (1) 2019-04-17, Red Junglefowl (6) 2023-03-29, Red-billed Leiothrix (1) 2022-11-20, Red-crested Cardinal (5) 2022-11-26, Red-vented Bulbul (3) 2022-11-26, Red-whiskered Bulbul (4) 2022-11-26, Rock Pigeon (5) 2022-11-26, Ruddy Turnstone (2) 2023-12-16, Spotted Dove (5) 2022-11-26, Warbling White-eye (4) 2022-11-26, Western Cattle Egret (5) 2022-11-26, White-rumped Shama (1) 2021-12-22, Zebra Dove",5,2022-11-26 +21.50243325,-158.1451984,"Apapane (13) 2023-01-27, Common Myna (2) 2023-02-20, Common Waxbill (7) 2023-02-27, Erckel's Spurfowl (2) 2021-09-10, House Finch (6) 2022-05-04, House Sparrow (1) 2021-04-30, Indian Peafowl (2) 2022-06-20, Japanese Bush Warbler (7) 2022-06-20, Kalij Pheasant (3) 2022-05-04, Northern Cardinal (1) 2023-02-27, Oahu Amakihi (2) 2021-04-30, Pacific Golden-Plover (2) 2020-02-09, Red-billed Leiothrix (7) 2022-06-20, Red-crested Cardinal (3) 2023-02-27, Red-vented Bulbul (7) 2023-02-27, Red-whiskered Bulbul (2) 2022-04-12, Saffron Finch (1) 2023-02-27, Sanderling (1) 2023-01-27, Spotted Dove (1) 2021-09-10, Warbling White-eye (8) 2022-06-20, Western Cattle Egret (2) 2023-02-20, White-rumped Shama (6) 2023-01-27, Yellow-fronted Canary (1) 2023-01-27, Zebra Dove",3,2023-02-27 +21.5108874,-158.0389523,"Black Francolin (16) 2022-12-12, Chestnut Munia (3) 2023-12-04, Common Myna (42) 2023-12-04, Common Waxbill (35) 2023-12-04, Gray Francolin (15) 2022-12-27, House Finch (42) 2023-12-04, House Sparrow (12) 2023-12-04, Indian Peafowl (9) 2022-04-25, Japanese Bush Warbler (4) 2022-06-06, Northern Cardinal (4) 2022-12-27, Pacific Golden-Plover (34) 2023-03-31, Red Avadavat (12) 2023-12-04, Red Junglefowl (15) 2023-12-04, Red-crested Cardinal (37) 2023-03-31, Red-vented Bulbul (47) 2023-12-04, Red-whiskered Bulbul (23) 2022-12-12, Saffron Finch (12) 2024-01-11, Scaly-breasted Munia (2) 2022-08-22, Short-eared Owl (1) 2019-03-21, Spotted Dove (19) 2023-03-31, Warbling White-eye (39) 2023-03-31, Western Cattle Egret (12) 2023-03-31, White-rumped Shama (2) 2023-12-04, Zebra Dove",31,2024-01-11 +21.50959546,-157.83623,"Black-necked Stilt (1) 2021-04-24, Brown Noddy (1) 2021-07-22, Chestnut Munia (1) 2021-04-03, Common Myna (4) 2021-07-22, Common Waxbill (4) 2021-07-22, Great Frigatebird (1) 2021-07-22, House Finch (2) 2021-07-22, Masked Booby (1) 2021-07-22, Northern Cardinal (1) 2021-04-24, Pacific Golden-Plover (5) 2022-11-26, Red-crested Cardinal (6) 2022-02-15, Red-footed Booby (1) 2021-07-22, Red-vented Bulbul (2) 2021-07-22, Red-whiskered Bulbul (1) 2020-04-25, Rock Pigeon (1) 2021-07-22, Ruddy Turnstone (6) 2022-11-26, Sooty Tern (1) 2021-07-22, Spotted Dove (2) 2021-07-22, Wandering Tattler (1) 2021-04-03, Wedge-tailed Shearwater (1) 2021-07-22, Western Cattle Egret (6) 2022-11-26, White Tern (1) 2021-07-22, White-tailed Tropicbird (1) 2021-07-22, Zebra Dove",3,2021-07-22 +21.55502756,-157.8744944,"Chestnut Munia (11) 2023-12-07, Common Myna (20) 2023-12-26, Common Waxbill (11) 2023-12-26, Gray Francolin (1) 2023-09-02, House Finch (8) 2024-02-16, House Sparrow (2) 2023-04-17, Java Sparrow (1) 2023-04-17, Northern Cardinal (2) 2022-03-08, Pacific Golden-Plover (14) 2024-02-16, Red Junglefowl (20) 2024-02-16, Red-billed Leiothrix (8) 2023-12-26, Red-crested Cardinal (12) 2023-12-26, Red-vented Bulbul (10) 2023-12-26, Red-whiskered Bulbul (9) 2024-01-14, Rock Pigeon (1) 2022-03-08, Ruddy Turnstone (2) 2023-03-29, Saffron Finch (1) 2022-03-08, Scaly-breasted Munia (1) 2023-09-02, Spotted Dove (8) 2024-02-16, Wandering Tattler (2) 2019-08-29, Warbling White-eye (12) 2024-02-16, Western Cattle Egret (9) 2023-12-26, White-rumped Shama (10) 2024-01-14, Zebra Dove",19,2024-02-16 +21.56577615,-158.164139,"Black Francolin (6) 2023-06-02, Chestnut Munia (3) 2020-02-26, Common Myna (8) 2023-06-02, Common Waxbill (10) 2023-06-02, Erckel's Spurfowl (3) 2020-06-18, Gray Francolin (5) 2023-01-26, House Finch (9) 2023-06-02, Indian Peafowl (5) 2023-06-02, Japanese Bush Warbler (10) 2023-06-02, Northern Cardinal (9) 2023-06-02, Pacific Golden-Plover (3) 2021-02-10, Red Avadavat (8) 2023-06-02, Red-billed Leiothrix (7) 2023-06-02, Red-crested Cardinal (9) 2023-06-02, Red-vented Bulbul (10) 2023-06-02, Red-whiskered Bulbul (9) 2023-06-02, Saffron Finch (7) 2023-06-02, Scaly-breasted Munia (3) 2021-02-25, Spotted Dove (7) 2023-06-02, Warbling White-eye (9) 2023-06-02, Western Cattle Egret (2) 2021-07-02, White-rumped Shama (10) 2023-06-02, Yellow-fronted Canary (2) 2023-06-02, Zebra Dove",8,2023-06-02 +21.57521914,-158.2510101,"African Silverbill (2) 2023-04-08, Brown Booby (2) 2023-04-08, Common Myna (5) 2023-07-05, Common Waxbill (3) 2023-07-05, Erckel's Spurfowl (4) 2023-04-08, Gray Francolin (3) 2023-07-05, House Finch (4) 2023-04-08, Laysan Albatross (6) 2023-07-05, Masked Booby (1) 2022-12-20, Northern Cardinal (1) 2023-04-08, Pacific Golden-Plover (4) 2023-04-08, Red-billed Leiothrix (1) 2023-07-05, Red-crested Cardinal (4) 2023-07-05, Red-vented Bulbul (6) 2023-07-05, Red-whiskered Bulbul (2) 2023-04-08, Rock Pigeon (1) 2023-04-08, Snow Goose (1) 2019-11-20, Spotted Dove (4) 2023-04-08, Warbling White-eye (4) 2023-07-05, Wedge-tailed Shearwater (2) 2023-07-05, Western Cattle Egret (1) 2023-04-08, Zebra Dove",5,2023-07-05 +21.5840784,-158.2123263,"Brown Booby (1) 2020-01-01, Chestnut Munia (1) 2019-11-11, Common Myna (3) 2020-10-26, Common Waxbill (2) 2020-10-26, Gray Francolin (2) 2020-10-26, Great Frigatebird (1) 2020-10-26, House Finch (1) 2020-10-26, Laysan Albatross (3) 2020-01-23, Northern Cardinal (3) 2020-10-26, Pacific Golden-Plover (5) 2020-10-26, Red Junglefowl (2) 2020-10-26, Red-crested Cardinal (3) 2020-01-08, Red-vented Bulbul (2) 2020-10-26, Saffron Finch (5) 2020-10-26, Sanderling (1) 2024-02-21, Scaly-breasted Munia (1) 2019-11-11, Sharp-tailed Sandpiper (1) 2020-10-26, Snow Goose (7) 2020-01-08, Spotted Dove (2) 2020-10-26, Warbling White-eye (2) 2020-10-26, Western Cattle Egret (2) 2020-10-26, Yellow-fronted Canary (1) 2019-11-11, Zebra Dove",3,2020-10-26 +21.6276138,-157.9222404,"Chestnut Munia (2) 2022-10-12, Common Myna (14) 2022-11-09, Common Waxbill (11) 2022-10-12, House Finch (2) 2022-01-10, House Sparrow (5) 2022-03-07, Java Sparrow (3) 2022-10-12, Northern Cardinal (2) 2021-12-01, Pacific Golden-Plover (12) 2023-11-19, Red Avadavat (1) 2023-10-06, Red Junglefowl (13) 2023-03-31, Red-billed Leiothrix (1) 2021-12-01, Red-crested Cardinal (6) 2022-10-12, Red-vented Bulbul (5) 2022-10-12, Red-whiskered Bulbul (5) 2022-10-12, Rock Pigeon (9) 2023-03-31, Ruddy Turnstone (15) 2023-03-31, Saffron Finch (3) 2022-05-02, Sanderling (5) 2023-11-19, Scaly-breasted Munia (1) 2021-12-01, Spotted Dove (11) 2023-03-31, Wandering Tattler (4) 2023-11-19, Warbling White-eye (5) 2022-10-12, Western Cattle Egret (5) 2022-10-12, Zebra Dove",11,2023-11-19 +21.67354764,-158.0475413,"Brown Booby (5) 2022-04-29, Brown Noddy (1) 2019-03-03, Common Myna (12) 2023-11-18, Great Frigatebird (1) 2019-07-24, Java Sparrow (1) 2021-05-07, Laysan Albatross (4) 2022-01-24, Muscovy Duck (1) 2021-05-06, Northern Cardinal (1) 2021-05-10, Pacific Golden-Plover (3) 2019-03-03, Red Junglefowl (2) 2022-10-16, Red-crested Cardinal (3) 2023-06-28, Red-footed Booby (4) 2022-04-29, Red-vented Bulbul (8) 2023-11-18, Red-whiskered Bulbul (1) 2021-05-07, Saffron Finch (3) 2023-04-23, Sanderling (3) 2023-02-07, Spotted Dove (5) 2021-06-09, Wandering Tattler (2) 2023-02-07, Warbling White-eye (1) 2019-03-03, Wedge-tailed Shearwater (1) 2019-07-26, Western Cattle Egret (5) 2023-08-23, White-rumped Shama (1) 2023-11-18, White-tailed Tropicbird (2) 2022-09-16, Zebra Dove",9,2023-02-07 +21.31225276,-158.0595344,"African Silverbill (3) 2019-03-26, Barn Owl (1) 2020-07-16, Common Myna (2) 2023-03-27, Common Waxbill (1) 2023-03-27, Eurasian Skylark (4) 2023-03-27, Gray Francolin (1) 2021-12-21, House Finch (1) 2021-12-21, House Sparrow (3) 2023-03-27, Indian Peafowl (1) 2021-12-21, Japanese Bush Warbler (1) 2021-12-21, Java Sparrow (2) 2023-03-27, Northern Cardinal (2) 2023-03-27, Northern Mockingbird (1) 2021-12-21, Pacific Golden-Plover (7) 2023-03-27, Red Junglefowl (1) 2021-12-21, Red-crested Cardinal (5) 2023-03-27, Red-vented Bulbul (2) 2023-03-27, Red-whiskered Bulbul (2) 2021-10-11, Saffron Finch (3) 2019-03-26, Sanderling (1) 2023-03-27, Spotted Dove (2) 2023-03-27, Warbling White-eye (2) 2023-03-27, Western Cattle Egret (1) 2023-03-27, White-rumped Shama (2) 2023-03-27, Zebra Dove",5,2023-03-27 +21.33872864,-157.9532949,"Black-crowned Night Heron (1) 2021-02-13, Chestnut Munia (5) 2023-07-09, Common Myna (32) 2023-07-09, Common Waxbill (5) 2023-07-09, Eurasian Skylark (1) 2022-02-10, House Finch (9) 2023-07-01, House Sparrow (16) 2023-07-01, Java Sparrow (8) 2023-07-01, Feral Mallard (1) 2021-01-17, Northern Cardinal (5) 2023-07-01, Pacific Golden-Plover (20) 2022-10-08, Red-crested Cardinal (15) 2023-07-09, Red-vented Bulbul (14) 2023-07-09, Red-whiskered Bulbul (5) 2022-06-11, Rock Pigeon (11) 2023-07-09, Rose-ringed Parakeet (5) 2023-07-01, Saffron Finch (9) 2023-07-09, Short-eared Owl (1) 2021-12-30, Spotted Dove (16) 2023-07-09, Warbling White-eye (4) 2023-07-01, Western Cattle Egret (23) 2023-07-01, White Tern (4) 2022-02-21, White-rumped Shama (3) 2022-10-08, Yellow-fronted Canary (5) 2022-02-21, Zebra Dove",21,2023-07-01 +21.3384801,-157.9147256,"African Silverbill (1) 2021-11-29, Chestnut Munia (3) 2023-12-04, Common Myna (33) 2024-01-12, Common Waxbill (7) 2024-01-12, House Finch (6) 2023-01-16, House Sparrow (25) 2023-12-04, Java Sparrow (8) 2023-10-19, Feral Mallard (2) 2023-06-25, Northern Cardinal (3) 2020-06-25, Pacific Golden-Plover (7) 2024-01-12, Red Junglefowl (6) 2023-10-19, Red-crested Cardinal (8) 2023-12-14, Red-vented Bulbul (14) 2024-01-12, Red-whiskered Bulbul (4) 2022-03-09, Rock Pigeon (5) 2023-10-19, Rose-ringed Parakeet (7) 2024-01-09, Saffron Finch (3) 2021-12-20, Spotted Dove (25) 2024-01-12, Warbling White-eye (11) 2024-01-12, Western Cattle Egret (13) 2023-10-19, White-rumped Shama (1) 2020-06-25, Yellow-fronted Canary (2) 2020-06-25, Zebra Dove",36,2024-01-12 +21.33796364,-157.8375903,"Chestnut Munia (1) 2022-07-23, Common Myna (7) 2023-10-16, Common Waxbill (3) 2022-05-10, House Finch (3) 2022-05-10, House Sparrow (1) 2022-04-25, Java Sparrow (2) 2022-05-10, Feral Mallard (3) 2022-05-10, Northern Cardinal (6) 2023-12-21, Pacific Golden-Plover (1) 2023-10-16, Red Junglefowl (1) 2023-10-16, Red-billed Leiothrix (1) 2022-05-10, Red-crested Cardinal (8) 2023-12-21, Red-vented Bulbul (6) 2023-10-16, Red-whiskered Bulbul (4) 2022-05-10, Rose-ringed Parakeet (8) 2023-12-21, Saffron Finch (1) 2022-05-10, Scaly-breasted Munia (1) 2019-02-11, Spotted Dove (8) 2023-12-21, Warbling White-eye (5) 2022-05-10, Western Cattle Egret (1) 2022-07-23, White Tern (1) 2022-05-10, White-rumped Shama (5) 2023-10-16, Yellow-fronted Canary (2) 2022-05-10, Zebra Dove",9,2023-12-21 +21.3369744,-157.70261,"Brown Noddy (1) 2021-07-29, Chestnut Munia (1) 2023-08-04, Common Myna (7) 2023-08-04, Common Waxbill (3) 2023-08-04, Great Frigatebird (2) 2023-06-04, House Finch (3) 2023-08-04, House Sparrow (1) 2023-01-15, Java Sparrow (5) 2023-08-04, Northern Mockingbird (2) 2021-10-26, Pacific Golden-Plover (4) 2023-03-18, Red-crested Cardinal (4) 2023-08-04, Red-footed Booby (1) 2022-03-19, Red-tailed Tropicbird (1) 2023-01-15, Red-vented Bulbul (3) 2023-08-04, Red-whiskered Bulbul (4) 2023-08-04, Rock Pigeon (3) 2023-08-04, Sooty Tern (1) 2023-01-15, Spotted Dove (6) 2023-08-04, Warbling White-eye (1) 2023-01-15, Western Cattle Egret (4) 2023-08-04, White Tern (1) 2023-01-15, White-rumped Shama (2) 2023-06-06, Yellow-fronted Canary (1) 2023-06-04, Zebra Dove",8,2023-08-04 +21.3481102,-158.0110878,"African Silverbill (9) 2021-11-08, Black-crowned Night Heron (1) 2020-01-27, Chestnut Munia (19) 2022-02-07, Common Myna (21) 2023-05-13, Common Waxbill (28) 2023-05-13, Eurasian Skylark (27) 2023-05-13, Gray Francolin (40) 2022-02-25, House Finch (34) 2022-02-07, Java Sparrow (1) 2022-02-25, Northern Cardinal (26) 2022-02-25, Pacific Golden-Plover (25) 2022-02-25, Red Avadavat (8) 2022-02-25, Red-crested Cardinal (28) 2022-02-25, Red-vented Bulbul (54) 2023-05-13, Red-whiskered Bulbul (3) 2022-02-25, Rose-ringed Parakeet (1) 2019-04-06, Ruddy Turnstone (1) 2021-04-04, Saffron Finch (4) 2023-05-13, Scaly-breasted Munia (1) 2021-05-22, Spotted Dove (37) 2022-02-25, Warbling White-eye (27) 2021-11-08, Western Cattle Egret (16) 2023-05-13, White-rumped Shama (2) 2021-08-23, Yellow-fronted Canary (2) 2022-02-14, Zebra Dove",60,2023-05-13 +21.3565473,-157.9145926,"African Silverbill (1) 2021-07-01, Black-crowned Night Heron (1) 2019-01-29, Chestnut Munia (5) 2021-06-14, Common Myna (9) 2022-05-28, Common Waxbill (8) 2021-07-01, Hawaiian Coot (3) 2021-07-01, House Finch (2) 2020-06-25, House Sparrow (2) 2021-04-16, Java Sparrow (3) 2021-04-16, Feral Mallard (2) 2021-04-21, Northern Cardinal (7) 2022-04-14, Pacific Golden-Plover (5) 2021-04-16, Red-crested Cardinal (8) 2022-05-28, Red-crowned Parrot (1) 2021-04-16, Red-vented Bulbul (3) 2021-04-16, Rock Pigeon (2) 2021-04-16, Rose-ringed Parakeet (1) 2021-07-02, Saffron Finch (9) 2022-05-28, Spotted Dove (6) 2021-04-16, Warbling White-eye (4) 2021-06-14, Western Cattle Egret (5) 2021-06-14, White-rumped Shama (2) 2021-07-01, Yellow-fronted Canary (2) 2019-02-02, Zebra Dove",9,2022-05-28 +21.36667252,-158.0977659,"Black Francolin (1) 2019-04-16, Common Myna (1) 2019-04-16, Common Waxbill (1) 2019-04-16, Eurasian Skylark (2) 2019-12-27, Gray Francolin (2) 2019-12-27, House Finch (1) 2019-04-16, Java Sparrow (2) 2019-12-27, Kalij Pheasant (1) 2019-12-27, Northern Cardinal (2) 2020-05-15, Northern Mockingbird (3) 2019-12-27, Oahu Amakihi (1) 2019-04-16, Pacific Golden-Plover (1) 2019-12-27, Red Avadavat (2) 2019-12-27, Red Junglefowl (1) 2019-04-16, Red-billed Leiothrix (2) 2019-12-27, Red-crested Cardinal (2) 2019-12-27, Red-vented Bulbul (1) 2019-04-16, Saffron Finch (1) 2020-05-15, Scaly-breasted Munia (2) 2019-12-27, Spotted Dove (2) 2019-12-27, Warbling White-eye (2) 2019-12-27, Western Cattle Egret (1) 2019-12-27, White-rumped Shama (2) 2019-12-27, Yellow-faced Grassquit (1) 2019-04-16, Zebra Dove",4,2019-12-27 +21.37575859,-158.1073557,"Apapane (1) 2023-01-02, Black Francolin (1) 2023-12-31, Common Myna (7) 2023-12-31, Common Waxbill (2) 2023-12-31, Erckel's Spurfowl (2) 2023-01-02, Gray Francolin (3) 2023-12-31, House Finch (5) 2023-12-31, Java Sparrow (2) 2023-12-31, Kalij Pheasant (1) 2023-01-02, Mourning Dove (1) 2023-01-02, Northern Cardinal (7) 2023-12-31, Northern Mockingbird (1) 2023-01-02, Oahu Amakihi (2) 2023-01-02, Pacific Golden-Plover (2) 2023-12-31, Red Junglefowl (3) 2023-06-04, Red-billed Leiothrix (3) 2023-06-02, Red-crested Cardinal (6) 2023-12-31, Red-vented Bulbul (6) 2023-06-04, Red-whiskered Bulbul (3) 2023-06-03, Rock Pigeon (1) 2021-08-02, Saffron Finch (3) 2023-12-31, Spotted Dove (6) 2023-12-31, Warbling White-eye (4) 2023-12-31, White-rumped Shama (2) 2023-06-01, Zebra Dove",5,2023-12-31 +21.37473915,-157.9337485,"Black-crowned Night Heron (1) 2023-03-21, Black-necked Stilt (1) 2019-02-25, Chestnut Munia (1) 2019-02-08, Common Myna (18) 2024-01-30, Common Waxbill (1) 2019-02-08, House Finch (6) 2023-03-21, House Sparrow (10) 2023-11-05, Java Sparrow (4) 2021-11-27, Northern Cardinal (4) 2024-01-30, Northern Mockingbird (1) 2022-03-12, Pacific Golden-Plover (7) 2024-01-30, Red Junglefowl (2) 2022-03-12, Red-crested Cardinal (9) 2023-11-05, Red-vented Bulbul (11) 2024-01-30, Red-whiskered Bulbul (3) 2019-03-22, Rock Pigeon (3) 2023-11-05, Rose-ringed Parakeet (2) 2024-01-30, Ruddy Turnstone (1) 2021-11-27, Saffron Finch (3) 2021-12-20, Spotted Dove (15) 2024-01-30, Warbling White-eye (7) 2024-01-30, Western Cattle Egret (9) 2024-01-30, White Tern (1) 2024-01-30, White-rumped Shama (4) 2021-11-27, Zebra Dove",18,2024-01-30 +21.37332764,-157.7312217,"Black-necked Stilt (1) 2023-12-05, Chestnut Munia (9) 2023-06-09, Common Gallinule (1) 2021-12-22, Common Myna (24) 2023-12-30, Common Waxbill (17) 2023-12-30, Gray Francolin (1) 2022-08-26, Hawaiian Coot (1) 2021-12-22, House Finch (10) 2023-05-28, House Sparrow (2) 2022-08-07, Java Sparrow (11) 2023-12-30, Feral Mallard (2) 2023-05-28, Northern Cardinal (11) 2023-05-28, Pacific Golden-Plover (15) 2023-12-30, Red-billed Leiothrix (2) 2023-09-20, Red-crested Cardinal (19) 2023-12-30, Red-vented Bulbul (19) 2023-12-30, Red-whiskered Bulbul (16) 2023-05-28, Rock Pigeon (12) 2022-06-04, Rose-ringed Parakeet (7) 2022-03-23, Scaly-breasted Munia (4) 2022-03-23, Spotted Dove (21) 2023-12-30, Warbling White-eye (18) 2023-12-30, Western Cattle Egret (14) 2023-12-30, White-rumped Shama (7) 2023-05-28, Zebra Dove",22,2023-12-30 +21.40158915,-157.8949669,"Apapane (4) 2023-05-31, Chestnut Munia (1) 2021-10-10, Common Myna (5) 2023-05-31, Common Waxbill (12) 2023-12-04, House Finch (18) 2023-12-17, House Sparrow (1) 2023-05-31, Japanese Bush Warbler (2) 2023-01-10, Java Sparrow (2) 2023-01-21, Northern Cardinal (8) 2023-12-04, Oahu Amakihi (23) 2023-12-04, Oahu Elepaio (8) 2023-12-17, Pacific Golden-Plover (3) 2023-01-10, Red Junglefowl (6) 2023-01-10, Red-billed Leiothrix (23) 2023-12-04, Red-crested Cardinal (10) 2023-12-17, Red-crowned Parrot (4) 2023-12-04, Red-vented Bulbul (13) 2023-12-04, Red-whiskered Bulbul (17) 2023-12-04, Scaly-breasted Munia (3) 2023-11-11, Spotted Dove (9) 2023-12-04, Warbling White-eye (33) 2023-12-17, White-rumped Shama (16) 2023-12-04, Yellow-fronted Canary (5) 2023-01-10, Zebra Dove",9,2023-12-04 +21.40064336,-157.7599244,"Black-crowned Night Heron (2) 2023-10-26, Black-necked Stilt (2) 2023-08-02, Chestnut Munia (3) 2023-10-26, Common Gallinule (5) 2023-10-26, Common Myna (5) 2023-10-26, Common Waxbill (3) 2023-10-26, Hawaiian Coot (4) 2023-08-10, House Finch (1) 2020-11-24, House Sparrow (1) 2020-11-24, Java Sparrow (1) 2020-11-24, Feral Mallard (2) 2022-03-23, Muscovy Duck (1) 2023-10-26, Northern Cardinal (1) 2023-10-26, Pacific Golden-Plover (2) 2023-10-26, Red-crested Cardinal (4) 2023-10-26, Red-vented Bulbul (4) 2023-10-26, Red-whiskered Bulbul (2) 2023-10-26, Rock Pigeon (1) 2023-10-26, Scaly-breasted Munia (2) 2023-10-26, Spotted Dove (3) 2023-08-10, Warbling White-eye (1) 2022-12-28, Western Cattle Egret (5) 2023-10-26, White-rumped Shama (1) 2023-08-02, Zebra Dove",4,2023-10-26 +21.42906175,-157.9526512,"African Silverbill (1) 2022-02-17, Black-necked Stilt (1) 2022-01-16, Chestnut Munia (2) 2022-06-01, Common Myna (15) 2024-02-11, Common Waxbill (6) 2022-06-01, House Finch (4) 2022-06-01, House Sparrow (7) 2022-06-01, Java Sparrow (7) 2022-06-01, Long-billed Dowitcher (1) 2022-01-11, Northern Cardinal (2) 2024-02-11, Pacific Golden-Plover (8) 2022-01-16, Red Junglefowl (1) 2022-06-01, Red-billed Leiothrix (3) 2022-06-01, Red-crested Cardinal (11) 2022-06-01, Red-crowned Parrot (6) 2024-02-11, Red-vented Bulbul (14) 2024-02-11, Red-whiskered Bulbul (8) 2024-02-11, Rose-ringed Parakeet (8) 2024-02-11, Saffron Finch (5) 2022-06-01, Spotted Dove (15) 2024-02-11, Warbling White-eye (8) 2024-02-11, Western Cattle Egret (5) 2022-06-01, White-rumped Shama (7) 2022-06-01, Yellow-fronted Canary (1) 2022-06-01, Zebra Dove",12,2024-02-11 +21.45462208,-157.730519,"Black Noddy (2) 2023-11-01, Black-crowned Night Heron (1) 2019-05-15, Black-necked Stilt (2) 2019-05-15, Brown Booby (2) 2023-11-01, Brown Noddy (2) 2023-11-01, Common Myna (3) 2019-05-19, Common Waxbill (1) 2019-05-15, Great Frigatebird (3) 2023-11-01, Hawaiian Coot (1) 2019-05-15, House Finch (2) 2019-05-19, Masked Booby (2) 2023-11-01, Northern Cardinal (3) 2019-05-19, Pacific Golden-Plover (2) 2023-11-01, Red-crested Cardinal (2) 2019-05-19, Red-vented Bulbul (3) 2019-05-19, Red-whiskered Bulbul (2) 2019-05-19, Rock Pigeon (1) 2019-05-15, Sooty Tern (2) 2023-11-01, Spotted Dove (3) 2019-05-19, Warbling White-eye (1) 2019-05-19, Wedge-tailed Shearwater (1) 2020-08-11, Western Cattle Egret (3) 2019-05-19, White-rumped Shama (1) 2019-05-15, Zebra Dove",3,2019-05-19 +21.46442994,-157.8365892,"Barn Owl (2) 2022-12-01, Black-crowned Night Heron (2) 2022-08-01, Chestnut Munia (2) 2019-05-04, Common Myna (20) 2024-02-19, Common Waxbill (5) 2022-04-30, Great Frigatebird (3) 2022-12-02, House Finch (5) 2024-02-04, House Sparrow (10) 2024-02-19, Java Sparrow (3) 2022-12-04, Northern Cardinal (4) 2023-04-26, Pacific Golden-Plover (3) 2021-12-02, Red Junglefowl (2) 2022-12-04, Red-billed Leiothrix (1) 2021-12-02, Red-crested Cardinal (12) 2024-02-04, Red-vented Bulbul (17) 2024-02-04, Red-whiskered Bulbul (13) 2024-01-17, Rock Pigeon (6) 2024-02-19, Ruddy Turnstone (2) 2022-12-02, Sanderling (1) 2024-02-04, Spotted Dove (18) 2024-02-19, Warbling White-eye (15) 2024-02-19, Western Cattle Egret (11) 2024-02-19, White-rumped Shama (1) 2021-12-02, Zebra Dove",19,2024-02-19 +21.54779979,-158.1835582,"Barn Owl (1) 2020-07-03, Black Francolin (4) 2020-07-03, Chestnut Munia (2) 2020-03-15, Common Myna (7) 2021-09-20, Common Waxbill (19) 2023-01-05, Erckel's Spurfowl (10) 2023-01-05, Gray Francolin (5) 2021-09-20, House Finch (14) 2022-04-04, Indian Peafowl (4) 2020-07-03, Japanese Bush Warbler (8) 2021-06-04, Kalij Pheasant (8) 2023-01-05, Mourning Dove (1) 2020-06-05, Northern Cardinal (15) 2022-04-04, Pacific Golden-Plover (5) 2023-01-05, Red Avadavat (2) 2020-03-15, Red-billed Leiothrix (17) 2022-04-04, Red-crested Cardinal (15) 2022-04-04, Red-vented Bulbul (18) 2023-01-05, Red-whiskered Bulbul (12) 2023-01-05, Scaly-breasted Munia (3) 2020-07-03, Spotted Dove (16) 2023-01-05, Warbling White-eye (14) 2021-09-20, White-rumped Shama (19) 2023-01-05, Wild Turkey (1) 2020-05-02, Zebra Dove",12,2023-01-05 +21.5835863,-158.1157452,"Black Francolin (1) 2019-10-13, Chestnut Munia (2) 2020-02-24, Common Gallinule (1) 2022-11-15, Common Myna (8) 2023-06-10, Common Waxbill (5) 2023-06-10, House Finch (6) 2023-06-10, House Sparrow (5) 2023-06-10, Indian Peafowl (2) 2023-04-16, Java Sparrow (5) 2023-06-10, Northern Cardinal (2) 2020-01-05, Pacific Golden-Plover (5) 2022-11-15, Red Avadavat (1) 2019-10-13, Red Junglefowl (4) 2023-06-10, Red-crested Cardinal (6) 2023-06-10, Red-vented Bulbul (3) 2023-06-10, Rock Pigeon (2) 2023-06-10, Ruddy Turnstone (1) 2020-02-08, Saffron Finch (9) 2023-06-10, Spotted Dove (4) 2023-06-10, Wandering Tattler (1) 2019-10-13, Warbling White-eye (5) 2022-11-15, Western Cattle Egret (8) 2023-06-10, White-faced Ibis (4) 2020-02-08, White-rumped Shama (1) 2019-10-13, Zebra Dove",7,2023-06-10 +21.59262044,-158.1156901,"Brown Booby (1) 2022-05-29, Chestnut Munia (4) 2022-05-29, Common Myna (14) 2023-08-21, Common Waxbill (8) 2023-08-21, House Finch (3) 2022-07-27, House Sparrow (2) 2023-08-21, Indian Peafowl (1) 2019-11-08, Java Sparrow (5) 2019-11-08, Laysan Albatross (1) 2021-04-19, Northern Cardinal (2) 2020-01-21, Pacific Golden-Plover (5) 2023-03-21, Red Junglefowl (3) 2023-08-21, Red-crested Cardinal (15) 2022-10-01, Red-vented Bulbul (12) 2022-07-27, Red-whiskered Bulbul (3) 2019-11-08, Rock Pigeon (8) 2023-08-21, Saffron Finch (13) 2023-08-21, Sanderling (2) 2021-04-19, Spotted Dove (5) 2023-08-21, Wandering Tattler (2) 2020-03-07, Warbling White-eye (3) 2022-05-29, Wedge-tailed Shearwater (1) 2022-05-29, Western Cattle Egret (12) 2023-08-21, White-rumped Shama (3) 2019-11-08, Zebra Dove",14,2023-08-21 +21.5912903,-157.8935325,"Black Noddy (1) 2023-05-02, Black-crowned Night Heron (1) 2022-07-08, Black-necked Stilt (1) 2021-08-09, Chestnut Munia (1) 2021-10-14, Common Myna (10) 2023-05-04, Common Waxbill (1) 2023-04-28, Glaucous-winged Gull (6) 2020-02-27, Gray Francolin (1) 2021-03-20, Great Frigatebird (3) 2023-05-02, House Finch (2) 2023-05-01, Masked Booby (1) 2022-05-27, Northern Cardinal (3) 2023-05-04, Pacific Golden-Plover (9) 2023-04-28, Red Junglefowl (8) 2023-05-01, Red-crested Cardinal (12) 2023-04-28, Red-vented Bulbul (6) 2022-05-27, Red-whiskered Bulbul (3) 2020-02-20, Rock Pigeon (1) 2021-11-06, Sanderling (10) 2023-05-04, Spotted Dove (9) 2022-05-27, Wandering Tattler (7) 2023-04-28, Warbling White-eye (2) 2022-05-27, Western Cattle Egret (2) 2023-05-01, White-rumped Shama (1) 2021-11-06, Zebra Dove",11,2023-05-04 +21.62838215,-158.0478385,"Black-crowned Night Heron (1) 2022-10-05, Common Gallinule (4) 2022-10-05, Common Myna (7) 2023-12-11, Common Waxbill (5) 2022-09-14, House Finch (1) 2021-06-15, Indian Peafowl (11) 2024-01-05, Feral Mallard (3) 2023-06-08, Pacific Golden-Plover (2) 2024-01-05, Red Junglefowl (3) 2022-09-08, Red-billed Leiothrix (1) 2022-09-14, Red-crested Cardinal (14) 2024-01-05, Red-vented Bulbul (9) 2024-01-05, Red-whiskered Bulbul (7) 2024-01-05, Rock Pigeon (2) 2022-09-08, Saffron Finch (2) 2023-06-14, Scaly-breasted Munia (2) 2023-12-11, Spotted Dove (4) 2023-03-05, Warbling White-eye (4) 2023-12-11, Western Cattle Egret (1) 2023-06-14, White-rumped Shama (17) 2024-01-05, White-tailed Tropicbird (1) 2022-03-27, Zebra Dove",11,2024-01-05 +21.67296651,-157.9508975,"Apapane (1) 2021-05-12, Black Francolin (1) 2019-05-31, Chestnut Munia (3) 2023-09-15, Common Myna (11) 2023-12-28, Common Waxbill (1) 2019-02-11, Gray Francolin (1) 2023-07-25, House Sparrow (1) 2021-09-13, Java Sparrow (1) 2019-02-11, Northern Cardinal (2) 2019-05-31, Pacific Golden-Plover (3) 2023-09-15, Red Junglefowl (5) 2024-01-29, Red-billed Leiothrix (1) 2021-11-05, Red-crested Cardinal (3) 2023-09-15, Red-vented Bulbul (7) 2023-12-28, Red-whiskered Bulbul (3) 2023-09-15, Rock Pigeon (1) 2024-01-31, Ruddy Turnstone (1) 2021-04-13, Saffron Finch (5) 2023-07-23, Scaly-breasted Munia (1) 2019-05-31, Spotted Dove (6) 2023-09-15, Warbling White-eye (3) 2023-09-15, Western Cattle Egret (5) 2023-12-28, White-rumped Shama (4) 2023-09-15, White-tailed Tropicbird (1) 2021-05-12, Zebra Dove",10,2023-12-28 +21.25652932,-157.818957,"African Silverbill (1) 2021-10-26, Brown Booby (1) 2023-02-10, Common Myna (21) 2024-02-01, Common Waxbill (15) 2024-02-01, Great Frigatebird (1) 2019-08-11, House Finch (15) 2024-02-01, House Sparrow (17) 2024-02-01, Java Sparrow (4) 2024-02-01, Muscovy Duck (1) 2022-11-10, Pacific Golden-Plover (18) 2024-02-01, Red Junglefowl (8) 2022-10-14, Red-crested Cardinal (17) 2024-02-01, Red-footed Booby (1) 2022-03-30, Red-vented Bulbul (20) 2024-02-01, Red-whiskered Bulbul (10) 2024-01-29, Rock Pigeon (15) 2024-02-01, Rose-ringed Parakeet (18) 2024-02-01, Sooty Tern (2) 2019-03-20, Spotted Dove (17) 2023-12-03, Warbling White-eye (13) 2024-01-30, Wedge-tailed Shearwater (1) 2023-08-08, Western Cattle Egret (13) 2024-02-01, White Tern (17) 2024-01-29, White-rumped Shama (1) 2021-10-26, Yellow-fronted Canary (14) 2024-02-01, Zebra Dove",19,2024-02-01 +21.27452783,-157.8091754,"Black-crowned Night Heron (1) 2023-03-10, Common Myna (41) 2024-02-19, Common Waxbill (13) 2024-02-19, Eurasian Skylark (1) 2020-02-14, Gray Francolin (3) 2024-02-19, House Finch (9) 2024-02-19, House Sparrow (26) 2023-12-28, Java Sparrow (10) 2023-12-28, Feral Mallard (1) 2023-03-09, Northern Cardinal (3) 2024-02-19, Pacific Golden-Plover (12) 2024-02-19, Red Avadavat (1) 2023-02-03, Red Junglefowl (3) 2024-02-19, Red-crested Cardinal (20) 2024-02-19, Red-vented Bulbul (38) 2024-02-19, Red-whiskered Bulbul (10) 2023-12-28, Rock Pigeon (16) 2024-02-19, Rose-ringed Parakeet (32) 2024-02-19, Saffron Finch (1) 2023-12-28, Spotted Dove (43) 2024-02-19, Warbling White-eye (17) 2024-02-19, Western Cattle Egret (10) 2024-02-19, White Tern (12) 2024-02-19, White-rumped Shama (5) 2024-02-19, Yellow-fronted Canary (10) 2024-02-19, Zebra Dove",45,2024-02-19 +21.29217494,-157.7511979,"Chestnut Munia (1) 2022-09-26, Common Myna (20) 2023-06-30, Common Waxbill (13) 2023-02-12, House Finch (15) 2023-06-30, House Sparrow (5) 2023-06-30, Java Sparrow (16) 2023-06-30, Northern Cardinal (11) 2023-06-30, Oahu Elepaio (1) 2021-08-29, Pacific Golden-Plover (11) 2023-06-30, Red-billed Leiothrix (1) 2021-08-29, Red-crested Cardinal (17) 2023-06-30, Red-masked Parakeet (4) 2023-06-30, Red-vented Bulbul (24) 2023-06-30, Red-whiskered Bulbul (8) 2022-07-30, Rock Pigeon (5) 2022-07-31, Rose-ringed Parakeet (11) 2023-06-30, Saffron Finch (4) 2022-04-01, Scaly-breasted Munia (7) 2023-06-30, Spotted Dove (18) 2023-02-12, Warbling White-eye (17) 2023-06-30, Western Cattle Egret (9) 2023-02-12, White Tern (13) 2022-10-23, White-rumped Shama (14) 2023-06-30, White-tailed Tropicbird (1) 2022-08-30, Yellow-fronted Canary (5) 2022-07-30, Zebra Dove",25,2023-06-30 +21.32117685,-158.0401937,"Black-crowned Night Heron (1) 2019-04-28, Black-necked Stilt (1) 2019-04-28, Chestnut Munia (2) 2023-01-01, Common Myna (5) 2023-01-01, Common Waxbill (5) 2023-01-01, Gray Francolin (3) 2023-01-01, House Finch (3) 2023-01-01, House Sparrow (4) 2023-01-01, Indian Peafowl (2) 2019-04-28, Java Sparrow (3) 2023-01-01, Northern Cardinal (5) 2023-01-01, Northern Mockingbird (2) 2021-01-01, Pacific Golden-Plover (5) 2023-01-01, Red Junglefowl (1) 2019-04-28, Red-crested Cardinal (5) 2023-01-01, Red-vented Bulbul (5) 2023-01-01, Ring-necked Pheasant (1) 2019-04-28, Rock Pigeon (2) 2019-12-02, Rose-ringed Parakeet (1) 2019-04-28, Saffron Finch (4) 2023-01-01, Spotted Dove (5) 2023-01-01, Warbling White-eye (3) 2021-01-01, Western Cattle Egret (4) 2023-01-01, White-rumped Shama (1) 2019-02-11, Yellow-fronted Canary (1) 2021-01-01, Zebra Dove",5,2023-01-01 +21.33048046,-158.0883452,"African Silverbill (8) 2021-08-18, Black-crowned Night Heron (1) 2022-11-11, Black-necked Stilt (1) 2022-11-11, Chestnut Munia (3) 2021-08-31, Common Myna (38) 2024-01-18, Common Waxbill (16) 2022-11-11, Gray Francolin (21) 2022-02-09, Hawaiian Coot (1) 2022-11-11, House Finch (7) 2023-09-11, House Sparrow (16) 2024-01-18, Java Sparrow (11) 2022-11-11, Feral Mallard (1) 2022-11-11, Northern Cardinal (9) 2022-02-09, Pacific Golden-Plover (13) 2024-01-18, Red Avadavat (1) 2020-05-10, Red Junglefowl (4) 2023-07-30, Red-crested Cardinal (20) 2024-01-18, Red-vented Bulbul (18) 2022-11-11, Rock Pigeon (2) 2023-02-18, Saffron Finch (13) 2024-01-18, Scaly-breasted Munia (1) 2020-05-10, Spotted Dove (30) 2023-10-06, Warbling White-eye (19) 2022-09-14, Western Cattle Egret (9) 2024-01-18, Zebra Dove",37,2024-01-18 +21.32957115,-157.9340753,"Black-crowned Night Heron (1) 2021-12-25, Black-necked Stilt (1) 2021-07-09, Chestnut Munia (6) 2022-11-28, Common Myna (43) 2024-01-21, Common Waxbill (17) 2024-01-21, Eurasian Skylark (1) 2021-03-16, Gray Francolin (5) 2022-11-28, House Finch (22) 2024-01-21, House Sparrow (11) 2024-01-21, Java Sparrow (1) 2021-08-06, Feral Mallard (4) 2024-01-09, Northern Cardinal (5) 2022-07-25, Pacific Golden-Plover (42) 2024-02-06, Red-crested Cardinal (20) 2024-01-21, Red-vented Bulbul (33) 2024-01-09, Red-whiskered Bulbul (3) 2022-04-27, Rock Pigeon (1) 2021-08-06, Rose-ringed Parakeet (5) 2022-08-04, Saffron Finch (25) 2024-01-21, Spotted Dove (27) 2024-01-21, Warbling White-eye (9) 2022-08-04, Western Cattle Egret (15) 2024-01-21, White Tern (7) 2023-04-30, White-rumped Shama (1) 2024-02-06, Yellow-fronted Canary (5) 2024-01-21, Zebra Dove",36,2024-01-21 +21.3294464,-157.9147919,"Black-crowned Night Heron (3) 2023-06-23, Black-necked Stilt (1) 2022-12-19, Common Myna (34) 2024-02-18, Common Waxbill (3) 2023-06-11, Eurasian Skylark (1) 2023-09-02, House Finch (8) 2024-01-26, House Sparrow (40) 2024-02-19, Feral Mallard (7) 2024-01-22, Northern Cardinal (1) 2022-11-09, Pacific Golden-Plover (4) 2021-03-25, Red Avadavat (2) 2023-10-27, Red Junglefowl (4) 2023-04-12, Red-crested Cardinal (11) 2024-02-03, Red-vented Bulbul (20) 2023-07-28, Red-whiskered Bulbul (1) 2019-04-02, Rock Pigeon (10) 2024-02-19, Rose-ringed Parakeet (1) 2023-09-02, Saffron Finch (2) 2023-09-02, Spotted Dove (46) 2024-02-25, Warbling White-eye (2) 2024-01-26, Western Cattle Egret (8) 2023-05-27, White Tern (3) 2023-06-19, Zebra Dove",25,2024-01-29 +21.33878825,-157.9629373,"Black-crowned Night Heron (5) 2024-01-14, Brown Booby (1) 2024-01-14, Chestnut Munia (8) 2023-08-02, Common Myna (34) 2024-01-15, Common Waxbill (12) 2023-11-30, House Finch (14) 2024-01-15, House Sparrow (16) 2024-01-14, Java Sparrow (15) 2024-01-14, Northern Cardinal (19) 2024-01-15, Pacific Golden-Plover (35) 2024-01-15, Red Junglefowl (2) 2022-01-13, Red-crested Cardinal (27) 2024-01-14, Red-vented Bulbul (22) 2024-01-14, Red-whiskered Bulbul (13) 2024-01-15, Rock Pigeon (5) 2023-11-30, Rose-ringed Parakeet (21) 2024-01-15, Saffron Finch (20) 2024-01-14, Spotted Dove (21) 2024-01-14, Wandering Tattler (2) 2022-09-14, Warbling White-eye (8) 2024-01-15, Western Cattle Egret (24) 2024-01-15, White Tern (13) 2024-01-14, White-rumped Shama (17) 2024-01-15, Yellow-fronted Canary (9) 2024-01-15, Zebra Dove",34,2024-01-15 +21.33841735,-157.9050834,"Chestnut Munia (3) 2022-06-24, Common Myna (21) 2023-12-29, Common Waxbill (8) 2023-07-03, Eurasian Skylark (2) 2019-11-17, House Finch (11) 2023-07-03, House Sparrow (12) 2023-07-03, Java Sparrow (14) 2023-07-03, Feral Mallard (1) 2023-03-11, Northern Cardinal (2) 2023-05-08, Northern Mockingbird (1) 2022-06-22, Pacific Golden-Plover (7) 2023-09-13, Red Junglefowl (11) 2023-12-29, Red-crested Cardinal (12) 2023-09-13, Red-vented Bulbul (15) 2023-07-03, Red-whiskered Bulbul (5) 2023-07-01, Rock Pigeon (1) 2023-12-29, Rose-ringed Parakeet (13) 2023-07-03, Saffron Finch (9) 2023-07-03, Spotted Dove (20) 2023-12-29, Warbling White-eye (8) 2023-07-03, Western Cattle Egret (17) 2023-12-29, White Tern (4) 2023-12-29, Yellow-fronted Canary (7) 2023-07-03, Zebra Dove",19,2023-12-29 +21.34608154,-157.7121719,"Black-crowned Night Heron (2) 2023-07-14, Black-necked Stilt (11) 2019-07-11, Chestnut Munia (9) 2023-09-30, Common Gallinule (8) 2023-10-18, Common Myna (16) 2023-10-14, Common Waxbill (12) 2023-09-30, House Finch (3) 2023-02-04, House Sparrow (1) 2023-02-04, Indian Peafowl (4) 2023-06-07, Java Sparrow (2) 2020-01-29, Feral Mallard (2) 2021-08-04, Muscovy Duck (1) 2021-10-12, Northern Cardinal (3) 2023-10-14, Pacific Golden-Plover (19) 2023-09-30, Red Junglefowl (2) 2023-10-14, Red-crested Cardinal (7) 2023-10-14, Red-vented Bulbul (5) 2022-05-01, Red-whiskered Bulbul (2) 2023-10-14, Rock Pigeon (9) 2023-09-30, Sanderling (1) 2020-02-21, Spotted Dove (12) 2023-10-14, Wandering Tattler (1) 2020-02-21, Warbling White-eye (3) 2023-03-07, Western Cattle Egret (21) 2023-10-18, Yellow-fronted Canary (1) 2019-12-18, Zebra Dove",15,2023-10-14 +21.35691523,-157.9724538,"African Silverbill (2) 2023-10-19, Chestnut Munia (16) 2022-05-08, Common Myna (18) 2023-10-19, Common Waxbill (11) 2023-10-19, Eurasian Skylark (3) 2022-04-16, House Finch (10) 2022-05-08, House Sparrow (2) 2022-03-30, Java Sparrow (2) 2022-05-08, Pacific Golden-Plover (15) 2023-09-11, Red Avadavat (2) 2022-05-08, Red-crested Cardinal (4) 2023-10-19, Red-vented Bulbul (6) 2022-04-16, Red-whiskered Bulbul (3) 2022-04-04, Rock Pigeon (2) 2022-03-29, Rose-ringed Parakeet (10) 2022-05-08, Ruddy Turnstone (13) 2022-04-16, Ruff (4) 2022-03-28, Saffron Finch (9) 2023-10-19, Scaly-breasted Munia (2) 2022-03-31, Spotted Dove (6) 2022-05-08, Wandering Tattler (3) 2022-05-08, Warbling White-eye (4) 2022-04-16, Western Cattle Egret (12) 2023-09-11, White Tern (5) 2023-09-11, Yellow-fronted Canary (1) 2022-03-29, Zebra Dove",14,2022-05-08 +21.36612086,-158.0013222,"Black-necked Stilt (2) 2023-12-31, Chestnut Munia (2) 2023-12-31, Common Myna (2) 2023-12-31, Common Waxbill (2) 2023-12-31, Gray Francolin (1) 2019-02-17, House Finch (1) 2023-12-31, House Sparrow (1) 2023-12-31, Java Sparrow (1) 2023-12-31, Feral Mallard (3) 2023-12-31, Northern Cardinal (2) 2023-12-31, Pacific Golden-Plover (3) 2023-12-31, Red Junglefowl (1) 2023-12-31, Red-crested Cardinal (2) 2023-12-31, Red-vented Bulbul (2) 2023-12-31, Rose-ringed Parakeet (1) 2023-12-31, Ruddy Turnstone (1) 2023-12-31, Saffron Finch (1) 2023-12-31, Scaly-breasted Munia (1) 2023-12-31, Spotted Dove (2) 2023-12-31, Wandering Tattler (1) 2019-02-17, Warbling White-eye (1) 2023-12-31, Western Cattle Egret (2) 2023-12-31, White-rumped Shama (1) 2023-12-31, Yellow-fronted Canary (1) 2023-12-31, Zebra Dove",2,2023-12-31 +21.3756539,-158.0880654,"Chestnut Munia (2) 2019-06-17, Common Myna (26) 2023-07-07, Common Waxbill (14) 2022-01-13, Gray Francolin (11) 2019-11-22, Hawaiian Coot (2) 2019-06-17, House Finch (18) 2023-07-07, House Sparrow (11) 2019-10-17, Java Sparrow (7) 2022-11-27, Kalij Pheasant (1) 2019-11-22, Northern Cardinal (14) 2021-07-24, Northern Mockingbird (13) 2019-10-17, Oahu Amakihi (2) 2019-06-17, Pacific Golden-Plover (22) 2022-11-27, Red Avadavat (1) 2019-11-22, Red Junglefowl (9) 2019-10-17, Red-billed Leiothrix (2) 2019-06-17, Red-crested Cardinal (19) 2023-07-07, Red-vented Bulbul (27) 2023-07-07, Red-whiskered Bulbul (7) 2022-11-27, Saffron Finch (3) 2022-01-25, Scaly-breasted Munia (11) 2019-10-17, Spotted Dove (26) 2023-07-07, Warbling White-eye (18) 2022-01-14, Western Cattle Egret (13) 2023-07-07, Yellow-faced Grassquit (2) 2019-06-17, Zebra Dove",23,2023-07-07 +21.38257709,-157.7600767,"Black-crowned Night Heron (5) 2022-02-19, Black-necked Stilt (14) 2023-07-14, Chestnut Munia (7) 2022-06-25, Common Gallinule (8) 2022-02-16, Common Myna (16) 2023-02-19, Common Waxbill (12) 2022-06-25, Hawaiian Coot (6) 2022-02-16, House Finch (5) 2023-02-19, Java Sparrow (3) 2022-02-26, Feral Mallard (9) 2023-02-19, Muscovy Duck (2) 2021-12-19, Northern Cardinal (7) 2021-12-19, Northern Shoveler (1) 2022-02-16, Pacific Golden-Plover (10) 2023-02-19, Pectoral Sandpiper (1) 2022-02-14, Red Avadavat (3) 2022-02-02, Red Junglefowl (1) 2020-01-27, Red-crested Cardinal (8) 2022-02-16, Red-vented Bulbul (6) 2021-12-19, Red-whiskered Bulbul (4) 2020-01-30, Rock Pigeon (1) 2020-01-27, Spotted Dove (9) 2023-02-19, Warbling White-eye (9) 2023-02-19, Western Cattle Egret (14) 2023-07-14, White-rumped Shama (6) 2022-02-19, Zebra Dove",12,2023-02-19 +21.4032002,-158.1747194,"African Silverbill (1) 2023-02-14, Brown Booby (1) 2021-06-23, Common Myna (5) 2023-05-10, Common Waxbill (2) 2023-03-06, Erckel's Spurfowl (2) 2023-02-15, Gray Francolin (2) 2021-06-23, Great Frigatebird (1) 2023-03-28, House Finch (4) 2023-05-10, House Sparrow (3) 2023-05-10, Java Sparrow (2) 2023-02-19, Northern Cardinal (3) 2022-01-22, Pacific Golden-Plover (1) 2022-01-22, Red Avadavat (1) 2021-06-23, Red Junglefowl (1) 2021-06-23, Red-crested Cardinal (2) 2022-01-22, Red-vented Bulbul (8) 2023-05-10, Red-whiskered Bulbul (1) 2021-02-20, Ring-necked Pheasant (1) 2022-01-22, Rock Pigeon (5) 2023-05-10, Saffron Finch (2) 2022-01-22, Scaly-breasted Munia (4) 2023-02-19, Spotted Dove (7) 2023-05-13, Warbling White-eye (3) 2022-01-22, Western Cattle Egret (2) 2023-05-10, White-tailed Tropicbird (1) 2022-03-06, Zebra Dove",8,2023-05-10 +21.42049292,-158.029897,"African Silverbill (2) 2022-04-13, Black Francolin (2) 2022-04-13, Chestnut Munia (2) 2022-04-13, Common Myna (3) 2022-04-13, Common Waxbill (3) 2022-04-13, Eurasian Skylark (3) 2022-04-13, Gray Francolin (3) 2022-04-13, House Finch (3) 2022-04-13, Java Sparrow (2) 2022-04-13, Northern Cardinal (2) 2022-04-12, Pacific Golden-Plover (2) 2022-04-13, Red Avadavat (3) 2022-04-13, Red Junglefowl (1) 2019-10-30, Red-crested Cardinal (2) 2022-04-13, Red-vented Bulbul (3) 2022-04-13, Red-whiskered Bulbul (2) 2022-04-12, Ring-necked Pheasant (2) 2022-04-13, Rock Pigeon (2) 2022-04-13, Rose-ringed Parakeet (3) 2022-04-13, Ruddy Turnstone (2) 2022-04-13, Saffron Finch (2) 2022-04-12, Scaly-breasted Munia (1) 2022-04-13, Spotted Dove (3) 2022-04-13, Warbling White-eye (3) 2022-04-13, Western Cattle Egret (3) 2022-04-13, Zebra Dove",3,2022-04-13 +21.48464968,-158.203219,"Black-crowned Night Heron (1) 2022-01-05, Chinese Hwamei (2) 2019-09-27, Common Myna (11) 2022-02-04, Common Waxbill (9) 2022-02-04, Erckel's Spurfowl (7) 2022-02-04, Great Frigatebird (1) 2019-06-30, House Finch (12) 2022-02-04, House Sparrow (3) 2020-01-19, Indian Peafowl (20) 2024-01-30, Japanese Bush Warbler (1) 2020-01-19, Java Sparrow (3) 2022-01-09, Northern Cardinal (7) 2022-02-04, Red Avadavat (1) 2019-04-10, Red Junglefowl (1) 2019-10-05, Red-crested Cardinal (10) 2022-01-07, Red-vented Bulbul (15) 2022-02-04, Ring-necked Pheasant (1) 2020-01-19, Rock Pigeon (3) 2022-01-17, Saffron Finch (9) 2022-02-04, Scaly-breasted Munia (2) 2020-01-19, Spotted Dove (9) 2022-01-17, Warbling White-eye (8) 2022-02-04, Western Cattle Egret (1) 2020-01-19, White-rumped Shama (1) 2020-01-19, White-tailed Tropicbird (3) 2022-01-09, Zebra Dove",13,2022-02-04 +21.50966318,-157.8458831,"Black-crowned Night Heron (3) 2023-05-09, Black-necked Stilt (5) 2023-05-28, Chestnut Munia (14) 2023-05-09, Common Gallinule (1) 2023-05-09, Common Myna (25) 2023-05-09, Common Waxbill (16) 2023-04-30, House Finch (16) 2022-09-20, House Sparrow (1) 2022-11-11, Indian Peafowl (1) 2023-04-30, Java Sparrow (1) 2022-11-29, Feral Mallard (1) 2023-05-09, Northern Cardinal (4) 2022-06-30, Oahu Amakihi (1) 2022-01-15, Pacific Golden-Plover (5) 2022-12-28, Red Junglefowl (3) 2023-05-09, Red-billed Leiothrix (10) 2022-12-28, Red-crested Cardinal (10) 2023-05-09, Red-vented Bulbul (20) 2023-05-09, Red-whiskered Bulbul (11) 2022-09-20, Scaly-breasted Munia (10) 2022-09-20, Spotted Dove (10) 2023-05-09, Wandering Tattler (1) 2022-11-25, Warbling White-eye (21) 2023-04-30, Western Cattle Egret (12) 2023-05-28, White-rumped Shama (16) 2023-06-12, Zebra Dove",18,2023-05-09 +21.69144682,-158.0184253,"Black Noddy (2) 2019-08-11, Bristle-thighed Curlew (1) 2020-09-11, Brown Booby (1) 2023-09-17, Brown Noddy (1) 2023-05-20, Common Myna (12) 2024-01-02, Gray Francolin (2) 2019-08-13, Great Frigatebird (2) 2023-09-17, House Finch (2) 2019-08-11, House Sparrow (3) 2019-09-21, Java Sparrow (3) 2024-01-02, Laysan Albatross (2) 2022-12-25, Masked Booby (1) 2023-10-30, Pacific Golden-Plover (1) 2020-09-11, Red Junglefowl (3) 2023-05-20, Red-crested Cardinal (2) 2020-09-11, Rock Pigeon (2) 2019-08-11, Ruddy Turnstone (1) 2023-10-30, Saffron Finch (1) 2023-12-21, Spotted Dove (5) 2023-12-21, Wandering Tattler (6) 2023-10-30, Warbling White-eye (2) 2023-12-21, Wedge-tailed Shearwater (1) 2023-09-02, White Tern (1) 2023-09-02, Zebra Dove",9,2024-01-02 +21.26528758,-157.7803371,"Black-crowned Night Heron (3) 2024-01-16, Brown Booby (1) 2020-09-25, Common Myna (10) 2024-01-16, Common Waxbill (3) 2023-09-17, Gray Francolin (1) 2022-08-20, Great Frigatebird (1) 2022-07-01, House Finch (3) 2023-09-17, House Sparrow (3) 2024-01-16, Pacific Golden-Plover (4) 2024-01-16, Red Junglefowl (1) 2023-10-20, Red-crested Cardinal (6) 2024-01-16, Red-masked Parakeet (2) 2022-11-14, Red-vented Bulbul (8) 2023-10-20, Red-whiskered Bulbul (1) 2021-05-30, Rock Pigeon (5) 2024-01-16, Rose-ringed Parakeet (1) 2021-02-07, Scaly-breasted Munia (2) 2022-07-07, Spotted Dove (6) 2024-01-16, Wandering Tattler (2) 2022-11-14, Warbling White-eye (4) 2023-06-17, Wedge-tailed Shearwater (2) 2022-11-14, Western Cattle Egret (5) 2023-09-17, White Tern (8) 2023-09-17, Yellow-fronted Canary (2) 2023-09-17, Zebra Dove",7,2024-01-16 +21.27445931,-157.7995378,"Black-crowned Night Heron (1) 2019-08-18, Chestnut Munia (1) 2024-02-11, Common Myna (24) 2024-02-11, Common Waxbill (12) 2023-08-24, Great Frigatebird (2) 2023-02-18, House Finch (11) 2024-02-11, House Sparrow (12) 2022-08-19, Java Sparrow (8) 2023-02-13, Northern Cardinal (3) 2022-08-19, Northern Mockingbird (1) 2024-02-11, Pacific Golden-Plover (12) 2023-08-24, Red Junglefowl (11) 2024-02-11, Red-crested Cardinal (19) 2024-02-11, Red-masked Parakeet (3) 2023-02-19, Red-vented Bulbul (19) 2023-11-04, Red-whiskered Bulbul (1) 2020-02-28, Rock Pigeon (13) 2024-02-11, Rose-ringed Parakeet (10) 2024-02-11, Saffron Finch (4) 2022-03-09, Scaly-breasted Munia (1) 2020-07-03, Spotted Dove (14) 2024-02-11, Warbling White-eye (9) 2024-02-11, Western Cattle Egret (17) 2024-02-11, White Tern (12) 2023-08-24, White-rumped Shama (3) 2022-05-07, Yellow-fronted Canary (9) 2022-08-19, Zebra Dove",24,2024-02-16 +21.28314176,-157.7512741,"Black-crowned Night Heron (1) 2020-01-03, Common Myna (7) 2023-06-30, Common Waxbill (1) 2022-07-04, Great Frigatebird (4) 2022-07-10, House Finch (5) 2023-06-30, House Sparrow (2) 2023-06-30, Java Sparrow (6) 2023-06-30, Lavender Waxbill (1) 2022-04-27, Feral Mallard (1) 2020-01-03, Northern Cardinal (5) 2023-06-30, Pacific Golden-Plover (3) 2023-11-23, Red-crested Cardinal (4) 2023-06-30, Red-masked Parakeet (3) 2023-04-20, Red-vented Bulbul (12) 2023-11-23, Red-whiskered Bulbul (3) 2023-11-23, Rock Pigeon (4) 2023-04-20, Rose-ringed Parakeet (3) 2023-04-20, Scaly-breasted Munia (1) 2022-07-10, Spotted Dove (9) 2023-06-30, Warbling White-eye (6) 2023-06-30, Western Cattle Egret (6) 2023-06-30, White Tern (5) 2023-06-30, White-rumped Shama (4) 2023-06-30, White-tailed Tropicbird (1) 2023-03-07, Yellow-fronted Canary (2) 2023-06-30, Zebra Dove",6,2023-04-20 +21.29252593,-157.7993909,"Barn Owl (1) 2021-02-05, Chestnut Munia (2) 2023-08-29, Common Myna (8) 2024-01-31, Common Waxbill (9) 2023-08-02, Hawaiian Coot (1) 2022-04-07, House Finch (5) 2022-04-07, House Sparrow (2) 2019-01-06, Java Sparrow (7) 2023-08-29, Northern Cardinal (2) 2022-04-07, Pacific Golden-Plover (2) 2022-04-07, Red Junglefowl (1) 2019-01-07, Red-billed Leiothrix (1) 2022-04-07, Red-crested Cardinal (4) 2023-08-02, Red-masked Parakeet (1) 2019-01-07, Red-vented Bulbul (10) 2023-09-17, Red-whiskered Bulbul (4) 2022-04-07, Rock Pigeon (3) 2019-01-07, Rose-ringed Parakeet (7) 2023-08-29, Scaly-breasted Munia (2) 2023-08-02, Sooty Tern (1) 2022-04-07, Spotted Dove (8) 2023-08-29, Warbling White-eye (3) 2022-07-09, Western Cattle Egret (3) 2023-08-29, White Tern (3) 2023-08-28, White-rumped Shama (1) 2022-04-07, Yellow-fronted Canary (3) 2023-08-02, Zebra Dove",9,2023-08-29 +21.29181005,-157.703007,"Chestnut Munia (1) 2021-01-23, Common Gallinule (19) 2024-01-17, Common Myna (22) 2024-01-17, Common Waxbill (15) 2023-02-18, Great Egret (14) 2021-01-26, Hawaiian Coot (3) 2022-05-05, House Finch (13) 2022-05-05, House Sparrow (3) 2021-09-23, Java Sparrow (4) 2022-03-04, Feral Mallard (25) 2024-01-17, Northern Cardinal (4) 2021-09-23, Pacific Golden-Plover (10) 2024-01-17, Red Junglefowl (6) 2023-02-18, Red-crested Cardinal (11) 2024-01-17, Red-vented Bulbul (11) 2022-05-05, Red-whiskered Bulbul (1) 2021-09-23, Rock Pigeon (7) 2024-01-17, Rose-ringed Parakeet (2) 2021-01-30, Scaly-breasted Munia (10) 2022-05-05, Spotted Dove (19) 2024-01-17, Warbling White-eye (6) 2021-01-30, Western Cattle Egret (24) 2024-01-17, White Tern (2) 2021-09-23, White-rumped Shama (1) 2020-02-01, Zebra Dove",21,2024-01-17 +21.30327119,-158.0692318,"African Silverbill (9) 2022-11-30, Brown Booby (1) 2020-02-18, Chestnut Munia (51) 2022-12-27, Common Myna (135) 2024-02-08, Common Waxbill (71) 2024-02-08, Eurasian Skylark (76) 2023-03-13, Gray Francolin (51) 2023-02-03, House Finch (103) 2024-02-08, House Sparrow (99) 2022-12-27, Northern Cardinal (39) 2023-03-13, Northern Mockingbird (13) 2022-03-30, Pacific Golden-Plover (83) 2024-02-08, Red Avadavat (2) 2021-07-21, Red-crested Cardinal (67) 2024-02-08, Red-vented Bulbul (108) 2023-03-13, Red-whiskered Bulbul (14) 2022-05-25, Ruddy Turnstone (6) 2021-12-25, Saffron Finch (102) 2024-02-08, Sanderling (1) 2020-02-18, Scaly-breasted Munia (4) 2022-09-14, Spotted Dove (63) 2022-12-27, Wandering Tattler (1) 2020-02-18, Warbling White-eye (32) 2023-03-13, Western Cattle Egret (5) 2024-02-08, White-rumped Shama (8) 2022-02-09, Yellow-fronted Canary (30) 2023-02-03, Zebra Dove",115,2024-02-08 +21.30316274,-158.0499512,"African Silverbill (4) 2023-01-10, Black-necked Stilt (2) 2021-11-29, Brown Booby (1) 2022-12-13, Chestnut Munia (2) 2023-01-10, Common Myna (12) 2023-11-11, Common Waxbill (10) 2023-11-11, Gray Francolin (3) 2023-07-02, Great Frigatebird (1) 2023-07-02, House Finch (9) 2023-07-02, House Sparrow (11) 2023-11-11, Indian Peafowl (1) 2020-12-30, Java Sparrow (2) 2020-01-02, Northern Cardinal (7) 2023-07-02, Pacific Golden-Plover (9) 2023-11-11, Red-crested Cardinal (12) 2023-11-11, Red-vented Bulbul (10) 2023-07-02, Red-whiskered Bulbul (3) 2023-07-02, Rock Pigeon (1) 2023-01-11, Ruddy Turnstone (2) 2022-01-10, Saffron Finch (9) 2023-11-11, Sanderling (2) 2023-11-11, Spotted Dove (11) 2023-11-11, Warbling White-eye (8) 2023-11-11, Western Cattle Egret (2) 2023-01-11, White-rumped Shama (5) 2023-07-02, Yellow-fronted Canary (9) 2023-11-11, Zebra Dove",12,2023-11-11 +21.30176317,-157.8282354,"Black-necked Stilt (1) 2019-12-07, Chestnut Munia (5) 2020-02-14, Common Myna (35) 2024-01-04, Common Waxbill (4) 2019-10-04, House Finch (5) 2024-01-07, House Sparrow (18) 2024-01-04, Java Sparrow (6) 2024-01-07, Feral Mallard (1) 2020-04-06, Northern Cardinal (4) 2021-04-28, Northern Mockingbird (1) 2022-10-29, Pacific Golden-Plover (11) 2024-02-11, Red Junglefowl (1) 2019-12-07, Red-crested Cardinal (15) 2023-07-09, Red-masked Parakeet (1) 2019-08-16, Red-vented Bulbul (28) 2024-01-04, Red-whiskered Bulbul (3) 2024-01-04, Rock Pigeon (19) 2023-10-26, Rose-ringed Parakeet (24) 2024-01-04, Saffron Finch (1) 2019-05-22, Scaly-breasted Munia (2) 2024-02-27, Spotted Dove (34) 2024-01-04, Warbling White-eye (7) 2024-01-04, Western Cattle Egret (3) 2022-10-11, White Tern (36) 2024-01-04, White-rumped Shama (2) 2024-01-04, Yellow-fronted Canary (7) 2024-02-25, Zebra Dove",41,2024-01-04 +21.30155922,-157.7993175,"Chestnut Munia (3) 2020-05-27, Common Myna (13) 2022-02-21, Common Waxbill (14) 2022-02-05, House Finch (15) 2022-02-05, House Sparrow (2) 2020-08-22, Java Sparrow (8) 2020-10-17, Northern Cardinal (6) 2020-08-16, Northern Mockingbird (3) 2020-10-17, Oahu Amakihi (9) 2020-08-21, Pacific Golden-Plover (7) 2020-08-19, Red Junglefowl (1) 2020-06-01, Red-billed Leiothrix (2) 2022-02-21, Red-crested Cardinal (8) 2022-02-21, Red-masked Parakeet (4) 2020-12-01, Red-vented Bulbul (21) 2022-02-05, Red-whiskered Bulbul (4) 2020-06-07, Rock Pigeon (1) 2022-02-05, Rose-ringed Parakeet (11) 2022-02-05, Saffron Finch (1) 2022-02-21, Scaly-breasted Munia (1) 2020-07-27, Spotted Dove (16) 2021-06-02, Warbling White-eye (16) 2022-02-21, Western Cattle Egret (1) 2022-02-21, White Tern (4) 2020-08-04, White-rumped Shama (5) 2022-02-21, Yellow-fronted Canary (11) 2021-06-02, Zebra Dove",18,2022-02-05 +21.31868248,-157.6738496,"Brown Booby (1) 2023-02-23, Brown Noddy (1) 2021-09-17, Common Myna (7) 2023-04-14, Common Waxbill (2) 2022-04-07, Great Frigatebird (4) 2022-08-11, House Finch (2) 2022-04-07, House Sparrow (1) 2019-07-25, Japanese Bush Warbler (1) 2022-04-07, Java Sparrow (2) 2022-04-07, Pacific Golden-Plover (3) 2022-04-07, Red Avadavat (1) 2022-04-07, Red Junglefowl (1) 2023-04-14, Red-crested Cardinal (3) 2022-04-07, Red-footed Booby (11) 2022-04-07, Red-tailed Tropicbird (3) 2021-04-08, Red-vented Bulbul (6) 2023-04-14, Red-whiskered Bulbul (1) 2022-04-07, Rock Pigeon (4) 2021-04-08, Short-eared Owl (1) 2021-04-08, Sooty Tern (5) 2024-01-27, Spotted Dove (9) 2023-04-14, Warbling White-eye (2) 2021-11-15, Wedge-tailed Shearwater (1) 2019-07-25, Western Cattle Egret (3) 2022-01-30, White-rumped Shama (2) 2022-04-07, Zebra Dove",6,2023-04-14 +21.33866776,-157.9436526,"Black-crowned Night Heron (1) 2023-10-12, Black-necked Stilt (2) 2023-10-12, Chestnut Munia (4) 2023-07-19, Common Myna (10) 2023-10-12, Common Waxbill (5) 2023-07-19, House Finch (5) 2023-10-12, House Sparrow (3) 2023-05-18, Java Sparrow (5) 2023-07-19, Feral Mallard (1) 2022-11-01, Northern Cardinal (3) 2023-05-18, Northern Mockingbird (1) 2021-08-09, Pacific Golden-Plover (5) 2023-06-04, Red Junglefowl (1) 2022-08-04, Red-crested Cardinal (9) 2023-10-12, Red-vented Bulbul (6) 2023-07-12, Red-whiskered Bulbul (3) 2023-07-12, Ring-necked Pheasant (1) 2020-12-12, Rock Pigeon (3) 2023-10-12, Rose-ringed Parakeet (6) 2023-07-12, Saffron Finch (4) 2023-07-19, Spotted Dove (5) 2023-05-18, Warbling White-eye (5) 2023-07-12, Western Cattle Egret (6) 2023-07-19, White Tern (6) 2023-07-12, White-rumped Shama (3) 2023-07-19, Yellow-fronted Canary (1) 2023-07-19, Zebra Dove",9,2023-07-19 +21.34725981,-157.8760887,"Cackling Goose (1) 2020-10-13, Chestnut Munia (6) 2020-05-09, Common Myna (10) 2022-05-14, Common Waxbill (6) 2020-05-09, House Finch (4) 2020-04-07, House Sparrow (10) 2022-05-14, Japanese Bush Warbler (2) 2020-02-06, Java Sparrow (8) 2020-05-09, Feral Mallard (2) 2020-03-18, Northern Cardinal (8) 2020-05-09, Oahu Amakihi (1) 2019-02-23, Pacific Golden-Plover (7) 2020-05-09, Red-billed Leiothrix (1) 2019-02-23, Red-crested Cardinal (9) 2020-05-09, Red-vented Bulbul (10) 2022-05-14, Red-whiskered Bulbul (4) 2020-05-09, Rock Pigeon (1) 2020-02-06, Rose-ringed Parakeet (8) 2020-05-09, Saffron Finch (7) 2022-05-14, Scaly-breasted Munia (2) 2020-05-09, Spotted Dove (8) 2020-05-09, Warbling White-eye (8) 2020-05-09, Western Cattle Egret (7) 2020-05-09, White-rumped Shama (8) 2020-05-09, Yellow-fronted Canary (7) 2020-05-09, Zebra Dove",9,2022-05-14 +21.37436029,-157.8758819,"Chestnut Munia (7) 2023-10-26, Common Myna (12) 2023-10-26, Common Waxbill (13) 2023-10-26, House Finch (7) 2023-10-26, House Sparrow (2) 2023-05-26, Japanese Bush Warbler (1) 2020-03-07, Java Sparrow (7) 2023-09-12, Northern Cardinal (8) 2023-06-17, Oahu Amakihi (5) 2023-10-26, Oahu Elepaio (1) 2022-01-30, Pacific Golden-Plover (7) 2023-10-26, Red Junglefowl (1) 2023-09-03, Red-billed Leiothrix (11) 2023-09-12, Red-crested Cardinal (12) 2023-10-26, Red-vented Bulbul (12) 2023-10-26, Red-whiskered Bulbul (11) 2023-10-26, Rock Pigeon (1) 2022-11-24, Rose-ringed Parakeet (1) 2022-11-24, Saffron Finch (3) 2023-05-26, Scaly-breasted Munia (5) 2023-10-26, Spotted Dove (10) 2023-06-17, Warbling White-eye (9) 2023-10-26, Western Cattle Egret (2) 2023-09-03, White-rumped Shama (14) 2023-10-26, White-tailed Tropicbird (1) 2020-02-24, Yellow-fronted Canary (3) 2023-10-26, Zebra Dove",13,2023-10-26 +21.38389482,-157.9529734,"Black-crowned Night Heron (4) 2023-02-18, Black-necked Stilt (3) 2021-03-02, Chestnut Munia (4) 2021-10-07, Common Gallinule (3) 2023-02-18, Common Myna (15) 2023-02-19, Common Waxbill (7) 2023-02-18, House Finch (3) 2023-02-19, House Sparrow (9) 2023-02-19, Java Sparrow (6) 2023-02-19, Feral Mallard (3) 2023-02-18, Northern Cardinal (1) 2021-01-07, Pacific Golden-Plover (12) 2023-02-19, Red Junglefowl (10) 2023-02-19, Red-crested Cardinal (9) 2023-02-19, Red-crowned Parrot (1) 2023-02-19, Red-vented Bulbul (5) 2023-02-18, Red-whiskered Bulbul (3) 2023-02-18, Rock Pigeon (8) 2023-02-19, Rose-ringed Parakeet (1) 2021-10-07, Saffron Finch (12) 2023-02-19, Spotted Dove (8) 2023-02-18, Wandering Tattler (3) 2023-02-18, Warbling White-eye (3) 2023-02-17, Western Cattle Egret (14) 2023-02-19, White-rumped Shama (1) 2021-10-07, Zebra Dove",13,2023-02-19 +21.39196006,-157.8082261,"Chestnut Munia (5) 2022-08-20, Common Myna (7) 2022-08-20, Common Waxbill (7) 2021-02-04, Green-winged Teal (1) 2021-12-20, Hawaiian Coot (9) 2022-08-20, House Finch (1) 2019-04-20, Java Sparrow (1) 2020-02-19, Feral Mallard (9) 2023-03-10, Muscovy Duck (4) 2024-01-06, Northern Cardinal (4) 2020-02-01, Osprey (1) 2021-10-10, Pacific Golden-Plover (1) 2019-04-20, Red-billed Leiothrix (4) 2023-02-19, Red-crested Cardinal (10) 2023-10-04, Red-vented Bulbul (7) 2023-03-03, Red-whiskered Bulbul (10) 2023-10-04, Ring-necked Pheasant (1) 2022-09-22, Rock Pigeon (1) 2019-04-20, Spotted Dove (7) 2022-08-20, Wandering Tattler (1) 2019-04-04, Warbling White-eye (9) 2023-03-03, Western Cattle Egret (3) 2021-10-10, White-rumped Shama (12) 2023-10-04, Zebra Dove",11,2023-03-03 +21.39161024,-157.7600006,"Black-crowned Night Heron (2) 2024-02-11, Chestnut Munia (2) 2020-12-20, Common Gallinule (1) 2024-02-11, Common Myna (5) 2024-02-11, Common Waxbill (4) 2024-02-11, Great Frigatebird (1) 2022-07-30, House Finch (2) 2020-12-20, Japanese Bush Warbler (3) 2020-12-20, Java Sparrow (1) 2024-02-11, Feral Mallard (7) 2023-12-11, Northern Cardinal (5) 2024-02-11, Northern Pintail (2) 2020-12-20, Northern Shoveler (1) 2022-02-13, Pacific Golden-Plover (1) 2024-02-11, Red Junglefowl (2) 2024-01-13, Red-billed Leiothrix (1) 2019-04-02, Red-crested Cardinal (4) 2024-02-11, Red-vented Bulbul (8) 2024-02-11, Red-whiskered Bulbul (5) 2024-01-13, Spotted Dove (5) 2024-02-11, Warbling White-eye (3) 2022-02-13, Western Cattle Egret (6) 2024-02-11, White-rumped Shama (2) 2022-02-13, Zebra Dove",3,2024-02-11 +21.40988802,-157.7887868,"Black Swan (1) 2023-08-05, Black-necked Stilt (1) 2020-08-01, Chestnut Munia (11) 2023-07-24, Common Myna (14) 2023-08-05, Common Waxbill (10) 2023-07-24, House Finch (6) 2023-07-24, House Sparrow (5) 2021-10-03, Indian Peafowl (1) 2023-08-05, Java Sparrow (10) 2023-07-24, Feral Mallard (1) 2023-08-05, Pacific Golden-Plover (8) 2022-02-25, Red Avadavat (6) 2023-07-24, Red Junglefowl (5) 2023-07-21, Red-crested Cardinal (10) 2023-07-31, Red-vented Bulbul (6) 2023-07-24, Red-whiskered Bulbul (2) 2021-07-12, Rock Pigeon (4) 2023-07-24, Ruddy Turnstone (1) 2022-02-25, Saffron Finch (5) 2023-07-24, Scaly-breasted Munia (1) 2023-07-24, Spotted Dove (10) 2023-08-05, Wandering Tattler (1) 2022-02-25, Warbling White-eye (2) 2023-07-24, Western Cattle Egret (12) 2023-08-05, White-rumped Shama (1) 2020-01-18, Yellow-fronted Canary (1) 2019-02-12, Zebra Dove",11,2023-08-05 +21.43739715,-157.8464525,"Black-crowned Night Heron (1) 2023-08-29, Chestnut Munia (18) 2023-12-11, Common Myna (22) 2024-01-27, Common Waxbill (11) 2024-01-27, House Finch (11) 2023-10-18, House Sparrow (3) 2023-08-01, Java Sparrow (9) 2024-01-27, Feral Mallard (1) 2023-05-21, Mourning Dove (1) 2023-12-11, Northern Cardinal (6) 2023-09-25, Pacific Golden-Plover (5) 2024-01-27, Red Junglefowl (8) 2024-01-27, Red-billed Leiothrix (4) 2024-01-27, Red-crested Cardinal (17) 2024-01-27, Red-vented Bulbul (18) 2024-01-27, Red-whiskered Bulbul (20) 2024-01-27, Saffron Finch (2) 2023-07-06, Scaly-breasted Munia (2) 2023-12-11, Spotted Dove (23) 2024-01-27, Warbling White-eye (17) 2024-01-27, Western Cattle Egret (1) 2023-06-20, White-rumped Shama (11) 2023-12-05, White-tailed Tropicbird (1) 2023-09-25, Yellow-faced Grassquit (10) 2023-08-08, Zebra Dove",23,2024-01-27 +21.49304025,-158.0776817,"African Silverbill (1) 2021-05-09, Apapane (2) 2021-12-08, Brown Booby (1) 2022-10-03, Chestnut Munia (4) 2021-12-10, Common Myna (18) 2022-10-15, Common Waxbill (8) 2021-12-10, Erckel's Spurfowl (2) 2019-06-19, Gray Francolin (2) 2021-12-02, House Finch (14) 2021-12-10, Java Sparrow (5) 2021-12-09, Northern Cardinal (9) 2021-12-02, Pacific Golden-Plover (7) 2022-10-15, Red Avadavat (2) 2021-12-08, Red Junglefowl (7) 2022-07-06, Red-crested Cardinal (14) 2021-12-10, Red-crowned Parrot (7) 2021-12-10, Red-vented Bulbul (13) 2021-12-10, Red-whiskered Bulbul (10) 2021-12-10, Rock Pigeon (2) 2021-05-08, Rose-ringed Parakeet (3) 2020-05-02, Saffron Finch (14) 2022-07-06, Spotted Dove (16) 2022-10-15, Warbling White-eye (9) 2022-10-03, Western Cattle Egret (3) 2022-10-15, White-rumped Shama (10) 2022-10-15, Yellow-fronted Canary (3) 2021-12-10, Zebra Dove",19,2022-10-15 +21.49276397,-158.0294184,"Chestnut Munia (5) 2021-04-17, Common Myna (14) 2023-07-10, Common Waxbill (8) 2022-09-14, House Finch (3) 2022-05-28, House Sparrow (5) 2020-11-09, Indian Peafowl (1) 2022-05-28, Java Sparrow (3) 2021-04-17, Feral Mallard (2) 2019-02-28, Muscovy Duck (2) 2020-11-09, Northern Cardinal (5) 2022-05-28, Pacific Golden-Plover (8) 2022-09-14, Red Junglefowl (7) 2023-07-10, Red-billed Leiothrix (1) 2022-09-14, Red-crested Cardinal (6) 2022-09-14, Red-crowned Parrot (2) 2023-07-10, Red-vented Bulbul (10) 2022-09-14, Red-whiskered Bulbul (7) 2022-09-14, Rose-ringed Parakeet (1) 2022-05-25, Saffron Finch (3) 2021-04-17, Scaly-breasted Munia (2) 2020-11-09, Spotted Dove (11) 2022-05-28, Warbling White-eye (6) 2022-05-28, Western Cattle Egret (2) 2021-06-12, White-rumped Shama (5) 2022-05-28, Zebra Dove",11,2022-05-28 +21.57525945,-158.2606721,"African Silverbill (1) 2021-02-15, Black-footed Albatross (1) 2022-11-26, Bristle-thighed Curlew (1) 2022-09-18, Brown Noddy (1) 2022-09-18, Common Myna (9) 2023-09-19, Common Waxbill (7) 2023-02-14, Erckel's Spurfowl (7) 2023-02-14, Glaucous-winged Gull (1) 2020-11-25, Gray Francolin (2) 2023-02-26, House Finch (5) 2023-02-14, Java Sparrow (1) 2022-09-18, Laysan Albatross (4) 2024-01-21, Northern Cardinal (7) 2023-02-14, Pacific Golden-Plover (8) 2024-01-21, Red-crested Cardinal (8) 2023-02-14, Red-footed Booby (1) 2022-11-26, Red-vented Bulbul (8) 2023-02-14, Red-whiskered Bulbul (3) 2023-09-19, Ring-necked Pheasant (1) 2023-02-07, Rock Pigeon (1) 2023-02-14, Snow Goose (2) 2020-03-14, Spotted Dove (7) 2023-09-19, Wandering Tattler (4) 2024-01-21, Warbling White-eye (6) 2023-02-14, Wedge-tailed Shearwater (2) 2022-11-26, White-rumped Shama (1) 2020-01-15, Zebra Dove",9,2023-09-19 +21.57485898,-158.1737444,"Black Francolin (1) 2022-03-19, Chestnut Munia (2) 2022-04-30, Common Myna (2) 2022-04-30, Common Waxbill (2) 2022-04-30, Gray Francolin (2) 2022-04-30, Hawaiian Coot (1) 2021-01-23, House Finch (2) 2022-04-30, Indian Peafowl (3) 2022-04-30, Laysan Albatross (1) 2023-04-27, Feral Mallard (1) 2021-01-23, Muscovy Duck (2) 2022-04-16, Northern Cardinal (2) 2022-04-30, Pacific Golden-Plover (1) 2022-04-16, Red Avadavat (1) 2022-04-30, Red Junglefowl (3) 2023-08-20, Red-crested Cardinal (2) 2022-04-30, Red-vented Bulbul (2) 2022-04-30, Ring-necked Duck (2) 2021-01-23, Rock Pigeon (1) 2022-04-30, Ruddy Turnstone (1) 2022-04-16, Saffron Finch (2) 2022-04-30, Scaly-breasted Munia (2) 2022-04-30, Spotted Dove (2) 2022-04-30, Warbling White-eye (2) 2022-04-30, Western Cattle Egret (2) 2022-04-30, White-rumped Shama (2) 2022-04-30, Zebra Dove",2,2022-04-30 +21.61956471,-158.0865416,"Brown Booby (11) 2024-01-30, Common Myna (28) 2024-02-28, Common Waxbill (6) 2023-12-24, Great Frigatebird (3) 2023-06-03, House Finch (2) 2023-10-20, House Sparrow (2) 2022-08-20, Java Sparrow (5) 2022-02-01, Laysan Albatross (1) 2023-12-25, Northern Cardinal (6) 2023-03-02, Osprey (1) 2022-10-31, Pacific Golden-Plover (6) 2023-11-06, Red Avadavat (4) 2022-04-20, Red Junglefowl (3) 2023-12-24, Red-crested Cardinal (7) 2023-12-24, Red-vented Bulbul (13) 2023-12-24, Red-whiskered Bulbul (7) 2023-12-25, Ruddy Turnstone (6) 2023-09-19, Saffron Finch (2) 2022-01-29, Sanderling (42) 2024-02-28, Spotted Dove (6) 2023-12-28, Wandering Tattler (49) 2024-02-28, Warbling White-eye (3) 2023-12-25, Wedge-tailed Shearwater (1) 2021-06-04, Western Cattle Egret (6) 2023-11-06, White-rumped Shama (2) 2023-05-15, Zebra Dove",16,2023-12-28 +21.70042132,-158.0086977,"Black-crowned Night Heron (2) 2022-03-15, Brown Booby (4) 2022-08-18, Brown Noddy (1) 2019-06-29, Chestnut Munia (6) 2022-08-19, Common Gallinule (3) 2022-08-18, Common Myna (14) 2024-02-14, Common Waxbill (8) 2024-02-14, Great Frigatebird (6) 2023-06-17, House Finch (11) 2022-09-24, House Sparrow (1) 2020-07-12, Java Sparrow (4) 2024-02-14, Northern Cardinal (6) 2022-09-24, Pacific Golden-Plover (8) 2024-02-14, Red Junglefowl (5) 2022-08-19, Red-billed Leiothrix (8) 2024-02-06, Red-crested Cardinal (11) 2024-02-14, Red-footed Booby (1) 2020-07-12, Red-vented Bulbul (14) 2024-02-14, Red-whiskered Bulbul (4) 2023-10-12, Saffron Finch (3) 2022-08-19, Scaly-breasted Munia (1) 2020-07-12, Spotted Dove (8) 2023-10-12, Wandering Tattler (1) 2022-03-15, Warbling White-eye (12) 2024-02-14, Western Cattle Egret (12) 2024-02-14, White-rumped Shama (16) 2024-02-14, Zebra Dove",18,2024-02-14 +21.7093361,-157.9893022,"Black-footed Albatross (1) 2024-01-21, Black-necked Stilt (1) 2024-01-21, Common Myna (8) 2024-02-20, Common Waxbill (3) 2023-04-15, Glaucous-winged Gull (1) 2024-01-21, Gray Francolin (1) 2023-02-24, House Finch (3) 2024-01-21, Indian Peafowl (1) 2023-02-24, Laysan Albatross (7) 2024-02-20, Masked Booby (1) 2024-02-06, Muscovy Duck (1) 2024-01-21, Northern Cardinal (2) 2024-01-21, Pacific Golden-Plover (7) 2024-02-20, Red-billed Leiothrix (2) 2023-04-17, Red-crested Cardinal (4) 2024-02-06, Red-footed Booby (2) 2024-02-06, Red-vented Bulbul (3) 2023-04-15, Red-whiskered Bulbul (4) 2023-04-15, Saffron Finch (1) 2023-04-15, Sooty Tern (1) 2024-02-06, Spotted Dove (2) 2023-04-15, Wandering Tattler (2) 2024-02-02, Warbling White-eye (4) 2024-02-06, Western Cattle Egret (4) 2024-01-21, White-rumped Shama (3) 2024-02-06, Zebra Dove",6,2024-02-06 +21.25632399,-157.7900477,"Brown Booby (1) 2019-04-21, Common Myna (17) 2024-01-26, Common Waxbill (6) 2023-10-06, Gray Francolin (1) 2023-10-06, Great Frigatebird (3) 2023-10-06, House Finch (9) 2023-10-06, House Sparrow (1) 2021-04-24, Java Sparrow (2) 2020-10-25, Masked Booby (1) 2019-04-21, Northern Cardinal (1) 2021-04-24, Pacific Golden-Plover (8) 2024-01-26, Red-crested Cardinal (11) 2024-01-26, Red-footed Booby (3) 2023-03-01, Red-masked Parakeet (12) 2024-01-07, Red-vented Bulbul (17) 2024-01-26, Red-whiskered Bulbul (8) 2024-01-07, Rock Pigeon (5) 2023-01-08, Rose-ringed Parakeet (7) 2024-01-07, Sooty Tern (3) 2023-03-01, Spotted Dove (14) 2024-01-07, Wandering Tattler (2) 2020-10-25, Warbling White-eye (12) 2024-01-07, Wedge-tailed Shearwater (10) 2022-09-24, Western Cattle Egret (3) 2021-01-01, White Tern (15) 2024-01-07, White-rumped Shama (2) 2019-05-04, Yellow-fronted Canary (1) 2023-10-06, Zebra Dove",15,2024-01-26 +21.27432075,-157.7802626,"Black-crowned Night Heron (1) 2022-10-05, Common Myna (12) 2023-12-17, Common Waxbill (9) 2023-12-17, Great Frigatebird (1) 2021-09-19, House Finch (5) 2023-12-17, House Sparrow (8) 2023-12-17, Java Sparrow (8) 2024-01-05, Feral Mallard (3) 2021-12-19, Northern Cardinal (2) 2021-12-19, Pacific Golden-Plover (7) 2023-12-17, Red Junglefowl (3) 2023-09-08, Red-billed Leiothrix (3) 2021-12-19, Red-crested Cardinal (10) 2024-01-05, Red-masked Parakeet (1) 2020-07-17, Red-vented Bulbul (12) 2023-12-17, Red-whiskered Bulbul (4) 2023-12-17, Rock Pigeon (6) 2023-12-17, Rose-ringed Parakeet (12) 2024-02-20, Ruddy Turnstone (2) 2022-10-05, Saffron Finch (1) 2019-12-15, Scaly-breasted Munia (2) 2021-07-17, Spotted Dove (9) 2024-01-05, Warbling White-eye (8) 2023-12-17, Western Cattle Egret (12) 2024-01-05, White Tern (11) 2024-01-05, White-rumped Shama (3) 2021-12-19, Yellow-fronted Canary (1) 2020-07-17, Zebra Dove",9,2023-12-17 +21.29259442,-157.8090296,"Black-crowned Night Heron (3) 2024-01-21, Black-necked Stilt (1) 2019-01-24, Chestnut Munia (1) 2020-06-21, Common Myna (20) 2023-06-27, Common Waxbill (13) 2023-06-27, Great Frigatebird (1) 2020-08-30, House Finch (18) 2023-06-27, House Sparrow (6) 2023-06-27, Japanese Bush Warbler (1) 2020-05-25, Java Sparrow (17) 2023-06-27, Feral Mallard (1) 2020-10-25, Northern Cardinal (3) 2020-07-12, Pacific Golden-Plover (10) 2023-04-15, Red Junglefowl (1) 2020-08-30, Red-crested Cardinal (11) 2023-06-27, Red-vented Bulbul (21) 2023-06-27, Red-whiskered Bulbul (10) 2023-03-09, Rock Pigeon (4) 2020-09-20, Rose-ringed Parakeet (18) 2023-06-27, Saffron Finch (3) 2023-06-27, Scaly-breasted Munia (2) 2023-06-27, Spotted Dove (20) 2023-06-27, Warbling White-eye (12) 2023-06-27, Western Cattle Egret (11) 2021-07-08, White Tern (24) 2024-01-27, White-rumped Shama (13) 2023-06-27, Yellow-fronted Canary (5) 2023-06-27, Zebra Dove",17,2023-06-27 +21.30189651,-157.8475145,"Black-crowned Night Heron (3) 2023-12-02, Chestnut Munia (3) 2022-06-26, Common Myna (27) 2023-11-06, Common Waxbill (8) 2023-07-29, Great Frigatebird (1) 2022-03-11, House Finch (4) 2022-06-01, House Sparrow (21) 2023-11-06, Java Sparrow (15) 2023-10-26, Feral Mallard (1) 2021-10-18, Northern Cardinal (1) 2023-08-01, Pacific Golden-Plover (15) 2023-02-17, Red Junglefowl (2) 2022-03-05, Red-crested Cardinal (11) 2023-07-29, Red-vented Bulbul (18) 2023-11-06, Red-whiskered Bulbul (1) 2023-06-07, Rock Pigeon (9) 2023-07-29, Rose-ringed Parakeet (12) 2023-11-26, Saffron Finch (1) 2020-03-07, Scaly-breasted Munia (1) 2022-05-30, Spotted Dove (30) 2023-11-06, Warbling White-eye (5) 2021-07-19, Western Cattle Egret (13) 2023-11-06, White Tern (20) 2023-07-29, White-rumped Shama (1) 2023-07-29, Yellow-fronted Canary (5) 2022-06-26, Zebra Dove",29,2023-11-06 +21.30183011,-157.837875,"African Silverbill (1) 2023-11-05, Chestnut Munia (2) 2021-06-27, Common Myna (47) 2024-01-11, Common Waxbill (18) 2023-11-05, Great Frigatebird (1) 2020-08-17, House Finch (21) 2023-11-05, House Sparrow (38) 2024-01-11, Japanese Bush Warbler (1) 2023-10-19, Java Sparrow (11) 2024-01-11, Northern Cardinal (3) 2020-09-21, Pacific Golden-Plover (14) 2024-01-11, Red Junglefowl (9) 2023-12-02, Red-crested Cardinal (25) 2023-11-05, Red-masked Parakeet (31) 2023-10-07, Red-vented Bulbul (34) 2024-01-11, Red-whiskered Bulbul (6) 2023-10-19, Rock Pigeon (32) 2024-01-11, Rose-ringed Parakeet (34) 2024-02-18, Saffron Finch (8) 2023-11-05, Scaly-breasted Munia (12) 2023-11-05, Spotted Dove (45) 2024-01-11, Warbling White-eye (25) 2024-01-11, Western Cattle Egret (33) 2024-01-11, White Tern (49) 2024-02-29, White-rumped Shama (4) 2020-09-21, Yellow-fronted Canary (10) 2023-11-05, Zebra Dove",53,2024-01-11 +21.30162774,-157.8089567,"Chestnut Munia (5) 2023-09-12, Common Myna (26) 2023-09-12, Common Waxbill (15) 2023-07-27, House Finch (8) 2019-09-10, House Sparrow (3) 2019-11-06, Japanese Bush Warbler (1) 2020-04-15, Java Sparrow (8) 2023-07-27, Feral Mallard (2) 2023-06-05, Northern Cardinal (3) 2023-06-05, Pacific Golden-Plover (19) 2023-09-12, Red Avadavat (1) 2022-03-19, Red-billed Leiothrix (2) 2023-07-25, Red-crested Cardinal (15) 2023-07-25, Red-vented Bulbul (28) 2023-07-27, Red-whiskered Bulbul (5) 2023-05-30, Rock Pigeon (3) 2022-04-09, Rose-ringed Parakeet (17) 2023-09-12, Saffron Finch (1) 2022-04-09, Scaly-breasted Munia (1) 2019-08-30, Spotted Dove (17) 2023-07-27, Warbling White-eye (20) 2023-07-27, Western Cattle Egret (12) 2023-09-12, White Tern (17) 2023-07-25, White-rumped Shama (7) 2023-07-25, Yellow-fronted Canary (8) 2023-07-25, Zebra Dove",20,2023-07-25 +21.30149014,-157.7896782,"Chestnut Munia (15) 2020-03-20, Common Myna (854) 2023-12-27, Common Waxbill (509) 2020-12-04, Great Frigatebird (1) 2019-07-31, House Finch (520) 2020-12-04, House Sparrow (221) 2020-07-24, Java Sparrow (754) 2021-08-16, Northern Cardinal (582) 2020-09-28, Northern Mockingbird (1) 2019-02-22, Pacific Golden-Plover (499) 2020-12-04, Red Junglefowl (164) 2023-12-27, Red-billed Leiothrix (1) 2019-10-27, Red-crested Cardinal (691) 2020-12-04, Red-vented Bulbul (914) 2021-08-16, Red-whiskered Bulbul (117) 2020-07-27, Rock Pigeon (9) 2019-09-27, Rose-ringed Parakeet (536) 2023-12-27, Saffron Finch (79) 2020-11-20, Scaly-breasted Munia (64) 2020-03-15, Spotted Dove (865) 2023-12-27, Warbling White-eye (703) 2020-12-04, Western Cattle Egret (81) 2020-03-17, White Cockatoo (36) 2020-03-03, White Tern (21) 2019-12-20, White-rumped Shama (541) 2020-12-04, White-tailed Tropicbird (9) 2019-07-31, Yellow-fronted Canary (546) 2020-12-04, Zebra Dove",886,2020-12-04 +21.3108635,-157.8378039,"African Silverbill (1) 2024-02-25, Chestnut Munia (6) 2024-02-25, Common Myna (41) 2024-02-25, Common Waxbill (12) 2024-02-25, House Finch (21) 2024-02-25, House Sparrow (20) 2024-02-25, Java Sparrow (7) 2024-02-25, Feral Mallard (1) 2019-05-06, Northern Cardinal (4) 2023-06-24, Northern Mockingbird (3) 2024-02-25, Pacific Golden-Plover (25) 2024-02-25, Red Junglefowl (7) 2024-02-25, Red-crested Cardinal (24) 2024-02-25, Red-masked Parakeet (2) 2020-10-21, Red-vented Bulbul (43) 2024-02-25, Red-whiskered Bulbul (10) 2020-11-05, Rock Pigeon (6) 2023-01-01, Rose-ringed Parakeet (30) 2024-02-25, Saffron Finch (1) 2020-05-18, Scaly-breasted Munia (6) 2024-02-25, Spotted Dove (33) 2024-02-25, Warbling White-eye (24) 2024-02-25, Western Cattle Egret (25) 2024-02-25, White Tern (11) 2023-08-06, White-rumped Shama (9) 2024-02-25, Yellow-fronted Canary (8) 2024-02-25, Zebra Dove",33,2024-02-25 +21.3107291,-157.8185237,"Apapane (1) 2021-08-14, Chestnut Munia (9) 2023-07-12, Common Myna (9) 2023-06-17, Common Waxbill (13) 2023-06-17, Great Frigatebird (1) 2019-07-06, House Finch (6) 2021-08-22, House Sparrow (2) 2021-03-16, Java Sparrow (2) 2024-01-22, Northern Cardinal (4) 2022-10-18, Oahu Amakihi (2) 2024-02-04, Pacific Golden-Plover (5) 2021-12-06, Red Junglefowl (4) 2021-08-22, Red-billed Leiothrix (4) 2021-08-22, Red-crested Cardinal (16) 2024-02-09, Red-vented Bulbul (26) 2024-02-09, Red-whiskered Bulbul (12) 2023-11-19, Rock Pigeon (1) 2021-08-22, Rose-ringed Parakeet (13) 2023-11-19, Saffron Finch (2) 2024-02-09, Scaly-breasted Munia (3) 2022-08-14, Spotted Dove (10) 2023-11-19, Warbling White-eye (16) 2023-06-17, Western Cattle Egret (1) 2021-12-06, White Tern (5) 2023-06-10, White-rumped Shama (14) 2023-11-19, White-tailed Tropicbird (3) 2019-09-05, Yellow-fronted Canary (4) 2023-06-17, Zebra Dove",12,2024-02-04 +21.33026605,-158.049777,"African Silverbill (6) 2019-03-04, Black Swan (3) 2023-04-12, Chestnut Munia (6) 2019-03-04, Common Myna (17) 2024-01-30, Common Waxbill (8) 2020-01-01, Gray Francolin (3) 2019-02-12, House Finch (10) 2022-11-16, House Sparrow (11) 2022-11-16, Java Sparrow (6) 2022-11-16, Northern Cardinal (1) 2019-02-10, Pacific Golden-Plover (5) 2022-11-16, Red Avadavat (4) 2019-03-04, Red Junglefowl (3) 2023-01-31, Red-crested Cardinal (9) 2022-11-16, Red-vented Bulbul (10) 2022-11-16, Red-whiskered Bulbul (1) 2019-06-09, Rock Pigeon (2) 2019-06-08, Rose-ringed Parakeet (2) 2022-05-01, Ruddy Turnstone (1) 2022-09-19, Saffron Finch (8) 2022-11-16, Scaly-breasted Munia (4) 2019-02-16, Spotted Dove (12) 2024-01-30, Wandering Tattler (1) 2022-09-19, Warbling White-eye (7) 2020-01-01, Western Cattle Egret (8) 2022-11-16, White-rumped Shama (2) 2019-02-11, Yellow-fronted Canary (4) 2019-02-16, Zebra Dove",13,2022-11-16 +21.32950884,-157.9244335,"African Silverbill (3) 2022-08-12, Black-crowned Night Heron (5) 2024-01-05, Chestnut Munia (2) 2022-06-29, Common Myna (129) 2024-02-21, Common Waxbill (34) 2024-01-05, Great Frigatebird (1) 2022-09-24, House Finch (42) 2023-12-29, House Sparrow (129) 2024-02-07, Japanese Bush Warbler (1) 2022-02-08, Java Sparrow (2) 2022-09-18, Feral Mallard (50) 2022-02-17, Mourning Dove (1) 2024-01-05, Pacific Golden-Plover (14) 2024-02-21, Red-crested Cardinal (38) 2023-10-23, Red-vented Bulbul (102) 2024-02-21, Red-whiskered Bulbul (14) 2023-10-08, Rock Pigeon (10) 2023-11-05, Saffron Finch (4) 2024-01-11, Scaly-breasted Munia (1) 2020-09-13, Spotted Dove (167) 2024-02-08, Warbling White-eye (64) 2023-12-29, Western Cattle Egret (31) 2024-01-27, White Tern (8) 2023-12-06, White-rumped Shama (1) 2022-07-17, Zebra Dove",141,2024-02-21 +21.3288633,-157.8280203,"Apapane (13) 2021-03-30, Chestnut Munia (2) 2019-10-31, Chinese Hwamei (2) 2019-03-30, Common Myna (173) 2023-10-12, Common Waxbill (123) 2023-10-12, House Finch (168) 2023-06-01, House Sparrow (1) 2019-10-31, Java Sparrow (4) 2021-03-30, Northern Cardinal (113) 2023-06-01, Oahu Amakihi (188) 2023-10-10, Oahu Elepaio (1) 2019-10-08, Pacific Golden-Plover (21) 2021-10-22, Red Junglefowl (87) 2023-10-10, Red-billed Leiothrix (144) 2023-10-12, Red-crested Cardinal (190) 2024-02-03, Red-masked Parakeet (1) 2019-10-08, Red-vented Bulbul (179) 2023-10-12, Red-whiskered Bulbul (162) 2023-10-12, Rose-ringed Parakeet (173) 2023-10-12, Scaly-breasted Munia (8) 2021-08-18, Spotted Dove (187) 2024-02-03, Warbling White-eye (193) 2023-10-10, Western Cattle Egret (3) 2023-10-12, White Tern (13) 2021-10-22, White-rumped Shama (207) 2024-02-03, Yellow-fronted Canary (72) 2023-10-10, Zebra Dove",167,2023-10-12 +21.35642129,-157.895306,"Black-crowned Night Heron (1) 2020-03-29, Common Gallinule (1) 2020-05-20, Common Myna (51) 2022-12-18, Common Waxbill (36) 2022-04-14, Gray Francolin (2) 2021-01-28, Great-tailed Grackle (1) 2020-06-08, House Finch (3) 2022-12-18, House Sparrow (2) 2023-12-06, Java Sparrow (1) 2021-10-25, Feral Mallard (2) 2020-06-07, Northern Cardinal (21) 2020-12-06, Pacific Golden-Plover (13) 2022-12-18, Red-billed Leiothrix (1) 2021-01-01, Red-crested Cardinal (20) 2022-12-18, Red-vented Bulbul (42) 2021-10-20, Red-whiskered Bulbul (36) 2021-01-01, Rock Pigeon (1) 2023-12-06, Rose-ringed Parakeet (8) 2023-12-06, Ruddy Turnstone (1) 2022-12-18, Saffron Finch (16) 2022-03-17, Spotted Dove (43) 2022-12-18, Warbling White-eye (41) 2021-01-28, Western Cattle Egret (16) 2022-12-18, White Tern (3) 2021-10-25, White-rumped Shama (7) 2021-01-28, Yellow-fronted Canary (20) 2020-12-06, Zebra Dove",44,2021-10-25 +21.36588907,-157.9627465,"African Silverbill (1) 2021-03-12, Chestnut Munia (44) 2023-12-31, Common Myna (43) 2023-12-31, Common Waxbill (34) 2023-07-19, Eurasian Skylark (34) 2022-04-06, House Finch (38) 2023-12-31, House Sparrow (9) 2022-10-19, Java Sparrow (9) 2023-12-31, Northern Cardinal (2) 2021-03-12, Pacific Golden-Plover (44) 2023-12-31, Red Avadavat (5) 2020-02-11, Red-crested Cardinal (27) 2023-12-31, Red-vented Bulbul (28) 2023-07-19, Red-whiskered Bulbul (4) 2022-03-31, Rock Pigeon (16) 2023-01-04, Rose-ringed Parakeet (5) 2023-07-19, Ruddy Turnstone (13) 2023-07-19, Saffron Finch (32) 2023-12-31, Sanderling (2) 2023-12-31, Scaly-breasted Munia (2) 2022-06-06, Spotted Dove (19) 2023-07-19, Wandering Tattler (4) 2022-03-31, Warbling White-eye (9) 2022-03-31, Western Cattle Egret (27) 2023-12-31, White Tern (11) 2023-07-19, Yellow-fronted Canary (2) 2022-10-19, Zebra Dove",39,2023-12-31 +21.39298767,-157.9625547,"Black-crowned Night Heron (13) 2022-08-11, Black-necked Stilt (6) 2022-08-11, Chestnut Munia (3) 2020-02-16, Common Gallinule (12) 2022-08-11, Common Myna (18) 2024-02-18, Common Waxbill (13) 2024-02-18, House Finch (6) 2022-03-17, House Sparrow (8) 2022-03-17, Java Sparrow (4) 2020-02-16, Feral Mallard (11) 2022-03-17, Northern Cardinal (8) 2023-01-02, Pacific Golden-Plover (12) 2023-01-02, Red Junglefowl (4) 2019-10-07, Red-crested Cardinal (12) 2023-01-02, Red-vented Bulbul (16) 2024-02-18, Red-whiskered Bulbul (6) 2024-02-18, Rock Pigeon (10) 2022-08-11, Rose-ringed Parakeet (6) 2022-08-11, Ruddy Turnstone (7) 2022-08-11, Saffron Finch (6) 2020-03-18, Scaly-breasted Munia (2) 2022-08-11, Spotted Dove (11) 2023-01-02, Wandering Tattler (7) 2022-03-17, Warbling White-eye (6) 2022-08-11, Western Cattle Egret (13) 2023-01-02, Yellow-fronted Canary (2) 2022-03-17, Zebra Dove",11,2024-02-18 +21.48256342,-157.8460968,"Black-crowned Night Heron (2) 2022-02-15, Black-necked Stilt (8) 2021-12-31, Chestnut Munia (4) 2023-10-06, Common Myna (19) 2024-02-05, Common Waxbill (8) 2021-05-13, Great Frigatebird (1) 2022-08-01, Hawaiian Coot (1) 2021-05-13, House Finch (1) 2019-07-15, House Sparrow (1) 2019-07-15, Indian Peafowl (1) 2021-03-24, Laysan Albatross (1) 2019-12-30, Feral Mallard (2) 2023-09-12, Pacific Golden-Plover (8) 2023-10-06, Red Avadavat (1) 2023-09-12, Red Junglefowl (3) 2024-02-05, Red-crested Cardinal (5) 2024-02-05, Red-vented Bulbul (5) 2019-09-27, Red-whiskered Bulbul (6) 2024-02-05, Rock Pigeon (1) 2019-09-27, Ruddy Turnstone (7) 2020-02-06, Sanderling (1) 2019-09-27, Spotted Dove (5) 2019-09-27, Wandering Tattler (1) 2019-09-27, Warbling White-eye (5) 2023-03-10, Western Cattle Egret (12) 2023-09-12, White Tern (1) 2021-05-13, White-rumped Shama (5) 2023-10-06, Zebra Dove",13,2024-02-05 +21.55489415,-157.8551821,"Apapane (1) 2021-12-30, Chestnut Munia (3) 2024-01-09, Common Myna (7) 2024-02-13, Common Waxbill (13) 2024-02-13, Glaucous-winged Gull (2) 2024-01-15, Great Frigatebird (3) 2023-09-03, House Finch (2) 2024-02-13, House Sparrow (1) 2020-01-21, Java Sparrow (8) 2024-01-09, Laughing Gull (1) 2020-03-02, Northern Cardinal (1) 2023-05-12, Pacific Golden-Plover (11) 2024-02-13, Red Junglefowl (4) 2024-01-09, Red-billed Leiothrix (2) 2023-09-03, Red-crested Cardinal (4) 2024-02-13, Red-vented Bulbul (5) 2024-01-09, Red-whiskered Bulbul (4) 2024-01-09, Rock Pigeon (2) 2024-02-13, Ruddy Turnstone (6) 2023-02-24, Saffron Finch (8) 2024-01-15, Scaly-breasted Munia (7) 2023-02-24, Spotted Dove (5) 2024-02-13, Wandering Tattler (1) 2024-02-13, Warbling White-eye (3) 2024-02-13, Western Cattle Egret (7) 2024-02-13, White-rumped Shama (4) 2024-01-09, White-tailed Tropicbird (3) 2023-09-16, Zebra Dove",13,2024-02-13 +21.57504483,-158.2123763,"Apapane (1) 2022-01-09, Black-crowned Night Heron (1) 2019-05-21, Common Myna (2) 2024-02-09, Common Waxbill (6) 2023-03-23, Erckel's Spurfowl (1) 2021-07-28, Gray Francolin (3) 2022-02-03, House Finch (3) 2022-06-28, House Sparrow (1) 2022-06-28, Indian Peafowl (3) 2021-07-28, Japanese Bush Warbler (1) 2022-01-09, Java Sparrow (1) 2022-02-03, Kalij Pheasant (2) 2022-06-28, Laysan Albatross (2) 2024-01-02, Northern Cardinal (4) 2023-03-23, Pacific Golden-Plover (3) 2022-02-03, Red Junglefowl (1) 2024-02-09, Red-billed Leiothrix (5) 2023-03-23, Red-crested Cardinal (5) 2024-02-09, Red-vented Bulbul (7) 2023-03-23, Red-whiskered Bulbul (2) 2022-06-28, Rock Pigeon (1) 2019-05-21, Saffron Finch (7) 2023-03-23, Spotted Dove (1) 2022-01-09, Warbling White-eye (6) 2023-03-23, Western Cattle Egret (1) 2021-12-05, White-rumped Shama (4) 2023-03-23, White-tailed Tropicbird (1) 2021-01-07, Zebra Dove",5,2022-06-28 +21.58369093,-158.1350609,"Black Francolin (9) 2022-12-27, Black-crowned Night Heron (1) 2021-02-27, Brown Booby (1) 2024-01-26, Chestnut Munia (1) 2022-05-23, Common Myna (37) 2023-03-20, Common Waxbill (17) 2022-12-12, Gray Francolin (5) 2022-11-28, Great Frigatebird (1) 2019-08-03, House Finch (22) 2022-12-12, House Sparrow (5) 2022-11-10, Java Sparrow (8) 2023-03-04, Laughing Gull (1) 2021-12-18, Northern Cardinal (10) 2022-12-27, Pacific Golden-Plover (2) 2022-04-11, Red Avadavat (1) 2022-05-02, Red Junglefowl (2) 2022-11-10, Red-crested Cardinal (13) 2022-12-12, Red-vented Bulbul (32) 2023-03-20, Red-whiskered Bulbul (8) 2022-11-10, Rock Pigeon (1) 2022-04-24, Saffron Finch (13) 2022-12-27, Spotted Dove (15) 2023-03-20, Wandering Tattler (1) 2024-01-15, Warbling White-eye (21) 2022-12-27, Western Cattle Egret (9) 2022-11-10, White-rumped Shama (2) 2022-04-24, Zebra Dove",36,2023-03-20 +21.63664722,-157.9221734,"African Silverbill (1) 2023-05-01, Black-crowned Night Heron (14) 2023-09-04, Brown Booby (1) 2023-01-15, Brown Noddy (1) 2023-01-15, Chestnut Munia (6) 2021-10-13, Common Myna (30) 2023-12-16, Common Waxbill (12) 2023-08-08, Great Frigatebird (4) 2023-08-11, Hawaiian Coot (1) 2020-01-24, House Finch (9) 2023-12-16, House Sparrow (9) 2023-12-09, Java Sparrow (5) 2023-12-09, Laysan Albatross (1) 2023-01-15, Northern Cardinal (4) 2023-11-03, Pacific Golden-Plover (16) 2023-12-09, Red Junglefowl (10) 2023-11-03, Red-billed Leiothrix (2) 2023-05-01, Red-crested Cardinal (17) 2023-12-09, Red-vented Bulbul (20) 2023-12-16, Red-whiskered Bulbul (16) 2023-12-16, Rock Pigeon (6) 2023-12-09, Saffron Finch (3) 2024-01-14, Spotted Dove (18) 2023-12-16, Warbling White-eye (6) 2023-05-01, Western Cattle Egret (8) 2023-08-08, White-rumped Shama (3) 2023-05-01, Yellow-fronted Canary (1) 2022-03-21, Zebra Dove",28,2023-12-09 +21.6645152,-158.0476008,"Brown Booby (9) 2023-12-24, Chestnut Munia (1) 2022-04-03, Common Myna (9) 2024-01-09, Common Waxbill (3) 2022-02-26, Great Frigatebird (1) 2022-04-08, House Finch (2) 2023-07-08, Java Sparrow (1) 2022-04-05, Laysan Albatross (4) 2023-03-11, Masked Booby (1) 2022-04-02, Northern Cardinal (2) 2022-01-24, Red Junglefowl (6) 2024-01-09, Red-billed Leiothrix (2) 2023-05-21, Red-crested Cardinal (5) 2022-04-05, Red-footed Booby (4) 2022-04-03, Red-tailed Tropicbird (1) 2022-04-05, Red-vented Bulbul (9) 2023-12-24, Red-whiskered Bulbul (5) 2022-11-05, Ruddy Turnstone (1) 2023-03-11, Saffron Finch (4) 2024-01-09, Sooty Tern (1) 2022-04-05, Spotted Dove (3) 2022-04-03, Warbling White-eye (9) 2024-01-09, Wedge-tailed Shearwater (3) 2023-08-08, Western Cattle Egret (4) 2022-06-06, White Tern (1) 2022-04-02, White-rumped Shama (6) 2023-12-24, White-tailed Tropicbird (2) 2022-04-05, Zebra Dove",6,2022-04-05 +21.25646141,-157.8093206,"Brown Booby (1) 2019-02-14, Brown Noddy (2) 2022-12-06, Common Myna (19) 2023-12-23, Common Waxbill (8) 2023-02-12, Great Frigatebird (5) 2022-12-06, House Finch (2) 2023-06-19, House Sparrow (5) 2022-09-01, Java Sparrow (8) 2024-02-19, Northern Cardinal (2) 2022-09-01, Pacific Golden-Plover (8) 2024-02-19, Red Junglefowl (6) 2023-02-08, Red-crested Cardinal (17) 2024-02-19, Red-footed Booby (4) 2023-02-08, Red-vented Bulbul (22) 2023-12-07, Red-whiskered Bulbul (3) 2022-12-15, Rock Pigeon (4) 2023-01-02, Rose-ringed Parakeet (5) 2022-12-06, Saffron Finch (1) 2022-04-09, Scaly-breasted Munia (2) 2023-06-19, Sooty Tern (3) 2022-12-06, Spotted Dove (24) 2023-12-23, Warbling White-eye (8) 2023-03-08, Wedge-tailed Shearwater (4) 2022-12-06, Western Cattle Egret (7) 2023-12-23, White Tern (17) 2023-08-09, White-rumped Shama (3) 2022-04-09, White-tailed Tropicbird (1) 2021-07-22, Yellow-fronted Canary (1) 2022-09-01, Zebra Dove",18,2023-12-23 +21.28382979,-157.8476554,"Black-crowned Night Heron (8) 2023-10-16, Brown Booby (2) 2020-09-10, Chestnut Munia (1) 2019-08-18, Common Myna (16) 2024-02-03, Common Waxbill (10) 2024-02-03, Great Frigatebird (1) 2021-10-12, House Finch (4) 2022-03-25, House Sparrow (11) 2024-02-03, Java Sparrow (14) 2024-02-03, Feral Mallard (1) 2023-10-16, Northern Cardinal (1) 2020-01-24, Pacific Golden-Plover (11) 2023-04-03, Red Junglefowl (2) 2022-06-06, Red-crested Cardinal (17) 2024-02-03, Red-tailed Tropicbird (1) 2019-10-13, Red-vented Bulbul (10) 2024-02-03, Rock Pigeon (13) 2024-02-03, Rose-ringed Parakeet (1) 2019-08-18, Ruddy Turnstone (2) 2023-08-30, Saffron Finch (4) 2024-02-03, Scaly-breasted Munia (8) 2023-08-09, Spotted Dove (17) 2024-02-03, Wandering Tattler (1) 2019-01-12, Warbling White-eye (2) 2022-03-25, Wedge-tailed Shearwater (1) 2023-08-09, Western Cattle Egret (7) 2024-02-03, White Tern (13) 2024-02-17, Yellow-fronted Canary (7) 2024-02-03, Zebra Dove",23,2024-02-03 +21.28356112,-157.8091025,"Black-crowned Night Heron (3) 2021-12-27, Common Myna (30) 2024-01-14, Common Waxbill (6) 2024-01-14, Great Frigatebird (1) 2021-09-28, House Finch (7) 2024-01-14, House Sparrow (27) 2024-01-14, Java Sparrow (10) 2024-01-14, Feral Mallard (1) 2021-12-27, Northern Cardinal (2) 2021-12-27, Pacific Golden-Plover (2) 2022-01-28, Red Junglefowl (9) 2022-11-26, Red-crested Cardinal (15) 2024-01-14, Red-vented Bulbul (22) 2024-01-14, Red-whiskered Bulbul (7) 2024-01-14, Rock Pigeon (11) 2024-01-14, Rose-ringed Parakeet (20) 2024-01-14, Ruddy Turnstone (1) 2021-12-27, Saffron Finch (1) 2021-07-03, Scaly-breasted Munia (1) 2021-05-01, Spotted Dove (30) 2024-01-14, Warbling White-eye (7) 2024-01-14, Wedge-tailed Shearwater (1) 2021-12-10, Western Cattle Egret (6) 2024-01-14, White Tern (14) 2024-01-14, White-rumped Shama (2) 2021-05-01, White-tailed Tropicbird (1) 2021-12-27, Yellow-fronted Canary (4) 2022-01-28, Zebra Dove",33,2024-01-14 +21.29158432,-157.6740929,"African Silverbill (1) 2021-03-27, Chinese Hwamei (13) 2021-10-19, Common Myna (28) 2024-01-13, Common Waxbill (11) 2024-01-28, Gray Francolin (2) 2021-10-07, House Finch (12) 2024-01-28, House Sparrow (4) 2023-08-04, Japanese Bush Warbler (2) 2023-08-04, Java Sparrow (6) 2024-01-28, Northern Cardinal (24) 2024-01-13, Pacific Golden-Plover (23) 2024-01-28, Red Avadavat (1) 2023-10-06, Red Junglefowl (4) 2023-08-04, Red-billed Leiothrix (3) 2023-08-04, Red-crested Cardinal (32) 2024-01-13, Red-tailed Tropicbird (1) 2021-06-17, Red-vented Bulbul (29) 2024-01-13, Red-whiskered Bulbul (3) 2023-09-15, Rock Pigeon (8) 2023-10-06, Rose-ringed Parakeet (1) 2021-09-12, Scaly-breasted Munia (3) 2023-10-06, Sooty Tern (1) 2022-01-25, Spotted Dove (36) 2024-01-28, Warbling White-eye (23) 2024-01-13, Western Cattle Egret (10) 2023-10-14, White Tern (1) 2023-08-08, White-rumped Shama (28) 2024-01-13, Yellow-fronted Canary (1) 2023-09-15, Zebra Dove",39,2024-01-28 +21.31092989,-157.847444,"African Silverbill (3) 2024-01-25, Chestnut Munia (38) 2024-01-27, Common Myna (90) 2024-02-26, Common Waxbill (47) 2024-01-24, Great Frigatebird (2) 2021-07-28, House Finch (14) 2023-08-13, House Sparrow (40) 2023-12-23, Java Sparrow (14) 2023-12-17, Northern Cardinal (18) 2024-01-24, Northern Mockingbird (30) 2024-01-24, Pacific Golden-Plover (70) 2024-02-03, Red Avadavat (1) 2023-02-16, Red Junglefowl (10) 2024-02-26, Red-crested Cardinal (82) 2024-01-30, Red-crowned Parrot (1) 2024-01-24, Red-vented Bulbul (73) 2024-01-30, Red-whiskered Bulbul (13) 2024-01-25, Rock Pigeon (15) 2024-02-26, Rose-ringed Parakeet (37) 2024-02-29, Saffron Finch (20) 2023-12-17, Scaly-breasted Munia (2) 2024-01-25, Spotted Dove (61) 2024-02-26, Warbling White-eye (35) 2024-01-30, Western Cattle Egret (44) 2024-01-03, White Tern (29) 2023-08-13, White-rumped Shama (21) 2023-12-17, White-tailed Tropicbird (1) 2022-08-27, Yellow-fronted Canary (34) 2024-02-03, Zebra Dove",80,2024-02-26 +21.32975292,-157.9630004,"Black-crowned Night Heron (20) 2022-09-08, Black-necked Stilt (1) 2021-12-20, Brown Booby (1) 2022-06-19, Chestnut Munia (3) 2022-06-19, Common Myna (48) 2022-11-16, Common Waxbill (7) 2022-06-19, House Finch (4) 2022-06-19, House Sparrow (10) 2022-06-19, Java Sparrow (7) 2022-02-19, Feral Mallard (3) 2022-06-19, Northern Cardinal (5) 2022-09-11, Northern Mockingbird (1) 2021-12-20, Pacific Golden-Plover (10) 2022-06-19, Red Junglefowl (1) 2022-06-19, Red-crested Cardinal (18) 2022-08-24, Red-vented Bulbul (60) 2022-12-28, Red-whiskered Bulbul (5) 2021-11-03, Rock Pigeon (6) 2022-06-19, Rose-ringed Parakeet (6) 2022-06-19, Ruddy Turnstone (1) 2022-06-19, Saffron Finch (4) 2022-06-19, Spotted Dove (39) 2022-11-23, Warbling White-eye (5) 2022-02-19, Western Cattle Egret (13) 2022-08-11, White Tern (11) 2022-09-01, White-rumped Shama (4) 2022-02-19, Yellow-fronted Canary (2) 2019-08-18, Zebra Dove",27,2022-12-28 +21.33809607,-157.8568739,"Chestnut Munia (43) 2022-05-26, Common Myna (117) 2023-12-15, Common Waxbill (26) 2023-12-15, House Finch (61) 2022-05-26, House Sparrow (39) 2022-05-26, Java Sparrow (25) 2022-05-26, Feral Mallard (2) 2022-04-26, Northern Cardinal (27) 2022-05-21, Oahu Amakihi (33) 2022-05-26, Pacific Golden-Plover (138) 2022-04-30, Red-billed Leiothrix (10) 2022-05-26, Red-crested Cardinal (48) 2023-12-15, Red-masked Parakeet (1) 2019-01-14, Red-vented Bulbul (112) 2023-12-15, Red-whiskered Bulbul (9) 2023-12-15, Rock Pigeon (22) 2023-12-15, Rose-ringed Parakeet (83) 2023-12-15, Saffron Finch (32) 2022-05-23, Scaly-breasted Munia (5) 2022-05-14, Sooty Tern (1) 2019-07-20, Spotted Dove (71) 2023-12-15, Warbling White-eye (72) 2023-12-15, Western Cattle Egret (15) 2022-05-23, White Tern (9) 2022-05-17, White-rumped Shama (26) 2023-12-15, Yellow-fronted Canary (35) 2022-05-26, Zebra Dove",99,2023-12-15 +21.34838689,-158.0593032,"African Silverbill (3) 2021-04-17, Black Francolin (1) 2019-07-10, Black-crowned Night Heron (7) 2023-01-12, Black-necked Stilt (7) 2023-01-12, Chestnut Munia (2) 2021-04-15, Common Myna (10) 2023-01-12, Common Waxbill (4) 2023-01-12, Hawaiian Coot (6) 2021-04-17, House Finch (7) 2021-04-17, House Sparrow (8) 2023-01-12, Java Sparrow (6) 2022-03-21, Feral Mallard (4) 2021-04-17, Northern Cardinal (1) 2021-04-13, Northern Mockingbird (1) 2020-02-24, Pacific Golden-Plover (9) 2023-01-12, Red Junglefowl (3) 2021-04-17, Red-crested Cardinal (9) 2023-01-12, Red-vented Bulbul (11) 2023-01-12, Rose-ringed Parakeet (1) 2022-03-21, Saffron Finch (9) 2023-01-12, Short-eared Owl (1) 2023-06-04, Spotted Dove (9) 2023-01-12, Wandering Tattler (4) 2021-04-17, Warbling White-eye (7) 2023-01-12, Western Cattle Egret (10) 2023-01-12, Yellow-fronted Canary (3) 2021-04-14, Zebra Dove",10,2023-01-12 +21.38250556,-157.7504323,"Black-necked Stilt (7) 2023-10-06, Chestnut Munia (13) 2024-02-16, Common Gallinule (4) 2023-08-03, Common Myna (20) 2024-02-16, Common Waxbill (8) 2023-08-04, Hawaiian Coot (1) 2023-03-09, House Finch (5) 2024-02-16, House Sparrow (6) 2021-07-17, Java Sparrow (9) 2024-02-16, Feral Mallard (8) 2022-09-27, Northern Cardinal (5) 2023-08-04, Northern Mockingbird (1) 2023-11-06, Pacific Golden-Plover (7) 2024-02-16, Red Junglefowl (9) 2024-02-16, Red-billed Leiothrix (1) 2019-03-31, Red-crested Cardinal (11) 2023-10-06, Red-vented Bulbul (9) 2023-08-04, Red-whiskered Bulbul (5) 2023-03-03, Rock Pigeon (9) 2024-02-16, Saffron Finch (1) 2024-02-16, Short-eared Owl (1) 2019-02-19, Spotted Dove (7) 2022-05-29, Warbling White-eye (8) 2023-08-04, Western Cattle Egret (16) 2024-02-16, White-rumped Shama (7) 2023-08-04, Zebra Dove",16,2024-02-16 +21.39261887,-157.9046804,"Chestnut Munia (17) 2023-10-06, Chinese Hwamei (1) 2019-08-11, Common Myna (24) 2024-02-14, Common Waxbill (7) 2023-10-06, Gray Francolin (1) 2021-07-03, Helmeted Guineafowl (3) 2021-07-10, House Finch (2) 2022-05-17, House Sparrow (3) 2022-05-17, Japanese Bush Warbler (1) 2022-05-17, Java Sparrow (2) 2024-02-14, Mariana Swiftlet (1) 2019-08-11, Northern Cardinal (3) 2024-01-17, Oahu Amakihi (5) 2023-12-26, Pacific Golden-Plover (13) 2023-10-06, Red Junglefowl (20) 2024-02-14, Red-billed Leiothrix (11) 2024-01-17, Red-crested Cardinal (20) 2024-02-14, Red-crowned Parrot (8) 2023-04-24, Red-vented Bulbul (19) 2023-10-16, Red-whiskered Bulbul (8) 2023-10-06, Rose-ringed Parakeet (2) 2022-02-27, Saffron Finch (4) 2024-01-17, Scaly-breasted Munia (1) 2022-05-17, Spotted Dove (16) 2023-10-16, Warbling White-eye (15) 2024-01-17, Western Cattle Egret (3) 2019-06-02, White-rumped Shama (12) 2024-01-17, Yellow-fronted Canary (2) 2022-11-06, Zebra Dove",22,2024-02-14 +21.40196092,-157.9528445,"Black-crowned Night Heron (1) 2020-08-02, Chestnut Munia (71) 2024-01-05, Common Myna (116) 2024-01-13, Common Waxbill (91) 2024-01-13, Gray Francolin (4) 2023-05-24, House Finch (98) 2024-01-13, House Sparrow (56) 2024-01-10, Java Sparrow (65) 2024-01-13, Northern Cardinal (26) 2024-01-13, Pacific Golden-Plover (62) 2024-01-13, Red Avadavat (4) 2024-01-05, Red Junglefowl (7) 2024-01-10, Red-crested Cardinal (83) 2024-01-13, Red-crowned Parrot (34) 2024-01-05, Red-vented Bulbul (96) 2024-01-13, Red-whiskered Bulbul (18) 2024-01-13, Rock Pigeon (7) 2024-01-09, Rose-ringed Parakeet (79) 2024-01-13, Ruddy Turnstone (4) 2022-07-18, Saffron Finch (111) 2024-01-13, Scaly-breasted Munia (5) 2023-01-19, Spotted Dove (84) 2024-01-13, Warbling White-eye (70) 2024-01-13, Western Cattle Egret (45) 2024-01-05, White-rumped Shama (12) 2023-01-11, Yellow-fronted Canary (23) 2024-01-13, Zebra Dove",111,2024-01-13 +21.64655754,-158.067045,"Black-crowned Night Heron (6) 2024-01-18, Black-necked Stilt (1) 2019-06-06, Brown Booby (14) 2024-02-26, Common Myna (37) 2024-02-26, Common Waxbill (1) 2021-10-14, Great Frigatebird (4) 2024-01-18, House Finch (4) 2024-01-18, House Sparrow (21) 2024-02-26, Java Sparrow (8) 2023-04-15, Laysan Albatross (3) 2023-04-15, Feral Mallard (2) 2023-03-29, Masked Booby (1) 2023-12-29, Northern Cardinal (1) 2022-09-06, Pacific Golden-Plover (2) 2024-01-22, Red Junglefowl (12) 2023-12-21, Red-crested Cardinal (18) 2024-01-18, Red-footed Booby (1) 2022-04-02, Red-vented Bulbul (9) 2024-02-26, Red-whiskered Bulbul (1) 2021-11-12, Rock Pigeon (1) 2023-01-14, Saffron Finch (18) 2023-08-05, Sanderling (1) 2021-02-09, Spotted Dove (15) 2024-02-26, Wandering Tattler (6) 2024-01-18, Warbling White-eye (5) 2022-11-20, Wedge-tailed Shearwater (2) 2023-09-22, Western Cattle Egret (6) 2023-02-08, Zebra Dove",28,2024-02-26 +21.6465037,-158.0573824,"Black Francolin (2) 2023-03-28, Black-crowned Night Heron (1) 2022-05-29, Brown Booby (1) 2022-05-29, Chestnut Munia (2) 2023-03-28, Common Gallinule (1) 2019-12-12, Common Myna (14) 2024-01-17, Common Waxbill (5) 2023-03-28, House Finch (6) 2024-01-17, House Sparrow (5) 2024-01-17, Indian Peafowl (1) 2019-12-12, Japanese Bush Warbler (2) 2023-03-28, Java Sparrow (3) 2023-03-28, Northern Cardinal (5) 2023-03-28, Northern Mockingbird (1) 2022-03-12, Pacific Golden-Plover (5) 2024-01-17, Red Junglefowl (5) 2024-01-17, Red-billed Leiothrix (4) 2023-03-28, Red-crested Cardinal (7) 2023-03-28, Red-vented Bulbul (8) 2023-10-17, Red-whiskered Bulbul (5) 2023-03-28, Rose-ringed Parakeet (1) 2022-04-02, Ruddy Turnstone (3) 2024-01-06, Saffron Finch (7) 2024-01-17, Spotted Dove (13) 2024-01-17, Wandering Tattler (3) 2023-10-17, Warbling White-eye (7) 2023-03-28, Western Cattle Egret (2) 2022-04-02, White-rumped Shama (4) 2023-03-28, Zebra Dove",14,2024-01-17 +21.30127945,-157.7607606,"African Silverbill (1) 2020-01-16, Chestnut Munia (28) 2022-10-14, Common Myna (106) 2024-02-21, Common Waxbill (157) 2024-02-21, House Finch (106) 2024-02-20, House Sparrow (2) 2021-12-11, Japanese Bush Warbler (4) 2024-01-07, Java Sparrow (14) 2020-11-07, Northern Cardinal (97) 2024-02-11, Oahu Amakihi (55) 2024-02-20, Oahu Elepaio (168) 2024-02-21, Pacific Golden-Plover (1) 2020-01-20, Red Avadavat (2) 2020-01-25, Red Junglefowl (1) 2024-01-07, Red-billed Leiothrix (189) 2024-02-21, Red-crested Cardinal (145) 2024-02-21, Red-masked Parakeet (33) 2024-02-21, Red-vented Bulbul (168) 2024-02-21, Red-whiskered Bulbul (104) 2024-02-21, Rock Pigeon (1) 2020-01-25, Rose-ringed Parakeet (4) 2021-08-12, Scaly-breasted Munia (27) 2020-11-25, Spotted Dove (152) 2024-02-21, Warbling White-eye (187) 2024-02-21, Western Cattle Egret (12) 2024-02-21, White Tern (31) 2024-02-21, White-rumped Shama (192) 2024-02-21, White-tailed Tropicbird (1) 2019-06-01, Zebra Dove",156,2024-02-21 +21.31079658,-157.8281638,"Black-crowned Night Heron (3) 2023-03-17, Chestnut Munia (20) 2023-08-31, Common Myna (107) 2024-02-24, Common Waxbill (62) 2024-02-24, House Finch (53) 2024-02-18, House Sparrow (64) 2023-08-31, Java Sparrow (111) 2024-02-24, Mourning Dove (1) 2020-12-20, Northern Cardinal (32) 2023-08-27, Pacific Golden-Plover (21) 2023-02-02, Red Junglefowl (60) 2023-10-14, Red-billed Leiothrix (6) 2023-10-14, Red-crested Cardinal (74) 2024-02-18, Red-masked Parakeet (1) 2021-10-02, Red-vented Bulbul (94) 2024-02-18, Red-whiskered Bulbul (41) 2024-02-18, Rock Pigeon (13) 2022-08-14, Rose-ringed Parakeet (145) 2024-02-24, Saffron Finch (33) 2023-08-31, Scaly-breasted Munia (17) 2023-08-31, Sooty Shearwater (1) 2022-10-26, Spotted Dove (105) 2024-02-18, Warbling White-eye (60) 2024-02-18, Wedge-tailed Shearwater (1) 2022-10-26, Western Cattle Egret (21) 2023-02-02, White Tern (45) 2024-02-18, White-rumped Shama (52) 2023-10-14, White-tailed Tropicbird (1) 2021-09-18, Yellow-fronted Canary (28) 2023-10-14, Zebra Dove",150,2024-02-24 +21.31969438,-157.8088109,"Barn Owl (1) 2019-01-02, Chestnut Munia (15) 2023-05-13, Common Myna (21) 2024-02-03, Common Waxbill (8) 2021-09-28, Great Frigatebird (1) 2020-09-21, House Finch (15) 2024-01-01, House Sparrow (9) 2023-08-18, Java Sparrow (7) 2023-08-18, Feral Mallard (5) 2020-06-28, Muscovy Duck (1) 2020-04-26, Northern Cardinal (11) 2024-01-01, Northern Mockingbird (1) 2022-01-07, Oahu Amakihi (8) 2024-01-01, Pacific Golden-Plover (6) 2022-04-11, Red-billed Leiothrix (12) 2024-01-01, Red-crested Cardinal (17) 2024-01-01, Red-vented Bulbul (23) 2024-02-03, Red-whiskered Bulbul (19) 2024-01-01, Rock Pigeon (3) 2022-07-31, Rose-ringed Parakeet (23) 2024-02-03, Saffron Finch (1) 2020-03-14, Spotted Dove (21) 2024-01-01, Wandering Tattler (1) 2020-04-26, Warbling White-eye (21) 2024-01-01, Western Cattle Egret (5) 2020-06-28, White Tern (13) 2024-01-01, White-rumped Shama (15) 2024-01-01, White-tailed Tropicbird (4) 2023-05-13, Yellow-fronted Canary (4) 2022-04-11, Zebra Dove",23,2024-02-03 +21.32938372,-157.9051504,"Black-crowned Night Heron (2) 2022-02-08, Chestnut Munia (10) 2023-09-02, Common Myna (34) 2024-01-10, Common Waxbill (11) 2024-01-10, Eurasian Skylark (16) 2022-01-05, House Finch (20) 2024-01-10, House Sparrow (30) 2024-02-12, Java Sparrow (1) 2022-04-11, Feral Mallard (2) 2022-12-05, Northern Cardinal (1) 2021-05-03, Northern Mockingbird (2) 2021-04-20, Pacific Golden-Plover (31) 2024-01-10, Red Avadavat (1) 2023-05-21, Red Junglefowl (5) 2023-09-02, Red-crested Cardinal (16) 2024-02-12, Red-vented Bulbul (24) 2024-01-10, Red-whiskered Bulbul (2) 2023-09-02, Rock Pigeon (2) 2023-09-02, Rose-ringed Parakeet (2) 2023-03-08, Ruddy Turnstone (4) 2023-09-02, Saffron Finch (12) 2024-01-10, Scaly-breasted Munia (3) 2023-09-01, Spotted Dove (23) 2024-01-10, Wandering Tattler (1) 2023-03-08, Warbling White-eye (6) 2024-01-10, Western Cattle Egret (31) 2024-02-12, White Tern (1) 2019-04-09, Yellow-fronted Canary (12) 2024-01-10, Zebra Dove",31,2024-01-10 +21.32879576,-157.8183791,"Apapane (12) 2023-12-30, Chestnut Munia (2) 2023-09-04, Common Myna (23) 2023-12-25, Common Waxbill (39) 2023-12-30, Hawaiian Coot (1) 2022-12-09, House Finch (43) 2024-02-29, House Sparrow (1) 2019-01-21, Java Sparrow (7) 2022-12-09, Northern Cardinal (39) 2024-02-29, Oahu Amakihi (88) 2024-02-29, Pacific Golden-Plover (4) 2023-12-25, Red Junglefowl (13) 2023-12-30, Red-billed Leiothrix (74) 2024-02-29, Red-crested Cardinal (42) 2024-02-29, Red-masked Parakeet (1) 2022-03-09, Red-vented Bulbul (93) 2024-02-29, Red-whiskered Bulbul (81) 2023-12-30, Rock Pigeon (4) 2022-06-26, Rose-ringed Parakeet (75) 2024-02-29, Saffron Finch (1) 2022-12-09, Scaly-breasted Munia (1) 2021-10-15, Spotted Dove (42) 2024-02-29, Warbling White-eye (95) 2024-02-29, Western Cattle Egret (2) 2022-12-09, White Tern (12) 2022-08-22, White-rumped Shama (80) 2024-02-29, White-tailed Tropicbird (1) 2022-05-14, Yellow-fronted Canary (19) 2022-12-09, Zebra Dove",41,2024-02-29 +21.32786672,-157.6930492,"Black-necked Stilt (6) 2020-01-29, Brown Booby (2) 2021-10-08, Chestnut Munia (153) 2024-01-11, Common Myna (156) 2024-02-19, Common Waxbill (53) 2024-02-11, Great Frigatebird (8) 2024-02-24, House Finch (22) 2023-12-11, House Sparrow (19) 2023-12-11, Indian Peafowl (1) 2024-01-04, Java Sparrow (46) 2024-01-11, Feral Mallard (1) 2022-02-04, Masked Booby (5) 2024-02-24, Pacific Golden-Plover (119) 2024-01-11, Red Avadavat (3) 2023-12-11, Red Junglefowl (10) 2024-01-03, Red-crested Cardinal (63) 2024-02-19, Red-footed Booby (3) 2022-03-19, Red-vented Bulbul (17) 2023-12-11, Red-whiskered Bulbul (2) 2022-02-04, Rock Pigeon (65) 2024-02-24, Saffron Finch (8) 2024-01-11, Scaly-breasted Munia (27) 2023-10-18, Sooty Tern (4) 2024-02-29, Spotted Dove (41) 2024-01-03, Wandering Tattler (5) 2023-12-11, Warbling White-eye (1) 2023-12-11, Western Cattle Egret (67) 2024-01-11, Yellow-fronted Canary (1) 2021-09-12, Zebra Dove",123,2024-02-24 +21.33854275,-157.9243678,"Black-crowned Night Heron (5) 2024-02-16, Black-necked Stilt (1) 2024-02-16, Chestnut Munia (2) 2023-08-15, Common Myna (32) 2024-02-18, Common Waxbill (6) 2024-02-16, Eurasian Skylark (1) 2024-02-24, House Finch (3) 2024-01-14, House Sparrow (23) 2024-02-18, Java Sparrow (3) 2024-02-16, Feral Mallard (8) 2024-02-16, Northern Cardinal (1) 2023-10-05, Pacific Golden-Plover (14) 2023-10-25, Red-crested Cardinal (4) 2024-02-16, Red-masked Parakeet (1) 2024-01-14, Red-vented Bulbul (11) 2023-11-25, Red-whiskered Bulbul (3) 2023-10-25, Rock Pigeon (4) 2024-01-14, Rose-ringed Parakeet (4) 2021-01-27, Saffron Finch (2) 2022-02-22, Spotted Dove (25) 2024-02-18, Warbling White-eye (5) 2023-10-25, Western Cattle Egret (18) 2024-02-16, White Tern (3) 2019-08-06, White-rumped Shama (2) 2023-08-15, White-tailed Tropicbird (1) 2023-08-25, Yellow-fronted Canary (2) 2024-02-16, Zebra Dove",24,2024-02-18 +21.33689944,-157.6929689,"Brown Booby (1) 2021-09-23, Chestnut Munia (2) 2022-08-15, Common Myna (8) 2022-08-25, Common Waxbill (4) 2022-08-25, Great Frigatebird (4) 2023-06-11, House Finch (1) 2020-04-26, House Sparrow (4) 2023-02-05, Java Sparrow (2) 2022-06-25, Feral Mallard (1) 2022-05-02, Masked Booby (1) 2023-02-05, Northern Cardinal (1) 2022-06-25, Pacific Golden-Plover (4) 2023-02-05, Red Junglefowl (1) 2020-04-26, Red-crested Cardinal (6) 2023-02-13, Red-footed Booby (1) 2023-06-11, Red-tailed Tropicbird (1) 2022-03-09, Red-vented Bulbul (4) 2022-08-25, Red-whiskered Bulbul (3) 2022-08-25, Rock Pigeon (4) 2022-08-25, Saffron Finch (1) 2022-07-08, Sooty Tern (1) 2023-02-05, Spotted Dove (5) 2022-08-25, Wandering Tattler (2) 2022-08-25, Warbling White-eye (2) 2022-07-08, Wedge-tailed Shearwater (1) 2023-02-05, Western Cattle Egret (4) 2022-08-25, White Tern (1) 2022-08-15, White-rumped Shama (1) 2020-02-19, White-tailed Tropicbird (1) 2022-03-09, Zebra Dove",7,2022-08-25 +21.34816629,-158.0207307,"African Silverbill (5) 2024-01-04, Black-crowned Night Heron (1) 2021-10-13, Black-necked Stilt (3) 2024-02-04, Chestnut Munia (4) 2024-02-02, Common Gallinule (2) 2023-05-29, Common Myna (19) 2024-02-04, Common Waxbill (18) 2024-02-04, Gray Francolin (7) 2024-02-02, Hawaiian Coot (2) 2023-05-29, House Finch (7) 2024-02-02, House Sparrow (1) 2022-11-26, Java Sparrow (8) 2024-02-04, Feral Mallard (1) 2021-10-13, Northern Cardinal (12) 2024-01-01, Pacific Golden-Plover (6) 2024-02-04, Red Avadavat (3) 2024-02-02, Red Junglefowl (3) 2024-02-04, Red-crested Cardinal (15) 2024-02-04, Red-vented Bulbul (21) 2024-02-04, Red-whiskered Bulbul (8) 2024-02-02, Rock Pigeon (2) 2022-11-26, Rose-ringed Parakeet (2) 2024-01-01, Saffron Finch (12) 2024-02-04, Scaly-breasted Munia (1) 2019-03-22, Spotted Dove (19) 2024-02-04, Warbling White-eye (13) 2024-02-04, Western Cattle Egret (11) 2024-02-04, White-rumped Shama (12) 2024-02-04, Yellow-fronted Canary (4) 2024-02-04, Zebra Dove",21,2024-02-04 +21.37480106,-157.9433932,"Black-crowned Night Heron (22) 2022-11-09, Black-necked Stilt (23) 2023-01-20, Chestnut Munia (8) 2022-08-20, Common Myna (21) 2022-08-20, Common Waxbill (12) 2022-04-17, House Finch (8) 2022-08-20, House Sparrow (4) 2022-08-20, Java Sparrow (9) 2023-01-20, Feral Mallard (4) 2022-04-16, Northern Cardinal (2) 2022-04-15, Pacific Golden-Plover (23) 2023-01-20, Red Junglefowl (2) 2021-12-25, Red-crested Cardinal (16) 2022-08-20, Red-vented Bulbul (22) 2022-11-09, Red-whiskered Bulbul (1) 2022-04-13, Rock Pigeon (2) 2022-04-09, Rose-ringed Parakeet (19) 2023-01-20, Ruddy Turnstone (17) 2023-01-20, Saffron Finch (2) 2020-03-05, Spotted Dove (24) 2022-11-09, Spotted Sandpiper (14) 2022-04-18, Wandering Tattler (20) 2023-01-20, Warbling White-eye (11) 2022-04-18, Western Cattle Egret (13) 2023-01-20, White Tern (5) 2022-04-09, White-rumped Shama (3) 2022-04-14, Yellow-fronted Canary (6) 2022-07-31, Zebra Dove",21,2022-11-09 +21.38424498,-158.0108447,"Black-crowned Night Heron (3) 2021-10-13, Black-necked Stilt (7) 2021-09-21, Chestnut Munia (2) 2021-07-13, Common Gallinule (1) 2021-08-17, Common Myna (14) 2023-09-07, Common Waxbill (8) 2021-09-21, Hawaiian Coot (1) 2021-08-17, House Finch (5) 2022-01-24, House Sparrow (2) 2023-09-07, Java Sparrow (2) 2023-09-07, Feral Mallard (11) 2022-01-13, Pacific Golden-Plover (10) 2023-09-07, Red Junglefowl (1) 2019-03-07, Red-crested Cardinal (5) 2023-09-07, Red-vented Bulbul (12) 2023-09-07, Red-whiskered Bulbul (2) 2021-08-17, Rock Pigeon (8) 2023-09-07, Rose-ringed Parakeet (8) 2023-09-07, Ruddy Turnstone (1) 2021-08-17, Saffron Finch (9) 2022-01-24, Scaly-breasted Munia (1) 2019-03-07, Spotted Dove (10) 2023-09-07, Wandering Tattler (1) 2021-08-17, Warbling White-eye (8) 2022-01-24, Western Cattle Egret (11) 2023-09-07, White-rumped Shama (1) 2021-09-21, Yellow-fronted Canary (1) 2021-09-08, Zebra Dove",13,2023-09-07 +21.38383402,-157.9433282,"Black Francolin (2) 2019-04-09, Black-crowned Night Heron (49) 2023-07-31, Black-necked Stilt (76) 2024-02-27, Common Gallinule (53) 2024-01-30, Common Myna (91) 2024-02-27, Common Waxbill (29) 2024-01-15, Hawaiian Coot (3) 2020-10-12, House Finch (12) 2023-07-19, House Sparrow (32) 2023-07-31, Feral Mallard (63) 2024-02-25, Muscovy Duck (3) 2024-01-28, Pacific Golden-Plover (65) 2024-02-27, Red Junglefowl (3) 2024-01-28, Red-crested Cardinal (35) 2024-02-27, Red-vented Bulbul (20) 2023-05-13, Red-whiskered Bulbul (1) 2021-07-22, Rock Pigeon (8) 2024-01-28, Rose-ringed Parakeet (19) 2024-02-27, Ruddy Turnstone (78) 2024-02-27, Saffron Finch (5) 2022-05-14, Scaly-breasted Munia (2) 2019-01-15, Spotted Dove (63) 2024-02-27, Wandering Tattler (51) 2024-02-27, Warbling White-eye (19) 2023-03-24, Western Cattle Egret (97) 2024-02-27, White Tern (1) 2019-01-07, Yellow-fronted Canary (7) 2023-05-13, Zebra Dove",35,2024-01-28 +21.38221306,-157.7118556,"Black-crowned Night Heron (2) 2024-02-04, Black-necked Stilt (1) 2021-10-28, Common Myna (24) 2024-02-04, Common Waxbill (14) 2023-11-15, Gray Francolin (2) 2022-01-21, Great Frigatebird (11) 2023-12-29, House Finch (12) 2024-02-04, House Sparrow (4) 2024-02-04, Indian Peafowl (3) 2022-01-21, Japanese Bush Warbler (3) 2022-01-21, Java Sparrow (16) 2024-02-04, Northern Cardinal (8) 2024-02-04, Pacific Golden-Plover (9) 2024-02-04, Red Junglefowl (3) 2023-12-29, Red-crested Cardinal (19) 2024-02-04, Red-footed Booby (8) 2024-01-03, Red-vented Bulbul (28) 2024-02-04, Red-whiskered Bulbul (15) 2024-01-02, Rock Pigeon (11) 2024-02-04, Saffron Finch (1) 2023-03-13, Scaly-breasted Munia (2) 2020-02-01, Sooty Tern (1) 2019-03-20, Spotted Dove (29) 2024-01-03, Warbling White-eye (12) 2023-12-29, Wedge-tailed Shearwater (1) 2019-03-20, Western Cattle Egret (16) 2024-02-04, White-rumped Shama (9) 2023-11-07, White-tailed Tropicbird (1) 2021-08-08, Yellow-fronted Canary (1) 2019-08-01, Zebra Dove",27,2024-02-04 +21.39139372,-157.7310659,"African Silverbill (2) 2019-12-30, Barn Owl (1) 2019-04-22, Black-crowned Night Heron (4) 2023-07-20, Black-necked Stilt (3) 2021-02-14, Common Gallinule (2) 2023-07-16, Common Myna (28) 2023-07-16, Common Waxbill (6) 2020-09-13, Great Frigatebird (2) 2022-11-09, Hawaiian Coot (2) 2022-02-10, House Finch (13) 2023-04-04, House Sparrow (4) 2023-04-04, Java Sparrow (17) 2023-07-20, Feral Mallard (3) 2023-08-03, Northern Cardinal (9) 2023-07-16, Pacific Golden-Plover (6) 2022-10-23, Red Junglefowl (1) 2022-07-12, Red-crested Cardinal (26) 2023-07-16, Red-vented Bulbul (22) 2023-07-16, Red-whiskered Bulbul (15) 2023-04-04, Rock Pigeon (11) 2023-07-16, Rose-ringed Parakeet (1) 2021-05-04, Saffron Finch (2) 2019-12-30, Scaly-breasted Munia (1) 2019-05-04, Spotted Dove (26) 2023-07-16, Warbling White-eye (15) 2023-07-17, Wedge-tailed Shearwater (2) 2022-11-08, Western Cattle Egret (12) 2023-07-16, White-rumped Shama (5) 2022-09-30, Zebra Dove",20,2023-04-04 +21.40202093,-157.9624909,"Black-crowned Night Heron (3) 2023-08-10, Black-necked Stilt (1) 2020-08-30, Chestnut Munia (13) 2023-08-09, Common Myna (237) 2024-01-15, Common Waxbill (160) 2024-01-08, House Finch (174) 2024-01-13, House Sparrow (161) 2024-01-15, Java Sparrow (159) 2024-01-13, Northern Cardinal (165) 2024-01-08, Pacific Golden-Plover (24) 2024-01-08, Red Junglefowl (238) 2024-01-21, Red-crested Cardinal (138) 2024-01-16, Red-crowned Parrot (94) 2023-07-23, Red-vented Bulbul (252) 2024-01-16, Red-whiskered Bulbul (132) 2024-01-13, Rock Pigeon (68) 2024-01-13, Rose-ringed Parakeet (191) 2024-01-15, Ruddy Turnstone (1) 2021-03-05, Saffron Finch (57) 2024-01-12, Scaly-breasted Munia (12) 2023-08-05, Spotted Dove (262) 2024-01-14, Warbling White-eye (187) 2024-01-12, Western Cattle Egret (54) 2024-01-14, White Tern (3) 2023-05-22, White-rumped Shama (12) 2024-01-10, Yellow-fronted Canary (10) 2023-08-16, Zebra Dove",268,2024-01-16 +21.47537973,-158.1550088,"African Silverbill (4) 2020-06-05, Apapane (4) 2022-12-24, Black Francolin (1) 2023-11-12, Chestnut Munia (1) 2022-04-15, Common Myna (9) 2023-11-12, Common Waxbill (10) 2023-11-12, Erckel's Spurfowl (4) 2022-12-24, Gray Francolin (2) 2022-12-24, House Finch (8) 2023-03-13, House Sparrow (1) 2020-06-05, Indian Peafowl (1) 2023-01-26, Japanese Bush Warbler (3) 2022-12-24, Java Sparrow (2) 2023-03-13, Kalij Pheasant (3) 2022-12-24, Mourning Dove (1) 2022-12-24, Northern Cardinal (5) 2023-03-13, Oahu Amakihi (4) 2022-12-24, Pacific Golden-Plover (1) 2019-11-18, Red Avadavat (1) 2023-03-13, Red-billed Leiothrix (6) 2023-03-13, Red-crested Cardinal (10) 2023-03-13, Red-vented Bulbul (13) 2023-11-12, Red-whiskered Bulbul (7) 2023-11-12, Rock Pigeon (1) 2020-06-05, Saffron Finch (3) 2023-01-26, Scaly-breasted Munia (2) 2023-03-13, Spotted Dove (8) 2023-11-12, Warbling White-eye (10) 2023-03-13, White-rumped Shama (9) 2023-11-12, Zebra Dove",11,2023-11-12 +21.58353445,-158.1060864,"Common Gallinule (7) 2023-08-26, Common Myna (33) 2023-12-24, Common Waxbill (6) 2021-10-10, Gray Francolin (3) 2023-12-22, Great Frigatebird (1) 2019-07-27, Green-winged Teal (1) 2021-10-01, House Finch (9) 2022-05-29, House Sparrow (18) 2023-12-24, Indian Peafowl (2) 2023-09-22, Java Sparrow (5) 2023-12-24, Feral Mallard (1) 2022-02-08, Muscovy Duck (4) 2023-12-23, Northern Cardinal (3) 2023-02-17, Pacific Golden-Plover (8) 2022-01-04, Red Junglefowl (21) 2023-12-24, Red-billed Leiothrix (1) 2021-10-01, Red-crested Cardinal (18) 2023-05-28, Red-vented Bulbul (12) 2023-05-28, Red-whiskered Bulbul (4) 2021-10-01, Rock Pigeon (7) 2022-10-06, Saffron Finch (33) 2023-12-24, Spotted Dove (13) 2023-11-01, Wandering Tattler (1) 2021-10-01, Warbling White-eye (8) 2022-05-29, Western Cattle Egret (8) 2023-01-07, White Tern (1) 2022-01-25, White-rumped Shama (3) 2019-10-05, White-tailed Tropicbird (2) 2021-10-01, Yellow-fronted Canary (1) 2021-06-27, Zebra Dove",35,2023-12-23 +21.29299429,-157.8668621,"African Silverbill (2) 2023-08-19, Black-crowned Night Heron (3) 2023-10-13, Brown Booby (5) 2023-09-04, Brown Noddy (2) 2023-09-04, Common Myna (31) 2024-01-09, Common Waxbill (13) 2024-01-09, Great Frigatebird (3) 2023-09-04, House Finch (20) 2024-01-09, House Sparrow (28) 2024-02-21, Java Sparrow (4) 2023-10-20, Feral Mallard (2) 2021-08-08, Northern Cardinal (1) 2020-02-06, Northern Mockingbird (1) 2023-10-20, Pacific Golden-Plover (24) 2024-01-09, Red Junglefowl (21) 2024-02-21, Red-billed Leiothrix (1) 2023-10-03, Red-crested Cardinal (27) 2024-01-09, Red-vented Bulbul (19) 2024-01-09, Red-whiskered Bulbul (3) 2023-09-04, Rock Pigeon (24) 2024-02-21, Rose-ringed Parakeet (8) 2023-11-20, Ruddy Turnstone (2) 2022-01-13, Saffron Finch (21) 2024-01-09, Scaly-breasted Munia (3) 2023-12-02, Spotted Dove (25) 2023-12-17, Warbling White-eye (11) 2024-01-09, Wedge-tailed Shearwater (1) 2023-09-04, Western Cattle Egret (25) 2023-12-17, White Tern (28) 2024-01-09, Yellow-fronted Canary (15) 2024-01-09, Zebra Dove",31,2024-02-21 +21.29279676,-157.8379461,"Black-crowned Night Heron (6) 2023-06-27, Common Myna (148) 2024-02-20, Common Waxbill (8) 2023-10-01, Great Frigatebird (1) 2020-06-15, House Finch (82) 2024-02-20, House Sparrow (186) 2024-02-20, Java Sparrow (10) 2023-11-08, Feral Mallard (4) 2023-09-02, Muscovy Duck (1) 2019-09-24, Northern Cardinal (10) 2023-03-30, Northern Mockingbird (1) 2022-11-16, Pacific Golden-Plover (10) 2024-02-19, Red Junglefowl (2) 2023-11-08, Red-crested Cardinal (95) 2024-02-20, Red-tailed Tropicbird (1) 2021-08-10, Red-vented Bulbul (101) 2024-02-20, Red-whiskered Bulbul (11) 2023-03-30, Rock Pigeon (198) 2024-02-20, Rose-ringed Parakeet (8) 2023-08-19, Ruddy Turnstone (1) 2019-12-09, Saffron Finch (1) 2019-12-09, Scaly-breasted Munia (2) 2021-06-08, Spotted Dove (183) 2024-02-20, Warbling White-eye (53) 2024-02-20, Western Cattle Egret (29) 2024-02-19, White Tern (249) 2024-02-20, White-tailed Tropicbird (1) 2022-12-20, Yellow-fronted Canary (13) 2023-10-04, Zebra Dove",183,2024-02-20 +21.30196238,-157.8571538,"Black-crowned Night Heron (1) 2023-03-17, Chestnut Munia (5) 2021-07-21, Common Myna (44) 2023-12-27, Common Waxbill (15) 2023-11-16, Great Frigatebird (2) 2021-01-15, House Finch (12) 2021-12-08, House Sparrow (37) 2023-12-27, Java Sparrow (22) 2023-03-20, Feral Mallard (6) 2022-05-28, Northern Cardinal (2) 2022-05-28, Northern Mockingbird (1) 2023-07-27, Pacific Golden-Plover (28) 2023-12-16, Red Junglefowl (6) 2023-12-16, Red-crested Cardinal (21) 2023-08-27, Red-vented Bulbul (20) 2022-06-28, Red-whiskered Bulbul (2) 2021-06-05, Rock Pigeon (29) 2023-12-27, Rose-ringed Parakeet (24) 2023-11-16, Saffron Finch (8) 2023-03-21, Scaly-breasted Munia (1) 2021-12-08, Spotted Dove (35) 2023-12-27, Warbling White-eye (21) 2023-05-13, Wedge-tailed Shearwater (1) 2022-01-14, Western Cattle Egret (20) 2023-11-16, White Tern (65) 2023-12-27, White-rumped Shama (2) 2023-11-16, Yellow-fronted Canary (5) 2021-06-02, Zebra Dove",46,2024-01-09 +21.30169572,-157.818596,"Black-crowned Night Heron (2) 2021-05-16, Chestnut Munia (6) 2023-02-18, Common Myna (100) 2024-01-04, Common Waxbill (58) 2024-01-04, House Finch (33) 2024-01-04, House Sparrow (62) 2024-01-04, Java Sparrow (50) 2024-01-04, Feral Mallard (1) 2023-12-17, Muscovy Duck (1) 2023-07-06, Northern Cardinal (17) 2024-01-04, Northern Mockingbird (1) 2021-04-02, Oahu Amakihi (1) 2021-12-15, Pacific Golden-Plover (42) 2024-01-04, Red Junglefowl (11) 2024-01-04, Red-billed Leiothrix (6) 2021-05-16, Red-crested Cardinal (68) 2024-01-04, Red-vented Bulbul (91) 2024-01-04, Red-whiskered Bulbul (43) 2024-01-04, Rock Pigeon (41) 2024-01-04, Rose-ringed Parakeet (74) 2024-01-04, Saffron Finch (18) 2023-12-17, Scaly-breasted Munia (5) 2023-12-17, Spotted Dove (84) 2024-02-18, Warbling White-eye (66) 2024-01-04, Western Cattle Egret (54) 2024-01-04, White Tern (101) 2024-01-04, White-rumped Shama (48) 2023-12-17, White-tailed Tropicbird (1) 2019-08-18, Yellow-fronted Canary (32) 2024-01-04, Zebra Dove",94,2024-01-04 +21.31982997,-157.8280921,"Black-crowned Night Heron (1) 2024-02-03, Chestnut Munia (8) 2023-12-17, Common Myna (35) 2024-02-11, Common Waxbill (41) 2024-02-11, Eurasian Skylark (1) 2022-11-21, House Finch (26) 2024-01-04, House Sparrow (2) 2023-12-17, Japanese Bush Warbler (3) 2022-02-15, Java Sparrow (17) 2023-03-21, Mourning Dove (2) 2022-11-29, Northern Cardinal (20) 2024-02-11, Oahu Amakihi (16) 2023-10-15, Pacific Golden-Plover (4) 2024-02-03, Red Junglefowl (29) 2024-02-03, Red-billed Leiothrix (28) 2024-02-26, Red-crested Cardinal (52) 2024-02-11, Red-vented Bulbul (50) 2024-02-11, Red-whiskered Bulbul (40) 2024-02-11, Rock Pigeon (3) 2024-02-03, Rose-ringed Parakeet (35) 2024-02-11, Saffron Finch (3) 2024-02-03, Scaly-breasted Munia (4) 2023-12-17, Spotted Dove (34) 2024-02-11, Warbling White-eye (40) 2024-01-04, Western Cattle Egret (3) 2024-02-03, White Tern (9) 2024-02-03, White-rumped Shama (41) 2024-02-11, Yellow-fronted Canary (9) 2023-10-15, Zebra Dove",46,2024-02-11 +21.33961677,-158.1075741,"Black Swan (1) 2019-04-04, Black-crowned Night Heron (5) 2022-11-02, Black-necked Stilt (2) 2022-11-02, Chestnut Munia (3) 2024-01-31, Common Gallinule (1) 2020-11-13, Common Myna (16) 2024-02-02, Common Waxbill (4) 2024-02-02, Gray Francolin (1) 2023-02-20, Great Frigatebird (2) 2020-03-04, Hawaiian Coot (4) 2022-11-02, House Finch (5) 2024-01-31, House Sparrow (4) 2024-01-31, Java Sparrow (3) 2020-12-12, Feral Mallard (5) 2022-01-21, Muscovy Duck (3) 2022-01-23, Northern Cardinal (2) 2024-01-31, Pacific Golden-Plover (13) 2024-01-31, Red Junglefowl (1) 2022-11-02, Red-crested Cardinal (7) 2024-02-02, Red-vented Bulbul (10) 2024-02-02, Red-whiskered Bulbul (2) 2024-01-31, Ruddy Turnstone (1) 2022-01-23, Saffron Finch (7) 2024-02-02, Spotted Dove (11) 2024-02-02, Wandering Tattler (1) 2019-04-04, Warbling White-eye (2) 2024-01-31, Wedge-tailed Shearwater (1) 2020-11-24, Western Cattle Egret (9) 2024-02-02, Zebra Dove",14,2024-02-02 +21.42829697,-157.8368758,"Black Swan (15) 2024-02-23, Black-crowned Night Heron (1) 2023-05-15, Chestnut Munia (14) 2023-07-09, Common Myna (20) 2023-07-09, Common Waxbill (3) 2023-07-09, House Finch (4) 2023-07-09, House Sparrow (18) 2023-07-09, Indian Peafowl (3) 2023-01-29, Java Sparrow (3) 2023-06-30, Feral Mallard (5) 2022-09-09, Muscovy Duck (1) 2022-09-19, Northern Cardinal (2) 2021-08-16, Oahu Amakihi (2) 2023-01-02, Pacific Golden-Plover (10) 2022-08-25, Red Junglefowl (5) 2021-12-22, Red-billed Leiothrix (6) 2023-07-09, Red-crested Cardinal (20) 2023-06-30, Red-vented Bulbul (13) 2023-07-09, Red-whiskered Bulbul (9) 2023-07-09, Rock Pigeon (7) 2023-01-02, Saffron Finch (3) 2023-06-30, Scaly-breasted Munia (1) 2019-05-01, Spotted Dove (41) 2024-02-23, Warbling White-eye (9) 2023-07-09, Western Cattle Egret (16) 2023-07-09, White-rumped Shama (10) 2023-07-09, Yellow-faced Grassquit (4) 2023-07-09, Zebra Dove",41,2024-02-23 +21.42767078,-157.7500482,"African Silverbill (1) 2019-04-16, Black-necked Stilt (31) 2023-08-05, Chestnut Munia (28) 2024-01-25, Common Myna (138) 2024-02-11, Common Waxbill (79) 2024-02-11, Erckel's Spurfowl (1) 2020-08-31, Great Frigatebird (7) 2023-11-04, House Finch (78) 2024-02-11, House Sparrow (74) 2024-02-11, Java Sparrow (120) 2024-02-11, Feral Mallard (9) 2024-05-05, Northern Cardinal (54) 2024-02-11, Northern Mockingbird (1) 2023-08-05, Pacific Golden-Plover (71) 2024-02-11, Red Avadavat (48) 2023-08-24, Red Junglefowl (5) 2024-02-11, Red-billed Leiothrix (1) 2019-04-15, Red-crested Cardinal (74) 2024-02-11, Red-vented Bulbul (76) 2024-02-11, Red-whiskered Bulbul (11) 2023-08-05, Rock Pigeon (63) 2024-02-11, Saffron Finch (24) 2024-02-02, Scaly-breasted Munia (21) 2023-06-17, Spotted Dove (100) 2024-02-02, Warbling White-eye (36) 2024-02-11, Western Cattle Egret (95) 2024-02-11, White-rumped Shama (14) 2024-02-11, Yellow-fronted Canary (4) 2019-03-30, Zebra Dove",140,2024-02-11 +21.45539677,-157.8366609,"Black-crowned Night Heron (4) 2023-04-12, Black-necked Stilt (24) 2022-12-26, Chestnut Munia (25) 2023-08-23, Common Gallinule (4) 2024-01-03, Common Myna (26) 2023-08-10, Common Waxbill (3) 2022-07-30, Great Frigatebird (1) 2023-01-28, House Finch (1) 2021-11-22, House Sparrow (3) 2023-08-01, Java Sparrow (3) 2020-02-20, Feral Mallard (7) 2021-09-08, Muscovy Duck (1) 2019-12-31, Northern Cardinal (1) 2022-11-20, Northern Mockingbird (1) 2023-02-27, Pacific Golden-Plover (13) 2023-03-29, Red Junglefowl (5) 2023-08-01, Red-crested Cardinal (4) 2023-08-01, Red-vented Bulbul (6) 2023-02-27, Rock Pigeon (4) 2024-01-03, Ruddy Turnstone (12) 2019-04-04, Saffron Finch (4) 2022-05-27, Scaly-breasted Munia (2) 2023-10-05, Spotted Dove (14) 2023-08-10, Wandering Tattler (7) 2019-04-03, Warbling White-eye (3) 2023-02-27, Wedge-tailed Shearwater (1) 2020-11-21, Western Cattle Egret (13) 2024-01-03, White-rumped Shama (2) 2023-02-27, White-tailed Tropicbird (1) 2023-08-10, Zebra Dove",10,2023-08-10 +21.57529869,-158.2703339,"African Silverbill (2) 2023-08-26, Black Francolin (2) 2019-07-08, Black-footed Albatross (1) 2022-01-15, Brown Booby (3) 2023-04-11, Common Myna (16) 2023-08-26, Common Waxbill (10) 2023-08-26, Erckel's Spurfowl (5) 2023-07-10, Gray Francolin (7) 2021-03-10, Great Frigatebird (2) 2020-02-15, House Finch (5) 2023-07-10, Laysan Albatross (19) 2023-07-01, Masked Booby (1) 2023-04-11, Northern Cardinal (5) 2023-07-10, Northern Mockingbird (2) 2019-06-09, Pacific Golden-Plover (9) 2023-08-26, Red Junglefowl (1) 2019-01-10, Red-crested Cardinal (12) 2023-08-26, Red-footed Booby (1) 2019-07-08, Red-vented Bulbul (17) 2023-08-26, Red-whiskered Bulbul (3) 2023-04-11, Ring-necked Pheasant (1) 2020-02-05, Rock Pigeon (3) 2020-02-02, Saffron Finch (1) 2019-01-10, Spotted Dove (13) 2023-08-26, Wandering Tattler (2) 2023-08-26, Warbling White-eye (5) 2023-07-10, Wedge-tailed Shearwater (5) 2023-08-26, Western Cattle Egret (5) 2023-04-02, White-rumped Shama (1) 2019-01-12, White-tailed Tropicbird (2) 2023-08-26, Zebra Dove",13,2023-08-26 +21.57513335,-158.2316924,"Brown Booby (1) 2023-12-30, Chinese Hwamei (2) 2022-12-28, Chukar (1) 2022-12-28, Common Myna (21) 2024-02-05, Common Waxbill (23) 2024-02-05, Erckel's Spurfowl (29) 2024-02-05, Eurasian Skylark (2) 2023-05-01, Gray Francolin (3) 2023-05-20, Great Frigatebird (7) 2023-08-06, House Finch (21) 2024-02-05, Indian Peafowl (14) 2023-05-01, Japanese Bush Warbler (19) 2024-02-05, Kalij Pheasant (3) 2023-05-01, Laysan Albatross (32) 2024-02-05, Northern Cardinal (21) 2024-02-05, Pacific Golden-Plover (12) 2024-02-05, Red Junglefowl (3) 2022-12-28, Red-billed Leiothrix (22) 2024-02-05, Red-crested Cardinal (9) 2023-05-01, Red-vented Bulbul (34) 2024-02-05, Red-whiskered Bulbul (17) 2024-02-05, Ring-necked Pheasant (3) 2023-12-12, Rock Pigeon (12) 2023-05-20, Scaly-breasted Munia (13) 2023-12-12, Spotted Dove (23) 2024-02-05, Warbling White-eye (31) 2024-02-05, Wedge-tailed Shearwater (1) 2022-11-11, White-rumped Shama (24) 2024-02-05, White-tailed Tropicbird (26) 2024-02-05, Wild Turkey (10) 2020-12-31, Zebra Dove",28,2024-02-05 +21.67349307,-158.0378768,"Brown Booby (2) 2023-11-13, Common Myna (33) 2023-08-04, Common Waxbill (4) 2023-02-25, Great Frigatebird (1) 2023-07-12, House Sparrow (2) 2021-08-12, Indian Peafowl (1) 2023-05-10, Java Sparrow (9) 2023-07-20, Laysan Albatross (7) 2023-04-13, Northern Cardinal (2) 2022-02-11, Pacific Golden-Plover (4) 2021-11-02, Red Junglefowl (10) 2024-01-22, Red-crested Cardinal (14) 2023-10-22, Red-footed Booby (1) 2024-01-15, Red-masked Parakeet (1) 2021-08-12, Red-vented Bulbul (12) 2023-11-13, Red-whiskered Bulbul (4) 2023-02-25, Rock Pigeon (3) 2024-01-22, Rosy-faced Lovebird (1) 2021-06-24, Ruddy Turnstone (1) 2022-02-26, Saffron Finch (8) 2023-11-14, Sanderling (4) 2022-02-24, Scaly-breasted Munia (1) 2022-04-14, Spotted Dove (12) 2023-07-20, Wandering Tattler (4) 2022-02-14, Warbling White-eye (4) 2023-05-14, Wedge-tailed Shearwater (6) 2022-04-20, Western Cattle Egret (12) 2023-02-25, White Tern (1) 2022-12-11, White-rumped Shama (3) 2022-03-23, White-tailed Tropicbird (1) 2023-07-12, Zebra Dove",25,2024-01-22 +21.69121429,-157.979763,"Black-crowned Night Heron (1) 2019-09-02, Black-necked Stilt (2) 2021-10-14, Bristle-thighed Curlew (2) 2022-08-23, Chestnut Munia (6) 2024-02-01, Common Gallinule (1) 2019-09-02, Common Myna (7) 2024-02-04, Common Waxbill (8) 2024-02-04, Gray Francolin (1) 2022-08-23, Hawaiian Coot (1) 2019-09-02, House Finch (1) 2020-11-15, House Sparrow (2) 2021-03-18, Japanese Bush Warbler (2) 2024-02-04, Java Sparrow (1) 2022-08-23, Feral Mallard (1) 2019-09-02, Muscovy Duck (1) 2019-09-02, Northern Cardinal (1) 2024-01-26, Pacific Golden-Plover (6) 2024-02-04, Red Junglefowl (1) 2021-06-04, Red-billed Leiothrix (1) 2022-08-23, Red-crested Cardinal (6) 2024-02-04, Red-vented Bulbul (8) 2024-02-04, Red-whiskered Bulbul (4) 2024-02-04, Rock Pigeon (2) 2021-03-18, Ruddy Turnstone (2) 2022-08-23, Saffron Finch (3) 2024-02-04, Scaly-breasted Munia (1) 2024-02-01, Spotted Dove (5) 2022-08-23, Warbling White-eye (2) 2024-01-25, Western Cattle Egret (11) 2024-02-04, White-rumped Shama (2) 2022-08-23, Zebra Dove",6,2024-02-04 +21.69096749,-157.9411011,"Black-crowned Night Heron (2) 2020-12-07, Black-necked Stilt (1) 2020-12-05, Bristle-thighed Curlew (5) 2023-04-19, Brown Noddy (1) 2019-03-31, Common Myna (1) 2022-03-16, Common Waxbill (1) 2022-03-16, Dunlin (1) 2020-12-05, Great Frigatebird (1) 2020-12-07, Hawaiian Coot (2) 2020-12-07, House Finch (3) 2022-03-16, Laysan Albatross (1) 2023-04-19, Feral Mallard (1) 2020-12-07, Northern Cardinal (1) 2022-03-16, Northern Pintail (2) 2020-12-07, Northern Shoveler (2) 2020-12-07, Pacific Golden-Plover (4) 2022-03-16, Red Junglefowl (2) 2022-03-16, Red-crested Cardinal (1) 2022-03-16, Red-footed Booby (1) 2019-03-31, Red-vented Bulbul (3) 2022-03-16, Red-whiskered Bulbul (2) 2022-03-16, Ruddy Turnstone (4) 2023-04-19, Saffron Finch (2) 2022-03-16, Sanderling (3) 2020-12-07, Sooty Tern (1) 2019-03-31, Spotted Dove (3) 2022-03-16, Wandering Tattler (2) 2022-03-16, Warbling White-eye (3) 2022-03-16, Western Cattle Egret (5) 2023-04-19, White-rumped Shama (1) 2020-12-07, Zebra Dove",4,2022-03-16 +21.2654261,-157.799611,"African Silverbill (2) 2021-02-21, Chestnut Munia (2) 2022-11-04, Common Myna (32) 2024-01-15, Common Waxbill (19) 2023-11-23, Gray Francolin (2) 2024-01-15, Hawaiian Coot (1) 2022-11-04, House Finch (13) 2023-08-09, House Sparrow (12) 2023-02-18, Java Sparrow (7) 2022-11-04, Feral Mallard (1) 2019-02-25, Muscovy Duck (1) 2022-11-04, Northern Cardinal (1) 2022-11-04, Northern Mockingbird (1) 2019-08-13, Pacific Golden-Plover (21) 2024-01-15, Red Junglefowl (11) 2024-01-15, Red-billed Leiothrix (1) 2022-11-04, Red-crested Cardinal (32) 2024-01-15, Red-masked Parakeet (2) 2019-11-02, Red-vented Bulbul (33) 2024-01-15, Red-whiskered Bulbul (1) 2019-03-02, Rock Pigeon (16) 2024-01-15, Rose-ringed Parakeet (19) 2024-01-15, Saffron Finch (5) 2023-08-09, Scaly-breasted Munia (4) 2021-11-24, Spotted Dove (30) 2024-01-15, Warbling White-eye (15) 2024-01-15, Western Cattle Egret (29) 2024-01-15, White Tern (19) 2024-01-15, White-rumped Shama (11) 2023-11-23, Yellow-fronted Canary (12) 2024-02-14, Zebra Dove",38,2024-01-15 +21.31066107,-157.8088839,"Black-crowned Night Heron (1) 2022-05-30, Chestnut Munia (56) 2023-12-17, Common Myna (76) 2024-01-17, Common Waxbill (58) 2023-12-17, House Finch (46) 2023-12-17, House Sparrow (66) 2023-12-17, Japanese Bush Warbler (1) 2023-04-16, Java Sparrow (47) 2024-01-17, Feral Mallard (45) 2023-12-17, Muscovy Duck (1) 2019-11-09, Northern Cardinal (31) 2023-12-17, Pacific Golden-Plover (50) 2023-12-17, Red Junglefowl (1) 2022-12-26, Red-billed Leiothrix (1) 2019-12-31, Red-crested Cardinal (77) 2023-12-31, Red-vented Bulbul (72) 2024-01-17, Red-whiskered Bulbul (42) 2023-12-17, Rock Pigeon (19) 2023-12-17, Rose-ringed Parakeet (69) 2024-01-17, Saffron Finch (7) 2023-12-17, Scaly-breasted Munia (15) 2023-12-17, Spotted Dove (74) 2024-01-17, Wandering Tattler (19) 2023-12-17, Warbling White-eye (56) 2023-12-17, Western Cattle Egret (52) 2023-12-17, White Tern (27) 2023-12-31, White-rumped Shama (26) 2023-09-10, White-tailed Tropicbird (2) 2020-06-02, Wild Turkey (1) 2019-01-01, Yellow-fronted Canary (31) 2023-09-10, Zebra Dove",75,2024-01-17 +21.35685619,-157.9628103,"African Silverbill (1) 2021-01-02, Black-crowned Night Heron (4) 2023-11-24, Chestnut Munia (20) 2023-12-15, Common Myna (31) 2023-12-19, Common Waxbill (12) 2023-11-24, Eurasian Skylark (6) 2023-01-15, House Finch (19) 2023-06-04, House Sparrow (10) 2023-01-15, Java Sparrow (1) 2019-02-18, Northern Cardinal (1) 2019-02-18, Pacific Golden-Plover (21) 2023-11-24, Red Avadavat (1) 2019-06-18, Red Junglefowl (2) 2023-03-24, Red-crested Cardinal (12) 2023-12-19, Red-vented Bulbul (18) 2023-10-26, Red-whiskered Bulbul (5) 2023-10-26, Rock Pigeon (11) 2023-01-15, Rose-ringed Parakeet (3) 2022-03-25, Ruddy Turnstone (10) 2023-01-15, Ruff (8) 2022-03-30, Saffron Finch (14) 2023-12-19, Sanderling (1) 2023-12-15, Scaly-breasted Munia (1) 2022-03-28, Short-eared Owl (1) 2023-11-24, Spotted Dove (12) 2023-11-24, Wandering Tattler (3) 2022-03-30, Warbling White-eye (11) 2023-10-26, Western Cattle Egret (20) 2023-11-24, White Tern (4) 2023-06-04, White-rumped Shama (1) 2023-01-15, Yellow-fronted Canary (2) 2022-06-30, Zebra Dove",22,2023-11-24 +21.36582915,-157.9531024,"African Silverbill (1) 2023-09-20, Black-crowned Night Heron (1) 2022-10-21, Chestnut Munia (9) 2023-11-23, Common Myna (31) 2023-11-23, Common Waxbill (7) 2023-11-23, Gray Francolin (1) 2023-09-20, House Finch (13) 2023-11-23, House Sparrow (22) 2023-11-23, Java Sparrow (6) 2023-11-23, Feral Mallard (2) 2023-06-25, Muscovy Duck (1) 2023-09-20, Northern Cardinal (1) 2023-03-09, Pacific Golden-Plover (17) 2023-11-23, Red Avadavat (2) 2021-05-25, Red-billed Leiothrix (1) 2023-09-20, Red-crested Cardinal (20) 2023-11-23, Red-vented Bulbul (22) 2023-11-23, Red-whiskered Bulbul (7) 2023-09-20, Rock Pigeon (15) 2023-11-23, Rose-ringed Parakeet (3) 2023-09-20, Ruddy Turnstone (3) 2023-11-23, Saffron Finch (12) 2023-11-23, Sanderling (1) 2021-12-25, Spotted Dove (16) 2023-11-23, Warbling White-eye (7) 2023-11-23, Western Cattle Egret (29) 2023-11-23, White Tern (20) 2024-02-05, White-rumped Shama (4) 2023-11-23, Yellow-fronted Canary (8) 2023-11-15, Zebra Dove",23,2023-11-23 +21.36429459,-157.7312996,"Black-crowned Night Heron (12) 2022-12-26, Black-necked Stilt (10) 2024-02-16, Chestnut Munia (17) 2022-12-26, Common Gallinule (1) 2022-11-18, Common Myna (231) 2024-02-27, Common Waxbill (173) 2024-02-27, Gray Francolin (3) 2023-06-06, Great Frigatebird (3) 2023-08-24, Hawaiian Coot (1) 2022-11-30, House Finch (119) 2024-02-27, House Sparrow (145) 2024-02-27, Indian Peafowl (129) 2024-02-27, Java Sparrow (195) 2024-02-27, Feral Mallard (21) 2024-02-14, Muscovy Duck (1) 2022-12-26, Northern Cardinal (171) 2024-02-27, Pacific Golden-Plover (104) 2024-02-14, Red Junglefowl (65) 2024-02-18, Red-billed Leiothrix (16) 2024-02-10, Red-crested Cardinal (186) 2024-02-27, Red-vented Bulbul (242) 2024-02-27, Red-whiskered Bulbul (209) 2024-02-27, Rock Pigeon (221) 2024-02-27, Rose-ringed Parakeet (95) 2024-02-27, Saffron Finch (2) 2023-05-01, Scaly-breasted Munia (9) 2022-12-23, Spotted Dove (241) 2024-02-27, Wandering Tattler (1) 2021-08-28, Warbling White-eye (216) 2024-02-18, Western Cattle Egret (215) 2024-02-27, White-rumped Shama (83) 2024-02-18, Zebra Dove",236,2024-02-27 +21.39124587,-157.7117765,"Black-crowned Night Heron (2) 2022-04-23, Black-necked Stilt (2) 2022-04-23, Brown Booby (4) 2023-11-14, Brown Noddy (1) 2020-08-06, Common Myna (13) 2023-10-07, Common Waxbill (2) 2021-10-13, Great Frigatebird (18) 2023-11-14, House Finch (2) 2021-10-13, House Sparrow (6) 2024-01-19, Java Sparrow (7) 2022-04-23, Laysan Albatross (2) 2019-06-21, Feral Mallard (2) 2022-04-23, Northern Cardinal (5) 2022-04-23, Northern Mockingbird (1) 2019-12-22, Pacific Golden-Plover (3) 2023-10-07, Red-crested Cardinal (10) 2023-07-13, Red-footed Booby (16) 2024-01-19, Red-tailed Tropicbird (1) 2021-10-13, Red-vented Bulbul (10) 2023-10-15, Red-whiskered Bulbul (4) 2023-10-15, Rock Pigeon (17) 2024-01-19, Sanderling (1) 2023-10-07, Sooty Tern (1) 2021-07-12, Spotted Dove (8) 2023-02-02, Wandering Tattler (3) 2022-04-23, Warbling White-eye (7) 2023-08-05, Wedge-tailed Shearwater (12) 2023-11-14, Western Cattle Egret (8) 2023-05-31, White Tern (1) 2022-06-25, White-rumped Shama (3) 2023-02-02, Zebra Dove",11,2023-02-02 +21.39117085,-157.7021318,"African Silverbill (2) 2021-10-19, Black Noddy (2) 2024-01-21, Black-crowned Night Heron (1) 2021-04-07, Black-necked Stilt (1) 2021-04-07, Brown Booby (4) 2024-01-21, Brown Noddy (1) 2020-07-11, Common Myna (2) 2021-04-07, Common Waxbill (1) 2021-04-07, Great Frigatebird (9) 2023-09-26, Laysan Albatross (2) 2024-01-21, Feral Mallard (1) 2021-04-07, Masked Booby (1) 2024-01-21, Northern Mockingbird (7) 2023-06-04, Pacific Golden-Plover (4) 2020-10-01, Red-crested Cardinal (2) 2021-04-07, Red-footed Booby (25) 2024-01-21, Red-tailed Tropicbird (2) 2023-03-22, Red-vented Bulbul (2) 2021-04-07, Red-whiskered Bulbul (1) 2023-04-17, Rock Pigeon (22) 2024-01-21, Ruddy Turnstone (6) 2020-10-01, Scaly-breasted Munia (4) 2023-06-04, Sooty Tern (3) 2024-01-21, Wandering Tattler (1) 2022-02-01, Wedge-tailed Shearwater (32) 2023-09-26, Western Cattle Egret (6) 2023-10-06, White Tern (2) 2023-07-02, White-tailed Tropicbird (1) 2019-08-09, Zebra Dove",4,2023-03-22 +21.40049956,-157.7406333,"Black-crowned Night Heron (3) 2023-03-29, Black-necked Stilt (11) 2023-09-08, Chestnut Munia (2) 2023-09-08, Common Myna (101) 2024-01-28, Common Waxbill (25) 2023-10-28, Great Frigatebird (8) 2023-11-14, House Finch (23) 2023-05-13, House Sparrow (18) 2023-05-13, Indian Peafowl (1) 2021-04-11, Java Sparrow (40) 2023-12-31, Feral Mallard (1) 2020-02-19, Northern Cardinal (40) 2023-09-14, Northern Mockingbird (1) 2020-02-29, Pacific Golden-Plover (32) 2023-11-14, Red Junglefowl (26) 2023-09-08, Red-billed Leiothrix (6) 2023-09-08, Red-crested Cardinal (68) 2024-01-26, Red-footed Booby (2) 2019-01-04, Red-vented Bulbul (78) 2023-12-11, Red-whiskered Bulbul (33) 2023-09-08, Rock Pigeon (48) 2023-12-11, Rose-ringed Parakeet (5) 2023-09-08, Scaly-breasted Munia (1) 2023-05-13, Sooty Tern (1) 2023-03-29, Spotted Dove (80) 2023-12-30, Wandering Tattler (1) 2019-12-26, Warbling White-eye (32) 2023-09-08, Wedge-tailed Shearwater (3) 2023-11-14, Western Cattle Egret (38) 2023-12-30, White-rumped Shama (7) 2023-09-11, White-tailed Tropicbird (2) 2023-09-08, Zebra Dove",106,2024-01-26 +21.54807004,-158.2414994,"African Silverbill (2) 2019-04-08, Black Noddy (1) 2021-01-04, Black-footed Albatross (1) 2021-01-04, Brown Booby (8) 2024-02-15, Chestnut Munia (2) 2019-04-08, Common Myna (21) 2024-02-15, Common Waxbill (7) 2022-01-31, Gray Francolin (1) 2019-11-20, Great Frigatebird (1) 2021-04-20, House Finch (4) 2022-01-29, Japanese Bush Warbler (1) 2022-01-31, Java Sparrow (1) 2019-11-20, Laysan Albatross (6) 2022-01-31, Northern Cardinal (7) 2022-01-31, Pacific Golden-Plover (6) 2021-11-22, Red Avadavat (1) 2019-11-20, Red Junglefowl (2) 2023-05-08, Red-crested Cardinal (12) 2024-02-05, Red-footed Booby (1) 2024-02-05, Red-vented Bulbul (13) 2024-02-15, Ruddy Turnstone (1) 2024-02-05, Saffron Finch (2) 2021-09-27, Scaly-breasted Munia (4) 2019-11-20, Spotted Dove (6) 2022-01-03, Wandering Tattler (4) 2022-12-16, Warbling White-eye (9) 2022-01-31, Wedge-tailed Shearwater (2) 2023-11-07, Western Cattle Egret (3) 2019-11-20, White-rumped Shama (5) 2021-09-26, White-tailed Tropicbird (2) 2021-03-17, Yellow-faced Grassquit (3) 2019-04-08, Zebra Dove",12,2023-05-08 +21.64568037,-157.9221063,"Black-crowned Night Heron (8) 2024-02-26, Black-necked Stilt (1) 2023-12-04, Brown Booby (2) 2024-02-22, Chestnut Munia (23) 2023-03-12, Common Myna (72) 2024-02-22, Common Waxbill (16) 2023-03-29, Gray Francolin (2) 2023-04-23, Great Frigatebird (4) 2023-05-19, Hawaiian Coot (1) 2019-12-12, House Finch (5) 2024-02-19, House Sparrow (6) 2023-11-22, Java Sparrow (2) 2023-01-14, Feral Mallard (4) 2024-02-10, Masked Booby (3) 2020-02-03, Pacific Golden-Plover (55) 2024-02-26, Red Junglefowl (23) 2024-01-25, Red-crested Cardinal (31) 2024-02-26, Red-vented Bulbul (41) 2024-02-26, Red-whiskered Bulbul (13) 2024-02-22, Rock Pigeon (11) 2024-02-06, Ruddy Turnstone (9) 2024-02-19, Saffron Finch (13) 2024-02-21, Sanderling (8) 2023-10-24, Scaly-breasted Munia (1) 2023-11-22, Spotted Dove (37) 2024-02-26, Wandering Tattler (11) 2024-02-22, Warbling White-eye (5) 2024-02-21, Western Cattle Egret (48) 2024-02-26, Yellow-fronted Canary (1) 2020-06-07, Zebra Dove",49,2024-02-26 +21.29266237,-157.8186683,"Black-crowned Night Heron (5) 2023-07-07, Black-necked Stilt (1) 2023-04-04, Chestnut Munia (1) 2022-05-29, Common Myna (99) 2023-09-26, Common Waxbill (60) 2023-09-26, Great Frigatebird (2) 2022-07-06, Great-tailed Grackle (51) 2022-07-05, House Finch (32) 2023-08-04, House Sparrow (55) 2023-09-26, Java Sparrow (19) 2023-09-26, Feral Mallard (31) 2023-07-24, Northern Cardinal (14) 2023-08-04, Northern Mockingbird (7) 2023-07-13, Pacific Golden-Plover (41) 2023-10-01, Red Junglefowl (9) 2023-10-15, Red-crested Cardinal (56) 2023-09-26, Red-masked Parakeet (1) 2021-04-09, Red-vented Bulbul (106) 2023-11-21, Red-whiskered Bulbul (15) 2023-09-26, Rock Pigeon (40) 2023-09-26, Rose-ringed Parakeet (83) 2023-09-26, Saffron Finch (7) 2023-07-11, Scaly-breasted Munia (8) 2023-08-04, Spotted Dove (114) 2023-10-15, Warbling White-eye (101) 2023-08-04, Western Cattle Egret (69) 2023-09-26, White Tern (77) 2023-09-26, White-rumped Shama (26) 2023-08-20, Yellow-fronted Canary (36) 2023-08-20, Zebra Dove",108,2023-11-21 +21.31214238,-158.0402524,"Black Francolin (1) 2019-02-25, Black-crowned Night Heron (1) 2019-02-25, Black-necked Stilt (5) 2023-11-18, Cackling Goose (5) 2021-06-14, Chestnut Munia (1) 2020-08-21, Common Myna (4) 2023-11-18, Common Waxbill (3) 2023-11-10, Gray Francolin (3) 2021-03-22, Hawaiian Coot (7) 2023-11-18, House Finch (1) 2019-02-25, House Sparrow (2) 2023-11-10, Lesser Scaup (2) 2021-03-22, Feral Mallard (3) 2021-04-19, Mourning Dove (1) 2019-02-25, Muscovy Duck (1) 2019-02-25, Northern Cardinal (1) 2019-02-25, Northern Mockingbird (1) 2019-02-25, Northern Pintail (1) 2019-02-25, Northern Shoveler (1) 2019-02-25, Pacific Golden-Plover (5) 2023-11-18, Red-crested Cardinal (2) 2020-08-21, Red-vented Bulbul (2) 2020-08-21, Red-whiskered Bulbul (1) 2019-02-25, Rock Pigeon (1) 2019-02-25, Rose-ringed Parakeet (1) 2019-02-25, Ruddy Turnstone (1) 2019-02-25, Saffron Finch (1) 2023-11-10, Snow Goose (1) 2019-02-25, Spotted Dove (2) 2020-08-21, Warbling White-eye (1) 2019-02-25, Western Cattle Egret (3) 2023-11-10, White-rumped Shama (1) 2019-02-25, Zebra Dove",3,2021-10-18 +21.3291279,-157.8665852,"African Silverbill (1) 2021-08-09, Black-crowned Night Heron (1) 2019-02-25, Black-necked Stilt (6) 2023-10-02, Chestnut Munia (12) 2023-08-22, Common Myna (85) 2024-02-10, Common Waxbill (49) 2024-02-18, Great Frigatebird (1) 2021-07-21, House Finch (31) 2023-12-08, House Sparrow (58) 2024-02-18, Java Sparrow (25) 2023-10-12, Feral Mallard (14) 2023-10-02, Northern Cardinal (7) 2024-02-10, Pacific Golden-Plover (44) 2024-02-10, Red Junglefowl (11) 2024-02-10, Red-crested Cardinal (40) 2024-02-18, Red-vented Bulbul (71) 2024-02-18, Red-whiskered Bulbul (8) 2024-02-10, Rock Pigeon (23) 2024-02-10, Rose-ringed Parakeet (31) 2024-02-21, Saffron Finch (15) 2023-12-13, Scaly-breasted Munia (16) 2023-12-08, Spotted Dove (63) 2024-02-18, Wandering Tattler (7) 2022-05-09, Warbling White-eye (32) 2023-12-20, Western Cattle Egret (69) 2024-02-10, White Tern (32) 2024-01-17, White-rumped Shama (3) 2020-11-30, Yellow-fronted Canary (5) 2023-09-04, Zebra Dove",87,2024-02-18 +21.39153868,-157.7503556,"Black-crowned Night Heron (5) 2024-01-05, Black-necked Stilt (5) 2023-08-04, Chestnut Munia (1) 2023-06-09, Common Gallinule (7) 2024-01-05, Common Myna (7) 2024-01-05, Common Waxbill (7) 2024-01-05, Hawaiian Coot (1) 2022-02-26, House Finch (3) 2023-08-04, House Sparrow (2) 2024-01-05, Japanese Bush Warbler (2) 2023-06-09, Java Sparrow (4) 2024-01-05, Feral Mallard (8) 2024-01-05, Muscovy Duck (2) 2024-01-05, Northern Cardinal (4) 2023-07-27, Northern Mockingbird (1) 2024-01-05, Pacific Golden-Plover (2) 2024-01-05, Red Avadavat (1) 2022-09-25, Red Junglefowl (5) 2023-08-04, Red-billed Leiothrix (1) 2023-08-04, Red-crested Cardinal (6) 2024-01-05, Red-vented Bulbul (8) 2024-01-05, Red-whiskered Bulbul (3) 2023-07-27, Rock Pigeon (7) 2024-01-05, Spotted Dove (6) 2024-01-05, Wandering Tattler (1) 2022-02-26, Warbling White-eye (3) 2023-08-04, Wedge-tailed Shearwater (1) 2022-02-26, Western Cattle Egret (5) 2024-01-05, White-rumped Shama (7) 2023-11-03, Zebra Dove",4,2024-01-05 +21.40953258,-157.7405559,"African Silverbill (1) 2021-11-01, Black-crowned Night Heron (1) 2022-02-05, Black-necked Stilt (2) 2022-02-05, Brown Booby (1) 2022-02-22, Brown Noddy (1) 2022-02-22, Chestnut Munia (1) 2022-08-24, Common Myna (14) 2024-02-20, Common Waxbill (3) 2021-10-09, Gray Francolin (1) 2023-05-10, Great Frigatebird (2) 2022-02-22, House Finch (4) 2023-05-10, House Sparrow (5) 2022-08-24, Java Sparrow (8) 2024-02-20, Laysan Albatross (1) 2024-02-20, Northern Cardinal (6) 2023-05-10, Pacific Golden-Plover (6) 2022-08-24, Red Junglefowl (3) 2022-02-22, Red-crested Cardinal (13) 2023-05-10, Red-footed Booby (1) 2022-02-22, Red-vented Bulbul (9) 2023-03-06, Red-whiskered Bulbul (4) 2022-02-22, Rock Pigeon (5) 2022-02-13, Sanderling (1) 2023-10-06, Spotted Dove (12) 2023-05-10, Wandering Tattler (2) 2023-11-02, Warbling White-eye (9) 2022-02-22, Wedge-tailed Shearwater (2) 2021-10-09, Western Cattle Egret (11) 2023-03-06, White-rumped Shama (7) 2023-01-01, White-tailed Tropicbird (1) 2022-04-20, Yellow-fronted Canary (2) 2021-10-09, Zebra Dove",13,2024-02-20 +21.42822956,-157.8272281,"African Silverbill (1) 2023-05-12, Black Swan (45) 2024-02-29, Chestnut Munia (18) 2023-12-05, Common Myna (39) 2024-02-26, Common Waxbill (8) 2023-07-25, Great Frigatebird (1) 2023-10-25, House Finch (4) 2024-02-26, House Sparrow (37) 2024-02-26, Indian Peafowl (4) 2023-12-03, Java Sparrow (2) 2023-11-10, Feral Mallard (14) 2024-02-17, Muscovy Duck (1) 2024-02-26, Northern Cardinal (5) 2023-12-05, Pacific Golden-Plover (28) 2024-02-05, Red Avadavat (1) 2019-03-03, Red Junglefowl (8) 2023-10-21, Red-billed Leiothrix (7) 2023-06-05, Red-crested Cardinal (45) 2024-02-29, Red-vented Bulbul (23) 2023-12-05, Red-whiskered Bulbul (11) 2024-02-26, Rock Pigeon (9) 2024-02-26, Saffron Finch (1) 2023-06-16, Scaly-breasted Munia (1) 2023-06-19, Spotted Dove (59) 2024-02-29, Wandering Tattler (1) 2024-02-26, Warbling White-eye (18) 2024-01-13, Western Cattle Egret (33) 2024-02-26, White Tern (1) 2023-06-11, White-rumped Shama (13) 2024-02-10, White-tailed Tropicbird (1) 2023-06-19, Zebra Dove",59,2024-02-29 +21.47475219,-158.0391897,"Barn Owl (1) 2019-06-03, Black-crowned Night Heron (12) 2019-07-21, Black-necked Stilt (1) 2019-06-12, Chestnut Munia (24) 2019-07-25, Common Myna (51) 2019-07-25, Common Waxbill (39) 2019-07-23, Erckel's Spurfowl (1) 2019-05-29, Gray Francolin (1) 2019-06-02, Hawaiian Coot (1) 2019-05-16, House Finch (52) 2019-07-25, House Sparrow (53) 2019-07-25, Java Sparrow (4) 2019-07-17, Feral Mallard (4) 2019-05-28, Northern Cardinal (35) 2019-07-23, Oahu Amakihi (1) 2019-05-05, Pacific Golden-Plover (11) 2019-05-02, Red Junglefowl (1) 2019-05-19, Red-billed Leiothrix (9) 2019-07-14, Red-crested Cardinal (48) 2019-07-25, Red-crowned Parrot (4) 2019-05-15, Red-masked Parakeet (1) 2019-05-19, Red-vented Bulbul (52) 2019-07-25, Red-whiskered Bulbul (23) 2019-07-22, Rock Pigeon (14) 2019-07-17, Rose-ringed Parakeet (25) 2019-07-21, Saffron Finch (33) 2019-07-25, Spotted Dove (53) 2019-07-25, Warbling White-eye (44) 2019-07-25, Western Cattle Egret (50) 2019-07-25, White-rumped Shama (10) 2019-07-21, Yellow-fronted Canary (5) 2019-07-21, Zebra Dove",52,2019-07-25 +21.56567631,-158.1448247,"Apapane (1) 2020-01-05, Barn Owl (2) 2023-09-10, Black Francolin (9) 2023-04-07, Chestnut Munia (2) 2022-05-04, Common Myna (19) 2024-01-26, Common Waxbill (18) 2024-01-26, Erckel's Spurfowl (6) 2021-06-10, Gray Francolin (15) 2024-01-26, House Finch (16) 2024-01-26, House Sparrow (2) 2022-05-04, Indian Peafowl (11) 2023-09-10, Japanese Bush Warbler (17) 2024-01-26, Java Sparrow (2) 2020-02-09, Kalij Pheasant (2) 2021-06-08, Northern Cardinal (19) 2024-01-26, Northern Mockingbird (1) 2020-02-09, Pacific Golden-Plover (11) 2024-01-26, Red Avadavat (2) 2020-02-09, Red Junglefowl (5) 2022-10-13, Red-billed Leiothrix (17) 2024-01-26, Red-crested Cardinal (18) 2024-01-26, Red-vented Bulbul (19) 2024-01-26, Red-whiskered Bulbul (17) 2024-01-26, Rock Pigeon (7) 2022-05-04, Rose-ringed Parakeet (1) 2023-04-07, Saffron Finch (8) 2023-01-24, Scaly-breasted Munia (7) 2022-05-04, Spotted Dove (19) 2024-01-26, Warbling White-eye (18) 2024-01-26, Western Cattle Egret (18) 2024-01-26, White-rumped Shama (19) 2024-01-26, Yellow-fronted Canary (3) 2023-01-24, Zebra Dove",19,2024-01-26 +21.65553655,-158.0573235,"Black-crowned Night Heron (4) 2024-01-10, Brown Booby (8) 2022-08-07, Common Myna (21) 2023-11-06, Common Waxbill (10) 2023-03-16, Erckel's Spurfowl (1) 2022-08-07, Gray Francolin (1) 2022-08-07, Great Frigatebird (6) 2023-11-06, Hawaiian Coot (2) 2022-08-07, House Finch (6) 2022-09-25, House Sparrow (4) 2024-01-10, Java Sparrow (9) 2023-03-16, Laysan Albatross (2) 2022-09-28, Feral Mallard (3) 2022-09-30, Northern Cardinal (4) 2022-09-30, Pacific Golden-Plover (10) 2024-01-10, Red Junglefowl (6) 2023-03-16, Red-billed Leiothrix (1) 2024-01-10, Red-crested Cardinal (14) 2024-01-10, Red-footed Booby (4) 2021-06-22, Red-vented Bulbul (16) 2023-03-16, Red-whiskered Bulbul (8) 2023-11-06, Rose-ringed Parakeet (1) 2022-08-07, Ruddy Turnstone (4) 2022-09-30, Saffron Finch (6) 2023-03-23, Sanderling (2) 2023-08-25, Spotted Dove (9) 2023-11-06, Wandering Tattler (8) 2022-09-30, Warbling White-eye (13) 2023-03-16, Wedge-tailed Shearwater (3) 2023-11-06, Western Cattle Egret (5) 2023-11-06, White Tern (1) 2022-08-07, White-rumped Shama (6) 2024-01-10, Zebra Dove",23,2024-01-10 +21.67290417,-157.9412332,"Barn Owl (1) 2019-10-06, Black-crowned Night Heron (1) 2019-08-04, Black-necked Stilt (1) 2020-03-06, Bristle-thighed Curlew (7) 2024-01-05, Brown Booby (1) 2020-03-06, Brown Noddy (1) 2021-03-27, Chestnut Munia (3) 2023-11-22, Common Myna (12) 2024-01-05, Common Waxbill (5) 2023-11-22, Glaucous-winged Gull (1) 2021-12-29, Gray Francolin (1) 2019-01-27, Great Frigatebird (1) 2019-01-27, Hawaiian Coot (2) 2022-08-21, House Finch (6) 2022-12-07, Indian Peafowl (1) 2020-03-06, Java Sparrow (4) 2022-12-07, Laysan Albatross (4) 2020-03-06, Northern Cardinal (5) 2020-03-06, Pacific Golden-Plover (6) 2024-01-05, Red Junglefowl (5) 2022-04-15, Red-billed Leiothrix (3) 2020-03-06, Red-crested Cardinal (10) 2024-01-05, Red-vented Bulbul (6) 2023-11-22, Red-whiskered Bulbul (2) 2020-03-06, Saffron Finch (5) 2023-11-22, Sanderling (2) 2024-01-13, Spotted Dove (8) 2024-01-05, Wandering Tattler (2) 2020-03-06, Warbling White-eye (4) 2024-01-05, Western Cattle Egret (5) 2022-12-07, White-rumped Shama (3) 2020-03-06, Yellow-fronted Canary (2) 2024-01-05, Zebra Dove",11,2024-01-05 +21.25639296,-157.7996841,"Brown Booby (5) 2023-12-21, Brown Noddy (1) 2023-03-03, Common Myna (62) 2024-02-11, Common Waxbill (17) 2023-12-17, Gray Francolin (7) 2022-08-21, Great Frigatebird (3) 2023-08-24, House Finch (8) 2023-06-01, House Sparrow (18) 2023-12-17, Java Sparrow (4) 2023-11-03, Feral Mallard (11) 2023-12-03, Masked Booby (3) 2023-03-03, Northern Cardinal (3) 2022-06-26, Pacific Golden-Plover (41) 2023-12-17, Red Junglefowl (5) 2024-02-11, Red-crested Cardinal (33) 2024-02-11, Red-footed Booby (4) 2023-03-03, Red-masked Parakeet (50) 2023-12-17, Red-vented Bulbul (50) 2023-12-17, Red-whiskered Bulbul (4) 2023-12-11, Rock Pigeon (15) 2023-12-17, Rose-ringed Parakeet (7) 2024-02-11, Saffron Finch (7) 2023-12-17, Scaly-breasted Munia (1) 2019-04-26, Sooty Tern (3) 2023-03-03, Spotted Dove (47) 2024-02-11, Warbling White-eye (16) 2023-12-11, Western Cattle Egret (24) 2023-12-17, White Tern (22) 2024-02-11, White-rumped Shama (2) 2023-06-08, White-tailed Tropicbird (1) 2019-12-30, Yellow-fronted Canary (10) 2023-11-03, Zebra Dove",39,2024-02-11 +21.31059249,-157.799244,"African Silverbill (1) 2021-01-07, Apapane (11) 2023-06-21, Barn Owl (1) 2019-09-30, Chestnut Munia (8) 2021-01-07, Chinese Hwamei (1) 2019-11-29, Common Myna (40) 2024-02-28, Common Waxbill (46) 2023-11-06, House Finch (86) 2023-06-21, House Sparrow (3) 2023-07-17, Java Sparrow (31) 2022-03-18, Northern Cardinal (89) 2024-02-28, Northern Mockingbird (8) 2023-03-11, Oahu Amakihi (149) 2024-02-28, Oahu Elepaio (2) 2023-06-01, Pacific Golden-Plover (20) 2024-02-28, Red Junglefowl (80) 2023-11-05, Red-billed Leiothrix (91) 2023-11-06, Red-crested Cardinal (76) 2024-02-28, Red-masked Parakeet (4) 2020-04-12, Red-tailed Tropicbird (1) 2019-08-17, Red-vented Bulbul (139) 2024-02-28, Red-whiskered Bulbul (51) 2023-11-05, Rock Pigeon (9) 2023-10-19, Rose-ringed Parakeet (57) 2024-02-28, Scaly-breasted Munia (3) 2020-02-14, Spotted Dove (100) 2024-02-28, Warbling White-eye (136) 2024-02-28, Western Cattle Egret (3) 2023-04-17, White Tern (28) 2023-08-19, White-rumped Shama (121) 2024-02-28, Yellow-faced Grassquit (4) 2020-07-17, Yellow-fronted Canary (68) 2024-02-28, Zebra Dove",130,2024-02-28 +21.32071789,-157.9630634,"Black Noddy (1) 2023-06-18, Black-crowned Night Heron (7) 2023-01-04, Black-necked Stilt (11) 2023-08-12, Brown Booby (3) 2021-03-26, Chestnut Munia (2) 2019-06-28, Common Myna (13) 2023-06-08, Common Waxbill (9) 2023-12-09, Gray Francolin (2) 2022-08-27, Great Frigatebird (1) 2023-06-18, Hawaiian Coot (3) 2023-08-12, House Finch (3) 2020-03-31, House Sparrow (12) 2023-06-08, Northern Cardinal (11) 2023-12-09, Pacific Golden-Plover (20) 2023-12-09, Red Junglefowl (3) 2023-01-09, Red-crested Cardinal (9) 2023-01-04, Red-vented Bulbul (12) 2023-12-09, Red-whiskered Bulbul (3) 2021-06-06, Rock Pigeon (1) 2020-03-31, Rose-ringed Parakeet (1) 2022-08-27, Ruddy Turnstone (17) 2023-12-09, Saffron Finch (1) 2020-03-31, Sanderling (1) 2022-03-28, Spotted Dove (6) 2023-01-09, Wandering Tattler (16) 2023-12-09, Warbling White-eye (7) 2023-06-08, Wedge-tailed Shearwater (1) 2023-06-23, Western Cattle Egret (6) 2023-12-09, White Tern (8) 2023-12-09, White-rumped Shama (4) 2023-12-09, Yellow-fronted Canary (1) 2021-06-06, Zebra Dove",11,2023-12-09 +21.38236069,-157.7311438,"Black-crowned Night Heron (35) 2024-02-08, Black-necked Stilt (28) 2023-11-18, Brown Booby (1) 2020-03-10, Chestnut Munia (4) 2023-11-06, Common Gallinule (106) 2024-02-08, Common Myna (129) 2024-02-08, Common Waxbill (35) 2023-11-19, Hawaiian Coot (16) 2022-12-17, House Finch (17) 2023-05-15, House Sparrow (109) 2024-02-08, Java Sparrow (57) 2024-02-03, Feral Mallard (125) 2024-02-28, Muscovy Duck (20) 2024-02-03, Northern Cardinal (13) 2022-06-13, Pacific Golden-Plover (25) 2023-12-02, Red Avadavat (2) 2020-07-25, Red Junglefowl (4) 2024-01-03, Red-crested Cardinal (77) 2024-01-20, Red-vented Bulbul (84) 2024-02-26, Red-whiskered Bulbul (22) 2023-03-10, Ring-necked Duck (5) 2020-04-01, Rock Pigeon (132) 2024-02-08, Rose-ringed Parakeet (3) 2024-02-08, Saffron Finch (6) 2022-01-02, Scaly-breasted Munia (2) 2021-02-04, Spotted Dove (88) 2024-02-08, Wandering Tattler (2) 2020-08-09, Warbling White-eye (33) 2024-02-03, Western Cattle Egret (58) 2024-02-08, White-rumped Shama (2) 2022-11-25, Zebra Dove",117,2024-02-08 +21.44573623,-157.7498942,"Black-bellied Plover (1) 2021-08-14, Black-crowned Night Heron (6) 2024-01-25, Black-necked Stilt (26) 2024-01-25, Chestnut Munia (1) 2022-03-16, Common Gallinule (3) 2024-01-25, Common Myna (41) 2024-01-25, Common Waxbill (15) 2024-01-25, Gray Francolin (6) 2024-02-16, Great Frigatebird (28) 2024-01-25, Hawaiian Coot (4) 2024-01-25, House Finch (10) 2024-01-25, House Sparrow (9) 2024-01-25, Java Sparrow (12) 2024-01-25, Long-billed Dowitcher (1) 2024-01-25, Feral Mallard (16) 2024-01-25, Muscovy Duck (1) 2020-05-31, Northern Cardinal (15) 2024-01-25, Pacific Golden-Plover (31) 2024-01-25, Red Avadavat (1) 2023-05-08, Red Junglefowl (5) 2024-01-24, Red-crested Cardinal (22) 2024-01-25, Red-footed Booby (3) 2021-12-19, Red-vented Bulbul (29) 2024-01-25, Red-whiskered Bulbul (7) 2024-01-17, Rock Pigeon (11) 2024-01-25, Ruddy Turnstone (4) 2021-12-19, Saffron Finch (9) 2024-01-25, Scaly-breasted Munia (1) 2020-05-24, Spotted Dove (19) 2024-01-25, Warbling White-eye (7) 2023-11-27, Western Cattle Egret (36) 2024-01-25, White-rumped Shama (2) 2024-01-25, Yellow-fronted Canary (3) 2024-01-25, Zebra Dove",30,2024-01-25 +21.50174145,-158.0197054,"Black-crowned Night Heron (1) 2023-10-22, Chestnut Munia (8) 2023-12-03, Common Gallinule (3) 2023-11-01, Common Myna (55) 2024-02-20, Common Waxbill (17) 2024-01-04, Hawaiian Coot (1) 2023-04-27, House Finch (14) 2024-02-12, House Sparrow (8) 2024-01-10, Indian Peafowl (3) 2024-01-04, Japanese Bush Warbler (1) 2023-03-15, Java Sparrow (5) 2024-01-26, Feral Mallard (1) 2023-11-01, Muscovy Duck (1) 2022-06-25, Northern Cardinal (18) 2024-02-12, Northern Mockingbird (1) 2021-03-17, Pacific Golden-Plover (1) 2024-01-26, Red Avadavat (1) 2023-10-22, Red Junglefowl (20) 2024-02-15, Red-billed Leiothrix (34) 2024-02-20, Red-crested Cardinal (35) 2024-02-20, Red-vented Bulbul (49) 2024-02-12, Red-whiskered Bulbul (44) 2024-02-12, Rock Pigeon (5) 2024-01-26, Rose-ringed Parakeet (2) 2023-04-13, Saffron Finch (10) 2024-01-26, Scaly-breasted Munia (1) 2023-10-22, Spotted Dove (44) 2024-02-20, Warbling White-eye (46) 2024-02-20, Western Cattle Egret (7) 2024-02-07, White-rumped Shama (41) 2024-02-20, White-tailed Tropicbird (2) 2023-10-22, Zebra Dove",66,2024-02-20 +21.58394032,-158.1833509,"Barn Owl (1) 2023-06-12, Black Francolin (2) 2023-06-10, Black-crowned Night Heron (1) 2020-03-15, Brown Booby (1) 2020-01-05, Common Myna (20) 2023-06-10, Common Waxbill (13) 2023-06-10, Erckel's Spurfowl (2) 2019-03-01, Eurasian Skylark (1) 2020-01-19, Gray Francolin (4) 2023-06-12, House Finch (14) 2023-06-10, House Sparrow (6) 2020-03-15, Java Sparrow (3) 2023-03-27, Laysan Albatross (7) 2022-02-19, Northern Cardinal (6) 2023-06-10, Pacific Golden-Plover (12) 2023-06-10, Red Junglefowl (6) 2020-03-15, Red-billed Leiothrix (4) 2023-06-10, Red-crested Cardinal (10) 2023-06-10, Red-footed Booby (1) 2019-01-07, Red-vented Bulbul (14) 2023-06-10, Red-whiskered Bulbul (2) 2023-06-10, Ring-necked Pheasant (1) 2019-10-21, Rock Pigeon (2) 2022-06-04, Ruddy Turnstone (1) 2020-01-05, Saffron Finch (15) 2024-01-10, Scaly-breasted Munia (1) 2020-01-05, Snow Goose (3) 2020-01-05, Spotted Dove (7) 2023-06-10, Wandering Tattler (1) 2021-04-03, Warbling White-eye (8) 2023-06-10, Wedge-tailed Shearwater (1) 2022-07-27, Western Cattle Egret (5) 2023-06-10, White-rumped Shama (6) 2020-03-15, Zebra Dove",13,2023-06-10 +21.60160241,-158.1059751,"Black-necked Stilt (3) 2022-04-02, Brown Booby (14) 2024-02-20, Chestnut Munia (2) 2021-07-22, Common Myna (29) 2024-02-26, Common Waxbill (16) 2024-02-26, Great Frigatebird (6) 2023-11-05, House Finch (12) 2024-02-26, House Sparrow (7) 2024-02-26, Japanese Bush Warbler (1) 2021-07-22, Java Sparrow (3) 2022-10-05, Laysan Albatross (6) 2024-02-26, Pacific Golden-Plover (18) 2024-02-26, Red Junglefowl (17) 2024-02-26, Red-billed Leiothrix (2) 2023-12-26, Red-crested Cardinal (18) 2024-02-26, Red-footed Booby (3) 2022-04-06, Red-vented Bulbul (10) 2024-02-26, Red-whiskered Bulbul (4) 2024-02-26, Rock Pigeon (28) 2024-02-26, Rose-ringed Parakeet (1) 2024-02-26, Ruddy Turnstone (1) 2019-09-03, Saffron Finch (17) 2024-02-26, Sanderling (1) 2019-09-03, Scaly-breasted Munia (3) 2021-12-21, Sooty Tern (3) 2022-04-06, Spotted Dove (15) 2024-02-26, Wandering Tattler (7) 2023-12-26, Warbling White-eye (5) 2022-12-04, Wedge-tailed Shearwater (4) 2023-03-13, Western Cattle Egret (16) 2024-02-26, White-rumped Shama (4) 2024-02-26, Zebra Dove",35,2024-02-26 +21.27473011,-157.8380882,"Black Noddy (1) 2022-02-13, Black-crowned Night Heron (15) 2024-01-30, Brown Booby (11) 2024-01-21, Brown Noddy (1) 2024-01-21, Common Myna (14) 2024-01-30, Common Waxbill (6) 2023-09-09, Great Frigatebird (1) 2020-06-28, House Finch (11) 2024-01-30, House Sparrow (15) 2024-01-30, Java Sparrow (4) 2023-04-08, Laughing Gull (1) 2024-01-25, Feral Mallard (5) 2024-01-30, Muscovy Duck (1) 2020-03-22, Pacific Golden-Plover (3) 2024-01-26, Red Junglefowl (4) 2024-01-29, Red-crested Cardinal (6) 2024-01-30, Red-footed Booby (4) 2023-08-26, Red-vented Bulbul (7) 2024-01-26, Red-whiskered Bulbul (2) 2023-04-08, Rock Pigeon (19) 2024-01-30, Rose-ringed Parakeet (6) 2024-01-30, Ruddy Turnstone (1) 2020-04-21, Saffron Finch (2) 2023-06-15, Sooty Tern (3) 2024-01-24, Spotted Dove (5) 2024-01-28, Warbling White-eye (3) 2023-04-08, Wedge-tailed Shearwater (6) 2023-09-03, Western Cattle Egret (10) 2024-01-30, White Tern (30) 2024-01-30, White-rumped Shama (1) 2020-04-21, Yellow-fronted Canary (4) 2024-01-26, Zebra Dove",5,2024-01-30 +21.28362908,-157.8187407,"African Silverbill (1) 2023-10-04, Black-crowned Night Heron (5) 2024-01-07, Chestnut Munia (3) 2020-11-15, Common Myna (110) 2024-02-19, Common Waxbill (18) 2024-01-07, Great Frigatebird (3) 2021-10-17, Great-tailed Grackle (1) 2022-06-20, House Finch (19) 2024-01-10, House Sparrow (75) 2024-02-19, Japanese Bush Warbler (2) 2024-01-10, Java Sparrow (18) 2024-01-19, Feral Mallard (6) 2024-01-07, Muscovy Duck (1) 2022-11-12, Northern Cardinal (2) 2023-03-19, Pacific Golden-Plover (62) 2024-01-26, Red Junglefowl (11) 2023-09-14, Red-crested Cardinal (62) 2024-02-19, Red-masked Parakeet (1) 2019-02-10, Red-vented Bulbul (91) 2024-02-19, Red-whiskered Bulbul (25) 2023-03-24, Rock Pigeon (41) 2024-02-19, Rose-ringed Parakeet (55) 2024-02-18, Saffron Finch (3) 2020-01-07, Scaly-breasted Munia (2) 2021-02-06, Spotted Dove (105) 2024-02-19, Wandering Tattler (2) 2024-01-07, Warbling White-eye (17) 2023-03-24, Western Cattle Egret (23) 2024-01-07, White Tern (59) 2024-02-19, White-rumped Shama (3) 2021-11-04, Yellow-fronted Canary (36) 2024-01-19, Zebra Dove",116,2024-02-19 +21.2830699,-157.7416364,"African Silverbill (1) 2021-05-12, Black-crowned Night Heron (2) 2022-04-26, Black-necked Stilt (5) 2022-02-01, Chestnut Munia (1) 2020-02-24, Common Myna (76) 2023-11-06, Common Waxbill (43) 2022-02-17, Great Frigatebird (15) 2021-09-13, House Finch (44) 2022-07-10, House Sparrow (32) 2023-11-06, Indian Peafowl (1) 2020-01-13, Java Sparrow (35) 2023-04-12, Feral Mallard (27) 2022-02-01, Muscovy Duck (3) 2021-01-27, Northern Cardinal (30) 2022-07-10, Pacific Golden-Plover (38) 2023-11-06, Red Junglefowl (2) 2019-07-17, Red-crested Cardinal (66) 2023-03-30, Red-masked Parakeet (7) 2022-02-07, Red-vented Bulbul (60) 2024-02-17, Red-whiskered Bulbul (29) 2022-07-10, Rock Pigeon (68) 2023-11-06, Rose-ringed Parakeet (18) 2023-09-08, Saffron Finch (2) 2021-02-04, Scaly-breasted Munia (16) 2022-07-10, Spotted Dove (62) 2023-11-06, Warbling White-eye (56) 2023-03-30, Western Cattle Egret (68) 2023-11-06, White Tern (36) 2022-07-10, White-rumped Shama (25) 2022-07-10, White-tailed Tropicbird (3) 2022-02-02, Yellow-fronted Canary (22) 2022-02-25, Zebra Dove",77,2023-11-06 +21.29292899,-157.8572236,"African Silverbill (4) 2023-09-27, Black-crowned Night Heron (7) 2024-02-02, Brown Booby (27) 2024-02-24, Brown Noddy (1) 2020-07-22, Common Myna (37) 2024-01-26, Common Waxbill (13) 2023-11-22, Great Frigatebird (3) 2020-07-22, House Finch (10) 2023-12-17, House Sparrow (31) 2024-01-26, Java Sparrow (10) 2024-01-26, Feral Mallard (6) 2024-01-26, Northern Mockingbird (1) 2022-12-26, Pacific Golden-Plover (25) 2024-02-02, Red Junglefowl (13) 2023-12-17, Red-crested Cardinal (21) 2024-01-26, Red-footed Booby (7) 2024-02-24, Red-masked Parakeet (1) 2022-12-29, Red-vented Bulbul (21) 2024-01-26, Red-whiskered Bulbul (1) 2023-12-17, Rock Pigeon (36) 2024-02-02, Rose-ringed Parakeet (15) 2024-01-26, Ruddy Turnstone (8) 2023-10-23, Saffron Finch (14) 2024-01-26, Scaly-breasted Munia (1) 2019-04-24, Sooty Tern (4) 2024-02-24, Spotted Dove (36) 2024-01-26, Wandering Tattler (1) 2020-05-08, Warbling White-eye (12) 2023-12-17, Wedge-tailed Shearwater (9) 2023-06-02, Western Cattle Egret (16) 2024-02-02, White Tern (62) 2024-02-24, White-tailed Tropicbird (1) 2023-06-02, Yellow-fronted Canary (10) 2023-12-17, Zebra Dove",42,2024-02-02 +21.31099575,-157.8570839,"Black-crowned Night Heron (6) 2024-01-16, Black-necked Stilt (1) 2024-02-05, Chestnut Munia (35) 2023-12-19, Common Myna (201) 2024-02-24, Common Waxbill (67) 2024-02-20, House Finch (36) 2023-12-19, House Sparrow (143) 2024-02-23, Java Sparrow (44) 2024-01-27, Feral Mallard (28) 2024-02-23, Muscovy Duck (1) 2020-06-13, Northern Cardinal (4) 2020-05-29, Northern Mockingbird (1) 2021-08-10, Pacific Golden-Plover (108) 2024-02-26, Peregrine Falcon (2) 2020-01-19, Red Junglefowl (43) 2024-02-10, Red-crested Cardinal (101) 2024-02-24, Red-crowned Parrot (1) 2023-08-25, Red-vented Bulbul (102) 2024-02-23, Red-whiskered Bulbul (6) 2022-05-25, Rock Pigeon (164) 2024-02-24, Rose-ringed Parakeet (162) 2024-02-23, Saffron Finch (26) 2023-12-30, Scaly-breasted Munia (4) 2024-02-20, Spotted Dove (145) 2024-02-24, Warbling White-eye (47) 2024-02-11, Wedge-tailed Shearwater (1) 2020-06-13, Western Cattle Egret (92) 2024-02-23, White Tern (193) 2024-02-26, White-rumped Shama (16) 2024-02-20, Yellow-fronted Canary (25) 2023-07-19, Zebra Dove",178,2024-02-23 +21.31934559,-157.7606089,"African Silverbill (2) 2023-06-18, Apapane (28) 2024-01-22, Chestnut Munia (4) 2023-06-07, Chinese Hwamei (1) 2019-08-10, Common Myna (169) 2024-02-29, Common Waxbill (202) 2024-02-29, Great Frigatebird (2) 2023-11-12, House Finch (180) 2024-02-29, House Sparrow (2) 2023-03-24, Japanese Bush Warbler (14) 2024-02-29, Java Sparrow (7) 2023-12-17, Northern Cardinal (169) 2024-02-29, Oahu Amakihi (140) 2024-02-29, Oahu Elepaio (245) 2024-02-29, Pacific Golden-Plover (93) 2024-02-29, Red Junglefowl (21) 2024-01-26, Red-billed Leiothrix (301) 2024-02-29, Red-crested Cardinal (220) 2024-02-29, Red-masked Parakeet (41) 2024-02-21, Red-vented Bulbul (295) 2024-02-29, Red-whiskered Bulbul (174) 2024-02-29, Rock Pigeon (19) 2024-02-29, Rose-ringed Parakeet (25) 2024-02-28, Scaly-breasted Munia (32) 2024-02-12, Spotted Dove (233) 2024-02-29, Warbling White-eye (316) 2024-02-29, Western Cattle Egret (42) 2024-02-20, White Tern (81) 2024-02-29, White-rumped Shama (334) 2024-02-29, White-tailed Tropicbird (5) 2023-01-31, Yellow-faced Grassquit (5) 2023-02-10, Yellow-fronted Canary (21) 2023-10-19, Zebra Dove",267,2024-02-29 +21.32932054,-157.895509,"African Silverbill (1) 2019-02-21, Black-crowned Night Heron (6) 2023-08-16, Black-necked Stilt (2) 2022-09-13, Chestnut Munia (3) 2023-06-27, Common Myna (50) 2024-01-30, Common Waxbill (27) 2024-01-12, Eurasian Skylark (3) 2022-09-21, Great Frigatebird (1) 2019-07-06, House Finch (27) 2024-01-30, House Sparrow (46) 2024-01-30, Java Sparrow (12) 2024-01-30, Feral Mallard (4) 2019-05-08, Northern Cardinal (4) 2019-06-03, Northern Mockingbird (2) 2019-09-21, Pacific Golden-Plover (40) 2024-01-30, Red Junglefowl (7) 2023-06-28, Red-crested Cardinal (38) 2024-01-30, Red-tailed Tropicbird (1) 2023-04-11, Red-vented Bulbul (35) 2024-01-30, Red-whiskered Bulbul (4) 2024-01-01, Rock Pigeon (8) 2024-01-12, Rose-ringed Parakeet (3) 2023-06-27, Rosy-faced Lovebird (1) 2023-02-08, Ruddy Turnstone (17) 2024-01-30, Saffron Finch (22) 2024-01-30, Sooty Tern (1) 2023-02-08, Spotted Dove (39) 2024-01-30, Wandering Tattler (5) 2023-03-02, Warbling White-eye (20) 2024-01-30, Western Cattle Egret (48) 2024-01-30, White Tern (2) 2023-06-27, Yellow-fronted Canary (30) 2024-01-30, Zebra Dove",47,2024-01-30 +21.32865893,-157.7990969,"Apapane (1) 2019-06-11, Chestnut Munia (5) 2023-06-05, Common Myna (24) 2023-10-24, Common Waxbill (12) 2023-11-23, House Finch (6) 2023-08-02, House Sparrow (8) 2023-08-02, Indian Peafowl (1) 2022-03-24, Japanese Bush Warbler (4) 2023-05-04, Java Sparrow (3) 2023-08-02, Feral Mallard (2) 2023-01-08, Northern Cardinal (4) 2023-08-02, Oahu Amakihi (5) 2023-02-02, Pacific Golden-Plover (5) 2022-12-25, Red Avadavat (1) 2023-08-03, Red Junglefowl (20) 2024-02-07, Red-billed Leiothrix (26) 2024-02-07, Red-crested Cardinal (22) 2023-11-23, Red-vented Bulbul (30) 2023-11-23, Red-whiskered Bulbul (33) 2024-02-08, Rock Pigeon (4) 2023-08-02, Rose-ringed Parakeet (33) 2024-02-08, Saffron Finch (1) 2023-05-04, Salmon-crested Cockatoo (3) 2024-02-07, Spotted Dove (19) 2023-12-27, Warbling White-eye (31) 2024-02-07, Western Cattle Egret (1) 2022-03-24, White Cockatoo (1) 2023-06-05, White Tern (3) 2023-02-02, White-rumped Shama (33) 2024-02-07, Yellow-fronted Canary (4) 2023-08-02, Zebra Dove",24,2023-08-20 +21.39132022,-157.7214212,"African Silverbill (2) 2022-02-17, Black-crowned Night Heron (1) 2020-05-09, Black-necked Stilt (3) 2023-05-14, Brown Booby (5) 2024-01-22, Brown Noddy (1) 2020-06-19, Common Myna (53) 2024-01-22, Common Waxbill (20) 2023-10-18, Great Frigatebird (21) 2023-07-23, House Finch (15) 2023-10-18, House Sparrow (4) 2023-11-23, Japanese Bush Warbler (1) 2020-06-19, Java Sparrow (14) 2023-06-03, Feral Mallard (2) 2024-01-14, Masked Booby (1) 2022-02-26, Northern Cardinal (6) 2023-10-18, Northern Mockingbird (1) 2022-02-17, Pacific Golden-Plover (14) 2024-01-22, Red Junglefowl (4) 2024-02-18, Red-billed Leiothrix (1) 2020-06-19, Red-crested Cardinal (28) 2024-02-18, Red-footed Booby (14) 2024-01-22, Red-vented Bulbul (40) 2023-10-18, Red-whiskered Bulbul (24) 2023-10-18, Rock Pigeon (39) 2024-01-22, Scaly-breasted Munia (2) 2022-11-30, Sooty Tern (2) 2023-07-17, Spotted Dove (34) 2023-10-18, Wandering Tattler (2) 2023-02-17, Warbling White-eye (17) 2023-06-13, Wedge-tailed Shearwater (8) 2023-06-10, Western Cattle Egret (36) 2023-06-13, White Tern (1) 2021-05-02, White-rumped Shama (6) 2023-10-18, Zebra Dove",41,2024-01-22 +21.43677539,-157.7596192,"Black Noddy (14) 2023-05-31, Black-crowned Night Heron (28) 2024-01-31, Black-necked Stilt (40) 2024-02-01, Bristle-thighed Curlew (4) 2023-08-16, Brown Booby (1) 2022-01-22, Common Myna (37) 2024-02-01, Common Waxbill (17) 2024-02-01, Gray Francolin (11) 2024-02-01, Great Frigatebird (6) 2024-02-01, House Finch (3) 2023-01-18, House Sparrow (1) 2022-01-22, Java Sparrow (5) 2023-02-09, Laughing Gull (2) 2022-01-19, Feral Mallard (23) 2024-01-18, Northern Cardinal (10) 2024-01-31, Northern Pintail (6) 2024-01-25, Pacific Golden-Plover (32) 2024-01-17, Red Junglefowl (9) 2024-01-17, Red-crested Cardinal (19) 2024-01-17, Red-vented Bulbul (29) 2024-02-01, Red-whiskered Bulbul (4) 2024-01-17, Rock Pigeon (2) 2020-01-04, Ruddy Turnstone (27) 2024-01-17, Saffron Finch (2) 2024-01-31, Sanderling (16) 2024-01-17, Scaly-breasted Munia (3) 2023-01-18, Sooty Tern (1) 2024-01-31, Spotted Dove (22) 2024-02-01, Wandering Tattler (17) 2023-10-17, Warbling White-eye (13) 2024-01-17, Western Cattle Egret (40) 2024-01-17, White-rumped Shama (2) 2022-12-21, Zebra Dove",31,2024-02-01 +21.39310569,-157.9818462,"African Silverbill (8) 2022-03-04, Barn Owl (1) 2022-08-26, Black-crowned Night Heron (49) 2024-01-01, Black-necked Stilt (108) 2024-01-01, Chestnut Munia (21) 2023-04-01, Common Gallinule (103) 2024-01-01, Common Myna (133) 2024-01-01, Common Waxbill (92) 2024-01-01, Gray Francolin (38) 2023-04-01, Hawaiian Coot (65) 2024-01-01, House Finch (71) 2023-01-16, House Sparrow (21) 2024-01-01, Java Sparrow (7) 2024-01-01, Long-billed Dowitcher (6) 2019-04-16, Feral Mallard (65) 2024-01-01, Northern Cardinal (62) 2023-04-01, Pacific Golden-Plover (105) 2024-01-01, Red Avadavat (6) 2022-08-26, Red-crested Cardinal (68) 2023-04-01, Red-vented Bulbul (128) 2024-01-01, Red-whiskered Bulbul (64) 2024-01-01, Rock Pigeon (8) 2021-11-30, Rose-ringed Parakeet (48) 2024-01-01, Ruddy Turnstone (89) 2022-11-22, Saffron Finch (37) 2022-11-09, Sanderling (64) 2022-11-22, Scaly-breasted Munia (34) 2022-11-22, Spotted Dove (128) 2024-01-01, Wandering Tattler (85) 2024-01-01, Warbling White-eye (80) 2024-01-01, Western Cattle Egret (114) 2024-01-01, White Tern (5) 2023-02-23, White-faced Ibis (20) 2021-11-23, White-rumped Shama (37) 2023-01-02, Yellow-fronted Canary (8) 2022-02-15, Zebra Dove",111,2024-01-01 +21.41184085,-158.0974885,"African Silverbill (2) 2023-06-12, Apapane (12) 2023-12-31, Chestnut Munia (2) 2023-06-04, Common Myna (10) 2023-06-12, Common Waxbill (11) 2023-12-31, Erckel's Spurfowl (6) 2023-12-31, Gray Francolin (4) 2023-06-12, Hawaiian Coot (1) 2020-03-12, House Finch (10) 2023-06-12, House Sparrow (1) 2021-10-24, Indian Peafowl (3) 2023-01-02, Japanese Bush Warbler (8) 2023-12-31, Java Sparrow (3) 2023-03-12, Kalij Pheasant (5) 2022-12-16, Laysan Albatross (1) 2023-03-12, Northern Cardinal (8) 2023-12-31, Northern Mockingbird (1) 2021-01-02, Oahu Amakihi (13) 2023-12-31, Oahu Elepaio (12) 2023-12-31, Pacific Golden-Plover (3) 2023-12-31, Red Junglefowl (1) 2023-06-12, Red-billed Leiothrix (13) 2023-12-31, Red-crested Cardinal (7) 2023-12-31, Red-vented Bulbul (13) 2023-12-31, Red-whiskered Bulbul (8) 2023-12-31, Rock Pigeon (2) 2023-03-12, Rose-ringed Parakeet (1) 2021-10-24, Saffron Finch (2) 2021-02-28, Scaly-breasted Munia (1) 2019-04-16, Spotted Dove (9) 2023-03-12, Warbling White-eye (14) 2023-12-31, Western Cattle Egret (2) 2021-10-24, White-rumped Shama (10) 2023-12-31, White-tailed Tropicbird (1) 2019-04-16, Zebra Dove",9,2023-06-12 +21.60948417,-157.9127146,"African Silverbill (1) 2023-11-22, Black-crowned Night Heron (6) 2023-10-20, Chestnut Munia (10) 2023-10-20, Common Myna (38) 2024-02-28, Common Waxbill (20) 2024-02-28, Erckel's Spurfowl (1) 2023-11-22, Glaucous-winged Gull (2) 2024-02-10, Gray Francolin (1) 2024-02-18, Great Frigatebird (5) 2024-02-22, House Finch (9) 2024-02-28, House Sparrow (9) 2024-02-28, Java Sparrow (9) 2023-11-22, Northern Cardinal (7) 2024-02-28, Oahu Amakihi (1) 2022-05-16, Pacific Golden-Plover (27) 2024-02-28, Peregrine Falcon (1) 2023-10-13, Red Avadavat (1) 2023-11-22, Red Junglefowl (13) 2024-02-28, Red-billed Leiothrix (18) 2024-02-28, Red-crested Cardinal (27) 2024-02-28, Red-vented Bulbul (21) 2024-02-28, Red-whiskered Bulbul (25) 2024-02-28, Rock Pigeon (6) 2024-02-28, Rose-ringed Parakeet (1) 2023-07-24, Ruddy Turnstone (20) 2023-10-20, Saffron Finch (22) 2024-01-14, Sanderling (4) 2023-10-20, Scaly-breasted Munia (2) 2023-11-22, Spotted Dove (31) 2024-02-28, Wandering Tattler (17) 2024-02-26, Warbling White-eye (13) 2024-02-18, Western Cattle Egret (22) 2024-02-28, White Tern (1) 2023-07-24, White-rumped Shama (15) 2024-02-28, Zebra Dove",37,2024-02-28 +21.31009667,-157.7317663,"Apapane (6) 2023-03-16, Black-necked Stilt (1) 2019-06-15, Chinese Hwamei (2) 2022-05-19, Common Myna (172) 2023-12-28, Common Waxbill (170) 2024-01-02, Great Frigatebird (1) 2022-08-15, House Finch (146) 2023-10-20, House Sparrow (8) 2023-03-07, Japanese Bush Warbler (4) 2021-02-06, Java Sparrow (33) 2023-03-07, Feral Mallard (4) 2022-02-08, Northern Cardinal (123) 2023-10-20, Oahu Amakihi (36) 2023-10-20, Oahu Elepaio (191) 2023-10-27, Pacific Golden-Plover (32) 2023-12-28, Red Junglefowl (5) 2023-10-27, Red-billed Leiothrix (199) 2024-01-02, Red-crested Cardinal (149) 2023-12-28, Red-masked Parakeet (16) 2022-03-26, Red-vented Bulbul (215) 2023-12-28, Red-whiskered Bulbul (151) 2023-12-28, Rock Pigeon (13) 2022-12-27, Rose-ringed Parakeet (17) 2023-10-17, Ruddy Turnstone (1) 2019-06-15, Scaly-breasted Munia (7) 2023-03-07, Spotted Dove (203) 2023-12-28, Wandering Tattler (1) 2019-06-15, Warbling White-eye (217) 2023-12-28, Western Cattle Egret (21) 2023-12-28, White Tern (44) 2023-10-10, White-rumped Shama (239) 2024-01-02, White-tailed Tropicbird (18) 2023-10-20, Yellow-faced Grassquit (1) 2022-07-07, Yellow-fronted Canary (10) 2023-06-30, Zebra Dove",218,2024-01-02 +21.35648454,-157.9049493,"Black-crowned Night Heron (22) 2023-11-20, Black-necked Stilt (7) 2023-02-05, Chestnut Munia (9) 2023-09-01, Common Myna (39) 2023-12-17, Common Waxbill (27) 2023-11-20, Greater Scaup (7) 2019-03-03, Hawaiian Coot (37) 2023-11-20, House Finch (16) 2023-09-05, House Sparrow (20) 2023-09-07, Java Sparrow (18) 2023-12-20, Lesser Scaup (26) 2023-11-20, Feral Mallard (9) 2023-11-20, Mourning Dove (1) 2023-07-10, Muscovy Duck (1) 2019-02-19, Northern Cardinal (15) 2021-02-12, Northern Pintail (1) 2023-11-19, Northern Shoveler (1) 2020-03-14, Pacific Golden-Plover (40) 2023-11-20, Red Junglefowl (3) 2023-11-19, Red-billed Leiothrix (1) 2023-03-08, Red-crested Cardinal (26) 2023-11-19, Red-crowned Parrot (1) 2023-09-06, Red-vented Bulbul (30) 2023-11-20, Red-whiskered Bulbul (5) 2023-03-08, Ring-necked Duck (15) 2020-03-14, Rock Pigeon (2) 2019-03-22, Rose-ringed Parakeet (9) 2023-09-07, Saffron Finch (26) 2023-11-20, Scaly-breasted Munia (2) 2020-03-14, Spotted Dove (41) 2023-12-20, Warbling White-eye (22) 2023-09-06, Western Cattle Egret (42) 2023-11-20, White-rumped Shama (6) 2023-03-08, Yellow-fronted Canary (14) 2023-11-20, Zebra Dove",38,2023-12-17 +21.40042672,-157.730988,"Black Noddy (4) 2023-10-04, Black-crowned Night Heron (10) 2024-02-19, Black-necked Stilt (38) 2024-02-24, Brown Booby (3) 2021-09-21, Brown Noddy (1) 2020-07-11, Chestnut Munia (1) 2023-07-21, Common Gallinule (1) 2021-08-29, Common Myna (53) 2024-02-25, Common Waxbill (10) 2023-07-21, Great Frigatebird (15) 2023-11-07, House Finch (5) 2022-02-15, House Sparrow (12) 2023-11-27, Java Sparrow (9) 2023-07-13, Laughing Gull (1) 2024-02-19, Feral Mallard (20) 2024-02-17, Northern Cardinal (5) 2023-11-24, Pacific Golden-Plover (21) 2024-02-25, Red Junglefowl (4) 2023-05-17, Red-crested Cardinal (37) 2024-02-25, Red-footed Booby (4) 2023-06-23, Red-vented Bulbul (28) 2024-02-01, Red-whiskered Bulbul (8) 2023-09-05, Rock Pigeon (54) 2024-02-25, Ruddy Turnstone (1) 2021-09-21, Saffron Finch (1) 2021-12-07, Scaly-breasted Munia (3) 2023-07-21, Sooty Tern (3) 2021-07-10, Spotted Dove (21) 2023-11-24, Wandering Tattler (5) 2021-11-18, Warbling White-eye (5) 2021-09-21, Wedge-tailed Shearwater (16) 2023-10-24, Western Cattle Egret (44) 2024-02-25, White-rumped Shama (6) 2022-07-14, White-tailed Tropicbird (1) 2020-07-11, Zebra Dove",54,2024-02-25 +21.40035312,-157.7213426,"Black Noddy (4) 2022-08-16, Black-crowned Night Heron (7) 2023-10-03, Black-necked Stilt (25) 2023-12-29, Brown Booby (4) 2024-02-07, Brown Noddy (3) 2022-10-18, Common Myna (36) 2024-02-04, Common Waxbill (5) 2022-12-04, Glaucous-winged Gull (1) 2019-02-11, Great Frigatebird (12) 2024-02-24, House Finch (8) 2023-03-17, House Sparrow (8) 2022-12-04, Java Sparrow (8) 2022-09-19, Feral Mallard (15) 2024-02-01, Northern Cardinal (1) 2022-01-11, Northern Mockingbird (4) 2023-08-24, Pacific Golden-Plover (20) 2024-02-04, Red Junglefowl (7) 2023-03-27, Red-crested Cardinal (27) 2023-12-29, Red-footed Booby (4) 2024-02-24, Red-tailed Tropicbird (3) 2022-08-16, Red-vented Bulbul (12) 2023-08-24, Red-whiskered Bulbul (2) 2022-01-11, Rock Pigeon (47) 2024-02-01, Ruddy Turnstone (4) 2023-10-03, Scaly-breasted Munia (4) 2022-09-19, Spotted Dove (14) 2022-12-04, Wandering Tattler (9) 2024-02-01, Wedge-tailed Shearwater (36) 2023-11-22, Western Cattle Egret (43) 2024-02-01, White Tern (3) 2023-08-24, White-rumped Shama (1) 2022-01-11, Yellow-fronted Canary (1) 2019-02-11, Zebra Dove",38,2023-08-24 +21.44615943,-157.8077862,"Black-crowned Night Heron (6) 2022-10-05, Black-necked Stilt (14) 2022-10-05, Brown Booby (1) 2024-02-23, Chestnut Munia (18) 2022-12-11, Common Gallinule (8) 2021-04-08, Common Myna (35) 2024-01-14, Common Waxbill (26) 2024-02-23, Hawaiian Coot (1) 2021-03-05, Hooded Merganser (4) 2021-01-13, House Finch (18) 2023-07-26, House Sparrow (10) 2022-10-05, Japanese Bush Warbler (1) 2024-01-14, Java Sparrow (5) 2021-01-10, Feral Mallard (25) 2024-02-05, Northern Cardinal (11) 2023-07-26, Pacific Golden-Plover (24) 2024-02-23, Red Junglefowl (32) 2024-02-02, Red-billed Leiothrix (3) 2024-01-14, Red-crested Cardinal (34) 2024-02-23, Red-vented Bulbul (40) 2024-02-23, Red-whiskered Bulbul (24) 2024-02-02, Rock Pigeon (3) 2023-07-26, Ruddy Turnstone (5) 2022-08-13, Scaly-breasted Munia (11) 2022-08-07, Spotted Dove (34) 2024-02-02, Spotted Sandpiper (2) 2021-01-13, Wandering Tattler (18) 2024-02-02, Warbling White-eye (33) 2024-02-02, Western Cattle Egret (33) 2024-02-23, White Cockatoo (1) 2022-02-10, White Tern (1) 2022-10-05, White-rumped Shama (31) 2023-07-26, Yellow-fronted Canary (2) 2022-07-21, Zebra Dove",39,2024-02-23 +21.33004202,-158.0112089,"African Silverbill (1) 2019-03-11, Black-crowned Night Heron (60) 2024-02-20, Black-necked Stilt (78) 2024-02-27, Chestnut Munia (9) 2023-09-14, Common Myna (94) 2024-01-16, Common Waxbill (28) 2024-01-16, Eurasian Skylark (1) 2023-03-15, Gray Francolin (15) 2021-07-12, Hawaiian Coot (11) 2024-01-16, House Finch (30) 2023-12-07, House Sparrow (43) 2024-01-16, Java Sparrow (15) 2023-12-07, Laughing Gull (3) 2020-03-02, Least Tern (1) 2019-06-17, Feral Mallard (11) 2024-02-11, Muscovy Duck (1) 2024-02-20, Northern Cardinal (2) 2023-12-07, Pacific Golden-Plover (65) 2024-02-27, Pectoral Sandpiper (4) 2020-10-27, Red-crested Cardinal (40) 2024-01-16, Red-vented Bulbul (54) 2023-12-07, Red-whiskered Bulbul (1) 2021-06-14, Ring-necked Duck (3) 2020-01-27, Rock Pigeon (71) 2024-02-27, Ruddy Turnstone (17) 2023-01-09, Saffron Finch (42) 2024-01-16, Scaly-breasted Munia (1) 2022-11-11, Sharp-tailed Sandpiper (4) 2020-10-27, Solitary Sandpiper (1) 2020-10-25, Spotted Dove (44) 2024-02-27, Wandering Tattler (7) 2023-01-09, Warbling White-eye (18) 2023-12-07, Western Cattle Egret (77) 2023-12-07, White-faced Ibis (1) 2022-07-10, White-rumped Shama (3) 2019-08-19, Yellow-fronted Canary (9) 2023-05-13, Zebra Dove",102,2024-02-27 +21.557149,-158.2511077,"African Silverbill (8) 2023-11-28, Black Francolin (1) 2021-06-19, Black Noddy (6) 2019-06-07, Black-crowned Night Heron (4) 2019-05-15, Black-footed Albatross (1) 2019-03-04, Bristle-thighed Curlew (2) 2019-09-29, Brown Booby (7) 2023-11-28, Chestnut Munia (4) 2023-03-01, Common Myna (38) 2024-02-21, Common Waxbill (26) 2024-02-21, Erckel's Spurfowl (3) 2021-06-19, Gray Francolin (13) 2024-02-21, Great Frigatebird (7) 2023-11-28, House Finch (16) 2022-01-29, Japanese Bush Warbler (2) 2023-03-01, Java Sparrow (1) 2020-02-19, Laysan Albatross (20) 2024-02-21, Masked Booby (3) 2021-02-06, Northern Cardinal (6) 2022-01-29, Northern Mockingbird (5) 2019-06-20, Pacific Golden-Plover (9) 2024-02-21, Red Avadavat (1) 2023-10-14, Red Junglefowl (2) 2021-06-19, Red-crested Cardinal (37) 2024-02-21, Red-vented Bulbul (41) 2024-02-21, Red-whiskered Bulbul (8) 2023-03-01, Rock Pigeon (2) 2019-03-26, Saffron Finch (2) 2022-11-26, Scaly-breasted Munia (11) 2022-01-31, Spotted Dove (23) 2024-02-21, Wandering Tattler (15) 2023-08-29, Warbling White-eye (20) 2024-02-21, Wedge-tailed Shearwater (11) 2023-11-28, Western Cattle Egret (2) 2024-02-21, White-rumped Shama (9) 2022-11-26, White-tailed Tropicbird (3) 2019-04-24, Yellow-faced Grassquit (4) 2019-03-29, Zebra Dove",39,2024-02-21 +21.57481014,-158.1640867,"Apapane (2) 2022-06-19, Barn Owl (2) 2021-07-01, Black Francolin (22) 2024-02-28, Black-crowned Night Heron (1) 2021-05-11, Chestnut Munia (5) 2024-02-17, Common Myna (45) 2024-02-28, Common Waxbill (39) 2024-02-28, Erckel's Spurfowl (26) 2024-02-28, Gray Francolin (26) 2024-02-28, House Finch (35) 2024-02-28, Indian Peafowl (26) 2024-02-28, Japanese Bush Warbler (34) 2024-02-28, Java Sparrow (3) 2022-03-08, Kalij Pheasant (5) 2023-11-05, Laysan Albatross (1) 2019-03-22, Feral Mallard (1) 2020-02-19, Northern Cardinal (39) 2024-02-28, Northern Mockingbird (1) 2020-02-19, Oahu Amakihi (1) 2021-07-01, Pacific Golden-Plover (12) 2023-11-05, Red Avadavat (11) 2024-02-28, Red Junglefowl (8) 2023-11-05, Red-billed Leiothrix (31) 2024-02-28, Red-crested Cardinal (44) 2024-02-28, Red-vented Bulbul (41) 2024-02-28, Red-whiskered Bulbul (36) 2024-02-28, Rock Pigeon (3) 2022-06-19, Ruddy Turnstone (3) 2019-03-09, Saffron Finch (15) 2024-02-28, Scaly-breasted Munia (8) 2023-11-05, Spotted Dove (42) 2024-02-28, Warbling White-eye (39) 2024-02-28, Western Cattle Egret (34) 2024-02-28, White-rumped Shama (34) 2024-02-28, Zebra Dove",43,2024-02-28 +21.31208647,-158.0306114,"African Silverbill (1) 2021-10-22, Black-crowned Night Heron (9) 2023-12-20, Black-necked Stilt (15) 2023-12-28, Brown Booby (1) 2022-02-19, Cackling Goose (4) 2022-02-25, Common Myna (28) 2024-01-03, Common Waxbill (13) 2023-12-28, Gray Francolin (9) 2024-01-03, Hawaiian Coot (17) 2024-01-03, House Finch (23) 2024-01-03, House Sparrow (13) 2024-01-03, Java Sparrow (13) 2024-01-03, Feral Mallard (14) 2024-01-03, Northern Cardinal (11) 2024-01-03, Northern Mockingbird (2) 2022-04-16, Pacific Golden-Plover (22) 2024-01-03, Red Junglefowl (10) 2023-12-19, Red-crested Cardinal (21) 2024-01-03, Red-vented Bulbul (27) 2024-01-03, Red-whiskered Bulbul (10) 2023-12-28, Rock Pigeon (15) 2024-01-03, Rose-ringed Parakeet (4) 2023-12-28, Ruddy Turnstone (2) 2022-04-14, Saffron Finch (12) 2023-12-28, Short-eared Owl (1) 2019-02-27, Snow Goose (1) 2019-02-26, Spotted Dove (28) 2024-01-03, Warbling White-eye (20) 2024-01-03, Wedge-tailed Shearwater (1) 2021-05-09, Western Cattle Egret (19) 2024-01-03, White Tern (1) 2021-05-09, Yellow-fronted Canary (6) 2023-12-19, Zebra Dove",27,2024-01-03 +21.3460072,-157.7025303,"Black-crowned Night Heron (1) 2023-12-23, Brown Booby (4) 2024-01-01, Chestnut Munia (1) 2023-02-15, Common Myna (21) 2023-12-23, Common Waxbill (10) 2023-12-08, Gray Francolin (1) 2020-01-04, Great Frigatebird (4) 2024-01-01, House Finch (7) 2022-07-09, House Sparrow (6) 2023-03-09, Indian Peafowl (1) 2019-12-29, Java Sparrow (3) 2021-12-20, Laughing Gull (1) 2024-02-10, Feral Mallard (2) 2022-07-13, Masked Booby (4) 2024-01-01, Northern Cardinal (5) 2022-07-01, Pacific Golden-Plover (11) 2023-12-23, Red Avadavat (1) 2020-01-01, Red Junglefowl (4) 2023-12-23, Red-billed Leiothrix (1) 2021-12-20, Red-crested Cardinal (18) 2023-12-23, Red-footed Booby (11) 2024-01-01, Red-tailed Tropicbird (2) 2020-03-03, Red-vented Bulbul (13) 2023-03-09, Red-whiskered Bulbul (8) 2023-02-12, Rock Pigeon (18) 2023-12-23, Ruddy Turnstone (3) 2023-12-23, Scaly-breasted Munia (2) 2023-01-28, Sooty Tern (6) 2024-01-01, Spotted Dove (16) 2023-12-23, Wandering Tattler (4) 2023-12-23, Warbling White-eye (5) 2023-03-09, Wedge-tailed Shearwater (1) 2022-05-30, Western Cattle Egret (6) 2023-05-20, White Tern (3) 2021-05-17, White-rumped Shama (6) 2023-12-23, Yellow-fronted Canary (2) 2020-03-03, Zebra Dove",21,2023-12-23 +21.38243342,-157.740788,"Black-crowned Night Heron (88) 2024-02-18, Black-necked Stilt (137) 2024-02-18, Canvasback (1) 2024-02-03, Chestnut Munia (15) 2024-02-18, Common Gallinule (87) 2024-02-18, Common Myna (218) 2024-02-18, Common Waxbill (67) 2024-02-18, Glaucous-winged Gull (1) 2019-03-16, Great Frigatebird (3) 2022-06-18, Greater Scaup (1) 2024-02-03, Hawaiian Coot (189) 2024-02-18, House Finch (77) 2024-01-25, House Sparrow (12) 2023-10-21, Japanese Bush Warbler (1) 2023-02-17, Java Sparrow (117) 2024-02-18, Lesser Scaup (1) 2024-02-03, Feral Mallard (177) 2024-02-05, Muscovy Duck (30) 2024-02-15, Northern Cardinal (41) 2024-02-17, Pacific Golden-Plover (59) 2024-02-18, Red Junglefowl (138) 2024-02-18, Red-crested Cardinal (151) 2024-02-18, Red-vented Bulbul (134) 2024-02-18, Red-whiskered Bulbul (49) 2024-02-05, Rock Pigeon (140) 2024-02-18, Rose-ringed Parakeet (2) 2024-01-27, Ruddy Turnstone (1) 2021-12-21, Saffron Finch (20) 2024-02-05, Scaly-breasted Munia (15) 2023-06-10, Spotted Dove (172) 2024-02-18, Wandering Tattler (3) 2022-10-25, Warbling White-eye (85) 2024-02-15, Western Cattle Egret (161) 2024-02-18, White-rumped Shama (6) 2023-08-22, Yellow-fronted Canary (2) 2023-06-10, Zebra Dove",165,2024-02-18 +21.34875142,-158.126806,"African Silverbill (5) 2023-08-03, Black Francolin (1) 2019-07-04, Black Swan (23) 2024-01-22, Black-crowned Night Heron (17) 2024-01-01, Black-necked Stilt (7) 2023-04-27, Brown Booby (9) 2023-08-27, Chestnut Munia (7) 2023-11-25, Common Gallinule (1) 2020-03-12, Common Myna (49) 2024-02-06, Common Waxbill (22) 2023-11-25, Glaucous-winged Gull (2) 2022-12-01, Great Frigatebird (2) 2023-08-19, Hawaiian Coot (24) 2024-01-20, House Finch (9) 2023-11-25, House Sparrow (14) 2024-01-01, Java Sparrow (11) 2023-11-25, Feral Mallard (16) 2024-02-06, Muscovy Duck (7) 2023-08-04, Northern Cardinal (1) 2021-09-03, Northern Mockingbird (1) 2023-08-03, Pacific Golden-Plover (38) 2024-01-04, Red Avadavat (3) 2023-08-04, Red Junglefowl (6) 2023-08-04, Red-crested Cardinal (35) 2024-02-06, Red-vented Bulbul (21) 2024-01-01, Red-whiskered Bulbul (2) 2023-08-04, Rock Pigeon (3) 2023-08-04, Rose-ringed Parakeet (1) 2024-01-09, Ruddy Turnstone (7) 2024-01-01, Saffron Finch (30) 2024-01-12, Scaly-breasted Munia (1) 2021-08-09, Spotted Dove (18) 2024-01-04, Wandering Tattler (3) 2022-12-01, Warbling White-eye (8) 2023-08-05, Wedge-tailed Shearwater (4) 2023-08-29, Western Cattle Egret (21) 2024-01-04, White Tern (2) 2023-08-22, Yellow-fronted Canary (4) 2023-11-28, Zebra Dove",44,2024-01-04 +21.36414735,-157.7120138,"Black-crowned Night Heron (101) 2023-10-21, Black-necked Stilt (222) 2024-01-30, Brown Booby (1) 2024-01-24, Chestnut Munia (12) 2024-01-29, Common Gallinule (122) 2024-01-24, Common Myna (145) 2024-01-30, Common Waxbill (87) 2024-01-30, Gray Francolin (20) 2024-01-30, Great Frigatebird (1) 2022-01-22, Hawaiian Coot (4) 2020-01-10, House Finch (22) 2024-01-30, House Sparrow (8) 2024-01-30, Indian Peafowl (12) 2024-01-30, Java Sparrow (12) 2024-01-30, Feral Mallard (101) 2024-01-30, Northern Cardinal (46) 2024-01-30, Pacific Golden-Plover (190) 2024-01-30, Red Junglefowl (5) 2024-01-26, Red-billed Leiothrix (15) 2024-01-30, Red-crested Cardinal (85) 2024-01-30, Red-vented Bulbul (72) 2024-01-30, Red-whiskered Bulbul (56) 2024-01-30, Rock Pigeon (38) 2024-01-30, Rose-ringed Parakeet (2) 2023-03-06, Ruddy Turnstone (77) 2024-01-30, Saffron Finch (4) 2024-01-30, Scaly-breasted Munia (6) 2022-05-20, Snow Goose (12) 2020-01-11, Spotted Dove (85) 2024-01-30, Wandering Tattler (141) 2024-01-30, Warbling White-eye (20) 2024-01-30, Wedge-tailed Shearwater (1) 2019-12-06, Western Cattle Egret (127) 2024-01-30, White-rumped Shama (21) 2024-01-30, Yellow-fronted Canary (8) 2024-01-30, Zebra Dove",53,2024-01-30 +21.42893985,-157.9333549,"African Silverbill (2) 2019-05-20, Apapane (5) 2023-01-17, Barn Owl (1) 2020-05-25, Black-crowned Night Heron (1) 2021-09-26, Chestnut Munia (5) 2023-06-11, Chinese Hwamei (10) 2023-08-13, Common Myna (15) 2024-01-03, Common Waxbill (41) 2023-12-31, Gray Francolin (1) 2022-02-24, Great Frigatebird (1) 2021-09-26, House Finch (63) 2024-01-03, House Sparrow (3) 2022-04-11, Japanese Bush Warbler (17) 2023-07-16, Java Sparrow (1) 2021-09-26, Muscovy Duck (1) 2021-09-26, Northern Cardinal (26) 2023-08-13, Oahu Amakihi (33) 2023-12-31, Oahu Elepaio (1) 2023-07-16, Pacific Golden-Plover (4) 2022-12-12, Red Junglefowl (31) 2023-12-31, Red-billed Leiothrix (72) 2023-12-31, Red-crested Cardinal (37) 2023-12-31, Red-crowned Parrot (65) 2024-01-03, Red-vented Bulbul (85) 2024-01-03, Red-whiskered Bulbul (35) 2023-12-31, Rock Pigeon (2) 2021-09-26, Rose-ringed Parakeet (14) 2023-02-01, Rosy-faced Lovebird (1) 2019-04-17, Saffron Finch (1) 2021-09-26, Scaly-breasted Munia (6) 2021-05-24, Spotted Dove (47) 2024-01-03, Warbling White-eye (80) 2024-01-03, Western Cattle Egret (1) 2021-09-26, White-rumped Shama (60) 2023-12-31, Yellow-fronted Canary (7) 2023-12-31, Zebra Dove",54,2023-12-31 +21.52895504,-158.0388335,"Black-crowned Night Heron (28) 2024-01-27, Cackling Goose (1) 2020-03-07, Chestnut Munia (8) 2023-12-09, Common Myna (107) 2024-02-24, Common Waxbill (29) 2024-01-24, Erckel's Spurfowl (3) 2023-06-04, Gray Francolin (25) 2024-01-26, Great Frigatebird (2) 2019-08-02, House Finch (27) 2024-01-24, House Sparrow (69) 2024-02-01, Java Sparrow (6) 2024-01-14, Feral Mallard (40) 2024-02-31, Muscovy Duck (3) 2019-06-22, Northern Cardinal (18) 2024-01-24, Northern Mockingbird (1) 2023-08-11, Pacific Golden-Plover (47) 2024-02-24, Red Avadavat (2) 2022-11-10, Red Junglefowl (53) 2024-01-24, Red-crested Cardinal (71) 2024-02-24, Red-masked Parakeet (1) 2022-05-30, Red-vented Bulbul (87) 2024-02-24, Red-whiskered Bulbul (38) 2024-01-16, Rock Pigeon (8) 2024-01-18, Rose-ringed Parakeet (3) 2024-01-14, Saffron Finch (64) 2024-02-07, Sanderling (1) 2024-01-14, Scaly-breasted Munia (4) 2024-01-14, Short-eared Owl (1) 2021-07-09, Spotted Dove (69) 2024-02-24, Warbling White-eye (41) 2024-02-01, Western Cattle Egret (26) 2024-01-26, White-rumped Shama (17) 2024-01-24, Yellow-fronted Canary (4) 2024-01-14, Zebra Dove",100,2024-02-24 +21.63752453,-158.0671033,"Barn Owl (1) 2020-12-31, Black-crowned Night Heron (2) 2023-01-26, Black-necked Stilt (1) 2023-01-11, Brown Booby (7) 2024-02-20, Brown Noddy (1) 2022-05-25, Common Gallinule (5) 2024-01-17, Common Myna (14) 2024-02-23, Common Waxbill (5) 2024-01-14, Great Frigatebird (2) 2023-07-25, Hawaiian Coot (1) 2023-01-26, House Finch (4) 2024-02-23, Indian Peafowl (1) 2024-02-20, Java Sparrow (1) 2022-11-15, Lesser Scaup (1) 2024-01-17, Feral Mallard (5) 2024-01-14, Northern Cardinal (1) 2022-11-15, Pacific Golden-Plover (5) 2023-09-23, Peregrine Falcon (1) 2022-11-15, Red Junglefowl (9) 2024-02-23, Red-billed Leiothrix (1) 2022-05-25, Red-crested Cardinal (11) 2024-02-23, Red-footed Booby (3) 2022-02-28, Red-vented Bulbul (6) 2024-01-17, Red-whiskered Bulbul (2) 2024-01-14, Rock Pigeon (10) 2024-02-23, Ruddy Turnstone (2) 2019-03-09, Saffron Finch (12) 2024-01-17, Scaly-breasted Munia (1) 2023-03-05, Spotted Dove (3) 2023-03-05, Wandering Tattler (7) 2024-02-23, Warbling White-eye (9) 2024-02-23, Wedge-tailed Shearwater (1) 2021-07-22, Western Cattle Egret (10) 2024-02-23, White Tern (1) 2022-05-25, White-faced Ibis (1) 2021-10-16, White-rumped Shama (2) 2023-03-05, White-tailed Tropicbird (3) 2024-01-14, Yellow-fronted Canary (1) 2019-09-14, Zebra Dove",10,2024-01-17 +21.42759841,-157.7404009,"Black Noddy (5) 2020-03-13, Black-crowned Night Heron (11) 2023-01-22, Black-necked Stilt (26) 2024-02-22, Brant (3) 2020-03-13, Bristle-thighed Curlew (1) 2019-07-16, Brown Booby (1) 2019-01-17, Brown Noddy (2) 2019-02-12, Cackling Goose (2) 2020-03-10, Chestnut Munia (1) 2023-02-10, Common Gallinule (2) 2023-01-22, Common Myna (21) 2024-02-22, Common Waxbill (5) 2023-01-22, Gray Francolin (22) 2024-02-22, Great Frigatebird (6) 2023-02-10, Hawaiian Coot (23) 2024-02-22, House Finch (3) 2022-08-17, Java Sparrow (4) 2024-01-16, Laughing Gull (15) 2024-02-22, Lesser Scaup (1) 2019-12-06, Feral Mallard (17) 2024-03-13, Muscovy Duck (1) 2023-01-22, Northern Cardinal (2) 2023-01-18, Northern Pintail (2) 2020-03-10, Northern Shoveler (2) 2020-03-10, Pacific Golden-Plover (26) 2024-02-22, Red-crested Cardinal (5) 2024-02-09, Red-footed Booby (2) 2019-12-06, Red-vented Bulbul (22) 2024-02-22, Red-whiskered Bulbul (1) 2023-01-18, Rock Pigeon (5) 2023-02-09, Ruddy Turnstone (21) 2024-02-22, Short-eared Owl (5) 2023-01-18, Spotted Dove (9) 2023-02-09, Wandering Tattler (9) 2023-11-21, Warbling White-eye (1) 2019-07-16, Wedge-tailed Shearwater (2) 2023-11-21, Western Cattle Egret (10) 2023-02-09, White-rumped Shama (1) 2019-07-16, White-tailed Tropicbird (1) 2019-01-17, Zebra Dove",22,2024-02-22 +21.43712626,-157.8078596,"Black-crowned Night Heron (15) 2022-11-10, Black-necked Stilt (36) 2023-08-21, Bristle-thighed Curlew (1) 2019-11-13, Brown Booby (3) 2021-01-01, Chestnut Munia (22) 2023-01-31, Common Gallinule (70) 2024-01-26, Common Myna (87) 2024-02-19, Common Waxbill (72) 2023-01-31, Elegant Tern (1) 2019-02-07, Erckel's Spurfowl (1) 2023-10-18, Great Frigatebird (3) 2023-11-06, Hooded Merganser (29) 2021-04-10, House Finch (20) 2023-07-26, House Sparrow (9) 2021-04-07, Japanese Bush Warbler (1) 2019-02-17, Java Sparrow (3) 2023-02-24, Feral Mallard (89) 2024-02-13, Northern Cardinal (25) 2022-11-10, Northern Mockingbird (1) 2021-05-05, Pacific Golden-Plover (78) 2024-02-19, Red Junglefowl (47) 2024-02-13, Red-billed Leiothrix (3) 2022-04-02, Red-crested Cardinal (68) 2024-01-26, Red-vented Bulbul (74) 2024-02-24, Red-whiskered Bulbul (33) 2023-10-21, Rock Pigeon (4) 2023-10-18, Ruddy Turnstone (7) 2022-08-20, Saffron Finch (3) 2023-02-24, Sanderling (2) 2022-08-20, Scaly-breasted Munia (18) 2021-07-31, Spotted Dove (73) 2024-02-19, Spotted Sandpiper (4) 2021-01-13, Wandering Tattler (36) 2024-01-26, Warbling White-eye (72) 2024-02-24, Western Cattle Egret (76) 2024-02-24, White Tern (1) 2024-02-13, White-rumped Shama (78) 2024-02-13, Yellow-fronted Canary (2) 2021-02-05, Zebra Dove",89,2024-02-13 +21.45454755,-157.72087,"African Silverbill (2) 2019-04-03, Black Noddy (1) 2023-04-06, Black-crowned Night Heron (1) 2022-01-01, Black-necked Stilt (3) 2022-02-05, Brown Booby (11) 2023-04-06, Brown Noddy (7) 2023-04-06, Common Myna (22) 2023-04-06, Common Waxbill (18) 2023-04-06, Eurasian Skylark (4) 2020-07-13, Gray Francolin (8) 2023-04-06, Great Frigatebird (27) 2023-06-26, House Finch (13) 2023-04-06, House Sparrow (6) 2023-02-14, Java Sparrow (12) 2023-04-06, Laysan Albatross (1) 2022-01-08, Feral Mallard (1) 2022-01-08, Masked Booby (5) 2023-04-06, Northern Cardinal (17) 2023-04-06, Northern Mockingbird (3) 2020-07-13, Orange-cheeked Waxbill (1) 2022-01-02, Pacific Golden-Plover (17) 2023-04-06, Peregrine Falcon (1) 2020-07-13, Red Avadavat (3) 2021-12-31, Red Junglefowl (2) 2019-11-06, Red-crested Cardinal (16) 2023-04-06, Red-footed Booby (21) 2024-02-17, Red-tailed Tropicbird (2) 2023-04-06, Red-vented Bulbul (16) 2023-04-06, Red-whiskered Bulbul (4) 2022-03-12, Rock Pigeon (3) 2022-01-04, Saffron Finch (3) 2022-01-07, Scaly-breasted Munia (5) 2020-07-13, Short-eared Owl (1) 2019-04-03, Sooty Tern (6) 2023-04-06, Spotted Dove (9) 2023-04-06, Wandering Tattler (3) 2022-07-26, Warbling White-eye (13) 2023-04-06, Wedge-tailed Shearwater (2) 2021-12-30, Western Cattle Egret (17) 2023-04-06, White-rumped Shama (4) 2022-01-04, Yellow-fronted Canary (1) 2022-01-05, Zebra Dove",16,2023-04-06 +21.69115413,-157.9700975,"American Wigeon (1) 2023-04-08, Black Francolin (1) 2021-09-05, Black-crowned Night Heron (28) 2023-04-03, Black-necked Stilt (114) 2024-02-10, Blue-winged Teal (22) 2023-04-08, Bufflehead (28) 2020-03-14, Chestnut Munia (4) 2023-04-02, Common Gallinule (3) 2024-02-10, Common Myna (50) 2024-01-14, Common Waxbill (46) 2024-02-10, Dunlin (4) 2021-02-03, Eurasian Skylark (2) 2020-02-03, Gray Francolin (1) 2021-09-05, Great Frigatebird (3) 2022-02-12, Hawaiian Coot (104) 2024-02-10, House Finch (2) 2023-03-15, House Sparrow (13) 2023-04-02, Lesser Yellowlegs (1) 2020-08-25, Long-billed Dowitcher (3) 2021-02-27, Feral Mallard (71) 2024-03-22, Northern Cardinal (5) 2023-03-28, Northern Shoveler (24) 2023-04-08, Pacific Golden-Plover (97) 2024-02-10, Pectoral Sandpiper (6) 2021-09-11, Red Avadavat (14) 2024-02-10, Red Junglefowl (1) 2020-10-29, Red Knot (3) 2024-01-06, Red-crested Cardinal (7) 2023-04-03, Red-vented Bulbul (37) 2024-01-20, Red-whiskered Bulbul (2) 2024-01-20, Ring-necked Pheasant (4) 2023-01-10, Ruddy Turnstone (87) 2024-01-06, Saffron Finch (2) 2024-02-23, Sanderling (84) 2024-02-10, Sharp-tailed Sandpiper (1) 2020-12-27, Spotted Dove (36) 2024-02-10, Wandering Tattler (52) 2024-01-04, Warbling White-eye (32) 2023-04-03, Western Cattle Egret (34) 2024-02-10, Zebra Dove",23,2024-01-14 +21.70018608,-157.9700331,"Black-crowned Night Heron (6) 2023-11-04, Black-necked Stilt (12) 2023-11-04, Bristle-thighed Curlew (13) 2023-11-04, Cackling Goose (1) 2022-11-23, Chestnut Munia (13) 2023-11-04, Common Gallinule (12) 2023-11-04, Common Myna (26) 2023-11-01, Common Waxbill (19) 2023-11-01, Gray Francolin (4) 2023-09-19, Great Frigatebird (1) 2023-11-04, Hawaiian Coot (8) 2023-11-04, House Finch (15) 2023-10-05, House Sparrow (4) 2022-12-02, Indian Peafowl (5) 2024-01-30, Java Sparrow (5) 2022-12-03, Laysan Albatross (3) 2022-03-12, Feral Mallard (3) 2023-11-23, Muscovy Duck (3) 2023-11-19, Northern Cardinal (4) 2022-12-02, Northern Shoveler (1) 2023-11-04, Pacific Golden-Plover (30) 2023-11-04, Red Junglefowl (3) 2023-10-05, Red-billed Leiothrix (2) 2022-11-24, Red-crested Cardinal (12) 2023-11-01, Red-vented Bulbul (21) 2023-11-01, Red-whiskered Bulbul (5) 2023-09-17, Ring-necked Pheasant (1) 2023-11-04, Rock Pigeon (1) 2022-11-23, Ruddy Turnstone (22) 2023-11-04, Saffron Finch (11) 2023-11-04, Sanderling (2) 2023-11-04, Scaly-breasted Munia (1) 2023-04-19, Spotted Dove (17) 2024-01-30, Wandering Tattler (1) 2022-11-23, Warbling White-eye (7) 2023-11-01, Western Cattle Egret (19) 2023-11-04, White-rumped Shama (10) 2023-11-01, Yellow-fronted Canary (1) 2019-03-01, Zebra Dove",25,2023-11-01 +21.27425062,-157.7706251,"Black-crowned Night Heron (6) 2024-01-14, Brown Noddy (1) 2022-01-12, Chestnut Munia (1) 2023-02-05, Common Gallinule (3) 2022-01-15, Common Myna (52) 2024-02-29, Common Waxbill (12) 2023-07-22, Gray Francolin (1) 2024-01-07, Great Frigatebird (6) 2023-07-22, House Finch (14) 2024-01-14, House Sparrow (30) 2024-01-14, Japanese Bush Warbler (1) 2022-01-14, Java Sparrow (6) 2024-02-29, Feral Mallard (6) 2022-01-15, Muscovy Duck (5) 2024-01-07, Northern Cardinal (2) 2022-02-27, Northern Mockingbird (1) 2022-10-08, Pacific Golden-Plover (22) 2024-01-14, Red Junglefowl (10) 2024-01-14, Red-billed Leiothrix (1) 2019-09-19, Red-crested Cardinal (35) 2024-01-14, Red-masked Parakeet (2) 2023-02-05, Red-vented Bulbul (43) 2024-01-14, Red-whiskered Bulbul (12) 2022-11-20, Rock Pigeon (32) 2024-01-14, Rose-ringed Parakeet (30) 2024-01-14, Ruddy Turnstone (4) 2022-01-15, Saffron Finch (2) 2021-08-22, Salmon-crested Cockatoo (1) 2022-01-20, Scaly-breasted Munia (1) 2021-08-22, Sooty Tern (1) 2021-05-29, Spotted Dove (19) 2024-01-14, Wandering Tattler (3) 2023-07-19, Warbling White-eye (19) 2024-01-14, Wedge-tailed Shearwater (2) 2023-07-22, Western Cattle Egret (35) 2024-01-14, White Tern (44) 2024-01-14, White-rumped Shama (5) 2024-01-14, Yellow-fronted Canary (5) 2023-02-05, Zebra Dove",34,2024-02-29 +21.2915079,-157.6644546,"African Silverbill (6) 2023-02-28, Black Noddy (3) 2020-10-16, Black-crowned Night Heron (10) 2023-03-31, Brown Booby (64) 2024-02-16, Brown Noddy (19) 2024-01-04, Common Myna (187) 2024-02-28, Common Waxbill (114) 2024-02-03, Great Frigatebird (32) 2024-01-11, House Finch (24) 2023-04-13, House Sparrow (55) 2023-09-30, Java Sparrow (100) 2024-02-25, Laysan Albatross (4) 2024-02-16, Masked Booby (13) 2024-02-22, Northern Cardinal (5) 2023-02-22, Pacific Golden-Plover (150) 2024-02-28, Peregrine Falcon (1) 2024-02-03, Red Avadavat (3) 2023-11-06, Red Junglefowl (44) 2024-02-25, Red-billed Leiothrix (1) 2020-01-25, Red-crested Cardinal (146) 2024-02-28, Red-footed Booby (50) 2024-02-19, Red-tailed Tropicbird (25) 2024-02-04, Red-vented Bulbul (77) 2024-01-11, Red-whiskered Bulbul (4) 2023-02-13, Rock Pigeon (136) 2024-02-28, Ruddy Turnstone (15) 2023-12-23, Saffron Finch (2) 2023-11-06, Sanderling (1) 2022-12-20, Scaly-breasted Munia (10) 2022-08-25, Sooty Tern (108) 2024-02-25, Spotted Dove (82) 2024-02-03, Wandering Tattler (61) 2024-02-03, Warbling White-eye (10) 2023-12-28, Wedge-tailed Shearwater (35) 2024-01-29, Western Cattle Egret (110) 2024-02-28, White Tern (27) 2023-09-22, White-tailed Tropicbird (3) 2024-01-29, Yellow-fronted Canary (1) 2021-03-15, Zebra Dove",162,2024-02-28 +21.3206586,-157.9534224,"African Silverbill (6) 2022-06-10, Black Noddy (1) 2022-06-10, Black-crowned Night Heron (49) 2024-02-13, Black-necked Stilt (92) 2024-02-13, Brown Booby (13) 2023-05-21, Chestnut Munia (8) 2022-06-06, Common Myna (106) 2024-02-16, Common Waxbill (57) 2024-02-16, Dunlin (1) 2020-02-17, Erckel's Spurfowl (1) 2021-11-11, Gray Francolin (25) 2023-08-02, Great Frigatebird (1) 2022-08-26, House Finch (28) 2024-02-16, House Sparrow (82) 2024-02-16, Japanese Bush Warbler (1) 2020-01-14, Laughing Gull (2) 2020-03-01, Feral Mallard (1) 2023-05-02, Northern Cardinal (86) 2024-02-13, Northern Mockingbird (6) 2019-10-02, Northern Shoveler (1) 2024-02-13, Pacific Golden-Plover (141) 2024-02-16, Red Junglefowl (2) 2023-07-31, Red-crested Cardinal (80) 2024-02-16, Red-vented Bulbul (114) 2024-02-16, Red-whiskered Bulbul (33) 2024-02-13, Ruddy Turnstone (119) 2024-02-16, Saffron Finch (17) 2024-02-13, Sanderling (1) 2020-03-10, Slaty-backed Gull (1) 2020-03-01, Sooty Shearwater (1) 2023-03-15, Spotted Dove (89) 2024-02-16, Wandering Tattler (98) 2024-02-16, Warbling White-eye (124) 2024-02-13, Western Cattle Egret (39) 2024-02-16, White Tern (32) 2024-02-16, White-rumped Shama (34) 2024-02-13, Yellow-fronted Canary (27) 2023-08-06, Zebra Dove",135,2023-09-14 +21.32002912,-157.857014,"African Silverbill (2) 2023-12-17, Black-crowned Night Heron (6) 2023-01-16, Chestnut Munia (37) 2023-11-17, Common Gallinule (1) 2023-10-23, Common Myna (156) 2024-02-29, Common Waxbill (93) 2024-02-18, Eurasian Skylark (1) 2020-04-28, Gray Francolin (1) 2023-02-08, Great Frigatebird (3) 2024-01-28, Hawaiian Coot (1) 2021-03-13, House Finch (25) 2024-02-18, House Sparrow (76) 2024-02-20, Indian Peafowl (2) 2023-12-12, Japanese Bush Warbler (3) 2021-05-13, Java Sparrow (45) 2023-11-19, Feral Mallard (28) 2024-01-19, Muscovy Duck (5) 2020-11-30, Northern Cardinal (61) 2024-02-29, Northern Mockingbird (3) 2023-02-09, Pacific Golden-Plover (97) 2024-02-29, Red Junglefowl (34) 2024-02-29, Red-billed Leiothrix (5) 2024-02-29, Red-crested Cardinal (121) 2024-02-29, Red-vented Bulbul (135) 2024-02-29, Red-whiskered Bulbul (72) 2024-02-29, Rock Pigeon (50) 2024-02-18, Rose-ringed Parakeet (145) 2024-02-29, Saffron Finch (6) 2024-01-12, Scaly-breasted Munia (13) 2023-11-08, Spotted Dove (145) 2024-02-29, Warbling White-eye (78) 2024-02-29, Western Cattle Egret (98) 2024-02-29, White Tern (104) 2024-02-29, White-rumped Shama (110) 2024-02-20, White-tailed Tropicbird (1) 2022-01-11, Yellow-fronted Canary (12) 2024-02-18, Zebra Dove",148,2024-02-29 +21.337829,-157.8183068,"African Silverbill (1) 2021-07-11, Apapane (23) 2024-01-11, Black-crowned Night Heron (1) 2024-02-28, Black-necked Stilt (1) 2024-02-28, Chestnut Munia (21) 2023-05-19, Chinese Hwamei (1) 2020-01-02, Common Myna (213) 2024-02-28, Common Waxbill (202) 2024-02-28, Gray Francolin (1) 2023-01-15, Hawaiian Coot (1) 2023-10-06, House Finch (247) 2024-02-28, House Sparrow (5) 2022-07-03, Japanese Bush Warbler (7) 2023-01-21, Java Sparrow (39) 2024-02-28, Feral Mallard (2) 2024-02-28, Northern Cardinal (147) 2024-02-21, Northern Mockingbird (1) 2023-01-15, Oahu Amakihi (326) 2024-02-23, Oahu Elepaio (1) 2019-06-29, Pacific Golden-Plover (16) 2024-02-28, Red Avadavat (1) 2022-08-01, Red Junglefowl (160) 2024-02-28, Red-billed Leiothrix (245) 2024-02-28, Red-crested Cardinal (248) 2024-02-28, Red-vented Bulbul (344) 2024-02-28, Red-whiskered Bulbul (273) 2024-02-28, Rock Pigeon (4) 2024-02-28, Rose-ringed Parakeet (317) 2024-02-28, Saffron Finch (2) 2023-12-25, Salmon-crested Cockatoo (1) 2022-08-19, Scaly-breasted Munia (19) 2024-01-19, Spotted Dove (277) 2024-02-28, Warbling White-eye (340) 2024-02-28, Western Cattle Egret (17) 2024-02-28, White Cockatoo (1) 2021-06-29, White Tern (66) 2024-02-21, White-rumped Shama (332) 2024-02-23, White-tailed Tropicbird (5) 2022-04-19, Yellow-faced Grassquit (1) 2021-12-19, Yellow-fronted Canary (76) 2024-02-28, Zebra Dove",268,2024-02-28 +21.37318023,-157.7119347,"African Silverbill (2) 2019-10-14, Black Noddy (1) 2019-08-11, Black-crowned Night Heron (1) 2023-11-24, Black-necked Stilt (7) 2023-11-24, Brown Booby (1) 2022-10-04, Brown Noddy (1) 2022-07-08, Chestnut Munia (2) 2023-06-16, Common Gallinule (2) 2022-03-08, Common Myna (30) 2024-01-29, Common Waxbill (17) 2023-11-24, Gray Francolin (8) 2023-11-24, Great Frigatebird (8) 2022-12-09, House Finch (12) 2024-01-29, House Sparrow (9) 2024-01-29, Indian Peafowl (13) 2024-01-29, Java Sparrow (4) 2023-06-16, Laysan Albatross (1) 2022-02-07, Feral Mallard (10) 2024-01-29, Masked Booby (1) 2022-10-04, Northern Cardinal (13) 2022-12-20, Pacific Golden-Plover (25) 2024-01-29, Red-billed Leiothrix (2) 2022-03-08, Red-crested Cardinal (26) 2024-01-29, Red-footed Booby (3) 2022-10-04, Red-tailed Tropicbird (1) 2023-06-16, Red-vented Bulbul (19) 2023-11-24, Red-whiskered Bulbul (5) 2022-07-17, Rock Pigeon (9) 2024-01-29, Ruddy Turnstone (4) 2024-01-29, Saffron Finch (2) 2019-10-14, Scaly-breasted Munia (2) 2019-10-14, Sooty Tern (1) 2022-07-08, Spotted Dove (13) 2023-11-24, Wandering Tattler (4) 2024-01-29, Warbling White-eye (5) 2022-07-16, Wedge-tailed Shearwater (3) 2022-10-04, Western Cattle Egret (27) 2024-01-29, White-rumped Shama (9) 2022-07-17, White-tailed Tropicbird (1) 2023-06-16, Yellow-fronted Canary (10) 2023-06-16, Zebra Dove",28,2024-01-29 +21.27366949,-157.6935283,"African Silverbill (10) 2022-12-31, Black-crowned Night Heron (2) 2023-07-07, Black-necked Stilt (2) 2023-07-07, Brown Booby (2) 2023-10-05, Chestnut Munia (4) 2023-04-28, Common Myna (129) 2024-02-23, Common Waxbill (85) 2024-01-19, Gray Francolin (3) 2023-09-14, Great Frigatebird (15) 2024-01-25, House Finch (33) 2024-02-16, House Sparrow (25) 2024-02-23, Java Sparrow (48) 2023-12-26, Feral Mallard (3) 2023-11-19, Masked Booby (1) 2019-07-12, Muscovy Duck (4) 2023-01-09, Northern Cardinal (48) 2024-02-23, Northern Mockingbird (2) 2022-01-01, Pacific Golden-Plover (97) 2024-02-23, Peregrine Falcon (2) 2022-12-28, Red Junglefowl (21) 2024-01-26, Red-billed Leiothrix (1) 2022-08-17, Red-crested Cardinal (139) 2024-02-23, Red-footed Booby (3) 2024-01-25, Red-tailed Tropicbird (14) 2023-08-09, Red-vented Bulbul (109) 2024-01-26, Red-whiskered Bulbul (4) 2022-03-08, Rock Pigeon (72) 2024-02-16, Rose-ringed Parakeet (3) 2023-12-20, Ruddy Turnstone (7) 2022-01-01, Saffron Finch (8) 2024-01-03, Scaly-breasted Munia (8) 2023-08-24, Sooty Tern (8) 2024-02-20, Spotted Dove (104) 2024-02-23, Wandering Tattler (12) 2023-09-08, Warbling White-eye (37) 2023-12-26, Wedge-tailed Shearwater (1) 2023-07-07, Western Cattle Egret (142) 2024-02-23, White Tern (31) 2024-02-03, White-rumped Shama (9) 2022-07-30, White-tailed Tropicbird (3) 2024-01-26, Zebra Dove",156,2024-02-23 +21.32077672,-157.9727045,"Barn Owl (1) 2019-02-02, Black Noddy (1) 2019-01-02, Black-necked Stilt (3) 2019-03-06, Brown Booby (31) 2019-06-16, Brown Noddy (1) 2019-03-31, Bulwer's Petrel (1) 2019-04-17, Chestnut Munia (22) 2019-04-14, Common Myna (33) 2023-09-09, Common Waxbill (10) 2023-09-09, Gray Francolin (9) 2019-03-03, Great Frigatebird (1) 2019-02-05, House Finch (17) 2019-05-28, House Sparrow (3) 2023-09-09, Java Sparrow (5) 2019-02-17, Laughing Gull (2) 2019-04-13, Feral Mallard (1) 2019-04-11, Northern Cardinal (7) 2019-03-03, Pacific Golden-Plover (38) 2019-04-17, Red Junglefowl (2) 2019-01-06, Red Phalarope (1) 2019-04-11, Red-crested Cardinal (13) 2023-09-09, Red-crowned Parrot (1) 2019-01-27, Red-footed Booby (10) 2019-06-11, Red-vented Bulbul (22) 2023-09-09, Ring-billed Gull (1) 2019-03-03, Rose-ringed Parakeet (3) 2019-03-16, Ruddy Turnstone (24) 2019-04-17, Saffron Finch (17) 2023-09-09, Sanderling (2) 2019-01-22, Slaty-backed Gull (1) 2019-02-04, Sooty Tern (9) 2019-04-17, Spotted Dove (8) 2019-05-28, Wandering Tattler (8) 2019-01-31, Warbling White-eye (12) 2019-03-31, Wedge-tailed Shearwater (8) 2019-06-16, Western Cattle Egret (13) 2019-06-11, White Tern (27) 2019-06-16, White-rumped Shama (3) 2019-05-28, White-tailed Tropicbird (1) 2019-01-05, Yellow-fronted Canary (11) 2019-04-14, Zebra Dove",21,2023-09-09 +21.33068199,-158.1269131,"Black Swan (8) 2023-03-29, Black-crowned Night Heron (12) 2023-08-14, Black-necked Stilt (4) 2023-02-24, Brown Booby (8) 2023-08-14, Common Gallinule (1) 2019-12-08, Common Myna (45) 2024-02-06, Common Waxbill (16) 2023-07-12, Eurasian Skylark (2) 2023-03-29, Great Frigatebird (2) 2022-07-24, Hawaiian Coot (7) 2023-07-12, House Finch (11) 2023-08-14, House Sparrow (33) 2024-02-06, Java Sparrow (9) 2023-08-14, Feral Mallard (5) 2023-04-09, Muscovy Duck (2) 2021-12-07, Pacific Golden-Plover (33) 2024-02-06, Red Junglefowl (1) 2022-05-26, Red-crested Cardinal (37) 2024-02-06, Red-footed Booby (2) 2023-02-18, Red-tailed Tropicbird (1) 2020-03-02, Red-vented Bulbul (33) 2024-02-06, Red-whiskered Bulbul (3) 2022-11-30, Rock Pigeon (5) 2023-05-30, Ruddy Turnstone (5) 2023-02-23, Saffron Finch (16) 2024-02-06, Sanderling (1) 2020-02-22, Scaly-breasted Munia (1) 2023-08-14, Sooty Tern (1) 2020-03-02, Spotted Dove (40) 2024-02-06, Wandering Tattler (11) 2024-01-26, Warbling White-eye (16) 2023-12-06, Wedge-tailed Shearwater (3) 2024-01-26, Western Cattle Egret (18) 2024-02-06, White Tern (2) 2022-06-26, Yellow-fronted Canary (1) 2022-10-16, Zebra Dove",39,2024-02-06 +21.33966701,-158.1172168,"African Silverbill (2) 2022-11-14, Black Swan (77) 2024-02-12, Black-crowned Night Heron (80) 2024-02-12, Black-necked Stilt (50) 2024-02-12, Brown Booby (1) 2022-12-28, Chestnut Munia (15) 2024-01-26, Common Gallinule (2) 2023-07-12, Common Myna (121) 2024-02-13, Common Waxbill (59) 2024-02-12, Eurasian Skylark (1) 2021-08-11, Gray Francolin (2) 2023-11-07, Great Frigatebird (1) 2023-03-12, Hawaiian Coot (93) 2024-02-13, House Finch (44) 2024-02-12, House Sparrow (74) 2024-02-25, Java Sparrow (29) 2024-02-25, Lesser Scaup (1) 2022-11-14, Feral Mallard (85) 2024-01-26, Masked Booby (2) 2024-02-25, Mourning Dove (2) 2022-11-14, Muscovy Duck (33) 2024-02-13, Northern Cardinal (16) 2024-02-12, Northern Shoveler (1) 2022-11-14, Pacific Golden-Plover (83) 2024-02-25, Red Junglefowl (8) 2023-07-12, Red-crested Cardinal (94) 2024-02-25, Red-vented Bulbul (82) 2024-02-12, Red-whiskered Bulbul (26) 2024-02-12, Rock Pigeon (20) 2024-02-25, Rose-ringed Parakeet (8) 2024-02-25, Ruddy Turnstone (19) 2024-02-12, Saffron Finch (56) 2024-02-12, Scaly-breasted Munia (1) 2023-03-17, Spotted Dove (97) 2024-02-25, Wandering Tattler (13) 2024-02-12, Warbling White-eye (62) 2024-02-25, Western Cattle Egret (102) 2024-02-12, White-rumped Shama (2) 2022-06-23, Yellow-fronted Canary (9) 2024-02-12, Zebra Dove",111,2024-02-25 +21.36576814,-157.9434582,"African Silverbill (8) 2023-09-27, Black-crowned Night Heron (10) 2024-01-21, Black-necked Stilt (8) 2024-01-03, Brown Booby (3) 2024-02-25, Brown Noddy (1) 2023-05-11, Chestnut Munia (181) 2024-02-28, Common Myna (444) 2024-02-28, Common Waxbill (277) 2024-02-28, Eurasian Skylark (1) 2021-05-11, Gray Francolin (2) 2022-10-09, Hawaiian Coot (3) 2024-01-03, House Finch (87) 2024-02-10, House Sparrow (360) 2024-02-28, Java Sparrow (273) 2024-02-25, Long-billed Dowitcher (1) 2024-01-03, Feral Mallard (68) 2023-11-09, Muscovy Duck (3) 2022-07-26, Northern Cardinal (12) 2024-02-18, Northern Mockingbird (3) 2023-03-21, Pacific Golden-Plover (342) 2024-02-28, Red Avadavat (4) 2023-11-30, Red Junglefowl (35) 2024-02-10, Red-crested Cardinal (181) 2024-02-25, Red-vented Bulbul (258) 2024-02-28, Red-whiskered Bulbul (15) 2024-01-13, Rock Pigeon (268) 2024-02-25, Rose-ringed Parakeet (47) 2024-02-25, Ruddy Turnstone (7) 2023-03-06, Saffron Finch (151) 2024-02-20, Sanderling (3) 2024-01-13, Scaly-breasted Munia (10) 2023-11-14, Spotted Dove (214) 2024-02-25, Wandering Tattler (8) 2024-01-26, Warbling White-eye (93) 2024-02-28, Western Cattle Egret (208) 2024-02-25, White Tern (109) 2024-02-19, White-rumped Shama (7) 2022-11-19, White-tailed Tropicbird (1) 2023-01-27, Yellow-fronted Canary (17) 2024-02-10, Zebra Dove",416,2024-02-28 +21.66380875,-157.9316356,"Black-bellied Plover (1) 2021-02-14, Black-crowned Night Heron (2) 2023-07-08, Black-necked Stilt (1) 2023-11-22, Bristle-thighed Curlew (1) 2023-07-09, Brown Booby (8) 2023-08-04, Brown Noddy (4) 2023-07-16, Chestnut Munia (2) 2023-07-08, Common Gallinule (1) 2021-02-14, Common Myna (55) 2024-02-27, Common Waxbill (23) 2024-02-27, Glaucous-winged Gull (1) 2024-02-08, Great Frigatebird (3) 2021-03-14, House Finch (32) 2024-02-27, House Sparrow (8) 2023-11-22, Indian Peafowl (16) 2021-04-01, Java Sparrow (6) 2022-01-25, Laysan Albatross (4) 2024-02-08, Feral Mallard (8) 2023-11-13, Masked Booby (5) 2023-07-16, Northern Cardinal (9) 2023-12-09, Northern Mockingbird (1) 2023-01-17, Pacific Golden-Plover (39) 2024-02-27, Red Avadavat (2) 2023-11-13, Red Junglefowl (29) 2024-02-24, Red-billed Leiothrix (2) 2024-01-15, Red-crested Cardinal (40) 2024-02-27, Red-footed Booby (2) 2019-01-26, Red-vented Bulbul (29) 2024-02-08, Red-whiskered Bulbul (24) 2024-01-15, Rock Pigeon (1) 2020-02-02, Ruddy Turnstone (18) 2024-02-27, Saffron Finch (4) 2023-09-23, Sanderling (10) 2024-02-08, Sooty Tern (1) 2023-07-09, Spotted Dove (27) 2024-02-27, Wandering Tattler (15) 2024-02-08, Warbling White-eye (17) 2024-02-27, Wedge-tailed Shearwater (10) 2023-08-04, Western Cattle Egret (24) 2024-02-24, White-rumped Shama (14) 2023-12-09, Yellow-fronted Canary (3) 2021-02-12, Zebra Dove",51,2024-02-27 +21.40152524,-157.8853207,"African Silverbill (4) 2023-09-10, Apapane (206) 2024-02-14, Barn Owl (1) 2019-02-22, Black-necked Stilt (1) 2023-09-30, Chestnut Munia (133) 2023-12-04, Chinese Hwamei (9) 2022-12-21, Common Myna (151) 2024-02-19, Common Waxbill (335) 2024-02-14, House Finch (346) 2024-02-14, House Sparrow (17) 2023-12-21, Indian Peafowl (1) 2020-03-05, Japanese Bush Warbler (79) 2023-12-21, Java Sparrow (11) 2023-12-21, Mariana Swiftlet (67) 2023-12-21, Northern Cardinal (207) 2024-02-14, Northern Shoveler (1) 2023-01-17, Oahu Amakihi (431) 2024-02-14, Oahu Elepaio (199) 2024-02-14, Pacific Golden-Plover (87) 2023-12-21, Red Junglefowl (170) 2024-02-14, Red-billed Leiothrix (433) 2024-02-14, Red-crested Cardinal (299) 2024-02-14, Red-crowned Parrot (120) 2024-02-14, Red-tailed Tropicbird (1) 2023-01-15, Red-vented Bulbul (411) 2024-02-14, Red-whiskered Bulbul (325) 2024-02-19, Rock Pigeon (13) 2023-12-21, Rose-ringed Parakeet (7) 2023-01-17, Saffron Finch (7) 2023-01-17, Scaly-breasted Munia (80) 2023-12-21, Sooty Tern (1) 2022-12-18, Spotted Dove (236) 2024-02-14, Warbling White-eye (445) 2024-02-19, Western Cattle Egret (15) 2023-01-17, White Tern (2) 2023-06-04, White-rumped Shama (358) 2024-02-14, White-tailed Tropicbird (3) 2023-12-04, Yellow-faced Grassquit (2) 2022-11-06, Yellow-fronted Canary (140) 2024-01-27, Zebra Dove",248,2024-02-14 +21.3020277,-157.8667929,"African Silverbill (7) 2023-12-03, Black-crowned Night Heron (4) 2024-02-20, Black-footed Albatross (1) 2019-01-19, Brown Booby (18) 2024-02-06, Brown Noddy (1) 2023-12-03, Chestnut Munia (4) 2022-01-09, Cockatiel (1) 2022-05-22, Common Myna (88) 2024-02-20, Common Waxbill (27) 2023-07-25, Great Frigatebird (3) 2023-05-27, Great-tailed Grackle (2) 2019-08-01, House Finch (32) 2024-02-20, House Sparrow (60) 2024-02-20, Java Sparrow (7) 2021-01-06, Laysan Albatross (1) 2019-02-09, Feral Mallard (3) 2024-02-20, Masked Booby (1) 2023-03-01, Northern Cardinal (10) 2023-01-13, Northern Mockingbird (8) 2023-12-03, Pacific Golden-Plover (48) 2024-02-20, Red Avadavat (1) 2023-09-18, Red Junglefowl (8) 2024-02-20, Red-crested Cardinal (55) 2024-02-20, Red-footed Booby (4) 2022-07-26, Red-vented Bulbul (54) 2024-02-20, Red-whiskered Bulbul (3) 2023-01-13, Rock Pigeon (30) 2024-02-20, Rose-ringed Parakeet (9) 2024-02-20, Ruddy Turnstone (8) 2022-08-06, Saffron Finch (12) 2024-02-06, Scaly-breasted Munia (9) 2023-08-15, Sooty Tern (4) 2024-02-20, Spotted Dove (79) 2024-02-20, Wandering Tattler (3) 2021-09-21, Warbling White-eye (29) 2024-02-20, Wedge-tailed Shearwater (4) 2024-01-09, Western Cattle Egret (57) 2024-02-20, White Tern (89) 2024-02-20, White-tailed Tropicbird (3) 2022-10-13, Yellow-fronted Canary (30) 2023-12-03, Zebra Dove",85,2024-02-20 +21.45469557,-157.740168,"African Silverbill (3) 2020-11-01, Black-necked Stilt (7) 2022-01-17, Bristle-thighed Curlew (2) 2021-12-11, Brown Booby (5) 2023-11-13, Brown Noddy (3) 2023-06-11, Bulwer's Petrel (1) 2023-06-11, Caspian Tern (1) 2022-01-29, Chestnut Munia (4) 2023-02-20, Common Gallinule (2) 2020-12-30, Common Myna (27) 2024-01-19, Common Waxbill (17) 2023-05-13, Gray Francolin (2) 2023-05-13, Gray-backed Tern (1) 2021-04-11, Great Frigatebird (20) 2023-10-17, House Finch (3) 2021-04-30, House Sparrow (4) 2023-02-20, Java Sparrow (15) 2024-01-19, Laysan Albatross (2) 2022-01-29, Feral Mallard (4) 2024-01-19, Masked Booby (3) 2023-02-18, Northern Cardinal (9) 2023-02-20, Pacific Golden-Plover (18) 2024-01-19, Pectoral Sandpiper (1) 2021-04-29, Red Avadavat (2) 2020-11-01, Red Junglefowl (3) 2021-12-13, Red-crested Cardinal (15) 2024-01-19, Red-footed Booby (2) 2023-06-11, Red-tailed Tropicbird (1) 2021-04-11, Red-vented Bulbul (12) 2024-01-19, Red-whiskered Bulbul (1) 2023-02-20, Rock Pigeon (8) 2023-05-13, Ruddy Turnstone (1) 2021-04-30, Saffron Finch (13) 2023-11-13, Sanderling (1) 2020-12-30, Scaly-breasted Munia (4) 2022-07-24, Sooty Tern (2) 2023-02-18, Spotted Dove (11) 2023-02-18, Wandering Tattler (2) 2024-01-19, Warbling White-eye (2) 2022-01-03, Wedge-tailed Shearwater (1) 2023-06-11, Western Cattle Egret (25) 2024-01-19, White-rumped Shama (1) 2019-01-01, Yellow-fronted Canary (1) 2022-01-03, Zebra Dove",20,2024-01-19 +21.65477643,-157.9317022,"Black-bellied Plover (13) 2021-02-21, Black-crowned Night Heron (14) 2022-08-31, Black-necked Stilt (19) 2024-01-19, Bristle-thighed Curlew (1) 2022-08-22, Brown Booby (1) 2023-03-09, Brown Noddy (1) 2022-08-22, Chestnut Munia (10) 2023-11-23, Common Gallinule (6) 2021-12-17, Common Myna (77) 2024-02-07, Common Waxbill (25) 2023-12-29, Glaucous-winged Gull (1) 2022-03-26, Great Frigatebird (1) 2023-11-23, House Finch (16) 2023-11-23, House Sparrow (10) 2022-10-31, Indian Peafowl (1) 2022-05-19, Java Sparrow (11) 2023-12-29, Laysan Albatross (1) 2023-03-09, Feral Mallard (38) 2024-01-15, Masked Booby (2) 2022-08-22, Muscovy Duck (1) 2021-12-17, Northern Cardinal (7) 2022-08-22, Pacific Golden-Plover (78) 2024-02-07, Red Junglefowl (10) 2023-08-18, Red-crested Cardinal (37) 2023-11-23, Red-footed Booby (2) 2022-08-22, Red-vented Bulbul (19) 2023-12-29, Red-whiskered Bulbul (3) 2022-10-31, Rock Pigeon (5) 2023-11-23, Ruddy Turnstone (37) 2024-02-07, Saffron Finch (8) 2023-12-29, Sanderling (7) 2023-11-23, Scaly-breasted Munia (3) 2023-11-23, Spotted Dove (63) 2024-01-11, Wandering Tattler (36) 2024-01-19, Warbling White-eye (14) 2024-01-19, Wedge-tailed Shearwater (2) 2023-03-09, Western Cattle Egret (55) 2024-01-19, White-rumped Shama (1) 2022-01-21, White-tailed Tropicbird (1) 2023-03-09, Yellow-fronted Canary (1) 2022-08-22, Zebra Dove",71,2024-01-19 +21.28369653,-157.8283789,"African Silverbill (1) 2021-12-28, Black-crowned Night Heron (27) 2024-02-22, Blue-crowned Parakeet (1) 2023-07-09, Brown Booby (13) 2022-10-17, Chestnut Munia (3) 2024-02-22, Common Myna (285) 2024-02-24, Common Waxbill (52) 2024-02-03, Great Frigatebird (22) 2023-06-23, House Finch (88) 2024-02-19, House Sparrow (234) 2024-02-24, Indian Peafowl (1) 2021-03-14, Java Sparrow (36) 2024-01-21, Feral Mallard (49) 2024-02-18, Mariana Swiftlet (1) 2021-07-20, Muscovy Duck (1) 2019-11-07, Northern Cardinal (5) 2022-11-19, Northern Mockingbird (2) 2023-04-04, Pacific Golden-Plover (141) 2024-02-22, Peregrine Falcon (23) 2022-02-27, Red Avadavat (1) 2023-08-30, Red Junglefowl (46) 2024-02-22, Red-billed Leiothrix (1) 2023-12-20, Red-crested Cardinal (143) 2024-02-18, Red-crowned Parrot (1) 2024-01-24, Red-masked Parakeet (1) 2020-01-01, Red-vented Bulbul (183) 2024-02-24, Red-whiskered Bulbul (20) 2023-12-20, Rock Pigeon (261) 2024-02-24, Rose-ringed Parakeet (83) 2024-02-14, Ruddy Turnstone (1) 2021-11-26, Saffron Finch (9) 2024-02-18, Sanderling (1) 2022-01-12, Scaly-breasted Munia (2) 2023-07-07, Sooty Tern (1) 2022-02-13, Spotted Dove (187) 2024-02-24, Wandering Tattler (4) 2024-02-16, Warbling White-eye (61) 2024-02-14, Wedge-tailed Shearwater (5) 2022-10-17, Western Cattle Egret (124) 2024-02-22, White Tern (324) 2024-02-24, White-rumped Shama (8) 2023-12-20, White-tailed Tropicbird (2) 2019-04-29, Yellow-fronted Canary (27) 2024-02-03, Zebra Dove",249,2024-02-24 +21.59256857,-158.1060309,"African Silverbill (1) 2024-02-03, Black-crowned Night Heron (9) 2024-02-03, Black-necked Stilt (1) 2022-04-02, Brown Booby (15) 2024-02-24, Brown Noddy (1) 2022-09-21, Chestnut Munia (14) 2022-07-27, Common Gallinule (4) 2024-02-03, Common Myna (143) 2024-02-24, Common Waxbill (61) 2024-02-16, Greater Scaup (23) 2021-03-07, Hawaiian Coot (5) 2021-02-10, House Finch (42) 2023-12-15, House Sparrow (57) 2024-02-16, Indian Peafowl (30) 2023-09-07, Java Sparrow (27) 2023-11-05, Laysan Albatross (2) 2023-06-23, Lesser Scaup (11) 2021-02-24, Feral Mallard (30) 2023-12-15, Masked Booby (2) 2020-02-03, Northern Cardinal (5) 2022-12-03, Northern Mockingbird (2) 2020-02-22, Northern Shoveler (1) 2022-02-21, Pacific Golden-Plover (76) 2024-02-26, Red Junglefowl (68) 2024-02-24, Red-crested Cardinal (81) 2024-02-19, Red-vented Bulbul (67) 2024-02-24, Red-whiskered Bulbul (15) 2023-12-15, Ring-necked Duck (1) 2020-11-07, Ring-necked Pheasant (1) 2019-12-11, Rock Pigeon (67) 2024-02-19, Rose-ringed Parakeet (3) 2023-08-13, Ruddy Turnstone (6) 2023-08-13, Saffron Finch (100) 2024-02-26, Scaly-breasted Munia (12) 2022-05-13, Spotted Dove (80) 2024-02-24, Wandering Tattler (7) 2023-11-05, Warbling White-eye (39) 2024-02-26, Wedge-tailed Shearwater (7) 2023-06-23, Western Cattle Egret (74) 2024-02-19, White Tern (3) 2023-09-17, White-rumped Shama (7) 2023-12-30, White-tailed Tropicbird (2) 2022-05-13, Yellow-fronted Canary (2) 2021-07-22, Zebra Dove",123,2024-02-24 +21.32047493,-157.9244992,"African Silverbill (16) 2021-11-14, Black-crowned Night Heron (31) 2024-02-25, Black-necked Stilt (1) 2022-10-21, Bristle-thighed Curlew (4) 2020-03-09, Brown Booby (3) 2023-04-08, Chestnut Munia (7) 2024-01-15, Common Myna (465) 2024-02-25, Common Waxbill (90) 2024-02-25, Eurasian Skylark (15) 2024-02-05, Gray Francolin (1) 2024-01-15, Great Frigatebird (1) 2023-07-13, Hawaiian Coot (1) 2019-04-12, Helmeted Guineafowl (1) 2021-09-12, House Finch (123) 2024-02-25, House Sparrow (477) 2024-02-25, Japanese Bush Warbler (1) 2022-06-24, Java Sparrow (15) 2024-01-15, Feral Mallard (66) 2024-02-22, Mourning Dove (1) 2022-11-16, Northern Cardinal (4) 2023-07-11, Northern Mockingbird (6) 2023-10-12, Pacific Golden-Plover (138) 2024-02-21, Red Junglefowl (25) 2024-02-23, Red-billed Leiothrix (2) 2021-10-28, Red-crested Cardinal (141) 2024-02-21, Red-tailed Tropicbird (1) 2023-03-29, Red-vented Bulbul (307) 2024-02-25, Red-whiskered Bulbul (44) 2024-02-19, Rock Pigeon (68) 2024-02-24, Rose-ringed Parakeet (11) 2024-01-15, Ruddy Turnstone (3) 2022-10-21, Saffron Finch (18) 2024-01-15, Sanderling (1) 2023-01-06, Scaly-breasted Munia (4) 2024-01-15, Spotted Dove (554) 2024-02-25, Warbling White-eye (128) 2024-02-25, Western Cattle Egret (152) 2024-02-24, White Tern (32) 2024-02-24, White-rumped Shama (12) 2024-01-15, Yellow-fronted Canary (9) 2024-01-15, Zebra Dove",440,2024-02-24 +21.70030549,-157.9893654,"Black Noddy (1) 2022-11-25, Black-crowned Night Heron (13) 2024-02-11, Black-footed Albatross (3) 2024-02-23, Black-necked Stilt (24) 2024-02-08, Blue-crowned Parakeet (8) 2023-11-29, Bristle-thighed Curlew (4) 2023-01-17, Brown Booby (3) 2024-02-23, Cackling Goose (11) 2022-01-08, Chestnut Munia (8) 2023-11-29, Common Gallinule (23) 2024-02-23, Common Myna (43) 2024-02-23, Common Waxbill (34) 2024-02-11, Eurasian Skylark (1) 2022-11-25, Gray Francolin (9) 2024-02-23, Great Frigatebird (2) 2022-11-06, Hawaiian Coot (13) 2024-02-23, House Finch (14) 2024-02-25, House Sparrow (9) 2024-02-23, Indian Peafowl (4) 2023-05-17, Japanese Bush Warbler (2) 2023-01-17, Java Sparrow (21) 2024-02-23, Laysan Albatross (15) 2024-02-23, Lesser Scaup (1) 2020-01-13, Feral Mallard (7) 2024-02-23, Masked Booby (2) 2024-02-23, Muscovy Duck (5) 2023-03-28, Northern Cardinal (20) 2024-02-23, Northern Harrier (1) 2022-12-20, Pacific Golden-Plover (39) 2024-02-23, Red Junglefowl (13) 2024-02-23, Red-billed Leiothrix (6) 2024-02-08, Red-crested Cardinal (37) 2024-02-25, Red-footed Booby (1) 2020-05-02, Red-vented Bulbul (36) 2024-02-23, Red-whiskered Bulbul (15) 2024-02-23, Ruddy Turnstone (6) 2023-07-01, Saffron Finch (17) 2024-02-25, Sanderling (2) 2023-03-28, Scaly-breasted Munia (4) 2023-05-20, Short-eared Owl (1) 2019-11-02, Sooty Tern (1) 2024-02-06, Spotted Dove (27) 2024-02-11, Wandering Tattler (4) 2022-12-20, Warbling White-eye (14) 2024-02-06, Western Cattle Egret (43) 2024-02-23, White-rumped Shama (18) 2024-02-23, Zebra Dove",45,2024-02-23 +21.29286314,-157.847585,"African Silverbill (11) 2023-10-23, Black-bellied Plover (1) 2019-03-10, Black-crowned Night Heron (299) 2024-02-29, Brown Booby (42) 2024-02-29, Brown Noddy (1) 2022-05-13, Chestnut Munia (3) 2023-12-25, Common Myna (433) 2024-02-29, Common Waxbill (264) 2024-02-29, Gray Francolin (2) 2024-02-12, Great Frigatebird (23) 2024-02-09, Hawaiian Coot (1) 2023-04-26, House Finch (147) 2024-02-29, House Sparrow (344) 2024-02-29, Japanese Bush Warbler (1) 2019-06-20, Java Sparrow (254) 2024-02-29, Feral Mallard (125) 2024-02-24, Masked Booby (1) 2023-02-16, Muscovy Duck (6) 2022-11-16, Northern Cardinal (9) 2024-02-08, Northern Mockingbird (5) 2024-02-12, Pacific Golden-Plover (291) 2024-02-29, Peregrine Falcon (5) 2021-01-03, Red Junglefowl (58) 2024-02-26, Red-billed Leiothrix (2) 2023-04-26, Red-crested Cardinal (369) 2024-02-29, Red-vented Bulbul (255) 2024-02-29, Red-whiskered Bulbul (22) 2024-02-29, Rock Pigeon (402) 2024-02-29, Rose-ringed Parakeet (120) 2024-02-29, Ruddy Turnstone (111) 2024-02-29, Saffron Finch (128) 2024-02-29, Sanderling (2) 2020-04-12, Scaly-breasted Munia (68) 2023-12-03, Sooty Tern (4) 2023-06-04, Spotted Dove (391) 2024-02-29, Wandering Tattler (66) 2024-02-26, Warbling White-eye (106) 2024-02-29, Wedge-tailed Shearwater (5) 2023-11-18, Western Cattle Egret (343) 2024-02-29, White Tern (331) 2024-02-29, White-rumped Shama (8) 2024-02-25, Yellow-fronted Canary (217) 2024-02-29, Zebra Dove",443,2024-02-29 +21.33769208,-157.7990234,"African Silverbill (6) 2023-09-12, Apapane (4) 2019-09-23, Black-crowned Night Heron (1) 2023-03-06, Chestnut Munia (51) 2023-10-05, Common Myna (247) 2024-02-26, Common Waxbill (172) 2024-02-20, Erckel's Spurfowl (1) 2021-11-08, Hawaiian Coot (1) 2023-03-06, House Finch (63) 2024-02-26, House Sparrow (14) 2024-02-20, Indian Peafowl (1) 2023-03-22, Japanese Bush Warbler (3) 2023-10-22, Java Sparrow (24) 2023-10-05, Feral Mallard (6) 2022-05-24, Northern Cardinal (62) 2024-02-20, Oahu Amakihi (30) 2024-02-20, Pacific Golden-Plover (92) 2024-01-24, Red Avadavat (1) 2023-10-05, Red Junglefowl (149) 2024-02-26, Red-billed Leiothrix (202) 2024-02-26, Red-crested Cardinal (194) 2024-02-26, Red-crowned Parrot (4) 2024-01-02, Red-masked Parakeet (1) 2022-08-02, Red-vented Bulbul (253) 2024-02-20, Red-whiskered Bulbul (259) 2024-02-26, Rock Pigeon (13) 2024-02-20, Rose-ringed Parakeet (285) 2024-02-26, Ruddy Turnstone (1) 2022-12-20, Saffron Finch (5) 2023-11-26, Salmon-crested Cockatoo (66) 2023-11-17, Scaly-breasted Munia (10) 2023-09-06, Spotted Dove (168) 2024-02-20, Sulphur-crested Cockatoo (8) 2022-08-02, Wandering Tattler (2) 2021-04-18, Warbling White-eye (251) 2024-02-26, Western Cattle Egret (27) 2024-01-19, White Cockatoo (41) 2024-01-04, White Tern (9) 2023-08-14, White-rumped Shama (280) 2024-02-26, White-tailed Tropicbird (1) 2023-06-06, Yellow-faced Grassquit (4) 2023-06-06, Yellow-fronted Canary (26) 2024-01-24, Zebra Dove",202,2024-02-20 +21.51862843,-157.8361581,"Apapane (1) 2019-09-19, Black Noddy (3) 2023-03-29, Black-crowned Night Heron (23) 2024-02-13, Black-necked Stilt (94) 2024-01-20, Bristle-thighed Curlew (1) 2023-04-28, Brown Booby (3) 2022-11-21, Chestnut Munia (60) 2024-01-04, Common Gallinule (3) 2023-10-29, Common Myna (328) 2024-02-27, Common Waxbill (166) 2024-01-26, Gray Francolin (1) 2024-01-03, Great Frigatebird (12) 2024-02-27, Green-winged Teal (1) 2024-01-12, Hawaiian Coot (3) 2023-10-29, House Finch (85) 2024-02-13, House Sparrow (57) 2024-01-26, Indian Peafowl (1) 2021-03-20, Japanese Bush Warbler (1) 2022-01-19, Java Sparrow (18) 2024-02-13, Laysan Albatross (1) 2019-12-19, Feral Mallard (7) 2023-11-28, Northern Cardinal (50) 2024-02-27, Northern Mockingbird (1) 2019-07-29, Oahu Amakihi (1) 2022-12-26, Pacific Golden-Plover (261) 2024-02-27, Red Avadavat (5) 2024-01-04, Red Junglefowl (134) 2024-02-13, Red-billed Leiothrix (6) 2024-01-04, Red-crested Cardinal (333) 2024-02-27, Red-vented Bulbul (169) 2024-02-13, Red-whiskered Bulbul (48) 2024-01-04, Ring-necked Pheasant (1) 2024-01-04, Rock Pigeon (41) 2024-01-21, Rose-ringed Parakeet (1) 2024-01-04, Ruddy Turnstone (117) 2024-02-27, Saffron Finch (34) 2024-02-28, Sanderling (1) 2023-09-15, Scaly-breasted Munia (38) 2024-01-04, Spotted Dove (157) 2024-02-13, Wandering Tattler (69) 2024-01-26, Warbling White-eye (107) 2024-01-21, Wedge-tailed Shearwater (6) 2023-05-10, Western Cattle Egret (338) 2024-02-27, White Tern (4) 2023-09-04, White-rumped Shama (70) 2024-02-13, White-tailed Tropicbird (7) 2023-08-10, Yellow-fronted Canary (10) 2024-01-04, Zebra Dove",284,2024-02-27 +21.70036384,-157.9990316,"Black Noddy (1) 2020-03-19, Black-crowned Night Heron (16) 2024-01-03, Black-footed Albatross (3) 2024-02-25, Black-necked Stilt (16) 2024-01-03, Blue-crowned Parakeet (31) 2024-01-04, Bristle-thighed Curlew (2) 2024-02-25, Brown Booby (5) 2024-02-25, Chestnut Munia (22) 2023-06-21, Common Gallinule (17) 2024-01-03, Common Myna (106) 2024-02-25, Common Waxbill (56) 2024-02-25, Glaucous-winged Gull (1) 2024-01-31, Gray Francolin (14) 2024-02-25, Great Frigatebird (7) 2023-10-31, Hawaiian Coot (17) 2023-08-07, House Finch (29) 2024-02-25, House Sparrow (16) 2023-09-25, Indian Peafowl (11) 2023-02-08, Java Sparrow (11) 2024-02-15, Laughing Gull (1) 2024-01-31, Laysan Albatross (25) 2024-02-25, Feral Mallard (11) 2024-02-25, Northern Cardinal (26) 2024-02-25, Northern Shoveler (2) 2022-01-09, Pacific Golden-Plover (72) 2024-02-25, Red Junglefowl (22) 2024-01-04, Red-billed Leiothrix (2) 2021-06-27, Red-crested Cardinal (79) 2024-02-25, Red-crowned Parrot (1) 2022-12-28, Red-footed Booby (4) 2024-02-25, Red-vented Bulbul (86) 2024-02-25, Red-whiskered Bulbul (29) 2024-01-31, Ring-necked Pheasant (1) 2023-02-10, Rose-ringed Parakeet (1) 2023-10-31, Ruddy Turnstone (12) 2024-02-25, Saffron Finch (31) 2024-02-15, Sanderling (4) 2024-02-15, Scaly-breasted Munia (3) 2022-12-28, Sooty Tern (1) 2020-03-19, Spotted Dove (53) 2024-02-25, Wandering Tattler (7) 2024-02-25, Warbling White-eye (26) 2024-02-25, Western Cattle Egret (90) 2024-02-25, White Tern (1) 2019-09-24, White-rumped Shama (36) 2024-02-25, Zebra Dove",80,2024-02-25 +21.36623391,-158.0206105,"African Silverbill (21) 2024-02-04, Black-crowned Night Heron (60) 2024-02-19, Black-necked Stilt (41) 2024-02-19, Cackling Goose (1) 2023-01-25, Chestnut Munia (25) 2024-02-19, Common Gallinule (47) 2024-02-19, Common Myna (104) 2024-02-19, Common Waxbill (87) 2024-02-20, Gray Francolin (3) 2024-02-19,, Great Frigatebird (1) 2022-10-08, Hawaiian Coot (40) 2024-02-19, House Finch (65) 2024-02-19, House Sparrow (35) 2024-02-19, Japanese Bush Warbler (1) 2022-06-26, Java Sparrow (34) 2024-02-19, Feral Mallard (34) 2024-02-19, Mourning Dove (1) 2020-02-23, Northern Cardinal (83) 2024-02-19, Northern Pintail (3) 2023-12-28, Northern Shoveler (1) 2024-02-19, Pacific Golden-Plover (89) 2024-02-19, Pectoral Sandpiper (1) 2021-09-23, Red Avadavat (3) 2023-01-17, Red Junglefowl (11) 2023-11-27, Red-billed Leiothrix (2) 2023-11-27, Red-crested Cardinal (99) 2024-02-19, Red-crowned Parrot (2) 2024-02-19, Red-vented Bulbul (105) 2024-02-19, Red-whiskered Bulbul (40) 2024-02-19, Ring-necked Duck (1) 2023-11-27, Rock Pigeon (6) 2024-02-04, Rose-ringed Parakeet (68) 2024-02-19, Ruddy Turnstone (23) 2023-12-28, Saffron Finch (72) 2024-02-20, Scaly-breasted Munia (7) 2023-09-29, Spotted Dove (106) 2024-02-19, Wandering Tattler (35) 2024-02-19, Warbling White-eye (79) 2024-02-19, Western Cattle Egret (102) 2024-02-19, White Tern (1) 2022-04-17, White-faced Ibis (2) 2024-02-19, White-rumped Shama (78) 2024-02-19, Yellow-fronted Canary (10) 2023-11-27, Zebra Dove",108,2024-02-19 +21.37340033,-157.7408653,"American Wigeon (5) 2023-11-08, Black-crowned Night Heron (627) 2024-02-29, Black-necked Stilt (660) 2024-02-27, Blue-winged Teal (5) 2021-09-13, Canvasback (66) 2024-02-24, Chestnut Munia (200) 2024-01-27, Chinese Hwamei (2) 2020-06-03, Common Gallinule (808) 2024-02-29, Common Myna (688) 2024-02-29, Common Waxbill (315) 2024-02-19, Domestic Glaucous-winged Gull (30) 2023-03-03, Gray Francolin (1) 2019-11-09, Great Frigatebird (14) 2023-08-01, Greater Scaup (16) 2024-02-18, Green-winged Teal (1) 2022-12-20, Hawaiian Coot (930) 2024-02-29, House Finch (304) 2024-02-22, House Sparrow (52) 2024-02-19, Java Sparrow (326) 2024-02-27, Lesser Scaup (94) 2024-02-27, Feral Mallard (598) 2024-02-27, Northern Cardinal (134) 2024-01-27, Northern Pintail (17) 2022-12-20, Northern Shoveler (132) 2024-02-27, Pacific Golden-Plover (427) 2024-02-27, Red Avadavat (4) 2023-12-10, Red Junglefowl (41) 2024-02-19, Red-billed Leiothrix (6) 2021-12-22, Red-crested Cardinal (464) 2024-02-27, Red-vented Bulbul (682) 2024-02-29, Red-whiskered Bulbul (325) 2024-02-27, Ring-necked Duck (11) 2024-01-01, Rock Pigeon (322) 2024-02-19, Rose-ringed Parakeet (20) 2024-02-22, Saffron Finch (11) 2024-02-11, Scaly-breasted Munia (84) 2024-02-25, Short-eared Owl (1) 2021-12-17, Spotted Dove (646) 2024-02-27, Wandering Tattler (26) 2024-01-07, Warbling White-eye (410) 2024-02-22, Western Cattle Egret (696) 2024-02-29, White Tern (3) 2023-06-11, White-rumped Shama (41) 2024-02-29, Zebra Dove",617,2024-02-29 +21.28292455,-157.7223612,"African Silverbill (1) 2022-03-26, Black-crowned Night Heron (75) 2024-02-21, Black-necked Stilt (421) 2024-02-27, Brown Booby (6) 2022-02-18, Chestnut Munia (2) 2022-02-25, Common Gallinule (120) 2023-12-02, Common Myna (435) 2024-02-25, Common Waxbill (117) 2024-01-21, Glaucous-winged Gull (2) 2021-02-07, Great Egret (2) 2021-01-26, Great Frigatebird (10) 2023-09-24, Hawaiian Coot (4) 2022-09-10, House Finch (161) 2024-01-18, House Sparrow (138) 2024-02-11, Java Sparrow (95) 2024-02-25, Feral Mallard (591) 2024-02-27, Masked Booby (5) 2020-02-23, Muscovy Duck (20) 2024-01-29, Northern Cardinal (63) 2024-02-11, Northern Pintail (3) 2020-02-07, Pacific Golden-Plover (489) 2024-02-24, Peregrine Falcon (1) 2021-01-31, Red Junglefowl (16) 2024-01-18, Red-billed Leiothrix (1) 2022-03-06, Red-billed Tropicbird (1) 2022-03-06, Red-crested Cardinal (372) 2024-02-25, Red-footed Booby (5) 2020-02-23, Red-masked Parakeet (1) 2019-02-01, Red-tailed Tropicbird (2) 2022-03-06, Red-vented Bulbul (333) 2024-02-25, Red-whiskered Bulbul (37) 2023-09-29, Rock Pigeon (98) 2023-12-27, Rose-ringed Parakeet (64) 2024-02-25, Ruddy Turnstone (367) 2024-02-24, Saffron Finch (1) 2022-03-06, Scaly-breasted Munia (7) 2023-03-07, Semipalmated Plover (10) 2023-11-28, Sooty Tern (8) 2022-03-06, Spotted Dove (373) 2024-02-25, Wandering Tattler (303) 2024-02-25, Warbling White-eye (175) 2024-01-18, Western Cattle Egret (472) 2024-02-25, White Tern (120) 2024-02-25, White-rumped Shama (8) 2022-03-06, White-tailed Tropicbird (1) 2021-06-18, Yellow-fronted Canary (2) 2023-05-23, Zebra Dove",469,2024-02-25 +21.38292683,-157.8082994,"African Silverbill (3) 2023-10-17, Black Noddy (1) 2023-12-23, Black Swan (1) 2024-02-04, Black-crowned Night Heron (4) 2023-08-28, Chestnut Munia (156) 2024-02-27, Common Gallinule (3) 2023-06-23, Common Myna (236) 2024-02-27, Common Waxbill (195) 2024-02-27, Eurasian Wigeon (1) 2022-02-03, Gray Francolin (1) 2021-01-11, Great Frigatebird (1) 2021-07-26, Hawaiian Coot (122) 2023-11-28, House Finch (47) 2024-02-26, House Sparrow (22) 2024-02-26, Indian Peafowl (1) 2019-03-16, Japanese Bush Warbler (2) 2023-02-12, Java Sparrow (18) 2024-02-27, Laysan Albatross (1) 2022-02-03, Feral Mallard (95) 2024-02-26, Northern Cardinal (76) 2024-02-26, Northern Mockingbird (2) 2024-02-15, Oahu Amakihi (3) 2023-02-16, Orange-cheeked Waxbill (1) 2019-07-09, Pacific Golden-Plover (72) 2024-02-27, Red Junglefowl (41) 2024-02-26, Red-billed Leiothrix (119) 2024-02-24, Red-crested Cardinal (232) 2024-02-27, Red-vented Bulbul (216) 2024-02-27, Red-whiskered Bulbul (237) 2024-02-27, Rock Pigeon (29) 2024-02-27, Rose-ringed Parakeet (6) 2024-02-04, Saffron Finch (3) 2024-02-27, Sanderling (1) 2022-03-23, Scaly-breasted Munia (17) 2024-02-26, Short-eared Owl (1) 2022-12-26, Spotted Dove (212) 2024-02-26, Warbling White-eye (168) 2024-02-25, Western Cattle Egret (122) 2024-02-27, White Tern (1) 2023-11-07, White-rumped Shama (213) 2024-02-26, Yellow-fronted Canary (3) 2022-12-16, Zebra Dove",262,2024-02-27 +21.43663113,-157.7403234,"American Wigeon (5) 2020-02-23, Black Noddy (9) 2023-03-31, Black-crowned Night Heron (51) 2024-02-16, Black-necked Stilt (70) 2024-02-20, Brant (10) 2024-02-20, Bristle-thighed Curlew (9) 2024-02-14, Brown Noddy (2) 2023-05-12, Cackling Goose (1) 2020-04-20, Caspian Tern (5) 2024-02-14, Chestnut Munia (2) 2019-03-02, Common Gallinule (19) 2024-02-13, Common Myna (34) 2024-01-29, Common Waxbill (26) 2024-02-13, Eurasian Wigeon (6) 2024-02-16, Gray Francolin (30) 2024-02-16, Great Frigatebird (10) 2024-01-17, Hawaiian Coot (52) 2024-02-20, House Finch (14) 2023-08-10, House Sparrow (4) 2022-07-17, Japanese Bush Warbler (1) 2020-02-23, Java Sparrow (11) 2024-01-17, Laughing Gull (11) 2024-02-20, Feral Mallard (43) 2024-01-17, Northern Cardinal (38) 2024-02-16, Northern Pintail (7) 2020-01-18, Northern Shoveler (23) 2024-02-16, Osprey (3) 2021-10-17, Pacific Golden-Plover (52) 2024-02-16, Red Avadavat (1) 2021-03-31, Red Junglefowl (1) 2022-12-26, Red-crested Cardinal (11) 2024-02-13, Red-footed Booby (6) 2023-10-24, Red-vented Bulbul (33) 2024-02-16, Red-whiskered Bulbul (9) 2024-02-13, Rock Pigeon (8) 2023-08-16, Ruddy Turnstone (31) 2024-02-16, Saffron Finch (1) 2021-11-07, Sanderling (10) 2024-01-17, Scaly-breasted Munia (4) 2023-04-13, Short-eared Owl (3) 2024-01-17, Spotted Dove (24) 2024-02-13, Wandering Tattler (32) 2024-02-16, Warbling White-eye (18) 2024-02-13, Wedge-tailed Shearwater (3) 2022-05-03, Western Cattle Egret (48) 2024-02-13, White-rumped Shama (19) 2023-10-26, Yellow-fronted Canary (1) 2022-12-26, Zebra Dove",29,2024-02-13 +21.28262726,-157.6838112,"African Silverbill (1) 2023-03-04, Black Noddy (1) 2020-02-22, Black-crowned Night Heron (1) 2022-01-30, Black-necked Stilt (1) 2019-06-20, Brown Booby (10) 2024-02-12, Chestnut Munia (4) 2024-02-23, Chinese Hwamei (15) 2021-10-23, Common Gallinule (1) 2022-04-16, Common Myna (93) 2024-02-22, Common Waxbill (40) 2024-02-27, Gray Francolin (12) 2024-02-23, Great Frigatebird (6) 2024-02-19, Hawaiian Coot (1) 2022-04-16, House Finch (63) 2024-02-27, House Sparrow (11) 2023-09-05, Inca Tern (4) 2022-01-08, Japanese Bush Warbler (3) 2023-03-04, Java Sparrow (14) 2024-02-19, Laughing Gull (1) 2023-02-26, Laysan Albatross (1) 2022-01-30, Feral Mallard (3) 2022-04-16, Masked Booby (1) 2023-02-26, Northern Cardinal (87) 2024-02-27, Northern Mockingbird (3) 2024-02-22, Pacific Golden-Plover (86) 2024-02-27, Red Junglefowl (8) 2023-12-27, Red-billed Leiothrix (31) 2024-02-22, Red-billed Tropicbird (15) 2024-02-12, Red-crested Cardinal (103) 2024-02-27, Red-footed Booby (8) 2024-02-08, Red-tailed Tropicbird (36) 2024-02-22, Red-vented Bulbul (99) 2024-02-27, Red-whiskered Bulbul (32) 2024-02-22, Rock Pigeon (37) 2024-02-27, Rose-ringed Parakeet (2) 2023-09-05, Ruddy Turnstone (3) 2021-07-17, Saffron Finch (3) 2024-02-19, Scaly-breasted Munia (9) 2024-02-27, Sooty Tern (12) 2024-02-08, Spotted Dove (112) 2024-02-27, Wandering Tattler (6) 2021-07-17, Warbling White-eye (83) 2024-02-22, Wedge-tailed Shearwater (2) 2023-04-28, Western Cattle Egret (38) 2024-02-19, White Tern (17) 2023-07-23, White-rumped Shama (104) 2024-02-27, White-tailed Tropicbird (1) 2023-05-12, Yellow-fronted Canary (10) 2023-09-05, Zebra Dove",117,2024-02-27 +21.40165242,-157.9046131,"African Silverbill (1) 2019-01-15, Apapane (152) 2024-02-24, Chestnut Munia (152) 2024-01-09, Chinese Hwamei (6) 2023-11-18, Common Myna (332) 2024-02-25, Common Waxbill (482) 2024-02-28, Gray Francolin (4) 2024-02-23, Great Frigatebird (1) 2021-08-13, Hawaiian Coot (1) 2021-08-13, Helmeted Guineafowl (7) 2021-07-13, House Finch (539) 2024-02-29, House Sparrow (27) 2023-12-17, Indian Peafowl (2) 2023-10-14, Japanese Bush Warbler (58) 2024-02-23, Java Sparrow (30) 2024-02-26, Feral Mallard (2) 2023-12-15, Mariana Swiftlet (20) 2023-10-06, Muscovy Duck (1) 2021-08-13, Northern Cardinal (384) 2024-02-29, Northern Mockingbird (6) 2023-07-08, Oahu Amakihi (687) 2024-02-29, Oahu Elepaio (341) 2024-02-29, Orange-cheeked Waxbill (1) 2023-07-01, Pacific Golden-Plover (247) 2024-02-25, Red Avadavat (5) 2023-11-09, Red Junglefowl (469) 2024-02-28, Red-billed Leiothrix (730) 2024-02-29, Red-crested Cardinal (563) 2024-02-29, Red-crowned Parrot (231) 2024-02-26, Red-masked Parakeet (4) 2023-11-09, Red-tailed Tropicbird (1) 2023-03-27, Red-vented Bulbul (687) 2024-02-29, Red-whiskered Bulbul (525) 2024-02-29, Ring-necked Pheasant (1) 2023-03-29, Rock Pigeon (18) 2023-12-28, Rose-ringed Parakeet (35) 2024-02-25, Saffron Finch (20) 2024-02-18, Scaly-breasted Munia (74) 2023-12-28, Spotted Dove (432) 2024-02-29, Wandering Tattler (1) 2022-12-04, Warbling White-eye (741) 2024-02-29, Western Cattle Egret (34) 2024-02-25, White Tern (1) 2021-08-13, White-rumped Shama (620) 2024-02-29, White-tailed Tropicbird (6) 2023-08-09, Yellow-fronted Canary (165) 2024-01-29, Zebra Dove",590,2024-02-28 +21.40967644,-157.7598481,"African Silverbill (6) 2023-06-09, Barn Owl (2) 2024-01-17, Black-crowned Night Heron (152) 2024-02-28, Black-necked Stilt (91) 2023-10-25, Chestnut Munia (124) 2024-02-28, Common Gallinule (247) 2024-02-28, Common Myna (258) 2024-02-20, Common Waxbill (225) 2024-02-28, Eurasian Wigeon (1) 2021-12-13, Gray Francolin (2) 2024-02-19, Great Frigatebird (11) 2023-08-18, Hawaiian Coot (146) 2024-02-19, House Finch (82) 2024-02-28, House Sparrow (63) 2024-02-28, Indian Peafowl (1) 2021-03-21, Japanese Bush Warbler (39) 2024-01-27, Java Sparrow (164) 2024-02-28, Feral Mallard (281) 2024-02-28, Muscovy Duck (197) 2024-02-19, Northern Cardinal (189) 2024-02-28, Northern Harrier (1) 2022-11-22, Northern Mockingbird (3) 2024-02-20, Northern Pintail (2) 2021-12-13, Northern Shoveler (1) 2022-01-14, Orange-cheeked Waxbill (2) 2019-09-28, Pacific Golden-Plover (194) 2024-02-28, Red Avadavat (60) 2024-02-28, Red Junglefowl (133) 2024-02-28, Red-billed Leiothrix (14) 2024-02-18, Red-crested Cardinal (277) 2024-02-28, Red-vented Bulbul (254) 2024-02-28, Red-whiskered Bulbul (131) 2024-02-28, Ring-necked Duck (2) 2023-12-07, Rock Pigeon (238) 2024-02-28, Rose-ringed Parakeet (2) 2022-07-02, Ruddy Turnstone (3) 2023-10-24, Saffron Finch (9) 2024-01-17, Sanderling (1) 2023-02-20, Scaly-breasted Munia (103) 2024-02-20, Spotted Dove (207) 2024-02-28, Wandering Tattler (8) 2023-03-25, Warbling White-eye (120) 2024-02-28, Western Cattle Egret (257) 2024-02-28, White Tern (4) 2023-10-25, White-rumped Shama (71) 2024-02-20, White-tailed Tropicbird (3) 2024-02-20, Yellow-fronted Canary (1) 2022-11-22, Zebra Dove",272,2024-02-28 +21.44566364,-157.7402457,"Black Noddy (4) 2023-11-01, Black-crowned Night Heron (5) 2024-02-20, Black-necked Stilt (18) 2024-02-20, Brant (1) 2024-02-20, Bristle-thighed Curlew (1) 2021-04-13, Brown Booby (8) 2024-01-25, Brown Noddy (2) 2023-11-01, Chestnut Munia (3) 2021-05-23, Common Gallinule (3) 2023-11-27, Common Myna (44) 2024-01-25, Common Tern (1) 2019-10-23, Common Waxbill (27) 2024-02-20, Gray Francolin (13) 2024-01-24, Great Frigatebird (17) 2024-01-24, Hawaiian Coot (5) 2024-02-20, House Finch (10) 2023-11-27, House Sparrow (6) 2024-02-20, Indian Peafowl (1) 2019-02-24, Java Sparrow (13) 2024-02-20, Laughing Gull (1) 2024-02-20, Feral Mallard (7) 2024-01-25, Masked Booby (4) 2023-11-01, Muscovy Duck (1) 2021-04-07, Northern Cardinal (14) 2024-02-20, Northern Shoveler (2) 2023-11-27, Orange-cheeked Waxbill (1) 2020-02-23, Pacific Golden-Plover (31) 2024-02-20, Peregrine Falcon (2) 2021-01-03, Red Avadavat (10) 2023-01-01, Red-crested Cardinal (23) 2024-02-20, Red-footed Booby (7) 2024-02-20, Red-vented Bulbul (23) 2024-02-20, Red-whiskered Bulbul (9) 2023-11-27, Rock Pigeon (12) 2024-01-24, Rose-ringed Parakeet (1) 2020-12-25, Ruddy Turnstone (7) 2024-01-25, Saffron Finch (11) 2023-01-01, Sanderling (3) 2023-11-27, Scaly-breasted Munia (9) 2023-01-01, Short-eared Owl (1) 2020-03-22, Sooty Tern (3) 2023-11-01, Spotted Dove (10) 2024-01-24, Wandering Tattler (5) 2024-02-20, Warbling White-eye (11) 2023-11-27, Wedge-tailed Shearwater (2) 2024-01-25, Western Cattle Egret (34) 2024-01-24, White-rumped Shama (2) 2024-02-20, Zebra Dove",28,2024-01-25 +21.57517709,-158.2413503,"African Silverbill (22) 2023-07-23, Black Francolin (6) 2020-11-21, Black-crowned Night Heron (5) 2019-07-14, Black-footed Albatross (6) 2022-03-06, Black-necked Stilt (3) 2022-04-03, Brown Booby (32) 2023-12-24, Brown Noddy (4) 2023-10-05, Chestnut Munia (3) 2021-06-30, Common Myna (198) 2024-02-28, Common Waxbill (131) 2024-02-23, Erckel's Spurfowl (80) 2024-02-28, Glaucous-winged Gull (8) 2021-12-12, Gray Francolin (77) 2023-12-15, Great Frigatebird (9) 2023-06-03, House Finch (69) 2024-02-23, House Sparrow (4) 2021-12-05, Indian Peafowl (3) 2022-04-03, Java Sparrow (5) 2022-12-04, Laysan Albatross (117) 2024-02-28, Feral Mallard (1) 2021-12-05, Masked Booby (2) 2019-03-10, Mourning Dove (1) 2019-07-08, Northern Cardinal (82) 2024-02-23, Northern Mockingbird (7) 2020-01-29, Northern Pintail (2) 2023-10-05, Pacific Golden-Plover (125) 2024-02-23, Red Avadavat (3) 2023-11-20, Red Junglefowl (7) 2022-04-03, Red-billed Leiothrix (4) 2024-02-22, Red-crested Cardinal (157) 2024-02-28, Red-footed Booby (15) 2023-12-24, Red-tailed Tropicbird (4) 2023-05-28, Red-vented Bulbul (193) 2024-02-28, Red-whiskered Bulbul (56) 2024-02-11, Ring-necked Pheasant (3) 2024-02-09, Rock Pigeon (14) 2023-06-02, Ruddy Turnstone (1) 2021-11-30, Saffron Finch (20) 2024-02-09, Scaly-breasted Munia (12) 2023-12-15, Snow Goose (10) 2020-03-08, Spotted Dove (148) 2024-02-28, Wandering Tattler (65) 2023-10-07, Warbling White-eye (108) 2023-12-24, Wedge-tailed Shearwater (22) 2023-12-15, Western Cattle Egret (8) 2022-04-03, White-rumped Shama (20) 2024-02-23, White-tailed Tropicbird (5) 2022-11-08, Yellow-fronted Canary (4) 2023-12-08, Zebra Dove",181,2024-02-28 +21.64561579,-157.912444,"Black Francolin (1) 2019-07-14, Black Noddy (14) 2022-12-03, Black-crowned Night Heron (3) 2023-01-24, Black-footed Albatross (1) 2023-12-29, Black-necked Stilt (4) 2022-06-19, Bristle-thighed Curlew (2) 2021-05-26, Brown Booby (102) 2024-02-28, Brown Noddy (73) 2024-02-28, Chestnut Munia (5) 2023-11-24, Common Myna (112) 2024-02-28, Common Waxbill (15) 2024-02-23, Glaucous-winged Gull (3) 2020-11-22, Great Frigatebird (13) 2023-11-03, Hawaiian Coot (3) 2022-06-19, House Finch (7) 2024-02-23, House Sparrow (44) 2024-02-23, Indian Peafowl (2) 2019-11-05, Java Sparrow (7) 2023-11-24, Laysan Albatross (26) 2024-02-26, Feral Mallard (5) 2023-12-25, Masked Booby (50) 2024-02-26, Muscovy Duck (1) 2019-07-14, Northern Cardinal (3) 2024-01-27, Pacific Golden-Plover (84) 2024-02-28, Red Junglefowl (17) 2024-02-27, Red-crested Cardinal (33) 2024-02-28, Red-footed Booby (97) 2024-02-28, Red-vented Bulbul (42) 2024-02-23, Red-whiskered Bulbul (24) 2024-02-23, Rock Pigeon (7) 2023-01-24, Rose-ringed Parakeet (1) 2021-04-10, Ruddy Turnstone (22) 2023-03-12, Saffron Finch (13) 2023-10-14, Sanderling (2) 2023-06-15, Scaly-breasted Munia (1) 2023-11-24, Sooty Tern (38) 2024-01-14, Spotted Dove (43) 2024-02-27, Wandering Tattler (25) 2024-02-28, Warbling White-eye (9) 2024-01-27, Wedge-tailed Shearwater (53) 2023-11-22, Western Cattle Egret (15) 2024-01-03, White Tern (1) 2021-04-10, White-rumped Shama (4) 2023-11-03, White-tailed Tropicbird (4) 2021-04-10, Yellow-fronted Canary (2) 2021-04-10, Zebra Dove",56,2024-02-27 +21.70927717,-157.9796354,"Black Noddy (1) 2022-02-23, Black-crowned Night Heron (9) 2023-08-20, Black-footed Albatross (2) 2024-02-10, Black-necked Stilt (10) 2023-04-11, Bristle-thighed Curlew (7) 2023-04-11, Brown Booby (7) 2024-02-10, Brown Noddy (3) 2023-06-22, Cackling Goose (4) 2021-02-25, Chestnut Munia (2) 2023-03-12, Chinese Hwamei (1) 2019-03-06, Common Gallinule (15) 2023-04-11, Common Myna (25) 2024-02-19, Common Waxbill (22) 2024-02-19, Erckel's Spurfowl (1) 2021-12-25, Gray Francolin (6) 2024-02-19, Great Frigatebird (3) 2023-06-22, Hawaiian Coot (5) 2023-04-11, House Finch (17) 2024-02-19, House Sparrow (1) 2023-04-11, Indian Peafowl (2) 2022-01-07, Japanese Bush Warbler (1) 2020-12-23, Java Sparrow (4) 2024-02-19, Laysan Albatross (30) 2024-02-19, Feral Mallard (6) 2024-02-19, Masked Booby (6) 2024-02-06, Muscovy Duck (5) 2023-04-11, Northern Cardinal (18) 2024-02-19, Pacific Golden-Plover (27) 2024-02-19, Red Junglefowl (5) 2023-04-11, Red-billed Leiothrix (17) 2024-02-19, Red-crested Cardinal (29) 2024-02-19, Red-footed Booby (5) 2023-06-22, Red-vented Bulbul (22) 2024-02-19, Red-whiskered Bulbul (15) 2024-02-19, Rock Pigeon (2) 2023-04-11, Ruddy Turnstone (6) 2024-02-06, Saffron Finch (10) 2024-02-19, Sanderling (8) 2024-02-19, Scaly-breasted Munia (1) 2022-11-22, Sooty Tern (3) 2024-02-06, Spotted Dove (23) 2024-02-19, Wandering Tattler (11) 2023-06-22, Warbling White-eye (20) 2024-02-19, Wedge-tailed Shearwater (5) 2023-06-22, Western Cattle Egret (23) 2024-02-19, White-rumped Shama (20) 2024-02-19, White-tailed Tropicbird (1) 2022-04-17, Yellow-fronted Canary (1) 2019-06-05, Zebra Dove",25,2024-02-19 +21.2654946,-157.809248,"African Silverbill (26) 2024-01-02, Barn Owl (3) 2022-08-15, Black-crowned Night Heron (6) 2022-05-15, Brown Booby (2) 2024-01-02, Brown Noddy (1) 2019-09-07, Chestnut Munia (41) 2024-02-21, Common Myna (337) 2024-02-27, Common Waxbill (296) 2024-02-28, Erckel's Spurfowl (1) 2019-11-05, Eurasian Skylark (1) 2019-04-16, Gray Francolin (32) 2024-02-28, Great Frigatebird (18) 2024-01-21, Hawaiian Coot (1) 2022-11-03, Helmeted Guineafowl (1) 2019-04-16, House Finch (107) 2024-02-28, House Sparrow (269) 2024-02-27, Indian Peafowl (1) 2019-05-11, Japanese Bush Warbler (3) 2023-04-25, Java Sparrow (171) 2024-02-28, Feral Mallard (10) 2023-08-07, Masked Booby (1) 2019-09-07, Northern Cardinal (39) 2024-02-22, Northern Mockingbird (9) 2024-01-21, Pacific Golden-Plover (186) 2024-02-28, Peregrine Falcon (1) 2023-02-24, Red Avadavat (2) 2019-10-13, Red Junglefowl (62) 2024-02-27, Red-billed Leiothrix (7) 2023-02-20, Red-crested Cardinal (352) 2024-02-28, Red-footed Booby (1) 2019-09-07, Red-masked Parakeet (7) 2023-05-15, Red-tailed Tropicbird (6) 2022-08-18, Red-vented Bulbul (363) 2024-02-28, Red-whiskered Bulbul (33) 2024-02-02, Rock Pigeon (100) 2024-02-28, Rose-ringed Parakeet (73) 2024-02-27, Saffron Finch (42) 2024-02-14, Scaly-breasted Munia (52) 2024-02-16, Short-eared Owl (1) 2023-03-09, Sooty Shearwater (1) 2023-04-10, Sooty Tern (2) 2023-12-18, Spotted Dove (312) 2024-02-28, Wandering Tattler (1) 2022-08-18, Warbling White-eye (199) 2024-02-27, Wedge-tailed Shearwater (2) 2019-09-07, Western Cattle Egret (111) 2024-02-26, White Tern (163) 2024-02-21, White-rumped Shama (94) 2024-02-21, White-tailed Tropicbird (2) 2021-08-14, Yellow-fronted Canary (116) 2024-02-27, Zebra Dove",375,2024-02-28 +21.2735944,-157.6838913,"African Silverbill (9) 2022-08-07, Arctic Tern (1) 2019-05-29, Band-rumped Storm-Petrel (1) 2020-03-20, Black Noddy (23) 2023-02-16, Black-footed Albatross (7) 2023-03-03, Bristle-thighed Curlew (2) 2019-09-11, Brown Booby (391) 2024-02-27, Brown Noddy (64) 2023-08-08, Common Myna (283) 2024-02-20, Common Waxbill (21) 2024-02-27, Glaucous-winged Gull (2) 2021-01-01, Gray Francolin (3) 2023-03-05, Gray-backed Tern (1) 2020-08-06, Great Frigatebird (149) 2024-02-25, House Finch (68) 2024-02-12, House Sparrow (9) 2023-03-22, Inca Tern (32) 2022-01-08, Java Sparrow (4) 2023-02-15, Laughing Gull (5) 2024-02-01, Laysan Albatross (5) 2024-02-11, Masked Booby (50) 2024-02-27, Newell's Shearwater (9) 2021-09-29, Northern Cardinal (4) 2022-02-09, Northern Mockingbird (3) 2024-01-26, Pacific Golden-Plover (147) 2024-02-06, Pectoral Sandpiper (1) 2021-09-26, Red Junglefowl (1) 2023-02-16, Red-billed Tropicbird (216) 2024-02-27, Red-crested Cardinal (67) 2023-07-07, Red-footed Booby (428) 2024-02-29, Red-tailed Tropicbird (949) 2024-02-29, Red-vented Bulbul (90) 2024-02-27, Red-whiskered Bulbul (4) 2023-12-19, Rock Pigeon (956) 2024-02-29, Ruddy Turnstone (170) 2024-01-17, Saffron Finch (1) 2020-03-04, Scaly-breasted Munia (3) 2022-06-25, Short-eared Owl (1) 2019-07-07, Sooty Shearwater (1) 2019-10-24, Sooty Tern (536) 2024-02-29, Spotted Dove (58) 2023-05-03, Wandering Tattler (277) 2024-02-12, Warbling White-eye (8) 2024-02-12, Wedge-tailed Shearwater (162) 2024-01-23, Western Cattle Egret (37) 2024-02-27, White Tern (293) 2024-02-02, White-rumped Shama (2) 2022-02-09, White-tailed Tropicbird (67) 2024-01-20, Zebra Dove",212,2024-02-25 +21.30957318,-157.6642915,"African Silverbill (75) 2023-08-08, American Wigeon (1) 2022-11-13, Black Noddy (20) 2024-01-01, Black-crowned Night Heron (25) 2023-06-24, Black-necked Stilt (2) 2022-02-06, Brown Booby (281) 2024-02-25, Brown Noddy (119) 2023-12-14, Bulwer's Petrel (2) 2022-08-22, Chestnut Munia (2) 2023-09-22, Common Myna (398) 2024-02-27, Common Waxbill (68) 2024-01-21, Gray Francolin (1) 2022-02-06, Great Frigatebird (104) 2024-01-29, House Finch (71) 2024-01-27, House Sparrow (126) 2024-02-25, Indian Peafowl (1) 2023-12-28, Japanese Bush Warbler (1) 2022-02-06, Java Sparrow (5) 2023-02-22, Laysan Albatross (19) 2023-12-18, Feral Mallard (2) 2023-02-22, Masked Booby (90) 2024-02-02, Northern Cardinal (4) 2023-03-10, Northern Mockingbird (1) 2022-11-13, Pacific Golden-Plover (170) 2024-02-19, Pectoral Sandpiper (1) 2019-09-17, Peregrine Falcon (5) 2019-03-19, Red Junglefowl (28) 2023-05-18, Red-crested Cardinal (172) 2024-02-25, Red-footed Booby (546) 2024-02-28, Red-tailed Tropicbird (124) 2024-01-23, Red-vented Bulbul (184) 2024-02-22, Red-whiskered Bulbul (5) 2022-03-26, Rock Pigeon (137) 2024-02-22, Rose-ringed Parakeet (2) 2022-03-26, Rosy-faced Lovebird (1) 2020-06-08, Ruddy Turnstone (4) 2023-02-07, Saffron Finch (1) 2022-11-13, Scaly-breasted Munia (5) 2024-02-19, Sooty Shearwater (10) 2021-09-28, Sooty Tern (375) 2024-02-28, Spotted Dove (273) 2024-02-19, Wandering Tattler (108) 2024-01-27, Warbling White-eye (22) 2024-02-19, Wedge-tailed Shearwater (180) 2024-01-01, Western Cattle Egret (142) 2024-02-22, White Tern (40) 2024-02-18, White-faced Ibis (1) 2022-11-13, White-rumped Shama (3) 2023-10-21, White-tailed Tropicbird (12) 2024-01-01, Yellow-fronted Canary (7) 2020-01-29, Zebra Dove",355,2024-02-27 +21.38407259,-157.981909,"African Silverbill (10) 2023-03-24, American Wigeon (26) 2023-03-25, Barn Owl (1) 2023-08-28, Black-crowned Night Heron (114) 2024-02-21, Black-necked Stilt (138) 2024-02-21, Blue-winged Teal (9) 2021-04-22, Chestnut Munia (25) 2024-02-19, Common Gallinule (73) 2024-01-01, Common Myna (42) 2024-02-21, Common Waxbill (63) 2024-02-21, Dunlin (25) 2023-02-26, Eurasian Wigeon (18) 2023-03-25, Gadwall (3) 2023-01-18, Gray Francolin (96) 2024-01-08, Greater Scaup (9) 2022-03-04, Green-winged Teal (3) 2023-03-18, Hawaiian Coot (140) 2024-02-21, House Finch (14) 2024-02-21, House Sparrow (8) 2024-02-19, Java Sparrow (14) 2024-02-19, Least Tern (7) 2022-11-09, Lesser Scaup (13) 2022-01-02, Lesser Yellowlegs (1) 2023-11-19, Long-billed Dowitcher (10) 2023-01-02, Feral Mallard (87) 2024-01-08, Mourning Dove (2) 2022-11-05, Muscovy Duck (1) 2021-10-27, Northern Cardinal (54) 2024-01-01, Northern Pintail (21) 2023-02-12, Northern Shoveler (12) 2023-03-25, Pacific Golden-Plover (138) 2024-02-21, Pectoral Sandpiper (3) 2021-10-23, Red Avadavat (1) 2023-02-16, Red Junglefowl (5) 2023-11-19, Red-crested Cardinal (45) 2024-02-21, Red-vented Bulbul (74) 2024-01-01, Red-whiskered Bulbul (20) 2024-02-21, Ring-necked Duck (3) 2019-11-24, Rock Pigeon (10) 2024-02-19, Rose-ringed Parakeet (19) 2024-01-01, Ruddy Turnstone (117) 2024-01-01, Saffron Finch (13) 2024-02-21, Sanderling (48) 2024-01-01, Scaly-breasted Munia (8) 2023-01-18, Spotted Dove (97) 2024-02-21, Wandering Tattler (72) 2023-11-19, Warbling White-eye (66) 2024-02-21, Western Cattle Egret (93) 2024-02-19, White Tern (1) 2022-10-21, White-faced Ibis (3) 2022-11-22, White-rumped Shama (66) 2024-01-01, Zebra Dove",72,2024-02-21 +21.42774248,-157.7596956,"African Silverbill (10) 2024-02-10, American Wigeon (36) 2024-02-19, Black Noddy (103) 2023-10-27, Black-bellied Plover (7) 2023-01-22, Black-crowned Night Heron (166) 2024-02-10, Black-necked Stilt (213) 2024-02-19, Brant (24) 2024-02-06, Bristle-thighed Curlew (17) 2023-03-31, Brown Noddy (4) 2019-08-18, Caspian Tern (57) 2024-02-10, Chestnut Munia (33) 2024-02-19, Common Gallinule (4) 2023-04-24, Common Myna (130) 2024-02-19, Common Waxbill (145) 2024-02-19, Eurasian Wigeon (35) 2024-02-19, Gray Francolin (40) 2024-02-19, Great Frigatebird (77) 2023-06-03, Hawaiian Coot (48) 2024-02-19, House Finch (146) 2024-02-10, House Sparrow (12) 2023-04-24, Java Sparrow (71) 2024-02-19, Laughing Gull (14) 2024-02-19, Feral Mallard (113) 2024-02-10, Muscovy Duck (1) 2020-01-19, Northern Cardinal (133) 2024-02-10, Northern Mockingbird (1) 2024-02-19, Northern Pintail (25) 2024-02-19, Northern Shoveler (6) 2023-01-22, Pacific Golden-Plover (154) 2024-02-19, Red Avadavat (5) 2021-10-15, Red Junglefowl (13) 2024-02-06, Red-billed Leiothrix (23) 2024-02-19, Red-crested Cardinal (146) 2024-02-19, Red-footed Booby (1) 2019-03-13, Red-tailed Tropicbird (1) 2022-08-25, Red-vented Bulbul (144) 2024-02-19, Red-whiskered Bulbul (49) 2024-02-10, Rock Pigeon (33) 2024-02-19, Ruddy Turnstone (24) 2024-02-10, Saffron Finch (4) 2024-02-19, Sanderling (12) 2024-01-01, Scaly-breasted Munia (80) 2024-02-06, Short-eared Owl (2) 2023-02-07, Sooty Tern (3) 2023-01-22, Spotted Dove (94) 2024-02-19, Wandering Tattler (91) 2024-02-10, Warbling White-eye (165) 2024-02-19, Western Cattle Egret (211) 2024-02-19, White-rumped Shama (180) 2024-02-10, Yellow-fronted Canary (25) 2023-03-31, Zebra Dove",186,2024-02-19 +21.30949596,-157.654652,"African Silverbill (22) 2023-08-02, Black Noddy (10) 2023-11-02, Black-crowned Night Heron (3) 2022-04-24, Black-necked Stilt (6) 2022-04-19, Brown Booby (150) 2024-02-25, Brown Noddy (33) 2023-11-24, Chestnut Munia (3) 2023-10-22, Common Myna (332) 2024-02-27, Common Waxbill (62) 2024-02-20, Eurasian Skylark (1) 2022-03-27, Gray-backed Tern (2) 2022-12-14, Great Frigatebird (190) 2024-02-05, House Finch (47) 2023-11-23, House Sparrow (15) 2023-07-07, Japanese Bush Warbler (4) 2021-07-22, Java Sparrow (14) 2023-04-28, Laysan Albatross (6) 2023-06-13, Feral Mallard (2) 2021-04-25, Masked Booby (60) 2024-02-05, Northern Cardinal (16) 2022-06-16, Northern Mockingbird (6) 2022-10-21, Pacific Golden-Plover (15) 2024-02-24, Red Avadavat (1) 2023-04-29, Red Junglefowl (4) 2022-01-02, Red-billed Leiothrix (2) 2020-01-22, Red-billed Tropicbird (4) 2023-03-13, Red-crested Cardinal (178) 2024-02-19, Red-footed Booby (389) 2024-02-27, Red-tailed Tropicbird (179) 2024-02-25, Red-vented Bulbul (206) 2024-02-27, Red-whiskered Bulbul (9) 2023-10-22, Rock Pigeon (191) 2024-02-25, Rose-ringed Parakeet (2) 2023-02-25, Ruddy Turnstone (6) 2023-01-20, Saffron Finch (1) 2021-12-18, Sanderling (1) 2021-11-17, Scaly-breasted Munia (5) 2023-03-17, Sooty Tern (261) 2024-02-27, Spotted Dove (137) 2024-02-24, Wandering Tattler (18) 2023-08-02, Warbling White-eye (48) 2024-01-18, Wedge-tailed Shearwater (98) 2023-11-04, Western Cattle Egret (47) 2023-12-06, White Tern (62) 2024-02-24, White-rumped Shama (5) 2023-10-18, White-tailed Tropicbird (49) 2024-02-20, Yellow-fronted Canary (4) 2023-03-05, Zebra Dove",295,2024-02-27 +21.33063251,-158.117271,"African Silverbill (7) 2023-06-02, American Wigeon (2) 2022-12-01, Black Francolin (7) 2022-07-07, Black Swan (36) 2024-02-09, Black-crowned Night Heron (63) 2024-02-16, Black-necked Stilt (56) 2024-02-06, Brown Booby (14) 2024-01-20, Chestnut Munia (60) 2023-07-20, Common Gallinule (1) 2023-04-22, Common Myna (346) 2024-02-09, Common Waxbill (180) 2024-02-09, Eurasian Skylark (4) 2023-02-08, Gray Francolin (62) 2023-06-02, Great Frigatebird (7) 2022-07-11, Hawaiian Coot (66) 2024-02-09, House Finch (153) 2024-01-20, House Sparrow (117) 2024-02-06, Japanese Bush Warbler (1) 2020-03-04, Java Sparrow (76) 2024-02-06, Long-billed Dowitcher (2) 2022-11-30, Feral Mallard (63) 2024-02-0, Muscovy Duck (25) 2024-01-02, Northern Cardinal (29) 2023-06-02, Northern Mockingbird (11) 2023-01-21, Northern Shoveler (1) 2024-01-20, Pacific Golden-Plover (246) 2024-02-09, Peregrine Falcon (1) 2020-03-02, Red Avadavat (7) 2022-08-31, Red Junglefowl (5) 2024-02-06, Red-billed Leiothrix (2) 2024-01-20, Red-crested Cardinal (255) 2024-02-09, Red-footed Booby (2) 2020-03-01, Red-vented Bulbul (229) 2024-02-09, Red-whiskered Bulbul (18) 2024-01-20, Rock Pigeon (13) 2023-06-10, Rose-ringed Parakeet (2) 2023-04-09, Ruddy Turnstone (86) 2024-02-09, Saffron Finch (216) 2024-02-09, Sanderling (2) 2022-09-22, Scaly-breasted Munia (8) 2023-12-02, Short-eared Owl (1) 2023-01-10, Snow Goose (3) 2021-02-11, Sooty Tern (1) 2020-03-04, Spotted Dove (191) 2024-02-09, Wandering Tattler (27) 2023-10-19, Warbling White-eye (102) 2024-02-06, Wedge-tailed Shearwater (1) 2022-07-11, Western Cattle Egret (154) 2024-02-09, White Tern (1) 2022-11-06, White-rumped Shama (13) 2023-01-16, Yellow-fronted Canary (23) 2023-06-20, Zebra Dove",317,2024-02-09 +21.39146651,-157.7407107,"Black-crowned Night Heron (320) 2024-02-20, Black-necked Stilt (400) 2024-02-20, Bristle-thighed Curlew (1) 2022-09-29, Brown Booby (1) 2021-01-12, Chestnut Munia (10) 2023-12-10, Common Gallinule (376) 2024-02-20, Common Myna (237) 2024-02-20, Common Waxbill (129) 2024-02-19, Eurasian Skylark (1) 2022-09-29, Gray Francolin (2) 2023-12-10, Great Frigatebird (8) 2023-07-17, Green-winged Teal (4) 2021-07-19, Hawaiian Coot (441) 2024-02-20, House Finch (80) 2024-02-10, House Sparrow (149) 2024-02-19, Indian Peafowl (1) 2022-12-18, Java Sparrow (61) 2024-02-20, Laughing Gull (3) 2021-04-14, Feral Mallard (352) 2024-02-20, Muscovy Duck (22) 2023-12-31, Northern Cardinal (64) 2024-02-18, Northern Mockingbird (2) 2021-11-29, Northern Pintail (16) 2022-12-26, Northern Shoveler (4) 2022-03-07, Pacific Golden-Plover (218) 2024-02-09, Pectoral Sandpiper (1) 2020-09-27, Peregrine Falcon (1) 2022-10-15, Red Avadavat (4) 2023-12-10, Red Junglefowl (189) 2024-02-20, Red-crested Cardinal (180) 2024-02-20, Red-tailed Tropicbird (1) 2021-05-04, Red-vented Bulbul (179) 2024-02-18, Red-whiskered Bulbul (52) 2024-02-18, Ring-necked Duck (8) 2023-11-10, Rock Pigeon (246) 2024-02-20, Rose-ringed Parakeet (2) 2024-02-08, Ruddy Turnstone (59) 2023-12-31, Saffron Finch (3) 2023-12-10, Sanderling (3) 2023-01-08, Scaly-breasted Munia (65) 2023-12-10, Sooty Tern (1) 2022-12-18, Spotted Dove (196) 2024-02-20, Wandering Tattler (124) 2024-02-03, Warbling White-eye (111) 2024-02-09, Wedge-tailed Shearwater (1) 2022-09-29, Western Cattle Egret (301) 2024-02-20, White Tern (1) 2019-11-04, White-faced Ibis (1) 2021-10-14, White-rumped Shama (22) 2023-11-17, Wilson's Snipe (1) 2021-11-15, Yellow-fronted Canary (5) 2024-01-26, Zebra Dove",274,2024-02-20 +21.28255152,-157.6741736,"African Silverbill (4) 2023-07-27, Black Noddy (3) 2023-04-08, Black-crowned Night Heron (2) 2022-10-11, Black-footed Albatross (3) 2024-02-23, Black-necked Stilt (1) 2022-06-02, Brown Booby (356) 2024-02-29, Brown Noddy (46) 2024-01-17, Chestnut Munia (2) 2022-07-22, Common Myna (156) 2024-02-23, Common Waxbill (42) 2023-12-03, Gray-backed Tern (4) 2024-02-06, Great Frigatebird (153) 2024-02-23, Herring Gull (2) 2020-01-16, House Finch (39) 2024-02-12, House Sparrow (25) 2024-02-23, Inca Tern (71) 2022-01-03, Indian Peafowl (1) 2022-03-25, Java Sparrow (45) 2023-12-03, Laughing Gull (13) 2024-02-02, Laysan Albatross (15) 2024-02-02, Feral Mallard (1) 2022-06-02, Masked Booby (61) 2024-02-29, Northern Cardinal (6) 2023-03-14, Northern Mockingbird (1) 2023-03-10, Pacific Golden-Plover (140) 2024-02-23, Red Avadavat (2) 2023-12-03, Red Junglefowl (13) 2023-03-08, Red-billed Leiothrix (1) 2021-03-11, Red-billed Tropicbird (244) 2024-02-29, Red-crested Cardinal (114) 2024-02-23, Red-footed Booby (314) 2024-02-29, Red-tailed Tropicbird (652) 2024-02-29, Red-vented Bulbul (98) 2024-02-29, Red-whiskered Bulbul (3) 2022-06-15, Rock Pigeon (614) 2024-02-29, Ruddy Turnstone (90) 2024-01-27, Saffron Finch (5) 2024-02-23, Sanderling (1) 2021-12-04, Scaly-breasted Munia (3) 2022-07-27, Snow Goose (2) 2021-05-10, Sooty Shearwater (3) 2023-05-17, Sooty Tern (401) 2024-02-29, Spotted Dove (68) 2024-02-29, Wandering Tattler (182) 2024-02-23, Warbling White-eye (7) 2023-04-29, Wedge-tailed Shearwater (73) 2024-01-12, Western Cattle Egret (107) 2024-02-23, White Tern (213) 2024-02-29, White-rumped Shama (2) 2024-01-26, White-tailed Tropicbird (81) 2024-02-20, Zebra Dove",153,2024-02-29 +21.37515436,-158.0012607,"African Silverbill (27) 2023-02-05, American Wigeon (2) 2022-04-03, Black-crowned Night Heron (149) 2024-01-01, Black-necked Stilt (245) 2024-02-11, Chestnut Munia (35) 2023-10-08, Common Gallinule (151) 2024-01-10, Common Myna (163) 2023-12-31, Common Snipe (5) 2020-02-23, Common Tern (5) 2024-02-20, Common Waxbill (178) 2024-02-11, Common/Wilson's Snipe (1) 2022-11-22, Dunlin (38) 2023-01-18, Gray Francolin (62) 2024-02-11, Greater White-fronted Goose (1) 2020-10-13, Green-winged Teal (27) 2020-03-14, Hawaiian Coot (177) 2024-01-10, House Finch (85) 2024-01-01, House Sparrow (50) 2024-01-10, Java Sparrow (62) 2023-02-20, Laughing Gull (16) 2021-04-06, Lesser Scaup (2) 2019-12-03, Lesser Yellowlegs (5) 2024-01-01, Long-billed Dowitcher (33) 2024-02-20, Feral Mallard (185) 2024-02-11, Mourning Dove (2) 2020-10-25, Muscovy Duck (1) 2023-02-20, Northern Cardinal (124) 2024-02-11, Northern Mockingbird (1) 2020-02-24, Northern Pintail (24) 2022-03-14, Northern Shoveler (8) 2024-01-10, Pacific Golden-Plover (217) 2024-02-11, Pectoral Sandpiper (4) 2021-04-04, Red Avadavat (10) 2023-03-20, Red Junglefowl (28) 2024-01-01, Red-crested Cardinal (147) 2024-02-11, Red-vented Bulbul (222) 2024-01-01, Red-whiskered Bulbul (49) 2024-01-07, Rock Pigeon (63) 2024-01-01, Rose-ringed Parakeet (52) 2024-02-11, Ruddy Turnstone (145) 2024-02-11, Ruff (9) 2020-09-18, Saffron Finch (48) 2023-10-23, Sanderling (114) 2024-02-11, Scaly-breasted Munia (18) 2023-09-29, Semipalmated Plover (7) 2020-09-01, Semipalmated Sandpiper (10) 2019-12-11, Sharp-tailed Sandpiper (20) 2019-12-11, Short-billed Dowitcher (1) 2020-08-31, Spotted Dove (249) 2024-01-10, Wandering Tattler (108) 2024-01-01, Warbling White-eye (134) 2024-01-01, Western Cattle Egret (247) 2024-01-10, White-faced Ibis (4) 2019-11-24, White-rumped Shama (73) 2024-02-11, Wilson's Snipe (4) 2023-01-02, Yellow-fronted Canary (3) 2020-08-28, Zebra Dove",203,2024-02-11 +21.27466323,-157.8284506,"Barn Owl (2) 2022-08-20, Black-crowned Night Heron (112) 2024-02-23, Black-footed Albatross (1) 2023-01-18, Black-necked Stilt (2) 2023-09-08, Blue-crowned Parakeet (1) 2022-01-20, Brown Booby (18) 2023-11-12, Brown Noddy (5) 2020-02-23, Chestnut Munia (3) 2021-11-01, Common Gallinule (1) 2021-11-01, Common Myna (377) 2024-02-23, Common Waxbill (70) 2024-01-01, Great Frigatebird (29) 2024-01-22, House Finch (168) 2024-02-23, House Sparrow (433) 2024-02-23, Indian Peafowl (2) 2023-06-22, Java Sparrow (63) 2023-12-28, Laysan Albatross (2) 2023-03-19, Feral Mallard (79) 2024-02-18, Masked Booby (1) 2020-01-03, Mourning Dove (1) 2023-03-22, Muscovy Duck (4) 2023-06-22, Northern Cardinal (7) 2023-08-02, Northern Mockingbird (4) 2023-02-07, Pacific Golden-Plover (58) 2024-02-18, Peregrine Falcon (1) 2024-01-28, Red Junglefowl (39) 2024-01-01, Red-billed Leiothrix (4) 2023-11-16, Red-crested Cardinal (180) 2024-02-23, Red-footed Booby (7) 2023-05-20, Red-masked Parakeet (3) 2023-10-15, Red-tailed Tropicbird (6) 2023-10-15, Red-vented Bulbul (255) 2024-02-23, Red-whiskered Bulbul (35) 2024-02-26, Rock Pigeon (436) 2024-02-23, Rose-ringed Parakeet (159) 2024-02-18, Saffron Finch (3) 2023-07-31, Sanderling (1) 2022-09-18, Scaly-breasted Munia (3) 2022-07-12, Sooty Shearwater (1) 2023-10-20, Sooty Tern (6) 2023-05-29, Spotted Dove (189) 2024-02-22, Wandering Tattler (5) 2023-10-11, Warbling White-eye (71) 2024-02-22, Wedge-tailed Shearwater (10) 2023-05-20, Western Cattle Egret (107) 2024-02-04, White Tern (572) 2024-02-23, White-rumped Shama (13) 2023-11-24, White-tailed Tropicbird (4) 2019-10-09, Yellow-fronted Canary (63) 2024-02-19, Zebra Dove",317,2024-02-23 +21.2745958,-157.818813,"African Silverbill (10) 2020-07-29, American Wigeon (1) 2023-01-30, Barn Owl (14) 2022-01-31, Black-crowned Night Heron (213) 2024-02-29, Black-necked Stilt (2) 2020-01-27, Brown Booby (15) 2023-11-22, Chestnut Munia (2) 2022-06-09, Common Myna (537) 2024-02-29, Common Waxbill (262) 2024-02-29, Eurasian Skylark (1) 2019-12-10, Great Frigatebird (15) 2024-01-29, Hawaiian Coot (1) 2022-11-14, Helmeted Guineafowl (1) 2023-04-10, House Finch (264) 2024-02-26, House Sparrow (404) 2024-02-28, Indian Peafowl (30) 2024-01-21, Japanese Bush Warbler (4) 2022-08-21, Java Sparrow (169) 2024-02-24, Feral Mallard (145) 2024-02-24, Muscovy Duck (8) 2022-06-24, Northern Cardinal (21) 2024-02-20, Northern Mockingbird (20) 2024-02-19, Northern Pintail (2) 2023-12-05, Orange-cheeked Waxbill (1) 2022-05-28, Pacific Golden-Plover (192) 2024-02-29, Red Avadavat (2) 2022-11-24, Red Junglefowl (169) 2024-02-24, Red-billed Leiothrix (6) 2024-02-20, Red-crested Cardinal (388) 2024-02-29, Red-crowned Parrot (4) 2024-01-03, Red-footed Booby (3) 2024-02-04, Red-masked Parakeet (5) 2024-01-25, Red-tailed Tropicbird (1) 2023-04-04, Red-vented Bulbul (385) 2024-02-28, Red-whiskered Bulbul (101) 2024-02-19, Rock Pigeon (441) 2024-02-26, Rose-ringed Parakeet (316) 2024-02-29, Ruddy Turnstone (3) 2023-12-17, Saffron Finch (29) 2024-02-29, Sanderling (1) 2023-02-26, Scaly-breasted Munia (23) 2024-01-20, Short-eared Owl (1) 2022-12-14, Sooty Tern (6) 2023-04-06, Spotted Dove (390) 2024-02-28, Wandering Tattler (6) 2022-12-05, Warbling White-eye (220) 2024-02-20, Wedge-tailed Shearwater (5) 2023-04-04, Western Cattle Egret (323) 2024-02-24, White Tern (426) 2024-02-28, White-rumped Shama (76) 2024-02-20, White-tailed Tropicbird (4) 2023-09-25, Yellow-fronted Canary (213) 2024-02-24, Zebra Dove",482,2024-02-29 +21.63747047,-158.0574412,"African Silverbill (13) 2023-12-19, Barn Owl (1) 2022-07-02, Black-crowned Night Heron (56) 2024-02-13, Black-necked Stilt (1) 2023-12-19, Brown Booby (1) 2023-02-22, Brown Noddy (1) 2023-09-01, Chestnut Munia (50) 2024-02-04, Common Gallinule (306) 2024-02-25, Common Myna (378) 2024-02-26, Common Waxbill (306) 2024-02-18, Erckel's Spurfowl (2) 2024-02-04, Gray Francolin (5) 2023-02-24, Great Frigatebird (4) 2023-07-13, Greater Scaup (1) 2023-12-04, Green-winged Teal (1) 2024-01-23, Hawaiian Coot (31) 2024-02-26, Helmeted Guineafowl (1) 2023-02-19, House Finch (89) 2024-02-18, House Sparrow (39) 2024-02-04, Indian Peafowl (200) 2024-02-15, Japanese Bush Warbler (5) 2023-05-16, Java Sparrow (75) 2024-02-11, Laughing Gull (1) 2023-01-23, Feral Mallard (53) 2024-02-15, Muscovy Duck (55) 2024-01-17, Muscovy Duck (3) 2023-12-23, Northern Cardinal (162) 2024-02-25, Northern Mockingbird (2) 2022-11-10, Northern Pintail (3) 2023-11-05, Oahu Amakihi (6) 2023-03-29, Pacific Golden-Plover (94) 2024-02-26, Red Avadavat (14) 2024-02-04, Red Junglefowl (114) 2024-02-06, Red-billed Leiothrix (144) 2024-02-18, Red-crested Cardinal (382) 2024-02-26, Red-footed Booby (1) 2024-01-01, Red-tailed Tropicbird (2) 2023-07-26, Red-vented Bulbul (365) 2024-02-25, Red-whiskered Bulbul (331) 2024-02-26, Ring-necked Duck (3) 2024-02-04, Rock Pigeon (24) 2024-02-25, Rose-ringed Parakeet (1) 2023-03-10, Ruddy Turnstone (3) 2023-02-22, Saffron Finch (50) 2024-02-26, Scaly-breasted Munia (169) 2024-02-25, Short-eared Owl (1) 2019-03-11, Spotted Dove (242) 2024-02-26, Wandering Tattler (4) 2023-11-15, Warbling White-eye (299) 2024-02-26, Western Cattle Egret (93) 2024-02-26, White Tern (1) 2022-05-07, White-rumped Shama (397) 2024-02-26, White-tailed Tropicbird (60) 2024-01-18, Yellow-fronted Canary (10) 2023-11-30, Zebra Dove",382,2024-02-26 +21.30046348,-157.6547343,"African Silverbill (31) 2023-07-24, Barn Owl (3) 2019-05-11, Black Noddy (9) 2023-07-01, Black-crowned Night Heron (1) 2019-05-30, Black-necked Stilt (3) 2022-05-03, Brown Booby (167) 2024-02-24, Brown Noddy (62) 2024-01-29, Buller's Shearwater (1) 2022-06-18, Bulwer's Petrel (12) 2023-07-01, Chestnut Munia (5) 2023-08-26, Common Myna (202) 2024-02-25, Common Waxbill (100) 2024-02-25, Gray Francolin (2) 2023-01-25, Gray-backed Tern (1) 2021-10-05, Great Frigatebird (249) 2024-02-24, Hawaiian Petrel (3) 2023-07-01, House Finch (69) 2024-02-25, House Sparrow (10) 2023-04-27, Japanese Bush Warbler (1) 2023-04-09, Java Sparrow (46) 2024-02-25, Laysan Albatross (8) 2024-02-24, Masked Booby (120) 2024-02-24, Newell's Shearwater (1) 2023-04-29, Northern Cardinal (28) 2024-02-12, Northern Mockingbird (6) 2023-10-23, Pacific Golden-Plover (13) 2024-02-19, Red Avadavat (7) 2023-10-15, Red Junglefowl (2) 2024-01-29, Red-billed Leiothrix (2) 2024-01-06, Red-billed Tropicbird (3) 2024-01-29, Red-crested Cardinal (213) 2024-02-25, Red-footed Booby (269) 2024-02-25, Red-tailed Tropicbird (169) 2024-02-25, Red-vented Bulbul (239) 2024-02-25, Red-whiskered Bulbul (8) 2023-02-23, Rock Pigeon (153) 2024-02-25, Rose-ringed Parakeet (2) 2023-12-24, Ruddy Turnstone (2) 2021-10-19, Saffron Finch (2) 2023-12-02, Scaly-breasted Munia (28) 2024-02-25, Sooty Shearwater (8) 2023-05-16, Sooty Tern (182) 2024-02-25, Spotted Dove (130) 2024-02-25, Wandering Tattler (12) 2024-02-08, Warbling White-eye (57) 2024-02-21, Wedge-tailed Shearwater (112) 2023-12-21, Western Cattle Egret (21) 2024-02-08, White Tern (134) 2024-02-25, White-rumped Shama (4) 2023-03-10, White-tailed Tropicbird (68) 2024-01-26, Yellow-fronted Canary (3) 2023-12-24, Zebra Dove",280,2024-02-25 +21.33971659,-158.1268595,"African Silverbill (1) 2022-12-19, American Wigeon (1) 2022-01-05, Barn Owl (1) 2022-01-25, Black Francolin (1) 2021-04-01, Black Swan (33) 2024-02-06, Black-crowned Night Heron (95) 2024-02-04, Black-necked Stilt (9) 2023-12-27, Bristle-thighed Curlew (1) 2023-01-15, Brown Booby (48) 2024-01-27, Brown Noddy (3) 2023-04-13, Chestnut Munia (10) 2023-05-11, Common Gallinule (2) 2023-09-09, Common Myna (261) 2024-02-24, Common Waxbill (88) 2024-02-04, Eurasian Skylark (1) 2021-04-01, Glaucous-winged Gull (1) 2021-01-05, Gray Francolin (2) 2021-04-01, Great Frigatebird (8) 2024-01-20, Great-tailed Grackle (1) 2022-07-29, Hawaiian Coot (54) 2024-02-24, House Finch (69) 2024-02-10, House Sparrow (152) 2024-02-24, Java Sparrow (43) 2024-02-04, Laughing Gull (1) 2024-01-25, Laysan Albatross (4) 2023-12-26, Long-billed Dowitcher (1) 2022-11-15, Feral Mallard (40) 2024-02-24, Mourning Dove (1) 2023-11-12, Muscovy Duck (13) 2024-01-08, Northern Cardinal (11) 2024-01-08, Northern Mockingbird (6) 2023-01-05, Pacific Golden-Plover (162) 2024-02-24, Red Junglefowl (26) 2024-01-29, Red-billed Leiothrix (3) 2022-04-06, Red-crested Cardinal (156) 2024-02-24, Red-footed Booby (4) 2024-01-08, Red-tailed Tropicbird (3) 2023-06-17, Red-vented Bulbul (189) 2024-02-10, Red-whiskered Bulbul (44) 2024-02-06, Rock Pigeon (42) 2024-02-18, Rose-ringed Parakeet (4) 2024-01-08, Ruddy Turnstone (30) 2024-02-24, Saffron Finch (82) 2024-02-24, Sanderling (3) 2022-11-15, Scaly-breasted Munia (6) 2023-04-12, Snow Goose (1) 2021-04-01, Sooty Tern (5) 2023-04-13, Spotted Dove (179) 2024-02-24, Wandering Tattler (42) 2024-02-04, Warbling White-eye (85) 2024-02-10, Wedge-tailed Shearwater (14) 2024-01-08, Western Cattle Egret (101) 2024-01-28, White Tern (14) 2023-05-11, White-faced Ibis (1) 2023-01-12, White-rumped Shama (6) 2024-01-20, White-tailed Tropicbird (2) 2023-04-10, Yellow-fronted Canary (2) 2024-01-08, Zebra Dove",204,2024-02-24 +21.26556255,-157.8188851,"African Silverbill (33) 2022-12-27, Apapane (1) 2021-08-12, Barn Owl (1) 2024-02-19, Black-crowned Night Heron (104) 2024-02-29, Black-necked Stilt (4) 2023-10-27, Brown Booby (70) 2024-02-29, Bulwer's Petrel (1) 2023-08-07, Chestnut Munia (14) 2024-02-23, Common Gallinule (2) 2023-05-09, Common Myna (1677) 2024-02-29, Common Waxbill (1259) 2024-02-29, Gray Francolin (19) 2024-02-11, Great Frigatebird (33) 2023-10-25, Great-tailed Grackle (1) 2023-05-30, Hawaiian Coot (1) 2019-04-04, House Finch (943) 2024-02-29, House Sparrow (1305) 2024-02-29, Indian Peafowl (5) 2023-03-03, Japanese Bush Warbler (7) 2022-05-10, Java Sparrow (1001) 2024-02-29, Laughing Gull (1) 2024-02-29, Laysan Albatross (1) 2022-05-07, Feral Mallard (441) 2024-02-29, Mourning Dove (1) 2019-10-10, Muscovy Duck (25) 2023-11-10, Northern Cardinal (46) 2024-02-20, Northern Mockingbird (27) 2024-02-26, Northern Shoveler (1) 2024-02-19, Pacific Golden-Plover (1195) 2024-02-29, Peregrine Falcon (1) 2022-09-02, Red Avadavat (2) 2020-03-04, Red Junglefowl (755) 2024-02-29, Red-billed Leiothrix (2) 2024-01-09, Red-crested Cardinal (1505) 2024-02-29, Red-crowned Parrot (6) 2024-02-26, Red-footed Booby (12) 2024-02-04, Red-masked Parakeet (20) 2023-01-31, Red-tailed Tropicbird (1) 2022-03-15, Red-vented Bulbul (1378) 2024-02-29, Red-whiskered Bulbul (156) 2024-02-19, Rock Pigeon (1464) 2024-02-29, Rose-ringed Parakeet (1502) 2024-02-29, Ruddy Turnstone (2) 2023-02-08, Saffron Finch (287) 2024-02-29, Sanderling (3) 2022-03-15, Scaly-breasted Munia (84) 2024-02-09, Short-eared Owl (1) 2021-07-01, Sooty Tern (15) 2024-02-04, Spotted Dove (1188) 2024-02-29, Wandering Tattler (6) 2023-03-07, Warbling White-eye (712) 2024-02-29, Wedge-tailed Shearwater (10) 2023-08-10, Western Cattle Egret (987) 2024-02-29, White Tern (1320) 2024-02-29, White-rumped Shama (135) 2024-02-19, White-tailed Tropicbird (4) 2023-10-25, Yellow-fronted Canary (1287) 2024-02-29, Zebra Dove",1573,2024-02-29 +21.28376344,-157.8380172,"African Silverbill (3) 2023-05-14, Barn Owl (1) 2024-01-30, Black Noddy (3) 2023-12-31, Black-crowned Night Heron (397) 2024-02-29, Black-necked Stilt (1) 2021-12-24, Blue-crowned Parakeet (1) 2024-01-15, Brown Booby (33) 2024-01-01, Brown Noddy (2) 2019-04-26, Chestnut Munia (9) 2024-01-27, Common Gallinule (1) 2023-03-01, Common Myna (925) 2024-02-22, Common Waxbill (579) 2024-02-22, Gray Francolin (1) 2022-01-10, Great Frigatebird (24) 2024-01-29, House Finch (370) 2024-02-21, House Sparrow (710) 2024-02-21, Indian Peafowl (1) 2019-11-18, Japanese Bush Warbler (3) 2023-12-22, Java Sparrow (422) 2024-02-21, Laughing Gull (9) 2023-02-05, Laysan Albatross (2) 2023-12-30, Feral Mallard (270) 2024-02-22, Masked Booby (1) 2022-03-27, Mourning Dove (3) 2022-04-04, Muscovy Duck (19) 2023-05-14, Northern Cardinal (30) 2024-01-30, Northern Mockingbird (7) 2023-12-29, Orange-cheeked Waxbill (5) 2023-12-06, Pacific Golden-Plover (446) 2024-02-22, Peregrine Falcon (123) 2024-01-29, Red Avadavat (3) 2023-05-14, Red Junglefowl (240) 2024-02-22, Red-billed Leiothrix (6) 2024-01-15, Red-crested Cardinal (622) 2024-02-22, Red-crowned Parrot (1) 2023-12-17, Red-footed Booby (8) 2023-12-30, Red-masked Parakeet (10) 2024-01-24, Red-tailed Tropicbird (5) 2023-02-26, Red-vented Bulbul (640) 2024-02-22, Red-whiskered Bulbul (106) 2024-02-20, Rock Pigeon (800) 2024-02-21, Rose-ringed Parakeet (402) 2024-02-22, Ruddy Turnstone (27) 2023-09-19, Saffron Finch (79) 2024-02-18, Sanderling (1) 2024-01-15, Scaly-breasted Munia (32) 2023-09-07, Sooty Shearwater (1) 2022-03-18, Sooty Tern (9) 2024-01-29, Spotted Dove (694) 2024-02-28, Wandering Tattler (23) 2023-12-12, Warbling White-eye (321) 2024-02-22, Wedge-tailed Shearwater (14) 2023-12-31, Western Cattle Egret (554) 2024-02-22, White Tern (960) 2024-02-22, White-rumped Shama (81) 2024-02-07, White-tailed Tropicbird (2) 2023-07-02, Yellow-fronted Canary (404) 2024-02-22, Zebra Dove",823,2024-02-22 +21.70024637,-157.9796992,"American Wigeon (4) 2023-10-07, Black-bellied Plover (3) 2020-03-03, Black-crowned Night Heron (38) 2023-12-09, Black-necked Stilt (38) 2023-12-09, Bristle-thighed Curlew (39) 2023-12-09, Bufflehead (5) 2023-12-09, Cackling Goose (8) 2023-01-28, Canvasback (1) 2023-11-18, Chestnut Munia (5) 2023-11-18, Common Gallinule (37) 2023-12-09, Common Myna (40) 2023-12-09, Common Waxbill (30) 2023-11-18, Dunlin (1) 2020-11-06, Glaucous-winged Gull (2) 2020-02-19, Gray Francolin (12) 2023-10-07, Great Frigatebird (3) 2023-01-28, Greater White-fronted Goose (8) 2020-02-15, Green-winged Teal (4) 2021-12-26, Hawaiian Coot (44) 2023-12-09, House Finch (14) 2023-07-26, House Sparrow (2) 2023-07-26, Indian Peafowl (1) 2023-05-18, Japanese Bush Warbler (6) 2021-12-26, Java Sparrow (1) 2020-03-03, Laughing Gull (3) 2020-03-03, Laysan Albatross (16) 2023-07-26, Least Tern (7) 2020-11-06, Lesser Scaup (4) 2023-12-09, Long-billed Dowitcher (1) 2020-11-06, Feral Mallard (49) 2023-12-09, Masked Booby (2) 2023-05-18, Mourning Dove (1) 2020-03-03, Muscovy Duck (1) 2023-07-26, Northern Cardinal (10) 2023-07-26, Northern Harrier (3) 2022-11-12, Northern Mockingbird (1) 2020-03-03, Northern Pintail (31) 2023-12-09, Northern Shoveler (31) 2023-12-09, Pacific Golden-Plover (42) 2023-12-09, Pectoral Sandpiper (8) 2022-10-22, Red Avadavat (5) 2022-10-22, Red Junglefowl (3) 2023-07-26, Red-billed Leiothrix (9) 2023-07-26, Red-crested Cardinal (25) 2023-12-09, Red-footed Booby (1) 2020-03-03, Red-tailed Tropicbird (1) 2021-08-27, Red-vented Bulbul (38) 2023-12-09, Red-whiskered Bulbul (13) 2023-07-26, Ring-necked Duck (4) 2023-12-09, Ring-necked Pheasant (16) 2023-11-18, Rock Pigeon (1) 2023-05-18, Ruddy Turnstone (39) 2023-12-09, Saffron Finch (8) 2023-05-18, Sanderling (15) 2022-11-12, Scaly-breasted Munia (7) 2023-11-18, Semipalmated Plover (1) 2021-08-27, Sharp-tailed Sandpiper (6) 2020-11-06, Snow Goose (7) 2022-01-06, Sooty Tern (1) 2020-03-03, Spotted Dove (38) 2023-12-09, Wandering Tattler (30) 2023-11-18, Warbling White-eye (11) 2023-07-26, Wedge-tailed Shearwater (4) 2021-08-27, Western Cattle Egret (44) 2023-12-09, Whimbrel (4) 2023-11-18, White-rumped Shama (12) 2023-11-18, White-tailed Tropicbird (2) 2020-02-19, Wilson's Snipe (5) 2023-11-18, Zebra Dove",45,2023-12-09 +21.5753361,-158.2799945,"African Silverbill (107) 2024-01-07, Barn Owl (7) 2023-04-01, Black Francolin (86) 2024-02-25, Black Noddy (26) 2024-02-22, Black-crowned Night Heron (14) 2022-08-20, Black-footed Albatross (107) 2024-02-23, Black-necked Stilt (2) 2021-07-23, Bristle-thighed Curlew (4) 2022-10-05, Brown Booby (302) 2024-02-26, Brown Noddy (40) 2023-12-15, Chestnut Munia (6) 2023-07-10, Chukar (2) 2022-02-05, Common Myna (684) 2024-02-28, Common Waxbill (329) 2024-02-26, Erckel's Spurfowl (186) 2024-02-24, Eurasian Skylark (3) 2021-03-23, Glaucous-winged Gull (13) 2021-11-26, Gray Francolin (363) 2024-02-26, Gray-backed Tern (2) 2019-03-15, Great Frigatebird (128) 2024-02-13, Hawaiian Coot (1) 2021-07-23, Hawaiian Petrel (1) 2022-11-24, House Finch (220) 2024-02-26, House Sparrow (28) 2024-01-07, Japanese Bush Warbler (9) 2023-12-24, Java Sparrow (13) 2024-01-04, Laughing Gull (2) 2020-03-06, Laysan Albatross (765) 2024-02-28, Long-billed Dowitcher (1) 2019-02-21, Feral Mallard (1) 2021-07-29, Masked Booby (36) 2024-02-10, Northern Cardinal (167) 2024-02-25, Northern Mockingbird (121) 2024-02-23, Pacific Golden-Plover (460) 2024-02-26, Peregrine Falcon (8) 2023-11-18, Red Avadavat (8) 2023-11-18, Red Junglefowl (11) 2023-05-30, Red-billed Leiothrix (9) 2024-01-01, Red-crested Cardinal (535) 2024-02-26, Red-footed Booby (119) 2024-02-13, Red-tailed Tropicbird (22) 2023-07-15, Red-vented Bulbul (584) 2024-02-26, Red-whiskered Bulbul (109) 2024-02-26, Ring-necked Pheasant (15) 2024-02-25, Rock Pigeon (49) 2023-12-08, Ruddy Turnstone (21) 2024-01-07, Saffron Finch (45) 2023-12-23, Sanderling (4) 2021-12-27, Scaly-breasted Munia (46) 2023-12-24, Short-eared Owl (1) 2019-07-24, Short-tailed Shearwater (1) 2019-11-29, Slaty-backed Gull (2) 2019-02-19, Snow Goose (43) 2020-03-25, Sooty Shearwater (2) 2021-04-18, Sooty Tern (14) 2023-06-14, Spotted Dove (420) 2024-02-24, Wandering Tattler (207) 2024-02-24, Warbling White-eye (259) 2024-02-25, Wedge-tailed Shearwater (319) 2024-02-25, Western Cattle Egret (163) 2024-02-25, White Tern (17) 2023-06-02, White-rumped Shama (57) 2023-10-15, White-tailed Tropicbird (55) 2023-12-31, Yellow-fronted Canary (5) 2023-07-01, Zebra Dove",558,2024-02-26 +21.68193594,-157.9411672,"African Silverbill (5) 2023-09-24, American Wigeon (4) 2023-12-16, Barn Owl (11) 2024-02-08, Black Noddy (15) 2024-02-19, Black-crowned Night Heron (76) 2024-02-22, Black-footed Albatross (69) 2024-02-29, Black-necked Stilt (34) 2024-02-19, Bristle-thighed Curlew (952) 2024-02-29, Brown Booby (83) 2024-02-22, Brown Noddy (70) 2024-02-05, Cackling Goose (4) 2019-02-22, Chestnut Munia (106) 2024-02-19, Common Gallinule (10) 2024-02-19, Common Myna (856) 2024-02-29, Common Waxbill (786) 2024-02-29, Erckel's Spurfowl (2) 2023-12-31, Glaucous-winged Gull (19) 2024-02-11, Gray Francolin (199) 2024-02-29, Great Frigatebird (46) 2024-02-03, Greater Scaup (1) 2023-12-16, Green-winged Teal (4) 2024-01-02, Hawaiian Coot (45) 2024-02-19, Hawaiian Goose (1) 2019-01-06, House Finch (552) 2024-02-29, House Sparrow (359) 2024-02-25, Indian Peafowl (3) 2022-10-15, Japanese Bush Warbler (2) 2022-03-16, Java Sparrow (42) 2024-01-02, Laughing Gull (5) 2020-01-27, Laysan Albatross (431) 2024-02-29, Lesser Scaup (5) 2023-12-16, Feral Mallard (65) 2024-02-19, Masked Booby (59) 2024-02-22, Northern Cardinal (498) 2024-02-29, Northern Harrier (21) 2023-03-31, Northern Mockingbird (4) 2024-01-29, Northern Pintail (12) 2023-03-29, Northern Shoveler (15) 2024-02-19, Pacific Golden-Plover (938) 2024-02-29, Red Avadavat (25) 2023-12-02, Red Junglefowl (441) 2024-02-29, Red-billed Leiothrix (6) 2023-12-08, Red-crested Cardinal (749) 2024-02-29, Red-footed Booby (174) 2024-02-29, Red-tailed Tropicbird (6) 2023-08-04, Red-vented Bulbul (718) 2024-02-29, Red-whiskered Bulbul (340) 2024-02-25, Ring-necked Duck (1) 2023-12-16, Ring-necked Pheasant (273) 2024-02-29, Rock Pigeon (54) 2023-10-20, Ruddy Turnstone (403) 2024-02-25, Saffron Finch (608) 2024-02-29, Sanderling (199) 2024-02-25, Scaly-breasted Munia (51) 2024-02-19, Snow Goose (4) 2022-03-23, Sooty Tern (28) 2023-04-15, Spotted Dove (756) 2024-02-29, Wandering Tattler (169) 2024-02-25, Warbling White-eye (382) 2024-02-25, Wedge-tailed Shearwater (146) 2024-02-19, Western Cattle Egret (750) 2024-02-29, White Tern (6) 2023-10-16, White-rumped Shama (80) 2024-02-19, White-tailed Tropicbird (1) 2023-08-30, Yellow-fronted Canary (24) 2024-02-29, Zebra Dove",894,2024-02-29 +21.4367036,-157.7499712,"African Silverbill (5) 2023-11-06, American Wigeon (42) 2024-02-28, Barn Owl (3) 2020-03-20, Black Noddy (174) 2023-11-22, Black-bellied Plover (87) 2023-03-12, Black-crowned Night Heron (413) 2024-02-28, Black-necked Stilt (534) 2024-02-28, Brant (50) 2024-02-15, Bristle-thighed Curlew (123) 2024-02-28, Brown Booby (4) 2023-01-30, Brown Noddy (1) 2019-03-16, Cackling Goose (1) 2020-04-01, Caspian Tern (152) 2024-02-24, Chestnut Munia (42) 2024-01-01, Common Gallinule (32) 2024-02-15, Common Myna (320) 2024-02-28, Common Waxbill (279) 2024-02-28, Erckel's Spurfowl (1) 2020-09-11, Eurasian Wigeon (51) 2024-02-28, Gadwall (1) 2023-01-30, Gray Francolin (204) 2024-02-12, Great Frigatebird (97) 2023-11-22, Green-winged Teal (1) 2019-11-06, Hawaiian Coot (93) 2024-02-15, House Finch (126) 2024-02-04, House Sparrow (65) 2024-01-07, Indian Peafowl (1) 2021-01-09, Japanese Bush Warbler (1) 2021-01-09, Java Sparrow (82) 2024-02-07, Laughing Gull (49) 2024-02-15, Laysan Albatross (2) 2021-04-02, Lesser Yellowlegs (1) 2019-01-20, Feral Mallard (314) 2024-02-28, Muscovy Duck (2) 2022-02-06, Northern Cardinal (229) 2024-02-28, Northern Mockingbird (1) 2024-01-31, Northern Pintail (34) 2024-02-28, Northern Shoveler (9) 2024-02-16, Osprey (8) 2021-10-18, Pacific Golden-Plover (450) 2024-02-28, Peregrine Falcon (3) 2022-01-23, Red Avadavat (54) 2023-11-23, Red Junglefowl (38) 2024-02-28, Red-billed Leiothrix (25) 2024-02-24, Red-crested Cardinal (176) 2024-02-28, Red-footed Booby (9) 2023-11-22, Red-vented Bulbul (291) 2024-02-28, Red-whiskered Bulbul (67) 2024-02-02, Ring-necked Duck (2) 2023-11-01, Rock Pigeon (68) 2024-01-27, Ruddy Turnstone (288) 2024-02-28, Saffron Finch (21) 2023-11-24, Sanderling (161) 2024-02-04, Scaly-breasted Munia (78) 2024-02-12, Semipalmated Plover (2) 2021-08-22, Sharp-tailed Sandpiper (1) 2021-10-24, Short-eared Owl (8) 2021-10-08, Sooty Tern (5) 2023-03-05, Spotted Dove (211) 2024-02-28, Spotted Sandpiper (3) 2020-09-13, Wandering Tattler (316) 2024-02-28, Warbling White-eye (225) 2024-02-28, Wedge-tailed Shearwater (3) 2023-11-22, Western Cattle Egret (377) 2024-02-28, White-rumped Shama (208) 2024-02-22, Yellow-fronted Canary (12) 2024-01-24, Zebra Dove",297,2024-02-22 +21.68199874,-157.950832,"American Wigeon (14) 2023-11-04, Black-bellied Plover (1) 2019-03-20, Black-crowned Night Heron (138) 2024-02-22, Black-footed Albatross (2) 2024-01-25, Black-necked Stilt (143) 2024-02-24, Blue-winged Teal (6) 2024-01-27, Bonin Petrel (2) 2024-01-25, Brant (3) 2020-02-22, Bristle-thighed Curlew (138) 2024-02-22, Brown Booby (1) 2019-02-19, Bufflehead (42) 2024-01-27, Cackling Goose (61) 2023-02-25, Canvasback (14) 2024-01-27, Chestnut Munia (28) 2024-01-25, Common Gallinule (132) 2024-02-22, Common Myna (158) 2024-02-22, Common Snipe (1) 2019-02-02, Common Waxbill (96) 2024-02-22, Common/Wilson's Snipe (2) 2023-12-30, Eurasian Wigeon (6) 2022-02-05, Glaucous-winged Gull (8) 2023-10-21, Gray Francolin (37) 2024-01-27, Great Frigatebird (14) 2024-01-27, Greater Scaup (7) 2022-11-26, Greater White-fronted Goose (12) 2020-02-22, Greater Yellowlegs (2) 2019-03-20, Green-winged Teal (18) 2024-01-27, Hawaiian Coot (158) 2024-02-24, Hawaiian Goose (3) 2019-02-19, House Finch (24) 2024-01-27, House Sparrow (4) 2023-10-20, Indian Peafowl (2) 2019-03-28, Java Sparrow (1) 2022-01-08, Laughing Gull (6) 2020-03-08, Laysan Albatross (68) 2024-02-22, Least Tern (2) 2019-10-24, Lesser Scaup (19) 2024-01-27, Lesser Yellowlegs (9) 2022-08-25, Long-billed Dowitcher (22) 2024-01-13, Feral Mallard (164) 2024-02-27, Masked Booby (1) 2019-03-06, Muscovy Duck (3) 2019-10-24, Northern Cardinal (9) 2024-02-22, Northern Harrier (22) 2023-02-24, Northern Pintail (106) 2024-01-27, Northern Shoveler (96) 2024-01-27, Pacific Golden-Plover (148) 2024-02-22, Pectoral Sandpiper (16) 2024-01-27, Red Avadavat (6) 2024-01-27, Red Junglefowl (13) 2023-11-04, Red-crested Cardinal (46) 2024-01-27, Red-tailed Tropicbird (5) 2022-12-03, Red-vented Bulbul (87) 2024-01-27, Red-whiskered Bulbul (44) 2024-01-27, Redhead (8) 2024-01-27, Ring-necked Duck (23) 2023-12-16, Ring-necked Pheasant (53) 2024-01-25, Rock Pigeon (6) 2023-10-20, Ruddy Turnstone (140) 2024-01-27, Saffron Finch (23) 2023-12-16, Sanderling (66) 2023-11-25, Scaly-breasted Munia (27) 2023-11-25, Semipalmated Plover (2) 2023-09-10, Sharp-tailed Sandpiper (17) 2023-11-25, Short-billed/Long-billed Dowitcher (2) 2024-01-13, Snow Goose (26) 2022-02-26, Spotted Dove (107) 2024-02-22, Tristram's Storm-Petrel (2) 2024-01-25, Wandering Tattler (96) 2024-01-13, Warbling White-eye (17) 2024-01-27, Western Cattle Egret (147) 2024-02-22, Western Sandpiper (2) 2022-10-08, Whimbrel (3) 2023-11-25, White Tern (1) 2019-02-19, White-tailed Tropicbird (1) 2022-07-28, Wilson's Snipe (45) 2023-12-23, Zebra Dove",131,2024-01-27 +21.7093942,-157.998969,"Black Noddy (3) 2023-11-09, Black-bellied Plover (1) 2019-04-19, Black-crowned Night Heron (154) 2024-02-28, Black-footed Albatross (14) 2024-02-23, Black-necked Stilt (176) 2024-02-24, Blue-crowned Parakeet (89) 2024-02-25, Bristle-thighed Curlew (22) 2024-02-24, Brown Booby (63) 2024-02-23, Brown Noddy (20) 2023-11-05, Cackling Goose (2) 2021-02-14, Chestnut Munia (127) 2024-02-24, Christmas Shearwater (1) 2022-06-11, Common Gallinule (210) 2024-02-28, Common Myna (464) 2024-02-28, Common Waxbill (321) 2024-02-28, Erckel's Spurfowl (1) 2022-01-26, Glaucous-winged Gull (2) 2024-01-25, Gray Francolin (151) 2024-02-28, Great Frigatebird (47) 2024-01-26, Greater Scaup (1) 2019-02-09, Hawaiian Coot (170) 2024-02-28, House Finch (209) 2024-02-26, House Sparrow (138) 2024-02-24, Indian Peafowl (50) 2023-09-06, Japanese Bush Warbler (8) 2024-01-19, Java Sparrow (122) 2024-02-26, Laysan Albatross (216) 2024-02-28, Lesser Scaup (1) 2019-02-09, Lesser Yellowlegs (1) 2022-01-25, Long-billed Dowitcher (3) 2022-12-13, Feral Mallard (125) 2024-02-19, Masked Booby (31) 2024-02-23, Muscovy Duck (104) 2024-02-28, Northern Cardinal (178) 2024-02-26, Northern Harrier (2) 2023-01-23, Pacific Golden-Plover (373) 2024-02-28, Red Avadavat (5) 2023-12-26, Red Junglefowl (173) 2024-02-28, Red-billed Leiothrix (81) 2024-02-03, Red-crested Cardinal (387) 2024-02-28, Red-crowned Parrot (5) 2022-11-16, Red-footed Booby (64) 2024-02-26, Red-masked Parakeet (1) 2020-08-02, Red-tailed Tropicbird (3) 2023-08-23, Red-vented Bulbul (393) 2024-02-28, Red-whiskered Bulbul (154) 2024-02-28, Rock Pigeon (16) 2024-02-03, Rose-ringed Parakeet (1) 2023-02-02, Ruddy Turnstone (103) 2024-02-25, Saffron Finch (233) 2024-02-28, Sanderling (21) 2024-02-03, Scaly-breasted Munia (19) 2023-12-22, Sooty Tern (6) 2024-02-06, Spotted Dove (326) 2024-02-28, Wandering Tattler (71) 2024-02-25, Warbling White-eye (173) 2024-02-25, Wedge-tailed Shearwater (55) 2023-12-01, Western Cattle Egret (386) 2024-02-28, White Tern (10) 2023-09-30, White-faced Ibis (1) 2019-10-24, White-rumped Shama (258) 2024-02-28, White-tailed Tropicbird (2) 2022-06-09, Wild Turkey (5) 2022-05-16, Yellow-fronted Canary (3) 2023-11-14, Zebra Dove",417,2024-02-28 +21.6820603,-157.9604969,"African Silverbill (1) 2019-09-09, American Wigeon (38) 2022-10-30, Barn Owl (1) 2024-02-19, Black Francolin (2) 2019-10-12, Black-bellied Plover (1) 2023-12-17, Black-crowned Night Heron (825) 2024-02-29, Black-footed Albatross (2) 2023-02-24, Black-necked Stilt (896) 2024-02-29, Blue-crowned Parakeet (1) 2020-09-13, Blue-winged Teal (11) 2023-03-31, Brant (1) 2020-03-08, Bristle-thighed Curlew (46) 2024-02-29, Bufflehead (18) 2023-02-11, Cackling Goose (3) 2023-02-11, Chestnut Munia (90) 2023-12-24, Common Gallinule (305) 2024-02-19, Common Myna (823) 2024-02-19, Common Snipe (2) 2019-01-26, Common Waxbill (325) 2024-02-23, Dunlin (13) 2021-01-09, Eurasian Wigeon (3) 2024-01-29, Gray Francolin (22) 2023-03-14, Great Frigatebird (19) 2024-01-19, Greater Scaup (1) 2020-11-24, Greater Yellowlegs (6) 2019-01-26, Green-winged Teal (9) 2020-11-25, Hawaiian Coot (1038) 2024-02-29, House Finch (168) 2024-02-19, House Sparrow (160) 2024-01-01, Indian Peafowl (5) 2023-09-02, Java Sparrow (13) 2024-01-15, Laysan Albatross (37) 2024-02-29, Least Tern (21) 2021-10-24, Lesser Scaup (36) 2021-11-10, Lesser Yellowlegs (59) 2022-07-23, Long-billed Dowitcher (57) 2023-02-11, Feral Mallard (660) 2024-01-29, Muscovy Duck (69) 2023-12-24, Northern Cardinal (57) 2024-01-30, Northern Pintail (38) 2024-01-19, Northern Shoveler (62) 2023-10-20, Pacific Golden-Plover (756) 2024-02-29, Pectoral Sandpiper (99) 2023-09-28, Peregrine Falcon (1) 2020-12-15, Red Avadavat (40) 2023-12-04, Red Junglefowl (51) 2024-01-14, Red Knot (1) 2024-01-06, Red-billed Leiothrix (1) 2023-12-04, Red-crested Cardinal (250) 2024-02-29, Red-vented Bulbul (542) 2024-02-19, Red-whiskered Bulbul (121) 2024-02-29, Ring-necked Duck (17) 2021-11-06, Ring-necked Pheasant (57) 2024-02-14, Rock Pigeon (40) 2023-12-22, Ruddy Turnstone (424) 2024-02-19, Ruff (17) 2020-09-17, Saffron Finch (31) 2024-01-30, Sanderling (195) 2024-01-11, Scaly-breasted Munia (51) 2023-12-22, Semipalmated Plover (49) 2024-01-19, Sharp-tailed Sandpiper (4) 2019-10-02, Solitary Sandpiper (23) 2020-10-12, Sooty Tern (1) 2021-04-28, Spotted Dove (625) 2024-02-05, Spotted Sandpiper (3) 2021-10-07, Wandering Tattler (237) 2024-02-29, Warbling White-eye (166) 2024-01-30, Wedge-tailed Shearwater (1) 2019-05-06, Western Cattle Egret (663) 2024-02-29, White-rumped Shama (9) 2024-01-30, Wilson's Snipe (5) 2021-09-14, Yellow-fronted Canary (5) 2021-12-08, Zebra Dove",587,2024-02-19 +21.69103078,-157.9507665,"African Silverbill (3) 2020-01-01, American Wigeon (5) 2023-11-04, Black-bellied Plover (2) 2019-02-16, Black-crowned Night Heron (153) 2024-02-24, Black-footed Albatross (11) 2024-02-22, Black-necked Stilt (174) 2024-02-24, Blue-winged Teal (1) 2024-01-27, Bonin Petrel (1) 2024-02-22, Bristle-thighed Curlew (167) 2024-02-24, Brown Booby (11) 2022-03-14, Brown Noddy (2) 2022-03-14, Bufflehead (37) 2024-02-24, Cackling Goose (72) 2023-02-25, Canvasback (11) 2024-02-10, Chestnut Munia (47) 2024-02-10, Common Gallinule (158) 2024-02-24, Common Myna (183) 2024-02-24, Common Snipe (5) 2019-02-09, Common Waxbill (127) 2024-02-24, Common/Wilson's Snipe (4) 2023-11-18, Glaucous-winged Gull (2) 2024-01-27, Gray Francolin (35) 2024-01-27, Great Frigatebird (15) 2024-02-03, Greater Scaup (1) 2022-11-26, Greater White-fronted Goose (16) 2020-01-04, Greater Yellowlegs (17) 2019-02-16, Green-winged Teal (31) 2024-01-27, Hawaiian Coot (184) 2024-02-24, Hawaiian Goose (19) 2019-02-16, House Finch (70) 2024-02-24, House Sparrow (9) 2023-03-29, Indian Peafowl (2) 2019-10-05, Japanese Bush Warbler (1) 2020-01-01, Java Sparrow (4) 2024-02-10, Laughing Gull (2) 2024-02-10, Laysan Albatross (63) 2024-02-24, Least Tern (27) 2020-07-09, Lesser Scaup (11) 2024-02-17, Lesser Yellowlegs (17) 2019-04-22, Long-billed Dowitcher (25) 2023-11-25, Feral Mallard (183) 2024-02-17, Masked Booby (6) 2022-11-06, Muscovy Duck (3) 2019-10-10, Northern Cardinal (48) 2024-02-24, Northern Harrier (14) 2023-02-25, Northern Mockingbird (5) 2024-02-24, Northern Pintail (93) 2024-02-10, Northern Shoveler (108) 2024-02-10, Pacific Golden-Plover (180) 2024-02-24, Pectoral Sandpiper (32) 2024-01-27, Red Avadavat (25) 2024-02-10, Red Junglefowl (7) 2023-12-09, Red-crested Cardinal (82) 2024-02-24, Red-footed Booby (6) 2022-03-14, Red-tailed Tropicbird (9) 2023-06-30, Red-vented Bulbul (127) 2024-02-24, Red-whiskered Bulbul (68) 2024-02-10, Redhead (8) 2024-02-10, Ring-necked Duck (17) 2024-01-27, Ring-necked Pheasant (83) 2024-02-24, Rock Pigeon (21) 2023-10-21, Ruddy Turnstone (156) 2024-02-24, Saffron Finch (35) 2024-02-10, Sanderling (76) 2023-11-26, Scaly-breasted Munia (18) 2024-02-10, Sharp-tailed Sandpiper (26) 2023-11-25, Short-eared Owl (1) 2019-10-17, Snow Goose (7) 2022-03-14, Sooty Tern (2) 2022-03-14, Spotted Dove (129) 2024-02-24, Tristram's Storm-Petrel (2) 2024-02-22, Wandering Tattler (108) 2024-02-10, Warbling White-eye (43) 2024-02-24, Wedge-tailed Shearwater (5) 2023-06-30, Western Cattle Egret (188) 2024-02-24, Western Sandpiper (9) 2022-10-15, Whimbrel (5) 2023-11-18, White Tern (2) 2022-03-14, White-rumped Shama (4) 2023-01-23, Wilson's Snipe (21) 2024-02-03, Yellow-fronted Canary (1) 2023-11-04, Zebra Dove",134,2024-02-24 +21.35720012,-158.0206706,"African Silverbill (283) 2024-02-28, American Wigeon (113) 2024-02-05, Barn Owl (1) 2020-09-03, Black-bellied Plover (6) 2023-09-27, Black-crowned Night Heron (786) 2024-02-29, Black-necked Stilt (1124) 2024-02-29, Blue-winged Teal (14) 2023-10-29, Bristle-thighed Curlew (1) 2019-08-27, Bufflehead (79) 2024-01-21, Cackling Goose (112) 2024-02-20, Canvasback (2) 2023-11-22, Chestnut Munia (320) 2024-02-20, Cockatiel (2) 2023-10-12, Common Gallinule (1099) 2024-02-29, Common Myna (981) 2024-02-29, Common Tern (22) 2021-03-07, Common Waxbill (915) 2024-02-29, Common/Wilson's Snipe (1) 2022-10-09, Eurasian Wigeon (77) 2024-02-05, Gadwall (65) 2024-02-29, Gray Francolin (857) 2024-02-29, Great Egret (80) 2021-06-12, Great Frigatebird (1) 2020-08-28, Greater Scaup (7) 2020-11-16, Greater White-fronted Goose (152) 2021-05-14, Green-winged Teal (135) 2024-02-29, Hawaiian Coot (1175) 2024-02-29, House Finch (349) 2024-02-25, House Sparrow (84) 2024-01-21, Japanese Bush Warbler (4) 2023-05-22, Java Sparrow (347) 2024-02-29, Laughing Gull (13) 2021-03-31, Least Tern (22) 2023-08-29, Lesser Scaup (73) 2023-12-05, Lesser Yellowlegs (67) 2024-01-04, Long-billed Dowitcher (170) 2024-02-28, Feral Mallard (1160) 2024-02-20, Mourning Dove (422) 2024-02-24, Muscovy Duck (5) 2023-08-26, Northern Cardinal (841) 2024-02-29, Northern Harrier (19) 2023-04-01, Northern Mockingbird (1) 2023-09-28, Northern Pintail (508) 2024-02-24, Northern Shoveler (425) 2024-02-29, Pacific Golden-Plover (1016) 2024-02-29, Pectoral Sandpiper (114) 2023-11-14, Peregrine Falcon (2) 2024-02-20, Red Avadavat (416) 2024-02-27, Red Junglefowl (28) 2024-02-23, Red Knot (37) 2024-01-01, Red-billed Leiothrix (14) 2023-11-26, Red-crested Cardinal (767) 2024-02-28, Red-crowned Parrot (1) 2021-05-23, Red-vented Bulbul (980) 2024-02-29, Red-whiskered Bulbul (344) 2024-02-29, Ring-necked Duck (37) 2023-12-30, Rock Pigeon (628) 2024-02-29, Rose-ringed Parakeet (417) 2024-02-29, Ruddy Turnstone (891) 2024-02-29, Ruff (9) 2022-11-11, Saffron Finch (411) 2024-02-29, Sanderling (74) 2024-02-19, Scaly-breasted Munia (101) 2024-02-20, Sharp-tailed Sandpiper (28) 2023-11-14, Short-billed/Long-billed Dowitcher (1) 2023-09-29, Slaty-backed Gull (15) 2020-03-09, Snow Goose (1) 2020-10-19, Spotted Dove (1090) 2024-02-29, Wandering Tattler (349) 2024-02-18, Warbling White-eye (702) 2024-02-29, Western Cattle Egret (1106) 2024-02-29, White Tern (1) 2023-11-14, White-faced Ibis (391) 2024-02-29, White-rumped Shama (714) 2024-02-29, Wilson's Snipe (7) 2022-11-13, Yellow-fronted Canary (131) 2024-02-29, Zebra Dove",1095,2024-02-29 +21.69109285,-157.960432,"African Silverbill (3) 2022-11-10, American Wigeon (21) 2024-02-28, Bar-tailed Godwit (1) 2023-10-20, Barn Owl (8) 2023-08-19, Black Noddy (3) 2020-03-17, Black-bellied Plover (37) 2022-10-01, Black-crowned Night Heron (450) 2024-02-28, Black-footed Albatross (13) 2024-02-28, Black-necked Stilt (613) 2024-02-28, Blue-winged Teal (13) 2024-01-27, Bonin Petrel (4) 2024-02-22, Brant (25) 2020-02-22, Bristle-thighed Curlew (348) 2024-02-28, Brown Booby (12) 2023-12-08, Brown Noddy (10) 2022-10-01, Bufflehead (66) 2024-02-28, Cackling Goose (34) 2023-03-08, Canvasback (12) 2024-02-28, Chestnut Munia (68) 2024-01-25, Common Gallinule (374) 2024-02-28, Common Myna (464) 2024-02-28, Common Snipe (6) 2019-02-12, Common Waxbill (364) 2024-02-28, Dunlin (25) 2021-02-07, Eurasian Skylark (3) 2023-11-03, Eurasian Wigeon (11) 2023-12-22, Glaucous-winged Gull (3) 2022-01-08, Gray Francolin (132) 2024-02-28, Great Frigatebird (58) 2024-01-27, Greater Scaup (1) 2020-11-15, Greater White-fronted Goose (203) 2020-04-20, Greater Yellowlegs (10) 2022-08-20, Green-winged Teal (77) 2024-01-27, Hawaiian Coot (645) 2024-02-28, Hawaiian Duck (3) 2020-11-15, Hawaiian Goose (6) 2019-02-10, House Finch (184) 2024-02-28, House Sparrow (31) 2023-11-03, Japanese Bush Warbler (36) 2024-02-28, Java Sparrow (4) 2022-03-06, Laughing Gull (80) 2020-03-12, Laysan Albatross (231) 2024-02-28, Least Tern (29) 2021-05-31, Lesser Scaup (37) 2024-02-28, Lesser Yellowlegs (16) 2020-09-23, Long-billed Dowitcher (144) 2022-11-08, Feral Mallard (520) 2024-02-24, Masked Booby (3) 2019-05-22, Mourning Dove (8) 2023-03-05, Muscovy Duck (9) 2021-01-17, Northern Cardinal (149) 2024-02-28, Northern Harrier (6) 2023-03-08, Northern Mockingbird (19) 2023-07-18, Northern Pintail (296) 2024-02-28, Northern Shoveler (341) 2024-02-28, Pacific Golden-Plover (576) 2024-02-28, Pectoral Sandpiper (63) 2024-01-27, Peregrine Falcon (6) 2023-03-08, Red Avadavat (127) 2024-01-27, Red Junglefowl (11) 2023-12-22, Red Knot (4) 2023-11-22, Red Phalarope (1) 2019-04-04, Red-billed Leiothrix (41) 2023-12-22, Red-crested Cardinal (246) 2024-02-28, Red-footed Booby (18) 2023-11-10, Red-tailed Tropicbird (5) 2022-11-21, Red-vented Bulbul (325) 2024-02-28, Red-whiskered Bulbul (137) 2024-02-28, Redhead (10) 2024-02-28, Ring-billed Gull (2) 2020-01-04, Ring-necked Duck (58) 2024-02-28, Ring-necked Pheasant (228) 2024-02-28, Rock Pigeon (3) 2024-01-03, Rose-ringed Parakeet (1) 2023-07-18, Ruddy Turnstone (545) 2024-02-28, Ruff (1) 2020-09-12, Saffron Finch (41) 2024-02-28, Sanderling (308) 2024-01-19, Scaly-breasted Munia (130) 2024-02-28, Semipalmated Plover (2) 2019-09-15, Sharp-tailed Sandpiper (29) 2023-10-28, Short-billed Dowitcher (1) 2022-08-20, Short-billed/Long-billed Dowitcher (1) 2022-09-25, Short-eared Owl (2) 2020-01-30, Slaty-backed Gull (2) 2019-02-11, Snow Goose (9) 2022-02-19, Snowy Egret (1) 2021-04-02, Solitary Sandpiper (2) 2023-10-28, Sooty Shearwater (1) 2019-04-04, Sooty Tern (11) 2022-10-01, Spotted Dove (361) 2024-02-28, Tristram's Storm-Petrel (3) 2024-02-22, Wandering Tattler (360) 2024-02-28, Warbling White-eye (210) 2024-02-28, Wedge-tailed Shearwater (58) 2023-12-08, Western Cattle Egret (440) 2024-02-28, Whimbrel (15) 2023-12-05, White-rumped Shama (85) 2024-02-28, White-tailed Tropicbird (1) 2021-04-02, Wilson's Snipe (63) 2023-12-23, Yellow-fronted Canary (1) 2021-11-29, Zebra Dove",354,2024-02-28 From 2009bc8a9875300c52f2b5b0bdd7d57ce3bbc08c Mon Sep 17 00:00:00 2001 From: avenmia Date: Tue, 18 Feb 2025 20:35:00 -1000 Subject: [PATCH 2/4] Fixing the script --- DataProcessing/CleanSightingsData.py | 37 +- DataProcessing/Structured_Bird_Data.csv | 17601 ++++++++++++++++++++-- 2 files changed, 16749 insertions(+), 889 deletions(-) diff --git a/DataProcessing/CleanSightingsData.py b/DataProcessing/CleanSightingsData.py index d308bef..a545183 100644 --- a/DataProcessing/CleanSightingsData.py +++ b/DataProcessing/CleanSightingsData.py @@ -7,21 +7,32 @@ # Function to extract species, count, and date def parse_species_data(entry): - match = re.match(r"(.+) \((\d+)\) (\d{4}-\d{2}-\d{2})", entry) - if match: - species, count, date = match.groups() - return species, int(count), date - return None, None, None + observations = entry.split(", ") + parsed_entries = [] + for obs in observations: + match = re.match(r"(.+) \((\d+)\) (\d{4}-\d{2}-\d{2})", obs) + if match: + species, count, date = match.groups() + parsed_entries.append((species, int(count), date)) + return parsed_entries -# Apply parsing function to each row -df[['Species', 'Count', 'Date']] = df['Aggregated_Species_Data'].apply( - lambda x: pd.Series(parse_species_data(x)) -) +# Expand rows for multiple species observations +expanded_rows = [] +for _, row in df.iterrows(): + parsed_entries = parse_species_data(row['Aggregated_Species_Data']) + for species, count, date in parsed_entries: + expanded_rows.append({ + 'Latitude': row['Latitude'], + 'Longitude': row['Longitude'], + 'Species': species, + 'Count': count, + 'Date': date + }) -# Drop the original column -df.drop(columns=['Aggregated_Species_Data'], inplace=True) +# Create a new DataFrame with structured data +structured_df = pd.DataFrame(expanded_rows) # Save the structured data -df.to_csv("Structured_Bird_Data.csv", index=False) +structured_df.to_csv("Structured_Bird_Data.csv", index=False) -print("Structured data saved as 'Structured_Bird_Data.csv'") +print("Structured data saved as 'Structured_Bird_Data.csv'") \ No newline at end of file diff --git a/DataProcessing/Structured_Bird_Data.csv b/DataProcessing/Structured_Bird_Data.csv index 170550a..40d4513 100644 --- a/DataProcessing/Structured_Bird_Data.csv +++ b/DataProcessing/Structured_Bird_Data.csv @@ -76,879 +76,16728 @@ Latitude,Longitude,Species,Count,Date 21.59122467,-157.8838739,Chestnut Munia,1,2019-03-11 21.63730367,-158.0284548,Warbling White-eye,1,2022-10-27 21.63683409,-157.9511588,Barn Owl,1,2023-03-18 -21.24742823,-157.809393,"Brown Booby (1) 2023-04-17, Wedge-tailed Shearwater",1,2023-04-17 -21.25666347,-157.8382298,"Great Frigatebird (1) 2024-02-09, Masked Booby",1,2024-02-09 -21.26738912,-158.1176481,"Wedge-tailed Shearwater (1) 2021-09-19, White Tern",1,2021-09-19 -21.27589264,-158.0212091,"Brown Booby (1) 2019-01-20, White Tern",1,2019-01-20 -21.30264901,-157.9631898,"Brown Booby (1) 2019-01-13, White Tern",1,2019-01-13 -21.30106368,-157.7318439,"Common Waxbill (1) 2022-10-17, Red-vented Bulbul",1,2022-10-17 -21.30038558,-157.6450952,"Great Frigatebird (2) 2021-06-22, Masked Booby",2,2021-06-22 -21.31112575,-157.8763638,"Common Myna (1) 2024-01-09, White Tern",1,2022-07-12 -21.31016916,-157.7414056,"Oahu Elepaio (2) 2021-03-28, White-rumped Shama",1,2019-03-31 -21.34880027,-158.1364494,"Brown Booby (3) 2023-03-30, White Tern",1,2023-03-30 -21.34860058,-158.0978761,"Eurasian Skylark (1) 2019-11-02, Western Cattle Egret",1,2019-11-02 -21.3645818,-157.7698723,"Common Myna (1) 2021-10-16, Java Sparrow",1,2019-05-12 -21.3934471,-158.039722,"Barn Owl (1) 2019-05-20, Red-masked Parakeet",2,2021-12-05 -21.39339152,-158.0300759,"Red-vented Bulbul (1) 2020-02-02, Saffron Finch",1,2020-02-02 -21.39223047,-157.8468073,"Red-billed Leiothrix (1) 2021-11-26, Warbling White-eye",1,2021-11-26 -21.43648389,-157.7210278,"Black Noddy (1) 2019-02-05, Brown Noddy",1,2019-02-05 -21.45526118,-157.8173622,"Masked Booby (2) 2022-01-29, White-rumped Shama",1,2022-12-29 -21.47446779,-157.9909331,"Japanese Bush Warbler (1) 2023-07-31, Warbling White-eye",1,2023-07-31 -21.47325822,-157.8075657,"Great Frigatebird (1) 2020-01-28, Western Cattle Egret",1,2020-01-28 -21.49363759,-158.1935166,"Red-vented Bulbul (1) 2023-11-17, White-rumped Shama",1,2023-11-17 -21.50285349,-158.2320822,"Brown Booby (1) 2019-04-21, Masked Booby",1,2019-04-21 -21.51077519,-158.0196448,"Rose-ringed Parakeet (1) 2021-08-26, White-rumped Shama",1,2021-08-26 -21.52963605,-158.1643486,"Erckel's Spurfowl (1) 2022-01-22, Zebra Dove",1,2022-01-22 -21.56618496,-158.2510584,"Great Frigatebird (1) 2022-01-07, Laysan Albatross",1,2022-01-07 -21.56406053,-157.8744247,"Red-crested Cardinal (1) 2022-02-11, Zebra Dove",1,2022-02-11 -21.58384339,-158.1640345,"Laysan Albatross (1) 2022-02-27, Sanderling",1,2022-02-27 -21.62754997,-157.9125793,"Ruddy Turnstone (1) 2022-01-04, Wandering Tattler",1,2022-01-04 -21.646223,-158.0090688,"Feral Mallard (1) 2022-03-23, Red-vented Bulbul",1,2022-03-23 -21.66399467,-157.9606265,"Great Frigatebird (1) 2021-05-12, Red-vented Bulbul",2,2023-06-10 -21.23839507,-157.8094654,"Brown Booby (1) 2021-03-20, Sooty Tern (1) 2021-03-20, White Tern",1,2021-03-20 -21.26576306,-157.8477961,"Rock Pigeon (1) 2022-11-25, Wedge-tailed Shearwater (1) 2022-11-25, White Tern",1,2022-11-25 -21.27492734,-157.8670007,"Brown Booby (1) 2023-01-24, Sooty Tern (1) 2023-01-24, White Tern",1,2023-01-24 -21.28550839,-158.1271798,"Brown Booby (1) 2022-10-18, Wedge-tailed Shearwater (1) 2022-10-18, White Tern",1,2022-10-18 -21.29238729,-157.7801135,"Red-vented Bulbul (1) 2019-03-18, Spotted Dove (1) 2019-03-18, Warbling White-eye",1,2019-03-18 -21.30252957,-157.9439101,"Eurasian Skylark (1) 2019-01-20, Pacific Golden-Plover (1) 2019-01-20, Spotted Dove",1,2022-09-20 -21.3125633,-158.1173791,"Brown Booby (1) 2020-04-04, Ruddy Turnstone (1) 2020-04-04, Sooty Tern",1,2020-04-04 -21.3213421,-158.0691187,"Red Junglefowl (1) 2022-12-22, Red-vented Bulbul (1) 2022-12-22, Zebra Dove",1,2022-12-22 -21.34889658,-158.1557362,"Brown Booby (1) 2023-02-21, Red-footed Booby (1) 2023-02-21, Sooty Tern",1,2023-02-21 -21.34672523,-157.7989498,"Red-billed Leiothrix (1) 2019-09-01, Warbling White-eye (1) 2019-09-01, White-rumped Shama",1,2019-09-01 -21.36687025,-158.1363436,"Common Myna (1) 2023-05-08, House Sparrow (1) 2023-05-08, Saffron Finch",1,2023-05-08 -21.36558081,-157.914526,"Chestnut Munia (1) 2023-04-14, Common Waxbill (1) 2023-04-14, Pacific Golden-Plover",1,2019-11-09 -21.37361491,-157.7697968,"Common Myna (2) 2023-10-24, Red Junglefowl (2) 2023-10-18, Western Cattle Egret",1,2023-10-24 -21.40219736,-157.99143,"Red-crowned Parrot (1) 2019-07-23, Rose-ringed Parakeet (2) 2021-12-19, Western Cattle Egret",1,2019-10-19 -21.40112966,-157.8274445,"Red-crested Cardinal (1) 2023-03-16, White-tailed Tropicbird (2) 2022-06-27, Yellow-fronted Canary",1,2023-03-16 -21.42060375,-158.0491927,"Red-vented Bulbul (1) 2023-03-29, Spotted Dove (1) 2023-03-29, Zebra Dove",1,2023-03-29 -21.43684661,-157.7692672,"Black Noddy (2) 2021-10-02, House Sparrow (1) 2021-09-03, Western Cattle Egret",1,2021-10-02 -21.44753833,-158.0200682,"Black-crowned Night Heron (1) 2022-01-07, Common Myna (1) 2021-06-09, Rock Pigeon",1,2021-06-09 -21.45745365,-158.1840649,"Common Myna (1) 2023-06-13, Red-vented Bulbul (1) 2023-06-13, Zebra Dove",1,2023-06-13 -21.4567963,-158.0586089,"House Finch (1) 2021-12-19, Rose-ringed Parakeet (1) 2022-08-27, Saffron Finch",2,2022-12-03 -21.46679988,-158.2515754,"Brown Booby (1) 2023-04-01, Brown Noddy (1) 2023-04-01, Wedge-tailed Shearwater",1,2023-04-01 -21.46566241,-158.0295981,"Common Myna (1) 2019-02-18, Northern Mockingbird (1) 2019-02-18, Red-crested Cardinal",1,2023-04-19 -21.4748082,-158.0488412,"Common Myna (2) 2023-03-29, House Finch (2) 2023-03-29, Red-vented Bulbul",2,2023-03-29 -21.48469549,-158.2128715,"Common Myna (2) 2019-09-26, Indian Peafowl (2) 2019-09-26, Zebra Dove",2,2019-09-26 -21.48411567,-158.097043,"Common Waxbill (2) 2021-12-11, Red-vented Bulbul (2) 2021-12-11, Zebra Dove",2,2021-12-11 -21.49381902,-158.2321296,"Common Myna (3) 2022-03-20, Red-crested Cardinal (1) 2021-12-13, Saffron Finch",2,2022-03-20 -21.51105221,-158.0679138,"Common Myna (1) 2021-10-23, Red-crested Cardinal (2) 2024-02-10, Spotted Dove",1,2021-10-23 -21.51099774,-158.0582599,"Black Francolin (2) 2023-06-02, Eurasian Skylark (2) 2023-06-02, Gray Francolin",2,2023-06-02 -21.51992124,-158.0388929,"Common Myna (1) 2022-05-16, Spotted Dove (1) 2022-05-16, Western Cattle Egret",1,2022-05-16 -21.53689561,-157.8649787,"Japanese Bush Warbler (1) 2022-02-10, Red-whiskered Bulbul (1) 2022-02-10, White-tailed Tropicbird",1,2022-02-10 -21.57444804,-158.0964838,"Common Myna (1) 2022-05-09, Western Cattle Egret (3) 2023-11-24, Zebra Dove",2,2023-11-24 -21.60069992,-157.9514196,"Apapane (1) 2021-09-18, Common Waxbill (1) 2021-09-18, Warbling White-eye",1,2021-09-18 -21.60051439,-157.9224414,"Common Myna (1) 2024-02-07, Common Waxbill (1) 2024-02-07, Zebra Dove",1,2024-02-07 -21.62843706,-158.0575,"Common Myna (1) 2023-08-26, Red-crested Cardinal (1) 2023-08-26, White-tailed Tropicbird",1,2023-08-26 -21.2474961,-157.8190289,"Red-footed Booby (1) 2023-07-26, Sooty Tern (1) 2024-01-18, Wedge-tailed Shearwater (2) 2023-09-06, White Tern",3,2024-01-18 -21.27479643,-157.8477258,"Black Noddy (1) 2023-12-27, Brown Booby (5) 2023-12-31, Brown Noddy (1) 2019-03-01, White Tern",3,2023-12-31 -21.28396082,-157.8669314,"Brown Booby (5) 2024-01-21, Sooty Tern (1) 2024-01-21, White Tern",5,2024-01-21 -21.28239821,-157.654898,"Common Waxbill (1) 2021-10-17, Pacific Golden-Plover (1) 2021-10-17, Red-crested Cardinal (1) 2021-10-17, Rock Pigeon",1,2021-10-17 -21.29444375,-158.1078472,"Common Myna (1) 2023-11-19, House Sparrow (1) 2023-11-19, Pacific Golden-Plover (1) 2023-11-19, Zebra Dove",1,2023-11-19 -21.30347858,-158.1077928,"Red Junglefowl (1) 2023-10-13, Rock Pigeon (1) 2023-10-13, Saffron Finch (1) 2023-10-13, Zebra Dove",1,2023-10-13 -21.30258967,-157.95355,"Brown Booby (4) 2022-07-10, Red-footed Booby (2) 2020-02-04, Sooty Tern (2) 2020-02-04, White Tern",4,2022-07-10 -21.33032108,-158.0594192,"Common Myna (1) 2023-07-29, Red Avadavat (1) 2023-07-29, Red-vented Bulbul (2) 2023-07-29, Saffron Finch",1,2023-07-29 -21.3279416,-157.7026896,"Common Myna (1) 2022-06-10, House Finch (1) 2022-06-10, Spotted Dove (1) 2022-06-10, Zebra Dove",1,2022-06-10 -21.34870188,-158.1171627,"Black Swan (1) 2022-06-27, Common Myna (1) 2022-06-27, Hawaiian Coot (1) 2021-03-20, Feral Mallard",1,2022-06-27 -21.38517725,-158.1844667,"Brown Booby (1) 2023-03-05, Sooty Tern (1) 2023-03-05, Wedge-tailed Shearwater (1) 2023-03-05, White Tern",1,2023-03-05 -21.43025556,-158.164918,"Black-crowned Night Heron (1) 2022-06-22, Black-necked Stilt (3) 2022-06-22, Red-vented Bulbul (1) 2022-06-22, Spotted Dove",1,2022-06-22 -21.44851208,-158.2034157,"Brown Booby (1) 2021-01-04, Brown Noddy (1) 2021-01-04, Red-footed Booby (1) 2021-01-04, Saffron Finch",1,2021-03-17 -21.44675653,-157.8946265,"Apapane (1) 2020-03-11, Barn Owl (1) 2020-03-11, Oahu Amakihi (1) 2020-03-11, Warbling White-eye",1,2020-03-11 -21.45750047,-158.1937157,"Common Myna (1) 2023-05-12, Red-crested Cardinal (1) 2023-05-12, Red-vented Bulbul (1) 2023-05-12, Rock Pigeon",1,2023-05-12 -21.47458309,-158.0102356,"Common Myna (1) 2023-07-31, Red-crested Cardinal (1) 2023-07-31, Rose-ringed Parakeet (1) 2019-12-31, Western Cattle Egret",1,2023-07-31 -21.48486969,-158.2514832,"Brown Booby (1) 2022-11-09, Brown Noddy (1) 2022-11-09, Wedge-tailed Shearwater (1) 2022-11-09, White Tern",1,2022-11-09 -21.50162711,-158.0003993,"Common Myna (1) 2023-07-30, House Sparrow (1) 2023-07-30, Rose-ringed Parakeet (1) 2023-07-30, Western Cattle Egret",1,2024-01-12 -21.61053102,-158.0865985,"Indian Peafowl (1) 2023-01-27, Red-whiskered Bulbul (1) 2023-07-08, Sanderling (2) 2023-04-15, Wandering Tattler",1,2023-04-14 -21.61972087,-158.1155241,"Brown Booby (1) 2021-06-28, Masked Booby (1) 2021-08-15, Wedge-tailed Shearwater (1) 2021-08-15, Western Cattle Egret",1,2021-06-28 -21.63718937,-158.0091305,"Apapane (3) 2021-01-16, Red-vented Bulbul (3) 2021-01-16, Red-whiskered Bulbul (3) 2021-01-16, Warbling White-eye",3,2021-01-16 -21.69150255,-158.0280909,"Black-crowned Night Heron (1) 2022-09-21, Common Gallinule (1) 2022-09-21, Hawaiian Coot (1) 2022-09-21, Muscovy Duck",1,2022-09-21 -21.25835425,-158.1177017,"Black Noddy (2) 2021-01-14, Great Frigatebird (1) 2021-01-14, Laysan Albatross (1) 2021-01-14, White Tern (1) 2021-01-14, Zebra Dove",1,2021-01-14 -21.27499189,-157.8766382,"Brown Booby (3) 2024-01-10, Rock Pigeon (1) 2020-03-05, Sooty Tern (1) 2020-03-05, Wedge-tailed Shearwater (1) 2023-11-07, White Tern",2,2023-11-07 -21.29305893,-157.8765009,"Brown Booby (4) 2024-01-10, Red-footed Booby (1) 2023-02-14, Sooty Tern (1) 2023-01-24, Wedge-tailed Shearwater (1) 2023-10-07, White Tern",2,2023-02-14 -21.3128047,-158.1655839,"Black Noddy (1) 2019-10-13, Brown Booby (1) 2019-10-13, Masked Booby (1) 2019-10-13, Wedge-tailed Shearwater (1) 2019-10-13, White Tern",1,2019-10-13 -21.31156388,-157.9438458,"House Sparrow (2) 2021-12-02, Pacific Golden-Plover (2) 2021-12-02, Spotted Dove (2) 2021-12-02, White Tern",2,2023-06-29 -21.31912965,-157.7316887,"Red Junglefowl (1) 2022-10-17, Red-billed Leiothrix (1) 2022-10-17, Red-vented Bulbul (1) 2022-10-17, Red-whiskered Bulbul (1) 2022-10-17, Warbling White-eye",1,2022-10-17 -21.32992778,-157.9919253,"Gray Francolin (3) 2019-06-09, Mourning Dove (1) 2019-03-15, Saffron Finch (2) 2019-04-18, Spotted Dove (1) 2019-04-16, White-rumped Shama",1,2019-05-13 -21.34854812,-158.0882329,"Common Myna (1) 2021-03-21, House Sparrow (1) 2020-12-20, Java Sparrow (1) 2020-12-20, Spotted Dove (2) 2021-05-27, Zebra Dove",1,2020-12-21 -21.35575839,-157.7988761,"Common Myna (1) 2021-07-16, Red-whiskered Bulbul (1) 2021-07-16, Western Cattle Egret (1) 2021-07-16, White-rumped Shama (2) 2023-09-25, Zebra Dove",1,2021-07-16 -21.36672346,-158.1074103,"Erckel's Spurfowl (1) 2019-01-23, Eurasian Skylark (2) 2020-10-25, Northern Mockingbird (1) 2019-01-23, Western Cattle Egret (1) 2019-01-23, Zebra Dove",1,2019-01-23 -21.36513036,-157.8470199,"Pacific Golden-Plover (1) 2024-02-02, Red Junglefowl (1) 2023-05-17, Red-whiskered Bulbul (1) 2024-02-02, Western Cattle Egret (1) 2023-05-17, White-rumped Shama",1,2024-02-02 -21.37492194,-157.9626826,"Common Myna (1) 2023-11-15, Pacific Golden-Plover (1) 2023-11-15, Spotted Dove (1) 2023-11-15, Western Cattle Egret (1) 2023-11-15, Zebra Dove",1,2023-11-15 -21.38377238,-157.933683,"Common Myna (2) 2023-03-29, Red Junglefowl (2) 2023-03-29, Red-vented Bulbul (2) 2023-03-29, Rose-ringed Parakeet (2) 2023-07-03, Zebra Dove",2,2023-03-29 -21.39274372,-157.9239717,"Common Myna (1) 2019-09-20, Red-crested Cardinal (1) 2019-09-20, Red-vented Bulbul (1) 2019-09-20, Red-whiskered Bulbul (1) 2019-09-20, Zebra Dove",1,2019-09-20 -21.41055867,-157.8852521,"Apapane (1) 2021-10-31, House Finch (1) 2021-10-31, Oahu Amakihi (1) 2021-10-31, Red-billed Leiothrix (1) 2021-10-31, Warbling White-eye",1,2021-10-31 -21.4396103,-158.2324139,"Black Noddy (1) 2023-05-14, Brown Booby (1) 2023-05-14, Brown Noddy (1) 2023-05-14, Wedge-tailed Shearwater (1) 2023-05-14, White Tern",1,2023-05-14 -21.4756611,-158.2129202,"Erckel's Spurfowl (1) 2022-01-20, Gray Francolin (1) 2022-01-20, Red-vented Bulbul (1) 2022-01-20, Warbling White-eye (1) 2022-01-20, Zebra Dove",1,2022-01-20 -21.49372985,-158.2128228,"Apapane (1) 2023-04-28, Erckel's Spurfowl (2) 2023-06-17, Red-whiskered Bulbul (1) 2023-04-28, Warbling White-eye (1) 2023-04-28, White-tailed Tropicbird",1,2023-06-17 -21.49166339,-157.8556774,"Java Sparrow (1) 2023-04-24, Pacific Golden-Plover (1) 2023-03-29, Red Junglefowl (1) 2023-03-29, Ruddy Turnstone (1) 2023-04-24, Western Cattle Egret",2,2023-10-16 -21.51060283,-157.990684,"Chestnut Munia (1) 2024-01-18, Common Myna (2) 2024-01-18, Java Sparrow (1) 2024-01-18, Red-vented Bulbul (2) 2024-01-18, White-rumped Shama",1,2023-06-27 -21.51975201,-158.00993,"Common Myna (1) 2022-07-09, Indian Peafowl (1) 2022-07-09, Red-vented Bulbul (1) 2022-07-09, Warbling White-eye (1) 2022-07-09, White-rumped Shama",1,2019-03-15 -21.637073,-157.9898064,"Apapane (1) 2022-07-08, Common Waxbill (1) 2022-07-08, Oahu Amakihi (1) 2022-07-08, Warbling White-eye (1) 2022-07-08, White-rumped Shama",1,2022-07-08 -21.70047805,-158.0183639,"Hawaiian Coot (1) 2021-06-12, Indian Peafowl (1) 2021-06-12, Saffron Finch (1) 2021-06-12, White-rumped Shama (1) 2021-06-12, Yellow-fronted Canary",1,2021-06-12 -21.25840372,-158.1273391,"Brown Booby (1) 2019-07-22, Great Frigatebird (1) 2019-07-22, Red-footed Booby (1) 2019-07-22, Wedge-tailed Shearwater (1) 2019-07-22, White Tern (1) 2019-07-22, White-tailed Tropicbird",1,2019-07-22 -21.25659668,-157.8285934,"Black Noddy (1) 2022-02-15, Black-crowned Night Heron (1) 2022-02-15, Brown Booby (2) 2022-02-15, Western Cattle Egret (1) 2022-02-15, White Tern",2,2023-04-15 -21.25567837,-157.7033229,"Brown Booby (5) 2022-05-20, Great Frigatebird (1) 2022-05-20, Red-footed Booby (1) 2022-05-20, Sooty Tern (2) 2022-04-06, Wandering Tattler (2) 2022-01-20, Wedge-tailed Shearwater",1,2022-05-20 -21.28446142,-157.9440389,"Black Noddy (1) 2022-06-20, Brown Booby (2) 2023-10-27, Brown Noddy (1) 2022-06-20, Wedge-tailed Shearwater (1) 2022-06-20, White Tern",2,2023-10-27 -21.2922463,-157.7608363,"Red-masked Parakeet (1) 2019-06-01, Red-vented Bulbul (2) 2019-10-29, Scaly-breasted Munia (3) 2020-02-19, Warbling White-eye (2) 2019-10-29, White Tern (2) 2019-10-29, Zebra Dove",2,2019-10-29 -21.30980114,-157.6932092,"Java Sparrow (1) 2021-05-17, Northern Cardinal (1) 2021-05-17, Red-vented Bulbul (1) 2021-05-17, Spotted Dove (1) 2021-05-17, Western Cattle Egret (1) 2021-05-17, Zebra Dove",1,2021-05-17 -21.32041269,-157.9148583,"Common Myna (3) 2022-07-13, House Finch (1) 2021-12-17, Red-crested Cardinal (1) 2021-12-17, Red-vented Bulbul (1) 2022-11-21, Spotted Dove (1) 2019-10-11, Zebra Dove",1,2019-10-11 -21.31852839,-157.6545697,"Great Frigatebird (1) 2022-10-11, Red-footed Booby (1) 2022-10-11, Red-tailed Tropicbird (1) 2022-10-11, Ruddy Turnstone (1) 2022-10-11, Wandering Tattler (1) 2022-10-11, Wedge-tailed Shearwater",1,2022-10-11 -21.33913241,-158.0207907,"Black-necked Stilt (1) 2019-03-28, Common Myna (1) 2021-08-22, Common Waxbill (1) 2021-08-22, Java Sparrow (1) 2021-08-22, Pacific Golden-Plover (1) 2021-08-22, Western Cattle Egret",1,2021-08-22 -21.3482775,-158.0400169,"African Silverbill (2) 2019-03-10, Common Waxbill (2) 2019-03-10, Gray Francolin (1) 2023-11-19, Red-crested Cardinal (1) 2023-11-19, Saffron Finch (2) 2019-03-10, Spotted Dove",1,2023-11-19 -21.35504,-157.7024507,"Cackling Goose (1) 2021-04-14, Common Gallinule (1) 2021-04-14, House Finch (1) 2021-04-14, Laughing Gull (1) 2020-01-12, Ruddy Turnstone (1) 2021-04-14, Wandering Tattler",1,2021-04-14 -21.36594822,-157.9723905,"House Finch (2) 2024-02-29, Java Sparrow (2) 2024-02-29, Rock Pigeon (2) 2024-02-29, Rose-ringed Parakeet (2) 2024-02-29, Spotted Dove (2) 2024-02-29, Zebra Dove",2,2024-02-29 -21.36479154,-157.7988024,"Red Junglefowl (2) 2023-04-12, Red-billed Leiothrix (1) 2022-12-27, Red-crested Cardinal (1) 2023-07-26, Red-vented Bulbul (1) 2020-02-23, Warbling White-eye (1) 2022-12-27, White-rumped Shama",1,2022-12-27 -21.38446817,-158.0494265,"Black Francolin (1) 2023-10-31, Gray Francolin (1) 2023-09-29, Oahu Amakihi (1) 2023-09-20, Red-crested Cardinal (1) 2023-09-20, Red-vented Bulbul (1) 2023-09-29, Red-whiskered Bulbul",1,2023-09-20 -21.39333537,-158.0204299,"Java Sparrow (2) 2023-02-23, Red-crested Cardinal (1) 2023-02-23, Rock Pigeon (1) 2020-03-05, Rose-ringed Parakeet (1) 2020-03-05, Spotted Dove (1) 2023-02-23, Zebra Dove",1,2023-02-23 -21.39255562,-157.8950348,"Common Myna (1) 2019-06-19, House Finch (1) 2019-06-19, Red-billed Leiothrix (2) 2022-12-30, Red-crested Cardinal (1) 2019-06-19, Red-vented Bulbul (1) 2019-06-19, Zebra Dove",1,2019-06-19 -21.39101821,-157.6828422,"Black Noddy (1) 2023-01-08, Brown Booby (1) 2023-01-08, Great Frigatebird (1) 2023-01-08, Red-footed Booby (1) 2023-01-08, Red-whiskered Bulbul (1) 2023-01-12, Sooty Tern",1,2023-01-08 -21.41029716,-157.8466654,"Oahu Amakihi (1) 2019-12-05, Oahu Elepaio (1) 2019-12-05, Red-billed Leiothrix (1) 2019-12-05, Warbling White-eye (1) 2019-12-05, White-rumped Shama (1) 2019-12-05, Zebra Dove",1,2019-12-05 -21.43924155,-158.1552171,"Common Myna (1) 2021-06-12, Common Waxbill (1) 2021-06-12, Red-vented Bulbul (1) 2021-06-12, Saffron Finch (1) 2021-06-12, Spotted Dove (1) 2021-06-12, Zebra Dove",1,2021-06-12 -21.49159669,-157.8460256,"Common Myna (2) 2020-01-11, Laysan Albatross (1) 2021-11-28, Feral Mallard (2) 2020-01-11, Muscovy Duck (1) 2023-09-24, Pacific Golden-Plover (2) 2020-01-11, Western Cattle Egret",2,2020-01-11 -21.50248199,-158.1548518,"Apapane (1) 2022-02-26, Erckel's Spurfowl (1) 2022-02-26, Oahu Amakihi (1) 2022-02-26, Red-billed Leiothrix (1) 2022-02-26, Red-vented Bulbul (1) 2022-02-26, Warbling White-eye",1,2022-02-26 -21.51042544,-157.9617231,"Common Waxbill (1) 2022-07-09, Oahu Elepaio (1) 2022-07-09, Red-billed Leiothrix (1) 2022-07-09, Red-crested Cardinal (1) 2022-07-09, Warbling White-eye (1) 2022-07-09, White-rumped Shama",1,2022-07-09 -21.5095271,-157.826577,"Great Frigatebird (1) 2019-04-10, Red-footed Booby (3) 2022-08-20, Red-vented Bulbul (1) 2021-06-24, Spotted Dove (3) 2022-08-20, Wedge-tailed Shearwater (4) 2022-08-20, Zebra Dove",3,2022-08-20 -21.52901042,-158.0484884,"Common Myna (1) 2019-09-13, Common Waxbill (1) 2019-09-13, Gray Francolin (1) 2019-09-13, Pacific Golden-Plover (1) 2019-09-13, Red-vented Bulbul (1) 2019-09-13, Ruddy Turnstone",1,2019-09-13 -21.55697218,-158.2124788,"Common Waxbill (1) 2021-01-09, Japanese Bush Warbler (1) 2021-01-09, Red-crested Cardinal (1) 2021-01-09, Red-vented Bulbul (1) 2021-01-09, Warbling White-eye (1) 2021-01-09, White-rumped Shama",1,2021-01-09 -21.58440351,-158.2896089,"Brown Booby (1) 2023-04-01, Brown Noddy (1) 2023-04-01, Great Frigatebird (1) 2023-04-01, Laysan Albatross (1) 2023-04-01, Wedge-tailed Shearwater",1,2023-04-01 -21.60025709,-157.8838045,"Common Myna (1) 2021-12-26, Java Sparrow (1) 2021-12-26, Pacific Golden-Plover (1) 2021-12-26, Red Junglefowl (1) 2021-12-26, Western Cattle Egret (1) 2021-12-26, Zebra Dove",1,2021-12-26 -21.61068763,-158.1155795,"Brown Booby (4) 2023-09-05, Brown Noddy (2) 2023-09-05, Laysan Albatross (1) 2021-08-04, Sooty Tern (2) 2023-09-05, Wedge-tailed Shearwater",4,2023-09-05 -21.2557523,-157.7129587,"Great Frigatebird (1) 2019-06-04, Red-footed Booby (1) 2019-06-04, Red-vented Bulbul (2) 2019-06-08, Spotted Dove (1) 2019-06-04, Wandering Tattler (1) 2019-06-08, Wedge-tailed Shearwater (1) 2019-06-04, White Tern",1,2019-06-08 -21.26743861,-158.1272861,"Brown Booby (1) 2022-03-26, Brown Noddy (1) 2020-03-26, Red-footed Booby (1) 2022-03-26, Sooty Shearwater (1) 2020-03-26, Sooty Tern (1) 2020-03-26, Wedge-tailed Shearwater (1) 2020-03-26, White Tern",2,2022-03-26 -21.26463666,-157.6936077,"Brown Booby (1) 2023-04-07, Brown Noddy (2) 2023-04-07, Great Frigatebird (1) 2023-04-07, Red-footed Booby (2) 2023-04-07, Red-tailed Tropicbird (2) 2023-04-07, Sooty Tern (1) 2023-04-07, Wedge-tailed Shearwater",1,2023-04-07 -21.28389558,-157.8572935,"Black Noddy (8) 2019-03-31, Brown Booby (9) 2023-10-24, Brown Noddy (1) 2023-10-24, Red-footed Booby (8) 2019-03-31, Sooty Tern (8) 2019-03-31, Wedge-tailed Shearwater (8) 2019-03-31, White Tern",9,2023-10-24 -21.31045365,-157.7799642,"Chestnut Munia (1) 2021-08-21, Common Myna (1) 2022-12-19, Common Waxbill (2) 2022-12-19, Red-billed Leiothrix (1) 2021-08-21, Rose-ringed Parakeet (1) 2022-12-19, Scaly-breasted Munia (1) 2021-08-21, Zebra Dove",1,2022-12-19 -21.32028696,-157.8955766,"Black-crowned Night Heron (2) 2020-07-09, Black-necked Stilt (1) 2022-09-09, Brown Booby (1) 2019-10-13, Pacific Golden-Plover (1) 2022-09-09, Ruddy Turnstone (1) 2022-09-09, Sooty Tern (1) 2022-11-23, Western Cattle Egret",1,2020-03-01 -21.33053177,-158.0979871,"Common Myna (1) 2023-09-14, Common Waxbill (1) 2023-09-14, Pacific Golden-Plover (1) 2023-09-14, Red Avadavat (1) 2023-09-14, Red-crested Cardinal (1) 2023-09-14, Saffron Finch (2) 2023-09-14, Western Cattle Egret",1,2023-09-14 -21.32925687,-157.8858677,"Common Myna (4) 2023-10-19, House Sparrow (1) 2019-10-30, Red-vented Bulbul (1) 2023-10-19, Spotted Dove (1) 2019-10-30, Warbling White-eye (1) 2019-10-30, Western Cattle Egret (2) 2021-11-10, Zebra Dove",2,2023-10-19 -21.32919267,-157.8762265,"House Sparrow (1) 2021-07-07, Java Sparrow (1) 2019-03-01, Red-crested Cardinal (1) 2022-02-22, Red-vented Bulbul (1) 2021-07-07, Rose-ringed Parakeet (1) 2022-02-22, Spotted Dove (1) 2021-07-07, Zebra Dove",1,2019-03-01 -21.34692989,-157.8278767,"Common Myna (1) 2024-02-19, Common Waxbill (1) 2024-02-19, Feral Mallard (1) 2024-02-19, Oahu Amakihi (1) 2021-04-20, Pacific Golden-Plover (1) 2024-02-19, Red-billed Leiothrix",1,2021-04-20 -21.3462285,-157.7314553,"Common Myna (1) 2022-05-30, Red-vented Bulbul (1) 2022-05-30, Red-whiskered Bulbul (1) 2022-05-30, Rock Pigeon (1) 2022-05-30, Spotted Dove (1) 2022-05-30, Western Cattle Egret (1) 2022-05-30, Zebra Dove",1,2022-05-30 -21.35568903,-157.7892333,"Apapane (1) 2021-12-25, Japanese Bush Warbler (1) 2021-07-11, Red-billed Leiothrix (1) 2021-12-25, Red-vented Bulbul (1) 2021-12-25, Warbling White-eye (1) 2021-12-25, White-rumped Shama (1) 2021-12-25, White-tailed Tropicbird",1,2021-07-26 -21.37382471,-157.7987286,"Chestnut Munia (2) 2021-05-13, Common Myna (2) 2021-05-13, Common Waxbill (1) 2019-04-01, Pacific Golden-Plover (1) 2019-04-01, Red-crested Cardinal (2) 2021-05-13, Red-vented Bulbul (2) 2021-05-13, White-rumped Shama",1,2019-04-01 -21.38435756,-158.0301355,"Common Myna (2) 2023-03-29, Pacific Golden-Plover (1) 2019-03-28, Red-vented Bulbul (2) 2023-03-29, Rose-ringed Parakeet (1) 2019-03-28, Spotted Dove (1) 2019-03-28, Western Cattle Egret (3) 2023-03-29, Zebra Dove",1,2019-03-28 -21.38430155,-158.0204901,"Common Myna (1) 2019-08-13, Common Waxbill (1) 2019-08-13, House Finch (1) 2019-08-13, Saffron Finch (1) 2019-08-13, Spotted Dove (1) 2019-08-13, Warbling White-eye (1) 2019-08-13, Zebra Dove",1,2019-08-13 -21.3841304,-157.9915541,"Common Myna (2) 2023-01-02, Northern Cardinal (2) 2023-01-02, Red-crested Cardinal (2) 2023-01-02, Red-vented Bulbul (2) 2023-01-02, Spotted Dove (2) 2023-01-02, White-rumped Shama (2) 2023-01-02, Zebra Dove",2,2023-01-02 -21.40995752,-157.7984331,"Common Myna (1) 2023-07-10, Red Junglefowl (1) 2023-07-10, Rock Pigeon (1) 2023-07-10, Saffron Finch (1) 2023-07-10, Spotted Dove (1) 2023-07-10, Warbling White-eye (1) 2023-07-10, Western Cattle Egret",1,2023-07-10 -21.42900107,-157.943003,"Chinese Hwamei (1) 2019-01-06, Common Waxbill (1) 2019-02-09, Oahu Amakihi (1) 2019-02-09, Red-billed Leiothrix (1) 2020-02-03, Red-crowned Parrot (1) 2019-01-06, Warbling White-eye (1) 2022-05-29, White-rumped Shama",1,2019-01-06 -21.44602052,-157.7884888,"Black-necked Stilt (1) 2022-01-07, Common Waxbill (1) 2022-01-07, House Finch (1) 2022-01-07, Pacific Golden-Plover (1) 2022-01-07, Ruddy Turnstone (1) 2022-01-07, Saffron Finch (1) 2022-01-07, Western Cattle Egret",2,2024-01-21 -21.47486468,-158.0584927,"Chestnut Munia (2) 2021-11-30, Common Myna (2) 2021-11-30, Common Waxbill (2) 2021-11-30, Red-crested Cardinal (2) 2021-11-30, Scaly-breasted Munia (2) 2021-11-30, White-rumped Shama (2) 2021-11-30, Zebra Dove",2,2021-11-30 -21.4934474,-158.1549044,"Common Myna (1) 2022-02-26, Common Waxbill (1) 2022-02-26, Spotted Dove (1) 2022-02-26, Warbling White-eye (1) 2022-02-26, White-rumped Shama (1) 2022-02-26, Yellow-fronted Canary (1) 2022-02-26, Zebra Dove",1,2022-02-26 -21.50069675,-157.8556068,"Common Myna (3) 2023-03-29, Indian Peafowl (1) 2020-12-08, Red-crested Cardinal (1) 2020-11-29, Red-whiskered Bulbul (2) 2020-12-08, Spotted Dove (1) 2020-12-08, Western Cattle Egret (1) 2023-03-29, White-rumped Shama",1,2020-12-08 -21.52772915,-157.8457404,"Common Myna (1) 2019-07-08, Common Waxbill (1) 2019-07-08, Red-crested Cardinal (1) 2019-07-08, Rock Pigeon (1) 2019-07-08, Scaly-breasted Munia (1) 2019-07-08, Western Cattle Egret (1) 2019-07-08, Zebra Dove",1,2019-07-08 -21.5387645,-158.1836095,"Japanese Bush Warbler (1) 2022-06-10, Kalij Pheasant (1) 2022-06-10, Red-billed Leiothrix (1) 2022-06-10, Red-crested Cardinal (1) 2022-06-10, Red-vented Bulbul (1) 2022-06-10, Warbling White-eye (1) 2022-06-10, White-rumped Shama",1,2022-06-10 -21.55669315,-158.1545341,"Indian Peafowl (1) 2021-10-26, Java Sparrow (1) 2021-10-26, Kalij Pheasant (1) 2021-10-26, Pacific Golden-Plover (1) 2021-10-26, Spotted Dove (1) 2021-10-26, Western Cattle Egret (1) 2021-10-26, Zebra Dove",1,2021-10-26 -21.5566429,-158.1448775,"Common Myna (1) 2022-07-24, Gray Francolin (1) 2022-07-24, Indian Peafowl (1) 2022-07-24, Red-crested Cardinal (1) 2022-07-24, Red-vented Bulbul (1) 2022-07-24, Spotted Dove (1) 2022-07-24, Warbling White-eye",1,2022-07-24 -21.57309332,-157.874355,"Common Waxbill (1) 2021-02-19, Red-crested Cardinal (1) 2022-06-16, Red-vented Bulbul (1) 2022-06-16, Red-whiskered Bulbul (1) 2022-06-16, Spotted Dove (1) 2022-06-16, White-rumped Shama (2) 2022-06-16, Zebra Dove",1,2022-06-16 -21.59251619,-158.0963716,"Common Gallinule (1) 2021-08-12, Common Myna (1) 2022-10-08, Gray Francolin (2) 2019-04-30, House Sparrow (1) 2022-10-08, Saffron Finch (2) 2021-07-19, Western Cattle Egret (3) 2022-11-24, Zebra Dove",1,2022-10-08 -21.63736006,-158.038117,"Blue-crowned Parakeet (1) 2022-11-15, Common Gallinule (1) 2022-06-22, Common Myna (1) 2022-06-22, Feral Mallard (1) 2022-06-22, Oahu Amakihi (1) 2019-08-29, Red-vented Bulbul (1) 2019-08-28, Rock Pigeon",1,2022-06-22 -21.65564299,-158.07665,"Black Noddy (1) 2019-04-06, Brown Booby (1) 2019-04-06, Brown Noddy (1) 2019-04-06, Red-footed Booby (1) 2019-04-06, Sooty Shearwater (1) 2019-04-06, Sooty Tern (1) 2019-04-06, Wedge-tailed Shearwater",1,2019-04-06 -21.66446026,-158.0379369,"Common Myna (1) 2024-01-12, Red-vented Bulbul (1) 2023-06-23, Red-whiskered Bulbul (2) 2024-01-12, Saffron Finch (1) 2023-06-23, Warbling White-eye (1) 2024-01-12, White-rumped Shama (1) 2023-06-23, Zebra Dove",1,2024-01-12 -21.70012441,-157.960367,"Chestnut Munia (1) 2021-07-13, Common Myna (1) 2021-07-13, Hawaiian Coot (1) 2021-07-13, Red Junglefowl (1) 2021-07-13, Red-vented Bulbul (1) 2021-07-13, Spotted Dove (1) 2021-07-13, Zebra Dove",1,2021-07-13 -21.71836629,-157.9892389,"Chestnut Munia (1) 2023-04-22, Common Myna (1) 2023-04-22, Pacific Golden-Plover (1) 2023-04-22, Red Junglefowl (1) 2023-04-22, Western Cattle Egret (1) 2023-04-22, White-rumped Shama (1) 2023-04-22, Zebra Dove",1,2023-04-22 -21.28247517,-157.6645359,"Common Myna (1) 2019-04-26, Common Waxbill (1) 2019-04-26, Red-crested Cardinal (1) 2019-04-26, Rock Pigeon (1) 2019-04-26, Sooty Tern (1) 2019-04-26, Wandering Tattler (1) 2019-04-26, Western Cattle Egret (1) 2019-04-26, Zebra Dove",1,2019-04-26 -21.32858968,-157.7894559,"Common Myna (1) 2023-09-17, Common Waxbill (1) 2023-09-17, Red-billed Leiothrix (2) 2023-09-17, Red-vented Bulbul (1) 2023-09-17, Scaly-breasted Munia (1) 2023-09-17, Warbling White-eye (1) 2023-09-17, White-rumped Shama (1) 2019-02-25, Zebra Dove",1,2023-09-17 -21.34719498,-157.8664462,"Common Myna (1) 2024-02-17, House Finch (1) 2024-02-17, Pacific Golden-Plover (1) 2021-02-26, Red-crested Cardinal (1) 2021-02-26, Red-whiskered Bulbul (1) 2024-02-17, Scaly-breasted Munia (1) 2023-12-05, Spotted Dove (1) 2024-02-17, Zebra Dove",1,2024-02-17 -21.34712954,-157.8568037,"Common Waxbill (1) 2021-11-06, Red-vented Bulbul (1) 2021-11-06, Red-whiskered Bulbul (1) 2021-02-25, Rose-ringed Parakeet (1) 2021-11-06, Spotted Dove (1) 2021-11-06, Warbling White-eye (3) 2021-11-06, Yellow-fronted Canary (1) 2021-11-06, Zebra Dove",2,2021-11-06 -21.37532359,-158.0301951,"Common Myna (2) 2022-08-29, Common Waxbill (1) 2022-08-29, Feral Mallard (1) 2022-08-29, Pacific Golden-Plover (1) 2022-08-29, Spotted Dove (1) 2022-08-29, Western Cattle Egret (1) 2022-08-29, White-rumped Shama (1) 2020-01-06, Zebra Dove",1,2020-01-06 -21.37526772,-158.0205503,"Common Myna (2) 2023-05-15, House Finch (1) 2023-05-15, House Sparrow (1) 2023-05-15, Red Junglefowl (1) 2021-05-23, Red-crested Cardinal (1) 2023-05-15, Spotted Dove (1) 2023-05-15, Western Cattle Egret (2) 2023-05-15, Zebra Dove",1,2023-05-15 -21.38326325,-157.8565231,"Common Waxbill (1) 2022-01-26, Northern Cardinal (1) 2022-01-26, Red-billed Leiothrix (1) 2022-01-26, Red-crested Cardinal (1) 2022-01-26, Red-vented Bulbul (1) 2022-01-26, Red-whiskered Bulbul (1) 2022-01-26, Warbling White-eye (1) 2022-01-26, White-rumped Shama",1,2022-01-26 -21.41105454,-157.9624271,"Common Myna (1) 2023-05-14, House Sparrow (1) 2023-05-14, Northern Cardinal (1) 2023-05-14, Pacific Golden-Plover (1) 2022-02-21, Red-vented Bulbul (1) 2023-05-14, Rock Pigeon (1) 2023-05-14, Rose-ringed Parakeet (1) 2023-05-14, Spotted Dove",1,2023-05-14 -21.41919626,-157.8273002,"Common Myna (3) 2021-02-13, Java Sparrow (1) 2021-02-13, Northern Cardinal (1) 2021-02-13, Red-crested Cardinal (1) 2021-02-13, Red-vented Bulbul (1) 2019-05-16, Red-whiskered Bulbul (1) 2019-05-16, White-rumped Shama (2) 2021-02-13, Zebra Dove",2,2021-02-13 -21.4191283,-157.8176531,"Common Myna (1) 2019-04-24, Red Junglefowl (1) 2019-04-24, Red-crested Cardinal (1) 2019-04-24, Red-vented Bulbul (1) 2019-04-24, Spotted Dove (1) 2019-04-24, Warbling White-eye (1) 2019-04-24, White-rumped Shama (1) 2019-04-24, Zebra Dove",1,2019-04-24 -21.44841932,-158.1841152,"Common Myna (3) 2023-01-06, House Finch (1) 2019-07-20, House Sparrow (1) 2023-01-05, Red-crested Cardinal (2) 2023-01-06, Red-vented Bulbul (1) 2019-07-20, Rock Pigeon (1) 2023-01-06, Spotted Dove (1) 2023-01-05, Zebra Dove",3,2023-01-06 -21.44748166,-158.0104187,"Common Myna (1) 2022-12-11, House Finch (1) 2022-12-11, Pacific Golden-Plover (2) 2022-12-11, Red-crested Cardinal (1) 2022-12-11, Red-vented Bulbul (1) 2022-12-11, Western Cattle Egret (1) 2022-12-11, White-rumped Shama (1) 2022-12-11, Zebra Dove",1,2022-12-11 -21.45754657,-158.2033666,"Common Myna (3) 2023-11-20, House Sparrow (3) 2023-11-20, Java Sparrow (1) 2022-03-14, Red-crested Cardinal (2) 2023-11-20, Red-vented Bulbul (2) 2023-11-20, Saffron Finch (1) 2023-10-25, Spotted Dove (3) 2023-11-20, Zebra Dove",3,2023-11-20 -21.4564003,-157.9910576,"Black-crowned Night Heron (1) 2023-04-08, Common Myna (1) 2022-05-07, Common Waxbill (1) 2022-05-07, House Finch (1) 2022-05-07, Peregrine Falcon (1) 2021-01-10, Red-crowned Parrot (3) 2022-05-07, Rose-ringed Parakeet (1) 2024-02-21, Warbling White-eye",1,2022-05-07 -21.47353016,-157.8461681,"Chestnut Munia (1) 2019-04-19, Common Myna (1) 2021-07-12, Pacific Golden-Plover (1) 2019-04-19, Red-tailed Tropicbird (1) 2019-09-02, Red-whiskered Bulbul (1) 2019-04-19, Scaly-breasted Munia (1) 2019-09-09, Warbling White-eye (1) 2019-04-19, Western Cattle Egret",1,2021-07-12 -21.48389771,-158.0584345,"Common Myna (2) 2021-12-07, House Finch (2) 2021-12-07, Pacific Golden-Plover (2) 2021-12-07, Saffron Finch (2) 2021-12-07, Spotted Dove (2) 2021-12-07, Warbling White-eye (2) 2021-12-07, Western Cattle Egret (2) 2021-12-07, Zebra Dove",2,2021-12-07 -21.49309438,-158.0873344,"Common Myna (4) 2021-12-03, Gray Francolin (2) 2021-12-01, House Finch (4) 2021-12-03, Northern Cardinal (2) 2021-12-03, Pacific Golden-Plover (2) 2021-12-01, Red-crested Cardinal (2) 2021-12-03, Spotted Dove (4) 2021-12-03, Zebra Dove",4,2021-12-03 -21.50289692,-158.2417364,"Brown Booby (1) 2022-01-31, Brown Noddy (1) 2022-01-31, Common Myna (1) 2022-01-31, Laysan Albatross (1) 2022-01-31, Red-crested Cardinal (1) 2022-01-31, Rock Pigeon (1) 2022-01-31, White Tern (1) 2022-01-31, Zebra Dove",1,2022-01-31 -21.52843245,-157.95194,"Apapane (2) 2023-10-27, Common Waxbill (1) 2019-11-16, House Finch (1) 2023-10-27, Red-billed Leiothrix (1) 2019-11-16, Red-vented Bulbul (2) 2023-10-27, Red-whiskered Bulbul (1) 2019-11-16, Warbling White-eye (2) 2023-10-27, White-rumped Shama",1,2019-11-16 -21.53899053,-158.2318919,"Common Myna (4) 2022-03-20, Red-crested Cardinal (4) 2022-03-20, Red-vented Bulbul (2) 2022-03-20, Sanderling (2) 2019-04-21, Spotted Dove (2) 2019-04-21, Wandering Tattler (6) 2022-03-20, Warbling White-eye (4) 2022-03-20, Zebra Dove",4,2022-03-20 -21.54739872,-158.1063082,"Common Myna (2) 2023-03-29, House Sparrow (1) 2022-03-08, Pacific Golden-Plover (1) 2022-03-08, Red Junglefowl (1) 2022-03-08, Rock Pigeon (1) 2022-03-08, Saffron Finch (1) 2022-03-08, Spotted Dove (2) 2023-03-29, Zebra Dove",2,2023-03-29 -21.56626529,-158.2703804,"Brown Booby (2) 2024-02-03, Common Myna (1) 2024-02-03, Erckel's Spurfowl (1) 2024-02-03, Laysan Albatross (1) 2024-02-03, Red-footed Booby (1) 2024-02-03, Red-vented Bulbul (1) 2024-02-03, Wandering Tattler (1) 2024-02-03, Wedge-tailed Shearwater",1,2024-02-03 -21.58389233,-158.1736926,"Common Myna (2) 2023-02-18, Java Sparrow (1) 2023-02-18, Pacific Golden-Plover (1) 2022-11-04, Red-crested Cardinal (1) 2023-02-18, Red-whiskered Bulbul (1) 2023-02-18, Ruddy Turnstone (1) 2022-11-04, Saffron Finch (1) 2022-11-04, Zebra Dove",1,2023-02-18 -21.61882732,-157.9609499,"Common Waxbill (2) 2021-10-23, Japanese Bush Warbler (3) 2021-10-23, Oahu Amakihi (2) 2021-10-23, Red-billed Leiothrix (3) 2021-10-23, Red-vented Bulbul (3) 2021-10-23, Red-whiskered Bulbul (1) 2021-10-23, Warbling White-eye (3) 2021-10-23, White-rumped Shama",2,2021-10-23 -21.62803935,-157.9898693,"Common Waxbill (1) 2021-11-13, Oahu Amakihi (1) 2021-11-13, Pacific Golden-Plover (1) 2021-11-13, Red-billed Leiothrix (1) 2021-11-13, Red-vented Bulbul (1) 2021-11-13, Red-whiskered Bulbul (1) 2021-11-13, Warbling White-eye (1) 2021-11-13, White-rumped Shama",1,2021-11-13 -21.63671035,-157.9318351,"Common Myna (1) 2019-05-15, Common Waxbill (1) 2019-05-15, Mourning Dove (1) 2020-09-13, Red-billed Leiothrix (1) 2019-05-15, Red-vented Bulbul (1) 2019-05-15, Red-whiskered Bulbul (1) 2019-05-15, Warbling White-eye (1) 2019-05-15, White-rumped Shama",1,2019-05-15 -21.28452142,-157.9536775,"Black-necked Stilt (1) 2022-06-11, Brown Booby (1) 2022-06-11, Laysan Albatross (1) 2022-11-25, Rose-ringed Parakeet (1) 2022-06-11, Ruddy Turnstone (1) 2022-06-11, Sooty Tern (1) 2022-06-11, Western Cattle Egret (1) 2022-06-11, White Tern (2) 2022-11-25, Zebra Dove",1,2022-06-11 -21.28342358,-157.7898262,"Common Myna (2) 2024-01-22, Common Waxbill (2) 2019-11-24, House Finch (1) 2023-12-20, House Sparrow (4) 2024-01-22, Java Sparrow (2) 2019-11-24, Red-crested Cardinal (2) 2019-11-24, Red-vented Bulbul (3) 2023-12-20, Rose-ringed Parakeet (4) 2019-11-24, Zebra Dove",1,2024-01-22 -21.31150275,-157.9342053,"Black-crowned Night Heron (3) 2021-09-27, Black-necked Stilt (3) 2021-09-27, Northern Cardinal (1) 2019-02-02, Pacific Golden-Plover (3) 2021-09-27, Ruddy Turnstone (3) 2021-09-27, Spotted Dove (1) 2019-02-02, Wandering Tattler (2) 2021-09-27, Western Cattle Egret (3) 2021-09-27, Zebra Dove",1,2019-02-02 -21.32801583,-157.71233,"Barn Owl (1) 2021-08-10, Common Myna (1) 2021-08-10, Japanese Bush Warbler (1) 2021-08-10, Java Sparrow (1) 2021-08-10, Red Junglefowl (1) 2021-08-10, Red-vented Bulbul (1) 2021-08-10, Red-whiskered Bulbul (1) 2021-08-10, Spotted Dove (1) 2021-08-10, Warbling White-eye",1,2021-08-10 -21.34833243,-158.04966,"Black Francolin (1) 2021-05-10, Chestnut Munia (1) 2021-05-10, Common Myna (1) 2021-05-10, Common Waxbill (1) 2021-05-10, Gray Francolin (1) 2021-05-10, House Sparrow (1) 2021-05-10, Red-vented Bulbul (2) 2024-01-30, Saffron Finch (1) 2021-05-10, Zebra Dove",1,2021-05-10 -21.35752899,-158.0785331,"Common Myna (3) 2023-03-04, Pacific Golden-Plover (4) 2023-03-04, Red-crested Cardinal (1) 2023-02-28, Red-vented Bulbul (1) 2023-03-04, Red-whiskered Bulbul (1) 2023-02-25, Saffron Finch (3) 2023-03-04, Spotted Dove (1) 2023-02-25, Western Cattle Egret (1) 2023-03-04, Zebra Dove",2,2023-03-04 -21.35554871,-157.7699477,"Common Myna (1) 2020-03-27, House Sparrow (1) 2020-03-27, Northern Cardinal (1) 2021-03-26, Red-billed Leiothrix (2) 2021-05-28, Red-crested Cardinal (3) 2021-05-28, Red-whiskered Bulbul (2) 2023-04-04, Western Cattle Egret (1) 2020-03-27, White-rumped Shama (4) 2021-05-28, Zebra Dove",1,2020-03-27 -21.3551883,-157.7217351,"Common Myna (1) 2022-12-09, Common Waxbill (1) 2022-12-09, Gray Francolin (1) 2022-12-09, Feral Mallard (1) 2022-12-09, Pacific Golden-Plover (1) 2021-08-18, Red-crested Cardinal (1) 2022-12-09, Ruddy Turnstone (1) 2021-08-18, Western Cattle Egret (1) 2022-12-09, Zebra Dove",1,2022-12-09 -21.37590496,-158.1362906,"Brown Booby (2) 2023-02-01, Common Myna (2) 2023-02-01, Red Junglefowl (1) 2023-02-01, Red-crested Cardinal (1) 2023-02-01, Red-vented Bulbul (1) 2023-02-01, Saffron Finch (2) 2023-03-28, Western Cattle Egret (2) 2023-02-01, Zebra Dove",2,2023-02-01 -21.38418786,-158.0011993,"African Silverbill (2) 2023-08-28, Chestnut Munia (1) 2022-04-18, Common Myna (2) 2022-04-18, House Sparrow (1) 2021-01-02, Rock Pigeon (2) 2022-04-18, Saffron Finch (1) 2022-04-18, Spotted Dove (1) 2021-01-02, Warbling White-eye (1) 2021-01-02, Zebra Dove",2,2022-04-18 -21.39322137,-158.0011378,"Common Myna (1) 2023-04-09, House Finch (1) 2023-04-09, House Sparrow (1) 2023-04-09, Java Sparrow (1) 2023-04-09, Red-vented Bulbul (1) 2023-04-09, Rose-ringed Parakeet (1) 2023-04-09, Spotted Dove (1) 2023-04-09, Western Cattle Egret (1) 2023-04-09, Zebra Dove",1,2023-04-09 -21.40208035,-157.9721372,"Common Myna (2) 2023-01-07, House Sparrow (2) 2023-01-07, Northern Cardinal (1) 2021-06-19, Pacific Golden-Plover (2) 2023-04-08, Red Junglefowl (1) 2023-01-07, Red-crested Cardinal (1) 2023-01-07, Spotted Dove (1) 2022-01-06, Western Cattle Egret (1) 2022-01-06, Zebra Dove",2,2023-01-07 -21.41173408,-158.0781934,"Common Myna (1) 2021-02-08, House Finch (1) 2021-02-08, Indian Peafowl (1) 2021-02-08, Japanese Bush Warbler (1) 2021-02-08, Mourning Dove (1) 2021-02-08, Northern Cardinal (1) 2021-02-08, Red-vented Bulbul (1) 2021-02-08, Spotted Dove (1) 2021-02-08, Warbling White-eye",1,2021-02-08 -21.42107492,-158.136025,"Common Myna (1) 2023-01-09, Common Waxbill (1) 2023-01-09, Eurasian Skylark (1) 2023-01-09, Red-crested Cardinal (1) 2023-01-09, Red-vented Bulbul (1) 2023-01-09, Saffron Finch (1) 2023-01-09, Spotted Dove (1) 2023-01-09, Warbling White-eye (1) 2023-01-09, Zebra Dove",1,2023-01-09 -21.44742443,-158.0007692,"African Silverbill (1) 2019-11-05, Common Myna (1) 2019-11-05, Red-vented Bulbul (1) 2019-11-05, Rock Pigeon (2) 2019-11-05, Rose-ringed Parakeet (1) 2019-11-05, Spotted Dove (1) 2019-11-05, Warbling White-eye (1) 2019-11-05, Western Cattle Egret (1) 2019-11-05, Zebra Dove",1,2019-11-05 -21.48400826,-158.0777387,"Common Myna (1) 2019-06-30, Gray Francolin (1) 2021-05-28, House Finch (1) 2019-06-30, Red Junglefowl (1) 2019-06-30, Red-vented Bulbul (1) 2019-06-30, Spotted Dove (1) 2019-06-30, Warbling White-eye (1) 2019-06-30, Western Cattle Egret (1) 2019-06-30, Zebra Dove",2,2021-05-28 -21.501964,-158.0583181,"Common Myna (2) 2023-03-29, House Finch (1) 2021-12-08, Northern Cardinal (1) 2021-12-08, Pacific Golden-Plover (1) 2021-12-08, Red-crested Cardinal (2) 2023-03-29, Red-vented Bulbul (2) 2023-03-29, Spotted Dove (1) 2021-12-08, White-rumped Shama (1) 2021-12-08, Zebra Dove",1,2021-12-08 -21.51066084,-158.0003376,"Common Myna (1) 2024-01-14, Indian Peafowl (1) 2021-09-21, Java Sparrow (1) 2024-01-14, Pacific Golden-Plover (3) 2024-01-14, Red Junglefowl (1) 2021-09-21, Red-crested Cardinal (2) 2024-01-14, Saffron Finch (1) 2024-01-14, Spotted Dove (1) 2024-01-14, Zebra Dove",1,2024-01-14 -21.51939885,-157.9520048,"Apapane (1) 2024-01-20, Common Myna (1) 2024-01-20, Oahu Amakihi (1) 2024-01-20, Red-billed Leiothrix (1) 2024-01-20, Red-vented Bulbul (1) 2024-01-20, Spotted Dove (1) 2024-01-20, Warbling White-eye (1) 2024-01-20, White-rumped Shama (1) 2024-01-20, Zebra Dove",1,2024-01-20 -21.5282481,-157.9229759,"Apapane (1) 2021-09-30, House Finch (1) 2021-09-30, Japanese Bush Warbler (1) 2021-09-30, Red-billed Leiothrix (1) 2021-09-30, Red-vented Bulbul (1) 2021-09-30, Red-whiskered Bulbul (1) 2021-09-30, Scaly-breasted Munia (1) 2021-09-30, Warbling White-eye (1) 2021-09-30, Yellow-faced Grassquit",1,2021-09-30 -21.59172702,-157.9611437,"Apapane (2) 2021-04-10, Barn Owl (1) 2020-05-25, Japanese Bush Warbler (2) 2021-04-10, Oahu Amakihi (2) 2021-04-10, Red-vented Bulbul (2) 2021-04-10, Red-whiskered Bulbul (1) 2020-05-25, Warbling White-eye (2) 2021-04-10, White-rumped Shama (1) 2020-05-25, White-tailed Tropicbird",1,2020-05-25 -21.64580614,-157.9414311,"Common Myna (2) 2021-01-16, Japanese Bush Warbler (1) 2021-01-16, Red-billed Leiothrix (2) 2021-01-16, Red-vented Bulbul (2) 2021-01-16, Red-whiskered Bulbul (1) 2021-01-16, Spotted Dove (2) 2021-01-16, Warbling White-eye (2) 2021-01-16, White-rumped Shama (2) 2021-01-16, Zebra Dove",2,2021-01-16 -21.26569679,-157.8381591,"Brown Booby (3) 2024-02-29, House Sparrow (1) 2022-07-04, Red-footed Booby (1) 2024-02-29, Rock Pigeon (1) 2022-07-04, Sooty Tern (1) 2024-02-29, Spotted Dove (1) 2022-07-04, Warbling White-eye (1) 2022-07-04, Wedge-tailed Shearwater (3) 2023-08-17, White Tern (4) 2024-02-29, Zebra Dove",1,2022-07-04 -21.28408936,-157.8862078,"Common Myna (1) 2020-02-06, House Sparrow (1) 2020-02-06, Pacific Golden-Plover (1) 2020-02-06, Red-footed Booby (2) 2021-09-19, Rock Pigeon (1) 2020-02-06, Rose-ringed Parakeet (1) 2020-02-06, Spotted Dove (1) 2020-02-06, Wedge-tailed Shearwater (2) 2021-09-19, White Tern (2) 2021-09-19, Zebra Dove",1,2020-02-06 -21.29188412,-157.7126451,"Black-necked Stilt (1) 2023-11-06, Common Myna (1) 2021-07-31, Common Waxbill (1) 2021-07-31, House Finch (1) 2021-07-31, Feral Mallard (1) 2021-07-31, Red-crested Cardinal (1) 2021-07-31, Red-vented Bulbul (1) 2021-07-31, Spotted Dove (2) 2021-07-31, White-rumped Shama (1) 2021-05-15, Zebra Dove",1,2021-07-31 -21.29173539,-157.693369,"Black-necked Stilt (1) 2021-03-14, Common Myna (1) 2023-07-16, Common Waxbill (1) 2023-07-19, Java Sparrow (1) 2023-07-19, Pacific Golden-Plover (2) 2021-03-14, Red-crested Cardinal (1) 2023-07-16, Red-vented Bulbul (1) 2023-07-16, Rose-ringed Parakeet (1) 2023-03-21, Spotted Dove (1) 2023-07-16, Western Cattle Egret",1,2023-01-01 -21.31118986,-157.8860039,"Common Myna (2) 2023-07-25, Common Waxbill (1) 2023-07-25, House Sparrow (3) 2023-07-25, Red-crested Cardinal (2) 2023-07-25, Red-vented Bulbul (2) 2023-07-25, Ruddy Turnstone (2) 2023-02-05, Spotted Dove (3) 2023-07-25, Western Cattle Egret (2) 2023-07-25, Zebra Dove",3,2023-07-25 -21.36656365,-158.0784766,"Common Myna (2) 2020-01-05, House Sparrow (2) 2020-01-05, Java Sparrow (2) 2020-01-05, Northern Cardinal (2) 2020-01-05, Saffron Finch (2) 2020-01-05, Scaly-breasted Munia (2) 2020-01-05, Spotted Dove (2) 2020-01-05, Warbling White-eye (2) 2020-01-05, Western Cattle Egret (2) 2020-01-05, Zebra Dove",2,2020-01-05 -21.37448845,-157.8951705,"Common Myna (2) 2024-02-02, Common Waxbill (1) 2024-02-02, Northern Cardinal (1) 2024-02-02, Red-crested Cardinal (1) 2024-02-02, Red-vented Bulbul (2) 2024-02-02, Red-whiskered Bulbul (1) 2024-02-02, Spotted Dove (2) 2024-02-02, Warbling White-eye (1) 2022-05-05, White-rumped Shama (1) 2024-02-02, Zebra Dove",1,2024-02-02 -21.3921637,-157.8371619,"Apapane (3) 2023-06-17, Chestnut Munia (1) 2023-06-17, Common Myna (1) 2023-06-17, Common Waxbill (1) 2023-06-17, House Finch (1) 2023-06-17, Japanese Bush Warbler (2) 2020-04-19, Oahu Amakihi (3) 2023-06-17, Red-billed Leiothrix (3) 2023-06-17, Warbling White-eye (3) 2023-06-17, White-rumped Shama",2,2020-04-19 -21.40071438,-157.76957,"Common Myna (4) 2023-02-20, Common Waxbill (1) 2022-05-12, House Finch (1) 2022-05-12, Red Junglefowl (2) 2023-02-20, Red-billed Leiothrix (1) 2021-12-02, Red-crested Cardinal (1) 2022-05-12, Spotted Dove (4) 2023-02-20, Warbling White-eye (1) 2021-12-02, Western Cattle Egret (4) 2023-02-20, Zebra Dove",3,2022-05-12 -21.4554637,-157.8463104,"Black-crowned Night Heron (1) 2023-12-26, Chestnut Munia (1) 2022-01-04, Common Myna (2) 2023-12-26, Java Sparrow (1) 2022-01-04, Oahu Amakihi (1) 2022-01-04, Pacific Golden-Plover (1) 2019-11-21, Red-vented Bulbul (1) 2023-12-26, Red-whiskered Bulbul (1) 2023-12-26, White-rumped Shama (1) 2023-12-26, Zebra Dove",1,2023-12-26 -21.46658102,-158.2033174,"Common Myna (2) 2021-11-30, Gray Francolin (1) 2023-11-12, Java Sparrow (2) 2021-11-30, Red Junglefowl (2) 2021-11-30, Red-crested Cardinal (2) 2021-11-30, Red-vented Bulbul (2) 2021-11-30, Saffron Finch (2) 2021-11-30, Spotted Dove (2) 2021-11-30, Warbling White-eye (2) 2021-11-30, Zebra Dove",2,2021-11-30 -21.48344305,-157.981219,"Common Myna (2) 2021-04-06, House Sparrow (1) 2020-02-18, Pacific Golden-Plover (2) 2021-04-06, Red-crested Cardinal (2) 2021-04-06, Red-vented Bulbul (2) 2021-04-06, Rock Pigeon (1) 2020-02-18, Spotted Dove (2) 2021-04-06, Warbling White-eye (1) 2021-04-06, Western Cattle Egret (1) 2020-02-18, Zebra Dove",1,2020-02-18 -21.51980893,-158.0195842,"Common Myna (1) 2020-04-06, House Finch (1) 2020-04-06, Northern Cardinal (1) 2020-04-06, Pacific Golden-Plover (1) 2020-04-06, Red-crested Cardinal (1) 2020-04-06, Red-vented Bulbul (1) 2020-04-06, Rose-ringed Parakeet (1) 2020-04-06, Ruddy Turnstone (1) 2020-04-06, Saffron Finch (1) 2020-04-06, Zebra Dove",1,2020-04-06 -21.52766103,-157.8360862,"Black-crowned Night Heron (1) 2021-02-13, Common Myna (2) 2023-09-18, Common Waxbill (2) 2022-10-16, Java Sparrow (1) 2023-09-18, Scaly-breasted Munia (1) 2023-09-18, Spotted Dove (1) 2021-02-13, Wandering Tattler (1) 2022-10-16, Western Cattle Egret (2) 2022-10-16, White-tailed Tropicbird (1) 2020-10-12, Zebra Dove",2,2023-09-18 -21.53728159,-157.9229092,"Apapane (1) 2020-11-04, Common Waxbill (1) 2020-11-04, Japanese Bush Warbler (2) 2022-04-14, Red-billed Leiothrix (1) 2022-04-14, Red-vented Bulbul (1) 2020-11-04, Red-whiskered Bulbul (1) 2020-11-04, Scaly-breasted Munia (1) 2020-11-04, Warbling White-eye (2) 2022-04-14, White-rumped Shama (1) 2020-11-04, Yellow-faced Grassquit",2,2022-04-14 -21.53676162,-157.845669,"Black-crowned Night Heron (2) 2023-01-10, Chestnut Munia (1) 2021-08-04, Common Myna (1) 2021-08-04, Common Waxbill (1) 2021-08-04, Pacific Golden-Plover (2) 2023-01-10, Red-crested Cardinal (2) 2023-01-10, Red-whiskered Bulbul (1) 2021-08-04, Saffron Finch (1) 2022-01-30, Wandering Tattler (4) 2020-01-03, Western Cattle Egret",1,2021-08-04 -21.54784507,-158.1932156,"Apapane (1) 2023-11-02, Common Waxbill (1) 2022-02-22, Erckel's Spurfowl (1) 2022-02-22, Kalij Pheasant (1) 2022-02-22, Northern Cardinal (1) 2022-02-22, Pacific Golden-Plover (1) 2022-02-22, Red-billed Leiothrix (1) 2022-02-22, Spotted Dove (1) 2022-02-22, Warbling White-eye (1) 2023-11-02, White-rumped Shama",2,2023-11-02 -21.60032295,-157.8934637,"Common Myna (2) 2024-01-11, Dunlin (1) 2021-10-21, Glaucous-winged Gull (1) 2020-02-22, Pacific Golden-Plover (4) 2023-08-11, Red-vented Bulbul (1) 2023-08-11, Red-whiskered Bulbul (1) 2024-01-11, Sanderling (10) 2024-01-18, Wandering Tattler (3) 2020-02-20, Warbling White-eye (1) 2024-01-11, Western Cattle Egret",1,2023-08-11 -21.62798037,-157.9802079,"Apapane (1) 2021-11-13, Common Waxbill (1) 2021-11-13, House Sparrow (1) 2021-11-13, Japanese Bush Warbler (1) 2021-11-13, Oahu Amakihi (1) 2021-11-13, Red-billed Leiothrix (1) 2021-11-13, Red-vented Bulbul (1) 2021-11-13, Red-whiskered Bulbul (1) 2021-11-13, Warbling White-eye (1) 2021-11-13, White-rumped Shama",1,2021-11-13 -21.63724677,-158.0187926,"Common Myna (2) 2020-01-05, Pacific Golden-Plover (4) 2020-01-09, Red Junglefowl (4) 2020-01-09, Red-crested Cardinal (4) 2020-01-09, Red-vented Bulbul (2) 2020-01-05, Red-whiskered Bulbul (2) 2020-01-05, Spotted Dove (2) 2020-01-05, Warbling White-eye (2) 2020-01-05, Western Cattle Egret (2) 2020-01-05, Zebra Dove",2,2020-01-05 -21.64628041,-158.0187315,"Chestnut Munia (1) 2019-08-29, Common Waxbill (1) 2019-08-29, House Finch (1) 2019-08-29, Northern Cardinal (1) 2019-08-29, Red-billed Leiothrix (1) 2019-08-29, Red-vented Bulbul (1) 2019-08-29, Red-whiskered Bulbul (1) 2019-08-29, Warbling White-eye (1) 2019-08-29, White-rumped Shama (1) 2019-08-29, Zebra Dove",1,2019-08-29 -21.67302763,-157.9605617,"Black-crowned Night Heron (2) 2021-12-25, Common Waxbill (1) 2021-12-23, Great Frigatebird (1) 2021-07-21, Hawaiian Coot (2) 2021-12-25, Laysan Albatross (1) 2021-12-23, Feral Mallard (1) 2021-12-24, Ruddy Turnstone (1) 2021-12-24, Saffron Finch (1) 2021-12-23, Western Cattle Egret (1) 2021-12-23, Zebra Dove",1,2021-12-23 -21.68218109,-157.9798266,"Chestnut Munia (1) 2024-01-26, Common Myna (1) 2024-01-26, Common Waxbill (1) 2024-01-26, Gray Francolin (1) 2024-02-04, Pacific Golden-Plover (1) 2024-01-26, Red Avadavat (1) 2024-01-26, Red-crested Cardinal (1) 2024-01-26, Red-vented Bulbul (1) 2024-01-26, Western Cattle Egret (1) 2024-01-26, Zebra Dove",1,2024-01-26 -21.29195764,-157.7222832,"Common Myna (1) 2021-05-26, House Finch (3) 2021-05-31, Java Sparrow (1) 2021-08-22, Northern Cardinal (1) 2021-02-21, Red-crested Cardinal (1) 2021-05-23, Red-vented Bulbul (3) 2021-05-31, Red-whiskered Bulbul (1) 2021-02-21, Spotted Dove (2) 2021-08-22, White-rumped Shama (3) 2021-05-31, Yellow-fronted Canary (1) 2021-08-22, Zebra Dove",1,2021-02-21 -21.3007683,-157.6932891,"Common Myna (4) 2023-11-24, Common Waxbill (3) 2023-07-14, Java Sparrow (1) 2023-02-11, Northern Cardinal (1) 2019-03-02, Red Junglefowl (1) 2019-03-02, Red-crested Cardinal (4) 2023-11-24, Red-vented Bulbul (3) 2023-11-24, Spotted Dove (2) 2023-11-24, Western Cattle Egret (2) 2023-11-24, White-rumped Shama (1) 2023-02-11, Zebra Dove",3,2023-11-24 -21.30069298,-157.6836506,"Black-necked Stilt (1) 2019-09-07, Common Myna (1) 2019-09-07, Common Waxbill (1) 2019-09-07, Pacific Golden-Plover (1) 2019-09-07, Red-crested Cardinal (1) 2019-09-07, Red-tailed Tropicbird (1) 2023-02-23, Rock Pigeon (1) 2023-02-23, Sooty Tern (1) 2023-02-23, Spotted Dove (1) 2019-09-07, Western Cattle Egret (1) 2019-09-07, Zebra Dove",1,2019-09-07 -21.31235993,-158.0788162,"African Silverbill (1) 2021-07-16, Common Myna (3) 2023-06-06, Common Waxbill (1) 2021-07-16, House Finch (1) 2022-02-08, House Sparrow (2) 2023-06-06, Pacific Golden-Plover (1) 2022-02-08, Red-crested Cardinal (1) 2021-07-16, Red-vented Bulbul (1) 2021-07-16, Saffron Finch (2) 2022-02-08, Spotted Dove (1) 2021-07-16, Zebra Dove",2,2022-02-08 -21.31125343,-157.895644,"Common Myna (2) 2023-01-04, Glaucous-winged Gull (2) 2023-01-04, Great Frigatebird (1) 2020-07-11, House Sparrow (4) 2023-02-05, Pacific Golden-Plover (1) 2019-02-04, Ruddy Turnstone (1) 2019-02-04, Spotted Dove (3) 2023-01-04, Wandering Tattler (1) 2019-02-04, Western Cattle Egret (1) 2019-02-04, White Tern (1) 2019-02-04, Zebra Dove",3,2023-01-04 -21.32969351,-157.9533587,"Chestnut Munia (1) 2023-06-04, Common Myna (2) 2023-06-04, House Finch (2) 2023-06-04, Pacific Golden-Plover (2) 2023-02-07, Red-crested Cardinal (2) 2023-06-04, Red-vented Bulbul (2) 2023-06-04, Saffron Finch (1) 2022-02-09, Spotted Dove (1) 2022-02-09, Western Cattle Egret (1) 2022-02-09, Yellow-fronted Canary (1) 2023-06-04, Zebra Dove",2,2023-06-04 -21.32844954,-157.7701739,"Apapane (1) 2021-12-31, Chestnut Munia (1) 2022-09-04, Japanese Bush Warbler (2) 2020-04-05, Oahu Amakihi (1) 2022-09-04, Red-billed Leiothrix (3) 2021-12-31, Red-vented Bulbul (3) 2021-12-31, Red-whiskered Bulbul (2) 2020-04-05, Scaly-breasted Munia (1) 2022-09-04, Warbling White-eye (3) 2021-12-31, White-rumped Shama (1) 2021-12-31, White-tailed Tropicbird",2,2020-04-05 -21.35783524,-158.1363965,"Brown Booby (2) 2021-04-03, Brown Noddy (1) 2021-04-03, Common Myna (2) 2022-06-27, House Sparrow (2) 2022-06-27, Laysan Albatross (1) 2021-04-03, Red-crested Cardinal (2) 2022-06-27, Red-footed Booby (1) 2021-04-03, Sooty Shearwater (1) 2021-04-03, Western Cattle Egret (3) 2022-06-27, White Tern",1,2022-06-25 -21.37347244,-157.750509,"Black-necked Stilt (2) 2022-05-07, Chestnut Munia (1) 2022-04-23, Common Myna (3) 2023-11-26, House Sparrow (1) 2022-04-23, Pacific Golden-Plover (1) 2022-04-23, Red-crested Cardinal (3) 2023-11-26, Rock Pigeon (2) 2023-11-26, Saffron Finch (1) 2022-04-23, Warbling White-eye (1) 2023-02-23, Western Cattle Egret (3) 2023-11-26, Zebra Dove",2,2022-05-07 -21.41123128,-157.9913681,"Common Myna (2) 2023-12-25, Pacific Golden-Plover (1) 2023-12-25, Red-crested Cardinal (2) 2023-12-25, Red-crowned Parrot (1) 2022-06-16, Red-vented Bulbul (1) 2023-12-25, Red-whiskered Bulbul (1) 2023-12-25, Rose-ringed Parakeet (1) 2023-12-25, Saffron Finch (1) 2023-12-25, Spotted Dove (1) 2023-12-25, Warbling White-eye (1) 2023-12-25, Zebra Dove",1,2023-12-25 -21.43035059,-158.1842158,"Brown Booby (1) 2023-12-09, Common Waxbill (1) 2019-11-19, Erckel's Spurfowl (3) 2023-02-06, Gray Francolin (1) 2019-11-19, House Finch (1) 2020-01-03, Northern Cardinal (1) 2019-11-19, Red-vented Bulbul (1) 2019-11-19, Red-whiskered Bulbul (1) 2020-01-03, Spotted Dove (2) 2020-01-03, Warbling White-eye (2) 2020-01-03, Zebra Dove",2,2020-01-03 -21.43894508,-158.0973217,"Apapane (1) 2023-08-18, Common Waxbill (1) 2023-08-18, House Finch (1) 2023-08-18, Oahu Amakihi (1) 2023-08-18, Oahu Elepaio (1) 2023-08-18, Red-billed Leiothrix (1) 2023-08-18, Red-vented Bulbul (1) 2023-08-18, Red-whiskered Bulbul (1) 2023-08-18, Spotted Dove (1) 2023-08-18, Warbling White-eye (1) 2023-08-18, White-rumped Shama",1,2023-08-18 -21.45532929,-157.8270115,"African Silverbill (1) 2022-05-27, Common Myna (6) 2023-08-01, House Sparrow (2) 2023-08-01, Java Sparrow (1) 2024-02-09, Red-crested Cardinal (2) 2023-08-01, Red-vented Bulbul (7) 2024-02-09, Red-whiskered Bulbul (2) 2021-05-29, Spotted Dove (4) 2024-02-09, Warbling White-eye (1) 2022-05-27, Western Cattle Egret (1) 2021-05-27, Zebra Dove",5,2023-08-01 -21.46634545,-158.1550608,"Common Myna (1) 2022-01-12, Common Waxbill (1) 2022-01-12, Erckel's Spurfowl (1) 2022-01-12, Gray Francolin (1) 2023-07-29, Northern Cardinal (1) 2022-01-12, Red-crested Cardinal (1) 2022-01-12, Red-vented Bulbul (1) 2022-01-12, Saffron Finch (2) 2022-03-22, Spotted Dove (1) 2022-01-12, Warbling White-eye (1) 2022-01-12, Zebra Dove",1,2022-01-12 -21.46456335,-157.8558893,"Chestnut Munia (2) 2022-08-17, Common Myna (3) 2023-09-07, Java Sparrow (1) 2023-09-07, Red Junglefowl (1) 2023-09-07, Red-crested Cardinal (3) 2023-09-07, Red-vented Bulbul (2) 2022-08-17, Spotted Dove (1) 2023-09-07, Warbling White-eye (2) 2022-08-17, Western Cattle Egret (1) 2023-09-07, White-rumped Shama (3) 2023-09-07, Zebra Dove",1,2023-09-07 -21.46394435,-157.7690396,"Common Myna (2) 2023-08-23, Great Frigatebird (1) 2023-08-25, Northern Cardinal (1) 2023-08-10, Pacific Golden-Plover (1) 2023-08-22, Red-crested Cardinal (4) 2023-08-24, Red-vented Bulbul (3) 2023-08-23, Red-whiskered Bulbul (4) 2023-08-23, Saffron Finch (1) 2023-08-24, Sanderling (1) 2023-08-23, Western Cattle Egret (1) 2023-08-24, Zebra Dove",1,2023-08-23 -21.47518617,-158.1164017,"Common Waxbill (2) 2023-06-25, House Finch (2) 2023-06-25, Indian Peafowl (1) 2023-06-25, Northern Cardinal (1) 2021-07-05, Red Junglefowl (1) 2023-06-25, Red-billed Leiothrix (2) 2023-06-25, Red-crested Cardinal (2) 2023-06-25, Red-vented Bulbul (1) 2023-06-25, Spotted Dove (1) 2021-07-05, Warbling White-eye (2) 2023-06-25, White-rumped Shama",1,2021-07-05 -21.48378597,-158.0391304,"Common Myna (1) 2022-12-28, House Finch (1) 2022-12-31, Northern Cardinal (1) 2022-12-28, Pacific Golden-Plover (1) 2022-12-28, Red Junglefowl (1) 2022-12-28, Red-crested Cardinal (1) 2022-12-28, Red-vented Bulbul (1) 2022-12-31, Saffron Finch (2) 2022-12-31, Spotted Dove (1) 2022-12-31, Warbling White-eye (1) 2022-12-31, Zebra Dove",2,2022-12-31 -21.48350157,-157.9908708,"Common Myna (2) 2023-12-24, Common Waxbill (2) 2023-12-24, Java Sparrow (1) 2023-12-24, Pacific Golden-Plover (1) 2023-12-24, Red-crested Cardinal (2) 2023-12-24, Red-vented Bulbul (2) 2023-12-24, Red-whiskered Bulbul (2) 2023-12-24, Saffron Finch (1) 2023-12-24, Spotted Dove (2) 2023-12-24, Warbling White-eye (2) 2023-12-24, Zebra Dove",2,2023-12-24 -21.50262527,-158.1838129,"Erckel's Spurfowl (1) 2020-10-01, House Finch (1) 2020-10-01, Indian Peafowl (1) 2020-10-01, Kalij Pheasant (1) 2020-10-01, Red-crested Cardinal (1) 2020-10-01, Red-vented Bulbul (1) 2020-10-01, Red-whiskered Bulbul (1) 2020-10-01, Spotted Dove (1) 2020-10-01, Warbling White-eye (1) 2020-10-01, White-rumped Shama (1) 2020-10-01, Zebra Dove",1,2020-10-01 -21.55719021,-158.2607673,"African Silverbill (1) 2022-02-24, Black Francolin (1) 2022-02-24, Brown Booby (1) 2022-02-24, Common Myna (2) 2022-02-24, Common Waxbill (2) 2022-02-24, Gray Francolin (1) 2022-02-24, Northern Cardinal (1) 2022-02-24, Red-crested Cardinal (1) 2022-02-24, Red-vented Bulbul (2) 2022-02-24, Spotted Dove (1) 2022-02-24, Zebra Dove",2,2022-02-24 -21.5840336,-158.2026676,"Common Myna (2) 2019-05-09, Common Waxbill (3) 2021-08-07, Eurasian Skylark (1) 2023-12-29, Gray Francolin (6) 2023-04-15, House Finch (3) 2022-05-05, Laysan Albatross (5) 2022-05-05, Northern Cardinal (3) 2022-05-05, Pacific Golden-Plover (2) 2023-04-15, Red Junglefowl (1) 2023-02-14, Saffron Finch (3) 2023-11-05, Zebra Dove",1,2022-05-05 -21.62854493,-158.0768231,"Common Myna (1) 2023-03-13, Common Waxbill (1) 2023-03-13, Great Frigatebird (1) 2021-06-25, Northern Cardinal (1) 2023-03-13, Red-crested Cardinal (1) 2023-03-13, Red-vented Bulbul (3) 2023-02-07, Sanderling (1) 2023-03-13, Spotted Dove (1) 2021-06-25, Wandering Tattler (2) 2023-03-13, Western Cattle Egret (1) 2021-10-02, Zebra Dove",1,2023-03-13 -21.27410861,-157.7513504,"Common Myna (5) 2023-03-29, House Sparrow (2) 2023-03-29, Java Sparrow (1) 2020-01-24, Feral Mallard (3) 2021-10-26, Pacific Golden-Plover (1) 2020-01-24, Red-vented Bulbul (2) 2023-03-29, Rock Pigeon (3) 2021-10-26, Spotted Dove (2) 2023-03-29, Western Cattle Egret (4) 2023-03-29, White Tern (4) 2023-03-29, Zebra Dove",3,2023-03-29 -21.31197349,-158.0113297,"Common Myna (2) 2019-05-05, Common Waxbill (1) 2019-05-05, Java Sparrow (2) 2021-10-06, Red Junglefowl (1) 2019-05-04, Red-crested Cardinal (3) 2021-10-06, Red-vented Bulbul (1) 2019-05-05, Red-whiskered Bulbul (2) 2019-05-05, Rock Pigeon (2) 2019-05-05, Saffron Finch (1) 2019-05-04, Spotted Dove (2) 2019-05-05, White Tern (1) 2019-05-05, Zebra Dove",2,2019-05-05 -21.31191636,-158.001689,"Chestnut Munia (1) 2019-03-17, Common Myna (2) 2019-03-17, Common Waxbill (1) 2019-03-17, Gray Francolin (1) 2019-06-15, House Finch (1) 2019-03-17, Red-crested Cardinal (2) 2019-03-17, Red-vented Bulbul (2) 2019-03-17, Rock Pigeon (1) 2019-03-17, Saffron Finch (1) 2019-03-17, Spotted Dove (2) 2019-03-17, Warbling White-eye (1) 2019-03-17, Zebra Dove",2,2019-03-17 -21.32987005,-157.9822836,"Chestnut Munia (1) 2019-06-13, Common Myna (1) 2019-04-21, Common Waxbill (1) 2019-06-13, House Finch (1) 2019-06-13, House Sparrow (2) 2019-06-13, Red-crested Cardinal (2) 2019-06-13, Saffron Finch (1) 2019-06-13, Spotted Dove (2) 2019-06-13, Warbling White-eye (1) 2019-04-21, Western Cattle Egret (2) 2019-06-13, White Tern (1) 2019-06-13, Zebra Dove",1,2019-06-13 -21.33946127,-158.0786465,"Common Myna (6) 2024-02-05, House Sparrow (5) 2024-02-05, Java Sparrow (1) 2019-07-01, Northern Cardinal (1) 2021-12-25, Pacific Golden-Plover (2) 2021-12-25, Red-crested Cardinal (2) 2024-02-05, Red-vented Bulbul (2) 2024-02-05, Rock Pigeon (2) 2024-02-05, Saffron Finch (3) 2024-02-05, Spotted Dove (1) 2021-12-25, Western Cattle Egret (2) 2021-12-25, Zebra Dove",7,2024-02-05 -21.33822625,-157.8761576,"Common Myna (1) 2019-06-22, Common Waxbill (1) 2019-06-22, Great Frigatebird (1) 2019-06-22, House Sparrow (1) 2019-06-22, Red-crested Cardinal (1) 2019-06-22, Red-vented Bulbul (1) 2019-06-22, Rock Pigeon (2) 2023-10-13, Rose-ringed Parakeet (1) 2023-11-11, Spotted Dove (1) 2019-06-22, Warbling White-eye (1) 2019-06-22, Western Cattle Egret (2) 2019-11-04, Zebra Dove",1,2019-06-22 -21.33776082,-157.8086651,"Common Waxbill (2) 2023-01-12, Northern Cardinal (2) 2023-01-12, Red Junglefowl (2) 2023-01-12, Red-billed Leiothrix (3) 2023-05-13, Red-crested Cardinal (2) 2023-01-12, Red-vented Bulbul (2) 2023-01-12, Rose-ringed Parakeet (2) 2023-01-12, Spotted Dove (2) 2023-01-12, Warbling White-eye (3) 2023-05-13, White-rumped Shama (3) 2023-05-13, Zebra Dove",2,2023-01-12 -21.34763947,-157.9339449,"Common Myna (7) 2024-02-20, House Finch (1) 2022-03-16, House Sparrow (5) 2023-06-25, Pacific Golden-Plover (3) 2024-02-20, Red Junglefowl (1) 2022-03-16, Red-whiskered Bulbul (1) 2022-03-16, Rock Pigeon (6) 2023-12-16, Rose-ringed Parakeet (2) 2023-01-24, Saffron Finch (1) 2024-02-20, Spotted Dove (3) 2022-12-04, Western Cattle Egret (4) 2024-02-20, Zebra Dove",6,2023-06-25 -21.35778658,-158.1267525,"African Silverbill (1) 2021-09-04, Brown Booby (1) 2021-12-24, Common Myna (1) 2019-04-06, Common Waxbill (1) 2021-09-04, Great Frigatebird (1) 2019-09-13, House Sparrow (1) 2019-04-06, Java Sparrow (1) 2021-09-04, Pacific Golden-Plover (1) 2019-04-06, Saffron Finch (2) 2022-03-05, Warbling White-eye (1) 2019-04-06, Western Cattle Egret (1) 2019-04-06, Zebra Dove",1,2021-09-04 -21.35561914,-157.7795905,"House Finch (2) 2023-09-04, Oahu Amakihi (1) 2023-09-04, Red Junglefowl (1) 2023-01-14, Red-billed Leiothrix (1) 2023-01-14, Red-crested Cardinal (1) 2023-01-14, Red-vented Bulbul (2) 2023-09-04, Red-whiskered Bulbul (2) 2023-09-04, Saffron Finch (1) 2023-09-04, Spotted Dove (1) 2023-01-14, Warbling White-eye (2) 2023-09-04, White-tailed Tropicbird (1) 2023-01-14, Zebra Dove",1,2023-01-14 -21.36639989,-158.0495432,"Chestnut Munia (2) 2021-06-19, Common Myna (2) 2021-06-19, Common Waxbill (2) 2021-06-19, Northern Cardinal (2) 2021-06-19, Red Avadavat (2) 2021-06-19, Red-vented Bulbul (2) 2021-06-19, Rock Pigeon (2) 2021-06-19, Scaly-breasted Munia (2) 2021-06-19, Spotted Dove (2) 2021-06-19, Warbling White-eye (2) 2021-06-19, Western Cattle Egret (2) 2021-06-19, Zebra Dove",2,2021-06-19 -21.39327865,-158.0107838,"Black-crowned Night Heron (1) 2019-05-04, Common Myna (3) 2019-02-19, Java Sparrow (9) 2019-02-19, Northern Cardinal (7) 2019-02-19, Northern Mockingbird (1) 2019-02-17, Red-crested Cardinal (7) 2019-02-19, Red-vented Bulbul (1) 2019-02-18, Rock Pigeon (1) 2019-05-04, Rose-ringed Parakeet (1) 2019-01-31, Spotted Dove (5) 2019-02-19, Western Cattle Egret (2) 2019-02-18, Zebra Dove",8,2019-02-19 -21.41111403,-157.972074,"Chestnut Munia (1) 2022-07-27, Common Myna (1) 2022-07-27, Common Waxbill (1) 2022-07-27, House Finch (1) 2022-07-27, House Sparrow (1) 2022-07-27, Java Sparrow (1) 2022-07-27, Red-crested Cardinal (1) 2022-07-27, Red-vented Bulbul (1) 2022-07-27, Rose-ringed Parakeet (1) 2022-07-27, Saffron Finch (1) 2022-07-27, Western Cattle Egret (1) 2022-07-27, Zebra Dove",1,2022-07-27 -21.41002653,-157.8080795,"Chestnut Munia (1) 2019-07-08, Common Myna (1) 2022-03-30, Common Waxbill (1) 2022-03-30, House Finch (1) 2022-03-30, Red Junglefowl (1) 2022-03-30, Red-crested Cardinal (1) 2022-03-30, Red-vented Bulbul (1) 2022-03-30, Red-whiskered Bulbul (1) 2022-03-30, Scaly-breasted Munia (1) 2023-02-23, Spotted Dove (1) 2022-03-30, Western Cattle Egret (1) 2022-03-30, Zebra Dove",1,2022-03-30 -21.42102563,-158.1263769,"Chestnut Munia (1) 2019-03-04, Erckel's Spurfowl (1) 2019-03-04, Gray Francolin (1) 2019-03-04, Oahu Amakihi (1) 2019-03-04, Oahu Elepaio (1) 2019-03-04, Red-billed Leiothrix (1) 2019-03-04, Red-vented Bulbul (1) 2019-03-04, Red-whiskered Bulbul (1) 2019-03-04, Spotted Dove (1) 2019-03-04, Warbling White-eye (1) 2019-03-04, White-rumped Shama (1) 2019-03-04, Zebra Dove",1,2019-03-04 -21.43020703,-158.1552692,"Black-crowned Night Heron (1) 2022-04-28, Common Myna (1) 2022-04-28, Common Waxbill (1) 2022-04-28, Eurasian Skylark (1) 2022-04-28, Gray Francolin (1) 2022-04-28, Hawaiian Coot (1) 2022-04-28, House Sparrow (1) 2022-04-28, Pacific Golden-Plover (1) 2022-04-28, Red-crested Cardinal (1) 2022-04-28, Saffron Finch (1) 2022-04-28, Short-eared Owl (1) 2022-04-28, Western Cattle Egret",1,2022-04-28 -21.43809547,-157.9525867,"Common Myna (2) 2022-01-01, Common Waxbill (2) 2022-01-01, Red-crested Cardinal (1) 2019-01-02, Red-crowned Parrot (1) 2019-01-02, Red-vented Bulbul (1) 2019-01-02, Rock Pigeon (2) 2022-01-01, Rose-ringed Parakeet (2) 2022-01-01, Spotted Dove (2) 2022-01-01, Warbling White-eye (1) 2019-01-02, Western Cattle Egret (1) 2019-01-02, White-rumped Shama (1) 2019-01-02, Zebra Dove",2,2022-01-01 -21.44629613,-157.8270838,"Chestnut Munia (1) 2019-05-26, Common Myna (2) 2022-01-14, Common Waxbill (1) 2022-01-14, House Finch (1) 2022-01-14, Red-billed Leiothrix (1) 2022-01-14, Red-vented Bulbul (2) 2022-01-14, Red-whiskered Bulbul (2) 2022-01-14, Spotted Dove (2) 2022-01-14, Warbling White-eye (2) 2022-01-14, Western Cattle Egret (1) 2022-02-14, White-rumped Shama (2) 2022-01-14, Zebra Dove",2,2022-01-14 -21.45740633,-158.1744142,"African Silverbill (1) 2019-12-17, Barn Owl (1) 2020-06-05, Common Myna (1) 2019-12-17, Common Waxbill (1) 2019-12-17, House Finch (1) 2019-12-17, Java Sparrow (1) 2019-12-17, Red-crested Cardinal (1) 2019-12-17, Red-vented Bulbul (1) 2019-12-17, Saffron Finch (1) 2019-12-17, Spotted Dove (1) 2019-12-17, Warbling White-eye (1) 2019-12-17, Zebra Dove",1,2019-12-17 -21.47372798,-157.8751202,"Common Myna (1) 2022-11-22, Java Sparrow (1) 2022-11-22, Oahu Elepaio (1) 2022-11-22, Red Junglefowl (1) 2022-11-22, Red-crested Cardinal (1) 2022-11-22, Red-vented Bulbul (1) 2022-11-22, Rose-ringed Parakeet (1) 2022-11-22, Spotted Dove (1) 2022-11-22, Warbling White-eye (1) 2022-11-22, Western Cattle Egret (1) 2022-11-22, White-rumped Shama (1) 2022-11-22, Zebra Dove",1,2022-11-22 -21.48478444,-158.2321771,"Brown Booby (4) 2023-02-09, Common Myna (6) 2023-06-06, House Finch (1) 2021-10-17, Java Sparrow (3) 2023-02-09, Northern Cardinal (2) 2023-02-09, Pacific Golden-Plover (4) 2023-02-09, Red Junglefowl (2) 2023-02-09, Red-crested Cardinal (3) 2022-01-22, Red-vented Bulbul (1) 2023-06-06, Saffron Finch (5) 2022-03-20, Wandering Tattler (2) 2021-10-17, Zebra Dove",5,2023-02-09 -21.48455649,-158.1839139,"Common Myna (1) 2021-10-30, Erckel's Spurfowl (1) 2021-10-30, Gray Francolin (1) 2021-10-30, Indian Peafowl (1) 2021-10-30, Northern Cardinal (1) 2021-10-30, Red-crested Cardinal (1) 2021-10-30, Red-vented Bulbul (2) 2021-10-30, Saffron Finch (2) 2023-05-20, Spotted Dove (1) 2021-10-30, Warbling White-eye (1) 2021-10-30, Yellow-fronted Canary (1) 2021-10-30, Zebra Dove",1,2021-10-30 -21.48367379,-158.0198264,"Black-crowned Night Heron (1) 2023-01-10, Common Myna (3) 2023-04-06, Common Waxbill (1) 2022-12-05, Pacific Golden-Plover (2) 2023-01-10, Red Junglefowl (1) 2023-01-10, Red-crested Cardinal (2) 2023-01-10, Red-crowned Parrot (1) 2019-12-09, Red-vented Bulbul (3) 2023-12-30, Rose-ringed Parakeet (2) 2023-12-30, Spotted Dove (1) 2023-01-10, Western Cattle Egret (2) 2023-01-10, Zebra Dove",2,2023-01-10 -21.51083157,-158.0292985,"Chestnut Munia (1) 2022-05-09, Common Myna (1) 2022-05-09, Common Waxbill (1) 2022-05-09, Indian Peafowl (1) 2023-09-05, Japanese Bush Warbler (1) 2022-05-09, Northern Cardinal (1) 2022-05-09, Red-crested Cardinal (1) 2022-05-09, Red-vented Bulbul (1) 2022-05-09, Warbling White-eye (1) 2022-05-09, Western Cattle Egret (1) 2022-05-09, Yellow-fronted Canary (1) 2022-05-09, Zebra Dove",1,2022-05-09 -21.53740512,-157.9422198,"Apapane (3) 2021-09-30, Common Waxbill (3) 2021-09-30, House Finch (2) 2021-09-30, Northern Cardinal (2) 2021-09-30, Oahu Amakihi (2) 2021-09-30, Red-billed Leiothrix (3) 2021-09-30, Red-vented Bulbul (3) 2021-09-30, Red-whiskered Bulbul (3) 2021-09-30, Spotted Dove (3) 2021-09-30, Warbling White-eye (3) 2021-09-30, White-rumped Shama (3) 2021-09-30, Yellow-faced Grassquit",3,2021-09-30 -21.55509316,-157.8841506,"Chestnut Munia (1) 2022-04-22, Common Myna (1) 2022-04-22, Common Waxbill (1) 2022-04-22, Northern Cardinal (1) 2022-04-22, Pacific Golden-Plover (1) 2022-04-22, Red Junglefowl (1) 2022-04-22, Red-crested Cardinal (1) 2022-04-22, Red-vented Bulbul (1) 2022-04-22, Red-whiskered Bulbul (1) 2022-04-22, Spotted Dove (1) 2022-04-22, Warbling White-eye (1) 2022-04-22, White-rumped Shama",1,2022-04-22 -21.57450034,-158.106142,"African Silverbill (1) 2022-02-23, Common Myna (4) 2024-01-25, House Sparrow (2) 2023-04-15, Pacific Golden-Plover (2) 2023-04-15, Red Junglefowl (1) 2023-08-17, Red-vented Bulbul (4) 2023-04-15, Saffron Finch (4) 2023-08-17, Scaly-breasted Munia (1) 2022-02-23, Spotted Dove (2) 2023-04-15, Western Cattle Egret (2) 2024-01-25, White-rumped Shama (1) 2021-05-12, Zebra Dove",3,2023-08-17 -21.60165422,-158.1156348,"Black-crowned Night Heron (1) 2023-04-29, Brown Booby (3) 2023-04-29, Common Myna (2) 2021-12-08, Great Frigatebird (2) 2021-12-08, Laysan Albatross (1) 2023-04-29, Masked Booby (2) 2021-12-08, Red Junglefowl (2) 2021-12-08, Red-crested Cardinal (2) 2021-12-08, Spotted Dove (2) 2021-12-08, Wedge-tailed Shearwater (1) 2023-04-29, Western Cattle Egret (1) 2023-04-29, Zebra Dove",2,2021-12-08 -21.60973335,-157.9513544,"Apapane (2) 2022-06-20, Common Waxbill (3) 2022-06-20, House Finch (1) 2022-06-20, House Sparrow (1) 2022-06-20, Japanese Bush Warbler (2) 2022-06-20, Oahu Amakihi (3) 2022-06-20, Red-billed Leiothrix (1) 2022-06-20, Red-vented Bulbul (2) 2022-06-20, Red-whiskered Bulbul (1) 2022-06-20, Salmon-crested Cockatoo (1) 2022-06-20, Warbling White-eye (3) 2022-06-20, White-rumped Shama",2,2022-06-20 -21.66393383,-157.9509628,"Common Myna (14) 2022-07-26, Common Waxbill (3) 2022-07-20, House Finch (2) 2022-06-01, Java Sparrow (2) 2022-07-26, Northern Cardinal (5) 2022-07-26, Red-billed Leiothrix (14) 2022-07-26, Red-vented Bulbul (5) 2022-07-20, Red-whiskered Bulbul (7) 2022-07-12, Spotted Dove (7) 2022-07-12, Warbling White-eye (8) 2022-07-12, White-rumped Shama (10) 2022-06-28, Zebra Dove",8,2022-07-26 -21.31203014,-158.0209705,"Chestnut Munia (2) 2022-05-10, Common Myna (2) 2022-05-10, Common Waxbill (2) 2022-05-10, House Sparrow (2) 2022-05-10, Java Sparrow (1) 2021-10-29, Red-crested Cardinal (2) 2022-05-10, Red-vented Bulbul (1) 2022-05-10, Red-whiskered Bulbul (1) 2021-06-12, Rock Pigeon (2) 2022-05-10, Rose-ringed Parakeet (1) 2021-11-14, Spotted Dove (2) 2022-05-10, Western Cattle Egret (1) 2021-10-29, Zebra Dove",2,2022-05-10 -21.30972577,-157.68357,"Black-necked Stilt (1) 2021-03-12, Common Myna (3) 2024-02-19, House Finch (1) 2021-03-12, House Sparrow (1) 2021-10-15, Java Sparrow (2) 2021-10-15, Pacific Golden-Plover (2) 2021-10-15, Red-crested Cardinal (3) 2024-02-19, Red-vented Bulbul (3) 2024-02-19, Red-whiskered Bulbul (2) 2024-02-19, Spotted Dove (2) 2021-10-15, Warbling White-eye (1) 2021-10-15, Western Cattle Egret (1) 2021-10-15, Zebra Dove",3,2024-02-19 -21.32144649,-158.0884012,"African Silverbill (1) 2019-12-31, Chestnut Munia (3) 2019-03-26, Common Myna (4) 2019-12-31, Common Waxbill (2) 2020-01-01, Eurasian Skylark (1) 2020-01-01, Gray Francolin (4) 2020-01-01, House Finch (1) 2020-01-01, Pacific Golden-Plover (4) 2020-01-01, Red-crested Cardinal (2) 2020-01-01, Red-vented Bulbul (1) 2019-12-31, Saffron Finch (2) 2020-01-01, Spotted Dove (2) 2020-01-01, Zebra Dove",2,2020-01-01 -21.32035009,-157.9052174,"African Silverbill (1) 2021-01-10, Chestnut Munia (4) 2022-03-06, Common Myna (6) 2022-12-07, Common Waxbill (1) 2024-01-30, Eurasian Skylark (4) 2022-03-06, House Finch (1) 2021-01-10, House Sparrow (6) 2024-01-30, Pacific Golden-Plover (5) 2024-01-30, Red-crested Cardinal (1) 2020-11-29, Red-vented Bulbul (5) 2022-12-05, Spotted Dove (1) 2022-12-07, Western Cattle Egret (4) 2022-03-06, Zebra Dove",6,2024-01-30 -21.33021062,-158.0401349,"African Silverbill (1) 2019-02-05, Common Myna (1) 2019-02-05, Gray Francolin (1) 2019-02-05, House Sparrow (1) 2019-02-05, Northern Cardinal (1) 2019-02-05, Red Junglefowl (1) 2019-02-05, Red-crested Cardinal (1) 2019-02-05, Red-vented Bulbul (1) 2019-02-05, Red-whiskered Bulbul (1) 2019-02-05, Spotted Dove (1) 2019-02-05, Warbling White-eye (1) 2019-02-05, Western Cattle Egret (1) 2019-02-05, Zebra Dove",1,2019-02-05 -21.33918838,-158.0304332,"Common Myna (1) 2023-04-01, House Finch (1) 2023-04-01, House Sparrow (1) 2023-04-01, Java Sparrow (1) 2023-04-01, Northern Cardinal (1) 2023-04-01, Pacific Golden-Plover (1) 2023-04-01, Red-vented Bulbul (1) 2023-04-01, Rose-ringed Parakeet (1) 2023-04-01, Saffron Finch (1) 2023-04-01, Spotted Dove (1) 2023-04-01, Warbling White-eye (1) 2023-04-01, Western Cattle Egret (1) 2023-04-01, Zebra Dove",1,2023-04-01 -21.34751374,-157.9146591,"Chestnut Munia (1) 2022-03-29, Common Myna (5) 2023-12-03, Common Waxbill (1) 2022-03-29, House Finch (2) 2022-03-20, House Sparrow (4) 2023-12-03, Pacific Golden-Plover (1) 2022-03-20, Red Junglefowl (1) 2023-12-16, Red-crested Cardinal (3) 2022-08-04, Rose-ringed Parakeet (1) 2022-03-27, Spotted Dove (1) 2022-08-04, Warbling White-eye (2) 2023-12-03, Western Cattle Egret (1) 2022-08-04, Zebra Dove",6,2022-08-04 -21.35673526,-157.9435231,"Common Myna (5) 2023-08-17, House Finch (2) 2022-03-05, House Sparrow (2) 2022-03-05, Pacific Golden-Plover (4) 2022-03-05, Red-crested Cardinal (2) 2022-03-05, Red-vented Bulbul (3) 2023-08-17, Rock Pigeon (2) 2022-03-05, Saffron Finch (3) 2023-08-17, Spotted Dove (2) 2022-03-05, Warbling White-eye (3) 2023-08-17, White Tern (4) 2023-08-17, Yellow-fronted Canary (1) 2022-06-01, Zebra Dove",2,2022-03-05 -21.35533417,-157.7410198,"Common Myna (1) 2022-02-20, Hawaiian Coot (1) 2022-02-20, House Finch (1) 2022-02-20, Java Sparrow (1) 2022-02-20, Northern Cardinal (1) 2022-02-20, Red-billed Leiothrix (1) 2022-02-20, Red-crested Cardinal (1) 2022-02-20, Red-whiskered Bulbul (1) 2022-02-20, Spotted Dove (1) 2022-02-20, Western Cattle Egret (1) 2022-02-20, White Tern (1) 2022-02-20, White-rumped Shama (1) 2022-02-20, Zebra Dove",1,2022-02-20 -21.36564338,-157.92417,"Black-necked Stilt (1) 2023-02-22, Common Myna (2) 2023-02-22, Great-tailed Grackle (1) 2023-04-26, House Sparrow (2) 2023-02-22, Pacific Golden-Plover (1) 2023-02-22, Red-crested Cardinal (1) 2021-06-28, Red-crowned Parrot (1) 2023-02-22, Rock Pigeon (1) 2023-02-22, Rose-ringed Parakeet (1) 2023-02-22, Saffron Finch (1) 2023-02-22, Spotted Dove (1) 2023-02-22, Western Cattle Egret (2) 2023-07-05, Zebra Dove",1,2023-02-22 -21.37368537,-157.7794407,"Chestnut Munia (5) 2022-08-25, Common Myna (1) 2021-11-26, Common Waxbill (2) 2022-04-22, Java Sparrow (1) 2021-11-26, Pacific Golden-Plover (1) 2020-03-03, Red-vented Bulbul (1) 2021-11-26, Red-whiskered Bulbul (1) 2020-03-03, Rock Pigeon (1) 2021-11-26, Scaly-breasted Munia (1) 2022-08-25, Warbling White-eye (1) 2021-11-26, Western Cattle Egret (2) 2022-08-25, White-rumped Shama (1) 2023-11-25, Zebra Dove",1,2021-11-26 -21.38401409,-157.9722639,"Chestnut Munia (2) 2023-11-27, Common Myna (2) 2023-11-27, Common Waxbill (2) 2023-11-27, Gray Francolin (1) 2022-11-25, House Finch (1) 2023-06-05, Pacific Golden-Plover (2) 2023-11-27, Red-crested Cardinal (1) 2021-06-21, Red-vented Bulbul (2) 2023-11-27, Red-whiskered Bulbul (2) 2023-11-27, Spotted Dove (2) 2023-11-27, Warbling White-eye (1) 2021-06-25, Western Cattle Egret (2) 2023-11-27, Zebra Dove",2,2023-11-27 -21.41878057,-157.7694187,"Black-necked Stilt (2) 2021-04-30, Brown Booby (1) 2023-12-02, Common Myna (2) 2021-05-08, Common Waxbill (1) 2021-05-08, House Sparrow (1) 2021-05-08, Northern Cardinal (1) 2019-05-26, Red-crested Cardinal (1) 2019-05-26, Red-vented Bulbul (2) 2021-05-08, Red-whiskered Bulbul (1) 2019-05-26, Spotted Dove (1) 2019-05-26, Warbling White-eye (1) 2019-05-26, Western Cattle Egret (1) 2019-05-26, Zebra Dove",2,2021-05-08 -21.42941402,-158.0105406,"Common Myna (3) 2019-11-25, Common Waxbill (2) 2019-02-07, House Sparrow (1) 2019-05-20, Pacific Golden-Plover (5) 2021-03-20, Red-billed Leiothrix (1) 2019-04-18, Red-crested Cardinal (1) 2020-02-20, Red-vented Bulbul (1) 2019-05-20, Rose-ringed Parakeet (2) 2019-11-25, Saffron Finch (2) 2019-02-14, Spotted Dove (4) 2020-02-20, Western Cattle Egret (7) 2019-04-18, White-rumped Shama (3) 2019-05-20, Zebra Dove",5,2021-03-20 -21.43943164,-158.1938151,"Brown Booby (3) 2024-01-26, Common Myna (3) 2023-08-22, House Sparrow (2) 2023-08-22, Java Sparrow (1) 2023-08-24, Pacific Golden-Plover (3) 2023-08-22, Red-crested Cardinal (4) 2023-08-25, Red-vented Bulbul (2) 2023-08-22, Rock Pigeon (3) 2023-08-22, Saffron Finch (2) 2023-08-25, Spotted Dove (2) 2022-01-08, Warbling White-eye (1) 2020-10-08, White-rumped Shama (1) 2020-10-08, Zebra Dove",3,2023-08-22 -21.43733029,-157.8368042,"Chestnut Munia (1) 2022-07-08, Common Myna (3) 2023-12-14, Common Waxbill (1) 2023-12-14, Java Sparrow (1) 2022-07-08, Northern Cardinal (1) 2021-12-29, Pacific Golden-Plover (2) 2020-01-06, Red-crested Cardinal (3) 2023-12-14, Red-vented Bulbul (1) 2022-07-08, Rock Pigeon (1) 2021-12-29, Spotted Dove (1) 2023-12-14, Western Cattle Egret (1) 2022-07-08, White-rumped Shama (2) 2023-12-14, Zebra Dove",1,2022-07-08 -21.4746963,-158.0295382,"Chestnut Munia (1) 2020-01-15, Common Myna (3) 2020-08-17, Common Waxbill (1) 2020-01-13, House Finch (2) 2020-01-15, Java Sparrow (3) 2020-08-17, Pacific Golden-Plover (3) 2020-08-17, Red-crested Cardinal (1) 2020-01-13, Red-vented Bulbul (2) 2020-01-15, Rose-ringed Parakeet (3) 2021-05-10, Warbling White-eye (1) 2020-01-15, Western Cattle Egret (1) 2020-01-15, White-rumped Shama (1) 2020-09-03, Zebra Dove",2,2020-01-15 -21.50207293,-158.0776246,"Chestnut Munia (2) 2021-12-02, Common Myna (5) 2022-07-07, House Finch (2) 2021-12-02, Northern Cardinal (2) 2021-12-02, Pacific Golden-Plover (4) 2021-12-10, Red Junglefowl (2) 2021-12-10, Red-crested Cardinal (2) 2021-12-10, Red-crowned Parrot (3) 2022-07-07, Red-vented Bulbul (2) 2021-12-10, Rose-ringed Parakeet (2) 2021-12-02, Saffron Finch (1) 2023-10-24, Warbling White-eye (1) 2022-07-07, Zebra Dove",4,2021-12-10 -21.50190891,-158.0486649,"Common Myna (2) 2023-09-17, Common Waxbill (2) 2023-09-17, Gray Francolin (1) 2023-12-14, House Finch (1) 2023-09-17, House Sparrow (1) 2023-09-17, Red-crested Cardinal (2) 2023-09-17, Red-vented Bulbul (1) 2023-09-17, Red-whiskered Bulbul (1) 2023-09-17, Rose-ringed Parakeet (1) 2023-03-15, Saffron Finch (2) 2023-09-17, Spotted Dove (1) 2023-09-17, Western Cattle Egret (1) 2023-09-17, Zebra Dove",2,2023-09-17 -21.50179777,-158.0293585,"Black Francolin (1) 2022-05-29, Common Myna (2) 2022-05-29, Common Waxbill (1) 2022-05-29, House Sparrow (1) 2022-05-29, Feral Mallard (9) 2023-03-31, Mourning Dove (1) 2023-02-22, Red Junglefowl (11) 2023-03-31, Red-crested Cardinal (1) 2022-05-29, Red-vented Bulbul (2) 2022-05-29, Rock Pigeon (1) 2022-05-29, Spotted Dove (2) 2022-05-29, Western Cattle Egret (1) 2022-05-29, Zebra Dove",1,2019-03-28 -21.51071829,-158.0099912,"Common Myna (3) 2023-09-12, House Sparrow (1) 2023-08-17, Java Sparrow (1) 2020-03-06, Northern Cardinal (1) 2020-03-06, Pacific Golden-Plover (5) 2023-09-12, Red-crested Cardinal (1) 2020-03-06, Red-vented Bulbul (1) 2020-03-06, Red-whiskered Bulbul (1) 2020-03-06, Rose-ringed Parakeet (1) 2020-03-06, Saffron Finch (2) 2023-09-12, Spotted Dove (2) 2023-09-12, Western Cattle Egret (1) 2023-09-12, Zebra Dove",2,2023-09-12 -21.54579404,-157.8455975,"Black-necked Stilt (1) 2023-10-14, Common Myna (1) 2023-10-14, Common Waxbill (1) 2023-10-14, Glaucous-winged Gull (1) 2020-01-18, Great Frigatebird (1) 2019-08-08, House Finch (1) 2023-10-14, Pacific Golden-Plover (1) 2023-10-14, Red-crested Cardinal (1) 2023-10-14, Spotted Dove (1) 2023-10-14, Wandering Tattler (11) 2024-02-08, Warbling White-eye (1) 2023-10-14, Western Cattle Egret (2) 2023-10-14, Zebra Dove",1,2022-10-16 -21.55482631,-157.845526,"Barn Owl (1) 2024-02-10, Common Myna (2) 2024-02-12, Common Waxbill (1) 2024-02-12, House Finch (1) 2024-02-12, House Sparrow (1) 2024-02-05, Java Sparrow (1) 2024-02-12, Northern Cardinal (1) 2024-02-12, Pacific Golden-Plover (2) 2024-02-12, Rock Pigeon (1) 2024-02-12, Warbling White-eye (1) 2024-02-12, Western Cattle Egret (2) 2024-02-12, White-rumped Shama (1) 2024-02-12, Zebra Dove",2,2024-02-12 -21.60038767,-157.903123,"Black-necked Stilt (1) 2021-02-21, Common Myna (4) 2023-08-21, Common Waxbill (1) 2021-08-10, House Finch (1) 2021-08-10, Java Sparrow (1) 2021-08-10, Pacific Golden-Plover (1) 2021-02-21, Red-crested Cardinal (4) 2023-08-21, Red-vented Bulbul (1) 2021-08-10, Sanderling (1) 2023-08-21, Spotted Dove (2) 2021-08-10, Western Cattle Egret (4) 2023-08-21, White-rumped Shama (1) 2021-08-10, Zebra Dove",1,2021-08-10 -21.61058376,-158.096259,"Brown Booby (2) 2024-02-11, Common Gallinule (1) 2021-02-24, Common Myna (2) 2022-07-27, Pacific Golden-Plover (1) 2022-02-07, Red-crested Cardinal (2) 2022-02-07, Ring-necked Pheasant (2) 2020-03-04, Ruddy Turnstone (1) 2019-08-28, Sanderling (2) 2021-03-06, Spotted Dove (2) 2023-02-18, Wandering Tattler (2) 2022-07-27, Wedge-tailed Shearwater (2) 2023-09-24, Western Cattle Egret (2) 2022-02-07, Zebra Dove",2,2022-02-07 -21.6912735,-157.9894286,"Black-necked Stilt (5) 2024-01-06, Blue-winged Teal (2) 2024-01-06, Common Myna (5) 2024-01-06, Hawaiian Coot (8) 2024-01-06, Feral Mallard (2) 2024-01-06, Pacific Golden-Plover (6) 2024-01-06, Red-vented Bulbul (3) 2024-01-06, Ruddy Turnstone (6) 2024-01-06, Sanderling (3) 2024-01-06, Spotted Dove (3) 2024-01-06, Wandering Tattler (2) 2024-01-06, Western Cattle Egret (1) 2019-12-26, Zebra Dove",3,2024-01-06 -21.29166014,-157.6837309,"Common Myna (2) 2022-04-14, House Finch (1) 2022-04-14, Northern Cardinal (1) 2022-04-14, Pacific Golden-Plover (3) 2022-04-14, Red-crested Cardinal (2) 2022-04-14, Red-tailed Tropicbird (1) 2022-07-18, Red-vented Bulbul (3) 2022-04-14, Spotted Dove (1) 2022-04-14, Warbling White-eye (2) 2022-04-14, Western Cattle Egret (2) 2022-04-14, White Tern (1) 2022-07-18, White-rumped Shama (3) 2022-04-14, White-tailed Tropicbird (1) 2022-07-18, Zebra Dove",4,2022-07-18 -21.31052334,-157.7896041,"Common Myna (2) 2024-02-12, House Sparrow (1) 2020-10-17, Northern Cardinal (1) 2024-02-12, Oahu Amakihi (1) 2024-02-12, Pacific Golden-Plover (1) 2020-10-17, Red Junglefowl (2) 2024-02-12, Red-billed Leiothrix (1) 2024-02-12, Red-crested Cardinal (1) 2024-02-12, Red-vented Bulbul (1) 2020-10-17, Red-whiskered Bulbul (1) 2020-10-17, Spotted Dove (2) 2024-02-12, Warbling White-eye (1) 2024-02-12, White-rumped Shama (2) 2024-02-12, Zebra Dove",1,2020-10-17 -21.32106445,-158.0209107,"Common Myna (2) 2021-10-17, Common Waxbill (1) 2022-04-10, Indian Peafowl (1) 2022-06-01, Japanese Bush Warbler (2) 2022-01-01, Java Sparrow (1) 2021-10-17, Pacific Golden-Plover (4) 2022-08-28, Red-billed Leiothrix (1) 2022-06-01, Red-crested Cardinal (1) 2021-03-23, Red-vented Bulbul (4) 2022-08-28, Rock Pigeon (1) 2021-10-17, Saffron Finch (1) 2021-05-13, Spotted Dove (1) 2021-10-17, White-rumped Shama (1) 2022-06-01, Zebra Dove",1,2021-10-17 -21.31955653,-157.78953,"Common Myna (2) 2021-12-02, House Finch (2) 2021-12-02, Java Sparrow (2) 2021-12-02, Northern Cardinal (2) 2021-12-02, Red-billed Leiothrix (2) 2021-12-02, Red-crested Cardinal (2) 2021-12-02, Red-crowned Parrot (2) 2021-12-02, Red-vented Bulbul (2) 2021-12-02, Red-whiskered Bulbul (2) 2021-12-02, Rose-ringed Parakeet (2) 2021-12-02, Spotted Dove (2) 2021-12-02, Warbling White-eye (2) 2021-12-02, White-rumped Shama (2) 2021-12-02, Zebra Dove",2,2021-12-02 -21.33951393,-158.088289,"Common Myna (6) 2022-06-16, Common Waxbill (3) 2022-02-02, House Finch (2) 2022-02-01, House Sparrow (5) 2022-02-02, Java Sparrow (4) 2022-02-02, Pacific Golden-Plover (1) 2021-09-03, Red-crested Cardinal (2) 2022-02-01, Red-vented Bulbul (4) 2022-02-02, Red-whiskered Bulbul (2) 2022-02-02, Saffron Finch (1) 2022-06-16, Spotted Dove (4) 2022-02-02, Warbling White-eye (2) 2022-02-02, Western Cattle Egret (1) 2022-06-16, Zebra Dove",5,2022-02-02 -21.34782283,-157.962874,"Common Myna (2) 2022-11-07, House Finch (1) 2022-08-05, House Sparrow (1) 2022-08-05, Java Sparrow (3) 2022-12-01, Pacific Golden-Plover (1) 2022-11-07, Red-vented Bulbul (2) 2022-11-07, Rose-ringed Parakeet (2) 2022-11-07, Ruddy Turnstone (1) 2022-11-07, Spotted Dove (2) 2022-11-07, Warbling White-eye (2) 2022-11-07, Western Cattle Egret (1) 2022-08-05, White Tern (2) 2022-11-07, Yellow-fronted Canary (1) 2022-08-05, Zebra Dove",2,2022-11-07 -21.34686223,-157.8182344,"Common Waxbill (1) 2021-11-17, Feral Mallard (2) 2023-02-18, Oahu Amakihi (1) 2021-11-17, Red Junglefowl (1) 2023-04-06, Red-billed Leiothrix (6) 2024-01-15, Red-crested Cardinal (1) 2021-11-17, Red-vented Bulbul (1) 2021-07-30, Red-whiskered Bulbul (4) 2022-12-28, Spotted Dove (1) 2021-07-30, Warbling White-eye (3) 2022-12-28, White-rumped Shama (3) 2022-12-28, Yellow-fronted Canary (1) 2021-11-17, Zebra Dove",1,2022-12-28 -21.3574206,-158.0592453,"Black-necked Stilt (1) 2024-01-11, Chestnut Munia (4) 2023-12-05, Common Myna (4) 2023-12-05, Gray Francolin (1) 2023-08-29, House Finch (2) 2024-01-11, House Sparrow (1) 2024-01-11, Northern Cardinal (1) 2024-01-11, Pacific Golden-Plover (4) 2024-01-11, Red-crested Cardinal (3) 2024-01-11, Red-vented Bulbul (3) 2023-09-15, Saffron Finch (3) 2024-01-11, Spotted Dove (1) 2023-09-05, Warbling White-eye (1) 2023-08-29, Zebra Dove",2,2023-09-15 -21.3655181,-157.9048821,"Common Myna (1) 2023-03-19, Common Waxbill (2) 2023-03-19, House Finch (1) 2023-03-19, House Sparrow (1) 2023-03-19, Java Sparrow (1) 2022-12-17, Red Junglefowl (1) 2023-06-14, Red-crested Cardinal (1) 2021-05-29, Red-vented Bulbul (1) 2023-03-19, Red-whiskered Bulbul (2) 2023-03-19, Rose-ringed Parakeet (1) 2023-06-14, Saffron Finch (1) 2023-03-19, Spotted Dove (1) 2023-03-19, Western Cattle Egret (1) 2021-05-29, Zebra Dove",1,2021-05-29 -21.36499647,-157.8277329,"Common Myna (2) 2019-11-27, Common Waxbill (1) 2019-11-27, House Finch (1) 2019-11-27, Pacific Golden-Plover (1) 2019-11-27, Red Junglefowl (1) 2019-11-27, Red-billed Leiothrix (2) 2019-11-27, Red-crested Cardinal (1) 2019-11-27, Red-vented Bulbul (1) 2019-05-07, Red-whiskered Bulbul (1) 2019-05-07, Rock Pigeon (1) 2019-05-07, Saffron Finch (1) 2019-05-07, Wandering Tattler (1) 2019-11-27, Warbling White-eye (2) 2019-11-27, White-rumped Shama",2,2019-11-27 -21.37595292,-158.1459357,"African Silverbill (1) 2020-09-11, Brown Booby (1) 2023-03-04, Common Myna (4) 2023-03-04, House Sparrow (2) 2023-03-04, Pacific Golden-Plover (1) 2020-03-04, Red-crested Cardinal (2) 2020-03-04, Red-vented Bulbul (1) 2021-03-11, Rock Pigeon (2) 2023-03-04, Rose-ringed Parakeet (1) 2023-03-04, Saffron Finch (4) 2021-03-17, Sanderling (1) 2023-10-28, Spotted Dove (3) 2023-03-04, Western Cattle Egret (2) 2023-03-04, Zebra Dove",4,2023-03-04 -21.38358528,-157.9047477,"Chestnut Munia (2) 2023-03-31, Common Myna (5) 2024-01-24, Pacific Golden-Plover (5) 2024-01-24, Red Junglefowl (4) 2024-01-24, Red-crested Cardinal (4) 2024-01-24, Red-vented Bulbul (4) 2024-01-24, Red-whiskered Bulbul (1) 2022-03-09, Rose-ringed Parakeet (1) 2024-01-24, Saffron Finch (3) 2023-02-15, Spotted Dove (3) 2024-01-24, Warbling White-eye (1) 2022-03-09, Western Cattle Egret (2) 2023-03-31, White Tern (1) 2024-01-24, Zebra Dove",2,2024-01-24 -21.38332881,-157.8661679,"Common Myna (2) 2023-02-27, Common Waxbill (1) 2020-01-01, Java Sparrow (1) 2020-01-01, Northern Cardinal (1) 2020-01-01, Oahu Amakihi (1) 2020-01-01, Pacific Golden-Plover (1) 2023-02-27, Red-billed Leiothrix (2) 2023-02-27, Red-crested Cardinal (2) 2023-02-27, Red-vented Bulbul (1) 2023-02-27, Red-whiskered Bulbul (1) 2020-01-01, Spotted Dove (2) 2023-02-27, Warbling White-eye (2) 2023-02-27, White-rumped Shama (1) 2020-01-01, Zebra Dove",2,2023-02-27 -21.40305587,-158.1457783,"Common Myna (1) 2019-02-15, Common Waxbill (1) 2019-02-15, House Finch (2) 2024-02-19, House Sparrow (1) 2024-02-19, Northern Cardinal (1) 2019-02-15, Red-crested Cardinal (2) 2024-02-19, Red-vented Bulbul (1) 2024-02-19, Rock Pigeon (1) 2019-02-15, Saffron Finch (1) 2019-02-15, Scaly-breasted Munia (1) 2019-02-15, Short-eared Owl (1) 2019-02-15, Spotted Dove (1) 2019-02-15, Warbling White-eye (1) 2024-02-19, Zebra Dove",1,2024-02-19 -21.40225511,-158.0010764,"Common Waxbill (1) 2020-06-27, House Finch (2) 2023-03-19, Java Sparrow (1) 2020-06-27, Feral Mallard (1) 2023-03-19, Pacific Golden-Plover (1) 2023-03-19, Red-crested Cardinal (2) 2023-03-19, Red-vented Bulbul (1) 2023-03-19, Red-whiskered Bulbul (1) 2020-06-27, Rose-ringed Parakeet (1) 2020-01-01, Saffron Finch (1) 2023-03-19, Spotted Dove (2) 2023-03-19, Warbling White-eye (1) 2023-03-19, Western Cattle Egret (2) 2023-03-19, Zebra Dove",2,2023-03-19 -21.40183903,-157.9335518,"Chestnut Munia (1) 2021-07-11, Common Myna (2) 2021-07-11, Common Waxbill (2) 2021-07-11, House Finch (1) 2021-07-11, House Sparrow (1) 2021-07-11, Red-crested Cardinal (1) 2021-07-07, Red-crowned Parrot (1) 2019-02-25, Red-vented Bulbul (2) 2021-07-11, Rose-ringed Parakeet (1) 2019-02-25, Saffron Finch (1) 2021-07-11, Spotted Dove (2) 2021-07-11, Warbling White-eye (1) 2021-07-11, Western Cattle Egret (1) 2021-07-11, Zebra Dove",3,2021-07-11 -21.42802392,-157.7982853,"Common Myna (2) 2022-12-10, Common Waxbill (3) 2022-12-10, Great Frigatebird (1) 2022-12-10, Northern Cardinal (1) 2022-12-10, Pacific Golden-Plover (2) 2022-12-07, Red Junglefowl (3) 2022-12-10, Red-crested Cardinal (1) 2022-12-10, Red-vented Bulbul (2) 2022-12-10, Red-whiskered Bulbul (1) 2022-12-10, Rock Pigeon (1) 2022-12-10, Spotted Dove (1) 2022-12-10, Warbling White-eye (1) 2022-12-10, Western Cattle Egret (3) 2022-12-10, Zebra Dove",3,2022-12-10 -21.43938496,-158.1841655,"Brown Booby (3) 2023-09-16, Common Myna (2) 2023-08-22, Common Waxbill (1) 2023-08-22, Great Frigatebird (3) 2023-09-16, House Sparrow (1) 2023-08-22, Red-crested Cardinal (2) 2023-11-13, Red-vented Bulbul (1) 2023-08-22, Red-whiskered Bulbul (1) 2023-08-22, Saffron Finch (1) 2023-10-25, Sooty Tern (1) 2023-03-28, Spotted Dove (1) 2023-08-22, Wedge-tailed Shearwater (1) 2023-03-28, White Tern (1) 2023-03-28, Zebra Dove",2,2023-08-22 -21.43698747,-157.7885633,"Common Myna (3) 2023-12-07, Common Waxbill (4) 2023-12-08, House Finch (3) 2023-12-08, Feral Mallard (2) 2023-12-06, Pacific Golden-Plover (4) 2023-12-08, Red-crested Cardinal (2) 2023-12-07, Red-vented Bulbul (4) 2023-12-08, Red-whiskered Bulbul (3) 2023-12-08, Spotted Dove (2) 2023-12-07, Warbling White-eye (3) 2023-12-08, Western Cattle Egret (4) 2023-12-08, White-rumped Shama (3) 2023-12-07, Zebra Dove",4,2023-12-08 -21.44832428,-158.164815,"Common Myna (4) 2023-07-04, Common Waxbill (3) 2023-04-26, Gray Francolin (1) 2022-02-28, House Finch (1) 2023-05-18, House Sparrow (3) 2023-07-04, Java Sparrow (1) 2022-02-28, Northern Cardinal (5) 2023-07-04, Red-crested Cardinal (2) 2023-04-26, Red-vented Bulbul (3) 2023-05-18, Saffron Finch (2) 2023-04-25, Spotted Dove (6) 2023-07-04, Western Cattle Egret (1) 2022-02-28, White-rumped Shama (1) 2023-07-04, Zebra Dove",5,2023-05-18 -21.44643045,-157.8463815,"Chestnut Munia (1) 2022-10-11, Common Myna (13) 2022-10-11, Common Waxbill (2) 2022-10-11, Java Sparrow (6) 2022-10-10, Northern Cardinal (4) 2022-10-10, Pacific Golden-Plover (3) 2022-10-11, Red-crested Cardinal (1) 2022-09-25, Red-vented Bulbul (10) 2022-10-11, Red-whiskered Bulbul (9) 2022-10-11, Spotted Dove (2) 2022-09-28, Warbling White-eye (6) 2022-10-01, Western Cattle Egret (3) 2022-10-02, White-rumped Shama (10) 2022-10-11, Zebra Dove",13,2022-10-11 -21.44587947,-157.7691914,"Common Myna (2) 2021-04-05, Common Waxbill (1) 2021-04-05, Gray Francolin (2) 2024-01-07, Java Sparrow (1) 2021-04-05, Pacific Golden-Plover (2) 2021-04-05, Red Junglefowl (1) 2021-04-05, Red-crested Cardinal (2) 2021-04-05, Red-vented Bulbul (2) 2021-04-05, Scaly-breasted Munia (1) 2021-04-05, Spotted Dove (1) 2021-04-05, Warbling White-eye (1) 2021-04-05, Western Cattle Egret (1) 2021-04-05, White-rumped Shama (1) 2021-04-05, Zebra Dove",2,2021-04-05 -21.46599684,-158.0875036,"African Silverbill (2) 2021-05-28, Apapane (1) 2022-07-06, Common Myna (1) 2022-07-06, Common Waxbill (1) 2022-07-06, Gray Francolin (1) 2022-07-06, Indian Peafowl (1) 2022-07-06, Oahu Amakihi (1) 2022-07-06, Oahu Elepaio (1) 2022-07-06, Red-billed Leiothrix (1) 2022-07-06, Red-crested Cardinal (1) 2022-07-06, Red-vented Bulbul (1) 2022-07-06, Red-whiskered Bulbul (1) 2022-07-06, Warbling White-eye (1) 2022-07-06, White-rumped Shama",1,2022-07-06 -21.47513534,-158.1067502,"Common Myna (1) 2019-04-27, Gray Francolin (1) 2019-04-27, House Finch (1) 2019-04-27, Indian Peafowl (1) 2019-04-27, Japanese Bush Warbler (1) 2019-04-27, Northern Cardinal (1) 2019-04-27, Oahu Amakihi (1) 2019-04-27, Red-billed Leiothrix (1) 2019-04-27, Red-crested Cardinal (1) 2019-04-27, Red-vented Bulbul (1) 2019-04-27, Red-whiskered Bulbul (1) 2019-04-27, Spotted Dove (1) 2019-04-27, Warbling White-eye (1) 2019-04-27, White-rumped Shama",1,2019-04-27 -21.48395336,-158.0680866,"Common Myna (3) 2021-10-20, Common Waxbill (1) 2021-10-20, House Finch (1) 2021-10-22, Java Sparrow (2) 2021-10-20, Pacific Golden-Plover (2) 2021-10-17, Red-crested Cardinal (2) 2024-02-28, Red-vented Bulbul (1) 2021-10-17, Rose-ringed Parakeet (1) 2021-10-14, Saffron Finch (2) 2021-10-22, Scaly-breasted Munia (1) 2021-10-22, Spotted Dove (2) 2021-10-20, Warbling White-eye (2) 2021-10-20, Western Cattle Egret (1) 2021-10-14, Zebra Dove",2,2021-10-20 -21.49298567,-158.0680289,"Chestnut Munia (3) 2023-11-11, Common Myna (5) 2023-11-13, Common Waxbill (2) 2023-11-11, House Finch (1) 2023-06-14, Java Sparrow (1) 2023-06-14, Northern Cardinal (2) 2023-11-12, Pacific Golden-Plover (4) 2023-11-12, Red-crested Cardinal (3) 2023-11-13, Red-vented Bulbul (3) 2023-11-13, Rose-ringed Parakeet (2) 2023-11-12, Saffron Finch (2) 2023-11-11, Spotted Dove (4) 2023-11-13, Warbling White-eye (2) 2023-11-13, Zebra Dove",3,2023-11-12 -21.49270765,-158.0197659,"Chestnut Munia (3) 2022-05-09, Common Myna (4) 2022-07-14, Common Waxbill (3) 2022-05-09, House Finch (3) 2022-05-09, Northern Cardinal (3) 2022-05-09, Red-crested Cardinal (4) 2022-07-14, Red-crowned Parrot (1) 2022-07-14, Red-vented Bulbul (4) 2022-07-14, Red-whiskered Bulbul (3) 2022-05-09, Saffron Finch (1) 2022-07-14, Warbling White-eye (1) 2022-07-14, Western Cattle Egret (3) 2022-05-09, White-rumped Shama (3) 2022-05-09, Zebra Dove",4,2022-07-14 -21.51969455,-158.0002758,"Chestnut Munia (2) 2021-08-18, Common Myna (2) 2020-09-16, Common Waxbill (1) 2020-04-06, Gray Francolin (1) 2020-09-16, House Sparrow (1) 2020-09-16, Indian Peafowl (8) 2022-04-12, Pacific Golden-Plover (4) 2021-08-18, Red Junglefowl (1) 2021-08-18, Red-crested Cardinal (1) 2020-09-16, Red-vented Bulbul (2) 2020-09-16, Spotted Dove (1) 2020-04-06, Wandering Tattler (1) 2022-04-12, Western Cattle Egret (1) 2020-09-16, Zebra Dove",1,2020-04-06 -21.58244818,-157.9225753,"Apapane (1) 2021-11-20, Common Myna (1) 2021-11-20, Common Waxbill (1) 2021-11-20, House Sparrow (1) 2021-11-20, Japanese Bush Warbler (1) 2021-11-20, Oahu Amakihi (1) 2021-11-20, Red-billed Leiothrix (1) 2021-11-20, Red-vented Bulbul (1) 2021-11-20, Red-whiskered Bulbul (1) 2021-11-20, Spotted Dove (1) 2021-11-20, Warbling White-eye (1) 2021-11-20, White-rumped Shama (1) 2021-11-20, White-tailed Tropicbird (1) 2021-11-20, Zebra Dove",1,2021-11-20 -21.61951155,-158.0768806,"Brown Booby (1) 2022-05-08, Common Myna (2) 2023-02-20, Great Frigatebird (1) 2023-02-21, House Sparrow (1) 2022-05-08, Pacific Golden-Plover (1) 2022-10-05, Red-crested Cardinal (1) 2022-05-08, Red-whiskered Bulbul (1) 2023-02-21, Saffron Finch (1) 2022-05-08, Sanderling (1) 2023-09-04, Warbling White-eye (1) 2022-05-08, Wedge-tailed Shearwater (2) 2023-09-04, Western Cattle Egret (1) 2022-05-08, White-rumped Shama (2) 2023-09-13, Zebra Dove",2,2022-10-05 -21.62849131,-158.0671615,"Black-crowned Night Heron (1) 2022-03-15, Common Gallinule (1) 2022-03-15, Common Myna (2) 2022-12-13, Common Waxbill (1) 2022-12-13, Great Frigatebird (1) 2022-02-20, House Sparrow (1) 2022-12-13, Northern Cardinal (1) 2022-12-13, Pacific Golden-Plover (1) 2022-03-16, Red-billed Leiothrix (1) 2022-12-13, Red-vented Bulbul (2) 2022-12-13, Red-whiskered Bulbul (1) 2022-12-13, Ruddy Turnstone (1) 2022-03-15, Warbling White-eye (1) 2022-12-13, Yellow-fronted Canary",1,2022-12-13 -21.26471116,-157.7032442,"Brown Booby (6) 2020-11-26, Common Myna (2) 2022-05-07, Common Waxbill (1) 2022-05-07, House Finch (1) 2022-05-07, House Sparrow (1) 2022-05-07, Java Sparrow (1) 2022-05-07, Red-crested Cardinal (1) 2022-05-07, Red-footed Booby (3) 2020-11-26, Red-vented Bulbul (3) 2022-05-07, Rock Pigeon (1) 2022-05-07, Spotted Dove (2) 2022-05-07, Wandering Tattler (2) 2020-11-23, Western Cattle Egret (1) 2022-05-07, White Tern (4) 2022-05-07, Zebra Dove",4,2022-05-07 -21.29210305,-157.7415595,"Common Myna (4) 2021-10-24, Common Waxbill (4) 2022-03-09, House Finch (2) 2021-10-26, Java Sparrow (3) 2021-10-26, Pacific Golden-Plover (5) 2021-10-24, Red Junglefowl (1) 2021-10-18, Red-billed Leiothrix (2) 2022-03-09, Red-crested Cardinal (4) 2021-10-24, Red-vented Bulbul (7) 2022-03-09, Red-whiskered Bulbul (2) 2022-03-09, Spotted Dove (7) 2022-03-09, Warbling White-eye (3) 2021-10-26, Western Cattle Egret (3) 2021-10-26, White-rumped Shama (2) 2022-03-09, Zebra Dove",6,2022-03-09 -21.30310761,-158.0403108,"Common Myna (3) 2022-11-06, Common Waxbill (2) 2022-12-30, House Sparrow (3) 2022-11-06, Northern Cardinal (2) 2021-11-29, Pacific Golden-Plover (3) 2022-11-06, Red-crested Cardinal (3) 2022-11-06, Red-vented Bulbul (3) 2022-11-06, Red-whiskered Bulbul (3) 2022-11-06, Saffron Finch (3) 2022-11-06, Spotted Dove (3) 2022-11-06, Warbling White-eye (3) 2022-11-06, Western Cattle Egret (2) 2021-11-29, White-rumped Shama (2) 2021-11-29, Yellow-fronted Canary (1) 2022-11-06, Zebra Dove",3,2022-11-06 -21.30305191,-158.0306705,"Common Myna (3) 2023-03-30, Common Waxbill (1) 2023-03-30, House Finch (2) 2023-03-30, House Sparrow (1) 2019-10-25, Java Sparrow (1) 2022-05-18, Pacific Golden-Plover (2) 2023-03-30, Red Junglefowl (1) 2019-10-25, Red-crested Cardinal (3) 2023-03-30, Red-vented Bulbul (1) 2023-03-30, Saffron Finch (2) 2023-03-30, Spotted Dove (2) 2023-03-30, Wandering Tattler (1) 2019-10-25, Western Cattle Egret (1) 2019-10-25, White Tern (1) 2021-03-27, Zebra Dove",3,2023-03-30 -21.31144105,-157.9245649,"Common Myna (5) 2023-09-15, Common Waxbill (1) 2022-02-10, Eurasian Skylark (1) 2020-10-30, House Finch (1) 2020-01-23, House Sparrow (4) 2022-02-10, Feral Mallard (1) 2022-02-10, Pacific Golden-Plover (3) 2023-09-15, Red-crested Cardinal (3) 2023-09-15, Red-vented Bulbul (3) 2023-09-15, Rock Pigeon (2) 2020-01-23, Saffron Finch (1) 2023-09-15, Spotted Dove (2) 2020-10-30, Western Cattle Egret (1) 2019-01-23, White Tern (1) 2020-01-23, Zebra Dove",4,2023-09-15 -21.33037547,-158.0690614,"Common Myna (5) 2024-01-04, Common Waxbill (1) 2022-11-14, House Finch (2) 2024-01-04, House Sparrow (3) 2023-01-20, Java Sparrow (1) 2022-11-14, Pacific Golden-Plover (1) 2024-01-04, Red Junglefowl (2) 2022-12-26, Red-crested Cardinal (5) 2024-01-04, Red-vented Bulbul (1) 2021-12-26, Rock Pigeon (2) 2022-12-26, Saffron Finch (5) 2024-01-04, Spotted Dove (3) 2022-12-26, Warbling White-eye (2) 2022-12-26, Western Cattle Egret (3) 2024-01-04, Zebra Dove",4,2024-01-04 -21.32756066,-157.6544872,"Brown Booby (3) 2023-03-26, Brown Noddy (4) 2023-04-16, Common Myna (7) 2023-05-19, Great Frigatebird (6) 2023-09-26, Masked Booby (2) 2022-02-25, Red-footed Booby (12) 2023-04-16, Red-tailed Tropicbird (3) 2022-02-07, Red-vented Bulbul (2) 2019-12-14, Rock Pigeon (5) 2022-02-07, Sooty Tern (12) 2023-04-16, Spotted Dove (5) 2023-03-26, Wandering Tattler (4) 2023-03-26, Wedge-tailed Shearwater (3) 2022-02-07, Zebra Dove",4,2023-05-19 -21.33829045,-157.8857995,"Chestnut Munia (1) 2023-11-21, Common Myna (4) 2022-08-13, Great Frigatebird (1) 2022-08-01, Great-tailed Grackle (1) 2020-01-29, House Sparrow (1) 2023-11-21, Java Sparrow (1) 2019-07-23, Northern Mockingbird (1) 2023-11-21, Red-vented Bulbul (2) 2023-11-21, Rock Pigeon (4) 2024-02-04, Rose-ringed Parakeet (7) 2023-03-09, Scaly-breasted Munia (1) 2023-11-21, Spotted Dove (4) 2023-11-21, Western Cattle Egret (6) 2024-02-04, Zebra Dove",1,2023-11-21 -21.34822209,-158.0303737,"Common Myna (4) 2022-02-25, Common Waxbill (2) 2022-02-25, House Finch (2) 2019-05-27, Java Sparrow (4) 2022-02-25, Pacific Golden-Plover (2) 2024-02-06, Red Junglefowl (2) 2024-01-27, Red-crested Cardinal (1) 2022-02-25, Red-vented Bulbul (4) 2022-02-25, Red-whiskered Bulbul (2) 2022-02-25, Rose-ringed Parakeet (3) 2019-05-27, Rosy-faced Lovebird (1) 2022-02-25, Saffron Finch (1) 2024-01-27, Spotted Dove (4) 2022-02-25, Western Cattle Egret (3) 2021-02-25, Zebra Dove",4,2022-02-25 -21.3573661,-158.0496016,"Common Myna (2) 2023-11-19, Common Waxbill (2) 2023-11-19, Erckel's Spurfowl (1) 2019-02-04, Gray Francolin (2) 2023-11-19, House Finch (2) 2023-11-19, Northern Cardinal (2) 2023-11-19, Oahu Amakihi (1) 2019-02-04, Red-billed Leiothrix (1) 2019-02-04, Red-crested Cardinal (2) 2023-11-19, Red-vented Bulbul (2) 2023-11-19, Red-whiskered Bulbul (1) 2019-02-04, Warbling White-eye (1) 2019-02-04, Western Cattle Egret (2) 2023-11-19, White-rumped Shama (1) 2019-02-04, Zebra Dove",2,2023-11-19 -21.35660999,-157.924236,"Common Myna (5) 2024-01-23, House Finch (1) 2021-07-07, House Sparrow (3) 2024-01-23, Java Sparrow (1) 2024-01-23, Pacific Golden-Plover (2) 2024-01-23, Red-crested Cardinal (4) 2023-03-15, Red-vented Bulbul (3) 2021-07-13, Red-whiskered Bulbul (2) 2021-11-27, Rose-ringed Parakeet (2) 2023-03-06, Saffron Finch (1) 2024-01-23, Spotted Dove (2) 2021-07-13, Warbling White-eye (4) 2021-07-13, Western Cattle Egret (5) 2024-01-23, White Tern (3) 2022-11-03, Zebra Dove",5,2024-01-23 -21.35596318,-157.8278048,"Apapane (1) 2021-10-14, Common Myna (2) 2022-03-31, Common Waxbill (2) 2022-03-31, House Finch (1) 2022-03-31, Java Sparrow (1) 2022-03-31, Oahu Amakihi (2) 2022-02-01, Pacific Golden-Plover (1) 2022-03-31, Red-billed Leiothrix (1) 2021-10-31, Red-crested Cardinal (1) 2022-03-31, Red-vented Bulbul (3) 2022-03-31, Red-whiskered Bulbul (3) 2022-03-31, Spotted Dove (2) 2022-03-31, Warbling White-eye (2) 2022-02-01, White-rumped Shama (2) 2022-03-31, Zebra Dove",1,2022-03-31 -21.40280874,-158.0975443,"Apapane (3) 2019-12-27, Common Myna (10) 2019-10-17, Common Waxbill (13) 2019-12-27, House Finch (13) 2023-06-01, Kalij Pheasant (3) 2019-12-27, Northern Cardinal (11) 2019-12-27, Oahu Amakihi (15) 2024-02-12, Oahu Elepaio (3) 2023-06-01, Red-billed Leiothrix (12) 2023-06-01, Red-crested Cardinal (2) 2019-12-27, Red-vented Bulbul (10) 2019-10-17, Red-whiskered Bulbul (2) 2019-12-27, Warbling White-eye (15) 2019-12-27, White-rumped Shama (5) 2019-12-27, Zebra Dove",2,2019-12-27 -21.41145914,-158.0299567,"Common Myna (3) 2021-02-15, Common Waxbill (1) 2021-02-15, House Finch (1) 2021-01-02, House Sparrow (1) 2021-02-15, Northern Cardinal (1) 2021-02-15, Pacific Golden-Plover (2) 2021-02-15, Red-vented Bulbul (1) 2021-02-15, Rock Pigeon (1) 2021-01-02, Rose-ringed Parakeet (1) 2021-01-02, Saffron Finch (2) 2021-02-15, Snow Goose (3) 2021-02-15, Spotted Dove (2) 2021-02-15, Warbling White-eye (1) 2021-02-15, Western Cattle Egret (1) 2021-02-15, Zebra Dove",2,2021-02-15 -21.43719486,-157.8175078,"Chestnut Munia (1) 2019-11-04, Common Myna (1) 2019-07-29, Common Waxbill (3) 2020-01-07, House Finch (1) 2019-07-29, Japanese Bush Warbler (1) 2019-07-29, Red Junglefowl (1) 2019-07-29, Red-billed Leiothrix (2) 2020-01-07, Red-crested Cardinal (3) 2020-01-07, Red-vented Bulbul (3) 2019-12-26, Red-whiskered Bulbul (2) 2019-11-04, Scaly-breasted Munia (1) 2019-11-04, Spotted Dove (1) 2019-11-04, Warbling White-eye (2) 2019-12-26, White-rumped Shama (2) 2019-12-26, Zebra Dove",2,2019-12-26 -21.448372,-158.1744651,"Black-crowned Night Heron (1) 2021-04-19, Common Myna (1) 2021-04-19, Common Waxbill (1) 2021-04-19, House Finch (1) 2021-04-19, Java Sparrow (1) 2021-04-19, Pacific Golden-Plover (1) 2021-04-19, Red-crested Cardinal (1) 2021-04-19, Red-vented Bulbul (1) 2021-04-19, Red-whiskered Bulbul (1) 2021-04-19, Saffron Finch (1) 2021-04-19, Spotted Dove (1) 2021-04-19, Warbling White-eye (1) 2021-04-19, Western Cattle Egret (1) 2021-04-19, White Tern (1) 2021-04-19, Zebra Dove",1,2021-04-19 -21.4666266,-158.2129689,"Common Myna (8) 2023-05-07, Common Waxbill (5) 2023-05-07, Great Frigatebird (1) 2022-06-07, Indian Peafowl (1) 2023-01-10, Northern Cardinal (1) 2023-01-10, Red Junglefowl (4) 2023-05-06, Red-crested Cardinal (1) 2023-01-10, Red-vented Bulbul (4) 2023-05-07, Red-whiskered Bulbul (1) 2023-01-06, Rock Pigeon (4) 2023-01-06, Saffron Finch (2) 2023-05-06, Spotted Dove (4) 2023-01-10, Wandering Tattler (2) 2023-01-10, Warbling White-eye (1) 2023-01-10, Zebra Dove",6,2023-05-06 -21.47570599,-158.2225723,"Brown Booby (3) 2024-02-15, Common Myna (4) 2024-01-15, Common Waxbill (3) 2024-01-15, House Sparrow (1) 2023-04-16, Java Sparrow (1) 2019-01-16, Laysan Albatross (2) 2022-11-26, Northern Cardinal (2) 2021-03-24, Red-crested Cardinal (3) 2024-01-15, Red-vented Bulbul (3) 2024-01-15, Rock Pigeon (2) 2024-02-15, Saffron Finch (4) 2023-04-16, Spotted Dove (3) 2024-01-15, Wandering Tattler (2) 2024-02-15, Warbling White-eye (1) 2019-01-16, Zebra Dove",2,2024-01-15 -21.54606004,-157.8842196,"Apapane (1) 2023-02-24, Chestnut Munia (1) 2023-12-07, Common Myna (1) 2023-02-24, Common Waxbill (1) 2023-02-24, Northern Cardinal (1) 2023-02-24, Oahu Amakihi (1) 2023-12-07, Pacific Golden-Plover (2) 2023-12-07, Red Junglefowl (1) 2023-02-24, Red-billed Leiothrix (2) 2023-12-07, Red-vented Bulbul (1) 2023-12-07, Red-whiskered Bulbul (2) 2023-12-07, Spotted Dove (1) 2023-02-24, Warbling White-eye (2) 2023-12-07, White-rumped Shama (2) 2023-02-24, Zebra Dove",2,2023-12-07 -21.57500006,-158.2027181,"Common Myna (2) 2022-10-01, Common Waxbill (2) 2022-10-01, Erckel's Spurfowl (3) 2021-07-29, House Finch (2) 2022-10-01, Indian Peafowl (2) 2021-07-25, Northern Cardinal (2) 2022-10-01, Pacific Golden-Plover (2) 2022-10-01, Red-crested Cardinal (2) 2022-10-01, Red-vented Bulbul (2) 2022-10-01, Red-whiskered Bulbul (2) 2022-10-01, Saffron Finch (2) 2022-10-01, Spotted Dove (2) 2022-10-01, Warbling White-eye (2) 2022-10-01, White-rumped Shama (3) 2022-10-01, Zebra Dove",2,2022-10-01 -21.5749069,-158.1834023,"Black-crowned Night Heron (1) 2021-09-24, Common Myna (1) 2021-09-24, Common Waxbill (1) 2021-09-24, House Finch (1) 2021-09-24, Northern Cardinal (1) 2021-09-24, Red-billed Leiothrix (1) 2021-09-24, Red-crested Cardinal (1) 2021-09-24, Red-vented Bulbul (1) 2021-09-24, Red-whiskered Bulbul (1) 2021-09-24, Saffron Finch (1) 2021-09-24, Spotted Dove (1) 2021-09-24, Warbling White-eye (1) 2021-09-24, Western Cattle Egret (1) 2021-09-24, White-rumped Shama (1) 2021-09-24, Zebra Dove",1,2021-09-24 -21.66387183,-157.9412992,"Brown Booby (2) 2020-12-31, Chestnut Munia (1) 2023-12-04, Common Myna (1) 2023-12-04, Laysan Albatross (2) 2020-12-31, Feral Mallard (2) 2020-12-31, Pacific Golden-Plover (3) 2023-12-04, Red-vented Bulbul (1) 2023-12-04, Ruddy Turnstone (1) 2020-12-30, Saffron Finch (1) 2023-12-04, Sanderling (1) 2020-12-31, Wandering Tattler (2) 2020-12-31, Warbling White-eye (1) 2023-12-04, Western Cattle Egret (1) 2023-12-04, White-rumped Shama (1) 2023-12-04, Zebra Dove",1,2023-12-04 -21.26562995,-157.8285221,"Black-crowned Night Heron (1) 2022-02-14, Brown Booby (5) 2022-02-14, Common Myna (1) 2022-02-13, Great Frigatebird (2) 2019-07-10, Java Sparrow (1) 2022-02-13, Pacific Golden-Plover (1) 2022-02-13, Red-crested Cardinal (1) 2022-02-13, Red-footed Booby (4) 2024-01-07, Rock Pigeon (1) 2022-02-13, Rose-ringed Parakeet (1) 2022-02-13, Sooty Tern (1) 2024-01-07, Spotted Dove (1) 2022-02-13, Wedge-tailed Shearwater (3) 2022-02-14, Western Cattle Egret (2) 2022-02-13, White Tern (10) 2024-01-07, Zebra Dove",1,2022-02-13 -21.28349262,-157.7994644,"Common Myna (5) 2023-05-12, Common Waxbill (1) 2019-05-24, Great Frigatebird (1) 2019-08-23, House Finch (1) 2019-05-24, House Sparrow (5) 2022-03-18, Java Sparrow (6) 2022-06-16, Red-crested Cardinal (5) 2023-05-12, Red-vented Bulbul (3) 2020-04-14, Rock Pigeon (3) 2023-05-12, Rose-ringed Parakeet (8) 2023-02-12, Saffron Finch (1) 2020-06-09, Spotted Dove (8) 2023-08-02, Warbling White-eye (2) 2020-04-14, Western Cattle Egret (1) 2019-08-23, White Tern (8) 2023-05-12, Zebra Dove",8,2023-05-12 -21.3014205,-157.7800389,"Common Myna (1) 2023-12-25, House Finch (1) 2024-01-28, Java Sparrow (5) 2022-09-03, Northern Cardinal (2) 2024-01-28, Pacific Golden-Plover (1) 2023-12-25, Red Junglefowl (1) 2023-12-25, Red-billed Leiothrix (1) 2021-03-28, Red-crested Cardinal (1) 2022-08-21, Red-masked Parakeet (1) 2021-03-28, Red-vented Bulbul (3) 2024-01-28, Rose-ringed Parakeet (2) 2022-09-03, Spotted Dove (3) 2024-01-28, Western Cattle Egret (1) 2023-12-25, White-rumped Shama (1) 2024-01-28, White-tailed Tropicbird (2) 2023-12-25, Zebra Dove",6,2023-12-25 -21.31185877,-157.9920483,"Black-necked Stilt (1) 2022-06-28, Common Myna (8) 2023-12-22, Common Waxbill (1) 2021-11-28, House Sparrow (1) 2022-06-29, Java Sparrow (1) 2021-10-13, Pacific Golden-Plover (4) 2023-12-22, Red-crested Cardinal (4) 2023-12-22, Red-vented Bulbul (2) 2019-08-13, Rock Pigeon (1) 2021-11-28, Saffron Finch (2) 2023-12-22, Sanderling (1) 2021-11-28, Spotted Dove (2) 2019-08-13, Wedge-tailed Shearwater (2) 2022-07-03, Western Cattle Egret (1) 2023-12-22, White Tern (1) 2022-07-02, Zebra Dove",7,2023-12-22 -21.321395,-158.0787601,"Chestnut Munia (1) 2021-06-20, Common Myna (4) 2021-06-20, Common Waxbill (1) 2021-06-20, Gray Francolin (1) 2019-03-03, House Finch (1) 2020-02-14, House Sparrow (1) 2020-02-14, Java Sparrow (2) 2021-06-20, Pacific Golden-Plover (1) 2020-02-14, Red Junglefowl (1) 2020-02-14, Red-crested Cardinal (2) 2021-06-20, Red-vented Bulbul (4) 2021-06-20, Saffron Finch (1) 2020-02-14, Spotted Dove (4) 2021-06-20, Warbling White-eye (1) 2021-06-25, Western Cattle Egret (1) 2020-02-14, Zebra Dove",2,2021-06-20 -21.32009442,-157.8666546,"Black-crowned Night Heron (1) 2019-02-16, Chestnut Munia (1) 2019-02-16, Common Myna (7) 2021-07-30, Common Waxbill (1) 2019-06-25, House Finch (2) 2019-05-04, House Sparrow (6) 2021-07-10, Red-crested Cardinal (2) 2021-05-05, Red-vented Bulbul (4) 2021-07-08, Red-whiskered Bulbul (1) 2019-05-04, Rock Pigeon (4) 2022-08-19, Rose-ringed Parakeet (2) 2022-02-13, Spotted Dove (7) 2021-07-30, Warbling White-eye (2) 2021-05-05, Western Cattle Egret (4) 2021-07-08, White Tern (3) 2022-02-05, Zebra Dove",7,2021-07-10 -21.33015474,-158.0304928,"Chestnut Munia (1) 2019-11-03, Common Myna (5) 2021-03-14, Common Waxbill (2) 2021-08-10, House Finch (1) 2019-11-03, House Sparrow (4) 2021-03-14, Java Sparrow (2) 2021-03-25, Pacific Golden-Plover (4) 2021-03-14, Red-crested Cardinal (4) 2021-03-17, Red-vented Bulbul (4) 2021-03-15, Red-whiskered Bulbul (1) 2019-11-03, Rock Pigeon (2) 2019-03-13, Saffron Finch (3) 2021-05-13, Spotted Dove (5) 2021-03-17, Warbling White-eye (3) 2021-03-17, Western Cattle Egret (1) 2019-11-03, Zebra Dove",3,2021-03-17 -21.32963295,-157.943717,"Chestnut Munia (3) 2024-02-07, Common Myna (5) 2024-02-07, Common Waxbill (4) 2024-02-07, House Finch (3) 2024-02-07, House Sparrow (2) 2023-10-25, Java Sparrow (2) 2024-02-07, Feral Mallard (1) 2023-10-25, Pacific Golden-Plover (4) 2024-02-07, Red-crested Cardinal (2) 2024-02-07, Red-vented Bulbul (4) 2024-02-07, Spotted Dove (2) 2023-10-25, Warbling White-eye (2) 2023-10-25, Western Cattle Egret (3) 2024-02-07, White Tern (2) 2024-02-07, Yellow-fronted Canary (2) 2023-10-25, Zebra Dove",3,2024-02-07 -21.32906257,-157.856944,"Chestnut Munia (2) 2020-09-28, Common Myna (4) 2022-03-02, Common Waxbill (2) 2022-03-02, House Finch (2) 2020-09-28, House Sparrow (6) 2023-09-18, Feral Mallard (5) 2023-09-18, Northern Cardinal (1) 2020-09-28, Red Junglefowl (2) 2022-03-02, Red-vented Bulbul (3) 2022-03-02, Rock Pigeon (5) 2023-09-18, Spotted Dove (6) 2023-09-18, White Tern (1) 2022-02-17, Zebra Dove",5,2023-09-18 -21.33940789,-158.0690038,"Chestnut Munia (1) 2020-03-26, Common Myna (7) 2023-10-15, Common Waxbill (4) 2023-10-15, House Finch (2) 2022-03-21, House Sparrow (3) 2023-10-15, Java Sparrow (4) 2023-10-15, Pacific Golden-Plover (2) 2022-03-21, Red-crested Cardinal (2) 2021-01-31, Red-vented Bulbul (5) 2022-03-21, Red-whiskered Bulbul (7) 2023-10-15, Rose-ringed Parakeet (2) 2022-06-11, Saffron Finch (4) 2023-10-15, Spotted Dove (7) 2023-10-15, Warbling White-eye (5) 2023-09-09, Western Cattle Egret (3) 2023-10-15, Zebra Dove",7,2023-10-15 -21.33884713,-157.9725796,"Brown Booby (1) 2022-06-18, Common Myna (3) 2022-06-20, Common Waxbill (1) 2019-01-11, House Sparrow (1) 2019-01-11, Java Sparrow (1) 2019-01-11, Pacific Golden-Plover (1) 2019-01-11, Red-vented Bulbul (1) 2019-01-11, Rock Pigeon (2) 2022-06-09, Rose-ringed Parakeet (1) 2022-06-19, Saffron Finch (1) 2019-01-11, Spotted Dove (1) 2019-01-11, Western Cattle Egret (2) 2022-06-09, White Tern (5) 2022-06-20, White-rumped Shama (1) 2019-01-11, Yellow-fronted Canary (1) 2019-01-11, Zebra Dove",2,2022-06-09 -21.33816145,-157.8665157,"Common Myna (6) 2024-02-01, Common Waxbill (1) 2021-06-28, House Finch (1) 2021-06-28, House Sparrow (5) 2024-02-01, Java Sparrow (3) 2022-10-23, Pacific Golden-Plover (4) 2021-10-30, Red-crested Cardinal (2) 2021-10-30, Red-vented Bulbul (4) 2024-02-01, Rock Pigeon (1) 2021-06-28, Rose-ringed Parakeet (3) 2021-06-28, Saffron Finch (3) 2021-10-30, Spotted Dove (5) 2024-02-01, Warbling White-eye (3) 2021-06-28, Western Cattle Egret (4) 2022-10-23, White Tern (1) 2021-06-28, Zebra Dove",5,2024-02-01 -21.33803012,-157.8472321,"Chestnut Munia (1) 2019-07-22, Common Myna (3) 2022-02-21, Common Waxbill (1) 2019-07-27, House Finch (1) 2022-03-16, Oahu Amakihi (2) 2019-07-27, Pacific Golden-Plover (1) 2022-01-18, Red-billed Leiothrix (1) 2019-07-27, Red-crested Cardinal (2) 2022-02-20, Red-vented Bulbul (5) 2022-02-20, Red-whiskered Bulbul (2) 2019-07-27, Spotted Dove (1) 2022-02-21, Warbling White-eye (2) 2019-07-27, White Tern (1) 2019-07-22, White-rumped Shama (4) 2022-02-19, Yellow-fronted Canary (2) 2019-07-27, Zebra Dove",1,2019-07-22 -21.33719555,-157.7315331,"Chestnut Munia (1) 2021-11-26, Common Myna (3) 2021-11-26, Common Waxbill (2) 2021-11-26, House Sparrow (1) 2021-11-26, Northern Cardinal (2) 2021-04-11, Pacific Golden-Plover (2) 2021-11-26, Red Junglefowl (1) 2021-11-26, Red-billed Leiothrix (1) 2021-04-11, Red-crested Cardinal (2) 2021-11-26, Red-whiskered Bulbul (1) 2021-04-11, Scaly-breasted Munia (1) 2021-11-26, Spotted Dove (2) 2021-04-11, Warbling White-eye (2) 2021-11-26, Western Cattle Egret (3) 2021-11-26, White-tailed Tropicbird (1) 2021-11-26, Zebra Dove",3,2021-11-26 -21.34844087,-158.0689464,"African Silverbill (1) 2020-05-29, Common Myna (3) 2020-05-29, Common Waxbill (3) 2020-05-29, House Sparrow (2) 2020-05-29, Java Sparrow (2) 2020-05-29, Northern Cardinal (2) 2020-05-29, Red Junglefowl (1) 2020-05-09, Red-crested Cardinal (2) 2020-05-29, Red-vented Bulbul (3) 2020-05-29, Red-whiskered Bulbul (1) 2020-05-29, Rose-ringed Parakeet (2) 2020-05-29, Saffron Finch (2) 2020-05-29, Spotted Dove (3) 2020-05-29, Warbling White-eye (3) 2020-05-29, Western Cattle Egret (3) 2020-05-29, Zebra Dove",3,2020-05-29 -21.35763639,-158.097821,"Common Myna (1) 2019-12-30, Common Waxbill (1) 2019-12-30, Erckel's Spurfowl (1) 2019-12-30, Gray Francolin (1) 2019-12-30, Kalij Pheasant (1) 2019-12-30, Northern Cardinal (1) 2019-12-30, Pacific Golden-Plover (1) 2019-12-30, Red Avadavat (1) 2019-12-30, Red-crested Cardinal (1) 2019-12-30, Red-vented Bulbul (1) 2019-12-30, Red-whiskered Bulbul (1) 2019-12-30, Scaly-breasted Munia (1) 2019-12-30, Spotted Dove (1) 2019-12-30, Warbling White-eye (1) 2019-12-30, Yellow-faced Grassquit (1) 2019-12-30, Zebra Dove",1,2019-12-30 -21.3558272,-157.808519,"Common Myna (1) 2020-06-24, Common Waxbill (2) 2023-07-14, Gray Francolin (1) 2023-07-14, House Finch (1) 2020-06-24, House Sparrow (2) 2021-03-21, Northern Cardinal (1) 2020-06-24, Oahu Amakihi (1) 2021-12-25, Red Junglefowl (2) 2021-05-28, Red-billed Leiothrix (5) 2023-07-14, Red-crested Cardinal (2) 2021-03-03, Red-vented Bulbul (1) 2020-06-24, Red-whiskered Bulbul (4) 2023-09-24, Spotted Dove (1) 2020-06-24, Warbling White-eye (3) 2023-07-14, White-rumped Shama (5) 2023-07-14, Zebra Dove",1,2020-06-24 -21.35526153,-157.7313774,"Black-necked Stilt (1) 2021-09-27, Common Gallinule (1) 2021-09-27, Common Myna (3) 2021-10-18, Common Waxbill (2) 2021-10-18, House Sparrow (1) 2021-10-18, Feral Mallard (1) 2021-09-27, Pacific Golden-Plover (2) 2021-10-18, Red Junglefowl (1) 2021-09-27, Red-crested Cardinal (2) 2021-10-18, Red-vented Bulbul (2) 2021-10-18, Red-whiskered Bulbul (2) 2021-10-18, Rock Pigeon (1) 2021-10-18, Spotted Dove (1) 2021-09-27, Western Cattle Egret (2) 2021-09-27, White-rumped Shama (1) 2021-09-27, Zebra Dove",2,2021-10-18 -21.36472216,-157.789159,"African Silverbill (2) 2023-09-24, Chestnut Munia (1) 2023-11-19, Common Myna (6) 2023-10-25, Common Waxbill (3) 2023-10-25, Java Sparrow (1) 2023-07-13, Red Junglefowl (11) 2024-02-13, Red-billed Leiothrix (4) 2023-10-25, Red-crested Cardinal (7) 2023-12-31, Red-vented Bulbul (3) 2023-10-25, Red-whiskered Bulbul (3) 2023-10-25, Rock Pigeon (1) 2023-07-14, Spotted Dove (2) 2023-10-25, Warbling White-eye (5) 2023-11-19, White-rumped Shama (6) 2024-02-13, Yellow-fronted Canary (2) 2023-10-25, Zebra Dove",5,2023-10-25 -21.36465224,-157.7795156,"Chestnut Munia (1) 2023-06-20, Common Waxbill (1) 2020-04-20, House Finch (3) 2023-06-20, Japanese Bush Warbler (1) 2023-06-20, Northern Cardinal (3) 2023-03-18, Red Junglefowl (6) 2023-07-13, Red-billed Leiothrix (5) 2023-06-20, Red-crested Cardinal (4) 2023-06-20, Red-vented Bulbul (5) 2023-06-20, Red-whiskered Bulbul (5) 2023-09-24, Spotted Dove (3) 2023-06-23, Warbling White-eye (5) 2023-06-20, Western Cattle Egret (1) 2020-10-11, White-rumped Shama (3) 2023-06-20, Zebra Dove",4,2023-06-20 -21.37442465,-157.8855262,"Chestnut Munia (4) 2023-08-03, Common Myna (12) 2023-08-03, Common Waxbill (8) 2023-08-03, Northern Cardinal (6) 2023-06-20, Red Junglefowl (1) 2023-08-03, Red-billed Leiothrix (3) 2023-08-03, Red-crested Cardinal (8) 2023-08-03, Red-vented Bulbul (10) 2023-08-03, Red-whiskered Bulbul (6) 2023-06-20, Saffron Finch (1) 2023-06-20, Spotted Dove (13) 2023-08-03, Warbling White-eye (8) 2023-08-03, Western Cattle Egret (3) 2023-04-10, White-rumped Shama (5) 2023-06-20, Yellow-fronted Canary (3) 2023-01-17, Zebra Dove",14,2023-08-03 -21.3926815,-157.914326,"Chestnut Munia (1) 2023-06-13, Common Myna (8) 2023-12-16, Common Waxbill (2) 2023-02-18, House Finch (2) 2023-02-18, Java Sparrow (4) 2023-02-22, Northern Cardinal (2) 2023-02-18, Pacific Golden-Plover (8) 2023-09-07, Red-crested Cardinal (5) 2023-06-13, Red-crowned Parrot (2) 2023-02-17, Red-vented Bulbul (10) 2023-12-16, Red-whiskered Bulbul (5) 2023-09-07, Rose-ringed Parakeet (2) 2023-11-18, Saffron Finch (1) 2023-06-13, Spotted Dove (3) 2023-02-22, Zebra Dove",5,2023-06-13 -21.40231242,-158.010723,"Common Myna (8) 2023-12-21, Gray Francolin (1) 2023-01-28, House Finch (3) 2023-12-21, House Sparrow (4) 2023-12-21, Japanese Bush Warbler (1) 2022-03-20, Java Sparrow (2) 2023-01-28, Pacific Golden-Plover (2) 2023-01-30, Red-crested Cardinal (6) 2023-12-21, Red-vented Bulbul (6) 2023-10-31, Rose-ringed Parakeet (6) 2023-03-26, Saffron Finch (5) 2023-01-30, Spotted Dove (1) 2022-08-21, Warbling White-eye (2) 2023-06-11, Western Cattle Egret (4) 2023-01-30, White-rumped Shama (1) 2023-01-28, Zebra Dove",6,2023-12-21 -21.40085485,-157.7888613,"Chestnut Munia (2) 2021-04-10, Common Myna (5) 2023-04-23, Common Waxbill (3) 2021-01-11, House Finch (2) 2019-02-14, Java Sparrow (1) 2021-01-11, Northern Cardinal (2) 2019-02-14, Pacific Golden-Plover (4) 2021-04-10, Red-crested Cardinal (3) 2021-04-10, Red-vented Bulbul (4) 2023-04-23, Red-whiskered Bulbul (1) 2021-04-10, Rock Pigeon (3) 2021-04-10, Saffron Finch (1) 2021-04-10, Spotted Dove (4) 2021-04-10, Warbling White-eye (2) 2019-02-14, Western Cattle Egret (3) 2021-04-10, Zebra Dove",4,2021-04-10 -21.41134631,-158.0106623,"Chestnut Munia (1) 2023-06-29, Common Myna (3) 2023-06-29, Common Waxbill (1) 2023-06-29, House Finch (2) 2024-02-17, House Sparrow (3) 2023-06-29, Java Sparrow (2) 2023-06-29, Pacific Golden-Plover (2) 2024-02-17, Red Junglefowl (1) 2021-05-20, Red-crested Cardinal (2) 2023-06-29, Red-vented Bulbul (4) 2024-02-17, Rose-ringed Parakeet (2) 2024-02-17, Saffron Finch (1) 2023-06-29, Spotted Dove (2) 2023-06-29, Warbling White-eye (1) 2023-06-29, Western Cattle Egret (2) 2023-06-29, Zebra Dove",3,2024-02-17 -21.41087262,-157.9334862,"Common Myna (3) 2023-04-20, Common Waxbill (3) 2023-04-20, House Finch (3) 2023-04-20, House Sparrow (1) 2023-04-20, Java Sparrow (1) 2023-04-20, Pacific Golden-Plover (3) 2023-04-20, Red-crested Cardinal (3) 2023-04-20, Red-crowned Parrot (1) 2023-04-20, Red-vented Bulbul (3) 2023-04-20, Red-whiskered Bulbul (2) 2022-08-10, Rose-ringed Parakeet (3) 2023-04-20, Spotted Dove (3) 2023-04-20, Warbling White-eye (2) 2022-08-10, Western Cattle Egret (1) 2023-04-20, Yellow-fronted Canary (2) 2022-08-10, Zebra Dove",3,2023-04-20 -21.42126909,-158.1746177,"Brown Booby (2) 2024-02-19, Common Myna (5) 2023-12-09, Common Waxbill (2) 2023-02-20, House Finch (2) 2023-02-20, House Sparrow (4) 2023-02-20, Java Sparrow (2) 2023-02-20, Pacific Golden-Plover (6) 2023-12-09, Red Junglefowl (1) 2023-12-09, Red-crested Cardinal (4) 2023-02-20, Red-vented Bulbul (2) 2023-02-20, Rock Pigeon (5) 2023-12-09, Ruddy Turnstone (5) 2023-12-09, Saffron Finch (4) 2023-02-20, Sanderling (5) 2023-02-20, Spotted Dove (4) 2023-02-20, Zebra Dove",5,2023-12-09 -21.42122123,-158.1649695,"Black Francolin (1) 2021-04-29, Common Myna (2) 2022-06-22, Common Waxbill (2) 2022-06-22, Eurasian Skylark (2) 2022-06-22, Gray Francolin (3) 2022-06-22, House Finch (4) 2022-06-22, House Sparrow (1) 2022-06-22, Feral Mallard (1) 2022-06-17, Peregrine Falcon (1) 2022-02-15, Red-vented Bulbul (1) 2022-06-22, Saffron Finch (2) 2022-06-22, Scaly-breasted Munia (3) 2022-06-22, Short-eared Owl (1) 2022-06-17, Spotted Dove (3) 2022-06-22, Western Cattle Egret (3) 2022-06-22, Zebra Dove",4,2022-06-22 -21.4565722,-158.0200078,"Common Myna (3) 2023-08-25, Common Waxbill (1) 2022-07-22, Gray Francolin (1) 2020-12-21, Pacific Golden-Plover (1) 2020-12-21, Red-crested Cardinal (2) 2023-08-25, Red-crowned Parrot (3) 2022-07-22, Red-vented Bulbul (3) 2023-08-25, Red-whiskered Bulbul (2) 2023-08-25, Rose-ringed Parakeet (3) 2022-07-22, Saffron Finch (1) 2020-12-21, Spotted Dove (3) 2023-08-25, Warbling White-eye (3) 2023-08-25, Western Cattle Egret (1) 2022-07-22, White-rumped Shama (1) 2020-12-21, Zebra Dove",3,2023-08-25 -21.4660501,-158.0971546,"Chestnut Munia (1) 2021-05-05, Common Myna (1) 2021-05-05, Common Waxbill (1) 2021-05-05, House Finch (1) 2021-05-05, House Sparrow (1) 2021-05-05, Japanese Bush Warbler (1) 2021-05-05, Northern Cardinal (1) 2021-05-05, Oahu Amakihi (1) 2021-05-05, Oahu Elepaio (1) 2021-05-05, Red-billed Leiothrix (1) 2021-05-05, Red-crowned Parrot (1) 2021-05-05, Saffron Finch (1) 2021-05-05, Spotted Dove (1) 2021-05-05, Warbling White-eye (1) 2021-05-05, Western Cattle Egret (1) 2021-05-05, White-rumped Shama",1,2021-05-05 -21.46357852,-157.720791,"Black Noddy (10) 2023-05-12, Brown Booby (20) 2023-06-20, Brown Noddy (9) 2022-09-03, Bulwer's Petrel (5) 2022-09-03, Christmas Shearwater (2) 2022-09-03, Gray-backed Tern (6) 2022-04-30, Great Frigatebird (13) 2022-09-03, Masked Booby (15) 2023-05-12, Red-footed Booby (15) 2023-06-20, Red-tailed Tropicbird (4) 2022-09-03, Ruddy Turnstone (2) 2022-09-03, Sooty Tern (16) 2023-06-20, Wandering Tattler (5) 2022-09-03, Wedge-tailed Shearwater (9) 2023-05-07, White Tern",1,2019-11-11 -21.48406241,-158.0873908,"Apapane (1) 2022-07-07, Chestnut Munia (1) 2022-07-07, Common Myna (1) 2022-07-07, Common Waxbill (1) 2022-07-07, Erckel's Spurfowl (1) 2022-07-07, Gray Francolin (1) 2022-07-07, House Sparrow (1) 2022-07-07, Indian Peafowl (1) 2022-07-07, Red-billed Leiothrix (1) 2022-07-07, Red-crested Cardinal (1) 2022-07-07, Red-vented Bulbul (1) 2022-07-07, Red-whiskered Bulbul (1) 2022-07-07, Spotted Dove (1) 2022-07-07, Warbling White-eye (1) 2022-07-07, White-rumped Shama (1) 2022-07-07, Zebra Dove",1,2022-07-07 -21.49281972,-158.039071,"Chestnut Munia (1) 2022-02-03, Common Myna (3) 2023-09-20, House Finch (1) 2019-05-11, House Sparrow (1) 2022-02-03, Java Sparrow (2) 2022-02-03, Northern Cardinal (1) 2019-05-11, Red Junglefowl (1) 2023-09-20, Red-crested Cardinal (2) 2019-05-11, Red-crowned Parrot (1) 2019-05-11, Red-vented Bulbul (1) 2019-05-11, Rock Pigeon (1) 2019-05-11, Spotted Dove (2) 2019-05-11, Warbling White-eye (1) 2019-05-11, White-rumped Shama (1) 2019-05-11, Yellow-fronted Canary (1) 2019-05-11, Zebra Dove",1,2019-05-11 -21.52995639,-158.2319396,"Brown Booby (1) 2023-12-26, Common Myna (3) 2023-05-08, Common Waxbill (1) 2020-10-08, House Finch (1) 2023-05-08, Northern Cardinal (3) 2023-05-08, Pacific Golden-Plover (2) 2020-10-08, Red-crested Cardinal (2) 2020-10-08, Red-vented Bulbul (3) 2023-05-08, Red-whiskered Bulbul (2) 2023-05-08, Short-eared Owl (1) 2022-05-22, Spotted Dove (3) 2023-05-08, Wandering Tattler (1) 2020-10-07, Warbling White-eye (2) 2020-10-08, Western Cattle Egret (1) 2023-05-08, White-rumped Shama (2) 2020-10-08, Zebra Dove",3,2023-05-08 -21.52786276,-157.865049,"Black-crowned Night Heron (1) 2021-04-15, Chestnut Munia (1) 2021-04-15, Common Myna (1) 2021-04-15, Common Waxbill (1) 2021-04-15, House Finch (1) 2021-04-15, Pacific Golden-Plover (1) 2021-04-15, Red Junglefowl (1) 2021-04-15, Red-billed Leiothrix (1) 2021-04-15, Red-crested Cardinal (1) 2021-04-15, Red-vented Bulbul (1) 2021-04-15, Red-whiskered Bulbul (1) 2021-04-15, Spotted Dove (1) 2021-04-15, Warbling White-eye (1) 2021-04-15, Western Cattle Egret (1) 2021-04-15, White-rumped Shama (1) 2021-04-15, Zebra Dove",1,2021-04-15 -21.60045132,-157.9127822,"Chestnut Munia (1) 2019-07-10, Common Myna (1) 2019-07-10, Common Waxbill (1) 2022-03-06, House Sparrow (1) 2019-07-10, Feral Mallard (1) 2019-07-10, Red-billed Leiothrix (1) 2022-03-06, Red-crested Cardinal (1) 2019-07-10, Red-vented Bulbul (1) 2019-07-10, Red-whiskered Bulbul (1) 2022-03-06, Ring-necked Pheasant (1) 2019-07-10, Spotted Dove (2) 2022-03-06, Warbling White-eye (1) 2022-03-06, Western Cattle Egret (1) 2019-07-10, White Tern (1) 2019-07-10, White-rumped Shama (1) 2022-03-06, Zebra Dove",1,2019-07-10 -21.65548224,-158.0476603,"Chestnut Munia (1) 2022-07-11, Common Myna (2) 2023-11-06, Common Waxbill (4) 2023-11-06, House Finch (1) 2022-07-11, Java Sparrow (1) 2023-11-06, Northern Cardinal (2) 2022-07-11, Pacific Golden-Plover (1) 2021-03-29, Red Junglefowl (1) 2023-11-06, Red-billed Leiothrix (4) 2022-07-11, Red-crested Cardinal (3) 2023-11-06, Red-vented Bulbul (4) 2023-11-06, Red-whiskered Bulbul (4) 2023-11-06, Spotted Dove (1) 2021-10-18, Warbling White-eye (3) 2022-07-11, White-rumped Shama (3) 2022-07-11, Zebra Dove",1,2023-11-06 -21.68247026,-158.0281516,"Barn Owl (1) 2023-03-12, Chestnut Munia (1) 2022-09-19, Common Myna (4) 2023-07-16, Common Waxbill (2) 2022-09-19, Hawaiian Coot (1) 2019-08-04, House Sparrow (2) 2023-07-19, Java Sparrow (1) 2022-09-19, Northern Cardinal (2) 2023-07-19, Pacific Golden-Plover (2) 2022-09-19, Red-crested Cardinal (1) 2019-08-04, Red-vented Bulbul (1) 2019-08-04, Red-whiskered Bulbul (3) 2023-07-19, Spotted Dove (1) 2022-09-19, Western Cattle Egret (3) 2023-07-16, White-rumped Shama (3) 2023-07-19, Zebra Dove",2,2022-09-19 -21.28321309,-157.7609121,"Common Myna (4) 2023-12-22, Common Waxbill (2) 2022-05-29, Great Frigatebird (1) 2022-05-27, House Finch (3) 2022-05-31, House Sparrow (2) 2022-05-31, Java Sparrow (2) 2022-05-29, Pacific Golden-Plover (1) 2023-12-22, Red-crested Cardinal (4) 2023-12-22, Red-vented Bulbul (4) 2023-12-22, Red-whiskered Bulbul (2) 2023-12-27, Rock Pigeon (2) 2022-05-31, Rose-ringed Parakeet (2) 2022-05-29, Spotted Dove (3) 2022-05-31, Warbling White-eye (3) 2022-05-31, Western Cattle Egret (2) 2022-05-31, Zebra Dove",3,2023-12-22 -21.30209237,-157.8764323,"Common Myna (6) 2021-10-04, Common Waxbill (2) 2021-10-04, House Sparrow (4) 2021-10-04, Java Sparrow (1) 2021-08-19, Northern Mockingbird (1) 2021-06-04, Pacific Golden-Plover (5) 2023-09-21, Red Avadavat (1) 2021-08-19, Red-crested Cardinal (4) 2021-10-04, Red-vented Bulbul (4) 2021-10-04, Rose-ringed Parakeet (1) 2021-08-19, Ruddy Turnstone (3) 2021-10-04, Saffron Finch (1) 2021-08-19, Spotted Dove (6) 2021-10-04, Western Cattle Egret (4) 2021-10-04, White Tern (5) 2021-10-04, Yellow-fronted Canary (2) 2021-10-04, Zebra Dove",6,2021-10-04 -21.31031253,-157.7606847,"Common Waxbill (3) 2023-09-07, House Finch (2) 2020-02-24, Northern Cardinal (2) 2020-02-24, Oahu Amakihi (1) 2022-03-07, Oahu Elepaio (8) 2024-01-21, Red-billed Leiothrix (6) 2023-09-07, Red-crowned Parrot (1) 2022-03-07, Red-masked Parakeet (1) 2022-03-07, Red-vented Bulbul (5) 2020-02-24, Red-whiskered Bulbul (2) 2020-02-24, Rose-ringed Parakeet (1) 2022-03-07, Scaly-breasted Munia (1) 2023-09-07, Spotted Dove (4) 2020-02-24, Warbling White-eye (5) 2020-02-24, White Tern (2) 2020-02-24, White-rumped Shama (5) 2023-09-07, Zebra Dove",4,2020-02-24 -21.30941793,-157.6450124,"Brown Booby (1) 2022-07-24, Brown Noddy (1) 2022-08-28, Common Myna (3) 2022-07-24, Common Waxbill (1) 2019-02-04, Great Frigatebird (4) 2023-10-29, House Sparrow (1) 2022-07-24, Pacific Golden-Plover (1) 2023-10-29, Red-billed Tropicbird (1) 2021-12-08, Red-crested Cardinal (3) 2023-10-29, Red-footed Booby (5) 2022-07-24, Red-vented Bulbul (3) 2023-10-29, Rock Pigeon (1) 2022-07-24, Spotted Dove (2) 2022-07-24, Warbling White-eye (1) 2019-02-04, Wedge-tailed Shearwater (2) 2022-07-24, Western Cattle Egret (2) 2023-10-29, Zebra Dove",5,2023-10-29 -21.31989689,-157.8377328,"Black-crowned Night Heron (2) 2019-03-14, Chestnut Munia (2) 2021-08-18, Common Myna (10) 2023-03-30, Common Waxbill (11) 2023-03-30, House Sparrow (3) 2023-03-30, Java Sparrow (9) 2023-03-30, Feral Mallard (4) 2023-03-30, Northern Cardinal (1) 2023-04-12, Red-vented Bulbul (12) 2023-03-30, Red-whiskered Bulbul (4) 2020-01-19, Rock Pigeon (1) 2019-03-14, Rose-ringed Parakeet (16) 2023-03-30, Spotted Dove (6) 2022-02-17, Warbling White-eye (8) 2022-02-17, White-rumped Shama (2) 2020-01-19, Zebra Dove",12,2023-03-30 -21.32981176,-157.972642,"Chestnut Munia (1) 2020-01-14, Common Myna (3) 2020-01-14, House Finch (2) 2019-02-28, House Sparrow (3) 2020-01-14, Northern Cardinal (3) 2020-01-14, Pacific Golden-Plover (3) 2020-01-14, Red-crested Cardinal (1) 2020-01-14, Red-vented Bulbul (1) 2020-01-14, Rose-ringed Parakeet (1) 2020-01-14, Saffron Finch (2) 2020-02-22, Spotted Dove (3) 2020-01-14, Warbling White-eye (1) 2020-01-04, Western Cattle Egret (3) 2020-01-14, White Tern (2) 2023-01-28, White-rumped Shama (1) 2020-01-14, Yellow-fronted Canary (1) 2020-01-14, Zebra Dove",3,2020-01-14 -21.32893027,-157.8376615,"Chestnut Munia (1) 2024-02-19, Common Myna (1) 2022-03-31, Common Waxbill (1) 2024-02-19, House Sparrow (1) 2022-03-31, Feral Mallard (1) 2022-03-31, Northern Cardinal (1) 2022-03-31, Pacific Golden-Plover (2) 2024-02-19, Red-crested Cardinal (2) 2024-02-19, Red-vented Bulbul (2) 2024-02-19, Red-whiskered Bulbul (1) 2024-02-19, Rose-ringed Parakeet (2) 2024-02-19, Spotted Dove (1) 2022-03-31, Warbling White-eye (1) 2024-02-19, Western Cattle Egret (1) 2022-03-31, White-rumped Shama (1) 2022-03-31, Yellow-fronted Canary (2) 2024-02-19, Zebra Dove",1,2022-03-31 -21.33835413,-157.8954414,"Chestnut Munia (2) 2022-12-22, Common Myna (3) 2022-12-22, House Sparrow (3) 2022-12-22, Java Sparrow (2) 2022-12-22, Feral Mallard (1) 2022-12-06, Pacific Golden-Plover (3) 2022-12-22, Red-crested Cardinal (2) 2022-12-22, Red-vented Bulbul (2) 2022-12-22, Rock Pigeon (1) 2022-06-01, Rose-ringed Parakeet (3) 2022-12-22, Saffron Finch (2) 2022-12-22, Spotted Dove (4) 2022-12-22, Warbling White-eye (2) 2022-12-22, Western Cattle Egret (5) 2023-03-12, White Tern (1) 2022-03-24, Yellow-fronted Canary (3) 2022-12-22, Zebra Dove",3,2022-12-22 -21.34849464,-158.0785897,"African Silverbill (1) 2022-03-13, Common Myna (3) 2022-03-13, Common Waxbill (1) 2019-02-09, House Finch (2) 2022-03-13, Java Sparrow (1) 2019-02-09, Northern Cardinal (1) 2022-03-13, Pacific Golden-Plover (2) 2022-03-13, Red Avadavat (1) 2022-03-13, Red-billed Leiothrix (1) 2019-04-06, Red-crested Cardinal (1) 2019-02-09, Red-vented Bulbul (3) 2022-03-13, Red-whiskered Bulbul (2) 2022-03-13, Spotted Dove (2) 2022-03-13, Warbling White-eye (1) 2019-04-06, Western Cattle Egret (1) 2022-03-13, White-rumped Shama (1) 2019-04-06, Zebra Dove",2,2022-03-13 -21.34745096,-157.9050164,"Common Myna (5) 2020-03-10, Common Waxbill (1) 2019-02-02, Hawaiian Coot (2) 2020-03-10, House Finch (1) 2019-02-04, House Sparrow (2) 2023-04-08, Lesser Scaup (2) 2020-03-10, Northern Cardinal (1) 2019-02-02, Pacific Golden-Plover (3) 2023-04-08, Red-crested Cardinal (3) 2019-02-04, Red-vented Bulbul (3) 2019-02-04, Red-whiskered Bulbul (1) 2019-02-04, Ring-necked Duck (1) 2020-03-10, Rose-ringed Parakeet (1) 2019-02-02, Spotted Dove (7) 2023-06-28, Warbling White-eye (2) 2019-02-04, Western Cattle Egret (4) 2020-03-10, Zebra Dove",3,2023-04-08 -21.35731121,-158.0399579,"Black Francolin (1) 2023-11-20, Common Myna (3) 2023-11-20, Common Waxbill (3) 2023-11-20, Eurasian Skylark (1) 2019-02-17, Gray Francolin (2) 2023-10-28, House Finch (3) 2023-11-20, Java Sparrow (2) 2023-10-28, Pacific Golden-Plover (1) 2019-02-17, Red Avadavat (1) 2023-11-20, Red-crested Cardinal (2) 2023-10-28, Red-vented Bulbul (1) 2019-02-17, Rock Pigeon (2) 2023-10-28, Saffron Finch (1) 2019-02-17, Spotted Dove (2) 2023-10-28, Warbling White-eye (1) 2019-02-17, Western Cattle Egret (2) 2023-10-28, Zebra Dove",3,2023-11-20 -21.35609696,-157.8470906,"Apapane (1) 2019-06-14, Chestnut Munia (1) 2019-06-14, Common Waxbill (1) 2019-06-14, House Finch (1) 2019-06-14, House Sparrow (1) 2019-06-14, Java Sparrow (1) 2019-06-14, Northern Cardinal (1) 2019-06-14, Oahu Amakihi (1) 2019-06-14, Red-billed Leiothrix (1) 2019-06-14, Red-crowned Parrot (1) 2019-06-14, Red-vented Bulbul (1) 2019-06-14, Red-whiskered Bulbul (1) 2019-06-14, Saffron Finch (1) 2019-06-14, Warbling White-eye (1) 2019-06-14, Western Cattle Egret (1) 2019-06-14, White-rumped Shama (1) 2019-06-14, Yellow-fronted Canary",1,2019-06-14 -21.36539111,-157.8855946,"Barn Owl (2) 2023-11-01, Common Myna (3) 2023-11-01, Common Waxbill (2) 2023-11-01, House Finch (2) 2023-11-01, Java Sparrow (1) 2022-12-18, Pacific Golden-Plover (5) 2023-11-01, Red-billed Leiothrix (1) 2022-12-18, Red-crested Cardinal (3) 2023-11-01, Red-vented Bulbul (3) 2023-11-01, Red-whiskered Bulbul (3) 2023-11-01, Rose-ringed Parakeet (3) 2023-11-01, Spotted Dove (3) 2023-11-01, Warbling White-eye (3) 2023-11-01, Western Cattle Egret (1) 2022-12-18, White-rumped Shama (1) 2022-12-18, Yellow-fronted Canary (2) 2023-11-01, Zebra Dove",3,2023-11-01 -21.37498117,-157.9723272,"Chestnut Munia (1) 2021-01-02, Common Myna (3) 2023-07-04, Common Waxbill (1) 2021-01-02, House Finch (1) 2021-01-02, Java Sparrow (1) 2021-01-02, Northern Cardinal (1) 2021-01-02, Pacific Golden-Plover (2) 2022-04-11, Red-crested Cardinal (2) 2023-07-04, Red-vented Bulbul (3) 2023-07-04, Saffron Finch (1) 2021-01-02, Scaly-breasted Munia (1) 2021-01-02, Spotted Dove (3) 2023-07-04, Wandering Tattler (1) 2021-01-02, Western Cattle Egret (1) 2021-01-02, White-rumped Shama (1) 2021-01-02, Yellow-fronted Canary (1) 2021-01-02, Zebra Dove",1,2021-01-02 -21.37467679,-157.9241039,"Bristle-thighed Curlew (1) 2023-06-21, Chestnut Munia (2) 2019-05-29, Common Myna (10) 2022-10-08, Common Waxbill (2) 2019-05-29, House Finch (2) 2022-03-20, House Sparrow (14) 2022-10-08, Java Sparrow (11) 2022-10-08, Pacific Golden-Plover (10) 2022-08-14, Red Junglefowl (4) 2023-01-20, Red-crested Cardinal (8) 2022-10-08, Red-vented Bulbul (7) 2023-02-07, Rose-ringed Parakeet (3) 2022-03-20, Saffron Finch (4) 2019-04-19, Spotted Dove (7) 2023-02-07, Warbling White-eye (6) 2022-08-14, Western Cattle Egret (8) 2022-08-14, Zebra Dove",14,2022-10-08 -21.39292769,-157.9529089,"Chestnut Munia (1) 2019-05-22, Common Myna (8) 2024-01-12, House Finch (3) 2024-01-12, House Sparrow (3) 2020-08-03, Northern Cardinal (1) 2019-05-22, Pacific Golden-Plover (6) 2024-01-12, Red Junglefowl (2) 2024-01-10, Red-crested Cardinal (5) 2024-01-12, Red-vented Bulbul (5) 2024-01-12, Red-whiskered Bulbul (2) 2024-01-12, Rose-ringed Parakeet (4) 2024-01-12, Saffron Finch (4) 2024-01-10, Spotted Dove (4) 2024-01-10, Warbling White-eye (3) 2024-01-12, Western Cattle Egret (2) 2020-02-17, Yellow-fronted Canary (2) 2024-01-12, Zebra Dove",5,2024-01-12 -21.392867,-157.9432631,"Common Myna (3) 2024-01-10, Common Waxbill (1) 2023-01-05, House Finch (1) 2024-01-10, House Sparrow (1) 2022-01-07, Java Sparrow (1) 2023-01-08, Northern Cardinal (2) 2023-01-05, Pacific Golden-Plover (6) 2024-01-10, Red Junglefowl (1) 2024-01-10, Red-crested Cardinal (1) 2022-01-07, Red-vented Bulbul (3) 2024-01-10, Red-whiskered Bulbul (1) 2023-01-05, Saffron Finch (1) 2020-11-14, Spotted Dove (1) 2024-01-10, Warbling White-eye (2) 2024-01-10, Western Cattle Egret (2) 2023-06-28, White Tern (1) 2019-07-21, Zebra Dove",3,2024-01-10 -21.39182167,-157.7889358,"Chestnut Munia (4) 2023-07-12, Common Myna (9) 2023-11-20, Common Waxbill (1) 2023-04-23, House Finch (2) 2023-07-12, Feral Mallard (2) 2023-11-20, Pacific Golden-Plover (7) 2023-11-20, Red Junglefowl (8) 2023-11-20, Red-billed Leiothrix (1) 2023-11-08, Red-crested Cardinal (9) 2023-11-20, Red-vented Bulbul (3) 2023-07-12, Red-whiskered Bulbul (1) 2023-11-08, Rock Pigeon (8) 2023-11-20, Spotted Dove (5) 2023-11-20, Warbling White-eye (2) 2023-07-12, Western Cattle Egret (12) 2023-11-20, White-rumped Shama (1) 2023-04-19, Zebra Dove",8,2023-11-20 -21.41093385,-157.9431331,"Common Myna (10) 2022-08-08, Common Waxbill (6) 2022-05-08, House Finch (6) 2022-08-08, House Sparrow (2) 2022-08-08, Java Sparrow (9) 2022-08-08, Northern Cardinal (2) 2022-08-08, Pacific Golden-Plover (3) 2022-08-08, Red-crested Cardinal (10) 2022-08-08, Red-crowned Parrot (11) 2022-08-08, Red-vented Bulbul (10) 2022-08-08, Red-whiskered Bulbul (4) 2022-05-08, Rose-ringed Parakeet (9) 2022-08-08, Spotted Dove (11) 2022-08-08, Warbling White-eye (5) 2022-05-03, Western Cattle Egret (3) 2022-08-08, White-rumped Shama (3) 2022-05-08, Zebra Dove",11,2022-08-08 -21.41905977,-157.8080062,"Chestnut Munia (3) 2021-10-10, Common Myna (5) 2023-04-11, Common Waxbill (2) 2021-10-10, House Finch (1) 2019-05-27, House Sparrow (3) 2021-10-10, Java Sparrow (2) 2021-10-10, Feral Mallard (1) 2019-05-27, Northern Cardinal (1) 2019-05-27, Red-crested Cardinal (1) 2019-05-27, Red-vented Bulbul (1) 2019-05-27, Red-whiskered Bulbul (1) 2019-05-27, Rock Pigeon (3) 2021-10-10, Spotted Dove (1) 2019-05-27, Warbling White-eye (2) 2022-08-26, Western Cattle Egret (2) 2021-10-09, White-rumped Shama (1) 2019-05-27, Zebra Dove",3,2021-10-10 -21.41892118,-157.7887124,"Common Myna (1) 2022-02-21, Common Waxbill (1) 2022-02-21, House Sparrow (1) 2022-02-21, Java Sparrow (1) 2022-02-21, Feral Mallard (1) 2023-01-21, Northern Cardinal (1) 2022-02-21, Pacific Golden-Plover (3) 2023-01-21, Red Junglefowl (1) 2023-01-21, Red-crested Cardinal (2) 2023-01-21, Red-vented Bulbul (1) 2022-02-21, Red-whiskered Bulbul (1) 2022-02-21, Rock Pigeon (1) 2022-02-21, Spotted Dove (2) 2023-01-21, Warbling White-eye (1) 2022-02-22, Western Cattle Egret (1) 2022-02-21, White-rumped Shama (1) 2023-01-21, Zebra Dove",2,2023-01-21 -21.4187095,-157.7597719,"Black-necked Stilt (1) 2023-02-20, Chestnut Munia (2) 2023-02-20, Common Myna (5) 2023-02-20, Common Waxbill (3) 2022-02-21, Great Frigatebird (1) 2019-02-20, House Finch (5) 2023-11-21, Java Sparrow (3) 2023-11-21, Northern Cardinal (2) 2020-05-20, Pacific Golden-Plover (1) 2022-02-21, Red Junglefowl (3) 2023-11-21, Red-crested Cardinal (6) 2023-11-15, Red-vented Bulbul (7) 2023-11-21, Red-whiskered Bulbul (3) 2023-11-21, Spotted Dove (3) 2023-02-20, Warbling White-eye (3) 2022-02-21, Western Cattle Egret (6) 2023-11-21, Zebra Dove",9,2023-11-21 -21.4564582,-158.0007076,"Chestnut Munia (1) 2021-02-06, Common Myna (2) 2021-02-06, Common Waxbill (1) 2021-02-06, House Finch (1) 2021-02-06, House Sparrow (2) 2021-02-06, Java Sparrow (1) 2021-02-06, Northern Cardinal (1) 2021-02-06, Pacific Golden-Plover (1) 2021-02-06, Red-crested Cardinal (1) 2021-02-06, Red-vented Bulbul (1) 2021-02-06, Rose-ringed Parakeet (3) 2021-02-06, Saffron Finch (1) 2021-02-06, Scaly-breasted Munia (1) 2021-02-06, Spotted Dove (2) 2021-02-06, Warbling White-eye (2) 2021-02-06, Western Cattle Egret (1) 2021-02-06, Zebra Dove",2,2021-02-06 -21.47452573,-158.0005843,"Common Myna (3) 2024-01-17, Common Waxbill (3) 2024-01-17, House Sparrow (2) 2023-05-04, Java Sparrow (1) 2023-01-02, Pacific Golden-Plover (4) 2024-01-17, Red-crested Cardinal (1) 2023-01-02, Red-crowned Parrot (1) 2023-01-02, Red-vented Bulbul (2) 2024-01-17, Rock Pigeon (1) 2023-01-02, Rose-ringed Parakeet (1) 2023-01-02, Saffron Finch (2) 2023-01-02, Scaly-breasted Munia (1) 2020-02-22, Spotted Dove (2) 2024-01-17, Warbling White-eye (1) 2023-01-02, White-rumped Shama (1) 2023-01-02, Zebra Dove",2,2023-05-04 -21.49287523,-158.0487236,"Black-crowned Night Heron (1) 2020-11-09, Common Myna (3) 2021-06-08, Common Waxbill (1) 2020-11-09, House Finch (2) 2021-06-08, Java Sparrow (10) 2021-06-08, Feral Mallard (1) 2020-11-09, Muscovy Duck (1) 2020-11-09, Northern Cardinal (5) 2021-06-07, Red Junglefowl (1) 2020-11-09, Red-crested Cardinal (4) 2021-06-08, Red-vented Bulbul (2) 2020-11-09, Rose-ringed Parakeet (4) 2021-06-08, Saffron Finch (1) 2020-11-09, Spotted Dove (13) 2021-06-08, Warbling White-eye (2) 2020-11-09, White-rumped Shama (3) 2020-02-17, Zebra Dove",9,2021-06-08 -21.5473463,-158.0966519,"Black Francolin (7) 2022-06-06, Common Myna (23) 2023-01-26, Common Waxbill (8) 2023-01-26, Eurasian Skylark (2) 2022-05-23, Gray Francolin (1) 2023-11-05, House Finch (19) 2023-01-26, Northern Cardinal (6) 2022-07-11, Pacific Golden-Plover (3) 2023-01-26, Red Avadavat (1) 2022-05-09, Red-billed Leiothrix (1) 2022-03-14, Red-crested Cardinal (10) 2022-07-18, Red-vented Bulbul (16) 2022-07-25, Red-whiskered Bulbul (1) 2022-06-27, Ring-necked Pheasant (1) 2020-12-22, Spotted Dove (21) 2023-01-26, Warbling White-eye (11) 2022-08-08, Zebra Dove",14,2023-01-26 -21.55643251,-158.1062528,"Black Francolin (14) 2022-07-18, Chestnut Munia (2) 2022-04-04, Common Myna (14) 2022-07-25, Common Waxbill (7) 2022-07-18, Eurasian Skylark (1) 2022-01-16, Gray Francolin (10) 2022-07-18, House Finch (6) 2022-07-18, Japanese Bush Warbler (2) 2022-06-13, Northern Cardinal (5) 2022-07-25, Pacific Golden-Plover (1) 2022-04-04, Red Avadavat (8) 2022-07-11, Red-crested Cardinal (7) 2022-06-06, Red-vented Bulbul (17) 2022-07-25, Red-whiskered Bulbul (3) 2022-05-25, Spotted Dove (10) 2022-07-18, Warbling White-eye (19) 2022-07-25, Zebra Dove",6,2022-07-05 -21.58379366,-158.1543764,"Common Myna (5) 2023-04-18, Common Waxbill (3) 2023-04-22, Gray Francolin (1) 2023-04-22, House Finch (1) 2023-04-22, Northern Cardinal (5) 2023-04-22, Pacific Golden-Plover (1) 2021-02-19, Red Junglefowl (1) 2021-02-19, Red-crested Cardinal (5) 2023-04-22, Red-vented Bulbul (5) 2023-04-22, Red-whiskered Bulbul (2) 2023-03-27, Saffron Finch (3) 2023-04-22, Sanderling (1) 2021-08-29, Spotted Dove (1) 2021-02-19, Wandering Tattler (1) 2023-04-18, Warbling White-eye (1) 2023-04-22, Western Cattle Egret (3) 2023-04-22, Zebra Dove",5,2023-04-22 -21.58363841,-158.1254033,"Common Gallinule (2) 2022-07-31, Common Myna (5) 2023-11-11, Common Waxbill (2) 2021-12-07, House Finch (1) 2019-12-31, Java Sparrow (1) 2023-02-19, Northern Cardinal (2) 2022-12-28, Pacific Golden-Plover (2) 2023-11-11, Red-crested Cardinal (4) 2023-11-11, Red-vented Bulbul (7) 2022-12-28, Red-whiskered Bulbul (2) 2019-12-31, Ruddy Turnstone (4) 2023-11-11, Saffron Finch (2) 2022-12-28, Spotted Dove (2) 2019-12-31, Wandering Tattler (1) 2023-02-19, Warbling White-eye (2) 2021-12-07, Western Cattle Egret (4) 2023-11-11, Zebra Dove",6,2023-11-11 -21.6187668,-157.9512892,"Apapane (2) 2023-02-06, Barn Owl (1) 2021-04-10, Common Myna (1) 2021-04-10, Common Waxbill (2) 2021-04-10, House Finch (1) 2021-02-08, Japanese Bush Warbler (4) 2023-02-06, Northern Cardinal (1) 2021-02-08, Oahu Amakihi (2) 2021-04-10, Red Junglefowl (2) 2021-04-10, Red-billed Leiothrix (4) 2023-02-06, Red-crested Cardinal (2) 2023-01-06, Red-vented Bulbul (2) 2021-04-10, Red-whiskered Bulbul (3) 2023-02-06, Spotted Dove (2) 2021-04-10, Warbling White-eye (4) 2023-02-06, White-rumped Shama",4,2023-02-06 -21.64644913,-158.0477198,"Chestnut Munia (4) 2023-07-08, Common Myna (5) 2023-07-08, Common Waxbill (3) 2021-08-20, House Finch (2) 2023-07-05, Java Sparrow (3) 2023-07-05, Northern Cardinal (3) 2021-08-20, Pacific Golden-Plover (1) 2021-08-20, Red Junglefowl (3) 2023-07-05, Red-crested Cardinal (4) 2023-07-05, Red-vented Bulbul (4) 2023-07-05, Red-whiskered Bulbul (3) 2023-07-05, Saffron Finch (1) 2021-08-16, Spotted Dove (3) 2023-07-05, Warbling White-eye (4) 2023-07-05, Western Cattle Egret (2) 2023-07-05, White-rumped Shama (2) 2021-08-20, Zebra Dove",3,2021-08-20 -21.64633728,-158.0283942,"Chestnut Munia (2) 2023-11-04, Common Myna (7) 2024-02-20, Common Waxbill (4) 2024-02-20, House Finch (4) 2023-11-04, Northern Cardinal (4) 2023-07-17, Pacific Golden-Plover (1) 2023-11-04, Red Junglefowl (2) 2023-07-17, Red-billed Leiothrix (7) 2024-02-20, Red-crested Cardinal (4) 2024-02-20, Red-vented Bulbul (6) 2023-11-04, Red-whiskered Bulbul (4) 2024-02-20, Saffron Finch (1) 2023-11-04, Spotted Dove (4) 2024-02-20, Warbling White-eye (8) 2024-02-20, Western Cattle Egret (2) 2023-11-04, White-rumped Shama (9) 2024-02-20, Zebra Dove",2,2023-11-04 -21.70915482,-157.960302,"Black-crowned Night Heron (1) 2024-02-05, Black-footed Albatross (2) 2024-02-05, Bristle-thighed Curlew (1) 2024-02-05, Common Myna (1) 2024-02-05, Common Waxbill (1) 2024-02-05, Gray Francolin (2) 2024-02-05, Hawaiian Coot (1) 2024-02-05, House Finch (1) 2024-02-05, Laysan Albatross (2) 2024-02-05, Masked Booby (1) 2023-12-18, Pacific Golden-Plover (2) 2024-02-05, Red Junglefowl (1) 2024-02-05, Ruddy Turnstone (2) 2024-02-05, Sanderling (2) 2024-02-05, Wandering Tattler (2) 2024-02-05, Western Cattle Egret (2) 2024-02-05, Zebra Dove",2,2024-02-05 -21.26478512,-157.7128805,"Brown Booby (4) 2024-02-14, Common Myna (2) 2023-08-06, Gray Francolin (2) 2022-06-10, Great Frigatebird (2) 2023-08-06, House Finch (1) 2024-02-14, Java Sparrow (1) 2023-08-29, Pacific Golden-Plover (3) 2021-11-17, Red-crested Cardinal (2) 2024-02-14, Red-vented Bulbul (4) 2023-08-29, Ruddy Turnstone (4) 2023-08-29, Sooty Tern (1) 2019-04-13, Spotted Dove (2) 2024-02-14, Wandering Tattler (2) 2021-05-20, Warbling White-eye (2) 2021-11-17, Wedge-tailed Shearwater (2) 2023-08-06, White Tern (2) 2023-08-06, Yellow-fronted Canary (1) 2021-11-17, Zebra Dove",2,2023-08-06 -21.30091711,-157.7125664,"African Silverbill (1) 2019-01-20, Black-necked Stilt (4) 2021-05-15, Common Gallinule (1) 2021-05-15, Common Myna (4) 2021-05-15, Common Waxbill (4) 2021-05-15, House Finch (2) 2019-01-26, Java Sparrow (4) 2023-11-18, Northern Cardinal (1) 2019-01-20, Pacific Golden-Plover (3) 2019-01-26, Red Junglefowl (1) 2021-05-15, Red-crested Cardinal (3) 2019-01-26, Red-vented Bulbul (3) 2023-11-18, Rock Pigeon (3) 2019-01-26, Rose-ringed Parakeet (1) 2019-01-12, Spotted Dove (4) 2021-05-15, Wandering Tattler (1) 2023-11-18, Western Cattle Egret (4) 2021-05-15, Zebra Dove",4,2021-05-15 -21.32159795,-158.1173251,"African Silverbill (4) 2022-08-17, Black-necked Stilt (1) 2021-05-20, Brown Booby (2) 2023-08-27, Common Myna (43) 2022-12-08, Common Waxbill (1) 2021-11-09, Great Frigatebird (1) 2021-04-06, House Sparrow (35) 2022-12-08, Northern Cardinal (1) 2021-06-29, Pacific Golden-Plover (1) 2021-04-20, Red-crested Cardinal (6) 2022-12-08, Red-vented Bulbul (5) 2022-11-23, Rock Pigeon (1) 2021-04-06, Ruddy Turnstone (14) 2021-12-21, Sanderling (2) 2022-01-11, Scaly-breasted Munia (1) 2021-07-27, Spotted Dove (23) 2022-12-08, Wandering Tattler (3) 2022-01-19, Zebra Dove",16,2022-12-08 -21.32053689,-157.9341403,"Black-necked Stilt (1) 2024-01-28, Chestnut Munia (1) 2024-01-28, Common Myna (2) 2024-01-28, Common Waxbill (1) 2024-01-28, House Sparrow (2) 2024-01-28, Northern Cardinal (1) 2024-01-28, Northern Mockingbird (2) 2024-01-28, Pacific Golden-Plover (1) 2024-01-28, Red-crested Cardinal (1) 2024-01-28, Red-vented Bulbul (1) 2024-01-28, Red-whiskered Bulbul (1) 2024-01-28, Saffron Finch (2) 2024-01-28, Spotted Dove (2) 2024-01-28, Western Cattle Egret (2) 2024-01-28, White Tern (1) 2020-02-22, White-rumped Shama (1) 2024-01-28, Yellow-fronted Canary (1) 2024-01-28, Zebra Dove",1,2024-01-28 -21.33042856,-158.0787034,"African Silverbill (1) 2020-03-05, Black-crowned Night Heron (1) 2023-07-12, Common Myna (10) 2023-07-12, Common Waxbill (4) 2023-06-10, House Finch (3) 2023-06-10, House Sparrow (4) 2023-07-12, Java Sparrow (1) 2023-06-08, Pacific Golden-Plover (2) 2022-10-17, Red Junglefowl (1) 2023-07-12, Red-crested Cardinal (3) 2023-06-08, Red-vented Bulbul (3) 2023-06-10, Red-whiskered Bulbul (1) 2020-03-05, Rock Pigeon (2) 2023-07-12, Saffron Finch (2) 2023-06-08, Spotted Dove (2) 2023-04-15, Warbling White-eye (1) 2020-03-05, Western Cattle Egret (4) 2023-07-12, Zebra Dove",7,2023-06-10 -21.32779119,-157.6834087,"Brown Noddy (3) 2020-02-24, Common Myna (5) 2023-07-22, Great Frigatebird (7) 2023-09-29, House Sparrow (3) 2022-07-06, Indian Peafowl (29) 2024-02-22, Masked Booby (1) 2022-07-06, Pacific Golden-Plover (1) 2021-03-10, Red Junglefowl (3) 2023-09-29, Red-crested Cardinal (2) 2023-09-29, Red-footed Booby (4) 2023-07-22, Red-vented Bulbul (2) 2023-09-29, Red-whiskered Bulbul (1) 2023-09-29, Rock Pigeon (4) 2023-07-22, Saffron Finch (1) 2023-09-29, Sooty Tern (2) 2020-02-23, Spotted Dove (1) 2023-09-29, Western Cattle Egret (1) 2022-07-06, Zebra Dove",1,2022-07-06 -21.34630112,-157.741097,"Common Myna (21) 2022-12-29, Common Waxbill (8) 2022-12-14, House Finch (10) 2023-11-23, Japanese Bush Warbler (1) 2022-12-29, Northern Cardinal (22) 2023-11-23, Red Junglefowl (1) 2020-12-20, Red-billed Leiothrix (29) 2023-11-23, Red-crested Cardinal (6) 2023-11-23, Red-vented Bulbul (25) 2023-11-23, Red-whiskered Bulbul (22) 2023-11-23, Rose-ringed Parakeet (15) 2023-11-23, Saffron Finch (1) 2023-11-23, Spotted Dove (19) 2023-11-23, Warbling White-eye (30) 2022-12-29, Western Cattle Egret (5) 2022-12-14, White-rumped Shama (20) 2023-11-23, Yellow-fronted Canary (3) 2022-07-27, Zebra Dove",28,2022-12-29 -21.34615532,-157.7218135,"Common Myna (4) 2022-06-08, Common Waxbill (3) 2022-06-08, House Finch (2) 2022-06-08, House Sparrow (2) 2022-06-08, Java Sparrow (3) 2022-06-08, Feral Mallard (1) 2022-03-12, Northern Cardinal (2) 2022-06-08, Red Junglefowl (1) 2022-03-12, Red-crested Cardinal (3) 2023-05-10, Red-vented Bulbul (2) 2022-06-08, Red-whiskered Bulbul (3) 2022-06-08, Rock Pigeon (1) 2022-03-12, Rose-ringed Parakeet (1) 2022-03-12, Spotted Dove (5) 2022-06-08, Warbling White-eye (4) 2022-06-08, Western Cattle Egret (5) 2022-06-08, Zebra Dove",6,2022-06-08 -21.36545487,-157.8952383,"Chestnut Munia (1) 2023-04-18, Common Myna (7) 2024-02-04, Common Waxbill (3) 2023-04-18, Gray Francolin (3) 2023-04-18, House Finch (2) 2023-07-26, Java Sparrow (1) 2024-02-04, Northern Cardinal (5) 2023-07-26, Pacific Golden-Plover (3) 2024-02-04, Red-crested Cardinal (6) 2024-02-04, Red-vented Bulbul (7) 2023-10-18, Red-whiskered Bulbul (4) 2023-04-17, Rose-ringed Parakeet (4) 2023-10-18, Saffron Finch (1) 2024-02-04, Spotted Dove (7) 2023-07-26, Warbling White-eye (3) 2023-04-18, Western Cattle Egret (2) 2023-04-17, Yellow-fronted Canary (5) 2024-02-04, Zebra Dove",8,2023-10-18 -21.38271854,-157.7793657,"Chestnut Munia (6) 2023-02-28, Common Myna (4) 2022-02-28, Common Waxbill (6) 2023-05-06, House Sparrow (1) 2021-04-01, Northern Cardinal (1) 2023-02-21, Pacific Golden-Plover (6) 2023-02-21, Red Junglefowl (1) 2021-04-01, Red-billed Leiothrix (1) 2022-11-01, Red-crested Cardinal (3) 2022-11-01, Red-vented Bulbul (6) 2022-11-04, Red-whiskered Bulbul (6) 2023-03-01, Rock Pigeon (1) 2021-04-01, Rose-ringed Parakeet (2) 2022-11-15, Spotted Dove (2) 2022-11-04, Warbling White-eye (6) 2022-11-04, Western Cattle Egret (1) 2021-09-29, White-rumped Shama (3) 2023-02-23, Zebra Dove",4,2022-02-28 -21.39280561,-157.9336174,"Common Myna (3) 2023-05-05, Common Waxbill (1) 2023-03-11, House Finch (1) 2023-03-11, House Sparrow (1) 2023-05-05, Northern Cardinal (1) 2021-10-26, Pacific Golden-Plover (1) 2023-03-11, Red-billed Leiothrix (1) 2023-03-11, Red-crested Cardinal (2) 2023-05-05, Red-crowned Parrot (1) 2023-04-06, Red-vented Bulbul (1) 2023-03-11, Red-whiskered Bulbul (1) 2023-03-11, Rose-ringed Parakeet (2) 2023-05-05, Spotted Dove (1) 2023-05-05, Western Cattle Egret (1) 2021-10-26, White Tern (1) 2023-06-16, White-rumped Shama (1) 2023-03-11, Yellow-fronted Canary (1) 2021-10-26, Zebra Dove",3,2023-05-05 -21.40248099,-158.0396629,"Black Francolin (2) 2024-02-13, Common Myna (4) 2021-04-22, Common Waxbill (1) 2024-02-13, House Finch (5) 2024-02-13, House Sparrow (1) 2021-04-22, Java Sparrow (2) 2024-02-13, Northern Cardinal (1) 2024-02-13, Pacific Golden-Plover (3) 2024-02-12, Red-crested Cardinal (3) 2024-02-13, Red-vented Bulbul (4) 2024-02-13, Red-whiskered Bulbul (3) 2024-02-13, Rock Pigeon (1) 2021-04-22, Rose-ringed Parakeet (1) 2024-02-13, Saffron Finch (3) 2024-02-13, Spotted Dove (2) 2024-02-13, Warbling White-eye (2) 2024-02-13, Western Cattle Egret (1) 2021-04-22, Zebra Dove",7,2024-02-13 -21.40213915,-157.9817836,"Common Myna (4) 2023-08-29, Common Waxbill (3) 2023-08-29, House Finch (1) 2023-08-29, Java Sparrow (2) 2022-02-19, Pacific Golden-Plover (2) 2023-08-29, Red Avadavat (1) 2022-02-19, Red Junglefowl (1) 2022-02-19, Red-crested Cardinal (3) 2022-02-19, Red-vented Bulbul (3) 2023-08-29, Red-whiskered Bulbul (1) 2022-02-19, Rock Pigeon (2) 2022-02-19, Rose-ringed Parakeet (4) 2023-08-29, Saffron Finch (1) 2020-02-18, Spotted Dove (1) 2023-08-29, Warbling White-eye (2) 2023-08-29, Western Cattle Egret (3) 2023-08-29, Yellow-fronted Canary (1) 2023-08-29, Zebra Dove",3,2023-08-29 -21.40099329,-157.8081528,"African Silverbill (1) 2023-09-08, Barn Owl (1) 2023-01-11, Chestnut Munia (6) 2022-02-24, Common Myna (9) 2024-02-19, Common Waxbill (7) 2023-02-05, Java Sparrow (5) 2024-02-18, Feral Mallard (3) 2024-02-16, Northern Cardinal (1) 2021-02-14, Northern Mockingbird (2) 2022-09-24, Red Junglefowl (1) 2022-02-21, Red-crested Cardinal (10) 2024-02-19, Red-vented Bulbul (7) 2024-02-19, Red-whiskered Bulbul (8) 2024-02-19, Spotted Dove (9) 2024-02-19, Warbling White-eye (5) 2024-02-19, Western Cattle Egret (3) 2024-02-18, Zebra Dove",13,2024-02-18 -21.41223467,-158.1746686,"Black-crowned Night Heron (1) 2023-02-14, Common Myna (7) 2023-02-21, Common Waxbill (1) 2023-02-21, House Finch (4) 2023-02-21, House Sparrow (6) 2023-02-21, Java Sparrow (6) 2023-02-21, Northern Mockingbird (1) 2021-04-18, Pacific Golden-Plover (3) 2022-01-25, Red Junglefowl (1) 2023-05-12, Red-crested Cardinal (2) 2022-01-20, Red-vented Bulbul (8) 2023-05-11, Rock Pigeon (6) 2023-02-21, Ruddy Turnstone (1) 2022-01-20, Saffron Finch (5) 2023-02-21, Sanderling (2) 2022-04-03, Spotted Dove (5) 2023-02-21, Warbling White-eye (1) 2022-01-25, Zebra Dove",9,2023-05-09 -21.40974748,-157.7694943,"Chestnut Munia (1) 2022-04-10, Common Myna (28) 2024-02-19, Common Waxbill (21) 2024-02-19, House Finch (20) 2024-02-19, Java Sparrow (6) 2024-02-19, Northern Cardinal (7) 2022-04-23, Pacific Golden-Plover (1) 2024-01-15, Red Avadavat (1) 2024-01-18, Red Junglefowl (17) 2022-05-29, Red-crested Cardinal (18) 2024-02-19, Red-vented Bulbul (24) 2024-02-19, Red-whiskered Bulbul (11) 2024-02-19, Rock Pigeon (2) 2024-01-17, Spotted Dove (28) 2024-02-19, Warbling White-eye (6) 2024-02-19, Western Cattle Egret (3) 2022-04-17, White-rumped Shama (9) 2024-01-16, Zebra Dove",27,2024-02-19 -21.4211238,-158.1456731,"Black-crowned Night Heron (3) 2021-06-08, Common Myna (2) 2021-01-14, Common Waxbill (3) 2021-06-08, Eurasian Skylark (2) 2021-01-14, Gray Francolin (3) 2021-06-08, Hawaiian Coot (7) 2021-06-08, House Finch (3) 2021-06-01, Java Sparrow (1) 2021-06-01, Northern Cardinal (3) 2021-06-01, Peregrine Falcon (1) 2022-03-08, Red-crested Cardinal (2) 2021-01-14, Red-vented Bulbul (3) 2021-06-01, Saffron Finch (3) 2021-06-01, Scaly-breasted Munia (2) 2021-01-14, Short-eared Owl (1) 2021-06-01, Spotted Dove (5) 2021-06-08, Warbling White-eye (5) 2021-06-08, Zebra Dove",6,2022-03-08 -21.42032299,-158.0009538,"Chestnut Munia (10) 2023-05-13, Common Myna (18) 2024-02-19, Common Waxbill (13) 2023-05-13, House Finch (9) 2024-02-19, House Sparrow (3) 2024-02-19, Java Sparrow (15) 2024-02-19, Northern Cardinal (1) 2020-05-09, Pacific Golden-Plover (13) 2024-02-19, Red-crested Cardinal (10) 2024-02-18, Red-vented Bulbul (8) 2024-02-19, Red-whiskered Bulbul (3) 2022-02-21, Rose-ringed Parakeet (8) 2024-02-19, Ruddy Turnstone (2) 2022-02-21, Saffron Finch (19) 2024-02-19, Spotted Dove (17) 2024-02-19, Warbling White-eye (3) 2022-10-08, Western Cattle Egret (15) 2024-02-19, Zebra Dove",18,2024-02-19 -21.42969297,-158.0587828,"Barn Owl (2) 2019-04-24, Chestnut Munia (1) 2019-11-15, Common Gallinule (1) 2019-11-15, Common Myna (1) 2019-11-15, Common Waxbill (1) 2019-11-15, Hawaiian Coot (1) 2019-11-15, House Finch (1) 2019-11-15, Northern Cardinal (1) 2019-11-15, Pacific Golden-Plover (1) 2019-11-15, Red-crested Cardinal (1) 2019-11-15, Red-vented Bulbul (2) 2022-07-06, Saffron Finch (1) 2019-11-15, Short-eared Owl (1) 2019-07-18, Spotted Dove (1) 2019-11-15, Warbling White-eye (1) 2019-11-15, Western Cattle Egret (1) 2019-11-15, Yellow-fronted Canary (1) 2019-11-15, Zebra Dove",1,2019-11-15 -21.42947065,-158.0201889,"Black-crowned Night Heron (1) 2021-02-15, Chestnut Munia (1) 2021-02-14, Common Myna (6) 2022-02-21, House Sparrow (3) 2021-02-13, Java Sparrow (6) 2022-02-21, Northern Cardinal (4) 2021-02-14, Pacific Golden-Plover (2) 2021-02-14, Red-crested Cardinal (6) 2022-02-20, Red-vented Bulbul (4) 2021-02-14, Red-whiskered Bulbul (2) 2022-02-19, Rose-ringed Parakeet (6) 2022-02-21, Saffron Finch (4) 2022-02-20, Spotted Dove (5) 2022-02-21, Warbling White-eye (5) 2022-02-21, Western Cattle Egret (2) 2021-02-14, White Tern (1) 2021-02-15, White-rumped Shama (2) 2021-03-10, Zebra Dove",5,2021-03-13 -21.44636356,-157.8367326,"Chestnut Munia (5) 2023-05-13, Common Myna (5) 2023-05-13, Common Waxbill (6) 2022-06-24, House Sparrow (2) 2022-06-24, Java Sparrow (3) 2022-06-20, Northern Cardinal (2) 2022-06-20, Pacific Golden-Plover (1) 2022-03-27, Red Junglefowl (2) 2023-05-13, Red-crested Cardinal (4) 2023-01-04, Red-vented Bulbul (6) 2023-05-13, Red-whiskered Bulbul (3) 2023-01-04, Rock Pigeon (1) 2021-06-28, Scaly-breasted Munia (1) 2022-02-26, Spotted Dove (4) 2023-01-04, Warbling White-eye (4) 2022-06-24, Western Cattle Egret (6) 2023-10-16, White-rumped Shama (3) 2022-12-30, Zebra Dove",8,2023-05-13 -21.44559039,-157.7305973,"African Silverbill (2) 2020-07-17, Black-necked Stilt (2) 2020-07-17, Common Myna (3) 2020-07-17, Common Waxbill (3) 2020-07-17, Gray Francolin (2) 2020-07-17, Great Frigatebird (3) 2020-07-17, Northern Cardinal (1) 2020-04-24, Pacific Golden-Plover (3) 2020-07-17, Red Avadavat (2) 2020-07-17, Red-crested Cardinal (2) 2020-07-17, Red-vented Bulbul (3) 2020-07-17, Red-whiskered Bulbul (2) 2020-07-17, Scaly-breasted Munia (2) 2020-07-17, Spotted Dove (3) 2020-07-17, Wandering Tattler (1) 2020-04-24, Western Cattle Egret (3) 2020-07-17, Zebra Dove",2,2020-07-17 -21.45651547,-158.0103577,"Common Myna (11) 2023-06-04, Common Waxbill (5) 2023-06-04, House Finch (10) 2023-06-04, House Sparrow (4) 2023-06-04, Java Sparrow (1) 2023-03-20, Northern Cardinal (9) 2022-07-17, Pacific Golden-Plover (1) 2023-03-20, Red Junglefowl (1) 2023-03-20, Red-crested Cardinal (13) 2023-03-20, Red-crowned Parrot (4) 2022-07-17, Red-vented Bulbul (12) 2023-06-04, Rock Pigeon (2) 2023-01-19, Rose-ringed Parakeet (11) 2023-03-20, Saffron Finch (3) 2023-06-04, Spotted Dove (10) 2023-01-19, Warbling White-eye (10) 2022-07-17, Western Cattle Egret (7) 2023-06-04, Zebra Dove",15,2023-06-04 -21.45498296,-157.7787648,"Black-necked Stilt (6) 2023-01-18, Brown Noddy (2) 2022-09-14, Common Gallinule (3) 2024-01-17, Common Myna (10) 2024-01-17, Common Waxbill (4) 2022-12-03, Great Frigatebird (2) 2023-10-24, House Finch (2) 2022-01-19, Java Sparrow (1) 2021-07-13, Feral Mallard (3) 2022-12-03, Pacific Golden-Plover (7) 2023-10-24, Red-crested Cardinal (4) 2024-01-17, Red-vented Bulbul (4) 2024-01-17, Spotted Dove (3) 2023-10-24, Wandering Tattler (1) 2020-02-26, Warbling White-eye (3) 2022-01-19, Western Cattle Egret (3) 2023-10-24, White-rumped Shama (2) 2022-01-19, Zebra Dove",2,2023-10-24 -21.48355954,-158.0005227,"Chestnut Munia (2) 2021-09-17, Common Myna (2) 2021-09-17, Common Waxbill (3) 2023-05-28, House Finch (1) 2021-09-16, House Sparrow (1) 2021-09-17, Java Sparrow (1) 2021-09-17, Pacific Golden-Plover (5) 2023-12-14, Red Junglefowl (2) 2023-05-26, Red-billed Leiothrix (1) 2021-09-16, Red-crested Cardinal (1) 2021-09-16, Red-vented Bulbul (3) 2023-05-26, Red-whiskered Bulbul (4) 2023-02-01, Rose-ringed Parakeet (2) 2021-09-17, Saffron Finch (1) 2023-02-01, Spotted Dove (2) 2021-09-17, Warbling White-eye (2) 2023-12-15, White-rumped Shama (2) 2021-09-17, Zebra Dove",2,2021-09-17 -21.5386716,-158.1642961,"Apapane (1) 2020-02-09, Common Waxbill (1) 2020-02-09, Erckel's Spurfowl (2) 2024-02-14, Gray Francolin (1) 2024-02-14, House Finch (2) 2024-02-14, Indian Peafowl (1) 2024-02-14, Japanese Bush Warbler (1) 2020-02-09, Kalij Pheasant (1) 2024-02-14, Northern Cardinal (1) 2020-02-09, Pacific Golden-Plover (1) 2020-02-09, Red-billed Leiothrix (2) 2024-02-14, Red-crested Cardinal (1) 2020-02-09, Red-vented Bulbul (2) 2024-02-14, Red-whiskered Bulbul (2) 2024-02-14, Spotted Dove (2) 2024-02-14, Warbling White-eye (2) 2024-02-14, White-rumped Shama (1) 2020-02-09, Zebra Dove",2,2024-02-14 -21.55678917,-158.1738487,"Apapane (2) 2021-05-13, Black-crowned Night Heron (1) 2021-05-13, Common Myna (1) 2021-05-13, Common Waxbill (2) 2021-05-13, Erckel's Spurfowl (2) 2021-05-13, House Finch (1) 2021-05-13, Japanese Bush Warbler (2) 2021-05-13, Kalij Pheasant (1) 2021-05-04, Oahu Amakihi (2) 2021-05-13, Red Junglefowl (1) 2021-05-04, Red-billed Leiothrix (2) 2021-05-13, Red-vented Bulbul (2) 2021-05-13, Red-whiskered Bulbul (1) 2021-05-04, Spotted Dove (2) 2021-05-13, Warbling White-eye (2) 2021-05-13, Western Cattle Egret (1) 2021-05-13, White-rumped Shama (2) 2021-05-13, Zebra Dove",2,2021-05-13 -21.56614241,-158.2413993,"Common Waxbill (2) 2022-09-24, Gray Francolin (2) 2022-09-24, House Finch (1) 2022-07-23, Indian Peafowl (2) 2022-09-24, Northern Cardinal (1) 2022-07-23, Oahu Amakihi (1) 2022-07-23, Red-billed Leiothrix (1) 2022-07-23, Red-crested Cardinal (3) 2022-09-24, Red-vented Bulbul (3) 2022-09-24, Red-whiskered Bulbul (1) 2022-09-24, Ring-necked Pheasant (1) 2021-10-14, Spotted Dove (1) 2021-10-14, Warbling White-eye (3) 2022-09-24, Western Cattle Egret (1) 2021-10-14, White-rumped Shama (2) 2022-07-23, Wild Turkey (1) 2022-01-26, Yellow-faced Grassquit (1) 2022-07-23, Zebra Dove",2,2022-09-24 -21.56562383,-158.1351683,"Common Myna (24) 2023-03-29, Common Waxbill (16) 2023-03-29, Gray Francolin (6) 2022-12-27, House Finch (14) 2023-03-29, House Sparrow (2) 2022-07-18, Northern Cardinal (15) 2023-03-29, Pacific Golden-Plover (2) 2023-03-29, Red Avadavat (13) 2022-07-18, Red-crested Cardinal (9) 2023-03-29, Red-vented Bulbul (23) 2023-03-29, Red-whiskered Bulbul (4) 2022-11-28, Saffron Finch (4) 2023-03-29, Short-eared Owl (1) 2022-08-13, Spotted Dove (13) 2023-03-29, Warbling White-eye (17) 2023-03-29, Western Cattle Egret (2) 2023-03-29, White-rumped Shama (1) 2022-10-31, Zebra Dove",26,2023-03-29 -21.57315924,-157.8840124,"Brown Noddy (1) 2019-04-04, Common Myna (3) 2022-07-25, Glaucous-winged Gull (2) 2020-01-29, House Sparrow (1) 2019-04-04, Laughing Gull (1) 2020-01-29, Pacific Golden-Plover (2) 2020-01-27, Red Junglefowl (3) 2019-08-17, Red-crested Cardinal (1) 2019-04-04, Red-footed Booby (1) 2019-04-04, Red-vented Bulbul (2) 2022-07-25, Ruddy Turnstone (2) 2020-01-27, Sanderling (2) 2020-01-27, Sooty Tern (1) 2019-04-04, Spotted Dove (4) 2023-03-13, Wandering Tattler (5) 2023-03-13, Warbling White-eye (1) 2019-04-04, Western Cattle Egret (2) 2022-07-25, Zebra Dove",4,2023-03-13 -21.61851702,-157.9126469,"Chestnut Munia (1) 2021-04-14, Common Myna (6) 2024-01-19, Common Waxbill (3) 2021-04-14, House Sparrow (1) 2024-01-19, Laughing Gull (1) 2020-02-03, Laysan Albatross (1) 2021-12-25, Pacific Golden-Plover (3) 2024-01-19, Red Junglefowl (5) 2021-12-20, Red-crested Cardinal (2) 2024-01-19, Rock Pigeon (1) 2019-06-27, Ruddy Turnstone (2) 2021-12-20, Saffron Finch (1) 2024-01-19, Sanderling (1) 2024-01-19, Scaly-breasted Munia (1) 2021-04-14, Spotted Dove (1) 2021-04-14, Wandering Tattler (2) 2024-01-19, Western Cattle Egret (3) 2021-12-20, Zebra Dove",4,2024-01-19 -21.2741799,-157.7609877,"Black-crowned Night Heron (1) 2019-10-10, Black-necked Stilt (1) 2019-12-08, Common Myna (11) 2023-10-08, Common Waxbill (2) 2019-08-30, House Finch (1) 2019-06-14, House Sparrow (4) 2019-08-30, Northern Cardinal (1) 2019-08-30, Pacific Golden-Plover (7) 2022-02-27, Red-crested Cardinal (3) 2022-02-27, Red-vented Bulbul (7) 2023-10-08, Rock Pigeon (9) 2022-02-27, Rose-ringed Parakeet (2) 2023-10-08, Ruddy Turnstone (2) 2022-02-27, Spotted Dove (6) 2023-10-08, Wandering Tattler (2) 2023-10-20, Warbling White-eye (2) 2019-08-30, Western Cattle Egret (11) 2023-09-08, White Tern (5) 2022-02-27, Zebra Dove",12,2023-10-08 -21.27374403,-157.7031653,"Common Myna (22) 2024-02-11, Common Waxbill (3) 2024-02-11, Great Frigatebird (13) 2022-09-29, House Finch (3) 2024-02-11, House Sparrow (17) 2024-02-11, Java Sparrow (4) 2024-01-11, Feral Mallard (1) 2024-02-07, Northern Cardinal (3) 2024-02-11, Pacific Golden-Plover (3) 2023-04-01, Red Junglefowl (5) 2023-12-09, Red-crested Cardinal (8) 2024-01-11, Red-vented Bulbul (9) 2024-02-11, Red-whiskered Bulbul (2) 2024-02-11, Rock Pigeon (12) 2024-02-07, Spotted Dove (14) 2024-02-11, Warbling White-eye (2) 2019-11-06, Western Cattle Egret (22) 2024-01-11, White Tern (12) 2023-03-30, Zebra Dove",21,2024-02-11 -21.28328385,-157.77055,"Common Myna (7) 2022-09-24, Common Waxbill (6) 2024-01-04, House Finch (7) 2024-01-04, Java Sparrow (7) 2022-09-24, Northern Cardinal (5) 2024-01-04, Northern Mockingbird (1) 2021-07-18, Red-crested Cardinal (8) 2024-01-04, Red-vented Bulbul (11) 2024-01-04, Red-whiskered Bulbul (4) 2024-01-04, Rock Pigeon (1) 2024-01-04, Saffron Finch (1) 2021-05-14, Scaly-breasted Munia (1) 2022-09-22, Spotted Dove (6) 2024-01-04, Wandering Tattler (1) 2024-01-03, Warbling White-eye (6) 2024-01-04, White Tern (4) 2024-01-04, White-rumped Shama (5) 2022-07-06, Yellow-fronted Canary (1) 2022-09-22, Zebra Dove",5,2024-01-04 -21.32164737,-158.1269666,"African Silverbill (1) 2022-06-19, Black Swan (1) 2021-12-04, Black-crowned Night Heron (1) 2021-12-04, Black-necked Stilt (1) 2021-12-04, Brown Booby (4) 2023-03-16, Common Myna (4) 2024-02-24, Common Waxbill (1) 2021-12-04, Hawaiian Coot (1) 2021-12-04, House Finch (1) 2022-06-19, House Sparrow (3) 2024-02-24, Muscovy Duck (1) 2021-12-04, Pacific Golden-Plover (2) 2024-02-24, Red-crested Cardinal (4) 2024-02-24, Red-vented Bulbul (3) 2024-02-24, Ruddy Turnstone (1) 2021-12-04, Saffron Finch (1) 2021-12-04, Spotted Dove (2) 2022-06-19, Warbling White-eye (1) 2021-09-29, Zebra Dove",4,2024-02-24 -21.32872762,-157.808738,"Common Myna (1) 2023-01-27, Common Waxbill (3) 2022-09-05, Java Sparrow (2) 2023-01-27, Northern Cardinal (3) 2021-11-16, Oahu Amakihi (3) 2023-03-18, Pacific Golden-Plover (1) 2023-01-23, Red Junglefowl (4) 2023-03-18, Red-billed Leiothrix (3) 2023-03-18, Red-crested Cardinal (4) 2023-03-18, Red-vented Bulbul (7) 2023-03-18, Red-whiskered Bulbul (6) 2023-03-18, Rose-ringed Parakeet (4) 2023-01-27, Spotted Dove (4) 2023-01-27, Warbling White-eye (5) 2023-03-18, Western Cattle Egret (1) 2023-01-23, White-rumped Shama (8) 2023-03-18, Yellow-fronted Canary (1) 2023-03-18, Zebra Dove",3,2023-01-27 -21.33935378,-158.0593611,"Black-crowned Night Heron (2) 2022-12-17, Black-necked Stilt (3) 2022-12-17, Common Myna (4) 2023-03-20, Common Waxbill (3) 2022-12-17, House Finch (1) 2022-12-17, House Sparrow (1) 2023-03-20, Java Sparrow (1) 2022-12-16, Feral Mallard (2) 2022-12-17, Pacific Golden-Plover (5) 2022-12-17, Red-crested Cardinal (2) 2022-12-17, Red-vented Bulbul (3) 2022-12-17, Red-whiskered Bulbul (1) 2022-12-17, Rock Pigeon (1) 2022-12-15, Saffron Finch (1) 2022-12-16, Spotted Dove (3) 2022-12-17, Wandering Tattler (2) 2022-12-16, Warbling White-eye (2) 2022-12-17, Western Cattle Egret (3) 2022-12-17, Zebra Dove",4,2023-03-20 -21.39382672,-158.1072461,"Apapane (1) 2019-01-18, Common Waxbill (2) 2019-01-18, Erckel's Spurfowl (1) 2019-01-18, Eurasian Skylark (1) 2019-01-07, Gray Francolin (2) 2019-01-18, House Finch (1) 2019-01-07, Northern Cardinal (1) 2019-01-18, Oahu Amakihi (1) 2019-01-18, Oahu Elepaio (1) 2019-01-07, Pacific Golden-Plover (2) 2019-01-18, Red-billed Leiothrix (2) 2019-01-18, Red-crested Cardinal (1) 2019-01-18, Red-vented Bulbul (2) 2019-01-18, Red-whiskered Bulbul (1) 2019-01-18, Scaly-breasted Munia (1) 2019-01-07, Spotted Dove (2) 2019-01-18, Warbling White-eye (2) 2019-01-18, White-rumped Shama (1) 2019-01-18, Zebra Dove",1,2019-01-07 -21.3937758,-158.0975999,"Common Myna (3) 2022-12-16, Common Waxbill (2) 2023-12-31, Erckel's Spurfowl (5) 2023-06-01, Gray Francolin (2) 2023-06-01, House Finch (3) 2022-12-16, Japanese Bush Warbler (1) 2019-01-26, Kalij Pheasant (3) 2023-06-01, Northern Cardinal (5) 2024-02-12, Oahu Amakihi (4) 2022-12-16, Oahu Elepaio (6) 2024-02-12, Pacific Golden-Plover (2) 2023-12-31, Red-billed Leiothrix (5) 2022-12-16, Red-crested Cardinal (7) 2023-12-31, Red-vented Bulbul (4) 2023-12-31, Red-whiskered Bulbul (5) 2023-12-31, Spotted Dove (5) 2023-12-31, Warbling White-eye (7) 2024-02-12, White-rumped Shama (2) 2019-01-26, Zebra Dove",4,2023-12-31 -21.41128906,-158.0010151,"Chestnut Munia (2) 2021-08-28, Common Myna (8) 2021-12-24, Common Waxbill (3) 2021-08-28, House Finch (2) 2021-08-28, House Sparrow (4) 2021-08-28, Java Sparrow (3) 2021-12-24, Northern Cardinal (1) 2021-08-28, Pacific Golden-Plover (3) 2021-08-28, Red-crested Cardinal (3) 2021-08-28, Red-vented Bulbul (3) 2021-08-28, Red-whiskered Bulbul (1) 2021-12-15, Rose-ringed Parakeet (3) 2021-12-24, Saffron Finch (6) 2022-07-14, Spotted Dove (4) 2021-08-28, Warbling White-eye (2) 2021-08-28, Western Cattle Egret (6) 2021-08-28, White-rumped Shama (2) 2021-12-24, Yellow-fronted Canary (2) 2021-08-28, Zebra Dove",5,2021-12-24 -21.41996742,-157.9430681,"Common Myna (3) 2021-10-28, Common Waxbill (1) 2024-02-17, House Finch (2) 2021-10-27, Java Sparrow (2) 2021-10-27, Northern Cardinal (2) 2021-10-27, Pacific Golden-Plover (4) 2024-02-17, Red Junglefowl (1) 2023-12-27, Red-billed Leiothrix (2) 2021-10-27, Red-crested Cardinal (3) 2024-02-17, Red-crowned Parrot (5) 2024-02-17, Red-vented Bulbul (4) 2024-02-17, Red-whiskered Bulbul (2) 2021-10-27, Rose-ringed Parakeet (2) 2024-02-17, Scaly-breasted Munia (2) 2021-10-27, Spotted Dove (4) 2024-02-17, Warbling White-eye (3) 2024-02-17, Western Cattle Egret (1) 2021-10-28, White-rumped Shama (2) 2021-10-27, Zebra Dove",4,2024-02-17 -21.42935684,-158.0008923,"Chestnut Munia (1) 2021-06-10, Common Myna (4) 2024-02-22, Common Waxbill (1) 2021-06-10, House Finch (1) 2022-01-05, House Sparrow (1) 2022-01-05, Java Sparrow (1) 2022-01-05, Northern Mockingbird (1) 2024-02-22, Pacific Golden-Plover (2) 2022-01-05, Red Junglefowl (1) 2023-06-28, Red-crested Cardinal (1) 2022-01-05, Red-vented Bulbul (1) 2022-01-05, Rock Pigeon (3) 2024-02-22, Rose-ringed Parakeet (1) 2022-01-05, Saffron Finch (3) 2022-01-05, Scaly-breasted Munia (1) 2021-06-10, Spotted Dove (2) 2022-01-05, Warbling White-eye (1) 2022-01-05, Western Cattle Egret (4) 2024-02-22, Zebra Dove",4,2024-02-22 -21.42795433,-157.7886379,"Black Noddy (1) 2023-06-24, Common Myna (3) 2022-04-08, Common Waxbill (1) 2021-07-31, House Finch (1) 2020-09-25, Feral Mallard (1) 2020-09-25, Northern Cardinal (1) 2022-04-08, Pacific Golden-Plover (2) 2022-04-08, Red Junglefowl (1) 2021-07-31, Red-crested Cardinal (2) 2022-04-08, Red-vented Bulbul (2) 2021-07-31, Red-whiskered Bulbul (2) 2022-04-08, Scaly-breasted Munia (1) 2023-07-24, Spotted Dove (2) 2021-07-31, Wandering Tattler (1) 2020-09-25, Warbling White-eye (1) 2020-09-25, Western Cattle Egret (2) 2021-07-31, White-rumped Shama (2) 2021-07-31, Yellow-fronted Canary (1) 2020-09-25, Zebra Dove",2,2021-07-31 -21.43827428,-157.9815331,"Chinese Hwamei (1) 2019-03-12, Common Myna (1) 2019-03-12, Common Waxbill (1) 2019-03-12, Gray Francolin (1) 2019-03-12, House Finch (1) 2019-03-12, Japanese Bush Warbler (1) 2019-03-12, Java Sparrow (1) 2019-03-12, Northern Cardinal (1) 2019-03-12, Red-crested Cardinal (1) 2019-03-12, Red-crowned Parrot (1) 2019-03-12, Red-vented Bulbul (1) 2019-03-12, Red-whiskered Bulbul (1) 2019-03-12, Rock Pigeon (1) 2019-03-12, Rose-ringed Parakeet (1) 2019-03-12, Spotted Dove (1) 2019-03-12, Warbling White-eye (1) 2019-03-12, Western Cattle Egret (1) 2019-03-12, White-rumped Shama (1) 2019-03-12, Zebra Dove",1,2019-03-12 -21.44595026,-157.7788401,"Black-crowned Night Heron (2) 2023-08-16, Black-necked Stilt (11) 2024-01-17, Common Gallinule (3) 2021-12-19, Common Myna (4) 2023-10-24, Common Waxbill (7) 2024-01-17, Gray Francolin (3) 2021-12-19, House Finch (3) 2021-12-19, Feral Mallard (10) 2024-01-17, Northern Cardinal (3) 2024-01-17, Pacific Golden-Plover (9) 2023-10-24, Red-crested Cardinal (2) 2023-01-18, Red-vented Bulbul (5) 2023-01-18, Red-whiskered Bulbul (1) 2023-10-24, Ruddy Turnstone (1) 2022-02-09, Spotted Dove (8) 2024-01-17, Wandering Tattler (4) 2023-08-16, Warbling White-eye (3) 2023-10-24, Western Cattle Egret (4) 2024-01-17, Zebra Dove",4,2024-01-17 -21.45484049,-157.7594663,"Black-necked Stilt (3) 2023-05-09, Bristle-thighed Curlew (1) 2020-09-02, Common Myna (4) 2023-05-19, Common Waxbill (3) 2023-05-09, Gray Francolin (1) 2023-05-19, Great Frigatebird (3) 2023-05-19, House Finch (6) 2023-05-19, House Sparrow (2) 2023-05-09, Northern Cardinal (3) 2023-05-19, Pacific Golden-Plover (4) 2022-09-25, Red-crested Cardinal (4) 2023-05-19, Red-vented Bulbul (5) 2023-05-19, Red-whiskered Bulbul (1) 2023-05-19, Saffron Finch (2) 2023-05-09, Sanderling (1) 2019-10-03, Spotted Dove (3) 2022-09-25, Warbling White-eye (1) 2019-11-29, Western Cattle Egret (6) 2023-05-19, Zebra Dove",3,2023-05-09 -21.50168456,-158.0100523,"Chestnut Munia (6) 2023-08-31, Common Myna (12) 2023-12-29, Common Waxbill (3) 2023-08-21, House Finch (8) 2023-12-29, House Sparrow (7) 2023-12-29, Java Sparrow (3) 2023-02-07, Northern Cardinal (5) 2023-12-29, Pacific Golden-Plover (8) 2023-12-29, Red-billed Leiothrix (4) 2022-08-12, Red-crested Cardinal (10) 2023-12-29, Red-vented Bulbul (12) 2023-12-29, Red-whiskered Bulbul (7) 2023-12-29, Rose-ringed Parakeet (7) 2023-12-29, Saffron Finch (3) 2023-12-29, Spotted Dove (12) 2023-12-29, Warbling White-eye (2) 2022-08-19, Western Cattle Egret (1) 2022-08-02, White-rumped Shama (1) 2023-02-09, Zebra Dove",13,2023-12-29 -21.50973011,-157.8555361,"Black-necked Stilt (5) 2023-12-09, Chestnut Munia (2) 2024-02-16, Common Gallinule (4) 2023-12-09, Common Myna (5) 2024-02-16, Common Waxbill (2) 2023-07-14, Hawaiian Coot (4) 2023-12-09, House Sparrow (3) 2024-02-16, Feral Mallard (1) 2022-09-15, Northern Cardinal (3) 2023-07-14, Pacific Golden-Plover (5) 2024-02-24, Red Junglefowl (3) 2024-02-24, Red-billed Leiothrix (1) 2023-04-12, Red-crested Cardinal (6) 2024-02-16, Red-vented Bulbul (4) 2024-02-16, Spotted Dove (1) 2024-02-24, Warbling White-eye (2) 2023-07-14, Western Cattle Egret (5) 2024-02-24, White-rumped Shama (1) 2021-12-27, Zebra Dove",9,2024-02-24 -21.5747605,-158.154429,"Black Francolin (6) 2022-07-18, Common Myna (8) 2023-09-30, Common Waxbill (7) 2023-01-26, Gray Francolin (6) 2022-07-11, House Finch (10) 2022-07-25, Indian Peafowl (1) 2022-07-18, Java Sparrow (4) 2023-01-26, Northern Cardinal (7) 2023-09-30, Pacific Golden-Plover (2) 2023-09-30, Red Avadavat (10) 2023-01-26, Red-crested Cardinal (10) 2022-08-08, Red-vented Bulbul (18) 2022-08-08, Red-whiskered Bulbul (1) 2023-09-30, Saffron Finch (5) 2023-09-30, Scaly-breasted Munia (1) 2022-07-11, Spotted Dove (14) 2023-01-26, Warbling White-eye (10) 2023-09-30, Western Cattle Egret (3) 2022-07-18, Zebra Dove",18,2023-09-30 -21.60942029,-157.9030548,"Common Myna (10) 2024-01-29, Common Waxbill (1) 2020-03-14, Glaucous-winged Gull (4) 2022-01-06, Great Frigatebird (1) 2024-02-09, House Sparrow (3) 2020-01-27, Laughing Gull (9) 2020-01-27, Pacific Golden-Plover (1) 2022-09-25, Red Junglefowl (1) 2024-01-29, Red-crested Cardinal (3) 2024-01-29, Red-vented Bulbul (3) 2023-03-11, Ruddy Turnstone (2) 2023-03-29, Saffron Finch (2) 2024-01-29, Sanderling (1) 2023-03-11, Spotted Dove (7) 2023-03-11, Wandering Tattler (6) 2023-03-11, Warbling White-eye (1) 2022-09-24, Western Cattle Egret (5) 2023-03-11, White-rumped Shama (2) 2023-03-11, Zebra Dove",5,2024-01-29 -21.63741571,-158.0477792,"Black-crowned Night Heron (3) 2022-09-03, Common Gallinule (4) 2023-05-29, Common Myna (5) 2022-09-03, Common Waxbill (4) 2022-09-03, House Finch (1) 2021-04-15, House Sparrow (1) 2021-04-15, Indian Peafowl (2) 2022-09-03, Feral Mallard (3) 2022-09-03, Northern Cardinal (1) 2021-04-15, Red-billed Leiothrix (3) 2023-05-29, Red-crested Cardinal (5) 2022-09-03, Red-vented Bulbul (4) 2022-09-03, Red-whiskered Bulbul (4) 2022-09-03, Saffron Finch (1) 2021-04-15, Spotted Dove (1) 2021-04-15, Warbling White-eye (4) 2023-05-29, White-rumped Shama (6) 2022-09-03, White-tailed Tropicbird (1) 2022-06-29, Zebra Dove",5,2022-09-03 -21.6555901,-158.0669867,"Brown Booby (1) 2019-07-26, Chestnut Munia (1) 2021-07-22, Common Myna (3) 2023-10-03, Common Waxbill (1) 2021-07-22, House Finch (2) 2023-10-03, House Sparrow (3) 2023-10-03, Java Sparrow (1) 2021-07-22, Northern Cardinal (1) 2023-07-26, Pacific Golden-Plover (1) 2023-07-26, Red-crested Cardinal (1) 2021-07-22, Red-footed Booby (1) 2023-07-26, Red-vented Bulbul (3) 2023-07-26, Rose-ringed Parakeet (1) 2021-07-22, Saffron Finch (1) 2023-07-26, Scaly-breasted Munia (1) 2021-07-22, Spotted Dove (1) 2023-10-03, Warbling White-eye (1) 2021-07-22, Yellow-fronted Canary (1) 2021-07-22, Zebra Dove",3,2023-10-03 -21.70921684,-157.9699687,"Bristle-thighed Curlew (1) 2019-03-29, Common Gallinule (1) 2021-02-19, Common Myna (2) 2021-02-19, Common Waxbill (1) 2021-02-19, Gray Francolin (1) 2024-01-09, House Sparrow (1) 2019-03-29, Laysan Albatross (4) 2024-01-09, Muscovy Duck (1) 2021-02-19, Northern Cardinal (1) 2021-02-19, Pacific Golden-Plover (3) 2024-01-09, Red-crested Cardinal (3) 2021-02-19, Ruddy Turnstone (1) 2019-03-29, Saffron Finch (1) 2019-03-29, Sanderling (1) 2024-01-09, Spotted Dove (2) 2024-01-09, Warbling White-eye (1) 2019-03-29, Western Cattle Egret (1) 2021-02-19, White-rumped Shama (1) 2021-02-19, Zebra Dove",3,2024-01-09 -21.27439029,-157.7899002,"Chestnut Munia (1) 2023-03-10, Common Myna (8) 2023-03-10, Common Waxbill (4) 2023-03-10, House Finch (1) 2019-01-04, House Sparrow (6) 2022-12-04, Java Sparrow (2) 2019-01-05, Pacific Golden-Plover (4) 2023-03-10, Red Junglefowl (1) 2022-12-04, Red-crested Cardinal (6) 2023-03-10, Red-vented Bulbul (8) 2023-03-18, Red-whiskered Bulbul (2) 2023-03-10, Rock Pigeon (6) 2022-12-04, Rose-ringed Parakeet (5) 2023-03-10, Saffron Finch (2) 2022-12-04, Spotted Dove (8) 2023-03-10, Warbling White-eye (3) 2020-04-10, Western Cattle Egret (2) 2022-12-04, White Tern (4) 2022-12-04, Yellow-fronted Canary (4) 2023-03-10, Zebra Dove",7,2023-03-10 -21.30113613,-157.7414826,"Apapane (4) 2024-02-08, Common Myna (3) 2023-04-03, Common Waxbill (5) 2023-09-26, House Finch (11) 2024-02-08, House Sparrow (2) 2023-04-03, Japanese Bush Warbler (2) 2023-09-26, Northern Cardinal (9) 2024-02-08, Oahu Amakihi (9) 2024-02-08, Oahu Elepaio (7) 2024-02-08, Pacific Golden-Plover (2) 2023-09-26, Red-billed Leiothrix (9) 2024-02-08, Red-crested Cardinal (7) 2023-05-24, Red-vented Bulbul (12) 2024-02-08, Red-whiskered Bulbul (8) 2024-02-08, Spotted Dove (8) 2023-09-26, Warbling White-eye (12) 2024-02-08, White Tern (3) 2023-09-26, White-rumped Shama (13) 2024-02-08, White-tailed Tropicbird (1) 2022-03-12, Zebra Dove",10,2023-09-26 -21.30099067,-157.7222051,"Apapane (1) 2019-02-03, Common Myna (1) 2019-10-31, Common Waxbill (3) 2024-02-29, House Finch (2) 2023-05-29, Japanese Bush Warbler (1) 2020-07-11, Feral Mallard (1) 2019-10-31, Northern Cardinal (5) 2024-02-29, Oahu Amakihi (4) 2023-10-27, Oahu Elepaio (2) 2022-02-09, Pacific Golden-Plover (3) 2023-10-27, Red-billed Leiothrix (9) 2024-02-29, Red-crested Cardinal (4) 2023-05-29, Red-masked Parakeet (1) 2023-05-29, Red-vented Bulbul (11) 2024-02-29, Red-whiskered Bulbul (5) 2024-02-29, Spotted Dove (8) 2024-02-29, Warbling White-eye (6) 2023-10-27, White-rumped Shama (11) 2024-02-29, Yellow-faced Grassquit (1) 2020-07-11, Zebra Dove",8,2024-02-29 -21.32095071,-158.0016281,"Black-crowned Night Heron (2) 2019-07-06, Black-necked Stilt (2) 2019-07-06, Chestnut Munia (2) 2019-07-06, Common Gallinule (1) 2019-07-06, Common Myna (2) 2019-07-06, Common Waxbill (2) 2019-07-06, Hawaiian Coot (2) 2019-07-06, House Finch (1) 2019-07-04, House Sparrow (2) 2019-07-06, Feral Mallard (1) 2019-07-04, Northern Cardinal (2) 2019-07-06, Red-crested Cardinal (2) 2019-07-06, Red-vented Bulbul (2) 2019-07-06, Red-whiskered Bulbul (2) 2019-07-06, Saffron Finch (2) 2019-07-06, Spotted Dove (2) 2019-07-06, Warbling White-eye (2) 2019-07-06, Western Cattle Egret (2) 2019-07-06, White-rumped Shama (2) 2019-07-06, Zebra Dove",2,2019-07-06 -21.32015915,-157.8762952,"Black-necked Stilt (3) 2023-04-23, Brown Booby (1) 2022-03-26, Common Myna (4) 2023-11-06, Common Waxbill (1) 2023-11-06, Great Frigatebird (1) 2019-05-30, House Finch (1) 2022-05-24, House Sparrow (3) 2023-11-06, Java Sparrow (1) 2024-02-18, Laughing Gull (1) 2022-04-18, Pacific Golden-Plover (1) 2023-11-06, Red Junglefowl (1) 2023-11-06, Red-crested Cardinal (3) 2022-05-24, Red-vented Bulbul (1) 2023-03-03, Rock Pigeon (1) 2023-03-03, Semipalmated Plover (1) 2023-11-07, Sooty Tern (1) 2022-03-26, Spotted Dove (4) 2023-03-03, Western Cattle Egret (1) 2022-05-24, White Tern (4) 2023-03-03, Zebra Dove",5,2023-11-06 -21.3300985,-158.0208508,"Black-crowned Night Heron (1) 2020-03-10, Black-necked Stilt (1) 2020-03-10, Bristle-thighed Curlew (1) 2019-03-19, Common Myna (6) 2023-12-19, Common Waxbill (2) 2019-03-13, House Sparrow (2) 2019-03-13, Japanese Bush Warbler (1) 2023-12-19, Laughing Gull (1) 2020-03-10, Feral Mallard (1) 2020-03-10, Pacific Golden-Plover (1) 2020-03-10, Red-vented Bulbul (4) 2023-12-19, Red-whiskered Bulbul (5) 2023-12-19, Rock Pigeon (3) 2020-03-10, Saffron Finch (1) 2020-03-10, Spotted Dove (3) 2023-12-19, Warbling White-eye (4) 2019-03-13, Western Cattle Egret (2) 2019-03-13, Yellow-fronted Canary (2) 2019-03-13, Zebra Dove",6,2023-12-19 -21.3475765,-157.9243019,"Black-crowned Night Heron (2) 2022-12-01, Black-necked Stilt (2) 2022-12-01, Chestnut Munia (2) 2021-09-20, Common Myna (10) 2022-12-01, Common Waxbill (2) 2022-12-01, House Sparrow (3) 2021-12-20, Java Sparrow (2) 2021-09-20, Feral Mallard (1) 2022-12-01, Northern Cardinal (1) 2022-04-20, Pacific Golden-Plover (5) 2022-12-01, Red-crested Cardinal (6) 2022-12-01, Red-vented Bulbul (9) 2022-12-01, Rock Pigeon (1) 2021-12-20, Rose-ringed Parakeet (2) 2022-12-01, Spotted Dove (6) 2022-12-01, Warbling White-eye (4) 2022-08-24, Western Cattle Egret (5) 2022-12-01, White Tern (2) 2022-04-20, Yellow-fronted Canary (1) 2022-08-16, Zebra Dove",11,2022-12-01 -21.34732402,-157.8857312,"Cackling Goose (1) 2020-10-17, Common Myna (3) 2022-12-26, House Finch (1) 2022-12-26, House Sparrow (1) 2022-12-26, Java Sparrow (1) 2022-12-18, Feral Mallard (2) 2022-12-26, Northern Cardinal (1) 2022-12-26, Pacific Golden-Plover (3) 2022-12-26, Red Avadavat (1) 2022-12-26, Red-crested Cardinal (2) 2022-12-26, Red-vented Bulbul (2) 2022-12-26, Red-whiskered Bulbul (1) 2022-12-26, Rose-ringed Parakeet (2) 2022-12-26, Saffron Finch (2) 2022-12-26, Scaly-breasted Munia (1) 2022-12-18, Spotted Dove (2) 2022-12-26, Warbling White-eye (2) 2022-12-26, Western Cattle Egret (3) 2022-12-26, Yellow-fronted Canary (2) 2022-12-26, Zebra Dove",2,2022-12-26 -21.35616299,-157.8567336,"Chestnut Munia (3) 2020-08-09, Common Myna (1) 2021-10-31, Common Waxbill (2) 2020-08-09, House Finch (3) 2020-08-09, Java Sparrow (1) 2019-07-17, Northern Cardinal (3) 2020-08-09, Oahu Amakihi (3) 2020-08-09, Pacific Golden-Plover (1) 2021-10-31, Red-billed Leiothrix (3) 2020-08-09, Red-crested Cardinal (4) 2021-10-31, Red-vented Bulbul (3) 2020-08-09, Red-whiskered Bulbul (1) 2019-07-17, Rose-ringed Parakeet (2) 2020-08-09, Spotted Dove (4) 2020-08-09, Warbling White-eye (3) 2020-08-09, Western Cattle Egret (1) 2019-07-17, White-rumped Shama (2) 2020-08-09, White-tailed Tropicbird (3) 2023-09-16, Yellow-fronted Canary (2) 2020-08-09, Zebra Dove",3,2020-08-09 -21.36661894,-158.0881213,"Common Myna (4) 2024-02-12, Common Waxbill (2) 2019-11-01, Gray Francolin (2) 2019-11-01, House Finch (5) 2024-02-12, Java Sparrow (4) 2022-01-01, Kalij Pheasant (2) 2019-11-01, Northern Cardinal (3) 2022-01-01, Oahu Amakihi (2) 2019-11-01, Oahu Elepaio (2) 2019-11-01, Pacific Golden-Plover (5) 2024-02-12, Red-billed Leiothrix (2) 2019-11-01, Red-crested Cardinal (8) 2024-02-12, Red-vented Bulbul (4) 2019-12-26, Rock Pigeon (1) 2019-11-02, Saffron Finch (3) 2024-02-12, Spotted Dove (5) 2022-01-01, Warbling White-eye (3) 2019-12-26, Western Cattle Egret (2) 2019-11-02, White-rumped Shama (2) 2019-11-01, Zebra Dove",3,2024-02-12 -21.38474187,-158.0976553,"Common Myna (5) 2022-12-16, Common Waxbill (3) 2019-12-27, Erckel's Spurfowl (1) 2019-11-22, House Finch (3) 2022-12-16, Japanese Bush Warbler (1) 2019-01-23, Kalij Pheasant (3) 2022-12-16, Northern Cardinal (1) 2024-02-12, Oahu Amakihi (3) 2022-12-16, Oahu Elepaio (2) 2024-02-12, Pacific Golden-Plover (1) 2019-11-22, Red-billed Leiothrix (4) 2022-12-16, Red-crested Cardinal (6) 2022-12-16, Red-vented Bulbul (4) 2022-12-16, Red-whiskered Bulbul (4) 2022-12-16, Scaly-breasted Munia (1) 2019-11-22, Spotted Dove (5) 2022-12-16, Warbling White-eye (7) 2024-02-12, White-rumped Shama (2) 2024-02-12, Yellow-faced Grassquit (5) 2022-12-16, Zebra Dove",6,2022-12-16 -21.38371026,-157.9240378,"Chestnut Munia (31) 2023-12-03, Common Myna (30) 2024-02-18, Common Waxbill (7) 2023-01-03, House Finch (11) 2023-06-03, House Sparrow (3) 2023-12-03, Java Sparrow (11) 2023-06-17, Northern Cardinal (20) 2023-06-17, Pacific Golden-Plover (20) 2024-02-28, Red Junglefowl (11) 2024-02-18, Red-crested Cardinal (16) 2024-01-12, Red-vented Bulbul (12) 2024-01-14, Red-whiskered Bulbul (2) 2019-03-01, Rock Pigeon (1) 2023-04-01, Rose-ringed Parakeet (8) 2023-05-06, Saffron Finch (24) 2024-02-18, Spotted Dove (19) 2024-02-18, Warbling White-eye (3) 2023-05-06, Western Cattle Egret (8) 2024-02-28, White-rumped Shama (1) 2023-04-01, Zebra Dove",35,2024-02-18 -21.38264807,-157.7697212,"Chestnut Munia (1) 2021-01-16, Chinese Hwamei (2) 2021-01-16, Common Myna (5) 2022-08-10, Common Waxbill (3) 2021-02-12, House Finch (3) 2021-02-12, House Sparrow (1) 2021-01-16, Feral Mallard (1) 2022-06-11, Northern Cardinal (1) 2021-01-16, Pacific Golden-Plover (3) 2021-02-12, Red Junglefowl (2) 2021-01-16, Red-crested Cardinal (2) 2022-08-10, Red-vented Bulbul (2) 2021-01-16, Red-whiskered Bulbul (4) 2022-06-11, Rock Pigeon (4) 2022-06-11, Spotted Dove (3) 2022-06-11, Warbling White-eye (3) 2022-08-10, Western Cattle Egret (3) 2021-02-12, White-rumped Shama (2) 2021-02-12, Zebra Dove",3,2022-08-10 -21.40960484,-157.750202,"Common Myna (5) 2024-02-18, House Finch (1) 2022-02-28, House Sparrow (2) 2023-09-20, Java Sparrow (5) 2022-02-28, Feral Mallard (1) 2022-02-28, Northern Cardinal (2) 2023-09-20, Northern Mockingbird (1) 2019-12-22, Pacific Golden-Plover (1) 2022-02-28, Red Junglefowl (1) 2022-04-28, Red-crested Cardinal (3) 2022-02-28, Red-vented Bulbul (1) 2024-02-18, Red-whiskered Bulbul (2) 2024-02-18, Rock Pigeon (2) 2022-02-28, Spotted Dove (3) 2023-09-20, Warbling White-eye (1) 2019-12-22, Wedge-tailed Shearwater (1) 2020-09-04, Western Cattle Egret (2) 2024-02-17, White-rumped Shama (2) 2022-02-28, Zebra Dove",3,2024-02-18 -21.42809301,-157.8079329,"Black-crowned Night Heron (1) 2019-02-19, Black-necked Stilt (3) 2024-01-04, Chestnut Munia (2) 2024-02-19, Common Myna (8) 2024-02-16, Common Waxbill (4) 2024-02-19, House Finch (3) 2024-02-19, House Sparrow (7) 2024-02-19, Java Sparrow (2) 2024-02-19, Feral Mallard (1) 2019-02-19, Northern Cardinal (5) 2024-02-16, Pacific Golden-Plover (6) 2024-01-04, Red-crested Cardinal (7) 2024-02-19, Red-vented Bulbul (7) 2024-02-16, Red-whiskered Bulbul (4) 2024-02-16, Rock Pigeon (3) 2023-02-17, Spotted Dove (8) 2024-02-19, Warbling White-eye (1) 2024-02-16, Western Cattle Egret (5) 2024-02-19, White-rumped Shama (2) 2022-02-19, Zebra Dove",9,2024-02-19 -21.43833279,-157.9911819,"Chestnut Munia (1) 2021-01-02, Common Myna (4) 2022-08-06, Common Waxbill (2) 2021-01-02, House Finch (1) 2019-04-14, House Sparrow (1) 2019-02-17, Northern Cardinal (1) 2019-04-14, Pacific Golden-Plover (2) 2019-04-14, Red-billed Leiothrix (1) 2019-04-14, Red-crested Cardinal (3) 2021-01-02, Red-crowned Parrot (7) 2024-02-08, Red-vented Bulbul (2) 2022-08-06, Red-whiskered Bulbul (2) 2022-08-06, Rock Pigeon (2) 2021-01-02, Rose-ringed Parakeet (4) 2022-08-06, Scaly-breasted Munia (1) 2021-01-02, Spotted Dove (3) 2021-01-02, Warbling White-eye (2) 2021-01-02, Western Cattle Egret (2) 2021-01-02, White-rumped Shama (1) 2019-04-14, Zebra Dove",3,2021-01-02 -21.44827612,-158.155165,"Black Francolin (1) 2019-05-31, Black-necked Stilt (1) 2019-05-31, Chestnut Munia (1) 2019-05-31, Common Myna (3) 2023-09-20, Common Waxbill (3) 2023-09-20, Eurasian Skylark (1) 2019-05-31, Gray Francolin (2) 2022-02-28, House Finch (1) 2022-02-28, Northern Cardinal (1) 2022-02-28, Northern Mockingbird (1) 2019-05-31, Pacific Golden-Plover (1) 2023-09-20, Red-crested Cardinal (4) 2023-09-20, Red-vented Bulbul (1) 2019-05-31, Saffron Finch (1) 2022-02-28, Short-eared Owl (3) 2021-05-05, Spotted Dove (4) 2023-09-20, Warbling White-eye (1) 2019-05-31, Western Cattle Egret (3) 2023-09-20, White-rumped Shama (1) 2019-05-31, Zebra Dove",4,2023-09-20 -21.45491201,-157.7691156,"Barn Owl (3) 2021-05-01, Chestnut Munia (3) 2022-07-27, Common Myna (19) 2023-01-19, Common Waxbill (17) 2023-01-19, Gray Francolin (15) 2023-01-19, House Finch (24) 2023-01-19, Feral Mallard (1) 2022-03-30, Northern Cardinal (19) 2023-01-19, Pacific Golden-Plover (20) 2023-01-19, Red-crested Cardinal (16) 2022-12-21, Red-vented Bulbul (20) 2022-11-30, Red-whiskered Bulbul (3) 2023-05-12, Saffron Finch (1) 2022-06-02, Sanderling (1) 2022-09-17, Scaly-breasted Munia (1) 2022-06-29, Spotted Dove (12) 2022-12-21, Warbling White-eye (5) 2022-09-21, Western Cattle Egret (11) 2022-12-21, White-rumped Shama (13) 2023-01-19, Zebra Dove",21,2023-01-19 -21.49293064,-158.0583763,"Chestnut Munia (1) 2021-06-08, Common Myna (10) 2024-02-26, Common Waxbill (3) 2023-02-22, House Finch (4) 2022-01-03, House Sparrow (1) 2022-01-03, Java Sparrow (7) 2023-08-20, Northern Cardinal (10) 2023-10-26, Pacific Golden-Plover (9) 2024-02-26, Red Junglefowl (13) 2023-12-19, Red-crested Cardinal (12) 2023-12-19, Red-vented Bulbul (7) 2023-08-20, Red-whiskered Bulbul (1) 2020-02-24, Rose-ringed Parakeet (6) 2024-01-26, Saffron Finch (13) 2023-12-21, Spotted Dove (6) 2023-12-19, Warbling White-eye (5) 2023-12-19, Western Cattle Egret (4) 2023-08-20, White-rumped Shama (3) 2023-08-20, Yellow-fronted Canary (1) 2023-02-24, Zebra Dove",7,2023-12-21 -21.53880981,-158.1932663,"Apapane (6) 2021-08-08, Barn Owl (1) 2021-07-08, Chinese Hwamei (1) 2021-07-08, Common Myna (2) 2021-08-08, Common Waxbill (3) 2021-08-08, Erckel's Spurfowl (3) 2021-08-08, Indian Peafowl (3) 2021-05-11, Japanese Bush Warbler (7) 2021-07-08, Kalij Pheasant (2) 2021-07-08, Northern Cardinal (1) 2021-07-08, Oahu Amakihi (4) 2021-07-08, Red-billed Leiothrix (10) 2021-08-08, Red-vented Bulbul (9) 2021-08-08, Red-whiskered Bulbul (4) 2021-08-10, Spotted Dove (4) 2021-08-08, Warbling White-eye (8) 2021-08-08, White-rumped Shama (6) 2021-08-08, White-tailed Tropicbird (3) 2021-05-11, Yellow-faced Grassquit (1) 2021-07-08, Zebra Dove",2,2021-08-08 -21.53825998,-158.0870521,"Black Francolin (2) 2022-06-21, Common Myna (26) 2022-12-27, Common Waxbill (12) 2022-12-27, Gray Francolin (7) 2022-12-27, House Finch (22) 2022-12-27, Java Sparrow (2) 2022-09-19, Northern Cardinal (10) 2022-09-21, Pacific Golden-Plover (1) 2021-03-22, Red-billed Leiothrix (3) 2022-11-14, Red-crested Cardinal (15) 2022-12-27, Red-vented Bulbul (23) 2022-11-28, Red-whiskered Bulbul (10) 2022-10-31, Rose-ringed Parakeet (1) 2022-04-24, Saffron Finch (6) 2022-12-27, Spotted Dove (13) 2022-12-27, Wandering Tattler (1) 2021-03-22, Warbling White-eye (13) 2022-12-27, Western Cattle Egret (2) 2022-07-25, White-rumped Shama (2) 2022-09-21, Zebra Dove",25,2022-12-27 -21.56557068,-158.1255121,"Black Francolin (7) 2022-05-23, Chestnut Munia (2) 2022-07-05, Common Myna (17) 2022-07-25, Common Waxbill (6) 2022-06-13, Gray Francolin (3) 2022-07-18, House Finch (9) 2022-07-25, House Sparrow (7) 2022-07-11, Indian Peafowl (2) 2022-05-16, Northern Cardinal (5) 2022-06-27, Pacific Golden-Plover (2) 2021-12-10, Red Avadavat (6) 2022-06-13, Red Junglefowl (1) 2021-12-10, Red-crested Cardinal (3) 2022-06-27, Red-vented Bulbul (16) 2022-07-25, Red-whiskered Bulbul (2) 2024-01-06, Saffron Finch (6) 2023-05-20, Spotted Dove (14) 2022-07-25, Warbling White-eye (5) 2022-07-05, Yellow-fronted Canary (1) 2021-12-10, Zebra Dove",16,2022-07-25 -21.57460445,-158.1254578,"Chestnut Munia (1) 2024-01-13, Common Myna (7) 2024-01-13, Common Waxbill (1) 2019-12-26, House Finch (4) 2024-01-13, House Sparrow (4) 2024-01-13, Java Sparrow (2) 2024-01-13, Northern Cardinal (4) 2020-01-06, Pacific Golden-Plover (2) 2024-01-13, Red Junglefowl (3) 2024-01-13, Red-billed Leiothrix (1) 2024-01-13, Red-crested Cardinal (5) 2024-01-13, Red-vented Bulbul (6) 2024-01-13, Red-whiskered Bulbul (4) 2020-03-23, Rock Pigeon (3) 2024-01-13, Saffron Finch (10) 2024-01-13, Scaly-breasted Munia (3) 2024-01-13, Spotted Dove (5) 2020-03-23, Warbling White-eye (4) 2020-01-06, Western Cattle Egret (6) 2024-01-13, Zebra Dove",6,2024-01-13 -21.582192,-157.8839431,"Chestnut Munia (8) 2020-08-08, Common Myna (28) 2024-02-14, Common Waxbill (9) 2020-02-29, Glaucous-winged Gull (38) 2022-01-06, House Finch (2) 2022-04-12, House Sparrow (4) 2020-07-18, Indian Peafowl (3) 2023-11-02, Laughing Gull (2) 2020-01-26, Pacific Golden-Plover (66) 2024-02-14, Red Avadavat (1) 2021-03-09, Red-crested Cardinal (15) 2022-04-19, Red-vented Bulbul (2) 2020-06-20, Ruddy Turnstone (66) 2024-02-14, Saffron Finch (1) 2022-08-09, Sanderling (44) 2024-02-14, Spotted Dove (6) 2020-03-16, Wandering Tattler (70) 2023-03-12, Warbling White-eye (3) 2024-01-19, Western Cattle Egret (8) 2024-01-19, Zebra Dove",31,2024-02-14 -21.64639359,-158.038057,"Blue-crowned Parakeet (2) 2023-02-12, Common Myna (6) 2023-11-16, Common Waxbill (3) 2023-11-16, House Finch (3) 2023-11-16, House Sparrow (1) 2023-11-16, Java Sparrow (3) 2023-11-16, Northern Cardinal (5) 2023-11-16, Pacific Golden-Plover (4) 2023-11-16, Red Junglefowl (1) 2023-11-16, Red-billed Leiothrix (2) 2023-11-16, Red-crested Cardinal (5) 2023-11-16, Red-vented Bulbul (4) 2023-11-16, Red-whiskered Bulbul (6) 2023-11-16, Saffron Finch (1) 2023-02-19, Short-eared Owl (1) 2021-02-14, Spotted Dove (5) 2023-11-16, Warbling White-eye (2) 2023-11-16, Western Cattle Egret (2) 2023-02-19, White-rumped Shama (4) 2023-11-16, Zebra Dove",7,2023-11-16 -21.69138977,-158.0087597,"Chestnut Munia (1) 2023-09-18, Common Myna (11) 2024-01-17, Common Waxbill (5) 2022-04-18, Great Frigatebird (2) 2022-03-22, House Finch (3) 2022-04-18, Java Sparrow (2) 2023-12-27, Northern Cardinal (2) 2022-04-18, Pacific Golden-Plover (9) 2024-01-17, Red Junglefowl (2) 2023-12-27, Red-billed Leiothrix (4) 2023-11-08, Red-crested Cardinal (14) 2024-01-17, Red-vented Bulbul (11) 2024-01-17, Red-whiskered Bulbul (6) 2023-11-08, Saffron Finch (2) 2024-01-17, Spotted Dove (8) 2024-01-17, Wandering Tattler (5) 2023-11-08, Warbling White-eye (3) 2022-04-18, Western Cattle Egret (5) 2024-01-17, White-rumped Shama (8) 2023-11-08, Zebra Dove",13,2024-01-17 -21.28335401,-157.7801881,"Common Myna (10) 2024-02-28, Common Waxbill (3) 2024-02-28, House Finch (6) 2024-02-28, House Sparrow (1) 2020-07-26, Java Sparrow (4) 2023-09-23, Northern Cardinal (3) 2024-02-28, Northern Mockingbird (2) 2024-02-28, Pacific Golden-Plover (1) 2024-02-28, Red Junglefowl (1) 2020-07-26, Red-crested Cardinal (4) 2024-02-28, Red-vented Bulbul (8) 2024-02-28, Red-whiskered Bulbul (3) 2023-10-20, Rock Pigeon (1) 2020-07-26, Rose-ringed Parakeet (1) 2020-07-26, Scaly-breasted Munia (1) 2024-01-13, Spotted Dove (8) 2024-02-28, Warbling White-eye (4) 2024-01-13, Western Cattle Egret (4) 2024-02-18, White Tern (1) 2020-07-26, Yellow-fronted Canary (1) 2023-10-14, Zebra Dove",9,2024-02-28 -21.28277703,-157.7030862,"Common Myna (24) 2024-02-22, Common Waxbill (1) 2019-12-31, House Finch (3) 2021-04-23, House Sparrow (18) 2023-12-23, Indian Peafowl (1) 2019-12-31, Java Sparrow (2) 2021-10-18, Feral Mallard (1) 2021-04-23, Feral Mallard (11) 2024-03-31, Muscovy Duck (6) 2023-09-30, Pacific Golden-Plover (4) 2022-04-12, Red Junglefowl (3) 2023-12-23, Red-crested Cardinal (18) 2023-12-23, Red-vented Bulbul (18) 2023-12-23, Rock Pigeon (11) 2023-03-31, Saffron Finch (1) 2019-12-31, Spotted Dove (23) 2023-09-30, Western Cattle Egret (15) 2023-03-31, White Tern (11) 2023-09-30, White-rumped Shama (2) 2021-09-03, Zebra Dove",22,2023-12-23 -21.29272983,-157.8283072,"Common Myna (21) 2024-01-14, Common Waxbill (1) 2019-04-13, Hawaiian Coot (1) 2019-01-24, House Finch (2) 2023-12-17, House Sparrow (18) 2023-12-17, Java Sparrow (7) 2022-12-26, Feral Mallard (1) 2019-01-24, Pacific Golden-Plover (3) 2023-12-17, Red Junglefowl (3) 2023-12-17, Red-crested Cardinal (4) 2023-12-17, Red-masked Parakeet (2) 2019-12-15, Red-vented Bulbul (16) 2023-03-30, Rock Pigeon (19) 2023-12-17, Rose-ringed Parakeet (1) 2019-12-15, Saffron Finch (4) 2023-06-21, Spotted Dove (20) 2023-12-17, Warbling White-eye (6) 2023-12-17, Western Cattle Egret (7) 2023-12-17, White Tern (17) 2023-12-17, Yellow-fronted Canary (1) 2023-12-17, Zebra Dove",15,2023-12-17 -21.30054057,-157.6643732,"Chestnut Munia (2) 2022-08-26, Common Myna (15) 2024-01-23, Common Waxbill (4) 2024-01-23, Great Frigatebird (9) 2022-05-28, House Finch (4) 2023-12-07, House Sparrow (1) 2022-01-17, Java Sparrow (2) 2023-12-07, Pacific Golden-Plover (6) 2024-01-23, Red Junglefowl (1) 2022-01-17, Red-crested Cardinal (7) 2023-07-14, Red-footed Booby (1) 2022-05-28, Red-vented Bulbul (9) 2023-12-07, Red-whiskered Bulbul (2) 2023-12-07, Saffron Finch (1) 2023-12-07, Spotted Dove (10) 2023-12-07, Warbling White-eye (1) 2022-01-17, Wedge-tailed Shearwater (1) 2022-05-28, Western Cattle Egret (6) 2023-12-07, White-rumped Shama (3) 2024-01-23, Yellow-fronted Canary (3) 2023-12-07, Zebra Dove",13,2024-01-23 -21.31106105,-157.8667238,"Common Myna (13) 2023-10-27, Common Waxbill (2) 2019-03-06, Great Frigatebird (1) 2020-09-29, House Finch (6) 2023-03-20, House Sparrow (12) 2024-02-13, Java Sparrow (3) 2023-10-27, Feral Mallard (3) 2022-01-01, Pacific Golden-Plover (3) 2020-03-03, Red-crested Cardinal (6) 2023-10-27, Red-vented Bulbul (4) 2022-03-22, Rock Pigeon (8) 2023-11-23, Rose-ringed Parakeet (2) 2020-07-13, Saffron Finch (1) 2022-05-20, Spotted Dove (12) 2024-02-13, Warbling White-eye (1) 2020-09-29, Western Cattle Egret (6) 2024-01-20, White Tern (22) 2023-12-02, White-rumped Shama (1) 2019-06-19, Yellow-fronted Canary (2) 2020-07-13, Zebra Dove",17,2024-02-13 -21.32059829,-157.9437814,"African Silverbill (1) 2022-02-05, Black-necked Stilt (2) 2022-01-17, Common Myna (7) 2022-06-12, Eurasian Skylark (2) 2022-02-05, House Finch (5) 2022-06-12, House Sparrow (4) 2022-02-11, Feral Mallard (1) 2022-01-17, Northern Cardinal (4) 2022-02-10, Pacific Golden-Plover (9) 2023-09-13, Red Junglefowl (1) 2022-02-05, Red-crested Cardinal (7) 2023-09-13, Red-vented Bulbul (5) 2022-06-12, Ruddy Turnstone (1) 2019-02-15, Saffron Finch (2) 2022-02-05, Spotted Dove (5) 2022-06-12, Wandering Tattler (1) 2019-02-15, Warbling White-eye (1) 2022-02-05, Western Cattle Egret (7) 2023-09-13, White Tern (1) 2022-06-12, Yellow-fronted Canary (2) 2022-06-12, Zebra Dove",7,2023-09-13 -21.31976247,-157.8184515,"Chestnut Munia (26) 2021-11-07, Common Myna (10) 2023-02-23, Common Waxbill (32) 2023-01-08, House Finch (12) 2023-12-31, House Sparrow (1) 2020-12-20, Northern Cardinal (13) 2024-02-17, Oahu Amakihi (22) 2022-01-22, Pacific Golden-Plover (9) 2023-02-23, Red Junglefowl (19) 2024-02-17, Red-billed Leiothrix (21) 2023-12-31, Red-crested Cardinal (10) 2023-02-23, Red-vented Bulbul (33) 2024-02-17, Red-whiskered Bulbul (17) 2024-02-17, Rose-ringed Parakeet (9) 2024-02-17, Scaly-breasted Munia (3) 2020-12-20, Spotted Dove (11) 2023-02-23, Warbling White-eye (22) 2024-02-17, White Tern (2) 2021-04-14, White-rumped Shama (38) 2024-02-17, Yellow-fronted Canary (1) 2020-01-18, Zebra Dove",27,2023-02-23 -21.32899669,-157.8473028,"Chestnut Munia (1) 2021-08-02, Common Myna (5) 2023-12-25, House Sparrow (4) 2023-12-25, Java Sparrow (2) 2023-12-25, Feral Mallard (2) 2023-12-25, Northern Cardinal (1) 2022-07-16, Pacific Golden-Plover (2) 2023-12-25, Red-crested Cardinal (4) 2023-12-25, Red-vented Bulbul (4) 2023-12-25, Red-whiskered Bulbul (1) 2022-07-16, Rock Pigeon (1) 2022-07-16, Rose-ringed Parakeet (7) 2023-12-25, Saffron Finch (1) 2022-07-16, Spotted Dove (5) 2023-12-25, Warbling White-eye (2) 2023-08-09, Western Cattle Egret (3) 2023-12-25, White Tern (1) 2021-08-02, White-rumped Shama (2) 2023-12-25, Yellow-fronted Canary (3) 2023-06-03, Zebra Dove",4,2023-12-25 -21.33924399,-158.0400758,"African Silverbill (2) 2022-06-06, Chestnut Munia (2) 2022-06-06, Common Myna (4) 2022-06-06, Common Waxbill (3) 2022-06-06, House Finch (3) 2022-06-06, House Sparrow (2) 2022-06-06, Java Sparrow (4) 2022-06-06, Northern Cardinal (1) 2022-06-06, Northern Mockingbird (1) 2022-04-05, Pacific Golden-Plover (3) 2022-04-05, Red Junglefowl (1) 2022-04-05, Red-crested Cardinal (3) 2022-06-06, Red-vented Bulbul (3) 2022-06-06, Red-whiskered Bulbul (1) 2022-06-06, Rose-ringed Parakeet (2) 2022-06-06, Saffron Finch (3) 2022-06-06, Spotted Dove (3) 2022-06-06, Warbling White-eye (1) 2022-06-06, Western Cattle Egret (4) 2022-06-06, Yellow-fronted Canary (1) 2022-06-06, Zebra Dove",4,2022-06-06 -21.33704868,-157.712251,"Black-necked Stilt (1) 2021-08-10, Chestnut Munia (8) 2022-12-29, Chinese Hwamei (1) 2021-08-10, Common Myna (28) 2022-12-29, Common Waxbill (25) 2022-12-29, Gray Francolin (9) 2022-08-24, House Finch (14) 2022-12-21, Java Sparrow (3) 2022-12-14, Northern Cardinal (11) 2022-12-21, Pacific Golden-Plover (15) 2022-12-29, Red-crested Cardinal (27) 2022-12-29, Red-vented Bulbul (16) 2022-12-14, Red-whiskered Bulbul (18) 2022-12-29, Rock Pigeon (1) 2021-08-10, Rose-ringed Parakeet (5) 2022-12-29, Scaly-breasted Munia (8) 2022-08-24, Spotted Dove (28) 2022-12-29, Warbling White-eye (14) 2022-12-21, Western Cattle Egret (29) 2022-12-29, White-rumped Shama (2) 2022-11-30, Zebra Dove",29,2022-12-29 -21.36451084,-157.7602289,"Black-crowned Night Heron (1) 2023-02-18, Chestnut Munia (2) 2023-08-04, Common Myna (3) 2023-08-04, Common Waxbill (2) 2023-08-04, House Finch (1) 2021-05-30, Feral Mallard (1) 2023-02-17, Northern Cardinal (1) 2023-02-17, Northern Mockingbird (2) 2023-02-18, Pacific Golden-Plover (1) 2023-02-18, Red Junglefowl (1) 2023-08-04, Red-billed Leiothrix (3) 2023-08-04, Red-crested Cardinal (3) 2023-08-04, Red-vented Bulbul (3) 2023-08-04, Red-whiskered Bulbul (4) 2023-08-04, Spotted Dove (4) 2023-08-04, Warbling White-eye (3) 2023-08-04, Western Cattle Egret (3) 2023-08-04, White Tern (1) 2023-08-04, White-rumped Shama (4) 2023-08-04, White-tailed Tropicbird (1) 2023-08-04, Zebra Dove",3,2023-08-04 -21.38364793,-157.9143927,"Chestnut Munia (11) 2023-04-22, Common Myna (16) 2024-02-24, Common Waxbill (4) 2022-06-28, House Finch (11) 2024-01-11, House Sparrow (2) 2024-02-24, Java Sparrow (10) 2024-02-24, Northern Cardinal (5) 2023-04-22, Pacific Golden-Plover (2) 2024-02-24, Red-crested Cardinal (9) 2024-01-11, Red-vented Bulbul (13) 2024-01-10, Red-whiskered Bulbul (7) 2024-02-24, Rose-ringed Parakeet (3) 2023-04-22, Saffron Finch (3) 2023-12-16, Scaly-breasted Munia (2) 2023-04-22, Spotted Dove (14) 2024-02-24, Warbling White-eye (5) 2024-02-24, Western Cattle Egret (6) 2023-04-22, White Tern (1) 2022-06-18, White-rumped Shama (2) 2022-04-11, Yellow-fronted Canary (1) 2022-06-28, Zebra Dove",14,2024-02-24 -21.38285791,-157.7986548,"Chestnut Munia (2) 2023-05-30, Common Myna (5) 2023-05-30, Common Waxbill (3) 2023-05-30, House Finch (1) 2020-01-28, House Sparrow (2) 2022-03-24, Northern Cardinal (1) 2020-02-03, Northern Mockingbird (1) 2020-02-03, Pacific Golden-Plover (3) 2022-03-24, Red Junglefowl (2) 2022-03-24, Red-billed Leiothrix (1) 2021-06-08, Red-crested Cardinal (5) 2023-05-30, Red-masked Parakeet (1) 2020-02-03, Red-vented Bulbul (5) 2023-05-30, Red-whiskered Bulbul (5) 2023-02-01, Rose-ringed Parakeet (1) 2020-02-03, Spotted Dove (4) 2023-05-30, Warbling White-eye (3) 2023-02-01, Western Cattle Egret (2) 2022-03-24, White Tern (1) 2020-02-03, White-rumped Shama (4) 2023-05-30, Zebra Dove",6,2023-05-30 -21.38228727,-157.7214997,"Black-necked Stilt (2) 2023-08-26, Common Gallinule (1) 2019-12-02, Common Myna (16) 2023-08-26, Common Waxbill (3) 2021-07-08, Great Frigatebird (5) 2023-09-07, House Finch (9) 2023-10-20, House Sparrow (2) 2023-10-20, Japanese Bush Warbler (2) 2020-05-31, Java Sparrow (10) 2023-08-26, Northern Cardinal (7) 2024-01-09, Pacific Golden-Plover (4) 2020-01-26, Red-crested Cardinal (13) 2023-08-26, Red-vented Bulbul (18) 2023-10-20, Red-whiskered Bulbul (8) 2022-02-21, Rock Pigeon (10) 2022-02-21, Rose-ringed Parakeet (3) 2023-08-26, Spotted Dove (12) 2023-08-26, Warbling White-eye (5) 2022-02-21, Western Cattle Egret (8) 2023-08-26, White-rumped Shama (6) 2022-01-01, Zebra Dove",17,2023-10-20 -21.39189111,-157.7985809,"Chestnut Munia (13) 2023-07-20, Common Myna (12) 2023-03-12, Common Waxbill (2) 2020-01-01, House Finch (4) 2022-07-23, House Sparrow (2) 2022-07-23, Java Sparrow (2) 2020-01-01, Northern Cardinal (2) 2019-04-28, Pacific Golden-Plover (9) 2023-03-12, Red Junglefowl (9) 2023-03-12, Red-billed Leiothrix (2) 2023-03-12, Red-crested Cardinal (12) 2023-03-12, Red-vented Bulbul (9) 2023-03-12, Red-whiskered Bulbul (4) 2023-03-12, Rock Pigeon (11) 2023-03-12, Ruddy Turnstone (6) 2023-03-07, Scaly-breasted Munia (2) 2022-08-20, Spotted Dove (7) 2023-03-12, Warbling White-eye (3) 2023-03-12, Western Cattle Egret (11) 2023-03-12, White-rumped Shama (2) 2022-07-23, Zebra Dove",9,2023-03-12 -21.40236919,-158.0203696,"Common Myna (34) 2022-11-21, Common Waxbill (7) 2022-09-26, Gray Francolin (5) 2022-10-26, House Finch (14) 2022-11-07, House Sparrow (2) 2021-07-06, Java Sparrow (9) 2022-11-21, Northern Cardinal (1) 2021-05-10, Pacific Golden-Plover (21) 2022-11-07, Red Avadavat (1) 2021-06-01, Red-crested Cardinal (9) 2022-11-07, Red-vented Bulbul (15) 2022-10-26, Red-whiskered Bulbul (7) 2022-11-21, Rock Pigeon (1) 2021-06-07, Rose-ringed Parakeet (20) 2022-11-21, Saffron Finch (18) 2022-10-26, Snow Goose (26) 2021-04-19, Spotted Dove (16) 2022-11-07, Warbling White-eye (11) 2022-11-21, Western Cattle Egret (15) 2021-07-06, Yellow-fronted Canary (1) 2022-09-12, Zebra Dove",32,2022-11-21 -21.43844784,-158.0104797,"Chestnut Munia (1) 2019-03-06, Common Myna (7) 2023-03-03, Common Waxbill (3) 2022-06-05, House Finch (5) 2023-03-03, House Sparrow (1) 2020-02-20, Java Sparrow (2) 2023-03-03, Northern Cardinal (4) 2023-03-03, Northern Mockingbird (1) 2022-06-02, Pacific Golden-Plover (5) 2023-03-03, Red Junglefowl (2) 2023-03-03, Red-crested Cardinal (7) 2023-03-03, Red-crowned Parrot (2) 2022-06-05, Red-vented Bulbul (6) 2023-03-03, Red-whiskered Bulbul (4) 2023-03-03, Rose-ringed Parakeet (4) 2023-03-03, Saffron Finch (4) 2022-06-05, Spotted Dove (7) 2023-03-03, Warbling White-eye (5) 2023-03-03, Western Cattle Egret (6) 2023-03-03, White-rumped Shama (2) 2022-06-05, Zebra Dove",7,2023-03-03 -21.44580814,-157.7595428,"Barn Owl (1) 2022-07-08, Black-necked Stilt (8) 2023-06-05, Common Myna (5) 2023-01-22, Common Waxbill (2) 2023-01-22, Gray Francolin (1) 2023-01-22, Great Frigatebird (1) 2022-06-26, House Sparrow (1) 2019-07-10, Laysan Albatross (1) 2022-06-26, Northern Cardinal (3) 2022-06-26, Pacific Golden-Plover (5) 2023-01-22, Red Junglefowl (1) 2020-06-17, Red-crested Cardinal (3) 2023-06-05, Red-vented Bulbul (3) 2022-06-26, Red-whiskered Bulbul (1) 2023-01-22, Rock Pigeon (1) 2022-06-26, Saffron Finch (3) 2023-01-19, Spotted Dove (4) 2023-01-22, Warbling White-eye (1) 2022-06-26, Wedge-tailed Shearwater (1) 2022-06-26, Western Cattle Egret (6) 2023-06-05, Zebra Dove",3,2022-06-26 -21.46549195,-158.000646,"African Silverbill (1) 2023-02-22, Chestnut Munia (2) 2022-04-15, Common Myna (11) 2024-01-20, Common Waxbill (4) 2024-01-20, House Finch (3) 2022-04-15, House Sparrow (3) 2023-08-13, Java Sparrow (3) 2024-01-20, Northern Cardinal (2) 2021-02-06, Pacific Golden-Plover (10) 2024-01-20, Red Junglefowl (2) 2023-08-13, Red-crested Cardinal (5) 2024-01-20, Red-vented Bulbul (4) 2023-02-22, Red-whiskered Bulbul (1) 2019-03-04, Rose-ringed Parakeet (5) 2023-08-13, Saffron Finch (4) 2024-01-20, Scaly-breasted Munia (1) 2023-02-22, Spotted Dove (9) 2024-01-20, Warbling White-eye (1) 2021-02-06, Western Cattle Egret (3) 2022-07-21, White-rumped Shama (1) 2019-03-04, Zebra Dove",7,2024-01-20 -21.4638726,-157.7593898,"African Silverbill (1) 2021-06-28, Brown Booby (1) 2020-10-16, Common Myna (2) 2024-01-25, Common Waxbill (2) 2023-02-01, Gray Francolin (2) 2021-06-28, Great Frigatebird (3) 2024-01-07, House Finch (1) 2021-06-28, Masked Booby (2) 2024-01-07, Northern Cardinal (2) 2024-01-07, Pacific Golden-Plover (2) 2024-01-25, Red-crested Cardinal (2) 2024-01-25, Red-vented Bulbul (4) 2024-01-07, Red-whiskered Bulbul (2) 2023-02-01, Sanderling (2) 2023-09-06, Wandering Tattler (1) 2020-10-16, Warbling White-eye (2) 2021-06-28, Wedge-tailed Shearwater (1) 2021-06-28, Western Cattle Egret (2) 2024-01-25, White-rumped Shama (1) 2021-06-28, Zebra Dove",1,2024-01-25 -21.48460335,-158.1935664,"Black-crowned Night Heron (1) 2024-01-16, Common Myna (9) 2024-01-18, Common Waxbill (8) 2024-01-18, Erckel's Spurfowl (2) 2024-01-18, Gray Francolin (1) 2024-01-18, House Finch (6) 2024-01-18, Indian Peafowl (3) 2024-01-18, Java Sparrow (2) 2024-01-18, Mourning Dove (1) 2024-01-18, Northern Cardinal (6) 2024-01-18, Northern Mockingbird (1) 2024-01-15, Pacific Golden-Plover (3) 2024-01-18, Red Junglefowl (2) 2024-01-15, Red-crested Cardinal (8) 2024-01-18, Red-vented Bulbul (8) 2024-01-18, Red-whiskered Bulbul (1) 2024-01-15, Saffron Finch (12) 2024-01-18, Spotted Dove (6) 2024-01-18, Warbling White-eye (6) 2024-01-18, White-rumped Shama (3) 2024-01-18, Zebra Dove",9,2024-01-18 -21.56551826,-158.1158551,"Black Francolin (4) 2022-12-27, Chestnut Munia (2) 2022-06-27, Common Myna (21) 2022-11-28, Common Waxbill (16) 2022-12-12, Gray Francolin (9) 2022-12-27, House Finch (10) 2022-09-19, House Sparrow (2) 2022-06-27, Japanese Bush Warbler (1) 2022-12-12, Java Sparrow (7) 2022-12-12, Northern Cardinal (12) 2022-11-14, Red Avadavat (6) 2022-11-14, Red-billed Leiothrix (4) 2022-10-31, Red-crested Cardinal (13) 2022-12-27, Red-vented Bulbul (21) 2022-12-27, Red-whiskered Bulbul (9) 2022-12-12, Saffron Finch (1) 2022-11-28, Spotted Dove (19) 2022-11-28, Warbling White-eye (23) 2022-12-27, Western Cattle Egret (2) 2022-11-14, White-rumped Shama (8) 2022-12-12, Zebra Dove",22,2022-12-27 -21.5750892,-158.2220344,"Black-footed Albatross (1) 2019-01-30, Common Myna (3) 2023-03-22, Common Waxbill (2) 2023-03-22, Gray Francolin (1) 2023-03-22, House Finch (2) 2019-01-30, House Sparrow (2) 2019-01-30, Java Sparrow (2) 2022-01-24, Laysan Albatross (4) 2023-03-22, Northern Cardinal (2) 2023-03-22, Pacific Golden-Plover (3) 2023-03-22, Red Junglefowl (1) 2019-01-28, Red-crested Cardinal (3) 2023-03-22, Red-footed Booby (2) 2019-01-30, Red-vented Bulbul (3) 2023-03-22, Red-whiskered Bulbul (1) 2019-01-30, Rock Pigeon (2) 2019-01-30, Saffron Finch (4) 2024-02-21, Spotted Dove (3) 2023-03-22, Warbling White-eye (2) 2019-01-30, Western Cattle Egret (1) 2019-01-28, Zebra Dove",3,2023-03-22 -21.57470965,-158.1447717,"Common Myna (3) 2020-01-07, Common Waxbill (3) 2020-01-07, Erckel's Spurfowl (2) 2019-03-22, Gray Francolin (1) 2019-03-16, House Finch (2) 2019-03-22, House Sparrow (1) 2019-03-16, Japanese Bush Warbler (1) 2019-03-16, Northern Cardinal (3) 2020-01-07, Oahu Amakihi (1) 2019-03-22, Pacific Golden-Plover (3) 2020-01-07, Red Junglefowl (1) 2020-01-07, Red-billed Leiothrix (2) 2019-03-22, Red-crested Cardinal (3) 2020-01-07, Red-vented Bulbul (3) 2020-01-07, Red-whiskered Bulbul (2) 2019-03-22, Rock Pigeon (1) 2020-01-07, Spotted Dove (3) 2020-01-07, Warbling White-eye (3) 2020-01-07, Western Cattle Egret (1) 2020-01-07, White-rumped Shama (2) 2019-03-22, Zebra Dove",3,2020-01-07 -21.57465735,-158.1351147,"Black Francolin (8) 2022-07-05, Chestnut Munia (1) 2022-04-18, Common Myna (12) 2023-01-26, Common Waxbill (18) 2023-01-26, Gray Francolin (6) 2022-11-28, House Finch (8) 2022-11-28, Japanese Bush Warbler (11) 2022-12-27, Northern Cardinal (18) 2022-11-14, Red Avadavat (13) 2022-12-27, Red-billed Leiothrix (2) 2022-07-05, Red-crested Cardinal (10) 2022-10-31, Red-vented Bulbul (22) 2023-01-26, Red-whiskered Bulbul (3) 2022-10-03, Rock Pigeon (1) 2022-05-16, Saffron Finch (2) 2022-11-28, Scaly-breasted Munia (2) 2022-06-06, Spotted Dove (18) 2023-01-26, Warbling White-eye (14) 2022-12-27, Western Cattle Egret (2) 2022-08-08, Yellow-fronted Canary (1) 2022-10-03, Zebra Dove",26,2023-01-26 -21.60155007,-158.0963153,"African Silverbill (1) 2021-06-11, Chestnut Munia (3) 2021-06-11, Common Myna (7) 2023-02-22, Common Waxbill (4) 2021-06-11, House Finch (2) 2019-11-24, House Sparrow (2) 2019-03-23, Pacific Golden-Plover (4) 2019-11-24, Red Junglefowl (4) 2023-08-23, Red-crested Cardinal (3) 2021-06-11, Red-vented Bulbul (1) 2019-01-02, Red-whiskered Bulbul (1) 2023-02-22, Rock Pigeon (2) 2019-11-24, Ruddy Turnstone (2) 2023-04-22, Saffron Finch (2) 2019-11-24, Sanderling (1) 2023-04-22, Scaly-breasted Munia (3) 2021-06-11, Spotted Dove (2) 2021-06-11, Wandering Tattler (2) 2023-04-22, Warbling White-eye (1) 2019-01-02, Western Cattle Egret (5) 2021-06-11, Zebra Dove",4,2021-06-11 -21.60954745,-157.9223745,"Black-crowned Night Heron (1) 2020-09-12, Chestnut Munia (1) 2022-07-31, Common Myna (4) 2022-11-09, Common Waxbill (4) 2023-08-18, House Finch (3) 2020-09-12, Northern Cardinal (4) 2022-07-31, Pacific Golden-Plover (1) 2020-09-12, Red Junglefowl (3) 2022-11-09, Red-billed Leiothrix (6) 2023-08-18, Red-crested Cardinal (3) 2022-07-31, Red-vented Bulbul (5) 2023-08-18, Red-whiskered Bulbul (4) 2023-08-18, Rock Pigeon (1) 2020-09-12, Ruddy Turnstone (1) 2020-09-12, Salmon-crested Cockatoo (2) 2023-08-18, Spotted Dove (3) 2022-07-31, Warbling White-eye (4) 2023-08-18, Western Cattle Egret (1) 2020-09-12, White-rumped Shama (4) 2022-11-09, Yellow-fronted Canary (1) 2020-09-12, Zebra Dove",5,2023-08-18 -21.66456918,-158.0572646,"Brown Booby (4) 2023-10-22, Common Myna (1) 2022-11-04, Common Waxbill (2) 2023-10-22, Great Frigatebird (1) 2023-10-22, House Finch (1) 2022-11-04, Java Sparrow (1) 2022-11-04, Masked Booby (1) 2019-02-02, Pacific Golden-Plover (1) 2023-10-22, Red Junglefowl (2) 2023-10-22, Red-crested Cardinal (1) 2023-10-22, Red-footed Booby (1) 2023-10-22, Red-vented Bulbul (1) 2022-11-04, Red-whiskered Bulbul (1) 2022-11-04, Ruddy Turnstone (1) 2022-11-05, Sanderling (1) 2023-10-22, Sooty Tern (1) 2023-10-22, Spotted Dove (1) 2023-10-22, Wandering Tattler (1) 2022-11-05, Warbling White-eye (2) 2023-10-22, Wedge-tailed Shearwater (1) 2022-06-23, Zebra Dove",2,2023-10-22 -21.68252516,-158.0378167,"Black-crowned Night Heron (1) 2024-01-10, Common Myna (8) 2024-01-10, Common Waxbill (2) 2019-01-23, House Sparrow (2) 2024-01-10, Indian Peafowl (1) 2024-01-10, Java Sparrow (3) 2020-03-12, Pacific Golden-Plover (1) 2022-04-23, Red Junglefowl (1) 2024-01-10, Red-crested Cardinal (4) 2024-01-10, Red-vented Bulbul (4) 2020-03-12, Red-whiskered Bulbul (3) 2020-03-12, Saffron Finch (1) 2020-03-12, Sanderling (2) 2024-01-10, Scaly-breasted Munia (2) 2019-01-23, Spotted Dove (3) 2020-03-12, Wandering Tattler (5) 2022-05-03, Warbling White-eye (1) 2019-11-02, Western Cattle Egret (5) 2024-01-10, White-rumped Shama (3) 2024-01-10, Zebra Dove",5,2024-01-10 -21.28299749,-157.7319988,"Black-necked Stilt (2) 2024-01-12, Common Myna (7) 2023-10-27, Great Frigatebird (3) 2024-02-09, House Sparrow (2) 2022-03-05, Indian Peafowl (1) 2022-01-23, Java Sparrow (1) 2022-03-05, Feral Mallard (3) 2024-01-12, Northern Cardinal (3) 2023-03-24, Pacific Golden-Plover (4) 2023-03-25, Red Junglefowl (1) 2019-02-18, Red-billed Leiothrix (2) 2023-03-25, Red-crested Cardinal (6) 2023-03-25, Red-tailed Tropicbird (3) 2023-03-25, Red-vented Bulbul (8) 2023-03-25, Rock Pigeon (6) 2023-10-27, Rose-ringed Parakeet (1) 2022-01-23, Spotted Dove (5) 2023-03-25, Warbling White-eye (3) 2023-03-25, Western Cattle Egret (9) 2024-02-09, White Tern (1) 2022-01-23, White-rumped Shama (2) 2022-02-19, Zebra Dove",9,2023-10-27 -21.28270242,-157.6934487,"African Silverbill (1) 2021-12-13, Black-necked Stilt (1) 2019-07-07, Common Myna (7) 2024-02-23, Common Waxbill (4) 2021-03-17, Erckel's Spurfowl (1) 2021-03-11, Great Frigatebird (2) 2021-03-19, House Finch (1) 2022-04-06, House Sparrow (1) 2019-11-29, Java Sparrow (5) 2021-12-14, Northern Cardinal (2) 2021-03-19, Pacific Golden-Plover (8) 2022-04-06, Red Junglefowl (6) 2022-04-06, Red-crested Cardinal (3) 2024-02-23, Red-vented Bulbul (5) 2022-04-06, Red-whiskered Bulbul (4) 2024-02-23, Rock Pigeon (5) 2021-12-13, Sooty Tern (2) 2021-03-19, Spotted Dove (6) 2024-02-23, Western Cattle Egret (7) 2022-04-06, Yellow-fronted Canary (1) 2022-04-06, Zebra Dove",10,2024-02-23 -21.31024111,-157.7510451,"Apapane (5) 2021-04-15, Black-crowned Night Heron (1) 2020-01-30, Common Myna (7) 2024-02-21, Common Waxbill (14) 2024-02-21, House Finch (16) 2024-02-21, Japanese Bush Warbler (9) 2020-01-30, Northern Cardinal (12) 2024-02-15, Oahu Amakihi (13) 2024-02-21, Oahu Elepaio (15) 2024-02-21, Red Avadavat (1) 2019-11-09, Red-billed Leiothrix (16) 2024-02-21, Red-crested Cardinal (6) 2021-01-30, Red-masked Parakeet (7) 2024-02-21, Red-vented Bulbul (16) 2024-02-21, Red-whiskered Bulbul (17) 2024-02-21, Scaly-breasted Munia (4) 2024-02-21, Spotted Dove (17) 2024-02-21, Warbling White-eye (16) 2024-02-21, White Tern (5) 2024-02-21, White-rumped Shama (17) 2024-02-21, Yellow-fronted Canary (1) 2019-04-23, Zebra Dove",13,2024-02-15 -21.32128761,-158.059477,"African Silverbill (1) 2021-01-21, Chestnut Munia (5) 2021-08-11, Common Myna (26) 2023-06-02, Common Waxbill (16) 2023-06-02, Eurasian Skylark (19) 2023-01-18, Gray Francolin (22) 2021-09-22, House Finch (20) 2023-06-02, House Sparrow (1) 2021-05-08, Java Sparrow (3) 2021-03-25, Northern Cardinal (18) 2023-06-02, Northern Mockingbird (3) 2021-03-10, Pacific Golden-Plover (22) 2022-04-13, Red Avadavat (1) 2021-09-15, Red-crested Cardinal (17) 2023-06-02, Red-vented Bulbul (18) 2023-06-02, Red-whiskered Bulbul (3) 2022-04-13, Saffron Finch (3) 2023-06-02, Scaly-breasted Munia (1) 2020-02-24, Spotted Dove (7) 2023-06-02, Warbling White-eye (15) 2021-09-22, White-rumped Shama (4) 2022-04-13, Zebra Dove",13,2023-06-02 -21.34776307,-157.953231,"Chestnut Munia (8) 2023-11-16, Common Myna (18) 2023-12-04, Common Waxbill (4) 2023-09-13, House Finch (9) 2023-11-16, House Sparrow (6) 2023-12-04, Java Sparrow (6) 2023-09-13, Feral Mallard (1) 2021-04-02, Northern Cardinal (5) 2023-01-07, Pacific Golden-Plover (16) 2023-12-04, Red-crested Cardinal (13) 2023-12-04, Red-vented Bulbul (13) 2023-12-04, Red-whiskered Bulbul (6) 2023-12-04, Rock Pigeon (5) 2023-12-04, Rose-ringed Parakeet (10) 2023-11-16, Saffron Finch (11) 2023-12-04, Spotted Dove (13) 2023-12-04, Warbling White-eye (4) 2023-09-13, Western Cattle Egret (13) 2023-12-04, White Tern (7) 2023-09-13, White-rumped Shama (6) 2023-09-13, Yellow-fronted Canary (5) 2023-09-13, Zebra Dove",16,2023-12-04 -21.34770199,-157.943588,"Chestnut Munia (7) 2023-12-09, Common Myna (21) 2024-01-30, Common Waxbill (9) 2024-01-30, House Finch (6) 2023-09-11, House Sparrow (9) 2023-12-09, Java Sparrow (8) 2023-12-08, Northern Cardinal (4) 2023-12-08, Pacific Golden-Plover (13) 2023-12-09, Red-crested Cardinal (14) 2023-12-09, Red-vented Bulbul (18) 2024-01-30, Red-whiskered Bulbul (5) 2023-12-08, Rock Pigeon (5) 2023-09-11, Rose-ringed Parakeet (8) 2024-01-30, Saffron Finch (5) 2024-01-30, Spotted Dove (12) 2023-12-09, Warbling White-eye (8) 2024-01-30, Western Cattle Egret (13) 2024-01-30, White Tern (10) 2024-01-30, White-rumped Shama (3) 2023-09-11, Yellow-fronted Canary (5) 2023-12-09, Zebra Dove",19,2024-01-30 -21.35547775,-157.760305,"Black-crowned Night Heron (1) 2024-02-03, Chestnut Munia (2) 2023-12-05, Chinese Hwamei (1) 2020-01-30, Common Myna (6) 2024-02-04, Common Waxbill (4) 2024-02-04, Hooded Merganser (2) 2024-01-22, House Finch (3) 2024-01-22, Northern Cardinal (4) 2023-12-05, Pacific Golden-Plover (7) 2024-02-04, Red Junglefowl (1) 2024-01-22, Red-billed Leiothrix (7) 2023-12-05, Red-crested Cardinal (6) 2024-02-04, Red-vented Bulbul (6) 2024-02-04, Red-whiskered Bulbul (7) 2024-02-04, Scaly-breasted Munia (1) 2022-09-30, Spotted Dove (2) 2024-01-22, Warbling White-eye (3) 2024-02-04, Western Cattle Egret (4) 2024-02-04, White Tern (2) 2023-12-05, White-rumped Shama (6) 2024-02-04, Zebra Dove",3,2024-02-03 -21.37310554,-157.7022913,"Black-necked Stilt (1) 2019-07-02, Brown Booby (1) 2022-07-16, Brown Noddy (2) 2022-07-17, Common Myna (1) 2022-07-16, Common Waxbill (1) 2022-07-17, Great Frigatebird (1) 2022-07-16, Indian Peafowl (1) 2022-02-05, Northern Cardinal (1) 2022-07-16, Pacific Golden-Plover (2) 2023-08-26, Red-crested Cardinal (2) 2022-07-16, Red-footed Booby (6) 2022-07-17, Red-tailed Tropicbird (1) 2022-07-16, Rock Pigeon (1) 2022-07-16, Sooty Tern (1) 2022-07-16, Spotted Dove (1) 2023-08-26, Wedge-tailed Shearwater (3) 2022-07-17, Western Cattle Egret (1) 2022-07-16, White-tailed Tropicbird (1) 2022-03-02, Yellow-fronted Canary (1) 2023-08-26, Zebra Dove",1,2022-07-16 -21.38278849,-157.7890102,"Black-crowned Night Heron (1) 2023-03-08, Chestnut Munia (2) 2021-02-05, Common Myna (4) 2023-10-12, Common Waxbill (3) 2023-03-23, House Finch (4) 2023-03-23, House Sparrow (1) 2023-03-08, Java Sparrow (1) 2023-10-12, Northern Cardinal (3) 2023-03-23, Red Junglefowl (3) 2023-03-23, Red-billed Leiothrix (4) 2023-03-23, Red-crested Cardinal (5) 2023-10-12, Red-vented Bulbul (4) 2023-03-23, Red-whiskered Bulbul (4) 2023-03-23, Rock Pigeon (2) 2023-10-12, Rose-ringed Parakeet (1) 2021-02-07, Saffron Finch (1) 2023-03-08, Spotted Dove (4) 2023-03-23, Wandering Tattler (1) 2023-03-08, Warbling White-eye (4) 2023-03-23, Western Cattle Egret (2) 2023-03-08, White-rumped Shama (4) 2023-03-23, Zebra Dove",4,2023-10-12 -21.38213821,-157.7022116,"Black-necked Stilt (2) 2021-09-09, Brown Booby (2) 2023-12-15, Common Myna (4) 2022-04-03, Common Waxbill (3) 2021-09-09, Great Frigatebird (2) 2023-07-09, House Finch (1) 2020-02-24, House Sparrow (1) 2020-02-24, Indian Peafowl (2) 2023-12-15, Pacific Golden-Plover (3) 2021-09-09, Red Avadavat (1) 2021-09-09, Red Junglefowl (1) 2020-02-24, Red-crested Cardinal (3) 2021-09-09, Red-footed Booby (6) 2023-07-09, Red-vented Bulbul (1) 2021-09-09, Rock Pigeon (4) 2023-07-09, Ruddy Turnstone (1) 2021-09-09, Spotted Dove (3) 2021-09-09, Wandering Tattler (2) 2021-10-13, Wedge-tailed Shearwater (2) 2021-10-13, Western Cattle Egret (4) 2022-04-03, White-rumped Shama (1) 2021-09-09, Zebra Dove",3,2021-09-09 -21.40092431,-157.798507,"African Silverbill (2) 2023-02-23, Chestnut Munia (3) 2023-07-25, Common Myna (9) 2024-02-17, Common Waxbill (2) 2023-07-25, House Finch (2) 2023-07-25, House Sparrow (5) 2023-07-26, Java Sparrow (2) 2023-12-21, Northern Cardinal (1) 2019-02-19, Northern Mockingbird (1) 2019-02-19, Pacific Golden-Plover (2) 2022-10-08, Red Junglefowl (1) 2021-07-10, Red-crested Cardinal (8) 2023-07-26, Red-tailed Tropicbird (1) 2021-05-09, Red-vented Bulbul (4) 2023-07-26, Red-whiskered Bulbul (2) 2021-03-14, Rock Pigeon (4) 2024-02-17, Scaly-breasted Munia (1) 2019-02-19, Spotted Dove (6) 2023-07-25, Warbling White-eye (3) 2023-07-25, Western Cattle Egret (9) 2023-07-26, White-rumped Shama (1) 2019-02-19, Zebra Dove",4,2024-02-17 -21.41009502,-157.8177259,"Chestnut Munia (2) 2023-02-16, Common Myna (18) 2024-02-20, Common Waxbill (15) 2024-02-20, House Finch (13) 2022-07-26, House Sparrow (1) 2023-02-16, Java Sparrow (1) 2023-02-16, Feral Mallard (1) 2022-01-21, Northern Cardinal (10) 2024-02-20, Pacific Golden-Plover (2) 2024-02-20, Red Junglefowl (3) 2023-02-16, Red-billed Leiothrix (14) 2022-07-26, Red-crested Cardinal (6) 2024-02-20, Red-vented Bulbul (16) 2024-02-20, Red-whiskered Bulbul (20) 2024-02-20, Rock Pigeon (1) 2022-07-21, Saffron Finch (1) 2023-02-16, Scaly-breasted Munia (3) 2022-06-28, Spotted Dove (4) 2024-02-20, Warbling White-eye (16) 2024-02-20, Western Cattle Egret (4) 2024-02-20, White-rumped Shama (11) 2024-02-20, Zebra Dove",16,2024-02-20 -21.43850449,-158.0201286,"Black-necked Stilt (1) 2021-11-10, Chestnut Munia (4) 2021-05-16, Common Myna (6) 2021-05-16, Common Waxbill (3) 2021-05-16, House Finch (5) 2021-05-16, House Sparrow (2) 2021-05-16, Java Sparrow (1) 2021-05-16, Northern Cardinal (2) 2021-05-09, Pacific Golden-Plover (4) 2021-08-26, Red Junglefowl (2) 2021-05-16, Red-crested Cardinal (4) 2021-05-16, Red-crowned Parrot (1) 2021-06-24, Red-vented Bulbul (5) 2021-05-16, Red-whiskered Bulbul (3) 2021-05-16, Rose-ringed Parakeet (4) 2021-06-24, Ruddy Turnstone (2) 2022-03-21, Saffron Finch (5) 2021-05-16, Spotted Dove (5) 2021-05-16, Warbling White-eye (5) 2021-05-16, Western Cattle Egret (5) 2021-05-16, Yellow-fronted Canary (1) 2021-04-24, Zebra Dove",6,2021-05-16 -21.45759198,-158.2130174,"African Silverbill (2) 2020-05-23, Brown Booby (3) 2021-07-02, Common Myna (16) 2023-03-12, Common Waxbill (5) 2020-05-25, Great Frigatebird (1) 2023-03-12, House Finch (6) 2023-03-12, House Sparrow (1) 2020-05-23, Java Sparrow (6) 2023-03-12, Northern Cardinal (1) 2020-05-23, Red Junglefowl (4) 2021-07-02, Red-crested Cardinal (3) 2022-10-01, Red-vented Bulbul (15) 2023-03-12, Red-whiskered Bulbul (2) 2022-10-01, Rock Pigeon (6) 2022-10-01, Saffron Finch (6) 2023-03-12, Spotted Dove (13) 2023-03-12, Wandering Tattler (5) 2023-03-12, Warbling White-eye (7) 2023-03-12, Western Cattle Egret (3) 2021-07-02, White Tern (2) 2019-12-31, White-rumped Shama (1) 2019-05-05, Zebra Dove",17,2023-03-12 -21.5378764,-158.019463,"Chestnut Munia (2) 2022-03-27, Common Gallinule (1) 2021-12-27, Common Myna (7) 2022-03-27, Common Waxbill (5) 2022-03-27, House Finch (4) 2022-03-27, House Sparrow (4) 2022-03-27, Java Sparrow (4) 2022-03-27, Mariana Swiftlet (1) 2022-03-27, Northern Cardinal (7) 2022-03-27, Pacific Golden-Plover (5) 2022-03-27, Red-crested Cardinal (7) 2022-03-27, Red-vented Bulbul (5) 2022-03-27, Red-whiskered Bulbul (2) 2021-04-08, Rose-ringed Parakeet (4) 2022-03-27, Ruddy Turnstone (3) 2019-12-26, Saffron Finch (6) 2022-03-27, Scaly-breasted Munia (1) 2019-04-18, Short-eared Owl (1) 2021-09-12, Spotted Dove (6) 2022-03-27, Warbling White-eye (6) 2022-03-27, Western Cattle Egret (3) 2021-04-08, Zebra Dove",7,2022-03-27 -21.55710606,-158.2414496,"African Silverbill (2) 2019-04-20, Brown Booby (1) 2019-03-30, Chestnut Munia (1) 2019-04-18, Common Myna (10) 2019-05-16, Common Waxbill (12) 2019-05-16, Gray Francolin (10) 2019-05-02, House Finch (9) 2019-05-16, House Sparrow (3) 2019-05-16, Northern Cardinal (6) 2019-04-20, Pacific Golden-Plover (1) 2019-03-20, Red Junglefowl (4) 2019-05-16, Red-crested Cardinal (10) 2019-05-16, Red-vented Bulbul (13) 2019-05-16, Red-whiskered Bulbul (1) 2019-04-20, Ring-necked Pheasant (1) 2019-03-14, Scaly-breasted Munia (10) 2019-05-16, Spotted Dove (13) 2019-05-16, Warbling White-eye (10) 2019-05-16, White-rumped Shama (8) 2019-05-16, White-tailed Tropicbird (2) 2019-03-30, Yellow-faced Grassquit (7) 2019-05-04, Zebra Dove",13,2019-05-16 -21.5549612,-157.8648382,"Chestnut Munia (1) 2022-09-18, Common Myna (2) 2022-09-18, Common Waxbill (2) 2020-11-16, House Finch (1) 2020-06-17, Northern Cardinal (1) 2020-06-17, Pacific Golden-Plover (3) 2022-09-03, Red-billed Leiothrix (4) 2020-06-17, Red-crested Cardinal (1) 2020-06-17, Red-tailed Tropicbird (3) 2020-03-22, Red-vented Bulbul (1) 2020-06-17, Red-whiskered Bulbul (1) 2020-11-16, Rock Pigeon (2) 2019-03-25, Ruddy Turnstone (2) 2019-03-25, Sanderling (2) 2019-03-25, Sooty Tern (3) 2020-03-22, Spotted Dove (1) 2020-06-17, Wandering Tattler (3) 2022-09-03, Warbling White-eye (4) 2020-06-17, Western Cattle Egret (3) 2022-09-18, White-rumped Shama (7) 2023-02-24, White-tailed Tropicbird (6) 2020-06-17, Zebra Dove",3,2022-09-03 -21.58398759,-158.1930091,"Brown Booby (2) 2020-01-29, Common Myna (14) 2023-07-14, Common Waxbill (8) 2023-07-14, Eurasian Skylark (1) 2024-02-07, Gray Francolin (1) 2024-02-07, House Finch (7) 2023-02-14, House Sparrow (2) 2021-12-30, Java Sparrow (2) 2021-12-01, Laysan Albatross (9) 2023-03-08, Northern Cardinal (5) 2021-12-01, Pacific Golden-Plover (14) 2024-02-07, Red Junglefowl (3) 2024-02-07, Red-crested Cardinal (9) 2023-07-14, Red-vented Bulbul (3) 2021-12-01, Red-whiskered Bulbul (3) 2024-02-07, Ruddy Turnstone (2) 2021-12-30, Saffron Finch (17) 2023-07-14, Sanderling (1) 2022-01-24, Spotted Dove (2) 2021-04-01, Wandering Tattler (2) 2021-12-01, Warbling White-eye (3) 2022-02-28, Zebra Dove",7,2023-02-14 -21.5837429,-158.1447185,"Brown Noddy (1) 2023-10-21, Common Myna (8) 2024-01-25, Common Waxbill (2) 2021-02-12, House Finch (4) 2022-11-08, Java Sparrow (1) 2022-11-08, Feral Mallard (1) 2021-02-11, Northern Cardinal (3) 2021-02-12, Pacific Golden-Plover (3) 2023-10-21, Red Junglefowl (1) 2022-11-08, Red-crested Cardinal (5) 2024-01-25, Red-footed Booby (1) 2023-10-21, Red-vented Bulbul (5) 2022-11-08, Red-whiskered Bulbul (2) 2021-02-12, Rose-ringed Parakeet (1) 2023-10-21, Ruddy Turnstone (1) 2021-02-11, Saffron Finch (11) 2024-01-25, Spotted Dove (2) 2022-11-08, Wandering Tattler (3) 2024-01-25, Warbling White-eye (5) 2022-11-08, Western Cattle Egret (1) 2021-02-11, White-rumped Shama (4) 2024-02-01, Zebra Dove",8,2024-01-25 -21.66374473,-157.921972,"Bristle-thighed Curlew (7) 2024-02-17, Brown Noddy (1) 2023-09-16, Common Myna (1) 2022-01-16, Great Frigatebird (1) 2023-09-16, House Finch (1) 2023-05-10, Laysan Albatross (6) 2024-02-17, Feral Mallard (2) 2022-03-06, Pacific Golden-Plover (3) 2023-01-08, Red Junglefowl (1) 2023-05-10, Red-crested Cardinal (1) 2023-05-10, Red-vented Bulbul (1) 2023-05-10, Red-whiskered Bulbul (1) 2023-05-10, Ruddy Turnstone (7) 2024-02-17, Sanderling (2) 2023-09-16, Sooty Tern (1) 2022-03-06, Spotted Dove (2) 2023-05-10, Wandering Tattler (3) 2022-03-06, Wedge-tailed Shearwater (4) 2023-09-16, Western Cattle Egret (3) 2023-05-10, White-rumped Shama (1) 2023-05-10, Zebra Dove",2,2023-05-10 -21.29245688,-157.7897522,"Barn Owl (1) 2019-05-23, Common Myna (16) 2023-05-29, Common Waxbill (11) 2023-05-29, Great Frigatebird (1) 2021-09-18, House Finch (10) 2023-05-29, House Sparrow (7) 2023-05-29, Java Sparrow (10) 2023-03-06, Northern Cardinal (9) 2023-03-18, Pacific Golden-Plover (5) 2023-03-05, Red-crested Cardinal (15) 2023-05-29, Red-vented Bulbul (20) 2024-01-17, Red-whiskered Bulbul (6) 2023-05-29, Rock Pigeon (1) 2021-05-04, Rose-ringed Parakeet (17) 2023-05-29, Saffron Finch (5) 2023-12-30, Scaly-breasted Munia (2) 2023-03-05, Spotted Dove (10) 2023-05-29, Warbling White-eye (9) 2022-11-03, Western Cattle Egret (8) 2023-03-06, White Tern (2) 2019-05-27, White-rumped Shama (9) 2021-07-08, Yellow-fronted Canary (3) 2021-07-08, Zebra Dove",16,2023-03-18 -21.30120806,-157.7511215,"Apapane (1) 2021-01-07, Common Myna (5) 2022-12-04, Common Waxbill (4) 2023-09-14, House Finch (5) 2023-09-14, House Sparrow (1) 2019-10-10, Japanese Bush Warbler (1) 2021-01-07, Northern Cardinal (3) 2023-09-14, Oahu Amakihi (2) 2023-09-14, Oahu Elepaio (3) 2023-09-14, Pacific Golden-Plover (2) 2021-01-07, Red-billed Leiothrix (5) 2023-09-14, Red-crested Cardinal (7) 2023-09-14, Red-vented Bulbul (8) 2023-09-14, Red-whiskered Bulbul (4) 2023-09-14, Rock Pigeon (1) 2019-10-10, Rose-ringed Parakeet (1) 2023-09-14, Scaly-breasted Munia (2) 2023-09-14, Spotted Dove (8) 2023-09-14, Warbling White-eye (7) 2023-09-14, Western Cattle Egret (1) 2019-10-10, White Tern (4) 2023-09-14, White-rumped Shama (8) 2023-09-14, Zebra Dove",7,2023-09-14 -21.31230703,-158.0691754,"African Silverbill (1) 2021-07-14, Chestnut Munia (8) 2022-08-31, Common Myna (21) 2022-02-16, Common Waxbill (18) 2022-08-31, Eurasian Skylark (13) 2022-02-16, Gray Francolin (4) 2022-02-09, House Finch (23) 2022-08-17, House Sparrow (9) 2022-02-03, Java Sparrow (1) 2019-12-18, Northern Cardinal (1) 2021-10-27, Northern Mockingbird (1) 2022-01-13, Pacific Golden-Plover (13) 2022-08-17, Red Avadavat (1) 2021-10-14, Red-crested Cardinal (16) 2022-08-17, Red-vented Bulbul (10) 2022-08-17, Red-whiskered Bulbul (1) 2021-07-08, Rock Pigeon (1) 2019-12-18, Saffron Finch (17) 2022-08-31, Spotted Dove (9) 2022-02-03, Warbling White-eye (4) 2022-08-17, Western Cattle Egret (2) 2022-01-13, Yellow-fronted Canary (6) 2022-02-16, Zebra Dove",26,2022-08-31 -21.31002363,-157.722127,"Common Myna (5) 2023-06-20, Common Waxbill (6) 2024-02-07, House Finch (10) 2022-12-26, Japanese Bush Warbler (2) 2021-03-27, Feral Mallard (2) 2021-05-30, Northern Cardinal (13) 2024-02-07, Oahu Amakihi (8) 2023-12-17, Oahu Elepaio (11) 2022-12-26, Pacific Golden-Plover (2) 2022-03-27, Red Junglefowl (1) 2021-05-30, Red-billed Leiothrix (21) 2023-12-17, Red-crested Cardinal (5) 2023-06-20, Red-vented Bulbul (19) 2024-02-07, Red-whiskered Bulbul (13) 2024-02-07, Rock Pigeon (1) 2021-05-30, Spotted Dove (15) 2024-02-07, Warbling White-eye (19) 2023-12-17, Western Cattle Egret (1) 2024-02-07, White-rumped Shama (24) 2024-02-07, White-tailed Tropicbird (2) 2021-03-27, Yellow-faced Grassquit (2) 2020-08-01, Zebra Dove",18,2024-02-07 -21.32112083,-158.0305522,"Black-crowned Night Heron (4) 2024-02-17, Black-necked Stilt (5) 2024-02-17, Chestnut Munia (1) 2022-01-10, Common Myna (6) 2024-02-17, Common Waxbill (2) 2020-10-17, Hawaiian Coot (7) 2024-02-17, House Finch (3) 2024-02-17, House Sparrow (1) 2023-11-12, Japanese Bush Warbler (1) 2021-02-14, Java Sparrow (6) 2024-02-17, Feral Mallard (4) 2022-02-17, Pacific Golden-Plover (5) 2024-02-17, Red-crested Cardinal (5) 2024-02-17, Red-vented Bulbul (6) 2024-02-17, Rock Pigeon (4) 2024-02-17, Rose-ringed Parakeet (1) 2024-02-17, Saffron Finch (1) 2020-05-09, Spotted Dove (5) 2023-11-12, Warbling White-eye (4) 2024-02-17, Western Cattle Egret (6) 2024-02-17, White-faced Ibis (1) 2022-01-10, Zebra Dove",4,2023-11-12 -21.32083518,-157.9823456,"Black-crowned Night Heron (1) 2021-08-30, Chestnut Munia (3) 2019-05-27, Common Myna (6) 2023-10-14, Common Waxbill (3) 2023-10-14, Gray Francolin (1) 2022-01-23, House Finch (5) 2023-10-14, House Sparrow (5) 2023-10-14, Java Sparrow (4) 2023-11-11, Northern Cardinal (1) 2019-05-24, Pacific Golden-Plover (1) 2023-10-14, Red Junglefowl (1) 2023-10-14, Red-crested Cardinal (5) 2023-10-14, Red-vented Bulbul (3) 2023-10-14, Red-whiskered Bulbul (1) 2023-10-14, Rose-ringed Parakeet (3) 2023-10-14, Saffron Finch (4) 2023-10-14, Spotted Dove (4) 2023-10-14, Warbling White-eye (1) 2019-05-27, Western Cattle Egret (5) 2023-10-14, White Tern (4) 2019-06-04, Yellow-fronted Canary (1) 2019-05-24, Zebra Dove",5,2023-10-14 -21.31996327,-157.8473734,"Common Myna (9) 2024-02-16, House Finch (2) 2023-04-21, House Sparrow (5) 2024-02-16, Java Sparrow (5) 2023-12-11, Feral Mallard (2) 2023-12-11, Muscovy Duck (1) 2022-02-05, Northern Cardinal (1) 2022-02-05, Pacific Golden-Plover (4) 2024-02-16, Red Junglefowl (4) 2023-04-21, Red-billed Leiothrix (1) 2022-02-05, Red-crested Cardinal (6) 2024-02-16, Red-vented Bulbul (7) 2024-02-16, Red-whiskered Bulbul (1) 2022-02-05, Rock Pigeon (1) 2022-04-06, Rose-ringed Parakeet (10) 2024-02-16, Saffron Finch (2) 2023-12-11, Scaly-breasted Munia (1) 2022-02-05, Spotted Dove (6) 2023-12-11, Western Cattle Egret (2) 2024-02-16, White Tern (4) 2024-02-16, White-rumped Shama (3) 2023-12-11, Zebra Dove",8,2023-12-11 -21.33860549,-157.9340102,"Chestnut Munia (1) 2021-08-16, Common Myna (7) 2024-01-09, Common Waxbill (2) 2023-05-14, House Finch (1) 2023-05-18, Java Sparrow (3) 2024-01-09, Feral Mallard (3) 2024-01-09, Northern Cardinal (2) 2023-05-25, Pacific Golden-Plover (5) 2024-01-09, Red Avadavat (1) 2019-04-13, Red-crested Cardinal (2) 2023-05-25, Red-crowned Parrot (1) 2019-11-08, Red-vented Bulbul (4) 2023-05-25, Red-whiskered Bulbul (1) 2023-05-14, Rock Pigeon (5) 2023-05-18, Rose-ringed Parakeet (3) 2024-01-09, Saffron Finch (2) 2023-05-18, Spotted Dove (5) 2024-01-09, Warbling White-eye (2) 2023-05-25, Western Cattle Egret (6) 2024-01-09, White Tern (3) 2023-06-11, White-tailed Tropicbird (1) 2023-03-14, Yellow-fronted Canary (2) 2023-05-25, Zebra Dove",7,2024-01-09 -21.35725588,-158.0303142,"African Silverbill (2) 2021-10-12, Chestnut Munia (5) 2021-06-21, Common Myna (30) 2023-03-29, Common Waxbill (27) 2022-11-21, Gray Francolin (23) 2022-11-07, House Finch (15) 2022-11-07, House Sparrow (1) 2023-04-28, Northern Cardinal (22) 2023-04-28, Pacific Golden-Plover (17) 2023-03-29, Red Avadavat (10) 2022-10-26, Red-crested Cardinal (22) 2022-11-21, Red-vented Bulbul (31) 2022-11-21, Red-whiskered Bulbul (15) 2022-11-07, Rock Pigeon (3) 2023-03-29, Rose-ringed Parakeet (22) 2022-11-07, Saffron Finch (18) 2023-03-29, Scaly-breasted Munia (1) 2021-05-24, Spotted Dove (29) 2023-03-29, Warbling White-eye (23) 2022-11-21, Western Cattle Egret (8) 2022-11-21, White-rumped Shama (3) 2023-04-28, Yellow-fronted Canary (3) 2022-09-26, Zebra Dove",36,2023-03-29 -21.35511444,-157.7120929,"Black-crowned Night Heron (1) 2023-12-03, Black-necked Stilt (2) 2023-08-23, Common Gallinule (2) 2023-12-03, Common Myna (4) 2023-10-23, Gray Francolin (2) 2023-10-08, Great Frigatebird (1) 2023-08-23, House Finch (1) 2023-10-08, House Sparrow (1) 2023-10-08, Indian Peafowl (11) 2024-02-18, Feral Mallard (1) 2023-10-08, Northern Cardinal (3) 2023-12-03, Pacific Golden-Plover (3) 2023-12-03, Red Avadavat (2) 2023-12-03, Red Junglefowl (6) 2024-02-18, Red-crested Cardinal (3) 2023-12-03, Red-whiskered Bulbul (1) 2023-12-03, Rock Pigeon (3) 2023-12-03, Ruddy Turnstone (2) 2023-12-03, Spotted Dove (1) 2023-10-08, Wandering Tattler (1) 2023-12-03, Western Cattle Egret (5) 2023-12-03, Yellow-fronted Canary (1) 2020-05-18, Zebra Dove",3,2023-12-03 -21.36634498,-158.0398989,"African Silverbill (11) 2021-12-20, Black Francolin (11) 2022-02-14, Chestnut Munia (15) 2021-12-20, Common Myna (28) 2022-02-14, Common Waxbill (35) 2022-02-14, Eurasian Skylark (7) 2022-01-31, Gray Francolin (35) 2022-02-14, House Finch (21) 2022-02-07, Northern Cardinal (23) 2022-02-14, Pacific Golden-Plover (6) 2022-02-14, Red Avadavat (16) 2022-02-14, Red-crested Cardinal (35) 2022-02-14, Red-vented Bulbul (33) 2022-02-14, Red-whiskered Bulbul (4) 2021-07-12, Rock Pigeon (12) 2022-01-18, Saffron Finch (5) 2022-02-14, Scaly-breasted Munia (6) 2021-07-12, Spotted Dove (35) 2022-02-14, Warbling White-eye (26) 2022-02-14, Western Cattle Egret (10) 2021-12-20, White-rumped Shama (1) 2021-11-22, Yellow-fronted Canary (3) 2021-11-08, Zebra Dove",34,2022-02-14 -21.3662897,-158.0302547,"African Silverbill (2) 2022-02-07, Black-crowned Night Heron (4) 2022-09-26, Black-necked Stilt (2) 2021-10-09, Chestnut Munia (2) 2021-10-09, Common Myna (36) 2022-11-21, Common Waxbill (21) 2022-09-26, Gray Francolin (4) 2022-09-12, Greater White-fronted Goose (1) 2021-03-23, House Finch (4) 2022-01-03, Indian Peafowl (2) 2021-06-21, Java Sparrow (21) 2022-11-21, Feral Mallard (15) 2022-02-07, Northern Cardinal (16) 2022-11-07, Red-crested Cardinal (21) 2022-09-12, Red-vented Bulbul (34) 2022-11-21, Red-whiskered Bulbul (11) 2022-09-26, Rock Pigeon (1) 2021-08-30, Rose-ringed Parakeet (28) 2022-11-21, Spotted Dove (28) 2022-11-07, Warbling White-eye (27) 2022-11-21, Western Cattle Egret (9) 2022-11-07, White-rumped Shama (12) 2022-11-21, Zebra Dove",35,2022-11-21 -21.36570598,-157.9338141,"Chestnut Munia (6) 2023-09-21, Common Myna (27) 2023-12-24, Common Waxbill (13) 2023-10-24, Great-tailed Grackle (1) 2023-04-30, House Finch (2) 2021-04-07, House Sparrow (18) 2023-12-24, Java Sparrow (17) 2023-10-24, Feral Mallard (4) 2021-04-07, Pacific Golden-Plover (23) 2023-12-24, Red Junglefowl (4) 2022-06-27, Red-crested Cardinal (13) 2023-09-29, Red-vented Bulbul (16) 2023-09-29, Red-whiskered Bulbul (1) 2021-07-09, Rock Pigeon (11) 2023-12-24, Rose-ringed Parakeet (4) 2023-03-29, Saffron Finch (14) 2023-10-24, Spotted Dove (10) 2023-12-24, Warbling White-eye (7) 2022-09-24, Western Cattle Egret (14) 2023-12-24, White Tern (6) 2022-08-05, Yellow-fronted Canary (1) 2022-08-11, Zebra Dove",22,2023-10-24 -21.3737553,-157.7890846,"Chestnut Munia (4) 2023-07-08, Common Gallinule (1) 2019-08-31, Common Myna (3) 2022-06-08, Common Waxbill (5) 2023-10-20, House Finch (2) 2023-07-08, Java Sparrow (1) 2021-02-07, Feral Mallard (1) 2019-08-31, Northern Cardinal (2) 2023-04-04, Oahu Amakihi (2) 2023-10-20, Pacific Golden-Plover (1) 2021-02-07, Red Junglefowl (7) 2023-10-20, Red-billed Leiothrix (11) 2023-12-19, Red-crested Cardinal (4) 2022-06-08, Red-vented Bulbul (6) 2023-10-20, Red-whiskered Bulbul (7) 2023-12-19, Rock Pigeon (1) 2021-02-07, Scaly-breasted Munia (1) 2023-07-08, Spotted Dove (6) 2023-12-19, Warbling White-eye (6) 2023-10-20, Western Cattle Egret (1) 2019-08-31, White Tern (1) 2019-08-31, White-rumped Shama (12) 2023-12-19, Zebra Dove",4,2021-05-07 -21.37354395,-157.7601528,"Black-crowned Night Heron (2) 2023-05-25, Chestnut Munia (3) 2023-10-17, Common Myna (4) 2023-05-25, Common Waxbill (6) 2023-05-25, House Finch (2) 2020-06-17, House Sparrow (1) 2023-05-25, Japanese Bush Warbler (3) 2022-01-10, Java Sparrow (1) 2022-05-27, Feral Mallard (1) 2020-06-17, Northern Cardinal (2) 2022-03-15, Red Junglefowl (1) 2020-01-31, Red-billed Leiothrix (4) 2022-05-05, Red-crested Cardinal (5) 2023-05-25, Red-vented Bulbul (6) 2022-05-05, Red-whiskered Bulbul (2) 2022-05-05, Rock Pigeon (2) 2023-05-25, Saffron Finch (1) 2023-05-25, Scaly-breasted Munia (1) 2020-06-17, Spotted Dove (2) 2022-01-10, Warbling White-eye (3) 2022-01-10, Western Cattle Egret (3) 2023-05-25, White-rumped Shama (7) 2023-05-25, Zebra Dove",3,2023-05-25 -21.39304703,-157.9722005,"African Silverbill (1) 2019-02-05, Common Myna (7) 2023-08-08, Common Waxbill (3) 2022-01-30, Gray Francolin (1) 2019-03-17, House Finch (1) 2019-03-18, House Sparrow (2) 2023-08-08, Java Sparrow (1) 2021-07-26, Feral Mallard (2) 2021-07-26, Northern Cardinal (2) 2022-01-30, Pacific Golden-Plover (1) 2019-02-05, Red Junglefowl (5) 2023-08-08, Red-crested Cardinal (3) 2021-07-26, Red-vented Bulbul (4) 2022-08-07, Red-whiskered Bulbul (4) 2022-07-18, Rock Pigeon (4) 2023-01-05, Rose-ringed Parakeet (4) 2021-07-26, Saffron Finch (1) 2019-03-18, Spotted Dove (6) 2022-08-07, Warbling White-eye (2) 2019-03-17, Western Cattle Egret (3) 2023-05-13, Yellow-fronted Canary (1) 2021-07-26, Zebra Dove",4,2022-01-30 -21.40270103,-158.0782502,"Black Francolin (3) 2021-02-09, Common Myna (2) 2021-02-09, Common Waxbill (3) 2021-02-09, Gray Francolin (3) 2021-02-09, House Finch (3) 2021-02-09, Indian Peafowl (3) 2021-02-09, Japanese Bush Warbler (1) 2021-02-09, Northern Cardinal (2) 2021-02-09, Northern Mockingbird (2) 2021-02-09, Pacific Golden-Plover (1) 2021-02-09, Red Avadavat (1) 2021-02-09, Red Junglefowl (2) 2021-02-09, Red-billed Leiothrix (2) 2021-02-09, Red-crested Cardinal (3) 2021-02-09, Red-crowned Parrot (2) 2021-02-09, Red-vented Bulbul (3) 2021-02-09, Red-whiskered Bulbul (1) 2021-02-09, Scaly-breasted Munia (1) 2021-02-09, Spotted Dove (1) 2021-02-09, Warbling White-eye (3) 2021-02-09, Western Cattle Egret (1) 2021-02-09, White-rumped Shama (3) 2021-02-09, Zebra Dove",1,2021-02-09 -21.40057178,-157.7502788,"Black-crowned Night Heron (2) 2021-06-19, Black-necked Stilt (1) 2020-02-05, Common Gallinule (3) 2022-07-29, Common Myna (16) 2023-11-17, Common Waxbill (4) 2023-11-17, House Finch (5) 2022-07-25, Java Sparrow (8) 2023-11-17, Feral Mallard (3) 2021-06-19, Mourning Dove (2) 2022-07-17, Muscovy Duck (1) 2020-02-05, Northern Cardinal (10) 2023-07-11, Pacific Golden-Plover (1) 2020-02-05, Red-crested Cardinal (3) 2023-05-30, Red-vented Bulbul (12) 2023-05-30, Red-whiskered Bulbul (10) 2024-01-30, Rock Pigeon (14) 2023-11-17, Scaly-breasted Munia (1) 2020-02-05, Spotted Dove (16) 2023-11-17, Warbling White-eye (3) 2022-07-22, Western Cattle Egret (4) 2023-03-05, White-rumped Shama (1) 2022-11-07, Zebra Dove",16,2023-11-17 -21.42002808,-157.9527156,"Chestnut Munia (1) 2023-12-25, Common Gallinule (1) 2023-02-19, Common Myna (8) 2024-01-16, Common Waxbill (6) 2023-12-25, House Finch (2) 2023-01-02, Indian Peafowl (1) 2023-02-19, Java Sparrow (1) 2023-12-25, Northern Cardinal (4) 2023-12-25, Northern Mockingbird (1) 2024-01-31, Pacific Golden-Plover (4) 2023-12-25, Red Junglefowl (3) 2024-01-16, Red-billed Leiothrix (8) 2024-01-16, Red-crested Cardinal (2) 2023-12-25, Red-crowned Parrot (6) 2023-12-25, Red-vented Bulbul (10) 2024-01-16, Red-whiskered Bulbul (9) 2024-01-16, Rose-ringed Parakeet (7) 2024-01-16, Scaly-breasted Munia (1) 2023-02-19, Spotted Dove (6) 2023-02-19, Warbling White-eye (8) 2023-02-19, White-rumped Shama (10) 2024-01-31, Yellow-fronted Canary (2) 2023-12-25, Zebra Dove",9,2024-01-16 -21.41899071,-157.7983592,"Black-necked Stilt (1) 2020-09-06, Chestnut Munia (2) 2023-06-23, Common Myna (7) 2023-06-23, Common Waxbill (1) 2022-07-02, Erckel's Spurfowl (1) 2020-09-06, Great Frigatebird (1) 2020-09-06, House Finch (2) 2020-09-06, House Sparrow (4) 2022-07-02, Java Sparrow (1) 2020-09-06, Feral Mallard (1) 2020-09-06, Northern Cardinal (3) 2022-01-26, Pacific Golden-Plover (2) 2021-09-11, Red Junglefowl (2) 2022-07-02, Red-crested Cardinal (4) 2023-10-15, Red-vented Bulbul (5) 2022-07-02, Red-whiskered Bulbul (1) 2019-05-15, Rock Pigeon (1) 2022-07-02, Saffron Finch (1) 2020-09-06, Spotted Dove (7) 2022-07-02, Warbling White-eye (4) 2022-07-02, Western Cattle Egret (3) 2022-07-02, White-rumped Shama (2) 2022-07-02, Zebra Dove",7,2022-07-02 -21.43726287,-157.827156,"Black-necked Stilt (1) 2024-02-24, Chestnut Munia (22) 2023-04-10, Common Myna (12) 2023-11-10, Common Waxbill (5) 2024-02-24, House Finch (3) 2022-07-22, House Sparrow (5) 2024-02-24, Java Sparrow (2) 2021-04-22, Feral Mallard (4) 2022-01-05, Muscovy Duck (2) 2022-07-22, Northern Cardinal (1) 2021-07-08, Pacific Golden-Plover (6) 2023-11-10, Red Junglefowl (4) 2023-11-10, Red-billed Leiothrix (3) 2022-09-30, Red-crested Cardinal (7) 2023-08-18, Red-vented Bulbul (8) 2022-09-30, Red-whiskered Bulbul (4) 2022-07-22, Rock Pigeon (6) 2023-04-24, Spotted Dove (9) 2023-11-10, Warbling White-eye (1) 2021-07-08, Western Cattle Egret (10) 2024-02-24, White-rumped Shama (4) 2023-06-05, Zebra Dove",12,2023-11-10 -21.44846609,-158.1937654,"African Silverbill (2) 2019-02-22, Black-crowned Night Heron (1) 2023-01-21, Brown Booby (7) 2024-02-12, Common Myna (14) 2023-04-26, Common Waxbill (2) 2023-04-01, Great Frigatebird (2) 2023-01-18, House Finch (2) 2023-01-18, House Sparrow (4) 2023-04-26, Java Sparrow (4) 2023-04-26, Laughing Gull (3) 2021-01-16, Pacific Golden-Plover (3) 2023-01-18, Red-crested Cardinal (5) 2023-04-26, Red-vented Bulbul (4) 2023-04-26, Rock Pigeon (11) 2023-04-26, Saffron Finch (7) 2023-10-31, Sooty Tern (1) 2023-02-22, Spotted Dove (5) 2023-01-18, Wandering Tattler (1) 2023-01-23, Warbling White-eye (1) 2021-05-07, Wedge-tailed Shearwater (1) 2023-10-31, Western Cattle Egret (1) 2021-01-14, White Tern (1) 2023-10-31, Zebra Dove",10,2023-04-26 -21.57455217,-158.1158002,"Black-crowned Night Heron (3) 2020-02-23, Black-necked Stilt (1) 2019-07-09, Common Gallinule (2) 2020-02-23, Common Myna (4) 2020-02-23, Common Waxbill (4) 2020-02-23, House Finch (3) 2019-10-28, House Sparrow (2) 2019-10-28, Java Sparrow (3) 2021-11-10, Northern Cardinal (3) 2022-04-22, Pacific Golden-Plover (1) 2019-10-13, Red Junglefowl (1) 2019-10-13, Red-crested Cardinal (4) 2022-09-17, Red-vented Bulbul (5) 2020-02-23, Red-whiskered Bulbul (2) 2019-10-28, Rock Pigeon (1) 2019-10-13, Scaly-breasted Munia (1) 2019-10-13, Spotted Dove (5) 2022-09-16, Wandering Tattler (1) 2019-10-13, Warbling White-eye (4) 2020-02-23, Western Cattle Egret (4) 2020-02-23, White-faced Ibis (1) 2020-02-23, White-rumped Shama (3) 2019-10-28, Zebra Dove",6,2022-09-17 -21.64574371,-157.9317687,"Chestnut Munia (4) 2022-04-10, Common Myna (24) 2023-11-19, Common Waxbill (9) 2023-01-01, House Finch (13) 2022-05-17, House Sparrow (3) 2023-01-01, Java Sparrow (3) 2022-01-02, Laysan Albatross (3) 2021-12-29, Feral Mallard (1) 2021-01-01, Northern Cardinal (1) 2022-01-08, Pacific Golden-Plover (18) 2023-01-01, Red Junglefowl (4) 2023-11-19, Red-billed Leiothrix (6) 2022-05-17, Red-crested Cardinal (13) 2023-01-01, Red-vented Bulbul (18) 2023-01-01, Red-whiskered Bulbul (10) 2023-11-19, Rock Pigeon (5) 2022-03-27, Rose-ringed Parakeet (5) 2022-02-12, Saffron Finch (5) 2023-01-01, Spotted Dove (12) 2023-01-01, Warbling White-eye (13) 2023-01-01, Western Cattle Egret (11) 2023-01-01, White-rumped Shama (4) 2022-11-17, Zebra Dove",15,2023-01-01 -21.2653571,-157.789974,"Common Myna (4) 2023-10-14, Common Waxbill (2) 2023-10-14, Gray Francolin (1) 2021-02-21, Great Frigatebird (1) 2022-07-20, House Finch (1) 2022-07-20, House Sparrow (1) 2023-10-14, Java Sparrow (4) 2023-10-14, Feral Mallard (1) 2021-02-21, Pacific Golden-Plover (3) 2023-10-14, Red Junglefowl (1) 2022-07-20, Red-crested Cardinal (3) 2022-07-20, Red-vented Bulbul (6) 2023-10-14, Red-whiskered Bulbul (1) 2019-04-28, Rock Pigeon (1) 2022-07-20, Rose-ringed Parakeet (4) 2022-07-20, Saffron Finch (2) 2023-10-14, Scaly-breasted Munia (1) 2022-07-20, Spotted Dove (3) 2022-07-20, Warbling White-eye (3) 2022-07-20, Western Cattle Egret (3) 2023-10-14, White Tern (2) 2022-07-20, Yellow-fronted Canary (2) 2023-10-14, Zebra Dove",5,2023-10-14 -21.28285106,-157.7127237,"Black-necked Stilt (2) 2021-12-30, Common Myna (29) 2023-08-07, Common Waxbill (3) 2021-08-08, Glaucous-winged Gull (3) 2021-01-26, Great Frigatebird (2) 2022-07-08, House Finch (3) 2022-02-24, House Sparrow (21) 2023-03-21, Feral Mallard (20) 2023-03-21, Northern Mockingbird (1) 2022-02-22, Pacific Golden-Plover (27) 2024-01-15, Red-crested Cardinal (25) 2023-08-07, Red-vented Bulbul (15) 2023-03-21, Rock Pigeon (14) 2023-03-21, Rose-ringed Parakeet (1) 2022-02-24, Ruddy Turnstone (12) 2023-03-21, Scaly-breasted Munia (1) 2021-06-28, Spotted Dove (22) 2023-03-21, Wandering Tattler (4) 2021-06-09, Warbling White-eye (2) 2022-02-24, Western Cattle Egret (18) 2024-01-15, White Tern (4) 2022-02-24, Zebra Dove",29,2023-11-13 -21.30321728,-158.0595915,"African Silverbill (2) 2024-01-05, Bristle-thighed Curlew (1) 2020-08-18, Chestnut Munia (4) 2024-01-05, Common Myna (10) 2024-01-05, Common Waxbill (6) 2024-01-05, Gray Francolin (1) 2023-01-03, House Finch (6) 2024-01-05, House Sparrow (8) 2024-01-05, Northern Cardinal (5) 2024-01-01, Pacific Golden-Plover (5) 2024-01-05, Red-crested Cardinal (5) 2024-01-05, Red-vented Bulbul (8) 2024-01-05, Red-whiskered Bulbul (4) 2024-01-01, Ruddy Turnstone (5) 2023-04-12, Saffron Finch (3) 2024-01-05, Sanderling (3) 2022-12-25, Spotted Dove (5) 2024-01-05, Wandering Tattler (1) 2022-12-25, Warbling White-eye (4) 2024-01-05, Western Cattle Egret (2) 2024-01-01, White Tern (1) 2022-03-26, White-rumped Shama (1) 2023-01-03, Yellow-fronted Canary (6) 2024-01-05, Zebra Dove",6,2024-01-05 -21.31962573,-157.7991705,"Chestnut Munia (3) 2021-11-13, Common Myna (6) 2024-02-26, Common Waxbill (3) 2022-12-31, House Finch (5) 2020-11-14, House Sparrow (2) 2019-10-23, Japanese Bush Warbler (2) 2020-11-14, Java Sparrow (1) 2019-10-23, Feral Mallard (1) 2019-03-18, Northern Cardinal (4) 2024-02-18, Oahu Amakihi (4) 2024-02-18, Pacific Golden-Plover (3) 2021-11-13, Red Junglefowl (1) 2019-03-18, Red-billed Leiothrix (6) 2024-01-14, Red-crested Cardinal (6) 2022-12-31, Red-vented Bulbul (8) 2024-02-18, Red-whiskered Bulbul (9) 2024-02-26, Rose-ringed Parakeet (8) 2024-02-18, Spotted Dove (8) 2024-02-18, Warbling White-eye (10) 2024-02-18, Western Cattle Egret (3) 2021-11-13, White Tern (1) 2019-10-23, White-rumped Shama (5) 2024-02-18, Zebra Dove",9,2024-02-23 -21.31860575,-157.6642097,"African Silverbill (5) 2023-08-24, Black-crowned Night Heron (1) 2022-06-12, Brown Booby (2) 2022-06-12, Brown Noddy (5) 2023-05-24, Common Myna (13) 2023-08-24, Common Waxbill (1) 2019-04-12, Great Frigatebird (1) 2022-03-08, House Sparrow (3) 2020-02-17, Masked Booby (4) 2022-08-25, Pacific Golden-Plover (2) 2022-01-17, Pectoral Sandpiper (2) 2019-09-28, Red-crested Cardinal (3) 2022-06-12, Red-footed Booby (18) 2023-10-14, Red-tailed Tropicbird (5) 2023-08-24, Red-vented Bulbul (2) 2020-02-17, Rock Pigeon (2) 2020-02-17, Ruddy Turnstone (1) 2020-02-24, Scaly-breasted Munia (1) 2020-02-25, Sooty Tern (3) 2023-05-24, Spotted Dove (6) 2023-08-24, Wandering Tattler (5) 2023-01-27, Wedge-tailed Shearwater (5) 2023-10-14, Western Cattle Egret (3) 2022-08-26, Zebra Dove",2,2022-06-12 -21.34738771,-157.8953737,"Chestnut Munia (2) 2019-03-03, Common Myna (6) 2021-10-06, Common Waxbill (4) 2023-01-25, House Finch (7) 2021-10-06, House Sparrow (3) 2021-10-06, Java Sparrow (4) 2023-01-25, Feral Mallard (2) 2019-03-03, Northern Cardinal (6) 2023-01-22, Northern Shoveler (2) 2019-03-03, Pacific Golden-Plover (2) 2019-03-03, Red-crested Cardinal (5) 2023-01-22, Red-vented Bulbul (7) 2023-01-22, Red-whiskered Bulbul (6) 2023-01-25, Rock Pigeon (1) 2023-01-22, Rose-ringed Parakeet (6) 2023-01-25, Saffron Finch (1) 2019-02-04, Scaly-breasted Munia (1) 2019-04-28, Spotted Dove (8) 2023-01-22, Wandering Tattler (1) 2023-01-05, Warbling White-eye (5) 2019-05-16, Western Cattle Egret (2) 2019-03-03, White-rumped Shama (1) 2023-01-25, Yellow-fronted Canary (2) 2021-10-06, Zebra Dove",8,2023-01-25 -21.35667284,-157.9338795,"Barn Owl (1) 2019-01-24, Chestnut Munia (2) 2024-02-06, Common Myna (6) 2024-02-06, Common Waxbill (5) 2024-02-06, Great-tailed Grackle (1) 2019-09-20, House Finch (3) 2024-02-06, House Sparrow (1) 2023-06-08, Java Sparrow (3) 2024-02-06, Northern Cardinal (3) 2024-02-06, Pacific Golden-Plover (3) 2024-02-06, Red-crested Cardinal (5) 2024-02-06, Red-vented Bulbul (5) 2024-02-06, Red-whiskered Bulbul (2) 2024-02-06, Rock Pigeon (1) 2022-01-06, Rose-ringed Parakeet (2) 2023-12-24, Saffron Finch (1) 2022-01-06, Spotted Dove (3) 2024-02-06, Warbling White-eye (3) 2023-06-08, Western Cattle Egret (7) 2024-02-06, White Tern (3) 2023-06-08, White-rumped Shama (2) 2024-02-06, Yellow-fronted Canary (3) 2024-02-06, Zebra Dove",4,2024-02-06 -21.3757077,-158.0977107,"Apapane (1) 2021-01-02, Black Francolin (3) 2022-12-16, Common Myna (2) 2021-01-02, Common Waxbill (13) 2021-01-02, Erckel's Spurfowl (1) 2021-01-02, Gray Francolin (4) 2022-12-16, House Finch (2) 2021-01-02, Japanese Bush Warbler (1) 2021-01-02, Java Sparrow (1) 2021-01-02, Northern Cardinal (11) 2019-10-17, Northern Mockingbird (1) 2021-01-02, Oahu Amakihi (2) 2021-01-02, Oahu Elepaio (13) 2021-01-02, Pacific Golden-Plover (4) 2022-12-16, Red Junglefowl (1) 2019-01-18, Red-billed Leiothrix (12) 2021-01-02, Red-crested Cardinal (11) 2019-10-17, Red-vented Bulbul (13) 2021-01-02, Red-whiskered Bulbul (11) 2019-10-17, Scaly-breasted Munia (1) 2019-01-18, Spotted Dove (2) 2021-01-02, Warbling White-eye (13) 2021-01-02, White-rumped Shama (13) 2021-01-02, Zebra Dove",1,2019-01-18 -21.3750971,-157.9916161,"American Wigeon (1) 2024-01-12, Black-crowned Night Heron (1) 2022-01-02, Black-necked Stilt (2) 2023-01-21, Chestnut Munia (6) 2024-01-12, Common Myna (6) 2024-01-12, Common Waxbill (7) 2024-01-12, Eurasian Skylark (2) 2019-03-10, Eurasian Wigeon (1) 2024-01-12, House Finch (3) 2024-01-12, House Sparrow (3) 2024-01-12, Indian Peafowl (1) 2023-12-03, Java Sparrow (1) 2024-01-12, Feral Mallard (3) 2024-01-12, Northern Cardinal (1) 2022-01-02, Pacific Golden-Plover (10) 2024-01-12, Red-crested Cardinal (6) 2024-01-12, Red-vented Bulbul (1) 2024-01-12, Rose-ringed Parakeet (1) 2023-08-19, Saffron Finch (10) 2023-08-19, Spotted Dove (7) 2024-01-12, Warbling White-eye (1) 2024-01-12, Western Cattle Egret (7) 2024-01-12, Yellow-fronted Canary (1) 2024-01-12, Zebra Dove",7,2024-01-12 -21.37461435,-157.9144594,"Black-necked Stilt (1) 2022-06-08, Chestnut Munia (5) 2022-06-15, Common Myna (14) 2024-01-31, Common Waxbill (4) 2024-01-31, Great-tailed Grackle (1) 2020-07-11, House Finch (2) 2024-01-31, House Sparrow (9) 2024-01-31, Java Sparrow (8) 2024-01-31, Feral Mallard (1) 2023-01-18, Northern Cardinal (3) 2022-05-14, Pacific Golden-Plover (7) 2024-01-31, Red Junglefowl (3) 2022-12-21, Red-crested Cardinal (11) 2024-01-31, Red-vented Bulbul (9) 2024-01-31, Rock Pigeon (2) 2022-12-21, Rose-ringed Parakeet (1) 2023-04-03, Saffron Finch (7) 2024-01-31, Spotted Dove (8) 2024-01-31, Warbling White-eye (6) 2023-01-18, Western Cattle Egret (8) 2023-01-18, White Tern (1) 2023-04-03, Yellow-fronted Canary (3) 2024-01-31, Zebra Dove",11,2024-01-31 -21.40981801,-157.7791406,"Black-necked Stilt (2) 2022-10-20, Chestnut Munia (5) 2023-07-29, Common Myna (13) 2023-08-20, Common Waxbill (7) 2022-04-28, Great Frigatebird (1) 2022-10-21, House Finch (5) 2023-07-29, House Sparrow (2) 2023-02-22, Java Sparrow (3) 2023-07-27, Feral Mallard (1) 2019-02-12, Northern Cardinal (5) 2023-07-27, Northern Mockingbird (1) 2019-03-07, Pacific Golden-Plover (3) 2022-10-20, Red Junglefowl (4) 2022-04-17, Red-billed Leiothrix (9) 2023-07-29, Red-crested Cardinal (9) 2023-07-27, Red-vented Bulbul (14) 2023-08-20, Red-whiskered Bulbul (6) 2022-04-28, Rock Pigeon (3) 2023-02-22, Spotted Dove (8) 2023-07-29, Wandering Tattler (1) 2019-02-12, Warbling White-eye (9) 2022-04-28, Western Cattle Egret (7) 2022-10-20, White-rumped Shama (9) 2022-04-28, Zebra Dove",13,2023-08-20 -21.42038018,-158.0106015,"Chestnut Munia (1) 2020-06-23, Common Gallinule (3) 2023-05-30, Common Myna (7) 2023-05-30, Common Waxbill (2) 2021-09-14, House Finch (3) 2021-09-14, House Sparrow (3) 2021-09-14, Indian Peafowl (3) 2023-05-30, Java Sparrow (5) 2023-05-30, Northern Cardinal (3) 2020-12-03, Pacific Golden-Plover (3) 2021-09-14, Red Junglefowl (5) 2023-05-30, Red-crested Cardinal (6) 2023-05-30, Red-vented Bulbul (7) 2023-05-30, Rock Pigeon (2) 2022-04-02, Rose-ringed Parakeet (5) 2023-05-30, Ruddy Turnstone (1) 2021-09-14, Saffron Finch (7) 2023-05-30, Scaly-breasted Munia (1) 2020-06-23, Spotted Dove (6) 2023-05-30, Warbling White-eye (3) 2021-09-14, Western Cattle Egret (8) 2023-05-30, White-rumped Shama (5) 2023-05-10, Yellow-fronted Canary (2) 2020-12-03, Zebra Dove",7,2023-05-30 -21.41863787,-157.7501251,"Black-crowned Night Heron (1) 2019-07-21, Black-necked Stilt (2) 2021-11-25, Chestnut Munia (3) 2024-02-18, Common Myna (21) 2024-01-27, Common Waxbill (3) 2024-02-18, House Finch (6) 2023-03-10, House Sparrow (4) 2023-03-10, Java Sparrow (7) 2023-03-10, Feral Mallard (1) 2023-03-07, Muscovy Duck (1) 2024-01-22, Northern Cardinal (6) 2023-03-10, Pacific Golden-Plover (7) 2024-02-18, Red Junglefowl (3) 2024-01-27, Red-crested Cardinal (14) 2024-02-17, Red-vented Bulbul (11) 2023-06-07, Red-whiskered Bulbul (6) 2023-03-07, Rock Pigeon (13) 2024-02-18, Scaly-breasted Munia (1) 2020-07-01, Snow Goose (1) 2019-10-20, Spotted Dove (11) 2023-03-10, Warbling White-eye (3) 2024-02-18, Western Cattle Egret (13) 2024-02-19, Zebra Dove",16,2023-06-07 -21.41856556,-157.7404785,"Black-crowned Night Heron (1) 2024-02-05, Black-necked Stilt (2) 2024-01-17, Common Myna (4) 2024-02-05, Gray Francolin (1) 2023-05-24, Great Frigatebird (1) 2022-02-02, House Sparrow (1) 2024-02-05, Java Sparrow (3) 2024-02-05, Feral Mallard (1) 2024-02-05, Northern Cardinal (3) 2023-11-11, Pacific Golden-Plover (2) 2024-02-05, Red Junglefowl (1) 2024-02-05, Red-crested Cardinal (6) 2024-02-05, Red-footed Booby (2) 2024-02-05, Red-vented Bulbul (5) 2023-05-24, Red-whiskered Bulbul (1) 2021-06-11, Rock Pigeon (4) 2024-01-24, Rose-ringed Parakeet (1) 2024-02-05, Sanderling (1) 2020-12-23, Spotted Dove (2) 2024-02-05, Wedge-tailed Shearwater (1) 2022-02-09, Western Cattle Egret (1) 2024-02-05, Zebra Dove",4,2024-02-05 -21.45476839,-157.7498171,"Black-crowned Night Heron (1) 2024-01-17, Black-necked Stilt (16) 2024-01-17, Common Gallinule (17) 2024-01-17, Common Myna (15) 2024-01-17, Common Waxbill (1) 2019-12-04, Gray Francolin (5) 2024-01-17, Great Frigatebird (10) 2023-07-22, Green-winged Teal (3) 2021-12-19, Hawaiian Coot (9) 2024-01-17, House Finch (3) 2024-01-17, House Sparrow (3) 2021-12-19, Java Sparrow (1) 2019-12-12, Feral Mallard (17) 2024-01-17, Northern Cardinal (3) 2023-07-22, Pacific Golden-Plover (19) 2024-01-17, Red-crested Cardinal (8) 2024-01-17, Red-vented Bulbul (10) 2024-01-17, Spotted Dove (1) 2024-01-17, Warbling White-eye (6) 2024-01-17, Western Cattle Egret (10) 2023-08-16, White-rumped Shama (1) 2019-12-12, Zebra Dove",15,2024-01-17 -21.46449692,-157.8462392,"Black-necked Stilt (5) 2023-10-21, Chestnut Munia (2) 2022-11-20, Common Myna (6) 2022-11-26, Common Waxbill (4) 2022-11-26, House Finch (3) 2022-11-26, House Sparrow (2) 2022-11-26, Indian Peafowl (1) 2020-02-18, Java Sparrow (3) 2022-11-26, Feral Mallard (1) 2020-02-18, Northern Cardinal (1) 2022-11-20, Pacific Golden-Plover (1) 2019-04-17, Red Junglefowl (6) 2023-03-29, Red-billed Leiothrix (1) 2022-11-20, Red-crested Cardinal (5) 2022-11-26, Red-vented Bulbul (3) 2022-11-26, Red-whiskered Bulbul (4) 2022-11-26, Rock Pigeon (5) 2022-11-26, Ruddy Turnstone (2) 2023-12-16, Spotted Dove (5) 2022-11-26, Warbling White-eye (4) 2022-11-26, Western Cattle Egret (5) 2022-11-26, White-rumped Shama (1) 2021-12-22, Zebra Dove",5,2022-11-26 -21.50243325,-158.1451984,"Apapane (13) 2023-01-27, Common Myna (2) 2023-02-20, Common Waxbill (7) 2023-02-27, Erckel's Spurfowl (2) 2021-09-10, House Finch (6) 2022-05-04, House Sparrow (1) 2021-04-30, Indian Peafowl (2) 2022-06-20, Japanese Bush Warbler (7) 2022-06-20, Kalij Pheasant (3) 2022-05-04, Northern Cardinal (1) 2023-02-27, Oahu Amakihi (2) 2021-04-30, Pacific Golden-Plover (2) 2020-02-09, Red-billed Leiothrix (7) 2022-06-20, Red-crested Cardinal (3) 2023-02-27, Red-vented Bulbul (7) 2023-02-27, Red-whiskered Bulbul (2) 2022-04-12, Saffron Finch (1) 2023-02-27, Sanderling (1) 2023-01-27, Spotted Dove (1) 2021-09-10, Warbling White-eye (8) 2022-06-20, Western Cattle Egret (2) 2023-02-20, White-rumped Shama (6) 2023-01-27, Yellow-fronted Canary (1) 2023-01-27, Zebra Dove",3,2023-02-27 -21.5108874,-158.0389523,"Black Francolin (16) 2022-12-12, Chestnut Munia (3) 2023-12-04, Common Myna (42) 2023-12-04, Common Waxbill (35) 2023-12-04, Gray Francolin (15) 2022-12-27, House Finch (42) 2023-12-04, House Sparrow (12) 2023-12-04, Indian Peafowl (9) 2022-04-25, Japanese Bush Warbler (4) 2022-06-06, Northern Cardinal (4) 2022-12-27, Pacific Golden-Plover (34) 2023-03-31, Red Avadavat (12) 2023-12-04, Red Junglefowl (15) 2023-12-04, Red-crested Cardinal (37) 2023-03-31, Red-vented Bulbul (47) 2023-12-04, Red-whiskered Bulbul (23) 2022-12-12, Saffron Finch (12) 2024-01-11, Scaly-breasted Munia (2) 2022-08-22, Short-eared Owl (1) 2019-03-21, Spotted Dove (19) 2023-03-31, Warbling White-eye (39) 2023-03-31, Western Cattle Egret (12) 2023-03-31, White-rumped Shama (2) 2023-12-04, Zebra Dove",31,2024-01-11 -21.50959546,-157.83623,"Black-necked Stilt (1) 2021-04-24, Brown Noddy (1) 2021-07-22, Chestnut Munia (1) 2021-04-03, Common Myna (4) 2021-07-22, Common Waxbill (4) 2021-07-22, Great Frigatebird (1) 2021-07-22, House Finch (2) 2021-07-22, Masked Booby (1) 2021-07-22, Northern Cardinal (1) 2021-04-24, Pacific Golden-Plover (5) 2022-11-26, Red-crested Cardinal (6) 2022-02-15, Red-footed Booby (1) 2021-07-22, Red-vented Bulbul (2) 2021-07-22, Red-whiskered Bulbul (1) 2020-04-25, Rock Pigeon (1) 2021-07-22, Ruddy Turnstone (6) 2022-11-26, Sooty Tern (1) 2021-07-22, Spotted Dove (2) 2021-07-22, Wandering Tattler (1) 2021-04-03, Wedge-tailed Shearwater (1) 2021-07-22, Western Cattle Egret (6) 2022-11-26, White Tern (1) 2021-07-22, White-tailed Tropicbird (1) 2021-07-22, Zebra Dove",3,2021-07-22 -21.55502756,-157.8744944,"Chestnut Munia (11) 2023-12-07, Common Myna (20) 2023-12-26, Common Waxbill (11) 2023-12-26, Gray Francolin (1) 2023-09-02, House Finch (8) 2024-02-16, House Sparrow (2) 2023-04-17, Java Sparrow (1) 2023-04-17, Northern Cardinal (2) 2022-03-08, Pacific Golden-Plover (14) 2024-02-16, Red Junglefowl (20) 2024-02-16, Red-billed Leiothrix (8) 2023-12-26, Red-crested Cardinal (12) 2023-12-26, Red-vented Bulbul (10) 2023-12-26, Red-whiskered Bulbul (9) 2024-01-14, Rock Pigeon (1) 2022-03-08, Ruddy Turnstone (2) 2023-03-29, Saffron Finch (1) 2022-03-08, Scaly-breasted Munia (1) 2023-09-02, Spotted Dove (8) 2024-02-16, Wandering Tattler (2) 2019-08-29, Warbling White-eye (12) 2024-02-16, Western Cattle Egret (9) 2023-12-26, White-rumped Shama (10) 2024-01-14, Zebra Dove",19,2024-02-16 -21.56577615,-158.164139,"Black Francolin (6) 2023-06-02, Chestnut Munia (3) 2020-02-26, Common Myna (8) 2023-06-02, Common Waxbill (10) 2023-06-02, Erckel's Spurfowl (3) 2020-06-18, Gray Francolin (5) 2023-01-26, House Finch (9) 2023-06-02, Indian Peafowl (5) 2023-06-02, Japanese Bush Warbler (10) 2023-06-02, Northern Cardinal (9) 2023-06-02, Pacific Golden-Plover (3) 2021-02-10, Red Avadavat (8) 2023-06-02, Red-billed Leiothrix (7) 2023-06-02, Red-crested Cardinal (9) 2023-06-02, Red-vented Bulbul (10) 2023-06-02, Red-whiskered Bulbul (9) 2023-06-02, Saffron Finch (7) 2023-06-02, Scaly-breasted Munia (3) 2021-02-25, Spotted Dove (7) 2023-06-02, Warbling White-eye (9) 2023-06-02, Western Cattle Egret (2) 2021-07-02, White-rumped Shama (10) 2023-06-02, Yellow-fronted Canary (2) 2023-06-02, Zebra Dove",8,2023-06-02 -21.57521914,-158.2510101,"African Silverbill (2) 2023-04-08, Brown Booby (2) 2023-04-08, Common Myna (5) 2023-07-05, Common Waxbill (3) 2023-07-05, Erckel's Spurfowl (4) 2023-04-08, Gray Francolin (3) 2023-07-05, House Finch (4) 2023-04-08, Laysan Albatross (6) 2023-07-05, Masked Booby (1) 2022-12-20, Northern Cardinal (1) 2023-04-08, Pacific Golden-Plover (4) 2023-04-08, Red-billed Leiothrix (1) 2023-07-05, Red-crested Cardinal (4) 2023-07-05, Red-vented Bulbul (6) 2023-07-05, Red-whiskered Bulbul (2) 2023-04-08, Rock Pigeon (1) 2023-04-08, Snow Goose (1) 2019-11-20, Spotted Dove (4) 2023-04-08, Warbling White-eye (4) 2023-07-05, Wedge-tailed Shearwater (2) 2023-07-05, Western Cattle Egret (1) 2023-04-08, Zebra Dove",5,2023-07-05 -21.5840784,-158.2123263,"Brown Booby (1) 2020-01-01, Chestnut Munia (1) 2019-11-11, Common Myna (3) 2020-10-26, Common Waxbill (2) 2020-10-26, Gray Francolin (2) 2020-10-26, Great Frigatebird (1) 2020-10-26, House Finch (1) 2020-10-26, Laysan Albatross (3) 2020-01-23, Northern Cardinal (3) 2020-10-26, Pacific Golden-Plover (5) 2020-10-26, Red Junglefowl (2) 2020-10-26, Red-crested Cardinal (3) 2020-01-08, Red-vented Bulbul (2) 2020-10-26, Saffron Finch (5) 2020-10-26, Sanderling (1) 2024-02-21, Scaly-breasted Munia (1) 2019-11-11, Sharp-tailed Sandpiper (1) 2020-10-26, Snow Goose (7) 2020-01-08, Spotted Dove (2) 2020-10-26, Warbling White-eye (2) 2020-10-26, Western Cattle Egret (2) 2020-10-26, Yellow-fronted Canary (1) 2019-11-11, Zebra Dove",3,2020-10-26 -21.6276138,-157.9222404,"Chestnut Munia (2) 2022-10-12, Common Myna (14) 2022-11-09, Common Waxbill (11) 2022-10-12, House Finch (2) 2022-01-10, House Sparrow (5) 2022-03-07, Java Sparrow (3) 2022-10-12, Northern Cardinal (2) 2021-12-01, Pacific Golden-Plover (12) 2023-11-19, Red Avadavat (1) 2023-10-06, Red Junglefowl (13) 2023-03-31, Red-billed Leiothrix (1) 2021-12-01, Red-crested Cardinal (6) 2022-10-12, Red-vented Bulbul (5) 2022-10-12, Red-whiskered Bulbul (5) 2022-10-12, Rock Pigeon (9) 2023-03-31, Ruddy Turnstone (15) 2023-03-31, Saffron Finch (3) 2022-05-02, Sanderling (5) 2023-11-19, Scaly-breasted Munia (1) 2021-12-01, Spotted Dove (11) 2023-03-31, Wandering Tattler (4) 2023-11-19, Warbling White-eye (5) 2022-10-12, Western Cattle Egret (5) 2022-10-12, Zebra Dove",11,2023-11-19 -21.67354764,-158.0475413,"Brown Booby (5) 2022-04-29, Brown Noddy (1) 2019-03-03, Common Myna (12) 2023-11-18, Great Frigatebird (1) 2019-07-24, Java Sparrow (1) 2021-05-07, Laysan Albatross (4) 2022-01-24, Muscovy Duck (1) 2021-05-06, Northern Cardinal (1) 2021-05-10, Pacific Golden-Plover (3) 2019-03-03, Red Junglefowl (2) 2022-10-16, Red-crested Cardinal (3) 2023-06-28, Red-footed Booby (4) 2022-04-29, Red-vented Bulbul (8) 2023-11-18, Red-whiskered Bulbul (1) 2021-05-07, Saffron Finch (3) 2023-04-23, Sanderling (3) 2023-02-07, Spotted Dove (5) 2021-06-09, Wandering Tattler (2) 2023-02-07, Warbling White-eye (1) 2019-03-03, Wedge-tailed Shearwater (1) 2019-07-26, Western Cattle Egret (5) 2023-08-23, White-rumped Shama (1) 2023-11-18, White-tailed Tropicbird (2) 2022-09-16, Zebra Dove",9,2023-02-07 -21.31225276,-158.0595344,"African Silverbill (3) 2019-03-26, Barn Owl (1) 2020-07-16, Common Myna (2) 2023-03-27, Common Waxbill (1) 2023-03-27, Eurasian Skylark (4) 2023-03-27, Gray Francolin (1) 2021-12-21, House Finch (1) 2021-12-21, House Sparrow (3) 2023-03-27, Indian Peafowl (1) 2021-12-21, Japanese Bush Warbler (1) 2021-12-21, Java Sparrow (2) 2023-03-27, Northern Cardinal (2) 2023-03-27, Northern Mockingbird (1) 2021-12-21, Pacific Golden-Plover (7) 2023-03-27, Red Junglefowl (1) 2021-12-21, Red-crested Cardinal (5) 2023-03-27, Red-vented Bulbul (2) 2023-03-27, Red-whiskered Bulbul (2) 2021-10-11, Saffron Finch (3) 2019-03-26, Sanderling (1) 2023-03-27, Spotted Dove (2) 2023-03-27, Warbling White-eye (2) 2023-03-27, Western Cattle Egret (1) 2023-03-27, White-rumped Shama (2) 2023-03-27, Zebra Dove",5,2023-03-27 -21.33872864,-157.9532949,"Black-crowned Night Heron (1) 2021-02-13, Chestnut Munia (5) 2023-07-09, Common Myna (32) 2023-07-09, Common Waxbill (5) 2023-07-09, Eurasian Skylark (1) 2022-02-10, House Finch (9) 2023-07-01, House Sparrow (16) 2023-07-01, Java Sparrow (8) 2023-07-01, Feral Mallard (1) 2021-01-17, Northern Cardinal (5) 2023-07-01, Pacific Golden-Plover (20) 2022-10-08, Red-crested Cardinal (15) 2023-07-09, Red-vented Bulbul (14) 2023-07-09, Red-whiskered Bulbul (5) 2022-06-11, Rock Pigeon (11) 2023-07-09, Rose-ringed Parakeet (5) 2023-07-01, Saffron Finch (9) 2023-07-09, Short-eared Owl (1) 2021-12-30, Spotted Dove (16) 2023-07-09, Warbling White-eye (4) 2023-07-01, Western Cattle Egret (23) 2023-07-01, White Tern (4) 2022-02-21, White-rumped Shama (3) 2022-10-08, Yellow-fronted Canary (5) 2022-02-21, Zebra Dove",21,2023-07-01 -21.3384801,-157.9147256,"African Silverbill (1) 2021-11-29, Chestnut Munia (3) 2023-12-04, Common Myna (33) 2024-01-12, Common Waxbill (7) 2024-01-12, House Finch (6) 2023-01-16, House Sparrow (25) 2023-12-04, Java Sparrow (8) 2023-10-19, Feral Mallard (2) 2023-06-25, Northern Cardinal (3) 2020-06-25, Pacific Golden-Plover (7) 2024-01-12, Red Junglefowl (6) 2023-10-19, Red-crested Cardinal (8) 2023-12-14, Red-vented Bulbul (14) 2024-01-12, Red-whiskered Bulbul (4) 2022-03-09, Rock Pigeon (5) 2023-10-19, Rose-ringed Parakeet (7) 2024-01-09, Saffron Finch (3) 2021-12-20, Spotted Dove (25) 2024-01-12, Warbling White-eye (11) 2024-01-12, Western Cattle Egret (13) 2023-10-19, White-rumped Shama (1) 2020-06-25, Yellow-fronted Canary (2) 2020-06-25, Zebra Dove",36,2024-01-12 -21.33796364,-157.8375903,"Chestnut Munia (1) 2022-07-23, Common Myna (7) 2023-10-16, Common Waxbill (3) 2022-05-10, House Finch (3) 2022-05-10, House Sparrow (1) 2022-04-25, Java Sparrow (2) 2022-05-10, Feral Mallard (3) 2022-05-10, Northern Cardinal (6) 2023-12-21, Pacific Golden-Plover (1) 2023-10-16, Red Junglefowl (1) 2023-10-16, Red-billed Leiothrix (1) 2022-05-10, Red-crested Cardinal (8) 2023-12-21, Red-vented Bulbul (6) 2023-10-16, Red-whiskered Bulbul (4) 2022-05-10, Rose-ringed Parakeet (8) 2023-12-21, Saffron Finch (1) 2022-05-10, Scaly-breasted Munia (1) 2019-02-11, Spotted Dove (8) 2023-12-21, Warbling White-eye (5) 2022-05-10, Western Cattle Egret (1) 2022-07-23, White Tern (1) 2022-05-10, White-rumped Shama (5) 2023-10-16, Yellow-fronted Canary (2) 2022-05-10, Zebra Dove",9,2023-12-21 -21.3369744,-157.70261,"Brown Noddy (1) 2021-07-29, Chestnut Munia (1) 2023-08-04, Common Myna (7) 2023-08-04, Common Waxbill (3) 2023-08-04, Great Frigatebird (2) 2023-06-04, House Finch (3) 2023-08-04, House Sparrow (1) 2023-01-15, Java Sparrow (5) 2023-08-04, Northern Mockingbird (2) 2021-10-26, Pacific Golden-Plover (4) 2023-03-18, Red-crested Cardinal (4) 2023-08-04, Red-footed Booby (1) 2022-03-19, Red-tailed Tropicbird (1) 2023-01-15, Red-vented Bulbul (3) 2023-08-04, Red-whiskered Bulbul (4) 2023-08-04, Rock Pigeon (3) 2023-08-04, Sooty Tern (1) 2023-01-15, Spotted Dove (6) 2023-08-04, Warbling White-eye (1) 2023-01-15, Western Cattle Egret (4) 2023-08-04, White Tern (1) 2023-01-15, White-rumped Shama (2) 2023-06-06, Yellow-fronted Canary (1) 2023-06-04, Zebra Dove",8,2023-08-04 -21.3481102,-158.0110878,"African Silverbill (9) 2021-11-08, Black-crowned Night Heron (1) 2020-01-27, Chestnut Munia (19) 2022-02-07, Common Myna (21) 2023-05-13, Common Waxbill (28) 2023-05-13, Eurasian Skylark (27) 2023-05-13, Gray Francolin (40) 2022-02-25, House Finch (34) 2022-02-07, Java Sparrow (1) 2022-02-25, Northern Cardinal (26) 2022-02-25, Pacific Golden-Plover (25) 2022-02-25, Red Avadavat (8) 2022-02-25, Red-crested Cardinal (28) 2022-02-25, Red-vented Bulbul (54) 2023-05-13, Red-whiskered Bulbul (3) 2022-02-25, Rose-ringed Parakeet (1) 2019-04-06, Ruddy Turnstone (1) 2021-04-04, Saffron Finch (4) 2023-05-13, Scaly-breasted Munia (1) 2021-05-22, Spotted Dove (37) 2022-02-25, Warbling White-eye (27) 2021-11-08, Western Cattle Egret (16) 2023-05-13, White-rumped Shama (2) 2021-08-23, Yellow-fronted Canary (2) 2022-02-14, Zebra Dove",60,2023-05-13 -21.3565473,-157.9145926,"African Silverbill (1) 2021-07-01, Black-crowned Night Heron (1) 2019-01-29, Chestnut Munia (5) 2021-06-14, Common Myna (9) 2022-05-28, Common Waxbill (8) 2021-07-01, Hawaiian Coot (3) 2021-07-01, House Finch (2) 2020-06-25, House Sparrow (2) 2021-04-16, Java Sparrow (3) 2021-04-16, Feral Mallard (2) 2021-04-21, Northern Cardinal (7) 2022-04-14, Pacific Golden-Plover (5) 2021-04-16, Red-crested Cardinal (8) 2022-05-28, Red-crowned Parrot (1) 2021-04-16, Red-vented Bulbul (3) 2021-04-16, Rock Pigeon (2) 2021-04-16, Rose-ringed Parakeet (1) 2021-07-02, Saffron Finch (9) 2022-05-28, Spotted Dove (6) 2021-04-16, Warbling White-eye (4) 2021-06-14, Western Cattle Egret (5) 2021-06-14, White-rumped Shama (2) 2021-07-01, Yellow-fronted Canary (2) 2019-02-02, Zebra Dove",9,2022-05-28 -21.36667252,-158.0977659,"Black Francolin (1) 2019-04-16, Common Myna (1) 2019-04-16, Common Waxbill (1) 2019-04-16, Eurasian Skylark (2) 2019-12-27, Gray Francolin (2) 2019-12-27, House Finch (1) 2019-04-16, Java Sparrow (2) 2019-12-27, Kalij Pheasant (1) 2019-12-27, Northern Cardinal (2) 2020-05-15, Northern Mockingbird (3) 2019-12-27, Oahu Amakihi (1) 2019-04-16, Pacific Golden-Plover (1) 2019-12-27, Red Avadavat (2) 2019-12-27, Red Junglefowl (1) 2019-04-16, Red-billed Leiothrix (2) 2019-12-27, Red-crested Cardinal (2) 2019-12-27, Red-vented Bulbul (1) 2019-04-16, Saffron Finch (1) 2020-05-15, Scaly-breasted Munia (2) 2019-12-27, Spotted Dove (2) 2019-12-27, Warbling White-eye (2) 2019-12-27, Western Cattle Egret (1) 2019-12-27, White-rumped Shama (2) 2019-12-27, Yellow-faced Grassquit (1) 2019-04-16, Zebra Dove",4,2019-12-27 -21.37575859,-158.1073557,"Apapane (1) 2023-01-02, Black Francolin (1) 2023-12-31, Common Myna (7) 2023-12-31, Common Waxbill (2) 2023-12-31, Erckel's Spurfowl (2) 2023-01-02, Gray Francolin (3) 2023-12-31, House Finch (5) 2023-12-31, Java Sparrow (2) 2023-12-31, Kalij Pheasant (1) 2023-01-02, Mourning Dove (1) 2023-01-02, Northern Cardinal (7) 2023-12-31, Northern Mockingbird (1) 2023-01-02, Oahu Amakihi (2) 2023-01-02, Pacific Golden-Plover (2) 2023-12-31, Red Junglefowl (3) 2023-06-04, Red-billed Leiothrix (3) 2023-06-02, Red-crested Cardinal (6) 2023-12-31, Red-vented Bulbul (6) 2023-06-04, Red-whiskered Bulbul (3) 2023-06-03, Rock Pigeon (1) 2021-08-02, Saffron Finch (3) 2023-12-31, Spotted Dove (6) 2023-12-31, Warbling White-eye (4) 2023-12-31, White-rumped Shama (2) 2023-06-01, Zebra Dove",5,2023-12-31 -21.37473915,-157.9337485,"Black-crowned Night Heron (1) 2023-03-21, Black-necked Stilt (1) 2019-02-25, Chestnut Munia (1) 2019-02-08, Common Myna (18) 2024-01-30, Common Waxbill (1) 2019-02-08, House Finch (6) 2023-03-21, House Sparrow (10) 2023-11-05, Java Sparrow (4) 2021-11-27, Northern Cardinal (4) 2024-01-30, Northern Mockingbird (1) 2022-03-12, Pacific Golden-Plover (7) 2024-01-30, Red Junglefowl (2) 2022-03-12, Red-crested Cardinal (9) 2023-11-05, Red-vented Bulbul (11) 2024-01-30, Red-whiskered Bulbul (3) 2019-03-22, Rock Pigeon (3) 2023-11-05, Rose-ringed Parakeet (2) 2024-01-30, Ruddy Turnstone (1) 2021-11-27, Saffron Finch (3) 2021-12-20, Spotted Dove (15) 2024-01-30, Warbling White-eye (7) 2024-01-30, Western Cattle Egret (9) 2024-01-30, White Tern (1) 2024-01-30, White-rumped Shama (4) 2021-11-27, Zebra Dove",18,2024-01-30 -21.37332764,-157.7312217,"Black-necked Stilt (1) 2023-12-05, Chestnut Munia (9) 2023-06-09, Common Gallinule (1) 2021-12-22, Common Myna (24) 2023-12-30, Common Waxbill (17) 2023-12-30, Gray Francolin (1) 2022-08-26, Hawaiian Coot (1) 2021-12-22, House Finch (10) 2023-05-28, House Sparrow (2) 2022-08-07, Java Sparrow (11) 2023-12-30, Feral Mallard (2) 2023-05-28, Northern Cardinal (11) 2023-05-28, Pacific Golden-Plover (15) 2023-12-30, Red-billed Leiothrix (2) 2023-09-20, Red-crested Cardinal (19) 2023-12-30, Red-vented Bulbul (19) 2023-12-30, Red-whiskered Bulbul (16) 2023-05-28, Rock Pigeon (12) 2022-06-04, Rose-ringed Parakeet (7) 2022-03-23, Scaly-breasted Munia (4) 2022-03-23, Spotted Dove (21) 2023-12-30, Warbling White-eye (18) 2023-12-30, Western Cattle Egret (14) 2023-12-30, White-rumped Shama (7) 2023-05-28, Zebra Dove",22,2023-12-30 -21.40158915,-157.8949669,"Apapane (4) 2023-05-31, Chestnut Munia (1) 2021-10-10, Common Myna (5) 2023-05-31, Common Waxbill (12) 2023-12-04, House Finch (18) 2023-12-17, House Sparrow (1) 2023-05-31, Japanese Bush Warbler (2) 2023-01-10, Java Sparrow (2) 2023-01-21, Northern Cardinal (8) 2023-12-04, Oahu Amakihi (23) 2023-12-04, Oahu Elepaio (8) 2023-12-17, Pacific Golden-Plover (3) 2023-01-10, Red Junglefowl (6) 2023-01-10, Red-billed Leiothrix (23) 2023-12-04, Red-crested Cardinal (10) 2023-12-17, Red-crowned Parrot (4) 2023-12-04, Red-vented Bulbul (13) 2023-12-04, Red-whiskered Bulbul (17) 2023-12-04, Scaly-breasted Munia (3) 2023-11-11, Spotted Dove (9) 2023-12-04, Warbling White-eye (33) 2023-12-17, White-rumped Shama (16) 2023-12-04, Yellow-fronted Canary (5) 2023-01-10, Zebra Dove",9,2023-12-04 -21.40064336,-157.7599244,"Black-crowned Night Heron (2) 2023-10-26, Black-necked Stilt (2) 2023-08-02, Chestnut Munia (3) 2023-10-26, Common Gallinule (5) 2023-10-26, Common Myna (5) 2023-10-26, Common Waxbill (3) 2023-10-26, Hawaiian Coot (4) 2023-08-10, House Finch (1) 2020-11-24, House Sparrow (1) 2020-11-24, Java Sparrow (1) 2020-11-24, Feral Mallard (2) 2022-03-23, Muscovy Duck (1) 2023-10-26, Northern Cardinal (1) 2023-10-26, Pacific Golden-Plover (2) 2023-10-26, Red-crested Cardinal (4) 2023-10-26, Red-vented Bulbul (4) 2023-10-26, Red-whiskered Bulbul (2) 2023-10-26, Rock Pigeon (1) 2023-10-26, Scaly-breasted Munia (2) 2023-10-26, Spotted Dove (3) 2023-08-10, Warbling White-eye (1) 2022-12-28, Western Cattle Egret (5) 2023-10-26, White-rumped Shama (1) 2023-08-02, Zebra Dove",4,2023-10-26 -21.42906175,-157.9526512,"African Silverbill (1) 2022-02-17, Black-necked Stilt (1) 2022-01-16, Chestnut Munia (2) 2022-06-01, Common Myna (15) 2024-02-11, Common Waxbill (6) 2022-06-01, House Finch (4) 2022-06-01, House Sparrow (7) 2022-06-01, Java Sparrow (7) 2022-06-01, Long-billed Dowitcher (1) 2022-01-11, Northern Cardinal (2) 2024-02-11, Pacific Golden-Plover (8) 2022-01-16, Red Junglefowl (1) 2022-06-01, Red-billed Leiothrix (3) 2022-06-01, Red-crested Cardinal (11) 2022-06-01, Red-crowned Parrot (6) 2024-02-11, Red-vented Bulbul (14) 2024-02-11, Red-whiskered Bulbul (8) 2024-02-11, Rose-ringed Parakeet (8) 2024-02-11, Saffron Finch (5) 2022-06-01, Spotted Dove (15) 2024-02-11, Warbling White-eye (8) 2024-02-11, Western Cattle Egret (5) 2022-06-01, White-rumped Shama (7) 2022-06-01, Yellow-fronted Canary (1) 2022-06-01, Zebra Dove",12,2024-02-11 -21.45462208,-157.730519,"Black Noddy (2) 2023-11-01, Black-crowned Night Heron (1) 2019-05-15, Black-necked Stilt (2) 2019-05-15, Brown Booby (2) 2023-11-01, Brown Noddy (2) 2023-11-01, Common Myna (3) 2019-05-19, Common Waxbill (1) 2019-05-15, Great Frigatebird (3) 2023-11-01, Hawaiian Coot (1) 2019-05-15, House Finch (2) 2019-05-19, Masked Booby (2) 2023-11-01, Northern Cardinal (3) 2019-05-19, Pacific Golden-Plover (2) 2023-11-01, Red-crested Cardinal (2) 2019-05-19, Red-vented Bulbul (3) 2019-05-19, Red-whiskered Bulbul (2) 2019-05-19, Rock Pigeon (1) 2019-05-15, Sooty Tern (2) 2023-11-01, Spotted Dove (3) 2019-05-19, Warbling White-eye (1) 2019-05-19, Wedge-tailed Shearwater (1) 2020-08-11, Western Cattle Egret (3) 2019-05-19, White-rumped Shama (1) 2019-05-15, Zebra Dove",3,2019-05-19 -21.46442994,-157.8365892,"Barn Owl (2) 2022-12-01, Black-crowned Night Heron (2) 2022-08-01, Chestnut Munia (2) 2019-05-04, Common Myna (20) 2024-02-19, Common Waxbill (5) 2022-04-30, Great Frigatebird (3) 2022-12-02, House Finch (5) 2024-02-04, House Sparrow (10) 2024-02-19, Java Sparrow (3) 2022-12-04, Northern Cardinal (4) 2023-04-26, Pacific Golden-Plover (3) 2021-12-02, Red Junglefowl (2) 2022-12-04, Red-billed Leiothrix (1) 2021-12-02, Red-crested Cardinal (12) 2024-02-04, Red-vented Bulbul (17) 2024-02-04, Red-whiskered Bulbul (13) 2024-01-17, Rock Pigeon (6) 2024-02-19, Ruddy Turnstone (2) 2022-12-02, Sanderling (1) 2024-02-04, Spotted Dove (18) 2024-02-19, Warbling White-eye (15) 2024-02-19, Western Cattle Egret (11) 2024-02-19, White-rumped Shama (1) 2021-12-02, Zebra Dove",19,2024-02-19 -21.54779979,-158.1835582,"Barn Owl (1) 2020-07-03, Black Francolin (4) 2020-07-03, Chestnut Munia (2) 2020-03-15, Common Myna (7) 2021-09-20, Common Waxbill (19) 2023-01-05, Erckel's Spurfowl (10) 2023-01-05, Gray Francolin (5) 2021-09-20, House Finch (14) 2022-04-04, Indian Peafowl (4) 2020-07-03, Japanese Bush Warbler (8) 2021-06-04, Kalij Pheasant (8) 2023-01-05, Mourning Dove (1) 2020-06-05, Northern Cardinal (15) 2022-04-04, Pacific Golden-Plover (5) 2023-01-05, Red Avadavat (2) 2020-03-15, Red-billed Leiothrix (17) 2022-04-04, Red-crested Cardinal (15) 2022-04-04, Red-vented Bulbul (18) 2023-01-05, Red-whiskered Bulbul (12) 2023-01-05, Scaly-breasted Munia (3) 2020-07-03, Spotted Dove (16) 2023-01-05, Warbling White-eye (14) 2021-09-20, White-rumped Shama (19) 2023-01-05, Wild Turkey (1) 2020-05-02, Zebra Dove",12,2023-01-05 -21.5835863,-158.1157452,"Black Francolin (1) 2019-10-13, Chestnut Munia (2) 2020-02-24, Common Gallinule (1) 2022-11-15, Common Myna (8) 2023-06-10, Common Waxbill (5) 2023-06-10, House Finch (6) 2023-06-10, House Sparrow (5) 2023-06-10, Indian Peafowl (2) 2023-04-16, Java Sparrow (5) 2023-06-10, Northern Cardinal (2) 2020-01-05, Pacific Golden-Plover (5) 2022-11-15, Red Avadavat (1) 2019-10-13, Red Junglefowl (4) 2023-06-10, Red-crested Cardinal (6) 2023-06-10, Red-vented Bulbul (3) 2023-06-10, Rock Pigeon (2) 2023-06-10, Ruddy Turnstone (1) 2020-02-08, Saffron Finch (9) 2023-06-10, Spotted Dove (4) 2023-06-10, Wandering Tattler (1) 2019-10-13, Warbling White-eye (5) 2022-11-15, Western Cattle Egret (8) 2023-06-10, White-faced Ibis (4) 2020-02-08, White-rumped Shama (1) 2019-10-13, Zebra Dove",7,2023-06-10 -21.59262044,-158.1156901,"Brown Booby (1) 2022-05-29, Chestnut Munia (4) 2022-05-29, Common Myna (14) 2023-08-21, Common Waxbill (8) 2023-08-21, House Finch (3) 2022-07-27, House Sparrow (2) 2023-08-21, Indian Peafowl (1) 2019-11-08, Java Sparrow (5) 2019-11-08, Laysan Albatross (1) 2021-04-19, Northern Cardinal (2) 2020-01-21, Pacific Golden-Plover (5) 2023-03-21, Red Junglefowl (3) 2023-08-21, Red-crested Cardinal (15) 2022-10-01, Red-vented Bulbul (12) 2022-07-27, Red-whiskered Bulbul (3) 2019-11-08, Rock Pigeon (8) 2023-08-21, Saffron Finch (13) 2023-08-21, Sanderling (2) 2021-04-19, Spotted Dove (5) 2023-08-21, Wandering Tattler (2) 2020-03-07, Warbling White-eye (3) 2022-05-29, Wedge-tailed Shearwater (1) 2022-05-29, Western Cattle Egret (12) 2023-08-21, White-rumped Shama (3) 2019-11-08, Zebra Dove",14,2023-08-21 -21.5912903,-157.8935325,"Black Noddy (1) 2023-05-02, Black-crowned Night Heron (1) 2022-07-08, Black-necked Stilt (1) 2021-08-09, Chestnut Munia (1) 2021-10-14, Common Myna (10) 2023-05-04, Common Waxbill (1) 2023-04-28, Glaucous-winged Gull (6) 2020-02-27, Gray Francolin (1) 2021-03-20, Great Frigatebird (3) 2023-05-02, House Finch (2) 2023-05-01, Masked Booby (1) 2022-05-27, Northern Cardinal (3) 2023-05-04, Pacific Golden-Plover (9) 2023-04-28, Red Junglefowl (8) 2023-05-01, Red-crested Cardinal (12) 2023-04-28, Red-vented Bulbul (6) 2022-05-27, Red-whiskered Bulbul (3) 2020-02-20, Rock Pigeon (1) 2021-11-06, Sanderling (10) 2023-05-04, Spotted Dove (9) 2022-05-27, Wandering Tattler (7) 2023-04-28, Warbling White-eye (2) 2022-05-27, Western Cattle Egret (2) 2023-05-01, White-rumped Shama (1) 2021-11-06, Zebra Dove",11,2023-05-04 -21.62838215,-158.0478385,"Black-crowned Night Heron (1) 2022-10-05, Common Gallinule (4) 2022-10-05, Common Myna (7) 2023-12-11, Common Waxbill (5) 2022-09-14, House Finch (1) 2021-06-15, Indian Peafowl (11) 2024-01-05, Feral Mallard (3) 2023-06-08, Pacific Golden-Plover (2) 2024-01-05, Red Junglefowl (3) 2022-09-08, Red-billed Leiothrix (1) 2022-09-14, Red-crested Cardinal (14) 2024-01-05, Red-vented Bulbul (9) 2024-01-05, Red-whiskered Bulbul (7) 2024-01-05, Rock Pigeon (2) 2022-09-08, Saffron Finch (2) 2023-06-14, Scaly-breasted Munia (2) 2023-12-11, Spotted Dove (4) 2023-03-05, Warbling White-eye (4) 2023-12-11, Western Cattle Egret (1) 2023-06-14, White-rumped Shama (17) 2024-01-05, White-tailed Tropicbird (1) 2022-03-27, Zebra Dove",11,2024-01-05 -21.67296651,-157.9508975,"Apapane (1) 2021-05-12, Black Francolin (1) 2019-05-31, Chestnut Munia (3) 2023-09-15, Common Myna (11) 2023-12-28, Common Waxbill (1) 2019-02-11, Gray Francolin (1) 2023-07-25, House Sparrow (1) 2021-09-13, Java Sparrow (1) 2019-02-11, Northern Cardinal (2) 2019-05-31, Pacific Golden-Plover (3) 2023-09-15, Red Junglefowl (5) 2024-01-29, Red-billed Leiothrix (1) 2021-11-05, Red-crested Cardinal (3) 2023-09-15, Red-vented Bulbul (7) 2023-12-28, Red-whiskered Bulbul (3) 2023-09-15, Rock Pigeon (1) 2024-01-31, Ruddy Turnstone (1) 2021-04-13, Saffron Finch (5) 2023-07-23, Scaly-breasted Munia (1) 2019-05-31, Spotted Dove (6) 2023-09-15, Warbling White-eye (3) 2023-09-15, Western Cattle Egret (5) 2023-12-28, White-rumped Shama (4) 2023-09-15, White-tailed Tropicbird (1) 2021-05-12, Zebra Dove",10,2023-12-28 -21.25652932,-157.818957,"African Silverbill (1) 2021-10-26, Brown Booby (1) 2023-02-10, Common Myna (21) 2024-02-01, Common Waxbill (15) 2024-02-01, Great Frigatebird (1) 2019-08-11, House Finch (15) 2024-02-01, House Sparrow (17) 2024-02-01, Java Sparrow (4) 2024-02-01, Muscovy Duck (1) 2022-11-10, Pacific Golden-Plover (18) 2024-02-01, Red Junglefowl (8) 2022-10-14, Red-crested Cardinal (17) 2024-02-01, Red-footed Booby (1) 2022-03-30, Red-vented Bulbul (20) 2024-02-01, Red-whiskered Bulbul (10) 2024-01-29, Rock Pigeon (15) 2024-02-01, Rose-ringed Parakeet (18) 2024-02-01, Sooty Tern (2) 2019-03-20, Spotted Dove (17) 2023-12-03, Warbling White-eye (13) 2024-01-30, Wedge-tailed Shearwater (1) 2023-08-08, Western Cattle Egret (13) 2024-02-01, White Tern (17) 2024-01-29, White-rumped Shama (1) 2021-10-26, Yellow-fronted Canary (14) 2024-02-01, Zebra Dove",19,2024-02-01 -21.27452783,-157.8091754,"Black-crowned Night Heron (1) 2023-03-10, Common Myna (41) 2024-02-19, Common Waxbill (13) 2024-02-19, Eurasian Skylark (1) 2020-02-14, Gray Francolin (3) 2024-02-19, House Finch (9) 2024-02-19, House Sparrow (26) 2023-12-28, Java Sparrow (10) 2023-12-28, Feral Mallard (1) 2023-03-09, Northern Cardinal (3) 2024-02-19, Pacific Golden-Plover (12) 2024-02-19, Red Avadavat (1) 2023-02-03, Red Junglefowl (3) 2024-02-19, Red-crested Cardinal (20) 2024-02-19, Red-vented Bulbul (38) 2024-02-19, Red-whiskered Bulbul (10) 2023-12-28, Rock Pigeon (16) 2024-02-19, Rose-ringed Parakeet (32) 2024-02-19, Saffron Finch (1) 2023-12-28, Spotted Dove (43) 2024-02-19, Warbling White-eye (17) 2024-02-19, Western Cattle Egret (10) 2024-02-19, White Tern (12) 2024-02-19, White-rumped Shama (5) 2024-02-19, Yellow-fronted Canary (10) 2024-02-19, Zebra Dove",45,2024-02-19 -21.29217494,-157.7511979,"Chestnut Munia (1) 2022-09-26, Common Myna (20) 2023-06-30, Common Waxbill (13) 2023-02-12, House Finch (15) 2023-06-30, House Sparrow (5) 2023-06-30, Java Sparrow (16) 2023-06-30, Northern Cardinal (11) 2023-06-30, Oahu Elepaio (1) 2021-08-29, Pacific Golden-Plover (11) 2023-06-30, Red-billed Leiothrix (1) 2021-08-29, Red-crested Cardinal (17) 2023-06-30, Red-masked Parakeet (4) 2023-06-30, Red-vented Bulbul (24) 2023-06-30, Red-whiskered Bulbul (8) 2022-07-30, Rock Pigeon (5) 2022-07-31, Rose-ringed Parakeet (11) 2023-06-30, Saffron Finch (4) 2022-04-01, Scaly-breasted Munia (7) 2023-06-30, Spotted Dove (18) 2023-02-12, Warbling White-eye (17) 2023-06-30, Western Cattle Egret (9) 2023-02-12, White Tern (13) 2022-10-23, White-rumped Shama (14) 2023-06-30, White-tailed Tropicbird (1) 2022-08-30, Yellow-fronted Canary (5) 2022-07-30, Zebra Dove",25,2023-06-30 -21.32117685,-158.0401937,"Black-crowned Night Heron (1) 2019-04-28, Black-necked Stilt (1) 2019-04-28, Chestnut Munia (2) 2023-01-01, Common Myna (5) 2023-01-01, Common Waxbill (5) 2023-01-01, Gray Francolin (3) 2023-01-01, House Finch (3) 2023-01-01, House Sparrow (4) 2023-01-01, Indian Peafowl (2) 2019-04-28, Java Sparrow (3) 2023-01-01, Northern Cardinal (5) 2023-01-01, Northern Mockingbird (2) 2021-01-01, Pacific Golden-Plover (5) 2023-01-01, Red Junglefowl (1) 2019-04-28, Red-crested Cardinal (5) 2023-01-01, Red-vented Bulbul (5) 2023-01-01, Ring-necked Pheasant (1) 2019-04-28, Rock Pigeon (2) 2019-12-02, Rose-ringed Parakeet (1) 2019-04-28, Saffron Finch (4) 2023-01-01, Spotted Dove (5) 2023-01-01, Warbling White-eye (3) 2021-01-01, Western Cattle Egret (4) 2023-01-01, White-rumped Shama (1) 2019-02-11, Yellow-fronted Canary (1) 2021-01-01, Zebra Dove",5,2023-01-01 -21.33048046,-158.0883452,"African Silverbill (8) 2021-08-18, Black-crowned Night Heron (1) 2022-11-11, Black-necked Stilt (1) 2022-11-11, Chestnut Munia (3) 2021-08-31, Common Myna (38) 2024-01-18, Common Waxbill (16) 2022-11-11, Gray Francolin (21) 2022-02-09, Hawaiian Coot (1) 2022-11-11, House Finch (7) 2023-09-11, House Sparrow (16) 2024-01-18, Java Sparrow (11) 2022-11-11, Feral Mallard (1) 2022-11-11, Northern Cardinal (9) 2022-02-09, Pacific Golden-Plover (13) 2024-01-18, Red Avadavat (1) 2020-05-10, Red Junglefowl (4) 2023-07-30, Red-crested Cardinal (20) 2024-01-18, Red-vented Bulbul (18) 2022-11-11, Rock Pigeon (2) 2023-02-18, Saffron Finch (13) 2024-01-18, Scaly-breasted Munia (1) 2020-05-10, Spotted Dove (30) 2023-10-06, Warbling White-eye (19) 2022-09-14, Western Cattle Egret (9) 2024-01-18, Zebra Dove",37,2024-01-18 -21.32957115,-157.9340753,"Black-crowned Night Heron (1) 2021-12-25, Black-necked Stilt (1) 2021-07-09, Chestnut Munia (6) 2022-11-28, Common Myna (43) 2024-01-21, Common Waxbill (17) 2024-01-21, Eurasian Skylark (1) 2021-03-16, Gray Francolin (5) 2022-11-28, House Finch (22) 2024-01-21, House Sparrow (11) 2024-01-21, Java Sparrow (1) 2021-08-06, Feral Mallard (4) 2024-01-09, Northern Cardinal (5) 2022-07-25, Pacific Golden-Plover (42) 2024-02-06, Red-crested Cardinal (20) 2024-01-21, Red-vented Bulbul (33) 2024-01-09, Red-whiskered Bulbul (3) 2022-04-27, Rock Pigeon (1) 2021-08-06, Rose-ringed Parakeet (5) 2022-08-04, Saffron Finch (25) 2024-01-21, Spotted Dove (27) 2024-01-21, Warbling White-eye (9) 2022-08-04, Western Cattle Egret (15) 2024-01-21, White Tern (7) 2023-04-30, White-rumped Shama (1) 2024-02-06, Yellow-fronted Canary (5) 2024-01-21, Zebra Dove",36,2024-01-21 -21.3294464,-157.9147919,"Black-crowned Night Heron (3) 2023-06-23, Black-necked Stilt (1) 2022-12-19, Common Myna (34) 2024-02-18, Common Waxbill (3) 2023-06-11, Eurasian Skylark (1) 2023-09-02, House Finch (8) 2024-01-26, House Sparrow (40) 2024-02-19, Feral Mallard (7) 2024-01-22, Northern Cardinal (1) 2022-11-09, Pacific Golden-Plover (4) 2021-03-25, Red Avadavat (2) 2023-10-27, Red Junglefowl (4) 2023-04-12, Red-crested Cardinal (11) 2024-02-03, Red-vented Bulbul (20) 2023-07-28, Red-whiskered Bulbul (1) 2019-04-02, Rock Pigeon (10) 2024-02-19, Rose-ringed Parakeet (1) 2023-09-02, Saffron Finch (2) 2023-09-02, Spotted Dove (46) 2024-02-25, Warbling White-eye (2) 2024-01-26, Western Cattle Egret (8) 2023-05-27, White Tern (3) 2023-06-19, Zebra Dove",25,2024-01-29 -21.33878825,-157.9629373,"Black-crowned Night Heron (5) 2024-01-14, Brown Booby (1) 2024-01-14, Chestnut Munia (8) 2023-08-02, Common Myna (34) 2024-01-15, Common Waxbill (12) 2023-11-30, House Finch (14) 2024-01-15, House Sparrow (16) 2024-01-14, Java Sparrow (15) 2024-01-14, Northern Cardinal (19) 2024-01-15, Pacific Golden-Plover (35) 2024-01-15, Red Junglefowl (2) 2022-01-13, Red-crested Cardinal (27) 2024-01-14, Red-vented Bulbul (22) 2024-01-14, Red-whiskered Bulbul (13) 2024-01-15, Rock Pigeon (5) 2023-11-30, Rose-ringed Parakeet (21) 2024-01-15, Saffron Finch (20) 2024-01-14, Spotted Dove (21) 2024-01-14, Wandering Tattler (2) 2022-09-14, Warbling White-eye (8) 2024-01-15, Western Cattle Egret (24) 2024-01-15, White Tern (13) 2024-01-14, White-rumped Shama (17) 2024-01-15, Yellow-fronted Canary (9) 2024-01-15, Zebra Dove",34,2024-01-15 -21.33841735,-157.9050834,"Chestnut Munia (3) 2022-06-24, Common Myna (21) 2023-12-29, Common Waxbill (8) 2023-07-03, Eurasian Skylark (2) 2019-11-17, House Finch (11) 2023-07-03, House Sparrow (12) 2023-07-03, Java Sparrow (14) 2023-07-03, Feral Mallard (1) 2023-03-11, Northern Cardinal (2) 2023-05-08, Northern Mockingbird (1) 2022-06-22, Pacific Golden-Plover (7) 2023-09-13, Red Junglefowl (11) 2023-12-29, Red-crested Cardinal (12) 2023-09-13, Red-vented Bulbul (15) 2023-07-03, Red-whiskered Bulbul (5) 2023-07-01, Rock Pigeon (1) 2023-12-29, Rose-ringed Parakeet (13) 2023-07-03, Saffron Finch (9) 2023-07-03, Spotted Dove (20) 2023-12-29, Warbling White-eye (8) 2023-07-03, Western Cattle Egret (17) 2023-12-29, White Tern (4) 2023-12-29, Yellow-fronted Canary (7) 2023-07-03, Zebra Dove",19,2023-12-29 -21.34608154,-157.7121719,"Black-crowned Night Heron (2) 2023-07-14, Black-necked Stilt (11) 2019-07-11, Chestnut Munia (9) 2023-09-30, Common Gallinule (8) 2023-10-18, Common Myna (16) 2023-10-14, Common Waxbill (12) 2023-09-30, House Finch (3) 2023-02-04, House Sparrow (1) 2023-02-04, Indian Peafowl (4) 2023-06-07, Java Sparrow (2) 2020-01-29, Feral Mallard (2) 2021-08-04, Muscovy Duck (1) 2021-10-12, Northern Cardinal (3) 2023-10-14, Pacific Golden-Plover (19) 2023-09-30, Red Junglefowl (2) 2023-10-14, Red-crested Cardinal (7) 2023-10-14, Red-vented Bulbul (5) 2022-05-01, Red-whiskered Bulbul (2) 2023-10-14, Rock Pigeon (9) 2023-09-30, Sanderling (1) 2020-02-21, Spotted Dove (12) 2023-10-14, Wandering Tattler (1) 2020-02-21, Warbling White-eye (3) 2023-03-07, Western Cattle Egret (21) 2023-10-18, Yellow-fronted Canary (1) 2019-12-18, Zebra Dove",15,2023-10-14 -21.35691523,-157.9724538,"African Silverbill (2) 2023-10-19, Chestnut Munia (16) 2022-05-08, Common Myna (18) 2023-10-19, Common Waxbill (11) 2023-10-19, Eurasian Skylark (3) 2022-04-16, House Finch (10) 2022-05-08, House Sparrow (2) 2022-03-30, Java Sparrow (2) 2022-05-08, Pacific Golden-Plover (15) 2023-09-11, Red Avadavat (2) 2022-05-08, Red-crested Cardinal (4) 2023-10-19, Red-vented Bulbul (6) 2022-04-16, Red-whiskered Bulbul (3) 2022-04-04, Rock Pigeon (2) 2022-03-29, Rose-ringed Parakeet (10) 2022-05-08, Ruddy Turnstone (13) 2022-04-16, Ruff (4) 2022-03-28, Saffron Finch (9) 2023-10-19, Scaly-breasted Munia (2) 2022-03-31, Spotted Dove (6) 2022-05-08, Wandering Tattler (3) 2022-05-08, Warbling White-eye (4) 2022-04-16, Western Cattle Egret (12) 2023-09-11, White Tern (5) 2023-09-11, Yellow-fronted Canary (1) 2022-03-29, Zebra Dove",14,2022-05-08 -21.36612086,-158.0013222,"Black-necked Stilt (2) 2023-12-31, Chestnut Munia (2) 2023-12-31, Common Myna (2) 2023-12-31, Common Waxbill (2) 2023-12-31, Gray Francolin (1) 2019-02-17, House Finch (1) 2023-12-31, House Sparrow (1) 2023-12-31, Java Sparrow (1) 2023-12-31, Feral Mallard (3) 2023-12-31, Northern Cardinal (2) 2023-12-31, Pacific Golden-Plover (3) 2023-12-31, Red Junglefowl (1) 2023-12-31, Red-crested Cardinal (2) 2023-12-31, Red-vented Bulbul (2) 2023-12-31, Rose-ringed Parakeet (1) 2023-12-31, Ruddy Turnstone (1) 2023-12-31, Saffron Finch (1) 2023-12-31, Scaly-breasted Munia (1) 2023-12-31, Spotted Dove (2) 2023-12-31, Wandering Tattler (1) 2019-02-17, Warbling White-eye (1) 2023-12-31, Western Cattle Egret (2) 2023-12-31, White-rumped Shama (1) 2023-12-31, Yellow-fronted Canary (1) 2023-12-31, Zebra Dove",2,2023-12-31 -21.3756539,-158.0880654,"Chestnut Munia (2) 2019-06-17, Common Myna (26) 2023-07-07, Common Waxbill (14) 2022-01-13, Gray Francolin (11) 2019-11-22, Hawaiian Coot (2) 2019-06-17, House Finch (18) 2023-07-07, House Sparrow (11) 2019-10-17, Java Sparrow (7) 2022-11-27, Kalij Pheasant (1) 2019-11-22, Northern Cardinal (14) 2021-07-24, Northern Mockingbird (13) 2019-10-17, Oahu Amakihi (2) 2019-06-17, Pacific Golden-Plover (22) 2022-11-27, Red Avadavat (1) 2019-11-22, Red Junglefowl (9) 2019-10-17, Red-billed Leiothrix (2) 2019-06-17, Red-crested Cardinal (19) 2023-07-07, Red-vented Bulbul (27) 2023-07-07, Red-whiskered Bulbul (7) 2022-11-27, Saffron Finch (3) 2022-01-25, Scaly-breasted Munia (11) 2019-10-17, Spotted Dove (26) 2023-07-07, Warbling White-eye (18) 2022-01-14, Western Cattle Egret (13) 2023-07-07, Yellow-faced Grassquit (2) 2019-06-17, Zebra Dove",23,2023-07-07 -21.38257709,-157.7600767,"Black-crowned Night Heron (5) 2022-02-19, Black-necked Stilt (14) 2023-07-14, Chestnut Munia (7) 2022-06-25, Common Gallinule (8) 2022-02-16, Common Myna (16) 2023-02-19, Common Waxbill (12) 2022-06-25, Hawaiian Coot (6) 2022-02-16, House Finch (5) 2023-02-19, Java Sparrow (3) 2022-02-26, Feral Mallard (9) 2023-02-19, Muscovy Duck (2) 2021-12-19, Northern Cardinal (7) 2021-12-19, Northern Shoveler (1) 2022-02-16, Pacific Golden-Plover (10) 2023-02-19, Pectoral Sandpiper (1) 2022-02-14, Red Avadavat (3) 2022-02-02, Red Junglefowl (1) 2020-01-27, Red-crested Cardinal (8) 2022-02-16, Red-vented Bulbul (6) 2021-12-19, Red-whiskered Bulbul (4) 2020-01-30, Rock Pigeon (1) 2020-01-27, Spotted Dove (9) 2023-02-19, Warbling White-eye (9) 2023-02-19, Western Cattle Egret (14) 2023-07-14, White-rumped Shama (6) 2022-02-19, Zebra Dove",12,2023-02-19 -21.4032002,-158.1747194,"African Silverbill (1) 2023-02-14, Brown Booby (1) 2021-06-23, Common Myna (5) 2023-05-10, Common Waxbill (2) 2023-03-06, Erckel's Spurfowl (2) 2023-02-15, Gray Francolin (2) 2021-06-23, Great Frigatebird (1) 2023-03-28, House Finch (4) 2023-05-10, House Sparrow (3) 2023-05-10, Java Sparrow (2) 2023-02-19, Northern Cardinal (3) 2022-01-22, Pacific Golden-Plover (1) 2022-01-22, Red Avadavat (1) 2021-06-23, Red Junglefowl (1) 2021-06-23, Red-crested Cardinal (2) 2022-01-22, Red-vented Bulbul (8) 2023-05-10, Red-whiskered Bulbul (1) 2021-02-20, Ring-necked Pheasant (1) 2022-01-22, Rock Pigeon (5) 2023-05-10, Saffron Finch (2) 2022-01-22, Scaly-breasted Munia (4) 2023-02-19, Spotted Dove (7) 2023-05-13, Warbling White-eye (3) 2022-01-22, Western Cattle Egret (2) 2023-05-10, White-tailed Tropicbird (1) 2022-03-06, Zebra Dove",8,2023-05-10 -21.42049292,-158.029897,"African Silverbill (2) 2022-04-13, Black Francolin (2) 2022-04-13, Chestnut Munia (2) 2022-04-13, Common Myna (3) 2022-04-13, Common Waxbill (3) 2022-04-13, Eurasian Skylark (3) 2022-04-13, Gray Francolin (3) 2022-04-13, House Finch (3) 2022-04-13, Java Sparrow (2) 2022-04-13, Northern Cardinal (2) 2022-04-12, Pacific Golden-Plover (2) 2022-04-13, Red Avadavat (3) 2022-04-13, Red Junglefowl (1) 2019-10-30, Red-crested Cardinal (2) 2022-04-13, Red-vented Bulbul (3) 2022-04-13, Red-whiskered Bulbul (2) 2022-04-12, Ring-necked Pheasant (2) 2022-04-13, Rock Pigeon (2) 2022-04-13, Rose-ringed Parakeet (3) 2022-04-13, Ruddy Turnstone (2) 2022-04-13, Saffron Finch (2) 2022-04-12, Scaly-breasted Munia (1) 2022-04-13, Spotted Dove (3) 2022-04-13, Warbling White-eye (3) 2022-04-13, Western Cattle Egret (3) 2022-04-13, Zebra Dove",3,2022-04-13 -21.48464968,-158.203219,"Black-crowned Night Heron (1) 2022-01-05, Chinese Hwamei (2) 2019-09-27, Common Myna (11) 2022-02-04, Common Waxbill (9) 2022-02-04, Erckel's Spurfowl (7) 2022-02-04, Great Frigatebird (1) 2019-06-30, House Finch (12) 2022-02-04, House Sparrow (3) 2020-01-19, Indian Peafowl (20) 2024-01-30, Japanese Bush Warbler (1) 2020-01-19, Java Sparrow (3) 2022-01-09, Northern Cardinal (7) 2022-02-04, Red Avadavat (1) 2019-04-10, Red Junglefowl (1) 2019-10-05, Red-crested Cardinal (10) 2022-01-07, Red-vented Bulbul (15) 2022-02-04, Ring-necked Pheasant (1) 2020-01-19, Rock Pigeon (3) 2022-01-17, Saffron Finch (9) 2022-02-04, Scaly-breasted Munia (2) 2020-01-19, Spotted Dove (9) 2022-01-17, Warbling White-eye (8) 2022-02-04, Western Cattle Egret (1) 2020-01-19, White-rumped Shama (1) 2020-01-19, White-tailed Tropicbird (3) 2022-01-09, Zebra Dove",13,2022-02-04 -21.50966318,-157.8458831,"Black-crowned Night Heron (3) 2023-05-09, Black-necked Stilt (5) 2023-05-28, Chestnut Munia (14) 2023-05-09, Common Gallinule (1) 2023-05-09, Common Myna (25) 2023-05-09, Common Waxbill (16) 2023-04-30, House Finch (16) 2022-09-20, House Sparrow (1) 2022-11-11, Indian Peafowl (1) 2023-04-30, Java Sparrow (1) 2022-11-29, Feral Mallard (1) 2023-05-09, Northern Cardinal (4) 2022-06-30, Oahu Amakihi (1) 2022-01-15, Pacific Golden-Plover (5) 2022-12-28, Red Junglefowl (3) 2023-05-09, Red-billed Leiothrix (10) 2022-12-28, Red-crested Cardinal (10) 2023-05-09, Red-vented Bulbul (20) 2023-05-09, Red-whiskered Bulbul (11) 2022-09-20, Scaly-breasted Munia (10) 2022-09-20, Spotted Dove (10) 2023-05-09, Wandering Tattler (1) 2022-11-25, Warbling White-eye (21) 2023-04-30, Western Cattle Egret (12) 2023-05-28, White-rumped Shama (16) 2023-06-12, Zebra Dove",18,2023-05-09 -21.69144682,-158.0184253,"Black Noddy (2) 2019-08-11, Bristle-thighed Curlew (1) 2020-09-11, Brown Booby (1) 2023-09-17, Brown Noddy (1) 2023-05-20, Common Myna (12) 2024-01-02, Gray Francolin (2) 2019-08-13, Great Frigatebird (2) 2023-09-17, House Finch (2) 2019-08-11, House Sparrow (3) 2019-09-21, Java Sparrow (3) 2024-01-02, Laysan Albatross (2) 2022-12-25, Masked Booby (1) 2023-10-30, Pacific Golden-Plover (1) 2020-09-11, Red Junglefowl (3) 2023-05-20, Red-crested Cardinal (2) 2020-09-11, Rock Pigeon (2) 2019-08-11, Ruddy Turnstone (1) 2023-10-30, Saffron Finch (1) 2023-12-21, Spotted Dove (5) 2023-12-21, Wandering Tattler (6) 2023-10-30, Warbling White-eye (2) 2023-12-21, Wedge-tailed Shearwater (1) 2023-09-02, White Tern (1) 2023-09-02, Zebra Dove",9,2024-01-02 -21.26528758,-157.7803371,"Black-crowned Night Heron (3) 2024-01-16, Brown Booby (1) 2020-09-25, Common Myna (10) 2024-01-16, Common Waxbill (3) 2023-09-17, Gray Francolin (1) 2022-08-20, Great Frigatebird (1) 2022-07-01, House Finch (3) 2023-09-17, House Sparrow (3) 2024-01-16, Pacific Golden-Plover (4) 2024-01-16, Red Junglefowl (1) 2023-10-20, Red-crested Cardinal (6) 2024-01-16, Red-masked Parakeet (2) 2022-11-14, Red-vented Bulbul (8) 2023-10-20, Red-whiskered Bulbul (1) 2021-05-30, Rock Pigeon (5) 2024-01-16, Rose-ringed Parakeet (1) 2021-02-07, Scaly-breasted Munia (2) 2022-07-07, Spotted Dove (6) 2024-01-16, Wandering Tattler (2) 2022-11-14, Warbling White-eye (4) 2023-06-17, Wedge-tailed Shearwater (2) 2022-11-14, Western Cattle Egret (5) 2023-09-17, White Tern (8) 2023-09-17, Yellow-fronted Canary (2) 2023-09-17, Zebra Dove",7,2024-01-16 -21.27445931,-157.7995378,"Black-crowned Night Heron (1) 2019-08-18, Chestnut Munia (1) 2024-02-11, Common Myna (24) 2024-02-11, Common Waxbill (12) 2023-08-24, Great Frigatebird (2) 2023-02-18, House Finch (11) 2024-02-11, House Sparrow (12) 2022-08-19, Java Sparrow (8) 2023-02-13, Northern Cardinal (3) 2022-08-19, Northern Mockingbird (1) 2024-02-11, Pacific Golden-Plover (12) 2023-08-24, Red Junglefowl (11) 2024-02-11, Red-crested Cardinal (19) 2024-02-11, Red-masked Parakeet (3) 2023-02-19, Red-vented Bulbul (19) 2023-11-04, Red-whiskered Bulbul (1) 2020-02-28, Rock Pigeon (13) 2024-02-11, Rose-ringed Parakeet (10) 2024-02-11, Saffron Finch (4) 2022-03-09, Scaly-breasted Munia (1) 2020-07-03, Spotted Dove (14) 2024-02-11, Warbling White-eye (9) 2024-02-11, Western Cattle Egret (17) 2024-02-11, White Tern (12) 2023-08-24, White-rumped Shama (3) 2022-05-07, Yellow-fronted Canary (9) 2022-08-19, Zebra Dove",24,2024-02-16 -21.28314176,-157.7512741,"Black-crowned Night Heron (1) 2020-01-03, Common Myna (7) 2023-06-30, Common Waxbill (1) 2022-07-04, Great Frigatebird (4) 2022-07-10, House Finch (5) 2023-06-30, House Sparrow (2) 2023-06-30, Java Sparrow (6) 2023-06-30, Lavender Waxbill (1) 2022-04-27, Feral Mallard (1) 2020-01-03, Northern Cardinal (5) 2023-06-30, Pacific Golden-Plover (3) 2023-11-23, Red-crested Cardinal (4) 2023-06-30, Red-masked Parakeet (3) 2023-04-20, Red-vented Bulbul (12) 2023-11-23, Red-whiskered Bulbul (3) 2023-11-23, Rock Pigeon (4) 2023-04-20, Rose-ringed Parakeet (3) 2023-04-20, Scaly-breasted Munia (1) 2022-07-10, Spotted Dove (9) 2023-06-30, Warbling White-eye (6) 2023-06-30, Western Cattle Egret (6) 2023-06-30, White Tern (5) 2023-06-30, White-rumped Shama (4) 2023-06-30, White-tailed Tropicbird (1) 2023-03-07, Yellow-fronted Canary (2) 2023-06-30, Zebra Dove",6,2023-04-20 -21.29252593,-157.7993909,"Barn Owl (1) 2021-02-05, Chestnut Munia (2) 2023-08-29, Common Myna (8) 2024-01-31, Common Waxbill (9) 2023-08-02, Hawaiian Coot (1) 2022-04-07, House Finch (5) 2022-04-07, House Sparrow (2) 2019-01-06, Java Sparrow (7) 2023-08-29, Northern Cardinal (2) 2022-04-07, Pacific Golden-Plover (2) 2022-04-07, Red Junglefowl (1) 2019-01-07, Red-billed Leiothrix (1) 2022-04-07, Red-crested Cardinal (4) 2023-08-02, Red-masked Parakeet (1) 2019-01-07, Red-vented Bulbul (10) 2023-09-17, Red-whiskered Bulbul (4) 2022-04-07, Rock Pigeon (3) 2019-01-07, Rose-ringed Parakeet (7) 2023-08-29, Scaly-breasted Munia (2) 2023-08-02, Sooty Tern (1) 2022-04-07, Spotted Dove (8) 2023-08-29, Warbling White-eye (3) 2022-07-09, Western Cattle Egret (3) 2023-08-29, White Tern (3) 2023-08-28, White-rumped Shama (1) 2022-04-07, Yellow-fronted Canary (3) 2023-08-02, Zebra Dove",9,2023-08-29 -21.29181005,-157.703007,"Chestnut Munia (1) 2021-01-23, Common Gallinule (19) 2024-01-17, Common Myna (22) 2024-01-17, Common Waxbill (15) 2023-02-18, Great Egret (14) 2021-01-26, Hawaiian Coot (3) 2022-05-05, House Finch (13) 2022-05-05, House Sparrow (3) 2021-09-23, Java Sparrow (4) 2022-03-04, Feral Mallard (25) 2024-01-17, Northern Cardinal (4) 2021-09-23, Pacific Golden-Plover (10) 2024-01-17, Red Junglefowl (6) 2023-02-18, Red-crested Cardinal (11) 2024-01-17, Red-vented Bulbul (11) 2022-05-05, Red-whiskered Bulbul (1) 2021-09-23, Rock Pigeon (7) 2024-01-17, Rose-ringed Parakeet (2) 2021-01-30, Scaly-breasted Munia (10) 2022-05-05, Spotted Dove (19) 2024-01-17, Warbling White-eye (6) 2021-01-30, Western Cattle Egret (24) 2024-01-17, White Tern (2) 2021-09-23, White-rumped Shama (1) 2020-02-01, Zebra Dove",21,2024-01-17 -21.30327119,-158.0692318,"African Silverbill (9) 2022-11-30, Brown Booby (1) 2020-02-18, Chestnut Munia (51) 2022-12-27, Common Myna (135) 2024-02-08, Common Waxbill (71) 2024-02-08, Eurasian Skylark (76) 2023-03-13, Gray Francolin (51) 2023-02-03, House Finch (103) 2024-02-08, House Sparrow (99) 2022-12-27, Northern Cardinal (39) 2023-03-13, Northern Mockingbird (13) 2022-03-30, Pacific Golden-Plover (83) 2024-02-08, Red Avadavat (2) 2021-07-21, Red-crested Cardinal (67) 2024-02-08, Red-vented Bulbul (108) 2023-03-13, Red-whiskered Bulbul (14) 2022-05-25, Ruddy Turnstone (6) 2021-12-25, Saffron Finch (102) 2024-02-08, Sanderling (1) 2020-02-18, Scaly-breasted Munia (4) 2022-09-14, Spotted Dove (63) 2022-12-27, Wandering Tattler (1) 2020-02-18, Warbling White-eye (32) 2023-03-13, Western Cattle Egret (5) 2024-02-08, White-rumped Shama (8) 2022-02-09, Yellow-fronted Canary (30) 2023-02-03, Zebra Dove",115,2024-02-08 -21.30316274,-158.0499512,"African Silverbill (4) 2023-01-10, Black-necked Stilt (2) 2021-11-29, Brown Booby (1) 2022-12-13, Chestnut Munia (2) 2023-01-10, Common Myna (12) 2023-11-11, Common Waxbill (10) 2023-11-11, Gray Francolin (3) 2023-07-02, Great Frigatebird (1) 2023-07-02, House Finch (9) 2023-07-02, House Sparrow (11) 2023-11-11, Indian Peafowl (1) 2020-12-30, Java Sparrow (2) 2020-01-02, Northern Cardinal (7) 2023-07-02, Pacific Golden-Plover (9) 2023-11-11, Red-crested Cardinal (12) 2023-11-11, Red-vented Bulbul (10) 2023-07-02, Red-whiskered Bulbul (3) 2023-07-02, Rock Pigeon (1) 2023-01-11, Ruddy Turnstone (2) 2022-01-10, Saffron Finch (9) 2023-11-11, Sanderling (2) 2023-11-11, Spotted Dove (11) 2023-11-11, Warbling White-eye (8) 2023-11-11, Western Cattle Egret (2) 2023-01-11, White-rumped Shama (5) 2023-07-02, Yellow-fronted Canary (9) 2023-11-11, Zebra Dove",12,2023-11-11 -21.30176317,-157.8282354,"Black-necked Stilt (1) 2019-12-07, Chestnut Munia (5) 2020-02-14, Common Myna (35) 2024-01-04, Common Waxbill (4) 2019-10-04, House Finch (5) 2024-01-07, House Sparrow (18) 2024-01-04, Java Sparrow (6) 2024-01-07, Feral Mallard (1) 2020-04-06, Northern Cardinal (4) 2021-04-28, Northern Mockingbird (1) 2022-10-29, Pacific Golden-Plover (11) 2024-02-11, Red Junglefowl (1) 2019-12-07, Red-crested Cardinal (15) 2023-07-09, Red-masked Parakeet (1) 2019-08-16, Red-vented Bulbul (28) 2024-01-04, Red-whiskered Bulbul (3) 2024-01-04, Rock Pigeon (19) 2023-10-26, Rose-ringed Parakeet (24) 2024-01-04, Saffron Finch (1) 2019-05-22, Scaly-breasted Munia (2) 2024-02-27, Spotted Dove (34) 2024-01-04, Warbling White-eye (7) 2024-01-04, Western Cattle Egret (3) 2022-10-11, White Tern (36) 2024-01-04, White-rumped Shama (2) 2024-01-04, Yellow-fronted Canary (7) 2024-02-25, Zebra Dove",41,2024-01-04 -21.30155922,-157.7993175,"Chestnut Munia (3) 2020-05-27, Common Myna (13) 2022-02-21, Common Waxbill (14) 2022-02-05, House Finch (15) 2022-02-05, House Sparrow (2) 2020-08-22, Java Sparrow (8) 2020-10-17, Northern Cardinal (6) 2020-08-16, Northern Mockingbird (3) 2020-10-17, Oahu Amakihi (9) 2020-08-21, Pacific Golden-Plover (7) 2020-08-19, Red Junglefowl (1) 2020-06-01, Red-billed Leiothrix (2) 2022-02-21, Red-crested Cardinal (8) 2022-02-21, Red-masked Parakeet (4) 2020-12-01, Red-vented Bulbul (21) 2022-02-05, Red-whiskered Bulbul (4) 2020-06-07, Rock Pigeon (1) 2022-02-05, Rose-ringed Parakeet (11) 2022-02-05, Saffron Finch (1) 2022-02-21, Scaly-breasted Munia (1) 2020-07-27, Spotted Dove (16) 2021-06-02, Warbling White-eye (16) 2022-02-21, Western Cattle Egret (1) 2022-02-21, White Tern (4) 2020-08-04, White-rumped Shama (5) 2022-02-21, Yellow-fronted Canary (11) 2021-06-02, Zebra Dove",18,2022-02-05 -21.31868248,-157.6738496,"Brown Booby (1) 2023-02-23, Brown Noddy (1) 2021-09-17, Common Myna (7) 2023-04-14, Common Waxbill (2) 2022-04-07, Great Frigatebird (4) 2022-08-11, House Finch (2) 2022-04-07, House Sparrow (1) 2019-07-25, Japanese Bush Warbler (1) 2022-04-07, Java Sparrow (2) 2022-04-07, Pacific Golden-Plover (3) 2022-04-07, Red Avadavat (1) 2022-04-07, Red Junglefowl (1) 2023-04-14, Red-crested Cardinal (3) 2022-04-07, Red-footed Booby (11) 2022-04-07, Red-tailed Tropicbird (3) 2021-04-08, Red-vented Bulbul (6) 2023-04-14, Red-whiskered Bulbul (1) 2022-04-07, Rock Pigeon (4) 2021-04-08, Short-eared Owl (1) 2021-04-08, Sooty Tern (5) 2024-01-27, Spotted Dove (9) 2023-04-14, Warbling White-eye (2) 2021-11-15, Wedge-tailed Shearwater (1) 2019-07-25, Western Cattle Egret (3) 2022-01-30, White-rumped Shama (2) 2022-04-07, Zebra Dove",6,2023-04-14 -21.33866776,-157.9436526,"Black-crowned Night Heron (1) 2023-10-12, Black-necked Stilt (2) 2023-10-12, Chestnut Munia (4) 2023-07-19, Common Myna (10) 2023-10-12, Common Waxbill (5) 2023-07-19, House Finch (5) 2023-10-12, House Sparrow (3) 2023-05-18, Java Sparrow (5) 2023-07-19, Feral Mallard (1) 2022-11-01, Northern Cardinal (3) 2023-05-18, Northern Mockingbird (1) 2021-08-09, Pacific Golden-Plover (5) 2023-06-04, Red Junglefowl (1) 2022-08-04, Red-crested Cardinal (9) 2023-10-12, Red-vented Bulbul (6) 2023-07-12, Red-whiskered Bulbul (3) 2023-07-12, Ring-necked Pheasant (1) 2020-12-12, Rock Pigeon (3) 2023-10-12, Rose-ringed Parakeet (6) 2023-07-12, Saffron Finch (4) 2023-07-19, Spotted Dove (5) 2023-05-18, Warbling White-eye (5) 2023-07-12, Western Cattle Egret (6) 2023-07-19, White Tern (6) 2023-07-12, White-rumped Shama (3) 2023-07-19, Yellow-fronted Canary (1) 2023-07-19, Zebra Dove",9,2023-07-19 -21.34725981,-157.8760887,"Cackling Goose (1) 2020-10-13, Chestnut Munia (6) 2020-05-09, Common Myna (10) 2022-05-14, Common Waxbill (6) 2020-05-09, House Finch (4) 2020-04-07, House Sparrow (10) 2022-05-14, Japanese Bush Warbler (2) 2020-02-06, Java Sparrow (8) 2020-05-09, Feral Mallard (2) 2020-03-18, Northern Cardinal (8) 2020-05-09, Oahu Amakihi (1) 2019-02-23, Pacific Golden-Plover (7) 2020-05-09, Red-billed Leiothrix (1) 2019-02-23, Red-crested Cardinal (9) 2020-05-09, Red-vented Bulbul (10) 2022-05-14, Red-whiskered Bulbul (4) 2020-05-09, Rock Pigeon (1) 2020-02-06, Rose-ringed Parakeet (8) 2020-05-09, Saffron Finch (7) 2022-05-14, Scaly-breasted Munia (2) 2020-05-09, Spotted Dove (8) 2020-05-09, Warbling White-eye (8) 2020-05-09, Western Cattle Egret (7) 2020-05-09, White-rumped Shama (8) 2020-05-09, Yellow-fronted Canary (7) 2020-05-09, Zebra Dove",9,2022-05-14 -21.37436029,-157.8758819,"Chestnut Munia (7) 2023-10-26, Common Myna (12) 2023-10-26, Common Waxbill (13) 2023-10-26, House Finch (7) 2023-10-26, House Sparrow (2) 2023-05-26, Japanese Bush Warbler (1) 2020-03-07, Java Sparrow (7) 2023-09-12, Northern Cardinal (8) 2023-06-17, Oahu Amakihi (5) 2023-10-26, Oahu Elepaio (1) 2022-01-30, Pacific Golden-Plover (7) 2023-10-26, Red Junglefowl (1) 2023-09-03, Red-billed Leiothrix (11) 2023-09-12, Red-crested Cardinal (12) 2023-10-26, Red-vented Bulbul (12) 2023-10-26, Red-whiskered Bulbul (11) 2023-10-26, Rock Pigeon (1) 2022-11-24, Rose-ringed Parakeet (1) 2022-11-24, Saffron Finch (3) 2023-05-26, Scaly-breasted Munia (5) 2023-10-26, Spotted Dove (10) 2023-06-17, Warbling White-eye (9) 2023-10-26, Western Cattle Egret (2) 2023-09-03, White-rumped Shama (14) 2023-10-26, White-tailed Tropicbird (1) 2020-02-24, Yellow-fronted Canary (3) 2023-10-26, Zebra Dove",13,2023-10-26 -21.38389482,-157.9529734,"Black-crowned Night Heron (4) 2023-02-18, Black-necked Stilt (3) 2021-03-02, Chestnut Munia (4) 2021-10-07, Common Gallinule (3) 2023-02-18, Common Myna (15) 2023-02-19, Common Waxbill (7) 2023-02-18, House Finch (3) 2023-02-19, House Sparrow (9) 2023-02-19, Java Sparrow (6) 2023-02-19, Feral Mallard (3) 2023-02-18, Northern Cardinal (1) 2021-01-07, Pacific Golden-Plover (12) 2023-02-19, Red Junglefowl (10) 2023-02-19, Red-crested Cardinal (9) 2023-02-19, Red-crowned Parrot (1) 2023-02-19, Red-vented Bulbul (5) 2023-02-18, Red-whiskered Bulbul (3) 2023-02-18, Rock Pigeon (8) 2023-02-19, Rose-ringed Parakeet (1) 2021-10-07, Saffron Finch (12) 2023-02-19, Spotted Dove (8) 2023-02-18, Wandering Tattler (3) 2023-02-18, Warbling White-eye (3) 2023-02-17, Western Cattle Egret (14) 2023-02-19, White-rumped Shama (1) 2021-10-07, Zebra Dove",13,2023-02-19 -21.39196006,-157.8082261,"Chestnut Munia (5) 2022-08-20, Common Myna (7) 2022-08-20, Common Waxbill (7) 2021-02-04, Green-winged Teal (1) 2021-12-20, Hawaiian Coot (9) 2022-08-20, House Finch (1) 2019-04-20, Java Sparrow (1) 2020-02-19, Feral Mallard (9) 2023-03-10, Muscovy Duck (4) 2024-01-06, Northern Cardinal (4) 2020-02-01, Osprey (1) 2021-10-10, Pacific Golden-Plover (1) 2019-04-20, Red-billed Leiothrix (4) 2023-02-19, Red-crested Cardinal (10) 2023-10-04, Red-vented Bulbul (7) 2023-03-03, Red-whiskered Bulbul (10) 2023-10-04, Ring-necked Pheasant (1) 2022-09-22, Rock Pigeon (1) 2019-04-20, Spotted Dove (7) 2022-08-20, Wandering Tattler (1) 2019-04-04, Warbling White-eye (9) 2023-03-03, Western Cattle Egret (3) 2021-10-10, White-rumped Shama (12) 2023-10-04, Zebra Dove",11,2023-03-03 -21.39161024,-157.7600006,"Black-crowned Night Heron (2) 2024-02-11, Chestnut Munia (2) 2020-12-20, Common Gallinule (1) 2024-02-11, Common Myna (5) 2024-02-11, Common Waxbill (4) 2024-02-11, Great Frigatebird (1) 2022-07-30, House Finch (2) 2020-12-20, Japanese Bush Warbler (3) 2020-12-20, Java Sparrow (1) 2024-02-11, Feral Mallard (7) 2023-12-11, Northern Cardinal (5) 2024-02-11, Northern Pintail (2) 2020-12-20, Northern Shoveler (1) 2022-02-13, Pacific Golden-Plover (1) 2024-02-11, Red Junglefowl (2) 2024-01-13, Red-billed Leiothrix (1) 2019-04-02, Red-crested Cardinal (4) 2024-02-11, Red-vented Bulbul (8) 2024-02-11, Red-whiskered Bulbul (5) 2024-01-13, Spotted Dove (5) 2024-02-11, Warbling White-eye (3) 2022-02-13, Western Cattle Egret (6) 2024-02-11, White-rumped Shama (2) 2022-02-13, Zebra Dove",3,2024-02-11 -21.40988802,-157.7887868,"Black Swan (1) 2023-08-05, Black-necked Stilt (1) 2020-08-01, Chestnut Munia (11) 2023-07-24, Common Myna (14) 2023-08-05, Common Waxbill (10) 2023-07-24, House Finch (6) 2023-07-24, House Sparrow (5) 2021-10-03, Indian Peafowl (1) 2023-08-05, Java Sparrow (10) 2023-07-24, Feral Mallard (1) 2023-08-05, Pacific Golden-Plover (8) 2022-02-25, Red Avadavat (6) 2023-07-24, Red Junglefowl (5) 2023-07-21, Red-crested Cardinal (10) 2023-07-31, Red-vented Bulbul (6) 2023-07-24, Red-whiskered Bulbul (2) 2021-07-12, Rock Pigeon (4) 2023-07-24, Ruddy Turnstone (1) 2022-02-25, Saffron Finch (5) 2023-07-24, Scaly-breasted Munia (1) 2023-07-24, Spotted Dove (10) 2023-08-05, Wandering Tattler (1) 2022-02-25, Warbling White-eye (2) 2023-07-24, Western Cattle Egret (12) 2023-08-05, White-rumped Shama (1) 2020-01-18, Yellow-fronted Canary (1) 2019-02-12, Zebra Dove",11,2023-08-05 -21.43739715,-157.8464525,"Black-crowned Night Heron (1) 2023-08-29, Chestnut Munia (18) 2023-12-11, Common Myna (22) 2024-01-27, Common Waxbill (11) 2024-01-27, House Finch (11) 2023-10-18, House Sparrow (3) 2023-08-01, Java Sparrow (9) 2024-01-27, Feral Mallard (1) 2023-05-21, Mourning Dove (1) 2023-12-11, Northern Cardinal (6) 2023-09-25, Pacific Golden-Plover (5) 2024-01-27, Red Junglefowl (8) 2024-01-27, Red-billed Leiothrix (4) 2024-01-27, Red-crested Cardinal (17) 2024-01-27, Red-vented Bulbul (18) 2024-01-27, Red-whiskered Bulbul (20) 2024-01-27, Saffron Finch (2) 2023-07-06, Scaly-breasted Munia (2) 2023-12-11, Spotted Dove (23) 2024-01-27, Warbling White-eye (17) 2024-01-27, Western Cattle Egret (1) 2023-06-20, White-rumped Shama (11) 2023-12-05, White-tailed Tropicbird (1) 2023-09-25, Yellow-faced Grassquit (10) 2023-08-08, Zebra Dove",23,2024-01-27 -21.49304025,-158.0776817,"African Silverbill (1) 2021-05-09, Apapane (2) 2021-12-08, Brown Booby (1) 2022-10-03, Chestnut Munia (4) 2021-12-10, Common Myna (18) 2022-10-15, Common Waxbill (8) 2021-12-10, Erckel's Spurfowl (2) 2019-06-19, Gray Francolin (2) 2021-12-02, House Finch (14) 2021-12-10, Java Sparrow (5) 2021-12-09, Northern Cardinal (9) 2021-12-02, Pacific Golden-Plover (7) 2022-10-15, Red Avadavat (2) 2021-12-08, Red Junglefowl (7) 2022-07-06, Red-crested Cardinal (14) 2021-12-10, Red-crowned Parrot (7) 2021-12-10, Red-vented Bulbul (13) 2021-12-10, Red-whiskered Bulbul (10) 2021-12-10, Rock Pigeon (2) 2021-05-08, Rose-ringed Parakeet (3) 2020-05-02, Saffron Finch (14) 2022-07-06, Spotted Dove (16) 2022-10-15, Warbling White-eye (9) 2022-10-03, Western Cattle Egret (3) 2022-10-15, White-rumped Shama (10) 2022-10-15, Yellow-fronted Canary (3) 2021-12-10, Zebra Dove",19,2022-10-15 -21.49276397,-158.0294184,"Chestnut Munia (5) 2021-04-17, Common Myna (14) 2023-07-10, Common Waxbill (8) 2022-09-14, House Finch (3) 2022-05-28, House Sparrow (5) 2020-11-09, Indian Peafowl (1) 2022-05-28, Java Sparrow (3) 2021-04-17, Feral Mallard (2) 2019-02-28, Muscovy Duck (2) 2020-11-09, Northern Cardinal (5) 2022-05-28, Pacific Golden-Plover (8) 2022-09-14, Red Junglefowl (7) 2023-07-10, Red-billed Leiothrix (1) 2022-09-14, Red-crested Cardinal (6) 2022-09-14, Red-crowned Parrot (2) 2023-07-10, Red-vented Bulbul (10) 2022-09-14, Red-whiskered Bulbul (7) 2022-09-14, Rose-ringed Parakeet (1) 2022-05-25, Saffron Finch (3) 2021-04-17, Scaly-breasted Munia (2) 2020-11-09, Spotted Dove (11) 2022-05-28, Warbling White-eye (6) 2022-05-28, Western Cattle Egret (2) 2021-06-12, White-rumped Shama (5) 2022-05-28, Zebra Dove",11,2022-05-28 -21.57525945,-158.2606721,"African Silverbill (1) 2021-02-15, Black-footed Albatross (1) 2022-11-26, Bristle-thighed Curlew (1) 2022-09-18, Brown Noddy (1) 2022-09-18, Common Myna (9) 2023-09-19, Common Waxbill (7) 2023-02-14, Erckel's Spurfowl (7) 2023-02-14, Glaucous-winged Gull (1) 2020-11-25, Gray Francolin (2) 2023-02-26, House Finch (5) 2023-02-14, Java Sparrow (1) 2022-09-18, Laysan Albatross (4) 2024-01-21, Northern Cardinal (7) 2023-02-14, Pacific Golden-Plover (8) 2024-01-21, Red-crested Cardinal (8) 2023-02-14, Red-footed Booby (1) 2022-11-26, Red-vented Bulbul (8) 2023-02-14, Red-whiskered Bulbul (3) 2023-09-19, Ring-necked Pheasant (1) 2023-02-07, Rock Pigeon (1) 2023-02-14, Snow Goose (2) 2020-03-14, Spotted Dove (7) 2023-09-19, Wandering Tattler (4) 2024-01-21, Warbling White-eye (6) 2023-02-14, Wedge-tailed Shearwater (2) 2022-11-26, White-rumped Shama (1) 2020-01-15, Zebra Dove",9,2023-09-19 -21.57485898,-158.1737444,"Black Francolin (1) 2022-03-19, Chestnut Munia (2) 2022-04-30, Common Myna (2) 2022-04-30, Common Waxbill (2) 2022-04-30, Gray Francolin (2) 2022-04-30, Hawaiian Coot (1) 2021-01-23, House Finch (2) 2022-04-30, Indian Peafowl (3) 2022-04-30, Laysan Albatross (1) 2023-04-27, Feral Mallard (1) 2021-01-23, Muscovy Duck (2) 2022-04-16, Northern Cardinal (2) 2022-04-30, Pacific Golden-Plover (1) 2022-04-16, Red Avadavat (1) 2022-04-30, Red Junglefowl (3) 2023-08-20, Red-crested Cardinal (2) 2022-04-30, Red-vented Bulbul (2) 2022-04-30, Ring-necked Duck (2) 2021-01-23, Rock Pigeon (1) 2022-04-30, Ruddy Turnstone (1) 2022-04-16, Saffron Finch (2) 2022-04-30, Scaly-breasted Munia (2) 2022-04-30, Spotted Dove (2) 2022-04-30, Warbling White-eye (2) 2022-04-30, Western Cattle Egret (2) 2022-04-30, White-rumped Shama (2) 2022-04-30, Zebra Dove",2,2022-04-30 -21.61956471,-158.0865416,"Brown Booby (11) 2024-01-30, Common Myna (28) 2024-02-28, Common Waxbill (6) 2023-12-24, Great Frigatebird (3) 2023-06-03, House Finch (2) 2023-10-20, House Sparrow (2) 2022-08-20, Java Sparrow (5) 2022-02-01, Laysan Albatross (1) 2023-12-25, Northern Cardinal (6) 2023-03-02, Osprey (1) 2022-10-31, Pacific Golden-Plover (6) 2023-11-06, Red Avadavat (4) 2022-04-20, Red Junglefowl (3) 2023-12-24, Red-crested Cardinal (7) 2023-12-24, Red-vented Bulbul (13) 2023-12-24, Red-whiskered Bulbul (7) 2023-12-25, Ruddy Turnstone (6) 2023-09-19, Saffron Finch (2) 2022-01-29, Sanderling (42) 2024-02-28, Spotted Dove (6) 2023-12-28, Wandering Tattler (49) 2024-02-28, Warbling White-eye (3) 2023-12-25, Wedge-tailed Shearwater (1) 2021-06-04, Western Cattle Egret (6) 2023-11-06, White-rumped Shama (2) 2023-05-15, Zebra Dove",16,2023-12-28 -21.70042132,-158.0086977,"Black-crowned Night Heron (2) 2022-03-15, Brown Booby (4) 2022-08-18, Brown Noddy (1) 2019-06-29, Chestnut Munia (6) 2022-08-19, Common Gallinule (3) 2022-08-18, Common Myna (14) 2024-02-14, Common Waxbill (8) 2024-02-14, Great Frigatebird (6) 2023-06-17, House Finch (11) 2022-09-24, House Sparrow (1) 2020-07-12, Java Sparrow (4) 2024-02-14, Northern Cardinal (6) 2022-09-24, Pacific Golden-Plover (8) 2024-02-14, Red Junglefowl (5) 2022-08-19, Red-billed Leiothrix (8) 2024-02-06, Red-crested Cardinal (11) 2024-02-14, Red-footed Booby (1) 2020-07-12, Red-vented Bulbul (14) 2024-02-14, Red-whiskered Bulbul (4) 2023-10-12, Saffron Finch (3) 2022-08-19, Scaly-breasted Munia (1) 2020-07-12, Spotted Dove (8) 2023-10-12, Wandering Tattler (1) 2022-03-15, Warbling White-eye (12) 2024-02-14, Western Cattle Egret (12) 2024-02-14, White-rumped Shama (16) 2024-02-14, Zebra Dove",18,2024-02-14 -21.7093361,-157.9893022,"Black-footed Albatross (1) 2024-01-21, Black-necked Stilt (1) 2024-01-21, Common Myna (8) 2024-02-20, Common Waxbill (3) 2023-04-15, Glaucous-winged Gull (1) 2024-01-21, Gray Francolin (1) 2023-02-24, House Finch (3) 2024-01-21, Indian Peafowl (1) 2023-02-24, Laysan Albatross (7) 2024-02-20, Masked Booby (1) 2024-02-06, Muscovy Duck (1) 2024-01-21, Northern Cardinal (2) 2024-01-21, Pacific Golden-Plover (7) 2024-02-20, Red-billed Leiothrix (2) 2023-04-17, Red-crested Cardinal (4) 2024-02-06, Red-footed Booby (2) 2024-02-06, Red-vented Bulbul (3) 2023-04-15, Red-whiskered Bulbul (4) 2023-04-15, Saffron Finch (1) 2023-04-15, Sooty Tern (1) 2024-02-06, Spotted Dove (2) 2023-04-15, Wandering Tattler (2) 2024-02-02, Warbling White-eye (4) 2024-02-06, Western Cattle Egret (4) 2024-01-21, White-rumped Shama (3) 2024-02-06, Zebra Dove",6,2024-02-06 -21.25632399,-157.7900477,"Brown Booby (1) 2019-04-21, Common Myna (17) 2024-01-26, Common Waxbill (6) 2023-10-06, Gray Francolin (1) 2023-10-06, Great Frigatebird (3) 2023-10-06, House Finch (9) 2023-10-06, House Sparrow (1) 2021-04-24, Java Sparrow (2) 2020-10-25, Masked Booby (1) 2019-04-21, Northern Cardinal (1) 2021-04-24, Pacific Golden-Plover (8) 2024-01-26, Red-crested Cardinal (11) 2024-01-26, Red-footed Booby (3) 2023-03-01, Red-masked Parakeet (12) 2024-01-07, Red-vented Bulbul (17) 2024-01-26, Red-whiskered Bulbul (8) 2024-01-07, Rock Pigeon (5) 2023-01-08, Rose-ringed Parakeet (7) 2024-01-07, Sooty Tern (3) 2023-03-01, Spotted Dove (14) 2024-01-07, Wandering Tattler (2) 2020-10-25, Warbling White-eye (12) 2024-01-07, Wedge-tailed Shearwater (10) 2022-09-24, Western Cattle Egret (3) 2021-01-01, White Tern (15) 2024-01-07, White-rumped Shama (2) 2019-05-04, Yellow-fronted Canary (1) 2023-10-06, Zebra Dove",15,2024-01-26 -21.27432075,-157.7802626,"Black-crowned Night Heron (1) 2022-10-05, Common Myna (12) 2023-12-17, Common Waxbill (9) 2023-12-17, Great Frigatebird (1) 2021-09-19, House Finch (5) 2023-12-17, House Sparrow (8) 2023-12-17, Java Sparrow (8) 2024-01-05, Feral Mallard (3) 2021-12-19, Northern Cardinal (2) 2021-12-19, Pacific Golden-Plover (7) 2023-12-17, Red Junglefowl (3) 2023-09-08, Red-billed Leiothrix (3) 2021-12-19, Red-crested Cardinal (10) 2024-01-05, Red-masked Parakeet (1) 2020-07-17, Red-vented Bulbul (12) 2023-12-17, Red-whiskered Bulbul (4) 2023-12-17, Rock Pigeon (6) 2023-12-17, Rose-ringed Parakeet (12) 2024-02-20, Ruddy Turnstone (2) 2022-10-05, Saffron Finch (1) 2019-12-15, Scaly-breasted Munia (2) 2021-07-17, Spotted Dove (9) 2024-01-05, Warbling White-eye (8) 2023-12-17, Western Cattle Egret (12) 2024-01-05, White Tern (11) 2024-01-05, White-rumped Shama (3) 2021-12-19, Yellow-fronted Canary (1) 2020-07-17, Zebra Dove",9,2023-12-17 -21.29259442,-157.8090296,"Black-crowned Night Heron (3) 2024-01-21, Black-necked Stilt (1) 2019-01-24, Chestnut Munia (1) 2020-06-21, Common Myna (20) 2023-06-27, Common Waxbill (13) 2023-06-27, Great Frigatebird (1) 2020-08-30, House Finch (18) 2023-06-27, House Sparrow (6) 2023-06-27, Japanese Bush Warbler (1) 2020-05-25, Java Sparrow (17) 2023-06-27, Feral Mallard (1) 2020-10-25, Northern Cardinal (3) 2020-07-12, Pacific Golden-Plover (10) 2023-04-15, Red Junglefowl (1) 2020-08-30, Red-crested Cardinal (11) 2023-06-27, Red-vented Bulbul (21) 2023-06-27, Red-whiskered Bulbul (10) 2023-03-09, Rock Pigeon (4) 2020-09-20, Rose-ringed Parakeet (18) 2023-06-27, Saffron Finch (3) 2023-06-27, Scaly-breasted Munia (2) 2023-06-27, Spotted Dove (20) 2023-06-27, Warbling White-eye (12) 2023-06-27, Western Cattle Egret (11) 2021-07-08, White Tern (24) 2024-01-27, White-rumped Shama (13) 2023-06-27, Yellow-fronted Canary (5) 2023-06-27, Zebra Dove",17,2023-06-27 -21.30189651,-157.8475145,"Black-crowned Night Heron (3) 2023-12-02, Chestnut Munia (3) 2022-06-26, Common Myna (27) 2023-11-06, Common Waxbill (8) 2023-07-29, Great Frigatebird (1) 2022-03-11, House Finch (4) 2022-06-01, House Sparrow (21) 2023-11-06, Java Sparrow (15) 2023-10-26, Feral Mallard (1) 2021-10-18, Northern Cardinal (1) 2023-08-01, Pacific Golden-Plover (15) 2023-02-17, Red Junglefowl (2) 2022-03-05, Red-crested Cardinal (11) 2023-07-29, Red-vented Bulbul (18) 2023-11-06, Red-whiskered Bulbul (1) 2023-06-07, Rock Pigeon (9) 2023-07-29, Rose-ringed Parakeet (12) 2023-11-26, Saffron Finch (1) 2020-03-07, Scaly-breasted Munia (1) 2022-05-30, Spotted Dove (30) 2023-11-06, Warbling White-eye (5) 2021-07-19, Western Cattle Egret (13) 2023-11-06, White Tern (20) 2023-07-29, White-rumped Shama (1) 2023-07-29, Yellow-fronted Canary (5) 2022-06-26, Zebra Dove",29,2023-11-06 -21.30183011,-157.837875,"African Silverbill (1) 2023-11-05, Chestnut Munia (2) 2021-06-27, Common Myna (47) 2024-01-11, Common Waxbill (18) 2023-11-05, Great Frigatebird (1) 2020-08-17, House Finch (21) 2023-11-05, House Sparrow (38) 2024-01-11, Japanese Bush Warbler (1) 2023-10-19, Java Sparrow (11) 2024-01-11, Northern Cardinal (3) 2020-09-21, Pacific Golden-Plover (14) 2024-01-11, Red Junglefowl (9) 2023-12-02, Red-crested Cardinal (25) 2023-11-05, Red-masked Parakeet (31) 2023-10-07, Red-vented Bulbul (34) 2024-01-11, Red-whiskered Bulbul (6) 2023-10-19, Rock Pigeon (32) 2024-01-11, Rose-ringed Parakeet (34) 2024-02-18, Saffron Finch (8) 2023-11-05, Scaly-breasted Munia (12) 2023-11-05, Spotted Dove (45) 2024-01-11, Warbling White-eye (25) 2024-01-11, Western Cattle Egret (33) 2024-01-11, White Tern (49) 2024-02-29, White-rumped Shama (4) 2020-09-21, Yellow-fronted Canary (10) 2023-11-05, Zebra Dove",53,2024-01-11 -21.30162774,-157.8089567,"Chestnut Munia (5) 2023-09-12, Common Myna (26) 2023-09-12, Common Waxbill (15) 2023-07-27, House Finch (8) 2019-09-10, House Sparrow (3) 2019-11-06, Japanese Bush Warbler (1) 2020-04-15, Java Sparrow (8) 2023-07-27, Feral Mallard (2) 2023-06-05, Northern Cardinal (3) 2023-06-05, Pacific Golden-Plover (19) 2023-09-12, Red Avadavat (1) 2022-03-19, Red-billed Leiothrix (2) 2023-07-25, Red-crested Cardinal (15) 2023-07-25, Red-vented Bulbul (28) 2023-07-27, Red-whiskered Bulbul (5) 2023-05-30, Rock Pigeon (3) 2022-04-09, Rose-ringed Parakeet (17) 2023-09-12, Saffron Finch (1) 2022-04-09, Scaly-breasted Munia (1) 2019-08-30, Spotted Dove (17) 2023-07-27, Warbling White-eye (20) 2023-07-27, Western Cattle Egret (12) 2023-09-12, White Tern (17) 2023-07-25, White-rumped Shama (7) 2023-07-25, Yellow-fronted Canary (8) 2023-07-25, Zebra Dove",20,2023-07-25 -21.30149014,-157.7896782,"Chestnut Munia (15) 2020-03-20, Common Myna (854) 2023-12-27, Common Waxbill (509) 2020-12-04, Great Frigatebird (1) 2019-07-31, House Finch (520) 2020-12-04, House Sparrow (221) 2020-07-24, Java Sparrow (754) 2021-08-16, Northern Cardinal (582) 2020-09-28, Northern Mockingbird (1) 2019-02-22, Pacific Golden-Plover (499) 2020-12-04, Red Junglefowl (164) 2023-12-27, Red-billed Leiothrix (1) 2019-10-27, Red-crested Cardinal (691) 2020-12-04, Red-vented Bulbul (914) 2021-08-16, Red-whiskered Bulbul (117) 2020-07-27, Rock Pigeon (9) 2019-09-27, Rose-ringed Parakeet (536) 2023-12-27, Saffron Finch (79) 2020-11-20, Scaly-breasted Munia (64) 2020-03-15, Spotted Dove (865) 2023-12-27, Warbling White-eye (703) 2020-12-04, Western Cattle Egret (81) 2020-03-17, White Cockatoo (36) 2020-03-03, White Tern (21) 2019-12-20, White-rumped Shama (541) 2020-12-04, White-tailed Tropicbird (9) 2019-07-31, Yellow-fronted Canary (546) 2020-12-04, Zebra Dove",886,2020-12-04 -21.3108635,-157.8378039,"African Silverbill (1) 2024-02-25, Chestnut Munia (6) 2024-02-25, Common Myna (41) 2024-02-25, Common Waxbill (12) 2024-02-25, House Finch (21) 2024-02-25, House Sparrow (20) 2024-02-25, Java Sparrow (7) 2024-02-25, Feral Mallard (1) 2019-05-06, Northern Cardinal (4) 2023-06-24, Northern Mockingbird (3) 2024-02-25, Pacific Golden-Plover (25) 2024-02-25, Red Junglefowl (7) 2024-02-25, Red-crested Cardinal (24) 2024-02-25, Red-masked Parakeet (2) 2020-10-21, Red-vented Bulbul (43) 2024-02-25, Red-whiskered Bulbul (10) 2020-11-05, Rock Pigeon (6) 2023-01-01, Rose-ringed Parakeet (30) 2024-02-25, Saffron Finch (1) 2020-05-18, Scaly-breasted Munia (6) 2024-02-25, Spotted Dove (33) 2024-02-25, Warbling White-eye (24) 2024-02-25, Western Cattle Egret (25) 2024-02-25, White Tern (11) 2023-08-06, White-rumped Shama (9) 2024-02-25, Yellow-fronted Canary (8) 2024-02-25, Zebra Dove",33,2024-02-25 -21.3107291,-157.8185237,"Apapane (1) 2021-08-14, Chestnut Munia (9) 2023-07-12, Common Myna (9) 2023-06-17, Common Waxbill (13) 2023-06-17, Great Frigatebird (1) 2019-07-06, House Finch (6) 2021-08-22, House Sparrow (2) 2021-03-16, Java Sparrow (2) 2024-01-22, Northern Cardinal (4) 2022-10-18, Oahu Amakihi (2) 2024-02-04, Pacific Golden-Plover (5) 2021-12-06, Red Junglefowl (4) 2021-08-22, Red-billed Leiothrix (4) 2021-08-22, Red-crested Cardinal (16) 2024-02-09, Red-vented Bulbul (26) 2024-02-09, Red-whiskered Bulbul (12) 2023-11-19, Rock Pigeon (1) 2021-08-22, Rose-ringed Parakeet (13) 2023-11-19, Saffron Finch (2) 2024-02-09, Scaly-breasted Munia (3) 2022-08-14, Spotted Dove (10) 2023-11-19, Warbling White-eye (16) 2023-06-17, Western Cattle Egret (1) 2021-12-06, White Tern (5) 2023-06-10, White-rumped Shama (14) 2023-11-19, White-tailed Tropicbird (3) 2019-09-05, Yellow-fronted Canary (4) 2023-06-17, Zebra Dove",12,2024-02-04 -21.33026605,-158.049777,"African Silverbill (6) 2019-03-04, Black Swan (3) 2023-04-12, Chestnut Munia (6) 2019-03-04, Common Myna (17) 2024-01-30, Common Waxbill (8) 2020-01-01, Gray Francolin (3) 2019-02-12, House Finch (10) 2022-11-16, House Sparrow (11) 2022-11-16, Java Sparrow (6) 2022-11-16, Northern Cardinal (1) 2019-02-10, Pacific Golden-Plover (5) 2022-11-16, Red Avadavat (4) 2019-03-04, Red Junglefowl (3) 2023-01-31, Red-crested Cardinal (9) 2022-11-16, Red-vented Bulbul (10) 2022-11-16, Red-whiskered Bulbul (1) 2019-06-09, Rock Pigeon (2) 2019-06-08, Rose-ringed Parakeet (2) 2022-05-01, Ruddy Turnstone (1) 2022-09-19, Saffron Finch (8) 2022-11-16, Scaly-breasted Munia (4) 2019-02-16, Spotted Dove (12) 2024-01-30, Wandering Tattler (1) 2022-09-19, Warbling White-eye (7) 2020-01-01, Western Cattle Egret (8) 2022-11-16, White-rumped Shama (2) 2019-02-11, Yellow-fronted Canary (4) 2019-02-16, Zebra Dove",13,2022-11-16 -21.32950884,-157.9244335,"African Silverbill (3) 2022-08-12, Black-crowned Night Heron (5) 2024-01-05, Chestnut Munia (2) 2022-06-29, Common Myna (129) 2024-02-21, Common Waxbill (34) 2024-01-05, Great Frigatebird (1) 2022-09-24, House Finch (42) 2023-12-29, House Sparrow (129) 2024-02-07, Japanese Bush Warbler (1) 2022-02-08, Java Sparrow (2) 2022-09-18, Feral Mallard (50) 2022-02-17, Mourning Dove (1) 2024-01-05, Pacific Golden-Plover (14) 2024-02-21, Red-crested Cardinal (38) 2023-10-23, Red-vented Bulbul (102) 2024-02-21, Red-whiskered Bulbul (14) 2023-10-08, Rock Pigeon (10) 2023-11-05, Saffron Finch (4) 2024-01-11, Scaly-breasted Munia (1) 2020-09-13, Spotted Dove (167) 2024-02-08, Warbling White-eye (64) 2023-12-29, Western Cattle Egret (31) 2024-01-27, White Tern (8) 2023-12-06, White-rumped Shama (1) 2022-07-17, Zebra Dove",141,2024-02-21 -21.3288633,-157.8280203,"Apapane (13) 2021-03-30, Chestnut Munia (2) 2019-10-31, Chinese Hwamei (2) 2019-03-30, Common Myna (173) 2023-10-12, Common Waxbill (123) 2023-10-12, House Finch (168) 2023-06-01, House Sparrow (1) 2019-10-31, Java Sparrow (4) 2021-03-30, Northern Cardinal (113) 2023-06-01, Oahu Amakihi (188) 2023-10-10, Oahu Elepaio (1) 2019-10-08, Pacific Golden-Plover (21) 2021-10-22, Red Junglefowl (87) 2023-10-10, Red-billed Leiothrix (144) 2023-10-12, Red-crested Cardinal (190) 2024-02-03, Red-masked Parakeet (1) 2019-10-08, Red-vented Bulbul (179) 2023-10-12, Red-whiskered Bulbul (162) 2023-10-12, Rose-ringed Parakeet (173) 2023-10-12, Scaly-breasted Munia (8) 2021-08-18, Spotted Dove (187) 2024-02-03, Warbling White-eye (193) 2023-10-10, Western Cattle Egret (3) 2023-10-12, White Tern (13) 2021-10-22, White-rumped Shama (207) 2024-02-03, Yellow-fronted Canary (72) 2023-10-10, Zebra Dove",167,2023-10-12 -21.35642129,-157.895306,"Black-crowned Night Heron (1) 2020-03-29, Common Gallinule (1) 2020-05-20, Common Myna (51) 2022-12-18, Common Waxbill (36) 2022-04-14, Gray Francolin (2) 2021-01-28, Great-tailed Grackle (1) 2020-06-08, House Finch (3) 2022-12-18, House Sparrow (2) 2023-12-06, Java Sparrow (1) 2021-10-25, Feral Mallard (2) 2020-06-07, Northern Cardinal (21) 2020-12-06, Pacific Golden-Plover (13) 2022-12-18, Red-billed Leiothrix (1) 2021-01-01, Red-crested Cardinal (20) 2022-12-18, Red-vented Bulbul (42) 2021-10-20, Red-whiskered Bulbul (36) 2021-01-01, Rock Pigeon (1) 2023-12-06, Rose-ringed Parakeet (8) 2023-12-06, Ruddy Turnstone (1) 2022-12-18, Saffron Finch (16) 2022-03-17, Spotted Dove (43) 2022-12-18, Warbling White-eye (41) 2021-01-28, Western Cattle Egret (16) 2022-12-18, White Tern (3) 2021-10-25, White-rumped Shama (7) 2021-01-28, Yellow-fronted Canary (20) 2020-12-06, Zebra Dove",44,2021-10-25 -21.36588907,-157.9627465,"African Silverbill (1) 2021-03-12, Chestnut Munia (44) 2023-12-31, Common Myna (43) 2023-12-31, Common Waxbill (34) 2023-07-19, Eurasian Skylark (34) 2022-04-06, House Finch (38) 2023-12-31, House Sparrow (9) 2022-10-19, Java Sparrow (9) 2023-12-31, Northern Cardinal (2) 2021-03-12, Pacific Golden-Plover (44) 2023-12-31, Red Avadavat (5) 2020-02-11, Red-crested Cardinal (27) 2023-12-31, Red-vented Bulbul (28) 2023-07-19, Red-whiskered Bulbul (4) 2022-03-31, Rock Pigeon (16) 2023-01-04, Rose-ringed Parakeet (5) 2023-07-19, Ruddy Turnstone (13) 2023-07-19, Saffron Finch (32) 2023-12-31, Sanderling (2) 2023-12-31, Scaly-breasted Munia (2) 2022-06-06, Spotted Dove (19) 2023-07-19, Wandering Tattler (4) 2022-03-31, Warbling White-eye (9) 2022-03-31, Western Cattle Egret (27) 2023-12-31, White Tern (11) 2023-07-19, Yellow-fronted Canary (2) 2022-10-19, Zebra Dove",39,2023-12-31 -21.39298767,-157.9625547,"Black-crowned Night Heron (13) 2022-08-11, Black-necked Stilt (6) 2022-08-11, Chestnut Munia (3) 2020-02-16, Common Gallinule (12) 2022-08-11, Common Myna (18) 2024-02-18, Common Waxbill (13) 2024-02-18, House Finch (6) 2022-03-17, House Sparrow (8) 2022-03-17, Java Sparrow (4) 2020-02-16, Feral Mallard (11) 2022-03-17, Northern Cardinal (8) 2023-01-02, Pacific Golden-Plover (12) 2023-01-02, Red Junglefowl (4) 2019-10-07, Red-crested Cardinal (12) 2023-01-02, Red-vented Bulbul (16) 2024-02-18, Red-whiskered Bulbul (6) 2024-02-18, Rock Pigeon (10) 2022-08-11, Rose-ringed Parakeet (6) 2022-08-11, Ruddy Turnstone (7) 2022-08-11, Saffron Finch (6) 2020-03-18, Scaly-breasted Munia (2) 2022-08-11, Spotted Dove (11) 2023-01-02, Wandering Tattler (7) 2022-03-17, Warbling White-eye (6) 2022-08-11, Western Cattle Egret (13) 2023-01-02, Yellow-fronted Canary (2) 2022-03-17, Zebra Dove",11,2024-02-18 -21.48256342,-157.8460968,"Black-crowned Night Heron (2) 2022-02-15, Black-necked Stilt (8) 2021-12-31, Chestnut Munia (4) 2023-10-06, Common Myna (19) 2024-02-05, Common Waxbill (8) 2021-05-13, Great Frigatebird (1) 2022-08-01, Hawaiian Coot (1) 2021-05-13, House Finch (1) 2019-07-15, House Sparrow (1) 2019-07-15, Indian Peafowl (1) 2021-03-24, Laysan Albatross (1) 2019-12-30, Feral Mallard (2) 2023-09-12, Pacific Golden-Plover (8) 2023-10-06, Red Avadavat (1) 2023-09-12, Red Junglefowl (3) 2024-02-05, Red-crested Cardinal (5) 2024-02-05, Red-vented Bulbul (5) 2019-09-27, Red-whiskered Bulbul (6) 2024-02-05, Rock Pigeon (1) 2019-09-27, Ruddy Turnstone (7) 2020-02-06, Sanderling (1) 2019-09-27, Spotted Dove (5) 2019-09-27, Wandering Tattler (1) 2019-09-27, Warbling White-eye (5) 2023-03-10, Western Cattle Egret (12) 2023-09-12, White Tern (1) 2021-05-13, White-rumped Shama (5) 2023-10-06, Zebra Dove",13,2024-02-05 -21.55489415,-157.8551821,"Apapane (1) 2021-12-30, Chestnut Munia (3) 2024-01-09, Common Myna (7) 2024-02-13, Common Waxbill (13) 2024-02-13, Glaucous-winged Gull (2) 2024-01-15, Great Frigatebird (3) 2023-09-03, House Finch (2) 2024-02-13, House Sparrow (1) 2020-01-21, Java Sparrow (8) 2024-01-09, Laughing Gull (1) 2020-03-02, Northern Cardinal (1) 2023-05-12, Pacific Golden-Plover (11) 2024-02-13, Red Junglefowl (4) 2024-01-09, Red-billed Leiothrix (2) 2023-09-03, Red-crested Cardinal (4) 2024-02-13, Red-vented Bulbul (5) 2024-01-09, Red-whiskered Bulbul (4) 2024-01-09, Rock Pigeon (2) 2024-02-13, Ruddy Turnstone (6) 2023-02-24, Saffron Finch (8) 2024-01-15, Scaly-breasted Munia (7) 2023-02-24, Spotted Dove (5) 2024-02-13, Wandering Tattler (1) 2024-02-13, Warbling White-eye (3) 2024-02-13, Western Cattle Egret (7) 2024-02-13, White-rumped Shama (4) 2024-01-09, White-tailed Tropicbird (3) 2023-09-16, Zebra Dove",13,2024-02-13 -21.57504483,-158.2123763,"Apapane (1) 2022-01-09, Black-crowned Night Heron (1) 2019-05-21, Common Myna (2) 2024-02-09, Common Waxbill (6) 2023-03-23, Erckel's Spurfowl (1) 2021-07-28, Gray Francolin (3) 2022-02-03, House Finch (3) 2022-06-28, House Sparrow (1) 2022-06-28, Indian Peafowl (3) 2021-07-28, Japanese Bush Warbler (1) 2022-01-09, Java Sparrow (1) 2022-02-03, Kalij Pheasant (2) 2022-06-28, Laysan Albatross (2) 2024-01-02, Northern Cardinal (4) 2023-03-23, Pacific Golden-Plover (3) 2022-02-03, Red Junglefowl (1) 2024-02-09, Red-billed Leiothrix (5) 2023-03-23, Red-crested Cardinal (5) 2024-02-09, Red-vented Bulbul (7) 2023-03-23, Red-whiskered Bulbul (2) 2022-06-28, Rock Pigeon (1) 2019-05-21, Saffron Finch (7) 2023-03-23, Spotted Dove (1) 2022-01-09, Warbling White-eye (6) 2023-03-23, Western Cattle Egret (1) 2021-12-05, White-rumped Shama (4) 2023-03-23, White-tailed Tropicbird (1) 2021-01-07, Zebra Dove",5,2022-06-28 -21.58369093,-158.1350609,"Black Francolin (9) 2022-12-27, Black-crowned Night Heron (1) 2021-02-27, Brown Booby (1) 2024-01-26, Chestnut Munia (1) 2022-05-23, Common Myna (37) 2023-03-20, Common Waxbill (17) 2022-12-12, Gray Francolin (5) 2022-11-28, Great Frigatebird (1) 2019-08-03, House Finch (22) 2022-12-12, House Sparrow (5) 2022-11-10, Java Sparrow (8) 2023-03-04, Laughing Gull (1) 2021-12-18, Northern Cardinal (10) 2022-12-27, Pacific Golden-Plover (2) 2022-04-11, Red Avadavat (1) 2022-05-02, Red Junglefowl (2) 2022-11-10, Red-crested Cardinal (13) 2022-12-12, Red-vented Bulbul (32) 2023-03-20, Red-whiskered Bulbul (8) 2022-11-10, Rock Pigeon (1) 2022-04-24, Saffron Finch (13) 2022-12-27, Spotted Dove (15) 2023-03-20, Wandering Tattler (1) 2024-01-15, Warbling White-eye (21) 2022-12-27, Western Cattle Egret (9) 2022-11-10, White-rumped Shama (2) 2022-04-24, Zebra Dove",36,2023-03-20 -21.63664722,-157.9221734,"African Silverbill (1) 2023-05-01, Black-crowned Night Heron (14) 2023-09-04, Brown Booby (1) 2023-01-15, Brown Noddy (1) 2023-01-15, Chestnut Munia (6) 2021-10-13, Common Myna (30) 2023-12-16, Common Waxbill (12) 2023-08-08, Great Frigatebird (4) 2023-08-11, Hawaiian Coot (1) 2020-01-24, House Finch (9) 2023-12-16, House Sparrow (9) 2023-12-09, Java Sparrow (5) 2023-12-09, Laysan Albatross (1) 2023-01-15, Northern Cardinal (4) 2023-11-03, Pacific Golden-Plover (16) 2023-12-09, Red Junglefowl (10) 2023-11-03, Red-billed Leiothrix (2) 2023-05-01, Red-crested Cardinal (17) 2023-12-09, Red-vented Bulbul (20) 2023-12-16, Red-whiskered Bulbul (16) 2023-12-16, Rock Pigeon (6) 2023-12-09, Saffron Finch (3) 2024-01-14, Spotted Dove (18) 2023-12-16, Warbling White-eye (6) 2023-05-01, Western Cattle Egret (8) 2023-08-08, White-rumped Shama (3) 2023-05-01, Yellow-fronted Canary (1) 2022-03-21, Zebra Dove",28,2023-12-09 -21.6645152,-158.0476008,"Brown Booby (9) 2023-12-24, Chestnut Munia (1) 2022-04-03, Common Myna (9) 2024-01-09, Common Waxbill (3) 2022-02-26, Great Frigatebird (1) 2022-04-08, House Finch (2) 2023-07-08, Java Sparrow (1) 2022-04-05, Laysan Albatross (4) 2023-03-11, Masked Booby (1) 2022-04-02, Northern Cardinal (2) 2022-01-24, Red Junglefowl (6) 2024-01-09, Red-billed Leiothrix (2) 2023-05-21, Red-crested Cardinal (5) 2022-04-05, Red-footed Booby (4) 2022-04-03, Red-tailed Tropicbird (1) 2022-04-05, Red-vented Bulbul (9) 2023-12-24, Red-whiskered Bulbul (5) 2022-11-05, Ruddy Turnstone (1) 2023-03-11, Saffron Finch (4) 2024-01-09, Sooty Tern (1) 2022-04-05, Spotted Dove (3) 2022-04-03, Warbling White-eye (9) 2024-01-09, Wedge-tailed Shearwater (3) 2023-08-08, Western Cattle Egret (4) 2022-06-06, White Tern (1) 2022-04-02, White-rumped Shama (6) 2023-12-24, White-tailed Tropicbird (2) 2022-04-05, Zebra Dove",6,2022-04-05 -21.25646141,-157.8093206,"Brown Booby (1) 2019-02-14, Brown Noddy (2) 2022-12-06, Common Myna (19) 2023-12-23, Common Waxbill (8) 2023-02-12, Great Frigatebird (5) 2022-12-06, House Finch (2) 2023-06-19, House Sparrow (5) 2022-09-01, Java Sparrow (8) 2024-02-19, Northern Cardinal (2) 2022-09-01, Pacific Golden-Plover (8) 2024-02-19, Red Junglefowl (6) 2023-02-08, Red-crested Cardinal (17) 2024-02-19, Red-footed Booby (4) 2023-02-08, Red-vented Bulbul (22) 2023-12-07, Red-whiskered Bulbul (3) 2022-12-15, Rock Pigeon (4) 2023-01-02, Rose-ringed Parakeet (5) 2022-12-06, Saffron Finch (1) 2022-04-09, Scaly-breasted Munia (2) 2023-06-19, Sooty Tern (3) 2022-12-06, Spotted Dove (24) 2023-12-23, Warbling White-eye (8) 2023-03-08, Wedge-tailed Shearwater (4) 2022-12-06, Western Cattle Egret (7) 2023-12-23, White Tern (17) 2023-08-09, White-rumped Shama (3) 2022-04-09, White-tailed Tropicbird (1) 2021-07-22, Yellow-fronted Canary (1) 2022-09-01, Zebra Dove",18,2023-12-23 -21.28382979,-157.8476554,"Black-crowned Night Heron (8) 2023-10-16, Brown Booby (2) 2020-09-10, Chestnut Munia (1) 2019-08-18, Common Myna (16) 2024-02-03, Common Waxbill (10) 2024-02-03, Great Frigatebird (1) 2021-10-12, House Finch (4) 2022-03-25, House Sparrow (11) 2024-02-03, Java Sparrow (14) 2024-02-03, Feral Mallard (1) 2023-10-16, Northern Cardinal (1) 2020-01-24, Pacific Golden-Plover (11) 2023-04-03, Red Junglefowl (2) 2022-06-06, Red-crested Cardinal (17) 2024-02-03, Red-tailed Tropicbird (1) 2019-10-13, Red-vented Bulbul (10) 2024-02-03, Rock Pigeon (13) 2024-02-03, Rose-ringed Parakeet (1) 2019-08-18, Ruddy Turnstone (2) 2023-08-30, Saffron Finch (4) 2024-02-03, Scaly-breasted Munia (8) 2023-08-09, Spotted Dove (17) 2024-02-03, Wandering Tattler (1) 2019-01-12, Warbling White-eye (2) 2022-03-25, Wedge-tailed Shearwater (1) 2023-08-09, Western Cattle Egret (7) 2024-02-03, White Tern (13) 2024-02-17, Yellow-fronted Canary (7) 2024-02-03, Zebra Dove",23,2024-02-03 -21.28356112,-157.8091025,"Black-crowned Night Heron (3) 2021-12-27, Common Myna (30) 2024-01-14, Common Waxbill (6) 2024-01-14, Great Frigatebird (1) 2021-09-28, House Finch (7) 2024-01-14, House Sparrow (27) 2024-01-14, Java Sparrow (10) 2024-01-14, Feral Mallard (1) 2021-12-27, Northern Cardinal (2) 2021-12-27, Pacific Golden-Plover (2) 2022-01-28, Red Junglefowl (9) 2022-11-26, Red-crested Cardinal (15) 2024-01-14, Red-vented Bulbul (22) 2024-01-14, Red-whiskered Bulbul (7) 2024-01-14, Rock Pigeon (11) 2024-01-14, Rose-ringed Parakeet (20) 2024-01-14, Ruddy Turnstone (1) 2021-12-27, Saffron Finch (1) 2021-07-03, Scaly-breasted Munia (1) 2021-05-01, Spotted Dove (30) 2024-01-14, Warbling White-eye (7) 2024-01-14, Wedge-tailed Shearwater (1) 2021-12-10, Western Cattle Egret (6) 2024-01-14, White Tern (14) 2024-01-14, White-rumped Shama (2) 2021-05-01, White-tailed Tropicbird (1) 2021-12-27, Yellow-fronted Canary (4) 2022-01-28, Zebra Dove",33,2024-01-14 -21.29158432,-157.6740929,"African Silverbill (1) 2021-03-27, Chinese Hwamei (13) 2021-10-19, Common Myna (28) 2024-01-13, Common Waxbill (11) 2024-01-28, Gray Francolin (2) 2021-10-07, House Finch (12) 2024-01-28, House Sparrow (4) 2023-08-04, Japanese Bush Warbler (2) 2023-08-04, Java Sparrow (6) 2024-01-28, Northern Cardinal (24) 2024-01-13, Pacific Golden-Plover (23) 2024-01-28, Red Avadavat (1) 2023-10-06, Red Junglefowl (4) 2023-08-04, Red-billed Leiothrix (3) 2023-08-04, Red-crested Cardinal (32) 2024-01-13, Red-tailed Tropicbird (1) 2021-06-17, Red-vented Bulbul (29) 2024-01-13, Red-whiskered Bulbul (3) 2023-09-15, Rock Pigeon (8) 2023-10-06, Rose-ringed Parakeet (1) 2021-09-12, Scaly-breasted Munia (3) 2023-10-06, Sooty Tern (1) 2022-01-25, Spotted Dove (36) 2024-01-28, Warbling White-eye (23) 2024-01-13, Western Cattle Egret (10) 2023-10-14, White Tern (1) 2023-08-08, White-rumped Shama (28) 2024-01-13, Yellow-fronted Canary (1) 2023-09-15, Zebra Dove",39,2024-01-28 -21.31092989,-157.847444,"African Silverbill (3) 2024-01-25, Chestnut Munia (38) 2024-01-27, Common Myna (90) 2024-02-26, Common Waxbill (47) 2024-01-24, Great Frigatebird (2) 2021-07-28, House Finch (14) 2023-08-13, House Sparrow (40) 2023-12-23, Java Sparrow (14) 2023-12-17, Northern Cardinal (18) 2024-01-24, Northern Mockingbird (30) 2024-01-24, Pacific Golden-Plover (70) 2024-02-03, Red Avadavat (1) 2023-02-16, Red Junglefowl (10) 2024-02-26, Red-crested Cardinal (82) 2024-01-30, Red-crowned Parrot (1) 2024-01-24, Red-vented Bulbul (73) 2024-01-30, Red-whiskered Bulbul (13) 2024-01-25, Rock Pigeon (15) 2024-02-26, Rose-ringed Parakeet (37) 2024-02-29, Saffron Finch (20) 2023-12-17, Scaly-breasted Munia (2) 2024-01-25, Spotted Dove (61) 2024-02-26, Warbling White-eye (35) 2024-01-30, Western Cattle Egret (44) 2024-01-03, White Tern (29) 2023-08-13, White-rumped Shama (21) 2023-12-17, White-tailed Tropicbird (1) 2022-08-27, Yellow-fronted Canary (34) 2024-02-03, Zebra Dove",80,2024-02-26 -21.32975292,-157.9630004,"Black-crowned Night Heron (20) 2022-09-08, Black-necked Stilt (1) 2021-12-20, Brown Booby (1) 2022-06-19, Chestnut Munia (3) 2022-06-19, Common Myna (48) 2022-11-16, Common Waxbill (7) 2022-06-19, House Finch (4) 2022-06-19, House Sparrow (10) 2022-06-19, Java Sparrow (7) 2022-02-19, Feral Mallard (3) 2022-06-19, Northern Cardinal (5) 2022-09-11, Northern Mockingbird (1) 2021-12-20, Pacific Golden-Plover (10) 2022-06-19, Red Junglefowl (1) 2022-06-19, Red-crested Cardinal (18) 2022-08-24, Red-vented Bulbul (60) 2022-12-28, Red-whiskered Bulbul (5) 2021-11-03, Rock Pigeon (6) 2022-06-19, Rose-ringed Parakeet (6) 2022-06-19, Ruddy Turnstone (1) 2022-06-19, Saffron Finch (4) 2022-06-19, Spotted Dove (39) 2022-11-23, Warbling White-eye (5) 2022-02-19, Western Cattle Egret (13) 2022-08-11, White Tern (11) 2022-09-01, White-rumped Shama (4) 2022-02-19, Yellow-fronted Canary (2) 2019-08-18, Zebra Dove",27,2022-12-28 -21.33809607,-157.8568739,"Chestnut Munia (43) 2022-05-26, Common Myna (117) 2023-12-15, Common Waxbill (26) 2023-12-15, House Finch (61) 2022-05-26, House Sparrow (39) 2022-05-26, Java Sparrow (25) 2022-05-26, Feral Mallard (2) 2022-04-26, Northern Cardinal (27) 2022-05-21, Oahu Amakihi (33) 2022-05-26, Pacific Golden-Plover (138) 2022-04-30, Red-billed Leiothrix (10) 2022-05-26, Red-crested Cardinal (48) 2023-12-15, Red-masked Parakeet (1) 2019-01-14, Red-vented Bulbul (112) 2023-12-15, Red-whiskered Bulbul (9) 2023-12-15, Rock Pigeon (22) 2023-12-15, Rose-ringed Parakeet (83) 2023-12-15, Saffron Finch (32) 2022-05-23, Scaly-breasted Munia (5) 2022-05-14, Sooty Tern (1) 2019-07-20, Spotted Dove (71) 2023-12-15, Warbling White-eye (72) 2023-12-15, Western Cattle Egret (15) 2022-05-23, White Tern (9) 2022-05-17, White-rumped Shama (26) 2023-12-15, Yellow-fronted Canary (35) 2022-05-26, Zebra Dove",99,2023-12-15 -21.34838689,-158.0593032,"African Silverbill (3) 2021-04-17, Black Francolin (1) 2019-07-10, Black-crowned Night Heron (7) 2023-01-12, Black-necked Stilt (7) 2023-01-12, Chestnut Munia (2) 2021-04-15, Common Myna (10) 2023-01-12, Common Waxbill (4) 2023-01-12, Hawaiian Coot (6) 2021-04-17, House Finch (7) 2021-04-17, House Sparrow (8) 2023-01-12, Java Sparrow (6) 2022-03-21, Feral Mallard (4) 2021-04-17, Northern Cardinal (1) 2021-04-13, Northern Mockingbird (1) 2020-02-24, Pacific Golden-Plover (9) 2023-01-12, Red Junglefowl (3) 2021-04-17, Red-crested Cardinal (9) 2023-01-12, Red-vented Bulbul (11) 2023-01-12, Rose-ringed Parakeet (1) 2022-03-21, Saffron Finch (9) 2023-01-12, Short-eared Owl (1) 2023-06-04, Spotted Dove (9) 2023-01-12, Wandering Tattler (4) 2021-04-17, Warbling White-eye (7) 2023-01-12, Western Cattle Egret (10) 2023-01-12, Yellow-fronted Canary (3) 2021-04-14, Zebra Dove",10,2023-01-12 -21.38250556,-157.7504323,"Black-necked Stilt (7) 2023-10-06, Chestnut Munia (13) 2024-02-16, Common Gallinule (4) 2023-08-03, Common Myna (20) 2024-02-16, Common Waxbill (8) 2023-08-04, Hawaiian Coot (1) 2023-03-09, House Finch (5) 2024-02-16, House Sparrow (6) 2021-07-17, Java Sparrow (9) 2024-02-16, Feral Mallard (8) 2022-09-27, Northern Cardinal (5) 2023-08-04, Northern Mockingbird (1) 2023-11-06, Pacific Golden-Plover (7) 2024-02-16, Red Junglefowl (9) 2024-02-16, Red-billed Leiothrix (1) 2019-03-31, Red-crested Cardinal (11) 2023-10-06, Red-vented Bulbul (9) 2023-08-04, Red-whiskered Bulbul (5) 2023-03-03, Rock Pigeon (9) 2024-02-16, Saffron Finch (1) 2024-02-16, Short-eared Owl (1) 2019-02-19, Spotted Dove (7) 2022-05-29, Warbling White-eye (8) 2023-08-04, Western Cattle Egret (16) 2024-02-16, White-rumped Shama (7) 2023-08-04, Zebra Dove",16,2024-02-16 -21.39261887,-157.9046804,"Chestnut Munia (17) 2023-10-06, Chinese Hwamei (1) 2019-08-11, Common Myna (24) 2024-02-14, Common Waxbill (7) 2023-10-06, Gray Francolin (1) 2021-07-03, Helmeted Guineafowl (3) 2021-07-10, House Finch (2) 2022-05-17, House Sparrow (3) 2022-05-17, Japanese Bush Warbler (1) 2022-05-17, Java Sparrow (2) 2024-02-14, Mariana Swiftlet (1) 2019-08-11, Northern Cardinal (3) 2024-01-17, Oahu Amakihi (5) 2023-12-26, Pacific Golden-Plover (13) 2023-10-06, Red Junglefowl (20) 2024-02-14, Red-billed Leiothrix (11) 2024-01-17, Red-crested Cardinal (20) 2024-02-14, Red-crowned Parrot (8) 2023-04-24, Red-vented Bulbul (19) 2023-10-16, Red-whiskered Bulbul (8) 2023-10-06, Rose-ringed Parakeet (2) 2022-02-27, Saffron Finch (4) 2024-01-17, Scaly-breasted Munia (1) 2022-05-17, Spotted Dove (16) 2023-10-16, Warbling White-eye (15) 2024-01-17, Western Cattle Egret (3) 2019-06-02, White-rumped Shama (12) 2024-01-17, Yellow-fronted Canary (2) 2022-11-06, Zebra Dove",22,2024-02-14 -21.40196092,-157.9528445,"Black-crowned Night Heron (1) 2020-08-02, Chestnut Munia (71) 2024-01-05, Common Myna (116) 2024-01-13, Common Waxbill (91) 2024-01-13, Gray Francolin (4) 2023-05-24, House Finch (98) 2024-01-13, House Sparrow (56) 2024-01-10, Java Sparrow (65) 2024-01-13, Northern Cardinal (26) 2024-01-13, Pacific Golden-Plover (62) 2024-01-13, Red Avadavat (4) 2024-01-05, Red Junglefowl (7) 2024-01-10, Red-crested Cardinal (83) 2024-01-13, Red-crowned Parrot (34) 2024-01-05, Red-vented Bulbul (96) 2024-01-13, Red-whiskered Bulbul (18) 2024-01-13, Rock Pigeon (7) 2024-01-09, Rose-ringed Parakeet (79) 2024-01-13, Ruddy Turnstone (4) 2022-07-18, Saffron Finch (111) 2024-01-13, Scaly-breasted Munia (5) 2023-01-19, Spotted Dove (84) 2024-01-13, Warbling White-eye (70) 2024-01-13, Western Cattle Egret (45) 2024-01-05, White-rumped Shama (12) 2023-01-11, Yellow-fronted Canary (23) 2024-01-13, Zebra Dove",111,2024-01-13 -21.64655754,-158.067045,"Black-crowned Night Heron (6) 2024-01-18, Black-necked Stilt (1) 2019-06-06, Brown Booby (14) 2024-02-26, Common Myna (37) 2024-02-26, Common Waxbill (1) 2021-10-14, Great Frigatebird (4) 2024-01-18, House Finch (4) 2024-01-18, House Sparrow (21) 2024-02-26, Java Sparrow (8) 2023-04-15, Laysan Albatross (3) 2023-04-15, Feral Mallard (2) 2023-03-29, Masked Booby (1) 2023-12-29, Northern Cardinal (1) 2022-09-06, Pacific Golden-Plover (2) 2024-01-22, Red Junglefowl (12) 2023-12-21, Red-crested Cardinal (18) 2024-01-18, Red-footed Booby (1) 2022-04-02, Red-vented Bulbul (9) 2024-02-26, Red-whiskered Bulbul (1) 2021-11-12, Rock Pigeon (1) 2023-01-14, Saffron Finch (18) 2023-08-05, Sanderling (1) 2021-02-09, Spotted Dove (15) 2024-02-26, Wandering Tattler (6) 2024-01-18, Warbling White-eye (5) 2022-11-20, Wedge-tailed Shearwater (2) 2023-09-22, Western Cattle Egret (6) 2023-02-08, Zebra Dove",28,2024-02-26 -21.6465037,-158.0573824,"Black Francolin (2) 2023-03-28, Black-crowned Night Heron (1) 2022-05-29, Brown Booby (1) 2022-05-29, Chestnut Munia (2) 2023-03-28, Common Gallinule (1) 2019-12-12, Common Myna (14) 2024-01-17, Common Waxbill (5) 2023-03-28, House Finch (6) 2024-01-17, House Sparrow (5) 2024-01-17, Indian Peafowl (1) 2019-12-12, Japanese Bush Warbler (2) 2023-03-28, Java Sparrow (3) 2023-03-28, Northern Cardinal (5) 2023-03-28, Northern Mockingbird (1) 2022-03-12, Pacific Golden-Plover (5) 2024-01-17, Red Junglefowl (5) 2024-01-17, Red-billed Leiothrix (4) 2023-03-28, Red-crested Cardinal (7) 2023-03-28, Red-vented Bulbul (8) 2023-10-17, Red-whiskered Bulbul (5) 2023-03-28, Rose-ringed Parakeet (1) 2022-04-02, Ruddy Turnstone (3) 2024-01-06, Saffron Finch (7) 2024-01-17, Spotted Dove (13) 2024-01-17, Wandering Tattler (3) 2023-10-17, Warbling White-eye (7) 2023-03-28, Western Cattle Egret (2) 2022-04-02, White-rumped Shama (4) 2023-03-28, Zebra Dove",14,2024-01-17 -21.30127945,-157.7607606,"African Silverbill (1) 2020-01-16, Chestnut Munia (28) 2022-10-14, Common Myna (106) 2024-02-21, Common Waxbill (157) 2024-02-21, House Finch (106) 2024-02-20, House Sparrow (2) 2021-12-11, Japanese Bush Warbler (4) 2024-01-07, Java Sparrow (14) 2020-11-07, Northern Cardinal (97) 2024-02-11, Oahu Amakihi (55) 2024-02-20, Oahu Elepaio (168) 2024-02-21, Pacific Golden-Plover (1) 2020-01-20, Red Avadavat (2) 2020-01-25, Red Junglefowl (1) 2024-01-07, Red-billed Leiothrix (189) 2024-02-21, Red-crested Cardinal (145) 2024-02-21, Red-masked Parakeet (33) 2024-02-21, Red-vented Bulbul (168) 2024-02-21, Red-whiskered Bulbul (104) 2024-02-21, Rock Pigeon (1) 2020-01-25, Rose-ringed Parakeet (4) 2021-08-12, Scaly-breasted Munia (27) 2020-11-25, Spotted Dove (152) 2024-02-21, Warbling White-eye (187) 2024-02-21, Western Cattle Egret (12) 2024-02-21, White Tern (31) 2024-02-21, White-rumped Shama (192) 2024-02-21, White-tailed Tropicbird (1) 2019-06-01, Zebra Dove",156,2024-02-21 -21.31079658,-157.8281638,"Black-crowned Night Heron (3) 2023-03-17, Chestnut Munia (20) 2023-08-31, Common Myna (107) 2024-02-24, Common Waxbill (62) 2024-02-24, House Finch (53) 2024-02-18, House Sparrow (64) 2023-08-31, Java Sparrow (111) 2024-02-24, Mourning Dove (1) 2020-12-20, Northern Cardinal (32) 2023-08-27, Pacific Golden-Plover (21) 2023-02-02, Red Junglefowl (60) 2023-10-14, Red-billed Leiothrix (6) 2023-10-14, Red-crested Cardinal (74) 2024-02-18, Red-masked Parakeet (1) 2021-10-02, Red-vented Bulbul (94) 2024-02-18, Red-whiskered Bulbul (41) 2024-02-18, Rock Pigeon (13) 2022-08-14, Rose-ringed Parakeet (145) 2024-02-24, Saffron Finch (33) 2023-08-31, Scaly-breasted Munia (17) 2023-08-31, Sooty Shearwater (1) 2022-10-26, Spotted Dove (105) 2024-02-18, Warbling White-eye (60) 2024-02-18, Wedge-tailed Shearwater (1) 2022-10-26, Western Cattle Egret (21) 2023-02-02, White Tern (45) 2024-02-18, White-rumped Shama (52) 2023-10-14, White-tailed Tropicbird (1) 2021-09-18, Yellow-fronted Canary (28) 2023-10-14, Zebra Dove",150,2024-02-24 -21.31969438,-157.8088109,"Barn Owl (1) 2019-01-02, Chestnut Munia (15) 2023-05-13, Common Myna (21) 2024-02-03, Common Waxbill (8) 2021-09-28, Great Frigatebird (1) 2020-09-21, House Finch (15) 2024-01-01, House Sparrow (9) 2023-08-18, Java Sparrow (7) 2023-08-18, Feral Mallard (5) 2020-06-28, Muscovy Duck (1) 2020-04-26, Northern Cardinal (11) 2024-01-01, Northern Mockingbird (1) 2022-01-07, Oahu Amakihi (8) 2024-01-01, Pacific Golden-Plover (6) 2022-04-11, Red-billed Leiothrix (12) 2024-01-01, Red-crested Cardinal (17) 2024-01-01, Red-vented Bulbul (23) 2024-02-03, Red-whiskered Bulbul (19) 2024-01-01, Rock Pigeon (3) 2022-07-31, Rose-ringed Parakeet (23) 2024-02-03, Saffron Finch (1) 2020-03-14, Spotted Dove (21) 2024-01-01, Wandering Tattler (1) 2020-04-26, Warbling White-eye (21) 2024-01-01, Western Cattle Egret (5) 2020-06-28, White Tern (13) 2024-01-01, White-rumped Shama (15) 2024-01-01, White-tailed Tropicbird (4) 2023-05-13, Yellow-fronted Canary (4) 2022-04-11, Zebra Dove",23,2024-02-03 -21.32938372,-157.9051504,"Black-crowned Night Heron (2) 2022-02-08, Chestnut Munia (10) 2023-09-02, Common Myna (34) 2024-01-10, Common Waxbill (11) 2024-01-10, Eurasian Skylark (16) 2022-01-05, House Finch (20) 2024-01-10, House Sparrow (30) 2024-02-12, Java Sparrow (1) 2022-04-11, Feral Mallard (2) 2022-12-05, Northern Cardinal (1) 2021-05-03, Northern Mockingbird (2) 2021-04-20, Pacific Golden-Plover (31) 2024-01-10, Red Avadavat (1) 2023-05-21, Red Junglefowl (5) 2023-09-02, Red-crested Cardinal (16) 2024-02-12, Red-vented Bulbul (24) 2024-01-10, Red-whiskered Bulbul (2) 2023-09-02, Rock Pigeon (2) 2023-09-02, Rose-ringed Parakeet (2) 2023-03-08, Ruddy Turnstone (4) 2023-09-02, Saffron Finch (12) 2024-01-10, Scaly-breasted Munia (3) 2023-09-01, Spotted Dove (23) 2024-01-10, Wandering Tattler (1) 2023-03-08, Warbling White-eye (6) 2024-01-10, Western Cattle Egret (31) 2024-02-12, White Tern (1) 2019-04-09, Yellow-fronted Canary (12) 2024-01-10, Zebra Dove",31,2024-01-10 -21.32879576,-157.8183791,"Apapane (12) 2023-12-30, Chestnut Munia (2) 2023-09-04, Common Myna (23) 2023-12-25, Common Waxbill (39) 2023-12-30, Hawaiian Coot (1) 2022-12-09, House Finch (43) 2024-02-29, House Sparrow (1) 2019-01-21, Java Sparrow (7) 2022-12-09, Northern Cardinal (39) 2024-02-29, Oahu Amakihi (88) 2024-02-29, Pacific Golden-Plover (4) 2023-12-25, Red Junglefowl (13) 2023-12-30, Red-billed Leiothrix (74) 2024-02-29, Red-crested Cardinal (42) 2024-02-29, Red-masked Parakeet (1) 2022-03-09, Red-vented Bulbul (93) 2024-02-29, Red-whiskered Bulbul (81) 2023-12-30, Rock Pigeon (4) 2022-06-26, Rose-ringed Parakeet (75) 2024-02-29, Saffron Finch (1) 2022-12-09, Scaly-breasted Munia (1) 2021-10-15, Spotted Dove (42) 2024-02-29, Warbling White-eye (95) 2024-02-29, Western Cattle Egret (2) 2022-12-09, White Tern (12) 2022-08-22, White-rumped Shama (80) 2024-02-29, White-tailed Tropicbird (1) 2022-05-14, Yellow-fronted Canary (19) 2022-12-09, Zebra Dove",41,2024-02-29 -21.32786672,-157.6930492,"Black-necked Stilt (6) 2020-01-29, Brown Booby (2) 2021-10-08, Chestnut Munia (153) 2024-01-11, Common Myna (156) 2024-02-19, Common Waxbill (53) 2024-02-11, Great Frigatebird (8) 2024-02-24, House Finch (22) 2023-12-11, House Sparrow (19) 2023-12-11, Indian Peafowl (1) 2024-01-04, Java Sparrow (46) 2024-01-11, Feral Mallard (1) 2022-02-04, Masked Booby (5) 2024-02-24, Pacific Golden-Plover (119) 2024-01-11, Red Avadavat (3) 2023-12-11, Red Junglefowl (10) 2024-01-03, Red-crested Cardinal (63) 2024-02-19, Red-footed Booby (3) 2022-03-19, Red-vented Bulbul (17) 2023-12-11, Red-whiskered Bulbul (2) 2022-02-04, Rock Pigeon (65) 2024-02-24, Saffron Finch (8) 2024-01-11, Scaly-breasted Munia (27) 2023-10-18, Sooty Tern (4) 2024-02-29, Spotted Dove (41) 2024-01-03, Wandering Tattler (5) 2023-12-11, Warbling White-eye (1) 2023-12-11, Western Cattle Egret (67) 2024-01-11, Yellow-fronted Canary (1) 2021-09-12, Zebra Dove",123,2024-02-24 -21.33854275,-157.9243678,"Black-crowned Night Heron (5) 2024-02-16, Black-necked Stilt (1) 2024-02-16, Chestnut Munia (2) 2023-08-15, Common Myna (32) 2024-02-18, Common Waxbill (6) 2024-02-16, Eurasian Skylark (1) 2024-02-24, House Finch (3) 2024-01-14, House Sparrow (23) 2024-02-18, Java Sparrow (3) 2024-02-16, Feral Mallard (8) 2024-02-16, Northern Cardinal (1) 2023-10-05, Pacific Golden-Plover (14) 2023-10-25, Red-crested Cardinal (4) 2024-02-16, Red-masked Parakeet (1) 2024-01-14, Red-vented Bulbul (11) 2023-11-25, Red-whiskered Bulbul (3) 2023-10-25, Rock Pigeon (4) 2024-01-14, Rose-ringed Parakeet (4) 2021-01-27, Saffron Finch (2) 2022-02-22, Spotted Dove (25) 2024-02-18, Warbling White-eye (5) 2023-10-25, Western Cattle Egret (18) 2024-02-16, White Tern (3) 2019-08-06, White-rumped Shama (2) 2023-08-15, White-tailed Tropicbird (1) 2023-08-25, Yellow-fronted Canary (2) 2024-02-16, Zebra Dove",24,2024-02-18 -21.33689944,-157.6929689,"Brown Booby (1) 2021-09-23, Chestnut Munia (2) 2022-08-15, Common Myna (8) 2022-08-25, Common Waxbill (4) 2022-08-25, Great Frigatebird (4) 2023-06-11, House Finch (1) 2020-04-26, House Sparrow (4) 2023-02-05, Java Sparrow (2) 2022-06-25, Feral Mallard (1) 2022-05-02, Masked Booby (1) 2023-02-05, Northern Cardinal (1) 2022-06-25, Pacific Golden-Plover (4) 2023-02-05, Red Junglefowl (1) 2020-04-26, Red-crested Cardinal (6) 2023-02-13, Red-footed Booby (1) 2023-06-11, Red-tailed Tropicbird (1) 2022-03-09, Red-vented Bulbul (4) 2022-08-25, Red-whiskered Bulbul (3) 2022-08-25, Rock Pigeon (4) 2022-08-25, Saffron Finch (1) 2022-07-08, Sooty Tern (1) 2023-02-05, Spotted Dove (5) 2022-08-25, Wandering Tattler (2) 2022-08-25, Warbling White-eye (2) 2022-07-08, Wedge-tailed Shearwater (1) 2023-02-05, Western Cattle Egret (4) 2022-08-25, White Tern (1) 2022-08-15, White-rumped Shama (1) 2020-02-19, White-tailed Tropicbird (1) 2022-03-09, Zebra Dove",7,2022-08-25 -21.34816629,-158.0207307,"African Silverbill (5) 2024-01-04, Black-crowned Night Heron (1) 2021-10-13, Black-necked Stilt (3) 2024-02-04, Chestnut Munia (4) 2024-02-02, Common Gallinule (2) 2023-05-29, Common Myna (19) 2024-02-04, Common Waxbill (18) 2024-02-04, Gray Francolin (7) 2024-02-02, Hawaiian Coot (2) 2023-05-29, House Finch (7) 2024-02-02, House Sparrow (1) 2022-11-26, Java Sparrow (8) 2024-02-04, Feral Mallard (1) 2021-10-13, Northern Cardinal (12) 2024-01-01, Pacific Golden-Plover (6) 2024-02-04, Red Avadavat (3) 2024-02-02, Red Junglefowl (3) 2024-02-04, Red-crested Cardinal (15) 2024-02-04, Red-vented Bulbul (21) 2024-02-04, Red-whiskered Bulbul (8) 2024-02-02, Rock Pigeon (2) 2022-11-26, Rose-ringed Parakeet (2) 2024-01-01, Saffron Finch (12) 2024-02-04, Scaly-breasted Munia (1) 2019-03-22, Spotted Dove (19) 2024-02-04, Warbling White-eye (13) 2024-02-04, Western Cattle Egret (11) 2024-02-04, White-rumped Shama (12) 2024-02-04, Yellow-fronted Canary (4) 2024-02-04, Zebra Dove",21,2024-02-04 -21.37480106,-157.9433932,"Black-crowned Night Heron (22) 2022-11-09, Black-necked Stilt (23) 2023-01-20, Chestnut Munia (8) 2022-08-20, Common Myna (21) 2022-08-20, Common Waxbill (12) 2022-04-17, House Finch (8) 2022-08-20, House Sparrow (4) 2022-08-20, Java Sparrow (9) 2023-01-20, Feral Mallard (4) 2022-04-16, Northern Cardinal (2) 2022-04-15, Pacific Golden-Plover (23) 2023-01-20, Red Junglefowl (2) 2021-12-25, Red-crested Cardinal (16) 2022-08-20, Red-vented Bulbul (22) 2022-11-09, Red-whiskered Bulbul (1) 2022-04-13, Rock Pigeon (2) 2022-04-09, Rose-ringed Parakeet (19) 2023-01-20, Ruddy Turnstone (17) 2023-01-20, Saffron Finch (2) 2020-03-05, Spotted Dove (24) 2022-11-09, Spotted Sandpiper (14) 2022-04-18, Wandering Tattler (20) 2023-01-20, Warbling White-eye (11) 2022-04-18, Western Cattle Egret (13) 2023-01-20, White Tern (5) 2022-04-09, White-rumped Shama (3) 2022-04-14, Yellow-fronted Canary (6) 2022-07-31, Zebra Dove",21,2022-11-09 -21.38424498,-158.0108447,"Black-crowned Night Heron (3) 2021-10-13, Black-necked Stilt (7) 2021-09-21, Chestnut Munia (2) 2021-07-13, Common Gallinule (1) 2021-08-17, Common Myna (14) 2023-09-07, Common Waxbill (8) 2021-09-21, Hawaiian Coot (1) 2021-08-17, House Finch (5) 2022-01-24, House Sparrow (2) 2023-09-07, Java Sparrow (2) 2023-09-07, Feral Mallard (11) 2022-01-13, Pacific Golden-Plover (10) 2023-09-07, Red Junglefowl (1) 2019-03-07, Red-crested Cardinal (5) 2023-09-07, Red-vented Bulbul (12) 2023-09-07, Red-whiskered Bulbul (2) 2021-08-17, Rock Pigeon (8) 2023-09-07, Rose-ringed Parakeet (8) 2023-09-07, Ruddy Turnstone (1) 2021-08-17, Saffron Finch (9) 2022-01-24, Scaly-breasted Munia (1) 2019-03-07, Spotted Dove (10) 2023-09-07, Wandering Tattler (1) 2021-08-17, Warbling White-eye (8) 2022-01-24, Western Cattle Egret (11) 2023-09-07, White-rumped Shama (1) 2021-09-21, Yellow-fronted Canary (1) 2021-09-08, Zebra Dove",13,2023-09-07 -21.38383402,-157.9433282,"Black Francolin (2) 2019-04-09, Black-crowned Night Heron (49) 2023-07-31, Black-necked Stilt (76) 2024-02-27, Common Gallinule (53) 2024-01-30, Common Myna (91) 2024-02-27, Common Waxbill (29) 2024-01-15, Hawaiian Coot (3) 2020-10-12, House Finch (12) 2023-07-19, House Sparrow (32) 2023-07-31, Feral Mallard (63) 2024-02-25, Muscovy Duck (3) 2024-01-28, Pacific Golden-Plover (65) 2024-02-27, Red Junglefowl (3) 2024-01-28, Red-crested Cardinal (35) 2024-02-27, Red-vented Bulbul (20) 2023-05-13, Red-whiskered Bulbul (1) 2021-07-22, Rock Pigeon (8) 2024-01-28, Rose-ringed Parakeet (19) 2024-02-27, Ruddy Turnstone (78) 2024-02-27, Saffron Finch (5) 2022-05-14, Scaly-breasted Munia (2) 2019-01-15, Spotted Dove (63) 2024-02-27, Wandering Tattler (51) 2024-02-27, Warbling White-eye (19) 2023-03-24, Western Cattle Egret (97) 2024-02-27, White Tern (1) 2019-01-07, Yellow-fronted Canary (7) 2023-05-13, Zebra Dove",35,2024-01-28 -21.38221306,-157.7118556,"Black-crowned Night Heron (2) 2024-02-04, Black-necked Stilt (1) 2021-10-28, Common Myna (24) 2024-02-04, Common Waxbill (14) 2023-11-15, Gray Francolin (2) 2022-01-21, Great Frigatebird (11) 2023-12-29, House Finch (12) 2024-02-04, House Sparrow (4) 2024-02-04, Indian Peafowl (3) 2022-01-21, Japanese Bush Warbler (3) 2022-01-21, Java Sparrow (16) 2024-02-04, Northern Cardinal (8) 2024-02-04, Pacific Golden-Plover (9) 2024-02-04, Red Junglefowl (3) 2023-12-29, Red-crested Cardinal (19) 2024-02-04, Red-footed Booby (8) 2024-01-03, Red-vented Bulbul (28) 2024-02-04, Red-whiskered Bulbul (15) 2024-01-02, Rock Pigeon (11) 2024-02-04, Saffron Finch (1) 2023-03-13, Scaly-breasted Munia (2) 2020-02-01, Sooty Tern (1) 2019-03-20, Spotted Dove (29) 2024-01-03, Warbling White-eye (12) 2023-12-29, Wedge-tailed Shearwater (1) 2019-03-20, Western Cattle Egret (16) 2024-02-04, White-rumped Shama (9) 2023-11-07, White-tailed Tropicbird (1) 2021-08-08, Yellow-fronted Canary (1) 2019-08-01, Zebra Dove",27,2024-02-04 -21.39139372,-157.7310659,"African Silverbill (2) 2019-12-30, Barn Owl (1) 2019-04-22, Black-crowned Night Heron (4) 2023-07-20, Black-necked Stilt (3) 2021-02-14, Common Gallinule (2) 2023-07-16, Common Myna (28) 2023-07-16, Common Waxbill (6) 2020-09-13, Great Frigatebird (2) 2022-11-09, Hawaiian Coot (2) 2022-02-10, House Finch (13) 2023-04-04, House Sparrow (4) 2023-04-04, Java Sparrow (17) 2023-07-20, Feral Mallard (3) 2023-08-03, Northern Cardinal (9) 2023-07-16, Pacific Golden-Plover (6) 2022-10-23, Red Junglefowl (1) 2022-07-12, Red-crested Cardinal (26) 2023-07-16, Red-vented Bulbul (22) 2023-07-16, Red-whiskered Bulbul (15) 2023-04-04, Rock Pigeon (11) 2023-07-16, Rose-ringed Parakeet (1) 2021-05-04, Saffron Finch (2) 2019-12-30, Scaly-breasted Munia (1) 2019-05-04, Spotted Dove (26) 2023-07-16, Warbling White-eye (15) 2023-07-17, Wedge-tailed Shearwater (2) 2022-11-08, Western Cattle Egret (12) 2023-07-16, White-rumped Shama (5) 2022-09-30, Zebra Dove",20,2023-04-04 -21.40202093,-157.9624909,"Black-crowned Night Heron (3) 2023-08-10, Black-necked Stilt (1) 2020-08-30, Chestnut Munia (13) 2023-08-09, Common Myna (237) 2024-01-15, Common Waxbill (160) 2024-01-08, House Finch (174) 2024-01-13, House Sparrow (161) 2024-01-15, Java Sparrow (159) 2024-01-13, Northern Cardinal (165) 2024-01-08, Pacific Golden-Plover (24) 2024-01-08, Red Junglefowl (238) 2024-01-21, Red-crested Cardinal (138) 2024-01-16, Red-crowned Parrot (94) 2023-07-23, Red-vented Bulbul (252) 2024-01-16, Red-whiskered Bulbul (132) 2024-01-13, Rock Pigeon (68) 2024-01-13, Rose-ringed Parakeet (191) 2024-01-15, Ruddy Turnstone (1) 2021-03-05, Saffron Finch (57) 2024-01-12, Scaly-breasted Munia (12) 2023-08-05, Spotted Dove (262) 2024-01-14, Warbling White-eye (187) 2024-01-12, Western Cattle Egret (54) 2024-01-14, White Tern (3) 2023-05-22, White-rumped Shama (12) 2024-01-10, Yellow-fronted Canary (10) 2023-08-16, Zebra Dove",268,2024-01-16 -21.47537973,-158.1550088,"African Silverbill (4) 2020-06-05, Apapane (4) 2022-12-24, Black Francolin (1) 2023-11-12, Chestnut Munia (1) 2022-04-15, Common Myna (9) 2023-11-12, Common Waxbill (10) 2023-11-12, Erckel's Spurfowl (4) 2022-12-24, Gray Francolin (2) 2022-12-24, House Finch (8) 2023-03-13, House Sparrow (1) 2020-06-05, Indian Peafowl (1) 2023-01-26, Japanese Bush Warbler (3) 2022-12-24, Java Sparrow (2) 2023-03-13, Kalij Pheasant (3) 2022-12-24, Mourning Dove (1) 2022-12-24, Northern Cardinal (5) 2023-03-13, Oahu Amakihi (4) 2022-12-24, Pacific Golden-Plover (1) 2019-11-18, Red Avadavat (1) 2023-03-13, Red-billed Leiothrix (6) 2023-03-13, Red-crested Cardinal (10) 2023-03-13, Red-vented Bulbul (13) 2023-11-12, Red-whiskered Bulbul (7) 2023-11-12, Rock Pigeon (1) 2020-06-05, Saffron Finch (3) 2023-01-26, Scaly-breasted Munia (2) 2023-03-13, Spotted Dove (8) 2023-11-12, Warbling White-eye (10) 2023-03-13, White-rumped Shama (9) 2023-11-12, Zebra Dove",11,2023-11-12 -21.58353445,-158.1060864,"Common Gallinule (7) 2023-08-26, Common Myna (33) 2023-12-24, Common Waxbill (6) 2021-10-10, Gray Francolin (3) 2023-12-22, Great Frigatebird (1) 2019-07-27, Green-winged Teal (1) 2021-10-01, House Finch (9) 2022-05-29, House Sparrow (18) 2023-12-24, Indian Peafowl (2) 2023-09-22, Java Sparrow (5) 2023-12-24, Feral Mallard (1) 2022-02-08, Muscovy Duck (4) 2023-12-23, Northern Cardinal (3) 2023-02-17, Pacific Golden-Plover (8) 2022-01-04, Red Junglefowl (21) 2023-12-24, Red-billed Leiothrix (1) 2021-10-01, Red-crested Cardinal (18) 2023-05-28, Red-vented Bulbul (12) 2023-05-28, Red-whiskered Bulbul (4) 2021-10-01, Rock Pigeon (7) 2022-10-06, Saffron Finch (33) 2023-12-24, Spotted Dove (13) 2023-11-01, Wandering Tattler (1) 2021-10-01, Warbling White-eye (8) 2022-05-29, Western Cattle Egret (8) 2023-01-07, White Tern (1) 2022-01-25, White-rumped Shama (3) 2019-10-05, White-tailed Tropicbird (2) 2021-10-01, Yellow-fronted Canary (1) 2021-06-27, Zebra Dove",35,2023-12-23 -21.29299429,-157.8668621,"African Silverbill (2) 2023-08-19, Black-crowned Night Heron (3) 2023-10-13, Brown Booby (5) 2023-09-04, Brown Noddy (2) 2023-09-04, Common Myna (31) 2024-01-09, Common Waxbill (13) 2024-01-09, Great Frigatebird (3) 2023-09-04, House Finch (20) 2024-01-09, House Sparrow (28) 2024-02-21, Java Sparrow (4) 2023-10-20, Feral Mallard (2) 2021-08-08, Northern Cardinal (1) 2020-02-06, Northern Mockingbird (1) 2023-10-20, Pacific Golden-Plover (24) 2024-01-09, Red Junglefowl (21) 2024-02-21, Red-billed Leiothrix (1) 2023-10-03, Red-crested Cardinal (27) 2024-01-09, Red-vented Bulbul (19) 2024-01-09, Red-whiskered Bulbul (3) 2023-09-04, Rock Pigeon (24) 2024-02-21, Rose-ringed Parakeet (8) 2023-11-20, Ruddy Turnstone (2) 2022-01-13, Saffron Finch (21) 2024-01-09, Scaly-breasted Munia (3) 2023-12-02, Spotted Dove (25) 2023-12-17, Warbling White-eye (11) 2024-01-09, Wedge-tailed Shearwater (1) 2023-09-04, Western Cattle Egret (25) 2023-12-17, White Tern (28) 2024-01-09, Yellow-fronted Canary (15) 2024-01-09, Zebra Dove",31,2024-02-21 -21.29279676,-157.8379461,"Black-crowned Night Heron (6) 2023-06-27, Common Myna (148) 2024-02-20, Common Waxbill (8) 2023-10-01, Great Frigatebird (1) 2020-06-15, House Finch (82) 2024-02-20, House Sparrow (186) 2024-02-20, Java Sparrow (10) 2023-11-08, Feral Mallard (4) 2023-09-02, Muscovy Duck (1) 2019-09-24, Northern Cardinal (10) 2023-03-30, Northern Mockingbird (1) 2022-11-16, Pacific Golden-Plover (10) 2024-02-19, Red Junglefowl (2) 2023-11-08, Red-crested Cardinal (95) 2024-02-20, Red-tailed Tropicbird (1) 2021-08-10, Red-vented Bulbul (101) 2024-02-20, Red-whiskered Bulbul (11) 2023-03-30, Rock Pigeon (198) 2024-02-20, Rose-ringed Parakeet (8) 2023-08-19, Ruddy Turnstone (1) 2019-12-09, Saffron Finch (1) 2019-12-09, Scaly-breasted Munia (2) 2021-06-08, Spotted Dove (183) 2024-02-20, Warbling White-eye (53) 2024-02-20, Western Cattle Egret (29) 2024-02-19, White Tern (249) 2024-02-20, White-tailed Tropicbird (1) 2022-12-20, Yellow-fronted Canary (13) 2023-10-04, Zebra Dove",183,2024-02-20 -21.30196238,-157.8571538,"Black-crowned Night Heron (1) 2023-03-17, Chestnut Munia (5) 2021-07-21, Common Myna (44) 2023-12-27, Common Waxbill (15) 2023-11-16, Great Frigatebird (2) 2021-01-15, House Finch (12) 2021-12-08, House Sparrow (37) 2023-12-27, Java Sparrow (22) 2023-03-20, Feral Mallard (6) 2022-05-28, Northern Cardinal (2) 2022-05-28, Northern Mockingbird (1) 2023-07-27, Pacific Golden-Plover (28) 2023-12-16, Red Junglefowl (6) 2023-12-16, Red-crested Cardinal (21) 2023-08-27, Red-vented Bulbul (20) 2022-06-28, Red-whiskered Bulbul (2) 2021-06-05, Rock Pigeon (29) 2023-12-27, Rose-ringed Parakeet (24) 2023-11-16, Saffron Finch (8) 2023-03-21, Scaly-breasted Munia (1) 2021-12-08, Spotted Dove (35) 2023-12-27, Warbling White-eye (21) 2023-05-13, Wedge-tailed Shearwater (1) 2022-01-14, Western Cattle Egret (20) 2023-11-16, White Tern (65) 2023-12-27, White-rumped Shama (2) 2023-11-16, Yellow-fronted Canary (5) 2021-06-02, Zebra Dove",46,2024-01-09 -21.30169572,-157.818596,"Black-crowned Night Heron (2) 2021-05-16, Chestnut Munia (6) 2023-02-18, Common Myna (100) 2024-01-04, Common Waxbill (58) 2024-01-04, House Finch (33) 2024-01-04, House Sparrow (62) 2024-01-04, Java Sparrow (50) 2024-01-04, Feral Mallard (1) 2023-12-17, Muscovy Duck (1) 2023-07-06, Northern Cardinal (17) 2024-01-04, Northern Mockingbird (1) 2021-04-02, Oahu Amakihi (1) 2021-12-15, Pacific Golden-Plover (42) 2024-01-04, Red Junglefowl (11) 2024-01-04, Red-billed Leiothrix (6) 2021-05-16, Red-crested Cardinal (68) 2024-01-04, Red-vented Bulbul (91) 2024-01-04, Red-whiskered Bulbul (43) 2024-01-04, Rock Pigeon (41) 2024-01-04, Rose-ringed Parakeet (74) 2024-01-04, Saffron Finch (18) 2023-12-17, Scaly-breasted Munia (5) 2023-12-17, Spotted Dove (84) 2024-02-18, Warbling White-eye (66) 2024-01-04, Western Cattle Egret (54) 2024-01-04, White Tern (101) 2024-01-04, White-rumped Shama (48) 2023-12-17, White-tailed Tropicbird (1) 2019-08-18, Yellow-fronted Canary (32) 2024-01-04, Zebra Dove",94,2024-01-04 -21.31982997,-157.8280921,"Black-crowned Night Heron (1) 2024-02-03, Chestnut Munia (8) 2023-12-17, Common Myna (35) 2024-02-11, Common Waxbill (41) 2024-02-11, Eurasian Skylark (1) 2022-11-21, House Finch (26) 2024-01-04, House Sparrow (2) 2023-12-17, Japanese Bush Warbler (3) 2022-02-15, Java Sparrow (17) 2023-03-21, Mourning Dove (2) 2022-11-29, Northern Cardinal (20) 2024-02-11, Oahu Amakihi (16) 2023-10-15, Pacific Golden-Plover (4) 2024-02-03, Red Junglefowl (29) 2024-02-03, Red-billed Leiothrix (28) 2024-02-26, Red-crested Cardinal (52) 2024-02-11, Red-vented Bulbul (50) 2024-02-11, Red-whiskered Bulbul (40) 2024-02-11, Rock Pigeon (3) 2024-02-03, Rose-ringed Parakeet (35) 2024-02-11, Saffron Finch (3) 2024-02-03, Scaly-breasted Munia (4) 2023-12-17, Spotted Dove (34) 2024-02-11, Warbling White-eye (40) 2024-01-04, Western Cattle Egret (3) 2024-02-03, White Tern (9) 2024-02-03, White-rumped Shama (41) 2024-02-11, Yellow-fronted Canary (9) 2023-10-15, Zebra Dove",46,2024-02-11 -21.33961677,-158.1075741,"Black Swan (1) 2019-04-04, Black-crowned Night Heron (5) 2022-11-02, Black-necked Stilt (2) 2022-11-02, Chestnut Munia (3) 2024-01-31, Common Gallinule (1) 2020-11-13, Common Myna (16) 2024-02-02, Common Waxbill (4) 2024-02-02, Gray Francolin (1) 2023-02-20, Great Frigatebird (2) 2020-03-04, Hawaiian Coot (4) 2022-11-02, House Finch (5) 2024-01-31, House Sparrow (4) 2024-01-31, Java Sparrow (3) 2020-12-12, Feral Mallard (5) 2022-01-21, Muscovy Duck (3) 2022-01-23, Northern Cardinal (2) 2024-01-31, Pacific Golden-Plover (13) 2024-01-31, Red Junglefowl (1) 2022-11-02, Red-crested Cardinal (7) 2024-02-02, Red-vented Bulbul (10) 2024-02-02, Red-whiskered Bulbul (2) 2024-01-31, Ruddy Turnstone (1) 2022-01-23, Saffron Finch (7) 2024-02-02, Spotted Dove (11) 2024-02-02, Wandering Tattler (1) 2019-04-04, Warbling White-eye (2) 2024-01-31, Wedge-tailed Shearwater (1) 2020-11-24, Western Cattle Egret (9) 2024-02-02, Zebra Dove",14,2024-02-02 -21.42829697,-157.8368758,"Black Swan (15) 2024-02-23, Black-crowned Night Heron (1) 2023-05-15, Chestnut Munia (14) 2023-07-09, Common Myna (20) 2023-07-09, Common Waxbill (3) 2023-07-09, House Finch (4) 2023-07-09, House Sparrow (18) 2023-07-09, Indian Peafowl (3) 2023-01-29, Java Sparrow (3) 2023-06-30, Feral Mallard (5) 2022-09-09, Muscovy Duck (1) 2022-09-19, Northern Cardinal (2) 2021-08-16, Oahu Amakihi (2) 2023-01-02, Pacific Golden-Plover (10) 2022-08-25, Red Junglefowl (5) 2021-12-22, Red-billed Leiothrix (6) 2023-07-09, Red-crested Cardinal (20) 2023-06-30, Red-vented Bulbul (13) 2023-07-09, Red-whiskered Bulbul (9) 2023-07-09, Rock Pigeon (7) 2023-01-02, Saffron Finch (3) 2023-06-30, Scaly-breasted Munia (1) 2019-05-01, Spotted Dove (41) 2024-02-23, Warbling White-eye (9) 2023-07-09, Western Cattle Egret (16) 2023-07-09, White-rumped Shama (10) 2023-07-09, Yellow-faced Grassquit (4) 2023-07-09, Zebra Dove",41,2024-02-23 -21.42767078,-157.7500482,"African Silverbill (1) 2019-04-16, Black-necked Stilt (31) 2023-08-05, Chestnut Munia (28) 2024-01-25, Common Myna (138) 2024-02-11, Common Waxbill (79) 2024-02-11, Erckel's Spurfowl (1) 2020-08-31, Great Frigatebird (7) 2023-11-04, House Finch (78) 2024-02-11, House Sparrow (74) 2024-02-11, Java Sparrow (120) 2024-02-11, Feral Mallard (9) 2024-05-05, Northern Cardinal (54) 2024-02-11, Northern Mockingbird (1) 2023-08-05, Pacific Golden-Plover (71) 2024-02-11, Red Avadavat (48) 2023-08-24, Red Junglefowl (5) 2024-02-11, Red-billed Leiothrix (1) 2019-04-15, Red-crested Cardinal (74) 2024-02-11, Red-vented Bulbul (76) 2024-02-11, Red-whiskered Bulbul (11) 2023-08-05, Rock Pigeon (63) 2024-02-11, Saffron Finch (24) 2024-02-02, Scaly-breasted Munia (21) 2023-06-17, Spotted Dove (100) 2024-02-02, Warbling White-eye (36) 2024-02-11, Western Cattle Egret (95) 2024-02-11, White-rumped Shama (14) 2024-02-11, Yellow-fronted Canary (4) 2019-03-30, Zebra Dove",140,2024-02-11 -21.45539677,-157.8366609,"Black-crowned Night Heron (4) 2023-04-12, Black-necked Stilt (24) 2022-12-26, Chestnut Munia (25) 2023-08-23, Common Gallinule (4) 2024-01-03, Common Myna (26) 2023-08-10, Common Waxbill (3) 2022-07-30, Great Frigatebird (1) 2023-01-28, House Finch (1) 2021-11-22, House Sparrow (3) 2023-08-01, Java Sparrow (3) 2020-02-20, Feral Mallard (7) 2021-09-08, Muscovy Duck (1) 2019-12-31, Northern Cardinal (1) 2022-11-20, Northern Mockingbird (1) 2023-02-27, Pacific Golden-Plover (13) 2023-03-29, Red Junglefowl (5) 2023-08-01, Red-crested Cardinal (4) 2023-08-01, Red-vented Bulbul (6) 2023-02-27, Rock Pigeon (4) 2024-01-03, Ruddy Turnstone (12) 2019-04-04, Saffron Finch (4) 2022-05-27, Scaly-breasted Munia (2) 2023-10-05, Spotted Dove (14) 2023-08-10, Wandering Tattler (7) 2019-04-03, Warbling White-eye (3) 2023-02-27, Wedge-tailed Shearwater (1) 2020-11-21, Western Cattle Egret (13) 2024-01-03, White-rumped Shama (2) 2023-02-27, White-tailed Tropicbird (1) 2023-08-10, Zebra Dove",10,2023-08-10 -21.57529869,-158.2703339,"African Silverbill (2) 2023-08-26, Black Francolin (2) 2019-07-08, Black-footed Albatross (1) 2022-01-15, Brown Booby (3) 2023-04-11, Common Myna (16) 2023-08-26, Common Waxbill (10) 2023-08-26, Erckel's Spurfowl (5) 2023-07-10, Gray Francolin (7) 2021-03-10, Great Frigatebird (2) 2020-02-15, House Finch (5) 2023-07-10, Laysan Albatross (19) 2023-07-01, Masked Booby (1) 2023-04-11, Northern Cardinal (5) 2023-07-10, Northern Mockingbird (2) 2019-06-09, Pacific Golden-Plover (9) 2023-08-26, Red Junglefowl (1) 2019-01-10, Red-crested Cardinal (12) 2023-08-26, Red-footed Booby (1) 2019-07-08, Red-vented Bulbul (17) 2023-08-26, Red-whiskered Bulbul (3) 2023-04-11, Ring-necked Pheasant (1) 2020-02-05, Rock Pigeon (3) 2020-02-02, Saffron Finch (1) 2019-01-10, Spotted Dove (13) 2023-08-26, Wandering Tattler (2) 2023-08-26, Warbling White-eye (5) 2023-07-10, Wedge-tailed Shearwater (5) 2023-08-26, Western Cattle Egret (5) 2023-04-02, White-rumped Shama (1) 2019-01-12, White-tailed Tropicbird (2) 2023-08-26, Zebra Dove",13,2023-08-26 -21.57513335,-158.2316924,"Brown Booby (1) 2023-12-30, Chinese Hwamei (2) 2022-12-28, Chukar (1) 2022-12-28, Common Myna (21) 2024-02-05, Common Waxbill (23) 2024-02-05, Erckel's Spurfowl (29) 2024-02-05, Eurasian Skylark (2) 2023-05-01, Gray Francolin (3) 2023-05-20, Great Frigatebird (7) 2023-08-06, House Finch (21) 2024-02-05, Indian Peafowl (14) 2023-05-01, Japanese Bush Warbler (19) 2024-02-05, Kalij Pheasant (3) 2023-05-01, Laysan Albatross (32) 2024-02-05, Northern Cardinal (21) 2024-02-05, Pacific Golden-Plover (12) 2024-02-05, Red Junglefowl (3) 2022-12-28, Red-billed Leiothrix (22) 2024-02-05, Red-crested Cardinal (9) 2023-05-01, Red-vented Bulbul (34) 2024-02-05, Red-whiskered Bulbul (17) 2024-02-05, Ring-necked Pheasant (3) 2023-12-12, Rock Pigeon (12) 2023-05-20, Scaly-breasted Munia (13) 2023-12-12, Spotted Dove (23) 2024-02-05, Warbling White-eye (31) 2024-02-05, Wedge-tailed Shearwater (1) 2022-11-11, White-rumped Shama (24) 2024-02-05, White-tailed Tropicbird (26) 2024-02-05, Wild Turkey (10) 2020-12-31, Zebra Dove",28,2024-02-05 -21.67349307,-158.0378768,"Brown Booby (2) 2023-11-13, Common Myna (33) 2023-08-04, Common Waxbill (4) 2023-02-25, Great Frigatebird (1) 2023-07-12, House Sparrow (2) 2021-08-12, Indian Peafowl (1) 2023-05-10, Java Sparrow (9) 2023-07-20, Laysan Albatross (7) 2023-04-13, Northern Cardinal (2) 2022-02-11, Pacific Golden-Plover (4) 2021-11-02, Red Junglefowl (10) 2024-01-22, Red-crested Cardinal (14) 2023-10-22, Red-footed Booby (1) 2024-01-15, Red-masked Parakeet (1) 2021-08-12, Red-vented Bulbul (12) 2023-11-13, Red-whiskered Bulbul (4) 2023-02-25, Rock Pigeon (3) 2024-01-22, Rosy-faced Lovebird (1) 2021-06-24, Ruddy Turnstone (1) 2022-02-26, Saffron Finch (8) 2023-11-14, Sanderling (4) 2022-02-24, Scaly-breasted Munia (1) 2022-04-14, Spotted Dove (12) 2023-07-20, Wandering Tattler (4) 2022-02-14, Warbling White-eye (4) 2023-05-14, Wedge-tailed Shearwater (6) 2022-04-20, Western Cattle Egret (12) 2023-02-25, White Tern (1) 2022-12-11, White-rumped Shama (3) 2022-03-23, White-tailed Tropicbird (1) 2023-07-12, Zebra Dove",25,2024-01-22 -21.69121429,-157.979763,"Black-crowned Night Heron (1) 2019-09-02, Black-necked Stilt (2) 2021-10-14, Bristle-thighed Curlew (2) 2022-08-23, Chestnut Munia (6) 2024-02-01, Common Gallinule (1) 2019-09-02, Common Myna (7) 2024-02-04, Common Waxbill (8) 2024-02-04, Gray Francolin (1) 2022-08-23, Hawaiian Coot (1) 2019-09-02, House Finch (1) 2020-11-15, House Sparrow (2) 2021-03-18, Japanese Bush Warbler (2) 2024-02-04, Java Sparrow (1) 2022-08-23, Feral Mallard (1) 2019-09-02, Muscovy Duck (1) 2019-09-02, Northern Cardinal (1) 2024-01-26, Pacific Golden-Plover (6) 2024-02-04, Red Junglefowl (1) 2021-06-04, Red-billed Leiothrix (1) 2022-08-23, Red-crested Cardinal (6) 2024-02-04, Red-vented Bulbul (8) 2024-02-04, Red-whiskered Bulbul (4) 2024-02-04, Rock Pigeon (2) 2021-03-18, Ruddy Turnstone (2) 2022-08-23, Saffron Finch (3) 2024-02-04, Scaly-breasted Munia (1) 2024-02-01, Spotted Dove (5) 2022-08-23, Warbling White-eye (2) 2024-01-25, Western Cattle Egret (11) 2024-02-04, White-rumped Shama (2) 2022-08-23, Zebra Dove",6,2024-02-04 -21.69096749,-157.9411011,"Black-crowned Night Heron (2) 2020-12-07, Black-necked Stilt (1) 2020-12-05, Bristle-thighed Curlew (5) 2023-04-19, Brown Noddy (1) 2019-03-31, Common Myna (1) 2022-03-16, Common Waxbill (1) 2022-03-16, Dunlin (1) 2020-12-05, Great Frigatebird (1) 2020-12-07, Hawaiian Coot (2) 2020-12-07, House Finch (3) 2022-03-16, Laysan Albatross (1) 2023-04-19, Feral Mallard (1) 2020-12-07, Northern Cardinal (1) 2022-03-16, Northern Pintail (2) 2020-12-07, Northern Shoveler (2) 2020-12-07, Pacific Golden-Plover (4) 2022-03-16, Red Junglefowl (2) 2022-03-16, Red-crested Cardinal (1) 2022-03-16, Red-footed Booby (1) 2019-03-31, Red-vented Bulbul (3) 2022-03-16, Red-whiskered Bulbul (2) 2022-03-16, Ruddy Turnstone (4) 2023-04-19, Saffron Finch (2) 2022-03-16, Sanderling (3) 2020-12-07, Sooty Tern (1) 2019-03-31, Spotted Dove (3) 2022-03-16, Wandering Tattler (2) 2022-03-16, Warbling White-eye (3) 2022-03-16, Western Cattle Egret (5) 2023-04-19, White-rumped Shama (1) 2020-12-07, Zebra Dove",4,2022-03-16 -21.2654261,-157.799611,"African Silverbill (2) 2021-02-21, Chestnut Munia (2) 2022-11-04, Common Myna (32) 2024-01-15, Common Waxbill (19) 2023-11-23, Gray Francolin (2) 2024-01-15, Hawaiian Coot (1) 2022-11-04, House Finch (13) 2023-08-09, House Sparrow (12) 2023-02-18, Java Sparrow (7) 2022-11-04, Feral Mallard (1) 2019-02-25, Muscovy Duck (1) 2022-11-04, Northern Cardinal (1) 2022-11-04, Northern Mockingbird (1) 2019-08-13, Pacific Golden-Plover (21) 2024-01-15, Red Junglefowl (11) 2024-01-15, Red-billed Leiothrix (1) 2022-11-04, Red-crested Cardinal (32) 2024-01-15, Red-masked Parakeet (2) 2019-11-02, Red-vented Bulbul (33) 2024-01-15, Red-whiskered Bulbul (1) 2019-03-02, Rock Pigeon (16) 2024-01-15, Rose-ringed Parakeet (19) 2024-01-15, Saffron Finch (5) 2023-08-09, Scaly-breasted Munia (4) 2021-11-24, Spotted Dove (30) 2024-01-15, Warbling White-eye (15) 2024-01-15, Western Cattle Egret (29) 2024-01-15, White Tern (19) 2024-01-15, White-rumped Shama (11) 2023-11-23, Yellow-fronted Canary (12) 2024-02-14, Zebra Dove",38,2024-01-15 -21.31066107,-157.8088839,"Black-crowned Night Heron (1) 2022-05-30, Chestnut Munia (56) 2023-12-17, Common Myna (76) 2024-01-17, Common Waxbill (58) 2023-12-17, House Finch (46) 2023-12-17, House Sparrow (66) 2023-12-17, Japanese Bush Warbler (1) 2023-04-16, Java Sparrow (47) 2024-01-17, Feral Mallard (45) 2023-12-17, Muscovy Duck (1) 2019-11-09, Northern Cardinal (31) 2023-12-17, Pacific Golden-Plover (50) 2023-12-17, Red Junglefowl (1) 2022-12-26, Red-billed Leiothrix (1) 2019-12-31, Red-crested Cardinal (77) 2023-12-31, Red-vented Bulbul (72) 2024-01-17, Red-whiskered Bulbul (42) 2023-12-17, Rock Pigeon (19) 2023-12-17, Rose-ringed Parakeet (69) 2024-01-17, Saffron Finch (7) 2023-12-17, Scaly-breasted Munia (15) 2023-12-17, Spotted Dove (74) 2024-01-17, Wandering Tattler (19) 2023-12-17, Warbling White-eye (56) 2023-12-17, Western Cattle Egret (52) 2023-12-17, White Tern (27) 2023-12-31, White-rumped Shama (26) 2023-09-10, White-tailed Tropicbird (2) 2020-06-02, Wild Turkey (1) 2019-01-01, Yellow-fronted Canary (31) 2023-09-10, Zebra Dove",75,2024-01-17 -21.35685619,-157.9628103,"African Silverbill (1) 2021-01-02, Black-crowned Night Heron (4) 2023-11-24, Chestnut Munia (20) 2023-12-15, Common Myna (31) 2023-12-19, Common Waxbill (12) 2023-11-24, Eurasian Skylark (6) 2023-01-15, House Finch (19) 2023-06-04, House Sparrow (10) 2023-01-15, Java Sparrow (1) 2019-02-18, Northern Cardinal (1) 2019-02-18, Pacific Golden-Plover (21) 2023-11-24, Red Avadavat (1) 2019-06-18, Red Junglefowl (2) 2023-03-24, Red-crested Cardinal (12) 2023-12-19, Red-vented Bulbul (18) 2023-10-26, Red-whiskered Bulbul (5) 2023-10-26, Rock Pigeon (11) 2023-01-15, Rose-ringed Parakeet (3) 2022-03-25, Ruddy Turnstone (10) 2023-01-15, Ruff (8) 2022-03-30, Saffron Finch (14) 2023-12-19, Sanderling (1) 2023-12-15, Scaly-breasted Munia (1) 2022-03-28, Short-eared Owl (1) 2023-11-24, Spotted Dove (12) 2023-11-24, Wandering Tattler (3) 2022-03-30, Warbling White-eye (11) 2023-10-26, Western Cattle Egret (20) 2023-11-24, White Tern (4) 2023-06-04, White-rumped Shama (1) 2023-01-15, Yellow-fronted Canary (2) 2022-06-30, Zebra Dove",22,2023-11-24 -21.36582915,-157.9531024,"African Silverbill (1) 2023-09-20, Black-crowned Night Heron (1) 2022-10-21, Chestnut Munia (9) 2023-11-23, Common Myna (31) 2023-11-23, Common Waxbill (7) 2023-11-23, Gray Francolin (1) 2023-09-20, House Finch (13) 2023-11-23, House Sparrow (22) 2023-11-23, Java Sparrow (6) 2023-11-23, Feral Mallard (2) 2023-06-25, Muscovy Duck (1) 2023-09-20, Northern Cardinal (1) 2023-03-09, Pacific Golden-Plover (17) 2023-11-23, Red Avadavat (2) 2021-05-25, Red-billed Leiothrix (1) 2023-09-20, Red-crested Cardinal (20) 2023-11-23, Red-vented Bulbul (22) 2023-11-23, Red-whiskered Bulbul (7) 2023-09-20, Rock Pigeon (15) 2023-11-23, Rose-ringed Parakeet (3) 2023-09-20, Ruddy Turnstone (3) 2023-11-23, Saffron Finch (12) 2023-11-23, Sanderling (1) 2021-12-25, Spotted Dove (16) 2023-11-23, Warbling White-eye (7) 2023-11-23, Western Cattle Egret (29) 2023-11-23, White Tern (20) 2024-02-05, White-rumped Shama (4) 2023-11-23, Yellow-fronted Canary (8) 2023-11-15, Zebra Dove",23,2023-11-23 -21.36429459,-157.7312996,"Black-crowned Night Heron (12) 2022-12-26, Black-necked Stilt (10) 2024-02-16, Chestnut Munia (17) 2022-12-26, Common Gallinule (1) 2022-11-18, Common Myna (231) 2024-02-27, Common Waxbill (173) 2024-02-27, Gray Francolin (3) 2023-06-06, Great Frigatebird (3) 2023-08-24, Hawaiian Coot (1) 2022-11-30, House Finch (119) 2024-02-27, House Sparrow (145) 2024-02-27, Indian Peafowl (129) 2024-02-27, Java Sparrow (195) 2024-02-27, Feral Mallard (21) 2024-02-14, Muscovy Duck (1) 2022-12-26, Northern Cardinal (171) 2024-02-27, Pacific Golden-Plover (104) 2024-02-14, Red Junglefowl (65) 2024-02-18, Red-billed Leiothrix (16) 2024-02-10, Red-crested Cardinal (186) 2024-02-27, Red-vented Bulbul (242) 2024-02-27, Red-whiskered Bulbul (209) 2024-02-27, Rock Pigeon (221) 2024-02-27, Rose-ringed Parakeet (95) 2024-02-27, Saffron Finch (2) 2023-05-01, Scaly-breasted Munia (9) 2022-12-23, Spotted Dove (241) 2024-02-27, Wandering Tattler (1) 2021-08-28, Warbling White-eye (216) 2024-02-18, Western Cattle Egret (215) 2024-02-27, White-rumped Shama (83) 2024-02-18, Zebra Dove",236,2024-02-27 -21.39124587,-157.7117765,"Black-crowned Night Heron (2) 2022-04-23, Black-necked Stilt (2) 2022-04-23, Brown Booby (4) 2023-11-14, Brown Noddy (1) 2020-08-06, Common Myna (13) 2023-10-07, Common Waxbill (2) 2021-10-13, Great Frigatebird (18) 2023-11-14, House Finch (2) 2021-10-13, House Sparrow (6) 2024-01-19, Java Sparrow (7) 2022-04-23, Laysan Albatross (2) 2019-06-21, Feral Mallard (2) 2022-04-23, Northern Cardinal (5) 2022-04-23, Northern Mockingbird (1) 2019-12-22, Pacific Golden-Plover (3) 2023-10-07, Red-crested Cardinal (10) 2023-07-13, Red-footed Booby (16) 2024-01-19, Red-tailed Tropicbird (1) 2021-10-13, Red-vented Bulbul (10) 2023-10-15, Red-whiskered Bulbul (4) 2023-10-15, Rock Pigeon (17) 2024-01-19, Sanderling (1) 2023-10-07, Sooty Tern (1) 2021-07-12, Spotted Dove (8) 2023-02-02, Wandering Tattler (3) 2022-04-23, Warbling White-eye (7) 2023-08-05, Wedge-tailed Shearwater (12) 2023-11-14, Western Cattle Egret (8) 2023-05-31, White Tern (1) 2022-06-25, White-rumped Shama (3) 2023-02-02, Zebra Dove",11,2023-02-02 -21.39117085,-157.7021318,"African Silverbill (2) 2021-10-19, Black Noddy (2) 2024-01-21, Black-crowned Night Heron (1) 2021-04-07, Black-necked Stilt (1) 2021-04-07, Brown Booby (4) 2024-01-21, Brown Noddy (1) 2020-07-11, Common Myna (2) 2021-04-07, Common Waxbill (1) 2021-04-07, Great Frigatebird (9) 2023-09-26, Laysan Albatross (2) 2024-01-21, Feral Mallard (1) 2021-04-07, Masked Booby (1) 2024-01-21, Northern Mockingbird (7) 2023-06-04, Pacific Golden-Plover (4) 2020-10-01, Red-crested Cardinal (2) 2021-04-07, Red-footed Booby (25) 2024-01-21, Red-tailed Tropicbird (2) 2023-03-22, Red-vented Bulbul (2) 2021-04-07, Red-whiskered Bulbul (1) 2023-04-17, Rock Pigeon (22) 2024-01-21, Ruddy Turnstone (6) 2020-10-01, Scaly-breasted Munia (4) 2023-06-04, Sooty Tern (3) 2024-01-21, Wandering Tattler (1) 2022-02-01, Wedge-tailed Shearwater (32) 2023-09-26, Western Cattle Egret (6) 2023-10-06, White Tern (2) 2023-07-02, White-tailed Tropicbird (1) 2019-08-09, Zebra Dove",4,2023-03-22 -21.40049956,-157.7406333,"Black-crowned Night Heron (3) 2023-03-29, Black-necked Stilt (11) 2023-09-08, Chestnut Munia (2) 2023-09-08, Common Myna (101) 2024-01-28, Common Waxbill (25) 2023-10-28, Great Frigatebird (8) 2023-11-14, House Finch (23) 2023-05-13, House Sparrow (18) 2023-05-13, Indian Peafowl (1) 2021-04-11, Java Sparrow (40) 2023-12-31, Feral Mallard (1) 2020-02-19, Northern Cardinal (40) 2023-09-14, Northern Mockingbird (1) 2020-02-29, Pacific Golden-Plover (32) 2023-11-14, Red Junglefowl (26) 2023-09-08, Red-billed Leiothrix (6) 2023-09-08, Red-crested Cardinal (68) 2024-01-26, Red-footed Booby (2) 2019-01-04, Red-vented Bulbul (78) 2023-12-11, Red-whiskered Bulbul (33) 2023-09-08, Rock Pigeon (48) 2023-12-11, Rose-ringed Parakeet (5) 2023-09-08, Scaly-breasted Munia (1) 2023-05-13, Sooty Tern (1) 2023-03-29, Spotted Dove (80) 2023-12-30, Wandering Tattler (1) 2019-12-26, Warbling White-eye (32) 2023-09-08, Wedge-tailed Shearwater (3) 2023-11-14, Western Cattle Egret (38) 2023-12-30, White-rumped Shama (7) 2023-09-11, White-tailed Tropicbird (2) 2023-09-08, Zebra Dove",106,2024-01-26 -21.54807004,-158.2414994,"African Silverbill (2) 2019-04-08, Black Noddy (1) 2021-01-04, Black-footed Albatross (1) 2021-01-04, Brown Booby (8) 2024-02-15, Chestnut Munia (2) 2019-04-08, Common Myna (21) 2024-02-15, Common Waxbill (7) 2022-01-31, Gray Francolin (1) 2019-11-20, Great Frigatebird (1) 2021-04-20, House Finch (4) 2022-01-29, Japanese Bush Warbler (1) 2022-01-31, Java Sparrow (1) 2019-11-20, Laysan Albatross (6) 2022-01-31, Northern Cardinal (7) 2022-01-31, Pacific Golden-Plover (6) 2021-11-22, Red Avadavat (1) 2019-11-20, Red Junglefowl (2) 2023-05-08, Red-crested Cardinal (12) 2024-02-05, Red-footed Booby (1) 2024-02-05, Red-vented Bulbul (13) 2024-02-15, Ruddy Turnstone (1) 2024-02-05, Saffron Finch (2) 2021-09-27, Scaly-breasted Munia (4) 2019-11-20, Spotted Dove (6) 2022-01-03, Wandering Tattler (4) 2022-12-16, Warbling White-eye (9) 2022-01-31, Wedge-tailed Shearwater (2) 2023-11-07, Western Cattle Egret (3) 2019-11-20, White-rumped Shama (5) 2021-09-26, White-tailed Tropicbird (2) 2021-03-17, Yellow-faced Grassquit (3) 2019-04-08, Zebra Dove",12,2023-05-08 -21.64568037,-157.9221063,"Black-crowned Night Heron (8) 2024-02-26, Black-necked Stilt (1) 2023-12-04, Brown Booby (2) 2024-02-22, Chestnut Munia (23) 2023-03-12, Common Myna (72) 2024-02-22, Common Waxbill (16) 2023-03-29, Gray Francolin (2) 2023-04-23, Great Frigatebird (4) 2023-05-19, Hawaiian Coot (1) 2019-12-12, House Finch (5) 2024-02-19, House Sparrow (6) 2023-11-22, Java Sparrow (2) 2023-01-14, Feral Mallard (4) 2024-02-10, Masked Booby (3) 2020-02-03, Pacific Golden-Plover (55) 2024-02-26, Red Junglefowl (23) 2024-01-25, Red-crested Cardinal (31) 2024-02-26, Red-vented Bulbul (41) 2024-02-26, Red-whiskered Bulbul (13) 2024-02-22, Rock Pigeon (11) 2024-02-06, Ruddy Turnstone (9) 2024-02-19, Saffron Finch (13) 2024-02-21, Sanderling (8) 2023-10-24, Scaly-breasted Munia (1) 2023-11-22, Spotted Dove (37) 2024-02-26, Wandering Tattler (11) 2024-02-22, Warbling White-eye (5) 2024-02-21, Western Cattle Egret (48) 2024-02-26, Yellow-fronted Canary (1) 2020-06-07, Zebra Dove",49,2024-02-26 -21.29266237,-157.8186683,"Black-crowned Night Heron (5) 2023-07-07, Black-necked Stilt (1) 2023-04-04, Chestnut Munia (1) 2022-05-29, Common Myna (99) 2023-09-26, Common Waxbill (60) 2023-09-26, Great Frigatebird (2) 2022-07-06, Great-tailed Grackle (51) 2022-07-05, House Finch (32) 2023-08-04, House Sparrow (55) 2023-09-26, Java Sparrow (19) 2023-09-26, Feral Mallard (31) 2023-07-24, Northern Cardinal (14) 2023-08-04, Northern Mockingbird (7) 2023-07-13, Pacific Golden-Plover (41) 2023-10-01, Red Junglefowl (9) 2023-10-15, Red-crested Cardinal (56) 2023-09-26, Red-masked Parakeet (1) 2021-04-09, Red-vented Bulbul (106) 2023-11-21, Red-whiskered Bulbul (15) 2023-09-26, Rock Pigeon (40) 2023-09-26, Rose-ringed Parakeet (83) 2023-09-26, Saffron Finch (7) 2023-07-11, Scaly-breasted Munia (8) 2023-08-04, Spotted Dove (114) 2023-10-15, Warbling White-eye (101) 2023-08-04, Western Cattle Egret (69) 2023-09-26, White Tern (77) 2023-09-26, White-rumped Shama (26) 2023-08-20, Yellow-fronted Canary (36) 2023-08-20, Zebra Dove",108,2023-11-21 -21.31214238,-158.0402524,"Black Francolin (1) 2019-02-25, Black-crowned Night Heron (1) 2019-02-25, Black-necked Stilt (5) 2023-11-18, Cackling Goose (5) 2021-06-14, Chestnut Munia (1) 2020-08-21, Common Myna (4) 2023-11-18, Common Waxbill (3) 2023-11-10, Gray Francolin (3) 2021-03-22, Hawaiian Coot (7) 2023-11-18, House Finch (1) 2019-02-25, House Sparrow (2) 2023-11-10, Lesser Scaup (2) 2021-03-22, Feral Mallard (3) 2021-04-19, Mourning Dove (1) 2019-02-25, Muscovy Duck (1) 2019-02-25, Northern Cardinal (1) 2019-02-25, Northern Mockingbird (1) 2019-02-25, Northern Pintail (1) 2019-02-25, Northern Shoveler (1) 2019-02-25, Pacific Golden-Plover (5) 2023-11-18, Red-crested Cardinal (2) 2020-08-21, Red-vented Bulbul (2) 2020-08-21, Red-whiskered Bulbul (1) 2019-02-25, Rock Pigeon (1) 2019-02-25, Rose-ringed Parakeet (1) 2019-02-25, Ruddy Turnstone (1) 2019-02-25, Saffron Finch (1) 2023-11-10, Snow Goose (1) 2019-02-25, Spotted Dove (2) 2020-08-21, Warbling White-eye (1) 2019-02-25, Western Cattle Egret (3) 2023-11-10, White-rumped Shama (1) 2019-02-25, Zebra Dove",3,2021-10-18 -21.3291279,-157.8665852,"African Silverbill (1) 2021-08-09, Black-crowned Night Heron (1) 2019-02-25, Black-necked Stilt (6) 2023-10-02, Chestnut Munia (12) 2023-08-22, Common Myna (85) 2024-02-10, Common Waxbill (49) 2024-02-18, Great Frigatebird (1) 2021-07-21, House Finch (31) 2023-12-08, House Sparrow (58) 2024-02-18, Java Sparrow (25) 2023-10-12, Feral Mallard (14) 2023-10-02, Northern Cardinal (7) 2024-02-10, Pacific Golden-Plover (44) 2024-02-10, Red Junglefowl (11) 2024-02-10, Red-crested Cardinal (40) 2024-02-18, Red-vented Bulbul (71) 2024-02-18, Red-whiskered Bulbul (8) 2024-02-10, Rock Pigeon (23) 2024-02-10, Rose-ringed Parakeet (31) 2024-02-21, Saffron Finch (15) 2023-12-13, Scaly-breasted Munia (16) 2023-12-08, Spotted Dove (63) 2024-02-18, Wandering Tattler (7) 2022-05-09, Warbling White-eye (32) 2023-12-20, Western Cattle Egret (69) 2024-02-10, White Tern (32) 2024-01-17, White-rumped Shama (3) 2020-11-30, Yellow-fronted Canary (5) 2023-09-04, Zebra Dove",87,2024-02-18 -21.39153868,-157.7503556,"Black-crowned Night Heron (5) 2024-01-05, Black-necked Stilt (5) 2023-08-04, Chestnut Munia (1) 2023-06-09, Common Gallinule (7) 2024-01-05, Common Myna (7) 2024-01-05, Common Waxbill (7) 2024-01-05, Hawaiian Coot (1) 2022-02-26, House Finch (3) 2023-08-04, House Sparrow (2) 2024-01-05, Japanese Bush Warbler (2) 2023-06-09, Java Sparrow (4) 2024-01-05, Feral Mallard (8) 2024-01-05, Muscovy Duck (2) 2024-01-05, Northern Cardinal (4) 2023-07-27, Northern Mockingbird (1) 2024-01-05, Pacific Golden-Plover (2) 2024-01-05, Red Avadavat (1) 2022-09-25, Red Junglefowl (5) 2023-08-04, Red-billed Leiothrix (1) 2023-08-04, Red-crested Cardinal (6) 2024-01-05, Red-vented Bulbul (8) 2024-01-05, Red-whiskered Bulbul (3) 2023-07-27, Rock Pigeon (7) 2024-01-05, Spotted Dove (6) 2024-01-05, Wandering Tattler (1) 2022-02-26, Warbling White-eye (3) 2023-08-04, Wedge-tailed Shearwater (1) 2022-02-26, Western Cattle Egret (5) 2024-01-05, White-rumped Shama (7) 2023-11-03, Zebra Dove",4,2024-01-05 -21.40953258,-157.7405559,"African Silverbill (1) 2021-11-01, Black-crowned Night Heron (1) 2022-02-05, Black-necked Stilt (2) 2022-02-05, Brown Booby (1) 2022-02-22, Brown Noddy (1) 2022-02-22, Chestnut Munia (1) 2022-08-24, Common Myna (14) 2024-02-20, Common Waxbill (3) 2021-10-09, Gray Francolin (1) 2023-05-10, Great Frigatebird (2) 2022-02-22, House Finch (4) 2023-05-10, House Sparrow (5) 2022-08-24, Java Sparrow (8) 2024-02-20, Laysan Albatross (1) 2024-02-20, Northern Cardinal (6) 2023-05-10, Pacific Golden-Plover (6) 2022-08-24, Red Junglefowl (3) 2022-02-22, Red-crested Cardinal (13) 2023-05-10, Red-footed Booby (1) 2022-02-22, Red-vented Bulbul (9) 2023-03-06, Red-whiskered Bulbul (4) 2022-02-22, Rock Pigeon (5) 2022-02-13, Sanderling (1) 2023-10-06, Spotted Dove (12) 2023-05-10, Wandering Tattler (2) 2023-11-02, Warbling White-eye (9) 2022-02-22, Wedge-tailed Shearwater (2) 2021-10-09, Western Cattle Egret (11) 2023-03-06, White-rumped Shama (7) 2023-01-01, White-tailed Tropicbird (1) 2022-04-20, Yellow-fronted Canary (2) 2021-10-09, Zebra Dove",13,2024-02-20 -21.42822956,-157.8272281,"African Silverbill (1) 2023-05-12, Black Swan (45) 2024-02-29, Chestnut Munia (18) 2023-12-05, Common Myna (39) 2024-02-26, Common Waxbill (8) 2023-07-25, Great Frigatebird (1) 2023-10-25, House Finch (4) 2024-02-26, House Sparrow (37) 2024-02-26, Indian Peafowl (4) 2023-12-03, Java Sparrow (2) 2023-11-10, Feral Mallard (14) 2024-02-17, Muscovy Duck (1) 2024-02-26, Northern Cardinal (5) 2023-12-05, Pacific Golden-Plover (28) 2024-02-05, Red Avadavat (1) 2019-03-03, Red Junglefowl (8) 2023-10-21, Red-billed Leiothrix (7) 2023-06-05, Red-crested Cardinal (45) 2024-02-29, Red-vented Bulbul (23) 2023-12-05, Red-whiskered Bulbul (11) 2024-02-26, Rock Pigeon (9) 2024-02-26, Saffron Finch (1) 2023-06-16, Scaly-breasted Munia (1) 2023-06-19, Spotted Dove (59) 2024-02-29, Wandering Tattler (1) 2024-02-26, Warbling White-eye (18) 2024-01-13, Western Cattle Egret (33) 2024-02-26, White Tern (1) 2023-06-11, White-rumped Shama (13) 2024-02-10, White-tailed Tropicbird (1) 2023-06-19, Zebra Dove",59,2024-02-29 -21.47475219,-158.0391897,"Barn Owl (1) 2019-06-03, Black-crowned Night Heron (12) 2019-07-21, Black-necked Stilt (1) 2019-06-12, Chestnut Munia (24) 2019-07-25, Common Myna (51) 2019-07-25, Common Waxbill (39) 2019-07-23, Erckel's Spurfowl (1) 2019-05-29, Gray Francolin (1) 2019-06-02, Hawaiian Coot (1) 2019-05-16, House Finch (52) 2019-07-25, House Sparrow (53) 2019-07-25, Java Sparrow (4) 2019-07-17, Feral Mallard (4) 2019-05-28, Northern Cardinal (35) 2019-07-23, Oahu Amakihi (1) 2019-05-05, Pacific Golden-Plover (11) 2019-05-02, Red Junglefowl (1) 2019-05-19, Red-billed Leiothrix (9) 2019-07-14, Red-crested Cardinal (48) 2019-07-25, Red-crowned Parrot (4) 2019-05-15, Red-masked Parakeet (1) 2019-05-19, Red-vented Bulbul (52) 2019-07-25, Red-whiskered Bulbul (23) 2019-07-22, Rock Pigeon (14) 2019-07-17, Rose-ringed Parakeet (25) 2019-07-21, Saffron Finch (33) 2019-07-25, Spotted Dove (53) 2019-07-25, Warbling White-eye (44) 2019-07-25, Western Cattle Egret (50) 2019-07-25, White-rumped Shama (10) 2019-07-21, Yellow-fronted Canary (5) 2019-07-21, Zebra Dove",52,2019-07-25 -21.56567631,-158.1448247,"Apapane (1) 2020-01-05, Barn Owl (2) 2023-09-10, Black Francolin (9) 2023-04-07, Chestnut Munia (2) 2022-05-04, Common Myna (19) 2024-01-26, Common Waxbill (18) 2024-01-26, Erckel's Spurfowl (6) 2021-06-10, Gray Francolin (15) 2024-01-26, House Finch (16) 2024-01-26, House Sparrow (2) 2022-05-04, Indian Peafowl (11) 2023-09-10, Japanese Bush Warbler (17) 2024-01-26, Java Sparrow (2) 2020-02-09, Kalij Pheasant (2) 2021-06-08, Northern Cardinal (19) 2024-01-26, Northern Mockingbird (1) 2020-02-09, Pacific Golden-Plover (11) 2024-01-26, Red Avadavat (2) 2020-02-09, Red Junglefowl (5) 2022-10-13, Red-billed Leiothrix (17) 2024-01-26, Red-crested Cardinal (18) 2024-01-26, Red-vented Bulbul (19) 2024-01-26, Red-whiskered Bulbul (17) 2024-01-26, Rock Pigeon (7) 2022-05-04, Rose-ringed Parakeet (1) 2023-04-07, Saffron Finch (8) 2023-01-24, Scaly-breasted Munia (7) 2022-05-04, Spotted Dove (19) 2024-01-26, Warbling White-eye (18) 2024-01-26, Western Cattle Egret (18) 2024-01-26, White-rumped Shama (19) 2024-01-26, Yellow-fronted Canary (3) 2023-01-24, Zebra Dove",19,2024-01-26 -21.65553655,-158.0573235,"Black-crowned Night Heron (4) 2024-01-10, Brown Booby (8) 2022-08-07, Common Myna (21) 2023-11-06, Common Waxbill (10) 2023-03-16, Erckel's Spurfowl (1) 2022-08-07, Gray Francolin (1) 2022-08-07, Great Frigatebird (6) 2023-11-06, Hawaiian Coot (2) 2022-08-07, House Finch (6) 2022-09-25, House Sparrow (4) 2024-01-10, Java Sparrow (9) 2023-03-16, Laysan Albatross (2) 2022-09-28, Feral Mallard (3) 2022-09-30, Northern Cardinal (4) 2022-09-30, Pacific Golden-Plover (10) 2024-01-10, Red Junglefowl (6) 2023-03-16, Red-billed Leiothrix (1) 2024-01-10, Red-crested Cardinal (14) 2024-01-10, Red-footed Booby (4) 2021-06-22, Red-vented Bulbul (16) 2023-03-16, Red-whiskered Bulbul (8) 2023-11-06, Rose-ringed Parakeet (1) 2022-08-07, Ruddy Turnstone (4) 2022-09-30, Saffron Finch (6) 2023-03-23, Sanderling (2) 2023-08-25, Spotted Dove (9) 2023-11-06, Wandering Tattler (8) 2022-09-30, Warbling White-eye (13) 2023-03-16, Wedge-tailed Shearwater (3) 2023-11-06, Western Cattle Egret (5) 2023-11-06, White Tern (1) 2022-08-07, White-rumped Shama (6) 2024-01-10, Zebra Dove",23,2024-01-10 -21.67290417,-157.9412332,"Barn Owl (1) 2019-10-06, Black-crowned Night Heron (1) 2019-08-04, Black-necked Stilt (1) 2020-03-06, Bristle-thighed Curlew (7) 2024-01-05, Brown Booby (1) 2020-03-06, Brown Noddy (1) 2021-03-27, Chestnut Munia (3) 2023-11-22, Common Myna (12) 2024-01-05, Common Waxbill (5) 2023-11-22, Glaucous-winged Gull (1) 2021-12-29, Gray Francolin (1) 2019-01-27, Great Frigatebird (1) 2019-01-27, Hawaiian Coot (2) 2022-08-21, House Finch (6) 2022-12-07, Indian Peafowl (1) 2020-03-06, Java Sparrow (4) 2022-12-07, Laysan Albatross (4) 2020-03-06, Northern Cardinal (5) 2020-03-06, Pacific Golden-Plover (6) 2024-01-05, Red Junglefowl (5) 2022-04-15, Red-billed Leiothrix (3) 2020-03-06, Red-crested Cardinal (10) 2024-01-05, Red-vented Bulbul (6) 2023-11-22, Red-whiskered Bulbul (2) 2020-03-06, Saffron Finch (5) 2023-11-22, Sanderling (2) 2024-01-13, Spotted Dove (8) 2024-01-05, Wandering Tattler (2) 2020-03-06, Warbling White-eye (4) 2024-01-05, Western Cattle Egret (5) 2022-12-07, White-rumped Shama (3) 2020-03-06, Yellow-fronted Canary (2) 2024-01-05, Zebra Dove",11,2024-01-05 -21.25639296,-157.7996841,"Brown Booby (5) 2023-12-21, Brown Noddy (1) 2023-03-03, Common Myna (62) 2024-02-11, Common Waxbill (17) 2023-12-17, Gray Francolin (7) 2022-08-21, Great Frigatebird (3) 2023-08-24, House Finch (8) 2023-06-01, House Sparrow (18) 2023-12-17, Java Sparrow (4) 2023-11-03, Feral Mallard (11) 2023-12-03, Masked Booby (3) 2023-03-03, Northern Cardinal (3) 2022-06-26, Pacific Golden-Plover (41) 2023-12-17, Red Junglefowl (5) 2024-02-11, Red-crested Cardinal (33) 2024-02-11, Red-footed Booby (4) 2023-03-03, Red-masked Parakeet (50) 2023-12-17, Red-vented Bulbul (50) 2023-12-17, Red-whiskered Bulbul (4) 2023-12-11, Rock Pigeon (15) 2023-12-17, Rose-ringed Parakeet (7) 2024-02-11, Saffron Finch (7) 2023-12-17, Scaly-breasted Munia (1) 2019-04-26, Sooty Tern (3) 2023-03-03, Spotted Dove (47) 2024-02-11, Warbling White-eye (16) 2023-12-11, Western Cattle Egret (24) 2023-12-17, White Tern (22) 2024-02-11, White-rumped Shama (2) 2023-06-08, White-tailed Tropicbird (1) 2019-12-30, Yellow-fronted Canary (10) 2023-11-03, Zebra Dove",39,2024-02-11 -21.31059249,-157.799244,"African Silverbill (1) 2021-01-07, Apapane (11) 2023-06-21, Barn Owl (1) 2019-09-30, Chestnut Munia (8) 2021-01-07, Chinese Hwamei (1) 2019-11-29, Common Myna (40) 2024-02-28, Common Waxbill (46) 2023-11-06, House Finch (86) 2023-06-21, House Sparrow (3) 2023-07-17, Java Sparrow (31) 2022-03-18, Northern Cardinal (89) 2024-02-28, Northern Mockingbird (8) 2023-03-11, Oahu Amakihi (149) 2024-02-28, Oahu Elepaio (2) 2023-06-01, Pacific Golden-Plover (20) 2024-02-28, Red Junglefowl (80) 2023-11-05, Red-billed Leiothrix (91) 2023-11-06, Red-crested Cardinal (76) 2024-02-28, Red-masked Parakeet (4) 2020-04-12, Red-tailed Tropicbird (1) 2019-08-17, Red-vented Bulbul (139) 2024-02-28, Red-whiskered Bulbul (51) 2023-11-05, Rock Pigeon (9) 2023-10-19, Rose-ringed Parakeet (57) 2024-02-28, Scaly-breasted Munia (3) 2020-02-14, Spotted Dove (100) 2024-02-28, Warbling White-eye (136) 2024-02-28, Western Cattle Egret (3) 2023-04-17, White Tern (28) 2023-08-19, White-rumped Shama (121) 2024-02-28, Yellow-faced Grassquit (4) 2020-07-17, Yellow-fronted Canary (68) 2024-02-28, Zebra Dove",130,2024-02-28 -21.32071789,-157.9630634,"Black Noddy (1) 2023-06-18, Black-crowned Night Heron (7) 2023-01-04, Black-necked Stilt (11) 2023-08-12, Brown Booby (3) 2021-03-26, Chestnut Munia (2) 2019-06-28, Common Myna (13) 2023-06-08, Common Waxbill (9) 2023-12-09, Gray Francolin (2) 2022-08-27, Great Frigatebird (1) 2023-06-18, Hawaiian Coot (3) 2023-08-12, House Finch (3) 2020-03-31, House Sparrow (12) 2023-06-08, Northern Cardinal (11) 2023-12-09, Pacific Golden-Plover (20) 2023-12-09, Red Junglefowl (3) 2023-01-09, Red-crested Cardinal (9) 2023-01-04, Red-vented Bulbul (12) 2023-12-09, Red-whiskered Bulbul (3) 2021-06-06, Rock Pigeon (1) 2020-03-31, Rose-ringed Parakeet (1) 2022-08-27, Ruddy Turnstone (17) 2023-12-09, Saffron Finch (1) 2020-03-31, Sanderling (1) 2022-03-28, Spotted Dove (6) 2023-01-09, Wandering Tattler (16) 2023-12-09, Warbling White-eye (7) 2023-06-08, Wedge-tailed Shearwater (1) 2023-06-23, Western Cattle Egret (6) 2023-12-09, White Tern (8) 2023-12-09, White-rumped Shama (4) 2023-12-09, Yellow-fronted Canary (1) 2021-06-06, Zebra Dove",11,2023-12-09 -21.38236069,-157.7311438,"Black-crowned Night Heron (35) 2024-02-08, Black-necked Stilt (28) 2023-11-18, Brown Booby (1) 2020-03-10, Chestnut Munia (4) 2023-11-06, Common Gallinule (106) 2024-02-08, Common Myna (129) 2024-02-08, Common Waxbill (35) 2023-11-19, Hawaiian Coot (16) 2022-12-17, House Finch (17) 2023-05-15, House Sparrow (109) 2024-02-08, Java Sparrow (57) 2024-02-03, Feral Mallard (125) 2024-02-28, Muscovy Duck (20) 2024-02-03, Northern Cardinal (13) 2022-06-13, Pacific Golden-Plover (25) 2023-12-02, Red Avadavat (2) 2020-07-25, Red Junglefowl (4) 2024-01-03, Red-crested Cardinal (77) 2024-01-20, Red-vented Bulbul (84) 2024-02-26, Red-whiskered Bulbul (22) 2023-03-10, Ring-necked Duck (5) 2020-04-01, Rock Pigeon (132) 2024-02-08, Rose-ringed Parakeet (3) 2024-02-08, Saffron Finch (6) 2022-01-02, Scaly-breasted Munia (2) 2021-02-04, Spotted Dove (88) 2024-02-08, Wandering Tattler (2) 2020-08-09, Warbling White-eye (33) 2024-02-03, Western Cattle Egret (58) 2024-02-08, White-rumped Shama (2) 2022-11-25, Zebra Dove",117,2024-02-08 -21.44573623,-157.7498942,"Black-bellied Plover (1) 2021-08-14, Black-crowned Night Heron (6) 2024-01-25, Black-necked Stilt (26) 2024-01-25, Chestnut Munia (1) 2022-03-16, Common Gallinule (3) 2024-01-25, Common Myna (41) 2024-01-25, Common Waxbill (15) 2024-01-25, Gray Francolin (6) 2024-02-16, Great Frigatebird (28) 2024-01-25, Hawaiian Coot (4) 2024-01-25, House Finch (10) 2024-01-25, House Sparrow (9) 2024-01-25, Java Sparrow (12) 2024-01-25, Long-billed Dowitcher (1) 2024-01-25, Feral Mallard (16) 2024-01-25, Muscovy Duck (1) 2020-05-31, Northern Cardinal (15) 2024-01-25, Pacific Golden-Plover (31) 2024-01-25, Red Avadavat (1) 2023-05-08, Red Junglefowl (5) 2024-01-24, Red-crested Cardinal (22) 2024-01-25, Red-footed Booby (3) 2021-12-19, Red-vented Bulbul (29) 2024-01-25, Red-whiskered Bulbul (7) 2024-01-17, Rock Pigeon (11) 2024-01-25, Ruddy Turnstone (4) 2021-12-19, Saffron Finch (9) 2024-01-25, Scaly-breasted Munia (1) 2020-05-24, Spotted Dove (19) 2024-01-25, Warbling White-eye (7) 2023-11-27, Western Cattle Egret (36) 2024-01-25, White-rumped Shama (2) 2024-01-25, Yellow-fronted Canary (3) 2024-01-25, Zebra Dove",30,2024-01-25 -21.50174145,-158.0197054,"Black-crowned Night Heron (1) 2023-10-22, Chestnut Munia (8) 2023-12-03, Common Gallinule (3) 2023-11-01, Common Myna (55) 2024-02-20, Common Waxbill (17) 2024-01-04, Hawaiian Coot (1) 2023-04-27, House Finch (14) 2024-02-12, House Sparrow (8) 2024-01-10, Indian Peafowl (3) 2024-01-04, Japanese Bush Warbler (1) 2023-03-15, Java Sparrow (5) 2024-01-26, Feral Mallard (1) 2023-11-01, Muscovy Duck (1) 2022-06-25, Northern Cardinal (18) 2024-02-12, Northern Mockingbird (1) 2021-03-17, Pacific Golden-Plover (1) 2024-01-26, Red Avadavat (1) 2023-10-22, Red Junglefowl (20) 2024-02-15, Red-billed Leiothrix (34) 2024-02-20, Red-crested Cardinal (35) 2024-02-20, Red-vented Bulbul (49) 2024-02-12, Red-whiskered Bulbul (44) 2024-02-12, Rock Pigeon (5) 2024-01-26, Rose-ringed Parakeet (2) 2023-04-13, Saffron Finch (10) 2024-01-26, Scaly-breasted Munia (1) 2023-10-22, Spotted Dove (44) 2024-02-20, Warbling White-eye (46) 2024-02-20, Western Cattle Egret (7) 2024-02-07, White-rumped Shama (41) 2024-02-20, White-tailed Tropicbird (2) 2023-10-22, Zebra Dove",66,2024-02-20 -21.58394032,-158.1833509,"Barn Owl (1) 2023-06-12, Black Francolin (2) 2023-06-10, Black-crowned Night Heron (1) 2020-03-15, Brown Booby (1) 2020-01-05, Common Myna (20) 2023-06-10, Common Waxbill (13) 2023-06-10, Erckel's Spurfowl (2) 2019-03-01, Eurasian Skylark (1) 2020-01-19, Gray Francolin (4) 2023-06-12, House Finch (14) 2023-06-10, House Sparrow (6) 2020-03-15, Java Sparrow (3) 2023-03-27, Laysan Albatross (7) 2022-02-19, Northern Cardinal (6) 2023-06-10, Pacific Golden-Plover (12) 2023-06-10, Red Junglefowl (6) 2020-03-15, Red-billed Leiothrix (4) 2023-06-10, Red-crested Cardinal (10) 2023-06-10, Red-footed Booby (1) 2019-01-07, Red-vented Bulbul (14) 2023-06-10, Red-whiskered Bulbul (2) 2023-06-10, Ring-necked Pheasant (1) 2019-10-21, Rock Pigeon (2) 2022-06-04, Ruddy Turnstone (1) 2020-01-05, Saffron Finch (15) 2024-01-10, Scaly-breasted Munia (1) 2020-01-05, Snow Goose (3) 2020-01-05, Spotted Dove (7) 2023-06-10, Wandering Tattler (1) 2021-04-03, Warbling White-eye (8) 2023-06-10, Wedge-tailed Shearwater (1) 2022-07-27, Western Cattle Egret (5) 2023-06-10, White-rumped Shama (6) 2020-03-15, Zebra Dove",13,2023-06-10 -21.60160241,-158.1059751,"Black-necked Stilt (3) 2022-04-02, Brown Booby (14) 2024-02-20, Chestnut Munia (2) 2021-07-22, Common Myna (29) 2024-02-26, Common Waxbill (16) 2024-02-26, Great Frigatebird (6) 2023-11-05, House Finch (12) 2024-02-26, House Sparrow (7) 2024-02-26, Japanese Bush Warbler (1) 2021-07-22, Java Sparrow (3) 2022-10-05, Laysan Albatross (6) 2024-02-26, Pacific Golden-Plover (18) 2024-02-26, Red Junglefowl (17) 2024-02-26, Red-billed Leiothrix (2) 2023-12-26, Red-crested Cardinal (18) 2024-02-26, Red-footed Booby (3) 2022-04-06, Red-vented Bulbul (10) 2024-02-26, Red-whiskered Bulbul (4) 2024-02-26, Rock Pigeon (28) 2024-02-26, Rose-ringed Parakeet (1) 2024-02-26, Ruddy Turnstone (1) 2019-09-03, Saffron Finch (17) 2024-02-26, Sanderling (1) 2019-09-03, Scaly-breasted Munia (3) 2021-12-21, Sooty Tern (3) 2022-04-06, Spotted Dove (15) 2024-02-26, Wandering Tattler (7) 2023-12-26, Warbling White-eye (5) 2022-12-04, Wedge-tailed Shearwater (4) 2023-03-13, Western Cattle Egret (16) 2024-02-26, White-rumped Shama (4) 2024-02-26, Zebra Dove",35,2024-02-26 -21.27473011,-157.8380882,"Black Noddy (1) 2022-02-13, Black-crowned Night Heron (15) 2024-01-30, Brown Booby (11) 2024-01-21, Brown Noddy (1) 2024-01-21, Common Myna (14) 2024-01-30, Common Waxbill (6) 2023-09-09, Great Frigatebird (1) 2020-06-28, House Finch (11) 2024-01-30, House Sparrow (15) 2024-01-30, Java Sparrow (4) 2023-04-08, Laughing Gull (1) 2024-01-25, Feral Mallard (5) 2024-01-30, Muscovy Duck (1) 2020-03-22, Pacific Golden-Plover (3) 2024-01-26, Red Junglefowl (4) 2024-01-29, Red-crested Cardinal (6) 2024-01-30, Red-footed Booby (4) 2023-08-26, Red-vented Bulbul (7) 2024-01-26, Red-whiskered Bulbul (2) 2023-04-08, Rock Pigeon (19) 2024-01-30, Rose-ringed Parakeet (6) 2024-01-30, Ruddy Turnstone (1) 2020-04-21, Saffron Finch (2) 2023-06-15, Sooty Tern (3) 2024-01-24, Spotted Dove (5) 2024-01-28, Warbling White-eye (3) 2023-04-08, Wedge-tailed Shearwater (6) 2023-09-03, Western Cattle Egret (10) 2024-01-30, White Tern (30) 2024-01-30, White-rumped Shama (1) 2020-04-21, Yellow-fronted Canary (4) 2024-01-26, Zebra Dove",5,2024-01-30 -21.28362908,-157.8187407,"African Silverbill (1) 2023-10-04, Black-crowned Night Heron (5) 2024-01-07, Chestnut Munia (3) 2020-11-15, Common Myna (110) 2024-02-19, Common Waxbill (18) 2024-01-07, Great Frigatebird (3) 2021-10-17, Great-tailed Grackle (1) 2022-06-20, House Finch (19) 2024-01-10, House Sparrow (75) 2024-02-19, Japanese Bush Warbler (2) 2024-01-10, Java Sparrow (18) 2024-01-19, Feral Mallard (6) 2024-01-07, Muscovy Duck (1) 2022-11-12, Northern Cardinal (2) 2023-03-19, Pacific Golden-Plover (62) 2024-01-26, Red Junglefowl (11) 2023-09-14, Red-crested Cardinal (62) 2024-02-19, Red-masked Parakeet (1) 2019-02-10, Red-vented Bulbul (91) 2024-02-19, Red-whiskered Bulbul (25) 2023-03-24, Rock Pigeon (41) 2024-02-19, Rose-ringed Parakeet (55) 2024-02-18, Saffron Finch (3) 2020-01-07, Scaly-breasted Munia (2) 2021-02-06, Spotted Dove (105) 2024-02-19, Wandering Tattler (2) 2024-01-07, Warbling White-eye (17) 2023-03-24, Western Cattle Egret (23) 2024-01-07, White Tern (59) 2024-02-19, White-rumped Shama (3) 2021-11-04, Yellow-fronted Canary (36) 2024-01-19, Zebra Dove",116,2024-02-19 -21.2830699,-157.7416364,"African Silverbill (1) 2021-05-12, Black-crowned Night Heron (2) 2022-04-26, Black-necked Stilt (5) 2022-02-01, Chestnut Munia (1) 2020-02-24, Common Myna (76) 2023-11-06, Common Waxbill (43) 2022-02-17, Great Frigatebird (15) 2021-09-13, House Finch (44) 2022-07-10, House Sparrow (32) 2023-11-06, Indian Peafowl (1) 2020-01-13, Java Sparrow (35) 2023-04-12, Feral Mallard (27) 2022-02-01, Muscovy Duck (3) 2021-01-27, Northern Cardinal (30) 2022-07-10, Pacific Golden-Plover (38) 2023-11-06, Red Junglefowl (2) 2019-07-17, Red-crested Cardinal (66) 2023-03-30, Red-masked Parakeet (7) 2022-02-07, Red-vented Bulbul (60) 2024-02-17, Red-whiskered Bulbul (29) 2022-07-10, Rock Pigeon (68) 2023-11-06, Rose-ringed Parakeet (18) 2023-09-08, Saffron Finch (2) 2021-02-04, Scaly-breasted Munia (16) 2022-07-10, Spotted Dove (62) 2023-11-06, Warbling White-eye (56) 2023-03-30, Western Cattle Egret (68) 2023-11-06, White Tern (36) 2022-07-10, White-rumped Shama (25) 2022-07-10, White-tailed Tropicbird (3) 2022-02-02, Yellow-fronted Canary (22) 2022-02-25, Zebra Dove",77,2023-11-06 -21.29292899,-157.8572236,"African Silverbill (4) 2023-09-27, Black-crowned Night Heron (7) 2024-02-02, Brown Booby (27) 2024-02-24, Brown Noddy (1) 2020-07-22, Common Myna (37) 2024-01-26, Common Waxbill (13) 2023-11-22, Great Frigatebird (3) 2020-07-22, House Finch (10) 2023-12-17, House Sparrow (31) 2024-01-26, Java Sparrow (10) 2024-01-26, Feral Mallard (6) 2024-01-26, Northern Mockingbird (1) 2022-12-26, Pacific Golden-Plover (25) 2024-02-02, Red Junglefowl (13) 2023-12-17, Red-crested Cardinal (21) 2024-01-26, Red-footed Booby (7) 2024-02-24, Red-masked Parakeet (1) 2022-12-29, Red-vented Bulbul (21) 2024-01-26, Red-whiskered Bulbul (1) 2023-12-17, Rock Pigeon (36) 2024-02-02, Rose-ringed Parakeet (15) 2024-01-26, Ruddy Turnstone (8) 2023-10-23, Saffron Finch (14) 2024-01-26, Scaly-breasted Munia (1) 2019-04-24, Sooty Tern (4) 2024-02-24, Spotted Dove (36) 2024-01-26, Wandering Tattler (1) 2020-05-08, Warbling White-eye (12) 2023-12-17, Wedge-tailed Shearwater (9) 2023-06-02, Western Cattle Egret (16) 2024-02-02, White Tern (62) 2024-02-24, White-tailed Tropicbird (1) 2023-06-02, Yellow-fronted Canary (10) 2023-12-17, Zebra Dove",42,2024-02-02 -21.31099575,-157.8570839,"Black-crowned Night Heron (6) 2024-01-16, Black-necked Stilt (1) 2024-02-05, Chestnut Munia (35) 2023-12-19, Common Myna (201) 2024-02-24, Common Waxbill (67) 2024-02-20, House Finch (36) 2023-12-19, House Sparrow (143) 2024-02-23, Java Sparrow (44) 2024-01-27, Feral Mallard (28) 2024-02-23, Muscovy Duck (1) 2020-06-13, Northern Cardinal (4) 2020-05-29, Northern Mockingbird (1) 2021-08-10, Pacific Golden-Plover (108) 2024-02-26, Peregrine Falcon (2) 2020-01-19, Red Junglefowl (43) 2024-02-10, Red-crested Cardinal (101) 2024-02-24, Red-crowned Parrot (1) 2023-08-25, Red-vented Bulbul (102) 2024-02-23, Red-whiskered Bulbul (6) 2022-05-25, Rock Pigeon (164) 2024-02-24, Rose-ringed Parakeet (162) 2024-02-23, Saffron Finch (26) 2023-12-30, Scaly-breasted Munia (4) 2024-02-20, Spotted Dove (145) 2024-02-24, Warbling White-eye (47) 2024-02-11, Wedge-tailed Shearwater (1) 2020-06-13, Western Cattle Egret (92) 2024-02-23, White Tern (193) 2024-02-26, White-rumped Shama (16) 2024-02-20, Yellow-fronted Canary (25) 2023-07-19, Zebra Dove",178,2024-02-23 -21.31934559,-157.7606089,"African Silverbill (2) 2023-06-18, Apapane (28) 2024-01-22, Chestnut Munia (4) 2023-06-07, Chinese Hwamei (1) 2019-08-10, Common Myna (169) 2024-02-29, Common Waxbill (202) 2024-02-29, Great Frigatebird (2) 2023-11-12, House Finch (180) 2024-02-29, House Sparrow (2) 2023-03-24, Japanese Bush Warbler (14) 2024-02-29, Java Sparrow (7) 2023-12-17, Northern Cardinal (169) 2024-02-29, Oahu Amakihi (140) 2024-02-29, Oahu Elepaio (245) 2024-02-29, Pacific Golden-Plover (93) 2024-02-29, Red Junglefowl (21) 2024-01-26, Red-billed Leiothrix (301) 2024-02-29, Red-crested Cardinal (220) 2024-02-29, Red-masked Parakeet (41) 2024-02-21, Red-vented Bulbul (295) 2024-02-29, Red-whiskered Bulbul (174) 2024-02-29, Rock Pigeon (19) 2024-02-29, Rose-ringed Parakeet (25) 2024-02-28, Scaly-breasted Munia (32) 2024-02-12, Spotted Dove (233) 2024-02-29, Warbling White-eye (316) 2024-02-29, Western Cattle Egret (42) 2024-02-20, White Tern (81) 2024-02-29, White-rumped Shama (334) 2024-02-29, White-tailed Tropicbird (5) 2023-01-31, Yellow-faced Grassquit (5) 2023-02-10, Yellow-fronted Canary (21) 2023-10-19, Zebra Dove",267,2024-02-29 -21.32932054,-157.895509,"African Silverbill (1) 2019-02-21, Black-crowned Night Heron (6) 2023-08-16, Black-necked Stilt (2) 2022-09-13, Chestnut Munia (3) 2023-06-27, Common Myna (50) 2024-01-30, Common Waxbill (27) 2024-01-12, Eurasian Skylark (3) 2022-09-21, Great Frigatebird (1) 2019-07-06, House Finch (27) 2024-01-30, House Sparrow (46) 2024-01-30, Java Sparrow (12) 2024-01-30, Feral Mallard (4) 2019-05-08, Northern Cardinal (4) 2019-06-03, Northern Mockingbird (2) 2019-09-21, Pacific Golden-Plover (40) 2024-01-30, Red Junglefowl (7) 2023-06-28, Red-crested Cardinal (38) 2024-01-30, Red-tailed Tropicbird (1) 2023-04-11, Red-vented Bulbul (35) 2024-01-30, Red-whiskered Bulbul (4) 2024-01-01, Rock Pigeon (8) 2024-01-12, Rose-ringed Parakeet (3) 2023-06-27, Rosy-faced Lovebird (1) 2023-02-08, Ruddy Turnstone (17) 2024-01-30, Saffron Finch (22) 2024-01-30, Sooty Tern (1) 2023-02-08, Spotted Dove (39) 2024-01-30, Wandering Tattler (5) 2023-03-02, Warbling White-eye (20) 2024-01-30, Western Cattle Egret (48) 2024-01-30, White Tern (2) 2023-06-27, Yellow-fronted Canary (30) 2024-01-30, Zebra Dove",47,2024-01-30 -21.32865893,-157.7990969,"Apapane (1) 2019-06-11, Chestnut Munia (5) 2023-06-05, Common Myna (24) 2023-10-24, Common Waxbill (12) 2023-11-23, House Finch (6) 2023-08-02, House Sparrow (8) 2023-08-02, Indian Peafowl (1) 2022-03-24, Japanese Bush Warbler (4) 2023-05-04, Java Sparrow (3) 2023-08-02, Feral Mallard (2) 2023-01-08, Northern Cardinal (4) 2023-08-02, Oahu Amakihi (5) 2023-02-02, Pacific Golden-Plover (5) 2022-12-25, Red Avadavat (1) 2023-08-03, Red Junglefowl (20) 2024-02-07, Red-billed Leiothrix (26) 2024-02-07, Red-crested Cardinal (22) 2023-11-23, Red-vented Bulbul (30) 2023-11-23, Red-whiskered Bulbul (33) 2024-02-08, Rock Pigeon (4) 2023-08-02, Rose-ringed Parakeet (33) 2024-02-08, Saffron Finch (1) 2023-05-04, Salmon-crested Cockatoo (3) 2024-02-07, Spotted Dove (19) 2023-12-27, Warbling White-eye (31) 2024-02-07, Western Cattle Egret (1) 2022-03-24, White Cockatoo (1) 2023-06-05, White Tern (3) 2023-02-02, White-rumped Shama (33) 2024-02-07, Yellow-fronted Canary (4) 2023-08-02, Zebra Dove",24,2023-08-20 -21.39132022,-157.7214212,"African Silverbill (2) 2022-02-17, Black-crowned Night Heron (1) 2020-05-09, Black-necked Stilt (3) 2023-05-14, Brown Booby (5) 2024-01-22, Brown Noddy (1) 2020-06-19, Common Myna (53) 2024-01-22, Common Waxbill (20) 2023-10-18, Great Frigatebird (21) 2023-07-23, House Finch (15) 2023-10-18, House Sparrow (4) 2023-11-23, Japanese Bush Warbler (1) 2020-06-19, Java Sparrow (14) 2023-06-03, Feral Mallard (2) 2024-01-14, Masked Booby (1) 2022-02-26, Northern Cardinal (6) 2023-10-18, Northern Mockingbird (1) 2022-02-17, Pacific Golden-Plover (14) 2024-01-22, Red Junglefowl (4) 2024-02-18, Red-billed Leiothrix (1) 2020-06-19, Red-crested Cardinal (28) 2024-02-18, Red-footed Booby (14) 2024-01-22, Red-vented Bulbul (40) 2023-10-18, Red-whiskered Bulbul (24) 2023-10-18, Rock Pigeon (39) 2024-01-22, Scaly-breasted Munia (2) 2022-11-30, Sooty Tern (2) 2023-07-17, Spotted Dove (34) 2023-10-18, Wandering Tattler (2) 2023-02-17, Warbling White-eye (17) 2023-06-13, Wedge-tailed Shearwater (8) 2023-06-10, Western Cattle Egret (36) 2023-06-13, White Tern (1) 2021-05-02, White-rumped Shama (6) 2023-10-18, Zebra Dove",41,2024-01-22 -21.43677539,-157.7596192,"Black Noddy (14) 2023-05-31, Black-crowned Night Heron (28) 2024-01-31, Black-necked Stilt (40) 2024-02-01, Bristle-thighed Curlew (4) 2023-08-16, Brown Booby (1) 2022-01-22, Common Myna (37) 2024-02-01, Common Waxbill (17) 2024-02-01, Gray Francolin (11) 2024-02-01, Great Frigatebird (6) 2024-02-01, House Finch (3) 2023-01-18, House Sparrow (1) 2022-01-22, Java Sparrow (5) 2023-02-09, Laughing Gull (2) 2022-01-19, Feral Mallard (23) 2024-01-18, Northern Cardinal (10) 2024-01-31, Northern Pintail (6) 2024-01-25, Pacific Golden-Plover (32) 2024-01-17, Red Junglefowl (9) 2024-01-17, Red-crested Cardinal (19) 2024-01-17, Red-vented Bulbul (29) 2024-02-01, Red-whiskered Bulbul (4) 2024-01-17, Rock Pigeon (2) 2020-01-04, Ruddy Turnstone (27) 2024-01-17, Saffron Finch (2) 2024-01-31, Sanderling (16) 2024-01-17, Scaly-breasted Munia (3) 2023-01-18, Sooty Tern (1) 2024-01-31, Spotted Dove (22) 2024-02-01, Wandering Tattler (17) 2023-10-17, Warbling White-eye (13) 2024-01-17, Western Cattle Egret (40) 2024-01-17, White-rumped Shama (2) 2022-12-21, Zebra Dove",31,2024-02-01 -21.39310569,-157.9818462,"African Silverbill (8) 2022-03-04, Barn Owl (1) 2022-08-26, Black-crowned Night Heron (49) 2024-01-01, Black-necked Stilt (108) 2024-01-01, Chestnut Munia (21) 2023-04-01, Common Gallinule (103) 2024-01-01, Common Myna (133) 2024-01-01, Common Waxbill (92) 2024-01-01, Gray Francolin (38) 2023-04-01, Hawaiian Coot (65) 2024-01-01, House Finch (71) 2023-01-16, House Sparrow (21) 2024-01-01, Java Sparrow (7) 2024-01-01, Long-billed Dowitcher (6) 2019-04-16, Feral Mallard (65) 2024-01-01, Northern Cardinal (62) 2023-04-01, Pacific Golden-Plover (105) 2024-01-01, Red Avadavat (6) 2022-08-26, Red-crested Cardinal (68) 2023-04-01, Red-vented Bulbul (128) 2024-01-01, Red-whiskered Bulbul (64) 2024-01-01, Rock Pigeon (8) 2021-11-30, Rose-ringed Parakeet (48) 2024-01-01, Ruddy Turnstone (89) 2022-11-22, Saffron Finch (37) 2022-11-09, Sanderling (64) 2022-11-22, Scaly-breasted Munia (34) 2022-11-22, Spotted Dove (128) 2024-01-01, Wandering Tattler (85) 2024-01-01, Warbling White-eye (80) 2024-01-01, Western Cattle Egret (114) 2024-01-01, White Tern (5) 2023-02-23, White-faced Ibis (20) 2021-11-23, White-rumped Shama (37) 2023-01-02, Yellow-fronted Canary (8) 2022-02-15, Zebra Dove",111,2024-01-01 -21.41184085,-158.0974885,"African Silverbill (2) 2023-06-12, Apapane (12) 2023-12-31, Chestnut Munia (2) 2023-06-04, Common Myna (10) 2023-06-12, Common Waxbill (11) 2023-12-31, Erckel's Spurfowl (6) 2023-12-31, Gray Francolin (4) 2023-06-12, Hawaiian Coot (1) 2020-03-12, House Finch (10) 2023-06-12, House Sparrow (1) 2021-10-24, Indian Peafowl (3) 2023-01-02, Japanese Bush Warbler (8) 2023-12-31, Java Sparrow (3) 2023-03-12, Kalij Pheasant (5) 2022-12-16, Laysan Albatross (1) 2023-03-12, Northern Cardinal (8) 2023-12-31, Northern Mockingbird (1) 2021-01-02, Oahu Amakihi (13) 2023-12-31, Oahu Elepaio (12) 2023-12-31, Pacific Golden-Plover (3) 2023-12-31, Red Junglefowl (1) 2023-06-12, Red-billed Leiothrix (13) 2023-12-31, Red-crested Cardinal (7) 2023-12-31, Red-vented Bulbul (13) 2023-12-31, Red-whiskered Bulbul (8) 2023-12-31, Rock Pigeon (2) 2023-03-12, Rose-ringed Parakeet (1) 2021-10-24, Saffron Finch (2) 2021-02-28, Scaly-breasted Munia (1) 2019-04-16, Spotted Dove (9) 2023-03-12, Warbling White-eye (14) 2023-12-31, Western Cattle Egret (2) 2021-10-24, White-rumped Shama (10) 2023-12-31, White-tailed Tropicbird (1) 2019-04-16, Zebra Dove",9,2023-06-12 -21.60948417,-157.9127146,"African Silverbill (1) 2023-11-22, Black-crowned Night Heron (6) 2023-10-20, Chestnut Munia (10) 2023-10-20, Common Myna (38) 2024-02-28, Common Waxbill (20) 2024-02-28, Erckel's Spurfowl (1) 2023-11-22, Glaucous-winged Gull (2) 2024-02-10, Gray Francolin (1) 2024-02-18, Great Frigatebird (5) 2024-02-22, House Finch (9) 2024-02-28, House Sparrow (9) 2024-02-28, Java Sparrow (9) 2023-11-22, Northern Cardinal (7) 2024-02-28, Oahu Amakihi (1) 2022-05-16, Pacific Golden-Plover (27) 2024-02-28, Peregrine Falcon (1) 2023-10-13, Red Avadavat (1) 2023-11-22, Red Junglefowl (13) 2024-02-28, Red-billed Leiothrix (18) 2024-02-28, Red-crested Cardinal (27) 2024-02-28, Red-vented Bulbul (21) 2024-02-28, Red-whiskered Bulbul (25) 2024-02-28, Rock Pigeon (6) 2024-02-28, Rose-ringed Parakeet (1) 2023-07-24, Ruddy Turnstone (20) 2023-10-20, Saffron Finch (22) 2024-01-14, Sanderling (4) 2023-10-20, Scaly-breasted Munia (2) 2023-11-22, Spotted Dove (31) 2024-02-28, Wandering Tattler (17) 2024-02-26, Warbling White-eye (13) 2024-02-18, Western Cattle Egret (22) 2024-02-28, White Tern (1) 2023-07-24, White-rumped Shama (15) 2024-02-28, Zebra Dove",37,2024-02-28 -21.31009667,-157.7317663,"Apapane (6) 2023-03-16, Black-necked Stilt (1) 2019-06-15, Chinese Hwamei (2) 2022-05-19, Common Myna (172) 2023-12-28, Common Waxbill (170) 2024-01-02, Great Frigatebird (1) 2022-08-15, House Finch (146) 2023-10-20, House Sparrow (8) 2023-03-07, Japanese Bush Warbler (4) 2021-02-06, Java Sparrow (33) 2023-03-07, Feral Mallard (4) 2022-02-08, Northern Cardinal (123) 2023-10-20, Oahu Amakihi (36) 2023-10-20, Oahu Elepaio (191) 2023-10-27, Pacific Golden-Plover (32) 2023-12-28, Red Junglefowl (5) 2023-10-27, Red-billed Leiothrix (199) 2024-01-02, Red-crested Cardinal (149) 2023-12-28, Red-masked Parakeet (16) 2022-03-26, Red-vented Bulbul (215) 2023-12-28, Red-whiskered Bulbul (151) 2023-12-28, Rock Pigeon (13) 2022-12-27, Rose-ringed Parakeet (17) 2023-10-17, Ruddy Turnstone (1) 2019-06-15, Scaly-breasted Munia (7) 2023-03-07, Spotted Dove (203) 2023-12-28, Wandering Tattler (1) 2019-06-15, Warbling White-eye (217) 2023-12-28, Western Cattle Egret (21) 2023-12-28, White Tern (44) 2023-10-10, White-rumped Shama (239) 2024-01-02, White-tailed Tropicbird (18) 2023-10-20, Yellow-faced Grassquit (1) 2022-07-07, Yellow-fronted Canary (10) 2023-06-30, Zebra Dove",218,2024-01-02 -21.35648454,-157.9049493,"Black-crowned Night Heron (22) 2023-11-20, Black-necked Stilt (7) 2023-02-05, Chestnut Munia (9) 2023-09-01, Common Myna (39) 2023-12-17, Common Waxbill (27) 2023-11-20, Greater Scaup (7) 2019-03-03, Hawaiian Coot (37) 2023-11-20, House Finch (16) 2023-09-05, House Sparrow (20) 2023-09-07, Java Sparrow (18) 2023-12-20, Lesser Scaup (26) 2023-11-20, Feral Mallard (9) 2023-11-20, Mourning Dove (1) 2023-07-10, Muscovy Duck (1) 2019-02-19, Northern Cardinal (15) 2021-02-12, Northern Pintail (1) 2023-11-19, Northern Shoveler (1) 2020-03-14, Pacific Golden-Plover (40) 2023-11-20, Red Junglefowl (3) 2023-11-19, Red-billed Leiothrix (1) 2023-03-08, Red-crested Cardinal (26) 2023-11-19, Red-crowned Parrot (1) 2023-09-06, Red-vented Bulbul (30) 2023-11-20, Red-whiskered Bulbul (5) 2023-03-08, Ring-necked Duck (15) 2020-03-14, Rock Pigeon (2) 2019-03-22, Rose-ringed Parakeet (9) 2023-09-07, Saffron Finch (26) 2023-11-20, Scaly-breasted Munia (2) 2020-03-14, Spotted Dove (41) 2023-12-20, Warbling White-eye (22) 2023-09-06, Western Cattle Egret (42) 2023-11-20, White-rumped Shama (6) 2023-03-08, Yellow-fronted Canary (14) 2023-11-20, Zebra Dove",38,2023-12-17 -21.40042672,-157.730988,"Black Noddy (4) 2023-10-04, Black-crowned Night Heron (10) 2024-02-19, Black-necked Stilt (38) 2024-02-24, Brown Booby (3) 2021-09-21, Brown Noddy (1) 2020-07-11, Chestnut Munia (1) 2023-07-21, Common Gallinule (1) 2021-08-29, Common Myna (53) 2024-02-25, Common Waxbill (10) 2023-07-21, Great Frigatebird (15) 2023-11-07, House Finch (5) 2022-02-15, House Sparrow (12) 2023-11-27, Java Sparrow (9) 2023-07-13, Laughing Gull (1) 2024-02-19, Feral Mallard (20) 2024-02-17, Northern Cardinal (5) 2023-11-24, Pacific Golden-Plover (21) 2024-02-25, Red Junglefowl (4) 2023-05-17, Red-crested Cardinal (37) 2024-02-25, Red-footed Booby (4) 2023-06-23, Red-vented Bulbul (28) 2024-02-01, Red-whiskered Bulbul (8) 2023-09-05, Rock Pigeon (54) 2024-02-25, Ruddy Turnstone (1) 2021-09-21, Saffron Finch (1) 2021-12-07, Scaly-breasted Munia (3) 2023-07-21, Sooty Tern (3) 2021-07-10, Spotted Dove (21) 2023-11-24, Wandering Tattler (5) 2021-11-18, Warbling White-eye (5) 2021-09-21, Wedge-tailed Shearwater (16) 2023-10-24, Western Cattle Egret (44) 2024-02-25, White-rumped Shama (6) 2022-07-14, White-tailed Tropicbird (1) 2020-07-11, Zebra Dove",54,2024-02-25 -21.40035312,-157.7213426,"Black Noddy (4) 2022-08-16, Black-crowned Night Heron (7) 2023-10-03, Black-necked Stilt (25) 2023-12-29, Brown Booby (4) 2024-02-07, Brown Noddy (3) 2022-10-18, Common Myna (36) 2024-02-04, Common Waxbill (5) 2022-12-04, Glaucous-winged Gull (1) 2019-02-11, Great Frigatebird (12) 2024-02-24, House Finch (8) 2023-03-17, House Sparrow (8) 2022-12-04, Java Sparrow (8) 2022-09-19, Feral Mallard (15) 2024-02-01, Northern Cardinal (1) 2022-01-11, Northern Mockingbird (4) 2023-08-24, Pacific Golden-Plover (20) 2024-02-04, Red Junglefowl (7) 2023-03-27, Red-crested Cardinal (27) 2023-12-29, Red-footed Booby (4) 2024-02-24, Red-tailed Tropicbird (3) 2022-08-16, Red-vented Bulbul (12) 2023-08-24, Red-whiskered Bulbul (2) 2022-01-11, Rock Pigeon (47) 2024-02-01, Ruddy Turnstone (4) 2023-10-03, Scaly-breasted Munia (4) 2022-09-19, Spotted Dove (14) 2022-12-04, Wandering Tattler (9) 2024-02-01, Wedge-tailed Shearwater (36) 2023-11-22, Western Cattle Egret (43) 2024-02-01, White Tern (3) 2023-08-24, White-rumped Shama (1) 2022-01-11, Yellow-fronted Canary (1) 2019-02-11, Zebra Dove",38,2023-08-24 -21.44615943,-157.8077862,"Black-crowned Night Heron (6) 2022-10-05, Black-necked Stilt (14) 2022-10-05, Brown Booby (1) 2024-02-23, Chestnut Munia (18) 2022-12-11, Common Gallinule (8) 2021-04-08, Common Myna (35) 2024-01-14, Common Waxbill (26) 2024-02-23, Hawaiian Coot (1) 2021-03-05, Hooded Merganser (4) 2021-01-13, House Finch (18) 2023-07-26, House Sparrow (10) 2022-10-05, Japanese Bush Warbler (1) 2024-01-14, Java Sparrow (5) 2021-01-10, Feral Mallard (25) 2024-02-05, Northern Cardinal (11) 2023-07-26, Pacific Golden-Plover (24) 2024-02-23, Red Junglefowl (32) 2024-02-02, Red-billed Leiothrix (3) 2024-01-14, Red-crested Cardinal (34) 2024-02-23, Red-vented Bulbul (40) 2024-02-23, Red-whiskered Bulbul (24) 2024-02-02, Rock Pigeon (3) 2023-07-26, Ruddy Turnstone (5) 2022-08-13, Scaly-breasted Munia (11) 2022-08-07, Spotted Dove (34) 2024-02-02, Spotted Sandpiper (2) 2021-01-13, Wandering Tattler (18) 2024-02-02, Warbling White-eye (33) 2024-02-02, Western Cattle Egret (33) 2024-02-23, White Cockatoo (1) 2022-02-10, White Tern (1) 2022-10-05, White-rumped Shama (31) 2023-07-26, Yellow-fronted Canary (2) 2022-07-21, Zebra Dove",39,2024-02-23 -21.33004202,-158.0112089,"African Silverbill (1) 2019-03-11, Black-crowned Night Heron (60) 2024-02-20, Black-necked Stilt (78) 2024-02-27, Chestnut Munia (9) 2023-09-14, Common Myna (94) 2024-01-16, Common Waxbill (28) 2024-01-16, Eurasian Skylark (1) 2023-03-15, Gray Francolin (15) 2021-07-12, Hawaiian Coot (11) 2024-01-16, House Finch (30) 2023-12-07, House Sparrow (43) 2024-01-16, Java Sparrow (15) 2023-12-07, Laughing Gull (3) 2020-03-02, Least Tern (1) 2019-06-17, Feral Mallard (11) 2024-02-11, Muscovy Duck (1) 2024-02-20, Northern Cardinal (2) 2023-12-07, Pacific Golden-Plover (65) 2024-02-27, Pectoral Sandpiper (4) 2020-10-27, Red-crested Cardinal (40) 2024-01-16, Red-vented Bulbul (54) 2023-12-07, Red-whiskered Bulbul (1) 2021-06-14, Ring-necked Duck (3) 2020-01-27, Rock Pigeon (71) 2024-02-27, Ruddy Turnstone (17) 2023-01-09, Saffron Finch (42) 2024-01-16, Scaly-breasted Munia (1) 2022-11-11, Sharp-tailed Sandpiper (4) 2020-10-27, Solitary Sandpiper (1) 2020-10-25, Spotted Dove (44) 2024-02-27, Wandering Tattler (7) 2023-01-09, Warbling White-eye (18) 2023-12-07, Western Cattle Egret (77) 2023-12-07, White-faced Ibis (1) 2022-07-10, White-rumped Shama (3) 2019-08-19, Yellow-fronted Canary (9) 2023-05-13, Zebra Dove",102,2024-02-27 -21.557149,-158.2511077,"African Silverbill (8) 2023-11-28, Black Francolin (1) 2021-06-19, Black Noddy (6) 2019-06-07, Black-crowned Night Heron (4) 2019-05-15, Black-footed Albatross (1) 2019-03-04, Bristle-thighed Curlew (2) 2019-09-29, Brown Booby (7) 2023-11-28, Chestnut Munia (4) 2023-03-01, Common Myna (38) 2024-02-21, Common Waxbill (26) 2024-02-21, Erckel's Spurfowl (3) 2021-06-19, Gray Francolin (13) 2024-02-21, Great Frigatebird (7) 2023-11-28, House Finch (16) 2022-01-29, Japanese Bush Warbler (2) 2023-03-01, Java Sparrow (1) 2020-02-19, Laysan Albatross (20) 2024-02-21, Masked Booby (3) 2021-02-06, Northern Cardinal (6) 2022-01-29, Northern Mockingbird (5) 2019-06-20, Pacific Golden-Plover (9) 2024-02-21, Red Avadavat (1) 2023-10-14, Red Junglefowl (2) 2021-06-19, Red-crested Cardinal (37) 2024-02-21, Red-vented Bulbul (41) 2024-02-21, Red-whiskered Bulbul (8) 2023-03-01, Rock Pigeon (2) 2019-03-26, Saffron Finch (2) 2022-11-26, Scaly-breasted Munia (11) 2022-01-31, Spotted Dove (23) 2024-02-21, Wandering Tattler (15) 2023-08-29, Warbling White-eye (20) 2024-02-21, Wedge-tailed Shearwater (11) 2023-11-28, Western Cattle Egret (2) 2024-02-21, White-rumped Shama (9) 2022-11-26, White-tailed Tropicbird (3) 2019-04-24, Yellow-faced Grassquit (4) 2019-03-29, Zebra Dove",39,2024-02-21 -21.57481014,-158.1640867,"Apapane (2) 2022-06-19, Barn Owl (2) 2021-07-01, Black Francolin (22) 2024-02-28, Black-crowned Night Heron (1) 2021-05-11, Chestnut Munia (5) 2024-02-17, Common Myna (45) 2024-02-28, Common Waxbill (39) 2024-02-28, Erckel's Spurfowl (26) 2024-02-28, Gray Francolin (26) 2024-02-28, House Finch (35) 2024-02-28, Indian Peafowl (26) 2024-02-28, Japanese Bush Warbler (34) 2024-02-28, Java Sparrow (3) 2022-03-08, Kalij Pheasant (5) 2023-11-05, Laysan Albatross (1) 2019-03-22, Feral Mallard (1) 2020-02-19, Northern Cardinal (39) 2024-02-28, Northern Mockingbird (1) 2020-02-19, Oahu Amakihi (1) 2021-07-01, Pacific Golden-Plover (12) 2023-11-05, Red Avadavat (11) 2024-02-28, Red Junglefowl (8) 2023-11-05, Red-billed Leiothrix (31) 2024-02-28, Red-crested Cardinal (44) 2024-02-28, Red-vented Bulbul (41) 2024-02-28, Red-whiskered Bulbul (36) 2024-02-28, Rock Pigeon (3) 2022-06-19, Ruddy Turnstone (3) 2019-03-09, Saffron Finch (15) 2024-02-28, Scaly-breasted Munia (8) 2023-11-05, Spotted Dove (42) 2024-02-28, Warbling White-eye (39) 2024-02-28, Western Cattle Egret (34) 2024-02-28, White-rumped Shama (34) 2024-02-28, Zebra Dove",43,2024-02-28 -21.31208647,-158.0306114,"African Silverbill (1) 2021-10-22, Black-crowned Night Heron (9) 2023-12-20, Black-necked Stilt (15) 2023-12-28, Brown Booby (1) 2022-02-19, Cackling Goose (4) 2022-02-25, Common Myna (28) 2024-01-03, Common Waxbill (13) 2023-12-28, Gray Francolin (9) 2024-01-03, Hawaiian Coot (17) 2024-01-03, House Finch (23) 2024-01-03, House Sparrow (13) 2024-01-03, Java Sparrow (13) 2024-01-03, Feral Mallard (14) 2024-01-03, Northern Cardinal (11) 2024-01-03, Northern Mockingbird (2) 2022-04-16, Pacific Golden-Plover (22) 2024-01-03, Red Junglefowl (10) 2023-12-19, Red-crested Cardinal (21) 2024-01-03, Red-vented Bulbul (27) 2024-01-03, Red-whiskered Bulbul (10) 2023-12-28, Rock Pigeon (15) 2024-01-03, Rose-ringed Parakeet (4) 2023-12-28, Ruddy Turnstone (2) 2022-04-14, Saffron Finch (12) 2023-12-28, Short-eared Owl (1) 2019-02-27, Snow Goose (1) 2019-02-26, Spotted Dove (28) 2024-01-03, Warbling White-eye (20) 2024-01-03, Wedge-tailed Shearwater (1) 2021-05-09, Western Cattle Egret (19) 2024-01-03, White Tern (1) 2021-05-09, Yellow-fronted Canary (6) 2023-12-19, Zebra Dove",27,2024-01-03 -21.3460072,-157.7025303,"Black-crowned Night Heron (1) 2023-12-23, Brown Booby (4) 2024-01-01, Chestnut Munia (1) 2023-02-15, Common Myna (21) 2023-12-23, Common Waxbill (10) 2023-12-08, Gray Francolin (1) 2020-01-04, Great Frigatebird (4) 2024-01-01, House Finch (7) 2022-07-09, House Sparrow (6) 2023-03-09, Indian Peafowl (1) 2019-12-29, Java Sparrow (3) 2021-12-20, Laughing Gull (1) 2024-02-10, Feral Mallard (2) 2022-07-13, Masked Booby (4) 2024-01-01, Northern Cardinal (5) 2022-07-01, Pacific Golden-Plover (11) 2023-12-23, Red Avadavat (1) 2020-01-01, Red Junglefowl (4) 2023-12-23, Red-billed Leiothrix (1) 2021-12-20, Red-crested Cardinal (18) 2023-12-23, Red-footed Booby (11) 2024-01-01, Red-tailed Tropicbird (2) 2020-03-03, Red-vented Bulbul (13) 2023-03-09, Red-whiskered Bulbul (8) 2023-02-12, Rock Pigeon (18) 2023-12-23, Ruddy Turnstone (3) 2023-12-23, Scaly-breasted Munia (2) 2023-01-28, Sooty Tern (6) 2024-01-01, Spotted Dove (16) 2023-12-23, Wandering Tattler (4) 2023-12-23, Warbling White-eye (5) 2023-03-09, Wedge-tailed Shearwater (1) 2022-05-30, Western Cattle Egret (6) 2023-05-20, White Tern (3) 2021-05-17, White-rumped Shama (6) 2023-12-23, Yellow-fronted Canary (2) 2020-03-03, Zebra Dove",21,2023-12-23 -21.38243342,-157.740788,"Black-crowned Night Heron (88) 2024-02-18, Black-necked Stilt (137) 2024-02-18, Canvasback (1) 2024-02-03, Chestnut Munia (15) 2024-02-18, Common Gallinule (87) 2024-02-18, Common Myna (218) 2024-02-18, Common Waxbill (67) 2024-02-18, Glaucous-winged Gull (1) 2019-03-16, Great Frigatebird (3) 2022-06-18, Greater Scaup (1) 2024-02-03, Hawaiian Coot (189) 2024-02-18, House Finch (77) 2024-01-25, House Sparrow (12) 2023-10-21, Japanese Bush Warbler (1) 2023-02-17, Java Sparrow (117) 2024-02-18, Lesser Scaup (1) 2024-02-03, Feral Mallard (177) 2024-02-05, Muscovy Duck (30) 2024-02-15, Northern Cardinal (41) 2024-02-17, Pacific Golden-Plover (59) 2024-02-18, Red Junglefowl (138) 2024-02-18, Red-crested Cardinal (151) 2024-02-18, Red-vented Bulbul (134) 2024-02-18, Red-whiskered Bulbul (49) 2024-02-05, Rock Pigeon (140) 2024-02-18, Rose-ringed Parakeet (2) 2024-01-27, Ruddy Turnstone (1) 2021-12-21, Saffron Finch (20) 2024-02-05, Scaly-breasted Munia (15) 2023-06-10, Spotted Dove (172) 2024-02-18, Wandering Tattler (3) 2022-10-25, Warbling White-eye (85) 2024-02-15, Western Cattle Egret (161) 2024-02-18, White-rumped Shama (6) 2023-08-22, Yellow-fronted Canary (2) 2023-06-10, Zebra Dove",165,2024-02-18 -21.34875142,-158.126806,"African Silverbill (5) 2023-08-03, Black Francolin (1) 2019-07-04, Black Swan (23) 2024-01-22, Black-crowned Night Heron (17) 2024-01-01, Black-necked Stilt (7) 2023-04-27, Brown Booby (9) 2023-08-27, Chestnut Munia (7) 2023-11-25, Common Gallinule (1) 2020-03-12, Common Myna (49) 2024-02-06, Common Waxbill (22) 2023-11-25, Glaucous-winged Gull (2) 2022-12-01, Great Frigatebird (2) 2023-08-19, Hawaiian Coot (24) 2024-01-20, House Finch (9) 2023-11-25, House Sparrow (14) 2024-01-01, Java Sparrow (11) 2023-11-25, Feral Mallard (16) 2024-02-06, Muscovy Duck (7) 2023-08-04, Northern Cardinal (1) 2021-09-03, Northern Mockingbird (1) 2023-08-03, Pacific Golden-Plover (38) 2024-01-04, Red Avadavat (3) 2023-08-04, Red Junglefowl (6) 2023-08-04, Red-crested Cardinal (35) 2024-02-06, Red-vented Bulbul (21) 2024-01-01, Red-whiskered Bulbul (2) 2023-08-04, Rock Pigeon (3) 2023-08-04, Rose-ringed Parakeet (1) 2024-01-09, Ruddy Turnstone (7) 2024-01-01, Saffron Finch (30) 2024-01-12, Scaly-breasted Munia (1) 2021-08-09, Spotted Dove (18) 2024-01-04, Wandering Tattler (3) 2022-12-01, Warbling White-eye (8) 2023-08-05, Wedge-tailed Shearwater (4) 2023-08-29, Western Cattle Egret (21) 2024-01-04, White Tern (2) 2023-08-22, Yellow-fronted Canary (4) 2023-11-28, Zebra Dove",44,2024-01-04 -21.36414735,-157.7120138,"Black-crowned Night Heron (101) 2023-10-21, Black-necked Stilt (222) 2024-01-30, Brown Booby (1) 2024-01-24, Chestnut Munia (12) 2024-01-29, Common Gallinule (122) 2024-01-24, Common Myna (145) 2024-01-30, Common Waxbill (87) 2024-01-30, Gray Francolin (20) 2024-01-30, Great Frigatebird (1) 2022-01-22, Hawaiian Coot (4) 2020-01-10, House Finch (22) 2024-01-30, House Sparrow (8) 2024-01-30, Indian Peafowl (12) 2024-01-30, Java Sparrow (12) 2024-01-30, Feral Mallard (101) 2024-01-30, Northern Cardinal (46) 2024-01-30, Pacific Golden-Plover (190) 2024-01-30, Red Junglefowl (5) 2024-01-26, Red-billed Leiothrix (15) 2024-01-30, Red-crested Cardinal (85) 2024-01-30, Red-vented Bulbul (72) 2024-01-30, Red-whiskered Bulbul (56) 2024-01-30, Rock Pigeon (38) 2024-01-30, Rose-ringed Parakeet (2) 2023-03-06, Ruddy Turnstone (77) 2024-01-30, Saffron Finch (4) 2024-01-30, Scaly-breasted Munia (6) 2022-05-20, Snow Goose (12) 2020-01-11, Spotted Dove (85) 2024-01-30, Wandering Tattler (141) 2024-01-30, Warbling White-eye (20) 2024-01-30, Wedge-tailed Shearwater (1) 2019-12-06, Western Cattle Egret (127) 2024-01-30, White-rumped Shama (21) 2024-01-30, Yellow-fronted Canary (8) 2024-01-30, Zebra Dove",53,2024-01-30 -21.42893985,-157.9333549,"African Silverbill (2) 2019-05-20, Apapane (5) 2023-01-17, Barn Owl (1) 2020-05-25, Black-crowned Night Heron (1) 2021-09-26, Chestnut Munia (5) 2023-06-11, Chinese Hwamei (10) 2023-08-13, Common Myna (15) 2024-01-03, Common Waxbill (41) 2023-12-31, Gray Francolin (1) 2022-02-24, Great Frigatebird (1) 2021-09-26, House Finch (63) 2024-01-03, House Sparrow (3) 2022-04-11, Japanese Bush Warbler (17) 2023-07-16, Java Sparrow (1) 2021-09-26, Muscovy Duck (1) 2021-09-26, Northern Cardinal (26) 2023-08-13, Oahu Amakihi (33) 2023-12-31, Oahu Elepaio (1) 2023-07-16, Pacific Golden-Plover (4) 2022-12-12, Red Junglefowl (31) 2023-12-31, Red-billed Leiothrix (72) 2023-12-31, Red-crested Cardinal (37) 2023-12-31, Red-crowned Parrot (65) 2024-01-03, Red-vented Bulbul (85) 2024-01-03, Red-whiskered Bulbul (35) 2023-12-31, Rock Pigeon (2) 2021-09-26, Rose-ringed Parakeet (14) 2023-02-01, Rosy-faced Lovebird (1) 2019-04-17, Saffron Finch (1) 2021-09-26, Scaly-breasted Munia (6) 2021-05-24, Spotted Dove (47) 2024-01-03, Warbling White-eye (80) 2024-01-03, Western Cattle Egret (1) 2021-09-26, White-rumped Shama (60) 2023-12-31, Yellow-fronted Canary (7) 2023-12-31, Zebra Dove",54,2023-12-31 -21.52895504,-158.0388335,"Black-crowned Night Heron (28) 2024-01-27, Cackling Goose (1) 2020-03-07, Chestnut Munia (8) 2023-12-09, Common Myna (107) 2024-02-24, Common Waxbill (29) 2024-01-24, Erckel's Spurfowl (3) 2023-06-04, Gray Francolin (25) 2024-01-26, Great Frigatebird (2) 2019-08-02, House Finch (27) 2024-01-24, House Sparrow (69) 2024-02-01, Java Sparrow (6) 2024-01-14, Feral Mallard (40) 2024-02-31, Muscovy Duck (3) 2019-06-22, Northern Cardinal (18) 2024-01-24, Northern Mockingbird (1) 2023-08-11, Pacific Golden-Plover (47) 2024-02-24, Red Avadavat (2) 2022-11-10, Red Junglefowl (53) 2024-01-24, Red-crested Cardinal (71) 2024-02-24, Red-masked Parakeet (1) 2022-05-30, Red-vented Bulbul (87) 2024-02-24, Red-whiskered Bulbul (38) 2024-01-16, Rock Pigeon (8) 2024-01-18, Rose-ringed Parakeet (3) 2024-01-14, Saffron Finch (64) 2024-02-07, Sanderling (1) 2024-01-14, Scaly-breasted Munia (4) 2024-01-14, Short-eared Owl (1) 2021-07-09, Spotted Dove (69) 2024-02-24, Warbling White-eye (41) 2024-02-01, Western Cattle Egret (26) 2024-01-26, White-rumped Shama (17) 2024-01-24, Yellow-fronted Canary (4) 2024-01-14, Zebra Dove",100,2024-02-24 -21.63752453,-158.0671033,"Barn Owl (1) 2020-12-31, Black-crowned Night Heron (2) 2023-01-26, Black-necked Stilt (1) 2023-01-11, Brown Booby (7) 2024-02-20, Brown Noddy (1) 2022-05-25, Common Gallinule (5) 2024-01-17, Common Myna (14) 2024-02-23, Common Waxbill (5) 2024-01-14, Great Frigatebird (2) 2023-07-25, Hawaiian Coot (1) 2023-01-26, House Finch (4) 2024-02-23, Indian Peafowl (1) 2024-02-20, Java Sparrow (1) 2022-11-15, Lesser Scaup (1) 2024-01-17, Feral Mallard (5) 2024-01-14, Northern Cardinal (1) 2022-11-15, Pacific Golden-Plover (5) 2023-09-23, Peregrine Falcon (1) 2022-11-15, Red Junglefowl (9) 2024-02-23, Red-billed Leiothrix (1) 2022-05-25, Red-crested Cardinal (11) 2024-02-23, Red-footed Booby (3) 2022-02-28, Red-vented Bulbul (6) 2024-01-17, Red-whiskered Bulbul (2) 2024-01-14, Rock Pigeon (10) 2024-02-23, Ruddy Turnstone (2) 2019-03-09, Saffron Finch (12) 2024-01-17, Scaly-breasted Munia (1) 2023-03-05, Spotted Dove (3) 2023-03-05, Wandering Tattler (7) 2024-02-23, Warbling White-eye (9) 2024-02-23, Wedge-tailed Shearwater (1) 2021-07-22, Western Cattle Egret (10) 2024-02-23, White Tern (1) 2022-05-25, White-faced Ibis (1) 2021-10-16, White-rumped Shama (2) 2023-03-05, White-tailed Tropicbird (3) 2024-01-14, Yellow-fronted Canary (1) 2019-09-14, Zebra Dove",10,2024-01-17 -21.42759841,-157.7404009,"Black Noddy (5) 2020-03-13, Black-crowned Night Heron (11) 2023-01-22, Black-necked Stilt (26) 2024-02-22, Brant (3) 2020-03-13, Bristle-thighed Curlew (1) 2019-07-16, Brown Booby (1) 2019-01-17, Brown Noddy (2) 2019-02-12, Cackling Goose (2) 2020-03-10, Chestnut Munia (1) 2023-02-10, Common Gallinule (2) 2023-01-22, Common Myna (21) 2024-02-22, Common Waxbill (5) 2023-01-22, Gray Francolin (22) 2024-02-22, Great Frigatebird (6) 2023-02-10, Hawaiian Coot (23) 2024-02-22, House Finch (3) 2022-08-17, Java Sparrow (4) 2024-01-16, Laughing Gull (15) 2024-02-22, Lesser Scaup (1) 2019-12-06, Feral Mallard (17) 2024-03-13, Muscovy Duck (1) 2023-01-22, Northern Cardinal (2) 2023-01-18, Northern Pintail (2) 2020-03-10, Northern Shoveler (2) 2020-03-10, Pacific Golden-Plover (26) 2024-02-22, Red-crested Cardinal (5) 2024-02-09, Red-footed Booby (2) 2019-12-06, Red-vented Bulbul (22) 2024-02-22, Red-whiskered Bulbul (1) 2023-01-18, Rock Pigeon (5) 2023-02-09, Ruddy Turnstone (21) 2024-02-22, Short-eared Owl (5) 2023-01-18, Spotted Dove (9) 2023-02-09, Wandering Tattler (9) 2023-11-21, Warbling White-eye (1) 2019-07-16, Wedge-tailed Shearwater (2) 2023-11-21, Western Cattle Egret (10) 2023-02-09, White-rumped Shama (1) 2019-07-16, White-tailed Tropicbird (1) 2019-01-17, Zebra Dove",22,2024-02-22 -21.43712626,-157.8078596,"Black-crowned Night Heron (15) 2022-11-10, Black-necked Stilt (36) 2023-08-21, Bristle-thighed Curlew (1) 2019-11-13, Brown Booby (3) 2021-01-01, Chestnut Munia (22) 2023-01-31, Common Gallinule (70) 2024-01-26, Common Myna (87) 2024-02-19, Common Waxbill (72) 2023-01-31, Elegant Tern (1) 2019-02-07, Erckel's Spurfowl (1) 2023-10-18, Great Frigatebird (3) 2023-11-06, Hooded Merganser (29) 2021-04-10, House Finch (20) 2023-07-26, House Sparrow (9) 2021-04-07, Japanese Bush Warbler (1) 2019-02-17, Java Sparrow (3) 2023-02-24, Feral Mallard (89) 2024-02-13, Northern Cardinal (25) 2022-11-10, Northern Mockingbird (1) 2021-05-05, Pacific Golden-Plover (78) 2024-02-19, Red Junglefowl (47) 2024-02-13, Red-billed Leiothrix (3) 2022-04-02, Red-crested Cardinal (68) 2024-01-26, Red-vented Bulbul (74) 2024-02-24, Red-whiskered Bulbul (33) 2023-10-21, Rock Pigeon (4) 2023-10-18, Ruddy Turnstone (7) 2022-08-20, Saffron Finch (3) 2023-02-24, Sanderling (2) 2022-08-20, Scaly-breasted Munia (18) 2021-07-31, Spotted Dove (73) 2024-02-19, Spotted Sandpiper (4) 2021-01-13, Wandering Tattler (36) 2024-01-26, Warbling White-eye (72) 2024-02-24, Western Cattle Egret (76) 2024-02-24, White Tern (1) 2024-02-13, White-rumped Shama (78) 2024-02-13, Yellow-fronted Canary (2) 2021-02-05, Zebra Dove",89,2024-02-13 -21.45454755,-157.72087,"African Silverbill (2) 2019-04-03, Black Noddy (1) 2023-04-06, Black-crowned Night Heron (1) 2022-01-01, Black-necked Stilt (3) 2022-02-05, Brown Booby (11) 2023-04-06, Brown Noddy (7) 2023-04-06, Common Myna (22) 2023-04-06, Common Waxbill (18) 2023-04-06, Eurasian Skylark (4) 2020-07-13, Gray Francolin (8) 2023-04-06, Great Frigatebird (27) 2023-06-26, House Finch (13) 2023-04-06, House Sparrow (6) 2023-02-14, Java Sparrow (12) 2023-04-06, Laysan Albatross (1) 2022-01-08, Feral Mallard (1) 2022-01-08, Masked Booby (5) 2023-04-06, Northern Cardinal (17) 2023-04-06, Northern Mockingbird (3) 2020-07-13, Orange-cheeked Waxbill (1) 2022-01-02, Pacific Golden-Plover (17) 2023-04-06, Peregrine Falcon (1) 2020-07-13, Red Avadavat (3) 2021-12-31, Red Junglefowl (2) 2019-11-06, Red-crested Cardinal (16) 2023-04-06, Red-footed Booby (21) 2024-02-17, Red-tailed Tropicbird (2) 2023-04-06, Red-vented Bulbul (16) 2023-04-06, Red-whiskered Bulbul (4) 2022-03-12, Rock Pigeon (3) 2022-01-04, Saffron Finch (3) 2022-01-07, Scaly-breasted Munia (5) 2020-07-13, Short-eared Owl (1) 2019-04-03, Sooty Tern (6) 2023-04-06, Spotted Dove (9) 2023-04-06, Wandering Tattler (3) 2022-07-26, Warbling White-eye (13) 2023-04-06, Wedge-tailed Shearwater (2) 2021-12-30, Western Cattle Egret (17) 2023-04-06, White-rumped Shama (4) 2022-01-04, Yellow-fronted Canary (1) 2022-01-05, Zebra Dove",16,2023-04-06 -21.69115413,-157.9700975,"American Wigeon (1) 2023-04-08, Black Francolin (1) 2021-09-05, Black-crowned Night Heron (28) 2023-04-03, Black-necked Stilt (114) 2024-02-10, Blue-winged Teal (22) 2023-04-08, Bufflehead (28) 2020-03-14, Chestnut Munia (4) 2023-04-02, Common Gallinule (3) 2024-02-10, Common Myna (50) 2024-01-14, Common Waxbill (46) 2024-02-10, Dunlin (4) 2021-02-03, Eurasian Skylark (2) 2020-02-03, Gray Francolin (1) 2021-09-05, Great Frigatebird (3) 2022-02-12, Hawaiian Coot (104) 2024-02-10, House Finch (2) 2023-03-15, House Sparrow (13) 2023-04-02, Lesser Yellowlegs (1) 2020-08-25, Long-billed Dowitcher (3) 2021-02-27, Feral Mallard (71) 2024-03-22, Northern Cardinal (5) 2023-03-28, Northern Shoveler (24) 2023-04-08, Pacific Golden-Plover (97) 2024-02-10, Pectoral Sandpiper (6) 2021-09-11, Red Avadavat (14) 2024-02-10, Red Junglefowl (1) 2020-10-29, Red Knot (3) 2024-01-06, Red-crested Cardinal (7) 2023-04-03, Red-vented Bulbul (37) 2024-01-20, Red-whiskered Bulbul (2) 2024-01-20, Ring-necked Pheasant (4) 2023-01-10, Ruddy Turnstone (87) 2024-01-06, Saffron Finch (2) 2024-02-23, Sanderling (84) 2024-02-10, Sharp-tailed Sandpiper (1) 2020-12-27, Spotted Dove (36) 2024-02-10, Wandering Tattler (52) 2024-01-04, Warbling White-eye (32) 2023-04-03, Western Cattle Egret (34) 2024-02-10, Zebra Dove",23,2024-01-14 -21.70018608,-157.9700331,"Black-crowned Night Heron (6) 2023-11-04, Black-necked Stilt (12) 2023-11-04, Bristle-thighed Curlew (13) 2023-11-04, Cackling Goose (1) 2022-11-23, Chestnut Munia (13) 2023-11-04, Common Gallinule (12) 2023-11-04, Common Myna (26) 2023-11-01, Common Waxbill (19) 2023-11-01, Gray Francolin (4) 2023-09-19, Great Frigatebird (1) 2023-11-04, Hawaiian Coot (8) 2023-11-04, House Finch (15) 2023-10-05, House Sparrow (4) 2022-12-02, Indian Peafowl (5) 2024-01-30, Java Sparrow (5) 2022-12-03, Laysan Albatross (3) 2022-03-12, Feral Mallard (3) 2023-11-23, Muscovy Duck (3) 2023-11-19, Northern Cardinal (4) 2022-12-02, Northern Shoveler (1) 2023-11-04, Pacific Golden-Plover (30) 2023-11-04, Red Junglefowl (3) 2023-10-05, Red-billed Leiothrix (2) 2022-11-24, Red-crested Cardinal (12) 2023-11-01, Red-vented Bulbul (21) 2023-11-01, Red-whiskered Bulbul (5) 2023-09-17, Ring-necked Pheasant (1) 2023-11-04, Rock Pigeon (1) 2022-11-23, Ruddy Turnstone (22) 2023-11-04, Saffron Finch (11) 2023-11-04, Sanderling (2) 2023-11-04, Scaly-breasted Munia (1) 2023-04-19, Spotted Dove (17) 2024-01-30, Wandering Tattler (1) 2022-11-23, Warbling White-eye (7) 2023-11-01, Western Cattle Egret (19) 2023-11-04, White-rumped Shama (10) 2023-11-01, Yellow-fronted Canary (1) 2019-03-01, Zebra Dove",25,2023-11-01 -21.27425062,-157.7706251,"Black-crowned Night Heron (6) 2024-01-14, Brown Noddy (1) 2022-01-12, Chestnut Munia (1) 2023-02-05, Common Gallinule (3) 2022-01-15, Common Myna (52) 2024-02-29, Common Waxbill (12) 2023-07-22, Gray Francolin (1) 2024-01-07, Great Frigatebird (6) 2023-07-22, House Finch (14) 2024-01-14, House Sparrow (30) 2024-01-14, Japanese Bush Warbler (1) 2022-01-14, Java Sparrow (6) 2024-02-29, Feral Mallard (6) 2022-01-15, Muscovy Duck (5) 2024-01-07, Northern Cardinal (2) 2022-02-27, Northern Mockingbird (1) 2022-10-08, Pacific Golden-Plover (22) 2024-01-14, Red Junglefowl (10) 2024-01-14, Red-billed Leiothrix (1) 2019-09-19, Red-crested Cardinal (35) 2024-01-14, Red-masked Parakeet (2) 2023-02-05, Red-vented Bulbul (43) 2024-01-14, Red-whiskered Bulbul (12) 2022-11-20, Rock Pigeon (32) 2024-01-14, Rose-ringed Parakeet (30) 2024-01-14, Ruddy Turnstone (4) 2022-01-15, Saffron Finch (2) 2021-08-22, Salmon-crested Cockatoo (1) 2022-01-20, Scaly-breasted Munia (1) 2021-08-22, Sooty Tern (1) 2021-05-29, Spotted Dove (19) 2024-01-14, Wandering Tattler (3) 2023-07-19, Warbling White-eye (19) 2024-01-14, Wedge-tailed Shearwater (2) 2023-07-22, Western Cattle Egret (35) 2024-01-14, White Tern (44) 2024-01-14, White-rumped Shama (5) 2024-01-14, Yellow-fronted Canary (5) 2023-02-05, Zebra Dove",34,2024-02-29 -21.2915079,-157.6644546,"African Silverbill (6) 2023-02-28, Black Noddy (3) 2020-10-16, Black-crowned Night Heron (10) 2023-03-31, Brown Booby (64) 2024-02-16, Brown Noddy (19) 2024-01-04, Common Myna (187) 2024-02-28, Common Waxbill (114) 2024-02-03, Great Frigatebird (32) 2024-01-11, House Finch (24) 2023-04-13, House Sparrow (55) 2023-09-30, Java Sparrow (100) 2024-02-25, Laysan Albatross (4) 2024-02-16, Masked Booby (13) 2024-02-22, Northern Cardinal (5) 2023-02-22, Pacific Golden-Plover (150) 2024-02-28, Peregrine Falcon (1) 2024-02-03, Red Avadavat (3) 2023-11-06, Red Junglefowl (44) 2024-02-25, Red-billed Leiothrix (1) 2020-01-25, Red-crested Cardinal (146) 2024-02-28, Red-footed Booby (50) 2024-02-19, Red-tailed Tropicbird (25) 2024-02-04, Red-vented Bulbul (77) 2024-01-11, Red-whiskered Bulbul (4) 2023-02-13, Rock Pigeon (136) 2024-02-28, Ruddy Turnstone (15) 2023-12-23, Saffron Finch (2) 2023-11-06, Sanderling (1) 2022-12-20, Scaly-breasted Munia (10) 2022-08-25, Sooty Tern (108) 2024-02-25, Spotted Dove (82) 2024-02-03, Wandering Tattler (61) 2024-02-03, Warbling White-eye (10) 2023-12-28, Wedge-tailed Shearwater (35) 2024-01-29, Western Cattle Egret (110) 2024-02-28, White Tern (27) 2023-09-22, White-tailed Tropicbird (3) 2024-01-29, Yellow-fronted Canary (1) 2021-03-15, Zebra Dove",162,2024-02-28 -21.3206586,-157.9534224,"African Silverbill (6) 2022-06-10, Black Noddy (1) 2022-06-10, Black-crowned Night Heron (49) 2024-02-13, Black-necked Stilt (92) 2024-02-13, Brown Booby (13) 2023-05-21, Chestnut Munia (8) 2022-06-06, Common Myna (106) 2024-02-16, Common Waxbill (57) 2024-02-16, Dunlin (1) 2020-02-17, Erckel's Spurfowl (1) 2021-11-11, Gray Francolin (25) 2023-08-02, Great Frigatebird (1) 2022-08-26, House Finch (28) 2024-02-16, House Sparrow (82) 2024-02-16, Japanese Bush Warbler (1) 2020-01-14, Laughing Gull (2) 2020-03-01, Feral Mallard (1) 2023-05-02, Northern Cardinal (86) 2024-02-13, Northern Mockingbird (6) 2019-10-02, Northern Shoveler (1) 2024-02-13, Pacific Golden-Plover (141) 2024-02-16, Red Junglefowl (2) 2023-07-31, Red-crested Cardinal (80) 2024-02-16, Red-vented Bulbul (114) 2024-02-16, Red-whiskered Bulbul (33) 2024-02-13, Ruddy Turnstone (119) 2024-02-16, Saffron Finch (17) 2024-02-13, Sanderling (1) 2020-03-10, Slaty-backed Gull (1) 2020-03-01, Sooty Shearwater (1) 2023-03-15, Spotted Dove (89) 2024-02-16, Wandering Tattler (98) 2024-02-16, Warbling White-eye (124) 2024-02-13, Western Cattle Egret (39) 2024-02-16, White Tern (32) 2024-02-16, White-rumped Shama (34) 2024-02-13, Yellow-fronted Canary (27) 2023-08-06, Zebra Dove",135,2023-09-14 -21.32002912,-157.857014,"African Silverbill (2) 2023-12-17, Black-crowned Night Heron (6) 2023-01-16, Chestnut Munia (37) 2023-11-17, Common Gallinule (1) 2023-10-23, Common Myna (156) 2024-02-29, Common Waxbill (93) 2024-02-18, Eurasian Skylark (1) 2020-04-28, Gray Francolin (1) 2023-02-08, Great Frigatebird (3) 2024-01-28, Hawaiian Coot (1) 2021-03-13, House Finch (25) 2024-02-18, House Sparrow (76) 2024-02-20, Indian Peafowl (2) 2023-12-12, Japanese Bush Warbler (3) 2021-05-13, Java Sparrow (45) 2023-11-19, Feral Mallard (28) 2024-01-19, Muscovy Duck (5) 2020-11-30, Northern Cardinal (61) 2024-02-29, Northern Mockingbird (3) 2023-02-09, Pacific Golden-Plover (97) 2024-02-29, Red Junglefowl (34) 2024-02-29, Red-billed Leiothrix (5) 2024-02-29, Red-crested Cardinal (121) 2024-02-29, Red-vented Bulbul (135) 2024-02-29, Red-whiskered Bulbul (72) 2024-02-29, Rock Pigeon (50) 2024-02-18, Rose-ringed Parakeet (145) 2024-02-29, Saffron Finch (6) 2024-01-12, Scaly-breasted Munia (13) 2023-11-08, Spotted Dove (145) 2024-02-29, Warbling White-eye (78) 2024-02-29, Western Cattle Egret (98) 2024-02-29, White Tern (104) 2024-02-29, White-rumped Shama (110) 2024-02-20, White-tailed Tropicbird (1) 2022-01-11, Yellow-fronted Canary (12) 2024-02-18, Zebra Dove",148,2024-02-29 -21.337829,-157.8183068,"African Silverbill (1) 2021-07-11, Apapane (23) 2024-01-11, Black-crowned Night Heron (1) 2024-02-28, Black-necked Stilt (1) 2024-02-28, Chestnut Munia (21) 2023-05-19, Chinese Hwamei (1) 2020-01-02, Common Myna (213) 2024-02-28, Common Waxbill (202) 2024-02-28, Gray Francolin (1) 2023-01-15, Hawaiian Coot (1) 2023-10-06, House Finch (247) 2024-02-28, House Sparrow (5) 2022-07-03, Japanese Bush Warbler (7) 2023-01-21, Java Sparrow (39) 2024-02-28, Feral Mallard (2) 2024-02-28, Northern Cardinal (147) 2024-02-21, Northern Mockingbird (1) 2023-01-15, Oahu Amakihi (326) 2024-02-23, Oahu Elepaio (1) 2019-06-29, Pacific Golden-Plover (16) 2024-02-28, Red Avadavat (1) 2022-08-01, Red Junglefowl (160) 2024-02-28, Red-billed Leiothrix (245) 2024-02-28, Red-crested Cardinal (248) 2024-02-28, Red-vented Bulbul (344) 2024-02-28, Red-whiskered Bulbul (273) 2024-02-28, Rock Pigeon (4) 2024-02-28, Rose-ringed Parakeet (317) 2024-02-28, Saffron Finch (2) 2023-12-25, Salmon-crested Cockatoo (1) 2022-08-19, Scaly-breasted Munia (19) 2024-01-19, Spotted Dove (277) 2024-02-28, Warbling White-eye (340) 2024-02-28, Western Cattle Egret (17) 2024-02-28, White Cockatoo (1) 2021-06-29, White Tern (66) 2024-02-21, White-rumped Shama (332) 2024-02-23, White-tailed Tropicbird (5) 2022-04-19, Yellow-faced Grassquit (1) 2021-12-19, Yellow-fronted Canary (76) 2024-02-28, Zebra Dove",268,2024-02-28 -21.37318023,-157.7119347,"African Silverbill (2) 2019-10-14, Black Noddy (1) 2019-08-11, Black-crowned Night Heron (1) 2023-11-24, Black-necked Stilt (7) 2023-11-24, Brown Booby (1) 2022-10-04, Brown Noddy (1) 2022-07-08, Chestnut Munia (2) 2023-06-16, Common Gallinule (2) 2022-03-08, Common Myna (30) 2024-01-29, Common Waxbill (17) 2023-11-24, Gray Francolin (8) 2023-11-24, Great Frigatebird (8) 2022-12-09, House Finch (12) 2024-01-29, House Sparrow (9) 2024-01-29, Indian Peafowl (13) 2024-01-29, Java Sparrow (4) 2023-06-16, Laysan Albatross (1) 2022-02-07, Feral Mallard (10) 2024-01-29, Masked Booby (1) 2022-10-04, Northern Cardinal (13) 2022-12-20, Pacific Golden-Plover (25) 2024-01-29, Red-billed Leiothrix (2) 2022-03-08, Red-crested Cardinal (26) 2024-01-29, Red-footed Booby (3) 2022-10-04, Red-tailed Tropicbird (1) 2023-06-16, Red-vented Bulbul (19) 2023-11-24, Red-whiskered Bulbul (5) 2022-07-17, Rock Pigeon (9) 2024-01-29, Ruddy Turnstone (4) 2024-01-29, Saffron Finch (2) 2019-10-14, Scaly-breasted Munia (2) 2019-10-14, Sooty Tern (1) 2022-07-08, Spotted Dove (13) 2023-11-24, Wandering Tattler (4) 2024-01-29, Warbling White-eye (5) 2022-07-16, Wedge-tailed Shearwater (3) 2022-10-04, Western Cattle Egret (27) 2024-01-29, White-rumped Shama (9) 2022-07-17, White-tailed Tropicbird (1) 2023-06-16, Yellow-fronted Canary (10) 2023-06-16, Zebra Dove",28,2024-01-29 -21.27366949,-157.6935283,"African Silverbill (10) 2022-12-31, Black-crowned Night Heron (2) 2023-07-07, Black-necked Stilt (2) 2023-07-07, Brown Booby (2) 2023-10-05, Chestnut Munia (4) 2023-04-28, Common Myna (129) 2024-02-23, Common Waxbill (85) 2024-01-19, Gray Francolin (3) 2023-09-14, Great Frigatebird (15) 2024-01-25, House Finch (33) 2024-02-16, House Sparrow (25) 2024-02-23, Java Sparrow (48) 2023-12-26, Feral Mallard (3) 2023-11-19, Masked Booby (1) 2019-07-12, Muscovy Duck (4) 2023-01-09, Northern Cardinal (48) 2024-02-23, Northern Mockingbird (2) 2022-01-01, Pacific Golden-Plover (97) 2024-02-23, Peregrine Falcon (2) 2022-12-28, Red Junglefowl (21) 2024-01-26, Red-billed Leiothrix (1) 2022-08-17, Red-crested Cardinal (139) 2024-02-23, Red-footed Booby (3) 2024-01-25, Red-tailed Tropicbird (14) 2023-08-09, Red-vented Bulbul (109) 2024-01-26, Red-whiskered Bulbul (4) 2022-03-08, Rock Pigeon (72) 2024-02-16, Rose-ringed Parakeet (3) 2023-12-20, Ruddy Turnstone (7) 2022-01-01, Saffron Finch (8) 2024-01-03, Scaly-breasted Munia (8) 2023-08-24, Sooty Tern (8) 2024-02-20, Spotted Dove (104) 2024-02-23, Wandering Tattler (12) 2023-09-08, Warbling White-eye (37) 2023-12-26, Wedge-tailed Shearwater (1) 2023-07-07, Western Cattle Egret (142) 2024-02-23, White Tern (31) 2024-02-03, White-rumped Shama (9) 2022-07-30, White-tailed Tropicbird (3) 2024-01-26, Zebra Dove",156,2024-02-23 -21.32077672,-157.9727045,"Barn Owl (1) 2019-02-02, Black Noddy (1) 2019-01-02, Black-necked Stilt (3) 2019-03-06, Brown Booby (31) 2019-06-16, Brown Noddy (1) 2019-03-31, Bulwer's Petrel (1) 2019-04-17, Chestnut Munia (22) 2019-04-14, Common Myna (33) 2023-09-09, Common Waxbill (10) 2023-09-09, Gray Francolin (9) 2019-03-03, Great Frigatebird (1) 2019-02-05, House Finch (17) 2019-05-28, House Sparrow (3) 2023-09-09, Java Sparrow (5) 2019-02-17, Laughing Gull (2) 2019-04-13, Feral Mallard (1) 2019-04-11, Northern Cardinal (7) 2019-03-03, Pacific Golden-Plover (38) 2019-04-17, Red Junglefowl (2) 2019-01-06, Red Phalarope (1) 2019-04-11, Red-crested Cardinal (13) 2023-09-09, Red-crowned Parrot (1) 2019-01-27, Red-footed Booby (10) 2019-06-11, Red-vented Bulbul (22) 2023-09-09, Ring-billed Gull (1) 2019-03-03, Rose-ringed Parakeet (3) 2019-03-16, Ruddy Turnstone (24) 2019-04-17, Saffron Finch (17) 2023-09-09, Sanderling (2) 2019-01-22, Slaty-backed Gull (1) 2019-02-04, Sooty Tern (9) 2019-04-17, Spotted Dove (8) 2019-05-28, Wandering Tattler (8) 2019-01-31, Warbling White-eye (12) 2019-03-31, Wedge-tailed Shearwater (8) 2019-06-16, Western Cattle Egret (13) 2019-06-11, White Tern (27) 2019-06-16, White-rumped Shama (3) 2019-05-28, White-tailed Tropicbird (1) 2019-01-05, Yellow-fronted Canary (11) 2019-04-14, Zebra Dove",21,2023-09-09 -21.33068199,-158.1269131,"Black Swan (8) 2023-03-29, Black-crowned Night Heron (12) 2023-08-14, Black-necked Stilt (4) 2023-02-24, Brown Booby (8) 2023-08-14, Common Gallinule (1) 2019-12-08, Common Myna (45) 2024-02-06, Common Waxbill (16) 2023-07-12, Eurasian Skylark (2) 2023-03-29, Great Frigatebird (2) 2022-07-24, Hawaiian Coot (7) 2023-07-12, House Finch (11) 2023-08-14, House Sparrow (33) 2024-02-06, Java Sparrow (9) 2023-08-14, Feral Mallard (5) 2023-04-09, Muscovy Duck (2) 2021-12-07, Pacific Golden-Plover (33) 2024-02-06, Red Junglefowl (1) 2022-05-26, Red-crested Cardinal (37) 2024-02-06, Red-footed Booby (2) 2023-02-18, Red-tailed Tropicbird (1) 2020-03-02, Red-vented Bulbul (33) 2024-02-06, Red-whiskered Bulbul (3) 2022-11-30, Rock Pigeon (5) 2023-05-30, Ruddy Turnstone (5) 2023-02-23, Saffron Finch (16) 2024-02-06, Sanderling (1) 2020-02-22, Scaly-breasted Munia (1) 2023-08-14, Sooty Tern (1) 2020-03-02, Spotted Dove (40) 2024-02-06, Wandering Tattler (11) 2024-01-26, Warbling White-eye (16) 2023-12-06, Wedge-tailed Shearwater (3) 2024-01-26, Western Cattle Egret (18) 2024-02-06, White Tern (2) 2022-06-26, Yellow-fronted Canary (1) 2022-10-16, Zebra Dove",39,2024-02-06 -21.33966701,-158.1172168,"African Silverbill (2) 2022-11-14, Black Swan (77) 2024-02-12, Black-crowned Night Heron (80) 2024-02-12, Black-necked Stilt (50) 2024-02-12, Brown Booby (1) 2022-12-28, Chestnut Munia (15) 2024-01-26, Common Gallinule (2) 2023-07-12, Common Myna (121) 2024-02-13, Common Waxbill (59) 2024-02-12, Eurasian Skylark (1) 2021-08-11, Gray Francolin (2) 2023-11-07, Great Frigatebird (1) 2023-03-12, Hawaiian Coot (93) 2024-02-13, House Finch (44) 2024-02-12, House Sparrow (74) 2024-02-25, Java Sparrow (29) 2024-02-25, Lesser Scaup (1) 2022-11-14, Feral Mallard (85) 2024-01-26, Masked Booby (2) 2024-02-25, Mourning Dove (2) 2022-11-14, Muscovy Duck (33) 2024-02-13, Northern Cardinal (16) 2024-02-12, Northern Shoveler (1) 2022-11-14, Pacific Golden-Plover (83) 2024-02-25, Red Junglefowl (8) 2023-07-12, Red-crested Cardinal (94) 2024-02-25, Red-vented Bulbul (82) 2024-02-12, Red-whiskered Bulbul (26) 2024-02-12, Rock Pigeon (20) 2024-02-25, Rose-ringed Parakeet (8) 2024-02-25, Ruddy Turnstone (19) 2024-02-12, Saffron Finch (56) 2024-02-12, Scaly-breasted Munia (1) 2023-03-17, Spotted Dove (97) 2024-02-25, Wandering Tattler (13) 2024-02-12, Warbling White-eye (62) 2024-02-25, Western Cattle Egret (102) 2024-02-12, White-rumped Shama (2) 2022-06-23, Yellow-fronted Canary (9) 2024-02-12, Zebra Dove",111,2024-02-25 -21.36576814,-157.9434582,"African Silverbill (8) 2023-09-27, Black-crowned Night Heron (10) 2024-01-21, Black-necked Stilt (8) 2024-01-03, Brown Booby (3) 2024-02-25, Brown Noddy (1) 2023-05-11, Chestnut Munia (181) 2024-02-28, Common Myna (444) 2024-02-28, Common Waxbill (277) 2024-02-28, Eurasian Skylark (1) 2021-05-11, Gray Francolin (2) 2022-10-09, Hawaiian Coot (3) 2024-01-03, House Finch (87) 2024-02-10, House Sparrow (360) 2024-02-28, Java Sparrow (273) 2024-02-25, Long-billed Dowitcher (1) 2024-01-03, Feral Mallard (68) 2023-11-09, Muscovy Duck (3) 2022-07-26, Northern Cardinal (12) 2024-02-18, Northern Mockingbird (3) 2023-03-21, Pacific Golden-Plover (342) 2024-02-28, Red Avadavat (4) 2023-11-30, Red Junglefowl (35) 2024-02-10, Red-crested Cardinal (181) 2024-02-25, Red-vented Bulbul (258) 2024-02-28, Red-whiskered Bulbul (15) 2024-01-13, Rock Pigeon (268) 2024-02-25, Rose-ringed Parakeet (47) 2024-02-25, Ruddy Turnstone (7) 2023-03-06, Saffron Finch (151) 2024-02-20, Sanderling (3) 2024-01-13, Scaly-breasted Munia (10) 2023-11-14, Spotted Dove (214) 2024-02-25, Wandering Tattler (8) 2024-01-26, Warbling White-eye (93) 2024-02-28, Western Cattle Egret (208) 2024-02-25, White Tern (109) 2024-02-19, White-rumped Shama (7) 2022-11-19, White-tailed Tropicbird (1) 2023-01-27, Yellow-fronted Canary (17) 2024-02-10, Zebra Dove",416,2024-02-28 -21.66380875,-157.9316356,"Black-bellied Plover (1) 2021-02-14, Black-crowned Night Heron (2) 2023-07-08, Black-necked Stilt (1) 2023-11-22, Bristle-thighed Curlew (1) 2023-07-09, Brown Booby (8) 2023-08-04, Brown Noddy (4) 2023-07-16, Chestnut Munia (2) 2023-07-08, Common Gallinule (1) 2021-02-14, Common Myna (55) 2024-02-27, Common Waxbill (23) 2024-02-27, Glaucous-winged Gull (1) 2024-02-08, Great Frigatebird (3) 2021-03-14, House Finch (32) 2024-02-27, House Sparrow (8) 2023-11-22, Indian Peafowl (16) 2021-04-01, Java Sparrow (6) 2022-01-25, Laysan Albatross (4) 2024-02-08, Feral Mallard (8) 2023-11-13, Masked Booby (5) 2023-07-16, Northern Cardinal (9) 2023-12-09, Northern Mockingbird (1) 2023-01-17, Pacific Golden-Plover (39) 2024-02-27, Red Avadavat (2) 2023-11-13, Red Junglefowl (29) 2024-02-24, Red-billed Leiothrix (2) 2024-01-15, Red-crested Cardinal (40) 2024-02-27, Red-footed Booby (2) 2019-01-26, Red-vented Bulbul (29) 2024-02-08, Red-whiskered Bulbul (24) 2024-01-15, Rock Pigeon (1) 2020-02-02, Ruddy Turnstone (18) 2024-02-27, Saffron Finch (4) 2023-09-23, Sanderling (10) 2024-02-08, Sooty Tern (1) 2023-07-09, Spotted Dove (27) 2024-02-27, Wandering Tattler (15) 2024-02-08, Warbling White-eye (17) 2024-02-27, Wedge-tailed Shearwater (10) 2023-08-04, Western Cattle Egret (24) 2024-02-24, White-rumped Shama (14) 2023-12-09, Yellow-fronted Canary (3) 2021-02-12, Zebra Dove",51,2024-02-27 -21.40152524,-157.8853207,"African Silverbill (4) 2023-09-10, Apapane (206) 2024-02-14, Barn Owl (1) 2019-02-22, Black-necked Stilt (1) 2023-09-30, Chestnut Munia (133) 2023-12-04, Chinese Hwamei (9) 2022-12-21, Common Myna (151) 2024-02-19, Common Waxbill (335) 2024-02-14, House Finch (346) 2024-02-14, House Sparrow (17) 2023-12-21, Indian Peafowl (1) 2020-03-05, Japanese Bush Warbler (79) 2023-12-21, Java Sparrow (11) 2023-12-21, Mariana Swiftlet (67) 2023-12-21, Northern Cardinal (207) 2024-02-14, Northern Shoveler (1) 2023-01-17, Oahu Amakihi (431) 2024-02-14, Oahu Elepaio (199) 2024-02-14, Pacific Golden-Plover (87) 2023-12-21, Red Junglefowl (170) 2024-02-14, Red-billed Leiothrix (433) 2024-02-14, Red-crested Cardinal (299) 2024-02-14, Red-crowned Parrot (120) 2024-02-14, Red-tailed Tropicbird (1) 2023-01-15, Red-vented Bulbul (411) 2024-02-14, Red-whiskered Bulbul (325) 2024-02-19, Rock Pigeon (13) 2023-12-21, Rose-ringed Parakeet (7) 2023-01-17, Saffron Finch (7) 2023-01-17, Scaly-breasted Munia (80) 2023-12-21, Sooty Tern (1) 2022-12-18, Spotted Dove (236) 2024-02-14, Warbling White-eye (445) 2024-02-19, Western Cattle Egret (15) 2023-01-17, White Tern (2) 2023-06-04, White-rumped Shama (358) 2024-02-14, White-tailed Tropicbird (3) 2023-12-04, Yellow-faced Grassquit (2) 2022-11-06, Yellow-fronted Canary (140) 2024-01-27, Zebra Dove",248,2024-02-14 -21.3020277,-157.8667929,"African Silverbill (7) 2023-12-03, Black-crowned Night Heron (4) 2024-02-20, Black-footed Albatross (1) 2019-01-19, Brown Booby (18) 2024-02-06, Brown Noddy (1) 2023-12-03, Chestnut Munia (4) 2022-01-09, Cockatiel (1) 2022-05-22, Common Myna (88) 2024-02-20, Common Waxbill (27) 2023-07-25, Great Frigatebird (3) 2023-05-27, Great-tailed Grackle (2) 2019-08-01, House Finch (32) 2024-02-20, House Sparrow (60) 2024-02-20, Java Sparrow (7) 2021-01-06, Laysan Albatross (1) 2019-02-09, Feral Mallard (3) 2024-02-20, Masked Booby (1) 2023-03-01, Northern Cardinal (10) 2023-01-13, Northern Mockingbird (8) 2023-12-03, Pacific Golden-Plover (48) 2024-02-20, Red Avadavat (1) 2023-09-18, Red Junglefowl (8) 2024-02-20, Red-crested Cardinal (55) 2024-02-20, Red-footed Booby (4) 2022-07-26, Red-vented Bulbul (54) 2024-02-20, Red-whiskered Bulbul (3) 2023-01-13, Rock Pigeon (30) 2024-02-20, Rose-ringed Parakeet (9) 2024-02-20, Ruddy Turnstone (8) 2022-08-06, Saffron Finch (12) 2024-02-06, Scaly-breasted Munia (9) 2023-08-15, Sooty Tern (4) 2024-02-20, Spotted Dove (79) 2024-02-20, Wandering Tattler (3) 2021-09-21, Warbling White-eye (29) 2024-02-20, Wedge-tailed Shearwater (4) 2024-01-09, Western Cattle Egret (57) 2024-02-20, White Tern (89) 2024-02-20, White-tailed Tropicbird (3) 2022-10-13, Yellow-fronted Canary (30) 2023-12-03, Zebra Dove",85,2024-02-20 -21.45469557,-157.740168,"African Silverbill (3) 2020-11-01, Black-necked Stilt (7) 2022-01-17, Bristle-thighed Curlew (2) 2021-12-11, Brown Booby (5) 2023-11-13, Brown Noddy (3) 2023-06-11, Bulwer's Petrel (1) 2023-06-11, Caspian Tern (1) 2022-01-29, Chestnut Munia (4) 2023-02-20, Common Gallinule (2) 2020-12-30, Common Myna (27) 2024-01-19, Common Waxbill (17) 2023-05-13, Gray Francolin (2) 2023-05-13, Gray-backed Tern (1) 2021-04-11, Great Frigatebird (20) 2023-10-17, House Finch (3) 2021-04-30, House Sparrow (4) 2023-02-20, Java Sparrow (15) 2024-01-19, Laysan Albatross (2) 2022-01-29, Feral Mallard (4) 2024-01-19, Masked Booby (3) 2023-02-18, Northern Cardinal (9) 2023-02-20, Pacific Golden-Plover (18) 2024-01-19, Pectoral Sandpiper (1) 2021-04-29, Red Avadavat (2) 2020-11-01, Red Junglefowl (3) 2021-12-13, Red-crested Cardinal (15) 2024-01-19, Red-footed Booby (2) 2023-06-11, Red-tailed Tropicbird (1) 2021-04-11, Red-vented Bulbul (12) 2024-01-19, Red-whiskered Bulbul (1) 2023-02-20, Rock Pigeon (8) 2023-05-13, Ruddy Turnstone (1) 2021-04-30, Saffron Finch (13) 2023-11-13, Sanderling (1) 2020-12-30, Scaly-breasted Munia (4) 2022-07-24, Sooty Tern (2) 2023-02-18, Spotted Dove (11) 2023-02-18, Wandering Tattler (2) 2024-01-19, Warbling White-eye (2) 2022-01-03, Wedge-tailed Shearwater (1) 2023-06-11, Western Cattle Egret (25) 2024-01-19, White-rumped Shama (1) 2019-01-01, Yellow-fronted Canary (1) 2022-01-03, Zebra Dove",20,2024-01-19 -21.65477643,-157.9317022,"Black-bellied Plover (13) 2021-02-21, Black-crowned Night Heron (14) 2022-08-31, Black-necked Stilt (19) 2024-01-19, Bristle-thighed Curlew (1) 2022-08-22, Brown Booby (1) 2023-03-09, Brown Noddy (1) 2022-08-22, Chestnut Munia (10) 2023-11-23, Common Gallinule (6) 2021-12-17, Common Myna (77) 2024-02-07, Common Waxbill (25) 2023-12-29, Glaucous-winged Gull (1) 2022-03-26, Great Frigatebird (1) 2023-11-23, House Finch (16) 2023-11-23, House Sparrow (10) 2022-10-31, Indian Peafowl (1) 2022-05-19, Java Sparrow (11) 2023-12-29, Laysan Albatross (1) 2023-03-09, Feral Mallard (38) 2024-01-15, Masked Booby (2) 2022-08-22, Muscovy Duck (1) 2021-12-17, Northern Cardinal (7) 2022-08-22, Pacific Golden-Plover (78) 2024-02-07, Red Junglefowl (10) 2023-08-18, Red-crested Cardinal (37) 2023-11-23, Red-footed Booby (2) 2022-08-22, Red-vented Bulbul (19) 2023-12-29, Red-whiskered Bulbul (3) 2022-10-31, Rock Pigeon (5) 2023-11-23, Ruddy Turnstone (37) 2024-02-07, Saffron Finch (8) 2023-12-29, Sanderling (7) 2023-11-23, Scaly-breasted Munia (3) 2023-11-23, Spotted Dove (63) 2024-01-11, Wandering Tattler (36) 2024-01-19, Warbling White-eye (14) 2024-01-19, Wedge-tailed Shearwater (2) 2023-03-09, Western Cattle Egret (55) 2024-01-19, White-rumped Shama (1) 2022-01-21, White-tailed Tropicbird (1) 2023-03-09, Yellow-fronted Canary (1) 2022-08-22, Zebra Dove",71,2024-01-19 -21.28369653,-157.8283789,"African Silverbill (1) 2021-12-28, Black-crowned Night Heron (27) 2024-02-22, Blue-crowned Parakeet (1) 2023-07-09, Brown Booby (13) 2022-10-17, Chestnut Munia (3) 2024-02-22, Common Myna (285) 2024-02-24, Common Waxbill (52) 2024-02-03, Great Frigatebird (22) 2023-06-23, House Finch (88) 2024-02-19, House Sparrow (234) 2024-02-24, Indian Peafowl (1) 2021-03-14, Java Sparrow (36) 2024-01-21, Feral Mallard (49) 2024-02-18, Mariana Swiftlet (1) 2021-07-20, Muscovy Duck (1) 2019-11-07, Northern Cardinal (5) 2022-11-19, Northern Mockingbird (2) 2023-04-04, Pacific Golden-Plover (141) 2024-02-22, Peregrine Falcon (23) 2022-02-27, Red Avadavat (1) 2023-08-30, Red Junglefowl (46) 2024-02-22, Red-billed Leiothrix (1) 2023-12-20, Red-crested Cardinal (143) 2024-02-18, Red-crowned Parrot (1) 2024-01-24, Red-masked Parakeet (1) 2020-01-01, Red-vented Bulbul (183) 2024-02-24, Red-whiskered Bulbul (20) 2023-12-20, Rock Pigeon (261) 2024-02-24, Rose-ringed Parakeet (83) 2024-02-14, Ruddy Turnstone (1) 2021-11-26, Saffron Finch (9) 2024-02-18, Sanderling (1) 2022-01-12, Scaly-breasted Munia (2) 2023-07-07, Sooty Tern (1) 2022-02-13, Spotted Dove (187) 2024-02-24, Wandering Tattler (4) 2024-02-16, Warbling White-eye (61) 2024-02-14, Wedge-tailed Shearwater (5) 2022-10-17, Western Cattle Egret (124) 2024-02-22, White Tern (324) 2024-02-24, White-rumped Shama (8) 2023-12-20, White-tailed Tropicbird (2) 2019-04-29, Yellow-fronted Canary (27) 2024-02-03, Zebra Dove",249,2024-02-24 -21.59256857,-158.1060309,"African Silverbill (1) 2024-02-03, Black-crowned Night Heron (9) 2024-02-03, Black-necked Stilt (1) 2022-04-02, Brown Booby (15) 2024-02-24, Brown Noddy (1) 2022-09-21, Chestnut Munia (14) 2022-07-27, Common Gallinule (4) 2024-02-03, Common Myna (143) 2024-02-24, Common Waxbill (61) 2024-02-16, Greater Scaup (23) 2021-03-07, Hawaiian Coot (5) 2021-02-10, House Finch (42) 2023-12-15, House Sparrow (57) 2024-02-16, Indian Peafowl (30) 2023-09-07, Java Sparrow (27) 2023-11-05, Laysan Albatross (2) 2023-06-23, Lesser Scaup (11) 2021-02-24, Feral Mallard (30) 2023-12-15, Masked Booby (2) 2020-02-03, Northern Cardinal (5) 2022-12-03, Northern Mockingbird (2) 2020-02-22, Northern Shoveler (1) 2022-02-21, Pacific Golden-Plover (76) 2024-02-26, Red Junglefowl (68) 2024-02-24, Red-crested Cardinal (81) 2024-02-19, Red-vented Bulbul (67) 2024-02-24, Red-whiskered Bulbul (15) 2023-12-15, Ring-necked Duck (1) 2020-11-07, Ring-necked Pheasant (1) 2019-12-11, Rock Pigeon (67) 2024-02-19, Rose-ringed Parakeet (3) 2023-08-13, Ruddy Turnstone (6) 2023-08-13, Saffron Finch (100) 2024-02-26, Scaly-breasted Munia (12) 2022-05-13, Spotted Dove (80) 2024-02-24, Wandering Tattler (7) 2023-11-05, Warbling White-eye (39) 2024-02-26, Wedge-tailed Shearwater (7) 2023-06-23, Western Cattle Egret (74) 2024-02-19, White Tern (3) 2023-09-17, White-rumped Shama (7) 2023-12-30, White-tailed Tropicbird (2) 2022-05-13, Yellow-fronted Canary (2) 2021-07-22, Zebra Dove",123,2024-02-24 -21.32047493,-157.9244992,"African Silverbill (16) 2021-11-14, Black-crowned Night Heron (31) 2024-02-25, Black-necked Stilt (1) 2022-10-21, Bristle-thighed Curlew (4) 2020-03-09, Brown Booby (3) 2023-04-08, Chestnut Munia (7) 2024-01-15, Common Myna (465) 2024-02-25, Common Waxbill (90) 2024-02-25, Eurasian Skylark (15) 2024-02-05, Gray Francolin (1) 2024-01-15, Great Frigatebird (1) 2023-07-13, Hawaiian Coot (1) 2019-04-12, Helmeted Guineafowl (1) 2021-09-12, House Finch (123) 2024-02-25, House Sparrow (477) 2024-02-25, Japanese Bush Warbler (1) 2022-06-24, Java Sparrow (15) 2024-01-15, Feral Mallard (66) 2024-02-22, Mourning Dove (1) 2022-11-16, Northern Cardinal (4) 2023-07-11, Northern Mockingbird (6) 2023-10-12, Pacific Golden-Plover (138) 2024-02-21, Red Junglefowl (25) 2024-02-23, Red-billed Leiothrix (2) 2021-10-28, Red-crested Cardinal (141) 2024-02-21, Red-tailed Tropicbird (1) 2023-03-29, Red-vented Bulbul (307) 2024-02-25, Red-whiskered Bulbul (44) 2024-02-19, Rock Pigeon (68) 2024-02-24, Rose-ringed Parakeet (11) 2024-01-15, Ruddy Turnstone (3) 2022-10-21, Saffron Finch (18) 2024-01-15, Sanderling (1) 2023-01-06, Scaly-breasted Munia (4) 2024-01-15, Spotted Dove (554) 2024-02-25, Warbling White-eye (128) 2024-02-25, Western Cattle Egret (152) 2024-02-24, White Tern (32) 2024-02-24, White-rumped Shama (12) 2024-01-15, Yellow-fronted Canary (9) 2024-01-15, Zebra Dove",440,2024-02-24 -21.70030549,-157.9893654,"Black Noddy (1) 2022-11-25, Black-crowned Night Heron (13) 2024-02-11, Black-footed Albatross (3) 2024-02-23, Black-necked Stilt (24) 2024-02-08, Blue-crowned Parakeet (8) 2023-11-29, Bristle-thighed Curlew (4) 2023-01-17, Brown Booby (3) 2024-02-23, Cackling Goose (11) 2022-01-08, Chestnut Munia (8) 2023-11-29, Common Gallinule (23) 2024-02-23, Common Myna (43) 2024-02-23, Common Waxbill (34) 2024-02-11, Eurasian Skylark (1) 2022-11-25, Gray Francolin (9) 2024-02-23, Great Frigatebird (2) 2022-11-06, Hawaiian Coot (13) 2024-02-23, House Finch (14) 2024-02-25, House Sparrow (9) 2024-02-23, Indian Peafowl (4) 2023-05-17, Japanese Bush Warbler (2) 2023-01-17, Java Sparrow (21) 2024-02-23, Laysan Albatross (15) 2024-02-23, Lesser Scaup (1) 2020-01-13, Feral Mallard (7) 2024-02-23, Masked Booby (2) 2024-02-23, Muscovy Duck (5) 2023-03-28, Northern Cardinal (20) 2024-02-23, Northern Harrier (1) 2022-12-20, Pacific Golden-Plover (39) 2024-02-23, Red Junglefowl (13) 2024-02-23, Red-billed Leiothrix (6) 2024-02-08, Red-crested Cardinal (37) 2024-02-25, Red-footed Booby (1) 2020-05-02, Red-vented Bulbul (36) 2024-02-23, Red-whiskered Bulbul (15) 2024-02-23, Ruddy Turnstone (6) 2023-07-01, Saffron Finch (17) 2024-02-25, Sanderling (2) 2023-03-28, Scaly-breasted Munia (4) 2023-05-20, Short-eared Owl (1) 2019-11-02, Sooty Tern (1) 2024-02-06, Spotted Dove (27) 2024-02-11, Wandering Tattler (4) 2022-12-20, Warbling White-eye (14) 2024-02-06, Western Cattle Egret (43) 2024-02-23, White-rumped Shama (18) 2024-02-23, Zebra Dove",45,2024-02-23 -21.29286314,-157.847585,"African Silverbill (11) 2023-10-23, Black-bellied Plover (1) 2019-03-10, Black-crowned Night Heron (299) 2024-02-29, Brown Booby (42) 2024-02-29, Brown Noddy (1) 2022-05-13, Chestnut Munia (3) 2023-12-25, Common Myna (433) 2024-02-29, Common Waxbill (264) 2024-02-29, Gray Francolin (2) 2024-02-12, Great Frigatebird (23) 2024-02-09, Hawaiian Coot (1) 2023-04-26, House Finch (147) 2024-02-29, House Sparrow (344) 2024-02-29, Japanese Bush Warbler (1) 2019-06-20, Java Sparrow (254) 2024-02-29, Feral Mallard (125) 2024-02-24, Masked Booby (1) 2023-02-16, Muscovy Duck (6) 2022-11-16, Northern Cardinal (9) 2024-02-08, Northern Mockingbird (5) 2024-02-12, Pacific Golden-Plover (291) 2024-02-29, Peregrine Falcon (5) 2021-01-03, Red Junglefowl (58) 2024-02-26, Red-billed Leiothrix (2) 2023-04-26, Red-crested Cardinal (369) 2024-02-29, Red-vented Bulbul (255) 2024-02-29, Red-whiskered Bulbul (22) 2024-02-29, Rock Pigeon (402) 2024-02-29, Rose-ringed Parakeet (120) 2024-02-29, Ruddy Turnstone (111) 2024-02-29, Saffron Finch (128) 2024-02-29, Sanderling (2) 2020-04-12, Scaly-breasted Munia (68) 2023-12-03, Sooty Tern (4) 2023-06-04, Spotted Dove (391) 2024-02-29, Wandering Tattler (66) 2024-02-26, Warbling White-eye (106) 2024-02-29, Wedge-tailed Shearwater (5) 2023-11-18, Western Cattle Egret (343) 2024-02-29, White Tern (331) 2024-02-29, White-rumped Shama (8) 2024-02-25, Yellow-fronted Canary (217) 2024-02-29, Zebra Dove",443,2024-02-29 -21.33769208,-157.7990234,"African Silverbill (6) 2023-09-12, Apapane (4) 2019-09-23, Black-crowned Night Heron (1) 2023-03-06, Chestnut Munia (51) 2023-10-05, Common Myna (247) 2024-02-26, Common Waxbill (172) 2024-02-20, Erckel's Spurfowl (1) 2021-11-08, Hawaiian Coot (1) 2023-03-06, House Finch (63) 2024-02-26, House Sparrow (14) 2024-02-20, Indian Peafowl (1) 2023-03-22, Japanese Bush Warbler (3) 2023-10-22, Java Sparrow (24) 2023-10-05, Feral Mallard (6) 2022-05-24, Northern Cardinal (62) 2024-02-20, Oahu Amakihi (30) 2024-02-20, Pacific Golden-Plover (92) 2024-01-24, Red Avadavat (1) 2023-10-05, Red Junglefowl (149) 2024-02-26, Red-billed Leiothrix (202) 2024-02-26, Red-crested Cardinal (194) 2024-02-26, Red-crowned Parrot (4) 2024-01-02, Red-masked Parakeet (1) 2022-08-02, Red-vented Bulbul (253) 2024-02-20, Red-whiskered Bulbul (259) 2024-02-26, Rock Pigeon (13) 2024-02-20, Rose-ringed Parakeet (285) 2024-02-26, Ruddy Turnstone (1) 2022-12-20, Saffron Finch (5) 2023-11-26, Salmon-crested Cockatoo (66) 2023-11-17, Scaly-breasted Munia (10) 2023-09-06, Spotted Dove (168) 2024-02-20, Sulphur-crested Cockatoo (8) 2022-08-02, Wandering Tattler (2) 2021-04-18, Warbling White-eye (251) 2024-02-26, Western Cattle Egret (27) 2024-01-19, White Cockatoo (41) 2024-01-04, White Tern (9) 2023-08-14, White-rumped Shama (280) 2024-02-26, White-tailed Tropicbird (1) 2023-06-06, Yellow-faced Grassquit (4) 2023-06-06, Yellow-fronted Canary (26) 2024-01-24, Zebra Dove",202,2024-02-20 -21.51862843,-157.8361581,"Apapane (1) 2019-09-19, Black Noddy (3) 2023-03-29, Black-crowned Night Heron (23) 2024-02-13, Black-necked Stilt (94) 2024-01-20, Bristle-thighed Curlew (1) 2023-04-28, Brown Booby (3) 2022-11-21, Chestnut Munia (60) 2024-01-04, Common Gallinule (3) 2023-10-29, Common Myna (328) 2024-02-27, Common Waxbill (166) 2024-01-26, Gray Francolin (1) 2024-01-03, Great Frigatebird (12) 2024-02-27, Green-winged Teal (1) 2024-01-12, Hawaiian Coot (3) 2023-10-29, House Finch (85) 2024-02-13, House Sparrow (57) 2024-01-26, Indian Peafowl (1) 2021-03-20, Japanese Bush Warbler (1) 2022-01-19, Java Sparrow (18) 2024-02-13, Laysan Albatross (1) 2019-12-19, Feral Mallard (7) 2023-11-28, Northern Cardinal (50) 2024-02-27, Northern Mockingbird (1) 2019-07-29, Oahu Amakihi (1) 2022-12-26, Pacific Golden-Plover (261) 2024-02-27, Red Avadavat (5) 2024-01-04, Red Junglefowl (134) 2024-02-13, Red-billed Leiothrix (6) 2024-01-04, Red-crested Cardinal (333) 2024-02-27, Red-vented Bulbul (169) 2024-02-13, Red-whiskered Bulbul (48) 2024-01-04, Ring-necked Pheasant (1) 2024-01-04, Rock Pigeon (41) 2024-01-21, Rose-ringed Parakeet (1) 2024-01-04, Ruddy Turnstone (117) 2024-02-27, Saffron Finch (34) 2024-02-28, Sanderling (1) 2023-09-15, Scaly-breasted Munia (38) 2024-01-04, Spotted Dove (157) 2024-02-13, Wandering Tattler (69) 2024-01-26, Warbling White-eye (107) 2024-01-21, Wedge-tailed Shearwater (6) 2023-05-10, Western Cattle Egret (338) 2024-02-27, White Tern (4) 2023-09-04, White-rumped Shama (70) 2024-02-13, White-tailed Tropicbird (7) 2023-08-10, Yellow-fronted Canary (10) 2024-01-04, Zebra Dove",284,2024-02-27 -21.70036384,-157.9990316,"Black Noddy (1) 2020-03-19, Black-crowned Night Heron (16) 2024-01-03, Black-footed Albatross (3) 2024-02-25, Black-necked Stilt (16) 2024-01-03, Blue-crowned Parakeet (31) 2024-01-04, Bristle-thighed Curlew (2) 2024-02-25, Brown Booby (5) 2024-02-25, Chestnut Munia (22) 2023-06-21, Common Gallinule (17) 2024-01-03, Common Myna (106) 2024-02-25, Common Waxbill (56) 2024-02-25, Glaucous-winged Gull (1) 2024-01-31, Gray Francolin (14) 2024-02-25, Great Frigatebird (7) 2023-10-31, Hawaiian Coot (17) 2023-08-07, House Finch (29) 2024-02-25, House Sparrow (16) 2023-09-25, Indian Peafowl (11) 2023-02-08, Java Sparrow (11) 2024-02-15, Laughing Gull (1) 2024-01-31, Laysan Albatross (25) 2024-02-25, Feral Mallard (11) 2024-02-25, Northern Cardinal (26) 2024-02-25, Northern Shoveler (2) 2022-01-09, Pacific Golden-Plover (72) 2024-02-25, Red Junglefowl (22) 2024-01-04, Red-billed Leiothrix (2) 2021-06-27, Red-crested Cardinal (79) 2024-02-25, Red-crowned Parrot (1) 2022-12-28, Red-footed Booby (4) 2024-02-25, Red-vented Bulbul (86) 2024-02-25, Red-whiskered Bulbul (29) 2024-01-31, Ring-necked Pheasant (1) 2023-02-10, Rose-ringed Parakeet (1) 2023-10-31, Ruddy Turnstone (12) 2024-02-25, Saffron Finch (31) 2024-02-15, Sanderling (4) 2024-02-15, Scaly-breasted Munia (3) 2022-12-28, Sooty Tern (1) 2020-03-19, Spotted Dove (53) 2024-02-25, Wandering Tattler (7) 2024-02-25, Warbling White-eye (26) 2024-02-25, Western Cattle Egret (90) 2024-02-25, White Tern (1) 2019-09-24, White-rumped Shama (36) 2024-02-25, Zebra Dove",80,2024-02-25 -21.36623391,-158.0206105,"African Silverbill (21) 2024-02-04, Black-crowned Night Heron (60) 2024-02-19, Black-necked Stilt (41) 2024-02-19, Cackling Goose (1) 2023-01-25, Chestnut Munia (25) 2024-02-19, Common Gallinule (47) 2024-02-19, Common Myna (104) 2024-02-19, Common Waxbill (87) 2024-02-20, Gray Francolin (3) 2024-02-19,, Great Frigatebird (1) 2022-10-08, Hawaiian Coot (40) 2024-02-19, House Finch (65) 2024-02-19, House Sparrow (35) 2024-02-19, Japanese Bush Warbler (1) 2022-06-26, Java Sparrow (34) 2024-02-19, Feral Mallard (34) 2024-02-19, Mourning Dove (1) 2020-02-23, Northern Cardinal (83) 2024-02-19, Northern Pintail (3) 2023-12-28, Northern Shoveler (1) 2024-02-19, Pacific Golden-Plover (89) 2024-02-19, Pectoral Sandpiper (1) 2021-09-23, Red Avadavat (3) 2023-01-17, Red Junglefowl (11) 2023-11-27, Red-billed Leiothrix (2) 2023-11-27, Red-crested Cardinal (99) 2024-02-19, Red-crowned Parrot (2) 2024-02-19, Red-vented Bulbul (105) 2024-02-19, Red-whiskered Bulbul (40) 2024-02-19, Ring-necked Duck (1) 2023-11-27, Rock Pigeon (6) 2024-02-04, Rose-ringed Parakeet (68) 2024-02-19, Ruddy Turnstone (23) 2023-12-28, Saffron Finch (72) 2024-02-20, Scaly-breasted Munia (7) 2023-09-29, Spotted Dove (106) 2024-02-19, Wandering Tattler (35) 2024-02-19, Warbling White-eye (79) 2024-02-19, Western Cattle Egret (102) 2024-02-19, White Tern (1) 2022-04-17, White-faced Ibis (2) 2024-02-19, White-rumped Shama (78) 2024-02-19, Yellow-fronted Canary (10) 2023-11-27, Zebra Dove",108,2024-02-19 -21.37340033,-157.7408653,"American Wigeon (5) 2023-11-08, Black-crowned Night Heron (627) 2024-02-29, Black-necked Stilt (660) 2024-02-27, Blue-winged Teal (5) 2021-09-13, Canvasback (66) 2024-02-24, Chestnut Munia (200) 2024-01-27, Chinese Hwamei (2) 2020-06-03, Common Gallinule (808) 2024-02-29, Common Myna (688) 2024-02-29, Common Waxbill (315) 2024-02-19, Domestic Glaucous-winged Gull (30) 2023-03-03, Gray Francolin (1) 2019-11-09, Great Frigatebird (14) 2023-08-01, Greater Scaup (16) 2024-02-18, Green-winged Teal (1) 2022-12-20, Hawaiian Coot (930) 2024-02-29, House Finch (304) 2024-02-22, House Sparrow (52) 2024-02-19, Java Sparrow (326) 2024-02-27, Lesser Scaup (94) 2024-02-27, Feral Mallard (598) 2024-02-27, Northern Cardinal (134) 2024-01-27, Northern Pintail (17) 2022-12-20, Northern Shoveler (132) 2024-02-27, Pacific Golden-Plover (427) 2024-02-27, Red Avadavat (4) 2023-12-10, Red Junglefowl (41) 2024-02-19, Red-billed Leiothrix (6) 2021-12-22, Red-crested Cardinal (464) 2024-02-27, Red-vented Bulbul (682) 2024-02-29, Red-whiskered Bulbul (325) 2024-02-27, Ring-necked Duck (11) 2024-01-01, Rock Pigeon (322) 2024-02-19, Rose-ringed Parakeet (20) 2024-02-22, Saffron Finch (11) 2024-02-11, Scaly-breasted Munia (84) 2024-02-25, Short-eared Owl (1) 2021-12-17, Spotted Dove (646) 2024-02-27, Wandering Tattler (26) 2024-01-07, Warbling White-eye (410) 2024-02-22, Western Cattle Egret (696) 2024-02-29, White Tern (3) 2023-06-11, White-rumped Shama (41) 2024-02-29, Zebra Dove",617,2024-02-29 -21.28292455,-157.7223612,"African Silverbill (1) 2022-03-26, Black-crowned Night Heron (75) 2024-02-21, Black-necked Stilt (421) 2024-02-27, Brown Booby (6) 2022-02-18, Chestnut Munia (2) 2022-02-25, Common Gallinule (120) 2023-12-02, Common Myna (435) 2024-02-25, Common Waxbill (117) 2024-01-21, Glaucous-winged Gull (2) 2021-02-07, Great Egret (2) 2021-01-26, Great Frigatebird (10) 2023-09-24, Hawaiian Coot (4) 2022-09-10, House Finch (161) 2024-01-18, House Sparrow (138) 2024-02-11, Java Sparrow (95) 2024-02-25, Feral Mallard (591) 2024-02-27, Masked Booby (5) 2020-02-23, Muscovy Duck (20) 2024-01-29, Northern Cardinal (63) 2024-02-11, Northern Pintail (3) 2020-02-07, Pacific Golden-Plover (489) 2024-02-24, Peregrine Falcon (1) 2021-01-31, Red Junglefowl (16) 2024-01-18, Red-billed Leiothrix (1) 2022-03-06, Red-billed Tropicbird (1) 2022-03-06, Red-crested Cardinal (372) 2024-02-25, Red-footed Booby (5) 2020-02-23, Red-masked Parakeet (1) 2019-02-01, Red-tailed Tropicbird (2) 2022-03-06, Red-vented Bulbul (333) 2024-02-25, Red-whiskered Bulbul (37) 2023-09-29, Rock Pigeon (98) 2023-12-27, Rose-ringed Parakeet (64) 2024-02-25, Ruddy Turnstone (367) 2024-02-24, Saffron Finch (1) 2022-03-06, Scaly-breasted Munia (7) 2023-03-07, Semipalmated Plover (10) 2023-11-28, Sooty Tern (8) 2022-03-06, Spotted Dove (373) 2024-02-25, Wandering Tattler (303) 2024-02-25, Warbling White-eye (175) 2024-01-18, Western Cattle Egret (472) 2024-02-25, White Tern (120) 2024-02-25, White-rumped Shama (8) 2022-03-06, White-tailed Tropicbird (1) 2021-06-18, Yellow-fronted Canary (2) 2023-05-23, Zebra Dove",469,2024-02-25 -21.38292683,-157.8082994,"African Silverbill (3) 2023-10-17, Black Noddy (1) 2023-12-23, Black Swan (1) 2024-02-04, Black-crowned Night Heron (4) 2023-08-28, Chestnut Munia (156) 2024-02-27, Common Gallinule (3) 2023-06-23, Common Myna (236) 2024-02-27, Common Waxbill (195) 2024-02-27, Eurasian Wigeon (1) 2022-02-03, Gray Francolin (1) 2021-01-11, Great Frigatebird (1) 2021-07-26, Hawaiian Coot (122) 2023-11-28, House Finch (47) 2024-02-26, House Sparrow (22) 2024-02-26, Indian Peafowl (1) 2019-03-16, Japanese Bush Warbler (2) 2023-02-12, Java Sparrow (18) 2024-02-27, Laysan Albatross (1) 2022-02-03, Feral Mallard (95) 2024-02-26, Northern Cardinal (76) 2024-02-26, Northern Mockingbird (2) 2024-02-15, Oahu Amakihi (3) 2023-02-16, Orange-cheeked Waxbill (1) 2019-07-09, Pacific Golden-Plover (72) 2024-02-27, Red Junglefowl (41) 2024-02-26, Red-billed Leiothrix (119) 2024-02-24, Red-crested Cardinal (232) 2024-02-27, Red-vented Bulbul (216) 2024-02-27, Red-whiskered Bulbul (237) 2024-02-27, Rock Pigeon (29) 2024-02-27, Rose-ringed Parakeet (6) 2024-02-04, Saffron Finch (3) 2024-02-27, Sanderling (1) 2022-03-23, Scaly-breasted Munia (17) 2024-02-26, Short-eared Owl (1) 2022-12-26, Spotted Dove (212) 2024-02-26, Warbling White-eye (168) 2024-02-25, Western Cattle Egret (122) 2024-02-27, White Tern (1) 2023-11-07, White-rumped Shama (213) 2024-02-26, Yellow-fronted Canary (3) 2022-12-16, Zebra Dove",262,2024-02-27 -21.43663113,-157.7403234,"American Wigeon (5) 2020-02-23, Black Noddy (9) 2023-03-31, Black-crowned Night Heron (51) 2024-02-16, Black-necked Stilt (70) 2024-02-20, Brant (10) 2024-02-20, Bristle-thighed Curlew (9) 2024-02-14, Brown Noddy (2) 2023-05-12, Cackling Goose (1) 2020-04-20, Caspian Tern (5) 2024-02-14, Chestnut Munia (2) 2019-03-02, Common Gallinule (19) 2024-02-13, Common Myna (34) 2024-01-29, Common Waxbill (26) 2024-02-13, Eurasian Wigeon (6) 2024-02-16, Gray Francolin (30) 2024-02-16, Great Frigatebird (10) 2024-01-17, Hawaiian Coot (52) 2024-02-20, House Finch (14) 2023-08-10, House Sparrow (4) 2022-07-17, Japanese Bush Warbler (1) 2020-02-23, Java Sparrow (11) 2024-01-17, Laughing Gull (11) 2024-02-20, Feral Mallard (43) 2024-01-17, Northern Cardinal (38) 2024-02-16, Northern Pintail (7) 2020-01-18, Northern Shoveler (23) 2024-02-16, Osprey (3) 2021-10-17, Pacific Golden-Plover (52) 2024-02-16, Red Avadavat (1) 2021-03-31, Red Junglefowl (1) 2022-12-26, Red-crested Cardinal (11) 2024-02-13, Red-footed Booby (6) 2023-10-24, Red-vented Bulbul (33) 2024-02-16, Red-whiskered Bulbul (9) 2024-02-13, Rock Pigeon (8) 2023-08-16, Ruddy Turnstone (31) 2024-02-16, Saffron Finch (1) 2021-11-07, Sanderling (10) 2024-01-17, Scaly-breasted Munia (4) 2023-04-13, Short-eared Owl (3) 2024-01-17, Spotted Dove (24) 2024-02-13, Wandering Tattler (32) 2024-02-16, Warbling White-eye (18) 2024-02-13, Wedge-tailed Shearwater (3) 2022-05-03, Western Cattle Egret (48) 2024-02-13, White-rumped Shama (19) 2023-10-26, Yellow-fronted Canary (1) 2022-12-26, Zebra Dove",29,2024-02-13 -21.28262726,-157.6838112,"African Silverbill (1) 2023-03-04, Black Noddy (1) 2020-02-22, Black-crowned Night Heron (1) 2022-01-30, Black-necked Stilt (1) 2019-06-20, Brown Booby (10) 2024-02-12, Chestnut Munia (4) 2024-02-23, Chinese Hwamei (15) 2021-10-23, Common Gallinule (1) 2022-04-16, Common Myna (93) 2024-02-22, Common Waxbill (40) 2024-02-27, Gray Francolin (12) 2024-02-23, Great Frigatebird (6) 2024-02-19, Hawaiian Coot (1) 2022-04-16, House Finch (63) 2024-02-27, House Sparrow (11) 2023-09-05, Inca Tern (4) 2022-01-08, Japanese Bush Warbler (3) 2023-03-04, Java Sparrow (14) 2024-02-19, Laughing Gull (1) 2023-02-26, Laysan Albatross (1) 2022-01-30, Feral Mallard (3) 2022-04-16, Masked Booby (1) 2023-02-26, Northern Cardinal (87) 2024-02-27, Northern Mockingbird (3) 2024-02-22, Pacific Golden-Plover (86) 2024-02-27, Red Junglefowl (8) 2023-12-27, Red-billed Leiothrix (31) 2024-02-22, Red-billed Tropicbird (15) 2024-02-12, Red-crested Cardinal (103) 2024-02-27, Red-footed Booby (8) 2024-02-08, Red-tailed Tropicbird (36) 2024-02-22, Red-vented Bulbul (99) 2024-02-27, Red-whiskered Bulbul (32) 2024-02-22, Rock Pigeon (37) 2024-02-27, Rose-ringed Parakeet (2) 2023-09-05, Ruddy Turnstone (3) 2021-07-17, Saffron Finch (3) 2024-02-19, Scaly-breasted Munia (9) 2024-02-27, Sooty Tern (12) 2024-02-08, Spotted Dove (112) 2024-02-27, Wandering Tattler (6) 2021-07-17, Warbling White-eye (83) 2024-02-22, Wedge-tailed Shearwater (2) 2023-04-28, Western Cattle Egret (38) 2024-02-19, White Tern (17) 2023-07-23, White-rumped Shama (104) 2024-02-27, White-tailed Tropicbird (1) 2023-05-12, Yellow-fronted Canary (10) 2023-09-05, Zebra Dove",117,2024-02-27 -21.40165242,-157.9046131,"African Silverbill (1) 2019-01-15, Apapane (152) 2024-02-24, Chestnut Munia (152) 2024-01-09, Chinese Hwamei (6) 2023-11-18, Common Myna (332) 2024-02-25, Common Waxbill (482) 2024-02-28, Gray Francolin (4) 2024-02-23, Great Frigatebird (1) 2021-08-13, Hawaiian Coot (1) 2021-08-13, Helmeted Guineafowl (7) 2021-07-13, House Finch (539) 2024-02-29, House Sparrow (27) 2023-12-17, Indian Peafowl (2) 2023-10-14, Japanese Bush Warbler (58) 2024-02-23, Java Sparrow (30) 2024-02-26, Feral Mallard (2) 2023-12-15, Mariana Swiftlet (20) 2023-10-06, Muscovy Duck (1) 2021-08-13, Northern Cardinal (384) 2024-02-29, Northern Mockingbird (6) 2023-07-08, Oahu Amakihi (687) 2024-02-29, Oahu Elepaio (341) 2024-02-29, Orange-cheeked Waxbill (1) 2023-07-01, Pacific Golden-Plover (247) 2024-02-25, Red Avadavat (5) 2023-11-09, Red Junglefowl (469) 2024-02-28, Red-billed Leiothrix (730) 2024-02-29, Red-crested Cardinal (563) 2024-02-29, Red-crowned Parrot (231) 2024-02-26, Red-masked Parakeet (4) 2023-11-09, Red-tailed Tropicbird (1) 2023-03-27, Red-vented Bulbul (687) 2024-02-29, Red-whiskered Bulbul (525) 2024-02-29, Ring-necked Pheasant (1) 2023-03-29, Rock Pigeon (18) 2023-12-28, Rose-ringed Parakeet (35) 2024-02-25, Saffron Finch (20) 2024-02-18, Scaly-breasted Munia (74) 2023-12-28, Spotted Dove (432) 2024-02-29, Wandering Tattler (1) 2022-12-04, Warbling White-eye (741) 2024-02-29, Western Cattle Egret (34) 2024-02-25, White Tern (1) 2021-08-13, White-rumped Shama (620) 2024-02-29, White-tailed Tropicbird (6) 2023-08-09, Yellow-fronted Canary (165) 2024-01-29, Zebra Dove",590,2024-02-28 -21.40967644,-157.7598481,"African Silverbill (6) 2023-06-09, Barn Owl (2) 2024-01-17, Black-crowned Night Heron (152) 2024-02-28, Black-necked Stilt (91) 2023-10-25, Chestnut Munia (124) 2024-02-28, Common Gallinule (247) 2024-02-28, Common Myna (258) 2024-02-20, Common Waxbill (225) 2024-02-28, Eurasian Wigeon (1) 2021-12-13, Gray Francolin (2) 2024-02-19, Great Frigatebird (11) 2023-08-18, Hawaiian Coot (146) 2024-02-19, House Finch (82) 2024-02-28, House Sparrow (63) 2024-02-28, Indian Peafowl (1) 2021-03-21, Japanese Bush Warbler (39) 2024-01-27, Java Sparrow (164) 2024-02-28, Feral Mallard (281) 2024-02-28, Muscovy Duck (197) 2024-02-19, Northern Cardinal (189) 2024-02-28, Northern Harrier (1) 2022-11-22, Northern Mockingbird (3) 2024-02-20, Northern Pintail (2) 2021-12-13, Northern Shoveler (1) 2022-01-14, Orange-cheeked Waxbill (2) 2019-09-28, Pacific Golden-Plover (194) 2024-02-28, Red Avadavat (60) 2024-02-28, Red Junglefowl (133) 2024-02-28, Red-billed Leiothrix (14) 2024-02-18, Red-crested Cardinal (277) 2024-02-28, Red-vented Bulbul (254) 2024-02-28, Red-whiskered Bulbul (131) 2024-02-28, Ring-necked Duck (2) 2023-12-07, Rock Pigeon (238) 2024-02-28, Rose-ringed Parakeet (2) 2022-07-02, Ruddy Turnstone (3) 2023-10-24, Saffron Finch (9) 2024-01-17, Sanderling (1) 2023-02-20, Scaly-breasted Munia (103) 2024-02-20, Spotted Dove (207) 2024-02-28, Wandering Tattler (8) 2023-03-25, Warbling White-eye (120) 2024-02-28, Western Cattle Egret (257) 2024-02-28, White Tern (4) 2023-10-25, White-rumped Shama (71) 2024-02-20, White-tailed Tropicbird (3) 2024-02-20, Yellow-fronted Canary (1) 2022-11-22, Zebra Dove",272,2024-02-28 -21.44566364,-157.7402457,"Black Noddy (4) 2023-11-01, Black-crowned Night Heron (5) 2024-02-20, Black-necked Stilt (18) 2024-02-20, Brant (1) 2024-02-20, Bristle-thighed Curlew (1) 2021-04-13, Brown Booby (8) 2024-01-25, Brown Noddy (2) 2023-11-01, Chestnut Munia (3) 2021-05-23, Common Gallinule (3) 2023-11-27, Common Myna (44) 2024-01-25, Common Tern (1) 2019-10-23, Common Waxbill (27) 2024-02-20, Gray Francolin (13) 2024-01-24, Great Frigatebird (17) 2024-01-24, Hawaiian Coot (5) 2024-02-20, House Finch (10) 2023-11-27, House Sparrow (6) 2024-02-20, Indian Peafowl (1) 2019-02-24, Java Sparrow (13) 2024-02-20, Laughing Gull (1) 2024-02-20, Feral Mallard (7) 2024-01-25, Masked Booby (4) 2023-11-01, Muscovy Duck (1) 2021-04-07, Northern Cardinal (14) 2024-02-20, Northern Shoveler (2) 2023-11-27, Orange-cheeked Waxbill (1) 2020-02-23, Pacific Golden-Plover (31) 2024-02-20, Peregrine Falcon (2) 2021-01-03, Red Avadavat (10) 2023-01-01, Red-crested Cardinal (23) 2024-02-20, Red-footed Booby (7) 2024-02-20, Red-vented Bulbul (23) 2024-02-20, Red-whiskered Bulbul (9) 2023-11-27, Rock Pigeon (12) 2024-01-24, Rose-ringed Parakeet (1) 2020-12-25, Ruddy Turnstone (7) 2024-01-25, Saffron Finch (11) 2023-01-01, Sanderling (3) 2023-11-27, Scaly-breasted Munia (9) 2023-01-01, Short-eared Owl (1) 2020-03-22, Sooty Tern (3) 2023-11-01, Spotted Dove (10) 2024-01-24, Wandering Tattler (5) 2024-02-20, Warbling White-eye (11) 2023-11-27, Wedge-tailed Shearwater (2) 2024-01-25, Western Cattle Egret (34) 2024-01-24, White-rumped Shama (2) 2024-02-20, Zebra Dove",28,2024-01-25 -21.57517709,-158.2413503,"African Silverbill (22) 2023-07-23, Black Francolin (6) 2020-11-21, Black-crowned Night Heron (5) 2019-07-14, Black-footed Albatross (6) 2022-03-06, Black-necked Stilt (3) 2022-04-03, Brown Booby (32) 2023-12-24, Brown Noddy (4) 2023-10-05, Chestnut Munia (3) 2021-06-30, Common Myna (198) 2024-02-28, Common Waxbill (131) 2024-02-23, Erckel's Spurfowl (80) 2024-02-28, Glaucous-winged Gull (8) 2021-12-12, Gray Francolin (77) 2023-12-15, Great Frigatebird (9) 2023-06-03, House Finch (69) 2024-02-23, House Sparrow (4) 2021-12-05, Indian Peafowl (3) 2022-04-03, Java Sparrow (5) 2022-12-04, Laysan Albatross (117) 2024-02-28, Feral Mallard (1) 2021-12-05, Masked Booby (2) 2019-03-10, Mourning Dove (1) 2019-07-08, Northern Cardinal (82) 2024-02-23, Northern Mockingbird (7) 2020-01-29, Northern Pintail (2) 2023-10-05, Pacific Golden-Plover (125) 2024-02-23, Red Avadavat (3) 2023-11-20, Red Junglefowl (7) 2022-04-03, Red-billed Leiothrix (4) 2024-02-22, Red-crested Cardinal (157) 2024-02-28, Red-footed Booby (15) 2023-12-24, Red-tailed Tropicbird (4) 2023-05-28, Red-vented Bulbul (193) 2024-02-28, Red-whiskered Bulbul (56) 2024-02-11, Ring-necked Pheasant (3) 2024-02-09, Rock Pigeon (14) 2023-06-02, Ruddy Turnstone (1) 2021-11-30, Saffron Finch (20) 2024-02-09, Scaly-breasted Munia (12) 2023-12-15, Snow Goose (10) 2020-03-08, Spotted Dove (148) 2024-02-28, Wandering Tattler (65) 2023-10-07, Warbling White-eye (108) 2023-12-24, Wedge-tailed Shearwater (22) 2023-12-15, Western Cattle Egret (8) 2022-04-03, White-rumped Shama (20) 2024-02-23, White-tailed Tropicbird (5) 2022-11-08, Yellow-fronted Canary (4) 2023-12-08, Zebra Dove",181,2024-02-28 -21.64561579,-157.912444,"Black Francolin (1) 2019-07-14, Black Noddy (14) 2022-12-03, Black-crowned Night Heron (3) 2023-01-24, Black-footed Albatross (1) 2023-12-29, Black-necked Stilt (4) 2022-06-19, Bristle-thighed Curlew (2) 2021-05-26, Brown Booby (102) 2024-02-28, Brown Noddy (73) 2024-02-28, Chestnut Munia (5) 2023-11-24, Common Myna (112) 2024-02-28, Common Waxbill (15) 2024-02-23, Glaucous-winged Gull (3) 2020-11-22, Great Frigatebird (13) 2023-11-03, Hawaiian Coot (3) 2022-06-19, House Finch (7) 2024-02-23, House Sparrow (44) 2024-02-23, Indian Peafowl (2) 2019-11-05, Java Sparrow (7) 2023-11-24, Laysan Albatross (26) 2024-02-26, Feral Mallard (5) 2023-12-25, Masked Booby (50) 2024-02-26, Muscovy Duck (1) 2019-07-14, Northern Cardinal (3) 2024-01-27, Pacific Golden-Plover (84) 2024-02-28, Red Junglefowl (17) 2024-02-27, Red-crested Cardinal (33) 2024-02-28, Red-footed Booby (97) 2024-02-28, Red-vented Bulbul (42) 2024-02-23, Red-whiskered Bulbul (24) 2024-02-23, Rock Pigeon (7) 2023-01-24, Rose-ringed Parakeet (1) 2021-04-10, Ruddy Turnstone (22) 2023-03-12, Saffron Finch (13) 2023-10-14, Sanderling (2) 2023-06-15, Scaly-breasted Munia (1) 2023-11-24, Sooty Tern (38) 2024-01-14, Spotted Dove (43) 2024-02-27, Wandering Tattler (25) 2024-02-28, Warbling White-eye (9) 2024-01-27, Wedge-tailed Shearwater (53) 2023-11-22, Western Cattle Egret (15) 2024-01-03, White Tern (1) 2021-04-10, White-rumped Shama (4) 2023-11-03, White-tailed Tropicbird (4) 2021-04-10, Yellow-fronted Canary (2) 2021-04-10, Zebra Dove",56,2024-02-27 -21.70927717,-157.9796354,"Black Noddy (1) 2022-02-23, Black-crowned Night Heron (9) 2023-08-20, Black-footed Albatross (2) 2024-02-10, Black-necked Stilt (10) 2023-04-11, Bristle-thighed Curlew (7) 2023-04-11, Brown Booby (7) 2024-02-10, Brown Noddy (3) 2023-06-22, Cackling Goose (4) 2021-02-25, Chestnut Munia (2) 2023-03-12, Chinese Hwamei (1) 2019-03-06, Common Gallinule (15) 2023-04-11, Common Myna (25) 2024-02-19, Common Waxbill (22) 2024-02-19, Erckel's Spurfowl (1) 2021-12-25, Gray Francolin (6) 2024-02-19, Great Frigatebird (3) 2023-06-22, Hawaiian Coot (5) 2023-04-11, House Finch (17) 2024-02-19, House Sparrow (1) 2023-04-11, Indian Peafowl (2) 2022-01-07, Japanese Bush Warbler (1) 2020-12-23, Java Sparrow (4) 2024-02-19, Laysan Albatross (30) 2024-02-19, Feral Mallard (6) 2024-02-19, Masked Booby (6) 2024-02-06, Muscovy Duck (5) 2023-04-11, Northern Cardinal (18) 2024-02-19, Pacific Golden-Plover (27) 2024-02-19, Red Junglefowl (5) 2023-04-11, Red-billed Leiothrix (17) 2024-02-19, Red-crested Cardinal (29) 2024-02-19, Red-footed Booby (5) 2023-06-22, Red-vented Bulbul (22) 2024-02-19, Red-whiskered Bulbul (15) 2024-02-19, Rock Pigeon (2) 2023-04-11, Ruddy Turnstone (6) 2024-02-06, Saffron Finch (10) 2024-02-19, Sanderling (8) 2024-02-19, Scaly-breasted Munia (1) 2022-11-22, Sooty Tern (3) 2024-02-06, Spotted Dove (23) 2024-02-19, Wandering Tattler (11) 2023-06-22, Warbling White-eye (20) 2024-02-19, Wedge-tailed Shearwater (5) 2023-06-22, Western Cattle Egret (23) 2024-02-19, White-rumped Shama (20) 2024-02-19, White-tailed Tropicbird (1) 2022-04-17, Yellow-fronted Canary (1) 2019-06-05, Zebra Dove",25,2024-02-19 -21.2654946,-157.809248,"African Silverbill (26) 2024-01-02, Barn Owl (3) 2022-08-15, Black-crowned Night Heron (6) 2022-05-15, Brown Booby (2) 2024-01-02, Brown Noddy (1) 2019-09-07, Chestnut Munia (41) 2024-02-21, Common Myna (337) 2024-02-27, Common Waxbill (296) 2024-02-28, Erckel's Spurfowl (1) 2019-11-05, Eurasian Skylark (1) 2019-04-16, Gray Francolin (32) 2024-02-28, Great Frigatebird (18) 2024-01-21, Hawaiian Coot (1) 2022-11-03, Helmeted Guineafowl (1) 2019-04-16, House Finch (107) 2024-02-28, House Sparrow (269) 2024-02-27, Indian Peafowl (1) 2019-05-11, Japanese Bush Warbler (3) 2023-04-25, Java Sparrow (171) 2024-02-28, Feral Mallard (10) 2023-08-07, Masked Booby (1) 2019-09-07, Northern Cardinal (39) 2024-02-22, Northern Mockingbird (9) 2024-01-21, Pacific Golden-Plover (186) 2024-02-28, Peregrine Falcon (1) 2023-02-24, Red Avadavat (2) 2019-10-13, Red Junglefowl (62) 2024-02-27, Red-billed Leiothrix (7) 2023-02-20, Red-crested Cardinal (352) 2024-02-28, Red-footed Booby (1) 2019-09-07, Red-masked Parakeet (7) 2023-05-15, Red-tailed Tropicbird (6) 2022-08-18, Red-vented Bulbul (363) 2024-02-28, Red-whiskered Bulbul (33) 2024-02-02, Rock Pigeon (100) 2024-02-28, Rose-ringed Parakeet (73) 2024-02-27, Saffron Finch (42) 2024-02-14, Scaly-breasted Munia (52) 2024-02-16, Short-eared Owl (1) 2023-03-09, Sooty Shearwater (1) 2023-04-10, Sooty Tern (2) 2023-12-18, Spotted Dove (312) 2024-02-28, Wandering Tattler (1) 2022-08-18, Warbling White-eye (199) 2024-02-27, Wedge-tailed Shearwater (2) 2019-09-07, Western Cattle Egret (111) 2024-02-26, White Tern (163) 2024-02-21, White-rumped Shama (94) 2024-02-21, White-tailed Tropicbird (2) 2021-08-14, Yellow-fronted Canary (116) 2024-02-27, Zebra Dove",375,2024-02-28 -21.2735944,-157.6838913,"African Silverbill (9) 2022-08-07, Arctic Tern (1) 2019-05-29, Band-rumped Storm-Petrel (1) 2020-03-20, Black Noddy (23) 2023-02-16, Black-footed Albatross (7) 2023-03-03, Bristle-thighed Curlew (2) 2019-09-11, Brown Booby (391) 2024-02-27, Brown Noddy (64) 2023-08-08, Common Myna (283) 2024-02-20, Common Waxbill (21) 2024-02-27, Glaucous-winged Gull (2) 2021-01-01, Gray Francolin (3) 2023-03-05, Gray-backed Tern (1) 2020-08-06, Great Frigatebird (149) 2024-02-25, House Finch (68) 2024-02-12, House Sparrow (9) 2023-03-22, Inca Tern (32) 2022-01-08, Java Sparrow (4) 2023-02-15, Laughing Gull (5) 2024-02-01, Laysan Albatross (5) 2024-02-11, Masked Booby (50) 2024-02-27, Newell's Shearwater (9) 2021-09-29, Northern Cardinal (4) 2022-02-09, Northern Mockingbird (3) 2024-01-26, Pacific Golden-Plover (147) 2024-02-06, Pectoral Sandpiper (1) 2021-09-26, Red Junglefowl (1) 2023-02-16, Red-billed Tropicbird (216) 2024-02-27, Red-crested Cardinal (67) 2023-07-07, Red-footed Booby (428) 2024-02-29, Red-tailed Tropicbird (949) 2024-02-29, Red-vented Bulbul (90) 2024-02-27, Red-whiskered Bulbul (4) 2023-12-19, Rock Pigeon (956) 2024-02-29, Ruddy Turnstone (170) 2024-01-17, Saffron Finch (1) 2020-03-04, Scaly-breasted Munia (3) 2022-06-25, Short-eared Owl (1) 2019-07-07, Sooty Shearwater (1) 2019-10-24, Sooty Tern (536) 2024-02-29, Spotted Dove (58) 2023-05-03, Wandering Tattler (277) 2024-02-12, Warbling White-eye (8) 2024-02-12, Wedge-tailed Shearwater (162) 2024-01-23, Western Cattle Egret (37) 2024-02-27, White Tern (293) 2024-02-02, White-rumped Shama (2) 2022-02-09, White-tailed Tropicbird (67) 2024-01-20, Zebra Dove",212,2024-02-25 -21.30957318,-157.6642915,"African Silverbill (75) 2023-08-08, American Wigeon (1) 2022-11-13, Black Noddy (20) 2024-01-01, Black-crowned Night Heron (25) 2023-06-24, Black-necked Stilt (2) 2022-02-06, Brown Booby (281) 2024-02-25, Brown Noddy (119) 2023-12-14, Bulwer's Petrel (2) 2022-08-22, Chestnut Munia (2) 2023-09-22, Common Myna (398) 2024-02-27, Common Waxbill (68) 2024-01-21, Gray Francolin (1) 2022-02-06, Great Frigatebird (104) 2024-01-29, House Finch (71) 2024-01-27, House Sparrow (126) 2024-02-25, Indian Peafowl (1) 2023-12-28, Japanese Bush Warbler (1) 2022-02-06, Java Sparrow (5) 2023-02-22, Laysan Albatross (19) 2023-12-18, Feral Mallard (2) 2023-02-22, Masked Booby (90) 2024-02-02, Northern Cardinal (4) 2023-03-10, Northern Mockingbird (1) 2022-11-13, Pacific Golden-Plover (170) 2024-02-19, Pectoral Sandpiper (1) 2019-09-17, Peregrine Falcon (5) 2019-03-19, Red Junglefowl (28) 2023-05-18, Red-crested Cardinal (172) 2024-02-25, Red-footed Booby (546) 2024-02-28, Red-tailed Tropicbird (124) 2024-01-23, Red-vented Bulbul (184) 2024-02-22, Red-whiskered Bulbul (5) 2022-03-26, Rock Pigeon (137) 2024-02-22, Rose-ringed Parakeet (2) 2022-03-26, Rosy-faced Lovebird (1) 2020-06-08, Ruddy Turnstone (4) 2023-02-07, Saffron Finch (1) 2022-11-13, Scaly-breasted Munia (5) 2024-02-19, Sooty Shearwater (10) 2021-09-28, Sooty Tern (375) 2024-02-28, Spotted Dove (273) 2024-02-19, Wandering Tattler (108) 2024-01-27, Warbling White-eye (22) 2024-02-19, Wedge-tailed Shearwater (180) 2024-01-01, Western Cattle Egret (142) 2024-02-22, White Tern (40) 2024-02-18, White-faced Ibis (1) 2022-11-13, White-rumped Shama (3) 2023-10-21, White-tailed Tropicbird (12) 2024-01-01, Yellow-fronted Canary (7) 2020-01-29, Zebra Dove",355,2024-02-27 -21.38407259,-157.981909,"African Silverbill (10) 2023-03-24, American Wigeon (26) 2023-03-25, Barn Owl (1) 2023-08-28, Black-crowned Night Heron (114) 2024-02-21, Black-necked Stilt (138) 2024-02-21, Blue-winged Teal (9) 2021-04-22, Chestnut Munia (25) 2024-02-19, Common Gallinule (73) 2024-01-01, Common Myna (42) 2024-02-21, Common Waxbill (63) 2024-02-21, Dunlin (25) 2023-02-26, Eurasian Wigeon (18) 2023-03-25, Gadwall (3) 2023-01-18, Gray Francolin (96) 2024-01-08, Greater Scaup (9) 2022-03-04, Green-winged Teal (3) 2023-03-18, Hawaiian Coot (140) 2024-02-21, House Finch (14) 2024-02-21, House Sparrow (8) 2024-02-19, Java Sparrow (14) 2024-02-19, Least Tern (7) 2022-11-09, Lesser Scaup (13) 2022-01-02, Lesser Yellowlegs (1) 2023-11-19, Long-billed Dowitcher (10) 2023-01-02, Feral Mallard (87) 2024-01-08, Mourning Dove (2) 2022-11-05, Muscovy Duck (1) 2021-10-27, Northern Cardinal (54) 2024-01-01, Northern Pintail (21) 2023-02-12, Northern Shoveler (12) 2023-03-25, Pacific Golden-Plover (138) 2024-02-21, Pectoral Sandpiper (3) 2021-10-23, Red Avadavat (1) 2023-02-16, Red Junglefowl (5) 2023-11-19, Red-crested Cardinal (45) 2024-02-21, Red-vented Bulbul (74) 2024-01-01, Red-whiskered Bulbul (20) 2024-02-21, Ring-necked Duck (3) 2019-11-24, Rock Pigeon (10) 2024-02-19, Rose-ringed Parakeet (19) 2024-01-01, Ruddy Turnstone (117) 2024-01-01, Saffron Finch (13) 2024-02-21, Sanderling (48) 2024-01-01, Scaly-breasted Munia (8) 2023-01-18, Spotted Dove (97) 2024-02-21, Wandering Tattler (72) 2023-11-19, Warbling White-eye (66) 2024-02-21, Western Cattle Egret (93) 2024-02-19, White Tern (1) 2022-10-21, White-faced Ibis (3) 2022-11-22, White-rumped Shama (66) 2024-01-01, Zebra Dove",72,2024-02-21 -21.42774248,-157.7596956,"African Silverbill (10) 2024-02-10, American Wigeon (36) 2024-02-19, Black Noddy (103) 2023-10-27, Black-bellied Plover (7) 2023-01-22, Black-crowned Night Heron (166) 2024-02-10, Black-necked Stilt (213) 2024-02-19, Brant (24) 2024-02-06, Bristle-thighed Curlew (17) 2023-03-31, Brown Noddy (4) 2019-08-18, Caspian Tern (57) 2024-02-10, Chestnut Munia (33) 2024-02-19, Common Gallinule (4) 2023-04-24, Common Myna (130) 2024-02-19, Common Waxbill (145) 2024-02-19, Eurasian Wigeon (35) 2024-02-19, Gray Francolin (40) 2024-02-19, Great Frigatebird (77) 2023-06-03, Hawaiian Coot (48) 2024-02-19, House Finch (146) 2024-02-10, House Sparrow (12) 2023-04-24, Java Sparrow (71) 2024-02-19, Laughing Gull (14) 2024-02-19, Feral Mallard (113) 2024-02-10, Muscovy Duck (1) 2020-01-19, Northern Cardinal (133) 2024-02-10, Northern Mockingbird (1) 2024-02-19, Northern Pintail (25) 2024-02-19, Northern Shoveler (6) 2023-01-22, Pacific Golden-Plover (154) 2024-02-19, Red Avadavat (5) 2021-10-15, Red Junglefowl (13) 2024-02-06, Red-billed Leiothrix (23) 2024-02-19, Red-crested Cardinal (146) 2024-02-19, Red-footed Booby (1) 2019-03-13, Red-tailed Tropicbird (1) 2022-08-25, Red-vented Bulbul (144) 2024-02-19, Red-whiskered Bulbul (49) 2024-02-10, Rock Pigeon (33) 2024-02-19, Ruddy Turnstone (24) 2024-02-10, Saffron Finch (4) 2024-02-19, Sanderling (12) 2024-01-01, Scaly-breasted Munia (80) 2024-02-06, Short-eared Owl (2) 2023-02-07, Sooty Tern (3) 2023-01-22, Spotted Dove (94) 2024-02-19, Wandering Tattler (91) 2024-02-10, Warbling White-eye (165) 2024-02-19, Western Cattle Egret (211) 2024-02-19, White-rumped Shama (180) 2024-02-10, Yellow-fronted Canary (25) 2023-03-31, Zebra Dove",186,2024-02-19 -21.30949596,-157.654652,"African Silverbill (22) 2023-08-02, Black Noddy (10) 2023-11-02, Black-crowned Night Heron (3) 2022-04-24, Black-necked Stilt (6) 2022-04-19, Brown Booby (150) 2024-02-25, Brown Noddy (33) 2023-11-24, Chestnut Munia (3) 2023-10-22, Common Myna (332) 2024-02-27, Common Waxbill (62) 2024-02-20, Eurasian Skylark (1) 2022-03-27, Gray-backed Tern (2) 2022-12-14, Great Frigatebird (190) 2024-02-05, House Finch (47) 2023-11-23, House Sparrow (15) 2023-07-07, Japanese Bush Warbler (4) 2021-07-22, Java Sparrow (14) 2023-04-28, Laysan Albatross (6) 2023-06-13, Feral Mallard (2) 2021-04-25, Masked Booby (60) 2024-02-05, Northern Cardinal (16) 2022-06-16, Northern Mockingbird (6) 2022-10-21, Pacific Golden-Plover (15) 2024-02-24, Red Avadavat (1) 2023-04-29, Red Junglefowl (4) 2022-01-02, Red-billed Leiothrix (2) 2020-01-22, Red-billed Tropicbird (4) 2023-03-13, Red-crested Cardinal (178) 2024-02-19, Red-footed Booby (389) 2024-02-27, Red-tailed Tropicbird (179) 2024-02-25, Red-vented Bulbul (206) 2024-02-27, Red-whiskered Bulbul (9) 2023-10-22, Rock Pigeon (191) 2024-02-25, Rose-ringed Parakeet (2) 2023-02-25, Ruddy Turnstone (6) 2023-01-20, Saffron Finch (1) 2021-12-18, Sanderling (1) 2021-11-17, Scaly-breasted Munia (5) 2023-03-17, Sooty Tern (261) 2024-02-27, Spotted Dove (137) 2024-02-24, Wandering Tattler (18) 2023-08-02, Warbling White-eye (48) 2024-01-18, Wedge-tailed Shearwater (98) 2023-11-04, Western Cattle Egret (47) 2023-12-06, White Tern (62) 2024-02-24, White-rumped Shama (5) 2023-10-18, White-tailed Tropicbird (49) 2024-02-20, Yellow-fronted Canary (4) 2023-03-05, Zebra Dove",295,2024-02-27 -21.33063251,-158.117271,"African Silverbill (7) 2023-06-02, American Wigeon (2) 2022-12-01, Black Francolin (7) 2022-07-07, Black Swan (36) 2024-02-09, Black-crowned Night Heron (63) 2024-02-16, Black-necked Stilt (56) 2024-02-06, Brown Booby (14) 2024-01-20, Chestnut Munia (60) 2023-07-20, Common Gallinule (1) 2023-04-22, Common Myna (346) 2024-02-09, Common Waxbill (180) 2024-02-09, Eurasian Skylark (4) 2023-02-08, Gray Francolin (62) 2023-06-02, Great Frigatebird (7) 2022-07-11, Hawaiian Coot (66) 2024-02-09, House Finch (153) 2024-01-20, House Sparrow (117) 2024-02-06, Japanese Bush Warbler (1) 2020-03-04, Java Sparrow (76) 2024-02-06, Long-billed Dowitcher (2) 2022-11-30, Feral Mallard (63) 2024-02-0, Muscovy Duck (25) 2024-01-02, Northern Cardinal (29) 2023-06-02, Northern Mockingbird (11) 2023-01-21, Northern Shoveler (1) 2024-01-20, Pacific Golden-Plover (246) 2024-02-09, Peregrine Falcon (1) 2020-03-02, Red Avadavat (7) 2022-08-31, Red Junglefowl (5) 2024-02-06, Red-billed Leiothrix (2) 2024-01-20, Red-crested Cardinal (255) 2024-02-09, Red-footed Booby (2) 2020-03-01, Red-vented Bulbul (229) 2024-02-09, Red-whiskered Bulbul (18) 2024-01-20, Rock Pigeon (13) 2023-06-10, Rose-ringed Parakeet (2) 2023-04-09, Ruddy Turnstone (86) 2024-02-09, Saffron Finch (216) 2024-02-09, Sanderling (2) 2022-09-22, Scaly-breasted Munia (8) 2023-12-02, Short-eared Owl (1) 2023-01-10, Snow Goose (3) 2021-02-11, Sooty Tern (1) 2020-03-04, Spotted Dove (191) 2024-02-09, Wandering Tattler (27) 2023-10-19, Warbling White-eye (102) 2024-02-06, Wedge-tailed Shearwater (1) 2022-07-11, Western Cattle Egret (154) 2024-02-09, White Tern (1) 2022-11-06, White-rumped Shama (13) 2023-01-16, Yellow-fronted Canary (23) 2023-06-20, Zebra Dove",317,2024-02-09 -21.39146651,-157.7407107,"Black-crowned Night Heron (320) 2024-02-20, Black-necked Stilt (400) 2024-02-20, Bristle-thighed Curlew (1) 2022-09-29, Brown Booby (1) 2021-01-12, Chestnut Munia (10) 2023-12-10, Common Gallinule (376) 2024-02-20, Common Myna (237) 2024-02-20, Common Waxbill (129) 2024-02-19, Eurasian Skylark (1) 2022-09-29, Gray Francolin (2) 2023-12-10, Great Frigatebird (8) 2023-07-17, Green-winged Teal (4) 2021-07-19, Hawaiian Coot (441) 2024-02-20, House Finch (80) 2024-02-10, House Sparrow (149) 2024-02-19, Indian Peafowl (1) 2022-12-18, Java Sparrow (61) 2024-02-20, Laughing Gull (3) 2021-04-14, Feral Mallard (352) 2024-02-20, Muscovy Duck (22) 2023-12-31, Northern Cardinal (64) 2024-02-18, Northern Mockingbird (2) 2021-11-29, Northern Pintail (16) 2022-12-26, Northern Shoveler (4) 2022-03-07, Pacific Golden-Plover (218) 2024-02-09, Pectoral Sandpiper (1) 2020-09-27, Peregrine Falcon (1) 2022-10-15, Red Avadavat (4) 2023-12-10, Red Junglefowl (189) 2024-02-20, Red-crested Cardinal (180) 2024-02-20, Red-tailed Tropicbird (1) 2021-05-04, Red-vented Bulbul (179) 2024-02-18, Red-whiskered Bulbul (52) 2024-02-18, Ring-necked Duck (8) 2023-11-10, Rock Pigeon (246) 2024-02-20, Rose-ringed Parakeet (2) 2024-02-08, Ruddy Turnstone (59) 2023-12-31, Saffron Finch (3) 2023-12-10, Sanderling (3) 2023-01-08, Scaly-breasted Munia (65) 2023-12-10, Sooty Tern (1) 2022-12-18, Spotted Dove (196) 2024-02-20, Wandering Tattler (124) 2024-02-03, Warbling White-eye (111) 2024-02-09, Wedge-tailed Shearwater (1) 2022-09-29, Western Cattle Egret (301) 2024-02-20, White Tern (1) 2019-11-04, White-faced Ibis (1) 2021-10-14, White-rumped Shama (22) 2023-11-17, Wilson's Snipe (1) 2021-11-15, Yellow-fronted Canary (5) 2024-01-26, Zebra Dove",274,2024-02-20 -21.28255152,-157.6741736,"African Silverbill (4) 2023-07-27, Black Noddy (3) 2023-04-08, Black-crowned Night Heron (2) 2022-10-11, Black-footed Albatross (3) 2024-02-23, Black-necked Stilt (1) 2022-06-02, Brown Booby (356) 2024-02-29, Brown Noddy (46) 2024-01-17, Chestnut Munia (2) 2022-07-22, Common Myna (156) 2024-02-23, Common Waxbill (42) 2023-12-03, Gray-backed Tern (4) 2024-02-06, Great Frigatebird (153) 2024-02-23, Herring Gull (2) 2020-01-16, House Finch (39) 2024-02-12, House Sparrow (25) 2024-02-23, Inca Tern (71) 2022-01-03, Indian Peafowl (1) 2022-03-25, Java Sparrow (45) 2023-12-03, Laughing Gull (13) 2024-02-02, Laysan Albatross (15) 2024-02-02, Feral Mallard (1) 2022-06-02, Masked Booby (61) 2024-02-29, Northern Cardinal (6) 2023-03-14, Northern Mockingbird (1) 2023-03-10, Pacific Golden-Plover (140) 2024-02-23, Red Avadavat (2) 2023-12-03, Red Junglefowl (13) 2023-03-08, Red-billed Leiothrix (1) 2021-03-11, Red-billed Tropicbird (244) 2024-02-29, Red-crested Cardinal (114) 2024-02-23, Red-footed Booby (314) 2024-02-29, Red-tailed Tropicbird (652) 2024-02-29, Red-vented Bulbul (98) 2024-02-29, Red-whiskered Bulbul (3) 2022-06-15, Rock Pigeon (614) 2024-02-29, Ruddy Turnstone (90) 2024-01-27, Saffron Finch (5) 2024-02-23, Sanderling (1) 2021-12-04, Scaly-breasted Munia (3) 2022-07-27, Snow Goose (2) 2021-05-10, Sooty Shearwater (3) 2023-05-17, Sooty Tern (401) 2024-02-29, Spotted Dove (68) 2024-02-29, Wandering Tattler (182) 2024-02-23, Warbling White-eye (7) 2023-04-29, Wedge-tailed Shearwater (73) 2024-01-12, Western Cattle Egret (107) 2024-02-23, White Tern (213) 2024-02-29, White-rumped Shama (2) 2024-01-26, White-tailed Tropicbird (81) 2024-02-20, Zebra Dove",153,2024-02-29 -21.37515436,-158.0012607,"African Silverbill (27) 2023-02-05, American Wigeon (2) 2022-04-03, Black-crowned Night Heron (149) 2024-01-01, Black-necked Stilt (245) 2024-02-11, Chestnut Munia (35) 2023-10-08, Common Gallinule (151) 2024-01-10, Common Myna (163) 2023-12-31, Common Snipe (5) 2020-02-23, Common Tern (5) 2024-02-20, Common Waxbill (178) 2024-02-11, Common/Wilson's Snipe (1) 2022-11-22, Dunlin (38) 2023-01-18, Gray Francolin (62) 2024-02-11, Greater White-fronted Goose (1) 2020-10-13, Green-winged Teal (27) 2020-03-14, Hawaiian Coot (177) 2024-01-10, House Finch (85) 2024-01-01, House Sparrow (50) 2024-01-10, Java Sparrow (62) 2023-02-20, Laughing Gull (16) 2021-04-06, Lesser Scaup (2) 2019-12-03, Lesser Yellowlegs (5) 2024-01-01, Long-billed Dowitcher (33) 2024-02-20, Feral Mallard (185) 2024-02-11, Mourning Dove (2) 2020-10-25, Muscovy Duck (1) 2023-02-20, Northern Cardinal (124) 2024-02-11, Northern Mockingbird (1) 2020-02-24, Northern Pintail (24) 2022-03-14, Northern Shoveler (8) 2024-01-10, Pacific Golden-Plover (217) 2024-02-11, Pectoral Sandpiper (4) 2021-04-04, Red Avadavat (10) 2023-03-20, Red Junglefowl (28) 2024-01-01, Red-crested Cardinal (147) 2024-02-11, Red-vented Bulbul (222) 2024-01-01, Red-whiskered Bulbul (49) 2024-01-07, Rock Pigeon (63) 2024-01-01, Rose-ringed Parakeet (52) 2024-02-11, Ruddy Turnstone (145) 2024-02-11, Ruff (9) 2020-09-18, Saffron Finch (48) 2023-10-23, Sanderling (114) 2024-02-11, Scaly-breasted Munia (18) 2023-09-29, Semipalmated Plover (7) 2020-09-01, Semipalmated Sandpiper (10) 2019-12-11, Sharp-tailed Sandpiper (20) 2019-12-11, Short-billed Dowitcher (1) 2020-08-31, Spotted Dove (249) 2024-01-10, Wandering Tattler (108) 2024-01-01, Warbling White-eye (134) 2024-01-01, Western Cattle Egret (247) 2024-01-10, White-faced Ibis (4) 2019-11-24, White-rumped Shama (73) 2024-02-11, Wilson's Snipe (4) 2023-01-02, Yellow-fronted Canary (3) 2020-08-28, Zebra Dove",203,2024-02-11 -21.27466323,-157.8284506,"Barn Owl (2) 2022-08-20, Black-crowned Night Heron (112) 2024-02-23, Black-footed Albatross (1) 2023-01-18, Black-necked Stilt (2) 2023-09-08, Blue-crowned Parakeet (1) 2022-01-20, Brown Booby (18) 2023-11-12, Brown Noddy (5) 2020-02-23, Chestnut Munia (3) 2021-11-01, Common Gallinule (1) 2021-11-01, Common Myna (377) 2024-02-23, Common Waxbill (70) 2024-01-01, Great Frigatebird (29) 2024-01-22, House Finch (168) 2024-02-23, House Sparrow (433) 2024-02-23, Indian Peafowl (2) 2023-06-22, Java Sparrow (63) 2023-12-28, Laysan Albatross (2) 2023-03-19, Feral Mallard (79) 2024-02-18, Masked Booby (1) 2020-01-03, Mourning Dove (1) 2023-03-22, Muscovy Duck (4) 2023-06-22, Northern Cardinal (7) 2023-08-02, Northern Mockingbird (4) 2023-02-07, Pacific Golden-Plover (58) 2024-02-18, Peregrine Falcon (1) 2024-01-28, Red Junglefowl (39) 2024-01-01, Red-billed Leiothrix (4) 2023-11-16, Red-crested Cardinal (180) 2024-02-23, Red-footed Booby (7) 2023-05-20, Red-masked Parakeet (3) 2023-10-15, Red-tailed Tropicbird (6) 2023-10-15, Red-vented Bulbul (255) 2024-02-23, Red-whiskered Bulbul (35) 2024-02-26, Rock Pigeon (436) 2024-02-23, Rose-ringed Parakeet (159) 2024-02-18, Saffron Finch (3) 2023-07-31, Sanderling (1) 2022-09-18, Scaly-breasted Munia (3) 2022-07-12, Sooty Shearwater (1) 2023-10-20, Sooty Tern (6) 2023-05-29, Spotted Dove (189) 2024-02-22, Wandering Tattler (5) 2023-10-11, Warbling White-eye (71) 2024-02-22, Wedge-tailed Shearwater (10) 2023-05-20, Western Cattle Egret (107) 2024-02-04, White Tern (572) 2024-02-23, White-rumped Shama (13) 2023-11-24, White-tailed Tropicbird (4) 2019-10-09, Yellow-fronted Canary (63) 2024-02-19, Zebra Dove",317,2024-02-23 -21.2745958,-157.818813,"African Silverbill (10) 2020-07-29, American Wigeon (1) 2023-01-30, Barn Owl (14) 2022-01-31, Black-crowned Night Heron (213) 2024-02-29, Black-necked Stilt (2) 2020-01-27, Brown Booby (15) 2023-11-22, Chestnut Munia (2) 2022-06-09, Common Myna (537) 2024-02-29, Common Waxbill (262) 2024-02-29, Eurasian Skylark (1) 2019-12-10, Great Frigatebird (15) 2024-01-29, Hawaiian Coot (1) 2022-11-14, Helmeted Guineafowl (1) 2023-04-10, House Finch (264) 2024-02-26, House Sparrow (404) 2024-02-28, Indian Peafowl (30) 2024-01-21, Japanese Bush Warbler (4) 2022-08-21, Java Sparrow (169) 2024-02-24, Feral Mallard (145) 2024-02-24, Muscovy Duck (8) 2022-06-24, Northern Cardinal (21) 2024-02-20, Northern Mockingbird (20) 2024-02-19, Northern Pintail (2) 2023-12-05, Orange-cheeked Waxbill (1) 2022-05-28, Pacific Golden-Plover (192) 2024-02-29, Red Avadavat (2) 2022-11-24, Red Junglefowl (169) 2024-02-24, Red-billed Leiothrix (6) 2024-02-20, Red-crested Cardinal (388) 2024-02-29, Red-crowned Parrot (4) 2024-01-03, Red-footed Booby (3) 2024-02-04, Red-masked Parakeet (5) 2024-01-25, Red-tailed Tropicbird (1) 2023-04-04, Red-vented Bulbul (385) 2024-02-28, Red-whiskered Bulbul (101) 2024-02-19, Rock Pigeon (441) 2024-02-26, Rose-ringed Parakeet (316) 2024-02-29, Ruddy Turnstone (3) 2023-12-17, Saffron Finch (29) 2024-02-29, Sanderling (1) 2023-02-26, Scaly-breasted Munia (23) 2024-01-20, Short-eared Owl (1) 2022-12-14, Sooty Tern (6) 2023-04-06, Spotted Dove (390) 2024-02-28, Wandering Tattler (6) 2022-12-05, Warbling White-eye (220) 2024-02-20, Wedge-tailed Shearwater (5) 2023-04-04, Western Cattle Egret (323) 2024-02-24, White Tern (426) 2024-02-28, White-rumped Shama (76) 2024-02-20, White-tailed Tropicbird (4) 2023-09-25, Yellow-fronted Canary (213) 2024-02-24, Zebra Dove",482,2024-02-29 -21.63747047,-158.0574412,"African Silverbill (13) 2023-12-19, Barn Owl (1) 2022-07-02, Black-crowned Night Heron (56) 2024-02-13, Black-necked Stilt (1) 2023-12-19, Brown Booby (1) 2023-02-22, Brown Noddy (1) 2023-09-01, Chestnut Munia (50) 2024-02-04, Common Gallinule (306) 2024-02-25, Common Myna (378) 2024-02-26, Common Waxbill (306) 2024-02-18, Erckel's Spurfowl (2) 2024-02-04, Gray Francolin (5) 2023-02-24, Great Frigatebird (4) 2023-07-13, Greater Scaup (1) 2023-12-04, Green-winged Teal (1) 2024-01-23, Hawaiian Coot (31) 2024-02-26, Helmeted Guineafowl (1) 2023-02-19, House Finch (89) 2024-02-18, House Sparrow (39) 2024-02-04, Indian Peafowl (200) 2024-02-15, Japanese Bush Warbler (5) 2023-05-16, Java Sparrow (75) 2024-02-11, Laughing Gull (1) 2023-01-23, Feral Mallard (53) 2024-02-15, Muscovy Duck (55) 2024-01-17, Muscovy Duck (3) 2023-12-23, Northern Cardinal (162) 2024-02-25, Northern Mockingbird (2) 2022-11-10, Northern Pintail (3) 2023-11-05, Oahu Amakihi (6) 2023-03-29, Pacific Golden-Plover (94) 2024-02-26, Red Avadavat (14) 2024-02-04, Red Junglefowl (114) 2024-02-06, Red-billed Leiothrix (144) 2024-02-18, Red-crested Cardinal (382) 2024-02-26, Red-footed Booby (1) 2024-01-01, Red-tailed Tropicbird (2) 2023-07-26, Red-vented Bulbul (365) 2024-02-25, Red-whiskered Bulbul (331) 2024-02-26, Ring-necked Duck (3) 2024-02-04, Rock Pigeon (24) 2024-02-25, Rose-ringed Parakeet (1) 2023-03-10, Ruddy Turnstone (3) 2023-02-22, Saffron Finch (50) 2024-02-26, Scaly-breasted Munia (169) 2024-02-25, Short-eared Owl (1) 2019-03-11, Spotted Dove (242) 2024-02-26, Wandering Tattler (4) 2023-11-15, Warbling White-eye (299) 2024-02-26, Western Cattle Egret (93) 2024-02-26, White Tern (1) 2022-05-07, White-rumped Shama (397) 2024-02-26, White-tailed Tropicbird (60) 2024-01-18, Yellow-fronted Canary (10) 2023-11-30, Zebra Dove",382,2024-02-26 -21.30046348,-157.6547343,"African Silverbill (31) 2023-07-24, Barn Owl (3) 2019-05-11, Black Noddy (9) 2023-07-01, Black-crowned Night Heron (1) 2019-05-30, Black-necked Stilt (3) 2022-05-03, Brown Booby (167) 2024-02-24, Brown Noddy (62) 2024-01-29, Buller's Shearwater (1) 2022-06-18, Bulwer's Petrel (12) 2023-07-01, Chestnut Munia (5) 2023-08-26, Common Myna (202) 2024-02-25, Common Waxbill (100) 2024-02-25, Gray Francolin (2) 2023-01-25, Gray-backed Tern (1) 2021-10-05, Great Frigatebird (249) 2024-02-24, Hawaiian Petrel (3) 2023-07-01, House Finch (69) 2024-02-25, House Sparrow (10) 2023-04-27, Japanese Bush Warbler (1) 2023-04-09, Java Sparrow (46) 2024-02-25, Laysan Albatross (8) 2024-02-24, Masked Booby (120) 2024-02-24, Newell's Shearwater (1) 2023-04-29, Northern Cardinal (28) 2024-02-12, Northern Mockingbird (6) 2023-10-23, Pacific Golden-Plover (13) 2024-02-19, Red Avadavat (7) 2023-10-15, Red Junglefowl (2) 2024-01-29, Red-billed Leiothrix (2) 2024-01-06, Red-billed Tropicbird (3) 2024-01-29, Red-crested Cardinal (213) 2024-02-25, Red-footed Booby (269) 2024-02-25, Red-tailed Tropicbird (169) 2024-02-25, Red-vented Bulbul (239) 2024-02-25, Red-whiskered Bulbul (8) 2023-02-23, Rock Pigeon (153) 2024-02-25, Rose-ringed Parakeet (2) 2023-12-24, Ruddy Turnstone (2) 2021-10-19, Saffron Finch (2) 2023-12-02, Scaly-breasted Munia (28) 2024-02-25, Sooty Shearwater (8) 2023-05-16, Sooty Tern (182) 2024-02-25, Spotted Dove (130) 2024-02-25, Wandering Tattler (12) 2024-02-08, Warbling White-eye (57) 2024-02-21, Wedge-tailed Shearwater (112) 2023-12-21, Western Cattle Egret (21) 2024-02-08, White Tern (134) 2024-02-25, White-rumped Shama (4) 2023-03-10, White-tailed Tropicbird (68) 2024-01-26, Yellow-fronted Canary (3) 2023-12-24, Zebra Dove",280,2024-02-25 -21.33971659,-158.1268595,"African Silverbill (1) 2022-12-19, American Wigeon (1) 2022-01-05, Barn Owl (1) 2022-01-25, Black Francolin (1) 2021-04-01, Black Swan (33) 2024-02-06, Black-crowned Night Heron (95) 2024-02-04, Black-necked Stilt (9) 2023-12-27, Bristle-thighed Curlew (1) 2023-01-15, Brown Booby (48) 2024-01-27, Brown Noddy (3) 2023-04-13, Chestnut Munia (10) 2023-05-11, Common Gallinule (2) 2023-09-09, Common Myna (261) 2024-02-24, Common Waxbill (88) 2024-02-04, Eurasian Skylark (1) 2021-04-01, Glaucous-winged Gull (1) 2021-01-05, Gray Francolin (2) 2021-04-01, Great Frigatebird (8) 2024-01-20, Great-tailed Grackle (1) 2022-07-29, Hawaiian Coot (54) 2024-02-24, House Finch (69) 2024-02-10, House Sparrow (152) 2024-02-24, Java Sparrow (43) 2024-02-04, Laughing Gull (1) 2024-01-25, Laysan Albatross (4) 2023-12-26, Long-billed Dowitcher (1) 2022-11-15, Feral Mallard (40) 2024-02-24, Mourning Dove (1) 2023-11-12, Muscovy Duck (13) 2024-01-08, Northern Cardinal (11) 2024-01-08, Northern Mockingbird (6) 2023-01-05, Pacific Golden-Plover (162) 2024-02-24, Red Junglefowl (26) 2024-01-29, Red-billed Leiothrix (3) 2022-04-06, Red-crested Cardinal (156) 2024-02-24, Red-footed Booby (4) 2024-01-08, Red-tailed Tropicbird (3) 2023-06-17, Red-vented Bulbul (189) 2024-02-10, Red-whiskered Bulbul (44) 2024-02-06, Rock Pigeon (42) 2024-02-18, Rose-ringed Parakeet (4) 2024-01-08, Ruddy Turnstone (30) 2024-02-24, Saffron Finch (82) 2024-02-24, Sanderling (3) 2022-11-15, Scaly-breasted Munia (6) 2023-04-12, Snow Goose (1) 2021-04-01, Sooty Tern (5) 2023-04-13, Spotted Dove (179) 2024-02-24, Wandering Tattler (42) 2024-02-04, Warbling White-eye (85) 2024-02-10, Wedge-tailed Shearwater (14) 2024-01-08, Western Cattle Egret (101) 2024-01-28, White Tern (14) 2023-05-11, White-faced Ibis (1) 2023-01-12, White-rumped Shama (6) 2024-01-20, White-tailed Tropicbird (2) 2023-04-10, Yellow-fronted Canary (2) 2024-01-08, Zebra Dove",204,2024-02-24 -21.26556255,-157.8188851,"African Silverbill (33) 2022-12-27, Apapane (1) 2021-08-12, Barn Owl (1) 2024-02-19, Black-crowned Night Heron (104) 2024-02-29, Black-necked Stilt (4) 2023-10-27, Brown Booby (70) 2024-02-29, Bulwer's Petrel (1) 2023-08-07, Chestnut Munia (14) 2024-02-23, Common Gallinule (2) 2023-05-09, Common Myna (1677) 2024-02-29, Common Waxbill (1259) 2024-02-29, Gray Francolin (19) 2024-02-11, Great Frigatebird (33) 2023-10-25, Great-tailed Grackle (1) 2023-05-30, Hawaiian Coot (1) 2019-04-04, House Finch (943) 2024-02-29, House Sparrow (1305) 2024-02-29, Indian Peafowl (5) 2023-03-03, Japanese Bush Warbler (7) 2022-05-10, Java Sparrow (1001) 2024-02-29, Laughing Gull (1) 2024-02-29, Laysan Albatross (1) 2022-05-07, Feral Mallard (441) 2024-02-29, Mourning Dove (1) 2019-10-10, Muscovy Duck (25) 2023-11-10, Northern Cardinal (46) 2024-02-20, Northern Mockingbird (27) 2024-02-26, Northern Shoveler (1) 2024-02-19, Pacific Golden-Plover (1195) 2024-02-29, Peregrine Falcon (1) 2022-09-02, Red Avadavat (2) 2020-03-04, Red Junglefowl (755) 2024-02-29, Red-billed Leiothrix (2) 2024-01-09, Red-crested Cardinal (1505) 2024-02-29, Red-crowned Parrot (6) 2024-02-26, Red-footed Booby (12) 2024-02-04, Red-masked Parakeet (20) 2023-01-31, Red-tailed Tropicbird (1) 2022-03-15, Red-vented Bulbul (1378) 2024-02-29, Red-whiskered Bulbul (156) 2024-02-19, Rock Pigeon (1464) 2024-02-29, Rose-ringed Parakeet (1502) 2024-02-29, Ruddy Turnstone (2) 2023-02-08, Saffron Finch (287) 2024-02-29, Sanderling (3) 2022-03-15, Scaly-breasted Munia (84) 2024-02-09, Short-eared Owl (1) 2021-07-01, Sooty Tern (15) 2024-02-04, Spotted Dove (1188) 2024-02-29, Wandering Tattler (6) 2023-03-07, Warbling White-eye (712) 2024-02-29, Wedge-tailed Shearwater (10) 2023-08-10, Western Cattle Egret (987) 2024-02-29, White Tern (1320) 2024-02-29, White-rumped Shama (135) 2024-02-19, White-tailed Tropicbird (4) 2023-10-25, Yellow-fronted Canary (1287) 2024-02-29, Zebra Dove",1573,2024-02-29 -21.28376344,-157.8380172,"African Silverbill (3) 2023-05-14, Barn Owl (1) 2024-01-30, Black Noddy (3) 2023-12-31, Black-crowned Night Heron (397) 2024-02-29, Black-necked Stilt (1) 2021-12-24, Blue-crowned Parakeet (1) 2024-01-15, Brown Booby (33) 2024-01-01, Brown Noddy (2) 2019-04-26, Chestnut Munia (9) 2024-01-27, Common Gallinule (1) 2023-03-01, Common Myna (925) 2024-02-22, Common Waxbill (579) 2024-02-22, Gray Francolin (1) 2022-01-10, Great Frigatebird (24) 2024-01-29, House Finch (370) 2024-02-21, House Sparrow (710) 2024-02-21, Indian Peafowl (1) 2019-11-18, Japanese Bush Warbler (3) 2023-12-22, Java Sparrow (422) 2024-02-21, Laughing Gull (9) 2023-02-05, Laysan Albatross (2) 2023-12-30, Feral Mallard (270) 2024-02-22, Masked Booby (1) 2022-03-27, Mourning Dove (3) 2022-04-04, Muscovy Duck (19) 2023-05-14, Northern Cardinal (30) 2024-01-30, Northern Mockingbird (7) 2023-12-29, Orange-cheeked Waxbill (5) 2023-12-06, Pacific Golden-Plover (446) 2024-02-22, Peregrine Falcon (123) 2024-01-29, Red Avadavat (3) 2023-05-14, Red Junglefowl (240) 2024-02-22, Red-billed Leiothrix (6) 2024-01-15, Red-crested Cardinal (622) 2024-02-22, Red-crowned Parrot (1) 2023-12-17, Red-footed Booby (8) 2023-12-30, Red-masked Parakeet (10) 2024-01-24, Red-tailed Tropicbird (5) 2023-02-26, Red-vented Bulbul (640) 2024-02-22, Red-whiskered Bulbul (106) 2024-02-20, Rock Pigeon (800) 2024-02-21, Rose-ringed Parakeet (402) 2024-02-22, Ruddy Turnstone (27) 2023-09-19, Saffron Finch (79) 2024-02-18, Sanderling (1) 2024-01-15, Scaly-breasted Munia (32) 2023-09-07, Sooty Shearwater (1) 2022-03-18, Sooty Tern (9) 2024-01-29, Spotted Dove (694) 2024-02-28, Wandering Tattler (23) 2023-12-12, Warbling White-eye (321) 2024-02-22, Wedge-tailed Shearwater (14) 2023-12-31, Western Cattle Egret (554) 2024-02-22, White Tern (960) 2024-02-22, White-rumped Shama (81) 2024-02-07, White-tailed Tropicbird (2) 2023-07-02, Yellow-fronted Canary (404) 2024-02-22, Zebra Dove",823,2024-02-22 -21.70024637,-157.9796992,"American Wigeon (4) 2023-10-07, Black-bellied Plover (3) 2020-03-03, Black-crowned Night Heron (38) 2023-12-09, Black-necked Stilt (38) 2023-12-09, Bristle-thighed Curlew (39) 2023-12-09, Bufflehead (5) 2023-12-09, Cackling Goose (8) 2023-01-28, Canvasback (1) 2023-11-18, Chestnut Munia (5) 2023-11-18, Common Gallinule (37) 2023-12-09, Common Myna (40) 2023-12-09, Common Waxbill (30) 2023-11-18, Dunlin (1) 2020-11-06, Glaucous-winged Gull (2) 2020-02-19, Gray Francolin (12) 2023-10-07, Great Frigatebird (3) 2023-01-28, Greater White-fronted Goose (8) 2020-02-15, Green-winged Teal (4) 2021-12-26, Hawaiian Coot (44) 2023-12-09, House Finch (14) 2023-07-26, House Sparrow (2) 2023-07-26, Indian Peafowl (1) 2023-05-18, Japanese Bush Warbler (6) 2021-12-26, Java Sparrow (1) 2020-03-03, Laughing Gull (3) 2020-03-03, Laysan Albatross (16) 2023-07-26, Least Tern (7) 2020-11-06, Lesser Scaup (4) 2023-12-09, Long-billed Dowitcher (1) 2020-11-06, Feral Mallard (49) 2023-12-09, Masked Booby (2) 2023-05-18, Mourning Dove (1) 2020-03-03, Muscovy Duck (1) 2023-07-26, Northern Cardinal (10) 2023-07-26, Northern Harrier (3) 2022-11-12, Northern Mockingbird (1) 2020-03-03, Northern Pintail (31) 2023-12-09, Northern Shoveler (31) 2023-12-09, Pacific Golden-Plover (42) 2023-12-09, Pectoral Sandpiper (8) 2022-10-22, Red Avadavat (5) 2022-10-22, Red Junglefowl (3) 2023-07-26, Red-billed Leiothrix (9) 2023-07-26, Red-crested Cardinal (25) 2023-12-09, Red-footed Booby (1) 2020-03-03, Red-tailed Tropicbird (1) 2021-08-27, Red-vented Bulbul (38) 2023-12-09, Red-whiskered Bulbul (13) 2023-07-26, Ring-necked Duck (4) 2023-12-09, Ring-necked Pheasant (16) 2023-11-18, Rock Pigeon (1) 2023-05-18, Ruddy Turnstone (39) 2023-12-09, Saffron Finch (8) 2023-05-18, Sanderling (15) 2022-11-12, Scaly-breasted Munia (7) 2023-11-18, Semipalmated Plover (1) 2021-08-27, Sharp-tailed Sandpiper (6) 2020-11-06, Snow Goose (7) 2022-01-06, Sooty Tern (1) 2020-03-03, Spotted Dove (38) 2023-12-09, Wandering Tattler (30) 2023-11-18, Warbling White-eye (11) 2023-07-26, Wedge-tailed Shearwater (4) 2021-08-27, Western Cattle Egret (44) 2023-12-09, Whimbrel (4) 2023-11-18, White-rumped Shama (12) 2023-11-18, White-tailed Tropicbird (2) 2020-02-19, Wilson's Snipe (5) 2023-11-18, Zebra Dove",45,2023-12-09 -21.5753361,-158.2799945,"African Silverbill (107) 2024-01-07, Barn Owl (7) 2023-04-01, Black Francolin (86) 2024-02-25, Black Noddy (26) 2024-02-22, Black-crowned Night Heron (14) 2022-08-20, Black-footed Albatross (107) 2024-02-23, Black-necked Stilt (2) 2021-07-23, Bristle-thighed Curlew (4) 2022-10-05, Brown Booby (302) 2024-02-26, Brown Noddy (40) 2023-12-15, Chestnut Munia (6) 2023-07-10, Chukar (2) 2022-02-05, Common Myna (684) 2024-02-28, Common Waxbill (329) 2024-02-26, Erckel's Spurfowl (186) 2024-02-24, Eurasian Skylark (3) 2021-03-23, Glaucous-winged Gull (13) 2021-11-26, Gray Francolin (363) 2024-02-26, Gray-backed Tern (2) 2019-03-15, Great Frigatebird (128) 2024-02-13, Hawaiian Coot (1) 2021-07-23, Hawaiian Petrel (1) 2022-11-24, House Finch (220) 2024-02-26, House Sparrow (28) 2024-01-07, Japanese Bush Warbler (9) 2023-12-24, Java Sparrow (13) 2024-01-04, Laughing Gull (2) 2020-03-06, Laysan Albatross (765) 2024-02-28, Long-billed Dowitcher (1) 2019-02-21, Feral Mallard (1) 2021-07-29, Masked Booby (36) 2024-02-10, Northern Cardinal (167) 2024-02-25, Northern Mockingbird (121) 2024-02-23, Pacific Golden-Plover (460) 2024-02-26, Peregrine Falcon (8) 2023-11-18, Red Avadavat (8) 2023-11-18, Red Junglefowl (11) 2023-05-30, Red-billed Leiothrix (9) 2024-01-01, Red-crested Cardinal (535) 2024-02-26, Red-footed Booby (119) 2024-02-13, Red-tailed Tropicbird (22) 2023-07-15, Red-vented Bulbul (584) 2024-02-26, Red-whiskered Bulbul (109) 2024-02-26, Ring-necked Pheasant (15) 2024-02-25, Rock Pigeon (49) 2023-12-08, Ruddy Turnstone (21) 2024-01-07, Saffron Finch (45) 2023-12-23, Sanderling (4) 2021-12-27, Scaly-breasted Munia (46) 2023-12-24, Short-eared Owl (1) 2019-07-24, Short-tailed Shearwater (1) 2019-11-29, Slaty-backed Gull (2) 2019-02-19, Snow Goose (43) 2020-03-25, Sooty Shearwater (2) 2021-04-18, Sooty Tern (14) 2023-06-14, Spotted Dove (420) 2024-02-24, Wandering Tattler (207) 2024-02-24, Warbling White-eye (259) 2024-02-25, Wedge-tailed Shearwater (319) 2024-02-25, Western Cattle Egret (163) 2024-02-25, White Tern (17) 2023-06-02, White-rumped Shama (57) 2023-10-15, White-tailed Tropicbird (55) 2023-12-31, Yellow-fronted Canary (5) 2023-07-01, Zebra Dove",558,2024-02-26 -21.68193594,-157.9411672,"African Silverbill (5) 2023-09-24, American Wigeon (4) 2023-12-16, Barn Owl (11) 2024-02-08, Black Noddy (15) 2024-02-19, Black-crowned Night Heron (76) 2024-02-22, Black-footed Albatross (69) 2024-02-29, Black-necked Stilt (34) 2024-02-19, Bristle-thighed Curlew (952) 2024-02-29, Brown Booby (83) 2024-02-22, Brown Noddy (70) 2024-02-05, Cackling Goose (4) 2019-02-22, Chestnut Munia (106) 2024-02-19, Common Gallinule (10) 2024-02-19, Common Myna (856) 2024-02-29, Common Waxbill (786) 2024-02-29, Erckel's Spurfowl (2) 2023-12-31, Glaucous-winged Gull (19) 2024-02-11, Gray Francolin (199) 2024-02-29, Great Frigatebird (46) 2024-02-03, Greater Scaup (1) 2023-12-16, Green-winged Teal (4) 2024-01-02, Hawaiian Coot (45) 2024-02-19, Hawaiian Goose (1) 2019-01-06, House Finch (552) 2024-02-29, House Sparrow (359) 2024-02-25, Indian Peafowl (3) 2022-10-15, Japanese Bush Warbler (2) 2022-03-16, Java Sparrow (42) 2024-01-02, Laughing Gull (5) 2020-01-27, Laysan Albatross (431) 2024-02-29, Lesser Scaup (5) 2023-12-16, Feral Mallard (65) 2024-02-19, Masked Booby (59) 2024-02-22, Northern Cardinal (498) 2024-02-29, Northern Harrier (21) 2023-03-31, Northern Mockingbird (4) 2024-01-29, Northern Pintail (12) 2023-03-29, Northern Shoveler (15) 2024-02-19, Pacific Golden-Plover (938) 2024-02-29, Red Avadavat (25) 2023-12-02, Red Junglefowl (441) 2024-02-29, Red-billed Leiothrix (6) 2023-12-08, Red-crested Cardinal (749) 2024-02-29, Red-footed Booby (174) 2024-02-29, Red-tailed Tropicbird (6) 2023-08-04, Red-vented Bulbul (718) 2024-02-29, Red-whiskered Bulbul (340) 2024-02-25, Ring-necked Duck (1) 2023-12-16, Ring-necked Pheasant (273) 2024-02-29, Rock Pigeon (54) 2023-10-20, Ruddy Turnstone (403) 2024-02-25, Saffron Finch (608) 2024-02-29, Sanderling (199) 2024-02-25, Scaly-breasted Munia (51) 2024-02-19, Snow Goose (4) 2022-03-23, Sooty Tern (28) 2023-04-15, Spotted Dove (756) 2024-02-29, Wandering Tattler (169) 2024-02-25, Warbling White-eye (382) 2024-02-25, Wedge-tailed Shearwater (146) 2024-02-19, Western Cattle Egret (750) 2024-02-29, White Tern (6) 2023-10-16, White-rumped Shama (80) 2024-02-19, White-tailed Tropicbird (1) 2023-08-30, Yellow-fronted Canary (24) 2024-02-29, Zebra Dove",894,2024-02-29 -21.4367036,-157.7499712,"African Silverbill (5) 2023-11-06, American Wigeon (42) 2024-02-28, Barn Owl (3) 2020-03-20, Black Noddy (174) 2023-11-22, Black-bellied Plover (87) 2023-03-12, Black-crowned Night Heron (413) 2024-02-28, Black-necked Stilt (534) 2024-02-28, Brant (50) 2024-02-15, Bristle-thighed Curlew (123) 2024-02-28, Brown Booby (4) 2023-01-30, Brown Noddy (1) 2019-03-16, Cackling Goose (1) 2020-04-01, Caspian Tern (152) 2024-02-24, Chestnut Munia (42) 2024-01-01, Common Gallinule (32) 2024-02-15, Common Myna (320) 2024-02-28, Common Waxbill (279) 2024-02-28, Erckel's Spurfowl (1) 2020-09-11, Eurasian Wigeon (51) 2024-02-28, Gadwall (1) 2023-01-30, Gray Francolin (204) 2024-02-12, Great Frigatebird (97) 2023-11-22, Green-winged Teal (1) 2019-11-06, Hawaiian Coot (93) 2024-02-15, House Finch (126) 2024-02-04, House Sparrow (65) 2024-01-07, Indian Peafowl (1) 2021-01-09, Japanese Bush Warbler (1) 2021-01-09, Java Sparrow (82) 2024-02-07, Laughing Gull (49) 2024-02-15, Laysan Albatross (2) 2021-04-02, Lesser Yellowlegs (1) 2019-01-20, Feral Mallard (314) 2024-02-28, Muscovy Duck (2) 2022-02-06, Northern Cardinal (229) 2024-02-28, Northern Mockingbird (1) 2024-01-31, Northern Pintail (34) 2024-02-28, Northern Shoveler (9) 2024-02-16, Osprey (8) 2021-10-18, Pacific Golden-Plover (450) 2024-02-28, Peregrine Falcon (3) 2022-01-23, Red Avadavat (54) 2023-11-23, Red Junglefowl (38) 2024-02-28, Red-billed Leiothrix (25) 2024-02-24, Red-crested Cardinal (176) 2024-02-28, Red-footed Booby (9) 2023-11-22, Red-vented Bulbul (291) 2024-02-28, Red-whiskered Bulbul (67) 2024-02-02, Ring-necked Duck (2) 2023-11-01, Rock Pigeon (68) 2024-01-27, Ruddy Turnstone (288) 2024-02-28, Saffron Finch (21) 2023-11-24, Sanderling (161) 2024-02-04, Scaly-breasted Munia (78) 2024-02-12, Semipalmated Plover (2) 2021-08-22, Sharp-tailed Sandpiper (1) 2021-10-24, Short-eared Owl (8) 2021-10-08, Sooty Tern (5) 2023-03-05, Spotted Dove (211) 2024-02-28, Spotted Sandpiper (3) 2020-09-13, Wandering Tattler (316) 2024-02-28, Warbling White-eye (225) 2024-02-28, Wedge-tailed Shearwater (3) 2023-11-22, Western Cattle Egret (377) 2024-02-28, White-rumped Shama (208) 2024-02-22, Yellow-fronted Canary (12) 2024-01-24, Zebra Dove",297,2024-02-22 -21.68199874,-157.950832,"American Wigeon (14) 2023-11-04, Black-bellied Plover (1) 2019-03-20, Black-crowned Night Heron (138) 2024-02-22, Black-footed Albatross (2) 2024-01-25, Black-necked Stilt (143) 2024-02-24, Blue-winged Teal (6) 2024-01-27, Bonin Petrel (2) 2024-01-25, Brant (3) 2020-02-22, Bristle-thighed Curlew (138) 2024-02-22, Brown Booby (1) 2019-02-19, Bufflehead (42) 2024-01-27, Cackling Goose (61) 2023-02-25, Canvasback (14) 2024-01-27, Chestnut Munia (28) 2024-01-25, Common Gallinule (132) 2024-02-22, Common Myna (158) 2024-02-22, Common Snipe (1) 2019-02-02, Common Waxbill (96) 2024-02-22, Common/Wilson's Snipe (2) 2023-12-30, Eurasian Wigeon (6) 2022-02-05, Glaucous-winged Gull (8) 2023-10-21, Gray Francolin (37) 2024-01-27, Great Frigatebird (14) 2024-01-27, Greater Scaup (7) 2022-11-26, Greater White-fronted Goose (12) 2020-02-22, Greater Yellowlegs (2) 2019-03-20, Green-winged Teal (18) 2024-01-27, Hawaiian Coot (158) 2024-02-24, Hawaiian Goose (3) 2019-02-19, House Finch (24) 2024-01-27, House Sparrow (4) 2023-10-20, Indian Peafowl (2) 2019-03-28, Java Sparrow (1) 2022-01-08, Laughing Gull (6) 2020-03-08, Laysan Albatross (68) 2024-02-22, Least Tern (2) 2019-10-24, Lesser Scaup (19) 2024-01-27, Lesser Yellowlegs (9) 2022-08-25, Long-billed Dowitcher (22) 2024-01-13, Feral Mallard (164) 2024-02-27, Masked Booby (1) 2019-03-06, Muscovy Duck (3) 2019-10-24, Northern Cardinal (9) 2024-02-22, Northern Harrier (22) 2023-02-24, Northern Pintail (106) 2024-01-27, Northern Shoveler (96) 2024-01-27, Pacific Golden-Plover (148) 2024-02-22, Pectoral Sandpiper (16) 2024-01-27, Red Avadavat (6) 2024-01-27, Red Junglefowl (13) 2023-11-04, Red-crested Cardinal (46) 2024-01-27, Red-tailed Tropicbird (5) 2022-12-03, Red-vented Bulbul (87) 2024-01-27, Red-whiskered Bulbul (44) 2024-01-27, Redhead (8) 2024-01-27, Ring-necked Duck (23) 2023-12-16, Ring-necked Pheasant (53) 2024-01-25, Rock Pigeon (6) 2023-10-20, Ruddy Turnstone (140) 2024-01-27, Saffron Finch (23) 2023-12-16, Sanderling (66) 2023-11-25, Scaly-breasted Munia (27) 2023-11-25, Semipalmated Plover (2) 2023-09-10, Sharp-tailed Sandpiper (17) 2023-11-25, Short-billed/Long-billed Dowitcher (2) 2024-01-13, Snow Goose (26) 2022-02-26, Spotted Dove (107) 2024-02-22, Tristram's Storm-Petrel (2) 2024-01-25, Wandering Tattler (96) 2024-01-13, Warbling White-eye (17) 2024-01-27, Western Cattle Egret (147) 2024-02-22, Western Sandpiper (2) 2022-10-08, Whimbrel (3) 2023-11-25, White Tern (1) 2019-02-19, White-tailed Tropicbird (1) 2022-07-28, Wilson's Snipe (45) 2023-12-23, Zebra Dove",131,2024-01-27 -21.7093942,-157.998969,"Black Noddy (3) 2023-11-09, Black-bellied Plover (1) 2019-04-19, Black-crowned Night Heron (154) 2024-02-28, Black-footed Albatross (14) 2024-02-23, Black-necked Stilt (176) 2024-02-24, Blue-crowned Parakeet (89) 2024-02-25, Bristle-thighed Curlew (22) 2024-02-24, Brown Booby (63) 2024-02-23, Brown Noddy (20) 2023-11-05, Cackling Goose (2) 2021-02-14, Chestnut Munia (127) 2024-02-24, Christmas Shearwater (1) 2022-06-11, Common Gallinule (210) 2024-02-28, Common Myna (464) 2024-02-28, Common Waxbill (321) 2024-02-28, Erckel's Spurfowl (1) 2022-01-26, Glaucous-winged Gull (2) 2024-01-25, Gray Francolin (151) 2024-02-28, Great Frigatebird (47) 2024-01-26, Greater Scaup (1) 2019-02-09, Hawaiian Coot (170) 2024-02-28, House Finch (209) 2024-02-26, House Sparrow (138) 2024-02-24, Indian Peafowl (50) 2023-09-06, Japanese Bush Warbler (8) 2024-01-19, Java Sparrow (122) 2024-02-26, Laysan Albatross (216) 2024-02-28, Lesser Scaup (1) 2019-02-09, Lesser Yellowlegs (1) 2022-01-25, Long-billed Dowitcher (3) 2022-12-13, Feral Mallard (125) 2024-02-19, Masked Booby (31) 2024-02-23, Muscovy Duck (104) 2024-02-28, Northern Cardinal (178) 2024-02-26, Northern Harrier (2) 2023-01-23, Pacific Golden-Plover (373) 2024-02-28, Red Avadavat (5) 2023-12-26, Red Junglefowl (173) 2024-02-28, Red-billed Leiothrix (81) 2024-02-03, Red-crested Cardinal (387) 2024-02-28, Red-crowned Parrot (5) 2022-11-16, Red-footed Booby (64) 2024-02-26, Red-masked Parakeet (1) 2020-08-02, Red-tailed Tropicbird (3) 2023-08-23, Red-vented Bulbul (393) 2024-02-28, Red-whiskered Bulbul (154) 2024-02-28, Rock Pigeon (16) 2024-02-03, Rose-ringed Parakeet (1) 2023-02-02, Ruddy Turnstone (103) 2024-02-25, Saffron Finch (233) 2024-02-28, Sanderling (21) 2024-02-03, Scaly-breasted Munia (19) 2023-12-22, Sooty Tern (6) 2024-02-06, Spotted Dove (326) 2024-02-28, Wandering Tattler (71) 2024-02-25, Warbling White-eye (173) 2024-02-25, Wedge-tailed Shearwater (55) 2023-12-01, Western Cattle Egret (386) 2024-02-28, White Tern (10) 2023-09-30, White-faced Ibis (1) 2019-10-24, White-rumped Shama (258) 2024-02-28, White-tailed Tropicbird (2) 2022-06-09, Wild Turkey (5) 2022-05-16, Yellow-fronted Canary (3) 2023-11-14, Zebra Dove",417,2024-02-28 -21.6820603,-157.9604969,"African Silverbill (1) 2019-09-09, American Wigeon (38) 2022-10-30, Barn Owl (1) 2024-02-19, Black Francolin (2) 2019-10-12, Black-bellied Plover (1) 2023-12-17, Black-crowned Night Heron (825) 2024-02-29, Black-footed Albatross (2) 2023-02-24, Black-necked Stilt (896) 2024-02-29, Blue-crowned Parakeet (1) 2020-09-13, Blue-winged Teal (11) 2023-03-31, Brant (1) 2020-03-08, Bristle-thighed Curlew (46) 2024-02-29, Bufflehead (18) 2023-02-11, Cackling Goose (3) 2023-02-11, Chestnut Munia (90) 2023-12-24, Common Gallinule (305) 2024-02-19, Common Myna (823) 2024-02-19, Common Snipe (2) 2019-01-26, Common Waxbill (325) 2024-02-23, Dunlin (13) 2021-01-09, Eurasian Wigeon (3) 2024-01-29, Gray Francolin (22) 2023-03-14, Great Frigatebird (19) 2024-01-19, Greater Scaup (1) 2020-11-24, Greater Yellowlegs (6) 2019-01-26, Green-winged Teal (9) 2020-11-25, Hawaiian Coot (1038) 2024-02-29, House Finch (168) 2024-02-19, House Sparrow (160) 2024-01-01, Indian Peafowl (5) 2023-09-02, Java Sparrow (13) 2024-01-15, Laysan Albatross (37) 2024-02-29, Least Tern (21) 2021-10-24, Lesser Scaup (36) 2021-11-10, Lesser Yellowlegs (59) 2022-07-23, Long-billed Dowitcher (57) 2023-02-11, Feral Mallard (660) 2024-01-29, Muscovy Duck (69) 2023-12-24, Northern Cardinal (57) 2024-01-30, Northern Pintail (38) 2024-01-19, Northern Shoveler (62) 2023-10-20, Pacific Golden-Plover (756) 2024-02-29, Pectoral Sandpiper (99) 2023-09-28, Peregrine Falcon (1) 2020-12-15, Red Avadavat (40) 2023-12-04, Red Junglefowl (51) 2024-01-14, Red Knot (1) 2024-01-06, Red-billed Leiothrix (1) 2023-12-04, Red-crested Cardinal (250) 2024-02-29, Red-vented Bulbul (542) 2024-02-19, Red-whiskered Bulbul (121) 2024-02-29, Ring-necked Duck (17) 2021-11-06, Ring-necked Pheasant (57) 2024-02-14, Rock Pigeon (40) 2023-12-22, Ruddy Turnstone (424) 2024-02-19, Ruff (17) 2020-09-17, Saffron Finch (31) 2024-01-30, Sanderling (195) 2024-01-11, Scaly-breasted Munia (51) 2023-12-22, Semipalmated Plover (49) 2024-01-19, Sharp-tailed Sandpiper (4) 2019-10-02, Solitary Sandpiper (23) 2020-10-12, Sooty Tern (1) 2021-04-28, Spotted Dove (625) 2024-02-05, Spotted Sandpiper (3) 2021-10-07, Wandering Tattler (237) 2024-02-29, Warbling White-eye (166) 2024-01-30, Wedge-tailed Shearwater (1) 2019-05-06, Western Cattle Egret (663) 2024-02-29, White-rumped Shama (9) 2024-01-30, Wilson's Snipe (5) 2021-09-14, Yellow-fronted Canary (5) 2021-12-08, Zebra Dove",587,2024-02-19 -21.69103078,-157.9507665,"African Silverbill (3) 2020-01-01, American Wigeon (5) 2023-11-04, Black-bellied Plover (2) 2019-02-16, Black-crowned Night Heron (153) 2024-02-24, Black-footed Albatross (11) 2024-02-22, Black-necked Stilt (174) 2024-02-24, Blue-winged Teal (1) 2024-01-27, Bonin Petrel (1) 2024-02-22, Bristle-thighed Curlew (167) 2024-02-24, Brown Booby (11) 2022-03-14, Brown Noddy (2) 2022-03-14, Bufflehead (37) 2024-02-24, Cackling Goose (72) 2023-02-25, Canvasback (11) 2024-02-10, Chestnut Munia (47) 2024-02-10, Common Gallinule (158) 2024-02-24, Common Myna (183) 2024-02-24, Common Snipe (5) 2019-02-09, Common Waxbill (127) 2024-02-24, Common/Wilson's Snipe (4) 2023-11-18, Glaucous-winged Gull (2) 2024-01-27, Gray Francolin (35) 2024-01-27, Great Frigatebird (15) 2024-02-03, Greater Scaup (1) 2022-11-26, Greater White-fronted Goose (16) 2020-01-04, Greater Yellowlegs (17) 2019-02-16, Green-winged Teal (31) 2024-01-27, Hawaiian Coot (184) 2024-02-24, Hawaiian Goose (19) 2019-02-16, House Finch (70) 2024-02-24, House Sparrow (9) 2023-03-29, Indian Peafowl (2) 2019-10-05, Japanese Bush Warbler (1) 2020-01-01, Java Sparrow (4) 2024-02-10, Laughing Gull (2) 2024-02-10, Laysan Albatross (63) 2024-02-24, Least Tern (27) 2020-07-09, Lesser Scaup (11) 2024-02-17, Lesser Yellowlegs (17) 2019-04-22, Long-billed Dowitcher (25) 2023-11-25, Feral Mallard (183) 2024-02-17, Masked Booby (6) 2022-11-06, Muscovy Duck (3) 2019-10-10, Northern Cardinal (48) 2024-02-24, Northern Harrier (14) 2023-02-25, Northern Mockingbird (5) 2024-02-24, Northern Pintail (93) 2024-02-10, Northern Shoveler (108) 2024-02-10, Pacific Golden-Plover (180) 2024-02-24, Pectoral Sandpiper (32) 2024-01-27, Red Avadavat (25) 2024-02-10, Red Junglefowl (7) 2023-12-09, Red-crested Cardinal (82) 2024-02-24, Red-footed Booby (6) 2022-03-14, Red-tailed Tropicbird (9) 2023-06-30, Red-vented Bulbul (127) 2024-02-24, Red-whiskered Bulbul (68) 2024-02-10, Redhead (8) 2024-02-10, Ring-necked Duck (17) 2024-01-27, Ring-necked Pheasant (83) 2024-02-24, Rock Pigeon (21) 2023-10-21, Ruddy Turnstone (156) 2024-02-24, Saffron Finch (35) 2024-02-10, Sanderling (76) 2023-11-26, Scaly-breasted Munia (18) 2024-02-10, Sharp-tailed Sandpiper (26) 2023-11-25, Short-eared Owl (1) 2019-10-17, Snow Goose (7) 2022-03-14, Sooty Tern (2) 2022-03-14, Spotted Dove (129) 2024-02-24, Tristram's Storm-Petrel (2) 2024-02-22, Wandering Tattler (108) 2024-02-10, Warbling White-eye (43) 2024-02-24, Wedge-tailed Shearwater (5) 2023-06-30, Western Cattle Egret (188) 2024-02-24, Western Sandpiper (9) 2022-10-15, Whimbrel (5) 2023-11-18, White Tern (2) 2022-03-14, White-rumped Shama (4) 2023-01-23, Wilson's Snipe (21) 2024-02-03, Yellow-fronted Canary (1) 2023-11-04, Zebra Dove",134,2024-02-24 -21.35720012,-158.0206706,"African Silverbill (283) 2024-02-28, American Wigeon (113) 2024-02-05, Barn Owl (1) 2020-09-03, Black-bellied Plover (6) 2023-09-27, Black-crowned Night Heron (786) 2024-02-29, Black-necked Stilt (1124) 2024-02-29, Blue-winged Teal (14) 2023-10-29, Bristle-thighed Curlew (1) 2019-08-27, Bufflehead (79) 2024-01-21, Cackling Goose (112) 2024-02-20, Canvasback (2) 2023-11-22, Chestnut Munia (320) 2024-02-20, Cockatiel (2) 2023-10-12, Common Gallinule (1099) 2024-02-29, Common Myna (981) 2024-02-29, Common Tern (22) 2021-03-07, Common Waxbill (915) 2024-02-29, Common/Wilson's Snipe (1) 2022-10-09, Eurasian Wigeon (77) 2024-02-05, Gadwall (65) 2024-02-29, Gray Francolin (857) 2024-02-29, Great Egret (80) 2021-06-12, Great Frigatebird (1) 2020-08-28, Greater Scaup (7) 2020-11-16, Greater White-fronted Goose (152) 2021-05-14, Green-winged Teal (135) 2024-02-29, Hawaiian Coot (1175) 2024-02-29, House Finch (349) 2024-02-25, House Sparrow (84) 2024-01-21, Japanese Bush Warbler (4) 2023-05-22, Java Sparrow (347) 2024-02-29, Laughing Gull (13) 2021-03-31, Least Tern (22) 2023-08-29, Lesser Scaup (73) 2023-12-05, Lesser Yellowlegs (67) 2024-01-04, Long-billed Dowitcher (170) 2024-02-28, Feral Mallard (1160) 2024-02-20, Mourning Dove (422) 2024-02-24, Muscovy Duck (5) 2023-08-26, Northern Cardinal (841) 2024-02-29, Northern Harrier (19) 2023-04-01, Northern Mockingbird (1) 2023-09-28, Northern Pintail (508) 2024-02-24, Northern Shoveler (425) 2024-02-29, Pacific Golden-Plover (1016) 2024-02-29, Pectoral Sandpiper (114) 2023-11-14, Peregrine Falcon (2) 2024-02-20, Red Avadavat (416) 2024-02-27, Red Junglefowl (28) 2024-02-23, Red Knot (37) 2024-01-01, Red-billed Leiothrix (14) 2023-11-26, Red-crested Cardinal (767) 2024-02-28, Red-crowned Parrot (1) 2021-05-23, Red-vented Bulbul (980) 2024-02-29, Red-whiskered Bulbul (344) 2024-02-29, Ring-necked Duck (37) 2023-12-30, Rock Pigeon (628) 2024-02-29, Rose-ringed Parakeet (417) 2024-02-29, Ruddy Turnstone (891) 2024-02-29, Ruff (9) 2022-11-11, Saffron Finch (411) 2024-02-29, Sanderling (74) 2024-02-19, Scaly-breasted Munia (101) 2024-02-20, Sharp-tailed Sandpiper (28) 2023-11-14, Short-billed/Long-billed Dowitcher (1) 2023-09-29, Slaty-backed Gull (15) 2020-03-09, Snow Goose (1) 2020-10-19, Spotted Dove (1090) 2024-02-29, Wandering Tattler (349) 2024-02-18, Warbling White-eye (702) 2024-02-29, Western Cattle Egret (1106) 2024-02-29, White Tern (1) 2023-11-14, White-faced Ibis (391) 2024-02-29, White-rumped Shama (714) 2024-02-29, Wilson's Snipe (7) 2022-11-13, Yellow-fronted Canary (131) 2024-02-29, Zebra Dove",1095,2024-02-29 -21.69109285,-157.960432,"African Silverbill (3) 2022-11-10, American Wigeon (21) 2024-02-28, Bar-tailed Godwit (1) 2023-10-20, Barn Owl (8) 2023-08-19, Black Noddy (3) 2020-03-17, Black-bellied Plover (37) 2022-10-01, Black-crowned Night Heron (450) 2024-02-28, Black-footed Albatross (13) 2024-02-28, Black-necked Stilt (613) 2024-02-28, Blue-winged Teal (13) 2024-01-27, Bonin Petrel (4) 2024-02-22, Brant (25) 2020-02-22, Bristle-thighed Curlew (348) 2024-02-28, Brown Booby (12) 2023-12-08, Brown Noddy (10) 2022-10-01, Bufflehead (66) 2024-02-28, Cackling Goose (34) 2023-03-08, Canvasback (12) 2024-02-28, Chestnut Munia (68) 2024-01-25, Common Gallinule (374) 2024-02-28, Common Myna (464) 2024-02-28, Common Snipe (6) 2019-02-12, Common Waxbill (364) 2024-02-28, Dunlin (25) 2021-02-07, Eurasian Skylark (3) 2023-11-03, Eurasian Wigeon (11) 2023-12-22, Glaucous-winged Gull (3) 2022-01-08, Gray Francolin (132) 2024-02-28, Great Frigatebird (58) 2024-01-27, Greater Scaup (1) 2020-11-15, Greater White-fronted Goose (203) 2020-04-20, Greater Yellowlegs (10) 2022-08-20, Green-winged Teal (77) 2024-01-27, Hawaiian Coot (645) 2024-02-28, Hawaiian Duck (3) 2020-11-15, Hawaiian Goose (6) 2019-02-10, House Finch (184) 2024-02-28, House Sparrow (31) 2023-11-03, Japanese Bush Warbler (36) 2024-02-28, Java Sparrow (4) 2022-03-06, Laughing Gull (80) 2020-03-12, Laysan Albatross (231) 2024-02-28, Least Tern (29) 2021-05-31, Lesser Scaup (37) 2024-02-28, Lesser Yellowlegs (16) 2020-09-23, Long-billed Dowitcher (144) 2022-11-08, Feral Mallard (520) 2024-02-24, Masked Booby (3) 2019-05-22, Mourning Dove (8) 2023-03-05, Muscovy Duck (9) 2021-01-17, Northern Cardinal (149) 2024-02-28, Northern Harrier (6) 2023-03-08, Northern Mockingbird (19) 2023-07-18, Northern Pintail (296) 2024-02-28, Northern Shoveler (341) 2024-02-28, Pacific Golden-Plover (576) 2024-02-28, Pectoral Sandpiper (63) 2024-01-27, Peregrine Falcon (6) 2023-03-08, Red Avadavat (127) 2024-01-27, Red Junglefowl (11) 2023-12-22, Red Knot (4) 2023-11-22, Red Phalarope (1) 2019-04-04, Red-billed Leiothrix (41) 2023-12-22, Red-crested Cardinal (246) 2024-02-28, Red-footed Booby (18) 2023-11-10, Red-tailed Tropicbird (5) 2022-11-21, Red-vented Bulbul (325) 2024-02-28, Red-whiskered Bulbul (137) 2024-02-28, Redhead (10) 2024-02-28, Ring-billed Gull (2) 2020-01-04, Ring-necked Duck (58) 2024-02-28, Ring-necked Pheasant (228) 2024-02-28, Rock Pigeon (3) 2024-01-03, Rose-ringed Parakeet (1) 2023-07-18, Ruddy Turnstone (545) 2024-02-28, Ruff (1) 2020-09-12, Saffron Finch (41) 2024-02-28, Sanderling (308) 2024-01-19, Scaly-breasted Munia (130) 2024-02-28, Semipalmated Plover (2) 2019-09-15, Sharp-tailed Sandpiper (29) 2023-10-28, Short-billed Dowitcher (1) 2022-08-20, Short-billed/Long-billed Dowitcher (1) 2022-09-25, Short-eared Owl (2) 2020-01-30, Slaty-backed Gull (2) 2019-02-11, Snow Goose (9) 2022-02-19, Snowy Egret (1) 2021-04-02, Solitary Sandpiper (2) 2023-10-28, Sooty Shearwater (1) 2019-04-04, Sooty Tern (11) 2022-10-01, Spotted Dove (361) 2024-02-28, Tristram's Storm-Petrel (3) 2024-02-22, Wandering Tattler (360) 2024-02-28, Warbling White-eye (210) 2024-02-28, Wedge-tailed Shearwater (58) 2023-12-08, Western Cattle Egret (440) 2024-02-28, Whimbrel (15) 2023-12-05, White-rumped Shama (85) 2024-02-28, White-tailed Tropicbird (1) 2021-04-02, Wilson's Snipe (63) 2023-12-23, Yellow-fronted Canary (1) 2021-11-29, Zebra Dove",354,2024-02-28 +21.24742823,-157.809393,Brown Booby,1,2023-04-17 +21.24742823,-157.809393,Wedge-tailed Shearwater,1,2023-04-17 +21.25666347,-157.8382298,Great Frigatebird,1,2024-02-09 +21.25666347,-157.8382298,Masked Booby,1,2024-02-09 +21.26738912,-158.1176481,Wedge-tailed Shearwater,1,2021-09-19 +21.26738912,-158.1176481,White Tern,1,2021-09-19 +21.27589264,-158.0212091,Brown Booby,1,2019-01-20 +21.27589264,-158.0212091,White Tern,1,2019-01-20 +21.30264901,-157.9631898,Brown Booby,1,2019-01-13 +21.30264901,-157.9631898,White Tern,1,2019-01-13 +21.30106368,-157.7318439,Common Waxbill,1,2022-10-17 +21.30106368,-157.7318439,Red-vented Bulbul,1,2022-10-17 +21.30038558,-157.6450952,Great Frigatebird,2,2021-06-22 +21.30038558,-157.6450952,Masked Booby,2,2021-06-22 +21.31112575,-157.8763638,Common Myna,1,2024-01-09 +21.31112575,-157.8763638,White Tern,1,2022-07-12 +21.31016916,-157.7414056,Oahu Elepaio,2,2021-03-28 +21.31016916,-157.7414056,White-rumped Shama,1,2019-03-31 +21.34880027,-158.1364494,Brown Booby,3,2023-03-30 +21.34880027,-158.1364494,White Tern,1,2023-03-30 +21.34860058,-158.0978761,Eurasian Skylark,1,2019-11-02 +21.34860058,-158.0978761,Western Cattle Egret,1,2019-11-02 +21.3645818,-157.7698723,Common Myna,1,2021-10-16 +21.3645818,-157.7698723,Java Sparrow,1,2019-05-12 +21.3934471,-158.039722,Barn Owl,1,2019-05-20 +21.3934471,-158.039722,Red-masked Parakeet,2,2021-12-05 +21.39339152,-158.0300759,Red-vented Bulbul,1,2020-02-02 +21.39339152,-158.0300759,Saffron Finch,1,2020-02-02 +21.39223047,-157.8468073,Red-billed Leiothrix,1,2021-11-26 +21.39223047,-157.8468073,Warbling White-eye,1,2021-11-26 +21.43648389,-157.7210278,Black Noddy,1,2019-02-05 +21.43648389,-157.7210278,Brown Noddy,1,2019-02-05 +21.45526118,-157.8173622,Masked Booby,2,2022-01-29 +21.45526118,-157.8173622,White-rumped Shama,1,2022-12-29 +21.47446779,-157.9909331,Japanese Bush Warbler,1,2023-07-31 +21.47446779,-157.9909331,Warbling White-eye,1,2023-07-31 +21.47325822,-157.8075657,Great Frigatebird,1,2020-01-28 +21.47325822,-157.8075657,Western Cattle Egret,1,2020-01-28 +21.49363759,-158.1935166,Red-vented Bulbul,1,2023-11-17 +21.49363759,-158.1935166,White-rumped Shama,1,2023-11-17 +21.50285349,-158.2320822,Brown Booby,1,2019-04-21 +21.50285349,-158.2320822,Masked Booby,1,2019-04-21 +21.51077519,-158.0196448,Rose-ringed Parakeet,1,2021-08-26 +21.51077519,-158.0196448,White-rumped Shama,1,2021-08-26 +21.52963605,-158.1643486,Erckel's Spurfowl,1,2022-01-22 +21.52963605,-158.1643486,Zebra Dove,1,2022-01-22 +21.56618496,-158.2510584,Great Frigatebird,1,2022-01-07 +21.56618496,-158.2510584,Laysan Albatross,1,2022-01-07 +21.56406053,-157.8744247,Red-crested Cardinal,1,2022-02-11 +21.56406053,-157.8744247,Zebra Dove,1,2022-02-11 +21.58384339,-158.1640345,Laysan Albatross,1,2022-02-27 +21.58384339,-158.1640345,Sanderling,1,2022-02-27 +21.62754997,-157.9125793,Ruddy Turnstone,1,2022-01-04 +21.62754997,-157.9125793,Wandering Tattler,1,2022-01-04 +21.646223,-158.0090688,Feral Mallard,1,2022-03-23 +21.646223,-158.0090688,Red-vented Bulbul,1,2022-03-23 +21.66399467,-157.9606265,Great Frigatebird,1,2021-05-12 +21.66399467,-157.9606265,Red-vented Bulbul,2,2023-06-10 +21.23839507,-157.8094654,Brown Booby,1,2021-03-20 +21.23839507,-157.8094654,Sooty Tern,1,2021-03-20 +21.23839507,-157.8094654,White Tern,1,2021-03-20 +21.26576306,-157.8477961,Rock Pigeon,1,2022-11-25 +21.26576306,-157.8477961,Wedge-tailed Shearwater,1,2022-11-25 +21.26576306,-157.8477961,White Tern,1,2022-11-25 +21.27492734,-157.8670007,Brown Booby,1,2023-01-24 +21.27492734,-157.8670007,Sooty Tern,1,2023-01-24 +21.27492734,-157.8670007,White Tern,1,2023-01-24 +21.28550839,-158.1271798,Brown Booby,1,2022-10-18 +21.28550839,-158.1271798,Wedge-tailed Shearwater,1,2022-10-18 +21.28550839,-158.1271798,White Tern,1,2022-10-18 +21.29238729,-157.7801135,Red-vented Bulbul,1,2019-03-18 +21.29238729,-157.7801135,Spotted Dove,1,2019-03-18 +21.29238729,-157.7801135,Warbling White-eye,1,2019-03-18 +21.30252957,-157.9439101,Eurasian Skylark,1,2019-01-20 +21.30252957,-157.9439101,Pacific Golden-Plover,1,2019-01-20 +21.30252957,-157.9439101,Spotted Dove,1,2022-09-20 +21.3125633,-158.1173791,Brown Booby,1,2020-04-04 +21.3125633,-158.1173791,Ruddy Turnstone,1,2020-04-04 +21.3125633,-158.1173791,Sooty Tern,1,2020-04-04 +21.3213421,-158.0691187,Red Junglefowl,1,2022-12-22 +21.3213421,-158.0691187,Red-vented Bulbul,1,2022-12-22 +21.3213421,-158.0691187,Zebra Dove,1,2022-12-22 +21.34889658,-158.1557362,Brown Booby,1,2023-02-21 +21.34889658,-158.1557362,Red-footed Booby,1,2023-02-21 +21.34889658,-158.1557362,Sooty Tern,1,2023-02-21 +21.34672523,-157.7989498,Red-billed Leiothrix,1,2019-09-01 +21.34672523,-157.7989498,Warbling White-eye,1,2019-09-01 +21.34672523,-157.7989498,White-rumped Shama,1,2019-09-01 +21.36687025,-158.1363436,Common Myna,1,2023-05-08 +21.36687025,-158.1363436,House Sparrow,1,2023-05-08 +21.36687025,-158.1363436,Saffron Finch,1,2023-05-08 +21.36558081,-157.914526,Chestnut Munia,1,2023-04-14 +21.36558081,-157.914526,Common Waxbill,1,2023-04-14 +21.36558081,-157.914526,Pacific Golden-Plover,1,2019-11-09 +21.37361491,-157.7697968,Common Myna,2,2023-10-24 +21.37361491,-157.7697968,Red Junglefowl,2,2023-10-18 +21.37361491,-157.7697968,Western Cattle Egret,1,2023-10-24 +21.40219736,-157.99143,Red-crowned Parrot,1,2019-07-23 +21.40219736,-157.99143,Rose-ringed Parakeet,2,2021-12-19 +21.40219736,-157.99143,Western Cattle Egret,1,2019-10-19 +21.40112966,-157.8274445,Red-crested Cardinal,1,2023-03-16 +21.40112966,-157.8274445,White-tailed Tropicbird,2,2022-06-27 +21.40112966,-157.8274445,Yellow-fronted Canary,1,2023-03-16 +21.42060375,-158.0491927,Red-vented Bulbul,1,2023-03-29 +21.42060375,-158.0491927,Spotted Dove,1,2023-03-29 +21.42060375,-158.0491927,Zebra Dove,1,2023-03-29 +21.43684661,-157.7692672,Black Noddy,2,2021-10-02 +21.43684661,-157.7692672,House Sparrow,1,2021-09-03 +21.43684661,-157.7692672,Western Cattle Egret,1,2021-10-02 +21.44753833,-158.0200682,Black-crowned Night Heron,1,2022-01-07 +21.44753833,-158.0200682,Common Myna,1,2021-06-09 +21.44753833,-158.0200682,Rock Pigeon,1,2021-06-09 +21.45745365,-158.1840649,Common Myna,1,2023-06-13 +21.45745365,-158.1840649,Red-vented Bulbul,1,2023-06-13 +21.45745365,-158.1840649,Zebra Dove,1,2023-06-13 +21.4567963,-158.0586089,House Finch,1,2021-12-19 +21.4567963,-158.0586089,Rose-ringed Parakeet,1,2022-08-27 +21.4567963,-158.0586089,Saffron Finch,2,2022-12-03 +21.46679988,-158.2515754,Brown Booby,1,2023-04-01 +21.46679988,-158.2515754,Brown Noddy,1,2023-04-01 +21.46679988,-158.2515754,Wedge-tailed Shearwater,1,2023-04-01 +21.46566241,-158.0295981,Common Myna,1,2019-02-18 +21.46566241,-158.0295981,Northern Mockingbird,1,2019-02-18 +21.46566241,-158.0295981,Red-crested Cardinal,1,2023-04-19 +21.4748082,-158.0488412,Common Myna,2,2023-03-29 +21.4748082,-158.0488412,House Finch,2,2023-03-29 +21.4748082,-158.0488412,Red-vented Bulbul,2,2023-03-29 +21.48469549,-158.2128715,Common Myna,2,2019-09-26 +21.48469549,-158.2128715,Indian Peafowl,2,2019-09-26 +21.48469549,-158.2128715,Zebra Dove,2,2019-09-26 +21.48411567,-158.097043,Common Waxbill,2,2021-12-11 +21.48411567,-158.097043,Red-vented Bulbul,2,2021-12-11 +21.48411567,-158.097043,Zebra Dove,2,2021-12-11 +21.49381902,-158.2321296,Common Myna,3,2022-03-20 +21.49381902,-158.2321296,Red-crested Cardinal,1,2021-12-13 +21.49381902,-158.2321296,Saffron Finch,2,2022-03-20 +21.51105221,-158.0679138,Common Myna,1,2021-10-23 +21.51105221,-158.0679138,Red-crested Cardinal,2,2024-02-10 +21.51105221,-158.0679138,Spotted Dove,1,2021-10-23 +21.51099774,-158.0582599,Black Francolin,2,2023-06-02 +21.51099774,-158.0582599,Eurasian Skylark,2,2023-06-02 +21.51099774,-158.0582599,Gray Francolin,2,2023-06-02 +21.51992124,-158.0388929,Common Myna,1,2022-05-16 +21.51992124,-158.0388929,Spotted Dove,1,2022-05-16 +21.51992124,-158.0388929,Western Cattle Egret,1,2022-05-16 +21.53689561,-157.8649787,Japanese Bush Warbler,1,2022-02-10 +21.53689561,-157.8649787,Red-whiskered Bulbul,1,2022-02-10 +21.53689561,-157.8649787,White-tailed Tropicbird,1,2022-02-10 +21.57444804,-158.0964838,Common Myna,1,2022-05-09 +21.57444804,-158.0964838,Western Cattle Egret,3,2023-11-24 +21.57444804,-158.0964838,Zebra Dove,2,2023-11-24 +21.60069992,-157.9514196,Apapane,1,2021-09-18 +21.60069992,-157.9514196,Common Waxbill,1,2021-09-18 +21.60069992,-157.9514196,Warbling White-eye,1,2021-09-18 +21.60051439,-157.9224414,Common Myna,1,2024-02-07 +21.60051439,-157.9224414,Common Waxbill,1,2024-02-07 +21.60051439,-157.9224414,Zebra Dove,1,2024-02-07 +21.62843706,-158.0575,Common Myna,1,2023-08-26 +21.62843706,-158.0575,Red-crested Cardinal,1,2023-08-26 +21.62843706,-158.0575,White-tailed Tropicbird,1,2023-08-26 +21.2474961,-157.8190289,Red-footed Booby,1,2023-07-26 +21.2474961,-157.8190289,Sooty Tern,1,2024-01-18 +21.2474961,-157.8190289,Wedge-tailed Shearwater,2,2023-09-06 +21.2474961,-157.8190289,White Tern,3,2024-01-18 +21.27479643,-157.8477258,Black Noddy,1,2023-12-27 +21.27479643,-157.8477258,Brown Booby,5,2023-12-31 +21.27479643,-157.8477258,Brown Noddy,1,2019-03-01 +21.27479643,-157.8477258,White Tern,3,2023-12-31 +21.28396082,-157.8669314,Brown Booby,5,2024-01-21 +21.28396082,-157.8669314,Sooty Tern,1,2024-01-21 +21.28396082,-157.8669314,White Tern,5,2024-01-21 +21.28239821,-157.654898,Common Waxbill,1,2021-10-17 +21.28239821,-157.654898,Pacific Golden-Plover,1,2021-10-17 +21.28239821,-157.654898,Red-crested Cardinal,1,2021-10-17 +21.28239821,-157.654898,Rock Pigeon,1,2021-10-17 +21.29444375,-158.1078472,Common Myna,1,2023-11-19 +21.29444375,-158.1078472,House Sparrow,1,2023-11-19 +21.29444375,-158.1078472,Pacific Golden-Plover,1,2023-11-19 +21.29444375,-158.1078472,Zebra Dove,1,2023-11-19 +21.30347858,-158.1077928,Red Junglefowl,1,2023-10-13 +21.30347858,-158.1077928,Rock Pigeon,1,2023-10-13 +21.30347858,-158.1077928,Saffron Finch,1,2023-10-13 +21.30347858,-158.1077928,Zebra Dove,1,2023-10-13 +21.30258967,-157.95355,Brown Booby,4,2022-07-10 +21.30258967,-157.95355,Red-footed Booby,2,2020-02-04 +21.30258967,-157.95355,Sooty Tern,2,2020-02-04 +21.30258967,-157.95355,White Tern,4,2022-07-10 +21.33032108,-158.0594192,Common Myna,1,2023-07-29 +21.33032108,-158.0594192,Red Avadavat,1,2023-07-29 +21.33032108,-158.0594192,Red-vented Bulbul,2,2023-07-29 +21.33032108,-158.0594192,Saffron Finch,1,2023-07-29 +21.3279416,-157.7026896,Common Myna,1,2022-06-10 +21.3279416,-157.7026896,House Finch,1,2022-06-10 +21.3279416,-157.7026896,Spotted Dove,1,2022-06-10 +21.3279416,-157.7026896,Zebra Dove,1,2022-06-10 +21.34870188,-158.1171627,Black Swan,1,2022-06-27 +21.34870188,-158.1171627,Common Myna,1,2022-06-27 +21.34870188,-158.1171627,Hawaiian Coot,1,2021-03-20 +21.34870188,-158.1171627,Feral Mallard,1,2022-06-27 +21.38517725,-158.1844667,Brown Booby,1,2023-03-05 +21.38517725,-158.1844667,Sooty Tern,1,2023-03-05 +21.38517725,-158.1844667,Wedge-tailed Shearwater,1,2023-03-05 +21.38517725,-158.1844667,White Tern,1,2023-03-05 +21.43025556,-158.164918,Black-crowned Night Heron,1,2022-06-22 +21.43025556,-158.164918,Black-necked Stilt,3,2022-06-22 +21.43025556,-158.164918,Red-vented Bulbul,1,2022-06-22 +21.43025556,-158.164918,Spotted Dove,1,2022-06-22 +21.44851208,-158.2034157,Brown Booby,1,2021-01-04 +21.44851208,-158.2034157,Brown Noddy,1,2021-01-04 +21.44851208,-158.2034157,Red-footed Booby,1,2021-01-04 +21.44851208,-158.2034157,Saffron Finch,1,2021-03-17 +21.44675653,-157.8946265,Apapane,1,2020-03-11 +21.44675653,-157.8946265,Barn Owl,1,2020-03-11 +21.44675653,-157.8946265,Oahu Amakihi,1,2020-03-11 +21.44675653,-157.8946265,Warbling White-eye,1,2020-03-11 +21.45750047,-158.1937157,Common Myna,1,2023-05-12 +21.45750047,-158.1937157,Red-crested Cardinal,1,2023-05-12 +21.45750047,-158.1937157,Red-vented Bulbul,1,2023-05-12 +21.45750047,-158.1937157,Rock Pigeon,1,2023-05-12 +21.47458309,-158.0102356,Common Myna,1,2023-07-31 +21.47458309,-158.0102356,Red-crested Cardinal,1,2023-07-31 +21.47458309,-158.0102356,Rose-ringed Parakeet,1,2019-12-31 +21.47458309,-158.0102356,Western Cattle Egret,1,2023-07-31 +21.48486969,-158.2514832,Brown Booby,1,2022-11-09 +21.48486969,-158.2514832,Brown Noddy,1,2022-11-09 +21.48486969,-158.2514832,Wedge-tailed Shearwater,1,2022-11-09 +21.48486969,-158.2514832,White Tern,1,2022-11-09 +21.50162711,-158.0003993,Common Myna,1,2023-07-30 +21.50162711,-158.0003993,House Sparrow,1,2023-07-30 +21.50162711,-158.0003993,Rose-ringed Parakeet,1,2023-07-30 +21.50162711,-158.0003993,Western Cattle Egret,1,2024-01-12 +21.61053102,-158.0865985,Indian Peafowl,1,2023-01-27 +21.61053102,-158.0865985,Red-whiskered Bulbul,1,2023-07-08 +21.61053102,-158.0865985,Sanderling,2,2023-04-15 +21.61053102,-158.0865985,Wandering Tattler,1,2023-04-14 +21.61972087,-158.1155241,Brown Booby,1,2021-06-28 +21.61972087,-158.1155241,Masked Booby,1,2021-08-15 +21.61972087,-158.1155241,Wedge-tailed Shearwater,1,2021-08-15 +21.61972087,-158.1155241,Western Cattle Egret,1,2021-06-28 +21.63718937,-158.0091305,Apapane,3,2021-01-16 +21.63718937,-158.0091305,Red-vented Bulbul,3,2021-01-16 +21.63718937,-158.0091305,Red-whiskered Bulbul,3,2021-01-16 +21.63718937,-158.0091305,Warbling White-eye,3,2021-01-16 +21.69150255,-158.0280909,Black-crowned Night Heron,1,2022-09-21 +21.69150255,-158.0280909,Common Gallinule,1,2022-09-21 +21.69150255,-158.0280909,Hawaiian Coot,1,2022-09-21 +21.69150255,-158.0280909,Muscovy Duck,1,2022-09-21 +21.25835425,-158.1177017,Black Noddy,2,2021-01-14 +21.25835425,-158.1177017,Great Frigatebird,1,2021-01-14 +21.25835425,-158.1177017,Laysan Albatross,1,2021-01-14 +21.25835425,-158.1177017,White Tern,1,2021-01-14 +21.25835425,-158.1177017,Zebra Dove,1,2021-01-14 +21.27499189,-157.8766382,Brown Booby,3,2024-01-10 +21.27499189,-157.8766382,Rock Pigeon,1,2020-03-05 +21.27499189,-157.8766382,Sooty Tern,1,2020-03-05 +21.27499189,-157.8766382,Wedge-tailed Shearwater,1,2023-11-07 +21.27499189,-157.8766382,White Tern,2,2023-11-07 +21.29305893,-157.8765009,Brown Booby,4,2024-01-10 +21.29305893,-157.8765009,Red-footed Booby,1,2023-02-14 +21.29305893,-157.8765009,Sooty Tern,1,2023-01-24 +21.29305893,-157.8765009,Wedge-tailed Shearwater,1,2023-10-07 +21.29305893,-157.8765009,White Tern,2,2023-02-14 +21.3128047,-158.1655839,Black Noddy,1,2019-10-13 +21.3128047,-158.1655839,Brown Booby,1,2019-10-13 +21.3128047,-158.1655839,Masked Booby,1,2019-10-13 +21.3128047,-158.1655839,Wedge-tailed Shearwater,1,2019-10-13 +21.3128047,-158.1655839,White Tern,1,2019-10-13 +21.31156388,-157.9438458,House Sparrow,2,2021-12-02 +21.31156388,-157.9438458,Pacific Golden-Plover,2,2021-12-02 +21.31156388,-157.9438458,Spotted Dove,2,2021-12-02 +21.31156388,-157.9438458,White Tern,2,2023-06-29 +21.31912965,-157.7316887,Red Junglefowl,1,2022-10-17 +21.31912965,-157.7316887,Red-billed Leiothrix,1,2022-10-17 +21.31912965,-157.7316887,Red-vented Bulbul,1,2022-10-17 +21.31912965,-157.7316887,Red-whiskered Bulbul,1,2022-10-17 +21.31912965,-157.7316887,Warbling White-eye,1,2022-10-17 +21.32992778,-157.9919253,Gray Francolin,3,2019-06-09 +21.32992778,-157.9919253,Mourning Dove,1,2019-03-15 +21.32992778,-157.9919253,Saffron Finch,2,2019-04-18 +21.32992778,-157.9919253,Spotted Dove,1,2019-04-16 +21.32992778,-157.9919253,White-rumped Shama,1,2019-05-13 +21.34854812,-158.0882329,Common Myna,1,2021-03-21 +21.34854812,-158.0882329,House Sparrow,1,2020-12-20 +21.34854812,-158.0882329,Java Sparrow,1,2020-12-20 +21.34854812,-158.0882329,Spotted Dove,2,2021-05-27 +21.34854812,-158.0882329,Zebra Dove,1,2020-12-21 +21.35575839,-157.7988761,Common Myna,1,2021-07-16 +21.35575839,-157.7988761,Red-whiskered Bulbul,1,2021-07-16 +21.35575839,-157.7988761,Western Cattle Egret,1,2021-07-16 +21.35575839,-157.7988761,White-rumped Shama,2,2023-09-25 +21.35575839,-157.7988761,Zebra Dove,1,2021-07-16 +21.36672346,-158.1074103,Erckel's Spurfowl,1,2019-01-23 +21.36672346,-158.1074103,Eurasian Skylark,2,2020-10-25 +21.36672346,-158.1074103,Northern Mockingbird,1,2019-01-23 +21.36672346,-158.1074103,Western Cattle Egret,1,2019-01-23 +21.36672346,-158.1074103,Zebra Dove,1,2019-01-23 +21.36513036,-157.8470199,Pacific Golden-Plover,1,2024-02-02 +21.36513036,-157.8470199,Red Junglefowl,1,2023-05-17 +21.36513036,-157.8470199,Red-whiskered Bulbul,1,2024-02-02 +21.36513036,-157.8470199,Western Cattle Egret,1,2023-05-17 +21.36513036,-157.8470199,White-rumped Shama,1,2024-02-02 +21.37492194,-157.9626826,Common Myna,1,2023-11-15 +21.37492194,-157.9626826,Pacific Golden-Plover,1,2023-11-15 +21.37492194,-157.9626826,Spotted Dove,1,2023-11-15 +21.37492194,-157.9626826,Western Cattle Egret,1,2023-11-15 +21.37492194,-157.9626826,Zebra Dove,1,2023-11-15 +21.38377238,-157.933683,Common Myna,2,2023-03-29 +21.38377238,-157.933683,Red Junglefowl,2,2023-03-29 +21.38377238,-157.933683,Red-vented Bulbul,2,2023-03-29 +21.38377238,-157.933683,Rose-ringed Parakeet,2,2023-07-03 +21.38377238,-157.933683,Zebra Dove,2,2023-03-29 +21.39274372,-157.9239717,Common Myna,1,2019-09-20 +21.39274372,-157.9239717,Red-crested Cardinal,1,2019-09-20 +21.39274372,-157.9239717,Red-vented Bulbul,1,2019-09-20 +21.39274372,-157.9239717,Red-whiskered Bulbul,1,2019-09-20 +21.39274372,-157.9239717,Zebra Dove,1,2019-09-20 +21.41055867,-157.8852521,Apapane,1,2021-10-31 +21.41055867,-157.8852521,House Finch,1,2021-10-31 +21.41055867,-157.8852521,Oahu Amakihi,1,2021-10-31 +21.41055867,-157.8852521,Red-billed Leiothrix,1,2021-10-31 +21.41055867,-157.8852521,Warbling White-eye,1,2021-10-31 +21.4396103,-158.2324139,Black Noddy,1,2023-05-14 +21.4396103,-158.2324139,Brown Booby,1,2023-05-14 +21.4396103,-158.2324139,Brown Noddy,1,2023-05-14 +21.4396103,-158.2324139,Wedge-tailed Shearwater,1,2023-05-14 +21.4396103,-158.2324139,White Tern,1,2023-05-14 +21.4756611,-158.2129202,Erckel's Spurfowl,1,2022-01-20 +21.4756611,-158.2129202,Gray Francolin,1,2022-01-20 +21.4756611,-158.2129202,Red-vented Bulbul,1,2022-01-20 +21.4756611,-158.2129202,Warbling White-eye,1,2022-01-20 +21.4756611,-158.2129202,Zebra Dove,1,2022-01-20 +21.49372985,-158.2128228,Apapane,1,2023-04-28 +21.49372985,-158.2128228,Erckel's Spurfowl,2,2023-06-17 +21.49372985,-158.2128228,Red-whiskered Bulbul,1,2023-04-28 +21.49372985,-158.2128228,Warbling White-eye,1,2023-04-28 +21.49372985,-158.2128228,White-tailed Tropicbird,1,2023-06-17 +21.49166339,-157.8556774,Java Sparrow,1,2023-04-24 +21.49166339,-157.8556774,Pacific Golden-Plover,1,2023-03-29 +21.49166339,-157.8556774,Red Junglefowl,1,2023-03-29 +21.49166339,-157.8556774,Ruddy Turnstone,1,2023-04-24 +21.49166339,-157.8556774,Western Cattle Egret,2,2023-10-16 +21.51060283,-157.990684,Chestnut Munia,1,2024-01-18 +21.51060283,-157.990684,Common Myna,2,2024-01-18 +21.51060283,-157.990684,Java Sparrow,1,2024-01-18 +21.51060283,-157.990684,Red-vented Bulbul,2,2024-01-18 +21.51060283,-157.990684,White-rumped Shama,1,2023-06-27 +21.51975201,-158.00993,Common Myna,1,2022-07-09 +21.51975201,-158.00993,Indian Peafowl,1,2022-07-09 +21.51975201,-158.00993,Red-vented Bulbul,1,2022-07-09 +21.51975201,-158.00993,Warbling White-eye,1,2022-07-09 +21.51975201,-158.00993,White-rumped Shama,1,2019-03-15 +21.637073,-157.9898064,Apapane,1,2022-07-08 +21.637073,-157.9898064,Common Waxbill,1,2022-07-08 +21.637073,-157.9898064,Oahu Amakihi,1,2022-07-08 +21.637073,-157.9898064,Warbling White-eye,1,2022-07-08 +21.637073,-157.9898064,White-rumped Shama,1,2022-07-08 +21.70047805,-158.0183639,Hawaiian Coot,1,2021-06-12 +21.70047805,-158.0183639,Indian Peafowl,1,2021-06-12 +21.70047805,-158.0183639,Saffron Finch,1,2021-06-12 +21.70047805,-158.0183639,White-rumped Shama,1,2021-06-12 +21.70047805,-158.0183639,Yellow-fronted Canary,1,2021-06-12 +21.25840372,-158.1273391,Brown Booby,1,2019-07-22 +21.25840372,-158.1273391,Great Frigatebird,1,2019-07-22 +21.25840372,-158.1273391,Red-footed Booby,1,2019-07-22 +21.25840372,-158.1273391,Wedge-tailed Shearwater,1,2019-07-22 +21.25840372,-158.1273391,White Tern,1,2019-07-22 +21.25840372,-158.1273391,White-tailed Tropicbird,1,2019-07-22 +21.25659668,-157.8285934,Black Noddy,1,2022-02-15 +21.25659668,-157.8285934,Black-crowned Night Heron,1,2022-02-15 +21.25659668,-157.8285934,Brown Booby,2,2022-02-15 +21.25659668,-157.8285934,Western Cattle Egret,1,2022-02-15 +21.25659668,-157.8285934,White Tern,2,2023-04-15 +21.25567837,-157.7033229,Brown Booby,5,2022-05-20 +21.25567837,-157.7033229,Great Frigatebird,1,2022-05-20 +21.25567837,-157.7033229,Red-footed Booby,1,2022-05-20 +21.25567837,-157.7033229,Sooty Tern,2,2022-04-06 +21.25567837,-157.7033229,Wandering Tattler,2,2022-01-20 +21.25567837,-157.7033229,Wedge-tailed Shearwater,1,2022-05-20 +21.28446142,-157.9440389,Black Noddy,1,2022-06-20 +21.28446142,-157.9440389,Brown Booby,2,2023-10-27 +21.28446142,-157.9440389,Brown Noddy,1,2022-06-20 +21.28446142,-157.9440389,Wedge-tailed Shearwater,1,2022-06-20 +21.28446142,-157.9440389,White Tern,2,2023-10-27 +21.2922463,-157.7608363,Red-masked Parakeet,1,2019-06-01 +21.2922463,-157.7608363,Red-vented Bulbul,2,2019-10-29 +21.2922463,-157.7608363,Scaly-breasted Munia,3,2020-02-19 +21.2922463,-157.7608363,Warbling White-eye,2,2019-10-29 +21.2922463,-157.7608363,White Tern,2,2019-10-29 +21.2922463,-157.7608363,Zebra Dove,2,2019-10-29 +21.30980114,-157.6932092,Java Sparrow,1,2021-05-17 +21.30980114,-157.6932092,Northern Cardinal,1,2021-05-17 +21.30980114,-157.6932092,Red-vented Bulbul,1,2021-05-17 +21.30980114,-157.6932092,Spotted Dove,1,2021-05-17 +21.30980114,-157.6932092,Western Cattle Egret,1,2021-05-17 +21.30980114,-157.6932092,Zebra Dove,1,2021-05-17 +21.32041269,-157.9148583,Common Myna,3,2022-07-13 +21.32041269,-157.9148583,House Finch,1,2021-12-17 +21.32041269,-157.9148583,Red-crested Cardinal,1,2021-12-17 +21.32041269,-157.9148583,Red-vented Bulbul,1,2022-11-21 +21.32041269,-157.9148583,Spotted Dove,1,2019-10-11 +21.32041269,-157.9148583,Zebra Dove,1,2019-10-11 +21.31852839,-157.6545697,Great Frigatebird,1,2022-10-11 +21.31852839,-157.6545697,Red-footed Booby,1,2022-10-11 +21.31852839,-157.6545697,Red-tailed Tropicbird,1,2022-10-11 +21.31852839,-157.6545697,Ruddy Turnstone,1,2022-10-11 +21.31852839,-157.6545697,Wandering Tattler,1,2022-10-11 +21.31852839,-157.6545697,Wedge-tailed Shearwater,1,2022-10-11 +21.33913241,-158.0207907,Black-necked Stilt,1,2019-03-28 +21.33913241,-158.0207907,Common Myna,1,2021-08-22 +21.33913241,-158.0207907,Common Waxbill,1,2021-08-22 +21.33913241,-158.0207907,Java Sparrow,1,2021-08-22 +21.33913241,-158.0207907,Pacific Golden-Plover,1,2021-08-22 +21.33913241,-158.0207907,Western Cattle Egret,1,2021-08-22 +21.3482775,-158.0400169,African Silverbill,2,2019-03-10 +21.3482775,-158.0400169,Common Waxbill,2,2019-03-10 +21.3482775,-158.0400169,Gray Francolin,1,2023-11-19 +21.3482775,-158.0400169,Red-crested Cardinal,1,2023-11-19 +21.3482775,-158.0400169,Saffron Finch,2,2019-03-10 +21.3482775,-158.0400169,Spotted Dove,1,2023-11-19 +21.35504,-157.7024507,Cackling Goose,1,2021-04-14 +21.35504,-157.7024507,Common Gallinule,1,2021-04-14 +21.35504,-157.7024507,House Finch,1,2021-04-14 +21.35504,-157.7024507,Laughing Gull,1,2020-01-12 +21.35504,-157.7024507,Ruddy Turnstone,1,2021-04-14 +21.35504,-157.7024507,Wandering Tattler,1,2021-04-14 +21.36594822,-157.9723905,House Finch,2,2024-02-29 +21.36594822,-157.9723905,Java Sparrow,2,2024-02-29 +21.36594822,-157.9723905,Rock Pigeon,2,2024-02-29 +21.36594822,-157.9723905,Rose-ringed Parakeet,2,2024-02-29 +21.36594822,-157.9723905,Spotted Dove,2,2024-02-29 +21.36594822,-157.9723905,Zebra Dove,2,2024-02-29 +21.36479154,-157.7988024,Red Junglefowl,2,2023-04-12 +21.36479154,-157.7988024,Red-billed Leiothrix,1,2022-12-27 +21.36479154,-157.7988024,Red-crested Cardinal,1,2023-07-26 +21.36479154,-157.7988024,Red-vented Bulbul,1,2020-02-23 +21.36479154,-157.7988024,Warbling White-eye,1,2022-12-27 +21.36479154,-157.7988024,White-rumped Shama,1,2022-12-27 +21.38446817,-158.0494265,Black Francolin,1,2023-10-31 +21.38446817,-158.0494265,Gray Francolin,1,2023-09-29 +21.38446817,-158.0494265,Oahu Amakihi,1,2023-09-20 +21.38446817,-158.0494265,Red-crested Cardinal,1,2023-09-20 +21.38446817,-158.0494265,Red-vented Bulbul,1,2023-09-29 +21.38446817,-158.0494265,Red-whiskered Bulbul,1,2023-09-20 +21.39333537,-158.0204299,Java Sparrow,2,2023-02-23 +21.39333537,-158.0204299,Red-crested Cardinal,1,2023-02-23 +21.39333537,-158.0204299,Rock Pigeon,1,2020-03-05 +21.39333537,-158.0204299,Rose-ringed Parakeet,1,2020-03-05 +21.39333537,-158.0204299,Spotted Dove,1,2023-02-23 +21.39333537,-158.0204299,Zebra Dove,1,2023-02-23 +21.39255562,-157.8950348,Common Myna,1,2019-06-19 +21.39255562,-157.8950348,House Finch,1,2019-06-19 +21.39255562,-157.8950348,Red-billed Leiothrix,2,2022-12-30 +21.39255562,-157.8950348,Red-crested Cardinal,1,2019-06-19 +21.39255562,-157.8950348,Red-vented Bulbul,1,2019-06-19 +21.39255562,-157.8950348,Zebra Dove,1,2019-06-19 +21.39101821,-157.6828422,Black Noddy,1,2023-01-08 +21.39101821,-157.6828422,Brown Booby,1,2023-01-08 +21.39101821,-157.6828422,Great Frigatebird,1,2023-01-08 +21.39101821,-157.6828422,Red-footed Booby,1,2023-01-08 +21.39101821,-157.6828422,Red-whiskered Bulbul,1,2023-01-12 +21.39101821,-157.6828422,Sooty Tern,1,2023-01-08 +21.41029716,-157.8466654,Oahu Amakihi,1,2019-12-05 +21.41029716,-157.8466654,Oahu Elepaio,1,2019-12-05 +21.41029716,-157.8466654,Red-billed Leiothrix,1,2019-12-05 +21.41029716,-157.8466654,Warbling White-eye,1,2019-12-05 +21.41029716,-157.8466654,White-rumped Shama,1,2019-12-05 +21.41029716,-157.8466654,Zebra Dove,1,2019-12-05 +21.43924155,-158.1552171,Common Myna,1,2021-06-12 +21.43924155,-158.1552171,Common Waxbill,1,2021-06-12 +21.43924155,-158.1552171,Red-vented Bulbul,1,2021-06-12 +21.43924155,-158.1552171,Saffron Finch,1,2021-06-12 +21.43924155,-158.1552171,Spotted Dove,1,2021-06-12 +21.43924155,-158.1552171,Zebra Dove,1,2021-06-12 +21.49159669,-157.8460256,Common Myna,2,2020-01-11 +21.49159669,-157.8460256,Laysan Albatross,1,2021-11-28 +21.49159669,-157.8460256,Feral Mallard ,2,2020-01-11 +21.49159669,-157.8460256,Muscovy Duck,1,2023-09-24 +21.49159669,-157.8460256,Pacific Golden-Plover,2,2020-01-11 +21.49159669,-157.8460256,Western Cattle Egret,2,2020-01-11 +21.50248199,-158.1548518,Apapane,1,2022-02-26 +21.50248199,-158.1548518,Erckel's Spurfowl,1,2022-02-26 +21.50248199,-158.1548518,Oahu Amakihi,1,2022-02-26 +21.50248199,-158.1548518,Red-billed Leiothrix,1,2022-02-26 +21.50248199,-158.1548518,Red-vented Bulbul,1,2022-02-26 +21.50248199,-158.1548518,Warbling White-eye,1,2022-02-26 +21.51042544,-157.9617231,Common Waxbill,1,2022-07-09 +21.51042544,-157.9617231,Oahu Elepaio,1,2022-07-09 +21.51042544,-157.9617231,Red-billed Leiothrix,1,2022-07-09 +21.51042544,-157.9617231,Red-crested Cardinal,1,2022-07-09 +21.51042544,-157.9617231,Warbling White-eye,1,2022-07-09 +21.51042544,-157.9617231,White-rumped Shama,1,2022-07-09 +21.5095271,-157.826577,Great Frigatebird,1,2019-04-10 +21.5095271,-157.826577,Red-footed Booby,3,2022-08-20 +21.5095271,-157.826577,Red-vented Bulbul,1,2021-06-24 +21.5095271,-157.826577,Spotted Dove,3,2022-08-20 +21.5095271,-157.826577,Wedge-tailed Shearwater,4,2022-08-20 +21.5095271,-157.826577,Zebra Dove,3,2022-08-20 +21.52901042,-158.0484884,Common Myna,1,2019-09-13 +21.52901042,-158.0484884,Common Waxbill,1,2019-09-13 +21.52901042,-158.0484884,Gray Francolin,1,2019-09-13 +21.52901042,-158.0484884,Pacific Golden-Plover,1,2019-09-13 +21.52901042,-158.0484884,Red-vented Bulbul,1,2019-09-13 +21.52901042,-158.0484884,Ruddy Turnstone,1,2019-09-13 +21.55697218,-158.2124788,Common Waxbill,1,2021-01-09 +21.55697218,-158.2124788,Japanese Bush Warbler,1,2021-01-09 +21.55697218,-158.2124788,Red-crested Cardinal,1,2021-01-09 +21.55697218,-158.2124788,Red-vented Bulbul,1,2021-01-09 +21.55697218,-158.2124788,Warbling White-eye,1,2021-01-09 +21.55697218,-158.2124788,White-rumped Shama,1,2021-01-09 +21.58440351,-158.2896089,Brown Booby,1,2023-04-01 +21.58440351,-158.2896089,Brown Noddy,1,2023-04-01 +21.58440351,-158.2896089,Great Frigatebird,1,2023-04-01 +21.58440351,-158.2896089,Laysan Albatross,1,2023-04-01 +21.58440351,-158.2896089,Wedge-tailed Shearwater,1,2023-04-01 +21.60025709,-157.8838045,Common Myna,1,2021-12-26 +21.60025709,-157.8838045,Java Sparrow,1,2021-12-26 +21.60025709,-157.8838045,Pacific Golden-Plover,1,2021-12-26 +21.60025709,-157.8838045,Red Junglefowl,1,2021-12-26 +21.60025709,-157.8838045,Western Cattle Egret,1,2021-12-26 +21.60025709,-157.8838045,Zebra Dove,1,2021-12-26 +21.61068763,-158.1155795,Brown Booby,4,2023-09-05 +21.61068763,-158.1155795,Brown Noddy,2,2023-09-05 +21.61068763,-158.1155795,Laysan Albatross,1,2021-08-04 +21.61068763,-158.1155795,Sooty Tern,2,2023-09-05 +21.61068763,-158.1155795,Wedge-tailed Shearwater,4,2023-09-05 +21.2557523,-157.7129587,Great Frigatebird,1,2019-06-04 +21.2557523,-157.7129587,Red-footed Booby,1,2019-06-04 +21.2557523,-157.7129587,Red-vented Bulbul,2,2019-06-08 +21.2557523,-157.7129587,Spotted Dove,1,2019-06-04 +21.2557523,-157.7129587,Wandering Tattler,1,2019-06-08 +21.2557523,-157.7129587,Wedge-tailed Shearwater,1,2019-06-04 +21.2557523,-157.7129587,White Tern,1,2019-06-08 +21.26743861,-158.1272861,Brown Booby,1,2022-03-26 +21.26743861,-158.1272861,Brown Noddy,1,2020-03-26 +21.26743861,-158.1272861,Red-footed Booby,1,2022-03-26 +21.26743861,-158.1272861,Sooty Shearwater,1,2020-03-26 +21.26743861,-158.1272861,Sooty Tern,1,2020-03-26 +21.26743861,-158.1272861,Wedge-tailed Shearwater,1,2020-03-26 +21.26743861,-158.1272861,White Tern,2,2022-03-26 +21.26463666,-157.6936077,Brown Booby,1,2023-04-07 +21.26463666,-157.6936077,Brown Noddy,2,2023-04-07 +21.26463666,-157.6936077,Great Frigatebird,1,2023-04-07 +21.26463666,-157.6936077,Red-footed Booby,2,2023-04-07 +21.26463666,-157.6936077,Red-tailed Tropicbird,2,2023-04-07 +21.26463666,-157.6936077,Sooty Tern,1,2023-04-07 +21.26463666,-157.6936077,Wedge-tailed Shearwater,1,2023-04-07 +21.28389558,-157.8572935,Black Noddy,8,2019-03-31 +21.28389558,-157.8572935,Brown Booby,9,2023-10-24 +21.28389558,-157.8572935,Brown Noddy,1,2023-10-24 +21.28389558,-157.8572935,Red-footed Booby,8,2019-03-31 +21.28389558,-157.8572935,Sooty Tern,8,2019-03-31 +21.28389558,-157.8572935,Wedge-tailed Shearwater,8,2019-03-31 +21.28389558,-157.8572935,White Tern,9,2023-10-24 +21.31045365,-157.7799642,Chestnut Munia,1,2021-08-21 +21.31045365,-157.7799642,Common Myna,1,2022-12-19 +21.31045365,-157.7799642,Common Waxbill,2,2022-12-19 +21.31045365,-157.7799642,Red-billed Leiothrix,1,2021-08-21 +21.31045365,-157.7799642,Rose-ringed Parakeet,1,2022-12-19 +21.31045365,-157.7799642,Scaly-breasted Munia,1,2021-08-21 +21.31045365,-157.7799642,Zebra Dove,1,2022-12-19 +21.32028696,-157.8955766,Black-crowned Night Heron,2,2020-07-09 +21.32028696,-157.8955766,Black-necked Stilt,1,2022-09-09 +21.32028696,-157.8955766,Brown Booby,1,2019-10-13 +21.32028696,-157.8955766,Pacific Golden-Plover,1,2022-09-09 +21.32028696,-157.8955766,Ruddy Turnstone,1,2022-09-09 +21.32028696,-157.8955766,Sooty Tern,1,2022-11-23 +21.32028696,-157.8955766,Western Cattle Egret,1,2020-03-01 +21.33053177,-158.0979871,Common Myna,1,2023-09-14 +21.33053177,-158.0979871,Common Waxbill,1,2023-09-14 +21.33053177,-158.0979871,Pacific Golden-Plover,1,2023-09-14 +21.33053177,-158.0979871,Red Avadavat,1,2023-09-14 +21.33053177,-158.0979871,Red-crested Cardinal,1,2023-09-14 +21.33053177,-158.0979871,Saffron Finch,2,2023-09-14 +21.33053177,-158.0979871,Western Cattle Egret,1,2023-09-14 +21.32925687,-157.8858677,Common Myna,4,2023-10-19 +21.32925687,-157.8858677,House Sparrow,1,2019-10-30 +21.32925687,-157.8858677,Red-vented Bulbul,1,2023-10-19 +21.32925687,-157.8858677,Spotted Dove,1,2019-10-30 +21.32925687,-157.8858677,Warbling White-eye,1,2019-10-30 +21.32925687,-157.8858677,Western Cattle Egret,2,2021-11-10 +21.32925687,-157.8858677,Zebra Dove,2,2023-10-19 +21.32919267,-157.8762265,House Sparrow,1,2021-07-07 +21.32919267,-157.8762265,Java Sparrow,1,2019-03-01 +21.32919267,-157.8762265,Red-crested Cardinal,1,2022-02-22 +21.32919267,-157.8762265,Red-vented Bulbul,1,2021-07-07 +21.32919267,-157.8762265,Rose-ringed Parakeet,1,2022-02-22 +21.32919267,-157.8762265,Spotted Dove,1,2021-07-07 +21.32919267,-157.8762265,Zebra Dove,1,2019-03-01 +21.34692989,-157.8278767,Common Myna,1,2024-02-19 +21.34692989,-157.8278767,Common Waxbill,1,2024-02-19 +21.34692989,-157.8278767,Feral Mallard,1,2024-02-19 +21.34692989,-157.8278767,Oahu Amakihi,1,2021-04-20 +21.34692989,-157.8278767,Pacific Golden-Plover,1,2024-02-19 +21.34692989,-157.8278767,Red-billed Leiothrix,1,2021-04-20 +21.3462285,-157.7314553,Common Myna,1,2022-05-30 +21.3462285,-157.7314553,Red-vented Bulbul,1,2022-05-30 +21.3462285,-157.7314553,Red-whiskered Bulbul,1,2022-05-30 +21.3462285,-157.7314553,Rock Pigeon,1,2022-05-30 +21.3462285,-157.7314553,Spotted Dove,1,2022-05-30 +21.3462285,-157.7314553,Western Cattle Egret,1,2022-05-30 +21.3462285,-157.7314553,Zebra Dove,1,2022-05-30 +21.35568903,-157.7892333,Apapane,1,2021-12-25 +21.35568903,-157.7892333,Japanese Bush Warbler,1,2021-07-11 +21.35568903,-157.7892333,Red-billed Leiothrix,1,2021-12-25 +21.35568903,-157.7892333,Red-vented Bulbul,1,2021-12-25 +21.35568903,-157.7892333,Warbling White-eye,1,2021-12-25 +21.35568903,-157.7892333,White-rumped Shama,1,2021-12-25 +21.35568903,-157.7892333,White-tailed Tropicbird,1,2021-07-26 +21.37382471,-157.7987286,Chestnut Munia,2,2021-05-13 +21.37382471,-157.7987286,Common Myna,2,2021-05-13 +21.37382471,-157.7987286,Common Waxbill,1,2019-04-01 +21.37382471,-157.7987286,Pacific Golden-Plover,1,2019-04-01 +21.37382471,-157.7987286,Red-crested Cardinal,2,2021-05-13 +21.37382471,-157.7987286,Red-vented Bulbul,2,2021-05-13 +21.37382471,-157.7987286,White-rumped Shama,1,2019-04-01 +21.38435756,-158.0301355,Common Myna,2,2023-03-29 +21.38435756,-158.0301355,Pacific Golden-Plover,1,2019-03-28 +21.38435756,-158.0301355,Red-vented Bulbul,2,2023-03-29 +21.38435756,-158.0301355,Rose-ringed Parakeet,1,2019-03-28 +21.38435756,-158.0301355,Spotted Dove,1,2019-03-28 +21.38435756,-158.0301355,Western Cattle Egret,3,2023-03-29 +21.38435756,-158.0301355,Zebra Dove,1,2019-03-28 +21.38430155,-158.0204901,Common Myna,1,2019-08-13 +21.38430155,-158.0204901,Common Waxbill,1,2019-08-13 +21.38430155,-158.0204901,House Finch,1,2019-08-13 +21.38430155,-158.0204901,Saffron Finch,1,2019-08-13 +21.38430155,-158.0204901,Spotted Dove,1,2019-08-13 +21.38430155,-158.0204901,Warbling White-eye,1,2019-08-13 +21.38430155,-158.0204901,Zebra Dove,1,2019-08-13 +21.3841304,-157.9915541,Common Myna,2,2023-01-02 +21.3841304,-157.9915541,Northern Cardinal,2,2023-01-02 +21.3841304,-157.9915541,Red-crested Cardinal,2,2023-01-02 +21.3841304,-157.9915541,Red-vented Bulbul,2,2023-01-02 +21.3841304,-157.9915541,Spotted Dove,2,2023-01-02 +21.3841304,-157.9915541,White-rumped Shama,2,2023-01-02 +21.3841304,-157.9915541,Zebra Dove,2,2023-01-02 +21.40995752,-157.7984331,Common Myna,1,2023-07-10 +21.40995752,-157.7984331,Red Junglefowl,1,2023-07-10 +21.40995752,-157.7984331,Rock Pigeon,1,2023-07-10 +21.40995752,-157.7984331,Saffron Finch,1,2023-07-10 +21.40995752,-157.7984331,Spotted Dove,1,2023-07-10 +21.40995752,-157.7984331,Warbling White-eye,1,2023-07-10 +21.40995752,-157.7984331,Western Cattle Egret,1,2023-07-10 +21.42900107,-157.943003,Chinese Hwamei,1,2019-01-06 +21.42900107,-157.943003,Common Waxbill,1,2019-02-09 +21.42900107,-157.943003,Oahu Amakihi,1,2019-02-09 +21.42900107,-157.943003,Red-billed Leiothrix,1,2020-02-03 +21.42900107,-157.943003,Red-crowned Parrot,1,2019-01-06 +21.42900107,-157.943003,Warbling White-eye,1,2022-05-29 +21.42900107,-157.943003,White-rumped Shama,1,2019-01-06 +21.44602052,-157.7884888,Black-necked Stilt,1,2022-01-07 +21.44602052,-157.7884888,Common Waxbill,1,2022-01-07 +21.44602052,-157.7884888,House Finch,1,2022-01-07 +21.44602052,-157.7884888,Pacific Golden-Plover,1,2022-01-07 +21.44602052,-157.7884888,Ruddy Turnstone,1,2022-01-07 +21.44602052,-157.7884888,Saffron Finch,1,2022-01-07 +21.44602052,-157.7884888,Western Cattle Egret,2,2024-01-21 +21.47486468,-158.0584927,Chestnut Munia,2,2021-11-30 +21.47486468,-158.0584927,Common Myna,2,2021-11-30 +21.47486468,-158.0584927,Common Waxbill,2,2021-11-30 +21.47486468,-158.0584927,Red-crested Cardinal,2,2021-11-30 +21.47486468,-158.0584927,Scaly-breasted Munia,2,2021-11-30 +21.47486468,-158.0584927,White-rumped Shama,2,2021-11-30 +21.47486468,-158.0584927,Zebra Dove,2,2021-11-30 +21.4934474,-158.1549044,Common Myna,1,2022-02-26 +21.4934474,-158.1549044,Common Waxbill,1,2022-02-26 +21.4934474,-158.1549044,Spotted Dove,1,2022-02-26 +21.4934474,-158.1549044,Warbling White-eye,1,2022-02-26 +21.4934474,-158.1549044,White-rumped Shama,1,2022-02-26 +21.4934474,-158.1549044,Yellow-fronted Canary,1,2022-02-26 +21.4934474,-158.1549044,Zebra Dove,1,2022-02-26 +21.50069675,-157.8556068,Common Myna,3,2023-03-29 +21.50069675,-157.8556068,Indian Peafowl,1,2020-12-08 +21.50069675,-157.8556068,Red-crested Cardinal,1,2020-11-29 +21.50069675,-157.8556068,Red-whiskered Bulbul,2,2020-12-08 +21.50069675,-157.8556068,Spotted Dove,1,2020-12-08 +21.50069675,-157.8556068,Western Cattle Egret,1,2023-03-29 +21.50069675,-157.8556068,White-rumped Shama,1,2020-12-08 +21.52772915,-157.8457404,Common Myna,1,2019-07-08 +21.52772915,-157.8457404,Common Waxbill,1,2019-07-08 +21.52772915,-157.8457404,Red-crested Cardinal,1,2019-07-08 +21.52772915,-157.8457404,Rock Pigeon,1,2019-07-08 +21.52772915,-157.8457404,Scaly-breasted Munia,1,2019-07-08 +21.52772915,-157.8457404,Western Cattle Egret,1,2019-07-08 +21.52772915,-157.8457404,Zebra Dove,1,2019-07-08 +21.5387645,-158.1836095,Japanese Bush Warbler,1,2022-06-10 +21.5387645,-158.1836095,Kalij Pheasant,1,2022-06-10 +21.5387645,-158.1836095,Red-billed Leiothrix,1,2022-06-10 +21.5387645,-158.1836095,Red-crested Cardinal,1,2022-06-10 +21.5387645,-158.1836095,Red-vented Bulbul,1,2022-06-10 +21.5387645,-158.1836095,Warbling White-eye,1,2022-06-10 +21.5387645,-158.1836095,White-rumped Shama,1,2022-06-10 +21.55669315,-158.1545341,Indian Peafowl,1,2021-10-26 +21.55669315,-158.1545341,Java Sparrow,1,2021-10-26 +21.55669315,-158.1545341,Kalij Pheasant,1,2021-10-26 +21.55669315,-158.1545341,Pacific Golden-Plover,1,2021-10-26 +21.55669315,-158.1545341,Spotted Dove,1,2021-10-26 +21.55669315,-158.1545341,Western Cattle Egret,1,2021-10-26 +21.55669315,-158.1545341,Zebra Dove,1,2021-10-26 +21.5566429,-158.1448775,Common Myna,1,2022-07-24 +21.5566429,-158.1448775,Gray Francolin,1,2022-07-24 +21.5566429,-158.1448775,Indian Peafowl,1,2022-07-24 +21.5566429,-158.1448775,Red-crested Cardinal,1,2022-07-24 +21.5566429,-158.1448775,Red-vented Bulbul,1,2022-07-24 +21.5566429,-158.1448775,Spotted Dove,1,2022-07-24 +21.5566429,-158.1448775,Warbling White-eye,1,2022-07-24 +21.57309332,-157.874355,Common Waxbill,1,2021-02-19 +21.57309332,-157.874355,Red-crested Cardinal,1,2022-06-16 +21.57309332,-157.874355,Red-vented Bulbul,1,2022-06-16 +21.57309332,-157.874355,Red-whiskered Bulbul,1,2022-06-16 +21.57309332,-157.874355,Spotted Dove,1,2022-06-16 +21.57309332,-157.874355,White-rumped Shama,2,2022-06-16 +21.57309332,-157.874355,Zebra Dove,1,2022-06-16 +21.59251619,-158.0963716,Common Gallinule,1,2021-08-12 +21.59251619,-158.0963716,Common Myna,1,2022-10-08 +21.59251619,-158.0963716,Gray Francolin,2,2019-04-30 +21.59251619,-158.0963716,House Sparrow,1,2022-10-08 +21.59251619,-158.0963716,Saffron Finch,2,2021-07-19 +21.59251619,-158.0963716,Western Cattle Egret,3,2022-11-24 +21.59251619,-158.0963716,Zebra Dove,1,2022-10-08 +21.63736006,-158.038117,Blue-crowned Parakeet,1,2022-11-15 +21.63736006,-158.038117,Common Gallinule,1,2022-06-22 +21.63736006,-158.038117,Common Myna,1,2022-06-22 +21.63736006,-158.038117,Feral Mallard,1,2022-06-22 +21.63736006,-158.038117,Oahu Amakihi,1,2019-08-29 +21.63736006,-158.038117,Red-vented Bulbul,1,2019-08-28 +21.63736006,-158.038117,Rock Pigeon,1,2022-06-22 +21.65564299,-158.07665,Black Noddy,1,2019-04-06 +21.65564299,-158.07665,Brown Booby,1,2019-04-06 +21.65564299,-158.07665,Brown Noddy,1,2019-04-06 +21.65564299,-158.07665,Red-footed Booby,1,2019-04-06 +21.65564299,-158.07665,Sooty Shearwater,1,2019-04-06 +21.65564299,-158.07665,Sooty Tern,1,2019-04-06 +21.65564299,-158.07665,Wedge-tailed Shearwater,1,2019-04-06 +21.66446026,-158.0379369,Common Myna,1,2024-01-12 +21.66446026,-158.0379369,Red-vented Bulbul,1,2023-06-23 +21.66446026,-158.0379369,Red-whiskered Bulbul,2,2024-01-12 +21.66446026,-158.0379369,Saffron Finch,1,2023-06-23 +21.66446026,-158.0379369,Warbling White-eye,1,2024-01-12 +21.66446026,-158.0379369,White-rumped Shama,1,2023-06-23 +21.66446026,-158.0379369,Zebra Dove,1,2024-01-12 +21.70012441,-157.960367,Chestnut Munia,1,2021-07-13 +21.70012441,-157.960367,Common Myna,1,2021-07-13 +21.70012441,-157.960367,Hawaiian Coot,1,2021-07-13 +21.70012441,-157.960367,Red Junglefowl,1,2021-07-13 +21.70012441,-157.960367,Red-vented Bulbul,1,2021-07-13 +21.70012441,-157.960367,Spotted Dove,1,2021-07-13 +21.70012441,-157.960367,Zebra Dove,1,2021-07-13 +21.71836629,-157.9892389,Chestnut Munia,1,2023-04-22 +21.71836629,-157.9892389,Common Myna,1,2023-04-22 +21.71836629,-157.9892389,Pacific Golden-Plover,1,2023-04-22 +21.71836629,-157.9892389,Red Junglefowl,1,2023-04-22 +21.71836629,-157.9892389,Western Cattle Egret,1,2023-04-22 +21.71836629,-157.9892389,White-rumped Shama,1,2023-04-22 +21.71836629,-157.9892389,Zebra Dove,1,2023-04-22 +21.28247517,-157.6645359,Common Myna,1,2019-04-26 +21.28247517,-157.6645359,Common Waxbill,1,2019-04-26 +21.28247517,-157.6645359,Red-crested Cardinal,1,2019-04-26 +21.28247517,-157.6645359,Rock Pigeon,1,2019-04-26 +21.28247517,-157.6645359,Sooty Tern,1,2019-04-26 +21.28247517,-157.6645359,Wandering Tattler,1,2019-04-26 +21.28247517,-157.6645359,Western Cattle Egret,1,2019-04-26 +21.28247517,-157.6645359,Zebra Dove,1,2019-04-26 +21.32858968,-157.7894559,Common Myna,1,2023-09-17 +21.32858968,-157.7894559,Common Waxbill,1,2023-09-17 +21.32858968,-157.7894559,Red-billed Leiothrix,2,2023-09-17 +21.32858968,-157.7894559,Red-vented Bulbul,1,2023-09-17 +21.32858968,-157.7894559,Scaly-breasted Munia,1,2023-09-17 +21.32858968,-157.7894559,Warbling White-eye,1,2023-09-17 +21.32858968,-157.7894559,White-rumped Shama,1,2019-02-25 +21.32858968,-157.7894559,Zebra Dove,1,2023-09-17 +21.34719498,-157.8664462,Common Myna,1,2024-02-17 +21.34719498,-157.8664462,House Finch,1,2024-02-17 +21.34719498,-157.8664462,Pacific Golden-Plover,1,2021-02-26 +21.34719498,-157.8664462,Red-crested Cardinal,1,2021-02-26 +21.34719498,-157.8664462,Red-whiskered Bulbul,1,2024-02-17 +21.34719498,-157.8664462,Scaly-breasted Munia,1,2023-12-05 +21.34719498,-157.8664462,Spotted Dove,1,2024-02-17 +21.34719498,-157.8664462,Zebra Dove,1,2024-02-17 +21.34712954,-157.8568037,Common Waxbill,1,2021-11-06 +21.34712954,-157.8568037,Red-vented Bulbul,1,2021-11-06 +21.34712954,-157.8568037,Red-whiskered Bulbul,1,2021-02-25 +21.34712954,-157.8568037,Rose-ringed Parakeet,1,2021-11-06 +21.34712954,-157.8568037,Spotted Dove,1,2021-11-06 +21.34712954,-157.8568037,Warbling White-eye,3,2021-11-06 +21.34712954,-157.8568037,Yellow-fronted Canary,1,2021-11-06 +21.34712954,-157.8568037,Zebra Dove,2,2021-11-06 +21.37532359,-158.0301951,Common Myna,2,2022-08-29 +21.37532359,-158.0301951,Common Waxbill,1,2022-08-29 +21.37532359,-158.0301951,Feral Mallard,1,2022-08-29 +21.37532359,-158.0301951,Pacific Golden-Plover,1,2022-08-29 +21.37532359,-158.0301951,Spotted Dove,1,2022-08-29 +21.37532359,-158.0301951,Western Cattle Egret,1,2022-08-29 +21.37532359,-158.0301951,White-rumped Shama,1,2020-01-06 +21.37532359,-158.0301951,Zebra Dove,1,2020-01-06 +21.37526772,-158.0205503,Common Myna,2,2023-05-15 +21.37526772,-158.0205503,House Finch,1,2023-05-15 +21.37526772,-158.0205503,House Sparrow,1,2023-05-15 +21.37526772,-158.0205503,Red Junglefowl,1,2021-05-23 +21.37526772,-158.0205503,Red-crested Cardinal,1,2023-05-15 +21.37526772,-158.0205503,Spotted Dove,1,2023-05-15 +21.37526772,-158.0205503,Western Cattle Egret,2,2023-05-15 +21.37526772,-158.0205503,Zebra Dove,1,2023-05-15 +21.38326325,-157.8565231,Common Waxbill,1,2022-01-26 +21.38326325,-157.8565231,Northern Cardinal,1,2022-01-26 +21.38326325,-157.8565231,Red-billed Leiothrix,1,2022-01-26 +21.38326325,-157.8565231,Red-crested Cardinal,1,2022-01-26 +21.38326325,-157.8565231,Red-vented Bulbul,1,2022-01-26 +21.38326325,-157.8565231,Red-whiskered Bulbul,1,2022-01-26 +21.38326325,-157.8565231,Warbling White-eye,1,2022-01-26 +21.38326325,-157.8565231,White-rumped Shama,1,2022-01-26 +21.41105454,-157.9624271,Common Myna,1,2023-05-14 +21.41105454,-157.9624271,House Sparrow,1,2023-05-14 +21.41105454,-157.9624271,Northern Cardinal,1,2023-05-14 +21.41105454,-157.9624271,Pacific Golden-Plover,1,2022-02-21 +21.41105454,-157.9624271,Red-vented Bulbul,1,2023-05-14 +21.41105454,-157.9624271,Rock Pigeon,1,2023-05-14 +21.41105454,-157.9624271,Rose-ringed Parakeet,1,2023-05-14 +21.41105454,-157.9624271,Spotted Dove,1,2023-05-14 +21.41919626,-157.8273002,Common Myna,3,2021-02-13 +21.41919626,-157.8273002,Java Sparrow,1,2021-02-13 +21.41919626,-157.8273002,Northern Cardinal,1,2021-02-13 +21.41919626,-157.8273002,Red-crested Cardinal,1,2021-02-13 +21.41919626,-157.8273002,Red-vented Bulbul,1,2019-05-16 +21.41919626,-157.8273002,Red-whiskered Bulbul,1,2019-05-16 +21.41919626,-157.8273002,White-rumped Shama,2,2021-02-13 +21.41919626,-157.8273002,Zebra Dove,2,2021-02-13 +21.4191283,-157.8176531,Common Myna,1,2019-04-24 +21.4191283,-157.8176531,Red Junglefowl,1,2019-04-24 +21.4191283,-157.8176531,Red-crested Cardinal,1,2019-04-24 +21.4191283,-157.8176531,Red-vented Bulbul,1,2019-04-24 +21.4191283,-157.8176531,Spotted Dove,1,2019-04-24 +21.4191283,-157.8176531,Warbling White-eye,1,2019-04-24 +21.4191283,-157.8176531,White-rumped Shama,1,2019-04-24 +21.4191283,-157.8176531,Zebra Dove,1,2019-04-24 +21.44841932,-158.1841152,Common Myna,3,2023-01-06 +21.44841932,-158.1841152,House Finch,1,2019-07-20 +21.44841932,-158.1841152,House Sparrow,1,2023-01-05 +21.44841932,-158.1841152,Red-crested Cardinal,2,2023-01-06 +21.44841932,-158.1841152,Red-vented Bulbul,1,2019-07-20 +21.44841932,-158.1841152,Rock Pigeon,1,2023-01-06 +21.44841932,-158.1841152,Spotted Dove,1,2023-01-05 +21.44841932,-158.1841152,Zebra Dove,3,2023-01-06 +21.44748166,-158.0104187,Common Myna,1,2022-12-11 +21.44748166,-158.0104187,House Finch,1,2022-12-11 +21.44748166,-158.0104187,Pacific Golden-Plover,2,2022-12-11 +21.44748166,-158.0104187,Red-crested Cardinal,1,2022-12-11 +21.44748166,-158.0104187,Red-vented Bulbul,1,2022-12-11 +21.44748166,-158.0104187,Western Cattle Egret,1,2022-12-11 +21.44748166,-158.0104187,White-rumped Shama,1,2022-12-11 +21.44748166,-158.0104187,Zebra Dove,1,2022-12-11 +21.45754657,-158.2033666,Common Myna,3,2023-11-20 +21.45754657,-158.2033666,House Sparrow,3,2023-11-20 +21.45754657,-158.2033666,Java Sparrow,1,2022-03-14 +21.45754657,-158.2033666,Red-crested Cardinal,2,2023-11-20 +21.45754657,-158.2033666,Red-vented Bulbul,2,2023-11-20 +21.45754657,-158.2033666,Saffron Finch,1,2023-10-25 +21.45754657,-158.2033666,Spotted Dove,3,2023-11-20 +21.45754657,-158.2033666,Zebra Dove,3,2023-11-20 +21.4564003,-157.9910576,Black-crowned Night Heron,1,2023-04-08 +21.4564003,-157.9910576,Common Myna,1,2022-05-07 +21.4564003,-157.9910576,Common Waxbill,1,2022-05-07 +21.4564003,-157.9910576,House Finch,1,2022-05-07 +21.4564003,-157.9910576,Peregrine Falcon,1,2021-01-10 +21.4564003,-157.9910576,Red-crowned Parrot,3,2022-05-07 +21.4564003,-157.9910576,Rose-ringed Parakeet,1,2024-02-21 +21.4564003,-157.9910576,Warbling White-eye,1,2022-05-07 +21.47353016,-157.8461681,Chestnut Munia,1,2019-04-19 +21.47353016,-157.8461681,Common Myna,1,2021-07-12 +21.47353016,-157.8461681,Pacific Golden-Plover,1,2019-04-19 +21.47353016,-157.8461681,Red-tailed Tropicbird,1,2019-09-02 +21.47353016,-157.8461681,Red-whiskered Bulbul,1,2019-04-19 +21.47353016,-157.8461681,Scaly-breasted Munia,1,2019-09-09 +21.47353016,-157.8461681,Warbling White-eye,1,2019-04-19 +21.47353016,-157.8461681,Western Cattle Egret,1,2021-07-12 +21.48389771,-158.0584345,Common Myna,2,2021-12-07 +21.48389771,-158.0584345,House Finch,2,2021-12-07 +21.48389771,-158.0584345,Pacific Golden-Plover,2,2021-12-07 +21.48389771,-158.0584345,Saffron Finch,2,2021-12-07 +21.48389771,-158.0584345,Spotted Dove,2,2021-12-07 +21.48389771,-158.0584345,Warbling White-eye,2,2021-12-07 +21.48389771,-158.0584345,Western Cattle Egret,2,2021-12-07 +21.48389771,-158.0584345,Zebra Dove,2,2021-12-07 +21.49309438,-158.0873344,Common Myna,4,2021-12-03 +21.49309438,-158.0873344,Gray Francolin,2,2021-12-01 +21.49309438,-158.0873344,House Finch,4,2021-12-03 +21.49309438,-158.0873344,Northern Cardinal,2,2021-12-03 +21.49309438,-158.0873344,Pacific Golden-Plover,2,2021-12-01 +21.49309438,-158.0873344,Red-crested Cardinal,2,2021-12-03 +21.49309438,-158.0873344,Spotted Dove,4,2021-12-03 +21.49309438,-158.0873344,Zebra Dove,4,2021-12-03 +21.50289692,-158.2417364,Brown Booby,1,2022-01-31 +21.50289692,-158.2417364,Brown Noddy,1,2022-01-31 +21.50289692,-158.2417364,Common Myna,1,2022-01-31 +21.50289692,-158.2417364,Laysan Albatross,1,2022-01-31 +21.50289692,-158.2417364,Red-crested Cardinal,1,2022-01-31 +21.50289692,-158.2417364,Rock Pigeon,1,2022-01-31 +21.50289692,-158.2417364,White Tern,1,2022-01-31 +21.50289692,-158.2417364,Zebra Dove,1,2022-01-31 +21.52843245,-157.95194,Apapane,2,2023-10-27 +21.52843245,-157.95194,Common Waxbill,1,2019-11-16 +21.52843245,-157.95194,House Finch,1,2023-10-27 +21.52843245,-157.95194,Red-billed Leiothrix,1,2019-11-16 +21.52843245,-157.95194,Red-vented Bulbul,2,2023-10-27 +21.52843245,-157.95194,Red-whiskered Bulbul,1,2019-11-16 +21.52843245,-157.95194,Warbling White-eye,2,2023-10-27 +21.52843245,-157.95194,White-rumped Shama,1,2019-11-16 +21.53899053,-158.2318919,Common Myna,4,2022-03-20 +21.53899053,-158.2318919,Red-crested Cardinal,4,2022-03-20 +21.53899053,-158.2318919,Red-vented Bulbul,2,2022-03-20 +21.53899053,-158.2318919,Sanderling,2,2019-04-21 +21.53899053,-158.2318919,Spotted Dove,2,2019-04-21 +21.53899053,-158.2318919,Wandering Tattler,6,2022-03-20 +21.53899053,-158.2318919,Warbling White-eye,4,2022-03-20 +21.53899053,-158.2318919,Zebra Dove,4,2022-03-20 +21.54739872,-158.1063082,Common Myna,2,2023-03-29 +21.54739872,-158.1063082,House Sparrow,1,2022-03-08 +21.54739872,-158.1063082,Pacific Golden-Plover,1,2022-03-08 +21.54739872,-158.1063082,Red Junglefowl,1,2022-03-08 +21.54739872,-158.1063082,Rock Pigeon,1,2022-03-08 +21.54739872,-158.1063082,Saffron Finch,1,2022-03-08 +21.54739872,-158.1063082,Spotted Dove,2,2023-03-29 +21.54739872,-158.1063082,Zebra Dove,2,2023-03-29 +21.56626529,-158.2703804,Brown Booby,2,2024-02-03 +21.56626529,-158.2703804,Common Myna,1,2024-02-03 +21.56626529,-158.2703804,Erckel's Spurfowl,1,2024-02-03 +21.56626529,-158.2703804,Laysan Albatross,1,2024-02-03 +21.56626529,-158.2703804,Red-footed Booby,1,2024-02-03 +21.56626529,-158.2703804,Red-vented Bulbul,1,2024-02-03 +21.56626529,-158.2703804,Wandering Tattler,1,2024-02-03 +21.56626529,-158.2703804,Wedge-tailed Shearwater,1,2024-02-03 +21.58389233,-158.1736926,Common Myna,2,2023-02-18 +21.58389233,-158.1736926,Java Sparrow,1,2023-02-18 +21.58389233,-158.1736926,Pacific Golden-Plover,1,2022-11-04 +21.58389233,-158.1736926,Red-crested Cardinal,1,2023-02-18 +21.58389233,-158.1736926,Red-whiskered Bulbul,1,2023-02-18 +21.58389233,-158.1736926,Ruddy Turnstone,1,2022-11-04 +21.58389233,-158.1736926,Saffron Finch,1,2022-11-04 +21.58389233,-158.1736926,Zebra Dove,1,2023-02-18 +21.61882732,-157.9609499,Common Waxbill,2,2021-10-23 +21.61882732,-157.9609499,Japanese Bush Warbler,3,2021-10-23 +21.61882732,-157.9609499,Oahu Amakihi,2,2021-10-23 +21.61882732,-157.9609499,Red-billed Leiothrix,3,2021-10-23 +21.61882732,-157.9609499,Red-vented Bulbul,3,2021-10-23 +21.61882732,-157.9609499,Red-whiskered Bulbul,1,2021-10-23 +21.61882732,-157.9609499,Warbling White-eye,3,2021-10-23 +21.61882732,-157.9609499,White-rumped Shama,2,2021-10-23 +21.62803935,-157.9898693,Common Waxbill,1,2021-11-13 +21.62803935,-157.9898693,Oahu Amakihi,1,2021-11-13 +21.62803935,-157.9898693,Pacific Golden-Plover,1,2021-11-13 +21.62803935,-157.9898693,Red-billed Leiothrix,1,2021-11-13 +21.62803935,-157.9898693,Red-vented Bulbul,1,2021-11-13 +21.62803935,-157.9898693,Red-whiskered Bulbul,1,2021-11-13 +21.62803935,-157.9898693,Warbling White-eye,1,2021-11-13 +21.62803935,-157.9898693,White-rumped Shama,1,2021-11-13 +21.63671035,-157.9318351,Common Myna,1,2019-05-15 +21.63671035,-157.9318351,Common Waxbill,1,2019-05-15 +21.63671035,-157.9318351,Mourning Dove,1,2020-09-13 +21.63671035,-157.9318351,Red-billed Leiothrix,1,2019-05-15 +21.63671035,-157.9318351,Red-vented Bulbul,1,2019-05-15 +21.63671035,-157.9318351,Red-whiskered Bulbul,1,2019-05-15 +21.63671035,-157.9318351,Warbling White-eye,1,2019-05-15 +21.63671035,-157.9318351,White-rumped Shama,1,2019-05-15 +21.28452142,-157.9536775,Black-necked Stilt,1,2022-06-11 +21.28452142,-157.9536775,Brown Booby,1,2022-06-11 +21.28452142,-157.9536775,Laysan Albatross,1,2022-11-25 +21.28452142,-157.9536775,Rose-ringed Parakeet,1,2022-06-11 +21.28452142,-157.9536775,Ruddy Turnstone,1,2022-06-11 +21.28452142,-157.9536775,Sooty Tern,1,2022-06-11 +21.28452142,-157.9536775,Western Cattle Egret,1,2022-06-11 +21.28452142,-157.9536775,White Tern,2,2022-11-25 +21.28452142,-157.9536775,Zebra Dove,1,2022-06-11 +21.28342358,-157.7898262,Common Myna,2,2024-01-22 +21.28342358,-157.7898262,Common Waxbill,2,2019-11-24 +21.28342358,-157.7898262,House Finch,1,2023-12-20 +21.28342358,-157.7898262,House Sparrow,4,2024-01-22 +21.28342358,-157.7898262,Java Sparrow,2,2019-11-24 +21.28342358,-157.7898262,Red-crested Cardinal,2,2019-11-24 +21.28342358,-157.7898262,Red-vented Bulbul,3,2023-12-20 +21.28342358,-157.7898262,Rose-ringed Parakeet,4,2019-11-24 +21.28342358,-157.7898262,Zebra Dove,1,2024-01-22 +21.31150275,-157.9342053,Black-crowned Night Heron,3,2021-09-27 +21.31150275,-157.9342053,Black-necked Stilt,3,2021-09-27 +21.31150275,-157.9342053,Northern Cardinal,1,2019-02-02 +21.31150275,-157.9342053,Pacific Golden-Plover,3,2021-09-27 +21.31150275,-157.9342053,Ruddy Turnstone,3,2021-09-27 +21.31150275,-157.9342053,Spotted Dove,1,2019-02-02 +21.31150275,-157.9342053,Wandering Tattler,2,2021-09-27 +21.31150275,-157.9342053,Western Cattle Egret,3,2021-09-27 +21.31150275,-157.9342053,Zebra Dove,1,2019-02-02 +21.32801583,-157.71233,Barn Owl,1,2021-08-10 +21.32801583,-157.71233,Common Myna,1,2021-08-10 +21.32801583,-157.71233,Japanese Bush Warbler,1,2021-08-10 +21.32801583,-157.71233,Java Sparrow,1,2021-08-10 +21.32801583,-157.71233,Red Junglefowl,1,2021-08-10 +21.32801583,-157.71233,Red-vented Bulbul,1,2021-08-10 +21.32801583,-157.71233,Red-whiskered Bulbul,1,2021-08-10 +21.32801583,-157.71233,Spotted Dove,1,2021-08-10 +21.32801583,-157.71233,Warbling White-eye,1,2021-08-10 +21.34833243,-158.04966,Black Francolin,1,2021-05-10 +21.34833243,-158.04966,Chestnut Munia,1,2021-05-10 +21.34833243,-158.04966,Common Myna,1,2021-05-10 +21.34833243,-158.04966,Common Waxbill,1,2021-05-10 +21.34833243,-158.04966,Gray Francolin,1,2021-05-10 +21.34833243,-158.04966,House Sparrow,1,2021-05-10 +21.34833243,-158.04966,Red-vented Bulbul,2,2024-01-30 +21.34833243,-158.04966,Saffron Finch,1,2021-05-10 +21.34833243,-158.04966,Zebra Dove,1,2021-05-10 +21.35752899,-158.0785331,Common Myna,3,2023-03-04 +21.35752899,-158.0785331,Pacific Golden-Plover,4,2023-03-04 +21.35752899,-158.0785331,Red-crested Cardinal,1,2023-02-28 +21.35752899,-158.0785331,Red-vented Bulbul,1,2023-03-04 +21.35752899,-158.0785331,Red-whiskered Bulbul,1,2023-02-25 +21.35752899,-158.0785331,Saffron Finch,3,2023-03-04 +21.35752899,-158.0785331,Spotted Dove,1,2023-02-25 +21.35752899,-158.0785331,Western Cattle Egret,1,2023-03-04 +21.35752899,-158.0785331,Zebra Dove,2,2023-03-04 +21.35554871,-157.7699477,Common Myna,1,2020-03-27 +21.35554871,-157.7699477,House Sparrow,1,2020-03-27 +21.35554871,-157.7699477,Northern Cardinal,1,2021-03-26 +21.35554871,-157.7699477,Red-billed Leiothrix,2,2021-05-28 +21.35554871,-157.7699477,Red-crested Cardinal,3,2021-05-28 +21.35554871,-157.7699477,Red-whiskered Bulbul,2,2023-04-04 +21.35554871,-157.7699477,Western Cattle Egret,1,2020-03-27 +21.35554871,-157.7699477,White-rumped Shama,4,2021-05-28 +21.35554871,-157.7699477,Zebra Dove,1,2020-03-27 +21.3551883,-157.7217351,Common Myna,1,2022-12-09 +21.3551883,-157.7217351,Common Waxbill,1,2022-12-09 +21.3551883,-157.7217351,Gray Francolin,1,2022-12-09 +21.3551883,-157.7217351,Feral Mallard,1,2022-12-09 +21.3551883,-157.7217351,Pacific Golden-Plover,1,2021-08-18 +21.3551883,-157.7217351,Red-crested Cardinal,1,2022-12-09 +21.3551883,-157.7217351,Ruddy Turnstone,1,2021-08-18 +21.3551883,-157.7217351,Western Cattle Egret,1,2022-12-09 +21.3551883,-157.7217351,Zebra Dove,1,2022-12-09 +21.37590496,-158.1362906,Brown Booby,2,2023-02-01 +21.37590496,-158.1362906,Common Myna,2,2023-02-01 +21.37590496,-158.1362906,Red Junglefowl,1,2023-02-01 +21.37590496,-158.1362906,Red-crested Cardinal,1,2023-02-01 +21.37590496,-158.1362906,Red-vented Bulbul,1,2023-02-01 +21.37590496,-158.1362906,Saffron Finch,2,2023-03-28 +21.37590496,-158.1362906,Western Cattle Egret,2,2023-02-01 +21.37590496,-158.1362906,Zebra Dove,2,2023-02-01 +21.38418786,-158.0011993,African Silverbill,2,2023-08-28 +21.38418786,-158.0011993,Chestnut Munia,1,2022-04-18 +21.38418786,-158.0011993,Common Myna,2,2022-04-18 +21.38418786,-158.0011993,House Sparrow,1,2021-01-02 +21.38418786,-158.0011993,Rock Pigeon,2,2022-04-18 +21.38418786,-158.0011993,Saffron Finch,1,2022-04-18 +21.38418786,-158.0011993,Spotted Dove,1,2021-01-02 +21.38418786,-158.0011993,Warbling White-eye,1,2021-01-02 +21.38418786,-158.0011993,Zebra Dove,2,2022-04-18 +21.39322137,-158.0011378,Common Myna,1,2023-04-09 +21.39322137,-158.0011378,House Finch,1,2023-04-09 +21.39322137,-158.0011378,House Sparrow,1,2023-04-09 +21.39322137,-158.0011378,Java Sparrow,1,2023-04-09 +21.39322137,-158.0011378,Red-vented Bulbul,1,2023-04-09 +21.39322137,-158.0011378,Rose-ringed Parakeet,1,2023-04-09 +21.39322137,-158.0011378,Spotted Dove,1,2023-04-09 +21.39322137,-158.0011378,Western Cattle Egret,1,2023-04-09 +21.39322137,-158.0011378,Zebra Dove,1,2023-04-09 +21.40208035,-157.9721372,Common Myna,2,2023-01-07 +21.40208035,-157.9721372,House Sparrow,2,2023-01-07 +21.40208035,-157.9721372,Northern Cardinal,1,2021-06-19 +21.40208035,-157.9721372,Pacific Golden-Plover,2,2023-04-08 +21.40208035,-157.9721372,Red Junglefowl,1,2023-01-07 +21.40208035,-157.9721372,Red-crested Cardinal,1,2023-01-07 +21.40208035,-157.9721372,Spotted Dove,1,2022-01-06 +21.40208035,-157.9721372,Western Cattle Egret,1,2022-01-06 +21.40208035,-157.9721372,Zebra Dove,2,2023-01-07 +21.41173408,-158.0781934,Common Myna,1,2021-02-08 +21.41173408,-158.0781934,House Finch,1,2021-02-08 +21.41173408,-158.0781934,Indian Peafowl,1,2021-02-08 +21.41173408,-158.0781934,Japanese Bush Warbler,1,2021-02-08 +21.41173408,-158.0781934,Mourning Dove,1,2021-02-08 +21.41173408,-158.0781934,Northern Cardinal,1,2021-02-08 +21.41173408,-158.0781934,Red-vented Bulbul,1,2021-02-08 +21.41173408,-158.0781934,Spotted Dove,1,2021-02-08 +21.41173408,-158.0781934,Warbling White-eye,1,2021-02-08 +21.42107492,-158.136025,Common Myna,1,2023-01-09 +21.42107492,-158.136025,Common Waxbill,1,2023-01-09 +21.42107492,-158.136025,Eurasian Skylark,1,2023-01-09 +21.42107492,-158.136025,Red-crested Cardinal,1,2023-01-09 +21.42107492,-158.136025,Red-vented Bulbul,1,2023-01-09 +21.42107492,-158.136025,Saffron Finch,1,2023-01-09 +21.42107492,-158.136025,Spotted Dove,1,2023-01-09 +21.42107492,-158.136025,Warbling White-eye,1,2023-01-09 +21.42107492,-158.136025,Zebra Dove,1,2023-01-09 +21.44742443,-158.0007692,African Silverbill,1,2019-11-05 +21.44742443,-158.0007692,Common Myna,1,2019-11-05 +21.44742443,-158.0007692,Red-vented Bulbul,1,2019-11-05 +21.44742443,-158.0007692,Rock Pigeon,2,2019-11-05 +21.44742443,-158.0007692,Rose-ringed Parakeet,1,2019-11-05 +21.44742443,-158.0007692,Spotted Dove,1,2019-11-05 +21.44742443,-158.0007692,Warbling White-eye,1,2019-11-05 +21.44742443,-158.0007692,Western Cattle Egret,1,2019-11-05 +21.44742443,-158.0007692,Zebra Dove,1,2019-11-05 +21.48400826,-158.0777387,Common Myna,1,2019-06-30 +21.48400826,-158.0777387,Gray Francolin,1,2021-05-28 +21.48400826,-158.0777387,House Finch,1,2019-06-30 +21.48400826,-158.0777387,Red Junglefowl,1,2019-06-30 +21.48400826,-158.0777387,Red-vented Bulbul,1,2019-06-30 +21.48400826,-158.0777387,Spotted Dove,1,2019-06-30 +21.48400826,-158.0777387,Warbling White-eye,1,2019-06-30 +21.48400826,-158.0777387,Western Cattle Egret,1,2019-06-30 +21.48400826,-158.0777387,Zebra Dove,2,2021-05-28 +21.501964,-158.0583181,Common Myna,2,2023-03-29 +21.501964,-158.0583181,House Finch,1,2021-12-08 +21.501964,-158.0583181,Northern Cardinal,1,2021-12-08 +21.501964,-158.0583181,Pacific Golden-Plover,1,2021-12-08 +21.501964,-158.0583181,Red-crested Cardinal,2,2023-03-29 +21.501964,-158.0583181,Red-vented Bulbul,2,2023-03-29 +21.501964,-158.0583181,Spotted Dove,1,2021-12-08 +21.501964,-158.0583181,White-rumped Shama,1,2021-12-08 +21.501964,-158.0583181,Zebra Dove,1,2021-12-08 +21.51066084,-158.0003376,Common Myna,1,2024-01-14 +21.51066084,-158.0003376,Indian Peafowl,1,2021-09-21 +21.51066084,-158.0003376,Java Sparrow,1,2024-01-14 +21.51066084,-158.0003376,Pacific Golden-Plover,3,2024-01-14 +21.51066084,-158.0003376,Red Junglefowl,1,2021-09-21 +21.51066084,-158.0003376,Red-crested Cardinal,2,2024-01-14 +21.51066084,-158.0003376,Saffron Finch,1,2024-01-14 +21.51066084,-158.0003376,Spotted Dove,1,2024-01-14 +21.51066084,-158.0003376,Zebra Dove,1,2024-01-14 +21.51939885,-157.9520048,Apapane,1,2024-01-20 +21.51939885,-157.9520048,Common Myna,1,2024-01-20 +21.51939885,-157.9520048,Oahu Amakihi,1,2024-01-20 +21.51939885,-157.9520048,Red-billed Leiothrix,1,2024-01-20 +21.51939885,-157.9520048,Red-vented Bulbul,1,2024-01-20 +21.51939885,-157.9520048,Spotted Dove,1,2024-01-20 +21.51939885,-157.9520048,Warbling White-eye,1,2024-01-20 +21.51939885,-157.9520048,White-rumped Shama,1,2024-01-20 +21.51939885,-157.9520048,Zebra Dove,1,2024-01-20 +21.5282481,-157.9229759,Apapane,1,2021-09-30 +21.5282481,-157.9229759,House Finch,1,2021-09-30 +21.5282481,-157.9229759,Japanese Bush Warbler,1,2021-09-30 +21.5282481,-157.9229759,Red-billed Leiothrix,1,2021-09-30 +21.5282481,-157.9229759,Red-vented Bulbul,1,2021-09-30 +21.5282481,-157.9229759,Red-whiskered Bulbul,1,2021-09-30 +21.5282481,-157.9229759,Scaly-breasted Munia,1,2021-09-30 +21.5282481,-157.9229759,Warbling White-eye,1,2021-09-30 +21.5282481,-157.9229759,Yellow-faced Grassquit,1,2021-09-30 +21.59172702,-157.9611437,Apapane,2,2021-04-10 +21.59172702,-157.9611437,Barn Owl,1,2020-05-25 +21.59172702,-157.9611437,Japanese Bush Warbler,2,2021-04-10 +21.59172702,-157.9611437,Oahu Amakihi,2,2021-04-10 +21.59172702,-157.9611437,Red-vented Bulbul,2,2021-04-10 +21.59172702,-157.9611437,Red-whiskered Bulbul,1,2020-05-25 +21.59172702,-157.9611437,Warbling White-eye,2,2021-04-10 +21.59172702,-157.9611437,White-rumped Shama,1,2020-05-25 +21.59172702,-157.9611437,White-tailed Tropicbird,1,2020-05-25 +21.64580614,-157.9414311,Common Myna,2,2021-01-16 +21.64580614,-157.9414311,Japanese Bush Warbler,1,2021-01-16 +21.64580614,-157.9414311,Red-billed Leiothrix,2,2021-01-16 +21.64580614,-157.9414311,Red-vented Bulbul,2,2021-01-16 +21.64580614,-157.9414311,Red-whiskered Bulbul,1,2021-01-16 +21.64580614,-157.9414311,Spotted Dove,2,2021-01-16 +21.64580614,-157.9414311,Warbling White-eye,2,2021-01-16 +21.64580614,-157.9414311,White-rumped Shama,2,2021-01-16 +21.64580614,-157.9414311,Zebra Dove,2,2021-01-16 +21.26569679,-157.8381591,Brown Booby,3,2024-02-29 +21.26569679,-157.8381591,House Sparrow,1,2022-07-04 +21.26569679,-157.8381591,Red-footed Booby,1,2024-02-29 +21.26569679,-157.8381591,Rock Pigeon,1,2022-07-04 +21.26569679,-157.8381591,Sooty Tern,1,2024-02-29 +21.26569679,-157.8381591,Spotted Dove,1,2022-07-04 +21.26569679,-157.8381591,Warbling White-eye,1,2022-07-04 +21.26569679,-157.8381591,Wedge-tailed Shearwater,3,2023-08-17 +21.26569679,-157.8381591,White Tern,4,2024-02-29 +21.26569679,-157.8381591,Zebra Dove,1,2022-07-04 +21.28408936,-157.8862078,Common Myna,1,2020-02-06 +21.28408936,-157.8862078,House Sparrow,1,2020-02-06 +21.28408936,-157.8862078,Pacific Golden-Plover,1,2020-02-06 +21.28408936,-157.8862078,Red-footed Booby,2,2021-09-19 +21.28408936,-157.8862078,Rock Pigeon,1,2020-02-06 +21.28408936,-157.8862078,Rose-ringed Parakeet,1,2020-02-06 +21.28408936,-157.8862078,Spotted Dove,1,2020-02-06 +21.28408936,-157.8862078,Wedge-tailed Shearwater,2,2021-09-19 +21.28408936,-157.8862078,White Tern,2,2021-09-19 +21.28408936,-157.8862078,Zebra Dove,1,2020-02-06 +21.29188412,-157.7126451,Black-necked Stilt,1,2023-11-06 +21.29188412,-157.7126451,Common Myna,1,2021-07-31 +21.29188412,-157.7126451,Common Waxbill,1,2021-07-31 +21.29188412,-157.7126451,House Finch,1,2021-07-31 +21.29188412,-157.7126451,Feral Mallard ,1,2021-07-31 +21.29188412,-157.7126451,Red-crested Cardinal,1,2021-07-31 +21.29188412,-157.7126451,Red-vented Bulbul,1,2021-07-31 +21.29188412,-157.7126451,Spotted Dove,2,2021-07-31 +21.29188412,-157.7126451,White-rumped Shama,1,2021-05-15 +21.29188412,-157.7126451,Zebra Dove,1,2021-07-31 +21.29173539,-157.693369,Black-necked Stilt,1,2021-03-14 +21.29173539,-157.693369,Common Myna,1,2023-07-16 +21.29173539,-157.693369,Common Waxbill,1,2023-07-19 +21.29173539,-157.693369,Java Sparrow,1,2023-07-19 +21.29173539,-157.693369,Pacific Golden-Plover,2,2021-03-14 +21.29173539,-157.693369,Red-crested Cardinal,1,2023-07-16 +21.29173539,-157.693369,Red-vented Bulbul,1,2023-07-16 +21.29173539,-157.693369,Rose-ringed Parakeet,1,2023-03-21 +21.29173539,-157.693369,Spotted Dove,1,2023-07-16 +21.29173539,-157.693369,Western Cattle Egret,1,2023-01-01 +21.31118986,-157.8860039,Common Myna,2,2023-07-25 +21.31118986,-157.8860039,Common Waxbill,1,2023-07-25 +21.31118986,-157.8860039,House Sparrow,3,2023-07-25 +21.31118986,-157.8860039,Red-crested Cardinal,2,2023-07-25 +21.31118986,-157.8860039,Red-vented Bulbul,2,2023-07-25 +21.31118986,-157.8860039,Ruddy Turnstone,2,2023-02-05 +21.31118986,-157.8860039,Spotted Dove,3,2023-07-25 +21.31118986,-157.8860039,Western Cattle Egret,2,2023-07-25 +21.31118986,-157.8860039,Zebra Dove,3,2023-07-25 +21.36656365,-158.0784766,Common Myna,2,2020-01-05 +21.36656365,-158.0784766,House Sparrow,2,2020-01-05 +21.36656365,-158.0784766,Java Sparrow,2,2020-01-05 +21.36656365,-158.0784766,Northern Cardinal,2,2020-01-05 +21.36656365,-158.0784766,Saffron Finch,2,2020-01-05 +21.36656365,-158.0784766,Scaly-breasted Munia,2,2020-01-05 +21.36656365,-158.0784766,Spotted Dove,2,2020-01-05 +21.36656365,-158.0784766,Warbling White-eye,2,2020-01-05 +21.36656365,-158.0784766,Western Cattle Egret,2,2020-01-05 +21.36656365,-158.0784766,Zebra Dove,2,2020-01-05 +21.37448845,-157.8951705,Common Myna,2,2024-02-02 +21.37448845,-157.8951705,Common Waxbill,1,2024-02-02 +21.37448845,-157.8951705,Northern Cardinal,1,2024-02-02 +21.37448845,-157.8951705,Red-crested Cardinal,1,2024-02-02 +21.37448845,-157.8951705,Red-vented Bulbul,2,2024-02-02 +21.37448845,-157.8951705,Red-whiskered Bulbul,1,2024-02-02 +21.37448845,-157.8951705,Spotted Dove,2,2024-02-02 +21.37448845,-157.8951705,Warbling White-eye,1,2022-05-05 +21.37448845,-157.8951705,White-rumped Shama,1,2024-02-02 +21.37448845,-157.8951705,Zebra Dove,1,2024-02-02 +21.3921637,-157.8371619,Apapane,3,2023-06-17 +21.3921637,-157.8371619,Chestnut Munia,1,2023-06-17 +21.3921637,-157.8371619,Common Myna,1,2023-06-17 +21.3921637,-157.8371619,Common Waxbill,1,2023-06-17 +21.3921637,-157.8371619,House Finch,1,2023-06-17 +21.3921637,-157.8371619,Japanese Bush Warbler,2,2020-04-19 +21.3921637,-157.8371619,Oahu Amakihi,3,2023-06-17 +21.3921637,-157.8371619,Red-billed Leiothrix,3,2023-06-17 +21.3921637,-157.8371619,Warbling White-eye,3,2023-06-17 +21.3921637,-157.8371619,White-rumped Shama,2,2020-04-19 +21.40071438,-157.76957,Common Myna,4,2023-02-20 +21.40071438,-157.76957,Common Waxbill,1,2022-05-12 +21.40071438,-157.76957,House Finch,1,2022-05-12 +21.40071438,-157.76957,Red Junglefowl,2,2023-02-20 +21.40071438,-157.76957,Red-billed Leiothrix,1,2021-12-02 +21.40071438,-157.76957,Red-crested Cardinal,1,2022-05-12 +21.40071438,-157.76957,Spotted Dove,4,2023-02-20 +21.40071438,-157.76957,Warbling White-eye,1,2021-12-02 +21.40071438,-157.76957,Western Cattle Egret,4,2023-02-20 +21.40071438,-157.76957,Zebra Dove,3,2022-05-12 +21.4554637,-157.8463104,Black-crowned Night Heron,1,2023-12-26 +21.4554637,-157.8463104,Chestnut Munia,1,2022-01-04 +21.4554637,-157.8463104,Common Myna,2,2023-12-26 +21.4554637,-157.8463104,Java Sparrow,1,2022-01-04 +21.4554637,-157.8463104,Oahu Amakihi,1,2022-01-04 +21.4554637,-157.8463104,Pacific Golden-Plover,1,2019-11-21 +21.4554637,-157.8463104,Red-vented Bulbul,1,2023-12-26 +21.4554637,-157.8463104,Red-whiskered Bulbul,1,2023-12-26 +21.4554637,-157.8463104,White-rumped Shama,1,2023-12-26 +21.4554637,-157.8463104,Zebra Dove,1,2023-12-26 +21.46658102,-158.2033174,Common Myna,2,2021-11-30 +21.46658102,-158.2033174,Gray Francolin,1,2023-11-12 +21.46658102,-158.2033174,Java Sparrow,2,2021-11-30 +21.46658102,-158.2033174,Red Junglefowl,2,2021-11-30 +21.46658102,-158.2033174,Red-crested Cardinal,2,2021-11-30 +21.46658102,-158.2033174,Red-vented Bulbul,2,2021-11-30 +21.46658102,-158.2033174,Saffron Finch,2,2021-11-30 +21.46658102,-158.2033174,Spotted Dove,2,2021-11-30 +21.46658102,-158.2033174,Warbling White-eye,2,2021-11-30 +21.46658102,-158.2033174,Zebra Dove,2,2021-11-30 +21.48344305,-157.981219,Common Myna,2,2021-04-06 +21.48344305,-157.981219,House Sparrow,1,2020-02-18 +21.48344305,-157.981219,Pacific Golden-Plover,2,2021-04-06 +21.48344305,-157.981219,Red-crested Cardinal,2,2021-04-06 +21.48344305,-157.981219,Red-vented Bulbul,2,2021-04-06 +21.48344305,-157.981219,Rock Pigeon,1,2020-02-18 +21.48344305,-157.981219,Spotted Dove,2,2021-04-06 +21.48344305,-157.981219,Warbling White-eye,1,2021-04-06 +21.48344305,-157.981219,Western Cattle Egret,1,2020-02-18 +21.48344305,-157.981219,Zebra Dove,1,2020-02-18 +21.51980893,-158.0195842,Common Myna,1,2020-04-06 +21.51980893,-158.0195842,House Finch,1,2020-04-06 +21.51980893,-158.0195842,Northern Cardinal,1,2020-04-06 +21.51980893,-158.0195842,Pacific Golden-Plover,1,2020-04-06 +21.51980893,-158.0195842,Red-crested Cardinal,1,2020-04-06 +21.51980893,-158.0195842,Red-vented Bulbul,1,2020-04-06 +21.51980893,-158.0195842,Rose-ringed Parakeet,1,2020-04-06 +21.51980893,-158.0195842,Ruddy Turnstone,1,2020-04-06 +21.51980893,-158.0195842,Saffron Finch,1,2020-04-06 +21.51980893,-158.0195842,Zebra Dove,1,2020-04-06 +21.52766103,-157.8360862,Black-crowned Night Heron,1,2021-02-13 +21.52766103,-157.8360862,Common Myna,2,2023-09-18 +21.52766103,-157.8360862,Common Waxbill,2,2022-10-16 +21.52766103,-157.8360862,Java Sparrow,1,2023-09-18 +21.52766103,-157.8360862,Scaly-breasted Munia,1,2023-09-18 +21.52766103,-157.8360862,Spotted Dove,1,2021-02-13 +21.52766103,-157.8360862,Wandering Tattler,1,2022-10-16 +21.52766103,-157.8360862,Western Cattle Egret,2,2022-10-16 +21.52766103,-157.8360862,White-tailed Tropicbird,1,2020-10-12 +21.52766103,-157.8360862,Zebra Dove,2,2023-09-18 +21.53728159,-157.9229092,Apapane,1,2020-11-04 +21.53728159,-157.9229092,Common Waxbill,1,2020-11-04 +21.53728159,-157.9229092,Japanese Bush Warbler,2,2022-04-14 +21.53728159,-157.9229092,Red-billed Leiothrix,1,2022-04-14 +21.53728159,-157.9229092,Red-vented Bulbul,1,2020-11-04 +21.53728159,-157.9229092,Red-whiskered Bulbul,1,2020-11-04 +21.53728159,-157.9229092,Scaly-breasted Munia,1,2020-11-04 +21.53728159,-157.9229092,Warbling White-eye,2,2022-04-14 +21.53728159,-157.9229092,White-rumped Shama,1,2020-11-04 +21.53728159,-157.9229092,Yellow-faced Grassquit,2,2022-04-14 +21.53676162,-157.845669,Black-crowned Night Heron,2,2023-01-10 +21.53676162,-157.845669,Chestnut Munia,1,2021-08-04 +21.53676162,-157.845669,Common Myna,1,2021-08-04 +21.53676162,-157.845669,Common Waxbill,1,2021-08-04 +21.53676162,-157.845669,Pacific Golden-Plover,2,2023-01-10 +21.53676162,-157.845669,Red-crested Cardinal,2,2023-01-10 +21.53676162,-157.845669,Red-whiskered Bulbul,1,2021-08-04 +21.53676162,-157.845669,Saffron Finch,1,2022-01-30 +21.53676162,-157.845669,Wandering Tattler,4,2020-01-03 +21.53676162,-157.845669,Western Cattle Egret,1,2021-08-04 +21.54784507,-158.1932156,Apapane,1,2023-11-02 +21.54784507,-158.1932156,Common Waxbill,1,2022-02-22 +21.54784507,-158.1932156,Erckel's Spurfowl,1,2022-02-22 +21.54784507,-158.1932156,Kalij Pheasant,1,2022-02-22 +21.54784507,-158.1932156,Northern Cardinal,1,2022-02-22 +21.54784507,-158.1932156,Pacific Golden-Plover,1,2022-02-22 +21.54784507,-158.1932156,Red-billed Leiothrix,1,2022-02-22 +21.54784507,-158.1932156,Spotted Dove,1,2022-02-22 +21.54784507,-158.1932156,Warbling White-eye,1,2023-11-02 +21.54784507,-158.1932156,White-rumped Shama,2,2023-11-02 +21.60032295,-157.8934637,Common Myna,2,2024-01-11 +21.60032295,-157.8934637,Dunlin,1,2021-10-21 +21.60032295,-157.8934637,Glaucous-winged Gull,1,2020-02-22 +21.60032295,-157.8934637,Pacific Golden-Plover,4,2023-08-11 +21.60032295,-157.8934637,Red-vented Bulbul,1,2023-08-11 +21.60032295,-157.8934637,Red-whiskered Bulbul,1,2024-01-11 +21.60032295,-157.8934637,Sanderling,10,2024-01-18 +21.60032295,-157.8934637,Wandering Tattler,3,2020-02-20 +21.60032295,-157.8934637,Warbling White-eye,1,2024-01-11 +21.60032295,-157.8934637,Western Cattle Egret,1,2023-08-11 +21.62798037,-157.9802079,Apapane,1,2021-11-13 +21.62798037,-157.9802079,Common Waxbill,1,2021-11-13 +21.62798037,-157.9802079,House Sparrow,1,2021-11-13 +21.62798037,-157.9802079,Japanese Bush Warbler,1,2021-11-13 +21.62798037,-157.9802079,Oahu Amakihi,1,2021-11-13 +21.62798037,-157.9802079,Red-billed Leiothrix,1,2021-11-13 +21.62798037,-157.9802079,Red-vented Bulbul,1,2021-11-13 +21.62798037,-157.9802079,Red-whiskered Bulbul,1,2021-11-13 +21.62798037,-157.9802079,Warbling White-eye,1,2021-11-13 +21.62798037,-157.9802079,White-rumped Shama,1,2021-11-13 +21.63724677,-158.0187926,Common Myna,2,2020-01-05 +21.63724677,-158.0187926,Pacific Golden-Plover,4,2020-01-09 +21.63724677,-158.0187926,Red Junglefowl,4,2020-01-09 +21.63724677,-158.0187926,Red-crested Cardinal,4,2020-01-09 +21.63724677,-158.0187926,Red-vented Bulbul,2,2020-01-05 +21.63724677,-158.0187926,Red-whiskered Bulbul,2,2020-01-05 +21.63724677,-158.0187926,Spotted Dove,2,2020-01-05 +21.63724677,-158.0187926,Warbling White-eye,2,2020-01-05 +21.63724677,-158.0187926,Western Cattle Egret,2,2020-01-05 +21.63724677,-158.0187926,Zebra Dove,2,2020-01-05 +21.64628041,-158.0187315,Chestnut Munia,1,2019-08-29 +21.64628041,-158.0187315,Common Waxbill,1,2019-08-29 +21.64628041,-158.0187315,House Finch,1,2019-08-29 +21.64628041,-158.0187315,Northern Cardinal,1,2019-08-29 +21.64628041,-158.0187315,Red-billed Leiothrix,1,2019-08-29 +21.64628041,-158.0187315,Red-vented Bulbul,1,2019-08-29 +21.64628041,-158.0187315,Red-whiskered Bulbul,1,2019-08-29 +21.64628041,-158.0187315,Warbling White-eye,1,2019-08-29 +21.64628041,-158.0187315,White-rumped Shama,1,2019-08-29 +21.64628041,-158.0187315,Zebra Dove,1,2019-08-29 +21.67302763,-157.9605617,Black-crowned Night Heron,2,2021-12-25 +21.67302763,-157.9605617,Common Waxbill,1,2021-12-23 +21.67302763,-157.9605617,Great Frigatebird,1,2021-07-21 +21.67302763,-157.9605617,Hawaiian Coot,2,2021-12-25 +21.67302763,-157.9605617,Laysan Albatross,1,2021-12-23 +21.67302763,-157.9605617,Feral Mallard,1,2021-12-24 +21.67302763,-157.9605617,Ruddy Turnstone,1,2021-12-24 +21.67302763,-157.9605617,Saffron Finch,1,2021-12-23 +21.67302763,-157.9605617,Western Cattle Egret,1,2021-12-23 +21.67302763,-157.9605617,Zebra Dove,1,2021-12-23 +21.68218109,-157.9798266,Chestnut Munia,1,2024-01-26 +21.68218109,-157.9798266,Common Myna,1,2024-01-26 +21.68218109,-157.9798266,Common Waxbill,1,2024-01-26 +21.68218109,-157.9798266,Gray Francolin,1,2024-02-04 +21.68218109,-157.9798266,Pacific Golden-Plover,1,2024-01-26 +21.68218109,-157.9798266,Red Avadavat,1,2024-01-26 +21.68218109,-157.9798266,Red-crested Cardinal,1,2024-01-26 +21.68218109,-157.9798266,Red-vented Bulbul,1,2024-01-26 +21.68218109,-157.9798266,Western Cattle Egret,1,2024-01-26 +21.68218109,-157.9798266,Zebra Dove,1,2024-01-26 +21.29195764,-157.7222832,Common Myna,1,2021-05-26 +21.29195764,-157.7222832,House Finch,3,2021-05-31 +21.29195764,-157.7222832,Java Sparrow,1,2021-08-22 +21.29195764,-157.7222832,Northern Cardinal,1,2021-02-21 +21.29195764,-157.7222832,Red-crested Cardinal,1,2021-05-23 +21.29195764,-157.7222832,Red-vented Bulbul,3,2021-05-31 +21.29195764,-157.7222832,Red-whiskered Bulbul,1,2021-02-21 +21.29195764,-157.7222832,Spotted Dove,2,2021-08-22 +21.29195764,-157.7222832,White-rumped Shama,3,2021-05-31 +21.29195764,-157.7222832,Yellow-fronted Canary,1,2021-08-22 +21.29195764,-157.7222832,Zebra Dove,1,2021-02-21 +21.3007683,-157.6932891,Common Myna,4,2023-11-24 +21.3007683,-157.6932891,Common Waxbill,3,2023-07-14 +21.3007683,-157.6932891,Java Sparrow,1,2023-02-11 +21.3007683,-157.6932891,Northern Cardinal,1,2019-03-02 +21.3007683,-157.6932891,Red Junglefowl,1,2019-03-02 +21.3007683,-157.6932891,Red-crested Cardinal,4,2023-11-24 +21.3007683,-157.6932891,Red-vented Bulbul,3,2023-11-24 +21.3007683,-157.6932891,Spotted Dove,2,2023-11-24 +21.3007683,-157.6932891,Western Cattle Egret,2,2023-11-24 +21.3007683,-157.6932891,White-rumped Shama,1,2023-02-11 +21.3007683,-157.6932891,Zebra Dove,3,2023-11-24 +21.30069298,-157.6836506,Black-necked Stilt,1,2019-09-07 +21.30069298,-157.6836506,Common Myna,1,2019-09-07 +21.30069298,-157.6836506,Common Waxbill,1,2019-09-07 +21.30069298,-157.6836506,Pacific Golden-Plover,1,2019-09-07 +21.30069298,-157.6836506,Red-crested Cardinal,1,2019-09-07 +21.30069298,-157.6836506,Red-tailed Tropicbird,1,2023-02-23 +21.30069298,-157.6836506,Rock Pigeon,1,2023-02-23 +21.30069298,-157.6836506,Sooty Tern,1,2023-02-23 +21.30069298,-157.6836506,Spotted Dove,1,2019-09-07 +21.30069298,-157.6836506,Western Cattle Egret,1,2019-09-07 +21.30069298,-157.6836506,Zebra Dove,1,2019-09-07 +21.31235993,-158.0788162,African Silverbill,1,2021-07-16 +21.31235993,-158.0788162,Common Myna,3,2023-06-06 +21.31235993,-158.0788162,Common Waxbill,1,2021-07-16 +21.31235993,-158.0788162,House Finch,1,2022-02-08 +21.31235993,-158.0788162,House Sparrow,2,2023-06-06 +21.31235993,-158.0788162,Pacific Golden-Plover,1,2022-02-08 +21.31235993,-158.0788162,Red-crested Cardinal,1,2021-07-16 +21.31235993,-158.0788162,Red-vented Bulbul,1,2021-07-16 +21.31235993,-158.0788162,Saffron Finch,2,2022-02-08 +21.31235993,-158.0788162,Spotted Dove,1,2021-07-16 +21.31235993,-158.0788162,Zebra Dove,2,2022-02-08 +21.31125343,-157.895644,Common Myna,2,2023-01-04 +21.31125343,-157.895644,Glaucous-winged Gull,2,2023-01-04 +21.31125343,-157.895644,Great Frigatebird,1,2020-07-11 +21.31125343,-157.895644,House Sparrow,4,2023-02-05 +21.31125343,-157.895644,Pacific Golden-Plover,1,2019-02-04 +21.31125343,-157.895644,Ruddy Turnstone,1,2019-02-04 +21.31125343,-157.895644,Spotted Dove,3,2023-01-04 +21.31125343,-157.895644,Wandering Tattler,1,2019-02-04 +21.31125343,-157.895644,Western Cattle Egret,1,2019-02-04 +21.31125343,-157.895644,White Tern,1,2019-02-04 +21.31125343,-157.895644,Zebra Dove,3,2023-01-04 +21.32969351,-157.9533587,Chestnut Munia,1,2023-06-04 +21.32969351,-157.9533587,Common Myna,2,2023-06-04 +21.32969351,-157.9533587,House Finch,2,2023-06-04 +21.32969351,-157.9533587,Pacific Golden-Plover,2,2023-02-07 +21.32969351,-157.9533587,Red-crested Cardinal,2,2023-06-04 +21.32969351,-157.9533587,Red-vented Bulbul,2,2023-06-04 +21.32969351,-157.9533587,Saffron Finch,1,2022-02-09 +21.32969351,-157.9533587,Spotted Dove,1,2022-02-09 +21.32969351,-157.9533587,Western Cattle Egret,1,2022-02-09 +21.32969351,-157.9533587,Yellow-fronted Canary,1,2023-06-04 +21.32969351,-157.9533587,Zebra Dove,2,2023-06-04 +21.32844954,-157.7701739,Apapane,1,2021-12-31 +21.32844954,-157.7701739,Chestnut Munia,1,2022-09-04 +21.32844954,-157.7701739,Japanese Bush Warbler,2,2020-04-05 +21.32844954,-157.7701739,Oahu Amakihi,1,2022-09-04 +21.32844954,-157.7701739,Red-billed Leiothrix,3,2021-12-31 +21.32844954,-157.7701739,Red-vented Bulbul,3,2021-12-31 +21.32844954,-157.7701739,Red-whiskered Bulbul,2,2020-04-05 +21.32844954,-157.7701739,Scaly-breasted Munia,1,2022-09-04 +21.32844954,-157.7701739,Warbling White-eye,3,2021-12-31 +21.32844954,-157.7701739,White-rumped Shama,1,2021-12-31 +21.32844954,-157.7701739,White-tailed Tropicbird,2,2020-04-05 +21.35783524,-158.1363965,Brown Booby,2,2021-04-03 +21.35783524,-158.1363965,Brown Noddy,1,2021-04-03 +21.35783524,-158.1363965,Common Myna,2,2022-06-27 +21.35783524,-158.1363965,House Sparrow,2,2022-06-27 +21.35783524,-158.1363965,Laysan Albatross,1,2021-04-03 +21.35783524,-158.1363965,Red-crested Cardinal,2,2022-06-27 +21.35783524,-158.1363965,Red-footed Booby,1,2021-04-03 +21.35783524,-158.1363965,Sooty Shearwater,1,2021-04-03 +21.35783524,-158.1363965,Western Cattle Egret,3,2022-06-27 +21.35783524,-158.1363965,White Tern,1,2022-06-25 +21.37347244,-157.750509,Black-necked Stilt,2,2022-05-07 +21.37347244,-157.750509,Chestnut Munia,1,2022-04-23 +21.37347244,-157.750509,Common Myna,3,2023-11-26 +21.37347244,-157.750509,House Sparrow,1,2022-04-23 +21.37347244,-157.750509,Pacific Golden-Plover,1,2022-04-23 +21.37347244,-157.750509,Red-crested Cardinal,3,2023-11-26 +21.37347244,-157.750509,Rock Pigeon,2,2023-11-26 +21.37347244,-157.750509,Saffron Finch,1,2022-04-23 +21.37347244,-157.750509,Warbling White-eye,1,2023-02-23 +21.37347244,-157.750509,Western Cattle Egret,3,2023-11-26 +21.37347244,-157.750509,Zebra Dove,2,2022-05-07 +21.41123128,-157.9913681,Common Myna,2,2023-12-25 +21.41123128,-157.9913681,Pacific Golden-Plover,1,2023-12-25 +21.41123128,-157.9913681,Red-crested Cardinal,2,2023-12-25 +21.41123128,-157.9913681,Red-crowned Parrot,1,2022-06-16 +21.41123128,-157.9913681,Red-vented Bulbul,1,2023-12-25 +21.41123128,-157.9913681,Red-whiskered Bulbul,1,2023-12-25 +21.41123128,-157.9913681,Rose-ringed Parakeet,1,2023-12-25 +21.41123128,-157.9913681,Saffron Finch,1,2023-12-25 +21.41123128,-157.9913681,Spotted Dove,1,2023-12-25 +21.41123128,-157.9913681,Warbling White-eye,1,2023-12-25 +21.41123128,-157.9913681,Zebra Dove,1,2023-12-25 +21.43035059,-158.1842158,Brown Booby,1,2023-12-09 +21.43035059,-158.1842158,Common Waxbill,1,2019-11-19 +21.43035059,-158.1842158,Erckel's Spurfowl,3,2023-02-06 +21.43035059,-158.1842158,Gray Francolin,1,2019-11-19 +21.43035059,-158.1842158,House Finch,1,2020-01-03 +21.43035059,-158.1842158,Northern Cardinal,1,2019-11-19 +21.43035059,-158.1842158,Red-vented Bulbul,1,2019-11-19 +21.43035059,-158.1842158,Red-whiskered Bulbul,1,2020-01-03 +21.43035059,-158.1842158,Spotted Dove,2,2020-01-03 +21.43035059,-158.1842158,Warbling White-eye,2,2020-01-03 +21.43035059,-158.1842158,Zebra Dove,2,2020-01-03 +21.43894508,-158.0973217,Apapane,1,2023-08-18 +21.43894508,-158.0973217,Common Waxbill,1,2023-08-18 +21.43894508,-158.0973217,House Finch,1,2023-08-18 +21.43894508,-158.0973217,Oahu Amakihi,1,2023-08-18 +21.43894508,-158.0973217,Oahu Elepaio,1,2023-08-18 +21.43894508,-158.0973217,Red-billed Leiothrix,1,2023-08-18 +21.43894508,-158.0973217,Red-vented Bulbul,1,2023-08-18 +21.43894508,-158.0973217,Red-whiskered Bulbul,1,2023-08-18 +21.43894508,-158.0973217,Spotted Dove,1,2023-08-18 +21.43894508,-158.0973217,Warbling White-eye,1,2023-08-18 +21.43894508,-158.0973217,White-rumped Shama,1,2023-08-18 +21.45532929,-157.8270115,African Silverbill,1,2022-05-27 +21.45532929,-157.8270115,Common Myna,6,2023-08-01 +21.45532929,-157.8270115,House Sparrow,2,2023-08-01 +21.45532929,-157.8270115,Java Sparrow,1,2024-02-09 +21.45532929,-157.8270115,Red-crested Cardinal,2,2023-08-01 +21.45532929,-157.8270115,Red-vented Bulbul,7,2024-02-09 +21.45532929,-157.8270115,Red-whiskered Bulbul,2,2021-05-29 +21.45532929,-157.8270115,Spotted Dove,4,2024-02-09 +21.45532929,-157.8270115,Warbling White-eye,1,2022-05-27 +21.45532929,-157.8270115,Western Cattle Egret,1,2021-05-27 +21.45532929,-157.8270115,Zebra Dove,5,2023-08-01 +21.46634545,-158.1550608,Common Myna,1,2022-01-12 +21.46634545,-158.1550608,Common Waxbill,1,2022-01-12 +21.46634545,-158.1550608,Erckel's Spurfowl,1,2022-01-12 +21.46634545,-158.1550608,Gray Francolin,1,2023-07-29 +21.46634545,-158.1550608,Northern Cardinal,1,2022-01-12 +21.46634545,-158.1550608,Red-crested Cardinal,1,2022-01-12 +21.46634545,-158.1550608,Red-vented Bulbul,1,2022-01-12 +21.46634545,-158.1550608,Saffron Finch,2,2022-03-22 +21.46634545,-158.1550608,Spotted Dove,1,2022-01-12 +21.46634545,-158.1550608,Warbling White-eye,1,2022-01-12 +21.46634545,-158.1550608,Zebra Dove,1,2022-01-12 +21.46456335,-157.8558893,Chestnut Munia,2,2022-08-17 +21.46456335,-157.8558893,Common Myna,3,2023-09-07 +21.46456335,-157.8558893,Java Sparrow,1,2023-09-07 +21.46456335,-157.8558893,Red Junglefowl,1,2023-09-07 +21.46456335,-157.8558893,Red-crested Cardinal,3,2023-09-07 +21.46456335,-157.8558893,Red-vented Bulbul,2,2022-08-17 +21.46456335,-157.8558893,Spotted Dove,1,2023-09-07 +21.46456335,-157.8558893,Warbling White-eye,2,2022-08-17 +21.46456335,-157.8558893,Western Cattle Egret,1,2023-09-07 +21.46456335,-157.8558893,White-rumped Shama,3,2023-09-07 +21.46456335,-157.8558893,Zebra Dove,1,2023-09-07 +21.46394435,-157.7690396,Common Myna,2,2023-08-23 +21.46394435,-157.7690396,Great Frigatebird,1,2023-08-25 +21.46394435,-157.7690396,Northern Cardinal,1,2023-08-10 +21.46394435,-157.7690396,Pacific Golden-Plover,1,2023-08-22 +21.46394435,-157.7690396,Red-crested Cardinal,4,2023-08-24 +21.46394435,-157.7690396,Red-vented Bulbul,3,2023-08-23 +21.46394435,-157.7690396,Red-whiskered Bulbul,4,2023-08-23 +21.46394435,-157.7690396,Saffron Finch,1,2023-08-24 +21.46394435,-157.7690396,Sanderling,1,2023-08-23 +21.46394435,-157.7690396,Western Cattle Egret,1,2023-08-24 +21.46394435,-157.7690396,Zebra Dove,1,2023-08-23 +21.47518617,-158.1164017,Common Waxbill,2,2023-06-25 +21.47518617,-158.1164017,House Finch,2,2023-06-25 +21.47518617,-158.1164017,Indian Peafowl,1,2023-06-25 +21.47518617,-158.1164017,Northern Cardinal,1,2021-07-05 +21.47518617,-158.1164017,Red Junglefowl,1,2023-06-25 +21.47518617,-158.1164017,Red-billed Leiothrix,2,2023-06-25 +21.47518617,-158.1164017,Red-crested Cardinal,2,2023-06-25 +21.47518617,-158.1164017,Red-vented Bulbul,1,2023-06-25 +21.47518617,-158.1164017,Spotted Dove,1,2021-07-05 +21.47518617,-158.1164017,Warbling White-eye,2,2023-06-25 +21.47518617,-158.1164017,White-rumped Shama,1,2021-07-05 +21.48378597,-158.0391304,Common Myna,1,2022-12-28 +21.48378597,-158.0391304,House Finch,1,2022-12-31 +21.48378597,-158.0391304,Northern Cardinal,1,2022-12-28 +21.48378597,-158.0391304,Pacific Golden-Plover,1,2022-12-28 +21.48378597,-158.0391304,Red Junglefowl,1,2022-12-28 +21.48378597,-158.0391304,Red-crested Cardinal,1,2022-12-28 +21.48378597,-158.0391304,Red-vented Bulbul,1,2022-12-31 +21.48378597,-158.0391304,Saffron Finch,2,2022-12-31 +21.48378597,-158.0391304,Spotted Dove,1,2022-12-31 +21.48378597,-158.0391304,Warbling White-eye,1,2022-12-31 +21.48378597,-158.0391304,Zebra Dove,2,2022-12-31 +21.48350157,-157.9908708,Common Myna,2,2023-12-24 +21.48350157,-157.9908708,Common Waxbill,2,2023-12-24 +21.48350157,-157.9908708,Java Sparrow,1,2023-12-24 +21.48350157,-157.9908708,Pacific Golden-Plover,1,2023-12-24 +21.48350157,-157.9908708,Red-crested Cardinal,2,2023-12-24 +21.48350157,-157.9908708,Red-vented Bulbul,2,2023-12-24 +21.48350157,-157.9908708,Red-whiskered Bulbul,2,2023-12-24 +21.48350157,-157.9908708,Saffron Finch,1,2023-12-24 +21.48350157,-157.9908708,Spotted Dove,2,2023-12-24 +21.48350157,-157.9908708,Warbling White-eye,2,2023-12-24 +21.48350157,-157.9908708,Zebra Dove,2,2023-12-24 +21.50262527,-158.1838129,Erckel's Spurfowl,1,2020-10-01 +21.50262527,-158.1838129,House Finch,1,2020-10-01 +21.50262527,-158.1838129,Indian Peafowl,1,2020-10-01 +21.50262527,-158.1838129,Kalij Pheasant,1,2020-10-01 +21.50262527,-158.1838129,Red-crested Cardinal,1,2020-10-01 +21.50262527,-158.1838129,Red-vented Bulbul,1,2020-10-01 +21.50262527,-158.1838129,Red-whiskered Bulbul,1,2020-10-01 +21.50262527,-158.1838129,Spotted Dove,1,2020-10-01 +21.50262527,-158.1838129,Warbling White-eye,1,2020-10-01 +21.50262527,-158.1838129,White-rumped Shama,1,2020-10-01 +21.50262527,-158.1838129,Zebra Dove,1,2020-10-01 +21.55719021,-158.2607673,African Silverbill,1,2022-02-24 +21.55719021,-158.2607673,Black Francolin,1,2022-02-24 +21.55719021,-158.2607673,Brown Booby,1,2022-02-24 +21.55719021,-158.2607673,Common Myna,2,2022-02-24 +21.55719021,-158.2607673,Common Waxbill,2,2022-02-24 +21.55719021,-158.2607673,Gray Francolin,1,2022-02-24 +21.55719021,-158.2607673,Northern Cardinal,1,2022-02-24 +21.55719021,-158.2607673,Red-crested Cardinal,1,2022-02-24 +21.55719021,-158.2607673,Red-vented Bulbul,2,2022-02-24 +21.55719021,-158.2607673,Spotted Dove,1,2022-02-24 +21.55719021,-158.2607673,Zebra Dove,2,2022-02-24 +21.5840336,-158.2026676,Common Myna,2,2019-05-09 +21.5840336,-158.2026676,Common Waxbill,3,2021-08-07 +21.5840336,-158.2026676,Eurasian Skylark,1,2023-12-29 +21.5840336,-158.2026676,Gray Francolin,6,2023-04-15 +21.5840336,-158.2026676,House Finch,3,2022-05-05 +21.5840336,-158.2026676,Laysan Albatross,5,2022-05-05 +21.5840336,-158.2026676,Northern Cardinal,3,2022-05-05 +21.5840336,-158.2026676,Pacific Golden-Plover,2,2023-04-15 +21.5840336,-158.2026676,Red Junglefowl,1,2023-02-14 +21.5840336,-158.2026676,Saffron Finch,3,2023-11-05 +21.5840336,-158.2026676,Zebra Dove,1,2022-05-05 +21.62854493,-158.0768231,Common Myna,1,2023-03-13 +21.62854493,-158.0768231,Common Waxbill,1,2023-03-13 +21.62854493,-158.0768231,Great Frigatebird,1,2021-06-25 +21.62854493,-158.0768231,Northern Cardinal,1,2023-03-13 +21.62854493,-158.0768231,Red-crested Cardinal,1,2023-03-13 +21.62854493,-158.0768231,Red-vented Bulbul,3,2023-02-07 +21.62854493,-158.0768231,Sanderling,1,2023-03-13 +21.62854493,-158.0768231,Spotted Dove,1,2021-06-25 +21.62854493,-158.0768231,Wandering Tattler,2,2023-03-13 +21.62854493,-158.0768231,Western Cattle Egret,1,2021-10-02 +21.62854493,-158.0768231,Zebra Dove,1,2023-03-13 +21.27410861,-157.7513504,Common Myna,5,2023-03-29 +21.27410861,-157.7513504,House Sparrow,2,2023-03-29 +21.27410861,-157.7513504,Java Sparrow,1,2020-01-24 +21.27410861,-157.7513504,Feral Mallard,3,2021-10-26 +21.27410861,-157.7513504,Pacific Golden-Plover,1,2020-01-24 +21.27410861,-157.7513504,Red-vented Bulbul,2,2023-03-29 +21.27410861,-157.7513504,Rock Pigeon,3,2021-10-26 +21.27410861,-157.7513504,Spotted Dove,2,2023-03-29 +21.27410861,-157.7513504,Western Cattle Egret,4,2023-03-29 +21.27410861,-157.7513504,White Tern,4,2023-03-29 +21.27410861,-157.7513504,Zebra Dove,3,2023-03-29 +21.31197349,-158.0113297,Common Myna,2,2019-05-05 +21.31197349,-158.0113297,Common Waxbill,1,2019-05-05 +21.31197349,-158.0113297,Java Sparrow,2,2021-10-06 +21.31197349,-158.0113297,Red Junglefowl,1,2019-05-04 +21.31197349,-158.0113297,Red-crested Cardinal,3,2021-10-06 +21.31197349,-158.0113297,Red-vented Bulbul,1,2019-05-05 +21.31197349,-158.0113297,Red-whiskered Bulbul,2,2019-05-05 +21.31197349,-158.0113297,Rock Pigeon,2,2019-05-05 +21.31197349,-158.0113297,Saffron Finch,1,2019-05-04 +21.31197349,-158.0113297,Spotted Dove,2,2019-05-05 +21.31197349,-158.0113297,White Tern,1,2019-05-05 +21.31197349,-158.0113297,Zebra Dove,2,2019-05-05 +21.31191636,-158.001689,Chestnut Munia,1,2019-03-17 +21.31191636,-158.001689,Common Myna,2,2019-03-17 +21.31191636,-158.001689,Common Waxbill,1,2019-03-17 +21.31191636,-158.001689,Gray Francolin,1,2019-06-15 +21.31191636,-158.001689,House Finch,1,2019-03-17 +21.31191636,-158.001689,Red-crested Cardinal,2,2019-03-17 +21.31191636,-158.001689,Red-vented Bulbul,2,2019-03-17 +21.31191636,-158.001689,Rock Pigeon,1,2019-03-17 +21.31191636,-158.001689,Saffron Finch,1,2019-03-17 +21.31191636,-158.001689,Spotted Dove,2,2019-03-17 +21.31191636,-158.001689,Warbling White-eye,1,2019-03-17 +21.31191636,-158.001689,Zebra Dove,2,2019-03-17 +21.32987005,-157.9822836,Chestnut Munia,1,2019-06-13 +21.32987005,-157.9822836,Common Myna,1,2019-04-21 +21.32987005,-157.9822836,Common Waxbill,1,2019-06-13 +21.32987005,-157.9822836,House Finch,1,2019-06-13 +21.32987005,-157.9822836,House Sparrow,2,2019-06-13 +21.32987005,-157.9822836,Red-crested Cardinal,2,2019-06-13 +21.32987005,-157.9822836,Saffron Finch,1,2019-06-13 +21.32987005,-157.9822836,Spotted Dove,2,2019-06-13 +21.32987005,-157.9822836,Warbling White-eye,1,2019-04-21 +21.32987005,-157.9822836,Western Cattle Egret,2,2019-06-13 +21.32987005,-157.9822836,White Tern,1,2019-06-13 +21.32987005,-157.9822836,Zebra Dove,1,2019-06-13 +21.33946127,-158.0786465,Common Myna,6,2024-02-05 +21.33946127,-158.0786465,House Sparrow,5,2024-02-05 +21.33946127,-158.0786465,Java Sparrow,1,2019-07-01 +21.33946127,-158.0786465,Northern Cardinal,1,2021-12-25 +21.33946127,-158.0786465,Pacific Golden-Plover,2,2021-12-25 +21.33946127,-158.0786465,Red-crested Cardinal,2,2024-02-05 +21.33946127,-158.0786465,Red-vented Bulbul,2,2024-02-05 +21.33946127,-158.0786465,Rock Pigeon,2,2024-02-05 +21.33946127,-158.0786465,Saffron Finch,3,2024-02-05 +21.33946127,-158.0786465,Spotted Dove,1,2021-12-25 +21.33946127,-158.0786465,Western Cattle Egret,2,2021-12-25 +21.33946127,-158.0786465,Zebra Dove,7,2024-02-05 +21.33822625,-157.8761576,Common Myna,1,2019-06-22 +21.33822625,-157.8761576,Common Waxbill,1,2019-06-22 +21.33822625,-157.8761576,Great Frigatebird,1,2019-06-22 +21.33822625,-157.8761576,House Sparrow,1,2019-06-22 +21.33822625,-157.8761576,Red-crested Cardinal,1,2019-06-22 +21.33822625,-157.8761576,Red-vented Bulbul,1,2019-06-22 +21.33822625,-157.8761576,Rock Pigeon,2,2023-10-13 +21.33822625,-157.8761576,Rose-ringed Parakeet,1,2023-11-11 +21.33822625,-157.8761576,Spotted Dove,1,2019-06-22 +21.33822625,-157.8761576,Warbling White-eye,1,2019-06-22 +21.33822625,-157.8761576,Western Cattle Egret,2,2019-11-04 +21.33822625,-157.8761576,Zebra Dove,1,2019-06-22 +21.33776082,-157.8086651,Common Waxbill,2,2023-01-12 +21.33776082,-157.8086651,Northern Cardinal,2,2023-01-12 +21.33776082,-157.8086651,Red Junglefowl,2,2023-01-12 +21.33776082,-157.8086651,Red-billed Leiothrix,3,2023-05-13 +21.33776082,-157.8086651,Red-crested Cardinal,2,2023-01-12 +21.33776082,-157.8086651,Red-vented Bulbul,2,2023-01-12 +21.33776082,-157.8086651,Rose-ringed Parakeet,2,2023-01-12 +21.33776082,-157.8086651,Spotted Dove,2,2023-01-12 +21.33776082,-157.8086651,Warbling White-eye,3,2023-05-13 +21.33776082,-157.8086651,White-rumped Shama,3,2023-05-13 +21.33776082,-157.8086651,Zebra Dove,2,2023-01-12 +21.34763947,-157.9339449,Common Myna,7,2024-02-20 +21.34763947,-157.9339449,House Finch,1,2022-03-16 +21.34763947,-157.9339449,House Sparrow,5,2023-06-25 +21.34763947,-157.9339449,Pacific Golden-Plover,3,2024-02-20 +21.34763947,-157.9339449,Red Junglefowl,1,2022-03-16 +21.34763947,-157.9339449,Red-whiskered Bulbul,1,2022-03-16 +21.34763947,-157.9339449,Rock Pigeon,6,2023-12-16 +21.34763947,-157.9339449,Rose-ringed Parakeet,2,2023-01-24 +21.34763947,-157.9339449,Saffron Finch,1,2024-02-20 +21.34763947,-157.9339449,Spotted Dove,3,2022-12-04 +21.34763947,-157.9339449,Western Cattle Egret,4,2024-02-20 +21.34763947,-157.9339449,Zebra Dove,6,2023-06-25 +21.35778658,-158.1267525,African Silverbill,1,2021-09-04 +21.35778658,-158.1267525,Brown Booby,1,2021-12-24 +21.35778658,-158.1267525,Common Myna,1,2019-04-06 +21.35778658,-158.1267525,Common Waxbill,1,2021-09-04 +21.35778658,-158.1267525,Great Frigatebird,1,2019-09-13 +21.35778658,-158.1267525,House Sparrow,1,2019-04-06 +21.35778658,-158.1267525,Java Sparrow,1,2021-09-04 +21.35778658,-158.1267525,Pacific Golden-Plover,1,2019-04-06 +21.35778658,-158.1267525,Saffron Finch,2,2022-03-05 +21.35778658,-158.1267525,Warbling White-eye,1,2019-04-06 +21.35778658,-158.1267525,Western Cattle Egret,1,2019-04-06 +21.35778658,-158.1267525,Zebra Dove,1,2021-09-04 +21.35561914,-157.7795905,House Finch,2,2023-09-04 +21.35561914,-157.7795905,Oahu Amakihi,1,2023-09-04 +21.35561914,-157.7795905,Red Junglefowl,1,2023-01-14 +21.35561914,-157.7795905,Red-billed Leiothrix,1,2023-01-14 +21.35561914,-157.7795905,Red-crested Cardinal,1,2023-01-14 +21.35561914,-157.7795905,Red-vented Bulbul,2,2023-09-04 +21.35561914,-157.7795905,Red-whiskered Bulbul,2,2023-09-04 +21.35561914,-157.7795905,Saffron Finch,1,2023-09-04 +21.35561914,-157.7795905,Spotted Dove,1,2023-01-14 +21.35561914,-157.7795905,Warbling White-eye,2,2023-09-04 +21.35561914,-157.7795905,White-tailed Tropicbird,1,2023-01-14 +21.35561914,-157.7795905,Zebra Dove,1,2023-01-14 +21.36639989,-158.0495432,Chestnut Munia,2,2021-06-19 +21.36639989,-158.0495432,Common Myna,2,2021-06-19 +21.36639989,-158.0495432,Common Waxbill,2,2021-06-19 +21.36639989,-158.0495432,Northern Cardinal,2,2021-06-19 +21.36639989,-158.0495432,Red Avadavat,2,2021-06-19 +21.36639989,-158.0495432,Red-vented Bulbul,2,2021-06-19 +21.36639989,-158.0495432,Rock Pigeon,2,2021-06-19 +21.36639989,-158.0495432,Scaly-breasted Munia,2,2021-06-19 +21.36639989,-158.0495432,Spotted Dove,2,2021-06-19 +21.36639989,-158.0495432,Warbling White-eye,2,2021-06-19 +21.36639989,-158.0495432,Western Cattle Egret,2,2021-06-19 +21.36639989,-158.0495432,Zebra Dove,2,2021-06-19 +21.39327865,-158.0107838,Black-crowned Night Heron,1,2019-05-04 +21.39327865,-158.0107838,Common Myna,3,2019-02-19 +21.39327865,-158.0107838,Java Sparrow,9,2019-02-19 +21.39327865,-158.0107838,Northern Cardinal,7,2019-02-19 +21.39327865,-158.0107838,Northern Mockingbird,1,2019-02-17 +21.39327865,-158.0107838,Red-crested Cardinal,7,2019-02-19 +21.39327865,-158.0107838,Red-vented Bulbul,1,2019-02-18 +21.39327865,-158.0107838,Rock Pigeon,1,2019-05-04 +21.39327865,-158.0107838,Rose-ringed Parakeet,1,2019-01-31 +21.39327865,-158.0107838,Spotted Dove,5,2019-02-19 +21.39327865,-158.0107838,Western Cattle Egret,2,2019-02-18 +21.39327865,-158.0107838,Zebra Dove,8,2019-02-19 +21.41111403,-157.972074,Chestnut Munia,1,2022-07-27 +21.41111403,-157.972074,Common Myna,1,2022-07-27 +21.41111403,-157.972074,Common Waxbill,1,2022-07-27 +21.41111403,-157.972074,House Finch,1,2022-07-27 +21.41111403,-157.972074,House Sparrow,1,2022-07-27 +21.41111403,-157.972074,Java Sparrow,1,2022-07-27 +21.41111403,-157.972074,Red-crested Cardinal,1,2022-07-27 +21.41111403,-157.972074,Red-vented Bulbul,1,2022-07-27 +21.41111403,-157.972074,Rose-ringed Parakeet,1,2022-07-27 +21.41111403,-157.972074,Saffron Finch,1,2022-07-27 +21.41111403,-157.972074,Western Cattle Egret,1,2022-07-27 +21.41111403,-157.972074,Zebra Dove,1,2022-07-27 +21.41002653,-157.8080795,Chestnut Munia,1,2019-07-08 +21.41002653,-157.8080795,Common Myna,1,2022-03-30 +21.41002653,-157.8080795,Common Waxbill,1,2022-03-30 +21.41002653,-157.8080795,House Finch,1,2022-03-30 +21.41002653,-157.8080795,Red Junglefowl,1,2022-03-30 +21.41002653,-157.8080795,Red-crested Cardinal,1,2022-03-30 +21.41002653,-157.8080795,Red-vented Bulbul,1,2022-03-30 +21.41002653,-157.8080795,Red-whiskered Bulbul,1,2022-03-30 +21.41002653,-157.8080795,Scaly-breasted Munia,1,2023-02-23 +21.41002653,-157.8080795,Spotted Dove,1,2022-03-30 +21.41002653,-157.8080795,Western Cattle Egret,1,2022-03-30 +21.41002653,-157.8080795,Zebra Dove,1,2022-03-30 +21.42102563,-158.1263769,Chestnut Munia,1,2019-03-04 +21.42102563,-158.1263769,Erckel's Spurfowl,1,2019-03-04 +21.42102563,-158.1263769,Gray Francolin,1,2019-03-04 +21.42102563,-158.1263769,Oahu Amakihi,1,2019-03-04 +21.42102563,-158.1263769,Oahu Elepaio,1,2019-03-04 +21.42102563,-158.1263769,Red-billed Leiothrix,1,2019-03-04 +21.42102563,-158.1263769,Red-vented Bulbul,1,2019-03-04 +21.42102563,-158.1263769,Red-whiskered Bulbul,1,2019-03-04 +21.42102563,-158.1263769,Spotted Dove,1,2019-03-04 +21.42102563,-158.1263769,Warbling White-eye,1,2019-03-04 +21.42102563,-158.1263769,White-rumped Shama,1,2019-03-04 +21.42102563,-158.1263769,Zebra Dove,1,2019-03-04 +21.43020703,-158.1552692,Black-crowned Night Heron,1,2022-04-28 +21.43020703,-158.1552692,Common Myna,1,2022-04-28 +21.43020703,-158.1552692,Common Waxbill,1,2022-04-28 +21.43020703,-158.1552692,Eurasian Skylark,1,2022-04-28 +21.43020703,-158.1552692,Gray Francolin,1,2022-04-28 +21.43020703,-158.1552692,Hawaiian Coot,1,2022-04-28 +21.43020703,-158.1552692,House Sparrow,1,2022-04-28 +21.43020703,-158.1552692,Pacific Golden-Plover,1,2022-04-28 +21.43020703,-158.1552692,Red-crested Cardinal,1,2022-04-28 +21.43020703,-158.1552692,Saffron Finch,1,2022-04-28 +21.43020703,-158.1552692,Short-eared Owl,1,2022-04-28 +21.43020703,-158.1552692,Western Cattle Egret,1,2022-04-28 +21.43809547,-157.9525867,Common Myna,2,2022-01-01 +21.43809547,-157.9525867,Common Waxbill,2,2022-01-01 +21.43809547,-157.9525867,Red-crested Cardinal,1,2019-01-02 +21.43809547,-157.9525867,Red-crowned Parrot,1,2019-01-02 +21.43809547,-157.9525867,Red-vented Bulbul,1,2019-01-02 +21.43809547,-157.9525867,Rock Pigeon,2,2022-01-01 +21.43809547,-157.9525867,Rose-ringed Parakeet,2,2022-01-01 +21.43809547,-157.9525867,Spotted Dove,2,2022-01-01 +21.43809547,-157.9525867,Warbling White-eye,1,2019-01-02 +21.43809547,-157.9525867,Western Cattle Egret,1,2019-01-02 +21.43809547,-157.9525867,White-rumped Shama,1,2019-01-02 +21.43809547,-157.9525867,Zebra Dove,2,2022-01-01 +21.44629613,-157.8270838,Chestnut Munia,1,2019-05-26 +21.44629613,-157.8270838,Common Myna,2,2022-01-14 +21.44629613,-157.8270838,Common Waxbill,1,2022-01-14 +21.44629613,-157.8270838,House Finch,1,2022-01-14 +21.44629613,-157.8270838,Red-billed Leiothrix,1,2022-01-14 +21.44629613,-157.8270838,Red-vented Bulbul,2,2022-01-14 +21.44629613,-157.8270838,Red-whiskered Bulbul,2,2022-01-14 +21.44629613,-157.8270838,Spotted Dove,2,2022-01-14 +21.44629613,-157.8270838,Warbling White-eye,2,2022-01-14 +21.44629613,-157.8270838,Western Cattle Egret,1,2022-02-14 +21.44629613,-157.8270838,White-rumped Shama,2,2022-01-14 +21.44629613,-157.8270838,Zebra Dove,2,2022-01-14 +21.45740633,-158.1744142,African Silverbill,1,2019-12-17 +21.45740633,-158.1744142,Barn Owl,1,2020-06-05 +21.45740633,-158.1744142,Common Myna,1,2019-12-17 +21.45740633,-158.1744142,Common Waxbill,1,2019-12-17 +21.45740633,-158.1744142,House Finch,1,2019-12-17 +21.45740633,-158.1744142,Java Sparrow,1,2019-12-17 +21.45740633,-158.1744142,Red-crested Cardinal,1,2019-12-17 +21.45740633,-158.1744142,Red-vented Bulbul,1,2019-12-17 +21.45740633,-158.1744142,Saffron Finch,1,2019-12-17 +21.45740633,-158.1744142,Spotted Dove,1,2019-12-17 +21.45740633,-158.1744142,Warbling White-eye,1,2019-12-17 +21.45740633,-158.1744142,Zebra Dove,1,2019-12-17 +21.47372798,-157.8751202,Common Myna,1,2022-11-22 +21.47372798,-157.8751202,Java Sparrow,1,2022-11-22 +21.47372798,-157.8751202,Oahu Elepaio,1,2022-11-22 +21.47372798,-157.8751202,Red Junglefowl,1,2022-11-22 +21.47372798,-157.8751202,Red-crested Cardinal,1,2022-11-22 +21.47372798,-157.8751202,Red-vented Bulbul,1,2022-11-22 +21.47372798,-157.8751202,Rose-ringed Parakeet,1,2022-11-22 +21.47372798,-157.8751202,Spotted Dove,1,2022-11-22 +21.47372798,-157.8751202,Warbling White-eye,1,2022-11-22 +21.47372798,-157.8751202,Western Cattle Egret,1,2022-11-22 +21.47372798,-157.8751202,White-rumped Shama,1,2022-11-22 +21.47372798,-157.8751202,Zebra Dove,1,2022-11-22 +21.48478444,-158.2321771,Brown Booby,4,2023-02-09 +21.48478444,-158.2321771,Common Myna,6,2023-06-06 +21.48478444,-158.2321771,House Finch,1,2021-10-17 +21.48478444,-158.2321771,Java Sparrow,3,2023-02-09 +21.48478444,-158.2321771,Northern Cardinal,2,2023-02-09 +21.48478444,-158.2321771,Pacific Golden-Plover,4,2023-02-09 +21.48478444,-158.2321771,Red Junglefowl,2,2023-02-09 +21.48478444,-158.2321771,Red-crested Cardinal,3,2022-01-22 +21.48478444,-158.2321771,Red-vented Bulbul,1,2023-06-06 +21.48478444,-158.2321771,Saffron Finch,5,2022-03-20 +21.48478444,-158.2321771,Wandering Tattler,2,2021-10-17 +21.48478444,-158.2321771,Zebra Dove,5,2023-02-09 +21.48455649,-158.1839139,Common Myna,1,2021-10-30 +21.48455649,-158.1839139,Erckel's Spurfowl,1,2021-10-30 +21.48455649,-158.1839139,Gray Francolin,1,2021-10-30 +21.48455649,-158.1839139,Indian Peafowl,1,2021-10-30 +21.48455649,-158.1839139,Northern Cardinal,1,2021-10-30 +21.48455649,-158.1839139,Red-crested Cardinal,1,2021-10-30 +21.48455649,-158.1839139,Red-vented Bulbul,2,2021-10-30 +21.48455649,-158.1839139,Saffron Finch,2,2023-05-20 +21.48455649,-158.1839139,Spotted Dove,1,2021-10-30 +21.48455649,-158.1839139,Warbling White-eye,1,2021-10-30 +21.48455649,-158.1839139,Yellow-fronted Canary,1,2021-10-30 +21.48455649,-158.1839139,Zebra Dove,1,2021-10-30 +21.48367379,-158.0198264,Black-crowned Night Heron,1,2023-01-10 +21.48367379,-158.0198264,Common Myna,3,2023-04-06 +21.48367379,-158.0198264,Common Waxbill,1,2022-12-05 +21.48367379,-158.0198264,Pacific Golden-Plover,2,2023-01-10 +21.48367379,-158.0198264,Red Junglefowl,1,2023-01-10 +21.48367379,-158.0198264,Red-crested Cardinal,2,2023-01-10 +21.48367379,-158.0198264,Red-crowned Parrot,1,2019-12-09 +21.48367379,-158.0198264,Red-vented Bulbul,3,2023-12-30 +21.48367379,-158.0198264,Rose-ringed Parakeet,2,2023-12-30 +21.48367379,-158.0198264,Spotted Dove,1,2023-01-10 +21.48367379,-158.0198264,Western Cattle Egret,2,2023-01-10 +21.48367379,-158.0198264,Zebra Dove,2,2023-01-10 +21.51083157,-158.0292985,Chestnut Munia,1,2022-05-09 +21.51083157,-158.0292985,Common Myna,1,2022-05-09 +21.51083157,-158.0292985,Common Waxbill,1,2022-05-09 +21.51083157,-158.0292985,Indian Peafowl,1,2023-09-05 +21.51083157,-158.0292985,Japanese Bush Warbler,1,2022-05-09 +21.51083157,-158.0292985,Northern Cardinal,1,2022-05-09 +21.51083157,-158.0292985,Red-crested Cardinal,1,2022-05-09 +21.51083157,-158.0292985,Red-vented Bulbul,1,2022-05-09 +21.51083157,-158.0292985,Warbling White-eye,1,2022-05-09 +21.51083157,-158.0292985,Western Cattle Egret,1,2022-05-09 +21.51083157,-158.0292985,Yellow-fronted Canary,1,2022-05-09 +21.51083157,-158.0292985,Zebra Dove,1,2022-05-09 +21.53740512,-157.9422198,Apapane,3,2021-09-30 +21.53740512,-157.9422198,Common Waxbill,3,2021-09-30 +21.53740512,-157.9422198,House Finch,2,2021-09-30 +21.53740512,-157.9422198,Northern Cardinal,2,2021-09-30 +21.53740512,-157.9422198,Oahu Amakihi,2,2021-09-30 +21.53740512,-157.9422198,Red-billed Leiothrix,3,2021-09-30 +21.53740512,-157.9422198,Red-vented Bulbul,3,2021-09-30 +21.53740512,-157.9422198,Red-whiskered Bulbul,3,2021-09-30 +21.53740512,-157.9422198,Spotted Dove,3,2021-09-30 +21.53740512,-157.9422198,Warbling White-eye,3,2021-09-30 +21.53740512,-157.9422198,White-rumped Shama,3,2021-09-30 +21.53740512,-157.9422198,Yellow-faced Grassquit,3,2021-09-30 +21.55509316,-157.8841506,Chestnut Munia,1,2022-04-22 +21.55509316,-157.8841506,Common Myna,1,2022-04-22 +21.55509316,-157.8841506,Common Waxbill,1,2022-04-22 +21.55509316,-157.8841506,Northern Cardinal,1,2022-04-22 +21.55509316,-157.8841506,Pacific Golden-Plover,1,2022-04-22 +21.55509316,-157.8841506,Red Junglefowl,1,2022-04-22 +21.55509316,-157.8841506,Red-crested Cardinal,1,2022-04-22 +21.55509316,-157.8841506,Red-vented Bulbul,1,2022-04-22 +21.55509316,-157.8841506,Red-whiskered Bulbul,1,2022-04-22 +21.55509316,-157.8841506,Spotted Dove,1,2022-04-22 +21.55509316,-157.8841506,Warbling White-eye,1,2022-04-22 +21.55509316,-157.8841506,White-rumped Shama,1,2022-04-22 +21.57450034,-158.106142,African Silverbill,1,2022-02-23 +21.57450034,-158.106142,Common Myna,4,2024-01-25 +21.57450034,-158.106142,House Sparrow,2,2023-04-15 +21.57450034,-158.106142,Pacific Golden-Plover,2,2023-04-15 +21.57450034,-158.106142,Red Junglefowl,1,2023-08-17 +21.57450034,-158.106142,Red-vented Bulbul,4,2023-04-15 +21.57450034,-158.106142,Saffron Finch,4,2023-08-17 +21.57450034,-158.106142,Scaly-breasted Munia,1,2022-02-23 +21.57450034,-158.106142,Spotted Dove,2,2023-04-15 +21.57450034,-158.106142,Western Cattle Egret,2,2024-01-25 +21.57450034,-158.106142,White-rumped Shama,1,2021-05-12 +21.57450034,-158.106142,Zebra Dove,3,2023-08-17 +21.60165422,-158.1156348,Black-crowned Night Heron,1,2023-04-29 +21.60165422,-158.1156348,Brown Booby,3,2023-04-29 +21.60165422,-158.1156348,Common Myna,2,2021-12-08 +21.60165422,-158.1156348,Great Frigatebird,2,2021-12-08 +21.60165422,-158.1156348,Laysan Albatross,1,2023-04-29 +21.60165422,-158.1156348,Masked Booby,2,2021-12-08 +21.60165422,-158.1156348,Red Junglefowl,2,2021-12-08 +21.60165422,-158.1156348,Red-crested Cardinal,2,2021-12-08 +21.60165422,-158.1156348,Spotted Dove,2,2021-12-08 +21.60165422,-158.1156348,Wedge-tailed Shearwater,1,2023-04-29 +21.60165422,-158.1156348,Western Cattle Egret,1,2023-04-29 +21.60165422,-158.1156348,Zebra Dove,2,2021-12-08 +21.60973335,-157.9513544,Apapane,2,2022-06-20 +21.60973335,-157.9513544,Common Waxbill,3,2022-06-20 +21.60973335,-157.9513544,House Finch,1,2022-06-20 +21.60973335,-157.9513544,House Sparrow,1,2022-06-20 +21.60973335,-157.9513544,Japanese Bush Warbler,2,2022-06-20 +21.60973335,-157.9513544,Oahu Amakihi,3,2022-06-20 +21.60973335,-157.9513544,Red-billed Leiothrix,1,2022-06-20 +21.60973335,-157.9513544,Red-vented Bulbul,2,2022-06-20 +21.60973335,-157.9513544,Red-whiskered Bulbul,1,2022-06-20 +21.60973335,-157.9513544,Salmon-crested Cockatoo,1,2022-06-20 +21.60973335,-157.9513544,Warbling White-eye,3,2022-06-20 +21.60973335,-157.9513544,White-rumped Shama,2,2022-06-20 +21.66393383,-157.9509628,Common Myna,14,2022-07-26 +21.66393383,-157.9509628,Common Waxbill,3,2022-07-20 +21.66393383,-157.9509628,House Finch,2,2022-06-01 +21.66393383,-157.9509628,Java Sparrow,2,2022-07-26 +21.66393383,-157.9509628,Northern Cardinal,5,2022-07-26 +21.66393383,-157.9509628,Red-billed Leiothrix,14,2022-07-26 +21.66393383,-157.9509628,Red-vented Bulbul,5,2022-07-20 +21.66393383,-157.9509628,Red-whiskered Bulbul,7,2022-07-12 +21.66393383,-157.9509628,Spotted Dove,7,2022-07-12 +21.66393383,-157.9509628,Warbling White-eye,8,2022-07-12 +21.66393383,-157.9509628,White-rumped Shama,10,2022-06-28 +21.66393383,-157.9509628,Zebra Dove,8,2022-07-26 +21.31203014,-158.0209705,Chestnut Munia,2,2022-05-10 +21.31203014,-158.0209705,Common Myna,2,2022-05-10 +21.31203014,-158.0209705,Common Waxbill,2,2022-05-10 +21.31203014,-158.0209705,House Sparrow,2,2022-05-10 +21.31203014,-158.0209705,Java Sparrow,1,2021-10-29 +21.31203014,-158.0209705,Red-crested Cardinal,2,2022-05-10 +21.31203014,-158.0209705,Red-vented Bulbul,1,2022-05-10 +21.31203014,-158.0209705,Red-whiskered Bulbul,1,2021-06-12 +21.31203014,-158.0209705,Rock Pigeon,2,2022-05-10 +21.31203014,-158.0209705,Rose-ringed Parakeet,1,2021-11-14 +21.31203014,-158.0209705,Spotted Dove,2,2022-05-10 +21.31203014,-158.0209705,Western Cattle Egret,1,2021-10-29 +21.31203014,-158.0209705,Zebra Dove,2,2022-05-10 +21.30972577,-157.68357,Black-necked Stilt,1,2021-03-12 +21.30972577,-157.68357,Common Myna,3,2024-02-19 +21.30972577,-157.68357,House Finch,1,2021-03-12 +21.30972577,-157.68357,House Sparrow,1,2021-10-15 +21.30972577,-157.68357,Java Sparrow,2,2021-10-15 +21.30972577,-157.68357,Pacific Golden-Plover,2,2021-10-15 +21.30972577,-157.68357,Red-crested Cardinal,3,2024-02-19 +21.30972577,-157.68357,Red-vented Bulbul,3,2024-02-19 +21.30972577,-157.68357,Red-whiskered Bulbul,2,2024-02-19 +21.30972577,-157.68357,Spotted Dove,2,2021-10-15 +21.30972577,-157.68357,Warbling White-eye,1,2021-10-15 +21.30972577,-157.68357,Western Cattle Egret,1,2021-10-15 +21.30972577,-157.68357,Zebra Dove,3,2024-02-19 +21.32144649,-158.0884012,African Silverbill,1,2019-12-31 +21.32144649,-158.0884012,Chestnut Munia,3,2019-03-26 +21.32144649,-158.0884012,Common Myna,4,2019-12-31 +21.32144649,-158.0884012,Common Waxbill,2,2020-01-01 +21.32144649,-158.0884012,Eurasian Skylark,1,2020-01-01 +21.32144649,-158.0884012,Gray Francolin,4,2020-01-01 +21.32144649,-158.0884012,House Finch,1,2020-01-01 +21.32144649,-158.0884012,Pacific Golden-Plover,4,2020-01-01 +21.32144649,-158.0884012,Red-crested Cardinal,2,2020-01-01 +21.32144649,-158.0884012,Red-vented Bulbul,1,2019-12-31 +21.32144649,-158.0884012,Saffron Finch,2,2020-01-01 +21.32144649,-158.0884012,Spotted Dove,2,2020-01-01 +21.32144649,-158.0884012,Zebra Dove,2,2020-01-01 +21.32035009,-157.9052174,African Silverbill,1,2021-01-10 +21.32035009,-157.9052174,Chestnut Munia,4,2022-03-06 +21.32035009,-157.9052174,Common Myna,6,2022-12-07 +21.32035009,-157.9052174,Common Waxbill,1,2024-01-30 +21.32035009,-157.9052174,Eurasian Skylark,4,2022-03-06 +21.32035009,-157.9052174,House Finch,1,2021-01-10 +21.32035009,-157.9052174,House Sparrow,6,2024-01-30 +21.32035009,-157.9052174,Pacific Golden-Plover,5,2024-01-30 +21.32035009,-157.9052174,Red-crested Cardinal,1,2020-11-29 +21.32035009,-157.9052174,Red-vented Bulbul,5,2022-12-05 +21.32035009,-157.9052174,Spotted Dove,1,2022-12-07 +21.32035009,-157.9052174,Western Cattle Egret,4,2022-03-06 +21.32035009,-157.9052174,Zebra Dove,6,2024-01-30 +21.33021062,-158.0401349,African Silverbill,1,2019-02-05 +21.33021062,-158.0401349,Common Myna,1,2019-02-05 +21.33021062,-158.0401349,Gray Francolin,1,2019-02-05 +21.33021062,-158.0401349,House Sparrow,1,2019-02-05 +21.33021062,-158.0401349,Northern Cardinal,1,2019-02-05 +21.33021062,-158.0401349,Red Junglefowl,1,2019-02-05 +21.33021062,-158.0401349,Red-crested Cardinal,1,2019-02-05 +21.33021062,-158.0401349,Red-vented Bulbul,1,2019-02-05 +21.33021062,-158.0401349,Red-whiskered Bulbul,1,2019-02-05 +21.33021062,-158.0401349,Spotted Dove,1,2019-02-05 +21.33021062,-158.0401349,Warbling White-eye,1,2019-02-05 +21.33021062,-158.0401349,Western Cattle Egret,1,2019-02-05 +21.33021062,-158.0401349,Zebra Dove,1,2019-02-05 +21.33918838,-158.0304332,Common Myna,1,2023-04-01 +21.33918838,-158.0304332,House Finch,1,2023-04-01 +21.33918838,-158.0304332,House Sparrow,1,2023-04-01 +21.33918838,-158.0304332,Java Sparrow,1,2023-04-01 +21.33918838,-158.0304332,Northern Cardinal,1,2023-04-01 +21.33918838,-158.0304332,Pacific Golden-Plover,1,2023-04-01 +21.33918838,-158.0304332,Red-vented Bulbul,1,2023-04-01 +21.33918838,-158.0304332,Rose-ringed Parakeet,1,2023-04-01 +21.33918838,-158.0304332,Saffron Finch,1,2023-04-01 +21.33918838,-158.0304332,Spotted Dove,1,2023-04-01 +21.33918838,-158.0304332,Warbling White-eye,1,2023-04-01 +21.33918838,-158.0304332,Western Cattle Egret,1,2023-04-01 +21.33918838,-158.0304332,Zebra Dove,1,2023-04-01 +21.34751374,-157.9146591,Chestnut Munia,1,2022-03-29 +21.34751374,-157.9146591,Common Myna,5,2023-12-03 +21.34751374,-157.9146591,Common Waxbill,1,2022-03-29 +21.34751374,-157.9146591,House Finch,2,2022-03-20 +21.34751374,-157.9146591,House Sparrow,4,2023-12-03 +21.34751374,-157.9146591,Pacific Golden-Plover,1,2022-03-20 +21.34751374,-157.9146591,Red Junglefowl,1,2023-12-16 +21.34751374,-157.9146591,Red-crested Cardinal,3,2022-08-04 +21.34751374,-157.9146591,Rose-ringed Parakeet,1,2022-03-27 +21.34751374,-157.9146591,Spotted Dove,1,2022-08-04 +21.34751374,-157.9146591,Warbling White-eye,2,2023-12-03 +21.34751374,-157.9146591,Western Cattle Egret,1,2022-08-04 +21.34751374,-157.9146591,Zebra Dove,6,2022-08-04 +21.35673526,-157.9435231,Common Myna,5,2023-08-17 +21.35673526,-157.9435231,House Finch,2,2022-03-05 +21.35673526,-157.9435231,House Sparrow,2,2022-03-05 +21.35673526,-157.9435231,Pacific Golden-Plover,4,2022-03-05 +21.35673526,-157.9435231,Red-crested Cardinal,2,2022-03-05 +21.35673526,-157.9435231,Red-vented Bulbul,3,2023-08-17 +21.35673526,-157.9435231,Rock Pigeon,2,2022-03-05 +21.35673526,-157.9435231,Saffron Finch,3,2023-08-17 +21.35673526,-157.9435231,Spotted Dove,2,2022-03-05 +21.35673526,-157.9435231,Warbling White-eye,3,2023-08-17 +21.35673526,-157.9435231,White Tern,4,2023-08-17 +21.35673526,-157.9435231,Yellow-fronted Canary,1,2022-06-01 +21.35673526,-157.9435231,Zebra Dove,2,2022-03-05 +21.35533417,-157.7410198,Common Myna,1,2022-02-20 +21.35533417,-157.7410198,Hawaiian Coot,1,2022-02-20 +21.35533417,-157.7410198,House Finch,1,2022-02-20 +21.35533417,-157.7410198,Java Sparrow,1,2022-02-20 +21.35533417,-157.7410198,Northern Cardinal,1,2022-02-20 +21.35533417,-157.7410198,Red-billed Leiothrix,1,2022-02-20 +21.35533417,-157.7410198,Red-crested Cardinal,1,2022-02-20 +21.35533417,-157.7410198,Red-whiskered Bulbul,1,2022-02-20 +21.35533417,-157.7410198,Spotted Dove,1,2022-02-20 +21.35533417,-157.7410198,Western Cattle Egret,1,2022-02-20 +21.35533417,-157.7410198,White Tern,1,2022-02-20 +21.35533417,-157.7410198,White-rumped Shama,1,2022-02-20 +21.35533417,-157.7410198,Zebra Dove,1,2022-02-20 +21.36564338,-157.92417,Black-necked Stilt,1,2023-02-22 +21.36564338,-157.92417,Common Myna,2,2023-02-22 +21.36564338,-157.92417,Great-tailed Grackle,1,2023-04-26 +21.36564338,-157.92417,House Sparrow,2,2023-02-22 +21.36564338,-157.92417,Pacific Golden-Plover,1,2023-02-22 +21.36564338,-157.92417,Red-crested Cardinal,1,2021-06-28 +21.36564338,-157.92417,Red-crowned Parrot,1,2023-02-22 +21.36564338,-157.92417,Rock Pigeon,1,2023-02-22 +21.36564338,-157.92417,Rose-ringed Parakeet,1,2023-02-22 +21.36564338,-157.92417,Saffron Finch,1,2023-02-22 +21.36564338,-157.92417,Spotted Dove,1,2023-02-22 +21.36564338,-157.92417,Western Cattle Egret,2,2023-07-05 +21.36564338,-157.92417,Zebra Dove,1,2023-02-22 +21.37368537,-157.7794407,Chestnut Munia,5,2022-08-25 +21.37368537,-157.7794407,Common Myna,1,2021-11-26 +21.37368537,-157.7794407,Common Waxbill,2,2022-04-22 +21.37368537,-157.7794407,Java Sparrow,1,2021-11-26 +21.37368537,-157.7794407,Pacific Golden-Plover,1,2020-03-03 +21.37368537,-157.7794407,Red-vented Bulbul,1,2021-11-26 +21.37368537,-157.7794407,Red-whiskered Bulbul,1,2020-03-03 +21.37368537,-157.7794407,Rock Pigeon,1,2021-11-26 +21.37368537,-157.7794407,Scaly-breasted Munia,1,2022-08-25 +21.37368537,-157.7794407,Warbling White-eye,1,2021-11-26 +21.37368537,-157.7794407,Western Cattle Egret,2,2022-08-25 +21.37368537,-157.7794407,White-rumped Shama,1,2023-11-25 +21.37368537,-157.7794407,Zebra Dove,1,2021-11-26 +21.38401409,-157.9722639,Chestnut Munia,2,2023-11-27 +21.38401409,-157.9722639,Common Myna,2,2023-11-27 +21.38401409,-157.9722639,Common Waxbill,2,2023-11-27 +21.38401409,-157.9722639,Gray Francolin,1,2022-11-25 +21.38401409,-157.9722639,House Finch,1,2023-06-05 +21.38401409,-157.9722639,Pacific Golden-Plover,2,2023-11-27 +21.38401409,-157.9722639,Red-crested Cardinal,1,2021-06-21 +21.38401409,-157.9722639,Red-vented Bulbul,2,2023-11-27 +21.38401409,-157.9722639,Red-whiskered Bulbul,2,2023-11-27 +21.38401409,-157.9722639,Spotted Dove,2,2023-11-27 +21.38401409,-157.9722639,Warbling White-eye,1,2021-06-25 +21.38401409,-157.9722639,Western Cattle Egret,2,2023-11-27 +21.38401409,-157.9722639,Zebra Dove,2,2023-11-27 +21.41878057,-157.7694187,Black-necked Stilt,2,2021-04-30 +21.41878057,-157.7694187,Brown Booby,1,2023-12-02 +21.41878057,-157.7694187,Common Myna,2,2021-05-08 +21.41878057,-157.7694187,Common Waxbill,1,2021-05-08 +21.41878057,-157.7694187,House Sparrow,1,2021-05-08 +21.41878057,-157.7694187,Northern Cardinal,1,2019-05-26 +21.41878057,-157.7694187,Red-crested Cardinal,1,2019-05-26 +21.41878057,-157.7694187,Red-vented Bulbul,2,2021-05-08 +21.41878057,-157.7694187,Red-whiskered Bulbul,1,2019-05-26 +21.41878057,-157.7694187,Spotted Dove,1,2019-05-26 +21.41878057,-157.7694187,Warbling White-eye,1,2019-05-26 +21.41878057,-157.7694187,Western Cattle Egret,1,2019-05-26 +21.41878057,-157.7694187,Zebra Dove,2,2021-05-08 +21.42941402,-158.0105406,Common Myna,3,2019-11-25 +21.42941402,-158.0105406,Common Waxbill,2,2019-02-07 +21.42941402,-158.0105406,House Sparrow,1,2019-05-20 +21.42941402,-158.0105406,Pacific Golden-Plover,5,2021-03-20 +21.42941402,-158.0105406,Red-billed Leiothrix,1,2019-04-18 +21.42941402,-158.0105406,Red-crested Cardinal,1,2020-02-20 +21.42941402,-158.0105406,Red-vented Bulbul,1,2019-05-20 +21.42941402,-158.0105406,Rose-ringed Parakeet,2,2019-11-25 +21.42941402,-158.0105406,Saffron Finch,2,2019-02-14 +21.42941402,-158.0105406,Spotted Dove,4,2020-02-20 +21.42941402,-158.0105406,Western Cattle Egret,7,2019-04-18 +21.42941402,-158.0105406,White-rumped Shama,3,2019-05-20 +21.42941402,-158.0105406,Zebra Dove,5,2021-03-20 +21.43943164,-158.1938151,Brown Booby,3,2024-01-26 +21.43943164,-158.1938151,Common Myna,3,2023-08-22 +21.43943164,-158.1938151,House Sparrow,2,2023-08-22 +21.43943164,-158.1938151,Java Sparrow,1,2023-08-24 +21.43943164,-158.1938151,Pacific Golden-Plover,3,2023-08-22 +21.43943164,-158.1938151,Red-crested Cardinal,4,2023-08-25 +21.43943164,-158.1938151,Red-vented Bulbul,2,2023-08-22 +21.43943164,-158.1938151,Rock Pigeon,3,2023-08-22 +21.43943164,-158.1938151,Saffron Finch,2,2023-08-25 +21.43943164,-158.1938151,Spotted Dove,2,2022-01-08 +21.43943164,-158.1938151,Warbling White-eye,1,2020-10-08 +21.43943164,-158.1938151,White-rumped Shama,1,2020-10-08 +21.43943164,-158.1938151,Zebra Dove,3,2023-08-22 +21.43733029,-157.8368042,Chestnut Munia,1,2022-07-08 +21.43733029,-157.8368042,Common Myna,3,2023-12-14 +21.43733029,-157.8368042,Common Waxbill,1,2023-12-14 +21.43733029,-157.8368042,Java Sparrow,1,2022-07-08 +21.43733029,-157.8368042,Northern Cardinal,1,2021-12-29 +21.43733029,-157.8368042,Pacific Golden-Plover,2,2020-01-06 +21.43733029,-157.8368042,Red-crested Cardinal,3,2023-12-14 +21.43733029,-157.8368042,Red-vented Bulbul,1,2022-07-08 +21.43733029,-157.8368042,Rock Pigeon,1,2021-12-29 +21.43733029,-157.8368042,Spotted Dove,1,2023-12-14 +21.43733029,-157.8368042,Western Cattle Egret,1,2022-07-08 +21.43733029,-157.8368042,White-rumped Shama,2,2023-12-14 +21.43733029,-157.8368042,Zebra Dove,1,2022-07-08 +21.4746963,-158.0295382,Chestnut Munia,1,2020-01-15 +21.4746963,-158.0295382,Common Myna,3,2020-08-17 +21.4746963,-158.0295382,Common Waxbill,1,2020-01-13 +21.4746963,-158.0295382,House Finch,2,2020-01-15 +21.4746963,-158.0295382,Java Sparrow,3,2020-08-17 +21.4746963,-158.0295382,Pacific Golden-Plover,3,2020-08-17 +21.4746963,-158.0295382,Red-crested Cardinal,1,2020-01-13 +21.4746963,-158.0295382,Red-vented Bulbul,2,2020-01-15 +21.4746963,-158.0295382,Rose-ringed Parakeet,3,2021-05-10 +21.4746963,-158.0295382,Warbling White-eye,1,2020-01-15 +21.4746963,-158.0295382,Western Cattle Egret,1,2020-01-15 +21.4746963,-158.0295382,White-rumped Shama,1,2020-09-03 +21.4746963,-158.0295382,Zebra Dove,2,2020-01-15 +21.50207293,-158.0776246,Chestnut Munia,2,2021-12-02 +21.50207293,-158.0776246,Common Myna,5,2022-07-07 +21.50207293,-158.0776246,House Finch,2,2021-12-02 +21.50207293,-158.0776246,Northern Cardinal,2,2021-12-02 +21.50207293,-158.0776246,Pacific Golden-Plover,4,2021-12-10 +21.50207293,-158.0776246,Red Junglefowl,2,2021-12-10 +21.50207293,-158.0776246,Red-crested Cardinal,2,2021-12-10 +21.50207293,-158.0776246,Red-crowned Parrot,3,2022-07-07 +21.50207293,-158.0776246,Red-vented Bulbul,2,2021-12-10 +21.50207293,-158.0776246,Rose-ringed Parakeet,2,2021-12-02 +21.50207293,-158.0776246,Saffron Finch,1,2023-10-24 +21.50207293,-158.0776246,Warbling White-eye,1,2022-07-07 +21.50207293,-158.0776246,Zebra Dove,4,2021-12-10 +21.50190891,-158.0486649,Common Myna,2,2023-09-17 +21.50190891,-158.0486649,Common Waxbill,2,2023-09-17 +21.50190891,-158.0486649,Gray Francolin,1,2023-12-14 +21.50190891,-158.0486649,House Finch,1,2023-09-17 +21.50190891,-158.0486649,House Sparrow,1,2023-09-17 +21.50190891,-158.0486649,Red-crested Cardinal,2,2023-09-17 +21.50190891,-158.0486649,Red-vented Bulbul,1,2023-09-17 +21.50190891,-158.0486649,Red-whiskered Bulbul,1,2023-09-17 +21.50190891,-158.0486649,Rose-ringed Parakeet,1,2023-03-15 +21.50190891,-158.0486649,Saffron Finch,2,2023-09-17 +21.50190891,-158.0486649,Spotted Dove,1,2023-09-17 +21.50190891,-158.0486649,Western Cattle Egret,1,2023-09-17 +21.50190891,-158.0486649,Zebra Dove,2,2023-09-17 +21.50179777,-158.0293585,Black Francolin,1,2022-05-29 +21.50179777,-158.0293585,Common Myna,2,2022-05-29 +21.50179777,-158.0293585,Common Waxbill,1,2022-05-29 +21.50179777,-158.0293585,House Sparrow,1,2022-05-29 +21.50179777,-158.0293585,Feral Mallard,9,2023-03-31 +21.50179777,-158.0293585,Mourning Dove,1,2023-02-22 +21.50179777,-158.0293585,Red Junglefowl,11,2023-03-31 +21.50179777,-158.0293585,Red-crested Cardinal,1,2022-05-29 +21.50179777,-158.0293585,Red-vented Bulbul,2,2022-05-29 +21.50179777,-158.0293585,Rock Pigeon,1,2022-05-29 +21.50179777,-158.0293585,Spotted Dove,2,2022-05-29 +21.50179777,-158.0293585,Western Cattle Egret,1,2022-05-29 +21.50179777,-158.0293585,Zebra Dove,1,2019-03-28 +21.51071829,-158.0099912,Common Myna,3,2023-09-12 +21.51071829,-158.0099912,House Sparrow,1,2023-08-17 +21.51071829,-158.0099912,Java Sparrow,1,2020-03-06 +21.51071829,-158.0099912,Northern Cardinal,1,2020-03-06 +21.51071829,-158.0099912,Pacific Golden-Plover,5,2023-09-12 +21.51071829,-158.0099912,Red-crested Cardinal,1,2020-03-06 +21.51071829,-158.0099912,Red-vented Bulbul,1,2020-03-06 +21.51071829,-158.0099912,Red-whiskered Bulbul,1,2020-03-06 +21.51071829,-158.0099912,Rose-ringed Parakeet,1,2020-03-06 +21.51071829,-158.0099912,Saffron Finch,2,2023-09-12 +21.51071829,-158.0099912,Spotted Dove,2,2023-09-12 +21.51071829,-158.0099912,Western Cattle Egret,1,2023-09-12 +21.51071829,-158.0099912,Zebra Dove,2,2023-09-12 +21.54579404,-157.8455975,Black-necked Stilt,1,2023-10-14 +21.54579404,-157.8455975,Common Myna,1,2023-10-14 +21.54579404,-157.8455975,Common Waxbill,1,2023-10-14 +21.54579404,-157.8455975,Glaucous-winged Gull,1,2020-01-18 +21.54579404,-157.8455975,Great Frigatebird,1,2019-08-08 +21.54579404,-157.8455975,House Finch,1,2023-10-14 +21.54579404,-157.8455975,Pacific Golden-Plover,1,2023-10-14 +21.54579404,-157.8455975,Red-crested Cardinal,1,2023-10-14 +21.54579404,-157.8455975,Spotted Dove,1,2023-10-14 +21.54579404,-157.8455975,Wandering Tattler,11,2024-02-08 +21.54579404,-157.8455975,Warbling White-eye,1,2023-10-14 +21.54579404,-157.8455975,Western Cattle Egret,2,2023-10-14 +21.54579404,-157.8455975,Zebra Dove,1,2022-10-16 +21.55482631,-157.845526,Barn Owl,1,2024-02-10 +21.55482631,-157.845526,Common Myna,2,2024-02-12 +21.55482631,-157.845526,Common Waxbill,1,2024-02-12 +21.55482631,-157.845526,House Finch,1,2024-02-12 +21.55482631,-157.845526,House Sparrow,1,2024-02-05 +21.55482631,-157.845526,Java Sparrow,1,2024-02-12 +21.55482631,-157.845526,Northern Cardinal,1,2024-02-12 +21.55482631,-157.845526,Pacific Golden-Plover,2,2024-02-12 +21.55482631,-157.845526,Rock Pigeon,1,2024-02-12 +21.55482631,-157.845526,Warbling White-eye,1,2024-02-12 +21.55482631,-157.845526,Western Cattle Egret,2,2024-02-12 +21.55482631,-157.845526,White-rumped Shama,1,2024-02-12 +21.55482631,-157.845526,Zebra Dove,2,2024-02-12 +21.60038767,-157.903123,Black-necked Stilt,1,2021-02-21 +21.60038767,-157.903123,Common Myna,4,2023-08-21 +21.60038767,-157.903123,Common Waxbill,1,2021-08-10 +21.60038767,-157.903123,House Finch,1,2021-08-10 +21.60038767,-157.903123,Java Sparrow,1,2021-08-10 +21.60038767,-157.903123,Pacific Golden-Plover,1,2021-02-21 +21.60038767,-157.903123,Red-crested Cardinal,4,2023-08-21 +21.60038767,-157.903123,Red-vented Bulbul,1,2021-08-10 +21.60038767,-157.903123,Sanderling,1,2023-08-21 +21.60038767,-157.903123,Spotted Dove,2,2021-08-10 +21.60038767,-157.903123,Western Cattle Egret,4,2023-08-21 +21.60038767,-157.903123,White-rumped Shama,1,2021-08-10 +21.60038767,-157.903123,Zebra Dove,1,2021-08-10 +21.61058376,-158.096259,Brown Booby,2,2024-02-11 +21.61058376,-158.096259,Common Gallinule,1,2021-02-24 +21.61058376,-158.096259,Common Myna,2,2022-07-27 +21.61058376,-158.096259,Pacific Golden-Plover,1,2022-02-07 +21.61058376,-158.096259,Red-crested Cardinal,2,2022-02-07 +21.61058376,-158.096259,Ring-necked Pheasant,2,2020-03-04 +21.61058376,-158.096259,Ruddy Turnstone,1,2019-08-28 +21.61058376,-158.096259,Sanderling,2,2021-03-06 +21.61058376,-158.096259,Spotted Dove,2,2023-02-18 +21.61058376,-158.096259,Wandering Tattler,2,2022-07-27 +21.61058376,-158.096259,Wedge-tailed Shearwater,2,2023-09-24 +21.61058376,-158.096259,Western Cattle Egret,2,2022-02-07 +21.61058376,-158.096259,Zebra Dove,2,2022-02-07 +21.6912735,-157.9894286,Black-necked Stilt,5,2024-01-06 +21.6912735,-157.9894286,Blue-winged Teal,2,2024-01-06 +21.6912735,-157.9894286,Common Myna,5,2024-01-06 +21.6912735,-157.9894286,Hawaiian Coot,8,2024-01-06 +21.6912735,-157.9894286,Feral Mallard,2,2024-01-06 +21.6912735,-157.9894286,Pacific Golden-Plover,6,2024-01-06 +21.6912735,-157.9894286,Red-vented Bulbul,3,2024-01-06 +21.6912735,-157.9894286,Ruddy Turnstone,6,2024-01-06 +21.6912735,-157.9894286,Sanderling,3,2024-01-06 +21.6912735,-157.9894286,Spotted Dove,3,2024-01-06 +21.6912735,-157.9894286,Wandering Tattler,2,2024-01-06 +21.6912735,-157.9894286,Western Cattle Egret,1,2019-12-26 +21.6912735,-157.9894286,Zebra Dove,3,2024-01-06 +21.29166014,-157.6837309,Common Myna,2,2022-04-14 +21.29166014,-157.6837309,House Finch,1,2022-04-14 +21.29166014,-157.6837309,Northern Cardinal,1,2022-04-14 +21.29166014,-157.6837309,Pacific Golden-Plover,3,2022-04-14 +21.29166014,-157.6837309,Red-crested Cardinal,2,2022-04-14 +21.29166014,-157.6837309,Red-tailed Tropicbird,1,2022-07-18 +21.29166014,-157.6837309,Red-vented Bulbul,3,2022-04-14 +21.29166014,-157.6837309,Spotted Dove,1,2022-04-14 +21.29166014,-157.6837309,Warbling White-eye,2,2022-04-14 +21.29166014,-157.6837309,Western Cattle Egret,2,2022-04-14 +21.29166014,-157.6837309,White Tern,1,2022-07-18 +21.29166014,-157.6837309,White-rumped Shama,3,2022-04-14 +21.29166014,-157.6837309,White-tailed Tropicbird,1,2022-07-18 +21.29166014,-157.6837309,Zebra Dove,4,2022-07-18 +21.31052334,-157.7896041,Common Myna,2,2024-02-12 +21.31052334,-157.7896041,House Sparrow,1,2020-10-17 +21.31052334,-157.7896041,Northern Cardinal,1,2024-02-12 +21.31052334,-157.7896041,Oahu Amakihi,1,2024-02-12 +21.31052334,-157.7896041,Pacific Golden-Plover,1,2020-10-17 +21.31052334,-157.7896041,Red Junglefowl,2,2024-02-12 +21.31052334,-157.7896041,Red-billed Leiothrix,1,2024-02-12 +21.31052334,-157.7896041,Red-crested Cardinal,1,2024-02-12 +21.31052334,-157.7896041,Red-vented Bulbul,1,2020-10-17 +21.31052334,-157.7896041,Red-whiskered Bulbul,1,2020-10-17 +21.31052334,-157.7896041,Spotted Dove,2,2024-02-12 +21.31052334,-157.7896041,Warbling White-eye,1,2024-02-12 +21.31052334,-157.7896041,White-rumped Shama,2,2024-02-12 +21.31052334,-157.7896041,Zebra Dove,1,2020-10-17 +21.32106445,-158.0209107,Common Myna,2,2021-10-17 +21.32106445,-158.0209107,Common Waxbill,1,2022-04-10 +21.32106445,-158.0209107,Indian Peafowl,1,2022-06-01 +21.32106445,-158.0209107,Japanese Bush Warbler,2,2022-01-01 +21.32106445,-158.0209107,Java Sparrow,1,2021-10-17 +21.32106445,-158.0209107,Pacific Golden-Plover,4,2022-08-28 +21.32106445,-158.0209107,Red-billed Leiothrix,1,2022-06-01 +21.32106445,-158.0209107,Red-crested Cardinal,1,2021-03-23 +21.32106445,-158.0209107,Red-vented Bulbul,4,2022-08-28 +21.32106445,-158.0209107,Rock Pigeon,1,2021-10-17 +21.32106445,-158.0209107,Saffron Finch,1,2021-05-13 +21.32106445,-158.0209107,Spotted Dove,1,2021-10-17 +21.32106445,-158.0209107,White-rumped Shama,1,2022-06-01 +21.32106445,-158.0209107,Zebra Dove,1,2021-10-17 +21.31955653,-157.78953,Common Myna,2,2021-12-02 +21.31955653,-157.78953,House Finch,2,2021-12-02 +21.31955653,-157.78953,Java Sparrow,2,2021-12-02 +21.31955653,-157.78953,Northern Cardinal,2,2021-12-02 +21.31955653,-157.78953,Red-billed Leiothrix,2,2021-12-02 +21.31955653,-157.78953,Red-crested Cardinal,2,2021-12-02 +21.31955653,-157.78953,Red-crowned Parrot,2,2021-12-02 +21.31955653,-157.78953,Red-vented Bulbul,2,2021-12-02 +21.31955653,-157.78953,Red-whiskered Bulbul,2,2021-12-02 +21.31955653,-157.78953,Rose-ringed Parakeet,2,2021-12-02 +21.31955653,-157.78953,Spotted Dove,2,2021-12-02 +21.31955653,-157.78953,Warbling White-eye,2,2021-12-02 +21.31955653,-157.78953,White-rumped Shama,2,2021-12-02 +21.31955653,-157.78953,Zebra Dove,2,2021-12-02 +21.33951393,-158.088289,Common Myna,6,2022-06-16 +21.33951393,-158.088289,Common Waxbill,3,2022-02-02 +21.33951393,-158.088289,House Finch,2,2022-02-01 +21.33951393,-158.088289,House Sparrow,5,2022-02-02 +21.33951393,-158.088289,Java Sparrow,4,2022-02-02 +21.33951393,-158.088289,Pacific Golden-Plover,1,2021-09-03 +21.33951393,-158.088289,Red-crested Cardinal,2,2022-02-01 +21.33951393,-158.088289,Red-vented Bulbul,4,2022-02-02 +21.33951393,-158.088289,Red-whiskered Bulbul,2,2022-02-02 +21.33951393,-158.088289,Saffron Finch,1,2022-06-16 +21.33951393,-158.088289,Spotted Dove,4,2022-02-02 +21.33951393,-158.088289,Warbling White-eye,2,2022-02-02 +21.33951393,-158.088289,Western Cattle Egret,1,2022-06-16 +21.33951393,-158.088289,Zebra Dove,5,2022-02-02 +21.34782283,-157.962874,Common Myna,2,2022-11-07 +21.34782283,-157.962874,House Finch,1,2022-08-05 +21.34782283,-157.962874,House Sparrow,1,2022-08-05 +21.34782283,-157.962874,Java Sparrow,3,2022-12-01 +21.34782283,-157.962874,Pacific Golden-Plover,1,2022-11-07 +21.34782283,-157.962874,Red-vented Bulbul,2,2022-11-07 +21.34782283,-157.962874,Rose-ringed Parakeet,2,2022-11-07 +21.34782283,-157.962874,Ruddy Turnstone,1,2022-11-07 +21.34782283,-157.962874,Spotted Dove,2,2022-11-07 +21.34782283,-157.962874,Warbling White-eye,2,2022-11-07 +21.34782283,-157.962874,Western Cattle Egret,1,2022-08-05 +21.34782283,-157.962874,White Tern,2,2022-11-07 +21.34782283,-157.962874,Yellow-fronted Canary,1,2022-08-05 +21.34782283,-157.962874,Zebra Dove,2,2022-11-07 +21.34686223,-157.8182344,Common Waxbill,1,2021-11-17 +21.34686223,-157.8182344,Feral Mallard,2,2023-02-18 +21.34686223,-157.8182344,Oahu Amakihi,1,2021-11-17 +21.34686223,-157.8182344,Red Junglefowl,1,2023-04-06 +21.34686223,-157.8182344,Red-billed Leiothrix,6,2024-01-15 +21.34686223,-157.8182344,Red-crested Cardinal,1,2021-11-17 +21.34686223,-157.8182344,Red-vented Bulbul,1,2021-07-30 +21.34686223,-157.8182344,Red-whiskered Bulbul,4,2022-12-28 +21.34686223,-157.8182344,Spotted Dove,1,2021-07-30 +21.34686223,-157.8182344,Warbling White-eye,3,2022-12-28 +21.34686223,-157.8182344,White-rumped Shama,3,2022-12-28 +21.34686223,-157.8182344,Yellow-fronted Canary,1,2021-11-17 +21.34686223,-157.8182344,Zebra Dove,1,2022-12-28 +21.3574206,-158.0592453,Black-necked Stilt,1,2024-01-11 +21.3574206,-158.0592453,Chestnut Munia,4,2023-12-05 +21.3574206,-158.0592453,Common Myna,4,2023-12-05 +21.3574206,-158.0592453,Gray Francolin,1,2023-08-29 +21.3574206,-158.0592453,House Finch,2,2024-01-11 +21.3574206,-158.0592453,House Sparrow,1,2024-01-11 +21.3574206,-158.0592453,Northern Cardinal,1,2024-01-11 +21.3574206,-158.0592453,Pacific Golden-Plover,4,2024-01-11 +21.3574206,-158.0592453,Red-crested Cardinal,3,2024-01-11 +21.3574206,-158.0592453,Red-vented Bulbul,3,2023-09-15 +21.3574206,-158.0592453,Saffron Finch,3,2024-01-11 +21.3574206,-158.0592453,Spotted Dove,1,2023-09-05 +21.3574206,-158.0592453,Warbling White-eye,1,2023-08-29 +21.3574206,-158.0592453,Zebra Dove,2,2023-09-15 +21.3655181,-157.9048821,Common Myna,1,2023-03-19 +21.3655181,-157.9048821,Common Waxbill,2,2023-03-19 +21.3655181,-157.9048821,House Finch,1,2023-03-19 +21.3655181,-157.9048821,House Sparrow,1,2023-03-19 +21.3655181,-157.9048821,Java Sparrow,1,2022-12-17 +21.3655181,-157.9048821,Red Junglefowl,1,2023-06-14 +21.3655181,-157.9048821,Red-crested Cardinal,1,2021-05-29 +21.3655181,-157.9048821,Red-vented Bulbul,1,2023-03-19 +21.3655181,-157.9048821,Red-whiskered Bulbul,2,2023-03-19 +21.3655181,-157.9048821,Rose-ringed Parakeet,1,2023-06-14 +21.3655181,-157.9048821,Saffron Finch,1,2023-03-19 +21.3655181,-157.9048821,Spotted Dove,1,2023-03-19 +21.3655181,-157.9048821,Western Cattle Egret,1,2021-05-29 +21.3655181,-157.9048821,Zebra Dove,1,2021-05-29 +21.36499647,-157.8277329,Common Myna,2,2019-11-27 +21.36499647,-157.8277329,Common Waxbill,1,2019-11-27 +21.36499647,-157.8277329,House Finch,1,2019-11-27 +21.36499647,-157.8277329,Pacific Golden-Plover,1,2019-11-27 +21.36499647,-157.8277329,Red Junglefowl,1,2019-11-27 +21.36499647,-157.8277329,Red-billed Leiothrix,2,2019-11-27 +21.36499647,-157.8277329,Red-crested Cardinal,1,2019-11-27 +21.36499647,-157.8277329,Red-vented Bulbul,1,2019-05-07 +21.36499647,-157.8277329,Red-whiskered Bulbul,1,2019-05-07 +21.36499647,-157.8277329,Rock Pigeon,1,2019-05-07 +21.36499647,-157.8277329,Saffron Finch,1,2019-05-07 +21.36499647,-157.8277329,Wandering Tattler,1,2019-11-27 +21.36499647,-157.8277329,Warbling White-eye,2,2019-11-27 +21.36499647,-157.8277329,White-rumped Shama,2,2019-11-27 +21.37595292,-158.1459357,African Silverbill,1,2020-09-11 +21.37595292,-158.1459357,Brown Booby,1,2023-03-04 +21.37595292,-158.1459357,Common Myna,4,2023-03-04 +21.37595292,-158.1459357,House Sparrow,2,2023-03-04 +21.37595292,-158.1459357,Pacific Golden-Plover,1,2020-03-04 +21.37595292,-158.1459357,Red-crested Cardinal,2,2020-03-04 +21.37595292,-158.1459357,Red-vented Bulbul,1,2021-03-11 +21.37595292,-158.1459357,Rock Pigeon,2,2023-03-04 +21.37595292,-158.1459357,Rose-ringed Parakeet,1,2023-03-04 +21.37595292,-158.1459357,Saffron Finch,4,2021-03-17 +21.37595292,-158.1459357,Sanderling,1,2023-10-28 +21.37595292,-158.1459357,Spotted Dove,3,2023-03-04 +21.37595292,-158.1459357,Western Cattle Egret,2,2023-03-04 +21.37595292,-158.1459357,Zebra Dove,4,2023-03-04 +21.38358528,-157.9047477,Chestnut Munia,2,2023-03-31 +21.38358528,-157.9047477,Common Myna,5,2024-01-24 +21.38358528,-157.9047477,Pacific Golden-Plover,5,2024-01-24 +21.38358528,-157.9047477,Red Junglefowl,4,2024-01-24 +21.38358528,-157.9047477,Red-crested Cardinal,4,2024-01-24 +21.38358528,-157.9047477,Red-vented Bulbul,4,2024-01-24 +21.38358528,-157.9047477,Red-whiskered Bulbul,1,2022-03-09 +21.38358528,-157.9047477,Rose-ringed Parakeet,1,2024-01-24 +21.38358528,-157.9047477,Saffron Finch,3,2023-02-15 +21.38358528,-157.9047477,Spotted Dove,3,2024-01-24 +21.38358528,-157.9047477,Warbling White-eye,1,2022-03-09 +21.38358528,-157.9047477,Western Cattle Egret,2,2023-03-31 +21.38358528,-157.9047477,White Tern,1,2024-01-24 +21.38358528,-157.9047477,Zebra Dove,2,2024-01-24 +21.38332881,-157.8661679,Common Myna,2,2023-02-27 +21.38332881,-157.8661679,Common Waxbill,1,2020-01-01 +21.38332881,-157.8661679,Java Sparrow,1,2020-01-01 +21.38332881,-157.8661679,Northern Cardinal,1,2020-01-01 +21.38332881,-157.8661679,Oahu Amakihi,1,2020-01-01 +21.38332881,-157.8661679,Pacific Golden-Plover,1,2023-02-27 +21.38332881,-157.8661679,Red-billed Leiothrix,2,2023-02-27 +21.38332881,-157.8661679,Red-crested Cardinal,2,2023-02-27 +21.38332881,-157.8661679,Red-vented Bulbul,1,2023-02-27 +21.38332881,-157.8661679,Red-whiskered Bulbul,1,2020-01-01 +21.38332881,-157.8661679,Spotted Dove,2,2023-02-27 +21.38332881,-157.8661679,Warbling White-eye,2,2023-02-27 +21.38332881,-157.8661679,White-rumped Shama,1,2020-01-01 +21.38332881,-157.8661679,Zebra Dove,2,2023-02-27 +21.40305587,-158.1457783,Common Myna,1,2019-02-15 +21.40305587,-158.1457783,Common Waxbill,1,2019-02-15 +21.40305587,-158.1457783,House Finch,2,2024-02-19 +21.40305587,-158.1457783,House Sparrow,1,2024-02-19 +21.40305587,-158.1457783,Northern Cardinal,1,2019-02-15 +21.40305587,-158.1457783,Red-crested Cardinal,2,2024-02-19 +21.40305587,-158.1457783,Red-vented Bulbul,1,2024-02-19 +21.40305587,-158.1457783,Rock Pigeon,1,2019-02-15 +21.40305587,-158.1457783,Saffron Finch,1,2019-02-15 +21.40305587,-158.1457783,Scaly-breasted Munia,1,2019-02-15 +21.40305587,-158.1457783,Short-eared Owl,1,2019-02-15 +21.40305587,-158.1457783,Spotted Dove,1,2019-02-15 +21.40305587,-158.1457783,Warbling White-eye,1,2024-02-19 +21.40305587,-158.1457783,Zebra Dove,1,2024-02-19 +21.40225511,-158.0010764,Common Waxbill,1,2020-06-27 +21.40225511,-158.0010764,House Finch,2,2023-03-19 +21.40225511,-158.0010764,Java Sparrow,1,2020-06-27 +21.40225511,-158.0010764,Feral Mallard,1,2023-03-19 +21.40225511,-158.0010764,Pacific Golden-Plover,1,2023-03-19 +21.40225511,-158.0010764,Red-crested Cardinal,2,2023-03-19 +21.40225511,-158.0010764,Red-vented Bulbul,1,2023-03-19 +21.40225511,-158.0010764,Red-whiskered Bulbul,1,2020-06-27 +21.40225511,-158.0010764,Rose-ringed Parakeet,1,2020-01-01 +21.40225511,-158.0010764,Saffron Finch,1,2023-03-19 +21.40225511,-158.0010764,Spotted Dove,2,2023-03-19 +21.40225511,-158.0010764,Warbling White-eye,1,2023-03-19 +21.40225511,-158.0010764,Western Cattle Egret,2,2023-03-19 +21.40225511,-158.0010764,Zebra Dove,2,2023-03-19 +21.40183903,-157.9335518,Chestnut Munia,1,2021-07-11 +21.40183903,-157.9335518,Common Myna,2,2021-07-11 +21.40183903,-157.9335518,Common Waxbill,2,2021-07-11 +21.40183903,-157.9335518,House Finch,1,2021-07-11 +21.40183903,-157.9335518,House Sparrow,1,2021-07-11 +21.40183903,-157.9335518,Red-crested Cardinal,1,2021-07-07 +21.40183903,-157.9335518,Red-crowned Parrot,1,2019-02-25 +21.40183903,-157.9335518,Red-vented Bulbul,2,2021-07-11 +21.40183903,-157.9335518,Rose-ringed Parakeet,1,2019-02-25 +21.40183903,-157.9335518,Saffron Finch,1,2021-07-11 +21.40183903,-157.9335518,Spotted Dove,2,2021-07-11 +21.40183903,-157.9335518,Warbling White-eye,1,2021-07-11 +21.40183903,-157.9335518,Western Cattle Egret,1,2021-07-11 +21.40183903,-157.9335518,Zebra Dove,3,2021-07-11 +21.42802392,-157.7982853,Common Myna,2,2022-12-10 +21.42802392,-157.7982853,Common Waxbill,3,2022-12-10 +21.42802392,-157.7982853,Great Frigatebird,1,2022-12-10 +21.42802392,-157.7982853,Northern Cardinal,1,2022-12-10 +21.42802392,-157.7982853,Pacific Golden-Plover,2,2022-12-07 +21.42802392,-157.7982853,Red Junglefowl,3,2022-12-10 +21.42802392,-157.7982853,Red-crested Cardinal,1,2022-12-10 +21.42802392,-157.7982853,Red-vented Bulbul,2,2022-12-10 +21.42802392,-157.7982853,Red-whiskered Bulbul,1,2022-12-10 +21.42802392,-157.7982853,Rock Pigeon,1,2022-12-10 +21.42802392,-157.7982853,Spotted Dove,1,2022-12-10 +21.42802392,-157.7982853,Warbling White-eye,1,2022-12-10 +21.42802392,-157.7982853,Western Cattle Egret,3,2022-12-10 +21.42802392,-157.7982853,Zebra Dove,3,2022-12-10 +21.43938496,-158.1841655,Brown Booby,3,2023-09-16 +21.43938496,-158.1841655,Common Myna,2,2023-08-22 +21.43938496,-158.1841655,Common Waxbill,1,2023-08-22 +21.43938496,-158.1841655,Great Frigatebird,3,2023-09-16 +21.43938496,-158.1841655,House Sparrow,1,2023-08-22 +21.43938496,-158.1841655,Red-crested Cardinal,2,2023-11-13 +21.43938496,-158.1841655,Red-vented Bulbul,1,2023-08-22 +21.43938496,-158.1841655,Red-whiskered Bulbul,1,2023-08-22 +21.43938496,-158.1841655,Saffron Finch,1,2023-10-25 +21.43938496,-158.1841655,Sooty Tern,1,2023-03-28 +21.43938496,-158.1841655,Spotted Dove,1,2023-08-22 +21.43938496,-158.1841655,Wedge-tailed Shearwater,1,2023-03-28 +21.43938496,-158.1841655,White Tern,1,2023-03-28 +21.43938496,-158.1841655,Zebra Dove,2,2023-08-22 +21.43698747,-157.7885633,Common Myna,3,2023-12-07 +21.43698747,-157.7885633,Common Waxbill,4,2023-12-08 +21.43698747,-157.7885633,House Finch,3,2023-12-08 +21.43698747,-157.7885633,Feral Mallard,2,2023-12-06 +21.43698747,-157.7885633,Pacific Golden-Plover,4,2023-12-08 +21.43698747,-157.7885633,Red-crested Cardinal,2,2023-12-07 +21.43698747,-157.7885633,Red-vented Bulbul,4,2023-12-08 +21.43698747,-157.7885633,Red-whiskered Bulbul,3,2023-12-08 +21.43698747,-157.7885633,Spotted Dove,2,2023-12-07 +21.43698747,-157.7885633,Warbling White-eye,3,2023-12-08 +21.43698747,-157.7885633,Western Cattle Egret,4,2023-12-08 +21.43698747,-157.7885633,White-rumped Shama,3,2023-12-07 +21.43698747,-157.7885633,Zebra Dove,4,2023-12-08 +21.44832428,-158.164815,Common Myna,4,2023-07-04 +21.44832428,-158.164815,Common Waxbill,3,2023-04-26 +21.44832428,-158.164815,Gray Francolin,1,2022-02-28 +21.44832428,-158.164815,House Finch,1,2023-05-18 +21.44832428,-158.164815,House Sparrow,3,2023-07-04 +21.44832428,-158.164815,Java Sparrow,1,2022-02-28 +21.44832428,-158.164815,Northern Cardinal,5,2023-07-04 +21.44832428,-158.164815,Red-crested Cardinal,2,2023-04-26 +21.44832428,-158.164815,Red-vented Bulbul,3,2023-05-18 +21.44832428,-158.164815,Saffron Finch,2,2023-04-25 +21.44832428,-158.164815,Spotted Dove,6,2023-07-04 +21.44832428,-158.164815,Western Cattle Egret,1,2022-02-28 +21.44832428,-158.164815,White-rumped Shama,1,2023-07-04 +21.44832428,-158.164815,Zebra Dove,5,2023-05-18 +21.44643045,-157.8463815,Chestnut Munia,1,2022-10-11 +21.44643045,-157.8463815,Common Myna,13,2022-10-11 +21.44643045,-157.8463815,Common Waxbill,2,2022-10-11 +21.44643045,-157.8463815,Java Sparrow,6,2022-10-10 +21.44643045,-157.8463815,Northern Cardinal,4,2022-10-10 +21.44643045,-157.8463815,Pacific Golden-Plover,3,2022-10-11 +21.44643045,-157.8463815,Red-crested Cardinal,1,2022-09-25 +21.44643045,-157.8463815,Red-vented Bulbul,10,2022-10-11 +21.44643045,-157.8463815,Red-whiskered Bulbul,9,2022-10-11 +21.44643045,-157.8463815,Spotted Dove,2,2022-09-28 +21.44643045,-157.8463815,Warbling White-eye,6,2022-10-01 +21.44643045,-157.8463815,Western Cattle Egret,3,2022-10-02 +21.44643045,-157.8463815,White-rumped Shama,10,2022-10-11 +21.44643045,-157.8463815,Zebra Dove,13,2022-10-11 +21.44587947,-157.7691914,Common Myna,2,2021-04-05 +21.44587947,-157.7691914,Common Waxbill,1,2021-04-05 +21.44587947,-157.7691914,Gray Francolin,2,2024-01-07 +21.44587947,-157.7691914,Java Sparrow,1,2021-04-05 +21.44587947,-157.7691914,Pacific Golden-Plover,2,2021-04-05 +21.44587947,-157.7691914,Red Junglefowl,1,2021-04-05 +21.44587947,-157.7691914,Red-crested Cardinal,2,2021-04-05 +21.44587947,-157.7691914,Red-vented Bulbul,2,2021-04-05 +21.44587947,-157.7691914,Scaly-breasted Munia,1,2021-04-05 +21.44587947,-157.7691914,Spotted Dove,1,2021-04-05 +21.44587947,-157.7691914,Warbling White-eye,1,2021-04-05 +21.44587947,-157.7691914,Western Cattle Egret,1,2021-04-05 +21.44587947,-157.7691914,White-rumped Shama,1,2021-04-05 +21.44587947,-157.7691914,Zebra Dove,2,2021-04-05 +21.46599684,-158.0875036,African Silverbill,2,2021-05-28 +21.46599684,-158.0875036,Apapane,1,2022-07-06 +21.46599684,-158.0875036,Common Myna,1,2022-07-06 +21.46599684,-158.0875036,Common Waxbill,1,2022-07-06 +21.46599684,-158.0875036,Gray Francolin,1,2022-07-06 +21.46599684,-158.0875036,Indian Peafowl,1,2022-07-06 +21.46599684,-158.0875036,Oahu Amakihi,1,2022-07-06 +21.46599684,-158.0875036,Oahu Elepaio,1,2022-07-06 +21.46599684,-158.0875036,Red-billed Leiothrix,1,2022-07-06 +21.46599684,-158.0875036,Red-crested Cardinal,1,2022-07-06 +21.46599684,-158.0875036,Red-vented Bulbul,1,2022-07-06 +21.46599684,-158.0875036,Red-whiskered Bulbul,1,2022-07-06 +21.46599684,-158.0875036,Warbling White-eye,1,2022-07-06 +21.46599684,-158.0875036,White-rumped Shama,1,2022-07-06 +21.47513534,-158.1067502,Common Myna,1,2019-04-27 +21.47513534,-158.1067502,Gray Francolin,1,2019-04-27 +21.47513534,-158.1067502,House Finch,1,2019-04-27 +21.47513534,-158.1067502,Indian Peafowl,1,2019-04-27 +21.47513534,-158.1067502,Japanese Bush Warbler,1,2019-04-27 +21.47513534,-158.1067502,Northern Cardinal,1,2019-04-27 +21.47513534,-158.1067502,Oahu Amakihi,1,2019-04-27 +21.47513534,-158.1067502,Red-billed Leiothrix,1,2019-04-27 +21.47513534,-158.1067502,Red-crested Cardinal,1,2019-04-27 +21.47513534,-158.1067502,Red-vented Bulbul,1,2019-04-27 +21.47513534,-158.1067502,Red-whiskered Bulbul,1,2019-04-27 +21.47513534,-158.1067502,Spotted Dove,1,2019-04-27 +21.47513534,-158.1067502,Warbling White-eye,1,2019-04-27 +21.47513534,-158.1067502,White-rumped Shama,1,2019-04-27 +21.48395336,-158.0680866,Common Myna,3,2021-10-20 +21.48395336,-158.0680866,Common Waxbill,1,2021-10-20 +21.48395336,-158.0680866,House Finch,1,2021-10-22 +21.48395336,-158.0680866,Java Sparrow,2,2021-10-20 +21.48395336,-158.0680866,Pacific Golden-Plover,2,2021-10-17 +21.48395336,-158.0680866,Red-crested Cardinal,2,2024-02-28 +21.48395336,-158.0680866,Red-vented Bulbul,1,2021-10-17 +21.48395336,-158.0680866,Rose-ringed Parakeet,1,2021-10-14 +21.48395336,-158.0680866,Saffron Finch,2,2021-10-22 +21.48395336,-158.0680866,Scaly-breasted Munia,1,2021-10-22 +21.48395336,-158.0680866,Spotted Dove,2,2021-10-20 +21.48395336,-158.0680866,Warbling White-eye,2,2021-10-20 +21.48395336,-158.0680866,Western Cattle Egret,1,2021-10-14 +21.48395336,-158.0680866,Zebra Dove,2,2021-10-20 +21.49298567,-158.0680289,Chestnut Munia,3,2023-11-11 +21.49298567,-158.0680289,Common Myna,5,2023-11-13 +21.49298567,-158.0680289,Common Waxbill,2,2023-11-11 +21.49298567,-158.0680289,House Finch,1,2023-06-14 +21.49298567,-158.0680289,Java Sparrow,1,2023-06-14 +21.49298567,-158.0680289,Northern Cardinal,2,2023-11-12 +21.49298567,-158.0680289,Pacific Golden-Plover,4,2023-11-12 +21.49298567,-158.0680289,Red-crested Cardinal,3,2023-11-13 +21.49298567,-158.0680289,Red-vented Bulbul,3,2023-11-13 +21.49298567,-158.0680289,Rose-ringed Parakeet,2,2023-11-12 +21.49298567,-158.0680289,Saffron Finch,2,2023-11-11 +21.49298567,-158.0680289,Spotted Dove,4,2023-11-13 +21.49298567,-158.0680289,Warbling White-eye,2,2023-11-13 +21.49298567,-158.0680289,Zebra Dove,3,2023-11-12 +21.49270765,-158.0197659,Chestnut Munia,3,2022-05-09 +21.49270765,-158.0197659,Common Myna,4,2022-07-14 +21.49270765,-158.0197659,Common Waxbill,3,2022-05-09 +21.49270765,-158.0197659,House Finch,3,2022-05-09 +21.49270765,-158.0197659,Northern Cardinal,3,2022-05-09 +21.49270765,-158.0197659,Red-crested Cardinal,4,2022-07-14 +21.49270765,-158.0197659,Red-crowned Parrot,1,2022-07-14 +21.49270765,-158.0197659,Red-vented Bulbul,4,2022-07-14 +21.49270765,-158.0197659,Red-whiskered Bulbul,3,2022-05-09 +21.49270765,-158.0197659,Saffron Finch,1,2022-07-14 +21.49270765,-158.0197659,Warbling White-eye,1,2022-07-14 +21.49270765,-158.0197659,Western Cattle Egret,3,2022-05-09 +21.49270765,-158.0197659,White-rumped Shama,3,2022-05-09 +21.49270765,-158.0197659,Zebra Dove,4,2022-07-14 +21.51969455,-158.0002758,Chestnut Munia,2,2021-08-18 +21.51969455,-158.0002758,Common Myna,2,2020-09-16 +21.51969455,-158.0002758,Common Waxbill,1,2020-04-06 +21.51969455,-158.0002758,Gray Francolin,1,2020-09-16 +21.51969455,-158.0002758,House Sparrow,1,2020-09-16 +21.51969455,-158.0002758,Indian Peafowl,8,2022-04-12 +21.51969455,-158.0002758,Pacific Golden-Plover,4,2021-08-18 +21.51969455,-158.0002758,Red Junglefowl,1,2021-08-18 +21.51969455,-158.0002758,Red-crested Cardinal,1,2020-09-16 +21.51969455,-158.0002758,Red-vented Bulbul,2,2020-09-16 +21.51969455,-158.0002758,Spotted Dove,1,2020-04-06 +21.51969455,-158.0002758,Wandering Tattler,1,2022-04-12 +21.51969455,-158.0002758,Western Cattle Egret,1,2020-09-16 +21.51969455,-158.0002758,Zebra Dove,1,2020-04-06 +21.58244818,-157.9225753,Apapane,1,2021-11-20 +21.58244818,-157.9225753,Common Myna,1,2021-11-20 +21.58244818,-157.9225753,Common Waxbill,1,2021-11-20 +21.58244818,-157.9225753,House Sparrow,1,2021-11-20 +21.58244818,-157.9225753,Japanese Bush Warbler,1,2021-11-20 +21.58244818,-157.9225753,Oahu Amakihi,1,2021-11-20 +21.58244818,-157.9225753,Red-billed Leiothrix,1,2021-11-20 +21.58244818,-157.9225753,Red-vented Bulbul,1,2021-11-20 +21.58244818,-157.9225753,Red-whiskered Bulbul,1,2021-11-20 +21.58244818,-157.9225753,Spotted Dove,1,2021-11-20 +21.58244818,-157.9225753,Warbling White-eye,1,2021-11-20 +21.58244818,-157.9225753,White-rumped Shama,1,2021-11-20 +21.58244818,-157.9225753,White-tailed Tropicbird,1,2021-11-20 +21.58244818,-157.9225753,Zebra Dove,1,2021-11-20 +21.61951155,-158.0768806,Brown Booby,1,2022-05-08 +21.61951155,-158.0768806,Common Myna,2,2023-02-20 +21.61951155,-158.0768806,Great Frigatebird,1,2023-02-21 +21.61951155,-158.0768806,House Sparrow,1,2022-05-08 +21.61951155,-158.0768806,Pacific Golden-Plover,1,2022-10-05 +21.61951155,-158.0768806,Red-crested Cardinal,1,2022-05-08 +21.61951155,-158.0768806,Red-whiskered Bulbul,1,2023-02-21 +21.61951155,-158.0768806,Saffron Finch,1,2022-05-08 +21.61951155,-158.0768806,Sanderling,1,2023-09-04 +21.61951155,-158.0768806,Warbling White-eye,1,2022-05-08 +21.61951155,-158.0768806,Wedge-tailed Shearwater,2,2023-09-04 +21.61951155,-158.0768806,Western Cattle Egret,1,2022-05-08 +21.61951155,-158.0768806,White-rumped Shama,2,2023-09-13 +21.61951155,-158.0768806,Zebra Dove,2,2022-10-05 +21.62849131,-158.0671615,Black-crowned Night Heron,1,2022-03-15 +21.62849131,-158.0671615,Common Gallinule,1,2022-03-15 +21.62849131,-158.0671615,Common Myna,2,2022-12-13 +21.62849131,-158.0671615,Common Waxbill,1,2022-12-13 +21.62849131,-158.0671615,Great Frigatebird,1,2022-02-20 +21.62849131,-158.0671615,House Sparrow,1,2022-12-13 +21.62849131,-158.0671615,Northern Cardinal,1,2022-12-13 +21.62849131,-158.0671615,Pacific Golden-Plover,1,2022-03-16 +21.62849131,-158.0671615,Red-billed Leiothrix,1,2022-12-13 +21.62849131,-158.0671615,Red-vented Bulbul,2,2022-12-13 +21.62849131,-158.0671615,Red-whiskered Bulbul,1,2022-12-13 +21.62849131,-158.0671615,Ruddy Turnstone,1,2022-03-15 +21.62849131,-158.0671615,Warbling White-eye,1,2022-12-13 +21.62849131,-158.0671615,Yellow-fronted Canary,1,2022-12-13 +21.26471116,-157.7032442,Brown Booby,6,2020-11-26 +21.26471116,-157.7032442,Common Myna,2,2022-05-07 +21.26471116,-157.7032442,Common Waxbill,1,2022-05-07 +21.26471116,-157.7032442,House Finch,1,2022-05-07 +21.26471116,-157.7032442,House Sparrow,1,2022-05-07 +21.26471116,-157.7032442,Java Sparrow,1,2022-05-07 +21.26471116,-157.7032442,Red-crested Cardinal,1,2022-05-07 +21.26471116,-157.7032442,Red-footed Booby,3,2020-11-26 +21.26471116,-157.7032442,Red-vented Bulbul,3,2022-05-07 +21.26471116,-157.7032442,Rock Pigeon,1,2022-05-07 +21.26471116,-157.7032442,Spotted Dove,2,2022-05-07 +21.26471116,-157.7032442,Wandering Tattler,2,2020-11-23 +21.26471116,-157.7032442,Western Cattle Egret,1,2022-05-07 +21.26471116,-157.7032442,White Tern,4,2022-05-07 +21.26471116,-157.7032442,Zebra Dove,4,2022-05-07 +21.29210305,-157.7415595,Common Myna,4,2021-10-24 +21.29210305,-157.7415595,Common Waxbill,4,2022-03-09 +21.29210305,-157.7415595,House Finch,2,2021-10-26 +21.29210305,-157.7415595,Java Sparrow,3,2021-10-26 +21.29210305,-157.7415595,Pacific Golden-Plover,5,2021-10-24 +21.29210305,-157.7415595,Red Junglefowl,1,2021-10-18 +21.29210305,-157.7415595,Red-billed Leiothrix,2,2022-03-09 +21.29210305,-157.7415595,Red-crested Cardinal,4,2021-10-24 +21.29210305,-157.7415595,Red-vented Bulbul,7,2022-03-09 +21.29210305,-157.7415595,Red-whiskered Bulbul,2,2022-03-09 +21.29210305,-157.7415595,Spotted Dove,7,2022-03-09 +21.29210305,-157.7415595,Warbling White-eye,3,2021-10-26 +21.29210305,-157.7415595,Western Cattle Egret,3,2021-10-26 +21.29210305,-157.7415595,White-rumped Shama,2,2022-03-09 +21.29210305,-157.7415595,Zebra Dove,6,2022-03-09 +21.30310761,-158.0403108,Common Myna,3,2022-11-06 +21.30310761,-158.0403108,Common Waxbill,2,2022-12-30 +21.30310761,-158.0403108,House Sparrow,3,2022-11-06 +21.30310761,-158.0403108,Northern Cardinal,2,2021-11-29 +21.30310761,-158.0403108,Pacific Golden-Plover,3,2022-11-06 +21.30310761,-158.0403108,Red-crested Cardinal,3,2022-11-06 +21.30310761,-158.0403108,Red-vented Bulbul,3,2022-11-06 +21.30310761,-158.0403108,Red-whiskered Bulbul,3,2022-11-06 +21.30310761,-158.0403108,Saffron Finch,3,2022-11-06 +21.30310761,-158.0403108,Spotted Dove,3,2022-11-06 +21.30310761,-158.0403108,Warbling White-eye,3,2022-11-06 +21.30310761,-158.0403108,Western Cattle Egret,2,2021-11-29 +21.30310761,-158.0403108,White-rumped Shama,2,2021-11-29 +21.30310761,-158.0403108,Yellow-fronted Canary,1,2022-11-06 +21.30310761,-158.0403108,Zebra Dove,3,2022-11-06 +21.30305191,-158.0306705,Common Myna,3,2023-03-30 +21.30305191,-158.0306705,Common Waxbill,1,2023-03-30 +21.30305191,-158.0306705,House Finch,2,2023-03-30 +21.30305191,-158.0306705,House Sparrow,1,2019-10-25 +21.30305191,-158.0306705,Java Sparrow,1,2022-05-18 +21.30305191,-158.0306705,Pacific Golden-Plover,2,2023-03-30 +21.30305191,-158.0306705,Red Junglefowl,1,2019-10-25 +21.30305191,-158.0306705,Red-crested Cardinal,3,2023-03-30 +21.30305191,-158.0306705,Red-vented Bulbul,1,2023-03-30 +21.30305191,-158.0306705,Saffron Finch,2,2023-03-30 +21.30305191,-158.0306705,Spotted Dove,2,2023-03-30 +21.30305191,-158.0306705,Wandering Tattler,1,2019-10-25 +21.30305191,-158.0306705,Western Cattle Egret,1,2019-10-25 +21.30305191,-158.0306705,White Tern,1,2021-03-27 +21.30305191,-158.0306705,Zebra Dove,3,2023-03-30 +21.31144105,-157.9245649,Common Myna,5,2023-09-15 +21.31144105,-157.9245649,Common Waxbill,1,2022-02-10 +21.31144105,-157.9245649,Eurasian Skylark,1,2020-10-30 +21.31144105,-157.9245649,House Finch,1,2020-01-23 +21.31144105,-157.9245649,House Sparrow,4,2022-02-10 +21.31144105,-157.9245649,Feral Mallard,1,2022-02-10 +21.31144105,-157.9245649,Pacific Golden-Plover,3,2023-09-15 +21.31144105,-157.9245649,Red-crested Cardinal,3,2023-09-15 +21.31144105,-157.9245649,Red-vented Bulbul,3,2023-09-15 +21.31144105,-157.9245649,Rock Pigeon,2,2020-01-23 +21.31144105,-157.9245649,Saffron Finch,1,2023-09-15 +21.31144105,-157.9245649,Spotted Dove,2,2020-10-30 +21.31144105,-157.9245649,Western Cattle Egret,1,2019-01-23 +21.31144105,-157.9245649,White Tern,1,2020-01-23 +21.31144105,-157.9245649,Zebra Dove,4,2023-09-15 +21.33037547,-158.0690614,Common Myna,5,2024-01-04 +21.33037547,-158.0690614,Common Waxbill,1,2022-11-14 +21.33037547,-158.0690614,House Finch,2,2024-01-04 +21.33037547,-158.0690614,House Sparrow,3,2023-01-20 +21.33037547,-158.0690614,Java Sparrow,1,2022-11-14 +21.33037547,-158.0690614,Pacific Golden-Plover,1,2024-01-04 +21.33037547,-158.0690614,Red Junglefowl,2,2022-12-26 +21.33037547,-158.0690614,Red-crested Cardinal,5,2024-01-04 +21.33037547,-158.0690614,Red-vented Bulbul,1,2021-12-26 +21.33037547,-158.0690614,Rock Pigeon,2,2022-12-26 +21.33037547,-158.0690614,Saffron Finch,5,2024-01-04 +21.33037547,-158.0690614,Spotted Dove,3,2022-12-26 +21.33037547,-158.0690614,Warbling White-eye,2,2022-12-26 +21.33037547,-158.0690614,Western Cattle Egret,3,2024-01-04 +21.33037547,-158.0690614,Zebra Dove,4,2024-01-04 +21.32756066,-157.6544872,Brown Booby,3,2023-03-26 +21.32756066,-157.6544872,Brown Noddy,4,2023-04-16 +21.32756066,-157.6544872,Common Myna,7,2023-05-19 +21.32756066,-157.6544872,Great Frigatebird,6,2023-09-26 +21.32756066,-157.6544872,Masked Booby,2,2022-02-25 +21.32756066,-157.6544872,Red-footed Booby,12,2023-04-16 +21.32756066,-157.6544872,Red-tailed Tropicbird,3,2022-02-07 +21.32756066,-157.6544872,Red-vented Bulbul,2,2019-12-14 +21.32756066,-157.6544872,Rock Pigeon,5,2022-02-07 +21.32756066,-157.6544872,Sooty Tern,12,2023-04-16 +21.32756066,-157.6544872,Spotted Dove,5,2023-03-26 +21.32756066,-157.6544872,Wandering Tattler,4,2023-03-26 +21.32756066,-157.6544872,Wedge-tailed Shearwater,3,2022-02-07 +21.32756066,-157.6544872,Zebra Dove,4,2023-05-19 +21.33829045,-157.8857995,Chestnut Munia,1,2023-11-21 +21.33829045,-157.8857995,Common Myna,4,2022-08-13 +21.33829045,-157.8857995,Great Frigatebird,1,2022-08-01 +21.33829045,-157.8857995,Great-tailed Grackle,1,2020-01-29 +21.33829045,-157.8857995,House Sparrow,1,2023-11-21 +21.33829045,-157.8857995,Java Sparrow,1,2019-07-23 +21.33829045,-157.8857995,Northern Mockingbird,1,2023-11-21 +21.33829045,-157.8857995,Red-vented Bulbul,2,2023-11-21 +21.33829045,-157.8857995,Rock Pigeon,4,2024-02-04 +21.33829045,-157.8857995,Rose-ringed Parakeet,7,2023-03-09 +21.33829045,-157.8857995,Scaly-breasted Munia,1,2023-11-21 +21.33829045,-157.8857995,Spotted Dove,4,2023-11-21 +21.33829045,-157.8857995,Western Cattle Egret,6,2024-02-04 +21.33829045,-157.8857995,Zebra Dove,1,2023-11-21 +21.34822209,-158.0303737,Common Myna,4,2022-02-25 +21.34822209,-158.0303737,Common Waxbill,2,2022-02-25 +21.34822209,-158.0303737,House Finch,2,2019-05-27 +21.34822209,-158.0303737,Java Sparrow,4,2022-02-25 +21.34822209,-158.0303737,Pacific Golden-Plover,2,2024-02-06 +21.34822209,-158.0303737,Red Junglefowl,2,2024-01-27 +21.34822209,-158.0303737,Red-crested Cardinal,1,2022-02-25 +21.34822209,-158.0303737,Red-vented Bulbul,4,2022-02-25 +21.34822209,-158.0303737,Red-whiskered Bulbul,2,2022-02-25 +21.34822209,-158.0303737,Rose-ringed Parakeet,3,2019-05-27 +21.34822209,-158.0303737,Rosy-faced Lovebird,1,2022-02-25 +21.34822209,-158.0303737,Saffron Finch,1,2024-01-27 +21.34822209,-158.0303737,Spotted Dove,4,2022-02-25 +21.34822209,-158.0303737,Western Cattle Egret,3,2021-02-25 +21.34822209,-158.0303737,Zebra Dove,4,2022-02-25 +21.3573661,-158.0496016,Common Myna,2,2023-11-19 +21.3573661,-158.0496016,Common Waxbill,2,2023-11-19 +21.3573661,-158.0496016,Erckel's Spurfowl,1,2019-02-04 +21.3573661,-158.0496016,Gray Francolin,2,2023-11-19 +21.3573661,-158.0496016,House Finch,2,2023-11-19 +21.3573661,-158.0496016,Northern Cardinal,2,2023-11-19 +21.3573661,-158.0496016,Oahu Amakihi,1,2019-02-04 +21.3573661,-158.0496016,Red-billed Leiothrix,1,2019-02-04 +21.3573661,-158.0496016,Red-crested Cardinal,2,2023-11-19 +21.3573661,-158.0496016,Red-vented Bulbul,2,2023-11-19 +21.3573661,-158.0496016,Red-whiskered Bulbul,1,2019-02-04 +21.3573661,-158.0496016,Warbling White-eye,1,2019-02-04 +21.3573661,-158.0496016,Western Cattle Egret,2,2023-11-19 +21.3573661,-158.0496016,White-rumped Shama,1,2019-02-04 +21.3573661,-158.0496016,Zebra Dove,2,2023-11-19 +21.35660999,-157.924236,Common Myna,5,2024-01-23 +21.35660999,-157.924236,House Finch,1,2021-07-07 +21.35660999,-157.924236,House Sparrow,3,2024-01-23 +21.35660999,-157.924236,Java Sparrow,1,2024-01-23 +21.35660999,-157.924236,Pacific Golden-Plover,2,2024-01-23 +21.35660999,-157.924236,Red-crested Cardinal,4,2023-03-15 +21.35660999,-157.924236,Red-vented Bulbul,3,2021-07-13 +21.35660999,-157.924236,Red-whiskered Bulbul,2,2021-11-27 +21.35660999,-157.924236,Rose-ringed Parakeet,2,2023-03-06 +21.35660999,-157.924236,Saffron Finch,1,2024-01-23 +21.35660999,-157.924236,Spotted Dove,2,2021-07-13 +21.35660999,-157.924236,Warbling White-eye,4,2021-07-13 +21.35660999,-157.924236,Western Cattle Egret,5,2024-01-23 +21.35660999,-157.924236,White Tern,3,2022-11-03 +21.35660999,-157.924236,Zebra Dove,5,2024-01-23 +21.35596318,-157.8278048,Apapane,1,2021-10-14 +21.35596318,-157.8278048,Common Myna,2,2022-03-31 +21.35596318,-157.8278048,Common Waxbill,2,2022-03-31 +21.35596318,-157.8278048,House Finch,1,2022-03-31 +21.35596318,-157.8278048,Java Sparrow,1,2022-03-31 +21.35596318,-157.8278048,Oahu Amakihi,2,2022-02-01 +21.35596318,-157.8278048,Pacific Golden-Plover,1,2022-03-31 +21.35596318,-157.8278048,Red-billed Leiothrix,1,2021-10-31 +21.35596318,-157.8278048,Red-crested Cardinal,1,2022-03-31 +21.35596318,-157.8278048,Red-vented Bulbul,3,2022-03-31 +21.35596318,-157.8278048,Red-whiskered Bulbul,3,2022-03-31 +21.35596318,-157.8278048,Spotted Dove,2,2022-03-31 +21.35596318,-157.8278048,Warbling White-eye,2,2022-02-01 +21.35596318,-157.8278048,White-rumped Shama,2,2022-03-31 +21.35596318,-157.8278048,Zebra Dove,1,2022-03-31 +21.40280874,-158.0975443,Apapane,3,2019-12-27 +21.40280874,-158.0975443,Common Myna,10,2019-10-17 +21.40280874,-158.0975443,Common Waxbill,13,2019-12-27 +21.40280874,-158.0975443,House Finch,13,2023-06-01 +21.40280874,-158.0975443,Kalij Pheasant,3,2019-12-27 +21.40280874,-158.0975443,Northern Cardinal,11,2019-12-27 +21.40280874,-158.0975443,Oahu Amakihi,15,2024-02-12 +21.40280874,-158.0975443,Oahu Elepaio,3,2023-06-01 +21.40280874,-158.0975443,Red-billed Leiothrix,12,2023-06-01 +21.40280874,-158.0975443,Red-crested Cardinal,2,2019-12-27 +21.40280874,-158.0975443,Red-vented Bulbul,10,2019-10-17 +21.40280874,-158.0975443,Red-whiskered Bulbul,2,2019-12-27 +21.40280874,-158.0975443,Warbling White-eye,15,2019-12-27 +21.40280874,-158.0975443,White-rumped Shama,5,2019-12-27 +21.40280874,-158.0975443,Zebra Dove,2,2019-12-27 +21.41145914,-158.0299567,Common Myna,3,2021-02-15 +21.41145914,-158.0299567,Common Waxbill,1,2021-02-15 +21.41145914,-158.0299567,House Finch,1,2021-01-02 +21.41145914,-158.0299567,House Sparrow,1,2021-02-15 +21.41145914,-158.0299567,Northern Cardinal,1,2021-02-15 +21.41145914,-158.0299567,Pacific Golden-Plover,2,2021-02-15 +21.41145914,-158.0299567,Red-vented Bulbul,1,2021-02-15 +21.41145914,-158.0299567,Rock Pigeon,1,2021-01-02 +21.41145914,-158.0299567,Rose-ringed Parakeet,1,2021-01-02 +21.41145914,-158.0299567,Saffron Finch,2,2021-02-15 +21.41145914,-158.0299567,Snow Goose,3,2021-02-15 +21.41145914,-158.0299567,Spotted Dove,2,2021-02-15 +21.41145914,-158.0299567,Warbling White-eye,1,2021-02-15 +21.41145914,-158.0299567,Western Cattle Egret,1,2021-02-15 +21.41145914,-158.0299567,Zebra Dove,2,2021-02-15 +21.43719486,-157.8175078,Chestnut Munia,1,2019-11-04 +21.43719486,-157.8175078,Common Myna,1,2019-07-29 +21.43719486,-157.8175078,Common Waxbill,3,2020-01-07 +21.43719486,-157.8175078,House Finch,1,2019-07-29 +21.43719486,-157.8175078,Japanese Bush Warbler,1,2019-07-29 +21.43719486,-157.8175078,Red Junglefowl,1,2019-07-29 +21.43719486,-157.8175078,Red-billed Leiothrix,2,2020-01-07 +21.43719486,-157.8175078,Red-crested Cardinal,3,2020-01-07 +21.43719486,-157.8175078,Red-vented Bulbul,3,2019-12-26 +21.43719486,-157.8175078,Red-whiskered Bulbul,2,2019-11-04 +21.43719486,-157.8175078,Scaly-breasted Munia,1,2019-11-04 +21.43719486,-157.8175078,Spotted Dove,1,2019-11-04 +21.43719486,-157.8175078,Warbling White-eye,2,2019-12-26 +21.43719486,-157.8175078,White-rumped Shama,2,2019-12-26 +21.43719486,-157.8175078,Zebra Dove,2,2019-12-26 +21.448372,-158.1744651,Black-crowned Night Heron,1,2021-04-19 +21.448372,-158.1744651,Common Myna,1,2021-04-19 +21.448372,-158.1744651,Common Waxbill,1,2021-04-19 +21.448372,-158.1744651,House Finch,1,2021-04-19 +21.448372,-158.1744651,Java Sparrow,1,2021-04-19 +21.448372,-158.1744651,Pacific Golden-Plover,1,2021-04-19 +21.448372,-158.1744651,Red-crested Cardinal,1,2021-04-19 +21.448372,-158.1744651,Red-vented Bulbul,1,2021-04-19 +21.448372,-158.1744651,Red-whiskered Bulbul,1,2021-04-19 +21.448372,-158.1744651,Saffron Finch,1,2021-04-19 +21.448372,-158.1744651,Spotted Dove,1,2021-04-19 +21.448372,-158.1744651,Warbling White-eye,1,2021-04-19 +21.448372,-158.1744651,Western Cattle Egret,1,2021-04-19 +21.448372,-158.1744651,White Tern,1,2021-04-19 +21.448372,-158.1744651,Zebra Dove,1,2021-04-19 +21.4666266,-158.2129689,Common Myna,8,2023-05-07 +21.4666266,-158.2129689,Common Waxbill,5,2023-05-07 +21.4666266,-158.2129689,Great Frigatebird,1,2022-06-07 +21.4666266,-158.2129689,Indian Peafowl,1,2023-01-10 +21.4666266,-158.2129689,Northern Cardinal,1,2023-01-10 +21.4666266,-158.2129689,Red Junglefowl,4,2023-05-06 +21.4666266,-158.2129689,Red-crested Cardinal,1,2023-01-10 +21.4666266,-158.2129689,Red-vented Bulbul,4,2023-05-07 +21.4666266,-158.2129689,Red-whiskered Bulbul,1,2023-01-06 +21.4666266,-158.2129689,Rock Pigeon,4,2023-01-06 +21.4666266,-158.2129689,Saffron Finch,2,2023-05-06 +21.4666266,-158.2129689,Spotted Dove,4,2023-01-10 +21.4666266,-158.2129689,Wandering Tattler,2,2023-01-10 +21.4666266,-158.2129689,Warbling White-eye,1,2023-01-10 +21.4666266,-158.2129689,Zebra Dove,6,2023-05-06 +21.47570599,-158.2225723,Brown Booby,3,2024-02-15 +21.47570599,-158.2225723,Common Myna,4,2024-01-15 +21.47570599,-158.2225723,Common Waxbill,3,2024-01-15 +21.47570599,-158.2225723,House Sparrow,1,2023-04-16 +21.47570599,-158.2225723,Java Sparrow,1,2019-01-16 +21.47570599,-158.2225723,Laysan Albatross,2,2022-11-26 +21.47570599,-158.2225723,Northern Cardinal,2,2021-03-24 +21.47570599,-158.2225723,Red-crested Cardinal,3,2024-01-15 +21.47570599,-158.2225723,Red-vented Bulbul,3,2024-01-15 +21.47570599,-158.2225723,Rock Pigeon,2,2024-02-15 +21.47570599,-158.2225723,Saffron Finch,4,2023-04-16 +21.47570599,-158.2225723,Spotted Dove,3,2024-01-15 +21.47570599,-158.2225723,Wandering Tattler,2,2024-02-15 +21.47570599,-158.2225723,Warbling White-eye,1,2019-01-16 +21.47570599,-158.2225723,Zebra Dove,2,2024-01-15 +21.54606004,-157.8842196,Apapane,1,2023-02-24 +21.54606004,-157.8842196,Chestnut Munia,1,2023-12-07 +21.54606004,-157.8842196,Common Myna,1,2023-02-24 +21.54606004,-157.8842196,Common Waxbill,1,2023-02-24 +21.54606004,-157.8842196,Northern Cardinal,1,2023-02-24 +21.54606004,-157.8842196,Oahu Amakihi,1,2023-12-07 +21.54606004,-157.8842196,Pacific Golden-Plover,2,2023-12-07 +21.54606004,-157.8842196,Red Junglefowl,1,2023-02-24 +21.54606004,-157.8842196,Red-billed Leiothrix,2,2023-12-07 +21.54606004,-157.8842196,Red-vented Bulbul,1,2023-12-07 +21.54606004,-157.8842196,Red-whiskered Bulbul,2,2023-12-07 +21.54606004,-157.8842196,Spotted Dove,1,2023-02-24 +21.54606004,-157.8842196,Warbling White-eye,2,2023-12-07 +21.54606004,-157.8842196,White-rumped Shama,2,2023-02-24 +21.54606004,-157.8842196,Zebra Dove,2,2023-12-07 +21.57500006,-158.2027181,Common Myna,2,2022-10-01 +21.57500006,-158.2027181,Common Waxbill,2,2022-10-01 +21.57500006,-158.2027181,Erckel's Spurfowl,3,2021-07-29 +21.57500006,-158.2027181,House Finch,2,2022-10-01 +21.57500006,-158.2027181,Indian Peafowl,2,2021-07-25 +21.57500006,-158.2027181,Northern Cardinal,2,2022-10-01 +21.57500006,-158.2027181,Pacific Golden-Plover,2,2022-10-01 +21.57500006,-158.2027181,Red-crested Cardinal,2,2022-10-01 +21.57500006,-158.2027181,Red-vented Bulbul,2,2022-10-01 +21.57500006,-158.2027181,Red-whiskered Bulbul,2,2022-10-01 +21.57500006,-158.2027181,Saffron Finch,2,2022-10-01 +21.57500006,-158.2027181,Spotted Dove,2,2022-10-01 +21.57500006,-158.2027181,Warbling White-eye,2,2022-10-01 +21.57500006,-158.2027181,White-rumped Shama,3,2022-10-01 +21.57500006,-158.2027181,Zebra Dove,2,2022-10-01 +21.5749069,-158.1834023,Black-crowned Night Heron,1,2021-09-24 +21.5749069,-158.1834023,Common Myna,1,2021-09-24 +21.5749069,-158.1834023,Common Waxbill,1,2021-09-24 +21.5749069,-158.1834023,House Finch,1,2021-09-24 +21.5749069,-158.1834023,Northern Cardinal,1,2021-09-24 +21.5749069,-158.1834023,Red-billed Leiothrix,1,2021-09-24 +21.5749069,-158.1834023,Red-crested Cardinal,1,2021-09-24 +21.5749069,-158.1834023,Red-vented Bulbul,1,2021-09-24 +21.5749069,-158.1834023,Red-whiskered Bulbul,1,2021-09-24 +21.5749069,-158.1834023,Saffron Finch,1,2021-09-24 +21.5749069,-158.1834023,Spotted Dove,1,2021-09-24 +21.5749069,-158.1834023,Warbling White-eye,1,2021-09-24 +21.5749069,-158.1834023,Western Cattle Egret,1,2021-09-24 +21.5749069,-158.1834023,White-rumped Shama,1,2021-09-24 +21.5749069,-158.1834023,Zebra Dove,1,2021-09-24 +21.66387183,-157.9412992,Brown Booby,2,2020-12-31 +21.66387183,-157.9412992,Chestnut Munia,1,2023-12-04 +21.66387183,-157.9412992,Common Myna,1,2023-12-04 +21.66387183,-157.9412992,Laysan Albatross,2,2020-12-31 +21.66387183,-157.9412992,Feral Mallard,2,2020-12-31 +21.66387183,-157.9412992,Pacific Golden-Plover,3,2023-12-04 +21.66387183,-157.9412992,Red-vented Bulbul,1,2023-12-04 +21.66387183,-157.9412992,Ruddy Turnstone,1,2020-12-30 +21.66387183,-157.9412992,Saffron Finch,1,2023-12-04 +21.66387183,-157.9412992,Sanderling,1,2020-12-31 +21.66387183,-157.9412992,Wandering Tattler,2,2020-12-31 +21.66387183,-157.9412992,Warbling White-eye,1,2023-12-04 +21.66387183,-157.9412992,Western Cattle Egret,1,2023-12-04 +21.66387183,-157.9412992,White-rumped Shama,1,2023-12-04 +21.66387183,-157.9412992,Zebra Dove,1,2023-12-04 +21.26562995,-157.8285221,Black-crowned Night Heron,1,2022-02-14 +21.26562995,-157.8285221,Brown Booby,5,2022-02-14 +21.26562995,-157.8285221,Common Myna,1,2022-02-13 +21.26562995,-157.8285221,Great Frigatebird,2,2019-07-10 +21.26562995,-157.8285221,Java Sparrow,1,2022-02-13 +21.26562995,-157.8285221,Pacific Golden-Plover,1,2022-02-13 +21.26562995,-157.8285221,Red-crested Cardinal,1,2022-02-13 +21.26562995,-157.8285221,Red-footed Booby,4,2024-01-07 +21.26562995,-157.8285221,Rock Pigeon,1,2022-02-13 +21.26562995,-157.8285221,Rose-ringed Parakeet,1,2022-02-13 +21.26562995,-157.8285221,Sooty Tern,1,2024-01-07 +21.26562995,-157.8285221,Spotted Dove,1,2022-02-13 +21.26562995,-157.8285221,Wedge-tailed Shearwater,3,2022-02-14 +21.26562995,-157.8285221,Western Cattle Egret,2,2022-02-13 +21.26562995,-157.8285221,White Tern,10,2024-01-07 +21.26562995,-157.8285221,Zebra Dove,1,2022-02-13 +21.28349262,-157.7994644,Common Myna,5,2023-05-12 +21.28349262,-157.7994644,Common Waxbill,1,2019-05-24 +21.28349262,-157.7994644,Great Frigatebird,1,2019-08-23 +21.28349262,-157.7994644,House Finch,1,2019-05-24 +21.28349262,-157.7994644,House Sparrow,5,2022-03-18 +21.28349262,-157.7994644,Java Sparrow,6,2022-06-16 +21.28349262,-157.7994644,Red-crested Cardinal,5,2023-05-12 +21.28349262,-157.7994644,Red-vented Bulbul,3,2020-04-14 +21.28349262,-157.7994644,Rock Pigeon,3,2023-05-12 +21.28349262,-157.7994644,Rose-ringed Parakeet,8,2023-02-12 +21.28349262,-157.7994644,Saffron Finch,1,2020-06-09 +21.28349262,-157.7994644,Spotted Dove,8,2023-08-02 +21.28349262,-157.7994644,Warbling White-eye,2,2020-04-14 +21.28349262,-157.7994644,Western Cattle Egret,1,2019-08-23 +21.28349262,-157.7994644,White Tern,8,2023-05-12 +21.28349262,-157.7994644,Zebra Dove,8,2023-05-12 +21.3014205,-157.7800389,Common Myna,1,2023-12-25 +21.3014205,-157.7800389,House Finch,1,2024-01-28 +21.3014205,-157.7800389,Java Sparrow,5,2022-09-03 +21.3014205,-157.7800389,Northern Cardinal,2,2024-01-28 +21.3014205,-157.7800389,Pacific Golden-Plover,1,2023-12-25 +21.3014205,-157.7800389,Red Junglefowl,1,2023-12-25 +21.3014205,-157.7800389,Red-billed Leiothrix,1,2021-03-28 +21.3014205,-157.7800389,Red-crested Cardinal,1,2022-08-21 +21.3014205,-157.7800389,Red-masked Parakeet,1,2021-03-28 +21.3014205,-157.7800389,Red-vented Bulbul,3,2024-01-28 +21.3014205,-157.7800389,Rose-ringed Parakeet,2,2022-09-03 +21.3014205,-157.7800389,Spotted Dove,3,2024-01-28 +21.3014205,-157.7800389,Western Cattle Egret,1,2023-12-25 +21.3014205,-157.7800389,White-rumped Shama,1,2024-01-28 +21.3014205,-157.7800389,White-tailed Tropicbird,2,2023-12-25 +21.3014205,-157.7800389,Zebra Dove,6,2023-12-25 +21.31185877,-157.9920483,Black-necked Stilt,1,2022-06-28 +21.31185877,-157.9920483,Common Myna,8,2023-12-22 +21.31185877,-157.9920483,Common Waxbill,1,2021-11-28 +21.31185877,-157.9920483,House Sparrow,1,2022-06-29 +21.31185877,-157.9920483,Java Sparrow,1,2021-10-13 +21.31185877,-157.9920483,Pacific Golden-Plover,4,2023-12-22 +21.31185877,-157.9920483,Red-crested Cardinal,4,2023-12-22 +21.31185877,-157.9920483,Red-vented Bulbul,2,2019-08-13 +21.31185877,-157.9920483,Rock Pigeon,1,2021-11-28 +21.31185877,-157.9920483,Saffron Finch,2,2023-12-22 +21.31185877,-157.9920483,Sanderling,1,2021-11-28 +21.31185877,-157.9920483,Spotted Dove,2,2019-08-13 +21.31185877,-157.9920483,Wedge-tailed Shearwater,2,2022-07-03 +21.31185877,-157.9920483,Western Cattle Egret,1,2023-12-22 +21.31185877,-157.9920483,White Tern,1,2022-07-02 +21.31185877,-157.9920483,Zebra Dove,7,2023-12-22 +21.321395,-158.0787601,Chestnut Munia,1,2021-06-20 +21.321395,-158.0787601,Common Myna,4,2021-06-20 +21.321395,-158.0787601,Common Waxbill,1,2021-06-20 +21.321395,-158.0787601,Gray Francolin,1,2019-03-03 +21.321395,-158.0787601,House Finch,1,2020-02-14 +21.321395,-158.0787601,House Sparrow,1,2020-02-14 +21.321395,-158.0787601,Java Sparrow,2,2021-06-20 +21.321395,-158.0787601,Pacific Golden-Plover,1,2020-02-14 +21.321395,-158.0787601,Red Junglefowl,1,2020-02-14 +21.321395,-158.0787601,Red-crested Cardinal,2,2021-06-20 +21.321395,-158.0787601,Red-vented Bulbul,4,2021-06-20 +21.321395,-158.0787601,Saffron Finch,1,2020-02-14 +21.321395,-158.0787601,Spotted Dove,4,2021-06-20 +21.321395,-158.0787601,Warbling White-eye,1,2021-06-25 +21.321395,-158.0787601,Western Cattle Egret,1,2020-02-14 +21.321395,-158.0787601,Zebra Dove,2,2021-06-20 +21.32009442,-157.8666546,Black-crowned Night Heron,1,2019-02-16 +21.32009442,-157.8666546,Chestnut Munia,1,2019-02-16 +21.32009442,-157.8666546,Common Myna,7,2021-07-30 +21.32009442,-157.8666546,Common Waxbill,1,2019-06-25 +21.32009442,-157.8666546,House Finch,2,2019-05-04 +21.32009442,-157.8666546,House Sparrow,6,2021-07-10 +21.32009442,-157.8666546,Red-crested Cardinal,2,2021-05-05 +21.32009442,-157.8666546,Red-vented Bulbul,4,2021-07-08 +21.32009442,-157.8666546,Red-whiskered Bulbul,1,2019-05-04 +21.32009442,-157.8666546,Rock Pigeon,4,2022-08-19 +21.32009442,-157.8666546,Rose-ringed Parakeet,2,2022-02-13 +21.32009442,-157.8666546,Spotted Dove,7,2021-07-30 +21.32009442,-157.8666546,Warbling White-eye,2,2021-05-05 +21.32009442,-157.8666546,Western Cattle Egret,4,2021-07-08 +21.32009442,-157.8666546,White Tern,3,2022-02-05 +21.32009442,-157.8666546,Zebra Dove,7,2021-07-10 +21.33015474,-158.0304928,Chestnut Munia,1,2019-11-03 +21.33015474,-158.0304928,Common Myna,5,2021-03-14 +21.33015474,-158.0304928,Common Waxbill,2,2021-08-10 +21.33015474,-158.0304928,House Finch,1,2019-11-03 +21.33015474,-158.0304928,House Sparrow,4,2021-03-14 +21.33015474,-158.0304928,Java Sparrow,2,2021-03-25 +21.33015474,-158.0304928,Pacific Golden-Plover,4,2021-03-14 +21.33015474,-158.0304928,Red-crested Cardinal,4,2021-03-17 +21.33015474,-158.0304928,Red-vented Bulbul,4,2021-03-15 +21.33015474,-158.0304928,Red-whiskered Bulbul,1,2019-11-03 +21.33015474,-158.0304928,Rock Pigeon,2,2019-03-13 +21.33015474,-158.0304928,Saffron Finch,3,2021-05-13 +21.33015474,-158.0304928,Spotted Dove,5,2021-03-17 +21.33015474,-158.0304928,Warbling White-eye,3,2021-03-17 +21.33015474,-158.0304928,Western Cattle Egret,1,2019-11-03 +21.33015474,-158.0304928,Zebra Dove,3,2021-03-17 +21.32963295,-157.943717,Chestnut Munia,3,2024-02-07 +21.32963295,-157.943717,Common Myna,5,2024-02-07 +21.32963295,-157.943717,Common Waxbill,4,2024-02-07 +21.32963295,-157.943717,House Finch,3,2024-02-07 +21.32963295,-157.943717,House Sparrow,2,2023-10-25 +21.32963295,-157.943717,Java Sparrow,2,2024-02-07 +21.32963295,-157.943717,Feral Mallard,1,2023-10-25 +21.32963295,-157.943717,Pacific Golden-Plover,4,2024-02-07 +21.32963295,-157.943717,Red-crested Cardinal,2,2024-02-07 +21.32963295,-157.943717,Red-vented Bulbul,4,2024-02-07 +21.32963295,-157.943717,Spotted Dove,2,2023-10-25 +21.32963295,-157.943717,Warbling White-eye,2,2023-10-25 +21.32963295,-157.943717,Western Cattle Egret,3,2024-02-07 +21.32963295,-157.943717,White Tern,2,2024-02-07 +21.32963295,-157.943717,Yellow-fronted Canary,2,2023-10-25 +21.32963295,-157.943717,Zebra Dove,3,2024-02-07 +21.32906257,-157.856944,Chestnut Munia,2,2020-09-28 +21.32906257,-157.856944,Common Myna,4,2022-03-02 +21.32906257,-157.856944,Common Waxbill,2,2022-03-02 +21.32906257,-157.856944,House Finch,2,2020-09-28 +21.32906257,-157.856944,House Sparrow,6,2023-09-18 +21.32906257,-157.856944,Feral Mallard,5,2023-09-18 +21.32906257,-157.856944,Northern Cardinal,1,2020-09-28 +21.32906257,-157.856944,Red Junglefowl,2,2022-03-02 +21.32906257,-157.856944,Red-vented Bulbul,3,2022-03-02 +21.32906257,-157.856944,Rock Pigeon,5,2023-09-18 +21.32906257,-157.856944,Spotted Dove,6,2023-09-18 +21.32906257,-157.856944,White Tern,1,2022-02-17 +21.32906257,-157.856944,Zebra Dove,5,2023-09-18 +21.33940789,-158.0690038,Chestnut Munia,1,2020-03-26 +21.33940789,-158.0690038,Common Myna,7,2023-10-15 +21.33940789,-158.0690038,Common Waxbill,4,2023-10-15 +21.33940789,-158.0690038,House Finch,2,2022-03-21 +21.33940789,-158.0690038,House Sparrow,3,2023-10-15 +21.33940789,-158.0690038,Java Sparrow,4,2023-10-15 +21.33940789,-158.0690038,Pacific Golden-Plover,2,2022-03-21 +21.33940789,-158.0690038,Red-crested Cardinal,2,2021-01-31 +21.33940789,-158.0690038,Red-vented Bulbul,5,2022-03-21 +21.33940789,-158.0690038,Red-whiskered Bulbul,7,2023-10-15 +21.33940789,-158.0690038,Rose-ringed Parakeet,2,2022-06-11 +21.33940789,-158.0690038,Saffron Finch,4,2023-10-15 +21.33940789,-158.0690038,Spotted Dove,7,2023-10-15 +21.33940789,-158.0690038,Warbling White-eye,5,2023-09-09 +21.33940789,-158.0690038,Western Cattle Egret,3,2023-10-15 +21.33940789,-158.0690038,Zebra Dove,7,2023-10-15 +21.33884713,-157.9725796,Brown Booby,1,2022-06-18 +21.33884713,-157.9725796,Common Myna,3,2022-06-20 +21.33884713,-157.9725796,Common Waxbill,1,2019-01-11 +21.33884713,-157.9725796,House Sparrow,1,2019-01-11 +21.33884713,-157.9725796,Java Sparrow,1,2019-01-11 +21.33884713,-157.9725796,Pacific Golden-Plover,1,2019-01-11 +21.33884713,-157.9725796,Red-vented Bulbul,1,2019-01-11 +21.33884713,-157.9725796,Rock Pigeon,2,2022-06-09 +21.33884713,-157.9725796,Rose-ringed Parakeet,1,2022-06-19 +21.33884713,-157.9725796,Saffron Finch,1,2019-01-11 +21.33884713,-157.9725796,Spotted Dove,1,2019-01-11 +21.33884713,-157.9725796,Western Cattle Egret,2,2022-06-09 +21.33884713,-157.9725796,White Tern,5,2022-06-20 +21.33884713,-157.9725796,White-rumped Shama,1,2019-01-11 +21.33884713,-157.9725796,Yellow-fronted Canary,1,2019-01-11 +21.33884713,-157.9725796,Zebra Dove,2,2022-06-09 +21.33816145,-157.8665157,Common Myna,6,2024-02-01 +21.33816145,-157.8665157,Common Waxbill,1,2021-06-28 +21.33816145,-157.8665157,House Finch,1,2021-06-28 +21.33816145,-157.8665157,House Sparrow,5,2024-02-01 +21.33816145,-157.8665157,Java Sparrow,3,2022-10-23 +21.33816145,-157.8665157,Pacific Golden-Plover,4,2021-10-30 +21.33816145,-157.8665157,Red-crested Cardinal,2,2021-10-30 +21.33816145,-157.8665157,Red-vented Bulbul,4,2024-02-01 +21.33816145,-157.8665157,Rock Pigeon,1,2021-06-28 +21.33816145,-157.8665157,Rose-ringed Parakeet,3,2021-06-28 +21.33816145,-157.8665157,Saffron Finch,3,2021-10-30 +21.33816145,-157.8665157,Spotted Dove,5,2024-02-01 +21.33816145,-157.8665157,Warbling White-eye,3,2021-06-28 +21.33816145,-157.8665157,Western Cattle Egret,4,2022-10-23 +21.33816145,-157.8665157,White Tern,1,2021-06-28 +21.33816145,-157.8665157,Zebra Dove,5,2024-02-01 +21.33803012,-157.8472321,Chestnut Munia,1,2019-07-22 +21.33803012,-157.8472321,Common Myna,3,2022-02-21 +21.33803012,-157.8472321,Common Waxbill,1,2019-07-27 +21.33803012,-157.8472321,House Finch,1,2022-03-16 +21.33803012,-157.8472321,Oahu Amakihi,2,2019-07-27 +21.33803012,-157.8472321,Pacific Golden-Plover,1,2022-01-18 +21.33803012,-157.8472321,Red-billed Leiothrix,1,2019-07-27 +21.33803012,-157.8472321,Red-crested Cardinal,2,2022-02-20 +21.33803012,-157.8472321,Red-vented Bulbul,5,2022-02-20 +21.33803012,-157.8472321,Red-whiskered Bulbul,2,2019-07-27 +21.33803012,-157.8472321,Spotted Dove,1,2022-02-21 +21.33803012,-157.8472321,Warbling White-eye,2,2019-07-27 +21.33803012,-157.8472321,White Tern,1,2019-07-22 +21.33803012,-157.8472321,White-rumped Shama,4,2022-02-19 +21.33803012,-157.8472321,Yellow-fronted Canary,2,2019-07-27 +21.33803012,-157.8472321,Zebra Dove,1,2019-07-22 +21.33719555,-157.7315331,Chestnut Munia,1,2021-11-26 +21.33719555,-157.7315331,Common Myna,3,2021-11-26 +21.33719555,-157.7315331,Common Waxbill,2,2021-11-26 +21.33719555,-157.7315331,House Sparrow,1,2021-11-26 +21.33719555,-157.7315331,Northern Cardinal,2,2021-04-11 +21.33719555,-157.7315331,Pacific Golden-Plover,2,2021-11-26 +21.33719555,-157.7315331,Red Junglefowl,1,2021-11-26 +21.33719555,-157.7315331,Red-billed Leiothrix,1,2021-04-11 +21.33719555,-157.7315331,Red-crested Cardinal,2,2021-11-26 +21.33719555,-157.7315331,Red-whiskered Bulbul,1,2021-04-11 +21.33719555,-157.7315331,Scaly-breasted Munia,1,2021-11-26 +21.33719555,-157.7315331,Spotted Dove,2,2021-04-11 +21.33719555,-157.7315331,Warbling White-eye,2,2021-11-26 +21.33719555,-157.7315331,Western Cattle Egret,3,2021-11-26 +21.33719555,-157.7315331,White-tailed Tropicbird,1,2021-11-26 +21.33719555,-157.7315331,Zebra Dove,3,2021-11-26 +21.34844087,-158.0689464,African Silverbill,1,2020-05-29 +21.34844087,-158.0689464,Common Myna,3,2020-05-29 +21.34844087,-158.0689464,Common Waxbill,3,2020-05-29 +21.34844087,-158.0689464,House Sparrow,2,2020-05-29 +21.34844087,-158.0689464,Java Sparrow,2,2020-05-29 +21.34844087,-158.0689464,Northern Cardinal,2,2020-05-29 +21.34844087,-158.0689464,Red Junglefowl,1,2020-05-09 +21.34844087,-158.0689464,Red-crested Cardinal,2,2020-05-29 +21.34844087,-158.0689464,Red-vented Bulbul,3,2020-05-29 +21.34844087,-158.0689464,Red-whiskered Bulbul,1,2020-05-29 +21.34844087,-158.0689464,Rose-ringed Parakeet,2,2020-05-29 +21.34844087,-158.0689464,Saffron Finch,2,2020-05-29 +21.34844087,-158.0689464,Spotted Dove,3,2020-05-29 +21.34844087,-158.0689464,Warbling White-eye,3,2020-05-29 +21.34844087,-158.0689464,Western Cattle Egret,3,2020-05-29 +21.34844087,-158.0689464,Zebra Dove,3,2020-05-29 +21.35763639,-158.097821,Common Myna,1,2019-12-30 +21.35763639,-158.097821,Common Waxbill,1,2019-12-30 +21.35763639,-158.097821,Erckel's Spurfowl,1,2019-12-30 +21.35763639,-158.097821,Gray Francolin,1,2019-12-30 +21.35763639,-158.097821,Kalij Pheasant,1,2019-12-30 +21.35763639,-158.097821,Northern Cardinal,1,2019-12-30 +21.35763639,-158.097821,Pacific Golden-Plover,1,2019-12-30 +21.35763639,-158.097821,Red Avadavat,1,2019-12-30 +21.35763639,-158.097821,Red-crested Cardinal,1,2019-12-30 +21.35763639,-158.097821,Red-vented Bulbul,1,2019-12-30 +21.35763639,-158.097821,Red-whiskered Bulbul,1,2019-12-30 +21.35763639,-158.097821,Scaly-breasted Munia,1,2019-12-30 +21.35763639,-158.097821,Spotted Dove,1,2019-12-30 +21.35763639,-158.097821,Warbling White-eye,1,2019-12-30 +21.35763639,-158.097821,Yellow-faced Grassquit,1,2019-12-30 +21.35763639,-158.097821,Zebra Dove,1,2019-12-30 +21.3558272,-157.808519,Common Myna,1,2020-06-24 +21.3558272,-157.808519,Common Waxbill,2,2023-07-14 +21.3558272,-157.808519,Gray Francolin,1,2023-07-14 +21.3558272,-157.808519,House Finch,1,2020-06-24 +21.3558272,-157.808519,House Sparrow,2,2021-03-21 +21.3558272,-157.808519,Northern Cardinal,1,2020-06-24 +21.3558272,-157.808519,Oahu Amakihi,1,2021-12-25 +21.3558272,-157.808519,Red Junglefowl,2,2021-05-28 +21.3558272,-157.808519,Red-billed Leiothrix,5,2023-07-14 +21.3558272,-157.808519,Red-crested Cardinal,2,2021-03-03 +21.3558272,-157.808519,Red-vented Bulbul,1,2020-06-24 +21.3558272,-157.808519,Red-whiskered Bulbul,4,2023-09-24 +21.3558272,-157.808519,Spotted Dove,1,2020-06-24 +21.3558272,-157.808519,Warbling White-eye,3,2023-07-14 +21.3558272,-157.808519,White-rumped Shama,5,2023-07-14 +21.3558272,-157.808519,Zebra Dove,1,2020-06-24 +21.35526153,-157.7313774,Black-necked Stilt,1,2021-09-27 +21.35526153,-157.7313774,Common Gallinule,1,2021-09-27 +21.35526153,-157.7313774,Common Myna,3,2021-10-18 +21.35526153,-157.7313774,Common Waxbill,2,2021-10-18 +21.35526153,-157.7313774,House Sparrow,1,2021-10-18 +21.35526153,-157.7313774,Feral Mallard,1,2021-09-27 +21.35526153,-157.7313774,Pacific Golden-Plover,2,2021-10-18 +21.35526153,-157.7313774,Red Junglefowl,1,2021-09-27 +21.35526153,-157.7313774,Red-crested Cardinal,2,2021-10-18 +21.35526153,-157.7313774,Red-vented Bulbul,2,2021-10-18 +21.35526153,-157.7313774,Red-whiskered Bulbul,2,2021-10-18 +21.35526153,-157.7313774,Rock Pigeon,1,2021-10-18 +21.35526153,-157.7313774,Spotted Dove,1,2021-09-27 +21.35526153,-157.7313774,Western Cattle Egret,2,2021-09-27 +21.35526153,-157.7313774,White-rumped Shama,1,2021-09-27 +21.35526153,-157.7313774,Zebra Dove,2,2021-10-18 +21.36472216,-157.789159,African Silverbill,2,2023-09-24 +21.36472216,-157.789159,Chestnut Munia,1,2023-11-19 +21.36472216,-157.789159,Common Myna,6,2023-10-25 +21.36472216,-157.789159,Common Waxbill,3,2023-10-25 +21.36472216,-157.789159,Java Sparrow,1,2023-07-13 +21.36472216,-157.789159,Red Junglefowl,11,2024-02-13 +21.36472216,-157.789159,Red-billed Leiothrix,4,2023-10-25 +21.36472216,-157.789159,Red-crested Cardinal,7,2023-12-31 +21.36472216,-157.789159,Red-vented Bulbul,3,2023-10-25 +21.36472216,-157.789159,Red-whiskered Bulbul,3,2023-10-25 +21.36472216,-157.789159,Rock Pigeon,1,2023-07-14 +21.36472216,-157.789159,Spotted Dove,2,2023-10-25 +21.36472216,-157.789159,Warbling White-eye,5,2023-11-19 +21.36472216,-157.789159,White-rumped Shama,6,2024-02-13 +21.36472216,-157.789159,Yellow-fronted Canary,2,2023-10-25 +21.36472216,-157.789159,Zebra Dove,5,2023-10-25 +21.36465224,-157.7795156,Chestnut Munia,1,2023-06-20 +21.36465224,-157.7795156,Common Waxbill,1,2020-04-20 +21.36465224,-157.7795156,House Finch,3,2023-06-20 +21.36465224,-157.7795156,Japanese Bush Warbler,1,2023-06-20 +21.36465224,-157.7795156,Northern Cardinal,3,2023-03-18 +21.36465224,-157.7795156,Red Junglefowl,6,2023-07-13 +21.36465224,-157.7795156,Red-billed Leiothrix,5,2023-06-20 +21.36465224,-157.7795156,Red-crested Cardinal,4,2023-06-20 +21.36465224,-157.7795156,Red-vented Bulbul,5,2023-06-20 +21.36465224,-157.7795156,Red-whiskered Bulbul,5,2023-09-24 +21.36465224,-157.7795156,Spotted Dove,3,2023-06-23 +21.36465224,-157.7795156,Warbling White-eye,5,2023-06-20 +21.36465224,-157.7795156,Western Cattle Egret,1,2020-10-11 +21.36465224,-157.7795156,White-rumped Shama,3,2023-06-20 +21.36465224,-157.7795156,Zebra Dove,4,2023-06-20 +21.37442465,-157.8855262,Chestnut Munia,4,2023-08-03 +21.37442465,-157.8855262,Common Myna,12,2023-08-03 +21.37442465,-157.8855262,Common Waxbill,8,2023-08-03 +21.37442465,-157.8855262,Northern Cardinal,6,2023-06-20 +21.37442465,-157.8855262,Red Junglefowl,1,2023-08-03 +21.37442465,-157.8855262,Red-billed Leiothrix,3,2023-08-03 +21.37442465,-157.8855262,Red-crested Cardinal,8,2023-08-03 +21.37442465,-157.8855262,Red-vented Bulbul,10,2023-08-03 +21.37442465,-157.8855262,Red-whiskered Bulbul,6,2023-06-20 +21.37442465,-157.8855262,Saffron Finch,1,2023-06-20 +21.37442465,-157.8855262,Spotted Dove,13,2023-08-03 +21.37442465,-157.8855262,Warbling White-eye,8,2023-08-03 +21.37442465,-157.8855262,Western Cattle Egret,3,2023-04-10 +21.37442465,-157.8855262,White-rumped Shama,5,2023-06-20 +21.37442465,-157.8855262,Yellow-fronted Canary,3,2023-01-17 +21.37442465,-157.8855262,Zebra Dove,14,2023-08-03 +21.3926815,-157.914326,Chestnut Munia,1,2023-06-13 +21.3926815,-157.914326,Common Myna,8,2023-12-16 +21.3926815,-157.914326,Common Waxbill,2,2023-02-18 +21.3926815,-157.914326,House Finch,2,2023-02-18 +21.3926815,-157.914326,Java Sparrow,4,2023-02-22 +21.3926815,-157.914326,Northern Cardinal,2,2023-02-18 +21.3926815,-157.914326,Pacific Golden-Plover,8,2023-09-07 +21.3926815,-157.914326,Red-crested Cardinal,5,2023-06-13 +21.3926815,-157.914326,Red-crowned Parrot,2,2023-02-17 +21.3926815,-157.914326,Red-vented Bulbul,10,2023-12-16 +21.3926815,-157.914326,Red-whiskered Bulbul,5,2023-09-07 +21.3926815,-157.914326,Rose-ringed Parakeet,2,2023-11-18 +21.3926815,-157.914326,Saffron Finch,1,2023-06-13 +21.3926815,-157.914326,Spotted Dove,3,2023-02-22 +21.3926815,-157.914326,Zebra Dove,5,2023-06-13 +21.40231242,-158.010723,Common Myna,8,2023-12-21 +21.40231242,-158.010723,Gray Francolin,1,2023-01-28 +21.40231242,-158.010723,House Finch,3,2023-12-21 +21.40231242,-158.010723,House Sparrow,4,2023-12-21 +21.40231242,-158.010723,Japanese Bush Warbler,1,2022-03-20 +21.40231242,-158.010723,Java Sparrow,2,2023-01-28 +21.40231242,-158.010723,Pacific Golden-Plover,2,2023-01-30 +21.40231242,-158.010723,Red-crested Cardinal,6,2023-12-21 +21.40231242,-158.010723,Red-vented Bulbul,6,2023-10-31 +21.40231242,-158.010723,Rose-ringed Parakeet,6,2023-03-26 +21.40231242,-158.010723,Saffron Finch,5,2023-01-30 +21.40231242,-158.010723,Spotted Dove,1,2022-08-21 +21.40231242,-158.010723,Warbling White-eye,2,2023-06-11 +21.40231242,-158.010723,Western Cattle Egret,4,2023-01-30 +21.40231242,-158.010723,White-rumped Shama,1,2023-01-28 +21.40231242,-158.010723,Zebra Dove,6,2023-12-21 +21.40085485,-157.7888613,Chestnut Munia,2,2021-04-10 +21.40085485,-157.7888613,Common Myna,5,2023-04-23 +21.40085485,-157.7888613,Common Waxbill,3,2021-01-11 +21.40085485,-157.7888613,House Finch,2,2019-02-14 +21.40085485,-157.7888613,Java Sparrow,1,2021-01-11 +21.40085485,-157.7888613,Northern Cardinal,2,2019-02-14 +21.40085485,-157.7888613,Pacific Golden-Plover,4,2021-04-10 +21.40085485,-157.7888613,Red-crested Cardinal,3,2021-04-10 +21.40085485,-157.7888613,Red-vented Bulbul,4,2023-04-23 +21.40085485,-157.7888613,Red-whiskered Bulbul,1,2021-04-10 +21.40085485,-157.7888613,Rock Pigeon,3,2021-04-10 +21.40085485,-157.7888613,Saffron Finch,1,2021-04-10 +21.40085485,-157.7888613,Spotted Dove,4,2021-04-10 +21.40085485,-157.7888613,Warbling White-eye,2,2019-02-14 +21.40085485,-157.7888613,Western Cattle Egret,3,2021-04-10 +21.40085485,-157.7888613,Zebra Dove,4,2021-04-10 +21.41134631,-158.0106623,Chestnut Munia,1,2023-06-29 +21.41134631,-158.0106623,Common Myna,3,2023-06-29 +21.41134631,-158.0106623,Common Waxbill,1,2023-06-29 +21.41134631,-158.0106623,House Finch,2,2024-02-17 +21.41134631,-158.0106623,House Sparrow,3,2023-06-29 +21.41134631,-158.0106623,Java Sparrow,2,2023-06-29 +21.41134631,-158.0106623,Pacific Golden-Plover,2,2024-02-17 +21.41134631,-158.0106623,Red Junglefowl,1,2021-05-20 +21.41134631,-158.0106623,Red-crested Cardinal,2,2023-06-29 +21.41134631,-158.0106623,Red-vented Bulbul,4,2024-02-17 +21.41134631,-158.0106623,Rose-ringed Parakeet,2,2024-02-17 +21.41134631,-158.0106623,Saffron Finch,1,2023-06-29 +21.41134631,-158.0106623,Spotted Dove,2,2023-06-29 +21.41134631,-158.0106623,Warbling White-eye,1,2023-06-29 +21.41134631,-158.0106623,Western Cattle Egret,2,2023-06-29 +21.41134631,-158.0106623,Zebra Dove,3,2024-02-17 +21.41087262,-157.9334862,Common Myna,3,2023-04-20 +21.41087262,-157.9334862,Common Waxbill,3,2023-04-20 +21.41087262,-157.9334862,House Finch,3,2023-04-20 +21.41087262,-157.9334862,House Sparrow,1,2023-04-20 +21.41087262,-157.9334862,Java Sparrow,1,2023-04-20 +21.41087262,-157.9334862,Pacific Golden-Plover,3,2023-04-20 +21.41087262,-157.9334862,Red-crested Cardinal,3,2023-04-20 +21.41087262,-157.9334862,Red-crowned Parrot,1,2023-04-20 +21.41087262,-157.9334862,Red-vented Bulbul,3,2023-04-20 +21.41087262,-157.9334862,Red-whiskered Bulbul,2,2022-08-10 +21.41087262,-157.9334862,Rose-ringed Parakeet,3,2023-04-20 +21.41087262,-157.9334862,Spotted Dove,3,2023-04-20 +21.41087262,-157.9334862,Warbling White-eye,2,2022-08-10 +21.41087262,-157.9334862,Western Cattle Egret,1,2023-04-20 +21.41087262,-157.9334862,Yellow-fronted Canary,2,2022-08-10 +21.41087262,-157.9334862,Zebra Dove,3,2023-04-20 +21.42126909,-158.1746177,Brown Booby,2,2024-02-19 +21.42126909,-158.1746177,Common Myna,5,2023-12-09 +21.42126909,-158.1746177,Common Waxbill,2,2023-02-20 +21.42126909,-158.1746177,House Finch,2,2023-02-20 +21.42126909,-158.1746177,House Sparrow,4,2023-02-20 +21.42126909,-158.1746177,Java Sparrow,2,2023-02-20 +21.42126909,-158.1746177,Pacific Golden-Plover,6,2023-12-09 +21.42126909,-158.1746177,Red Junglefowl,1,2023-12-09 +21.42126909,-158.1746177,Red-crested Cardinal,4,2023-02-20 +21.42126909,-158.1746177,Red-vented Bulbul,2,2023-02-20 +21.42126909,-158.1746177,Rock Pigeon,5,2023-12-09 +21.42126909,-158.1746177,Ruddy Turnstone,5,2023-12-09 +21.42126909,-158.1746177,Saffron Finch,4,2023-02-20 +21.42126909,-158.1746177,Sanderling,5,2023-02-20 +21.42126909,-158.1746177,Spotted Dove,4,2023-02-20 +21.42126909,-158.1746177,Zebra Dove,5,2023-12-09 +21.42122123,-158.1649695,Black Francolin,1,2021-04-29 +21.42122123,-158.1649695,Common Myna,2,2022-06-22 +21.42122123,-158.1649695,Common Waxbill,2,2022-06-22 +21.42122123,-158.1649695,Eurasian Skylark,2,2022-06-22 +21.42122123,-158.1649695,Gray Francolin,3,2022-06-22 +21.42122123,-158.1649695,House Finch,4,2022-06-22 +21.42122123,-158.1649695,House Sparrow,1,2022-06-22 +21.42122123,-158.1649695,Feral Mallard,1,2022-06-17 +21.42122123,-158.1649695,Peregrine Falcon,1,2022-02-15 +21.42122123,-158.1649695,Red-vented Bulbul,1,2022-06-22 +21.42122123,-158.1649695,Saffron Finch,2,2022-06-22 +21.42122123,-158.1649695,Scaly-breasted Munia,3,2022-06-22 +21.42122123,-158.1649695,Short-eared Owl,1,2022-06-17 +21.42122123,-158.1649695,Spotted Dove,3,2022-06-22 +21.42122123,-158.1649695,Western Cattle Egret,3,2022-06-22 +21.42122123,-158.1649695,Zebra Dove,4,2022-06-22 +21.4565722,-158.0200078,Common Myna,3,2023-08-25 +21.4565722,-158.0200078,Common Waxbill,1,2022-07-22 +21.4565722,-158.0200078,Gray Francolin,1,2020-12-21 +21.4565722,-158.0200078,Pacific Golden-Plover,1,2020-12-21 +21.4565722,-158.0200078,Red-crested Cardinal,2,2023-08-25 +21.4565722,-158.0200078,Red-crowned Parrot,3,2022-07-22 +21.4565722,-158.0200078,Red-vented Bulbul,3,2023-08-25 +21.4565722,-158.0200078,Red-whiskered Bulbul,2,2023-08-25 +21.4565722,-158.0200078,Rose-ringed Parakeet,3,2022-07-22 +21.4565722,-158.0200078,Saffron Finch,1,2020-12-21 +21.4565722,-158.0200078,Spotted Dove,3,2023-08-25 +21.4565722,-158.0200078,Warbling White-eye,3,2023-08-25 +21.4565722,-158.0200078,Western Cattle Egret,1,2022-07-22 +21.4565722,-158.0200078,White-rumped Shama,1,2020-12-21 +21.4565722,-158.0200078,Zebra Dove,3,2023-08-25 +21.4660501,-158.0971546,Chestnut Munia,1,2021-05-05 +21.4660501,-158.0971546,Common Myna,1,2021-05-05 +21.4660501,-158.0971546,Common Waxbill,1,2021-05-05 +21.4660501,-158.0971546,House Finch,1,2021-05-05 +21.4660501,-158.0971546,House Sparrow,1,2021-05-05 +21.4660501,-158.0971546,Japanese Bush Warbler,1,2021-05-05 +21.4660501,-158.0971546,Northern Cardinal,1,2021-05-05 +21.4660501,-158.0971546,Oahu Amakihi,1,2021-05-05 +21.4660501,-158.0971546,Oahu Elepaio,1,2021-05-05 +21.4660501,-158.0971546,Red-billed Leiothrix,1,2021-05-05 +21.4660501,-158.0971546,Red-crowned Parrot,1,2021-05-05 +21.4660501,-158.0971546,Saffron Finch,1,2021-05-05 +21.4660501,-158.0971546,Spotted Dove,1,2021-05-05 +21.4660501,-158.0971546,Warbling White-eye,1,2021-05-05 +21.4660501,-158.0971546,Western Cattle Egret,1,2021-05-05 +21.4660501,-158.0971546,White-rumped Shama,1,2021-05-05 +21.46357852,-157.720791,Black Noddy,10,2023-05-12 +21.46357852,-157.720791,Brown Booby,20,2023-06-20 +21.46357852,-157.720791,Brown Noddy,9,2022-09-03 +21.46357852,-157.720791,Bulwer's Petrel,5,2022-09-03 +21.46357852,-157.720791,Christmas Shearwater,2,2022-09-03 +21.46357852,-157.720791,Gray-backed Tern,6,2022-04-30 +21.46357852,-157.720791,Great Frigatebird,13,2022-09-03 +21.46357852,-157.720791,Masked Booby,15,2023-05-12 +21.46357852,-157.720791,Red-footed Booby,15,2023-06-20 +21.46357852,-157.720791,Red-tailed Tropicbird,4,2022-09-03 +21.46357852,-157.720791,Ruddy Turnstone,2,2022-09-03 +21.46357852,-157.720791,Sooty Tern,16,2023-06-20 +21.46357852,-157.720791,Wandering Tattler,5,2022-09-03 +21.46357852,-157.720791,Wedge-tailed Shearwater,9,2023-05-07 +21.46357852,-157.720791,White Tern,1,2019-11-11 +21.48406241,-158.0873908,Apapane,1,2022-07-07 +21.48406241,-158.0873908,Chestnut Munia,1,2022-07-07 +21.48406241,-158.0873908,Common Myna,1,2022-07-07 +21.48406241,-158.0873908,Common Waxbill,1,2022-07-07 +21.48406241,-158.0873908,Erckel's Spurfowl,1,2022-07-07 +21.48406241,-158.0873908,Gray Francolin,1,2022-07-07 +21.48406241,-158.0873908,House Sparrow,1,2022-07-07 +21.48406241,-158.0873908,Indian Peafowl,1,2022-07-07 +21.48406241,-158.0873908,Red-billed Leiothrix,1,2022-07-07 +21.48406241,-158.0873908,Red-crested Cardinal,1,2022-07-07 +21.48406241,-158.0873908,Red-vented Bulbul,1,2022-07-07 +21.48406241,-158.0873908,Red-whiskered Bulbul,1,2022-07-07 +21.48406241,-158.0873908,Spotted Dove,1,2022-07-07 +21.48406241,-158.0873908,Warbling White-eye,1,2022-07-07 +21.48406241,-158.0873908,White-rumped Shama,1,2022-07-07 +21.48406241,-158.0873908,Zebra Dove,1,2022-07-07 +21.49281972,-158.039071,Chestnut Munia,1,2022-02-03 +21.49281972,-158.039071,Common Myna,3,2023-09-20 +21.49281972,-158.039071,House Finch,1,2019-05-11 +21.49281972,-158.039071,House Sparrow,1,2022-02-03 +21.49281972,-158.039071,Java Sparrow,2,2022-02-03 +21.49281972,-158.039071,Northern Cardinal,1,2019-05-11 +21.49281972,-158.039071,Red Junglefowl,1,2023-09-20 +21.49281972,-158.039071,Red-crested Cardinal,2,2019-05-11 +21.49281972,-158.039071,Red-crowned Parrot,1,2019-05-11 +21.49281972,-158.039071,Red-vented Bulbul,1,2019-05-11 +21.49281972,-158.039071,Rock Pigeon,1,2019-05-11 +21.49281972,-158.039071,Spotted Dove,2,2019-05-11 +21.49281972,-158.039071,Warbling White-eye,1,2019-05-11 +21.49281972,-158.039071,White-rumped Shama,1,2019-05-11 +21.49281972,-158.039071,Yellow-fronted Canary,1,2019-05-11 +21.49281972,-158.039071,Zebra Dove,1,2019-05-11 +21.52995639,-158.2319396,Brown Booby,1,2023-12-26 +21.52995639,-158.2319396,Common Myna,3,2023-05-08 +21.52995639,-158.2319396,Common Waxbill,1,2020-10-08 +21.52995639,-158.2319396,House Finch,1,2023-05-08 +21.52995639,-158.2319396,Northern Cardinal,3,2023-05-08 +21.52995639,-158.2319396,Pacific Golden-Plover,2,2020-10-08 +21.52995639,-158.2319396,Red-crested Cardinal,2,2020-10-08 +21.52995639,-158.2319396,Red-vented Bulbul,3,2023-05-08 +21.52995639,-158.2319396,Red-whiskered Bulbul,2,2023-05-08 +21.52995639,-158.2319396,Short-eared Owl,1,2022-05-22 +21.52995639,-158.2319396,Spotted Dove,3,2023-05-08 +21.52995639,-158.2319396,Wandering Tattler,1,2020-10-07 +21.52995639,-158.2319396,Warbling White-eye,2,2020-10-08 +21.52995639,-158.2319396,Western Cattle Egret,1,2023-05-08 +21.52995639,-158.2319396,White-rumped Shama,2,2020-10-08 +21.52995639,-158.2319396,Zebra Dove,3,2023-05-08 +21.52786276,-157.865049,Black-crowned Night Heron,1,2021-04-15 +21.52786276,-157.865049,Chestnut Munia,1,2021-04-15 +21.52786276,-157.865049,Common Myna,1,2021-04-15 +21.52786276,-157.865049,Common Waxbill,1,2021-04-15 +21.52786276,-157.865049,House Finch,1,2021-04-15 +21.52786276,-157.865049,Pacific Golden-Plover,1,2021-04-15 +21.52786276,-157.865049,Red Junglefowl,1,2021-04-15 +21.52786276,-157.865049,Red-billed Leiothrix,1,2021-04-15 +21.52786276,-157.865049,Red-crested Cardinal,1,2021-04-15 +21.52786276,-157.865049,Red-vented Bulbul,1,2021-04-15 +21.52786276,-157.865049,Red-whiskered Bulbul,1,2021-04-15 +21.52786276,-157.865049,Spotted Dove,1,2021-04-15 +21.52786276,-157.865049,Warbling White-eye,1,2021-04-15 +21.52786276,-157.865049,Western Cattle Egret,1,2021-04-15 +21.52786276,-157.865049,White-rumped Shama,1,2021-04-15 +21.52786276,-157.865049,Zebra Dove,1,2021-04-15 +21.60045132,-157.9127822,Chestnut Munia,1,2019-07-10 +21.60045132,-157.9127822,Common Myna,1,2019-07-10 +21.60045132,-157.9127822,Common Waxbill,1,2022-03-06 +21.60045132,-157.9127822,House Sparrow,1,2019-07-10 +21.60045132,-157.9127822,Feral Mallard,1,2019-07-10 +21.60045132,-157.9127822,Red-billed Leiothrix,1,2022-03-06 +21.60045132,-157.9127822,Red-crested Cardinal,1,2019-07-10 +21.60045132,-157.9127822,Red-vented Bulbul,1,2019-07-10 +21.60045132,-157.9127822,Red-whiskered Bulbul,1,2022-03-06 +21.60045132,-157.9127822,Ring-necked Pheasant,1,2019-07-10 +21.60045132,-157.9127822,Spotted Dove,2,2022-03-06 +21.60045132,-157.9127822,Warbling White-eye,1,2022-03-06 +21.60045132,-157.9127822,Western Cattle Egret,1,2019-07-10 +21.60045132,-157.9127822,White Tern,1,2019-07-10 +21.60045132,-157.9127822,White-rumped Shama,1,2022-03-06 +21.60045132,-157.9127822,Zebra Dove,1,2019-07-10 +21.65548224,-158.0476603,Chestnut Munia,1,2022-07-11 +21.65548224,-158.0476603,Common Myna,2,2023-11-06 +21.65548224,-158.0476603,Common Waxbill,4,2023-11-06 +21.65548224,-158.0476603,House Finch,1,2022-07-11 +21.65548224,-158.0476603,Java Sparrow,1,2023-11-06 +21.65548224,-158.0476603,Northern Cardinal,2,2022-07-11 +21.65548224,-158.0476603,Pacific Golden-Plover,1,2021-03-29 +21.65548224,-158.0476603,Red Junglefowl,1,2023-11-06 +21.65548224,-158.0476603,Red-billed Leiothrix,4,2022-07-11 +21.65548224,-158.0476603,Red-crested Cardinal,3,2023-11-06 +21.65548224,-158.0476603,Red-vented Bulbul,4,2023-11-06 +21.65548224,-158.0476603,Red-whiskered Bulbul,4,2023-11-06 +21.65548224,-158.0476603,Spotted Dove,1,2021-10-18 +21.65548224,-158.0476603,Warbling White-eye,3,2022-07-11 +21.65548224,-158.0476603,White-rumped Shama,3,2022-07-11 +21.65548224,-158.0476603,Zebra Dove,1,2023-11-06 +21.68247026,-158.0281516,Barn Owl,1,2023-03-12 +21.68247026,-158.0281516,Chestnut Munia,1,2022-09-19 +21.68247026,-158.0281516,Common Myna,4,2023-07-16 +21.68247026,-158.0281516,Common Waxbill,2,2022-09-19 +21.68247026,-158.0281516,Hawaiian Coot,1,2019-08-04 +21.68247026,-158.0281516,House Sparrow,2,2023-07-19 +21.68247026,-158.0281516,Java Sparrow,1,2022-09-19 +21.68247026,-158.0281516,Northern Cardinal,2,2023-07-19 +21.68247026,-158.0281516,Pacific Golden-Plover,2,2022-09-19 +21.68247026,-158.0281516,Red-crested Cardinal,1,2019-08-04 +21.68247026,-158.0281516,Red-vented Bulbul,1,2019-08-04 +21.68247026,-158.0281516,Red-whiskered Bulbul,3,2023-07-19 +21.68247026,-158.0281516,Spotted Dove,1,2022-09-19 +21.68247026,-158.0281516,Western Cattle Egret,3,2023-07-16 +21.68247026,-158.0281516,White-rumped Shama,3,2023-07-19 +21.68247026,-158.0281516,Zebra Dove,2,2022-09-19 +21.28321309,-157.7609121,Common Myna,4,2023-12-22 +21.28321309,-157.7609121,Common Waxbill,2,2022-05-29 +21.28321309,-157.7609121,Great Frigatebird,1,2022-05-27 +21.28321309,-157.7609121,House Finch,3,2022-05-31 +21.28321309,-157.7609121,House Sparrow,2,2022-05-31 +21.28321309,-157.7609121,Java Sparrow,2,2022-05-29 +21.28321309,-157.7609121,Pacific Golden-Plover,1,2023-12-22 +21.28321309,-157.7609121,Red-crested Cardinal,4,2023-12-22 +21.28321309,-157.7609121,Red-vented Bulbul,4,2023-12-22 +21.28321309,-157.7609121,Red-whiskered Bulbul,2,2023-12-27 +21.28321309,-157.7609121,Rock Pigeon,2,2022-05-31 +21.28321309,-157.7609121,Rose-ringed Parakeet,2,2022-05-29 +21.28321309,-157.7609121,Spotted Dove,3,2022-05-31 +21.28321309,-157.7609121,Warbling White-eye,3,2022-05-31 +21.28321309,-157.7609121,Western Cattle Egret,2,2022-05-31 +21.28321309,-157.7609121,Zebra Dove,3,2023-12-22 +21.30209237,-157.8764323,Common Myna,6,2021-10-04 +21.30209237,-157.8764323,Common Waxbill,2,2021-10-04 +21.30209237,-157.8764323,House Sparrow,4,2021-10-04 +21.30209237,-157.8764323,Java Sparrow,1,2021-08-19 +21.30209237,-157.8764323,Northern Mockingbird,1,2021-06-04 +21.30209237,-157.8764323,Pacific Golden-Plover,5,2023-09-21 +21.30209237,-157.8764323,Red Avadavat,1,2021-08-19 +21.30209237,-157.8764323,Red-crested Cardinal,4,2021-10-04 +21.30209237,-157.8764323,Red-vented Bulbul,4,2021-10-04 +21.30209237,-157.8764323,Rose-ringed Parakeet,1,2021-08-19 +21.30209237,-157.8764323,Ruddy Turnstone,3,2021-10-04 +21.30209237,-157.8764323,Saffron Finch,1,2021-08-19 +21.30209237,-157.8764323,Spotted Dove,6,2021-10-04 +21.30209237,-157.8764323,Western Cattle Egret,4,2021-10-04 +21.30209237,-157.8764323,White Tern,5,2021-10-04 +21.30209237,-157.8764323,Yellow-fronted Canary,2,2021-10-04 +21.30209237,-157.8764323,Zebra Dove,6,2021-10-04 +21.31031253,-157.7606847,Common Waxbill,3,2023-09-07 +21.31031253,-157.7606847,House Finch,2,2020-02-24 +21.31031253,-157.7606847,Northern Cardinal,2,2020-02-24 +21.31031253,-157.7606847,Oahu Amakihi,1,2022-03-07 +21.31031253,-157.7606847,Oahu Elepaio,8,2024-01-21 +21.31031253,-157.7606847,Red-billed Leiothrix,6,2023-09-07 +21.31031253,-157.7606847,Red-crowned Parrot,1,2022-03-07 +21.31031253,-157.7606847,Red-masked Parakeet,1,2022-03-07 +21.31031253,-157.7606847,Red-vented Bulbul,5,2020-02-24 +21.31031253,-157.7606847,Red-whiskered Bulbul,2,2020-02-24 +21.31031253,-157.7606847,Rose-ringed Parakeet,1,2022-03-07 +21.31031253,-157.7606847,Scaly-breasted Munia,1,2023-09-07 +21.31031253,-157.7606847,Spotted Dove,4,2020-02-24 +21.31031253,-157.7606847,Warbling White-eye,5,2020-02-24 +21.31031253,-157.7606847,White Tern,2,2020-02-24 +21.31031253,-157.7606847,White-rumped Shama,5,2023-09-07 +21.31031253,-157.7606847,Zebra Dove,4,2020-02-24 +21.30941793,-157.6450124,Brown Booby,1,2022-07-24 +21.30941793,-157.6450124,Brown Noddy,1,2022-08-28 +21.30941793,-157.6450124,Common Myna,3,2022-07-24 +21.30941793,-157.6450124,Common Waxbill,1,2019-02-04 +21.30941793,-157.6450124,Great Frigatebird,4,2023-10-29 +21.30941793,-157.6450124,House Sparrow,1,2022-07-24 +21.30941793,-157.6450124,Pacific Golden-Plover,1,2023-10-29 +21.30941793,-157.6450124,Red-billed Tropicbird,1,2021-12-08 +21.30941793,-157.6450124,Red-crested Cardinal,3,2023-10-29 +21.30941793,-157.6450124,Red-footed Booby,5,2022-07-24 +21.30941793,-157.6450124,Red-vented Bulbul,3,2023-10-29 +21.30941793,-157.6450124,Rock Pigeon,1,2022-07-24 +21.30941793,-157.6450124,Spotted Dove,2,2022-07-24 +21.30941793,-157.6450124,Warbling White-eye,1,2019-02-04 +21.30941793,-157.6450124,Wedge-tailed Shearwater,2,2022-07-24 +21.30941793,-157.6450124,Western Cattle Egret,2,2023-10-29 +21.30941793,-157.6450124,Zebra Dove,5,2023-10-29 +21.31989689,-157.8377328,Black-crowned Night Heron,2,2019-03-14 +21.31989689,-157.8377328,Chestnut Munia,2,2021-08-18 +21.31989689,-157.8377328,Common Myna,10,2023-03-30 +21.31989689,-157.8377328,Common Waxbill,11,2023-03-30 +21.31989689,-157.8377328,House Sparrow,3,2023-03-30 +21.31989689,-157.8377328,Java Sparrow,9,2023-03-30 +21.31989689,-157.8377328,Feral Mallard,4,2023-03-30 +21.31989689,-157.8377328,Northern Cardinal,1,2023-04-12 +21.31989689,-157.8377328,Red-vented Bulbul,12,2023-03-30 +21.31989689,-157.8377328,Red-whiskered Bulbul,4,2020-01-19 +21.31989689,-157.8377328,Rock Pigeon,1,2019-03-14 +21.31989689,-157.8377328,Rose-ringed Parakeet,16,2023-03-30 +21.31989689,-157.8377328,Spotted Dove,6,2022-02-17 +21.31989689,-157.8377328,Warbling White-eye,8,2022-02-17 +21.31989689,-157.8377328,White-rumped Shama,2,2020-01-19 +21.31989689,-157.8377328,Zebra Dove,12,2023-03-30 +21.32981176,-157.972642,Chestnut Munia,1,2020-01-14 +21.32981176,-157.972642,Common Myna,3,2020-01-14 +21.32981176,-157.972642,House Finch,2,2019-02-28 +21.32981176,-157.972642,House Sparrow,3,2020-01-14 +21.32981176,-157.972642,Northern Cardinal,3,2020-01-14 +21.32981176,-157.972642,Pacific Golden-Plover,3,2020-01-14 +21.32981176,-157.972642,Red-crested Cardinal,1,2020-01-14 +21.32981176,-157.972642,Red-vented Bulbul,1,2020-01-14 +21.32981176,-157.972642,Rose-ringed Parakeet,1,2020-01-14 +21.32981176,-157.972642,Saffron Finch,2,2020-02-22 +21.32981176,-157.972642,Spotted Dove,3,2020-01-14 +21.32981176,-157.972642,Warbling White-eye,1,2020-01-04 +21.32981176,-157.972642,Western Cattle Egret,3,2020-01-14 +21.32981176,-157.972642,White Tern,2,2023-01-28 +21.32981176,-157.972642,White-rumped Shama,1,2020-01-14 +21.32981176,-157.972642,Yellow-fronted Canary,1,2020-01-14 +21.32981176,-157.972642,Zebra Dove,3,2020-01-14 +21.32893027,-157.8376615,Chestnut Munia,1,2024-02-19 +21.32893027,-157.8376615,Common Myna,1,2022-03-31 +21.32893027,-157.8376615,Common Waxbill,1,2024-02-19 +21.32893027,-157.8376615,House Sparrow,1,2022-03-31 +21.32893027,-157.8376615,Feral Mallard,1,2022-03-31 +21.32893027,-157.8376615,Northern Cardinal,1,2022-03-31 +21.32893027,-157.8376615,Pacific Golden-Plover,2,2024-02-19 +21.32893027,-157.8376615,Red-crested Cardinal,2,2024-02-19 +21.32893027,-157.8376615,Red-vented Bulbul,2,2024-02-19 +21.32893027,-157.8376615,Red-whiskered Bulbul,1,2024-02-19 +21.32893027,-157.8376615,Rose-ringed Parakeet,2,2024-02-19 +21.32893027,-157.8376615,Spotted Dove,1,2022-03-31 +21.32893027,-157.8376615,Warbling White-eye,1,2024-02-19 +21.32893027,-157.8376615,Western Cattle Egret,1,2022-03-31 +21.32893027,-157.8376615,White-rumped Shama,1,2022-03-31 +21.32893027,-157.8376615,Yellow-fronted Canary,2,2024-02-19 +21.32893027,-157.8376615,Zebra Dove,1,2022-03-31 +21.33835413,-157.8954414,Chestnut Munia,2,2022-12-22 +21.33835413,-157.8954414,Common Myna,3,2022-12-22 +21.33835413,-157.8954414,House Sparrow,3,2022-12-22 +21.33835413,-157.8954414,Java Sparrow,2,2022-12-22 +21.33835413,-157.8954414,Feral Mallard,1,2022-12-06 +21.33835413,-157.8954414,Pacific Golden-Plover,3,2022-12-22 +21.33835413,-157.8954414,Red-crested Cardinal,2,2022-12-22 +21.33835413,-157.8954414,Red-vented Bulbul,2,2022-12-22 +21.33835413,-157.8954414,Rock Pigeon,1,2022-06-01 +21.33835413,-157.8954414,Rose-ringed Parakeet,3,2022-12-22 +21.33835413,-157.8954414,Saffron Finch,2,2022-12-22 +21.33835413,-157.8954414,Spotted Dove,4,2022-12-22 +21.33835413,-157.8954414,Warbling White-eye,2,2022-12-22 +21.33835413,-157.8954414,Western Cattle Egret,5,2023-03-12 +21.33835413,-157.8954414,White Tern,1,2022-03-24 +21.33835413,-157.8954414,Yellow-fronted Canary,3,2022-12-22 +21.33835413,-157.8954414,Zebra Dove,3,2022-12-22 +21.34849464,-158.0785897,African Silverbill,1,2022-03-13 +21.34849464,-158.0785897,Common Myna,3,2022-03-13 +21.34849464,-158.0785897,Common Waxbill,1,2019-02-09 +21.34849464,-158.0785897,House Finch,2,2022-03-13 +21.34849464,-158.0785897,Java Sparrow,1,2019-02-09 +21.34849464,-158.0785897,Northern Cardinal,1,2022-03-13 +21.34849464,-158.0785897,Pacific Golden-Plover,2,2022-03-13 +21.34849464,-158.0785897,Red Avadavat,1,2022-03-13 +21.34849464,-158.0785897,Red-billed Leiothrix,1,2019-04-06 +21.34849464,-158.0785897,Red-crested Cardinal,1,2019-02-09 +21.34849464,-158.0785897,Red-vented Bulbul,3,2022-03-13 +21.34849464,-158.0785897,Red-whiskered Bulbul,2,2022-03-13 +21.34849464,-158.0785897,Spotted Dove,2,2022-03-13 +21.34849464,-158.0785897,Warbling White-eye,1,2019-04-06 +21.34849464,-158.0785897,Western Cattle Egret,1,2022-03-13 +21.34849464,-158.0785897,White-rumped Shama,1,2019-04-06 +21.34849464,-158.0785897,Zebra Dove,2,2022-03-13 +21.34745096,-157.9050164,Common Myna,5,2020-03-10 +21.34745096,-157.9050164,Common Waxbill,1,2019-02-02 +21.34745096,-157.9050164,Hawaiian Coot,2,2020-03-10 +21.34745096,-157.9050164,House Finch,1,2019-02-04 +21.34745096,-157.9050164,House Sparrow,2,2023-04-08 +21.34745096,-157.9050164,Lesser Scaup,2,2020-03-10 +21.34745096,-157.9050164,Northern Cardinal,1,2019-02-02 +21.34745096,-157.9050164,Pacific Golden-Plover,3,2023-04-08 +21.34745096,-157.9050164,Red-crested Cardinal,3,2019-02-04 +21.34745096,-157.9050164,Red-vented Bulbul,3,2019-02-04 +21.34745096,-157.9050164,Red-whiskered Bulbul,1,2019-02-04 +21.34745096,-157.9050164,Ring-necked Duck,1,2020-03-10 +21.34745096,-157.9050164,Rose-ringed Parakeet,1,2019-02-02 +21.34745096,-157.9050164,Spotted Dove,7,2023-06-28 +21.34745096,-157.9050164,Warbling White-eye,2,2019-02-04 +21.34745096,-157.9050164,Western Cattle Egret,4,2020-03-10 +21.34745096,-157.9050164,Zebra Dove,3,2023-04-08 +21.35731121,-158.0399579,Black Francolin,1,2023-11-20 +21.35731121,-158.0399579,Common Myna,3,2023-11-20 +21.35731121,-158.0399579,Common Waxbill,3,2023-11-20 +21.35731121,-158.0399579,Eurasian Skylark,1,2019-02-17 +21.35731121,-158.0399579,Gray Francolin,2,2023-10-28 +21.35731121,-158.0399579,House Finch,3,2023-11-20 +21.35731121,-158.0399579,Java Sparrow,2,2023-10-28 +21.35731121,-158.0399579,Pacific Golden-Plover,1,2019-02-17 +21.35731121,-158.0399579,Red Avadavat,1,2023-11-20 +21.35731121,-158.0399579,Red-crested Cardinal,2,2023-10-28 +21.35731121,-158.0399579,Red-vented Bulbul,1,2019-02-17 +21.35731121,-158.0399579,Rock Pigeon,2,2023-10-28 +21.35731121,-158.0399579,Saffron Finch,1,2019-02-17 +21.35731121,-158.0399579,Spotted Dove,2,2023-10-28 +21.35731121,-158.0399579,Warbling White-eye,1,2019-02-17 +21.35731121,-158.0399579,Western Cattle Egret,2,2023-10-28 +21.35731121,-158.0399579,Zebra Dove,3,2023-11-20 +21.35609696,-157.8470906,Apapane,1,2019-06-14 +21.35609696,-157.8470906,Chestnut Munia,1,2019-06-14 +21.35609696,-157.8470906,Common Waxbill,1,2019-06-14 +21.35609696,-157.8470906,House Finch,1,2019-06-14 +21.35609696,-157.8470906,House Sparrow,1,2019-06-14 +21.35609696,-157.8470906,Java Sparrow,1,2019-06-14 +21.35609696,-157.8470906,Northern Cardinal,1,2019-06-14 +21.35609696,-157.8470906,Oahu Amakihi,1,2019-06-14 +21.35609696,-157.8470906,Red-billed Leiothrix,1,2019-06-14 +21.35609696,-157.8470906,Red-crowned Parrot,1,2019-06-14 +21.35609696,-157.8470906,Red-vented Bulbul,1,2019-06-14 +21.35609696,-157.8470906,Red-whiskered Bulbul,1,2019-06-14 +21.35609696,-157.8470906,Saffron Finch,1,2019-06-14 +21.35609696,-157.8470906,Warbling White-eye,1,2019-06-14 +21.35609696,-157.8470906,Western Cattle Egret,1,2019-06-14 +21.35609696,-157.8470906,White-rumped Shama,1,2019-06-14 +21.35609696,-157.8470906,Yellow-fronted Canary,1,2019-06-14 +21.36539111,-157.8855946,Barn Owl,2,2023-11-01 +21.36539111,-157.8855946,Common Myna,3,2023-11-01 +21.36539111,-157.8855946,Common Waxbill,2,2023-11-01 +21.36539111,-157.8855946,House Finch,2,2023-11-01 +21.36539111,-157.8855946,Java Sparrow,1,2022-12-18 +21.36539111,-157.8855946,Pacific Golden-Plover,5,2023-11-01 +21.36539111,-157.8855946,Red-billed Leiothrix,1,2022-12-18 +21.36539111,-157.8855946,Red-crested Cardinal,3,2023-11-01 +21.36539111,-157.8855946,Red-vented Bulbul,3,2023-11-01 +21.36539111,-157.8855946,Red-whiskered Bulbul,3,2023-11-01 +21.36539111,-157.8855946,Rose-ringed Parakeet,3,2023-11-01 +21.36539111,-157.8855946,Spotted Dove,3,2023-11-01 +21.36539111,-157.8855946,Warbling White-eye,3,2023-11-01 +21.36539111,-157.8855946,Western Cattle Egret,1,2022-12-18 +21.36539111,-157.8855946,White-rumped Shama,1,2022-12-18 +21.36539111,-157.8855946,Yellow-fronted Canary,2,2023-11-01 +21.36539111,-157.8855946,Zebra Dove,3,2023-11-01 +21.37498117,-157.9723272,Chestnut Munia,1,2021-01-02 +21.37498117,-157.9723272,Common Myna,3,2023-07-04 +21.37498117,-157.9723272,Common Waxbill,1,2021-01-02 +21.37498117,-157.9723272,House Finch,1,2021-01-02 +21.37498117,-157.9723272,Java Sparrow,1,2021-01-02 +21.37498117,-157.9723272,Northern Cardinal,1,2021-01-02 +21.37498117,-157.9723272,Pacific Golden-Plover,2,2022-04-11 +21.37498117,-157.9723272,Red-crested Cardinal,2,2023-07-04 +21.37498117,-157.9723272,Red-vented Bulbul,3,2023-07-04 +21.37498117,-157.9723272,Saffron Finch,1,2021-01-02 +21.37498117,-157.9723272,Scaly-breasted Munia,1,2021-01-02 +21.37498117,-157.9723272,Spotted Dove,3,2023-07-04 +21.37498117,-157.9723272,Wandering Tattler,1,2021-01-02 +21.37498117,-157.9723272,Western Cattle Egret,1,2021-01-02 +21.37498117,-157.9723272,White-rumped Shama,1,2021-01-02 +21.37498117,-157.9723272,Yellow-fronted Canary,1,2021-01-02 +21.37498117,-157.9723272,Zebra Dove,1,2021-01-02 +21.37467679,-157.9241039,Bristle-thighed Curlew,1,2023-06-21 +21.37467679,-157.9241039,Chestnut Munia,2,2019-05-29 +21.37467679,-157.9241039,Common Myna,10,2022-10-08 +21.37467679,-157.9241039,Common Waxbill,2,2019-05-29 +21.37467679,-157.9241039,House Finch,2,2022-03-20 +21.37467679,-157.9241039,House Sparrow,14,2022-10-08 +21.37467679,-157.9241039,Java Sparrow,11,2022-10-08 +21.37467679,-157.9241039,Pacific Golden-Plover,10,2022-08-14 +21.37467679,-157.9241039,Red Junglefowl,4,2023-01-20 +21.37467679,-157.9241039,Red-crested Cardinal,8,2022-10-08 +21.37467679,-157.9241039,Red-vented Bulbul,7,2023-02-07 +21.37467679,-157.9241039,Rose-ringed Parakeet,3,2022-03-20 +21.37467679,-157.9241039,Saffron Finch,4,2019-04-19 +21.37467679,-157.9241039,Spotted Dove,7,2023-02-07 +21.37467679,-157.9241039,Warbling White-eye,6,2022-08-14 +21.37467679,-157.9241039,Western Cattle Egret,8,2022-08-14 +21.37467679,-157.9241039,Zebra Dove,14,2022-10-08 +21.39292769,-157.9529089,Chestnut Munia,1,2019-05-22 +21.39292769,-157.9529089,Common Myna,8,2024-01-12 +21.39292769,-157.9529089,House Finch,3,2024-01-12 +21.39292769,-157.9529089,House Sparrow,3,2020-08-03 +21.39292769,-157.9529089,Northern Cardinal,1,2019-05-22 +21.39292769,-157.9529089,Pacific Golden-Plover,6,2024-01-12 +21.39292769,-157.9529089,Red Junglefowl,2,2024-01-10 +21.39292769,-157.9529089,Red-crested Cardinal,5,2024-01-12 +21.39292769,-157.9529089,Red-vented Bulbul,5,2024-01-12 +21.39292769,-157.9529089,Red-whiskered Bulbul,2,2024-01-12 +21.39292769,-157.9529089,Rose-ringed Parakeet,4,2024-01-12 +21.39292769,-157.9529089,Saffron Finch,4,2024-01-10 +21.39292769,-157.9529089,Spotted Dove,4,2024-01-10 +21.39292769,-157.9529089,Warbling White-eye,3,2024-01-12 +21.39292769,-157.9529089,Western Cattle Egret,2,2020-02-17 +21.39292769,-157.9529089,Yellow-fronted Canary,2,2024-01-12 +21.39292769,-157.9529089,Zebra Dove,5,2024-01-12 +21.392867,-157.9432631,Common Myna,3,2024-01-10 +21.392867,-157.9432631,Common Waxbill,1,2023-01-05 +21.392867,-157.9432631,House Finch,1,2024-01-10 +21.392867,-157.9432631,House Sparrow,1,2022-01-07 +21.392867,-157.9432631,Java Sparrow,1,2023-01-08 +21.392867,-157.9432631,Northern Cardinal,2,2023-01-05 +21.392867,-157.9432631,Pacific Golden-Plover,6,2024-01-10 +21.392867,-157.9432631,Red Junglefowl,1,2024-01-10 +21.392867,-157.9432631,Red-crested Cardinal,1,2022-01-07 +21.392867,-157.9432631,Red-vented Bulbul,3,2024-01-10 +21.392867,-157.9432631,Red-whiskered Bulbul,1,2023-01-05 +21.392867,-157.9432631,Saffron Finch,1,2020-11-14 +21.392867,-157.9432631,Spotted Dove,1,2024-01-10 +21.392867,-157.9432631,Warbling White-eye,2,2024-01-10 +21.392867,-157.9432631,Western Cattle Egret,2,2023-06-28 +21.392867,-157.9432631,White Tern,1,2019-07-21 +21.392867,-157.9432631,Zebra Dove,3,2024-01-10 +21.39182167,-157.7889358,Chestnut Munia,4,2023-07-12 +21.39182167,-157.7889358,Common Myna,9,2023-11-20 +21.39182167,-157.7889358,Common Waxbill,1,2023-04-23 +21.39182167,-157.7889358,House Finch,2,2023-07-12 +21.39182167,-157.7889358,Feral Mallard,2,2023-11-20 +21.39182167,-157.7889358,Pacific Golden-Plover,7,2023-11-20 +21.39182167,-157.7889358,Red Junglefowl,8,2023-11-20 +21.39182167,-157.7889358,Red-billed Leiothrix,1,2023-11-08 +21.39182167,-157.7889358,Red-crested Cardinal,9,2023-11-20 +21.39182167,-157.7889358,Red-vented Bulbul,3,2023-07-12 +21.39182167,-157.7889358,Red-whiskered Bulbul,1,2023-11-08 +21.39182167,-157.7889358,Rock Pigeon,8,2023-11-20 +21.39182167,-157.7889358,Spotted Dove,5,2023-11-20 +21.39182167,-157.7889358,Warbling White-eye,2,2023-07-12 +21.39182167,-157.7889358,Western Cattle Egret,12,2023-11-20 +21.39182167,-157.7889358,White-rumped Shama,1,2023-04-19 +21.39182167,-157.7889358,Zebra Dove,8,2023-11-20 +21.41093385,-157.9431331,Common Myna,10,2022-08-08 +21.41093385,-157.9431331,Common Waxbill,6,2022-05-08 +21.41093385,-157.9431331,House Finch,6,2022-08-08 +21.41093385,-157.9431331,House Sparrow,2,2022-08-08 +21.41093385,-157.9431331,Java Sparrow,9,2022-08-08 +21.41093385,-157.9431331,Northern Cardinal,2,2022-08-08 +21.41093385,-157.9431331,Pacific Golden-Plover,3,2022-08-08 +21.41093385,-157.9431331,Red-crested Cardinal,10,2022-08-08 +21.41093385,-157.9431331,Red-crowned Parrot,11,2022-08-08 +21.41093385,-157.9431331,Red-vented Bulbul,10,2022-08-08 +21.41093385,-157.9431331,Red-whiskered Bulbul,4,2022-05-08 +21.41093385,-157.9431331,Rose-ringed Parakeet,9,2022-08-08 +21.41093385,-157.9431331,Spotted Dove,11,2022-08-08 +21.41093385,-157.9431331,Warbling White-eye,5,2022-05-03 +21.41093385,-157.9431331,Western Cattle Egret,3,2022-08-08 +21.41093385,-157.9431331,White-rumped Shama,3,2022-05-08 +21.41093385,-157.9431331,Zebra Dove,11,2022-08-08 +21.41905977,-157.8080062,Chestnut Munia,3,2021-10-10 +21.41905977,-157.8080062,Common Myna,5,2023-04-11 +21.41905977,-157.8080062,Common Waxbill,2,2021-10-10 +21.41905977,-157.8080062,House Finch,1,2019-05-27 +21.41905977,-157.8080062,House Sparrow,3,2021-10-10 +21.41905977,-157.8080062,Java Sparrow,2,2021-10-10 +21.41905977,-157.8080062,Feral Mallard,1,2019-05-27 +21.41905977,-157.8080062,Northern Cardinal,1,2019-05-27 +21.41905977,-157.8080062,Red-crested Cardinal,1,2019-05-27 +21.41905977,-157.8080062,Red-vented Bulbul,1,2019-05-27 +21.41905977,-157.8080062,Red-whiskered Bulbul,1,2019-05-27 +21.41905977,-157.8080062,Rock Pigeon,3,2021-10-10 +21.41905977,-157.8080062,Spotted Dove,1,2019-05-27 +21.41905977,-157.8080062,Warbling White-eye,2,2022-08-26 +21.41905977,-157.8080062,Western Cattle Egret,2,2021-10-09 +21.41905977,-157.8080062,White-rumped Shama,1,2019-05-27 +21.41905977,-157.8080062,Zebra Dove,3,2021-10-10 +21.41892118,-157.7887124,Common Myna,1,2022-02-21 +21.41892118,-157.7887124,Common Waxbill,1,2022-02-21 +21.41892118,-157.7887124,House Sparrow,1,2022-02-21 +21.41892118,-157.7887124,Java Sparrow,1,2022-02-21 +21.41892118,-157.7887124,Feral Mallard,1,2023-01-21 +21.41892118,-157.7887124,Northern Cardinal,1,2022-02-21 +21.41892118,-157.7887124,Pacific Golden-Plover,3,2023-01-21 +21.41892118,-157.7887124,Red Junglefowl,1,2023-01-21 +21.41892118,-157.7887124,Red-crested Cardinal,2,2023-01-21 +21.41892118,-157.7887124,Red-vented Bulbul,1,2022-02-21 +21.41892118,-157.7887124,Red-whiskered Bulbul,1,2022-02-21 +21.41892118,-157.7887124,Rock Pigeon,1,2022-02-21 +21.41892118,-157.7887124,Spotted Dove,2,2023-01-21 +21.41892118,-157.7887124,Warbling White-eye,1,2022-02-22 +21.41892118,-157.7887124,Western Cattle Egret,1,2022-02-21 +21.41892118,-157.7887124,White-rumped Shama,1,2023-01-21 +21.41892118,-157.7887124,Zebra Dove,2,2023-01-21 +21.4187095,-157.7597719,Black-necked Stilt,1,2023-02-20 +21.4187095,-157.7597719,Chestnut Munia,2,2023-02-20 +21.4187095,-157.7597719,Common Myna,5,2023-02-20 +21.4187095,-157.7597719,Common Waxbill,3,2022-02-21 +21.4187095,-157.7597719,Great Frigatebird,1,2019-02-20 +21.4187095,-157.7597719,House Finch,5,2023-11-21 +21.4187095,-157.7597719,Java Sparrow,3,2023-11-21 +21.4187095,-157.7597719,Northern Cardinal,2,2020-05-20 +21.4187095,-157.7597719,Pacific Golden-Plover,1,2022-02-21 +21.4187095,-157.7597719,Red Junglefowl,3,2023-11-21 +21.4187095,-157.7597719,Red-crested Cardinal,6,2023-11-15 +21.4187095,-157.7597719,Red-vented Bulbul,7,2023-11-21 +21.4187095,-157.7597719,Red-whiskered Bulbul,3,2023-11-21 +21.4187095,-157.7597719,Spotted Dove,3,2023-02-20 +21.4187095,-157.7597719,Warbling White-eye,3,2022-02-21 +21.4187095,-157.7597719,Western Cattle Egret,6,2023-11-21 +21.4187095,-157.7597719,Zebra Dove,9,2023-11-21 +21.4564582,-158.0007076,Chestnut Munia,1,2021-02-06 +21.4564582,-158.0007076,Common Myna,2,2021-02-06 +21.4564582,-158.0007076,Common Waxbill,1,2021-02-06 +21.4564582,-158.0007076,House Finch,1,2021-02-06 +21.4564582,-158.0007076,House Sparrow,2,2021-02-06 +21.4564582,-158.0007076,Java Sparrow,1,2021-02-06 +21.4564582,-158.0007076,Northern Cardinal,1,2021-02-06 +21.4564582,-158.0007076,Pacific Golden-Plover,1,2021-02-06 +21.4564582,-158.0007076,Red-crested Cardinal,1,2021-02-06 +21.4564582,-158.0007076,Red-vented Bulbul,1,2021-02-06 +21.4564582,-158.0007076,Rose-ringed Parakeet,3,2021-02-06 +21.4564582,-158.0007076,Saffron Finch,1,2021-02-06 +21.4564582,-158.0007076,Scaly-breasted Munia,1,2021-02-06 +21.4564582,-158.0007076,Spotted Dove,2,2021-02-06 +21.4564582,-158.0007076,Warbling White-eye,2,2021-02-06 +21.4564582,-158.0007076,Western Cattle Egret,1,2021-02-06 +21.4564582,-158.0007076,Zebra Dove,2,2021-02-06 +21.47452573,-158.0005843,Common Myna,3,2024-01-17 +21.47452573,-158.0005843,Common Waxbill,3,2024-01-17 +21.47452573,-158.0005843,House Sparrow,2,2023-05-04 +21.47452573,-158.0005843,Java Sparrow,1,2023-01-02 +21.47452573,-158.0005843,Pacific Golden-Plover,4,2024-01-17 +21.47452573,-158.0005843,Red-crested Cardinal,1,2023-01-02 +21.47452573,-158.0005843,Red-crowned Parrot,1,2023-01-02 +21.47452573,-158.0005843,Red-vented Bulbul,2,2024-01-17 +21.47452573,-158.0005843,Rock Pigeon,1,2023-01-02 +21.47452573,-158.0005843,Rose-ringed Parakeet,1,2023-01-02 +21.47452573,-158.0005843,Saffron Finch,2,2023-01-02 +21.47452573,-158.0005843,Scaly-breasted Munia,1,2020-02-22 +21.47452573,-158.0005843,Spotted Dove,2,2024-01-17 +21.47452573,-158.0005843,Warbling White-eye,1,2023-01-02 +21.47452573,-158.0005843,White-rumped Shama,1,2023-01-02 +21.47452573,-158.0005843,Zebra Dove,2,2023-05-04 +21.49287523,-158.0487236,Black-crowned Night Heron,1,2020-11-09 +21.49287523,-158.0487236,Common Myna,3,2021-06-08 +21.49287523,-158.0487236,Common Waxbill,1,2020-11-09 +21.49287523,-158.0487236,House Finch,2,2021-06-08 +21.49287523,-158.0487236,Java Sparrow,10,2021-06-08 +21.49287523,-158.0487236,Feral Mallard,1,2020-11-09 +21.49287523,-158.0487236,Muscovy Duck,1,2020-11-09 +21.49287523,-158.0487236,Northern Cardinal,5,2021-06-07 +21.49287523,-158.0487236,Red Junglefowl,1,2020-11-09 +21.49287523,-158.0487236,Red-crested Cardinal,4,2021-06-08 +21.49287523,-158.0487236,Red-vented Bulbul,2,2020-11-09 +21.49287523,-158.0487236,Rose-ringed Parakeet,4,2021-06-08 +21.49287523,-158.0487236,Saffron Finch,1,2020-11-09 +21.49287523,-158.0487236,Spotted Dove,13,2021-06-08 +21.49287523,-158.0487236,Warbling White-eye,2,2020-11-09 +21.49287523,-158.0487236,White-rumped Shama,3,2020-02-17 +21.49287523,-158.0487236,Zebra Dove,9,2021-06-08 +21.5473463,-158.0966519,Black Francolin,7,2022-06-06 +21.5473463,-158.0966519,Common Myna,23,2023-01-26 +21.5473463,-158.0966519,Common Waxbill,8,2023-01-26 +21.5473463,-158.0966519,Eurasian Skylark,2,2022-05-23 +21.5473463,-158.0966519,Gray Francolin,1,2023-11-05 +21.5473463,-158.0966519,House Finch,19,2023-01-26 +21.5473463,-158.0966519,Northern Cardinal,6,2022-07-11 +21.5473463,-158.0966519,Pacific Golden-Plover,3,2023-01-26 +21.5473463,-158.0966519,Red Avadavat,1,2022-05-09 +21.5473463,-158.0966519,Red-billed Leiothrix,1,2022-03-14 +21.5473463,-158.0966519,Red-crested Cardinal,10,2022-07-18 +21.5473463,-158.0966519,Red-vented Bulbul,16,2022-07-25 +21.5473463,-158.0966519,Red-whiskered Bulbul,1,2022-06-27 +21.5473463,-158.0966519,Ring-necked Pheasant,1,2020-12-22 +21.5473463,-158.0966519,Spotted Dove,21,2023-01-26 +21.5473463,-158.0966519,Warbling White-eye,11,2022-08-08 +21.5473463,-158.0966519,Zebra Dove,14,2023-01-26 +21.55643251,-158.1062528,Black Francolin,14,2022-07-18 +21.55643251,-158.1062528,Chestnut Munia,2,2022-04-04 +21.55643251,-158.1062528,Common Myna,14,2022-07-25 +21.55643251,-158.1062528,Common Waxbill,7,2022-07-18 +21.55643251,-158.1062528,Eurasian Skylark,1,2022-01-16 +21.55643251,-158.1062528,Gray Francolin,10,2022-07-18 +21.55643251,-158.1062528,House Finch,6,2022-07-18 +21.55643251,-158.1062528,Japanese Bush Warbler,2,2022-06-13 +21.55643251,-158.1062528,Northern Cardinal,5,2022-07-25 +21.55643251,-158.1062528,Pacific Golden-Plover,1,2022-04-04 +21.55643251,-158.1062528,Red Avadavat,8,2022-07-11 +21.55643251,-158.1062528,Red-crested Cardinal,7,2022-06-06 +21.55643251,-158.1062528,Red-vented Bulbul,17,2022-07-25 +21.55643251,-158.1062528,Red-whiskered Bulbul,3,2022-05-25 +21.55643251,-158.1062528,Spotted Dove,10,2022-07-18 +21.55643251,-158.1062528,Warbling White-eye,19,2022-07-25 +21.55643251,-158.1062528,Zebra Dove,6,2022-07-05 +21.58379366,-158.1543764,Common Myna,5,2023-04-18 +21.58379366,-158.1543764,Common Waxbill,3,2023-04-22 +21.58379366,-158.1543764,Gray Francolin,1,2023-04-22 +21.58379366,-158.1543764,House Finch,1,2023-04-22 +21.58379366,-158.1543764,Northern Cardinal,5,2023-04-22 +21.58379366,-158.1543764,Pacific Golden-Plover,1,2021-02-19 +21.58379366,-158.1543764,Red Junglefowl,1,2021-02-19 +21.58379366,-158.1543764,Red-crested Cardinal,5,2023-04-22 +21.58379366,-158.1543764,Red-vented Bulbul,5,2023-04-22 +21.58379366,-158.1543764,Red-whiskered Bulbul,2,2023-03-27 +21.58379366,-158.1543764,Saffron Finch,3,2023-04-22 +21.58379366,-158.1543764,Sanderling,1,2021-08-29 +21.58379366,-158.1543764,Spotted Dove,1,2021-02-19 +21.58379366,-158.1543764,Wandering Tattler,1,2023-04-18 +21.58379366,-158.1543764,Warbling White-eye,1,2023-04-22 +21.58379366,-158.1543764,Western Cattle Egret,3,2023-04-22 +21.58379366,-158.1543764,Zebra Dove,5,2023-04-22 +21.58363841,-158.1254033,Common Gallinule,2,2022-07-31 +21.58363841,-158.1254033,Common Myna,5,2023-11-11 +21.58363841,-158.1254033,Common Waxbill,2,2021-12-07 +21.58363841,-158.1254033,House Finch,1,2019-12-31 +21.58363841,-158.1254033,Java Sparrow,1,2023-02-19 +21.58363841,-158.1254033,Northern Cardinal,2,2022-12-28 +21.58363841,-158.1254033,Pacific Golden-Plover,2,2023-11-11 +21.58363841,-158.1254033,Red-crested Cardinal,4,2023-11-11 +21.58363841,-158.1254033,Red-vented Bulbul,7,2022-12-28 +21.58363841,-158.1254033,Red-whiskered Bulbul,2,2019-12-31 +21.58363841,-158.1254033,Ruddy Turnstone,4,2023-11-11 +21.58363841,-158.1254033,Saffron Finch,2,2022-12-28 +21.58363841,-158.1254033,Spotted Dove,2,2019-12-31 +21.58363841,-158.1254033,Wandering Tattler,1,2023-02-19 +21.58363841,-158.1254033,Warbling White-eye,2,2021-12-07 +21.58363841,-158.1254033,Western Cattle Egret,4,2023-11-11 +21.58363841,-158.1254033,Zebra Dove,6,2023-11-11 +21.6187668,-157.9512892,Apapane,2,2023-02-06 +21.6187668,-157.9512892,Barn Owl,1,2021-04-10 +21.6187668,-157.9512892,Common Myna,1,2021-04-10 +21.6187668,-157.9512892,Common Waxbill,2,2021-04-10 +21.6187668,-157.9512892,House Finch,1,2021-02-08 +21.6187668,-157.9512892,Japanese Bush Warbler,4,2023-02-06 +21.6187668,-157.9512892,Northern Cardinal,1,2021-02-08 +21.6187668,-157.9512892,Oahu Amakihi,2,2021-04-10 +21.6187668,-157.9512892,Red Junglefowl,2,2021-04-10 +21.6187668,-157.9512892,Red-billed Leiothrix,4,2023-02-06 +21.6187668,-157.9512892,Red-crested Cardinal,2,2023-01-06 +21.6187668,-157.9512892,Red-vented Bulbul,2,2021-04-10 +21.6187668,-157.9512892,Red-whiskered Bulbul,3,2023-02-06 +21.6187668,-157.9512892,Spotted Dove,2,2021-04-10 +21.6187668,-157.9512892,Warbling White-eye,4,2023-02-06 +21.6187668,-157.9512892,White-rumped Shama,4,2023-02-06 +21.64644913,-158.0477198,Chestnut Munia,4,2023-07-08 +21.64644913,-158.0477198,Common Myna,5,2023-07-08 +21.64644913,-158.0477198,Common Waxbill,3,2021-08-20 +21.64644913,-158.0477198,House Finch,2,2023-07-05 +21.64644913,-158.0477198,Java Sparrow,3,2023-07-05 +21.64644913,-158.0477198,Northern Cardinal,3,2021-08-20 +21.64644913,-158.0477198,Pacific Golden-Plover,1,2021-08-20 +21.64644913,-158.0477198,Red Junglefowl,3,2023-07-05 +21.64644913,-158.0477198,Red-crested Cardinal,4,2023-07-05 +21.64644913,-158.0477198,Red-vented Bulbul,4,2023-07-05 +21.64644913,-158.0477198,Red-whiskered Bulbul,3,2023-07-05 +21.64644913,-158.0477198,Saffron Finch,1,2021-08-16 +21.64644913,-158.0477198,Spotted Dove,3,2023-07-05 +21.64644913,-158.0477198,Warbling White-eye,4,2023-07-05 +21.64644913,-158.0477198,Western Cattle Egret,2,2023-07-05 +21.64644913,-158.0477198,White-rumped Shama,2,2021-08-20 +21.64644913,-158.0477198,Zebra Dove,3,2021-08-20 +21.64633728,-158.0283942,Chestnut Munia,2,2023-11-04 +21.64633728,-158.0283942,Common Myna,7,2024-02-20 +21.64633728,-158.0283942,Common Waxbill,4,2024-02-20 +21.64633728,-158.0283942,House Finch,4,2023-11-04 +21.64633728,-158.0283942,Northern Cardinal,4,2023-07-17 +21.64633728,-158.0283942,Pacific Golden-Plover,1,2023-11-04 +21.64633728,-158.0283942,Red Junglefowl,2,2023-07-17 +21.64633728,-158.0283942,Red-billed Leiothrix,7,2024-02-20 +21.64633728,-158.0283942,Red-crested Cardinal,4,2024-02-20 +21.64633728,-158.0283942,Red-vented Bulbul,6,2023-11-04 +21.64633728,-158.0283942,Red-whiskered Bulbul,4,2024-02-20 +21.64633728,-158.0283942,Saffron Finch,1,2023-11-04 +21.64633728,-158.0283942,Spotted Dove,4,2024-02-20 +21.64633728,-158.0283942,Warbling White-eye,8,2024-02-20 +21.64633728,-158.0283942,Western Cattle Egret,2,2023-11-04 +21.64633728,-158.0283942,White-rumped Shama,9,2024-02-20 +21.64633728,-158.0283942,Zebra Dove,2,2023-11-04 +21.70915482,-157.960302,Black-crowned Night Heron,1,2024-02-05 +21.70915482,-157.960302,Black-footed Albatross,2,2024-02-05 +21.70915482,-157.960302,Bristle-thighed Curlew,1,2024-02-05 +21.70915482,-157.960302,Common Myna,1,2024-02-05 +21.70915482,-157.960302,Common Waxbill,1,2024-02-05 +21.70915482,-157.960302,Gray Francolin,2,2024-02-05 +21.70915482,-157.960302,Hawaiian Coot,1,2024-02-05 +21.70915482,-157.960302,House Finch,1,2024-02-05 +21.70915482,-157.960302,Laysan Albatross,2,2024-02-05 +21.70915482,-157.960302,Masked Booby,1,2023-12-18 +21.70915482,-157.960302,Pacific Golden-Plover,2,2024-02-05 +21.70915482,-157.960302,Red Junglefowl,1,2024-02-05 +21.70915482,-157.960302,Ruddy Turnstone,2,2024-02-05 +21.70915482,-157.960302,Sanderling,2,2024-02-05 +21.70915482,-157.960302,Wandering Tattler,2,2024-02-05 +21.70915482,-157.960302,Western Cattle Egret,2,2024-02-05 +21.70915482,-157.960302,Zebra Dove,2,2024-02-05 +21.26478512,-157.7128805,Brown Booby,4,2024-02-14 +21.26478512,-157.7128805,Common Myna,2,2023-08-06 +21.26478512,-157.7128805,Gray Francolin,2,2022-06-10 +21.26478512,-157.7128805,Great Frigatebird,2,2023-08-06 +21.26478512,-157.7128805,House Finch,1,2024-02-14 +21.26478512,-157.7128805,Java Sparrow,1,2023-08-29 +21.26478512,-157.7128805,Pacific Golden-Plover,3,2021-11-17 +21.26478512,-157.7128805,Red-crested Cardinal,2,2024-02-14 +21.26478512,-157.7128805,Red-vented Bulbul,4,2023-08-29 +21.26478512,-157.7128805,Ruddy Turnstone,4,2023-08-29 +21.26478512,-157.7128805,Sooty Tern,1,2019-04-13 +21.26478512,-157.7128805,Spotted Dove,2,2024-02-14 +21.26478512,-157.7128805,Wandering Tattler,2,2021-05-20 +21.26478512,-157.7128805,Warbling White-eye,2,2021-11-17 +21.26478512,-157.7128805,Wedge-tailed Shearwater,2,2023-08-06 +21.26478512,-157.7128805,White Tern,2,2023-08-06 +21.26478512,-157.7128805,Yellow-fronted Canary,1,2021-11-17 +21.26478512,-157.7128805,Zebra Dove,2,2023-08-06 +21.30091711,-157.7125664,African Silverbill,1,2019-01-20 +21.30091711,-157.7125664,Black-necked Stilt,4,2021-05-15 +21.30091711,-157.7125664,Common Gallinule,1,2021-05-15 +21.30091711,-157.7125664,Common Myna,4,2021-05-15 +21.30091711,-157.7125664,Common Waxbill,4,2021-05-15 +21.30091711,-157.7125664,House Finch,2,2019-01-26 +21.30091711,-157.7125664,Java Sparrow,4,2023-11-18 +21.30091711,-157.7125664,Northern Cardinal,1,2019-01-20 +21.30091711,-157.7125664,Pacific Golden-Plover,3,2019-01-26 +21.30091711,-157.7125664,Red Junglefowl,1,2021-05-15 +21.30091711,-157.7125664,Red-crested Cardinal,3,2019-01-26 +21.30091711,-157.7125664,Red-vented Bulbul,3,2023-11-18 +21.30091711,-157.7125664,Rock Pigeon,3,2019-01-26 +21.30091711,-157.7125664,Rose-ringed Parakeet,1,2019-01-12 +21.30091711,-157.7125664,Spotted Dove,4,2021-05-15 +21.30091711,-157.7125664,Wandering Tattler,1,2023-11-18 +21.30091711,-157.7125664,Western Cattle Egret,4,2021-05-15 +21.30091711,-157.7125664,Zebra Dove,4,2021-05-15 +21.32159795,-158.1173251,African Silverbill,4,2022-08-17 +21.32159795,-158.1173251,Black-necked Stilt,1,2021-05-20 +21.32159795,-158.1173251,Brown Booby,2,2023-08-27 +21.32159795,-158.1173251,Common Myna,43,2022-12-08 +21.32159795,-158.1173251,Common Waxbill,1,2021-11-09 +21.32159795,-158.1173251,Great Frigatebird,1,2021-04-06 +21.32159795,-158.1173251,House Sparrow,35,2022-12-08 +21.32159795,-158.1173251,Northern Cardinal,1,2021-06-29 +21.32159795,-158.1173251,Pacific Golden-Plover,1,2021-04-20 +21.32159795,-158.1173251,Red-crested Cardinal,6,2022-12-08 +21.32159795,-158.1173251,Red-vented Bulbul,5,2022-11-23 +21.32159795,-158.1173251,Rock Pigeon,1,2021-04-06 +21.32159795,-158.1173251,Ruddy Turnstone,14,2021-12-21 +21.32159795,-158.1173251,Sanderling,2,2022-01-11 +21.32159795,-158.1173251,Scaly-breasted Munia,1,2021-07-27 +21.32159795,-158.1173251,Spotted Dove,23,2022-12-08 +21.32159795,-158.1173251,Wandering Tattler,3,2022-01-19 +21.32159795,-158.1173251,Zebra Dove,16,2022-12-08 +21.32053689,-157.9341403,Black-necked Stilt,1,2024-01-28 +21.32053689,-157.9341403,Chestnut Munia,1,2024-01-28 +21.32053689,-157.9341403,Common Myna,2,2024-01-28 +21.32053689,-157.9341403,Common Waxbill,1,2024-01-28 +21.32053689,-157.9341403,House Sparrow,2,2024-01-28 +21.32053689,-157.9341403,Northern Cardinal,1,2024-01-28 +21.32053689,-157.9341403,Northern Mockingbird,2,2024-01-28 +21.32053689,-157.9341403,Pacific Golden-Plover,1,2024-01-28 +21.32053689,-157.9341403,Red-crested Cardinal,1,2024-01-28 +21.32053689,-157.9341403,Red-vented Bulbul,1,2024-01-28 +21.32053689,-157.9341403,Red-whiskered Bulbul,1,2024-01-28 +21.32053689,-157.9341403,Saffron Finch,2,2024-01-28 +21.32053689,-157.9341403,Spotted Dove,2,2024-01-28 +21.32053689,-157.9341403,Western Cattle Egret,2,2024-01-28 +21.32053689,-157.9341403,White Tern,1,2020-02-22 +21.32053689,-157.9341403,White-rumped Shama,1,2024-01-28 +21.32053689,-157.9341403,Yellow-fronted Canary,1,2024-01-28 +21.32053689,-157.9341403,Zebra Dove,1,2024-01-28 +21.33042856,-158.0787034,African Silverbill,1,2020-03-05 +21.33042856,-158.0787034,Black-crowned Night Heron,1,2023-07-12 +21.33042856,-158.0787034,Common Myna,10,2023-07-12 +21.33042856,-158.0787034,Common Waxbill,4,2023-06-10 +21.33042856,-158.0787034,House Finch,3,2023-06-10 +21.33042856,-158.0787034,House Sparrow,4,2023-07-12 +21.33042856,-158.0787034,Java Sparrow,1,2023-06-08 +21.33042856,-158.0787034,Pacific Golden-Plover,2,2022-10-17 +21.33042856,-158.0787034,Red Junglefowl,1,2023-07-12 +21.33042856,-158.0787034,Red-crested Cardinal,3,2023-06-08 +21.33042856,-158.0787034,Red-vented Bulbul,3,2023-06-10 +21.33042856,-158.0787034,Red-whiskered Bulbul,1,2020-03-05 +21.33042856,-158.0787034,Rock Pigeon,2,2023-07-12 +21.33042856,-158.0787034,Saffron Finch,2,2023-06-08 +21.33042856,-158.0787034,Spotted Dove,2,2023-04-15 +21.33042856,-158.0787034,Warbling White-eye,1,2020-03-05 +21.33042856,-158.0787034,Western Cattle Egret,4,2023-07-12 +21.33042856,-158.0787034,Zebra Dove,7,2023-06-10 +21.32779119,-157.6834087,Brown Noddy,3,2020-02-24 +21.32779119,-157.6834087,Common Myna,5,2023-07-22 +21.32779119,-157.6834087,Great Frigatebird,7,2023-09-29 +21.32779119,-157.6834087,House Sparrow,3,2022-07-06 +21.32779119,-157.6834087,Indian Peafowl,29,2024-02-22 +21.32779119,-157.6834087,Masked Booby,1,2022-07-06 +21.32779119,-157.6834087,Pacific Golden-Plover,1,2021-03-10 +21.32779119,-157.6834087,Red Junglefowl,3,2023-09-29 +21.32779119,-157.6834087,Red-crested Cardinal,2,2023-09-29 +21.32779119,-157.6834087,Red-footed Booby,4,2023-07-22 +21.32779119,-157.6834087,Red-vented Bulbul,2,2023-09-29 +21.32779119,-157.6834087,Red-whiskered Bulbul,1,2023-09-29 +21.32779119,-157.6834087,Rock Pigeon,4,2023-07-22 +21.32779119,-157.6834087,Saffron Finch,1,2023-09-29 +21.32779119,-157.6834087,Sooty Tern,2,2020-02-23 +21.32779119,-157.6834087,Spotted Dove,1,2023-09-29 +21.32779119,-157.6834087,Western Cattle Egret,1,2022-07-06 +21.32779119,-157.6834087,Zebra Dove,1,2022-07-06 +21.34630112,-157.741097,Common Myna,21,2022-12-29 +21.34630112,-157.741097,Common Waxbill,8,2022-12-14 +21.34630112,-157.741097,House Finch,10,2023-11-23 +21.34630112,-157.741097,Japanese Bush Warbler,1,2022-12-29 +21.34630112,-157.741097,Northern Cardinal,22,2023-11-23 +21.34630112,-157.741097,Red Junglefowl,1,2020-12-20 +21.34630112,-157.741097,Red-billed Leiothrix,29,2023-11-23 +21.34630112,-157.741097,Red-crested Cardinal,6,2023-11-23 +21.34630112,-157.741097,Red-vented Bulbul,25,2023-11-23 +21.34630112,-157.741097,Red-whiskered Bulbul,22,2023-11-23 +21.34630112,-157.741097,Rose-ringed Parakeet,15,2023-11-23 +21.34630112,-157.741097,Saffron Finch,1,2023-11-23 +21.34630112,-157.741097,Spotted Dove,19,2023-11-23 +21.34630112,-157.741097,Warbling White-eye,30,2022-12-29 +21.34630112,-157.741097,Western Cattle Egret,5,2022-12-14 +21.34630112,-157.741097,White-rumped Shama,20,2023-11-23 +21.34630112,-157.741097,Yellow-fronted Canary,3,2022-07-27 +21.34630112,-157.741097,Zebra Dove,28,2022-12-29 +21.34615532,-157.7218135,Common Myna,4,2022-06-08 +21.34615532,-157.7218135,Common Waxbill,3,2022-06-08 +21.34615532,-157.7218135,House Finch,2,2022-06-08 +21.34615532,-157.7218135,House Sparrow,2,2022-06-08 +21.34615532,-157.7218135,Java Sparrow,3,2022-06-08 +21.34615532,-157.7218135,Feral Mallard,1,2022-03-12 +21.34615532,-157.7218135,Northern Cardinal,2,2022-06-08 +21.34615532,-157.7218135,Red Junglefowl,1,2022-03-12 +21.34615532,-157.7218135,Red-crested Cardinal,3,2023-05-10 +21.34615532,-157.7218135,Red-vented Bulbul,2,2022-06-08 +21.34615532,-157.7218135,Red-whiskered Bulbul,3,2022-06-08 +21.34615532,-157.7218135,Rock Pigeon,1,2022-03-12 +21.34615532,-157.7218135,Rose-ringed Parakeet,1,2022-03-12 +21.34615532,-157.7218135,Spotted Dove,5,2022-06-08 +21.34615532,-157.7218135,Warbling White-eye,4,2022-06-08 +21.34615532,-157.7218135,Western Cattle Egret,5,2022-06-08 +21.34615532,-157.7218135,Zebra Dove,6,2022-06-08 +21.36545487,-157.8952383,Chestnut Munia,1,2023-04-18 +21.36545487,-157.8952383,Common Myna,7,2024-02-04 +21.36545487,-157.8952383,Common Waxbill,3,2023-04-18 +21.36545487,-157.8952383,Gray Francolin,3,2023-04-18 +21.36545487,-157.8952383,House Finch,2,2023-07-26 +21.36545487,-157.8952383,Java Sparrow,1,2024-02-04 +21.36545487,-157.8952383,Northern Cardinal,5,2023-07-26 +21.36545487,-157.8952383,Pacific Golden-Plover,3,2024-02-04 +21.36545487,-157.8952383,Red-crested Cardinal,6,2024-02-04 +21.36545487,-157.8952383,Red-vented Bulbul,7,2023-10-18 +21.36545487,-157.8952383,Red-whiskered Bulbul,4,2023-04-17 +21.36545487,-157.8952383,Rose-ringed Parakeet,4,2023-10-18 +21.36545487,-157.8952383,Saffron Finch,1,2024-02-04 +21.36545487,-157.8952383,Spotted Dove,7,2023-07-26 +21.36545487,-157.8952383,Warbling White-eye,3,2023-04-18 +21.36545487,-157.8952383,Western Cattle Egret,2,2023-04-17 +21.36545487,-157.8952383,Yellow-fronted Canary,5,2024-02-04 +21.36545487,-157.8952383,Zebra Dove,8,2023-10-18 +21.38271854,-157.7793657,Chestnut Munia,6,2023-02-28 +21.38271854,-157.7793657,Common Myna,4,2022-02-28 +21.38271854,-157.7793657,Common Waxbill,6,2023-05-06 +21.38271854,-157.7793657,House Sparrow,1,2021-04-01 +21.38271854,-157.7793657,Northern Cardinal,1,2023-02-21 +21.38271854,-157.7793657,Pacific Golden-Plover,6,2023-02-21 +21.38271854,-157.7793657,Red Junglefowl,1,2021-04-01 +21.38271854,-157.7793657,Red-billed Leiothrix,1,2022-11-01 +21.38271854,-157.7793657,Red-crested Cardinal,3,2022-11-01 +21.38271854,-157.7793657,Red-vented Bulbul,6,2022-11-04 +21.38271854,-157.7793657,Red-whiskered Bulbul,6,2023-03-01 +21.38271854,-157.7793657,Rock Pigeon,1,2021-04-01 +21.38271854,-157.7793657,Rose-ringed Parakeet,2,2022-11-15 +21.38271854,-157.7793657,Spotted Dove,2,2022-11-04 +21.38271854,-157.7793657,Warbling White-eye,6,2022-11-04 +21.38271854,-157.7793657,Western Cattle Egret,1,2021-09-29 +21.38271854,-157.7793657,White-rumped Shama,3,2023-02-23 +21.38271854,-157.7793657,Zebra Dove,4,2022-02-28 +21.39280561,-157.9336174,Common Myna,3,2023-05-05 +21.39280561,-157.9336174,Common Waxbill,1,2023-03-11 +21.39280561,-157.9336174,House Finch,1,2023-03-11 +21.39280561,-157.9336174,House Sparrow,1,2023-05-05 +21.39280561,-157.9336174,Northern Cardinal,1,2021-10-26 +21.39280561,-157.9336174,Pacific Golden-Plover,1,2023-03-11 +21.39280561,-157.9336174,Red-billed Leiothrix,1,2023-03-11 +21.39280561,-157.9336174,Red-crested Cardinal,2,2023-05-05 +21.39280561,-157.9336174,Red-crowned Parrot,1,2023-04-06 +21.39280561,-157.9336174,Red-vented Bulbul,1,2023-03-11 +21.39280561,-157.9336174,Red-whiskered Bulbul,1,2023-03-11 +21.39280561,-157.9336174,Rose-ringed Parakeet,2,2023-05-05 +21.39280561,-157.9336174,Spotted Dove,1,2023-05-05 +21.39280561,-157.9336174,Western Cattle Egret,1,2021-10-26 +21.39280561,-157.9336174,White Tern,1,2023-06-16 +21.39280561,-157.9336174,White-rumped Shama,1,2023-03-11 +21.39280561,-157.9336174,Yellow-fronted Canary,1,2021-10-26 +21.39280561,-157.9336174,Zebra Dove,3,2023-05-05 +21.40248099,-158.0396629,Black Francolin,2,2024-02-13 +21.40248099,-158.0396629,Common Myna,4,2021-04-22 +21.40248099,-158.0396629,Common Waxbill,1,2024-02-13 +21.40248099,-158.0396629,House Finch,5,2024-02-13 +21.40248099,-158.0396629,House Sparrow,1,2021-04-22 +21.40248099,-158.0396629,Java Sparrow,2,2024-02-13 +21.40248099,-158.0396629,Northern Cardinal,1,2024-02-13 +21.40248099,-158.0396629,Pacific Golden-Plover,3,2024-02-12 +21.40248099,-158.0396629,Red-crested Cardinal,3,2024-02-13 +21.40248099,-158.0396629,Red-vented Bulbul,4,2024-02-13 +21.40248099,-158.0396629,Red-whiskered Bulbul,3,2024-02-13 +21.40248099,-158.0396629,Rock Pigeon,1,2021-04-22 +21.40248099,-158.0396629,Rose-ringed Parakeet,1,2024-02-13 +21.40248099,-158.0396629,Saffron Finch,3,2024-02-13 +21.40248099,-158.0396629,Spotted Dove,2,2024-02-13 +21.40248099,-158.0396629,Warbling White-eye,2,2024-02-13 +21.40248099,-158.0396629,Western Cattle Egret,1,2021-04-22 +21.40248099,-158.0396629,Zebra Dove,7,2024-02-13 +21.40213915,-157.9817836,Common Myna,4,2023-08-29 +21.40213915,-157.9817836,Common Waxbill,3,2023-08-29 +21.40213915,-157.9817836,House Finch,1,2023-08-29 +21.40213915,-157.9817836,Java Sparrow,2,2022-02-19 +21.40213915,-157.9817836,Pacific Golden-Plover,2,2023-08-29 +21.40213915,-157.9817836,Red Avadavat,1,2022-02-19 +21.40213915,-157.9817836,Red Junglefowl,1,2022-02-19 +21.40213915,-157.9817836,Red-crested Cardinal,3,2022-02-19 +21.40213915,-157.9817836,Red-vented Bulbul,3,2023-08-29 +21.40213915,-157.9817836,Red-whiskered Bulbul,1,2022-02-19 +21.40213915,-157.9817836,Rock Pigeon,2,2022-02-19 +21.40213915,-157.9817836,Rose-ringed Parakeet,4,2023-08-29 +21.40213915,-157.9817836,Saffron Finch,1,2020-02-18 +21.40213915,-157.9817836,Spotted Dove,1,2023-08-29 +21.40213915,-157.9817836,Warbling White-eye,2,2023-08-29 +21.40213915,-157.9817836,Western Cattle Egret,3,2023-08-29 +21.40213915,-157.9817836,Yellow-fronted Canary,1,2023-08-29 +21.40213915,-157.9817836,Zebra Dove,3,2023-08-29 +21.40099329,-157.8081528,African Silverbill,1,2023-09-08 +21.40099329,-157.8081528,Barn Owl,1,2023-01-11 +21.40099329,-157.8081528,Chestnut Munia,6,2022-02-24 +21.40099329,-157.8081528,Common Myna,9,2024-02-19 +21.40099329,-157.8081528,Common Waxbill,7,2023-02-05 +21.40099329,-157.8081528,Java Sparrow,5,2024-02-18 +21.40099329,-157.8081528,Feral Mallard,3,2024-02-16 +21.40099329,-157.8081528,Northern Cardinal,1,2021-02-14 +21.40099329,-157.8081528,Northern Mockingbird,2,2022-09-24 +21.40099329,-157.8081528,Red Junglefowl,1,2022-02-21 +21.40099329,-157.8081528,Red-crested Cardinal,10,2024-02-19 +21.40099329,-157.8081528,Red-vented Bulbul,7,2024-02-19 +21.40099329,-157.8081528,Red-whiskered Bulbul,8,2024-02-19 +21.40099329,-157.8081528,Spotted Dove,9,2024-02-19 +21.40099329,-157.8081528,Warbling White-eye,5,2024-02-19 +21.40099329,-157.8081528,Western Cattle Egret,3,2024-02-18 +21.40099329,-157.8081528,Zebra Dove,13,2024-02-18 +21.41223467,-158.1746686,Black-crowned Night Heron,1,2023-02-14 +21.41223467,-158.1746686,Common Myna,7,2023-02-21 +21.41223467,-158.1746686,Common Waxbill,1,2023-02-21 +21.41223467,-158.1746686,House Finch,4,2023-02-21 +21.41223467,-158.1746686,House Sparrow,6,2023-02-21 +21.41223467,-158.1746686,Java Sparrow,6,2023-02-21 +21.41223467,-158.1746686,Northern Mockingbird,1,2021-04-18 +21.41223467,-158.1746686,Pacific Golden-Plover,3,2022-01-25 +21.41223467,-158.1746686,Red Junglefowl,1,2023-05-12 +21.41223467,-158.1746686,Red-crested Cardinal,2,2022-01-20 +21.41223467,-158.1746686,Red-vented Bulbul,8,2023-05-11 +21.41223467,-158.1746686,Rock Pigeon,6,2023-02-21 +21.41223467,-158.1746686,Ruddy Turnstone,1,2022-01-20 +21.41223467,-158.1746686,Saffron Finch,5,2023-02-21 +21.41223467,-158.1746686,Sanderling,2,2022-04-03 +21.41223467,-158.1746686,Spotted Dove,5,2023-02-21 +21.41223467,-158.1746686,Warbling White-eye,1,2022-01-25 +21.41223467,-158.1746686,Zebra Dove,9,2023-05-09 +21.40974748,-157.7694943,Chestnut Munia,1,2022-04-10 +21.40974748,-157.7694943,Common Myna,28,2024-02-19 +21.40974748,-157.7694943,Common Waxbill,21,2024-02-19 +21.40974748,-157.7694943,House Finch,20,2024-02-19 +21.40974748,-157.7694943,Java Sparrow,6,2024-02-19 +21.40974748,-157.7694943,Northern Cardinal,7,2022-04-23 +21.40974748,-157.7694943,Pacific Golden-Plover,1,2024-01-15 +21.40974748,-157.7694943,Red Avadavat,1,2024-01-18 +21.40974748,-157.7694943,Red Junglefowl,17,2022-05-29 +21.40974748,-157.7694943,Red-crested Cardinal,18,2024-02-19 +21.40974748,-157.7694943,Red-vented Bulbul,24,2024-02-19 +21.40974748,-157.7694943,Red-whiskered Bulbul,11,2024-02-19 +21.40974748,-157.7694943,Rock Pigeon,2,2024-01-17 +21.40974748,-157.7694943,Spotted Dove,28,2024-02-19 +21.40974748,-157.7694943,Warbling White-eye,6,2024-02-19 +21.40974748,-157.7694943,Western Cattle Egret,3,2022-04-17 +21.40974748,-157.7694943,White-rumped Shama,9,2024-01-16 +21.40974748,-157.7694943,Zebra Dove,27,2024-02-19 +21.4211238,-158.1456731,Black-crowned Night Heron,3,2021-06-08 +21.4211238,-158.1456731,Common Myna,2,2021-01-14 +21.4211238,-158.1456731,Common Waxbill,3,2021-06-08 +21.4211238,-158.1456731,Eurasian Skylark,2,2021-01-14 +21.4211238,-158.1456731,Gray Francolin,3,2021-06-08 +21.4211238,-158.1456731,Hawaiian Coot,7,2021-06-08 +21.4211238,-158.1456731,House Finch,3,2021-06-01 +21.4211238,-158.1456731,Java Sparrow,1,2021-06-01 +21.4211238,-158.1456731,Northern Cardinal,3,2021-06-01 +21.4211238,-158.1456731,Peregrine Falcon,1,2022-03-08 +21.4211238,-158.1456731,Red-crested Cardinal,2,2021-01-14 +21.4211238,-158.1456731,Red-vented Bulbul,3,2021-06-01 +21.4211238,-158.1456731,Saffron Finch,3,2021-06-01 +21.4211238,-158.1456731,Scaly-breasted Munia,2,2021-01-14 +21.4211238,-158.1456731,Short-eared Owl,1,2021-06-01 +21.4211238,-158.1456731,Spotted Dove,5,2021-06-08 +21.4211238,-158.1456731,Warbling White-eye,5,2021-06-08 +21.4211238,-158.1456731,Zebra Dove,6,2022-03-08 +21.42032299,-158.0009538,Chestnut Munia,10,2023-05-13 +21.42032299,-158.0009538,Common Myna,18,2024-02-19 +21.42032299,-158.0009538,Common Waxbill,13,2023-05-13 +21.42032299,-158.0009538,House Finch,9,2024-02-19 +21.42032299,-158.0009538,House Sparrow,3,2024-02-19 +21.42032299,-158.0009538,Java Sparrow,15,2024-02-19 +21.42032299,-158.0009538,Northern Cardinal,1,2020-05-09 +21.42032299,-158.0009538,Pacific Golden-Plover,13,2024-02-19 +21.42032299,-158.0009538,Red-crested Cardinal,10,2024-02-18 +21.42032299,-158.0009538,Red-vented Bulbul,8,2024-02-19 +21.42032299,-158.0009538,Red-whiskered Bulbul,3,2022-02-21 +21.42032299,-158.0009538,Rose-ringed Parakeet,8,2024-02-19 +21.42032299,-158.0009538,Ruddy Turnstone,2,2022-02-21 +21.42032299,-158.0009538,Saffron Finch,19,2024-02-19 +21.42032299,-158.0009538,Spotted Dove,17,2024-02-19 +21.42032299,-158.0009538,Warbling White-eye,3,2022-10-08 +21.42032299,-158.0009538,Western Cattle Egret,15,2024-02-19 +21.42032299,-158.0009538,Zebra Dove,18,2024-02-19 +21.42969297,-158.0587828,Barn Owl,2,2019-04-24 +21.42969297,-158.0587828,Chestnut Munia,1,2019-11-15 +21.42969297,-158.0587828,Common Gallinule,1,2019-11-15 +21.42969297,-158.0587828,Common Myna,1,2019-11-15 +21.42969297,-158.0587828,Common Waxbill,1,2019-11-15 +21.42969297,-158.0587828,Hawaiian Coot,1,2019-11-15 +21.42969297,-158.0587828,House Finch,1,2019-11-15 +21.42969297,-158.0587828,Northern Cardinal,1,2019-11-15 +21.42969297,-158.0587828,Pacific Golden-Plover,1,2019-11-15 +21.42969297,-158.0587828,Red-crested Cardinal,1,2019-11-15 +21.42969297,-158.0587828,Red-vented Bulbul,2,2022-07-06 +21.42969297,-158.0587828,Saffron Finch,1,2019-11-15 +21.42969297,-158.0587828,Short-eared Owl,1,2019-07-18 +21.42969297,-158.0587828,Spotted Dove,1,2019-11-15 +21.42969297,-158.0587828,Warbling White-eye,1,2019-11-15 +21.42969297,-158.0587828,Western Cattle Egret,1,2019-11-15 +21.42969297,-158.0587828,Yellow-fronted Canary,1,2019-11-15 +21.42969297,-158.0587828,Zebra Dove,1,2019-11-15 +21.42947065,-158.0201889,Black-crowned Night Heron,1,2021-02-15 +21.42947065,-158.0201889,Chestnut Munia,1,2021-02-14 +21.42947065,-158.0201889,Common Myna,6,2022-02-21 +21.42947065,-158.0201889,House Sparrow,3,2021-02-13 +21.42947065,-158.0201889,Java Sparrow,6,2022-02-21 +21.42947065,-158.0201889,Northern Cardinal,4,2021-02-14 +21.42947065,-158.0201889,Pacific Golden-Plover,2,2021-02-14 +21.42947065,-158.0201889,Red-crested Cardinal,6,2022-02-20 +21.42947065,-158.0201889,Red-vented Bulbul,4,2021-02-14 +21.42947065,-158.0201889,Red-whiskered Bulbul,2,2022-02-19 +21.42947065,-158.0201889,Rose-ringed Parakeet,6,2022-02-21 +21.42947065,-158.0201889,Saffron Finch,4,2022-02-20 +21.42947065,-158.0201889,Spotted Dove,5,2022-02-21 +21.42947065,-158.0201889,Warbling White-eye,5,2022-02-21 +21.42947065,-158.0201889,Western Cattle Egret,2,2021-02-14 +21.42947065,-158.0201889,White Tern,1,2021-02-15 +21.42947065,-158.0201889,White-rumped Shama,2,2021-03-10 +21.42947065,-158.0201889,Zebra Dove,5,2021-03-13 +21.44636356,-157.8367326,Chestnut Munia,5,2023-05-13 +21.44636356,-157.8367326,Common Myna,5,2023-05-13 +21.44636356,-157.8367326,Common Waxbill,6,2022-06-24 +21.44636356,-157.8367326,House Sparrow,2,2022-06-24 +21.44636356,-157.8367326,Java Sparrow,3,2022-06-20 +21.44636356,-157.8367326,Northern Cardinal,2,2022-06-20 +21.44636356,-157.8367326,Pacific Golden-Plover,1,2022-03-27 +21.44636356,-157.8367326,Red Junglefowl,2,2023-05-13 +21.44636356,-157.8367326,Red-crested Cardinal,4,2023-01-04 +21.44636356,-157.8367326,Red-vented Bulbul,6,2023-05-13 +21.44636356,-157.8367326,Red-whiskered Bulbul,3,2023-01-04 +21.44636356,-157.8367326,Rock Pigeon,1,2021-06-28 +21.44636356,-157.8367326,Scaly-breasted Munia,1,2022-02-26 +21.44636356,-157.8367326,Spotted Dove,4,2023-01-04 +21.44636356,-157.8367326,Warbling White-eye,4,2022-06-24 +21.44636356,-157.8367326,Western Cattle Egret,6,2023-10-16 +21.44636356,-157.8367326,White-rumped Shama,3,2022-12-30 +21.44636356,-157.8367326,Zebra Dove,8,2023-05-13 +21.44559039,-157.7305973,African Silverbill,2,2020-07-17 +21.44559039,-157.7305973,Black-necked Stilt,2,2020-07-17 +21.44559039,-157.7305973,Common Myna,3,2020-07-17 +21.44559039,-157.7305973,Common Waxbill,3,2020-07-17 +21.44559039,-157.7305973,Gray Francolin,2,2020-07-17 +21.44559039,-157.7305973,Great Frigatebird,3,2020-07-17 +21.44559039,-157.7305973,Northern Cardinal,1,2020-04-24 +21.44559039,-157.7305973,Pacific Golden-Plover,3,2020-07-17 +21.44559039,-157.7305973,Red Avadavat,2,2020-07-17 +21.44559039,-157.7305973,Red-crested Cardinal,2,2020-07-17 +21.44559039,-157.7305973,Red-vented Bulbul,3,2020-07-17 +21.44559039,-157.7305973,Red-whiskered Bulbul,2,2020-07-17 +21.44559039,-157.7305973,Scaly-breasted Munia,2,2020-07-17 +21.44559039,-157.7305973,Spotted Dove,3,2020-07-17 +21.44559039,-157.7305973,Wandering Tattler,1,2020-04-24 +21.44559039,-157.7305973,Western Cattle Egret,3,2020-07-17 +21.44559039,-157.7305973,Zebra Dove,2,2020-07-17 +21.45651547,-158.0103577,Common Myna,11,2023-06-04 +21.45651547,-158.0103577,Common Waxbill,5,2023-06-04 +21.45651547,-158.0103577,House Finch,10,2023-06-04 +21.45651547,-158.0103577,House Sparrow,4,2023-06-04 +21.45651547,-158.0103577,Java Sparrow,1,2023-03-20 +21.45651547,-158.0103577,Northern Cardinal,9,2022-07-17 +21.45651547,-158.0103577,Pacific Golden-Plover,1,2023-03-20 +21.45651547,-158.0103577,Red Junglefowl,1,2023-03-20 +21.45651547,-158.0103577,Red-crested Cardinal,13,2023-03-20 +21.45651547,-158.0103577,Red-crowned Parrot,4,2022-07-17 +21.45651547,-158.0103577,Red-vented Bulbul,12,2023-06-04 +21.45651547,-158.0103577,Rock Pigeon,2,2023-01-19 +21.45651547,-158.0103577,Rose-ringed Parakeet,11,2023-03-20 +21.45651547,-158.0103577,Saffron Finch,3,2023-06-04 +21.45651547,-158.0103577,Spotted Dove,10,2023-01-19 +21.45651547,-158.0103577,Warbling White-eye,10,2022-07-17 +21.45651547,-158.0103577,Western Cattle Egret,7,2023-06-04 +21.45651547,-158.0103577,Zebra Dove,15,2023-06-04 +21.45498296,-157.7787648,Black-necked Stilt,6,2023-01-18 +21.45498296,-157.7787648,Brown Noddy,2,2022-09-14 +21.45498296,-157.7787648,Common Gallinule,3,2024-01-17 +21.45498296,-157.7787648,Common Myna,10,2024-01-17 +21.45498296,-157.7787648,Common Waxbill,4,2022-12-03 +21.45498296,-157.7787648,Great Frigatebird,2,2023-10-24 +21.45498296,-157.7787648,House Finch,2,2022-01-19 +21.45498296,-157.7787648,Java Sparrow,1,2021-07-13 +21.45498296,-157.7787648,Feral Mallard,3,2022-12-03 +21.45498296,-157.7787648,Pacific Golden-Plover,7,2023-10-24 +21.45498296,-157.7787648,Red-crested Cardinal,4,2024-01-17 +21.45498296,-157.7787648,Red-vented Bulbul,4,2024-01-17 +21.45498296,-157.7787648,Spotted Dove,3,2023-10-24 +21.45498296,-157.7787648,Wandering Tattler,1,2020-02-26 +21.45498296,-157.7787648,Warbling White-eye,3,2022-01-19 +21.45498296,-157.7787648,Western Cattle Egret,3,2023-10-24 +21.45498296,-157.7787648,White-rumped Shama,2,2022-01-19 +21.45498296,-157.7787648,Zebra Dove,2,2023-10-24 +21.48355954,-158.0005227,Chestnut Munia,2,2021-09-17 +21.48355954,-158.0005227,Common Myna,2,2021-09-17 +21.48355954,-158.0005227,Common Waxbill,3,2023-05-28 +21.48355954,-158.0005227,House Finch,1,2021-09-16 +21.48355954,-158.0005227,House Sparrow,1,2021-09-17 +21.48355954,-158.0005227,Java Sparrow,1,2021-09-17 +21.48355954,-158.0005227,Pacific Golden-Plover,5,2023-12-14 +21.48355954,-158.0005227,Red Junglefowl,2,2023-05-26 +21.48355954,-158.0005227,Red-billed Leiothrix,1,2021-09-16 +21.48355954,-158.0005227,Red-crested Cardinal,1,2021-09-16 +21.48355954,-158.0005227,Red-vented Bulbul,3,2023-05-26 +21.48355954,-158.0005227,Red-whiskered Bulbul,4,2023-02-01 +21.48355954,-158.0005227,Rose-ringed Parakeet,2,2021-09-17 +21.48355954,-158.0005227,Saffron Finch,1,2023-02-01 +21.48355954,-158.0005227,Spotted Dove,2,2021-09-17 +21.48355954,-158.0005227,Warbling White-eye,2,2023-12-15 +21.48355954,-158.0005227,White-rumped Shama,2,2021-09-17 +21.48355954,-158.0005227,Zebra Dove,2,2021-09-17 +21.5386716,-158.1642961,Apapane,1,2020-02-09 +21.5386716,-158.1642961,Common Waxbill,1,2020-02-09 +21.5386716,-158.1642961,Erckel's Spurfowl,2,2024-02-14 +21.5386716,-158.1642961,Gray Francolin,1,2024-02-14 +21.5386716,-158.1642961,House Finch,2,2024-02-14 +21.5386716,-158.1642961,Indian Peafowl,1,2024-02-14 +21.5386716,-158.1642961,Japanese Bush Warbler,1,2020-02-09 +21.5386716,-158.1642961,Kalij Pheasant,1,2024-02-14 +21.5386716,-158.1642961,Northern Cardinal,1,2020-02-09 +21.5386716,-158.1642961,Pacific Golden-Plover,1,2020-02-09 +21.5386716,-158.1642961,Red-billed Leiothrix,2,2024-02-14 +21.5386716,-158.1642961,Red-crested Cardinal,1,2020-02-09 +21.5386716,-158.1642961,Red-vented Bulbul,2,2024-02-14 +21.5386716,-158.1642961,Red-whiskered Bulbul,2,2024-02-14 +21.5386716,-158.1642961,Spotted Dove,2,2024-02-14 +21.5386716,-158.1642961,Warbling White-eye,2,2024-02-14 +21.5386716,-158.1642961,White-rumped Shama,1,2020-02-09 +21.5386716,-158.1642961,Zebra Dove,2,2024-02-14 +21.55678917,-158.1738487,Apapane,2,2021-05-13 +21.55678917,-158.1738487,Black-crowned Night Heron,1,2021-05-13 +21.55678917,-158.1738487,Common Myna,1,2021-05-13 +21.55678917,-158.1738487,Common Waxbill,2,2021-05-13 +21.55678917,-158.1738487,Erckel's Spurfowl,2,2021-05-13 +21.55678917,-158.1738487,House Finch,1,2021-05-13 +21.55678917,-158.1738487,Japanese Bush Warbler,2,2021-05-13 +21.55678917,-158.1738487,Kalij Pheasant,1,2021-05-04 +21.55678917,-158.1738487,Oahu Amakihi,2,2021-05-13 +21.55678917,-158.1738487,Red Junglefowl,1,2021-05-04 +21.55678917,-158.1738487,Red-billed Leiothrix,2,2021-05-13 +21.55678917,-158.1738487,Red-vented Bulbul,2,2021-05-13 +21.55678917,-158.1738487,Red-whiskered Bulbul,1,2021-05-04 +21.55678917,-158.1738487,Spotted Dove,2,2021-05-13 +21.55678917,-158.1738487,Warbling White-eye,2,2021-05-13 +21.55678917,-158.1738487,Western Cattle Egret,1,2021-05-13 +21.55678917,-158.1738487,White-rumped Shama,2,2021-05-13 +21.55678917,-158.1738487,Zebra Dove,2,2021-05-13 +21.56614241,-158.2413993,Common Waxbill,2,2022-09-24 +21.56614241,-158.2413993,Gray Francolin,2,2022-09-24 +21.56614241,-158.2413993,House Finch,1,2022-07-23 +21.56614241,-158.2413993,Indian Peafowl,2,2022-09-24 +21.56614241,-158.2413993,Northern Cardinal,1,2022-07-23 +21.56614241,-158.2413993,Oahu Amakihi,1,2022-07-23 +21.56614241,-158.2413993,Red-billed Leiothrix,1,2022-07-23 +21.56614241,-158.2413993,Red-crested Cardinal,3,2022-09-24 +21.56614241,-158.2413993,Red-vented Bulbul,3,2022-09-24 +21.56614241,-158.2413993,Red-whiskered Bulbul,1,2022-09-24 +21.56614241,-158.2413993,Ring-necked Pheasant,1,2021-10-14 +21.56614241,-158.2413993,Spotted Dove,1,2021-10-14 +21.56614241,-158.2413993,Warbling White-eye,3,2022-09-24 +21.56614241,-158.2413993,Western Cattle Egret,1,2021-10-14 +21.56614241,-158.2413993,White-rumped Shama,2,2022-07-23 +21.56614241,-158.2413993,Wild Turkey,1,2022-01-26 +21.56614241,-158.2413993,Yellow-faced Grassquit,1,2022-07-23 +21.56614241,-158.2413993,Zebra Dove,2,2022-09-24 +21.56562383,-158.1351683,Common Myna,24,2023-03-29 +21.56562383,-158.1351683,Common Waxbill,16,2023-03-29 +21.56562383,-158.1351683,Gray Francolin,6,2022-12-27 +21.56562383,-158.1351683,House Finch,14,2023-03-29 +21.56562383,-158.1351683,House Sparrow,2,2022-07-18 +21.56562383,-158.1351683,Northern Cardinal,15,2023-03-29 +21.56562383,-158.1351683,Pacific Golden-Plover,2,2023-03-29 +21.56562383,-158.1351683,Red Avadavat,13,2022-07-18 +21.56562383,-158.1351683,Red-crested Cardinal,9,2023-03-29 +21.56562383,-158.1351683,Red-vented Bulbul,23,2023-03-29 +21.56562383,-158.1351683,Red-whiskered Bulbul,4,2022-11-28 +21.56562383,-158.1351683,Saffron Finch,4,2023-03-29 +21.56562383,-158.1351683,Short-eared Owl,1,2022-08-13 +21.56562383,-158.1351683,Spotted Dove,13,2023-03-29 +21.56562383,-158.1351683,Warbling White-eye,17,2023-03-29 +21.56562383,-158.1351683,Western Cattle Egret,2,2023-03-29 +21.56562383,-158.1351683,White-rumped Shama,1,2022-10-31 +21.56562383,-158.1351683,Zebra Dove,26,2023-03-29 +21.57315924,-157.8840124,Brown Noddy,1,2019-04-04 +21.57315924,-157.8840124,Common Myna,3,2022-07-25 +21.57315924,-157.8840124,Glaucous-winged Gull,2,2020-01-29 +21.57315924,-157.8840124,House Sparrow,1,2019-04-04 +21.57315924,-157.8840124,Laughing Gull,1,2020-01-29 +21.57315924,-157.8840124,Pacific Golden-Plover,2,2020-01-27 +21.57315924,-157.8840124,Red Junglefowl,3,2019-08-17 +21.57315924,-157.8840124,Red-crested Cardinal,1,2019-04-04 +21.57315924,-157.8840124,Red-footed Booby,1,2019-04-04 +21.57315924,-157.8840124,Red-vented Bulbul,2,2022-07-25 +21.57315924,-157.8840124,Ruddy Turnstone,2,2020-01-27 +21.57315924,-157.8840124,Sanderling,2,2020-01-27 +21.57315924,-157.8840124,Sooty Tern,1,2019-04-04 +21.57315924,-157.8840124,Spotted Dove,4,2023-03-13 +21.57315924,-157.8840124,Wandering Tattler,5,2023-03-13 +21.57315924,-157.8840124,Warbling White-eye,1,2019-04-04 +21.57315924,-157.8840124,Western Cattle Egret,2,2022-07-25 +21.57315924,-157.8840124,Zebra Dove,4,2023-03-13 +21.61851702,-157.9126469,Chestnut Munia,1,2021-04-14 +21.61851702,-157.9126469,Common Myna,6,2024-01-19 +21.61851702,-157.9126469,Common Waxbill,3,2021-04-14 +21.61851702,-157.9126469,House Sparrow,1,2024-01-19 +21.61851702,-157.9126469,Laughing Gull,1,2020-02-03 +21.61851702,-157.9126469,Laysan Albatross,1,2021-12-25 +21.61851702,-157.9126469,Pacific Golden-Plover,3,2024-01-19 +21.61851702,-157.9126469,Red Junglefowl,5,2021-12-20 +21.61851702,-157.9126469,Red-crested Cardinal,2,2024-01-19 +21.61851702,-157.9126469,Rock Pigeon,1,2019-06-27 +21.61851702,-157.9126469,Ruddy Turnstone,2,2021-12-20 +21.61851702,-157.9126469,Saffron Finch,1,2024-01-19 +21.61851702,-157.9126469,Sanderling,1,2024-01-19 +21.61851702,-157.9126469,Scaly-breasted Munia,1,2021-04-14 +21.61851702,-157.9126469,Spotted Dove,1,2021-04-14 +21.61851702,-157.9126469,Wandering Tattler,2,2024-01-19 +21.61851702,-157.9126469,Western Cattle Egret,3,2021-12-20 +21.61851702,-157.9126469,Zebra Dove,4,2024-01-19 +21.2741799,-157.7609877,Black-crowned Night Heron,1,2019-10-10 +21.2741799,-157.7609877,Black-necked Stilt,1,2019-12-08 +21.2741799,-157.7609877,Common Myna,11,2023-10-08 +21.2741799,-157.7609877,Common Waxbill,2,2019-08-30 +21.2741799,-157.7609877,House Finch,1,2019-06-14 +21.2741799,-157.7609877,House Sparrow,4,2019-08-30 +21.2741799,-157.7609877,Northern Cardinal,1,2019-08-30 +21.2741799,-157.7609877,Pacific Golden-Plover,7,2022-02-27 +21.2741799,-157.7609877,Red-crested Cardinal,3,2022-02-27 +21.2741799,-157.7609877,Red-vented Bulbul,7,2023-10-08 +21.2741799,-157.7609877,Rock Pigeon,9,2022-02-27 +21.2741799,-157.7609877,Rose-ringed Parakeet,2,2023-10-08 +21.2741799,-157.7609877,Ruddy Turnstone,2,2022-02-27 +21.2741799,-157.7609877,Spotted Dove,6,2023-10-08 +21.2741799,-157.7609877,Wandering Tattler,2,2023-10-20 +21.2741799,-157.7609877,Warbling White-eye,2,2019-08-30 +21.2741799,-157.7609877,Western Cattle Egret,11,2023-09-08 +21.2741799,-157.7609877,White Tern,5,2022-02-27 +21.2741799,-157.7609877,Zebra Dove,12,2023-10-08 +21.27374403,-157.7031653,Common Myna,22,2024-02-11 +21.27374403,-157.7031653,Common Waxbill,3,2024-02-11 +21.27374403,-157.7031653,Great Frigatebird,13,2022-09-29 +21.27374403,-157.7031653,House Finch,3,2024-02-11 +21.27374403,-157.7031653,House Sparrow,17,2024-02-11 +21.27374403,-157.7031653,Java Sparrow,4,2024-01-11 +21.27374403,-157.7031653,Feral Mallard,1,2024-02-07 +21.27374403,-157.7031653,Northern Cardinal,3,2024-02-11 +21.27374403,-157.7031653,Pacific Golden-Plover,3,2023-04-01 +21.27374403,-157.7031653,Red Junglefowl,5,2023-12-09 +21.27374403,-157.7031653,Red-crested Cardinal,8,2024-01-11 +21.27374403,-157.7031653,Red-vented Bulbul,9,2024-02-11 +21.27374403,-157.7031653,Red-whiskered Bulbul,2,2024-02-11 +21.27374403,-157.7031653,Rock Pigeon,12,2024-02-07 +21.27374403,-157.7031653,Spotted Dove,14,2024-02-11 +21.27374403,-157.7031653,Warbling White-eye,2,2019-11-06 +21.27374403,-157.7031653,Western Cattle Egret,22,2024-01-11 +21.27374403,-157.7031653,White Tern,12,2023-03-30 +21.27374403,-157.7031653,Zebra Dove,21,2024-02-11 +21.28328385,-157.77055,Common Myna,7,2022-09-24 +21.28328385,-157.77055,Common Waxbill,6,2024-01-04 +21.28328385,-157.77055,House Finch,7,2024-01-04 +21.28328385,-157.77055,Java Sparrow,7,2022-09-24 +21.28328385,-157.77055,Northern Cardinal,5,2024-01-04 +21.28328385,-157.77055,Northern Mockingbird,1,2021-07-18 +21.28328385,-157.77055,Red-crested Cardinal,8,2024-01-04 +21.28328385,-157.77055,Red-vented Bulbul,11,2024-01-04 +21.28328385,-157.77055,Red-whiskered Bulbul,4,2024-01-04 +21.28328385,-157.77055,Rock Pigeon,1,2024-01-04 +21.28328385,-157.77055,Saffron Finch,1,2021-05-14 +21.28328385,-157.77055,Scaly-breasted Munia,1,2022-09-22 +21.28328385,-157.77055,Spotted Dove,6,2024-01-04 +21.28328385,-157.77055,Wandering Tattler,1,2024-01-03 +21.28328385,-157.77055,Warbling White-eye,6,2024-01-04 +21.28328385,-157.77055,White Tern,4,2024-01-04 +21.28328385,-157.77055,White-rumped Shama,5,2022-07-06 +21.28328385,-157.77055,Yellow-fronted Canary,1,2022-09-22 +21.28328385,-157.77055,Zebra Dove,5,2024-01-04 +21.32164737,-158.1269666,African Silverbill,1,2022-06-19 +21.32164737,-158.1269666,Black Swan,1,2021-12-04 +21.32164737,-158.1269666,Black-crowned Night Heron,1,2021-12-04 +21.32164737,-158.1269666,Black-necked Stilt,1,2021-12-04 +21.32164737,-158.1269666,Brown Booby,4,2023-03-16 +21.32164737,-158.1269666,Common Myna,4,2024-02-24 +21.32164737,-158.1269666,Common Waxbill,1,2021-12-04 +21.32164737,-158.1269666,Hawaiian Coot,1,2021-12-04 +21.32164737,-158.1269666,House Finch,1,2022-06-19 +21.32164737,-158.1269666,House Sparrow,3,2024-02-24 +21.32164737,-158.1269666,Muscovy Duck,1,2021-12-04 +21.32164737,-158.1269666,Pacific Golden-Plover,2,2024-02-24 +21.32164737,-158.1269666,Red-crested Cardinal,4,2024-02-24 +21.32164737,-158.1269666,Red-vented Bulbul,3,2024-02-24 +21.32164737,-158.1269666,Ruddy Turnstone,1,2021-12-04 +21.32164737,-158.1269666,Saffron Finch,1,2021-12-04 +21.32164737,-158.1269666,Spotted Dove,2,2022-06-19 +21.32164737,-158.1269666,Warbling White-eye,1,2021-09-29 +21.32164737,-158.1269666,Zebra Dove,4,2024-02-24 +21.32872762,-157.808738,Common Myna,1,2023-01-27 +21.32872762,-157.808738,Common Waxbill,3,2022-09-05 +21.32872762,-157.808738,Java Sparrow,2,2023-01-27 +21.32872762,-157.808738,Northern Cardinal,3,2021-11-16 +21.32872762,-157.808738,Oahu Amakihi,3,2023-03-18 +21.32872762,-157.808738,Pacific Golden-Plover,1,2023-01-23 +21.32872762,-157.808738,Red Junglefowl,4,2023-03-18 +21.32872762,-157.808738,Red-billed Leiothrix,3,2023-03-18 +21.32872762,-157.808738,Red-crested Cardinal,4,2023-03-18 +21.32872762,-157.808738,Red-vented Bulbul,7,2023-03-18 +21.32872762,-157.808738,Red-whiskered Bulbul,6,2023-03-18 +21.32872762,-157.808738,Rose-ringed Parakeet,4,2023-01-27 +21.32872762,-157.808738,Spotted Dove,4,2023-01-27 +21.32872762,-157.808738,Warbling White-eye,5,2023-03-18 +21.32872762,-157.808738,Western Cattle Egret,1,2023-01-23 +21.32872762,-157.808738,White-rumped Shama,8,2023-03-18 +21.32872762,-157.808738,Yellow-fronted Canary,1,2023-03-18 +21.32872762,-157.808738,Zebra Dove,3,2023-01-27 +21.33935378,-158.0593611,Black-crowned Night Heron,2,2022-12-17 +21.33935378,-158.0593611,Black-necked Stilt,3,2022-12-17 +21.33935378,-158.0593611,Common Myna,4,2023-03-20 +21.33935378,-158.0593611,Common Waxbill,3,2022-12-17 +21.33935378,-158.0593611,House Finch,1,2022-12-17 +21.33935378,-158.0593611,House Sparrow,1,2023-03-20 +21.33935378,-158.0593611,Java Sparrow,1,2022-12-16 +21.33935378,-158.0593611,Feral Mallard,2,2022-12-17 +21.33935378,-158.0593611,Pacific Golden-Plover,5,2022-12-17 +21.33935378,-158.0593611,Red-crested Cardinal,2,2022-12-17 +21.33935378,-158.0593611,Red-vented Bulbul,3,2022-12-17 +21.33935378,-158.0593611,Red-whiskered Bulbul,1,2022-12-17 +21.33935378,-158.0593611,Rock Pigeon,1,2022-12-15 +21.33935378,-158.0593611,Saffron Finch,1,2022-12-16 +21.33935378,-158.0593611,Spotted Dove,3,2022-12-17 +21.33935378,-158.0593611,Wandering Tattler,2,2022-12-16 +21.33935378,-158.0593611,Warbling White-eye,2,2022-12-17 +21.33935378,-158.0593611,Western Cattle Egret,3,2022-12-17 +21.33935378,-158.0593611,Zebra Dove,4,2023-03-20 +21.39382672,-158.1072461,Apapane,1,2019-01-18 +21.39382672,-158.1072461,Common Waxbill,2,2019-01-18 +21.39382672,-158.1072461,Erckel's Spurfowl,1,2019-01-18 +21.39382672,-158.1072461,Eurasian Skylark,1,2019-01-07 +21.39382672,-158.1072461,Gray Francolin,2,2019-01-18 +21.39382672,-158.1072461,House Finch,1,2019-01-07 +21.39382672,-158.1072461,Northern Cardinal,1,2019-01-18 +21.39382672,-158.1072461,Oahu Amakihi,1,2019-01-18 +21.39382672,-158.1072461,Oahu Elepaio,1,2019-01-07 +21.39382672,-158.1072461,Pacific Golden-Plover,2,2019-01-18 +21.39382672,-158.1072461,Red-billed Leiothrix,2,2019-01-18 +21.39382672,-158.1072461,Red-crested Cardinal,1,2019-01-18 +21.39382672,-158.1072461,Red-vented Bulbul,2,2019-01-18 +21.39382672,-158.1072461,Red-whiskered Bulbul,1,2019-01-18 +21.39382672,-158.1072461,Scaly-breasted Munia,1,2019-01-07 +21.39382672,-158.1072461,Spotted Dove,2,2019-01-18 +21.39382672,-158.1072461,Warbling White-eye,2,2019-01-18 +21.39382672,-158.1072461,White-rumped Shama,1,2019-01-18 +21.39382672,-158.1072461,Zebra Dove,1,2019-01-07 +21.3937758,-158.0975999,Common Myna,3,2022-12-16 +21.3937758,-158.0975999,Common Waxbill,2,2023-12-31 +21.3937758,-158.0975999,Erckel's Spurfowl,5,2023-06-01 +21.3937758,-158.0975999,Gray Francolin,2,2023-06-01 +21.3937758,-158.0975999,House Finch,3,2022-12-16 +21.3937758,-158.0975999,Japanese Bush Warbler,1,2019-01-26 +21.3937758,-158.0975999,Kalij Pheasant,3,2023-06-01 +21.3937758,-158.0975999,Northern Cardinal,5,2024-02-12 +21.3937758,-158.0975999,Oahu Amakihi,4,2022-12-16 +21.3937758,-158.0975999,Oahu Elepaio,6,2024-02-12 +21.3937758,-158.0975999,Pacific Golden-Plover,2,2023-12-31 +21.3937758,-158.0975999,Red-billed Leiothrix,5,2022-12-16 +21.3937758,-158.0975999,Red-crested Cardinal,7,2023-12-31 +21.3937758,-158.0975999,Red-vented Bulbul,4,2023-12-31 +21.3937758,-158.0975999,Red-whiskered Bulbul,5,2023-12-31 +21.3937758,-158.0975999,Spotted Dove,5,2023-12-31 +21.3937758,-158.0975999,Warbling White-eye,7,2024-02-12 +21.3937758,-158.0975999,White-rumped Shama,2,2019-01-26 +21.3937758,-158.0975999,Zebra Dove,4,2023-12-31 +21.41128906,-158.0010151,Chestnut Munia,2,2021-08-28 +21.41128906,-158.0010151,Common Myna,8,2021-12-24 +21.41128906,-158.0010151,Common Waxbill,3,2021-08-28 +21.41128906,-158.0010151,House Finch,2,2021-08-28 +21.41128906,-158.0010151,House Sparrow,4,2021-08-28 +21.41128906,-158.0010151,Java Sparrow,3,2021-12-24 +21.41128906,-158.0010151,Northern Cardinal,1,2021-08-28 +21.41128906,-158.0010151,Pacific Golden-Plover,3,2021-08-28 +21.41128906,-158.0010151,Red-crested Cardinal,3,2021-08-28 +21.41128906,-158.0010151,Red-vented Bulbul,3,2021-08-28 +21.41128906,-158.0010151,Red-whiskered Bulbul,1,2021-12-15 +21.41128906,-158.0010151,Rose-ringed Parakeet,3,2021-12-24 +21.41128906,-158.0010151,Saffron Finch,6,2022-07-14 +21.41128906,-158.0010151,Spotted Dove,4,2021-08-28 +21.41128906,-158.0010151,Warbling White-eye,2,2021-08-28 +21.41128906,-158.0010151,Western Cattle Egret,6,2021-08-28 +21.41128906,-158.0010151,White-rumped Shama,2,2021-12-24 +21.41128906,-158.0010151,Yellow-fronted Canary,2,2021-08-28 +21.41128906,-158.0010151,Zebra Dove,5,2021-12-24 +21.41996742,-157.9430681,Common Myna,3,2021-10-28 +21.41996742,-157.9430681,Common Waxbill,1,2024-02-17 +21.41996742,-157.9430681,House Finch,2,2021-10-27 +21.41996742,-157.9430681,Java Sparrow,2,2021-10-27 +21.41996742,-157.9430681,Northern Cardinal,2,2021-10-27 +21.41996742,-157.9430681,Pacific Golden-Plover,4,2024-02-17 +21.41996742,-157.9430681,Red Junglefowl,1,2023-12-27 +21.41996742,-157.9430681,Red-billed Leiothrix,2,2021-10-27 +21.41996742,-157.9430681,Red-crested Cardinal,3,2024-02-17 +21.41996742,-157.9430681,Red-crowned Parrot,5,2024-02-17 +21.41996742,-157.9430681,Red-vented Bulbul,4,2024-02-17 +21.41996742,-157.9430681,Red-whiskered Bulbul,2,2021-10-27 +21.41996742,-157.9430681,Rose-ringed Parakeet,2,2024-02-17 +21.41996742,-157.9430681,Scaly-breasted Munia,2,2021-10-27 +21.41996742,-157.9430681,Spotted Dove,4,2024-02-17 +21.41996742,-157.9430681,Warbling White-eye,3,2024-02-17 +21.41996742,-157.9430681,Western Cattle Egret,1,2021-10-28 +21.41996742,-157.9430681,White-rumped Shama,2,2021-10-27 +21.41996742,-157.9430681,Zebra Dove,4,2024-02-17 +21.42935684,-158.0008923,Chestnut Munia,1,2021-06-10 +21.42935684,-158.0008923,Common Myna,4,2024-02-22 +21.42935684,-158.0008923,Common Waxbill,1,2021-06-10 +21.42935684,-158.0008923,House Finch,1,2022-01-05 +21.42935684,-158.0008923,House Sparrow,1,2022-01-05 +21.42935684,-158.0008923,Java Sparrow,1,2022-01-05 +21.42935684,-158.0008923,Northern Mockingbird,1,2024-02-22 +21.42935684,-158.0008923,Pacific Golden-Plover,2,2022-01-05 +21.42935684,-158.0008923,Red Junglefowl,1,2023-06-28 +21.42935684,-158.0008923,Red-crested Cardinal,1,2022-01-05 +21.42935684,-158.0008923,Red-vented Bulbul,1,2022-01-05 +21.42935684,-158.0008923,Rock Pigeon,3,2024-02-22 +21.42935684,-158.0008923,Rose-ringed Parakeet,1,2022-01-05 +21.42935684,-158.0008923,Saffron Finch,3,2022-01-05 +21.42935684,-158.0008923,Scaly-breasted Munia,1,2021-06-10 +21.42935684,-158.0008923,Spotted Dove,2,2022-01-05 +21.42935684,-158.0008923,Warbling White-eye,1,2022-01-05 +21.42935684,-158.0008923,Western Cattle Egret,4,2024-02-22 +21.42935684,-158.0008923,Zebra Dove,4,2024-02-22 +21.42795433,-157.7886379,Black Noddy,1,2023-06-24 +21.42795433,-157.7886379,Common Myna,3,2022-04-08 +21.42795433,-157.7886379,Common Waxbill,1,2021-07-31 +21.42795433,-157.7886379,House Finch,1,2020-09-25 +21.42795433,-157.7886379,Feral Mallard,1,2020-09-25 +21.42795433,-157.7886379,Northern Cardinal,1,2022-04-08 +21.42795433,-157.7886379,Pacific Golden-Plover,2,2022-04-08 +21.42795433,-157.7886379,Red Junglefowl,1,2021-07-31 +21.42795433,-157.7886379,Red-crested Cardinal,2,2022-04-08 +21.42795433,-157.7886379,Red-vented Bulbul,2,2021-07-31 +21.42795433,-157.7886379,Red-whiskered Bulbul,2,2022-04-08 +21.42795433,-157.7886379,Scaly-breasted Munia,1,2023-07-24 +21.42795433,-157.7886379,Spotted Dove,2,2021-07-31 +21.42795433,-157.7886379,Wandering Tattler,1,2020-09-25 +21.42795433,-157.7886379,Warbling White-eye,1,2020-09-25 +21.42795433,-157.7886379,Western Cattle Egret,2,2021-07-31 +21.42795433,-157.7886379,White-rumped Shama,2,2021-07-31 +21.42795433,-157.7886379,Yellow-fronted Canary,1,2020-09-25 +21.42795433,-157.7886379,Zebra Dove,2,2021-07-31 +21.43827428,-157.9815331,Chinese Hwamei,1,2019-03-12 +21.43827428,-157.9815331,Common Myna,1,2019-03-12 +21.43827428,-157.9815331,Common Waxbill,1,2019-03-12 +21.43827428,-157.9815331,Gray Francolin,1,2019-03-12 +21.43827428,-157.9815331,House Finch,1,2019-03-12 +21.43827428,-157.9815331,Japanese Bush Warbler,1,2019-03-12 +21.43827428,-157.9815331,Java Sparrow,1,2019-03-12 +21.43827428,-157.9815331,Northern Cardinal,1,2019-03-12 +21.43827428,-157.9815331,Red-crested Cardinal,1,2019-03-12 +21.43827428,-157.9815331,Red-crowned Parrot,1,2019-03-12 +21.43827428,-157.9815331,Red-vented Bulbul,1,2019-03-12 +21.43827428,-157.9815331,Red-whiskered Bulbul,1,2019-03-12 +21.43827428,-157.9815331,Rock Pigeon,1,2019-03-12 +21.43827428,-157.9815331,Rose-ringed Parakeet,1,2019-03-12 +21.43827428,-157.9815331,Spotted Dove,1,2019-03-12 +21.43827428,-157.9815331,Warbling White-eye,1,2019-03-12 +21.43827428,-157.9815331,Western Cattle Egret,1,2019-03-12 +21.43827428,-157.9815331,White-rumped Shama,1,2019-03-12 +21.43827428,-157.9815331,Zebra Dove,1,2019-03-12 +21.44595026,-157.7788401,Black-crowned Night Heron,2,2023-08-16 +21.44595026,-157.7788401,Black-necked Stilt,11,2024-01-17 +21.44595026,-157.7788401,Common Gallinule,3,2021-12-19 +21.44595026,-157.7788401,Common Myna,4,2023-10-24 +21.44595026,-157.7788401,Common Waxbill,7,2024-01-17 +21.44595026,-157.7788401,Gray Francolin,3,2021-12-19 +21.44595026,-157.7788401,House Finch,3,2021-12-19 +21.44595026,-157.7788401,Feral Mallard,10,2024-01-17 +21.44595026,-157.7788401,Northern Cardinal,3,2024-01-17 +21.44595026,-157.7788401,Pacific Golden-Plover,9,2023-10-24 +21.44595026,-157.7788401,Red-crested Cardinal,2,2023-01-18 +21.44595026,-157.7788401,Red-vented Bulbul,5,2023-01-18 +21.44595026,-157.7788401,Red-whiskered Bulbul,1,2023-10-24 +21.44595026,-157.7788401,Ruddy Turnstone,1,2022-02-09 +21.44595026,-157.7788401,Spotted Dove,8,2024-01-17 +21.44595026,-157.7788401,Wandering Tattler,4,2023-08-16 +21.44595026,-157.7788401,Warbling White-eye,3,2023-10-24 +21.44595026,-157.7788401,Western Cattle Egret,4,2024-01-17 +21.44595026,-157.7788401,Zebra Dove,4,2024-01-17 +21.45484049,-157.7594663,Black-necked Stilt,3,2023-05-09 +21.45484049,-157.7594663,Bristle-thighed Curlew,1,2020-09-02 +21.45484049,-157.7594663,Common Myna,4,2023-05-19 +21.45484049,-157.7594663,Common Waxbill,3,2023-05-09 +21.45484049,-157.7594663,Gray Francolin,1,2023-05-19 +21.45484049,-157.7594663,Great Frigatebird,3,2023-05-19 +21.45484049,-157.7594663,House Finch,6,2023-05-19 +21.45484049,-157.7594663,House Sparrow,2,2023-05-09 +21.45484049,-157.7594663,Northern Cardinal,3,2023-05-19 +21.45484049,-157.7594663,Pacific Golden-Plover,4,2022-09-25 +21.45484049,-157.7594663,Red-crested Cardinal,4,2023-05-19 +21.45484049,-157.7594663,Red-vented Bulbul,5,2023-05-19 +21.45484049,-157.7594663,Red-whiskered Bulbul,1,2023-05-19 +21.45484049,-157.7594663,Saffron Finch,2,2023-05-09 +21.45484049,-157.7594663,Sanderling,1,2019-10-03 +21.45484049,-157.7594663,Spotted Dove,3,2022-09-25 +21.45484049,-157.7594663,Warbling White-eye,1,2019-11-29 +21.45484049,-157.7594663,Western Cattle Egret,6,2023-05-19 +21.45484049,-157.7594663,Zebra Dove,3,2023-05-09 +21.50168456,-158.0100523,Chestnut Munia,6,2023-08-31 +21.50168456,-158.0100523,Common Myna,12,2023-12-29 +21.50168456,-158.0100523,Common Waxbill,3,2023-08-21 +21.50168456,-158.0100523,House Finch,8,2023-12-29 +21.50168456,-158.0100523,House Sparrow,7,2023-12-29 +21.50168456,-158.0100523,Java Sparrow,3,2023-02-07 +21.50168456,-158.0100523,Northern Cardinal,5,2023-12-29 +21.50168456,-158.0100523,Pacific Golden-Plover,8,2023-12-29 +21.50168456,-158.0100523,Red-billed Leiothrix,4,2022-08-12 +21.50168456,-158.0100523,Red-crested Cardinal,10,2023-12-29 +21.50168456,-158.0100523,Red-vented Bulbul,12,2023-12-29 +21.50168456,-158.0100523,Red-whiskered Bulbul,7,2023-12-29 +21.50168456,-158.0100523,Rose-ringed Parakeet,7,2023-12-29 +21.50168456,-158.0100523,Saffron Finch,3,2023-12-29 +21.50168456,-158.0100523,Spotted Dove,12,2023-12-29 +21.50168456,-158.0100523,Warbling White-eye,2,2022-08-19 +21.50168456,-158.0100523,Western Cattle Egret,1,2022-08-02 +21.50168456,-158.0100523,White-rumped Shama,1,2023-02-09 +21.50168456,-158.0100523,Zebra Dove,13,2023-12-29 +21.50973011,-157.8555361,Black-necked Stilt,5,2023-12-09 +21.50973011,-157.8555361,Chestnut Munia,2,2024-02-16 +21.50973011,-157.8555361,Common Gallinule,4,2023-12-09 +21.50973011,-157.8555361,Common Myna,5,2024-02-16 +21.50973011,-157.8555361,Common Waxbill,2,2023-07-14 +21.50973011,-157.8555361,Hawaiian Coot,4,2023-12-09 +21.50973011,-157.8555361,House Sparrow,3,2024-02-16 +21.50973011,-157.8555361,Feral Mallard,1,2022-09-15 +21.50973011,-157.8555361,Northern Cardinal,3,2023-07-14 +21.50973011,-157.8555361,Pacific Golden-Plover,5,2024-02-24 +21.50973011,-157.8555361,Red Junglefowl,3,2024-02-24 +21.50973011,-157.8555361,Red-billed Leiothrix,1,2023-04-12 +21.50973011,-157.8555361,Red-crested Cardinal,6,2024-02-16 +21.50973011,-157.8555361,Red-vented Bulbul,4,2024-02-16 +21.50973011,-157.8555361,Spotted Dove,1,2024-02-24 +21.50973011,-157.8555361,Warbling White-eye,2,2023-07-14 +21.50973011,-157.8555361,Western Cattle Egret,5,2024-02-24 +21.50973011,-157.8555361,White-rumped Shama,1,2021-12-27 +21.50973011,-157.8555361,Zebra Dove,9,2024-02-24 +21.5747605,-158.154429,Black Francolin,6,2022-07-18 +21.5747605,-158.154429,Common Myna,8,2023-09-30 +21.5747605,-158.154429,Common Waxbill,7,2023-01-26 +21.5747605,-158.154429,Gray Francolin,6,2022-07-11 +21.5747605,-158.154429,House Finch,10,2022-07-25 +21.5747605,-158.154429,Indian Peafowl,1,2022-07-18 +21.5747605,-158.154429,Java Sparrow,4,2023-01-26 +21.5747605,-158.154429,Northern Cardinal,7,2023-09-30 +21.5747605,-158.154429,Pacific Golden-Plover,2,2023-09-30 +21.5747605,-158.154429,Red Avadavat,10,2023-01-26 +21.5747605,-158.154429,Red-crested Cardinal,10,2022-08-08 +21.5747605,-158.154429,Red-vented Bulbul,18,2022-08-08 +21.5747605,-158.154429,Red-whiskered Bulbul,1,2023-09-30 +21.5747605,-158.154429,Saffron Finch,5,2023-09-30 +21.5747605,-158.154429,Scaly-breasted Munia,1,2022-07-11 +21.5747605,-158.154429,Spotted Dove,14,2023-01-26 +21.5747605,-158.154429,Warbling White-eye,10,2023-09-30 +21.5747605,-158.154429,Western Cattle Egret,3,2022-07-18 +21.5747605,-158.154429,Zebra Dove,18,2023-09-30 +21.60942029,-157.9030548,Common Myna,10,2024-01-29 +21.60942029,-157.9030548,Common Waxbill,1,2020-03-14 +21.60942029,-157.9030548,Glaucous-winged Gull,4,2022-01-06 +21.60942029,-157.9030548,Great Frigatebird,1,2024-02-09 +21.60942029,-157.9030548,House Sparrow,3,2020-01-27 +21.60942029,-157.9030548,Laughing Gull,9,2020-01-27 +21.60942029,-157.9030548,Pacific Golden-Plover,1,2022-09-25 +21.60942029,-157.9030548,Red Junglefowl,1,2024-01-29 +21.60942029,-157.9030548,Red-crested Cardinal,3,2024-01-29 +21.60942029,-157.9030548,Red-vented Bulbul,3,2023-03-11 +21.60942029,-157.9030548,Ruddy Turnstone,2,2023-03-29 +21.60942029,-157.9030548,Saffron Finch,2,2024-01-29 +21.60942029,-157.9030548,Sanderling,1,2023-03-11 +21.60942029,-157.9030548,Spotted Dove,7,2023-03-11 +21.60942029,-157.9030548,Wandering Tattler,6,2023-03-11 +21.60942029,-157.9030548,Warbling White-eye,1,2022-09-24 +21.60942029,-157.9030548,Western Cattle Egret,5,2023-03-11 +21.60942029,-157.9030548,White-rumped Shama,2,2023-03-11 +21.60942029,-157.9030548,Zebra Dove,5,2024-01-29 +21.63741571,-158.0477792,Black-crowned Night Heron,3,2022-09-03 +21.63741571,-158.0477792,Common Gallinule,4,2023-05-29 +21.63741571,-158.0477792,Common Myna,5,2022-09-03 +21.63741571,-158.0477792,Common Waxbill,4,2022-09-03 +21.63741571,-158.0477792,House Finch,1,2021-04-15 +21.63741571,-158.0477792,House Sparrow,1,2021-04-15 +21.63741571,-158.0477792,Indian Peafowl,2,2022-09-03 +21.63741571,-158.0477792,Feral Mallard,3,2022-09-03 +21.63741571,-158.0477792,Northern Cardinal,1,2021-04-15 +21.63741571,-158.0477792,Red-billed Leiothrix,3,2023-05-29 +21.63741571,-158.0477792,Red-crested Cardinal,5,2022-09-03 +21.63741571,-158.0477792,Red-vented Bulbul,4,2022-09-03 +21.63741571,-158.0477792,Red-whiskered Bulbul,4,2022-09-03 +21.63741571,-158.0477792,Saffron Finch,1,2021-04-15 +21.63741571,-158.0477792,Spotted Dove,1,2021-04-15 +21.63741571,-158.0477792,Warbling White-eye,4,2023-05-29 +21.63741571,-158.0477792,White-rumped Shama,6,2022-09-03 +21.63741571,-158.0477792,White-tailed Tropicbird,1,2022-06-29 +21.63741571,-158.0477792,Zebra Dove,5,2022-09-03 +21.6555901,-158.0669867,Brown Booby,1,2019-07-26 +21.6555901,-158.0669867,Chestnut Munia,1,2021-07-22 +21.6555901,-158.0669867,Common Myna,3,2023-10-03 +21.6555901,-158.0669867,Common Waxbill,1,2021-07-22 +21.6555901,-158.0669867,House Finch,2,2023-10-03 +21.6555901,-158.0669867,House Sparrow,3,2023-10-03 +21.6555901,-158.0669867,Java Sparrow,1,2021-07-22 +21.6555901,-158.0669867,Northern Cardinal,1,2023-07-26 +21.6555901,-158.0669867,Pacific Golden-Plover,1,2023-07-26 +21.6555901,-158.0669867,Red-crested Cardinal,1,2021-07-22 +21.6555901,-158.0669867,Red-footed Booby,1,2023-07-26 +21.6555901,-158.0669867,Red-vented Bulbul,3,2023-07-26 +21.6555901,-158.0669867,Rose-ringed Parakeet,1,2021-07-22 +21.6555901,-158.0669867,Saffron Finch,1,2023-07-26 +21.6555901,-158.0669867,Scaly-breasted Munia,1,2021-07-22 +21.6555901,-158.0669867,Spotted Dove,1,2023-10-03 +21.6555901,-158.0669867,Warbling White-eye,1,2021-07-22 +21.6555901,-158.0669867,Yellow-fronted Canary,1,2021-07-22 +21.6555901,-158.0669867,Zebra Dove,3,2023-10-03 +21.70921684,-157.9699687,Bristle-thighed Curlew,1,2019-03-29 +21.70921684,-157.9699687,Common Gallinule,1,2021-02-19 +21.70921684,-157.9699687,Common Myna,2,2021-02-19 +21.70921684,-157.9699687,Common Waxbill,1,2021-02-19 +21.70921684,-157.9699687,Gray Francolin,1,2024-01-09 +21.70921684,-157.9699687,House Sparrow,1,2019-03-29 +21.70921684,-157.9699687,Laysan Albatross,4,2024-01-09 +21.70921684,-157.9699687,Muscovy Duck,1,2021-02-19 +21.70921684,-157.9699687,Northern Cardinal,1,2021-02-19 +21.70921684,-157.9699687,Pacific Golden-Plover,3,2024-01-09 +21.70921684,-157.9699687,Red-crested Cardinal,3,2021-02-19 +21.70921684,-157.9699687,Ruddy Turnstone,1,2019-03-29 +21.70921684,-157.9699687,Saffron Finch,1,2019-03-29 +21.70921684,-157.9699687,Sanderling,1,2024-01-09 +21.70921684,-157.9699687,Spotted Dove,2,2024-01-09 +21.70921684,-157.9699687,Warbling White-eye,1,2019-03-29 +21.70921684,-157.9699687,Western Cattle Egret,1,2021-02-19 +21.70921684,-157.9699687,White-rumped Shama,1,2021-02-19 +21.70921684,-157.9699687,Zebra Dove,3,2024-01-09 +21.27439029,-157.7899002,Chestnut Munia,1,2023-03-10 +21.27439029,-157.7899002,Common Myna,8,2023-03-10 +21.27439029,-157.7899002,Common Waxbill,4,2023-03-10 +21.27439029,-157.7899002,House Finch,1,2019-01-04 +21.27439029,-157.7899002,House Sparrow,6,2022-12-04 +21.27439029,-157.7899002,Java Sparrow,2,2019-01-05 +21.27439029,-157.7899002,Pacific Golden-Plover,4,2023-03-10 +21.27439029,-157.7899002,Red Junglefowl,1,2022-12-04 +21.27439029,-157.7899002,Red-crested Cardinal,6,2023-03-10 +21.27439029,-157.7899002,Red-vented Bulbul,8,2023-03-18 +21.27439029,-157.7899002,Red-whiskered Bulbul,2,2023-03-10 +21.27439029,-157.7899002,Rock Pigeon,6,2022-12-04 +21.27439029,-157.7899002,Rose-ringed Parakeet,5,2023-03-10 +21.27439029,-157.7899002,Saffron Finch,2,2022-12-04 +21.27439029,-157.7899002,Spotted Dove,8,2023-03-10 +21.27439029,-157.7899002,Warbling White-eye,3,2020-04-10 +21.27439029,-157.7899002,Western Cattle Egret,2,2022-12-04 +21.27439029,-157.7899002,White Tern,4,2022-12-04 +21.27439029,-157.7899002,Yellow-fronted Canary,4,2023-03-10 +21.27439029,-157.7899002,Zebra Dove,7,2023-03-10 +21.30113613,-157.7414826,Apapane,4,2024-02-08 +21.30113613,-157.7414826,Common Myna,3,2023-04-03 +21.30113613,-157.7414826,Common Waxbill,5,2023-09-26 +21.30113613,-157.7414826,House Finch,11,2024-02-08 +21.30113613,-157.7414826,House Sparrow,2,2023-04-03 +21.30113613,-157.7414826,Japanese Bush Warbler,2,2023-09-26 +21.30113613,-157.7414826,Northern Cardinal,9,2024-02-08 +21.30113613,-157.7414826,Oahu Amakihi,9,2024-02-08 +21.30113613,-157.7414826,Oahu Elepaio,7,2024-02-08 +21.30113613,-157.7414826,Pacific Golden-Plover,2,2023-09-26 +21.30113613,-157.7414826,Red-billed Leiothrix,9,2024-02-08 +21.30113613,-157.7414826,Red-crested Cardinal,7,2023-05-24 +21.30113613,-157.7414826,Red-vented Bulbul,12,2024-02-08 +21.30113613,-157.7414826,Red-whiskered Bulbul,8,2024-02-08 +21.30113613,-157.7414826,Spotted Dove,8,2023-09-26 +21.30113613,-157.7414826,Warbling White-eye,12,2024-02-08 +21.30113613,-157.7414826,White Tern,3,2023-09-26 +21.30113613,-157.7414826,White-rumped Shama,13,2024-02-08 +21.30113613,-157.7414826,White-tailed Tropicbird,1,2022-03-12 +21.30113613,-157.7414826,Zebra Dove,10,2023-09-26 +21.30099067,-157.7222051,Apapane,1,2019-02-03 +21.30099067,-157.7222051,Common Myna,1,2019-10-31 +21.30099067,-157.7222051,Common Waxbill,3,2024-02-29 +21.30099067,-157.7222051,House Finch,2,2023-05-29 +21.30099067,-157.7222051,Japanese Bush Warbler,1,2020-07-11 +21.30099067,-157.7222051,Feral Mallard,1,2019-10-31 +21.30099067,-157.7222051,Northern Cardinal,5,2024-02-29 +21.30099067,-157.7222051,Oahu Amakihi,4,2023-10-27 +21.30099067,-157.7222051,Oahu Elepaio,2,2022-02-09 +21.30099067,-157.7222051,Pacific Golden-Plover,3,2023-10-27 +21.30099067,-157.7222051,Red-billed Leiothrix,9,2024-02-29 +21.30099067,-157.7222051,Red-crested Cardinal,4,2023-05-29 +21.30099067,-157.7222051,Red-masked Parakeet,1,2023-05-29 +21.30099067,-157.7222051,Red-vented Bulbul,11,2024-02-29 +21.30099067,-157.7222051,Red-whiskered Bulbul,5,2024-02-29 +21.30099067,-157.7222051,Spotted Dove,8,2024-02-29 +21.30099067,-157.7222051,Warbling White-eye,6,2023-10-27 +21.30099067,-157.7222051,White-rumped Shama,11,2024-02-29 +21.30099067,-157.7222051,Yellow-faced Grassquit,1,2020-07-11 +21.30099067,-157.7222051,Zebra Dove,8,2024-02-29 +21.32095071,-158.0016281,Black-crowned Night Heron,2,2019-07-06 +21.32095071,-158.0016281,Black-necked Stilt,2,2019-07-06 +21.32095071,-158.0016281,Chestnut Munia,2,2019-07-06 +21.32095071,-158.0016281,Common Gallinule,1,2019-07-06 +21.32095071,-158.0016281,Common Myna,2,2019-07-06 +21.32095071,-158.0016281,Common Waxbill,2,2019-07-06 +21.32095071,-158.0016281,Hawaiian Coot,2,2019-07-06 +21.32095071,-158.0016281,House Finch,1,2019-07-04 +21.32095071,-158.0016281,House Sparrow,2,2019-07-06 +21.32095071,-158.0016281,Feral Mallard,1,2019-07-04 +21.32095071,-158.0016281,Northern Cardinal,2,2019-07-06 +21.32095071,-158.0016281,Red-crested Cardinal,2,2019-07-06 +21.32095071,-158.0016281,Red-vented Bulbul,2,2019-07-06 +21.32095071,-158.0016281,Red-whiskered Bulbul,2,2019-07-06 +21.32095071,-158.0016281,Saffron Finch,2,2019-07-06 +21.32095071,-158.0016281,Spotted Dove,2,2019-07-06 +21.32095071,-158.0016281,Warbling White-eye,2,2019-07-06 +21.32095071,-158.0016281,Western Cattle Egret,2,2019-07-06 +21.32095071,-158.0016281,White-rumped Shama,2,2019-07-06 +21.32095071,-158.0016281,Zebra Dove,2,2019-07-06 +21.32015915,-157.8762952,Black-necked Stilt,3,2023-04-23 +21.32015915,-157.8762952,Brown Booby,1,2022-03-26 +21.32015915,-157.8762952,Common Myna,4,2023-11-06 +21.32015915,-157.8762952,Common Waxbill,1,2023-11-06 +21.32015915,-157.8762952,Great Frigatebird,1,2019-05-30 +21.32015915,-157.8762952,House Finch,1,2022-05-24 +21.32015915,-157.8762952,House Sparrow,3,2023-11-06 +21.32015915,-157.8762952,Java Sparrow,1,2024-02-18 +21.32015915,-157.8762952,Laughing Gull,1,2022-04-18 +21.32015915,-157.8762952,Pacific Golden-Plover,1,2023-11-06 +21.32015915,-157.8762952,Red Junglefowl,1,2023-11-06 +21.32015915,-157.8762952,Red-crested Cardinal,3,2022-05-24 +21.32015915,-157.8762952,Red-vented Bulbul,1,2023-03-03 +21.32015915,-157.8762952,Rock Pigeon,1,2023-03-03 +21.32015915,-157.8762952,Semipalmated Plover,1,2023-11-07 +21.32015915,-157.8762952,Sooty Tern,1,2022-03-26 +21.32015915,-157.8762952,Spotted Dove,4,2023-03-03 +21.32015915,-157.8762952,Western Cattle Egret,1,2022-05-24 +21.32015915,-157.8762952,White Tern,4,2023-03-03 +21.32015915,-157.8762952,Zebra Dove,5,2023-11-06 +21.3300985,-158.0208508,Black-crowned Night Heron,1,2020-03-10 +21.3300985,-158.0208508,Black-necked Stilt,1,2020-03-10 +21.3300985,-158.0208508,Bristle-thighed Curlew,1,2019-03-19 +21.3300985,-158.0208508,Common Myna,6,2023-12-19 +21.3300985,-158.0208508,Common Waxbill,2,2019-03-13 +21.3300985,-158.0208508,House Sparrow,2,2019-03-13 +21.3300985,-158.0208508,Japanese Bush Warbler,1,2023-12-19 +21.3300985,-158.0208508,Laughing Gull,1,2020-03-10 +21.3300985,-158.0208508,Feral Mallard,1,2020-03-10 +21.3300985,-158.0208508,Pacific Golden-Plover,1,2020-03-10 +21.3300985,-158.0208508,Red-vented Bulbul,4,2023-12-19 +21.3300985,-158.0208508,Red-whiskered Bulbul,5,2023-12-19 +21.3300985,-158.0208508,Rock Pigeon,3,2020-03-10 +21.3300985,-158.0208508,Saffron Finch,1,2020-03-10 +21.3300985,-158.0208508,Spotted Dove,3,2023-12-19 +21.3300985,-158.0208508,Warbling White-eye,4,2019-03-13 +21.3300985,-158.0208508,Western Cattle Egret,2,2019-03-13 +21.3300985,-158.0208508,Yellow-fronted Canary,2,2019-03-13 +21.3300985,-158.0208508,Zebra Dove,6,2023-12-19 +21.3475765,-157.9243019,Black-crowned Night Heron,2,2022-12-01 +21.3475765,-157.9243019,Black-necked Stilt,2,2022-12-01 +21.3475765,-157.9243019,Chestnut Munia,2,2021-09-20 +21.3475765,-157.9243019,Common Myna,10,2022-12-01 +21.3475765,-157.9243019,Common Waxbill,2,2022-12-01 +21.3475765,-157.9243019,House Sparrow,3,2021-12-20 +21.3475765,-157.9243019,Java Sparrow,2,2021-09-20 +21.3475765,-157.9243019,Feral Mallard,1,2022-12-01 +21.3475765,-157.9243019,Northern Cardinal,1,2022-04-20 +21.3475765,-157.9243019,Pacific Golden-Plover,5,2022-12-01 +21.3475765,-157.9243019,Red-crested Cardinal,6,2022-12-01 +21.3475765,-157.9243019,Red-vented Bulbul,9,2022-12-01 +21.3475765,-157.9243019,Rock Pigeon,1,2021-12-20 +21.3475765,-157.9243019,Rose-ringed Parakeet,2,2022-12-01 +21.3475765,-157.9243019,Spotted Dove,6,2022-12-01 +21.3475765,-157.9243019,Warbling White-eye,4,2022-08-24 +21.3475765,-157.9243019,Western Cattle Egret,5,2022-12-01 +21.3475765,-157.9243019,White Tern,2,2022-04-20 +21.3475765,-157.9243019,Yellow-fronted Canary,1,2022-08-16 +21.3475765,-157.9243019,Zebra Dove,11,2022-12-01 +21.34732402,-157.8857312,Cackling Goose,1,2020-10-17 +21.34732402,-157.8857312,Common Myna,3,2022-12-26 +21.34732402,-157.8857312,House Finch,1,2022-12-26 +21.34732402,-157.8857312,House Sparrow,1,2022-12-26 +21.34732402,-157.8857312,Java Sparrow,1,2022-12-18 +21.34732402,-157.8857312,Feral Mallard,2,2022-12-26 +21.34732402,-157.8857312,Northern Cardinal,1,2022-12-26 +21.34732402,-157.8857312,Pacific Golden-Plover,3,2022-12-26 +21.34732402,-157.8857312,Red Avadavat,1,2022-12-26 +21.34732402,-157.8857312,Red-crested Cardinal,2,2022-12-26 +21.34732402,-157.8857312,Red-vented Bulbul,2,2022-12-26 +21.34732402,-157.8857312,Red-whiskered Bulbul,1,2022-12-26 +21.34732402,-157.8857312,Rose-ringed Parakeet,2,2022-12-26 +21.34732402,-157.8857312,Saffron Finch,2,2022-12-26 +21.34732402,-157.8857312,Scaly-breasted Munia,1,2022-12-18 +21.34732402,-157.8857312,Spotted Dove,2,2022-12-26 +21.34732402,-157.8857312,Warbling White-eye,2,2022-12-26 +21.34732402,-157.8857312,Western Cattle Egret,3,2022-12-26 +21.34732402,-157.8857312,Yellow-fronted Canary,2,2022-12-26 +21.34732402,-157.8857312,Zebra Dove,2,2022-12-26 +21.35616299,-157.8567336,Chestnut Munia,3,2020-08-09 +21.35616299,-157.8567336,Common Myna,1,2021-10-31 +21.35616299,-157.8567336,Common Waxbill,2,2020-08-09 +21.35616299,-157.8567336,House Finch,3,2020-08-09 +21.35616299,-157.8567336,Java Sparrow,1,2019-07-17 +21.35616299,-157.8567336,Northern Cardinal,3,2020-08-09 +21.35616299,-157.8567336,Oahu Amakihi,3,2020-08-09 +21.35616299,-157.8567336,Pacific Golden-Plover,1,2021-10-31 +21.35616299,-157.8567336,Red-billed Leiothrix,3,2020-08-09 +21.35616299,-157.8567336,Red-crested Cardinal,4,2021-10-31 +21.35616299,-157.8567336,Red-vented Bulbul,3,2020-08-09 +21.35616299,-157.8567336,Red-whiskered Bulbul,1,2019-07-17 +21.35616299,-157.8567336,Rose-ringed Parakeet,2,2020-08-09 +21.35616299,-157.8567336,Spotted Dove,4,2020-08-09 +21.35616299,-157.8567336,Warbling White-eye,3,2020-08-09 +21.35616299,-157.8567336,Western Cattle Egret,1,2019-07-17 +21.35616299,-157.8567336,White-rumped Shama,2,2020-08-09 +21.35616299,-157.8567336,White-tailed Tropicbird,3,2023-09-16 +21.35616299,-157.8567336,Yellow-fronted Canary,2,2020-08-09 +21.35616299,-157.8567336,Zebra Dove,3,2020-08-09 +21.36661894,-158.0881213,Common Myna,4,2024-02-12 +21.36661894,-158.0881213,Common Waxbill,2,2019-11-01 +21.36661894,-158.0881213,Gray Francolin,2,2019-11-01 +21.36661894,-158.0881213,House Finch,5,2024-02-12 +21.36661894,-158.0881213,Java Sparrow,4,2022-01-01 +21.36661894,-158.0881213,Kalij Pheasant,2,2019-11-01 +21.36661894,-158.0881213,Northern Cardinal,3,2022-01-01 +21.36661894,-158.0881213,Oahu Amakihi,2,2019-11-01 +21.36661894,-158.0881213,Oahu Elepaio,2,2019-11-01 +21.36661894,-158.0881213,Pacific Golden-Plover,5,2024-02-12 +21.36661894,-158.0881213,Red-billed Leiothrix,2,2019-11-01 +21.36661894,-158.0881213,Red-crested Cardinal,8,2024-02-12 +21.36661894,-158.0881213,Red-vented Bulbul,4,2019-12-26 +21.36661894,-158.0881213,Rock Pigeon,1,2019-11-02 +21.36661894,-158.0881213,Saffron Finch,3,2024-02-12 +21.36661894,-158.0881213,Spotted Dove,5,2022-01-01 +21.36661894,-158.0881213,Warbling White-eye,3,2019-12-26 +21.36661894,-158.0881213,Western Cattle Egret,2,2019-11-02 +21.36661894,-158.0881213,White-rumped Shama,2,2019-11-01 +21.36661894,-158.0881213,Zebra Dove,3,2024-02-12 +21.38474187,-158.0976553,Common Myna,5,2022-12-16 +21.38474187,-158.0976553,Common Waxbill,3,2019-12-27 +21.38474187,-158.0976553,Erckel's Spurfowl,1,2019-11-22 +21.38474187,-158.0976553,House Finch,3,2022-12-16 +21.38474187,-158.0976553,Japanese Bush Warbler,1,2019-01-23 +21.38474187,-158.0976553,Kalij Pheasant,3,2022-12-16 +21.38474187,-158.0976553,Northern Cardinal,1,2024-02-12 +21.38474187,-158.0976553,Oahu Amakihi,3,2022-12-16 +21.38474187,-158.0976553,Oahu Elepaio,2,2024-02-12 +21.38474187,-158.0976553,Pacific Golden-Plover,1,2019-11-22 +21.38474187,-158.0976553,Red-billed Leiothrix,4,2022-12-16 +21.38474187,-158.0976553,Red-crested Cardinal,6,2022-12-16 +21.38474187,-158.0976553,Red-vented Bulbul,4,2022-12-16 +21.38474187,-158.0976553,Red-whiskered Bulbul,4,2022-12-16 +21.38474187,-158.0976553,Scaly-breasted Munia,1,2019-11-22 +21.38474187,-158.0976553,Spotted Dove,5,2022-12-16 +21.38474187,-158.0976553,Warbling White-eye,7,2024-02-12 +21.38474187,-158.0976553,White-rumped Shama,2,2024-02-12 +21.38474187,-158.0976553,Yellow-faced Grassquit,5,2022-12-16 +21.38474187,-158.0976553,Zebra Dove,6,2022-12-16 +21.38371026,-157.9240378,Chestnut Munia,31,2023-12-03 +21.38371026,-157.9240378,Common Myna,30,2024-02-18 +21.38371026,-157.9240378,Common Waxbill,7,2023-01-03 +21.38371026,-157.9240378,House Finch,11,2023-06-03 +21.38371026,-157.9240378,House Sparrow,3,2023-12-03 +21.38371026,-157.9240378,Java Sparrow,11,2023-06-17 +21.38371026,-157.9240378,Northern Cardinal,20,2023-06-17 +21.38371026,-157.9240378,Pacific Golden-Plover,20,2024-02-28 +21.38371026,-157.9240378,Red Junglefowl,11,2024-02-18 +21.38371026,-157.9240378,Red-crested Cardinal,16,2024-01-12 +21.38371026,-157.9240378,Red-vented Bulbul,12,2024-01-14 +21.38371026,-157.9240378,Red-whiskered Bulbul,2,2019-03-01 +21.38371026,-157.9240378,Rock Pigeon,1,2023-04-01 +21.38371026,-157.9240378,Rose-ringed Parakeet,8,2023-05-06 +21.38371026,-157.9240378,Saffron Finch,24,2024-02-18 +21.38371026,-157.9240378,Spotted Dove,19,2024-02-18 +21.38371026,-157.9240378,Warbling White-eye,3,2023-05-06 +21.38371026,-157.9240378,Western Cattle Egret,8,2024-02-28 +21.38371026,-157.9240378,White-rumped Shama,1,2023-04-01 +21.38371026,-157.9240378,Zebra Dove,35,2024-02-18 +21.38264807,-157.7697212,Chestnut Munia,1,2021-01-16 +21.38264807,-157.7697212,Chinese Hwamei,2,2021-01-16 +21.38264807,-157.7697212,Common Myna,5,2022-08-10 +21.38264807,-157.7697212,Common Waxbill,3,2021-02-12 +21.38264807,-157.7697212,House Finch,3,2021-02-12 +21.38264807,-157.7697212,House Sparrow,1,2021-01-16 +21.38264807,-157.7697212,Feral Mallard,1,2022-06-11 +21.38264807,-157.7697212,Northern Cardinal,1,2021-01-16 +21.38264807,-157.7697212,Pacific Golden-Plover,3,2021-02-12 +21.38264807,-157.7697212,Red Junglefowl,2,2021-01-16 +21.38264807,-157.7697212,Red-crested Cardinal,2,2022-08-10 +21.38264807,-157.7697212,Red-vented Bulbul,2,2021-01-16 +21.38264807,-157.7697212,Red-whiskered Bulbul,4,2022-06-11 +21.38264807,-157.7697212,Rock Pigeon,4,2022-06-11 +21.38264807,-157.7697212,Spotted Dove,3,2022-06-11 +21.38264807,-157.7697212,Warbling White-eye,3,2022-08-10 +21.38264807,-157.7697212,Western Cattle Egret,3,2021-02-12 +21.38264807,-157.7697212,White-rumped Shama,2,2021-02-12 +21.38264807,-157.7697212,Zebra Dove,3,2022-08-10 +21.40960484,-157.750202,Common Myna,5,2024-02-18 +21.40960484,-157.750202,House Finch,1,2022-02-28 +21.40960484,-157.750202,House Sparrow,2,2023-09-20 +21.40960484,-157.750202,Java Sparrow,5,2022-02-28 +21.40960484,-157.750202,Feral Mallard,1,2022-02-28 +21.40960484,-157.750202,Northern Cardinal,2,2023-09-20 +21.40960484,-157.750202,Northern Mockingbird,1,2019-12-22 +21.40960484,-157.750202,Pacific Golden-Plover,1,2022-02-28 +21.40960484,-157.750202,Red Junglefowl,1,2022-04-28 +21.40960484,-157.750202,Red-crested Cardinal,3,2022-02-28 +21.40960484,-157.750202,Red-vented Bulbul,1,2024-02-18 +21.40960484,-157.750202,Red-whiskered Bulbul,2,2024-02-18 +21.40960484,-157.750202,Rock Pigeon,2,2022-02-28 +21.40960484,-157.750202,Spotted Dove,3,2023-09-20 +21.40960484,-157.750202,Warbling White-eye,1,2019-12-22 +21.40960484,-157.750202,Wedge-tailed Shearwater,1,2020-09-04 +21.40960484,-157.750202,Western Cattle Egret,2,2024-02-17 +21.40960484,-157.750202,White-rumped Shama,2,2022-02-28 +21.40960484,-157.750202,Zebra Dove,3,2024-02-18 +21.42809301,-157.8079329,Black-crowned Night Heron,1,2019-02-19 +21.42809301,-157.8079329,Black-necked Stilt,3,2024-01-04 +21.42809301,-157.8079329,Chestnut Munia,2,2024-02-19 +21.42809301,-157.8079329,Common Myna,8,2024-02-16 +21.42809301,-157.8079329,Common Waxbill,4,2024-02-19 +21.42809301,-157.8079329,House Finch,3,2024-02-19 +21.42809301,-157.8079329,House Sparrow,7,2024-02-19 +21.42809301,-157.8079329,Java Sparrow,2,2024-02-19 +21.42809301,-157.8079329,Feral Mallard,1,2019-02-19 +21.42809301,-157.8079329,Northern Cardinal,5,2024-02-16 +21.42809301,-157.8079329,Pacific Golden-Plover,6,2024-01-04 +21.42809301,-157.8079329,Red-crested Cardinal,7,2024-02-19 +21.42809301,-157.8079329,Red-vented Bulbul,7,2024-02-16 +21.42809301,-157.8079329,Red-whiskered Bulbul,4,2024-02-16 +21.42809301,-157.8079329,Rock Pigeon,3,2023-02-17 +21.42809301,-157.8079329,Spotted Dove,8,2024-02-19 +21.42809301,-157.8079329,Warbling White-eye,1,2024-02-16 +21.42809301,-157.8079329,Western Cattle Egret,5,2024-02-19 +21.42809301,-157.8079329,White-rumped Shama,2,2022-02-19 +21.42809301,-157.8079329,Zebra Dove,9,2024-02-19 +21.43833279,-157.9911819,Chestnut Munia,1,2021-01-02 +21.43833279,-157.9911819,Common Myna,4,2022-08-06 +21.43833279,-157.9911819,Common Waxbill,2,2021-01-02 +21.43833279,-157.9911819,House Finch,1,2019-04-14 +21.43833279,-157.9911819,House Sparrow,1,2019-02-17 +21.43833279,-157.9911819,Northern Cardinal,1,2019-04-14 +21.43833279,-157.9911819,Pacific Golden-Plover,2,2019-04-14 +21.43833279,-157.9911819,Red-billed Leiothrix,1,2019-04-14 +21.43833279,-157.9911819,Red-crested Cardinal,3,2021-01-02 +21.43833279,-157.9911819,Red-crowned Parrot,7,2024-02-08 +21.43833279,-157.9911819,Red-vented Bulbul,2,2022-08-06 +21.43833279,-157.9911819,Red-whiskered Bulbul,2,2022-08-06 +21.43833279,-157.9911819,Rock Pigeon,2,2021-01-02 +21.43833279,-157.9911819,Rose-ringed Parakeet,4,2022-08-06 +21.43833279,-157.9911819,Scaly-breasted Munia,1,2021-01-02 +21.43833279,-157.9911819,Spotted Dove,3,2021-01-02 +21.43833279,-157.9911819,Warbling White-eye,2,2021-01-02 +21.43833279,-157.9911819,Western Cattle Egret,2,2021-01-02 +21.43833279,-157.9911819,White-rumped Shama,1,2019-04-14 +21.43833279,-157.9911819,Zebra Dove,3,2021-01-02 +21.44827612,-158.155165,Black Francolin,1,2019-05-31 +21.44827612,-158.155165,Black-necked Stilt,1,2019-05-31 +21.44827612,-158.155165,Chestnut Munia,1,2019-05-31 +21.44827612,-158.155165,Common Myna,3,2023-09-20 +21.44827612,-158.155165,Common Waxbill,3,2023-09-20 +21.44827612,-158.155165,Eurasian Skylark,1,2019-05-31 +21.44827612,-158.155165,Gray Francolin,2,2022-02-28 +21.44827612,-158.155165,House Finch,1,2022-02-28 +21.44827612,-158.155165,Northern Cardinal,1,2022-02-28 +21.44827612,-158.155165,Northern Mockingbird,1,2019-05-31 +21.44827612,-158.155165,Pacific Golden-Plover,1,2023-09-20 +21.44827612,-158.155165,Red-crested Cardinal,4,2023-09-20 +21.44827612,-158.155165,Red-vented Bulbul,1,2019-05-31 +21.44827612,-158.155165,Saffron Finch,1,2022-02-28 +21.44827612,-158.155165,Short-eared Owl,3,2021-05-05 +21.44827612,-158.155165,Spotted Dove,4,2023-09-20 +21.44827612,-158.155165,Warbling White-eye,1,2019-05-31 +21.44827612,-158.155165,Western Cattle Egret,3,2023-09-20 +21.44827612,-158.155165,White-rumped Shama,1,2019-05-31 +21.44827612,-158.155165,Zebra Dove,4,2023-09-20 +21.45491201,-157.7691156,Barn Owl,3,2021-05-01 +21.45491201,-157.7691156,Chestnut Munia,3,2022-07-27 +21.45491201,-157.7691156,Common Myna,19,2023-01-19 +21.45491201,-157.7691156,Common Waxbill,17,2023-01-19 +21.45491201,-157.7691156,Gray Francolin,15,2023-01-19 +21.45491201,-157.7691156,House Finch,24,2023-01-19 +21.45491201,-157.7691156,Feral Mallard,1,2022-03-30 +21.45491201,-157.7691156,Northern Cardinal,19,2023-01-19 +21.45491201,-157.7691156,Pacific Golden-Plover,20,2023-01-19 +21.45491201,-157.7691156,Red-crested Cardinal,16,2022-12-21 +21.45491201,-157.7691156,Red-vented Bulbul,20,2022-11-30 +21.45491201,-157.7691156,Red-whiskered Bulbul,3,2023-05-12 +21.45491201,-157.7691156,Saffron Finch,1,2022-06-02 +21.45491201,-157.7691156,Sanderling,1,2022-09-17 +21.45491201,-157.7691156,Scaly-breasted Munia,1,2022-06-29 +21.45491201,-157.7691156,Spotted Dove,12,2022-12-21 +21.45491201,-157.7691156,Warbling White-eye,5,2022-09-21 +21.45491201,-157.7691156,Western Cattle Egret,11,2022-12-21 +21.45491201,-157.7691156,White-rumped Shama,13,2023-01-19 +21.45491201,-157.7691156,Zebra Dove,21,2023-01-19 +21.49293064,-158.0583763,Chestnut Munia,1,2021-06-08 +21.49293064,-158.0583763,Common Myna,10,2024-02-26 +21.49293064,-158.0583763,Common Waxbill,3,2023-02-22 +21.49293064,-158.0583763,House Finch,4,2022-01-03 +21.49293064,-158.0583763,House Sparrow,1,2022-01-03 +21.49293064,-158.0583763,Java Sparrow,7,2023-08-20 +21.49293064,-158.0583763,Northern Cardinal,10,2023-10-26 +21.49293064,-158.0583763,Pacific Golden-Plover,9,2024-02-26 +21.49293064,-158.0583763,Red Junglefowl,13,2023-12-19 +21.49293064,-158.0583763,Red-crested Cardinal,12,2023-12-19 +21.49293064,-158.0583763,Red-vented Bulbul,7,2023-08-20 +21.49293064,-158.0583763,Red-whiskered Bulbul,1,2020-02-24 +21.49293064,-158.0583763,Rose-ringed Parakeet,6,2024-01-26 +21.49293064,-158.0583763,Saffron Finch,13,2023-12-21 +21.49293064,-158.0583763,Spotted Dove,6,2023-12-19 +21.49293064,-158.0583763,Warbling White-eye,5,2023-12-19 +21.49293064,-158.0583763,Western Cattle Egret,4,2023-08-20 +21.49293064,-158.0583763,White-rumped Shama,3,2023-08-20 +21.49293064,-158.0583763,Yellow-fronted Canary,1,2023-02-24 +21.49293064,-158.0583763,Zebra Dove,7,2023-12-21 +21.53880981,-158.1932663,Apapane,6,2021-08-08 +21.53880981,-158.1932663,Barn Owl,1,2021-07-08 +21.53880981,-158.1932663,Chinese Hwamei,1,2021-07-08 +21.53880981,-158.1932663,Common Myna,2,2021-08-08 +21.53880981,-158.1932663,Common Waxbill,3,2021-08-08 +21.53880981,-158.1932663,Erckel's Spurfowl,3,2021-08-08 +21.53880981,-158.1932663,Indian Peafowl,3,2021-05-11 +21.53880981,-158.1932663,Japanese Bush Warbler,7,2021-07-08 +21.53880981,-158.1932663,Kalij Pheasant,2,2021-07-08 +21.53880981,-158.1932663,Northern Cardinal,1,2021-07-08 +21.53880981,-158.1932663,Oahu Amakihi,4,2021-07-08 +21.53880981,-158.1932663,Red-billed Leiothrix,10,2021-08-08 +21.53880981,-158.1932663,Red-vented Bulbul,9,2021-08-08 +21.53880981,-158.1932663,Red-whiskered Bulbul,4,2021-08-10 +21.53880981,-158.1932663,Spotted Dove,4,2021-08-08 +21.53880981,-158.1932663,Warbling White-eye,8,2021-08-08 +21.53880981,-158.1932663,White-rumped Shama,6,2021-08-08 +21.53880981,-158.1932663,White-tailed Tropicbird,3,2021-05-11 +21.53880981,-158.1932663,Yellow-faced Grassquit,1,2021-07-08 +21.53880981,-158.1932663,Zebra Dove,2,2021-08-08 +21.53825998,-158.0870521,Black Francolin,2,2022-06-21 +21.53825998,-158.0870521,Common Myna,26,2022-12-27 +21.53825998,-158.0870521,Common Waxbill,12,2022-12-27 +21.53825998,-158.0870521,Gray Francolin,7,2022-12-27 +21.53825998,-158.0870521,House Finch,22,2022-12-27 +21.53825998,-158.0870521,Java Sparrow,2,2022-09-19 +21.53825998,-158.0870521,Northern Cardinal,10,2022-09-21 +21.53825998,-158.0870521,Pacific Golden-Plover,1,2021-03-22 +21.53825998,-158.0870521,Red-billed Leiothrix,3,2022-11-14 +21.53825998,-158.0870521,Red-crested Cardinal,15,2022-12-27 +21.53825998,-158.0870521,Red-vented Bulbul,23,2022-11-28 +21.53825998,-158.0870521,Red-whiskered Bulbul,10,2022-10-31 +21.53825998,-158.0870521,Rose-ringed Parakeet,1,2022-04-24 +21.53825998,-158.0870521,Saffron Finch,6,2022-12-27 +21.53825998,-158.0870521,Spotted Dove,13,2022-12-27 +21.53825998,-158.0870521,Wandering Tattler,1,2021-03-22 +21.53825998,-158.0870521,Warbling White-eye,13,2022-12-27 +21.53825998,-158.0870521,Western Cattle Egret,2,2022-07-25 +21.53825998,-158.0870521,White-rumped Shama,2,2022-09-21 +21.53825998,-158.0870521,Zebra Dove,25,2022-12-27 +21.56557068,-158.1255121,Black Francolin,7,2022-05-23 +21.56557068,-158.1255121,Chestnut Munia,2,2022-07-05 +21.56557068,-158.1255121,Common Myna,17,2022-07-25 +21.56557068,-158.1255121,Common Waxbill,6,2022-06-13 +21.56557068,-158.1255121,Gray Francolin,3,2022-07-18 +21.56557068,-158.1255121,House Finch,9,2022-07-25 +21.56557068,-158.1255121,House Sparrow,7,2022-07-11 +21.56557068,-158.1255121,Indian Peafowl,2,2022-05-16 +21.56557068,-158.1255121,Northern Cardinal,5,2022-06-27 +21.56557068,-158.1255121,Pacific Golden-Plover,2,2021-12-10 +21.56557068,-158.1255121,Red Avadavat,6,2022-06-13 +21.56557068,-158.1255121,Red Junglefowl,1,2021-12-10 +21.56557068,-158.1255121,Red-crested Cardinal,3,2022-06-27 +21.56557068,-158.1255121,Red-vented Bulbul,16,2022-07-25 +21.56557068,-158.1255121,Red-whiskered Bulbul,2,2024-01-06 +21.56557068,-158.1255121,Saffron Finch,6,2023-05-20 +21.56557068,-158.1255121,Spotted Dove,14,2022-07-25 +21.56557068,-158.1255121,Warbling White-eye,5,2022-07-05 +21.56557068,-158.1255121,Yellow-fronted Canary,1,2021-12-10 +21.56557068,-158.1255121,Zebra Dove,16,2022-07-25 +21.57460445,-158.1254578,Chestnut Munia,1,2024-01-13 +21.57460445,-158.1254578,Common Myna,7,2024-01-13 +21.57460445,-158.1254578,Common Waxbill,1,2019-12-26 +21.57460445,-158.1254578,House Finch,4,2024-01-13 +21.57460445,-158.1254578,House Sparrow,4,2024-01-13 +21.57460445,-158.1254578,Java Sparrow,2,2024-01-13 +21.57460445,-158.1254578,Northern Cardinal,4,2020-01-06 +21.57460445,-158.1254578,Pacific Golden-Plover,2,2024-01-13 +21.57460445,-158.1254578,Red Junglefowl,3,2024-01-13 +21.57460445,-158.1254578,Red-billed Leiothrix,1,2024-01-13 +21.57460445,-158.1254578,Red-crested Cardinal,5,2024-01-13 +21.57460445,-158.1254578,Red-vented Bulbul,6,2024-01-13 +21.57460445,-158.1254578,Red-whiskered Bulbul,4,2020-03-23 +21.57460445,-158.1254578,Rock Pigeon,3,2024-01-13 +21.57460445,-158.1254578,Saffron Finch,10,2024-01-13 +21.57460445,-158.1254578,Scaly-breasted Munia,3,2024-01-13 +21.57460445,-158.1254578,Spotted Dove,5,2020-03-23 +21.57460445,-158.1254578,Warbling White-eye,4,2020-01-06 +21.57460445,-158.1254578,Western Cattle Egret,6,2024-01-13 +21.57460445,-158.1254578,Zebra Dove,6,2024-01-13 +21.582192,-157.8839431,Chestnut Munia,8,2020-08-08 +21.582192,-157.8839431,Common Myna,28,2024-02-14 +21.582192,-157.8839431,Common Waxbill,9,2020-02-29 +21.582192,-157.8839431,Glaucous-winged Gull,38,2022-01-06 +21.582192,-157.8839431,House Finch,2,2022-04-12 +21.582192,-157.8839431,House Sparrow,4,2020-07-18 +21.582192,-157.8839431,Indian Peafowl,3,2023-11-02 +21.582192,-157.8839431,Laughing Gull,2,2020-01-26 +21.582192,-157.8839431,Pacific Golden-Plover,66,2024-02-14 +21.582192,-157.8839431,Red Avadavat,1,2021-03-09 +21.582192,-157.8839431,Red-crested Cardinal,15,2022-04-19 +21.582192,-157.8839431,Red-vented Bulbul,2,2020-06-20 +21.582192,-157.8839431,Ruddy Turnstone,66,2024-02-14 +21.582192,-157.8839431,Saffron Finch,1,2022-08-09 +21.582192,-157.8839431,Sanderling,44,2024-02-14 +21.582192,-157.8839431,Spotted Dove,6,2020-03-16 +21.582192,-157.8839431,Wandering Tattler,70,2023-03-12 +21.582192,-157.8839431,Warbling White-eye,3,2024-01-19 +21.582192,-157.8839431,Western Cattle Egret,8,2024-01-19 +21.582192,-157.8839431,Zebra Dove,31,2024-02-14 +21.64639359,-158.038057,Blue-crowned Parakeet,2,2023-02-12 +21.64639359,-158.038057,Common Myna,6,2023-11-16 +21.64639359,-158.038057,Common Waxbill,3,2023-11-16 +21.64639359,-158.038057,House Finch,3,2023-11-16 +21.64639359,-158.038057,House Sparrow,1,2023-11-16 +21.64639359,-158.038057,Java Sparrow,3,2023-11-16 +21.64639359,-158.038057,Northern Cardinal,5,2023-11-16 +21.64639359,-158.038057,Pacific Golden-Plover,4,2023-11-16 +21.64639359,-158.038057,Red Junglefowl,1,2023-11-16 +21.64639359,-158.038057,Red-billed Leiothrix,2,2023-11-16 +21.64639359,-158.038057,Red-crested Cardinal,5,2023-11-16 +21.64639359,-158.038057,Red-vented Bulbul,4,2023-11-16 +21.64639359,-158.038057,Red-whiskered Bulbul,6,2023-11-16 +21.64639359,-158.038057,Saffron Finch,1,2023-02-19 +21.64639359,-158.038057,Short-eared Owl,1,2021-02-14 +21.64639359,-158.038057,Spotted Dove,5,2023-11-16 +21.64639359,-158.038057,Warbling White-eye,2,2023-11-16 +21.64639359,-158.038057,Western Cattle Egret,2,2023-02-19 +21.64639359,-158.038057,White-rumped Shama,4,2023-11-16 +21.64639359,-158.038057,Zebra Dove,7,2023-11-16 +21.69138977,-158.0087597,Chestnut Munia,1,2023-09-18 +21.69138977,-158.0087597,Common Myna,11,2024-01-17 +21.69138977,-158.0087597,Common Waxbill,5,2022-04-18 +21.69138977,-158.0087597,Great Frigatebird,2,2022-03-22 +21.69138977,-158.0087597,House Finch,3,2022-04-18 +21.69138977,-158.0087597,Java Sparrow,2,2023-12-27 +21.69138977,-158.0087597,Northern Cardinal,2,2022-04-18 +21.69138977,-158.0087597,Pacific Golden-Plover,9,2024-01-17 +21.69138977,-158.0087597,Red Junglefowl,2,2023-12-27 +21.69138977,-158.0087597,Red-billed Leiothrix,4,2023-11-08 +21.69138977,-158.0087597,Red-crested Cardinal,14,2024-01-17 +21.69138977,-158.0087597,Red-vented Bulbul,11,2024-01-17 +21.69138977,-158.0087597,Red-whiskered Bulbul,6,2023-11-08 +21.69138977,-158.0087597,Saffron Finch,2,2024-01-17 +21.69138977,-158.0087597,Spotted Dove,8,2024-01-17 +21.69138977,-158.0087597,Wandering Tattler,5,2023-11-08 +21.69138977,-158.0087597,Warbling White-eye,3,2022-04-18 +21.69138977,-158.0087597,Western Cattle Egret,5,2024-01-17 +21.69138977,-158.0087597,White-rumped Shama,8,2023-11-08 +21.69138977,-158.0087597,Zebra Dove,13,2024-01-17 +21.28335401,-157.7801881,Common Myna,10,2024-02-28 +21.28335401,-157.7801881,Common Waxbill,3,2024-02-28 +21.28335401,-157.7801881,House Finch,6,2024-02-28 +21.28335401,-157.7801881,House Sparrow,1,2020-07-26 +21.28335401,-157.7801881,Java Sparrow,4,2023-09-23 +21.28335401,-157.7801881,Northern Cardinal,3,2024-02-28 +21.28335401,-157.7801881,Northern Mockingbird,2,2024-02-28 +21.28335401,-157.7801881,Pacific Golden-Plover,1,2024-02-28 +21.28335401,-157.7801881,Red Junglefowl,1,2020-07-26 +21.28335401,-157.7801881,Red-crested Cardinal,4,2024-02-28 +21.28335401,-157.7801881,Red-vented Bulbul,8,2024-02-28 +21.28335401,-157.7801881,Red-whiskered Bulbul,3,2023-10-20 +21.28335401,-157.7801881,Rock Pigeon,1,2020-07-26 +21.28335401,-157.7801881,Rose-ringed Parakeet,1,2020-07-26 +21.28335401,-157.7801881,Scaly-breasted Munia,1,2024-01-13 +21.28335401,-157.7801881,Spotted Dove,8,2024-02-28 +21.28335401,-157.7801881,Warbling White-eye,4,2024-01-13 +21.28335401,-157.7801881,Western Cattle Egret,4,2024-02-18 +21.28335401,-157.7801881,White Tern,1,2020-07-26 +21.28335401,-157.7801881,Yellow-fronted Canary,1,2023-10-14 +21.28335401,-157.7801881,Zebra Dove,9,2024-02-28 +21.28277703,-157.7030862,Common Myna,24,2024-02-22 +21.28277703,-157.7030862,Common Waxbill,1,2019-12-31 +21.28277703,-157.7030862,House Finch,3,2021-04-23 +21.28277703,-157.7030862,House Sparrow,18,2023-12-23 +21.28277703,-157.7030862,Indian Peafowl,1,2019-12-31 +21.28277703,-157.7030862,Java Sparrow,2,2021-10-18 +21.28277703,-157.7030862,Feral Mallard,1,2021-04-23 +21.28277703,-157.7030862,Feral Mallard,11,2024-03-31 +21.28277703,-157.7030862,Muscovy Duck,6,2023-09-30 +21.28277703,-157.7030862,Pacific Golden-Plover,4,2022-04-12 +21.28277703,-157.7030862,Red Junglefowl,3,2023-12-23 +21.28277703,-157.7030862,Red-crested Cardinal,18,2023-12-23 +21.28277703,-157.7030862,Red-vented Bulbul,18,2023-12-23 +21.28277703,-157.7030862,Rock Pigeon,11,2023-03-31 +21.28277703,-157.7030862,Saffron Finch,1,2019-12-31 +21.28277703,-157.7030862,Spotted Dove,23,2023-09-30 +21.28277703,-157.7030862,Western Cattle Egret,15,2023-03-31 +21.28277703,-157.7030862,White Tern,11,2023-09-30 +21.28277703,-157.7030862,White-rumped Shama,2,2021-09-03 +21.28277703,-157.7030862,Zebra Dove,22,2023-12-23 +21.29272983,-157.8283072,Common Myna,21,2024-01-14 +21.29272983,-157.8283072,Common Waxbill,1,2019-04-13 +21.29272983,-157.8283072,Hawaiian Coot,1,2019-01-24 +21.29272983,-157.8283072,House Finch,2,2023-12-17 +21.29272983,-157.8283072,House Sparrow,18,2023-12-17 +21.29272983,-157.8283072,Java Sparrow,7,2022-12-26 +21.29272983,-157.8283072,Feral Mallard,1,2019-01-24 +21.29272983,-157.8283072,Pacific Golden-Plover,3,2023-12-17 +21.29272983,-157.8283072,Red Junglefowl,3,2023-12-17 +21.29272983,-157.8283072,Red-crested Cardinal,4,2023-12-17 +21.29272983,-157.8283072,Red-masked Parakeet,2,2019-12-15 +21.29272983,-157.8283072,Red-vented Bulbul,16,2023-03-30 +21.29272983,-157.8283072,Rock Pigeon,19,2023-12-17 +21.29272983,-157.8283072,Rose-ringed Parakeet,1,2019-12-15 +21.29272983,-157.8283072,Saffron Finch,4,2023-06-21 +21.29272983,-157.8283072,Spotted Dove,20,2023-12-17 +21.29272983,-157.8283072,Warbling White-eye,6,2023-12-17 +21.29272983,-157.8283072,Western Cattle Egret,7,2023-12-17 +21.29272983,-157.8283072,White Tern,17,2023-12-17 +21.29272983,-157.8283072,Yellow-fronted Canary,1,2023-12-17 +21.29272983,-157.8283072,Zebra Dove,15,2023-12-17 +21.30054057,-157.6643732,Chestnut Munia,2,2022-08-26 +21.30054057,-157.6643732,Common Myna,15,2024-01-23 +21.30054057,-157.6643732,Common Waxbill,4,2024-01-23 +21.30054057,-157.6643732,Great Frigatebird,9,2022-05-28 +21.30054057,-157.6643732,House Finch,4,2023-12-07 +21.30054057,-157.6643732,House Sparrow,1,2022-01-17 +21.30054057,-157.6643732,Java Sparrow,2,2023-12-07 +21.30054057,-157.6643732,Pacific Golden-Plover,6,2024-01-23 +21.30054057,-157.6643732,Red Junglefowl,1,2022-01-17 +21.30054057,-157.6643732,Red-crested Cardinal,7,2023-07-14 +21.30054057,-157.6643732,Red-footed Booby,1,2022-05-28 +21.30054057,-157.6643732,Red-vented Bulbul,9,2023-12-07 +21.30054057,-157.6643732,Red-whiskered Bulbul,2,2023-12-07 +21.30054057,-157.6643732,Saffron Finch,1,2023-12-07 +21.30054057,-157.6643732,Spotted Dove,10,2023-12-07 +21.30054057,-157.6643732,Warbling White-eye,1,2022-01-17 +21.30054057,-157.6643732,Wedge-tailed Shearwater,1,2022-05-28 +21.30054057,-157.6643732,Western Cattle Egret,6,2023-12-07 +21.30054057,-157.6643732,White-rumped Shama,3,2024-01-23 +21.30054057,-157.6643732,Yellow-fronted Canary,3,2023-12-07 +21.30054057,-157.6643732,Zebra Dove,13,2024-01-23 +21.31106105,-157.8667238,Common Myna,13,2023-10-27 +21.31106105,-157.8667238,Common Waxbill,2,2019-03-06 +21.31106105,-157.8667238,Great Frigatebird,1,2020-09-29 +21.31106105,-157.8667238,House Finch,6,2023-03-20 +21.31106105,-157.8667238,House Sparrow,12,2024-02-13 +21.31106105,-157.8667238,Java Sparrow,3,2023-10-27 +21.31106105,-157.8667238,Feral Mallard,3,2022-01-01 +21.31106105,-157.8667238,Pacific Golden-Plover,3,2020-03-03 +21.31106105,-157.8667238,Red-crested Cardinal,6,2023-10-27 +21.31106105,-157.8667238,Red-vented Bulbul,4,2022-03-22 +21.31106105,-157.8667238,Rock Pigeon,8,2023-11-23 +21.31106105,-157.8667238,Rose-ringed Parakeet,2,2020-07-13 +21.31106105,-157.8667238,Saffron Finch,1,2022-05-20 +21.31106105,-157.8667238,Spotted Dove,12,2024-02-13 +21.31106105,-157.8667238,Warbling White-eye,1,2020-09-29 +21.31106105,-157.8667238,Western Cattle Egret,6,2024-01-20 +21.31106105,-157.8667238,White Tern,22,2023-12-02 +21.31106105,-157.8667238,White-rumped Shama,1,2019-06-19 +21.31106105,-157.8667238,Yellow-fronted Canary,2,2020-07-13 +21.31106105,-157.8667238,Zebra Dove,17,2024-02-13 +21.32059829,-157.9437814,African Silverbill,1,2022-02-05 +21.32059829,-157.9437814,Black-necked Stilt,2,2022-01-17 +21.32059829,-157.9437814,Common Myna,7,2022-06-12 +21.32059829,-157.9437814,Eurasian Skylark,2,2022-02-05 +21.32059829,-157.9437814,House Finch,5,2022-06-12 +21.32059829,-157.9437814,House Sparrow,4,2022-02-11 +21.32059829,-157.9437814,Feral Mallard,1,2022-01-17 +21.32059829,-157.9437814,Northern Cardinal,4,2022-02-10 +21.32059829,-157.9437814,Pacific Golden-Plover,9,2023-09-13 +21.32059829,-157.9437814,Red Junglefowl,1,2022-02-05 +21.32059829,-157.9437814,Red-crested Cardinal,7,2023-09-13 +21.32059829,-157.9437814,Red-vented Bulbul,5,2022-06-12 +21.32059829,-157.9437814,Ruddy Turnstone,1,2019-02-15 +21.32059829,-157.9437814,Saffron Finch,2,2022-02-05 +21.32059829,-157.9437814,Spotted Dove,5,2022-06-12 +21.32059829,-157.9437814,Wandering Tattler,1,2019-02-15 +21.32059829,-157.9437814,Warbling White-eye,1,2022-02-05 +21.32059829,-157.9437814,Western Cattle Egret,7,2023-09-13 +21.32059829,-157.9437814,White Tern,1,2022-06-12 +21.32059829,-157.9437814,Yellow-fronted Canary,2,2022-06-12 +21.32059829,-157.9437814,Zebra Dove,7,2023-09-13 +21.31976247,-157.8184515,Chestnut Munia,26,2021-11-07 +21.31976247,-157.8184515,Common Myna,10,2023-02-23 +21.31976247,-157.8184515,Common Waxbill,32,2023-01-08 +21.31976247,-157.8184515,House Finch,12,2023-12-31 +21.31976247,-157.8184515,House Sparrow,1,2020-12-20 +21.31976247,-157.8184515,Northern Cardinal,13,2024-02-17 +21.31976247,-157.8184515,Oahu Amakihi,22,2022-01-22 +21.31976247,-157.8184515,Pacific Golden-Plover,9,2023-02-23 +21.31976247,-157.8184515,Red Junglefowl,19,2024-02-17 +21.31976247,-157.8184515,Red-billed Leiothrix,21,2023-12-31 +21.31976247,-157.8184515,Red-crested Cardinal,10,2023-02-23 +21.31976247,-157.8184515,Red-vented Bulbul,33,2024-02-17 +21.31976247,-157.8184515,Red-whiskered Bulbul,17,2024-02-17 +21.31976247,-157.8184515,Rose-ringed Parakeet,9,2024-02-17 +21.31976247,-157.8184515,Scaly-breasted Munia,3,2020-12-20 +21.31976247,-157.8184515,Spotted Dove,11,2023-02-23 +21.31976247,-157.8184515,Warbling White-eye,22,2024-02-17 +21.31976247,-157.8184515,White Tern,2,2021-04-14 +21.31976247,-157.8184515,White-rumped Shama,38,2024-02-17 +21.31976247,-157.8184515,Yellow-fronted Canary,1,2020-01-18 +21.31976247,-157.8184515,Zebra Dove,27,2023-02-23 +21.32899669,-157.8473028,Chestnut Munia,1,2021-08-02 +21.32899669,-157.8473028,Common Myna,5,2023-12-25 +21.32899669,-157.8473028,House Sparrow,4,2023-12-25 +21.32899669,-157.8473028,Java Sparrow,2,2023-12-25 +21.32899669,-157.8473028,Feral Mallard,2,2023-12-25 +21.32899669,-157.8473028,Northern Cardinal,1,2022-07-16 +21.32899669,-157.8473028,Pacific Golden-Plover,2,2023-12-25 +21.32899669,-157.8473028,Red-crested Cardinal,4,2023-12-25 +21.32899669,-157.8473028,Red-vented Bulbul,4,2023-12-25 +21.32899669,-157.8473028,Red-whiskered Bulbul,1,2022-07-16 +21.32899669,-157.8473028,Rock Pigeon,1,2022-07-16 +21.32899669,-157.8473028,Rose-ringed Parakeet,7,2023-12-25 +21.32899669,-157.8473028,Saffron Finch,1,2022-07-16 +21.32899669,-157.8473028,Spotted Dove,5,2023-12-25 +21.32899669,-157.8473028,Warbling White-eye,2,2023-08-09 +21.32899669,-157.8473028,Western Cattle Egret,3,2023-12-25 +21.32899669,-157.8473028,White Tern,1,2021-08-02 +21.32899669,-157.8473028,White-rumped Shama,2,2023-12-25 +21.32899669,-157.8473028,Yellow-fronted Canary,3,2023-06-03 +21.32899669,-157.8473028,Zebra Dove,4,2023-12-25 +21.33924399,-158.0400758,African Silverbill,2,2022-06-06 +21.33924399,-158.0400758,Chestnut Munia,2,2022-06-06 +21.33924399,-158.0400758,Common Myna,4,2022-06-06 +21.33924399,-158.0400758,Common Waxbill,3,2022-06-06 +21.33924399,-158.0400758,House Finch,3,2022-06-06 +21.33924399,-158.0400758,House Sparrow,2,2022-06-06 +21.33924399,-158.0400758,Java Sparrow,4,2022-06-06 +21.33924399,-158.0400758,Northern Cardinal,1,2022-06-06 +21.33924399,-158.0400758,Northern Mockingbird,1,2022-04-05 +21.33924399,-158.0400758,Pacific Golden-Plover,3,2022-04-05 +21.33924399,-158.0400758,Red Junglefowl,1,2022-04-05 +21.33924399,-158.0400758,Red-crested Cardinal,3,2022-06-06 +21.33924399,-158.0400758,Red-vented Bulbul,3,2022-06-06 +21.33924399,-158.0400758,Red-whiskered Bulbul,1,2022-06-06 +21.33924399,-158.0400758,Rose-ringed Parakeet,2,2022-06-06 +21.33924399,-158.0400758,Saffron Finch,3,2022-06-06 +21.33924399,-158.0400758,Spotted Dove,3,2022-06-06 +21.33924399,-158.0400758,Warbling White-eye,1,2022-06-06 +21.33924399,-158.0400758,Western Cattle Egret,4,2022-06-06 +21.33924399,-158.0400758,Yellow-fronted Canary,1,2022-06-06 +21.33924399,-158.0400758,Zebra Dove,4,2022-06-06 +21.33704868,-157.712251,Black-necked Stilt,1,2021-08-10 +21.33704868,-157.712251,Chestnut Munia,8,2022-12-29 +21.33704868,-157.712251,Chinese Hwamei,1,2021-08-10 +21.33704868,-157.712251,Common Myna,28,2022-12-29 +21.33704868,-157.712251,Common Waxbill,25,2022-12-29 +21.33704868,-157.712251,Gray Francolin,9,2022-08-24 +21.33704868,-157.712251,House Finch,14,2022-12-21 +21.33704868,-157.712251,Java Sparrow,3,2022-12-14 +21.33704868,-157.712251,Northern Cardinal,11,2022-12-21 +21.33704868,-157.712251,Pacific Golden-Plover,15,2022-12-29 +21.33704868,-157.712251,Red-crested Cardinal,27,2022-12-29 +21.33704868,-157.712251,Red-vented Bulbul,16,2022-12-14 +21.33704868,-157.712251,Red-whiskered Bulbul,18,2022-12-29 +21.33704868,-157.712251,Rock Pigeon,1,2021-08-10 +21.33704868,-157.712251,Rose-ringed Parakeet,5,2022-12-29 +21.33704868,-157.712251,Scaly-breasted Munia,8,2022-08-24 +21.33704868,-157.712251,Spotted Dove,28,2022-12-29 +21.33704868,-157.712251,Warbling White-eye,14,2022-12-21 +21.33704868,-157.712251,Western Cattle Egret,29,2022-12-29 +21.33704868,-157.712251,White-rumped Shama,2,2022-11-30 +21.33704868,-157.712251,Zebra Dove,29,2022-12-29 +21.36451084,-157.7602289,Black-crowned Night Heron,1,2023-02-18 +21.36451084,-157.7602289,Chestnut Munia,2,2023-08-04 +21.36451084,-157.7602289,Common Myna,3,2023-08-04 +21.36451084,-157.7602289,Common Waxbill,2,2023-08-04 +21.36451084,-157.7602289,House Finch,1,2021-05-30 +21.36451084,-157.7602289,Feral Mallard,1,2023-02-17 +21.36451084,-157.7602289,Northern Cardinal,1,2023-02-17 +21.36451084,-157.7602289,Northern Mockingbird,2,2023-02-18 +21.36451084,-157.7602289,Pacific Golden-Plover,1,2023-02-18 +21.36451084,-157.7602289,Red Junglefowl,1,2023-08-04 +21.36451084,-157.7602289,Red-billed Leiothrix,3,2023-08-04 +21.36451084,-157.7602289,Red-crested Cardinal,3,2023-08-04 +21.36451084,-157.7602289,Red-vented Bulbul,3,2023-08-04 +21.36451084,-157.7602289,Red-whiskered Bulbul,4,2023-08-04 +21.36451084,-157.7602289,Spotted Dove,4,2023-08-04 +21.36451084,-157.7602289,Warbling White-eye,3,2023-08-04 +21.36451084,-157.7602289,Western Cattle Egret,3,2023-08-04 +21.36451084,-157.7602289,White Tern,1,2023-08-04 +21.36451084,-157.7602289,White-rumped Shama,4,2023-08-04 +21.36451084,-157.7602289,White-tailed Tropicbird,1,2023-08-04 +21.36451084,-157.7602289,Zebra Dove,3,2023-08-04 +21.38364793,-157.9143927,Chestnut Munia,11,2023-04-22 +21.38364793,-157.9143927,Common Myna,16,2024-02-24 +21.38364793,-157.9143927,Common Waxbill,4,2022-06-28 +21.38364793,-157.9143927,House Finch,11,2024-01-11 +21.38364793,-157.9143927,House Sparrow,2,2024-02-24 +21.38364793,-157.9143927,Java Sparrow,10,2024-02-24 +21.38364793,-157.9143927,Northern Cardinal,5,2023-04-22 +21.38364793,-157.9143927,Pacific Golden-Plover,2,2024-02-24 +21.38364793,-157.9143927,Red-crested Cardinal,9,2024-01-11 +21.38364793,-157.9143927,Red-vented Bulbul,13,2024-01-10 +21.38364793,-157.9143927,Red-whiskered Bulbul,7,2024-02-24 +21.38364793,-157.9143927,Rose-ringed Parakeet,3,2023-04-22 +21.38364793,-157.9143927,Saffron Finch,3,2023-12-16 +21.38364793,-157.9143927,Scaly-breasted Munia,2,2023-04-22 +21.38364793,-157.9143927,Spotted Dove,14,2024-02-24 +21.38364793,-157.9143927,Warbling White-eye,5,2024-02-24 +21.38364793,-157.9143927,Western Cattle Egret,6,2023-04-22 +21.38364793,-157.9143927,White Tern,1,2022-06-18 +21.38364793,-157.9143927,White-rumped Shama,2,2022-04-11 +21.38364793,-157.9143927,Yellow-fronted Canary,1,2022-06-28 +21.38364793,-157.9143927,Zebra Dove,14,2024-02-24 +21.38285791,-157.7986548,Chestnut Munia,2,2023-05-30 +21.38285791,-157.7986548,Common Myna,5,2023-05-30 +21.38285791,-157.7986548,Common Waxbill,3,2023-05-30 +21.38285791,-157.7986548,House Finch,1,2020-01-28 +21.38285791,-157.7986548,House Sparrow,2,2022-03-24 +21.38285791,-157.7986548,Northern Cardinal,1,2020-02-03 +21.38285791,-157.7986548,Northern Mockingbird,1,2020-02-03 +21.38285791,-157.7986548,Pacific Golden-Plover,3,2022-03-24 +21.38285791,-157.7986548,Red Junglefowl,2,2022-03-24 +21.38285791,-157.7986548,Red-billed Leiothrix,1,2021-06-08 +21.38285791,-157.7986548,Red-crested Cardinal,5,2023-05-30 +21.38285791,-157.7986548,Red-masked Parakeet,1,2020-02-03 +21.38285791,-157.7986548,Red-vented Bulbul,5,2023-05-30 +21.38285791,-157.7986548,Red-whiskered Bulbul,5,2023-02-01 +21.38285791,-157.7986548,Rose-ringed Parakeet,1,2020-02-03 +21.38285791,-157.7986548,Spotted Dove,4,2023-05-30 +21.38285791,-157.7986548,Warbling White-eye,3,2023-02-01 +21.38285791,-157.7986548,Western Cattle Egret,2,2022-03-24 +21.38285791,-157.7986548,White Tern,1,2020-02-03 +21.38285791,-157.7986548,White-rumped Shama,4,2023-05-30 +21.38285791,-157.7986548,Zebra Dove,6,2023-05-30 +21.38228727,-157.7214997,Black-necked Stilt,2,2023-08-26 +21.38228727,-157.7214997,Common Gallinule,1,2019-12-02 +21.38228727,-157.7214997,Common Myna,16,2023-08-26 +21.38228727,-157.7214997,Common Waxbill,3,2021-07-08 +21.38228727,-157.7214997,Great Frigatebird,5,2023-09-07 +21.38228727,-157.7214997,House Finch,9,2023-10-20 +21.38228727,-157.7214997,House Sparrow,2,2023-10-20 +21.38228727,-157.7214997,Japanese Bush Warbler,2,2020-05-31 +21.38228727,-157.7214997,Java Sparrow,10,2023-08-26 +21.38228727,-157.7214997,Northern Cardinal,7,2024-01-09 +21.38228727,-157.7214997,Pacific Golden-Plover,4,2020-01-26 +21.38228727,-157.7214997,Red-crested Cardinal,13,2023-08-26 +21.38228727,-157.7214997,Red-vented Bulbul,18,2023-10-20 +21.38228727,-157.7214997,Red-whiskered Bulbul,8,2022-02-21 +21.38228727,-157.7214997,Rock Pigeon,10,2022-02-21 +21.38228727,-157.7214997,Rose-ringed Parakeet,3,2023-08-26 +21.38228727,-157.7214997,Spotted Dove,12,2023-08-26 +21.38228727,-157.7214997,Warbling White-eye,5,2022-02-21 +21.38228727,-157.7214997,Western Cattle Egret,8,2023-08-26 +21.38228727,-157.7214997,White-rumped Shama,6,2022-01-01 +21.38228727,-157.7214997,Zebra Dove,17,2023-10-20 +21.39189111,-157.7985809,Chestnut Munia,13,2023-07-20 +21.39189111,-157.7985809,Common Myna,12,2023-03-12 +21.39189111,-157.7985809,Common Waxbill,2,2020-01-01 +21.39189111,-157.7985809,House Finch,4,2022-07-23 +21.39189111,-157.7985809,House Sparrow,2,2022-07-23 +21.39189111,-157.7985809,Java Sparrow,2,2020-01-01 +21.39189111,-157.7985809,Northern Cardinal,2,2019-04-28 +21.39189111,-157.7985809,Pacific Golden-Plover,9,2023-03-12 +21.39189111,-157.7985809,Red Junglefowl,9,2023-03-12 +21.39189111,-157.7985809,Red-billed Leiothrix,2,2023-03-12 +21.39189111,-157.7985809,Red-crested Cardinal,12,2023-03-12 +21.39189111,-157.7985809,Red-vented Bulbul,9,2023-03-12 +21.39189111,-157.7985809,Red-whiskered Bulbul,4,2023-03-12 +21.39189111,-157.7985809,Rock Pigeon,11,2023-03-12 +21.39189111,-157.7985809,Ruddy Turnstone,6,2023-03-07 +21.39189111,-157.7985809,Scaly-breasted Munia,2,2022-08-20 +21.39189111,-157.7985809,Spotted Dove,7,2023-03-12 +21.39189111,-157.7985809,Warbling White-eye,3,2023-03-12 +21.39189111,-157.7985809,Western Cattle Egret,11,2023-03-12 +21.39189111,-157.7985809,White-rumped Shama,2,2022-07-23 +21.39189111,-157.7985809,Zebra Dove,9,2023-03-12 +21.40236919,-158.0203696,Common Myna,34,2022-11-21 +21.40236919,-158.0203696,Common Waxbill,7,2022-09-26 +21.40236919,-158.0203696,Gray Francolin,5,2022-10-26 +21.40236919,-158.0203696,House Finch,14,2022-11-07 +21.40236919,-158.0203696,House Sparrow,2,2021-07-06 +21.40236919,-158.0203696,Java Sparrow,9,2022-11-21 +21.40236919,-158.0203696,Northern Cardinal,1,2021-05-10 +21.40236919,-158.0203696,Pacific Golden-Plover,21,2022-11-07 +21.40236919,-158.0203696,Red Avadavat,1,2021-06-01 +21.40236919,-158.0203696,Red-crested Cardinal,9,2022-11-07 +21.40236919,-158.0203696,Red-vented Bulbul,15,2022-10-26 +21.40236919,-158.0203696,Red-whiskered Bulbul,7,2022-11-21 +21.40236919,-158.0203696,Rock Pigeon,1,2021-06-07 +21.40236919,-158.0203696,Rose-ringed Parakeet,20,2022-11-21 +21.40236919,-158.0203696,Saffron Finch,18,2022-10-26 +21.40236919,-158.0203696,Snow Goose,26,2021-04-19 +21.40236919,-158.0203696,Spotted Dove,16,2022-11-07 +21.40236919,-158.0203696,Warbling White-eye,11,2022-11-21 +21.40236919,-158.0203696,Western Cattle Egret,15,2021-07-06 +21.40236919,-158.0203696,Yellow-fronted Canary,1,2022-09-12 +21.40236919,-158.0203696,Zebra Dove,32,2022-11-21 +21.43844784,-158.0104797,Chestnut Munia,1,2019-03-06 +21.43844784,-158.0104797,Common Myna,7,2023-03-03 +21.43844784,-158.0104797,Common Waxbill,3,2022-06-05 +21.43844784,-158.0104797,House Finch,5,2023-03-03 +21.43844784,-158.0104797,House Sparrow,1,2020-02-20 +21.43844784,-158.0104797,Java Sparrow,2,2023-03-03 +21.43844784,-158.0104797,Northern Cardinal,4,2023-03-03 +21.43844784,-158.0104797,Northern Mockingbird,1,2022-06-02 +21.43844784,-158.0104797,Pacific Golden-Plover,5,2023-03-03 +21.43844784,-158.0104797,Red Junglefowl,2,2023-03-03 +21.43844784,-158.0104797,Red-crested Cardinal,7,2023-03-03 +21.43844784,-158.0104797,Red-crowned Parrot,2,2022-06-05 +21.43844784,-158.0104797,Red-vented Bulbul,6,2023-03-03 +21.43844784,-158.0104797,Red-whiskered Bulbul,4,2023-03-03 +21.43844784,-158.0104797,Rose-ringed Parakeet,4,2023-03-03 +21.43844784,-158.0104797,Saffron Finch,4,2022-06-05 +21.43844784,-158.0104797,Spotted Dove,7,2023-03-03 +21.43844784,-158.0104797,Warbling White-eye,5,2023-03-03 +21.43844784,-158.0104797,Western Cattle Egret,6,2023-03-03 +21.43844784,-158.0104797,White-rumped Shama,2,2022-06-05 +21.43844784,-158.0104797,Zebra Dove,7,2023-03-03 +21.44580814,-157.7595428,Barn Owl,1,2022-07-08 +21.44580814,-157.7595428,Black-necked Stilt,8,2023-06-05 +21.44580814,-157.7595428,Common Myna,5,2023-01-22 +21.44580814,-157.7595428,Common Waxbill,2,2023-01-22 +21.44580814,-157.7595428,Gray Francolin,1,2023-01-22 +21.44580814,-157.7595428,Great Frigatebird,1,2022-06-26 +21.44580814,-157.7595428,House Sparrow,1,2019-07-10 +21.44580814,-157.7595428,Laysan Albatross,1,2022-06-26 +21.44580814,-157.7595428,Northern Cardinal,3,2022-06-26 +21.44580814,-157.7595428,Pacific Golden-Plover,5,2023-01-22 +21.44580814,-157.7595428,Red Junglefowl,1,2020-06-17 +21.44580814,-157.7595428,Red-crested Cardinal,3,2023-06-05 +21.44580814,-157.7595428,Red-vented Bulbul,3,2022-06-26 +21.44580814,-157.7595428,Red-whiskered Bulbul,1,2023-01-22 +21.44580814,-157.7595428,Rock Pigeon,1,2022-06-26 +21.44580814,-157.7595428,Saffron Finch,3,2023-01-19 +21.44580814,-157.7595428,Spotted Dove,4,2023-01-22 +21.44580814,-157.7595428,Warbling White-eye,1,2022-06-26 +21.44580814,-157.7595428,Wedge-tailed Shearwater,1,2022-06-26 +21.44580814,-157.7595428,Western Cattle Egret,6,2023-06-05 +21.44580814,-157.7595428,Zebra Dove,3,2022-06-26 +21.46549195,-158.000646,African Silverbill,1,2023-02-22 +21.46549195,-158.000646,Chestnut Munia,2,2022-04-15 +21.46549195,-158.000646,Common Myna,11,2024-01-20 +21.46549195,-158.000646,Common Waxbill,4,2024-01-20 +21.46549195,-158.000646,House Finch,3,2022-04-15 +21.46549195,-158.000646,House Sparrow,3,2023-08-13 +21.46549195,-158.000646,Java Sparrow,3,2024-01-20 +21.46549195,-158.000646,Northern Cardinal,2,2021-02-06 +21.46549195,-158.000646,Pacific Golden-Plover,10,2024-01-20 +21.46549195,-158.000646,Red Junglefowl,2,2023-08-13 +21.46549195,-158.000646,Red-crested Cardinal,5,2024-01-20 +21.46549195,-158.000646,Red-vented Bulbul,4,2023-02-22 +21.46549195,-158.000646,Red-whiskered Bulbul,1,2019-03-04 +21.46549195,-158.000646,Rose-ringed Parakeet,5,2023-08-13 +21.46549195,-158.000646,Saffron Finch,4,2024-01-20 +21.46549195,-158.000646,Scaly-breasted Munia,1,2023-02-22 +21.46549195,-158.000646,Spotted Dove,9,2024-01-20 +21.46549195,-158.000646,Warbling White-eye,1,2021-02-06 +21.46549195,-158.000646,Western Cattle Egret,3,2022-07-21 +21.46549195,-158.000646,White-rumped Shama,1,2019-03-04 +21.46549195,-158.000646,Zebra Dove,7,2024-01-20 +21.4638726,-157.7593898,African Silverbill,1,2021-06-28 +21.4638726,-157.7593898,Brown Booby,1,2020-10-16 +21.4638726,-157.7593898,Common Myna,2,2024-01-25 +21.4638726,-157.7593898,Common Waxbill,2,2023-02-01 +21.4638726,-157.7593898,Gray Francolin,2,2021-06-28 +21.4638726,-157.7593898,Great Frigatebird,3,2024-01-07 +21.4638726,-157.7593898,House Finch,1,2021-06-28 +21.4638726,-157.7593898,Masked Booby,2,2024-01-07 +21.4638726,-157.7593898,Northern Cardinal,2,2024-01-07 +21.4638726,-157.7593898,Pacific Golden-Plover,2,2024-01-25 +21.4638726,-157.7593898,Red-crested Cardinal,2,2024-01-25 +21.4638726,-157.7593898,Red-vented Bulbul,4,2024-01-07 +21.4638726,-157.7593898,Red-whiskered Bulbul,2,2023-02-01 +21.4638726,-157.7593898,Sanderling,2,2023-09-06 +21.4638726,-157.7593898,Wandering Tattler,1,2020-10-16 +21.4638726,-157.7593898,Warbling White-eye,2,2021-06-28 +21.4638726,-157.7593898,Wedge-tailed Shearwater,1,2021-06-28 +21.4638726,-157.7593898,Western Cattle Egret,2,2024-01-25 +21.4638726,-157.7593898,White-rumped Shama,1,2021-06-28 +21.4638726,-157.7593898,Zebra Dove,1,2024-01-25 +21.48460335,-158.1935664,Black-crowned Night Heron,1,2024-01-16 +21.48460335,-158.1935664,Common Myna,9,2024-01-18 +21.48460335,-158.1935664,Common Waxbill,8,2024-01-18 +21.48460335,-158.1935664,Erckel's Spurfowl,2,2024-01-18 +21.48460335,-158.1935664,Gray Francolin,1,2024-01-18 +21.48460335,-158.1935664,House Finch,6,2024-01-18 +21.48460335,-158.1935664,Indian Peafowl,3,2024-01-18 +21.48460335,-158.1935664,Java Sparrow,2,2024-01-18 +21.48460335,-158.1935664,Mourning Dove,1,2024-01-18 +21.48460335,-158.1935664,Northern Cardinal,6,2024-01-18 +21.48460335,-158.1935664,Northern Mockingbird,1,2024-01-15 +21.48460335,-158.1935664,Pacific Golden-Plover,3,2024-01-18 +21.48460335,-158.1935664,Red Junglefowl,2,2024-01-15 +21.48460335,-158.1935664,Red-crested Cardinal,8,2024-01-18 +21.48460335,-158.1935664,Red-vented Bulbul,8,2024-01-18 +21.48460335,-158.1935664,Red-whiskered Bulbul,1,2024-01-15 +21.48460335,-158.1935664,Saffron Finch,12,2024-01-18 +21.48460335,-158.1935664,Spotted Dove,6,2024-01-18 +21.48460335,-158.1935664,Warbling White-eye,6,2024-01-18 +21.48460335,-158.1935664,White-rumped Shama,3,2024-01-18 +21.48460335,-158.1935664,Zebra Dove,9,2024-01-18 +21.56551826,-158.1158551,Black Francolin,4,2022-12-27 +21.56551826,-158.1158551,Chestnut Munia,2,2022-06-27 +21.56551826,-158.1158551,Common Myna,21,2022-11-28 +21.56551826,-158.1158551,Common Waxbill,16,2022-12-12 +21.56551826,-158.1158551,Gray Francolin,9,2022-12-27 +21.56551826,-158.1158551,House Finch,10,2022-09-19 +21.56551826,-158.1158551,House Sparrow,2,2022-06-27 +21.56551826,-158.1158551,Japanese Bush Warbler,1,2022-12-12 +21.56551826,-158.1158551,Java Sparrow,7,2022-12-12 +21.56551826,-158.1158551,Northern Cardinal,12,2022-11-14 +21.56551826,-158.1158551,Red Avadavat,6,2022-11-14 +21.56551826,-158.1158551,Red-billed Leiothrix,4,2022-10-31 +21.56551826,-158.1158551,Red-crested Cardinal,13,2022-12-27 +21.56551826,-158.1158551,Red-vented Bulbul,21,2022-12-27 +21.56551826,-158.1158551,Red-whiskered Bulbul,9,2022-12-12 +21.56551826,-158.1158551,Saffron Finch,1,2022-11-28 +21.56551826,-158.1158551,Spotted Dove,19,2022-11-28 +21.56551826,-158.1158551,Warbling White-eye,23,2022-12-27 +21.56551826,-158.1158551,Western Cattle Egret,2,2022-11-14 +21.56551826,-158.1158551,White-rumped Shama,8,2022-12-12 +21.56551826,-158.1158551,Zebra Dove,22,2022-12-27 +21.5750892,-158.2220344,Black-footed Albatross,1,2019-01-30 +21.5750892,-158.2220344,Common Myna,3,2023-03-22 +21.5750892,-158.2220344,Common Waxbill,2,2023-03-22 +21.5750892,-158.2220344,Gray Francolin,1,2023-03-22 +21.5750892,-158.2220344,House Finch,2,2019-01-30 +21.5750892,-158.2220344,House Sparrow,2,2019-01-30 +21.5750892,-158.2220344,Java Sparrow,2,2022-01-24 +21.5750892,-158.2220344,Laysan Albatross,4,2023-03-22 +21.5750892,-158.2220344,Northern Cardinal,2,2023-03-22 +21.5750892,-158.2220344,Pacific Golden-Plover,3,2023-03-22 +21.5750892,-158.2220344,Red Junglefowl,1,2019-01-28 +21.5750892,-158.2220344,Red-crested Cardinal,3,2023-03-22 +21.5750892,-158.2220344,Red-footed Booby,2,2019-01-30 +21.5750892,-158.2220344,Red-vented Bulbul,3,2023-03-22 +21.5750892,-158.2220344,Red-whiskered Bulbul,1,2019-01-30 +21.5750892,-158.2220344,Rock Pigeon,2,2019-01-30 +21.5750892,-158.2220344,Saffron Finch,4,2024-02-21 +21.5750892,-158.2220344,Spotted Dove,3,2023-03-22 +21.5750892,-158.2220344,Warbling White-eye,2,2019-01-30 +21.5750892,-158.2220344,Western Cattle Egret,1,2019-01-28 +21.5750892,-158.2220344,Zebra Dove,3,2023-03-22 +21.57470965,-158.1447717,Common Myna,3,2020-01-07 +21.57470965,-158.1447717,Common Waxbill,3,2020-01-07 +21.57470965,-158.1447717,Erckel's Spurfowl,2,2019-03-22 +21.57470965,-158.1447717,Gray Francolin,1,2019-03-16 +21.57470965,-158.1447717,House Finch,2,2019-03-22 +21.57470965,-158.1447717,House Sparrow,1,2019-03-16 +21.57470965,-158.1447717,Japanese Bush Warbler,1,2019-03-16 +21.57470965,-158.1447717,Northern Cardinal,3,2020-01-07 +21.57470965,-158.1447717,Oahu Amakihi,1,2019-03-22 +21.57470965,-158.1447717,Pacific Golden-Plover,3,2020-01-07 +21.57470965,-158.1447717,Red Junglefowl,1,2020-01-07 +21.57470965,-158.1447717,Red-billed Leiothrix,2,2019-03-22 +21.57470965,-158.1447717,Red-crested Cardinal,3,2020-01-07 +21.57470965,-158.1447717,Red-vented Bulbul,3,2020-01-07 +21.57470965,-158.1447717,Red-whiskered Bulbul,2,2019-03-22 +21.57470965,-158.1447717,Rock Pigeon,1,2020-01-07 +21.57470965,-158.1447717,Spotted Dove,3,2020-01-07 +21.57470965,-158.1447717,Warbling White-eye,3,2020-01-07 +21.57470965,-158.1447717,Western Cattle Egret,1,2020-01-07 +21.57470965,-158.1447717,White-rumped Shama,2,2019-03-22 +21.57470965,-158.1447717,Zebra Dove,3,2020-01-07 +21.57465735,-158.1351147,Black Francolin,8,2022-07-05 +21.57465735,-158.1351147,Chestnut Munia,1,2022-04-18 +21.57465735,-158.1351147,Common Myna,12,2023-01-26 +21.57465735,-158.1351147,Common Waxbill,18,2023-01-26 +21.57465735,-158.1351147,Gray Francolin,6,2022-11-28 +21.57465735,-158.1351147,House Finch,8,2022-11-28 +21.57465735,-158.1351147,Japanese Bush Warbler,11,2022-12-27 +21.57465735,-158.1351147,Northern Cardinal,18,2022-11-14 +21.57465735,-158.1351147,Red Avadavat,13,2022-12-27 +21.57465735,-158.1351147,Red-billed Leiothrix,2,2022-07-05 +21.57465735,-158.1351147,Red-crested Cardinal,10,2022-10-31 +21.57465735,-158.1351147,Red-vented Bulbul,22,2023-01-26 +21.57465735,-158.1351147,Red-whiskered Bulbul,3,2022-10-03 +21.57465735,-158.1351147,Rock Pigeon,1,2022-05-16 +21.57465735,-158.1351147,Saffron Finch,2,2022-11-28 +21.57465735,-158.1351147,Scaly-breasted Munia,2,2022-06-06 +21.57465735,-158.1351147,Spotted Dove,18,2023-01-26 +21.57465735,-158.1351147,Warbling White-eye,14,2022-12-27 +21.57465735,-158.1351147,Western Cattle Egret,2,2022-08-08 +21.57465735,-158.1351147,Yellow-fronted Canary,1,2022-10-03 +21.57465735,-158.1351147,Zebra Dove,26,2023-01-26 +21.60155007,-158.0963153,African Silverbill,1,2021-06-11 +21.60155007,-158.0963153,Chestnut Munia,3,2021-06-11 +21.60155007,-158.0963153,Common Myna,7,2023-02-22 +21.60155007,-158.0963153,Common Waxbill,4,2021-06-11 +21.60155007,-158.0963153,House Finch,2,2019-11-24 +21.60155007,-158.0963153,House Sparrow,2,2019-03-23 +21.60155007,-158.0963153,Pacific Golden-Plover,4,2019-11-24 +21.60155007,-158.0963153,Red Junglefowl,4,2023-08-23 +21.60155007,-158.0963153,Red-crested Cardinal,3,2021-06-11 +21.60155007,-158.0963153,Red-vented Bulbul,1,2019-01-02 +21.60155007,-158.0963153,Red-whiskered Bulbul,1,2023-02-22 +21.60155007,-158.0963153,Rock Pigeon,2,2019-11-24 +21.60155007,-158.0963153,Ruddy Turnstone,2,2023-04-22 +21.60155007,-158.0963153,Saffron Finch,2,2019-11-24 +21.60155007,-158.0963153,Sanderling,1,2023-04-22 +21.60155007,-158.0963153,Scaly-breasted Munia,3,2021-06-11 +21.60155007,-158.0963153,Spotted Dove,2,2021-06-11 +21.60155007,-158.0963153,Wandering Tattler,2,2023-04-22 +21.60155007,-158.0963153,Warbling White-eye,1,2019-01-02 +21.60155007,-158.0963153,Western Cattle Egret,5,2021-06-11 +21.60155007,-158.0963153,Zebra Dove,4,2021-06-11 +21.60954745,-157.9223745,Black-crowned Night Heron,1,2020-09-12 +21.60954745,-157.9223745,Chestnut Munia,1,2022-07-31 +21.60954745,-157.9223745,Common Myna,4,2022-11-09 +21.60954745,-157.9223745,Common Waxbill,4,2023-08-18 +21.60954745,-157.9223745,House Finch,3,2020-09-12 +21.60954745,-157.9223745,Northern Cardinal,4,2022-07-31 +21.60954745,-157.9223745,Pacific Golden-Plover,1,2020-09-12 +21.60954745,-157.9223745,Red Junglefowl,3,2022-11-09 +21.60954745,-157.9223745,Red-billed Leiothrix,6,2023-08-18 +21.60954745,-157.9223745,Red-crested Cardinal,3,2022-07-31 +21.60954745,-157.9223745,Red-vented Bulbul,5,2023-08-18 +21.60954745,-157.9223745,Red-whiskered Bulbul,4,2023-08-18 +21.60954745,-157.9223745,Rock Pigeon,1,2020-09-12 +21.60954745,-157.9223745,Ruddy Turnstone,1,2020-09-12 +21.60954745,-157.9223745,Salmon-crested Cockatoo,2,2023-08-18 +21.60954745,-157.9223745,Spotted Dove,3,2022-07-31 +21.60954745,-157.9223745,Warbling White-eye,4,2023-08-18 +21.60954745,-157.9223745,Western Cattle Egret,1,2020-09-12 +21.60954745,-157.9223745,White-rumped Shama,4,2022-11-09 +21.60954745,-157.9223745,Yellow-fronted Canary,1,2020-09-12 +21.60954745,-157.9223745,Zebra Dove,5,2023-08-18 +21.66456918,-158.0572646,Brown Booby,4,2023-10-22 +21.66456918,-158.0572646,Common Myna,1,2022-11-04 +21.66456918,-158.0572646,Common Waxbill,2,2023-10-22 +21.66456918,-158.0572646,Great Frigatebird,1,2023-10-22 +21.66456918,-158.0572646,House Finch,1,2022-11-04 +21.66456918,-158.0572646,Java Sparrow,1,2022-11-04 +21.66456918,-158.0572646,Masked Booby,1,2019-02-02 +21.66456918,-158.0572646,Pacific Golden-Plover,1,2023-10-22 +21.66456918,-158.0572646,Red Junglefowl,2,2023-10-22 +21.66456918,-158.0572646,Red-crested Cardinal,1,2023-10-22 +21.66456918,-158.0572646,Red-footed Booby,1,2023-10-22 +21.66456918,-158.0572646,Red-vented Bulbul,1,2022-11-04 +21.66456918,-158.0572646,Red-whiskered Bulbul,1,2022-11-04 +21.66456918,-158.0572646,Ruddy Turnstone,1,2022-11-05 +21.66456918,-158.0572646,Sanderling,1,2023-10-22 +21.66456918,-158.0572646,Sooty Tern,1,2023-10-22 +21.66456918,-158.0572646,Spotted Dove,1,2023-10-22 +21.66456918,-158.0572646,Wandering Tattler,1,2022-11-05 +21.66456918,-158.0572646,Warbling White-eye,2,2023-10-22 +21.66456918,-158.0572646,Wedge-tailed Shearwater,1,2022-06-23 +21.66456918,-158.0572646,Zebra Dove,2,2023-10-22 +21.68252516,-158.0378167,Black-crowned Night Heron,1,2024-01-10 +21.68252516,-158.0378167,Common Myna,8,2024-01-10 +21.68252516,-158.0378167,Common Waxbill,2,2019-01-23 +21.68252516,-158.0378167,House Sparrow,2,2024-01-10 +21.68252516,-158.0378167,Indian Peafowl,1,2024-01-10 +21.68252516,-158.0378167,Java Sparrow,3,2020-03-12 +21.68252516,-158.0378167,Pacific Golden-Plover,1,2022-04-23 +21.68252516,-158.0378167,Red Junglefowl,1,2024-01-10 +21.68252516,-158.0378167,Red-crested Cardinal,4,2024-01-10 +21.68252516,-158.0378167,Red-vented Bulbul,4,2020-03-12 +21.68252516,-158.0378167,Red-whiskered Bulbul,3,2020-03-12 +21.68252516,-158.0378167,Saffron Finch,1,2020-03-12 +21.68252516,-158.0378167,Sanderling,2,2024-01-10 +21.68252516,-158.0378167,Scaly-breasted Munia,2,2019-01-23 +21.68252516,-158.0378167,Spotted Dove,3,2020-03-12 +21.68252516,-158.0378167,Wandering Tattler,5,2022-05-03 +21.68252516,-158.0378167,Warbling White-eye,1,2019-11-02 +21.68252516,-158.0378167,Western Cattle Egret,5,2024-01-10 +21.68252516,-158.0378167,White-rumped Shama,3,2024-01-10 +21.68252516,-158.0378167,Zebra Dove,5,2024-01-10 +21.28299749,-157.7319988,Black-necked Stilt,2,2024-01-12 +21.28299749,-157.7319988,Common Myna,7,2023-10-27 +21.28299749,-157.7319988,Great Frigatebird,3,2024-02-09 +21.28299749,-157.7319988,House Sparrow,2,2022-03-05 +21.28299749,-157.7319988,Indian Peafowl,1,2022-01-23 +21.28299749,-157.7319988,Java Sparrow,1,2022-03-05 +21.28299749,-157.7319988,Feral Mallard,3,2024-01-12 +21.28299749,-157.7319988,Northern Cardinal,3,2023-03-24 +21.28299749,-157.7319988,Pacific Golden-Plover,4,2023-03-25 +21.28299749,-157.7319988,Red Junglefowl,1,2019-02-18 +21.28299749,-157.7319988,Red-billed Leiothrix,2,2023-03-25 +21.28299749,-157.7319988,Red-crested Cardinal,6,2023-03-25 +21.28299749,-157.7319988,Red-tailed Tropicbird,3,2023-03-25 +21.28299749,-157.7319988,Red-vented Bulbul,8,2023-03-25 +21.28299749,-157.7319988,Rock Pigeon,6,2023-10-27 +21.28299749,-157.7319988,Rose-ringed Parakeet,1,2022-01-23 +21.28299749,-157.7319988,Spotted Dove,5,2023-03-25 +21.28299749,-157.7319988,Warbling White-eye,3,2023-03-25 +21.28299749,-157.7319988,Western Cattle Egret,9,2024-02-09 +21.28299749,-157.7319988,White Tern,1,2022-01-23 +21.28299749,-157.7319988,White-rumped Shama,2,2022-02-19 +21.28299749,-157.7319988,Zebra Dove,9,2023-10-27 +21.28270242,-157.6934487,African Silverbill,1,2021-12-13 +21.28270242,-157.6934487,Black-necked Stilt,1,2019-07-07 +21.28270242,-157.6934487,Common Myna,7,2024-02-23 +21.28270242,-157.6934487,Common Waxbill,4,2021-03-17 +21.28270242,-157.6934487,Erckel's Spurfowl,1,2021-03-11 +21.28270242,-157.6934487,Great Frigatebird,2,2021-03-19 +21.28270242,-157.6934487,House Finch,1,2022-04-06 +21.28270242,-157.6934487,House Sparrow,1,2019-11-29 +21.28270242,-157.6934487,Java Sparrow,5,2021-12-14 +21.28270242,-157.6934487,Northern Cardinal,2,2021-03-19 +21.28270242,-157.6934487,Pacific Golden-Plover,8,2022-04-06 +21.28270242,-157.6934487,Red Junglefowl,6,2022-04-06 +21.28270242,-157.6934487,Red-crested Cardinal,3,2024-02-23 +21.28270242,-157.6934487,Red-vented Bulbul,5,2022-04-06 +21.28270242,-157.6934487,Red-whiskered Bulbul,4,2024-02-23 +21.28270242,-157.6934487,Rock Pigeon,5,2021-12-13 +21.28270242,-157.6934487,Sooty Tern,2,2021-03-19 +21.28270242,-157.6934487,Spotted Dove,6,2024-02-23 +21.28270242,-157.6934487,Western Cattle Egret,7,2022-04-06 +21.28270242,-157.6934487,Yellow-fronted Canary,1,2022-04-06 +21.28270242,-157.6934487,Zebra Dove,10,2024-02-23 +21.31024111,-157.7510451,Apapane,5,2021-04-15 +21.31024111,-157.7510451,Black-crowned Night Heron,1,2020-01-30 +21.31024111,-157.7510451,Common Myna,7,2024-02-21 +21.31024111,-157.7510451,Common Waxbill,14,2024-02-21 +21.31024111,-157.7510451,House Finch,16,2024-02-21 +21.31024111,-157.7510451,Japanese Bush Warbler,9,2020-01-30 +21.31024111,-157.7510451,Northern Cardinal,12,2024-02-15 +21.31024111,-157.7510451,Oahu Amakihi,13,2024-02-21 +21.31024111,-157.7510451,Oahu Elepaio,15,2024-02-21 +21.31024111,-157.7510451,Red Avadavat,1,2019-11-09 +21.31024111,-157.7510451,Red-billed Leiothrix,16,2024-02-21 +21.31024111,-157.7510451,Red-crested Cardinal,6,2021-01-30 +21.31024111,-157.7510451,Red-masked Parakeet,7,2024-02-21 +21.31024111,-157.7510451,Red-vented Bulbul,16,2024-02-21 +21.31024111,-157.7510451,Red-whiskered Bulbul,17,2024-02-21 +21.31024111,-157.7510451,Scaly-breasted Munia,4,2024-02-21 +21.31024111,-157.7510451,Spotted Dove,17,2024-02-21 +21.31024111,-157.7510451,Warbling White-eye,16,2024-02-21 +21.31024111,-157.7510451,White Tern,5,2024-02-21 +21.31024111,-157.7510451,White-rumped Shama,17,2024-02-21 +21.31024111,-157.7510451,Yellow-fronted Canary,1,2019-04-23 +21.31024111,-157.7510451,Zebra Dove,13,2024-02-15 +21.32128761,-158.059477,African Silverbill,1,2021-01-21 +21.32128761,-158.059477,Chestnut Munia,5,2021-08-11 +21.32128761,-158.059477,Common Myna,26,2023-06-02 +21.32128761,-158.059477,Common Waxbill,16,2023-06-02 +21.32128761,-158.059477,Eurasian Skylark,19,2023-01-18 +21.32128761,-158.059477,Gray Francolin,22,2021-09-22 +21.32128761,-158.059477,House Finch,20,2023-06-02 +21.32128761,-158.059477,House Sparrow,1,2021-05-08 +21.32128761,-158.059477,Java Sparrow,3,2021-03-25 +21.32128761,-158.059477,Northern Cardinal,18,2023-06-02 +21.32128761,-158.059477,Northern Mockingbird,3,2021-03-10 +21.32128761,-158.059477,Pacific Golden-Plover,22,2022-04-13 +21.32128761,-158.059477,Red Avadavat,1,2021-09-15 +21.32128761,-158.059477,Red-crested Cardinal,17,2023-06-02 +21.32128761,-158.059477,Red-vented Bulbul,18,2023-06-02 +21.32128761,-158.059477,Red-whiskered Bulbul,3,2022-04-13 +21.32128761,-158.059477,Saffron Finch,3,2023-06-02 +21.32128761,-158.059477,Scaly-breasted Munia,1,2020-02-24 +21.32128761,-158.059477,Spotted Dove,7,2023-06-02 +21.32128761,-158.059477,Warbling White-eye,15,2021-09-22 +21.32128761,-158.059477,White-rumped Shama,4,2022-04-13 +21.32128761,-158.059477,Zebra Dove,13,2023-06-02 +21.34776307,-157.953231,Chestnut Munia,8,2023-11-16 +21.34776307,-157.953231,Common Myna,18,2023-12-04 +21.34776307,-157.953231,Common Waxbill,4,2023-09-13 +21.34776307,-157.953231,House Finch,9,2023-11-16 +21.34776307,-157.953231,House Sparrow,6,2023-12-04 +21.34776307,-157.953231,Java Sparrow,6,2023-09-13 +21.34776307,-157.953231,Feral Mallard,1,2021-04-02 +21.34776307,-157.953231,Northern Cardinal,5,2023-01-07 +21.34776307,-157.953231,Pacific Golden-Plover,16,2023-12-04 +21.34776307,-157.953231,Red-crested Cardinal,13,2023-12-04 +21.34776307,-157.953231,Red-vented Bulbul,13,2023-12-04 +21.34776307,-157.953231,Red-whiskered Bulbul,6,2023-12-04 +21.34776307,-157.953231,Rock Pigeon,5,2023-12-04 +21.34776307,-157.953231,Rose-ringed Parakeet,10,2023-11-16 +21.34776307,-157.953231,Saffron Finch,11,2023-12-04 +21.34776307,-157.953231,Spotted Dove,13,2023-12-04 +21.34776307,-157.953231,Warbling White-eye,4,2023-09-13 +21.34776307,-157.953231,Western Cattle Egret,13,2023-12-04 +21.34776307,-157.953231,White Tern,7,2023-09-13 +21.34776307,-157.953231,White-rumped Shama,6,2023-09-13 +21.34776307,-157.953231,Yellow-fronted Canary,5,2023-09-13 +21.34776307,-157.953231,Zebra Dove,16,2023-12-04 +21.34770199,-157.943588,Chestnut Munia,7,2023-12-09 +21.34770199,-157.943588,Common Myna,21,2024-01-30 +21.34770199,-157.943588,Common Waxbill,9,2024-01-30 +21.34770199,-157.943588,House Finch,6,2023-09-11 +21.34770199,-157.943588,House Sparrow,9,2023-12-09 +21.34770199,-157.943588,Java Sparrow,8,2023-12-08 +21.34770199,-157.943588,Northern Cardinal,4,2023-12-08 +21.34770199,-157.943588,Pacific Golden-Plover,13,2023-12-09 +21.34770199,-157.943588,Red-crested Cardinal,14,2023-12-09 +21.34770199,-157.943588,Red-vented Bulbul,18,2024-01-30 +21.34770199,-157.943588,Red-whiskered Bulbul,5,2023-12-08 +21.34770199,-157.943588,Rock Pigeon,5,2023-09-11 +21.34770199,-157.943588,Rose-ringed Parakeet,8,2024-01-30 +21.34770199,-157.943588,Saffron Finch,5,2024-01-30 +21.34770199,-157.943588,Spotted Dove,12,2023-12-09 +21.34770199,-157.943588,Warbling White-eye,8,2024-01-30 +21.34770199,-157.943588,Western Cattle Egret,13,2024-01-30 +21.34770199,-157.943588,White Tern,10,2024-01-30 +21.34770199,-157.943588,White-rumped Shama,3,2023-09-11 +21.34770199,-157.943588,Yellow-fronted Canary,5,2023-12-09 +21.34770199,-157.943588,Zebra Dove,19,2024-01-30 +21.35547775,-157.760305,Black-crowned Night Heron,1,2024-02-03 +21.35547775,-157.760305,Chestnut Munia,2,2023-12-05 +21.35547775,-157.760305,Chinese Hwamei,1,2020-01-30 +21.35547775,-157.760305,Common Myna,6,2024-02-04 +21.35547775,-157.760305,Common Waxbill,4,2024-02-04 +21.35547775,-157.760305,Hooded Merganser,2,2024-01-22 +21.35547775,-157.760305,House Finch,3,2024-01-22 +21.35547775,-157.760305,Northern Cardinal,4,2023-12-05 +21.35547775,-157.760305,Pacific Golden-Plover,7,2024-02-04 +21.35547775,-157.760305,Red Junglefowl,1,2024-01-22 +21.35547775,-157.760305,Red-billed Leiothrix,7,2023-12-05 +21.35547775,-157.760305,Red-crested Cardinal,6,2024-02-04 +21.35547775,-157.760305,Red-vented Bulbul,6,2024-02-04 +21.35547775,-157.760305,Red-whiskered Bulbul,7,2024-02-04 +21.35547775,-157.760305,Scaly-breasted Munia,1,2022-09-30 +21.35547775,-157.760305,Spotted Dove,2,2024-01-22 +21.35547775,-157.760305,Warbling White-eye,3,2024-02-04 +21.35547775,-157.760305,Western Cattle Egret,4,2024-02-04 +21.35547775,-157.760305,White Tern,2,2023-12-05 +21.35547775,-157.760305,White-rumped Shama,6,2024-02-04 +21.35547775,-157.760305,Zebra Dove,3,2024-02-03 +21.37310554,-157.7022913,Black-necked Stilt,1,2019-07-02 +21.37310554,-157.7022913,Brown Booby,1,2022-07-16 +21.37310554,-157.7022913,Brown Noddy,2,2022-07-17 +21.37310554,-157.7022913,Common Myna,1,2022-07-16 +21.37310554,-157.7022913,Common Waxbill,1,2022-07-17 +21.37310554,-157.7022913,Great Frigatebird,1,2022-07-16 +21.37310554,-157.7022913,Indian Peafowl,1,2022-02-05 +21.37310554,-157.7022913,Northern Cardinal,1,2022-07-16 +21.37310554,-157.7022913,Pacific Golden-Plover,2,2023-08-26 +21.37310554,-157.7022913,Red-crested Cardinal,2,2022-07-16 +21.37310554,-157.7022913,Red-footed Booby,6,2022-07-17 +21.37310554,-157.7022913,Red-tailed Tropicbird,1,2022-07-16 +21.37310554,-157.7022913,Rock Pigeon,1,2022-07-16 +21.37310554,-157.7022913,Sooty Tern,1,2022-07-16 +21.37310554,-157.7022913,Spotted Dove,1,2023-08-26 +21.37310554,-157.7022913,Wedge-tailed Shearwater,3,2022-07-17 +21.37310554,-157.7022913,Western Cattle Egret,1,2022-07-16 +21.37310554,-157.7022913,White-tailed Tropicbird,1,2022-03-02 +21.37310554,-157.7022913,Yellow-fronted Canary,1,2023-08-26 +21.37310554,-157.7022913,Zebra Dove,1,2022-07-16 +21.38278849,-157.7890102,Black-crowned Night Heron,1,2023-03-08 +21.38278849,-157.7890102,Chestnut Munia,2,2021-02-05 +21.38278849,-157.7890102,Common Myna,4,2023-10-12 +21.38278849,-157.7890102,Common Waxbill,3,2023-03-23 +21.38278849,-157.7890102,House Finch,4,2023-03-23 +21.38278849,-157.7890102,House Sparrow,1,2023-03-08 +21.38278849,-157.7890102,Java Sparrow,1,2023-10-12 +21.38278849,-157.7890102,Northern Cardinal,3,2023-03-23 +21.38278849,-157.7890102,Red Junglefowl,3,2023-03-23 +21.38278849,-157.7890102,Red-billed Leiothrix,4,2023-03-23 +21.38278849,-157.7890102,Red-crested Cardinal,5,2023-10-12 +21.38278849,-157.7890102,Red-vented Bulbul,4,2023-03-23 +21.38278849,-157.7890102,Red-whiskered Bulbul,4,2023-03-23 +21.38278849,-157.7890102,Rock Pigeon,2,2023-10-12 +21.38278849,-157.7890102,Rose-ringed Parakeet,1,2021-02-07 +21.38278849,-157.7890102,Saffron Finch,1,2023-03-08 +21.38278849,-157.7890102,Spotted Dove,4,2023-03-23 +21.38278849,-157.7890102,Wandering Tattler,1,2023-03-08 +21.38278849,-157.7890102,Warbling White-eye,4,2023-03-23 +21.38278849,-157.7890102,Western Cattle Egret,2,2023-03-08 +21.38278849,-157.7890102,White-rumped Shama,4,2023-03-23 +21.38278849,-157.7890102,Zebra Dove,4,2023-10-12 +21.38213821,-157.7022116,Black-necked Stilt,2,2021-09-09 +21.38213821,-157.7022116,Brown Booby,2,2023-12-15 +21.38213821,-157.7022116,Common Myna,4,2022-04-03 +21.38213821,-157.7022116,Common Waxbill,3,2021-09-09 +21.38213821,-157.7022116,Great Frigatebird,2,2023-07-09 +21.38213821,-157.7022116,House Finch,1,2020-02-24 +21.38213821,-157.7022116,House Sparrow,1,2020-02-24 +21.38213821,-157.7022116,Indian Peafowl,2,2023-12-15 +21.38213821,-157.7022116,Pacific Golden-Plover,3,2021-09-09 +21.38213821,-157.7022116,Red Avadavat,1,2021-09-09 +21.38213821,-157.7022116,Red Junglefowl,1,2020-02-24 +21.38213821,-157.7022116,Red-crested Cardinal,3,2021-09-09 +21.38213821,-157.7022116,Red-footed Booby,6,2023-07-09 +21.38213821,-157.7022116,Red-vented Bulbul,1,2021-09-09 +21.38213821,-157.7022116,Rock Pigeon,4,2023-07-09 +21.38213821,-157.7022116,Ruddy Turnstone,1,2021-09-09 +21.38213821,-157.7022116,Spotted Dove,3,2021-09-09 +21.38213821,-157.7022116,Wandering Tattler,2,2021-10-13 +21.38213821,-157.7022116,Wedge-tailed Shearwater,2,2021-10-13 +21.38213821,-157.7022116,Western Cattle Egret,4,2022-04-03 +21.38213821,-157.7022116,White-rumped Shama,1,2021-09-09 +21.38213821,-157.7022116,Zebra Dove,3,2021-09-09 +21.40092431,-157.798507,African Silverbill,2,2023-02-23 +21.40092431,-157.798507,Chestnut Munia,3,2023-07-25 +21.40092431,-157.798507,Common Myna,9,2024-02-17 +21.40092431,-157.798507,Common Waxbill,2,2023-07-25 +21.40092431,-157.798507,House Finch,2,2023-07-25 +21.40092431,-157.798507,House Sparrow,5,2023-07-26 +21.40092431,-157.798507,Java Sparrow,2,2023-12-21 +21.40092431,-157.798507,Northern Cardinal,1,2019-02-19 +21.40092431,-157.798507,Northern Mockingbird,1,2019-02-19 +21.40092431,-157.798507,Pacific Golden-Plover,2,2022-10-08 +21.40092431,-157.798507,Red Junglefowl,1,2021-07-10 +21.40092431,-157.798507,Red-crested Cardinal,8,2023-07-26 +21.40092431,-157.798507,Red-tailed Tropicbird,1,2021-05-09 +21.40092431,-157.798507,Red-vented Bulbul,4,2023-07-26 +21.40092431,-157.798507,Red-whiskered Bulbul,2,2021-03-14 +21.40092431,-157.798507,Rock Pigeon,4,2024-02-17 +21.40092431,-157.798507,Scaly-breasted Munia,1,2019-02-19 +21.40092431,-157.798507,Spotted Dove,6,2023-07-25 +21.40092431,-157.798507,Warbling White-eye,3,2023-07-25 +21.40092431,-157.798507,Western Cattle Egret,9,2023-07-26 +21.40092431,-157.798507,White-rumped Shama,1,2019-02-19 +21.40092431,-157.798507,Zebra Dove,4,2024-02-17 +21.41009502,-157.8177259,Chestnut Munia,2,2023-02-16 +21.41009502,-157.8177259,Common Myna,18,2024-02-20 +21.41009502,-157.8177259,Common Waxbill,15,2024-02-20 +21.41009502,-157.8177259,House Finch,13,2022-07-26 +21.41009502,-157.8177259,House Sparrow,1,2023-02-16 +21.41009502,-157.8177259,Java Sparrow,1,2023-02-16 +21.41009502,-157.8177259,Feral Mallard,1,2022-01-21 +21.41009502,-157.8177259,Northern Cardinal,10,2024-02-20 +21.41009502,-157.8177259,Pacific Golden-Plover,2,2024-02-20 +21.41009502,-157.8177259,Red Junglefowl,3,2023-02-16 +21.41009502,-157.8177259,Red-billed Leiothrix,14,2022-07-26 +21.41009502,-157.8177259,Red-crested Cardinal,6,2024-02-20 +21.41009502,-157.8177259,Red-vented Bulbul,16,2024-02-20 +21.41009502,-157.8177259,Red-whiskered Bulbul,20,2024-02-20 +21.41009502,-157.8177259,Rock Pigeon,1,2022-07-21 +21.41009502,-157.8177259,Saffron Finch,1,2023-02-16 +21.41009502,-157.8177259,Scaly-breasted Munia,3,2022-06-28 +21.41009502,-157.8177259,Spotted Dove,4,2024-02-20 +21.41009502,-157.8177259,Warbling White-eye,16,2024-02-20 +21.41009502,-157.8177259,Western Cattle Egret,4,2024-02-20 +21.41009502,-157.8177259,White-rumped Shama,11,2024-02-20 +21.41009502,-157.8177259,Zebra Dove,16,2024-02-20 +21.43850449,-158.0201286,Black-necked Stilt,1,2021-11-10 +21.43850449,-158.0201286,Chestnut Munia,4,2021-05-16 +21.43850449,-158.0201286,Common Myna,6,2021-05-16 +21.43850449,-158.0201286,Common Waxbill,3,2021-05-16 +21.43850449,-158.0201286,House Finch,5,2021-05-16 +21.43850449,-158.0201286,House Sparrow,2,2021-05-16 +21.43850449,-158.0201286,Java Sparrow,1,2021-05-16 +21.43850449,-158.0201286,Northern Cardinal,2,2021-05-09 +21.43850449,-158.0201286,Pacific Golden-Plover,4,2021-08-26 +21.43850449,-158.0201286,Red Junglefowl,2,2021-05-16 +21.43850449,-158.0201286,Red-crested Cardinal,4,2021-05-16 +21.43850449,-158.0201286,Red-crowned Parrot,1,2021-06-24 +21.43850449,-158.0201286,Red-vented Bulbul,5,2021-05-16 +21.43850449,-158.0201286,Red-whiskered Bulbul,3,2021-05-16 +21.43850449,-158.0201286,Rose-ringed Parakeet,4,2021-06-24 +21.43850449,-158.0201286,Ruddy Turnstone,2,2022-03-21 +21.43850449,-158.0201286,Saffron Finch,5,2021-05-16 +21.43850449,-158.0201286,Spotted Dove,5,2021-05-16 +21.43850449,-158.0201286,Warbling White-eye,5,2021-05-16 +21.43850449,-158.0201286,Western Cattle Egret,5,2021-05-16 +21.43850449,-158.0201286,Yellow-fronted Canary,1,2021-04-24 +21.43850449,-158.0201286,Zebra Dove,6,2021-05-16 +21.45759198,-158.2130174,African Silverbill,2,2020-05-23 +21.45759198,-158.2130174,Brown Booby,3,2021-07-02 +21.45759198,-158.2130174,Common Myna,16,2023-03-12 +21.45759198,-158.2130174,Common Waxbill,5,2020-05-25 +21.45759198,-158.2130174,Great Frigatebird,1,2023-03-12 +21.45759198,-158.2130174,House Finch,6,2023-03-12 +21.45759198,-158.2130174,House Sparrow,1,2020-05-23 +21.45759198,-158.2130174,Java Sparrow,6,2023-03-12 +21.45759198,-158.2130174,Northern Cardinal,1,2020-05-23 +21.45759198,-158.2130174,Red Junglefowl,4,2021-07-02 +21.45759198,-158.2130174,Red-crested Cardinal,3,2022-10-01 +21.45759198,-158.2130174,Red-vented Bulbul,15,2023-03-12 +21.45759198,-158.2130174,Red-whiskered Bulbul,2,2022-10-01 +21.45759198,-158.2130174,Rock Pigeon,6,2022-10-01 +21.45759198,-158.2130174,Saffron Finch,6,2023-03-12 +21.45759198,-158.2130174,Spotted Dove,13,2023-03-12 +21.45759198,-158.2130174,Wandering Tattler,5,2023-03-12 +21.45759198,-158.2130174,Warbling White-eye,7,2023-03-12 +21.45759198,-158.2130174,Western Cattle Egret,3,2021-07-02 +21.45759198,-158.2130174,White Tern,2,2019-12-31 +21.45759198,-158.2130174,White-rumped Shama,1,2019-05-05 +21.45759198,-158.2130174,Zebra Dove,17,2023-03-12 +21.5378764,-158.019463,Chestnut Munia,2,2022-03-27 +21.5378764,-158.019463,Common Gallinule,1,2021-12-27 +21.5378764,-158.019463,Common Myna,7,2022-03-27 +21.5378764,-158.019463,Common Waxbill,5,2022-03-27 +21.5378764,-158.019463,House Finch,4,2022-03-27 +21.5378764,-158.019463,House Sparrow,4,2022-03-27 +21.5378764,-158.019463,Java Sparrow,4,2022-03-27 +21.5378764,-158.019463,Mariana Swiftlet,1,2022-03-27 +21.5378764,-158.019463,Northern Cardinal,7,2022-03-27 +21.5378764,-158.019463,Pacific Golden-Plover,5,2022-03-27 +21.5378764,-158.019463,Red-crested Cardinal,7,2022-03-27 +21.5378764,-158.019463,Red-vented Bulbul,5,2022-03-27 +21.5378764,-158.019463,Red-whiskered Bulbul,2,2021-04-08 +21.5378764,-158.019463,Rose-ringed Parakeet,4,2022-03-27 +21.5378764,-158.019463,Ruddy Turnstone,3,2019-12-26 +21.5378764,-158.019463,Saffron Finch,6,2022-03-27 +21.5378764,-158.019463,Scaly-breasted Munia,1,2019-04-18 +21.5378764,-158.019463,Short-eared Owl,1,2021-09-12 +21.5378764,-158.019463,Spotted Dove,6,2022-03-27 +21.5378764,-158.019463,Warbling White-eye,6,2022-03-27 +21.5378764,-158.019463,Western Cattle Egret,3,2021-04-08 +21.5378764,-158.019463,Zebra Dove,7,2022-03-27 +21.55710606,-158.2414496,African Silverbill,2,2019-04-20 +21.55710606,-158.2414496,Brown Booby,1,2019-03-30 +21.55710606,-158.2414496,Chestnut Munia,1,2019-04-18 +21.55710606,-158.2414496,Common Myna,10,2019-05-16 +21.55710606,-158.2414496,Common Waxbill,12,2019-05-16 +21.55710606,-158.2414496,Gray Francolin,10,2019-05-02 +21.55710606,-158.2414496,House Finch,9,2019-05-16 +21.55710606,-158.2414496,House Sparrow,3,2019-05-16 +21.55710606,-158.2414496,Northern Cardinal,6,2019-04-20 +21.55710606,-158.2414496,Pacific Golden-Plover,1,2019-03-20 +21.55710606,-158.2414496,Red Junglefowl,4,2019-05-16 +21.55710606,-158.2414496,Red-crested Cardinal,10,2019-05-16 +21.55710606,-158.2414496,Red-vented Bulbul,13,2019-05-16 +21.55710606,-158.2414496,Red-whiskered Bulbul,1,2019-04-20 +21.55710606,-158.2414496,Ring-necked Pheasant,1,2019-03-14 +21.55710606,-158.2414496,Scaly-breasted Munia,10,2019-05-16 +21.55710606,-158.2414496,Spotted Dove,13,2019-05-16 +21.55710606,-158.2414496,Warbling White-eye,10,2019-05-16 +21.55710606,-158.2414496,White-rumped Shama,8,2019-05-16 +21.55710606,-158.2414496,White-tailed Tropicbird,2,2019-03-30 +21.55710606,-158.2414496,Yellow-faced Grassquit,7,2019-05-04 +21.55710606,-158.2414496,Zebra Dove,13,2019-05-16 +21.5549612,-157.8648382,Chestnut Munia,1,2022-09-18 +21.5549612,-157.8648382,Common Myna,2,2022-09-18 +21.5549612,-157.8648382,Common Waxbill,2,2020-11-16 +21.5549612,-157.8648382,House Finch,1,2020-06-17 +21.5549612,-157.8648382,Northern Cardinal,1,2020-06-17 +21.5549612,-157.8648382,Pacific Golden-Plover,3,2022-09-03 +21.5549612,-157.8648382,Red-billed Leiothrix,4,2020-06-17 +21.5549612,-157.8648382,Red-crested Cardinal,1,2020-06-17 +21.5549612,-157.8648382,Red-tailed Tropicbird,3,2020-03-22 +21.5549612,-157.8648382,Red-vented Bulbul,1,2020-06-17 +21.5549612,-157.8648382,Red-whiskered Bulbul,1,2020-11-16 +21.5549612,-157.8648382,Rock Pigeon,2,2019-03-25 +21.5549612,-157.8648382,Ruddy Turnstone,2,2019-03-25 +21.5549612,-157.8648382,Sanderling,2,2019-03-25 +21.5549612,-157.8648382,Sooty Tern,3,2020-03-22 +21.5549612,-157.8648382,Spotted Dove,1,2020-06-17 +21.5549612,-157.8648382,Wandering Tattler,3,2022-09-03 +21.5549612,-157.8648382,Warbling White-eye,4,2020-06-17 +21.5549612,-157.8648382,Western Cattle Egret,3,2022-09-18 +21.5549612,-157.8648382,White-rumped Shama,7,2023-02-24 +21.5549612,-157.8648382,White-tailed Tropicbird,6,2020-06-17 +21.5549612,-157.8648382,Zebra Dove,3,2022-09-03 +21.58398759,-158.1930091,Brown Booby,2,2020-01-29 +21.58398759,-158.1930091,Common Myna,14,2023-07-14 +21.58398759,-158.1930091,Common Waxbill,8,2023-07-14 +21.58398759,-158.1930091,Eurasian Skylark,1,2024-02-07 +21.58398759,-158.1930091,Gray Francolin,1,2024-02-07 +21.58398759,-158.1930091,House Finch,7,2023-02-14 +21.58398759,-158.1930091,House Sparrow,2,2021-12-30 +21.58398759,-158.1930091,Java Sparrow,2,2021-12-01 +21.58398759,-158.1930091,Laysan Albatross,9,2023-03-08 +21.58398759,-158.1930091,Northern Cardinal,5,2021-12-01 +21.58398759,-158.1930091,Pacific Golden-Plover,14,2024-02-07 +21.58398759,-158.1930091,Red Junglefowl,3,2024-02-07 +21.58398759,-158.1930091,Red-crested Cardinal,9,2023-07-14 +21.58398759,-158.1930091,Red-vented Bulbul,3,2021-12-01 +21.58398759,-158.1930091,Red-whiskered Bulbul,3,2024-02-07 +21.58398759,-158.1930091,Ruddy Turnstone,2,2021-12-30 +21.58398759,-158.1930091,Saffron Finch,17,2023-07-14 +21.58398759,-158.1930091,Sanderling,1,2022-01-24 +21.58398759,-158.1930091,Spotted Dove,2,2021-04-01 +21.58398759,-158.1930091,Wandering Tattler,2,2021-12-01 +21.58398759,-158.1930091,Warbling White-eye,3,2022-02-28 +21.58398759,-158.1930091,Zebra Dove,7,2023-02-14 +21.5837429,-158.1447185,Brown Noddy,1,2023-10-21 +21.5837429,-158.1447185,Common Myna,8,2024-01-25 +21.5837429,-158.1447185,Common Waxbill,2,2021-02-12 +21.5837429,-158.1447185,House Finch,4,2022-11-08 +21.5837429,-158.1447185,Java Sparrow,1,2022-11-08 +21.5837429,-158.1447185,Feral Mallard,1,2021-02-11 +21.5837429,-158.1447185,Northern Cardinal,3,2021-02-12 +21.5837429,-158.1447185,Pacific Golden-Plover,3,2023-10-21 +21.5837429,-158.1447185,Red Junglefowl,1,2022-11-08 +21.5837429,-158.1447185,Red-crested Cardinal,5,2024-01-25 +21.5837429,-158.1447185,Red-footed Booby,1,2023-10-21 +21.5837429,-158.1447185,Red-vented Bulbul,5,2022-11-08 +21.5837429,-158.1447185,Red-whiskered Bulbul,2,2021-02-12 +21.5837429,-158.1447185,Rose-ringed Parakeet,1,2023-10-21 +21.5837429,-158.1447185,Ruddy Turnstone,1,2021-02-11 +21.5837429,-158.1447185,Saffron Finch,11,2024-01-25 +21.5837429,-158.1447185,Spotted Dove,2,2022-11-08 +21.5837429,-158.1447185,Wandering Tattler,3,2024-01-25 +21.5837429,-158.1447185,Warbling White-eye,5,2022-11-08 +21.5837429,-158.1447185,Western Cattle Egret,1,2021-02-11 +21.5837429,-158.1447185,White-rumped Shama,4,2024-02-01 +21.5837429,-158.1447185,Zebra Dove,8,2024-01-25 +21.66374473,-157.921972,Bristle-thighed Curlew,7,2024-02-17 +21.66374473,-157.921972,Brown Noddy,1,2023-09-16 +21.66374473,-157.921972,Common Myna,1,2022-01-16 +21.66374473,-157.921972,Great Frigatebird,1,2023-09-16 +21.66374473,-157.921972,House Finch,1,2023-05-10 +21.66374473,-157.921972,Laysan Albatross,6,2024-02-17 +21.66374473,-157.921972,Feral Mallard,2,2022-03-06 +21.66374473,-157.921972,Pacific Golden-Plover,3,2023-01-08 +21.66374473,-157.921972,Red Junglefowl,1,2023-05-10 +21.66374473,-157.921972,Red-crested Cardinal,1,2023-05-10 +21.66374473,-157.921972,Red-vented Bulbul,1,2023-05-10 +21.66374473,-157.921972,Red-whiskered Bulbul,1,2023-05-10 +21.66374473,-157.921972,Ruddy Turnstone,7,2024-02-17 +21.66374473,-157.921972,Sanderling,2,2023-09-16 +21.66374473,-157.921972,Sooty Tern,1,2022-03-06 +21.66374473,-157.921972,Spotted Dove,2,2023-05-10 +21.66374473,-157.921972,Wandering Tattler,3,2022-03-06 +21.66374473,-157.921972,Wedge-tailed Shearwater,4,2023-09-16 +21.66374473,-157.921972,Western Cattle Egret,3,2023-05-10 +21.66374473,-157.921972,White-rumped Shama,1,2023-05-10 +21.66374473,-157.921972,Zebra Dove,2,2023-05-10 +21.29245688,-157.7897522,Barn Owl,1,2019-05-23 +21.29245688,-157.7897522,Common Myna,16,2023-05-29 +21.29245688,-157.7897522,Common Waxbill,11,2023-05-29 +21.29245688,-157.7897522,Great Frigatebird,1,2021-09-18 +21.29245688,-157.7897522,House Finch,10,2023-05-29 +21.29245688,-157.7897522,House Sparrow,7,2023-05-29 +21.29245688,-157.7897522,Java Sparrow,10,2023-03-06 +21.29245688,-157.7897522,Northern Cardinal,9,2023-03-18 +21.29245688,-157.7897522,Pacific Golden-Plover,5,2023-03-05 +21.29245688,-157.7897522,Red-crested Cardinal,15,2023-05-29 +21.29245688,-157.7897522,Red-vented Bulbul,20,2024-01-17 +21.29245688,-157.7897522,Red-whiskered Bulbul,6,2023-05-29 +21.29245688,-157.7897522,Rock Pigeon,1,2021-05-04 +21.29245688,-157.7897522,Rose-ringed Parakeet,17,2023-05-29 +21.29245688,-157.7897522,Saffron Finch,5,2023-12-30 +21.29245688,-157.7897522,Scaly-breasted Munia,2,2023-03-05 +21.29245688,-157.7897522,Spotted Dove,10,2023-05-29 +21.29245688,-157.7897522,Warbling White-eye,9,2022-11-03 +21.29245688,-157.7897522,Western Cattle Egret,8,2023-03-06 +21.29245688,-157.7897522,White Tern,2,2019-05-27 +21.29245688,-157.7897522,White-rumped Shama,9,2021-07-08 +21.29245688,-157.7897522,Yellow-fronted Canary,3,2021-07-08 +21.29245688,-157.7897522,Zebra Dove,16,2023-03-18 +21.30120806,-157.7511215,Apapane,1,2021-01-07 +21.30120806,-157.7511215,Common Myna,5,2022-12-04 +21.30120806,-157.7511215,Common Waxbill,4,2023-09-14 +21.30120806,-157.7511215,House Finch,5,2023-09-14 +21.30120806,-157.7511215,House Sparrow,1,2019-10-10 +21.30120806,-157.7511215,Japanese Bush Warbler,1,2021-01-07 +21.30120806,-157.7511215,Northern Cardinal,3,2023-09-14 +21.30120806,-157.7511215,Oahu Amakihi,2,2023-09-14 +21.30120806,-157.7511215,Oahu Elepaio,3,2023-09-14 +21.30120806,-157.7511215,Pacific Golden-Plover,2,2021-01-07 +21.30120806,-157.7511215,Red-billed Leiothrix,5,2023-09-14 +21.30120806,-157.7511215,Red-crested Cardinal,7,2023-09-14 +21.30120806,-157.7511215,Red-vented Bulbul,8,2023-09-14 +21.30120806,-157.7511215,Red-whiskered Bulbul,4,2023-09-14 +21.30120806,-157.7511215,Rock Pigeon,1,2019-10-10 +21.30120806,-157.7511215,Rose-ringed Parakeet,1,2023-09-14 +21.30120806,-157.7511215,Scaly-breasted Munia,2,2023-09-14 +21.30120806,-157.7511215,Spotted Dove,8,2023-09-14 +21.30120806,-157.7511215,Warbling White-eye,7,2023-09-14 +21.30120806,-157.7511215,Western Cattle Egret,1,2019-10-10 +21.30120806,-157.7511215,White Tern,4,2023-09-14 +21.30120806,-157.7511215,White-rumped Shama,8,2023-09-14 +21.30120806,-157.7511215,Zebra Dove,7,2023-09-14 +21.31230703,-158.0691754,African Silverbill,1,2021-07-14 +21.31230703,-158.0691754,Chestnut Munia,8,2022-08-31 +21.31230703,-158.0691754,Common Myna,21,2022-02-16 +21.31230703,-158.0691754,Common Waxbill,18,2022-08-31 +21.31230703,-158.0691754,Eurasian Skylark,13,2022-02-16 +21.31230703,-158.0691754,Gray Francolin,4,2022-02-09 +21.31230703,-158.0691754,House Finch,23,2022-08-17 +21.31230703,-158.0691754,House Sparrow,9,2022-02-03 +21.31230703,-158.0691754,Java Sparrow,1,2019-12-18 +21.31230703,-158.0691754,Northern Cardinal,1,2021-10-27 +21.31230703,-158.0691754,Northern Mockingbird,1,2022-01-13 +21.31230703,-158.0691754,Pacific Golden-Plover,13,2022-08-17 +21.31230703,-158.0691754,Red Avadavat,1,2021-10-14 +21.31230703,-158.0691754,Red-crested Cardinal,16,2022-08-17 +21.31230703,-158.0691754,Red-vented Bulbul,10,2022-08-17 +21.31230703,-158.0691754,Red-whiskered Bulbul,1,2021-07-08 +21.31230703,-158.0691754,Rock Pigeon,1,2019-12-18 +21.31230703,-158.0691754,Saffron Finch,17,2022-08-31 +21.31230703,-158.0691754,Spotted Dove,9,2022-02-03 +21.31230703,-158.0691754,Warbling White-eye,4,2022-08-17 +21.31230703,-158.0691754,Western Cattle Egret,2,2022-01-13 +21.31230703,-158.0691754,Yellow-fronted Canary,6,2022-02-16 +21.31230703,-158.0691754,Zebra Dove,26,2022-08-31 +21.31002363,-157.722127,Common Myna,5,2023-06-20 +21.31002363,-157.722127,Common Waxbill,6,2024-02-07 +21.31002363,-157.722127,House Finch,10,2022-12-26 +21.31002363,-157.722127,Japanese Bush Warbler,2,2021-03-27 +21.31002363,-157.722127,Feral Mallard,2,2021-05-30 +21.31002363,-157.722127,Northern Cardinal,13,2024-02-07 +21.31002363,-157.722127,Oahu Amakihi,8,2023-12-17 +21.31002363,-157.722127,Oahu Elepaio,11,2022-12-26 +21.31002363,-157.722127,Pacific Golden-Plover,2,2022-03-27 +21.31002363,-157.722127,Red Junglefowl,1,2021-05-30 +21.31002363,-157.722127,Red-billed Leiothrix,21,2023-12-17 +21.31002363,-157.722127,Red-crested Cardinal,5,2023-06-20 +21.31002363,-157.722127,Red-vented Bulbul,19,2024-02-07 +21.31002363,-157.722127,Red-whiskered Bulbul,13,2024-02-07 +21.31002363,-157.722127,Rock Pigeon,1,2021-05-30 +21.31002363,-157.722127,Spotted Dove,15,2024-02-07 +21.31002363,-157.722127,Warbling White-eye,19,2023-12-17 +21.31002363,-157.722127,Western Cattle Egret,1,2024-02-07 +21.31002363,-157.722127,White-rumped Shama,24,2024-02-07 +21.31002363,-157.722127,White-tailed Tropicbird,2,2021-03-27 +21.31002363,-157.722127,Yellow-faced Grassquit,2,2020-08-01 +21.31002363,-157.722127,Zebra Dove,18,2024-02-07 +21.32112083,-158.0305522,Black-crowned Night Heron,4,2024-02-17 +21.32112083,-158.0305522,Black-necked Stilt,5,2024-02-17 +21.32112083,-158.0305522,Chestnut Munia,1,2022-01-10 +21.32112083,-158.0305522,Common Myna,6,2024-02-17 +21.32112083,-158.0305522,Common Waxbill,2,2020-10-17 +21.32112083,-158.0305522,Hawaiian Coot,7,2024-02-17 +21.32112083,-158.0305522,House Finch,3,2024-02-17 +21.32112083,-158.0305522,House Sparrow,1,2023-11-12 +21.32112083,-158.0305522,Japanese Bush Warbler,1,2021-02-14 +21.32112083,-158.0305522,Java Sparrow,6,2024-02-17 +21.32112083,-158.0305522,Feral Mallard,4,2022-02-17 +21.32112083,-158.0305522,Pacific Golden-Plover,5,2024-02-17 +21.32112083,-158.0305522,Red-crested Cardinal,5,2024-02-17 +21.32112083,-158.0305522,Red-vented Bulbul,6,2024-02-17 +21.32112083,-158.0305522,Rock Pigeon,4,2024-02-17 +21.32112083,-158.0305522,Rose-ringed Parakeet,1,2024-02-17 +21.32112083,-158.0305522,Saffron Finch,1,2020-05-09 +21.32112083,-158.0305522,Spotted Dove,5,2023-11-12 +21.32112083,-158.0305522,Warbling White-eye,4,2024-02-17 +21.32112083,-158.0305522,Western Cattle Egret,6,2024-02-17 +21.32112083,-158.0305522,White-faced Ibis,1,2022-01-10 +21.32112083,-158.0305522,Zebra Dove,4,2023-11-12 +21.32083518,-157.9823456,Black-crowned Night Heron,1,2021-08-30 +21.32083518,-157.9823456,Chestnut Munia,3,2019-05-27 +21.32083518,-157.9823456,Common Myna,6,2023-10-14 +21.32083518,-157.9823456,Common Waxbill,3,2023-10-14 +21.32083518,-157.9823456,Gray Francolin,1,2022-01-23 +21.32083518,-157.9823456,House Finch,5,2023-10-14 +21.32083518,-157.9823456,House Sparrow,5,2023-10-14 +21.32083518,-157.9823456,Java Sparrow,4,2023-11-11 +21.32083518,-157.9823456,Northern Cardinal,1,2019-05-24 +21.32083518,-157.9823456,Pacific Golden-Plover,1,2023-10-14 +21.32083518,-157.9823456,Red Junglefowl,1,2023-10-14 +21.32083518,-157.9823456,Red-crested Cardinal,5,2023-10-14 +21.32083518,-157.9823456,Red-vented Bulbul,3,2023-10-14 +21.32083518,-157.9823456,Red-whiskered Bulbul,1,2023-10-14 +21.32083518,-157.9823456,Rose-ringed Parakeet,3,2023-10-14 +21.32083518,-157.9823456,Saffron Finch,4,2023-10-14 +21.32083518,-157.9823456,Spotted Dove,4,2023-10-14 +21.32083518,-157.9823456,Warbling White-eye,1,2019-05-27 +21.32083518,-157.9823456,Western Cattle Egret,5,2023-10-14 +21.32083518,-157.9823456,White Tern,4,2019-06-04 +21.32083518,-157.9823456,Yellow-fronted Canary,1,2019-05-24 +21.32083518,-157.9823456,Zebra Dove,5,2023-10-14 +21.31996327,-157.8473734,Common Myna,9,2024-02-16 +21.31996327,-157.8473734,House Finch,2,2023-04-21 +21.31996327,-157.8473734,House Sparrow,5,2024-02-16 +21.31996327,-157.8473734,Java Sparrow,5,2023-12-11 +21.31996327,-157.8473734,Feral Mallard,2,2023-12-11 +21.31996327,-157.8473734,Muscovy Duck,1,2022-02-05 +21.31996327,-157.8473734,Northern Cardinal,1,2022-02-05 +21.31996327,-157.8473734,Pacific Golden-Plover,4,2024-02-16 +21.31996327,-157.8473734,Red Junglefowl,4,2023-04-21 +21.31996327,-157.8473734,Red-billed Leiothrix,1,2022-02-05 +21.31996327,-157.8473734,Red-crested Cardinal,6,2024-02-16 +21.31996327,-157.8473734,Red-vented Bulbul,7,2024-02-16 +21.31996327,-157.8473734,Red-whiskered Bulbul,1,2022-02-05 +21.31996327,-157.8473734,Rock Pigeon,1,2022-04-06 +21.31996327,-157.8473734,Rose-ringed Parakeet,10,2024-02-16 +21.31996327,-157.8473734,Saffron Finch,2,2023-12-11 +21.31996327,-157.8473734,Scaly-breasted Munia,1,2022-02-05 +21.31996327,-157.8473734,Spotted Dove,6,2023-12-11 +21.31996327,-157.8473734,Western Cattle Egret,2,2024-02-16 +21.31996327,-157.8473734,White Tern,4,2024-02-16 +21.31996327,-157.8473734,White-rumped Shama,3,2023-12-11 +21.31996327,-157.8473734,Zebra Dove,8,2023-12-11 +21.33860549,-157.9340102,Chestnut Munia,1,2021-08-16 +21.33860549,-157.9340102,Common Myna,7,2024-01-09 +21.33860549,-157.9340102,Common Waxbill,2,2023-05-14 +21.33860549,-157.9340102,House Finch,1,2023-05-18 +21.33860549,-157.9340102,Java Sparrow,3,2024-01-09 +21.33860549,-157.9340102,Feral Mallard,3,2024-01-09 +21.33860549,-157.9340102,Northern Cardinal,2,2023-05-25 +21.33860549,-157.9340102,Pacific Golden-Plover,5,2024-01-09 +21.33860549,-157.9340102,Red Avadavat,1,2019-04-13 +21.33860549,-157.9340102,Red-crested Cardinal,2,2023-05-25 +21.33860549,-157.9340102,Red-crowned Parrot,1,2019-11-08 +21.33860549,-157.9340102,Red-vented Bulbul,4,2023-05-25 +21.33860549,-157.9340102,Red-whiskered Bulbul,1,2023-05-14 +21.33860549,-157.9340102,Rock Pigeon,5,2023-05-18 +21.33860549,-157.9340102,Rose-ringed Parakeet,3,2024-01-09 +21.33860549,-157.9340102,Saffron Finch,2,2023-05-18 +21.33860549,-157.9340102,Spotted Dove,5,2024-01-09 +21.33860549,-157.9340102,Warbling White-eye,2,2023-05-25 +21.33860549,-157.9340102,Western Cattle Egret,6,2024-01-09 +21.33860549,-157.9340102,White Tern,3,2023-06-11 +21.33860549,-157.9340102,White-tailed Tropicbird,1,2023-03-14 +21.33860549,-157.9340102,Yellow-fronted Canary,2,2023-05-25 +21.33860549,-157.9340102,Zebra Dove,7,2024-01-09 +21.35725588,-158.0303142,African Silverbill,2,2021-10-12 +21.35725588,-158.0303142,Chestnut Munia,5,2021-06-21 +21.35725588,-158.0303142,Common Myna,30,2023-03-29 +21.35725588,-158.0303142,Common Waxbill,27,2022-11-21 +21.35725588,-158.0303142,Gray Francolin,23,2022-11-07 +21.35725588,-158.0303142,House Finch,15,2022-11-07 +21.35725588,-158.0303142,House Sparrow,1,2023-04-28 +21.35725588,-158.0303142,Northern Cardinal,22,2023-04-28 +21.35725588,-158.0303142,Pacific Golden-Plover,17,2023-03-29 +21.35725588,-158.0303142,Red Avadavat,10,2022-10-26 +21.35725588,-158.0303142,Red-crested Cardinal,22,2022-11-21 +21.35725588,-158.0303142,Red-vented Bulbul,31,2022-11-21 +21.35725588,-158.0303142,Red-whiskered Bulbul,15,2022-11-07 +21.35725588,-158.0303142,Rock Pigeon,3,2023-03-29 +21.35725588,-158.0303142,Rose-ringed Parakeet,22,2022-11-07 +21.35725588,-158.0303142,Saffron Finch,18,2023-03-29 +21.35725588,-158.0303142,Scaly-breasted Munia,1,2021-05-24 +21.35725588,-158.0303142,Spotted Dove,29,2023-03-29 +21.35725588,-158.0303142,Warbling White-eye,23,2022-11-21 +21.35725588,-158.0303142,Western Cattle Egret,8,2022-11-21 +21.35725588,-158.0303142,White-rumped Shama,3,2023-04-28 +21.35725588,-158.0303142,Yellow-fronted Canary,3,2022-09-26 +21.35725588,-158.0303142,Zebra Dove,36,2023-03-29 +21.35511444,-157.7120929,Black-crowned Night Heron,1,2023-12-03 +21.35511444,-157.7120929,Black-necked Stilt,2,2023-08-23 +21.35511444,-157.7120929,Common Gallinule,2,2023-12-03 +21.35511444,-157.7120929,Common Myna,4,2023-10-23 +21.35511444,-157.7120929,Gray Francolin,2,2023-10-08 +21.35511444,-157.7120929,Great Frigatebird,1,2023-08-23 +21.35511444,-157.7120929,House Finch,1,2023-10-08 +21.35511444,-157.7120929,House Sparrow,1,2023-10-08 +21.35511444,-157.7120929,Indian Peafowl,11,2024-02-18 +21.35511444,-157.7120929,Feral Mallard,1,2023-10-08 +21.35511444,-157.7120929,Northern Cardinal,3,2023-12-03 +21.35511444,-157.7120929,Pacific Golden-Plover,3,2023-12-03 +21.35511444,-157.7120929,Red Avadavat,2,2023-12-03 +21.35511444,-157.7120929,Red Junglefowl,6,2024-02-18 +21.35511444,-157.7120929,Red-crested Cardinal,3,2023-12-03 +21.35511444,-157.7120929,Red-whiskered Bulbul,1,2023-12-03 +21.35511444,-157.7120929,Rock Pigeon,3,2023-12-03 +21.35511444,-157.7120929,Ruddy Turnstone,2,2023-12-03 +21.35511444,-157.7120929,Spotted Dove,1,2023-10-08 +21.35511444,-157.7120929,Wandering Tattler,1,2023-12-03 +21.35511444,-157.7120929,Western Cattle Egret,5,2023-12-03 +21.35511444,-157.7120929,Yellow-fronted Canary,1,2020-05-18 +21.35511444,-157.7120929,Zebra Dove,3,2023-12-03 +21.36634498,-158.0398989,African Silverbill,11,2021-12-20 +21.36634498,-158.0398989,Black Francolin,11,2022-02-14 +21.36634498,-158.0398989,Chestnut Munia,15,2021-12-20 +21.36634498,-158.0398989,Common Myna,28,2022-02-14 +21.36634498,-158.0398989,Common Waxbill,35,2022-02-14 +21.36634498,-158.0398989,Eurasian Skylark,7,2022-01-31 +21.36634498,-158.0398989,Gray Francolin,35,2022-02-14 +21.36634498,-158.0398989,House Finch,21,2022-02-07 +21.36634498,-158.0398989,Northern Cardinal,23,2022-02-14 +21.36634498,-158.0398989,Pacific Golden-Plover,6,2022-02-14 +21.36634498,-158.0398989,Red Avadavat,16,2022-02-14 +21.36634498,-158.0398989,Red-crested Cardinal,35,2022-02-14 +21.36634498,-158.0398989,Red-vented Bulbul,33,2022-02-14 +21.36634498,-158.0398989,Red-whiskered Bulbul,4,2021-07-12 +21.36634498,-158.0398989,Rock Pigeon,12,2022-01-18 +21.36634498,-158.0398989,Saffron Finch,5,2022-02-14 +21.36634498,-158.0398989,Scaly-breasted Munia,6,2021-07-12 +21.36634498,-158.0398989,Spotted Dove,35,2022-02-14 +21.36634498,-158.0398989,Warbling White-eye,26,2022-02-14 +21.36634498,-158.0398989,Western Cattle Egret,10,2021-12-20 +21.36634498,-158.0398989,White-rumped Shama,1,2021-11-22 +21.36634498,-158.0398989,Yellow-fronted Canary,3,2021-11-08 +21.36634498,-158.0398989,Zebra Dove,34,2022-02-14 +21.3662897,-158.0302547,African Silverbill,2,2022-02-07 +21.3662897,-158.0302547,Black-crowned Night Heron,4,2022-09-26 +21.3662897,-158.0302547,Black-necked Stilt,2,2021-10-09 +21.3662897,-158.0302547,Chestnut Munia,2,2021-10-09 +21.3662897,-158.0302547,Common Myna,36,2022-11-21 +21.3662897,-158.0302547,Common Waxbill,21,2022-09-26 +21.3662897,-158.0302547,Gray Francolin,4,2022-09-12 +21.3662897,-158.0302547,Greater White-fronted Goose,1,2021-03-23 +21.3662897,-158.0302547,House Finch,4,2022-01-03 +21.3662897,-158.0302547,Indian Peafowl,2,2021-06-21 +21.3662897,-158.0302547,Java Sparrow,21,2022-11-21 +21.3662897,-158.0302547,Feral Mallard ,15,2022-02-07 +21.3662897,-158.0302547,Northern Cardinal,16,2022-11-07 +21.3662897,-158.0302547,Red-crested Cardinal,21,2022-09-12 +21.3662897,-158.0302547,Red-vented Bulbul,34,2022-11-21 +21.3662897,-158.0302547,Red-whiskered Bulbul,11,2022-09-26 +21.3662897,-158.0302547,Rock Pigeon,1,2021-08-30 +21.3662897,-158.0302547,Rose-ringed Parakeet,28,2022-11-21 +21.3662897,-158.0302547,Spotted Dove,28,2022-11-07 +21.3662897,-158.0302547,Warbling White-eye,27,2022-11-21 +21.3662897,-158.0302547,Western Cattle Egret,9,2022-11-07 +21.3662897,-158.0302547,White-rumped Shama,12,2022-11-21 +21.3662897,-158.0302547,Zebra Dove,35,2022-11-21 +21.36570598,-157.9338141,Chestnut Munia,6,2023-09-21 +21.36570598,-157.9338141,Common Myna,27,2023-12-24 +21.36570598,-157.9338141,Common Waxbill,13,2023-10-24 +21.36570598,-157.9338141,Great-tailed Grackle,1,2023-04-30 +21.36570598,-157.9338141,House Finch,2,2021-04-07 +21.36570598,-157.9338141,House Sparrow,18,2023-12-24 +21.36570598,-157.9338141,Java Sparrow,17,2023-10-24 +21.36570598,-157.9338141,Feral Mallard,4,2021-04-07 +21.36570598,-157.9338141,Pacific Golden-Plover,23,2023-12-24 +21.36570598,-157.9338141,Red Junglefowl,4,2022-06-27 +21.36570598,-157.9338141,Red-crested Cardinal,13,2023-09-29 +21.36570598,-157.9338141,Red-vented Bulbul,16,2023-09-29 +21.36570598,-157.9338141,Red-whiskered Bulbul,1,2021-07-09 +21.36570598,-157.9338141,Rock Pigeon,11,2023-12-24 +21.36570598,-157.9338141,Rose-ringed Parakeet,4,2023-03-29 +21.36570598,-157.9338141,Saffron Finch,14,2023-10-24 +21.36570598,-157.9338141,Spotted Dove,10,2023-12-24 +21.36570598,-157.9338141,Warbling White-eye,7,2022-09-24 +21.36570598,-157.9338141,Western Cattle Egret,14,2023-12-24 +21.36570598,-157.9338141,White Tern,6,2022-08-05 +21.36570598,-157.9338141,Yellow-fronted Canary,1,2022-08-11 +21.36570598,-157.9338141,Zebra Dove,22,2023-10-24 +21.3737553,-157.7890846,Chestnut Munia,4,2023-07-08 +21.3737553,-157.7890846,Common Gallinule,1,2019-08-31 +21.3737553,-157.7890846,Common Myna,3,2022-06-08 +21.3737553,-157.7890846,Common Waxbill,5,2023-10-20 +21.3737553,-157.7890846,House Finch,2,2023-07-08 +21.3737553,-157.7890846,Java Sparrow,1,2021-02-07 +21.3737553,-157.7890846,Feral Mallard,1,2019-08-31 +21.3737553,-157.7890846,Northern Cardinal,2,2023-04-04 +21.3737553,-157.7890846,Oahu Amakihi,2,2023-10-20 +21.3737553,-157.7890846,Pacific Golden-Plover,1,2021-02-07 +21.3737553,-157.7890846,Red Junglefowl,7,2023-10-20 +21.3737553,-157.7890846,Red-billed Leiothrix,11,2023-12-19 +21.3737553,-157.7890846,Red-crested Cardinal,4,2022-06-08 +21.3737553,-157.7890846,Red-vented Bulbul,6,2023-10-20 +21.3737553,-157.7890846,Red-whiskered Bulbul,7,2023-12-19 +21.3737553,-157.7890846,Rock Pigeon,1,2021-02-07 +21.3737553,-157.7890846,Scaly-breasted Munia,1,2023-07-08 +21.3737553,-157.7890846,Spotted Dove,6,2023-12-19 +21.3737553,-157.7890846,Warbling White-eye,6,2023-10-20 +21.3737553,-157.7890846,Western Cattle Egret,1,2019-08-31 +21.3737553,-157.7890846,White Tern,1,2019-08-31 +21.3737553,-157.7890846,White-rumped Shama,12,2023-12-19 +21.3737553,-157.7890846,Zebra Dove,4,2021-05-07 +21.37354395,-157.7601528,Black-crowned Night Heron,2,2023-05-25 +21.37354395,-157.7601528,Chestnut Munia,3,2023-10-17 +21.37354395,-157.7601528,Common Myna,4,2023-05-25 +21.37354395,-157.7601528,Common Waxbill,6,2023-05-25 +21.37354395,-157.7601528,House Finch,2,2020-06-17 +21.37354395,-157.7601528,House Sparrow,1,2023-05-25 +21.37354395,-157.7601528,Japanese Bush Warbler,3,2022-01-10 +21.37354395,-157.7601528,Java Sparrow,1,2022-05-27 +21.37354395,-157.7601528,Feral Mallard,1,2020-06-17 +21.37354395,-157.7601528,Northern Cardinal,2,2022-03-15 +21.37354395,-157.7601528,Red Junglefowl,1,2020-01-31 +21.37354395,-157.7601528,Red-billed Leiothrix,4,2022-05-05 +21.37354395,-157.7601528,Red-crested Cardinal,5,2023-05-25 +21.37354395,-157.7601528,Red-vented Bulbul,6,2022-05-05 +21.37354395,-157.7601528,Red-whiskered Bulbul,2,2022-05-05 +21.37354395,-157.7601528,Rock Pigeon,2,2023-05-25 +21.37354395,-157.7601528,Saffron Finch,1,2023-05-25 +21.37354395,-157.7601528,Scaly-breasted Munia,1,2020-06-17 +21.37354395,-157.7601528,Spotted Dove,2,2022-01-10 +21.37354395,-157.7601528,Warbling White-eye,3,2022-01-10 +21.37354395,-157.7601528,Western Cattle Egret,3,2023-05-25 +21.37354395,-157.7601528,White-rumped Shama,7,2023-05-25 +21.37354395,-157.7601528,Zebra Dove,3,2023-05-25 +21.39304703,-157.9722005,African Silverbill,1,2019-02-05 +21.39304703,-157.9722005,Common Myna,7,2023-08-08 +21.39304703,-157.9722005,Common Waxbill,3,2022-01-30 +21.39304703,-157.9722005,Gray Francolin,1,2019-03-17 +21.39304703,-157.9722005,House Finch,1,2019-03-18 +21.39304703,-157.9722005,House Sparrow,2,2023-08-08 +21.39304703,-157.9722005,Java Sparrow,1,2021-07-26 +21.39304703,-157.9722005,Feral Mallard,2,2021-07-26 +21.39304703,-157.9722005,Northern Cardinal,2,2022-01-30 +21.39304703,-157.9722005,Pacific Golden-Plover,1,2019-02-05 +21.39304703,-157.9722005,Red Junglefowl,5,2023-08-08 +21.39304703,-157.9722005,Red-crested Cardinal,3,2021-07-26 +21.39304703,-157.9722005,Red-vented Bulbul,4,2022-08-07 +21.39304703,-157.9722005,Red-whiskered Bulbul,4,2022-07-18 +21.39304703,-157.9722005,Rock Pigeon,4,2023-01-05 +21.39304703,-157.9722005,Rose-ringed Parakeet,4,2021-07-26 +21.39304703,-157.9722005,Saffron Finch,1,2019-03-18 +21.39304703,-157.9722005,Spotted Dove,6,2022-08-07 +21.39304703,-157.9722005,Warbling White-eye,2,2019-03-17 +21.39304703,-157.9722005,Western Cattle Egret,3,2023-05-13 +21.39304703,-157.9722005,Yellow-fronted Canary,1,2021-07-26 +21.39304703,-157.9722005,Zebra Dove,4,2022-01-30 +21.40270103,-158.0782502,Black Francolin,3,2021-02-09 +21.40270103,-158.0782502,Common Myna,2,2021-02-09 +21.40270103,-158.0782502,Common Waxbill,3,2021-02-09 +21.40270103,-158.0782502,Gray Francolin,3,2021-02-09 +21.40270103,-158.0782502,House Finch,3,2021-02-09 +21.40270103,-158.0782502,Indian Peafowl,3,2021-02-09 +21.40270103,-158.0782502,Japanese Bush Warbler,1,2021-02-09 +21.40270103,-158.0782502,Northern Cardinal,2,2021-02-09 +21.40270103,-158.0782502,Northern Mockingbird,2,2021-02-09 +21.40270103,-158.0782502,Pacific Golden-Plover,1,2021-02-09 +21.40270103,-158.0782502,Red Avadavat,1,2021-02-09 +21.40270103,-158.0782502,Red Junglefowl,2,2021-02-09 +21.40270103,-158.0782502,Red-billed Leiothrix,2,2021-02-09 +21.40270103,-158.0782502,Red-crested Cardinal,3,2021-02-09 +21.40270103,-158.0782502,Red-crowned Parrot,2,2021-02-09 +21.40270103,-158.0782502,Red-vented Bulbul,3,2021-02-09 +21.40270103,-158.0782502,Red-whiskered Bulbul,1,2021-02-09 +21.40270103,-158.0782502,Scaly-breasted Munia,1,2021-02-09 +21.40270103,-158.0782502,Spotted Dove,1,2021-02-09 +21.40270103,-158.0782502,Warbling White-eye,3,2021-02-09 +21.40270103,-158.0782502,Western Cattle Egret,1,2021-02-09 +21.40270103,-158.0782502,White-rumped Shama,3,2021-02-09 +21.40270103,-158.0782502,Zebra Dove,1,2021-02-09 +21.40057178,-157.7502788,Black-crowned Night Heron,2,2021-06-19 +21.40057178,-157.7502788,Black-necked Stilt,1,2020-02-05 +21.40057178,-157.7502788,Common Gallinule,3,2022-07-29 +21.40057178,-157.7502788,Common Myna,16,2023-11-17 +21.40057178,-157.7502788,Common Waxbill,4,2023-11-17 +21.40057178,-157.7502788,House Finch,5,2022-07-25 +21.40057178,-157.7502788,Java Sparrow,8,2023-11-17 +21.40057178,-157.7502788,Feral Mallard,3,2021-06-19 +21.40057178,-157.7502788,Mourning Dove,2,2022-07-17 +21.40057178,-157.7502788,Muscovy Duck,1,2020-02-05 +21.40057178,-157.7502788,Northern Cardinal,10,2023-07-11 +21.40057178,-157.7502788,Pacific Golden-Plover,1,2020-02-05 +21.40057178,-157.7502788,Red-crested Cardinal,3,2023-05-30 +21.40057178,-157.7502788,Red-vented Bulbul,12,2023-05-30 +21.40057178,-157.7502788,Red-whiskered Bulbul,10,2024-01-30 +21.40057178,-157.7502788,Rock Pigeon,14,2023-11-17 +21.40057178,-157.7502788,Scaly-breasted Munia,1,2020-02-05 +21.40057178,-157.7502788,Spotted Dove,16,2023-11-17 +21.40057178,-157.7502788,Warbling White-eye,3,2022-07-22 +21.40057178,-157.7502788,Western Cattle Egret,4,2023-03-05 +21.40057178,-157.7502788,White-rumped Shama,1,2022-11-07 +21.40057178,-157.7502788,Zebra Dove,16,2023-11-17 +21.42002808,-157.9527156,Chestnut Munia,1,2023-12-25 +21.42002808,-157.9527156,Common Gallinule,1,2023-02-19 +21.42002808,-157.9527156,Common Myna,8,2024-01-16 +21.42002808,-157.9527156,Common Waxbill,6,2023-12-25 +21.42002808,-157.9527156,House Finch,2,2023-01-02 +21.42002808,-157.9527156,Indian Peafowl,1,2023-02-19 +21.42002808,-157.9527156,Java Sparrow,1,2023-12-25 +21.42002808,-157.9527156,Northern Cardinal,4,2023-12-25 +21.42002808,-157.9527156,Northern Mockingbird,1,2024-01-31 +21.42002808,-157.9527156,Pacific Golden-Plover,4,2023-12-25 +21.42002808,-157.9527156,Red Junglefowl,3,2024-01-16 +21.42002808,-157.9527156,Red-billed Leiothrix,8,2024-01-16 +21.42002808,-157.9527156,Red-crested Cardinal,2,2023-12-25 +21.42002808,-157.9527156,Red-crowned Parrot,6,2023-12-25 +21.42002808,-157.9527156,Red-vented Bulbul,10,2024-01-16 +21.42002808,-157.9527156,Red-whiskered Bulbul,9,2024-01-16 +21.42002808,-157.9527156,Rose-ringed Parakeet,7,2024-01-16 +21.42002808,-157.9527156,Scaly-breasted Munia,1,2023-02-19 +21.42002808,-157.9527156,Spotted Dove,6,2023-02-19 +21.42002808,-157.9527156,Warbling White-eye,8,2023-02-19 +21.42002808,-157.9527156,White-rumped Shama,10,2024-01-31 +21.42002808,-157.9527156,Yellow-fronted Canary,2,2023-12-25 +21.42002808,-157.9527156,Zebra Dove,9,2024-01-16 +21.41899071,-157.7983592,Black-necked Stilt,1,2020-09-06 +21.41899071,-157.7983592,Chestnut Munia,2,2023-06-23 +21.41899071,-157.7983592,Common Myna,7,2023-06-23 +21.41899071,-157.7983592,Common Waxbill,1,2022-07-02 +21.41899071,-157.7983592,Erckel's Spurfowl,1,2020-09-06 +21.41899071,-157.7983592,Great Frigatebird,1,2020-09-06 +21.41899071,-157.7983592,House Finch,2,2020-09-06 +21.41899071,-157.7983592,House Sparrow,4,2022-07-02 +21.41899071,-157.7983592,Java Sparrow,1,2020-09-06 +21.41899071,-157.7983592,Feral Mallard,1,2020-09-06 +21.41899071,-157.7983592,Northern Cardinal,3,2022-01-26 +21.41899071,-157.7983592,Pacific Golden-Plover,2,2021-09-11 +21.41899071,-157.7983592,Red Junglefowl,2,2022-07-02 +21.41899071,-157.7983592,Red-crested Cardinal,4,2023-10-15 +21.41899071,-157.7983592,Red-vented Bulbul,5,2022-07-02 +21.41899071,-157.7983592,Red-whiskered Bulbul,1,2019-05-15 +21.41899071,-157.7983592,Rock Pigeon,1,2022-07-02 +21.41899071,-157.7983592,Saffron Finch,1,2020-09-06 +21.41899071,-157.7983592,Spotted Dove,7,2022-07-02 +21.41899071,-157.7983592,Warbling White-eye,4,2022-07-02 +21.41899071,-157.7983592,Western Cattle Egret,3,2022-07-02 +21.41899071,-157.7983592,White-rumped Shama,2,2022-07-02 +21.41899071,-157.7983592,Zebra Dove,7,2022-07-02 +21.43726287,-157.827156,Black-necked Stilt,1,2024-02-24 +21.43726287,-157.827156,Chestnut Munia,22,2023-04-10 +21.43726287,-157.827156,Common Myna,12,2023-11-10 +21.43726287,-157.827156,Common Waxbill,5,2024-02-24 +21.43726287,-157.827156,House Finch,3,2022-07-22 +21.43726287,-157.827156,House Sparrow,5,2024-02-24 +21.43726287,-157.827156,Java Sparrow,2,2021-04-22 +21.43726287,-157.827156,Feral Mallard,4,2022-01-05 +21.43726287,-157.827156,Muscovy Duck,2,2022-07-22 +21.43726287,-157.827156,Northern Cardinal,1,2021-07-08 +21.43726287,-157.827156,Pacific Golden-Plover,6,2023-11-10 +21.43726287,-157.827156,Red Junglefowl,4,2023-11-10 +21.43726287,-157.827156,Red-billed Leiothrix,3,2022-09-30 +21.43726287,-157.827156,Red-crested Cardinal,7,2023-08-18 +21.43726287,-157.827156,Red-vented Bulbul,8,2022-09-30 +21.43726287,-157.827156,Red-whiskered Bulbul,4,2022-07-22 +21.43726287,-157.827156,Rock Pigeon,6,2023-04-24 +21.43726287,-157.827156,Spotted Dove,9,2023-11-10 +21.43726287,-157.827156,Warbling White-eye,1,2021-07-08 +21.43726287,-157.827156,Western Cattle Egret,10,2024-02-24 +21.43726287,-157.827156,White-rumped Shama,4,2023-06-05 +21.43726287,-157.827156,Zebra Dove,12,2023-11-10 +21.44846609,-158.1937654,African Silverbill,2,2019-02-22 +21.44846609,-158.1937654,Black-crowned Night Heron,1,2023-01-21 +21.44846609,-158.1937654,Brown Booby,7,2024-02-12 +21.44846609,-158.1937654,Common Myna,14,2023-04-26 +21.44846609,-158.1937654,Common Waxbill,2,2023-04-01 +21.44846609,-158.1937654,Great Frigatebird,2,2023-01-18 +21.44846609,-158.1937654,House Finch,2,2023-01-18 +21.44846609,-158.1937654,House Sparrow,4,2023-04-26 +21.44846609,-158.1937654,Java Sparrow,4,2023-04-26 +21.44846609,-158.1937654,Laughing Gull,3,2021-01-16 +21.44846609,-158.1937654,Pacific Golden-Plover,3,2023-01-18 +21.44846609,-158.1937654,Red-crested Cardinal,5,2023-04-26 +21.44846609,-158.1937654,Red-vented Bulbul,4,2023-04-26 +21.44846609,-158.1937654,Rock Pigeon,11,2023-04-26 +21.44846609,-158.1937654,Saffron Finch,7,2023-10-31 +21.44846609,-158.1937654,Sooty Tern,1,2023-02-22 +21.44846609,-158.1937654,Spotted Dove,5,2023-01-18 +21.44846609,-158.1937654,Wandering Tattler,1,2023-01-23 +21.44846609,-158.1937654,Warbling White-eye,1,2021-05-07 +21.44846609,-158.1937654,Wedge-tailed Shearwater,1,2023-10-31 +21.44846609,-158.1937654,Western Cattle Egret,1,2021-01-14 +21.44846609,-158.1937654,White Tern,1,2023-10-31 +21.44846609,-158.1937654,Zebra Dove,10,2023-04-26 +21.57455217,-158.1158002,Black-crowned Night Heron,3,2020-02-23 +21.57455217,-158.1158002,Black-necked Stilt,1,2019-07-09 +21.57455217,-158.1158002,Common Gallinule,2,2020-02-23 +21.57455217,-158.1158002,Common Myna,4,2020-02-23 +21.57455217,-158.1158002,Common Waxbill,4,2020-02-23 +21.57455217,-158.1158002,House Finch,3,2019-10-28 +21.57455217,-158.1158002,House Sparrow,2,2019-10-28 +21.57455217,-158.1158002,Java Sparrow,3,2021-11-10 +21.57455217,-158.1158002,Northern Cardinal,3,2022-04-22 +21.57455217,-158.1158002,Pacific Golden-Plover,1,2019-10-13 +21.57455217,-158.1158002,Red Junglefowl,1,2019-10-13 +21.57455217,-158.1158002,Red-crested Cardinal,4,2022-09-17 +21.57455217,-158.1158002,Red-vented Bulbul,5,2020-02-23 +21.57455217,-158.1158002,Red-whiskered Bulbul,2,2019-10-28 +21.57455217,-158.1158002,Rock Pigeon,1,2019-10-13 +21.57455217,-158.1158002,Scaly-breasted Munia,1,2019-10-13 +21.57455217,-158.1158002,Spotted Dove,5,2022-09-16 +21.57455217,-158.1158002,Wandering Tattler,1,2019-10-13 +21.57455217,-158.1158002,Warbling White-eye,4,2020-02-23 +21.57455217,-158.1158002,Western Cattle Egret,4,2020-02-23 +21.57455217,-158.1158002,White-faced Ibis,1,2020-02-23 +21.57455217,-158.1158002,White-rumped Shama,3,2019-10-28 +21.57455217,-158.1158002,Zebra Dove,6,2022-09-17 +21.64574371,-157.9317687,Chestnut Munia,4,2022-04-10 +21.64574371,-157.9317687,Common Myna,24,2023-11-19 +21.64574371,-157.9317687,Common Waxbill,9,2023-01-01 +21.64574371,-157.9317687,House Finch,13,2022-05-17 +21.64574371,-157.9317687,House Sparrow,3,2023-01-01 +21.64574371,-157.9317687,Java Sparrow,3,2022-01-02 +21.64574371,-157.9317687,Laysan Albatross,3,2021-12-29 +21.64574371,-157.9317687,Feral Mallard,1,2021-01-01 +21.64574371,-157.9317687,Northern Cardinal,1,2022-01-08 +21.64574371,-157.9317687,Pacific Golden-Plover,18,2023-01-01 +21.64574371,-157.9317687,Red Junglefowl,4,2023-11-19 +21.64574371,-157.9317687,Red-billed Leiothrix,6,2022-05-17 +21.64574371,-157.9317687,Red-crested Cardinal,13,2023-01-01 +21.64574371,-157.9317687,Red-vented Bulbul,18,2023-01-01 +21.64574371,-157.9317687,Red-whiskered Bulbul,10,2023-11-19 +21.64574371,-157.9317687,Rock Pigeon,5,2022-03-27 +21.64574371,-157.9317687,Rose-ringed Parakeet,5,2022-02-12 +21.64574371,-157.9317687,Saffron Finch,5,2023-01-01 +21.64574371,-157.9317687,Spotted Dove,12,2023-01-01 +21.64574371,-157.9317687,Warbling White-eye,13,2023-01-01 +21.64574371,-157.9317687,Western Cattle Egret,11,2023-01-01 +21.64574371,-157.9317687,White-rumped Shama,4,2022-11-17 +21.64574371,-157.9317687,Zebra Dove,15,2023-01-01 +21.2653571,-157.789974,Common Myna,4,2023-10-14 +21.2653571,-157.789974,Common Waxbill,2,2023-10-14 +21.2653571,-157.789974,Gray Francolin,1,2021-02-21 +21.2653571,-157.789974,Great Frigatebird,1,2022-07-20 +21.2653571,-157.789974,House Finch,1,2022-07-20 +21.2653571,-157.789974,House Sparrow,1,2023-10-14 +21.2653571,-157.789974,Java Sparrow,4,2023-10-14 +21.2653571,-157.789974,Feral Mallard,1,2021-02-21 +21.2653571,-157.789974,Pacific Golden-Plover,3,2023-10-14 +21.2653571,-157.789974,Red Junglefowl,1,2022-07-20 +21.2653571,-157.789974,Red-crested Cardinal,3,2022-07-20 +21.2653571,-157.789974,Red-vented Bulbul,6,2023-10-14 +21.2653571,-157.789974,Red-whiskered Bulbul,1,2019-04-28 +21.2653571,-157.789974,Rock Pigeon,1,2022-07-20 +21.2653571,-157.789974,Rose-ringed Parakeet,4,2022-07-20 +21.2653571,-157.789974,Saffron Finch,2,2023-10-14 +21.2653571,-157.789974,Scaly-breasted Munia,1,2022-07-20 +21.2653571,-157.789974,Spotted Dove,3,2022-07-20 +21.2653571,-157.789974,Warbling White-eye,3,2022-07-20 +21.2653571,-157.789974,Western Cattle Egret,3,2023-10-14 +21.2653571,-157.789974,White Tern,2,2022-07-20 +21.2653571,-157.789974,Yellow-fronted Canary,2,2023-10-14 +21.2653571,-157.789974,Zebra Dove,5,2023-10-14 +21.28285106,-157.7127237,Black-necked Stilt,2,2021-12-30 +21.28285106,-157.7127237,Common Myna,29,2023-08-07 +21.28285106,-157.7127237,Common Waxbill,3,2021-08-08 +21.28285106,-157.7127237,Glaucous-winged Gull,3,2021-01-26 +21.28285106,-157.7127237,Great Frigatebird,2,2022-07-08 +21.28285106,-157.7127237,House Finch,3,2022-02-24 +21.28285106,-157.7127237,House Sparrow,21,2023-03-21 +21.28285106,-157.7127237,Feral Mallard,20,2023-03-21 +21.28285106,-157.7127237,Northern Mockingbird,1,2022-02-22 +21.28285106,-157.7127237,Pacific Golden-Plover,27,2024-01-15 +21.28285106,-157.7127237,Red-crested Cardinal,25,2023-08-07 +21.28285106,-157.7127237,Red-vented Bulbul,15,2023-03-21 +21.28285106,-157.7127237,Rock Pigeon,14,2023-03-21 +21.28285106,-157.7127237,Rose-ringed Parakeet,1,2022-02-24 +21.28285106,-157.7127237,Ruddy Turnstone,12,2023-03-21 +21.28285106,-157.7127237,Scaly-breasted Munia,1,2021-06-28 +21.28285106,-157.7127237,Spotted Dove,22,2023-03-21 +21.28285106,-157.7127237,Wandering Tattler,4,2021-06-09 +21.28285106,-157.7127237,Warbling White-eye,2,2022-02-24 +21.28285106,-157.7127237,Western Cattle Egret,18,2024-01-15 +21.28285106,-157.7127237,White Tern,4,2022-02-24 +21.28285106,-157.7127237,Zebra Dove,29,2023-11-13 +21.30321728,-158.0595915,African Silverbill,2,2024-01-05 +21.30321728,-158.0595915,Bristle-thighed Curlew,1,2020-08-18 +21.30321728,-158.0595915,Chestnut Munia,4,2024-01-05 +21.30321728,-158.0595915,Common Myna,10,2024-01-05 +21.30321728,-158.0595915,Common Waxbill,6,2024-01-05 +21.30321728,-158.0595915,Gray Francolin,1,2023-01-03 +21.30321728,-158.0595915,House Finch,6,2024-01-05 +21.30321728,-158.0595915,House Sparrow,8,2024-01-05 +21.30321728,-158.0595915,Northern Cardinal,5,2024-01-01 +21.30321728,-158.0595915,Pacific Golden-Plover,5,2024-01-05 +21.30321728,-158.0595915,Red-crested Cardinal,5,2024-01-05 +21.30321728,-158.0595915,Red-vented Bulbul,8,2024-01-05 +21.30321728,-158.0595915,Red-whiskered Bulbul,4,2024-01-01 +21.30321728,-158.0595915,Ruddy Turnstone,5,2023-04-12 +21.30321728,-158.0595915,Saffron Finch,3,2024-01-05 +21.30321728,-158.0595915,Sanderling,3,2022-12-25 +21.30321728,-158.0595915,Spotted Dove,5,2024-01-05 +21.30321728,-158.0595915,Wandering Tattler,1,2022-12-25 +21.30321728,-158.0595915,Warbling White-eye,4,2024-01-05 +21.30321728,-158.0595915,Western Cattle Egret,2,2024-01-01 +21.30321728,-158.0595915,White Tern,1,2022-03-26 +21.30321728,-158.0595915,White-rumped Shama,1,2023-01-03 +21.30321728,-158.0595915,Yellow-fronted Canary,6,2024-01-05 +21.30321728,-158.0595915,Zebra Dove,6,2024-01-05 +21.31962573,-157.7991705,Chestnut Munia,3,2021-11-13 +21.31962573,-157.7991705,Common Myna,6,2024-02-26 +21.31962573,-157.7991705,Common Waxbill,3,2022-12-31 +21.31962573,-157.7991705,House Finch,5,2020-11-14 +21.31962573,-157.7991705,House Sparrow,2,2019-10-23 +21.31962573,-157.7991705,Japanese Bush Warbler,2,2020-11-14 +21.31962573,-157.7991705,Java Sparrow,1,2019-10-23 +21.31962573,-157.7991705,Feral Mallard,1,2019-03-18 +21.31962573,-157.7991705,Northern Cardinal,4,2024-02-18 +21.31962573,-157.7991705,Oahu Amakihi,4,2024-02-18 +21.31962573,-157.7991705,Pacific Golden-Plover,3,2021-11-13 +21.31962573,-157.7991705,Red Junglefowl,1,2019-03-18 +21.31962573,-157.7991705,Red-billed Leiothrix,6,2024-01-14 +21.31962573,-157.7991705,Red-crested Cardinal,6,2022-12-31 +21.31962573,-157.7991705,Red-vented Bulbul,8,2024-02-18 +21.31962573,-157.7991705,Red-whiskered Bulbul,9,2024-02-26 +21.31962573,-157.7991705,Rose-ringed Parakeet,8,2024-02-18 +21.31962573,-157.7991705,Spotted Dove,8,2024-02-18 +21.31962573,-157.7991705,Warbling White-eye,10,2024-02-18 +21.31962573,-157.7991705,Western Cattle Egret,3,2021-11-13 +21.31962573,-157.7991705,White Tern,1,2019-10-23 +21.31962573,-157.7991705,White-rumped Shama,5,2024-02-18 +21.31962573,-157.7991705,Zebra Dove,9,2024-02-23 +21.31860575,-157.6642097,African Silverbill,5,2023-08-24 +21.31860575,-157.6642097,Black-crowned Night Heron,1,2022-06-12 +21.31860575,-157.6642097,Brown Booby,2,2022-06-12 +21.31860575,-157.6642097,Brown Noddy,5,2023-05-24 +21.31860575,-157.6642097,Common Myna,13,2023-08-24 +21.31860575,-157.6642097,Common Waxbill,1,2019-04-12 +21.31860575,-157.6642097,Great Frigatebird,1,2022-03-08 +21.31860575,-157.6642097,House Sparrow,3,2020-02-17 +21.31860575,-157.6642097,Masked Booby,4,2022-08-25 +21.31860575,-157.6642097,Pacific Golden-Plover,2,2022-01-17 +21.31860575,-157.6642097,Pectoral Sandpiper,2,2019-09-28 +21.31860575,-157.6642097,Red-crested Cardinal,3,2022-06-12 +21.31860575,-157.6642097,Red-footed Booby,18,2023-10-14 +21.31860575,-157.6642097,Red-tailed Tropicbird,5,2023-08-24 +21.31860575,-157.6642097,Red-vented Bulbul,2,2020-02-17 +21.31860575,-157.6642097,Rock Pigeon,2,2020-02-17 +21.31860575,-157.6642097,Ruddy Turnstone,1,2020-02-24 +21.31860575,-157.6642097,Scaly-breasted Munia,1,2020-02-25 +21.31860575,-157.6642097,Sooty Tern,3,2023-05-24 +21.31860575,-157.6642097,Spotted Dove,6,2023-08-24 +21.31860575,-157.6642097,Wandering Tattler,5,2023-01-27 +21.31860575,-157.6642097,Wedge-tailed Shearwater,5,2023-10-14 +21.31860575,-157.6642097,Western Cattle Egret,3,2022-08-26 +21.31860575,-157.6642097,Zebra Dove,2,2022-06-12 +21.34738771,-157.8953737,Chestnut Munia,2,2019-03-03 +21.34738771,-157.8953737,Common Myna,6,2021-10-06 +21.34738771,-157.8953737,Common Waxbill,4,2023-01-25 +21.34738771,-157.8953737,House Finch,7,2021-10-06 +21.34738771,-157.8953737,House Sparrow,3,2021-10-06 +21.34738771,-157.8953737,Java Sparrow,4,2023-01-25 +21.34738771,-157.8953737,Feral Mallard,2,2019-03-03 +21.34738771,-157.8953737,Northern Cardinal,6,2023-01-22 +21.34738771,-157.8953737,Northern Shoveler,2,2019-03-03 +21.34738771,-157.8953737,Pacific Golden-Plover,2,2019-03-03 +21.34738771,-157.8953737,Red-crested Cardinal,5,2023-01-22 +21.34738771,-157.8953737,Red-vented Bulbul,7,2023-01-22 +21.34738771,-157.8953737,Red-whiskered Bulbul,6,2023-01-25 +21.34738771,-157.8953737,Rock Pigeon,1,2023-01-22 +21.34738771,-157.8953737,Rose-ringed Parakeet,6,2023-01-25 +21.34738771,-157.8953737,Saffron Finch,1,2019-02-04 +21.34738771,-157.8953737,Scaly-breasted Munia,1,2019-04-28 +21.34738771,-157.8953737,Spotted Dove,8,2023-01-22 +21.34738771,-157.8953737,Wandering Tattler,1,2023-01-05 +21.34738771,-157.8953737,Warbling White-eye,5,2019-05-16 +21.34738771,-157.8953737,Western Cattle Egret,2,2019-03-03 +21.34738771,-157.8953737,White-rumped Shama,1,2023-01-25 +21.34738771,-157.8953737,Yellow-fronted Canary,2,2021-10-06 +21.34738771,-157.8953737,Zebra Dove,8,2023-01-25 +21.35667284,-157.9338795,Barn Owl,1,2019-01-24 +21.35667284,-157.9338795,Chestnut Munia,2,2024-02-06 +21.35667284,-157.9338795,Common Myna,6,2024-02-06 +21.35667284,-157.9338795,Common Waxbill,5,2024-02-06 +21.35667284,-157.9338795,Great-tailed Grackle,1,2019-09-20 +21.35667284,-157.9338795,House Finch,3,2024-02-06 +21.35667284,-157.9338795,House Sparrow,1,2023-06-08 +21.35667284,-157.9338795,Java Sparrow,3,2024-02-06 +21.35667284,-157.9338795,Northern Cardinal,3,2024-02-06 +21.35667284,-157.9338795,Pacific Golden-Plover,3,2024-02-06 +21.35667284,-157.9338795,Red-crested Cardinal,5,2024-02-06 +21.35667284,-157.9338795,Red-vented Bulbul,5,2024-02-06 +21.35667284,-157.9338795,Red-whiskered Bulbul,2,2024-02-06 +21.35667284,-157.9338795,Rock Pigeon,1,2022-01-06 +21.35667284,-157.9338795,Rose-ringed Parakeet,2,2023-12-24 +21.35667284,-157.9338795,Saffron Finch,1,2022-01-06 +21.35667284,-157.9338795,Spotted Dove,3,2024-02-06 +21.35667284,-157.9338795,Warbling White-eye,3,2023-06-08 +21.35667284,-157.9338795,Western Cattle Egret,7,2024-02-06 +21.35667284,-157.9338795,White Tern,3,2023-06-08 +21.35667284,-157.9338795,White-rumped Shama,2,2024-02-06 +21.35667284,-157.9338795,Yellow-fronted Canary,3,2024-02-06 +21.35667284,-157.9338795,Zebra Dove,4,2024-02-06 +21.3757077,-158.0977107,Apapane,1,2021-01-02 +21.3757077,-158.0977107,Black Francolin,3,2022-12-16 +21.3757077,-158.0977107,Common Myna,2,2021-01-02 +21.3757077,-158.0977107,Common Waxbill,13,2021-01-02 +21.3757077,-158.0977107,Erckel's Spurfowl,1,2021-01-02 +21.3757077,-158.0977107,Gray Francolin,4,2022-12-16 +21.3757077,-158.0977107,House Finch,2,2021-01-02 +21.3757077,-158.0977107,Japanese Bush Warbler,1,2021-01-02 +21.3757077,-158.0977107,Java Sparrow,1,2021-01-02 +21.3757077,-158.0977107,Northern Cardinal,11,2019-10-17 +21.3757077,-158.0977107,Northern Mockingbird,1,2021-01-02 +21.3757077,-158.0977107,Oahu Amakihi,2,2021-01-02 +21.3757077,-158.0977107,Oahu Elepaio,13,2021-01-02 +21.3757077,-158.0977107,Pacific Golden-Plover,4,2022-12-16 +21.3757077,-158.0977107,Red Junglefowl,1,2019-01-18 +21.3757077,-158.0977107,Red-billed Leiothrix,12,2021-01-02 +21.3757077,-158.0977107,Red-crested Cardinal,11,2019-10-17 +21.3757077,-158.0977107,Red-vented Bulbul,13,2021-01-02 +21.3757077,-158.0977107,Red-whiskered Bulbul,11,2019-10-17 +21.3757077,-158.0977107,Scaly-breasted Munia,1,2019-01-18 +21.3757077,-158.0977107,Spotted Dove,2,2021-01-02 +21.3757077,-158.0977107,Warbling White-eye,13,2021-01-02 +21.3757077,-158.0977107,White-rumped Shama,13,2021-01-02 +21.3757077,-158.0977107,Zebra Dove,1,2019-01-18 +21.3750971,-157.9916161,American Wigeon,1,2024-01-12 +21.3750971,-157.9916161,Black-crowned Night Heron,1,2022-01-02 +21.3750971,-157.9916161,Black-necked Stilt,2,2023-01-21 +21.3750971,-157.9916161,Chestnut Munia,6,2024-01-12 +21.3750971,-157.9916161,Common Myna,6,2024-01-12 +21.3750971,-157.9916161,Common Waxbill,7,2024-01-12 +21.3750971,-157.9916161,Eurasian Skylark,2,2019-03-10 +21.3750971,-157.9916161,Eurasian Wigeon,1,2024-01-12 +21.3750971,-157.9916161,House Finch,3,2024-01-12 +21.3750971,-157.9916161,House Sparrow,3,2024-01-12 +21.3750971,-157.9916161,Indian Peafowl,1,2023-12-03 +21.3750971,-157.9916161,Java Sparrow,1,2024-01-12 +21.3750971,-157.9916161,Feral Mallard,3,2024-01-12 +21.3750971,-157.9916161,Northern Cardinal,1,2022-01-02 +21.3750971,-157.9916161,Pacific Golden-Plover,10,2024-01-12 +21.3750971,-157.9916161,Red-crested Cardinal,6,2024-01-12 +21.3750971,-157.9916161,Red-vented Bulbul,1,2024-01-12 +21.3750971,-157.9916161,Rose-ringed Parakeet,1,2023-08-19 +21.3750971,-157.9916161,Saffron Finch,10,2023-08-19 +21.3750971,-157.9916161,Spotted Dove,7,2024-01-12 +21.3750971,-157.9916161,Warbling White-eye,1,2024-01-12 +21.3750971,-157.9916161,Western Cattle Egret,7,2024-01-12 +21.3750971,-157.9916161,Yellow-fronted Canary,1,2024-01-12 +21.3750971,-157.9916161,Zebra Dove,7,2024-01-12 +21.37461435,-157.9144594,Black-necked Stilt,1,2022-06-08 +21.37461435,-157.9144594,Chestnut Munia,5,2022-06-15 +21.37461435,-157.9144594,Common Myna,14,2024-01-31 +21.37461435,-157.9144594,Common Waxbill,4,2024-01-31 +21.37461435,-157.9144594,Great-tailed Grackle,1,2020-07-11 +21.37461435,-157.9144594,House Finch,2,2024-01-31 +21.37461435,-157.9144594,House Sparrow,9,2024-01-31 +21.37461435,-157.9144594,Java Sparrow,8,2024-01-31 +21.37461435,-157.9144594,Feral Mallard,1,2023-01-18 +21.37461435,-157.9144594,Northern Cardinal,3,2022-05-14 +21.37461435,-157.9144594,Pacific Golden-Plover,7,2024-01-31 +21.37461435,-157.9144594,Red Junglefowl,3,2022-12-21 +21.37461435,-157.9144594,Red-crested Cardinal,11,2024-01-31 +21.37461435,-157.9144594,Red-vented Bulbul,9,2024-01-31 +21.37461435,-157.9144594,Rock Pigeon,2,2022-12-21 +21.37461435,-157.9144594,Rose-ringed Parakeet,1,2023-04-03 +21.37461435,-157.9144594,Saffron Finch,7,2024-01-31 +21.37461435,-157.9144594,Spotted Dove,8,2024-01-31 +21.37461435,-157.9144594,Warbling White-eye,6,2023-01-18 +21.37461435,-157.9144594,Western Cattle Egret,8,2023-01-18 +21.37461435,-157.9144594,White Tern,1,2023-04-03 +21.37461435,-157.9144594,Yellow-fronted Canary,3,2024-01-31 +21.37461435,-157.9144594,Zebra Dove,11,2024-01-31 +21.40981801,-157.7791406,Black-necked Stilt,2,2022-10-20 +21.40981801,-157.7791406,Chestnut Munia,5,2023-07-29 +21.40981801,-157.7791406,Common Myna,13,2023-08-20 +21.40981801,-157.7791406,Common Waxbill,7,2022-04-28 +21.40981801,-157.7791406,Great Frigatebird,1,2022-10-21 +21.40981801,-157.7791406,House Finch,5,2023-07-29 +21.40981801,-157.7791406,House Sparrow,2,2023-02-22 +21.40981801,-157.7791406,Java Sparrow,3,2023-07-27 +21.40981801,-157.7791406,Feral Mallard,1,2019-02-12 +21.40981801,-157.7791406,Northern Cardinal,5,2023-07-27 +21.40981801,-157.7791406,Northern Mockingbird,1,2019-03-07 +21.40981801,-157.7791406,Pacific Golden-Plover,3,2022-10-20 +21.40981801,-157.7791406,Red Junglefowl,4,2022-04-17 +21.40981801,-157.7791406,Red-billed Leiothrix,9,2023-07-29 +21.40981801,-157.7791406,Red-crested Cardinal,9,2023-07-27 +21.40981801,-157.7791406,Red-vented Bulbul,14,2023-08-20 +21.40981801,-157.7791406,Red-whiskered Bulbul,6,2022-04-28 +21.40981801,-157.7791406,Rock Pigeon,3,2023-02-22 +21.40981801,-157.7791406,Spotted Dove,8,2023-07-29 +21.40981801,-157.7791406,Wandering Tattler,1,2019-02-12 +21.40981801,-157.7791406,Warbling White-eye,9,2022-04-28 +21.40981801,-157.7791406,Western Cattle Egret,7,2022-10-20 +21.40981801,-157.7791406,White-rumped Shama,9,2022-04-28 +21.40981801,-157.7791406,Zebra Dove,13,2023-08-20 +21.42038018,-158.0106015,Chestnut Munia,1,2020-06-23 +21.42038018,-158.0106015,Common Gallinule,3,2023-05-30 +21.42038018,-158.0106015,Common Myna,7,2023-05-30 +21.42038018,-158.0106015,Common Waxbill,2,2021-09-14 +21.42038018,-158.0106015,House Finch,3,2021-09-14 +21.42038018,-158.0106015,House Sparrow,3,2021-09-14 +21.42038018,-158.0106015,Indian Peafowl,3,2023-05-30 +21.42038018,-158.0106015,Java Sparrow,5,2023-05-30 +21.42038018,-158.0106015,Northern Cardinal,3,2020-12-03 +21.42038018,-158.0106015,Pacific Golden-Plover,3,2021-09-14 +21.42038018,-158.0106015,Red Junglefowl,5,2023-05-30 +21.42038018,-158.0106015,Red-crested Cardinal,6,2023-05-30 +21.42038018,-158.0106015,Red-vented Bulbul,7,2023-05-30 +21.42038018,-158.0106015,Rock Pigeon,2,2022-04-02 +21.42038018,-158.0106015,Rose-ringed Parakeet,5,2023-05-30 +21.42038018,-158.0106015,Ruddy Turnstone,1,2021-09-14 +21.42038018,-158.0106015,Saffron Finch,7,2023-05-30 +21.42038018,-158.0106015,Scaly-breasted Munia,1,2020-06-23 +21.42038018,-158.0106015,Spotted Dove,6,2023-05-30 +21.42038018,-158.0106015,Warbling White-eye,3,2021-09-14 +21.42038018,-158.0106015,Western Cattle Egret,8,2023-05-30 +21.42038018,-158.0106015,White-rumped Shama,5,2023-05-10 +21.42038018,-158.0106015,Yellow-fronted Canary,2,2020-12-03 +21.42038018,-158.0106015,Zebra Dove,7,2023-05-30 +21.41863787,-157.7501251,Black-crowned Night Heron,1,2019-07-21 +21.41863787,-157.7501251,Black-necked Stilt,2,2021-11-25 +21.41863787,-157.7501251,Chestnut Munia,3,2024-02-18 +21.41863787,-157.7501251,Common Myna,21,2024-01-27 +21.41863787,-157.7501251,Common Waxbill,3,2024-02-18 +21.41863787,-157.7501251,House Finch,6,2023-03-10 +21.41863787,-157.7501251,House Sparrow,4,2023-03-10 +21.41863787,-157.7501251,Java Sparrow,7,2023-03-10 +21.41863787,-157.7501251,Feral Mallard,1,2023-03-07 +21.41863787,-157.7501251,Muscovy Duck,1,2024-01-22 +21.41863787,-157.7501251,Northern Cardinal,6,2023-03-10 +21.41863787,-157.7501251,Pacific Golden-Plover,7,2024-02-18 +21.41863787,-157.7501251,Red Junglefowl,3,2024-01-27 +21.41863787,-157.7501251,Red-crested Cardinal,14,2024-02-17 +21.41863787,-157.7501251,Red-vented Bulbul,11,2023-06-07 +21.41863787,-157.7501251,Red-whiskered Bulbul,6,2023-03-07 +21.41863787,-157.7501251,Rock Pigeon,13,2024-02-18 +21.41863787,-157.7501251,Scaly-breasted Munia,1,2020-07-01 +21.41863787,-157.7501251,Snow Goose,1,2019-10-20 +21.41863787,-157.7501251,Spotted Dove,11,2023-03-10 +21.41863787,-157.7501251,Warbling White-eye,3,2024-02-18 +21.41863787,-157.7501251,Western Cattle Egret,13,2024-02-19 +21.41863787,-157.7501251,Zebra Dove,16,2023-06-07 +21.41856556,-157.7404785,Black-crowned Night Heron,1,2024-02-05 +21.41856556,-157.7404785,Black-necked Stilt,2,2024-01-17 +21.41856556,-157.7404785,Common Myna,4,2024-02-05 +21.41856556,-157.7404785,Gray Francolin,1,2023-05-24 +21.41856556,-157.7404785,Great Frigatebird,1,2022-02-02 +21.41856556,-157.7404785,House Sparrow,1,2024-02-05 +21.41856556,-157.7404785,Java Sparrow,3,2024-02-05 +21.41856556,-157.7404785,Feral Mallard,1,2024-02-05 +21.41856556,-157.7404785,Northern Cardinal,3,2023-11-11 +21.41856556,-157.7404785,Pacific Golden-Plover,2,2024-02-05 +21.41856556,-157.7404785,Red Junglefowl,1,2024-02-05 +21.41856556,-157.7404785,Red-crested Cardinal,6,2024-02-05 +21.41856556,-157.7404785,Red-footed Booby,2,2024-02-05 +21.41856556,-157.7404785,Red-vented Bulbul,5,2023-05-24 +21.41856556,-157.7404785,Red-whiskered Bulbul,1,2021-06-11 +21.41856556,-157.7404785,Rock Pigeon,4,2024-01-24 +21.41856556,-157.7404785,Rose-ringed Parakeet,1,2024-02-05 +21.41856556,-157.7404785,Sanderling,1,2020-12-23 +21.41856556,-157.7404785,Spotted Dove,2,2024-02-05 +21.41856556,-157.7404785,Wedge-tailed Shearwater,1,2022-02-09 +21.41856556,-157.7404785,Western Cattle Egret,1,2024-02-05 +21.41856556,-157.7404785,Zebra Dove,4,2024-02-05 +21.45476839,-157.7498171,Black-crowned Night Heron,1,2024-01-17 +21.45476839,-157.7498171,Black-necked Stilt,16,2024-01-17 +21.45476839,-157.7498171,Common Gallinule,17,2024-01-17 +21.45476839,-157.7498171,Common Myna,15,2024-01-17 +21.45476839,-157.7498171,Common Waxbill,1,2019-12-04 +21.45476839,-157.7498171,Gray Francolin,5,2024-01-17 +21.45476839,-157.7498171,Great Frigatebird,10,2023-07-22 +21.45476839,-157.7498171,Green-winged Teal,3,2021-12-19 +21.45476839,-157.7498171,Hawaiian Coot,9,2024-01-17 +21.45476839,-157.7498171,House Finch,3,2024-01-17 +21.45476839,-157.7498171,House Sparrow,3,2021-12-19 +21.45476839,-157.7498171,Java Sparrow,1,2019-12-12 +21.45476839,-157.7498171,Feral Mallard,17,2024-01-17 +21.45476839,-157.7498171,Northern Cardinal,3,2023-07-22 +21.45476839,-157.7498171,Pacific Golden-Plover,19,2024-01-17 +21.45476839,-157.7498171,Red-crested Cardinal,8,2024-01-17 +21.45476839,-157.7498171,Red-vented Bulbul,10,2024-01-17 +21.45476839,-157.7498171,Spotted Dove,1,2024-01-17 +21.45476839,-157.7498171,Warbling White-eye,6,2024-01-17 +21.45476839,-157.7498171,Western Cattle Egret,10,2023-08-16 +21.45476839,-157.7498171,White-rumped Shama,1,2019-12-12 +21.45476839,-157.7498171,Zebra Dove,15,2024-01-17 +21.46449692,-157.8462392,Black-necked Stilt,5,2023-10-21 +21.46449692,-157.8462392,Chestnut Munia,2,2022-11-20 +21.46449692,-157.8462392,Common Myna,6,2022-11-26 +21.46449692,-157.8462392,Common Waxbill,4,2022-11-26 +21.46449692,-157.8462392,House Finch,3,2022-11-26 +21.46449692,-157.8462392,House Sparrow,2,2022-11-26 +21.46449692,-157.8462392,Indian Peafowl,1,2020-02-18 +21.46449692,-157.8462392,Java Sparrow,3,2022-11-26 +21.46449692,-157.8462392,Feral Mallard,1,2020-02-18 +21.46449692,-157.8462392,Northern Cardinal,1,2022-11-20 +21.46449692,-157.8462392,Pacific Golden-Plover,1,2019-04-17 +21.46449692,-157.8462392,Red Junglefowl,6,2023-03-29 +21.46449692,-157.8462392,Red-billed Leiothrix,1,2022-11-20 +21.46449692,-157.8462392,Red-crested Cardinal,5,2022-11-26 +21.46449692,-157.8462392,Red-vented Bulbul,3,2022-11-26 +21.46449692,-157.8462392,Red-whiskered Bulbul,4,2022-11-26 +21.46449692,-157.8462392,Rock Pigeon,5,2022-11-26 +21.46449692,-157.8462392,Ruddy Turnstone,2,2023-12-16 +21.46449692,-157.8462392,Spotted Dove,5,2022-11-26 +21.46449692,-157.8462392,Warbling White-eye,4,2022-11-26 +21.46449692,-157.8462392,Western Cattle Egret,5,2022-11-26 +21.46449692,-157.8462392,White-rumped Shama,1,2021-12-22 +21.46449692,-157.8462392,Zebra Dove,5,2022-11-26 +21.50243325,-158.1451984,Apapane,13,2023-01-27 +21.50243325,-158.1451984,Common Myna,2,2023-02-20 +21.50243325,-158.1451984,Common Waxbill,7,2023-02-27 +21.50243325,-158.1451984,Erckel's Spurfowl,2,2021-09-10 +21.50243325,-158.1451984,House Finch,6,2022-05-04 +21.50243325,-158.1451984,House Sparrow,1,2021-04-30 +21.50243325,-158.1451984,Indian Peafowl,2,2022-06-20 +21.50243325,-158.1451984,Japanese Bush Warbler,7,2022-06-20 +21.50243325,-158.1451984,Kalij Pheasant,3,2022-05-04 +21.50243325,-158.1451984,Northern Cardinal,1,2023-02-27 +21.50243325,-158.1451984,Oahu Amakihi,2,2021-04-30 +21.50243325,-158.1451984,Pacific Golden-Plover,2,2020-02-09 +21.50243325,-158.1451984,Red-billed Leiothrix,7,2022-06-20 +21.50243325,-158.1451984,Red-crested Cardinal,3,2023-02-27 +21.50243325,-158.1451984,Red-vented Bulbul,7,2023-02-27 +21.50243325,-158.1451984,Red-whiskered Bulbul,2,2022-04-12 +21.50243325,-158.1451984,Saffron Finch,1,2023-02-27 +21.50243325,-158.1451984,Sanderling,1,2023-01-27 +21.50243325,-158.1451984,Spotted Dove,1,2021-09-10 +21.50243325,-158.1451984,Warbling White-eye,8,2022-06-20 +21.50243325,-158.1451984,Western Cattle Egret,2,2023-02-20 +21.50243325,-158.1451984,White-rumped Shama,6,2023-01-27 +21.50243325,-158.1451984,Yellow-fronted Canary,1,2023-01-27 +21.50243325,-158.1451984,Zebra Dove,3,2023-02-27 +21.5108874,-158.0389523,Black Francolin,16,2022-12-12 +21.5108874,-158.0389523,Chestnut Munia,3,2023-12-04 +21.5108874,-158.0389523,Common Myna,42,2023-12-04 +21.5108874,-158.0389523,Common Waxbill,35,2023-12-04 +21.5108874,-158.0389523,Gray Francolin,15,2022-12-27 +21.5108874,-158.0389523,House Finch,42,2023-12-04 +21.5108874,-158.0389523,House Sparrow,12,2023-12-04 +21.5108874,-158.0389523,Indian Peafowl,9,2022-04-25 +21.5108874,-158.0389523,Japanese Bush Warbler,4,2022-06-06 +21.5108874,-158.0389523,Northern Cardinal,4,2022-12-27 +21.5108874,-158.0389523,Pacific Golden-Plover,34,2023-03-31 +21.5108874,-158.0389523,Red Avadavat,12,2023-12-04 +21.5108874,-158.0389523,Red Junglefowl,15,2023-12-04 +21.5108874,-158.0389523,Red-crested Cardinal,37,2023-03-31 +21.5108874,-158.0389523,Red-vented Bulbul,47,2023-12-04 +21.5108874,-158.0389523,Red-whiskered Bulbul,23,2022-12-12 +21.5108874,-158.0389523,Saffron Finch,12,2024-01-11 +21.5108874,-158.0389523,Scaly-breasted Munia,2,2022-08-22 +21.5108874,-158.0389523,Short-eared Owl,1,2019-03-21 +21.5108874,-158.0389523,Spotted Dove,19,2023-03-31 +21.5108874,-158.0389523,Warbling White-eye,39,2023-03-31 +21.5108874,-158.0389523,Western Cattle Egret,12,2023-03-31 +21.5108874,-158.0389523,White-rumped Shama,2,2023-12-04 +21.5108874,-158.0389523,Zebra Dove,31,2024-01-11 +21.50959546,-157.83623,Black-necked Stilt,1,2021-04-24 +21.50959546,-157.83623,Brown Noddy,1,2021-07-22 +21.50959546,-157.83623,Chestnut Munia,1,2021-04-03 +21.50959546,-157.83623,Common Myna,4,2021-07-22 +21.50959546,-157.83623,Common Waxbill,4,2021-07-22 +21.50959546,-157.83623,Great Frigatebird,1,2021-07-22 +21.50959546,-157.83623,House Finch,2,2021-07-22 +21.50959546,-157.83623,Masked Booby,1,2021-07-22 +21.50959546,-157.83623,Northern Cardinal,1,2021-04-24 +21.50959546,-157.83623,Pacific Golden-Plover,5,2022-11-26 +21.50959546,-157.83623,Red-crested Cardinal,6,2022-02-15 +21.50959546,-157.83623,Red-footed Booby,1,2021-07-22 +21.50959546,-157.83623,Red-vented Bulbul,2,2021-07-22 +21.50959546,-157.83623,Red-whiskered Bulbul,1,2020-04-25 +21.50959546,-157.83623,Rock Pigeon,1,2021-07-22 +21.50959546,-157.83623,Ruddy Turnstone,6,2022-11-26 +21.50959546,-157.83623,Sooty Tern,1,2021-07-22 +21.50959546,-157.83623,Spotted Dove,2,2021-07-22 +21.50959546,-157.83623,Wandering Tattler,1,2021-04-03 +21.50959546,-157.83623,Wedge-tailed Shearwater,1,2021-07-22 +21.50959546,-157.83623,Western Cattle Egret,6,2022-11-26 +21.50959546,-157.83623,White Tern,1,2021-07-22 +21.50959546,-157.83623,White-tailed Tropicbird,1,2021-07-22 +21.50959546,-157.83623,Zebra Dove,3,2021-07-22 +21.55502756,-157.8744944,Chestnut Munia,11,2023-12-07 +21.55502756,-157.8744944,Common Myna,20,2023-12-26 +21.55502756,-157.8744944,Common Waxbill,11,2023-12-26 +21.55502756,-157.8744944,Gray Francolin,1,2023-09-02 +21.55502756,-157.8744944,House Finch,8,2024-02-16 +21.55502756,-157.8744944,House Sparrow,2,2023-04-17 +21.55502756,-157.8744944,Java Sparrow,1,2023-04-17 +21.55502756,-157.8744944,Northern Cardinal,2,2022-03-08 +21.55502756,-157.8744944,Pacific Golden-Plover,14,2024-02-16 +21.55502756,-157.8744944,Red Junglefowl,20,2024-02-16 +21.55502756,-157.8744944,Red-billed Leiothrix,8,2023-12-26 +21.55502756,-157.8744944,Red-crested Cardinal,12,2023-12-26 +21.55502756,-157.8744944,Red-vented Bulbul,10,2023-12-26 +21.55502756,-157.8744944,Red-whiskered Bulbul,9,2024-01-14 +21.55502756,-157.8744944,Rock Pigeon,1,2022-03-08 +21.55502756,-157.8744944,Ruddy Turnstone,2,2023-03-29 +21.55502756,-157.8744944,Saffron Finch,1,2022-03-08 +21.55502756,-157.8744944,Scaly-breasted Munia,1,2023-09-02 +21.55502756,-157.8744944,Spotted Dove,8,2024-02-16 +21.55502756,-157.8744944,Wandering Tattler,2,2019-08-29 +21.55502756,-157.8744944,Warbling White-eye,12,2024-02-16 +21.55502756,-157.8744944,Western Cattle Egret,9,2023-12-26 +21.55502756,-157.8744944,White-rumped Shama,10,2024-01-14 +21.55502756,-157.8744944,Zebra Dove,19,2024-02-16 +21.56577615,-158.164139,Black Francolin,6,2023-06-02 +21.56577615,-158.164139,Chestnut Munia,3,2020-02-26 +21.56577615,-158.164139,Common Myna,8,2023-06-02 +21.56577615,-158.164139,Common Waxbill,10,2023-06-02 +21.56577615,-158.164139,Erckel's Spurfowl,3,2020-06-18 +21.56577615,-158.164139,Gray Francolin,5,2023-01-26 +21.56577615,-158.164139,House Finch,9,2023-06-02 +21.56577615,-158.164139,Indian Peafowl,5,2023-06-02 +21.56577615,-158.164139,Japanese Bush Warbler,10,2023-06-02 +21.56577615,-158.164139,Northern Cardinal,9,2023-06-02 +21.56577615,-158.164139,Pacific Golden-Plover,3,2021-02-10 +21.56577615,-158.164139,Red Avadavat,8,2023-06-02 +21.56577615,-158.164139,Red-billed Leiothrix,7,2023-06-02 +21.56577615,-158.164139,Red-crested Cardinal,9,2023-06-02 +21.56577615,-158.164139,Red-vented Bulbul,10,2023-06-02 +21.56577615,-158.164139,Red-whiskered Bulbul,9,2023-06-02 +21.56577615,-158.164139,Saffron Finch,7,2023-06-02 +21.56577615,-158.164139,Scaly-breasted Munia,3,2021-02-25 +21.56577615,-158.164139,Spotted Dove,7,2023-06-02 +21.56577615,-158.164139,Warbling White-eye,9,2023-06-02 +21.56577615,-158.164139,Western Cattle Egret,2,2021-07-02 +21.56577615,-158.164139,White-rumped Shama,10,2023-06-02 +21.56577615,-158.164139,Yellow-fronted Canary,2,2023-06-02 +21.56577615,-158.164139,Zebra Dove,8,2023-06-02 +21.57521914,-158.2510101,African Silverbill,2,2023-04-08 +21.57521914,-158.2510101,Brown Booby,2,2023-04-08 +21.57521914,-158.2510101,Common Myna,5,2023-07-05 +21.57521914,-158.2510101,Common Waxbill,3,2023-07-05 +21.57521914,-158.2510101,Erckel's Spurfowl,4,2023-04-08 +21.57521914,-158.2510101,Gray Francolin,3,2023-07-05 +21.57521914,-158.2510101,House Finch,4,2023-04-08 +21.57521914,-158.2510101,Laysan Albatross,6,2023-07-05 +21.57521914,-158.2510101,Masked Booby,1,2022-12-20 +21.57521914,-158.2510101,Northern Cardinal,1,2023-04-08 +21.57521914,-158.2510101,Pacific Golden-Plover,4,2023-04-08 +21.57521914,-158.2510101,Red-billed Leiothrix,1,2023-07-05 +21.57521914,-158.2510101,Red-crested Cardinal,4,2023-07-05 +21.57521914,-158.2510101,Red-vented Bulbul,6,2023-07-05 +21.57521914,-158.2510101,Red-whiskered Bulbul,2,2023-04-08 +21.57521914,-158.2510101,Rock Pigeon,1,2023-04-08 +21.57521914,-158.2510101,Snow Goose,1,2019-11-20 +21.57521914,-158.2510101,Spotted Dove,4,2023-04-08 +21.57521914,-158.2510101,Warbling White-eye,4,2023-07-05 +21.57521914,-158.2510101,Wedge-tailed Shearwater,2,2023-07-05 +21.57521914,-158.2510101,Western Cattle Egret,1,2023-04-08 +21.57521914,-158.2510101,Zebra Dove,5,2023-07-05 +21.5840784,-158.2123263,Brown Booby,1,2020-01-01 +21.5840784,-158.2123263,Chestnut Munia,1,2019-11-11 +21.5840784,-158.2123263,Common Myna,3,2020-10-26 +21.5840784,-158.2123263,Common Waxbill,2,2020-10-26 +21.5840784,-158.2123263,Gray Francolin,2,2020-10-26 +21.5840784,-158.2123263,Great Frigatebird,1,2020-10-26 +21.5840784,-158.2123263,House Finch,1,2020-10-26 +21.5840784,-158.2123263,Laysan Albatross,3,2020-01-23 +21.5840784,-158.2123263,Northern Cardinal,3,2020-10-26 +21.5840784,-158.2123263,Pacific Golden-Plover,5,2020-10-26 +21.5840784,-158.2123263,Red Junglefowl,2,2020-10-26 +21.5840784,-158.2123263,Red-crested Cardinal,3,2020-01-08 +21.5840784,-158.2123263,Red-vented Bulbul,2,2020-10-26 +21.5840784,-158.2123263,Saffron Finch,5,2020-10-26 +21.5840784,-158.2123263,Sanderling,1,2024-02-21 +21.5840784,-158.2123263,Scaly-breasted Munia,1,2019-11-11 +21.5840784,-158.2123263,Sharp-tailed Sandpiper,1,2020-10-26 +21.5840784,-158.2123263,Snow Goose,7,2020-01-08 +21.5840784,-158.2123263,Spotted Dove,2,2020-10-26 +21.5840784,-158.2123263,Warbling White-eye,2,2020-10-26 +21.5840784,-158.2123263,Western Cattle Egret,2,2020-10-26 +21.5840784,-158.2123263,Yellow-fronted Canary,1,2019-11-11 +21.5840784,-158.2123263,Zebra Dove,3,2020-10-26 +21.6276138,-157.9222404,Chestnut Munia,2,2022-10-12 +21.6276138,-157.9222404,Common Myna,14,2022-11-09 +21.6276138,-157.9222404,Common Waxbill,11,2022-10-12 +21.6276138,-157.9222404,House Finch,2,2022-01-10 +21.6276138,-157.9222404,House Sparrow,5,2022-03-07 +21.6276138,-157.9222404,Java Sparrow,3,2022-10-12 +21.6276138,-157.9222404,Northern Cardinal,2,2021-12-01 +21.6276138,-157.9222404,Pacific Golden-Plover,12,2023-11-19 +21.6276138,-157.9222404,Red Avadavat,1,2023-10-06 +21.6276138,-157.9222404,Red Junglefowl,13,2023-03-31 +21.6276138,-157.9222404,Red-billed Leiothrix,1,2021-12-01 +21.6276138,-157.9222404,Red-crested Cardinal,6,2022-10-12 +21.6276138,-157.9222404,Red-vented Bulbul,5,2022-10-12 +21.6276138,-157.9222404,Red-whiskered Bulbul,5,2022-10-12 +21.6276138,-157.9222404,Rock Pigeon,9,2023-03-31 +21.6276138,-157.9222404,Ruddy Turnstone,15,2023-03-31 +21.6276138,-157.9222404,Saffron Finch,3,2022-05-02 +21.6276138,-157.9222404,Sanderling,5,2023-11-19 +21.6276138,-157.9222404,Scaly-breasted Munia,1,2021-12-01 +21.6276138,-157.9222404,Spotted Dove,11,2023-03-31 +21.6276138,-157.9222404,Wandering Tattler,4,2023-11-19 +21.6276138,-157.9222404,Warbling White-eye,5,2022-10-12 +21.6276138,-157.9222404,Western Cattle Egret,5,2022-10-12 +21.6276138,-157.9222404,Zebra Dove,11,2023-11-19 +21.67354764,-158.0475413,Brown Booby,5,2022-04-29 +21.67354764,-158.0475413,Brown Noddy,1,2019-03-03 +21.67354764,-158.0475413,Common Myna,12,2023-11-18 +21.67354764,-158.0475413,Great Frigatebird,1,2019-07-24 +21.67354764,-158.0475413,Java Sparrow,1,2021-05-07 +21.67354764,-158.0475413,Laysan Albatross,4,2022-01-24 +21.67354764,-158.0475413,Muscovy Duck,1,2021-05-06 +21.67354764,-158.0475413,Northern Cardinal,1,2021-05-10 +21.67354764,-158.0475413,Pacific Golden-Plover,3,2019-03-03 +21.67354764,-158.0475413,Red Junglefowl,2,2022-10-16 +21.67354764,-158.0475413,Red-crested Cardinal,3,2023-06-28 +21.67354764,-158.0475413,Red-footed Booby,4,2022-04-29 +21.67354764,-158.0475413,Red-vented Bulbul,8,2023-11-18 +21.67354764,-158.0475413,Red-whiskered Bulbul,1,2021-05-07 +21.67354764,-158.0475413,Saffron Finch,3,2023-04-23 +21.67354764,-158.0475413,Sanderling,3,2023-02-07 +21.67354764,-158.0475413,Spotted Dove,5,2021-06-09 +21.67354764,-158.0475413,Wandering Tattler,2,2023-02-07 +21.67354764,-158.0475413,Warbling White-eye,1,2019-03-03 +21.67354764,-158.0475413,Wedge-tailed Shearwater,1,2019-07-26 +21.67354764,-158.0475413,Western Cattle Egret,5,2023-08-23 +21.67354764,-158.0475413,White-rumped Shama,1,2023-11-18 +21.67354764,-158.0475413,White-tailed Tropicbird,2,2022-09-16 +21.67354764,-158.0475413,Zebra Dove,9,2023-02-07 +21.31225276,-158.0595344,African Silverbill,3,2019-03-26 +21.31225276,-158.0595344,Barn Owl,1,2020-07-16 +21.31225276,-158.0595344,Common Myna,2,2023-03-27 +21.31225276,-158.0595344,Common Waxbill,1,2023-03-27 +21.31225276,-158.0595344,Eurasian Skylark,4,2023-03-27 +21.31225276,-158.0595344,Gray Francolin,1,2021-12-21 +21.31225276,-158.0595344,House Finch,1,2021-12-21 +21.31225276,-158.0595344,House Sparrow,3,2023-03-27 +21.31225276,-158.0595344,Indian Peafowl,1,2021-12-21 +21.31225276,-158.0595344,Japanese Bush Warbler,1,2021-12-21 +21.31225276,-158.0595344,Java Sparrow,2,2023-03-27 +21.31225276,-158.0595344,Northern Cardinal,2,2023-03-27 +21.31225276,-158.0595344,Northern Mockingbird,1,2021-12-21 +21.31225276,-158.0595344,Pacific Golden-Plover,7,2023-03-27 +21.31225276,-158.0595344,Red Junglefowl,1,2021-12-21 +21.31225276,-158.0595344,Red-crested Cardinal,5,2023-03-27 +21.31225276,-158.0595344,Red-vented Bulbul,2,2023-03-27 +21.31225276,-158.0595344,Red-whiskered Bulbul,2,2021-10-11 +21.31225276,-158.0595344,Saffron Finch,3,2019-03-26 +21.31225276,-158.0595344,Sanderling,1,2023-03-27 +21.31225276,-158.0595344,Spotted Dove,2,2023-03-27 +21.31225276,-158.0595344,Warbling White-eye,2,2023-03-27 +21.31225276,-158.0595344,Western Cattle Egret,1,2023-03-27 +21.31225276,-158.0595344,White-rumped Shama,2,2023-03-27 +21.31225276,-158.0595344,Zebra Dove,5,2023-03-27 +21.33872864,-157.9532949,Black-crowned Night Heron,1,2021-02-13 +21.33872864,-157.9532949,Chestnut Munia,5,2023-07-09 +21.33872864,-157.9532949,Common Myna,32,2023-07-09 +21.33872864,-157.9532949,Common Waxbill,5,2023-07-09 +21.33872864,-157.9532949,Eurasian Skylark,1,2022-02-10 +21.33872864,-157.9532949,House Finch,9,2023-07-01 +21.33872864,-157.9532949,House Sparrow,16,2023-07-01 +21.33872864,-157.9532949,Java Sparrow,8,2023-07-01 +21.33872864,-157.9532949,Feral Mallard,1,2021-01-17 +21.33872864,-157.9532949,Northern Cardinal,5,2023-07-01 +21.33872864,-157.9532949,Pacific Golden-Plover,20,2022-10-08 +21.33872864,-157.9532949,Red-crested Cardinal,15,2023-07-09 +21.33872864,-157.9532949,Red-vented Bulbul,14,2023-07-09 +21.33872864,-157.9532949,Red-whiskered Bulbul,5,2022-06-11 +21.33872864,-157.9532949,Rock Pigeon,11,2023-07-09 +21.33872864,-157.9532949,Rose-ringed Parakeet,5,2023-07-01 +21.33872864,-157.9532949,Saffron Finch,9,2023-07-09 +21.33872864,-157.9532949,Short-eared Owl,1,2021-12-30 +21.33872864,-157.9532949,Spotted Dove,16,2023-07-09 +21.33872864,-157.9532949,Warbling White-eye,4,2023-07-01 +21.33872864,-157.9532949,Western Cattle Egret,23,2023-07-01 +21.33872864,-157.9532949,White Tern,4,2022-02-21 +21.33872864,-157.9532949,White-rumped Shama,3,2022-10-08 +21.33872864,-157.9532949,Yellow-fronted Canary,5,2022-02-21 +21.33872864,-157.9532949,Zebra Dove,21,2023-07-01 +21.3384801,-157.9147256,African Silverbill,1,2021-11-29 +21.3384801,-157.9147256,Chestnut Munia,3,2023-12-04 +21.3384801,-157.9147256,Common Myna,33,2024-01-12 +21.3384801,-157.9147256,Common Waxbill,7,2024-01-12 +21.3384801,-157.9147256,House Finch,6,2023-01-16 +21.3384801,-157.9147256,House Sparrow,25,2023-12-04 +21.3384801,-157.9147256,Java Sparrow,8,2023-10-19 +21.3384801,-157.9147256,Feral Mallard,2,2023-06-25 +21.3384801,-157.9147256,Northern Cardinal,3,2020-06-25 +21.3384801,-157.9147256,Pacific Golden-Plover,7,2024-01-12 +21.3384801,-157.9147256,Red Junglefowl,6,2023-10-19 +21.3384801,-157.9147256,Red-crested Cardinal,8,2023-12-14 +21.3384801,-157.9147256,Red-vented Bulbul,14,2024-01-12 +21.3384801,-157.9147256,Red-whiskered Bulbul,4,2022-03-09 +21.3384801,-157.9147256,Rock Pigeon,5,2023-10-19 +21.3384801,-157.9147256,Rose-ringed Parakeet,7,2024-01-09 +21.3384801,-157.9147256,Saffron Finch,3,2021-12-20 +21.3384801,-157.9147256,Spotted Dove,25,2024-01-12 +21.3384801,-157.9147256,Warbling White-eye,11,2024-01-12 +21.3384801,-157.9147256,Western Cattle Egret,13,2023-10-19 +21.3384801,-157.9147256,White-rumped Shama,1,2020-06-25 +21.3384801,-157.9147256,Yellow-fronted Canary,2,2020-06-25 +21.3384801,-157.9147256,Zebra Dove,36,2024-01-12 +21.33796364,-157.8375903,Chestnut Munia,1,2022-07-23 +21.33796364,-157.8375903,Common Myna,7,2023-10-16 +21.33796364,-157.8375903,Common Waxbill,3,2022-05-10 +21.33796364,-157.8375903,House Finch,3,2022-05-10 +21.33796364,-157.8375903,House Sparrow,1,2022-04-25 +21.33796364,-157.8375903,Java Sparrow,2,2022-05-10 +21.33796364,-157.8375903,Feral Mallard,3,2022-05-10 +21.33796364,-157.8375903,Northern Cardinal,6,2023-12-21 +21.33796364,-157.8375903,Pacific Golden-Plover,1,2023-10-16 +21.33796364,-157.8375903,Red Junglefowl,1,2023-10-16 +21.33796364,-157.8375903,Red-billed Leiothrix,1,2022-05-10 +21.33796364,-157.8375903,Red-crested Cardinal,8,2023-12-21 +21.33796364,-157.8375903,Red-vented Bulbul,6,2023-10-16 +21.33796364,-157.8375903,Red-whiskered Bulbul,4,2022-05-10 +21.33796364,-157.8375903,Rose-ringed Parakeet,8,2023-12-21 +21.33796364,-157.8375903,Saffron Finch,1,2022-05-10 +21.33796364,-157.8375903,Scaly-breasted Munia,1,2019-02-11 +21.33796364,-157.8375903,Spotted Dove,8,2023-12-21 +21.33796364,-157.8375903,Warbling White-eye,5,2022-05-10 +21.33796364,-157.8375903,Western Cattle Egret,1,2022-07-23 +21.33796364,-157.8375903,White Tern,1,2022-05-10 +21.33796364,-157.8375903,White-rumped Shama,5,2023-10-16 +21.33796364,-157.8375903,Yellow-fronted Canary,2,2022-05-10 +21.33796364,-157.8375903,Zebra Dove,9,2023-12-21 +21.3369744,-157.70261,Brown Noddy,1,2021-07-29 +21.3369744,-157.70261,Chestnut Munia,1,2023-08-04 +21.3369744,-157.70261,Common Myna,7,2023-08-04 +21.3369744,-157.70261,Common Waxbill,3,2023-08-04 +21.3369744,-157.70261,Great Frigatebird,2,2023-06-04 +21.3369744,-157.70261,House Finch,3,2023-08-04 +21.3369744,-157.70261,House Sparrow,1,2023-01-15 +21.3369744,-157.70261,Java Sparrow,5,2023-08-04 +21.3369744,-157.70261,Northern Mockingbird,2,2021-10-26 +21.3369744,-157.70261,Pacific Golden-Plover,4,2023-03-18 +21.3369744,-157.70261,Red-crested Cardinal,4,2023-08-04 +21.3369744,-157.70261,Red-footed Booby,1,2022-03-19 +21.3369744,-157.70261,Red-tailed Tropicbird,1,2023-01-15 +21.3369744,-157.70261,Red-vented Bulbul,3,2023-08-04 +21.3369744,-157.70261,Red-whiskered Bulbul,4,2023-08-04 +21.3369744,-157.70261,Rock Pigeon,3,2023-08-04 +21.3369744,-157.70261,Sooty Tern,1,2023-01-15 +21.3369744,-157.70261,Spotted Dove,6,2023-08-04 +21.3369744,-157.70261,Warbling White-eye,1,2023-01-15 +21.3369744,-157.70261,Western Cattle Egret,4,2023-08-04 +21.3369744,-157.70261,White Tern,1,2023-01-15 +21.3369744,-157.70261,White-rumped Shama,2,2023-06-06 +21.3369744,-157.70261,Yellow-fronted Canary,1,2023-06-04 +21.3369744,-157.70261,Zebra Dove,8,2023-08-04 +21.3481102,-158.0110878,African Silverbill,9,2021-11-08 +21.3481102,-158.0110878,Black-crowned Night Heron,1,2020-01-27 +21.3481102,-158.0110878,Chestnut Munia,19,2022-02-07 +21.3481102,-158.0110878,Common Myna,21,2023-05-13 +21.3481102,-158.0110878,Common Waxbill,28,2023-05-13 +21.3481102,-158.0110878,Eurasian Skylark,27,2023-05-13 +21.3481102,-158.0110878,Gray Francolin,40,2022-02-25 +21.3481102,-158.0110878,House Finch,34,2022-02-07 +21.3481102,-158.0110878,Java Sparrow,1,2022-02-25 +21.3481102,-158.0110878,Northern Cardinal,26,2022-02-25 +21.3481102,-158.0110878,Pacific Golden-Plover,25,2022-02-25 +21.3481102,-158.0110878,Red Avadavat,8,2022-02-25 +21.3481102,-158.0110878,Red-crested Cardinal,28,2022-02-25 +21.3481102,-158.0110878,Red-vented Bulbul,54,2023-05-13 +21.3481102,-158.0110878,Red-whiskered Bulbul,3,2022-02-25 +21.3481102,-158.0110878,Rose-ringed Parakeet,1,2019-04-06 +21.3481102,-158.0110878,Ruddy Turnstone,1,2021-04-04 +21.3481102,-158.0110878,Saffron Finch,4,2023-05-13 +21.3481102,-158.0110878,Scaly-breasted Munia,1,2021-05-22 +21.3481102,-158.0110878,Spotted Dove,37,2022-02-25 +21.3481102,-158.0110878,Warbling White-eye,27,2021-11-08 +21.3481102,-158.0110878,Western Cattle Egret,16,2023-05-13 +21.3481102,-158.0110878,White-rumped Shama,2,2021-08-23 +21.3481102,-158.0110878,Yellow-fronted Canary,2,2022-02-14 +21.3481102,-158.0110878,Zebra Dove,60,2023-05-13 +21.3565473,-157.9145926,African Silverbill,1,2021-07-01 +21.3565473,-157.9145926,Black-crowned Night Heron,1,2019-01-29 +21.3565473,-157.9145926,Chestnut Munia,5,2021-06-14 +21.3565473,-157.9145926,Common Myna,9,2022-05-28 +21.3565473,-157.9145926,Common Waxbill,8,2021-07-01 +21.3565473,-157.9145926,Hawaiian Coot,3,2021-07-01 +21.3565473,-157.9145926,House Finch,2,2020-06-25 +21.3565473,-157.9145926,House Sparrow,2,2021-04-16 +21.3565473,-157.9145926,Java Sparrow,3,2021-04-16 +21.3565473,-157.9145926,Feral Mallard,2,2021-04-21 +21.3565473,-157.9145926,Northern Cardinal,7,2022-04-14 +21.3565473,-157.9145926,Pacific Golden-Plover,5,2021-04-16 +21.3565473,-157.9145926,Red-crested Cardinal,8,2022-05-28 +21.3565473,-157.9145926,Red-crowned Parrot,1,2021-04-16 +21.3565473,-157.9145926,Red-vented Bulbul,3,2021-04-16 +21.3565473,-157.9145926,Rock Pigeon,2,2021-04-16 +21.3565473,-157.9145926,Rose-ringed Parakeet,1,2021-07-02 +21.3565473,-157.9145926,Saffron Finch,9,2022-05-28 +21.3565473,-157.9145926,Spotted Dove,6,2021-04-16 +21.3565473,-157.9145926,Warbling White-eye,4,2021-06-14 +21.3565473,-157.9145926,Western Cattle Egret,5,2021-06-14 +21.3565473,-157.9145926,White-rumped Shama,2,2021-07-01 +21.3565473,-157.9145926,Yellow-fronted Canary,2,2019-02-02 +21.3565473,-157.9145926,Zebra Dove,9,2022-05-28 +21.36667252,-158.0977659,Black Francolin,1,2019-04-16 +21.36667252,-158.0977659,Common Myna,1,2019-04-16 +21.36667252,-158.0977659,Common Waxbill,1,2019-04-16 +21.36667252,-158.0977659,Eurasian Skylark,2,2019-12-27 +21.36667252,-158.0977659,Gray Francolin,2,2019-12-27 +21.36667252,-158.0977659,House Finch,1,2019-04-16 +21.36667252,-158.0977659,Java Sparrow,2,2019-12-27 +21.36667252,-158.0977659,Kalij Pheasant,1,2019-12-27 +21.36667252,-158.0977659,Northern Cardinal,2,2020-05-15 +21.36667252,-158.0977659,Northern Mockingbird,3,2019-12-27 +21.36667252,-158.0977659,Oahu Amakihi,1,2019-04-16 +21.36667252,-158.0977659,Pacific Golden-Plover,1,2019-12-27 +21.36667252,-158.0977659,Red Avadavat,2,2019-12-27 +21.36667252,-158.0977659,Red Junglefowl,1,2019-04-16 +21.36667252,-158.0977659,Red-billed Leiothrix,2,2019-12-27 +21.36667252,-158.0977659,Red-crested Cardinal,2,2019-12-27 +21.36667252,-158.0977659,Red-vented Bulbul,1,2019-04-16 +21.36667252,-158.0977659,Saffron Finch,1,2020-05-15 +21.36667252,-158.0977659,Scaly-breasted Munia,2,2019-12-27 +21.36667252,-158.0977659,Spotted Dove,2,2019-12-27 +21.36667252,-158.0977659,Warbling White-eye,2,2019-12-27 +21.36667252,-158.0977659,Western Cattle Egret,1,2019-12-27 +21.36667252,-158.0977659,White-rumped Shama,2,2019-12-27 +21.36667252,-158.0977659,Yellow-faced Grassquit,1,2019-04-16 +21.36667252,-158.0977659,Zebra Dove,4,2019-12-27 +21.37575859,-158.1073557,Apapane,1,2023-01-02 +21.37575859,-158.1073557,Black Francolin,1,2023-12-31 +21.37575859,-158.1073557,Common Myna,7,2023-12-31 +21.37575859,-158.1073557,Common Waxbill,2,2023-12-31 +21.37575859,-158.1073557,Erckel's Spurfowl,2,2023-01-02 +21.37575859,-158.1073557,Gray Francolin,3,2023-12-31 +21.37575859,-158.1073557,House Finch,5,2023-12-31 +21.37575859,-158.1073557,Java Sparrow,2,2023-12-31 +21.37575859,-158.1073557,Kalij Pheasant,1,2023-01-02 +21.37575859,-158.1073557,Mourning Dove,1,2023-01-02 +21.37575859,-158.1073557,Northern Cardinal,7,2023-12-31 +21.37575859,-158.1073557,Northern Mockingbird,1,2023-01-02 +21.37575859,-158.1073557,Oahu Amakihi,2,2023-01-02 +21.37575859,-158.1073557,Pacific Golden-Plover,2,2023-12-31 +21.37575859,-158.1073557,Red Junglefowl,3,2023-06-04 +21.37575859,-158.1073557,Red-billed Leiothrix,3,2023-06-02 +21.37575859,-158.1073557,Red-crested Cardinal,6,2023-12-31 +21.37575859,-158.1073557,Red-vented Bulbul,6,2023-06-04 +21.37575859,-158.1073557,Red-whiskered Bulbul,3,2023-06-03 +21.37575859,-158.1073557,Rock Pigeon,1,2021-08-02 +21.37575859,-158.1073557,Saffron Finch,3,2023-12-31 +21.37575859,-158.1073557,Spotted Dove,6,2023-12-31 +21.37575859,-158.1073557,Warbling White-eye,4,2023-12-31 +21.37575859,-158.1073557,White-rumped Shama,2,2023-06-01 +21.37575859,-158.1073557,Zebra Dove,5,2023-12-31 +21.37473915,-157.9337485,Black-crowned Night Heron,1,2023-03-21 +21.37473915,-157.9337485,Black-necked Stilt,1,2019-02-25 +21.37473915,-157.9337485,Chestnut Munia,1,2019-02-08 +21.37473915,-157.9337485,Common Myna,18,2024-01-30 +21.37473915,-157.9337485,Common Waxbill,1,2019-02-08 +21.37473915,-157.9337485,House Finch,6,2023-03-21 +21.37473915,-157.9337485,House Sparrow,10,2023-11-05 +21.37473915,-157.9337485,Java Sparrow,4,2021-11-27 +21.37473915,-157.9337485,Northern Cardinal,4,2024-01-30 +21.37473915,-157.9337485,Northern Mockingbird,1,2022-03-12 +21.37473915,-157.9337485,Pacific Golden-Plover,7,2024-01-30 +21.37473915,-157.9337485,Red Junglefowl,2,2022-03-12 +21.37473915,-157.9337485,Red-crested Cardinal,9,2023-11-05 +21.37473915,-157.9337485,Red-vented Bulbul,11,2024-01-30 +21.37473915,-157.9337485,Red-whiskered Bulbul,3,2019-03-22 +21.37473915,-157.9337485,Rock Pigeon,3,2023-11-05 +21.37473915,-157.9337485,Rose-ringed Parakeet,2,2024-01-30 +21.37473915,-157.9337485,Ruddy Turnstone,1,2021-11-27 +21.37473915,-157.9337485,Saffron Finch,3,2021-12-20 +21.37473915,-157.9337485,Spotted Dove,15,2024-01-30 +21.37473915,-157.9337485,Warbling White-eye,7,2024-01-30 +21.37473915,-157.9337485,Western Cattle Egret,9,2024-01-30 +21.37473915,-157.9337485,White Tern,1,2024-01-30 +21.37473915,-157.9337485,White-rumped Shama,4,2021-11-27 +21.37473915,-157.9337485,Zebra Dove,18,2024-01-30 +21.37332764,-157.7312217,Black-necked Stilt,1,2023-12-05 +21.37332764,-157.7312217,Chestnut Munia,9,2023-06-09 +21.37332764,-157.7312217,Common Gallinule,1,2021-12-22 +21.37332764,-157.7312217,Common Myna,24,2023-12-30 +21.37332764,-157.7312217,Common Waxbill,17,2023-12-30 +21.37332764,-157.7312217,Gray Francolin,1,2022-08-26 +21.37332764,-157.7312217,Hawaiian Coot,1,2021-12-22 +21.37332764,-157.7312217,House Finch,10,2023-05-28 +21.37332764,-157.7312217,House Sparrow,2,2022-08-07 +21.37332764,-157.7312217,Java Sparrow,11,2023-12-30 +21.37332764,-157.7312217,Feral Mallard,2,2023-05-28 +21.37332764,-157.7312217,Northern Cardinal,11,2023-05-28 +21.37332764,-157.7312217,Pacific Golden-Plover,15,2023-12-30 +21.37332764,-157.7312217,Red-billed Leiothrix,2,2023-09-20 +21.37332764,-157.7312217,Red-crested Cardinal,19,2023-12-30 +21.37332764,-157.7312217,Red-vented Bulbul,19,2023-12-30 +21.37332764,-157.7312217,Red-whiskered Bulbul,16,2023-05-28 +21.37332764,-157.7312217,Rock Pigeon,12,2022-06-04 +21.37332764,-157.7312217,Rose-ringed Parakeet,7,2022-03-23 +21.37332764,-157.7312217,Scaly-breasted Munia,4,2022-03-23 +21.37332764,-157.7312217,Spotted Dove,21,2023-12-30 +21.37332764,-157.7312217,Warbling White-eye,18,2023-12-30 +21.37332764,-157.7312217,Western Cattle Egret,14,2023-12-30 +21.37332764,-157.7312217,White-rumped Shama,7,2023-05-28 +21.37332764,-157.7312217,Zebra Dove,22,2023-12-30 +21.40158915,-157.8949669,Apapane,4,2023-05-31 +21.40158915,-157.8949669,Chestnut Munia,1,2021-10-10 +21.40158915,-157.8949669,Common Myna,5,2023-05-31 +21.40158915,-157.8949669,Common Waxbill,12,2023-12-04 +21.40158915,-157.8949669,House Finch,18,2023-12-17 +21.40158915,-157.8949669,House Sparrow,1,2023-05-31 +21.40158915,-157.8949669,Japanese Bush Warbler,2,2023-01-10 +21.40158915,-157.8949669,Java Sparrow,2,2023-01-21 +21.40158915,-157.8949669,Northern Cardinal,8,2023-12-04 +21.40158915,-157.8949669,Oahu Amakihi,23,2023-12-04 +21.40158915,-157.8949669,Oahu Elepaio,8,2023-12-17 +21.40158915,-157.8949669,Pacific Golden-Plover,3,2023-01-10 +21.40158915,-157.8949669,Red Junglefowl,6,2023-01-10 +21.40158915,-157.8949669,Red-billed Leiothrix,23,2023-12-04 +21.40158915,-157.8949669,Red-crested Cardinal,10,2023-12-17 +21.40158915,-157.8949669,Red-crowned Parrot,4,2023-12-04 +21.40158915,-157.8949669,Red-vented Bulbul,13,2023-12-04 +21.40158915,-157.8949669,Red-whiskered Bulbul,17,2023-12-04 +21.40158915,-157.8949669,Scaly-breasted Munia,3,2023-11-11 +21.40158915,-157.8949669,Spotted Dove,9,2023-12-04 +21.40158915,-157.8949669,Warbling White-eye,33,2023-12-17 +21.40158915,-157.8949669,White-rumped Shama,16,2023-12-04 +21.40158915,-157.8949669,Yellow-fronted Canary,5,2023-01-10 +21.40158915,-157.8949669,Zebra Dove,9,2023-12-04 +21.40064336,-157.7599244,Black-crowned Night Heron,2,2023-10-26 +21.40064336,-157.7599244,Black-necked Stilt,2,2023-08-02 +21.40064336,-157.7599244,Chestnut Munia,3,2023-10-26 +21.40064336,-157.7599244,Common Gallinule,5,2023-10-26 +21.40064336,-157.7599244,Common Myna,5,2023-10-26 +21.40064336,-157.7599244,Common Waxbill,3,2023-10-26 +21.40064336,-157.7599244,Hawaiian Coot,4,2023-08-10 +21.40064336,-157.7599244,House Finch,1,2020-11-24 +21.40064336,-157.7599244,House Sparrow,1,2020-11-24 +21.40064336,-157.7599244,Java Sparrow,1,2020-11-24 +21.40064336,-157.7599244,Feral Mallard,2,2022-03-23 +21.40064336,-157.7599244,Muscovy Duck,1,2023-10-26 +21.40064336,-157.7599244,Northern Cardinal,1,2023-10-26 +21.40064336,-157.7599244,Pacific Golden-Plover,2,2023-10-26 +21.40064336,-157.7599244,Red-crested Cardinal,4,2023-10-26 +21.40064336,-157.7599244,Red-vented Bulbul,4,2023-10-26 +21.40064336,-157.7599244,Red-whiskered Bulbul,2,2023-10-26 +21.40064336,-157.7599244,Rock Pigeon,1,2023-10-26 +21.40064336,-157.7599244,Scaly-breasted Munia,2,2023-10-26 +21.40064336,-157.7599244,Spotted Dove,3,2023-08-10 +21.40064336,-157.7599244,Warbling White-eye,1,2022-12-28 +21.40064336,-157.7599244,Western Cattle Egret,5,2023-10-26 +21.40064336,-157.7599244,White-rumped Shama,1,2023-08-02 +21.40064336,-157.7599244,Zebra Dove,4,2023-10-26 +21.42906175,-157.9526512,African Silverbill,1,2022-02-17 +21.42906175,-157.9526512,Black-necked Stilt,1,2022-01-16 +21.42906175,-157.9526512,Chestnut Munia,2,2022-06-01 +21.42906175,-157.9526512,Common Myna,15,2024-02-11 +21.42906175,-157.9526512,Common Waxbill,6,2022-06-01 +21.42906175,-157.9526512,House Finch,4,2022-06-01 +21.42906175,-157.9526512,House Sparrow,7,2022-06-01 +21.42906175,-157.9526512,Java Sparrow,7,2022-06-01 +21.42906175,-157.9526512,Long-billed Dowitcher,1,2022-01-11 +21.42906175,-157.9526512,Northern Cardinal,2,2024-02-11 +21.42906175,-157.9526512,Pacific Golden-Plover,8,2022-01-16 +21.42906175,-157.9526512,Red Junglefowl,1,2022-06-01 +21.42906175,-157.9526512,Red-billed Leiothrix,3,2022-06-01 +21.42906175,-157.9526512,Red-crested Cardinal,11,2022-06-01 +21.42906175,-157.9526512,Red-crowned Parrot,6,2024-02-11 +21.42906175,-157.9526512,Red-vented Bulbul,14,2024-02-11 +21.42906175,-157.9526512,Red-whiskered Bulbul,8,2024-02-11 +21.42906175,-157.9526512,Rose-ringed Parakeet,8,2024-02-11 +21.42906175,-157.9526512,Saffron Finch,5,2022-06-01 +21.42906175,-157.9526512,Spotted Dove,15,2024-02-11 +21.42906175,-157.9526512,Warbling White-eye,8,2024-02-11 +21.42906175,-157.9526512,Western Cattle Egret,5,2022-06-01 +21.42906175,-157.9526512,White-rumped Shama,7,2022-06-01 +21.42906175,-157.9526512,Yellow-fronted Canary,1,2022-06-01 +21.42906175,-157.9526512,Zebra Dove,12,2024-02-11 +21.45462208,-157.730519,Black Noddy,2,2023-11-01 +21.45462208,-157.730519,Black-crowned Night Heron,1,2019-05-15 +21.45462208,-157.730519,Black-necked Stilt,2,2019-05-15 +21.45462208,-157.730519,Brown Booby,2,2023-11-01 +21.45462208,-157.730519,Brown Noddy,2,2023-11-01 +21.45462208,-157.730519,Common Myna,3,2019-05-19 +21.45462208,-157.730519,Common Waxbill,1,2019-05-15 +21.45462208,-157.730519,Great Frigatebird,3,2023-11-01 +21.45462208,-157.730519,Hawaiian Coot,1,2019-05-15 +21.45462208,-157.730519,House Finch,2,2019-05-19 +21.45462208,-157.730519,Masked Booby,2,2023-11-01 +21.45462208,-157.730519,Northern Cardinal,3,2019-05-19 +21.45462208,-157.730519,Pacific Golden-Plover,2,2023-11-01 +21.45462208,-157.730519,Red-crested Cardinal,2,2019-05-19 +21.45462208,-157.730519,Red-vented Bulbul,3,2019-05-19 +21.45462208,-157.730519,Red-whiskered Bulbul,2,2019-05-19 +21.45462208,-157.730519,Rock Pigeon,1,2019-05-15 +21.45462208,-157.730519,Sooty Tern,2,2023-11-01 +21.45462208,-157.730519,Spotted Dove,3,2019-05-19 +21.45462208,-157.730519,Warbling White-eye,1,2019-05-19 +21.45462208,-157.730519,Wedge-tailed Shearwater,1,2020-08-11 +21.45462208,-157.730519,Western Cattle Egret,3,2019-05-19 +21.45462208,-157.730519,White-rumped Shama,1,2019-05-15 +21.45462208,-157.730519,Zebra Dove,3,2019-05-19 +21.46442994,-157.8365892,Barn Owl,2,2022-12-01 +21.46442994,-157.8365892,Black-crowned Night Heron,2,2022-08-01 +21.46442994,-157.8365892,Chestnut Munia,2,2019-05-04 +21.46442994,-157.8365892,Common Myna,20,2024-02-19 +21.46442994,-157.8365892,Common Waxbill,5,2022-04-30 +21.46442994,-157.8365892,Great Frigatebird,3,2022-12-02 +21.46442994,-157.8365892,House Finch,5,2024-02-04 +21.46442994,-157.8365892,House Sparrow,10,2024-02-19 +21.46442994,-157.8365892,Java Sparrow,3,2022-12-04 +21.46442994,-157.8365892,Northern Cardinal,4,2023-04-26 +21.46442994,-157.8365892,Pacific Golden-Plover,3,2021-12-02 +21.46442994,-157.8365892,Red Junglefowl,2,2022-12-04 +21.46442994,-157.8365892,Red-billed Leiothrix,1,2021-12-02 +21.46442994,-157.8365892,Red-crested Cardinal,12,2024-02-04 +21.46442994,-157.8365892,Red-vented Bulbul,17,2024-02-04 +21.46442994,-157.8365892,Red-whiskered Bulbul,13,2024-01-17 +21.46442994,-157.8365892,Rock Pigeon,6,2024-02-19 +21.46442994,-157.8365892,Ruddy Turnstone,2,2022-12-02 +21.46442994,-157.8365892,Sanderling,1,2024-02-04 +21.46442994,-157.8365892,Spotted Dove,18,2024-02-19 +21.46442994,-157.8365892,Warbling White-eye,15,2024-02-19 +21.46442994,-157.8365892,Western Cattle Egret,11,2024-02-19 +21.46442994,-157.8365892,White-rumped Shama,1,2021-12-02 +21.46442994,-157.8365892,Zebra Dove,19,2024-02-19 +21.54779979,-158.1835582,Barn Owl,1,2020-07-03 +21.54779979,-158.1835582,Black Francolin,4,2020-07-03 +21.54779979,-158.1835582,Chestnut Munia,2,2020-03-15 +21.54779979,-158.1835582,Common Myna,7,2021-09-20 +21.54779979,-158.1835582,Common Waxbill,19,2023-01-05 +21.54779979,-158.1835582,Erckel's Spurfowl,10,2023-01-05 +21.54779979,-158.1835582,Gray Francolin,5,2021-09-20 +21.54779979,-158.1835582,House Finch,14,2022-04-04 +21.54779979,-158.1835582,Indian Peafowl,4,2020-07-03 +21.54779979,-158.1835582,Japanese Bush Warbler,8,2021-06-04 +21.54779979,-158.1835582,Kalij Pheasant,8,2023-01-05 +21.54779979,-158.1835582,Mourning Dove,1,2020-06-05 +21.54779979,-158.1835582,Northern Cardinal,15,2022-04-04 +21.54779979,-158.1835582,Pacific Golden-Plover,5,2023-01-05 +21.54779979,-158.1835582,Red Avadavat,2,2020-03-15 +21.54779979,-158.1835582,Red-billed Leiothrix,17,2022-04-04 +21.54779979,-158.1835582,Red-crested Cardinal,15,2022-04-04 +21.54779979,-158.1835582,Red-vented Bulbul,18,2023-01-05 +21.54779979,-158.1835582,Red-whiskered Bulbul,12,2023-01-05 +21.54779979,-158.1835582,Scaly-breasted Munia,3,2020-07-03 +21.54779979,-158.1835582,Spotted Dove,16,2023-01-05 +21.54779979,-158.1835582,Warbling White-eye,14,2021-09-20 +21.54779979,-158.1835582,White-rumped Shama,19,2023-01-05 +21.54779979,-158.1835582,Wild Turkey,1,2020-05-02 +21.54779979,-158.1835582,Zebra Dove,12,2023-01-05 +21.5835863,-158.1157452,Black Francolin,1,2019-10-13 +21.5835863,-158.1157452,Chestnut Munia,2,2020-02-24 +21.5835863,-158.1157452,Common Gallinule,1,2022-11-15 +21.5835863,-158.1157452,Common Myna,8,2023-06-10 +21.5835863,-158.1157452,Common Waxbill,5,2023-06-10 +21.5835863,-158.1157452,House Finch,6,2023-06-10 +21.5835863,-158.1157452,House Sparrow,5,2023-06-10 +21.5835863,-158.1157452,Indian Peafowl,2,2023-04-16 +21.5835863,-158.1157452,Java Sparrow,5,2023-06-10 +21.5835863,-158.1157452,Northern Cardinal,2,2020-01-05 +21.5835863,-158.1157452,Pacific Golden-Plover,5,2022-11-15 +21.5835863,-158.1157452,Red Avadavat,1,2019-10-13 +21.5835863,-158.1157452,Red Junglefowl,4,2023-06-10 +21.5835863,-158.1157452,Red-crested Cardinal,6,2023-06-10 +21.5835863,-158.1157452,Red-vented Bulbul,3,2023-06-10 +21.5835863,-158.1157452,Rock Pigeon,2,2023-06-10 +21.5835863,-158.1157452,Ruddy Turnstone,1,2020-02-08 +21.5835863,-158.1157452,Saffron Finch,9,2023-06-10 +21.5835863,-158.1157452,Spotted Dove,4,2023-06-10 +21.5835863,-158.1157452,Wandering Tattler,1,2019-10-13 +21.5835863,-158.1157452,Warbling White-eye,5,2022-11-15 +21.5835863,-158.1157452,Western Cattle Egret,8,2023-06-10 +21.5835863,-158.1157452,White-faced Ibis,4,2020-02-08 +21.5835863,-158.1157452,White-rumped Shama,1,2019-10-13 +21.5835863,-158.1157452,Zebra Dove,7,2023-06-10 +21.59262044,-158.1156901,Brown Booby,1,2022-05-29 +21.59262044,-158.1156901,Chestnut Munia,4,2022-05-29 +21.59262044,-158.1156901,Common Myna,14,2023-08-21 +21.59262044,-158.1156901,Common Waxbill,8,2023-08-21 +21.59262044,-158.1156901,House Finch,3,2022-07-27 +21.59262044,-158.1156901,House Sparrow,2,2023-08-21 +21.59262044,-158.1156901,Indian Peafowl,1,2019-11-08 +21.59262044,-158.1156901,Java Sparrow,5,2019-11-08 +21.59262044,-158.1156901,Laysan Albatross,1,2021-04-19 +21.59262044,-158.1156901,Northern Cardinal,2,2020-01-21 +21.59262044,-158.1156901,Pacific Golden-Plover,5,2023-03-21 +21.59262044,-158.1156901,Red Junglefowl,3,2023-08-21 +21.59262044,-158.1156901,Red-crested Cardinal,15,2022-10-01 +21.59262044,-158.1156901,Red-vented Bulbul,12,2022-07-27 +21.59262044,-158.1156901,Red-whiskered Bulbul,3,2019-11-08 +21.59262044,-158.1156901,Rock Pigeon,8,2023-08-21 +21.59262044,-158.1156901,Saffron Finch,13,2023-08-21 +21.59262044,-158.1156901,Sanderling,2,2021-04-19 +21.59262044,-158.1156901,Spotted Dove,5,2023-08-21 +21.59262044,-158.1156901,Wandering Tattler,2,2020-03-07 +21.59262044,-158.1156901,Warbling White-eye,3,2022-05-29 +21.59262044,-158.1156901,Wedge-tailed Shearwater,1,2022-05-29 +21.59262044,-158.1156901,Western Cattle Egret,12,2023-08-21 +21.59262044,-158.1156901,White-rumped Shama,3,2019-11-08 +21.59262044,-158.1156901,Zebra Dove,14,2023-08-21 +21.5912903,-157.8935325,Black Noddy,1,2023-05-02 +21.5912903,-157.8935325,Black-crowned Night Heron,1,2022-07-08 +21.5912903,-157.8935325,Black-necked Stilt,1,2021-08-09 +21.5912903,-157.8935325,Chestnut Munia,1,2021-10-14 +21.5912903,-157.8935325,Common Myna,10,2023-05-04 +21.5912903,-157.8935325,Common Waxbill,1,2023-04-28 +21.5912903,-157.8935325,Glaucous-winged Gull,6,2020-02-27 +21.5912903,-157.8935325,Gray Francolin,1,2021-03-20 +21.5912903,-157.8935325,Great Frigatebird,3,2023-05-02 +21.5912903,-157.8935325,House Finch,2,2023-05-01 +21.5912903,-157.8935325,Masked Booby,1,2022-05-27 +21.5912903,-157.8935325,Northern Cardinal,3,2023-05-04 +21.5912903,-157.8935325,Pacific Golden-Plover,9,2023-04-28 +21.5912903,-157.8935325,Red Junglefowl,8,2023-05-01 +21.5912903,-157.8935325,Red-crested Cardinal,12,2023-04-28 +21.5912903,-157.8935325,Red-vented Bulbul,6,2022-05-27 +21.5912903,-157.8935325,Red-whiskered Bulbul,3,2020-02-20 +21.5912903,-157.8935325,Rock Pigeon,1,2021-11-06 +21.5912903,-157.8935325,Sanderling,10,2023-05-04 +21.5912903,-157.8935325,Spotted Dove,9,2022-05-27 +21.5912903,-157.8935325,Wandering Tattler,7,2023-04-28 +21.5912903,-157.8935325,Warbling White-eye,2,2022-05-27 +21.5912903,-157.8935325,Western Cattle Egret,2,2023-05-01 +21.5912903,-157.8935325,White-rumped Shama,1,2021-11-06 +21.5912903,-157.8935325,Zebra Dove,11,2023-05-04 +21.62838215,-158.0478385,Black-crowned Night Heron,1,2022-10-05 +21.62838215,-158.0478385,Common Gallinule,4,2022-10-05 +21.62838215,-158.0478385,Common Myna,7,2023-12-11 +21.62838215,-158.0478385,Common Waxbill,5,2022-09-14 +21.62838215,-158.0478385,House Finch,1,2021-06-15 +21.62838215,-158.0478385,Indian Peafowl,11,2024-01-05 +21.62838215,-158.0478385,Feral Mallard,3,2023-06-08 +21.62838215,-158.0478385,Pacific Golden-Plover,2,2024-01-05 +21.62838215,-158.0478385,Red Junglefowl,3,2022-09-08 +21.62838215,-158.0478385,Red-billed Leiothrix,1,2022-09-14 +21.62838215,-158.0478385,Red-crested Cardinal,14,2024-01-05 +21.62838215,-158.0478385,Red-vented Bulbul,9,2024-01-05 +21.62838215,-158.0478385,Red-whiskered Bulbul,7,2024-01-05 +21.62838215,-158.0478385,Rock Pigeon,2,2022-09-08 +21.62838215,-158.0478385,Saffron Finch,2,2023-06-14 +21.62838215,-158.0478385,Scaly-breasted Munia,2,2023-12-11 +21.62838215,-158.0478385,Spotted Dove,4,2023-03-05 +21.62838215,-158.0478385,Warbling White-eye,4,2023-12-11 +21.62838215,-158.0478385,Western Cattle Egret,1,2023-06-14 +21.62838215,-158.0478385,White-rumped Shama,17,2024-01-05 +21.62838215,-158.0478385,White-tailed Tropicbird,1,2022-03-27 +21.62838215,-158.0478385,Zebra Dove,11,2024-01-05 +21.67296651,-157.9508975,Apapane,1,2021-05-12 +21.67296651,-157.9508975,Black Francolin,1,2019-05-31 +21.67296651,-157.9508975,Chestnut Munia,3,2023-09-15 +21.67296651,-157.9508975,Common Myna,11,2023-12-28 +21.67296651,-157.9508975,Common Waxbill,1,2019-02-11 +21.67296651,-157.9508975,Gray Francolin,1,2023-07-25 +21.67296651,-157.9508975,House Sparrow,1,2021-09-13 +21.67296651,-157.9508975,Java Sparrow,1,2019-02-11 +21.67296651,-157.9508975,Northern Cardinal,2,2019-05-31 +21.67296651,-157.9508975,Pacific Golden-Plover,3,2023-09-15 +21.67296651,-157.9508975,Red Junglefowl,5,2024-01-29 +21.67296651,-157.9508975,Red-billed Leiothrix,1,2021-11-05 +21.67296651,-157.9508975,Red-crested Cardinal,3,2023-09-15 +21.67296651,-157.9508975,Red-vented Bulbul,7,2023-12-28 +21.67296651,-157.9508975,Red-whiskered Bulbul,3,2023-09-15 +21.67296651,-157.9508975,Rock Pigeon,1,2024-01-31 +21.67296651,-157.9508975,Ruddy Turnstone,1,2021-04-13 +21.67296651,-157.9508975,Saffron Finch,5,2023-07-23 +21.67296651,-157.9508975,Scaly-breasted Munia,1,2019-05-31 +21.67296651,-157.9508975,Spotted Dove,6,2023-09-15 +21.67296651,-157.9508975,Warbling White-eye,3,2023-09-15 +21.67296651,-157.9508975,Western Cattle Egret,5,2023-12-28 +21.67296651,-157.9508975,White-rumped Shama,4,2023-09-15 +21.67296651,-157.9508975,White-tailed Tropicbird,1,2021-05-12 +21.67296651,-157.9508975,Zebra Dove,10,2023-12-28 +21.25652932,-157.818957,African Silverbill,1,2021-10-26 +21.25652932,-157.818957,Brown Booby,1,2023-02-10 +21.25652932,-157.818957,Common Myna,21,2024-02-01 +21.25652932,-157.818957,Common Waxbill,15,2024-02-01 +21.25652932,-157.818957,Great Frigatebird,1,2019-08-11 +21.25652932,-157.818957,House Finch,15,2024-02-01 +21.25652932,-157.818957,House Sparrow,17,2024-02-01 +21.25652932,-157.818957,Java Sparrow,4,2024-02-01 +21.25652932,-157.818957,Muscovy Duck,1,2022-11-10 +21.25652932,-157.818957,Pacific Golden-Plover,18,2024-02-01 +21.25652932,-157.818957,Red Junglefowl,8,2022-10-14 +21.25652932,-157.818957,Red-crested Cardinal,17,2024-02-01 +21.25652932,-157.818957,Red-footed Booby,1,2022-03-30 +21.25652932,-157.818957,Red-vented Bulbul,20,2024-02-01 +21.25652932,-157.818957,Red-whiskered Bulbul,10,2024-01-29 +21.25652932,-157.818957,Rock Pigeon,15,2024-02-01 +21.25652932,-157.818957,Rose-ringed Parakeet,18,2024-02-01 +21.25652932,-157.818957,Sooty Tern,2,2019-03-20 +21.25652932,-157.818957,Spotted Dove,17,2023-12-03 +21.25652932,-157.818957,Warbling White-eye,13,2024-01-30 +21.25652932,-157.818957,Wedge-tailed Shearwater,1,2023-08-08 +21.25652932,-157.818957,Western Cattle Egret,13,2024-02-01 +21.25652932,-157.818957,White Tern,17,2024-01-29 +21.25652932,-157.818957,White-rumped Shama,1,2021-10-26 +21.25652932,-157.818957,Yellow-fronted Canary,14,2024-02-01 +21.25652932,-157.818957,Zebra Dove,19,2024-02-01 +21.27452783,-157.8091754,Black-crowned Night Heron,1,2023-03-10 +21.27452783,-157.8091754,Common Myna,41,2024-02-19 +21.27452783,-157.8091754,Common Waxbill,13,2024-02-19 +21.27452783,-157.8091754,Eurasian Skylark,1,2020-02-14 +21.27452783,-157.8091754,Gray Francolin,3,2024-02-19 +21.27452783,-157.8091754,House Finch,9,2024-02-19 +21.27452783,-157.8091754,House Sparrow,26,2023-12-28 +21.27452783,-157.8091754,Java Sparrow,10,2023-12-28 +21.27452783,-157.8091754,Feral Mallard,1,2023-03-09 +21.27452783,-157.8091754,Northern Cardinal,3,2024-02-19 +21.27452783,-157.8091754,Pacific Golden-Plover,12,2024-02-19 +21.27452783,-157.8091754,Red Avadavat,1,2023-02-03 +21.27452783,-157.8091754,Red Junglefowl,3,2024-02-19 +21.27452783,-157.8091754,Red-crested Cardinal,20,2024-02-19 +21.27452783,-157.8091754,Red-vented Bulbul,38,2024-02-19 +21.27452783,-157.8091754,Red-whiskered Bulbul,10,2023-12-28 +21.27452783,-157.8091754,Rock Pigeon,16,2024-02-19 +21.27452783,-157.8091754,Rose-ringed Parakeet,32,2024-02-19 +21.27452783,-157.8091754,Saffron Finch,1,2023-12-28 +21.27452783,-157.8091754,Spotted Dove,43,2024-02-19 +21.27452783,-157.8091754,Warbling White-eye,17,2024-02-19 +21.27452783,-157.8091754,Western Cattle Egret,10,2024-02-19 +21.27452783,-157.8091754,White Tern,12,2024-02-19 +21.27452783,-157.8091754,White-rumped Shama,5,2024-02-19 +21.27452783,-157.8091754,Yellow-fronted Canary,10,2024-02-19 +21.27452783,-157.8091754,Zebra Dove,45,2024-02-19 +21.29217494,-157.7511979,Chestnut Munia,1,2022-09-26 +21.29217494,-157.7511979,Common Myna,20,2023-06-30 +21.29217494,-157.7511979,Common Waxbill,13,2023-02-12 +21.29217494,-157.7511979,House Finch,15,2023-06-30 +21.29217494,-157.7511979,House Sparrow,5,2023-06-30 +21.29217494,-157.7511979,Java Sparrow,16,2023-06-30 +21.29217494,-157.7511979,Northern Cardinal,11,2023-06-30 +21.29217494,-157.7511979,Oahu Elepaio,1,2021-08-29 +21.29217494,-157.7511979,Pacific Golden-Plover,11,2023-06-30 +21.29217494,-157.7511979,Red-billed Leiothrix,1,2021-08-29 +21.29217494,-157.7511979,Red-crested Cardinal,17,2023-06-30 +21.29217494,-157.7511979,Red-masked Parakeet,4,2023-06-30 +21.29217494,-157.7511979,Red-vented Bulbul,24,2023-06-30 +21.29217494,-157.7511979,Red-whiskered Bulbul,8,2022-07-30 +21.29217494,-157.7511979,Rock Pigeon,5,2022-07-31 +21.29217494,-157.7511979,Rose-ringed Parakeet,11,2023-06-30 +21.29217494,-157.7511979,Saffron Finch,4,2022-04-01 +21.29217494,-157.7511979,Scaly-breasted Munia,7,2023-06-30 +21.29217494,-157.7511979,Spotted Dove,18,2023-02-12 +21.29217494,-157.7511979,Warbling White-eye,17,2023-06-30 +21.29217494,-157.7511979,Western Cattle Egret,9,2023-02-12 +21.29217494,-157.7511979,White Tern,13,2022-10-23 +21.29217494,-157.7511979,White-rumped Shama,14,2023-06-30 +21.29217494,-157.7511979,White-tailed Tropicbird,1,2022-08-30 +21.29217494,-157.7511979,Yellow-fronted Canary,5,2022-07-30 +21.29217494,-157.7511979,Zebra Dove,25,2023-06-30 +21.32117685,-158.0401937,Black-crowned Night Heron,1,2019-04-28 +21.32117685,-158.0401937,Black-necked Stilt,1,2019-04-28 +21.32117685,-158.0401937,Chestnut Munia,2,2023-01-01 +21.32117685,-158.0401937,Common Myna,5,2023-01-01 +21.32117685,-158.0401937,Common Waxbill,5,2023-01-01 +21.32117685,-158.0401937,Gray Francolin,3,2023-01-01 +21.32117685,-158.0401937,House Finch,3,2023-01-01 +21.32117685,-158.0401937,House Sparrow,4,2023-01-01 +21.32117685,-158.0401937,Indian Peafowl,2,2019-04-28 +21.32117685,-158.0401937,Java Sparrow,3,2023-01-01 +21.32117685,-158.0401937,Northern Cardinal,5,2023-01-01 +21.32117685,-158.0401937,Northern Mockingbird,2,2021-01-01 +21.32117685,-158.0401937,Pacific Golden-Plover,5,2023-01-01 +21.32117685,-158.0401937,Red Junglefowl,1,2019-04-28 +21.32117685,-158.0401937,Red-crested Cardinal,5,2023-01-01 +21.32117685,-158.0401937,Red-vented Bulbul,5,2023-01-01 +21.32117685,-158.0401937,Ring-necked Pheasant,1,2019-04-28 +21.32117685,-158.0401937,Rock Pigeon,2,2019-12-02 +21.32117685,-158.0401937,Rose-ringed Parakeet,1,2019-04-28 +21.32117685,-158.0401937,Saffron Finch,4,2023-01-01 +21.32117685,-158.0401937,Spotted Dove,5,2023-01-01 +21.32117685,-158.0401937,Warbling White-eye,3,2021-01-01 +21.32117685,-158.0401937,Western Cattle Egret,4,2023-01-01 +21.32117685,-158.0401937,White-rumped Shama,1,2019-02-11 +21.32117685,-158.0401937,Yellow-fronted Canary,1,2021-01-01 +21.32117685,-158.0401937,Zebra Dove,5,2023-01-01 +21.33048046,-158.0883452,African Silverbill,8,2021-08-18 +21.33048046,-158.0883452,Black-crowned Night Heron,1,2022-11-11 +21.33048046,-158.0883452,Black-necked Stilt,1,2022-11-11 +21.33048046,-158.0883452,Chestnut Munia,3,2021-08-31 +21.33048046,-158.0883452,Common Myna,38,2024-01-18 +21.33048046,-158.0883452,Common Waxbill,16,2022-11-11 +21.33048046,-158.0883452,Gray Francolin,21,2022-02-09 +21.33048046,-158.0883452,Hawaiian Coot,1,2022-11-11 +21.33048046,-158.0883452,House Finch,7,2023-09-11 +21.33048046,-158.0883452,House Sparrow,16,2024-01-18 +21.33048046,-158.0883452,Java Sparrow,11,2022-11-11 +21.33048046,-158.0883452,Feral Mallard,1,2022-11-11 +21.33048046,-158.0883452,Northern Cardinal,9,2022-02-09 +21.33048046,-158.0883452,Pacific Golden-Plover,13,2024-01-18 +21.33048046,-158.0883452,Red Avadavat,1,2020-05-10 +21.33048046,-158.0883452,Red Junglefowl,4,2023-07-30 +21.33048046,-158.0883452,Red-crested Cardinal,20,2024-01-18 +21.33048046,-158.0883452,Red-vented Bulbul,18,2022-11-11 +21.33048046,-158.0883452,Rock Pigeon,2,2023-02-18 +21.33048046,-158.0883452,Saffron Finch,13,2024-01-18 +21.33048046,-158.0883452,Scaly-breasted Munia,1,2020-05-10 +21.33048046,-158.0883452,Spotted Dove,30,2023-10-06 +21.33048046,-158.0883452,Warbling White-eye,19,2022-09-14 +21.33048046,-158.0883452,Western Cattle Egret,9,2024-01-18 +21.33048046,-158.0883452,Zebra Dove,37,2024-01-18 +21.32957115,-157.9340753,Black-crowned Night Heron,1,2021-12-25 +21.32957115,-157.9340753,Black-necked Stilt,1,2021-07-09 +21.32957115,-157.9340753,Chestnut Munia,6,2022-11-28 +21.32957115,-157.9340753,Common Myna,43,2024-01-21 +21.32957115,-157.9340753,Common Waxbill,17,2024-01-21 +21.32957115,-157.9340753,Eurasian Skylark,1,2021-03-16 +21.32957115,-157.9340753,Gray Francolin,5,2022-11-28 +21.32957115,-157.9340753,House Finch,22,2024-01-21 +21.32957115,-157.9340753,House Sparrow,11,2024-01-21 +21.32957115,-157.9340753,Java Sparrow,1,2021-08-06 +21.32957115,-157.9340753,Feral Mallard ,4,2024-01-09 +21.32957115,-157.9340753,Northern Cardinal,5,2022-07-25 +21.32957115,-157.9340753,Pacific Golden-Plover,42,2024-02-06 +21.32957115,-157.9340753,Red-crested Cardinal,20,2024-01-21 +21.32957115,-157.9340753,Red-vented Bulbul,33,2024-01-09 +21.32957115,-157.9340753,Red-whiskered Bulbul,3,2022-04-27 +21.32957115,-157.9340753,Rock Pigeon,1,2021-08-06 +21.32957115,-157.9340753,Rose-ringed Parakeet,5,2022-08-04 +21.32957115,-157.9340753,Saffron Finch,25,2024-01-21 +21.32957115,-157.9340753,Spotted Dove,27,2024-01-21 +21.32957115,-157.9340753,Warbling White-eye,9,2022-08-04 +21.32957115,-157.9340753,Western Cattle Egret,15,2024-01-21 +21.32957115,-157.9340753,White Tern,7,2023-04-30 +21.32957115,-157.9340753,White-rumped Shama,1,2024-02-06 +21.32957115,-157.9340753,Yellow-fronted Canary,5,2024-01-21 +21.32957115,-157.9340753,Zebra Dove,36,2024-01-21 +21.3294464,-157.9147919,Black-crowned Night Heron,3,2023-06-23 +21.3294464,-157.9147919,Black-necked Stilt,1,2022-12-19 +21.3294464,-157.9147919,Common Myna,34,2024-02-18 +21.3294464,-157.9147919,Common Waxbill,3,2023-06-11 +21.3294464,-157.9147919,Eurasian Skylark,1,2023-09-02 +21.3294464,-157.9147919,House Finch,8,2024-01-26 +21.3294464,-157.9147919,House Sparrow,40,2024-02-19 +21.3294464,-157.9147919,Feral Mallard,7,2024-01-22 +21.3294464,-157.9147919,Northern Cardinal,1,2022-11-09 +21.3294464,-157.9147919,Pacific Golden-Plover,4,2021-03-25 +21.3294464,-157.9147919,Red Avadavat,2,2023-10-27 +21.3294464,-157.9147919,Red Junglefowl,4,2023-04-12 +21.3294464,-157.9147919,Red-crested Cardinal,11,2024-02-03 +21.3294464,-157.9147919,Red-vented Bulbul,20,2023-07-28 +21.3294464,-157.9147919,Red-whiskered Bulbul,1,2019-04-02 +21.3294464,-157.9147919,Rock Pigeon,10,2024-02-19 +21.3294464,-157.9147919,Rose-ringed Parakeet,1,2023-09-02 +21.3294464,-157.9147919,Saffron Finch,2,2023-09-02 +21.3294464,-157.9147919,Spotted Dove,46,2024-02-25 +21.3294464,-157.9147919,Warbling White-eye,2,2024-01-26 +21.3294464,-157.9147919,Western Cattle Egret,8,2023-05-27 +21.3294464,-157.9147919,White Tern,3,2023-06-19 +21.3294464,-157.9147919,Zebra Dove,25,2024-01-29 +21.33878825,-157.9629373,Black-crowned Night Heron,5,2024-01-14 +21.33878825,-157.9629373,Brown Booby,1,2024-01-14 +21.33878825,-157.9629373,Chestnut Munia,8,2023-08-02 +21.33878825,-157.9629373,Common Myna,34,2024-01-15 +21.33878825,-157.9629373,Common Waxbill,12,2023-11-30 +21.33878825,-157.9629373,House Finch,14,2024-01-15 +21.33878825,-157.9629373,House Sparrow,16,2024-01-14 +21.33878825,-157.9629373,Java Sparrow,15,2024-01-14 +21.33878825,-157.9629373,Northern Cardinal,19,2024-01-15 +21.33878825,-157.9629373,Pacific Golden-Plover,35,2024-01-15 +21.33878825,-157.9629373,Red Junglefowl,2,2022-01-13 +21.33878825,-157.9629373,Red-crested Cardinal,27,2024-01-14 +21.33878825,-157.9629373,Red-vented Bulbul,22,2024-01-14 +21.33878825,-157.9629373,Red-whiskered Bulbul,13,2024-01-15 +21.33878825,-157.9629373,Rock Pigeon,5,2023-11-30 +21.33878825,-157.9629373,Rose-ringed Parakeet,21,2024-01-15 +21.33878825,-157.9629373,Saffron Finch,20,2024-01-14 +21.33878825,-157.9629373,Spotted Dove,21,2024-01-14 +21.33878825,-157.9629373,Wandering Tattler,2,2022-09-14 +21.33878825,-157.9629373,Warbling White-eye,8,2024-01-15 +21.33878825,-157.9629373,Western Cattle Egret,24,2024-01-15 +21.33878825,-157.9629373,White Tern,13,2024-01-14 +21.33878825,-157.9629373,White-rumped Shama,17,2024-01-15 +21.33878825,-157.9629373,Yellow-fronted Canary,9,2024-01-15 +21.33878825,-157.9629373,Zebra Dove,34,2024-01-15 +21.33841735,-157.9050834,Chestnut Munia,3,2022-06-24 +21.33841735,-157.9050834,Common Myna,21,2023-12-29 +21.33841735,-157.9050834,Common Waxbill,8,2023-07-03 +21.33841735,-157.9050834,Eurasian Skylark,2,2019-11-17 +21.33841735,-157.9050834,House Finch,11,2023-07-03 +21.33841735,-157.9050834,House Sparrow,12,2023-07-03 +21.33841735,-157.9050834,Java Sparrow,14,2023-07-03 +21.33841735,-157.9050834,Feral Mallard,1,2023-03-11 +21.33841735,-157.9050834,Northern Cardinal,2,2023-05-08 +21.33841735,-157.9050834,Northern Mockingbird,1,2022-06-22 +21.33841735,-157.9050834,Pacific Golden-Plover,7,2023-09-13 +21.33841735,-157.9050834,Red Junglefowl,11,2023-12-29 +21.33841735,-157.9050834,Red-crested Cardinal,12,2023-09-13 +21.33841735,-157.9050834,Red-vented Bulbul,15,2023-07-03 +21.33841735,-157.9050834,Red-whiskered Bulbul,5,2023-07-01 +21.33841735,-157.9050834,Rock Pigeon,1,2023-12-29 +21.33841735,-157.9050834,Rose-ringed Parakeet,13,2023-07-03 +21.33841735,-157.9050834,Saffron Finch,9,2023-07-03 +21.33841735,-157.9050834,Spotted Dove,20,2023-12-29 +21.33841735,-157.9050834,Warbling White-eye,8,2023-07-03 +21.33841735,-157.9050834,Western Cattle Egret,17,2023-12-29 +21.33841735,-157.9050834,White Tern,4,2023-12-29 +21.33841735,-157.9050834,Yellow-fronted Canary,7,2023-07-03 +21.33841735,-157.9050834,Zebra Dove,19,2023-12-29 +21.34608154,-157.7121719,Black-crowned Night Heron,2,2023-07-14 +21.34608154,-157.7121719,Black-necked Stilt,11,2019-07-11 +21.34608154,-157.7121719,Chestnut Munia,9,2023-09-30 +21.34608154,-157.7121719,Common Gallinule,8,2023-10-18 +21.34608154,-157.7121719,Common Myna,16,2023-10-14 +21.34608154,-157.7121719,Common Waxbill,12,2023-09-30 +21.34608154,-157.7121719,House Finch,3,2023-02-04 +21.34608154,-157.7121719,House Sparrow,1,2023-02-04 +21.34608154,-157.7121719,Indian Peafowl,4,2023-06-07 +21.34608154,-157.7121719,Java Sparrow,2,2020-01-29 +21.34608154,-157.7121719,Feral Mallard ,2,2021-08-04 +21.34608154,-157.7121719,Muscovy Duck,1,2021-10-12 +21.34608154,-157.7121719,Northern Cardinal,3,2023-10-14 +21.34608154,-157.7121719,Pacific Golden-Plover,19,2023-09-30 +21.34608154,-157.7121719,Red Junglefowl,2,2023-10-14 +21.34608154,-157.7121719,Red-crested Cardinal,7,2023-10-14 +21.34608154,-157.7121719,Red-vented Bulbul,5,2022-05-01 +21.34608154,-157.7121719,Red-whiskered Bulbul,2,2023-10-14 +21.34608154,-157.7121719,Rock Pigeon,9,2023-09-30 +21.34608154,-157.7121719,Sanderling,1,2020-02-21 +21.34608154,-157.7121719,Spotted Dove,12,2023-10-14 +21.34608154,-157.7121719,Wandering Tattler,1,2020-02-21 +21.34608154,-157.7121719,Warbling White-eye,3,2023-03-07 +21.34608154,-157.7121719,Western Cattle Egret,21,2023-10-18 +21.34608154,-157.7121719,Yellow-fronted Canary,1,2019-12-18 +21.34608154,-157.7121719,Zebra Dove,15,2023-10-14 +21.35691523,-157.9724538,African Silverbill,2,2023-10-19 +21.35691523,-157.9724538,Chestnut Munia,16,2022-05-08 +21.35691523,-157.9724538,Common Myna,18,2023-10-19 +21.35691523,-157.9724538,Common Waxbill,11,2023-10-19 +21.35691523,-157.9724538,Eurasian Skylark,3,2022-04-16 +21.35691523,-157.9724538,House Finch,10,2022-05-08 +21.35691523,-157.9724538,House Sparrow,2,2022-03-30 +21.35691523,-157.9724538,Java Sparrow,2,2022-05-08 +21.35691523,-157.9724538,Pacific Golden-Plover,15,2023-09-11 +21.35691523,-157.9724538,Red Avadavat,2,2022-05-08 +21.35691523,-157.9724538,Red-crested Cardinal,4,2023-10-19 +21.35691523,-157.9724538,Red-vented Bulbul,6,2022-04-16 +21.35691523,-157.9724538,Red-whiskered Bulbul,3,2022-04-04 +21.35691523,-157.9724538,Rock Pigeon,2,2022-03-29 +21.35691523,-157.9724538,Rose-ringed Parakeet,10,2022-05-08 +21.35691523,-157.9724538,Ruddy Turnstone,13,2022-04-16 +21.35691523,-157.9724538,Ruff,4,2022-03-28 +21.35691523,-157.9724538,Saffron Finch,9,2023-10-19 +21.35691523,-157.9724538,Scaly-breasted Munia,2,2022-03-31 +21.35691523,-157.9724538,Spotted Dove,6,2022-05-08 +21.35691523,-157.9724538,Wandering Tattler,3,2022-05-08 +21.35691523,-157.9724538,Warbling White-eye,4,2022-04-16 +21.35691523,-157.9724538,Western Cattle Egret,12,2023-09-11 +21.35691523,-157.9724538,White Tern,5,2023-09-11 +21.35691523,-157.9724538,Yellow-fronted Canary,1,2022-03-29 +21.35691523,-157.9724538,Zebra Dove,14,2022-05-08 +21.36612086,-158.0013222,Black-necked Stilt,2,2023-12-31 +21.36612086,-158.0013222,Chestnut Munia,2,2023-12-31 +21.36612086,-158.0013222,Common Myna,2,2023-12-31 +21.36612086,-158.0013222,Common Waxbill,2,2023-12-31 +21.36612086,-158.0013222,Gray Francolin,1,2019-02-17 +21.36612086,-158.0013222,House Finch,1,2023-12-31 +21.36612086,-158.0013222,House Sparrow,1,2023-12-31 +21.36612086,-158.0013222,Java Sparrow,1,2023-12-31 +21.36612086,-158.0013222,Feral Mallard,3,2023-12-31 +21.36612086,-158.0013222,Northern Cardinal,2,2023-12-31 +21.36612086,-158.0013222,Pacific Golden-Plover,3,2023-12-31 +21.36612086,-158.0013222,Red Junglefowl,1,2023-12-31 +21.36612086,-158.0013222,Red-crested Cardinal,2,2023-12-31 +21.36612086,-158.0013222,Red-vented Bulbul,2,2023-12-31 +21.36612086,-158.0013222,Rose-ringed Parakeet,1,2023-12-31 +21.36612086,-158.0013222,Ruddy Turnstone,1,2023-12-31 +21.36612086,-158.0013222,Saffron Finch,1,2023-12-31 +21.36612086,-158.0013222,Scaly-breasted Munia,1,2023-12-31 +21.36612086,-158.0013222,Spotted Dove,2,2023-12-31 +21.36612086,-158.0013222,Wandering Tattler,1,2019-02-17 +21.36612086,-158.0013222,Warbling White-eye,1,2023-12-31 +21.36612086,-158.0013222,Western Cattle Egret,2,2023-12-31 +21.36612086,-158.0013222,White-rumped Shama,1,2023-12-31 +21.36612086,-158.0013222,Yellow-fronted Canary,1,2023-12-31 +21.36612086,-158.0013222,Zebra Dove,2,2023-12-31 +21.3756539,-158.0880654,Chestnut Munia,2,2019-06-17 +21.3756539,-158.0880654,Common Myna,26,2023-07-07 +21.3756539,-158.0880654,Common Waxbill,14,2022-01-13 +21.3756539,-158.0880654,Gray Francolin,11,2019-11-22 +21.3756539,-158.0880654,Hawaiian Coot,2,2019-06-17 +21.3756539,-158.0880654,House Finch,18,2023-07-07 +21.3756539,-158.0880654,House Sparrow,11,2019-10-17 +21.3756539,-158.0880654,Java Sparrow,7,2022-11-27 +21.3756539,-158.0880654,Kalij Pheasant,1,2019-11-22 +21.3756539,-158.0880654,Northern Cardinal,14,2021-07-24 +21.3756539,-158.0880654,Northern Mockingbird,13,2019-10-17 +21.3756539,-158.0880654,Oahu Amakihi,2,2019-06-17 +21.3756539,-158.0880654,Pacific Golden-Plover,22,2022-11-27 +21.3756539,-158.0880654,Red Avadavat,1,2019-11-22 +21.3756539,-158.0880654,Red Junglefowl,9,2019-10-17 +21.3756539,-158.0880654,Red-billed Leiothrix,2,2019-06-17 +21.3756539,-158.0880654,Red-crested Cardinal,19,2023-07-07 +21.3756539,-158.0880654,Red-vented Bulbul,27,2023-07-07 +21.3756539,-158.0880654,Red-whiskered Bulbul,7,2022-11-27 +21.3756539,-158.0880654,Saffron Finch,3,2022-01-25 +21.3756539,-158.0880654,Scaly-breasted Munia,11,2019-10-17 +21.3756539,-158.0880654,Spotted Dove,26,2023-07-07 +21.3756539,-158.0880654,Warbling White-eye,18,2022-01-14 +21.3756539,-158.0880654,Western Cattle Egret,13,2023-07-07 +21.3756539,-158.0880654,Yellow-faced Grassquit,2,2019-06-17 +21.3756539,-158.0880654,Zebra Dove,23,2023-07-07 +21.38257709,-157.7600767,Black-crowned Night Heron,5,2022-02-19 +21.38257709,-157.7600767,Black-necked Stilt,14,2023-07-14 +21.38257709,-157.7600767,Chestnut Munia,7,2022-06-25 +21.38257709,-157.7600767,Common Gallinule,8,2022-02-16 +21.38257709,-157.7600767,Common Myna,16,2023-02-19 +21.38257709,-157.7600767,Common Waxbill,12,2022-06-25 +21.38257709,-157.7600767,Hawaiian Coot,6,2022-02-16 +21.38257709,-157.7600767,House Finch,5,2023-02-19 +21.38257709,-157.7600767,Java Sparrow,3,2022-02-26 +21.38257709,-157.7600767,Feral Mallard,9,2023-02-19 +21.38257709,-157.7600767,Muscovy Duck,2,2021-12-19 +21.38257709,-157.7600767,Northern Cardinal,7,2021-12-19 +21.38257709,-157.7600767,Northern Shoveler,1,2022-02-16 +21.38257709,-157.7600767,Pacific Golden-Plover,10,2023-02-19 +21.38257709,-157.7600767,Pectoral Sandpiper,1,2022-02-14 +21.38257709,-157.7600767,Red Avadavat,3,2022-02-02 +21.38257709,-157.7600767,Red Junglefowl,1,2020-01-27 +21.38257709,-157.7600767,Red-crested Cardinal,8,2022-02-16 +21.38257709,-157.7600767,Red-vented Bulbul,6,2021-12-19 +21.38257709,-157.7600767,Red-whiskered Bulbul,4,2020-01-30 +21.38257709,-157.7600767,Rock Pigeon,1,2020-01-27 +21.38257709,-157.7600767,Spotted Dove,9,2023-02-19 +21.38257709,-157.7600767,Warbling White-eye,9,2023-02-19 +21.38257709,-157.7600767,Western Cattle Egret,14,2023-07-14 +21.38257709,-157.7600767,White-rumped Shama,6,2022-02-19 +21.38257709,-157.7600767,Zebra Dove,12,2023-02-19 +21.4032002,-158.1747194,African Silverbill,1,2023-02-14 +21.4032002,-158.1747194,Brown Booby,1,2021-06-23 +21.4032002,-158.1747194,Common Myna,5,2023-05-10 +21.4032002,-158.1747194,Common Waxbill,2,2023-03-06 +21.4032002,-158.1747194,Erckel's Spurfowl,2,2023-02-15 +21.4032002,-158.1747194,Gray Francolin,2,2021-06-23 +21.4032002,-158.1747194,Great Frigatebird,1,2023-03-28 +21.4032002,-158.1747194,House Finch,4,2023-05-10 +21.4032002,-158.1747194,House Sparrow,3,2023-05-10 +21.4032002,-158.1747194,Java Sparrow,2,2023-02-19 +21.4032002,-158.1747194,Northern Cardinal,3,2022-01-22 +21.4032002,-158.1747194,Pacific Golden-Plover,1,2022-01-22 +21.4032002,-158.1747194,Red Avadavat,1,2021-06-23 +21.4032002,-158.1747194,Red Junglefowl,1,2021-06-23 +21.4032002,-158.1747194,Red-crested Cardinal,2,2022-01-22 +21.4032002,-158.1747194,Red-vented Bulbul,8,2023-05-10 +21.4032002,-158.1747194,Red-whiskered Bulbul,1,2021-02-20 +21.4032002,-158.1747194,Ring-necked Pheasant,1,2022-01-22 +21.4032002,-158.1747194,Rock Pigeon,5,2023-05-10 +21.4032002,-158.1747194,Saffron Finch,2,2022-01-22 +21.4032002,-158.1747194,Scaly-breasted Munia,4,2023-02-19 +21.4032002,-158.1747194,Spotted Dove,7,2023-05-13 +21.4032002,-158.1747194,Warbling White-eye,3,2022-01-22 +21.4032002,-158.1747194,Western Cattle Egret,2,2023-05-10 +21.4032002,-158.1747194,White-tailed Tropicbird,1,2022-03-06 +21.4032002,-158.1747194,Zebra Dove,8,2023-05-10 +21.42049292,-158.029897,African Silverbill,2,2022-04-13 +21.42049292,-158.029897,Black Francolin,2,2022-04-13 +21.42049292,-158.029897,Chestnut Munia,2,2022-04-13 +21.42049292,-158.029897,Common Myna,3,2022-04-13 +21.42049292,-158.029897,Common Waxbill,3,2022-04-13 +21.42049292,-158.029897,Eurasian Skylark,3,2022-04-13 +21.42049292,-158.029897,Gray Francolin,3,2022-04-13 +21.42049292,-158.029897,House Finch,3,2022-04-13 +21.42049292,-158.029897,Java Sparrow,2,2022-04-13 +21.42049292,-158.029897,Northern Cardinal,2,2022-04-12 +21.42049292,-158.029897,Pacific Golden-Plover,2,2022-04-13 +21.42049292,-158.029897,Red Avadavat,3,2022-04-13 +21.42049292,-158.029897,Red Junglefowl,1,2019-10-30 +21.42049292,-158.029897,Red-crested Cardinal,2,2022-04-13 +21.42049292,-158.029897,Red-vented Bulbul,3,2022-04-13 +21.42049292,-158.029897,Red-whiskered Bulbul,2,2022-04-12 +21.42049292,-158.029897,Ring-necked Pheasant,2,2022-04-13 +21.42049292,-158.029897,Rock Pigeon,2,2022-04-13 +21.42049292,-158.029897,Rose-ringed Parakeet,3,2022-04-13 +21.42049292,-158.029897,Ruddy Turnstone,2,2022-04-13 +21.42049292,-158.029897,Saffron Finch,2,2022-04-12 +21.42049292,-158.029897,Scaly-breasted Munia,1,2022-04-13 +21.42049292,-158.029897,Spotted Dove,3,2022-04-13 +21.42049292,-158.029897,Warbling White-eye,3,2022-04-13 +21.42049292,-158.029897,Western Cattle Egret,3,2022-04-13 +21.42049292,-158.029897,Zebra Dove,3,2022-04-13 +21.48464968,-158.203219,Black-crowned Night Heron,1,2022-01-05 +21.48464968,-158.203219,Chinese Hwamei,2,2019-09-27 +21.48464968,-158.203219,Common Myna,11,2022-02-04 +21.48464968,-158.203219,Common Waxbill,9,2022-02-04 +21.48464968,-158.203219,Erckel's Spurfowl,7,2022-02-04 +21.48464968,-158.203219,Great Frigatebird,1,2019-06-30 +21.48464968,-158.203219,House Finch,12,2022-02-04 +21.48464968,-158.203219,House Sparrow,3,2020-01-19 +21.48464968,-158.203219,Indian Peafowl,20,2024-01-30 +21.48464968,-158.203219,Japanese Bush Warbler,1,2020-01-19 +21.48464968,-158.203219,Java Sparrow,3,2022-01-09 +21.48464968,-158.203219,Northern Cardinal,7,2022-02-04 +21.48464968,-158.203219,Red Avadavat,1,2019-04-10 +21.48464968,-158.203219,Red Junglefowl,1,2019-10-05 +21.48464968,-158.203219,Red-crested Cardinal,10,2022-01-07 +21.48464968,-158.203219,Red-vented Bulbul,15,2022-02-04 +21.48464968,-158.203219,Ring-necked Pheasant,1,2020-01-19 +21.48464968,-158.203219,Rock Pigeon,3,2022-01-17 +21.48464968,-158.203219,Saffron Finch,9,2022-02-04 +21.48464968,-158.203219,Scaly-breasted Munia,2,2020-01-19 +21.48464968,-158.203219,Spotted Dove,9,2022-01-17 +21.48464968,-158.203219,Warbling White-eye,8,2022-02-04 +21.48464968,-158.203219,Western Cattle Egret,1,2020-01-19 +21.48464968,-158.203219,White-rumped Shama,1,2020-01-19 +21.48464968,-158.203219,White-tailed Tropicbird,3,2022-01-09 +21.48464968,-158.203219,Zebra Dove,13,2022-02-04 +21.50966318,-157.8458831,Black-crowned Night Heron,3,2023-05-09 +21.50966318,-157.8458831,Black-necked Stilt,5,2023-05-28 +21.50966318,-157.8458831,Chestnut Munia,14,2023-05-09 +21.50966318,-157.8458831,Common Gallinule,1,2023-05-09 +21.50966318,-157.8458831,Common Myna,25,2023-05-09 +21.50966318,-157.8458831,Common Waxbill,16,2023-04-30 +21.50966318,-157.8458831,House Finch,16,2022-09-20 +21.50966318,-157.8458831,House Sparrow,1,2022-11-11 +21.50966318,-157.8458831,Indian Peafowl,1,2023-04-30 +21.50966318,-157.8458831,Java Sparrow,1,2022-11-29 +21.50966318,-157.8458831,Feral Mallard,1,2023-05-09 +21.50966318,-157.8458831,Northern Cardinal,4,2022-06-30 +21.50966318,-157.8458831,Oahu Amakihi,1,2022-01-15 +21.50966318,-157.8458831,Pacific Golden-Plover,5,2022-12-28 +21.50966318,-157.8458831,Red Junglefowl,3,2023-05-09 +21.50966318,-157.8458831,Red-billed Leiothrix,10,2022-12-28 +21.50966318,-157.8458831,Red-crested Cardinal,10,2023-05-09 +21.50966318,-157.8458831,Red-vented Bulbul,20,2023-05-09 +21.50966318,-157.8458831,Red-whiskered Bulbul,11,2022-09-20 +21.50966318,-157.8458831,Scaly-breasted Munia,10,2022-09-20 +21.50966318,-157.8458831,Spotted Dove,10,2023-05-09 +21.50966318,-157.8458831,Wandering Tattler,1,2022-11-25 +21.50966318,-157.8458831,Warbling White-eye,21,2023-04-30 +21.50966318,-157.8458831,Western Cattle Egret,12,2023-05-28 +21.50966318,-157.8458831,White-rumped Shama,16,2023-06-12 +21.50966318,-157.8458831,Zebra Dove,18,2023-05-09 +21.69144682,-158.0184253,Black Noddy,2,2019-08-11 +21.69144682,-158.0184253,Bristle-thighed Curlew,1,2020-09-11 +21.69144682,-158.0184253,Brown Booby,1,2023-09-17 +21.69144682,-158.0184253,Brown Noddy,1,2023-05-20 +21.69144682,-158.0184253,Common Myna,12,2024-01-02 +21.69144682,-158.0184253,Gray Francolin,2,2019-08-13 +21.69144682,-158.0184253,Great Frigatebird,2,2023-09-17 +21.69144682,-158.0184253,House Finch,2,2019-08-11 +21.69144682,-158.0184253,House Sparrow,3,2019-09-21 +21.69144682,-158.0184253,Java Sparrow,3,2024-01-02 +21.69144682,-158.0184253,Laysan Albatross,2,2022-12-25 +21.69144682,-158.0184253,Masked Booby,1,2023-10-30 +21.69144682,-158.0184253,Pacific Golden-Plover,1,2020-09-11 +21.69144682,-158.0184253,Red Junglefowl,3,2023-05-20 +21.69144682,-158.0184253,Red-crested Cardinal,2,2020-09-11 +21.69144682,-158.0184253,Rock Pigeon,2,2019-08-11 +21.69144682,-158.0184253,Ruddy Turnstone,1,2023-10-30 +21.69144682,-158.0184253,Saffron Finch,1,2023-12-21 +21.69144682,-158.0184253,Spotted Dove,5,2023-12-21 +21.69144682,-158.0184253,Wandering Tattler,6,2023-10-30 +21.69144682,-158.0184253,Warbling White-eye,2,2023-12-21 +21.69144682,-158.0184253,Wedge-tailed Shearwater,1,2023-09-02 +21.69144682,-158.0184253,White Tern,1,2023-09-02 +21.69144682,-158.0184253,Zebra Dove,9,2024-01-02 +21.26528758,-157.7803371,Black-crowned Night Heron,3,2024-01-16 +21.26528758,-157.7803371,Brown Booby,1,2020-09-25 +21.26528758,-157.7803371,Common Myna,10,2024-01-16 +21.26528758,-157.7803371,Common Waxbill,3,2023-09-17 +21.26528758,-157.7803371,Gray Francolin,1,2022-08-20 +21.26528758,-157.7803371,Great Frigatebird,1,2022-07-01 +21.26528758,-157.7803371,House Finch,3,2023-09-17 +21.26528758,-157.7803371,House Sparrow,3,2024-01-16 +21.26528758,-157.7803371,Pacific Golden-Plover,4,2024-01-16 +21.26528758,-157.7803371,Red Junglefowl,1,2023-10-20 +21.26528758,-157.7803371,Red-crested Cardinal,6,2024-01-16 +21.26528758,-157.7803371,Red-masked Parakeet,2,2022-11-14 +21.26528758,-157.7803371,Red-vented Bulbul,8,2023-10-20 +21.26528758,-157.7803371,Red-whiskered Bulbul,1,2021-05-30 +21.26528758,-157.7803371,Rock Pigeon,5,2024-01-16 +21.26528758,-157.7803371,Rose-ringed Parakeet,1,2021-02-07 +21.26528758,-157.7803371,Scaly-breasted Munia,2,2022-07-07 +21.26528758,-157.7803371,Spotted Dove,6,2024-01-16 +21.26528758,-157.7803371,Wandering Tattler,2,2022-11-14 +21.26528758,-157.7803371,Warbling White-eye,4,2023-06-17 +21.26528758,-157.7803371,Wedge-tailed Shearwater,2,2022-11-14 +21.26528758,-157.7803371,Western Cattle Egret,5,2023-09-17 +21.26528758,-157.7803371,White Tern,8,2023-09-17 +21.26528758,-157.7803371,Yellow-fronted Canary,2,2023-09-17 +21.26528758,-157.7803371,Zebra Dove,7,2024-01-16 +21.27445931,-157.7995378,Black-crowned Night Heron,1,2019-08-18 +21.27445931,-157.7995378,Chestnut Munia,1,2024-02-11 +21.27445931,-157.7995378,Common Myna,24,2024-02-11 +21.27445931,-157.7995378,Common Waxbill,12,2023-08-24 +21.27445931,-157.7995378,Great Frigatebird,2,2023-02-18 +21.27445931,-157.7995378,House Finch,11,2024-02-11 +21.27445931,-157.7995378,House Sparrow,12,2022-08-19 +21.27445931,-157.7995378,Java Sparrow,8,2023-02-13 +21.27445931,-157.7995378,Northern Cardinal,3,2022-08-19 +21.27445931,-157.7995378,Northern Mockingbird,1,2024-02-11 +21.27445931,-157.7995378,Pacific Golden-Plover,12,2023-08-24 +21.27445931,-157.7995378,Red Junglefowl,11,2024-02-11 +21.27445931,-157.7995378,Red-crested Cardinal,19,2024-02-11 +21.27445931,-157.7995378,Red-masked Parakeet,3,2023-02-19 +21.27445931,-157.7995378,Red-vented Bulbul,19,2023-11-04 +21.27445931,-157.7995378,Red-whiskered Bulbul,1,2020-02-28 +21.27445931,-157.7995378,Rock Pigeon,13,2024-02-11 +21.27445931,-157.7995378,Rose-ringed Parakeet,10,2024-02-11 +21.27445931,-157.7995378,Saffron Finch,4,2022-03-09 +21.27445931,-157.7995378,Scaly-breasted Munia,1,2020-07-03 +21.27445931,-157.7995378,Spotted Dove,14,2024-02-11 +21.27445931,-157.7995378,Warbling White-eye,9,2024-02-11 +21.27445931,-157.7995378,Western Cattle Egret,17,2024-02-11 +21.27445931,-157.7995378,White Tern,12,2023-08-24 +21.27445931,-157.7995378,White-rumped Shama,3,2022-05-07 +21.27445931,-157.7995378,Yellow-fronted Canary,9,2022-08-19 +21.27445931,-157.7995378,Zebra Dove,24,2024-02-16 +21.28314176,-157.7512741,Black-crowned Night Heron,1,2020-01-03 +21.28314176,-157.7512741,Common Myna,7,2023-06-30 +21.28314176,-157.7512741,Common Waxbill,1,2022-07-04 +21.28314176,-157.7512741,Great Frigatebird,4,2022-07-10 +21.28314176,-157.7512741,House Finch,5,2023-06-30 +21.28314176,-157.7512741,House Sparrow,2,2023-06-30 +21.28314176,-157.7512741,Java Sparrow,6,2023-06-30 +21.28314176,-157.7512741,Lavender Waxbill,1,2022-04-27 +21.28314176,-157.7512741,Feral Mallard,1,2020-01-03 +21.28314176,-157.7512741,Northern Cardinal,5,2023-06-30 +21.28314176,-157.7512741,Pacific Golden-Plover,3,2023-11-23 +21.28314176,-157.7512741,Red-crested Cardinal,4,2023-06-30 +21.28314176,-157.7512741,Red-masked Parakeet,3,2023-04-20 +21.28314176,-157.7512741,Red-vented Bulbul,12,2023-11-23 +21.28314176,-157.7512741,Red-whiskered Bulbul,3,2023-11-23 +21.28314176,-157.7512741,Rock Pigeon,4,2023-04-20 +21.28314176,-157.7512741,Rose-ringed Parakeet,3,2023-04-20 +21.28314176,-157.7512741,Scaly-breasted Munia,1,2022-07-10 +21.28314176,-157.7512741,Spotted Dove,9,2023-06-30 +21.28314176,-157.7512741,Warbling White-eye,6,2023-06-30 +21.28314176,-157.7512741,Western Cattle Egret,6,2023-06-30 +21.28314176,-157.7512741,White Tern,5,2023-06-30 +21.28314176,-157.7512741,White-rumped Shama,4,2023-06-30 +21.28314176,-157.7512741,White-tailed Tropicbird,1,2023-03-07 +21.28314176,-157.7512741,Yellow-fronted Canary,2,2023-06-30 +21.28314176,-157.7512741,Zebra Dove,6,2023-04-20 +21.29252593,-157.7993909,Barn Owl,1,2021-02-05 +21.29252593,-157.7993909,Chestnut Munia,2,2023-08-29 +21.29252593,-157.7993909,Common Myna,8,2024-01-31 +21.29252593,-157.7993909,Common Waxbill,9,2023-08-02 +21.29252593,-157.7993909,Hawaiian Coot,1,2022-04-07 +21.29252593,-157.7993909,House Finch,5,2022-04-07 +21.29252593,-157.7993909,House Sparrow,2,2019-01-06 +21.29252593,-157.7993909,Java Sparrow,7,2023-08-29 +21.29252593,-157.7993909,Northern Cardinal,2,2022-04-07 +21.29252593,-157.7993909,Pacific Golden-Plover,2,2022-04-07 +21.29252593,-157.7993909,Red Junglefowl,1,2019-01-07 +21.29252593,-157.7993909,Red-billed Leiothrix,1,2022-04-07 +21.29252593,-157.7993909,Red-crested Cardinal,4,2023-08-02 +21.29252593,-157.7993909,Red-masked Parakeet,1,2019-01-07 +21.29252593,-157.7993909,Red-vented Bulbul,10,2023-09-17 +21.29252593,-157.7993909,Red-whiskered Bulbul,4,2022-04-07 +21.29252593,-157.7993909,Rock Pigeon,3,2019-01-07 +21.29252593,-157.7993909,Rose-ringed Parakeet,7,2023-08-29 +21.29252593,-157.7993909,Scaly-breasted Munia,2,2023-08-02 +21.29252593,-157.7993909,Sooty Tern,1,2022-04-07 +21.29252593,-157.7993909,Spotted Dove,8,2023-08-29 +21.29252593,-157.7993909,Warbling White-eye,3,2022-07-09 +21.29252593,-157.7993909,Western Cattle Egret,3,2023-08-29 +21.29252593,-157.7993909,White Tern,3,2023-08-28 +21.29252593,-157.7993909,White-rumped Shama,1,2022-04-07 +21.29252593,-157.7993909,Yellow-fronted Canary,3,2023-08-02 +21.29252593,-157.7993909,Zebra Dove,9,2023-08-29 +21.29181005,-157.703007,Chestnut Munia,1,2021-01-23 +21.29181005,-157.703007,Common Gallinule,19,2024-01-17 +21.29181005,-157.703007,Common Myna,22,2024-01-17 +21.29181005,-157.703007,Common Waxbill,15,2023-02-18 +21.29181005,-157.703007,Great Egret,14,2021-01-26 +21.29181005,-157.703007,Hawaiian Coot,3,2022-05-05 +21.29181005,-157.703007,House Finch,13,2022-05-05 +21.29181005,-157.703007,House Sparrow,3,2021-09-23 +21.29181005,-157.703007,Java Sparrow,4,2022-03-04 +21.29181005,-157.703007,Feral Mallard,25,2024-01-17 +21.29181005,-157.703007,Northern Cardinal,4,2021-09-23 +21.29181005,-157.703007,Pacific Golden-Plover,10,2024-01-17 +21.29181005,-157.703007,Red Junglefowl,6,2023-02-18 +21.29181005,-157.703007,Red-crested Cardinal,11,2024-01-17 +21.29181005,-157.703007,Red-vented Bulbul,11,2022-05-05 +21.29181005,-157.703007,Red-whiskered Bulbul,1,2021-09-23 +21.29181005,-157.703007,Rock Pigeon,7,2024-01-17 +21.29181005,-157.703007,Rose-ringed Parakeet,2,2021-01-30 +21.29181005,-157.703007,Scaly-breasted Munia,10,2022-05-05 +21.29181005,-157.703007,Spotted Dove,19,2024-01-17 +21.29181005,-157.703007,Warbling White-eye,6,2021-01-30 +21.29181005,-157.703007,Western Cattle Egret,24,2024-01-17 +21.29181005,-157.703007,White Tern,2,2021-09-23 +21.29181005,-157.703007,White-rumped Shama,1,2020-02-01 +21.29181005,-157.703007,Zebra Dove,21,2024-01-17 +21.30327119,-158.0692318,African Silverbill,9,2022-11-30 +21.30327119,-158.0692318,Brown Booby,1,2020-02-18 +21.30327119,-158.0692318,Chestnut Munia,51,2022-12-27 +21.30327119,-158.0692318,Common Myna,135,2024-02-08 +21.30327119,-158.0692318,Common Waxbill,71,2024-02-08 +21.30327119,-158.0692318,Eurasian Skylark,76,2023-03-13 +21.30327119,-158.0692318,Gray Francolin,51,2023-02-03 +21.30327119,-158.0692318,House Finch,103,2024-02-08 +21.30327119,-158.0692318,House Sparrow,99,2022-12-27 +21.30327119,-158.0692318,Northern Cardinal,39,2023-03-13 +21.30327119,-158.0692318,Northern Mockingbird,13,2022-03-30 +21.30327119,-158.0692318,Pacific Golden-Plover,83,2024-02-08 +21.30327119,-158.0692318,Red Avadavat,2,2021-07-21 +21.30327119,-158.0692318,Red-crested Cardinal,67,2024-02-08 +21.30327119,-158.0692318,Red-vented Bulbul,108,2023-03-13 +21.30327119,-158.0692318,Red-whiskered Bulbul,14,2022-05-25 +21.30327119,-158.0692318,Ruddy Turnstone,6,2021-12-25 +21.30327119,-158.0692318,Saffron Finch,102,2024-02-08 +21.30327119,-158.0692318,Sanderling,1,2020-02-18 +21.30327119,-158.0692318,Scaly-breasted Munia,4,2022-09-14 +21.30327119,-158.0692318,Spotted Dove,63,2022-12-27 +21.30327119,-158.0692318,Wandering Tattler,1,2020-02-18 +21.30327119,-158.0692318,Warbling White-eye,32,2023-03-13 +21.30327119,-158.0692318,Western Cattle Egret,5,2024-02-08 +21.30327119,-158.0692318,White-rumped Shama,8,2022-02-09 +21.30327119,-158.0692318,Yellow-fronted Canary,30,2023-02-03 +21.30327119,-158.0692318,Zebra Dove,115,2024-02-08 +21.30316274,-158.0499512,African Silverbill,4,2023-01-10 +21.30316274,-158.0499512,Black-necked Stilt,2,2021-11-29 +21.30316274,-158.0499512,Brown Booby,1,2022-12-13 +21.30316274,-158.0499512,Chestnut Munia,2,2023-01-10 +21.30316274,-158.0499512,Common Myna,12,2023-11-11 +21.30316274,-158.0499512,Common Waxbill,10,2023-11-11 +21.30316274,-158.0499512,Gray Francolin,3,2023-07-02 +21.30316274,-158.0499512,Great Frigatebird,1,2023-07-02 +21.30316274,-158.0499512,House Finch,9,2023-07-02 +21.30316274,-158.0499512,House Sparrow,11,2023-11-11 +21.30316274,-158.0499512,Indian Peafowl,1,2020-12-30 +21.30316274,-158.0499512,Java Sparrow,2,2020-01-02 +21.30316274,-158.0499512,Northern Cardinal,7,2023-07-02 +21.30316274,-158.0499512,Pacific Golden-Plover,9,2023-11-11 +21.30316274,-158.0499512,Red-crested Cardinal,12,2023-11-11 +21.30316274,-158.0499512,Red-vented Bulbul,10,2023-07-02 +21.30316274,-158.0499512,Red-whiskered Bulbul,3,2023-07-02 +21.30316274,-158.0499512,Rock Pigeon,1,2023-01-11 +21.30316274,-158.0499512,Ruddy Turnstone,2,2022-01-10 +21.30316274,-158.0499512,Saffron Finch,9,2023-11-11 +21.30316274,-158.0499512,Sanderling,2,2023-11-11 +21.30316274,-158.0499512,Spotted Dove,11,2023-11-11 +21.30316274,-158.0499512,Warbling White-eye,8,2023-11-11 +21.30316274,-158.0499512,Western Cattle Egret,2,2023-01-11 +21.30316274,-158.0499512,White-rumped Shama,5,2023-07-02 +21.30316274,-158.0499512,Yellow-fronted Canary,9,2023-11-11 +21.30316274,-158.0499512,Zebra Dove,12,2023-11-11 +21.30176317,-157.8282354,Black-necked Stilt,1,2019-12-07 +21.30176317,-157.8282354,Chestnut Munia,5,2020-02-14 +21.30176317,-157.8282354,Common Myna,35,2024-01-04 +21.30176317,-157.8282354,Common Waxbill,4,2019-10-04 +21.30176317,-157.8282354,House Finch,5,2024-01-07 +21.30176317,-157.8282354,House Sparrow,18,2024-01-04 +21.30176317,-157.8282354,Java Sparrow,6,2024-01-07 +21.30176317,-157.8282354,Feral Mallard,1,2020-04-06 +21.30176317,-157.8282354,Northern Cardinal,4,2021-04-28 +21.30176317,-157.8282354,Northern Mockingbird,1,2022-10-29 +21.30176317,-157.8282354,Pacific Golden-Plover,11,2024-02-11 +21.30176317,-157.8282354,Red Junglefowl,1,2019-12-07 +21.30176317,-157.8282354,Red-crested Cardinal,15,2023-07-09 +21.30176317,-157.8282354,Red-masked Parakeet,1,2019-08-16 +21.30176317,-157.8282354,Red-vented Bulbul,28,2024-01-04 +21.30176317,-157.8282354,Red-whiskered Bulbul,3,2024-01-04 +21.30176317,-157.8282354,Rock Pigeon,19,2023-10-26 +21.30176317,-157.8282354,Rose-ringed Parakeet,24,2024-01-04 +21.30176317,-157.8282354,Saffron Finch,1,2019-05-22 +21.30176317,-157.8282354,Scaly-breasted Munia,2,2024-02-27 +21.30176317,-157.8282354,Spotted Dove,34,2024-01-04 +21.30176317,-157.8282354,Warbling White-eye,7,2024-01-04 +21.30176317,-157.8282354,Western Cattle Egret,3,2022-10-11 +21.30176317,-157.8282354,White Tern,36,2024-01-04 +21.30176317,-157.8282354,White-rumped Shama,2,2024-01-04 +21.30176317,-157.8282354,Yellow-fronted Canary,7,2024-02-25 +21.30176317,-157.8282354,Zebra Dove,41,2024-01-04 +21.30155922,-157.7993175,Chestnut Munia,3,2020-05-27 +21.30155922,-157.7993175,Common Myna,13,2022-02-21 +21.30155922,-157.7993175,Common Waxbill,14,2022-02-05 +21.30155922,-157.7993175,House Finch,15,2022-02-05 +21.30155922,-157.7993175,House Sparrow,2,2020-08-22 +21.30155922,-157.7993175,Java Sparrow,8,2020-10-17 +21.30155922,-157.7993175,Northern Cardinal,6,2020-08-16 +21.30155922,-157.7993175,Northern Mockingbird,3,2020-10-17 +21.30155922,-157.7993175,Oahu Amakihi,9,2020-08-21 +21.30155922,-157.7993175,Pacific Golden-Plover,7,2020-08-19 +21.30155922,-157.7993175,Red Junglefowl,1,2020-06-01 +21.30155922,-157.7993175,Red-billed Leiothrix,2,2022-02-21 +21.30155922,-157.7993175,Red-crested Cardinal,8,2022-02-21 +21.30155922,-157.7993175,Red-masked Parakeet,4,2020-12-01 +21.30155922,-157.7993175,Red-vented Bulbul,21,2022-02-05 +21.30155922,-157.7993175,Red-whiskered Bulbul,4,2020-06-07 +21.30155922,-157.7993175,Rock Pigeon,1,2022-02-05 +21.30155922,-157.7993175,Rose-ringed Parakeet,11,2022-02-05 +21.30155922,-157.7993175,Saffron Finch,1,2022-02-21 +21.30155922,-157.7993175,Scaly-breasted Munia,1,2020-07-27 +21.30155922,-157.7993175,Spotted Dove,16,2021-06-02 +21.30155922,-157.7993175,Warbling White-eye,16,2022-02-21 +21.30155922,-157.7993175,Western Cattle Egret,1,2022-02-21 +21.30155922,-157.7993175,White Tern,4,2020-08-04 +21.30155922,-157.7993175,White-rumped Shama,5,2022-02-21 +21.30155922,-157.7993175,Yellow-fronted Canary,11,2021-06-02 +21.30155922,-157.7993175,Zebra Dove,18,2022-02-05 +21.31868248,-157.6738496,Brown Booby,1,2023-02-23 +21.31868248,-157.6738496,Brown Noddy,1,2021-09-17 +21.31868248,-157.6738496,Common Myna,7,2023-04-14 +21.31868248,-157.6738496,Common Waxbill,2,2022-04-07 +21.31868248,-157.6738496,Great Frigatebird,4,2022-08-11 +21.31868248,-157.6738496,House Finch,2,2022-04-07 +21.31868248,-157.6738496,House Sparrow,1,2019-07-25 +21.31868248,-157.6738496,Japanese Bush Warbler,1,2022-04-07 +21.31868248,-157.6738496,Java Sparrow,2,2022-04-07 +21.31868248,-157.6738496,Pacific Golden-Plover,3,2022-04-07 +21.31868248,-157.6738496,Red Avadavat,1,2022-04-07 +21.31868248,-157.6738496,Red Junglefowl,1,2023-04-14 +21.31868248,-157.6738496,Red-crested Cardinal,3,2022-04-07 +21.31868248,-157.6738496,Red-footed Booby,11,2022-04-07 +21.31868248,-157.6738496,Red-tailed Tropicbird,3,2021-04-08 +21.31868248,-157.6738496,Red-vented Bulbul,6,2023-04-14 +21.31868248,-157.6738496,Red-whiskered Bulbul,1,2022-04-07 +21.31868248,-157.6738496,Rock Pigeon,4,2021-04-08 +21.31868248,-157.6738496,Short-eared Owl,1,2021-04-08 +21.31868248,-157.6738496,Sooty Tern,5,2024-01-27 +21.31868248,-157.6738496,Spotted Dove,9,2023-04-14 +21.31868248,-157.6738496,Warbling White-eye,2,2021-11-15 +21.31868248,-157.6738496,Wedge-tailed Shearwater,1,2019-07-25 +21.31868248,-157.6738496,Western Cattle Egret,3,2022-01-30 +21.31868248,-157.6738496,White-rumped Shama,2,2022-04-07 +21.31868248,-157.6738496,Zebra Dove,6,2023-04-14 +21.33866776,-157.9436526,Black-crowned Night Heron,1,2023-10-12 +21.33866776,-157.9436526,Black-necked Stilt,2,2023-10-12 +21.33866776,-157.9436526,Chestnut Munia,4,2023-07-19 +21.33866776,-157.9436526,Common Myna,10,2023-10-12 +21.33866776,-157.9436526,Common Waxbill,5,2023-07-19 +21.33866776,-157.9436526,House Finch,5,2023-10-12 +21.33866776,-157.9436526,House Sparrow,3,2023-05-18 +21.33866776,-157.9436526,Java Sparrow,5,2023-07-19 +21.33866776,-157.9436526,Feral Mallard,1,2022-11-01 +21.33866776,-157.9436526,Northern Cardinal,3,2023-05-18 +21.33866776,-157.9436526,Northern Mockingbird,1,2021-08-09 +21.33866776,-157.9436526,Pacific Golden-Plover,5,2023-06-04 +21.33866776,-157.9436526,Red Junglefowl,1,2022-08-04 +21.33866776,-157.9436526,Red-crested Cardinal,9,2023-10-12 +21.33866776,-157.9436526,Red-vented Bulbul,6,2023-07-12 +21.33866776,-157.9436526,Red-whiskered Bulbul,3,2023-07-12 +21.33866776,-157.9436526,Ring-necked Pheasant,1,2020-12-12 +21.33866776,-157.9436526,Rock Pigeon,3,2023-10-12 +21.33866776,-157.9436526,Rose-ringed Parakeet,6,2023-07-12 +21.33866776,-157.9436526,Saffron Finch,4,2023-07-19 +21.33866776,-157.9436526,Spotted Dove,5,2023-05-18 +21.33866776,-157.9436526,Warbling White-eye,5,2023-07-12 +21.33866776,-157.9436526,Western Cattle Egret,6,2023-07-19 +21.33866776,-157.9436526,White Tern,6,2023-07-12 +21.33866776,-157.9436526,White-rumped Shama,3,2023-07-19 +21.33866776,-157.9436526,Yellow-fronted Canary,1,2023-07-19 +21.33866776,-157.9436526,Zebra Dove,9,2023-07-19 +21.34725981,-157.8760887,Cackling Goose,1,2020-10-13 +21.34725981,-157.8760887,Chestnut Munia,6,2020-05-09 +21.34725981,-157.8760887,Common Myna,10,2022-05-14 +21.34725981,-157.8760887,Common Waxbill,6,2020-05-09 +21.34725981,-157.8760887,House Finch,4,2020-04-07 +21.34725981,-157.8760887,House Sparrow,10,2022-05-14 +21.34725981,-157.8760887,Japanese Bush Warbler,2,2020-02-06 +21.34725981,-157.8760887,Java Sparrow,8,2020-05-09 +21.34725981,-157.8760887,Feral Mallard,2,2020-03-18 +21.34725981,-157.8760887,Northern Cardinal,8,2020-05-09 +21.34725981,-157.8760887,Oahu Amakihi,1,2019-02-23 +21.34725981,-157.8760887,Pacific Golden-Plover,7,2020-05-09 +21.34725981,-157.8760887,Red-billed Leiothrix,1,2019-02-23 +21.34725981,-157.8760887,Red-crested Cardinal,9,2020-05-09 +21.34725981,-157.8760887,Red-vented Bulbul,10,2022-05-14 +21.34725981,-157.8760887,Red-whiskered Bulbul,4,2020-05-09 +21.34725981,-157.8760887,Rock Pigeon,1,2020-02-06 +21.34725981,-157.8760887,Rose-ringed Parakeet,8,2020-05-09 +21.34725981,-157.8760887,Saffron Finch,7,2022-05-14 +21.34725981,-157.8760887,Scaly-breasted Munia,2,2020-05-09 +21.34725981,-157.8760887,Spotted Dove,8,2020-05-09 +21.34725981,-157.8760887,Warbling White-eye,8,2020-05-09 +21.34725981,-157.8760887,Western Cattle Egret,7,2020-05-09 +21.34725981,-157.8760887,White-rumped Shama,8,2020-05-09 +21.34725981,-157.8760887,Yellow-fronted Canary,7,2020-05-09 +21.34725981,-157.8760887,Zebra Dove,9,2022-05-14 +21.37436029,-157.8758819,Chestnut Munia,7,2023-10-26 +21.37436029,-157.8758819,Common Myna,12,2023-10-26 +21.37436029,-157.8758819,Common Waxbill,13,2023-10-26 +21.37436029,-157.8758819,House Finch,7,2023-10-26 +21.37436029,-157.8758819,House Sparrow,2,2023-05-26 +21.37436029,-157.8758819,Japanese Bush Warbler,1,2020-03-07 +21.37436029,-157.8758819,Java Sparrow,7,2023-09-12 +21.37436029,-157.8758819,Northern Cardinal,8,2023-06-17 +21.37436029,-157.8758819,Oahu Amakihi,5,2023-10-26 +21.37436029,-157.8758819,Oahu Elepaio,1,2022-01-30 +21.37436029,-157.8758819,Pacific Golden-Plover,7,2023-10-26 +21.37436029,-157.8758819,Red Junglefowl,1,2023-09-03 +21.37436029,-157.8758819,Red-billed Leiothrix,11,2023-09-12 +21.37436029,-157.8758819,Red-crested Cardinal,12,2023-10-26 +21.37436029,-157.8758819,Red-vented Bulbul,12,2023-10-26 +21.37436029,-157.8758819,Red-whiskered Bulbul,11,2023-10-26 +21.37436029,-157.8758819,Rock Pigeon,1,2022-11-24 +21.37436029,-157.8758819,Rose-ringed Parakeet,1,2022-11-24 +21.37436029,-157.8758819,Saffron Finch,3,2023-05-26 +21.37436029,-157.8758819,Scaly-breasted Munia,5,2023-10-26 +21.37436029,-157.8758819,Spotted Dove,10,2023-06-17 +21.37436029,-157.8758819,Warbling White-eye,9,2023-10-26 +21.37436029,-157.8758819,Western Cattle Egret,2,2023-09-03 +21.37436029,-157.8758819,White-rumped Shama,14,2023-10-26 +21.37436029,-157.8758819,White-tailed Tropicbird,1,2020-02-24 +21.37436029,-157.8758819,Yellow-fronted Canary,3,2023-10-26 +21.37436029,-157.8758819,Zebra Dove,13,2023-10-26 +21.38389482,-157.9529734,Black-crowned Night Heron,4,2023-02-18 +21.38389482,-157.9529734,Black-necked Stilt,3,2021-03-02 +21.38389482,-157.9529734,Chestnut Munia,4,2021-10-07 +21.38389482,-157.9529734,Common Gallinule,3,2023-02-18 +21.38389482,-157.9529734,Common Myna,15,2023-02-19 +21.38389482,-157.9529734,Common Waxbill,7,2023-02-18 +21.38389482,-157.9529734,House Finch,3,2023-02-19 +21.38389482,-157.9529734,House Sparrow,9,2023-02-19 +21.38389482,-157.9529734,Java Sparrow,6,2023-02-19 +21.38389482,-157.9529734,Feral Mallard,3,2023-02-18 +21.38389482,-157.9529734,Northern Cardinal,1,2021-01-07 +21.38389482,-157.9529734,Pacific Golden-Plover,12,2023-02-19 +21.38389482,-157.9529734,Red Junglefowl,10,2023-02-19 +21.38389482,-157.9529734,Red-crested Cardinal,9,2023-02-19 +21.38389482,-157.9529734,Red-crowned Parrot,1,2023-02-19 +21.38389482,-157.9529734,Red-vented Bulbul,5,2023-02-18 +21.38389482,-157.9529734,Red-whiskered Bulbul,3,2023-02-18 +21.38389482,-157.9529734,Rock Pigeon,8,2023-02-19 +21.38389482,-157.9529734,Rose-ringed Parakeet,1,2021-10-07 +21.38389482,-157.9529734,Saffron Finch,12,2023-02-19 +21.38389482,-157.9529734,Spotted Dove,8,2023-02-18 +21.38389482,-157.9529734,Wandering Tattler,3,2023-02-18 +21.38389482,-157.9529734,Warbling White-eye,3,2023-02-17 +21.38389482,-157.9529734,Western Cattle Egret,14,2023-02-19 +21.38389482,-157.9529734,White-rumped Shama,1,2021-10-07 +21.38389482,-157.9529734,Zebra Dove,13,2023-02-19 +21.39196006,-157.8082261,Chestnut Munia,5,2022-08-20 +21.39196006,-157.8082261,Common Myna,7,2022-08-20 +21.39196006,-157.8082261,Common Waxbill,7,2021-02-04 +21.39196006,-157.8082261,Green-winged Teal,1,2021-12-20 +21.39196006,-157.8082261,Hawaiian Coot,9,2022-08-20 +21.39196006,-157.8082261,House Finch,1,2019-04-20 +21.39196006,-157.8082261,Java Sparrow,1,2020-02-19 +21.39196006,-157.8082261,Feral Mallard,9,2023-03-10 +21.39196006,-157.8082261,Muscovy Duck,4,2024-01-06 +21.39196006,-157.8082261,Northern Cardinal,4,2020-02-01 +21.39196006,-157.8082261,Osprey,1,2021-10-10 +21.39196006,-157.8082261,Pacific Golden-Plover,1,2019-04-20 +21.39196006,-157.8082261,Red-billed Leiothrix,4,2023-02-19 +21.39196006,-157.8082261,Red-crested Cardinal,10,2023-10-04 +21.39196006,-157.8082261,Red-vented Bulbul,7,2023-03-03 +21.39196006,-157.8082261,Red-whiskered Bulbul,10,2023-10-04 +21.39196006,-157.8082261,Ring-necked Pheasant,1,2022-09-22 +21.39196006,-157.8082261,Rock Pigeon,1,2019-04-20 +21.39196006,-157.8082261,Spotted Dove,7,2022-08-20 +21.39196006,-157.8082261,Wandering Tattler,1,2019-04-04 +21.39196006,-157.8082261,Warbling White-eye,9,2023-03-03 +21.39196006,-157.8082261,Western Cattle Egret,3,2021-10-10 +21.39196006,-157.8082261,White-rumped Shama,12,2023-10-04 +21.39196006,-157.8082261,Zebra Dove,11,2023-03-03 +21.39161024,-157.7600006,Black-crowned Night Heron,2,2024-02-11 +21.39161024,-157.7600006,Chestnut Munia,2,2020-12-20 +21.39161024,-157.7600006,Common Gallinule,1,2024-02-11 +21.39161024,-157.7600006,Common Myna,5,2024-02-11 +21.39161024,-157.7600006,Common Waxbill,4,2024-02-11 +21.39161024,-157.7600006,Great Frigatebird,1,2022-07-30 +21.39161024,-157.7600006,House Finch,2,2020-12-20 +21.39161024,-157.7600006,Japanese Bush Warbler,3,2020-12-20 +21.39161024,-157.7600006,Java Sparrow,1,2024-02-11 +21.39161024,-157.7600006,Feral Mallard,7,2023-12-11 +21.39161024,-157.7600006,Northern Cardinal,5,2024-02-11 +21.39161024,-157.7600006,Northern Pintail,2,2020-12-20 +21.39161024,-157.7600006,Northern Shoveler,1,2022-02-13 +21.39161024,-157.7600006,Pacific Golden-Plover,1,2024-02-11 +21.39161024,-157.7600006,Red Junglefowl,2,2024-01-13 +21.39161024,-157.7600006,Red-billed Leiothrix,1,2019-04-02 +21.39161024,-157.7600006,Red-crested Cardinal,4,2024-02-11 +21.39161024,-157.7600006,Red-vented Bulbul,8,2024-02-11 +21.39161024,-157.7600006,Red-whiskered Bulbul,5,2024-01-13 +21.39161024,-157.7600006,Spotted Dove,5,2024-02-11 +21.39161024,-157.7600006,Warbling White-eye,3,2022-02-13 +21.39161024,-157.7600006,Western Cattle Egret,6,2024-02-11 +21.39161024,-157.7600006,White-rumped Shama,2,2022-02-13 +21.39161024,-157.7600006,Zebra Dove,3,2024-02-11 +21.40988802,-157.7887868,Black Swan,1,2023-08-05 +21.40988802,-157.7887868,Black-necked Stilt,1,2020-08-01 +21.40988802,-157.7887868,Chestnut Munia,11,2023-07-24 +21.40988802,-157.7887868,Common Myna,14,2023-08-05 +21.40988802,-157.7887868,Common Waxbill,10,2023-07-24 +21.40988802,-157.7887868,House Finch,6,2023-07-24 +21.40988802,-157.7887868,House Sparrow,5,2021-10-03 +21.40988802,-157.7887868,Indian Peafowl,1,2023-08-05 +21.40988802,-157.7887868,Java Sparrow,10,2023-07-24 +21.40988802,-157.7887868,Feral Mallard,1,2023-08-05 +21.40988802,-157.7887868,Pacific Golden-Plover,8,2022-02-25 +21.40988802,-157.7887868,Red Avadavat,6,2023-07-24 +21.40988802,-157.7887868,Red Junglefowl,5,2023-07-21 +21.40988802,-157.7887868,Red-crested Cardinal,10,2023-07-31 +21.40988802,-157.7887868,Red-vented Bulbul,6,2023-07-24 +21.40988802,-157.7887868,Red-whiskered Bulbul,2,2021-07-12 +21.40988802,-157.7887868,Rock Pigeon,4,2023-07-24 +21.40988802,-157.7887868,Ruddy Turnstone,1,2022-02-25 +21.40988802,-157.7887868,Saffron Finch,5,2023-07-24 +21.40988802,-157.7887868,Scaly-breasted Munia,1,2023-07-24 +21.40988802,-157.7887868,Spotted Dove,10,2023-08-05 +21.40988802,-157.7887868,Wandering Tattler,1,2022-02-25 +21.40988802,-157.7887868,Warbling White-eye,2,2023-07-24 +21.40988802,-157.7887868,Western Cattle Egret,12,2023-08-05 +21.40988802,-157.7887868,White-rumped Shama,1,2020-01-18 +21.40988802,-157.7887868,Yellow-fronted Canary,1,2019-02-12 +21.40988802,-157.7887868,Zebra Dove,11,2023-08-05 +21.43739715,-157.8464525,Black-crowned Night Heron,1,2023-08-29 +21.43739715,-157.8464525,Chestnut Munia,18,2023-12-11 +21.43739715,-157.8464525,Common Myna,22,2024-01-27 +21.43739715,-157.8464525,Common Waxbill,11,2024-01-27 +21.43739715,-157.8464525,House Finch,11,2023-10-18 +21.43739715,-157.8464525,House Sparrow,3,2023-08-01 +21.43739715,-157.8464525,Java Sparrow,9,2024-01-27 +21.43739715,-157.8464525,Feral Mallard,1,2023-05-21 +21.43739715,-157.8464525,Mourning Dove,1,2023-12-11 +21.43739715,-157.8464525,Northern Cardinal,6,2023-09-25 +21.43739715,-157.8464525,Pacific Golden-Plover,5,2024-01-27 +21.43739715,-157.8464525,Red Junglefowl,8,2024-01-27 +21.43739715,-157.8464525,Red-billed Leiothrix,4,2024-01-27 +21.43739715,-157.8464525,Red-crested Cardinal,17,2024-01-27 +21.43739715,-157.8464525,Red-vented Bulbul,18,2024-01-27 +21.43739715,-157.8464525,Red-whiskered Bulbul,20,2024-01-27 +21.43739715,-157.8464525,Saffron Finch,2,2023-07-06 +21.43739715,-157.8464525,Scaly-breasted Munia,2,2023-12-11 +21.43739715,-157.8464525,Spotted Dove,23,2024-01-27 +21.43739715,-157.8464525,Warbling White-eye,17,2024-01-27 +21.43739715,-157.8464525,Western Cattle Egret,1,2023-06-20 +21.43739715,-157.8464525,White-rumped Shama,11,2023-12-05 +21.43739715,-157.8464525,White-tailed Tropicbird,1,2023-09-25 +21.43739715,-157.8464525,Yellow-faced Grassquit,10,2023-08-08 +21.43739715,-157.8464525,Zebra Dove,23,2024-01-27 +21.49304025,-158.0776817,African Silverbill,1,2021-05-09 +21.49304025,-158.0776817,Apapane,2,2021-12-08 +21.49304025,-158.0776817,Brown Booby,1,2022-10-03 +21.49304025,-158.0776817,Chestnut Munia,4,2021-12-10 +21.49304025,-158.0776817,Common Myna,18,2022-10-15 +21.49304025,-158.0776817,Common Waxbill,8,2021-12-10 +21.49304025,-158.0776817,Erckel's Spurfowl,2,2019-06-19 +21.49304025,-158.0776817,Gray Francolin,2,2021-12-02 +21.49304025,-158.0776817,House Finch,14,2021-12-10 +21.49304025,-158.0776817,Java Sparrow,5,2021-12-09 +21.49304025,-158.0776817,Northern Cardinal,9,2021-12-02 +21.49304025,-158.0776817,Pacific Golden-Plover,7,2022-10-15 +21.49304025,-158.0776817,Red Avadavat,2,2021-12-08 +21.49304025,-158.0776817,Red Junglefowl,7,2022-07-06 +21.49304025,-158.0776817,Red-crested Cardinal,14,2021-12-10 +21.49304025,-158.0776817,Red-crowned Parrot,7,2021-12-10 +21.49304025,-158.0776817,Red-vented Bulbul,13,2021-12-10 +21.49304025,-158.0776817,Red-whiskered Bulbul,10,2021-12-10 +21.49304025,-158.0776817,Rock Pigeon,2,2021-05-08 +21.49304025,-158.0776817,Rose-ringed Parakeet,3,2020-05-02 +21.49304025,-158.0776817,Saffron Finch,14,2022-07-06 +21.49304025,-158.0776817,Spotted Dove,16,2022-10-15 +21.49304025,-158.0776817,Warbling White-eye,9,2022-10-03 +21.49304025,-158.0776817,Western Cattle Egret,3,2022-10-15 +21.49304025,-158.0776817,White-rumped Shama,10,2022-10-15 +21.49304025,-158.0776817,Yellow-fronted Canary,3,2021-12-10 +21.49304025,-158.0776817,Zebra Dove,19,2022-10-15 +21.49276397,-158.0294184,Chestnut Munia,5,2021-04-17 +21.49276397,-158.0294184,Common Myna,14,2023-07-10 +21.49276397,-158.0294184,Common Waxbill,8,2022-09-14 +21.49276397,-158.0294184,House Finch,3,2022-05-28 +21.49276397,-158.0294184,House Sparrow,5,2020-11-09 +21.49276397,-158.0294184,Indian Peafowl,1,2022-05-28 +21.49276397,-158.0294184,Java Sparrow,3,2021-04-17 +21.49276397,-158.0294184,Feral Mallard,2,2019-02-28 +21.49276397,-158.0294184,Muscovy Duck,2,2020-11-09 +21.49276397,-158.0294184,Northern Cardinal,5,2022-05-28 +21.49276397,-158.0294184,Pacific Golden-Plover,8,2022-09-14 +21.49276397,-158.0294184,Red Junglefowl,7,2023-07-10 +21.49276397,-158.0294184,Red-billed Leiothrix,1,2022-09-14 +21.49276397,-158.0294184,Red-crested Cardinal,6,2022-09-14 +21.49276397,-158.0294184,Red-crowned Parrot,2,2023-07-10 +21.49276397,-158.0294184,Red-vented Bulbul,10,2022-09-14 +21.49276397,-158.0294184,Red-whiskered Bulbul,7,2022-09-14 +21.49276397,-158.0294184,Rose-ringed Parakeet,1,2022-05-25 +21.49276397,-158.0294184,Saffron Finch,3,2021-04-17 +21.49276397,-158.0294184,Scaly-breasted Munia,2,2020-11-09 +21.49276397,-158.0294184,Spotted Dove,11,2022-05-28 +21.49276397,-158.0294184,Warbling White-eye,6,2022-05-28 +21.49276397,-158.0294184,Western Cattle Egret,2,2021-06-12 +21.49276397,-158.0294184,White-rumped Shama,5,2022-05-28 +21.49276397,-158.0294184,Zebra Dove,11,2022-05-28 +21.57525945,-158.2606721,African Silverbill,1,2021-02-15 +21.57525945,-158.2606721,Black-footed Albatross,1,2022-11-26 +21.57525945,-158.2606721,Bristle-thighed Curlew,1,2022-09-18 +21.57525945,-158.2606721,Brown Noddy,1,2022-09-18 +21.57525945,-158.2606721,Common Myna,9,2023-09-19 +21.57525945,-158.2606721,Common Waxbill,7,2023-02-14 +21.57525945,-158.2606721,Erckel's Spurfowl,7,2023-02-14 +21.57525945,-158.2606721,Glaucous-winged Gull,1,2020-11-25 +21.57525945,-158.2606721,Gray Francolin,2,2023-02-26 +21.57525945,-158.2606721,House Finch,5,2023-02-14 +21.57525945,-158.2606721,Java Sparrow,1,2022-09-18 +21.57525945,-158.2606721,Laysan Albatross,4,2024-01-21 +21.57525945,-158.2606721,Northern Cardinal,7,2023-02-14 +21.57525945,-158.2606721,Pacific Golden-Plover,8,2024-01-21 +21.57525945,-158.2606721,Red-crested Cardinal,8,2023-02-14 +21.57525945,-158.2606721,Red-footed Booby,1,2022-11-26 +21.57525945,-158.2606721,Red-vented Bulbul,8,2023-02-14 +21.57525945,-158.2606721,Red-whiskered Bulbul,3,2023-09-19 +21.57525945,-158.2606721,Ring-necked Pheasant,1,2023-02-07 +21.57525945,-158.2606721,Rock Pigeon,1,2023-02-14 +21.57525945,-158.2606721,Snow Goose,2,2020-03-14 +21.57525945,-158.2606721,Spotted Dove,7,2023-09-19 +21.57525945,-158.2606721,Wandering Tattler,4,2024-01-21 +21.57525945,-158.2606721,Warbling White-eye,6,2023-02-14 +21.57525945,-158.2606721,Wedge-tailed Shearwater,2,2022-11-26 +21.57525945,-158.2606721,White-rumped Shama,1,2020-01-15 +21.57525945,-158.2606721,Zebra Dove,9,2023-09-19 +21.57485898,-158.1737444,Black Francolin,1,2022-03-19 +21.57485898,-158.1737444,Chestnut Munia,2,2022-04-30 +21.57485898,-158.1737444,Common Myna,2,2022-04-30 +21.57485898,-158.1737444,Common Waxbill,2,2022-04-30 +21.57485898,-158.1737444,Gray Francolin,2,2022-04-30 +21.57485898,-158.1737444,Hawaiian Coot,1,2021-01-23 +21.57485898,-158.1737444,House Finch,2,2022-04-30 +21.57485898,-158.1737444,Indian Peafowl,3,2022-04-30 +21.57485898,-158.1737444,Laysan Albatross,1,2023-04-27 +21.57485898,-158.1737444,Feral Mallard,1,2021-01-23 +21.57485898,-158.1737444,Muscovy Duck,2,2022-04-16 +21.57485898,-158.1737444,Northern Cardinal,2,2022-04-30 +21.57485898,-158.1737444,Pacific Golden-Plover,1,2022-04-16 +21.57485898,-158.1737444,Red Avadavat,1,2022-04-30 +21.57485898,-158.1737444,Red Junglefowl,3,2023-08-20 +21.57485898,-158.1737444,Red-crested Cardinal,2,2022-04-30 +21.57485898,-158.1737444,Red-vented Bulbul,2,2022-04-30 +21.57485898,-158.1737444,Ring-necked Duck,2,2021-01-23 +21.57485898,-158.1737444,Rock Pigeon,1,2022-04-30 +21.57485898,-158.1737444,Ruddy Turnstone,1,2022-04-16 +21.57485898,-158.1737444,Saffron Finch,2,2022-04-30 +21.57485898,-158.1737444,Scaly-breasted Munia,2,2022-04-30 +21.57485898,-158.1737444,Spotted Dove,2,2022-04-30 +21.57485898,-158.1737444,Warbling White-eye,2,2022-04-30 +21.57485898,-158.1737444,Western Cattle Egret,2,2022-04-30 +21.57485898,-158.1737444,White-rumped Shama,2,2022-04-30 +21.57485898,-158.1737444,Zebra Dove,2,2022-04-30 +21.61956471,-158.0865416,Brown Booby,11,2024-01-30 +21.61956471,-158.0865416,Common Myna,28,2024-02-28 +21.61956471,-158.0865416,Common Waxbill,6,2023-12-24 +21.61956471,-158.0865416,Great Frigatebird,3,2023-06-03 +21.61956471,-158.0865416,House Finch,2,2023-10-20 +21.61956471,-158.0865416,House Sparrow,2,2022-08-20 +21.61956471,-158.0865416,Java Sparrow,5,2022-02-01 +21.61956471,-158.0865416,Laysan Albatross,1,2023-12-25 +21.61956471,-158.0865416,Northern Cardinal,6,2023-03-02 +21.61956471,-158.0865416,Osprey,1,2022-10-31 +21.61956471,-158.0865416,Pacific Golden-Plover,6,2023-11-06 +21.61956471,-158.0865416,Red Avadavat,4,2022-04-20 +21.61956471,-158.0865416,Red Junglefowl,3,2023-12-24 +21.61956471,-158.0865416,Red-crested Cardinal,7,2023-12-24 +21.61956471,-158.0865416,Red-vented Bulbul,13,2023-12-24 +21.61956471,-158.0865416,Red-whiskered Bulbul,7,2023-12-25 +21.61956471,-158.0865416,Ruddy Turnstone,6,2023-09-19 +21.61956471,-158.0865416,Saffron Finch,2,2022-01-29 +21.61956471,-158.0865416,Sanderling,42,2024-02-28 +21.61956471,-158.0865416,Spotted Dove,6,2023-12-28 +21.61956471,-158.0865416,Wandering Tattler,49,2024-02-28 +21.61956471,-158.0865416,Warbling White-eye,3,2023-12-25 +21.61956471,-158.0865416,Wedge-tailed Shearwater,1,2021-06-04 +21.61956471,-158.0865416,Western Cattle Egret,6,2023-11-06 +21.61956471,-158.0865416,White-rumped Shama,2,2023-05-15 +21.61956471,-158.0865416,Zebra Dove,16,2023-12-28 +21.70042132,-158.0086977,Black-crowned Night Heron,2,2022-03-15 +21.70042132,-158.0086977,Brown Booby,4,2022-08-18 +21.70042132,-158.0086977,Brown Noddy,1,2019-06-29 +21.70042132,-158.0086977,Chestnut Munia,6,2022-08-19 +21.70042132,-158.0086977,Common Gallinule,3,2022-08-18 +21.70042132,-158.0086977,Common Myna,14,2024-02-14 +21.70042132,-158.0086977,Common Waxbill,8,2024-02-14 +21.70042132,-158.0086977,Great Frigatebird,6,2023-06-17 +21.70042132,-158.0086977,House Finch,11,2022-09-24 +21.70042132,-158.0086977,House Sparrow,1,2020-07-12 +21.70042132,-158.0086977,Java Sparrow,4,2024-02-14 +21.70042132,-158.0086977,Northern Cardinal,6,2022-09-24 +21.70042132,-158.0086977,Pacific Golden-Plover,8,2024-02-14 +21.70042132,-158.0086977,Red Junglefowl,5,2022-08-19 +21.70042132,-158.0086977,Red-billed Leiothrix,8,2024-02-06 +21.70042132,-158.0086977,Red-crested Cardinal,11,2024-02-14 +21.70042132,-158.0086977,Red-footed Booby,1,2020-07-12 +21.70042132,-158.0086977,Red-vented Bulbul,14,2024-02-14 +21.70042132,-158.0086977,Red-whiskered Bulbul,4,2023-10-12 +21.70042132,-158.0086977,Saffron Finch,3,2022-08-19 +21.70042132,-158.0086977,Scaly-breasted Munia,1,2020-07-12 +21.70042132,-158.0086977,Spotted Dove,8,2023-10-12 +21.70042132,-158.0086977,Wandering Tattler,1,2022-03-15 +21.70042132,-158.0086977,Warbling White-eye,12,2024-02-14 +21.70042132,-158.0086977,Western Cattle Egret,12,2024-02-14 +21.70042132,-158.0086977,White-rumped Shama,16,2024-02-14 +21.70042132,-158.0086977,Zebra Dove,18,2024-02-14 +21.7093361,-157.9893022,Black-footed Albatross,1,2024-01-21 +21.7093361,-157.9893022,Black-necked Stilt,1,2024-01-21 +21.7093361,-157.9893022,Common Myna,8,2024-02-20 +21.7093361,-157.9893022,Common Waxbill,3,2023-04-15 +21.7093361,-157.9893022,Glaucous-winged Gull,1,2024-01-21 +21.7093361,-157.9893022,Gray Francolin,1,2023-02-24 +21.7093361,-157.9893022,House Finch,3,2024-01-21 +21.7093361,-157.9893022,Indian Peafowl,1,2023-02-24 +21.7093361,-157.9893022,Laysan Albatross,7,2024-02-20 +21.7093361,-157.9893022,Masked Booby,1,2024-02-06 +21.7093361,-157.9893022,Muscovy Duck,1,2024-01-21 +21.7093361,-157.9893022,Northern Cardinal,2,2024-01-21 +21.7093361,-157.9893022,Pacific Golden-Plover,7,2024-02-20 +21.7093361,-157.9893022,Red-billed Leiothrix,2,2023-04-17 +21.7093361,-157.9893022,Red-crested Cardinal,4,2024-02-06 +21.7093361,-157.9893022,Red-footed Booby,2,2024-02-06 +21.7093361,-157.9893022,Red-vented Bulbul,3,2023-04-15 +21.7093361,-157.9893022,Red-whiskered Bulbul,4,2023-04-15 +21.7093361,-157.9893022,Saffron Finch,1,2023-04-15 +21.7093361,-157.9893022,Sooty Tern,1,2024-02-06 +21.7093361,-157.9893022,Spotted Dove,2,2023-04-15 +21.7093361,-157.9893022,Wandering Tattler,2,2024-02-02 +21.7093361,-157.9893022,Warbling White-eye,4,2024-02-06 +21.7093361,-157.9893022,Western Cattle Egret,4,2024-01-21 +21.7093361,-157.9893022,White-rumped Shama,3,2024-02-06 +21.7093361,-157.9893022,Zebra Dove,6,2024-02-06 +21.25632399,-157.7900477,Brown Booby,1,2019-04-21 +21.25632399,-157.7900477,Common Myna,17,2024-01-26 +21.25632399,-157.7900477,Common Waxbill,6,2023-10-06 +21.25632399,-157.7900477,Gray Francolin,1,2023-10-06 +21.25632399,-157.7900477,Great Frigatebird,3,2023-10-06 +21.25632399,-157.7900477,House Finch,9,2023-10-06 +21.25632399,-157.7900477,House Sparrow,1,2021-04-24 +21.25632399,-157.7900477,Java Sparrow,2,2020-10-25 +21.25632399,-157.7900477,Masked Booby,1,2019-04-21 +21.25632399,-157.7900477,Northern Cardinal,1,2021-04-24 +21.25632399,-157.7900477,Pacific Golden-Plover,8,2024-01-26 +21.25632399,-157.7900477,Red-crested Cardinal,11,2024-01-26 +21.25632399,-157.7900477,Red-footed Booby,3,2023-03-01 +21.25632399,-157.7900477,Red-masked Parakeet,12,2024-01-07 +21.25632399,-157.7900477,Red-vented Bulbul,17,2024-01-26 +21.25632399,-157.7900477,Red-whiskered Bulbul,8,2024-01-07 +21.25632399,-157.7900477,Rock Pigeon,5,2023-01-08 +21.25632399,-157.7900477,Rose-ringed Parakeet,7,2024-01-07 +21.25632399,-157.7900477,Sooty Tern,3,2023-03-01 +21.25632399,-157.7900477,Spotted Dove,14,2024-01-07 +21.25632399,-157.7900477,Wandering Tattler,2,2020-10-25 +21.25632399,-157.7900477,Warbling White-eye,12,2024-01-07 +21.25632399,-157.7900477,Wedge-tailed Shearwater,10,2022-09-24 +21.25632399,-157.7900477,Western Cattle Egret,3,2021-01-01 +21.25632399,-157.7900477,White Tern,15,2024-01-07 +21.25632399,-157.7900477,White-rumped Shama,2,2019-05-04 +21.25632399,-157.7900477,Yellow-fronted Canary,1,2023-10-06 +21.25632399,-157.7900477,Zebra Dove,15,2024-01-26 +21.27432075,-157.7802626,Black-crowned Night Heron,1,2022-10-05 +21.27432075,-157.7802626,Common Myna,12,2023-12-17 +21.27432075,-157.7802626,Common Waxbill,9,2023-12-17 +21.27432075,-157.7802626,Great Frigatebird,1,2021-09-19 +21.27432075,-157.7802626,House Finch,5,2023-12-17 +21.27432075,-157.7802626,House Sparrow,8,2023-12-17 +21.27432075,-157.7802626,Java Sparrow,8,2024-01-05 +21.27432075,-157.7802626,Feral Mallard,3,2021-12-19 +21.27432075,-157.7802626,Northern Cardinal,2,2021-12-19 +21.27432075,-157.7802626,Pacific Golden-Plover,7,2023-12-17 +21.27432075,-157.7802626,Red Junglefowl,3,2023-09-08 +21.27432075,-157.7802626,Red-billed Leiothrix,3,2021-12-19 +21.27432075,-157.7802626,Red-crested Cardinal,10,2024-01-05 +21.27432075,-157.7802626,Red-masked Parakeet,1,2020-07-17 +21.27432075,-157.7802626,Red-vented Bulbul,12,2023-12-17 +21.27432075,-157.7802626,Red-whiskered Bulbul,4,2023-12-17 +21.27432075,-157.7802626,Rock Pigeon,6,2023-12-17 +21.27432075,-157.7802626,Rose-ringed Parakeet,12,2024-02-20 +21.27432075,-157.7802626,Ruddy Turnstone,2,2022-10-05 +21.27432075,-157.7802626,Saffron Finch,1,2019-12-15 +21.27432075,-157.7802626,Scaly-breasted Munia,2,2021-07-17 +21.27432075,-157.7802626,Spotted Dove,9,2024-01-05 +21.27432075,-157.7802626,Warbling White-eye,8,2023-12-17 +21.27432075,-157.7802626,Western Cattle Egret,12,2024-01-05 +21.27432075,-157.7802626,White Tern,11,2024-01-05 +21.27432075,-157.7802626,White-rumped Shama,3,2021-12-19 +21.27432075,-157.7802626,Yellow-fronted Canary,1,2020-07-17 +21.27432075,-157.7802626,Zebra Dove,9,2023-12-17 +21.29259442,-157.8090296,Black-crowned Night Heron,3,2024-01-21 +21.29259442,-157.8090296,Black-necked Stilt,1,2019-01-24 +21.29259442,-157.8090296,Chestnut Munia,1,2020-06-21 +21.29259442,-157.8090296,Common Myna,20,2023-06-27 +21.29259442,-157.8090296,Common Waxbill,13,2023-06-27 +21.29259442,-157.8090296,Great Frigatebird,1,2020-08-30 +21.29259442,-157.8090296,House Finch,18,2023-06-27 +21.29259442,-157.8090296,House Sparrow,6,2023-06-27 +21.29259442,-157.8090296,Japanese Bush Warbler,1,2020-05-25 +21.29259442,-157.8090296,Java Sparrow,17,2023-06-27 +21.29259442,-157.8090296,Feral Mallard,1,2020-10-25 +21.29259442,-157.8090296,Northern Cardinal,3,2020-07-12 +21.29259442,-157.8090296,Pacific Golden-Plover,10,2023-04-15 +21.29259442,-157.8090296,Red Junglefowl,1,2020-08-30 +21.29259442,-157.8090296,Red-crested Cardinal,11,2023-06-27 +21.29259442,-157.8090296,Red-vented Bulbul,21,2023-06-27 +21.29259442,-157.8090296,Red-whiskered Bulbul,10,2023-03-09 +21.29259442,-157.8090296,Rock Pigeon,4,2020-09-20 +21.29259442,-157.8090296,Rose-ringed Parakeet,18,2023-06-27 +21.29259442,-157.8090296,Saffron Finch,3,2023-06-27 +21.29259442,-157.8090296,Scaly-breasted Munia,2,2023-06-27 +21.29259442,-157.8090296,Spotted Dove,20,2023-06-27 +21.29259442,-157.8090296,Warbling White-eye,12,2023-06-27 +21.29259442,-157.8090296,Western Cattle Egret,11,2021-07-08 +21.29259442,-157.8090296,White Tern,24,2024-01-27 +21.29259442,-157.8090296,White-rumped Shama,13,2023-06-27 +21.29259442,-157.8090296,Yellow-fronted Canary,5,2023-06-27 +21.29259442,-157.8090296,Zebra Dove,17,2023-06-27 +21.30189651,-157.8475145,Black-crowned Night Heron,3,2023-12-02 +21.30189651,-157.8475145,Chestnut Munia,3,2022-06-26 +21.30189651,-157.8475145,Common Myna,27,2023-11-06 +21.30189651,-157.8475145,Common Waxbill,8,2023-07-29 +21.30189651,-157.8475145,Great Frigatebird,1,2022-03-11 +21.30189651,-157.8475145,House Finch,4,2022-06-01 +21.30189651,-157.8475145,House Sparrow,21,2023-11-06 +21.30189651,-157.8475145,Java Sparrow,15,2023-10-26 +21.30189651,-157.8475145,Feral Mallard,1,2021-10-18 +21.30189651,-157.8475145,Northern Cardinal,1,2023-08-01 +21.30189651,-157.8475145,Pacific Golden-Plover,15,2023-02-17 +21.30189651,-157.8475145,Red Junglefowl,2,2022-03-05 +21.30189651,-157.8475145,Red-crested Cardinal,11,2023-07-29 +21.30189651,-157.8475145,Red-vented Bulbul,18,2023-11-06 +21.30189651,-157.8475145,Red-whiskered Bulbul,1,2023-06-07 +21.30189651,-157.8475145,Rock Pigeon,9,2023-07-29 +21.30189651,-157.8475145,Rose-ringed Parakeet,12,2023-11-26 +21.30189651,-157.8475145,Saffron Finch,1,2020-03-07 +21.30189651,-157.8475145,Scaly-breasted Munia,1,2022-05-30 +21.30189651,-157.8475145,Spotted Dove,30,2023-11-06 +21.30189651,-157.8475145,Warbling White-eye,5,2021-07-19 +21.30189651,-157.8475145,Western Cattle Egret,13,2023-11-06 +21.30189651,-157.8475145,White Tern,20,2023-07-29 +21.30189651,-157.8475145,White-rumped Shama,1,2023-07-29 +21.30189651,-157.8475145,Yellow-fronted Canary,5,2022-06-26 +21.30189651,-157.8475145,Zebra Dove,29,2023-11-06 +21.30183011,-157.837875,African Silverbill,1,2023-11-05 +21.30183011,-157.837875,Chestnut Munia,2,2021-06-27 +21.30183011,-157.837875,Common Myna,47,2024-01-11 +21.30183011,-157.837875,Common Waxbill,18,2023-11-05 +21.30183011,-157.837875,Great Frigatebird,1,2020-08-17 +21.30183011,-157.837875,House Finch,21,2023-11-05 +21.30183011,-157.837875,House Sparrow,38,2024-01-11 +21.30183011,-157.837875,Japanese Bush Warbler,1,2023-10-19 +21.30183011,-157.837875,Java Sparrow,11,2024-01-11 +21.30183011,-157.837875,Northern Cardinal,3,2020-09-21 +21.30183011,-157.837875,Pacific Golden-Plover,14,2024-01-11 +21.30183011,-157.837875,Red Junglefowl,9,2023-12-02 +21.30183011,-157.837875,Red-crested Cardinal,25,2023-11-05 +21.30183011,-157.837875,Red-masked Parakeet,31,2023-10-07 +21.30183011,-157.837875,Red-vented Bulbul,34,2024-01-11 +21.30183011,-157.837875,Red-whiskered Bulbul,6,2023-10-19 +21.30183011,-157.837875,Rock Pigeon,32,2024-01-11 +21.30183011,-157.837875,Rose-ringed Parakeet,34,2024-02-18 +21.30183011,-157.837875,Saffron Finch,8,2023-11-05 +21.30183011,-157.837875,Scaly-breasted Munia,12,2023-11-05 +21.30183011,-157.837875,Spotted Dove,45,2024-01-11 +21.30183011,-157.837875,Warbling White-eye,25,2024-01-11 +21.30183011,-157.837875,Western Cattle Egret,33,2024-01-11 +21.30183011,-157.837875,White Tern,49,2024-02-29 +21.30183011,-157.837875,White-rumped Shama,4,2020-09-21 +21.30183011,-157.837875,Yellow-fronted Canary,10,2023-11-05 +21.30183011,-157.837875,Zebra Dove,53,2024-01-11 +21.30162774,-157.8089567,Chestnut Munia,5,2023-09-12 +21.30162774,-157.8089567,Common Myna,26,2023-09-12 +21.30162774,-157.8089567,Common Waxbill,15,2023-07-27 +21.30162774,-157.8089567,House Finch,8,2019-09-10 +21.30162774,-157.8089567,House Sparrow,3,2019-11-06 +21.30162774,-157.8089567,Japanese Bush Warbler,1,2020-04-15 +21.30162774,-157.8089567,Java Sparrow,8,2023-07-27 +21.30162774,-157.8089567,Feral Mallard,2,2023-06-05 +21.30162774,-157.8089567,Northern Cardinal,3,2023-06-05 +21.30162774,-157.8089567,Pacific Golden-Plover,19,2023-09-12 +21.30162774,-157.8089567,Red Avadavat,1,2022-03-19 +21.30162774,-157.8089567,Red-billed Leiothrix,2,2023-07-25 +21.30162774,-157.8089567,Red-crested Cardinal,15,2023-07-25 +21.30162774,-157.8089567,Red-vented Bulbul,28,2023-07-27 +21.30162774,-157.8089567,Red-whiskered Bulbul,5,2023-05-30 +21.30162774,-157.8089567,Rock Pigeon,3,2022-04-09 +21.30162774,-157.8089567,Rose-ringed Parakeet,17,2023-09-12 +21.30162774,-157.8089567,Saffron Finch,1,2022-04-09 +21.30162774,-157.8089567,Scaly-breasted Munia,1,2019-08-30 +21.30162774,-157.8089567,Spotted Dove,17,2023-07-27 +21.30162774,-157.8089567,Warbling White-eye,20,2023-07-27 +21.30162774,-157.8089567,Western Cattle Egret,12,2023-09-12 +21.30162774,-157.8089567,White Tern,17,2023-07-25 +21.30162774,-157.8089567,White-rumped Shama,7,2023-07-25 +21.30162774,-157.8089567,Yellow-fronted Canary,8,2023-07-25 +21.30162774,-157.8089567,Zebra Dove,20,2023-07-25 +21.30149014,-157.7896782,Chestnut Munia,15,2020-03-20 +21.30149014,-157.7896782,Common Myna,854,2023-12-27 +21.30149014,-157.7896782,Common Waxbill,509,2020-12-04 +21.30149014,-157.7896782,Great Frigatebird,1,2019-07-31 +21.30149014,-157.7896782,House Finch,520,2020-12-04 +21.30149014,-157.7896782,House Sparrow,221,2020-07-24 +21.30149014,-157.7896782,Java Sparrow,754,2021-08-16 +21.30149014,-157.7896782,Northern Cardinal,582,2020-09-28 +21.30149014,-157.7896782,Northern Mockingbird,1,2019-02-22 +21.30149014,-157.7896782,Pacific Golden-Plover,499,2020-12-04 +21.30149014,-157.7896782,Red Junglefowl,164,2023-12-27 +21.30149014,-157.7896782,Red-billed Leiothrix,1,2019-10-27 +21.30149014,-157.7896782,Red-crested Cardinal,691,2020-12-04 +21.30149014,-157.7896782,Red-vented Bulbul,914,2021-08-16 +21.30149014,-157.7896782,Red-whiskered Bulbul,117,2020-07-27 +21.30149014,-157.7896782,Rock Pigeon,9,2019-09-27 +21.30149014,-157.7896782,Rose-ringed Parakeet,536,2023-12-27 +21.30149014,-157.7896782,Saffron Finch,79,2020-11-20 +21.30149014,-157.7896782,Scaly-breasted Munia,64,2020-03-15 +21.30149014,-157.7896782,Spotted Dove,865,2023-12-27 +21.30149014,-157.7896782,Warbling White-eye,703,2020-12-04 +21.30149014,-157.7896782,Western Cattle Egret,81,2020-03-17 +21.30149014,-157.7896782,White Cockatoo,36,2020-03-03 +21.30149014,-157.7896782,White Tern,21,2019-12-20 +21.30149014,-157.7896782,White-rumped Shama,541,2020-12-04 +21.30149014,-157.7896782,White-tailed Tropicbird,9,2019-07-31 +21.30149014,-157.7896782,Yellow-fronted Canary,546,2020-12-04 +21.30149014,-157.7896782,Zebra Dove,886,2020-12-04 +21.3108635,-157.8378039,African Silverbill,1,2024-02-25 +21.3108635,-157.8378039,Chestnut Munia,6,2024-02-25 +21.3108635,-157.8378039,Common Myna,41,2024-02-25 +21.3108635,-157.8378039,Common Waxbill,12,2024-02-25 +21.3108635,-157.8378039,House Finch,21,2024-02-25 +21.3108635,-157.8378039,House Sparrow,20,2024-02-25 +21.3108635,-157.8378039,Java Sparrow,7,2024-02-25 +21.3108635,-157.8378039,Feral Mallard,1,2019-05-06 +21.3108635,-157.8378039,Northern Cardinal,4,2023-06-24 +21.3108635,-157.8378039,Northern Mockingbird,3,2024-02-25 +21.3108635,-157.8378039,Pacific Golden-Plover,25,2024-02-25 +21.3108635,-157.8378039,Red Junglefowl,7,2024-02-25 +21.3108635,-157.8378039,Red-crested Cardinal,24,2024-02-25 +21.3108635,-157.8378039,Red-masked Parakeet,2,2020-10-21 +21.3108635,-157.8378039,Red-vented Bulbul,43,2024-02-25 +21.3108635,-157.8378039,Red-whiskered Bulbul,10,2020-11-05 +21.3108635,-157.8378039,Rock Pigeon,6,2023-01-01 +21.3108635,-157.8378039,Rose-ringed Parakeet,30,2024-02-25 +21.3108635,-157.8378039,Saffron Finch,1,2020-05-18 +21.3108635,-157.8378039,Scaly-breasted Munia,6,2024-02-25 +21.3108635,-157.8378039,Spotted Dove,33,2024-02-25 +21.3108635,-157.8378039,Warbling White-eye,24,2024-02-25 +21.3108635,-157.8378039,Western Cattle Egret,25,2024-02-25 +21.3108635,-157.8378039,White Tern,11,2023-08-06 +21.3108635,-157.8378039,White-rumped Shama,9,2024-02-25 +21.3108635,-157.8378039,Yellow-fronted Canary,8,2024-02-25 +21.3108635,-157.8378039,Zebra Dove,33,2024-02-25 +21.3107291,-157.8185237,Apapane,1,2021-08-14 +21.3107291,-157.8185237,Chestnut Munia,9,2023-07-12 +21.3107291,-157.8185237,Common Myna,9,2023-06-17 +21.3107291,-157.8185237,Common Waxbill,13,2023-06-17 +21.3107291,-157.8185237,Great Frigatebird,1,2019-07-06 +21.3107291,-157.8185237,House Finch,6,2021-08-22 +21.3107291,-157.8185237,House Sparrow,2,2021-03-16 +21.3107291,-157.8185237,Java Sparrow,2,2024-01-22 +21.3107291,-157.8185237,Northern Cardinal,4,2022-10-18 +21.3107291,-157.8185237,Oahu Amakihi,2,2024-02-04 +21.3107291,-157.8185237,Pacific Golden-Plover,5,2021-12-06 +21.3107291,-157.8185237,Red Junglefowl,4,2021-08-22 +21.3107291,-157.8185237,Red-billed Leiothrix,4,2021-08-22 +21.3107291,-157.8185237,Red-crested Cardinal,16,2024-02-09 +21.3107291,-157.8185237,Red-vented Bulbul,26,2024-02-09 +21.3107291,-157.8185237,Red-whiskered Bulbul,12,2023-11-19 +21.3107291,-157.8185237,Rock Pigeon,1,2021-08-22 +21.3107291,-157.8185237,Rose-ringed Parakeet,13,2023-11-19 +21.3107291,-157.8185237,Saffron Finch,2,2024-02-09 +21.3107291,-157.8185237,Scaly-breasted Munia,3,2022-08-14 +21.3107291,-157.8185237,Spotted Dove,10,2023-11-19 +21.3107291,-157.8185237,Warbling White-eye,16,2023-06-17 +21.3107291,-157.8185237,Western Cattle Egret,1,2021-12-06 +21.3107291,-157.8185237,White Tern,5,2023-06-10 +21.3107291,-157.8185237,White-rumped Shama,14,2023-11-19 +21.3107291,-157.8185237,White-tailed Tropicbird,3,2019-09-05 +21.3107291,-157.8185237,Yellow-fronted Canary,4,2023-06-17 +21.3107291,-157.8185237,Zebra Dove,12,2024-02-04 +21.33026605,-158.049777,African Silverbill,6,2019-03-04 +21.33026605,-158.049777,Black Swan,3,2023-04-12 +21.33026605,-158.049777,Chestnut Munia,6,2019-03-04 +21.33026605,-158.049777,Common Myna,17,2024-01-30 +21.33026605,-158.049777,Common Waxbill,8,2020-01-01 +21.33026605,-158.049777,Gray Francolin,3,2019-02-12 +21.33026605,-158.049777,House Finch,10,2022-11-16 +21.33026605,-158.049777,House Sparrow,11,2022-11-16 +21.33026605,-158.049777,Java Sparrow,6,2022-11-16 +21.33026605,-158.049777,Northern Cardinal,1,2019-02-10 +21.33026605,-158.049777,Pacific Golden-Plover,5,2022-11-16 +21.33026605,-158.049777,Red Avadavat,4,2019-03-04 +21.33026605,-158.049777,Red Junglefowl,3,2023-01-31 +21.33026605,-158.049777,Red-crested Cardinal,9,2022-11-16 +21.33026605,-158.049777,Red-vented Bulbul,10,2022-11-16 +21.33026605,-158.049777,Red-whiskered Bulbul,1,2019-06-09 +21.33026605,-158.049777,Rock Pigeon,2,2019-06-08 +21.33026605,-158.049777,Rose-ringed Parakeet,2,2022-05-01 +21.33026605,-158.049777,Ruddy Turnstone,1,2022-09-19 +21.33026605,-158.049777,Saffron Finch,8,2022-11-16 +21.33026605,-158.049777,Scaly-breasted Munia,4,2019-02-16 +21.33026605,-158.049777,Spotted Dove,12,2024-01-30 +21.33026605,-158.049777,Wandering Tattler,1,2022-09-19 +21.33026605,-158.049777,Warbling White-eye,7,2020-01-01 +21.33026605,-158.049777,Western Cattle Egret,8,2022-11-16 +21.33026605,-158.049777,White-rumped Shama,2,2019-02-11 +21.33026605,-158.049777,Yellow-fronted Canary,4,2019-02-16 +21.33026605,-158.049777,Zebra Dove,13,2022-11-16 +21.32950884,-157.9244335,African Silverbill,3,2022-08-12 +21.32950884,-157.9244335,Black-crowned Night Heron,5,2024-01-05 +21.32950884,-157.9244335,Chestnut Munia,2,2022-06-29 +21.32950884,-157.9244335,Common Myna,129,2024-02-21 +21.32950884,-157.9244335,Common Waxbill,34,2024-01-05 +21.32950884,-157.9244335,Great Frigatebird,1,2022-09-24 +21.32950884,-157.9244335,House Finch,42,2023-12-29 +21.32950884,-157.9244335,House Sparrow,129,2024-02-07 +21.32950884,-157.9244335,Japanese Bush Warbler,1,2022-02-08 +21.32950884,-157.9244335,Java Sparrow,2,2022-09-18 +21.32950884,-157.9244335,Feral Mallard,50,2022-02-17 +21.32950884,-157.9244335,Mourning Dove,1,2024-01-05 +21.32950884,-157.9244335,Pacific Golden-Plover,14,2024-02-21 +21.32950884,-157.9244335,Red-crested Cardinal,38,2023-10-23 +21.32950884,-157.9244335,Red-vented Bulbul,102,2024-02-21 +21.32950884,-157.9244335,Red-whiskered Bulbul,14,2023-10-08 +21.32950884,-157.9244335,Rock Pigeon,10,2023-11-05 +21.32950884,-157.9244335,Saffron Finch,4,2024-01-11 +21.32950884,-157.9244335,Scaly-breasted Munia,1,2020-09-13 +21.32950884,-157.9244335,Spotted Dove,167,2024-02-08 +21.32950884,-157.9244335,Warbling White-eye,64,2023-12-29 +21.32950884,-157.9244335,Western Cattle Egret,31,2024-01-27 +21.32950884,-157.9244335,White Tern,8,2023-12-06 +21.32950884,-157.9244335,White-rumped Shama,1,2022-07-17 +21.32950884,-157.9244335,Zebra Dove,141,2024-02-21 +21.3288633,-157.8280203,Apapane,13,2021-03-30 +21.3288633,-157.8280203,Chestnut Munia,2,2019-10-31 +21.3288633,-157.8280203,Chinese Hwamei,2,2019-03-30 +21.3288633,-157.8280203,Common Myna,173,2023-10-12 +21.3288633,-157.8280203,Common Waxbill,123,2023-10-12 +21.3288633,-157.8280203,House Finch,168,2023-06-01 +21.3288633,-157.8280203,House Sparrow,1,2019-10-31 +21.3288633,-157.8280203,Java Sparrow,4,2021-03-30 +21.3288633,-157.8280203,Northern Cardinal,113,2023-06-01 +21.3288633,-157.8280203,Oahu Amakihi,188,2023-10-10 +21.3288633,-157.8280203,Oahu Elepaio,1,2019-10-08 +21.3288633,-157.8280203,Pacific Golden-Plover,21,2021-10-22 +21.3288633,-157.8280203,Red Junglefowl,87,2023-10-10 +21.3288633,-157.8280203,Red-billed Leiothrix,144,2023-10-12 +21.3288633,-157.8280203,Red-crested Cardinal,190,2024-02-03 +21.3288633,-157.8280203,Red-masked Parakeet,1,2019-10-08 +21.3288633,-157.8280203,Red-vented Bulbul,179,2023-10-12 +21.3288633,-157.8280203,Red-whiskered Bulbul,162,2023-10-12 +21.3288633,-157.8280203,Rose-ringed Parakeet,173,2023-10-12 +21.3288633,-157.8280203,Scaly-breasted Munia,8,2021-08-18 +21.3288633,-157.8280203,Spotted Dove,187,2024-02-03 +21.3288633,-157.8280203,Warbling White-eye,193,2023-10-10 +21.3288633,-157.8280203,Western Cattle Egret,3,2023-10-12 +21.3288633,-157.8280203,White Tern,13,2021-10-22 +21.3288633,-157.8280203,White-rumped Shama,207,2024-02-03 +21.3288633,-157.8280203,Yellow-fronted Canary,72,2023-10-10 +21.3288633,-157.8280203,Zebra Dove,167,2023-10-12 +21.35642129,-157.895306,Black-crowned Night Heron,1,2020-03-29 +21.35642129,-157.895306,Common Gallinule,1,2020-05-20 +21.35642129,-157.895306,Common Myna,51,2022-12-18 +21.35642129,-157.895306,Common Waxbill,36,2022-04-14 +21.35642129,-157.895306,Gray Francolin,2,2021-01-28 +21.35642129,-157.895306,Great-tailed Grackle,1,2020-06-08 +21.35642129,-157.895306,House Finch,3,2022-12-18 +21.35642129,-157.895306,House Sparrow,2,2023-12-06 +21.35642129,-157.895306,Java Sparrow,1,2021-10-25 +21.35642129,-157.895306,Feral Mallard,2,2020-06-07 +21.35642129,-157.895306,Northern Cardinal,21,2020-12-06 +21.35642129,-157.895306,Pacific Golden-Plover,13,2022-12-18 +21.35642129,-157.895306,Red-billed Leiothrix,1,2021-01-01 +21.35642129,-157.895306,Red-crested Cardinal,20,2022-12-18 +21.35642129,-157.895306,Red-vented Bulbul,42,2021-10-20 +21.35642129,-157.895306,Red-whiskered Bulbul,36,2021-01-01 +21.35642129,-157.895306,Rock Pigeon,1,2023-12-06 +21.35642129,-157.895306,Rose-ringed Parakeet,8,2023-12-06 +21.35642129,-157.895306,Ruddy Turnstone,1,2022-12-18 +21.35642129,-157.895306,Saffron Finch,16,2022-03-17 +21.35642129,-157.895306,Spotted Dove,43,2022-12-18 +21.35642129,-157.895306,Warbling White-eye,41,2021-01-28 +21.35642129,-157.895306,Western Cattle Egret,16,2022-12-18 +21.35642129,-157.895306,White Tern,3,2021-10-25 +21.35642129,-157.895306,White-rumped Shama,7,2021-01-28 +21.35642129,-157.895306,Yellow-fronted Canary,20,2020-12-06 +21.35642129,-157.895306,Zebra Dove,44,2021-10-25 +21.36588907,-157.9627465,African Silverbill,1,2021-03-12 +21.36588907,-157.9627465,Chestnut Munia,44,2023-12-31 +21.36588907,-157.9627465,Common Myna,43,2023-12-31 +21.36588907,-157.9627465,Common Waxbill,34,2023-07-19 +21.36588907,-157.9627465,Eurasian Skylark,34,2022-04-06 +21.36588907,-157.9627465,House Finch,38,2023-12-31 +21.36588907,-157.9627465,House Sparrow,9,2022-10-19 +21.36588907,-157.9627465,Java Sparrow,9,2023-12-31 +21.36588907,-157.9627465,Northern Cardinal,2,2021-03-12 +21.36588907,-157.9627465,Pacific Golden-Plover,44,2023-12-31 +21.36588907,-157.9627465,Red Avadavat,5,2020-02-11 +21.36588907,-157.9627465,Red-crested Cardinal,27,2023-12-31 +21.36588907,-157.9627465,Red-vented Bulbul,28,2023-07-19 +21.36588907,-157.9627465,Red-whiskered Bulbul,4,2022-03-31 +21.36588907,-157.9627465,Rock Pigeon,16,2023-01-04 +21.36588907,-157.9627465,Rose-ringed Parakeet,5,2023-07-19 +21.36588907,-157.9627465,Ruddy Turnstone,13,2023-07-19 +21.36588907,-157.9627465,Saffron Finch,32,2023-12-31 +21.36588907,-157.9627465,Sanderling,2,2023-12-31 +21.36588907,-157.9627465,Scaly-breasted Munia,2,2022-06-06 +21.36588907,-157.9627465,Spotted Dove,19,2023-07-19 +21.36588907,-157.9627465,Wandering Tattler,4,2022-03-31 +21.36588907,-157.9627465,Warbling White-eye,9,2022-03-31 +21.36588907,-157.9627465,Western Cattle Egret,27,2023-12-31 +21.36588907,-157.9627465,White Tern,11,2023-07-19 +21.36588907,-157.9627465,Yellow-fronted Canary,2,2022-10-19 +21.36588907,-157.9627465,Zebra Dove,39,2023-12-31 +21.39298767,-157.9625547,Black-crowned Night Heron,13,2022-08-11 +21.39298767,-157.9625547,Black-necked Stilt,6,2022-08-11 +21.39298767,-157.9625547,Chestnut Munia,3,2020-02-16 +21.39298767,-157.9625547,Common Gallinule,12,2022-08-11 +21.39298767,-157.9625547,Common Myna,18,2024-02-18 +21.39298767,-157.9625547,Common Waxbill,13,2024-02-18 +21.39298767,-157.9625547,House Finch,6,2022-03-17 +21.39298767,-157.9625547,House Sparrow,8,2022-03-17 +21.39298767,-157.9625547,Java Sparrow,4,2020-02-16 +21.39298767,-157.9625547,Feral Mallard,11,2022-03-17 +21.39298767,-157.9625547,Northern Cardinal,8,2023-01-02 +21.39298767,-157.9625547,Pacific Golden-Plover,12,2023-01-02 +21.39298767,-157.9625547,Red Junglefowl,4,2019-10-07 +21.39298767,-157.9625547,Red-crested Cardinal,12,2023-01-02 +21.39298767,-157.9625547,Red-vented Bulbul,16,2024-02-18 +21.39298767,-157.9625547,Red-whiskered Bulbul,6,2024-02-18 +21.39298767,-157.9625547,Rock Pigeon,10,2022-08-11 +21.39298767,-157.9625547,Rose-ringed Parakeet,6,2022-08-11 +21.39298767,-157.9625547,Ruddy Turnstone,7,2022-08-11 +21.39298767,-157.9625547,Saffron Finch,6,2020-03-18 +21.39298767,-157.9625547,Scaly-breasted Munia,2,2022-08-11 +21.39298767,-157.9625547,Spotted Dove,11,2023-01-02 +21.39298767,-157.9625547,Wandering Tattler,7,2022-03-17 +21.39298767,-157.9625547,Warbling White-eye,6,2022-08-11 +21.39298767,-157.9625547,Western Cattle Egret,13,2023-01-02 +21.39298767,-157.9625547,Yellow-fronted Canary,2,2022-03-17 +21.39298767,-157.9625547,Zebra Dove,11,2024-02-18 +21.48256342,-157.8460968,Black-crowned Night Heron,2,2022-02-15 +21.48256342,-157.8460968,Black-necked Stilt,8,2021-12-31 +21.48256342,-157.8460968,Chestnut Munia,4,2023-10-06 +21.48256342,-157.8460968,Common Myna,19,2024-02-05 +21.48256342,-157.8460968,Common Waxbill,8,2021-05-13 +21.48256342,-157.8460968,Great Frigatebird,1,2022-08-01 +21.48256342,-157.8460968,Hawaiian Coot,1,2021-05-13 +21.48256342,-157.8460968,House Finch,1,2019-07-15 +21.48256342,-157.8460968,House Sparrow,1,2019-07-15 +21.48256342,-157.8460968,Indian Peafowl,1,2021-03-24 +21.48256342,-157.8460968,Laysan Albatross,1,2019-12-30 +21.48256342,-157.8460968,Feral Mallard,2,2023-09-12 +21.48256342,-157.8460968,Pacific Golden-Plover,8,2023-10-06 +21.48256342,-157.8460968,Red Avadavat,1,2023-09-12 +21.48256342,-157.8460968,Red Junglefowl,3,2024-02-05 +21.48256342,-157.8460968,Red-crested Cardinal,5,2024-02-05 +21.48256342,-157.8460968,Red-vented Bulbul,5,2019-09-27 +21.48256342,-157.8460968,Red-whiskered Bulbul,6,2024-02-05 +21.48256342,-157.8460968,Rock Pigeon,1,2019-09-27 +21.48256342,-157.8460968,Ruddy Turnstone,7,2020-02-06 +21.48256342,-157.8460968,Sanderling,1,2019-09-27 +21.48256342,-157.8460968,Spotted Dove,5,2019-09-27 +21.48256342,-157.8460968,Wandering Tattler,1,2019-09-27 +21.48256342,-157.8460968,Warbling White-eye,5,2023-03-10 +21.48256342,-157.8460968,Western Cattle Egret,12,2023-09-12 +21.48256342,-157.8460968,White Tern,1,2021-05-13 +21.48256342,-157.8460968,White-rumped Shama,5,2023-10-06 +21.48256342,-157.8460968,Zebra Dove,13,2024-02-05 +21.55489415,-157.8551821,Apapane,1,2021-12-30 +21.55489415,-157.8551821,Chestnut Munia,3,2024-01-09 +21.55489415,-157.8551821,Common Myna,7,2024-02-13 +21.55489415,-157.8551821,Common Waxbill,13,2024-02-13 +21.55489415,-157.8551821,Glaucous-winged Gull,2,2024-01-15 +21.55489415,-157.8551821,Great Frigatebird,3,2023-09-03 +21.55489415,-157.8551821,House Finch,2,2024-02-13 +21.55489415,-157.8551821,House Sparrow,1,2020-01-21 +21.55489415,-157.8551821,Java Sparrow,8,2024-01-09 +21.55489415,-157.8551821,Laughing Gull,1,2020-03-02 +21.55489415,-157.8551821,Northern Cardinal,1,2023-05-12 +21.55489415,-157.8551821,Pacific Golden-Plover,11,2024-02-13 +21.55489415,-157.8551821,Red Junglefowl,4,2024-01-09 +21.55489415,-157.8551821,Red-billed Leiothrix,2,2023-09-03 +21.55489415,-157.8551821,Red-crested Cardinal,4,2024-02-13 +21.55489415,-157.8551821,Red-vented Bulbul,5,2024-01-09 +21.55489415,-157.8551821,Red-whiskered Bulbul,4,2024-01-09 +21.55489415,-157.8551821,Rock Pigeon,2,2024-02-13 +21.55489415,-157.8551821,Ruddy Turnstone,6,2023-02-24 +21.55489415,-157.8551821,Saffron Finch,8,2024-01-15 +21.55489415,-157.8551821,Scaly-breasted Munia,7,2023-02-24 +21.55489415,-157.8551821,Spotted Dove,5,2024-02-13 +21.55489415,-157.8551821,Wandering Tattler,1,2024-02-13 +21.55489415,-157.8551821,Warbling White-eye,3,2024-02-13 +21.55489415,-157.8551821,Western Cattle Egret,7,2024-02-13 +21.55489415,-157.8551821,White-rumped Shama,4,2024-01-09 +21.55489415,-157.8551821,White-tailed Tropicbird,3,2023-09-16 +21.55489415,-157.8551821,Zebra Dove,13,2024-02-13 +21.57504483,-158.2123763,Apapane,1,2022-01-09 +21.57504483,-158.2123763,Black-crowned Night Heron,1,2019-05-21 +21.57504483,-158.2123763,Common Myna,2,2024-02-09 +21.57504483,-158.2123763,Common Waxbill,6,2023-03-23 +21.57504483,-158.2123763,Erckel's Spurfowl,1,2021-07-28 +21.57504483,-158.2123763,Gray Francolin,3,2022-02-03 +21.57504483,-158.2123763,House Finch,3,2022-06-28 +21.57504483,-158.2123763,House Sparrow,1,2022-06-28 +21.57504483,-158.2123763,Indian Peafowl,3,2021-07-28 +21.57504483,-158.2123763,Japanese Bush Warbler,1,2022-01-09 +21.57504483,-158.2123763,Java Sparrow,1,2022-02-03 +21.57504483,-158.2123763,Kalij Pheasant,2,2022-06-28 +21.57504483,-158.2123763,Laysan Albatross,2,2024-01-02 +21.57504483,-158.2123763,Northern Cardinal,4,2023-03-23 +21.57504483,-158.2123763,Pacific Golden-Plover,3,2022-02-03 +21.57504483,-158.2123763,Red Junglefowl,1,2024-02-09 +21.57504483,-158.2123763,Red-billed Leiothrix,5,2023-03-23 +21.57504483,-158.2123763,Red-crested Cardinal,5,2024-02-09 +21.57504483,-158.2123763,Red-vented Bulbul,7,2023-03-23 +21.57504483,-158.2123763,Red-whiskered Bulbul,2,2022-06-28 +21.57504483,-158.2123763,Rock Pigeon,1,2019-05-21 +21.57504483,-158.2123763,Saffron Finch,7,2023-03-23 +21.57504483,-158.2123763,Spotted Dove,1,2022-01-09 +21.57504483,-158.2123763,Warbling White-eye,6,2023-03-23 +21.57504483,-158.2123763,Western Cattle Egret,1,2021-12-05 +21.57504483,-158.2123763,White-rumped Shama,4,2023-03-23 +21.57504483,-158.2123763,White-tailed Tropicbird,1,2021-01-07 +21.57504483,-158.2123763,Zebra Dove,5,2022-06-28 +21.58369093,-158.1350609,Black Francolin,9,2022-12-27 +21.58369093,-158.1350609,Black-crowned Night Heron,1,2021-02-27 +21.58369093,-158.1350609,Brown Booby,1,2024-01-26 +21.58369093,-158.1350609,Chestnut Munia,1,2022-05-23 +21.58369093,-158.1350609,Common Myna,37,2023-03-20 +21.58369093,-158.1350609,Common Waxbill,17,2022-12-12 +21.58369093,-158.1350609,Gray Francolin,5,2022-11-28 +21.58369093,-158.1350609,Great Frigatebird,1,2019-08-03 +21.58369093,-158.1350609,House Finch,22,2022-12-12 +21.58369093,-158.1350609,House Sparrow,5,2022-11-10 +21.58369093,-158.1350609,Java Sparrow,8,2023-03-04 +21.58369093,-158.1350609,Laughing Gull,1,2021-12-18 +21.58369093,-158.1350609,Northern Cardinal,10,2022-12-27 +21.58369093,-158.1350609,Pacific Golden-Plover,2,2022-04-11 +21.58369093,-158.1350609,Red Avadavat,1,2022-05-02 +21.58369093,-158.1350609,Red Junglefowl,2,2022-11-10 +21.58369093,-158.1350609,Red-crested Cardinal,13,2022-12-12 +21.58369093,-158.1350609,Red-vented Bulbul,32,2023-03-20 +21.58369093,-158.1350609,Red-whiskered Bulbul,8,2022-11-10 +21.58369093,-158.1350609,Rock Pigeon,1,2022-04-24 +21.58369093,-158.1350609,Saffron Finch,13,2022-12-27 +21.58369093,-158.1350609,Spotted Dove,15,2023-03-20 +21.58369093,-158.1350609,Wandering Tattler,1,2024-01-15 +21.58369093,-158.1350609,Warbling White-eye,21,2022-12-27 +21.58369093,-158.1350609,Western Cattle Egret,9,2022-11-10 +21.58369093,-158.1350609,White-rumped Shama,2,2022-04-24 +21.58369093,-158.1350609,Zebra Dove,36,2023-03-20 +21.63664722,-157.9221734,African Silverbill,1,2023-05-01 +21.63664722,-157.9221734,Black-crowned Night Heron,14,2023-09-04 +21.63664722,-157.9221734,Brown Booby,1,2023-01-15 +21.63664722,-157.9221734,Brown Noddy,1,2023-01-15 +21.63664722,-157.9221734,Chestnut Munia,6,2021-10-13 +21.63664722,-157.9221734,Common Myna,30,2023-12-16 +21.63664722,-157.9221734,Common Waxbill,12,2023-08-08 +21.63664722,-157.9221734,Great Frigatebird,4,2023-08-11 +21.63664722,-157.9221734,Hawaiian Coot,1,2020-01-24 +21.63664722,-157.9221734,House Finch,9,2023-12-16 +21.63664722,-157.9221734,House Sparrow,9,2023-12-09 +21.63664722,-157.9221734,Java Sparrow,5,2023-12-09 +21.63664722,-157.9221734,Laysan Albatross,1,2023-01-15 +21.63664722,-157.9221734,Northern Cardinal,4,2023-11-03 +21.63664722,-157.9221734,Pacific Golden-Plover,16,2023-12-09 +21.63664722,-157.9221734,Red Junglefowl,10,2023-11-03 +21.63664722,-157.9221734,Red-billed Leiothrix,2,2023-05-01 +21.63664722,-157.9221734,Red-crested Cardinal,17,2023-12-09 +21.63664722,-157.9221734,Red-vented Bulbul,20,2023-12-16 +21.63664722,-157.9221734,Red-whiskered Bulbul,16,2023-12-16 +21.63664722,-157.9221734,Rock Pigeon,6,2023-12-09 +21.63664722,-157.9221734,Saffron Finch,3,2024-01-14 +21.63664722,-157.9221734,Spotted Dove,18,2023-12-16 +21.63664722,-157.9221734,Warbling White-eye,6,2023-05-01 +21.63664722,-157.9221734,Western Cattle Egret,8,2023-08-08 +21.63664722,-157.9221734,White-rumped Shama,3,2023-05-01 +21.63664722,-157.9221734,Yellow-fronted Canary,1,2022-03-21 +21.63664722,-157.9221734,Zebra Dove,28,2023-12-09 +21.6645152,-158.0476008,Brown Booby,9,2023-12-24 +21.6645152,-158.0476008,Chestnut Munia,1,2022-04-03 +21.6645152,-158.0476008,Common Myna,9,2024-01-09 +21.6645152,-158.0476008,Common Waxbill,3,2022-02-26 +21.6645152,-158.0476008,Great Frigatebird,1,2022-04-08 +21.6645152,-158.0476008,House Finch,2,2023-07-08 +21.6645152,-158.0476008,Java Sparrow,1,2022-04-05 +21.6645152,-158.0476008,Laysan Albatross,4,2023-03-11 +21.6645152,-158.0476008,Masked Booby,1,2022-04-02 +21.6645152,-158.0476008,Northern Cardinal,2,2022-01-24 +21.6645152,-158.0476008,Red Junglefowl,6,2024-01-09 +21.6645152,-158.0476008,Red-billed Leiothrix,2,2023-05-21 +21.6645152,-158.0476008,Red-crested Cardinal,5,2022-04-05 +21.6645152,-158.0476008,Red-footed Booby,4,2022-04-03 +21.6645152,-158.0476008,Red-tailed Tropicbird,1,2022-04-05 +21.6645152,-158.0476008,Red-vented Bulbul,9,2023-12-24 +21.6645152,-158.0476008,Red-whiskered Bulbul,5,2022-11-05 +21.6645152,-158.0476008,Ruddy Turnstone,1,2023-03-11 +21.6645152,-158.0476008,Saffron Finch,4,2024-01-09 +21.6645152,-158.0476008,Sooty Tern,1,2022-04-05 +21.6645152,-158.0476008,Spotted Dove,3,2022-04-03 +21.6645152,-158.0476008,Warbling White-eye,9,2024-01-09 +21.6645152,-158.0476008,Wedge-tailed Shearwater,3,2023-08-08 +21.6645152,-158.0476008,Western Cattle Egret,4,2022-06-06 +21.6645152,-158.0476008,White Tern,1,2022-04-02 +21.6645152,-158.0476008,White-rumped Shama,6,2023-12-24 +21.6645152,-158.0476008,White-tailed Tropicbird,2,2022-04-05 +21.6645152,-158.0476008,Zebra Dove,6,2022-04-05 +21.25646141,-157.8093206,Brown Booby,1,2019-02-14 +21.25646141,-157.8093206,Brown Noddy,2,2022-12-06 +21.25646141,-157.8093206,Common Myna,19,2023-12-23 +21.25646141,-157.8093206,Common Waxbill,8,2023-02-12 +21.25646141,-157.8093206,Great Frigatebird,5,2022-12-06 +21.25646141,-157.8093206,House Finch,2,2023-06-19 +21.25646141,-157.8093206,House Sparrow,5,2022-09-01 +21.25646141,-157.8093206,Java Sparrow,8,2024-02-19 +21.25646141,-157.8093206,Northern Cardinal,2,2022-09-01 +21.25646141,-157.8093206,Pacific Golden-Plover,8,2024-02-19 +21.25646141,-157.8093206,Red Junglefowl,6,2023-02-08 +21.25646141,-157.8093206,Red-crested Cardinal,17,2024-02-19 +21.25646141,-157.8093206,Red-footed Booby,4,2023-02-08 +21.25646141,-157.8093206,Red-vented Bulbul,22,2023-12-07 +21.25646141,-157.8093206,Red-whiskered Bulbul,3,2022-12-15 +21.25646141,-157.8093206,Rock Pigeon,4,2023-01-02 +21.25646141,-157.8093206,Rose-ringed Parakeet,5,2022-12-06 +21.25646141,-157.8093206,Saffron Finch,1,2022-04-09 +21.25646141,-157.8093206,Scaly-breasted Munia,2,2023-06-19 +21.25646141,-157.8093206,Sooty Tern,3,2022-12-06 +21.25646141,-157.8093206,Spotted Dove,24,2023-12-23 +21.25646141,-157.8093206,Warbling White-eye,8,2023-03-08 +21.25646141,-157.8093206,Wedge-tailed Shearwater,4,2022-12-06 +21.25646141,-157.8093206,Western Cattle Egret,7,2023-12-23 +21.25646141,-157.8093206,White Tern,17,2023-08-09 +21.25646141,-157.8093206,White-rumped Shama,3,2022-04-09 +21.25646141,-157.8093206,White-tailed Tropicbird,1,2021-07-22 +21.25646141,-157.8093206,Yellow-fronted Canary,1,2022-09-01 +21.25646141,-157.8093206,Zebra Dove,18,2023-12-23 +21.28382979,-157.8476554,Black-crowned Night Heron,8,2023-10-16 +21.28382979,-157.8476554,Brown Booby,2,2020-09-10 +21.28382979,-157.8476554,Chestnut Munia,1,2019-08-18 +21.28382979,-157.8476554,Common Myna,16,2024-02-03 +21.28382979,-157.8476554,Common Waxbill,10,2024-02-03 +21.28382979,-157.8476554,Great Frigatebird,1,2021-10-12 +21.28382979,-157.8476554,House Finch,4,2022-03-25 +21.28382979,-157.8476554,House Sparrow,11,2024-02-03 +21.28382979,-157.8476554,Java Sparrow,14,2024-02-03 +21.28382979,-157.8476554,Feral Mallard,1,2023-10-16 +21.28382979,-157.8476554,Northern Cardinal,1,2020-01-24 +21.28382979,-157.8476554,Pacific Golden-Plover,11,2023-04-03 +21.28382979,-157.8476554,Red Junglefowl,2,2022-06-06 +21.28382979,-157.8476554,Red-crested Cardinal,17,2024-02-03 +21.28382979,-157.8476554,Red-tailed Tropicbird,1,2019-10-13 +21.28382979,-157.8476554,Red-vented Bulbul,10,2024-02-03 +21.28382979,-157.8476554,Rock Pigeon,13,2024-02-03 +21.28382979,-157.8476554,Rose-ringed Parakeet,1,2019-08-18 +21.28382979,-157.8476554,Ruddy Turnstone,2,2023-08-30 +21.28382979,-157.8476554,Saffron Finch,4,2024-02-03 +21.28382979,-157.8476554,Scaly-breasted Munia,8,2023-08-09 +21.28382979,-157.8476554,Spotted Dove,17,2024-02-03 +21.28382979,-157.8476554,Wandering Tattler,1,2019-01-12 +21.28382979,-157.8476554,Warbling White-eye,2,2022-03-25 +21.28382979,-157.8476554,Wedge-tailed Shearwater,1,2023-08-09 +21.28382979,-157.8476554,Western Cattle Egret,7,2024-02-03 +21.28382979,-157.8476554,White Tern,13,2024-02-17 +21.28382979,-157.8476554,Yellow-fronted Canary,7,2024-02-03 +21.28382979,-157.8476554,Zebra Dove,23,2024-02-03 +21.28356112,-157.8091025,Black-crowned Night Heron,3,2021-12-27 +21.28356112,-157.8091025,Common Myna,30,2024-01-14 +21.28356112,-157.8091025,Common Waxbill,6,2024-01-14 +21.28356112,-157.8091025,Great Frigatebird,1,2021-09-28 +21.28356112,-157.8091025,House Finch,7,2024-01-14 +21.28356112,-157.8091025,House Sparrow,27,2024-01-14 +21.28356112,-157.8091025,Java Sparrow,10,2024-01-14 +21.28356112,-157.8091025,Feral Mallard,1,2021-12-27 +21.28356112,-157.8091025,Northern Cardinal,2,2021-12-27 +21.28356112,-157.8091025,Pacific Golden-Plover,2,2022-01-28 +21.28356112,-157.8091025,Red Junglefowl,9,2022-11-26 +21.28356112,-157.8091025,Red-crested Cardinal,15,2024-01-14 +21.28356112,-157.8091025,Red-vented Bulbul,22,2024-01-14 +21.28356112,-157.8091025,Red-whiskered Bulbul,7,2024-01-14 +21.28356112,-157.8091025,Rock Pigeon,11,2024-01-14 +21.28356112,-157.8091025,Rose-ringed Parakeet,20,2024-01-14 +21.28356112,-157.8091025,Ruddy Turnstone,1,2021-12-27 +21.28356112,-157.8091025,Saffron Finch,1,2021-07-03 +21.28356112,-157.8091025,Scaly-breasted Munia,1,2021-05-01 +21.28356112,-157.8091025,Spotted Dove,30,2024-01-14 +21.28356112,-157.8091025,Warbling White-eye,7,2024-01-14 +21.28356112,-157.8091025,Wedge-tailed Shearwater,1,2021-12-10 +21.28356112,-157.8091025,Western Cattle Egret,6,2024-01-14 +21.28356112,-157.8091025,White Tern,14,2024-01-14 +21.28356112,-157.8091025,White-rumped Shama,2,2021-05-01 +21.28356112,-157.8091025,White-tailed Tropicbird,1,2021-12-27 +21.28356112,-157.8091025,Yellow-fronted Canary,4,2022-01-28 +21.28356112,-157.8091025,Zebra Dove,33,2024-01-14 +21.29158432,-157.6740929,African Silverbill,1,2021-03-27 +21.29158432,-157.6740929,Chinese Hwamei,13,2021-10-19 +21.29158432,-157.6740929,Common Myna,28,2024-01-13 +21.29158432,-157.6740929,Common Waxbill,11,2024-01-28 +21.29158432,-157.6740929,Gray Francolin,2,2021-10-07 +21.29158432,-157.6740929,House Finch,12,2024-01-28 +21.29158432,-157.6740929,House Sparrow,4,2023-08-04 +21.29158432,-157.6740929,Japanese Bush Warbler,2,2023-08-04 +21.29158432,-157.6740929,Java Sparrow,6,2024-01-28 +21.29158432,-157.6740929,Northern Cardinal,24,2024-01-13 +21.29158432,-157.6740929,Pacific Golden-Plover,23,2024-01-28 +21.29158432,-157.6740929,Red Avadavat,1,2023-10-06 +21.29158432,-157.6740929,Red Junglefowl,4,2023-08-04 +21.29158432,-157.6740929,Red-billed Leiothrix,3,2023-08-04 +21.29158432,-157.6740929,Red-crested Cardinal,32,2024-01-13 +21.29158432,-157.6740929,Red-tailed Tropicbird,1,2021-06-17 +21.29158432,-157.6740929,Red-vented Bulbul,29,2024-01-13 +21.29158432,-157.6740929,Red-whiskered Bulbul,3,2023-09-15 +21.29158432,-157.6740929,Rock Pigeon,8,2023-10-06 +21.29158432,-157.6740929,Rose-ringed Parakeet,1,2021-09-12 +21.29158432,-157.6740929,Scaly-breasted Munia,3,2023-10-06 +21.29158432,-157.6740929,Sooty Tern,1,2022-01-25 +21.29158432,-157.6740929,Spotted Dove,36,2024-01-28 +21.29158432,-157.6740929,Warbling White-eye,23,2024-01-13 +21.29158432,-157.6740929,Western Cattle Egret,10,2023-10-14 +21.29158432,-157.6740929,White Tern,1,2023-08-08 +21.29158432,-157.6740929,White-rumped Shama,28,2024-01-13 +21.29158432,-157.6740929,Yellow-fronted Canary,1,2023-09-15 +21.29158432,-157.6740929,Zebra Dove,39,2024-01-28 +21.31092989,-157.847444,African Silverbill,3,2024-01-25 +21.31092989,-157.847444,Chestnut Munia,38,2024-01-27 +21.31092989,-157.847444,Common Myna,90,2024-02-26 +21.31092989,-157.847444,Common Waxbill,47,2024-01-24 +21.31092989,-157.847444,Great Frigatebird,2,2021-07-28 +21.31092989,-157.847444,House Finch,14,2023-08-13 +21.31092989,-157.847444,House Sparrow,40,2023-12-23 +21.31092989,-157.847444,Java Sparrow,14,2023-12-17 +21.31092989,-157.847444,Northern Cardinal,18,2024-01-24 +21.31092989,-157.847444,Northern Mockingbird,30,2024-01-24 +21.31092989,-157.847444,Pacific Golden-Plover,70,2024-02-03 +21.31092989,-157.847444,Red Avadavat,1,2023-02-16 +21.31092989,-157.847444,Red Junglefowl,10,2024-02-26 +21.31092989,-157.847444,Red-crested Cardinal,82,2024-01-30 +21.31092989,-157.847444,Red-crowned Parrot,1,2024-01-24 +21.31092989,-157.847444,Red-vented Bulbul,73,2024-01-30 +21.31092989,-157.847444,Red-whiskered Bulbul,13,2024-01-25 +21.31092989,-157.847444,Rock Pigeon,15,2024-02-26 +21.31092989,-157.847444,Rose-ringed Parakeet,37,2024-02-29 +21.31092989,-157.847444,Saffron Finch,20,2023-12-17 +21.31092989,-157.847444,Scaly-breasted Munia,2,2024-01-25 +21.31092989,-157.847444,Spotted Dove,61,2024-02-26 +21.31092989,-157.847444,Warbling White-eye,35,2024-01-30 +21.31092989,-157.847444,Western Cattle Egret,44,2024-01-03 +21.31092989,-157.847444,White Tern,29,2023-08-13 +21.31092989,-157.847444,White-rumped Shama,21,2023-12-17 +21.31092989,-157.847444,White-tailed Tropicbird,1,2022-08-27 +21.31092989,-157.847444,Yellow-fronted Canary,34,2024-02-03 +21.31092989,-157.847444,Zebra Dove,80,2024-02-26 +21.32975292,-157.9630004,Black-crowned Night Heron,20,2022-09-08 +21.32975292,-157.9630004,Black-necked Stilt,1,2021-12-20 +21.32975292,-157.9630004,Brown Booby,1,2022-06-19 +21.32975292,-157.9630004,Chestnut Munia,3,2022-06-19 +21.32975292,-157.9630004,Common Myna,48,2022-11-16 +21.32975292,-157.9630004,Common Waxbill,7,2022-06-19 +21.32975292,-157.9630004,House Finch,4,2022-06-19 +21.32975292,-157.9630004,House Sparrow,10,2022-06-19 +21.32975292,-157.9630004,Java Sparrow,7,2022-02-19 +21.32975292,-157.9630004,Feral Mallard,3,2022-06-19 +21.32975292,-157.9630004,Northern Cardinal,5,2022-09-11 +21.32975292,-157.9630004,Northern Mockingbird,1,2021-12-20 +21.32975292,-157.9630004,Pacific Golden-Plover,10,2022-06-19 +21.32975292,-157.9630004,Red Junglefowl,1,2022-06-19 +21.32975292,-157.9630004,Red-crested Cardinal,18,2022-08-24 +21.32975292,-157.9630004,Red-vented Bulbul,60,2022-12-28 +21.32975292,-157.9630004,Red-whiskered Bulbul,5,2021-11-03 +21.32975292,-157.9630004,Rock Pigeon,6,2022-06-19 +21.32975292,-157.9630004,Rose-ringed Parakeet,6,2022-06-19 +21.32975292,-157.9630004,Ruddy Turnstone,1,2022-06-19 +21.32975292,-157.9630004,Saffron Finch,4,2022-06-19 +21.32975292,-157.9630004,Spotted Dove,39,2022-11-23 +21.32975292,-157.9630004,Warbling White-eye,5,2022-02-19 +21.32975292,-157.9630004,Western Cattle Egret,13,2022-08-11 +21.32975292,-157.9630004,White Tern,11,2022-09-01 +21.32975292,-157.9630004,White-rumped Shama,4,2022-02-19 +21.32975292,-157.9630004,Yellow-fronted Canary,2,2019-08-18 +21.32975292,-157.9630004,Zebra Dove,27,2022-12-28 +21.33809607,-157.8568739,Chestnut Munia,43,2022-05-26 +21.33809607,-157.8568739,Common Myna,117,2023-12-15 +21.33809607,-157.8568739,Common Waxbill,26,2023-12-15 +21.33809607,-157.8568739,House Finch,61,2022-05-26 +21.33809607,-157.8568739,House Sparrow,39,2022-05-26 +21.33809607,-157.8568739,Java Sparrow,25,2022-05-26 +21.33809607,-157.8568739,Feral Mallard,2,2022-04-26 +21.33809607,-157.8568739,Northern Cardinal,27,2022-05-21 +21.33809607,-157.8568739,Oahu Amakihi,33,2022-05-26 +21.33809607,-157.8568739,Pacific Golden-Plover,138,2022-04-30 +21.33809607,-157.8568739,Red-billed Leiothrix,10,2022-05-26 +21.33809607,-157.8568739,Red-crested Cardinal,48,2023-12-15 +21.33809607,-157.8568739,Red-masked Parakeet,1,2019-01-14 +21.33809607,-157.8568739,Red-vented Bulbul,112,2023-12-15 +21.33809607,-157.8568739,Red-whiskered Bulbul,9,2023-12-15 +21.33809607,-157.8568739,Rock Pigeon,22,2023-12-15 +21.33809607,-157.8568739,Rose-ringed Parakeet,83,2023-12-15 +21.33809607,-157.8568739,Saffron Finch,32,2022-05-23 +21.33809607,-157.8568739,Scaly-breasted Munia,5,2022-05-14 +21.33809607,-157.8568739,Sooty Tern,1,2019-07-20 +21.33809607,-157.8568739,Spotted Dove,71,2023-12-15 +21.33809607,-157.8568739,Warbling White-eye,72,2023-12-15 +21.33809607,-157.8568739,Western Cattle Egret,15,2022-05-23 +21.33809607,-157.8568739,White Tern,9,2022-05-17 +21.33809607,-157.8568739,White-rumped Shama,26,2023-12-15 +21.33809607,-157.8568739,Yellow-fronted Canary,35,2022-05-26 +21.33809607,-157.8568739,Zebra Dove,99,2023-12-15 +21.34838689,-158.0593032,African Silverbill,3,2021-04-17 +21.34838689,-158.0593032,Black Francolin,1,2019-07-10 +21.34838689,-158.0593032,Black-crowned Night Heron,7,2023-01-12 +21.34838689,-158.0593032,Black-necked Stilt,7,2023-01-12 +21.34838689,-158.0593032,Chestnut Munia,2,2021-04-15 +21.34838689,-158.0593032,Common Myna,10,2023-01-12 +21.34838689,-158.0593032,Common Waxbill,4,2023-01-12 +21.34838689,-158.0593032,Hawaiian Coot,6,2021-04-17 +21.34838689,-158.0593032,House Finch,7,2021-04-17 +21.34838689,-158.0593032,House Sparrow,8,2023-01-12 +21.34838689,-158.0593032,Java Sparrow,6,2022-03-21 +21.34838689,-158.0593032,Feral Mallard,4,2021-04-17 +21.34838689,-158.0593032,Northern Cardinal,1,2021-04-13 +21.34838689,-158.0593032,Northern Mockingbird,1,2020-02-24 +21.34838689,-158.0593032,Pacific Golden-Plover,9,2023-01-12 +21.34838689,-158.0593032,Red Junglefowl,3,2021-04-17 +21.34838689,-158.0593032,Red-crested Cardinal,9,2023-01-12 +21.34838689,-158.0593032,Red-vented Bulbul,11,2023-01-12 +21.34838689,-158.0593032,Rose-ringed Parakeet,1,2022-03-21 +21.34838689,-158.0593032,Saffron Finch,9,2023-01-12 +21.34838689,-158.0593032,Short-eared Owl,1,2023-06-04 +21.34838689,-158.0593032,Spotted Dove,9,2023-01-12 +21.34838689,-158.0593032,Wandering Tattler,4,2021-04-17 +21.34838689,-158.0593032,Warbling White-eye,7,2023-01-12 +21.34838689,-158.0593032,Western Cattle Egret,10,2023-01-12 +21.34838689,-158.0593032,Yellow-fronted Canary,3,2021-04-14 +21.34838689,-158.0593032,Zebra Dove,10,2023-01-12 +21.38250556,-157.7504323,Black-necked Stilt,7,2023-10-06 +21.38250556,-157.7504323,Chestnut Munia,13,2024-02-16 +21.38250556,-157.7504323,Common Gallinule,4,2023-08-03 +21.38250556,-157.7504323,Common Myna,20,2024-02-16 +21.38250556,-157.7504323,Common Waxbill,8,2023-08-04 +21.38250556,-157.7504323,Hawaiian Coot,1,2023-03-09 +21.38250556,-157.7504323,House Finch,5,2024-02-16 +21.38250556,-157.7504323,House Sparrow,6,2021-07-17 +21.38250556,-157.7504323,Java Sparrow,9,2024-02-16 +21.38250556,-157.7504323,Feral Mallard,8,2022-09-27 +21.38250556,-157.7504323,Northern Cardinal,5,2023-08-04 +21.38250556,-157.7504323,Northern Mockingbird,1,2023-11-06 +21.38250556,-157.7504323,Pacific Golden-Plover,7,2024-02-16 +21.38250556,-157.7504323,Red Junglefowl,9,2024-02-16 +21.38250556,-157.7504323,Red-billed Leiothrix,1,2019-03-31 +21.38250556,-157.7504323,Red-crested Cardinal,11,2023-10-06 +21.38250556,-157.7504323,Red-vented Bulbul,9,2023-08-04 +21.38250556,-157.7504323,Red-whiskered Bulbul,5,2023-03-03 +21.38250556,-157.7504323,Rock Pigeon,9,2024-02-16 +21.38250556,-157.7504323,Saffron Finch,1,2024-02-16 +21.38250556,-157.7504323,Short-eared Owl,1,2019-02-19 +21.38250556,-157.7504323,Spotted Dove,7,2022-05-29 +21.38250556,-157.7504323,Warbling White-eye,8,2023-08-04 +21.38250556,-157.7504323,Western Cattle Egret,16,2024-02-16 +21.38250556,-157.7504323,White-rumped Shama,7,2023-08-04 +21.38250556,-157.7504323,Zebra Dove,16,2024-02-16 +21.39261887,-157.9046804,Chestnut Munia,17,2023-10-06 +21.39261887,-157.9046804,Chinese Hwamei,1,2019-08-11 +21.39261887,-157.9046804,Common Myna,24,2024-02-14 +21.39261887,-157.9046804,Common Waxbill,7,2023-10-06 +21.39261887,-157.9046804,Gray Francolin,1,2021-07-03 +21.39261887,-157.9046804,Helmeted Guineafowl,3,2021-07-10 +21.39261887,-157.9046804,House Finch,2,2022-05-17 +21.39261887,-157.9046804,House Sparrow,3,2022-05-17 +21.39261887,-157.9046804,Japanese Bush Warbler,1,2022-05-17 +21.39261887,-157.9046804,Java Sparrow,2,2024-02-14 +21.39261887,-157.9046804,Mariana Swiftlet,1,2019-08-11 +21.39261887,-157.9046804,Northern Cardinal,3,2024-01-17 +21.39261887,-157.9046804,Oahu Amakihi,5,2023-12-26 +21.39261887,-157.9046804,Pacific Golden-Plover,13,2023-10-06 +21.39261887,-157.9046804,Red Junglefowl,20,2024-02-14 +21.39261887,-157.9046804,Red-billed Leiothrix,11,2024-01-17 +21.39261887,-157.9046804,Red-crested Cardinal,20,2024-02-14 +21.39261887,-157.9046804,Red-crowned Parrot,8,2023-04-24 +21.39261887,-157.9046804,Red-vented Bulbul,19,2023-10-16 +21.39261887,-157.9046804,Red-whiskered Bulbul,8,2023-10-06 +21.39261887,-157.9046804,Rose-ringed Parakeet,2,2022-02-27 +21.39261887,-157.9046804,Saffron Finch,4,2024-01-17 +21.39261887,-157.9046804,Scaly-breasted Munia,1,2022-05-17 +21.39261887,-157.9046804,Spotted Dove,16,2023-10-16 +21.39261887,-157.9046804,Warbling White-eye,15,2024-01-17 +21.39261887,-157.9046804,Western Cattle Egret,3,2019-06-02 +21.39261887,-157.9046804,White-rumped Shama,12,2024-01-17 +21.39261887,-157.9046804,Yellow-fronted Canary,2,2022-11-06 +21.39261887,-157.9046804,Zebra Dove,22,2024-02-14 +21.40196092,-157.9528445,Black-crowned Night Heron,1,2020-08-02 +21.40196092,-157.9528445,Chestnut Munia,71,2024-01-05 +21.40196092,-157.9528445,Common Myna,116,2024-01-13 +21.40196092,-157.9528445,Common Waxbill,91,2024-01-13 +21.40196092,-157.9528445,Gray Francolin,4,2023-05-24 +21.40196092,-157.9528445,House Finch,98,2024-01-13 +21.40196092,-157.9528445,House Sparrow,56,2024-01-10 +21.40196092,-157.9528445,Java Sparrow,65,2024-01-13 +21.40196092,-157.9528445,Northern Cardinal,26,2024-01-13 +21.40196092,-157.9528445,Pacific Golden-Plover,62,2024-01-13 +21.40196092,-157.9528445,Red Avadavat,4,2024-01-05 +21.40196092,-157.9528445,Red Junglefowl,7,2024-01-10 +21.40196092,-157.9528445,Red-crested Cardinal,83,2024-01-13 +21.40196092,-157.9528445,Red-crowned Parrot,34,2024-01-05 +21.40196092,-157.9528445,Red-vented Bulbul,96,2024-01-13 +21.40196092,-157.9528445,Red-whiskered Bulbul,18,2024-01-13 +21.40196092,-157.9528445,Rock Pigeon,7,2024-01-09 +21.40196092,-157.9528445,Rose-ringed Parakeet,79,2024-01-13 +21.40196092,-157.9528445,Ruddy Turnstone,4,2022-07-18 +21.40196092,-157.9528445,Saffron Finch,111,2024-01-13 +21.40196092,-157.9528445,Scaly-breasted Munia,5,2023-01-19 +21.40196092,-157.9528445,Spotted Dove,84,2024-01-13 +21.40196092,-157.9528445,Warbling White-eye,70,2024-01-13 +21.40196092,-157.9528445,Western Cattle Egret,45,2024-01-05 +21.40196092,-157.9528445,White-rumped Shama,12,2023-01-11 +21.40196092,-157.9528445,Yellow-fronted Canary,23,2024-01-13 +21.40196092,-157.9528445,Zebra Dove,111,2024-01-13 +21.64655754,-158.067045,Black-crowned Night Heron,6,2024-01-18 +21.64655754,-158.067045,Black-necked Stilt,1,2019-06-06 +21.64655754,-158.067045,Brown Booby,14,2024-02-26 +21.64655754,-158.067045,Common Myna,37,2024-02-26 +21.64655754,-158.067045,Common Waxbill,1,2021-10-14 +21.64655754,-158.067045,Great Frigatebird,4,2024-01-18 +21.64655754,-158.067045,House Finch,4,2024-01-18 +21.64655754,-158.067045,House Sparrow,21,2024-02-26 +21.64655754,-158.067045,Java Sparrow,8,2023-04-15 +21.64655754,-158.067045,Laysan Albatross,3,2023-04-15 +21.64655754,-158.067045,Feral Mallard,2,2023-03-29 +21.64655754,-158.067045,Masked Booby,1,2023-12-29 +21.64655754,-158.067045,Northern Cardinal,1,2022-09-06 +21.64655754,-158.067045,Pacific Golden-Plover,2,2024-01-22 +21.64655754,-158.067045,Red Junglefowl,12,2023-12-21 +21.64655754,-158.067045,Red-crested Cardinal,18,2024-01-18 +21.64655754,-158.067045,Red-footed Booby,1,2022-04-02 +21.64655754,-158.067045,Red-vented Bulbul,9,2024-02-26 +21.64655754,-158.067045,Red-whiskered Bulbul,1,2021-11-12 +21.64655754,-158.067045,Rock Pigeon,1,2023-01-14 +21.64655754,-158.067045,Saffron Finch,18,2023-08-05 +21.64655754,-158.067045,Sanderling,1,2021-02-09 +21.64655754,-158.067045,Spotted Dove,15,2024-02-26 +21.64655754,-158.067045,Wandering Tattler,6,2024-01-18 +21.64655754,-158.067045,Warbling White-eye,5,2022-11-20 +21.64655754,-158.067045,Wedge-tailed Shearwater,2,2023-09-22 +21.64655754,-158.067045,Western Cattle Egret,6,2023-02-08 +21.64655754,-158.067045,Zebra Dove,28,2024-02-26 +21.6465037,-158.0573824,Black Francolin,2,2023-03-28 +21.6465037,-158.0573824,Black-crowned Night Heron,1,2022-05-29 +21.6465037,-158.0573824,Brown Booby,1,2022-05-29 +21.6465037,-158.0573824,Chestnut Munia,2,2023-03-28 +21.6465037,-158.0573824,Common Gallinule,1,2019-12-12 +21.6465037,-158.0573824,Common Myna,14,2024-01-17 +21.6465037,-158.0573824,Common Waxbill,5,2023-03-28 +21.6465037,-158.0573824,House Finch,6,2024-01-17 +21.6465037,-158.0573824,House Sparrow,5,2024-01-17 +21.6465037,-158.0573824,Indian Peafowl,1,2019-12-12 +21.6465037,-158.0573824,Japanese Bush Warbler,2,2023-03-28 +21.6465037,-158.0573824,Java Sparrow,3,2023-03-28 +21.6465037,-158.0573824,Northern Cardinal,5,2023-03-28 +21.6465037,-158.0573824,Northern Mockingbird,1,2022-03-12 +21.6465037,-158.0573824,Pacific Golden-Plover,5,2024-01-17 +21.6465037,-158.0573824,Red Junglefowl,5,2024-01-17 +21.6465037,-158.0573824,Red-billed Leiothrix,4,2023-03-28 +21.6465037,-158.0573824,Red-crested Cardinal,7,2023-03-28 +21.6465037,-158.0573824,Red-vented Bulbul,8,2023-10-17 +21.6465037,-158.0573824,Red-whiskered Bulbul,5,2023-03-28 +21.6465037,-158.0573824,Rose-ringed Parakeet,1,2022-04-02 +21.6465037,-158.0573824,Ruddy Turnstone,3,2024-01-06 +21.6465037,-158.0573824,Saffron Finch,7,2024-01-17 +21.6465037,-158.0573824,Spotted Dove,13,2024-01-17 +21.6465037,-158.0573824,Wandering Tattler,3,2023-10-17 +21.6465037,-158.0573824,Warbling White-eye,7,2023-03-28 +21.6465037,-158.0573824,Western Cattle Egret,2,2022-04-02 +21.6465037,-158.0573824,White-rumped Shama,4,2023-03-28 +21.6465037,-158.0573824,Zebra Dove,14,2024-01-17 +21.30127945,-157.7607606,African Silverbill,1,2020-01-16 +21.30127945,-157.7607606,Chestnut Munia,28,2022-10-14 +21.30127945,-157.7607606,Common Myna,106,2024-02-21 +21.30127945,-157.7607606,Common Waxbill,157,2024-02-21 +21.30127945,-157.7607606,House Finch,106,2024-02-20 +21.30127945,-157.7607606,House Sparrow,2,2021-12-11 +21.30127945,-157.7607606,Japanese Bush Warbler,4,2024-01-07 +21.30127945,-157.7607606,Java Sparrow,14,2020-11-07 +21.30127945,-157.7607606,Northern Cardinal,97,2024-02-11 +21.30127945,-157.7607606,Oahu Amakihi,55,2024-02-20 +21.30127945,-157.7607606,Oahu Elepaio,168,2024-02-21 +21.30127945,-157.7607606,Pacific Golden-Plover,1,2020-01-20 +21.30127945,-157.7607606,Red Avadavat,2,2020-01-25 +21.30127945,-157.7607606,Red Junglefowl,1,2024-01-07 +21.30127945,-157.7607606,Red-billed Leiothrix,189,2024-02-21 +21.30127945,-157.7607606,Red-crested Cardinal,145,2024-02-21 +21.30127945,-157.7607606,Red-masked Parakeet,33,2024-02-21 +21.30127945,-157.7607606,Red-vented Bulbul,168,2024-02-21 +21.30127945,-157.7607606,Red-whiskered Bulbul,104,2024-02-21 +21.30127945,-157.7607606,Rock Pigeon,1,2020-01-25 +21.30127945,-157.7607606,Rose-ringed Parakeet,4,2021-08-12 +21.30127945,-157.7607606,Scaly-breasted Munia,27,2020-11-25 +21.30127945,-157.7607606,Spotted Dove,152,2024-02-21 +21.30127945,-157.7607606,Warbling White-eye,187,2024-02-21 +21.30127945,-157.7607606,Western Cattle Egret,12,2024-02-21 +21.30127945,-157.7607606,White Tern,31,2024-02-21 +21.30127945,-157.7607606,White-rumped Shama,192,2024-02-21 +21.30127945,-157.7607606,White-tailed Tropicbird,1,2019-06-01 +21.30127945,-157.7607606,Zebra Dove,156,2024-02-21 +21.31079658,-157.8281638,Black-crowned Night Heron,3,2023-03-17 +21.31079658,-157.8281638,Chestnut Munia,20,2023-08-31 +21.31079658,-157.8281638,Common Myna,107,2024-02-24 +21.31079658,-157.8281638,Common Waxbill,62,2024-02-24 +21.31079658,-157.8281638,House Finch,53,2024-02-18 +21.31079658,-157.8281638,House Sparrow,64,2023-08-31 +21.31079658,-157.8281638,Java Sparrow,111,2024-02-24 +21.31079658,-157.8281638,Mourning Dove,1,2020-12-20 +21.31079658,-157.8281638,Northern Cardinal,32,2023-08-27 +21.31079658,-157.8281638,Pacific Golden-Plover,21,2023-02-02 +21.31079658,-157.8281638,Red Junglefowl,60,2023-10-14 +21.31079658,-157.8281638,Red-billed Leiothrix,6,2023-10-14 +21.31079658,-157.8281638,Red-crested Cardinal,74,2024-02-18 +21.31079658,-157.8281638,Red-masked Parakeet,1,2021-10-02 +21.31079658,-157.8281638,Red-vented Bulbul,94,2024-02-18 +21.31079658,-157.8281638,Red-whiskered Bulbul,41,2024-02-18 +21.31079658,-157.8281638,Rock Pigeon,13,2022-08-14 +21.31079658,-157.8281638,Rose-ringed Parakeet,145,2024-02-24 +21.31079658,-157.8281638,Saffron Finch,33,2023-08-31 +21.31079658,-157.8281638,Scaly-breasted Munia,17,2023-08-31 +21.31079658,-157.8281638,Sooty Shearwater,1,2022-10-26 +21.31079658,-157.8281638,Spotted Dove,105,2024-02-18 +21.31079658,-157.8281638,Warbling White-eye,60,2024-02-18 +21.31079658,-157.8281638,Wedge-tailed Shearwater,1,2022-10-26 +21.31079658,-157.8281638,Western Cattle Egret,21,2023-02-02 +21.31079658,-157.8281638,White Tern,45,2024-02-18 +21.31079658,-157.8281638,White-rumped Shama,52,2023-10-14 +21.31079658,-157.8281638,White-tailed Tropicbird,1,2021-09-18 +21.31079658,-157.8281638,Yellow-fronted Canary,28,2023-10-14 +21.31079658,-157.8281638,Zebra Dove,150,2024-02-24 +21.31969438,-157.8088109,Barn Owl,1,2019-01-02 +21.31969438,-157.8088109,Chestnut Munia,15,2023-05-13 +21.31969438,-157.8088109,Common Myna,21,2024-02-03 +21.31969438,-157.8088109,Common Waxbill,8,2021-09-28 +21.31969438,-157.8088109,Great Frigatebird,1,2020-09-21 +21.31969438,-157.8088109,House Finch,15,2024-01-01 +21.31969438,-157.8088109,House Sparrow,9,2023-08-18 +21.31969438,-157.8088109,Java Sparrow,7,2023-08-18 +21.31969438,-157.8088109,Feral Mallard,5,2020-06-28 +21.31969438,-157.8088109,Muscovy Duck,1,2020-04-26 +21.31969438,-157.8088109,Northern Cardinal,11,2024-01-01 +21.31969438,-157.8088109,Northern Mockingbird,1,2022-01-07 +21.31969438,-157.8088109,Oahu Amakihi,8,2024-01-01 +21.31969438,-157.8088109,Pacific Golden-Plover,6,2022-04-11 +21.31969438,-157.8088109,Red-billed Leiothrix,12,2024-01-01 +21.31969438,-157.8088109,Red-crested Cardinal,17,2024-01-01 +21.31969438,-157.8088109,Red-vented Bulbul,23,2024-02-03 +21.31969438,-157.8088109,Red-whiskered Bulbul,19,2024-01-01 +21.31969438,-157.8088109,Rock Pigeon,3,2022-07-31 +21.31969438,-157.8088109,Rose-ringed Parakeet,23,2024-02-03 +21.31969438,-157.8088109,Saffron Finch,1,2020-03-14 +21.31969438,-157.8088109,Spotted Dove,21,2024-01-01 +21.31969438,-157.8088109,Wandering Tattler,1,2020-04-26 +21.31969438,-157.8088109,Warbling White-eye,21,2024-01-01 +21.31969438,-157.8088109,Western Cattle Egret,5,2020-06-28 +21.31969438,-157.8088109,White Tern,13,2024-01-01 +21.31969438,-157.8088109,White-rumped Shama,15,2024-01-01 +21.31969438,-157.8088109,White-tailed Tropicbird,4,2023-05-13 +21.31969438,-157.8088109,Yellow-fronted Canary,4,2022-04-11 +21.31969438,-157.8088109,Zebra Dove,23,2024-02-03 +21.32938372,-157.9051504,Black-crowned Night Heron,2,2022-02-08 +21.32938372,-157.9051504,Chestnut Munia,10,2023-09-02 +21.32938372,-157.9051504,Common Myna,34,2024-01-10 +21.32938372,-157.9051504,Common Waxbill,11,2024-01-10 +21.32938372,-157.9051504,Eurasian Skylark,16,2022-01-05 +21.32938372,-157.9051504,House Finch,20,2024-01-10 +21.32938372,-157.9051504,House Sparrow,30,2024-02-12 +21.32938372,-157.9051504,Java Sparrow,1,2022-04-11 +21.32938372,-157.9051504,Feral Mallard,2,2022-12-05 +21.32938372,-157.9051504,Northern Cardinal,1,2021-05-03 +21.32938372,-157.9051504,Northern Mockingbird,2,2021-04-20 +21.32938372,-157.9051504,Pacific Golden-Plover,31,2024-01-10 +21.32938372,-157.9051504,Red Avadavat,1,2023-05-21 +21.32938372,-157.9051504,Red Junglefowl,5,2023-09-02 +21.32938372,-157.9051504,Red-crested Cardinal,16,2024-02-12 +21.32938372,-157.9051504,Red-vented Bulbul,24,2024-01-10 +21.32938372,-157.9051504,Red-whiskered Bulbul,2,2023-09-02 +21.32938372,-157.9051504,Rock Pigeon,2,2023-09-02 +21.32938372,-157.9051504,Rose-ringed Parakeet,2,2023-03-08 +21.32938372,-157.9051504,Ruddy Turnstone,4,2023-09-02 +21.32938372,-157.9051504,Saffron Finch,12,2024-01-10 +21.32938372,-157.9051504,Scaly-breasted Munia,3,2023-09-01 +21.32938372,-157.9051504,Spotted Dove,23,2024-01-10 +21.32938372,-157.9051504,Wandering Tattler,1,2023-03-08 +21.32938372,-157.9051504,Warbling White-eye,6,2024-01-10 +21.32938372,-157.9051504,Western Cattle Egret,31,2024-02-12 +21.32938372,-157.9051504,White Tern,1,2019-04-09 +21.32938372,-157.9051504,Yellow-fronted Canary,12,2024-01-10 +21.32938372,-157.9051504,Zebra Dove,31,2024-01-10 +21.32879576,-157.8183791,Apapane,12,2023-12-30 +21.32879576,-157.8183791,Chestnut Munia,2,2023-09-04 +21.32879576,-157.8183791,Common Myna,23,2023-12-25 +21.32879576,-157.8183791,Common Waxbill,39,2023-12-30 +21.32879576,-157.8183791,Hawaiian Coot,1,2022-12-09 +21.32879576,-157.8183791,House Finch,43,2024-02-29 +21.32879576,-157.8183791,House Sparrow,1,2019-01-21 +21.32879576,-157.8183791,Java Sparrow,7,2022-12-09 +21.32879576,-157.8183791,Northern Cardinal,39,2024-02-29 +21.32879576,-157.8183791,Oahu Amakihi,88,2024-02-29 +21.32879576,-157.8183791,Pacific Golden-Plover,4,2023-12-25 +21.32879576,-157.8183791,Red Junglefowl,13,2023-12-30 +21.32879576,-157.8183791,Red-billed Leiothrix,74,2024-02-29 +21.32879576,-157.8183791,Red-crested Cardinal,42,2024-02-29 +21.32879576,-157.8183791,Red-masked Parakeet,1,2022-03-09 +21.32879576,-157.8183791,Red-vented Bulbul,93,2024-02-29 +21.32879576,-157.8183791,Red-whiskered Bulbul,81,2023-12-30 +21.32879576,-157.8183791,Rock Pigeon,4,2022-06-26 +21.32879576,-157.8183791,Rose-ringed Parakeet,75,2024-02-29 +21.32879576,-157.8183791,Saffron Finch,1,2022-12-09 +21.32879576,-157.8183791,Scaly-breasted Munia,1,2021-10-15 +21.32879576,-157.8183791,Spotted Dove,42,2024-02-29 +21.32879576,-157.8183791,Warbling White-eye,95,2024-02-29 +21.32879576,-157.8183791,Western Cattle Egret,2,2022-12-09 +21.32879576,-157.8183791,White Tern,12,2022-08-22 +21.32879576,-157.8183791,White-rumped Shama,80,2024-02-29 +21.32879576,-157.8183791,White-tailed Tropicbird,1,2022-05-14 +21.32879576,-157.8183791,Yellow-fronted Canary,19,2022-12-09 +21.32879576,-157.8183791,Zebra Dove,41,2024-02-29 +21.32786672,-157.6930492,Black-necked Stilt,6,2020-01-29 +21.32786672,-157.6930492,Brown Booby,2,2021-10-08 +21.32786672,-157.6930492,Chestnut Munia,153,2024-01-11 +21.32786672,-157.6930492,Common Myna,156,2024-02-19 +21.32786672,-157.6930492,Common Waxbill,53,2024-02-11 +21.32786672,-157.6930492,Great Frigatebird,8,2024-02-24 +21.32786672,-157.6930492,House Finch,22,2023-12-11 +21.32786672,-157.6930492,House Sparrow,19,2023-12-11 +21.32786672,-157.6930492,Indian Peafowl,1,2024-01-04 +21.32786672,-157.6930492,Java Sparrow,46,2024-01-11 +21.32786672,-157.6930492,Feral Mallard,1,2022-02-04 +21.32786672,-157.6930492,Masked Booby,5,2024-02-24 +21.32786672,-157.6930492,Pacific Golden-Plover,119,2024-01-11 +21.32786672,-157.6930492,Red Avadavat,3,2023-12-11 +21.32786672,-157.6930492,Red Junglefowl,10,2024-01-03 +21.32786672,-157.6930492,Red-crested Cardinal,63,2024-02-19 +21.32786672,-157.6930492,Red-footed Booby,3,2022-03-19 +21.32786672,-157.6930492,Red-vented Bulbul,17,2023-12-11 +21.32786672,-157.6930492,Red-whiskered Bulbul,2,2022-02-04 +21.32786672,-157.6930492,Rock Pigeon,65,2024-02-24 +21.32786672,-157.6930492,Saffron Finch,8,2024-01-11 +21.32786672,-157.6930492,Scaly-breasted Munia,27,2023-10-18 +21.32786672,-157.6930492,Sooty Tern,4,2024-02-29 +21.32786672,-157.6930492,Spotted Dove,41,2024-01-03 +21.32786672,-157.6930492,Wandering Tattler,5,2023-12-11 +21.32786672,-157.6930492,Warbling White-eye,1,2023-12-11 +21.32786672,-157.6930492,Western Cattle Egret,67,2024-01-11 +21.32786672,-157.6930492,Yellow-fronted Canary,1,2021-09-12 +21.32786672,-157.6930492,Zebra Dove,123,2024-02-24 +21.33854275,-157.9243678,Black-crowned Night Heron,5,2024-02-16 +21.33854275,-157.9243678,Black-necked Stilt,1,2024-02-16 +21.33854275,-157.9243678,Chestnut Munia,2,2023-08-15 +21.33854275,-157.9243678,Common Myna,32,2024-02-18 +21.33854275,-157.9243678,Common Waxbill,6,2024-02-16 +21.33854275,-157.9243678,Eurasian Skylark,1,2024-02-24 +21.33854275,-157.9243678,House Finch,3,2024-01-14 +21.33854275,-157.9243678,House Sparrow,23,2024-02-18 +21.33854275,-157.9243678,Java Sparrow,3,2024-02-16 +21.33854275,-157.9243678,Feral Mallard,8,2024-02-16 +21.33854275,-157.9243678,Northern Cardinal,1,2023-10-05 +21.33854275,-157.9243678,Pacific Golden-Plover,14,2023-10-25 +21.33854275,-157.9243678,Red-crested Cardinal,4,2024-02-16 +21.33854275,-157.9243678,Red-masked Parakeet,1,2024-01-14 +21.33854275,-157.9243678,Red-vented Bulbul,11,2023-11-25 +21.33854275,-157.9243678,Red-whiskered Bulbul,3,2023-10-25 +21.33854275,-157.9243678,Rock Pigeon,4,2024-01-14 +21.33854275,-157.9243678,Rose-ringed Parakeet,4,2021-01-27 +21.33854275,-157.9243678,Saffron Finch,2,2022-02-22 +21.33854275,-157.9243678,Spotted Dove,25,2024-02-18 +21.33854275,-157.9243678,Warbling White-eye,5,2023-10-25 +21.33854275,-157.9243678,Western Cattle Egret,18,2024-02-16 +21.33854275,-157.9243678,White Tern,3,2019-08-06 +21.33854275,-157.9243678,White-rumped Shama,2,2023-08-15 +21.33854275,-157.9243678,White-tailed Tropicbird,1,2023-08-25 +21.33854275,-157.9243678,Yellow-fronted Canary,2,2024-02-16 +21.33854275,-157.9243678,Zebra Dove,24,2024-02-18 +21.33689944,-157.6929689,Brown Booby,1,2021-09-23 +21.33689944,-157.6929689,Chestnut Munia,2,2022-08-15 +21.33689944,-157.6929689,Common Myna,8,2022-08-25 +21.33689944,-157.6929689,Common Waxbill,4,2022-08-25 +21.33689944,-157.6929689,Great Frigatebird,4,2023-06-11 +21.33689944,-157.6929689,House Finch,1,2020-04-26 +21.33689944,-157.6929689,House Sparrow,4,2023-02-05 +21.33689944,-157.6929689,Java Sparrow,2,2022-06-25 +21.33689944,-157.6929689,Feral Mallard,1,2022-05-02 +21.33689944,-157.6929689,Masked Booby,1,2023-02-05 +21.33689944,-157.6929689,Northern Cardinal,1,2022-06-25 +21.33689944,-157.6929689,Pacific Golden-Plover,4,2023-02-05 +21.33689944,-157.6929689,Red Junglefowl,1,2020-04-26 +21.33689944,-157.6929689,Red-crested Cardinal,6,2023-02-13 +21.33689944,-157.6929689,Red-footed Booby,1,2023-06-11 +21.33689944,-157.6929689,Red-tailed Tropicbird,1,2022-03-09 +21.33689944,-157.6929689,Red-vented Bulbul,4,2022-08-25 +21.33689944,-157.6929689,Red-whiskered Bulbul,3,2022-08-25 +21.33689944,-157.6929689,Rock Pigeon,4,2022-08-25 +21.33689944,-157.6929689,Saffron Finch,1,2022-07-08 +21.33689944,-157.6929689,Sooty Tern,1,2023-02-05 +21.33689944,-157.6929689,Spotted Dove,5,2022-08-25 +21.33689944,-157.6929689,Wandering Tattler,2,2022-08-25 +21.33689944,-157.6929689,Warbling White-eye,2,2022-07-08 +21.33689944,-157.6929689,Wedge-tailed Shearwater,1,2023-02-05 +21.33689944,-157.6929689,Western Cattle Egret,4,2022-08-25 +21.33689944,-157.6929689,White Tern,1,2022-08-15 +21.33689944,-157.6929689,White-rumped Shama,1,2020-02-19 +21.33689944,-157.6929689,White-tailed Tropicbird,1,2022-03-09 +21.33689944,-157.6929689,Zebra Dove,7,2022-08-25 +21.34816629,-158.0207307,African Silverbill,5,2024-01-04 +21.34816629,-158.0207307,Black-crowned Night Heron,1,2021-10-13 +21.34816629,-158.0207307,Black-necked Stilt,3,2024-02-04 +21.34816629,-158.0207307,Chestnut Munia,4,2024-02-02 +21.34816629,-158.0207307,Common Gallinule,2,2023-05-29 +21.34816629,-158.0207307,Common Myna,19,2024-02-04 +21.34816629,-158.0207307,Common Waxbill,18,2024-02-04 +21.34816629,-158.0207307,Gray Francolin,7,2024-02-02 +21.34816629,-158.0207307,Hawaiian Coot,2,2023-05-29 +21.34816629,-158.0207307,House Finch,7,2024-02-02 +21.34816629,-158.0207307,House Sparrow,1,2022-11-26 +21.34816629,-158.0207307,Java Sparrow,8,2024-02-04 +21.34816629,-158.0207307,Feral Mallard,1,2021-10-13 +21.34816629,-158.0207307,Northern Cardinal,12,2024-01-01 +21.34816629,-158.0207307,Pacific Golden-Plover,6,2024-02-04 +21.34816629,-158.0207307,Red Avadavat,3,2024-02-02 +21.34816629,-158.0207307,Red Junglefowl,3,2024-02-04 +21.34816629,-158.0207307,Red-crested Cardinal,15,2024-02-04 +21.34816629,-158.0207307,Red-vented Bulbul,21,2024-02-04 +21.34816629,-158.0207307,Red-whiskered Bulbul,8,2024-02-02 +21.34816629,-158.0207307,Rock Pigeon,2,2022-11-26 +21.34816629,-158.0207307,Rose-ringed Parakeet,2,2024-01-01 +21.34816629,-158.0207307,Saffron Finch,12,2024-02-04 +21.34816629,-158.0207307,Scaly-breasted Munia,1,2019-03-22 +21.34816629,-158.0207307,Spotted Dove,19,2024-02-04 +21.34816629,-158.0207307,Warbling White-eye,13,2024-02-04 +21.34816629,-158.0207307,Western Cattle Egret,11,2024-02-04 +21.34816629,-158.0207307,White-rumped Shama,12,2024-02-04 +21.34816629,-158.0207307,Yellow-fronted Canary,4,2024-02-04 +21.34816629,-158.0207307,Zebra Dove,21,2024-02-04 +21.37480106,-157.9433932,Black-crowned Night Heron,22,2022-11-09 +21.37480106,-157.9433932,Black-necked Stilt,23,2023-01-20 +21.37480106,-157.9433932,Chestnut Munia,8,2022-08-20 +21.37480106,-157.9433932,Common Myna,21,2022-08-20 +21.37480106,-157.9433932,Common Waxbill,12,2022-04-17 +21.37480106,-157.9433932,House Finch,8,2022-08-20 +21.37480106,-157.9433932,House Sparrow,4,2022-08-20 +21.37480106,-157.9433932,Java Sparrow,9,2023-01-20 +21.37480106,-157.9433932,Feral Mallard,4,2022-04-16 +21.37480106,-157.9433932,Northern Cardinal,2,2022-04-15 +21.37480106,-157.9433932,Pacific Golden-Plover,23,2023-01-20 +21.37480106,-157.9433932,Red Junglefowl,2,2021-12-25 +21.37480106,-157.9433932,Red-crested Cardinal,16,2022-08-20 +21.37480106,-157.9433932,Red-vented Bulbul,22,2022-11-09 +21.37480106,-157.9433932,Red-whiskered Bulbul,1,2022-04-13 +21.37480106,-157.9433932,Rock Pigeon,2,2022-04-09 +21.37480106,-157.9433932,Rose-ringed Parakeet,19,2023-01-20 +21.37480106,-157.9433932,Ruddy Turnstone,17,2023-01-20 +21.37480106,-157.9433932,Saffron Finch,2,2020-03-05 +21.37480106,-157.9433932,Spotted Dove,24,2022-11-09 +21.37480106,-157.9433932,Spotted Sandpiper,14,2022-04-18 +21.37480106,-157.9433932,Wandering Tattler,20,2023-01-20 +21.37480106,-157.9433932,Warbling White-eye,11,2022-04-18 +21.37480106,-157.9433932,Western Cattle Egret,13,2023-01-20 +21.37480106,-157.9433932,White Tern,5,2022-04-09 +21.37480106,-157.9433932,White-rumped Shama,3,2022-04-14 +21.37480106,-157.9433932,Yellow-fronted Canary,6,2022-07-31 +21.37480106,-157.9433932,Zebra Dove,21,2022-11-09 +21.38424498,-158.0108447,Black-crowned Night Heron,3,2021-10-13 +21.38424498,-158.0108447,Black-necked Stilt,7,2021-09-21 +21.38424498,-158.0108447,Chestnut Munia,2,2021-07-13 +21.38424498,-158.0108447,Common Gallinule,1,2021-08-17 +21.38424498,-158.0108447,Common Myna,14,2023-09-07 +21.38424498,-158.0108447,Common Waxbill,8,2021-09-21 +21.38424498,-158.0108447,Hawaiian Coot,1,2021-08-17 +21.38424498,-158.0108447,House Finch,5,2022-01-24 +21.38424498,-158.0108447,House Sparrow,2,2023-09-07 +21.38424498,-158.0108447,Java Sparrow,2,2023-09-07 +21.38424498,-158.0108447,Feral Mallard,11,2022-01-13 +21.38424498,-158.0108447,Pacific Golden-Plover,10,2023-09-07 +21.38424498,-158.0108447,Red Junglefowl,1,2019-03-07 +21.38424498,-158.0108447,Red-crested Cardinal,5,2023-09-07 +21.38424498,-158.0108447,Red-vented Bulbul,12,2023-09-07 +21.38424498,-158.0108447,Red-whiskered Bulbul,2,2021-08-17 +21.38424498,-158.0108447,Rock Pigeon,8,2023-09-07 +21.38424498,-158.0108447,Rose-ringed Parakeet,8,2023-09-07 +21.38424498,-158.0108447,Ruddy Turnstone,1,2021-08-17 +21.38424498,-158.0108447,Saffron Finch,9,2022-01-24 +21.38424498,-158.0108447,Scaly-breasted Munia,1,2019-03-07 +21.38424498,-158.0108447,Spotted Dove,10,2023-09-07 +21.38424498,-158.0108447,Wandering Tattler,1,2021-08-17 +21.38424498,-158.0108447,Warbling White-eye,8,2022-01-24 +21.38424498,-158.0108447,Western Cattle Egret,11,2023-09-07 +21.38424498,-158.0108447,White-rumped Shama,1,2021-09-21 +21.38424498,-158.0108447,Yellow-fronted Canary,1,2021-09-08 +21.38424498,-158.0108447,Zebra Dove,13,2023-09-07 +21.38383402,-157.9433282,Black Francolin,2,2019-04-09 +21.38383402,-157.9433282,Black-crowned Night Heron,49,2023-07-31 +21.38383402,-157.9433282,Black-necked Stilt,76,2024-02-27 +21.38383402,-157.9433282,Common Gallinule,53,2024-01-30 +21.38383402,-157.9433282,Common Myna,91,2024-02-27 +21.38383402,-157.9433282,Common Waxbill,29,2024-01-15 +21.38383402,-157.9433282,Hawaiian Coot,3,2020-10-12 +21.38383402,-157.9433282,House Finch,12,2023-07-19 +21.38383402,-157.9433282,House Sparrow,32,2023-07-31 +21.38383402,-157.9433282,Feral Mallard,63,2024-02-25 +21.38383402,-157.9433282,Muscovy Duck,3,2024-01-28 +21.38383402,-157.9433282,Pacific Golden-Plover,65,2024-02-27 +21.38383402,-157.9433282,Red Junglefowl,3,2024-01-28 +21.38383402,-157.9433282,Red-crested Cardinal,35,2024-02-27 +21.38383402,-157.9433282,Red-vented Bulbul,20,2023-05-13 +21.38383402,-157.9433282,Red-whiskered Bulbul,1,2021-07-22 +21.38383402,-157.9433282,Rock Pigeon,8,2024-01-28 +21.38383402,-157.9433282,Rose-ringed Parakeet,19,2024-02-27 +21.38383402,-157.9433282,Ruddy Turnstone,78,2024-02-27 +21.38383402,-157.9433282,Saffron Finch,5,2022-05-14 +21.38383402,-157.9433282,Scaly-breasted Munia,2,2019-01-15 +21.38383402,-157.9433282,Spotted Dove,63,2024-02-27 +21.38383402,-157.9433282,Wandering Tattler,51,2024-02-27 +21.38383402,-157.9433282,Warbling White-eye,19,2023-03-24 +21.38383402,-157.9433282,Western Cattle Egret,97,2024-02-27 +21.38383402,-157.9433282,White Tern,1,2019-01-07 +21.38383402,-157.9433282,Yellow-fronted Canary,7,2023-05-13 +21.38383402,-157.9433282,Zebra Dove,35,2024-01-28 +21.38221306,-157.7118556,Black-crowned Night Heron,2,2024-02-04 +21.38221306,-157.7118556,Black-necked Stilt,1,2021-10-28 +21.38221306,-157.7118556,Common Myna,24,2024-02-04 +21.38221306,-157.7118556,Common Waxbill,14,2023-11-15 +21.38221306,-157.7118556,Gray Francolin,2,2022-01-21 +21.38221306,-157.7118556,Great Frigatebird,11,2023-12-29 +21.38221306,-157.7118556,House Finch,12,2024-02-04 +21.38221306,-157.7118556,House Sparrow,4,2024-02-04 +21.38221306,-157.7118556,Indian Peafowl,3,2022-01-21 +21.38221306,-157.7118556,Japanese Bush Warbler,3,2022-01-21 +21.38221306,-157.7118556,Java Sparrow,16,2024-02-04 +21.38221306,-157.7118556,Northern Cardinal,8,2024-02-04 +21.38221306,-157.7118556,Pacific Golden-Plover,9,2024-02-04 +21.38221306,-157.7118556,Red Junglefowl,3,2023-12-29 +21.38221306,-157.7118556,Red-crested Cardinal,19,2024-02-04 +21.38221306,-157.7118556,Red-footed Booby,8,2024-01-03 +21.38221306,-157.7118556,Red-vented Bulbul,28,2024-02-04 +21.38221306,-157.7118556,Red-whiskered Bulbul,15,2024-01-02 +21.38221306,-157.7118556,Rock Pigeon,11,2024-02-04 +21.38221306,-157.7118556,Saffron Finch,1,2023-03-13 +21.38221306,-157.7118556,Scaly-breasted Munia,2,2020-02-01 +21.38221306,-157.7118556,Sooty Tern,1,2019-03-20 +21.38221306,-157.7118556,Spotted Dove,29,2024-01-03 +21.38221306,-157.7118556,Warbling White-eye,12,2023-12-29 +21.38221306,-157.7118556,Wedge-tailed Shearwater,1,2019-03-20 +21.38221306,-157.7118556,Western Cattle Egret,16,2024-02-04 +21.38221306,-157.7118556,White-rumped Shama,9,2023-11-07 +21.38221306,-157.7118556,White-tailed Tropicbird,1,2021-08-08 +21.38221306,-157.7118556,Yellow-fronted Canary,1,2019-08-01 +21.38221306,-157.7118556,Zebra Dove,27,2024-02-04 +21.39139372,-157.7310659,African Silverbill,2,2019-12-30 +21.39139372,-157.7310659,Barn Owl,1,2019-04-22 +21.39139372,-157.7310659,Black-crowned Night Heron,4,2023-07-20 +21.39139372,-157.7310659,Black-necked Stilt,3,2021-02-14 +21.39139372,-157.7310659,Common Gallinule,2,2023-07-16 +21.39139372,-157.7310659,Common Myna,28,2023-07-16 +21.39139372,-157.7310659,Common Waxbill,6,2020-09-13 +21.39139372,-157.7310659,Great Frigatebird,2,2022-11-09 +21.39139372,-157.7310659,Hawaiian Coot,2,2022-02-10 +21.39139372,-157.7310659,House Finch,13,2023-04-04 +21.39139372,-157.7310659,House Sparrow,4,2023-04-04 +21.39139372,-157.7310659,Java Sparrow,17,2023-07-20 +21.39139372,-157.7310659,Feral Mallard,3,2023-08-03 +21.39139372,-157.7310659,Northern Cardinal,9,2023-07-16 +21.39139372,-157.7310659,Pacific Golden-Plover,6,2022-10-23 +21.39139372,-157.7310659,Red Junglefowl,1,2022-07-12 +21.39139372,-157.7310659,Red-crested Cardinal,26,2023-07-16 +21.39139372,-157.7310659,Red-vented Bulbul,22,2023-07-16 +21.39139372,-157.7310659,Red-whiskered Bulbul,15,2023-04-04 +21.39139372,-157.7310659,Rock Pigeon,11,2023-07-16 +21.39139372,-157.7310659,Rose-ringed Parakeet,1,2021-05-04 +21.39139372,-157.7310659,Saffron Finch,2,2019-12-30 +21.39139372,-157.7310659,Scaly-breasted Munia,1,2019-05-04 +21.39139372,-157.7310659,Spotted Dove,26,2023-07-16 +21.39139372,-157.7310659,Warbling White-eye,15,2023-07-17 +21.39139372,-157.7310659,Wedge-tailed Shearwater,2,2022-11-08 +21.39139372,-157.7310659,Western Cattle Egret,12,2023-07-16 +21.39139372,-157.7310659,White-rumped Shama,5,2022-09-30 +21.39139372,-157.7310659,Zebra Dove,20,2023-04-04 +21.40202093,-157.9624909,Black-crowned Night Heron,3,2023-08-10 +21.40202093,-157.9624909,Black-necked Stilt,1,2020-08-30 +21.40202093,-157.9624909,Chestnut Munia,13,2023-08-09 +21.40202093,-157.9624909,Common Myna,237,2024-01-15 +21.40202093,-157.9624909,Common Waxbill,160,2024-01-08 +21.40202093,-157.9624909,House Finch,174,2024-01-13 +21.40202093,-157.9624909,House Sparrow,161,2024-01-15 +21.40202093,-157.9624909,Java Sparrow,159,2024-01-13 +21.40202093,-157.9624909,Northern Cardinal,165,2024-01-08 +21.40202093,-157.9624909,Pacific Golden-Plover,24,2024-01-08 +21.40202093,-157.9624909,Red Junglefowl,238,2024-01-21 +21.40202093,-157.9624909,Red-crested Cardinal,138,2024-01-16 +21.40202093,-157.9624909,Red-crowned Parrot,94,2023-07-23 +21.40202093,-157.9624909,Red-vented Bulbul,252,2024-01-16 +21.40202093,-157.9624909,Red-whiskered Bulbul,132,2024-01-13 +21.40202093,-157.9624909,Rock Pigeon,68,2024-01-13 +21.40202093,-157.9624909,Rose-ringed Parakeet,191,2024-01-15 +21.40202093,-157.9624909,Ruddy Turnstone,1,2021-03-05 +21.40202093,-157.9624909,Saffron Finch,57,2024-01-12 +21.40202093,-157.9624909,Scaly-breasted Munia,12,2023-08-05 +21.40202093,-157.9624909,Spotted Dove,262,2024-01-14 +21.40202093,-157.9624909,Warbling White-eye,187,2024-01-12 +21.40202093,-157.9624909,Western Cattle Egret,54,2024-01-14 +21.40202093,-157.9624909,White Tern,3,2023-05-22 +21.40202093,-157.9624909,White-rumped Shama,12,2024-01-10 +21.40202093,-157.9624909,Yellow-fronted Canary,10,2023-08-16 +21.40202093,-157.9624909,Zebra Dove,268,2024-01-16 +21.47537973,-158.1550088,African Silverbill,4,2020-06-05 +21.47537973,-158.1550088,Apapane,4,2022-12-24 +21.47537973,-158.1550088,Black Francolin,1,2023-11-12 +21.47537973,-158.1550088,Chestnut Munia,1,2022-04-15 +21.47537973,-158.1550088,Common Myna,9,2023-11-12 +21.47537973,-158.1550088,Common Waxbill,10,2023-11-12 +21.47537973,-158.1550088,Erckel's Spurfowl,4,2022-12-24 +21.47537973,-158.1550088,Gray Francolin,2,2022-12-24 +21.47537973,-158.1550088,House Finch,8,2023-03-13 +21.47537973,-158.1550088,House Sparrow,1,2020-06-05 +21.47537973,-158.1550088,Indian Peafowl,1,2023-01-26 +21.47537973,-158.1550088,Japanese Bush Warbler,3,2022-12-24 +21.47537973,-158.1550088,Java Sparrow,2,2023-03-13 +21.47537973,-158.1550088,Kalij Pheasant,3,2022-12-24 +21.47537973,-158.1550088,Mourning Dove,1,2022-12-24 +21.47537973,-158.1550088,Northern Cardinal,5,2023-03-13 +21.47537973,-158.1550088,Oahu Amakihi,4,2022-12-24 +21.47537973,-158.1550088,Pacific Golden-Plover,1,2019-11-18 +21.47537973,-158.1550088,Red Avadavat,1,2023-03-13 +21.47537973,-158.1550088,Red-billed Leiothrix,6,2023-03-13 +21.47537973,-158.1550088,Red-crested Cardinal,10,2023-03-13 +21.47537973,-158.1550088,Red-vented Bulbul,13,2023-11-12 +21.47537973,-158.1550088,Red-whiskered Bulbul,7,2023-11-12 +21.47537973,-158.1550088,Rock Pigeon,1,2020-06-05 +21.47537973,-158.1550088,Saffron Finch,3,2023-01-26 +21.47537973,-158.1550088,Scaly-breasted Munia,2,2023-03-13 +21.47537973,-158.1550088,Spotted Dove,8,2023-11-12 +21.47537973,-158.1550088,Warbling White-eye,10,2023-03-13 +21.47537973,-158.1550088,White-rumped Shama,9,2023-11-12 +21.47537973,-158.1550088,Zebra Dove,11,2023-11-12 +21.58353445,-158.1060864,Common Gallinule,7,2023-08-26 +21.58353445,-158.1060864,Common Myna,33,2023-12-24 +21.58353445,-158.1060864,Common Waxbill,6,2021-10-10 +21.58353445,-158.1060864,Gray Francolin,3,2023-12-22 +21.58353445,-158.1060864,Great Frigatebird,1,2019-07-27 +21.58353445,-158.1060864,Green-winged Teal,1,2021-10-01 +21.58353445,-158.1060864,House Finch,9,2022-05-29 +21.58353445,-158.1060864,House Sparrow,18,2023-12-24 +21.58353445,-158.1060864,Indian Peafowl,2,2023-09-22 +21.58353445,-158.1060864,Java Sparrow,5,2023-12-24 +21.58353445,-158.1060864,Feral Mallard,1,2022-02-08 +21.58353445,-158.1060864,Muscovy Duck,4,2023-12-23 +21.58353445,-158.1060864,Northern Cardinal,3,2023-02-17 +21.58353445,-158.1060864,Pacific Golden-Plover,8,2022-01-04 +21.58353445,-158.1060864,Red Junglefowl,21,2023-12-24 +21.58353445,-158.1060864,Red-billed Leiothrix,1,2021-10-01 +21.58353445,-158.1060864,Red-crested Cardinal,18,2023-05-28 +21.58353445,-158.1060864,Red-vented Bulbul,12,2023-05-28 +21.58353445,-158.1060864,Red-whiskered Bulbul,4,2021-10-01 +21.58353445,-158.1060864,Rock Pigeon,7,2022-10-06 +21.58353445,-158.1060864,Saffron Finch,33,2023-12-24 +21.58353445,-158.1060864,Spotted Dove,13,2023-11-01 +21.58353445,-158.1060864,Wandering Tattler,1,2021-10-01 +21.58353445,-158.1060864,Warbling White-eye,8,2022-05-29 +21.58353445,-158.1060864,Western Cattle Egret,8,2023-01-07 +21.58353445,-158.1060864,White Tern,1,2022-01-25 +21.58353445,-158.1060864,White-rumped Shama,3,2019-10-05 +21.58353445,-158.1060864,White-tailed Tropicbird,2,2021-10-01 +21.58353445,-158.1060864,Yellow-fronted Canary,1,2021-06-27 +21.58353445,-158.1060864,Zebra Dove,35,2023-12-23 +21.29299429,-157.8668621,African Silverbill,2,2023-08-19 +21.29299429,-157.8668621,Black-crowned Night Heron,3,2023-10-13 +21.29299429,-157.8668621,Brown Booby,5,2023-09-04 +21.29299429,-157.8668621,Brown Noddy,2,2023-09-04 +21.29299429,-157.8668621,Common Myna,31,2024-01-09 +21.29299429,-157.8668621,Common Waxbill,13,2024-01-09 +21.29299429,-157.8668621,Great Frigatebird,3,2023-09-04 +21.29299429,-157.8668621,House Finch,20,2024-01-09 +21.29299429,-157.8668621,House Sparrow,28,2024-02-21 +21.29299429,-157.8668621,Java Sparrow,4,2023-10-20 +21.29299429,-157.8668621,Feral Mallard,2,2021-08-08 +21.29299429,-157.8668621,Northern Cardinal,1,2020-02-06 +21.29299429,-157.8668621,Northern Mockingbird,1,2023-10-20 +21.29299429,-157.8668621,Pacific Golden-Plover,24,2024-01-09 +21.29299429,-157.8668621,Red Junglefowl,21,2024-02-21 +21.29299429,-157.8668621,Red-billed Leiothrix,1,2023-10-03 +21.29299429,-157.8668621,Red-crested Cardinal,27,2024-01-09 +21.29299429,-157.8668621,Red-vented Bulbul,19,2024-01-09 +21.29299429,-157.8668621,Red-whiskered Bulbul,3,2023-09-04 +21.29299429,-157.8668621,Rock Pigeon,24,2024-02-21 +21.29299429,-157.8668621,Rose-ringed Parakeet,8,2023-11-20 +21.29299429,-157.8668621,Ruddy Turnstone,2,2022-01-13 +21.29299429,-157.8668621,Saffron Finch,21,2024-01-09 +21.29299429,-157.8668621,Scaly-breasted Munia,3,2023-12-02 +21.29299429,-157.8668621,Spotted Dove,25,2023-12-17 +21.29299429,-157.8668621,Warbling White-eye,11,2024-01-09 +21.29299429,-157.8668621,Wedge-tailed Shearwater,1,2023-09-04 +21.29299429,-157.8668621,Western Cattle Egret,25,2023-12-17 +21.29299429,-157.8668621,White Tern,28,2024-01-09 +21.29299429,-157.8668621,Yellow-fronted Canary,15,2024-01-09 +21.29299429,-157.8668621,Zebra Dove,31,2024-02-21 +21.29279676,-157.8379461,Black-crowned Night Heron,6,2023-06-27 +21.29279676,-157.8379461,Common Myna,148,2024-02-20 +21.29279676,-157.8379461,Common Waxbill,8,2023-10-01 +21.29279676,-157.8379461,Great Frigatebird,1,2020-06-15 +21.29279676,-157.8379461,House Finch,82,2024-02-20 +21.29279676,-157.8379461,House Sparrow,186,2024-02-20 +21.29279676,-157.8379461,Java Sparrow,10,2023-11-08 +21.29279676,-157.8379461,Feral Mallard,4,2023-09-02 +21.29279676,-157.8379461,Muscovy Duck,1,2019-09-24 +21.29279676,-157.8379461,Northern Cardinal,10,2023-03-30 +21.29279676,-157.8379461,Northern Mockingbird,1,2022-11-16 +21.29279676,-157.8379461,Pacific Golden-Plover,10,2024-02-19 +21.29279676,-157.8379461,Red Junglefowl,2,2023-11-08 +21.29279676,-157.8379461,Red-crested Cardinal,95,2024-02-20 +21.29279676,-157.8379461,Red-tailed Tropicbird,1,2021-08-10 +21.29279676,-157.8379461,Red-vented Bulbul,101,2024-02-20 +21.29279676,-157.8379461,Red-whiskered Bulbul,11,2023-03-30 +21.29279676,-157.8379461,Rock Pigeon,198,2024-02-20 +21.29279676,-157.8379461,Rose-ringed Parakeet,8,2023-08-19 +21.29279676,-157.8379461,Ruddy Turnstone,1,2019-12-09 +21.29279676,-157.8379461,Saffron Finch,1,2019-12-09 +21.29279676,-157.8379461,Scaly-breasted Munia,2,2021-06-08 +21.29279676,-157.8379461,Spotted Dove,183,2024-02-20 +21.29279676,-157.8379461,Warbling White-eye,53,2024-02-20 +21.29279676,-157.8379461,Western Cattle Egret,29,2024-02-19 +21.29279676,-157.8379461,White Tern,249,2024-02-20 +21.29279676,-157.8379461,White-tailed Tropicbird,1,2022-12-20 +21.29279676,-157.8379461,Yellow-fronted Canary,13,2023-10-04 +21.29279676,-157.8379461,Zebra Dove,183,2024-02-20 +21.30196238,-157.8571538,Black-crowned Night Heron,1,2023-03-17 +21.30196238,-157.8571538,Chestnut Munia,5,2021-07-21 +21.30196238,-157.8571538,Common Myna,44,2023-12-27 +21.30196238,-157.8571538,Common Waxbill,15,2023-11-16 +21.30196238,-157.8571538,Great Frigatebird,2,2021-01-15 +21.30196238,-157.8571538,House Finch,12,2021-12-08 +21.30196238,-157.8571538,House Sparrow,37,2023-12-27 +21.30196238,-157.8571538,Java Sparrow,22,2023-03-20 +21.30196238,-157.8571538,Feral Mallard,6,2022-05-28 +21.30196238,-157.8571538,Northern Cardinal,2,2022-05-28 +21.30196238,-157.8571538,Northern Mockingbird,1,2023-07-27 +21.30196238,-157.8571538,Pacific Golden-Plover,28,2023-12-16 +21.30196238,-157.8571538,Red Junglefowl,6,2023-12-16 +21.30196238,-157.8571538,Red-crested Cardinal,21,2023-08-27 +21.30196238,-157.8571538,Red-vented Bulbul,20,2022-06-28 +21.30196238,-157.8571538,Red-whiskered Bulbul,2,2021-06-05 +21.30196238,-157.8571538,Rock Pigeon,29,2023-12-27 +21.30196238,-157.8571538,Rose-ringed Parakeet,24,2023-11-16 +21.30196238,-157.8571538,Saffron Finch,8,2023-03-21 +21.30196238,-157.8571538,Scaly-breasted Munia,1,2021-12-08 +21.30196238,-157.8571538,Spotted Dove,35,2023-12-27 +21.30196238,-157.8571538,Warbling White-eye,21,2023-05-13 +21.30196238,-157.8571538,Wedge-tailed Shearwater,1,2022-01-14 +21.30196238,-157.8571538,Western Cattle Egret,20,2023-11-16 +21.30196238,-157.8571538,White Tern,65,2023-12-27 +21.30196238,-157.8571538,White-rumped Shama,2,2023-11-16 +21.30196238,-157.8571538,Yellow-fronted Canary,5,2021-06-02 +21.30196238,-157.8571538,Zebra Dove,46,2024-01-09 +21.30169572,-157.818596,Black-crowned Night Heron,2,2021-05-16 +21.30169572,-157.818596,Chestnut Munia,6,2023-02-18 +21.30169572,-157.818596,Common Myna,100,2024-01-04 +21.30169572,-157.818596,Common Waxbill,58,2024-01-04 +21.30169572,-157.818596,House Finch,33,2024-01-04 +21.30169572,-157.818596,House Sparrow,62,2024-01-04 +21.30169572,-157.818596,Java Sparrow,50,2024-01-04 +21.30169572,-157.818596,Feral Mallard,1,2023-12-17 +21.30169572,-157.818596,Muscovy Duck,1,2023-07-06 +21.30169572,-157.818596,Northern Cardinal,17,2024-01-04 +21.30169572,-157.818596,Northern Mockingbird,1,2021-04-02 +21.30169572,-157.818596,Oahu Amakihi,1,2021-12-15 +21.30169572,-157.818596,Pacific Golden-Plover,42,2024-01-04 +21.30169572,-157.818596,Red Junglefowl,11,2024-01-04 +21.30169572,-157.818596,Red-billed Leiothrix,6,2021-05-16 +21.30169572,-157.818596,Red-crested Cardinal,68,2024-01-04 +21.30169572,-157.818596,Red-vented Bulbul,91,2024-01-04 +21.30169572,-157.818596,Red-whiskered Bulbul,43,2024-01-04 +21.30169572,-157.818596,Rock Pigeon,41,2024-01-04 +21.30169572,-157.818596,Rose-ringed Parakeet,74,2024-01-04 +21.30169572,-157.818596,Saffron Finch,18,2023-12-17 +21.30169572,-157.818596,Scaly-breasted Munia,5,2023-12-17 +21.30169572,-157.818596,Spotted Dove,84,2024-02-18 +21.30169572,-157.818596,Warbling White-eye,66,2024-01-04 +21.30169572,-157.818596,Western Cattle Egret,54,2024-01-04 +21.30169572,-157.818596,White Tern,101,2024-01-04 +21.30169572,-157.818596,White-rumped Shama,48,2023-12-17 +21.30169572,-157.818596,White-tailed Tropicbird,1,2019-08-18 +21.30169572,-157.818596,Yellow-fronted Canary,32,2024-01-04 +21.30169572,-157.818596,Zebra Dove,94,2024-01-04 +21.31982997,-157.8280921,Black-crowned Night Heron,1,2024-02-03 +21.31982997,-157.8280921,Chestnut Munia,8,2023-12-17 +21.31982997,-157.8280921,Common Myna,35,2024-02-11 +21.31982997,-157.8280921,Common Waxbill,41,2024-02-11 +21.31982997,-157.8280921,Eurasian Skylark,1,2022-11-21 +21.31982997,-157.8280921,House Finch,26,2024-01-04 +21.31982997,-157.8280921,House Sparrow,2,2023-12-17 +21.31982997,-157.8280921,Japanese Bush Warbler,3,2022-02-15 +21.31982997,-157.8280921,Java Sparrow,17,2023-03-21 +21.31982997,-157.8280921,Mourning Dove,2,2022-11-29 +21.31982997,-157.8280921,Northern Cardinal,20,2024-02-11 +21.31982997,-157.8280921,Oahu Amakihi,16,2023-10-15 +21.31982997,-157.8280921,Pacific Golden-Plover,4,2024-02-03 +21.31982997,-157.8280921,Red Junglefowl,29,2024-02-03 +21.31982997,-157.8280921,Red-billed Leiothrix,28,2024-02-26 +21.31982997,-157.8280921,Red-crested Cardinal,52,2024-02-11 +21.31982997,-157.8280921,Red-vented Bulbul,50,2024-02-11 +21.31982997,-157.8280921,Red-whiskered Bulbul,40,2024-02-11 +21.31982997,-157.8280921,Rock Pigeon,3,2024-02-03 +21.31982997,-157.8280921,Rose-ringed Parakeet,35,2024-02-11 +21.31982997,-157.8280921,Saffron Finch,3,2024-02-03 +21.31982997,-157.8280921,Scaly-breasted Munia,4,2023-12-17 +21.31982997,-157.8280921,Spotted Dove,34,2024-02-11 +21.31982997,-157.8280921,Warbling White-eye,40,2024-01-04 +21.31982997,-157.8280921,Western Cattle Egret,3,2024-02-03 +21.31982997,-157.8280921,White Tern,9,2024-02-03 +21.31982997,-157.8280921,White-rumped Shama,41,2024-02-11 +21.31982997,-157.8280921,Yellow-fronted Canary,9,2023-10-15 +21.31982997,-157.8280921,Zebra Dove,46,2024-02-11 +21.33961677,-158.1075741,Black Swan,1,2019-04-04 +21.33961677,-158.1075741,Black-crowned Night Heron,5,2022-11-02 +21.33961677,-158.1075741,Black-necked Stilt,2,2022-11-02 +21.33961677,-158.1075741,Chestnut Munia,3,2024-01-31 +21.33961677,-158.1075741,Common Gallinule,1,2020-11-13 +21.33961677,-158.1075741,Common Myna,16,2024-02-02 +21.33961677,-158.1075741,Common Waxbill,4,2024-02-02 +21.33961677,-158.1075741,Gray Francolin,1,2023-02-20 +21.33961677,-158.1075741,Great Frigatebird,2,2020-03-04 +21.33961677,-158.1075741,Hawaiian Coot,4,2022-11-02 +21.33961677,-158.1075741,House Finch,5,2024-01-31 +21.33961677,-158.1075741,House Sparrow,4,2024-01-31 +21.33961677,-158.1075741,Java Sparrow,3,2020-12-12 +21.33961677,-158.1075741,Feral Mallard,5,2022-01-21 +21.33961677,-158.1075741,Muscovy Duck,3,2022-01-23 +21.33961677,-158.1075741,Northern Cardinal,2,2024-01-31 +21.33961677,-158.1075741,Pacific Golden-Plover,13,2024-01-31 +21.33961677,-158.1075741,Red Junglefowl,1,2022-11-02 +21.33961677,-158.1075741,Red-crested Cardinal,7,2024-02-02 +21.33961677,-158.1075741,Red-vented Bulbul,10,2024-02-02 +21.33961677,-158.1075741,Red-whiskered Bulbul,2,2024-01-31 +21.33961677,-158.1075741,Ruddy Turnstone,1,2022-01-23 +21.33961677,-158.1075741,Saffron Finch,7,2024-02-02 +21.33961677,-158.1075741,Spotted Dove,11,2024-02-02 +21.33961677,-158.1075741,Wandering Tattler,1,2019-04-04 +21.33961677,-158.1075741,Warbling White-eye,2,2024-01-31 +21.33961677,-158.1075741,Wedge-tailed Shearwater,1,2020-11-24 +21.33961677,-158.1075741,Western Cattle Egret,9,2024-02-02 +21.33961677,-158.1075741,Zebra Dove,14,2024-02-02 +21.42829697,-157.8368758,Black Swan,15,2024-02-23 +21.42829697,-157.8368758,Black-crowned Night Heron,1,2023-05-15 +21.42829697,-157.8368758,Chestnut Munia,14,2023-07-09 +21.42829697,-157.8368758,Common Myna,20,2023-07-09 +21.42829697,-157.8368758,Common Waxbill,3,2023-07-09 +21.42829697,-157.8368758,House Finch,4,2023-07-09 +21.42829697,-157.8368758,House Sparrow,18,2023-07-09 +21.42829697,-157.8368758,Indian Peafowl,3,2023-01-29 +21.42829697,-157.8368758,Java Sparrow,3,2023-06-30 +21.42829697,-157.8368758,Feral Mallard,5,2022-09-09 +21.42829697,-157.8368758,Muscovy Duck,1,2022-09-19 +21.42829697,-157.8368758,Northern Cardinal,2,2021-08-16 +21.42829697,-157.8368758,Oahu Amakihi,2,2023-01-02 +21.42829697,-157.8368758,Pacific Golden-Plover,10,2022-08-25 +21.42829697,-157.8368758,Red Junglefowl,5,2021-12-22 +21.42829697,-157.8368758,Red-billed Leiothrix,6,2023-07-09 +21.42829697,-157.8368758,Red-crested Cardinal,20,2023-06-30 +21.42829697,-157.8368758,Red-vented Bulbul,13,2023-07-09 +21.42829697,-157.8368758,Red-whiskered Bulbul,9,2023-07-09 +21.42829697,-157.8368758,Rock Pigeon,7,2023-01-02 +21.42829697,-157.8368758,Saffron Finch,3,2023-06-30 +21.42829697,-157.8368758,Scaly-breasted Munia,1,2019-05-01 +21.42829697,-157.8368758,Spotted Dove,41,2024-02-23 +21.42829697,-157.8368758,Warbling White-eye,9,2023-07-09 +21.42829697,-157.8368758,Western Cattle Egret,16,2023-07-09 +21.42829697,-157.8368758,White-rumped Shama,10,2023-07-09 +21.42829697,-157.8368758,Yellow-faced Grassquit,4,2023-07-09 +21.42829697,-157.8368758,Zebra Dove,41,2024-02-23 +21.42767078,-157.7500482,African Silverbill,1,2019-04-16 +21.42767078,-157.7500482,Black-necked Stilt,31,2023-08-05 +21.42767078,-157.7500482,Chestnut Munia,28,2024-01-25 +21.42767078,-157.7500482,Common Myna,138,2024-02-11 +21.42767078,-157.7500482,Common Waxbill,79,2024-02-11 +21.42767078,-157.7500482,Erckel's Spurfowl,1,2020-08-31 +21.42767078,-157.7500482,Great Frigatebird,7,2023-11-04 +21.42767078,-157.7500482,House Finch,78,2024-02-11 +21.42767078,-157.7500482,House Sparrow,74,2024-02-11 +21.42767078,-157.7500482,Java Sparrow,120,2024-02-11 +21.42767078,-157.7500482,Feral Mallard,9,2024-05-05 +21.42767078,-157.7500482,Northern Cardinal,54,2024-02-11 +21.42767078,-157.7500482,Northern Mockingbird,1,2023-08-05 +21.42767078,-157.7500482,Pacific Golden-Plover,71,2024-02-11 +21.42767078,-157.7500482,Red Avadavat,48,2023-08-24 +21.42767078,-157.7500482,Red Junglefowl,5,2024-02-11 +21.42767078,-157.7500482,Red-billed Leiothrix,1,2019-04-15 +21.42767078,-157.7500482,Red-crested Cardinal,74,2024-02-11 +21.42767078,-157.7500482,Red-vented Bulbul,76,2024-02-11 +21.42767078,-157.7500482,Red-whiskered Bulbul,11,2023-08-05 +21.42767078,-157.7500482,Rock Pigeon,63,2024-02-11 +21.42767078,-157.7500482,Saffron Finch,24,2024-02-02 +21.42767078,-157.7500482,Scaly-breasted Munia,21,2023-06-17 +21.42767078,-157.7500482,Spotted Dove,100,2024-02-02 +21.42767078,-157.7500482,Warbling White-eye,36,2024-02-11 +21.42767078,-157.7500482,Western Cattle Egret,95,2024-02-11 +21.42767078,-157.7500482,White-rumped Shama,14,2024-02-11 +21.42767078,-157.7500482,Yellow-fronted Canary,4,2019-03-30 +21.42767078,-157.7500482,Zebra Dove,140,2024-02-11 +21.45539677,-157.8366609,Black-crowned Night Heron,4,2023-04-12 +21.45539677,-157.8366609,Black-necked Stilt,24,2022-12-26 +21.45539677,-157.8366609,Chestnut Munia,25,2023-08-23 +21.45539677,-157.8366609,Common Gallinule,4,2024-01-03 +21.45539677,-157.8366609,Common Myna,26,2023-08-10 +21.45539677,-157.8366609,Common Waxbill,3,2022-07-30 +21.45539677,-157.8366609,Great Frigatebird,1,2023-01-28 +21.45539677,-157.8366609,House Finch,1,2021-11-22 +21.45539677,-157.8366609,House Sparrow,3,2023-08-01 +21.45539677,-157.8366609,Java Sparrow,3,2020-02-20 +21.45539677,-157.8366609,Feral Mallard,7,2021-09-08 +21.45539677,-157.8366609,Muscovy Duck,1,2019-12-31 +21.45539677,-157.8366609,Northern Cardinal,1,2022-11-20 +21.45539677,-157.8366609,Northern Mockingbird,1,2023-02-27 +21.45539677,-157.8366609,Pacific Golden-Plover,13,2023-03-29 +21.45539677,-157.8366609,Red Junglefowl,5,2023-08-01 +21.45539677,-157.8366609,Red-crested Cardinal,4,2023-08-01 +21.45539677,-157.8366609,Red-vented Bulbul,6,2023-02-27 +21.45539677,-157.8366609,Rock Pigeon,4,2024-01-03 +21.45539677,-157.8366609,Ruddy Turnstone,12,2019-04-04 +21.45539677,-157.8366609,Saffron Finch,4,2022-05-27 +21.45539677,-157.8366609,Scaly-breasted Munia,2,2023-10-05 +21.45539677,-157.8366609,Spotted Dove,14,2023-08-10 +21.45539677,-157.8366609,Wandering Tattler,7,2019-04-03 +21.45539677,-157.8366609,Warbling White-eye,3,2023-02-27 +21.45539677,-157.8366609,Wedge-tailed Shearwater,1,2020-11-21 +21.45539677,-157.8366609,Western Cattle Egret,13,2024-01-03 +21.45539677,-157.8366609,White-rumped Shama,2,2023-02-27 +21.45539677,-157.8366609,White-tailed Tropicbird,1,2023-08-10 +21.45539677,-157.8366609,Zebra Dove,10,2023-08-10 +21.57529869,-158.2703339,African Silverbill,2,2023-08-26 +21.57529869,-158.2703339,Black Francolin,2,2019-07-08 +21.57529869,-158.2703339,Black-footed Albatross,1,2022-01-15 +21.57529869,-158.2703339,Brown Booby,3,2023-04-11 +21.57529869,-158.2703339,Common Myna,16,2023-08-26 +21.57529869,-158.2703339,Common Waxbill,10,2023-08-26 +21.57529869,-158.2703339,Erckel's Spurfowl,5,2023-07-10 +21.57529869,-158.2703339,Gray Francolin,7,2021-03-10 +21.57529869,-158.2703339,Great Frigatebird,2,2020-02-15 +21.57529869,-158.2703339,House Finch,5,2023-07-10 +21.57529869,-158.2703339,Laysan Albatross,19,2023-07-01 +21.57529869,-158.2703339,Masked Booby,1,2023-04-11 +21.57529869,-158.2703339,Northern Cardinal,5,2023-07-10 +21.57529869,-158.2703339,Northern Mockingbird,2,2019-06-09 +21.57529869,-158.2703339,Pacific Golden-Plover,9,2023-08-26 +21.57529869,-158.2703339,Red Junglefowl,1,2019-01-10 +21.57529869,-158.2703339,Red-crested Cardinal,12,2023-08-26 +21.57529869,-158.2703339,Red-footed Booby,1,2019-07-08 +21.57529869,-158.2703339,Red-vented Bulbul,17,2023-08-26 +21.57529869,-158.2703339,Red-whiskered Bulbul,3,2023-04-11 +21.57529869,-158.2703339,Ring-necked Pheasant,1,2020-02-05 +21.57529869,-158.2703339,Rock Pigeon,3,2020-02-02 +21.57529869,-158.2703339,Saffron Finch,1,2019-01-10 +21.57529869,-158.2703339,Spotted Dove,13,2023-08-26 +21.57529869,-158.2703339,Wandering Tattler,2,2023-08-26 +21.57529869,-158.2703339,Warbling White-eye,5,2023-07-10 +21.57529869,-158.2703339,Wedge-tailed Shearwater,5,2023-08-26 +21.57529869,-158.2703339,Western Cattle Egret,5,2023-04-02 +21.57529869,-158.2703339,White-rumped Shama,1,2019-01-12 +21.57529869,-158.2703339,White-tailed Tropicbird,2,2023-08-26 +21.57529869,-158.2703339,Zebra Dove,13,2023-08-26 +21.57513335,-158.2316924,Brown Booby,1,2023-12-30 +21.57513335,-158.2316924,Chinese Hwamei,2,2022-12-28 +21.57513335,-158.2316924,Chukar,1,2022-12-28 +21.57513335,-158.2316924,Common Myna,21,2024-02-05 +21.57513335,-158.2316924,Common Waxbill,23,2024-02-05 +21.57513335,-158.2316924,Erckel's Spurfowl,29,2024-02-05 +21.57513335,-158.2316924,Eurasian Skylark,2,2023-05-01 +21.57513335,-158.2316924,Gray Francolin,3,2023-05-20 +21.57513335,-158.2316924,Great Frigatebird,7,2023-08-06 +21.57513335,-158.2316924,House Finch,21,2024-02-05 +21.57513335,-158.2316924,Indian Peafowl,14,2023-05-01 +21.57513335,-158.2316924,Japanese Bush Warbler,19,2024-02-05 +21.57513335,-158.2316924,Kalij Pheasant,3,2023-05-01 +21.57513335,-158.2316924,Laysan Albatross,32,2024-02-05 +21.57513335,-158.2316924,Northern Cardinal,21,2024-02-05 +21.57513335,-158.2316924,Pacific Golden-Plover,12,2024-02-05 +21.57513335,-158.2316924,Red Junglefowl,3,2022-12-28 +21.57513335,-158.2316924,Red-billed Leiothrix,22,2024-02-05 +21.57513335,-158.2316924,Red-crested Cardinal,9,2023-05-01 +21.57513335,-158.2316924,Red-vented Bulbul,34,2024-02-05 +21.57513335,-158.2316924,Red-whiskered Bulbul,17,2024-02-05 +21.57513335,-158.2316924,Ring-necked Pheasant,3,2023-12-12 +21.57513335,-158.2316924,Rock Pigeon,12,2023-05-20 +21.57513335,-158.2316924,Scaly-breasted Munia,13,2023-12-12 +21.57513335,-158.2316924,Spotted Dove,23,2024-02-05 +21.57513335,-158.2316924,Warbling White-eye,31,2024-02-05 +21.57513335,-158.2316924,Wedge-tailed Shearwater,1,2022-11-11 +21.57513335,-158.2316924,White-rumped Shama,24,2024-02-05 +21.57513335,-158.2316924,White-tailed Tropicbird,26,2024-02-05 +21.57513335,-158.2316924,Wild Turkey,10,2020-12-31 +21.57513335,-158.2316924,Zebra Dove,28,2024-02-05 +21.67349307,-158.0378768,Brown Booby,2,2023-11-13 +21.67349307,-158.0378768,Common Myna,33,2023-08-04 +21.67349307,-158.0378768,Common Waxbill,4,2023-02-25 +21.67349307,-158.0378768,Great Frigatebird,1,2023-07-12 +21.67349307,-158.0378768,House Sparrow,2,2021-08-12 +21.67349307,-158.0378768,Indian Peafowl,1,2023-05-10 +21.67349307,-158.0378768,Java Sparrow,9,2023-07-20 +21.67349307,-158.0378768,Laysan Albatross,7,2023-04-13 +21.67349307,-158.0378768,Northern Cardinal,2,2022-02-11 +21.67349307,-158.0378768,Pacific Golden-Plover,4,2021-11-02 +21.67349307,-158.0378768,Red Junglefowl,10,2024-01-22 +21.67349307,-158.0378768,Red-crested Cardinal,14,2023-10-22 +21.67349307,-158.0378768,Red-footed Booby,1,2024-01-15 +21.67349307,-158.0378768,Red-masked Parakeet,1,2021-08-12 +21.67349307,-158.0378768,Red-vented Bulbul,12,2023-11-13 +21.67349307,-158.0378768,Red-whiskered Bulbul,4,2023-02-25 +21.67349307,-158.0378768,Rock Pigeon,3,2024-01-22 +21.67349307,-158.0378768,Rosy-faced Lovebird,1,2021-06-24 +21.67349307,-158.0378768,Ruddy Turnstone,1,2022-02-26 +21.67349307,-158.0378768,Saffron Finch,8,2023-11-14 +21.67349307,-158.0378768,Sanderling,4,2022-02-24 +21.67349307,-158.0378768,Scaly-breasted Munia,1,2022-04-14 +21.67349307,-158.0378768,Spotted Dove,12,2023-07-20 +21.67349307,-158.0378768,Wandering Tattler,4,2022-02-14 +21.67349307,-158.0378768,Warbling White-eye,4,2023-05-14 +21.67349307,-158.0378768,Wedge-tailed Shearwater,6,2022-04-20 +21.67349307,-158.0378768,Western Cattle Egret,12,2023-02-25 +21.67349307,-158.0378768,White Tern,1,2022-12-11 +21.67349307,-158.0378768,White-rumped Shama,3,2022-03-23 +21.67349307,-158.0378768,White-tailed Tropicbird,1,2023-07-12 +21.67349307,-158.0378768,Zebra Dove,25,2024-01-22 +21.69121429,-157.979763,Black-crowned Night Heron,1,2019-09-02 +21.69121429,-157.979763,Black-necked Stilt,2,2021-10-14 +21.69121429,-157.979763,Bristle-thighed Curlew,2,2022-08-23 +21.69121429,-157.979763,Chestnut Munia,6,2024-02-01 +21.69121429,-157.979763,Common Gallinule,1,2019-09-02 +21.69121429,-157.979763,Common Myna,7,2024-02-04 +21.69121429,-157.979763,Common Waxbill,8,2024-02-04 +21.69121429,-157.979763,Gray Francolin,1,2022-08-23 +21.69121429,-157.979763,Hawaiian Coot,1,2019-09-02 +21.69121429,-157.979763,House Finch,1,2020-11-15 +21.69121429,-157.979763,House Sparrow,2,2021-03-18 +21.69121429,-157.979763,Japanese Bush Warbler,2,2024-02-04 +21.69121429,-157.979763,Java Sparrow,1,2022-08-23 +21.69121429,-157.979763,Feral Mallard,1,2019-09-02 +21.69121429,-157.979763,Muscovy Duck,1,2019-09-02 +21.69121429,-157.979763,Northern Cardinal,1,2024-01-26 +21.69121429,-157.979763,Pacific Golden-Plover,6,2024-02-04 +21.69121429,-157.979763,Red Junglefowl,1,2021-06-04 +21.69121429,-157.979763,Red-billed Leiothrix,1,2022-08-23 +21.69121429,-157.979763,Red-crested Cardinal,6,2024-02-04 +21.69121429,-157.979763,Red-vented Bulbul,8,2024-02-04 +21.69121429,-157.979763,Red-whiskered Bulbul,4,2024-02-04 +21.69121429,-157.979763,Rock Pigeon,2,2021-03-18 +21.69121429,-157.979763,Ruddy Turnstone,2,2022-08-23 +21.69121429,-157.979763,Saffron Finch,3,2024-02-04 +21.69121429,-157.979763,Scaly-breasted Munia,1,2024-02-01 +21.69121429,-157.979763,Spotted Dove,5,2022-08-23 +21.69121429,-157.979763,Warbling White-eye,2,2024-01-25 +21.69121429,-157.979763,Western Cattle Egret,11,2024-02-04 +21.69121429,-157.979763,White-rumped Shama,2,2022-08-23 +21.69121429,-157.979763,Zebra Dove,6,2024-02-04 +21.69096749,-157.9411011,Black-crowned Night Heron,2,2020-12-07 +21.69096749,-157.9411011,Black-necked Stilt,1,2020-12-05 +21.69096749,-157.9411011,Bristle-thighed Curlew,5,2023-04-19 +21.69096749,-157.9411011,Brown Noddy,1,2019-03-31 +21.69096749,-157.9411011,Common Myna,1,2022-03-16 +21.69096749,-157.9411011,Common Waxbill,1,2022-03-16 +21.69096749,-157.9411011,Dunlin,1,2020-12-05 +21.69096749,-157.9411011,Great Frigatebird,1,2020-12-07 +21.69096749,-157.9411011,Hawaiian Coot,2,2020-12-07 +21.69096749,-157.9411011,House Finch,3,2022-03-16 +21.69096749,-157.9411011,Laysan Albatross,1,2023-04-19 +21.69096749,-157.9411011,Feral Mallard,1,2020-12-07 +21.69096749,-157.9411011,Northern Cardinal,1,2022-03-16 +21.69096749,-157.9411011,Northern Pintail,2,2020-12-07 +21.69096749,-157.9411011,Northern Shoveler,2,2020-12-07 +21.69096749,-157.9411011,Pacific Golden-Plover,4,2022-03-16 +21.69096749,-157.9411011,Red Junglefowl,2,2022-03-16 +21.69096749,-157.9411011,Red-crested Cardinal,1,2022-03-16 +21.69096749,-157.9411011,Red-footed Booby,1,2019-03-31 +21.69096749,-157.9411011,Red-vented Bulbul,3,2022-03-16 +21.69096749,-157.9411011,Red-whiskered Bulbul,2,2022-03-16 +21.69096749,-157.9411011,Ruddy Turnstone,4,2023-04-19 +21.69096749,-157.9411011,Saffron Finch,2,2022-03-16 +21.69096749,-157.9411011,Sanderling,3,2020-12-07 +21.69096749,-157.9411011,Sooty Tern,1,2019-03-31 +21.69096749,-157.9411011,Spotted Dove,3,2022-03-16 +21.69096749,-157.9411011,Wandering Tattler,2,2022-03-16 +21.69096749,-157.9411011,Warbling White-eye,3,2022-03-16 +21.69096749,-157.9411011,Western Cattle Egret,5,2023-04-19 +21.69096749,-157.9411011,White-rumped Shama,1,2020-12-07 +21.69096749,-157.9411011,Zebra Dove,4,2022-03-16 +21.2654261,-157.799611,African Silverbill,2,2021-02-21 +21.2654261,-157.799611,Chestnut Munia,2,2022-11-04 +21.2654261,-157.799611,Common Myna,32,2024-01-15 +21.2654261,-157.799611,Common Waxbill,19,2023-11-23 +21.2654261,-157.799611,Gray Francolin,2,2024-01-15 +21.2654261,-157.799611,Hawaiian Coot,1,2022-11-04 +21.2654261,-157.799611,House Finch,13,2023-08-09 +21.2654261,-157.799611,House Sparrow,12,2023-02-18 +21.2654261,-157.799611,Java Sparrow,7,2022-11-04 +21.2654261,-157.799611,Feral Mallard,1,2019-02-25 +21.2654261,-157.799611,Muscovy Duck,1,2022-11-04 +21.2654261,-157.799611,Northern Cardinal,1,2022-11-04 +21.2654261,-157.799611,Northern Mockingbird,1,2019-08-13 +21.2654261,-157.799611,Pacific Golden-Plover,21,2024-01-15 +21.2654261,-157.799611,Red Junglefowl,11,2024-01-15 +21.2654261,-157.799611,Red-billed Leiothrix,1,2022-11-04 +21.2654261,-157.799611,Red-crested Cardinal,32,2024-01-15 +21.2654261,-157.799611,Red-masked Parakeet,2,2019-11-02 +21.2654261,-157.799611,Red-vented Bulbul,33,2024-01-15 +21.2654261,-157.799611,Red-whiskered Bulbul,1,2019-03-02 +21.2654261,-157.799611,Rock Pigeon,16,2024-01-15 +21.2654261,-157.799611,Rose-ringed Parakeet,19,2024-01-15 +21.2654261,-157.799611,Saffron Finch,5,2023-08-09 +21.2654261,-157.799611,Scaly-breasted Munia,4,2021-11-24 +21.2654261,-157.799611,Spotted Dove,30,2024-01-15 +21.2654261,-157.799611,Warbling White-eye,15,2024-01-15 +21.2654261,-157.799611,Western Cattle Egret,29,2024-01-15 +21.2654261,-157.799611,White Tern,19,2024-01-15 +21.2654261,-157.799611,White-rumped Shama,11,2023-11-23 +21.2654261,-157.799611,Yellow-fronted Canary,12,2024-02-14 +21.2654261,-157.799611,Zebra Dove,38,2024-01-15 +21.31066107,-157.8088839,Black-crowned Night Heron,1,2022-05-30 +21.31066107,-157.8088839,Chestnut Munia,56,2023-12-17 +21.31066107,-157.8088839,Common Myna,76,2024-01-17 +21.31066107,-157.8088839,Common Waxbill,58,2023-12-17 +21.31066107,-157.8088839,House Finch,46,2023-12-17 +21.31066107,-157.8088839,House Sparrow,66,2023-12-17 +21.31066107,-157.8088839,Japanese Bush Warbler,1,2023-04-16 +21.31066107,-157.8088839,Java Sparrow,47,2024-01-17 +21.31066107,-157.8088839,Feral Mallard,45,2023-12-17 +21.31066107,-157.8088839,Muscovy Duck,1,2019-11-09 +21.31066107,-157.8088839,Northern Cardinal,31,2023-12-17 +21.31066107,-157.8088839,Pacific Golden-Plover,50,2023-12-17 +21.31066107,-157.8088839,Red Junglefowl,1,2022-12-26 +21.31066107,-157.8088839,Red-billed Leiothrix,1,2019-12-31 +21.31066107,-157.8088839,Red-crested Cardinal,77,2023-12-31 +21.31066107,-157.8088839,Red-vented Bulbul,72,2024-01-17 +21.31066107,-157.8088839,Red-whiskered Bulbul,42,2023-12-17 +21.31066107,-157.8088839,Rock Pigeon,19,2023-12-17 +21.31066107,-157.8088839,Rose-ringed Parakeet,69,2024-01-17 +21.31066107,-157.8088839,Saffron Finch,7,2023-12-17 +21.31066107,-157.8088839,Scaly-breasted Munia,15,2023-12-17 +21.31066107,-157.8088839,Spotted Dove,74,2024-01-17 +21.31066107,-157.8088839,Wandering Tattler,19,2023-12-17 +21.31066107,-157.8088839,Warbling White-eye,56,2023-12-17 +21.31066107,-157.8088839,Western Cattle Egret,52,2023-12-17 +21.31066107,-157.8088839,White Tern,27,2023-12-31 +21.31066107,-157.8088839,White-rumped Shama,26,2023-09-10 +21.31066107,-157.8088839,White-tailed Tropicbird,2,2020-06-02 +21.31066107,-157.8088839,Wild Turkey,1,2019-01-01 +21.31066107,-157.8088839,Yellow-fronted Canary,31,2023-09-10 +21.31066107,-157.8088839,Zebra Dove,75,2024-01-17 +21.35685619,-157.9628103,African Silverbill,1,2021-01-02 +21.35685619,-157.9628103,Black-crowned Night Heron,4,2023-11-24 +21.35685619,-157.9628103,Chestnut Munia,20,2023-12-15 +21.35685619,-157.9628103,Common Myna,31,2023-12-19 +21.35685619,-157.9628103,Common Waxbill,12,2023-11-24 +21.35685619,-157.9628103,Eurasian Skylark,6,2023-01-15 +21.35685619,-157.9628103,House Finch,19,2023-06-04 +21.35685619,-157.9628103,House Sparrow,10,2023-01-15 +21.35685619,-157.9628103,Java Sparrow,1,2019-02-18 +21.35685619,-157.9628103,Northern Cardinal,1,2019-02-18 +21.35685619,-157.9628103,Pacific Golden-Plover,21,2023-11-24 +21.35685619,-157.9628103,Red Avadavat,1,2019-06-18 +21.35685619,-157.9628103,Red Junglefowl,2,2023-03-24 +21.35685619,-157.9628103,Red-crested Cardinal,12,2023-12-19 +21.35685619,-157.9628103,Red-vented Bulbul,18,2023-10-26 +21.35685619,-157.9628103,Red-whiskered Bulbul,5,2023-10-26 +21.35685619,-157.9628103,Rock Pigeon,11,2023-01-15 +21.35685619,-157.9628103,Rose-ringed Parakeet,3,2022-03-25 +21.35685619,-157.9628103,Ruddy Turnstone,10,2023-01-15 +21.35685619,-157.9628103,Ruff,8,2022-03-30 +21.35685619,-157.9628103,Saffron Finch,14,2023-12-19 +21.35685619,-157.9628103,Sanderling,1,2023-12-15 +21.35685619,-157.9628103,Scaly-breasted Munia,1,2022-03-28 +21.35685619,-157.9628103,Short-eared Owl,1,2023-11-24 +21.35685619,-157.9628103,Spotted Dove,12,2023-11-24 +21.35685619,-157.9628103,Wandering Tattler,3,2022-03-30 +21.35685619,-157.9628103,Warbling White-eye,11,2023-10-26 +21.35685619,-157.9628103,Western Cattle Egret,20,2023-11-24 +21.35685619,-157.9628103,White Tern,4,2023-06-04 +21.35685619,-157.9628103,White-rumped Shama,1,2023-01-15 +21.35685619,-157.9628103,Yellow-fronted Canary,2,2022-06-30 +21.35685619,-157.9628103,Zebra Dove,22,2023-11-24 +21.36582915,-157.9531024,African Silverbill,1,2023-09-20 +21.36582915,-157.9531024,Black-crowned Night Heron,1,2022-10-21 +21.36582915,-157.9531024,Chestnut Munia,9,2023-11-23 +21.36582915,-157.9531024,Common Myna,31,2023-11-23 +21.36582915,-157.9531024,Common Waxbill,7,2023-11-23 +21.36582915,-157.9531024,Gray Francolin,1,2023-09-20 +21.36582915,-157.9531024,House Finch,13,2023-11-23 +21.36582915,-157.9531024,House Sparrow,22,2023-11-23 +21.36582915,-157.9531024,Java Sparrow,6,2023-11-23 +21.36582915,-157.9531024,Feral Mallard,2,2023-06-25 +21.36582915,-157.9531024,Muscovy Duck,1,2023-09-20 +21.36582915,-157.9531024,Northern Cardinal,1,2023-03-09 +21.36582915,-157.9531024,Pacific Golden-Plover,17,2023-11-23 +21.36582915,-157.9531024,Red Avadavat,2,2021-05-25 +21.36582915,-157.9531024,Red-billed Leiothrix,1,2023-09-20 +21.36582915,-157.9531024,Red-crested Cardinal,20,2023-11-23 +21.36582915,-157.9531024,Red-vented Bulbul,22,2023-11-23 +21.36582915,-157.9531024,Red-whiskered Bulbul,7,2023-09-20 +21.36582915,-157.9531024,Rock Pigeon,15,2023-11-23 +21.36582915,-157.9531024,Rose-ringed Parakeet,3,2023-09-20 +21.36582915,-157.9531024,Ruddy Turnstone,3,2023-11-23 +21.36582915,-157.9531024,Saffron Finch,12,2023-11-23 +21.36582915,-157.9531024,Sanderling,1,2021-12-25 +21.36582915,-157.9531024,Spotted Dove,16,2023-11-23 +21.36582915,-157.9531024,Warbling White-eye,7,2023-11-23 +21.36582915,-157.9531024,Western Cattle Egret,29,2023-11-23 +21.36582915,-157.9531024,White Tern,20,2024-02-05 +21.36582915,-157.9531024,White-rumped Shama,4,2023-11-23 +21.36582915,-157.9531024,Yellow-fronted Canary,8,2023-11-15 +21.36582915,-157.9531024,Zebra Dove,23,2023-11-23 +21.36429459,-157.7312996,Black-crowned Night Heron,12,2022-12-26 +21.36429459,-157.7312996,Black-necked Stilt,10,2024-02-16 +21.36429459,-157.7312996,Chestnut Munia,17,2022-12-26 +21.36429459,-157.7312996,Common Gallinule,1,2022-11-18 +21.36429459,-157.7312996,Common Myna,231,2024-02-27 +21.36429459,-157.7312996,Common Waxbill,173,2024-02-27 +21.36429459,-157.7312996,Gray Francolin,3,2023-06-06 +21.36429459,-157.7312996,Great Frigatebird,3,2023-08-24 +21.36429459,-157.7312996,Hawaiian Coot,1,2022-11-30 +21.36429459,-157.7312996,House Finch,119,2024-02-27 +21.36429459,-157.7312996,House Sparrow,145,2024-02-27 +21.36429459,-157.7312996,Indian Peafowl,129,2024-02-27 +21.36429459,-157.7312996,Java Sparrow,195,2024-02-27 +21.36429459,-157.7312996,Feral Mallard,21,2024-02-14 +21.36429459,-157.7312996,Muscovy Duck,1,2022-12-26 +21.36429459,-157.7312996,Northern Cardinal,171,2024-02-27 +21.36429459,-157.7312996,Pacific Golden-Plover,104,2024-02-14 +21.36429459,-157.7312996,Red Junglefowl,65,2024-02-18 +21.36429459,-157.7312996,Red-billed Leiothrix,16,2024-02-10 +21.36429459,-157.7312996,Red-crested Cardinal,186,2024-02-27 +21.36429459,-157.7312996,Red-vented Bulbul,242,2024-02-27 +21.36429459,-157.7312996,Red-whiskered Bulbul,209,2024-02-27 +21.36429459,-157.7312996,Rock Pigeon,221,2024-02-27 +21.36429459,-157.7312996,Rose-ringed Parakeet,95,2024-02-27 +21.36429459,-157.7312996,Saffron Finch,2,2023-05-01 +21.36429459,-157.7312996,Scaly-breasted Munia,9,2022-12-23 +21.36429459,-157.7312996,Spotted Dove,241,2024-02-27 +21.36429459,-157.7312996,Wandering Tattler,1,2021-08-28 +21.36429459,-157.7312996,Warbling White-eye,216,2024-02-18 +21.36429459,-157.7312996,Western Cattle Egret,215,2024-02-27 +21.36429459,-157.7312996,White-rumped Shama,83,2024-02-18 +21.36429459,-157.7312996,Zebra Dove,236,2024-02-27 +21.39124587,-157.7117765,Black-crowned Night Heron,2,2022-04-23 +21.39124587,-157.7117765,Black-necked Stilt,2,2022-04-23 +21.39124587,-157.7117765,Brown Booby,4,2023-11-14 +21.39124587,-157.7117765,Brown Noddy,1,2020-08-06 +21.39124587,-157.7117765,Common Myna,13,2023-10-07 +21.39124587,-157.7117765,Common Waxbill,2,2021-10-13 +21.39124587,-157.7117765,Great Frigatebird,18,2023-11-14 +21.39124587,-157.7117765,House Finch,2,2021-10-13 +21.39124587,-157.7117765,House Sparrow,6,2024-01-19 +21.39124587,-157.7117765,Java Sparrow,7,2022-04-23 +21.39124587,-157.7117765,Laysan Albatross,2,2019-06-21 +21.39124587,-157.7117765,Feral Mallard,2,2022-04-23 +21.39124587,-157.7117765,Northern Cardinal,5,2022-04-23 +21.39124587,-157.7117765,Northern Mockingbird,1,2019-12-22 +21.39124587,-157.7117765,Pacific Golden-Plover,3,2023-10-07 +21.39124587,-157.7117765,Red-crested Cardinal,10,2023-07-13 +21.39124587,-157.7117765,Red-footed Booby,16,2024-01-19 +21.39124587,-157.7117765,Red-tailed Tropicbird,1,2021-10-13 +21.39124587,-157.7117765,Red-vented Bulbul,10,2023-10-15 +21.39124587,-157.7117765,Red-whiskered Bulbul,4,2023-10-15 +21.39124587,-157.7117765,Rock Pigeon,17,2024-01-19 +21.39124587,-157.7117765,Sanderling,1,2023-10-07 +21.39124587,-157.7117765,Sooty Tern,1,2021-07-12 +21.39124587,-157.7117765,Spotted Dove,8,2023-02-02 +21.39124587,-157.7117765,Wandering Tattler,3,2022-04-23 +21.39124587,-157.7117765,Warbling White-eye,7,2023-08-05 +21.39124587,-157.7117765,Wedge-tailed Shearwater,12,2023-11-14 +21.39124587,-157.7117765,Western Cattle Egret,8,2023-05-31 +21.39124587,-157.7117765,White Tern,1,2022-06-25 +21.39124587,-157.7117765,White-rumped Shama,3,2023-02-02 +21.39124587,-157.7117765,Zebra Dove,11,2023-02-02 +21.39117085,-157.7021318,African Silverbill,2,2021-10-19 +21.39117085,-157.7021318,Black Noddy,2,2024-01-21 +21.39117085,-157.7021318,Black-crowned Night Heron,1,2021-04-07 +21.39117085,-157.7021318,Black-necked Stilt,1,2021-04-07 +21.39117085,-157.7021318,Brown Booby,4,2024-01-21 +21.39117085,-157.7021318,Brown Noddy,1,2020-07-11 +21.39117085,-157.7021318,Common Myna,2,2021-04-07 +21.39117085,-157.7021318,Common Waxbill,1,2021-04-07 +21.39117085,-157.7021318,Great Frigatebird,9,2023-09-26 +21.39117085,-157.7021318,Laysan Albatross,2,2024-01-21 +21.39117085,-157.7021318,Feral Mallard,1,2021-04-07 +21.39117085,-157.7021318,Masked Booby,1,2024-01-21 +21.39117085,-157.7021318,Northern Mockingbird,7,2023-06-04 +21.39117085,-157.7021318,Pacific Golden-Plover,4,2020-10-01 +21.39117085,-157.7021318,Red-crested Cardinal,2,2021-04-07 +21.39117085,-157.7021318,Red-footed Booby,25,2024-01-21 +21.39117085,-157.7021318,Red-tailed Tropicbird,2,2023-03-22 +21.39117085,-157.7021318,Red-vented Bulbul,2,2021-04-07 +21.39117085,-157.7021318,Red-whiskered Bulbul,1,2023-04-17 +21.39117085,-157.7021318,Rock Pigeon,22,2024-01-21 +21.39117085,-157.7021318,Ruddy Turnstone,6,2020-10-01 +21.39117085,-157.7021318,Scaly-breasted Munia,4,2023-06-04 +21.39117085,-157.7021318,Sooty Tern,3,2024-01-21 +21.39117085,-157.7021318,Wandering Tattler,1,2022-02-01 +21.39117085,-157.7021318,Wedge-tailed Shearwater,32,2023-09-26 +21.39117085,-157.7021318,Western Cattle Egret,6,2023-10-06 +21.39117085,-157.7021318,White Tern,2,2023-07-02 +21.39117085,-157.7021318,White-tailed Tropicbird,1,2019-08-09 +21.39117085,-157.7021318,Zebra Dove,4,2023-03-22 +21.40049956,-157.7406333,Black-crowned Night Heron,3,2023-03-29 +21.40049956,-157.7406333,Black-necked Stilt,11,2023-09-08 +21.40049956,-157.7406333,Chestnut Munia,2,2023-09-08 +21.40049956,-157.7406333,Common Myna,101,2024-01-28 +21.40049956,-157.7406333,Common Waxbill,25,2023-10-28 +21.40049956,-157.7406333,Great Frigatebird,8,2023-11-14 +21.40049956,-157.7406333,House Finch,23,2023-05-13 +21.40049956,-157.7406333,House Sparrow,18,2023-05-13 +21.40049956,-157.7406333,Indian Peafowl,1,2021-04-11 +21.40049956,-157.7406333,Java Sparrow,40,2023-12-31 +21.40049956,-157.7406333,Feral Mallard,1,2020-02-19 +21.40049956,-157.7406333,Northern Cardinal,40,2023-09-14 +21.40049956,-157.7406333,Northern Mockingbird,1,2020-02-29 +21.40049956,-157.7406333,Pacific Golden-Plover,32,2023-11-14 +21.40049956,-157.7406333,Red Junglefowl,26,2023-09-08 +21.40049956,-157.7406333,Red-billed Leiothrix,6,2023-09-08 +21.40049956,-157.7406333,Red-crested Cardinal,68,2024-01-26 +21.40049956,-157.7406333,Red-footed Booby,2,2019-01-04 +21.40049956,-157.7406333,Red-vented Bulbul,78,2023-12-11 +21.40049956,-157.7406333,Red-whiskered Bulbul,33,2023-09-08 +21.40049956,-157.7406333,Rock Pigeon,48,2023-12-11 +21.40049956,-157.7406333,Rose-ringed Parakeet,5,2023-09-08 +21.40049956,-157.7406333,Scaly-breasted Munia,1,2023-05-13 +21.40049956,-157.7406333,Sooty Tern,1,2023-03-29 +21.40049956,-157.7406333,Spotted Dove,80,2023-12-30 +21.40049956,-157.7406333,Wandering Tattler,1,2019-12-26 +21.40049956,-157.7406333,Warbling White-eye,32,2023-09-08 +21.40049956,-157.7406333,Wedge-tailed Shearwater,3,2023-11-14 +21.40049956,-157.7406333,Western Cattle Egret,38,2023-12-30 +21.40049956,-157.7406333,White-rumped Shama,7,2023-09-11 +21.40049956,-157.7406333,White-tailed Tropicbird,2,2023-09-08 +21.40049956,-157.7406333,Zebra Dove,106,2024-01-26 +21.54807004,-158.2414994,African Silverbill,2,2019-04-08 +21.54807004,-158.2414994,Black Noddy,1,2021-01-04 +21.54807004,-158.2414994,Black-footed Albatross,1,2021-01-04 +21.54807004,-158.2414994,Brown Booby,8,2024-02-15 +21.54807004,-158.2414994,Chestnut Munia,2,2019-04-08 +21.54807004,-158.2414994,Common Myna,21,2024-02-15 +21.54807004,-158.2414994,Common Waxbill,7,2022-01-31 +21.54807004,-158.2414994,Gray Francolin,1,2019-11-20 +21.54807004,-158.2414994,Great Frigatebird,1,2021-04-20 +21.54807004,-158.2414994,House Finch,4,2022-01-29 +21.54807004,-158.2414994,Japanese Bush Warbler,1,2022-01-31 +21.54807004,-158.2414994,Java Sparrow,1,2019-11-20 +21.54807004,-158.2414994,Laysan Albatross,6,2022-01-31 +21.54807004,-158.2414994,Northern Cardinal,7,2022-01-31 +21.54807004,-158.2414994,Pacific Golden-Plover,6,2021-11-22 +21.54807004,-158.2414994,Red Avadavat,1,2019-11-20 +21.54807004,-158.2414994,Red Junglefowl,2,2023-05-08 +21.54807004,-158.2414994,Red-crested Cardinal,12,2024-02-05 +21.54807004,-158.2414994,Red-footed Booby,1,2024-02-05 +21.54807004,-158.2414994,Red-vented Bulbul,13,2024-02-15 +21.54807004,-158.2414994,Ruddy Turnstone,1,2024-02-05 +21.54807004,-158.2414994,Saffron Finch,2,2021-09-27 +21.54807004,-158.2414994,Scaly-breasted Munia,4,2019-11-20 +21.54807004,-158.2414994,Spotted Dove,6,2022-01-03 +21.54807004,-158.2414994,Wandering Tattler,4,2022-12-16 +21.54807004,-158.2414994,Warbling White-eye,9,2022-01-31 +21.54807004,-158.2414994,Wedge-tailed Shearwater,2,2023-11-07 +21.54807004,-158.2414994,Western Cattle Egret,3,2019-11-20 +21.54807004,-158.2414994,White-rumped Shama,5,2021-09-26 +21.54807004,-158.2414994,White-tailed Tropicbird,2,2021-03-17 +21.54807004,-158.2414994,Yellow-faced Grassquit,3,2019-04-08 +21.54807004,-158.2414994,Zebra Dove,12,2023-05-08 +21.64568037,-157.9221063,Black-crowned Night Heron,8,2024-02-26 +21.64568037,-157.9221063,Black-necked Stilt,1,2023-12-04 +21.64568037,-157.9221063,Brown Booby,2,2024-02-22 +21.64568037,-157.9221063,Chestnut Munia,23,2023-03-12 +21.64568037,-157.9221063,Common Myna,72,2024-02-22 +21.64568037,-157.9221063,Common Waxbill,16,2023-03-29 +21.64568037,-157.9221063,Gray Francolin,2,2023-04-23 +21.64568037,-157.9221063,Great Frigatebird,4,2023-05-19 +21.64568037,-157.9221063,Hawaiian Coot,1,2019-12-12 +21.64568037,-157.9221063,House Finch,5,2024-02-19 +21.64568037,-157.9221063,House Sparrow,6,2023-11-22 +21.64568037,-157.9221063,Java Sparrow,2,2023-01-14 +21.64568037,-157.9221063,Feral Mallard,4,2024-02-10 +21.64568037,-157.9221063,Masked Booby,3,2020-02-03 +21.64568037,-157.9221063,Pacific Golden-Plover,55,2024-02-26 +21.64568037,-157.9221063,Red Junglefowl,23,2024-01-25 +21.64568037,-157.9221063,Red-crested Cardinal,31,2024-02-26 +21.64568037,-157.9221063,Red-vented Bulbul,41,2024-02-26 +21.64568037,-157.9221063,Red-whiskered Bulbul,13,2024-02-22 +21.64568037,-157.9221063,Rock Pigeon,11,2024-02-06 +21.64568037,-157.9221063,Ruddy Turnstone,9,2024-02-19 +21.64568037,-157.9221063,Saffron Finch,13,2024-02-21 +21.64568037,-157.9221063,Sanderling,8,2023-10-24 +21.64568037,-157.9221063,Scaly-breasted Munia,1,2023-11-22 +21.64568037,-157.9221063,Spotted Dove,37,2024-02-26 +21.64568037,-157.9221063,Wandering Tattler,11,2024-02-22 +21.64568037,-157.9221063,Warbling White-eye,5,2024-02-21 +21.64568037,-157.9221063,Western Cattle Egret,48,2024-02-26 +21.64568037,-157.9221063,Yellow-fronted Canary,1,2020-06-07 +21.64568037,-157.9221063,Zebra Dove,49,2024-02-26 +21.29266237,-157.8186683,Black-crowned Night Heron,5,2023-07-07 +21.29266237,-157.8186683,Black-necked Stilt,1,2023-04-04 +21.29266237,-157.8186683,Chestnut Munia,1,2022-05-29 +21.29266237,-157.8186683,Common Myna,99,2023-09-26 +21.29266237,-157.8186683,Common Waxbill,60,2023-09-26 +21.29266237,-157.8186683,Great Frigatebird,2,2022-07-06 +21.29266237,-157.8186683,Great-tailed Grackle,51,2022-07-05 +21.29266237,-157.8186683,House Finch,32,2023-08-04 +21.29266237,-157.8186683,House Sparrow,55,2023-09-26 +21.29266237,-157.8186683,Java Sparrow,19,2023-09-26 +21.29266237,-157.8186683,Feral Mallard,31,2023-07-24 +21.29266237,-157.8186683,Northern Cardinal,14,2023-08-04 +21.29266237,-157.8186683,Northern Mockingbird,7,2023-07-13 +21.29266237,-157.8186683,Pacific Golden-Plover,41,2023-10-01 +21.29266237,-157.8186683,Red Junglefowl,9,2023-10-15 +21.29266237,-157.8186683,Red-crested Cardinal,56,2023-09-26 +21.29266237,-157.8186683,Red-masked Parakeet,1,2021-04-09 +21.29266237,-157.8186683,Red-vented Bulbul,106,2023-11-21 +21.29266237,-157.8186683,Red-whiskered Bulbul,15,2023-09-26 +21.29266237,-157.8186683,Rock Pigeon,40,2023-09-26 +21.29266237,-157.8186683,Rose-ringed Parakeet,83,2023-09-26 +21.29266237,-157.8186683,Saffron Finch,7,2023-07-11 +21.29266237,-157.8186683,Scaly-breasted Munia,8,2023-08-04 +21.29266237,-157.8186683,Spotted Dove,114,2023-10-15 +21.29266237,-157.8186683,Warbling White-eye,101,2023-08-04 +21.29266237,-157.8186683,Western Cattle Egret,69,2023-09-26 +21.29266237,-157.8186683,White Tern,77,2023-09-26 +21.29266237,-157.8186683,White-rumped Shama,26,2023-08-20 +21.29266237,-157.8186683,Yellow-fronted Canary,36,2023-08-20 +21.29266237,-157.8186683,Zebra Dove,108,2023-11-21 +21.31214238,-158.0402524,Black Francolin,1,2019-02-25 +21.31214238,-158.0402524,Black-crowned Night Heron,1,2019-02-25 +21.31214238,-158.0402524,Black-necked Stilt,5,2023-11-18 +21.31214238,-158.0402524,Cackling Goose,5,2021-06-14 +21.31214238,-158.0402524,Chestnut Munia,1,2020-08-21 +21.31214238,-158.0402524,Common Myna,4,2023-11-18 +21.31214238,-158.0402524,Common Waxbill,3,2023-11-10 +21.31214238,-158.0402524,Gray Francolin,3,2021-03-22 +21.31214238,-158.0402524,Hawaiian Coot,7,2023-11-18 +21.31214238,-158.0402524,House Finch,1,2019-02-25 +21.31214238,-158.0402524,House Sparrow,2,2023-11-10 +21.31214238,-158.0402524,Lesser Scaup,2,2021-03-22 +21.31214238,-158.0402524,Feral Mallard,3,2021-04-19 +21.31214238,-158.0402524,Mourning Dove,1,2019-02-25 +21.31214238,-158.0402524,Muscovy Duck,1,2019-02-25 +21.31214238,-158.0402524,Northern Cardinal,1,2019-02-25 +21.31214238,-158.0402524,Northern Mockingbird,1,2019-02-25 +21.31214238,-158.0402524,Northern Pintail,1,2019-02-25 +21.31214238,-158.0402524,Northern Shoveler,1,2019-02-25 +21.31214238,-158.0402524,Pacific Golden-Plover,5,2023-11-18 +21.31214238,-158.0402524,Red-crested Cardinal,2,2020-08-21 +21.31214238,-158.0402524,Red-vented Bulbul,2,2020-08-21 +21.31214238,-158.0402524,Red-whiskered Bulbul,1,2019-02-25 +21.31214238,-158.0402524,Rock Pigeon,1,2019-02-25 +21.31214238,-158.0402524,Rose-ringed Parakeet,1,2019-02-25 +21.31214238,-158.0402524,Ruddy Turnstone,1,2019-02-25 +21.31214238,-158.0402524,Saffron Finch,1,2023-11-10 +21.31214238,-158.0402524,Snow Goose,1,2019-02-25 +21.31214238,-158.0402524,Spotted Dove,2,2020-08-21 +21.31214238,-158.0402524,Warbling White-eye,1,2019-02-25 +21.31214238,-158.0402524,Western Cattle Egret,3,2023-11-10 +21.31214238,-158.0402524,White-rumped Shama,1,2019-02-25 +21.31214238,-158.0402524,Zebra Dove,3,2021-10-18 +21.3291279,-157.8665852,African Silverbill,1,2021-08-09 +21.3291279,-157.8665852,Black-crowned Night Heron,1,2019-02-25 +21.3291279,-157.8665852,Black-necked Stilt,6,2023-10-02 +21.3291279,-157.8665852,Chestnut Munia,12,2023-08-22 +21.3291279,-157.8665852,Common Myna,85,2024-02-10 +21.3291279,-157.8665852,Common Waxbill,49,2024-02-18 +21.3291279,-157.8665852,Great Frigatebird,1,2021-07-21 +21.3291279,-157.8665852,House Finch,31,2023-12-08 +21.3291279,-157.8665852,House Sparrow,58,2024-02-18 +21.3291279,-157.8665852,Java Sparrow,25,2023-10-12 +21.3291279,-157.8665852,Feral Mallard,14,2023-10-02 +21.3291279,-157.8665852,Northern Cardinal,7,2024-02-10 +21.3291279,-157.8665852,Pacific Golden-Plover,44,2024-02-10 +21.3291279,-157.8665852,Red Junglefowl,11,2024-02-10 +21.3291279,-157.8665852,Red-crested Cardinal,40,2024-02-18 +21.3291279,-157.8665852,Red-vented Bulbul,71,2024-02-18 +21.3291279,-157.8665852,Red-whiskered Bulbul,8,2024-02-10 +21.3291279,-157.8665852,Rock Pigeon,23,2024-02-10 +21.3291279,-157.8665852,Rose-ringed Parakeet,31,2024-02-21 +21.3291279,-157.8665852,Saffron Finch,15,2023-12-13 +21.3291279,-157.8665852,Scaly-breasted Munia,16,2023-12-08 +21.3291279,-157.8665852,Spotted Dove,63,2024-02-18 +21.3291279,-157.8665852,Wandering Tattler,7,2022-05-09 +21.3291279,-157.8665852,Warbling White-eye,32,2023-12-20 +21.3291279,-157.8665852,Western Cattle Egret,69,2024-02-10 +21.3291279,-157.8665852,White Tern,32,2024-01-17 +21.3291279,-157.8665852,White-rumped Shama,3,2020-11-30 +21.3291279,-157.8665852,Yellow-fronted Canary,5,2023-09-04 +21.3291279,-157.8665852,Zebra Dove,87,2024-02-18 +21.39153868,-157.7503556,Black-crowned Night Heron,5,2024-01-05 +21.39153868,-157.7503556,Black-necked Stilt,5,2023-08-04 +21.39153868,-157.7503556,Chestnut Munia,1,2023-06-09 +21.39153868,-157.7503556,Common Gallinule,7,2024-01-05 +21.39153868,-157.7503556,Common Myna,7,2024-01-05 +21.39153868,-157.7503556,Common Waxbill,7,2024-01-05 +21.39153868,-157.7503556,Hawaiian Coot,1,2022-02-26 +21.39153868,-157.7503556,House Finch,3,2023-08-04 +21.39153868,-157.7503556,House Sparrow,2,2024-01-05 +21.39153868,-157.7503556,Japanese Bush Warbler,2,2023-06-09 +21.39153868,-157.7503556,Java Sparrow,4,2024-01-05 +21.39153868,-157.7503556,Feral Mallard,8,2024-01-05 +21.39153868,-157.7503556,Muscovy Duck,2,2024-01-05 +21.39153868,-157.7503556,Northern Cardinal,4,2023-07-27 +21.39153868,-157.7503556,Northern Mockingbird,1,2024-01-05 +21.39153868,-157.7503556,Pacific Golden-Plover,2,2024-01-05 +21.39153868,-157.7503556,Red Avadavat,1,2022-09-25 +21.39153868,-157.7503556,Red Junglefowl,5,2023-08-04 +21.39153868,-157.7503556,Red-billed Leiothrix,1,2023-08-04 +21.39153868,-157.7503556,Red-crested Cardinal,6,2024-01-05 +21.39153868,-157.7503556,Red-vented Bulbul,8,2024-01-05 +21.39153868,-157.7503556,Red-whiskered Bulbul,3,2023-07-27 +21.39153868,-157.7503556,Rock Pigeon,7,2024-01-05 +21.39153868,-157.7503556,Spotted Dove,6,2024-01-05 +21.39153868,-157.7503556,Wandering Tattler,1,2022-02-26 +21.39153868,-157.7503556,Warbling White-eye,3,2023-08-04 +21.39153868,-157.7503556,Wedge-tailed Shearwater,1,2022-02-26 +21.39153868,-157.7503556,Western Cattle Egret,5,2024-01-05 +21.39153868,-157.7503556,White-rumped Shama,7,2023-11-03 +21.39153868,-157.7503556,Zebra Dove,4,2024-01-05 +21.40953258,-157.7405559,African Silverbill,1,2021-11-01 +21.40953258,-157.7405559,Black-crowned Night Heron,1,2022-02-05 +21.40953258,-157.7405559,Black-necked Stilt,2,2022-02-05 +21.40953258,-157.7405559,Brown Booby,1,2022-02-22 +21.40953258,-157.7405559,Brown Noddy,1,2022-02-22 +21.40953258,-157.7405559,Chestnut Munia,1,2022-08-24 +21.40953258,-157.7405559,Common Myna,14,2024-02-20 +21.40953258,-157.7405559,Common Waxbill,3,2021-10-09 +21.40953258,-157.7405559,Gray Francolin,1,2023-05-10 +21.40953258,-157.7405559,Great Frigatebird,2,2022-02-22 +21.40953258,-157.7405559,House Finch,4,2023-05-10 +21.40953258,-157.7405559,House Sparrow,5,2022-08-24 +21.40953258,-157.7405559,Java Sparrow,8,2024-02-20 +21.40953258,-157.7405559,Laysan Albatross,1,2024-02-20 +21.40953258,-157.7405559,Northern Cardinal,6,2023-05-10 +21.40953258,-157.7405559,Pacific Golden-Plover,6,2022-08-24 +21.40953258,-157.7405559,Red Junglefowl,3,2022-02-22 +21.40953258,-157.7405559,Red-crested Cardinal,13,2023-05-10 +21.40953258,-157.7405559,Red-footed Booby,1,2022-02-22 +21.40953258,-157.7405559,Red-vented Bulbul,9,2023-03-06 +21.40953258,-157.7405559,Red-whiskered Bulbul,4,2022-02-22 +21.40953258,-157.7405559,Rock Pigeon,5,2022-02-13 +21.40953258,-157.7405559,Sanderling,1,2023-10-06 +21.40953258,-157.7405559,Spotted Dove,12,2023-05-10 +21.40953258,-157.7405559,Wandering Tattler,2,2023-11-02 +21.40953258,-157.7405559,Warbling White-eye,9,2022-02-22 +21.40953258,-157.7405559,Wedge-tailed Shearwater,2,2021-10-09 +21.40953258,-157.7405559,Western Cattle Egret,11,2023-03-06 +21.40953258,-157.7405559,White-rumped Shama,7,2023-01-01 +21.40953258,-157.7405559,White-tailed Tropicbird,1,2022-04-20 +21.40953258,-157.7405559,Yellow-fronted Canary,2,2021-10-09 +21.40953258,-157.7405559,Zebra Dove,13,2024-02-20 +21.42822956,-157.8272281,African Silverbill,1,2023-05-12 +21.42822956,-157.8272281,Black Swan,45,2024-02-29 +21.42822956,-157.8272281,Chestnut Munia,18,2023-12-05 +21.42822956,-157.8272281,Common Myna,39,2024-02-26 +21.42822956,-157.8272281,Common Waxbill,8,2023-07-25 +21.42822956,-157.8272281,Great Frigatebird,1,2023-10-25 +21.42822956,-157.8272281,House Finch,4,2024-02-26 +21.42822956,-157.8272281,House Sparrow,37,2024-02-26 +21.42822956,-157.8272281,Indian Peafowl,4,2023-12-03 +21.42822956,-157.8272281,Java Sparrow,2,2023-11-10 +21.42822956,-157.8272281,Feral Mallard,14,2024-02-17 +21.42822956,-157.8272281,Muscovy Duck,1,2024-02-26 +21.42822956,-157.8272281,Northern Cardinal,5,2023-12-05 +21.42822956,-157.8272281,Pacific Golden-Plover,28,2024-02-05 +21.42822956,-157.8272281,Red Avadavat,1,2019-03-03 +21.42822956,-157.8272281,Red Junglefowl,8,2023-10-21 +21.42822956,-157.8272281,Red-billed Leiothrix,7,2023-06-05 +21.42822956,-157.8272281,Red-crested Cardinal,45,2024-02-29 +21.42822956,-157.8272281,Red-vented Bulbul,23,2023-12-05 +21.42822956,-157.8272281,Red-whiskered Bulbul,11,2024-02-26 +21.42822956,-157.8272281,Rock Pigeon,9,2024-02-26 +21.42822956,-157.8272281,Saffron Finch,1,2023-06-16 +21.42822956,-157.8272281,Scaly-breasted Munia,1,2023-06-19 +21.42822956,-157.8272281,Spotted Dove,59,2024-02-29 +21.42822956,-157.8272281,Wandering Tattler,1,2024-02-26 +21.42822956,-157.8272281,Warbling White-eye,18,2024-01-13 +21.42822956,-157.8272281,Western Cattle Egret,33,2024-02-26 +21.42822956,-157.8272281,White Tern,1,2023-06-11 +21.42822956,-157.8272281,White-rumped Shama,13,2024-02-10 +21.42822956,-157.8272281,White-tailed Tropicbird,1,2023-06-19 +21.42822956,-157.8272281,Zebra Dove,59,2024-02-29 +21.47475219,-158.0391897,Barn Owl,1,2019-06-03 +21.47475219,-158.0391897,Black-crowned Night Heron,12,2019-07-21 +21.47475219,-158.0391897,Black-necked Stilt,1,2019-06-12 +21.47475219,-158.0391897,Chestnut Munia,24,2019-07-25 +21.47475219,-158.0391897,Common Myna,51,2019-07-25 +21.47475219,-158.0391897,Common Waxbill,39,2019-07-23 +21.47475219,-158.0391897,Erckel's Spurfowl,1,2019-05-29 +21.47475219,-158.0391897,Gray Francolin,1,2019-06-02 +21.47475219,-158.0391897,Hawaiian Coot,1,2019-05-16 +21.47475219,-158.0391897,House Finch,52,2019-07-25 +21.47475219,-158.0391897,House Sparrow,53,2019-07-25 +21.47475219,-158.0391897,Java Sparrow,4,2019-07-17 +21.47475219,-158.0391897,Feral Mallard,4,2019-05-28 +21.47475219,-158.0391897,Northern Cardinal,35,2019-07-23 +21.47475219,-158.0391897,Oahu Amakihi,1,2019-05-05 +21.47475219,-158.0391897,Pacific Golden-Plover,11,2019-05-02 +21.47475219,-158.0391897,Red Junglefowl,1,2019-05-19 +21.47475219,-158.0391897,Red-billed Leiothrix,9,2019-07-14 +21.47475219,-158.0391897,Red-crested Cardinal,48,2019-07-25 +21.47475219,-158.0391897,Red-crowned Parrot,4,2019-05-15 +21.47475219,-158.0391897,Red-masked Parakeet,1,2019-05-19 +21.47475219,-158.0391897,Red-vented Bulbul,52,2019-07-25 +21.47475219,-158.0391897,Red-whiskered Bulbul,23,2019-07-22 +21.47475219,-158.0391897,Rock Pigeon,14,2019-07-17 +21.47475219,-158.0391897,Rose-ringed Parakeet,25,2019-07-21 +21.47475219,-158.0391897,Saffron Finch,33,2019-07-25 +21.47475219,-158.0391897,Spotted Dove,53,2019-07-25 +21.47475219,-158.0391897,Warbling White-eye,44,2019-07-25 +21.47475219,-158.0391897,Western Cattle Egret,50,2019-07-25 +21.47475219,-158.0391897,White-rumped Shama,10,2019-07-21 +21.47475219,-158.0391897,Yellow-fronted Canary,5,2019-07-21 +21.47475219,-158.0391897,Zebra Dove,52,2019-07-25 +21.56567631,-158.1448247,Apapane,1,2020-01-05 +21.56567631,-158.1448247,Barn Owl,2,2023-09-10 +21.56567631,-158.1448247,Black Francolin,9,2023-04-07 +21.56567631,-158.1448247,Chestnut Munia,2,2022-05-04 +21.56567631,-158.1448247,Common Myna,19,2024-01-26 +21.56567631,-158.1448247,Common Waxbill,18,2024-01-26 +21.56567631,-158.1448247,Erckel's Spurfowl,6,2021-06-10 +21.56567631,-158.1448247,Gray Francolin,15,2024-01-26 +21.56567631,-158.1448247,House Finch,16,2024-01-26 +21.56567631,-158.1448247,House Sparrow,2,2022-05-04 +21.56567631,-158.1448247,Indian Peafowl,11,2023-09-10 +21.56567631,-158.1448247,Japanese Bush Warbler,17,2024-01-26 +21.56567631,-158.1448247,Java Sparrow,2,2020-02-09 +21.56567631,-158.1448247,Kalij Pheasant,2,2021-06-08 +21.56567631,-158.1448247,Northern Cardinal,19,2024-01-26 +21.56567631,-158.1448247,Northern Mockingbird,1,2020-02-09 +21.56567631,-158.1448247,Pacific Golden-Plover,11,2024-01-26 +21.56567631,-158.1448247,Red Avadavat,2,2020-02-09 +21.56567631,-158.1448247,Red Junglefowl,5,2022-10-13 +21.56567631,-158.1448247,Red-billed Leiothrix,17,2024-01-26 +21.56567631,-158.1448247,Red-crested Cardinal,18,2024-01-26 +21.56567631,-158.1448247,Red-vented Bulbul,19,2024-01-26 +21.56567631,-158.1448247,Red-whiskered Bulbul,17,2024-01-26 +21.56567631,-158.1448247,Rock Pigeon,7,2022-05-04 +21.56567631,-158.1448247,Rose-ringed Parakeet,1,2023-04-07 +21.56567631,-158.1448247,Saffron Finch,8,2023-01-24 +21.56567631,-158.1448247,Scaly-breasted Munia,7,2022-05-04 +21.56567631,-158.1448247,Spotted Dove,19,2024-01-26 +21.56567631,-158.1448247,Warbling White-eye,18,2024-01-26 +21.56567631,-158.1448247,Western Cattle Egret,18,2024-01-26 +21.56567631,-158.1448247,White-rumped Shama,19,2024-01-26 +21.56567631,-158.1448247,Yellow-fronted Canary,3,2023-01-24 +21.56567631,-158.1448247,Zebra Dove,19,2024-01-26 +21.65553655,-158.0573235,Black-crowned Night Heron,4,2024-01-10 +21.65553655,-158.0573235,Brown Booby,8,2022-08-07 +21.65553655,-158.0573235,Common Myna,21,2023-11-06 +21.65553655,-158.0573235,Common Waxbill,10,2023-03-16 +21.65553655,-158.0573235,Erckel's Spurfowl,1,2022-08-07 +21.65553655,-158.0573235,Gray Francolin,1,2022-08-07 +21.65553655,-158.0573235,Great Frigatebird,6,2023-11-06 +21.65553655,-158.0573235,Hawaiian Coot,2,2022-08-07 +21.65553655,-158.0573235,House Finch,6,2022-09-25 +21.65553655,-158.0573235,House Sparrow,4,2024-01-10 +21.65553655,-158.0573235,Java Sparrow,9,2023-03-16 +21.65553655,-158.0573235,Laysan Albatross,2,2022-09-28 +21.65553655,-158.0573235,Feral Mallard,3,2022-09-30 +21.65553655,-158.0573235,Northern Cardinal,4,2022-09-30 +21.65553655,-158.0573235,Pacific Golden-Plover,10,2024-01-10 +21.65553655,-158.0573235,Red Junglefowl,6,2023-03-16 +21.65553655,-158.0573235,Red-billed Leiothrix,1,2024-01-10 +21.65553655,-158.0573235,Red-crested Cardinal,14,2024-01-10 +21.65553655,-158.0573235,Red-footed Booby,4,2021-06-22 +21.65553655,-158.0573235,Red-vented Bulbul,16,2023-03-16 +21.65553655,-158.0573235,Red-whiskered Bulbul,8,2023-11-06 +21.65553655,-158.0573235,Rose-ringed Parakeet,1,2022-08-07 +21.65553655,-158.0573235,Ruddy Turnstone,4,2022-09-30 +21.65553655,-158.0573235,Saffron Finch,6,2023-03-23 +21.65553655,-158.0573235,Sanderling,2,2023-08-25 +21.65553655,-158.0573235,Spotted Dove,9,2023-11-06 +21.65553655,-158.0573235,Wandering Tattler,8,2022-09-30 +21.65553655,-158.0573235,Warbling White-eye,13,2023-03-16 +21.65553655,-158.0573235,Wedge-tailed Shearwater,3,2023-11-06 +21.65553655,-158.0573235,Western Cattle Egret,5,2023-11-06 +21.65553655,-158.0573235,White Tern,1,2022-08-07 +21.65553655,-158.0573235,White-rumped Shama,6,2024-01-10 +21.65553655,-158.0573235,Zebra Dove,23,2024-01-10 +21.67290417,-157.9412332,Barn Owl,1,2019-10-06 +21.67290417,-157.9412332,Black-crowned Night Heron,1,2019-08-04 +21.67290417,-157.9412332,Black-necked Stilt,1,2020-03-06 +21.67290417,-157.9412332,Bristle-thighed Curlew,7,2024-01-05 +21.67290417,-157.9412332,Brown Booby,1,2020-03-06 +21.67290417,-157.9412332,Brown Noddy,1,2021-03-27 +21.67290417,-157.9412332,Chestnut Munia,3,2023-11-22 +21.67290417,-157.9412332,Common Myna,12,2024-01-05 +21.67290417,-157.9412332,Common Waxbill,5,2023-11-22 +21.67290417,-157.9412332,Glaucous-winged Gull,1,2021-12-29 +21.67290417,-157.9412332,Gray Francolin,1,2019-01-27 +21.67290417,-157.9412332,Great Frigatebird,1,2019-01-27 +21.67290417,-157.9412332,Hawaiian Coot,2,2022-08-21 +21.67290417,-157.9412332,House Finch,6,2022-12-07 +21.67290417,-157.9412332,Indian Peafowl,1,2020-03-06 +21.67290417,-157.9412332,Java Sparrow,4,2022-12-07 +21.67290417,-157.9412332,Laysan Albatross,4,2020-03-06 +21.67290417,-157.9412332,Northern Cardinal,5,2020-03-06 +21.67290417,-157.9412332,Pacific Golden-Plover,6,2024-01-05 +21.67290417,-157.9412332,Red Junglefowl,5,2022-04-15 +21.67290417,-157.9412332,Red-billed Leiothrix,3,2020-03-06 +21.67290417,-157.9412332,Red-crested Cardinal,10,2024-01-05 +21.67290417,-157.9412332,Red-vented Bulbul,6,2023-11-22 +21.67290417,-157.9412332,Red-whiskered Bulbul,2,2020-03-06 +21.67290417,-157.9412332,Saffron Finch,5,2023-11-22 +21.67290417,-157.9412332,Sanderling,2,2024-01-13 +21.67290417,-157.9412332,Spotted Dove,8,2024-01-05 +21.67290417,-157.9412332,Wandering Tattler,2,2020-03-06 +21.67290417,-157.9412332,Warbling White-eye,4,2024-01-05 +21.67290417,-157.9412332,Western Cattle Egret,5,2022-12-07 +21.67290417,-157.9412332,White-rumped Shama,3,2020-03-06 +21.67290417,-157.9412332,Yellow-fronted Canary,2,2024-01-05 +21.67290417,-157.9412332,Zebra Dove,11,2024-01-05 +21.25639296,-157.7996841,Brown Booby,5,2023-12-21 +21.25639296,-157.7996841,Brown Noddy,1,2023-03-03 +21.25639296,-157.7996841,Common Myna,62,2024-02-11 +21.25639296,-157.7996841,Common Waxbill,17,2023-12-17 +21.25639296,-157.7996841,Gray Francolin,7,2022-08-21 +21.25639296,-157.7996841,Great Frigatebird,3,2023-08-24 +21.25639296,-157.7996841,House Finch,8,2023-06-01 +21.25639296,-157.7996841,House Sparrow,18,2023-12-17 +21.25639296,-157.7996841,Java Sparrow,4,2023-11-03 +21.25639296,-157.7996841,Feral Mallard,11,2023-12-03 +21.25639296,-157.7996841,Masked Booby,3,2023-03-03 +21.25639296,-157.7996841,Northern Cardinal,3,2022-06-26 +21.25639296,-157.7996841,Pacific Golden-Plover,41,2023-12-17 +21.25639296,-157.7996841,Red Junglefowl,5,2024-02-11 +21.25639296,-157.7996841,Red-crested Cardinal,33,2024-02-11 +21.25639296,-157.7996841,Red-footed Booby,4,2023-03-03 +21.25639296,-157.7996841,Red-masked Parakeet,50,2023-12-17 +21.25639296,-157.7996841,Red-vented Bulbul,50,2023-12-17 +21.25639296,-157.7996841,Red-whiskered Bulbul,4,2023-12-11 +21.25639296,-157.7996841,Rock Pigeon,15,2023-12-17 +21.25639296,-157.7996841,Rose-ringed Parakeet,7,2024-02-11 +21.25639296,-157.7996841,Saffron Finch,7,2023-12-17 +21.25639296,-157.7996841,Scaly-breasted Munia,1,2019-04-26 +21.25639296,-157.7996841,Sooty Tern,3,2023-03-03 +21.25639296,-157.7996841,Spotted Dove,47,2024-02-11 +21.25639296,-157.7996841,Warbling White-eye,16,2023-12-11 +21.25639296,-157.7996841,Western Cattle Egret,24,2023-12-17 +21.25639296,-157.7996841,White Tern,22,2024-02-11 +21.25639296,-157.7996841,White-rumped Shama,2,2023-06-08 +21.25639296,-157.7996841,White-tailed Tropicbird,1,2019-12-30 +21.25639296,-157.7996841,Yellow-fronted Canary,10,2023-11-03 +21.25639296,-157.7996841,Zebra Dove,39,2024-02-11 +21.31059249,-157.799244,African Silverbill,1,2021-01-07 +21.31059249,-157.799244,Apapane,11,2023-06-21 +21.31059249,-157.799244,Barn Owl,1,2019-09-30 +21.31059249,-157.799244,Chestnut Munia,8,2021-01-07 +21.31059249,-157.799244,Chinese Hwamei,1,2019-11-29 +21.31059249,-157.799244,Common Myna,40,2024-02-28 +21.31059249,-157.799244,Common Waxbill,46,2023-11-06 +21.31059249,-157.799244,House Finch,86,2023-06-21 +21.31059249,-157.799244,House Sparrow,3,2023-07-17 +21.31059249,-157.799244,Java Sparrow,31,2022-03-18 +21.31059249,-157.799244,Northern Cardinal,89,2024-02-28 +21.31059249,-157.799244,Northern Mockingbird,8,2023-03-11 +21.31059249,-157.799244,Oahu Amakihi,149,2024-02-28 +21.31059249,-157.799244,Oahu Elepaio,2,2023-06-01 +21.31059249,-157.799244,Pacific Golden-Plover,20,2024-02-28 +21.31059249,-157.799244,Red Junglefowl,80,2023-11-05 +21.31059249,-157.799244,Red-billed Leiothrix,91,2023-11-06 +21.31059249,-157.799244,Red-crested Cardinal,76,2024-02-28 +21.31059249,-157.799244,Red-masked Parakeet,4,2020-04-12 +21.31059249,-157.799244,Red-tailed Tropicbird,1,2019-08-17 +21.31059249,-157.799244,Red-vented Bulbul,139,2024-02-28 +21.31059249,-157.799244,Red-whiskered Bulbul,51,2023-11-05 +21.31059249,-157.799244,Rock Pigeon,9,2023-10-19 +21.31059249,-157.799244,Rose-ringed Parakeet,57,2024-02-28 +21.31059249,-157.799244,Scaly-breasted Munia,3,2020-02-14 +21.31059249,-157.799244,Spotted Dove,100,2024-02-28 +21.31059249,-157.799244,Warbling White-eye,136,2024-02-28 +21.31059249,-157.799244,Western Cattle Egret,3,2023-04-17 +21.31059249,-157.799244,White Tern,28,2023-08-19 +21.31059249,-157.799244,White-rumped Shama,121,2024-02-28 +21.31059249,-157.799244,Yellow-faced Grassquit,4,2020-07-17 +21.31059249,-157.799244,Yellow-fronted Canary,68,2024-02-28 +21.31059249,-157.799244,Zebra Dove,130,2024-02-28 +21.32071789,-157.9630634,Black Noddy,1,2023-06-18 +21.32071789,-157.9630634,Black-crowned Night Heron,7,2023-01-04 +21.32071789,-157.9630634,Black-necked Stilt,11,2023-08-12 +21.32071789,-157.9630634,Brown Booby,3,2021-03-26 +21.32071789,-157.9630634,Chestnut Munia,2,2019-06-28 +21.32071789,-157.9630634,Common Myna,13,2023-06-08 +21.32071789,-157.9630634,Common Waxbill,9,2023-12-09 +21.32071789,-157.9630634,Gray Francolin,2,2022-08-27 +21.32071789,-157.9630634,Great Frigatebird,1,2023-06-18 +21.32071789,-157.9630634,Hawaiian Coot,3,2023-08-12 +21.32071789,-157.9630634,House Finch,3,2020-03-31 +21.32071789,-157.9630634,House Sparrow,12,2023-06-08 +21.32071789,-157.9630634,Northern Cardinal,11,2023-12-09 +21.32071789,-157.9630634,Pacific Golden-Plover,20,2023-12-09 +21.32071789,-157.9630634,Red Junglefowl,3,2023-01-09 +21.32071789,-157.9630634,Red-crested Cardinal,9,2023-01-04 +21.32071789,-157.9630634,Red-vented Bulbul,12,2023-12-09 +21.32071789,-157.9630634,Red-whiskered Bulbul,3,2021-06-06 +21.32071789,-157.9630634,Rock Pigeon,1,2020-03-31 +21.32071789,-157.9630634,Rose-ringed Parakeet,1,2022-08-27 +21.32071789,-157.9630634,Ruddy Turnstone,17,2023-12-09 +21.32071789,-157.9630634,Saffron Finch,1,2020-03-31 +21.32071789,-157.9630634,Sanderling,1,2022-03-28 +21.32071789,-157.9630634,Spotted Dove,6,2023-01-09 +21.32071789,-157.9630634,Wandering Tattler,16,2023-12-09 +21.32071789,-157.9630634,Warbling White-eye,7,2023-06-08 +21.32071789,-157.9630634,Wedge-tailed Shearwater,1,2023-06-23 +21.32071789,-157.9630634,Western Cattle Egret,6,2023-12-09 +21.32071789,-157.9630634,White Tern,8,2023-12-09 +21.32071789,-157.9630634,White-rumped Shama,4,2023-12-09 +21.32071789,-157.9630634,Yellow-fronted Canary,1,2021-06-06 +21.32071789,-157.9630634,Zebra Dove,11,2023-12-09 +21.38236069,-157.7311438,Black-crowned Night Heron,35,2024-02-08 +21.38236069,-157.7311438,Black-necked Stilt,28,2023-11-18 +21.38236069,-157.7311438,Brown Booby,1,2020-03-10 +21.38236069,-157.7311438,Chestnut Munia,4,2023-11-06 +21.38236069,-157.7311438,Common Gallinule,106,2024-02-08 +21.38236069,-157.7311438,Common Myna,129,2024-02-08 +21.38236069,-157.7311438,Common Waxbill,35,2023-11-19 +21.38236069,-157.7311438,Hawaiian Coot,16,2022-12-17 +21.38236069,-157.7311438,House Finch,17,2023-05-15 +21.38236069,-157.7311438,House Sparrow,109,2024-02-08 +21.38236069,-157.7311438,Java Sparrow,57,2024-02-03 +21.38236069,-157.7311438,Feral Mallard,125,2024-02-28 +21.38236069,-157.7311438,Muscovy Duck,20,2024-02-03 +21.38236069,-157.7311438,Northern Cardinal,13,2022-06-13 +21.38236069,-157.7311438,Pacific Golden-Plover,25,2023-12-02 +21.38236069,-157.7311438,Red Avadavat,2,2020-07-25 +21.38236069,-157.7311438,Red Junglefowl,4,2024-01-03 +21.38236069,-157.7311438,Red-crested Cardinal,77,2024-01-20 +21.38236069,-157.7311438,Red-vented Bulbul,84,2024-02-26 +21.38236069,-157.7311438,Red-whiskered Bulbul,22,2023-03-10 +21.38236069,-157.7311438,Ring-necked Duck,5,2020-04-01 +21.38236069,-157.7311438,Rock Pigeon,132,2024-02-08 +21.38236069,-157.7311438,Rose-ringed Parakeet,3,2024-02-08 +21.38236069,-157.7311438,Saffron Finch,6,2022-01-02 +21.38236069,-157.7311438,Scaly-breasted Munia,2,2021-02-04 +21.38236069,-157.7311438,Spotted Dove,88,2024-02-08 +21.38236069,-157.7311438,Wandering Tattler,2,2020-08-09 +21.38236069,-157.7311438,Warbling White-eye,33,2024-02-03 +21.38236069,-157.7311438,Western Cattle Egret,58,2024-02-08 +21.38236069,-157.7311438,White-rumped Shama,2,2022-11-25 +21.38236069,-157.7311438,Zebra Dove,117,2024-02-08 +21.44573623,-157.7498942,Black-bellied Plover,1,2021-08-14 +21.44573623,-157.7498942,Black-crowned Night Heron,6,2024-01-25 +21.44573623,-157.7498942,Black-necked Stilt,26,2024-01-25 +21.44573623,-157.7498942,Chestnut Munia,1,2022-03-16 +21.44573623,-157.7498942,Common Gallinule,3,2024-01-25 +21.44573623,-157.7498942,Common Myna,41,2024-01-25 +21.44573623,-157.7498942,Common Waxbill,15,2024-01-25 +21.44573623,-157.7498942,Gray Francolin,6,2024-02-16 +21.44573623,-157.7498942,Great Frigatebird,28,2024-01-25 +21.44573623,-157.7498942,Hawaiian Coot,4,2024-01-25 +21.44573623,-157.7498942,House Finch,10,2024-01-25 +21.44573623,-157.7498942,House Sparrow,9,2024-01-25 +21.44573623,-157.7498942,Java Sparrow,12,2024-01-25 +21.44573623,-157.7498942,Long-billed Dowitcher,1,2024-01-25 +21.44573623,-157.7498942,Feral Mallard,16,2024-01-25 +21.44573623,-157.7498942,Muscovy Duck,1,2020-05-31 +21.44573623,-157.7498942,Northern Cardinal,15,2024-01-25 +21.44573623,-157.7498942,Pacific Golden-Plover,31,2024-01-25 +21.44573623,-157.7498942,Red Avadavat,1,2023-05-08 +21.44573623,-157.7498942,Red Junglefowl,5,2024-01-24 +21.44573623,-157.7498942,Red-crested Cardinal,22,2024-01-25 +21.44573623,-157.7498942,Red-footed Booby,3,2021-12-19 +21.44573623,-157.7498942,Red-vented Bulbul,29,2024-01-25 +21.44573623,-157.7498942,Red-whiskered Bulbul,7,2024-01-17 +21.44573623,-157.7498942,Rock Pigeon,11,2024-01-25 +21.44573623,-157.7498942,Ruddy Turnstone,4,2021-12-19 +21.44573623,-157.7498942,Saffron Finch,9,2024-01-25 +21.44573623,-157.7498942,Scaly-breasted Munia,1,2020-05-24 +21.44573623,-157.7498942,Spotted Dove,19,2024-01-25 +21.44573623,-157.7498942,Warbling White-eye,7,2023-11-27 +21.44573623,-157.7498942,Western Cattle Egret,36,2024-01-25 +21.44573623,-157.7498942,White-rumped Shama,2,2024-01-25 +21.44573623,-157.7498942,Yellow-fronted Canary,3,2024-01-25 +21.44573623,-157.7498942,Zebra Dove,30,2024-01-25 +21.50174145,-158.0197054,Black-crowned Night Heron,1,2023-10-22 +21.50174145,-158.0197054,Chestnut Munia,8,2023-12-03 +21.50174145,-158.0197054,Common Gallinule,3,2023-11-01 +21.50174145,-158.0197054,Common Myna,55,2024-02-20 +21.50174145,-158.0197054,Common Waxbill,17,2024-01-04 +21.50174145,-158.0197054,Hawaiian Coot,1,2023-04-27 +21.50174145,-158.0197054,House Finch,14,2024-02-12 +21.50174145,-158.0197054,House Sparrow,8,2024-01-10 +21.50174145,-158.0197054,Indian Peafowl,3,2024-01-04 +21.50174145,-158.0197054,Japanese Bush Warbler,1,2023-03-15 +21.50174145,-158.0197054,Java Sparrow,5,2024-01-26 +21.50174145,-158.0197054,Feral Mallard,1,2023-11-01 +21.50174145,-158.0197054,Muscovy Duck,1,2022-06-25 +21.50174145,-158.0197054,Northern Cardinal,18,2024-02-12 +21.50174145,-158.0197054,Northern Mockingbird,1,2021-03-17 +21.50174145,-158.0197054,Pacific Golden-Plover,1,2024-01-26 +21.50174145,-158.0197054,Red Avadavat,1,2023-10-22 +21.50174145,-158.0197054,Red Junglefowl,20,2024-02-15 +21.50174145,-158.0197054,Red-billed Leiothrix,34,2024-02-20 +21.50174145,-158.0197054,Red-crested Cardinal,35,2024-02-20 +21.50174145,-158.0197054,Red-vented Bulbul,49,2024-02-12 +21.50174145,-158.0197054,Red-whiskered Bulbul,44,2024-02-12 +21.50174145,-158.0197054,Rock Pigeon,5,2024-01-26 +21.50174145,-158.0197054,Rose-ringed Parakeet,2,2023-04-13 +21.50174145,-158.0197054,Saffron Finch,10,2024-01-26 +21.50174145,-158.0197054,Scaly-breasted Munia,1,2023-10-22 +21.50174145,-158.0197054,Spotted Dove,44,2024-02-20 +21.50174145,-158.0197054,Warbling White-eye,46,2024-02-20 +21.50174145,-158.0197054,Western Cattle Egret,7,2024-02-07 +21.50174145,-158.0197054,White-rumped Shama,41,2024-02-20 +21.50174145,-158.0197054,White-tailed Tropicbird,2,2023-10-22 +21.50174145,-158.0197054,Zebra Dove,66,2024-02-20 +21.58394032,-158.1833509,Barn Owl,1,2023-06-12 +21.58394032,-158.1833509,Black Francolin,2,2023-06-10 +21.58394032,-158.1833509,Black-crowned Night Heron,1,2020-03-15 +21.58394032,-158.1833509,Brown Booby,1,2020-01-05 +21.58394032,-158.1833509,Common Myna,20,2023-06-10 +21.58394032,-158.1833509,Common Waxbill,13,2023-06-10 +21.58394032,-158.1833509,Erckel's Spurfowl,2,2019-03-01 +21.58394032,-158.1833509,Eurasian Skylark,1,2020-01-19 +21.58394032,-158.1833509,Gray Francolin,4,2023-06-12 +21.58394032,-158.1833509,House Finch,14,2023-06-10 +21.58394032,-158.1833509,House Sparrow,6,2020-03-15 +21.58394032,-158.1833509,Java Sparrow,3,2023-03-27 +21.58394032,-158.1833509,Laysan Albatross,7,2022-02-19 +21.58394032,-158.1833509,Northern Cardinal,6,2023-06-10 +21.58394032,-158.1833509,Pacific Golden-Plover,12,2023-06-10 +21.58394032,-158.1833509,Red Junglefowl,6,2020-03-15 +21.58394032,-158.1833509,Red-billed Leiothrix,4,2023-06-10 +21.58394032,-158.1833509,Red-crested Cardinal,10,2023-06-10 +21.58394032,-158.1833509,Red-footed Booby,1,2019-01-07 +21.58394032,-158.1833509,Red-vented Bulbul,14,2023-06-10 +21.58394032,-158.1833509,Red-whiskered Bulbul,2,2023-06-10 +21.58394032,-158.1833509,Ring-necked Pheasant,1,2019-10-21 +21.58394032,-158.1833509,Rock Pigeon,2,2022-06-04 +21.58394032,-158.1833509,Ruddy Turnstone,1,2020-01-05 +21.58394032,-158.1833509,Saffron Finch,15,2024-01-10 +21.58394032,-158.1833509,Scaly-breasted Munia,1,2020-01-05 +21.58394032,-158.1833509,Snow Goose,3,2020-01-05 +21.58394032,-158.1833509,Spotted Dove,7,2023-06-10 +21.58394032,-158.1833509,Wandering Tattler,1,2021-04-03 +21.58394032,-158.1833509,Warbling White-eye,8,2023-06-10 +21.58394032,-158.1833509,Wedge-tailed Shearwater,1,2022-07-27 +21.58394032,-158.1833509,Western Cattle Egret,5,2023-06-10 +21.58394032,-158.1833509,White-rumped Shama,6,2020-03-15 +21.58394032,-158.1833509,Zebra Dove,13,2023-06-10 +21.60160241,-158.1059751,Black-necked Stilt,3,2022-04-02 +21.60160241,-158.1059751,Brown Booby,14,2024-02-20 +21.60160241,-158.1059751,Chestnut Munia,2,2021-07-22 +21.60160241,-158.1059751,Common Myna,29,2024-02-26 +21.60160241,-158.1059751,Common Waxbill,16,2024-02-26 +21.60160241,-158.1059751,Great Frigatebird,6,2023-11-05 +21.60160241,-158.1059751,House Finch,12,2024-02-26 +21.60160241,-158.1059751,House Sparrow,7,2024-02-26 +21.60160241,-158.1059751,Japanese Bush Warbler,1,2021-07-22 +21.60160241,-158.1059751,Java Sparrow,3,2022-10-05 +21.60160241,-158.1059751,Laysan Albatross,6,2024-02-26 +21.60160241,-158.1059751,Pacific Golden-Plover,18,2024-02-26 +21.60160241,-158.1059751,Red Junglefowl,17,2024-02-26 +21.60160241,-158.1059751,Red-billed Leiothrix,2,2023-12-26 +21.60160241,-158.1059751,Red-crested Cardinal,18,2024-02-26 +21.60160241,-158.1059751,Red-footed Booby,3,2022-04-06 +21.60160241,-158.1059751,Red-vented Bulbul,10,2024-02-26 +21.60160241,-158.1059751,Red-whiskered Bulbul,4,2024-02-26 +21.60160241,-158.1059751,Rock Pigeon,28,2024-02-26 +21.60160241,-158.1059751,Rose-ringed Parakeet,1,2024-02-26 +21.60160241,-158.1059751,Ruddy Turnstone,1,2019-09-03 +21.60160241,-158.1059751,Saffron Finch,17,2024-02-26 +21.60160241,-158.1059751,Sanderling,1,2019-09-03 +21.60160241,-158.1059751,Scaly-breasted Munia,3,2021-12-21 +21.60160241,-158.1059751,Sooty Tern,3,2022-04-06 +21.60160241,-158.1059751,Spotted Dove,15,2024-02-26 +21.60160241,-158.1059751,Wandering Tattler,7,2023-12-26 +21.60160241,-158.1059751,Warbling White-eye,5,2022-12-04 +21.60160241,-158.1059751,Wedge-tailed Shearwater,4,2023-03-13 +21.60160241,-158.1059751,Western Cattle Egret,16,2024-02-26 +21.60160241,-158.1059751,White-rumped Shama,4,2024-02-26 +21.60160241,-158.1059751,Zebra Dove,35,2024-02-26 +21.27473011,-157.8380882,Black Noddy,1,2022-02-13 +21.27473011,-157.8380882,Black-crowned Night Heron,15,2024-01-30 +21.27473011,-157.8380882,Brown Booby,11,2024-01-21 +21.27473011,-157.8380882,Brown Noddy,1,2024-01-21 +21.27473011,-157.8380882,Common Myna,14,2024-01-30 +21.27473011,-157.8380882,Common Waxbill,6,2023-09-09 +21.27473011,-157.8380882,Great Frigatebird,1,2020-06-28 +21.27473011,-157.8380882,House Finch,11,2024-01-30 +21.27473011,-157.8380882,House Sparrow,15,2024-01-30 +21.27473011,-157.8380882,Java Sparrow,4,2023-04-08 +21.27473011,-157.8380882,Laughing Gull,1,2024-01-25 +21.27473011,-157.8380882,Feral Mallard,5,2024-01-30 +21.27473011,-157.8380882,Muscovy Duck,1,2020-03-22 +21.27473011,-157.8380882,Pacific Golden-Plover,3,2024-01-26 +21.27473011,-157.8380882,Red Junglefowl,4,2024-01-29 +21.27473011,-157.8380882,Red-crested Cardinal,6,2024-01-30 +21.27473011,-157.8380882,Red-footed Booby,4,2023-08-26 +21.27473011,-157.8380882,Red-vented Bulbul,7,2024-01-26 +21.27473011,-157.8380882,Red-whiskered Bulbul,2,2023-04-08 +21.27473011,-157.8380882,Rock Pigeon,19,2024-01-30 +21.27473011,-157.8380882,Rose-ringed Parakeet,6,2024-01-30 +21.27473011,-157.8380882,Ruddy Turnstone,1,2020-04-21 +21.27473011,-157.8380882,Saffron Finch,2,2023-06-15 +21.27473011,-157.8380882,Sooty Tern,3,2024-01-24 +21.27473011,-157.8380882,Spotted Dove,5,2024-01-28 +21.27473011,-157.8380882,Warbling White-eye,3,2023-04-08 +21.27473011,-157.8380882,Wedge-tailed Shearwater,6,2023-09-03 +21.27473011,-157.8380882,Western Cattle Egret,10,2024-01-30 +21.27473011,-157.8380882,White Tern,30,2024-01-30 +21.27473011,-157.8380882,White-rumped Shama,1,2020-04-21 +21.27473011,-157.8380882,Yellow-fronted Canary,4,2024-01-26 +21.27473011,-157.8380882,Zebra Dove,5,2024-01-30 +21.28362908,-157.8187407,African Silverbill,1,2023-10-04 +21.28362908,-157.8187407,Black-crowned Night Heron,5,2024-01-07 +21.28362908,-157.8187407,Chestnut Munia,3,2020-11-15 +21.28362908,-157.8187407,Common Myna,110,2024-02-19 +21.28362908,-157.8187407,Common Waxbill,18,2024-01-07 +21.28362908,-157.8187407,Great Frigatebird,3,2021-10-17 +21.28362908,-157.8187407,Great-tailed Grackle,1,2022-06-20 +21.28362908,-157.8187407,House Finch,19,2024-01-10 +21.28362908,-157.8187407,House Sparrow,75,2024-02-19 +21.28362908,-157.8187407,Japanese Bush Warbler,2,2024-01-10 +21.28362908,-157.8187407,Java Sparrow,18,2024-01-19 +21.28362908,-157.8187407,Feral Mallard,6,2024-01-07 +21.28362908,-157.8187407,Muscovy Duck,1,2022-11-12 +21.28362908,-157.8187407,Northern Cardinal,2,2023-03-19 +21.28362908,-157.8187407,Pacific Golden-Plover,62,2024-01-26 +21.28362908,-157.8187407,Red Junglefowl,11,2023-09-14 +21.28362908,-157.8187407,Red-crested Cardinal,62,2024-02-19 +21.28362908,-157.8187407,Red-masked Parakeet,1,2019-02-10 +21.28362908,-157.8187407,Red-vented Bulbul,91,2024-02-19 +21.28362908,-157.8187407,Red-whiskered Bulbul,25,2023-03-24 +21.28362908,-157.8187407,Rock Pigeon,41,2024-02-19 +21.28362908,-157.8187407,Rose-ringed Parakeet,55,2024-02-18 +21.28362908,-157.8187407,Saffron Finch,3,2020-01-07 +21.28362908,-157.8187407,Scaly-breasted Munia,2,2021-02-06 +21.28362908,-157.8187407,Spotted Dove,105,2024-02-19 +21.28362908,-157.8187407,Wandering Tattler,2,2024-01-07 +21.28362908,-157.8187407,Warbling White-eye,17,2023-03-24 +21.28362908,-157.8187407,Western Cattle Egret,23,2024-01-07 +21.28362908,-157.8187407,White Tern,59,2024-02-19 +21.28362908,-157.8187407,White-rumped Shama,3,2021-11-04 +21.28362908,-157.8187407,Yellow-fronted Canary,36,2024-01-19 +21.28362908,-157.8187407,Zebra Dove,116,2024-02-19 +21.2830699,-157.7416364,African Silverbill,1,2021-05-12 +21.2830699,-157.7416364,Black-crowned Night Heron,2,2022-04-26 +21.2830699,-157.7416364,Black-necked Stilt,5,2022-02-01 +21.2830699,-157.7416364,Chestnut Munia,1,2020-02-24 +21.2830699,-157.7416364,Common Myna,76,2023-11-06 +21.2830699,-157.7416364,Common Waxbill,43,2022-02-17 +21.2830699,-157.7416364,Great Frigatebird,15,2021-09-13 +21.2830699,-157.7416364,House Finch,44,2022-07-10 +21.2830699,-157.7416364,House Sparrow,32,2023-11-06 +21.2830699,-157.7416364,Indian Peafowl,1,2020-01-13 +21.2830699,-157.7416364,Java Sparrow,35,2023-04-12 +21.2830699,-157.7416364,Feral Mallard,27,2022-02-01 +21.2830699,-157.7416364,Muscovy Duck,3,2021-01-27 +21.2830699,-157.7416364,Northern Cardinal,30,2022-07-10 +21.2830699,-157.7416364,Pacific Golden-Plover,38,2023-11-06 +21.2830699,-157.7416364,Red Junglefowl,2,2019-07-17 +21.2830699,-157.7416364,Red-crested Cardinal,66,2023-03-30 +21.2830699,-157.7416364,Red-masked Parakeet,7,2022-02-07 +21.2830699,-157.7416364,Red-vented Bulbul,60,2024-02-17 +21.2830699,-157.7416364,Red-whiskered Bulbul,29,2022-07-10 +21.2830699,-157.7416364,Rock Pigeon,68,2023-11-06 +21.2830699,-157.7416364,Rose-ringed Parakeet,18,2023-09-08 +21.2830699,-157.7416364,Saffron Finch,2,2021-02-04 +21.2830699,-157.7416364,Scaly-breasted Munia,16,2022-07-10 +21.2830699,-157.7416364,Spotted Dove,62,2023-11-06 +21.2830699,-157.7416364,Warbling White-eye,56,2023-03-30 +21.2830699,-157.7416364,Western Cattle Egret,68,2023-11-06 +21.2830699,-157.7416364,White Tern,36,2022-07-10 +21.2830699,-157.7416364,White-rumped Shama,25,2022-07-10 +21.2830699,-157.7416364,White-tailed Tropicbird,3,2022-02-02 +21.2830699,-157.7416364,Yellow-fronted Canary,22,2022-02-25 +21.2830699,-157.7416364,Zebra Dove,77,2023-11-06 +21.29292899,-157.8572236,African Silverbill,4,2023-09-27 +21.29292899,-157.8572236,Black-crowned Night Heron,7,2024-02-02 +21.29292899,-157.8572236,Brown Booby,27,2024-02-24 +21.29292899,-157.8572236,Brown Noddy,1,2020-07-22 +21.29292899,-157.8572236,Common Myna,37,2024-01-26 +21.29292899,-157.8572236,Common Waxbill,13,2023-11-22 +21.29292899,-157.8572236,Great Frigatebird,3,2020-07-22 +21.29292899,-157.8572236,House Finch,10,2023-12-17 +21.29292899,-157.8572236,House Sparrow,31,2024-01-26 +21.29292899,-157.8572236,Java Sparrow,10,2024-01-26 +21.29292899,-157.8572236,Feral Mallard,6,2024-01-26 +21.29292899,-157.8572236,Northern Mockingbird,1,2022-12-26 +21.29292899,-157.8572236,Pacific Golden-Plover,25,2024-02-02 +21.29292899,-157.8572236,Red Junglefowl,13,2023-12-17 +21.29292899,-157.8572236,Red-crested Cardinal,21,2024-01-26 +21.29292899,-157.8572236,Red-footed Booby,7,2024-02-24 +21.29292899,-157.8572236,Red-masked Parakeet,1,2022-12-29 +21.29292899,-157.8572236,Red-vented Bulbul,21,2024-01-26 +21.29292899,-157.8572236,Red-whiskered Bulbul,1,2023-12-17 +21.29292899,-157.8572236,Rock Pigeon,36,2024-02-02 +21.29292899,-157.8572236,Rose-ringed Parakeet,15,2024-01-26 +21.29292899,-157.8572236,Ruddy Turnstone,8,2023-10-23 +21.29292899,-157.8572236,Saffron Finch,14,2024-01-26 +21.29292899,-157.8572236,Scaly-breasted Munia,1,2019-04-24 +21.29292899,-157.8572236,Sooty Tern,4,2024-02-24 +21.29292899,-157.8572236,Spotted Dove,36,2024-01-26 +21.29292899,-157.8572236,Wandering Tattler,1,2020-05-08 +21.29292899,-157.8572236,Warbling White-eye,12,2023-12-17 +21.29292899,-157.8572236,Wedge-tailed Shearwater,9,2023-06-02 +21.29292899,-157.8572236,Western Cattle Egret,16,2024-02-02 +21.29292899,-157.8572236,White Tern,62,2024-02-24 +21.29292899,-157.8572236,White-tailed Tropicbird,1,2023-06-02 +21.29292899,-157.8572236,Yellow-fronted Canary,10,2023-12-17 +21.29292899,-157.8572236,Zebra Dove,42,2024-02-02 +21.31099575,-157.8570839,Black-crowned Night Heron,6,2024-01-16 +21.31099575,-157.8570839,Black-necked Stilt,1,2024-02-05 +21.31099575,-157.8570839,Chestnut Munia,35,2023-12-19 +21.31099575,-157.8570839,Common Myna,201,2024-02-24 +21.31099575,-157.8570839,Common Waxbill,67,2024-02-20 +21.31099575,-157.8570839,House Finch,36,2023-12-19 +21.31099575,-157.8570839,House Sparrow,143,2024-02-23 +21.31099575,-157.8570839,Java Sparrow,44,2024-01-27 +21.31099575,-157.8570839,Feral Mallard,28,2024-02-23 +21.31099575,-157.8570839,Muscovy Duck,1,2020-06-13 +21.31099575,-157.8570839,Northern Cardinal,4,2020-05-29 +21.31099575,-157.8570839,Northern Mockingbird,1,2021-08-10 +21.31099575,-157.8570839,Pacific Golden-Plover,108,2024-02-26 +21.31099575,-157.8570839,Peregrine Falcon,2,2020-01-19 +21.31099575,-157.8570839,Red Junglefowl,43,2024-02-10 +21.31099575,-157.8570839,Red-crested Cardinal,101,2024-02-24 +21.31099575,-157.8570839,Red-crowned Parrot,1,2023-08-25 +21.31099575,-157.8570839,Red-vented Bulbul,102,2024-02-23 +21.31099575,-157.8570839,Red-whiskered Bulbul,6,2022-05-25 +21.31099575,-157.8570839,Rock Pigeon,164,2024-02-24 +21.31099575,-157.8570839,Rose-ringed Parakeet,162,2024-02-23 +21.31099575,-157.8570839,Saffron Finch,26,2023-12-30 +21.31099575,-157.8570839,Scaly-breasted Munia,4,2024-02-20 +21.31099575,-157.8570839,Spotted Dove,145,2024-02-24 +21.31099575,-157.8570839,Warbling White-eye,47,2024-02-11 +21.31099575,-157.8570839,Wedge-tailed Shearwater,1,2020-06-13 +21.31099575,-157.8570839,Western Cattle Egret,92,2024-02-23 +21.31099575,-157.8570839,White Tern,193,2024-02-26 +21.31099575,-157.8570839,White-rumped Shama,16,2024-02-20 +21.31099575,-157.8570839,Yellow-fronted Canary,25,2023-07-19 +21.31099575,-157.8570839,Zebra Dove,178,2024-02-23 +21.31934559,-157.7606089,African Silverbill,2,2023-06-18 +21.31934559,-157.7606089,Apapane,28,2024-01-22 +21.31934559,-157.7606089,Chestnut Munia,4,2023-06-07 +21.31934559,-157.7606089,Chinese Hwamei,1,2019-08-10 +21.31934559,-157.7606089,Common Myna,169,2024-02-29 +21.31934559,-157.7606089,Common Waxbill,202,2024-02-29 +21.31934559,-157.7606089,Great Frigatebird,2,2023-11-12 +21.31934559,-157.7606089,House Finch,180,2024-02-29 +21.31934559,-157.7606089,House Sparrow,2,2023-03-24 +21.31934559,-157.7606089,Japanese Bush Warbler,14,2024-02-29 +21.31934559,-157.7606089,Java Sparrow,7,2023-12-17 +21.31934559,-157.7606089, Northern Cardinal,169,2024-02-29 +21.31934559,-157.7606089,Oahu Amakihi,140,2024-02-29 +21.31934559,-157.7606089,Oahu Elepaio,245,2024-02-29 +21.31934559,-157.7606089,Pacific Golden-Plover,93,2024-02-29 +21.31934559,-157.7606089,Red Junglefowl,21,2024-01-26 +21.31934559,-157.7606089,Red-billed Leiothrix,301,2024-02-29 +21.31934559,-157.7606089,Red-crested Cardinal,220,2024-02-29 +21.31934559,-157.7606089,Red-masked Parakeet,41,2024-02-21 +21.31934559,-157.7606089,Red-vented Bulbul,295,2024-02-29 +21.31934559,-157.7606089,Red-whiskered Bulbul,174,2024-02-29 +21.31934559,-157.7606089,Rock Pigeon,19,2024-02-29 +21.31934559,-157.7606089,Rose-ringed Parakeet,25,2024-02-28 +21.31934559,-157.7606089,Scaly-breasted Munia,32,2024-02-12 +21.31934559,-157.7606089,Spotted Dove,233,2024-02-29 +21.31934559,-157.7606089,Warbling White-eye,316,2024-02-29 +21.31934559,-157.7606089,Western Cattle Egret,42,2024-02-20 +21.31934559,-157.7606089,White Tern,81,2024-02-29 +21.31934559,-157.7606089,White-rumped Shama,334,2024-02-29 +21.31934559,-157.7606089,White-tailed Tropicbird,5,2023-01-31 +21.31934559,-157.7606089,Yellow-faced Grassquit,5,2023-02-10 +21.31934559,-157.7606089,Yellow-fronted Canary,21,2023-10-19 +21.31934559,-157.7606089,Zebra Dove,267,2024-02-29 +21.32932054,-157.895509,African Silverbill,1,2019-02-21 +21.32932054,-157.895509,Black-crowned Night Heron,6,2023-08-16 +21.32932054,-157.895509,Black-necked Stilt,2,2022-09-13 +21.32932054,-157.895509,Chestnut Munia,3,2023-06-27 +21.32932054,-157.895509,Common Myna,50,2024-01-30 +21.32932054,-157.895509,Common Waxbill,27,2024-01-12 +21.32932054,-157.895509,Eurasian Skylark,3,2022-09-21 +21.32932054,-157.895509,Great Frigatebird,1,2019-07-06 +21.32932054,-157.895509,House Finch,27,2024-01-30 +21.32932054,-157.895509,House Sparrow,46,2024-01-30 +21.32932054,-157.895509,Java Sparrow,12,2024-01-30 +21.32932054,-157.895509,Feral Mallard,4,2019-05-08 +21.32932054,-157.895509,Northern Cardinal,4,2019-06-03 +21.32932054,-157.895509,Northern Mockingbird,2,2019-09-21 +21.32932054,-157.895509,Pacific Golden-Plover,40,2024-01-30 +21.32932054,-157.895509,Red Junglefowl,7,2023-06-28 +21.32932054,-157.895509,Red-crested Cardinal,38,2024-01-30 +21.32932054,-157.895509,Red-tailed Tropicbird,1,2023-04-11 +21.32932054,-157.895509,Red-vented Bulbul,35,2024-01-30 +21.32932054,-157.895509,Red-whiskered Bulbul,4,2024-01-01 +21.32932054,-157.895509,Rock Pigeon,8,2024-01-12 +21.32932054,-157.895509,Rose-ringed Parakeet,3,2023-06-27 +21.32932054,-157.895509,Rosy-faced Lovebird,1,2023-02-08 +21.32932054,-157.895509,Ruddy Turnstone,17,2024-01-30 +21.32932054,-157.895509,Saffron Finch,22,2024-01-30 +21.32932054,-157.895509,Sooty Tern,1,2023-02-08 +21.32932054,-157.895509,Spotted Dove,39,2024-01-30 +21.32932054,-157.895509,Wandering Tattler,5,2023-03-02 +21.32932054,-157.895509,Warbling White-eye,20,2024-01-30 +21.32932054,-157.895509,Western Cattle Egret,48,2024-01-30 +21.32932054,-157.895509,White Tern,2,2023-06-27 +21.32932054,-157.895509,Yellow-fronted Canary,30,2024-01-30 +21.32932054,-157.895509,Zebra Dove,47,2024-01-30 +21.32865893,-157.7990969,Apapane,1,2019-06-11 +21.32865893,-157.7990969,Chestnut Munia,5,2023-06-05 +21.32865893,-157.7990969,Common Myna,24,2023-10-24 +21.32865893,-157.7990969,Common Waxbill,12,2023-11-23 +21.32865893,-157.7990969,House Finch,6,2023-08-02 +21.32865893,-157.7990969,House Sparrow,8,2023-08-02 +21.32865893,-157.7990969,Indian Peafowl,1,2022-03-24 +21.32865893,-157.7990969,Japanese Bush Warbler,4,2023-05-04 +21.32865893,-157.7990969,Java Sparrow,3,2023-08-02 +21.32865893,-157.7990969,Feral Mallard,2,2023-01-08 +21.32865893,-157.7990969,Northern Cardinal,4,2023-08-02 +21.32865893,-157.7990969,Oahu Amakihi,5,2023-02-02 +21.32865893,-157.7990969,Pacific Golden-Plover,5,2022-12-25 +21.32865893,-157.7990969,Red Avadavat,1,2023-08-03 +21.32865893,-157.7990969,Red Junglefowl,20,2024-02-07 +21.32865893,-157.7990969,Red-billed Leiothrix,26,2024-02-07 +21.32865893,-157.7990969,Red-crested Cardinal,22,2023-11-23 +21.32865893,-157.7990969,Red-vented Bulbul,30,2023-11-23 +21.32865893,-157.7990969,Red-whiskered Bulbul,33,2024-02-08 +21.32865893,-157.7990969,Rock Pigeon,4,2023-08-02 +21.32865893,-157.7990969,Rose-ringed Parakeet,33,2024-02-08 +21.32865893,-157.7990969,Saffron Finch,1,2023-05-04 +21.32865893,-157.7990969,Salmon-crested Cockatoo,3,2024-02-07 +21.32865893,-157.7990969,Spotted Dove,19,2023-12-27 +21.32865893,-157.7990969,Warbling White-eye,31,2024-02-07 +21.32865893,-157.7990969,Western Cattle Egret,1,2022-03-24 +21.32865893,-157.7990969,White Cockatoo,1,2023-06-05 +21.32865893,-157.7990969,White Tern,3,2023-02-02 +21.32865893,-157.7990969,White-rumped Shama,33,2024-02-07 +21.32865893,-157.7990969,Yellow-fronted Canary,4,2023-08-02 +21.32865893,-157.7990969,Zebra Dove,24,2023-08-20 +21.39132022,-157.7214212,African Silverbill,2,2022-02-17 +21.39132022,-157.7214212,Black-crowned Night Heron,1,2020-05-09 +21.39132022,-157.7214212,Black-necked Stilt,3,2023-05-14 +21.39132022,-157.7214212,Brown Booby,5,2024-01-22 +21.39132022,-157.7214212,Brown Noddy,1,2020-06-19 +21.39132022,-157.7214212,Common Myna,53,2024-01-22 +21.39132022,-157.7214212,Common Waxbill,20,2023-10-18 +21.39132022,-157.7214212,Great Frigatebird,21,2023-07-23 +21.39132022,-157.7214212,House Finch,15,2023-10-18 +21.39132022,-157.7214212,House Sparrow,4,2023-11-23 +21.39132022,-157.7214212,Japanese Bush Warbler,1,2020-06-19 +21.39132022,-157.7214212,Java Sparrow,14,2023-06-03 +21.39132022,-157.7214212,Feral Mallard,2,2024-01-14 +21.39132022,-157.7214212,Masked Booby,1,2022-02-26 +21.39132022,-157.7214212,Northern Cardinal,6,2023-10-18 +21.39132022,-157.7214212,Northern Mockingbird,1,2022-02-17 +21.39132022,-157.7214212,Pacific Golden-Plover,14,2024-01-22 +21.39132022,-157.7214212,Red Junglefowl,4,2024-02-18 +21.39132022,-157.7214212,Red-billed Leiothrix,1,2020-06-19 +21.39132022,-157.7214212,Red-crested Cardinal,28,2024-02-18 +21.39132022,-157.7214212,Red-footed Booby,14,2024-01-22 +21.39132022,-157.7214212,Red-vented Bulbul,40,2023-10-18 +21.39132022,-157.7214212,Red-whiskered Bulbul,24,2023-10-18 +21.39132022,-157.7214212,Rock Pigeon,39,2024-01-22 +21.39132022,-157.7214212,Scaly-breasted Munia,2,2022-11-30 +21.39132022,-157.7214212,Sooty Tern,2,2023-07-17 +21.39132022,-157.7214212,Spotted Dove,34,2023-10-18 +21.39132022,-157.7214212,Wandering Tattler,2,2023-02-17 +21.39132022,-157.7214212,Warbling White-eye,17,2023-06-13 +21.39132022,-157.7214212,Wedge-tailed Shearwater,8,2023-06-10 +21.39132022,-157.7214212,Western Cattle Egret,36,2023-06-13 +21.39132022,-157.7214212,White Tern,1,2021-05-02 +21.39132022,-157.7214212,White-rumped Shama,6,2023-10-18 +21.39132022,-157.7214212,Zebra Dove,41,2024-01-22 +21.43677539,-157.7596192,Black Noddy,14,2023-05-31 +21.43677539,-157.7596192,Black-crowned Night Heron,28,2024-01-31 +21.43677539,-157.7596192,Black-necked Stilt,40,2024-02-01 +21.43677539,-157.7596192,Bristle-thighed Curlew,4,2023-08-16 +21.43677539,-157.7596192,Brown Booby,1,2022-01-22 +21.43677539,-157.7596192,Common Myna,37,2024-02-01 +21.43677539,-157.7596192,Common Waxbill,17,2024-02-01 +21.43677539,-157.7596192,Gray Francolin,11,2024-02-01 +21.43677539,-157.7596192,Great Frigatebird,6,2024-02-01 +21.43677539,-157.7596192,House Finch,3,2023-01-18 +21.43677539,-157.7596192,House Sparrow,1,2022-01-22 +21.43677539,-157.7596192,Java Sparrow,5,2023-02-09 +21.43677539,-157.7596192,Laughing Gull,2,2022-01-19 +21.43677539,-157.7596192,Feral Mallard,23,2024-01-18 +21.43677539,-157.7596192,Northern Cardinal,10,2024-01-31 +21.43677539,-157.7596192,Northern Pintail,6,2024-01-25 +21.43677539,-157.7596192,Pacific Golden-Plover,32,2024-01-17 +21.43677539,-157.7596192,Red Junglefowl,9,2024-01-17 +21.43677539,-157.7596192,Red-crested Cardinal,19,2024-01-17 +21.43677539,-157.7596192,Red-vented Bulbul,29,2024-02-01 +21.43677539,-157.7596192,Red-whiskered Bulbul,4,2024-01-17 +21.43677539,-157.7596192,Rock Pigeon,2,2020-01-04 +21.43677539,-157.7596192,Ruddy Turnstone,27,2024-01-17 +21.43677539,-157.7596192,Saffron Finch,2,2024-01-31 +21.43677539,-157.7596192,Sanderling,16,2024-01-17 +21.43677539,-157.7596192,Scaly-breasted Munia,3,2023-01-18 +21.43677539,-157.7596192,Sooty Tern,1,2024-01-31 +21.43677539,-157.7596192,Spotted Dove,22,2024-02-01 +21.43677539,-157.7596192,Wandering Tattler,17,2023-10-17 +21.43677539,-157.7596192,Warbling White-eye,13,2024-01-17 +21.43677539,-157.7596192,Western Cattle Egret,40,2024-01-17 +21.43677539,-157.7596192,White-rumped Shama,2,2022-12-21 +21.43677539,-157.7596192,Zebra Dove,31,2024-02-01 +21.39310569,-157.9818462,African Silverbill,8,2022-03-04 +21.39310569,-157.9818462,Barn Owl,1,2022-08-26 +21.39310569,-157.9818462,Black-crowned Night Heron,49,2024-01-01 +21.39310569,-157.9818462,Black-necked Stilt,108,2024-01-01 +21.39310569,-157.9818462,Chestnut Munia,21,2023-04-01 +21.39310569,-157.9818462,Common Gallinule,103,2024-01-01 +21.39310569,-157.9818462,Common Myna,133,2024-01-01 +21.39310569,-157.9818462,Common Waxbill,92,2024-01-01 +21.39310569,-157.9818462,Gray Francolin,38,2023-04-01 +21.39310569,-157.9818462,Hawaiian Coot,65,2024-01-01 +21.39310569,-157.9818462,House Finch,71,2023-01-16 +21.39310569,-157.9818462,House Sparrow,21,2024-01-01 +21.39310569,-157.9818462,Java Sparrow,7,2024-01-01 +21.39310569,-157.9818462,Long-billed Dowitcher,6,2019-04-16 +21.39310569,-157.9818462,Feral Mallard,65,2024-01-01 +21.39310569,-157.9818462,Northern Cardinal,62,2023-04-01 +21.39310569,-157.9818462,Pacific Golden-Plover,105,2024-01-01 +21.39310569,-157.9818462,Red Avadavat,6,2022-08-26 +21.39310569,-157.9818462,Red-crested Cardinal,68,2023-04-01 +21.39310569,-157.9818462,Red-vented Bulbul,128,2024-01-01 +21.39310569,-157.9818462,Red-whiskered Bulbul,64,2024-01-01 +21.39310569,-157.9818462,Rock Pigeon,8,2021-11-30 +21.39310569,-157.9818462,Rose-ringed Parakeet,48,2024-01-01 +21.39310569,-157.9818462,Ruddy Turnstone,89,2022-11-22 +21.39310569,-157.9818462,Saffron Finch,37,2022-11-09 +21.39310569,-157.9818462,Sanderling,64,2022-11-22 +21.39310569,-157.9818462,Scaly-breasted Munia,34,2022-11-22 +21.39310569,-157.9818462,Spotted Dove,128,2024-01-01 +21.39310569,-157.9818462,Wandering Tattler,85,2024-01-01 +21.39310569,-157.9818462,Warbling White-eye,80,2024-01-01 +21.39310569,-157.9818462,Western Cattle Egret,114,2024-01-01 +21.39310569,-157.9818462,White Tern,5,2023-02-23 +21.39310569,-157.9818462,White-faced Ibis,20,2021-11-23 +21.39310569,-157.9818462,White-rumped Shama,37,2023-01-02 +21.39310569,-157.9818462,Yellow-fronted Canary,8,2022-02-15 +21.39310569,-157.9818462,Zebra Dove,111,2024-01-01 +21.41184085,-158.0974885,African Silverbill,2,2023-06-12 +21.41184085,-158.0974885,Apapane,12,2023-12-31 +21.41184085,-158.0974885,Chestnut Munia,2,2023-06-04 +21.41184085,-158.0974885,Common Myna,10,2023-06-12 +21.41184085,-158.0974885,Common Waxbill,11,2023-12-31 +21.41184085,-158.0974885,Erckel's Spurfowl,6,2023-12-31 +21.41184085,-158.0974885,Gray Francolin,4,2023-06-12 +21.41184085,-158.0974885,Hawaiian Coot,1,2020-03-12 +21.41184085,-158.0974885,House Finch,10,2023-06-12 +21.41184085,-158.0974885,House Sparrow,1,2021-10-24 +21.41184085,-158.0974885,Indian Peafowl,3,2023-01-02 +21.41184085,-158.0974885,Japanese Bush Warbler,8,2023-12-31 +21.41184085,-158.0974885,Java Sparrow,3,2023-03-12 +21.41184085,-158.0974885,Kalij Pheasant,5,2022-12-16 +21.41184085,-158.0974885,Laysan Albatross,1,2023-03-12 +21.41184085,-158.0974885,Northern Cardinal,8,2023-12-31 +21.41184085,-158.0974885,Northern Mockingbird,1,2021-01-02 +21.41184085,-158.0974885,Oahu Amakihi,13,2023-12-31 +21.41184085,-158.0974885,Oahu Elepaio,12,2023-12-31 +21.41184085,-158.0974885,Pacific Golden-Plover,3,2023-12-31 +21.41184085,-158.0974885,Red Junglefowl,1,2023-06-12 +21.41184085,-158.0974885,Red-billed Leiothrix,13,2023-12-31 +21.41184085,-158.0974885,Red-crested Cardinal,7,2023-12-31 +21.41184085,-158.0974885,Red-vented Bulbul,13,2023-12-31 +21.41184085,-158.0974885,Red-whiskered Bulbul,8,2023-12-31 +21.41184085,-158.0974885,Rock Pigeon,2,2023-03-12 +21.41184085,-158.0974885,Rose-ringed Parakeet,1,2021-10-24 +21.41184085,-158.0974885,Saffron Finch,2,2021-02-28 +21.41184085,-158.0974885,Scaly-breasted Munia,1,2019-04-16 +21.41184085,-158.0974885,Spotted Dove,9,2023-03-12 +21.41184085,-158.0974885,Warbling White-eye,14,2023-12-31 +21.41184085,-158.0974885,Western Cattle Egret,2,2021-10-24 +21.41184085,-158.0974885,White-rumped Shama,10,2023-12-31 +21.41184085,-158.0974885,White-tailed Tropicbird,1,2019-04-16 +21.41184085,-158.0974885,Zebra Dove,9,2023-06-12 +21.60948417,-157.9127146,African Silverbill,1,2023-11-22 +21.60948417,-157.9127146,Black-crowned Night Heron,6,2023-10-20 +21.60948417,-157.9127146,Chestnut Munia,10,2023-10-20 +21.60948417,-157.9127146,Common Myna,38,2024-02-28 +21.60948417,-157.9127146,Common Waxbill,20,2024-02-28 +21.60948417,-157.9127146,Erckel's Spurfowl,1,2023-11-22 +21.60948417,-157.9127146,Glaucous-winged Gull,2,2024-02-10 +21.60948417,-157.9127146,Gray Francolin,1,2024-02-18 +21.60948417,-157.9127146,Great Frigatebird,5,2024-02-22 +21.60948417,-157.9127146,House Finch,9,2024-02-28 +21.60948417,-157.9127146,House Sparrow,9,2024-02-28 +21.60948417,-157.9127146,Java Sparrow,9,2023-11-22 +21.60948417,-157.9127146,Northern Cardinal,7,2024-02-28 +21.60948417,-157.9127146,Oahu Amakihi,1,2022-05-16 +21.60948417,-157.9127146,Pacific Golden-Plover,27,2024-02-28 +21.60948417,-157.9127146,Peregrine Falcon,1,2023-10-13 +21.60948417,-157.9127146,Red Avadavat,1,2023-11-22 +21.60948417,-157.9127146,Red Junglefowl,13,2024-02-28 +21.60948417,-157.9127146,Red-billed Leiothrix,18,2024-02-28 +21.60948417,-157.9127146,Red-crested Cardinal,27,2024-02-28 +21.60948417,-157.9127146,Red-vented Bulbul,21,2024-02-28 +21.60948417,-157.9127146,Red-whiskered Bulbul,25,2024-02-28 +21.60948417,-157.9127146,Rock Pigeon,6,2024-02-28 +21.60948417,-157.9127146,Rose-ringed Parakeet,1,2023-07-24 +21.60948417,-157.9127146,Ruddy Turnstone,20,2023-10-20 +21.60948417,-157.9127146,Saffron Finch,22,2024-01-14 +21.60948417,-157.9127146,Sanderling,4,2023-10-20 +21.60948417,-157.9127146,Scaly-breasted Munia,2,2023-11-22 +21.60948417,-157.9127146,Spotted Dove,31,2024-02-28 +21.60948417,-157.9127146,Wandering Tattler,17,2024-02-26 +21.60948417,-157.9127146,Warbling White-eye,13,2024-02-18 +21.60948417,-157.9127146,Western Cattle Egret,22,2024-02-28 +21.60948417,-157.9127146,White Tern,1,2023-07-24 +21.60948417,-157.9127146,White-rumped Shama,15,2024-02-28 +21.60948417,-157.9127146,Zebra Dove,37,2024-02-28 +21.31009667,-157.7317663,Apapane,6,2023-03-16 +21.31009667,-157.7317663,Black-necked Stilt,1,2019-06-15 +21.31009667,-157.7317663,Chinese Hwamei,2,2022-05-19 +21.31009667,-157.7317663,Common Myna,172,2023-12-28 +21.31009667,-157.7317663,Common Waxbill,170,2024-01-02 +21.31009667,-157.7317663,Great Frigatebird,1,2022-08-15 +21.31009667,-157.7317663,House Finch,146,2023-10-20 +21.31009667,-157.7317663,House Sparrow,8,2023-03-07 +21.31009667,-157.7317663,Japanese Bush Warbler,4,2021-02-06 +21.31009667,-157.7317663,Java Sparrow,33,2023-03-07 +21.31009667,-157.7317663,Feral Mallard,4,2022-02-08 +21.31009667,-157.7317663,Northern Cardinal,123,2023-10-20 +21.31009667,-157.7317663,Oahu Amakihi,36,2023-10-20 +21.31009667,-157.7317663,Oahu Elepaio,191,2023-10-27 +21.31009667,-157.7317663,Pacific Golden-Plover,32,2023-12-28 +21.31009667,-157.7317663,Red Junglefowl,5,2023-10-27 +21.31009667,-157.7317663,Red-billed Leiothrix,199,2024-01-02 +21.31009667,-157.7317663,Red-crested Cardinal,149,2023-12-28 +21.31009667,-157.7317663,Red-masked Parakeet,16,2022-03-26 +21.31009667,-157.7317663,Red-vented Bulbul,215,2023-12-28 +21.31009667,-157.7317663,Red-whiskered Bulbul,151,2023-12-28 +21.31009667,-157.7317663,Rock Pigeon,13,2022-12-27 +21.31009667,-157.7317663,Rose-ringed Parakeet,17,2023-10-17 +21.31009667,-157.7317663,Ruddy Turnstone,1,2019-06-15 +21.31009667,-157.7317663,Scaly-breasted Munia,7,2023-03-07 +21.31009667,-157.7317663,Spotted Dove,203,2023-12-28 +21.31009667,-157.7317663,Wandering Tattler,1,2019-06-15 +21.31009667,-157.7317663,Warbling White-eye,217,2023-12-28 +21.31009667,-157.7317663,Western Cattle Egret,21,2023-12-28 +21.31009667,-157.7317663,White Tern,44,2023-10-10 +21.31009667,-157.7317663,White-rumped Shama,239,2024-01-02 +21.31009667,-157.7317663,White-tailed Tropicbird,18,2023-10-20 +21.31009667,-157.7317663,Yellow-faced Grassquit,1,2022-07-07 +21.31009667,-157.7317663,Yellow-fronted Canary,10,2023-06-30 +21.31009667,-157.7317663,Zebra Dove,218,2024-01-02 +21.35648454,-157.9049493,Black-crowned Night Heron,22,2023-11-20 +21.35648454,-157.9049493,Black-necked Stilt,7,2023-02-05 +21.35648454,-157.9049493,Chestnut Munia,9,2023-09-01 +21.35648454,-157.9049493,Common Myna,39,2023-12-17 +21.35648454,-157.9049493,Common Waxbill,27,2023-11-20 +21.35648454,-157.9049493,Greater Scaup,7,2019-03-03 +21.35648454,-157.9049493,Hawaiian Coot,37,2023-11-20 +21.35648454,-157.9049493,House Finch,16,2023-09-05 +21.35648454,-157.9049493,House Sparrow,20,2023-09-07 +21.35648454,-157.9049493,Java Sparrow,18,2023-12-20 +21.35648454,-157.9049493,Lesser Scaup,26,2023-11-20 +21.35648454,-157.9049493,Feral Mallard,9,2023-11-20 +21.35648454,-157.9049493,Mourning Dove,1,2023-07-10 +21.35648454,-157.9049493,Muscovy Duck,1,2019-02-19 +21.35648454,-157.9049493,Northern Cardinal,15,2021-02-12 +21.35648454,-157.9049493,Northern Pintail,1,2023-11-19 +21.35648454,-157.9049493,Northern Shoveler,1,2020-03-14 +21.35648454,-157.9049493,Pacific Golden-Plover,40,2023-11-20 +21.35648454,-157.9049493,Red Junglefowl,3,2023-11-19 +21.35648454,-157.9049493,Red-billed Leiothrix,1,2023-03-08 +21.35648454,-157.9049493,Red-crested Cardinal,26,2023-11-19 +21.35648454,-157.9049493,Red-crowned Parrot,1,2023-09-06 +21.35648454,-157.9049493,Red-vented Bulbul,30,2023-11-20 +21.35648454,-157.9049493,Red-whiskered Bulbul,5,2023-03-08 +21.35648454,-157.9049493,Ring-necked Duck,15,2020-03-14 +21.35648454,-157.9049493,Rock Pigeon,2,2019-03-22 +21.35648454,-157.9049493,Rose-ringed Parakeet,9,2023-09-07 +21.35648454,-157.9049493,Saffron Finch,26,2023-11-20 +21.35648454,-157.9049493,Scaly-breasted Munia,2,2020-03-14 +21.35648454,-157.9049493,Spotted Dove,41,2023-12-20 +21.35648454,-157.9049493,Warbling White-eye,22,2023-09-06 +21.35648454,-157.9049493,Western Cattle Egret,42,2023-11-20 +21.35648454,-157.9049493,White-rumped Shama,6,2023-03-08 +21.35648454,-157.9049493,Yellow-fronted Canary,14,2023-11-20 +21.35648454,-157.9049493,Zebra Dove,38,2023-12-17 +21.40042672,-157.730988,Black Noddy,4,2023-10-04 +21.40042672,-157.730988,Black-crowned Night Heron,10,2024-02-19 +21.40042672,-157.730988,Black-necked Stilt,38,2024-02-24 +21.40042672,-157.730988,Brown Booby,3,2021-09-21 +21.40042672,-157.730988,Brown Noddy,1,2020-07-11 +21.40042672,-157.730988,Chestnut Munia,1,2023-07-21 +21.40042672,-157.730988,Common Gallinule,1,2021-08-29 +21.40042672,-157.730988,Common Myna,53,2024-02-25 +21.40042672,-157.730988,Common Waxbill,10,2023-07-21 +21.40042672,-157.730988,Great Frigatebird,15,2023-11-07 +21.40042672,-157.730988,House Finch,5,2022-02-15 +21.40042672,-157.730988,House Sparrow,12,2023-11-27 +21.40042672,-157.730988,Java Sparrow,9,2023-07-13 +21.40042672,-157.730988,Laughing Gull,1,2024-02-19 +21.40042672,-157.730988,Feral Mallard,20,2024-02-17 +21.40042672,-157.730988,Northern Cardinal,5,2023-11-24 +21.40042672,-157.730988,Pacific Golden-Plover,21,2024-02-25 +21.40042672,-157.730988,Red Junglefowl,4,2023-05-17 +21.40042672,-157.730988,Red-crested Cardinal,37,2024-02-25 +21.40042672,-157.730988,Red-footed Booby,4,2023-06-23 +21.40042672,-157.730988,Red-vented Bulbul,28,2024-02-01 +21.40042672,-157.730988,Red-whiskered Bulbul,8,2023-09-05 +21.40042672,-157.730988,Rock Pigeon,54,2024-02-25 +21.40042672,-157.730988,Ruddy Turnstone,1,2021-09-21 +21.40042672,-157.730988,Saffron Finch,1,2021-12-07 +21.40042672,-157.730988,Scaly-breasted Munia,3,2023-07-21 +21.40042672,-157.730988,Sooty Tern,3,2021-07-10 +21.40042672,-157.730988,Spotted Dove,21,2023-11-24 +21.40042672,-157.730988,Wandering Tattler,5,2021-11-18 +21.40042672,-157.730988,Warbling White-eye,5,2021-09-21 +21.40042672,-157.730988,Wedge-tailed Shearwater,16,2023-10-24 +21.40042672,-157.730988,Western Cattle Egret,44,2024-02-25 +21.40042672,-157.730988,White-rumped Shama,6,2022-07-14 +21.40042672,-157.730988,White-tailed Tropicbird,1,2020-07-11 +21.40042672,-157.730988,Zebra Dove,54,2024-02-25 +21.40035312,-157.7213426,Black Noddy,4,2022-08-16 +21.40035312,-157.7213426,Black-crowned Night Heron,7,2023-10-03 +21.40035312,-157.7213426,Black-necked Stilt,25,2023-12-29 +21.40035312,-157.7213426,Brown Booby,4,2024-02-07 +21.40035312,-157.7213426,Brown Noddy,3,2022-10-18 +21.40035312,-157.7213426,Common Myna,36,2024-02-04 +21.40035312,-157.7213426,Common Waxbill,5,2022-12-04 +21.40035312,-157.7213426,Glaucous-winged Gull,1,2019-02-11 +21.40035312,-157.7213426,Great Frigatebird,12,2024-02-24 +21.40035312,-157.7213426,House Finch,8,2023-03-17 +21.40035312,-157.7213426,House Sparrow,8,2022-12-04 +21.40035312,-157.7213426,Java Sparrow,8,2022-09-19 +21.40035312,-157.7213426,Feral Mallard,15,2024-02-01 +21.40035312,-157.7213426,Northern Cardinal,1,2022-01-11 +21.40035312,-157.7213426,Northern Mockingbird,4,2023-08-24 +21.40035312,-157.7213426,Pacific Golden-Plover,20,2024-02-04 +21.40035312,-157.7213426,Red Junglefowl,7,2023-03-27 +21.40035312,-157.7213426,Red-crested Cardinal,27,2023-12-29 +21.40035312,-157.7213426,Red-footed Booby,4,2024-02-24 +21.40035312,-157.7213426,Red-tailed Tropicbird,3,2022-08-16 +21.40035312,-157.7213426,Red-vented Bulbul,12,2023-08-24 +21.40035312,-157.7213426,Red-whiskered Bulbul,2,2022-01-11 +21.40035312,-157.7213426,Rock Pigeon,47,2024-02-01 +21.40035312,-157.7213426,Ruddy Turnstone,4,2023-10-03 +21.40035312,-157.7213426,Scaly-breasted Munia,4,2022-09-19 +21.40035312,-157.7213426,Spotted Dove,14,2022-12-04 +21.40035312,-157.7213426,Wandering Tattler,9,2024-02-01 +21.40035312,-157.7213426,Wedge-tailed Shearwater,36,2023-11-22 +21.40035312,-157.7213426,Western Cattle Egret,43,2024-02-01 +21.40035312,-157.7213426,White Tern,3,2023-08-24 +21.40035312,-157.7213426,White-rumped Shama,1,2022-01-11 +21.40035312,-157.7213426,Yellow-fronted Canary,1,2019-02-11 +21.40035312,-157.7213426,Zebra Dove,38,2023-08-24 +21.44615943,-157.8077862,Black-crowned Night Heron,6,2022-10-05 +21.44615943,-157.8077862,Black-necked Stilt,14,2022-10-05 +21.44615943,-157.8077862,Brown Booby,1,2024-02-23 +21.44615943,-157.8077862,Chestnut Munia,18,2022-12-11 +21.44615943,-157.8077862,Common Gallinule,8,2021-04-08 +21.44615943,-157.8077862,Common Myna,35,2024-01-14 +21.44615943,-157.8077862,Common Waxbill,26,2024-02-23 +21.44615943,-157.8077862,Hawaiian Coot,1,2021-03-05 +21.44615943,-157.8077862,Hooded Merganser,4,2021-01-13 +21.44615943,-157.8077862,House Finch,18,2023-07-26 +21.44615943,-157.8077862,House Sparrow,10,2022-10-05 +21.44615943,-157.8077862,Japanese Bush Warbler,1,2024-01-14 +21.44615943,-157.8077862,Java Sparrow,5,2021-01-10 +21.44615943,-157.8077862,Feral Mallard,25,2024-02-05 +21.44615943,-157.8077862,Northern Cardinal,11,2023-07-26 +21.44615943,-157.8077862,Pacific Golden-Plover,24,2024-02-23 +21.44615943,-157.8077862,Red Junglefowl,32,2024-02-02 +21.44615943,-157.8077862,Red-billed Leiothrix,3,2024-01-14 +21.44615943,-157.8077862,Red-crested Cardinal,34,2024-02-23 +21.44615943,-157.8077862,Red-vented Bulbul,40,2024-02-23 +21.44615943,-157.8077862,Red-whiskered Bulbul,24,2024-02-02 +21.44615943,-157.8077862,Rock Pigeon,3,2023-07-26 +21.44615943,-157.8077862,Ruddy Turnstone,5,2022-08-13 +21.44615943,-157.8077862,Scaly-breasted Munia,11,2022-08-07 +21.44615943,-157.8077862,Spotted Dove,34,2024-02-02 +21.44615943,-157.8077862,Spotted Sandpiper,2,2021-01-13 +21.44615943,-157.8077862,Wandering Tattler,18,2024-02-02 +21.44615943,-157.8077862,Warbling White-eye,33,2024-02-02 +21.44615943,-157.8077862,Western Cattle Egret,33,2024-02-23 +21.44615943,-157.8077862,White Cockatoo,1,2022-02-10 +21.44615943,-157.8077862,White Tern,1,2022-10-05 +21.44615943,-157.8077862,White-rumped Shama,31,2023-07-26 +21.44615943,-157.8077862,Yellow-fronted Canary,2,2022-07-21 +21.44615943,-157.8077862,Zebra Dove,39,2024-02-23 +21.33004202,-158.0112089,African Silverbill,1,2019-03-11 +21.33004202,-158.0112089,Black-crowned Night Heron,60,2024-02-20 +21.33004202,-158.0112089,Black-necked Stilt,78,2024-02-27 +21.33004202,-158.0112089,Chestnut Munia,9,2023-09-14 +21.33004202,-158.0112089,Common Myna,94,2024-01-16 +21.33004202,-158.0112089,Common Waxbill,28,2024-01-16 +21.33004202,-158.0112089,Eurasian Skylark,1,2023-03-15 +21.33004202,-158.0112089,Gray Francolin,15,2021-07-12 +21.33004202,-158.0112089,Hawaiian Coot,11,2024-01-16 +21.33004202,-158.0112089,House Finch,30,2023-12-07 +21.33004202,-158.0112089,House Sparrow,43,2024-01-16 +21.33004202,-158.0112089,Java Sparrow,15,2023-12-07 +21.33004202,-158.0112089,Laughing Gull,3,2020-03-02 +21.33004202,-158.0112089,Least Tern,1,2019-06-17 +21.33004202,-158.0112089,Feral Mallard,11,2024-02-11 +21.33004202,-158.0112089,Muscovy Duck,1,2024-02-20 +21.33004202,-158.0112089,Northern Cardinal,2,2023-12-07 +21.33004202,-158.0112089,Pacific Golden-Plover,65,2024-02-27 +21.33004202,-158.0112089,Pectoral Sandpiper,4,2020-10-27 +21.33004202,-158.0112089,Red-crested Cardinal,40,2024-01-16 +21.33004202,-158.0112089,Red-vented Bulbul,54,2023-12-07 +21.33004202,-158.0112089,Red-whiskered Bulbul,1,2021-06-14 +21.33004202,-158.0112089,Ring-necked Duck,3,2020-01-27 +21.33004202,-158.0112089,Rock Pigeon,71,2024-02-27 +21.33004202,-158.0112089,Ruddy Turnstone,17,2023-01-09 +21.33004202,-158.0112089,Saffron Finch,42,2024-01-16 +21.33004202,-158.0112089,Scaly-breasted Munia,1,2022-11-11 +21.33004202,-158.0112089,Sharp-tailed Sandpiper,4,2020-10-27 +21.33004202,-158.0112089,Solitary Sandpiper,1,2020-10-25 +21.33004202,-158.0112089,Spotted Dove,44,2024-02-27 +21.33004202,-158.0112089,Wandering Tattler,7,2023-01-09 +21.33004202,-158.0112089,Warbling White-eye,18,2023-12-07 +21.33004202,-158.0112089,Western Cattle Egret,77,2023-12-07 +21.33004202,-158.0112089,White-faced Ibis,1,2022-07-10 +21.33004202,-158.0112089,White-rumped Shama,3,2019-08-19 +21.33004202,-158.0112089,Yellow-fronted Canary,9,2023-05-13 +21.33004202,-158.0112089,Zebra Dove,102,2024-02-27 +21.557149,-158.2511077,African Silverbill,8,2023-11-28 +21.557149,-158.2511077,Black Francolin,1,2021-06-19 +21.557149,-158.2511077,Black Noddy,6,2019-06-07 +21.557149,-158.2511077,Black-crowned Night Heron,4,2019-05-15 +21.557149,-158.2511077,Black-footed Albatross,1,2019-03-04 +21.557149,-158.2511077,Bristle-thighed Curlew,2,2019-09-29 +21.557149,-158.2511077,Brown Booby,7,2023-11-28 +21.557149,-158.2511077,Chestnut Munia,4,2023-03-01 +21.557149,-158.2511077,Common Myna,38,2024-02-21 +21.557149,-158.2511077,Common Waxbill,26,2024-02-21 +21.557149,-158.2511077,Erckel's Spurfowl,3,2021-06-19 +21.557149,-158.2511077,Gray Francolin,13,2024-02-21 +21.557149,-158.2511077,Great Frigatebird,7,2023-11-28 +21.557149,-158.2511077,House Finch,16,2022-01-29 +21.557149,-158.2511077,Japanese Bush Warbler,2,2023-03-01 +21.557149,-158.2511077,Java Sparrow,1,2020-02-19 +21.557149,-158.2511077,Laysan Albatross,20,2024-02-21 +21.557149,-158.2511077,Masked Booby,3,2021-02-06 +21.557149,-158.2511077,Northern Cardinal,6,2022-01-29 +21.557149,-158.2511077,Northern Mockingbird,5,2019-06-20 +21.557149,-158.2511077,Pacific Golden-Plover,9,2024-02-21 +21.557149,-158.2511077,Red Avadavat,1,2023-10-14 +21.557149,-158.2511077,Red Junglefowl,2,2021-06-19 +21.557149,-158.2511077,Red-crested Cardinal,37,2024-02-21 +21.557149,-158.2511077,Red-vented Bulbul,41,2024-02-21 +21.557149,-158.2511077,Red-whiskered Bulbul,8,2023-03-01 +21.557149,-158.2511077,Rock Pigeon,2,2019-03-26 +21.557149,-158.2511077,Saffron Finch,2,2022-11-26 +21.557149,-158.2511077,Scaly-breasted Munia,11,2022-01-31 +21.557149,-158.2511077,Spotted Dove,23,2024-02-21 +21.557149,-158.2511077,Wandering Tattler,15,2023-08-29 +21.557149,-158.2511077,Warbling White-eye,20,2024-02-21 +21.557149,-158.2511077,Wedge-tailed Shearwater,11,2023-11-28 +21.557149,-158.2511077,Western Cattle Egret,2,2024-02-21 +21.557149,-158.2511077,White-rumped Shama,9,2022-11-26 +21.557149,-158.2511077,White-tailed Tropicbird,3,2019-04-24 +21.557149,-158.2511077,Yellow-faced Grassquit,4,2019-03-29 +21.557149,-158.2511077,Zebra Dove,39,2024-02-21 +21.57481014,-158.1640867,Apapane,2,2022-06-19 +21.57481014,-158.1640867,Barn Owl,2,2021-07-01 +21.57481014,-158.1640867,Black Francolin,22,2024-02-28 +21.57481014,-158.1640867,Black-crowned Night Heron,1,2021-05-11 +21.57481014,-158.1640867,Chestnut Munia,5,2024-02-17 +21.57481014,-158.1640867,Common Myna,45,2024-02-28 +21.57481014,-158.1640867,Common Waxbill,39,2024-02-28 +21.57481014,-158.1640867,Erckel's Spurfowl,26,2024-02-28 +21.57481014,-158.1640867,Gray Francolin,26,2024-02-28 +21.57481014,-158.1640867,House Finch,35,2024-02-28 +21.57481014,-158.1640867,Indian Peafowl,26,2024-02-28 +21.57481014,-158.1640867,Japanese Bush Warbler,34,2024-02-28 +21.57481014,-158.1640867,Java Sparrow,3,2022-03-08 +21.57481014,-158.1640867,Kalij Pheasant,5,2023-11-05 +21.57481014,-158.1640867,Laysan Albatross,1,2019-03-22 +21.57481014,-158.1640867,Feral Mallard,1,2020-02-19 +21.57481014,-158.1640867,Northern Cardinal,39,2024-02-28 +21.57481014,-158.1640867,Northern Mockingbird,1,2020-02-19 +21.57481014,-158.1640867,Oahu Amakihi,1,2021-07-01 +21.57481014,-158.1640867,Pacific Golden-Plover,12,2023-11-05 +21.57481014,-158.1640867,Red Avadavat,11,2024-02-28 +21.57481014,-158.1640867,Red Junglefowl,8,2023-11-05 +21.57481014,-158.1640867,Red-billed Leiothrix,31,2024-02-28 +21.57481014,-158.1640867,Red-crested Cardinal,44,2024-02-28 +21.57481014,-158.1640867,Red-vented Bulbul,41,2024-02-28 +21.57481014,-158.1640867,Red-whiskered Bulbul,36,2024-02-28 +21.57481014,-158.1640867,Rock Pigeon,3,2022-06-19 +21.57481014,-158.1640867,Ruddy Turnstone,3,2019-03-09 +21.57481014,-158.1640867,Saffron Finch,15,2024-02-28 +21.57481014,-158.1640867,Scaly-breasted Munia,8,2023-11-05 +21.57481014,-158.1640867,Spotted Dove,42,2024-02-28 +21.57481014,-158.1640867,Warbling White-eye,39,2024-02-28 +21.57481014,-158.1640867,Western Cattle Egret,34,2024-02-28 +21.57481014,-158.1640867,White-rumped Shama,34,2024-02-28 +21.57481014,-158.1640867,Zebra Dove,43,2024-02-28 +21.31208647,-158.0306114,African Silverbill,1,2021-10-22 +21.31208647,-158.0306114,Black-crowned Night Heron,9,2023-12-20 +21.31208647,-158.0306114,Black-necked Stilt,15,2023-12-28 +21.31208647,-158.0306114,Brown Booby,1,2022-02-19 +21.31208647,-158.0306114,Cackling Goose,4,2022-02-25 +21.31208647,-158.0306114,Common Myna,28,2024-01-03 +21.31208647,-158.0306114,Common Waxbill,13,2023-12-28 +21.31208647,-158.0306114,Gray Francolin,9,2024-01-03 +21.31208647,-158.0306114,Hawaiian Coot,17,2024-01-03 +21.31208647,-158.0306114,House Finch,23,2024-01-03 +21.31208647,-158.0306114,House Sparrow,13,2024-01-03 +21.31208647,-158.0306114,Java Sparrow,13,2024-01-03 +21.31208647,-158.0306114,Feral Mallard,14,2024-01-03 +21.31208647,-158.0306114,Northern Cardinal,11,2024-01-03 +21.31208647,-158.0306114,Northern Mockingbird,2,2022-04-16 +21.31208647,-158.0306114,Pacific Golden-Plover,22,2024-01-03 +21.31208647,-158.0306114,Red Junglefowl,10,2023-12-19 +21.31208647,-158.0306114,Red-crested Cardinal,21,2024-01-03 +21.31208647,-158.0306114,Red-vented Bulbul,27,2024-01-03 +21.31208647,-158.0306114,Red-whiskered Bulbul,10,2023-12-28 +21.31208647,-158.0306114,Rock Pigeon,15,2024-01-03 +21.31208647,-158.0306114,Rose-ringed Parakeet,4,2023-12-28 +21.31208647,-158.0306114,Ruddy Turnstone,2,2022-04-14 +21.31208647,-158.0306114,Saffron Finch,12,2023-12-28 +21.31208647,-158.0306114,Short-eared Owl,1,2019-02-27 +21.31208647,-158.0306114,Snow Goose,1,2019-02-26 +21.31208647,-158.0306114,Spotted Dove,28,2024-01-03 +21.31208647,-158.0306114,Warbling White-eye,20,2024-01-03 +21.31208647,-158.0306114,Wedge-tailed Shearwater,1,2021-05-09 +21.31208647,-158.0306114,Western Cattle Egret,19,2024-01-03 +21.31208647,-158.0306114,White Tern,1,2021-05-09 +21.31208647,-158.0306114,Yellow-fronted Canary,6,2023-12-19 +21.31208647,-158.0306114,Zebra Dove,27,2024-01-03 +21.3460072,-157.7025303,Black-crowned Night Heron,1,2023-12-23 +21.3460072,-157.7025303,Brown Booby,4,2024-01-01 +21.3460072,-157.7025303,Chestnut Munia,1,2023-02-15 +21.3460072,-157.7025303,Common Myna,21,2023-12-23 +21.3460072,-157.7025303,Common Waxbill,10,2023-12-08 +21.3460072,-157.7025303,Gray Francolin,1,2020-01-04 +21.3460072,-157.7025303,Great Frigatebird,4,2024-01-01 +21.3460072,-157.7025303,House Finch,7,2022-07-09 +21.3460072,-157.7025303,House Sparrow,6,2023-03-09 +21.3460072,-157.7025303,Indian Peafowl,1,2019-12-29 +21.3460072,-157.7025303,Java Sparrow,3,2021-12-20 +21.3460072,-157.7025303,Laughing Gull,1,2024-02-10 +21.3460072,-157.7025303,Feral Mallard,2,2022-07-13 +21.3460072,-157.7025303,Masked Booby,4,2024-01-01 +21.3460072,-157.7025303,Northern Cardinal,5,2022-07-01 +21.3460072,-157.7025303,Pacific Golden-Plover,11,2023-12-23 +21.3460072,-157.7025303,Red Avadavat,1,2020-01-01 +21.3460072,-157.7025303,Red Junglefowl,4,2023-12-23 +21.3460072,-157.7025303,Red-billed Leiothrix,1,2021-12-20 +21.3460072,-157.7025303,Red-crested Cardinal,18,2023-12-23 +21.3460072,-157.7025303,Red-footed Booby,11,2024-01-01 +21.3460072,-157.7025303,Red-tailed Tropicbird,2,2020-03-03 +21.3460072,-157.7025303,Red-vented Bulbul,13,2023-03-09 +21.3460072,-157.7025303,Red-whiskered Bulbul,8,2023-02-12 +21.3460072,-157.7025303,Rock Pigeon,18,2023-12-23 +21.3460072,-157.7025303,Ruddy Turnstone,3,2023-12-23 +21.3460072,-157.7025303,Scaly-breasted Munia,2,2023-01-28 +21.3460072,-157.7025303,Sooty Tern,6,2024-01-01 +21.3460072,-157.7025303,Spotted Dove,16,2023-12-23 +21.3460072,-157.7025303,Wandering Tattler,4,2023-12-23 +21.3460072,-157.7025303,Warbling White-eye,5,2023-03-09 +21.3460072,-157.7025303,Wedge-tailed Shearwater,1,2022-05-30 +21.3460072,-157.7025303,Western Cattle Egret,6,2023-05-20 +21.3460072,-157.7025303,White Tern,3,2021-05-17 +21.3460072,-157.7025303,White-rumped Shama,6,2023-12-23 +21.3460072,-157.7025303,Yellow-fronted Canary,2,2020-03-03 +21.3460072,-157.7025303,Zebra Dove,21,2023-12-23 +21.38243342,-157.740788,Black-crowned Night Heron,88,2024-02-18 +21.38243342,-157.740788,Black-necked Stilt,137,2024-02-18 +21.38243342,-157.740788,Canvasback,1,2024-02-03 +21.38243342,-157.740788,Chestnut Munia,15,2024-02-18 +21.38243342,-157.740788,Common Gallinule,87,2024-02-18 +21.38243342,-157.740788,Common Myna,218,2024-02-18 +21.38243342,-157.740788,Common Waxbill,67,2024-02-18 +21.38243342,-157.740788,Glaucous-winged Gull,1,2019-03-16 +21.38243342,-157.740788,Great Frigatebird,3,2022-06-18 +21.38243342,-157.740788,Greater Scaup,1,2024-02-03 +21.38243342,-157.740788,Hawaiian Coot,189,2024-02-18 +21.38243342,-157.740788,House Finch,77,2024-01-25 +21.38243342,-157.740788,House Sparrow,12,2023-10-21 +21.38243342,-157.740788,Japanese Bush Warbler,1,2023-02-17 +21.38243342,-157.740788,Java Sparrow,117,2024-02-18 +21.38243342,-157.740788,Lesser Scaup,1,2024-02-03 +21.38243342,-157.740788,Feral Mallard,177,2024-02-05 +21.38243342,-157.740788,Muscovy Duck,30,2024-02-15 +21.38243342,-157.740788,Northern Cardinal,41,2024-02-17 +21.38243342,-157.740788,Pacific Golden-Plover,59,2024-02-18 +21.38243342,-157.740788,Red Junglefowl,138,2024-02-18 +21.38243342,-157.740788,Red-crested Cardinal,151,2024-02-18 +21.38243342,-157.740788,Red-vented Bulbul,134,2024-02-18 +21.38243342,-157.740788,Red-whiskered Bulbul,49,2024-02-05 +21.38243342,-157.740788,Rock Pigeon,140,2024-02-18 +21.38243342,-157.740788,Rose-ringed Parakeet,2,2024-01-27 +21.38243342,-157.740788,Ruddy Turnstone,1,2021-12-21 +21.38243342,-157.740788,Saffron Finch,20,2024-02-05 +21.38243342,-157.740788,Scaly-breasted Munia,15,2023-06-10 +21.38243342,-157.740788,Spotted Dove,172,2024-02-18 +21.38243342,-157.740788,Wandering Tattler,3,2022-10-25 +21.38243342,-157.740788,Warbling White-eye,85,2024-02-15 +21.38243342,-157.740788,Western Cattle Egret,161,2024-02-18 +21.38243342,-157.740788,White-rumped Shama,6,2023-08-22 +21.38243342,-157.740788,Yellow-fronted Canary,2,2023-06-10 +21.38243342,-157.740788,Zebra Dove,165,2024-02-18 +21.34875142,-158.126806,African Silverbill,5,2023-08-03 +21.34875142,-158.126806,Black Francolin,1,2019-07-04 +21.34875142,-158.126806,Black Swan,23,2024-01-22 +21.34875142,-158.126806,Black-crowned Night Heron,17,2024-01-01 +21.34875142,-158.126806,Black-necked Stilt,7,2023-04-27 +21.34875142,-158.126806,Brown Booby,9,2023-08-27 +21.34875142,-158.126806,Chestnut Munia,7,2023-11-25 +21.34875142,-158.126806,Common Gallinule,1,2020-03-12 +21.34875142,-158.126806,Common Myna,49,2024-02-06 +21.34875142,-158.126806,Common Waxbill,22,2023-11-25 +21.34875142,-158.126806,Glaucous-winged Gull,2,2022-12-01 +21.34875142,-158.126806,Great Frigatebird,2,2023-08-19 +21.34875142,-158.126806,Hawaiian Coot,24,2024-01-20 +21.34875142,-158.126806,House Finch,9,2023-11-25 +21.34875142,-158.126806,House Sparrow,14,2024-01-01 +21.34875142,-158.126806,Java Sparrow,11,2023-11-25 +21.34875142,-158.126806,Feral Mallard,16,2024-02-06 +21.34875142,-158.126806,Muscovy Duck,7,2023-08-04 +21.34875142,-158.126806,Northern Cardinal,1,2021-09-03 +21.34875142,-158.126806,Northern Mockingbird,1,2023-08-03 +21.34875142,-158.126806,Pacific Golden-Plover,38,2024-01-04 +21.34875142,-158.126806,Red Avadavat,3,2023-08-04 +21.34875142,-158.126806,Red Junglefowl,6,2023-08-04 +21.34875142,-158.126806,Red-crested Cardinal,35,2024-02-06 +21.34875142,-158.126806,Red-vented Bulbul,21,2024-01-01 +21.34875142,-158.126806,Red-whiskered Bulbul,2,2023-08-04 +21.34875142,-158.126806,Rock Pigeon,3,2023-08-04 +21.34875142,-158.126806,Rose-ringed Parakeet,1,2024-01-09 +21.34875142,-158.126806,Ruddy Turnstone,7,2024-01-01 +21.34875142,-158.126806,Saffron Finch,30,2024-01-12 +21.34875142,-158.126806,Scaly-breasted Munia,1,2021-08-09 +21.34875142,-158.126806,Spotted Dove,18,2024-01-04 +21.34875142,-158.126806,Wandering Tattler,3,2022-12-01 +21.34875142,-158.126806,Warbling White-eye,8,2023-08-05 +21.34875142,-158.126806,Wedge-tailed Shearwater,4,2023-08-29 +21.34875142,-158.126806,Western Cattle Egret,21,2024-01-04 +21.34875142,-158.126806,White Tern,2,2023-08-22 +21.34875142,-158.126806,Yellow-fronted Canary,4,2023-11-28 +21.34875142,-158.126806,Zebra Dove,44,2024-01-04 +21.36414735,-157.7120138,Black-crowned Night Heron,101,2023-10-21 +21.36414735,-157.7120138,Black-necked Stilt,222,2024-01-30 +21.36414735,-157.7120138,Brown Booby,1,2024-01-24 +21.36414735,-157.7120138,Chestnut Munia,12,2024-01-29 +21.36414735,-157.7120138,Common Gallinule,122,2024-01-24 +21.36414735,-157.7120138,Common Myna,145,2024-01-30 +21.36414735,-157.7120138,Common Waxbill,87,2024-01-30 +21.36414735,-157.7120138,Gray Francolin,20,2024-01-30 +21.36414735,-157.7120138,Great Frigatebird,1,2022-01-22 +21.36414735,-157.7120138,Hawaiian Coot,4,2020-01-10 +21.36414735,-157.7120138,House Finch,22,2024-01-30 +21.36414735,-157.7120138,House Sparrow,8,2024-01-30 +21.36414735,-157.7120138,Indian Peafowl,12,2024-01-30 +21.36414735,-157.7120138,Java Sparrow,12,2024-01-30 +21.36414735,-157.7120138,Feral Mallard,101,2024-01-30 +21.36414735,-157.7120138,Northern Cardinal,46,2024-01-30 +21.36414735,-157.7120138,Pacific Golden-Plover,190,2024-01-30 +21.36414735,-157.7120138,Red Junglefowl,5,2024-01-26 +21.36414735,-157.7120138,Red-billed Leiothrix,15,2024-01-30 +21.36414735,-157.7120138,Red-crested Cardinal,85,2024-01-30 +21.36414735,-157.7120138,Red-vented Bulbul,72,2024-01-30 +21.36414735,-157.7120138,Red-whiskered Bulbul,56,2024-01-30 +21.36414735,-157.7120138,Rock Pigeon,38,2024-01-30 +21.36414735,-157.7120138,Rose-ringed Parakeet,2,2023-03-06 +21.36414735,-157.7120138,Ruddy Turnstone,77,2024-01-30 +21.36414735,-157.7120138,Saffron Finch,4,2024-01-30 +21.36414735,-157.7120138,Scaly-breasted Munia,6,2022-05-20 +21.36414735,-157.7120138,Snow Goose,12,2020-01-11 +21.36414735,-157.7120138,Spotted Dove,85,2024-01-30 +21.36414735,-157.7120138,Wandering Tattler,141,2024-01-30 +21.36414735,-157.7120138,Warbling White-eye,20,2024-01-30 +21.36414735,-157.7120138,Wedge-tailed Shearwater,1,2019-12-06 +21.36414735,-157.7120138,Western Cattle Egret,127,2024-01-30 +21.36414735,-157.7120138,White-rumped Shama,21,2024-01-30 +21.36414735,-157.7120138,Yellow-fronted Canary,8,2024-01-30 +21.36414735,-157.7120138,Zebra Dove,53,2024-01-30 +21.42893985,-157.9333549,African Silverbill,2,2019-05-20 +21.42893985,-157.9333549,Apapane,5,2023-01-17 +21.42893985,-157.9333549,Barn Owl,1,2020-05-25 +21.42893985,-157.9333549,Black-crowned Night Heron,1,2021-09-26 +21.42893985,-157.9333549,Chestnut Munia,5,2023-06-11 +21.42893985,-157.9333549,Chinese Hwamei,10,2023-08-13 +21.42893985,-157.9333549,Common Myna,15,2024-01-03 +21.42893985,-157.9333549,Common Waxbill,41,2023-12-31 +21.42893985,-157.9333549,Gray Francolin,1,2022-02-24 +21.42893985,-157.9333549,Great Frigatebird,1,2021-09-26 +21.42893985,-157.9333549,House Finch,63,2024-01-03 +21.42893985,-157.9333549,House Sparrow,3,2022-04-11 +21.42893985,-157.9333549,Japanese Bush Warbler,17,2023-07-16 +21.42893985,-157.9333549,Java Sparrow,1,2021-09-26 +21.42893985,-157.9333549,Muscovy Duck,1,2021-09-26 +21.42893985,-157.9333549,Northern Cardinal,26,2023-08-13 +21.42893985,-157.9333549,Oahu Amakihi,33,2023-12-31 +21.42893985,-157.9333549,Oahu Elepaio,1,2023-07-16 +21.42893985,-157.9333549,Pacific Golden-Plover,4,2022-12-12 +21.42893985,-157.9333549,Red Junglefowl,31,2023-12-31 +21.42893985,-157.9333549,Red-billed Leiothrix,72,2023-12-31 +21.42893985,-157.9333549,Red-crested Cardinal,37,2023-12-31 +21.42893985,-157.9333549,Red-crowned Parrot,65,2024-01-03 +21.42893985,-157.9333549,Red-vented Bulbul,85,2024-01-03 +21.42893985,-157.9333549,Red-whiskered Bulbul,35,2023-12-31 +21.42893985,-157.9333549,Rock Pigeon,2,2021-09-26 +21.42893985,-157.9333549,Rose-ringed Parakeet,14,2023-02-01 +21.42893985,-157.9333549,Rosy-faced Lovebird,1,2019-04-17 +21.42893985,-157.9333549,Saffron Finch,1,2021-09-26 +21.42893985,-157.9333549,Scaly-breasted Munia,6,2021-05-24 +21.42893985,-157.9333549,Spotted Dove,47,2024-01-03 +21.42893985,-157.9333549,Warbling White-eye,80,2024-01-03 +21.42893985,-157.9333549,Western Cattle Egret,1,2021-09-26 +21.42893985,-157.9333549,White-rumped Shama,60,2023-12-31 +21.42893985,-157.9333549,Yellow-fronted Canary,7,2023-12-31 +21.42893985,-157.9333549,Zebra Dove,54,2023-12-31 +21.52895504,-158.0388335,Black-crowned Night Heron,28,2024-01-27 +21.52895504,-158.0388335,Cackling Goose,1,2020-03-07 +21.52895504,-158.0388335,Chestnut Munia,8,2023-12-09 +21.52895504,-158.0388335,Common Myna,107,2024-02-24 +21.52895504,-158.0388335,Common Waxbill,29,2024-01-24 +21.52895504,-158.0388335,Erckel's Spurfowl,3,2023-06-04 +21.52895504,-158.0388335,Gray Francolin,25,2024-01-26 +21.52895504,-158.0388335,Great Frigatebird,2,2019-08-02 +21.52895504,-158.0388335,House Finch,27,2024-01-24 +21.52895504,-158.0388335,House Sparrow,69,2024-02-01 +21.52895504,-158.0388335,Java Sparrow,6,2024-01-14 +21.52895504,-158.0388335,Feral Mallard,40,2024-02-31 +21.52895504,-158.0388335,Muscovy Duck,3,2019-06-22 +21.52895504,-158.0388335,Northern Cardinal,18,2024-01-24 +21.52895504,-158.0388335,Northern Mockingbird,1,2023-08-11 +21.52895504,-158.0388335,Pacific Golden-Plover,47,2024-02-24 +21.52895504,-158.0388335,Red Avadavat,2,2022-11-10 +21.52895504,-158.0388335,Red Junglefowl,53,2024-01-24 +21.52895504,-158.0388335,Red-crested Cardinal,71,2024-02-24 +21.52895504,-158.0388335,Red-masked Parakeet,1,2022-05-30 +21.52895504,-158.0388335,Red-vented Bulbul,87,2024-02-24 +21.52895504,-158.0388335,Red-whiskered Bulbul,38,2024-01-16 +21.52895504,-158.0388335,Rock Pigeon,8,2024-01-18 +21.52895504,-158.0388335,Rose-ringed Parakeet,3,2024-01-14 +21.52895504,-158.0388335,Saffron Finch,64,2024-02-07 +21.52895504,-158.0388335,Sanderling,1,2024-01-14 +21.52895504,-158.0388335,Scaly-breasted Munia,4,2024-01-14 +21.52895504,-158.0388335,Short-eared Owl,1,2021-07-09 +21.52895504,-158.0388335,Spotted Dove,69,2024-02-24 +21.52895504,-158.0388335,Warbling White-eye,41,2024-02-01 +21.52895504,-158.0388335,Western Cattle Egret,26,2024-01-26 +21.52895504,-158.0388335,White-rumped Shama,17,2024-01-24 +21.52895504,-158.0388335,Yellow-fronted Canary,4,2024-01-14 +21.52895504,-158.0388335,Zebra Dove,100,2024-02-24 +21.63752453,-158.0671033,Barn Owl,1,2020-12-31 +21.63752453,-158.0671033,Black-crowned Night Heron,2,2023-01-26 +21.63752453,-158.0671033,Black-necked Stilt,1,2023-01-11 +21.63752453,-158.0671033,Brown Booby,7,2024-02-20 +21.63752453,-158.0671033,Brown Noddy,1,2022-05-25 +21.63752453,-158.0671033,Common Gallinule,5,2024-01-17 +21.63752453,-158.0671033,Common Myna,14,2024-02-23 +21.63752453,-158.0671033,Common Waxbill,5,2024-01-14 +21.63752453,-158.0671033,Great Frigatebird,2,2023-07-25 +21.63752453,-158.0671033,Hawaiian Coot,1,2023-01-26 +21.63752453,-158.0671033,House Finch,4,2024-02-23 +21.63752453,-158.0671033,Indian Peafowl,1,2024-02-20 +21.63752453,-158.0671033,Java Sparrow,1,2022-11-15 +21.63752453,-158.0671033,Lesser Scaup,1,2024-01-17 +21.63752453,-158.0671033,Feral Mallard,5,2024-01-14 +21.63752453,-158.0671033,Northern Cardinal,1,2022-11-15 +21.63752453,-158.0671033,Pacific Golden-Plover,5,2023-09-23 +21.63752453,-158.0671033,Peregrine Falcon,1,2022-11-15 +21.63752453,-158.0671033,Red Junglefowl,9,2024-02-23 +21.63752453,-158.0671033,Red-billed Leiothrix,1,2022-05-25 +21.63752453,-158.0671033,Red-crested Cardinal,11,2024-02-23 +21.63752453,-158.0671033,Red-footed Booby,3,2022-02-28 +21.63752453,-158.0671033,Red-vented Bulbul,6,2024-01-17 +21.63752453,-158.0671033,Red-whiskered Bulbul,2,2024-01-14 +21.63752453,-158.0671033,Rock Pigeon,10,2024-02-23 +21.63752453,-158.0671033,Ruddy Turnstone,2,2019-03-09 +21.63752453,-158.0671033,Saffron Finch,12,2024-01-17 +21.63752453,-158.0671033,Scaly-breasted Munia,1,2023-03-05 +21.63752453,-158.0671033,Spotted Dove,3,2023-03-05 +21.63752453,-158.0671033,Wandering Tattler,7,2024-02-23 +21.63752453,-158.0671033,Warbling White-eye,9,2024-02-23 +21.63752453,-158.0671033,Wedge-tailed Shearwater,1,2021-07-22 +21.63752453,-158.0671033,Western Cattle Egret,10,2024-02-23 +21.63752453,-158.0671033,White Tern,1,2022-05-25 +21.63752453,-158.0671033,White-faced Ibis,1,2021-10-16 +21.63752453,-158.0671033,White-rumped Shama,2,2023-03-05 +21.63752453,-158.0671033,White-tailed Tropicbird,3,2024-01-14 +21.63752453,-158.0671033,Yellow-fronted Canary,1,2019-09-14 +21.63752453,-158.0671033,Zebra Dove,10,2024-01-17 +21.42759841,-157.7404009,Black Noddy,5,2020-03-13 +21.42759841,-157.7404009,Black-crowned Night Heron,11,2023-01-22 +21.42759841,-157.7404009,Black-necked Stilt,26,2024-02-22 +21.42759841,-157.7404009,Brant,3,2020-03-13 +21.42759841,-157.7404009,Bristle-thighed Curlew,1,2019-07-16 +21.42759841,-157.7404009,Brown Booby,1,2019-01-17 +21.42759841,-157.7404009,Brown Noddy,2,2019-02-12 +21.42759841,-157.7404009,Cackling Goose,2,2020-03-10 +21.42759841,-157.7404009,Chestnut Munia,1,2023-02-10 +21.42759841,-157.7404009,Common Gallinule,2,2023-01-22 +21.42759841,-157.7404009,Common Myna,21,2024-02-22 +21.42759841,-157.7404009,Common Waxbill,5,2023-01-22 +21.42759841,-157.7404009,Gray Francolin,22,2024-02-22 +21.42759841,-157.7404009,Great Frigatebird,6,2023-02-10 +21.42759841,-157.7404009,Hawaiian Coot,23,2024-02-22 +21.42759841,-157.7404009,House Finch,3,2022-08-17 +21.42759841,-157.7404009,Java Sparrow,4,2024-01-16 +21.42759841,-157.7404009,Laughing Gull,15,2024-02-22 +21.42759841,-157.7404009,Lesser Scaup,1,2019-12-06 +21.42759841,-157.7404009,Feral Mallard,17,2024-03-13 +21.42759841,-157.7404009,Muscovy Duck,1,2023-01-22 +21.42759841,-157.7404009,Northern Cardinal,2,2023-01-18 +21.42759841,-157.7404009,Northern Pintail,2,2020-03-10 +21.42759841,-157.7404009,Northern Shoveler,2,2020-03-10 +21.42759841,-157.7404009,Pacific Golden-Plover,26,2024-02-22 +21.42759841,-157.7404009,Red-crested Cardinal,5,2024-02-09 +21.42759841,-157.7404009,Red-footed Booby,2,2019-12-06 +21.42759841,-157.7404009,Red-vented Bulbul,22,2024-02-22 +21.42759841,-157.7404009,Red-whiskered Bulbul,1,2023-01-18 +21.42759841,-157.7404009,Rock Pigeon,5,2023-02-09 +21.42759841,-157.7404009,Ruddy Turnstone,21,2024-02-22 +21.42759841,-157.7404009,Short-eared Owl,5,2023-01-18 +21.42759841,-157.7404009,Spotted Dove,9,2023-02-09 +21.42759841,-157.7404009,Wandering Tattler,9,2023-11-21 +21.42759841,-157.7404009,Warbling White-eye,1,2019-07-16 +21.42759841,-157.7404009,Wedge-tailed Shearwater,2,2023-11-21 +21.42759841,-157.7404009,Western Cattle Egret,10,2023-02-09 +21.42759841,-157.7404009,White-rumped Shama,1,2019-07-16 +21.42759841,-157.7404009,White-tailed Tropicbird,1,2019-01-17 +21.42759841,-157.7404009,Zebra Dove,22,2024-02-22 +21.43712626,-157.8078596,Black-crowned Night Heron,15,2022-11-10 +21.43712626,-157.8078596,Black-necked Stilt,36,2023-08-21 +21.43712626,-157.8078596,Bristle-thighed Curlew,1,2019-11-13 +21.43712626,-157.8078596,Brown Booby,3,2021-01-01 +21.43712626,-157.8078596,Chestnut Munia,22,2023-01-31 +21.43712626,-157.8078596,Common Gallinule,70,2024-01-26 +21.43712626,-157.8078596,Common Myna,87,2024-02-19 +21.43712626,-157.8078596,Common Waxbill,72,2023-01-31 +21.43712626,-157.8078596,Elegant Tern,1,2019-02-07 +21.43712626,-157.8078596,Erckel's Spurfowl,1,2023-10-18 +21.43712626,-157.8078596,Great Frigatebird,3,2023-11-06 +21.43712626,-157.8078596,Hooded Merganser,29,2021-04-10 +21.43712626,-157.8078596,House Finch,20,2023-07-26 +21.43712626,-157.8078596,House Sparrow,9,2021-04-07 +21.43712626,-157.8078596,Japanese Bush Warbler,1,2019-02-17 +21.43712626,-157.8078596,Java Sparrow,3,2023-02-24 +21.43712626,-157.8078596,Feral Mallard,89,2024-02-13 +21.43712626,-157.8078596,Northern Cardinal,25,2022-11-10 +21.43712626,-157.8078596,Northern Mockingbird,1,2021-05-05 +21.43712626,-157.8078596,Pacific Golden-Plover,78,2024-02-19 +21.43712626,-157.8078596,Red Junglefowl,47,2024-02-13 +21.43712626,-157.8078596,Red-billed Leiothrix,3,2022-04-02 +21.43712626,-157.8078596,Red-crested Cardinal,68,2024-01-26 +21.43712626,-157.8078596,Red-vented Bulbul,74,2024-02-24 +21.43712626,-157.8078596,Red-whiskered Bulbul,33,2023-10-21 +21.43712626,-157.8078596,Rock Pigeon,4,2023-10-18 +21.43712626,-157.8078596,Ruddy Turnstone,7,2022-08-20 +21.43712626,-157.8078596,Saffron Finch,3,2023-02-24 +21.43712626,-157.8078596,Sanderling,2,2022-08-20 +21.43712626,-157.8078596,Scaly-breasted Munia,18,2021-07-31 +21.43712626,-157.8078596,Spotted Dove,73,2024-02-19 +21.43712626,-157.8078596,Spotted Sandpiper,4,2021-01-13 +21.43712626,-157.8078596,Wandering Tattler,36,2024-01-26 +21.43712626,-157.8078596,Warbling White-eye,72,2024-02-24 +21.43712626,-157.8078596,Western Cattle Egret,76,2024-02-24 +21.43712626,-157.8078596,White Tern,1,2024-02-13 +21.43712626,-157.8078596,White-rumped Shama,78,2024-02-13 +21.43712626,-157.8078596,Yellow-fronted Canary,2,2021-02-05 +21.43712626,-157.8078596,Zebra Dove,89,2024-02-13 +21.45454755,-157.72087,African Silverbill,2,2019-04-03 +21.45454755,-157.72087,Black Noddy,1,2023-04-06 +21.45454755,-157.72087,Black-crowned Night Heron,1,2022-01-01 +21.45454755,-157.72087,Black-necked Stilt,3,2022-02-05 +21.45454755,-157.72087,Brown Booby,11,2023-04-06 +21.45454755,-157.72087,Brown Noddy,7,2023-04-06 +21.45454755,-157.72087,Common Myna,22,2023-04-06 +21.45454755,-157.72087,Common Waxbill,18,2023-04-06 +21.45454755,-157.72087,Eurasian Skylark,4,2020-07-13 +21.45454755,-157.72087,Gray Francolin,8,2023-04-06 +21.45454755,-157.72087,Great Frigatebird,27,2023-06-26 +21.45454755,-157.72087,House Finch,13,2023-04-06 +21.45454755,-157.72087,House Sparrow,6,2023-02-14 +21.45454755,-157.72087,Java Sparrow,12,2023-04-06 +21.45454755,-157.72087,Laysan Albatross,1,2022-01-08 +21.45454755,-157.72087,Feral Mallard,1,2022-01-08 +21.45454755,-157.72087,Masked Booby,5,2023-04-06 +21.45454755,-157.72087,Northern Cardinal,17,2023-04-06 +21.45454755,-157.72087,Northern Mockingbird,3,2020-07-13 +21.45454755,-157.72087,Orange-cheeked Waxbill,1,2022-01-02 +21.45454755,-157.72087,Pacific Golden-Plover,17,2023-04-06 +21.45454755,-157.72087,Peregrine Falcon,1,2020-07-13 +21.45454755,-157.72087,Red Avadavat,3,2021-12-31 +21.45454755,-157.72087,Red Junglefowl,2,2019-11-06 +21.45454755,-157.72087,Red-crested Cardinal,16,2023-04-06 +21.45454755,-157.72087,Red-footed Booby,21,2024-02-17 +21.45454755,-157.72087,Red-tailed Tropicbird,2,2023-04-06 +21.45454755,-157.72087,Red-vented Bulbul,16,2023-04-06 +21.45454755,-157.72087,Red-whiskered Bulbul,4,2022-03-12 +21.45454755,-157.72087,Rock Pigeon,3,2022-01-04 +21.45454755,-157.72087,Saffron Finch,3,2022-01-07 +21.45454755,-157.72087,Scaly-breasted Munia,5,2020-07-13 +21.45454755,-157.72087,Short-eared Owl,1,2019-04-03 +21.45454755,-157.72087,Sooty Tern,6,2023-04-06 +21.45454755,-157.72087,Spotted Dove,9,2023-04-06 +21.45454755,-157.72087,Wandering Tattler,3,2022-07-26 +21.45454755,-157.72087,Warbling White-eye,13,2023-04-06 +21.45454755,-157.72087,Wedge-tailed Shearwater,2,2021-12-30 +21.45454755,-157.72087,Western Cattle Egret,17,2023-04-06 +21.45454755,-157.72087,White-rumped Shama,4,2022-01-04 +21.45454755,-157.72087,Yellow-fronted Canary,1,2022-01-05 +21.45454755,-157.72087,Zebra Dove,16,2023-04-06 +21.69115413,-157.9700975,American Wigeon,1,2023-04-08 +21.69115413,-157.9700975,Black Francolin,1,2021-09-05 +21.69115413,-157.9700975,Black-crowned Night Heron,28,2023-04-03 +21.69115413,-157.9700975,Black-necked Stilt,114,2024-02-10 +21.69115413,-157.9700975,Blue-winged Teal,22,2023-04-08 +21.69115413,-157.9700975,Bufflehead,28,2020-03-14 +21.69115413,-157.9700975,Chestnut Munia,4,2023-04-02 +21.69115413,-157.9700975,Common Gallinule,3,2024-02-10 +21.69115413,-157.9700975,Common Myna,50,2024-01-14 +21.69115413,-157.9700975,Common Waxbill,46,2024-02-10 +21.69115413,-157.9700975,Dunlin,4,2021-02-03 +21.69115413,-157.9700975,Eurasian Skylark,2,2020-02-03 +21.69115413,-157.9700975,Gray Francolin,1,2021-09-05 +21.69115413,-157.9700975,Great Frigatebird,3,2022-02-12 +21.69115413,-157.9700975,Hawaiian Coot,104,2024-02-10 +21.69115413,-157.9700975,House Finch,2,2023-03-15 +21.69115413,-157.9700975,House Sparrow,13,2023-04-02 +21.69115413,-157.9700975,Lesser Yellowlegs,1,2020-08-25 +21.69115413,-157.9700975,Long-billed Dowitcher,3,2021-02-27 +21.69115413,-157.9700975,Feral Mallard,71,2024-03-22 +21.69115413,-157.9700975,Northern Cardinal,5,2023-03-28 +21.69115413,-157.9700975,Northern Shoveler,24,2023-04-08 +21.69115413,-157.9700975,Pacific Golden-Plover,97,2024-02-10 +21.69115413,-157.9700975,Pectoral Sandpiper,6,2021-09-11 +21.69115413,-157.9700975,Red Avadavat,14,2024-02-10 +21.69115413,-157.9700975,Red Junglefowl,1,2020-10-29 +21.69115413,-157.9700975,Red Knot,3,2024-01-06 +21.69115413,-157.9700975,Red-crested Cardinal,7,2023-04-03 +21.69115413,-157.9700975,Red-vented Bulbul,37,2024-01-20 +21.69115413,-157.9700975,Red-whiskered Bulbul,2,2024-01-20 +21.69115413,-157.9700975,Ring-necked Pheasant,4,2023-01-10 +21.69115413,-157.9700975,Ruddy Turnstone,87,2024-01-06 +21.69115413,-157.9700975,Saffron Finch,2,2024-02-23 +21.69115413,-157.9700975,Sanderling,84,2024-02-10 +21.69115413,-157.9700975,Sharp-tailed Sandpiper,1,2020-12-27 +21.69115413,-157.9700975,Spotted Dove,36,2024-02-10 +21.69115413,-157.9700975,Wandering Tattler,52,2024-01-04 +21.69115413,-157.9700975,Warbling White-eye,32,2023-04-03 +21.69115413,-157.9700975,Western Cattle Egret,34,2024-02-10 +21.69115413,-157.9700975,Zebra Dove,23,2024-01-14 +21.70018608,-157.9700331,Black-crowned Night Heron,6,2023-11-04 +21.70018608,-157.9700331,Black-necked Stilt,12,2023-11-04 +21.70018608,-157.9700331,Bristle-thighed Curlew,13,2023-11-04 +21.70018608,-157.9700331,Cackling Goose,1,2022-11-23 +21.70018608,-157.9700331,Chestnut Munia,13,2023-11-04 +21.70018608,-157.9700331,Common Gallinule,12,2023-11-04 +21.70018608,-157.9700331,Common Myna,26,2023-11-01 +21.70018608,-157.9700331,Common Waxbill,19,2023-11-01 +21.70018608,-157.9700331,Gray Francolin,4,2023-09-19 +21.70018608,-157.9700331,Great Frigatebird,1,2023-11-04 +21.70018608,-157.9700331,Hawaiian Coot,8,2023-11-04 +21.70018608,-157.9700331,House Finch,15,2023-10-05 +21.70018608,-157.9700331,House Sparrow,4,2022-12-02 +21.70018608,-157.9700331,Indian Peafowl,5,2024-01-30 +21.70018608,-157.9700331,Java Sparrow,5,2022-12-03 +21.70018608,-157.9700331,Laysan Albatross,3,2022-03-12 +21.70018608,-157.9700331,Feral Mallard,3,2023-11-23 +21.70018608,-157.9700331,Muscovy Duck,3,2023-11-19 +21.70018608,-157.9700331,Northern Cardinal,4,2022-12-02 +21.70018608,-157.9700331,Northern Shoveler,1,2023-11-04 +21.70018608,-157.9700331,Pacific Golden-Plover,30,2023-11-04 +21.70018608,-157.9700331,Red Junglefowl,3,2023-10-05 +21.70018608,-157.9700331,Red-billed Leiothrix,2,2022-11-24 +21.70018608,-157.9700331,Red-crested Cardinal,12,2023-11-01 +21.70018608,-157.9700331,Red-vented Bulbul,21,2023-11-01 +21.70018608,-157.9700331,Red-whiskered Bulbul,5,2023-09-17 +21.70018608,-157.9700331,Ring-necked Pheasant,1,2023-11-04 +21.70018608,-157.9700331,Rock Pigeon,1,2022-11-23 +21.70018608,-157.9700331,Ruddy Turnstone,22,2023-11-04 +21.70018608,-157.9700331,Saffron Finch,11,2023-11-04 +21.70018608,-157.9700331,Sanderling,2,2023-11-04 +21.70018608,-157.9700331,Scaly-breasted Munia,1,2023-04-19 +21.70018608,-157.9700331,Spotted Dove,17,2024-01-30 +21.70018608,-157.9700331,Wandering Tattler,1,2022-11-23 +21.70018608,-157.9700331,Warbling White-eye,7,2023-11-01 +21.70018608,-157.9700331,Western Cattle Egret,19,2023-11-04 +21.70018608,-157.9700331,White-rumped Shama,10,2023-11-01 +21.70018608,-157.9700331,Yellow-fronted Canary,1,2019-03-01 +21.70018608,-157.9700331,Zebra Dove,25,2023-11-01 +21.27425062,-157.7706251,Black-crowned Night Heron,6,2024-01-14 +21.27425062,-157.7706251,Brown Noddy,1,2022-01-12 +21.27425062,-157.7706251,Chestnut Munia,1,2023-02-05 +21.27425062,-157.7706251,Common Gallinule,3,2022-01-15 +21.27425062,-157.7706251,Common Myna,52,2024-02-29 +21.27425062,-157.7706251,Common Waxbill,12,2023-07-22 +21.27425062,-157.7706251,Gray Francolin,1,2024-01-07 +21.27425062,-157.7706251,Great Frigatebird,6,2023-07-22 +21.27425062,-157.7706251,House Finch,14,2024-01-14 +21.27425062,-157.7706251,House Sparrow,30,2024-01-14 +21.27425062,-157.7706251,Japanese Bush Warbler,1,2022-01-14 +21.27425062,-157.7706251,Java Sparrow,6,2024-02-29 +21.27425062,-157.7706251,Feral Mallard,6,2022-01-15 +21.27425062,-157.7706251,Muscovy Duck,5,2024-01-07 +21.27425062,-157.7706251,Northern Cardinal,2,2022-02-27 +21.27425062,-157.7706251,Northern Mockingbird,1,2022-10-08 +21.27425062,-157.7706251,Pacific Golden-Plover,22,2024-01-14 +21.27425062,-157.7706251,Red Junglefowl,10,2024-01-14 +21.27425062,-157.7706251,Red-billed Leiothrix,1,2019-09-19 +21.27425062,-157.7706251,Red-crested Cardinal,35,2024-01-14 +21.27425062,-157.7706251,Red-masked Parakeet,2,2023-02-05 +21.27425062,-157.7706251,Red-vented Bulbul,43,2024-01-14 +21.27425062,-157.7706251,Red-whiskered Bulbul,12,2022-11-20 +21.27425062,-157.7706251,Rock Pigeon,32,2024-01-14 +21.27425062,-157.7706251,Rose-ringed Parakeet,30,2024-01-14 +21.27425062,-157.7706251,Ruddy Turnstone,4,2022-01-15 +21.27425062,-157.7706251,Saffron Finch,2,2021-08-22 +21.27425062,-157.7706251,Salmon-crested Cockatoo,1,2022-01-20 +21.27425062,-157.7706251,Scaly-breasted Munia,1,2021-08-22 +21.27425062,-157.7706251,Sooty Tern,1,2021-05-29 +21.27425062,-157.7706251,Spotted Dove,19,2024-01-14 +21.27425062,-157.7706251,Wandering Tattler,3,2023-07-19 +21.27425062,-157.7706251,Warbling White-eye,19,2024-01-14 +21.27425062,-157.7706251,Wedge-tailed Shearwater,2,2023-07-22 +21.27425062,-157.7706251,Western Cattle Egret,35,2024-01-14 +21.27425062,-157.7706251,White Tern,44,2024-01-14 +21.27425062,-157.7706251,White-rumped Shama,5,2024-01-14 +21.27425062,-157.7706251,Yellow-fronted Canary,5,2023-02-05 +21.27425062,-157.7706251,Zebra Dove,34,2024-02-29 +21.2915079,-157.6644546,African Silverbill,6,2023-02-28 +21.2915079,-157.6644546,Black Noddy,3,2020-10-16 +21.2915079,-157.6644546,Black-crowned Night Heron,10,2023-03-31 +21.2915079,-157.6644546,Brown Booby,64,2024-02-16 +21.2915079,-157.6644546,Brown Noddy,19,2024-01-04 +21.2915079,-157.6644546,Common Myna,187,2024-02-28 +21.2915079,-157.6644546,Common Waxbill,114,2024-02-03 +21.2915079,-157.6644546,Great Frigatebird,32,2024-01-11 +21.2915079,-157.6644546,House Finch,24,2023-04-13 +21.2915079,-157.6644546,House Sparrow,55,2023-09-30 +21.2915079,-157.6644546,Java Sparrow,100,2024-02-25 +21.2915079,-157.6644546,Laysan Albatross,4,2024-02-16 +21.2915079,-157.6644546,Masked Booby,13,2024-02-22 +21.2915079,-157.6644546,Northern Cardinal,5,2023-02-22 +21.2915079,-157.6644546,Pacific Golden-Plover,150,2024-02-28 +21.2915079,-157.6644546,Peregrine Falcon,1,2024-02-03 +21.2915079,-157.6644546,Red Avadavat,3,2023-11-06 +21.2915079,-157.6644546,Red Junglefowl,44,2024-02-25 +21.2915079,-157.6644546,Red-billed Leiothrix,1,2020-01-25 +21.2915079,-157.6644546,Red-crested Cardinal,146,2024-02-28 +21.2915079,-157.6644546,Red-footed Booby,50,2024-02-19 +21.2915079,-157.6644546,Red-tailed Tropicbird,25,2024-02-04 +21.2915079,-157.6644546,Red-vented Bulbul,77,2024-01-11 +21.2915079,-157.6644546,Red-whiskered Bulbul,4,2023-02-13 +21.2915079,-157.6644546,Rock Pigeon,136,2024-02-28 +21.2915079,-157.6644546,Ruddy Turnstone,15,2023-12-23 +21.2915079,-157.6644546,Saffron Finch,2,2023-11-06 +21.2915079,-157.6644546,Sanderling,1,2022-12-20 +21.2915079,-157.6644546,Scaly-breasted Munia,10,2022-08-25 +21.2915079,-157.6644546,Sooty Tern,108,2024-02-25 +21.2915079,-157.6644546,Spotted Dove,82,2024-02-03 +21.2915079,-157.6644546,Wandering Tattler,61,2024-02-03 +21.2915079,-157.6644546,Warbling White-eye,10,2023-12-28 +21.2915079,-157.6644546,Wedge-tailed Shearwater,35,2024-01-29 +21.2915079,-157.6644546,Western Cattle Egret,110,2024-02-28 +21.2915079,-157.6644546,White Tern,27,2023-09-22 +21.2915079,-157.6644546,White-tailed Tropicbird,3,2024-01-29 +21.2915079,-157.6644546,Yellow-fronted Canary,1,2021-03-15 +21.2915079,-157.6644546,Zebra Dove,162,2024-02-28 +21.3206586,-157.9534224,African Silverbill,6,2022-06-10 +21.3206586,-157.9534224,Black Noddy,1,2022-06-10 +21.3206586,-157.9534224,Black-crowned Night Heron,49,2024-02-13 +21.3206586,-157.9534224,Black-necked Stilt,92,2024-02-13 +21.3206586,-157.9534224,Brown Booby,13,2023-05-21 +21.3206586,-157.9534224,Chestnut Munia,8,2022-06-06 +21.3206586,-157.9534224,Common Myna,106,2024-02-16 +21.3206586,-157.9534224,Common Waxbill,57,2024-02-16 +21.3206586,-157.9534224,Dunlin,1,2020-02-17 +21.3206586,-157.9534224,Erckel's Spurfowl,1,2021-11-11 +21.3206586,-157.9534224,Gray Francolin,25,2023-08-02 +21.3206586,-157.9534224,Great Frigatebird,1,2022-08-26 +21.3206586,-157.9534224,House Finch,28,2024-02-16 +21.3206586,-157.9534224,House Sparrow,82,2024-02-16 +21.3206586,-157.9534224,Japanese Bush Warbler,1,2020-01-14 +21.3206586,-157.9534224,Laughing Gull,2,2020-03-01 +21.3206586,-157.9534224,Feral Mallard,1,2023-05-02 +21.3206586,-157.9534224,Northern Cardinal,86,2024-02-13 +21.3206586,-157.9534224,Northern Mockingbird,6,2019-10-02 +21.3206586,-157.9534224,Northern Shoveler,1,2024-02-13 +21.3206586,-157.9534224,Pacific Golden-Plover,141,2024-02-16 +21.3206586,-157.9534224,Red Junglefowl,2,2023-07-31 +21.3206586,-157.9534224,Red-crested Cardinal,80,2024-02-16 +21.3206586,-157.9534224,Red-vented Bulbul,114,2024-02-16 +21.3206586,-157.9534224,Red-whiskered Bulbul,33,2024-02-13 +21.3206586,-157.9534224,Ruddy Turnstone,119,2024-02-16 +21.3206586,-157.9534224,Saffron Finch,17,2024-02-13 +21.3206586,-157.9534224,Sanderling,1,2020-03-10 +21.3206586,-157.9534224,Slaty-backed Gull,1,2020-03-01 +21.3206586,-157.9534224,Sooty Shearwater,1,2023-03-15 +21.3206586,-157.9534224,Spotted Dove,89,2024-02-16 +21.3206586,-157.9534224,Wandering Tattler,98,2024-02-16 +21.3206586,-157.9534224,Warbling White-eye,124,2024-02-13 +21.3206586,-157.9534224,Western Cattle Egret,39,2024-02-16 +21.3206586,-157.9534224,White Tern,32,2024-02-16 +21.3206586,-157.9534224,White-rumped Shama,34,2024-02-13 +21.3206586,-157.9534224,Yellow-fronted Canary,27,2023-08-06 +21.3206586,-157.9534224,Zebra Dove,135,2023-09-14 +21.32002912,-157.857014,African Silverbill,2,2023-12-17 +21.32002912,-157.857014,Black-crowned Night Heron,6,2023-01-16 +21.32002912,-157.857014,Chestnut Munia,37,2023-11-17 +21.32002912,-157.857014,Common Gallinule,1,2023-10-23 +21.32002912,-157.857014,Common Myna,156,2024-02-29 +21.32002912,-157.857014,Common Waxbill,93,2024-02-18 +21.32002912,-157.857014,Eurasian Skylark,1,2020-04-28 +21.32002912,-157.857014,Gray Francolin,1,2023-02-08 +21.32002912,-157.857014,Great Frigatebird,3,2024-01-28 +21.32002912,-157.857014,Hawaiian Coot,1,2021-03-13 +21.32002912,-157.857014,House Finch,25,2024-02-18 +21.32002912,-157.857014,House Sparrow,76,2024-02-20 +21.32002912,-157.857014,Indian Peafowl,2,2023-12-12 +21.32002912,-157.857014,Japanese Bush Warbler,3,2021-05-13 +21.32002912,-157.857014,Java Sparrow,45,2023-11-19 +21.32002912,-157.857014,Feral Mallard,28,2024-01-19 +21.32002912,-157.857014,Muscovy Duck,5,2020-11-30 +21.32002912,-157.857014,Northern Cardinal,61,2024-02-29 +21.32002912,-157.857014,Northern Mockingbird,3,2023-02-09 +21.32002912,-157.857014,Pacific Golden-Plover,97,2024-02-29 +21.32002912,-157.857014,Red Junglefowl,34,2024-02-29 +21.32002912,-157.857014,Red-billed Leiothrix,5,2024-02-29 +21.32002912,-157.857014,Red-crested Cardinal,121,2024-02-29 +21.32002912,-157.857014,Red-vented Bulbul,135,2024-02-29 +21.32002912,-157.857014,Red-whiskered Bulbul,72,2024-02-29 +21.32002912,-157.857014,Rock Pigeon,50,2024-02-18 +21.32002912,-157.857014,Rose-ringed Parakeet,145,2024-02-29 +21.32002912,-157.857014,Saffron Finch,6,2024-01-12 +21.32002912,-157.857014,Scaly-breasted Munia,13,2023-11-08 +21.32002912,-157.857014,Spotted Dove,145,2024-02-29 +21.32002912,-157.857014,Warbling White-eye,78,2024-02-29 +21.32002912,-157.857014,Western Cattle Egret,98,2024-02-29 +21.32002912,-157.857014,White Tern,104,2024-02-29 +21.32002912,-157.857014,White-rumped Shama,110,2024-02-20 +21.32002912,-157.857014,White-tailed Tropicbird,1,2022-01-11 +21.32002912,-157.857014,Yellow-fronted Canary,12,2024-02-18 +21.32002912,-157.857014,Zebra Dove,148,2024-02-29 +21.337829,-157.8183068,African Silverbill,1,2021-07-11 +21.337829,-157.8183068,Apapane,23,2024-01-11 +21.337829,-157.8183068,Black-crowned Night Heron,1,2024-02-28 +21.337829,-157.8183068,Black-necked Stilt,1,2024-02-28 +21.337829,-157.8183068,Chestnut Munia,21,2023-05-19 +21.337829,-157.8183068,Chinese Hwamei,1,2020-01-02 +21.337829,-157.8183068,Common Myna,213,2024-02-28 +21.337829,-157.8183068,Common Waxbill,202,2024-02-28 +21.337829,-157.8183068,Gray Francolin,1,2023-01-15 +21.337829,-157.8183068,Hawaiian Coot,1,2023-10-06 +21.337829,-157.8183068,House Finch,247,2024-02-28 +21.337829,-157.8183068,House Sparrow,5,2022-07-03 +21.337829,-157.8183068,Japanese Bush Warbler,7,2023-01-21 +21.337829,-157.8183068,Java Sparrow,39,2024-02-28 +21.337829,-157.8183068,Feral Mallard,2,2024-02-28 +21.337829,-157.8183068,Northern Cardinal,147,2024-02-21 +21.337829,-157.8183068,Northern Mockingbird,1,2023-01-15 +21.337829,-157.8183068,Oahu Amakihi,326,2024-02-23 +21.337829,-157.8183068,Oahu Elepaio,1,2019-06-29 +21.337829,-157.8183068,Pacific Golden-Plover,16,2024-02-28 +21.337829,-157.8183068,Red Avadavat,1,2022-08-01 +21.337829,-157.8183068,Red Junglefowl,160,2024-02-28 +21.337829,-157.8183068,Red-billed Leiothrix,245,2024-02-28 +21.337829,-157.8183068,Red-crested Cardinal,248,2024-02-28 +21.337829,-157.8183068,Red-vented Bulbul,344,2024-02-28 +21.337829,-157.8183068,Red-whiskered Bulbul,273,2024-02-28 +21.337829,-157.8183068,Rock Pigeon,4,2024-02-28 +21.337829,-157.8183068,Rose-ringed Parakeet,317,2024-02-28 +21.337829,-157.8183068,Saffron Finch,2,2023-12-25 +21.337829,-157.8183068,Salmon-crested Cockatoo,1,2022-08-19 +21.337829,-157.8183068,Scaly-breasted Munia,19,2024-01-19 +21.337829,-157.8183068,Spotted Dove,277,2024-02-28 +21.337829,-157.8183068,Warbling White-eye,340,2024-02-28 +21.337829,-157.8183068,Western Cattle Egret,17,2024-02-28 +21.337829,-157.8183068,White Cockatoo,1,2021-06-29 +21.337829,-157.8183068,White Tern,66,2024-02-21 +21.337829,-157.8183068,White-rumped Shama,332,2024-02-23 +21.337829,-157.8183068,White-tailed Tropicbird,5,2022-04-19 +21.337829,-157.8183068,Yellow-faced Grassquit,1,2021-12-19 +21.337829,-157.8183068,Yellow-fronted Canary,76,2024-02-28 +21.337829,-157.8183068,Zebra Dove,268,2024-02-28 +21.37318023,-157.7119347,African Silverbill,2,2019-10-14 +21.37318023,-157.7119347,Black Noddy,1,2019-08-11 +21.37318023,-157.7119347,Black-crowned Night Heron,1,2023-11-24 +21.37318023,-157.7119347,Black-necked Stilt,7,2023-11-24 +21.37318023,-157.7119347,Brown Booby,1,2022-10-04 +21.37318023,-157.7119347,Brown Noddy,1,2022-07-08 +21.37318023,-157.7119347,Chestnut Munia,2,2023-06-16 +21.37318023,-157.7119347,Common Gallinule,2,2022-03-08 +21.37318023,-157.7119347,Common Myna,30,2024-01-29 +21.37318023,-157.7119347,Common Waxbill,17,2023-11-24 +21.37318023,-157.7119347,Gray Francolin,8,2023-11-24 +21.37318023,-157.7119347,Great Frigatebird,8,2022-12-09 +21.37318023,-157.7119347,House Finch,12,2024-01-29 +21.37318023,-157.7119347,House Sparrow,9,2024-01-29 +21.37318023,-157.7119347,Indian Peafowl,13,2024-01-29 +21.37318023,-157.7119347,Java Sparrow,4,2023-06-16 +21.37318023,-157.7119347,Laysan Albatross,1,2022-02-07 +21.37318023,-157.7119347,Feral Mallard,10,2024-01-29 +21.37318023,-157.7119347,Masked Booby,1,2022-10-04 +21.37318023,-157.7119347,Northern Cardinal,13,2022-12-20 +21.37318023,-157.7119347,Pacific Golden-Plover,25,2024-01-29 +21.37318023,-157.7119347,Red-billed Leiothrix,2,2022-03-08 +21.37318023,-157.7119347,Red-crested Cardinal,26,2024-01-29 +21.37318023,-157.7119347,Red-footed Booby,3,2022-10-04 +21.37318023,-157.7119347,Red-tailed Tropicbird,1,2023-06-16 +21.37318023,-157.7119347,Red-vented Bulbul,19,2023-11-24 +21.37318023,-157.7119347,Red-whiskered Bulbul,5,2022-07-17 +21.37318023,-157.7119347,Rock Pigeon,9,2024-01-29 +21.37318023,-157.7119347,Ruddy Turnstone,4,2024-01-29 +21.37318023,-157.7119347,Saffron Finch,2,2019-10-14 +21.37318023,-157.7119347,Scaly-breasted Munia,2,2019-10-14 +21.37318023,-157.7119347,Sooty Tern,1,2022-07-08 +21.37318023,-157.7119347,Spotted Dove,13,2023-11-24 +21.37318023,-157.7119347,Wandering Tattler,4,2024-01-29 +21.37318023,-157.7119347,Warbling White-eye,5,2022-07-16 +21.37318023,-157.7119347,Wedge-tailed Shearwater,3,2022-10-04 +21.37318023,-157.7119347,Western Cattle Egret,27,2024-01-29 +21.37318023,-157.7119347,White-rumped Shama,9,2022-07-17 +21.37318023,-157.7119347,White-tailed Tropicbird,1,2023-06-16 +21.37318023,-157.7119347,Yellow-fronted Canary,10,2023-06-16 +21.37318023,-157.7119347,Zebra Dove,28,2024-01-29 +21.27366949,-157.6935283,African Silverbill,10,2022-12-31 +21.27366949,-157.6935283,Black-crowned Night Heron,2,2023-07-07 +21.27366949,-157.6935283,Black-necked Stilt,2,2023-07-07 +21.27366949,-157.6935283,Brown Booby,2,2023-10-05 +21.27366949,-157.6935283,Chestnut Munia,4,2023-04-28 +21.27366949,-157.6935283,Common Myna,129,2024-02-23 +21.27366949,-157.6935283,Common Waxbill,85,2024-01-19 +21.27366949,-157.6935283,Gray Francolin,3,2023-09-14 +21.27366949,-157.6935283,Great Frigatebird,15,2024-01-25 +21.27366949,-157.6935283,House Finch,33,2024-02-16 +21.27366949,-157.6935283,House Sparrow,25,2024-02-23 +21.27366949,-157.6935283,Java Sparrow,48,2023-12-26 +21.27366949,-157.6935283,Feral Mallard,3,2023-11-19 +21.27366949,-157.6935283,Masked Booby,1,2019-07-12 +21.27366949,-157.6935283,Muscovy Duck,4,2023-01-09 +21.27366949,-157.6935283,Northern Cardinal,48,2024-02-23 +21.27366949,-157.6935283,Northern Mockingbird,2,2022-01-01 +21.27366949,-157.6935283,Pacific Golden-Plover,97,2024-02-23 +21.27366949,-157.6935283,Peregrine Falcon,2,2022-12-28 +21.27366949,-157.6935283,Red Junglefowl,21,2024-01-26 +21.27366949,-157.6935283,Red-billed Leiothrix,1,2022-08-17 +21.27366949,-157.6935283,Red-crested Cardinal,139,2024-02-23 +21.27366949,-157.6935283,Red-footed Booby,3,2024-01-25 +21.27366949,-157.6935283,Red-tailed Tropicbird,14,2023-08-09 +21.27366949,-157.6935283,Red-vented Bulbul,109,2024-01-26 +21.27366949,-157.6935283,Red-whiskered Bulbul,4,2022-03-08 +21.27366949,-157.6935283,Rock Pigeon,72,2024-02-16 +21.27366949,-157.6935283,Rose-ringed Parakeet,3,2023-12-20 +21.27366949,-157.6935283,Ruddy Turnstone,7,2022-01-01 +21.27366949,-157.6935283,Saffron Finch,8,2024-01-03 +21.27366949,-157.6935283,Scaly-breasted Munia,8,2023-08-24 +21.27366949,-157.6935283,Sooty Tern,8,2024-02-20 +21.27366949,-157.6935283,Spotted Dove,104,2024-02-23 +21.27366949,-157.6935283,Wandering Tattler,12,2023-09-08 +21.27366949,-157.6935283,Warbling White-eye,37,2023-12-26 +21.27366949,-157.6935283,Wedge-tailed Shearwater,1,2023-07-07 +21.27366949,-157.6935283,Western Cattle Egret,142,2024-02-23 +21.27366949,-157.6935283,White Tern,31,2024-02-03 +21.27366949,-157.6935283,White-rumped Shama,9,2022-07-30 +21.27366949,-157.6935283,White-tailed Tropicbird,3,2024-01-26 +21.27366949,-157.6935283,Zebra Dove,156,2024-02-23 +21.32077672,-157.9727045,Barn Owl,1,2019-02-02 +21.32077672,-157.9727045,Black Noddy,1,2019-01-02 +21.32077672,-157.9727045,Black-necked Stilt,3,2019-03-06 +21.32077672,-157.9727045,Brown Booby,31,2019-06-16 +21.32077672,-157.9727045,Brown Noddy,1,2019-03-31 +21.32077672,-157.9727045,Bulwer's Petrel,1,2019-04-17 +21.32077672,-157.9727045,Chestnut Munia,22,2019-04-14 +21.32077672,-157.9727045,Common Myna,33,2023-09-09 +21.32077672,-157.9727045,Common Waxbill,10,2023-09-09 +21.32077672,-157.9727045,Gray Francolin,9,2019-03-03 +21.32077672,-157.9727045,Great Frigatebird,1,2019-02-05 +21.32077672,-157.9727045,House Finch,17,2019-05-28 +21.32077672,-157.9727045,House Sparrow,3,2023-09-09 +21.32077672,-157.9727045,Java Sparrow,5,2019-02-17 +21.32077672,-157.9727045,Laughing Gull,2,2019-04-13 +21.32077672,-157.9727045,Feral Mallard,1,2019-04-11 +21.32077672,-157.9727045,Northern Cardinal,7,2019-03-03 +21.32077672,-157.9727045,Pacific Golden-Plover,38,2019-04-17 +21.32077672,-157.9727045,Red Junglefowl,2,2019-01-06 +21.32077672,-157.9727045,Red Phalarope,1,2019-04-11 +21.32077672,-157.9727045,Red-crested Cardinal,13,2023-09-09 +21.32077672,-157.9727045,Red-crowned Parrot,1,2019-01-27 +21.32077672,-157.9727045,Red-footed Booby,10,2019-06-11 +21.32077672,-157.9727045,Red-vented Bulbul,22,2023-09-09 +21.32077672,-157.9727045,Ring-billed Gull,1,2019-03-03 +21.32077672,-157.9727045,Rose-ringed Parakeet,3,2019-03-16 +21.32077672,-157.9727045,Ruddy Turnstone,24,2019-04-17 +21.32077672,-157.9727045,Saffron Finch,17,2023-09-09 +21.32077672,-157.9727045,Sanderling,2,2019-01-22 +21.32077672,-157.9727045,Slaty-backed Gull,1,2019-02-04 +21.32077672,-157.9727045,Sooty Tern,9,2019-04-17 +21.32077672,-157.9727045,Spotted Dove,8,2019-05-28 +21.32077672,-157.9727045,Wandering Tattler,8,2019-01-31 +21.32077672,-157.9727045,Warbling White-eye,12,2019-03-31 +21.32077672,-157.9727045,Wedge-tailed Shearwater,8,2019-06-16 +21.32077672,-157.9727045,Western Cattle Egret,13,2019-06-11 +21.32077672,-157.9727045,White Tern,27,2019-06-16 +21.32077672,-157.9727045,White-rumped Shama,3,2019-05-28 +21.32077672,-157.9727045,White-tailed Tropicbird,1,2019-01-05 +21.32077672,-157.9727045,Yellow-fronted Canary,11,2019-04-14 +21.32077672,-157.9727045,Zebra Dove,21,2023-09-09 +21.33068199,-158.1269131,Black Swan,8,2023-03-29 +21.33068199,-158.1269131,Black-crowned Night Heron,12,2023-08-14 +21.33068199,-158.1269131,Black-necked Stilt,4,2023-02-24 +21.33068199,-158.1269131,Brown Booby,8,2023-08-14 +21.33068199,-158.1269131,Common Gallinule,1,2019-12-08 +21.33068199,-158.1269131,Common Myna,45,2024-02-06 +21.33068199,-158.1269131,Common Waxbill,16,2023-07-12 +21.33068199,-158.1269131,Eurasian Skylark,2,2023-03-29 +21.33068199,-158.1269131,Great Frigatebird,2,2022-07-24 +21.33068199,-158.1269131,Hawaiian Coot,7,2023-07-12 +21.33068199,-158.1269131,House Finch,11,2023-08-14 +21.33068199,-158.1269131,House Sparrow,33,2024-02-06 +21.33068199,-158.1269131,Java Sparrow,9,2023-08-14 +21.33068199,-158.1269131,Feral Mallard,5,2023-04-09 +21.33068199,-158.1269131,Muscovy Duck,2,2021-12-07 +21.33068199,-158.1269131,Pacific Golden-Plover,33,2024-02-06 +21.33068199,-158.1269131,Red Junglefowl,1,2022-05-26 +21.33068199,-158.1269131,Red-crested Cardinal,37,2024-02-06 +21.33068199,-158.1269131,Red-footed Booby,2,2023-02-18 +21.33068199,-158.1269131,Red-tailed Tropicbird,1,2020-03-02 +21.33068199,-158.1269131,Red-vented Bulbul,33,2024-02-06 +21.33068199,-158.1269131,Red-whiskered Bulbul,3,2022-11-30 +21.33068199,-158.1269131,Rock Pigeon,5,2023-05-30 +21.33068199,-158.1269131,Ruddy Turnstone,5,2023-02-23 +21.33068199,-158.1269131,Saffron Finch,16,2024-02-06 +21.33068199,-158.1269131,Sanderling,1,2020-02-22 +21.33068199,-158.1269131,Scaly-breasted Munia,1,2023-08-14 +21.33068199,-158.1269131,Sooty Tern,1,2020-03-02 +21.33068199,-158.1269131,Spotted Dove,40,2024-02-06 +21.33068199,-158.1269131,Wandering Tattler,11,2024-01-26 +21.33068199,-158.1269131,Warbling White-eye,16,2023-12-06 +21.33068199,-158.1269131,Wedge-tailed Shearwater,3,2024-01-26 +21.33068199,-158.1269131,Western Cattle Egret,18,2024-02-06 +21.33068199,-158.1269131,White Tern,2,2022-06-26 +21.33068199,-158.1269131,Yellow-fronted Canary,1,2022-10-16 +21.33068199,-158.1269131,Zebra Dove,39,2024-02-06 +21.33966701,-158.1172168,African Silverbill,2,2022-11-14 +21.33966701,-158.1172168,Black Swan,77,2024-02-12 +21.33966701,-158.1172168,Black-crowned Night Heron,80,2024-02-12 +21.33966701,-158.1172168,Black-necked Stilt,50,2024-02-12 +21.33966701,-158.1172168,Brown Booby,1,2022-12-28 +21.33966701,-158.1172168,Chestnut Munia,15,2024-01-26 +21.33966701,-158.1172168,Common Gallinule,2,2023-07-12 +21.33966701,-158.1172168,Common Myna,121,2024-02-13 +21.33966701,-158.1172168,Common Waxbill,59,2024-02-12 +21.33966701,-158.1172168,Eurasian Skylark,1,2021-08-11 +21.33966701,-158.1172168,Gray Francolin,2,2023-11-07 +21.33966701,-158.1172168,Great Frigatebird,1,2023-03-12 +21.33966701,-158.1172168,Hawaiian Coot,93,2024-02-13 +21.33966701,-158.1172168,House Finch,44,2024-02-12 +21.33966701,-158.1172168,House Sparrow,74,2024-02-25 +21.33966701,-158.1172168,Java Sparrow,29,2024-02-25 +21.33966701,-158.1172168,Lesser Scaup,1,2022-11-14 +21.33966701,-158.1172168,Feral Mallard,85,2024-01-26 +21.33966701,-158.1172168,Masked Booby,2,2024-02-25 +21.33966701,-158.1172168,Mourning Dove,2,2022-11-14 +21.33966701,-158.1172168,Muscovy Duck,33,2024-02-13 +21.33966701,-158.1172168,Northern Cardinal,16,2024-02-12 +21.33966701,-158.1172168,Northern Shoveler,1,2022-11-14 +21.33966701,-158.1172168,Pacific Golden-Plover,83,2024-02-25 +21.33966701,-158.1172168,Red Junglefowl,8,2023-07-12 +21.33966701,-158.1172168,Red-crested Cardinal,94,2024-02-25 +21.33966701,-158.1172168,Red-vented Bulbul,82,2024-02-12 +21.33966701,-158.1172168,Red-whiskered Bulbul,26,2024-02-12 +21.33966701,-158.1172168,Rock Pigeon,20,2024-02-25 +21.33966701,-158.1172168,Rose-ringed Parakeet,8,2024-02-25 +21.33966701,-158.1172168,Ruddy Turnstone,19,2024-02-12 +21.33966701,-158.1172168,Saffron Finch,56,2024-02-12 +21.33966701,-158.1172168,Scaly-breasted Munia,1,2023-03-17 +21.33966701,-158.1172168,Spotted Dove,97,2024-02-25 +21.33966701,-158.1172168,Wandering Tattler,13,2024-02-12 +21.33966701,-158.1172168,Warbling White-eye,62,2024-02-25 +21.33966701,-158.1172168,Western Cattle Egret,102,2024-02-12 +21.33966701,-158.1172168,White-rumped Shama,2,2022-06-23 +21.33966701,-158.1172168,Yellow-fronted Canary,9,2024-02-12 +21.33966701,-158.1172168,Zebra Dove,111,2024-02-25 +21.36576814,-157.9434582,African Silverbill,8,2023-09-27 +21.36576814,-157.9434582,Black-crowned Night Heron,10,2024-01-21 +21.36576814,-157.9434582,Black-necked Stilt,8,2024-01-03 +21.36576814,-157.9434582,Brown Booby,3,2024-02-25 +21.36576814,-157.9434582,Brown Noddy,1,2023-05-11 +21.36576814,-157.9434582,Chestnut Munia,181,2024-02-28 +21.36576814,-157.9434582,Common Myna,444,2024-02-28 +21.36576814,-157.9434582,Common Waxbill,277,2024-02-28 +21.36576814,-157.9434582,Eurasian Skylark,1,2021-05-11 +21.36576814,-157.9434582,Gray Francolin,2,2022-10-09 +21.36576814,-157.9434582,Hawaiian Coot,3,2024-01-03 +21.36576814,-157.9434582,House Finch,87,2024-02-10 +21.36576814,-157.9434582,House Sparrow,360,2024-02-28 +21.36576814,-157.9434582,Java Sparrow,273,2024-02-25 +21.36576814,-157.9434582,Long-billed Dowitcher,1,2024-01-03 +21.36576814,-157.9434582,Feral Mallard,68,2023-11-09 +21.36576814,-157.9434582,Muscovy Duck,3,2022-07-26 +21.36576814,-157.9434582,Northern Cardinal,12,2024-02-18 +21.36576814,-157.9434582,Northern Mockingbird,3,2023-03-21 +21.36576814,-157.9434582,Pacific Golden-Plover,342,2024-02-28 +21.36576814,-157.9434582,Red Avadavat,4,2023-11-30 +21.36576814,-157.9434582,Red Junglefowl,35,2024-02-10 +21.36576814,-157.9434582,Red-crested Cardinal,181,2024-02-25 +21.36576814,-157.9434582,Red-vented Bulbul,258,2024-02-28 +21.36576814,-157.9434582,Red-whiskered Bulbul,15,2024-01-13 +21.36576814,-157.9434582,Rock Pigeon,268,2024-02-25 +21.36576814,-157.9434582,Rose-ringed Parakeet,47,2024-02-25 +21.36576814,-157.9434582,Ruddy Turnstone,7,2023-03-06 +21.36576814,-157.9434582,Saffron Finch,151,2024-02-20 +21.36576814,-157.9434582,Sanderling,3,2024-01-13 +21.36576814,-157.9434582,Scaly-breasted Munia,10,2023-11-14 +21.36576814,-157.9434582,Spotted Dove,214,2024-02-25 +21.36576814,-157.9434582,Wandering Tattler,8,2024-01-26 +21.36576814,-157.9434582,Warbling White-eye,93,2024-02-28 +21.36576814,-157.9434582,Western Cattle Egret,208,2024-02-25 +21.36576814,-157.9434582,White Tern,109,2024-02-19 +21.36576814,-157.9434582,White-rumped Shama,7,2022-11-19 +21.36576814,-157.9434582,White-tailed Tropicbird,1,2023-01-27 +21.36576814,-157.9434582,Yellow-fronted Canary,17,2024-02-10 +21.36576814,-157.9434582,Zebra Dove,416,2024-02-28 +21.66380875,-157.9316356,Black-bellied Plover,1,2021-02-14 +21.66380875,-157.9316356,Black-crowned Night Heron,2,2023-07-08 +21.66380875,-157.9316356,Black-necked Stilt,1,2023-11-22 +21.66380875,-157.9316356,Bristle-thighed Curlew,1,2023-07-09 +21.66380875,-157.9316356,Brown Booby,8,2023-08-04 +21.66380875,-157.9316356,Brown Noddy,4,2023-07-16 +21.66380875,-157.9316356,Chestnut Munia,2,2023-07-08 +21.66380875,-157.9316356,Common Gallinule,1,2021-02-14 +21.66380875,-157.9316356,Common Myna,55,2024-02-27 +21.66380875,-157.9316356,Common Waxbill,23,2024-02-27 +21.66380875,-157.9316356,Glaucous-winged Gull,1,2024-02-08 +21.66380875,-157.9316356,Great Frigatebird,3,2021-03-14 +21.66380875,-157.9316356,House Finch,32,2024-02-27 +21.66380875,-157.9316356,House Sparrow,8,2023-11-22 +21.66380875,-157.9316356,Indian Peafowl,16,2021-04-01 +21.66380875,-157.9316356,Java Sparrow,6,2022-01-25 +21.66380875,-157.9316356,Laysan Albatross,4,2024-02-08 +21.66380875,-157.9316356,Feral Mallard,8,2023-11-13 +21.66380875,-157.9316356,Masked Booby,5,2023-07-16 +21.66380875,-157.9316356,Northern Cardinal,9,2023-12-09 +21.66380875,-157.9316356,Northern Mockingbird,1,2023-01-17 +21.66380875,-157.9316356,Pacific Golden-Plover,39,2024-02-27 +21.66380875,-157.9316356,Red Avadavat,2,2023-11-13 +21.66380875,-157.9316356,Red Junglefowl,29,2024-02-24 +21.66380875,-157.9316356,Red-billed Leiothrix,2,2024-01-15 +21.66380875,-157.9316356,Red-crested Cardinal,40,2024-02-27 +21.66380875,-157.9316356,Red-footed Booby,2,2019-01-26 +21.66380875,-157.9316356,Red-vented Bulbul,29,2024-02-08 +21.66380875,-157.9316356,Red-whiskered Bulbul,24,2024-01-15 +21.66380875,-157.9316356,Rock Pigeon,1,2020-02-02 +21.66380875,-157.9316356,Ruddy Turnstone,18,2024-02-27 +21.66380875,-157.9316356,Saffron Finch,4,2023-09-23 +21.66380875,-157.9316356,Sanderling,10,2024-02-08 +21.66380875,-157.9316356,Sooty Tern,1,2023-07-09 +21.66380875,-157.9316356,Spotted Dove,27,2024-02-27 +21.66380875,-157.9316356,Wandering Tattler,15,2024-02-08 +21.66380875,-157.9316356,Warbling White-eye,17,2024-02-27 +21.66380875,-157.9316356,Wedge-tailed Shearwater,10,2023-08-04 +21.66380875,-157.9316356,Western Cattle Egret,24,2024-02-24 +21.66380875,-157.9316356,White-rumped Shama,14,2023-12-09 +21.66380875,-157.9316356,Yellow-fronted Canary,3,2021-02-12 +21.66380875,-157.9316356,Zebra Dove,51,2024-02-27 +21.40152524,-157.8853207,African Silverbill,4,2023-09-10 +21.40152524,-157.8853207,Apapane,206,2024-02-14 +21.40152524,-157.8853207,Barn Owl,1,2019-02-22 +21.40152524,-157.8853207,Black-necked Stilt,1,2023-09-30 +21.40152524,-157.8853207,Chestnut Munia,133,2023-12-04 +21.40152524,-157.8853207,Chinese Hwamei,9,2022-12-21 +21.40152524,-157.8853207,Common Myna,151,2024-02-19 +21.40152524,-157.8853207,Common Waxbill,335,2024-02-14 +21.40152524,-157.8853207,House Finch,346,2024-02-14 +21.40152524,-157.8853207,House Sparrow,17,2023-12-21 +21.40152524,-157.8853207,Indian Peafowl,1,2020-03-05 +21.40152524,-157.8853207,Japanese Bush Warbler,79,2023-12-21 +21.40152524,-157.8853207,Java Sparrow,11,2023-12-21 +21.40152524,-157.8853207,Mariana Swiftlet,67,2023-12-21 +21.40152524,-157.8853207,Northern Cardinal,207,2024-02-14 +21.40152524,-157.8853207,Northern Shoveler,1,2023-01-17 +21.40152524,-157.8853207,Oahu Amakihi,431,2024-02-14 +21.40152524,-157.8853207,Oahu Elepaio,199,2024-02-14 +21.40152524,-157.8853207,Pacific Golden-Plover,87,2023-12-21 +21.40152524,-157.8853207,Red Junglefowl,170,2024-02-14 +21.40152524,-157.8853207,Red-billed Leiothrix,433,2024-02-14 +21.40152524,-157.8853207,Red-crested Cardinal,299,2024-02-14 +21.40152524,-157.8853207,Red-crowned Parrot,120,2024-02-14 +21.40152524,-157.8853207,Red-tailed Tropicbird,1,2023-01-15 +21.40152524,-157.8853207,Red-vented Bulbul,411,2024-02-14 +21.40152524,-157.8853207,Red-whiskered Bulbul,325,2024-02-19 +21.40152524,-157.8853207,Rock Pigeon,13,2023-12-21 +21.40152524,-157.8853207,Rose-ringed Parakeet,7,2023-01-17 +21.40152524,-157.8853207,Saffron Finch,7,2023-01-17 +21.40152524,-157.8853207,Scaly-breasted Munia,80,2023-12-21 +21.40152524,-157.8853207,Sooty Tern,1,2022-12-18 +21.40152524,-157.8853207,Spotted Dove,236,2024-02-14 +21.40152524,-157.8853207,Warbling White-eye,445,2024-02-19 +21.40152524,-157.8853207,Western Cattle Egret,15,2023-01-17 +21.40152524,-157.8853207,White Tern,2,2023-06-04 +21.40152524,-157.8853207,White-rumped Shama,358,2024-02-14 +21.40152524,-157.8853207,White-tailed Tropicbird,3,2023-12-04 +21.40152524,-157.8853207,Yellow-faced Grassquit,2,2022-11-06 +21.40152524,-157.8853207,Yellow-fronted Canary,140,2024-01-27 +21.40152524,-157.8853207,Zebra Dove,248,2024-02-14 +21.3020277,-157.8667929,African Silverbill,7,2023-12-03 +21.3020277,-157.8667929,Black-crowned Night Heron,4,2024-02-20 +21.3020277,-157.8667929,Black-footed Albatross,1,2019-01-19 +21.3020277,-157.8667929,Brown Booby,18,2024-02-06 +21.3020277,-157.8667929,Brown Noddy,1,2023-12-03 +21.3020277,-157.8667929,Chestnut Munia,4,2022-01-09 +21.3020277,-157.8667929,Cockatiel,1,2022-05-22 +21.3020277,-157.8667929,Common Myna,88,2024-02-20 +21.3020277,-157.8667929,Common Waxbill,27,2023-07-25 +21.3020277,-157.8667929,Great Frigatebird,3,2023-05-27 +21.3020277,-157.8667929,Great-tailed Grackle,2,2019-08-01 +21.3020277,-157.8667929,House Finch,32,2024-02-20 +21.3020277,-157.8667929,House Sparrow,60,2024-02-20 +21.3020277,-157.8667929,Java Sparrow,7,2021-01-06 +21.3020277,-157.8667929,Laysan Albatross,1,2019-02-09 +21.3020277,-157.8667929,Feral Mallard,3,2024-02-20 +21.3020277,-157.8667929,Masked Booby,1,2023-03-01 +21.3020277,-157.8667929,Northern Cardinal,10,2023-01-13 +21.3020277,-157.8667929,Northern Mockingbird,8,2023-12-03 +21.3020277,-157.8667929,Pacific Golden-Plover,48,2024-02-20 +21.3020277,-157.8667929,Red Avadavat,1,2023-09-18 +21.3020277,-157.8667929,Red Junglefowl,8,2024-02-20 +21.3020277,-157.8667929,Red-crested Cardinal,55,2024-02-20 +21.3020277,-157.8667929,Red-footed Booby,4,2022-07-26 +21.3020277,-157.8667929,Red-vented Bulbul,54,2024-02-20 +21.3020277,-157.8667929,Red-whiskered Bulbul,3,2023-01-13 +21.3020277,-157.8667929,Rock Pigeon,30,2024-02-20 +21.3020277,-157.8667929,Rose-ringed Parakeet,9,2024-02-20 +21.3020277,-157.8667929,Ruddy Turnstone,8,2022-08-06 +21.3020277,-157.8667929,Saffron Finch,12,2024-02-06 +21.3020277,-157.8667929,Scaly-breasted Munia,9,2023-08-15 +21.3020277,-157.8667929,Sooty Tern,4,2024-02-20 +21.3020277,-157.8667929,Spotted Dove,79,2024-02-20 +21.3020277,-157.8667929,Wandering Tattler,3,2021-09-21 +21.3020277,-157.8667929,Warbling White-eye,29,2024-02-20 +21.3020277,-157.8667929,Wedge-tailed Shearwater,4,2024-01-09 +21.3020277,-157.8667929,Western Cattle Egret,57,2024-02-20 +21.3020277,-157.8667929,White Tern,89,2024-02-20 +21.3020277,-157.8667929,White-tailed Tropicbird,3,2022-10-13 +21.3020277,-157.8667929,Yellow-fronted Canary,30,2023-12-03 +21.3020277,-157.8667929,Zebra Dove,85,2024-02-20 +21.45469557,-157.740168,African Silverbill,3,2020-11-01 +21.45469557,-157.740168,Black-necked Stilt,7,2022-01-17 +21.45469557,-157.740168,Bristle-thighed Curlew,2,2021-12-11 +21.45469557,-157.740168,Brown Booby,5,2023-11-13 +21.45469557,-157.740168,Brown Noddy,3,2023-06-11 +21.45469557,-157.740168,Bulwer's Petrel,1,2023-06-11 +21.45469557,-157.740168,Caspian Tern,1,2022-01-29 +21.45469557,-157.740168,Chestnut Munia,4,2023-02-20 +21.45469557,-157.740168,Common Gallinule,2,2020-12-30 +21.45469557,-157.740168,Common Myna,27,2024-01-19 +21.45469557,-157.740168,Common Waxbill,17,2023-05-13 +21.45469557,-157.740168,Gray Francolin,2,2023-05-13 +21.45469557,-157.740168,Gray-backed Tern,1,2021-04-11 +21.45469557,-157.740168,Great Frigatebird,20,2023-10-17 +21.45469557,-157.740168,House Finch,3,2021-04-30 +21.45469557,-157.740168,House Sparrow,4,2023-02-20 +21.45469557,-157.740168,Java Sparrow,15,2024-01-19 +21.45469557,-157.740168,Laysan Albatross,2,2022-01-29 +21.45469557,-157.740168,Feral Mallard,4,2024-01-19 +21.45469557,-157.740168,Masked Booby,3,2023-02-18 +21.45469557,-157.740168,Northern Cardinal,9,2023-02-20 +21.45469557,-157.740168,Pacific Golden-Plover,18,2024-01-19 +21.45469557,-157.740168,Pectoral Sandpiper,1,2021-04-29 +21.45469557,-157.740168,Red Avadavat,2,2020-11-01 +21.45469557,-157.740168,Red Junglefowl,3,2021-12-13 +21.45469557,-157.740168,Red-crested Cardinal,15,2024-01-19 +21.45469557,-157.740168,Red-footed Booby,2,2023-06-11 +21.45469557,-157.740168,Red-tailed Tropicbird,1,2021-04-11 +21.45469557,-157.740168,Red-vented Bulbul,12,2024-01-19 +21.45469557,-157.740168,Red-whiskered Bulbul,1,2023-02-20 +21.45469557,-157.740168,Rock Pigeon,8,2023-05-13 +21.45469557,-157.740168,Ruddy Turnstone,1,2021-04-30 +21.45469557,-157.740168,Saffron Finch,13,2023-11-13 +21.45469557,-157.740168,Sanderling,1,2020-12-30 +21.45469557,-157.740168,Scaly-breasted Munia,4,2022-07-24 +21.45469557,-157.740168,Sooty Tern,2,2023-02-18 +21.45469557,-157.740168,Spotted Dove,11,2023-02-18 +21.45469557,-157.740168,Wandering Tattler,2,2024-01-19 +21.45469557,-157.740168,Warbling White-eye,2,2022-01-03 +21.45469557,-157.740168,Wedge-tailed Shearwater,1,2023-06-11 +21.45469557,-157.740168,Western Cattle Egret,25,2024-01-19 +21.45469557,-157.740168,White-rumped Shama,1,2019-01-01 +21.45469557,-157.740168,Yellow-fronted Canary,1,2022-01-03 +21.45469557,-157.740168,Zebra Dove,20,2024-01-19 +21.65477643,-157.9317022,Black-bellied Plover,13,2021-02-21 +21.65477643,-157.9317022,Black-crowned Night Heron,14,2022-08-31 +21.65477643,-157.9317022,Black-necked Stilt,19,2024-01-19 +21.65477643,-157.9317022,Bristle-thighed Curlew,1,2022-08-22 +21.65477643,-157.9317022,Brown Booby,1,2023-03-09 +21.65477643,-157.9317022,Brown Noddy,1,2022-08-22 +21.65477643,-157.9317022,Chestnut Munia,10,2023-11-23 +21.65477643,-157.9317022,Common Gallinule,6,2021-12-17 +21.65477643,-157.9317022,Common Myna,77,2024-02-07 +21.65477643,-157.9317022,Common Waxbill,25,2023-12-29 +21.65477643,-157.9317022,Glaucous-winged Gull,1,2022-03-26 +21.65477643,-157.9317022,Great Frigatebird,1,2023-11-23 +21.65477643,-157.9317022,House Finch,16,2023-11-23 +21.65477643,-157.9317022,House Sparrow,10,2022-10-31 +21.65477643,-157.9317022,Indian Peafowl,1,2022-05-19 +21.65477643,-157.9317022,Java Sparrow,11,2023-12-29 +21.65477643,-157.9317022,Laysan Albatross,1,2023-03-09 +21.65477643,-157.9317022,Feral Mallard,38,2024-01-15 +21.65477643,-157.9317022,Masked Booby,2,2022-08-22 +21.65477643,-157.9317022,Muscovy Duck,1,2021-12-17 +21.65477643,-157.9317022,Northern Cardinal,7,2022-08-22 +21.65477643,-157.9317022,Pacific Golden-Plover,78,2024-02-07 +21.65477643,-157.9317022,Red Junglefowl,10,2023-08-18 +21.65477643,-157.9317022,Red-crested Cardinal,37,2023-11-23 +21.65477643,-157.9317022,Red-footed Booby,2,2022-08-22 +21.65477643,-157.9317022,Red-vented Bulbul,19,2023-12-29 +21.65477643,-157.9317022,Red-whiskered Bulbul,3,2022-10-31 +21.65477643,-157.9317022,Rock Pigeon,5,2023-11-23 +21.65477643,-157.9317022,Ruddy Turnstone,37,2024-02-07 +21.65477643,-157.9317022,Saffron Finch,8,2023-12-29 +21.65477643,-157.9317022,Sanderling,7,2023-11-23 +21.65477643,-157.9317022,Scaly-breasted Munia,3,2023-11-23 +21.65477643,-157.9317022,Spotted Dove,63,2024-01-11 +21.65477643,-157.9317022,Wandering Tattler,36,2024-01-19 +21.65477643,-157.9317022,Warbling White-eye,14,2024-01-19 +21.65477643,-157.9317022,Wedge-tailed Shearwater,2,2023-03-09 +21.65477643,-157.9317022,Western Cattle Egret,55,2024-01-19 +21.65477643,-157.9317022,White-rumped Shama,1,2022-01-21 +21.65477643,-157.9317022,White-tailed Tropicbird,1,2023-03-09 +21.65477643,-157.9317022,Yellow-fronted Canary,1,2022-08-22 +21.65477643,-157.9317022,Zebra Dove,71,2024-01-19 +21.28369653,-157.8283789,African Silverbill,1,2021-12-28 +21.28369653,-157.8283789,Black-crowned Night Heron,27,2024-02-22 +21.28369653,-157.8283789,Blue-crowned Parakeet,1,2023-07-09 +21.28369653,-157.8283789,Brown Booby,13,2022-10-17 +21.28369653,-157.8283789,Chestnut Munia,3,2024-02-22 +21.28369653,-157.8283789,Common Myna,285,2024-02-24 +21.28369653,-157.8283789,Common Waxbill,52,2024-02-03 +21.28369653,-157.8283789,Great Frigatebird,22,2023-06-23 +21.28369653,-157.8283789,House Finch,88,2024-02-19 +21.28369653,-157.8283789,House Sparrow,234,2024-02-24 +21.28369653,-157.8283789,Indian Peafowl,1,2021-03-14 +21.28369653,-157.8283789,Java Sparrow,36,2024-01-21 +21.28369653,-157.8283789,Feral Mallard,49,2024-02-18 +21.28369653,-157.8283789,Mariana Swiftlet,1,2021-07-20 +21.28369653,-157.8283789,Muscovy Duck,1,2019-11-07 +21.28369653,-157.8283789,Northern Cardinal,5,2022-11-19 +21.28369653,-157.8283789,Northern Mockingbird,2,2023-04-04 +21.28369653,-157.8283789,Pacific Golden-Plover,141,2024-02-22 +21.28369653,-157.8283789,Peregrine Falcon,23,2022-02-27 +21.28369653,-157.8283789,Red Avadavat,1,2023-08-30 +21.28369653,-157.8283789,Red Junglefowl,46,2024-02-22 +21.28369653,-157.8283789,Red-billed Leiothrix,1,2023-12-20 +21.28369653,-157.8283789,Red-crested Cardinal,143,2024-02-18 +21.28369653,-157.8283789,Red-crowned Parrot,1,2024-01-24 +21.28369653,-157.8283789,Red-masked Parakeet,1,2020-01-01 +21.28369653,-157.8283789,Red-vented Bulbul,183,2024-02-24 +21.28369653,-157.8283789,Red-whiskered Bulbul,20,2023-12-20 +21.28369653,-157.8283789,Rock Pigeon,261,2024-02-24 +21.28369653,-157.8283789,Rose-ringed Parakeet,83,2024-02-14 +21.28369653,-157.8283789,Ruddy Turnstone,1,2021-11-26 +21.28369653,-157.8283789,Saffron Finch,9,2024-02-18 +21.28369653,-157.8283789,Sanderling,1,2022-01-12 +21.28369653,-157.8283789,Scaly-breasted Munia,2,2023-07-07 +21.28369653,-157.8283789,Sooty Tern,1,2022-02-13 +21.28369653,-157.8283789,Spotted Dove,187,2024-02-24 +21.28369653,-157.8283789,Wandering Tattler,4,2024-02-16 +21.28369653,-157.8283789,Warbling White-eye,61,2024-02-14 +21.28369653,-157.8283789,Wedge-tailed Shearwater,5,2022-10-17 +21.28369653,-157.8283789,Western Cattle Egret,124,2024-02-22 +21.28369653,-157.8283789,White Tern,324,2024-02-24 +21.28369653,-157.8283789,White-rumped Shama,8,2023-12-20 +21.28369653,-157.8283789,White-tailed Tropicbird,2,2019-04-29 +21.28369653,-157.8283789,Yellow-fronted Canary,27,2024-02-03 +21.28369653,-157.8283789,Zebra Dove,249,2024-02-24 +21.59256857,-158.1060309,African Silverbill,1,2024-02-03 +21.59256857,-158.1060309,Black-crowned Night Heron,9,2024-02-03 +21.59256857,-158.1060309,Black-necked Stilt,1,2022-04-02 +21.59256857,-158.1060309,Brown Booby,15,2024-02-24 +21.59256857,-158.1060309,Brown Noddy,1,2022-09-21 +21.59256857,-158.1060309,Chestnut Munia,14,2022-07-27 +21.59256857,-158.1060309,Common Gallinule,4,2024-02-03 +21.59256857,-158.1060309,Common Myna,143,2024-02-24 +21.59256857,-158.1060309,Common Waxbill,61,2024-02-16 +21.59256857,-158.1060309,Greater Scaup,23,2021-03-07 +21.59256857,-158.1060309,Hawaiian Coot,5,2021-02-10 +21.59256857,-158.1060309,House Finch,42,2023-12-15 +21.59256857,-158.1060309,House Sparrow,57,2024-02-16 +21.59256857,-158.1060309,Indian Peafowl,30,2023-09-07 +21.59256857,-158.1060309,Java Sparrow,27,2023-11-05 +21.59256857,-158.1060309,Laysan Albatross,2,2023-06-23 +21.59256857,-158.1060309,Lesser Scaup,11,2021-02-24 +21.59256857,-158.1060309,Feral Mallard,30,2023-12-15 +21.59256857,-158.1060309,Masked Booby,2,2020-02-03 +21.59256857,-158.1060309,Northern Cardinal,5,2022-12-03 +21.59256857,-158.1060309,Northern Mockingbird,2,2020-02-22 +21.59256857,-158.1060309,Northern Shoveler,1,2022-02-21 +21.59256857,-158.1060309,Pacific Golden-Plover,76,2024-02-26 +21.59256857,-158.1060309,Red Junglefowl,68,2024-02-24 +21.59256857,-158.1060309,Red-crested Cardinal,81,2024-02-19 +21.59256857,-158.1060309,Red-vented Bulbul,67,2024-02-24 +21.59256857,-158.1060309,Red-whiskered Bulbul,15,2023-12-15 +21.59256857,-158.1060309,Ring-necked Duck,1,2020-11-07 +21.59256857,-158.1060309,Ring-necked Pheasant,1,2019-12-11 +21.59256857,-158.1060309,Rock Pigeon,67,2024-02-19 +21.59256857,-158.1060309,Rose-ringed Parakeet,3,2023-08-13 +21.59256857,-158.1060309,Ruddy Turnstone,6,2023-08-13 +21.59256857,-158.1060309,Saffron Finch,100,2024-02-26 +21.59256857,-158.1060309,Scaly-breasted Munia,12,2022-05-13 +21.59256857,-158.1060309,Spotted Dove,80,2024-02-24 +21.59256857,-158.1060309,Wandering Tattler,7,2023-11-05 +21.59256857,-158.1060309,Warbling White-eye,39,2024-02-26 +21.59256857,-158.1060309,Wedge-tailed Shearwater,7,2023-06-23 +21.59256857,-158.1060309,Western Cattle Egret,74,2024-02-19 +21.59256857,-158.1060309,White Tern,3,2023-09-17 +21.59256857,-158.1060309,White-rumped Shama,7,2023-12-30 +21.59256857,-158.1060309,White-tailed Tropicbird,2,2022-05-13 +21.59256857,-158.1060309,Yellow-fronted Canary,2,2021-07-22 +21.59256857,-158.1060309,Zebra Dove,123,2024-02-24 +21.32047493,-157.9244992,African Silverbill,16,2021-11-14 +21.32047493,-157.9244992,Black-crowned Night Heron,31,2024-02-25 +21.32047493,-157.9244992,Black-necked Stilt,1,2022-10-21 +21.32047493,-157.9244992,Bristle-thighed Curlew,4,2020-03-09 +21.32047493,-157.9244992,Brown Booby,3,2023-04-08 +21.32047493,-157.9244992,Chestnut Munia,7,2024-01-15 +21.32047493,-157.9244992,Common Myna,465,2024-02-25 +21.32047493,-157.9244992,Common Waxbill,90,2024-02-25 +21.32047493,-157.9244992,Eurasian Skylark,15,2024-02-05 +21.32047493,-157.9244992,Gray Francolin,1,2024-01-15 +21.32047493,-157.9244992,Great Frigatebird,1,2023-07-13 +21.32047493,-157.9244992,Hawaiian Coot,1,2019-04-12 +21.32047493,-157.9244992,Helmeted Guineafowl,1,2021-09-12 +21.32047493,-157.9244992,House Finch,123,2024-02-25 +21.32047493,-157.9244992,House Sparrow,477,2024-02-25 +21.32047493,-157.9244992,Japanese Bush Warbler,1,2022-06-24 +21.32047493,-157.9244992,Java Sparrow,15,2024-01-15 +21.32047493,-157.9244992,Feral Mallard,66,2024-02-22 +21.32047493,-157.9244992,Mourning Dove,1,2022-11-16 +21.32047493,-157.9244992,Northern Cardinal,4,2023-07-11 +21.32047493,-157.9244992,Northern Mockingbird,6,2023-10-12 +21.32047493,-157.9244992,Pacific Golden-Plover,138,2024-02-21 +21.32047493,-157.9244992,Red Junglefowl,25,2024-02-23 +21.32047493,-157.9244992,Red-billed Leiothrix,2,2021-10-28 +21.32047493,-157.9244992,Red-crested Cardinal,141,2024-02-21 +21.32047493,-157.9244992,Red-tailed Tropicbird,1,2023-03-29 +21.32047493,-157.9244992,Red-vented Bulbul,307,2024-02-25 +21.32047493,-157.9244992,Red-whiskered Bulbul,44,2024-02-19 +21.32047493,-157.9244992,Rock Pigeon,68,2024-02-24 +21.32047493,-157.9244992,Rose-ringed Parakeet,11,2024-01-15 +21.32047493,-157.9244992,Ruddy Turnstone,3,2022-10-21 +21.32047493,-157.9244992,Saffron Finch,18,2024-01-15 +21.32047493,-157.9244992,Sanderling,1,2023-01-06 +21.32047493,-157.9244992,Scaly-breasted Munia,4,2024-01-15 +21.32047493,-157.9244992,Spotted Dove,554,2024-02-25 +21.32047493,-157.9244992,Warbling White-eye,128,2024-02-25 +21.32047493,-157.9244992,Western Cattle Egret,152,2024-02-24 +21.32047493,-157.9244992,White Tern,32,2024-02-24 +21.32047493,-157.9244992,White-rumped Shama,12,2024-01-15 +21.32047493,-157.9244992,Yellow-fronted Canary,9,2024-01-15 +21.32047493,-157.9244992,Zebra Dove,440,2024-02-24 +21.70030549,-157.9893654,Black Noddy,1,2022-11-25 +21.70030549,-157.9893654,Black-crowned Night Heron,13,2024-02-11 +21.70030549,-157.9893654,Black-footed Albatross,3,2024-02-23 +21.70030549,-157.9893654,Black-necked Stilt,24,2024-02-08 +21.70030549,-157.9893654,Blue-crowned Parakeet,8,2023-11-29 +21.70030549,-157.9893654,Bristle-thighed Curlew,4,2023-01-17 +21.70030549,-157.9893654,Brown Booby,3,2024-02-23 +21.70030549,-157.9893654,Cackling Goose,11,2022-01-08 +21.70030549,-157.9893654,Chestnut Munia,8,2023-11-29 +21.70030549,-157.9893654,Common Gallinule,23,2024-02-23 +21.70030549,-157.9893654,Common Myna,43,2024-02-23 +21.70030549,-157.9893654,Common Waxbill,34,2024-02-11 +21.70030549,-157.9893654,Eurasian Skylark,1,2022-11-25 +21.70030549,-157.9893654,Gray Francolin,9,2024-02-23 +21.70030549,-157.9893654,Great Frigatebird,2,2022-11-06 +21.70030549,-157.9893654,Hawaiian Coot,13,2024-02-23 +21.70030549,-157.9893654,House Finch,14,2024-02-25 +21.70030549,-157.9893654,House Sparrow,9,2024-02-23 +21.70030549,-157.9893654,Indian Peafowl,4,2023-05-17 +21.70030549,-157.9893654,Japanese Bush Warbler,2,2023-01-17 +21.70030549,-157.9893654,Java Sparrow,21,2024-02-23 +21.70030549,-157.9893654,Laysan Albatross,15,2024-02-23 +21.70030549,-157.9893654,Lesser Scaup,1,2020-01-13 +21.70030549,-157.9893654,Feral Mallard,7,2024-02-23 +21.70030549,-157.9893654,Masked Booby,2,2024-02-23 +21.70030549,-157.9893654,Muscovy Duck,5,2023-03-28 +21.70030549,-157.9893654,Northern Cardinal,20,2024-02-23 +21.70030549,-157.9893654,Northern Harrier,1,2022-12-20 +21.70030549,-157.9893654,Pacific Golden-Plover,39,2024-02-23 +21.70030549,-157.9893654,Red Junglefowl,13,2024-02-23 +21.70030549,-157.9893654,Red-billed Leiothrix,6,2024-02-08 +21.70030549,-157.9893654,Red-crested Cardinal,37,2024-02-25 +21.70030549,-157.9893654,Red-footed Booby,1,2020-05-02 +21.70030549,-157.9893654,Red-vented Bulbul,36,2024-02-23 +21.70030549,-157.9893654,Red-whiskered Bulbul,15,2024-02-23 +21.70030549,-157.9893654,Ruddy Turnstone,6,2023-07-01 +21.70030549,-157.9893654,Saffron Finch,17,2024-02-25 +21.70030549,-157.9893654,Sanderling,2,2023-03-28 +21.70030549,-157.9893654,Scaly-breasted Munia,4,2023-05-20 +21.70030549,-157.9893654,Short-eared Owl,1,2019-11-02 +21.70030549,-157.9893654,Sooty Tern,1,2024-02-06 +21.70030549,-157.9893654,Spotted Dove,27,2024-02-11 +21.70030549,-157.9893654,Wandering Tattler,4,2022-12-20 +21.70030549,-157.9893654,Warbling White-eye,14,2024-02-06 +21.70030549,-157.9893654,Western Cattle Egret,43,2024-02-23 +21.70030549,-157.9893654,White-rumped Shama,18,2024-02-23 +21.70030549,-157.9893654,Zebra Dove,45,2024-02-23 +21.29286314,-157.847585,African Silverbill,11,2023-10-23 +21.29286314,-157.847585,Black-bellied Plover,1,2019-03-10 +21.29286314,-157.847585,Black-crowned Night Heron,299,2024-02-29 +21.29286314,-157.847585,Brown Booby,42,2024-02-29 +21.29286314,-157.847585,Brown Noddy,1,2022-05-13 +21.29286314,-157.847585,Chestnut Munia,3,2023-12-25 +21.29286314,-157.847585,Common Myna,433,2024-02-29 +21.29286314,-157.847585,Common Waxbill,264,2024-02-29 +21.29286314,-157.847585,Gray Francolin,2,2024-02-12 +21.29286314,-157.847585,Great Frigatebird,23,2024-02-09 +21.29286314,-157.847585,Hawaiian Coot,1,2023-04-26 +21.29286314,-157.847585,House Finch,147,2024-02-29 +21.29286314,-157.847585,House Sparrow,344,2024-02-29 +21.29286314,-157.847585,Japanese Bush Warbler,1,2019-06-20 +21.29286314,-157.847585,Java Sparrow,254,2024-02-29 +21.29286314,-157.847585,Feral Mallard,125,2024-02-24 +21.29286314,-157.847585,Masked Booby,1,2023-02-16 +21.29286314,-157.847585,Muscovy Duck,6,2022-11-16 +21.29286314,-157.847585,Northern Cardinal,9,2024-02-08 +21.29286314,-157.847585,Northern Mockingbird,5,2024-02-12 +21.29286314,-157.847585,Pacific Golden-Plover,291,2024-02-29 +21.29286314,-157.847585,Peregrine Falcon,5,2021-01-03 +21.29286314,-157.847585,Red Junglefowl,58,2024-02-26 +21.29286314,-157.847585,Red-billed Leiothrix,2,2023-04-26 +21.29286314,-157.847585,Red-crested Cardinal,369,2024-02-29 +21.29286314,-157.847585,Red-vented Bulbul,255,2024-02-29 +21.29286314,-157.847585,Red-whiskered Bulbul,22,2024-02-29 +21.29286314,-157.847585,Rock Pigeon,402,2024-02-29 +21.29286314,-157.847585,Rose-ringed Parakeet,120,2024-02-29 +21.29286314,-157.847585,Ruddy Turnstone,111,2024-02-29 +21.29286314,-157.847585,Saffron Finch,128,2024-02-29 +21.29286314,-157.847585,Sanderling,2,2020-04-12 +21.29286314,-157.847585,Scaly-breasted Munia,68,2023-12-03 +21.29286314,-157.847585,Sooty Tern,4,2023-06-04 +21.29286314,-157.847585,Spotted Dove,391,2024-02-29 +21.29286314,-157.847585,Wandering Tattler,66,2024-02-26 +21.29286314,-157.847585,Warbling White-eye,106,2024-02-29 +21.29286314,-157.847585,Wedge-tailed Shearwater,5,2023-11-18 +21.29286314,-157.847585,Western Cattle Egret,343,2024-02-29 +21.29286314,-157.847585,White Tern,331,2024-02-29 +21.29286314,-157.847585,White-rumped Shama,8,2024-02-25 +21.29286314,-157.847585,Yellow-fronted Canary,217,2024-02-29 +21.29286314,-157.847585,Zebra Dove,443,2024-02-29 +21.33769208,-157.7990234,African Silverbill,6,2023-09-12 +21.33769208,-157.7990234,Apapane,4,2019-09-23 +21.33769208,-157.7990234,Black-crowned Night Heron,1,2023-03-06 +21.33769208,-157.7990234,Chestnut Munia,51,2023-10-05 +21.33769208,-157.7990234,Common Myna,247,2024-02-26 +21.33769208,-157.7990234,Common Waxbill,172,2024-02-20 +21.33769208,-157.7990234,Erckel's Spurfowl,1,2021-11-08 +21.33769208,-157.7990234,Hawaiian Coot,1,2023-03-06 +21.33769208,-157.7990234,House Finch,63,2024-02-26 +21.33769208,-157.7990234,House Sparrow,14,2024-02-20 +21.33769208,-157.7990234,Indian Peafowl,1,2023-03-22 +21.33769208,-157.7990234,Japanese Bush Warbler,3,2023-10-22 +21.33769208,-157.7990234,Java Sparrow,24,2023-10-05 +21.33769208,-157.7990234,Feral Mallard,6,2022-05-24 +21.33769208,-157.7990234,Northern Cardinal,62,2024-02-20 +21.33769208,-157.7990234,Oahu Amakihi,30,2024-02-20 +21.33769208,-157.7990234,Pacific Golden-Plover,92,2024-01-24 +21.33769208,-157.7990234,Red Avadavat,1,2023-10-05 +21.33769208,-157.7990234,Red Junglefowl,149,2024-02-26 +21.33769208,-157.7990234,Red-billed Leiothrix,202,2024-02-26 +21.33769208,-157.7990234,Red-crested Cardinal,194,2024-02-26 +21.33769208,-157.7990234,Red-crowned Parrot,4,2024-01-02 +21.33769208,-157.7990234,Red-masked Parakeet,1,2022-08-02 +21.33769208,-157.7990234,Red-vented Bulbul,253,2024-02-20 +21.33769208,-157.7990234,Red-whiskered Bulbul,259,2024-02-26 +21.33769208,-157.7990234,Rock Pigeon,13,2024-02-20 +21.33769208,-157.7990234,Rose-ringed Parakeet,285,2024-02-26 +21.33769208,-157.7990234,Ruddy Turnstone,1,2022-12-20 +21.33769208,-157.7990234,Saffron Finch,5,2023-11-26 +21.33769208,-157.7990234,Salmon-crested Cockatoo,66,2023-11-17 +21.33769208,-157.7990234,Scaly-breasted Munia,10,2023-09-06 +21.33769208,-157.7990234,Spotted Dove,168,2024-02-20 +21.33769208,-157.7990234,Sulphur-crested Cockatoo,8,2022-08-02 +21.33769208,-157.7990234,Wandering Tattler,2,2021-04-18 +21.33769208,-157.7990234,Warbling White-eye,251,2024-02-26 +21.33769208,-157.7990234,Western Cattle Egret,27,2024-01-19 +21.33769208,-157.7990234,White Cockatoo,41,2024-01-04 +21.33769208,-157.7990234,White Tern,9,2023-08-14 +21.33769208,-157.7990234,White-rumped Shama,280,2024-02-26 +21.33769208,-157.7990234,White-tailed Tropicbird,1,2023-06-06 +21.33769208,-157.7990234,Yellow-faced Grassquit,4,2023-06-06 +21.33769208,-157.7990234,Yellow-fronted Canary,26,2024-01-24 +21.33769208,-157.7990234,Zebra Dove,202,2024-02-20 +21.51862843,-157.8361581,Apapane,1,2019-09-19 +21.51862843,-157.8361581,Black Noddy,3,2023-03-29 +21.51862843,-157.8361581,Black-crowned Night Heron,23,2024-02-13 +21.51862843,-157.8361581,Black-necked Stilt,94,2024-01-20 +21.51862843,-157.8361581,Bristle-thighed Curlew,1,2023-04-28 +21.51862843,-157.8361581,Brown Booby,3,2022-11-21 +21.51862843,-157.8361581,Chestnut Munia,60,2024-01-04 +21.51862843,-157.8361581,Common Gallinule,3,2023-10-29 +21.51862843,-157.8361581,Common Myna,328,2024-02-27 +21.51862843,-157.8361581,Common Waxbill,166,2024-01-26 +21.51862843,-157.8361581,Gray Francolin,1,2024-01-03 +21.51862843,-157.8361581,Great Frigatebird,12,2024-02-27 +21.51862843,-157.8361581,Green-winged Teal,1,2024-01-12 +21.51862843,-157.8361581,Hawaiian Coot,3,2023-10-29 +21.51862843,-157.8361581,House Finch,85,2024-02-13 +21.51862843,-157.8361581,House Sparrow,57,2024-01-26 +21.51862843,-157.8361581,Indian Peafowl,1,2021-03-20 +21.51862843,-157.8361581,Japanese Bush Warbler,1,2022-01-19 +21.51862843,-157.8361581,Java Sparrow,18,2024-02-13 +21.51862843,-157.8361581,Laysan Albatross,1,2019-12-19 +21.51862843,-157.8361581,Feral Mallard,7,2023-11-28 +21.51862843,-157.8361581,Northern Cardinal,50,2024-02-27 +21.51862843,-157.8361581,Northern Mockingbird,1,2019-07-29 +21.51862843,-157.8361581,Oahu Amakihi,1,2022-12-26 +21.51862843,-157.8361581,Pacific Golden-Plover,261,2024-02-27 +21.51862843,-157.8361581,Red Avadavat,5,2024-01-04 +21.51862843,-157.8361581,Red Junglefowl,134,2024-02-13 +21.51862843,-157.8361581,Red-billed Leiothrix,6,2024-01-04 +21.51862843,-157.8361581,Red-crested Cardinal,333,2024-02-27 +21.51862843,-157.8361581,Red-vented Bulbul,169,2024-02-13 +21.51862843,-157.8361581,Red-whiskered Bulbul,48,2024-01-04 +21.51862843,-157.8361581,Ring-necked Pheasant,1,2024-01-04 +21.51862843,-157.8361581,Rock Pigeon,41,2024-01-21 +21.51862843,-157.8361581,Rose-ringed Parakeet,1,2024-01-04 +21.51862843,-157.8361581,Ruddy Turnstone,117,2024-02-27 +21.51862843,-157.8361581,Saffron Finch,34,2024-02-28 +21.51862843,-157.8361581,Sanderling,1,2023-09-15 +21.51862843,-157.8361581,Scaly-breasted Munia,38,2024-01-04 +21.51862843,-157.8361581,Spotted Dove,157,2024-02-13 +21.51862843,-157.8361581,Wandering Tattler,69,2024-01-26 +21.51862843,-157.8361581,Warbling White-eye,107,2024-01-21 +21.51862843,-157.8361581,Wedge-tailed Shearwater,6,2023-05-10 +21.51862843,-157.8361581,Western Cattle Egret,338,2024-02-27 +21.51862843,-157.8361581,White Tern,4,2023-09-04 +21.51862843,-157.8361581,White-rumped Shama,70,2024-02-13 +21.51862843,-157.8361581,White-tailed Tropicbird,7,2023-08-10 +21.51862843,-157.8361581,Yellow-fronted Canary,10,2024-01-04 +21.51862843,-157.8361581,Zebra Dove,284,2024-02-27 +21.70036384,-157.9990316,Black Noddy,1,2020-03-19 +21.70036384,-157.9990316,Black-crowned Night Heron,16,2024-01-03 +21.70036384,-157.9990316,Black-footed Albatross,3,2024-02-25 +21.70036384,-157.9990316,Black-necked Stilt,16,2024-01-03 +21.70036384,-157.9990316,Blue-crowned Parakeet,31,2024-01-04 +21.70036384,-157.9990316,Bristle-thighed Curlew,2,2024-02-25 +21.70036384,-157.9990316,Brown Booby,5,2024-02-25 +21.70036384,-157.9990316,Chestnut Munia,22,2023-06-21 +21.70036384,-157.9990316,Common Gallinule,17,2024-01-03 +21.70036384,-157.9990316,Common Myna,106,2024-02-25 +21.70036384,-157.9990316,Common Waxbill,56,2024-02-25 +21.70036384,-157.9990316,Glaucous-winged Gull,1,2024-01-31 +21.70036384,-157.9990316,Gray Francolin,14,2024-02-25 +21.70036384,-157.9990316,Great Frigatebird,7,2023-10-31 +21.70036384,-157.9990316,Hawaiian Coot,17,2023-08-07 +21.70036384,-157.9990316,House Finch,29,2024-02-25 +21.70036384,-157.9990316,House Sparrow,16,2023-09-25 +21.70036384,-157.9990316,Indian Peafowl,11,2023-02-08 +21.70036384,-157.9990316,Java Sparrow,11,2024-02-15 +21.70036384,-157.9990316,Laughing Gull,1,2024-01-31 +21.70036384,-157.9990316,Laysan Albatross,25,2024-02-25 +21.70036384,-157.9990316,Feral Mallard,11,2024-02-25 +21.70036384,-157.9990316, Northern Cardinal,26,2024-02-25 +21.70036384,-157.9990316,Northern Shoveler,2,2022-01-09 +21.70036384,-157.9990316,Pacific Golden-Plover,72,2024-02-25 +21.70036384,-157.9990316,Red Junglefowl,22,2024-01-04 +21.70036384,-157.9990316,Red-billed Leiothrix,2,2021-06-27 +21.70036384,-157.9990316,Red-crested Cardinal,79,2024-02-25 +21.70036384,-157.9990316,Red-crowned Parrot,1,2022-12-28 +21.70036384,-157.9990316,Red-footed Booby,4,2024-02-25 +21.70036384,-157.9990316,Red-vented Bulbul,86,2024-02-25 +21.70036384,-157.9990316,Red-whiskered Bulbul,29,2024-01-31 +21.70036384,-157.9990316,Ring-necked Pheasant,1,2023-02-10 +21.70036384,-157.9990316,Rose-ringed Parakeet,1,2023-10-31 +21.70036384,-157.9990316,Ruddy Turnstone,12,2024-02-25 +21.70036384,-157.9990316,Saffron Finch,31,2024-02-15 +21.70036384,-157.9990316,Sanderling,4,2024-02-15 +21.70036384,-157.9990316,Scaly-breasted Munia,3,2022-12-28 +21.70036384,-157.9990316,Sooty Tern,1,2020-03-19 +21.70036384,-157.9990316,Spotted Dove,53,2024-02-25 +21.70036384,-157.9990316,Wandering Tattler,7,2024-02-25 +21.70036384,-157.9990316,Warbling White-eye,26,2024-02-25 +21.70036384,-157.9990316,Western Cattle Egret,90,2024-02-25 +21.70036384,-157.9990316,White Tern,1,2019-09-24 +21.70036384,-157.9990316,White-rumped Shama,36,2024-02-25 +21.70036384,-157.9990316,Zebra Dove,80,2024-02-25 +21.36623391,-158.0206105,African Silverbill,21,2024-02-04 +21.36623391,-158.0206105,Black-crowned Night Heron,60,2024-02-19 +21.36623391,-158.0206105,Black-necked Stilt,41,2024-02-19 +21.36623391,-158.0206105,Cackling Goose,1,2023-01-25 +21.36623391,-158.0206105,Chestnut Munia,25,2024-02-19 +21.36623391,-158.0206105,Common Gallinule,47,2024-02-19 +21.36623391,-158.0206105,Common Myna,104,2024-02-19 +21.36623391,-158.0206105,Common Waxbill,87,2024-02-20 +21.36623391,-158.0206105,Gray Francolin,3,2024-02-19 +21.36623391,-158.0206105,Great Frigatebird,1,2022-10-08 +21.36623391,-158.0206105,Hawaiian Coot,40,2024-02-19 +21.36623391,-158.0206105,House Finch,65,2024-02-19 +21.36623391,-158.0206105,House Sparrow,35,2024-02-19 +21.36623391,-158.0206105,Japanese Bush Warbler,1,2022-06-26 +21.36623391,-158.0206105,Java Sparrow,34,2024-02-19 +21.36623391,-158.0206105,Feral Mallard,34,2024-02-19 +21.36623391,-158.0206105,Mourning Dove,1,2020-02-23 +21.36623391,-158.0206105,Northern Cardinal,83,2024-02-19 +21.36623391,-158.0206105,Northern Pintail,3,2023-12-28 +21.36623391,-158.0206105,Northern Shoveler,1,2024-02-19 +21.36623391,-158.0206105,Pacific Golden-Plover,89,2024-02-19 +21.36623391,-158.0206105,Pectoral Sandpiper,1,2021-09-23 +21.36623391,-158.0206105,Red Avadavat,3,2023-01-17 +21.36623391,-158.0206105,Red Junglefowl,11,2023-11-27 +21.36623391,-158.0206105,Red-billed Leiothrix,2,2023-11-27 +21.36623391,-158.0206105,Red-crested Cardinal,99,2024-02-19 +21.36623391,-158.0206105,Red-crowned Parrot,2,2024-02-19 +21.36623391,-158.0206105,Red-vented Bulbul,105,2024-02-19 +21.36623391,-158.0206105,Red-whiskered Bulbul,40,2024-02-19 +21.36623391,-158.0206105,Ring-necked Duck,1,2023-11-27 +21.36623391,-158.0206105,Rock Pigeon,6,2024-02-04 +21.36623391,-158.0206105,Rose-ringed Parakeet,68,2024-02-19 +21.36623391,-158.0206105,Ruddy Turnstone,23,2023-12-28 +21.36623391,-158.0206105,Saffron Finch,72,2024-02-20 +21.36623391,-158.0206105,Scaly-breasted Munia,7,2023-09-29 +21.36623391,-158.0206105,Spotted Dove,106,2024-02-19 +21.36623391,-158.0206105,Wandering Tattler,35,2024-02-19 +21.36623391,-158.0206105,Warbling White-eye,79,2024-02-19 +21.36623391,-158.0206105,Western Cattle Egret,102,2024-02-19 +21.36623391,-158.0206105,White Tern,1,2022-04-17 +21.36623391,-158.0206105,White-faced Ibis,2,2024-02-19 +21.36623391,-158.0206105,White-rumped Shama,78,2024-02-19 +21.36623391,-158.0206105,Yellow-fronted Canary,10,2023-11-27 +21.36623391,-158.0206105,Zebra Dove,108,2024-02-19 +21.37340033,-157.7408653,American Wigeon,5,2023-11-08 +21.37340033,-157.7408653,Black-crowned Night Heron,627,2024-02-29 +21.37340033,-157.7408653,Black-necked Stilt,660,2024-02-27 +21.37340033,-157.7408653,Blue-winged Teal,5,2021-09-13 +21.37340033,-157.7408653,Canvasback,66,2024-02-24 +21.37340033,-157.7408653,Chestnut Munia,200,2024-01-27 +21.37340033,-157.7408653,Chinese Hwamei,2,2020-06-03 +21.37340033,-157.7408653,Common Gallinule,808,2024-02-29 +21.37340033,-157.7408653,Common Myna,688,2024-02-29 +21.37340033,-157.7408653,Common Waxbill,315,2024-02-19 +21.37340033,-157.7408653,Domestic Glaucous-winged Gull,30,2023-03-03 +21.37340033,-157.7408653,Gray Francolin,1,2019-11-09 +21.37340033,-157.7408653,Great Frigatebird,14,2023-08-01 +21.37340033,-157.7408653,Greater Scaup,16,2024-02-18 +21.37340033,-157.7408653,Green-winged Teal,1,2022-12-20 +21.37340033,-157.7408653,Hawaiian Coot,930,2024-02-29 +21.37340033,-157.7408653,House Finch,304,2024-02-22 +21.37340033,-157.7408653,House Sparrow,52,2024-02-19 +21.37340033,-157.7408653,Java Sparrow,326,2024-02-27 +21.37340033,-157.7408653,Lesser Scaup,94,2024-02-27 +21.37340033,-157.7408653,Feral Mallard,598,2024-02-27 +21.37340033,-157.7408653,Northern Cardinal,134,2024-01-27 +21.37340033,-157.7408653,Northern Pintail,17,2022-12-20 +21.37340033,-157.7408653,Northern Shoveler,132,2024-02-27 +21.37340033,-157.7408653,Pacific Golden-Plover,427,2024-02-27 +21.37340033,-157.7408653,Red Avadavat,4,2023-12-10 +21.37340033,-157.7408653,Red Junglefowl,41,2024-02-19 +21.37340033,-157.7408653,Red-billed Leiothrix,6,2021-12-22 +21.37340033,-157.7408653,Red-crested Cardinal,464,2024-02-27 +21.37340033,-157.7408653,Red-vented Bulbul,682,2024-02-29 +21.37340033,-157.7408653,Red-whiskered Bulbul,325,2024-02-27 +21.37340033,-157.7408653,Ring-necked Duck,11,2024-01-01 +21.37340033,-157.7408653,Rock Pigeon,322,2024-02-19 +21.37340033,-157.7408653,Rose-ringed Parakeet,20,2024-02-22 +21.37340033,-157.7408653,Saffron Finch,11,2024-02-11 +21.37340033,-157.7408653,Scaly-breasted Munia,84,2024-02-25 +21.37340033,-157.7408653,Short-eared Owl,1,2021-12-17 +21.37340033,-157.7408653,Spotted Dove,646,2024-02-27 +21.37340033,-157.7408653,Wandering Tattler,26,2024-01-07 +21.37340033,-157.7408653,Warbling White-eye,410,2024-02-22 +21.37340033,-157.7408653,Western Cattle Egret,696,2024-02-29 +21.37340033,-157.7408653,White Tern,3,2023-06-11 +21.37340033,-157.7408653,White-rumped Shama,41,2024-02-29 +21.37340033,-157.7408653,Zebra Dove,617,2024-02-29 +21.28292455,-157.7223612,African Silverbill,1,2022-03-26 +21.28292455,-157.7223612,Black-crowned Night Heron,75,2024-02-21 +21.28292455,-157.7223612,Black-necked Stilt,421,2024-02-27 +21.28292455,-157.7223612,Brown Booby,6,2022-02-18 +21.28292455,-157.7223612,Chestnut Munia,2,2022-02-25 +21.28292455,-157.7223612,Common Gallinule,120,2023-12-02 +21.28292455,-157.7223612,Common Myna,435,2024-02-25 +21.28292455,-157.7223612,Common Waxbill,117,2024-01-21 +21.28292455,-157.7223612,Glaucous-winged Gull,2,2021-02-07 +21.28292455,-157.7223612,Great Egret,2,2021-01-26 +21.28292455,-157.7223612,Great Frigatebird,10,2023-09-24 +21.28292455,-157.7223612,Hawaiian Coot,4,2022-09-10 +21.28292455,-157.7223612,House Finch,161,2024-01-18 +21.28292455,-157.7223612,House Sparrow,138,2024-02-11 +21.28292455,-157.7223612,Java Sparrow,95,2024-02-25 +21.28292455,-157.7223612,Feral Mallard,591,2024-02-27 +21.28292455,-157.7223612,Masked Booby,5,2020-02-23 +21.28292455,-157.7223612,Muscovy Duck,20,2024-01-29 +21.28292455,-157.7223612,Northern Cardinal,63,2024-02-11 +21.28292455,-157.7223612,Northern Pintail,3,2020-02-07 +21.28292455,-157.7223612,Pacific Golden-Plover,489,2024-02-24 +21.28292455,-157.7223612,Peregrine Falcon,1,2021-01-31 +21.28292455,-157.7223612,Red Junglefowl,16,2024-01-18 +21.28292455,-157.7223612,Red-billed Leiothrix,1,2022-03-06 +21.28292455,-157.7223612,Red-billed Tropicbird,1,2022-03-06 +21.28292455,-157.7223612,Red-crested Cardinal,372,2024-02-25 +21.28292455,-157.7223612,Red-footed Booby,5,2020-02-23 +21.28292455,-157.7223612,Red-masked Parakeet,1,2019-02-01 +21.28292455,-157.7223612,Red-tailed Tropicbird,2,2022-03-06 +21.28292455,-157.7223612,Red-vented Bulbul,333,2024-02-25 +21.28292455,-157.7223612,Red-whiskered Bulbul,37,2023-09-29 +21.28292455,-157.7223612,Rock Pigeon,98,2023-12-27 +21.28292455,-157.7223612,Rose-ringed Parakeet,64,2024-02-25 +21.28292455,-157.7223612,Ruddy Turnstone,367,2024-02-24 +21.28292455,-157.7223612,Saffron Finch,1,2022-03-06 +21.28292455,-157.7223612,Scaly-breasted Munia,7,2023-03-07 +21.28292455,-157.7223612,Semipalmated Plover,10,2023-11-28 +21.28292455,-157.7223612,Sooty Tern,8,2022-03-06 +21.28292455,-157.7223612,Spotted Dove,373,2024-02-25 +21.28292455,-157.7223612,Wandering Tattler,303,2024-02-25 +21.28292455,-157.7223612,Warbling White-eye,175,2024-01-18 +21.28292455,-157.7223612,Western Cattle Egret,472,2024-02-25 +21.28292455,-157.7223612,White Tern,120,2024-02-25 +21.28292455,-157.7223612,White-rumped Shama,8,2022-03-06 +21.28292455,-157.7223612,White-tailed Tropicbird,1,2021-06-18 +21.28292455,-157.7223612,Yellow-fronted Canary,2,2023-05-23 +21.28292455,-157.7223612,Zebra Dove,469,2024-02-25 +21.38292683,-157.8082994,African Silverbill,3,2023-10-17 +21.38292683,-157.8082994,Black Noddy,1,2023-12-23 +21.38292683,-157.8082994,Black Swan,1,2024-02-04 +21.38292683,-157.8082994,Black-crowned Night Heron,4,2023-08-28 +21.38292683,-157.8082994,Chestnut Munia,156,2024-02-27 +21.38292683,-157.8082994,Common Gallinule,3,2023-06-23 +21.38292683,-157.8082994,Common Myna,236,2024-02-27 +21.38292683,-157.8082994,Common Waxbill,195,2024-02-27 +21.38292683,-157.8082994,Eurasian Wigeon,1,2022-02-03 +21.38292683,-157.8082994,Gray Francolin,1,2021-01-11 +21.38292683,-157.8082994,Great Frigatebird,1,2021-07-26 +21.38292683,-157.8082994,Hawaiian Coot,122,2023-11-28 +21.38292683,-157.8082994,House Finch,47,2024-02-26 +21.38292683,-157.8082994,House Sparrow,22,2024-02-26 +21.38292683,-157.8082994,Indian Peafowl,1,2019-03-16 +21.38292683,-157.8082994,Japanese Bush Warbler,2,2023-02-12 +21.38292683,-157.8082994,Java Sparrow,18,2024-02-27 +21.38292683,-157.8082994,Laysan Albatross,1,2022-02-03 +21.38292683,-157.8082994,Feral Mallard,95,2024-02-26 +21.38292683,-157.8082994,Northern Cardinal,76,2024-02-26 +21.38292683,-157.8082994,Northern Mockingbird,2,2024-02-15 +21.38292683,-157.8082994,Oahu Amakihi,3,2023-02-16 +21.38292683,-157.8082994,Orange-cheeked Waxbill,1,2019-07-09 +21.38292683,-157.8082994,Pacific Golden-Plover,72,2024-02-27 +21.38292683,-157.8082994,Red Junglefowl,41,2024-02-26 +21.38292683,-157.8082994,Red-billed Leiothrix,119,2024-02-24 +21.38292683,-157.8082994,Red-crested Cardinal,232,2024-02-27 +21.38292683,-157.8082994,Red-vented Bulbul,216,2024-02-27 +21.38292683,-157.8082994,Red-whiskered Bulbul,237,2024-02-27 +21.38292683,-157.8082994,Rock Pigeon,29,2024-02-27 +21.38292683,-157.8082994,Rose-ringed Parakeet,6,2024-02-04 +21.38292683,-157.8082994,Saffron Finch,3,2024-02-27 +21.38292683,-157.8082994,Sanderling,1,2022-03-23 +21.38292683,-157.8082994,Scaly-breasted Munia,17,2024-02-26 +21.38292683,-157.8082994,Short-eared Owl,1,2022-12-26 +21.38292683,-157.8082994,Spotted Dove,212,2024-02-26 +21.38292683,-157.8082994,Warbling White-eye,168,2024-02-25 +21.38292683,-157.8082994,Western Cattle Egret,122,2024-02-27 +21.38292683,-157.8082994,White Tern,1,2023-11-07 +21.38292683,-157.8082994,White-rumped Shama,213,2024-02-26 +21.38292683,-157.8082994,Yellow-fronted Canary,3,2022-12-16 +21.38292683,-157.8082994,Zebra Dove,262,2024-02-27 +21.43663113,-157.7403234,American Wigeon,5,2020-02-23 +21.43663113,-157.7403234,Black Noddy,9,2023-03-31 +21.43663113,-157.7403234,Black-crowned Night Heron,51,2024-02-16 +21.43663113,-157.7403234,Black-necked Stilt,70,2024-02-20 +21.43663113,-157.7403234,Brant,10,2024-02-20 +21.43663113,-157.7403234,Bristle-thighed Curlew,9,2024-02-14 +21.43663113,-157.7403234,Brown Noddy,2,2023-05-12 +21.43663113,-157.7403234,Cackling Goose,1,2020-04-20 +21.43663113,-157.7403234,Caspian Tern,5,2024-02-14 +21.43663113,-157.7403234,Chestnut Munia,2,2019-03-02 +21.43663113,-157.7403234,Common Gallinule,19,2024-02-13 +21.43663113,-157.7403234,Common Myna,34,2024-01-29 +21.43663113,-157.7403234,Common Waxbill,26,2024-02-13 +21.43663113,-157.7403234,Eurasian Wigeon,6,2024-02-16 +21.43663113,-157.7403234,Gray Francolin,30,2024-02-16 +21.43663113,-157.7403234,Great Frigatebird,10,2024-01-17 +21.43663113,-157.7403234,Hawaiian Coot,52,2024-02-20 +21.43663113,-157.7403234,House Finch,14,2023-08-10 +21.43663113,-157.7403234,House Sparrow,4,2022-07-17 +21.43663113,-157.7403234,Japanese Bush Warbler,1,2020-02-23 +21.43663113,-157.7403234,Java Sparrow,11,2024-01-17 +21.43663113,-157.7403234,Laughing Gull,11,2024-02-20 +21.43663113,-157.7403234,Feral Mallard,43,2024-01-17 +21.43663113,-157.7403234,Northern Cardinal,38,2024-02-16 +21.43663113,-157.7403234,Northern Pintail,7,2020-01-18 +21.43663113,-157.7403234,Northern Shoveler,23,2024-02-16 +21.43663113,-157.7403234,Osprey,3,2021-10-17 +21.43663113,-157.7403234,Pacific Golden-Plover,52,2024-02-16 +21.43663113,-157.7403234,Red Avadavat,1,2021-03-31 +21.43663113,-157.7403234,Red Junglefowl,1,2022-12-26 +21.43663113,-157.7403234,Red-crested Cardinal,11,2024-02-13 +21.43663113,-157.7403234,Red-footed Booby,6,2023-10-24 +21.43663113,-157.7403234,Red-vented Bulbul,33,2024-02-16 +21.43663113,-157.7403234,Red-whiskered Bulbul,9,2024-02-13 +21.43663113,-157.7403234,Rock Pigeon,8,2023-08-16 +21.43663113,-157.7403234,Ruddy Turnstone,31,2024-02-16 +21.43663113,-157.7403234,Saffron Finch,1,2021-11-07 +21.43663113,-157.7403234,Sanderling,10,2024-01-17 +21.43663113,-157.7403234,Scaly-breasted Munia,4,2023-04-13 +21.43663113,-157.7403234,Short-eared Owl,3,2024-01-17 +21.43663113,-157.7403234,Spotted Dove,24,2024-02-13 +21.43663113,-157.7403234,Wandering Tattler,32,2024-02-16 +21.43663113,-157.7403234,Warbling White-eye,18,2024-02-13 +21.43663113,-157.7403234,Wedge-tailed Shearwater,3,2022-05-03 +21.43663113,-157.7403234,Western Cattle Egret,48,2024-02-13 +21.43663113,-157.7403234,White-rumped Shama,19,2023-10-26 +21.43663113,-157.7403234,Yellow-fronted Canary,1,2022-12-26 +21.43663113,-157.7403234,Zebra Dove,29,2024-02-13 +21.28262726,-157.6838112,African Silverbill,1,2023-03-04 +21.28262726,-157.6838112,Black Noddy,1,2020-02-22 +21.28262726,-157.6838112,Black-crowned Night Heron,1,2022-01-30 +21.28262726,-157.6838112,Black-necked Stilt,1,2019-06-20 +21.28262726,-157.6838112,Brown Booby,10,2024-02-12 +21.28262726,-157.6838112,Chestnut Munia,4,2024-02-23 +21.28262726,-157.6838112,Chinese Hwamei,15,2021-10-23 +21.28262726,-157.6838112,Common Gallinule,1,2022-04-16 +21.28262726,-157.6838112,Common Myna,93,2024-02-22 +21.28262726,-157.6838112,Common Waxbill,40,2024-02-27 +21.28262726,-157.6838112,Gray Francolin,12,2024-02-23 +21.28262726,-157.6838112,Great Frigatebird,6,2024-02-19 +21.28262726,-157.6838112,Hawaiian Coot,1,2022-04-16 +21.28262726,-157.6838112,House Finch,63,2024-02-27 +21.28262726,-157.6838112,House Sparrow,11,2023-09-05 +21.28262726,-157.6838112,Inca Tern,4,2022-01-08 +21.28262726,-157.6838112,Japanese Bush Warbler,3,2023-03-04 +21.28262726,-157.6838112,Java Sparrow,14,2024-02-19 +21.28262726,-157.6838112,Laughing Gull,1,2023-02-26 +21.28262726,-157.6838112,Laysan Albatross,1,2022-01-30 +21.28262726,-157.6838112,Feral Mallard,3,2022-04-16 +21.28262726,-157.6838112,Masked Booby,1,2023-02-26 +21.28262726,-157.6838112,Northern Cardinal,87,2024-02-27 +21.28262726,-157.6838112,Northern Mockingbird,3,2024-02-22 +21.28262726,-157.6838112,Pacific Golden-Plover,86,2024-02-27 +21.28262726,-157.6838112,Red Junglefowl,8,2023-12-27 +21.28262726,-157.6838112,Red-billed Leiothrix,31,2024-02-22 +21.28262726,-157.6838112,Red-billed Tropicbird,15,2024-02-12 +21.28262726,-157.6838112,Red-crested Cardinal,103,2024-02-27 +21.28262726,-157.6838112,Red-footed Booby,8,2024-02-08 +21.28262726,-157.6838112,Red-tailed Tropicbird,36,2024-02-22 +21.28262726,-157.6838112,Red-vented Bulbul,99,2024-02-27 +21.28262726,-157.6838112,Red-whiskered Bulbul,32,2024-02-22 +21.28262726,-157.6838112,Rock Pigeon,37,2024-02-27 +21.28262726,-157.6838112,Rose-ringed Parakeet,2,2023-09-05 +21.28262726,-157.6838112,Ruddy Turnstone,3,2021-07-17 +21.28262726,-157.6838112,Saffron Finch,3,2024-02-19 +21.28262726,-157.6838112,Scaly-breasted Munia,9,2024-02-27 +21.28262726,-157.6838112,Sooty Tern,12,2024-02-08 +21.28262726,-157.6838112,Spotted Dove,112,2024-02-27 +21.28262726,-157.6838112,Wandering Tattler,6,2021-07-17 +21.28262726,-157.6838112,Warbling White-eye,83,2024-02-22 +21.28262726,-157.6838112,Wedge-tailed Shearwater,2,2023-04-28 +21.28262726,-157.6838112,Western Cattle Egret,38,2024-02-19 +21.28262726,-157.6838112,White Tern,17,2023-07-23 +21.28262726,-157.6838112,White-rumped Shama,104,2024-02-27 +21.28262726,-157.6838112,White-tailed Tropicbird,1,2023-05-12 +21.28262726,-157.6838112,Yellow-fronted Canary,10,2023-09-05 +21.28262726,-157.6838112,Zebra Dove,117,2024-02-27 +21.40165242,-157.9046131,African Silverbill,1,2019-01-15 +21.40165242,-157.9046131,Apapane,152,2024-02-24 +21.40165242,-157.9046131,Chestnut Munia,152,2024-01-09 +21.40165242,-157.9046131,Chinese Hwamei,6,2023-11-18 +21.40165242,-157.9046131,Common Myna,332,2024-02-25 +21.40165242,-157.9046131,Common Waxbill,482,2024-02-28 +21.40165242,-157.9046131,Gray Francolin,4,2024-02-23 +21.40165242,-157.9046131,Great Frigatebird,1,2021-08-13 +21.40165242,-157.9046131,Hawaiian Coot,1,2021-08-13 +21.40165242,-157.9046131,Helmeted Guineafowl,7,2021-07-13 +21.40165242,-157.9046131,House Finch,539,2024-02-29 +21.40165242,-157.9046131,House Sparrow,27,2023-12-17 +21.40165242,-157.9046131,Indian Peafowl,2,2023-10-14 +21.40165242,-157.9046131,Japanese Bush Warbler,58,2024-02-23 +21.40165242,-157.9046131,Java Sparrow,30,2024-02-26 +21.40165242,-157.9046131,Feral Mallard,2,2023-12-15 +21.40165242,-157.9046131,Mariana Swiftlet,20,2023-10-06 +21.40165242,-157.9046131,Muscovy Duck,1,2021-08-13 +21.40165242,-157.9046131,Northern Cardinal,384,2024-02-29 +21.40165242,-157.9046131,Northern Mockingbird,6,2023-07-08 +21.40165242,-157.9046131,Oahu Amakihi,687,2024-02-29 +21.40165242,-157.9046131,Oahu Elepaio,341,2024-02-29 +21.40165242,-157.9046131,Orange-cheeked Waxbill,1,2023-07-01 +21.40165242,-157.9046131,Pacific Golden-Plover,247,2024-02-25 +21.40165242,-157.9046131,Red Avadavat,5,2023-11-09 +21.40165242,-157.9046131,Red Junglefowl,469,2024-02-28 +21.40165242,-157.9046131,Red-billed Leiothrix,730,2024-02-29 +21.40165242,-157.9046131,Red-crested Cardinal,563,2024-02-29 +21.40165242,-157.9046131,Red-crowned Parrot,231,2024-02-26 +21.40165242,-157.9046131,Red-masked Parakeet,4,2023-11-09 +21.40165242,-157.9046131,Red-tailed Tropicbird,1,2023-03-27 +21.40165242,-157.9046131,Red-vented Bulbul,687,2024-02-29 +21.40165242,-157.9046131,Red-whiskered Bulbul,525,2024-02-29 +21.40165242,-157.9046131,Ring-necked Pheasant,1,2023-03-29 +21.40165242,-157.9046131,Rock Pigeon,18,2023-12-28 +21.40165242,-157.9046131,Rose-ringed Parakeet,35,2024-02-25 +21.40165242,-157.9046131,Saffron Finch,20,2024-02-18 +21.40165242,-157.9046131,Scaly-breasted Munia,74,2023-12-28 +21.40165242,-157.9046131,Spotted Dove,432,2024-02-29 +21.40165242,-157.9046131,Wandering Tattler,1,2022-12-04 +21.40165242,-157.9046131,Warbling White-eye,741,2024-02-29 +21.40165242,-157.9046131,Western Cattle Egret,34,2024-02-25 +21.40165242,-157.9046131,White Tern,1,2021-08-13 +21.40165242,-157.9046131,White-rumped Shama,620,2024-02-29 +21.40165242,-157.9046131,White-tailed Tropicbird,6,2023-08-09 +21.40165242,-157.9046131,Yellow-fronted Canary,165,2024-01-29 +21.40165242,-157.9046131,Zebra Dove,590,2024-02-28 +21.40967644,-157.7598481,African Silverbill,6,2023-06-09 +21.40967644,-157.7598481,Barn Owl,2,2024-01-17 +21.40967644,-157.7598481,Black-crowned Night Heron,152,2024-02-28 +21.40967644,-157.7598481,Black-necked Stilt,91,2023-10-25 +21.40967644,-157.7598481,Chestnut Munia,124,2024-02-28 +21.40967644,-157.7598481,Common Gallinule,247,2024-02-28 +21.40967644,-157.7598481,Common Myna,258,2024-02-20 +21.40967644,-157.7598481,Common Waxbill,225,2024-02-28 +21.40967644,-157.7598481,Eurasian Wigeon,1,2021-12-13 +21.40967644,-157.7598481,Gray Francolin,2,2024-02-19 +21.40967644,-157.7598481,Great Frigatebird,11,2023-08-18 +21.40967644,-157.7598481,Hawaiian Coot,146,2024-02-19 +21.40967644,-157.7598481,House Finch,82,2024-02-28 +21.40967644,-157.7598481,House Sparrow,63,2024-02-28 +21.40967644,-157.7598481,Indian Peafowl,1,2021-03-21 +21.40967644,-157.7598481,Japanese Bush Warbler,39,2024-01-27 +21.40967644,-157.7598481,Java Sparrow,164,2024-02-28 +21.40967644,-157.7598481,Feral Mallard,281,2024-02-28 +21.40967644,-157.7598481,Muscovy Duck,197,2024-02-19 +21.40967644,-157.7598481,Northern Cardinal,189,2024-02-28 +21.40967644,-157.7598481,Northern Harrier,1,2022-11-22 +21.40967644,-157.7598481,Northern Mockingbird,3,2024-02-20 +21.40967644,-157.7598481,Northern Pintail,2,2021-12-13 +21.40967644,-157.7598481,Northern Shoveler,1,2022-01-14 +21.40967644,-157.7598481,Orange-cheeked Waxbill,2,2019-09-28 +21.40967644,-157.7598481,Pacific Golden-Plover,194,2024-02-28 +21.40967644,-157.7598481,Red Avadavat,60,2024-02-28 +21.40967644,-157.7598481,Red Junglefowl,133,2024-02-28 +21.40967644,-157.7598481,Red-billed Leiothrix,14,2024-02-18 +21.40967644,-157.7598481,Red-crested Cardinal,277,2024-02-28 +21.40967644,-157.7598481,Red-vented Bulbul,254,2024-02-28 +21.40967644,-157.7598481,Red-whiskered Bulbul,131,2024-02-28 +21.40967644,-157.7598481,Ring-necked Duck,2,2023-12-07 +21.40967644,-157.7598481,Rock Pigeon,238,2024-02-28 +21.40967644,-157.7598481,Rose-ringed Parakeet,2,2022-07-02 +21.40967644,-157.7598481,Ruddy Turnstone,3,2023-10-24 +21.40967644,-157.7598481,Saffron Finch,9,2024-01-17 +21.40967644,-157.7598481,Sanderling,1,2023-02-20 +21.40967644,-157.7598481,Scaly-breasted Munia,103,2024-02-20 +21.40967644,-157.7598481,Spotted Dove,207,2024-02-28 +21.40967644,-157.7598481,Wandering Tattler,8,2023-03-25 +21.40967644,-157.7598481,Warbling White-eye,120,2024-02-28 +21.40967644,-157.7598481,Western Cattle Egret,257,2024-02-28 +21.40967644,-157.7598481,White Tern,4,2023-10-25 +21.40967644,-157.7598481,White-rumped Shama,71,2024-02-20 +21.40967644,-157.7598481,White-tailed Tropicbird,3,2024-02-20 +21.40967644,-157.7598481,Yellow-fronted Canary,1,2022-11-22 +21.40967644,-157.7598481,Zebra Dove,272,2024-02-28 +21.44566364,-157.7402457,Black Noddy,4,2023-11-01 +21.44566364,-157.7402457,Black-crowned Night Heron,5,2024-02-20 +21.44566364,-157.7402457,Black-necked Stilt,18,2024-02-20 +21.44566364,-157.7402457,Brant,1,2024-02-20 +21.44566364,-157.7402457,Bristle-thighed Curlew,1,2021-04-13 +21.44566364,-157.7402457,Brown Booby,8,2024-01-25 +21.44566364,-157.7402457,Brown Noddy,2,2023-11-01 +21.44566364,-157.7402457,Chestnut Munia,3,2021-05-23 +21.44566364,-157.7402457,Common Gallinule,3,2023-11-27 +21.44566364,-157.7402457,Common Myna,44,2024-01-25 +21.44566364,-157.7402457,Common Tern,1,2019-10-23 +21.44566364,-157.7402457,Common Waxbill,27,2024-02-20 +21.44566364,-157.7402457,Gray Francolin,13,2024-01-24 +21.44566364,-157.7402457,Great Frigatebird,17,2024-01-24 +21.44566364,-157.7402457,Hawaiian Coot,5,2024-02-20 +21.44566364,-157.7402457,House Finch,10,2023-11-27 +21.44566364,-157.7402457,House Sparrow,6,2024-02-20 +21.44566364,-157.7402457,Indian Peafowl,1,2019-02-24 +21.44566364,-157.7402457,Java Sparrow,13,2024-02-20 +21.44566364,-157.7402457,Laughing Gull,1,2024-02-20 +21.44566364,-157.7402457,Feral Mallard,7,2024-01-25 +21.44566364,-157.7402457,Masked Booby,4,2023-11-01 +21.44566364,-157.7402457,Muscovy Duck,1,2021-04-07 +21.44566364,-157.7402457,Northern Cardinal,14,2024-02-20 +21.44566364,-157.7402457,Northern Shoveler,2,2023-11-27 +21.44566364,-157.7402457,Orange-cheeked Waxbill,1,2020-02-23 +21.44566364,-157.7402457,Pacific Golden-Plover,31,2024-02-20 +21.44566364,-157.7402457,Peregrine Falcon,2,2021-01-03 +21.44566364,-157.7402457,Red Avadavat,10,2023-01-01 +21.44566364,-157.7402457,Red-crested Cardinal,23,2024-02-20 +21.44566364,-157.7402457,Red-footed Booby,7,2024-02-20 +21.44566364,-157.7402457,Red-vented Bulbul,23,2024-02-20 +21.44566364,-157.7402457,Red-whiskered Bulbul,9,2023-11-27 +21.44566364,-157.7402457,Rock Pigeon,12,2024-01-24 +21.44566364,-157.7402457,Rose-ringed Parakeet,1,2020-12-25 +21.44566364,-157.7402457,Ruddy Turnstone,7,2024-01-25 +21.44566364,-157.7402457,Saffron Finch,11,2023-01-01 +21.44566364,-157.7402457,Sanderling,3,2023-11-27 +21.44566364,-157.7402457,Scaly-breasted Munia,9,2023-01-01 +21.44566364,-157.7402457,Short-eared Owl,1,2020-03-22 +21.44566364,-157.7402457,Sooty Tern,3,2023-11-01 +21.44566364,-157.7402457,Spotted Dove,10,2024-01-24 +21.44566364,-157.7402457,Wandering Tattler,5,2024-02-20 +21.44566364,-157.7402457,Warbling White-eye,11,2023-11-27 +21.44566364,-157.7402457,Wedge-tailed Shearwater,2,2024-01-25 +21.44566364,-157.7402457,Western Cattle Egret,34,2024-01-24 +21.44566364,-157.7402457,White-rumped Shama,2,2024-02-20 +21.44566364,-157.7402457,Zebra Dove,28,2024-01-25 +21.57517709,-158.2413503,African Silverbill,22,2023-07-23 +21.57517709,-158.2413503,Black Francolin,6,2020-11-21 +21.57517709,-158.2413503,Black-crowned Night Heron,5,2019-07-14 +21.57517709,-158.2413503,Black-footed Albatross,6,2022-03-06 +21.57517709,-158.2413503,Black-necked Stilt,3,2022-04-03 +21.57517709,-158.2413503,Brown Booby,32,2023-12-24 +21.57517709,-158.2413503,Brown Noddy,4,2023-10-05 +21.57517709,-158.2413503,Chestnut Munia,3,2021-06-30 +21.57517709,-158.2413503,Common Myna,198,2024-02-28 +21.57517709,-158.2413503,Common Waxbill,131,2024-02-23 +21.57517709,-158.2413503,Erckel's Spurfowl,80,2024-02-28 +21.57517709,-158.2413503,Glaucous-winged Gull,8,2021-12-12 +21.57517709,-158.2413503,Gray Francolin,77,2023-12-15 +21.57517709,-158.2413503,Great Frigatebird,9,2023-06-03 +21.57517709,-158.2413503,House Finch,69,2024-02-23 +21.57517709,-158.2413503,House Sparrow,4,2021-12-05 +21.57517709,-158.2413503,Indian Peafowl,3,2022-04-03 +21.57517709,-158.2413503,Java Sparrow,5,2022-12-04 +21.57517709,-158.2413503,Laysan Albatross,117,2024-02-28 +21.57517709,-158.2413503,Feral Mallard,1,2021-12-05 +21.57517709,-158.2413503,Masked Booby,2,2019-03-10 +21.57517709,-158.2413503,Mourning Dove,1,2019-07-08 +21.57517709,-158.2413503,Northern Cardinal,82,2024-02-23 +21.57517709,-158.2413503,Northern Mockingbird,7,2020-01-29 +21.57517709,-158.2413503,Northern Pintail,2,2023-10-05 +21.57517709,-158.2413503,Pacific Golden-Plover,125,2024-02-23 +21.57517709,-158.2413503,Red Avadavat,3,2023-11-20 +21.57517709,-158.2413503,Red Junglefowl,7,2022-04-03 +21.57517709,-158.2413503,Red-billed Leiothrix,4,2024-02-22 +21.57517709,-158.2413503,Red-crested Cardinal,157,2024-02-28 +21.57517709,-158.2413503,Red-footed Booby,15,2023-12-24 +21.57517709,-158.2413503,Red-tailed Tropicbird,4,2023-05-28 +21.57517709,-158.2413503,Red-vented Bulbul,193,2024-02-28 +21.57517709,-158.2413503,Red-whiskered Bulbul,56,2024-02-11 +21.57517709,-158.2413503,Ring-necked Pheasant,3,2024-02-09 +21.57517709,-158.2413503,Rock Pigeon,14,2023-06-02 +21.57517709,-158.2413503,Ruddy Turnstone,1,2021-11-30 +21.57517709,-158.2413503,Saffron Finch,20,2024-02-09 +21.57517709,-158.2413503,Scaly-breasted Munia,12,2023-12-15 +21.57517709,-158.2413503,Snow Goose,10,2020-03-08 +21.57517709,-158.2413503,Spotted Dove,148,2024-02-28 +21.57517709,-158.2413503,Wandering Tattler,65,2023-10-07 +21.57517709,-158.2413503,Warbling White-eye,108,2023-12-24 +21.57517709,-158.2413503,Wedge-tailed Shearwater,22,2023-12-15 +21.57517709,-158.2413503,Western Cattle Egret,8,2022-04-03 +21.57517709,-158.2413503,White-rumped Shama,20,2024-02-23 +21.57517709,-158.2413503,White-tailed Tropicbird,5,2022-11-08 +21.57517709,-158.2413503,Yellow-fronted Canary,4,2023-12-08 +21.57517709,-158.2413503,Zebra Dove,181,2024-02-28 +21.64561579,-157.912444,Black Francolin,1,2019-07-14 +21.64561579,-157.912444,Black Noddy,14,2022-12-03 +21.64561579,-157.912444,Black-crowned Night Heron,3,2023-01-24 +21.64561579,-157.912444,Black-footed Albatross,1,2023-12-29 +21.64561579,-157.912444,Black-necked Stilt,4,2022-06-19 +21.64561579,-157.912444,Bristle-thighed Curlew,2,2021-05-26 +21.64561579,-157.912444,Brown Booby,102,2024-02-28 +21.64561579,-157.912444,Brown Noddy,73,2024-02-28 +21.64561579,-157.912444,Chestnut Munia,5,2023-11-24 +21.64561579,-157.912444,Common Myna,112,2024-02-28 +21.64561579,-157.912444,Common Waxbill,15,2024-02-23 +21.64561579,-157.912444,Glaucous-winged Gull,3,2020-11-22 +21.64561579,-157.912444,Great Frigatebird,13,2023-11-03 +21.64561579,-157.912444,Hawaiian Coot,3,2022-06-19 +21.64561579,-157.912444,House Finch,7,2024-02-23 +21.64561579,-157.912444,House Sparrow,44,2024-02-23 +21.64561579,-157.912444,Indian Peafowl,2,2019-11-05 +21.64561579,-157.912444,Java Sparrow,7,2023-11-24 +21.64561579,-157.912444,Laysan Albatross,26,2024-02-26 +21.64561579,-157.912444,Feral Mallard,5,2023-12-25 +21.64561579,-157.912444,Masked Booby,50,2024-02-26 +21.64561579,-157.912444,Muscovy Duck,1,2019-07-14 +21.64561579,-157.912444,Northern Cardinal,3,2024-01-27 +21.64561579,-157.912444,Pacific Golden-Plover,84,2024-02-28 +21.64561579,-157.912444,Red Junglefowl,17,2024-02-27 +21.64561579,-157.912444,Red-crested Cardinal,33,2024-02-28 +21.64561579,-157.912444,Red-footed Booby,97,2024-02-28 +21.64561579,-157.912444,Red-vented Bulbul,42,2024-02-23 +21.64561579,-157.912444,Red-whiskered Bulbul,24,2024-02-23 +21.64561579,-157.912444,Rock Pigeon,7,2023-01-24 +21.64561579,-157.912444,Rose-ringed Parakeet,1,2021-04-10 +21.64561579,-157.912444,Ruddy Turnstone,22,2023-03-12 +21.64561579,-157.912444,Saffron Finch,13,2023-10-14 +21.64561579,-157.912444,Sanderling,2,2023-06-15 +21.64561579,-157.912444,Scaly-breasted Munia,1,2023-11-24 +21.64561579,-157.912444,Sooty Tern,38,2024-01-14 +21.64561579,-157.912444,Spotted Dove,43,2024-02-27 +21.64561579,-157.912444,Wandering Tattler,25,2024-02-28 +21.64561579,-157.912444,Warbling White-eye,9,2024-01-27 +21.64561579,-157.912444,Wedge-tailed Shearwater,53,2023-11-22 +21.64561579,-157.912444,Western Cattle Egret,15,2024-01-03 +21.64561579,-157.912444,White Tern,1,2021-04-10 +21.64561579,-157.912444,White-rumped Shama,4,2023-11-03 +21.64561579,-157.912444,White-tailed Tropicbird,4,2021-04-10 +21.64561579,-157.912444,Yellow-fronted Canary,2,2021-04-10 +21.64561579,-157.912444,Zebra Dove,56,2024-02-27 +21.70927717,-157.9796354,Black Noddy,1,2022-02-23 +21.70927717,-157.9796354,Black-crowned Night Heron,9,2023-08-20 +21.70927717,-157.9796354,Black-footed Albatross,2,2024-02-10 +21.70927717,-157.9796354,Black-necked Stilt,10,2023-04-11 +21.70927717,-157.9796354,Bristle-thighed Curlew,7,2023-04-11 +21.70927717,-157.9796354,Brown Booby,7,2024-02-10 +21.70927717,-157.9796354,Brown Noddy,3,2023-06-22 +21.70927717,-157.9796354,Cackling Goose,4,2021-02-25 +21.70927717,-157.9796354,Chestnut Munia,2,2023-03-12 +21.70927717,-157.9796354,Chinese Hwamei,1,2019-03-06 +21.70927717,-157.9796354,Common Gallinule,15,2023-04-11 +21.70927717,-157.9796354,Common Myna,25,2024-02-19 +21.70927717,-157.9796354,Common Waxbill,22,2024-02-19 +21.70927717,-157.9796354,Erckel's Spurfowl,1,2021-12-25 +21.70927717,-157.9796354,Gray Francolin,6,2024-02-19 +21.70927717,-157.9796354,Great Frigatebird,3,2023-06-22 +21.70927717,-157.9796354,Hawaiian Coot,5,2023-04-11 +21.70927717,-157.9796354,House Finch,17,2024-02-19 +21.70927717,-157.9796354,House Sparrow,1,2023-04-11 +21.70927717,-157.9796354,Indian Peafowl,2,2022-01-07 +21.70927717,-157.9796354,Japanese Bush Warbler,1,2020-12-23 +21.70927717,-157.9796354,Java Sparrow,4,2024-02-19 +21.70927717,-157.9796354,Laysan Albatross,30,2024-02-19 +21.70927717,-157.9796354,Feral Mallard,6,2024-02-19 +21.70927717,-157.9796354,Masked Booby,6,2024-02-06 +21.70927717,-157.9796354,Muscovy Duck,5,2023-04-11 +21.70927717,-157.9796354,Northern Cardinal,18,2024-02-19 +21.70927717,-157.9796354,Pacific Golden-Plover,27,2024-02-19 +21.70927717,-157.9796354,Red Junglefowl,5,2023-04-11 +21.70927717,-157.9796354,Red-billed Leiothrix,17,2024-02-19 +21.70927717,-157.9796354,Red-crested Cardinal,29,2024-02-19 +21.70927717,-157.9796354,Red-footed Booby,5,2023-06-22 +21.70927717,-157.9796354,Red-vented Bulbul,22,2024-02-19 +21.70927717,-157.9796354,Red-whiskered Bulbul,15,2024-02-19 +21.70927717,-157.9796354,Rock Pigeon,2,2023-04-11 +21.70927717,-157.9796354,Ruddy Turnstone,6,2024-02-06 +21.70927717,-157.9796354,Saffron Finch,10,2024-02-19 +21.70927717,-157.9796354,Sanderling,8,2024-02-19 +21.70927717,-157.9796354,Scaly-breasted Munia,1,2022-11-22 +21.70927717,-157.9796354,Sooty Tern,3,2024-02-06 +21.70927717,-157.9796354,Spotted Dove,23,2024-02-19 +21.70927717,-157.9796354,Wandering Tattler,11,2023-06-22 +21.70927717,-157.9796354,Warbling White-eye,20,2024-02-19 +21.70927717,-157.9796354,Wedge-tailed Shearwater,5,2023-06-22 +21.70927717,-157.9796354,Western Cattle Egret,23,2024-02-19 +21.70927717,-157.9796354,White-rumped Shama,20,2024-02-19 +21.70927717,-157.9796354,White-tailed Tropicbird,1,2022-04-17 +21.70927717,-157.9796354,Yellow-fronted Canary,1,2019-06-05 +21.70927717,-157.9796354,Zebra Dove,25,2024-02-19 +21.2654946,-157.809248,African Silverbill,26,2024-01-02 +21.2654946,-157.809248,Barn Owl,3,2022-08-15 +21.2654946,-157.809248,Black-crowned Night Heron,6,2022-05-15 +21.2654946,-157.809248,Brown Booby,2,2024-01-02 +21.2654946,-157.809248,Brown Noddy,1,2019-09-07 +21.2654946,-157.809248,Chestnut Munia,41,2024-02-21 +21.2654946,-157.809248,Common Myna,337,2024-02-27 +21.2654946,-157.809248,Common Waxbill,296,2024-02-28 +21.2654946,-157.809248,Erckel's Spurfowl,1,2019-11-05 +21.2654946,-157.809248,Eurasian Skylark,1,2019-04-16 +21.2654946,-157.809248,Gray Francolin,32,2024-02-28 +21.2654946,-157.809248,Great Frigatebird,18,2024-01-21 +21.2654946,-157.809248,Hawaiian Coot,1,2022-11-03 +21.2654946,-157.809248,Helmeted Guineafowl,1,2019-04-16 +21.2654946,-157.809248,House Finch,107,2024-02-28 +21.2654946,-157.809248,House Sparrow,269,2024-02-27 +21.2654946,-157.809248,Indian Peafowl,1,2019-05-11 +21.2654946,-157.809248,Japanese Bush Warbler,3,2023-04-25 +21.2654946,-157.809248,Java Sparrow,171,2024-02-28 +21.2654946,-157.809248,Feral Mallard,10,2023-08-07 +21.2654946,-157.809248,Masked Booby,1,2019-09-07 +21.2654946,-157.809248,Northern Cardinal,39,2024-02-22 +21.2654946,-157.809248,Northern Mockingbird,9,2024-01-21 +21.2654946,-157.809248,Pacific Golden-Plover,186,2024-02-28 +21.2654946,-157.809248,Peregrine Falcon,1,2023-02-24 +21.2654946,-157.809248,Red Avadavat,2,2019-10-13 +21.2654946,-157.809248,Red Junglefowl,62,2024-02-27 +21.2654946,-157.809248,Red-billed Leiothrix,7,2023-02-20 +21.2654946,-157.809248,Red-crested Cardinal,352,2024-02-28 +21.2654946,-157.809248,Red-footed Booby,1,2019-09-07 +21.2654946,-157.809248,Red-masked Parakeet,7,2023-05-15 +21.2654946,-157.809248,Red-tailed Tropicbird,6,2022-08-18 +21.2654946,-157.809248,Red-vented Bulbul,363,2024-02-28 +21.2654946,-157.809248,Red-whiskered Bulbul,33,2024-02-02 +21.2654946,-157.809248,Rock Pigeon,100,2024-02-28 +21.2654946,-157.809248,Rose-ringed Parakeet,73,2024-02-27 +21.2654946,-157.809248,Saffron Finch,42,2024-02-14 +21.2654946,-157.809248,Scaly-breasted Munia,52,2024-02-16 +21.2654946,-157.809248,Short-eared Owl,1,2023-03-09 +21.2654946,-157.809248,Sooty Shearwater,1,2023-04-10 +21.2654946,-157.809248,Sooty Tern,2,2023-12-18 +21.2654946,-157.809248,Spotted Dove,312,2024-02-28 +21.2654946,-157.809248,Wandering Tattler,1,2022-08-18 +21.2654946,-157.809248,Warbling White-eye,199,2024-02-27 +21.2654946,-157.809248,Wedge-tailed Shearwater,2,2019-09-07 +21.2654946,-157.809248,Western Cattle Egret,111,2024-02-26 +21.2654946,-157.809248,White Tern,163,2024-02-21 +21.2654946,-157.809248,White-rumped Shama,94,2024-02-21 +21.2654946,-157.809248,White-tailed Tropicbird,2,2021-08-14 +21.2654946,-157.809248,Yellow-fronted Canary,116,2024-02-27 +21.2654946,-157.809248,Zebra Dove,375,2024-02-28 +21.2735944,-157.6838913,African Silverbill,9,2022-08-07 +21.2735944,-157.6838913,Arctic Tern,1,2019-05-29 +21.2735944,-157.6838913,Band-rumped Storm-Petrel,1,2020-03-20 +21.2735944,-157.6838913,Black Noddy,23,2023-02-16 +21.2735944,-157.6838913,Black-footed Albatross,7,2023-03-03 +21.2735944,-157.6838913,Bristle-thighed Curlew,2,2019-09-11 +21.2735944,-157.6838913,Brown Booby,391,2024-02-27 +21.2735944,-157.6838913,Brown Noddy,64,2023-08-08 +21.2735944,-157.6838913,Common Myna,283,2024-02-20 +21.2735944,-157.6838913,Common Waxbill,21,2024-02-27 +21.2735944,-157.6838913,Glaucous-winged Gull,2,2021-01-01 +21.2735944,-157.6838913,Gray Francolin,3,2023-03-05 +21.2735944,-157.6838913,Gray-backed Tern,1,2020-08-06 +21.2735944,-157.6838913,Great Frigatebird,149,2024-02-25 +21.2735944,-157.6838913,House Finch,68,2024-02-12 +21.2735944,-157.6838913,House Sparrow,9,2023-03-22 +21.2735944,-157.6838913,Inca Tern,32,2022-01-08 +21.2735944,-157.6838913,Java Sparrow,4,2023-02-15 +21.2735944,-157.6838913,Laughing Gull,5,2024-02-01 +21.2735944,-157.6838913,Laysan Albatross,5,2024-02-11 +21.2735944,-157.6838913,Masked Booby,50,2024-02-27 +21.2735944,-157.6838913,Newell's Shearwater,9,2021-09-29 +21.2735944,-157.6838913,Northern Cardinal,4,2022-02-09 +21.2735944,-157.6838913,Northern Mockingbird,3,2024-01-26 +21.2735944,-157.6838913,Pacific Golden-Plover,147,2024-02-06 +21.2735944,-157.6838913,Pectoral Sandpiper,1,2021-09-26 +21.2735944,-157.6838913,Red Junglefowl,1,2023-02-16 +21.2735944,-157.6838913,Red-billed Tropicbird,216,2024-02-27 +21.2735944,-157.6838913,Red-crested Cardinal,67,2023-07-07 +21.2735944,-157.6838913,Red-footed Booby,428,2024-02-29 +21.2735944,-157.6838913,Red-tailed Tropicbird,949,2024-02-29 +21.2735944,-157.6838913,Red-vented Bulbul,90,2024-02-27 +21.2735944,-157.6838913,Red-whiskered Bulbul,4,2023-12-19 +21.2735944,-157.6838913,Rock Pigeon,956,2024-02-29 +21.2735944,-157.6838913,Ruddy Turnstone,170,2024-01-17 +21.2735944,-157.6838913,Saffron Finch,1,2020-03-04 +21.2735944,-157.6838913,Scaly-breasted Munia,3,2022-06-25 +21.2735944,-157.6838913,Short-eared Owl,1,2019-07-07 +21.2735944,-157.6838913,Sooty Shearwater,1,2019-10-24 +21.2735944,-157.6838913,Sooty Tern,536,2024-02-29 +21.2735944,-157.6838913,Spotted Dove,58,2023-05-03 +21.2735944,-157.6838913,Wandering Tattler,277,2024-02-12 +21.2735944,-157.6838913,Warbling White-eye,8,2024-02-12 +21.2735944,-157.6838913,Wedge-tailed Shearwater,162,2024-01-23 +21.2735944,-157.6838913,Western Cattle Egret,37,2024-02-27 +21.2735944,-157.6838913,White Tern,293,2024-02-02 +21.2735944,-157.6838913,White-rumped Shama,2,2022-02-09 +21.2735944,-157.6838913,White-tailed Tropicbird,67,2024-01-20 +21.2735944,-157.6838913,Zebra Dove,212,2024-02-25 +21.30957318,-157.6642915,African Silverbill,75,2023-08-08 +21.30957318,-157.6642915,American Wigeon,1,2022-11-13 +21.30957318,-157.6642915,Black Noddy,20,2024-01-01 +21.30957318,-157.6642915,Black-crowned Night Heron,25,2023-06-24 +21.30957318,-157.6642915,Black-necked Stilt,2,2022-02-06 +21.30957318,-157.6642915,Brown Booby,281,2024-02-25 +21.30957318,-157.6642915,Brown Noddy,119,2023-12-14 +21.30957318,-157.6642915,Bulwer's Petrel,2,2022-08-22 +21.30957318,-157.6642915,Chestnut Munia,2,2023-09-22 +21.30957318,-157.6642915,Common Myna,398,2024-02-27 +21.30957318,-157.6642915,Common Waxbill,68,2024-01-21 +21.30957318,-157.6642915,Gray Francolin,1,2022-02-06 +21.30957318,-157.6642915,Great Frigatebird,104,2024-01-29 +21.30957318,-157.6642915,House Finch,71,2024-01-27 +21.30957318,-157.6642915,House Sparrow,126,2024-02-25 +21.30957318,-157.6642915,Indian Peafowl,1,2023-12-28 +21.30957318,-157.6642915,Japanese Bush Warbler,1,2022-02-06 +21.30957318,-157.6642915,Java Sparrow,5,2023-02-22 +21.30957318,-157.6642915,Laysan Albatross,19,2023-12-18 +21.30957318,-157.6642915,Feral Mallard,2,2023-02-22 +21.30957318,-157.6642915,Masked Booby,90,2024-02-02 +21.30957318,-157.6642915,Northern Cardinal,4,2023-03-10 +21.30957318,-157.6642915,Northern Mockingbird,1,2022-11-13 +21.30957318,-157.6642915,Pacific Golden-Plover,170,2024-02-19 +21.30957318,-157.6642915,Pectoral Sandpiper,1,2019-09-17 +21.30957318,-157.6642915,Peregrine Falcon,5,2019-03-19 +21.30957318,-157.6642915,Red Junglefowl,28,2023-05-18 +21.30957318,-157.6642915,Red-crested Cardinal,172,2024-02-25 +21.30957318,-157.6642915,Red-footed Booby,546,2024-02-28 +21.30957318,-157.6642915,Red-tailed Tropicbird,124,2024-01-23 +21.30957318,-157.6642915,Red-vented Bulbul,184,2024-02-22 +21.30957318,-157.6642915,Red-whiskered Bulbul,5,2022-03-26 +21.30957318,-157.6642915,Rock Pigeon,137,2024-02-22 +21.30957318,-157.6642915,Rose-ringed Parakeet,2,2022-03-26 +21.30957318,-157.6642915,Rosy-faced Lovebird,1,2020-06-08 +21.30957318,-157.6642915,Ruddy Turnstone,4,2023-02-07 +21.30957318,-157.6642915,Saffron Finch,1,2022-11-13 +21.30957318,-157.6642915,Scaly-breasted Munia,5,2024-02-19 +21.30957318,-157.6642915,Sooty Shearwater,10,2021-09-28 +21.30957318,-157.6642915,Sooty Tern,375,2024-02-28 +21.30957318,-157.6642915,Spotted Dove,273,2024-02-19 +21.30957318,-157.6642915,Wandering Tattler,108,2024-01-27 +21.30957318,-157.6642915,Warbling White-eye,22,2024-02-19 +21.30957318,-157.6642915,Wedge-tailed Shearwater,180,2024-01-01 +21.30957318,-157.6642915,Western Cattle Egret,142,2024-02-22 +21.30957318,-157.6642915,White Tern,40,2024-02-18 +21.30957318,-157.6642915,White-faced Ibis,1,2022-11-13 +21.30957318,-157.6642915,White-rumped Shama,3,2023-10-21 +21.30957318,-157.6642915,White-tailed Tropicbird,12,2024-01-01 +21.30957318,-157.6642915,Yellow-fronted Canary,7,2020-01-29 +21.30957318,-157.6642915,Zebra Dove,355,2024-02-27 +21.38407259,-157.981909,African Silverbill,10,2023-03-24 +21.38407259,-157.981909,American Wigeon,26,2023-03-25 +21.38407259,-157.981909,Barn Owl,1,2023-08-28 +21.38407259,-157.981909,Black-crowned Night Heron,114,2024-02-21 +21.38407259,-157.981909,Black-necked Stilt,138,2024-02-21 +21.38407259,-157.981909,Blue-winged Teal,9,2021-04-22 +21.38407259,-157.981909,Chestnut Munia,25,2024-02-19 +21.38407259,-157.981909,Common Gallinule,73,2024-01-01 +21.38407259,-157.981909,Common Myna,42,2024-02-21 +21.38407259,-157.981909,Common Waxbill,63,2024-02-21 +21.38407259,-157.981909,Dunlin,25,2023-02-26 +21.38407259,-157.981909,Eurasian Wigeon,18,2023-03-25 +21.38407259,-157.981909,Gadwall,3,2023-01-18 +21.38407259,-157.981909,Gray Francolin,96,2024-01-08 +21.38407259,-157.981909,Greater Scaup,9,2022-03-04 +21.38407259,-157.981909,Green-winged Teal,3,2023-03-18 +21.38407259,-157.981909,Hawaiian Coot,140,2024-02-21 +21.38407259,-157.981909,House Finch,14,2024-02-21 +21.38407259,-157.981909,House Sparrow,8,2024-02-19 +21.38407259,-157.981909,Java Sparrow,14,2024-02-19 +21.38407259,-157.981909,Least Tern,7,2022-11-09 +21.38407259,-157.981909,Lesser Scaup,13,2022-01-02 +21.38407259,-157.981909,Lesser Yellowlegs,1,2023-11-19 +21.38407259,-157.981909,Long-billed Dowitcher,10,2023-01-02 +21.38407259,-157.981909,Feral Mallard,87,2024-01-08 +21.38407259,-157.981909,Mourning Dove,2,2022-11-05 +21.38407259,-157.981909,Muscovy Duck,1,2021-10-27 +21.38407259,-157.981909,Northern Cardinal,54,2024-01-01 +21.38407259,-157.981909,Northern Pintail,21,2023-02-12 +21.38407259,-157.981909,Northern Shoveler,12,2023-03-25 +21.38407259,-157.981909,Pacific Golden-Plover,138,2024-02-21 +21.38407259,-157.981909,Pectoral Sandpiper,3,2021-10-23 +21.38407259,-157.981909,Red Avadavat,1,2023-02-16 +21.38407259,-157.981909,Red Junglefowl,5,2023-11-19 +21.38407259,-157.981909,Red-crested Cardinal,45,2024-02-21 +21.38407259,-157.981909,Red-vented Bulbul,74,2024-01-01 +21.38407259,-157.981909,Red-whiskered Bulbul,20,2024-02-21 +21.38407259,-157.981909,Ring-necked Duck,3,2019-11-24 +21.38407259,-157.981909,Rock Pigeon,10,2024-02-19 +21.38407259,-157.981909,Rose-ringed Parakeet,19,2024-01-01 +21.38407259,-157.981909,Ruddy Turnstone,117,2024-01-01 +21.38407259,-157.981909,Saffron Finch,13,2024-02-21 +21.38407259,-157.981909,Sanderling,48,2024-01-01 +21.38407259,-157.981909,Scaly-breasted Munia,8,2023-01-18 +21.38407259,-157.981909,Spotted Dove,97,2024-02-21 +21.38407259,-157.981909,Wandering Tattler,72,2023-11-19 +21.38407259,-157.981909,Warbling White-eye,66,2024-02-21 +21.38407259,-157.981909,Western Cattle Egret,93,2024-02-19 +21.38407259,-157.981909,White Tern,1,2022-10-21 +21.38407259,-157.981909,White-faced Ibis,3,2022-11-22 +21.38407259,-157.981909,White-rumped Shama,66,2024-01-01 +21.38407259,-157.981909,Zebra Dove,72,2024-02-21 +21.42774248,-157.7596956,African Silverbill,10,2024-02-10 +21.42774248,-157.7596956,American Wigeon,36,2024-02-19 +21.42774248,-157.7596956,Black Noddy,103,2023-10-27 +21.42774248,-157.7596956,Black-bellied Plover,7,2023-01-22 +21.42774248,-157.7596956,Black-crowned Night Heron,166,2024-02-10 +21.42774248,-157.7596956,Black-necked Stilt,213,2024-02-19 +21.42774248,-157.7596956,Brant,24,2024-02-06 +21.42774248,-157.7596956,Bristle-thighed Curlew,17,2023-03-31 +21.42774248,-157.7596956,Brown Noddy,4,2019-08-18 +21.42774248,-157.7596956,Caspian Tern,57,2024-02-10 +21.42774248,-157.7596956,Chestnut Munia,33,2024-02-19 +21.42774248,-157.7596956,Common Gallinule,4,2023-04-24 +21.42774248,-157.7596956,Common Myna,130,2024-02-19 +21.42774248,-157.7596956,Common Waxbill,145,2024-02-19 +21.42774248,-157.7596956,Eurasian Wigeon,35,2024-02-19 +21.42774248,-157.7596956,Gray Francolin,40,2024-02-19 +21.42774248,-157.7596956,Great Frigatebird,77,2023-06-03 +21.42774248,-157.7596956,Hawaiian Coot,48,2024-02-19 +21.42774248,-157.7596956,House Finch,146,2024-02-10 +21.42774248,-157.7596956,House Sparrow,12,2023-04-24 +21.42774248,-157.7596956,Java Sparrow,71,2024-02-19 +21.42774248,-157.7596956,Laughing Gull,14,2024-02-19 +21.42774248,-157.7596956,Feral Mallard,113,2024-02-10 +21.42774248,-157.7596956,Muscovy Duck,1,2020-01-19 +21.42774248,-157.7596956,Northern Cardinal,133,2024-02-10 +21.42774248,-157.7596956,Northern Mockingbird,1,2024-02-19 +21.42774248,-157.7596956,Northern Pintail,25,2024-02-19 +21.42774248,-157.7596956,Northern Shoveler,6,2023-01-22 +21.42774248,-157.7596956,Pacific Golden-Plover,154,2024-02-19 +21.42774248,-157.7596956,Red Avadavat,5,2021-10-15 +21.42774248,-157.7596956,Red Junglefowl,13,2024-02-06 +21.42774248,-157.7596956,Red-billed Leiothrix,23,2024-02-19 +21.42774248,-157.7596956,Red-crested Cardinal,146,2024-02-19 +21.42774248,-157.7596956,Red-footed Booby,1,2019-03-13 +21.42774248,-157.7596956,Red-tailed Tropicbird,1,2022-08-25 +21.42774248,-157.7596956,Red-vented Bulbul,144,2024-02-19 +21.42774248,-157.7596956,Red-whiskered Bulbul,49,2024-02-10 +21.42774248,-157.7596956,Rock Pigeon,33,2024-02-19 +21.42774248,-157.7596956,Ruddy Turnstone,24,2024-02-10 +21.42774248,-157.7596956,Saffron Finch,4,2024-02-19 +21.42774248,-157.7596956,Sanderling,12,2024-01-01 +21.42774248,-157.7596956,Scaly-breasted Munia,80,2024-02-06 +21.42774248,-157.7596956,Short-eared Owl,2,2023-02-07 +21.42774248,-157.7596956,Sooty Tern,3,2023-01-22 +21.42774248,-157.7596956,Spotted Dove,94,2024-02-19 +21.42774248,-157.7596956,Wandering Tattler,91,2024-02-10 +21.42774248,-157.7596956,Warbling White-eye,165,2024-02-19 +21.42774248,-157.7596956,Western Cattle Egret,211,2024-02-19 +21.42774248,-157.7596956,White-rumped Shama,180,2024-02-10 +21.42774248,-157.7596956,Yellow-fronted Canary,25,2023-03-31 +21.42774248,-157.7596956,Zebra Dove,186,2024-02-19 +21.30949596,-157.654652,African Silverbill,22,2023-08-02 +21.30949596,-157.654652,Black Noddy,10,2023-11-02 +21.30949596,-157.654652,Black-crowned Night Heron,3,2022-04-24 +21.30949596,-157.654652,Black-necked Stilt,6,2022-04-19 +21.30949596,-157.654652,Brown Booby,150,2024-02-25 +21.30949596,-157.654652,Brown Noddy,33,2023-11-24 +21.30949596,-157.654652,Chestnut Munia,3,2023-10-22 +21.30949596,-157.654652,Common Myna,332,2024-02-27 +21.30949596,-157.654652,Common Waxbill,62,2024-02-20 +21.30949596,-157.654652,Eurasian Skylark,1,2022-03-27 +21.30949596,-157.654652,Gray-backed Tern,2,2022-12-14 +21.30949596,-157.654652,Great Frigatebird,190,2024-02-05 +21.30949596,-157.654652,House Finch,47,2023-11-23 +21.30949596,-157.654652,House Sparrow,15,2023-07-07 +21.30949596,-157.654652,Japanese Bush Warbler,4,2021-07-22 +21.30949596,-157.654652,Java Sparrow,14,2023-04-28 +21.30949596,-157.654652,Laysan Albatross,6,2023-06-13 +21.30949596,-157.654652,Feral Mallard ,2,2021-04-25 +21.30949596,-157.654652,Masked Booby,60,2024-02-05 +21.30949596,-157.654652,Northern Cardinal,16,2022-06-16 +21.30949596,-157.654652,Northern Mockingbird,6,2022-10-21 +21.30949596,-157.654652,Pacific Golden-Plover,15,2024-02-24 +21.30949596,-157.654652,Red Avadavat,1,2023-04-29 +21.30949596,-157.654652,Red Junglefowl,4,2022-01-02 +21.30949596,-157.654652,Red-billed Leiothrix,2,2020-01-22 +21.30949596,-157.654652,Red-billed Tropicbird,4,2023-03-13 +21.30949596,-157.654652,Red-crested Cardinal,178,2024-02-19 +21.30949596,-157.654652,Red-footed Booby,389,2024-02-27 +21.30949596,-157.654652,Red-tailed Tropicbird,179,2024-02-25 +21.30949596,-157.654652,Red-vented Bulbul,206,2024-02-27 +21.30949596,-157.654652,Red-whiskered Bulbul,9,2023-10-22 +21.30949596,-157.654652,Rock Pigeon,191,2024-02-25 +21.30949596,-157.654652,Rose-ringed Parakeet,2,2023-02-25 +21.30949596,-157.654652,Ruddy Turnstone,6,2023-01-20 +21.30949596,-157.654652,Saffron Finch,1,2021-12-18 +21.30949596,-157.654652,Sanderling,1,2021-11-17 +21.30949596,-157.654652,Scaly-breasted Munia,5,2023-03-17 +21.30949596,-157.654652,Sooty Tern,261,2024-02-27 +21.30949596,-157.654652,Spotted Dove,137,2024-02-24 +21.30949596,-157.654652,Wandering Tattler,18,2023-08-02 +21.30949596,-157.654652,Warbling White-eye,48,2024-01-18 +21.30949596,-157.654652,Wedge-tailed Shearwater,98,2023-11-04 +21.30949596,-157.654652,Western Cattle Egret,47,2023-12-06 +21.30949596,-157.654652,White Tern,62,2024-02-24 +21.30949596,-157.654652,White-rumped Shama,5,2023-10-18 +21.30949596,-157.654652,White-tailed Tropicbird,49,2024-02-20 +21.30949596,-157.654652,Yellow-fronted Canary,4,2023-03-05 +21.30949596,-157.654652,Zebra Dove,295,2024-02-27 +21.33063251,-158.117271,African Silverbill,7,2023-06-02 +21.33063251,-158.117271,American Wigeon,2,2022-12-01 +21.33063251,-158.117271,Black Francolin,7,2022-07-07 +21.33063251,-158.117271,Black Swan,36,2024-02-09 +21.33063251,-158.117271,Black-crowned Night Heron,63,2024-02-16 +21.33063251,-158.117271,Black-necked Stilt,56,2024-02-06 +21.33063251,-158.117271,Brown Booby,14,2024-01-20 +21.33063251,-158.117271,Chestnut Munia,60,2023-07-20 +21.33063251,-158.117271,Common Gallinule,1,2023-04-22 +21.33063251,-158.117271,Common Myna,346,2024-02-09 +21.33063251,-158.117271,Common Waxbill,180,2024-02-09 +21.33063251,-158.117271,Eurasian Skylark,4,2023-02-08 +21.33063251,-158.117271,Gray Francolin,62,2023-06-02 +21.33063251,-158.117271,Great Frigatebird,7,2022-07-11 +21.33063251,-158.117271,Hawaiian Coot,66,2024-02-09 +21.33063251,-158.117271,House Finch,153,2024-01-20 +21.33063251,-158.117271,House Sparrow,117,2024-02-06 +21.33063251,-158.117271,Japanese Bush Warbler,1,2020-03-04 +21.33063251,-158.117271,Java Sparrow,76,2024-02-06 +21.33063251,-158.117271,Long-billed Dowitcher,2,2022-11-30 +21.33063251,-158.117271,Muscovy Duck,25,2024-01-02 +21.33063251,-158.117271,Northern Cardinal,29,2023-06-02 +21.33063251,-158.117271,Northern Mockingbird,11,2023-01-21 +21.33063251,-158.117271,Northern Shoveler,1,2024-01-20 +21.33063251,-158.117271,Pacific Golden-Plover,246,2024-02-09 +21.33063251,-158.117271,Peregrine Falcon,1,2020-03-02 +21.33063251,-158.117271,Red Avadavat,7,2022-08-31 +21.33063251,-158.117271,Red Junglefowl,5,2024-02-06 +21.33063251,-158.117271,Red-billed Leiothrix,2,2024-01-20 +21.33063251,-158.117271,Red-crested Cardinal,255,2024-02-09 +21.33063251,-158.117271,Red-footed Booby,2,2020-03-01 +21.33063251,-158.117271,Red-vented Bulbul,229,2024-02-09 +21.33063251,-158.117271,Red-whiskered Bulbul,18,2024-01-20 +21.33063251,-158.117271,Rock Pigeon,13,2023-06-10 +21.33063251,-158.117271,Rose-ringed Parakeet,2,2023-04-09 +21.33063251,-158.117271,Ruddy Turnstone,86,2024-02-09 +21.33063251,-158.117271,Saffron Finch,216,2024-02-09 +21.33063251,-158.117271,Sanderling,2,2022-09-22 +21.33063251,-158.117271,Scaly-breasted Munia,8,2023-12-02 +21.33063251,-158.117271,Short-eared Owl,1,2023-01-10 +21.33063251,-158.117271,Snow Goose,3,2021-02-11 +21.33063251,-158.117271,Sooty Tern,1,2020-03-04 +21.33063251,-158.117271,Spotted Dove,191,2024-02-09 +21.33063251,-158.117271,Wandering Tattler,27,2023-10-19 +21.33063251,-158.117271,Warbling White-eye,102,2024-02-06 +21.33063251,-158.117271,Wedge-tailed Shearwater,1,2022-07-11 +21.33063251,-158.117271,Western Cattle Egret,154,2024-02-09 +21.33063251,-158.117271,White Tern,1,2022-11-06 +21.33063251,-158.117271,White-rumped Shama,13,2023-01-16 +21.33063251,-158.117271,Yellow-fronted Canary,23,2023-06-20 +21.33063251,-158.117271,Zebra Dove,317,2024-02-09 +21.39146651,-157.7407107,Black-crowned Night Heron,320,2024-02-20 +21.39146651,-157.7407107,Black-necked Stilt,400,2024-02-20 +21.39146651,-157.7407107,Bristle-thighed Curlew,1,2022-09-29 +21.39146651,-157.7407107,Brown Booby,1,2021-01-12 +21.39146651,-157.7407107,Chestnut Munia,10,2023-12-10 +21.39146651,-157.7407107,Common Gallinule,376,2024-02-20 +21.39146651,-157.7407107,Common Myna,237,2024-02-20 +21.39146651,-157.7407107,Common Waxbill,129,2024-02-19 +21.39146651,-157.7407107,Eurasian Skylark,1,2022-09-29 +21.39146651,-157.7407107,Gray Francolin,2,2023-12-10 +21.39146651,-157.7407107,Great Frigatebird,8,2023-07-17 +21.39146651,-157.7407107,Green-winged Teal,4,2021-07-19 +21.39146651,-157.7407107,Hawaiian Coot,441,2024-02-20 +21.39146651,-157.7407107,House Finch,80,2024-02-10 +21.39146651,-157.7407107,House Sparrow,149,2024-02-19 +21.39146651,-157.7407107,Indian Peafowl,1,2022-12-18 +21.39146651,-157.7407107,Java Sparrow,61,2024-02-20 +21.39146651,-157.7407107,Laughing Gull,3,2021-04-14 +21.39146651,-157.7407107,Feral Mallard,352,2024-02-20 +21.39146651,-157.7407107,Muscovy Duck,22,2023-12-31 +21.39146651,-157.7407107,Northern Cardinal,64,2024-02-18 +21.39146651,-157.7407107,Northern Mockingbird,2,2021-11-29 +21.39146651,-157.7407107,Northern Pintail,16,2022-12-26 +21.39146651,-157.7407107,Northern Shoveler,4,2022-03-07 +21.39146651,-157.7407107,Pacific Golden-Plover,218,2024-02-09 +21.39146651,-157.7407107,Pectoral Sandpiper,1,2020-09-27 +21.39146651,-157.7407107,Peregrine Falcon,1,2022-10-15 +21.39146651,-157.7407107,Red Avadavat,4,2023-12-10 +21.39146651,-157.7407107,Red Junglefowl,189,2024-02-20 +21.39146651,-157.7407107,Red-crested Cardinal,180,2024-02-20 +21.39146651,-157.7407107,Red-tailed Tropicbird,1,2021-05-04 +21.39146651,-157.7407107,Red-vented Bulbul,179,2024-02-18 +21.39146651,-157.7407107,Red-whiskered Bulbul,52,2024-02-18 +21.39146651,-157.7407107,Ring-necked Duck,8,2023-11-10 +21.39146651,-157.7407107,Rock Pigeon,246,2024-02-20 +21.39146651,-157.7407107,Rose-ringed Parakeet,2,2024-02-08 +21.39146651,-157.7407107,Ruddy Turnstone,59,2023-12-31 +21.39146651,-157.7407107,Saffron Finch,3,2023-12-10 +21.39146651,-157.7407107,Sanderling,3,2023-01-08 +21.39146651,-157.7407107,Scaly-breasted Munia,65,2023-12-10 +21.39146651,-157.7407107,Sooty Tern,1,2022-12-18 +21.39146651,-157.7407107,Spotted Dove,196,2024-02-20 +21.39146651,-157.7407107,Wandering Tattler,124,2024-02-03 +21.39146651,-157.7407107,Warbling White-eye,111,2024-02-09 +21.39146651,-157.7407107,Wedge-tailed Shearwater,1,2022-09-29 +21.39146651,-157.7407107,Western Cattle Egret,301,2024-02-20 +21.39146651,-157.7407107,White Tern,1,2019-11-04 +21.39146651,-157.7407107,White-faced Ibis,1,2021-10-14 +21.39146651,-157.7407107,White-rumped Shama,22,2023-11-17 +21.39146651,-157.7407107,Wilson's Snipe,1,2021-11-15 +21.39146651,-157.7407107,Yellow-fronted Canary,5,2024-01-26 +21.39146651,-157.7407107,Zebra Dove,274,2024-02-20 +21.28255152,-157.6741736,African Silverbill,4,2023-07-27 +21.28255152,-157.6741736,Black Noddy,3,2023-04-08 +21.28255152,-157.6741736,Black-crowned Night Heron,2,2022-10-11 +21.28255152,-157.6741736,Black-footed Albatross,3,2024-02-23 +21.28255152,-157.6741736,Black-necked Stilt,1,2022-06-02 +21.28255152,-157.6741736,Brown Booby,356,2024-02-29 +21.28255152,-157.6741736,Brown Noddy,46,2024-01-17 +21.28255152,-157.6741736,Chestnut Munia,2,2022-07-22 +21.28255152,-157.6741736,Common Myna,156,2024-02-23 +21.28255152,-157.6741736,Common Waxbill,42,2023-12-03 +21.28255152,-157.6741736,Gray-backed Tern,4,2024-02-06 +21.28255152,-157.6741736,Great Frigatebird,153,2024-02-23 +21.28255152,-157.6741736,Herring Gull,2,2020-01-16 +21.28255152,-157.6741736,House Finch,39,2024-02-12 +21.28255152,-157.6741736,House Sparrow,25,2024-02-23 +21.28255152,-157.6741736,Inca Tern,71,2022-01-03 +21.28255152,-157.6741736,Indian Peafowl,1,2022-03-25 +21.28255152,-157.6741736,Java Sparrow,45,2023-12-03 +21.28255152,-157.6741736,Laughing Gull,13,2024-02-02 +21.28255152,-157.6741736,Laysan Albatross,15,2024-02-02 +21.28255152,-157.6741736,Feral Mallard,1,2022-06-02 +21.28255152,-157.6741736,Masked Booby,61,2024-02-29 +21.28255152,-157.6741736,Northern Cardinal,6,2023-03-14 +21.28255152,-157.6741736,Northern Mockingbird,1,2023-03-10 +21.28255152,-157.6741736,Pacific Golden-Plover,140,2024-02-23 +21.28255152,-157.6741736,Red Avadavat,2,2023-12-03 +21.28255152,-157.6741736,Red Junglefowl,13,2023-03-08 +21.28255152,-157.6741736,Red-billed Leiothrix,1,2021-03-11 +21.28255152,-157.6741736,Red-billed Tropicbird,244,2024-02-29 +21.28255152,-157.6741736,Red-crested Cardinal,114,2024-02-23 +21.28255152,-157.6741736,Red-footed Booby,314,2024-02-29 +21.28255152,-157.6741736,Red-tailed Tropicbird,652,2024-02-29 +21.28255152,-157.6741736,Red-vented Bulbul,98,2024-02-29 +21.28255152,-157.6741736,Red-whiskered Bulbul,3,2022-06-15 +21.28255152,-157.6741736,Rock Pigeon,614,2024-02-29 +21.28255152,-157.6741736,Ruddy Turnstone,90,2024-01-27 +21.28255152,-157.6741736,Saffron Finch,5,2024-02-23 +21.28255152,-157.6741736,Sanderling,1,2021-12-04 +21.28255152,-157.6741736,Scaly-breasted Munia,3,2022-07-27 +21.28255152,-157.6741736,Snow Goose,2,2021-05-10 +21.28255152,-157.6741736,Sooty Shearwater,3,2023-05-17 +21.28255152,-157.6741736,Sooty Tern,401,2024-02-29 +21.28255152,-157.6741736,Spotted Dove,68,2024-02-29 +21.28255152,-157.6741736,Wandering Tattler,182,2024-02-23 +21.28255152,-157.6741736,Warbling White-eye,7,2023-04-29 +21.28255152,-157.6741736,Wedge-tailed Shearwater,73,2024-01-12 +21.28255152,-157.6741736,Western Cattle Egret,107,2024-02-23 +21.28255152,-157.6741736,White Tern,213,2024-02-29 +21.28255152,-157.6741736,White-rumped Shama,2,2024-01-26 +21.28255152,-157.6741736,White-tailed Tropicbird,81,2024-02-20 +21.28255152,-157.6741736,Zebra Dove,153,2024-02-29 +21.37515436,-158.0012607,African Silverbill,27,2023-02-05 +21.37515436,-158.0012607,American Wigeon,2,2022-04-03 +21.37515436,-158.0012607,Black-crowned Night Heron,149,2024-01-01 +21.37515436,-158.0012607,Black-necked Stilt,245,2024-02-11 +21.37515436,-158.0012607,Chestnut Munia,35,2023-10-08 +21.37515436,-158.0012607,Common Gallinule,151,2024-01-10 +21.37515436,-158.0012607,Common Myna,163,2023-12-31 +21.37515436,-158.0012607,Common Snipe,5,2020-02-23 +21.37515436,-158.0012607,Common Tern,5,2024-02-20 +21.37515436,-158.0012607,Common Waxbill,178,2024-02-11 +21.37515436,-158.0012607,Common/Wilson's Snipe,1,2022-11-22 +21.37515436,-158.0012607,Dunlin,38,2023-01-18 +21.37515436,-158.0012607,Gray Francolin,62,2024-02-11 +21.37515436,-158.0012607,Greater White-fronted Goose,1,2020-10-13 +21.37515436,-158.0012607,Green-winged Teal,27,2020-03-14 +21.37515436,-158.0012607,Hawaiian Coot,177,2024-01-10 +21.37515436,-158.0012607,House Finch,85,2024-01-01 +21.37515436,-158.0012607,House Sparrow,50,2024-01-10 +21.37515436,-158.0012607,Java Sparrow,62,2023-02-20 +21.37515436,-158.0012607,Laughing Gull,16,2021-04-06 +21.37515436,-158.0012607,Lesser Scaup,2,2019-12-03 +21.37515436,-158.0012607,Lesser Yellowlegs,5,2024-01-01 +21.37515436,-158.0012607,Long-billed Dowitcher,33,2024-02-20 +21.37515436,-158.0012607,Feral Mallard,185,2024-02-11 +21.37515436,-158.0012607,Mourning Dove,2,2020-10-25 +21.37515436,-158.0012607,Muscovy Duck,1,2023-02-20 +21.37515436,-158.0012607,Northern Cardinal,124,2024-02-11 +21.37515436,-158.0012607,Northern Mockingbird,1,2020-02-24 +21.37515436,-158.0012607,Northern Pintail,24,2022-03-14 +21.37515436,-158.0012607,Northern Shoveler,8,2024-01-10 +21.37515436,-158.0012607,Pacific Golden-Plover,217,2024-02-11 +21.37515436,-158.0012607,Pectoral Sandpiper,4,2021-04-04 +21.37515436,-158.0012607,Red Avadavat,10,2023-03-20 +21.37515436,-158.0012607,Red Junglefowl,28,2024-01-01 +21.37515436,-158.0012607,Red-crested Cardinal,147,2024-02-11 +21.37515436,-158.0012607,Red-vented Bulbul,222,2024-01-01 +21.37515436,-158.0012607,Red-whiskered Bulbul,49,2024-01-07 +21.37515436,-158.0012607,Rock Pigeon,63,2024-01-01 +21.37515436,-158.0012607,Rose-ringed Parakeet,52,2024-02-11 +21.37515436,-158.0012607,Ruddy Turnstone,145,2024-02-11 +21.37515436,-158.0012607,Ruff,9,2020-09-18 +21.37515436,-158.0012607,Saffron Finch,48,2023-10-23 +21.37515436,-158.0012607,Sanderling,114,2024-02-11 +21.37515436,-158.0012607,Scaly-breasted Munia,18,2023-09-29 +21.37515436,-158.0012607,Semipalmated Plover,7,2020-09-01 +21.37515436,-158.0012607,Semipalmated Sandpiper,10,2019-12-11 +21.37515436,-158.0012607,Sharp-tailed Sandpiper,20,2019-12-11 +21.37515436,-158.0012607,Short-billed Dowitcher,1,2020-08-31 +21.37515436,-158.0012607,Spotted Dove,249,2024-01-10 +21.37515436,-158.0012607,Wandering Tattler,108,2024-01-01 +21.37515436,-158.0012607,Warbling White-eye,134,2024-01-01 +21.37515436,-158.0012607,Western Cattle Egret,247,2024-01-10 +21.37515436,-158.0012607,White-faced Ibis,4,2019-11-24 +21.37515436,-158.0012607,White-rumped Shama,73,2024-02-11 +21.37515436,-158.0012607,Wilson's Snipe,4,2023-01-02 +21.37515436,-158.0012607,Yellow-fronted Canary,3,2020-08-28 +21.37515436,-158.0012607,Zebra Dove,203,2024-02-11 +21.27466323,-157.8284506,Barn Owl,2,2022-08-20 +21.27466323,-157.8284506,Black-crowned Night Heron,112,2024-02-23 +21.27466323,-157.8284506,Black-footed Albatross,1,2023-01-18 +21.27466323,-157.8284506,Black-necked Stilt,2,2023-09-08 +21.27466323,-157.8284506,Blue-crowned Parakeet,1,2022-01-20 +21.27466323,-157.8284506,Brown Booby,18,2023-11-12 +21.27466323,-157.8284506,Brown Noddy,5,2020-02-23 +21.27466323,-157.8284506,Chestnut Munia,3,2021-11-01 +21.27466323,-157.8284506,Common Gallinule,1,2021-11-01 +21.27466323,-157.8284506,Common Myna,377,2024-02-23 +21.27466323,-157.8284506,Common Waxbill,70,2024-01-01 +21.27466323,-157.8284506,Great Frigatebird,29,2024-01-22 +21.27466323,-157.8284506,House Finch,168,2024-02-23 +21.27466323,-157.8284506,House Sparrow,433,2024-02-23 +21.27466323,-157.8284506,Indian Peafowl,2,2023-06-22 +21.27466323,-157.8284506,Java Sparrow,63,2023-12-28 +21.27466323,-157.8284506,Laysan Albatross,2,2023-03-19 +21.27466323,-157.8284506,Feral Mallard,79,2024-02-18 +21.27466323,-157.8284506,Masked Booby,1,2020-01-03 +21.27466323,-157.8284506,Mourning Dove,1,2023-03-22 +21.27466323,-157.8284506,Muscovy Duck,4,2023-06-22 +21.27466323,-157.8284506,Northern Cardinal,7,2023-08-02 +21.27466323,-157.8284506,Northern Mockingbird,4,2023-02-07 +21.27466323,-157.8284506,Pacific Golden-Plover,58,2024-02-18 +21.27466323,-157.8284506,Peregrine Falcon,1,2024-01-28 +21.27466323,-157.8284506,Red Junglefowl,39,2024-01-01 +21.27466323,-157.8284506,Red-billed Leiothrix,4,2023-11-16 +21.27466323,-157.8284506,Red-crested Cardinal,180,2024-02-23 +21.27466323,-157.8284506,Red-footed Booby,7,2023-05-20 +21.27466323,-157.8284506,Red-masked Parakeet,3,2023-10-15 +21.27466323,-157.8284506,Red-tailed Tropicbird,6,2023-10-15 +21.27466323,-157.8284506,Red-vented Bulbul,255,2024-02-23 +21.27466323,-157.8284506,Red-whiskered Bulbul,35,2024-02-26 +21.27466323,-157.8284506,Rock Pigeon,436,2024-02-23 +21.27466323,-157.8284506,Rose-ringed Parakeet,159,2024-02-18 +21.27466323,-157.8284506,Saffron Finch,3,2023-07-31 +21.27466323,-157.8284506,Sanderling,1,2022-09-18 +21.27466323,-157.8284506,Scaly-breasted Munia,3,2022-07-12 +21.27466323,-157.8284506,Sooty Shearwater,1,2023-10-20 +21.27466323,-157.8284506,Sooty Tern,6,2023-05-29 +21.27466323,-157.8284506,Spotted Dove,189,2024-02-22 +21.27466323,-157.8284506,Wandering Tattler,5,2023-10-11 +21.27466323,-157.8284506,Warbling White-eye,71,2024-02-22 +21.27466323,-157.8284506,Wedge-tailed Shearwater,10,2023-05-20 +21.27466323,-157.8284506,Western Cattle Egret,107,2024-02-04 +21.27466323,-157.8284506,White Tern,572,2024-02-23 +21.27466323,-157.8284506,White-rumped Shama,13,2023-11-24 +21.27466323,-157.8284506,White-tailed Tropicbird,4,2019-10-09 +21.27466323,-157.8284506,Yellow-fronted Canary,63,2024-02-19 +21.27466323,-157.8284506,Zebra Dove,317,2024-02-23 +21.2745958,-157.818813,African Silverbill,10,2020-07-29 +21.2745958,-157.818813,American Wigeon,1,2023-01-30 +21.2745958,-157.818813,Barn Owl,14,2022-01-31 +21.2745958,-157.818813,Black-crowned Night Heron,213,2024-02-29 +21.2745958,-157.818813,Black-necked Stilt,2,2020-01-27 +21.2745958,-157.818813,Brown Booby,15,2023-11-22 +21.2745958,-157.818813,Chestnut Munia,2,2022-06-09 +21.2745958,-157.818813,Common Myna,537,2024-02-29 +21.2745958,-157.818813,Common Waxbill,262,2024-02-29 +21.2745958,-157.818813,Eurasian Skylark,1,2019-12-10 +21.2745958,-157.818813,Great Frigatebird,15,2024-01-29 +21.2745958,-157.818813,Hawaiian Coot,1,2022-11-14 +21.2745958,-157.818813,Helmeted Guineafowl,1,2023-04-10 +21.2745958,-157.818813,House Finch,264,2024-02-26 +21.2745958,-157.818813,House Sparrow,404,2024-02-28 +21.2745958,-157.818813,Indian Peafowl,30,2024-01-21 +21.2745958,-157.818813,Japanese Bush Warbler,4,2022-08-21 +21.2745958,-157.818813,Java Sparrow,169,2024-02-24 +21.2745958,-157.818813,Feral Mallard,145,2024-02-24 +21.2745958,-157.818813,Muscovy Duck,8,2022-06-24 +21.2745958,-157.818813,Northern Cardinal,21,2024-02-20 +21.2745958,-157.818813,Northern Mockingbird,20,2024-02-19 +21.2745958,-157.818813,Northern Pintail,2,2023-12-05 +21.2745958,-157.818813,Orange-cheeked Waxbill,1,2022-05-28 +21.2745958,-157.818813,Pacific Golden-Plover,192,2024-02-29 +21.2745958,-157.818813,Red Avadavat,2,2022-11-24 +21.2745958,-157.818813,Red Junglefowl,169,2024-02-24 +21.2745958,-157.818813,Red-billed Leiothrix,6,2024-02-20 +21.2745958,-157.818813,Red-crested Cardinal,388,2024-02-29 +21.2745958,-157.818813,Red-crowned Parrot,4,2024-01-03 +21.2745958,-157.818813,Red-footed Booby,3,2024-02-04 +21.2745958,-157.818813,Red-masked Parakeet,5,2024-01-25 +21.2745958,-157.818813,Red-tailed Tropicbird,1,2023-04-04 +21.2745958,-157.818813,Red-vented Bulbul,385,2024-02-28 +21.2745958,-157.818813,Red-whiskered Bulbul,101,2024-02-19 +21.2745958,-157.818813,Rock Pigeon,441,2024-02-26 +21.2745958,-157.818813,Rose-ringed Parakeet,316,2024-02-29 +21.2745958,-157.818813,Ruddy Turnstone,3,2023-12-17 +21.2745958,-157.818813,Saffron Finch,29,2024-02-29 +21.2745958,-157.818813,Sanderling,1,2023-02-26 +21.2745958,-157.818813,Scaly-breasted Munia,23,2024-01-20 +21.2745958,-157.818813,Short-eared Owl,1,2022-12-14 +21.2745958,-157.818813,Sooty Tern,6,2023-04-06 +21.2745958,-157.818813,Spotted Dove,390,2024-02-28 +21.2745958,-157.818813,Wandering Tattler,6,2022-12-05 +21.2745958,-157.818813,Warbling White-eye,220,2024-02-20 +21.2745958,-157.818813,Wedge-tailed Shearwater,5,2023-04-04 +21.2745958,-157.818813,Western Cattle Egret,323,2024-02-24 +21.2745958,-157.818813,White Tern,426,2024-02-28 +21.2745958,-157.818813,White-rumped Shama,76,2024-02-20 +21.2745958,-157.818813,White-tailed Tropicbird,4,2023-09-25 +21.2745958,-157.818813,Yellow-fronted Canary,213,2024-02-24 +21.2745958,-157.818813,Zebra Dove,482,2024-02-29 +21.63747047,-158.0574412,African Silverbill,13,2023-12-19 +21.63747047,-158.0574412,Barn Owl,1,2022-07-02 +21.63747047,-158.0574412,Black-crowned Night Heron,56,2024-02-13 +21.63747047,-158.0574412,Black-necked Stilt,1,2023-12-19 +21.63747047,-158.0574412,Brown Booby,1,2023-02-22 +21.63747047,-158.0574412,Brown Noddy,1,2023-09-01 +21.63747047,-158.0574412,Chestnut Munia,50,2024-02-04 +21.63747047,-158.0574412,Common Gallinule,306,2024-02-25 +21.63747047,-158.0574412,Common Myna,378,2024-02-26 +21.63747047,-158.0574412,Common Waxbill,306,2024-02-18 +21.63747047,-158.0574412,Erckel's Spurfowl,2,2024-02-04 +21.63747047,-158.0574412,Gray Francolin,5,2023-02-24 +21.63747047,-158.0574412,Great Frigatebird,4,2023-07-13 +21.63747047,-158.0574412,Greater Scaup,1,2023-12-04 +21.63747047,-158.0574412,Green-winged Teal,1,2024-01-23 +21.63747047,-158.0574412,Hawaiian Coot,31,2024-02-26 +21.63747047,-158.0574412,Helmeted Guineafowl,1,2023-02-19 +21.63747047,-158.0574412,House Finch,89,2024-02-18 +21.63747047,-158.0574412,House Sparrow,39,2024-02-04 +21.63747047,-158.0574412,Indian Peafowl,200,2024-02-15 +21.63747047,-158.0574412,Japanese Bush Warbler,5,2023-05-16 +21.63747047,-158.0574412,Java Sparrow,75,2024-02-11 +21.63747047,-158.0574412,Laughing Gull,1,2023-01-23 +21.63747047,-158.0574412,Feral Mallard,53,2024-02-15 +21.63747047,-158.0574412,Muscovy Duck,55,2024-01-17 +21.63747047,-158.0574412,Muscovy Duck,3,2023-12-23 +21.63747047,-158.0574412,Northern Cardinal,162,2024-02-25 +21.63747047,-158.0574412,Northern Mockingbird,2,2022-11-10 +21.63747047,-158.0574412,Northern Pintail,3,2023-11-05 +21.63747047,-158.0574412,Oahu Amakihi,6,2023-03-29 +21.63747047,-158.0574412,Pacific Golden-Plover,94,2024-02-26 +21.63747047,-158.0574412,Red Avadavat,14,2024-02-04 +21.63747047,-158.0574412,Red Junglefowl,114,2024-02-06 +21.63747047,-158.0574412,Red-billed Leiothrix,144,2024-02-18 +21.63747047,-158.0574412,Red-crested Cardinal,382,2024-02-26 +21.63747047,-158.0574412,Red-footed Booby,1,2024-01-01 +21.63747047,-158.0574412,Red-tailed Tropicbird,2,2023-07-26 +21.63747047,-158.0574412,Red-vented Bulbul,365,2024-02-25 +21.63747047,-158.0574412,Red-whiskered Bulbul,331,2024-02-26 +21.63747047,-158.0574412,Ring-necked Duck,3,2024-02-04 +21.63747047,-158.0574412,Rock Pigeon,24,2024-02-25 +21.63747047,-158.0574412,Rose-ringed Parakeet,1,2023-03-10 +21.63747047,-158.0574412,Ruddy Turnstone,3,2023-02-22 +21.63747047,-158.0574412,Saffron Finch,50,2024-02-26 +21.63747047,-158.0574412,Scaly-breasted Munia,169,2024-02-25 +21.63747047,-158.0574412,Short-eared Owl,1,2019-03-11 +21.63747047,-158.0574412,Spotted Dove,242,2024-02-26 +21.63747047,-158.0574412,Wandering Tattler,4,2023-11-15 +21.63747047,-158.0574412,Warbling White-eye,299,2024-02-26 +21.63747047,-158.0574412,Western Cattle Egret,93,2024-02-26 +21.63747047,-158.0574412,White Tern,1,2022-05-07 +21.63747047,-158.0574412,White-rumped Shama,397,2024-02-26 +21.63747047,-158.0574412,White-tailed Tropicbird,60,2024-01-18 +21.63747047,-158.0574412,Yellow-fronted Canary,10,2023-11-30 +21.63747047,-158.0574412,Zebra Dove,382,2024-02-26 +21.30046348,-157.6547343,African Silverbill,31,2023-07-24 +21.30046348,-157.6547343,Barn Owl,3,2019-05-11 +21.30046348,-157.6547343,Black Noddy,9,2023-07-01 +21.30046348,-157.6547343,Black-crowned Night Heron,1,2019-05-30 +21.30046348,-157.6547343,Black-necked Stilt,3,2022-05-03 +21.30046348,-157.6547343,Brown Booby,167,2024-02-24 +21.30046348,-157.6547343,Brown Noddy,62,2024-01-29 +21.30046348,-157.6547343,Buller's Shearwater,1,2022-06-18 +21.30046348,-157.6547343,Bulwer's Petrel,12,2023-07-01 +21.30046348,-157.6547343,Chestnut Munia,5,2023-08-26 +21.30046348,-157.6547343,Common Myna,202,2024-02-25 +21.30046348,-157.6547343,Common Waxbill,100,2024-02-25 +21.30046348,-157.6547343,Gray Francolin,2,2023-01-25 +21.30046348,-157.6547343,Gray-backed Tern,1,2021-10-05 +21.30046348,-157.6547343,Great Frigatebird,249,2024-02-24 +21.30046348,-157.6547343,Hawaiian Petrel,3,2023-07-01 +21.30046348,-157.6547343,House Finch,69,2024-02-25 +21.30046348,-157.6547343,House Sparrow,10,2023-04-27 +21.30046348,-157.6547343,Japanese Bush Warbler,1,2023-04-09 +21.30046348,-157.6547343,Java Sparrow,46,2024-02-25 +21.30046348,-157.6547343,Laysan Albatross,8,2024-02-24 +21.30046348,-157.6547343,Masked Booby,120,2024-02-24 +21.30046348,-157.6547343,Newell's Shearwater,1,2023-04-29 +21.30046348,-157.6547343,Northern Cardinal,28,2024-02-12 +21.30046348,-157.6547343,Northern Mockingbird,6,2023-10-23 +21.30046348,-157.6547343,Pacific Golden-Plover,13,2024-02-19 +21.30046348,-157.6547343,Red Avadavat,7,2023-10-15 +21.30046348,-157.6547343,Red Junglefowl,2,2024-01-29 +21.30046348,-157.6547343,Red-billed Leiothrix,2,2024-01-06 +21.30046348,-157.6547343,Red-billed Tropicbird,3,2024-01-29 +21.30046348,-157.6547343,Red-crested Cardinal,213,2024-02-25 +21.30046348,-157.6547343,Red-footed Booby,269,2024-02-25 +21.30046348,-157.6547343,Red-tailed Tropicbird,169,2024-02-25 +21.30046348,-157.6547343,Red-vented Bulbul,239,2024-02-25 +21.30046348,-157.6547343,Red-whiskered Bulbul,8,2023-02-23 +21.30046348,-157.6547343,Rock Pigeon,153,2024-02-25 +21.30046348,-157.6547343,Rose-ringed Parakeet,2,2023-12-24 +21.30046348,-157.6547343,Ruddy Turnstone,2,2021-10-19 +21.30046348,-157.6547343,Saffron Finch,2,2023-12-02 +21.30046348,-157.6547343,Scaly-breasted Munia,28,2024-02-25 +21.30046348,-157.6547343,Sooty Shearwater,8,2023-05-16 +21.30046348,-157.6547343,Sooty Tern,182,2024-02-25 +21.30046348,-157.6547343,Spotted Dove,130,2024-02-25 +21.30046348,-157.6547343,Wandering Tattler,12,2024-02-08 +21.30046348,-157.6547343,Warbling White-eye,57,2024-02-21 +21.30046348,-157.6547343,Wedge-tailed Shearwater,112,2023-12-21 +21.30046348,-157.6547343,Western Cattle Egret,21,2024-02-08 +21.30046348,-157.6547343,White Tern,134,2024-02-25 +21.30046348,-157.6547343,White-rumped Shama,4,2023-03-10 +21.30046348,-157.6547343,White-tailed Tropicbird,68,2024-01-26 +21.30046348,-157.6547343,Yellow-fronted Canary,3,2023-12-24 +21.30046348,-157.6547343,Zebra Dove,280,2024-02-25 +21.33971659,-158.1268595,African Silverbill,1,2022-12-19 +21.33971659,-158.1268595,American Wigeon,1,2022-01-05 +21.33971659,-158.1268595,Barn Owl,1,2022-01-25 +21.33971659,-158.1268595,Black Francolin,1,2021-04-01 +21.33971659,-158.1268595,Black Swan,33,2024-02-06 +21.33971659,-158.1268595,Black-crowned Night Heron,95,2024-02-04 +21.33971659,-158.1268595,Black-necked Stilt,9,2023-12-27 +21.33971659,-158.1268595,Bristle-thighed Curlew,1,2023-01-15 +21.33971659,-158.1268595,Brown Booby,48,2024-01-27 +21.33971659,-158.1268595,Brown Noddy,3,2023-04-13 +21.33971659,-158.1268595,Chestnut Munia,10,2023-05-11 +21.33971659,-158.1268595,Common Gallinule,2,2023-09-09 +21.33971659,-158.1268595,Common Myna,261,2024-02-24 +21.33971659,-158.1268595,Common Waxbill,88,2024-02-04 +21.33971659,-158.1268595,Eurasian Skylark,1,2021-04-01 +21.33971659,-158.1268595,Glaucous-winged Gull,1,2021-01-05 +21.33971659,-158.1268595,Gray Francolin,2,2021-04-01 +21.33971659,-158.1268595,Great Frigatebird,8,2024-01-20 +21.33971659,-158.1268595,Great-tailed Grackle,1,2022-07-29 +21.33971659,-158.1268595,Hawaiian Coot,54,2024-02-24 +21.33971659,-158.1268595,House Finch,69,2024-02-10 +21.33971659,-158.1268595,House Sparrow,152,2024-02-24 +21.33971659,-158.1268595,Java Sparrow,43,2024-02-04 +21.33971659,-158.1268595,Laughing Gull,1,2024-01-25 +21.33971659,-158.1268595,Laysan Albatross,4,2023-12-26 +21.33971659,-158.1268595,Long-billed Dowitcher,1,2022-11-15 +21.33971659,-158.1268595,Feral Mallard,40,2024-02-24 +21.33971659,-158.1268595,Mourning Dove,1,2023-11-12 +21.33971659,-158.1268595,Muscovy Duck,13,2024-01-08 +21.33971659,-158.1268595,Northern Cardinal,11,2024-01-08 +21.33971659,-158.1268595,Northern Mockingbird,6,2023-01-05 +21.33971659,-158.1268595,Pacific Golden-Plover,162,2024-02-24 +21.33971659,-158.1268595,Red Junglefowl,26,2024-01-29 +21.33971659,-158.1268595,Red-billed Leiothrix,3,2022-04-06 +21.33971659,-158.1268595,Red-crested Cardinal,156,2024-02-24 +21.33971659,-158.1268595,Red-footed Booby,4,2024-01-08 +21.33971659,-158.1268595,Red-tailed Tropicbird,3,2023-06-17 +21.33971659,-158.1268595,Red-vented Bulbul,189,2024-02-10 +21.33971659,-158.1268595,Red-whiskered Bulbul,44,2024-02-06 +21.33971659,-158.1268595,Rock Pigeon,42,2024-02-18 +21.33971659,-158.1268595,Rose-ringed Parakeet,4,2024-01-08 +21.33971659,-158.1268595,Ruddy Turnstone,30,2024-02-24 +21.33971659,-158.1268595,Saffron Finch,82,2024-02-24 +21.33971659,-158.1268595,Sanderling,3,2022-11-15 +21.33971659,-158.1268595,Scaly-breasted Munia,6,2023-04-12 +21.33971659,-158.1268595,Snow Goose,1,2021-04-01 +21.33971659,-158.1268595,Sooty Tern,5,2023-04-13 +21.33971659,-158.1268595,Spotted Dove,179,2024-02-24 +21.33971659,-158.1268595,Wandering Tattler,42,2024-02-04 +21.33971659,-158.1268595,Warbling White-eye,85,2024-02-10 +21.33971659,-158.1268595,Wedge-tailed Shearwater,14,2024-01-08 +21.33971659,-158.1268595,Western Cattle Egret,101,2024-01-28 +21.33971659,-158.1268595,White Tern,14,2023-05-11 +21.33971659,-158.1268595,White-faced Ibis,1,2023-01-12 +21.33971659,-158.1268595,White-rumped Shama,6,2024-01-20 +21.33971659,-158.1268595,White-tailed Tropicbird,2,2023-04-10 +21.33971659,-158.1268595,Yellow-fronted Canary,2,2024-01-08 +21.33971659,-158.1268595,Zebra Dove,204,2024-02-24 +21.26556255,-157.8188851,African Silverbill,33,2022-12-27 +21.26556255,-157.8188851,Apapane,1,2021-08-12 +21.26556255,-157.8188851,Barn Owl,1,2024-02-19 +21.26556255,-157.8188851,Black-crowned Night Heron,104,2024-02-29 +21.26556255,-157.8188851,Black-necked Stilt,4,2023-10-27 +21.26556255,-157.8188851,Brown Booby,70,2024-02-29 +21.26556255,-157.8188851,Bulwer's Petrel,1,2023-08-07 +21.26556255,-157.8188851,Chestnut Munia,14,2024-02-23 +21.26556255,-157.8188851,Common Gallinule,2,2023-05-09 +21.26556255,-157.8188851,Common Myna,1677,2024-02-29 +21.26556255,-157.8188851,Common Waxbill,1259,2024-02-29 +21.26556255,-157.8188851,Gray Francolin,19,2024-02-11 +21.26556255,-157.8188851,Great Frigatebird,33,2023-10-25 +21.26556255,-157.8188851,Great-tailed Grackle,1,2023-05-30 +21.26556255,-157.8188851,Hawaiian Coot,1,2019-04-04 +21.26556255,-157.8188851,House Finch,943,2024-02-29 +21.26556255,-157.8188851,House Sparrow,1305,2024-02-29 +21.26556255,-157.8188851,Indian Peafowl,5,2023-03-03 +21.26556255,-157.8188851,Japanese Bush Warbler,7,2022-05-10 +21.26556255,-157.8188851,Java Sparrow,1001,2024-02-29 +21.26556255,-157.8188851,Laughing Gull,1,2024-02-29 +21.26556255,-157.8188851,Laysan Albatross,1,2022-05-07 +21.26556255,-157.8188851,Feral Mallard,441,2024-02-29 +21.26556255,-157.8188851,Mourning Dove,1,2019-10-10 +21.26556255,-157.8188851,Muscovy Duck,25,2023-11-10 +21.26556255,-157.8188851,Northern Cardinal,46,2024-02-20 +21.26556255,-157.8188851,Northern Mockingbird,27,2024-02-26 +21.26556255,-157.8188851,Northern Shoveler,1,2024-02-19 +21.26556255,-157.8188851,Pacific Golden-Plover,1195,2024-02-29 +21.26556255,-157.8188851,Peregrine Falcon,1,2022-09-02 +21.26556255,-157.8188851,Red Avadavat,2,2020-03-04 +21.26556255,-157.8188851,Red Junglefowl,755,2024-02-29 +21.26556255,-157.8188851,Red-billed Leiothrix,2,2024-01-09 +21.26556255,-157.8188851,Red-crested Cardinal,1505,2024-02-29 +21.26556255,-157.8188851,Red-crowned Parrot,6,2024-02-26 +21.26556255,-157.8188851,Red-footed Booby,12,2024-02-04 +21.26556255,-157.8188851,Red-masked Parakeet,20,2023-01-31 +21.26556255,-157.8188851,Red-tailed Tropicbird,1,2022-03-15 +21.26556255,-157.8188851,Red-vented Bulbul,1378,2024-02-29 +21.26556255,-157.8188851,Red-whiskered Bulbul,156,2024-02-19 +21.26556255,-157.8188851,Rock Pigeon,1464,2024-02-29 +21.26556255,-157.8188851,Rose-ringed Parakeet,1502,2024-02-29 +21.26556255,-157.8188851,Ruddy Turnstone,2,2023-02-08 +21.26556255,-157.8188851,Saffron Finch,287,2024-02-29 +21.26556255,-157.8188851,Sanderling,3,2022-03-15 +21.26556255,-157.8188851,Scaly-breasted Munia,84,2024-02-09 +21.26556255,-157.8188851,Short-eared Owl,1,2021-07-01 +21.26556255,-157.8188851,Sooty Tern,15,2024-02-04 +21.26556255,-157.8188851,Spotted Dove,1188,2024-02-29 +21.26556255,-157.8188851,Wandering Tattler,6,2023-03-07 +21.26556255,-157.8188851,Warbling White-eye,712,2024-02-29 +21.26556255,-157.8188851,Wedge-tailed Shearwater,10,2023-08-10 +21.26556255,-157.8188851,Western Cattle Egret,987,2024-02-29 +21.26556255,-157.8188851,White Tern,1320,2024-02-29 +21.26556255,-157.8188851,White-rumped Shama,135,2024-02-19 +21.26556255,-157.8188851,White-tailed Tropicbird,4,2023-10-25 +21.26556255,-157.8188851,Yellow-fronted Canary,1287,2024-02-29 +21.26556255,-157.8188851,Zebra Dove,1573,2024-02-29 +21.28376344,-157.8380172,African Silverbill,3,2023-05-14 +21.28376344,-157.8380172,Barn Owl,1,2024-01-30 +21.28376344,-157.8380172,Black Noddy,3,2023-12-31 +21.28376344,-157.8380172,Black-crowned Night Heron,397,2024-02-29 +21.28376344,-157.8380172,Black-necked Stilt,1,2021-12-24 +21.28376344,-157.8380172,Blue-crowned Parakeet,1,2024-01-15 +21.28376344,-157.8380172,Brown Booby,33,2024-01-01 +21.28376344,-157.8380172,Brown Noddy,2,2019-04-26 +21.28376344,-157.8380172,Chestnut Munia,9,2024-01-27 +21.28376344,-157.8380172,Common Gallinule,1,2023-03-01 +21.28376344,-157.8380172,Common Myna,925,2024-02-22 +21.28376344,-157.8380172,Common Waxbill,579,2024-02-22 +21.28376344,-157.8380172,Gray Francolin,1,2022-01-10 +21.28376344,-157.8380172,Great Frigatebird,24,2024-01-29 +21.28376344,-157.8380172,House Finch,370,2024-02-21 +21.28376344,-157.8380172,House Sparrow,710,2024-02-21 +21.28376344,-157.8380172,Indian Peafowl,1,2019-11-18 +21.28376344,-157.8380172,Japanese Bush Warbler,3,2023-12-22 +21.28376344,-157.8380172,Java Sparrow,422,2024-02-21 +21.28376344,-157.8380172,Laughing Gull,9,2023-02-05 +21.28376344,-157.8380172,Laysan Albatross,2,2023-12-30 +21.28376344,-157.8380172,Feral Mallard,270,2024-02-22 +21.28376344,-157.8380172,Masked Booby,1,2022-03-27 +21.28376344,-157.8380172,Mourning Dove,3,2022-04-04 +21.28376344,-157.8380172,Muscovy Duck,19,2023-05-14 +21.28376344,-157.8380172,Northern Cardinal,30,2024-01-30 +21.28376344,-157.8380172,Northern Mockingbird,7,2023-12-29 +21.28376344,-157.8380172,Orange-cheeked Waxbill,5,2023-12-06 +21.28376344,-157.8380172,Pacific Golden-Plover,446,2024-02-22 +21.28376344,-157.8380172,Peregrine Falcon,123,2024-01-29 +21.28376344,-157.8380172,Red Avadavat,3,2023-05-14 +21.28376344,-157.8380172,Red Junglefowl,240,2024-02-22 +21.28376344,-157.8380172,Red-billed Leiothrix,6,2024-01-15 +21.28376344,-157.8380172,Red-crested Cardinal,622,2024-02-22 +21.28376344,-157.8380172,Red-crowned Parrot,1,2023-12-17 +21.28376344,-157.8380172,Red-footed Booby,8,2023-12-30 +21.28376344,-157.8380172,Red-masked Parakeet,10,2024-01-24 +21.28376344,-157.8380172,Red-tailed Tropicbird,5,2023-02-26 +21.28376344,-157.8380172,Red-vented Bulbul,640,2024-02-22 +21.28376344,-157.8380172,Red-whiskered Bulbul,106,2024-02-20 +21.28376344,-157.8380172,Rock Pigeon,800,2024-02-21 +21.28376344,-157.8380172,Rose-ringed Parakeet,402,2024-02-22 +21.28376344,-157.8380172,Ruddy Turnstone,27,2023-09-19 +21.28376344,-157.8380172,Saffron Finch,79,2024-02-18 +21.28376344,-157.8380172,Sanderling,1,2024-01-15 +21.28376344,-157.8380172,Scaly-breasted Munia,32,2023-09-07 +21.28376344,-157.8380172,Sooty Shearwater,1,2022-03-18 +21.28376344,-157.8380172,Sooty Tern,9,2024-01-29 +21.28376344,-157.8380172,Spotted Dove,694,2024-02-28 +21.28376344,-157.8380172,Wandering Tattler,23,2023-12-12 +21.28376344,-157.8380172,Warbling White-eye,321,2024-02-22 +21.28376344,-157.8380172,Wedge-tailed Shearwater,14,2023-12-31 +21.28376344,-157.8380172,Western Cattle Egret,554,2024-02-22 +21.28376344,-157.8380172,White Tern,960,2024-02-22 +21.28376344,-157.8380172,White-rumped Shama,81,2024-02-07 +21.28376344,-157.8380172,White-tailed Tropicbird,2,2023-07-02 +21.28376344,-157.8380172,Yellow-fronted Canary,404,2024-02-22 +21.28376344,-157.8380172,Zebra Dove,823,2024-02-22 +21.70024637,-157.9796992,American Wigeon,4,2023-10-07 +21.70024637,-157.9796992,Black-bellied Plover,3,2020-03-03 +21.70024637,-157.9796992,Black-crowned Night Heron,38,2023-12-09 +21.70024637,-157.9796992,Black-necked Stilt,38,2023-12-09 +21.70024637,-157.9796992,Bristle-thighed Curlew,39,2023-12-09 +21.70024637,-157.9796992,Bufflehead,5,2023-12-09 +21.70024637,-157.9796992,Cackling Goose,8,2023-01-28 +21.70024637,-157.9796992,Canvasback,1,2023-11-18 +21.70024637,-157.9796992,Chestnut Munia,5,2023-11-18 +21.70024637,-157.9796992,Common Gallinule,37,2023-12-09 +21.70024637,-157.9796992,Common Myna,40,2023-12-09 +21.70024637,-157.9796992,Common Waxbill,30,2023-11-18 +21.70024637,-157.9796992,Dunlin,1,2020-11-06 +21.70024637,-157.9796992,Glaucous-winged Gull,2,2020-02-19 +21.70024637,-157.9796992,Gray Francolin,12,2023-10-07 +21.70024637,-157.9796992,Great Frigatebird,3,2023-01-28 +21.70024637,-157.9796992,Greater White-fronted Goose,8,2020-02-15 +21.70024637,-157.9796992,Green-winged Teal,4,2021-12-26 +21.70024637,-157.9796992,Hawaiian Coot,44,2023-12-09 +21.70024637,-157.9796992,House Finch,14,2023-07-26 +21.70024637,-157.9796992,House Sparrow,2,2023-07-26 +21.70024637,-157.9796992,Indian Peafowl,1,2023-05-18 +21.70024637,-157.9796992,Japanese Bush Warbler,6,2021-12-26 +21.70024637,-157.9796992,Java Sparrow,1,2020-03-03 +21.70024637,-157.9796992,Laughing Gull,3,2020-03-03 +21.70024637,-157.9796992,Laysan Albatross,16,2023-07-26 +21.70024637,-157.9796992,Least Tern,7,2020-11-06 +21.70024637,-157.9796992,Lesser Scaup,4,2023-12-09 +21.70024637,-157.9796992,Long-billed Dowitcher,1,2020-11-06 +21.70024637,-157.9796992,Feral Mallard,49,2023-12-09 +21.70024637,-157.9796992, Masked Booby,2,2023-05-18 +21.70024637,-157.9796992,Mourning Dove,1,2020-03-03 +21.70024637,-157.9796992,Muscovy Duck,1,2023-07-26 +21.70024637,-157.9796992,Northern Cardinal,10,2023-07-26 +21.70024637,-157.9796992,Northern Harrier,3,2022-11-12 +21.70024637,-157.9796992,Northern Mockingbird,1,2020-03-03 +21.70024637,-157.9796992,Northern Pintail,31,2023-12-09 +21.70024637,-157.9796992,Northern Shoveler,31,2023-12-09 +21.70024637,-157.9796992,Pacific Golden-Plover,42,2023-12-09 +21.70024637,-157.9796992,Pectoral Sandpiper,8,2022-10-22 +21.70024637,-157.9796992,Red Avadavat,5,2022-10-22 +21.70024637,-157.9796992,Red Junglefowl,3,2023-07-26 +21.70024637,-157.9796992,Red-billed Leiothrix,9,2023-07-26 +21.70024637,-157.9796992,Red-crested Cardinal,25,2023-12-09 +21.70024637,-157.9796992,Red-footed Booby,1,2020-03-03 +21.70024637,-157.9796992,Red-tailed Tropicbird,1,2021-08-27 +21.70024637,-157.9796992,Red-vented Bulbul,38,2023-12-09 +21.70024637,-157.9796992,Red-whiskered Bulbul,13,2023-07-26 +21.70024637,-157.9796992,Ring-necked Duck,4,2023-12-09 +21.70024637,-157.9796992,Ring-necked Pheasant,16,2023-11-18 +21.70024637,-157.9796992,Rock Pigeon,1,2023-05-18 +21.70024637,-157.9796992,Ruddy Turnstone,39,2023-12-09 +21.70024637,-157.9796992,Saffron Finch,8,2023-05-18 +21.70024637,-157.9796992,Sanderling,15,2022-11-12 +21.70024637,-157.9796992,Scaly-breasted Munia,7,2023-11-18 +21.70024637,-157.9796992,Semipalmated Plover,1,2021-08-27 +21.70024637,-157.9796992,Sharp-tailed Sandpiper,6,2020-11-06 +21.70024637,-157.9796992,Snow Goose,7,2022-01-06 +21.70024637,-157.9796992,Sooty Tern,1,2020-03-03 +21.70024637,-157.9796992,Spotted Dove,38,2023-12-09 +21.70024637,-157.9796992,Wandering Tattler,30,2023-11-18 +21.70024637,-157.9796992,Warbling White-eye,11,2023-07-26 +21.70024637,-157.9796992,Wedge-tailed Shearwater,4,2021-08-27 +21.70024637,-157.9796992,Western Cattle Egret,44,2023-12-09 +21.70024637,-157.9796992,Whimbrel,4,2023-11-18 +21.70024637,-157.9796992,White-rumped Shama,12,2023-11-18 +21.70024637,-157.9796992,White-tailed Tropicbird,2,2020-02-19 +21.70024637,-157.9796992,Wilson's Snipe,5,2023-11-18 +21.70024637,-157.9796992,Zebra Dove,45,2023-12-09 +21.5753361,-158.2799945,African Silverbill,107,2024-01-07 +21.5753361,-158.2799945,Barn Owl,7,2023-04-01 +21.5753361,-158.2799945,Black Francolin,86,2024-02-25 +21.5753361,-158.2799945,Black Noddy,26,2024-02-22 +21.5753361,-158.2799945,Black-crowned Night Heron,14,2022-08-20 +21.5753361,-158.2799945,Black-footed Albatross,107,2024-02-23 +21.5753361,-158.2799945,Black-necked Stilt,2,2021-07-23 +21.5753361,-158.2799945,Bristle-thighed Curlew,4,2022-10-05 +21.5753361,-158.2799945,Brown Booby,302,2024-02-26 +21.5753361,-158.2799945,Brown Noddy,40,2023-12-15 +21.5753361,-158.2799945, Chestnut Munia,6,2023-07-10 +21.5753361,-158.2799945,Chukar,2,2022-02-05 +21.5753361,-158.2799945,Common Myna,684,2024-02-28 +21.5753361,-158.2799945,Common Waxbill,329,2024-02-26 +21.5753361,-158.2799945,Erckel's Spurfowl,186,2024-02-24 +21.5753361,-158.2799945,Eurasian Skylark,3,2021-03-23 +21.5753361,-158.2799945,Glaucous-winged Gull,13,2021-11-26 +21.5753361,-158.2799945,Gray Francolin,363,2024-02-26 +21.5753361,-158.2799945,Gray-backed Tern,2,2019-03-15 +21.5753361,-158.2799945,Great Frigatebird,128,2024-02-13 +21.5753361,-158.2799945,Hawaiian Coot,1,2021-07-23 +21.5753361,-158.2799945,Hawaiian Petrel,1,2022-11-24 +21.5753361,-158.2799945,House Finch,220,2024-02-26 +21.5753361,-158.2799945,House Sparrow,28,2024-01-07 +21.5753361,-158.2799945,Japanese Bush Warbler,9,2023-12-24 +21.5753361,-158.2799945,Java Sparrow,13,2024-01-04 +21.5753361,-158.2799945,Laughing Gull,2,2020-03-06 +21.5753361,-158.2799945,Laysan Albatross,765,2024-02-28 +21.5753361,-158.2799945,Long-billed Dowitcher,1,2019-02-21 +21.5753361,-158.2799945,Feral Mallard,1,2021-07-29 +21.5753361,-158.2799945,Masked Booby,36,2024-02-10 +21.5753361,-158.2799945,Northern Cardinal,167,2024-02-25 +21.5753361,-158.2799945,Northern Mockingbird,121,2024-02-23 +21.5753361,-158.2799945,Pacific Golden-Plover,460,2024-02-26 +21.5753361,-158.2799945,Peregrine Falcon,8,2023-11-18 +21.5753361,-158.2799945,Red Avadavat,8,2023-11-18 +21.5753361,-158.2799945,Red Junglefowl,11,2023-05-30 +21.5753361,-158.2799945,Red-billed Leiothrix,9,2024-01-01 +21.5753361,-158.2799945,Red-crested Cardinal,535,2024-02-26 +21.5753361,-158.2799945,Red-footed Booby,119,2024-02-13 +21.5753361,-158.2799945,Red-tailed Tropicbird,22,2023-07-15 +21.5753361,-158.2799945,Red-vented Bulbul,584,2024-02-26 +21.5753361,-158.2799945,Red-whiskered Bulbul,109,2024-02-26 +21.5753361,-158.2799945,Ring-necked Pheasant,15,2024-02-25 +21.5753361,-158.2799945,Rock Pigeon,49,2023-12-08 +21.5753361,-158.2799945,Ruddy Turnstone,21,2024-01-07 +21.5753361,-158.2799945,Saffron Finch,45,2023-12-23 +21.5753361,-158.2799945,Sanderling,4,2021-12-27 +21.5753361,-158.2799945,Scaly-breasted Munia,46,2023-12-24 +21.5753361,-158.2799945,Short-eared Owl,1,2019-07-24 +21.5753361,-158.2799945,Short-tailed Shearwater,1,2019-11-29 +21.5753361,-158.2799945,Slaty-backed Gull,2,2019-02-19 +21.5753361,-158.2799945,Snow Goose,43,2020-03-25 +21.5753361,-158.2799945,Sooty Shearwater,2,2021-04-18 +21.5753361,-158.2799945,Sooty Tern,14,2023-06-14 +21.5753361,-158.2799945,Spotted Dove,420,2024-02-24 +21.5753361,-158.2799945,Wandering Tattler,207,2024-02-24 +21.5753361,-158.2799945,Warbling White-eye,259,2024-02-25 +21.5753361,-158.2799945,Wedge-tailed Shearwater,319,2024-02-25 +21.5753361,-158.2799945,Western Cattle Egret,163,2024-02-25 +21.5753361,-158.2799945,White Tern,17,2023-06-02 +21.5753361,-158.2799945,White-rumped Shama,57,2023-10-15 +21.5753361,-158.2799945,White-tailed Tropicbird,55,2023-12-31 +21.5753361,-158.2799945,Yellow-fronted Canary,5,2023-07-01 +21.5753361,-158.2799945,Zebra Dove,558,2024-02-26 +21.68193594,-157.9411672,African Silverbill,5,2023-09-24 +21.68193594,-157.9411672,American Wigeon,4,2023-12-16 +21.68193594,-157.9411672,Barn Owl,11,2024-02-08 +21.68193594,-157.9411672,Black Noddy,15,2024-02-19 +21.68193594,-157.9411672,Black-crowned Night Heron,76,2024-02-22 +21.68193594,-157.9411672,Black-footed Albatross,69,2024-02-29 +21.68193594,-157.9411672,Black-necked Stilt,34,2024-02-19 +21.68193594,-157.9411672,Bristle-thighed Curlew,952,2024-02-29 +21.68193594,-157.9411672,Brown Booby,83,2024-02-22 +21.68193594,-157.9411672,Brown Noddy,70,2024-02-05 +21.68193594,-157.9411672,Cackling Goose,4,2019-02-22 +21.68193594,-157.9411672,Chestnut Munia,106,2024-02-19 +21.68193594,-157.9411672,Common Gallinule,10,2024-02-19 +21.68193594,-157.9411672,Common Myna,856,2024-02-29 +21.68193594,-157.9411672,Common Waxbill,786,2024-02-29 +21.68193594,-157.9411672,Erckel's Spurfowl,2,2023-12-31 +21.68193594,-157.9411672,Glaucous-winged Gull,19,2024-02-11 +21.68193594,-157.9411672,Gray Francolin,199,2024-02-29 +21.68193594,-157.9411672,Great Frigatebird,46,2024-02-03 +21.68193594,-157.9411672,Greater Scaup,1,2023-12-16 +21.68193594,-157.9411672,Green-winged Teal,4,2024-01-02 +21.68193594,-157.9411672,Hawaiian Coot,45,2024-02-19 +21.68193594,-157.9411672,Hawaiian Goose,1,2019-01-06 +21.68193594,-157.9411672,House Finch,552,2024-02-29 +21.68193594,-157.9411672,House Sparrow,359,2024-02-25 +21.68193594,-157.9411672,Indian Peafowl,3,2022-10-15 +21.68193594,-157.9411672,Japanese Bush Warbler,2,2022-03-16 +21.68193594,-157.9411672,Java Sparrow,42,2024-01-02 +21.68193594,-157.9411672,Laughing Gull,5,2020-01-27 +21.68193594,-157.9411672,Laysan Albatross,431,2024-02-29 +21.68193594,-157.9411672,Lesser Scaup,5,2023-12-16 +21.68193594,-157.9411672,Feral Mallard,65,2024-02-19 +21.68193594,-157.9411672,Masked Booby,59,2024-02-22 +21.68193594,-157.9411672,Northern Cardinal,498,2024-02-29 +21.68193594,-157.9411672,Northern Harrier,21,2023-03-31 +21.68193594,-157.9411672,Northern Mockingbird,4,2024-01-29 +21.68193594,-157.9411672,Northern Pintail,12,2023-03-29 +21.68193594,-157.9411672,Northern Shoveler,15,2024-02-19 +21.68193594,-157.9411672,Pacific Golden-Plover,938,2024-02-29 +21.68193594,-157.9411672,Red Avadavat,25,2023-12-02 +21.68193594,-157.9411672,Red Junglefowl,441,2024-02-29 +21.68193594,-157.9411672,Red-billed Leiothrix,6,2023-12-08 +21.68193594,-157.9411672,Red-crested Cardinal,749,2024-02-29 +21.68193594,-157.9411672,Red-footed Booby,174,2024-02-29 +21.68193594,-157.9411672,Red-tailed Tropicbird,6,2023-08-04 +21.68193594,-157.9411672,Red-vented Bulbul,718,2024-02-29 +21.68193594,-157.9411672,Red-whiskered Bulbul,340,2024-02-25 +21.68193594,-157.9411672,Ring-necked Duck,1,2023-12-16 +21.68193594,-157.9411672,Ring-necked Pheasant,273,2024-02-29 +21.68193594,-157.9411672,Rock Pigeon,54,2023-10-20 +21.68193594,-157.9411672,Ruddy Turnstone,403,2024-02-25 +21.68193594,-157.9411672,Saffron Finch,608,2024-02-29 +21.68193594,-157.9411672,Sanderling,199,2024-02-25 +21.68193594,-157.9411672,Scaly-breasted Munia,51,2024-02-19 +21.68193594,-157.9411672,Snow Goose,4,2022-03-23 +21.68193594,-157.9411672,Sooty Tern,28,2023-04-15 +21.68193594,-157.9411672,Spotted Dove,756,2024-02-29 +21.68193594,-157.9411672,Wandering Tattler,169,2024-02-25 +21.68193594,-157.9411672,Warbling White-eye,382,2024-02-25 +21.68193594,-157.9411672,Wedge-tailed Shearwater,146,2024-02-19 +21.68193594,-157.9411672,Western Cattle Egret,750,2024-02-29 +21.68193594,-157.9411672,White Tern,6,2023-10-16 +21.68193594,-157.9411672,White-rumped Shama,80,2024-02-19 +21.68193594,-157.9411672,White-tailed Tropicbird,1,2023-08-30 +21.68193594,-157.9411672,Yellow-fronted Canary,24,2024-02-29 +21.68193594,-157.9411672,Zebra Dove,894,2024-02-29 +21.4367036,-157.7499712,African Silverbill,5,2023-11-06 +21.4367036,-157.7499712,American Wigeon,42,2024-02-28 +21.4367036,-157.7499712,Barn Owl,3,2020-03-20 +21.4367036,-157.7499712,Black Noddy,174,2023-11-22 +21.4367036,-157.7499712,Black-bellied Plover,87,2023-03-12 +21.4367036,-157.7499712,Black-crowned Night Heron,413,2024-02-28 +21.4367036,-157.7499712,Black-necked Stilt,534,2024-02-28 +21.4367036,-157.7499712,Brant,50,2024-02-15 +21.4367036,-157.7499712,Bristle-thighed Curlew,123,2024-02-28 +21.4367036,-157.7499712,Brown Booby,4,2023-01-30 +21.4367036,-157.7499712,Brown Noddy,1,2019-03-16 +21.4367036,-157.7499712,Cackling Goose,1,2020-04-01 +21.4367036,-157.7499712,Caspian Tern,152,2024-02-24 +21.4367036,-157.7499712,Chestnut Munia,42,2024-01-01 +21.4367036,-157.7499712,Common Gallinule,32,2024-02-15 +21.4367036,-157.7499712,Common Myna,320,2024-02-28 +21.4367036,-157.7499712,Common Waxbill,279,2024-02-28 +21.4367036,-157.7499712,Erckel's Spurfowl,1,2020-09-11 +21.4367036,-157.7499712,Eurasian Wigeon,51,2024-02-28 +21.4367036,-157.7499712,Gadwall,1,2023-01-30 +21.4367036,-157.7499712,Gray Francolin,204,2024-02-12 +21.4367036,-157.7499712,Great Frigatebird,97,2023-11-22 +21.4367036,-157.7499712,Green-winged Teal,1,2019-11-06 +21.4367036,-157.7499712,Hawaiian Coot,93,2024-02-15 +21.4367036,-157.7499712,House Finch,126,2024-02-04 +21.4367036,-157.7499712,House Sparrow,65,2024-01-07 +21.4367036,-157.7499712,Indian Peafowl,1,2021-01-09 +21.4367036,-157.7499712,Japanese Bush Warbler,1,2021-01-09 +21.4367036,-157.7499712,Java Sparrow,82,2024-02-07 +21.4367036,-157.7499712,Laughing Gull,49,2024-02-15 +21.4367036,-157.7499712,Laysan Albatross,2,2021-04-02 +21.4367036,-157.7499712,Lesser Yellowlegs,1,2019-01-20 +21.4367036,-157.7499712,Feral Mallard,314,2024-02-28 +21.4367036,-157.7499712,Muscovy Duck,2,2022-02-06 +21.4367036,-157.7499712,Northern Cardinal,229,2024-02-28 +21.4367036,-157.7499712,Northern Mockingbird,1,2024-01-31 +21.4367036,-157.7499712,Northern Pintail,34,2024-02-28 +21.4367036,-157.7499712,Northern Shoveler,9,2024-02-16 +21.4367036,-157.7499712,Osprey,8,2021-10-18 +21.4367036,-157.7499712,Pacific Golden-Plover,450,2024-02-28 +21.4367036,-157.7499712,Peregrine Falcon,3,2022-01-23 +21.4367036,-157.7499712,Red Avadavat,54,2023-11-23 +21.4367036,-157.7499712,Red Junglefowl,38,2024-02-28 +21.4367036,-157.7499712,Red-billed Leiothrix,25,2024-02-24 +21.4367036,-157.7499712,Red-crested Cardinal,176,2024-02-28 +21.4367036,-157.7499712,Red-footed Booby,9,2023-11-22 +21.4367036,-157.7499712,Red-vented Bulbul,291,2024-02-28 +21.4367036,-157.7499712,Red-whiskered Bulbul,67,2024-02-02 +21.4367036,-157.7499712,Ring-necked Duck,2,2023-11-01 +21.4367036,-157.7499712,Rock Pigeon,68,2024-01-27 +21.4367036,-157.7499712,Ruddy Turnstone,288,2024-02-28 +21.4367036,-157.7499712,Saffron Finch,21,2023-11-24 +21.4367036,-157.7499712,Sanderling,161,2024-02-04 +21.4367036,-157.7499712,Scaly-breasted Munia,78,2024-02-12 +21.4367036,-157.7499712,Semipalmated Plover,2,2021-08-22 +21.4367036,-157.7499712,Sharp-tailed Sandpiper,1,2021-10-24 +21.4367036,-157.7499712,Short-eared Owl,8,2021-10-08 +21.4367036,-157.7499712,Sooty Tern,5,2023-03-05 +21.4367036,-157.7499712,Spotted Dove,211,2024-02-28 +21.4367036,-157.7499712,Spotted Sandpiper,3,2020-09-13 +21.4367036,-157.7499712,Wandering Tattler,316,2024-02-28 +21.4367036,-157.7499712,Warbling White-eye,225,2024-02-28 +21.4367036,-157.7499712,Wedge-tailed Shearwater,3,2023-11-22 +21.4367036,-157.7499712,Western Cattle Egret,377,2024-02-28 +21.4367036,-157.7499712,White-rumped Shama,208,2024-02-22 +21.4367036,-157.7499712,Yellow-fronted Canary,12,2024-01-24 +21.4367036,-157.7499712,Zebra Dove,297,2024-02-22 +21.68199874,-157.950832,American Wigeon,14,2023-11-04 +21.68199874,-157.950832,Black-bellied Plover,1,2019-03-20 +21.68199874,-157.950832,Black-crowned Night Heron,138,2024-02-22 +21.68199874,-157.950832,Black-footed Albatross,2,2024-01-25 +21.68199874,-157.950832,Black-necked Stilt,143,2024-02-24 +21.68199874,-157.950832,Blue-winged Teal,6,2024-01-27 +21.68199874,-157.950832,Bonin Petrel,2,2024-01-25 +21.68199874,-157.950832,Brant,3,2020-02-22 +21.68199874,-157.950832,Bristle-thighed Curlew,138,2024-02-22 +21.68199874,-157.950832,Brown Booby,1,2019-02-19 +21.68199874,-157.950832,Bufflehead,42,2024-01-27 +21.68199874,-157.950832,Cackling Goose,61,2023-02-25 +21.68199874,-157.950832,Canvasback,14,2024-01-27 +21.68199874,-157.950832,Chestnut Munia,28,2024-01-25 +21.68199874,-157.950832,Common Gallinule,132,2024-02-22 +21.68199874,-157.950832,Common Myna,158,2024-02-22 +21.68199874,-157.950832,Common Snipe,1,2019-02-02 +21.68199874,-157.950832,Common Waxbill,96,2024-02-22 +21.68199874,-157.950832,Common/Wilson's Snipe,2,2023-12-30 +21.68199874,-157.950832,Eurasian Wigeon,6,2022-02-05 +21.68199874,-157.950832,Glaucous-winged Gull,8,2023-10-21 +21.68199874,-157.950832,Gray Francolin,37,2024-01-27 +21.68199874,-157.950832,Great Frigatebird,14,2024-01-27 +21.68199874,-157.950832,Greater Scaup,7,2022-11-26 +21.68199874,-157.950832,Greater White-fronted Goose,12,2020-02-22 +21.68199874,-157.950832,Greater Yellowlegs,2,2019-03-20 +21.68199874,-157.950832,Green-winged Teal,18,2024-01-27 +21.68199874,-157.950832,Hawaiian Coot,158,2024-02-24 +21.68199874,-157.950832,Hawaiian Goose,3,2019-02-19 +21.68199874,-157.950832,House Finch,24,2024-01-27 +21.68199874,-157.950832,House Sparrow,4,2023-10-20 +21.68199874,-157.950832,Indian Peafowl,2,2019-03-28 +21.68199874,-157.950832,Java Sparrow,1,2022-01-08 +21.68199874,-157.950832,Laughing Gull,6,2020-03-08 +21.68199874,-157.950832,Laysan Albatross,68,2024-02-22 +21.68199874,-157.950832,Least Tern,2,2019-10-24 +21.68199874,-157.950832,Lesser Scaup,19,2024-01-27 +21.68199874,-157.950832,Lesser Yellowlegs,9,2022-08-25 +21.68199874,-157.950832,Long-billed Dowitcher,22,2024-01-13 +21.68199874,-157.950832,Feral Mallard,164,2024-02-27 +21.68199874,-157.950832,Masked Booby,1,2019-03-06 +21.68199874,-157.950832,Muscovy Duck,3,2019-10-24 +21.68199874,-157.950832,Northern Cardinal,9,2024-02-22 +21.68199874,-157.950832,Northern Harrier,22,2023-02-24 +21.68199874,-157.950832,Northern Pintail,106,2024-01-27 +21.68199874,-157.950832,Northern Shoveler,96,2024-01-27 +21.68199874,-157.950832,Pacific Golden-Plover,148,2024-02-22 +21.68199874,-157.950832,Pectoral Sandpiper,16,2024-01-27 +21.68199874,-157.950832,Red Avadavat,6,2024-01-27 +21.68199874,-157.950832,Red Junglefowl,13,2023-11-04 +21.68199874,-157.950832,Red-crested Cardinal,46,2024-01-27 +21.68199874,-157.950832,Red-tailed Tropicbird,5,2022-12-03 +21.68199874,-157.950832,Red-vented Bulbul,87,2024-01-27 +21.68199874,-157.950832,Red-whiskered Bulbul,44,2024-01-27 +21.68199874,-157.950832,Redhead,8,2024-01-27 +21.68199874,-157.950832,Ring-necked Duck,23,2023-12-16 +21.68199874,-157.950832,Ring-necked Pheasant,53,2024-01-25 +21.68199874,-157.950832,Rock Pigeon,6,2023-10-20 +21.68199874,-157.950832,Ruddy Turnstone,140,2024-01-27 +21.68199874,-157.950832,Saffron Finch,23,2023-12-16 +21.68199874,-157.950832,Sanderling,66,2023-11-25 +21.68199874,-157.950832,Scaly-breasted Munia,27,2023-11-25 +21.68199874,-157.950832,Semipalmated Plover,2,2023-09-10 +21.68199874,-157.950832,Sharp-tailed Sandpiper,17,2023-11-25 +21.68199874,-157.950832,Short-billed/Long-billed Dowitcher,2,2024-01-13 +21.68199874,-157.950832,Snow Goose,26,2022-02-26 +21.68199874,-157.950832,Spotted Dove,107,2024-02-22 +21.68199874,-157.950832,Tristram's Storm-Petrel,2,2024-01-25 +21.68199874,-157.950832,Wandering Tattler,96,2024-01-13 +21.68199874,-157.950832,Warbling White-eye,17,2024-01-27 +21.68199874,-157.950832,Western Cattle Egret,147,2024-02-22 +21.68199874,-157.950832,Western Sandpiper,2,2022-10-08 +21.68199874,-157.950832,Whimbrel,3,2023-11-25 +21.68199874,-157.950832,White Tern,1,2019-02-19 +21.68199874,-157.950832,White-tailed Tropicbird,1,2022-07-28 +21.68199874,-157.950832,Wilson's Snipe,45,2023-12-23 +21.68199874,-157.950832,Zebra Dove,131,2024-01-27 +21.7093942,-157.998969,Black Noddy,3,2023-11-09 +21.7093942,-157.998969,Black-bellied Plover,1,2019-04-19 +21.7093942,-157.998969,Black-crowned Night Heron,154,2024-02-28 +21.7093942,-157.998969,Black-footed Albatross,14,2024-02-23 +21.7093942,-157.998969,Black-necked Stilt,176,2024-02-24 +21.7093942,-157.998969,Blue-crowned Parakeet,89,2024-02-25 +21.7093942,-157.998969,Bristle-thighed Curlew,22,2024-02-24 +21.7093942,-157.998969,Brown Booby,63,2024-02-23 +21.7093942,-157.998969,Brown Noddy,20,2023-11-05 +21.7093942,-157.998969, Cackling Goose,2,2021-02-14 +21.7093942,-157.998969,Chestnut Munia,127,2024-02-24 +21.7093942,-157.998969,Christmas Shearwater,1,2022-06-11 +21.7093942,-157.998969,Common Gallinule,210,2024-02-28 +21.7093942,-157.998969,Common Myna,464,2024-02-28 +21.7093942,-157.998969,Common Waxbill,321,2024-02-28 +21.7093942,-157.998969,Erckel's Spurfowl,1,2022-01-26 +21.7093942,-157.998969,Glaucous-winged Gull,2,2024-01-25 +21.7093942,-157.998969,Gray Francolin,151,2024-02-28 +21.7093942,-157.998969,Great Frigatebird,47,2024-01-26 +21.7093942,-157.998969,Greater Scaup,1,2019-02-09 +21.7093942,-157.998969,Hawaiian Coot,170,2024-02-28 +21.7093942,-157.998969,House Finch,209,2024-02-26 +21.7093942,-157.998969,House Sparrow,138,2024-02-24 +21.7093942,-157.998969,Indian Peafowl,50,2023-09-06 +21.7093942,-157.998969,Japanese Bush Warbler,8,2024-01-19 +21.7093942,-157.998969,Java Sparrow,122,2024-02-26 +21.7093942,-157.998969,Laysan Albatross,216,2024-02-28 +21.7093942,-157.998969,Lesser Scaup,1,2019-02-09 +21.7093942,-157.998969,Lesser Yellowlegs,1,2022-01-25 +21.7093942,-157.998969,Long-billed Dowitcher,3,2022-12-13 +21.7093942,-157.998969,Feral Mallard,125,2024-02-19 +21.7093942,-157.998969,Masked Booby,31,2024-02-23 +21.7093942,-157.998969,Muscovy Duck,104,2024-02-28 +21.7093942,-157.998969,Northern Cardinal,178,2024-02-26 +21.7093942,-157.998969,Northern Harrier,2,2023-01-23 +21.7093942,-157.998969,Pacific Golden-Plover,373,2024-02-28 +21.7093942,-157.998969,Red Avadavat,5,2023-12-26 +21.7093942,-157.998969,Red Junglefowl,173,2024-02-28 +21.7093942,-157.998969,Red-billed Leiothrix,81,2024-02-03 +21.7093942,-157.998969,Red-crested Cardinal,387,2024-02-28 +21.7093942,-157.998969,Red-crowned Parrot,5,2022-11-16 +21.7093942,-157.998969,Red-footed Booby,64,2024-02-26 +21.7093942,-157.998969,Red-masked Parakeet,1,2020-08-02 +21.7093942,-157.998969,Red-tailed Tropicbird,3,2023-08-23 +21.7093942,-157.998969,Red-vented Bulbul,393,2024-02-28 +21.7093942,-157.998969,Red-whiskered Bulbul,154,2024-02-28 +21.7093942,-157.998969,Rock Pigeon,16,2024-02-03 +21.7093942,-157.998969,Rose-ringed Parakeet,1,2023-02-02 +21.7093942,-157.998969,Ruddy Turnstone,103,2024-02-25 +21.7093942,-157.998969,Saffron Finch,233,2024-02-28 +21.7093942,-157.998969,Sanderling,21,2024-02-03 +21.7093942,-157.998969,Scaly-breasted Munia,19,2023-12-22 +21.7093942,-157.998969,Sooty Tern,6,2024-02-06 +21.7093942,-157.998969,Spotted Dove,326,2024-02-28 +21.7093942,-157.998969,Wandering Tattler,71,2024-02-25 +21.7093942,-157.998969,Warbling White-eye,173,2024-02-25 +21.7093942,-157.998969,Wedge-tailed Shearwater,55,2023-12-01 +21.7093942,-157.998969,Western Cattle Egret,386,2024-02-28 +21.7093942,-157.998969,White Tern,10,2023-09-30 +21.7093942,-157.998969,White-faced Ibis,1,2019-10-24 +21.7093942,-157.998969,White-rumped Shama,258,2024-02-28 +21.7093942,-157.998969,White-tailed Tropicbird,2,2022-06-09 +21.7093942,-157.998969,Wild Turkey,5,2022-05-16 +21.7093942,-157.998969,Yellow-fronted Canary,3,2023-11-14 +21.7093942,-157.998969,Zebra Dove,417,2024-02-28 +21.6820603,-157.9604969,African Silverbill,1,2019-09-09 +21.6820603,-157.9604969,American Wigeon,38,2022-10-30 +21.6820603,-157.9604969,Barn Owl,1,2024-02-19 +21.6820603,-157.9604969,Black Francolin,2,2019-10-12 +21.6820603,-157.9604969,Black-bellied Plover,1,2023-12-17 +21.6820603,-157.9604969,Black-crowned Night Heron,825,2024-02-29 +21.6820603,-157.9604969,Black-footed Albatross,2,2023-02-24 +21.6820603,-157.9604969,Black-necked Stilt,896,2024-02-29 +21.6820603,-157.9604969,Blue-crowned Parakeet,1,2020-09-13 +21.6820603,-157.9604969,Blue-winged Teal,11,2023-03-31 +21.6820603,-157.9604969,Brant,1,2020-03-08 +21.6820603,-157.9604969,Bristle-thighed Curlew,46,2024-02-29 +21.6820603,-157.9604969,Bufflehead,18,2023-02-11 +21.6820603,-157.9604969,Cackling Goose,3,2023-02-11 +21.6820603,-157.9604969,Chestnut Munia,90,2023-12-24 +21.6820603,-157.9604969,Common Gallinule,305,2024-02-19 +21.6820603,-157.9604969,Common Myna,823,2024-02-19 +21.6820603,-157.9604969,Common Snipe,2,2019-01-26 +21.6820603,-157.9604969,Common Waxbill,325,2024-02-23 +21.6820603,-157.9604969,Dunlin,13,2021-01-09 +21.6820603,-157.9604969,Eurasian Wigeon,3,2024-01-29 +21.6820603,-157.9604969,Gray Francolin,22,2023-03-14 +21.6820603,-157.9604969,Great Frigatebird,19,2024-01-19 +21.6820603,-157.9604969,Greater Scaup,1,2020-11-24 +21.6820603,-157.9604969,Greater Yellowlegs,6,2019-01-26 +21.6820603,-157.9604969,Green-winged Teal,9,2020-11-25 +21.6820603,-157.9604969,Hawaiian Coot,1038,2024-02-29 +21.6820603,-157.9604969,House Finch,168,2024-02-19 +21.6820603,-157.9604969,House Sparrow,160,2024-01-01 +21.6820603,-157.9604969,Indian Peafowl,5,2023-09-02 +21.6820603,-157.9604969,Java Sparrow,13,2024-01-15 +21.6820603,-157.9604969,Laysan Albatross,37,2024-02-29 +21.6820603,-157.9604969,Least Tern,21,2021-10-24 +21.6820603,-157.9604969,Lesser Scaup,36,2021-11-10 +21.6820603,-157.9604969,Lesser Yellowlegs,59,2022-07-23 +21.6820603,-157.9604969,Long-billed Dowitcher,57,2023-02-11 +21.6820603,-157.9604969,Feral Mallard,660,2024-01-29 +21.6820603,-157.9604969,Muscovy Duck,69,2023-12-24 +21.6820603,-157.9604969,Northern Cardinal,57,2024-01-30 +21.6820603,-157.9604969,Northern Pintail,38,2024-01-19 +21.6820603,-157.9604969,Northern Shoveler,62,2023-10-20 +21.6820603,-157.9604969,Pacific Golden-Plover,756,2024-02-29 +21.6820603,-157.9604969,Pectoral Sandpiper,99,2023-09-28 +21.6820603,-157.9604969,Peregrine Falcon,1,2020-12-15 +21.6820603,-157.9604969,Red Avadavat,40,2023-12-04 +21.6820603,-157.9604969,Red Junglefowl,51,2024-01-14 +21.6820603,-157.9604969,Red Knot,1,2024-01-06 +21.6820603,-157.9604969,Red-billed Leiothrix,1,2023-12-04 +21.6820603,-157.9604969,Red-crested Cardinal,250,2024-02-29 +21.6820603,-157.9604969,Red-vented Bulbul,542,2024-02-19 +21.6820603,-157.9604969,Red-whiskered Bulbul,121,2024-02-29 +21.6820603,-157.9604969,Ring-necked Duck,17,2021-11-06 +21.6820603,-157.9604969,Ring-necked Pheasant,57,2024-02-14 +21.6820603,-157.9604969,Rock Pigeon,40,2023-12-22 +21.6820603,-157.9604969,Ruddy Turnstone,424,2024-02-19 +21.6820603,-157.9604969,Ruff,17,2020-09-17 +21.6820603,-157.9604969,Saffron Finch,31,2024-01-30 +21.6820603,-157.9604969,Sanderling,195,2024-01-11 +21.6820603,-157.9604969,Scaly-breasted Munia,51,2023-12-22 +21.6820603,-157.9604969,Semipalmated Plover,49,2024-01-19 +21.6820603,-157.9604969,Sharp-tailed Sandpiper,4,2019-10-02 +21.6820603,-157.9604969,Solitary Sandpiper,23,2020-10-12 +21.6820603,-157.9604969,Sooty Tern,1,2021-04-28 +21.6820603,-157.9604969,Spotted Dove,625,2024-02-05 +21.6820603,-157.9604969,Spotted Sandpiper,3,2021-10-07 +21.6820603,-157.9604969,Wandering Tattler,237,2024-02-29 +21.6820603,-157.9604969,Warbling White-eye,166,2024-01-30 +21.6820603,-157.9604969,Wedge-tailed Shearwater,1,2019-05-06 +21.6820603,-157.9604969,Western Cattle Egret,663,2024-02-29 +21.6820603,-157.9604969,White-rumped Shama,9,2024-01-30 +21.6820603,-157.9604969,Wilson's Snipe,5,2021-09-14 +21.6820603,-157.9604969,Yellow-fronted Canary,5,2021-12-08 +21.6820603,-157.9604969,Zebra Dove,587,2024-02-19 +21.69103078,-157.9507665,African Silverbill,3,2020-01-01 +21.69103078,-157.9507665,American Wigeon,5,2023-11-04 +21.69103078,-157.9507665,Black-bellied Plover,2,2019-02-16 +21.69103078,-157.9507665,Black-crowned Night Heron,153,2024-02-24 +21.69103078,-157.9507665,Black-footed Albatross,11,2024-02-22 +21.69103078,-157.9507665,Black-necked Stilt,174,2024-02-24 +21.69103078,-157.9507665,Blue-winged Teal,1,2024-01-27 +21.69103078,-157.9507665,Bonin Petrel,1,2024-02-22 +21.69103078,-157.9507665,Bristle-thighed Curlew,167,2024-02-24 +21.69103078,-157.9507665,Brown Booby,11,2022-03-14 +21.69103078,-157.9507665,Brown Noddy,2,2022-03-14 +21.69103078,-157.9507665,Bufflehead,37,2024-02-24 +21.69103078,-157.9507665,Cackling Goose,72,2023-02-25 +21.69103078,-157.9507665,Canvasback,11,2024-02-10 +21.69103078,-157.9507665,Chestnut Munia,47,2024-02-10 +21.69103078,-157.9507665,Common Gallinule,158,2024-02-24 +21.69103078,-157.9507665,Common Myna,183,2024-02-24 +21.69103078,-157.9507665,Common Snipe,5,2019-02-09 +21.69103078,-157.9507665,Common Waxbill,127,2024-02-24 +21.69103078,-157.9507665,Common/Wilson's Snipe,4,2023-11-18 +21.69103078,-157.9507665,Glaucous-winged Gull,2,2024-01-27 +21.69103078,-157.9507665,Gray Francolin,35,2024-01-27 +21.69103078,-157.9507665,Great Frigatebird,15,2024-02-03 +21.69103078,-157.9507665,Greater Scaup,1,2022-11-26 +21.69103078,-157.9507665,Greater White-fronted Goose,16,2020-01-04 +21.69103078,-157.9507665,Greater Yellowlegs,17,2019-02-16 +21.69103078,-157.9507665,Green-winged Teal,31,2024-01-27 +21.69103078,-157.9507665,Hawaiian Coot,184,2024-02-24 +21.69103078,-157.9507665,Hawaiian Goose,19,2019-02-16 +21.69103078,-157.9507665,House Finch,70,2024-02-24 +21.69103078,-157.9507665,House Sparrow,9,2023-03-29 +21.69103078,-157.9507665,Indian Peafowl,2,2019-10-05 +21.69103078,-157.9507665,Japanese Bush Warbler,1,2020-01-01 +21.69103078,-157.9507665,Java Sparrow,4,2024-02-10 +21.69103078,-157.9507665,Laughing Gull,2,2024-02-10 +21.69103078,-157.9507665,Laysan Albatross,63,2024-02-24 +21.69103078,-157.9507665,Least Tern,27,2020-07-09 +21.69103078,-157.9507665,Lesser Scaup,11,2024-02-17 +21.69103078,-157.9507665,Lesser Yellowlegs,17,2019-04-22 +21.69103078,-157.9507665,Long-billed Dowitcher,25,2023-11-25 +21.69103078,-157.9507665,Feral Mallard,183,2024-02-17 +21.69103078,-157.9507665,Masked Booby,6,2022-11-06 +21.69103078,-157.9507665,Muscovy Duck,3,2019-10-10 +21.69103078,-157.9507665,Northern Cardinal,48,2024-02-24 +21.69103078,-157.9507665,Northern Harrier,14,2023-02-25 +21.69103078,-157.9507665,Northern Mockingbird,5,2024-02-24 +21.69103078,-157.9507665,Northern Pintail,93,2024-02-10 +21.69103078,-157.9507665,Northern Shoveler,108,2024-02-10 +21.69103078,-157.9507665,Pacific Golden-Plover,180,2024-02-24 +21.69103078,-157.9507665,Pectoral Sandpiper,32,2024-01-27 +21.69103078,-157.9507665,Red Avadavat,25,2024-02-10 +21.69103078,-157.9507665,Red Junglefowl,7,2023-12-09 +21.69103078,-157.9507665,Red-crested Cardinal,82,2024-02-24 +21.69103078,-157.9507665,Red-footed Booby,6,2022-03-14 +21.69103078,-157.9507665,Red-tailed Tropicbird,9,2023-06-30 +21.69103078,-157.9507665,Red-vented Bulbul,127,2024-02-24 +21.69103078,-157.9507665,Red-whiskered Bulbul,68,2024-02-10 +21.69103078,-157.9507665,Redhead,8,2024-02-10 +21.69103078,-157.9507665,Ring-necked Duck,17,2024-01-27 +21.69103078,-157.9507665,Ring-necked Pheasant,83,2024-02-24 +21.69103078,-157.9507665,Rock Pigeon,21,2023-10-21 +21.69103078,-157.9507665,Ruddy Turnstone,156,2024-02-24 +21.69103078,-157.9507665,Saffron Finch,35,2024-02-10 +21.69103078,-157.9507665,Sanderling,76,2023-11-26 +21.69103078,-157.9507665,Scaly-breasted Munia,18,2024-02-10 +21.69103078,-157.9507665,Sharp-tailed Sandpiper,26,2023-11-25 +21.69103078,-157.9507665,Short-eared Owl,1,2019-10-17 +21.69103078,-157.9507665,Snow Goose,7,2022-03-14 +21.69103078,-157.9507665,Sooty Tern,2,2022-03-14 +21.69103078,-157.9507665,Spotted Dove,129,2024-02-24 +21.69103078,-157.9507665,Tristram's Storm-Petrel,2,2024-02-22 +21.69103078,-157.9507665,Wandering Tattler,108,2024-02-10 +21.69103078,-157.9507665,Warbling White-eye,43,2024-02-24 +21.69103078,-157.9507665,Wedge-tailed Shearwater,5,2023-06-30 +21.69103078,-157.9507665,Western Cattle Egret,188,2024-02-24 +21.69103078,-157.9507665,Western Sandpiper,9,2022-10-15 +21.69103078,-157.9507665,Whimbrel,5,2023-11-18 +21.69103078,-157.9507665,White Tern,2,2022-03-14 +21.69103078,-157.9507665,White-rumped Shama,4,2023-01-23 +21.69103078,-157.9507665,Wilson's Snipe,21,2024-02-03 +21.69103078,-157.9507665,Yellow-fronted Canary,1,2023-11-04 +21.69103078,-157.9507665,Zebra Dove,134,2024-02-24 +21.35720012,-158.0206706,African Silverbill,283,2024-02-28 +21.35720012,-158.0206706,American Wigeon,113,2024-02-05 +21.35720012,-158.0206706,Barn Owl,1,2020-09-03 +21.35720012,-158.0206706,Black-bellied Plover,6,2023-09-27 +21.35720012,-158.0206706,Black-crowned Night Heron,786,2024-02-29 +21.35720012,-158.0206706,Black-necked Stilt,1124,2024-02-29 +21.35720012,-158.0206706,Blue-winged Teal,14,2023-10-29 +21.35720012,-158.0206706,Bristle-thighed Curlew,1,2019-08-27 +21.35720012,-158.0206706,Bufflehead,79,2024-01-21 +21.35720012,-158.0206706,Cackling Goose,112,2024-02-20 +21.35720012,-158.0206706,Canvasback,2,2023-11-22 +21.35720012,-158.0206706,Chestnut Munia,320,2024-02-20 +21.35720012,-158.0206706,Cockatiel,2,2023-10-12 +21.35720012,-158.0206706,Common Gallinule,1099,2024-02-29 +21.35720012,-158.0206706,Common Myna,981,2024-02-29 +21.35720012,-158.0206706,Common Tern,22,2021-03-07 +21.35720012,-158.0206706,Common Waxbill,915,2024-02-29 +21.35720012,-158.0206706,Common/Wilson's Snipe,1,2022-10-09 +21.35720012,-158.0206706,Eurasian Wigeon,77,2024-02-05 +21.35720012,-158.0206706,Gadwall,65,2024-02-29 +21.35720012,-158.0206706,Gray Francolin,857,2024-02-29 +21.35720012,-158.0206706,Great Egret,80,2021-06-12 +21.35720012,-158.0206706,Great Frigatebird,1,2020-08-28 +21.35720012,-158.0206706,Greater Scaup,7,2020-11-16 +21.35720012,-158.0206706,Greater White-fronted Goose,152,2021-05-14 +21.35720012,-158.0206706,Green-winged Teal,135,2024-02-29 +21.35720012,-158.0206706,Hawaiian Coot,1175,2024-02-29 +21.35720012,-158.0206706,House Finch,349,2024-02-25 +21.35720012,-158.0206706,House Sparrow,84,2024-01-21 +21.35720012,-158.0206706,Japanese Bush Warbler,4,2023-05-22 +21.35720012,-158.0206706,Java Sparrow,347,2024-02-29 +21.35720012,-158.0206706,Laughing Gull,13,2021-03-31 +21.35720012,-158.0206706,Least Tern,22,2023-08-29 +21.35720012,-158.0206706,Lesser Scaup,73,2023-12-05 +21.35720012,-158.0206706,Lesser Yellowlegs,67,2024-01-04 +21.35720012,-158.0206706,Long-billed Dowitcher,170,2024-02-28 +21.35720012,-158.0206706,Feral Mallard,1160,2024-02-20 +21.35720012,-158.0206706,Mourning Dove,422,2024-02-24 +21.35720012,-158.0206706,Muscovy Duck,5,2023-08-26 +21.35720012,-158.0206706,Northern Cardinal,841,2024-02-29 +21.35720012,-158.0206706,Northern Harrier,19,2023-04-01 +21.35720012,-158.0206706,Northern Mockingbird,1,2023-09-28 +21.35720012,-158.0206706,Northern Pintail,508,2024-02-24 +21.35720012,-158.0206706,Northern Shoveler,425,2024-02-29 +21.35720012,-158.0206706,Pacific Golden-Plover,1016,2024-02-29 +21.35720012,-158.0206706,Pectoral Sandpiper,114,2023-11-14 +21.35720012,-158.0206706,Peregrine Falcon,2,2024-02-20 +21.35720012,-158.0206706,Red Avadavat,416,2024-02-27 +21.35720012,-158.0206706,Red Junglefowl,28,2024-02-23 +21.35720012,-158.0206706,Red Knot,37,2024-01-01 +21.35720012,-158.0206706,Red-billed Leiothrix,14,2023-11-26 +21.35720012,-158.0206706,Red-crested Cardinal,767,2024-02-28 +21.35720012,-158.0206706,Red-crowned Parrot,1,2021-05-23 +21.35720012,-158.0206706,Red-vented Bulbul,980,2024-02-29 +21.35720012,-158.0206706,Red-whiskered Bulbul,344,2024-02-29 +21.35720012,-158.0206706,Ring-necked Duck,37,2023-12-30 +21.35720012,-158.0206706,Rock Pigeon,628,2024-02-29 +21.35720012,-158.0206706,Rose-ringed Parakeet,417,2024-02-29 +21.35720012,-158.0206706,Ruddy Turnstone,891,2024-02-29 +21.35720012,-158.0206706,Ruff,9,2022-11-11 +21.35720012,-158.0206706,Saffron Finch,411,2024-02-29 +21.35720012,-158.0206706,Sanderling,74,2024-02-19 +21.35720012,-158.0206706,Scaly-breasted Munia,101,2024-02-20 +21.35720012,-158.0206706,Sharp-tailed Sandpiper,28,2023-11-14 +21.35720012,-158.0206706,Short-billed/Long-billed Dowitcher,1,2023-09-29 +21.35720012,-158.0206706,Slaty-backed Gull,15,2020-03-09 +21.35720012,-158.0206706,Snow Goose,1,2020-10-19 +21.35720012,-158.0206706,Spotted Dove,1090,2024-02-29 +21.35720012,-158.0206706,Wandering Tattler,349,2024-02-18 +21.35720012,-158.0206706,Warbling White-eye,702,2024-02-29 +21.35720012,-158.0206706,Western Cattle Egret,1106,2024-02-29 +21.35720012,-158.0206706,White Tern,1,2023-11-14 +21.35720012,-158.0206706,White-faced Ibis,391,2024-02-29 +21.35720012,-158.0206706,White-rumped Shama,714,2024-02-29 +21.35720012,-158.0206706,Wilson's Snipe,7,2022-11-13 +21.35720012,-158.0206706,Yellow-fronted Canary,131,2024-02-29 +21.35720012,-158.0206706,Zebra Dove,1095,2024-02-29 +21.69109285,-157.960432,African Silverbill,3,2022-11-10 +21.69109285,-157.960432,American Wigeon,21,2024-02-28 +21.69109285,-157.960432,Bar-tailed Godwit,1,2023-10-20 +21.69109285,-157.960432,Barn Owl,8,2023-08-19 +21.69109285,-157.960432,Black Noddy,3,2020-03-17 +21.69109285,-157.960432,Black-bellied Plover,37,2022-10-01 +21.69109285,-157.960432,Black-crowned Night Heron,450,2024-02-28 +21.69109285,-157.960432,Black-footed Albatross,13,2024-02-28 +21.69109285,-157.960432,Black-necked Stilt,613,2024-02-28 +21.69109285,-157.960432,Blue-winged Teal,13,2024-01-27 +21.69109285,-157.960432,Bonin Petrel,4,2024-02-22 +21.69109285,-157.960432,Brant,25,2020-02-22 +21.69109285,-157.960432,Bristle-thighed Curlew,348,2024-02-28 +21.69109285,-157.960432,Brown Booby,12,2023-12-08 +21.69109285,-157.960432,Brown Noddy,10,2022-10-01 +21.69109285,-157.960432,Bufflehead,66,2024-02-28 +21.69109285,-157.960432,Cackling Goose,34,2023-03-08 +21.69109285,-157.960432,Canvasback,12,2024-02-28 +21.69109285,-157.960432,Chestnut Munia,68,2024-01-25 +21.69109285,-157.960432,Common Gallinule,374,2024-02-28 +21.69109285,-157.960432,Common Myna,464,2024-02-28 +21.69109285,-157.960432,Common Snipe,6,2019-02-12 +21.69109285,-157.960432,Common Waxbill,364,2024-02-28 +21.69109285,-157.960432,Dunlin,25,2021-02-07 +21.69109285,-157.960432,Eurasian Skylark,3,2023-11-03 +21.69109285,-157.960432,Eurasian Wigeon,11,2023-12-22 +21.69109285,-157.960432,Glaucous-winged Gull,3,2022-01-08 +21.69109285,-157.960432,Gray Francolin,132,2024-02-28 +21.69109285,-157.960432,Great Frigatebird,58,2024-01-27 +21.69109285,-157.960432,Greater Scaup,1,2020-11-15 +21.69109285,-157.960432,Greater White-fronted Goose,203,2020-04-20 +21.69109285,-157.960432,Greater Yellowlegs,10,2022-08-20 +21.69109285,-157.960432,Green-winged Teal,77,2024-01-27 +21.69109285,-157.960432,Hawaiian Coot,645,2024-02-28 +21.69109285,-157.960432,Hawaiian Duck,3,2020-11-15 +21.69109285,-157.960432,Hawaiian Goose,6,2019-02-10 +21.69109285,-157.960432,House Finch,184,2024-02-28 +21.69109285,-157.960432,House Sparrow,31,2023-11-03 +21.69109285,-157.960432,Japanese Bush Warbler,36,2024-02-28 +21.69109285,-157.960432,Java Sparrow,4,2022-03-06 +21.69109285,-157.960432,Laughing Gull,80,2020-03-12 +21.69109285,-157.960432,Laysan Albatross,231,2024-02-28 +21.69109285,-157.960432,Least Tern,29,2021-05-31 +21.69109285,-157.960432,Lesser Scaup,37,2024-02-28 +21.69109285,-157.960432,Lesser Yellowlegs,16,2020-09-23 +21.69109285,-157.960432,Long-billed Dowitcher,144,2022-11-08 +21.69109285,-157.960432,Feral Mallard,520,2024-02-24 +21.69109285,-157.960432,Masked Booby,3,2019-05-22 +21.69109285,-157.960432,Mourning Dove,8,2023-03-05 +21.69109285,-157.960432,Muscovy Duck,9,2021-01-17 +21.69109285,-157.960432,Northern Cardinal,149,2024-02-28 +21.69109285,-157.960432,Northern Harrier,6,2023-03-08 +21.69109285,-157.960432,Northern Mockingbird,19,2023-07-18 +21.69109285,-157.960432,Northern Pintail,296,2024-02-28 +21.69109285,-157.960432,Northern Shoveler,341,2024-02-28 +21.69109285,-157.960432,Pacific Golden-Plover,576,2024-02-28 +21.69109285,-157.960432,Pectoral Sandpiper,63,2024-01-27 +21.69109285,-157.960432,Peregrine Falcon,6,2023-03-08 +21.69109285,-157.960432,Red Avadavat,127,2024-01-27 +21.69109285,-157.960432,Red Junglefowl,11,2023-12-22 +21.69109285,-157.960432,Red Knot,4,2023-11-22 +21.69109285,-157.960432,Red Phalarope,1,2019-04-04 +21.69109285,-157.960432,Red-billed Leiothrix,41,2023-12-22 +21.69109285,-157.960432,Red-crested Cardinal,246,2024-02-28 +21.69109285,-157.960432,Red-footed Booby,18,2023-11-10 +21.69109285,-157.960432,Red-tailed Tropicbird,5,2022-11-21 +21.69109285,-157.960432,Red-vented Bulbul,325,2024-02-28 +21.69109285,-157.960432,Red-whiskered Bulbul,137,2024-02-28 +21.69109285,-157.960432,Redhead,10,2024-02-28 +21.69109285,-157.960432,Ring-billed Gull,2,2020-01-04 +21.69109285,-157.960432,Ring-necked Duck,58,2024-02-28 +21.69109285,-157.960432,Ring-necked Pheasant,228,2024-02-28 +21.69109285,-157.960432,Rock Pigeon,3,2024-01-03 +21.69109285,-157.960432,Rose-ringed Parakeet,1,2023-07-18 +21.69109285,-157.960432,Ruddy Turnstone,545,2024-02-28 +21.69109285,-157.960432,Ruff,1,2020-09-12 +21.69109285,-157.960432,Saffron Finch,41,2024-02-28 +21.69109285,-157.960432,Sanderling,308,2024-01-19 +21.69109285,-157.960432,Scaly-breasted Munia,130,2024-02-28 +21.69109285,-157.960432,Semipalmated Plover,2,2019-09-15 +21.69109285,-157.960432,Sharp-tailed Sandpiper,29,2023-10-28 +21.69109285,-157.960432,Short-billed Dowitcher,1,2022-08-20 +21.69109285,-157.960432,Short-billed/Long-billed Dowitcher,1,2022-09-25 +21.69109285,-157.960432,Short-eared Owl,2,2020-01-30 +21.69109285,-157.960432,Slaty-backed Gull,2,2019-02-11 +21.69109285,-157.960432,Snow Goose,9,2022-02-19 +21.69109285,-157.960432,Snowy Egret,1,2021-04-02 +21.69109285,-157.960432,Solitary Sandpiper,2,2023-10-28 +21.69109285,-157.960432,Sooty Shearwater,1,2019-04-04 +21.69109285,-157.960432,Sooty Tern,11,2022-10-01 +21.69109285,-157.960432,Spotted Dove,361,2024-02-28 +21.69109285,-157.960432,Tristram's Storm-Petrel,3,2024-02-22 +21.69109285,-157.960432,Wandering Tattler,360,2024-02-28 +21.69109285,-157.960432,Warbling White-eye,210,2024-02-28 +21.69109285,-157.960432,Wedge-tailed Shearwater,58,2023-12-08 +21.69109285,-157.960432,Western Cattle Egret,440,2024-02-28 +21.69109285,-157.960432,Whimbrel,15,2023-12-05 +21.69109285,-157.960432,White-rumped Shama,85,2024-02-28 +21.69109285,-157.960432,White-tailed Tropicbird,1,2021-04-02 +21.69109285,-157.960432,Wilson's Snipe,63,2023-12-23 +21.69109285,-157.960432,Yellow-fronted Canary,1,2021-11-29 +21.69109285,-157.960432,Zebra Dove,354,2024-02-28 From bdcbd71b2a04d7e94eae65b142ef03385ddb3506 Mon Sep 17 00:00:00 2001 From: avenmia Date: Tue, 18 Feb 2025 20:55:43 -1000 Subject: [PATCH 3/4] Adding geojson data --- DataProcessing/bird_sightings.geojson | 16809 ++++++++++++++++++++++++ 1 file changed, 16809 insertions(+) create mode 100644 DataProcessing/bird_sightings.geojson diff --git a/DataProcessing/bird_sightings.geojson b/DataProcessing/bird_sightings.geojson new file mode 100644 index 0000000..059552e --- /dev/null +++ b/DataProcessing/bird_sightings.geojson @@ -0,0 +1,16809 @@ +{ +"type": "FeatureCollection", +"name": "bird_sightings", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } }, +"features": [ +{ "type": "Feature", "properties": { "Latitude": 21.28514725, "Longitude": -158.0597058, "Species": "Brown Booby", "Count": 1, "Date": "2022-10-18" }, "geometry": { "type": "Point", "coordinates": [ -158.059705799999989, 21.28514725 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28463967, "Longitude": -157.972955, "Species": "Brown Booby", "Count": 1, "Date": "2021-02-02" }, "geometry": { "type": "Point", "coordinates": [ -157.972955, 21.28463967 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28402542, "Longitude": -157.8765695, "Species": "Brown Booby", "Count": 3, "Date": "2020-09-03" }, "geometry": { "type": "Point", "coordinates": [ -157.876569499999988, 21.28402542 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29324921, "Longitude": -157.9054178, "Species": "Brown Booby", "Count": 1, "Date": "2019-10-13" }, "geometry": { "type": "Point", "coordinates": [ -157.9054178, 21.29324921 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29318633, "Longitude": -157.8957787, "Species": "Brown Booby", "Count": 1, "Date": "2020-07-04" }, "geometry": { "type": "Point", "coordinates": [ -157.8957787, 21.29318633 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29143089, "Longitude": -157.6548163, "Species": "Wandering Tattler", "Count": 1, "Date": "2020-04-26" }, "geometry": { "type": "Point", "coordinates": [ -157.6548163, 21.29143089 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30299573, "Longitude": -158.0210302, "Species": "Saffron Finch", "Count": 1, "Date": "2022-02-05" }, "geometry": { "type": "Point", "coordinates": [ -158.021030200000013, 21.30299573 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30061708, "Longitude": -157.674012, "Species": "Pacific Golden-Plover", "Count": 1, "Date": "2019-09-27" }, "geometry": { "type": "Point", "coordinates": [ -157.674012, 21.30061708 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31137897, "Longitude": -157.9149245, "Species": "Pacific Golden-Plover", "Count": 1, "Date": "2023-06-17" }, "geometry": { "type": "Point", "coordinates": [ -157.914924500000012, 21.31137897 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30995004, "Longitude": -157.7124877, "Species": "White-rumped Shama", "Count": 1, "Date": "2022-12-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7124877, 21.30995004 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31941647, "Longitude": -157.7702492, "Species": "Red-billed Leiothrix", "Count": 1, "Date": "2022-09-04" }, "geometry": { "type": "Point", "coordinates": [ -157.7702492, 21.31941647 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31905658, "Longitude": -157.7220488, "Species": "Red-billed Leiothrix", "Count": 1, "Date": "2021-05-13" }, "geometry": { "type": "Point", "coordinates": [ -157.72204880000001, 21.31905658 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32771504, "Longitude": -157.6737683, "Species": "Great Frigatebird", "Count": 1, "Date": "2021-10-14" }, "geometry": { "type": "Point", "coordinates": [ -157.6737683, 21.32771504 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33976551, "Longitude": -158.1365023, "Species": "Brown Booby", "Count": 2, "Date": "2023-10-04" }, "geometry": { "type": "Point", "coordinates": [ -158.136502299999989, 21.33976551 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33896252, "Longitude": -157.9918638, "Species": "Gray Francolin", "Count": 1, "Date": "2019-01-21" }, "geometry": { "type": "Point", "coordinates": [ -157.9918638, 21.33896252 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34805366, "Longitude": -158.0014449, "Species": "Barn Owl", "Count": 1, "Date": "2019-04-11" }, "geometry": { "type": "Point", "coordinates": [ -158.0014449, 21.34805366 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34679401, "Longitude": -157.808592, "Species": "Red-billed Leiothrix", "Count": 1, "Date": "2021-08-31" }, "geometry": { "type": "Point", "coordinates": [ -157.808592, 21.34679401 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34651563, "Longitude": -157.7700231, "Species": "Red-billed Leiothrix", "Count": 1, "Date": "2019-08-10" }, "geometry": { "type": "Point", "coordinates": [ -157.7700231, 21.34651563 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35758337, "Longitude": -158.0881771, "Species": "Common Myna", "Count": 1, "Date": "2022-04-28" }, "geometry": { "type": "Point", "coordinates": [ -158.0881771, 21.35758337 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35629332, "Longitude": -157.8760198, "Species": "Pacific Golden-Plover", "Count": 1, "Date": "2019-01-15" }, "geometry": { "type": "Point", "coordinates": [ -157.8760198, 21.35629332 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35589547, "Longitude": -157.8181619, "Species": "White-rumped Shama", "Count": 1, "Date": "2019-09-19" }, "geometry": { "type": "Point", "coordinates": [ -157.8181619, 21.35589547 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35540624, "Longitude": -157.7506623, "Species": "Red-tailed Tropicbird", "Count": 1, "Date": "2021-01-15" }, "geometry": { "type": "Point", "coordinates": [ -157.750662299999988, 21.35540624 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36436725, "Longitude": -157.7409425, "Species": "Yellow-fronted Canary", "Count": 1, "Date": "2023-02-08" }, "geometry": { "type": "Point", "coordinates": [ -157.740942499999989, 21.36436725 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36422131, "Longitude": -157.7216567, "Species": "Scaly-breasted Munia", "Count": 1, "Date": "2022-09-19" }, "geometry": { "type": "Point", "coordinates": [ -157.721656700000011, 21.36422131 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3754339, "Longitude": -158.0494848, "Species": "Rose-ringed Parakeet", "Count": 1, "Date": "2023-02-14" }, "geometry": { "type": "Point", "coordinates": [ -158.049484799999988, 21.3754339 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37537891, "Longitude": -158.0398399, "Species": "Black-necked Stilt", "Count": 1, "Date": "2019-02-24" }, "geometry": { "type": "Point", "coordinates": [ -158.0398399, 21.37537891 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37521131, "Longitude": -158.0109055, "Species": "Western Cattle Egret", "Count": 1, "Date": "2019-01-16" }, "geometry": { "type": "Point", "coordinates": [ -158.0109055, 21.37521131 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3732543, "Longitude": -157.7215782, "Species": "Pacific Golden-Plover", "Count": 1, "Date": "2023-09-14" }, "geometry": { "type": "Point", "coordinates": [ -157.72157820000001, 21.3732543 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38441301, "Longitude": -158.039781, "Species": "White Tern", "Count": 1, "Date": "2021-12-03" }, "geometry": { "type": "Point", "coordinates": [ -158.039781, 21.38441301 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38319712, "Longitude": -157.8468782, "Species": "Apapane", "Count": 1, "Date": "2023-01-20" }, "geometry": { "type": "Point", "coordinates": [ -157.8468782, 21.38319712 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3942122, "Longitude": -158.1844167, "Species": "Brown Booby", "Count": 2, "Date": "2022-05-16" }, "geometry": { "type": "Point", "coordinates": [ -158.184416700000014, 21.3942122 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39209636, "Longitude": -157.8275166, "Species": "White-tailed Tropicbird", "Count": 1, "Date": "2022-01-26" }, "geometry": { "type": "Point", "coordinates": [ -157.8275166, 21.39209636 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39202848, "Longitude": -157.8178713, "Species": "White-tailed Tropicbird", "Count": 1, "Date": "2021-05-15" }, "geometry": { "type": "Point", "coordinates": [ -157.8178713, 21.39202848 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39168124, "Longitude": -157.7696456, "Species": "Spotted Dove", "Count": 1, "Date": "2023-02-23" }, "geometry": { "type": "Point", "coordinates": [ -157.7696456, 21.39168124 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40315263, "Longitude": -158.1650723, "Species": "Erckel's Spurfowl", "Count": 1, "Date": "2019-02-20" }, "geometry": { "type": "Point", "coordinates": [ -158.1650723, 21.40315263 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40242537, "Longitude": -158.0300163, "Species": "Snow Goose", "Count": 2, "Date": "2021-01-29" }, "geometry": { "type": "Point", "coordinates": [ -158.0300163, 21.40242537 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41228158, "Longitude": -158.1843163, "Species": "Red Phalarope", "Count": 1, "Date": "2020-12-27" }, "geometry": { "type": "Point", "coordinates": [ -158.1843163, 21.41228158 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41208976, "Longitude": -158.1457257, "Species": "Peregrine Falcon", "Count": 2, "Date": "2020-03-25" }, "geometry": { "type": "Point", "coordinates": [ -158.145725700000014, 21.41208976 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41157001, "Longitude": -158.0492512, "Species": "Red-crowned Parrot", "Count": 2, "Date": "2021-12-07" }, "geometry": { "type": "Point", "coordinates": [ -158.049251199999986, 21.41157001 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.411403, "Longitude": -158.0203094, "Species": "Snow Goose", "Count": 1, "Date": "2021-01-02" }, "geometry": { "type": "Point", "coordinates": [ -158.0203094, 21.411403 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41099449, "Longitude": -157.9527801, "Species": "Saffron Finch", "Count": 1, "Date": "2023-06-27" }, "geometry": { "type": "Point", "coordinates": [ -157.952780100000012, 21.41099449 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41042906, "Longitude": -157.8659587, "Species": "Pacific Golden-Plover", "Count": 1, "Date": "2019-12-09" }, "geometry": { "type": "Point", "coordinates": [ -157.8659587, 21.41042906 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41885113, "Longitude": -157.7790655, "Species": "Brown Booby", "Count": 1, "Date": "2022-08-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7790655, 21.41885113 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43030342, "Longitude": -158.1745669, "Species": "Zebra Dove", "Count": 2, "Date": "2022-05-27" }, "geometry": { "type": "Point", "coordinates": [ -158.1745669, 21.43030342 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42745142, "Longitude": -157.7211066, "Species": "Brown Booby", "Count": 1, "Date": "2023-10-08" }, "geometry": { "type": "Point", "coordinates": [ -157.721106600000013, 21.42745142 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44736656, "Longitude": -157.9911198, "Species": "Red-crowned Parrot", "Count": 2, "Date": "2020-03-12" }, "geometry": { "type": "Point", "coordinates": [ -157.9911198, 21.44736656 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45763659, "Longitude": -158.2226683, "Species": "Brown Booby", "Count": 1, "Date": "2019-07-05" }, "geometry": { "type": "Point", "coordinates": [ -158.2226683, 21.45763659 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46554928, "Longitude": -158.0102966, "Species": "Rose-ringed Parakeet", "Count": 1, "Date": "2023-11-18" }, "geometry": { "type": "Point", "coordinates": [ -158.0102966, 21.46554928 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46543403, "Longitude": -157.9909953, "Species": "Red-crested Cardinal", "Count": 1, "Date": "2022-05-01" }, "geometry": { "type": "Point", "coordinates": [ -157.9909953, 21.46543403 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46422539, "Longitude": -157.8076393, "Species": "Peregrine Falcon", "Count": 1, "Date": "2023-01-21" }, "geometry": { "type": "Point", "coordinates": [ -157.8076393, 21.46422539 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47556911, "Longitude": -158.1936162, "Species": "Common Waxbill", "Count": 1, "Date": "2023-03-01" }, "geometry": { "type": "Point", "coordinates": [ -158.1936162, 21.47556911 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47497609, "Longitude": -158.0777958, "Species": "Gray Francolin", "Count": 1, "Date": "2022-06-22" }, "geometry": { "type": "Point", "coordinates": [ -158.0777958, 21.47497609 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47463993, "Longitude": -158.0198869, "Species": "Red-crowned Parrot", "Count": 1, "Date": "2019-01-30" }, "geometry": { "type": "Point", "coordinates": [ -158.019886899999989, 21.47463993 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48441355, "Longitude": -158.1549566, "Species": "Warbling White-eye", "Count": 1, "Date": "2023-08-27" }, "geometry": { "type": "Point", "coordinates": [ -158.1549566, 21.48441355 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48421876, "Longitude": -158.1163472, "Species": "Erckel's Spurfowl", "Count": 1, "Date": "2021-07-05" }, "geometry": { "type": "Point", "coordinates": [ -158.1163472, 21.48421876 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48416768, "Longitude": -158.1066951, "Species": "Red-crowned Parrot", "Count": 1, "Date": "2021-04-14" }, "geometry": { "type": "Point", "coordinates": [ -158.1066951, 21.48416768 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48384174, "Longitude": -158.0487824, "Species": "Western Cattle Egret", "Count": 1, "Date": "2021-12-03" }, "geometry": { "type": "Point", "coordinates": [ -158.0487824, 21.48384174 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49319986, "Longitude": -158.1066399, "Species": "Red-crested Cardinal", "Count": 1, "Date": "2023-11-16" }, "geometry": { "type": "Point", "coordinates": [ -158.1066399, 21.49319986 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51141849, "Longitude": -158.135491, "Species": "Apapane", "Count": 1, "Date": "2024-02-14" }, "geometry": { "type": "Point", "coordinates": [ -158.135491, 21.51141849 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51094278, "Longitude": -158.0486061, "Species": "Red-masked Parakeet", "Count": 1, "Date": "2023-12-19" }, "geometry": { "type": "Point", "coordinates": [ -158.0486061, 21.51094278 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.52092219, "Longitude": -158.2319872, "Species": "Red Junglefowl", "Count": 1, "Date": "2020-03-17" }, "geometry": { "type": "Point", "coordinates": [ -158.2319872, 21.52092219 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.52013964, "Longitude": -158.0775105, "Species": "Barn Owl", "Count": 1, "Date": "2020-05-25" }, "geometry": { "type": "Point", "coordinates": [ -158.077510499999988, 21.52013964 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.52008581, "Longitude": -158.0678561, "Species": "Common Myna", "Count": 2, "Date": "2023-03-29" }, "geometry": { "type": "Point", "coordinates": [ -158.0678561, 21.52008581 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.52003148, "Longitude": -158.0582017, "Species": "Gray Francolin", "Count": 1, "Date": "2023-02-03" }, "geometry": { "type": "Point", "coordinates": [ -158.058201700000012, 21.52003148 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5190249, "Longitude": -157.8940806, "Species": "Apapane", "Count": 1, "Date": "2021-12-26" }, "geometry": { "type": "Point", "coordinates": [ -157.8940806, 21.5190249 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5274524, "Longitude": -157.8071234, "Species": "Sooty Tern", "Count": 1, "Date": "2022-03-29" }, "geometry": { "type": "Point", "coordinates": [ -157.8071234, 21.5274524 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.53831265, "Longitude": -158.0967078, "Species": "Black-crowned Night Heron", "Count": 1, "Date": "2019-06-27" }, "geometry": { "type": "Point", "coordinates": [ -158.0967078, 21.53831265 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.53804418, "Longitude": -158.0484296, "Species": "Short-eared Owl", "Count": 1, "Date": "2021-08-31" }, "geometry": { "type": "Point", "coordinates": [ -158.0484296, 21.53804418 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5379888, "Longitude": -158.038774, "Species": "Western Cattle Egret", "Count": 2, "Date": "2021-11-30" }, "geometry": { "type": "Point", "coordinates": [ -158.038774, 21.5379888 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.53669332, "Longitude": -157.8360141, "Species": "Pacific Golden-Plover", "Count": 1, "Date": "2022-03-09" }, "geometry": { "type": "Point", "coordinates": [ -157.8360141, 21.53669332 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55616653, "Longitude": -158.0579684, "Species": "Java Sparrow", "Count": 1, "Date": "2024-01-31" }, "geometry": { "type": "Point", "coordinates": [ -158.0579684, 21.55616653 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5653083, "Longitude": -158.0772247, "Species": "Red-crested Cardinal", "Count": 1, "Date": "2021-05-12" }, "geometry": { "type": "Point", "coordinates": [ -158.077224699999988, 21.5653083 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58416651, "Longitude": -158.2316438, "Species": "Glaucous-winged Gull", "Count": 1, "Date": "2020-11-21" }, "geometry": { "type": "Point", "coordinates": [ -158.2316438, 21.58416651 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5927245, "Longitude": -158.1350071, "Species": "Black-footed Albatross", "Count": 1, "Date": "2022-12-08" }, "geometry": { "type": "Point", "coordinates": [ -158.1350071, 21.5927245 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.59122467, "Longitude": -157.8838739, "Species": "Chestnut Munia", "Count": 1, "Date": "2019-03-11" }, "geometry": { "type": "Point", "coordinates": [ -157.8838739, 21.59122467 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63730367, "Longitude": -158.0284548, "Species": "Warbling White-eye", "Count": 1, "Date": "2022-10-27" }, "geometry": { "type": "Point", "coordinates": [ -158.0284548, 21.63730367 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63683409, "Longitude": -157.9511588, "Species": "Barn Owl", "Count": 1, "Date": "2023-03-18" }, "geometry": { "type": "Point", "coordinates": [ -157.9511588, 21.63683409 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.24742823, "Longitude": -157.809393, "Species": "Brown Booby", "Count": 1, "Date": "2023-04-17" }, "geometry": { "type": "Point", "coordinates": [ -157.809393, 21.24742823 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.24742823, "Longitude": -157.809393, "Species": "Wedge-tailed Shearwater", "Count": 1, "Date": "2023-04-17" }, "geometry": { "type": "Point", "coordinates": [ -157.809393, 21.24742823 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25666347, "Longitude": -157.8382298, "Species": "Great Frigatebird", "Count": 1, "Date": "2024-02-09" }, "geometry": { "type": "Point", "coordinates": [ -157.8382298, 21.25666347 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25666347, "Longitude": -157.8382298, "Species": "Masked Booby", "Count": 1, "Date": "2024-02-09" }, "geometry": { "type": "Point", "coordinates": [ -157.8382298, 21.25666347 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26738912, "Longitude": -158.1176481, "Species": "Wedge-tailed Shearwater", "Count": 1, "Date": "2021-09-19" }, "geometry": { "type": "Point", "coordinates": [ -158.1176481, 21.26738912 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26738912, "Longitude": -158.1176481, "Species": "White Tern", "Count": 1, "Date": "2021-09-19" }, "geometry": { "type": "Point", "coordinates": [ -158.1176481, 21.26738912 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27589264, "Longitude": -158.0212091, "Species": "Brown Booby", "Count": 1, "Date": "2019-01-20" }, "geometry": { "type": "Point", "coordinates": [ -158.0212091, 21.27589264 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27589264, "Longitude": -158.0212091, "Species": "White Tern", "Count": 1, "Date": "2019-01-20" }, "geometry": { "type": "Point", "coordinates": [ -158.0212091, 21.27589264 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30264901, "Longitude": -157.9631898, "Species": "Brown Booby", "Count": 1, "Date": "2019-01-13" }, "geometry": { "type": "Point", "coordinates": [ -157.9631898, 21.30264901 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30264901, "Longitude": -157.9631898, "Species": "White Tern", "Count": 1, "Date": "2019-01-13" }, "geometry": { "type": "Point", "coordinates": [ -157.9631898, 21.30264901 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30106368, "Longitude": -157.7318439, "Species": "Common Waxbill", "Count": 1, "Date": "2022-10-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7318439, 21.30106368 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30106368, "Longitude": -157.7318439, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2022-10-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7318439, 21.30106368 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30038558, "Longitude": -157.6450952, "Species": "Great Frigatebird", "Count": 2, "Date": "2021-06-22" }, "geometry": { "type": "Point", "coordinates": [ -157.645095199999986, 21.30038558 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30038558, "Longitude": -157.6450952, "Species": "Masked Booby", "Count": 2, "Date": "2021-06-22" }, "geometry": { "type": "Point", "coordinates": [ -157.645095199999986, 21.30038558 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31112575, "Longitude": -157.8763638, "Species": "Common Myna", "Count": 1, "Date": "2024-01-09" }, "geometry": { "type": "Point", "coordinates": [ -157.8763638, 21.31112575 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31112575, "Longitude": -157.8763638, "Species": "White Tern", "Count": 1, "Date": "2022-07-12" }, "geometry": { "type": "Point", "coordinates": [ -157.8763638, 21.31112575 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31016916, "Longitude": -157.7414056, "Species": "Oahu Elepaio", "Count": 2, "Date": "2021-03-28" }, "geometry": { "type": "Point", "coordinates": [ -157.7414056, 21.31016916 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31016916, "Longitude": -157.7414056, "Species": "White-rumped Shama", "Count": 1, "Date": "2019-03-31" }, "geometry": { "type": "Point", "coordinates": [ -157.7414056, 21.31016916 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34880027, "Longitude": -158.1364494, "Species": "Brown Booby", "Count": 3, "Date": "2023-03-30" }, "geometry": { "type": "Point", "coordinates": [ -158.1364494, 21.34880027 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34880027, "Longitude": -158.1364494, "Species": "White Tern", "Count": 1, "Date": "2023-03-30" }, "geometry": { "type": "Point", "coordinates": [ -158.1364494, 21.34880027 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34860058, "Longitude": -158.0978761, "Species": "Eurasian Skylark", "Count": 1, "Date": "2019-11-02" }, "geometry": { "type": "Point", "coordinates": [ -158.0978761, 21.34860058 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34860058, "Longitude": -158.0978761, "Species": "Western Cattle Egret", "Count": 1, "Date": "2019-11-02" }, "geometry": { "type": "Point", "coordinates": [ -158.0978761, 21.34860058 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3645818, "Longitude": -157.7698723, "Species": "Common Myna", "Count": 1, "Date": "2021-10-16" }, "geometry": { "type": "Point", "coordinates": [ -157.7698723, 21.3645818 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3645818, "Longitude": -157.7698723, "Species": "Java Sparrow", "Count": 1, "Date": "2019-05-12" }, "geometry": { "type": "Point", "coordinates": [ -157.7698723, 21.3645818 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3934471, "Longitude": -158.039722, "Species": "Barn Owl", "Count": 1, "Date": "2019-05-20" }, "geometry": { "type": "Point", "coordinates": [ -158.039722, 21.3934471 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3934471, "Longitude": -158.039722, "Species": "Red-masked Parakeet", "Count": 2, "Date": "2021-12-05" }, "geometry": { "type": "Point", "coordinates": [ -158.039722, 21.3934471 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39339152, "Longitude": -158.0300759, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2020-02-02" }, "geometry": { "type": "Point", "coordinates": [ -158.030075900000014, 21.39339152 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39339152, "Longitude": -158.0300759, "Species": "Saffron Finch", "Count": 1, "Date": "2020-02-02" }, "geometry": { "type": "Point", "coordinates": [ -158.030075900000014, 21.39339152 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39223047, "Longitude": -157.8468073, "Species": "Red-billed Leiothrix", "Count": 1, "Date": "2021-11-26" }, "geometry": { "type": "Point", "coordinates": [ -157.8468073, 21.39223047 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39223047, "Longitude": -157.8468073, "Species": "Warbling White-eye", "Count": 1, "Date": "2021-11-26" }, "geometry": { "type": "Point", "coordinates": [ -157.8468073, 21.39223047 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43648389, "Longitude": -157.7210278, "Species": "Black Noddy", "Count": 1, "Date": "2019-02-05" }, "geometry": { "type": "Point", "coordinates": [ -157.7210278, 21.43648389 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43648389, "Longitude": -157.7210278, "Species": "Brown Noddy", "Count": 1, "Date": "2019-02-05" }, "geometry": { "type": "Point", "coordinates": [ -157.7210278, 21.43648389 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45526118, "Longitude": -157.8173622, "Species": "Masked Booby", "Count": 2, "Date": "2022-01-29" }, "geometry": { "type": "Point", "coordinates": [ -157.8173622, 21.45526118 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45526118, "Longitude": -157.8173622, "Species": "White-rumped Shama", "Count": 1, "Date": "2022-12-29" }, "geometry": { "type": "Point", "coordinates": [ -157.8173622, 21.45526118 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47446779, "Longitude": -157.9909331, "Species": "Japanese Bush Warbler", "Count": 1, "Date": "2023-07-31" }, "geometry": { "type": "Point", "coordinates": [ -157.9909331, 21.47446779 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47446779, "Longitude": -157.9909331, "Species": "Warbling White-eye", "Count": 1, "Date": "2023-07-31" }, "geometry": { "type": "Point", "coordinates": [ -157.9909331, 21.47446779 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47325822, "Longitude": -157.8075657, "Species": "Great Frigatebird", "Count": 1, "Date": "2020-01-28" }, "geometry": { "type": "Point", "coordinates": [ -157.8075657, 21.47325822 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47325822, "Longitude": -157.8075657, "Species": "Western Cattle Egret", "Count": 1, "Date": "2020-01-28" }, "geometry": { "type": "Point", "coordinates": [ -157.8075657, 21.47325822 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49363759, "Longitude": -158.1935166, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2023-11-17" }, "geometry": { "type": "Point", "coordinates": [ -158.1935166, 21.49363759 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49363759, "Longitude": -158.1935166, "Species": "White-rumped Shama", "Count": 1, "Date": "2023-11-17" }, "geometry": { "type": "Point", "coordinates": [ -158.1935166, 21.49363759 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50285349, "Longitude": -158.2320822, "Species": "Brown Booby", "Count": 1, "Date": "2019-04-21" }, "geometry": { "type": "Point", "coordinates": [ -158.2320822, 21.50285349 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50285349, "Longitude": -158.2320822, "Species": "Masked Booby", "Count": 1, "Date": "2019-04-21" }, "geometry": { "type": "Point", "coordinates": [ -158.2320822, 21.50285349 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51077519, "Longitude": -158.0196448, "Species": "Rose-ringed Parakeet", "Count": 1, "Date": "2021-08-26" }, "geometry": { "type": "Point", "coordinates": [ -158.0196448, 21.51077519 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51077519, "Longitude": -158.0196448, "Species": "White-rumped Shama", "Count": 1, "Date": "2021-08-26" }, "geometry": { "type": "Point", "coordinates": [ -158.0196448, 21.51077519 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.52963605, "Longitude": -158.1643486, "Species": "Erckel's Spurfowl", "Count": 1, "Date": "2022-01-22" }, "geometry": { "type": "Point", "coordinates": [ -158.164348600000011, 21.52963605 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.52963605, "Longitude": -158.1643486, "Species": "Zebra Dove", "Count": 1, "Date": "2022-01-22" }, "geometry": { "type": "Point", "coordinates": [ -158.164348600000011, 21.52963605 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56618496, "Longitude": -158.2510584, "Species": "Great Frigatebird", "Count": 1, "Date": "2022-01-07" }, "geometry": { "type": "Point", "coordinates": [ -158.2510584, 21.56618496 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56618496, "Longitude": -158.2510584, "Species": "Laysan Albatross", "Count": 1, "Date": "2022-01-07" }, "geometry": { "type": "Point", "coordinates": [ -158.2510584, 21.56618496 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56406053, "Longitude": -157.8744247, "Species": "Red-crested Cardinal", "Count": 1, "Date": "2022-02-11" }, "geometry": { "type": "Point", "coordinates": [ -157.8744247, 21.56406053 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56406053, "Longitude": -157.8744247, "Species": "Zebra Dove", "Count": 1, "Date": "2022-02-11" }, "geometry": { "type": "Point", "coordinates": [ -157.8744247, 21.56406053 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58384339, "Longitude": -158.1640345, "Species": "Laysan Albatross", "Count": 1, "Date": "2022-02-27" }, "geometry": { "type": "Point", "coordinates": [ -158.164034500000014, 21.58384339 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58384339, "Longitude": -158.1640345, "Species": "Sanderling", "Count": 1, "Date": "2022-02-27" }, "geometry": { "type": "Point", "coordinates": [ -158.164034500000014, 21.58384339 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.62754997, "Longitude": -157.9125793, "Species": "Ruddy Turnstone", "Count": 1, "Date": "2022-01-04" }, "geometry": { "type": "Point", "coordinates": [ -157.9125793, 21.62754997 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.62754997, "Longitude": -157.9125793, "Species": "Wandering Tattler", "Count": 1, "Date": "2022-01-04" }, "geometry": { "type": "Point", "coordinates": [ -157.9125793, 21.62754997 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.646223, "Longitude": -158.0090688, "Species": "Feral Mallard", "Count": 1, "Date": "2022-03-23" }, "geometry": { "type": "Point", "coordinates": [ -158.0090688, 21.646223 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.646223, "Longitude": -158.0090688, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2022-03-23" }, "geometry": { "type": "Point", "coordinates": [ -158.0090688, 21.646223 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.66399467, "Longitude": -157.9606265, "Species": "Great Frigatebird", "Count": 1, "Date": "2021-05-12" }, "geometry": { "type": "Point", "coordinates": [ -157.960626499999989, 21.66399467 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.66399467, "Longitude": -157.9606265, "Species": "Red-vented Bulbul", "Count": 2, "Date": "2023-06-10" }, "geometry": { "type": "Point", "coordinates": [ -157.960626499999989, 21.66399467 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.23839507, "Longitude": -157.8094654, "Species": "Brown Booby", "Count": 1, "Date": "2021-03-20" }, "geometry": { "type": "Point", "coordinates": [ -157.8094654, 21.23839507 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.23839507, "Longitude": -157.8094654, "Species": "Sooty Tern", "Count": 1, "Date": "2021-03-20" }, "geometry": { "type": "Point", "coordinates": [ -157.8094654, 21.23839507 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.23839507, "Longitude": -157.8094654, "Species": "White Tern", "Count": 1, "Date": "2021-03-20" }, "geometry": { "type": "Point", "coordinates": [ -157.8094654, 21.23839507 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26576306, "Longitude": -157.8477961, "Species": "Rock Pigeon", "Count": 1, "Date": "2022-11-25" }, "geometry": { "type": "Point", "coordinates": [ -157.847796100000011, 21.26576306 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26576306, "Longitude": -157.8477961, "Species": "Wedge-tailed Shearwater", "Count": 1, "Date": "2022-11-25" }, "geometry": { "type": "Point", "coordinates": [ -157.847796100000011, 21.26576306 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26576306, "Longitude": -157.8477961, "Species": "White Tern", "Count": 1, "Date": "2022-11-25" }, "geometry": { "type": "Point", "coordinates": [ -157.847796100000011, 21.26576306 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27492734, "Longitude": -157.8670007, "Species": "Brown Booby", "Count": 1, "Date": "2023-01-24" }, "geometry": { "type": "Point", "coordinates": [ -157.8670007, 21.27492734 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27492734, "Longitude": -157.8670007, "Species": "Sooty Tern", "Count": 1, "Date": "2023-01-24" }, "geometry": { "type": "Point", "coordinates": [ -157.8670007, 21.27492734 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27492734, "Longitude": -157.8670007, "Species": "White Tern", "Count": 1, "Date": "2023-01-24" }, "geometry": { "type": "Point", "coordinates": [ -157.8670007, 21.27492734 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28550839, "Longitude": -158.1271798, "Species": "Brown Booby", "Count": 1, "Date": "2022-10-18" }, "geometry": { "type": "Point", "coordinates": [ -158.1271798, 21.28550839 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28550839, "Longitude": -158.1271798, "Species": "Wedge-tailed Shearwater", "Count": 1, "Date": "2022-10-18" }, "geometry": { "type": "Point", "coordinates": [ -158.1271798, 21.28550839 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28550839, "Longitude": -158.1271798, "Species": "White Tern", "Count": 1, "Date": "2022-10-18" }, "geometry": { "type": "Point", "coordinates": [ -158.1271798, 21.28550839 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29238729, "Longitude": -157.7801135, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2019-03-18" }, "geometry": { "type": "Point", "coordinates": [ -157.7801135, 21.29238729 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29238729, "Longitude": -157.7801135, "Species": "Spotted Dove", "Count": 1, "Date": "2019-03-18" }, "geometry": { "type": "Point", "coordinates": [ -157.7801135, 21.29238729 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29238729, "Longitude": -157.7801135, "Species": "Warbling White-eye", "Count": 1, "Date": "2019-03-18" }, "geometry": { "type": "Point", "coordinates": [ -157.7801135, 21.29238729 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30252957, "Longitude": -157.9439101, "Species": "Eurasian Skylark", "Count": 1, "Date": "2019-01-20" }, "geometry": { "type": "Point", "coordinates": [ -157.943910100000011, 21.30252957 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30252957, "Longitude": -157.9439101, "Species": "Pacific Golden-Plover", "Count": 1, "Date": "2019-01-20" }, "geometry": { "type": "Point", "coordinates": [ -157.943910100000011, 21.30252957 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30252957, "Longitude": -157.9439101, "Species": "Spotted Dove", "Count": 1, "Date": "2022-09-20" }, "geometry": { "type": "Point", "coordinates": [ -157.943910100000011, 21.30252957 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3125633, "Longitude": -158.1173791, "Species": "Brown Booby", "Count": 1, "Date": "2020-04-04" }, "geometry": { "type": "Point", "coordinates": [ -158.1173791, 21.3125633 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3125633, "Longitude": -158.1173791, "Species": "Ruddy Turnstone", "Count": 1, "Date": "2020-04-04" }, "geometry": { "type": "Point", "coordinates": [ -158.1173791, 21.3125633 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3125633, "Longitude": -158.1173791, "Species": "Sooty Tern", "Count": 1, "Date": "2020-04-04" }, "geometry": { "type": "Point", "coordinates": [ -158.1173791, 21.3125633 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3213421, "Longitude": -158.0691187, "Species": "Red Junglefowl", "Count": 1, "Date": "2022-12-22" }, "geometry": { "type": "Point", "coordinates": [ -158.0691187, 21.3213421 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3213421, "Longitude": -158.0691187, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2022-12-22" }, "geometry": { "type": "Point", "coordinates": [ -158.0691187, 21.3213421 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3213421, "Longitude": -158.0691187, "Species": "Zebra Dove", "Count": 1, "Date": "2022-12-22" }, "geometry": { "type": "Point", "coordinates": [ -158.0691187, 21.3213421 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34889658, "Longitude": -158.1557362, "Species": "Brown Booby", "Count": 1, "Date": "2023-02-21" }, "geometry": { "type": "Point", "coordinates": [ -158.1557362, 21.34889658 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34889658, "Longitude": -158.1557362, "Species": "Red-footed Booby", "Count": 1, "Date": "2023-02-21" }, "geometry": { "type": "Point", "coordinates": [ -158.1557362, 21.34889658 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34889658, "Longitude": -158.1557362, "Species": "Sooty Tern", "Count": 1, "Date": "2023-02-21" }, "geometry": { "type": "Point", "coordinates": [ -158.1557362, 21.34889658 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34672523, "Longitude": -157.7989498, "Species": "Red-billed Leiothrix", "Count": 1, "Date": "2019-09-01" }, "geometry": { "type": "Point", "coordinates": [ -157.7989498, 21.34672523 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34672523, "Longitude": -157.7989498, "Species": "Warbling White-eye", "Count": 1, "Date": "2019-09-01" }, "geometry": { "type": "Point", "coordinates": [ -157.7989498, 21.34672523 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34672523, "Longitude": -157.7989498, "Species": "White-rumped Shama", "Count": 1, "Date": "2019-09-01" }, "geometry": { "type": "Point", "coordinates": [ -157.7989498, 21.34672523 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36687025, "Longitude": -158.1363436, "Species": "Common Myna", "Count": 1, "Date": "2023-05-08" }, "geometry": { "type": "Point", "coordinates": [ -158.1363436, 21.36687025 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36687025, "Longitude": -158.1363436, "Species": "House Sparrow", "Count": 1, "Date": "2023-05-08" }, "geometry": { "type": "Point", "coordinates": [ -158.1363436, 21.36687025 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36687025, "Longitude": -158.1363436, "Species": "Saffron Finch", "Count": 1, "Date": "2023-05-08" }, "geometry": { "type": "Point", "coordinates": [ -158.1363436, 21.36687025 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36558081, "Longitude": -157.914526, "Species": "Chestnut Munia", "Count": 1, "Date": "2023-04-14" }, "geometry": { "type": "Point", "coordinates": [ -157.914526, 21.36558081 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36558081, "Longitude": -157.914526, "Species": "Common Waxbill", "Count": 1, "Date": "2023-04-14" }, "geometry": { "type": "Point", "coordinates": [ -157.914526, 21.36558081 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36558081, "Longitude": -157.914526, "Species": "Pacific Golden-Plover", "Count": 1, "Date": "2019-11-09" }, "geometry": { "type": "Point", "coordinates": [ -157.914526, 21.36558081 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37361491, "Longitude": -157.7697968, "Species": "Common Myna", "Count": 2, "Date": "2023-10-24" }, "geometry": { "type": "Point", "coordinates": [ -157.7697968, 21.37361491 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37361491, "Longitude": -157.7697968, "Species": "Red Junglefowl", "Count": 2, "Date": "2023-10-18" }, "geometry": { "type": "Point", "coordinates": [ -157.7697968, 21.37361491 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37361491, "Longitude": -157.7697968, "Species": "Western Cattle Egret", "Count": 1, "Date": "2023-10-24" }, "geometry": { "type": "Point", "coordinates": [ -157.7697968, 21.37361491 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40219736, "Longitude": -157.99143, "Species": "Red-crowned Parrot", "Count": 1, "Date": "2019-07-23" }, "geometry": { "type": "Point", "coordinates": [ -157.99143, 21.40219736 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40219736, "Longitude": -157.99143, "Species": "Rose-ringed Parakeet", "Count": 2, "Date": "2021-12-19" }, "geometry": { "type": "Point", "coordinates": [ -157.99143, 21.40219736 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40219736, "Longitude": -157.99143, "Species": "Western Cattle Egret", "Count": 1, "Date": "2019-10-19" }, "geometry": { "type": "Point", "coordinates": [ -157.99143, 21.40219736 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40112966, "Longitude": -157.8274445, "Species": "Red-crested Cardinal", "Count": 1, "Date": "2023-03-16" }, "geometry": { "type": "Point", "coordinates": [ -157.827444500000013, 21.40112966 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40112966, "Longitude": -157.8274445, "Species": "White-tailed Tropicbird", "Count": 2, "Date": "2022-06-27" }, "geometry": { "type": "Point", "coordinates": [ -157.827444500000013, 21.40112966 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40112966, "Longitude": -157.8274445, "Species": "Yellow-fronted Canary", "Count": 1, "Date": "2023-03-16" }, "geometry": { "type": "Point", "coordinates": [ -157.827444500000013, 21.40112966 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42060375, "Longitude": -158.0491927, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2023-03-29" }, "geometry": { "type": "Point", "coordinates": [ -158.0491927, 21.42060375 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42060375, "Longitude": -158.0491927, "Species": "Spotted Dove", "Count": 1, "Date": "2023-03-29" }, "geometry": { "type": "Point", "coordinates": [ -158.0491927, 21.42060375 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42060375, "Longitude": -158.0491927, "Species": "Zebra Dove", "Count": 1, "Date": "2023-03-29" }, "geometry": { "type": "Point", "coordinates": [ -158.0491927, 21.42060375 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43684661, "Longitude": -157.7692672, "Species": "Black Noddy", "Count": 2, "Date": "2021-10-02" }, "geometry": { "type": "Point", "coordinates": [ -157.7692672, 21.43684661 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43684661, "Longitude": -157.7692672, "Species": "House Sparrow", "Count": 1, "Date": "2021-09-03" }, "geometry": { "type": "Point", "coordinates": [ -157.7692672, 21.43684661 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43684661, "Longitude": -157.7692672, "Species": "Western Cattle Egret", "Count": 1, "Date": "2021-10-02" }, "geometry": { "type": "Point", "coordinates": [ -157.7692672, 21.43684661 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44753833, "Longitude": -158.0200682, "Species": "Black-crowned Night Heron", "Count": 1, "Date": "2022-01-07" }, "geometry": { "type": "Point", "coordinates": [ -158.0200682, 21.44753833 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44753833, "Longitude": -158.0200682, "Species": "Common Myna", "Count": 1, "Date": "2021-06-09" }, "geometry": { "type": "Point", "coordinates": [ -158.0200682, 21.44753833 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44753833, "Longitude": -158.0200682, "Species": "Rock Pigeon", "Count": 1, "Date": "2021-06-09" }, "geometry": { "type": "Point", "coordinates": [ -158.0200682, 21.44753833 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45745365, "Longitude": -158.1840649, "Species": "Common Myna", "Count": 1, "Date": "2023-06-13" }, "geometry": { "type": "Point", "coordinates": [ -158.18406490000001, 21.45745365 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45745365, "Longitude": -158.1840649, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2023-06-13" }, "geometry": { "type": "Point", "coordinates": [ -158.18406490000001, 21.45745365 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45745365, "Longitude": -158.1840649, "Species": "Zebra Dove", "Count": 1, "Date": "2023-06-13" }, "geometry": { "type": "Point", "coordinates": [ -158.18406490000001, 21.45745365 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4567963, "Longitude": -158.0586089, "Species": "House Finch", "Count": 1, "Date": "2021-12-19" }, "geometry": { "type": "Point", "coordinates": [ -158.0586089, 21.4567963 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4567963, "Longitude": -158.0586089, "Species": "Rose-ringed Parakeet", "Count": 1, "Date": "2022-08-27" }, "geometry": { "type": "Point", "coordinates": [ -158.0586089, 21.4567963 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4567963, "Longitude": -158.0586089, "Species": "Saffron Finch", "Count": 2, "Date": "2022-12-03" }, "geometry": { "type": "Point", "coordinates": [ -158.0586089, 21.4567963 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46679988, "Longitude": -158.2515754, "Species": "Brown Booby", "Count": 1, "Date": "2023-04-01" }, "geometry": { "type": "Point", "coordinates": [ -158.2515754, 21.46679988 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46679988, "Longitude": -158.2515754, "Species": "Brown Noddy", "Count": 1, "Date": "2023-04-01" }, "geometry": { "type": "Point", "coordinates": [ -158.2515754, 21.46679988 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46679988, "Longitude": -158.2515754, "Species": "Wedge-tailed Shearwater", "Count": 1, "Date": "2023-04-01" }, "geometry": { "type": "Point", "coordinates": [ -158.2515754, 21.46679988 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46566241, "Longitude": -158.0295981, "Species": "Common Myna", "Count": 1, "Date": "2019-02-18" }, "geometry": { "type": "Point", "coordinates": [ -158.029598099999987, 21.46566241 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46566241, "Longitude": -158.0295981, "Species": "Northern Mockingbird", "Count": 1, "Date": "2019-02-18" }, "geometry": { "type": "Point", "coordinates": [ -158.029598099999987, 21.46566241 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46566241, "Longitude": -158.0295981, "Species": "Red-crested Cardinal", "Count": 1, "Date": "2023-04-19" }, "geometry": { "type": "Point", "coordinates": [ -158.029598099999987, 21.46566241 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4748082, "Longitude": -158.0488412, "Species": "Common Myna", "Count": 2, "Date": "2023-03-29" }, "geometry": { "type": "Point", "coordinates": [ -158.0488412, 21.4748082 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4748082, "Longitude": -158.0488412, "Species": "House Finch", "Count": 2, "Date": "2023-03-29" }, "geometry": { "type": "Point", "coordinates": [ -158.0488412, 21.4748082 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4748082, "Longitude": -158.0488412, "Species": "Red-vented Bulbul", "Count": 2, "Date": "2023-03-29" }, "geometry": { "type": "Point", "coordinates": [ -158.0488412, 21.4748082 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48469549, "Longitude": -158.2128715, "Species": "Common Myna", "Count": 2, "Date": "2019-09-26" }, "geometry": { "type": "Point", "coordinates": [ -158.2128715, 21.48469549 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48469549, "Longitude": -158.2128715, "Species": "Indian Peafowl", "Count": 2, "Date": "2019-09-26" }, "geometry": { "type": "Point", "coordinates": [ -158.2128715, 21.48469549 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48469549, "Longitude": -158.2128715, "Species": "Zebra Dove", "Count": 2, "Date": "2019-09-26" }, "geometry": { "type": "Point", "coordinates": [ -158.2128715, 21.48469549 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48411567, "Longitude": -158.097043, "Species": "Common Waxbill", "Count": 2, "Date": "2021-12-11" }, "geometry": { "type": "Point", "coordinates": [ -158.097043, 21.48411567 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48411567, "Longitude": -158.097043, "Species": "Red-vented Bulbul", "Count": 2, "Date": "2021-12-11" }, "geometry": { "type": "Point", "coordinates": [ -158.097043, 21.48411567 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48411567, "Longitude": -158.097043, "Species": "Zebra Dove", "Count": 2, "Date": "2021-12-11" }, "geometry": { "type": "Point", "coordinates": [ -158.097043, 21.48411567 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49381902, "Longitude": -158.2321296, "Species": "Common Myna", "Count": 3, "Date": "2022-03-20" }, "geometry": { "type": "Point", "coordinates": [ -158.2321296, 21.49381902 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49381902, "Longitude": -158.2321296, "Species": "Red-crested Cardinal", "Count": 1, "Date": "2021-12-13" }, "geometry": { "type": "Point", "coordinates": [ -158.2321296, 21.49381902 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49381902, "Longitude": -158.2321296, "Species": "Saffron Finch", "Count": 2, "Date": "2022-03-20" }, "geometry": { "type": "Point", "coordinates": [ -158.2321296, 21.49381902 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51105221, "Longitude": -158.0679138, "Species": "Common Myna", "Count": 1, "Date": "2021-10-23" }, "geometry": { "type": "Point", "coordinates": [ -158.067913800000014, 21.51105221 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51105221, "Longitude": -158.0679138, "Species": "Red-crested Cardinal", "Count": 2, "Date": "2024-02-10" }, "geometry": { "type": "Point", "coordinates": [ -158.067913800000014, 21.51105221 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51105221, "Longitude": -158.0679138, "Species": "Spotted Dove", "Count": 1, "Date": "2021-10-23" }, "geometry": { "type": "Point", "coordinates": [ -158.067913800000014, 21.51105221 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51099774, "Longitude": -158.0582599, "Species": "Black Francolin", "Count": 2, "Date": "2023-06-02" }, "geometry": { "type": "Point", "coordinates": [ -158.0582599, 21.51099774 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51099774, "Longitude": -158.0582599, "Species": "Eurasian Skylark", "Count": 2, "Date": "2023-06-02" }, "geometry": { "type": "Point", "coordinates": [ -158.0582599, 21.51099774 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51099774, "Longitude": -158.0582599, "Species": "Gray Francolin", "Count": 2, "Date": "2023-06-02" }, "geometry": { "type": "Point", "coordinates": [ -158.0582599, 21.51099774 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51992124, "Longitude": -158.0388929, "Species": "Common Myna", "Count": 1, "Date": "2022-05-16" }, "geometry": { "type": "Point", "coordinates": [ -158.0388929, 21.51992124 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51992124, "Longitude": -158.0388929, "Species": "Spotted Dove", "Count": 1, "Date": "2022-05-16" }, "geometry": { "type": "Point", "coordinates": [ -158.0388929, 21.51992124 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51992124, "Longitude": -158.0388929, "Species": "Western Cattle Egret", "Count": 1, "Date": "2022-05-16" }, "geometry": { "type": "Point", "coordinates": [ -158.0388929, 21.51992124 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.53689561, "Longitude": -157.8649787, "Species": "Japanese Bush Warbler", "Count": 1, "Date": "2022-02-10" }, "geometry": { "type": "Point", "coordinates": [ -157.8649787, 21.53689561 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.53689561, "Longitude": -157.8649787, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2022-02-10" }, "geometry": { "type": "Point", "coordinates": [ -157.8649787, 21.53689561 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.53689561, "Longitude": -157.8649787, "Species": "White-tailed Tropicbird", "Count": 1, "Date": "2022-02-10" }, "geometry": { "type": "Point", "coordinates": [ -157.8649787, 21.53689561 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57444804, "Longitude": -158.0964838, "Species": "Common Myna", "Count": 1, "Date": "2022-05-09" }, "geometry": { "type": "Point", "coordinates": [ -158.096483799999987, 21.57444804 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57444804, "Longitude": -158.0964838, "Species": "Western Cattle Egret", "Count": 3, "Date": "2023-11-24" }, "geometry": { "type": "Point", "coordinates": [ -158.096483799999987, 21.57444804 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57444804, "Longitude": -158.0964838, "Species": "Zebra Dove", "Count": 2, "Date": "2023-11-24" }, "geometry": { "type": "Point", "coordinates": [ -158.096483799999987, 21.57444804 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60069992, "Longitude": -157.9514196, "Species": "Apapane", "Count": 1, "Date": "2021-09-18" }, "geometry": { "type": "Point", "coordinates": [ -157.9514196, 21.60069992 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60069992, "Longitude": -157.9514196, "Species": "Common Waxbill", "Count": 1, "Date": "2021-09-18" }, "geometry": { "type": "Point", "coordinates": [ -157.9514196, 21.60069992 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60069992, "Longitude": -157.9514196, "Species": "Warbling White-eye", "Count": 1, "Date": "2021-09-18" }, "geometry": { "type": "Point", "coordinates": [ -157.9514196, 21.60069992 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60051439, "Longitude": -157.9224414, "Species": "Common Myna", "Count": 1, "Date": "2024-02-07" }, "geometry": { "type": "Point", "coordinates": [ -157.9224414, 21.60051439 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60051439, "Longitude": -157.9224414, "Species": "Common Waxbill", "Count": 1, "Date": "2024-02-07" }, "geometry": { "type": "Point", "coordinates": [ -157.9224414, 21.60051439 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60051439, "Longitude": -157.9224414, "Species": "Zebra Dove", "Count": 1, "Date": "2024-02-07" }, "geometry": { "type": "Point", "coordinates": [ -157.9224414, 21.60051439 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.62843706, "Longitude": -158.0575, "Species": "Common Myna", "Count": 1, "Date": "2023-08-26" }, "geometry": { "type": "Point", "coordinates": [ -158.0575, 21.62843706 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.62843706, "Longitude": -158.0575, "Species": "Red-crested Cardinal", "Count": 1, "Date": "2023-08-26" }, "geometry": { "type": "Point", "coordinates": [ -158.0575, 21.62843706 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.62843706, "Longitude": -158.0575, "Species": "White-tailed Tropicbird", "Count": 1, "Date": "2023-08-26" }, "geometry": { "type": "Point", "coordinates": [ -158.0575, 21.62843706 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2474961, "Longitude": -157.8190289, "Species": "Red-footed Booby", "Count": 1, "Date": "2023-07-26" }, "geometry": { "type": "Point", "coordinates": [ -157.8190289, 21.2474961 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2474961, "Longitude": -157.8190289, "Species": "Sooty Tern", "Count": 1, "Date": "2024-01-18" }, "geometry": { "type": "Point", "coordinates": [ -157.8190289, 21.2474961 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2474961, "Longitude": -157.8190289, "Species": "Wedge-tailed Shearwater", "Count": 2, "Date": "2023-09-06" }, "geometry": { "type": "Point", "coordinates": [ -157.8190289, 21.2474961 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2474961, "Longitude": -157.8190289, "Species": "White Tern", "Count": 3, "Date": "2024-01-18" }, "geometry": { "type": "Point", "coordinates": [ -157.8190289, 21.2474961 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27479643, "Longitude": -157.8477258, "Species": "Black Noddy", "Count": 1, "Date": "2023-12-27" }, "geometry": { "type": "Point", "coordinates": [ -157.8477258, 21.27479643 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27479643, "Longitude": -157.8477258, "Species": "Brown Booby", "Count": 5, "Date": "2023-12-31" }, "geometry": { "type": "Point", "coordinates": [ -157.8477258, 21.27479643 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27479643, "Longitude": -157.8477258, "Species": "Brown Noddy", "Count": 1, "Date": "2019-03-01" }, "geometry": { "type": "Point", "coordinates": [ -157.8477258, 21.27479643 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27479643, "Longitude": -157.8477258, "Species": "White Tern", "Count": 3, "Date": "2023-12-31" }, "geometry": { "type": "Point", "coordinates": [ -157.8477258, 21.27479643 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28396082, "Longitude": -157.8669314, "Species": "Brown Booby", "Count": 5, "Date": "2024-01-21" }, "geometry": { "type": "Point", "coordinates": [ -157.8669314, 21.28396082 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28396082, "Longitude": -157.8669314, "Species": "Sooty Tern", "Count": 1, "Date": "2024-01-21" }, "geometry": { "type": "Point", "coordinates": [ -157.8669314, 21.28396082 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28396082, "Longitude": -157.8669314, "Species": "White Tern", "Count": 5, "Date": "2024-01-21" }, "geometry": { "type": "Point", "coordinates": [ -157.8669314, 21.28396082 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28239821, "Longitude": -157.654898, "Species": "Common Waxbill", "Count": 1, "Date": "2021-10-17" }, "geometry": { "type": "Point", "coordinates": [ -157.654898, 21.28239821 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28239821, "Longitude": -157.654898, "Species": "Pacific Golden-Plover", "Count": 1, "Date": "2021-10-17" }, "geometry": { "type": "Point", "coordinates": [ -157.654898, 21.28239821 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28239821, "Longitude": -157.654898, "Species": "Red-crested Cardinal", "Count": 1, "Date": "2021-10-17" }, "geometry": { "type": "Point", "coordinates": [ -157.654898, 21.28239821 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28239821, "Longitude": -157.654898, "Species": "Rock Pigeon", "Count": 1, "Date": "2021-10-17" }, "geometry": { "type": "Point", "coordinates": [ -157.654898, 21.28239821 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29444375, "Longitude": -158.1078472, "Species": "Common Myna", "Count": 1, "Date": "2023-11-19" }, "geometry": { "type": "Point", "coordinates": [ -158.1078472, 21.29444375 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29444375, "Longitude": -158.1078472, "Species": "House Sparrow", "Count": 1, "Date": "2023-11-19" }, "geometry": { "type": "Point", "coordinates": [ -158.1078472, 21.29444375 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29444375, "Longitude": -158.1078472, "Species": "Pacific Golden-Plover", "Count": 1, "Date": "2023-11-19" }, "geometry": { "type": "Point", "coordinates": [ -158.1078472, 21.29444375 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29444375, "Longitude": -158.1078472, "Species": "Zebra Dove", "Count": 1, "Date": "2023-11-19" }, "geometry": { "type": "Point", "coordinates": [ -158.1078472, 21.29444375 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30347858, "Longitude": -158.1077928, "Species": "Red Junglefowl", "Count": 1, "Date": "2023-10-13" }, "geometry": { "type": "Point", "coordinates": [ -158.1077928, 21.30347858 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30347858, "Longitude": -158.1077928, "Species": "Rock Pigeon", "Count": 1, "Date": "2023-10-13" }, "geometry": { "type": "Point", "coordinates": [ -158.1077928, 21.30347858 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30347858, "Longitude": -158.1077928, "Species": "Saffron Finch", "Count": 1, "Date": "2023-10-13" }, "geometry": { "type": "Point", "coordinates": [ -158.1077928, 21.30347858 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30347858, "Longitude": -158.1077928, "Species": "Zebra Dove", "Count": 1, "Date": "2023-10-13" }, "geometry": { "type": "Point", "coordinates": [ -158.1077928, 21.30347858 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30258967, "Longitude": -157.95355, "Species": "Brown Booby", "Count": 4, "Date": "2022-07-10" }, "geometry": { "type": "Point", "coordinates": [ -157.95355, 21.30258967 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30258967, "Longitude": -157.95355, "Species": "Red-footed Booby", "Count": 2, "Date": "2020-02-04" }, "geometry": { "type": "Point", "coordinates": [ -157.95355, 21.30258967 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30258967, "Longitude": -157.95355, "Species": "Sooty Tern", "Count": 2, "Date": "2020-02-04" }, "geometry": { "type": "Point", "coordinates": [ -157.95355, 21.30258967 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30258967, "Longitude": -157.95355, "Species": "White Tern", "Count": 4, "Date": "2022-07-10" }, "geometry": { "type": "Point", "coordinates": [ -157.95355, 21.30258967 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33032108, "Longitude": -158.0594192, "Species": "Common Myna", "Count": 1, "Date": "2023-07-29" }, "geometry": { "type": "Point", "coordinates": [ -158.0594192, 21.33032108 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33032108, "Longitude": -158.0594192, "Species": "Red Avadavat", "Count": 1, "Date": "2023-07-29" }, "geometry": { "type": "Point", "coordinates": [ -158.0594192, 21.33032108 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33032108, "Longitude": -158.0594192, "Species": "Red-vented Bulbul", "Count": 2, "Date": "2023-07-29" }, "geometry": { "type": "Point", "coordinates": [ -158.0594192, 21.33032108 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33032108, "Longitude": -158.0594192, "Species": "Saffron Finch", "Count": 1, "Date": "2023-07-29" }, "geometry": { "type": "Point", "coordinates": [ -158.0594192, 21.33032108 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3279416, "Longitude": -157.7026896, "Species": "Common Myna", "Count": 1, "Date": "2022-06-10" }, "geometry": { "type": "Point", "coordinates": [ -157.702689600000014, 21.3279416 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3279416, "Longitude": -157.7026896, "Species": "House Finch", "Count": 1, "Date": "2022-06-10" }, "geometry": { "type": "Point", "coordinates": [ -157.702689600000014, 21.3279416 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3279416, "Longitude": -157.7026896, "Species": "Spotted Dove", "Count": 1, "Date": "2022-06-10" }, "geometry": { "type": "Point", "coordinates": [ -157.702689600000014, 21.3279416 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3279416, "Longitude": -157.7026896, "Species": "Zebra Dove", "Count": 1, "Date": "2022-06-10" }, "geometry": { "type": "Point", "coordinates": [ -157.702689600000014, 21.3279416 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34870188, "Longitude": -158.1171627, "Species": "Black Swan", "Count": 1, "Date": "2022-06-27" }, "geometry": { "type": "Point", "coordinates": [ -158.1171627, 21.34870188 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34870188, "Longitude": -158.1171627, "Species": "Common Myna", "Count": 1, "Date": "2022-06-27" }, "geometry": { "type": "Point", "coordinates": [ -158.1171627, 21.34870188 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34870188, "Longitude": -158.1171627, "Species": "Hawaiian Coot", "Count": 1, "Date": "2021-03-20" }, "geometry": { "type": "Point", "coordinates": [ -158.1171627, 21.34870188 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34870188, "Longitude": -158.1171627, "Species": "Feral Mallard", "Count": 1, "Date": "2022-06-27" }, "geometry": { "type": "Point", "coordinates": [ -158.1171627, 21.34870188 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38517725, "Longitude": -158.1844667, "Species": "Brown Booby", "Count": 1, "Date": "2023-03-05" }, "geometry": { "type": "Point", "coordinates": [ -158.1844667, 21.38517725 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38517725, "Longitude": -158.1844667, "Species": "Sooty Tern", "Count": 1, "Date": "2023-03-05" }, "geometry": { "type": "Point", "coordinates": [ -158.1844667, 21.38517725 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38517725, "Longitude": -158.1844667, "Species": "Wedge-tailed Shearwater", "Count": 1, "Date": "2023-03-05" }, "geometry": { "type": "Point", "coordinates": [ -158.1844667, 21.38517725 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38517725, "Longitude": -158.1844667, "Species": "White Tern", "Count": 1, "Date": "2023-03-05" }, "geometry": { "type": "Point", "coordinates": [ -158.1844667, 21.38517725 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43025556, "Longitude": -158.164918, "Species": "Black-crowned Night Heron", "Count": 1, "Date": "2022-06-22" }, "geometry": { "type": "Point", "coordinates": [ -158.164918, 21.43025556 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43025556, "Longitude": -158.164918, "Species": "Black-necked Stilt", "Count": 3, "Date": "2022-06-22" }, "geometry": { "type": "Point", "coordinates": [ -158.164918, 21.43025556 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43025556, "Longitude": -158.164918, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2022-06-22" }, "geometry": { "type": "Point", "coordinates": [ -158.164918, 21.43025556 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43025556, "Longitude": -158.164918, "Species": "Spotted Dove", "Count": 1, "Date": "2022-06-22" }, "geometry": { "type": "Point", "coordinates": [ -158.164918, 21.43025556 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44851208, "Longitude": -158.2034157, "Species": "Brown Booby", "Count": 1, "Date": "2021-01-04" }, "geometry": { "type": "Point", "coordinates": [ -158.2034157, 21.44851208 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44851208, "Longitude": -158.2034157, "Species": "Brown Noddy", "Count": 1, "Date": "2021-01-04" }, "geometry": { "type": "Point", "coordinates": [ -158.2034157, 21.44851208 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44851208, "Longitude": -158.2034157, "Species": "Red-footed Booby", "Count": 1, "Date": "2021-01-04" }, "geometry": { "type": "Point", "coordinates": [ -158.2034157, 21.44851208 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44851208, "Longitude": -158.2034157, "Species": "Saffron Finch", "Count": 1, "Date": "2021-03-17" }, "geometry": { "type": "Point", "coordinates": [ -158.2034157, 21.44851208 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44675653, "Longitude": -157.8946265, "Species": "Apapane", "Count": 1, "Date": "2020-03-11" }, "geometry": { "type": "Point", "coordinates": [ -157.894626499999987, 21.44675653 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44675653, "Longitude": -157.8946265, "Species": "Barn Owl", "Count": 1, "Date": "2020-03-11" }, "geometry": { "type": "Point", "coordinates": [ -157.894626499999987, 21.44675653 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44675653, "Longitude": -157.8946265, "Species": "Oahu Amakihi", "Count": 1, "Date": "2020-03-11" }, "geometry": { "type": "Point", "coordinates": [ -157.894626499999987, 21.44675653 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44675653, "Longitude": -157.8946265, "Species": "Warbling White-eye", "Count": 1, "Date": "2020-03-11" }, "geometry": { "type": "Point", "coordinates": [ -157.894626499999987, 21.44675653 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45750047, "Longitude": -158.1937157, "Species": "Common Myna", "Count": 1, "Date": "2023-05-12" }, "geometry": { "type": "Point", "coordinates": [ -158.193715700000013, 21.45750047 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45750047, "Longitude": -158.1937157, "Species": "Red-crested Cardinal", "Count": 1, "Date": "2023-05-12" }, "geometry": { "type": "Point", "coordinates": [ -158.193715700000013, 21.45750047 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45750047, "Longitude": -158.1937157, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2023-05-12" }, "geometry": { "type": "Point", "coordinates": [ -158.193715700000013, 21.45750047 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45750047, "Longitude": -158.1937157, "Species": "Rock Pigeon", "Count": 1, "Date": "2023-05-12" }, "geometry": { "type": "Point", "coordinates": [ -158.193715700000013, 21.45750047 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47458309, "Longitude": -158.0102356, "Species": "Common Myna", "Count": 1, "Date": "2023-07-31" }, "geometry": { "type": "Point", "coordinates": [ -158.010235599999987, 21.47458309 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47458309, "Longitude": -158.0102356, "Species": "Red-crested Cardinal", "Count": 1, "Date": "2023-07-31" }, "geometry": { "type": "Point", "coordinates": [ -158.010235599999987, 21.47458309 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47458309, "Longitude": -158.0102356, "Species": "Rose-ringed Parakeet", "Count": 1, "Date": "2019-12-31" }, "geometry": { "type": "Point", "coordinates": [ -158.010235599999987, 21.47458309 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47458309, "Longitude": -158.0102356, "Species": "Western Cattle Egret", "Count": 1, "Date": "2023-07-31" }, "geometry": { "type": "Point", "coordinates": [ -158.010235599999987, 21.47458309 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48486969, "Longitude": -158.2514832, "Species": "Brown Booby", "Count": 1, "Date": "2022-11-09" }, "geometry": { "type": "Point", "coordinates": [ -158.2514832, 21.48486969 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48486969, "Longitude": -158.2514832, "Species": "Brown Noddy", "Count": 1, "Date": "2022-11-09" }, "geometry": { "type": "Point", "coordinates": [ -158.2514832, 21.48486969 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48486969, "Longitude": -158.2514832, "Species": "Wedge-tailed Shearwater", "Count": 1, "Date": "2022-11-09" }, "geometry": { "type": "Point", "coordinates": [ -158.2514832, 21.48486969 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48486969, "Longitude": -158.2514832, "Species": "White Tern", "Count": 1, "Date": "2022-11-09" }, "geometry": { "type": "Point", "coordinates": [ -158.2514832, 21.48486969 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50162711, "Longitude": -158.0003993, "Species": "Common Myna", "Count": 1, "Date": "2023-07-30" }, "geometry": { "type": "Point", "coordinates": [ -158.0003993, 21.50162711 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50162711, "Longitude": -158.0003993, "Species": "House Sparrow", "Count": 1, "Date": "2023-07-30" }, "geometry": { "type": "Point", "coordinates": [ -158.0003993, 21.50162711 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50162711, "Longitude": -158.0003993, "Species": "Rose-ringed Parakeet", "Count": 1, "Date": "2023-07-30" }, "geometry": { "type": "Point", "coordinates": [ -158.0003993, 21.50162711 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50162711, "Longitude": -158.0003993, "Species": "Western Cattle Egret", "Count": 1, "Date": "2024-01-12" }, "geometry": { "type": "Point", "coordinates": [ -158.0003993, 21.50162711 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.61053102, "Longitude": -158.0865985, "Species": "Indian Peafowl", "Count": 1, "Date": "2023-01-27" }, "geometry": { "type": "Point", "coordinates": [ -158.0865985, 21.61053102 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.61053102, "Longitude": -158.0865985, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2023-07-08" }, "geometry": { "type": "Point", "coordinates": [ -158.0865985, 21.61053102 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.61053102, "Longitude": -158.0865985, "Species": "Sanderling", "Count": 2, "Date": "2023-04-15" }, "geometry": { "type": "Point", "coordinates": [ -158.0865985, 21.61053102 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.61053102, "Longitude": -158.0865985, "Species": "Wandering Tattler", "Count": 1, "Date": "2023-04-14" }, "geometry": { "type": "Point", "coordinates": [ -158.0865985, 21.61053102 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.61972087, "Longitude": -158.1155241, "Species": "Brown Booby", "Count": 1, "Date": "2021-06-28" }, "geometry": { "type": "Point", "coordinates": [ -158.115524099999988, 21.61972087 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.61972087, "Longitude": -158.1155241, "Species": "Masked Booby", "Count": 1, "Date": "2021-08-15" }, "geometry": { "type": "Point", "coordinates": [ -158.115524099999988, 21.61972087 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.61972087, "Longitude": -158.1155241, "Species": "Wedge-tailed Shearwater", "Count": 1, "Date": "2021-08-15" }, "geometry": { "type": "Point", "coordinates": [ -158.115524099999988, 21.61972087 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.61972087, "Longitude": -158.1155241, "Species": "Western Cattle Egret", "Count": 1, "Date": "2021-06-28" }, "geometry": { "type": "Point", "coordinates": [ -158.115524099999988, 21.61972087 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63718937, "Longitude": -158.0091305, "Species": "Apapane", "Count": 3, "Date": "2021-01-16" }, "geometry": { "type": "Point", "coordinates": [ -158.0091305, 21.63718937 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63718937, "Longitude": -158.0091305, "Species": "Red-vented Bulbul", "Count": 3, "Date": "2021-01-16" }, "geometry": { "type": "Point", "coordinates": [ -158.0091305, 21.63718937 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63718937, "Longitude": -158.0091305, "Species": "Red-whiskered Bulbul", "Count": 3, "Date": "2021-01-16" }, "geometry": { "type": "Point", "coordinates": [ -158.0091305, 21.63718937 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63718937, "Longitude": -158.0091305, "Species": "Warbling White-eye", "Count": 3, "Date": "2021-01-16" }, "geometry": { "type": "Point", "coordinates": [ -158.0091305, 21.63718937 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69150255, "Longitude": -158.0280909, "Species": "Black-crowned Night Heron", "Count": 1, "Date": "2022-09-21" }, "geometry": { "type": "Point", "coordinates": [ -158.0280909, 21.69150255 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69150255, "Longitude": -158.0280909, "Species": "Common Gallinule", "Count": 1, "Date": "2022-09-21" }, "geometry": { "type": "Point", "coordinates": [ -158.0280909, 21.69150255 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69150255, "Longitude": -158.0280909, "Species": "Hawaiian Coot", "Count": 1, "Date": "2022-09-21" }, "geometry": { "type": "Point", "coordinates": [ -158.0280909, 21.69150255 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69150255, "Longitude": -158.0280909, "Species": "Muscovy Duck", "Count": 1, "Date": "2022-09-21" }, "geometry": { "type": "Point", "coordinates": [ -158.0280909, 21.69150255 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25835425, "Longitude": -158.1177017, "Species": "Black Noddy", "Count": 2, "Date": "2021-01-14" }, "geometry": { "type": "Point", "coordinates": [ -158.1177017, 21.25835425 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25835425, "Longitude": -158.1177017, "Species": "Great Frigatebird", "Count": 1, "Date": "2021-01-14" }, "geometry": { "type": "Point", "coordinates": [ -158.1177017, 21.25835425 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25835425, "Longitude": -158.1177017, "Species": "Laysan Albatross", "Count": 1, "Date": "2021-01-14" }, "geometry": { "type": "Point", "coordinates": [ -158.1177017, 21.25835425 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25835425, "Longitude": -158.1177017, "Species": "White Tern", "Count": 1, "Date": "2021-01-14" }, "geometry": { "type": "Point", "coordinates": [ -158.1177017, 21.25835425 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25835425, "Longitude": -158.1177017, "Species": "Zebra Dove", "Count": 1, "Date": "2021-01-14" }, "geometry": { "type": "Point", "coordinates": [ -158.1177017, 21.25835425 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27499189, "Longitude": -157.8766382, "Species": "Brown Booby", "Count": 3, "Date": "2024-01-10" }, "geometry": { "type": "Point", "coordinates": [ -157.8766382, 21.27499189 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27499189, "Longitude": -157.8766382, "Species": "Rock Pigeon", "Count": 1, "Date": "2020-03-05" }, "geometry": { "type": "Point", "coordinates": [ -157.8766382, 21.27499189 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27499189, "Longitude": -157.8766382, "Species": "Sooty Tern", "Count": 1, "Date": "2020-03-05" }, "geometry": { "type": "Point", "coordinates": [ -157.8766382, 21.27499189 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27499189, "Longitude": -157.8766382, "Species": "Wedge-tailed Shearwater", "Count": 1, "Date": "2023-11-07" }, "geometry": { "type": "Point", "coordinates": [ -157.8766382, 21.27499189 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27499189, "Longitude": -157.8766382, "Species": "White Tern", "Count": 2, "Date": "2023-11-07" }, "geometry": { "type": "Point", "coordinates": [ -157.8766382, 21.27499189 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29305893, "Longitude": -157.8765009, "Species": "Brown Booby", "Count": 4, "Date": "2024-01-10" }, "geometry": { "type": "Point", "coordinates": [ -157.8765009, 21.29305893 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29305893, "Longitude": -157.8765009, "Species": "Red-footed Booby", "Count": 1, "Date": "2023-02-14" }, "geometry": { "type": "Point", "coordinates": [ -157.8765009, 21.29305893 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29305893, "Longitude": -157.8765009, "Species": "Sooty Tern", "Count": 1, "Date": "2023-01-24" }, "geometry": { "type": "Point", "coordinates": [ -157.8765009, 21.29305893 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29305893, "Longitude": -157.8765009, "Species": "Wedge-tailed Shearwater", "Count": 1, "Date": "2023-10-07" }, "geometry": { "type": "Point", "coordinates": [ -157.8765009, 21.29305893 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29305893, "Longitude": -157.8765009, "Species": "White Tern", "Count": 2, "Date": "2023-02-14" }, "geometry": { "type": "Point", "coordinates": [ -157.8765009, 21.29305893 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3128047, "Longitude": -158.1655839, "Species": "Black Noddy", "Count": 1, "Date": "2019-10-13" }, "geometry": { "type": "Point", "coordinates": [ -158.1655839, 21.3128047 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3128047, "Longitude": -158.1655839, "Species": "Brown Booby", "Count": 1, "Date": "2019-10-13" }, "geometry": { "type": "Point", "coordinates": [ -158.1655839, 21.3128047 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3128047, "Longitude": -158.1655839, "Species": "Masked Booby", "Count": 1, "Date": "2019-10-13" }, "geometry": { "type": "Point", "coordinates": [ -158.1655839, 21.3128047 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3128047, "Longitude": -158.1655839, "Species": "Wedge-tailed Shearwater", "Count": 1, "Date": "2019-10-13" }, "geometry": { "type": "Point", "coordinates": [ -158.1655839, 21.3128047 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3128047, "Longitude": -158.1655839, "Species": "White Tern", "Count": 1, "Date": "2019-10-13" }, "geometry": { "type": "Point", "coordinates": [ -158.1655839, 21.3128047 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31156388, "Longitude": -157.9438458, "Species": "House Sparrow", "Count": 2, "Date": "2021-12-02" }, "geometry": { "type": "Point", "coordinates": [ -157.9438458, 21.31156388 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31156388, "Longitude": -157.9438458, "Species": "Pacific Golden-Plover", "Count": 2, "Date": "2021-12-02" }, "geometry": { "type": "Point", "coordinates": [ -157.9438458, 21.31156388 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31156388, "Longitude": -157.9438458, "Species": "Spotted Dove", "Count": 2, "Date": "2021-12-02" }, "geometry": { "type": "Point", "coordinates": [ -157.9438458, 21.31156388 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31156388, "Longitude": -157.9438458, "Species": "White Tern", "Count": 2, "Date": "2023-06-29" }, "geometry": { "type": "Point", "coordinates": [ -157.9438458, 21.31156388 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31912965, "Longitude": -157.7316887, "Species": "Red Junglefowl", "Count": 1, "Date": "2022-10-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7316887, 21.31912965 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31912965, "Longitude": -157.7316887, "Species": "Red-billed Leiothrix", "Count": 1, "Date": "2022-10-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7316887, 21.31912965 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31912965, "Longitude": -157.7316887, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2022-10-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7316887, 21.31912965 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31912965, "Longitude": -157.7316887, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2022-10-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7316887, 21.31912965 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31912965, "Longitude": -157.7316887, "Species": "Warbling White-eye", "Count": 1, "Date": "2022-10-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7316887, 21.31912965 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32992778, "Longitude": -157.9919253, "Species": "Gray Francolin", "Count": 3, "Date": "2019-06-09" }, "geometry": { "type": "Point", "coordinates": [ -157.9919253, 21.32992778 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32992778, "Longitude": -157.9919253, "Species": "Mourning Dove", "Count": 1, "Date": "2019-03-15" }, "geometry": { "type": "Point", "coordinates": [ -157.9919253, 21.32992778 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32992778, "Longitude": -157.9919253, "Species": "Saffron Finch", "Count": 2, "Date": "2019-04-18" }, "geometry": { "type": "Point", "coordinates": [ -157.9919253, 21.32992778 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32992778, "Longitude": -157.9919253, "Species": "Spotted Dove", "Count": 1, "Date": "2019-04-16" }, "geometry": { "type": "Point", "coordinates": [ -157.9919253, 21.32992778 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32992778, "Longitude": -157.9919253, "Species": "White-rumped Shama", "Count": 1, "Date": "2019-05-13" }, "geometry": { "type": "Point", "coordinates": [ -157.9919253, 21.32992778 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34854812, "Longitude": -158.0882329, "Species": "Common Myna", "Count": 1, "Date": "2021-03-21" }, "geometry": { "type": "Point", "coordinates": [ -158.0882329, 21.34854812 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34854812, "Longitude": -158.0882329, "Species": "House Sparrow", "Count": 1, "Date": "2020-12-20" }, "geometry": { "type": "Point", "coordinates": [ -158.0882329, 21.34854812 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34854812, "Longitude": -158.0882329, "Species": "Java Sparrow", "Count": 1, "Date": "2020-12-20" }, "geometry": { "type": "Point", "coordinates": [ -158.0882329, 21.34854812 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34854812, "Longitude": -158.0882329, "Species": "Spotted Dove", "Count": 2, "Date": "2021-05-27" }, "geometry": { "type": "Point", "coordinates": [ -158.0882329, 21.34854812 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34854812, "Longitude": -158.0882329, "Species": "Zebra Dove", "Count": 1, "Date": "2020-12-21" }, "geometry": { "type": "Point", "coordinates": [ -158.0882329, 21.34854812 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35575839, "Longitude": -157.7988761, "Species": "Common Myna", "Count": 1, "Date": "2021-07-16" }, "geometry": { "type": "Point", "coordinates": [ -157.7988761, 21.35575839 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35575839, "Longitude": -157.7988761, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2021-07-16" }, "geometry": { "type": "Point", "coordinates": [ -157.7988761, 21.35575839 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35575839, "Longitude": -157.7988761, "Species": "Western Cattle Egret", "Count": 1, "Date": "2021-07-16" }, "geometry": { "type": "Point", "coordinates": [ -157.7988761, 21.35575839 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35575839, "Longitude": -157.7988761, "Species": "White-rumped Shama", "Count": 2, "Date": "2023-09-25" }, "geometry": { "type": "Point", "coordinates": [ -157.7988761, 21.35575839 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35575839, "Longitude": -157.7988761, "Species": "Zebra Dove", "Count": 1, "Date": "2021-07-16" }, "geometry": { "type": "Point", "coordinates": [ -157.7988761, 21.35575839 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36672346, "Longitude": -158.1074103, "Species": "Erckel's Spurfowl", "Count": 1, "Date": "2019-01-23" }, "geometry": { "type": "Point", "coordinates": [ -158.1074103, 21.36672346 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36672346, "Longitude": -158.1074103, "Species": "Eurasian Skylark", "Count": 2, "Date": "2020-10-25" }, "geometry": { "type": "Point", "coordinates": [ -158.1074103, 21.36672346 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36672346, "Longitude": -158.1074103, "Species": "Northern Mockingbird", "Count": 1, "Date": "2019-01-23" }, "geometry": { "type": "Point", "coordinates": [ -158.1074103, 21.36672346 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36672346, "Longitude": -158.1074103, "Species": "Western Cattle Egret", "Count": 1, "Date": "2019-01-23" }, "geometry": { "type": "Point", "coordinates": [ -158.1074103, 21.36672346 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36672346, "Longitude": -158.1074103, "Species": "Zebra Dove", "Count": 1, "Date": "2019-01-23" }, "geometry": { "type": "Point", "coordinates": [ -158.1074103, 21.36672346 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36513036, "Longitude": -157.8470199, "Species": "Pacific Golden-Plover", "Count": 1, "Date": "2024-02-02" }, "geometry": { "type": "Point", "coordinates": [ -157.8470199, 21.36513036 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36513036, "Longitude": -157.8470199, "Species": "Red Junglefowl", "Count": 1, "Date": "2023-05-17" }, "geometry": { "type": "Point", "coordinates": [ -157.8470199, 21.36513036 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36513036, "Longitude": -157.8470199, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2024-02-02" }, "geometry": { "type": "Point", "coordinates": [ -157.8470199, 21.36513036 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36513036, "Longitude": -157.8470199, "Species": "Western Cattle Egret", "Count": 1, "Date": "2023-05-17" }, "geometry": { "type": "Point", "coordinates": [ -157.8470199, 21.36513036 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36513036, "Longitude": -157.8470199, "Species": "White-rumped Shama", "Count": 1, "Date": "2024-02-02" }, "geometry": { "type": "Point", "coordinates": [ -157.8470199, 21.36513036 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37492194, "Longitude": -157.9626826, "Species": "Common Myna", "Count": 1, "Date": "2023-11-15" }, "geometry": { "type": "Point", "coordinates": [ -157.9626826, 21.37492194 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37492194, "Longitude": -157.9626826, "Species": "Pacific Golden-Plover", "Count": 1, "Date": "2023-11-15" }, "geometry": { "type": "Point", "coordinates": [ -157.9626826, 21.37492194 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37492194, "Longitude": -157.9626826, "Species": "Spotted Dove", "Count": 1, "Date": "2023-11-15" }, "geometry": { "type": "Point", "coordinates": [ -157.9626826, 21.37492194 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37492194, "Longitude": -157.9626826, "Species": "Western Cattle Egret", "Count": 1, "Date": "2023-11-15" }, "geometry": { "type": "Point", "coordinates": [ -157.9626826, 21.37492194 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37492194, "Longitude": -157.9626826, "Species": "Zebra Dove", "Count": 1, "Date": "2023-11-15" }, "geometry": { "type": "Point", "coordinates": [ -157.9626826, 21.37492194 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38377238, "Longitude": -157.933683, "Species": "Common Myna", "Count": 2, "Date": "2023-03-29" }, "geometry": { "type": "Point", "coordinates": [ -157.933683, 21.38377238 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38377238, "Longitude": -157.933683, "Species": "Red Junglefowl", "Count": 2, "Date": "2023-03-29" }, "geometry": { "type": "Point", "coordinates": [ -157.933683, 21.38377238 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38377238, "Longitude": -157.933683, "Species": "Red-vented Bulbul", "Count": 2, "Date": "2023-03-29" }, "geometry": { "type": "Point", "coordinates": [ -157.933683, 21.38377238 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38377238, "Longitude": -157.933683, "Species": "Rose-ringed Parakeet", "Count": 2, "Date": "2023-07-03" }, "geometry": { "type": "Point", "coordinates": [ -157.933683, 21.38377238 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38377238, "Longitude": -157.933683, "Species": "Zebra Dove", "Count": 2, "Date": "2023-03-29" }, "geometry": { "type": "Point", "coordinates": [ -157.933683, 21.38377238 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39274372, "Longitude": -157.9239717, "Species": "Common Myna", "Count": 1, "Date": "2019-09-20" }, "geometry": { "type": "Point", "coordinates": [ -157.92397170000001, 21.39274372 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39274372, "Longitude": -157.9239717, "Species": "Red-crested Cardinal", "Count": 1, "Date": "2019-09-20" }, "geometry": { "type": "Point", "coordinates": [ -157.92397170000001, 21.39274372 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39274372, "Longitude": -157.9239717, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2019-09-20" }, "geometry": { "type": "Point", "coordinates": [ -157.92397170000001, 21.39274372 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39274372, "Longitude": -157.9239717, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2019-09-20" }, "geometry": { "type": "Point", "coordinates": [ -157.92397170000001, 21.39274372 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39274372, "Longitude": -157.9239717, "Species": "Zebra Dove", "Count": 1, "Date": "2019-09-20" }, "geometry": { "type": "Point", "coordinates": [ -157.92397170000001, 21.39274372 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41055867, "Longitude": -157.8852521, "Species": "Apapane", "Count": 1, "Date": "2021-10-31" }, "geometry": { "type": "Point", "coordinates": [ -157.8852521, 21.41055867 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41055867, "Longitude": -157.8852521, "Species": "House Finch", "Count": 1, "Date": "2021-10-31" }, "geometry": { "type": "Point", "coordinates": [ -157.8852521, 21.41055867 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41055867, "Longitude": -157.8852521, "Species": "Oahu Amakihi", "Count": 1, "Date": "2021-10-31" }, "geometry": { "type": "Point", "coordinates": [ -157.8852521, 21.41055867 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41055867, "Longitude": -157.8852521, "Species": "Red-billed Leiothrix", "Count": 1, "Date": "2021-10-31" }, "geometry": { "type": "Point", "coordinates": [ -157.8852521, 21.41055867 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41055867, "Longitude": -157.8852521, "Species": "Warbling White-eye", "Count": 1, "Date": "2021-10-31" }, "geometry": { "type": "Point", "coordinates": [ -157.8852521, 21.41055867 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4396103, "Longitude": -158.2324139, "Species": "Black Noddy", "Count": 1, "Date": "2023-05-14" }, "geometry": { "type": "Point", "coordinates": [ -158.232413900000012, 21.4396103 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4396103, "Longitude": -158.2324139, "Species": "Brown Booby", "Count": 1, "Date": "2023-05-14" }, "geometry": { "type": "Point", "coordinates": [ -158.232413900000012, 21.4396103 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4396103, "Longitude": -158.2324139, "Species": "Brown Noddy", "Count": 1, "Date": "2023-05-14" }, "geometry": { "type": "Point", "coordinates": [ -158.232413900000012, 21.4396103 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4396103, "Longitude": -158.2324139, "Species": "Wedge-tailed Shearwater", "Count": 1, "Date": "2023-05-14" }, "geometry": { "type": "Point", "coordinates": [ -158.232413900000012, 21.4396103 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4396103, "Longitude": -158.2324139, "Species": "White Tern", "Count": 1, "Date": "2023-05-14" }, "geometry": { "type": "Point", "coordinates": [ -158.232413900000012, 21.4396103 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4756611, "Longitude": -158.2129202, "Species": "Erckel's Spurfowl", "Count": 1, "Date": "2022-01-20" }, "geometry": { "type": "Point", "coordinates": [ -158.212920200000013, 21.4756611 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4756611, "Longitude": -158.2129202, "Species": "Gray Francolin", "Count": 1, "Date": "2022-01-20" }, "geometry": { "type": "Point", "coordinates": [ -158.212920200000013, 21.4756611 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4756611, "Longitude": -158.2129202, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2022-01-20" }, "geometry": { "type": "Point", "coordinates": [ -158.212920200000013, 21.4756611 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4756611, "Longitude": -158.2129202, "Species": "Warbling White-eye", "Count": 1, "Date": "2022-01-20" }, "geometry": { "type": "Point", "coordinates": [ -158.212920200000013, 21.4756611 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4756611, "Longitude": -158.2129202, "Species": "Zebra Dove", "Count": 1, "Date": "2022-01-20" }, "geometry": { "type": "Point", "coordinates": [ -158.212920200000013, 21.4756611 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49372985, "Longitude": -158.2128228, "Species": "Apapane", "Count": 1, "Date": "2023-04-28" }, "geometry": { "type": "Point", "coordinates": [ -158.2128228, 21.49372985 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49372985, "Longitude": -158.2128228, "Species": "Erckel's Spurfowl", "Count": 2, "Date": "2023-06-17" }, "geometry": { "type": "Point", "coordinates": [ -158.2128228, 21.49372985 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49372985, "Longitude": -158.2128228, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2023-04-28" }, "geometry": { "type": "Point", "coordinates": [ -158.2128228, 21.49372985 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49372985, "Longitude": -158.2128228, "Species": "Warbling White-eye", "Count": 1, "Date": "2023-04-28" }, "geometry": { "type": "Point", "coordinates": [ -158.2128228, 21.49372985 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49372985, "Longitude": -158.2128228, "Species": "White-tailed Tropicbird", "Count": 1, "Date": "2023-06-17" }, "geometry": { "type": "Point", "coordinates": [ -158.2128228, 21.49372985 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49166339, "Longitude": -157.8556774, "Species": "Java Sparrow", "Count": 1, "Date": "2023-04-24" }, "geometry": { "type": "Point", "coordinates": [ -157.8556774, 21.49166339 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49166339, "Longitude": -157.8556774, "Species": "Pacific Golden-Plover", "Count": 1, "Date": "2023-03-29" }, "geometry": { "type": "Point", "coordinates": [ -157.8556774, 21.49166339 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49166339, "Longitude": -157.8556774, "Species": "Red Junglefowl", "Count": 1, "Date": "2023-03-29" }, "geometry": { "type": "Point", "coordinates": [ -157.8556774, 21.49166339 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49166339, "Longitude": -157.8556774, "Species": "Ruddy Turnstone", "Count": 1, "Date": "2023-04-24" }, "geometry": { "type": "Point", "coordinates": [ -157.8556774, 21.49166339 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49166339, "Longitude": -157.8556774, "Species": "Western Cattle Egret", "Count": 2, "Date": "2023-10-16" }, "geometry": { "type": "Point", "coordinates": [ -157.8556774, 21.49166339 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51060283, "Longitude": -157.990684, "Species": "Chestnut Munia", "Count": 1, "Date": "2024-01-18" }, "geometry": { "type": "Point", "coordinates": [ -157.990684, 21.51060283 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51060283, "Longitude": -157.990684, "Species": "Common Myna", "Count": 2, "Date": "2024-01-18" }, "geometry": { "type": "Point", "coordinates": [ -157.990684, 21.51060283 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51060283, "Longitude": -157.990684, "Species": "Java Sparrow", "Count": 1, "Date": "2024-01-18" }, "geometry": { "type": "Point", "coordinates": [ -157.990684, 21.51060283 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51060283, "Longitude": -157.990684, "Species": "Red-vented Bulbul", "Count": 2, "Date": "2024-01-18" }, "geometry": { "type": "Point", "coordinates": [ -157.990684, 21.51060283 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51060283, "Longitude": -157.990684, "Species": "White-rumped Shama", "Count": 1, "Date": "2023-06-27" }, "geometry": { "type": "Point", "coordinates": [ -157.990684, 21.51060283 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51975201, "Longitude": -158.00993, "Species": "Common Myna", "Count": 1, "Date": "2022-07-09" }, "geometry": { "type": "Point", "coordinates": [ -158.00993, 21.51975201 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51975201, "Longitude": -158.00993, "Species": "Indian Peafowl", "Count": 1, "Date": "2022-07-09" }, "geometry": { "type": "Point", "coordinates": [ -158.00993, 21.51975201 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51975201, "Longitude": -158.00993, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2022-07-09" }, "geometry": { "type": "Point", "coordinates": [ -158.00993, 21.51975201 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51975201, "Longitude": -158.00993, "Species": "Warbling White-eye", "Count": 1, "Date": "2022-07-09" }, "geometry": { "type": "Point", "coordinates": [ -158.00993, 21.51975201 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51975201, "Longitude": -158.00993, "Species": "White-rumped Shama", "Count": 1, "Date": "2019-03-15" }, "geometry": { "type": "Point", "coordinates": [ -158.00993, 21.51975201 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.637073, "Longitude": -157.9898064, "Species": "Apapane", "Count": 1, "Date": "2022-07-08" }, "geometry": { "type": "Point", "coordinates": [ -157.9898064, 21.637073 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.637073, "Longitude": -157.9898064, "Species": "Common Waxbill", "Count": 1, "Date": "2022-07-08" }, "geometry": { "type": "Point", "coordinates": [ -157.9898064, 21.637073 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.637073, "Longitude": -157.9898064, "Species": "Oahu Amakihi", "Count": 1, "Date": "2022-07-08" }, "geometry": { "type": "Point", "coordinates": [ -157.9898064, 21.637073 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.637073, "Longitude": -157.9898064, "Species": "Warbling White-eye", "Count": 1, "Date": "2022-07-08" }, "geometry": { "type": "Point", "coordinates": [ -157.9898064, 21.637073 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.637073, "Longitude": -157.9898064, "Species": "White-rumped Shama", "Count": 1, "Date": "2022-07-08" }, "geometry": { "type": "Point", "coordinates": [ -157.9898064, 21.637073 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70047805, "Longitude": -158.0183639, "Species": "Hawaiian Coot", "Count": 1, "Date": "2021-06-12" }, "geometry": { "type": "Point", "coordinates": [ -158.0183639, 21.70047805 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70047805, "Longitude": -158.0183639, "Species": "Indian Peafowl", "Count": 1, "Date": "2021-06-12" }, "geometry": { "type": "Point", "coordinates": [ -158.0183639, 21.70047805 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70047805, "Longitude": -158.0183639, "Species": "Saffron Finch", "Count": 1, "Date": "2021-06-12" }, "geometry": { "type": "Point", "coordinates": [ -158.0183639, 21.70047805 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70047805, "Longitude": -158.0183639, "Species": "White-rumped Shama", "Count": 1, "Date": "2021-06-12" }, "geometry": { "type": "Point", "coordinates": [ -158.0183639, 21.70047805 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70047805, "Longitude": -158.0183639, "Species": "Yellow-fronted Canary", "Count": 1, "Date": "2021-06-12" }, "geometry": { "type": "Point", "coordinates": [ -158.0183639, 21.70047805 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25840372, "Longitude": -158.1273391, "Species": "Brown Booby", "Count": 1, "Date": "2019-07-22" }, "geometry": { "type": "Point", "coordinates": [ -158.1273391, 21.25840372 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25840372, "Longitude": -158.1273391, "Species": "Great Frigatebird", "Count": 1, "Date": "2019-07-22" }, "geometry": { "type": "Point", "coordinates": [ -158.1273391, 21.25840372 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25840372, "Longitude": -158.1273391, "Species": "Red-footed Booby", "Count": 1, "Date": "2019-07-22" }, "geometry": { "type": "Point", "coordinates": [ -158.1273391, 21.25840372 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25840372, "Longitude": -158.1273391, "Species": "Wedge-tailed Shearwater", "Count": 1, "Date": "2019-07-22" }, "geometry": { "type": "Point", "coordinates": [ -158.1273391, 21.25840372 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25840372, "Longitude": -158.1273391, "Species": "White Tern", "Count": 1, "Date": "2019-07-22" }, "geometry": { "type": "Point", "coordinates": [ -158.1273391, 21.25840372 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25840372, "Longitude": -158.1273391, "Species": "White-tailed Tropicbird", "Count": 1, "Date": "2019-07-22" }, "geometry": { "type": "Point", "coordinates": [ -158.1273391, 21.25840372 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25659668, "Longitude": -157.8285934, "Species": "Black Noddy", "Count": 1, "Date": "2022-02-15" }, "geometry": { "type": "Point", "coordinates": [ -157.828593399999988, 21.25659668 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25659668, "Longitude": -157.8285934, "Species": "Black-crowned Night Heron", "Count": 1, "Date": "2022-02-15" }, "geometry": { "type": "Point", "coordinates": [ -157.828593399999988, 21.25659668 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25659668, "Longitude": -157.8285934, "Species": "Brown Booby", "Count": 2, "Date": "2022-02-15" }, "geometry": { "type": "Point", "coordinates": [ -157.828593399999988, 21.25659668 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25659668, "Longitude": -157.8285934, "Species": "Western Cattle Egret", "Count": 1, "Date": "2022-02-15" }, "geometry": { "type": "Point", "coordinates": [ -157.828593399999988, 21.25659668 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25659668, "Longitude": -157.8285934, "Species": "White Tern", "Count": 2, "Date": "2023-04-15" }, "geometry": { "type": "Point", "coordinates": [ -157.828593399999988, 21.25659668 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25567837, "Longitude": -157.7033229, "Species": "Brown Booby", "Count": 5, "Date": "2022-05-20" }, "geometry": { "type": "Point", "coordinates": [ -157.703322899999989, 21.25567837 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25567837, "Longitude": -157.7033229, "Species": "Great Frigatebird", "Count": 1, "Date": "2022-05-20" }, "geometry": { "type": "Point", "coordinates": [ -157.703322899999989, 21.25567837 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25567837, "Longitude": -157.7033229, "Species": "Red-footed Booby", "Count": 1, "Date": "2022-05-20" }, "geometry": { "type": "Point", "coordinates": [ -157.703322899999989, 21.25567837 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25567837, "Longitude": -157.7033229, "Species": "Sooty Tern", "Count": 2, "Date": "2022-04-06" }, "geometry": { "type": "Point", "coordinates": [ -157.703322899999989, 21.25567837 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25567837, "Longitude": -157.7033229, "Species": "Wandering Tattler", "Count": 2, "Date": "2022-01-20" }, "geometry": { "type": "Point", "coordinates": [ -157.703322899999989, 21.25567837 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25567837, "Longitude": -157.7033229, "Species": "Wedge-tailed Shearwater", "Count": 1, "Date": "2022-05-20" }, "geometry": { "type": "Point", "coordinates": [ -157.703322899999989, 21.25567837 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28446142, "Longitude": -157.9440389, "Species": "Black Noddy", "Count": 1, "Date": "2022-06-20" }, "geometry": { "type": "Point", "coordinates": [ -157.94403890000001, 21.28446142 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28446142, "Longitude": -157.9440389, "Species": "Brown Booby", "Count": 2, "Date": "2023-10-27" }, "geometry": { "type": "Point", "coordinates": [ -157.94403890000001, 21.28446142 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28446142, "Longitude": -157.9440389, "Species": "Brown Noddy", "Count": 1, "Date": "2022-06-20" }, "geometry": { "type": "Point", "coordinates": [ -157.94403890000001, 21.28446142 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28446142, "Longitude": -157.9440389, "Species": "Wedge-tailed Shearwater", "Count": 1, "Date": "2022-06-20" }, "geometry": { "type": "Point", "coordinates": [ -157.94403890000001, 21.28446142 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28446142, "Longitude": -157.9440389, "Species": "White Tern", "Count": 2, "Date": "2023-10-27" }, "geometry": { "type": "Point", "coordinates": [ -157.94403890000001, 21.28446142 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2922463, "Longitude": -157.7608363, "Species": "Red-masked Parakeet", "Count": 1, "Date": "2019-06-01" }, "geometry": { "type": "Point", "coordinates": [ -157.7608363, 21.2922463 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2922463, "Longitude": -157.7608363, "Species": "Red-vented Bulbul", "Count": 2, "Date": "2019-10-29" }, "geometry": { "type": "Point", "coordinates": [ -157.7608363, 21.2922463 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2922463, "Longitude": -157.7608363, "Species": "Scaly-breasted Munia", "Count": 3, "Date": "2020-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.7608363, 21.2922463 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2922463, "Longitude": -157.7608363, "Species": "Warbling White-eye", "Count": 2, "Date": "2019-10-29" }, "geometry": { "type": "Point", "coordinates": [ -157.7608363, 21.2922463 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2922463, "Longitude": -157.7608363, "Species": "White Tern", "Count": 2, "Date": "2019-10-29" }, "geometry": { "type": "Point", "coordinates": [ -157.7608363, 21.2922463 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2922463, "Longitude": -157.7608363, "Species": "Zebra Dove", "Count": 2, "Date": "2019-10-29" }, "geometry": { "type": "Point", "coordinates": [ -157.7608363, 21.2922463 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30980114, "Longitude": -157.6932092, "Species": "Java Sparrow", "Count": 1, "Date": "2021-05-17" }, "geometry": { "type": "Point", "coordinates": [ -157.693209200000013, 21.30980114 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30980114, "Longitude": -157.6932092, "Species": "Northern Cardinal", "Count": 1, "Date": "2021-05-17" }, "geometry": { "type": "Point", "coordinates": [ -157.693209200000013, 21.30980114 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30980114, "Longitude": -157.6932092, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2021-05-17" }, "geometry": { "type": "Point", "coordinates": [ -157.693209200000013, 21.30980114 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30980114, "Longitude": -157.6932092, "Species": "Spotted Dove", "Count": 1, "Date": "2021-05-17" }, "geometry": { "type": "Point", "coordinates": [ -157.693209200000013, 21.30980114 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30980114, "Longitude": -157.6932092, "Species": "Western Cattle Egret", "Count": 1, "Date": "2021-05-17" }, "geometry": { "type": "Point", "coordinates": [ -157.693209200000013, 21.30980114 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30980114, "Longitude": -157.6932092, "Species": "Zebra Dove", "Count": 1, "Date": "2021-05-17" }, "geometry": { "type": "Point", "coordinates": [ -157.693209200000013, 21.30980114 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32041269, "Longitude": -157.9148583, "Species": "Common Myna", "Count": 3, "Date": "2022-07-13" }, "geometry": { "type": "Point", "coordinates": [ -157.9148583, 21.32041269 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32041269, "Longitude": -157.9148583, "Species": "House Finch", "Count": 1, "Date": "2021-12-17" }, "geometry": { "type": "Point", "coordinates": [ -157.9148583, 21.32041269 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32041269, "Longitude": -157.9148583, "Species": "Red-crested Cardinal", "Count": 1, "Date": "2021-12-17" }, "geometry": { "type": "Point", "coordinates": [ -157.9148583, 21.32041269 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32041269, "Longitude": -157.9148583, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2022-11-21" }, "geometry": { "type": "Point", "coordinates": [ -157.9148583, 21.32041269 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32041269, "Longitude": -157.9148583, "Species": "Spotted Dove", "Count": 1, "Date": "2019-10-11" }, "geometry": { "type": "Point", "coordinates": [ -157.9148583, 21.32041269 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32041269, "Longitude": -157.9148583, "Species": "Zebra Dove", "Count": 1, "Date": "2019-10-11" }, "geometry": { "type": "Point", "coordinates": [ -157.9148583, 21.32041269 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31852839, "Longitude": -157.6545697, "Species": "Great Frigatebird", "Count": 1, "Date": "2022-10-11" }, "geometry": { "type": "Point", "coordinates": [ -157.6545697, 21.31852839 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31852839, "Longitude": -157.6545697, "Species": "Red-footed Booby", "Count": 1, "Date": "2022-10-11" }, "geometry": { "type": "Point", "coordinates": [ -157.6545697, 21.31852839 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31852839, "Longitude": -157.6545697, "Species": "Red-tailed Tropicbird", "Count": 1, "Date": "2022-10-11" }, "geometry": { "type": "Point", "coordinates": [ -157.6545697, 21.31852839 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31852839, "Longitude": -157.6545697, "Species": "Ruddy Turnstone", "Count": 1, "Date": "2022-10-11" }, "geometry": { "type": "Point", "coordinates": [ -157.6545697, 21.31852839 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31852839, "Longitude": -157.6545697, "Species": "Wandering Tattler", "Count": 1, "Date": "2022-10-11" }, "geometry": { "type": "Point", "coordinates": [ -157.6545697, 21.31852839 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31852839, "Longitude": -157.6545697, "Species": "Wedge-tailed Shearwater", "Count": 1, "Date": "2022-10-11" }, "geometry": { "type": "Point", "coordinates": [ -157.6545697, 21.31852839 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33913241, "Longitude": -158.0207907, "Species": "Black-necked Stilt", "Count": 1, "Date": "2019-03-28" }, "geometry": { "type": "Point", "coordinates": [ -158.0207907, 21.33913241 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33913241, "Longitude": -158.0207907, "Species": "Common Myna", "Count": 1, "Date": "2021-08-22" }, "geometry": { "type": "Point", "coordinates": [ -158.0207907, 21.33913241 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33913241, "Longitude": -158.0207907, "Species": "Common Waxbill", "Count": 1, "Date": "2021-08-22" }, "geometry": { "type": "Point", "coordinates": [ -158.0207907, 21.33913241 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33913241, "Longitude": -158.0207907, "Species": "Java Sparrow", "Count": 1, "Date": "2021-08-22" }, "geometry": { "type": "Point", "coordinates": [ -158.0207907, 21.33913241 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33913241, "Longitude": -158.0207907, "Species": "Pacific Golden-Plover", "Count": 1, "Date": "2021-08-22" }, "geometry": { "type": "Point", "coordinates": [ -158.0207907, 21.33913241 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33913241, "Longitude": -158.0207907, "Species": "Western Cattle Egret", "Count": 1, "Date": "2021-08-22" }, "geometry": { "type": "Point", "coordinates": [ -158.0207907, 21.33913241 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3482775, "Longitude": -158.0400169, "Species": "African Silverbill", "Count": 2, "Date": "2019-03-10" }, "geometry": { "type": "Point", "coordinates": [ -158.040016900000012, 21.3482775 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3482775, "Longitude": -158.0400169, "Species": "Common Waxbill", "Count": 2, "Date": "2019-03-10" }, "geometry": { "type": "Point", "coordinates": [ -158.040016900000012, 21.3482775 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3482775, "Longitude": -158.0400169, "Species": "Gray Francolin", "Count": 1, "Date": "2023-11-19" }, "geometry": { "type": "Point", "coordinates": [ -158.040016900000012, 21.3482775 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3482775, "Longitude": -158.0400169, "Species": "Red-crested Cardinal", "Count": 1, "Date": "2023-11-19" }, "geometry": { "type": "Point", "coordinates": [ -158.040016900000012, 21.3482775 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3482775, "Longitude": -158.0400169, "Species": "Saffron Finch", "Count": 2, "Date": "2019-03-10" }, "geometry": { "type": "Point", "coordinates": [ -158.040016900000012, 21.3482775 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3482775, "Longitude": -158.0400169, "Species": "Spotted Dove", "Count": 1, "Date": "2023-11-19" }, "geometry": { "type": "Point", "coordinates": [ -158.040016900000012, 21.3482775 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35504, "Longitude": -157.7024507, "Species": "Cackling Goose", "Count": 1, "Date": "2021-04-14" }, "geometry": { "type": "Point", "coordinates": [ -157.702450700000014, 21.35504 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35504, "Longitude": -157.7024507, "Species": "Common Gallinule", "Count": 1, "Date": "2021-04-14" }, "geometry": { "type": "Point", "coordinates": [ -157.702450700000014, 21.35504 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35504, "Longitude": -157.7024507, "Species": "House Finch", "Count": 1, "Date": "2021-04-14" }, "geometry": { "type": "Point", "coordinates": [ -157.702450700000014, 21.35504 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35504, "Longitude": -157.7024507, "Species": "Laughing Gull", "Count": 1, "Date": "2020-01-12" }, "geometry": { "type": "Point", "coordinates": [ -157.702450700000014, 21.35504 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35504, "Longitude": -157.7024507, "Species": "Ruddy Turnstone", "Count": 1, "Date": "2021-04-14" }, "geometry": { "type": "Point", "coordinates": [ -157.702450700000014, 21.35504 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35504, "Longitude": -157.7024507, "Species": "Wandering Tattler", "Count": 1, "Date": "2021-04-14" }, "geometry": { "type": "Point", "coordinates": [ -157.702450700000014, 21.35504 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36594822, "Longitude": -157.9723905, "Species": "House Finch", "Count": 2, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.972390499999989, 21.36594822 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36594822, "Longitude": -157.9723905, "Species": "Java Sparrow", "Count": 2, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.972390499999989, 21.36594822 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36594822, "Longitude": -157.9723905, "Species": "Rock Pigeon", "Count": 2, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.972390499999989, 21.36594822 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36594822, "Longitude": -157.9723905, "Species": "Rose-ringed Parakeet", "Count": 2, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.972390499999989, 21.36594822 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36594822, "Longitude": -157.9723905, "Species": "Spotted Dove", "Count": 2, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.972390499999989, 21.36594822 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36594822, "Longitude": -157.9723905, "Species": "Zebra Dove", "Count": 2, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.972390499999989, 21.36594822 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36479154, "Longitude": -157.7988024, "Species": "Red Junglefowl", "Count": 2, "Date": "2023-04-12" }, "geometry": { "type": "Point", "coordinates": [ -157.7988024, 21.36479154 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36479154, "Longitude": -157.7988024, "Species": "Red-billed Leiothrix", "Count": 1, "Date": "2022-12-27" }, "geometry": { "type": "Point", "coordinates": [ -157.7988024, 21.36479154 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36479154, "Longitude": -157.7988024, "Species": "Red-crested Cardinal", "Count": 1, "Date": "2023-07-26" }, "geometry": { "type": "Point", "coordinates": [ -157.7988024, 21.36479154 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36479154, "Longitude": -157.7988024, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2020-02-23" }, "geometry": { "type": "Point", "coordinates": [ -157.7988024, 21.36479154 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36479154, "Longitude": -157.7988024, "Species": "Warbling White-eye", "Count": 1, "Date": "2022-12-27" }, "geometry": { "type": "Point", "coordinates": [ -157.7988024, 21.36479154 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36479154, "Longitude": -157.7988024, "Species": "White-rumped Shama", "Count": 1, "Date": "2022-12-27" }, "geometry": { "type": "Point", "coordinates": [ -157.7988024, 21.36479154 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38446817, "Longitude": -158.0494265, "Species": "Black Francolin", "Count": 1, "Date": "2023-10-31" }, "geometry": { "type": "Point", "coordinates": [ -158.04942650000001, 21.38446817 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38446817, "Longitude": -158.0494265, "Species": "Gray Francolin", "Count": 1, "Date": "2023-09-29" }, "geometry": { "type": "Point", "coordinates": [ -158.04942650000001, 21.38446817 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38446817, "Longitude": -158.0494265, "Species": "Oahu Amakihi", "Count": 1, "Date": "2023-09-20" }, "geometry": { "type": "Point", "coordinates": [ -158.04942650000001, 21.38446817 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38446817, "Longitude": -158.0494265, "Species": "Red-crested Cardinal", "Count": 1, "Date": "2023-09-20" }, "geometry": { "type": "Point", "coordinates": [ -158.04942650000001, 21.38446817 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38446817, "Longitude": -158.0494265, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2023-09-29" }, "geometry": { "type": "Point", "coordinates": [ -158.04942650000001, 21.38446817 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38446817, "Longitude": -158.0494265, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2023-09-20" }, "geometry": { "type": "Point", "coordinates": [ -158.04942650000001, 21.38446817 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39333537, "Longitude": -158.0204299, "Species": "Java Sparrow", "Count": 2, "Date": "2023-02-23" }, "geometry": { "type": "Point", "coordinates": [ -158.020429900000011, 21.39333537 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39333537, "Longitude": -158.0204299, "Species": "Red-crested Cardinal", "Count": 1, "Date": "2023-02-23" }, "geometry": { "type": "Point", "coordinates": [ -158.020429900000011, 21.39333537 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39333537, "Longitude": -158.0204299, "Species": "Rock Pigeon", "Count": 1, "Date": "2020-03-05" }, "geometry": { "type": "Point", "coordinates": [ -158.020429900000011, 21.39333537 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39333537, "Longitude": -158.0204299, "Species": "Rose-ringed Parakeet", "Count": 1, "Date": "2020-03-05" }, "geometry": { "type": "Point", "coordinates": [ -158.020429900000011, 21.39333537 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39333537, "Longitude": -158.0204299, "Species": "Spotted Dove", "Count": 1, "Date": "2023-02-23" }, "geometry": { "type": "Point", "coordinates": [ -158.020429900000011, 21.39333537 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39333537, "Longitude": -158.0204299, "Species": "Zebra Dove", "Count": 1, "Date": "2023-02-23" }, "geometry": { "type": "Point", "coordinates": [ -158.020429900000011, 21.39333537 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39255562, "Longitude": -157.8950348, "Species": "Common Myna", "Count": 1, "Date": "2019-06-19" }, "geometry": { "type": "Point", "coordinates": [ -157.8950348, 21.39255562 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39255562, "Longitude": -157.8950348, "Species": "House Finch", "Count": 1, "Date": "2019-06-19" }, "geometry": { "type": "Point", "coordinates": [ -157.8950348, 21.39255562 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39255562, "Longitude": -157.8950348, "Species": "Red-billed Leiothrix", "Count": 2, "Date": "2022-12-30" }, "geometry": { "type": "Point", "coordinates": [ -157.8950348, 21.39255562 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39255562, "Longitude": -157.8950348, "Species": "Red-crested Cardinal", "Count": 1, "Date": "2019-06-19" }, "geometry": { "type": "Point", "coordinates": [ -157.8950348, 21.39255562 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39255562, "Longitude": -157.8950348, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2019-06-19" }, "geometry": { "type": "Point", "coordinates": [ -157.8950348, 21.39255562 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39255562, "Longitude": -157.8950348, "Species": "Zebra Dove", "Count": 1, "Date": "2019-06-19" }, "geometry": { "type": "Point", "coordinates": [ -157.8950348, 21.39255562 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39101821, "Longitude": -157.6828422, "Species": "Black Noddy", "Count": 1, "Date": "2023-01-08" }, "geometry": { "type": "Point", "coordinates": [ -157.68284220000001, 21.39101821 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39101821, "Longitude": -157.6828422, "Species": "Brown Booby", "Count": 1, "Date": "2023-01-08" }, "geometry": { "type": "Point", "coordinates": [ -157.68284220000001, 21.39101821 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39101821, "Longitude": -157.6828422, "Species": "Great Frigatebird", "Count": 1, "Date": "2023-01-08" }, "geometry": { "type": "Point", "coordinates": [ -157.68284220000001, 21.39101821 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39101821, "Longitude": -157.6828422, "Species": "Red-footed Booby", "Count": 1, "Date": "2023-01-08" }, "geometry": { "type": "Point", "coordinates": [ -157.68284220000001, 21.39101821 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39101821, "Longitude": -157.6828422, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2023-01-12" }, "geometry": { "type": "Point", "coordinates": [ -157.68284220000001, 21.39101821 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39101821, "Longitude": -157.6828422, "Species": "Sooty Tern", "Count": 1, "Date": "2023-01-08" }, "geometry": { "type": "Point", "coordinates": [ -157.68284220000001, 21.39101821 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41029716, "Longitude": -157.8466654, "Species": "Oahu Amakihi", "Count": 1, "Date": "2019-12-05" }, "geometry": { "type": "Point", "coordinates": [ -157.8466654, 21.41029716 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41029716, "Longitude": -157.8466654, "Species": "Oahu Elepaio", "Count": 1, "Date": "2019-12-05" }, "geometry": { "type": "Point", "coordinates": [ -157.8466654, 21.41029716 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41029716, "Longitude": -157.8466654, "Species": "Red-billed Leiothrix", "Count": 1, "Date": "2019-12-05" }, "geometry": { "type": "Point", "coordinates": [ -157.8466654, 21.41029716 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41029716, "Longitude": -157.8466654, "Species": "Warbling White-eye", "Count": 1, "Date": "2019-12-05" }, "geometry": { "type": "Point", "coordinates": [ -157.8466654, 21.41029716 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41029716, "Longitude": -157.8466654, "Species": "White-rumped Shama", "Count": 1, "Date": "2019-12-05" }, "geometry": { "type": "Point", "coordinates": [ -157.8466654, 21.41029716 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41029716, "Longitude": -157.8466654, "Species": "Zebra Dove", "Count": 1, "Date": "2019-12-05" }, "geometry": { "type": "Point", "coordinates": [ -157.8466654, 21.41029716 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43924155, "Longitude": -158.1552171, "Species": "Common Myna", "Count": 1, "Date": "2021-06-12" }, "geometry": { "type": "Point", "coordinates": [ -158.155217099999987, 21.43924155 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43924155, "Longitude": -158.1552171, "Species": "Common Waxbill", "Count": 1, "Date": "2021-06-12" }, "geometry": { "type": "Point", "coordinates": [ -158.155217099999987, 21.43924155 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43924155, "Longitude": -158.1552171, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2021-06-12" }, "geometry": { "type": "Point", "coordinates": [ -158.155217099999987, 21.43924155 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43924155, "Longitude": -158.1552171, "Species": "Saffron Finch", "Count": 1, "Date": "2021-06-12" }, "geometry": { "type": "Point", "coordinates": [ -158.155217099999987, 21.43924155 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43924155, "Longitude": -158.1552171, "Species": "Spotted Dove", "Count": 1, "Date": "2021-06-12" }, "geometry": { "type": "Point", "coordinates": [ -158.155217099999987, 21.43924155 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43924155, "Longitude": -158.1552171, "Species": "Zebra Dove", "Count": 1, "Date": "2021-06-12" }, "geometry": { "type": "Point", "coordinates": [ -158.155217099999987, 21.43924155 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49159669, "Longitude": -157.8460256, "Species": "Common Myna", "Count": 2, "Date": "2020-01-11" }, "geometry": { "type": "Point", "coordinates": [ -157.8460256, 21.49159669 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49159669, "Longitude": -157.8460256, "Species": "Laysan Albatross", "Count": 1, "Date": "2021-11-28" }, "geometry": { "type": "Point", "coordinates": [ -157.8460256, 21.49159669 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49159669, "Longitude": -157.8460256, "Species": "Feral Mallard ", "Count": 2, "Date": "2020-01-11" }, "geometry": { "type": "Point", "coordinates": [ -157.8460256, 21.49159669 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49159669, "Longitude": -157.8460256, "Species": "Muscovy Duck", "Count": 1, "Date": "2023-09-24" }, "geometry": { "type": "Point", "coordinates": [ -157.8460256, 21.49159669 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49159669, "Longitude": -157.8460256, "Species": "Pacific Golden-Plover", "Count": 2, "Date": "2020-01-11" }, "geometry": { "type": "Point", "coordinates": [ -157.8460256, 21.49159669 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49159669, "Longitude": -157.8460256, "Species": "Western Cattle Egret", "Count": 2, "Date": "2020-01-11" }, "geometry": { "type": "Point", "coordinates": [ -157.8460256, 21.49159669 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50248199, "Longitude": -158.1548518, "Species": "Apapane", "Count": 1, "Date": "2022-02-26" }, "geometry": { "type": "Point", "coordinates": [ -158.154851799999989, 21.50248199 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50248199, "Longitude": -158.1548518, "Species": "Erckel's Spurfowl", "Count": 1, "Date": "2022-02-26" }, "geometry": { "type": "Point", "coordinates": [ -158.154851799999989, 21.50248199 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50248199, "Longitude": -158.1548518, "Species": "Oahu Amakihi", "Count": 1, "Date": "2022-02-26" }, "geometry": { "type": "Point", "coordinates": [ -158.154851799999989, 21.50248199 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50248199, "Longitude": -158.1548518, "Species": "Red-billed Leiothrix", "Count": 1, "Date": "2022-02-26" }, "geometry": { "type": "Point", "coordinates": [ -158.154851799999989, 21.50248199 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50248199, "Longitude": -158.1548518, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2022-02-26" }, "geometry": { "type": "Point", "coordinates": [ -158.154851799999989, 21.50248199 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50248199, "Longitude": -158.1548518, "Species": "Warbling White-eye", "Count": 1, "Date": "2022-02-26" }, "geometry": { "type": "Point", "coordinates": [ -158.154851799999989, 21.50248199 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51042544, "Longitude": -157.9617231, "Species": "Common Waxbill", "Count": 1, "Date": "2022-07-09" }, "geometry": { "type": "Point", "coordinates": [ -157.9617231, 21.51042544 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51042544, "Longitude": -157.9617231, "Species": "Oahu Elepaio", "Count": 1, "Date": "2022-07-09" }, "geometry": { "type": "Point", "coordinates": [ -157.9617231, 21.51042544 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51042544, "Longitude": -157.9617231, "Species": "Red-billed Leiothrix", "Count": 1, "Date": "2022-07-09" }, "geometry": { "type": "Point", "coordinates": [ -157.9617231, 21.51042544 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51042544, "Longitude": -157.9617231, "Species": "Red-crested Cardinal", "Count": 1, "Date": "2022-07-09" }, "geometry": { "type": "Point", "coordinates": [ -157.9617231, 21.51042544 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51042544, "Longitude": -157.9617231, "Species": "Warbling White-eye", "Count": 1, "Date": "2022-07-09" }, "geometry": { "type": "Point", "coordinates": [ -157.9617231, 21.51042544 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51042544, "Longitude": -157.9617231, "Species": "White-rumped Shama", "Count": 1, "Date": "2022-07-09" }, "geometry": { "type": "Point", "coordinates": [ -157.9617231, 21.51042544 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5095271, "Longitude": -157.826577, "Species": "Great Frigatebird", "Count": 1, "Date": "2019-04-10" }, "geometry": { "type": "Point", "coordinates": [ -157.826577, 21.5095271 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5095271, "Longitude": -157.826577, "Species": "Red-footed Booby", "Count": 3, "Date": "2022-08-20" }, "geometry": { "type": "Point", "coordinates": [ -157.826577, 21.5095271 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5095271, "Longitude": -157.826577, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2021-06-24" }, "geometry": { "type": "Point", "coordinates": [ -157.826577, 21.5095271 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5095271, "Longitude": -157.826577, "Species": "Spotted Dove", "Count": 3, "Date": "2022-08-20" }, "geometry": { "type": "Point", "coordinates": [ -157.826577, 21.5095271 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5095271, "Longitude": -157.826577, "Species": "Wedge-tailed Shearwater", "Count": 4, "Date": "2022-08-20" }, "geometry": { "type": "Point", "coordinates": [ -157.826577, 21.5095271 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5095271, "Longitude": -157.826577, "Species": "Zebra Dove", "Count": 3, "Date": "2022-08-20" }, "geometry": { "type": "Point", "coordinates": [ -157.826577, 21.5095271 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.52901042, "Longitude": -158.0484884, "Species": "Common Myna", "Count": 1, "Date": "2019-09-13" }, "geometry": { "type": "Point", "coordinates": [ -158.0484884, 21.52901042 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.52901042, "Longitude": -158.0484884, "Species": "Common Waxbill", "Count": 1, "Date": "2019-09-13" }, "geometry": { "type": "Point", "coordinates": [ -158.0484884, 21.52901042 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.52901042, "Longitude": -158.0484884, "Species": "Gray Francolin", "Count": 1, "Date": "2019-09-13" }, "geometry": { "type": "Point", "coordinates": [ -158.0484884, 21.52901042 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.52901042, "Longitude": -158.0484884, "Species": "Pacific Golden-Plover", "Count": 1, "Date": "2019-09-13" }, "geometry": { "type": "Point", "coordinates": [ -158.0484884, 21.52901042 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.52901042, "Longitude": -158.0484884, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2019-09-13" }, "geometry": { "type": "Point", "coordinates": [ -158.0484884, 21.52901042 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.52901042, "Longitude": -158.0484884, "Species": "Ruddy Turnstone", "Count": 1, "Date": "2019-09-13" }, "geometry": { "type": "Point", "coordinates": [ -158.0484884, 21.52901042 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55697218, "Longitude": -158.2124788, "Species": "Common Waxbill", "Count": 1, "Date": "2021-01-09" }, "geometry": { "type": "Point", "coordinates": [ -158.212478800000014, 21.55697218 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55697218, "Longitude": -158.2124788, "Species": "Japanese Bush Warbler", "Count": 1, "Date": "2021-01-09" }, "geometry": { "type": "Point", "coordinates": [ -158.212478800000014, 21.55697218 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55697218, "Longitude": -158.2124788, "Species": "Red-crested Cardinal", "Count": 1, "Date": "2021-01-09" }, "geometry": { "type": "Point", "coordinates": [ -158.212478800000014, 21.55697218 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55697218, "Longitude": -158.2124788, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2021-01-09" }, "geometry": { "type": "Point", "coordinates": [ -158.212478800000014, 21.55697218 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55697218, "Longitude": -158.2124788, "Species": "Warbling White-eye", "Count": 1, "Date": "2021-01-09" }, "geometry": { "type": "Point", "coordinates": [ -158.212478800000014, 21.55697218 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55697218, "Longitude": -158.2124788, "Species": "White-rumped Shama", "Count": 1, "Date": "2021-01-09" }, "geometry": { "type": "Point", "coordinates": [ -158.212478800000014, 21.55697218 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58440351, "Longitude": -158.2896089, "Species": "Brown Booby", "Count": 1, "Date": "2023-04-01" }, "geometry": { "type": "Point", "coordinates": [ -158.2896089, 21.58440351 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58440351, "Longitude": -158.2896089, "Species": "Brown Noddy", "Count": 1, "Date": "2023-04-01" }, "geometry": { "type": "Point", "coordinates": [ -158.2896089, 21.58440351 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58440351, "Longitude": -158.2896089, "Species": "Great Frigatebird", "Count": 1, "Date": "2023-04-01" }, "geometry": { "type": "Point", "coordinates": [ -158.2896089, 21.58440351 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58440351, "Longitude": -158.2896089, "Species": "Laysan Albatross", "Count": 1, "Date": "2023-04-01" }, "geometry": { "type": "Point", "coordinates": [ -158.2896089, 21.58440351 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58440351, "Longitude": -158.2896089, "Species": "Wedge-tailed Shearwater", "Count": 1, "Date": "2023-04-01" }, "geometry": { "type": "Point", "coordinates": [ -158.2896089, 21.58440351 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60025709, "Longitude": -157.8838045, "Species": "Common Myna", "Count": 1, "Date": "2021-12-26" }, "geometry": { "type": "Point", "coordinates": [ -157.8838045, 21.60025709 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60025709, "Longitude": -157.8838045, "Species": "Java Sparrow", "Count": 1, "Date": "2021-12-26" }, "geometry": { "type": "Point", "coordinates": [ -157.8838045, 21.60025709 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60025709, "Longitude": -157.8838045, "Species": "Pacific Golden-Plover", "Count": 1, "Date": "2021-12-26" }, "geometry": { "type": "Point", "coordinates": [ -157.8838045, 21.60025709 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60025709, "Longitude": -157.8838045, "Species": "Red Junglefowl", "Count": 1, "Date": "2021-12-26" }, "geometry": { "type": "Point", "coordinates": [ -157.8838045, 21.60025709 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60025709, "Longitude": -157.8838045, "Species": "Western Cattle Egret", "Count": 1, "Date": "2021-12-26" }, "geometry": { "type": "Point", "coordinates": [ -157.8838045, 21.60025709 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60025709, "Longitude": -157.8838045, "Species": "Zebra Dove", "Count": 1, "Date": "2021-12-26" }, "geometry": { "type": "Point", "coordinates": [ -157.8838045, 21.60025709 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.61068763, "Longitude": -158.1155795, "Species": "Brown Booby", "Count": 4, "Date": "2023-09-05" }, "geometry": { "type": "Point", "coordinates": [ -158.1155795, 21.61068763 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.61068763, "Longitude": -158.1155795, "Species": "Brown Noddy", "Count": 2, "Date": "2023-09-05" }, "geometry": { "type": "Point", "coordinates": [ -158.1155795, 21.61068763 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.61068763, "Longitude": -158.1155795, "Species": "Laysan Albatross", "Count": 1, "Date": "2021-08-04" }, "geometry": { "type": "Point", "coordinates": [ -158.1155795, 21.61068763 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.61068763, "Longitude": -158.1155795, "Species": "Sooty Tern", "Count": 2, "Date": "2023-09-05" }, "geometry": { "type": "Point", "coordinates": [ -158.1155795, 21.61068763 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.61068763, "Longitude": -158.1155795, "Species": "Wedge-tailed Shearwater", "Count": 4, "Date": "2023-09-05" }, "geometry": { "type": "Point", "coordinates": [ -158.1155795, 21.61068763 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2557523, "Longitude": -157.7129587, "Species": "Great Frigatebird", "Count": 1, "Date": "2019-06-04" }, "geometry": { "type": "Point", "coordinates": [ -157.7129587, 21.2557523 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2557523, "Longitude": -157.7129587, "Species": "Red-footed Booby", "Count": 1, "Date": "2019-06-04" }, "geometry": { "type": "Point", "coordinates": [ -157.7129587, 21.2557523 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2557523, "Longitude": -157.7129587, "Species": "Red-vented Bulbul", "Count": 2, "Date": "2019-06-08" }, "geometry": { "type": "Point", "coordinates": [ -157.7129587, 21.2557523 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2557523, "Longitude": -157.7129587, "Species": "Spotted Dove", "Count": 1, "Date": "2019-06-04" }, "geometry": { "type": "Point", "coordinates": [ -157.7129587, 21.2557523 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2557523, "Longitude": -157.7129587, "Species": "Wandering Tattler", "Count": 1, "Date": "2019-06-08" }, "geometry": { "type": "Point", "coordinates": [ -157.7129587, 21.2557523 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2557523, "Longitude": -157.7129587, "Species": "Wedge-tailed Shearwater", "Count": 1, "Date": "2019-06-04" }, "geometry": { "type": "Point", "coordinates": [ -157.7129587, 21.2557523 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2557523, "Longitude": -157.7129587, "Species": "White Tern", "Count": 1, "Date": "2019-06-08" }, "geometry": { "type": "Point", "coordinates": [ -157.7129587, 21.2557523 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26743861, "Longitude": -158.1272861, "Species": "Brown Booby", "Count": 1, "Date": "2022-03-26" }, "geometry": { "type": "Point", "coordinates": [ -158.1272861, 21.26743861 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26743861, "Longitude": -158.1272861, "Species": "Brown Noddy", "Count": 1, "Date": "2020-03-26" }, "geometry": { "type": "Point", "coordinates": [ -158.1272861, 21.26743861 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26743861, "Longitude": -158.1272861, "Species": "Red-footed Booby", "Count": 1, "Date": "2022-03-26" }, "geometry": { "type": "Point", "coordinates": [ -158.1272861, 21.26743861 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26743861, "Longitude": -158.1272861, "Species": "Sooty Shearwater", "Count": 1, "Date": "2020-03-26" }, "geometry": { "type": "Point", "coordinates": [ -158.1272861, 21.26743861 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26743861, "Longitude": -158.1272861, "Species": "Sooty Tern", "Count": 1, "Date": "2020-03-26" }, "geometry": { "type": "Point", "coordinates": [ -158.1272861, 21.26743861 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26743861, "Longitude": -158.1272861, "Species": "Wedge-tailed Shearwater", "Count": 1, "Date": "2020-03-26" }, "geometry": { "type": "Point", "coordinates": [ -158.1272861, 21.26743861 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26743861, "Longitude": -158.1272861, "Species": "White Tern", "Count": 2, "Date": "2022-03-26" }, "geometry": { "type": "Point", "coordinates": [ -158.1272861, 21.26743861 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26463666, "Longitude": -157.6936077, "Species": "Brown Booby", "Count": 1, "Date": "2023-04-07" }, "geometry": { "type": "Point", "coordinates": [ -157.6936077, 21.26463666 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26463666, "Longitude": -157.6936077, "Species": "Brown Noddy", "Count": 2, "Date": "2023-04-07" }, "geometry": { "type": "Point", "coordinates": [ -157.6936077, 21.26463666 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26463666, "Longitude": -157.6936077, "Species": "Great Frigatebird", "Count": 1, "Date": "2023-04-07" }, "geometry": { "type": "Point", "coordinates": [ -157.6936077, 21.26463666 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26463666, "Longitude": -157.6936077, "Species": "Red-footed Booby", "Count": 2, "Date": "2023-04-07" }, "geometry": { "type": "Point", "coordinates": [ -157.6936077, 21.26463666 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26463666, "Longitude": -157.6936077, "Species": "Red-tailed Tropicbird", "Count": 2, "Date": "2023-04-07" }, "geometry": { "type": "Point", "coordinates": [ -157.6936077, 21.26463666 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26463666, "Longitude": -157.6936077, "Species": "Sooty Tern", "Count": 1, "Date": "2023-04-07" }, "geometry": { "type": "Point", "coordinates": [ -157.6936077, 21.26463666 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26463666, "Longitude": -157.6936077, "Species": "Wedge-tailed Shearwater", "Count": 1, "Date": "2023-04-07" }, "geometry": { "type": "Point", "coordinates": [ -157.6936077, 21.26463666 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28389558, "Longitude": -157.8572935, "Species": "Black Noddy", "Count": 8, "Date": "2019-03-31" }, "geometry": { "type": "Point", "coordinates": [ -157.8572935, 21.28389558 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28389558, "Longitude": -157.8572935, "Species": "Brown Booby", "Count": 9, "Date": "2023-10-24" }, "geometry": { "type": "Point", "coordinates": [ -157.8572935, 21.28389558 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28389558, "Longitude": -157.8572935, "Species": "Brown Noddy", "Count": 1, "Date": "2023-10-24" }, "geometry": { "type": "Point", "coordinates": [ -157.8572935, 21.28389558 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28389558, "Longitude": -157.8572935, "Species": "Red-footed Booby", "Count": 8, "Date": "2019-03-31" }, "geometry": { "type": "Point", "coordinates": [ -157.8572935, 21.28389558 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28389558, "Longitude": -157.8572935, "Species": "Sooty Tern", "Count": 8, "Date": "2019-03-31" }, "geometry": { "type": "Point", "coordinates": [ -157.8572935, 21.28389558 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28389558, "Longitude": -157.8572935, "Species": "Wedge-tailed Shearwater", "Count": 8, "Date": "2019-03-31" }, "geometry": { "type": "Point", "coordinates": [ -157.8572935, 21.28389558 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28389558, "Longitude": -157.8572935, "Species": "White Tern", "Count": 9, "Date": "2023-10-24" }, "geometry": { "type": "Point", "coordinates": [ -157.8572935, 21.28389558 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31045365, "Longitude": -157.7799642, "Species": "Chestnut Munia", "Count": 1, "Date": "2021-08-21" }, "geometry": { "type": "Point", "coordinates": [ -157.7799642, 21.31045365 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31045365, "Longitude": -157.7799642, "Species": "Common Myna", "Count": 1, "Date": "2022-12-19" }, "geometry": { "type": "Point", "coordinates": [ -157.7799642, 21.31045365 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31045365, "Longitude": -157.7799642, "Species": "Common Waxbill", "Count": 2, "Date": "2022-12-19" }, "geometry": { "type": "Point", "coordinates": [ -157.7799642, 21.31045365 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31045365, "Longitude": -157.7799642, "Species": "Red-billed Leiothrix", "Count": 1, "Date": "2021-08-21" }, "geometry": { "type": "Point", "coordinates": [ -157.7799642, 21.31045365 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31045365, "Longitude": -157.7799642, "Species": "Rose-ringed Parakeet", "Count": 1, "Date": "2022-12-19" }, "geometry": { "type": "Point", "coordinates": [ -157.7799642, 21.31045365 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31045365, "Longitude": -157.7799642, "Species": "Scaly-breasted Munia", "Count": 1, "Date": "2021-08-21" }, "geometry": { "type": "Point", "coordinates": [ -157.7799642, 21.31045365 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31045365, "Longitude": -157.7799642, "Species": "Zebra Dove", "Count": 1, "Date": "2022-12-19" }, "geometry": { "type": "Point", "coordinates": [ -157.7799642, 21.31045365 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32028696, "Longitude": -157.8955766, "Species": "Black-crowned Night Heron", "Count": 2, "Date": "2020-07-09" }, "geometry": { "type": "Point", "coordinates": [ -157.8955766, 21.32028696 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32028696, "Longitude": -157.8955766, "Species": "Black-necked Stilt", "Count": 1, "Date": "2022-09-09" }, "geometry": { "type": "Point", "coordinates": [ -157.8955766, 21.32028696 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32028696, "Longitude": -157.8955766, "Species": "Brown Booby", "Count": 1, "Date": "2019-10-13" }, "geometry": { "type": "Point", "coordinates": [ -157.8955766, 21.32028696 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32028696, "Longitude": -157.8955766, "Species": "Pacific Golden-Plover", "Count": 1, "Date": "2022-09-09" }, "geometry": { "type": "Point", "coordinates": [ -157.8955766, 21.32028696 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32028696, "Longitude": -157.8955766, "Species": "Ruddy Turnstone", "Count": 1, "Date": "2022-09-09" }, "geometry": { "type": "Point", "coordinates": [ -157.8955766, 21.32028696 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32028696, "Longitude": -157.8955766, "Species": "Sooty Tern", "Count": 1, "Date": "2022-11-23" }, "geometry": { "type": "Point", "coordinates": [ -157.8955766, 21.32028696 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32028696, "Longitude": -157.8955766, "Species": "Western Cattle Egret", "Count": 1, "Date": "2020-03-01" }, "geometry": { "type": "Point", "coordinates": [ -157.8955766, 21.32028696 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33053177, "Longitude": -158.0979871, "Species": "Common Myna", "Count": 1, "Date": "2023-09-14" }, "geometry": { "type": "Point", "coordinates": [ -158.097987100000012, 21.33053177 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33053177, "Longitude": -158.0979871, "Species": "Common Waxbill", "Count": 1, "Date": "2023-09-14" }, "geometry": { "type": "Point", "coordinates": [ -158.097987100000012, 21.33053177 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33053177, "Longitude": -158.0979871, "Species": "Pacific Golden-Plover", "Count": 1, "Date": "2023-09-14" }, "geometry": { "type": "Point", "coordinates": [ -158.097987100000012, 21.33053177 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33053177, "Longitude": -158.0979871, "Species": "Red Avadavat", "Count": 1, "Date": "2023-09-14" }, "geometry": { "type": "Point", "coordinates": [ -158.097987100000012, 21.33053177 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33053177, "Longitude": -158.0979871, "Species": "Red-crested Cardinal", "Count": 1, "Date": "2023-09-14" }, "geometry": { "type": "Point", "coordinates": [ -158.097987100000012, 21.33053177 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33053177, "Longitude": -158.0979871, "Species": "Saffron Finch", "Count": 2, "Date": "2023-09-14" }, "geometry": { "type": "Point", "coordinates": [ -158.097987100000012, 21.33053177 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33053177, "Longitude": -158.0979871, "Species": "Western Cattle Egret", "Count": 1, "Date": "2023-09-14" }, "geometry": { "type": "Point", "coordinates": [ -158.097987100000012, 21.33053177 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32925687, "Longitude": -157.8858677, "Species": "Common Myna", "Count": 4, "Date": "2023-10-19" }, "geometry": { "type": "Point", "coordinates": [ -157.8858677, 21.32925687 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32925687, "Longitude": -157.8858677, "Species": "House Sparrow", "Count": 1, "Date": "2019-10-30" }, "geometry": { "type": "Point", "coordinates": [ -157.8858677, 21.32925687 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32925687, "Longitude": -157.8858677, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2023-10-19" }, "geometry": { "type": "Point", "coordinates": [ -157.8858677, 21.32925687 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32925687, "Longitude": -157.8858677, "Species": "Spotted Dove", "Count": 1, "Date": "2019-10-30" }, "geometry": { "type": "Point", "coordinates": [ -157.8858677, 21.32925687 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32925687, "Longitude": -157.8858677, "Species": "Warbling White-eye", "Count": 1, "Date": "2019-10-30" }, "geometry": { "type": "Point", "coordinates": [ -157.8858677, 21.32925687 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32925687, "Longitude": -157.8858677, "Species": "Western Cattle Egret", "Count": 2, "Date": "2021-11-10" }, "geometry": { "type": "Point", "coordinates": [ -157.8858677, 21.32925687 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32925687, "Longitude": -157.8858677, "Species": "Zebra Dove", "Count": 2, "Date": "2023-10-19" }, "geometry": { "type": "Point", "coordinates": [ -157.8858677, 21.32925687 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32919267, "Longitude": -157.8762265, "Species": "House Sparrow", "Count": 1, "Date": "2021-07-07" }, "geometry": { "type": "Point", "coordinates": [ -157.8762265, 21.32919267 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32919267, "Longitude": -157.8762265, "Species": "Java Sparrow", "Count": 1, "Date": "2019-03-01" }, "geometry": { "type": "Point", "coordinates": [ -157.8762265, 21.32919267 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32919267, "Longitude": -157.8762265, "Species": "Red-crested Cardinal", "Count": 1, "Date": "2022-02-22" }, "geometry": { "type": "Point", "coordinates": [ -157.8762265, 21.32919267 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32919267, "Longitude": -157.8762265, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2021-07-07" }, "geometry": { "type": "Point", "coordinates": [ -157.8762265, 21.32919267 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32919267, "Longitude": -157.8762265, "Species": "Rose-ringed Parakeet", "Count": 1, "Date": "2022-02-22" }, "geometry": { "type": "Point", "coordinates": [ -157.8762265, 21.32919267 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32919267, "Longitude": -157.8762265, "Species": "Spotted Dove", "Count": 1, "Date": "2021-07-07" }, "geometry": { "type": "Point", "coordinates": [ -157.8762265, 21.32919267 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32919267, "Longitude": -157.8762265, "Species": "Zebra Dove", "Count": 1, "Date": "2019-03-01" }, "geometry": { "type": "Point", "coordinates": [ -157.8762265, 21.32919267 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34692989, "Longitude": -157.8278767, "Species": "Common Myna", "Count": 1, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.8278767, 21.34692989 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34692989, "Longitude": -157.8278767, "Species": "Common Waxbill", "Count": 1, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.8278767, 21.34692989 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34692989, "Longitude": -157.8278767, "Species": "Feral Mallard", "Count": 1, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.8278767, 21.34692989 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34692989, "Longitude": -157.8278767, "Species": "Oahu Amakihi", "Count": 1, "Date": "2021-04-20" }, "geometry": { "type": "Point", "coordinates": [ -157.8278767, 21.34692989 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34692989, "Longitude": -157.8278767, "Species": "Pacific Golden-Plover", "Count": 1, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.8278767, 21.34692989 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34692989, "Longitude": -157.8278767, "Species": "Red-billed Leiothrix", "Count": 1, "Date": "2021-04-20" }, "geometry": { "type": "Point", "coordinates": [ -157.8278767, 21.34692989 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3462285, "Longitude": -157.7314553, "Species": "Common Myna", "Count": 1, "Date": "2022-05-30" }, "geometry": { "type": "Point", "coordinates": [ -157.7314553, 21.3462285 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3462285, "Longitude": -157.7314553, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2022-05-30" }, "geometry": { "type": "Point", "coordinates": [ -157.7314553, 21.3462285 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3462285, "Longitude": -157.7314553, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2022-05-30" }, "geometry": { "type": "Point", "coordinates": [ -157.7314553, 21.3462285 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3462285, "Longitude": -157.7314553, "Species": "Rock Pigeon", "Count": 1, "Date": "2022-05-30" }, "geometry": { "type": "Point", "coordinates": [ -157.7314553, 21.3462285 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3462285, "Longitude": -157.7314553, "Species": "Spotted Dove", "Count": 1, "Date": "2022-05-30" }, "geometry": { "type": "Point", "coordinates": [ -157.7314553, 21.3462285 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3462285, "Longitude": -157.7314553, "Species": "Western Cattle Egret", "Count": 1, "Date": "2022-05-30" }, "geometry": { "type": "Point", "coordinates": [ -157.7314553, 21.3462285 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3462285, "Longitude": -157.7314553, "Species": "Zebra Dove", "Count": 1, "Date": "2022-05-30" }, "geometry": { "type": "Point", "coordinates": [ -157.7314553, 21.3462285 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35568903, "Longitude": -157.7892333, "Species": "Apapane", "Count": 1, "Date": "2021-12-25" }, "geometry": { "type": "Point", "coordinates": [ -157.7892333, 21.35568903 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35568903, "Longitude": -157.7892333, "Species": "Japanese Bush Warbler", "Count": 1, "Date": "2021-07-11" }, "geometry": { "type": "Point", "coordinates": [ -157.7892333, 21.35568903 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35568903, "Longitude": -157.7892333, "Species": "Red-billed Leiothrix", "Count": 1, "Date": "2021-12-25" }, "geometry": { "type": "Point", "coordinates": [ -157.7892333, 21.35568903 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35568903, "Longitude": -157.7892333, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2021-12-25" }, "geometry": { "type": "Point", "coordinates": [ -157.7892333, 21.35568903 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35568903, "Longitude": -157.7892333, "Species": "Warbling White-eye", "Count": 1, "Date": "2021-12-25" }, "geometry": { "type": "Point", "coordinates": [ -157.7892333, 21.35568903 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35568903, "Longitude": -157.7892333, "Species": "White-rumped Shama", "Count": 1, "Date": "2021-12-25" }, "geometry": { "type": "Point", "coordinates": [ -157.7892333, 21.35568903 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35568903, "Longitude": -157.7892333, "Species": "White-tailed Tropicbird", "Count": 1, "Date": "2021-07-26" }, "geometry": { "type": "Point", "coordinates": [ -157.7892333, 21.35568903 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37382471, "Longitude": -157.7987286, "Species": "Chestnut Munia", "Count": 2, "Date": "2021-05-13" }, "geometry": { "type": "Point", "coordinates": [ -157.7987286, 21.37382471 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37382471, "Longitude": -157.7987286, "Species": "Common Myna", "Count": 2, "Date": "2021-05-13" }, "geometry": { "type": "Point", "coordinates": [ -157.7987286, 21.37382471 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37382471, "Longitude": -157.7987286, "Species": "Common Waxbill", "Count": 1, "Date": "2019-04-01" }, "geometry": { "type": "Point", "coordinates": [ -157.7987286, 21.37382471 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37382471, "Longitude": -157.7987286, "Species": "Pacific Golden-Plover", "Count": 1, "Date": "2019-04-01" }, "geometry": { "type": "Point", "coordinates": [ -157.7987286, 21.37382471 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37382471, "Longitude": -157.7987286, "Species": "Red-crested Cardinal", "Count": 2, "Date": "2021-05-13" }, "geometry": { "type": "Point", "coordinates": [ -157.7987286, 21.37382471 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37382471, "Longitude": -157.7987286, "Species": "Red-vented Bulbul", "Count": 2, "Date": "2021-05-13" }, "geometry": { "type": "Point", "coordinates": [ -157.7987286, 21.37382471 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37382471, "Longitude": -157.7987286, "Species": "White-rumped Shama", "Count": 1, "Date": "2019-04-01" }, "geometry": { "type": "Point", "coordinates": [ -157.7987286, 21.37382471 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38435756, "Longitude": -158.0301355, "Species": "Common Myna", "Count": 2, "Date": "2023-03-29" }, "geometry": { "type": "Point", "coordinates": [ -158.0301355, 21.38435756 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38435756, "Longitude": -158.0301355, "Species": "Pacific Golden-Plover", "Count": 1, "Date": "2019-03-28" }, "geometry": { "type": "Point", "coordinates": [ -158.0301355, 21.38435756 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38435756, "Longitude": -158.0301355, "Species": "Red-vented Bulbul", "Count": 2, "Date": "2023-03-29" }, "geometry": { "type": "Point", "coordinates": [ -158.0301355, 21.38435756 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38435756, "Longitude": -158.0301355, "Species": "Rose-ringed Parakeet", "Count": 1, "Date": "2019-03-28" }, "geometry": { "type": "Point", "coordinates": [ -158.0301355, 21.38435756 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38435756, "Longitude": -158.0301355, "Species": "Spotted Dove", "Count": 1, "Date": "2019-03-28" }, "geometry": { "type": "Point", "coordinates": [ -158.0301355, 21.38435756 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38435756, "Longitude": -158.0301355, "Species": "Western Cattle Egret", "Count": 3, "Date": "2023-03-29" }, "geometry": { "type": "Point", "coordinates": [ -158.0301355, 21.38435756 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38435756, "Longitude": -158.0301355, "Species": "Zebra Dove", "Count": 1, "Date": "2019-03-28" }, "geometry": { "type": "Point", "coordinates": [ -158.0301355, 21.38435756 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38430155, "Longitude": -158.0204901, "Species": "Common Myna", "Count": 1, "Date": "2019-08-13" }, "geometry": { "type": "Point", "coordinates": [ -158.020490099999989, 21.38430155 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38430155, "Longitude": -158.0204901, "Species": "Common Waxbill", "Count": 1, "Date": "2019-08-13" }, "geometry": { "type": "Point", "coordinates": [ -158.020490099999989, 21.38430155 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38430155, "Longitude": -158.0204901, "Species": "House Finch", "Count": 1, "Date": "2019-08-13" }, "geometry": { "type": "Point", "coordinates": [ -158.020490099999989, 21.38430155 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38430155, "Longitude": -158.0204901, "Species": "Saffron Finch", "Count": 1, "Date": "2019-08-13" }, "geometry": { "type": "Point", "coordinates": [ -158.020490099999989, 21.38430155 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38430155, "Longitude": -158.0204901, "Species": "Spotted Dove", "Count": 1, "Date": "2019-08-13" }, "geometry": { "type": "Point", "coordinates": [ -158.020490099999989, 21.38430155 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38430155, "Longitude": -158.0204901, "Species": "Warbling White-eye", "Count": 1, "Date": "2019-08-13" }, "geometry": { "type": "Point", "coordinates": [ -158.020490099999989, 21.38430155 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38430155, "Longitude": -158.0204901, "Species": "Zebra Dove", "Count": 1, "Date": "2019-08-13" }, "geometry": { "type": "Point", "coordinates": [ -158.020490099999989, 21.38430155 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3841304, "Longitude": -157.9915541, "Species": "Common Myna", "Count": 2, "Date": "2023-01-02" }, "geometry": { "type": "Point", "coordinates": [ -157.9915541, 21.3841304 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3841304, "Longitude": -157.9915541, "Species": "Northern Cardinal", "Count": 2, "Date": "2023-01-02" }, "geometry": { "type": "Point", "coordinates": [ -157.9915541, 21.3841304 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3841304, "Longitude": -157.9915541, "Species": "Red-crested Cardinal", "Count": 2, "Date": "2023-01-02" }, "geometry": { "type": "Point", "coordinates": [ -157.9915541, 21.3841304 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3841304, "Longitude": -157.9915541, "Species": "Red-vented Bulbul", "Count": 2, "Date": "2023-01-02" }, "geometry": { "type": "Point", "coordinates": [ -157.9915541, 21.3841304 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3841304, "Longitude": -157.9915541, "Species": "Spotted Dove", "Count": 2, "Date": "2023-01-02" }, "geometry": { "type": "Point", "coordinates": [ -157.9915541, 21.3841304 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3841304, "Longitude": -157.9915541, "Species": "White-rumped Shama", "Count": 2, "Date": "2023-01-02" }, "geometry": { "type": "Point", "coordinates": [ -157.9915541, 21.3841304 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3841304, "Longitude": -157.9915541, "Species": "Zebra Dove", "Count": 2, "Date": "2023-01-02" }, "geometry": { "type": "Point", "coordinates": [ -157.9915541, 21.3841304 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40995752, "Longitude": -157.7984331, "Species": "Common Myna", "Count": 1, "Date": "2023-07-10" }, "geometry": { "type": "Point", "coordinates": [ -157.798433100000011, 21.40995752 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40995752, "Longitude": -157.7984331, "Species": "Red Junglefowl", "Count": 1, "Date": "2023-07-10" }, "geometry": { "type": "Point", "coordinates": [ -157.798433100000011, 21.40995752 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40995752, "Longitude": -157.7984331, "Species": "Rock Pigeon", "Count": 1, "Date": "2023-07-10" }, "geometry": { "type": "Point", "coordinates": [ -157.798433100000011, 21.40995752 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40995752, "Longitude": -157.7984331, "Species": "Saffron Finch", "Count": 1, "Date": "2023-07-10" }, "geometry": { "type": "Point", "coordinates": [ -157.798433100000011, 21.40995752 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40995752, "Longitude": -157.7984331, "Species": "Spotted Dove", "Count": 1, "Date": "2023-07-10" }, "geometry": { "type": "Point", "coordinates": [ -157.798433100000011, 21.40995752 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40995752, "Longitude": -157.7984331, "Species": "Warbling White-eye", "Count": 1, "Date": "2023-07-10" }, "geometry": { "type": "Point", "coordinates": [ -157.798433100000011, 21.40995752 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40995752, "Longitude": -157.7984331, "Species": "Western Cattle Egret", "Count": 1, "Date": "2023-07-10" }, "geometry": { "type": "Point", "coordinates": [ -157.798433100000011, 21.40995752 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42900107, "Longitude": -157.943003, "Species": "Chinese Hwamei", "Count": 1, "Date": "2019-01-06" }, "geometry": { "type": "Point", "coordinates": [ -157.943003, 21.42900107 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42900107, "Longitude": -157.943003, "Species": "Common Waxbill", "Count": 1, "Date": "2019-02-09" }, "geometry": { "type": "Point", "coordinates": [ -157.943003, 21.42900107 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42900107, "Longitude": -157.943003, "Species": "Oahu Amakihi", "Count": 1, "Date": "2019-02-09" }, "geometry": { "type": "Point", "coordinates": [ -157.943003, 21.42900107 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42900107, "Longitude": -157.943003, "Species": "Red-billed Leiothrix", "Count": 1, "Date": "2020-02-03" }, "geometry": { "type": "Point", "coordinates": [ -157.943003, 21.42900107 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42900107, "Longitude": -157.943003, "Species": "Red-crowned Parrot", "Count": 1, "Date": "2019-01-06" }, "geometry": { "type": "Point", "coordinates": [ -157.943003, 21.42900107 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42900107, "Longitude": -157.943003, "Species": "Warbling White-eye", "Count": 1, "Date": "2022-05-29" }, "geometry": { "type": "Point", "coordinates": [ -157.943003, 21.42900107 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42900107, "Longitude": -157.943003, "Species": "White-rumped Shama", "Count": 1, "Date": "2019-01-06" }, "geometry": { "type": "Point", "coordinates": [ -157.943003, 21.42900107 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44602052, "Longitude": -157.7884888, "Species": "Black-necked Stilt", "Count": 1, "Date": "2022-01-07" }, "geometry": { "type": "Point", "coordinates": [ -157.78848880000001, 21.44602052 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44602052, "Longitude": -157.7884888, "Species": "Common Waxbill", "Count": 1, "Date": "2022-01-07" }, "geometry": { "type": "Point", "coordinates": [ -157.78848880000001, 21.44602052 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44602052, "Longitude": -157.7884888, "Species": "House Finch", "Count": 1, "Date": "2022-01-07" }, "geometry": { "type": "Point", "coordinates": [ -157.78848880000001, 21.44602052 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44602052, "Longitude": -157.7884888, "Species": "Pacific Golden-Plover", "Count": 1, "Date": "2022-01-07" }, "geometry": { "type": "Point", "coordinates": [ -157.78848880000001, 21.44602052 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44602052, "Longitude": -157.7884888, "Species": "Ruddy Turnstone", "Count": 1, "Date": "2022-01-07" }, "geometry": { "type": "Point", "coordinates": [ -157.78848880000001, 21.44602052 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44602052, "Longitude": -157.7884888, "Species": "Saffron Finch", "Count": 1, "Date": "2022-01-07" }, "geometry": { "type": "Point", "coordinates": [ -157.78848880000001, 21.44602052 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44602052, "Longitude": -157.7884888, "Species": "Western Cattle Egret", "Count": 2, "Date": "2024-01-21" }, "geometry": { "type": "Point", "coordinates": [ -157.78848880000001, 21.44602052 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47486468, "Longitude": -158.0584927, "Species": "Chestnut Munia", "Count": 2, "Date": "2021-11-30" }, "geometry": { "type": "Point", "coordinates": [ -158.058492699999988, 21.47486468 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47486468, "Longitude": -158.0584927, "Species": "Common Myna", "Count": 2, "Date": "2021-11-30" }, "geometry": { "type": "Point", "coordinates": [ -158.058492699999988, 21.47486468 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47486468, "Longitude": -158.0584927, "Species": "Common Waxbill", "Count": 2, "Date": "2021-11-30" }, "geometry": { "type": "Point", "coordinates": [ -158.058492699999988, 21.47486468 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47486468, "Longitude": -158.0584927, "Species": "Red-crested Cardinal", "Count": 2, "Date": "2021-11-30" }, "geometry": { "type": "Point", "coordinates": [ -158.058492699999988, 21.47486468 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47486468, "Longitude": -158.0584927, "Species": "Scaly-breasted Munia", "Count": 2, "Date": "2021-11-30" }, "geometry": { "type": "Point", "coordinates": [ -158.058492699999988, 21.47486468 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47486468, "Longitude": -158.0584927, "Species": "White-rumped Shama", "Count": 2, "Date": "2021-11-30" }, "geometry": { "type": "Point", "coordinates": [ -158.058492699999988, 21.47486468 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47486468, "Longitude": -158.0584927, "Species": "Zebra Dove", "Count": 2, "Date": "2021-11-30" }, "geometry": { "type": "Point", "coordinates": [ -158.058492699999988, 21.47486468 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4934474, "Longitude": -158.1549044, "Species": "Common Myna", "Count": 1, "Date": "2022-02-26" }, "geometry": { "type": "Point", "coordinates": [ -158.1549044, 21.4934474 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4934474, "Longitude": -158.1549044, "Species": "Common Waxbill", "Count": 1, "Date": "2022-02-26" }, "geometry": { "type": "Point", "coordinates": [ -158.1549044, 21.4934474 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4934474, "Longitude": -158.1549044, "Species": "Spotted Dove", "Count": 1, "Date": "2022-02-26" }, "geometry": { "type": "Point", "coordinates": [ -158.1549044, 21.4934474 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4934474, "Longitude": -158.1549044, "Species": "Warbling White-eye", "Count": 1, "Date": "2022-02-26" }, "geometry": { "type": "Point", "coordinates": [ -158.1549044, 21.4934474 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4934474, "Longitude": -158.1549044, "Species": "White-rumped Shama", "Count": 1, "Date": "2022-02-26" }, "geometry": { "type": "Point", "coordinates": [ -158.1549044, 21.4934474 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4934474, "Longitude": -158.1549044, "Species": "Yellow-fronted Canary", "Count": 1, "Date": "2022-02-26" }, "geometry": { "type": "Point", "coordinates": [ -158.1549044, 21.4934474 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4934474, "Longitude": -158.1549044, "Species": "Zebra Dove", "Count": 1, "Date": "2022-02-26" }, "geometry": { "type": "Point", "coordinates": [ -158.1549044, 21.4934474 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50069675, "Longitude": -157.8556068, "Species": "Common Myna", "Count": 3, "Date": "2023-03-29" }, "geometry": { "type": "Point", "coordinates": [ -157.8556068, 21.50069675 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50069675, "Longitude": -157.8556068, "Species": "Indian Peafowl", "Count": 1, "Date": "2020-12-08" }, "geometry": { "type": "Point", "coordinates": [ -157.8556068, 21.50069675 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50069675, "Longitude": -157.8556068, "Species": "Red-crested Cardinal", "Count": 1, "Date": "2020-11-29" }, "geometry": { "type": "Point", "coordinates": [ -157.8556068, 21.50069675 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50069675, "Longitude": -157.8556068, "Species": "Red-whiskered Bulbul", "Count": 2, "Date": "2020-12-08" }, "geometry": { "type": "Point", "coordinates": [ -157.8556068, 21.50069675 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50069675, "Longitude": -157.8556068, "Species": "Spotted Dove", "Count": 1, "Date": "2020-12-08" }, "geometry": { "type": "Point", "coordinates": [ -157.8556068, 21.50069675 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50069675, "Longitude": -157.8556068, "Species": "Western Cattle Egret", "Count": 1, "Date": "2023-03-29" }, "geometry": { "type": "Point", "coordinates": [ -157.8556068, 21.50069675 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50069675, "Longitude": -157.8556068, "Species": "White-rumped Shama", "Count": 1, "Date": "2020-12-08" }, "geometry": { "type": "Point", "coordinates": [ -157.8556068, 21.50069675 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.52772915, "Longitude": -157.8457404, "Species": "Common Myna", "Count": 1, "Date": "2019-07-08" }, "geometry": { "type": "Point", "coordinates": [ -157.845740400000011, 21.52772915 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.52772915, "Longitude": -157.8457404, "Species": "Common Waxbill", "Count": 1, "Date": "2019-07-08" }, "geometry": { "type": "Point", "coordinates": [ -157.845740400000011, 21.52772915 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.52772915, "Longitude": -157.8457404, "Species": "Red-crested Cardinal", "Count": 1, "Date": "2019-07-08" }, "geometry": { "type": "Point", "coordinates": [ -157.845740400000011, 21.52772915 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.52772915, "Longitude": -157.8457404, "Species": "Rock Pigeon", "Count": 1, "Date": "2019-07-08" }, "geometry": { "type": "Point", "coordinates": [ -157.845740400000011, 21.52772915 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.52772915, "Longitude": -157.8457404, "Species": "Scaly-breasted Munia", "Count": 1, "Date": "2019-07-08" }, "geometry": { "type": "Point", "coordinates": [ -157.845740400000011, 21.52772915 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.52772915, "Longitude": -157.8457404, "Species": "Western Cattle Egret", "Count": 1, "Date": "2019-07-08" }, "geometry": { "type": "Point", "coordinates": [ -157.845740400000011, 21.52772915 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.52772915, "Longitude": -157.8457404, "Species": "Zebra Dove", "Count": 1, "Date": "2019-07-08" }, "geometry": { "type": "Point", "coordinates": [ -157.845740400000011, 21.52772915 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5387645, "Longitude": -158.1836095, "Species": "Japanese Bush Warbler", "Count": 1, "Date": "2022-06-10" }, "geometry": { "type": "Point", "coordinates": [ -158.183609499999989, 21.5387645 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5387645, "Longitude": -158.1836095, "Species": "Kalij Pheasant", "Count": 1, "Date": "2022-06-10" }, "geometry": { "type": "Point", "coordinates": [ -158.183609499999989, 21.5387645 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5387645, "Longitude": -158.1836095, "Species": "Red-billed Leiothrix", "Count": 1, "Date": "2022-06-10" }, "geometry": { "type": "Point", "coordinates": [ -158.183609499999989, 21.5387645 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5387645, "Longitude": -158.1836095, "Species": "Red-crested Cardinal", "Count": 1, "Date": "2022-06-10" }, "geometry": { "type": "Point", "coordinates": [ -158.183609499999989, 21.5387645 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5387645, "Longitude": -158.1836095, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2022-06-10" }, "geometry": { "type": "Point", "coordinates": [ -158.183609499999989, 21.5387645 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5387645, "Longitude": -158.1836095, "Species": "Warbling White-eye", "Count": 1, "Date": "2022-06-10" }, "geometry": { "type": "Point", "coordinates": [ -158.183609499999989, 21.5387645 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5387645, "Longitude": -158.1836095, "Species": "White-rumped Shama", "Count": 1, "Date": "2022-06-10" }, "geometry": { "type": "Point", "coordinates": [ -158.183609499999989, 21.5387645 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55669315, "Longitude": -158.1545341, "Species": "Indian Peafowl", "Count": 1, "Date": "2021-10-26" }, "geometry": { "type": "Point", "coordinates": [ -158.1545341, 21.55669315 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55669315, "Longitude": -158.1545341, "Species": "Java Sparrow", "Count": 1, "Date": "2021-10-26" }, "geometry": { "type": "Point", "coordinates": [ -158.1545341, 21.55669315 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55669315, "Longitude": -158.1545341, "Species": "Kalij Pheasant", "Count": 1, "Date": "2021-10-26" }, "geometry": { "type": "Point", "coordinates": [ -158.1545341, 21.55669315 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55669315, "Longitude": -158.1545341, "Species": "Pacific Golden-Plover", "Count": 1, "Date": "2021-10-26" }, "geometry": { "type": "Point", "coordinates": [ -158.1545341, 21.55669315 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55669315, "Longitude": -158.1545341, "Species": "Spotted Dove", "Count": 1, "Date": "2021-10-26" }, "geometry": { "type": "Point", "coordinates": [ -158.1545341, 21.55669315 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55669315, "Longitude": -158.1545341, "Species": "Western Cattle Egret", "Count": 1, "Date": "2021-10-26" }, "geometry": { "type": "Point", "coordinates": [ -158.1545341, 21.55669315 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55669315, "Longitude": -158.1545341, "Species": "Zebra Dove", "Count": 1, "Date": "2021-10-26" }, "geometry": { "type": "Point", "coordinates": [ -158.1545341, 21.55669315 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5566429, "Longitude": -158.1448775, "Species": "Common Myna", "Count": 1, "Date": "2022-07-24" }, "geometry": { "type": "Point", "coordinates": [ -158.1448775, 21.5566429 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5566429, "Longitude": -158.1448775, "Species": "Gray Francolin", "Count": 1, "Date": "2022-07-24" }, "geometry": { "type": "Point", "coordinates": [ -158.1448775, 21.5566429 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5566429, "Longitude": -158.1448775, "Species": "Indian Peafowl", "Count": 1, "Date": "2022-07-24" }, "geometry": { "type": "Point", "coordinates": [ -158.1448775, 21.5566429 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5566429, "Longitude": -158.1448775, "Species": "Red-crested Cardinal", "Count": 1, "Date": "2022-07-24" }, "geometry": { "type": "Point", "coordinates": [ -158.1448775, 21.5566429 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5566429, "Longitude": -158.1448775, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2022-07-24" }, "geometry": { "type": "Point", "coordinates": [ -158.1448775, 21.5566429 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5566429, "Longitude": -158.1448775, "Species": "Spotted Dove", "Count": 1, "Date": "2022-07-24" }, "geometry": { "type": "Point", "coordinates": [ -158.1448775, 21.5566429 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5566429, "Longitude": -158.1448775, "Species": "Warbling White-eye", "Count": 1, "Date": "2022-07-24" }, "geometry": { "type": "Point", "coordinates": [ -158.1448775, 21.5566429 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57309332, "Longitude": -157.874355, "Species": "Common Waxbill", "Count": 1, "Date": "2021-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.874355, 21.57309332 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57309332, "Longitude": -157.874355, "Species": "Red-crested Cardinal", "Count": 1, "Date": "2022-06-16" }, "geometry": { "type": "Point", "coordinates": [ -157.874355, 21.57309332 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57309332, "Longitude": -157.874355, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2022-06-16" }, "geometry": { "type": "Point", "coordinates": [ -157.874355, 21.57309332 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57309332, "Longitude": -157.874355, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2022-06-16" }, "geometry": { "type": "Point", "coordinates": [ -157.874355, 21.57309332 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57309332, "Longitude": -157.874355, "Species": "Spotted Dove", "Count": 1, "Date": "2022-06-16" }, "geometry": { "type": "Point", "coordinates": [ -157.874355, 21.57309332 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57309332, "Longitude": -157.874355, "Species": "White-rumped Shama", "Count": 2, "Date": "2022-06-16" }, "geometry": { "type": "Point", "coordinates": [ -157.874355, 21.57309332 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57309332, "Longitude": -157.874355, "Species": "Zebra Dove", "Count": 1, "Date": "2022-06-16" }, "geometry": { "type": "Point", "coordinates": [ -157.874355, 21.57309332 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.59251619, "Longitude": -158.0963716, "Species": "Common Gallinule", "Count": 1, "Date": "2021-08-12" }, "geometry": { "type": "Point", "coordinates": [ -158.0963716, 21.59251619 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.59251619, "Longitude": -158.0963716, "Species": "Common Myna", "Count": 1, "Date": "2022-10-08" }, "geometry": { "type": "Point", "coordinates": [ -158.0963716, 21.59251619 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.59251619, "Longitude": -158.0963716, "Species": "Gray Francolin", "Count": 2, "Date": "2019-04-30" }, "geometry": { "type": "Point", "coordinates": [ -158.0963716, 21.59251619 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.59251619, "Longitude": -158.0963716, "Species": "House Sparrow", "Count": 1, "Date": "2022-10-08" }, "geometry": { "type": "Point", "coordinates": [ -158.0963716, 21.59251619 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.59251619, "Longitude": -158.0963716, "Species": "Saffron Finch", "Count": 2, "Date": "2021-07-19" }, "geometry": { "type": "Point", "coordinates": [ -158.0963716, 21.59251619 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.59251619, "Longitude": -158.0963716, "Species": "Western Cattle Egret", "Count": 3, "Date": "2022-11-24" }, "geometry": { "type": "Point", "coordinates": [ -158.0963716, 21.59251619 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.59251619, "Longitude": -158.0963716, "Species": "Zebra Dove", "Count": 1, "Date": "2022-10-08" }, "geometry": { "type": "Point", "coordinates": [ -158.0963716, 21.59251619 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63736006, "Longitude": -158.038117, "Species": "Blue-crowned Parakeet", "Count": 1, "Date": "2022-11-15" }, "geometry": { "type": "Point", "coordinates": [ -158.038117, 21.63736006 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63736006, "Longitude": -158.038117, "Species": "Common Gallinule", "Count": 1, "Date": "2022-06-22" }, "geometry": { "type": "Point", "coordinates": [ -158.038117, 21.63736006 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63736006, "Longitude": -158.038117, "Species": "Common Myna", "Count": 1, "Date": "2022-06-22" }, "geometry": { "type": "Point", "coordinates": [ -158.038117, 21.63736006 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63736006, "Longitude": -158.038117, "Species": "Feral Mallard", "Count": 1, "Date": "2022-06-22" }, "geometry": { "type": "Point", "coordinates": [ -158.038117, 21.63736006 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63736006, "Longitude": -158.038117, "Species": "Oahu Amakihi", "Count": 1, "Date": "2019-08-29" }, "geometry": { "type": "Point", "coordinates": [ -158.038117, 21.63736006 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63736006, "Longitude": -158.038117, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2019-08-28" }, "geometry": { "type": "Point", "coordinates": [ -158.038117, 21.63736006 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63736006, "Longitude": -158.038117, "Species": "Rock Pigeon", "Count": 1, "Date": "2022-06-22" }, "geometry": { "type": "Point", "coordinates": [ -158.038117, 21.63736006 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.65564299, "Longitude": -158.07665, "Species": "Black Noddy", "Count": 1, "Date": "2019-04-06" }, "geometry": { "type": "Point", "coordinates": [ -158.07665, 21.65564299 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.65564299, "Longitude": -158.07665, "Species": "Brown Booby", "Count": 1, "Date": "2019-04-06" }, "geometry": { "type": "Point", "coordinates": [ -158.07665, 21.65564299 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.65564299, "Longitude": -158.07665, "Species": "Brown Noddy", "Count": 1, "Date": "2019-04-06" }, "geometry": { "type": "Point", "coordinates": [ -158.07665, 21.65564299 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.65564299, "Longitude": -158.07665, "Species": "Red-footed Booby", "Count": 1, "Date": "2019-04-06" }, "geometry": { "type": "Point", "coordinates": [ -158.07665, 21.65564299 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.65564299, "Longitude": -158.07665, "Species": "Sooty Shearwater", "Count": 1, "Date": "2019-04-06" }, "geometry": { "type": "Point", "coordinates": [ -158.07665, 21.65564299 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.65564299, "Longitude": -158.07665, "Species": "Sooty Tern", "Count": 1, "Date": "2019-04-06" }, "geometry": { "type": "Point", "coordinates": [ -158.07665, 21.65564299 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.65564299, "Longitude": -158.07665, "Species": "Wedge-tailed Shearwater", "Count": 1, "Date": "2019-04-06" }, "geometry": { "type": "Point", "coordinates": [ -158.07665, 21.65564299 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.66446026, "Longitude": -158.0379369, "Species": "Common Myna", "Count": 1, "Date": "2024-01-12" }, "geometry": { "type": "Point", "coordinates": [ -158.0379369, 21.66446026 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.66446026, "Longitude": -158.0379369, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2023-06-23" }, "geometry": { "type": "Point", "coordinates": [ -158.0379369, 21.66446026 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.66446026, "Longitude": -158.0379369, "Species": "Red-whiskered Bulbul", "Count": 2, "Date": "2024-01-12" }, "geometry": { "type": "Point", "coordinates": [ -158.0379369, 21.66446026 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.66446026, "Longitude": -158.0379369, "Species": "Saffron Finch", "Count": 1, "Date": "2023-06-23" }, "geometry": { "type": "Point", "coordinates": [ -158.0379369, 21.66446026 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.66446026, "Longitude": -158.0379369, "Species": "Warbling White-eye", "Count": 1, "Date": "2024-01-12" }, "geometry": { "type": "Point", "coordinates": [ -158.0379369, 21.66446026 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.66446026, "Longitude": -158.0379369, "Species": "White-rumped Shama", "Count": 1, "Date": "2023-06-23" }, "geometry": { "type": "Point", "coordinates": [ -158.0379369, 21.66446026 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.66446026, "Longitude": -158.0379369, "Species": "Zebra Dove", "Count": 1, "Date": "2024-01-12" }, "geometry": { "type": "Point", "coordinates": [ -158.0379369, 21.66446026 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70012441, "Longitude": -157.960367, "Species": "Chestnut Munia", "Count": 1, "Date": "2021-07-13" }, "geometry": { "type": "Point", "coordinates": [ -157.960367, 21.70012441 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70012441, "Longitude": -157.960367, "Species": "Common Myna", "Count": 1, "Date": "2021-07-13" }, "geometry": { "type": "Point", "coordinates": [ -157.960367, 21.70012441 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70012441, "Longitude": -157.960367, "Species": "Hawaiian Coot", "Count": 1, "Date": "2021-07-13" }, "geometry": { "type": "Point", "coordinates": [ -157.960367, 21.70012441 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70012441, "Longitude": -157.960367, "Species": "Red Junglefowl", "Count": 1, "Date": "2021-07-13" }, "geometry": { "type": "Point", "coordinates": [ -157.960367, 21.70012441 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70012441, "Longitude": -157.960367, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2021-07-13" }, "geometry": { "type": "Point", "coordinates": [ -157.960367, 21.70012441 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70012441, "Longitude": -157.960367, "Species": "Spotted Dove", "Count": 1, "Date": "2021-07-13" }, "geometry": { "type": "Point", "coordinates": [ -157.960367, 21.70012441 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70012441, "Longitude": -157.960367, "Species": "Zebra Dove", "Count": 1, "Date": "2021-07-13" }, "geometry": { "type": "Point", "coordinates": [ -157.960367, 21.70012441 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.71836629, "Longitude": -157.9892389, "Species": "Chestnut Munia", "Count": 1, "Date": "2023-04-22" }, "geometry": { "type": "Point", "coordinates": [ -157.9892389, 21.71836629 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.71836629, "Longitude": -157.9892389, "Species": "Common Myna", "Count": 1, "Date": "2023-04-22" }, "geometry": { "type": "Point", "coordinates": [ -157.9892389, 21.71836629 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.71836629, "Longitude": -157.9892389, "Species": "Pacific Golden-Plover", "Count": 1, "Date": "2023-04-22" }, "geometry": { "type": "Point", "coordinates": [ -157.9892389, 21.71836629 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.71836629, "Longitude": -157.9892389, "Species": "Red Junglefowl", "Count": 1, "Date": "2023-04-22" }, "geometry": { "type": "Point", "coordinates": [ -157.9892389, 21.71836629 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.71836629, "Longitude": -157.9892389, "Species": "Western Cattle Egret", "Count": 1, "Date": "2023-04-22" }, "geometry": { "type": "Point", "coordinates": [ -157.9892389, 21.71836629 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.71836629, "Longitude": -157.9892389, "Species": "White-rumped Shama", "Count": 1, "Date": "2023-04-22" }, "geometry": { "type": "Point", "coordinates": [ -157.9892389, 21.71836629 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.71836629, "Longitude": -157.9892389, "Species": "Zebra Dove", "Count": 1, "Date": "2023-04-22" }, "geometry": { "type": "Point", "coordinates": [ -157.9892389, 21.71836629 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28247517, "Longitude": -157.6645359, "Species": "Common Myna", "Count": 1, "Date": "2019-04-26" }, "geometry": { "type": "Point", "coordinates": [ -157.6645359, 21.28247517 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28247517, "Longitude": -157.6645359, "Species": "Common Waxbill", "Count": 1, "Date": "2019-04-26" }, "geometry": { "type": "Point", "coordinates": [ -157.6645359, 21.28247517 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28247517, "Longitude": -157.6645359, "Species": "Red-crested Cardinal", "Count": 1, "Date": "2019-04-26" }, "geometry": { "type": "Point", "coordinates": [ -157.6645359, 21.28247517 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28247517, "Longitude": -157.6645359, "Species": "Rock Pigeon", "Count": 1, "Date": "2019-04-26" }, "geometry": { "type": "Point", "coordinates": [ -157.6645359, 21.28247517 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28247517, "Longitude": -157.6645359, "Species": "Sooty Tern", "Count": 1, "Date": "2019-04-26" }, "geometry": { "type": "Point", "coordinates": [ -157.6645359, 21.28247517 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28247517, "Longitude": -157.6645359, "Species": "Wandering Tattler", "Count": 1, "Date": "2019-04-26" }, "geometry": { "type": "Point", "coordinates": [ -157.6645359, 21.28247517 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28247517, "Longitude": -157.6645359, "Species": "Western Cattle Egret", "Count": 1, "Date": "2019-04-26" }, "geometry": { "type": "Point", "coordinates": [ -157.6645359, 21.28247517 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28247517, "Longitude": -157.6645359, "Species": "Zebra Dove", "Count": 1, "Date": "2019-04-26" }, "geometry": { "type": "Point", "coordinates": [ -157.6645359, 21.28247517 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32858968, "Longitude": -157.7894559, "Species": "Common Myna", "Count": 1, "Date": "2023-09-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7894559, 21.32858968 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32858968, "Longitude": -157.7894559, "Species": "Common Waxbill", "Count": 1, "Date": "2023-09-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7894559, 21.32858968 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32858968, "Longitude": -157.7894559, "Species": "Red-billed Leiothrix", "Count": 2, "Date": "2023-09-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7894559, 21.32858968 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32858968, "Longitude": -157.7894559, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2023-09-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7894559, 21.32858968 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32858968, "Longitude": -157.7894559, "Species": "Scaly-breasted Munia", "Count": 1, "Date": "2023-09-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7894559, 21.32858968 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32858968, "Longitude": -157.7894559, "Species": "Warbling White-eye", "Count": 1, "Date": "2023-09-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7894559, 21.32858968 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32858968, "Longitude": -157.7894559, "Species": "White-rumped Shama", "Count": 1, "Date": "2019-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.7894559, 21.32858968 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32858968, "Longitude": -157.7894559, "Species": "Zebra Dove", "Count": 1, "Date": "2023-09-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7894559, 21.32858968 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34719498, "Longitude": -157.8664462, "Species": "Common Myna", "Count": 1, "Date": "2024-02-17" }, "geometry": { "type": "Point", "coordinates": [ -157.866446200000013, 21.34719498 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34719498, "Longitude": -157.8664462, "Species": "House Finch", "Count": 1, "Date": "2024-02-17" }, "geometry": { "type": "Point", "coordinates": [ -157.866446200000013, 21.34719498 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34719498, "Longitude": -157.8664462, "Species": "Pacific Golden-Plover", "Count": 1, "Date": "2021-02-26" }, "geometry": { "type": "Point", "coordinates": [ -157.866446200000013, 21.34719498 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34719498, "Longitude": -157.8664462, "Species": "Red-crested Cardinal", "Count": 1, "Date": "2021-02-26" }, "geometry": { "type": "Point", "coordinates": [ -157.866446200000013, 21.34719498 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34719498, "Longitude": -157.8664462, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2024-02-17" }, "geometry": { "type": "Point", "coordinates": [ -157.866446200000013, 21.34719498 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34719498, "Longitude": -157.8664462, "Species": "Scaly-breasted Munia", "Count": 1, "Date": "2023-12-05" }, "geometry": { "type": "Point", "coordinates": [ -157.866446200000013, 21.34719498 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34719498, "Longitude": -157.8664462, "Species": "Spotted Dove", "Count": 1, "Date": "2024-02-17" }, "geometry": { "type": "Point", "coordinates": [ -157.866446200000013, 21.34719498 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34719498, "Longitude": -157.8664462, "Species": "Zebra Dove", "Count": 1, "Date": "2024-02-17" }, "geometry": { "type": "Point", "coordinates": [ -157.866446200000013, 21.34719498 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34712954, "Longitude": -157.8568037, "Species": "Common Waxbill", "Count": 1, "Date": "2021-11-06" }, "geometry": { "type": "Point", "coordinates": [ -157.8568037, 21.34712954 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34712954, "Longitude": -157.8568037, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2021-11-06" }, "geometry": { "type": "Point", "coordinates": [ -157.8568037, 21.34712954 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34712954, "Longitude": -157.8568037, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2021-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.8568037, 21.34712954 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34712954, "Longitude": -157.8568037, "Species": "Rose-ringed Parakeet", "Count": 1, "Date": "2021-11-06" }, "geometry": { "type": "Point", "coordinates": [ -157.8568037, 21.34712954 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34712954, "Longitude": -157.8568037, "Species": "Spotted Dove", "Count": 1, "Date": "2021-11-06" }, "geometry": { "type": "Point", "coordinates": [ -157.8568037, 21.34712954 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34712954, "Longitude": -157.8568037, "Species": "Warbling White-eye", "Count": 3, "Date": "2021-11-06" }, "geometry": { "type": "Point", "coordinates": [ -157.8568037, 21.34712954 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34712954, "Longitude": -157.8568037, "Species": "Yellow-fronted Canary", "Count": 1, "Date": "2021-11-06" }, "geometry": { "type": "Point", "coordinates": [ -157.8568037, 21.34712954 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34712954, "Longitude": -157.8568037, "Species": "Zebra Dove", "Count": 2, "Date": "2021-11-06" }, "geometry": { "type": "Point", "coordinates": [ -157.8568037, 21.34712954 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37532359, "Longitude": -158.0301951, "Species": "Common Myna", "Count": 2, "Date": "2022-08-29" }, "geometry": { "type": "Point", "coordinates": [ -158.030195099999986, 21.37532359 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37532359, "Longitude": -158.0301951, "Species": "Common Waxbill", "Count": 1, "Date": "2022-08-29" }, "geometry": { "type": "Point", "coordinates": [ -158.030195099999986, 21.37532359 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37532359, "Longitude": -158.0301951, "Species": "Feral Mallard", "Count": 1, "Date": "2022-08-29" }, "geometry": { "type": "Point", "coordinates": [ -158.030195099999986, 21.37532359 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37532359, "Longitude": -158.0301951, "Species": "Pacific Golden-Plover", "Count": 1, "Date": "2022-08-29" }, "geometry": { "type": "Point", "coordinates": [ -158.030195099999986, 21.37532359 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37532359, "Longitude": -158.0301951, "Species": "Spotted Dove", "Count": 1, "Date": "2022-08-29" }, "geometry": { "type": "Point", "coordinates": [ -158.030195099999986, 21.37532359 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37532359, "Longitude": -158.0301951, "Species": "Western Cattle Egret", "Count": 1, "Date": "2022-08-29" }, "geometry": { "type": "Point", "coordinates": [ -158.030195099999986, 21.37532359 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37532359, "Longitude": -158.0301951, "Species": "White-rumped Shama", "Count": 1, "Date": "2020-01-06" }, "geometry": { "type": "Point", "coordinates": [ -158.030195099999986, 21.37532359 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37532359, "Longitude": -158.0301951, "Species": "Zebra Dove", "Count": 1, "Date": "2020-01-06" }, "geometry": { "type": "Point", "coordinates": [ -158.030195099999986, 21.37532359 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37526772, "Longitude": -158.0205503, "Species": "Common Myna", "Count": 2, "Date": "2023-05-15" }, "geometry": { "type": "Point", "coordinates": [ -158.0205503, 21.37526772 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37526772, "Longitude": -158.0205503, "Species": "House Finch", "Count": 1, "Date": "2023-05-15" }, "geometry": { "type": "Point", "coordinates": [ -158.0205503, 21.37526772 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37526772, "Longitude": -158.0205503, "Species": "House Sparrow", "Count": 1, "Date": "2023-05-15" }, "geometry": { "type": "Point", "coordinates": [ -158.0205503, 21.37526772 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37526772, "Longitude": -158.0205503, "Species": "Red Junglefowl", "Count": 1, "Date": "2021-05-23" }, "geometry": { "type": "Point", "coordinates": [ -158.0205503, 21.37526772 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37526772, "Longitude": -158.0205503, "Species": "Red-crested Cardinal", "Count": 1, "Date": "2023-05-15" }, "geometry": { "type": "Point", "coordinates": [ -158.0205503, 21.37526772 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37526772, "Longitude": -158.0205503, "Species": "Spotted Dove", "Count": 1, "Date": "2023-05-15" }, "geometry": { "type": "Point", "coordinates": [ -158.0205503, 21.37526772 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37526772, "Longitude": -158.0205503, "Species": "Western Cattle Egret", "Count": 2, "Date": "2023-05-15" }, "geometry": { "type": "Point", "coordinates": [ -158.0205503, 21.37526772 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37526772, "Longitude": -158.0205503, "Species": "Zebra Dove", "Count": 1, "Date": "2023-05-15" }, "geometry": { "type": "Point", "coordinates": [ -158.0205503, 21.37526772 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38326325, "Longitude": -157.8565231, "Species": "Common Waxbill", "Count": 1, "Date": "2022-01-26" }, "geometry": { "type": "Point", "coordinates": [ -157.8565231, 21.38326325 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38326325, "Longitude": -157.8565231, "Species": "Northern Cardinal", "Count": 1, "Date": "2022-01-26" }, "geometry": { "type": "Point", "coordinates": [ -157.8565231, 21.38326325 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38326325, "Longitude": -157.8565231, "Species": "Red-billed Leiothrix", "Count": 1, "Date": "2022-01-26" }, "geometry": { "type": "Point", "coordinates": [ -157.8565231, 21.38326325 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38326325, "Longitude": -157.8565231, "Species": "Red-crested Cardinal", "Count": 1, "Date": "2022-01-26" }, "geometry": { "type": "Point", "coordinates": [ -157.8565231, 21.38326325 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38326325, "Longitude": -157.8565231, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2022-01-26" }, "geometry": { "type": "Point", "coordinates": [ -157.8565231, 21.38326325 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38326325, "Longitude": -157.8565231, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2022-01-26" }, "geometry": { "type": "Point", "coordinates": [ -157.8565231, 21.38326325 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38326325, "Longitude": -157.8565231, "Species": "Warbling White-eye", "Count": 1, "Date": "2022-01-26" }, "geometry": { "type": "Point", "coordinates": [ -157.8565231, 21.38326325 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38326325, "Longitude": -157.8565231, "Species": "White-rumped Shama", "Count": 1, "Date": "2022-01-26" }, "geometry": { "type": "Point", "coordinates": [ -157.8565231, 21.38326325 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41105454, "Longitude": -157.9624271, "Species": "Common Myna", "Count": 1, "Date": "2023-05-14" }, "geometry": { "type": "Point", "coordinates": [ -157.962427100000014, 21.41105454 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41105454, "Longitude": -157.9624271, "Species": "House Sparrow", "Count": 1, "Date": "2023-05-14" }, "geometry": { "type": "Point", "coordinates": [ -157.962427100000014, 21.41105454 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41105454, "Longitude": -157.9624271, "Species": "Northern Cardinal", "Count": 1, "Date": "2023-05-14" }, "geometry": { "type": "Point", "coordinates": [ -157.962427100000014, 21.41105454 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41105454, "Longitude": -157.9624271, "Species": "Pacific Golden-Plover", "Count": 1, "Date": "2022-02-21" }, "geometry": { "type": "Point", "coordinates": [ -157.962427100000014, 21.41105454 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41105454, "Longitude": -157.9624271, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2023-05-14" }, "geometry": { "type": "Point", "coordinates": [ -157.962427100000014, 21.41105454 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41105454, "Longitude": -157.9624271, "Species": "Rock Pigeon", "Count": 1, "Date": "2023-05-14" }, "geometry": { "type": "Point", "coordinates": [ -157.962427100000014, 21.41105454 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41105454, "Longitude": -157.9624271, "Species": "Rose-ringed Parakeet", "Count": 1, "Date": "2023-05-14" }, "geometry": { "type": "Point", "coordinates": [ -157.962427100000014, 21.41105454 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41105454, "Longitude": -157.9624271, "Species": "Spotted Dove", "Count": 1, "Date": "2023-05-14" }, "geometry": { "type": "Point", "coordinates": [ -157.962427100000014, 21.41105454 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41919626, "Longitude": -157.8273002, "Species": "Common Myna", "Count": 3, "Date": "2021-02-13" }, "geometry": { "type": "Point", "coordinates": [ -157.8273002, 21.41919626 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41919626, "Longitude": -157.8273002, "Species": "Java Sparrow", "Count": 1, "Date": "2021-02-13" }, "geometry": { "type": "Point", "coordinates": [ -157.8273002, 21.41919626 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41919626, "Longitude": -157.8273002, "Species": "Northern Cardinal", "Count": 1, "Date": "2021-02-13" }, "geometry": { "type": "Point", "coordinates": [ -157.8273002, 21.41919626 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41919626, "Longitude": -157.8273002, "Species": "Red-crested Cardinal", "Count": 1, "Date": "2021-02-13" }, "geometry": { "type": "Point", "coordinates": [ -157.8273002, 21.41919626 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41919626, "Longitude": -157.8273002, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2019-05-16" }, "geometry": { "type": "Point", "coordinates": [ -157.8273002, 21.41919626 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41919626, "Longitude": -157.8273002, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2019-05-16" }, "geometry": { "type": "Point", "coordinates": [ -157.8273002, 21.41919626 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41919626, "Longitude": -157.8273002, "Species": "White-rumped Shama", "Count": 2, "Date": "2021-02-13" }, "geometry": { "type": "Point", "coordinates": [ -157.8273002, 21.41919626 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41919626, "Longitude": -157.8273002, "Species": "Zebra Dove", "Count": 2, "Date": "2021-02-13" }, "geometry": { "type": "Point", "coordinates": [ -157.8273002, 21.41919626 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4191283, "Longitude": -157.8176531, "Species": "Common Myna", "Count": 1, "Date": "2019-04-24" }, "geometry": { "type": "Point", "coordinates": [ -157.8176531, 21.4191283 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4191283, "Longitude": -157.8176531, "Species": "Red Junglefowl", "Count": 1, "Date": "2019-04-24" }, "geometry": { "type": "Point", "coordinates": [ -157.8176531, 21.4191283 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4191283, "Longitude": -157.8176531, "Species": "Red-crested Cardinal", "Count": 1, "Date": "2019-04-24" }, "geometry": { "type": "Point", "coordinates": [ -157.8176531, 21.4191283 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4191283, "Longitude": -157.8176531, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2019-04-24" }, "geometry": { "type": "Point", "coordinates": [ -157.8176531, 21.4191283 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4191283, "Longitude": -157.8176531, "Species": "Spotted Dove", "Count": 1, "Date": "2019-04-24" }, "geometry": { "type": "Point", "coordinates": [ -157.8176531, 21.4191283 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4191283, "Longitude": -157.8176531, "Species": "Warbling White-eye", "Count": 1, "Date": "2019-04-24" }, "geometry": { "type": "Point", "coordinates": [ -157.8176531, 21.4191283 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4191283, "Longitude": -157.8176531, "Species": "White-rumped Shama", "Count": 1, "Date": "2019-04-24" }, "geometry": { "type": "Point", "coordinates": [ -157.8176531, 21.4191283 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4191283, "Longitude": -157.8176531, "Species": "Zebra Dove", "Count": 1, "Date": "2019-04-24" }, "geometry": { "type": "Point", "coordinates": [ -157.8176531, 21.4191283 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44841932, "Longitude": -158.1841152, "Species": "Common Myna", "Count": 3, "Date": "2023-01-06" }, "geometry": { "type": "Point", "coordinates": [ -158.1841152, 21.44841932 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44841932, "Longitude": -158.1841152, "Species": "House Finch", "Count": 1, "Date": "2019-07-20" }, "geometry": { "type": "Point", "coordinates": [ -158.1841152, 21.44841932 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44841932, "Longitude": -158.1841152, "Species": "House Sparrow", "Count": 1, "Date": "2023-01-05" }, "geometry": { "type": "Point", "coordinates": [ -158.1841152, 21.44841932 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44841932, "Longitude": -158.1841152, "Species": "Red-crested Cardinal", "Count": 2, "Date": "2023-01-06" }, "geometry": { "type": "Point", "coordinates": [ -158.1841152, 21.44841932 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44841932, "Longitude": -158.1841152, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2019-07-20" }, "geometry": { "type": "Point", "coordinates": [ -158.1841152, 21.44841932 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44841932, "Longitude": -158.1841152, "Species": "Rock Pigeon", "Count": 1, "Date": "2023-01-06" }, "geometry": { "type": "Point", "coordinates": [ -158.1841152, 21.44841932 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44841932, "Longitude": -158.1841152, "Species": "Spotted Dove", "Count": 1, "Date": "2023-01-05" }, "geometry": { "type": "Point", "coordinates": [ -158.1841152, 21.44841932 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44841932, "Longitude": -158.1841152, "Species": "Zebra Dove", "Count": 3, "Date": "2023-01-06" }, "geometry": { "type": "Point", "coordinates": [ -158.1841152, 21.44841932 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44748166, "Longitude": -158.0104187, "Species": "Common Myna", "Count": 1, "Date": "2022-12-11" }, "geometry": { "type": "Point", "coordinates": [ -158.0104187, 21.44748166 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44748166, "Longitude": -158.0104187, "Species": "House Finch", "Count": 1, "Date": "2022-12-11" }, "geometry": { "type": "Point", "coordinates": [ -158.0104187, 21.44748166 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44748166, "Longitude": -158.0104187, "Species": "Pacific Golden-Plover", "Count": 2, "Date": "2022-12-11" }, "geometry": { "type": "Point", "coordinates": [ -158.0104187, 21.44748166 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44748166, "Longitude": -158.0104187, "Species": "Red-crested Cardinal", "Count": 1, "Date": "2022-12-11" }, "geometry": { "type": "Point", "coordinates": [ -158.0104187, 21.44748166 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44748166, "Longitude": -158.0104187, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2022-12-11" }, "geometry": { "type": "Point", "coordinates": [ -158.0104187, 21.44748166 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44748166, "Longitude": -158.0104187, "Species": "Western Cattle Egret", "Count": 1, "Date": "2022-12-11" }, "geometry": { "type": "Point", "coordinates": [ -158.0104187, 21.44748166 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44748166, "Longitude": -158.0104187, "Species": "White-rumped Shama", "Count": 1, "Date": "2022-12-11" }, "geometry": { "type": "Point", "coordinates": [ -158.0104187, 21.44748166 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44748166, "Longitude": -158.0104187, "Species": "Zebra Dove", "Count": 1, "Date": "2022-12-11" }, "geometry": { "type": "Point", "coordinates": [ -158.0104187, 21.44748166 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45754657, "Longitude": -158.2033666, "Species": "Common Myna", "Count": 3, "Date": "2023-11-20" }, "geometry": { "type": "Point", "coordinates": [ -158.20336660000001, 21.45754657 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45754657, "Longitude": -158.2033666, "Species": "House Sparrow", "Count": 3, "Date": "2023-11-20" }, "geometry": { "type": "Point", "coordinates": [ -158.20336660000001, 21.45754657 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45754657, "Longitude": -158.2033666, "Species": "Java Sparrow", "Count": 1, "Date": "2022-03-14" }, "geometry": { "type": "Point", "coordinates": [ -158.20336660000001, 21.45754657 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45754657, "Longitude": -158.2033666, "Species": "Red-crested Cardinal", "Count": 2, "Date": "2023-11-20" }, "geometry": { "type": "Point", "coordinates": [ -158.20336660000001, 21.45754657 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45754657, "Longitude": -158.2033666, "Species": "Red-vented Bulbul", "Count": 2, "Date": "2023-11-20" }, "geometry": { "type": "Point", "coordinates": [ -158.20336660000001, 21.45754657 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45754657, "Longitude": -158.2033666, "Species": "Saffron Finch", "Count": 1, "Date": "2023-10-25" }, "geometry": { "type": "Point", "coordinates": [ -158.20336660000001, 21.45754657 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45754657, "Longitude": -158.2033666, "Species": "Spotted Dove", "Count": 3, "Date": "2023-11-20" }, "geometry": { "type": "Point", "coordinates": [ -158.20336660000001, 21.45754657 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45754657, "Longitude": -158.2033666, "Species": "Zebra Dove", "Count": 3, "Date": "2023-11-20" }, "geometry": { "type": "Point", "coordinates": [ -158.20336660000001, 21.45754657 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4564003, "Longitude": -157.9910576, "Species": "Black-crowned Night Heron", "Count": 1, "Date": "2023-04-08" }, "geometry": { "type": "Point", "coordinates": [ -157.9910576, 21.4564003 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4564003, "Longitude": -157.9910576, "Species": "Common Myna", "Count": 1, "Date": "2022-05-07" }, "geometry": { "type": "Point", "coordinates": [ -157.9910576, 21.4564003 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4564003, "Longitude": -157.9910576, "Species": "Common Waxbill", "Count": 1, "Date": "2022-05-07" }, "geometry": { "type": "Point", "coordinates": [ -157.9910576, 21.4564003 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4564003, "Longitude": -157.9910576, "Species": "House Finch", "Count": 1, "Date": "2022-05-07" }, "geometry": { "type": "Point", "coordinates": [ -157.9910576, 21.4564003 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4564003, "Longitude": -157.9910576, "Species": "Peregrine Falcon", "Count": 1, "Date": "2021-01-10" }, "geometry": { "type": "Point", "coordinates": [ -157.9910576, 21.4564003 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4564003, "Longitude": -157.9910576, "Species": "Red-crowned Parrot", "Count": 3, "Date": "2022-05-07" }, "geometry": { "type": "Point", "coordinates": [ -157.9910576, 21.4564003 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4564003, "Longitude": -157.9910576, "Species": "Rose-ringed Parakeet", "Count": 1, "Date": "2024-02-21" }, "geometry": { "type": "Point", "coordinates": [ -157.9910576, 21.4564003 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4564003, "Longitude": -157.9910576, "Species": "Warbling White-eye", "Count": 1, "Date": "2022-05-07" }, "geometry": { "type": "Point", "coordinates": [ -157.9910576, 21.4564003 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47353016, "Longitude": -157.8461681, "Species": "Chestnut Munia", "Count": 1, "Date": "2019-04-19" }, "geometry": { "type": "Point", "coordinates": [ -157.8461681, 21.47353016 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47353016, "Longitude": -157.8461681, "Species": "Common Myna", "Count": 1, "Date": "2021-07-12" }, "geometry": { "type": "Point", "coordinates": [ -157.8461681, 21.47353016 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47353016, "Longitude": -157.8461681, "Species": "Pacific Golden-Plover", "Count": 1, "Date": "2019-04-19" }, "geometry": { "type": "Point", "coordinates": [ -157.8461681, 21.47353016 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47353016, "Longitude": -157.8461681, "Species": "Red-tailed Tropicbird", "Count": 1, "Date": "2019-09-02" }, "geometry": { "type": "Point", "coordinates": [ -157.8461681, 21.47353016 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47353016, "Longitude": -157.8461681, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2019-04-19" }, "geometry": { "type": "Point", "coordinates": [ -157.8461681, 21.47353016 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47353016, "Longitude": -157.8461681, "Species": "Scaly-breasted Munia", "Count": 1, "Date": "2019-09-09" }, "geometry": { "type": "Point", "coordinates": [ -157.8461681, 21.47353016 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47353016, "Longitude": -157.8461681, "Species": "Warbling White-eye", "Count": 1, "Date": "2019-04-19" }, "geometry": { "type": "Point", "coordinates": [ -157.8461681, 21.47353016 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47353016, "Longitude": -157.8461681, "Species": "Western Cattle Egret", "Count": 1, "Date": "2021-07-12" }, "geometry": { "type": "Point", "coordinates": [ -157.8461681, 21.47353016 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48389771, "Longitude": -158.0584345, "Species": "Common Myna", "Count": 2, "Date": "2021-12-07" }, "geometry": { "type": "Point", "coordinates": [ -158.0584345, 21.48389771 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48389771, "Longitude": -158.0584345, "Species": "House Finch", "Count": 2, "Date": "2021-12-07" }, "geometry": { "type": "Point", "coordinates": [ -158.0584345, 21.48389771 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48389771, "Longitude": -158.0584345, "Species": "Pacific Golden-Plover", "Count": 2, "Date": "2021-12-07" }, "geometry": { "type": "Point", "coordinates": [ -158.0584345, 21.48389771 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48389771, "Longitude": -158.0584345, "Species": "Saffron Finch", "Count": 2, "Date": "2021-12-07" }, "geometry": { "type": "Point", "coordinates": [ -158.0584345, 21.48389771 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48389771, "Longitude": -158.0584345, "Species": "Spotted Dove", "Count": 2, "Date": "2021-12-07" }, "geometry": { "type": "Point", "coordinates": [ -158.0584345, 21.48389771 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48389771, "Longitude": -158.0584345, "Species": "Warbling White-eye", "Count": 2, "Date": "2021-12-07" }, "geometry": { "type": "Point", "coordinates": [ -158.0584345, 21.48389771 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48389771, "Longitude": -158.0584345, "Species": "Western Cattle Egret", "Count": 2, "Date": "2021-12-07" }, "geometry": { "type": "Point", "coordinates": [ -158.0584345, 21.48389771 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48389771, "Longitude": -158.0584345, "Species": "Zebra Dove", "Count": 2, "Date": "2021-12-07" }, "geometry": { "type": "Point", "coordinates": [ -158.0584345, 21.48389771 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49309438, "Longitude": -158.0873344, "Species": "Common Myna", "Count": 4, "Date": "2021-12-03" }, "geometry": { "type": "Point", "coordinates": [ -158.0873344, 21.49309438 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49309438, "Longitude": -158.0873344, "Species": "Gray Francolin", "Count": 2, "Date": "2021-12-01" }, "geometry": { "type": "Point", "coordinates": [ -158.0873344, 21.49309438 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49309438, "Longitude": -158.0873344, "Species": "House Finch", "Count": 4, "Date": "2021-12-03" }, "geometry": { "type": "Point", "coordinates": [ -158.0873344, 21.49309438 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49309438, "Longitude": -158.0873344, "Species": "Northern Cardinal", "Count": 2, "Date": "2021-12-03" }, "geometry": { "type": "Point", "coordinates": [ -158.0873344, 21.49309438 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49309438, "Longitude": -158.0873344, "Species": "Pacific Golden-Plover", "Count": 2, "Date": "2021-12-01" }, "geometry": { "type": "Point", "coordinates": [ -158.0873344, 21.49309438 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49309438, "Longitude": -158.0873344, "Species": "Red-crested Cardinal", "Count": 2, "Date": "2021-12-03" }, "geometry": { "type": "Point", "coordinates": [ -158.0873344, 21.49309438 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49309438, "Longitude": -158.0873344, "Species": "Spotted Dove", "Count": 4, "Date": "2021-12-03" }, "geometry": { "type": "Point", "coordinates": [ -158.0873344, 21.49309438 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49309438, "Longitude": -158.0873344, "Species": "Zebra Dove", "Count": 4, "Date": "2021-12-03" }, "geometry": { "type": "Point", "coordinates": [ -158.0873344, 21.49309438 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50289692, "Longitude": -158.2417364, "Species": "Brown Booby", "Count": 1, "Date": "2022-01-31" }, "geometry": { "type": "Point", "coordinates": [ -158.2417364, 21.50289692 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50289692, "Longitude": -158.2417364, "Species": "Brown Noddy", "Count": 1, "Date": "2022-01-31" }, "geometry": { "type": "Point", "coordinates": [ -158.2417364, 21.50289692 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50289692, "Longitude": -158.2417364, "Species": "Common Myna", "Count": 1, "Date": "2022-01-31" }, "geometry": { "type": "Point", "coordinates": [ -158.2417364, 21.50289692 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50289692, "Longitude": -158.2417364, "Species": "Laysan Albatross", "Count": 1, "Date": "2022-01-31" }, "geometry": { "type": "Point", "coordinates": [ -158.2417364, 21.50289692 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50289692, "Longitude": -158.2417364, "Species": "Red-crested Cardinal", "Count": 1, "Date": "2022-01-31" }, "geometry": { "type": "Point", "coordinates": [ -158.2417364, 21.50289692 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50289692, "Longitude": -158.2417364, "Species": "Rock Pigeon", "Count": 1, "Date": "2022-01-31" }, "geometry": { "type": "Point", "coordinates": [ -158.2417364, 21.50289692 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50289692, "Longitude": -158.2417364, "Species": "White Tern", "Count": 1, "Date": "2022-01-31" }, "geometry": { "type": "Point", "coordinates": [ -158.2417364, 21.50289692 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50289692, "Longitude": -158.2417364, "Species": "Zebra Dove", "Count": 1, "Date": "2022-01-31" }, "geometry": { "type": "Point", "coordinates": [ -158.2417364, 21.50289692 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.52843245, "Longitude": -157.95194, "Species": "Apapane", "Count": 2, "Date": "2023-10-27" }, "geometry": { "type": "Point", "coordinates": [ -157.95194, 21.52843245 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.52843245, "Longitude": -157.95194, "Species": "Common Waxbill", "Count": 1, "Date": "2019-11-16" }, "geometry": { "type": "Point", "coordinates": [ -157.95194, 21.52843245 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.52843245, "Longitude": -157.95194, "Species": "House Finch", "Count": 1, "Date": "2023-10-27" }, "geometry": { "type": "Point", "coordinates": [ -157.95194, 21.52843245 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.52843245, "Longitude": -157.95194, "Species": "Red-billed Leiothrix", "Count": 1, "Date": "2019-11-16" }, "geometry": { "type": "Point", "coordinates": [ -157.95194, 21.52843245 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.52843245, "Longitude": -157.95194, "Species": "Red-vented Bulbul", "Count": 2, "Date": "2023-10-27" }, "geometry": { "type": "Point", "coordinates": [ -157.95194, 21.52843245 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.52843245, "Longitude": -157.95194, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2019-11-16" }, "geometry": { "type": "Point", "coordinates": [ -157.95194, 21.52843245 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.52843245, "Longitude": -157.95194, "Species": "Warbling White-eye", "Count": 2, "Date": "2023-10-27" }, "geometry": { "type": "Point", "coordinates": [ -157.95194, 21.52843245 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.52843245, "Longitude": -157.95194, "Species": "White-rumped Shama", "Count": 1, "Date": "2019-11-16" }, "geometry": { "type": "Point", "coordinates": [ -157.95194, 21.52843245 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.53899053, "Longitude": -158.2318919, "Species": "Common Myna", "Count": 4, "Date": "2022-03-20" }, "geometry": { "type": "Point", "coordinates": [ -158.2318919, 21.53899053 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.53899053, "Longitude": -158.2318919, "Species": "Red-crested Cardinal", "Count": 4, "Date": "2022-03-20" }, "geometry": { "type": "Point", "coordinates": [ -158.2318919, 21.53899053 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.53899053, "Longitude": -158.2318919, "Species": "Red-vented Bulbul", "Count": 2, "Date": "2022-03-20" }, "geometry": { "type": "Point", "coordinates": [ -158.2318919, 21.53899053 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.53899053, "Longitude": -158.2318919, "Species": "Sanderling", "Count": 2, "Date": "2019-04-21" }, "geometry": { "type": "Point", "coordinates": [ -158.2318919, 21.53899053 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.53899053, "Longitude": -158.2318919, "Species": "Spotted Dove", "Count": 2, "Date": "2019-04-21" }, "geometry": { "type": "Point", "coordinates": [ -158.2318919, 21.53899053 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.53899053, "Longitude": -158.2318919, "Species": "Wandering Tattler", "Count": 6, "Date": "2022-03-20" }, "geometry": { "type": "Point", "coordinates": [ -158.2318919, 21.53899053 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.53899053, "Longitude": -158.2318919, "Species": "Warbling White-eye", "Count": 4, "Date": "2022-03-20" }, "geometry": { "type": "Point", "coordinates": [ -158.2318919, 21.53899053 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.53899053, "Longitude": -158.2318919, "Species": "Zebra Dove", "Count": 4, "Date": "2022-03-20" }, "geometry": { "type": "Point", "coordinates": [ -158.2318919, 21.53899053 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.54739872, "Longitude": -158.1063082, "Species": "Common Myna", "Count": 2, "Date": "2023-03-29" }, "geometry": { "type": "Point", "coordinates": [ -158.1063082, 21.54739872 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.54739872, "Longitude": -158.1063082, "Species": "House Sparrow", "Count": 1, "Date": "2022-03-08" }, "geometry": { "type": "Point", "coordinates": [ -158.1063082, 21.54739872 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.54739872, "Longitude": -158.1063082, "Species": "Pacific Golden-Plover", "Count": 1, "Date": "2022-03-08" }, "geometry": { "type": "Point", "coordinates": [ -158.1063082, 21.54739872 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.54739872, "Longitude": -158.1063082, "Species": "Red Junglefowl", "Count": 1, "Date": "2022-03-08" }, "geometry": { "type": "Point", "coordinates": [ -158.1063082, 21.54739872 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.54739872, "Longitude": -158.1063082, "Species": "Rock Pigeon", "Count": 1, "Date": "2022-03-08" }, "geometry": { "type": "Point", "coordinates": [ -158.1063082, 21.54739872 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.54739872, "Longitude": -158.1063082, "Species": "Saffron Finch", "Count": 1, "Date": "2022-03-08" }, "geometry": { "type": "Point", "coordinates": [ -158.1063082, 21.54739872 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.54739872, "Longitude": -158.1063082, "Species": "Spotted Dove", "Count": 2, "Date": "2023-03-29" }, "geometry": { "type": "Point", "coordinates": [ -158.1063082, 21.54739872 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.54739872, "Longitude": -158.1063082, "Species": "Zebra Dove", "Count": 2, "Date": "2023-03-29" }, "geometry": { "type": "Point", "coordinates": [ -158.1063082, 21.54739872 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56626529, "Longitude": -158.2703804, "Species": "Brown Booby", "Count": 2, "Date": "2024-02-03" }, "geometry": { "type": "Point", "coordinates": [ -158.2703804, 21.56626529 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56626529, "Longitude": -158.2703804, "Species": "Common Myna", "Count": 1, "Date": "2024-02-03" }, "geometry": { "type": "Point", "coordinates": [ -158.2703804, 21.56626529 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56626529, "Longitude": -158.2703804, "Species": "Erckel's Spurfowl", "Count": 1, "Date": "2024-02-03" }, "geometry": { "type": "Point", "coordinates": [ -158.2703804, 21.56626529 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56626529, "Longitude": -158.2703804, "Species": "Laysan Albatross", "Count": 1, "Date": "2024-02-03" }, "geometry": { "type": "Point", "coordinates": [ -158.2703804, 21.56626529 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56626529, "Longitude": -158.2703804, "Species": "Red-footed Booby", "Count": 1, "Date": "2024-02-03" }, "geometry": { "type": "Point", "coordinates": [ -158.2703804, 21.56626529 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56626529, "Longitude": -158.2703804, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2024-02-03" }, "geometry": { "type": "Point", "coordinates": [ -158.2703804, 21.56626529 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56626529, "Longitude": -158.2703804, "Species": "Wandering Tattler", "Count": 1, "Date": "2024-02-03" }, "geometry": { "type": "Point", "coordinates": [ -158.2703804, 21.56626529 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56626529, "Longitude": -158.2703804, "Species": "Wedge-tailed Shearwater", "Count": 1, "Date": "2024-02-03" }, "geometry": { "type": "Point", "coordinates": [ -158.2703804, 21.56626529 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58389233, "Longitude": -158.1736926, "Species": "Common Myna", "Count": 2, "Date": "2023-02-18" }, "geometry": { "type": "Point", "coordinates": [ -158.17369260000001, 21.58389233 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58389233, "Longitude": -158.1736926, "Species": "Java Sparrow", "Count": 1, "Date": "2023-02-18" }, "geometry": { "type": "Point", "coordinates": [ -158.17369260000001, 21.58389233 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58389233, "Longitude": -158.1736926, "Species": "Pacific Golden-Plover", "Count": 1, "Date": "2022-11-04" }, "geometry": { "type": "Point", "coordinates": [ -158.17369260000001, 21.58389233 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58389233, "Longitude": -158.1736926, "Species": "Red-crested Cardinal", "Count": 1, "Date": "2023-02-18" }, "geometry": { "type": "Point", "coordinates": [ -158.17369260000001, 21.58389233 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58389233, "Longitude": -158.1736926, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2023-02-18" }, "geometry": { "type": "Point", "coordinates": [ -158.17369260000001, 21.58389233 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58389233, "Longitude": -158.1736926, "Species": "Ruddy Turnstone", "Count": 1, "Date": "2022-11-04" }, "geometry": { "type": "Point", "coordinates": [ -158.17369260000001, 21.58389233 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58389233, "Longitude": -158.1736926, "Species": "Saffron Finch", "Count": 1, "Date": "2022-11-04" }, "geometry": { "type": "Point", "coordinates": [ -158.17369260000001, 21.58389233 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58389233, "Longitude": -158.1736926, "Species": "Zebra Dove", "Count": 1, "Date": "2023-02-18" }, "geometry": { "type": "Point", "coordinates": [ -158.17369260000001, 21.58389233 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.61882732, "Longitude": -157.9609499, "Species": "Common Waxbill", "Count": 2, "Date": "2021-10-23" }, "geometry": { "type": "Point", "coordinates": [ -157.9609499, 21.61882732 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.61882732, "Longitude": -157.9609499, "Species": "Japanese Bush Warbler", "Count": 3, "Date": "2021-10-23" }, "geometry": { "type": "Point", "coordinates": [ -157.9609499, 21.61882732 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.61882732, "Longitude": -157.9609499, "Species": "Oahu Amakihi", "Count": 2, "Date": "2021-10-23" }, "geometry": { "type": "Point", "coordinates": [ -157.9609499, 21.61882732 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.61882732, "Longitude": -157.9609499, "Species": "Red-billed Leiothrix", "Count": 3, "Date": "2021-10-23" }, "geometry": { "type": "Point", "coordinates": [ -157.9609499, 21.61882732 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.61882732, "Longitude": -157.9609499, "Species": "Red-vented Bulbul", "Count": 3, "Date": "2021-10-23" }, "geometry": { "type": "Point", "coordinates": [ -157.9609499, 21.61882732 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.61882732, "Longitude": -157.9609499, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2021-10-23" }, "geometry": { "type": "Point", "coordinates": [ -157.9609499, 21.61882732 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.61882732, "Longitude": -157.9609499, "Species": "Warbling White-eye", "Count": 3, "Date": "2021-10-23" }, "geometry": { "type": "Point", "coordinates": [ -157.9609499, 21.61882732 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.61882732, "Longitude": -157.9609499, "Species": "White-rumped Shama", "Count": 2, "Date": "2021-10-23" }, "geometry": { "type": "Point", "coordinates": [ -157.9609499, 21.61882732 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.62803935, "Longitude": -157.9898693, "Species": "Common Waxbill", "Count": 1, "Date": "2021-11-13" }, "geometry": { "type": "Point", "coordinates": [ -157.9898693, 21.62803935 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.62803935, "Longitude": -157.9898693, "Species": "Oahu Amakihi", "Count": 1, "Date": "2021-11-13" }, "geometry": { "type": "Point", "coordinates": [ -157.9898693, 21.62803935 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.62803935, "Longitude": -157.9898693, "Species": "Pacific Golden-Plover", "Count": 1, "Date": "2021-11-13" }, "geometry": { "type": "Point", "coordinates": [ -157.9898693, 21.62803935 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.62803935, "Longitude": -157.9898693, "Species": "Red-billed Leiothrix", "Count": 1, "Date": "2021-11-13" }, "geometry": { "type": "Point", "coordinates": [ -157.9898693, 21.62803935 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.62803935, "Longitude": -157.9898693, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2021-11-13" }, "geometry": { "type": "Point", "coordinates": [ -157.9898693, 21.62803935 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.62803935, "Longitude": -157.9898693, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2021-11-13" }, "geometry": { "type": "Point", "coordinates": [ -157.9898693, 21.62803935 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.62803935, "Longitude": -157.9898693, "Species": "Warbling White-eye", "Count": 1, "Date": "2021-11-13" }, "geometry": { "type": "Point", "coordinates": [ -157.9898693, 21.62803935 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.62803935, "Longitude": -157.9898693, "Species": "White-rumped Shama", "Count": 1, "Date": "2021-11-13" }, "geometry": { "type": "Point", "coordinates": [ -157.9898693, 21.62803935 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63671035, "Longitude": -157.9318351, "Species": "Common Myna", "Count": 1, "Date": "2019-05-15" }, "geometry": { "type": "Point", "coordinates": [ -157.9318351, 21.63671035 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63671035, "Longitude": -157.9318351, "Species": "Common Waxbill", "Count": 1, "Date": "2019-05-15" }, "geometry": { "type": "Point", "coordinates": [ -157.9318351, 21.63671035 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63671035, "Longitude": -157.9318351, "Species": "Mourning Dove", "Count": 1, "Date": "2020-09-13" }, "geometry": { "type": "Point", "coordinates": [ -157.9318351, 21.63671035 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63671035, "Longitude": -157.9318351, "Species": "Red-billed Leiothrix", "Count": 1, "Date": "2019-05-15" }, "geometry": { "type": "Point", "coordinates": [ -157.9318351, 21.63671035 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63671035, "Longitude": -157.9318351, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2019-05-15" }, "geometry": { "type": "Point", "coordinates": [ -157.9318351, 21.63671035 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63671035, "Longitude": -157.9318351, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2019-05-15" }, "geometry": { "type": "Point", "coordinates": [ -157.9318351, 21.63671035 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63671035, "Longitude": -157.9318351, "Species": "Warbling White-eye", "Count": 1, "Date": "2019-05-15" }, "geometry": { "type": "Point", "coordinates": [ -157.9318351, 21.63671035 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63671035, "Longitude": -157.9318351, "Species": "White-rumped Shama", "Count": 1, "Date": "2019-05-15" }, "geometry": { "type": "Point", "coordinates": [ -157.9318351, 21.63671035 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28452142, "Longitude": -157.9536775, "Species": "Black-necked Stilt", "Count": 1, "Date": "2022-06-11" }, "geometry": { "type": "Point", "coordinates": [ -157.9536775, 21.28452142 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28452142, "Longitude": -157.9536775, "Species": "Brown Booby", "Count": 1, "Date": "2022-06-11" }, "geometry": { "type": "Point", "coordinates": [ -157.9536775, 21.28452142 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28452142, "Longitude": -157.9536775, "Species": "Laysan Albatross", "Count": 1, "Date": "2022-11-25" }, "geometry": { "type": "Point", "coordinates": [ -157.9536775, 21.28452142 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28452142, "Longitude": -157.9536775, "Species": "Rose-ringed Parakeet", "Count": 1, "Date": "2022-06-11" }, "geometry": { "type": "Point", "coordinates": [ -157.9536775, 21.28452142 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28452142, "Longitude": -157.9536775, "Species": "Ruddy Turnstone", "Count": 1, "Date": "2022-06-11" }, "geometry": { "type": "Point", "coordinates": [ -157.9536775, 21.28452142 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28452142, "Longitude": -157.9536775, "Species": "Sooty Tern", "Count": 1, "Date": "2022-06-11" }, "geometry": { "type": "Point", "coordinates": [ -157.9536775, 21.28452142 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28452142, "Longitude": -157.9536775, "Species": "Western Cattle Egret", "Count": 1, "Date": "2022-06-11" }, "geometry": { "type": "Point", "coordinates": [ -157.9536775, 21.28452142 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28452142, "Longitude": -157.9536775, "Species": "White Tern", "Count": 2, "Date": "2022-11-25" }, "geometry": { "type": "Point", "coordinates": [ -157.9536775, 21.28452142 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28452142, "Longitude": -157.9536775, "Species": "Zebra Dove", "Count": 1, "Date": "2022-06-11" }, "geometry": { "type": "Point", "coordinates": [ -157.9536775, 21.28452142 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28342358, "Longitude": -157.7898262, "Species": "Common Myna", "Count": 2, "Date": "2024-01-22" }, "geometry": { "type": "Point", "coordinates": [ -157.7898262, 21.28342358 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28342358, "Longitude": -157.7898262, "Species": "Common Waxbill", "Count": 2, "Date": "2019-11-24" }, "geometry": { "type": "Point", "coordinates": [ -157.7898262, 21.28342358 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28342358, "Longitude": -157.7898262, "Species": "House Finch", "Count": 1, "Date": "2023-12-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7898262, 21.28342358 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28342358, "Longitude": -157.7898262, "Species": "House Sparrow", "Count": 4, "Date": "2024-01-22" }, "geometry": { "type": "Point", "coordinates": [ -157.7898262, 21.28342358 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28342358, "Longitude": -157.7898262, "Species": "Java Sparrow", "Count": 2, "Date": "2019-11-24" }, "geometry": { "type": "Point", "coordinates": [ -157.7898262, 21.28342358 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28342358, "Longitude": -157.7898262, "Species": "Red-crested Cardinal", "Count": 2, "Date": "2019-11-24" }, "geometry": { "type": "Point", "coordinates": [ -157.7898262, 21.28342358 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28342358, "Longitude": -157.7898262, "Species": "Red-vented Bulbul", "Count": 3, "Date": "2023-12-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7898262, 21.28342358 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28342358, "Longitude": -157.7898262, "Species": "Rose-ringed Parakeet", "Count": 4, "Date": "2019-11-24" }, "geometry": { "type": "Point", "coordinates": [ -157.7898262, 21.28342358 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28342358, "Longitude": -157.7898262, "Species": "Zebra Dove", "Count": 1, "Date": "2024-01-22" }, "geometry": { "type": "Point", "coordinates": [ -157.7898262, 21.28342358 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31150275, "Longitude": -157.9342053, "Species": "Black-crowned Night Heron", "Count": 3, "Date": "2021-09-27" }, "geometry": { "type": "Point", "coordinates": [ -157.9342053, 21.31150275 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31150275, "Longitude": -157.9342053, "Species": "Black-necked Stilt", "Count": 3, "Date": "2021-09-27" }, "geometry": { "type": "Point", "coordinates": [ -157.9342053, 21.31150275 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31150275, "Longitude": -157.9342053, "Species": "Northern Cardinal", "Count": 1, "Date": "2019-02-02" }, "geometry": { "type": "Point", "coordinates": [ -157.9342053, 21.31150275 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31150275, "Longitude": -157.9342053, "Species": "Pacific Golden-Plover", "Count": 3, "Date": "2021-09-27" }, "geometry": { "type": "Point", "coordinates": [ -157.9342053, 21.31150275 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31150275, "Longitude": -157.9342053, "Species": "Ruddy Turnstone", "Count": 3, "Date": "2021-09-27" }, "geometry": { "type": "Point", "coordinates": [ -157.9342053, 21.31150275 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31150275, "Longitude": -157.9342053, "Species": "Spotted Dove", "Count": 1, "Date": "2019-02-02" }, "geometry": { "type": "Point", "coordinates": [ -157.9342053, 21.31150275 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31150275, "Longitude": -157.9342053, "Species": "Wandering Tattler", "Count": 2, "Date": "2021-09-27" }, "geometry": { "type": "Point", "coordinates": [ -157.9342053, 21.31150275 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31150275, "Longitude": -157.9342053, "Species": "Western Cattle Egret", "Count": 3, "Date": "2021-09-27" }, "geometry": { "type": "Point", "coordinates": [ -157.9342053, 21.31150275 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31150275, "Longitude": -157.9342053, "Species": "Zebra Dove", "Count": 1, "Date": "2019-02-02" }, "geometry": { "type": "Point", "coordinates": [ -157.9342053, 21.31150275 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32801583, "Longitude": -157.71233, "Species": "Barn Owl", "Count": 1, "Date": "2021-08-10" }, "geometry": { "type": "Point", "coordinates": [ -157.71233, 21.32801583 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32801583, "Longitude": -157.71233, "Species": "Common Myna", "Count": 1, "Date": "2021-08-10" }, "geometry": { "type": "Point", "coordinates": [ -157.71233, 21.32801583 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32801583, "Longitude": -157.71233, "Species": "Japanese Bush Warbler", "Count": 1, "Date": "2021-08-10" }, "geometry": { "type": "Point", "coordinates": [ -157.71233, 21.32801583 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32801583, "Longitude": -157.71233, "Species": "Java Sparrow", "Count": 1, "Date": "2021-08-10" }, "geometry": { "type": "Point", "coordinates": [ -157.71233, 21.32801583 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32801583, "Longitude": -157.71233, "Species": "Red Junglefowl", "Count": 1, "Date": "2021-08-10" }, "geometry": { "type": "Point", "coordinates": [ -157.71233, 21.32801583 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32801583, "Longitude": -157.71233, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2021-08-10" }, "geometry": { "type": "Point", "coordinates": [ -157.71233, 21.32801583 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32801583, "Longitude": -157.71233, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2021-08-10" }, "geometry": { "type": "Point", "coordinates": [ -157.71233, 21.32801583 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32801583, "Longitude": -157.71233, "Species": "Spotted Dove", "Count": 1, "Date": "2021-08-10" }, "geometry": { "type": "Point", "coordinates": [ -157.71233, 21.32801583 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32801583, "Longitude": -157.71233, "Species": "Warbling White-eye", "Count": 1, "Date": "2021-08-10" }, "geometry": { "type": "Point", "coordinates": [ -157.71233, 21.32801583 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34833243, "Longitude": -158.04966, "Species": "Black Francolin", "Count": 1, "Date": "2021-05-10" }, "geometry": { "type": "Point", "coordinates": [ -158.04966, 21.34833243 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34833243, "Longitude": -158.04966, "Species": "Chestnut Munia", "Count": 1, "Date": "2021-05-10" }, "geometry": { "type": "Point", "coordinates": [ -158.04966, 21.34833243 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34833243, "Longitude": -158.04966, "Species": "Common Myna", "Count": 1, "Date": "2021-05-10" }, "geometry": { "type": "Point", "coordinates": [ -158.04966, 21.34833243 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34833243, "Longitude": -158.04966, "Species": "Common Waxbill", "Count": 1, "Date": "2021-05-10" }, "geometry": { "type": "Point", "coordinates": [ -158.04966, 21.34833243 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34833243, "Longitude": -158.04966, "Species": "Gray Francolin", "Count": 1, "Date": "2021-05-10" }, "geometry": { "type": "Point", "coordinates": [ -158.04966, 21.34833243 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34833243, "Longitude": -158.04966, "Species": "House Sparrow", "Count": 1, "Date": "2021-05-10" }, "geometry": { "type": "Point", "coordinates": [ -158.04966, 21.34833243 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34833243, "Longitude": -158.04966, "Species": "Red-vented Bulbul", "Count": 2, "Date": "2024-01-30" }, "geometry": { "type": "Point", "coordinates": [ -158.04966, 21.34833243 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34833243, "Longitude": -158.04966, "Species": "Saffron Finch", "Count": 1, "Date": "2021-05-10" }, "geometry": { "type": "Point", "coordinates": [ -158.04966, 21.34833243 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34833243, "Longitude": -158.04966, "Species": "Zebra Dove", "Count": 1, "Date": "2021-05-10" }, "geometry": { "type": "Point", "coordinates": [ -158.04966, 21.34833243 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35752899, "Longitude": -158.0785331, "Species": "Common Myna", "Count": 3, "Date": "2023-03-04" }, "geometry": { "type": "Point", "coordinates": [ -158.078533099999987, 21.35752899 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35752899, "Longitude": -158.0785331, "Species": "Pacific Golden-Plover", "Count": 4, "Date": "2023-03-04" }, "geometry": { "type": "Point", "coordinates": [ -158.078533099999987, 21.35752899 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35752899, "Longitude": -158.0785331, "Species": "Red-crested Cardinal", "Count": 1, "Date": "2023-02-28" }, "geometry": { "type": "Point", "coordinates": [ -158.078533099999987, 21.35752899 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35752899, "Longitude": -158.0785331, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2023-03-04" }, "geometry": { "type": "Point", "coordinates": [ -158.078533099999987, 21.35752899 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35752899, "Longitude": -158.0785331, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2023-02-25" }, "geometry": { "type": "Point", "coordinates": [ -158.078533099999987, 21.35752899 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35752899, "Longitude": -158.0785331, "Species": "Saffron Finch", "Count": 3, "Date": "2023-03-04" }, "geometry": { "type": "Point", "coordinates": [ -158.078533099999987, 21.35752899 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35752899, "Longitude": -158.0785331, "Species": "Spotted Dove", "Count": 1, "Date": "2023-02-25" }, "geometry": { "type": "Point", "coordinates": [ -158.078533099999987, 21.35752899 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35752899, "Longitude": -158.0785331, "Species": "Western Cattle Egret", "Count": 1, "Date": "2023-03-04" }, "geometry": { "type": "Point", "coordinates": [ -158.078533099999987, 21.35752899 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35752899, "Longitude": -158.0785331, "Species": "Zebra Dove", "Count": 2, "Date": "2023-03-04" }, "geometry": { "type": "Point", "coordinates": [ -158.078533099999987, 21.35752899 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35554871, "Longitude": -157.7699477, "Species": "Common Myna", "Count": 1, "Date": "2020-03-27" }, "geometry": { "type": "Point", "coordinates": [ -157.769947699999989, 21.35554871 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35554871, "Longitude": -157.7699477, "Species": "House Sparrow", "Count": 1, "Date": "2020-03-27" }, "geometry": { "type": "Point", "coordinates": [ -157.769947699999989, 21.35554871 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35554871, "Longitude": -157.7699477, "Species": "Northern Cardinal", "Count": 1, "Date": "2021-03-26" }, "geometry": { "type": "Point", "coordinates": [ -157.769947699999989, 21.35554871 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35554871, "Longitude": -157.7699477, "Species": "Red-billed Leiothrix", "Count": 2, "Date": "2021-05-28" }, "geometry": { "type": "Point", "coordinates": [ -157.769947699999989, 21.35554871 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35554871, "Longitude": -157.7699477, "Species": "Red-crested Cardinal", "Count": 3, "Date": "2021-05-28" }, "geometry": { "type": "Point", "coordinates": [ -157.769947699999989, 21.35554871 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35554871, "Longitude": -157.7699477, "Species": "Red-whiskered Bulbul", "Count": 2, "Date": "2023-04-04" }, "geometry": { "type": "Point", "coordinates": [ -157.769947699999989, 21.35554871 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35554871, "Longitude": -157.7699477, "Species": "Western Cattle Egret", "Count": 1, "Date": "2020-03-27" }, "geometry": { "type": "Point", "coordinates": [ -157.769947699999989, 21.35554871 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35554871, "Longitude": -157.7699477, "Species": "White-rumped Shama", "Count": 4, "Date": "2021-05-28" }, "geometry": { "type": "Point", "coordinates": [ -157.769947699999989, 21.35554871 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35554871, "Longitude": -157.7699477, "Species": "Zebra Dove", "Count": 1, "Date": "2020-03-27" }, "geometry": { "type": "Point", "coordinates": [ -157.769947699999989, 21.35554871 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3551883, "Longitude": -157.7217351, "Species": "Common Myna", "Count": 1, "Date": "2022-12-09" }, "geometry": { "type": "Point", "coordinates": [ -157.721735099999989, 21.3551883 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3551883, "Longitude": -157.7217351, "Species": "Common Waxbill", "Count": 1, "Date": "2022-12-09" }, "geometry": { "type": "Point", "coordinates": [ -157.721735099999989, 21.3551883 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3551883, "Longitude": -157.7217351, "Species": "Gray Francolin", "Count": 1, "Date": "2022-12-09" }, "geometry": { "type": "Point", "coordinates": [ -157.721735099999989, 21.3551883 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3551883, "Longitude": -157.7217351, "Species": "Feral Mallard", "Count": 1, "Date": "2022-12-09" }, "geometry": { "type": "Point", "coordinates": [ -157.721735099999989, 21.3551883 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3551883, "Longitude": -157.7217351, "Species": "Pacific Golden-Plover", "Count": 1, "Date": "2021-08-18" }, "geometry": { "type": "Point", "coordinates": [ -157.721735099999989, 21.3551883 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3551883, "Longitude": -157.7217351, "Species": "Red-crested Cardinal", "Count": 1, "Date": "2022-12-09" }, "geometry": { "type": "Point", "coordinates": [ -157.721735099999989, 21.3551883 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3551883, "Longitude": -157.7217351, "Species": "Ruddy Turnstone", "Count": 1, "Date": "2021-08-18" }, "geometry": { "type": "Point", "coordinates": [ -157.721735099999989, 21.3551883 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3551883, "Longitude": -157.7217351, "Species": "Western Cattle Egret", "Count": 1, "Date": "2022-12-09" }, "geometry": { "type": "Point", "coordinates": [ -157.721735099999989, 21.3551883 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3551883, "Longitude": -157.7217351, "Species": "Zebra Dove", "Count": 1, "Date": "2022-12-09" }, "geometry": { "type": "Point", "coordinates": [ -157.721735099999989, 21.3551883 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37590496, "Longitude": -158.1362906, "Species": "Brown Booby", "Count": 2, "Date": "2023-02-01" }, "geometry": { "type": "Point", "coordinates": [ -158.1362906, 21.37590496 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37590496, "Longitude": -158.1362906, "Species": "Common Myna", "Count": 2, "Date": "2023-02-01" }, "geometry": { "type": "Point", "coordinates": [ -158.1362906, 21.37590496 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37590496, "Longitude": -158.1362906, "Species": "Red Junglefowl", "Count": 1, "Date": "2023-02-01" }, "geometry": { "type": "Point", "coordinates": [ -158.1362906, 21.37590496 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37590496, "Longitude": -158.1362906, "Species": "Red-crested Cardinal", "Count": 1, "Date": "2023-02-01" }, "geometry": { "type": "Point", "coordinates": [ -158.1362906, 21.37590496 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37590496, "Longitude": -158.1362906, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2023-02-01" }, "geometry": { "type": "Point", "coordinates": [ -158.1362906, 21.37590496 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37590496, "Longitude": -158.1362906, "Species": "Saffron Finch", "Count": 2, "Date": "2023-03-28" }, "geometry": { "type": "Point", "coordinates": [ -158.1362906, 21.37590496 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37590496, "Longitude": -158.1362906, "Species": "Western Cattle Egret", "Count": 2, "Date": "2023-02-01" }, "geometry": { "type": "Point", "coordinates": [ -158.1362906, 21.37590496 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37590496, "Longitude": -158.1362906, "Species": "Zebra Dove", "Count": 2, "Date": "2023-02-01" }, "geometry": { "type": "Point", "coordinates": [ -158.1362906, 21.37590496 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38418786, "Longitude": -158.0011993, "Species": "African Silverbill", "Count": 2, "Date": "2023-08-28" }, "geometry": { "type": "Point", "coordinates": [ -158.0011993, 21.38418786 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38418786, "Longitude": -158.0011993, "Species": "Chestnut Munia", "Count": 1, "Date": "2022-04-18" }, "geometry": { "type": "Point", "coordinates": [ -158.0011993, 21.38418786 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38418786, "Longitude": -158.0011993, "Species": "Common Myna", "Count": 2, "Date": "2022-04-18" }, "geometry": { "type": "Point", "coordinates": [ -158.0011993, 21.38418786 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38418786, "Longitude": -158.0011993, "Species": "House Sparrow", "Count": 1, "Date": "2021-01-02" }, "geometry": { "type": "Point", "coordinates": [ -158.0011993, 21.38418786 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38418786, "Longitude": -158.0011993, "Species": "Rock Pigeon", "Count": 2, "Date": "2022-04-18" }, "geometry": { "type": "Point", "coordinates": [ -158.0011993, 21.38418786 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38418786, "Longitude": -158.0011993, "Species": "Saffron Finch", "Count": 1, "Date": "2022-04-18" }, "geometry": { "type": "Point", "coordinates": [ -158.0011993, 21.38418786 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38418786, "Longitude": -158.0011993, "Species": "Spotted Dove", "Count": 1, "Date": "2021-01-02" }, "geometry": { "type": "Point", "coordinates": [ -158.0011993, 21.38418786 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38418786, "Longitude": -158.0011993, "Species": "Warbling White-eye", "Count": 1, "Date": "2021-01-02" }, "geometry": { "type": "Point", "coordinates": [ -158.0011993, 21.38418786 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38418786, "Longitude": -158.0011993, "Species": "Zebra Dove", "Count": 2, "Date": "2022-04-18" }, "geometry": { "type": "Point", "coordinates": [ -158.0011993, 21.38418786 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39322137, "Longitude": -158.0011378, "Species": "Common Myna", "Count": 1, "Date": "2023-04-09" }, "geometry": { "type": "Point", "coordinates": [ -158.0011378, 21.39322137 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39322137, "Longitude": -158.0011378, "Species": "House Finch", "Count": 1, "Date": "2023-04-09" }, "geometry": { "type": "Point", "coordinates": [ -158.0011378, 21.39322137 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39322137, "Longitude": -158.0011378, "Species": "House Sparrow", "Count": 1, "Date": "2023-04-09" }, "geometry": { "type": "Point", "coordinates": [ -158.0011378, 21.39322137 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39322137, "Longitude": -158.0011378, "Species": "Java Sparrow", "Count": 1, "Date": "2023-04-09" }, "geometry": { "type": "Point", "coordinates": [ -158.0011378, 21.39322137 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39322137, "Longitude": -158.0011378, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2023-04-09" }, "geometry": { "type": "Point", "coordinates": [ -158.0011378, 21.39322137 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39322137, "Longitude": -158.0011378, "Species": "Rose-ringed Parakeet", "Count": 1, "Date": "2023-04-09" }, "geometry": { "type": "Point", "coordinates": [ -158.0011378, 21.39322137 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39322137, "Longitude": -158.0011378, "Species": "Spotted Dove", "Count": 1, "Date": "2023-04-09" }, "geometry": { "type": "Point", "coordinates": [ -158.0011378, 21.39322137 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39322137, "Longitude": -158.0011378, "Species": "Western Cattle Egret", "Count": 1, "Date": "2023-04-09" }, "geometry": { "type": "Point", "coordinates": [ -158.0011378, 21.39322137 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39322137, "Longitude": -158.0011378, "Species": "Zebra Dove", "Count": 1, "Date": "2023-04-09" }, "geometry": { "type": "Point", "coordinates": [ -158.0011378, 21.39322137 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40208035, "Longitude": -157.9721372, "Species": "Common Myna", "Count": 2, "Date": "2023-01-07" }, "geometry": { "type": "Point", "coordinates": [ -157.9721372, 21.40208035 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40208035, "Longitude": -157.9721372, "Species": "House Sparrow", "Count": 2, "Date": "2023-01-07" }, "geometry": { "type": "Point", "coordinates": [ -157.9721372, 21.40208035 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40208035, "Longitude": -157.9721372, "Species": "Northern Cardinal", "Count": 1, "Date": "2021-06-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9721372, 21.40208035 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40208035, "Longitude": -157.9721372, "Species": "Pacific Golden-Plover", "Count": 2, "Date": "2023-04-08" }, "geometry": { "type": "Point", "coordinates": [ -157.9721372, 21.40208035 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40208035, "Longitude": -157.9721372, "Species": "Red Junglefowl", "Count": 1, "Date": "2023-01-07" }, "geometry": { "type": "Point", "coordinates": [ -157.9721372, 21.40208035 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40208035, "Longitude": -157.9721372, "Species": "Red-crested Cardinal", "Count": 1, "Date": "2023-01-07" }, "geometry": { "type": "Point", "coordinates": [ -157.9721372, 21.40208035 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40208035, "Longitude": -157.9721372, "Species": "Spotted Dove", "Count": 1, "Date": "2022-01-06" }, "geometry": { "type": "Point", "coordinates": [ -157.9721372, 21.40208035 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40208035, "Longitude": -157.9721372, "Species": "Western Cattle Egret", "Count": 1, "Date": "2022-01-06" }, "geometry": { "type": "Point", "coordinates": [ -157.9721372, 21.40208035 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40208035, "Longitude": -157.9721372, "Species": "Zebra Dove", "Count": 2, "Date": "2023-01-07" }, "geometry": { "type": "Point", "coordinates": [ -157.9721372, 21.40208035 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41173408, "Longitude": -158.0781934, "Species": "Common Myna", "Count": 1, "Date": "2021-02-08" }, "geometry": { "type": "Point", "coordinates": [ -158.0781934, 21.41173408 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41173408, "Longitude": -158.0781934, "Species": "House Finch", "Count": 1, "Date": "2021-02-08" }, "geometry": { "type": "Point", "coordinates": [ -158.0781934, 21.41173408 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41173408, "Longitude": -158.0781934, "Species": "Indian Peafowl", "Count": 1, "Date": "2021-02-08" }, "geometry": { "type": "Point", "coordinates": [ -158.0781934, 21.41173408 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41173408, "Longitude": -158.0781934, "Species": "Japanese Bush Warbler", "Count": 1, "Date": "2021-02-08" }, "geometry": { "type": "Point", "coordinates": [ -158.0781934, 21.41173408 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41173408, "Longitude": -158.0781934, "Species": "Mourning Dove", "Count": 1, "Date": "2021-02-08" }, "geometry": { "type": "Point", "coordinates": [ -158.0781934, 21.41173408 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41173408, "Longitude": -158.0781934, "Species": "Northern Cardinal", "Count": 1, "Date": "2021-02-08" }, "geometry": { "type": "Point", "coordinates": [ -158.0781934, 21.41173408 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41173408, "Longitude": -158.0781934, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2021-02-08" }, "geometry": { "type": "Point", "coordinates": [ -158.0781934, 21.41173408 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41173408, "Longitude": -158.0781934, "Species": "Spotted Dove", "Count": 1, "Date": "2021-02-08" }, "geometry": { "type": "Point", "coordinates": [ -158.0781934, 21.41173408 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41173408, "Longitude": -158.0781934, "Species": "Warbling White-eye", "Count": 1, "Date": "2021-02-08" }, "geometry": { "type": "Point", "coordinates": [ -158.0781934, 21.41173408 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42107492, "Longitude": -158.136025, "Species": "Common Myna", "Count": 1, "Date": "2023-01-09" }, "geometry": { "type": "Point", "coordinates": [ -158.136025, 21.42107492 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42107492, "Longitude": -158.136025, "Species": "Common Waxbill", "Count": 1, "Date": "2023-01-09" }, "geometry": { "type": "Point", "coordinates": [ -158.136025, 21.42107492 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42107492, "Longitude": -158.136025, "Species": "Eurasian Skylark", "Count": 1, "Date": "2023-01-09" }, "geometry": { "type": "Point", "coordinates": [ -158.136025, 21.42107492 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42107492, "Longitude": -158.136025, "Species": "Red-crested Cardinal", "Count": 1, "Date": "2023-01-09" }, "geometry": { "type": "Point", "coordinates": [ -158.136025, 21.42107492 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42107492, "Longitude": -158.136025, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2023-01-09" }, "geometry": { "type": "Point", "coordinates": [ -158.136025, 21.42107492 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42107492, "Longitude": -158.136025, "Species": "Saffron Finch", "Count": 1, "Date": "2023-01-09" }, "geometry": { "type": "Point", "coordinates": [ -158.136025, 21.42107492 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42107492, "Longitude": -158.136025, "Species": "Spotted Dove", "Count": 1, "Date": "2023-01-09" }, "geometry": { "type": "Point", "coordinates": [ -158.136025, 21.42107492 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42107492, "Longitude": -158.136025, "Species": "Warbling White-eye", "Count": 1, "Date": "2023-01-09" }, "geometry": { "type": "Point", "coordinates": [ -158.136025, 21.42107492 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42107492, "Longitude": -158.136025, "Species": "Zebra Dove", "Count": 1, "Date": "2023-01-09" }, "geometry": { "type": "Point", "coordinates": [ -158.136025, 21.42107492 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44742443, "Longitude": -158.0007692, "Species": "African Silverbill", "Count": 1, "Date": "2019-11-05" }, "geometry": { "type": "Point", "coordinates": [ -158.0007692, 21.44742443 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44742443, "Longitude": -158.0007692, "Species": "Common Myna", "Count": 1, "Date": "2019-11-05" }, "geometry": { "type": "Point", "coordinates": [ -158.0007692, 21.44742443 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44742443, "Longitude": -158.0007692, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2019-11-05" }, "geometry": { "type": "Point", "coordinates": [ -158.0007692, 21.44742443 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44742443, "Longitude": -158.0007692, "Species": "Rock Pigeon", "Count": 2, "Date": "2019-11-05" }, "geometry": { "type": "Point", "coordinates": [ -158.0007692, 21.44742443 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44742443, "Longitude": -158.0007692, "Species": "Rose-ringed Parakeet", "Count": 1, "Date": "2019-11-05" }, "geometry": { "type": "Point", "coordinates": [ -158.0007692, 21.44742443 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44742443, "Longitude": -158.0007692, "Species": "Spotted Dove", "Count": 1, "Date": "2019-11-05" }, "geometry": { "type": "Point", "coordinates": [ -158.0007692, 21.44742443 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44742443, "Longitude": -158.0007692, "Species": "Warbling White-eye", "Count": 1, "Date": "2019-11-05" }, "geometry": { "type": "Point", "coordinates": [ -158.0007692, 21.44742443 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44742443, "Longitude": -158.0007692, "Species": "Western Cattle Egret", "Count": 1, "Date": "2019-11-05" }, "geometry": { "type": "Point", "coordinates": [ -158.0007692, 21.44742443 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44742443, "Longitude": -158.0007692, "Species": "Zebra Dove", "Count": 1, "Date": "2019-11-05" }, "geometry": { "type": "Point", "coordinates": [ -158.0007692, 21.44742443 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48400826, "Longitude": -158.0777387, "Species": "Common Myna", "Count": 1, "Date": "2019-06-30" }, "geometry": { "type": "Point", "coordinates": [ -158.0777387, 21.48400826 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48400826, "Longitude": -158.0777387, "Species": "Gray Francolin", "Count": 1, "Date": "2021-05-28" }, "geometry": { "type": "Point", "coordinates": [ -158.0777387, 21.48400826 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48400826, "Longitude": -158.0777387, "Species": "House Finch", "Count": 1, "Date": "2019-06-30" }, "geometry": { "type": "Point", "coordinates": [ -158.0777387, 21.48400826 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48400826, "Longitude": -158.0777387, "Species": "Red Junglefowl", "Count": 1, "Date": "2019-06-30" }, "geometry": { "type": "Point", "coordinates": [ -158.0777387, 21.48400826 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48400826, "Longitude": -158.0777387, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2019-06-30" }, "geometry": { "type": "Point", "coordinates": [ -158.0777387, 21.48400826 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48400826, "Longitude": -158.0777387, "Species": "Spotted Dove", "Count": 1, "Date": "2019-06-30" }, "geometry": { "type": "Point", "coordinates": [ -158.0777387, 21.48400826 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48400826, "Longitude": -158.0777387, "Species": "Warbling White-eye", "Count": 1, "Date": "2019-06-30" }, "geometry": { "type": "Point", "coordinates": [ -158.0777387, 21.48400826 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48400826, "Longitude": -158.0777387, "Species": "Western Cattle Egret", "Count": 1, "Date": "2019-06-30" }, "geometry": { "type": "Point", "coordinates": [ -158.0777387, 21.48400826 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48400826, "Longitude": -158.0777387, "Species": "Zebra Dove", "Count": 2, "Date": "2021-05-28" }, "geometry": { "type": "Point", "coordinates": [ -158.0777387, 21.48400826 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.501964, "Longitude": -158.0583181, "Species": "Common Myna", "Count": 2, "Date": "2023-03-29" }, "geometry": { "type": "Point", "coordinates": [ -158.0583181, 21.501964 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.501964, "Longitude": -158.0583181, "Species": "House Finch", "Count": 1, "Date": "2021-12-08" }, "geometry": { "type": "Point", "coordinates": [ -158.0583181, 21.501964 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.501964, "Longitude": -158.0583181, "Species": "Northern Cardinal", "Count": 1, "Date": "2021-12-08" }, "geometry": { "type": "Point", "coordinates": [ -158.0583181, 21.501964 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.501964, "Longitude": -158.0583181, "Species": "Pacific Golden-Plover", "Count": 1, "Date": "2021-12-08" }, "geometry": { "type": "Point", "coordinates": [ -158.0583181, 21.501964 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.501964, "Longitude": -158.0583181, "Species": "Red-crested Cardinal", "Count": 2, "Date": "2023-03-29" }, "geometry": { "type": "Point", "coordinates": [ -158.0583181, 21.501964 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.501964, "Longitude": -158.0583181, "Species": "Red-vented Bulbul", "Count": 2, "Date": "2023-03-29" }, "geometry": { "type": "Point", "coordinates": [ -158.0583181, 21.501964 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.501964, "Longitude": -158.0583181, "Species": "Spotted Dove", "Count": 1, "Date": "2021-12-08" }, "geometry": { "type": "Point", "coordinates": [ -158.0583181, 21.501964 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.501964, "Longitude": -158.0583181, "Species": "White-rumped Shama", "Count": 1, "Date": "2021-12-08" }, "geometry": { "type": "Point", "coordinates": [ -158.0583181, 21.501964 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.501964, "Longitude": -158.0583181, "Species": "Zebra Dove", "Count": 1, "Date": "2021-12-08" }, "geometry": { "type": "Point", "coordinates": [ -158.0583181, 21.501964 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51066084, "Longitude": -158.0003376, "Species": "Common Myna", "Count": 1, "Date": "2024-01-14" }, "geometry": { "type": "Point", "coordinates": [ -158.0003376, 21.51066084 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51066084, "Longitude": -158.0003376, "Species": "Indian Peafowl", "Count": 1, "Date": "2021-09-21" }, "geometry": { "type": "Point", "coordinates": [ -158.0003376, 21.51066084 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51066084, "Longitude": -158.0003376, "Species": "Java Sparrow", "Count": 1, "Date": "2024-01-14" }, "geometry": { "type": "Point", "coordinates": [ -158.0003376, 21.51066084 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51066084, "Longitude": -158.0003376, "Species": "Pacific Golden-Plover", "Count": 3, "Date": "2024-01-14" }, "geometry": { "type": "Point", "coordinates": [ -158.0003376, 21.51066084 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51066084, "Longitude": -158.0003376, "Species": "Red Junglefowl", "Count": 1, "Date": "2021-09-21" }, "geometry": { "type": "Point", "coordinates": [ -158.0003376, 21.51066084 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51066084, "Longitude": -158.0003376, "Species": "Red-crested Cardinal", "Count": 2, "Date": "2024-01-14" }, "geometry": { "type": "Point", "coordinates": [ -158.0003376, 21.51066084 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51066084, "Longitude": -158.0003376, "Species": "Saffron Finch", "Count": 1, "Date": "2024-01-14" }, "geometry": { "type": "Point", "coordinates": [ -158.0003376, 21.51066084 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51066084, "Longitude": -158.0003376, "Species": "Spotted Dove", "Count": 1, "Date": "2024-01-14" }, "geometry": { "type": "Point", "coordinates": [ -158.0003376, 21.51066084 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51066084, "Longitude": -158.0003376, "Species": "Zebra Dove", "Count": 1, "Date": "2024-01-14" }, "geometry": { "type": "Point", "coordinates": [ -158.0003376, 21.51066084 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51939885, "Longitude": -157.9520048, "Species": "Apapane", "Count": 1, "Date": "2024-01-20" }, "geometry": { "type": "Point", "coordinates": [ -157.9520048, 21.51939885 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51939885, "Longitude": -157.9520048, "Species": "Common Myna", "Count": 1, "Date": "2024-01-20" }, "geometry": { "type": "Point", "coordinates": [ -157.9520048, 21.51939885 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51939885, "Longitude": -157.9520048, "Species": "Oahu Amakihi", "Count": 1, "Date": "2024-01-20" }, "geometry": { "type": "Point", "coordinates": [ -157.9520048, 21.51939885 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51939885, "Longitude": -157.9520048, "Species": "Red-billed Leiothrix", "Count": 1, "Date": "2024-01-20" }, "geometry": { "type": "Point", "coordinates": [ -157.9520048, 21.51939885 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51939885, "Longitude": -157.9520048, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2024-01-20" }, "geometry": { "type": "Point", "coordinates": [ -157.9520048, 21.51939885 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51939885, "Longitude": -157.9520048, "Species": "Spotted Dove", "Count": 1, "Date": "2024-01-20" }, "geometry": { "type": "Point", "coordinates": [ -157.9520048, 21.51939885 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51939885, "Longitude": -157.9520048, "Species": "Warbling White-eye", "Count": 1, "Date": "2024-01-20" }, "geometry": { "type": "Point", "coordinates": [ -157.9520048, 21.51939885 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51939885, "Longitude": -157.9520048, "Species": "White-rumped Shama", "Count": 1, "Date": "2024-01-20" }, "geometry": { "type": "Point", "coordinates": [ -157.9520048, 21.51939885 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51939885, "Longitude": -157.9520048, "Species": "Zebra Dove", "Count": 1, "Date": "2024-01-20" }, "geometry": { "type": "Point", "coordinates": [ -157.9520048, 21.51939885 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5282481, "Longitude": -157.9229759, "Species": "Apapane", "Count": 1, "Date": "2021-09-30" }, "geometry": { "type": "Point", "coordinates": [ -157.922975900000012, 21.5282481 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5282481, "Longitude": -157.9229759, "Species": "House Finch", "Count": 1, "Date": "2021-09-30" }, "geometry": { "type": "Point", "coordinates": [ -157.922975900000012, 21.5282481 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5282481, "Longitude": -157.9229759, "Species": "Japanese Bush Warbler", "Count": 1, "Date": "2021-09-30" }, "geometry": { "type": "Point", "coordinates": [ -157.922975900000012, 21.5282481 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5282481, "Longitude": -157.9229759, "Species": "Red-billed Leiothrix", "Count": 1, "Date": "2021-09-30" }, "geometry": { "type": "Point", "coordinates": [ -157.922975900000012, 21.5282481 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5282481, "Longitude": -157.9229759, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2021-09-30" }, "geometry": { "type": "Point", "coordinates": [ -157.922975900000012, 21.5282481 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5282481, "Longitude": -157.9229759, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2021-09-30" }, "geometry": { "type": "Point", "coordinates": [ -157.922975900000012, 21.5282481 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5282481, "Longitude": -157.9229759, "Species": "Scaly-breasted Munia", "Count": 1, "Date": "2021-09-30" }, "geometry": { "type": "Point", "coordinates": [ -157.922975900000012, 21.5282481 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5282481, "Longitude": -157.9229759, "Species": "Warbling White-eye", "Count": 1, "Date": "2021-09-30" }, "geometry": { "type": "Point", "coordinates": [ -157.922975900000012, 21.5282481 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5282481, "Longitude": -157.9229759, "Species": "Yellow-faced Grassquit", "Count": 1, "Date": "2021-09-30" }, "geometry": { "type": "Point", "coordinates": [ -157.922975900000012, 21.5282481 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.59172702, "Longitude": -157.9611437, "Species": "Apapane", "Count": 2, "Date": "2021-04-10" }, "geometry": { "type": "Point", "coordinates": [ -157.9611437, 21.59172702 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.59172702, "Longitude": -157.9611437, "Species": "Barn Owl", "Count": 1, "Date": "2020-05-25" }, "geometry": { "type": "Point", "coordinates": [ -157.9611437, 21.59172702 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.59172702, "Longitude": -157.9611437, "Species": "Japanese Bush Warbler", "Count": 2, "Date": "2021-04-10" }, "geometry": { "type": "Point", "coordinates": [ -157.9611437, 21.59172702 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.59172702, "Longitude": -157.9611437, "Species": "Oahu Amakihi", "Count": 2, "Date": "2021-04-10" }, "geometry": { "type": "Point", "coordinates": [ -157.9611437, 21.59172702 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.59172702, "Longitude": -157.9611437, "Species": "Red-vented Bulbul", "Count": 2, "Date": "2021-04-10" }, "geometry": { "type": "Point", "coordinates": [ -157.9611437, 21.59172702 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.59172702, "Longitude": -157.9611437, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2020-05-25" }, "geometry": { "type": "Point", "coordinates": [ -157.9611437, 21.59172702 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.59172702, "Longitude": -157.9611437, "Species": "Warbling White-eye", "Count": 2, "Date": "2021-04-10" }, "geometry": { "type": "Point", "coordinates": [ -157.9611437, 21.59172702 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.59172702, "Longitude": -157.9611437, "Species": "White-rumped Shama", "Count": 1, "Date": "2020-05-25" }, "geometry": { "type": "Point", "coordinates": [ -157.9611437, 21.59172702 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.59172702, "Longitude": -157.9611437, "Species": "White-tailed Tropicbird", "Count": 1, "Date": "2020-05-25" }, "geometry": { "type": "Point", "coordinates": [ -157.9611437, 21.59172702 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64580614, "Longitude": -157.9414311, "Species": "Common Myna", "Count": 2, "Date": "2021-01-16" }, "geometry": { "type": "Point", "coordinates": [ -157.941431099999988, 21.64580614 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64580614, "Longitude": -157.9414311, "Species": "Japanese Bush Warbler", "Count": 1, "Date": "2021-01-16" }, "geometry": { "type": "Point", "coordinates": [ -157.941431099999988, 21.64580614 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64580614, "Longitude": -157.9414311, "Species": "Red-billed Leiothrix", "Count": 2, "Date": "2021-01-16" }, "geometry": { "type": "Point", "coordinates": [ -157.941431099999988, 21.64580614 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64580614, "Longitude": -157.9414311, "Species": "Red-vented Bulbul", "Count": 2, "Date": "2021-01-16" }, "geometry": { "type": "Point", "coordinates": [ -157.941431099999988, 21.64580614 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64580614, "Longitude": -157.9414311, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2021-01-16" }, "geometry": { "type": "Point", "coordinates": [ -157.941431099999988, 21.64580614 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64580614, "Longitude": -157.9414311, "Species": "Spotted Dove", "Count": 2, "Date": "2021-01-16" }, "geometry": { "type": "Point", "coordinates": [ -157.941431099999988, 21.64580614 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64580614, "Longitude": -157.9414311, "Species": "Warbling White-eye", "Count": 2, "Date": "2021-01-16" }, "geometry": { "type": "Point", "coordinates": [ -157.941431099999988, 21.64580614 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64580614, "Longitude": -157.9414311, "Species": "White-rumped Shama", "Count": 2, "Date": "2021-01-16" }, "geometry": { "type": "Point", "coordinates": [ -157.941431099999988, 21.64580614 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64580614, "Longitude": -157.9414311, "Species": "Zebra Dove", "Count": 2, "Date": "2021-01-16" }, "geometry": { "type": "Point", "coordinates": [ -157.941431099999988, 21.64580614 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26569679, "Longitude": -157.8381591, "Species": "Brown Booby", "Count": 3, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.838159100000013, 21.26569679 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26569679, "Longitude": -157.8381591, "Species": "House Sparrow", "Count": 1, "Date": "2022-07-04" }, "geometry": { "type": "Point", "coordinates": [ -157.838159100000013, 21.26569679 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26569679, "Longitude": -157.8381591, "Species": "Red-footed Booby", "Count": 1, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.838159100000013, 21.26569679 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26569679, "Longitude": -157.8381591, "Species": "Rock Pigeon", "Count": 1, "Date": "2022-07-04" }, "geometry": { "type": "Point", "coordinates": [ -157.838159100000013, 21.26569679 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26569679, "Longitude": -157.8381591, "Species": "Sooty Tern", "Count": 1, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.838159100000013, 21.26569679 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26569679, "Longitude": -157.8381591, "Species": "Spotted Dove", "Count": 1, "Date": "2022-07-04" }, "geometry": { "type": "Point", "coordinates": [ -157.838159100000013, 21.26569679 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26569679, "Longitude": -157.8381591, "Species": "Warbling White-eye", "Count": 1, "Date": "2022-07-04" }, "geometry": { "type": "Point", "coordinates": [ -157.838159100000013, 21.26569679 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26569679, "Longitude": -157.8381591, "Species": "Wedge-tailed Shearwater", "Count": 3, "Date": "2023-08-17" }, "geometry": { "type": "Point", "coordinates": [ -157.838159100000013, 21.26569679 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26569679, "Longitude": -157.8381591, "Species": "White Tern", "Count": 4, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.838159100000013, 21.26569679 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26569679, "Longitude": -157.8381591, "Species": "Zebra Dove", "Count": 1, "Date": "2022-07-04" }, "geometry": { "type": "Point", "coordinates": [ -157.838159100000013, 21.26569679 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28408936, "Longitude": -157.8862078, "Species": "Common Myna", "Count": 1, "Date": "2020-02-06" }, "geometry": { "type": "Point", "coordinates": [ -157.8862078, 21.28408936 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28408936, "Longitude": -157.8862078, "Species": "House Sparrow", "Count": 1, "Date": "2020-02-06" }, "geometry": { "type": "Point", "coordinates": [ -157.8862078, 21.28408936 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28408936, "Longitude": -157.8862078, "Species": "Pacific Golden-Plover", "Count": 1, "Date": "2020-02-06" }, "geometry": { "type": "Point", "coordinates": [ -157.8862078, 21.28408936 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28408936, "Longitude": -157.8862078, "Species": "Red-footed Booby", "Count": 2, "Date": "2021-09-19" }, "geometry": { "type": "Point", "coordinates": [ -157.8862078, 21.28408936 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28408936, "Longitude": -157.8862078, "Species": "Rock Pigeon", "Count": 1, "Date": "2020-02-06" }, "geometry": { "type": "Point", "coordinates": [ -157.8862078, 21.28408936 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28408936, "Longitude": -157.8862078, "Species": "Rose-ringed Parakeet", "Count": 1, "Date": "2020-02-06" }, "geometry": { "type": "Point", "coordinates": [ -157.8862078, 21.28408936 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28408936, "Longitude": -157.8862078, "Species": "Spotted Dove", "Count": 1, "Date": "2020-02-06" }, "geometry": { "type": "Point", "coordinates": [ -157.8862078, 21.28408936 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28408936, "Longitude": -157.8862078, "Species": "Wedge-tailed Shearwater", "Count": 2, "Date": "2021-09-19" }, "geometry": { "type": "Point", "coordinates": [ -157.8862078, 21.28408936 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28408936, "Longitude": -157.8862078, "Species": "White Tern", "Count": 2, "Date": "2021-09-19" }, "geometry": { "type": "Point", "coordinates": [ -157.8862078, 21.28408936 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28408936, "Longitude": -157.8862078, "Species": "Zebra Dove", "Count": 1, "Date": "2020-02-06" }, "geometry": { "type": "Point", "coordinates": [ -157.8862078, 21.28408936 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29188412, "Longitude": -157.7126451, "Species": "Black-necked Stilt", "Count": 1, "Date": "2023-11-06" }, "geometry": { "type": "Point", "coordinates": [ -157.7126451, 21.29188412 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29188412, "Longitude": -157.7126451, "Species": "Common Myna", "Count": 1, "Date": "2021-07-31" }, "geometry": { "type": "Point", "coordinates": [ -157.7126451, 21.29188412 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29188412, "Longitude": -157.7126451, "Species": "Common Waxbill", "Count": 1, "Date": "2021-07-31" }, "geometry": { "type": "Point", "coordinates": [ -157.7126451, 21.29188412 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29188412, "Longitude": -157.7126451, "Species": "House Finch", "Count": 1, "Date": "2021-07-31" }, "geometry": { "type": "Point", "coordinates": [ -157.7126451, 21.29188412 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29188412, "Longitude": -157.7126451, "Species": "Feral Mallard ", "Count": 1, "Date": "2021-07-31" }, "geometry": { "type": "Point", "coordinates": [ -157.7126451, 21.29188412 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29188412, "Longitude": -157.7126451, "Species": "Red-crested Cardinal", "Count": 1, "Date": "2021-07-31" }, "geometry": { "type": "Point", "coordinates": [ -157.7126451, 21.29188412 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29188412, "Longitude": -157.7126451, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2021-07-31" }, "geometry": { "type": "Point", "coordinates": [ -157.7126451, 21.29188412 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29188412, "Longitude": -157.7126451, "Species": "Spotted Dove", "Count": 2, "Date": "2021-07-31" }, "geometry": { "type": "Point", "coordinates": [ -157.7126451, 21.29188412 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29188412, "Longitude": -157.7126451, "Species": "White-rumped Shama", "Count": 1, "Date": "2021-05-15" }, "geometry": { "type": "Point", "coordinates": [ -157.7126451, 21.29188412 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29188412, "Longitude": -157.7126451, "Species": "Zebra Dove", "Count": 1, "Date": "2021-07-31" }, "geometry": { "type": "Point", "coordinates": [ -157.7126451, 21.29188412 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29173539, "Longitude": -157.693369, "Species": "Black-necked Stilt", "Count": 1, "Date": "2021-03-14" }, "geometry": { "type": "Point", "coordinates": [ -157.693369, 21.29173539 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29173539, "Longitude": -157.693369, "Species": "Common Myna", "Count": 1, "Date": "2023-07-16" }, "geometry": { "type": "Point", "coordinates": [ -157.693369, 21.29173539 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29173539, "Longitude": -157.693369, "Species": "Common Waxbill", "Count": 1, "Date": "2023-07-19" }, "geometry": { "type": "Point", "coordinates": [ -157.693369, 21.29173539 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29173539, "Longitude": -157.693369, "Species": "Java Sparrow", "Count": 1, "Date": "2023-07-19" }, "geometry": { "type": "Point", "coordinates": [ -157.693369, 21.29173539 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29173539, "Longitude": -157.693369, "Species": "Pacific Golden-Plover", "Count": 2, "Date": "2021-03-14" }, "geometry": { "type": "Point", "coordinates": [ -157.693369, 21.29173539 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29173539, "Longitude": -157.693369, "Species": "Red-crested Cardinal", "Count": 1, "Date": "2023-07-16" }, "geometry": { "type": "Point", "coordinates": [ -157.693369, 21.29173539 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29173539, "Longitude": -157.693369, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2023-07-16" }, "geometry": { "type": "Point", "coordinates": [ -157.693369, 21.29173539 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29173539, "Longitude": -157.693369, "Species": "Rose-ringed Parakeet", "Count": 1, "Date": "2023-03-21" }, "geometry": { "type": "Point", "coordinates": [ -157.693369, 21.29173539 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29173539, "Longitude": -157.693369, "Species": "Spotted Dove", "Count": 1, "Date": "2023-07-16" }, "geometry": { "type": "Point", "coordinates": [ -157.693369, 21.29173539 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29173539, "Longitude": -157.693369, "Species": "Western Cattle Egret", "Count": 1, "Date": "2023-01-01" }, "geometry": { "type": "Point", "coordinates": [ -157.693369, 21.29173539 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31118986, "Longitude": -157.8860039, "Species": "Common Myna", "Count": 2, "Date": "2023-07-25" }, "geometry": { "type": "Point", "coordinates": [ -157.8860039, 21.31118986 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31118986, "Longitude": -157.8860039, "Species": "Common Waxbill", "Count": 1, "Date": "2023-07-25" }, "geometry": { "type": "Point", "coordinates": [ -157.8860039, 21.31118986 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31118986, "Longitude": -157.8860039, "Species": "House Sparrow", "Count": 3, "Date": "2023-07-25" }, "geometry": { "type": "Point", "coordinates": [ -157.8860039, 21.31118986 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31118986, "Longitude": -157.8860039, "Species": "Red-crested Cardinal", "Count": 2, "Date": "2023-07-25" }, "geometry": { "type": "Point", "coordinates": [ -157.8860039, 21.31118986 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31118986, "Longitude": -157.8860039, "Species": "Red-vented Bulbul", "Count": 2, "Date": "2023-07-25" }, "geometry": { "type": "Point", "coordinates": [ -157.8860039, 21.31118986 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31118986, "Longitude": -157.8860039, "Species": "Ruddy Turnstone", "Count": 2, "Date": "2023-02-05" }, "geometry": { "type": "Point", "coordinates": [ -157.8860039, 21.31118986 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31118986, "Longitude": -157.8860039, "Species": "Spotted Dove", "Count": 3, "Date": "2023-07-25" }, "geometry": { "type": "Point", "coordinates": [ -157.8860039, 21.31118986 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31118986, "Longitude": -157.8860039, "Species": "Western Cattle Egret", "Count": 2, "Date": "2023-07-25" }, "geometry": { "type": "Point", "coordinates": [ -157.8860039, 21.31118986 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31118986, "Longitude": -157.8860039, "Species": "Zebra Dove", "Count": 3, "Date": "2023-07-25" }, "geometry": { "type": "Point", "coordinates": [ -157.8860039, 21.31118986 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36656365, "Longitude": -158.0784766, "Species": "Common Myna", "Count": 2, "Date": "2020-01-05" }, "geometry": { "type": "Point", "coordinates": [ -158.078476599999988, 21.36656365 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36656365, "Longitude": -158.0784766, "Species": "House Sparrow", "Count": 2, "Date": "2020-01-05" }, "geometry": { "type": "Point", "coordinates": [ -158.078476599999988, 21.36656365 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36656365, "Longitude": -158.0784766, "Species": "Java Sparrow", "Count": 2, "Date": "2020-01-05" }, "geometry": { "type": "Point", "coordinates": [ -158.078476599999988, 21.36656365 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36656365, "Longitude": -158.0784766, "Species": "Northern Cardinal", "Count": 2, "Date": "2020-01-05" }, "geometry": { "type": "Point", "coordinates": [ -158.078476599999988, 21.36656365 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36656365, "Longitude": -158.0784766, "Species": "Saffron Finch", "Count": 2, "Date": "2020-01-05" }, "geometry": { "type": "Point", "coordinates": [ -158.078476599999988, 21.36656365 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36656365, "Longitude": -158.0784766, "Species": "Scaly-breasted Munia", "Count": 2, "Date": "2020-01-05" }, "geometry": { "type": "Point", "coordinates": [ -158.078476599999988, 21.36656365 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36656365, "Longitude": -158.0784766, "Species": "Spotted Dove", "Count": 2, "Date": "2020-01-05" }, "geometry": { "type": "Point", "coordinates": [ -158.078476599999988, 21.36656365 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36656365, "Longitude": -158.0784766, "Species": "Warbling White-eye", "Count": 2, "Date": "2020-01-05" }, "geometry": { "type": "Point", "coordinates": [ -158.078476599999988, 21.36656365 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36656365, "Longitude": -158.0784766, "Species": "Western Cattle Egret", "Count": 2, "Date": "2020-01-05" }, "geometry": { "type": "Point", "coordinates": [ -158.078476599999988, 21.36656365 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36656365, "Longitude": -158.0784766, "Species": "Zebra Dove", "Count": 2, "Date": "2020-01-05" }, "geometry": { "type": "Point", "coordinates": [ -158.078476599999988, 21.36656365 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37448845, "Longitude": -157.8951705, "Species": "Common Myna", "Count": 2, "Date": "2024-02-02" }, "geometry": { "type": "Point", "coordinates": [ -157.8951705, 21.37448845 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37448845, "Longitude": -157.8951705, "Species": "Common Waxbill", "Count": 1, "Date": "2024-02-02" }, "geometry": { "type": "Point", "coordinates": [ -157.8951705, 21.37448845 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37448845, "Longitude": -157.8951705, "Species": "Northern Cardinal", "Count": 1, "Date": "2024-02-02" }, "geometry": { "type": "Point", "coordinates": [ -157.8951705, 21.37448845 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37448845, "Longitude": -157.8951705, "Species": "Red-crested Cardinal", "Count": 1, "Date": "2024-02-02" }, "geometry": { "type": "Point", "coordinates": [ -157.8951705, 21.37448845 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37448845, "Longitude": -157.8951705, "Species": "Red-vented Bulbul", "Count": 2, "Date": "2024-02-02" }, "geometry": { "type": "Point", "coordinates": [ -157.8951705, 21.37448845 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37448845, "Longitude": -157.8951705, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2024-02-02" }, "geometry": { "type": "Point", "coordinates": [ -157.8951705, 21.37448845 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37448845, "Longitude": -157.8951705, "Species": "Spotted Dove", "Count": 2, "Date": "2024-02-02" }, "geometry": { "type": "Point", "coordinates": [ -157.8951705, 21.37448845 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37448845, "Longitude": -157.8951705, "Species": "Warbling White-eye", "Count": 1, "Date": "2022-05-05" }, "geometry": { "type": "Point", "coordinates": [ -157.8951705, 21.37448845 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37448845, "Longitude": -157.8951705, "Species": "White-rumped Shama", "Count": 1, "Date": "2024-02-02" }, "geometry": { "type": "Point", "coordinates": [ -157.8951705, 21.37448845 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37448845, "Longitude": -157.8951705, "Species": "Zebra Dove", "Count": 1, "Date": "2024-02-02" }, "geometry": { "type": "Point", "coordinates": [ -157.8951705, 21.37448845 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3921637, "Longitude": -157.8371619, "Species": "Apapane", "Count": 3, "Date": "2023-06-17" }, "geometry": { "type": "Point", "coordinates": [ -157.837161900000012, 21.3921637 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3921637, "Longitude": -157.8371619, "Species": "Chestnut Munia", "Count": 1, "Date": "2023-06-17" }, "geometry": { "type": "Point", "coordinates": [ -157.837161900000012, 21.3921637 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3921637, "Longitude": -157.8371619, "Species": "Common Myna", "Count": 1, "Date": "2023-06-17" }, "geometry": { "type": "Point", "coordinates": [ -157.837161900000012, 21.3921637 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3921637, "Longitude": -157.8371619, "Species": "Common Waxbill", "Count": 1, "Date": "2023-06-17" }, "geometry": { "type": "Point", "coordinates": [ -157.837161900000012, 21.3921637 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3921637, "Longitude": -157.8371619, "Species": "House Finch", "Count": 1, "Date": "2023-06-17" }, "geometry": { "type": "Point", "coordinates": [ -157.837161900000012, 21.3921637 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3921637, "Longitude": -157.8371619, "Species": "Japanese Bush Warbler", "Count": 2, "Date": "2020-04-19" }, "geometry": { "type": "Point", "coordinates": [ -157.837161900000012, 21.3921637 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3921637, "Longitude": -157.8371619, "Species": "Oahu Amakihi", "Count": 3, "Date": "2023-06-17" }, "geometry": { "type": "Point", "coordinates": [ -157.837161900000012, 21.3921637 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3921637, "Longitude": -157.8371619, "Species": "Red-billed Leiothrix", "Count": 3, "Date": "2023-06-17" }, "geometry": { "type": "Point", "coordinates": [ -157.837161900000012, 21.3921637 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3921637, "Longitude": -157.8371619, "Species": "Warbling White-eye", "Count": 3, "Date": "2023-06-17" }, "geometry": { "type": "Point", "coordinates": [ -157.837161900000012, 21.3921637 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3921637, "Longitude": -157.8371619, "Species": "White-rumped Shama", "Count": 2, "Date": "2020-04-19" }, "geometry": { "type": "Point", "coordinates": [ -157.837161900000012, 21.3921637 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40071438, "Longitude": -157.76957, "Species": "Common Myna", "Count": 4, "Date": "2023-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.76957, 21.40071438 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40071438, "Longitude": -157.76957, "Species": "Common Waxbill", "Count": 1, "Date": "2022-05-12" }, "geometry": { "type": "Point", "coordinates": [ -157.76957, 21.40071438 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40071438, "Longitude": -157.76957, "Species": "House Finch", "Count": 1, "Date": "2022-05-12" }, "geometry": { "type": "Point", "coordinates": [ -157.76957, 21.40071438 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40071438, "Longitude": -157.76957, "Species": "Red Junglefowl", "Count": 2, "Date": "2023-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.76957, 21.40071438 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40071438, "Longitude": -157.76957, "Species": "Red-billed Leiothrix", "Count": 1, "Date": "2021-12-02" }, "geometry": { "type": "Point", "coordinates": [ -157.76957, 21.40071438 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40071438, "Longitude": -157.76957, "Species": "Red-crested Cardinal", "Count": 1, "Date": "2022-05-12" }, "geometry": { "type": "Point", "coordinates": [ -157.76957, 21.40071438 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40071438, "Longitude": -157.76957, "Species": "Spotted Dove", "Count": 4, "Date": "2023-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.76957, 21.40071438 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40071438, "Longitude": -157.76957, "Species": "Warbling White-eye", "Count": 1, "Date": "2021-12-02" }, "geometry": { "type": "Point", "coordinates": [ -157.76957, 21.40071438 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40071438, "Longitude": -157.76957, "Species": "Western Cattle Egret", "Count": 4, "Date": "2023-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.76957, 21.40071438 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40071438, "Longitude": -157.76957, "Species": "Zebra Dove", "Count": 3, "Date": "2022-05-12" }, "geometry": { "type": "Point", "coordinates": [ -157.76957, 21.40071438 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4554637, "Longitude": -157.8463104, "Species": "Black-crowned Night Heron", "Count": 1, "Date": "2023-12-26" }, "geometry": { "type": "Point", "coordinates": [ -157.8463104, 21.4554637 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4554637, "Longitude": -157.8463104, "Species": "Chestnut Munia", "Count": 1, "Date": "2022-01-04" }, "geometry": { "type": "Point", "coordinates": [ -157.8463104, 21.4554637 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4554637, "Longitude": -157.8463104, "Species": "Common Myna", "Count": 2, "Date": "2023-12-26" }, "geometry": { "type": "Point", "coordinates": [ -157.8463104, 21.4554637 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4554637, "Longitude": -157.8463104, "Species": "Java Sparrow", "Count": 1, "Date": "2022-01-04" }, "geometry": { "type": "Point", "coordinates": [ -157.8463104, 21.4554637 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4554637, "Longitude": -157.8463104, "Species": "Oahu Amakihi", "Count": 1, "Date": "2022-01-04" }, "geometry": { "type": "Point", "coordinates": [ -157.8463104, 21.4554637 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4554637, "Longitude": -157.8463104, "Species": "Pacific Golden-Plover", "Count": 1, "Date": "2019-11-21" }, "geometry": { "type": "Point", "coordinates": [ -157.8463104, 21.4554637 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4554637, "Longitude": -157.8463104, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2023-12-26" }, "geometry": { "type": "Point", "coordinates": [ -157.8463104, 21.4554637 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4554637, "Longitude": -157.8463104, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2023-12-26" }, "geometry": { "type": "Point", "coordinates": [ -157.8463104, 21.4554637 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4554637, "Longitude": -157.8463104, "Species": "White-rumped Shama", "Count": 1, "Date": "2023-12-26" }, "geometry": { "type": "Point", "coordinates": [ -157.8463104, 21.4554637 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4554637, "Longitude": -157.8463104, "Species": "Zebra Dove", "Count": 1, "Date": "2023-12-26" }, "geometry": { "type": "Point", "coordinates": [ -157.8463104, 21.4554637 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46658102, "Longitude": -158.2033174, "Species": "Common Myna", "Count": 2, "Date": "2021-11-30" }, "geometry": { "type": "Point", "coordinates": [ -158.2033174, 21.46658102 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46658102, "Longitude": -158.2033174, "Species": "Gray Francolin", "Count": 1, "Date": "2023-11-12" }, "geometry": { "type": "Point", "coordinates": [ -158.2033174, 21.46658102 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46658102, "Longitude": -158.2033174, "Species": "Java Sparrow", "Count": 2, "Date": "2021-11-30" }, "geometry": { "type": "Point", "coordinates": [ -158.2033174, 21.46658102 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46658102, "Longitude": -158.2033174, "Species": "Red Junglefowl", "Count": 2, "Date": "2021-11-30" }, "geometry": { "type": "Point", "coordinates": [ -158.2033174, 21.46658102 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46658102, "Longitude": -158.2033174, "Species": "Red-crested Cardinal", "Count": 2, "Date": "2021-11-30" }, "geometry": { "type": "Point", "coordinates": [ -158.2033174, 21.46658102 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46658102, "Longitude": -158.2033174, "Species": "Red-vented Bulbul", "Count": 2, "Date": "2021-11-30" }, "geometry": { "type": "Point", "coordinates": [ -158.2033174, 21.46658102 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46658102, "Longitude": -158.2033174, "Species": "Saffron Finch", "Count": 2, "Date": "2021-11-30" }, "geometry": { "type": "Point", "coordinates": [ -158.2033174, 21.46658102 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46658102, "Longitude": -158.2033174, "Species": "Spotted Dove", "Count": 2, "Date": "2021-11-30" }, "geometry": { "type": "Point", "coordinates": [ -158.2033174, 21.46658102 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46658102, "Longitude": -158.2033174, "Species": "Warbling White-eye", "Count": 2, "Date": "2021-11-30" }, "geometry": { "type": "Point", "coordinates": [ -158.2033174, 21.46658102 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46658102, "Longitude": -158.2033174, "Species": "Zebra Dove", "Count": 2, "Date": "2021-11-30" }, "geometry": { "type": "Point", "coordinates": [ -158.2033174, 21.46658102 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48344305, "Longitude": -157.981219, "Species": "Common Myna", "Count": 2, "Date": "2021-04-06" }, "geometry": { "type": "Point", "coordinates": [ -157.981219, 21.48344305 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48344305, "Longitude": -157.981219, "Species": "House Sparrow", "Count": 1, "Date": "2020-02-18" }, "geometry": { "type": "Point", "coordinates": [ -157.981219, 21.48344305 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48344305, "Longitude": -157.981219, "Species": "Pacific Golden-Plover", "Count": 2, "Date": "2021-04-06" }, "geometry": { "type": "Point", "coordinates": [ -157.981219, 21.48344305 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48344305, "Longitude": -157.981219, "Species": "Red-crested Cardinal", "Count": 2, "Date": "2021-04-06" }, "geometry": { "type": "Point", "coordinates": [ -157.981219, 21.48344305 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48344305, "Longitude": -157.981219, "Species": "Red-vented Bulbul", "Count": 2, "Date": "2021-04-06" }, "geometry": { "type": "Point", "coordinates": [ -157.981219, 21.48344305 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48344305, "Longitude": -157.981219, "Species": "Rock Pigeon", "Count": 1, "Date": "2020-02-18" }, "geometry": { "type": "Point", "coordinates": [ -157.981219, 21.48344305 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48344305, "Longitude": -157.981219, "Species": "Spotted Dove", "Count": 2, "Date": "2021-04-06" }, "geometry": { "type": "Point", "coordinates": [ -157.981219, 21.48344305 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48344305, "Longitude": -157.981219, "Species": "Warbling White-eye", "Count": 1, "Date": "2021-04-06" }, "geometry": { "type": "Point", "coordinates": [ -157.981219, 21.48344305 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48344305, "Longitude": -157.981219, "Species": "Western Cattle Egret", "Count": 1, "Date": "2020-02-18" }, "geometry": { "type": "Point", "coordinates": [ -157.981219, 21.48344305 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48344305, "Longitude": -157.981219, "Species": "Zebra Dove", "Count": 1, "Date": "2020-02-18" }, "geometry": { "type": "Point", "coordinates": [ -157.981219, 21.48344305 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51980893, "Longitude": -158.0195842, "Species": "Common Myna", "Count": 1, "Date": "2020-04-06" }, "geometry": { "type": "Point", "coordinates": [ -158.0195842, 21.51980893 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51980893, "Longitude": -158.0195842, "Species": "House Finch", "Count": 1, "Date": "2020-04-06" }, "geometry": { "type": "Point", "coordinates": [ -158.0195842, 21.51980893 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51980893, "Longitude": -158.0195842, "Species": "Northern Cardinal", "Count": 1, "Date": "2020-04-06" }, "geometry": { "type": "Point", "coordinates": [ -158.0195842, 21.51980893 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51980893, "Longitude": -158.0195842, "Species": "Pacific Golden-Plover", "Count": 1, "Date": "2020-04-06" }, "geometry": { "type": "Point", "coordinates": [ -158.0195842, 21.51980893 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51980893, "Longitude": -158.0195842, "Species": "Red-crested Cardinal", "Count": 1, "Date": "2020-04-06" }, "geometry": { "type": "Point", "coordinates": [ -158.0195842, 21.51980893 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51980893, "Longitude": -158.0195842, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2020-04-06" }, "geometry": { "type": "Point", "coordinates": [ -158.0195842, 21.51980893 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51980893, "Longitude": -158.0195842, "Species": "Rose-ringed Parakeet", "Count": 1, "Date": "2020-04-06" }, "geometry": { "type": "Point", "coordinates": [ -158.0195842, 21.51980893 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51980893, "Longitude": -158.0195842, "Species": "Ruddy Turnstone", "Count": 1, "Date": "2020-04-06" }, "geometry": { "type": "Point", "coordinates": [ -158.0195842, 21.51980893 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51980893, "Longitude": -158.0195842, "Species": "Saffron Finch", "Count": 1, "Date": "2020-04-06" }, "geometry": { "type": "Point", "coordinates": [ -158.0195842, 21.51980893 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51980893, "Longitude": -158.0195842, "Species": "Zebra Dove", "Count": 1, "Date": "2020-04-06" }, "geometry": { "type": "Point", "coordinates": [ -158.0195842, 21.51980893 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.52766103, "Longitude": -157.8360862, "Species": "Black-crowned Night Heron", "Count": 1, "Date": "2021-02-13" }, "geometry": { "type": "Point", "coordinates": [ -157.836086200000011, 21.52766103 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.52766103, "Longitude": -157.8360862, "Species": "Common Myna", "Count": 2, "Date": "2023-09-18" }, "geometry": { "type": "Point", "coordinates": [ -157.836086200000011, 21.52766103 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.52766103, "Longitude": -157.8360862, "Species": "Common Waxbill", "Count": 2, "Date": "2022-10-16" }, "geometry": { "type": "Point", "coordinates": [ -157.836086200000011, 21.52766103 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.52766103, "Longitude": -157.8360862, "Species": "Java Sparrow", "Count": 1, "Date": "2023-09-18" }, "geometry": { "type": "Point", "coordinates": [ -157.836086200000011, 21.52766103 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.52766103, "Longitude": -157.8360862, "Species": "Scaly-breasted Munia", "Count": 1, "Date": "2023-09-18" }, "geometry": { "type": "Point", "coordinates": [ -157.836086200000011, 21.52766103 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.52766103, "Longitude": -157.8360862, "Species": "Spotted Dove", "Count": 1, "Date": "2021-02-13" }, "geometry": { "type": "Point", "coordinates": [ -157.836086200000011, 21.52766103 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.52766103, "Longitude": -157.8360862, "Species": "Wandering Tattler", "Count": 1, "Date": "2022-10-16" }, "geometry": { "type": "Point", "coordinates": [ -157.836086200000011, 21.52766103 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.52766103, "Longitude": -157.8360862, "Species": "Western Cattle Egret", "Count": 2, "Date": "2022-10-16" }, "geometry": { "type": "Point", "coordinates": [ -157.836086200000011, 21.52766103 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.52766103, "Longitude": -157.8360862, "Species": "White-tailed Tropicbird", "Count": 1, "Date": "2020-10-12" }, "geometry": { "type": "Point", "coordinates": [ -157.836086200000011, 21.52766103 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.52766103, "Longitude": -157.8360862, "Species": "Zebra Dove", "Count": 2, "Date": "2023-09-18" }, "geometry": { "type": "Point", "coordinates": [ -157.836086200000011, 21.52766103 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.53728159, "Longitude": -157.9229092, "Species": "Apapane", "Count": 1, "Date": "2020-11-04" }, "geometry": { "type": "Point", "coordinates": [ -157.9229092, 21.53728159 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.53728159, "Longitude": -157.9229092, "Species": "Common Waxbill", "Count": 1, "Date": "2020-11-04" }, "geometry": { "type": "Point", "coordinates": [ -157.9229092, 21.53728159 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.53728159, "Longitude": -157.9229092, "Species": "Japanese Bush Warbler", "Count": 2, "Date": "2022-04-14" }, "geometry": { "type": "Point", "coordinates": [ -157.9229092, 21.53728159 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.53728159, "Longitude": -157.9229092, "Species": "Red-billed Leiothrix", "Count": 1, "Date": "2022-04-14" }, "geometry": { "type": "Point", "coordinates": [ -157.9229092, 21.53728159 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.53728159, "Longitude": -157.9229092, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2020-11-04" }, "geometry": { "type": "Point", "coordinates": [ -157.9229092, 21.53728159 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.53728159, "Longitude": -157.9229092, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2020-11-04" }, "geometry": { "type": "Point", "coordinates": [ -157.9229092, 21.53728159 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.53728159, "Longitude": -157.9229092, "Species": "Scaly-breasted Munia", "Count": 1, "Date": "2020-11-04" }, "geometry": { "type": "Point", "coordinates": [ -157.9229092, 21.53728159 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.53728159, "Longitude": -157.9229092, "Species": "Warbling White-eye", "Count": 2, "Date": "2022-04-14" }, "geometry": { "type": "Point", "coordinates": [ -157.9229092, 21.53728159 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.53728159, "Longitude": -157.9229092, "Species": "White-rumped Shama", "Count": 1, "Date": "2020-11-04" }, "geometry": { "type": "Point", "coordinates": [ -157.9229092, 21.53728159 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.53728159, "Longitude": -157.9229092, "Species": "Yellow-faced Grassquit", "Count": 2, "Date": "2022-04-14" }, "geometry": { "type": "Point", "coordinates": [ -157.9229092, 21.53728159 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.53676162, "Longitude": -157.845669, "Species": "Black-crowned Night Heron", "Count": 2, "Date": "2023-01-10" }, "geometry": { "type": "Point", "coordinates": [ -157.845669, 21.53676162 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.53676162, "Longitude": -157.845669, "Species": "Chestnut Munia", "Count": 1, "Date": "2021-08-04" }, "geometry": { "type": "Point", "coordinates": [ -157.845669, 21.53676162 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.53676162, "Longitude": -157.845669, "Species": "Common Myna", "Count": 1, "Date": "2021-08-04" }, "geometry": { "type": "Point", "coordinates": [ -157.845669, 21.53676162 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.53676162, "Longitude": -157.845669, "Species": "Common Waxbill", "Count": 1, "Date": "2021-08-04" }, "geometry": { "type": "Point", "coordinates": [ -157.845669, 21.53676162 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.53676162, "Longitude": -157.845669, "Species": "Pacific Golden-Plover", "Count": 2, "Date": "2023-01-10" }, "geometry": { "type": "Point", "coordinates": [ -157.845669, 21.53676162 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.53676162, "Longitude": -157.845669, "Species": "Red-crested Cardinal", "Count": 2, "Date": "2023-01-10" }, "geometry": { "type": "Point", "coordinates": [ -157.845669, 21.53676162 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.53676162, "Longitude": -157.845669, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2021-08-04" }, "geometry": { "type": "Point", "coordinates": [ -157.845669, 21.53676162 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.53676162, "Longitude": -157.845669, "Species": "Saffron Finch", "Count": 1, "Date": "2022-01-30" }, "geometry": { "type": "Point", "coordinates": [ -157.845669, 21.53676162 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.53676162, "Longitude": -157.845669, "Species": "Wandering Tattler", "Count": 4, "Date": "2020-01-03" }, "geometry": { "type": "Point", "coordinates": [ -157.845669, 21.53676162 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.53676162, "Longitude": -157.845669, "Species": "Western Cattle Egret", "Count": 1, "Date": "2021-08-04" }, "geometry": { "type": "Point", "coordinates": [ -157.845669, 21.53676162 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.54784507, "Longitude": -158.1932156, "Species": "Apapane", "Count": 1, "Date": "2023-11-02" }, "geometry": { "type": "Point", "coordinates": [ -158.1932156, 21.54784507 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.54784507, "Longitude": -158.1932156, "Species": "Common Waxbill", "Count": 1, "Date": "2022-02-22" }, "geometry": { "type": "Point", "coordinates": [ -158.1932156, 21.54784507 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.54784507, "Longitude": -158.1932156, "Species": "Erckel's Spurfowl", "Count": 1, "Date": "2022-02-22" }, "geometry": { "type": "Point", "coordinates": [ -158.1932156, 21.54784507 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.54784507, "Longitude": -158.1932156, "Species": "Kalij Pheasant", "Count": 1, "Date": "2022-02-22" }, "geometry": { "type": "Point", "coordinates": [ -158.1932156, 21.54784507 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.54784507, "Longitude": -158.1932156, "Species": "Northern Cardinal", "Count": 1, "Date": "2022-02-22" }, "geometry": { "type": "Point", "coordinates": [ -158.1932156, 21.54784507 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.54784507, "Longitude": -158.1932156, "Species": "Pacific Golden-Plover", "Count": 1, "Date": "2022-02-22" }, "geometry": { "type": "Point", "coordinates": [ -158.1932156, 21.54784507 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.54784507, "Longitude": -158.1932156, "Species": "Red-billed Leiothrix", "Count": 1, "Date": "2022-02-22" }, "geometry": { "type": "Point", "coordinates": [ -158.1932156, 21.54784507 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.54784507, "Longitude": -158.1932156, "Species": "Spotted Dove", "Count": 1, "Date": "2022-02-22" }, "geometry": { "type": "Point", "coordinates": [ -158.1932156, 21.54784507 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.54784507, "Longitude": -158.1932156, "Species": "Warbling White-eye", "Count": 1, "Date": "2023-11-02" }, "geometry": { "type": "Point", "coordinates": [ -158.1932156, 21.54784507 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.54784507, "Longitude": -158.1932156, "Species": "White-rumped Shama", "Count": 2, "Date": "2023-11-02" }, "geometry": { "type": "Point", "coordinates": [ -158.1932156, 21.54784507 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60032295, "Longitude": -157.8934637, "Species": "Common Myna", "Count": 2, "Date": "2024-01-11" }, "geometry": { "type": "Point", "coordinates": [ -157.893463700000012, 21.60032295 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60032295, "Longitude": -157.8934637, "Species": "Dunlin", "Count": 1, "Date": "2021-10-21" }, "geometry": { "type": "Point", "coordinates": [ -157.893463700000012, 21.60032295 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60032295, "Longitude": -157.8934637, "Species": "Glaucous-winged Gull", "Count": 1, "Date": "2020-02-22" }, "geometry": { "type": "Point", "coordinates": [ -157.893463700000012, 21.60032295 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60032295, "Longitude": -157.8934637, "Species": "Pacific Golden-Plover", "Count": 4, "Date": "2023-08-11" }, "geometry": { "type": "Point", "coordinates": [ -157.893463700000012, 21.60032295 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60032295, "Longitude": -157.8934637, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2023-08-11" }, "geometry": { "type": "Point", "coordinates": [ -157.893463700000012, 21.60032295 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60032295, "Longitude": -157.8934637, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2024-01-11" }, "geometry": { "type": "Point", "coordinates": [ -157.893463700000012, 21.60032295 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60032295, "Longitude": -157.8934637, "Species": "Sanderling", "Count": 10, "Date": "2024-01-18" }, "geometry": { "type": "Point", "coordinates": [ -157.893463700000012, 21.60032295 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60032295, "Longitude": -157.8934637, "Species": "Wandering Tattler", "Count": 3, "Date": "2020-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.893463700000012, 21.60032295 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60032295, "Longitude": -157.8934637, "Species": "Warbling White-eye", "Count": 1, "Date": "2024-01-11" }, "geometry": { "type": "Point", "coordinates": [ -157.893463700000012, 21.60032295 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60032295, "Longitude": -157.8934637, "Species": "Western Cattle Egret", "Count": 1, "Date": "2023-08-11" }, "geometry": { "type": "Point", "coordinates": [ -157.893463700000012, 21.60032295 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.62798037, "Longitude": -157.9802079, "Species": "Apapane", "Count": 1, "Date": "2021-11-13" }, "geometry": { "type": "Point", "coordinates": [ -157.980207900000011, 21.62798037 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.62798037, "Longitude": -157.9802079, "Species": "Common Waxbill", "Count": 1, "Date": "2021-11-13" }, "geometry": { "type": "Point", "coordinates": [ -157.980207900000011, 21.62798037 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.62798037, "Longitude": -157.9802079, "Species": "House Sparrow", "Count": 1, "Date": "2021-11-13" }, "geometry": { "type": "Point", "coordinates": [ -157.980207900000011, 21.62798037 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.62798037, "Longitude": -157.9802079, "Species": "Japanese Bush Warbler", "Count": 1, "Date": "2021-11-13" }, "geometry": { "type": "Point", "coordinates": [ -157.980207900000011, 21.62798037 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.62798037, "Longitude": -157.9802079, "Species": "Oahu Amakihi", "Count": 1, "Date": "2021-11-13" }, "geometry": { "type": "Point", "coordinates": [ -157.980207900000011, 21.62798037 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.62798037, "Longitude": -157.9802079, "Species": "Red-billed Leiothrix", "Count": 1, "Date": "2021-11-13" }, "geometry": { "type": "Point", "coordinates": [ -157.980207900000011, 21.62798037 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.62798037, "Longitude": -157.9802079, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2021-11-13" }, "geometry": { "type": "Point", "coordinates": [ -157.980207900000011, 21.62798037 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.62798037, "Longitude": -157.9802079, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2021-11-13" }, "geometry": { "type": "Point", "coordinates": [ -157.980207900000011, 21.62798037 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.62798037, "Longitude": -157.9802079, "Species": "Warbling White-eye", "Count": 1, "Date": "2021-11-13" }, "geometry": { "type": "Point", "coordinates": [ -157.980207900000011, 21.62798037 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.62798037, "Longitude": -157.9802079, "Species": "White-rumped Shama", "Count": 1, "Date": "2021-11-13" }, "geometry": { "type": "Point", "coordinates": [ -157.980207900000011, 21.62798037 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63724677, "Longitude": -158.0187926, "Species": "Common Myna", "Count": 2, "Date": "2020-01-05" }, "geometry": { "type": "Point", "coordinates": [ -158.018792600000012, 21.63724677 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63724677, "Longitude": -158.0187926, "Species": "Pacific Golden-Plover", "Count": 4, "Date": "2020-01-09" }, "geometry": { "type": "Point", "coordinates": [ -158.018792600000012, 21.63724677 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63724677, "Longitude": -158.0187926, "Species": "Red Junglefowl", "Count": 4, "Date": "2020-01-09" }, "geometry": { "type": "Point", "coordinates": [ -158.018792600000012, 21.63724677 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63724677, "Longitude": -158.0187926, "Species": "Red-crested Cardinal", "Count": 4, "Date": "2020-01-09" }, "geometry": { "type": "Point", "coordinates": [ -158.018792600000012, 21.63724677 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63724677, "Longitude": -158.0187926, "Species": "Red-vented Bulbul", "Count": 2, "Date": "2020-01-05" }, "geometry": { "type": "Point", "coordinates": [ -158.018792600000012, 21.63724677 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63724677, "Longitude": -158.0187926, "Species": "Red-whiskered Bulbul", "Count": 2, "Date": "2020-01-05" }, "geometry": { "type": "Point", "coordinates": [ -158.018792600000012, 21.63724677 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63724677, "Longitude": -158.0187926, "Species": "Spotted Dove", "Count": 2, "Date": "2020-01-05" }, "geometry": { "type": "Point", "coordinates": [ -158.018792600000012, 21.63724677 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63724677, "Longitude": -158.0187926, "Species": "Warbling White-eye", "Count": 2, "Date": "2020-01-05" }, "geometry": { "type": "Point", "coordinates": [ -158.018792600000012, 21.63724677 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63724677, "Longitude": -158.0187926, "Species": "Western Cattle Egret", "Count": 2, "Date": "2020-01-05" }, "geometry": { "type": "Point", "coordinates": [ -158.018792600000012, 21.63724677 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63724677, "Longitude": -158.0187926, "Species": "Zebra Dove", "Count": 2, "Date": "2020-01-05" }, "geometry": { "type": "Point", "coordinates": [ -158.018792600000012, 21.63724677 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64628041, "Longitude": -158.0187315, "Species": "Chestnut Munia", "Count": 1, "Date": "2019-08-29" }, "geometry": { "type": "Point", "coordinates": [ -158.0187315, 21.64628041 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64628041, "Longitude": -158.0187315, "Species": "Common Waxbill", "Count": 1, "Date": "2019-08-29" }, "geometry": { "type": "Point", "coordinates": [ -158.0187315, 21.64628041 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64628041, "Longitude": -158.0187315, "Species": "House Finch", "Count": 1, "Date": "2019-08-29" }, "geometry": { "type": "Point", "coordinates": [ -158.0187315, 21.64628041 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64628041, "Longitude": -158.0187315, "Species": "Northern Cardinal", "Count": 1, "Date": "2019-08-29" }, "geometry": { "type": "Point", "coordinates": [ -158.0187315, 21.64628041 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64628041, "Longitude": -158.0187315, "Species": "Red-billed Leiothrix", "Count": 1, "Date": "2019-08-29" }, "geometry": { "type": "Point", "coordinates": [ -158.0187315, 21.64628041 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64628041, "Longitude": -158.0187315, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2019-08-29" }, "geometry": { "type": "Point", "coordinates": [ -158.0187315, 21.64628041 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64628041, "Longitude": -158.0187315, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2019-08-29" }, "geometry": { "type": "Point", "coordinates": [ -158.0187315, 21.64628041 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64628041, "Longitude": -158.0187315, "Species": "Warbling White-eye", "Count": 1, "Date": "2019-08-29" }, "geometry": { "type": "Point", "coordinates": [ -158.0187315, 21.64628041 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64628041, "Longitude": -158.0187315, "Species": "White-rumped Shama", "Count": 1, "Date": "2019-08-29" }, "geometry": { "type": "Point", "coordinates": [ -158.0187315, 21.64628041 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64628041, "Longitude": -158.0187315, "Species": "Zebra Dove", "Count": 1, "Date": "2019-08-29" }, "geometry": { "type": "Point", "coordinates": [ -158.0187315, 21.64628041 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.67302763, "Longitude": -157.9605617, "Species": "Black-crowned Night Heron", "Count": 2, "Date": "2021-12-25" }, "geometry": { "type": "Point", "coordinates": [ -157.9605617, 21.67302763 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.67302763, "Longitude": -157.9605617, "Species": "Common Waxbill", "Count": 1, "Date": "2021-12-23" }, "geometry": { "type": "Point", "coordinates": [ -157.9605617, 21.67302763 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.67302763, "Longitude": -157.9605617, "Species": "Great Frigatebird", "Count": 1, "Date": "2021-07-21" }, "geometry": { "type": "Point", "coordinates": [ -157.9605617, 21.67302763 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.67302763, "Longitude": -157.9605617, "Species": "Hawaiian Coot", "Count": 2, "Date": "2021-12-25" }, "geometry": { "type": "Point", "coordinates": [ -157.9605617, 21.67302763 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.67302763, "Longitude": -157.9605617, "Species": "Laysan Albatross", "Count": 1, "Date": "2021-12-23" }, "geometry": { "type": "Point", "coordinates": [ -157.9605617, 21.67302763 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.67302763, "Longitude": -157.9605617, "Species": "Feral Mallard", "Count": 1, "Date": "2021-12-24" }, "geometry": { "type": "Point", "coordinates": [ -157.9605617, 21.67302763 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.67302763, "Longitude": -157.9605617, "Species": "Ruddy Turnstone", "Count": 1, "Date": "2021-12-24" }, "geometry": { "type": "Point", "coordinates": [ -157.9605617, 21.67302763 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.67302763, "Longitude": -157.9605617, "Species": "Saffron Finch", "Count": 1, "Date": "2021-12-23" }, "geometry": { "type": "Point", "coordinates": [ -157.9605617, 21.67302763 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.67302763, "Longitude": -157.9605617, "Species": "Western Cattle Egret", "Count": 1, "Date": "2021-12-23" }, "geometry": { "type": "Point", "coordinates": [ -157.9605617, 21.67302763 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.67302763, "Longitude": -157.9605617, "Species": "Zebra Dove", "Count": 1, "Date": "2021-12-23" }, "geometry": { "type": "Point", "coordinates": [ -157.9605617, 21.67302763 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68218109, "Longitude": -157.9798266, "Species": "Chestnut Munia", "Count": 1, "Date": "2024-01-26" }, "geometry": { "type": "Point", "coordinates": [ -157.9798266, 21.68218109 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68218109, "Longitude": -157.9798266, "Species": "Common Myna", "Count": 1, "Date": "2024-01-26" }, "geometry": { "type": "Point", "coordinates": [ -157.9798266, 21.68218109 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68218109, "Longitude": -157.9798266, "Species": "Common Waxbill", "Count": 1, "Date": "2024-01-26" }, "geometry": { "type": "Point", "coordinates": [ -157.9798266, 21.68218109 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68218109, "Longitude": -157.9798266, "Species": "Gray Francolin", "Count": 1, "Date": "2024-02-04" }, "geometry": { "type": "Point", "coordinates": [ -157.9798266, 21.68218109 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68218109, "Longitude": -157.9798266, "Species": "Pacific Golden-Plover", "Count": 1, "Date": "2024-01-26" }, "geometry": { "type": "Point", "coordinates": [ -157.9798266, 21.68218109 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68218109, "Longitude": -157.9798266, "Species": "Red Avadavat", "Count": 1, "Date": "2024-01-26" }, "geometry": { "type": "Point", "coordinates": [ -157.9798266, 21.68218109 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68218109, "Longitude": -157.9798266, "Species": "Red-crested Cardinal", "Count": 1, "Date": "2024-01-26" }, "geometry": { "type": "Point", "coordinates": [ -157.9798266, 21.68218109 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68218109, "Longitude": -157.9798266, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2024-01-26" }, "geometry": { "type": "Point", "coordinates": [ -157.9798266, 21.68218109 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68218109, "Longitude": -157.9798266, "Species": "Western Cattle Egret", "Count": 1, "Date": "2024-01-26" }, "geometry": { "type": "Point", "coordinates": [ -157.9798266, 21.68218109 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68218109, "Longitude": -157.9798266, "Species": "Zebra Dove", "Count": 1, "Date": "2024-01-26" }, "geometry": { "type": "Point", "coordinates": [ -157.9798266, 21.68218109 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29195764, "Longitude": -157.7222832, "Species": "Common Myna", "Count": 1, "Date": "2021-05-26" }, "geometry": { "type": "Point", "coordinates": [ -157.7222832, 21.29195764 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29195764, "Longitude": -157.7222832, "Species": "House Finch", "Count": 3, "Date": "2021-05-31" }, "geometry": { "type": "Point", "coordinates": [ -157.7222832, 21.29195764 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29195764, "Longitude": -157.7222832, "Species": "Java Sparrow", "Count": 1, "Date": "2021-08-22" }, "geometry": { "type": "Point", "coordinates": [ -157.7222832, 21.29195764 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29195764, "Longitude": -157.7222832, "Species": "Northern Cardinal", "Count": 1, "Date": "2021-02-21" }, "geometry": { "type": "Point", "coordinates": [ -157.7222832, 21.29195764 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29195764, "Longitude": -157.7222832, "Species": "Red-crested Cardinal", "Count": 1, "Date": "2021-05-23" }, "geometry": { "type": "Point", "coordinates": [ -157.7222832, 21.29195764 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29195764, "Longitude": -157.7222832, "Species": "Red-vented Bulbul", "Count": 3, "Date": "2021-05-31" }, "geometry": { "type": "Point", "coordinates": [ -157.7222832, 21.29195764 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29195764, "Longitude": -157.7222832, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2021-02-21" }, "geometry": { "type": "Point", "coordinates": [ -157.7222832, 21.29195764 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29195764, "Longitude": -157.7222832, "Species": "Spotted Dove", "Count": 2, "Date": "2021-08-22" }, "geometry": { "type": "Point", "coordinates": [ -157.7222832, 21.29195764 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29195764, "Longitude": -157.7222832, "Species": "White-rumped Shama", "Count": 3, "Date": "2021-05-31" }, "geometry": { "type": "Point", "coordinates": [ -157.7222832, 21.29195764 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29195764, "Longitude": -157.7222832, "Species": "Yellow-fronted Canary", "Count": 1, "Date": "2021-08-22" }, "geometry": { "type": "Point", "coordinates": [ -157.7222832, 21.29195764 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29195764, "Longitude": -157.7222832, "Species": "Zebra Dove", "Count": 1, "Date": "2021-02-21" }, "geometry": { "type": "Point", "coordinates": [ -157.7222832, 21.29195764 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3007683, "Longitude": -157.6932891, "Species": "Common Myna", "Count": 4, "Date": "2023-11-24" }, "geometry": { "type": "Point", "coordinates": [ -157.693289099999987, 21.3007683 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3007683, "Longitude": -157.6932891, "Species": "Common Waxbill", "Count": 3, "Date": "2023-07-14" }, "geometry": { "type": "Point", "coordinates": [ -157.693289099999987, 21.3007683 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3007683, "Longitude": -157.6932891, "Species": "Java Sparrow", "Count": 1, "Date": "2023-02-11" }, "geometry": { "type": "Point", "coordinates": [ -157.693289099999987, 21.3007683 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3007683, "Longitude": -157.6932891, "Species": "Northern Cardinal", "Count": 1, "Date": "2019-03-02" }, "geometry": { "type": "Point", "coordinates": [ -157.693289099999987, 21.3007683 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3007683, "Longitude": -157.6932891, "Species": "Red Junglefowl", "Count": 1, "Date": "2019-03-02" }, "geometry": { "type": "Point", "coordinates": [ -157.693289099999987, 21.3007683 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3007683, "Longitude": -157.6932891, "Species": "Red-crested Cardinal", "Count": 4, "Date": "2023-11-24" }, "geometry": { "type": "Point", "coordinates": [ -157.693289099999987, 21.3007683 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3007683, "Longitude": -157.6932891, "Species": "Red-vented Bulbul", "Count": 3, "Date": "2023-11-24" }, "geometry": { "type": "Point", "coordinates": [ -157.693289099999987, 21.3007683 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3007683, "Longitude": -157.6932891, "Species": "Spotted Dove", "Count": 2, "Date": "2023-11-24" }, "geometry": { "type": "Point", "coordinates": [ -157.693289099999987, 21.3007683 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3007683, "Longitude": -157.6932891, "Species": "Western Cattle Egret", "Count": 2, "Date": "2023-11-24" }, "geometry": { "type": "Point", "coordinates": [ -157.693289099999987, 21.3007683 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3007683, "Longitude": -157.6932891, "Species": "White-rumped Shama", "Count": 1, "Date": "2023-02-11" }, "geometry": { "type": "Point", "coordinates": [ -157.693289099999987, 21.3007683 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3007683, "Longitude": -157.6932891, "Species": "Zebra Dove", "Count": 3, "Date": "2023-11-24" }, "geometry": { "type": "Point", "coordinates": [ -157.693289099999987, 21.3007683 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30069298, "Longitude": -157.6836506, "Species": "Black-necked Stilt", "Count": 1, "Date": "2019-09-07" }, "geometry": { "type": "Point", "coordinates": [ -157.6836506, 21.30069298 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30069298, "Longitude": -157.6836506, "Species": "Common Myna", "Count": 1, "Date": "2019-09-07" }, "geometry": { "type": "Point", "coordinates": [ -157.6836506, 21.30069298 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30069298, "Longitude": -157.6836506, "Species": "Common Waxbill", "Count": 1, "Date": "2019-09-07" }, "geometry": { "type": "Point", "coordinates": [ -157.6836506, 21.30069298 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30069298, "Longitude": -157.6836506, "Species": "Pacific Golden-Plover", "Count": 1, "Date": "2019-09-07" }, "geometry": { "type": "Point", "coordinates": [ -157.6836506, 21.30069298 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30069298, "Longitude": -157.6836506, "Species": "Red-crested Cardinal", "Count": 1, "Date": "2019-09-07" }, "geometry": { "type": "Point", "coordinates": [ -157.6836506, 21.30069298 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30069298, "Longitude": -157.6836506, "Species": "Red-tailed Tropicbird", "Count": 1, "Date": "2023-02-23" }, "geometry": { "type": "Point", "coordinates": [ -157.6836506, 21.30069298 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30069298, "Longitude": -157.6836506, "Species": "Rock Pigeon", "Count": 1, "Date": "2023-02-23" }, "geometry": { "type": "Point", "coordinates": [ -157.6836506, 21.30069298 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30069298, "Longitude": -157.6836506, "Species": "Sooty Tern", "Count": 1, "Date": "2023-02-23" }, "geometry": { "type": "Point", "coordinates": [ -157.6836506, 21.30069298 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30069298, "Longitude": -157.6836506, "Species": "Spotted Dove", "Count": 1, "Date": "2019-09-07" }, "geometry": { "type": "Point", "coordinates": [ -157.6836506, 21.30069298 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30069298, "Longitude": -157.6836506, "Species": "Western Cattle Egret", "Count": 1, "Date": "2019-09-07" }, "geometry": { "type": "Point", "coordinates": [ -157.6836506, 21.30069298 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30069298, "Longitude": -157.6836506, "Species": "Zebra Dove", "Count": 1, "Date": "2019-09-07" }, "geometry": { "type": "Point", "coordinates": [ -157.6836506, 21.30069298 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31235993, "Longitude": -158.0788162, "Species": "African Silverbill", "Count": 1, "Date": "2021-07-16" }, "geometry": { "type": "Point", "coordinates": [ -158.0788162, 21.31235993 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31235993, "Longitude": -158.0788162, "Species": "Common Myna", "Count": 3, "Date": "2023-06-06" }, "geometry": { "type": "Point", "coordinates": [ -158.0788162, 21.31235993 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31235993, "Longitude": -158.0788162, "Species": "Common Waxbill", "Count": 1, "Date": "2021-07-16" }, "geometry": { "type": "Point", "coordinates": [ -158.0788162, 21.31235993 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31235993, "Longitude": -158.0788162, "Species": "House Finch", "Count": 1, "Date": "2022-02-08" }, "geometry": { "type": "Point", "coordinates": [ -158.0788162, 21.31235993 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31235993, "Longitude": -158.0788162, "Species": "House Sparrow", "Count": 2, "Date": "2023-06-06" }, "geometry": { "type": "Point", "coordinates": [ -158.0788162, 21.31235993 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31235993, "Longitude": -158.0788162, "Species": "Pacific Golden-Plover", "Count": 1, "Date": "2022-02-08" }, "geometry": { "type": "Point", "coordinates": [ -158.0788162, 21.31235993 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31235993, "Longitude": -158.0788162, "Species": "Red-crested Cardinal", "Count": 1, "Date": "2021-07-16" }, "geometry": { "type": "Point", "coordinates": [ -158.0788162, 21.31235993 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31235993, "Longitude": -158.0788162, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2021-07-16" }, "geometry": { "type": "Point", "coordinates": [ -158.0788162, 21.31235993 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31235993, "Longitude": -158.0788162, "Species": "Saffron Finch", "Count": 2, "Date": "2022-02-08" }, "geometry": { "type": "Point", "coordinates": [ -158.0788162, 21.31235993 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31235993, "Longitude": -158.0788162, "Species": "Spotted Dove", "Count": 1, "Date": "2021-07-16" }, "geometry": { "type": "Point", "coordinates": [ -158.0788162, 21.31235993 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31235993, "Longitude": -158.0788162, "Species": "Zebra Dove", "Count": 2, "Date": "2022-02-08" }, "geometry": { "type": "Point", "coordinates": [ -158.0788162, 21.31235993 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31125343, "Longitude": -157.895644, "Species": "Common Myna", "Count": 2, "Date": "2023-01-04" }, "geometry": { "type": "Point", "coordinates": [ -157.895644, 21.31125343 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31125343, "Longitude": -157.895644, "Species": "Glaucous-winged Gull", "Count": 2, "Date": "2023-01-04" }, "geometry": { "type": "Point", "coordinates": [ -157.895644, 21.31125343 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31125343, "Longitude": -157.895644, "Species": "Great Frigatebird", "Count": 1, "Date": "2020-07-11" }, "geometry": { "type": "Point", "coordinates": [ -157.895644, 21.31125343 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31125343, "Longitude": -157.895644, "Species": "House Sparrow", "Count": 4, "Date": "2023-02-05" }, "geometry": { "type": "Point", "coordinates": [ -157.895644, 21.31125343 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31125343, "Longitude": -157.895644, "Species": "Pacific Golden-Plover", "Count": 1, "Date": "2019-02-04" }, "geometry": { "type": "Point", "coordinates": [ -157.895644, 21.31125343 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31125343, "Longitude": -157.895644, "Species": "Ruddy Turnstone", "Count": 1, "Date": "2019-02-04" }, "geometry": { "type": "Point", "coordinates": [ -157.895644, 21.31125343 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31125343, "Longitude": -157.895644, "Species": "Spotted Dove", "Count": 3, "Date": "2023-01-04" }, "geometry": { "type": "Point", "coordinates": [ -157.895644, 21.31125343 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31125343, "Longitude": -157.895644, "Species": "Wandering Tattler", "Count": 1, "Date": "2019-02-04" }, "geometry": { "type": "Point", "coordinates": [ -157.895644, 21.31125343 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31125343, "Longitude": -157.895644, "Species": "Western Cattle Egret", "Count": 1, "Date": "2019-02-04" }, "geometry": { "type": "Point", "coordinates": [ -157.895644, 21.31125343 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31125343, "Longitude": -157.895644, "Species": "White Tern", "Count": 1, "Date": "2019-02-04" }, "geometry": { "type": "Point", "coordinates": [ -157.895644, 21.31125343 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31125343, "Longitude": -157.895644, "Species": "Zebra Dove", "Count": 3, "Date": "2023-01-04" }, "geometry": { "type": "Point", "coordinates": [ -157.895644, 21.31125343 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32969351, "Longitude": -157.9533587, "Species": "Chestnut Munia", "Count": 1, "Date": "2023-06-04" }, "geometry": { "type": "Point", "coordinates": [ -157.9533587, 21.32969351 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32969351, "Longitude": -157.9533587, "Species": "Common Myna", "Count": 2, "Date": "2023-06-04" }, "geometry": { "type": "Point", "coordinates": [ -157.9533587, 21.32969351 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32969351, "Longitude": -157.9533587, "Species": "House Finch", "Count": 2, "Date": "2023-06-04" }, "geometry": { "type": "Point", "coordinates": [ -157.9533587, 21.32969351 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32969351, "Longitude": -157.9533587, "Species": "Pacific Golden-Plover", "Count": 2, "Date": "2023-02-07" }, "geometry": { "type": "Point", "coordinates": [ -157.9533587, 21.32969351 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32969351, "Longitude": -157.9533587, "Species": "Red-crested Cardinal", "Count": 2, "Date": "2023-06-04" }, "geometry": { "type": "Point", "coordinates": [ -157.9533587, 21.32969351 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32969351, "Longitude": -157.9533587, "Species": "Red-vented Bulbul", "Count": 2, "Date": "2023-06-04" }, "geometry": { "type": "Point", "coordinates": [ -157.9533587, 21.32969351 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32969351, "Longitude": -157.9533587, "Species": "Saffron Finch", "Count": 1, "Date": "2022-02-09" }, "geometry": { "type": "Point", "coordinates": [ -157.9533587, 21.32969351 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32969351, "Longitude": -157.9533587, "Species": "Spotted Dove", "Count": 1, "Date": "2022-02-09" }, "geometry": { "type": "Point", "coordinates": [ -157.9533587, 21.32969351 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32969351, "Longitude": -157.9533587, "Species": "Western Cattle Egret", "Count": 1, "Date": "2022-02-09" }, "geometry": { "type": "Point", "coordinates": [ -157.9533587, 21.32969351 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32969351, "Longitude": -157.9533587, "Species": "Yellow-fronted Canary", "Count": 1, "Date": "2023-06-04" }, "geometry": { "type": "Point", "coordinates": [ -157.9533587, 21.32969351 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32969351, "Longitude": -157.9533587, "Species": "Zebra Dove", "Count": 2, "Date": "2023-06-04" }, "geometry": { "type": "Point", "coordinates": [ -157.9533587, 21.32969351 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32844954, "Longitude": -157.7701739, "Species": "Apapane", "Count": 1, "Date": "2021-12-31" }, "geometry": { "type": "Point", "coordinates": [ -157.7701739, 21.32844954 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32844954, "Longitude": -157.7701739, "Species": "Chestnut Munia", "Count": 1, "Date": "2022-09-04" }, "geometry": { "type": "Point", "coordinates": [ -157.7701739, 21.32844954 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32844954, "Longitude": -157.7701739, "Species": "Japanese Bush Warbler", "Count": 2, "Date": "2020-04-05" }, "geometry": { "type": "Point", "coordinates": [ -157.7701739, 21.32844954 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32844954, "Longitude": -157.7701739, "Species": "Oahu Amakihi", "Count": 1, "Date": "2022-09-04" }, "geometry": { "type": "Point", "coordinates": [ -157.7701739, 21.32844954 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32844954, "Longitude": -157.7701739, "Species": "Red-billed Leiothrix", "Count": 3, "Date": "2021-12-31" }, "geometry": { "type": "Point", "coordinates": [ -157.7701739, 21.32844954 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32844954, "Longitude": -157.7701739, "Species": "Red-vented Bulbul", "Count": 3, "Date": "2021-12-31" }, "geometry": { "type": "Point", "coordinates": [ -157.7701739, 21.32844954 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32844954, "Longitude": -157.7701739, "Species": "Red-whiskered Bulbul", "Count": 2, "Date": "2020-04-05" }, "geometry": { "type": "Point", "coordinates": [ -157.7701739, 21.32844954 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32844954, "Longitude": -157.7701739, "Species": "Scaly-breasted Munia", "Count": 1, "Date": "2022-09-04" }, "geometry": { "type": "Point", "coordinates": [ -157.7701739, 21.32844954 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32844954, "Longitude": -157.7701739, "Species": "Warbling White-eye", "Count": 3, "Date": "2021-12-31" }, "geometry": { "type": "Point", "coordinates": [ -157.7701739, 21.32844954 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32844954, "Longitude": -157.7701739, "Species": "White-rumped Shama", "Count": 1, "Date": "2021-12-31" }, "geometry": { "type": "Point", "coordinates": [ -157.7701739, 21.32844954 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32844954, "Longitude": -157.7701739, "Species": "White-tailed Tropicbird", "Count": 2, "Date": "2020-04-05" }, "geometry": { "type": "Point", "coordinates": [ -157.7701739, 21.32844954 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35783524, "Longitude": -158.1363965, "Species": "Brown Booby", "Count": 2, "Date": "2021-04-03" }, "geometry": { "type": "Point", "coordinates": [ -158.136396499999989, 21.35783524 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35783524, "Longitude": -158.1363965, "Species": "Brown Noddy", "Count": 1, "Date": "2021-04-03" }, "geometry": { "type": "Point", "coordinates": [ -158.136396499999989, 21.35783524 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35783524, "Longitude": -158.1363965, "Species": "Common Myna", "Count": 2, "Date": "2022-06-27" }, "geometry": { "type": "Point", "coordinates": [ -158.136396499999989, 21.35783524 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35783524, "Longitude": -158.1363965, "Species": "House Sparrow", "Count": 2, "Date": "2022-06-27" }, "geometry": { "type": "Point", "coordinates": [ -158.136396499999989, 21.35783524 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35783524, "Longitude": -158.1363965, "Species": "Laysan Albatross", "Count": 1, "Date": "2021-04-03" }, "geometry": { "type": "Point", "coordinates": [ -158.136396499999989, 21.35783524 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35783524, "Longitude": -158.1363965, "Species": "Red-crested Cardinal", "Count": 2, "Date": "2022-06-27" }, "geometry": { "type": "Point", "coordinates": [ -158.136396499999989, 21.35783524 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35783524, "Longitude": -158.1363965, "Species": "Red-footed Booby", "Count": 1, "Date": "2021-04-03" }, "geometry": { "type": "Point", "coordinates": [ -158.136396499999989, 21.35783524 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35783524, "Longitude": -158.1363965, "Species": "Sooty Shearwater", "Count": 1, "Date": "2021-04-03" }, "geometry": { "type": "Point", "coordinates": [ -158.136396499999989, 21.35783524 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35783524, "Longitude": -158.1363965, "Species": "Western Cattle Egret", "Count": 3, "Date": "2022-06-27" }, "geometry": { "type": "Point", "coordinates": [ -158.136396499999989, 21.35783524 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35783524, "Longitude": -158.1363965, "Species": "White Tern", "Count": 1, "Date": "2022-06-25" }, "geometry": { "type": "Point", "coordinates": [ -158.136396499999989, 21.35783524 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37347244, "Longitude": -157.750509, "Species": "Black-necked Stilt", "Count": 2, "Date": "2022-05-07" }, "geometry": { "type": "Point", "coordinates": [ -157.750509, 21.37347244 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37347244, "Longitude": -157.750509, "Species": "Chestnut Munia", "Count": 1, "Date": "2022-04-23" }, "geometry": { "type": "Point", "coordinates": [ -157.750509, 21.37347244 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37347244, "Longitude": -157.750509, "Species": "Common Myna", "Count": 3, "Date": "2023-11-26" }, "geometry": { "type": "Point", "coordinates": [ -157.750509, 21.37347244 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37347244, "Longitude": -157.750509, "Species": "House Sparrow", "Count": 1, "Date": "2022-04-23" }, "geometry": { "type": "Point", "coordinates": [ -157.750509, 21.37347244 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37347244, "Longitude": -157.750509, "Species": "Pacific Golden-Plover", "Count": 1, "Date": "2022-04-23" }, "geometry": { "type": "Point", "coordinates": [ -157.750509, 21.37347244 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37347244, "Longitude": -157.750509, "Species": "Red-crested Cardinal", "Count": 3, "Date": "2023-11-26" }, "geometry": { "type": "Point", "coordinates": [ -157.750509, 21.37347244 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37347244, "Longitude": -157.750509, "Species": "Rock Pigeon", "Count": 2, "Date": "2023-11-26" }, "geometry": { "type": "Point", "coordinates": [ -157.750509, 21.37347244 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37347244, "Longitude": -157.750509, "Species": "Saffron Finch", "Count": 1, "Date": "2022-04-23" }, "geometry": { "type": "Point", "coordinates": [ -157.750509, 21.37347244 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37347244, "Longitude": -157.750509, "Species": "Warbling White-eye", "Count": 1, "Date": "2023-02-23" }, "geometry": { "type": "Point", "coordinates": [ -157.750509, 21.37347244 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37347244, "Longitude": -157.750509, "Species": "Western Cattle Egret", "Count": 3, "Date": "2023-11-26" }, "geometry": { "type": "Point", "coordinates": [ -157.750509, 21.37347244 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37347244, "Longitude": -157.750509, "Species": "Zebra Dove", "Count": 2, "Date": "2022-05-07" }, "geometry": { "type": "Point", "coordinates": [ -157.750509, 21.37347244 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41123128, "Longitude": -157.9913681, "Species": "Common Myna", "Count": 2, "Date": "2023-12-25" }, "geometry": { "type": "Point", "coordinates": [ -157.991368099999988, 21.41123128 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41123128, "Longitude": -157.9913681, "Species": "Pacific Golden-Plover", "Count": 1, "Date": "2023-12-25" }, "geometry": { "type": "Point", "coordinates": [ -157.991368099999988, 21.41123128 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41123128, "Longitude": -157.9913681, "Species": "Red-crested Cardinal", "Count": 2, "Date": "2023-12-25" }, "geometry": { "type": "Point", "coordinates": [ -157.991368099999988, 21.41123128 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41123128, "Longitude": -157.9913681, "Species": "Red-crowned Parrot", "Count": 1, "Date": "2022-06-16" }, "geometry": { "type": "Point", "coordinates": [ -157.991368099999988, 21.41123128 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41123128, "Longitude": -157.9913681, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2023-12-25" }, "geometry": { "type": "Point", "coordinates": [ -157.991368099999988, 21.41123128 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41123128, "Longitude": -157.9913681, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2023-12-25" }, "geometry": { "type": "Point", "coordinates": [ -157.991368099999988, 21.41123128 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41123128, "Longitude": -157.9913681, "Species": "Rose-ringed Parakeet", "Count": 1, "Date": "2023-12-25" }, "geometry": { "type": "Point", "coordinates": [ -157.991368099999988, 21.41123128 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41123128, "Longitude": -157.9913681, "Species": "Saffron Finch", "Count": 1, "Date": "2023-12-25" }, "geometry": { "type": "Point", "coordinates": [ -157.991368099999988, 21.41123128 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41123128, "Longitude": -157.9913681, "Species": "Spotted Dove", "Count": 1, "Date": "2023-12-25" }, "geometry": { "type": "Point", "coordinates": [ -157.991368099999988, 21.41123128 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41123128, "Longitude": -157.9913681, "Species": "Warbling White-eye", "Count": 1, "Date": "2023-12-25" }, "geometry": { "type": "Point", "coordinates": [ -157.991368099999988, 21.41123128 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41123128, "Longitude": -157.9913681, "Species": "Zebra Dove", "Count": 1, "Date": "2023-12-25" }, "geometry": { "type": "Point", "coordinates": [ -157.991368099999988, 21.41123128 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43035059, "Longitude": -158.1842158, "Species": "Brown Booby", "Count": 1, "Date": "2023-12-09" }, "geometry": { "type": "Point", "coordinates": [ -158.1842158, 21.43035059 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43035059, "Longitude": -158.1842158, "Species": "Common Waxbill", "Count": 1, "Date": "2019-11-19" }, "geometry": { "type": "Point", "coordinates": [ -158.1842158, 21.43035059 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43035059, "Longitude": -158.1842158, "Species": "Erckel's Spurfowl", "Count": 3, "Date": "2023-02-06" }, "geometry": { "type": "Point", "coordinates": [ -158.1842158, 21.43035059 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43035059, "Longitude": -158.1842158, "Species": "Gray Francolin", "Count": 1, "Date": "2019-11-19" }, "geometry": { "type": "Point", "coordinates": [ -158.1842158, 21.43035059 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43035059, "Longitude": -158.1842158, "Species": "House Finch", "Count": 1, "Date": "2020-01-03" }, "geometry": { "type": "Point", "coordinates": [ -158.1842158, 21.43035059 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43035059, "Longitude": -158.1842158, "Species": "Northern Cardinal", "Count": 1, "Date": "2019-11-19" }, "geometry": { "type": "Point", "coordinates": [ -158.1842158, 21.43035059 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43035059, "Longitude": -158.1842158, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2019-11-19" }, "geometry": { "type": "Point", "coordinates": [ -158.1842158, 21.43035059 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43035059, "Longitude": -158.1842158, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2020-01-03" }, "geometry": { "type": "Point", "coordinates": [ -158.1842158, 21.43035059 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43035059, "Longitude": -158.1842158, "Species": "Spotted Dove", "Count": 2, "Date": "2020-01-03" }, "geometry": { "type": "Point", "coordinates": [ -158.1842158, 21.43035059 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43035059, "Longitude": -158.1842158, "Species": "Warbling White-eye", "Count": 2, "Date": "2020-01-03" }, "geometry": { "type": "Point", "coordinates": [ -158.1842158, 21.43035059 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43035059, "Longitude": -158.1842158, "Species": "Zebra Dove", "Count": 2, "Date": "2020-01-03" }, "geometry": { "type": "Point", "coordinates": [ -158.1842158, 21.43035059 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43894508, "Longitude": -158.0973217, "Species": "Apapane", "Count": 1, "Date": "2023-08-18" }, "geometry": { "type": "Point", "coordinates": [ -158.0973217, 21.43894508 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43894508, "Longitude": -158.0973217, "Species": "Common Waxbill", "Count": 1, "Date": "2023-08-18" }, "geometry": { "type": "Point", "coordinates": [ -158.0973217, 21.43894508 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43894508, "Longitude": -158.0973217, "Species": "House Finch", "Count": 1, "Date": "2023-08-18" }, "geometry": { "type": "Point", "coordinates": [ -158.0973217, 21.43894508 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43894508, "Longitude": -158.0973217, "Species": "Oahu Amakihi", "Count": 1, "Date": "2023-08-18" }, "geometry": { "type": "Point", "coordinates": [ -158.0973217, 21.43894508 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43894508, "Longitude": -158.0973217, "Species": "Oahu Elepaio", "Count": 1, "Date": "2023-08-18" }, "geometry": { "type": "Point", "coordinates": [ -158.0973217, 21.43894508 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43894508, "Longitude": -158.0973217, "Species": "Red-billed Leiothrix", "Count": 1, "Date": "2023-08-18" }, "geometry": { "type": "Point", "coordinates": [ -158.0973217, 21.43894508 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43894508, "Longitude": -158.0973217, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2023-08-18" }, "geometry": { "type": "Point", "coordinates": [ -158.0973217, 21.43894508 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43894508, "Longitude": -158.0973217, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2023-08-18" }, "geometry": { "type": "Point", "coordinates": [ -158.0973217, 21.43894508 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43894508, "Longitude": -158.0973217, "Species": "Spotted Dove", "Count": 1, "Date": "2023-08-18" }, "geometry": { "type": "Point", "coordinates": [ -158.0973217, 21.43894508 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43894508, "Longitude": -158.0973217, "Species": "Warbling White-eye", "Count": 1, "Date": "2023-08-18" }, "geometry": { "type": "Point", "coordinates": [ -158.0973217, 21.43894508 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43894508, "Longitude": -158.0973217, "Species": "White-rumped Shama", "Count": 1, "Date": "2023-08-18" }, "geometry": { "type": "Point", "coordinates": [ -158.0973217, 21.43894508 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45532929, "Longitude": -157.8270115, "Species": "African Silverbill", "Count": 1, "Date": "2022-05-27" }, "geometry": { "type": "Point", "coordinates": [ -157.8270115, 21.45532929 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45532929, "Longitude": -157.8270115, "Species": "Common Myna", "Count": 6, "Date": "2023-08-01" }, "geometry": { "type": "Point", "coordinates": [ -157.8270115, 21.45532929 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45532929, "Longitude": -157.8270115, "Species": "House Sparrow", "Count": 2, "Date": "2023-08-01" }, "geometry": { "type": "Point", "coordinates": [ -157.8270115, 21.45532929 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45532929, "Longitude": -157.8270115, "Species": "Java Sparrow", "Count": 1, "Date": "2024-02-09" }, "geometry": { "type": "Point", "coordinates": [ -157.8270115, 21.45532929 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45532929, "Longitude": -157.8270115, "Species": "Red-crested Cardinal", "Count": 2, "Date": "2023-08-01" }, "geometry": { "type": "Point", "coordinates": [ -157.8270115, 21.45532929 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45532929, "Longitude": -157.8270115, "Species": "Red-vented Bulbul", "Count": 7, "Date": "2024-02-09" }, "geometry": { "type": "Point", "coordinates": [ -157.8270115, 21.45532929 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45532929, "Longitude": -157.8270115, "Species": "Red-whiskered Bulbul", "Count": 2, "Date": "2021-05-29" }, "geometry": { "type": "Point", "coordinates": [ -157.8270115, 21.45532929 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45532929, "Longitude": -157.8270115, "Species": "Spotted Dove", "Count": 4, "Date": "2024-02-09" }, "geometry": { "type": "Point", "coordinates": [ -157.8270115, 21.45532929 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45532929, "Longitude": -157.8270115, "Species": "Warbling White-eye", "Count": 1, "Date": "2022-05-27" }, "geometry": { "type": "Point", "coordinates": [ -157.8270115, 21.45532929 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45532929, "Longitude": -157.8270115, "Species": "Western Cattle Egret", "Count": 1, "Date": "2021-05-27" }, "geometry": { "type": "Point", "coordinates": [ -157.8270115, 21.45532929 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45532929, "Longitude": -157.8270115, "Species": "Zebra Dove", "Count": 5, "Date": "2023-08-01" }, "geometry": { "type": "Point", "coordinates": [ -157.8270115, 21.45532929 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46634545, "Longitude": -158.1550608, "Species": "Common Myna", "Count": 1, "Date": "2022-01-12" }, "geometry": { "type": "Point", "coordinates": [ -158.1550608, 21.46634545 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46634545, "Longitude": -158.1550608, "Species": "Common Waxbill", "Count": 1, "Date": "2022-01-12" }, "geometry": { "type": "Point", "coordinates": [ -158.1550608, 21.46634545 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46634545, "Longitude": -158.1550608, "Species": "Erckel's Spurfowl", "Count": 1, "Date": "2022-01-12" }, "geometry": { "type": "Point", "coordinates": [ -158.1550608, 21.46634545 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46634545, "Longitude": -158.1550608, "Species": "Gray Francolin", "Count": 1, "Date": "2023-07-29" }, "geometry": { "type": "Point", "coordinates": [ -158.1550608, 21.46634545 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46634545, "Longitude": -158.1550608, "Species": "Northern Cardinal", "Count": 1, "Date": "2022-01-12" }, "geometry": { "type": "Point", "coordinates": [ -158.1550608, 21.46634545 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46634545, "Longitude": -158.1550608, "Species": "Red-crested Cardinal", "Count": 1, "Date": "2022-01-12" }, "geometry": { "type": "Point", "coordinates": [ -158.1550608, 21.46634545 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46634545, "Longitude": -158.1550608, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2022-01-12" }, "geometry": { "type": "Point", "coordinates": [ -158.1550608, 21.46634545 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46634545, "Longitude": -158.1550608, "Species": "Saffron Finch", "Count": 2, "Date": "2022-03-22" }, "geometry": { "type": "Point", "coordinates": [ -158.1550608, 21.46634545 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46634545, "Longitude": -158.1550608, "Species": "Spotted Dove", "Count": 1, "Date": "2022-01-12" }, "geometry": { "type": "Point", "coordinates": [ -158.1550608, 21.46634545 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46634545, "Longitude": -158.1550608, "Species": "Warbling White-eye", "Count": 1, "Date": "2022-01-12" }, "geometry": { "type": "Point", "coordinates": [ -158.1550608, 21.46634545 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46634545, "Longitude": -158.1550608, "Species": "Zebra Dove", "Count": 1, "Date": "2022-01-12" }, "geometry": { "type": "Point", "coordinates": [ -158.1550608, 21.46634545 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46456335, "Longitude": -157.8558893, "Species": "Chestnut Munia", "Count": 2, "Date": "2022-08-17" }, "geometry": { "type": "Point", "coordinates": [ -157.8558893, 21.46456335 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46456335, "Longitude": -157.8558893, "Species": "Common Myna", "Count": 3, "Date": "2023-09-07" }, "geometry": { "type": "Point", "coordinates": [ -157.8558893, 21.46456335 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46456335, "Longitude": -157.8558893, "Species": "Java Sparrow", "Count": 1, "Date": "2023-09-07" }, "geometry": { "type": "Point", "coordinates": [ -157.8558893, 21.46456335 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46456335, "Longitude": -157.8558893, "Species": "Red Junglefowl", "Count": 1, "Date": "2023-09-07" }, "geometry": { "type": "Point", "coordinates": [ -157.8558893, 21.46456335 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46456335, "Longitude": -157.8558893, "Species": "Red-crested Cardinal", "Count": 3, "Date": "2023-09-07" }, "geometry": { "type": "Point", "coordinates": [ -157.8558893, 21.46456335 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46456335, "Longitude": -157.8558893, "Species": "Red-vented Bulbul", "Count": 2, "Date": "2022-08-17" }, "geometry": { "type": "Point", "coordinates": [ -157.8558893, 21.46456335 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46456335, "Longitude": -157.8558893, "Species": "Spotted Dove", "Count": 1, "Date": "2023-09-07" }, "geometry": { "type": "Point", "coordinates": [ -157.8558893, 21.46456335 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46456335, "Longitude": -157.8558893, "Species": "Warbling White-eye", "Count": 2, "Date": "2022-08-17" }, "geometry": { "type": "Point", "coordinates": [ -157.8558893, 21.46456335 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46456335, "Longitude": -157.8558893, "Species": "Western Cattle Egret", "Count": 1, "Date": "2023-09-07" }, "geometry": { "type": "Point", "coordinates": [ -157.8558893, 21.46456335 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46456335, "Longitude": -157.8558893, "Species": "White-rumped Shama", "Count": 3, "Date": "2023-09-07" }, "geometry": { "type": "Point", "coordinates": [ -157.8558893, 21.46456335 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46456335, "Longitude": -157.8558893, "Species": "Zebra Dove", "Count": 1, "Date": "2023-09-07" }, "geometry": { "type": "Point", "coordinates": [ -157.8558893, 21.46456335 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46394435, "Longitude": -157.7690396, "Species": "Common Myna", "Count": 2, "Date": "2023-08-23" }, "geometry": { "type": "Point", "coordinates": [ -157.769039600000013, 21.46394435 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46394435, "Longitude": -157.7690396, "Species": "Great Frigatebird", "Count": 1, "Date": "2023-08-25" }, "geometry": { "type": "Point", "coordinates": [ -157.769039600000013, 21.46394435 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46394435, "Longitude": -157.7690396, "Species": "Northern Cardinal", "Count": 1, "Date": "2023-08-10" }, "geometry": { "type": "Point", "coordinates": [ -157.769039600000013, 21.46394435 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46394435, "Longitude": -157.7690396, "Species": "Pacific Golden-Plover", "Count": 1, "Date": "2023-08-22" }, "geometry": { "type": "Point", "coordinates": [ -157.769039600000013, 21.46394435 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46394435, "Longitude": -157.7690396, "Species": "Red-crested Cardinal", "Count": 4, "Date": "2023-08-24" }, "geometry": { "type": "Point", "coordinates": [ -157.769039600000013, 21.46394435 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46394435, "Longitude": -157.7690396, "Species": "Red-vented Bulbul", "Count": 3, "Date": "2023-08-23" }, "geometry": { "type": "Point", "coordinates": [ -157.769039600000013, 21.46394435 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46394435, "Longitude": -157.7690396, "Species": "Red-whiskered Bulbul", "Count": 4, "Date": "2023-08-23" }, "geometry": { "type": "Point", "coordinates": [ -157.769039600000013, 21.46394435 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46394435, "Longitude": -157.7690396, "Species": "Saffron Finch", "Count": 1, "Date": "2023-08-24" }, "geometry": { "type": "Point", "coordinates": [ -157.769039600000013, 21.46394435 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46394435, "Longitude": -157.7690396, "Species": "Sanderling", "Count": 1, "Date": "2023-08-23" }, "geometry": { "type": "Point", "coordinates": [ -157.769039600000013, 21.46394435 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46394435, "Longitude": -157.7690396, "Species": "Western Cattle Egret", "Count": 1, "Date": "2023-08-24" }, "geometry": { "type": "Point", "coordinates": [ -157.769039600000013, 21.46394435 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46394435, "Longitude": -157.7690396, "Species": "Zebra Dove", "Count": 1, "Date": "2023-08-23" }, "geometry": { "type": "Point", "coordinates": [ -157.769039600000013, 21.46394435 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47518617, "Longitude": -158.1164017, "Species": "Common Waxbill", "Count": 2, "Date": "2023-06-25" }, "geometry": { "type": "Point", "coordinates": [ -158.116401700000011, 21.47518617 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47518617, "Longitude": -158.1164017, "Species": "House Finch", "Count": 2, "Date": "2023-06-25" }, "geometry": { "type": "Point", "coordinates": [ -158.116401700000011, 21.47518617 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47518617, "Longitude": -158.1164017, "Species": "Indian Peafowl", "Count": 1, "Date": "2023-06-25" }, "geometry": { "type": "Point", "coordinates": [ -158.116401700000011, 21.47518617 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47518617, "Longitude": -158.1164017, "Species": "Northern Cardinal", "Count": 1, "Date": "2021-07-05" }, "geometry": { "type": "Point", "coordinates": [ -158.116401700000011, 21.47518617 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47518617, "Longitude": -158.1164017, "Species": "Red Junglefowl", "Count": 1, "Date": "2023-06-25" }, "geometry": { "type": "Point", "coordinates": [ -158.116401700000011, 21.47518617 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47518617, "Longitude": -158.1164017, "Species": "Red-billed Leiothrix", "Count": 2, "Date": "2023-06-25" }, "geometry": { "type": "Point", "coordinates": [ -158.116401700000011, 21.47518617 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47518617, "Longitude": -158.1164017, "Species": "Red-crested Cardinal", "Count": 2, "Date": "2023-06-25" }, "geometry": { "type": "Point", "coordinates": [ -158.116401700000011, 21.47518617 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47518617, "Longitude": -158.1164017, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2023-06-25" }, "geometry": { "type": "Point", "coordinates": [ -158.116401700000011, 21.47518617 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47518617, "Longitude": -158.1164017, "Species": "Spotted Dove", "Count": 1, "Date": "2021-07-05" }, "geometry": { "type": "Point", "coordinates": [ -158.116401700000011, 21.47518617 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47518617, "Longitude": -158.1164017, "Species": "Warbling White-eye", "Count": 2, "Date": "2023-06-25" }, "geometry": { "type": "Point", "coordinates": [ -158.116401700000011, 21.47518617 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47518617, "Longitude": -158.1164017, "Species": "White-rumped Shama", "Count": 1, "Date": "2021-07-05" }, "geometry": { "type": "Point", "coordinates": [ -158.116401700000011, 21.47518617 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48378597, "Longitude": -158.0391304, "Species": "Common Myna", "Count": 1, "Date": "2022-12-28" }, "geometry": { "type": "Point", "coordinates": [ -158.0391304, 21.48378597 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48378597, "Longitude": -158.0391304, "Species": "House Finch", "Count": 1, "Date": "2022-12-31" }, "geometry": { "type": "Point", "coordinates": [ -158.0391304, 21.48378597 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48378597, "Longitude": -158.0391304, "Species": "Northern Cardinal", "Count": 1, "Date": "2022-12-28" }, "geometry": { "type": "Point", "coordinates": [ -158.0391304, 21.48378597 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48378597, "Longitude": -158.0391304, "Species": "Pacific Golden-Plover", "Count": 1, "Date": "2022-12-28" }, "geometry": { "type": "Point", "coordinates": [ -158.0391304, 21.48378597 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48378597, "Longitude": -158.0391304, "Species": "Red Junglefowl", "Count": 1, "Date": "2022-12-28" }, "geometry": { "type": "Point", "coordinates": [ -158.0391304, 21.48378597 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48378597, "Longitude": -158.0391304, "Species": "Red-crested Cardinal", "Count": 1, "Date": "2022-12-28" }, "geometry": { "type": "Point", "coordinates": [ -158.0391304, 21.48378597 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48378597, "Longitude": -158.0391304, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2022-12-31" }, "geometry": { "type": "Point", "coordinates": [ -158.0391304, 21.48378597 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48378597, "Longitude": -158.0391304, "Species": "Saffron Finch", "Count": 2, "Date": "2022-12-31" }, "geometry": { "type": "Point", "coordinates": [ -158.0391304, 21.48378597 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48378597, "Longitude": -158.0391304, "Species": "Spotted Dove", "Count": 1, "Date": "2022-12-31" }, "geometry": { "type": "Point", "coordinates": [ -158.0391304, 21.48378597 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48378597, "Longitude": -158.0391304, "Species": "Warbling White-eye", "Count": 1, "Date": "2022-12-31" }, "geometry": { "type": "Point", "coordinates": [ -158.0391304, 21.48378597 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48378597, "Longitude": -158.0391304, "Species": "Zebra Dove", "Count": 2, "Date": "2022-12-31" }, "geometry": { "type": "Point", "coordinates": [ -158.0391304, 21.48378597 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48350157, "Longitude": -157.9908708, "Species": "Common Myna", "Count": 2, "Date": "2023-12-24" }, "geometry": { "type": "Point", "coordinates": [ -157.99087080000001, 21.48350157 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48350157, "Longitude": -157.9908708, "Species": "Common Waxbill", "Count": 2, "Date": "2023-12-24" }, "geometry": { "type": "Point", "coordinates": [ -157.99087080000001, 21.48350157 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48350157, "Longitude": -157.9908708, "Species": "Java Sparrow", "Count": 1, "Date": "2023-12-24" }, "geometry": { "type": "Point", "coordinates": [ -157.99087080000001, 21.48350157 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48350157, "Longitude": -157.9908708, "Species": "Pacific Golden-Plover", "Count": 1, "Date": "2023-12-24" }, "geometry": { "type": "Point", "coordinates": [ -157.99087080000001, 21.48350157 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48350157, "Longitude": -157.9908708, "Species": "Red-crested Cardinal", "Count": 2, "Date": "2023-12-24" }, "geometry": { "type": "Point", "coordinates": [ -157.99087080000001, 21.48350157 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48350157, "Longitude": -157.9908708, "Species": "Red-vented Bulbul", "Count": 2, "Date": "2023-12-24" }, "geometry": { "type": "Point", "coordinates": [ -157.99087080000001, 21.48350157 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48350157, "Longitude": -157.9908708, "Species": "Red-whiskered Bulbul", "Count": 2, "Date": "2023-12-24" }, "geometry": { "type": "Point", "coordinates": [ -157.99087080000001, 21.48350157 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48350157, "Longitude": -157.9908708, "Species": "Saffron Finch", "Count": 1, "Date": "2023-12-24" }, "geometry": { "type": "Point", "coordinates": [ -157.99087080000001, 21.48350157 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48350157, "Longitude": -157.9908708, "Species": "Spotted Dove", "Count": 2, "Date": "2023-12-24" }, "geometry": { "type": "Point", "coordinates": [ -157.99087080000001, 21.48350157 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48350157, "Longitude": -157.9908708, "Species": "Warbling White-eye", "Count": 2, "Date": "2023-12-24" }, "geometry": { "type": "Point", "coordinates": [ -157.99087080000001, 21.48350157 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48350157, "Longitude": -157.9908708, "Species": "Zebra Dove", "Count": 2, "Date": "2023-12-24" }, "geometry": { "type": "Point", "coordinates": [ -157.99087080000001, 21.48350157 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50262527, "Longitude": -158.1838129, "Species": "Erckel's Spurfowl", "Count": 1, "Date": "2020-10-01" }, "geometry": { "type": "Point", "coordinates": [ -158.1838129, 21.50262527 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50262527, "Longitude": -158.1838129, "Species": "House Finch", "Count": 1, "Date": "2020-10-01" }, "geometry": { "type": "Point", "coordinates": [ -158.1838129, 21.50262527 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50262527, "Longitude": -158.1838129, "Species": "Indian Peafowl", "Count": 1, "Date": "2020-10-01" }, "geometry": { "type": "Point", "coordinates": [ -158.1838129, 21.50262527 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50262527, "Longitude": -158.1838129, "Species": "Kalij Pheasant", "Count": 1, "Date": "2020-10-01" }, "geometry": { "type": "Point", "coordinates": [ -158.1838129, 21.50262527 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50262527, "Longitude": -158.1838129, "Species": "Red-crested Cardinal", "Count": 1, "Date": "2020-10-01" }, "geometry": { "type": "Point", "coordinates": [ -158.1838129, 21.50262527 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50262527, "Longitude": -158.1838129, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2020-10-01" }, "geometry": { "type": "Point", "coordinates": [ -158.1838129, 21.50262527 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50262527, "Longitude": -158.1838129, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2020-10-01" }, "geometry": { "type": "Point", "coordinates": [ -158.1838129, 21.50262527 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50262527, "Longitude": -158.1838129, "Species": "Spotted Dove", "Count": 1, "Date": "2020-10-01" }, "geometry": { "type": "Point", "coordinates": [ -158.1838129, 21.50262527 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50262527, "Longitude": -158.1838129, "Species": "Warbling White-eye", "Count": 1, "Date": "2020-10-01" }, "geometry": { "type": "Point", "coordinates": [ -158.1838129, 21.50262527 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50262527, "Longitude": -158.1838129, "Species": "White-rumped Shama", "Count": 1, "Date": "2020-10-01" }, "geometry": { "type": "Point", "coordinates": [ -158.1838129, 21.50262527 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50262527, "Longitude": -158.1838129, "Species": "Zebra Dove", "Count": 1, "Date": "2020-10-01" }, "geometry": { "type": "Point", "coordinates": [ -158.1838129, 21.50262527 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55719021, "Longitude": -158.2607673, "Species": "African Silverbill", "Count": 1, "Date": "2022-02-24" }, "geometry": { "type": "Point", "coordinates": [ -158.2607673, 21.55719021 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55719021, "Longitude": -158.2607673, "Species": "Black Francolin", "Count": 1, "Date": "2022-02-24" }, "geometry": { "type": "Point", "coordinates": [ -158.2607673, 21.55719021 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55719021, "Longitude": -158.2607673, "Species": "Brown Booby", "Count": 1, "Date": "2022-02-24" }, "geometry": { "type": "Point", "coordinates": [ -158.2607673, 21.55719021 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55719021, "Longitude": -158.2607673, "Species": "Common Myna", "Count": 2, "Date": "2022-02-24" }, "geometry": { "type": "Point", "coordinates": [ -158.2607673, 21.55719021 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55719021, "Longitude": -158.2607673, "Species": "Common Waxbill", "Count": 2, "Date": "2022-02-24" }, "geometry": { "type": "Point", "coordinates": [ -158.2607673, 21.55719021 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55719021, "Longitude": -158.2607673, "Species": "Gray Francolin", "Count": 1, "Date": "2022-02-24" }, "geometry": { "type": "Point", "coordinates": [ -158.2607673, 21.55719021 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55719021, "Longitude": -158.2607673, "Species": "Northern Cardinal", "Count": 1, "Date": "2022-02-24" }, "geometry": { "type": "Point", "coordinates": [ -158.2607673, 21.55719021 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55719021, "Longitude": -158.2607673, "Species": "Red-crested Cardinal", "Count": 1, "Date": "2022-02-24" }, "geometry": { "type": "Point", "coordinates": [ -158.2607673, 21.55719021 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55719021, "Longitude": -158.2607673, "Species": "Red-vented Bulbul", "Count": 2, "Date": "2022-02-24" }, "geometry": { "type": "Point", "coordinates": [ -158.2607673, 21.55719021 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55719021, "Longitude": -158.2607673, "Species": "Spotted Dove", "Count": 1, "Date": "2022-02-24" }, "geometry": { "type": "Point", "coordinates": [ -158.2607673, 21.55719021 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55719021, "Longitude": -158.2607673, "Species": "Zebra Dove", "Count": 2, "Date": "2022-02-24" }, "geometry": { "type": "Point", "coordinates": [ -158.2607673, 21.55719021 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5840336, "Longitude": -158.2026676, "Species": "Common Myna", "Count": 2, "Date": "2019-05-09" }, "geometry": { "type": "Point", "coordinates": [ -158.202667600000012, 21.5840336 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5840336, "Longitude": -158.2026676, "Species": "Common Waxbill", "Count": 3, "Date": "2021-08-07" }, "geometry": { "type": "Point", "coordinates": [ -158.202667600000012, 21.5840336 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5840336, "Longitude": -158.2026676, "Species": "Eurasian Skylark", "Count": 1, "Date": "2023-12-29" }, "geometry": { "type": "Point", "coordinates": [ -158.202667600000012, 21.5840336 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5840336, "Longitude": -158.2026676, "Species": "Gray Francolin", "Count": 6, "Date": "2023-04-15" }, "geometry": { "type": "Point", "coordinates": [ -158.202667600000012, 21.5840336 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5840336, "Longitude": -158.2026676, "Species": "House Finch", "Count": 3, "Date": "2022-05-05" }, "geometry": { "type": "Point", "coordinates": [ -158.202667600000012, 21.5840336 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5840336, "Longitude": -158.2026676, "Species": "Laysan Albatross", "Count": 5, "Date": "2022-05-05" }, "geometry": { "type": "Point", "coordinates": [ -158.202667600000012, 21.5840336 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5840336, "Longitude": -158.2026676, "Species": "Northern Cardinal", "Count": 3, "Date": "2022-05-05" }, "geometry": { "type": "Point", "coordinates": [ -158.202667600000012, 21.5840336 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5840336, "Longitude": -158.2026676, "Species": "Pacific Golden-Plover", "Count": 2, "Date": "2023-04-15" }, "geometry": { "type": "Point", "coordinates": [ -158.202667600000012, 21.5840336 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5840336, "Longitude": -158.2026676, "Species": "Red Junglefowl", "Count": 1, "Date": "2023-02-14" }, "geometry": { "type": "Point", "coordinates": [ -158.202667600000012, 21.5840336 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5840336, "Longitude": -158.2026676, "Species": "Saffron Finch", "Count": 3, "Date": "2023-11-05" }, "geometry": { "type": "Point", "coordinates": [ -158.202667600000012, 21.5840336 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5840336, "Longitude": -158.2026676, "Species": "Zebra Dove", "Count": 1, "Date": "2022-05-05" }, "geometry": { "type": "Point", "coordinates": [ -158.202667600000012, 21.5840336 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.62854493, "Longitude": -158.0768231, "Species": "Common Myna", "Count": 1, "Date": "2023-03-13" }, "geometry": { "type": "Point", "coordinates": [ -158.076823100000013, 21.62854493 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.62854493, "Longitude": -158.0768231, "Species": "Common Waxbill", "Count": 1, "Date": "2023-03-13" }, "geometry": { "type": "Point", "coordinates": [ -158.076823100000013, 21.62854493 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.62854493, "Longitude": -158.0768231, "Species": "Great Frigatebird", "Count": 1, "Date": "2021-06-25" }, "geometry": { "type": "Point", "coordinates": [ -158.076823100000013, 21.62854493 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.62854493, "Longitude": -158.0768231, "Species": "Northern Cardinal", "Count": 1, "Date": "2023-03-13" }, "geometry": { "type": "Point", "coordinates": [ -158.076823100000013, 21.62854493 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.62854493, "Longitude": -158.0768231, "Species": "Red-crested Cardinal", "Count": 1, "Date": "2023-03-13" }, "geometry": { "type": "Point", "coordinates": [ -158.076823100000013, 21.62854493 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.62854493, "Longitude": -158.0768231, "Species": "Red-vented Bulbul", "Count": 3, "Date": "2023-02-07" }, "geometry": { "type": "Point", "coordinates": [ -158.076823100000013, 21.62854493 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.62854493, "Longitude": -158.0768231, "Species": "Sanderling", "Count": 1, "Date": "2023-03-13" }, "geometry": { "type": "Point", "coordinates": [ -158.076823100000013, 21.62854493 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.62854493, "Longitude": -158.0768231, "Species": "Spotted Dove", "Count": 1, "Date": "2021-06-25" }, "geometry": { "type": "Point", "coordinates": [ -158.076823100000013, 21.62854493 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.62854493, "Longitude": -158.0768231, "Species": "Wandering Tattler", "Count": 2, "Date": "2023-03-13" }, "geometry": { "type": "Point", "coordinates": [ -158.076823100000013, 21.62854493 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.62854493, "Longitude": -158.0768231, "Species": "Western Cattle Egret", "Count": 1, "Date": "2021-10-02" }, "geometry": { "type": "Point", "coordinates": [ -158.076823100000013, 21.62854493 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.62854493, "Longitude": -158.0768231, "Species": "Zebra Dove", "Count": 1, "Date": "2023-03-13" }, "geometry": { "type": "Point", "coordinates": [ -158.076823100000013, 21.62854493 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27410861, "Longitude": -157.7513504, "Species": "Common Myna", "Count": 5, "Date": "2023-03-29" }, "geometry": { "type": "Point", "coordinates": [ -157.7513504, 21.27410861 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27410861, "Longitude": -157.7513504, "Species": "House Sparrow", "Count": 2, "Date": "2023-03-29" }, "geometry": { "type": "Point", "coordinates": [ -157.7513504, 21.27410861 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27410861, "Longitude": -157.7513504, "Species": "Java Sparrow", "Count": 1, "Date": "2020-01-24" }, "geometry": { "type": "Point", "coordinates": [ -157.7513504, 21.27410861 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27410861, "Longitude": -157.7513504, "Species": "Feral Mallard", "Count": 3, "Date": "2021-10-26" }, "geometry": { "type": "Point", "coordinates": [ -157.7513504, 21.27410861 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27410861, "Longitude": -157.7513504, "Species": "Pacific Golden-Plover", "Count": 1, "Date": "2020-01-24" }, "geometry": { "type": "Point", "coordinates": [ -157.7513504, 21.27410861 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27410861, "Longitude": -157.7513504, "Species": "Red-vented Bulbul", "Count": 2, "Date": "2023-03-29" }, "geometry": { "type": "Point", "coordinates": [ -157.7513504, 21.27410861 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27410861, "Longitude": -157.7513504, "Species": "Rock Pigeon", "Count": 3, "Date": "2021-10-26" }, "geometry": { "type": "Point", "coordinates": [ -157.7513504, 21.27410861 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27410861, "Longitude": -157.7513504, "Species": "Spotted Dove", "Count": 2, "Date": "2023-03-29" }, "geometry": { "type": "Point", "coordinates": [ -157.7513504, 21.27410861 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27410861, "Longitude": -157.7513504, "Species": "Western Cattle Egret", "Count": 4, "Date": "2023-03-29" }, "geometry": { "type": "Point", "coordinates": [ -157.7513504, 21.27410861 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27410861, "Longitude": -157.7513504, "Species": "White Tern", "Count": 4, "Date": "2023-03-29" }, "geometry": { "type": "Point", "coordinates": [ -157.7513504, 21.27410861 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27410861, "Longitude": -157.7513504, "Species": "Zebra Dove", "Count": 3, "Date": "2023-03-29" }, "geometry": { "type": "Point", "coordinates": [ -157.7513504, 21.27410861 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31197349, "Longitude": -158.0113297, "Species": "Common Myna", "Count": 2, "Date": "2019-05-05" }, "geometry": { "type": "Point", "coordinates": [ -158.0113297, 21.31197349 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31197349, "Longitude": -158.0113297, "Species": "Common Waxbill", "Count": 1, "Date": "2019-05-05" }, "geometry": { "type": "Point", "coordinates": [ -158.0113297, 21.31197349 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31197349, "Longitude": -158.0113297, "Species": "Java Sparrow", "Count": 2, "Date": "2021-10-06" }, "geometry": { "type": "Point", "coordinates": [ -158.0113297, 21.31197349 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31197349, "Longitude": -158.0113297, "Species": "Red Junglefowl", "Count": 1, "Date": "2019-05-04" }, "geometry": { "type": "Point", "coordinates": [ -158.0113297, 21.31197349 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31197349, "Longitude": -158.0113297, "Species": "Red-crested Cardinal", "Count": 3, "Date": "2021-10-06" }, "geometry": { "type": "Point", "coordinates": [ -158.0113297, 21.31197349 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31197349, "Longitude": -158.0113297, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2019-05-05" }, "geometry": { "type": "Point", "coordinates": [ -158.0113297, 21.31197349 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31197349, "Longitude": -158.0113297, "Species": "Red-whiskered Bulbul", "Count": 2, "Date": "2019-05-05" }, "geometry": { "type": "Point", "coordinates": [ -158.0113297, 21.31197349 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31197349, "Longitude": -158.0113297, "Species": "Rock Pigeon", "Count": 2, "Date": "2019-05-05" }, "geometry": { "type": "Point", "coordinates": [ -158.0113297, 21.31197349 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31197349, "Longitude": -158.0113297, "Species": "Saffron Finch", "Count": 1, "Date": "2019-05-04" }, "geometry": { "type": "Point", "coordinates": [ -158.0113297, 21.31197349 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31197349, "Longitude": -158.0113297, "Species": "Spotted Dove", "Count": 2, "Date": "2019-05-05" }, "geometry": { "type": "Point", "coordinates": [ -158.0113297, 21.31197349 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31197349, "Longitude": -158.0113297, "Species": "White Tern", "Count": 1, "Date": "2019-05-05" }, "geometry": { "type": "Point", "coordinates": [ -158.0113297, 21.31197349 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31197349, "Longitude": -158.0113297, "Species": "Zebra Dove", "Count": 2, "Date": "2019-05-05" }, "geometry": { "type": "Point", "coordinates": [ -158.0113297, 21.31197349 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31191636, "Longitude": -158.001689, "Species": "Chestnut Munia", "Count": 1, "Date": "2019-03-17" }, "geometry": { "type": "Point", "coordinates": [ -158.001689, 21.31191636 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31191636, "Longitude": -158.001689, "Species": "Common Myna", "Count": 2, "Date": "2019-03-17" }, "geometry": { "type": "Point", "coordinates": [ -158.001689, 21.31191636 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31191636, "Longitude": -158.001689, "Species": "Common Waxbill", "Count": 1, "Date": "2019-03-17" }, "geometry": { "type": "Point", "coordinates": [ -158.001689, 21.31191636 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31191636, "Longitude": -158.001689, "Species": "Gray Francolin", "Count": 1, "Date": "2019-06-15" }, "geometry": { "type": "Point", "coordinates": [ -158.001689, 21.31191636 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31191636, "Longitude": -158.001689, "Species": "House Finch", "Count": 1, "Date": "2019-03-17" }, "geometry": { "type": "Point", "coordinates": [ -158.001689, 21.31191636 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31191636, "Longitude": -158.001689, "Species": "Red-crested Cardinal", "Count": 2, "Date": "2019-03-17" }, "geometry": { "type": "Point", "coordinates": [ -158.001689, 21.31191636 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31191636, "Longitude": -158.001689, "Species": "Red-vented Bulbul", "Count": 2, "Date": "2019-03-17" }, "geometry": { "type": "Point", "coordinates": [ -158.001689, 21.31191636 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31191636, "Longitude": -158.001689, "Species": "Rock Pigeon", "Count": 1, "Date": "2019-03-17" }, "geometry": { "type": "Point", "coordinates": [ -158.001689, 21.31191636 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31191636, "Longitude": -158.001689, "Species": "Saffron Finch", "Count": 1, "Date": "2019-03-17" }, "geometry": { "type": "Point", "coordinates": [ -158.001689, 21.31191636 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31191636, "Longitude": -158.001689, "Species": "Spotted Dove", "Count": 2, "Date": "2019-03-17" }, "geometry": { "type": "Point", "coordinates": [ -158.001689, 21.31191636 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31191636, "Longitude": -158.001689, "Species": "Warbling White-eye", "Count": 1, "Date": "2019-03-17" }, "geometry": { "type": "Point", "coordinates": [ -158.001689, 21.31191636 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31191636, "Longitude": -158.001689, "Species": "Zebra Dove", "Count": 2, "Date": "2019-03-17" }, "geometry": { "type": "Point", "coordinates": [ -158.001689, 21.31191636 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32987005, "Longitude": -157.9822836, "Species": "Chestnut Munia", "Count": 1, "Date": "2019-06-13" }, "geometry": { "type": "Point", "coordinates": [ -157.982283599999988, 21.32987005 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32987005, "Longitude": -157.9822836, "Species": "Common Myna", "Count": 1, "Date": "2019-04-21" }, "geometry": { "type": "Point", "coordinates": [ -157.982283599999988, 21.32987005 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32987005, "Longitude": -157.9822836, "Species": "Common Waxbill", "Count": 1, "Date": "2019-06-13" }, "geometry": { "type": "Point", "coordinates": [ -157.982283599999988, 21.32987005 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32987005, "Longitude": -157.9822836, "Species": "House Finch", "Count": 1, "Date": "2019-06-13" }, "geometry": { "type": "Point", "coordinates": [ -157.982283599999988, 21.32987005 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32987005, "Longitude": -157.9822836, "Species": "House Sparrow", "Count": 2, "Date": "2019-06-13" }, "geometry": { "type": "Point", "coordinates": [ -157.982283599999988, 21.32987005 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32987005, "Longitude": -157.9822836, "Species": "Red-crested Cardinal", "Count": 2, "Date": "2019-06-13" }, "geometry": { "type": "Point", "coordinates": [ -157.982283599999988, 21.32987005 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32987005, "Longitude": -157.9822836, "Species": "Saffron Finch", "Count": 1, "Date": "2019-06-13" }, "geometry": { "type": "Point", "coordinates": [ -157.982283599999988, 21.32987005 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32987005, "Longitude": -157.9822836, "Species": "Spotted Dove", "Count": 2, "Date": "2019-06-13" }, "geometry": { "type": "Point", "coordinates": [ -157.982283599999988, 21.32987005 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32987005, "Longitude": -157.9822836, "Species": "Warbling White-eye", "Count": 1, "Date": "2019-04-21" }, "geometry": { "type": "Point", "coordinates": [ -157.982283599999988, 21.32987005 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32987005, "Longitude": -157.9822836, "Species": "Western Cattle Egret", "Count": 2, "Date": "2019-06-13" }, "geometry": { "type": "Point", "coordinates": [ -157.982283599999988, 21.32987005 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32987005, "Longitude": -157.9822836, "Species": "White Tern", "Count": 1, "Date": "2019-06-13" }, "geometry": { "type": "Point", "coordinates": [ -157.982283599999988, 21.32987005 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32987005, "Longitude": -157.9822836, "Species": "Zebra Dove", "Count": 1, "Date": "2019-06-13" }, "geometry": { "type": "Point", "coordinates": [ -157.982283599999988, 21.32987005 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33946127, "Longitude": -158.0786465, "Species": "Common Myna", "Count": 6, "Date": "2024-02-05" }, "geometry": { "type": "Point", "coordinates": [ -158.0786465, 21.33946127 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33946127, "Longitude": -158.0786465, "Species": "House Sparrow", "Count": 5, "Date": "2024-02-05" }, "geometry": { "type": "Point", "coordinates": [ -158.0786465, 21.33946127 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33946127, "Longitude": -158.0786465, "Species": "Java Sparrow", "Count": 1, "Date": "2019-07-01" }, "geometry": { "type": "Point", "coordinates": [ -158.0786465, 21.33946127 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33946127, "Longitude": -158.0786465, "Species": "Northern Cardinal", "Count": 1, "Date": "2021-12-25" }, "geometry": { "type": "Point", "coordinates": [ -158.0786465, 21.33946127 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33946127, "Longitude": -158.0786465, "Species": "Pacific Golden-Plover", "Count": 2, "Date": "2021-12-25" }, "geometry": { "type": "Point", "coordinates": [ -158.0786465, 21.33946127 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33946127, "Longitude": -158.0786465, "Species": "Red-crested Cardinal", "Count": 2, "Date": "2024-02-05" }, "geometry": { "type": "Point", "coordinates": [ -158.0786465, 21.33946127 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33946127, "Longitude": -158.0786465, "Species": "Red-vented Bulbul", "Count": 2, "Date": "2024-02-05" }, "geometry": { "type": "Point", "coordinates": [ -158.0786465, 21.33946127 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33946127, "Longitude": -158.0786465, "Species": "Rock Pigeon", "Count": 2, "Date": "2024-02-05" }, "geometry": { "type": "Point", "coordinates": [ -158.0786465, 21.33946127 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33946127, "Longitude": -158.0786465, "Species": "Saffron Finch", "Count": 3, "Date": "2024-02-05" }, "geometry": { "type": "Point", "coordinates": [ -158.0786465, 21.33946127 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33946127, "Longitude": -158.0786465, "Species": "Spotted Dove", "Count": 1, "Date": "2021-12-25" }, "geometry": { "type": "Point", "coordinates": [ -158.0786465, 21.33946127 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33946127, "Longitude": -158.0786465, "Species": "Western Cattle Egret", "Count": 2, "Date": "2021-12-25" }, "geometry": { "type": "Point", "coordinates": [ -158.0786465, 21.33946127 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33946127, "Longitude": -158.0786465, "Species": "Zebra Dove", "Count": 7, "Date": "2024-02-05" }, "geometry": { "type": "Point", "coordinates": [ -158.0786465, 21.33946127 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33822625, "Longitude": -157.8761576, "Species": "Common Myna", "Count": 1, "Date": "2019-06-22" }, "geometry": { "type": "Point", "coordinates": [ -157.8761576, 21.33822625 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33822625, "Longitude": -157.8761576, "Species": "Common Waxbill", "Count": 1, "Date": "2019-06-22" }, "geometry": { "type": "Point", "coordinates": [ -157.8761576, 21.33822625 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33822625, "Longitude": -157.8761576, "Species": "Great Frigatebird", "Count": 1, "Date": "2019-06-22" }, "geometry": { "type": "Point", "coordinates": [ -157.8761576, 21.33822625 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33822625, "Longitude": -157.8761576, "Species": "House Sparrow", "Count": 1, "Date": "2019-06-22" }, "geometry": { "type": "Point", "coordinates": [ -157.8761576, 21.33822625 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33822625, "Longitude": -157.8761576, "Species": "Red-crested Cardinal", "Count": 1, "Date": "2019-06-22" }, "geometry": { "type": "Point", "coordinates": [ -157.8761576, 21.33822625 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33822625, "Longitude": -157.8761576, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2019-06-22" }, "geometry": { "type": "Point", "coordinates": [ -157.8761576, 21.33822625 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33822625, "Longitude": -157.8761576, "Species": "Rock Pigeon", "Count": 2, "Date": "2023-10-13" }, "geometry": { "type": "Point", "coordinates": [ -157.8761576, 21.33822625 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33822625, "Longitude": -157.8761576, "Species": "Rose-ringed Parakeet", "Count": 1, "Date": "2023-11-11" }, "geometry": { "type": "Point", "coordinates": [ -157.8761576, 21.33822625 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33822625, "Longitude": -157.8761576, "Species": "Spotted Dove", "Count": 1, "Date": "2019-06-22" }, "geometry": { "type": "Point", "coordinates": [ -157.8761576, 21.33822625 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33822625, "Longitude": -157.8761576, "Species": "Warbling White-eye", "Count": 1, "Date": "2019-06-22" }, "geometry": { "type": "Point", "coordinates": [ -157.8761576, 21.33822625 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33822625, "Longitude": -157.8761576, "Species": "Western Cattle Egret", "Count": 2, "Date": "2019-11-04" }, "geometry": { "type": "Point", "coordinates": [ -157.8761576, 21.33822625 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33822625, "Longitude": -157.8761576, "Species": "Zebra Dove", "Count": 1, "Date": "2019-06-22" }, "geometry": { "type": "Point", "coordinates": [ -157.8761576, 21.33822625 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33776082, "Longitude": -157.8086651, "Species": "Common Waxbill", "Count": 2, "Date": "2023-01-12" }, "geometry": { "type": "Point", "coordinates": [ -157.808665100000013, 21.33776082 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33776082, "Longitude": -157.8086651, "Species": "Northern Cardinal", "Count": 2, "Date": "2023-01-12" }, "geometry": { "type": "Point", "coordinates": [ -157.808665100000013, 21.33776082 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33776082, "Longitude": -157.8086651, "Species": "Red Junglefowl", "Count": 2, "Date": "2023-01-12" }, "geometry": { "type": "Point", "coordinates": [ -157.808665100000013, 21.33776082 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33776082, "Longitude": -157.8086651, "Species": "Red-billed Leiothrix", "Count": 3, "Date": "2023-05-13" }, "geometry": { "type": "Point", "coordinates": [ -157.808665100000013, 21.33776082 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33776082, "Longitude": -157.8086651, "Species": "Red-crested Cardinal", "Count": 2, "Date": "2023-01-12" }, "geometry": { "type": "Point", "coordinates": [ -157.808665100000013, 21.33776082 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33776082, "Longitude": -157.8086651, "Species": "Red-vented Bulbul", "Count": 2, "Date": "2023-01-12" }, "geometry": { "type": "Point", "coordinates": [ -157.808665100000013, 21.33776082 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33776082, "Longitude": -157.8086651, "Species": "Rose-ringed Parakeet", "Count": 2, "Date": "2023-01-12" }, "geometry": { "type": "Point", "coordinates": [ -157.808665100000013, 21.33776082 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33776082, "Longitude": -157.8086651, "Species": "Spotted Dove", "Count": 2, "Date": "2023-01-12" }, "geometry": { "type": "Point", "coordinates": [ -157.808665100000013, 21.33776082 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33776082, "Longitude": -157.8086651, "Species": "Warbling White-eye", "Count": 3, "Date": "2023-05-13" }, "geometry": { "type": "Point", "coordinates": [ -157.808665100000013, 21.33776082 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33776082, "Longitude": -157.8086651, "Species": "White-rumped Shama", "Count": 3, "Date": "2023-05-13" }, "geometry": { "type": "Point", "coordinates": [ -157.808665100000013, 21.33776082 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33776082, "Longitude": -157.8086651, "Species": "Zebra Dove", "Count": 2, "Date": "2023-01-12" }, "geometry": { "type": "Point", "coordinates": [ -157.808665100000013, 21.33776082 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34763947, "Longitude": -157.9339449, "Species": "Common Myna", "Count": 7, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.9339449, 21.34763947 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34763947, "Longitude": -157.9339449, "Species": "House Finch", "Count": 1, "Date": "2022-03-16" }, "geometry": { "type": "Point", "coordinates": [ -157.9339449, 21.34763947 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34763947, "Longitude": -157.9339449, "Species": "House Sparrow", "Count": 5, "Date": "2023-06-25" }, "geometry": { "type": "Point", "coordinates": [ -157.9339449, 21.34763947 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34763947, "Longitude": -157.9339449, "Species": "Pacific Golden-Plover", "Count": 3, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.9339449, 21.34763947 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34763947, "Longitude": -157.9339449, "Species": "Red Junglefowl", "Count": 1, "Date": "2022-03-16" }, "geometry": { "type": "Point", "coordinates": [ -157.9339449, 21.34763947 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34763947, "Longitude": -157.9339449, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2022-03-16" }, "geometry": { "type": "Point", "coordinates": [ -157.9339449, 21.34763947 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34763947, "Longitude": -157.9339449, "Species": "Rock Pigeon", "Count": 6, "Date": "2023-12-16" }, "geometry": { "type": "Point", "coordinates": [ -157.9339449, 21.34763947 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34763947, "Longitude": -157.9339449, "Species": "Rose-ringed Parakeet", "Count": 2, "Date": "2023-01-24" }, "geometry": { "type": "Point", "coordinates": [ -157.9339449, 21.34763947 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34763947, "Longitude": -157.9339449, "Species": "Saffron Finch", "Count": 1, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.9339449, 21.34763947 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34763947, "Longitude": -157.9339449, "Species": "Spotted Dove", "Count": 3, "Date": "2022-12-04" }, "geometry": { "type": "Point", "coordinates": [ -157.9339449, 21.34763947 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34763947, "Longitude": -157.9339449, "Species": "Western Cattle Egret", "Count": 4, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.9339449, 21.34763947 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34763947, "Longitude": -157.9339449, "Species": "Zebra Dove", "Count": 6, "Date": "2023-06-25" }, "geometry": { "type": "Point", "coordinates": [ -157.9339449, 21.34763947 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35778658, "Longitude": -158.1267525, "Species": "African Silverbill", "Count": 1, "Date": "2021-09-04" }, "geometry": { "type": "Point", "coordinates": [ -158.1267525, 21.35778658 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35778658, "Longitude": -158.1267525, "Species": "Brown Booby", "Count": 1, "Date": "2021-12-24" }, "geometry": { "type": "Point", "coordinates": [ -158.1267525, 21.35778658 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35778658, "Longitude": -158.1267525, "Species": "Common Myna", "Count": 1, "Date": "2019-04-06" }, "geometry": { "type": "Point", "coordinates": [ -158.1267525, 21.35778658 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35778658, "Longitude": -158.1267525, "Species": "Common Waxbill", "Count": 1, "Date": "2021-09-04" }, "geometry": { "type": "Point", "coordinates": [ -158.1267525, 21.35778658 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35778658, "Longitude": -158.1267525, "Species": "Great Frigatebird", "Count": 1, "Date": "2019-09-13" }, "geometry": { "type": "Point", "coordinates": [ -158.1267525, 21.35778658 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35778658, "Longitude": -158.1267525, "Species": "House Sparrow", "Count": 1, "Date": "2019-04-06" }, "geometry": { "type": "Point", "coordinates": [ -158.1267525, 21.35778658 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35778658, "Longitude": -158.1267525, "Species": "Java Sparrow", "Count": 1, "Date": "2021-09-04" }, "geometry": { "type": "Point", "coordinates": [ -158.1267525, 21.35778658 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35778658, "Longitude": -158.1267525, "Species": "Pacific Golden-Plover", "Count": 1, "Date": "2019-04-06" }, "geometry": { "type": "Point", "coordinates": [ -158.1267525, 21.35778658 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35778658, "Longitude": -158.1267525, "Species": "Saffron Finch", "Count": 2, "Date": "2022-03-05" }, "geometry": { "type": "Point", "coordinates": [ -158.1267525, 21.35778658 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35778658, "Longitude": -158.1267525, "Species": "Warbling White-eye", "Count": 1, "Date": "2019-04-06" }, "geometry": { "type": "Point", "coordinates": [ -158.1267525, 21.35778658 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35778658, "Longitude": -158.1267525, "Species": "Western Cattle Egret", "Count": 1, "Date": "2019-04-06" }, "geometry": { "type": "Point", "coordinates": [ -158.1267525, 21.35778658 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35778658, "Longitude": -158.1267525, "Species": "Zebra Dove", "Count": 1, "Date": "2021-09-04" }, "geometry": { "type": "Point", "coordinates": [ -158.1267525, 21.35778658 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35561914, "Longitude": -157.7795905, "Species": "House Finch", "Count": 2, "Date": "2023-09-04" }, "geometry": { "type": "Point", "coordinates": [ -157.779590500000012, 21.35561914 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35561914, "Longitude": -157.7795905, "Species": "Oahu Amakihi", "Count": 1, "Date": "2023-09-04" }, "geometry": { "type": "Point", "coordinates": [ -157.779590500000012, 21.35561914 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35561914, "Longitude": -157.7795905, "Species": "Red Junglefowl", "Count": 1, "Date": "2023-01-14" }, "geometry": { "type": "Point", "coordinates": [ -157.779590500000012, 21.35561914 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35561914, "Longitude": -157.7795905, "Species": "Red-billed Leiothrix", "Count": 1, "Date": "2023-01-14" }, "geometry": { "type": "Point", "coordinates": [ -157.779590500000012, 21.35561914 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35561914, "Longitude": -157.7795905, "Species": "Red-crested Cardinal", "Count": 1, "Date": "2023-01-14" }, "geometry": { "type": "Point", "coordinates": [ -157.779590500000012, 21.35561914 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35561914, "Longitude": -157.7795905, "Species": "Red-vented Bulbul", "Count": 2, "Date": "2023-09-04" }, "geometry": { "type": "Point", "coordinates": [ -157.779590500000012, 21.35561914 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35561914, "Longitude": -157.7795905, "Species": "Red-whiskered Bulbul", "Count": 2, "Date": "2023-09-04" }, "geometry": { "type": "Point", "coordinates": [ -157.779590500000012, 21.35561914 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35561914, "Longitude": -157.7795905, "Species": "Saffron Finch", "Count": 1, "Date": "2023-09-04" }, "geometry": { "type": "Point", "coordinates": [ -157.779590500000012, 21.35561914 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35561914, "Longitude": -157.7795905, "Species": "Spotted Dove", "Count": 1, "Date": "2023-01-14" }, "geometry": { "type": "Point", "coordinates": [ -157.779590500000012, 21.35561914 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35561914, "Longitude": -157.7795905, "Species": "Warbling White-eye", "Count": 2, "Date": "2023-09-04" }, "geometry": { "type": "Point", "coordinates": [ -157.779590500000012, 21.35561914 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35561914, "Longitude": -157.7795905, "Species": "White-tailed Tropicbird", "Count": 1, "Date": "2023-01-14" }, "geometry": { "type": "Point", "coordinates": [ -157.779590500000012, 21.35561914 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35561914, "Longitude": -157.7795905, "Species": "Zebra Dove", "Count": 1, "Date": "2023-01-14" }, "geometry": { "type": "Point", "coordinates": [ -157.779590500000012, 21.35561914 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36639989, "Longitude": -158.0495432, "Species": "Chestnut Munia", "Count": 2, "Date": "2021-06-19" }, "geometry": { "type": "Point", "coordinates": [ -158.049543199999988, 21.36639989 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36639989, "Longitude": -158.0495432, "Species": "Common Myna", "Count": 2, "Date": "2021-06-19" }, "geometry": { "type": "Point", "coordinates": [ -158.049543199999988, 21.36639989 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36639989, "Longitude": -158.0495432, "Species": "Common Waxbill", "Count": 2, "Date": "2021-06-19" }, "geometry": { "type": "Point", "coordinates": [ -158.049543199999988, 21.36639989 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36639989, "Longitude": -158.0495432, "Species": "Northern Cardinal", "Count": 2, "Date": "2021-06-19" }, "geometry": { "type": "Point", "coordinates": [ -158.049543199999988, 21.36639989 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36639989, "Longitude": -158.0495432, "Species": "Red Avadavat", "Count": 2, "Date": "2021-06-19" }, "geometry": { "type": "Point", "coordinates": [ -158.049543199999988, 21.36639989 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36639989, "Longitude": -158.0495432, "Species": "Red-vented Bulbul", "Count": 2, "Date": "2021-06-19" }, "geometry": { "type": "Point", "coordinates": [ -158.049543199999988, 21.36639989 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36639989, "Longitude": -158.0495432, "Species": "Rock Pigeon", "Count": 2, "Date": "2021-06-19" }, "geometry": { "type": "Point", "coordinates": [ -158.049543199999988, 21.36639989 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36639989, "Longitude": -158.0495432, "Species": "Scaly-breasted Munia", "Count": 2, "Date": "2021-06-19" }, "geometry": { "type": "Point", "coordinates": [ -158.049543199999988, 21.36639989 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36639989, "Longitude": -158.0495432, "Species": "Spotted Dove", "Count": 2, "Date": "2021-06-19" }, "geometry": { "type": "Point", "coordinates": [ -158.049543199999988, 21.36639989 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36639989, "Longitude": -158.0495432, "Species": "Warbling White-eye", "Count": 2, "Date": "2021-06-19" }, "geometry": { "type": "Point", "coordinates": [ -158.049543199999988, 21.36639989 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36639989, "Longitude": -158.0495432, "Species": "Western Cattle Egret", "Count": 2, "Date": "2021-06-19" }, "geometry": { "type": "Point", "coordinates": [ -158.049543199999988, 21.36639989 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36639989, "Longitude": -158.0495432, "Species": "Zebra Dove", "Count": 2, "Date": "2021-06-19" }, "geometry": { "type": "Point", "coordinates": [ -158.049543199999988, 21.36639989 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39327865, "Longitude": -158.0107838, "Species": "Black-crowned Night Heron", "Count": 1, "Date": "2019-05-04" }, "geometry": { "type": "Point", "coordinates": [ -158.010783800000013, 21.39327865 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39327865, "Longitude": -158.0107838, "Species": "Common Myna", "Count": 3, "Date": "2019-02-19" }, "geometry": { "type": "Point", "coordinates": [ -158.010783800000013, 21.39327865 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39327865, "Longitude": -158.0107838, "Species": "Java Sparrow", "Count": 9, "Date": "2019-02-19" }, "geometry": { "type": "Point", "coordinates": [ -158.010783800000013, 21.39327865 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39327865, "Longitude": -158.0107838, "Species": "Northern Cardinal", "Count": 7, "Date": "2019-02-19" }, "geometry": { "type": "Point", "coordinates": [ -158.010783800000013, 21.39327865 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39327865, "Longitude": -158.0107838, "Species": "Northern Mockingbird", "Count": 1, "Date": "2019-02-17" }, "geometry": { "type": "Point", "coordinates": [ -158.010783800000013, 21.39327865 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39327865, "Longitude": -158.0107838, "Species": "Red-crested Cardinal", "Count": 7, "Date": "2019-02-19" }, "geometry": { "type": "Point", "coordinates": [ -158.010783800000013, 21.39327865 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39327865, "Longitude": -158.0107838, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2019-02-18" }, "geometry": { "type": "Point", "coordinates": [ -158.010783800000013, 21.39327865 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39327865, "Longitude": -158.0107838, "Species": "Rock Pigeon", "Count": 1, "Date": "2019-05-04" }, "geometry": { "type": "Point", "coordinates": [ -158.010783800000013, 21.39327865 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39327865, "Longitude": -158.0107838, "Species": "Rose-ringed Parakeet", "Count": 1, "Date": "2019-01-31" }, "geometry": { "type": "Point", "coordinates": [ -158.010783800000013, 21.39327865 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39327865, "Longitude": -158.0107838, "Species": "Spotted Dove", "Count": 5, "Date": "2019-02-19" }, "geometry": { "type": "Point", "coordinates": [ -158.010783800000013, 21.39327865 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39327865, "Longitude": -158.0107838, "Species": "Western Cattle Egret", "Count": 2, "Date": "2019-02-18" }, "geometry": { "type": "Point", "coordinates": [ -158.010783800000013, 21.39327865 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39327865, "Longitude": -158.0107838, "Species": "Zebra Dove", "Count": 8, "Date": "2019-02-19" }, "geometry": { "type": "Point", "coordinates": [ -158.010783800000013, 21.39327865 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41111403, "Longitude": -157.972074, "Species": "Chestnut Munia", "Count": 1, "Date": "2022-07-27" }, "geometry": { "type": "Point", "coordinates": [ -157.972074, 21.41111403 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41111403, "Longitude": -157.972074, "Species": "Common Myna", "Count": 1, "Date": "2022-07-27" }, "geometry": { "type": "Point", "coordinates": [ -157.972074, 21.41111403 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41111403, "Longitude": -157.972074, "Species": "Common Waxbill", "Count": 1, "Date": "2022-07-27" }, "geometry": { "type": "Point", "coordinates": [ -157.972074, 21.41111403 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41111403, "Longitude": -157.972074, "Species": "House Finch", "Count": 1, "Date": "2022-07-27" }, "geometry": { "type": "Point", "coordinates": [ -157.972074, 21.41111403 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41111403, "Longitude": -157.972074, "Species": "House Sparrow", "Count": 1, "Date": "2022-07-27" }, "geometry": { "type": "Point", "coordinates": [ -157.972074, 21.41111403 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41111403, "Longitude": -157.972074, "Species": "Java Sparrow", "Count": 1, "Date": "2022-07-27" }, "geometry": { "type": "Point", "coordinates": [ -157.972074, 21.41111403 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41111403, "Longitude": -157.972074, "Species": "Red-crested Cardinal", "Count": 1, "Date": "2022-07-27" }, "geometry": { "type": "Point", "coordinates": [ -157.972074, 21.41111403 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41111403, "Longitude": -157.972074, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2022-07-27" }, "geometry": { "type": "Point", "coordinates": [ -157.972074, 21.41111403 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41111403, "Longitude": -157.972074, "Species": "Rose-ringed Parakeet", "Count": 1, "Date": "2022-07-27" }, "geometry": { "type": "Point", "coordinates": [ -157.972074, 21.41111403 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41111403, "Longitude": -157.972074, "Species": "Saffron Finch", "Count": 1, "Date": "2022-07-27" }, "geometry": { "type": "Point", "coordinates": [ -157.972074, 21.41111403 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41111403, "Longitude": -157.972074, "Species": "Western Cattle Egret", "Count": 1, "Date": "2022-07-27" }, "geometry": { "type": "Point", "coordinates": [ -157.972074, 21.41111403 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41111403, "Longitude": -157.972074, "Species": "Zebra Dove", "Count": 1, "Date": "2022-07-27" }, "geometry": { "type": "Point", "coordinates": [ -157.972074, 21.41111403 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41002653, "Longitude": -157.8080795, "Species": "Chestnut Munia", "Count": 1, "Date": "2019-07-08" }, "geometry": { "type": "Point", "coordinates": [ -157.8080795, 21.41002653 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41002653, "Longitude": -157.8080795, "Species": "Common Myna", "Count": 1, "Date": "2022-03-30" }, "geometry": { "type": "Point", "coordinates": [ -157.8080795, 21.41002653 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41002653, "Longitude": -157.8080795, "Species": "Common Waxbill", "Count": 1, "Date": "2022-03-30" }, "geometry": { "type": "Point", "coordinates": [ -157.8080795, 21.41002653 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41002653, "Longitude": -157.8080795, "Species": "House Finch", "Count": 1, "Date": "2022-03-30" }, "geometry": { "type": "Point", "coordinates": [ -157.8080795, 21.41002653 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41002653, "Longitude": -157.8080795, "Species": "Red Junglefowl", "Count": 1, "Date": "2022-03-30" }, "geometry": { "type": "Point", "coordinates": [ -157.8080795, 21.41002653 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41002653, "Longitude": -157.8080795, "Species": "Red-crested Cardinal", "Count": 1, "Date": "2022-03-30" }, "geometry": { "type": "Point", "coordinates": [ -157.8080795, 21.41002653 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41002653, "Longitude": -157.8080795, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2022-03-30" }, "geometry": { "type": "Point", "coordinates": [ -157.8080795, 21.41002653 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41002653, "Longitude": -157.8080795, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2022-03-30" }, "geometry": { "type": "Point", "coordinates": [ -157.8080795, 21.41002653 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41002653, "Longitude": -157.8080795, "Species": "Scaly-breasted Munia", "Count": 1, "Date": "2023-02-23" }, "geometry": { "type": "Point", "coordinates": [ -157.8080795, 21.41002653 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41002653, "Longitude": -157.8080795, "Species": "Spotted Dove", "Count": 1, "Date": "2022-03-30" }, "geometry": { "type": "Point", "coordinates": [ -157.8080795, 21.41002653 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41002653, "Longitude": -157.8080795, "Species": "Western Cattle Egret", "Count": 1, "Date": "2022-03-30" }, "geometry": { "type": "Point", "coordinates": [ -157.8080795, 21.41002653 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41002653, "Longitude": -157.8080795, "Species": "Zebra Dove", "Count": 1, "Date": "2022-03-30" }, "geometry": { "type": "Point", "coordinates": [ -157.8080795, 21.41002653 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42102563, "Longitude": -158.1263769, "Species": "Chestnut Munia", "Count": 1, "Date": "2019-03-04" }, "geometry": { "type": "Point", "coordinates": [ -158.1263769, 21.42102563 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42102563, "Longitude": -158.1263769, "Species": "Erckel's Spurfowl", "Count": 1, "Date": "2019-03-04" }, "geometry": { "type": "Point", "coordinates": [ -158.1263769, 21.42102563 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42102563, "Longitude": -158.1263769, "Species": "Gray Francolin", "Count": 1, "Date": "2019-03-04" }, "geometry": { "type": "Point", "coordinates": [ -158.1263769, 21.42102563 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42102563, "Longitude": -158.1263769, "Species": "Oahu Amakihi", "Count": 1, "Date": "2019-03-04" }, "geometry": { "type": "Point", "coordinates": [ -158.1263769, 21.42102563 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42102563, "Longitude": -158.1263769, "Species": "Oahu Elepaio", "Count": 1, "Date": "2019-03-04" }, "geometry": { "type": "Point", "coordinates": [ -158.1263769, 21.42102563 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42102563, "Longitude": -158.1263769, "Species": "Red-billed Leiothrix", "Count": 1, "Date": "2019-03-04" }, "geometry": { "type": "Point", "coordinates": [ -158.1263769, 21.42102563 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42102563, "Longitude": -158.1263769, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2019-03-04" }, "geometry": { "type": "Point", "coordinates": [ -158.1263769, 21.42102563 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42102563, "Longitude": -158.1263769, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2019-03-04" }, "geometry": { "type": "Point", "coordinates": [ -158.1263769, 21.42102563 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42102563, "Longitude": -158.1263769, "Species": "Spotted Dove", "Count": 1, "Date": "2019-03-04" }, "geometry": { "type": "Point", "coordinates": [ -158.1263769, 21.42102563 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42102563, "Longitude": -158.1263769, "Species": "Warbling White-eye", "Count": 1, "Date": "2019-03-04" }, "geometry": { "type": "Point", "coordinates": [ -158.1263769, 21.42102563 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42102563, "Longitude": -158.1263769, "Species": "White-rumped Shama", "Count": 1, "Date": "2019-03-04" }, "geometry": { "type": "Point", "coordinates": [ -158.1263769, 21.42102563 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42102563, "Longitude": -158.1263769, "Species": "Zebra Dove", "Count": 1, "Date": "2019-03-04" }, "geometry": { "type": "Point", "coordinates": [ -158.1263769, 21.42102563 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43020703, "Longitude": -158.1552692, "Species": "Black-crowned Night Heron", "Count": 1, "Date": "2022-04-28" }, "geometry": { "type": "Point", "coordinates": [ -158.1552692, 21.43020703 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43020703, "Longitude": -158.1552692, "Species": "Common Myna", "Count": 1, "Date": "2022-04-28" }, "geometry": { "type": "Point", "coordinates": [ -158.1552692, 21.43020703 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43020703, "Longitude": -158.1552692, "Species": "Common Waxbill", "Count": 1, "Date": "2022-04-28" }, "geometry": { "type": "Point", "coordinates": [ -158.1552692, 21.43020703 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43020703, "Longitude": -158.1552692, "Species": "Eurasian Skylark", "Count": 1, "Date": "2022-04-28" }, "geometry": { "type": "Point", "coordinates": [ -158.1552692, 21.43020703 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43020703, "Longitude": -158.1552692, "Species": "Gray Francolin", "Count": 1, "Date": "2022-04-28" }, "geometry": { "type": "Point", "coordinates": [ -158.1552692, 21.43020703 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43020703, "Longitude": -158.1552692, "Species": "Hawaiian Coot", "Count": 1, "Date": "2022-04-28" }, "geometry": { "type": "Point", "coordinates": [ -158.1552692, 21.43020703 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43020703, "Longitude": -158.1552692, "Species": "House Sparrow", "Count": 1, "Date": "2022-04-28" }, "geometry": { "type": "Point", "coordinates": [ -158.1552692, 21.43020703 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43020703, "Longitude": -158.1552692, "Species": "Pacific Golden-Plover", "Count": 1, "Date": "2022-04-28" }, "geometry": { "type": "Point", "coordinates": [ -158.1552692, 21.43020703 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43020703, "Longitude": -158.1552692, "Species": "Red-crested Cardinal", "Count": 1, "Date": "2022-04-28" }, "geometry": { "type": "Point", "coordinates": [ -158.1552692, 21.43020703 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43020703, "Longitude": -158.1552692, "Species": "Saffron Finch", "Count": 1, "Date": "2022-04-28" }, "geometry": { "type": "Point", "coordinates": [ -158.1552692, 21.43020703 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43020703, "Longitude": -158.1552692, "Species": "Short-eared Owl", "Count": 1, "Date": "2022-04-28" }, "geometry": { "type": "Point", "coordinates": [ -158.1552692, 21.43020703 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43020703, "Longitude": -158.1552692, "Species": "Western Cattle Egret", "Count": 1, "Date": "2022-04-28" }, "geometry": { "type": "Point", "coordinates": [ -158.1552692, 21.43020703 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43809547, "Longitude": -157.9525867, "Species": "Common Myna", "Count": 2, "Date": "2022-01-01" }, "geometry": { "type": "Point", "coordinates": [ -157.952586700000012, 21.43809547 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43809547, "Longitude": -157.9525867, "Species": "Common Waxbill", "Count": 2, "Date": "2022-01-01" }, "geometry": { "type": "Point", "coordinates": [ -157.952586700000012, 21.43809547 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43809547, "Longitude": -157.9525867, "Species": "Red-crested Cardinal", "Count": 1, "Date": "2019-01-02" }, "geometry": { "type": "Point", "coordinates": [ -157.952586700000012, 21.43809547 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43809547, "Longitude": -157.9525867, "Species": "Red-crowned Parrot", "Count": 1, "Date": "2019-01-02" }, "geometry": { "type": "Point", "coordinates": [ -157.952586700000012, 21.43809547 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43809547, "Longitude": -157.9525867, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2019-01-02" }, "geometry": { "type": "Point", "coordinates": [ -157.952586700000012, 21.43809547 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43809547, "Longitude": -157.9525867, "Species": "Rock Pigeon", "Count": 2, "Date": "2022-01-01" }, "geometry": { "type": "Point", "coordinates": [ -157.952586700000012, 21.43809547 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43809547, "Longitude": -157.9525867, "Species": "Rose-ringed Parakeet", "Count": 2, "Date": "2022-01-01" }, "geometry": { "type": "Point", "coordinates": [ -157.952586700000012, 21.43809547 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43809547, "Longitude": -157.9525867, "Species": "Spotted Dove", "Count": 2, "Date": "2022-01-01" }, "geometry": { "type": "Point", "coordinates": [ -157.952586700000012, 21.43809547 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43809547, "Longitude": -157.9525867, "Species": "Warbling White-eye", "Count": 1, "Date": "2019-01-02" }, "geometry": { "type": "Point", "coordinates": [ -157.952586700000012, 21.43809547 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43809547, "Longitude": -157.9525867, "Species": "Western Cattle Egret", "Count": 1, "Date": "2019-01-02" }, "geometry": { "type": "Point", "coordinates": [ -157.952586700000012, 21.43809547 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43809547, "Longitude": -157.9525867, "Species": "White-rumped Shama", "Count": 1, "Date": "2019-01-02" }, "geometry": { "type": "Point", "coordinates": [ -157.952586700000012, 21.43809547 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43809547, "Longitude": -157.9525867, "Species": "Zebra Dove", "Count": 2, "Date": "2022-01-01" }, "geometry": { "type": "Point", "coordinates": [ -157.952586700000012, 21.43809547 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44629613, "Longitude": -157.8270838, "Species": "Chestnut Munia", "Count": 1, "Date": "2019-05-26" }, "geometry": { "type": "Point", "coordinates": [ -157.8270838, 21.44629613 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44629613, "Longitude": -157.8270838, "Species": "Common Myna", "Count": 2, "Date": "2022-01-14" }, "geometry": { "type": "Point", "coordinates": [ -157.8270838, 21.44629613 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44629613, "Longitude": -157.8270838, "Species": "Common Waxbill", "Count": 1, "Date": "2022-01-14" }, "geometry": { "type": "Point", "coordinates": [ -157.8270838, 21.44629613 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44629613, "Longitude": -157.8270838, "Species": "House Finch", "Count": 1, "Date": "2022-01-14" }, "geometry": { "type": "Point", "coordinates": [ -157.8270838, 21.44629613 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44629613, "Longitude": -157.8270838, "Species": "Red-billed Leiothrix", "Count": 1, "Date": "2022-01-14" }, "geometry": { "type": "Point", "coordinates": [ -157.8270838, 21.44629613 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44629613, "Longitude": -157.8270838, "Species": "Red-vented Bulbul", "Count": 2, "Date": "2022-01-14" }, "geometry": { "type": "Point", "coordinates": [ -157.8270838, 21.44629613 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44629613, "Longitude": -157.8270838, "Species": "Red-whiskered Bulbul", "Count": 2, "Date": "2022-01-14" }, "geometry": { "type": "Point", "coordinates": [ -157.8270838, 21.44629613 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44629613, "Longitude": -157.8270838, "Species": "Spotted Dove", "Count": 2, "Date": "2022-01-14" }, "geometry": { "type": "Point", "coordinates": [ -157.8270838, 21.44629613 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44629613, "Longitude": -157.8270838, "Species": "Warbling White-eye", "Count": 2, "Date": "2022-01-14" }, "geometry": { "type": "Point", "coordinates": [ -157.8270838, 21.44629613 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44629613, "Longitude": -157.8270838, "Species": "Western Cattle Egret", "Count": 1, "Date": "2022-02-14" }, "geometry": { "type": "Point", "coordinates": [ -157.8270838, 21.44629613 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44629613, "Longitude": -157.8270838, "Species": "White-rumped Shama", "Count": 2, "Date": "2022-01-14" }, "geometry": { "type": "Point", "coordinates": [ -157.8270838, 21.44629613 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44629613, "Longitude": -157.8270838, "Species": "Zebra Dove", "Count": 2, "Date": "2022-01-14" }, "geometry": { "type": "Point", "coordinates": [ -157.8270838, 21.44629613 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45740633, "Longitude": -158.1744142, "Species": "African Silverbill", "Count": 1, "Date": "2019-12-17" }, "geometry": { "type": "Point", "coordinates": [ -158.1744142, 21.45740633 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45740633, "Longitude": -158.1744142, "Species": "Barn Owl", "Count": 1, "Date": "2020-06-05" }, "geometry": { "type": "Point", "coordinates": [ -158.1744142, 21.45740633 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45740633, "Longitude": -158.1744142, "Species": "Common Myna", "Count": 1, "Date": "2019-12-17" }, "geometry": { "type": "Point", "coordinates": [ -158.1744142, 21.45740633 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45740633, "Longitude": -158.1744142, "Species": "Common Waxbill", "Count": 1, "Date": "2019-12-17" }, "geometry": { "type": "Point", "coordinates": [ -158.1744142, 21.45740633 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45740633, "Longitude": -158.1744142, "Species": "House Finch", "Count": 1, "Date": "2019-12-17" }, "geometry": { "type": "Point", "coordinates": [ -158.1744142, 21.45740633 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45740633, "Longitude": -158.1744142, "Species": "Java Sparrow", "Count": 1, "Date": "2019-12-17" }, "geometry": { "type": "Point", "coordinates": [ -158.1744142, 21.45740633 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45740633, "Longitude": -158.1744142, "Species": "Red-crested Cardinal", "Count": 1, "Date": "2019-12-17" }, "geometry": { "type": "Point", "coordinates": [ -158.1744142, 21.45740633 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45740633, "Longitude": -158.1744142, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2019-12-17" }, "geometry": { "type": "Point", "coordinates": [ -158.1744142, 21.45740633 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45740633, "Longitude": -158.1744142, "Species": "Saffron Finch", "Count": 1, "Date": "2019-12-17" }, "geometry": { "type": "Point", "coordinates": [ -158.1744142, 21.45740633 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45740633, "Longitude": -158.1744142, "Species": "Spotted Dove", "Count": 1, "Date": "2019-12-17" }, "geometry": { "type": "Point", "coordinates": [ -158.1744142, 21.45740633 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45740633, "Longitude": -158.1744142, "Species": "Warbling White-eye", "Count": 1, "Date": "2019-12-17" }, "geometry": { "type": "Point", "coordinates": [ -158.1744142, 21.45740633 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45740633, "Longitude": -158.1744142, "Species": "Zebra Dove", "Count": 1, "Date": "2019-12-17" }, "geometry": { "type": "Point", "coordinates": [ -158.1744142, 21.45740633 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47372798, "Longitude": -157.8751202, "Species": "Common Myna", "Count": 1, "Date": "2022-11-22" }, "geometry": { "type": "Point", "coordinates": [ -157.8751202, 21.47372798 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47372798, "Longitude": -157.8751202, "Species": "Java Sparrow", "Count": 1, "Date": "2022-11-22" }, "geometry": { "type": "Point", "coordinates": [ -157.8751202, 21.47372798 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47372798, "Longitude": -157.8751202, "Species": "Oahu Elepaio", "Count": 1, "Date": "2022-11-22" }, "geometry": { "type": "Point", "coordinates": [ -157.8751202, 21.47372798 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47372798, "Longitude": -157.8751202, "Species": "Red Junglefowl", "Count": 1, "Date": "2022-11-22" }, "geometry": { "type": "Point", "coordinates": [ -157.8751202, 21.47372798 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47372798, "Longitude": -157.8751202, "Species": "Red-crested Cardinal", "Count": 1, "Date": "2022-11-22" }, "geometry": { "type": "Point", "coordinates": [ -157.8751202, 21.47372798 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47372798, "Longitude": -157.8751202, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2022-11-22" }, "geometry": { "type": "Point", "coordinates": [ -157.8751202, 21.47372798 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47372798, "Longitude": -157.8751202, "Species": "Rose-ringed Parakeet", "Count": 1, "Date": "2022-11-22" }, "geometry": { "type": "Point", "coordinates": [ -157.8751202, 21.47372798 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47372798, "Longitude": -157.8751202, "Species": "Spotted Dove", "Count": 1, "Date": "2022-11-22" }, "geometry": { "type": "Point", "coordinates": [ -157.8751202, 21.47372798 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47372798, "Longitude": -157.8751202, "Species": "Warbling White-eye", "Count": 1, "Date": "2022-11-22" }, "geometry": { "type": "Point", "coordinates": [ -157.8751202, 21.47372798 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47372798, "Longitude": -157.8751202, "Species": "Western Cattle Egret", "Count": 1, "Date": "2022-11-22" }, "geometry": { "type": "Point", "coordinates": [ -157.8751202, 21.47372798 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47372798, "Longitude": -157.8751202, "Species": "White-rumped Shama", "Count": 1, "Date": "2022-11-22" }, "geometry": { "type": "Point", "coordinates": [ -157.8751202, 21.47372798 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47372798, "Longitude": -157.8751202, "Species": "Zebra Dove", "Count": 1, "Date": "2022-11-22" }, "geometry": { "type": "Point", "coordinates": [ -157.8751202, 21.47372798 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48478444, "Longitude": -158.2321771, "Species": "Brown Booby", "Count": 4, "Date": "2023-02-09" }, "geometry": { "type": "Point", "coordinates": [ -158.2321771, 21.48478444 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48478444, "Longitude": -158.2321771, "Species": "Common Myna", "Count": 6, "Date": "2023-06-06" }, "geometry": { "type": "Point", "coordinates": [ -158.2321771, 21.48478444 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48478444, "Longitude": -158.2321771, "Species": "House Finch", "Count": 1, "Date": "2021-10-17" }, "geometry": { "type": "Point", "coordinates": [ -158.2321771, 21.48478444 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48478444, "Longitude": -158.2321771, "Species": "Java Sparrow", "Count": 3, "Date": "2023-02-09" }, "geometry": { "type": "Point", "coordinates": [ -158.2321771, 21.48478444 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48478444, "Longitude": -158.2321771, "Species": "Northern Cardinal", "Count": 2, "Date": "2023-02-09" }, "geometry": { "type": "Point", "coordinates": [ -158.2321771, 21.48478444 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48478444, "Longitude": -158.2321771, "Species": "Pacific Golden-Plover", "Count": 4, "Date": "2023-02-09" }, "geometry": { "type": "Point", "coordinates": [ -158.2321771, 21.48478444 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48478444, "Longitude": -158.2321771, "Species": "Red Junglefowl", "Count": 2, "Date": "2023-02-09" }, "geometry": { "type": "Point", "coordinates": [ -158.2321771, 21.48478444 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48478444, "Longitude": -158.2321771, "Species": "Red-crested Cardinal", "Count": 3, "Date": "2022-01-22" }, "geometry": { "type": "Point", "coordinates": [ -158.2321771, 21.48478444 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48478444, "Longitude": -158.2321771, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2023-06-06" }, "geometry": { "type": "Point", "coordinates": [ -158.2321771, 21.48478444 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48478444, "Longitude": -158.2321771, "Species": "Saffron Finch", "Count": 5, "Date": "2022-03-20" }, "geometry": { "type": "Point", "coordinates": [ -158.2321771, 21.48478444 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48478444, "Longitude": -158.2321771, "Species": "Wandering Tattler", "Count": 2, "Date": "2021-10-17" }, "geometry": { "type": "Point", "coordinates": [ -158.2321771, 21.48478444 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48478444, "Longitude": -158.2321771, "Species": "Zebra Dove", "Count": 5, "Date": "2023-02-09" }, "geometry": { "type": "Point", "coordinates": [ -158.2321771, 21.48478444 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48455649, "Longitude": -158.1839139, "Species": "Common Myna", "Count": 1, "Date": "2021-10-30" }, "geometry": { "type": "Point", "coordinates": [ -158.1839139, 21.48455649 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48455649, "Longitude": -158.1839139, "Species": "Erckel's Spurfowl", "Count": 1, "Date": "2021-10-30" }, "geometry": { "type": "Point", "coordinates": [ -158.1839139, 21.48455649 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48455649, "Longitude": -158.1839139, "Species": "Gray Francolin", "Count": 1, "Date": "2021-10-30" }, "geometry": { "type": "Point", "coordinates": [ -158.1839139, 21.48455649 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48455649, "Longitude": -158.1839139, "Species": "Indian Peafowl", "Count": 1, "Date": "2021-10-30" }, "geometry": { "type": "Point", "coordinates": [ -158.1839139, 21.48455649 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48455649, "Longitude": -158.1839139, "Species": "Northern Cardinal", "Count": 1, "Date": "2021-10-30" }, "geometry": { "type": "Point", "coordinates": [ -158.1839139, 21.48455649 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48455649, "Longitude": -158.1839139, "Species": "Red-crested Cardinal", "Count": 1, "Date": "2021-10-30" }, "geometry": { "type": "Point", "coordinates": [ -158.1839139, 21.48455649 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48455649, "Longitude": -158.1839139, "Species": "Red-vented Bulbul", "Count": 2, "Date": "2021-10-30" }, "geometry": { "type": "Point", "coordinates": [ -158.1839139, 21.48455649 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48455649, "Longitude": -158.1839139, "Species": "Saffron Finch", "Count": 2, "Date": "2023-05-20" }, "geometry": { "type": "Point", "coordinates": [ -158.1839139, 21.48455649 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48455649, "Longitude": -158.1839139, "Species": "Spotted Dove", "Count": 1, "Date": "2021-10-30" }, "geometry": { "type": "Point", "coordinates": [ -158.1839139, 21.48455649 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48455649, "Longitude": -158.1839139, "Species": "Warbling White-eye", "Count": 1, "Date": "2021-10-30" }, "geometry": { "type": "Point", "coordinates": [ -158.1839139, 21.48455649 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48455649, "Longitude": -158.1839139, "Species": "Yellow-fronted Canary", "Count": 1, "Date": "2021-10-30" }, "geometry": { "type": "Point", "coordinates": [ -158.1839139, 21.48455649 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48455649, "Longitude": -158.1839139, "Species": "Zebra Dove", "Count": 1, "Date": "2021-10-30" }, "geometry": { "type": "Point", "coordinates": [ -158.1839139, 21.48455649 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48367379, "Longitude": -158.0198264, "Species": "Black-crowned Night Heron", "Count": 1, "Date": "2023-01-10" }, "geometry": { "type": "Point", "coordinates": [ -158.0198264, 21.48367379 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48367379, "Longitude": -158.0198264, "Species": "Common Myna", "Count": 3, "Date": "2023-04-06" }, "geometry": { "type": "Point", "coordinates": [ -158.0198264, 21.48367379 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48367379, "Longitude": -158.0198264, "Species": "Common Waxbill", "Count": 1, "Date": "2022-12-05" }, "geometry": { "type": "Point", "coordinates": [ -158.0198264, 21.48367379 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48367379, "Longitude": -158.0198264, "Species": "Pacific Golden-Plover", "Count": 2, "Date": "2023-01-10" }, "geometry": { "type": "Point", "coordinates": [ -158.0198264, 21.48367379 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48367379, "Longitude": -158.0198264, "Species": "Red Junglefowl", "Count": 1, "Date": "2023-01-10" }, "geometry": { "type": "Point", "coordinates": [ -158.0198264, 21.48367379 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48367379, "Longitude": -158.0198264, "Species": "Red-crested Cardinal", "Count": 2, "Date": "2023-01-10" }, "geometry": { "type": "Point", "coordinates": [ -158.0198264, 21.48367379 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48367379, "Longitude": -158.0198264, "Species": "Red-crowned Parrot", "Count": 1, "Date": "2019-12-09" }, "geometry": { "type": "Point", "coordinates": [ -158.0198264, 21.48367379 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48367379, "Longitude": -158.0198264, "Species": "Red-vented Bulbul", "Count": 3, "Date": "2023-12-30" }, "geometry": { "type": "Point", "coordinates": [ -158.0198264, 21.48367379 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48367379, "Longitude": -158.0198264, "Species": "Rose-ringed Parakeet", "Count": 2, "Date": "2023-12-30" }, "geometry": { "type": "Point", "coordinates": [ -158.0198264, 21.48367379 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48367379, "Longitude": -158.0198264, "Species": "Spotted Dove", "Count": 1, "Date": "2023-01-10" }, "geometry": { "type": "Point", "coordinates": [ -158.0198264, 21.48367379 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48367379, "Longitude": -158.0198264, "Species": "Western Cattle Egret", "Count": 2, "Date": "2023-01-10" }, "geometry": { "type": "Point", "coordinates": [ -158.0198264, 21.48367379 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48367379, "Longitude": -158.0198264, "Species": "Zebra Dove", "Count": 2, "Date": "2023-01-10" }, "geometry": { "type": "Point", "coordinates": [ -158.0198264, 21.48367379 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51083157, "Longitude": -158.0292985, "Species": "Chestnut Munia", "Count": 1, "Date": "2022-05-09" }, "geometry": { "type": "Point", "coordinates": [ -158.02929850000001, 21.51083157 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51083157, "Longitude": -158.0292985, "Species": "Common Myna", "Count": 1, "Date": "2022-05-09" }, "geometry": { "type": "Point", "coordinates": [ -158.02929850000001, 21.51083157 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51083157, "Longitude": -158.0292985, "Species": "Common Waxbill", "Count": 1, "Date": "2022-05-09" }, "geometry": { "type": "Point", "coordinates": [ -158.02929850000001, 21.51083157 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51083157, "Longitude": -158.0292985, "Species": "Indian Peafowl", "Count": 1, "Date": "2023-09-05" }, "geometry": { "type": "Point", "coordinates": [ -158.02929850000001, 21.51083157 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51083157, "Longitude": -158.0292985, "Species": "Japanese Bush Warbler", "Count": 1, "Date": "2022-05-09" }, "geometry": { "type": "Point", "coordinates": [ -158.02929850000001, 21.51083157 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51083157, "Longitude": -158.0292985, "Species": "Northern Cardinal", "Count": 1, "Date": "2022-05-09" }, "geometry": { "type": "Point", "coordinates": [ -158.02929850000001, 21.51083157 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51083157, "Longitude": -158.0292985, "Species": "Red-crested Cardinal", "Count": 1, "Date": "2022-05-09" }, "geometry": { "type": "Point", "coordinates": [ -158.02929850000001, 21.51083157 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51083157, "Longitude": -158.0292985, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2022-05-09" }, "geometry": { "type": "Point", "coordinates": [ -158.02929850000001, 21.51083157 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51083157, "Longitude": -158.0292985, "Species": "Warbling White-eye", "Count": 1, "Date": "2022-05-09" }, "geometry": { "type": "Point", "coordinates": [ -158.02929850000001, 21.51083157 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51083157, "Longitude": -158.0292985, "Species": "Western Cattle Egret", "Count": 1, "Date": "2022-05-09" }, "geometry": { "type": "Point", "coordinates": [ -158.02929850000001, 21.51083157 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51083157, "Longitude": -158.0292985, "Species": "Yellow-fronted Canary", "Count": 1, "Date": "2022-05-09" }, "geometry": { "type": "Point", "coordinates": [ -158.02929850000001, 21.51083157 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51083157, "Longitude": -158.0292985, "Species": "Zebra Dove", "Count": 1, "Date": "2022-05-09" }, "geometry": { "type": "Point", "coordinates": [ -158.02929850000001, 21.51083157 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.53740512, "Longitude": -157.9422198, "Species": "Apapane", "Count": 3, "Date": "2021-09-30" }, "geometry": { "type": "Point", "coordinates": [ -157.9422198, 21.53740512 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.53740512, "Longitude": -157.9422198, "Species": "Common Waxbill", "Count": 3, "Date": "2021-09-30" }, "geometry": { "type": "Point", "coordinates": [ -157.9422198, 21.53740512 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.53740512, "Longitude": -157.9422198, "Species": "House Finch", "Count": 2, "Date": "2021-09-30" }, "geometry": { "type": "Point", "coordinates": [ -157.9422198, 21.53740512 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.53740512, "Longitude": -157.9422198, "Species": "Northern Cardinal", "Count": 2, "Date": "2021-09-30" }, "geometry": { "type": "Point", "coordinates": [ -157.9422198, 21.53740512 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.53740512, "Longitude": -157.9422198, "Species": "Oahu Amakihi", "Count": 2, "Date": "2021-09-30" }, "geometry": { "type": "Point", "coordinates": [ -157.9422198, 21.53740512 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.53740512, "Longitude": -157.9422198, "Species": "Red-billed Leiothrix", "Count": 3, "Date": "2021-09-30" }, "geometry": { "type": "Point", "coordinates": [ -157.9422198, 21.53740512 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.53740512, "Longitude": -157.9422198, "Species": "Red-vented Bulbul", "Count": 3, "Date": "2021-09-30" }, "geometry": { "type": "Point", "coordinates": [ -157.9422198, 21.53740512 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.53740512, "Longitude": -157.9422198, "Species": "Red-whiskered Bulbul", "Count": 3, "Date": "2021-09-30" }, "geometry": { "type": "Point", "coordinates": [ -157.9422198, 21.53740512 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.53740512, "Longitude": -157.9422198, "Species": "Spotted Dove", "Count": 3, "Date": "2021-09-30" }, "geometry": { "type": "Point", "coordinates": [ -157.9422198, 21.53740512 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.53740512, "Longitude": -157.9422198, "Species": "Warbling White-eye", "Count": 3, "Date": "2021-09-30" }, "geometry": { "type": "Point", "coordinates": [ -157.9422198, 21.53740512 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.53740512, "Longitude": -157.9422198, "Species": "White-rumped Shama", "Count": 3, "Date": "2021-09-30" }, "geometry": { "type": "Point", "coordinates": [ -157.9422198, 21.53740512 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.53740512, "Longitude": -157.9422198, "Species": "Yellow-faced Grassquit", "Count": 3, "Date": "2021-09-30" }, "geometry": { "type": "Point", "coordinates": [ -157.9422198, 21.53740512 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55509316, "Longitude": -157.8841506, "Species": "Chestnut Munia", "Count": 1, "Date": "2022-04-22" }, "geometry": { "type": "Point", "coordinates": [ -157.8841506, 21.55509316 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55509316, "Longitude": -157.8841506, "Species": "Common Myna", "Count": 1, "Date": "2022-04-22" }, "geometry": { "type": "Point", "coordinates": [ -157.8841506, 21.55509316 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55509316, "Longitude": -157.8841506, "Species": "Common Waxbill", "Count": 1, "Date": "2022-04-22" }, "geometry": { "type": "Point", "coordinates": [ -157.8841506, 21.55509316 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55509316, "Longitude": -157.8841506, "Species": "Northern Cardinal", "Count": 1, "Date": "2022-04-22" }, "geometry": { "type": "Point", "coordinates": [ -157.8841506, 21.55509316 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55509316, "Longitude": -157.8841506, "Species": "Pacific Golden-Plover", "Count": 1, "Date": "2022-04-22" }, "geometry": { "type": "Point", "coordinates": [ -157.8841506, 21.55509316 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55509316, "Longitude": -157.8841506, "Species": "Red Junglefowl", "Count": 1, "Date": "2022-04-22" }, "geometry": { "type": "Point", "coordinates": [ -157.8841506, 21.55509316 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55509316, "Longitude": -157.8841506, "Species": "Red-crested Cardinal", "Count": 1, "Date": "2022-04-22" }, "geometry": { "type": "Point", "coordinates": [ -157.8841506, 21.55509316 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55509316, "Longitude": -157.8841506, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2022-04-22" }, "geometry": { "type": "Point", "coordinates": [ -157.8841506, 21.55509316 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55509316, "Longitude": -157.8841506, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2022-04-22" }, "geometry": { "type": "Point", "coordinates": [ -157.8841506, 21.55509316 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55509316, "Longitude": -157.8841506, "Species": "Spotted Dove", "Count": 1, "Date": "2022-04-22" }, "geometry": { "type": "Point", "coordinates": [ -157.8841506, 21.55509316 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55509316, "Longitude": -157.8841506, "Species": "Warbling White-eye", "Count": 1, "Date": "2022-04-22" }, "geometry": { "type": "Point", "coordinates": [ -157.8841506, 21.55509316 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55509316, "Longitude": -157.8841506, "Species": "White-rumped Shama", "Count": 1, "Date": "2022-04-22" }, "geometry": { "type": "Point", "coordinates": [ -157.8841506, 21.55509316 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57450034, "Longitude": -158.106142, "Species": "African Silverbill", "Count": 1, "Date": "2022-02-23" }, "geometry": { "type": "Point", "coordinates": [ -158.106142, 21.57450034 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57450034, "Longitude": -158.106142, "Species": "Common Myna", "Count": 4, "Date": "2024-01-25" }, "geometry": { "type": "Point", "coordinates": [ -158.106142, 21.57450034 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57450034, "Longitude": -158.106142, "Species": "House Sparrow", "Count": 2, "Date": "2023-04-15" }, "geometry": { "type": "Point", "coordinates": [ -158.106142, 21.57450034 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57450034, "Longitude": -158.106142, "Species": "Pacific Golden-Plover", "Count": 2, "Date": "2023-04-15" }, "geometry": { "type": "Point", "coordinates": [ -158.106142, 21.57450034 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57450034, "Longitude": -158.106142, "Species": "Red Junglefowl", "Count": 1, "Date": "2023-08-17" }, "geometry": { "type": "Point", "coordinates": [ -158.106142, 21.57450034 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57450034, "Longitude": -158.106142, "Species": "Red-vented Bulbul", "Count": 4, "Date": "2023-04-15" }, "geometry": { "type": "Point", "coordinates": [ -158.106142, 21.57450034 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57450034, "Longitude": -158.106142, "Species": "Saffron Finch", "Count": 4, "Date": "2023-08-17" }, "geometry": { "type": "Point", "coordinates": [ -158.106142, 21.57450034 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57450034, "Longitude": -158.106142, "Species": "Scaly-breasted Munia", "Count": 1, "Date": "2022-02-23" }, "geometry": { "type": "Point", "coordinates": [ -158.106142, 21.57450034 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57450034, "Longitude": -158.106142, "Species": "Spotted Dove", "Count": 2, "Date": "2023-04-15" }, "geometry": { "type": "Point", "coordinates": [ -158.106142, 21.57450034 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57450034, "Longitude": -158.106142, "Species": "Western Cattle Egret", "Count": 2, "Date": "2024-01-25" }, "geometry": { "type": "Point", "coordinates": [ -158.106142, 21.57450034 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57450034, "Longitude": -158.106142, "Species": "White-rumped Shama", "Count": 1, "Date": "2021-05-12" }, "geometry": { "type": "Point", "coordinates": [ -158.106142, 21.57450034 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57450034, "Longitude": -158.106142, "Species": "Zebra Dove", "Count": 3, "Date": "2023-08-17" }, "geometry": { "type": "Point", "coordinates": [ -158.106142, 21.57450034 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60165422, "Longitude": -158.1156348, "Species": "Black-crowned Night Heron", "Count": 1, "Date": "2023-04-29" }, "geometry": { "type": "Point", "coordinates": [ -158.1156348, 21.60165422 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60165422, "Longitude": -158.1156348, "Species": "Brown Booby", "Count": 3, "Date": "2023-04-29" }, "geometry": { "type": "Point", "coordinates": [ -158.1156348, 21.60165422 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60165422, "Longitude": -158.1156348, "Species": "Common Myna", "Count": 2, "Date": "2021-12-08" }, "geometry": { "type": "Point", "coordinates": [ -158.1156348, 21.60165422 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60165422, "Longitude": -158.1156348, "Species": "Great Frigatebird", "Count": 2, "Date": "2021-12-08" }, "geometry": { "type": "Point", "coordinates": [ -158.1156348, 21.60165422 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60165422, "Longitude": -158.1156348, "Species": "Laysan Albatross", "Count": 1, "Date": "2023-04-29" }, "geometry": { "type": "Point", "coordinates": [ -158.1156348, 21.60165422 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60165422, "Longitude": -158.1156348, "Species": "Masked Booby", "Count": 2, "Date": "2021-12-08" }, "geometry": { "type": "Point", "coordinates": [ -158.1156348, 21.60165422 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60165422, "Longitude": -158.1156348, "Species": "Red Junglefowl", "Count": 2, "Date": "2021-12-08" }, "geometry": { "type": "Point", "coordinates": [ -158.1156348, 21.60165422 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60165422, "Longitude": -158.1156348, "Species": "Red-crested Cardinal", "Count": 2, "Date": "2021-12-08" }, "geometry": { "type": "Point", "coordinates": [ -158.1156348, 21.60165422 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60165422, "Longitude": -158.1156348, "Species": "Spotted Dove", "Count": 2, "Date": "2021-12-08" }, "geometry": { "type": "Point", "coordinates": [ -158.1156348, 21.60165422 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60165422, "Longitude": -158.1156348, "Species": "Wedge-tailed Shearwater", "Count": 1, "Date": "2023-04-29" }, "geometry": { "type": "Point", "coordinates": [ -158.1156348, 21.60165422 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60165422, "Longitude": -158.1156348, "Species": "Western Cattle Egret", "Count": 1, "Date": "2023-04-29" }, "geometry": { "type": "Point", "coordinates": [ -158.1156348, 21.60165422 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60165422, "Longitude": -158.1156348, "Species": "Zebra Dove", "Count": 2, "Date": "2021-12-08" }, "geometry": { "type": "Point", "coordinates": [ -158.1156348, 21.60165422 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60973335, "Longitude": -157.9513544, "Species": "Apapane", "Count": 2, "Date": "2022-06-20" }, "geometry": { "type": "Point", "coordinates": [ -157.951354400000014, 21.60973335 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60973335, "Longitude": -157.9513544, "Species": "Common Waxbill", "Count": 3, "Date": "2022-06-20" }, "geometry": { "type": "Point", "coordinates": [ -157.951354400000014, 21.60973335 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60973335, "Longitude": -157.9513544, "Species": "House Finch", "Count": 1, "Date": "2022-06-20" }, "geometry": { "type": "Point", "coordinates": [ -157.951354400000014, 21.60973335 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60973335, "Longitude": -157.9513544, "Species": "House Sparrow", "Count": 1, "Date": "2022-06-20" }, "geometry": { "type": "Point", "coordinates": [ -157.951354400000014, 21.60973335 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60973335, "Longitude": -157.9513544, "Species": "Japanese Bush Warbler", "Count": 2, "Date": "2022-06-20" }, "geometry": { "type": "Point", "coordinates": [ -157.951354400000014, 21.60973335 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60973335, "Longitude": -157.9513544, "Species": "Oahu Amakihi", "Count": 3, "Date": "2022-06-20" }, "geometry": { "type": "Point", "coordinates": [ -157.951354400000014, 21.60973335 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60973335, "Longitude": -157.9513544, "Species": "Red-billed Leiothrix", "Count": 1, "Date": "2022-06-20" }, "geometry": { "type": "Point", "coordinates": [ -157.951354400000014, 21.60973335 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60973335, "Longitude": -157.9513544, "Species": "Red-vented Bulbul", "Count": 2, "Date": "2022-06-20" }, "geometry": { "type": "Point", "coordinates": [ -157.951354400000014, 21.60973335 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60973335, "Longitude": -157.9513544, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2022-06-20" }, "geometry": { "type": "Point", "coordinates": [ -157.951354400000014, 21.60973335 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60973335, "Longitude": -157.9513544, "Species": "Salmon-crested Cockatoo", "Count": 1, "Date": "2022-06-20" }, "geometry": { "type": "Point", "coordinates": [ -157.951354400000014, 21.60973335 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60973335, "Longitude": -157.9513544, "Species": "Warbling White-eye", "Count": 3, "Date": "2022-06-20" }, "geometry": { "type": "Point", "coordinates": [ -157.951354400000014, 21.60973335 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60973335, "Longitude": -157.9513544, "Species": "White-rumped Shama", "Count": 2, "Date": "2022-06-20" }, "geometry": { "type": "Point", "coordinates": [ -157.951354400000014, 21.60973335 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.66393383, "Longitude": -157.9509628, "Species": "Common Myna", "Count": 14, "Date": "2022-07-26" }, "geometry": { "type": "Point", "coordinates": [ -157.950962800000013, 21.66393383 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.66393383, "Longitude": -157.9509628, "Species": "Common Waxbill", "Count": 3, "Date": "2022-07-20" }, "geometry": { "type": "Point", "coordinates": [ -157.950962800000013, 21.66393383 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.66393383, "Longitude": -157.9509628, "Species": "House Finch", "Count": 2, "Date": "2022-06-01" }, "geometry": { "type": "Point", "coordinates": [ -157.950962800000013, 21.66393383 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.66393383, "Longitude": -157.9509628, "Species": "Java Sparrow", "Count": 2, "Date": "2022-07-26" }, "geometry": { "type": "Point", "coordinates": [ -157.950962800000013, 21.66393383 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.66393383, "Longitude": -157.9509628, "Species": "Northern Cardinal", "Count": 5, "Date": "2022-07-26" }, "geometry": { "type": "Point", "coordinates": [ -157.950962800000013, 21.66393383 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.66393383, "Longitude": -157.9509628, "Species": "Red-billed Leiothrix", "Count": 14, "Date": "2022-07-26" }, "geometry": { "type": "Point", "coordinates": [ -157.950962800000013, 21.66393383 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.66393383, "Longitude": -157.9509628, "Species": "Red-vented Bulbul", "Count": 5, "Date": "2022-07-20" }, "geometry": { "type": "Point", "coordinates": [ -157.950962800000013, 21.66393383 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.66393383, "Longitude": -157.9509628, "Species": "Red-whiskered Bulbul", "Count": 7, "Date": "2022-07-12" }, "geometry": { "type": "Point", "coordinates": [ -157.950962800000013, 21.66393383 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.66393383, "Longitude": -157.9509628, "Species": "Spotted Dove", "Count": 7, "Date": "2022-07-12" }, "geometry": { "type": "Point", "coordinates": [ -157.950962800000013, 21.66393383 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.66393383, "Longitude": -157.9509628, "Species": "Warbling White-eye", "Count": 8, "Date": "2022-07-12" }, "geometry": { "type": "Point", "coordinates": [ -157.950962800000013, 21.66393383 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.66393383, "Longitude": -157.9509628, "Species": "White-rumped Shama", "Count": 10, "Date": "2022-06-28" }, "geometry": { "type": "Point", "coordinates": [ -157.950962800000013, 21.66393383 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.66393383, "Longitude": -157.9509628, "Species": "Zebra Dove", "Count": 8, "Date": "2022-07-26" }, "geometry": { "type": "Point", "coordinates": [ -157.950962800000013, 21.66393383 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31203014, "Longitude": -158.0209705, "Species": "Chestnut Munia", "Count": 2, "Date": "2022-05-10" }, "geometry": { "type": "Point", "coordinates": [ -158.0209705, 21.31203014 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31203014, "Longitude": -158.0209705, "Species": "Common Myna", "Count": 2, "Date": "2022-05-10" }, "geometry": { "type": "Point", "coordinates": [ -158.0209705, 21.31203014 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31203014, "Longitude": -158.0209705, "Species": "Common Waxbill", "Count": 2, "Date": "2022-05-10" }, "geometry": { "type": "Point", "coordinates": [ -158.0209705, 21.31203014 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31203014, "Longitude": -158.0209705, "Species": "House Sparrow", "Count": 2, "Date": "2022-05-10" }, "geometry": { "type": "Point", "coordinates": [ -158.0209705, 21.31203014 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31203014, "Longitude": -158.0209705, "Species": "Java Sparrow", "Count": 1, "Date": "2021-10-29" }, "geometry": { "type": "Point", "coordinates": [ -158.0209705, 21.31203014 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31203014, "Longitude": -158.0209705, "Species": "Red-crested Cardinal", "Count": 2, "Date": "2022-05-10" }, "geometry": { "type": "Point", "coordinates": [ -158.0209705, 21.31203014 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31203014, "Longitude": -158.0209705, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2022-05-10" }, "geometry": { "type": "Point", "coordinates": [ -158.0209705, 21.31203014 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31203014, "Longitude": -158.0209705, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2021-06-12" }, "geometry": { "type": "Point", "coordinates": [ -158.0209705, 21.31203014 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31203014, "Longitude": -158.0209705, "Species": "Rock Pigeon", "Count": 2, "Date": "2022-05-10" }, "geometry": { "type": "Point", "coordinates": [ -158.0209705, 21.31203014 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31203014, "Longitude": -158.0209705, "Species": "Rose-ringed Parakeet", "Count": 1, "Date": "2021-11-14" }, "geometry": { "type": "Point", "coordinates": [ -158.0209705, 21.31203014 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31203014, "Longitude": -158.0209705, "Species": "Spotted Dove", "Count": 2, "Date": "2022-05-10" }, "geometry": { "type": "Point", "coordinates": [ -158.0209705, 21.31203014 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31203014, "Longitude": -158.0209705, "Species": "Western Cattle Egret", "Count": 1, "Date": "2021-10-29" }, "geometry": { "type": "Point", "coordinates": [ -158.0209705, 21.31203014 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31203014, "Longitude": -158.0209705, "Species": "Zebra Dove", "Count": 2, "Date": "2022-05-10" }, "geometry": { "type": "Point", "coordinates": [ -158.0209705, 21.31203014 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30972577, "Longitude": -157.68357, "Species": "Black-necked Stilt", "Count": 1, "Date": "2021-03-12" }, "geometry": { "type": "Point", "coordinates": [ -157.68357, 21.30972577 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30972577, "Longitude": -157.68357, "Species": "Common Myna", "Count": 3, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.68357, 21.30972577 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30972577, "Longitude": -157.68357, "Species": "House Finch", "Count": 1, "Date": "2021-03-12" }, "geometry": { "type": "Point", "coordinates": [ -157.68357, 21.30972577 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30972577, "Longitude": -157.68357, "Species": "House Sparrow", "Count": 1, "Date": "2021-10-15" }, "geometry": { "type": "Point", "coordinates": [ -157.68357, 21.30972577 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30972577, "Longitude": -157.68357, "Species": "Java Sparrow", "Count": 2, "Date": "2021-10-15" }, "geometry": { "type": "Point", "coordinates": [ -157.68357, 21.30972577 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30972577, "Longitude": -157.68357, "Species": "Pacific Golden-Plover", "Count": 2, "Date": "2021-10-15" }, "geometry": { "type": "Point", "coordinates": [ -157.68357, 21.30972577 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30972577, "Longitude": -157.68357, "Species": "Red-crested Cardinal", "Count": 3, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.68357, 21.30972577 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30972577, "Longitude": -157.68357, "Species": "Red-vented Bulbul", "Count": 3, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.68357, 21.30972577 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30972577, "Longitude": -157.68357, "Species": "Red-whiskered Bulbul", "Count": 2, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.68357, 21.30972577 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30972577, "Longitude": -157.68357, "Species": "Spotted Dove", "Count": 2, "Date": "2021-10-15" }, "geometry": { "type": "Point", "coordinates": [ -157.68357, 21.30972577 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30972577, "Longitude": -157.68357, "Species": "Warbling White-eye", "Count": 1, "Date": "2021-10-15" }, "geometry": { "type": "Point", "coordinates": [ -157.68357, 21.30972577 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30972577, "Longitude": -157.68357, "Species": "Western Cattle Egret", "Count": 1, "Date": "2021-10-15" }, "geometry": { "type": "Point", "coordinates": [ -157.68357, 21.30972577 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30972577, "Longitude": -157.68357, "Species": "Zebra Dove", "Count": 3, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.68357, 21.30972577 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32144649, "Longitude": -158.0884012, "Species": "African Silverbill", "Count": 1, "Date": "2019-12-31" }, "geometry": { "type": "Point", "coordinates": [ -158.0884012, 21.32144649 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32144649, "Longitude": -158.0884012, "Species": "Chestnut Munia", "Count": 3, "Date": "2019-03-26" }, "geometry": { "type": "Point", "coordinates": [ -158.0884012, 21.32144649 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32144649, "Longitude": -158.0884012, "Species": "Common Myna", "Count": 4, "Date": "2019-12-31" }, "geometry": { "type": "Point", "coordinates": [ -158.0884012, 21.32144649 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32144649, "Longitude": -158.0884012, "Species": "Common Waxbill", "Count": 2, "Date": "2020-01-01" }, "geometry": { "type": "Point", "coordinates": [ -158.0884012, 21.32144649 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32144649, "Longitude": -158.0884012, "Species": "Eurasian Skylark", "Count": 1, "Date": "2020-01-01" }, "geometry": { "type": "Point", "coordinates": [ -158.0884012, 21.32144649 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32144649, "Longitude": -158.0884012, "Species": "Gray Francolin", "Count": 4, "Date": "2020-01-01" }, "geometry": { "type": "Point", "coordinates": [ -158.0884012, 21.32144649 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32144649, "Longitude": -158.0884012, "Species": "House Finch", "Count": 1, "Date": "2020-01-01" }, "geometry": { "type": "Point", "coordinates": [ -158.0884012, 21.32144649 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32144649, "Longitude": -158.0884012, "Species": "Pacific Golden-Plover", "Count": 4, "Date": "2020-01-01" }, "geometry": { "type": "Point", "coordinates": [ -158.0884012, 21.32144649 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32144649, "Longitude": -158.0884012, "Species": "Red-crested Cardinal", "Count": 2, "Date": "2020-01-01" }, "geometry": { "type": "Point", "coordinates": [ -158.0884012, 21.32144649 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32144649, "Longitude": -158.0884012, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2019-12-31" }, "geometry": { "type": "Point", "coordinates": [ -158.0884012, 21.32144649 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32144649, "Longitude": -158.0884012, "Species": "Saffron Finch", "Count": 2, "Date": "2020-01-01" }, "geometry": { "type": "Point", "coordinates": [ -158.0884012, 21.32144649 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32144649, "Longitude": -158.0884012, "Species": "Spotted Dove", "Count": 2, "Date": "2020-01-01" }, "geometry": { "type": "Point", "coordinates": [ -158.0884012, 21.32144649 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32144649, "Longitude": -158.0884012, "Species": "Zebra Dove", "Count": 2, "Date": "2020-01-01" }, "geometry": { "type": "Point", "coordinates": [ -158.0884012, 21.32144649 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32035009, "Longitude": -157.9052174, "Species": "African Silverbill", "Count": 1, "Date": "2021-01-10" }, "geometry": { "type": "Point", "coordinates": [ -157.9052174, 21.32035009 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32035009, "Longitude": -157.9052174, "Species": "Chestnut Munia", "Count": 4, "Date": "2022-03-06" }, "geometry": { "type": "Point", "coordinates": [ -157.9052174, 21.32035009 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32035009, "Longitude": -157.9052174, "Species": "Common Myna", "Count": 6, "Date": "2022-12-07" }, "geometry": { "type": "Point", "coordinates": [ -157.9052174, 21.32035009 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32035009, "Longitude": -157.9052174, "Species": "Common Waxbill", "Count": 1, "Date": "2024-01-30" }, "geometry": { "type": "Point", "coordinates": [ -157.9052174, 21.32035009 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32035009, "Longitude": -157.9052174, "Species": "Eurasian Skylark", "Count": 4, "Date": "2022-03-06" }, "geometry": { "type": "Point", "coordinates": [ -157.9052174, 21.32035009 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32035009, "Longitude": -157.9052174, "Species": "House Finch", "Count": 1, "Date": "2021-01-10" }, "geometry": { "type": "Point", "coordinates": [ -157.9052174, 21.32035009 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32035009, "Longitude": -157.9052174, "Species": "House Sparrow", "Count": 6, "Date": "2024-01-30" }, "geometry": { "type": "Point", "coordinates": [ -157.9052174, 21.32035009 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32035009, "Longitude": -157.9052174, "Species": "Pacific Golden-Plover", "Count": 5, "Date": "2024-01-30" }, "geometry": { "type": "Point", "coordinates": [ -157.9052174, 21.32035009 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32035009, "Longitude": -157.9052174, "Species": "Red-crested Cardinal", "Count": 1, "Date": "2020-11-29" }, "geometry": { "type": "Point", "coordinates": [ -157.9052174, 21.32035009 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32035009, "Longitude": -157.9052174, "Species": "Red-vented Bulbul", "Count": 5, "Date": "2022-12-05" }, "geometry": { "type": "Point", "coordinates": [ -157.9052174, 21.32035009 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32035009, "Longitude": -157.9052174, "Species": "Spotted Dove", "Count": 1, "Date": "2022-12-07" }, "geometry": { "type": "Point", "coordinates": [ -157.9052174, 21.32035009 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32035009, "Longitude": -157.9052174, "Species": "Western Cattle Egret", "Count": 4, "Date": "2022-03-06" }, "geometry": { "type": "Point", "coordinates": [ -157.9052174, 21.32035009 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32035009, "Longitude": -157.9052174, "Species": "Zebra Dove", "Count": 6, "Date": "2024-01-30" }, "geometry": { "type": "Point", "coordinates": [ -157.9052174, 21.32035009 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33021062, "Longitude": -158.0401349, "Species": "African Silverbill", "Count": 1, "Date": "2019-02-05" }, "geometry": { "type": "Point", "coordinates": [ -158.0401349, 21.33021062 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33021062, "Longitude": -158.0401349, "Species": "Common Myna", "Count": 1, "Date": "2019-02-05" }, "geometry": { "type": "Point", "coordinates": [ -158.0401349, 21.33021062 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33021062, "Longitude": -158.0401349, "Species": "Gray Francolin", "Count": 1, "Date": "2019-02-05" }, "geometry": { "type": "Point", "coordinates": [ -158.0401349, 21.33021062 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33021062, "Longitude": -158.0401349, "Species": "House Sparrow", "Count": 1, "Date": "2019-02-05" }, "geometry": { "type": "Point", "coordinates": [ -158.0401349, 21.33021062 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33021062, "Longitude": -158.0401349, "Species": "Northern Cardinal", "Count": 1, "Date": "2019-02-05" }, "geometry": { "type": "Point", "coordinates": [ -158.0401349, 21.33021062 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33021062, "Longitude": -158.0401349, "Species": "Red Junglefowl", "Count": 1, "Date": "2019-02-05" }, "geometry": { "type": "Point", "coordinates": [ -158.0401349, 21.33021062 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33021062, "Longitude": -158.0401349, "Species": "Red-crested Cardinal", "Count": 1, "Date": "2019-02-05" }, "geometry": { "type": "Point", "coordinates": [ -158.0401349, 21.33021062 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33021062, "Longitude": -158.0401349, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2019-02-05" }, "geometry": { "type": "Point", "coordinates": [ -158.0401349, 21.33021062 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33021062, "Longitude": -158.0401349, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2019-02-05" }, "geometry": { "type": "Point", "coordinates": [ -158.0401349, 21.33021062 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33021062, "Longitude": -158.0401349, "Species": "Spotted Dove", "Count": 1, "Date": "2019-02-05" }, "geometry": { "type": "Point", "coordinates": [ -158.0401349, 21.33021062 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33021062, "Longitude": -158.0401349, "Species": "Warbling White-eye", "Count": 1, "Date": "2019-02-05" }, "geometry": { "type": "Point", "coordinates": [ -158.0401349, 21.33021062 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33021062, "Longitude": -158.0401349, "Species": "Western Cattle Egret", "Count": 1, "Date": "2019-02-05" }, "geometry": { "type": "Point", "coordinates": [ -158.0401349, 21.33021062 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33021062, "Longitude": -158.0401349, "Species": "Zebra Dove", "Count": 1, "Date": "2019-02-05" }, "geometry": { "type": "Point", "coordinates": [ -158.0401349, 21.33021062 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33918838, "Longitude": -158.0304332, "Species": "Common Myna", "Count": 1, "Date": "2023-04-01" }, "geometry": { "type": "Point", "coordinates": [ -158.0304332, 21.33918838 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33918838, "Longitude": -158.0304332, "Species": "House Finch", "Count": 1, "Date": "2023-04-01" }, "geometry": { "type": "Point", "coordinates": [ -158.0304332, 21.33918838 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33918838, "Longitude": -158.0304332, "Species": "House Sparrow", "Count": 1, "Date": "2023-04-01" }, "geometry": { "type": "Point", "coordinates": [ -158.0304332, 21.33918838 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33918838, "Longitude": -158.0304332, "Species": "Java Sparrow", "Count": 1, "Date": "2023-04-01" }, "geometry": { "type": "Point", "coordinates": [ -158.0304332, 21.33918838 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33918838, "Longitude": -158.0304332, "Species": "Northern Cardinal", "Count": 1, "Date": "2023-04-01" }, "geometry": { "type": "Point", "coordinates": [ -158.0304332, 21.33918838 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33918838, "Longitude": -158.0304332, "Species": "Pacific Golden-Plover", "Count": 1, "Date": "2023-04-01" }, "geometry": { "type": "Point", "coordinates": [ -158.0304332, 21.33918838 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33918838, "Longitude": -158.0304332, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2023-04-01" }, "geometry": { "type": "Point", "coordinates": [ -158.0304332, 21.33918838 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33918838, "Longitude": -158.0304332, "Species": "Rose-ringed Parakeet", "Count": 1, "Date": "2023-04-01" }, "geometry": { "type": "Point", "coordinates": [ -158.0304332, 21.33918838 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33918838, "Longitude": -158.0304332, "Species": "Saffron Finch", "Count": 1, "Date": "2023-04-01" }, "geometry": { "type": "Point", "coordinates": [ -158.0304332, 21.33918838 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33918838, "Longitude": -158.0304332, "Species": "Spotted Dove", "Count": 1, "Date": "2023-04-01" }, "geometry": { "type": "Point", "coordinates": [ -158.0304332, 21.33918838 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33918838, "Longitude": -158.0304332, "Species": "Warbling White-eye", "Count": 1, "Date": "2023-04-01" }, "geometry": { "type": "Point", "coordinates": [ -158.0304332, 21.33918838 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33918838, "Longitude": -158.0304332, "Species": "Western Cattle Egret", "Count": 1, "Date": "2023-04-01" }, "geometry": { "type": "Point", "coordinates": [ -158.0304332, 21.33918838 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33918838, "Longitude": -158.0304332, "Species": "Zebra Dove", "Count": 1, "Date": "2023-04-01" }, "geometry": { "type": "Point", "coordinates": [ -158.0304332, 21.33918838 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34751374, "Longitude": -157.9146591, "Species": "Chestnut Munia", "Count": 1, "Date": "2022-03-29" }, "geometry": { "type": "Point", "coordinates": [ -157.9146591, 21.34751374 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34751374, "Longitude": -157.9146591, "Species": "Common Myna", "Count": 5, "Date": "2023-12-03" }, "geometry": { "type": "Point", "coordinates": [ -157.9146591, 21.34751374 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34751374, "Longitude": -157.9146591, "Species": "Common Waxbill", "Count": 1, "Date": "2022-03-29" }, "geometry": { "type": "Point", "coordinates": [ -157.9146591, 21.34751374 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34751374, "Longitude": -157.9146591, "Species": "House Finch", "Count": 2, "Date": "2022-03-20" }, "geometry": { "type": "Point", "coordinates": [ -157.9146591, 21.34751374 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34751374, "Longitude": -157.9146591, "Species": "House Sparrow", "Count": 4, "Date": "2023-12-03" }, "geometry": { "type": "Point", "coordinates": [ -157.9146591, 21.34751374 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34751374, "Longitude": -157.9146591, "Species": "Pacific Golden-Plover", "Count": 1, "Date": "2022-03-20" }, "geometry": { "type": "Point", "coordinates": [ -157.9146591, 21.34751374 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34751374, "Longitude": -157.9146591, "Species": "Red Junglefowl", "Count": 1, "Date": "2023-12-16" }, "geometry": { "type": "Point", "coordinates": [ -157.9146591, 21.34751374 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34751374, "Longitude": -157.9146591, "Species": "Red-crested Cardinal", "Count": 3, "Date": "2022-08-04" }, "geometry": { "type": "Point", "coordinates": [ -157.9146591, 21.34751374 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34751374, "Longitude": -157.9146591, "Species": "Rose-ringed Parakeet", "Count": 1, "Date": "2022-03-27" }, "geometry": { "type": "Point", "coordinates": [ -157.9146591, 21.34751374 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34751374, "Longitude": -157.9146591, "Species": "Spotted Dove", "Count": 1, "Date": "2022-08-04" }, "geometry": { "type": "Point", "coordinates": [ -157.9146591, 21.34751374 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34751374, "Longitude": -157.9146591, "Species": "Warbling White-eye", "Count": 2, "Date": "2023-12-03" }, "geometry": { "type": "Point", "coordinates": [ -157.9146591, 21.34751374 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34751374, "Longitude": -157.9146591, "Species": "Western Cattle Egret", "Count": 1, "Date": "2022-08-04" }, "geometry": { "type": "Point", "coordinates": [ -157.9146591, 21.34751374 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34751374, "Longitude": -157.9146591, "Species": "Zebra Dove", "Count": 6, "Date": "2022-08-04" }, "geometry": { "type": "Point", "coordinates": [ -157.9146591, 21.34751374 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35673526, "Longitude": -157.9435231, "Species": "Common Myna", "Count": 5, "Date": "2023-08-17" }, "geometry": { "type": "Point", "coordinates": [ -157.9435231, 21.35673526 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35673526, "Longitude": -157.9435231, "Species": "House Finch", "Count": 2, "Date": "2022-03-05" }, "geometry": { "type": "Point", "coordinates": [ -157.9435231, 21.35673526 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35673526, "Longitude": -157.9435231, "Species": "House Sparrow", "Count": 2, "Date": "2022-03-05" }, "geometry": { "type": "Point", "coordinates": [ -157.9435231, 21.35673526 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35673526, "Longitude": -157.9435231, "Species": "Pacific Golden-Plover", "Count": 4, "Date": "2022-03-05" }, "geometry": { "type": "Point", "coordinates": [ -157.9435231, 21.35673526 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35673526, "Longitude": -157.9435231, "Species": "Red-crested Cardinal", "Count": 2, "Date": "2022-03-05" }, "geometry": { "type": "Point", "coordinates": [ -157.9435231, 21.35673526 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35673526, "Longitude": -157.9435231, "Species": "Red-vented Bulbul", "Count": 3, "Date": "2023-08-17" }, "geometry": { "type": "Point", "coordinates": [ -157.9435231, 21.35673526 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35673526, "Longitude": -157.9435231, "Species": "Rock Pigeon", "Count": 2, "Date": "2022-03-05" }, "geometry": { "type": "Point", "coordinates": [ -157.9435231, 21.35673526 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35673526, "Longitude": -157.9435231, "Species": "Saffron Finch", "Count": 3, "Date": "2023-08-17" }, "geometry": { "type": "Point", "coordinates": [ -157.9435231, 21.35673526 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35673526, "Longitude": -157.9435231, "Species": "Spotted Dove", "Count": 2, "Date": "2022-03-05" }, "geometry": { "type": "Point", "coordinates": [ -157.9435231, 21.35673526 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35673526, "Longitude": -157.9435231, "Species": "Warbling White-eye", "Count": 3, "Date": "2023-08-17" }, "geometry": { "type": "Point", "coordinates": [ -157.9435231, 21.35673526 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35673526, "Longitude": -157.9435231, "Species": "White Tern", "Count": 4, "Date": "2023-08-17" }, "geometry": { "type": "Point", "coordinates": [ -157.9435231, 21.35673526 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35673526, "Longitude": -157.9435231, "Species": "Yellow-fronted Canary", "Count": 1, "Date": "2022-06-01" }, "geometry": { "type": "Point", "coordinates": [ -157.9435231, 21.35673526 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35673526, "Longitude": -157.9435231, "Species": "Zebra Dove", "Count": 2, "Date": "2022-03-05" }, "geometry": { "type": "Point", "coordinates": [ -157.9435231, 21.35673526 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35533417, "Longitude": -157.7410198, "Species": "Common Myna", "Count": 1, "Date": "2022-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7410198, 21.35533417 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35533417, "Longitude": -157.7410198, "Species": "Hawaiian Coot", "Count": 1, "Date": "2022-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7410198, 21.35533417 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35533417, "Longitude": -157.7410198, "Species": "House Finch", "Count": 1, "Date": "2022-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7410198, 21.35533417 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35533417, "Longitude": -157.7410198, "Species": "Java Sparrow", "Count": 1, "Date": "2022-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7410198, 21.35533417 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35533417, "Longitude": -157.7410198, "Species": "Northern Cardinal", "Count": 1, "Date": "2022-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7410198, 21.35533417 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35533417, "Longitude": -157.7410198, "Species": "Red-billed Leiothrix", "Count": 1, "Date": "2022-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7410198, 21.35533417 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35533417, "Longitude": -157.7410198, "Species": "Red-crested Cardinal", "Count": 1, "Date": "2022-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7410198, 21.35533417 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35533417, "Longitude": -157.7410198, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2022-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7410198, 21.35533417 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35533417, "Longitude": -157.7410198, "Species": "Spotted Dove", "Count": 1, "Date": "2022-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7410198, 21.35533417 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35533417, "Longitude": -157.7410198, "Species": "Western Cattle Egret", "Count": 1, "Date": "2022-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7410198, 21.35533417 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35533417, "Longitude": -157.7410198, "Species": "White Tern", "Count": 1, "Date": "2022-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7410198, 21.35533417 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35533417, "Longitude": -157.7410198, "Species": "White-rumped Shama", "Count": 1, "Date": "2022-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7410198, 21.35533417 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35533417, "Longitude": -157.7410198, "Species": "Zebra Dove", "Count": 1, "Date": "2022-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7410198, 21.35533417 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36564338, "Longitude": -157.92417, "Species": "Black-necked Stilt", "Count": 1, "Date": "2023-02-22" }, "geometry": { "type": "Point", "coordinates": [ -157.92417, 21.36564338 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36564338, "Longitude": -157.92417, "Species": "Common Myna", "Count": 2, "Date": "2023-02-22" }, "geometry": { "type": "Point", "coordinates": [ -157.92417, 21.36564338 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36564338, "Longitude": -157.92417, "Species": "Great-tailed Grackle", "Count": 1, "Date": "2023-04-26" }, "geometry": { "type": "Point", "coordinates": [ -157.92417, 21.36564338 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36564338, "Longitude": -157.92417, "Species": "House Sparrow", "Count": 2, "Date": "2023-02-22" }, "geometry": { "type": "Point", "coordinates": [ -157.92417, 21.36564338 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36564338, "Longitude": -157.92417, "Species": "Pacific Golden-Plover", "Count": 1, "Date": "2023-02-22" }, "geometry": { "type": "Point", "coordinates": [ -157.92417, 21.36564338 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36564338, "Longitude": -157.92417, "Species": "Red-crested Cardinal", "Count": 1, "Date": "2021-06-28" }, "geometry": { "type": "Point", "coordinates": [ -157.92417, 21.36564338 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36564338, "Longitude": -157.92417, "Species": "Red-crowned Parrot", "Count": 1, "Date": "2023-02-22" }, "geometry": { "type": "Point", "coordinates": [ -157.92417, 21.36564338 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36564338, "Longitude": -157.92417, "Species": "Rock Pigeon", "Count": 1, "Date": "2023-02-22" }, "geometry": { "type": "Point", "coordinates": [ -157.92417, 21.36564338 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36564338, "Longitude": -157.92417, "Species": "Rose-ringed Parakeet", "Count": 1, "Date": "2023-02-22" }, "geometry": { "type": "Point", "coordinates": [ -157.92417, 21.36564338 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36564338, "Longitude": -157.92417, "Species": "Saffron Finch", "Count": 1, "Date": "2023-02-22" }, "geometry": { "type": "Point", "coordinates": [ -157.92417, 21.36564338 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36564338, "Longitude": -157.92417, "Species": "Spotted Dove", "Count": 1, "Date": "2023-02-22" }, "geometry": { "type": "Point", "coordinates": [ -157.92417, 21.36564338 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36564338, "Longitude": -157.92417, "Species": "Western Cattle Egret", "Count": 2, "Date": "2023-07-05" }, "geometry": { "type": "Point", "coordinates": [ -157.92417, 21.36564338 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36564338, "Longitude": -157.92417, "Species": "Zebra Dove", "Count": 1, "Date": "2023-02-22" }, "geometry": { "type": "Point", "coordinates": [ -157.92417, 21.36564338 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37368537, "Longitude": -157.7794407, "Species": "Chestnut Munia", "Count": 5, "Date": "2022-08-25" }, "geometry": { "type": "Point", "coordinates": [ -157.7794407, 21.37368537 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37368537, "Longitude": -157.7794407, "Species": "Common Myna", "Count": 1, "Date": "2021-11-26" }, "geometry": { "type": "Point", "coordinates": [ -157.7794407, 21.37368537 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37368537, "Longitude": -157.7794407, "Species": "Common Waxbill", "Count": 2, "Date": "2022-04-22" }, "geometry": { "type": "Point", "coordinates": [ -157.7794407, 21.37368537 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37368537, "Longitude": -157.7794407, "Species": "Java Sparrow", "Count": 1, "Date": "2021-11-26" }, "geometry": { "type": "Point", "coordinates": [ -157.7794407, 21.37368537 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37368537, "Longitude": -157.7794407, "Species": "Pacific Golden-Plover", "Count": 1, "Date": "2020-03-03" }, "geometry": { "type": "Point", "coordinates": [ -157.7794407, 21.37368537 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37368537, "Longitude": -157.7794407, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2021-11-26" }, "geometry": { "type": "Point", "coordinates": [ -157.7794407, 21.37368537 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37368537, "Longitude": -157.7794407, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2020-03-03" }, "geometry": { "type": "Point", "coordinates": [ -157.7794407, 21.37368537 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37368537, "Longitude": -157.7794407, "Species": "Rock Pigeon", "Count": 1, "Date": "2021-11-26" }, "geometry": { "type": "Point", "coordinates": [ -157.7794407, 21.37368537 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37368537, "Longitude": -157.7794407, "Species": "Scaly-breasted Munia", "Count": 1, "Date": "2022-08-25" }, "geometry": { "type": "Point", "coordinates": [ -157.7794407, 21.37368537 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37368537, "Longitude": -157.7794407, "Species": "Warbling White-eye", "Count": 1, "Date": "2021-11-26" }, "geometry": { "type": "Point", "coordinates": [ -157.7794407, 21.37368537 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37368537, "Longitude": -157.7794407, "Species": "Western Cattle Egret", "Count": 2, "Date": "2022-08-25" }, "geometry": { "type": "Point", "coordinates": [ -157.7794407, 21.37368537 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37368537, "Longitude": -157.7794407, "Species": "White-rumped Shama", "Count": 1, "Date": "2023-11-25" }, "geometry": { "type": "Point", "coordinates": [ -157.7794407, 21.37368537 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37368537, "Longitude": -157.7794407, "Species": "Zebra Dove", "Count": 1, "Date": "2021-11-26" }, "geometry": { "type": "Point", "coordinates": [ -157.7794407, 21.37368537 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38401409, "Longitude": -157.9722639, "Species": "Chestnut Munia", "Count": 2, "Date": "2023-11-27" }, "geometry": { "type": "Point", "coordinates": [ -157.9722639, 21.38401409 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38401409, "Longitude": -157.9722639, "Species": "Common Myna", "Count": 2, "Date": "2023-11-27" }, "geometry": { "type": "Point", "coordinates": [ -157.9722639, 21.38401409 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38401409, "Longitude": -157.9722639, "Species": "Common Waxbill", "Count": 2, "Date": "2023-11-27" }, "geometry": { "type": "Point", "coordinates": [ -157.9722639, 21.38401409 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38401409, "Longitude": -157.9722639, "Species": "Gray Francolin", "Count": 1, "Date": "2022-11-25" }, "geometry": { "type": "Point", "coordinates": [ -157.9722639, 21.38401409 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38401409, "Longitude": -157.9722639, "Species": "House Finch", "Count": 1, "Date": "2023-06-05" }, "geometry": { "type": "Point", "coordinates": [ -157.9722639, 21.38401409 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38401409, "Longitude": -157.9722639, "Species": "Pacific Golden-Plover", "Count": 2, "Date": "2023-11-27" }, "geometry": { "type": "Point", "coordinates": [ -157.9722639, 21.38401409 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38401409, "Longitude": -157.9722639, "Species": "Red-crested Cardinal", "Count": 1, "Date": "2021-06-21" }, "geometry": { "type": "Point", "coordinates": [ -157.9722639, 21.38401409 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38401409, "Longitude": -157.9722639, "Species": "Red-vented Bulbul", "Count": 2, "Date": "2023-11-27" }, "geometry": { "type": "Point", "coordinates": [ -157.9722639, 21.38401409 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38401409, "Longitude": -157.9722639, "Species": "Red-whiskered Bulbul", "Count": 2, "Date": "2023-11-27" }, "geometry": { "type": "Point", "coordinates": [ -157.9722639, 21.38401409 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38401409, "Longitude": -157.9722639, "Species": "Spotted Dove", "Count": 2, "Date": "2023-11-27" }, "geometry": { "type": "Point", "coordinates": [ -157.9722639, 21.38401409 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38401409, "Longitude": -157.9722639, "Species": "Warbling White-eye", "Count": 1, "Date": "2021-06-25" }, "geometry": { "type": "Point", "coordinates": [ -157.9722639, 21.38401409 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38401409, "Longitude": -157.9722639, "Species": "Western Cattle Egret", "Count": 2, "Date": "2023-11-27" }, "geometry": { "type": "Point", "coordinates": [ -157.9722639, 21.38401409 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38401409, "Longitude": -157.9722639, "Species": "Zebra Dove", "Count": 2, "Date": "2023-11-27" }, "geometry": { "type": "Point", "coordinates": [ -157.9722639, 21.38401409 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41878057, "Longitude": -157.7694187, "Species": "Black-necked Stilt", "Count": 2, "Date": "2021-04-30" }, "geometry": { "type": "Point", "coordinates": [ -157.769418699999989, 21.41878057 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41878057, "Longitude": -157.7694187, "Species": "Brown Booby", "Count": 1, "Date": "2023-12-02" }, "geometry": { "type": "Point", "coordinates": [ -157.769418699999989, 21.41878057 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41878057, "Longitude": -157.7694187, "Species": "Common Myna", "Count": 2, "Date": "2021-05-08" }, "geometry": { "type": "Point", "coordinates": [ -157.769418699999989, 21.41878057 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41878057, "Longitude": -157.7694187, "Species": "Common Waxbill", "Count": 1, "Date": "2021-05-08" }, "geometry": { "type": "Point", "coordinates": [ -157.769418699999989, 21.41878057 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41878057, "Longitude": -157.7694187, "Species": "House Sparrow", "Count": 1, "Date": "2021-05-08" }, "geometry": { "type": "Point", "coordinates": [ -157.769418699999989, 21.41878057 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41878057, "Longitude": -157.7694187, "Species": "Northern Cardinal", "Count": 1, "Date": "2019-05-26" }, "geometry": { "type": "Point", "coordinates": [ -157.769418699999989, 21.41878057 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41878057, "Longitude": -157.7694187, "Species": "Red-crested Cardinal", "Count": 1, "Date": "2019-05-26" }, "geometry": { "type": "Point", "coordinates": [ -157.769418699999989, 21.41878057 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41878057, "Longitude": -157.7694187, "Species": "Red-vented Bulbul", "Count": 2, "Date": "2021-05-08" }, "geometry": { "type": "Point", "coordinates": [ -157.769418699999989, 21.41878057 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41878057, "Longitude": -157.7694187, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2019-05-26" }, "geometry": { "type": "Point", "coordinates": [ -157.769418699999989, 21.41878057 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41878057, "Longitude": -157.7694187, "Species": "Spotted Dove", "Count": 1, "Date": "2019-05-26" }, "geometry": { "type": "Point", "coordinates": [ -157.769418699999989, 21.41878057 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41878057, "Longitude": -157.7694187, "Species": "Warbling White-eye", "Count": 1, "Date": "2019-05-26" }, "geometry": { "type": "Point", "coordinates": [ -157.769418699999989, 21.41878057 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41878057, "Longitude": -157.7694187, "Species": "Western Cattle Egret", "Count": 1, "Date": "2019-05-26" }, "geometry": { "type": "Point", "coordinates": [ -157.769418699999989, 21.41878057 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41878057, "Longitude": -157.7694187, "Species": "Zebra Dove", "Count": 2, "Date": "2021-05-08" }, "geometry": { "type": "Point", "coordinates": [ -157.769418699999989, 21.41878057 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42941402, "Longitude": -158.0105406, "Species": "Common Myna", "Count": 3, "Date": "2019-11-25" }, "geometry": { "type": "Point", "coordinates": [ -158.010540600000013, 21.42941402 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42941402, "Longitude": -158.0105406, "Species": "Common Waxbill", "Count": 2, "Date": "2019-02-07" }, "geometry": { "type": "Point", "coordinates": [ -158.010540600000013, 21.42941402 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42941402, "Longitude": -158.0105406, "Species": "House Sparrow", "Count": 1, "Date": "2019-05-20" }, "geometry": { "type": "Point", "coordinates": [ -158.010540600000013, 21.42941402 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42941402, "Longitude": -158.0105406, "Species": "Pacific Golden-Plover", "Count": 5, "Date": "2021-03-20" }, "geometry": { "type": "Point", "coordinates": [ -158.010540600000013, 21.42941402 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42941402, "Longitude": -158.0105406, "Species": "Red-billed Leiothrix", "Count": 1, "Date": "2019-04-18" }, "geometry": { "type": "Point", "coordinates": [ -158.010540600000013, 21.42941402 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42941402, "Longitude": -158.0105406, "Species": "Red-crested Cardinal", "Count": 1, "Date": "2020-02-20" }, "geometry": { "type": "Point", "coordinates": [ -158.010540600000013, 21.42941402 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42941402, "Longitude": -158.0105406, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2019-05-20" }, "geometry": { "type": "Point", "coordinates": [ -158.010540600000013, 21.42941402 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42941402, "Longitude": -158.0105406, "Species": "Rose-ringed Parakeet", "Count": 2, "Date": "2019-11-25" }, "geometry": { "type": "Point", "coordinates": [ -158.010540600000013, 21.42941402 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42941402, "Longitude": -158.0105406, "Species": "Saffron Finch", "Count": 2, "Date": "2019-02-14" }, "geometry": { "type": "Point", "coordinates": [ -158.010540600000013, 21.42941402 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42941402, "Longitude": -158.0105406, "Species": "Spotted Dove", "Count": 4, "Date": "2020-02-20" }, "geometry": { "type": "Point", "coordinates": [ -158.010540600000013, 21.42941402 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42941402, "Longitude": -158.0105406, "Species": "Western Cattle Egret", "Count": 7, "Date": "2019-04-18" }, "geometry": { "type": "Point", "coordinates": [ -158.010540600000013, 21.42941402 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42941402, "Longitude": -158.0105406, "Species": "White-rumped Shama", "Count": 3, "Date": "2019-05-20" }, "geometry": { "type": "Point", "coordinates": [ -158.010540600000013, 21.42941402 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42941402, "Longitude": -158.0105406, "Species": "Zebra Dove", "Count": 5, "Date": "2021-03-20" }, "geometry": { "type": "Point", "coordinates": [ -158.010540600000013, 21.42941402 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43943164, "Longitude": -158.1938151, "Species": "Brown Booby", "Count": 3, "Date": "2024-01-26" }, "geometry": { "type": "Point", "coordinates": [ -158.1938151, 21.43943164 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43943164, "Longitude": -158.1938151, "Species": "Common Myna", "Count": 3, "Date": "2023-08-22" }, "geometry": { "type": "Point", "coordinates": [ -158.1938151, 21.43943164 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43943164, "Longitude": -158.1938151, "Species": "House Sparrow", "Count": 2, "Date": "2023-08-22" }, "geometry": { "type": "Point", "coordinates": [ -158.1938151, 21.43943164 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43943164, "Longitude": -158.1938151, "Species": "Java Sparrow", "Count": 1, "Date": "2023-08-24" }, "geometry": { "type": "Point", "coordinates": [ -158.1938151, 21.43943164 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43943164, "Longitude": -158.1938151, "Species": "Pacific Golden-Plover", "Count": 3, "Date": "2023-08-22" }, "geometry": { "type": "Point", "coordinates": [ -158.1938151, 21.43943164 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43943164, "Longitude": -158.1938151, "Species": "Red-crested Cardinal", "Count": 4, "Date": "2023-08-25" }, "geometry": { "type": "Point", "coordinates": [ -158.1938151, 21.43943164 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43943164, "Longitude": -158.1938151, "Species": "Red-vented Bulbul", "Count": 2, "Date": "2023-08-22" }, "geometry": { "type": "Point", "coordinates": [ -158.1938151, 21.43943164 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43943164, "Longitude": -158.1938151, "Species": "Rock Pigeon", "Count": 3, "Date": "2023-08-22" }, "geometry": { "type": "Point", "coordinates": [ -158.1938151, 21.43943164 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43943164, "Longitude": -158.1938151, "Species": "Saffron Finch", "Count": 2, "Date": "2023-08-25" }, "geometry": { "type": "Point", "coordinates": [ -158.1938151, 21.43943164 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43943164, "Longitude": -158.1938151, "Species": "Spotted Dove", "Count": 2, "Date": "2022-01-08" }, "geometry": { "type": "Point", "coordinates": [ -158.1938151, 21.43943164 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43943164, "Longitude": -158.1938151, "Species": "Warbling White-eye", "Count": 1, "Date": "2020-10-08" }, "geometry": { "type": "Point", "coordinates": [ -158.1938151, 21.43943164 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43943164, "Longitude": -158.1938151, "Species": "White-rumped Shama", "Count": 1, "Date": "2020-10-08" }, "geometry": { "type": "Point", "coordinates": [ -158.1938151, 21.43943164 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43943164, "Longitude": -158.1938151, "Species": "Zebra Dove", "Count": 3, "Date": "2023-08-22" }, "geometry": { "type": "Point", "coordinates": [ -158.1938151, 21.43943164 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43733029, "Longitude": -157.8368042, "Species": "Chestnut Munia", "Count": 1, "Date": "2022-07-08" }, "geometry": { "type": "Point", "coordinates": [ -157.836804199999989, 21.43733029 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43733029, "Longitude": -157.8368042, "Species": "Common Myna", "Count": 3, "Date": "2023-12-14" }, "geometry": { "type": "Point", "coordinates": [ -157.836804199999989, 21.43733029 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43733029, "Longitude": -157.8368042, "Species": "Common Waxbill", "Count": 1, "Date": "2023-12-14" }, "geometry": { "type": "Point", "coordinates": [ -157.836804199999989, 21.43733029 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43733029, "Longitude": -157.8368042, "Species": "Java Sparrow", "Count": 1, "Date": "2022-07-08" }, "geometry": { "type": "Point", "coordinates": [ -157.836804199999989, 21.43733029 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43733029, "Longitude": -157.8368042, "Species": "Northern Cardinal", "Count": 1, "Date": "2021-12-29" }, "geometry": { "type": "Point", "coordinates": [ -157.836804199999989, 21.43733029 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43733029, "Longitude": -157.8368042, "Species": "Pacific Golden-Plover", "Count": 2, "Date": "2020-01-06" }, "geometry": { "type": "Point", "coordinates": [ -157.836804199999989, 21.43733029 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43733029, "Longitude": -157.8368042, "Species": "Red-crested Cardinal", "Count": 3, "Date": "2023-12-14" }, "geometry": { "type": "Point", "coordinates": [ -157.836804199999989, 21.43733029 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43733029, "Longitude": -157.8368042, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2022-07-08" }, "geometry": { "type": "Point", "coordinates": [ -157.836804199999989, 21.43733029 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43733029, "Longitude": -157.8368042, "Species": "Rock Pigeon", "Count": 1, "Date": "2021-12-29" }, "geometry": { "type": "Point", "coordinates": [ -157.836804199999989, 21.43733029 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43733029, "Longitude": -157.8368042, "Species": "Spotted Dove", "Count": 1, "Date": "2023-12-14" }, "geometry": { "type": "Point", "coordinates": [ -157.836804199999989, 21.43733029 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43733029, "Longitude": -157.8368042, "Species": "Western Cattle Egret", "Count": 1, "Date": "2022-07-08" }, "geometry": { "type": "Point", "coordinates": [ -157.836804199999989, 21.43733029 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43733029, "Longitude": -157.8368042, "Species": "White-rumped Shama", "Count": 2, "Date": "2023-12-14" }, "geometry": { "type": "Point", "coordinates": [ -157.836804199999989, 21.43733029 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43733029, "Longitude": -157.8368042, "Species": "Zebra Dove", "Count": 1, "Date": "2022-07-08" }, "geometry": { "type": "Point", "coordinates": [ -157.836804199999989, 21.43733029 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4746963, "Longitude": -158.0295382, "Species": "Chestnut Munia", "Count": 1, "Date": "2020-01-15" }, "geometry": { "type": "Point", "coordinates": [ -158.0295382, 21.4746963 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4746963, "Longitude": -158.0295382, "Species": "Common Myna", "Count": 3, "Date": "2020-08-17" }, "geometry": { "type": "Point", "coordinates": [ -158.0295382, 21.4746963 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4746963, "Longitude": -158.0295382, "Species": "Common Waxbill", "Count": 1, "Date": "2020-01-13" }, "geometry": { "type": "Point", "coordinates": [ -158.0295382, 21.4746963 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4746963, "Longitude": -158.0295382, "Species": "House Finch", "Count": 2, "Date": "2020-01-15" }, "geometry": { "type": "Point", "coordinates": [ -158.0295382, 21.4746963 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4746963, "Longitude": -158.0295382, "Species": "Java Sparrow", "Count": 3, "Date": "2020-08-17" }, "geometry": { "type": "Point", "coordinates": [ -158.0295382, 21.4746963 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4746963, "Longitude": -158.0295382, "Species": "Pacific Golden-Plover", "Count": 3, "Date": "2020-08-17" }, "geometry": { "type": "Point", "coordinates": [ -158.0295382, 21.4746963 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4746963, "Longitude": -158.0295382, "Species": "Red-crested Cardinal", "Count": 1, "Date": "2020-01-13" }, "geometry": { "type": "Point", "coordinates": [ -158.0295382, 21.4746963 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4746963, "Longitude": -158.0295382, "Species": "Red-vented Bulbul", "Count": 2, "Date": "2020-01-15" }, "geometry": { "type": "Point", "coordinates": [ -158.0295382, 21.4746963 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4746963, "Longitude": -158.0295382, "Species": "Rose-ringed Parakeet", "Count": 3, "Date": "2021-05-10" }, "geometry": { "type": "Point", "coordinates": [ -158.0295382, 21.4746963 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4746963, "Longitude": -158.0295382, "Species": "Warbling White-eye", "Count": 1, "Date": "2020-01-15" }, "geometry": { "type": "Point", "coordinates": [ -158.0295382, 21.4746963 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4746963, "Longitude": -158.0295382, "Species": "Western Cattle Egret", "Count": 1, "Date": "2020-01-15" }, "geometry": { "type": "Point", "coordinates": [ -158.0295382, 21.4746963 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4746963, "Longitude": -158.0295382, "Species": "White-rumped Shama", "Count": 1, "Date": "2020-09-03" }, "geometry": { "type": "Point", "coordinates": [ -158.0295382, 21.4746963 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4746963, "Longitude": -158.0295382, "Species": "Zebra Dove", "Count": 2, "Date": "2020-01-15" }, "geometry": { "type": "Point", "coordinates": [ -158.0295382, 21.4746963 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50207293, "Longitude": -158.0776246, "Species": "Chestnut Munia", "Count": 2, "Date": "2021-12-02" }, "geometry": { "type": "Point", "coordinates": [ -158.0776246, 21.50207293 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50207293, "Longitude": -158.0776246, "Species": "Common Myna", "Count": 5, "Date": "2022-07-07" }, "geometry": { "type": "Point", "coordinates": [ -158.0776246, 21.50207293 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50207293, "Longitude": -158.0776246, "Species": "House Finch", "Count": 2, "Date": "2021-12-02" }, "geometry": { "type": "Point", "coordinates": [ -158.0776246, 21.50207293 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50207293, "Longitude": -158.0776246, "Species": "Northern Cardinal", "Count": 2, "Date": "2021-12-02" }, "geometry": { "type": "Point", "coordinates": [ -158.0776246, 21.50207293 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50207293, "Longitude": -158.0776246, "Species": "Pacific Golden-Plover", "Count": 4, "Date": "2021-12-10" }, "geometry": { "type": "Point", "coordinates": [ -158.0776246, 21.50207293 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50207293, "Longitude": -158.0776246, "Species": "Red Junglefowl", "Count": 2, "Date": "2021-12-10" }, "geometry": { "type": "Point", "coordinates": [ -158.0776246, 21.50207293 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50207293, "Longitude": -158.0776246, "Species": "Red-crested Cardinal", "Count": 2, "Date": "2021-12-10" }, "geometry": { "type": "Point", "coordinates": [ -158.0776246, 21.50207293 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50207293, "Longitude": -158.0776246, "Species": "Red-crowned Parrot", "Count": 3, "Date": "2022-07-07" }, "geometry": { "type": "Point", "coordinates": [ -158.0776246, 21.50207293 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50207293, "Longitude": -158.0776246, "Species": "Red-vented Bulbul", "Count": 2, "Date": "2021-12-10" }, "geometry": { "type": "Point", "coordinates": [ -158.0776246, 21.50207293 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50207293, "Longitude": -158.0776246, "Species": "Rose-ringed Parakeet", "Count": 2, "Date": "2021-12-02" }, "geometry": { "type": "Point", "coordinates": [ -158.0776246, 21.50207293 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50207293, "Longitude": -158.0776246, "Species": "Saffron Finch", "Count": 1, "Date": "2023-10-24" }, "geometry": { "type": "Point", "coordinates": [ -158.0776246, 21.50207293 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50207293, "Longitude": -158.0776246, "Species": "Warbling White-eye", "Count": 1, "Date": "2022-07-07" }, "geometry": { "type": "Point", "coordinates": [ -158.0776246, 21.50207293 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50207293, "Longitude": -158.0776246, "Species": "Zebra Dove", "Count": 4, "Date": "2021-12-10" }, "geometry": { "type": "Point", "coordinates": [ -158.0776246, 21.50207293 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50190891, "Longitude": -158.0486649, "Species": "Common Myna", "Count": 2, "Date": "2023-09-17" }, "geometry": { "type": "Point", "coordinates": [ -158.0486649, 21.50190891 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50190891, "Longitude": -158.0486649, "Species": "Common Waxbill", "Count": 2, "Date": "2023-09-17" }, "geometry": { "type": "Point", "coordinates": [ -158.0486649, 21.50190891 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50190891, "Longitude": -158.0486649, "Species": "Gray Francolin", "Count": 1, "Date": "2023-12-14" }, "geometry": { "type": "Point", "coordinates": [ -158.0486649, 21.50190891 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50190891, "Longitude": -158.0486649, "Species": "House Finch", "Count": 1, "Date": "2023-09-17" }, "geometry": { "type": "Point", "coordinates": [ -158.0486649, 21.50190891 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50190891, "Longitude": -158.0486649, "Species": "House Sparrow", "Count": 1, "Date": "2023-09-17" }, "geometry": { "type": "Point", "coordinates": [ -158.0486649, 21.50190891 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50190891, "Longitude": -158.0486649, "Species": "Red-crested Cardinal", "Count": 2, "Date": "2023-09-17" }, "geometry": { "type": "Point", "coordinates": [ -158.0486649, 21.50190891 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50190891, "Longitude": -158.0486649, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2023-09-17" }, "geometry": { "type": "Point", "coordinates": [ -158.0486649, 21.50190891 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50190891, "Longitude": -158.0486649, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2023-09-17" }, "geometry": { "type": "Point", "coordinates": [ -158.0486649, 21.50190891 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50190891, "Longitude": -158.0486649, "Species": "Rose-ringed Parakeet", "Count": 1, "Date": "2023-03-15" }, "geometry": { "type": "Point", "coordinates": [ -158.0486649, 21.50190891 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50190891, "Longitude": -158.0486649, "Species": "Saffron Finch", "Count": 2, "Date": "2023-09-17" }, "geometry": { "type": "Point", "coordinates": [ -158.0486649, 21.50190891 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50190891, "Longitude": -158.0486649, "Species": "Spotted Dove", "Count": 1, "Date": "2023-09-17" }, "geometry": { "type": "Point", "coordinates": [ -158.0486649, 21.50190891 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50190891, "Longitude": -158.0486649, "Species": "Western Cattle Egret", "Count": 1, "Date": "2023-09-17" }, "geometry": { "type": "Point", "coordinates": [ -158.0486649, 21.50190891 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50190891, "Longitude": -158.0486649, "Species": "Zebra Dove", "Count": 2, "Date": "2023-09-17" }, "geometry": { "type": "Point", "coordinates": [ -158.0486649, 21.50190891 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50179777, "Longitude": -158.0293585, "Species": "Black Francolin", "Count": 1, "Date": "2022-05-29" }, "geometry": { "type": "Point", "coordinates": [ -158.0293585, 21.50179777 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50179777, "Longitude": -158.0293585, "Species": "Common Myna", "Count": 2, "Date": "2022-05-29" }, "geometry": { "type": "Point", "coordinates": [ -158.0293585, 21.50179777 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50179777, "Longitude": -158.0293585, "Species": "Common Waxbill", "Count": 1, "Date": "2022-05-29" }, "geometry": { "type": "Point", "coordinates": [ -158.0293585, 21.50179777 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50179777, "Longitude": -158.0293585, "Species": "House Sparrow", "Count": 1, "Date": "2022-05-29" }, "geometry": { "type": "Point", "coordinates": [ -158.0293585, 21.50179777 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50179777, "Longitude": -158.0293585, "Species": "Feral Mallard", "Count": 9, "Date": "2023-03-31" }, "geometry": { "type": "Point", "coordinates": [ -158.0293585, 21.50179777 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50179777, "Longitude": -158.0293585, "Species": "Mourning Dove", "Count": 1, "Date": "2023-02-22" }, "geometry": { "type": "Point", "coordinates": [ -158.0293585, 21.50179777 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50179777, "Longitude": -158.0293585, "Species": "Red Junglefowl", "Count": 11, "Date": "2023-03-31" }, "geometry": { "type": "Point", "coordinates": [ -158.0293585, 21.50179777 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50179777, "Longitude": -158.0293585, "Species": "Red-crested Cardinal", "Count": 1, "Date": "2022-05-29" }, "geometry": { "type": "Point", "coordinates": [ -158.0293585, 21.50179777 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50179777, "Longitude": -158.0293585, "Species": "Red-vented Bulbul", "Count": 2, "Date": "2022-05-29" }, "geometry": { "type": "Point", "coordinates": [ -158.0293585, 21.50179777 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50179777, "Longitude": -158.0293585, "Species": "Rock Pigeon", "Count": 1, "Date": "2022-05-29" }, "geometry": { "type": "Point", "coordinates": [ -158.0293585, 21.50179777 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50179777, "Longitude": -158.0293585, "Species": "Spotted Dove", "Count": 2, "Date": "2022-05-29" }, "geometry": { "type": "Point", "coordinates": [ -158.0293585, 21.50179777 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50179777, "Longitude": -158.0293585, "Species": "Western Cattle Egret", "Count": 1, "Date": "2022-05-29" }, "geometry": { "type": "Point", "coordinates": [ -158.0293585, 21.50179777 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50179777, "Longitude": -158.0293585, "Species": "Zebra Dove", "Count": 1, "Date": "2019-03-28" }, "geometry": { "type": "Point", "coordinates": [ -158.0293585, 21.50179777 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51071829, "Longitude": -158.0099912, "Species": "Common Myna", "Count": 3, "Date": "2023-09-12" }, "geometry": { "type": "Point", "coordinates": [ -158.0099912, 21.51071829 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51071829, "Longitude": -158.0099912, "Species": "House Sparrow", "Count": 1, "Date": "2023-08-17" }, "geometry": { "type": "Point", "coordinates": [ -158.0099912, 21.51071829 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51071829, "Longitude": -158.0099912, "Species": "Java Sparrow", "Count": 1, "Date": "2020-03-06" }, "geometry": { "type": "Point", "coordinates": [ -158.0099912, 21.51071829 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51071829, "Longitude": -158.0099912, "Species": "Northern Cardinal", "Count": 1, "Date": "2020-03-06" }, "geometry": { "type": "Point", "coordinates": [ -158.0099912, 21.51071829 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51071829, "Longitude": -158.0099912, "Species": "Pacific Golden-Plover", "Count": 5, "Date": "2023-09-12" }, "geometry": { "type": "Point", "coordinates": [ -158.0099912, 21.51071829 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51071829, "Longitude": -158.0099912, "Species": "Red-crested Cardinal", "Count": 1, "Date": "2020-03-06" }, "geometry": { "type": "Point", "coordinates": [ -158.0099912, 21.51071829 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51071829, "Longitude": -158.0099912, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2020-03-06" }, "geometry": { "type": "Point", "coordinates": [ -158.0099912, 21.51071829 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51071829, "Longitude": -158.0099912, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2020-03-06" }, "geometry": { "type": "Point", "coordinates": [ -158.0099912, 21.51071829 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51071829, "Longitude": -158.0099912, "Species": "Rose-ringed Parakeet", "Count": 1, "Date": "2020-03-06" }, "geometry": { "type": "Point", "coordinates": [ -158.0099912, 21.51071829 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51071829, "Longitude": -158.0099912, "Species": "Saffron Finch", "Count": 2, "Date": "2023-09-12" }, "geometry": { "type": "Point", "coordinates": [ -158.0099912, 21.51071829 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51071829, "Longitude": -158.0099912, "Species": "Spotted Dove", "Count": 2, "Date": "2023-09-12" }, "geometry": { "type": "Point", "coordinates": [ -158.0099912, 21.51071829 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51071829, "Longitude": -158.0099912, "Species": "Western Cattle Egret", "Count": 1, "Date": "2023-09-12" }, "geometry": { "type": "Point", "coordinates": [ -158.0099912, 21.51071829 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51071829, "Longitude": -158.0099912, "Species": "Zebra Dove", "Count": 2, "Date": "2023-09-12" }, "geometry": { "type": "Point", "coordinates": [ -158.0099912, 21.51071829 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.54579404, "Longitude": -157.8455975, "Species": "Black-necked Stilt", "Count": 1, "Date": "2023-10-14" }, "geometry": { "type": "Point", "coordinates": [ -157.8455975, 21.54579404 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.54579404, "Longitude": -157.8455975, "Species": "Common Myna", "Count": 1, "Date": "2023-10-14" }, "geometry": { "type": "Point", "coordinates": [ -157.8455975, 21.54579404 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.54579404, "Longitude": -157.8455975, "Species": "Common Waxbill", "Count": 1, "Date": "2023-10-14" }, "geometry": { "type": "Point", "coordinates": [ -157.8455975, 21.54579404 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.54579404, "Longitude": -157.8455975, "Species": "Glaucous-winged Gull", "Count": 1, "Date": "2020-01-18" }, "geometry": { "type": "Point", "coordinates": [ -157.8455975, 21.54579404 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.54579404, "Longitude": -157.8455975, "Species": "Great Frigatebird", "Count": 1, "Date": "2019-08-08" }, "geometry": { "type": "Point", "coordinates": [ -157.8455975, 21.54579404 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.54579404, "Longitude": -157.8455975, "Species": "House Finch", "Count": 1, "Date": "2023-10-14" }, "geometry": { "type": "Point", "coordinates": [ -157.8455975, 21.54579404 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.54579404, "Longitude": -157.8455975, "Species": "Pacific Golden-Plover", "Count": 1, "Date": "2023-10-14" }, "geometry": { "type": "Point", "coordinates": [ -157.8455975, 21.54579404 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.54579404, "Longitude": -157.8455975, "Species": "Red-crested Cardinal", "Count": 1, "Date": "2023-10-14" }, "geometry": { "type": "Point", "coordinates": [ -157.8455975, 21.54579404 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.54579404, "Longitude": -157.8455975, "Species": "Spotted Dove", "Count": 1, "Date": "2023-10-14" }, "geometry": { "type": "Point", "coordinates": [ -157.8455975, 21.54579404 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.54579404, "Longitude": -157.8455975, "Species": "Wandering Tattler", "Count": 11, "Date": "2024-02-08" }, "geometry": { "type": "Point", "coordinates": [ -157.8455975, 21.54579404 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.54579404, "Longitude": -157.8455975, "Species": "Warbling White-eye", "Count": 1, "Date": "2023-10-14" }, "geometry": { "type": "Point", "coordinates": [ -157.8455975, 21.54579404 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.54579404, "Longitude": -157.8455975, "Species": "Western Cattle Egret", "Count": 2, "Date": "2023-10-14" }, "geometry": { "type": "Point", "coordinates": [ -157.8455975, 21.54579404 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.54579404, "Longitude": -157.8455975, "Species": "Zebra Dove", "Count": 1, "Date": "2022-10-16" }, "geometry": { "type": "Point", "coordinates": [ -157.8455975, 21.54579404 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55482631, "Longitude": -157.845526, "Species": "Barn Owl", "Count": 1, "Date": "2024-02-10" }, "geometry": { "type": "Point", "coordinates": [ -157.845526, 21.55482631 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55482631, "Longitude": -157.845526, "Species": "Common Myna", "Count": 2, "Date": "2024-02-12" }, "geometry": { "type": "Point", "coordinates": [ -157.845526, 21.55482631 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55482631, "Longitude": -157.845526, "Species": "Common Waxbill", "Count": 1, "Date": "2024-02-12" }, "geometry": { "type": "Point", "coordinates": [ -157.845526, 21.55482631 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55482631, "Longitude": -157.845526, "Species": "House Finch", "Count": 1, "Date": "2024-02-12" }, "geometry": { "type": "Point", "coordinates": [ -157.845526, 21.55482631 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55482631, "Longitude": -157.845526, "Species": "House Sparrow", "Count": 1, "Date": "2024-02-05" }, "geometry": { "type": "Point", "coordinates": [ -157.845526, 21.55482631 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55482631, "Longitude": -157.845526, "Species": "Java Sparrow", "Count": 1, "Date": "2024-02-12" }, "geometry": { "type": "Point", "coordinates": [ -157.845526, 21.55482631 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55482631, "Longitude": -157.845526, "Species": "Northern Cardinal", "Count": 1, "Date": "2024-02-12" }, "geometry": { "type": "Point", "coordinates": [ -157.845526, 21.55482631 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55482631, "Longitude": -157.845526, "Species": "Pacific Golden-Plover", "Count": 2, "Date": "2024-02-12" }, "geometry": { "type": "Point", "coordinates": [ -157.845526, 21.55482631 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55482631, "Longitude": -157.845526, "Species": "Rock Pigeon", "Count": 1, "Date": "2024-02-12" }, "geometry": { "type": "Point", "coordinates": [ -157.845526, 21.55482631 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55482631, "Longitude": -157.845526, "Species": "Warbling White-eye", "Count": 1, "Date": "2024-02-12" }, "geometry": { "type": "Point", "coordinates": [ -157.845526, 21.55482631 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55482631, "Longitude": -157.845526, "Species": "Western Cattle Egret", "Count": 2, "Date": "2024-02-12" }, "geometry": { "type": "Point", "coordinates": [ -157.845526, 21.55482631 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55482631, "Longitude": -157.845526, "Species": "White-rumped Shama", "Count": 1, "Date": "2024-02-12" }, "geometry": { "type": "Point", "coordinates": [ -157.845526, 21.55482631 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55482631, "Longitude": -157.845526, "Species": "Zebra Dove", "Count": 2, "Date": "2024-02-12" }, "geometry": { "type": "Point", "coordinates": [ -157.845526, 21.55482631 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60038767, "Longitude": -157.903123, "Species": "Black-necked Stilt", "Count": 1, "Date": "2021-02-21" }, "geometry": { "type": "Point", "coordinates": [ -157.903123, 21.60038767 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60038767, "Longitude": -157.903123, "Species": "Common Myna", "Count": 4, "Date": "2023-08-21" }, "geometry": { "type": "Point", "coordinates": [ -157.903123, 21.60038767 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60038767, "Longitude": -157.903123, "Species": "Common Waxbill", "Count": 1, "Date": "2021-08-10" }, "geometry": { "type": "Point", "coordinates": [ -157.903123, 21.60038767 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60038767, "Longitude": -157.903123, "Species": "House Finch", "Count": 1, "Date": "2021-08-10" }, "geometry": { "type": "Point", "coordinates": [ -157.903123, 21.60038767 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60038767, "Longitude": -157.903123, "Species": "Java Sparrow", "Count": 1, "Date": "2021-08-10" }, "geometry": { "type": "Point", "coordinates": [ -157.903123, 21.60038767 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60038767, "Longitude": -157.903123, "Species": "Pacific Golden-Plover", "Count": 1, "Date": "2021-02-21" }, "geometry": { "type": "Point", "coordinates": [ -157.903123, 21.60038767 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60038767, "Longitude": -157.903123, "Species": "Red-crested Cardinal", "Count": 4, "Date": "2023-08-21" }, "geometry": { "type": "Point", "coordinates": [ -157.903123, 21.60038767 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60038767, "Longitude": -157.903123, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2021-08-10" }, "geometry": { "type": "Point", "coordinates": [ -157.903123, 21.60038767 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60038767, "Longitude": -157.903123, "Species": "Sanderling", "Count": 1, "Date": "2023-08-21" }, "geometry": { "type": "Point", "coordinates": [ -157.903123, 21.60038767 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60038767, "Longitude": -157.903123, "Species": "Spotted Dove", "Count": 2, "Date": "2021-08-10" }, "geometry": { "type": "Point", "coordinates": [ -157.903123, 21.60038767 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60038767, "Longitude": -157.903123, "Species": "Western Cattle Egret", "Count": 4, "Date": "2023-08-21" }, "geometry": { "type": "Point", "coordinates": [ -157.903123, 21.60038767 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60038767, "Longitude": -157.903123, "Species": "White-rumped Shama", "Count": 1, "Date": "2021-08-10" }, "geometry": { "type": "Point", "coordinates": [ -157.903123, 21.60038767 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60038767, "Longitude": -157.903123, "Species": "Zebra Dove", "Count": 1, "Date": "2021-08-10" }, "geometry": { "type": "Point", "coordinates": [ -157.903123, 21.60038767 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.61058376, "Longitude": -158.096259, "Species": "Brown Booby", "Count": 2, "Date": "2024-02-11" }, "geometry": { "type": "Point", "coordinates": [ -158.096259, 21.61058376 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.61058376, "Longitude": -158.096259, "Species": "Common Gallinule", "Count": 1, "Date": "2021-02-24" }, "geometry": { "type": "Point", "coordinates": [ -158.096259, 21.61058376 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.61058376, "Longitude": -158.096259, "Species": "Common Myna", "Count": 2, "Date": "2022-07-27" }, "geometry": { "type": "Point", "coordinates": [ -158.096259, 21.61058376 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.61058376, "Longitude": -158.096259, "Species": "Pacific Golden-Plover", "Count": 1, "Date": "2022-02-07" }, "geometry": { "type": "Point", "coordinates": [ -158.096259, 21.61058376 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.61058376, "Longitude": -158.096259, "Species": "Red-crested Cardinal", "Count": 2, "Date": "2022-02-07" }, "geometry": { "type": "Point", "coordinates": [ -158.096259, 21.61058376 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.61058376, "Longitude": -158.096259, "Species": "Ring-necked Pheasant", "Count": 2, "Date": "2020-03-04" }, "geometry": { "type": "Point", "coordinates": [ -158.096259, 21.61058376 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.61058376, "Longitude": -158.096259, "Species": "Ruddy Turnstone", "Count": 1, "Date": "2019-08-28" }, "geometry": { "type": "Point", "coordinates": [ -158.096259, 21.61058376 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.61058376, "Longitude": -158.096259, "Species": "Sanderling", "Count": 2, "Date": "2021-03-06" }, "geometry": { "type": "Point", "coordinates": [ -158.096259, 21.61058376 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.61058376, "Longitude": -158.096259, "Species": "Spotted Dove", "Count": 2, "Date": "2023-02-18" }, "geometry": { "type": "Point", "coordinates": [ -158.096259, 21.61058376 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.61058376, "Longitude": -158.096259, "Species": "Wandering Tattler", "Count": 2, "Date": "2022-07-27" }, "geometry": { "type": "Point", "coordinates": [ -158.096259, 21.61058376 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.61058376, "Longitude": -158.096259, "Species": "Wedge-tailed Shearwater", "Count": 2, "Date": "2023-09-24" }, "geometry": { "type": "Point", "coordinates": [ -158.096259, 21.61058376 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.61058376, "Longitude": -158.096259, "Species": "Western Cattle Egret", "Count": 2, "Date": "2022-02-07" }, "geometry": { "type": "Point", "coordinates": [ -158.096259, 21.61058376 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.61058376, "Longitude": -158.096259, "Species": "Zebra Dove", "Count": 2, "Date": "2022-02-07" }, "geometry": { "type": "Point", "coordinates": [ -158.096259, 21.61058376 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6912735, "Longitude": -157.9894286, "Species": "Black-necked Stilt", "Count": 5, "Date": "2024-01-06" }, "geometry": { "type": "Point", "coordinates": [ -157.9894286, 21.6912735 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6912735, "Longitude": -157.9894286, "Species": "Blue-winged Teal", "Count": 2, "Date": "2024-01-06" }, "geometry": { "type": "Point", "coordinates": [ -157.9894286, 21.6912735 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6912735, "Longitude": -157.9894286, "Species": "Common Myna", "Count": 5, "Date": "2024-01-06" }, "geometry": { "type": "Point", "coordinates": [ -157.9894286, 21.6912735 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6912735, "Longitude": -157.9894286, "Species": "Hawaiian Coot", "Count": 8, "Date": "2024-01-06" }, "geometry": { "type": "Point", "coordinates": [ -157.9894286, 21.6912735 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6912735, "Longitude": -157.9894286, "Species": "Feral Mallard", "Count": 2, "Date": "2024-01-06" }, "geometry": { "type": "Point", "coordinates": [ -157.9894286, 21.6912735 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6912735, "Longitude": -157.9894286, "Species": "Pacific Golden-Plover", "Count": 6, "Date": "2024-01-06" }, "geometry": { "type": "Point", "coordinates": [ -157.9894286, 21.6912735 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6912735, "Longitude": -157.9894286, "Species": "Red-vented Bulbul", "Count": 3, "Date": "2024-01-06" }, "geometry": { "type": "Point", "coordinates": [ -157.9894286, 21.6912735 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6912735, "Longitude": -157.9894286, "Species": "Ruddy Turnstone", "Count": 6, "Date": "2024-01-06" }, "geometry": { "type": "Point", "coordinates": [ -157.9894286, 21.6912735 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6912735, "Longitude": -157.9894286, "Species": "Sanderling", "Count": 3, "Date": "2024-01-06" }, "geometry": { "type": "Point", "coordinates": [ -157.9894286, 21.6912735 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6912735, "Longitude": -157.9894286, "Species": "Spotted Dove", "Count": 3, "Date": "2024-01-06" }, "geometry": { "type": "Point", "coordinates": [ -157.9894286, 21.6912735 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6912735, "Longitude": -157.9894286, "Species": "Wandering Tattler", "Count": 2, "Date": "2024-01-06" }, "geometry": { "type": "Point", "coordinates": [ -157.9894286, 21.6912735 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6912735, "Longitude": -157.9894286, "Species": "Western Cattle Egret", "Count": 1, "Date": "2019-12-26" }, "geometry": { "type": "Point", "coordinates": [ -157.9894286, 21.6912735 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6912735, "Longitude": -157.9894286, "Species": "Zebra Dove", "Count": 3, "Date": "2024-01-06" }, "geometry": { "type": "Point", "coordinates": [ -157.9894286, 21.6912735 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29166014, "Longitude": -157.6837309, "Species": "Common Myna", "Count": 2, "Date": "2022-04-14" }, "geometry": { "type": "Point", "coordinates": [ -157.6837309, 21.29166014 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29166014, "Longitude": -157.6837309, "Species": "House Finch", "Count": 1, "Date": "2022-04-14" }, "geometry": { "type": "Point", "coordinates": [ -157.6837309, 21.29166014 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29166014, "Longitude": -157.6837309, "Species": "Northern Cardinal", "Count": 1, "Date": "2022-04-14" }, "geometry": { "type": "Point", "coordinates": [ -157.6837309, 21.29166014 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29166014, "Longitude": -157.6837309, "Species": "Pacific Golden-Plover", "Count": 3, "Date": "2022-04-14" }, "geometry": { "type": "Point", "coordinates": [ -157.6837309, 21.29166014 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29166014, "Longitude": -157.6837309, "Species": "Red-crested Cardinal", "Count": 2, "Date": "2022-04-14" }, "geometry": { "type": "Point", "coordinates": [ -157.6837309, 21.29166014 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29166014, "Longitude": -157.6837309, "Species": "Red-tailed Tropicbird", "Count": 1, "Date": "2022-07-18" }, "geometry": { "type": "Point", "coordinates": [ -157.6837309, 21.29166014 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29166014, "Longitude": -157.6837309, "Species": "Red-vented Bulbul", "Count": 3, "Date": "2022-04-14" }, "geometry": { "type": "Point", "coordinates": [ -157.6837309, 21.29166014 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29166014, "Longitude": -157.6837309, "Species": "Spotted Dove", "Count": 1, "Date": "2022-04-14" }, "geometry": { "type": "Point", "coordinates": [ -157.6837309, 21.29166014 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29166014, "Longitude": -157.6837309, "Species": "Warbling White-eye", "Count": 2, "Date": "2022-04-14" }, "geometry": { "type": "Point", "coordinates": [ -157.6837309, 21.29166014 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29166014, "Longitude": -157.6837309, "Species": "Western Cattle Egret", "Count": 2, "Date": "2022-04-14" }, "geometry": { "type": "Point", "coordinates": [ -157.6837309, 21.29166014 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29166014, "Longitude": -157.6837309, "Species": "White Tern", "Count": 1, "Date": "2022-07-18" }, "geometry": { "type": "Point", "coordinates": [ -157.6837309, 21.29166014 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29166014, "Longitude": -157.6837309, "Species": "White-rumped Shama", "Count": 3, "Date": "2022-04-14" }, "geometry": { "type": "Point", "coordinates": [ -157.6837309, 21.29166014 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29166014, "Longitude": -157.6837309, "Species": "White-tailed Tropicbird", "Count": 1, "Date": "2022-07-18" }, "geometry": { "type": "Point", "coordinates": [ -157.6837309, 21.29166014 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29166014, "Longitude": -157.6837309, "Species": "Zebra Dove", "Count": 4, "Date": "2022-07-18" }, "geometry": { "type": "Point", "coordinates": [ -157.6837309, 21.29166014 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31052334, "Longitude": -157.7896041, "Species": "Common Myna", "Count": 2, "Date": "2024-02-12" }, "geometry": { "type": "Point", "coordinates": [ -157.7896041, 21.31052334 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31052334, "Longitude": -157.7896041, "Species": "House Sparrow", "Count": 1, "Date": "2020-10-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7896041, 21.31052334 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31052334, "Longitude": -157.7896041, "Species": "Northern Cardinal", "Count": 1, "Date": "2024-02-12" }, "geometry": { "type": "Point", "coordinates": [ -157.7896041, 21.31052334 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31052334, "Longitude": -157.7896041, "Species": "Oahu Amakihi", "Count": 1, "Date": "2024-02-12" }, "geometry": { "type": "Point", "coordinates": [ -157.7896041, 21.31052334 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31052334, "Longitude": -157.7896041, "Species": "Pacific Golden-Plover", "Count": 1, "Date": "2020-10-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7896041, 21.31052334 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31052334, "Longitude": -157.7896041, "Species": "Red Junglefowl", "Count": 2, "Date": "2024-02-12" }, "geometry": { "type": "Point", "coordinates": [ -157.7896041, 21.31052334 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31052334, "Longitude": -157.7896041, "Species": "Red-billed Leiothrix", "Count": 1, "Date": "2024-02-12" }, "geometry": { "type": "Point", "coordinates": [ -157.7896041, 21.31052334 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31052334, "Longitude": -157.7896041, "Species": "Red-crested Cardinal", "Count": 1, "Date": "2024-02-12" }, "geometry": { "type": "Point", "coordinates": [ -157.7896041, 21.31052334 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31052334, "Longitude": -157.7896041, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2020-10-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7896041, 21.31052334 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31052334, "Longitude": -157.7896041, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2020-10-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7896041, 21.31052334 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31052334, "Longitude": -157.7896041, "Species": "Spotted Dove", "Count": 2, "Date": "2024-02-12" }, "geometry": { "type": "Point", "coordinates": [ -157.7896041, 21.31052334 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31052334, "Longitude": -157.7896041, "Species": "Warbling White-eye", "Count": 1, "Date": "2024-02-12" }, "geometry": { "type": "Point", "coordinates": [ -157.7896041, 21.31052334 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31052334, "Longitude": -157.7896041, "Species": "White-rumped Shama", "Count": 2, "Date": "2024-02-12" }, "geometry": { "type": "Point", "coordinates": [ -157.7896041, 21.31052334 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31052334, "Longitude": -157.7896041, "Species": "Zebra Dove", "Count": 1, "Date": "2020-10-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7896041, 21.31052334 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32106445, "Longitude": -158.0209107, "Species": "Common Myna", "Count": 2, "Date": "2021-10-17" }, "geometry": { "type": "Point", "coordinates": [ -158.0209107, 21.32106445 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32106445, "Longitude": -158.0209107, "Species": "Common Waxbill", "Count": 1, "Date": "2022-04-10" }, "geometry": { "type": "Point", "coordinates": [ -158.0209107, 21.32106445 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32106445, "Longitude": -158.0209107, "Species": "Indian Peafowl", "Count": 1, "Date": "2022-06-01" }, "geometry": { "type": "Point", "coordinates": [ -158.0209107, 21.32106445 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32106445, "Longitude": -158.0209107, "Species": "Japanese Bush Warbler", "Count": 2, "Date": "2022-01-01" }, "geometry": { "type": "Point", "coordinates": [ -158.0209107, 21.32106445 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32106445, "Longitude": -158.0209107, "Species": "Java Sparrow", "Count": 1, "Date": "2021-10-17" }, "geometry": { "type": "Point", "coordinates": [ -158.0209107, 21.32106445 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32106445, "Longitude": -158.0209107, "Species": "Pacific Golden-Plover", "Count": 4, "Date": "2022-08-28" }, "geometry": { "type": "Point", "coordinates": [ -158.0209107, 21.32106445 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32106445, "Longitude": -158.0209107, "Species": "Red-billed Leiothrix", "Count": 1, "Date": "2022-06-01" }, "geometry": { "type": "Point", "coordinates": [ -158.0209107, 21.32106445 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32106445, "Longitude": -158.0209107, "Species": "Red-crested Cardinal", "Count": 1, "Date": "2021-03-23" }, "geometry": { "type": "Point", "coordinates": [ -158.0209107, 21.32106445 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32106445, "Longitude": -158.0209107, "Species": "Red-vented Bulbul", "Count": 4, "Date": "2022-08-28" }, "geometry": { "type": "Point", "coordinates": [ -158.0209107, 21.32106445 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32106445, "Longitude": -158.0209107, "Species": "Rock Pigeon", "Count": 1, "Date": "2021-10-17" }, "geometry": { "type": "Point", "coordinates": [ -158.0209107, 21.32106445 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32106445, "Longitude": -158.0209107, "Species": "Saffron Finch", "Count": 1, "Date": "2021-05-13" }, "geometry": { "type": "Point", "coordinates": [ -158.0209107, 21.32106445 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32106445, "Longitude": -158.0209107, "Species": "Spotted Dove", "Count": 1, "Date": "2021-10-17" }, "geometry": { "type": "Point", "coordinates": [ -158.0209107, 21.32106445 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32106445, "Longitude": -158.0209107, "Species": "White-rumped Shama", "Count": 1, "Date": "2022-06-01" }, "geometry": { "type": "Point", "coordinates": [ -158.0209107, 21.32106445 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32106445, "Longitude": -158.0209107, "Species": "Zebra Dove", "Count": 1, "Date": "2021-10-17" }, "geometry": { "type": "Point", "coordinates": [ -158.0209107, 21.32106445 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31955653, "Longitude": -157.78953, "Species": "Common Myna", "Count": 2, "Date": "2021-12-02" }, "geometry": { "type": "Point", "coordinates": [ -157.78953, 21.31955653 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31955653, "Longitude": -157.78953, "Species": "House Finch", "Count": 2, "Date": "2021-12-02" }, "geometry": { "type": "Point", "coordinates": [ -157.78953, 21.31955653 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31955653, "Longitude": -157.78953, "Species": "Java Sparrow", "Count": 2, "Date": "2021-12-02" }, "geometry": { "type": "Point", "coordinates": [ -157.78953, 21.31955653 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31955653, "Longitude": -157.78953, "Species": "Northern Cardinal", "Count": 2, "Date": "2021-12-02" }, "geometry": { "type": "Point", "coordinates": [ -157.78953, 21.31955653 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31955653, "Longitude": -157.78953, "Species": "Red-billed Leiothrix", "Count": 2, "Date": "2021-12-02" }, "geometry": { "type": "Point", "coordinates": [ -157.78953, 21.31955653 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31955653, "Longitude": -157.78953, "Species": "Red-crested Cardinal", "Count": 2, "Date": "2021-12-02" }, "geometry": { "type": "Point", "coordinates": [ -157.78953, 21.31955653 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31955653, "Longitude": -157.78953, "Species": "Red-crowned Parrot", "Count": 2, "Date": "2021-12-02" }, "geometry": { "type": "Point", "coordinates": [ -157.78953, 21.31955653 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31955653, "Longitude": -157.78953, "Species": "Red-vented Bulbul", "Count": 2, "Date": "2021-12-02" }, "geometry": { "type": "Point", "coordinates": [ -157.78953, 21.31955653 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31955653, "Longitude": -157.78953, "Species": "Red-whiskered Bulbul", "Count": 2, "Date": "2021-12-02" }, "geometry": { "type": "Point", "coordinates": [ -157.78953, 21.31955653 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31955653, "Longitude": -157.78953, "Species": "Rose-ringed Parakeet", "Count": 2, "Date": "2021-12-02" }, "geometry": { "type": "Point", "coordinates": [ -157.78953, 21.31955653 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31955653, "Longitude": -157.78953, "Species": "Spotted Dove", "Count": 2, "Date": "2021-12-02" }, "geometry": { "type": "Point", "coordinates": [ -157.78953, 21.31955653 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31955653, "Longitude": -157.78953, "Species": "Warbling White-eye", "Count": 2, "Date": "2021-12-02" }, "geometry": { "type": "Point", "coordinates": [ -157.78953, 21.31955653 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31955653, "Longitude": -157.78953, "Species": "White-rumped Shama", "Count": 2, "Date": "2021-12-02" }, "geometry": { "type": "Point", "coordinates": [ -157.78953, 21.31955653 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31955653, "Longitude": -157.78953, "Species": "Zebra Dove", "Count": 2, "Date": "2021-12-02" }, "geometry": { "type": "Point", "coordinates": [ -157.78953, 21.31955653 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33951393, "Longitude": -158.088289, "Species": "Common Myna", "Count": 6, "Date": "2022-06-16" }, "geometry": { "type": "Point", "coordinates": [ -158.088289, 21.33951393 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33951393, "Longitude": -158.088289, "Species": "Common Waxbill", "Count": 3, "Date": "2022-02-02" }, "geometry": { "type": "Point", "coordinates": [ -158.088289, 21.33951393 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33951393, "Longitude": -158.088289, "Species": "House Finch", "Count": 2, "Date": "2022-02-01" }, "geometry": { "type": "Point", "coordinates": [ -158.088289, 21.33951393 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33951393, "Longitude": -158.088289, "Species": "House Sparrow", "Count": 5, "Date": "2022-02-02" }, "geometry": { "type": "Point", "coordinates": [ -158.088289, 21.33951393 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33951393, "Longitude": -158.088289, "Species": "Java Sparrow", "Count": 4, "Date": "2022-02-02" }, "geometry": { "type": "Point", "coordinates": [ -158.088289, 21.33951393 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33951393, "Longitude": -158.088289, "Species": "Pacific Golden-Plover", "Count": 1, "Date": "2021-09-03" }, "geometry": { "type": "Point", "coordinates": [ -158.088289, 21.33951393 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33951393, "Longitude": -158.088289, "Species": "Red-crested Cardinal", "Count": 2, "Date": "2022-02-01" }, "geometry": { "type": "Point", "coordinates": [ -158.088289, 21.33951393 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33951393, "Longitude": -158.088289, "Species": "Red-vented Bulbul", "Count": 4, "Date": "2022-02-02" }, "geometry": { "type": "Point", "coordinates": [ -158.088289, 21.33951393 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33951393, "Longitude": -158.088289, "Species": "Red-whiskered Bulbul", "Count": 2, "Date": "2022-02-02" }, "geometry": { "type": "Point", "coordinates": [ -158.088289, 21.33951393 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33951393, "Longitude": -158.088289, "Species": "Saffron Finch", "Count": 1, "Date": "2022-06-16" }, "geometry": { "type": "Point", "coordinates": [ -158.088289, 21.33951393 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33951393, "Longitude": -158.088289, "Species": "Spotted Dove", "Count": 4, "Date": "2022-02-02" }, "geometry": { "type": "Point", "coordinates": [ -158.088289, 21.33951393 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33951393, "Longitude": -158.088289, "Species": "Warbling White-eye", "Count": 2, "Date": "2022-02-02" }, "geometry": { "type": "Point", "coordinates": [ -158.088289, 21.33951393 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33951393, "Longitude": -158.088289, "Species": "Western Cattle Egret", "Count": 1, "Date": "2022-06-16" }, "geometry": { "type": "Point", "coordinates": [ -158.088289, 21.33951393 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33951393, "Longitude": -158.088289, "Species": "Zebra Dove", "Count": 5, "Date": "2022-02-02" }, "geometry": { "type": "Point", "coordinates": [ -158.088289, 21.33951393 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34782283, "Longitude": -157.962874, "Species": "Common Myna", "Count": 2, "Date": "2022-11-07" }, "geometry": { "type": "Point", "coordinates": [ -157.962874, 21.34782283 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34782283, "Longitude": -157.962874, "Species": "House Finch", "Count": 1, "Date": "2022-08-05" }, "geometry": { "type": "Point", "coordinates": [ -157.962874, 21.34782283 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34782283, "Longitude": -157.962874, "Species": "House Sparrow", "Count": 1, "Date": "2022-08-05" }, "geometry": { "type": "Point", "coordinates": [ -157.962874, 21.34782283 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34782283, "Longitude": -157.962874, "Species": "Java Sparrow", "Count": 3, "Date": "2022-12-01" }, "geometry": { "type": "Point", "coordinates": [ -157.962874, 21.34782283 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34782283, "Longitude": -157.962874, "Species": "Pacific Golden-Plover", "Count": 1, "Date": "2022-11-07" }, "geometry": { "type": "Point", "coordinates": [ -157.962874, 21.34782283 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34782283, "Longitude": -157.962874, "Species": "Red-vented Bulbul", "Count": 2, "Date": "2022-11-07" }, "geometry": { "type": "Point", "coordinates": [ -157.962874, 21.34782283 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34782283, "Longitude": -157.962874, "Species": "Rose-ringed Parakeet", "Count": 2, "Date": "2022-11-07" }, "geometry": { "type": "Point", "coordinates": [ -157.962874, 21.34782283 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34782283, "Longitude": -157.962874, "Species": "Ruddy Turnstone", "Count": 1, "Date": "2022-11-07" }, "geometry": { "type": "Point", "coordinates": [ -157.962874, 21.34782283 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34782283, "Longitude": -157.962874, "Species": "Spotted Dove", "Count": 2, "Date": "2022-11-07" }, "geometry": { "type": "Point", "coordinates": [ -157.962874, 21.34782283 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34782283, "Longitude": -157.962874, "Species": "Warbling White-eye", "Count": 2, "Date": "2022-11-07" }, "geometry": { "type": "Point", "coordinates": [ -157.962874, 21.34782283 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34782283, "Longitude": -157.962874, "Species": "Western Cattle Egret", "Count": 1, "Date": "2022-08-05" }, "geometry": { "type": "Point", "coordinates": [ -157.962874, 21.34782283 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34782283, "Longitude": -157.962874, "Species": "White Tern", "Count": 2, "Date": "2022-11-07" }, "geometry": { "type": "Point", "coordinates": [ -157.962874, 21.34782283 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34782283, "Longitude": -157.962874, "Species": "Yellow-fronted Canary", "Count": 1, "Date": "2022-08-05" }, "geometry": { "type": "Point", "coordinates": [ -157.962874, 21.34782283 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34782283, "Longitude": -157.962874, "Species": "Zebra Dove", "Count": 2, "Date": "2022-11-07" }, "geometry": { "type": "Point", "coordinates": [ -157.962874, 21.34782283 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34686223, "Longitude": -157.8182344, "Species": "Common Waxbill", "Count": 1, "Date": "2021-11-17" }, "geometry": { "type": "Point", "coordinates": [ -157.8182344, 21.34686223 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34686223, "Longitude": -157.8182344, "Species": "Feral Mallard", "Count": 2, "Date": "2023-02-18" }, "geometry": { "type": "Point", "coordinates": [ -157.8182344, 21.34686223 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34686223, "Longitude": -157.8182344, "Species": "Oahu Amakihi", "Count": 1, "Date": "2021-11-17" }, "geometry": { "type": "Point", "coordinates": [ -157.8182344, 21.34686223 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34686223, "Longitude": -157.8182344, "Species": "Red Junglefowl", "Count": 1, "Date": "2023-04-06" }, "geometry": { "type": "Point", "coordinates": [ -157.8182344, 21.34686223 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34686223, "Longitude": -157.8182344, "Species": "Red-billed Leiothrix", "Count": 6, "Date": "2024-01-15" }, "geometry": { "type": "Point", "coordinates": [ -157.8182344, 21.34686223 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34686223, "Longitude": -157.8182344, "Species": "Red-crested Cardinal", "Count": 1, "Date": "2021-11-17" }, "geometry": { "type": "Point", "coordinates": [ -157.8182344, 21.34686223 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34686223, "Longitude": -157.8182344, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2021-07-30" }, "geometry": { "type": "Point", "coordinates": [ -157.8182344, 21.34686223 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34686223, "Longitude": -157.8182344, "Species": "Red-whiskered Bulbul", "Count": 4, "Date": "2022-12-28" }, "geometry": { "type": "Point", "coordinates": [ -157.8182344, 21.34686223 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34686223, "Longitude": -157.8182344, "Species": "Spotted Dove", "Count": 1, "Date": "2021-07-30" }, "geometry": { "type": "Point", "coordinates": [ -157.8182344, 21.34686223 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34686223, "Longitude": -157.8182344, "Species": "Warbling White-eye", "Count": 3, "Date": "2022-12-28" }, "geometry": { "type": "Point", "coordinates": [ -157.8182344, 21.34686223 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34686223, "Longitude": -157.8182344, "Species": "White-rumped Shama", "Count": 3, "Date": "2022-12-28" }, "geometry": { "type": "Point", "coordinates": [ -157.8182344, 21.34686223 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34686223, "Longitude": -157.8182344, "Species": "Yellow-fronted Canary", "Count": 1, "Date": "2021-11-17" }, "geometry": { "type": "Point", "coordinates": [ -157.8182344, 21.34686223 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34686223, "Longitude": -157.8182344, "Species": "Zebra Dove", "Count": 1, "Date": "2022-12-28" }, "geometry": { "type": "Point", "coordinates": [ -157.8182344, 21.34686223 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3574206, "Longitude": -158.0592453, "Species": "Black-necked Stilt", "Count": 1, "Date": "2024-01-11" }, "geometry": { "type": "Point", "coordinates": [ -158.059245299999986, 21.3574206 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3574206, "Longitude": -158.0592453, "Species": "Chestnut Munia", "Count": 4, "Date": "2023-12-05" }, "geometry": { "type": "Point", "coordinates": [ -158.059245299999986, 21.3574206 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3574206, "Longitude": -158.0592453, "Species": "Common Myna", "Count": 4, "Date": "2023-12-05" }, "geometry": { "type": "Point", "coordinates": [ -158.059245299999986, 21.3574206 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3574206, "Longitude": -158.0592453, "Species": "Gray Francolin", "Count": 1, "Date": "2023-08-29" }, "geometry": { "type": "Point", "coordinates": [ -158.059245299999986, 21.3574206 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3574206, "Longitude": -158.0592453, "Species": "House Finch", "Count": 2, "Date": "2024-01-11" }, "geometry": { "type": "Point", "coordinates": [ -158.059245299999986, 21.3574206 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3574206, "Longitude": -158.0592453, "Species": "House Sparrow", "Count": 1, "Date": "2024-01-11" }, "geometry": { "type": "Point", "coordinates": [ -158.059245299999986, 21.3574206 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3574206, "Longitude": -158.0592453, "Species": "Northern Cardinal", "Count": 1, "Date": "2024-01-11" }, "geometry": { "type": "Point", "coordinates": [ -158.059245299999986, 21.3574206 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3574206, "Longitude": -158.0592453, "Species": "Pacific Golden-Plover", "Count": 4, "Date": "2024-01-11" }, "geometry": { "type": "Point", "coordinates": [ -158.059245299999986, 21.3574206 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3574206, "Longitude": -158.0592453, "Species": "Red-crested Cardinal", "Count": 3, "Date": "2024-01-11" }, "geometry": { "type": "Point", "coordinates": [ -158.059245299999986, 21.3574206 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3574206, "Longitude": -158.0592453, "Species": "Red-vented Bulbul", "Count": 3, "Date": "2023-09-15" }, "geometry": { "type": "Point", "coordinates": [ -158.059245299999986, 21.3574206 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3574206, "Longitude": -158.0592453, "Species": "Saffron Finch", "Count": 3, "Date": "2024-01-11" }, "geometry": { "type": "Point", "coordinates": [ -158.059245299999986, 21.3574206 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3574206, "Longitude": -158.0592453, "Species": "Spotted Dove", "Count": 1, "Date": "2023-09-05" }, "geometry": { "type": "Point", "coordinates": [ -158.059245299999986, 21.3574206 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3574206, "Longitude": -158.0592453, "Species": "Warbling White-eye", "Count": 1, "Date": "2023-08-29" }, "geometry": { "type": "Point", "coordinates": [ -158.059245299999986, 21.3574206 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3574206, "Longitude": -158.0592453, "Species": "Zebra Dove", "Count": 2, "Date": "2023-09-15" }, "geometry": { "type": "Point", "coordinates": [ -158.059245299999986, 21.3574206 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3655181, "Longitude": -157.9048821, "Species": "Common Myna", "Count": 1, "Date": "2023-03-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9048821, 21.3655181 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3655181, "Longitude": -157.9048821, "Species": "Common Waxbill", "Count": 2, "Date": "2023-03-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9048821, 21.3655181 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3655181, "Longitude": -157.9048821, "Species": "House Finch", "Count": 1, "Date": "2023-03-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9048821, 21.3655181 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3655181, "Longitude": -157.9048821, "Species": "House Sparrow", "Count": 1, "Date": "2023-03-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9048821, 21.3655181 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3655181, "Longitude": -157.9048821, "Species": "Java Sparrow", "Count": 1, "Date": "2022-12-17" }, "geometry": { "type": "Point", "coordinates": [ -157.9048821, 21.3655181 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3655181, "Longitude": -157.9048821, "Species": "Red Junglefowl", "Count": 1, "Date": "2023-06-14" }, "geometry": { "type": "Point", "coordinates": [ -157.9048821, 21.3655181 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3655181, "Longitude": -157.9048821, "Species": "Red-crested Cardinal", "Count": 1, "Date": "2021-05-29" }, "geometry": { "type": "Point", "coordinates": [ -157.9048821, 21.3655181 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3655181, "Longitude": -157.9048821, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2023-03-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9048821, 21.3655181 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3655181, "Longitude": -157.9048821, "Species": "Red-whiskered Bulbul", "Count": 2, "Date": "2023-03-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9048821, 21.3655181 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3655181, "Longitude": -157.9048821, "Species": "Rose-ringed Parakeet", "Count": 1, "Date": "2023-06-14" }, "geometry": { "type": "Point", "coordinates": [ -157.9048821, 21.3655181 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3655181, "Longitude": -157.9048821, "Species": "Saffron Finch", "Count": 1, "Date": "2023-03-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9048821, 21.3655181 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3655181, "Longitude": -157.9048821, "Species": "Spotted Dove", "Count": 1, "Date": "2023-03-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9048821, 21.3655181 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3655181, "Longitude": -157.9048821, "Species": "Western Cattle Egret", "Count": 1, "Date": "2021-05-29" }, "geometry": { "type": "Point", "coordinates": [ -157.9048821, 21.3655181 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3655181, "Longitude": -157.9048821, "Species": "Zebra Dove", "Count": 1, "Date": "2021-05-29" }, "geometry": { "type": "Point", "coordinates": [ -157.9048821, 21.3655181 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36499647, "Longitude": -157.8277329, "Species": "Common Myna", "Count": 2, "Date": "2019-11-27" }, "geometry": { "type": "Point", "coordinates": [ -157.8277329, 21.36499647 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36499647, "Longitude": -157.8277329, "Species": "Common Waxbill", "Count": 1, "Date": "2019-11-27" }, "geometry": { "type": "Point", "coordinates": [ -157.8277329, 21.36499647 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36499647, "Longitude": -157.8277329, "Species": "House Finch", "Count": 1, "Date": "2019-11-27" }, "geometry": { "type": "Point", "coordinates": [ -157.8277329, 21.36499647 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36499647, "Longitude": -157.8277329, "Species": "Pacific Golden-Plover", "Count": 1, "Date": "2019-11-27" }, "geometry": { "type": "Point", "coordinates": [ -157.8277329, 21.36499647 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36499647, "Longitude": -157.8277329, "Species": "Red Junglefowl", "Count": 1, "Date": "2019-11-27" }, "geometry": { "type": "Point", "coordinates": [ -157.8277329, 21.36499647 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36499647, "Longitude": -157.8277329, "Species": "Red-billed Leiothrix", "Count": 2, "Date": "2019-11-27" }, "geometry": { "type": "Point", "coordinates": [ -157.8277329, 21.36499647 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36499647, "Longitude": -157.8277329, "Species": "Red-crested Cardinal", "Count": 1, "Date": "2019-11-27" }, "geometry": { "type": "Point", "coordinates": [ -157.8277329, 21.36499647 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36499647, "Longitude": -157.8277329, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2019-05-07" }, "geometry": { "type": "Point", "coordinates": [ -157.8277329, 21.36499647 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36499647, "Longitude": -157.8277329, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2019-05-07" }, "geometry": { "type": "Point", "coordinates": [ -157.8277329, 21.36499647 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36499647, "Longitude": -157.8277329, "Species": "Rock Pigeon", "Count": 1, "Date": "2019-05-07" }, "geometry": { "type": "Point", "coordinates": [ -157.8277329, 21.36499647 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36499647, "Longitude": -157.8277329, "Species": "Saffron Finch", "Count": 1, "Date": "2019-05-07" }, "geometry": { "type": "Point", "coordinates": [ -157.8277329, 21.36499647 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36499647, "Longitude": -157.8277329, "Species": "Wandering Tattler", "Count": 1, "Date": "2019-11-27" }, "geometry": { "type": "Point", "coordinates": [ -157.8277329, 21.36499647 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36499647, "Longitude": -157.8277329, "Species": "Warbling White-eye", "Count": 2, "Date": "2019-11-27" }, "geometry": { "type": "Point", "coordinates": [ -157.8277329, 21.36499647 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36499647, "Longitude": -157.8277329, "Species": "White-rumped Shama", "Count": 2, "Date": "2019-11-27" }, "geometry": { "type": "Point", "coordinates": [ -157.8277329, 21.36499647 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37595292, "Longitude": -158.1459357, "Species": "African Silverbill", "Count": 1, "Date": "2020-09-11" }, "geometry": { "type": "Point", "coordinates": [ -158.1459357, 21.37595292 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37595292, "Longitude": -158.1459357, "Species": "Brown Booby", "Count": 1, "Date": "2023-03-04" }, "geometry": { "type": "Point", "coordinates": [ -158.1459357, 21.37595292 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37595292, "Longitude": -158.1459357, "Species": "Common Myna", "Count": 4, "Date": "2023-03-04" }, "geometry": { "type": "Point", "coordinates": [ -158.1459357, 21.37595292 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37595292, "Longitude": -158.1459357, "Species": "House Sparrow", "Count": 2, "Date": "2023-03-04" }, "geometry": { "type": "Point", "coordinates": [ -158.1459357, 21.37595292 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37595292, "Longitude": -158.1459357, "Species": "Pacific Golden-Plover", "Count": 1, "Date": "2020-03-04" }, "geometry": { "type": "Point", "coordinates": [ -158.1459357, 21.37595292 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37595292, "Longitude": -158.1459357, "Species": "Red-crested Cardinal", "Count": 2, "Date": "2020-03-04" }, "geometry": { "type": "Point", "coordinates": [ -158.1459357, 21.37595292 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37595292, "Longitude": -158.1459357, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2021-03-11" }, "geometry": { "type": "Point", "coordinates": [ -158.1459357, 21.37595292 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37595292, "Longitude": -158.1459357, "Species": "Rock Pigeon", "Count": 2, "Date": "2023-03-04" }, "geometry": { "type": "Point", "coordinates": [ -158.1459357, 21.37595292 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37595292, "Longitude": -158.1459357, "Species": "Rose-ringed Parakeet", "Count": 1, "Date": "2023-03-04" }, "geometry": { "type": "Point", "coordinates": [ -158.1459357, 21.37595292 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37595292, "Longitude": -158.1459357, "Species": "Saffron Finch", "Count": 4, "Date": "2021-03-17" }, "geometry": { "type": "Point", "coordinates": [ -158.1459357, 21.37595292 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37595292, "Longitude": -158.1459357, "Species": "Sanderling", "Count": 1, "Date": "2023-10-28" }, "geometry": { "type": "Point", "coordinates": [ -158.1459357, 21.37595292 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37595292, "Longitude": -158.1459357, "Species": "Spotted Dove", "Count": 3, "Date": "2023-03-04" }, "geometry": { "type": "Point", "coordinates": [ -158.1459357, 21.37595292 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37595292, "Longitude": -158.1459357, "Species": "Western Cattle Egret", "Count": 2, "Date": "2023-03-04" }, "geometry": { "type": "Point", "coordinates": [ -158.1459357, 21.37595292 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37595292, "Longitude": -158.1459357, "Species": "Zebra Dove", "Count": 4, "Date": "2023-03-04" }, "geometry": { "type": "Point", "coordinates": [ -158.1459357, 21.37595292 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38358528, "Longitude": -157.9047477, "Species": "Chestnut Munia", "Count": 2, "Date": "2023-03-31" }, "geometry": { "type": "Point", "coordinates": [ -157.9047477, 21.38358528 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38358528, "Longitude": -157.9047477, "Species": "Common Myna", "Count": 5, "Date": "2024-01-24" }, "geometry": { "type": "Point", "coordinates": [ -157.9047477, 21.38358528 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38358528, "Longitude": -157.9047477, "Species": "Pacific Golden-Plover", "Count": 5, "Date": "2024-01-24" }, "geometry": { "type": "Point", "coordinates": [ -157.9047477, 21.38358528 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38358528, "Longitude": -157.9047477, "Species": "Red Junglefowl", "Count": 4, "Date": "2024-01-24" }, "geometry": { "type": "Point", "coordinates": [ -157.9047477, 21.38358528 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38358528, "Longitude": -157.9047477, "Species": "Red-crested Cardinal", "Count": 4, "Date": "2024-01-24" }, "geometry": { "type": "Point", "coordinates": [ -157.9047477, 21.38358528 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38358528, "Longitude": -157.9047477, "Species": "Red-vented Bulbul", "Count": 4, "Date": "2024-01-24" }, "geometry": { "type": "Point", "coordinates": [ -157.9047477, 21.38358528 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38358528, "Longitude": -157.9047477, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2022-03-09" }, "geometry": { "type": "Point", "coordinates": [ -157.9047477, 21.38358528 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38358528, "Longitude": -157.9047477, "Species": "Rose-ringed Parakeet", "Count": 1, "Date": "2024-01-24" }, "geometry": { "type": "Point", "coordinates": [ -157.9047477, 21.38358528 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38358528, "Longitude": -157.9047477, "Species": "Saffron Finch", "Count": 3, "Date": "2023-02-15" }, "geometry": { "type": "Point", "coordinates": [ -157.9047477, 21.38358528 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38358528, "Longitude": -157.9047477, "Species": "Spotted Dove", "Count": 3, "Date": "2024-01-24" }, "geometry": { "type": "Point", "coordinates": [ -157.9047477, 21.38358528 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38358528, "Longitude": -157.9047477, "Species": "Warbling White-eye", "Count": 1, "Date": "2022-03-09" }, "geometry": { "type": "Point", "coordinates": [ -157.9047477, 21.38358528 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38358528, "Longitude": -157.9047477, "Species": "Western Cattle Egret", "Count": 2, "Date": "2023-03-31" }, "geometry": { "type": "Point", "coordinates": [ -157.9047477, 21.38358528 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38358528, "Longitude": -157.9047477, "Species": "White Tern", "Count": 1, "Date": "2024-01-24" }, "geometry": { "type": "Point", "coordinates": [ -157.9047477, 21.38358528 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38358528, "Longitude": -157.9047477, "Species": "Zebra Dove", "Count": 2, "Date": "2024-01-24" }, "geometry": { "type": "Point", "coordinates": [ -157.9047477, 21.38358528 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38332881, "Longitude": -157.8661679, "Species": "Common Myna", "Count": 2, "Date": "2023-02-27" }, "geometry": { "type": "Point", "coordinates": [ -157.8661679, 21.38332881 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38332881, "Longitude": -157.8661679, "Species": "Common Waxbill", "Count": 1, "Date": "2020-01-01" }, "geometry": { "type": "Point", "coordinates": [ -157.8661679, 21.38332881 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38332881, "Longitude": -157.8661679, "Species": "Java Sparrow", "Count": 1, "Date": "2020-01-01" }, "geometry": { "type": "Point", "coordinates": [ -157.8661679, 21.38332881 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38332881, "Longitude": -157.8661679, "Species": "Northern Cardinal", "Count": 1, "Date": "2020-01-01" }, "geometry": { "type": "Point", "coordinates": [ -157.8661679, 21.38332881 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38332881, "Longitude": -157.8661679, "Species": "Oahu Amakihi", "Count": 1, "Date": "2020-01-01" }, "geometry": { "type": "Point", "coordinates": [ -157.8661679, 21.38332881 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38332881, "Longitude": -157.8661679, "Species": "Pacific Golden-Plover", "Count": 1, "Date": "2023-02-27" }, "geometry": { "type": "Point", "coordinates": [ -157.8661679, 21.38332881 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38332881, "Longitude": -157.8661679, "Species": "Red-billed Leiothrix", "Count": 2, "Date": "2023-02-27" }, "geometry": { "type": "Point", "coordinates": [ -157.8661679, 21.38332881 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38332881, "Longitude": -157.8661679, "Species": "Red-crested Cardinal", "Count": 2, "Date": "2023-02-27" }, "geometry": { "type": "Point", "coordinates": [ -157.8661679, 21.38332881 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38332881, "Longitude": -157.8661679, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2023-02-27" }, "geometry": { "type": "Point", "coordinates": [ -157.8661679, 21.38332881 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38332881, "Longitude": -157.8661679, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2020-01-01" }, "geometry": { "type": "Point", "coordinates": [ -157.8661679, 21.38332881 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38332881, "Longitude": -157.8661679, "Species": "Spotted Dove", "Count": 2, "Date": "2023-02-27" }, "geometry": { "type": "Point", "coordinates": [ -157.8661679, 21.38332881 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38332881, "Longitude": -157.8661679, "Species": "Warbling White-eye", "Count": 2, "Date": "2023-02-27" }, "geometry": { "type": "Point", "coordinates": [ -157.8661679, 21.38332881 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38332881, "Longitude": -157.8661679, "Species": "White-rumped Shama", "Count": 1, "Date": "2020-01-01" }, "geometry": { "type": "Point", "coordinates": [ -157.8661679, 21.38332881 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38332881, "Longitude": -157.8661679, "Species": "Zebra Dove", "Count": 2, "Date": "2023-02-27" }, "geometry": { "type": "Point", "coordinates": [ -157.8661679, 21.38332881 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40305587, "Longitude": -158.1457783, "Species": "Common Myna", "Count": 1, "Date": "2019-02-15" }, "geometry": { "type": "Point", "coordinates": [ -158.145778299999989, 21.40305587 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40305587, "Longitude": -158.1457783, "Species": "Common Waxbill", "Count": 1, "Date": "2019-02-15" }, "geometry": { "type": "Point", "coordinates": [ -158.145778299999989, 21.40305587 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40305587, "Longitude": -158.1457783, "Species": "House Finch", "Count": 2, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -158.145778299999989, 21.40305587 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40305587, "Longitude": -158.1457783, "Species": "House Sparrow", "Count": 1, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -158.145778299999989, 21.40305587 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40305587, "Longitude": -158.1457783, "Species": "Northern Cardinal", "Count": 1, "Date": "2019-02-15" }, "geometry": { "type": "Point", "coordinates": [ -158.145778299999989, 21.40305587 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40305587, "Longitude": -158.1457783, "Species": "Red-crested Cardinal", "Count": 2, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -158.145778299999989, 21.40305587 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40305587, "Longitude": -158.1457783, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -158.145778299999989, 21.40305587 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40305587, "Longitude": -158.1457783, "Species": "Rock Pigeon", "Count": 1, "Date": "2019-02-15" }, "geometry": { "type": "Point", "coordinates": [ -158.145778299999989, 21.40305587 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40305587, "Longitude": -158.1457783, "Species": "Saffron Finch", "Count": 1, "Date": "2019-02-15" }, "geometry": { "type": "Point", "coordinates": [ -158.145778299999989, 21.40305587 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40305587, "Longitude": -158.1457783, "Species": "Scaly-breasted Munia", "Count": 1, "Date": "2019-02-15" }, "geometry": { "type": "Point", "coordinates": [ -158.145778299999989, 21.40305587 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40305587, "Longitude": -158.1457783, "Species": "Short-eared Owl", "Count": 1, "Date": "2019-02-15" }, "geometry": { "type": "Point", "coordinates": [ -158.145778299999989, 21.40305587 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40305587, "Longitude": -158.1457783, "Species": "Spotted Dove", "Count": 1, "Date": "2019-02-15" }, "geometry": { "type": "Point", "coordinates": [ -158.145778299999989, 21.40305587 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40305587, "Longitude": -158.1457783, "Species": "Warbling White-eye", "Count": 1, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -158.145778299999989, 21.40305587 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40305587, "Longitude": -158.1457783, "Species": "Zebra Dove", "Count": 1, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -158.145778299999989, 21.40305587 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40225511, "Longitude": -158.0010764, "Species": "Common Waxbill", "Count": 1, "Date": "2020-06-27" }, "geometry": { "type": "Point", "coordinates": [ -158.001076399999988, 21.40225511 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40225511, "Longitude": -158.0010764, "Species": "House Finch", "Count": 2, "Date": "2023-03-19" }, "geometry": { "type": "Point", "coordinates": [ -158.001076399999988, 21.40225511 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40225511, "Longitude": -158.0010764, "Species": "Java Sparrow", "Count": 1, "Date": "2020-06-27" }, "geometry": { "type": "Point", "coordinates": [ -158.001076399999988, 21.40225511 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40225511, "Longitude": -158.0010764, "Species": "Feral Mallard", "Count": 1, "Date": "2023-03-19" }, "geometry": { "type": "Point", "coordinates": [ -158.001076399999988, 21.40225511 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40225511, "Longitude": -158.0010764, "Species": "Pacific Golden-Plover", "Count": 1, "Date": "2023-03-19" }, "geometry": { "type": "Point", "coordinates": [ -158.001076399999988, 21.40225511 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40225511, "Longitude": -158.0010764, "Species": "Red-crested Cardinal", "Count": 2, "Date": "2023-03-19" }, "geometry": { "type": "Point", "coordinates": [ -158.001076399999988, 21.40225511 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40225511, "Longitude": -158.0010764, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2023-03-19" }, "geometry": { "type": "Point", "coordinates": [ -158.001076399999988, 21.40225511 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40225511, "Longitude": -158.0010764, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2020-06-27" }, "geometry": { "type": "Point", "coordinates": [ -158.001076399999988, 21.40225511 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40225511, "Longitude": -158.0010764, "Species": "Rose-ringed Parakeet", "Count": 1, "Date": "2020-01-01" }, "geometry": { "type": "Point", "coordinates": [ -158.001076399999988, 21.40225511 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40225511, "Longitude": -158.0010764, "Species": "Saffron Finch", "Count": 1, "Date": "2023-03-19" }, "geometry": { "type": "Point", "coordinates": [ -158.001076399999988, 21.40225511 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40225511, "Longitude": -158.0010764, "Species": "Spotted Dove", "Count": 2, "Date": "2023-03-19" }, "geometry": { "type": "Point", "coordinates": [ -158.001076399999988, 21.40225511 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40225511, "Longitude": -158.0010764, "Species": "Warbling White-eye", "Count": 1, "Date": "2023-03-19" }, "geometry": { "type": "Point", "coordinates": [ -158.001076399999988, 21.40225511 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40225511, "Longitude": -158.0010764, "Species": "Western Cattle Egret", "Count": 2, "Date": "2023-03-19" }, "geometry": { "type": "Point", "coordinates": [ -158.001076399999988, 21.40225511 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40225511, "Longitude": -158.0010764, "Species": "Zebra Dove", "Count": 2, "Date": "2023-03-19" }, "geometry": { "type": "Point", "coordinates": [ -158.001076399999988, 21.40225511 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40183903, "Longitude": -157.9335518, "Species": "Chestnut Munia", "Count": 1, "Date": "2021-07-11" }, "geometry": { "type": "Point", "coordinates": [ -157.9335518, 21.40183903 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40183903, "Longitude": -157.9335518, "Species": "Common Myna", "Count": 2, "Date": "2021-07-11" }, "geometry": { "type": "Point", "coordinates": [ -157.9335518, 21.40183903 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40183903, "Longitude": -157.9335518, "Species": "Common Waxbill", "Count": 2, "Date": "2021-07-11" }, "geometry": { "type": "Point", "coordinates": [ -157.9335518, 21.40183903 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40183903, "Longitude": -157.9335518, "Species": "House Finch", "Count": 1, "Date": "2021-07-11" }, "geometry": { "type": "Point", "coordinates": [ -157.9335518, 21.40183903 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40183903, "Longitude": -157.9335518, "Species": "House Sparrow", "Count": 1, "Date": "2021-07-11" }, "geometry": { "type": "Point", "coordinates": [ -157.9335518, 21.40183903 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40183903, "Longitude": -157.9335518, "Species": "Red-crested Cardinal", "Count": 1, "Date": "2021-07-07" }, "geometry": { "type": "Point", "coordinates": [ -157.9335518, 21.40183903 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40183903, "Longitude": -157.9335518, "Species": "Red-crowned Parrot", "Count": 1, "Date": "2019-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.9335518, 21.40183903 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40183903, "Longitude": -157.9335518, "Species": "Red-vented Bulbul", "Count": 2, "Date": "2021-07-11" }, "geometry": { "type": "Point", "coordinates": [ -157.9335518, 21.40183903 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40183903, "Longitude": -157.9335518, "Species": "Rose-ringed Parakeet", "Count": 1, "Date": "2019-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.9335518, 21.40183903 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40183903, "Longitude": -157.9335518, "Species": "Saffron Finch", "Count": 1, "Date": "2021-07-11" }, "geometry": { "type": "Point", "coordinates": [ -157.9335518, 21.40183903 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40183903, "Longitude": -157.9335518, "Species": "Spotted Dove", "Count": 2, "Date": "2021-07-11" }, "geometry": { "type": "Point", "coordinates": [ -157.9335518, 21.40183903 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40183903, "Longitude": -157.9335518, "Species": "Warbling White-eye", "Count": 1, "Date": "2021-07-11" }, "geometry": { "type": "Point", "coordinates": [ -157.9335518, 21.40183903 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40183903, "Longitude": -157.9335518, "Species": "Western Cattle Egret", "Count": 1, "Date": "2021-07-11" }, "geometry": { "type": "Point", "coordinates": [ -157.9335518, 21.40183903 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40183903, "Longitude": -157.9335518, "Species": "Zebra Dove", "Count": 3, "Date": "2021-07-11" }, "geometry": { "type": "Point", "coordinates": [ -157.9335518, 21.40183903 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42802392, "Longitude": -157.7982853, "Species": "Common Myna", "Count": 2, "Date": "2022-12-10" }, "geometry": { "type": "Point", "coordinates": [ -157.7982853, 21.42802392 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42802392, "Longitude": -157.7982853, "Species": "Common Waxbill", "Count": 3, "Date": "2022-12-10" }, "geometry": { "type": "Point", "coordinates": [ -157.7982853, 21.42802392 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42802392, "Longitude": -157.7982853, "Species": "Great Frigatebird", "Count": 1, "Date": "2022-12-10" }, "geometry": { "type": "Point", "coordinates": [ -157.7982853, 21.42802392 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42802392, "Longitude": -157.7982853, "Species": "Northern Cardinal", "Count": 1, "Date": "2022-12-10" }, "geometry": { "type": "Point", "coordinates": [ -157.7982853, 21.42802392 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42802392, "Longitude": -157.7982853, "Species": "Pacific Golden-Plover", "Count": 2, "Date": "2022-12-07" }, "geometry": { "type": "Point", "coordinates": [ -157.7982853, 21.42802392 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42802392, "Longitude": -157.7982853, "Species": "Red Junglefowl", "Count": 3, "Date": "2022-12-10" }, "geometry": { "type": "Point", "coordinates": [ -157.7982853, 21.42802392 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42802392, "Longitude": -157.7982853, "Species": "Red-crested Cardinal", "Count": 1, "Date": "2022-12-10" }, "geometry": { "type": "Point", "coordinates": [ -157.7982853, 21.42802392 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42802392, "Longitude": -157.7982853, "Species": "Red-vented Bulbul", "Count": 2, "Date": "2022-12-10" }, "geometry": { "type": "Point", "coordinates": [ -157.7982853, 21.42802392 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42802392, "Longitude": -157.7982853, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2022-12-10" }, "geometry": { "type": "Point", "coordinates": [ -157.7982853, 21.42802392 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42802392, "Longitude": -157.7982853, "Species": "Rock Pigeon", "Count": 1, "Date": "2022-12-10" }, "geometry": { "type": "Point", "coordinates": [ -157.7982853, 21.42802392 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42802392, "Longitude": -157.7982853, "Species": "Spotted Dove", "Count": 1, "Date": "2022-12-10" }, "geometry": { "type": "Point", "coordinates": [ -157.7982853, 21.42802392 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42802392, "Longitude": -157.7982853, "Species": "Warbling White-eye", "Count": 1, "Date": "2022-12-10" }, "geometry": { "type": "Point", "coordinates": [ -157.7982853, 21.42802392 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42802392, "Longitude": -157.7982853, "Species": "Western Cattle Egret", "Count": 3, "Date": "2022-12-10" }, "geometry": { "type": "Point", "coordinates": [ -157.7982853, 21.42802392 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42802392, "Longitude": -157.7982853, "Species": "Zebra Dove", "Count": 3, "Date": "2022-12-10" }, "geometry": { "type": "Point", "coordinates": [ -157.7982853, 21.42802392 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43938496, "Longitude": -158.1841655, "Species": "Brown Booby", "Count": 3, "Date": "2023-09-16" }, "geometry": { "type": "Point", "coordinates": [ -158.1841655, 21.43938496 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43938496, "Longitude": -158.1841655, "Species": "Common Myna", "Count": 2, "Date": "2023-08-22" }, "geometry": { "type": "Point", "coordinates": [ -158.1841655, 21.43938496 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43938496, "Longitude": -158.1841655, "Species": "Common Waxbill", "Count": 1, "Date": "2023-08-22" }, "geometry": { "type": "Point", "coordinates": [ -158.1841655, 21.43938496 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43938496, "Longitude": -158.1841655, "Species": "Great Frigatebird", "Count": 3, "Date": "2023-09-16" }, "geometry": { "type": "Point", "coordinates": [ -158.1841655, 21.43938496 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43938496, "Longitude": -158.1841655, "Species": "House Sparrow", "Count": 1, "Date": "2023-08-22" }, "geometry": { "type": "Point", "coordinates": [ -158.1841655, 21.43938496 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43938496, "Longitude": -158.1841655, "Species": "Red-crested Cardinal", "Count": 2, "Date": "2023-11-13" }, "geometry": { "type": "Point", "coordinates": [ -158.1841655, 21.43938496 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43938496, "Longitude": -158.1841655, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2023-08-22" }, "geometry": { "type": "Point", "coordinates": [ -158.1841655, 21.43938496 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43938496, "Longitude": -158.1841655, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2023-08-22" }, "geometry": { "type": "Point", "coordinates": [ -158.1841655, 21.43938496 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43938496, "Longitude": -158.1841655, "Species": "Saffron Finch", "Count": 1, "Date": "2023-10-25" }, "geometry": { "type": "Point", "coordinates": [ -158.1841655, 21.43938496 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43938496, "Longitude": -158.1841655, "Species": "Sooty Tern", "Count": 1, "Date": "2023-03-28" }, "geometry": { "type": "Point", "coordinates": [ -158.1841655, 21.43938496 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43938496, "Longitude": -158.1841655, "Species": "Spotted Dove", "Count": 1, "Date": "2023-08-22" }, "geometry": { "type": "Point", "coordinates": [ -158.1841655, 21.43938496 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43938496, "Longitude": -158.1841655, "Species": "Wedge-tailed Shearwater", "Count": 1, "Date": "2023-03-28" }, "geometry": { "type": "Point", "coordinates": [ -158.1841655, 21.43938496 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43938496, "Longitude": -158.1841655, "Species": "White Tern", "Count": 1, "Date": "2023-03-28" }, "geometry": { "type": "Point", "coordinates": [ -158.1841655, 21.43938496 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43938496, "Longitude": -158.1841655, "Species": "Zebra Dove", "Count": 2, "Date": "2023-08-22" }, "geometry": { "type": "Point", "coordinates": [ -158.1841655, 21.43938496 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43698747, "Longitude": -157.7885633, "Species": "Common Myna", "Count": 3, "Date": "2023-12-07" }, "geometry": { "type": "Point", "coordinates": [ -157.7885633, 21.43698747 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43698747, "Longitude": -157.7885633, "Species": "Common Waxbill", "Count": 4, "Date": "2023-12-08" }, "geometry": { "type": "Point", "coordinates": [ -157.7885633, 21.43698747 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43698747, "Longitude": -157.7885633, "Species": "House Finch", "Count": 3, "Date": "2023-12-08" }, "geometry": { "type": "Point", "coordinates": [ -157.7885633, 21.43698747 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43698747, "Longitude": -157.7885633, "Species": "Feral Mallard", "Count": 2, "Date": "2023-12-06" }, "geometry": { "type": "Point", "coordinates": [ -157.7885633, 21.43698747 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43698747, "Longitude": -157.7885633, "Species": "Pacific Golden-Plover", "Count": 4, "Date": "2023-12-08" }, "geometry": { "type": "Point", "coordinates": [ -157.7885633, 21.43698747 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43698747, "Longitude": -157.7885633, "Species": "Red-crested Cardinal", "Count": 2, "Date": "2023-12-07" }, "geometry": { "type": "Point", "coordinates": [ -157.7885633, 21.43698747 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43698747, "Longitude": -157.7885633, "Species": "Red-vented Bulbul", "Count": 4, "Date": "2023-12-08" }, "geometry": { "type": "Point", "coordinates": [ -157.7885633, 21.43698747 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43698747, "Longitude": -157.7885633, "Species": "Red-whiskered Bulbul", "Count": 3, "Date": "2023-12-08" }, "geometry": { "type": "Point", "coordinates": [ -157.7885633, 21.43698747 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43698747, "Longitude": -157.7885633, "Species": "Spotted Dove", "Count": 2, "Date": "2023-12-07" }, "geometry": { "type": "Point", "coordinates": [ -157.7885633, 21.43698747 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43698747, "Longitude": -157.7885633, "Species": "Warbling White-eye", "Count": 3, "Date": "2023-12-08" }, "geometry": { "type": "Point", "coordinates": [ -157.7885633, 21.43698747 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43698747, "Longitude": -157.7885633, "Species": "Western Cattle Egret", "Count": 4, "Date": "2023-12-08" }, "geometry": { "type": "Point", "coordinates": [ -157.7885633, 21.43698747 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43698747, "Longitude": -157.7885633, "Species": "White-rumped Shama", "Count": 3, "Date": "2023-12-07" }, "geometry": { "type": "Point", "coordinates": [ -157.7885633, 21.43698747 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43698747, "Longitude": -157.7885633, "Species": "Zebra Dove", "Count": 4, "Date": "2023-12-08" }, "geometry": { "type": "Point", "coordinates": [ -157.7885633, 21.43698747 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44832428, "Longitude": -158.164815, "Species": "Common Myna", "Count": 4, "Date": "2023-07-04" }, "geometry": { "type": "Point", "coordinates": [ -158.164815, 21.44832428 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44832428, "Longitude": -158.164815, "Species": "Common Waxbill", "Count": 3, "Date": "2023-04-26" }, "geometry": { "type": "Point", "coordinates": [ -158.164815, 21.44832428 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44832428, "Longitude": -158.164815, "Species": "Gray Francolin", "Count": 1, "Date": "2022-02-28" }, "geometry": { "type": "Point", "coordinates": [ -158.164815, 21.44832428 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44832428, "Longitude": -158.164815, "Species": "House Finch", "Count": 1, "Date": "2023-05-18" }, "geometry": { "type": "Point", "coordinates": [ -158.164815, 21.44832428 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44832428, "Longitude": -158.164815, "Species": "House Sparrow", "Count": 3, "Date": "2023-07-04" }, "geometry": { "type": "Point", "coordinates": [ -158.164815, 21.44832428 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44832428, "Longitude": -158.164815, "Species": "Java Sparrow", "Count": 1, "Date": "2022-02-28" }, "geometry": { "type": "Point", "coordinates": [ -158.164815, 21.44832428 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44832428, "Longitude": -158.164815, "Species": "Northern Cardinal", "Count": 5, "Date": "2023-07-04" }, "geometry": { "type": "Point", "coordinates": [ -158.164815, 21.44832428 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44832428, "Longitude": -158.164815, "Species": "Red-crested Cardinal", "Count": 2, "Date": "2023-04-26" }, "geometry": { "type": "Point", "coordinates": [ -158.164815, 21.44832428 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44832428, "Longitude": -158.164815, "Species": "Red-vented Bulbul", "Count": 3, "Date": "2023-05-18" }, "geometry": { "type": "Point", "coordinates": [ -158.164815, 21.44832428 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44832428, "Longitude": -158.164815, "Species": "Saffron Finch", "Count": 2, "Date": "2023-04-25" }, "geometry": { "type": "Point", "coordinates": [ -158.164815, 21.44832428 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44832428, "Longitude": -158.164815, "Species": "Spotted Dove", "Count": 6, "Date": "2023-07-04" }, "geometry": { "type": "Point", "coordinates": [ -158.164815, 21.44832428 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44832428, "Longitude": -158.164815, "Species": "Western Cattle Egret", "Count": 1, "Date": "2022-02-28" }, "geometry": { "type": "Point", "coordinates": [ -158.164815, 21.44832428 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44832428, "Longitude": -158.164815, "Species": "White-rumped Shama", "Count": 1, "Date": "2023-07-04" }, "geometry": { "type": "Point", "coordinates": [ -158.164815, 21.44832428 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44832428, "Longitude": -158.164815, "Species": "Zebra Dove", "Count": 5, "Date": "2023-05-18" }, "geometry": { "type": "Point", "coordinates": [ -158.164815, 21.44832428 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44643045, "Longitude": -157.8463815, "Species": "Chestnut Munia", "Count": 1, "Date": "2022-10-11" }, "geometry": { "type": "Point", "coordinates": [ -157.8463815, 21.44643045 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44643045, "Longitude": -157.8463815, "Species": "Common Myna", "Count": 13, "Date": "2022-10-11" }, "geometry": { "type": "Point", "coordinates": [ -157.8463815, 21.44643045 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44643045, "Longitude": -157.8463815, "Species": "Common Waxbill", "Count": 2, "Date": "2022-10-11" }, "geometry": { "type": "Point", "coordinates": [ -157.8463815, 21.44643045 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44643045, "Longitude": -157.8463815, "Species": "Java Sparrow", "Count": 6, "Date": "2022-10-10" }, "geometry": { "type": "Point", "coordinates": [ -157.8463815, 21.44643045 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44643045, "Longitude": -157.8463815, "Species": "Northern Cardinal", "Count": 4, "Date": "2022-10-10" }, "geometry": { "type": "Point", "coordinates": [ -157.8463815, 21.44643045 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44643045, "Longitude": -157.8463815, "Species": "Pacific Golden-Plover", "Count": 3, "Date": "2022-10-11" }, "geometry": { "type": "Point", "coordinates": [ -157.8463815, 21.44643045 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44643045, "Longitude": -157.8463815, "Species": "Red-crested Cardinal", "Count": 1, "Date": "2022-09-25" }, "geometry": { "type": "Point", "coordinates": [ -157.8463815, 21.44643045 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44643045, "Longitude": -157.8463815, "Species": "Red-vented Bulbul", "Count": 10, "Date": "2022-10-11" }, "geometry": { "type": "Point", "coordinates": [ -157.8463815, 21.44643045 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44643045, "Longitude": -157.8463815, "Species": "Red-whiskered Bulbul", "Count": 9, "Date": "2022-10-11" }, "geometry": { "type": "Point", "coordinates": [ -157.8463815, 21.44643045 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44643045, "Longitude": -157.8463815, "Species": "Spotted Dove", "Count": 2, "Date": "2022-09-28" }, "geometry": { "type": "Point", "coordinates": [ -157.8463815, 21.44643045 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44643045, "Longitude": -157.8463815, "Species": "Warbling White-eye", "Count": 6, "Date": "2022-10-01" }, "geometry": { "type": "Point", "coordinates": [ -157.8463815, 21.44643045 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44643045, "Longitude": -157.8463815, "Species": "Western Cattle Egret", "Count": 3, "Date": "2022-10-02" }, "geometry": { "type": "Point", "coordinates": [ -157.8463815, 21.44643045 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44643045, "Longitude": -157.8463815, "Species": "White-rumped Shama", "Count": 10, "Date": "2022-10-11" }, "geometry": { "type": "Point", "coordinates": [ -157.8463815, 21.44643045 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44643045, "Longitude": -157.8463815, "Species": "Zebra Dove", "Count": 13, "Date": "2022-10-11" }, "geometry": { "type": "Point", "coordinates": [ -157.8463815, 21.44643045 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44587947, "Longitude": -157.7691914, "Species": "Common Myna", "Count": 2, "Date": "2021-04-05" }, "geometry": { "type": "Point", "coordinates": [ -157.769191400000011, 21.44587947 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44587947, "Longitude": -157.7691914, "Species": "Common Waxbill", "Count": 1, "Date": "2021-04-05" }, "geometry": { "type": "Point", "coordinates": [ -157.769191400000011, 21.44587947 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44587947, "Longitude": -157.7691914, "Species": "Gray Francolin", "Count": 2, "Date": "2024-01-07" }, "geometry": { "type": "Point", "coordinates": [ -157.769191400000011, 21.44587947 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44587947, "Longitude": -157.7691914, "Species": "Java Sparrow", "Count": 1, "Date": "2021-04-05" }, "geometry": { "type": "Point", "coordinates": [ -157.769191400000011, 21.44587947 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44587947, "Longitude": -157.7691914, "Species": "Pacific Golden-Plover", "Count": 2, "Date": "2021-04-05" }, "geometry": { "type": "Point", "coordinates": [ -157.769191400000011, 21.44587947 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44587947, "Longitude": -157.7691914, "Species": "Red Junglefowl", "Count": 1, "Date": "2021-04-05" }, "geometry": { "type": "Point", "coordinates": [ -157.769191400000011, 21.44587947 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44587947, "Longitude": -157.7691914, "Species": "Red-crested Cardinal", "Count": 2, "Date": "2021-04-05" }, "geometry": { "type": "Point", "coordinates": [ -157.769191400000011, 21.44587947 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44587947, "Longitude": -157.7691914, "Species": "Red-vented Bulbul", "Count": 2, "Date": "2021-04-05" }, "geometry": { "type": "Point", "coordinates": [ -157.769191400000011, 21.44587947 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44587947, "Longitude": -157.7691914, "Species": "Scaly-breasted Munia", "Count": 1, "Date": "2021-04-05" }, "geometry": { "type": "Point", "coordinates": [ -157.769191400000011, 21.44587947 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44587947, "Longitude": -157.7691914, "Species": "Spotted Dove", "Count": 1, "Date": "2021-04-05" }, "geometry": { "type": "Point", "coordinates": [ -157.769191400000011, 21.44587947 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44587947, "Longitude": -157.7691914, "Species": "Warbling White-eye", "Count": 1, "Date": "2021-04-05" }, "geometry": { "type": "Point", "coordinates": [ -157.769191400000011, 21.44587947 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44587947, "Longitude": -157.7691914, "Species": "Western Cattle Egret", "Count": 1, "Date": "2021-04-05" }, "geometry": { "type": "Point", "coordinates": [ -157.769191400000011, 21.44587947 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44587947, "Longitude": -157.7691914, "Species": "White-rumped Shama", "Count": 1, "Date": "2021-04-05" }, "geometry": { "type": "Point", "coordinates": [ -157.769191400000011, 21.44587947 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44587947, "Longitude": -157.7691914, "Species": "Zebra Dove", "Count": 2, "Date": "2021-04-05" }, "geometry": { "type": "Point", "coordinates": [ -157.769191400000011, 21.44587947 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46599684, "Longitude": -158.0875036, "Species": "African Silverbill", "Count": 2, "Date": "2021-05-28" }, "geometry": { "type": "Point", "coordinates": [ -158.0875036, 21.46599684 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46599684, "Longitude": -158.0875036, "Species": "Apapane", "Count": 1, "Date": "2022-07-06" }, "geometry": { "type": "Point", "coordinates": [ -158.0875036, 21.46599684 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46599684, "Longitude": -158.0875036, "Species": "Common Myna", "Count": 1, "Date": "2022-07-06" }, "geometry": { "type": "Point", "coordinates": [ -158.0875036, 21.46599684 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46599684, "Longitude": -158.0875036, "Species": "Common Waxbill", "Count": 1, "Date": "2022-07-06" }, "geometry": { "type": "Point", "coordinates": [ -158.0875036, 21.46599684 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46599684, "Longitude": -158.0875036, "Species": "Gray Francolin", "Count": 1, "Date": "2022-07-06" }, "geometry": { "type": "Point", "coordinates": [ -158.0875036, 21.46599684 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46599684, "Longitude": -158.0875036, "Species": "Indian Peafowl", "Count": 1, "Date": "2022-07-06" }, "geometry": { "type": "Point", "coordinates": [ -158.0875036, 21.46599684 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46599684, "Longitude": -158.0875036, "Species": "Oahu Amakihi", "Count": 1, "Date": "2022-07-06" }, "geometry": { "type": "Point", "coordinates": [ -158.0875036, 21.46599684 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46599684, "Longitude": -158.0875036, "Species": "Oahu Elepaio", "Count": 1, "Date": "2022-07-06" }, "geometry": { "type": "Point", "coordinates": [ -158.0875036, 21.46599684 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46599684, "Longitude": -158.0875036, "Species": "Red-billed Leiothrix", "Count": 1, "Date": "2022-07-06" }, "geometry": { "type": "Point", "coordinates": [ -158.0875036, 21.46599684 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46599684, "Longitude": -158.0875036, "Species": "Red-crested Cardinal", "Count": 1, "Date": "2022-07-06" }, "geometry": { "type": "Point", "coordinates": [ -158.0875036, 21.46599684 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46599684, "Longitude": -158.0875036, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2022-07-06" }, "geometry": { "type": "Point", "coordinates": [ -158.0875036, 21.46599684 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46599684, "Longitude": -158.0875036, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2022-07-06" }, "geometry": { "type": "Point", "coordinates": [ -158.0875036, 21.46599684 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46599684, "Longitude": -158.0875036, "Species": "Warbling White-eye", "Count": 1, "Date": "2022-07-06" }, "geometry": { "type": "Point", "coordinates": [ -158.0875036, 21.46599684 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46599684, "Longitude": -158.0875036, "Species": "White-rumped Shama", "Count": 1, "Date": "2022-07-06" }, "geometry": { "type": "Point", "coordinates": [ -158.0875036, 21.46599684 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47513534, "Longitude": -158.1067502, "Species": "Common Myna", "Count": 1, "Date": "2019-04-27" }, "geometry": { "type": "Point", "coordinates": [ -158.1067502, 21.47513534 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47513534, "Longitude": -158.1067502, "Species": "Gray Francolin", "Count": 1, "Date": "2019-04-27" }, "geometry": { "type": "Point", "coordinates": [ -158.1067502, 21.47513534 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47513534, "Longitude": -158.1067502, "Species": "House Finch", "Count": 1, "Date": "2019-04-27" }, "geometry": { "type": "Point", "coordinates": [ -158.1067502, 21.47513534 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47513534, "Longitude": -158.1067502, "Species": "Indian Peafowl", "Count": 1, "Date": "2019-04-27" }, "geometry": { "type": "Point", "coordinates": [ -158.1067502, 21.47513534 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47513534, "Longitude": -158.1067502, "Species": "Japanese Bush Warbler", "Count": 1, "Date": "2019-04-27" }, "geometry": { "type": "Point", "coordinates": [ -158.1067502, 21.47513534 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47513534, "Longitude": -158.1067502, "Species": "Northern Cardinal", "Count": 1, "Date": "2019-04-27" }, "geometry": { "type": "Point", "coordinates": [ -158.1067502, 21.47513534 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47513534, "Longitude": -158.1067502, "Species": "Oahu Amakihi", "Count": 1, "Date": "2019-04-27" }, "geometry": { "type": "Point", "coordinates": [ -158.1067502, 21.47513534 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47513534, "Longitude": -158.1067502, "Species": "Red-billed Leiothrix", "Count": 1, "Date": "2019-04-27" }, "geometry": { "type": "Point", "coordinates": [ -158.1067502, 21.47513534 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47513534, "Longitude": -158.1067502, "Species": "Red-crested Cardinal", "Count": 1, "Date": "2019-04-27" }, "geometry": { "type": "Point", "coordinates": [ -158.1067502, 21.47513534 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47513534, "Longitude": -158.1067502, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2019-04-27" }, "geometry": { "type": "Point", "coordinates": [ -158.1067502, 21.47513534 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47513534, "Longitude": -158.1067502, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2019-04-27" }, "geometry": { "type": "Point", "coordinates": [ -158.1067502, 21.47513534 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47513534, "Longitude": -158.1067502, "Species": "Spotted Dove", "Count": 1, "Date": "2019-04-27" }, "geometry": { "type": "Point", "coordinates": [ -158.1067502, 21.47513534 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47513534, "Longitude": -158.1067502, "Species": "Warbling White-eye", "Count": 1, "Date": "2019-04-27" }, "geometry": { "type": "Point", "coordinates": [ -158.1067502, 21.47513534 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47513534, "Longitude": -158.1067502, "Species": "White-rumped Shama", "Count": 1, "Date": "2019-04-27" }, "geometry": { "type": "Point", "coordinates": [ -158.1067502, 21.47513534 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48395336, "Longitude": -158.0680866, "Species": "Common Myna", "Count": 3, "Date": "2021-10-20" }, "geometry": { "type": "Point", "coordinates": [ -158.068086599999987, 21.48395336 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48395336, "Longitude": -158.0680866, "Species": "Common Waxbill", "Count": 1, "Date": "2021-10-20" }, "geometry": { "type": "Point", "coordinates": [ -158.068086599999987, 21.48395336 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48395336, "Longitude": -158.0680866, "Species": "House Finch", "Count": 1, "Date": "2021-10-22" }, "geometry": { "type": "Point", "coordinates": [ -158.068086599999987, 21.48395336 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48395336, "Longitude": -158.0680866, "Species": "Java Sparrow", "Count": 2, "Date": "2021-10-20" }, "geometry": { "type": "Point", "coordinates": [ -158.068086599999987, 21.48395336 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48395336, "Longitude": -158.0680866, "Species": "Pacific Golden-Plover", "Count": 2, "Date": "2021-10-17" }, "geometry": { "type": "Point", "coordinates": [ -158.068086599999987, 21.48395336 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48395336, "Longitude": -158.0680866, "Species": "Red-crested Cardinal", "Count": 2, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -158.068086599999987, 21.48395336 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48395336, "Longitude": -158.0680866, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2021-10-17" }, "geometry": { "type": "Point", "coordinates": [ -158.068086599999987, 21.48395336 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48395336, "Longitude": -158.0680866, "Species": "Rose-ringed Parakeet", "Count": 1, "Date": "2021-10-14" }, "geometry": { "type": "Point", "coordinates": [ -158.068086599999987, 21.48395336 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48395336, "Longitude": -158.0680866, "Species": "Saffron Finch", "Count": 2, "Date": "2021-10-22" }, "geometry": { "type": "Point", "coordinates": [ -158.068086599999987, 21.48395336 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48395336, "Longitude": -158.0680866, "Species": "Scaly-breasted Munia", "Count": 1, "Date": "2021-10-22" }, "geometry": { "type": "Point", "coordinates": [ -158.068086599999987, 21.48395336 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48395336, "Longitude": -158.0680866, "Species": "Spotted Dove", "Count": 2, "Date": "2021-10-20" }, "geometry": { "type": "Point", "coordinates": [ -158.068086599999987, 21.48395336 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48395336, "Longitude": -158.0680866, "Species": "Warbling White-eye", "Count": 2, "Date": "2021-10-20" }, "geometry": { "type": "Point", "coordinates": [ -158.068086599999987, 21.48395336 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48395336, "Longitude": -158.0680866, "Species": "Western Cattle Egret", "Count": 1, "Date": "2021-10-14" }, "geometry": { "type": "Point", "coordinates": [ -158.068086599999987, 21.48395336 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48395336, "Longitude": -158.0680866, "Species": "Zebra Dove", "Count": 2, "Date": "2021-10-20" }, "geometry": { "type": "Point", "coordinates": [ -158.068086599999987, 21.48395336 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49298567, "Longitude": -158.0680289, "Species": "Chestnut Munia", "Count": 3, "Date": "2023-11-11" }, "geometry": { "type": "Point", "coordinates": [ -158.0680289, 21.49298567 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49298567, "Longitude": -158.0680289, "Species": "Common Myna", "Count": 5, "Date": "2023-11-13" }, "geometry": { "type": "Point", "coordinates": [ -158.0680289, 21.49298567 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49298567, "Longitude": -158.0680289, "Species": "Common Waxbill", "Count": 2, "Date": "2023-11-11" }, "geometry": { "type": "Point", "coordinates": [ -158.0680289, 21.49298567 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49298567, "Longitude": -158.0680289, "Species": "House Finch", "Count": 1, "Date": "2023-06-14" }, "geometry": { "type": "Point", "coordinates": [ -158.0680289, 21.49298567 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49298567, "Longitude": -158.0680289, "Species": "Java Sparrow", "Count": 1, "Date": "2023-06-14" }, "geometry": { "type": "Point", "coordinates": [ -158.0680289, 21.49298567 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49298567, "Longitude": -158.0680289, "Species": "Northern Cardinal", "Count": 2, "Date": "2023-11-12" }, "geometry": { "type": "Point", "coordinates": [ -158.0680289, 21.49298567 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49298567, "Longitude": -158.0680289, "Species": "Pacific Golden-Plover", "Count": 4, "Date": "2023-11-12" }, "geometry": { "type": "Point", "coordinates": [ -158.0680289, 21.49298567 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49298567, "Longitude": -158.0680289, "Species": "Red-crested Cardinal", "Count": 3, "Date": "2023-11-13" }, "geometry": { "type": "Point", "coordinates": [ -158.0680289, 21.49298567 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49298567, "Longitude": -158.0680289, "Species": "Red-vented Bulbul", "Count": 3, "Date": "2023-11-13" }, "geometry": { "type": "Point", "coordinates": [ -158.0680289, 21.49298567 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49298567, "Longitude": -158.0680289, "Species": "Rose-ringed Parakeet", "Count": 2, "Date": "2023-11-12" }, "geometry": { "type": "Point", "coordinates": [ -158.0680289, 21.49298567 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49298567, "Longitude": -158.0680289, "Species": "Saffron Finch", "Count": 2, "Date": "2023-11-11" }, "geometry": { "type": "Point", "coordinates": [ -158.0680289, 21.49298567 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49298567, "Longitude": -158.0680289, "Species": "Spotted Dove", "Count": 4, "Date": "2023-11-13" }, "geometry": { "type": "Point", "coordinates": [ -158.0680289, 21.49298567 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49298567, "Longitude": -158.0680289, "Species": "Warbling White-eye", "Count": 2, "Date": "2023-11-13" }, "geometry": { "type": "Point", "coordinates": [ -158.0680289, 21.49298567 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49298567, "Longitude": -158.0680289, "Species": "Zebra Dove", "Count": 3, "Date": "2023-11-12" }, "geometry": { "type": "Point", "coordinates": [ -158.0680289, 21.49298567 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49270765, "Longitude": -158.0197659, "Species": "Chestnut Munia", "Count": 3, "Date": "2022-05-09" }, "geometry": { "type": "Point", "coordinates": [ -158.01976590000001, 21.49270765 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49270765, "Longitude": -158.0197659, "Species": "Common Myna", "Count": 4, "Date": "2022-07-14" }, "geometry": { "type": "Point", "coordinates": [ -158.01976590000001, 21.49270765 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49270765, "Longitude": -158.0197659, "Species": "Common Waxbill", "Count": 3, "Date": "2022-05-09" }, "geometry": { "type": "Point", "coordinates": [ -158.01976590000001, 21.49270765 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49270765, "Longitude": -158.0197659, "Species": "House Finch", "Count": 3, "Date": "2022-05-09" }, "geometry": { "type": "Point", "coordinates": [ -158.01976590000001, 21.49270765 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49270765, "Longitude": -158.0197659, "Species": "Northern Cardinal", "Count": 3, "Date": "2022-05-09" }, "geometry": { "type": "Point", "coordinates": [ -158.01976590000001, 21.49270765 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49270765, "Longitude": -158.0197659, "Species": "Red-crested Cardinal", "Count": 4, "Date": "2022-07-14" }, "geometry": { "type": "Point", "coordinates": [ -158.01976590000001, 21.49270765 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49270765, "Longitude": -158.0197659, "Species": "Red-crowned Parrot", "Count": 1, "Date": "2022-07-14" }, "geometry": { "type": "Point", "coordinates": [ -158.01976590000001, 21.49270765 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49270765, "Longitude": -158.0197659, "Species": "Red-vented Bulbul", "Count": 4, "Date": "2022-07-14" }, "geometry": { "type": "Point", "coordinates": [ -158.01976590000001, 21.49270765 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49270765, "Longitude": -158.0197659, "Species": "Red-whiskered Bulbul", "Count": 3, "Date": "2022-05-09" }, "geometry": { "type": "Point", "coordinates": [ -158.01976590000001, 21.49270765 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49270765, "Longitude": -158.0197659, "Species": "Saffron Finch", "Count": 1, "Date": "2022-07-14" }, "geometry": { "type": "Point", "coordinates": [ -158.01976590000001, 21.49270765 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49270765, "Longitude": -158.0197659, "Species": "Warbling White-eye", "Count": 1, "Date": "2022-07-14" }, "geometry": { "type": "Point", "coordinates": [ -158.01976590000001, 21.49270765 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49270765, "Longitude": -158.0197659, "Species": "Western Cattle Egret", "Count": 3, "Date": "2022-05-09" }, "geometry": { "type": "Point", "coordinates": [ -158.01976590000001, 21.49270765 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49270765, "Longitude": -158.0197659, "Species": "White-rumped Shama", "Count": 3, "Date": "2022-05-09" }, "geometry": { "type": "Point", "coordinates": [ -158.01976590000001, 21.49270765 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49270765, "Longitude": -158.0197659, "Species": "Zebra Dove", "Count": 4, "Date": "2022-07-14" }, "geometry": { "type": "Point", "coordinates": [ -158.01976590000001, 21.49270765 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51969455, "Longitude": -158.0002758, "Species": "Chestnut Munia", "Count": 2, "Date": "2021-08-18" }, "geometry": { "type": "Point", "coordinates": [ -158.0002758, 21.51969455 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51969455, "Longitude": -158.0002758, "Species": "Common Myna", "Count": 2, "Date": "2020-09-16" }, "geometry": { "type": "Point", "coordinates": [ -158.0002758, 21.51969455 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51969455, "Longitude": -158.0002758, "Species": "Common Waxbill", "Count": 1, "Date": "2020-04-06" }, "geometry": { "type": "Point", "coordinates": [ -158.0002758, 21.51969455 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51969455, "Longitude": -158.0002758, "Species": "Gray Francolin", "Count": 1, "Date": "2020-09-16" }, "geometry": { "type": "Point", "coordinates": [ -158.0002758, 21.51969455 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51969455, "Longitude": -158.0002758, "Species": "House Sparrow", "Count": 1, "Date": "2020-09-16" }, "geometry": { "type": "Point", "coordinates": [ -158.0002758, 21.51969455 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51969455, "Longitude": -158.0002758, "Species": "Indian Peafowl", "Count": 8, "Date": "2022-04-12" }, "geometry": { "type": "Point", "coordinates": [ -158.0002758, 21.51969455 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51969455, "Longitude": -158.0002758, "Species": "Pacific Golden-Plover", "Count": 4, "Date": "2021-08-18" }, "geometry": { "type": "Point", "coordinates": [ -158.0002758, 21.51969455 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51969455, "Longitude": -158.0002758, "Species": "Red Junglefowl", "Count": 1, "Date": "2021-08-18" }, "geometry": { "type": "Point", "coordinates": [ -158.0002758, 21.51969455 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51969455, "Longitude": -158.0002758, "Species": "Red-crested Cardinal", "Count": 1, "Date": "2020-09-16" }, "geometry": { "type": "Point", "coordinates": [ -158.0002758, 21.51969455 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51969455, "Longitude": -158.0002758, "Species": "Red-vented Bulbul", "Count": 2, "Date": "2020-09-16" }, "geometry": { "type": "Point", "coordinates": [ -158.0002758, 21.51969455 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51969455, "Longitude": -158.0002758, "Species": "Spotted Dove", "Count": 1, "Date": "2020-04-06" }, "geometry": { "type": "Point", "coordinates": [ -158.0002758, 21.51969455 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51969455, "Longitude": -158.0002758, "Species": "Wandering Tattler", "Count": 1, "Date": "2022-04-12" }, "geometry": { "type": "Point", "coordinates": [ -158.0002758, 21.51969455 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51969455, "Longitude": -158.0002758, "Species": "Western Cattle Egret", "Count": 1, "Date": "2020-09-16" }, "geometry": { "type": "Point", "coordinates": [ -158.0002758, 21.51969455 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51969455, "Longitude": -158.0002758, "Species": "Zebra Dove", "Count": 1, "Date": "2020-04-06" }, "geometry": { "type": "Point", "coordinates": [ -158.0002758, 21.51969455 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58244818, "Longitude": -157.9225753, "Species": "Apapane", "Count": 1, "Date": "2021-11-20" }, "geometry": { "type": "Point", "coordinates": [ -157.9225753, 21.58244818 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58244818, "Longitude": -157.9225753, "Species": "Common Myna", "Count": 1, "Date": "2021-11-20" }, "geometry": { "type": "Point", "coordinates": [ -157.9225753, 21.58244818 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58244818, "Longitude": -157.9225753, "Species": "Common Waxbill", "Count": 1, "Date": "2021-11-20" }, "geometry": { "type": "Point", "coordinates": [ -157.9225753, 21.58244818 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58244818, "Longitude": -157.9225753, "Species": "House Sparrow", "Count": 1, "Date": "2021-11-20" }, "geometry": { "type": "Point", "coordinates": [ -157.9225753, 21.58244818 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58244818, "Longitude": -157.9225753, "Species": "Japanese Bush Warbler", "Count": 1, "Date": "2021-11-20" }, "geometry": { "type": "Point", "coordinates": [ -157.9225753, 21.58244818 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58244818, "Longitude": -157.9225753, "Species": "Oahu Amakihi", "Count": 1, "Date": "2021-11-20" }, "geometry": { "type": "Point", "coordinates": [ -157.9225753, 21.58244818 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58244818, "Longitude": -157.9225753, "Species": "Red-billed Leiothrix", "Count": 1, "Date": "2021-11-20" }, "geometry": { "type": "Point", "coordinates": [ -157.9225753, 21.58244818 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58244818, "Longitude": -157.9225753, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2021-11-20" }, "geometry": { "type": "Point", "coordinates": [ -157.9225753, 21.58244818 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58244818, "Longitude": -157.9225753, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2021-11-20" }, "geometry": { "type": "Point", "coordinates": [ -157.9225753, 21.58244818 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58244818, "Longitude": -157.9225753, "Species": "Spotted Dove", "Count": 1, "Date": "2021-11-20" }, "geometry": { "type": "Point", "coordinates": [ -157.9225753, 21.58244818 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58244818, "Longitude": -157.9225753, "Species": "Warbling White-eye", "Count": 1, "Date": "2021-11-20" }, "geometry": { "type": "Point", "coordinates": [ -157.9225753, 21.58244818 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58244818, "Longitude": -157.9225753, "Species": "White-rumped Shama", "Count": 1, "Date": "2021-11-20" }, "geometry": { "type": "Point", "coordinates": [ -157.9225753, 21.58244818 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58244818, "Longitude": -157.9225753, "Species": "White-tailed Tropicbird", "Count": 1, "Date": "2021-11-20" }, "geometry": { "type": "Point", "coordinates": [ -157.9225753, 21.58244818 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58244818, "Longitude": -157.9225753, "Species": "Zebra Dove", "Count": 1, "Date": "2021-11-20" }, "geometry": { "type": "Point", "coordinates": [ -157.9225753, 21.58244818 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.61951155, "Longitude": -158.0768806, "Species": "Brown Booby", "Count": 1, "Date": "2022-05-08" }, "geometry": { "type": "Point", "coordinates": [ -158.07688060000001, 21.61951155 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.61951155, "Longitude": -158.0768806, "Species": "Common Myna", "Count": 2, "Date": "2023-02-20" }, "geometry": { "type": "Point", "coordinates": [ -158.07688060000001, 21.61951155 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.61951155, "Longitude": -158.0768806, "Species": "Great Frigatebird", "Count": 1, "Date": "2023-02-21" }, "geometry": { "type": "Point", "coordinates": [ -158.07688060000001, 21.61951155 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.61951155, "Longitude": -158.0768806, "Species": "House Sparrow", "Count": 1, "Date": "2022-05-08" }, "geometry": { "type": "Point", "coordinates": [ -158.07688060000001, 21.61951155 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.61951155, "Longitude": -158.0768806, "Species": "Pacific Golden-Plover", "Count": 1, "Date": "2022-10-05" }, "geometry": { "type": "Point", "coordinates": [ -158.07688060000001, 21.61951155 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.61951155, "Longitude": -158.0768806, "Species": "Red-crested Cardinal", "Count": 1, "Date": "2022-05-08" }, "geometry": { "type": "Point", "coordinates": [ -158.07688060000001, 21.61951155 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.61951155, "Longitude": -158.0768806, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2023-02-21" }, "geometry": { "type": "Point", "coordinates": [ -158.07688060000001, 21.61951155 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.61951155, "Longitude": -158.0768806, "Species": "Saffron Finch", "Count": 1, "Date": "2022-05-08" }, "geometry": { "type": "Point", "coordinates": [ -158.07688060000001, 21.61951155 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.61951155, "Longitude": -158.0768806, "Species": "Sanderling", "Count": 1, "Date": "2023-09-04" }, "geometry": { "type": "Point", "coordinates": [ -158.07688060000001, 21.61951155 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.61951155, "Longitude": -158.0768806, "Species": "Warbling White-eye", "Count": 1, "Date": "2022-05-08" }, "geometry": { "type": "Point", "coordinates": [ -158.07688060000001, 21.61951155 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.61951155, "Longitude": -158.0768806, "Species": "Wedge-tailed Shearwater", "Count": 2, "Date": "2023-09-04" }, "geometry": { "type": "Point", "coordinates": [ -158.07688060000001, 21.61951155 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.61951155, "Longitude": -158.0768806, "Species": "Western Cattle Egret", "Count": 1, "Date": "2022-05-08" }, "geometry": { "type": "Point", "coordinates": [ -158.07688060000001, 21.61951155 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.61951155, "Longitude": -158.0768806, "Species": "White-rumped Shama", "Count": 2, "Date": "2023-09-13" }, "geometry": { "type": "Point", "coordinates": [ -158.07688060000001, 21.61951155 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.61951155, "Longitude": -158.0768806, "Species": "Zebra Dove", "Count": 2, "Date": "2022-10-05" }, "geometry": { "type": "Point", "coordinates": [ -158.07688060000001, 21.61951155 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.62849131, "Longitude": -158.0671615, "Species": "Black-crowned Night Heron", "Count": 1, "Date": "2022-03-15" }, "geometry": { "type": "Point", "coordinates": [ -158.0671615, 21.62849131 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.62849131, "Longitude": -158.0671615, "Species": "Common Gallinule", "Count": 1, "Date": "2022-03-15" }, "geometry": { "type": "Point", "coordinates": [ -158.0671615, 21.62849131 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.62849131, "Longitude": -158.0671615, "Species": "Common Myna", "Count": 2, "Date": "2022-12-13" }, "geometry": { "type": "Point", "coordinates": [ -158.0671615, 21.62849131 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.62849131, "Longitude": -158.0671615, "Species": "Common Waxbill", "Count": 1, "Date": "2022-12-13" }, "geometry": { "type": "Point", "coordinates": [ -158.0671615, 21.62849131 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.62849131, "Longitude": -158.0671615, "Species": "Great Frigatebird", "Count": 1, "Date": "2022-02-20" }, "geometry": { "type": "Point", "coordinates": [ -158.0671615, 21.62849131 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.62849131, "Longitude": -158.0671615, "Species": "House Sparrow", "Count": 1, "Date": "2022-12-13" }, "geometry": { "type": "Point", "coordinates": [ -158.0671615, 21.62849131 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.62849131, "Longitude": -158.0671615, "Species": "Northern Cardinal", "Count": 1, "Date": "2022-12-13" }, "geometry": { "type": "Point", "coordinates": [ -158.0671615, 21.62849131 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.62849131, "Longitude": -158.0671615, "Species": "Pacific Golden-Plover", "Count": 1, "Date": "2022-03-16" }, "geometry": { "type": "Point", "coordinates": [ -158.0671615, 21.62849131 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.62849131, "Longitude": -158.0671615, "Species": "Red-billed Leiothrix", "Count": 1, "Date": "2022-12-13" }, "geometry": { "type": "Point", "coordinates": [ -158.0671615, 21.62849131 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.62849131, "Longitude": -158.0671615, "Species": "Red-vented Bulbul", "Count": 2, "Date": "2022-12-13" }, "geometry": { "type": "Point", "coordinates": [ -158.0671615, 21.62849131 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.62849131, "Longitude": -158.0671615, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2022-12-13" }, "geometry": { "type": "Point", "coordinates": [ -158.0671615, 21.62849131 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.62849131, "Longitude": -158.0671615, "Species": "Ruddy Turnstone", "Count": 1, "Date": "2022-03-15" }, "geometry": { "type": "Point", "coordinates": [ -158.0671615, 21.62849131 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.62849131, "Longitude": -158.0671615, "Species": "Warbling White-eye", "Count": 1, "Date": "2022-12-13" }, "geometry": { "type": "Point", "coordinates": [ -158.0671615, 21.62849131 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.62849131, "Longitude": -158.0671615, "Species": "Yellow-fronted Canary", "Count": 1, "Date": "2022-12-13" }, "geometry": { "type": "Point", "coordinates": [ -158.0671615, 21.62849131 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26471116, "Longitude": -157.7032442, "Species": "Brown Booby", "Count": 6, "Date": "2020-11-26" }, "geometry": { "type": "Point", "coordinates": [ -157.7032442, 21.26471116 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26471116, "Longitude": -157.7032442, "Species": "Common Myna", "Count": 2, "Date": "2022-05-07" }, "geometry": { "type": "Point", "coordinates": [ -157.7032442, 21.26471116 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26471116, "Longitude": -157.7032442, "Species": "Common Waxbill", "Count": 1, "Date": "2022-05-07" }, "geometry": { "type": "Point", "coordinates": [ -157.7032442, 21.26471116 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26471116, "Longitude": -157.7032442, "Species": "House Finch", "Count": 1, "Date": "2022-05-07" }, "geometry": { "type": "Point", "coordinates": [ -157.7032442, 21.26471116 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26471116, "Longitude": -157.7032442, "Species": "House Sparrow", "Count": 1, "Date": "2022-05-07" }, "geometry": { "type": "Point", "coordinates": [ -157.7032442, 21.26471116 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26471116, "Longitude": -157.7032442, "Species": "Java Sparrow", "Count": 1, "Date": "2022-05-07" }, "geometry": { "type": "Point", "coordinates": [ -157.7032442, 21.26471116 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26471116, "Longitude": -157.7032442, "Species": "Red-crested Cardinal", "Count": 1, "Date": "2022-05-07" }, "geometry": { "type": "Point", "coordinates": [ -157.7032442, 21.26471116 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26471116, "Longitude": -157.7032442, "Species": "Red-footed Booby", "Count": 3, "Date": "2020-11-26" }, "geometry": { "type": "Point", "coordinates": [ -157.7032442, 21.26471116 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26471116, "Longitude": -157.7032442, "Species": "Red-vented Bulbul", "Count": 3, "Date": "2022-05-07" }, "geometry": { "type": "Point", "coordinates": [ -157.7032442, 21.26471116 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26471116, "Longitude": -157.7032442, "Species": "Rock Pigeon", "Count": 1, "Date": "2022-05-07" }, "geometry": { "type": "Point", "coordinates": [ -157.7032442, 21.26471116 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26471116, "Longitude": -157.7032442, "Species": "Spotted Dove", "Count": 2, "Date": "2022-05-07" }, "geometry": { "type": "Point", "coordinates": [ -157.7032442, 21.26471116 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26471116, "Longitude": -157.7032442, "Species": "Wandering Tattler", "Count": 2, "Date": "2020-11-23" }, "geometry": { "type": "Point", "coordinates": [ -157.7032442, 21.26471116 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26471116, "Longitude": -157.7032442, "Species": "Western Cattle Egret", "Count": 1, "Date": "2022-05-07" }, "geometry": { "type": "Point", "coordinates": [ -157.7032442, 21.26471116 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26471116, "Longitude": -157.7032442, "Species": "White Tern", "Count": 4, "Date": "2022-05-07" }, "geometry": { "type": "Point", "coordinates": [ -157.7032442, 21.26471116 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26471116, "Longitude": -157.7032442, "Species": "Zebra Dove", "Count": 4, "Date": "2022-05-07" }, "geometry": { "type": "Point", "coordinates": [ -157.7032442, 21.26471116 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29210305, "Longitude": -157.7415595, "Species": "Common Myna", "Count": 4, "Date": "2021-10-24" }, "geometry": { "type": "Point", "coordinates": [ -157.7415595, 21.29210305 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29210305, "Longitude": -157.7415595, "Species": "Common Waxbill", "Count": 4, "Date": "2022-03-09" }, "geometry": { "type": "Point", "coordinates": [ -157.7415595, 21.29210305 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29210305, "Longitude": -157.7415595, "Species": "House Finch", "Count": 2, "Date": "2021-10-26" }, "geometry": { "type": "Point", "coordinates": [ -157.7415595, 21.29210305 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29210305, "Longitude": -157.7415595, "Species": "Java Sparrow", "Count": 3, "Date": "2021-10-26" }, "geometry": { "type": "Point", "coordinates": [ -157.7415595, 21.29210305 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29210305, "Longitude": -157.7415595, "Species": "Pacific Golden-Plover", "Count": 5, "Date": "2021-10-24" }, "geometry": { "type": "Point", "coordinates": [ -157.7415595, 21.29210305 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29210305, "Longitude": -157.7415595, "Species": "Red Junglefowl", "Count": 1, "Date": "2021-10-18" }, "geometry": { "type": "Point", "coordinates": [ -157.7415595, 21.29210305 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29210305, "Longitude": -157.7415595, "Species": "Red-billed Leiothrix", "Count": 2, "Date": "2022-03-09" }, "geometry": { "type": "Point", "coordinates": [ -157.7415595, 21.29210305 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29210305, "Longitude": -157.7415595, "Species": "Red-crested Cardinal", "Count": 4, "Date": "2021-10-24" }, "geometry": { "type": "Point", "coordinates": [ -157.7415595, 21.29210305 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29210305, "Longitude": -157.7415595, "Species": "Red-vented Bulbul", "Count": 7, "Date": "2022-03-09" }, "geometry": { "type": "Point", "coordinates": [ -157.7415595, 21.29210305 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29210305, "Longitude": -157.7415595, "Species": "Red-whiskered Bulbul", "Count": 2, "Date": "2022-03-09" }, "geometry": { "type": "Point", "coordinates": [ -157.7415595, 21.29210305 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29210305, "Longitude": -157.7415595, "Species": "Spotted Dove", "Count": 7, "Date": "2022-03-09" }, "geometry": { "type": "Point", "coordinates": [ -157.7415595, 21.29210305 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29210305, "Longitude": -157.7415595, "Species": "Warbling White-eye", "Count": 3, "Date": "2021-10-26" }, "geometry": { "type": "Point", "coordinates": [ -157.7415595, 21.29210305 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29210305, "Longitude": -157.7415595, "Species": "Western Cattle Egret", "Count": 3, "Date": "2021-10-26" }, "geometry": { "type": "Point", "coordinates": [ -157.7415595, 21.29210305 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29210305, "Longitude": -157.7415595, "Species": "White-rumped Shama", "Count": 2, "Date": "2022-03-09" }, "geometry": { "type": "Point", "coordinates": [ -157.7415595, 21.29210305 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29210305, "Longitude": -157.7415595, "Species": "Zebra Dove", "Count": 6, "Date": "2022-03-09" }, "geometry": { "type": "Point", "coordinates": [ -157.7415595, 21.29210305 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30310761, "Longitude": -158.0403108, "Species": "Common Myna", "Count": 3, "Date": "2022-11-06" }, "geometry": { "type": "Point", "coordinates": [ -158.040310799999986, 21.30310761 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30310761, "Longitude": -158.0403108, "Species": "Common Waxbill", "Count": 2, "Date": "2022-12-30" }, "geometry": { "type": "Point", "coordinates": [ -158.040310799999986, 21.30310761 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30310761, "Longitude": -158.0403108, "Species": "House Sparrow", "Count": 3, "Date": "2022-11-06" }, "geometry": { "type": "Point", "coordinates": [ -158.040310799999986, 21.30310761 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30310761, "Longitude": -158.0403108, "Species": "Northern Cardinal", "Count": 2, "Date": "2021-11-29" }, "geometry": { "type": "Point", "coordinates": [ -158.040310799999986, 21.30310761 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30310761, "Longitude": -158.0403108, "Species": "Pacific Golden-Plover", "Count": 3, "Date": "2022-11-06" }, "geometry": { "type": "Point", "coordinates": [ -158.040310799999986, 21.30310761 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30310761, "Longitude": -158.0403108, "Species": "Red-crested Cardinal", "Count": 3, "Date": "2022-11-06" }, "geometry": { "type": "Point", "coordinates": [ -158.040310799999986, 21.30310761 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30310761, "Longitude": -158.0403108, "Species": "Red-vented Bulbul", "Count": 3, "Date": "2022-11-06" }, "geometry": { "type": "Point", "coordinates": [ -158.040310799999986, 21.30310761 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30310761, "Longitude": -158.0403108, "Species": "Red-whiskered Bulbul", "Count": 3, "Date": "2022-11-06" }, "geometry": { "type": "Point", "coordinates": [ -158.040310799999986, 21.30310761 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30310761, "Longitude": -158.0403108, "Species": "Saffron Finch", "Count": 3, "Date": "2022-11-06" }, "geometry": { "type": "Point", "coordinates": [ -158.040310799999986, 21.30310761 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30310761, "Longitude": -158.0403108, "Species": "Spotted Dove", "Count": 3, "Date": "2022-11-06" }, "geometry": { "type": "Point", "coordinates": [ -158.040310799999986, 21.30310761 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30310761, "Longitude": -158.0403108, "Species": "Warbling White-eye", "Count": 3, "Date": "2022-11-06" }, "geometry": { "type": "Point", "coordinates": [ -158.040310799999986, 21.30310761 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30310761, "Longitude": -158.0403108, "Species": "Western Cattle Egret", "Count": 2, "Date": "2021-11-29" }, "geometry": { "type": "Point", "coordinates": [ -158.040310799999986, 21.30310761 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30310761, "Longitude": -158.0403108, "Species": "White-rumped Shama", "Count": 2, "Date": "2021-11-29" }, "geometry": { "type": "Point", "coordinates": [ -158.040310799999986, 21.30310761 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30310761, "Longitude": -158.0403108, "Species": "Yellow-fronted Canary", "Count": 1, "Date": "2022-11-06" }, "geometry": { "type": "Point", "coordinates": [ -158.040310799999986, 21.30310761 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30310761, "Longitude": -158.0403108, "Species": "Zebra Dove", "Count": 3, "Date": "2022-11-06" }, "geometry": { "type": "Point", "coordinates": [ -158.040310799999986, 21.30310761 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30305191, "Longitude": -158.0306705, "Species": "Common Myna", "Count": 3, "Date": "2023-03-30" }, "geometry": { "type": "Point", "coordinates": [ -158.030670500000014, 21.30305191 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30305191, "Longitude": -158.0306705, "Species": "Common Waxbill", "Count": 1, "Date": "2023-03-30" }, "geometry": { "type": "Point", "coordinates": [ -158.030670500000014, 21.30305191 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30305191, "Longitude": -158.0306705, "Species": "House Finch", "Count": 2, "Date": "2023-03-30" }, "geometry": { "type": "Point", "coordinates": [ -158.030670500000014, 21.30305191 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30305191, "Longitude": -158.0306705, "Species": "House Sparrow", "Count": 1, "Date": "2019-10-25" }, "geometry": { "type": "Point", "coordinates": [ -158.030670500000014, 21.30305191 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30305191, "Longitude": -158.0306705, "Species": "Java Sparrow", "Count": 1, "Date": "2022-05-18" }, "geometry": { "type": "Point", "coordinates": [ -158.030670500000014, 21.30305191 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30305191, "Longitude": -158.0306705, "Species": "Pacific Golden-Plover", "Count": 2, "Date": "2023-03-30" }, "geometry": { "type": "Point", "coordinates": [ -158.030670500000014, 21.30305191 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30305191, "Longitude": -158.0306705, "Species": "Red Junglefowl", "Count": 1, "Date": "2019-10-25" }, "geometry": { "type": "Point", "coordinates": [ -158.030670500000014, 21.30305191 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30305191, "Longitude": -158.0306705, "Species": "Red-crested Cardinal", "Count": 3, "Date": "2023-03-30" }, "geometry": { "type": "Point", "coordinates": [ -158.030670500000014, 21.30305191 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30305191, "Longitude": -158.0306705, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2023-03-30" }, "geometry": { "type": "Point", "coordinates": [ -158.030670500000014, 21.30305191 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30305191, "Longitude": -158.0306705, "Species": "Saffron Finch", "Count": 2, "Date": "2023-03-30" }, "geometry": { "type": "Point", "coordinates": [ -158.030670500000014, 21.30305191 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30305191, "Longitude": -158.0306705, "Species": "Spotted Dove", "Count": 2, "Date": "2023-03-30" }, "geometry": { "type": "Point", "coordinates": [ -158.030670500000014, 21.30305191 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30305191, "Longitude": -158.0306705, "Species": "Wandering Tattler", "Count": 1, "Date": "2019-10-25" }, "geometry": { "type": "Point", "coordinates": [ -158.030670500000014, 21.30305191 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30305191, "Longitude": -158.0306705, "Species": "Western Cattle Egret", "Count": 1, "Date": "2019-10-25" }, "geometry": { "type": "Point", "coordinates": [ -158.030670500000014, 21.30305191 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30305191, "Longitude": -158.0306705, "Species": "White Tern", "Count": 1, "Date": "2021-03-27" }, "geometry": { "type": "Point", "coordinates": [ -158.030670500000014, 21.30305191 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30305191, "Longitude": -158.0306705, "Species": "Zebra Dove", "Count": 3, "Date": "2023-03-30" }, "geometry": { "type": "Point", "coordinates": [ -158.030670500000014, 21.30305191 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31144105, "Longitude": -157.9245649, "Species": "Common Myna", "Count": 5, "Date": "2023-09-15" }, "geometry": { "type": "Point", "coordinates": [ -157.9245649, 21.31144105 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31144105, "Longitude": -157.9245649, "Species": "Common Waxbill", "Count": 1, "Date": "2022-02-10" }, "geometry": { "type": "Point", "coordinates": [ -157.9245649, 21.31144105 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31144105, "Longitude": -157.9245649, "Species": "Eurasian Skylark", "Count": 1, "Date": "2020-10-30" }, "geometry": { "type": "Point", "coordinates": [ -157.9245649, 21.31144105 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31144105, "Longitude": -157.9245649, "Species": "House Finch", "Count": 1, "Date": "2020-01-23" }, "geometry": { "type": "Point", "coordinates": [ -157.9245649, 21.31144105 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31144105, "Longitude": -157.9245649, "Species": "House Sparrow", "Count": 4, "Date": "2022-02-10" }, "geometry": { "type": "Point", "coordinates": [ -157.9245649, 21.31144105 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31144105, "Longitude": -157.9245649, "Species": "Feral Mallard", "Count": 1, "Date": "2022-02-10" }, "geometry": { "type": "Point", "coordinates": [ -157.9245649, 21.31144105 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31144105, "Longitude": -157.9245649, "Species": "Pacific Golden-Plover", "Count": 3, "Date": "2023-09-15" }, "geometry": { "type": "Point", "coordinates": [ -157.9245649, 21.31144105 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31144105, "Longitude": -157.9245649, "Species": "Red-crested Cardinal", "Count": 3, "Date": "2023-09-15" }, "geometry": { "type": "Point", "coordinates": [ -157.9245649, 21.31144105 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31144105, "Longitude": -157.9245649, "Species": "Red-vented Bulbul", "Count": 3, "Date": "2023-09-15" }, "geometry": { "type": "Point", "coordinates": [ -157.9245649, 21.31144105 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31144105, "Longitude": -157.9245649, "Species": "Rock Pigeon", "Count": 2, "Date": "2020-01-23" }, "geometry": { "type": "Point", "coordinates": [ -157.9245649, 21.31144105 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31144105, "Longitude": -157.9245649, "Species": "Saffron Finch", "Count": 1, "Date": "2023-09-15" }, "geometry": { "type": "Point", "coordinates": [ -157.9245649, 21.31144105 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31144105, "Longitude": -157.9245649, "Species": "Spotted Dove", "Count": 2, "Date": "2020-10-30" }, "geometry": { "type": "Point", "coordinates": [ -157.9245649, 21.31144105 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31144105, "Longitude": -157.9245649, "Species": "Western Cattle Egret", "Count": 1, "Date": "2019-01-23" }, "geometry": { "type": "Point", "coordinates": [ -157.9245649, 21.31144105 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31144105, "Longitude": -157.9245649, "Species": "White Tern", "Count": 1, "Date": "2020-01-23" }, "geometry": { "type": "Point", "coordinates": [ -157.9245649, 21.31144105 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31144105, "Longitude": -157.9245649, "Species": "Zebra Dove", "Count": 4, "Date": "2023-09-15" }, "geometry": { "type": "Point", "coordinates": [ -157.9245649, 21.31144105 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33037547, "Longitude": -158.0690614, "Species": "Common Myna", "Count": 5, "Date": "2024-01-04" }, "geometry": { "type": "Point", "coordinates": [ -158.06906140000001, 21.33037547 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33037547, "Longitude": -158.0690614, "Species": "Common Waxbill", "Count": 1, "Date": "2022-11-14" }, "geometry": { "type": "Point", "coordinates": [ -158.06906140000001, 21.33037547 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33037547, "Longitude": -158.0690614, "Species": "House Finch", "Count": 2, "Date": "2024-01-04" }, "geometry": { "type": "Point", "coordinates": [ -158.06906140000001, 21.33037547 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33037547, "Longitude": -158.0690614, "Species": "House Sparrow", "Count": 3, "Date": "2023-01-20" }, "geometry": { "type": "Point", "coordinates": [ -158.06906140000001, 21.33037547 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33037547, "Longitude": -158.0690614, "Species": "Java Sparrow", "Count": 1, "Date": "2022-11-14" }, "geometry": { "type": "Point", "coordinates": [ -158.06906140000001, 21.33037547 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33037547, "Longitude": -158.0690614, "Species": "Pacific Golden-Plover", "Count": 1, "Date": "2024-01-04" }, "geometry": { "type": "Point", "coordinates": [ -158.06906140000001, 21.33037547 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33037547, "Longitude": -158.0690614, "Species": "Red Junglefowl", "Count": 2, "Date": "2022-12-26" }, "geometry": { "type": "Point", "coordinates": [ -158.06906140000001, 21.33037547 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33037547, "Longitude": -158.0690614, "Species": "Red-crested Cardinal", "Count": 5, "Date": "2024-01-04" }, "geometry": { "type": "Point", "coordinates": [ -158.06906140000001, 21.33037547 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33037547, "Longitude": -158.0690614, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2021-12-26" }, "geometry": { "type": "Point", "coordinates": [ -158.06906140000001, 21.33037547 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33037547, "Longitude": -158.0690614, "Species": "Rock Pigeon", "Count": 2, "Date": "2022-12-26" }, "geometry": { "type": "Point", "coordinates": [ -158.06906140000001, 21.33037547 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33037547, "Longitude": -158.0690614, "Species": "Saffron Finch", "Count": 5, "Date": "2024-01-04" }, "geometry": { "type": "Point", "coordinates": [ -158.06906140000001, 21.33037547 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33037547, "Longitude": -158.0690614, "Species": "Spotted Dove", "Count": 3, "Date": "2022-12-26" }, "geometry": { "type": "Point", "coordinates": [ -158.06906140000001, 21.33037547 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33037547, "Longitude": -158.0690614, "Species": "Warbling White-eye", "Count": 2, "Date": "2022-12-26" }, "geometry": { "type": "Point", "coordinates": [ -158.06906140000001, 21.33037547 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33037547, "Longitude": -158.0690614, "Species": "Western Cattle Egret", "Count": 3, "Date": "2024-01-04" }, "geometry": { "type": "Point", "coordinates": [ -158.06906140000001, 21.33037547 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33037547, "Longitude": -158.0690614, "Species": "Zebra Dove", "Count": 4, "Date": "2024-01-04" }, "geometry": { "type": "Point", "coordinates": [ -158.06906140000001, 21.33037547 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32756066, "Longitude": -157.6544872, "Species": "Brown Booby", "Count": 3, "Date": "2023-03-26" }, "geometry": { "type": "Point", "coordinates": [ -157.6544872, 21.32756066 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32756066, "Longitude": -157.6544872, "Species": "Brown Noddy", "Count": 4, "Date": "2023-04-16" }, "geometry": { "type": "Point", "coordinates": [ -157.6544872, 21.32756066 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32756066, "Longitude": -157.6544872, "Species": "Common Myna", "Count": 7, "Date": "2023-05-19" }, "geometry": { "type": "Point", "coordinates": [ -157.6544872, 21.32756066 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32756066, "Longitude": -157.6544872, "Species": "Great Frigatebird", "Count": 6, "Date": "2023-09-26" }, "geometry": { "type": "Point", "coordinates": [ -157.6544872, 21.32756066 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32756066, "Longitude": -157.6544872, "Species": "Masked Booby", "Count": 2, "Date": "2022-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.6544872, 21.32756066 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32756066, "Longitude": -157.6544872, "Species": "Red-footed Booby", "Count": 12, "Date": "2023-04-16" }, "geometry": { "type": "Point", "coordinates": [ -157.6544872, 21.32756066 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32756066, "Longitude": -157.6544872, "Species": "Red-tailed Tropicbird", "Count": 3, "Date": "2022-02-07" }, "geometry": { "type": "Point", "coordinates": [ -157.6544872, 21.32756066 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32756066, "Longitude": -157.6544872, "Species": "Red-vented Bulbul", "Count": 2, "Date": "2019-12-14" }, "geometry": { "type": "Point", "coordinates": [ -157.6544872, 21.32756066 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32756066, "Longitude": -157.6544872, "Species": "Rock Pigeon", "Count": 5, "Date": "2022-02-07" }, "geometry": { "type": "Point", "coordinates": [ -157.6544872, 21.32756066 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32756066, "Longitude": -157.6544872, "Species": "Sooty Tern", "Count": 12, "Date": "2023-04-16" }, "geometry": { "type": "Point", "coordinates": [ -157.6544872, 21.32756066 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32756066, "Longitude": -157.6544872, "Species": "Spotted Dove", "Count": 5, "Date": "2023-03-26" }, "geometry": { "type": "Point", "coordinates": [ -157.6544872, 21.32756066 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32756066, "Longitude": -157.6544872, "Species": "Wandering Tattler", "Count": 4, "Date": "2023-03-26" }, "geometry": { "type": "Point", "coordinates": [ -157.6544872, 21.32756066 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32756066, "Longitude": -157.6544872, "Species": "Wedge-tailed Shearwater", "Count": 3, "Date": "2022-02-07" }, "geometry": { "type": "Point", "coordinates": [ -157.6544872, 21.32756066 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32756066, "Longitude": -157.6544872, "Species": "Zebra Dove", "Count": 4, "Date": "2023-05-19" }, "geometry": { "type": "Point", "coordinates": [ -157.6544872, 21.32756066 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33829045, "Longitude": -157.8857995, "Species": "Chestnut Munia", "Count": 1, "Date": "2023-11-21" }, "geometry": { "type": "Point", "coordinates": [ -157.8857995, 21.33829045 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33829045, "Longitude": -157.8857995, "Species": "Common Myna", "Count": 4, "Date": "2022-08-13" }, "geometry": { "type": "Point", "coordinates": [ -157.8857995, 21.33829045 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33829045, "Longitude": -157.8857995, "Species": "Great Frigatebird", "Count": 1, "Date": "2022-08-01" }, "geometry": { "type": "Point", "coordinates": [ -157.8857995, 21.33829045 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33829045, "Longitude": -157.8857995, "Species": "Great-tailed Grackle", "Count": 1, "Date": "2020-01-29" }, "geometry": { "type": "Point", "coordinates": [ -157.8857995, 21.33829045 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33829045, "Longitude": -157.8857995, "Species": "House Sparrow", "Count": 1, "Date": "2023-11-21" }, "geometry": { "type": "Point", "coordinates": [ -157.8857995, 21.33829045 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33829045, "Longitude": -157.8857995, "Species": "Java Sparrow", "Count": 1, "Date": "2019-07-23" }, "geometry": { "type": "Point", "coordinates": [ -157.8857995, 21.33829045 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33829045, "Longitude": -157.8857995, "Species": "Northern Mockingbird", "Count": 1, "Date": "2023-11-21" }, "geometry": { "type": "Point", "coordinates": [ -157.8857995, 21.33829045 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33829045, "Longitude": -157.8857995, "Species": "Red-vented Bulbul", "Count": 2, "Date": "2023-11-21" }, "geometry": { "type": "Point", "coordinates": [ -157.8857995, 21.33829045 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33829045, "Longitude": -157.8857995, "Species": "Rock Pigeon", "Count": 4, "Date": "2024-02-04" }, "geometry": { "type": "Point", "coordinates": [ -157.8857995, 21.33829045 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33829045, "Longitude": -157.8857995, "Species": "Rose-ringed Parakeet", "Count": 7, "Date": "2023-03-09" }, "geometry": { "type": "Point", "coordinates": [ -157.8857995, 21.33829045 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33829045, "Longitude": -157.8857995, "Species": "Scaly-breasted Munia", "Count": 1, "Date": "2023-11-21" }, "geometry": { "type": "Point", "coordinates": [ -157.8857995, 21.33829045 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33829045, "Longitude": -157.8857995, "Species": "Spotted Dove", "Count": 4, "Date": "2023-11-21" }, "geometry": { "type": "Point", "coordinates": [ -157.8857995, 21.33829045 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33829045, "Longitude": -157.8857995, "Species": "Western Cattle Egret", "Count": 6, "Date": "2024-02-04" }, "geometry": { "type": "Point", "coordinates": [ -157.8857995, 21.33829045 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33829045, "Longitude": -157.8857995, "Species": "Zebra Dove", "Count": 1, "Date": "2023-11-21" }, "geometry": { "type": "Point", "coordinates": [ -157.8857995, 21.33829045 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34822209, "Longitude": -158.0303737, "Species": "Common Myna", "Count": 4, "Date": "2022-02-25" }, "geometry": { "type": "Point", "coordinates": [ -158.030373700000013, 21.34822209 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34822209, "Longitude": -158.0303737, "Species": "Common Waxbill", "Count": 2, "Date": "2022-02-25" }, "geometry": { "type": "Point", "coordinates": [ -158.030373700000013, 21.34822209 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34822209, "Longitude": -158.0303737, "Species": "House Finch", "Count": 2, "Date": "2019-05-27" }, "geometry": { "type": "Point", "coordinates": [ -158.030373700000013, 21.34822209 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34822209, "Longitude": -158.0303737, "Species": "Java Sparrow", "Count": 4, "Date": "2022-02-25" }, "geometry": { "type": "Point", "coordinates": [ -158.030373700000013, 21.34822209 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34822209, "Longitude": -158.0303737, "Species": "Pacific Golden-Plover", "Count": 2, "Date": "2024-02-06" }, "geometry": { "type": "Point", "coordinates": [ -158.030373700000013, 21.34822209 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34822209, "Longitude": -158.0303737, "Species": "Red Junglefowl", "Count": 2, "Date": "2024-01-27" }, "geometry": { "type": "Point", "coordinates": [ -158.030373700000013, 21.34822209 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34822209, "Longitude": -158.0303737, "Species": "Red-crested Cardinal", "Count": 1, "Date": "2022-02-25" }, "geometry": { "type": "Point", "coordinates": [ -158.030373700000013, 21.34822209 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34822209, "Longitude": -158.0303737, "Species": "Red-vented Bulbul", "Count": 4, "Date": "2022-02-25" }, "geometry": { "type": "Point", "coordinates": [ -158.030373700000013, 21.34822209 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34822209, "Longitude": -158.0303737, "Species": "Red-whiskered Bulbul", "Count": 2, "Date": "2022-02-25" }, "geometry": { "type": "Point", "coordinates": [ -158.030373700000013, 21.34822209 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34822209, "Longitude": -158.0303737, "Species": "Rose-ringed Parakeet", "Count": 3, "Date": "2019-05-27" }, "geometry": { "type": "Point", "coordinates": [ -158.030373700000013, 21.34822209 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34822209, "Longitude": -158.0303737, "Species": "Rosy-faced Lovebird", "Count": 1, "Date": "2022-02-25" }, "geometry": { "type": "Point", "coordinates": [ -158.030373700000013, 21.34822209 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34822209, "Longitude": -158.0303737, "Species": "Saffron Finch", "Count": 1, "Date": "2024-01-27" }, "geometry": { "type": "Point", "coordinates": [ -158.030373700000013, 21.34822209 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34822209, "Longitude": -158.0303737, "Species": "Spotted Dove", "Count": 4, "Date": "2022-02-25" }, "geometry": { "type": "Point", "coordinates": [ -158.030373700000013, 21.34822209 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34822209, "Longitude": -158.0303737, "Species": "Western Cattle Egret", "Count": 3, "Date": "2021-02-25" }, "geometry": { "type": "Point", "coordinates": [ -158.030373700000013, 21.34822209 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34822209, "Longitude": -158.0303737, "Species": "Zebra Dove", "Count": 4, "Date": "2022-02-25" }, "geometry": { "type": "Point", "coordinates": [ -158.030373700000013, 21.34822209 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3573661, "Longitude": -158.0496016, "Species": "Common Myna", "Count": 2, "Date": "2023-11-19" }, "geometry": { "type": "Point", "coordinates": [ -158.049601599999988, 21.3573661 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3573661, "Longitude": -158.0496016, "Species": "Common Waxbill", "Count": 2, "Date": "2023-11-19" }, "geometry": { "type": "Point", "coordinates": [ -158.049601599999988, 21.3573661 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3573661, "Longitude": -158.0496016, "Species": "Erckel's Spurfowl", "Count": 1, "Date": "2019-02-04" }, "geometry": { "type": "Point", "coordinates": [ -158.049601599999988, 21.3573661 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3573661, "Longitude": -158.0496016, "Species": "Gray Francolin", "Count": 2, "Date": "2023-11-19" }, "geometry": { "type": "Point", "coordinates": [ -158.049601599999988, 21.3573661 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3573661, "Longitude": -158.0496016, "Species": "House Finch", "Count": 2, "Date": "2023-11-19" }, "geometry": { "type": "Point", "coordinates": [ -158.049601599999988, 21.3573661 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3573661, "Longitude": -158.0496016, "Species": "Northern Cardinal", "Count": 2, "Date": "2023-11-19" }, "geometry": { "type": "Point", "coordinates": [ -158.049601599999988, 21.3573661 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3573661, "Longitude": -158.0496016, "Species": "Oahu Amakihi", "Count": 1, "Date": "2019-02-04" }, "geometry": { "type": "Point", "coordinates": [ -158.049601599999988, 21.3573661 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3573661, "Longitude": -158.0496016, "Species": "Red-billed Leiothrix", "Count": 1, "Date": "2019-02-04" }, "geometry": { "type": "Point", "coordinates": [ -158.049601599999988, 21.3573661 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3573661, "Longitude": -158.0496016, "Species": "Red-crested Cardinal", "Count": 2, "Date": "2023-11-19" }, "geometry": { "type": "Point", "coordinates": [ -158.049601599999988, 21.3573661 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3573661, "Longitude": -158.0496016, "Species": "Red-vented Bulbul", "Count": 2, "Date": "2023-11-19" }, "geometry": { "type": "Point", "coordinates": [ -158.049601599999988, 21.3573661 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3573661, "Longitude": -158.0496016, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2019-02-04" }, "geometry": { "type": "Point", "coordinates": [ -158.049601599999988, 21.3573661 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3573661, "Longitude": -158.0496016, "Species": "Warbling White-eye", "Count": 1, "Date": "2019-02-04" }, "geometry": { "type": "Point", "coordinates": [ -158.049601599999988, 21.3573661 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3573661, "Longitude": -158.0496016, "Species": "Western Cattle Egret", "Count": 2, "Date": "2023-11-19" }, "geometry": { "type": "Point", "coordinates": [ -158.049601599999988, 21.3573661 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3573661, "Longitude": -158.0496016, "Species": "White-rumped Shama", "Count": 1, "Date": "2019-02-04" }, "geometry": { "type": "Point", "coordinates": [ -158.049601599999988, 21.3573661 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3573661, "Longitude": -158.0496016, "Species": "Zebra Dove", "Count": 2, "Date": "2023-11-19" }, "geometry": { "type": "Point", "coordinates": [ -158.049601599999988, 21.3573661 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35660999, "Longitude": -157.924236, "Species": "Common Myna", "Count": 5, "Date": "2024-01-23" }, "geometry": { "type": "Point", "coordinates": [ -157.924236, 21.35660999 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35660999, "Longitude": -157.924236, "Species": "House Finch", "Count": 1, "Date": "2021-07-07" }, "geometry": { "type": "Point", "coordinates": [ -157.924236, 21.35660999 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35660999, "Longitude": -157.924236, "Species": "House Sparrow", "Count": 3, "Date": "2024-01-23" }, "geometry": { "type": "Point", "coordinates": [ -157.924236, 21.35660999 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35660999, "Longitude": -157.924236, "Species": "Java Sparrow", "Count": 1, "Date": "2024-01-23" }, "geometry": { "type": "Point", "coordinates": [ -157.924236, 21.35660999 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35660999, "Longitude": -157.924236, "Species": "Pacific Golden-Plover", "Count": 2, "Date": "2024-01-23" }, "geometry": { "type": "Point", "coordinates": [ -157.924236, 21.35660999 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35660999, "Longitude": -157.924236, "Species": "Red-crested Cardinal", "Count": 4, "Date": "2023-03-15" }, "geometry": { "type": "Point", "coordinates": [ -157.924236, 21.35660999 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35660999, "Longitude": -157.924236, "Species": "Red-vented Bulbul", "Count": 3, "Date": "2021-07-13" }, "geometry": { "type": "Point", "coordinates": [ -157.924236, 21.35660999 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35660999, "Longitude": -157.924236, "Species": "Red-whiskered Bulbul", "Count": 2, "Date": "2021-11-27" }, "geometry": { "type": "Point", "coordinates": [ -157.924236, 21.35660999 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35660999, "Longitude": -157.924236, "Species": "Rose-ringed Parakeet", "Count": 2, "Date": "2023-03-06" }, "geometry": { "type": "Point", "coordinates": [ -157.924236, 21.35660999 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35660999, "Longitude": -157.924236, "Species": "Saffron Finch", "Count": 1, "Date": "2024-01-23" }, "geometry": { "type": "Point", "coordinates": [ -157.924236, 21.35660999 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35660999, "Longitude": -157.924236, "Species": "Spotted Dove", "Count": 2, "Date": "2021-07-13" }, "geometry": { "type": "Point", "coordinates": [ -157.924236, 21.35660999 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35660999, "Longitude": -157.924236, "Species": "Warbling White-eye", "Count": 4, "Date": "2021-07-13" }, "geometry": { "type": "Point", "coordinates": [ -157.924236, 21.35660999 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35660999, "Longitude": -157.924236, "Species": "Western Cattle Egret", "Count": 5, "Date": "2024-01-23" }, "geometry": { "type": "Point", "coordinates": [ -157.924236, 21.35660999 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35660999, "Longitude": -157.924236, "Species": "White Tern", "Count": 3, "Date": "2022-11-03" }, "geometry": { "type": "Point", "coordinates": [ -157.924236, 21.35660999 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35660999, "Longitude": -157.924236, "Species": "Zebra Dove", "Count": 5, "Date": "2024-01-23" }, "geometry": { "type": "Point", "coordinates": [ -157.924236, 21.35660999 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35596318, "Longitude": -157.8278048, "Species": "Apapane", "Count": 1, "Date": "2021-10-14" }, "geometry": { "type": "Point", "coordinates": [ -157.8278048, 21.35596318 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35596318, "Longitude": -157.8278048, "Species": "Common Myna", "Count": 2, "Date": "2022-03-31" }, "geometry": { "type": "Point", "coordinates": [ -157.8278048, 21.35596318 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35596318, "Longitude": -157.8278048, "Species": "Common Waxbill", "Count": 2, "Date": "2022-03-31" }, "geometry": { "type": "Point", "coordinates": [ -157.8278048, 21.35596318 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35596318, "Longitude": -157.8278048, "Species": "House Finch", "Count": 1, "Date": "2022-03-31" }, "geometry": { "type": "Point", "coordinates": [ -157.8278048, 21.35596318 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35596318, "Longitude": -157.8278048, "Species": "Java Sparrow", "Count": 1, "Date": "2022-03-31" }, "geometry": { "type": "Point", "coordinates": [ -157.8278048, 21.35596318 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35596318, "Longitude": -157.8278048, "Species": "Oahu Amakihi", "Count": 2, "Date": "2022-02-01" }, "geometry": { "type": "Point", "coordinates": [ -157.8278048, 21.35596318 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35596318, "Longitude": -157.8278048, "Species": "Pacific Golden-Plover", "Count": 1, "Date": "2022-03-31" }, "geometry": { "type": "Point", "coordinates": [ -157.8278048, 21.35596318 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35596318, "Longitude": -157.8278048, "Species": "Red-billed Leiothrix", "Count": 1, "Date": "2021-10-31" }, "geometry": { "type": "Point", "coordinates": [ -157.8278048, 21.35596318 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35596318, "Longitude": -157.8278048, "Species": "Red-crested Cardinal", "Count": 1, "Date": "2022-03-31" }, "geometry": { "type": "Point", "coordinates": [ -157.8278048, 21.35596318 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35596318, "Longitude": -157.8278048, "Species": "Red-vented Bulbul", "Count": 3, "Date": "2022-03-31" }, "geometry": { "type": "Point", "coordinates": [ -157.8278048, 21.35596318 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35596318, "Longitude": -157.8278048, "Species": "Red-whiskered Bulbul", "Count": 3, "Date": "2022-03-31" }, "geometry": { "type": "Point", "coordinates": [ -157.8278048, 21.35596318 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35596318, "Longitude": -157.8278048, "Species": "Spotted Dove", "Count": 2, "Date": "2022-03-31" }, "geometry": { "type": "Point", "coordinates": [ -157.8278048, 21.35596318 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35596318, "Longitude": -157.8278048, "Species": "Warbling White-eye", "Count": 2, "Date": "2022-02-01" }, "geometry": { "type": "Point", "coordinates": [ -157.8278048, 21.35596318 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35596318, "Longitude": -157.8278048, "Species": "White-rumped Shama", "Count": 2, "Date": "2022-03-31" }, "geometry": { "type": "Point", "coordinates": [ -157.8278048, 21.35596318 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35596318, "Longitude": -157.8278048, "Species": "Zebra Dove", "Count": 1, "Date": "2022-03-31" }, "geometry": { "type": "Point", "coordinates": [ -157.8278048, 21.35596318 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40280874, "Longitude": -158.0975443, "Species": "Apapane", "Count": 3, "Date": "2019-12-27" }, "geometry": { "type": "Point", "coordinates": [ -158.09754430000001, 21.40280874 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40280874, "Longitude": -158.0975443, "Species": "Common Myna", "Count": 10, "Date": "2019-10-17" }, "geometry": { "type": "Point", "coordinates": [ -158.09754430000001, 21.40280874 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40280874, "Longitude": -158.0975443, "Species": "Common Waxbill", "Count": 13, "Date": "2019-12-27" }, "geometry": { "type": "Point", "coordinates": [ -158.09754430000001, 21.40280874 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40280874, "Longitude": -158.0975443, "Species": "House Finch", "Count": 13, "Date": "2023-06-01" }, "geometry": { "type": "Point", "coordinates": [ -158.09754430000001, 21.40280874 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40280874, "Longitude": -158.0975443, "Species": "Kalij Pheasant", "Count": 3, "Date": "2019-12-27" }, "geometry": { "type": "Point", "coordinates": [ -158.09754430000001, 21.40280874 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40280874, "Longitude": -158.0975443, "Species": "Northern Cardinal", "Count": 11, "Date": "2019-12-27" }, "geometry": { "type": "Point", "coordinates": [ -158.09754430000001, 21.40280874 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40280874, "Longitude": -158.0975443, "Species": "Oahu Amakihi", "Count": 15, "Date": "2024-02-12" }, "geometry": { "type": "Point", "coordinates": [ -158.09754430000001, 21.40280874 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40280874, "Longitude": -158.0975443, "Species": "Oahu Elepaio", "Count": 3, "Date": "2023-06-01" }, "geometry": { "type": "Point", "coordinates": [ -158.09754430000001, 21.40280874 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40280874, "Longitude": -158.0975443, "Species": "Red-billed Leiothrix", "Count": 12, "Date": "2023-06-01" }, "geometry": { "type": "Point", "coordinates": [ -158.09754430000001, 21.40280874 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40280874, "Longitude": -158.0975443, "Species": "Red-crested Cardinal", "Count": 2, "Date": "2019-12-27" }, "geometry": { "type": "Point", "coordinates": [ -158.09754430000001, 21.40280874 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40280874, "Longitude": -158.0975443, "Species": "Red-vented Bulbul", "Count": 10, "Date": "2019-10-17" }, "geometry": { "type": "Point", "coordinates": [ -158.09754430000001, 21.40280874 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40280874, "Longitude": -158.0975443, "Species": "Red-whiskered Bulbul", "Count": 2, "Date": "2019-12-27" }, "geometry": { "type": "Point", "coordinates": [ -158.09754430000001, 21.40280874 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40280874, "Longitude": -158.0975443, "Species": "Warbling White-eye", "Count": 15, "Date": "2019-12-27" }, "geometry": { "type": "Point", "coordinates": [ -158.09754430000001, 21.40280874 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40280874, "Longitude": -158.0975443, "Species": "White-rumped Shama", "Count": 5, "Date": "2019-12-27" }, "geometry": { "type": "Point", "coordinates": [ -158.09754430000001, 21.40280874 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40280874, "Longitude": -158.0975443, "Species": "Zebra Dove", "Count": 2, "Date": "2019-12-27" }, "geometry": { "type": "Point", "coordinates": [ -158.09754430000001, 21.40280874 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41145914, "Longitude": -158.0299567, "Species": "Common Myna", "Count": 3, "Date": "2021-02-15" }, "geometry": { "type": "Point", "coordinates": [ -158.029956700000014, 21.41145914 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41145914, "Longitude": -158.0299567, "Species": "Common Waxbill", "Count": 1, "Date": "2021-02-15" }, "geometry": { "type": "Point", "coordinates": [ -158.029956700000014, 21.41145914 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41145914, "Longitude": -158.0299567, "Species": "House Finch", "Count": 1, "Date": "2021-01-02" }, "geometry": { "type": "Point", "coordinates": [ -158.029956700000014, 21.41145914 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41145914, "Longitude": -158.0299567, "Species": "House Sparrow", "Count": 1, "Date": "2021-02-15" }, "geometry": { "type": "Point", "coordinates": [ -158.029956700000014, 21.41145914 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41145914, "Longitude": -158.0299567, "Species": "Northern Cardinal", "Count": 1, "Date": "2021-02-15" }, "geometry": { "type": "Point", "coordinates": [ -158.029956700000014, 21.41145914 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41145914, "Longitude": -158.0299567, "Species": "Pacific Golden-Plover", "Count": 2, "Date": "2021-02-15" }, "geometry": { "type": "Point", "coordinates": [ -158.029956700000014, 21.41145914 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41145914, "Longitude": -158.0299567, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2021-02-15" }, "geometry": { "type": "Point", "coordinates": [ -158.029956700000014, 21.41145914 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41145914, "Longitude": -158.0299567, "Species": "Rock Pigeon", "Count": 1, "Date": "2021-01-02" }, "geometry": { "type": "Point", "coordinates": [ -158.029956700000014, 21.41145914 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41145914, "Longitude": -158.0299567, "Species": "Rose-ringed Parakeet", "Count": 1, "Date": "2021-01-02" }, "geometry": { "type": "Point", "coordinates": [ -158.029956700000014, 21.41145914 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41145914, "Longitude": -158.0299567, "Species": "Saffron Finch", "Count": 2, "Date": "2021-02-15" }, "geometry": { "type": "Point", "coordinates": [ -158.029956700000014, 21.41145914 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41145914, "Longitude": -158.0299567, "Species": "Snow Goose", "Count": 3, "Date": "2021-02-15" }, "geometry": { "type": "Point", "coordinates": [ -158.029956700000014, 21.41145914 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41145914, "Longitude": -158.0299567, "Species": "Spotted Dove", "Count": 2, "Date": "2021-02-15" }, "geometry": { "type": "Point", "coordinates": [ -158.029956700000014, 21.41145914 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41145914, "Longitude": -158.0299567, "Species": "Warbling White-eye", "Count": 1, "Date": "2021-02-15" }, "geometry": { "type": "Point", "coordinates": [ -158.029956700000014, 21.41145914 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41145914, "Longitude": -158.0299567, "Species": "Western Cattle Egret", "Count": 1, "Date": "2021-02-15" }, "geometry": { "type": "Point", "coordinates": [ -158.029956700000014, 21.41145914 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41145914, "Longitude": -158.0299567, "Species": "Zebra Dove", "Count": 2, "Date": "2021-02-15" }, "geometry": { "type": "Point", "coordinates": [ -158.029956700000014, 21.41145914 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43719486, "Longitude": -157.8175078, "Species": "Chestnut Munia", "Count": 1, "Date": "2019-11-04" }, "geometry": { "type": "Point", "coordinates": [ -157.817507799999987, 21.43719486 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43719486, "Longitude": -157.8175078, "Species": "Common Myna", "Count": 1, "Date": "2019-07-29" }, "geometry": { "type": "Point", "coordinates": [ -157.817507799999987, 21.43719486 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43719486, "Longitude": -157.8175078, "Species": "Common Waxbill", "Count": 3, "Date": "2020-01-07" }, "geometry": { "type": "Point", "coordinates": [ -157.817507799999987, 21.43719486 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43719486, "Longitude": -157.8175078, "Species": "House Finch", "Count": 1, "Date": "2019-07-29" }, "geometry": { "type": "Point", "coordinates": [ -157.817507799999987, 21.43719486 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43719486, "Longitude": -157.8175078, "Species": "Japanese Bush Warbler", "Count": 1, "Date": "2019-07-29" }, "geometry": { "type": "Point", "coordinates": [ -157.817507799999987, 21.43719486 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43719486, "Longitude": -157.8175078, "Species": "Red Junglefowl", "Count": 1, "Date": "2019-07-29" }, "geometry": { "type": "Point", "coordinates": [ -157.817507799999987, 21.43719486 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43719486, "Longitude": -157.8175078, "Species": "Red-billed Leiothrix", "Count": 2, "Date": "2020-01-07" }, "geometry": { "type": "Point", "coordinates": [ -157.817507799999987, 21.43719486 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43719486, "Longitude": -157.8175078, "Species": "Red-crested Cardinal", "Count": 3, "Date": "2020-01-07" }, "geometry": { "type": "Point", "coordinates": [ -157.817507799999987, 21.43719486 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43719486, "Longitude": -157.8175078, "Species": "Red-vented Bulbul", "Count": 3, "Date": "2019-12-26" }, "geometry": { "type": "Point", "coordinates": [ -157.817507799999987, 21.43719486 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43719486, "Longitude": -157.8175078, "Species": "Red-whiskered Bulbul", "Count": 2, "Date": "2019-11-04" }, "geometry": { "type": "Point", "coordinates": [ -157.817507799999987, 21.43719486 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43719486, "Longitude": -157.8175078, "Species": "Scaly-breasted Munia", "Count": 1, "Date": "2019-11-04" }, "geometry": { "type": "Point", "coordinates": [ -157.817507799999987, 21.43719486 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43719486, "Longitude": -157.8175078, "Species": "Spotted Dove", "Count": 1, "Date": "2019-11-04" }, "geometry": { "type": "Point", "coordinates": [ -157.817507799999987, 21.43719486 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43719486, "Longitude": -157.8175078, "Species": "Warbling White-eye", "Count": 2, "Date": "2019-12-26" }, "geometry": { "type": "Point", "coordinates": [ -157.817507799999987, 21.43719486 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43719486, "Longitude": -157.8175078, "Species": "White-rumped Shama", "Count": 2, "Date": "2019-12-26" }, "geometry": { "type": "Point", "coordinates": [ -157.817507799999987, 21.43719486 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43719486, "Longitude": -157.8175078, "Species": "Zebra Dove", "Count": 2, "Date": "2019-12-26" }, "geometry": { "type": "Point", "coordinates": [ -157.817507799999987, 21.43719486 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.448372, "Longitude": -158.1744651, "Species": "Black-crowned Night Heron", "Count": 1, "Date": "2021-04-19" }, "geometry": { "type": "Point", "coordinates": [ -158.1744651, 21.448372 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.448372, "Longitude": -158.1744651, "Species": "Common Myna", "Count": 1, "Date": "2021-04-19" }, "geometry": { "type": "Point", "coordinates": [ -158.1744651, 21.448372 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.448372, "Longitude": -158.1744651, "Species": "Common Waxbill", "Count": 1, "Date": "2021-04-19" }, "geometry": { "type": "Point", "coordinates": [ -158.1744651, 21.448372 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.448372, "Longitude": -158.1744651, "Species": "House Finch", "Count": 1, "Date": "2021-04-19" }, "geometry": { "type": "Point", "coordinates": [ -158.1744651, 21.448372 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.448372, "Longitude": -158.1744651, "Species": "Java Sparrow", "Count": 1, "Date": "2021-04-19" }, "geometry": { "type": "Point", "coordinates": [ -158.1744651, 21.448372 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.448372, "Longitude": -158.1744651, "Species": "Pacific Golden-Plover", "Count": 1, "Date": "2021-04-19" }, "geometry": { "type": "Point", "coordinates": [ -158.1744651, 21.448372 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.448372, "Longitude": -158.1744651, "Species": "Red-crested Cardinal", "Count": 1, "Date": "2021-04-19" }, "geometry": { "type": "Point", "coordinates": [ -158.1744651, 21.448372 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.448372, "Longitude": -158.1744651, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2021-04-19" }, "geometry": { "type": "Point", "coordinates": [ -158.1744651, 21.448372 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.448372, "Longitude": -158.1744651, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2021-04-19" }, "geometry": { "type": "Point", "coordinates": [ -158.1744651, 21.448372 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.448372, "Longitude": -158.1744651, "Species": "Saffron Finch", "Count": 1, "Date": "2021-04-19" }, "geometry": { "type": "Point", "coordinates": [ -158.1744651, 21.448372 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.448372, "Longitude": -158.1744651, "Species": "Spotted Dove", "Count": 1, "Date": "2021-04-19" }, "geometry": { "type": "Point", "coordinates": [ -158.1744651, 21.448372 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.448372, "Longitude": -158.1744651, "Species": "Warbling White-eye", "Count": 1, "Date": "2021-04-19" }, "geometry": { "type": "Point", "coordinates": [ -158.1744651, 21.448372 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.448372, "Longitude": -158.1744651, "Species": "Western Cattle Egret", "Count": 1, "Date": "2021-04-19" }, "geometry": { "type": "Point", "coordinates": [ -158.1744651, 21.448372 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.448372, "Longitude": -158.1744651, "Species": "White Tern", "Count": 1, "Date": "2021-04-19" }, "geometry": { "type": "Point", "coordinates": [ -158.1744651, 21.448372 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.448372, "Longitude": -158.1744651, "Species": "Zebra Dove", "Count": 1, "Date": "2021-04-19" }, "geometry": { "type": "Point", "coordinates": [ -158.1744651, 21.448372 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4666266, "Longitude": -158.2129689, "Species": "Common Myna", "Count": 8, "Date": "2023-05-07" }, "geometry": { "type": "Point", "coordinates": [ -158.2129689, 21.4666266 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4666266, "Longitude": -158.2129689, "Species": "Common Waxbill", "Count": 5, "Date": "2023-05-07" }, "geometry": { "type": "Point", "coordinates": [ -158.2129689, 21.4666266 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4666266, "Longitude": -158.2129689, "Species": "Great Frigatebird", "Count": 1, "Date": "2022-06-07" }, "geometry": { "type": "Point", "coordinates": [ -158.2129689, 21.4666266 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4666266, "Longitude": -158.2129689, "Species": "Indian Peafowl", "Count": 1, "Date": "2023-01-10" }, "geometry": { "type": "Point", "coordinates": [ -158.2129689, 21.4666266 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4666266, "Longitude": -158.2129689, "Species": "Northern Cardinal", "Count": 1, "Date": "2023-01-10" }, "geometry": { "type": "Point", "coordinates": [ -158.2129689, 21.4666266 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4666266, "Longitude": -158.2129689, "Species": "Red Junglefowl", "Count": 4, "Date": "2023-05-06" }, "geometry": { "type": "Point", "coordinates": [ -158.2129689, 21.4666266 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4666266, "Longitude": -158.2129689, "Species": "Red-crested Cardinal", "Count": 1, "Date": "2023-01-10" }, "geometry": { "type": "Point", "coordinates": [ -158.2129689, 21.4666266 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4666266, "Longitude": -158.2129689, "Species": "Red-vented Bulbul", "Count": 4, "Date": "2023-05-07" }, "geometry": { "type": "Point", "coordinates": [ -158.2129689, 21.4666266 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4666266, "Longitude": -158.2129689, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2023-01-06" }, "geometry": { "type": "Point", "coordinates": [ -158.2129689, 21.4666266 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4666266, "Longitude": -158.2129689, "Species": "Rock Pigeon", "Count": 4, "Date": "2023-01-06" }, "geometry": { "type": "Point", "coordinates": [ -158.2129689, 21.4666266 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4666266, "Longitude": -158.2129689, "Species": "Saffron Finch", "Count": 2, "Date": "2023-05-06" }, "geometry": { "type": "Point", "coordinates": [ -158.2129689, 21.4666266 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4666266, "Longitude": -158.2129689, "Species": "Spotted Dove", "Count": 4, "Date": "2023-01-10" }, "geometry": { "type": "Point", "coordinates": [ -158.2129689, 21.4666266 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4666266, "Longitude": -158.2129689, "Species": "Wandering Tattler", "Count": 2, "Date": "2023-01-10" }, "geometry": { "type": "Point", "coordinates": [ -158.2129689, 21.4666266 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4666266, "Longitude": -158.2129689, "Species": "Warbling White-eye", "Count": 1, "Date": "2023-01-10" }, "geometry": { "type": "Point", "coordinates": [ -158.2129689, 21.4666266 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4666266, "Longitude": -158.2129689, "Species": "Zebra Dove", "Count": 6, "Date": "2023-05-06" }, "geometry": { "type": "Point", "coordinates": [ -158.2129689, 21.4666266 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47570599, "Longitude": -158.2225723, "Species": "Brown Booby", "Count": 3, "Date": "2024-02-15" }, "geometry": { "type": "Point", "coordinates": [ -158.2225723, 21.47570599 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47570599, "Longitude": -158.2225723, "Species": "Common Myna", "Count": 4, "Date": "2024-01-15" }, "geometry": { "type": "Point", "coordinates": [ -158.2225723, 21.47570599 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47570599, "Longitude": -158.2225723, "Species": "Common Waxbill", "Count": 3, "Date": "2024-01-15" }, "geometry": { "type": "Point", "coordinates": [ -158.2225723, 21.47570599 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47570599, "Longitude": -158.2225723, "Species": "House Sparrow", "Count": 1, "Date": "2023-04-16" }, "geometry": { "type": "Point", "coordinates": [ -158.2225723, 21.47570599 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47570599, "Longitude": -158.2225723, "Species": "Java Sparrow", "Count": 1, "Date": "2019-01-16" }, "geometry": { "type": "Point", "coordinates": [ -158.2225723, 21.47570599 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47570599, "Longitude": -158.2225723, "Species": "Laysan Albatross", "Count": 2, "Date": "2022-11-26" }, "geometry": { "type": "Point", "coordinates": [ -158.2225723, 21.47570599 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47570599, "Longitude": -158.2225723, "Species": "Northern Cardinal", "Count": 2, "Date": "2021-03-24" }, "geometry": { "type": "Point", "coordinates": [ -158.2225723, 21.47570599 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47570599, "Longitude": -158.2225723, "Species": "Red-crested Cardinal", "Count": 3, "Date": "2024-01-15" }, "geometry": { "type": "Point", "coordinates": [ -158.2225723, 21.47570599 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47570599, "Longitude": -158.2225723, "Species": "Red-vented Bulbul", "Count": 3, "Date": "2024-01-15" }, "geometry": { "type": "Point", "coordinates": [ -158.2225723, 21.47570599 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47570599, "Longitude": -158.2225723, "Species": "Rock Pigeon", "Count": 2, "Date": "2024-02-15" }, "geometry": { "type": "Point", "coordinates": [ -158.2225723, 21.47570599 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47570599, "Longitude": -158.2225723, "Species": "Saffron Finch", "Count": 4, "Date": "2023-04-16" }, "geometry": { "type": "Point", "coordinates": [ -158.2225723, 21.47570599 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47570599, "Longitude": -158.2225723, "Species": "Spotted Dove", "Count": 3, "Date": "2024-01-15" }, "geometry": { "type": "Point", "coordinates": [ -158.2225723, 21.47570599 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47570599, "Longitude": -158.2225723, "Species": "Wandering Tattler", "Count": 2, "Date": "2024-02-15" }, "geometry": { "type": "Point", "coordinates": [ -158.2225723, 21.47570599 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47570599, "Longitude": -158.2225723, "Species": "Warbling White-eye", "Count": 1, "Date": "2019-01-16" }, "geometry": { "type": "Point", "coordinates": [ -158.2225723, 21.47570599 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47570599, "Longitude": -158.2225723, "Species": "Zebra Dove", "Count": 2, "Date": "2024-01-15" }, "geometry": { "type": "Point", "coordinates": [ -158.2225723, 21.47570599 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.54606004, "Longitude": -157.8842196, "Species": "Apapane", "Count": 1, "Date": "2023-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.8842196, 21.54606004 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.54606004, "Longitude": -157.8842196, "Species": "Chestnut Munia", "Count": 1, "Date": "2023-12-07" }, "geometry": { "type": "Point", "coordinates": [ -157.8842196, 21.54606004 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.54606004, "Longitude": -157.8842196, "Species": "Common Myna", "Count": 1, "Date": "2023-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.8842196, 21.54606004 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.54606004, "Longitude": -157.8842196, "Species": "Common Waxbill", "Count": 1, "Date": "2023-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.8842196, 21.54606004 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.54606004, "Longitude": -157.8842196, "Species": "Northern Cardinal", "Count": 1, "Date": "2023-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.8842196, 21.54606004 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.54606004, "Longitude": -157.8842196, "Species": "Oahu Amakihi", "Count": 1, "Date": "2023-12-07" }, "geometry": { "type": "Point", "coordinates": [ -157.8842196, 21.54606004 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.54606004, "Longitude": -157.8842196, "Species": "Pacific Golden-Plover", "Count": 2, "Date": "2023-12-07" }, "geometry": { "type": "Point", "coordinates": [ -157.8842196, 21.54606004 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.54606004, "Longitude": -157.8842196, "Species": "Red Junglefowl", "Count": 1, "Date": "2023-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.8842196, 21.54606004 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.54606004, "Longitude": -157.8842196, "Species": "Red-billed Leiothrix", "Count": 2, "Date": "2023-12-07" }, "geometry": { "type": "Point", "coordinates": [ -157.8842196, 21.54606004 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.54606004, "Longitude": -157.8842196, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2023-12-07" }, "geometry": { "type": "Point", "coordinates": [ -157.8842196, 21.54606004 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.54606004, "Longitude": -157.8842196, "Species": "Red-whiskered Bulbul", "Count": 2, "Date": "2023-12-07" }, "geometry": { "type": "Point", "coordinates": [ -157.8842196, 21.54606004 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.54606004, "Longitude": -157.8842196, "Species": "Spotted Dove", "Count": 1, "Date": "2023-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.8842196, 21.54606004 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.54606004, "Longitude": -157.8842196, "Species": "Warbling White-eye", "Count": 2, "Date": "2023-12-07" }, "geometry": { "type": "Point", "coordinates": [ -157.8842196, 21.54606004 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.54606004, "Longitude": -157.8842196, "Species": "White-rumped Shama", "Count": 2, "Date": "2023-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.8842196, 21.54606004 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.54606004, "Longitude": -157.8842196, "Species": "Zebra Dove", "Count": 2, "Date": "2023-12-07" }, "geometry": { "type": "Point", "coordinates": [ -157.8842196, 21.54606004 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57500006, "Longitude": -158.2027181, "Species": "Common Myna", "Count": 2, "Date": "2022-10-01" }, "geometry": { "type": "Point", "coordinates": [ -158.2027181, 21.57500006 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57500006, "Longitude": -158.2027181, "Species": "Common Waxbill", "Count": 2, "Date": "2022-10-01" }, "geometry": { "type": "Point", "coordinates": [ -158.2027181, 21.57500006 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57500006, "Longitude": -158.2027181, "Species": "Erckel's Spurfowl", "Count": 3, "Date": "2021-07-29" }, "geometry": { "type": "Point", "coordinates": [ -158.2027181, 21.57500006 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57500006, "Longitude": -158.2027181, "Species": "House Finch", "Count": 2, "Date": "2022-10-01" }, "geometry": { "type": "Point", "coordinates": [ -158.2027181, 21.57500006 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57500006, "Longitude": -158.2027181, "Species": "Indian Peafowl", "Count": 2, "Date": "2021-07-25" }, "geometry": { "type": "Point", "coordinates": [ -158.2027181, 21.57500006 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57500006, "Longitude": -158.2027181, "Species": "Northern Cardinal", "Count": 2, "Date": "2022-10-01" }, "geometry": { "type": "Point", "coordinates": [ -158.2027181, 21.57500006 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57500006, "Longitude": -158.2027181, "Species": "Pacific Golden-Plover", "Count": 2, "Date": "2022-10-01" }, "geometry": { "type": "Point", "coordinates": [ -158.2027181, 21.57500006 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57500006, "Longitude": -158.2027181, "Species": "Red-crested Cardinal", "Count": 2, "Date": "2022-10-01" }, "geometry": { "type": "Point", "coordinates": [ -158.2027181, 21.57500006 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57500006, "Longitude": -158.2027181, "Species": "Red-vented Bulbul", "Count": 2, "Date": "2022-10-01" }, "geometry": { "type": "Point", "coordinates": [ -158.2027181, 21.57500006 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57500006, "Longitude": -158.2027181, "Species": "Red-whiskered Bulbul", "Count": 2, "Date": "2022-10-01" }, "geometry": { "type": "Point", "coordinates": [ -158.2027181, 21.57500006 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57500006, "Longitude": -158.2027181, "Species": "Saffron Finch", "Count": 2, "Date": "2022-10-01" }, "geometry": { "type": "Point", "coordinates": [ -158.2027181, 21.57500006 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57500006, "Longitude": -158.2027181, "Species": "Spotted Dove", "Count": 2, "Date": "2022-10-01" }, "geometry": { "type": "Point", "coordinates": [ -158.2027181, 21.57500006 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57500006, "Longitude": -158.2027181, "Species": "Warbling White-eye", "Count": 2, "Date": "2022-10-01" }, "geometry": { "type": "Point", "coordinates": [ -158.2027181, 21.57500006 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57500006, "Longitude": -158.2027181, "Species": "White-rumped Shama", "Count": 3, "Date": "2022-10-01" }, "geometry": { "type": "Point", "coordinates": [ -158.2027181, 21.57500006 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57500006, "Longitude": -158.2027181, "Species": "Zebra Dove", "Count": 2, "Date": "2022-10-01" }, "geometry": { "type": "Point", "coordinates": [ -158.2027181, 21.57500006 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5749069, "Longitude": -158.1834023, "Species": "Black-crowned Night Heron", "Count": 1, "Date": "2021-09-24" }, "geometry": { "type": "Point", "coordinates": [ -158.183402300000012, 21.5749069 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5749069, "Longitude": -158.1834023, "Species": "Common Myna", "Count": 1, "Date": "2021-09-24" }, "geometry": { "type": "Point", "coordinates": [ -158.183402300000012, 21.5749069 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5749069, "Longitude": -158.1834023, "Species": "Common Waxbill", "Count": 1, "Date": "2021-09-24" }, "geometry": { "type": "Point", "coordinates": [ -158.183402300000012, 21.5749069 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5749069, "Longitude": -158.1834023, "Species": "House Finch", "Count": 1, "Date": "2021-09-24" }, "geometry": { "type": "Point", "coordinates": [ -158.183402300000012, 21.5749069 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5749069, "Longitude": -158.1834023, "Species": "Northern Cardinal", "Count": 1, "Date": "2021-09-24" }, "geometry": { "type": "Point", "coordinates": [ -158.183402300000012, 21.5749069 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5749069, "Longitude": -158.1834023, "Species": "Red-billed Leiothrix", "Count": 1, "Date": "2021-09-24" }, "geometry": { "type": "Point", "coordinates": [ -158.183402300000012, 21.5749069 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5749069, "Longitude": -158.1834023, "Species": "Red-crested Cardinal", "Count": 1, "Date": "2021-09-24" }, "geometry": { "type": "Point", "coordinates": [ -158.183402300000012, 21.5749069 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5749069, "Longitude": -158.1834023, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2021-09-24" }, "geometry": { "type": "Point", "coordinates": [ -158.183402300000012, 21.5749069 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5749069, "Longitude": -158.1834023, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2021-09-24" }, "geometry": { "type": "Point", "coordinates": [ -158.183402300000012, 21.5749069 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5749069, "Longitude": -158.1834023, "Species": "Saffron Finch", "Count": 1, "Date": "2021-09-24" }, "geometry": { "type": "Point", "coordinates": [ -158.183402300000012, 21.5749069 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5749069, "Longitude": -158.1834023, "Species": "Spotted Dove", "Count": 1, "Date": "2021-09-24" }, "geometry": { "type": "Point", "coordinates": [ -158.183402300000012, 21.5749069 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5749069, "Longitude": -158.1834023, "Species": "Warbling White-eye", "Count": 1, "Date": "2021-09-24" }, "geometry": { "type": "Point", "coordinates": [ -158.183402300000012, 21.5749069 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5749069, "Longitude": -158.1834023, "Species": "Western Cattle Egret", "Count": 1, "Date": "2021-09-24" }, "geometry": { "type": "Point", "coordinates": [ -158.183402300000012, 21.5749069 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5749069, "Longitude": -158.1834023, "Species": "White-rumped Shama", "Count": 1, "Date": "2021-09-24" }, "geometry": { "type": "Point", "coordinates": [ -158.183402300000012, 21.5749069 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5749069, "Longitude": -158.1834023, "Species": "Zebra Dove", "Count": 1, "Date": "2021-09-24" }, "geometry": { "type": "Point", "coordinates": [ -158.183402300000012, 21.5749069 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.66387183, "Longitude": -157.9412992, "Species": "Brown Booby", "Count": 2, "Date": "2020-12-31" }, "geometry": { "type": "Point", "coordinates": [ -157.9412992, 21.66387183 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.66387183, "Longitude": -157.9412992, "Species": "Chestnut Munia", "Count": 1, "Date": "2023-12-04" }, "geometry": { "type": "Point", "coordinates": [ -157.9412992, 21.66387183 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.66387183, "Longitude": -157.9412992, "Species": "Common Myna", "Count": 1, "Date": "2023-12-04" }, "geometry": { "type": "Point", "coordinates": [ -157.9412992, 21.66387183 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.66387183, "Longitude": -157.9412992, "Species": "Laysan Albatross", "Count": 2, "Date": "2020-12-31" }, "geometry": { "type": "Point", "coordinates": [ -157.9412992, 21.66387183 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.66387183, "Longitude": -157.9412992, "Species": "Feral Mallard", "Count": 2, "Date": "2020-12-31" }, "geometry": { "type": "Point", "coordinates": [ -157.9412992, 21.66387183 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.66387183, "Longitude": -157.9412992, "Species": "Pacific Golden-Plover", "Count": 3, "Date": "2023-12-04" }, "geometry": { "type": "Point", "coordinates": [ -157.9412992, 21.66387183 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.66387183, "Longitude": -157.9412992, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2023-12-04" }, "geometry": { "type": "Point", "coordinates": [ -157.9412992, 21.66387183 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.66387183, "Longitude": -157.9412992, "Species": "Ruddy Turnstone", "Count": 1, "Date": "2020-12-30" }, "geometry": { "type": "Point", "coordinates": [ -157.9412992, 21.66387183 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.66387183, "Longitude": -157.9412992, "Species": "Saffron Finch", "Count": 1, "Date": "2023-12-04" }, "geometry": { "type": "Point", "coordinates": [ -157.9412992, 21.66387183 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.66387183, "Longitude": -157.9412992, "Species": "Sanderling", "Count": 1, "Date": "2020-12-31" }, "geometry": { "type": "Point", "coordinates": [ -157.9412992, 21.66387183 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.66387183, "Longitude": -157.9412992, "Species": "Wandering Tattler", "Count": 2, "Date": "2020-12-31" }, "geometry": { "type": "Point", "coordinates": [ -157.9412992, 21.66387183 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.66387183, "Longitude": -157.9412992, "Species": "Warbling White-eye", "Count": 1, "Date": "2023-12-04" }, "geometry": { "type": "Point", "coordinates": [ -157.9412992, 21.66387183 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.66387183, "Longitude": -157.9412992, "Species": "Western Cattle Egret", "Count": 1, "Date": "2023-12-04" }, "geometry": { "type": "Point", "coordinates": [ -157.9412992, 21.66387183 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.66387183, "Longitude": -157.9412992, "Species": "White-rumped Shama", "Count": 1, "Date": "2023-12-04" }, "geometry": { "type": "Point", "coordinates": [ -157.9412992, 21.66387183 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.66387183, "Longitude": -157.9412992, "Species": "Zebra Dove", "Count": 1, "Date": "2023-12-04" }, "geometry": { "type": "Point", "coordinates": [ -157.9412992, 21.66387183 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26562995, "Longitude": -157.8285221, "Species": "Black-crowned Night Heron", "Count": 1, "Date": "2022-02-14" }, "geometry": { "type": "Point", "coordinates": [ -157.828522099999986, 21.26562995 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26562995, "Longitude": -157.8285221, "Species": "Brown Booby", "Count": 5, "Date": "2022-02-14" }, "geometry": { "type": "Point", "coordinates": [ -157.828522099999986, 21.26562995 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26562995, "Longitude": -157.8285221, "Species": "Common Myna", "Count": 1, "Date": "2022-02-13" }, "geometry": { "type": "Point", "coordinates": [ -157.828522099999986, 21.26562995 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26562995, "Longitude": -157.8285221, "Species": "Great Frigatebird", "Count": 2, "Date": "2019-07-10" }, "geometry": { "type": "Point", "coordinates": [ -157.828522099999986, 21.26562995 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26562995, "Longitude": -157.8285221, "Species": "Java Sparrow", "Count": 1, "Date": "2022-02-13" }, "geometry": { "type": "Point", "coordinates": [ -157.828522099999986, 21.26562995 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26562995, "Longitude": -157.8285221, "Species": "Pacific Golden-Plover", "Count": 1, "Date": "2022-02-13" }, "geometry": { "type": "Point", "coordinates": [ -157.828522099999986, 21.26562995 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26562995, "Longitude": -157.8285221, "Species": "Red-crested Cardinal", "Count": 1, "Date": "2022-02-13" }, "geometry": { "type": "Point", "coordinates": [ -157.828522099999986, 21.26562995 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26562995, "Longitude": -157.8285221, "Species": "Red-footed Booby", "Count": 4, "Date": "2024-01-07" }, "geometry": { "type": "Point", "coordinates": [ -157.828522099999986, 21.26562995 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26562995, "Longitude": -157.8285221, "Species": "Rock Pigeon", "Count": 1, "Date": "2022-02-13" }, "geometry": { "type": "Point", "coordinates": [ -157.828522099999986, 21.26562995 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26562995, "Longitude": -157.8285221, "Species": "Rose-ringed Parakeet", "Count": 1, "Date": "2022-02-13" }, "geometry": { "type": "Point", "coordinates": [ -157.828522099999986, 21.26562995 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26562995, "Longitude": -157.8285221, "Species": "Sooty Tern", "Count": 1, "Date": "2024-01-07" }, "geometry": { "type": "Point", "coordinates": [ -157.828522099999986, 21.26562995 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26562995, "Longitude": -157.8285221, "Species": "Spotted Dove", "Count": 1, "Date": "2022-02-13" }, "geometry": { "type": "Point", "coordinates": [ -157.828522099999986, 21.26562995 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26562995, "Longitude": -157.8285221, "Species": "Wedge-tailed Shearwater", "Count": 3, "Date": "2022-02-14" }, "geometry": { "type": "Point", "coordinates": [ -157.828522099999986, 21.26562995 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26562995, "Longitude": -157.8285221, "Species": "Western Cattle Egret", "Count": 2, "Date": "2022-02-13" }, "geometry": { "type": "Point", "coordinates": [ -157.828522099999986, 21.26562995 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26562995, "Longitude": -157.8285221, "Species": "White Tern", "Count": 10, "Date": "2024-01-07" }, "geometry": { "type": "Point", "coordinates": [ -157.828522099999986, 21.26562995 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26562995, "Longitude": -157.8285221, "Species": "Zebra Dove", "Count": 1, "Date": "2022-02-13" }, "geometry": { "type": "Point", "coordinates": [ -157.828522099999986, 21.26562995 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28349262, "Longitude": -157.7994644, "Species": "Common Myna", "Count": 5, "Date": "2023-05-12" }, "geometry": { "type": "Point", "coordinates": [ -157.7994644, 21.28349262 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28349262, "Longitude": -157.7994644, "Species": "Common Waxbill", "Count": 1, "Date": "2019-05-24" }, "geometry": { "type": "Point", "coordinates": [ -157.7994644, 21.28349262 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28349262, "Longitude": -157.7994644, "Species": "Great Frigatebird", "Count": 1, "Date": "2019-08-23" }, "geometry": { "type": "Point", "coordinates": [ -157.7994644, 21.28349262 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28349262, "Longitude": -157.7994644, "Species": "House Finch", "Count": 1, "Date": "2019-05-24" }, "geometry": { "type": "Point", "coordinates": [ -157.7994644, 21.28349262 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28349262, "Longitude": -157.7994644, "Species": "House Sparrow", "Count": 5, "Date": "2022-03-18" }, "geometry": { "type": "Point", "coordinates": [ -157.7994644, 21.28349262 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28349262, "Longitude": -157.7994644, "Species": "Java Sparrow", "Count": 6, "Date": "2022-06-16" }, "geometry": { "type": "Point", "coordinates": [ -157.7994644, 21.28349262 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28349262, "Longitude": -157.7994644, "Species": "Red-crested Cardinal", "Count": 5, "Date": "2023-05-12" }, "geometry": { "type": "Point", "coordinates": [ -157.7994644, 21.28349262 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28349262, "Longitude": -157.7994644, "Species": "Red-vented Bulbul", "Count": 3, "Date": "2020-04-14" }, "geometry": { "type": "Point", "coordinates": [ -157.7994644, 21.28349262 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28349262, "Longitude": -157.7994644, "Species": "Rock Pigeon", "Count": 3, "Date": "2023-05-12" }, "geometry": { "type": "Point", "coordinates": [ -157.7994644, 21.28349262 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28349262, "Longitude": -157.7994644, "Species": "Rose-ringed Parakeet", "Count": 8, "Date": "2023-02-12" }, "geometry": { "type": "Point", "coordinates": [ -157.7994644, 21.28349262 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28349262, "Longitude": -157.7994644, "Species": "Saffron Finch", "Count": 1, "Date": "2020-06-09" }, "geometry": { "type": "Point", "coordinates": [ -157.7994644, 21.28349262 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28349262, "Longitude": -157.7994644, "Species": "Spotted Dove", "Count": 8, "Date": "2023-08-02" }, "geometry": { "type": "Point", "coordinates": [ -157.7994644, 21.28349262 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28349262, "Longitude": -157.7994644, "Species": "Warbling White-eye", "Count": 2, "Date": "2020-04-14" }, "geometry": { "type": "Point", "coordinates": [ -157.7994644, 21.28349262 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28349262, "Longitude": -157.7994644, "Species": "Western Cattle Egret", "Count": 1, "Date": "2019-08-23" }, "geometry": { "type": "Point", "coordinates": [ -157.7994644, 21.28349262 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28349262, "Longitude": -157.7994644, "Species": "White Tern", "Count": 8, "Date": "2023-05-12" }, "geometry": { "type": "Point", "coordinates": [ -157.7994644, 21.28349262 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28349262, "Longitude": -157.7994644, "Species": "Zebra Dove", "Count": 8, "Date": "2023-05-12" }, "geometry": { "type": "Point", "coordinates": [ -157.7994644, 21.28349262 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3014205, "Longitude": -157.7800389, "Species": "Common Myna", "Count": 1, "Date": "2023-12-25" }, "geometry": { "type": "Point", "coordinates": [ -157.7800389, 21.3014205 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3014205, "Longitude": -157.7800389, "Species": "House Finch", "Count": 1, "Date": "2024-01-28" }, "geometry": { "type": "Point", "coordinates": [ -157.7800389, 21.3014205 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3014205, "Longitude": -157.7800389, "Species": "Java Sparrow", "Count": 5, "Date": "2022-09-03" }, "geometry": { "type": "Point", "coordinates": [ -157.7800389, 21.3014205 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3014205, "Longitude": -157.7800389, "Species": "Northern Cardinal", "Count": 2, "Date": "2024-01-28" }, "geometry": { "type": "Point", "coordinates": [ -157.7800389, 21.3014205 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3014205, "Longitude": -157.7800389, "Species": "Pacific Golden-Plover", "Count": 1, "Date": "2023-12-25" }, "geometry": { "type": "Point", "coordinates": [ -157.7800389, 21.3014205 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3014205, "Longitude": -157.7800389, "Species": "Red Junglefowl", "Count": 1, "Date": "2023-12-25" }, "geometry": { "type": "Point", "coordinates": [ -157.7800389, 21.3014205 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3014205, "Longitude": -157.7800389, "Species": "Red-billed Leiothrix", "Count": 1, "Date": "2021-03-28" }, "geometry": { "type": "Point", "coordinates": [ -157.7800389, 21.3014205 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3014205, "Longitude": -157.7800389, "Species": "Red-crested Cardinal", "Count": 1, "Date": "2022-08-21" }, "geometry": { "type": "Point", "coordinates": [ -157.7800389, 21.3014205 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3014205, "Longitude": -157.7800389, "Species": "Red-masked Parakeet", "Count": 1, "Date": "2021-03-28" }, "geometry": { "type": "Point", "coordinates": [ -157.7800389, 21.3014205 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3014205, "Longitude": -157.7800389, "Species": "Red-vented Bulbul", "Count": 3, "Date": "2024-01-28" }, "geometry": { "type": "Point", "coordinates": [ -157.7800389, 21.3014205 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3014205, "Longitude": -157.7800389, "Species": "Rose-ringed Parakeet", "Count": 2, "Date": "2022-09-03" }, "geometry": { "type": "Point", "coordinates": [ -157.7800389, 21.3014205 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3014205, "Longitude": -157.7800389, "Species": "Spotted Dove", "Count": 3, "Date": "2024-01-28" }, "geometry": { "type": "Point", "coordinates": [ -157.7800389, 21.3014205 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3014205, "Longitude": -157.7800389, "Species": "Western Cattle Egret", "Count": 1, "Date": "2023-12-25" }, "geometry": { "type": "Point", "coordinates": [ -157.7800389, 21.3014205 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3014205, "Longitude": -157.7800389, "Species": "White-rumped Shama", "Count": 1, "Date": "2024-01-28" }, "geometry": { "type": "Point", "coordinates": [ -157.7800389, 21.3014205 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3014205, "Longitude": -157.7800389, "Species": "White-tailed Tropicbird", "Count": 2, "Date": "2023-12-25" }, "geometry": { "type": "Point", "coordinates": [ -157.7800389, 21.3014205 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3014205, "Longitude": -157.7800389, "Species": "Zebra Dove", "Count": 6, "Date": "2023-12-25" }, "geometry": { "type": "Point", "coordinates": [ -157.7800389, 21.3014205 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31185877, "Longitude": -157.9920483, "Species": "Black-necked Stilt", "Count": 1, "Date": "2022-06-28" }, "geometry": { "type": "Point", "coordinates": [ -157.9920483, 21.31185877 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31185877, "Longitude": -157.9920483, "Species": "Common Myna", "Count": 8, "Date": "2023-12-22" }, "geometry": { "type": "Point", "coordinates": [ -157.9920483, 21.31185877 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31185877, "Longitude": -157.9920483, "Species": "Common Waxbill", "Count": 1, "Date": "2021-11-28" }, "geometry": { "type": "Point", "coordinates": [ -157.9920483, 21.31185877 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31185877, "Longitude": -157.9920483, "Species": "House Sparrow", "Count": 1, "Date": "2022-06-29" }, "geometry": { "type": "Point", "coordinates": [ -157.9920483, 21.31185877 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31185877, "Longitude": -157.9920483, "Species": "Java Sparrow", "Count": 1, "Date": "2021-10-13" }, "geometry": { "type": "Point", "coordinates": [ -157.9920483, 21.31185877 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31185877, "Longitude": -157.9920483, "Species": "Pacific Golden-Plover", "Count": 4, "Date": "2023-12-22" }, "geometry": { "type": "Point", "coordinates": [ -157.9920483, 21.31185877 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31185877, "Longitude": -157.9920483, "Species": "Red-crested Cardinal", "Count": 4, "Date": "2023-12-22" }, "geometry": { "type": "Point", "coordinates": [ -157.9920483, 21.31185877 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31185877, "Longitude": -157.9920483, "Species": "Red-vented Bulbul", "Count": 2, "Date": "2019-08-13" }, "geometry": { "type": "Point", "coordinates": [ -157.9920483, 21.31185877 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31185877, "Longitude": -157.9920483, "Species": "Rock Pigeon", "Count": 1, "Date": "2021-11-28" }, "geometry": { "type": "Point", "coordinates": [ -157.9920483, 21.31185877 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31185877, "Longitude": -157.9920483, "Species": "Saffron Finch", "Count": 2, "Date": "2023-12-22" }, "geometry": { "type": "Point", "coordinates": [ -157.9920483, 21.31185877 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31185877, "Longitude": -157.9920483, "Species": "Sanderling", "Count": 1, "Date": "2021-11-28" }, "geometry": { "type": "Point", "coordinates": [ -157.9920483, 21.31185877 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31185877, "Longitude": -157.9920483, "Species": "Spotted Dove", "Count": 2, "Date": "2019-08-13" }, "geometry": { "type": "Point", "coordinates": [ -157.9920483, 21.31185877 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31185877, "Longitude": -157.9920483, "Species": "Wedge-tailed Shearwater", "Count": 2, "Date": "2022-07-03" }, "geometry": { "type": "Point", "coordinates": [ -157.9920483, 21.31185877 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31185877, "Longitude": -157.9920483, "Species": "Western Cattle Egret", "Count": 1, "Date": "2023-12-22" }, "geometry": { "type": "Point", "coordinates": [ -157.9920483, 21.31185877 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31185877, "Longitude": -157.9920483, "Species": "White Tern", "Count": 1, "Date": "2022-07-02" }, "geometry": { "type": "Point", "coordinates": [ -157.9920483, 21.31185877 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31185877, "Longitude": -157.9920483, "Species": "Zebra Dove", "Count": 7, "Date": "2023-12-22" }, "geometry": { "type": "Point", "coordinates": [ -157.9920483, 21.31185877 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.321395, "Longitude": -158.0787601, "Species": "Chestnut Munia", "Count": 1, "Date": "2021-06-20" }, "geometry": { "type": "Point", "coordinates": [ -158.078760100000011, 21.321395 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.321395, "Longitude": -158.0787601, "Species": "Common Myna", "Count": 4, "Date": "2021-06-20" }, "geometry": { "type": "Point", "coordinates": [ -158.078760100000011, 21.321395 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.321395, "Longitude": -158.0787601, "Species": "Common Waxbill", "Count": 1, "Date": "2021-06-20" }, "geometry": { "type": "Point", "coordinates": [ -158.078760100000011, 21.321395 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.321395, "Longitude": -158.0787601, "Species": "Gray Francolin", "Count": 1, "Date": "2019-03-03" }, "geometry": { "type": "Point", "coordinates": [ -158.078760100000011, 21.321395 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.321395, "Longitude": -158.0787601, "Species": "House Finch", "Count": 1, "Date": "2020-02-14" }, "geometry": { "type": "Point", "coordinates": [ -158.078760100000011, 21.321395 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.321395, "Longitude": -158.0787601, "Species": "House Sparrow", "Count": 1, "Date": "2020-02-14" }, "geometry": { "type": "Point", "coordinates": [ -158.078760100000011, 21.321395 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.321395, "Longitude": -158.0787601, "Species": "Java Sparrow", "Count": 2, "Date": "2021-06-20" }, "geometry": { "type": "Point", "coordinates": [ -158.078760100000011, 21.321395 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.321395, "Longitude": -158.0787601, "Species": "Pacific Golden-Plover", "Count": 1, "Date": "2020-02-14" }, "geometry": { "type": "Point", "coordinates": [ -158.078760100000011, 21.321395 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.321395, "Longitude": -158.0787601, "Species": "Red Junglefowl", "Count": 1, "Date": "2020-02-14" }, "geometry": { "type": "Point", "coordinates": [ -158.078760100000011, 21.321395 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.321395, "Longitude": -158.0787601, "Species": "Red-crested Cardinal", "Count": 2, "Date": "2021-06-20" }, "geometry": { "type": "Point", "coordinates": [ -158.078760100000011, 21.321395 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.321395, "Longitude": -158.0787601, "Species": "Red-vented Bulbul", "Count": 4, "Date": "2021-06-20" }, "geometry": { "type": "Point", "coordinates": [ -158.078760100000011, 21.321395 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.321395, "Longitude": -158.0787601, "Species": "Saffron Finch", "Count": 1, "Date": "2020-02-14" }, "geometry": { "type": "Point", "coordinates": [ -158.078760100000011, 21.321395 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.321395, "Longitude": -158.0787601, "Species": "Spotted Dove", "Count": 4, "Date": "2021-06-20" }, "geometry": { "type": "Point", "coordinates": [ -158.078760100000011, 21.321395 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.321395, "Longitude": -158.0787601, "Species": "Warbling White-eye", "Count": 1, "Date": "2021-06-25" }, "geometry": { "type": "Point", "coordinates": [ -158.078760100000011, 21.321395 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.321395, "Longitude": -158.0787601, "Species": "Western Cattle Egret", "Count": 1, "Date": "2020-02-14" }, "geometry": { "type": "Point", "coordinates": [ -158.078760100000011, 21.321395 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.321395, "Longitude": -158.0787601, "Species": "Zebra Dove", "Count": 2, "Date": "2021-06-20" }, "geometry": { "type": "Point", "coordinates": [ -158.078760100000011, 21.321395 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32009442, "Longitude": -157.8666546, "Species": "Black-crowned Night Heron", "Count": 1, "Date": "2019-02-16" }, "geometry": { "type": "Point", "coordinates": [ -157.8666546, 21.32009442 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32009442, "Longitude": -157.8666546, "Species": "Chestnut Munia", "Count": 1, "Date": "2019-02-16" }, "geometry": { "type": "Point", "coordinates": [ -157.8666546, 21.32009442 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32009442, "Longitude": -157.8666546, "Species": "Common Myna", "Count": 7, "Date": "2021-07-30" }, "geometry": { "type": "Point", "coordinates": [ -157.8666546, 21.32009442 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32009442, "Longitude": -157.8666546, "Species": "Common Waxbill", "Count": 1, "Date": "2019-06-25" }, "geometry": { "type": "Point", "coordinates": [ -157.8666546, 21.32009442 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32009442, "Longitude": -157.8666546, "Species": "House Finch", "Count": 2, "Date": "2019-05-04" }, "geometry": { "type": "Point", "coordinates": [ -157.8666546, 21.32009442 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32009442, "Longitude": -157.8666546, "Species": "House Sparrow", "Count": 6, "Date": "2021-07-10" }, "geometry": { "type": "Point", "coordinates": [ -157.8666546, 21.32009442 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32009442, "Longitude": -157.8666546, "Species": "Red-crested Cardinal", "Count": 2, "Date": "2021-05-05" }, "geometry": { "type": "Point", "coordinates": [ -157.8666546, 21.32009442 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32009442, "Longitude": -157.8666546, "Species": "Red-vented Bulbul", "Count": 4, "Date": "2021-07-08" }, "geometry": { "type": "Point", "coordinates": [ -157.8666546, 21.32009442 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32009442, "Longitude": -157.8666546, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2019-05-04" }, "geometry": { "type": "Point", "coordinates": [ -157.8666546, 21.32009442 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32009442, "Longitude": -157.8666546, "Species": "Rock Pigeon", "Count": 4, "Date": "2022-08-19" }, "geometry": { "type": "Point", "coordinates": [ -157.8666546, 21.32009442 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32009442, "Longitude": -157.8666546, "Species": "Rose-ringed Parakeet", "Count": 2, "Date": "2022-02-13" }, "geometry": { "type": "Point", "coordinates": [ -157.8666546, 21.32009442 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32009442, "Longitude": -157.8666546, "Species": "Spotted Dove", "Count": 7, "Date": "2021-07-30" }, "geometry": { "type": "Point", "coordinates": [ -157.8666546, 21.32009442 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32009442, "Longitude": -157.8666546, "Species": "Warbling White-eye", "Count": 2, "Date": "2021-05-05" }, "geometry": { "type": "Point", "coordinates": [ -157.8666546, 21.32009442 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32009442, "Longitude": -157.8666546, "Species": "Western Cattle Egret", "Count": 4, "Date": "2021-07-08" }, "geometry": { "type": "Point", "coordinates": [ -157.8666546, 21.32009442 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32009442, "Longitude": -157.8666546, "Species": "White Tern", "Count": 3, "Date": "2022-02-05" }, "geometry": { "type": "Point", "coordinates": [ -157.8666546, 21.32009442 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32009442, "Longitude": -157.8666546, "Species": "Zebra Dove", "Count": 7, "Date": "2021-07-10" }, "geometry": { "type": "Point", "coordinates": [ -157.8666546, 21.32009442 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33015474, "Longitude": -158.0304928, "Species": "Chestnut Munia", "Count": 1, "Date": "2019-11-03" }, "geometry": { "type": "Point", "coordinates": [ -158.0304928, 21.33015474 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33015474, "Longitude": -158.0304928, "Species": "Common Myna", "Count": 5, "Date": "2021-03-14" }, "geometry": { "type": "Point", "coordinates": [ -158.0304928, 21.33015474 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33015474, "Longitude": -158.0304928, "Species": "Common Waxbill", "Count": 2, "Date": "2021-08-10" }, "geometry": { "type": "Point", "coordinates": [ -158.0304928, 21.33015474 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33015474, "Longitude": -158.0304928, "Species": "House Finch", "Count": 1, "Date": "2019-11-03" }, "geometry": { "type": "Point", "coordinates": [ -158.0304928, 21.33015474 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33015474, "Longitude": -158.0304928, "Species": "House Sparrow", "Count": 4, "Date": "2021-03-14" }, "geometry": { "type": "Point", "coordinates": [ -158.0304928, 21.33015474 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33015474, "Longitude": -158.0304928, "Species": "Java Sparrow", "Count": 2, "Date": "2021-03-25" }, "geometry": { "type": "Point", "coordinates": [ -158.0304928, 21.33015474 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33015474, "Longitude": -158.0304928, "Species": "Pacific Golden-Plover", "Count": 4, "Date": "2021-03-14" }, "geometry": { "type": "Point", "coordinates": [ -158.0304928, 21.33015474 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33015474, "Longitude": -158.0304928, "Species": "Red-crested Cardinal", "Count": 4, "Date": "2021-03-17" }, "geometry": { "type": "Point", "coordinates": [ -158.0304928, 21.33015474 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33015474, "Longitude": -158.0304928, "Species": "Red-vented Bulbul", "Count": 4, "Date": "2021-03-15" }, "geometry": { "type": "Point", "coordinates": [ -158.0304928, 21.33015474 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33015474, "Longitude": -158.0304928, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2019-11-03" }, "geometry": { "type": "Point", "coordinates": [ -158.0304928, 21.33015474 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33015474, "Longitude": -158.0304928, "Species": "Rock Pigeon", "Count": 2, "Date": "2019-03-13" }, "geometry": { "type": "Point", "coordinates": [ -158.0304928, 21.33015474 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33015474, "Longitude": -158.0304928, "Species": "Saffron Finch", "Count": 3, "Date": "2021-05-13" }, "geometry": { "type": "Point", "coordinates": [ -158.0304928, 21.33015474 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33015474, "Longitude": -158.0304928, "Species": "Spotted Dove", "Count": 5, "Date": "2021-03-17" }, "geometry": { "type": "Point", "coordinates": [ -158.0304928, 21.33015474 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33015474, "Longitude": -158.0304928, "Species": "Warbling White-eye", "Count": 3, "Date": "2021-03-17" }, "geometry": { "type": "Point", "coordinates": [ -158.0304928, 21.33015474 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33015474, "Longitude": -158.0304928, "Species": "Western Cattle Egret", "Count": 1, "Date": "2019-11-03" }, "geometry": { "type": "Point", "coordinates": [ -158.0304928, 21.33015474 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33015474, "Longitude": -158.0304928, "Species": "Zebra Dove", "Count": 3, "Date": "2021-03-17" }, "geometry": { "type": "Point", "coordinates": [ -158.0304928, 21.33015474 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32963295, "Longitude": -157.943717, "Species": "Chestnut Munia", "Count": 3, "Date": "2024-02-07" }, "geometry": { "type": "Point", "coordinates": [ -157.943717, 21.32963295 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32963295, "Longitude": -157.943717, "Species": "Common Myna", "Count": 5, "Date": "2024-02-07" }, "geometry": { "type": "Point", "coordinates": [ -157.943717, 21.32963295 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32963295, "Longitude": -157.943717, "Species": "Common Waxbill", "Count": 4, "Date": "2024-02-07" }, "geometry": { "type": "Point", "coordinates": [ -157.943717, 21.32963295 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32963295, "Longitude": -157.943717, "Species": "House Finch", "Count": 3, "Date": "2024-02-07" }, "geometry": { "type": "Point", "coordinates": [ -157.943717, 21.32963295 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32963295, "Longitude": -157.943717, "Species": "House Sparrow", "Count": 2, "Date": "2023-10-25" }, "geometry": { "type": "Point", "coordinates": [ -157.943717, 21.32963295 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32963295, "Longitude": -157.943717, "Species": "Java Sparrow", "Count": 2, "Date": "2024-02-07" }, "geometry": { "type": "Point", "coordinates": [ -157.943717, 21.32963295 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32963295, "Longitude": -157.943717, "Species": "Feral Mallard", "Count": 1, "Date": "2023-10-25" }, "geometry": { "type": "Point", "coordinates": [ -157.943717, 21.32963295 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32963295, "Longitude": -157.943717, "Species": "Pacific Golden-Plover", "Count": 4, "Date": "2024-02-07" }, "geometry": { "type": "Point", "coordinates": [ -157.943717, 21.32963295 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32963295, "Longitude": -157.943717, "Species": "Red-crested Cardinal", "Count": 2, "Date": "2024-02-07" }, "geometry": { "type": "Point", "coordinates": [ -157.943717, 21.32963295 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32963295, "Longitude": -157.943717, "Species": "Red-vented Bulbul", "Count": 4, "Date": "2024-02-07" }, "geometry": { "type": "Point", "coordinates": [ -157.943717, 21.32963295 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32963295, "Longitude": -157.943717, "Species": "Spotted Dove", "Count": 2, "Date": "2023-10-25" }, "geometry": { "type": "Point", "coordinates": [ -157.943717, 21.32963295 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32963295, "Longitude": -157.943717, "Species": "Warbling White-eye", "Count": 2, "Date": "2023-10-25" }, "geometry": { "type": "Point", "coordinates": [ -157.943717, 21.32963295 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32963295, "Longitude": -157.943717, "Species": "Western Cattle Egret", "Count": 3, "Date": "2024-02-07" }, "geometry": { "type": "Point", "coordinates": [ -157.943717, 21.32963295 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32963295, "Longitude": -157.943717, "Species": "White Tern", "Count": 2, "Date": "2024-02-07" }, "geometry": { "type": "Point", "coordinates": [ -157.943717, 21.32963295 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32963295, "Longitude": -157.943717, "Species": "Yellow-fronted Canary", "Count": 2, "Date": "2023-10-25" }, "geometry": { "type": "Point", "coordinates": [ -157.943717, 21.32963295 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32963295, "Longitude": -157.943717, "Species": "Zebra Dove", "Count": 3, "Date": "2024-02-07" }, "geometry": { "type": "Point", "coordinates": [ -157.943717, 21.32963295 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32906257, "Longitude": -157.856944, "Species": "Chestnut Munia", "Count": 2, "Date": "2020-09-28" }, "geometry": { "type": "Point", "coordinates": [ -157.856944, 21.32906257 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32906257, "Longitude": -157.856944, "Species": "Common Myna", "Count": 4, "Date": "2022-03-02" }, "geometry": { "type": "Point", "coordinates": [ -157.856944, 21.32906257 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32906257, "Longitude": -157.856944, "Species": "Common Waxbill", "Count": 2, "Date": "2022-03-02" }, "geometry": { "type": "Point", "coordinates": [ -157.856944, 21.32906257 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32906257, "Longitude": -157.856944, "Species": "House Finch", "Count": 2, "Date": "2020-09-28" }, "geometry": { "type": "Point", "coordinates": [ -157.856944, 21.32906257 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32906257, "Longitude": -157.856944, "Species": "House Sparrow", "Count": 6, "Date": "2023-09-18" }, "geometry": { "type": "Point", "coordinates": [ -157.856944, 21.32906257 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32906257, "Longitude": -157.856944, "Species": "Feral Mallard", "Count": 5, "Date": "2023-09-18" }, "geometry": { "type": "Point", "coordinates": [ -157.856944, 21.32906257 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32906257, "Longitude": -157.856944, "Species": "Northern Cardinal", "Count": 1, "Date": "2020-09-28" }, "geometry": { "type": "Point", "coordinates": [ -157.856944, 21.32906257 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32906257, "Longitude": -157.856944, "Species": "Red Junglefowl", "Count": 2, "Date": "2022-03-02" }, "geometry": { "type": "Point", "coordinates": [ -157.856944, 21.32906257 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32906257, "Longitude": -157.856944, "Species": "Red-vented Bulbul", "Count": 3, "Date": "2022-03-02" }, "geometry": { "type": "Point", "coordinates": [ -157.856944, 21.32906257 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32906257, "Longitude": -157.856944, "Species": "Rock Pigeon", "Count": 5, "Date": "2023-09-18" }, "geometry": { "type": "Point", "coordinates": [ -157.856944, 21.32906257 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32906257, "Longitude": -157.856944, "Species": "Spotted Dove", "Count": 6, "Date": "2023-09-18" }, "geometry": { "type": "Point", "coordinates": [ -157.856944, 21.32906257 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32906257, "Longitude": -157.856944, "Species": "White Tern", "Count": 1, "Date": "2022-02-17" }, "geometry": { "type": "Point", "coordinates": [ -157.856944, 21.32906257 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32906257, "Longitude": -157.856944, "Species": "Zebra Dove", "Count": 5, "Date": "2023-09-18" }, "geometry": { "type": "Point", "coordinates": [ -157.856944, 21.32906257 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33940789, "Longitude": -158.0690038, "Species": "Chestnut Munia", "Count": 1, "Date": "2020-03-26" }, "geometry": { "type": "Point", "coordinates": [ -158.0690038, 21.33940789 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33940789, "Longitude": -158.0690038, "Species": "Common Myna", "Count": 7, "Date": "2023-10-15" }, "geometry": { "type": "Point", "coordinates": [ -158.0690038, 21.33940789 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33940789, "Longitude": -158.0690038, "Species": "Common Waxbill", "Count": 4, "Date": "2023-10-15" }, "geometry": { "type": "Point", "coordinates": [ -158.0690038, 21.33940789 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33940789, "Longitude": -158.0690038, "Species": "House Finch", "Count": 2, "Date": "2022-03-21" }, "geometry": { "type": "Point", "coordinates": [ -158.0690038, 21.33940789 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33940789, "Longitude": -158.0690038, "Species": "House Sparrow", "Count": 3, "Date": "2023-10-15" }, "geometry": { "type": "Point", "coordinates": [ -158.0690038, 21.33940789 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33940789, "Longitude": -158.0690038, "Species": "Java Sparrow", "Count": 4, "Date": "2023-10-15" }, "geometry": { "type": "Point", "coordinates": [ -158.0690038, 21.33940789 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33940789, "Longitude": -158.0690038, "Species": "Pacific Golden-Plover", "Count": 2, "Date": "2022-03-21" }, "geometry": { "type": "Point", "coordinates": [ -158.0690038, 21.33940789 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33940789, "Longitude": -158.0690038, "Species": "Red-crested Cardinal", "Count": 2, "Date": "2021-01-31" }, "geometry": { "type": "Point", "coordinates": [ -158.0690038, 21.33940789 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33940789, "Longitude": -158.0690038, "Species": "Red-vented Bulbul", "Count": 5, "Date": "2022-03-21" }, "geometry": { "type": "Point", "coordinates": [ -158.0690038, 21.33940789 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33940789, "Longitude": -158.0690038, "Species": "Red-whiskered Bulbul", "Count": 7, "Date": "2023-10-15" }, "geometry": { "type": "Point", "coordinates": [ -158.0690038, 21.33940789 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33940789, "Longitude": -158.0690038, "Species": "Rose-ringed Parakeet", "Count": 2, "Date": "2022-06-11" }, "geometry": { "type": "Point", "coordinates": [ -158.0690038, 21.33940789 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33940789, "Longitude": -158.0690038, "Species": "Saffron Finch", "Count": 4, "Date": "2023-10-15" }, "geometry": { "type": "Point", "coordinates": [ -158.0690038, 21.33940789 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33940789, "Longitude": -158.0690038, "Species": "Spotted Dove", "Count": 7, "Date": "2023-10-15" }, "geometry": { "type": "Point", "coordinates": [ -158.0690038, 21.33940789 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33940789, "Longitude": -158.0690038, "Species": "Warbling White-eye", "Count": 5, "Date": "2023-09-09" }, "geometry": { "type": "Point", "coordinates": [ -158.0690038, 21.33940789 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33940789, "Longitude": -158.0690038, "Species": "Western Cattle Egret", "Count": 3, "Date": "2023-10-15" }, "geometry": { "type": "Point", "coordinates": [ -158.0690038, 21.33940789 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33940789, "Longitude": -158.0690038, "Species": "Zebra Dove", "Count": 7, "Date": "2023-10-15" }, "geometry": { "type": "Point", "coordinates": [ -158.0690038, 21.33940789 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33884713, "Longitude": -157.9725796, "Species": "Brown Booby", "Count": 1, "Date": "2022-06-18" }, "geometry": { "type": "Point", "coordinates": [ -157.972579599999989, 21.33884713 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33884713, "Longitude": -157.9725796, "Species": "Common Myna", "Count": 3, "Date": "2022-06-20" }, "geometry": { "type": "Point", "coordinates": [ -157.972579599999989, 21.33884713 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33884713, "Longitude": -157.9725796, "Species": "Common Waxbill", "Count": 1, "Date": "2019-01-11" }, "geometry": { "type": "Point", "coordinates": [ -157.972579599999989, 21.33884713 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33884713, "Longitude": -157.9725796, "Species": "House Sparrow", "Count": 1, "Date": "2019-01-11" }, "geometry": { "type": "Point", "coordinates": [ -157.972579599999989, 21.33884713 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33884713, "Longitude": -157.9725796, "Species": "Java Sparrow", "Count": 1, "Date": "2019-01-11" }, "geometry": { "type": "Point", "coordinates": [ -157.972579599999989, 21.33884713 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33884713, "Longitude": -157.9725796, "Species": "Pacific Golden-Plover", "Count": 1, "Date": "2019-01-11" }, "geometry": { "type": "Point", "coordinates": [ -157.972579599999989, 21.33884713 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33884713, "Longitude": -157.9725796, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2019-01-11" }, "geometry": { "type": "Point", "coordinates": [ -157.972579599999989, 21.33884713 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33884713, "Longitude": -157.9725796, "Species": "Rock Pigeon", "Count": 2, "Date": "2022-06-09" }, "geometry": { "type": "Point", "coordinates": [ -157.972579599999989, 21.33884713 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33884713, "Longitude": -157.9725796, "Species": "Rose-ringed Parakeet", "Count": 1, "Date": "2022-06-19" }, "geometry": { "type": "Point", "coordinates": [ -157.972579599999989, 21.33884713 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33884713, "Longitude": -157.9725796, "Species": "Saffron Finch", "Count": 1, "Date": "2019-01-11" }, "geometry": { "type": "Point", "coordinates": [ -157.972579599999989, 21.33884713 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33884713, "Longitude": -157.9725796, "Species": "Spotted Dove", "Count": 1, "Date": "2019-01-11" }, "geometry": { "type": "Point", "coordinates": [ -157.972579599999989, 21.33884713 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33884713, "Longitude": -157.9725796, "Species": "Western Cattle Egret", "Count": 2, "Date": "2022-06-09" }, "geometry": { "type": "Point", "coordinates": [ -157.972579599999989, 21.33884713 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33884713, "Longitude": -157.9725796, "Species": "White Tern", "Count": 5, "Date": "2022-06-20" }, "geometry": { "type": "Point", "coordinates": [ -157.972579599999989, 21.33884713 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33884713, "Longitude": -157.9725796, "Species": "White-rumped Shama", "Count": 1, "Date": "2019-01-11" }, "geometry": { "type": "Point", "coordinates": [ -157.972579599999989, 21.33884713 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33884713, "Longitude": -157.9725796, "Species": "Yellow-fronted Canary", "Count": 1, "Date": "2019-01-11" }, "geometry": { "type": "Point", "coordinates": [ -157.972579599999989, 21.33884713 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33884713, "Longitude": -157.9725796, "Species": "Zebra Dove", "Count": 2, "Date": "2022-06-09" }, "geometry": { "type": "Point", "coordinates": [ -157.972579599999989, 21.33884713 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33816145, "Longitude": -157.8665157, "Species": "Common Myna", "Count": 6, "Date": "2024-02-01" }, "geometry": { "type": "Point", "coordinates": [ -157.8665157, 21.33816145 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33816145, "Longitude": -157.8665157, "Species": "Common Waxbill", "Count": 1, "Date": "2021-06-28" }, "geometry": { "type": "Point", "coordinates": [ -157.8665157, 21.33816145 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33816145, "Longitude": -157.8665157, "Species": "House Finch", "Count": 1, "Date": "2021-06-28" }, "geometry": { "type": "Point", "coordinates": [ -157.8665157, 21.33816145 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33816145, "Longitude": -157.8665157, "Species": "House Sparrow", "Count": 5, "Date": "2024-02-01" }, "geometry": { "type": "Point", "coordinates": [ -157.8665157, 21.33816145 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33816145, "Longitude": -157.8665157, "Species": "Java Sparrow", "Count": 3, "Date": "2022-10-23" }, "geometry": { "type": "Point", "coordinates": [ -157.8665157, 21.33816145 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33816145, "Longitude": -157.8665157, "Species": "Pacific Golden-Plover", "Count": 4, "Date": "2021-10-30" }, "geometry": { "type": "Point", "coordinates": [ -157.8665157, 21.33816145 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33816145, "Longitude": -157.8665157, "Species": "Red-crested Cardinal", "Count": 2, "Date": "2021-10-30" }, "geometry": { "type": "Point", "coordinates": [ -157.8665157, 21.33816145 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33816145, "Longitude": -157.8665157, "Species": "Red-vented Bulbul", "Count": 4, "Date": "2024-02-01" }, "geometry": { "type": "Point", "coordinates": [ -157.8665157, 21.33816145 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33816145, "Longitude": -157.8665157, "Species": "Rock Pigeon", "Count": 1, "Date": "2021-06-28" }, "geometry": { "type": "Point", "coordinates": [ -157.8665157, 21.33816145 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33816145, "Longitude": -157.8665157, "Species": "Rose-ringed Parakeet", "Count": 3, "Date": "2021-06-28" }, "geometry": { "type": "Point", "coordinates": [ -157.8665157, 21.33816145 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33816145, "Longitude": -157.8665157, "Species": "Saffron Finch", "Count": 3, "Date": "2021-10-30" }, "geometry": { "type": "Point", "coordinates": [ -157.8665157, 21.33816145 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33816145, "Longitude": -157.8665157, "Species": "Spotted Dove", "Count": 5, "Date": "2024-02-01" }, "geometry": { "type": "Point", "coordinates": [ -157.8665157, 21.33816145 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33816145, "Longitude": -157.8665157, "Species": "Warbling White-eye", "Count": 3, "Date": "2021-06-28" }, "geometry": { "type": "Point", "coordinates": [ -157.8665157, 21.33816145 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33816145, "Longitude": -157.8665157, "Species": "Western Cattle Egret", "Count": 4, "Date": "2022-10-23" }, "geometry": { "type": "Point", "coordinates": [ -157.8665157, 21.33816145 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33816145, "Longitude": -157.8665157, "Species": "White Tern", "Count": 1, "Date": "2021-06-28" }, "geometry": { "type": "Point", "coordinates": [ -157.8665157, 21.33816145 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33816145, "Longitude": -157.8665157, "Species": "Zebra Dove", "Count": 5, "Date": "2024-02-01" }, "geometry": { "type": "Point", "coordinates": [ -157.8665157, 21.33816145 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33803012, "Longitude": -157.8472321, "Species": "Chestnut Munia", "Count": 1, "Date": "2019-07-22" }, "geometry": { "type": "Point", "coordinates": [ -157.847232100000014, 21.33803012 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33803012, "Longitude": -157.8472321, "Species": "Common Myna", "Count": 3, "Date": "2022-02-21" }, "geometry": { "type": "Point", "coordinates": [ -157.847232100000014, 21.33803012 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33803012, "Longitude": -157.8472321, "Species": "Common Waxbill", "Count": 1, "Date": "2019-07-27" }, "geometry": { "type": "Point", "coordinates": [ -157.847232100000014, 21.33803012 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33803012, "Longitude": -157.8472321, "Species": "House Finch", "Count": 1, "Date": "2022-03-16" }, "geometry": { "type": "Point", "coordinates": [ -157.847232100000014, 21.33803012 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33803012, "Longitude": -157.8472321, "Species": "Oahu Amakihi", "Count": 2, "Date": "2019-07-27" }, "geometry": { "type": "Point", "coordinates": [ -157.847232100000014, 21.33803012 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33803012, "Longitude": -157.8472321, "Species": "Pacific Golden-Plover", "Count": 1, "Date": "2022-01-18" }, "geometry": { "type": "Point", "coordinates": [ -157.847232100000014, 21.33803012 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33803012, "Longitude": -157.8472321, "Species": "Red-billed Leiothrix", "Count": 1, "Date": "2019-07-27" }, "geometry": { "type": "Point", "coordinates": [ -157.847232100000014, 21.33803012 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33803012, "Longitude": -157.8472321, "Species": "Red-crested Cardinal", "Count": 2, "Date": "2022-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.847232100000014, 21.33803012 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33803012, "Longitude": -157.8472321, "Species": "Red-vented Bulbul", "Count": 5, "Date": "2022-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.847232100000014, 21.33803012 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33803012, "Longitude": -157.8472321, "Species": "Red-whiskered Bulbul", "Count": 2, "Date": "2019-07-27" }, "geometry": { "type": "Point", "coordinates": [ -157.847232100000014, 21.33803012 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33803012, "Longitude": -157.8472321, "Species": "Spotted Dove", "Count": 1, "Date": "2022-02-21" }, "geometry": { "type": "Point", "coordinates": [ -157.847232100000014, 21.33803012 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33803012, "Longitude": -157.8472321, "Species": "Warbling White-eye", "Count": 2, "Date": "2019-07-27" }, "geometry": { "type": "Point", "coordinates": [ -157.847232100000014, 21.33803012 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33803012, "Longitude": -157.8472321, "Species": "White Tern", "Count": 1, "Date": "2019-07-22" }, "geometry": { "type": "Point", "coordinates": [ -157.847232100000014, 21.33803012 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33803012, "Longitude": -157.8472321, "Species": "White-rumped Shama", "Count": 4, "Date": "2022-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.847232100000014, 21.33803012 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33803012, "Longitude": -157.8472321, "Species": "Yellow-fronted Canary", "Count": 2, "Date": "2019-07-27" }, "geometry": { "type": "Point", "coordinates": [ -157.847232100000014, 21.33803012 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33803012, "Longitude": -157.8472321, "Species": "Zebra Dove", "Count": 1, "Date": "2019-07-22" }, "geometry": { "type": "Point", "coordinates": [ -157.847232100000014, 21.33803012 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33719555, "Longitude": -157.7315331, "Species": "Chestnut Munia", "Count": 1, "Date": "2021-11-26" }, "geometry": { "type": "Point", "coordinates": [ -157.7315331, 21.33719555 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33719555, "Longitude": -157.7315331, "Species": "Common Myna", "Count": 3, "Date": "2021-11-26" }, "geometry": { "type": "Point", "coordinates": [ -157.7315331, 21.33719555 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33719555, "Longitude": -157.7315331, "Species": "Common Waxbill", "Count": 2, "Date": "2021-11-26" }, "geometry": { "type": "Point", "coordinates": [ -157.7315331, 21.33719555 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33719555, "Longitude": -157.7315331, "Species": "House Sparrow", "Count": 1, "Date": "2021-11-26" }, "geometry": { "type": "Point", "coordinates": [ -157.7315331, 21.33719555 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33719555, "Longitude": -157.7315331, "Species": "Northern Cardinal", "Count": 2, "Date": "2021-04-11" }, "geometry": { "type": "Point", "coordinates": [ -157.7315331, 21.33719555 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33719555, "Longitude": -157.7315331, "Species": "Pacific Golden-Plover", "Count": 2, "Date": "2021-11-26" }, "geometry": { "type": "Point", "coordinates": [ -157.7315331, 21.33719555 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33719555, "Longitude": -157.7315331, "Species": "Red Junglefowl", "Count": 1, "Date": "2021-11-26" }, "geometry": { "type": "Point", "coordinates": [ -157.7315331, 21.33719555 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33719555, "Longitude": -157.7315331, "Species": "Red-billed Leiothrix", "Count": 1, "Date": "2021-04-11" }, "geometry": { "type": "Point", "coordinates": [ -157.7315331, 21.33719555 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33719555, "Longitude": -157.7315331, "Species": "Red-crested Cardinal", "Count": 2, "Date": "2021-11-26" }, "geometry": { "type": "Point", "coordinates": [ -157.7315331, 21.33719555 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33719555, "Longitude": -157.7315331, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2021-04-11" }, "geometry": { "type": "Point", "coordinates": [ -157.7315331, 21.33719555 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33719555, "Longitude": -157.7315331, "Species": "Scaly-breasted Munia", "Count": 1, "Date": "2021-11-26" }, "geometry": { "type": "Point", "coordinates": [ -157.7315331, 21.33719555 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33719555, "Longitude": -157.7315331, "Species": "Spotted Dove", "Count": 2, "Date": "2021-04-11" }, "geometry": { "type": "Point", "coordinates": [ -157.7315331, 21.33719555 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33719555, "Longitude": -157.7315331, "Species": "Warbling White-eye", "Count": 2, "Date": "2021-11-26" }, "geometry": { "type": "Point", "coordinates": [ -157.7315331, 21.33719555 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33719555, "Longitude": -157.7315331, "Species": "Western Cattle Egret", "Count": 3, "Date": "2021-11-26" }, "geometry": { "type": "Point", "coordinates": [ -157.7315331, 21.33719555 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33719555, "Longitude": -157.7315331, "Species": "White-tailed Tropicbird", "Count": 1, "Date": "2021-11-26" }, "geometry": { "type": "Point", "coordinates": [ -157.7315331, 21.33719555 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33719555, "Longitude": -157.7315331, "Species": "Zebra Dove", "Count": 3, "Date": "2021-11-26" }, "geometry": { "type": "Point", "coordinates": [ -157.7315331, 21.33719555 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34844087, "Longitude": -158.0689464, "Species": "African Silverbill", "Count": 1, "Date": "2020-05-29" }, "geometry": { "type": "Point", "coordinates": [ -158.068946399999987, 21.34844087 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34844087, "Longitude": -158.0689464, "Species": "Common Myna", "Count": 3, "Date": "2020-05-29" }, "geometry": { "type": "Point", "coordinates": [ -158.068946399999987, 21.34844087 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34844087, "Longitude": -158.0689464, "Species": "Common Waxbill", "Count": 3, "Date": "2020-05-29" }, "geometry": { "type": "Point", "coordinates": [ -158.068946399999987, 21.34844087 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34844087, "Longitude": -158.0689464, "Species": "House Sparrow", "Count": 2, "Date": "2020-05-29" }, "geometry": { "type": "Point", "coordinates": [ -158.068946399999987, 21.34844087 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34844087, "Longitude": -158.0689464, "Species": "Java Sparrow", "Count": 2, "Date": "2020-05-29" }, "geometry": { "type": "Point", "coordinates": [ -158.068946399999987, 21.34844087 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34844087, "Longitude": -158.0689464, "Species": "Northern Cardinal", "Count": 2, "Date": "2020-05-29" }, "geometry": { "type": "Point", "coordinates": [ -158.068946399999987, 21.34844087 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34844087, "Longitude": -158.0689464, "Species": "Red Junglefowl", "Count": 1, "Date": "2020-05-09" }, "geometry": { "type": "Point", "coordinates": [ -158.068946399999987, 21.34844087 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34844087, "Longitude": -158.0689464, "Species": "Red-crested Cardinal", "Count": 2, "Date": "2020-05-29" }, "geometry": { "type": "Point", "coordinates": [ -158.068946399999987, 21.34844087 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34844087, "Longitude": -158.0689464, "Species": "Red-vented Bulbul", "Count": 3, "Date": "2020-05-29" }, "geometry": { "type": "Point", "coordinates": [ -158.068946399999987, 21.34844087 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34844087, "Longitude": -158.0689464, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2020-05-29" }, "geometry": { "type": "Point", "coordinates": [ -158.068946399999987, 21.34844087 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34844087, "Longitude": -158.0689464, "Species": "Rose-ringed Parakeet", "Count": 2, "Date": "2020-05-29" }, "geometry": { "type": "Point", "coordinates": [ -158.068946399999987, 21.34844087 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34844087, "Longitude": -158.0689464, "Species": "Saffron Finch", "Count": 2, "Date": "2020-05-29" }, "geometry": { "type": "Point", "coordinates": [ -158.068946399999987, 21.34844087 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34844087, "Longitude": -158.0689464, "Species": "Spotted Dove", "Count": 3, "Date": "2020-05-29" }, "geometry": { "type": "Point", "coordinates": [ -158.068946399999987, 21.34844087 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34844087, "Longitude": -158.0689464, "Species": "Warbling White-eye", "Count": 3, "Date": "2020-05-29" }, "geometry": { "type": "Point", "coordinates": [ -158.068946399999987, 21.34844087 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34844087, "Longitude": -158.0689464, "Species": "Western Cattle Egret", "Count": 3, "Date": "2020-05-29" }, "geometry": { "type": "Point", "coordinates": [ -158.068946399999987, 21.34844087 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34844087, "Longitude": -158.0689464, "Species": "Zebra Dove", "Count": 3, "Date": "2020-05-29" }, "geometry": { "type": "Point", "coordinates": [ -158.068946399999987, 21.34844087 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35763639, "Longitude": -158.097821, "Species": "Common Myna", "Count": 1, "Date": "2019-12-30" }, "geometry": { "type": "Point", "coordinates": [ -158.097821, 21.35763639 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35763639, "Longitude": -158.097821, "Species": "Common Waxbill", "Count": 1, "Date": "2019-12-30" }, "geometry": { "type": "Point", "coordinates": [ -158.097821, 21.35763639 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35763639, "Longitude": -158.097821, "Species": "Erckel's Spurfowl", "Count": 1, "Date": "2019-12-30" }, "geometry": { "type": "Point", "coordinates": [ -158.097821, 21.35763639 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35763639, "Longitude": -158.097821, "Species": "Gray Francolin", "Count": 1, "Date": "2019-12-30" }, "geometry": { "type": "Point", "coordinates": [ -158.097821, 21.35763639 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35763639, "Longitude": -158.097821, "Species": "Kalij Pheasant", "Count": 1, "Date": "2019-12-30" }, "geometry": { "type": "Point", "coordinates": [ -158.097821, 21.35763639 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35763639, "Longitude": -158.097821, "Species": "Northern Cardinal", "Count": 1, "Date": "2019-12-30" }, "geometry": { "type": "Point", "coordinates": [ -158.097821, 21.35763639 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35763639, "Longitude": -158.097821, "Species": "Pacific Golden-Plover", "Count": 1, "Date": "2019-12-30" }, "geometry": { "type": "Point", "coordinates": [ -158.097821, 21.35763639 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35763639, "Longitude": -158.097821, "Species": "Red Avadavat", "Count": 1, "Date": "2019-12-30" }, "geometry": { "type": "Point", "coordinates": [ -158.097821, 21.35763639 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35763639, "Longitude": -158.097821, "Species": "Red-crested Cardinal", "Count": 1, "Date": "2019-12-30" }, "geometry": { "type": "Point", "coordinates": [ -158.097821, 21.35763639 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35763639, "Longitude": -158.097821, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2019-12-30" }, "geometry": { "type": "Point", "coordinates": [ -158.097821, 21.35763639 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35763639, "Longitude": -158.097821, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2019-12-30" }, "geometry": { "type": "Point", "coordinates": [ -158.097821, 21.35763639 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35763639, "Longitude": -158.097821, "Species": "Scaly-breasted Munia", "Count": 1, "Date": "2019-12-30" }, "geometry": { "type": "Point", "coordinates": [ -158.097821, 21.35763639 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35763639, "Longitude": -158.097821, "Species": "Spotted Dove", "Count": 1, "Date": "2019-12-30" }, "geometry": { "type": "Point", "coordinates": [ -158.097821, 21.35763639 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35763639, "Longitude": -158.097821, "Species": "Warbling White-eye", "Count": 1, "Date": "2019-12-30" }, "geometry": { "type": "Point", "coordinates": [ -158.097821, 21.35763639 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35763639, "Longitude": -158.097821, "Species": "Yellow-faced Grassquit", "Count": 1, "Date": "2019-12-30" }, "geometry": { "type": "Point", "coordinates": [ -158.097821, 21.35763639 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35763639, "Longitude": -158.097821, "Species": "Zebra Dove", "Count": 1, "Date": "2019-12-30" }, "geometry": { "type": "Point", "coordinates": [ -158.097821, 21.35763639 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3558272, "Longitude": -157.808519, "Species": "Common Myna", "Count": 1, "Date": "2020-06-24" }, "geometry": { "type": "Point", "coordinates": [ -157.808519, 21.3558272 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3558272, "Longitude": -157.808519, "Species": "Common Waxbill", "Count": 2, "Date": "2023-07-14" }, "geometry": { "type": "Point", "coordinates": [ -157.808519, 21.3558272 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3558272, "Longitude": -157.808519, "Species": "Gray Francolin", "Count": 1, "Date": "2023-07-14" }, "geometry": { "type": "Point", "coordinates": [ -157.808519, 21.3558272 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3558272, "Longitude": -157.808519, "Species": "House Finch", "Count": 1, "Date": "2020-06-24" }, "geometry": { "type": "Point", "coordinates": [ -157.808519, 21.3558272 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3558272, "Longitude": -157.808519, "Species": "House Sparrow", "Count": 2, "Date": "2021-03-21" }, "geometry": { "type": "Point", "coordinates": [ -157.808519, 21.3558272 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3558272, "Longitude": -157.808519, "Species": "Northern Cardinal", "Count": 1, "Date": "2020-06-24" }, "geometry": { "type": "Point", "coordinates": [ -157.808519, 21.3558272 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3558272, "Longitude": -157.808519, "Species": "Oahu Amakihi", "Count": 1, "Date": "2021-12-25" }, "geometry": { "type": "Point", "coordinates": [ -157.808519, 21.3558272 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3558272, "Longitude": -157.808519, "Species": "Red Junglefowl", "Count": 2, "Date": "2021-05-28" }, "geometry": { "type": "Point", "coordinates": [ -157.808519, 21.3558272 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3558272, "Longitude": -157.808519, "Species": "Red-billed Leiothrix", "Count": 5, "Date": "2023-07-14" }, "geometry": { "type": "Point", "coordinates": [ -157.808519, 21.3558272 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3558272, "Longitude": -157.808519, "Species": "Red-crested Cardinal", "Count": 2, "Date": "2021-03-03" }, "geometry": { "type": "Point", "coordinates": [ -157.808519, 21.3558272 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3558272, "Longitude": -157.808519, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2020-06-24" }, "geometry": { "type": "Point", "coordinates": [ -157.808519, 21.3558272 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3558272, "Longitude": -157.808519, "Species": "Red-whiskered Bulbul", "Count": 4, "Date": "2023-09-24" }, "geometry": { "type": "Point", "coordinates": [ -157.808519, 21.3558272 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3558272, "Longitude": -157.808519, "Species": "Spotted Dove", "Count": 1, "Date": "2020-06-24" }, "geometry": { "type": "Point", "coordinates": [ -157.808519, 21.3558272 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3558272, "Longitude": -157.808519, "Species": "Warbling White-eye", "Count": 3, "Date": "2023-07-14" }, "geometry": { "type": "Point", "coordinates": [ -157.808519, 21.3558272 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3558272, "Longitude": -157.808519, "Species": "White-rumped Shama", "Count": 5, "Date": "2023-07-14" }, "geometry": { "type": "Point", "coordinates": [ -157.808519, 21.3558272 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3558272, "Longitude": -157.808519, "Species": "Zebra Dove", "Count": 1, "Date": "2020-06-24" }, "geometry": { "type": "Point", "coordinates": [ -157.808519, 21.3558272 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35526153, "Longitude": -157.7313774, "Species": "Black-necked Stilt", "Count": 1, "Date": "2021-09-27" }, "geometry": { "type": "Point", "coordinates": [ -157.731377400000014, 21.35526153 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35526153, "Longitude": -157.7313774, "Species": "Common Gallinule", "Count": 1, "Date": "2021-09-27" }, "geometry": { "type": "Point", "coordinates": [ -157.731377400000014, 21.35526153 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35526153, "Longitude": -157.7313774, "Species": "Common Myna", "Count": 3, "Date": "2021-10-18" }, "geometry": { "type": "Point", "coordinates": [ -157.731377400000014, 21.35526153 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35526153, "Longitude": -157.7313774, "Species": "Common Waxbill", "Count": 2, "Date": "2021-10-18" }, "geometry": { "type": "Point", "coordinates": [ -157.731377400000014, 21.35526153 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35526153, "Longitude": -157.7313774, "Species": "House Sparrow", "Count": 1, "Date": "2021-10-18" }, "geometry": { "type": "Point", "coordinates": [ -157.731377400000014, 21.35526153 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35526153, "Longitude": -157.7313774, "Species": "Feral Mallard", "Count": 1, "Date": "2021-09-27" }, "geometry": { "type": "Point", "coordinates": [ -157.731377400000014, 21.35526153 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35526153, "Longitude": -157.7313774, "Species": "Pacific Golden-Plover", "Count": 2, "Date": "2021-10-18" }, "geometry": { "type": "Point", "coordinates": [ -157.731377400000014, 21.35526153 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35526153, "Longitude": -157.7313774, "Species": "Red Junglefowl", "Count": 1, "Date": "2021-09-27" }, "geometry": { "type": "Point", "coordinates": [ -157.731377400000014, 21.35526153 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35526153, "Longitude": -157.7313774, "Species": "Red-crested Cardinal", "Count": 2, "Date": "2021-10-18" }, "geometry": { "type": "Point", "coordinates": [ -157.731377400000014, 21.35526153 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35526153, "Longitude": -157.7313774, "Species": "Red-vented Bulbul", "Count": 2, "Date": "2021-10-18" }, "geometry": { "type": "Point", "coordinates": [ -157.731377400000014, 21.35526153 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35526153, "Longitude": -157.7313774, "Species": "Red-whiskered Bulbul", "Count": 2, "Date": "2021-10-18" }, "geometry": { "type": "Point", "coordinates": [ -157.731377400000014, 21.35526153 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35526153, "Longitude": -157.7313774, "Species": "Rock Pigeon", "Count": 1, "Date": "2021-10-18" }, "geometry": { "type": "Point", "coordinates": [ -157.731377400000014, 21.35526153 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35526153, "Longitude": -157.7313774, "Species": "Spotted Dove", "Count": 1, "Date": "2021-09-27" }, "geometry": { "type": "Point", "coordinates": [ -157.731377400000014, 21.35526153 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35526153, "Longitude": -157.7313774, "Species": "Western Cattle Egret", "Count": 2, "Date": "2021-09-27" }, "geometry": { "type": "Point", "coordinates": [ -157.731377400000014, 21.35526153 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35526153, "Longitude": -157.7313774, "Species": "White-rumped Shama", "Count": 1, "Date": "2021-09-27" }, "geometry": { "type": "Point", "coordinates": [ -157.731377400000014, 21.35526153 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35526153, "Longitude": -157.7313774, "Species": "Zebra Dove", "Count": 2, "Date": "2021-10-18" }, "geometry": { "type": "Point", "coordinates": [ -157.731377400000014, 21.35526153 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36472216, "Longitude": -157.789159, "Species": "African Silverbill", "Count": 2, "Date": "2023-09-24" }, "geometry": { "type": "Point", "coordinates": [ -157.789159, 21.36472216 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36472216, "Longitude": -157.789159, "Species": "Chestnut Munia", "Count": 1, "Date": "2023-11-19" }, "geometry": { "type": "Point", "coordinates": [ -157.789159, 21.36472216 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36472216, "Longitude": -157.789159, "Species": "Common Myna", "Count": 6, "Date": "2023-10-25" }, "geometry": { "type": "Point", "coordinates": [ -157.789159, 21.36472216 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36472216, "Longitude": -157.789159, "Species": "Common Waxbill", "Count": 3, "Date": "2023-10-25" }, "geometry": { "type": "Point", "coordinates": [ -157.789159, 21.36472216 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36472216, "Longitude": -157.789159, "Species": "Java Sparrow", "Count": 1, "Date": "2023-07-13" }, "geometry": { "type": "Point", "coordinates": [ -157.789159, 21.36472216 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36472216, "Longitude": -157.789159, "Species": "Red Junglefowl", "Count": 11, "Date": "2024-02-13" }, "geometry": { "type": "Point", "coordinates": [ -157.789159, 21.36472216 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36472216, "Longitude": -157.789159, "Species": "Red-billed Leiothrix", "Count": 4, "Date": "2023-10-25" }, "geometry": { "type": "Point", "coordinates": [ -157.789159, 21.36472216 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36472216, "Longitude": -157.789159, "Species": "Red-crested Cardinal", "Count": 7, "Date": "2023-12-31" }, "geometry": { "type": "Point", "coordinates": [ -157.789159, 21.36472216 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36472216, "Longitude": -157.789159, "Species": "Red-vented Bulbul", "Count": 3, "Date": "2023-10-25" }, "geometry": { "type": "Point", "coordinates": [ -157.789159, 21.36472216 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36472216, "Longitude": -157.789159, "Species": "Red-whiskered Bulbul", "Count": 3, "Date": "2023-10-25" }, "geometry": { "type": "Point", "coordinates": [ -157.789159, 21.36472216 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36472216, "Longitude": -157.789159, "Species": "Rock Pigeon", "Count": 1, "Date": "2023-07-14" }, "geometry": { "type": "Point", "coordinates": [ -157.789159, 21.36472216 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36472216, "Longitude": -157.789159, "Species": "Spotted Dove", "Count": 2, "Date": "2023-10-25" }, "geometry": { "type": "Point", "coordinates": [ -157.789159, 21.36472216 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36472216, "Longitude": -157.789159, "Species": "Warbling White-eye", "Count": 5, "Date": "2023-11-19" }, "geometry": { "type": "Point", "coordinates": [ -157.789159, 21.36472216 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36472216, "Longitude": -157.789159, "Species": "White-rumped Shama", "Count": 6, "Date": "2024-02-13" }, "geometry": { "type": "Point", "coordinates": [ -157.789159, 21.36472216 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36472216, "Longitude": -157.789159, "Species": "Yellow-fronted Canary", "Count": 2, "Date": "2023-10-25" }, "geometry": { "type": "Point", "coordinates": [ -157.789159, 21.36472216 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36472216, "Longitude": -157.789159, "Species": "Zebra Dove", "Count": 5, "Date": "2023-10-25" }, "geometry": { "type": "Point", "coordinates": [ -157.789159, 21.36472216 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36465224, "Longitude": -157.7795156, "Species": "Chestnut Munia", "Count": 1, "Date": "2023-06-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7795156, 21.36465224 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36465224, "Longitude": -157.7795156, "Species": "Common Waxbill", "Count": 1, "Date": "2020-04-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7795156, 21.36465224 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36465224, "Longitude": -157.7795156, "Species": "House Finch", "Count": 3, "Date": "2023-06-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7795156, 21.36465224 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36465224, "Longitude": -157.7795156, "Species": "Japanese Bush Warbler", "Count": 1, "Date": "2023-06-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7795156, 21.36465224 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36465224, "Longitude": -157.7795156, "Species": "Northern Cardinal", "Count": 3, "Date": "2023-03-18" }, "geometry": { "type": "Point", "coordinates": [ -157.7795156, 21.36465224 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36465224, "Longitude": -157.7795156, "Species": "Red Junglefowl", "Count": 6, "Date": "2023-07-13" }, "geometry": { "type": "Point", "coordinates": [ -157.7795156, 21.36465224 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36465224, "Longitude": -157.7795156, "Species": "Red-billed Leiothrix", "Count": 5, "Date": "2023-06-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7795156, 21.36465224 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36465224, "Longitude": -157.7795156, "Species": "Red-crested Cardinal", "Count": 4, "Date": "2023-06-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7795156, 21.36465224 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36465224, "Longitude": -157.7795156, "Species": "Red-vented Bulbul", "Count": 5, "Date": "2023-06-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7795156, 21.36465224 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36465224, "Longitude": -157.7795156, "Species": "Red-whiskered Bulbul", "Count": 5, "Date": "2023-09-24" }, "geometry": { "type": "Point", "coordinates": [ -157.7795156, 21.36465224 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36465224, "Longitude": -157.7795156, "Species": "Spotted Dove", "Count": 3, "Date": "2023-06-23" }, "geometry": { "type": "Point", "coordinates": [ -157.7795156, 21.36465224 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36465224, "Longitude": -157.7795156, "Species": "Warbling White-eye", "Count": 5, "Date": "2023-06-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7795156, 21.36465224 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36465224, "Longitude": -157.7795156, "Species": "Western Cattle Egret", "Count": 1, "Date": "2020-10-11" }, "geometry": { "type": "Point", "coordinates": [ -157.7795156, 21.36465224 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36465224, "Longitude": -157.7795156, "Species": "White-rumped Shama", "Count": 3, "Date": "2023-06-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7795156, 21.36465224 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36465224, "Longitude": -157.7795156, "Species": "Zebra Dove", "Count": 4, "Date": "2023-06-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7795156, 21.36465224 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37442465, "Longitude": -157.8855262, "Species": "Chestnut Munia", "Count": 4, "Date": "2023-08-03" }, "geometry": { "type": "Point", "coordinates": [ -157.885526199999987, 21.37442465 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37442465, "Longitude": -157.8855262, "Species": "Common Myna", "Count": 12, "Date": "2023-08-03" }, "geometry": { "type": "Point", "coordinates": [ -157.885526199999987, 21.37442465 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37442465, "Longitude": -157.8855262, "Species": "Common Waxbill", "Count": 8, "Date": "2023-08-03" }, "geometry": { "type": "Point", "coordinates": [ -157.885526199999987, 21.37442465 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37442465, "Longitude": -157.8855262, "Species": "Northern Cardinal", "Count": 6, "Date": "2023-06-20" }, "geometry": { "type": "Point", "coordinates": [ -157.885526199999987, 21.37442465 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37442465, "Longitude": -157.8855262, "Species": "Red Junglefowl", "Count": 1, "Date": "2023-08-03" }, "geometry": { "type": "Point", "coordinates": [ -157.885526199999987, 21.37442465 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37442465, "Longitude": -157.8855262, "Species": "Red-billed Leiothrix", "Count": 3, "Date": "2023-08-03" }, "geometry": { "type": "Point", "coordinates": [ -157.885526199999987, 21.37442465 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37442465, "Longitude": -157.8855262, "Species": "Red-crested Cardinal", "Count": 8, "Date": "2023-08-03" }, "geometry": { "type": "Point", "coordinates": [ -157.885526199999987, 21.37442465 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37442465, "Longitude": -157.8855262, "Species": "Red-vented Bulbul", "Count": 10, "Date": "2023-08-03" }, "geometry": { "type": "Point", "coordinates": [ -157.885526199999987, 21.37442465 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37442465, "Longitude": -157.8855262, "Species": "Red-whiskered Bulbul", "Count": 6, "Date": "2023-06-20" }, "geometry": { "type": "Point", "coordinates": [ -157.885526199999987, 21.37442465 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37442465, "Longitude": -157.8855262, "Species": "Saffron Finch", "Count": 1, "Date": "2023-06-20" }, "geometry": { "type": "Point", "coordinates": [ -157.885526199999987, 21.37442465 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37442465, "Longitude": -157.8855262, "Species": "Spotted Dove", "Count": 13, "Date": "2023-08-03" }, "geometry": { "type": "Point", "coordinates": [ -157.885526199999987, 21.37442465 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37442465, "Longitude": -157.8855262, "Species": "Warbling White-eye", "Count": 8, "Date": "2023-08-03" }, "geometry": { "type": "Point", "coordinates": [ -157.885526199999987, 21.37442465 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37442465, "Longitude": -157.8855262, "Species": "Western Cattle Egret", "Count": 3, "Date": "2023-04-10" }, "geometry": { "type": "Point", "coordinates": [ -157.885526199999987, 21.37442465 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37442465, "Longitude": -157.8855262, "Species": "White-rumped Shama", "Count": 5, "Date": "2023-06-20" }, "geometry": { "type": "Point", "coordinates": [ -157.885526199999987, 21.37442465 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37442465, "Longitude": -157.8855262, "Species": "Yellow-fronted Canary", "Count": 3, "Date": "2023-01-17" }, "geometry": { "type": "Point", "coordinates": [ -157.885526199999987, 21.37442465 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37442465, "Longitude": -157.8855262, "Species": "Zebra Dove", "Count": 14, "Date": "2023-08-03" }, "geometry": { "type": "Point", "coordinates": [ -157.885526199999987, 21.37442465 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3926815, "Longitude": -157.914326, "Species": "Chestnut Munia", "Count": 1, "Date": "2023-06-13" }, "geometry": { "type": "Point", "coordinates": [ -157.914326, 21.3926815 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3926815, "Longitude": -157.914326, "Species": "Common Myna", "Count": 8, "Date": "2023-12-16" }, "geometry": { "type": "Point", "coordinates": [ -157.914326, 21.3926815 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3926815, "Longitude": -157.914326, "Species": "Common Waxbill", "Count": 2, "Date": "2023-02-18" }, "geometry": { "type": "Point", "coordinates": [ -157.914326, 21.3926815 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3926815, "Longitude": -157.914326, "Species": "House Finch", "Count": 2, "Date": "2023-02-18" }, "geometry": { "type": "Point", "coordinates": [ -157.914326, 21.3926815 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3926815, "Longitude": -157.914326, "Species": "Java Sparrow", "Count": 4, "Date": "2023-02-22" }, "geometry": { "type": "Point", "coordinates": [ -157.914326, 21.3926815 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3926815, "Longitude": -157.914326, "Species": "Northern Cardinal", "Count": 2, "Date": "2023-02-18" }, "geometry": { "type": "Point", "coordinates": [ -157.914326, 21.3926815 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3926815, "Longitude": -157.914326, "Species": "Pacific Golden-Plover", "Count": 8, "Date": "2023-09-07" }, "geometry": { "type": "Point", "coordinates": [ -157.914326, 21.3926815 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3926815, "Longitude": -157.914326, "Species": "Red-crested Cardinal", "Count": 5, "Date": "2023-06-13" }, "geometry": { "type": "Point", "coordinates": [ -157.914326, 21.3926815 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3926815, "Longitude": -157.914326, "Species": "Red-crowned Parrot", "Count": 2, "Date": "2023-02-17" }, "geometry": { "type": "Point", "coordinates": [ -157.914326, 21.3926815 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3926815, "Longitude": -157.914326, "Species": "Red-vented Bulbul", "Count": 10, "Date": "2023-12-16" }, "geometry": { "type": "Point", "coordinates": [ -157.914326, 21.3926815 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3926815, "Longitude": -157.914326, "Species": "Red-whiskered Bulbul", "Count": 5, "Date": "2023-09-07" }, "geometry": { "type": "Point", "coordinates": [ -157.914326, 21.3926815 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3926815, "Longitude": -157.914326, "Species": "Rose-ringed Parakeet", "Count": 2, "Date": "2023-11-18" }, "geometry": { "type": "Point", "coordinates": [ -157.914326, 21.3926815 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3926815, "Longitude": -157.914326, "Species": "Saffron Finch", "Count": 1, "Date": "2023-06-13" }, "geometry": { "type": "Point", "coordinates": [ -157.914326, 21.3926815 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3926815, "Longitude": -157.914326, "Species": "Spotted Dove", "Count": 3, "Date": "2023-02-22" }, "geometry": { "type": "Point", "coordinates": [ -157.914326, 21.3926815 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3926815, "Longitude": -157.914326, "Species": "Zebra Dove", "Count": 5, "Date": "2023-06-13" }, "geometry": { "type": "Point", "coordinates": [ -157.914326, 21.3926815 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40231242, "Longitude": -158.010723, "Species": "Common Myna", "Count": 8, "Date": "2023-12-21" }, "geometry": { "type": "Point", "coordinates": [ -158.010723, 21.40231242 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40231242, "Longitude": -158.010723, "Species": "Gray Francolin", "Count": 1, "Date": "2023-01-28" }, "geometry": { "type": "Point", "coordinates": [ -158.010723, 21.40231242 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40231242, "Longitude": -158.010723, "Species": "House Finch", "Count": 3, "Date": "2023-12-21" }, "geometry": { "type": "Point", "coordinates": [ -158.010723, 21.40231242 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40231242, "Longitude": -158.010723, "Species": "House Sparrow", "Count": 4, "Date": "2023-12-21" }, "geometry": { "type": "Point", "coordinates": [ -158.010723, 21.40231242 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40231242, "Longitude": -158.010723, "Species": "Japanese Bush Warbler", "Count": 1, "Date": "2022-03-20" }, "geometry": { "type": "Point", "coordinates": [ -158.010723, 21.40231242 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40231242, "Longitude": -158.010723, "Species": "Java Sparrow", "Count": 2, "Date": "2023-01-28" }, "geometry": { "type": "Point", "coordinates": [ -158.010723, 21.40231242 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40231242, "Longitude": -158.010723, "Species": "Pacific Golden-Plover", "Count": 2, "Date": "2023-01-30" }, "geometry": { "type": "Point", "coordinates": [ -158.010723, 21.40231242 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40231242, "Longitude": -158.010723, "Species": "Red-crested Cardinal", "Count": 6, "Date": "2023-12-21" }, "geometry": { "type": "Point", "coordinates": [ -158.010723, 21.40231242 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40231242, "Longitude": -158.010723, "Species": "Red-vented Bulbul", "Count": 6, "Date": "2023-10-31" }, "geometry": { "type": "Point", "coordinates": [ -158.010723, 21.40231242 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40231242, "Longitude": -158.010723, "Species": "Rose-ringed Parakeet", "Count": 6, "Date": "2023-03-26" }, "geometry": { "type": "Point", "coordinates": [ -158.010723, 21.40231242 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40231242, "Longitude": -158.010723, "Species": "Saffron Finch", "Count": 5, "Date": "2023-01-30" }, "geometry": { "type": "Point", "coordinates": [ -158.010723, 21.40231242 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40231242, "Longitude": -158.010723, "Species": "Spotted Dove", "Count": 1, "Date": "2022-08-21" }, "geometry": { "type": "Point", "coordinates": [ -158.010723, 21.40231242 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40231242, "Longitude": -158.010723, "Species": "Warbling White-eye", "Count": 2, "Date": "2023-06-11" }, "geometry": { "type": "Point", "coordinates": [ -158.010723, 21.40231242 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40231242, "Longitude": -158.010723, "Species": "Western Cattle Egret", "Count": 4, "Date": "2023-01-30" }, "geometry": { "type": "Point", "coordinates": [ -158.010723, 21.40231242 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40231242, "Longitude": -158.010723, "Species": "White-rumped Shama", "Count": 1, "Date": "2023-01-28" }, "geometry": { "type": "Point", "coordinates": [ -158.010723, 21.40231242 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40231242, "Longitude": -158.010723, "Species": "Zebra Dove", "Count": 6, "Date": "2023-12-21" }, "geometry": { "type": "Point", "coordinates": [ -158.010723, 21.40231242 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40085485, "Longitude": -157.7888613, "Species": "Chestnut Munia", "Count": 2, "Date": "2021-04-10" }, "geometry": { "type": "Point", "coordinates": [ -157.7888613, 21.40085485 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40085485, "Longitude": -157.7888613, "Species": "Common Myna", "Count": 5, "Date": "2023-04-23" }, "geometry": { "type": "Point", "coordinates": [ -157.7888613, 21.40085485 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40085485, "Longitude": -157.7888613, "Species": "Common Waxbill", "Count": 3, "Date": "2021-01-11" }, "geometry": { "type": "Point", "coordinates": [ -157.7888613, 21.40085485 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40085485, "Longitude": -157.7888613, "Species": "House Finch", "Count": 2, "Date": "2019-02-14" }, "geometry": { "type": "Point", "coordinates": [ -157.7888613, 21.40085485 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40085485, "Longitude": -157.7888613, "Species": "Java Sparrow", "Count": 1, "Date": "2021-01-11" }, "geometry": { "type": "Point", "coordinates": [ -157.7888613, 21.40085485 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40085485, "Longitude": -157.7888613, "Species": "Northern Cardinal", "Count": 2, "Date": "2019-02-14" }, "geometry": { "type": "Point", "coordinates": [ -157.7888613, 21.40085485 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40085485, "Longitude": -157.7888613, "Species": "Pacific Golden-Plover", "Count": 4, "Date": "2021-04-10" }, "geometry": { "type": "Point", "coordinates": [ -157.7888613, 21.40085485 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40085485, "Longitude": -157.7888613, "Species": "Red-crested Cardinal", "Count": 3, "Date": "2021-04-10" }, "geometry": { "type": "Point", "coordinates": [ -157.7888613, 21.40085485 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40085485, "Longitude": -157.7888613, "Species": "Red-vented Bulbul", "Count": 4, "Date": "2023-04-23" }, "geometry": { "type": "Point", "coordinates": [ -157.7888613, 21.40085485 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40085485, "Longitude": -157.7888613, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2021-04-10" }, "geometry": { "type": "Point", "coordinates": [ -157.7888613, 21.40085485 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40085485, "Longitude": -157.7888613, "Species": "Rock Pigeon", "Count": 3, "Date": "2021-04-10" }, "geometry": { "type": "Point", "coordinates": [ -157.7888613, 21.40085485 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40085485, "Longitude": -157.7888613, "Species": "Saffron Finch", "Count": 1, "Date": "2021-04-10" }, "geometry": { "type": "Point", "coordinates": [ -157.7888613, 21.40085485 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40085485, "Longitude": -157.7888613, "Species": "Spotted Dove", "Count": 4, "Date": "2021-04-10" }, "geometry": { "type": "Point", "coordinates": [ -157.7888613, 21.40085485 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40085485, "Longitude": -157.7888613, "Species": "Warbling White-eye", "Count": 2, "Date": "2019-02-14" }, "geometry": { "type": "Point", "coordinates": [ -157.7888613, 21.40085485 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40085485, "Longitude": -157.7888613, "Species": "Western Cattle Egret", "Count": 3, "Date": "2021-04-10" }, "geometry": { "type": "Point", "coordinates": [ -157.7888613, 21.40085485 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40085485, "Longitude": -157.7888613, "Species": "Zebra Dove", "Count": 4, "Date": "2021-04-10" }, "geometry": { "type": "Point", "coordinates": [ -157.7888613, 21.40085485 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41134631, "Longitude": -158.0106623, "Species": "Chestnut Munia", "Count": 1, "Date": "2023-06-29" }, "geometry": { "type": "Point", "coordinates": [ -158.0106623, 21.41134631 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41134631, "Longitude": -158.0106623, "Species": "Common Myna", "Count": 3, "Date": "2023-06-29" }, "geometry": { "type": "Point", "coordinates": [ -158.0106623, 21.41134631 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41134631, "Longitude": -158.0106623, "Species": "Common Waxbill", "Count": 1, "Date": "2023-06-29" }, "geometry": { "type": "Point", "coordinates": [ -158.0106623, 21.41134631 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41134631, "Longitude": -158.0106623, "Species": "House Finch", "Count": 2, "Date": "2024-02-17" }, "geometry": { "type": "Point", "coordinates": [ -158.0106623, 21.41134631 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41134631, "Longitude": -158.0106623, "Species": "House Sparrow", "Count": 3, "Date": "2023-06-29" }, "geometry": { "type": "Point", "coordinates": [ -158.0106623, 21.41134631 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41134631, "Longitude": -158.0106623, "Species": "Java Sparrow", "Count": 2, "Date": "2023-06-29" }, "geometry": { "type": "Point", "coordinates": [ -158.0106623, 21.41134631 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41134631, "Longitude": -158.0106623, "Species": "Pacific Golden-Plover", "Count": 2, "Date": "2024-02-17" }, "geometry": { "type": "Point", "coordinates": [ -158.0106623, 21.41134631 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41134631, "Longitude": -158.0106623, "Species": "Red Junglefowl", "Count": 1, "Date": "2021-05-20" }, "geometry": { "type": "Point", "coordinates": [ -158.0106623, 21.41134631 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41134631, "Longitude": -158.0106623, "Species": "Red-crested Cardinal", "Count": 2, "Date": "2023-06-29" }, "geometry": { "type": "Point", "coordinates": [ -158.0106623, 21.41134631 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41134631, "Longitude": -158.0106623, "Species": "Red-vented Bulbul", "Count": 4, "Date": "2024-02-17" }, "geometry": { "type": "Point", "coordinates": [ -158.0106623, 21.41134631 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41134631, "Longitude": -158.0106623, "Species": "Rose-ringed Parakeet", "Count": 2, "Date": "2024-02-17" }, "geometry": { "type": "Point", "coordinates": [ -158.0106623, 21.41134631 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41134631, "Longitude": -158.0106623, "Species": "Saffron Finch", "Count": 1, "Date": "2023-06-29" }, "geometry": { "type": "Point", "coordinates": [ -158.0106623, 21.41134631 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41134631, "Longitude": -158.0106623, "Species": "Spotted Dove", "Count": 2, "Date": "2023-06-29" }, "geometry": { "type": "Point", "coordinates": [ -158.0106623, 21.41134631 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41134631, "Longitude": -158.0106623, "Species": "Warbling White-eye", "Count": 1, "Date": "2023-06-29" }, "geometry": { "type": "Point", "coordinates": [ -158.0106623, 21.41134631 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41134631, "Longitude": -158.0106623, "Species": "Western Cattle Egret", "Count": 2, "Date": "2023-06-29" }, "geometry": { "type": "Point", "coordinates": [ -158.0106623, 21.41134631 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41134631, "Longitude": -158.0106623, "Species": "Zebra Dove", "Count": 3, "Date": "2024-02-17" }, "geometry": { "type": "Point", "coordinates": [ -158.0106623, 21.41134631 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41087262, "Longitude": -157.9334862, "Species": "Common Myna", "Count": 3, "Date": "2023-04-20" }, "geometry": { "type": "Point", "coordinates": [ -157.9334862, 21.41087262 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41087262, "Longitude": -157.9334862, "Species": "Common Waxbill", "Count": 3, "Date": "2023-04-20" }, "geometry": { "type": "Point", "coordinates": [ -157.9334862, 21.41087262 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41087262, "Longitude": -157.9334862, "Species": "House Finch", "Count": 3, "Date": "2023-04-20" }, "geometry": { "type": "Point", "coordinates": [ -157.9334862, 21.41087262 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41087262, "Longitude": -157.9334862, "Species": "House Sparrow", "Count": 1, "Date": "2023-04-20" }, "geometry": { "type": "Point", "coordinates": [ -157.9334862, 21.41087262 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41087262, "Longitude": -157.9334862, "Species": "Java Sparrow", "Count": 1, "Date": "2023-04-20" }, "geometry": { "type": "Point", "coordinates": [ -157.9334862, 21.41087262 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41087262, "Longitude": -157.9334862, "Species": "Pacific Golden-Plover", "Count": 3, "Date": "2023-04-20" }, "geometry": { "type": "Point", "coordinates": [ -157.9334862, 21.41087262 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41087262, "Longitude": -157.9334862, "Species": "Red-crested Cardinal", "Count": 3, "Date": "2023-04-20" }, "geometry": { "type": "Point", "coordinates": [ -157.9334862, 21.41087262 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41087262, "Longitude": -157.9334862, "Species": "Red-crowned Parrot", "Count": 1, "Date": "2023-04-20" }, "geometry": { "type": "Point", "coordinates": [ -157.9334862, 21.41087262 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41087262, "Longitude": -157.9334862, "Species": "Red-vented Bulbul", "Count": 3, "Date": "2023-04-20" }, "geometry": { "type": "Point", "coordinates": [ -157.9334862, 21.41087262 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41087262, "Longitude": -157.9334862, "Species": "Red-whiskered Bulbul", "Count": 2, "Date": "2022-08-10" }, "geometry": { "type": "Point", "coordinates": [ -157.9334862, 21.41087262 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41087262, "Longitude": -157.9334862, "Species": "Rose-ringed Parakeet", "Count": 3, "Date": "2023-04-20" }, "geometry": { "type": "Point", "coordinates": [ -157.9334862, 21.41087262 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41087262, "Longitude": -157.9334862, "Species": "Spotted Dove", "Count": 3, "Date": "2023-04-20" }, "geometry": { "type": "Point", "coordinates": [ -157.9334862, 21.41087262 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41087262, "Longitude": -157.9334862, "Species": "Warbling White-eye", "Count": 2, "Date": "2022-08-10" }, "geometry": { "type": "Point", "coordinates": [ -157.9334862, 21.41087262 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41087262, "Longitude": -157.9334862, "Species": "Western Cattle Egret", "Count": 1, "Date": "2023-04-20" }, "geometry": { "type": "Point", "coordinates": [ -157.9334862, 21.41087262 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41087262, "Longitude": -157.9334862, "Species": "Yellow-fronted Canary", "Count": 2, "Date": "2022-08-10" }, "geometry": { "type": "Point", "coordinates": [ -157.9334862, 21.41087262 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41087262, "Longitude": -157.9334862, "Species": "Zebra Dove", "Count": 3, "Date": "2023-04-20" }, "geometry": { "type": "Point", "coordinates": [ -157.9334862, 21.41087262 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42126909, "Longitude": -158.1746177, "Species": "Brown Booby", "Count": 2, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -158.1746177, 21.42126909 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42126909, "Longitude": -158.1746177, "Species": "Common Myna", "Count": 5, "Date": "2023-12-09" }, "geometry": { "type": "Point", "coordinates": [ -158.1746177, 21.42126909 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42126909, "Longitude": -158.1746177, "Species": "Common Waxbill", "Count": 2, "Date": "2023-02-20" }, "geometry": { "type": "Point", "coordinates": [ -158.1746177, 21.42126909 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42126909, "Longitude": -158.1746177, "Species": "House Finch", "Count": 2, "Date": "2023-02-20" }, "geometry": { "type": "Point", "coordinates": [ -158.1746177, 21.42126909 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42126909, "Longitude": -158.1746177, "Species": "House Sparrow", "Count": 4, "Date": "2023-02-20" }, "geometry": { "type": "Point", "coordinates": [ -158.1746177, 21.42126909 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42126909, "Longitude": -158.1746177, "Species": "Java Sparrow", "Count": 2, "Date": "2023-02-20" }, "geometry": { "type": "Point", "coordinates": [ -158.1746177, 21.42126909 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42126909, "Longitude": -158.1746177, "Species": "Pacific Golden-Plover", "Count": 6, "Date": "2023-12-09" }, "geometry": { "type": "Point", "coordinates": [ -158.1746177, 21.42126909 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42126909, "Longitude": -158.1746177, "Species": "Red Junglefowl", "Count": 1, "Date": "2023-12-09" }, "geometry": { "type": "Point", "coordinates": [ -158.1746177, 21.42126909 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42126909, "Longitude": -158.1746177, "Species": "Red-crested Cardinal", "Count": 4, "Date": "2023-02-20" }, "geometry": { "type": "Point", "coordinates": [ -158.1746177, 21.42126909 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42126909, "Longitude": -158.1746177, "Species": "Red-vented Bulbul", "Count": 2, "Date": "2023-02-20" }, "geometry": { "type": "Point", "coordinates": [ -158.1746177, 21.42126909 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42126909, "Longitude": -158.1746177, "Species": "Rock Pigeon", "Count": 5, "Date": "2023-12-09" }, "geometry": { "type": "Point", "coordinates": [ -158.1746177, 21.42126909 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42126909, "Longitude": -158.1746177, "Species": "Ruddy Turnstone", "Count": 5, "Date": "2023-12-09" }, "geometry": { "type": "Point", "coordinates": [ -158.1746177, 21.42126909 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42126909, "Longitude": -158.1746177, "Species": "Saffron Finch", "Count": 4, "Date": "2023-02-20" }, "geometry": { "type": "Point", "coordinates": [ -158.1746177, 21.42126909 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42126909, "Longitude": -158.1746177, "Species": "Sanderling", "Count": 5, "Date": "2023-02-20" }, "geometry": { "type": "Point", "coordinates": [ -158.1746177, 21.42126909 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42126909, "Longitude": -158.1746177, "Species": "Spotted Dove", "Count": 4, "Date": "2023-02-20" }, "geometry": { "type": "Point", "coordinates": [ -158.1746177, 21.42126909 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42126909, "Longitude": -158.1746177, "Species": "Zebra Dove", "Count": 5, "Date": "2023-12-09" }, "geometry": { "type": "Point", "coordinates": [ -158.1746177, 21.42126909 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42122123, "Longitude": -158.1649695, "Species": "Black Francolin", "Count": 1, "Date": "2021-04-29" }, "geometry": { "type": "Point", "coordinates": [ -158.164969500000012, 21.42122123 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42122123, "Longitude": -158.1649695, "Species": "Common Myna", "Count": 2, "Date": "2022-06-22" }, "geometry": { "type": "Point", "coordinates": [ -158.164969500000012, 21.42122123 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42122123, "Longitude": -158.1649695, "Species": "Common Waxbill", "Count": 2, "Date": "2022-06-22" }, "geometry": { "type": "Point", "coordinates": [ -158.164969500000012, 21.42122123 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42122123, "Longitude": -158.1649695, "Species": "Eurasian Skylark", "Count": 2, "Date": "2022-06-22" }, "geometry": { "type": "Point", "coordinates": [ -158.164969500000012, 21.42122123 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42122123, "Longitude": -158.1649695, "Species": "Gray Francolin", "Count": 3, "Date": "2022-06-22" }, "geometry": { "type": "Point", "coordinates": [ -158.164969500000012, 21.42122123 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42122123, "Longitude": -158.1649695, "Species": "House Finch", "Count": 4, "Date": "2022-06-22" }, "geometry": { "type": "Point", "coordinates": [ -158.164969500000012, 21.42122123 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42122123, "Longitude": -158.1649695, "Species": "House Sparrow", "Count": 1, "Date": "2022-06-22" }, "geometry": { "type": "Point", "coordinates": [ -158.164969500000012, 21.42122123 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42122123, "Longitude": -158.1649695, "Species": "Feral Mallard", "Count": 1, "Date": "2022-06-17" }, "geometry": { "type": "Point", "coordinates": [ -158.164969500000012, 21.42122123 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42122123, "Longitude": -158.1649695, "Species": "Peregrine Falcon", "Count": 1, "Date": "2022-02-15" }, "geometry": { "type": "Point", "coordinates": [ -158.164969500000012, 21.42122123 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42122123, "Longitude": -158.1649695, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2022-06-22" }, "geometry": { "type": "Point", "coordinates": [ -158.164969500000012, 21.42122123 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42122123, "Longitude": -158.1649695, "Species": "Saffron Finch", "Count": 2, "Date": "2022-06-22" }, "geometry": { "type": "Point", "coordinates": [ -158.164969500000012, 21.42122123 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42122123, "Longitude": -158.1649695, "Species": "Scaly-breasted Munia", "Count": 3, "Date": "2022-06-22" }, "geometry": { "type": "Point", "coordinates": [ -158.164969500000012, 21.42122123 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42122123, "Longitude": -158.1649695, "Species": "Short-eared Owl", "Count": 1, "Date": "2022-06-17" }, "geometry": { "type": "Point", "coordinates": [ -158.164969500000012, 21.42122123 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42122123, "Longitude": -158.1649695, "Species": "Spotted Dove", "Count": 3, "Date": "2022-06-22" }, "geometry": { "type": "Point", "coordinates": [ -158.164969500000012, 21.42122123 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42122123, "Longitude": -158.1649695, "Species": "Western Cattle Egret", "Count": 3, "Date": "2022-06-22" }, "geometry": { "type": "Point", "coordinates": [ -158.164969500000012, 21.42122123 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42122123, "Longitude": -158.1649695, "Species": "Zebra Dove", "Count": 4, "Date": "2022-06-22" }, "geometry": { "type": "Point", "coordinates": [ -158.164969500000012, 21.42122123 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4565722, "Longitude": -158.0200078, "Species": "Common Myna", "Count": 3, "Date": "2023-08-25" }, "geometry": { "type": "Point", "coordinates": [ -158.0200078, 21.4565722 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4565722, "Longitude": -158.0200078, "Species": "Common Waxbill", "Count": 1, "Date": "2022-07-22" }, "geometry": { "type": "Point", "coordinates": [ -158.0200078, 21.4565722 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4565722, "Longitude": -158.0200078, "Species": "Gray Francolin", "Count": 1, "Date": "2020-12-21" }, "geometry": { "type": "Point", "coordinates": [ -158.0200078, 21.4565722 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4565722, "Longitude": -158.0200078, "Species": "Pacific Golden-Plover", "Count": 1, "Date": "2020-12-21" }, "geometry": { "type": "Point", "coordinates": [ -158.0200078, 21.4565722 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4565722, "Longitude": -158.0200078, "Species": "Red-crested Cardinal", "Count": 2, "Date": "2023-08-25" }, "geometry": { "type": "Point", "coordinates": [ -158.0200078, 21.4565722 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4565722, "Longitude": -158.0200078, "Species": "Red-crowned Parrot", "Count": 3, "Date": "2022-07-22" }, "geometry": { "type": "Point", "coordinates": [ -158.0200078, 21.4565722 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4565722, "Longitude": -158.0200078, "Species": "Red-vented Bulbul", "Count": 3, "Date": "2023-08-25" }, "geometry": { "type": "Point", "coordinates": [ -158.0200078, 21.4565722 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4565722, "Longitude": -158.0200078, "Species": "Red-whiskered Bulbul", "Count": 2, "Date": "2023-08-25" }, "geometry": { "type": "Point", "coordinates": [ -158.0200078, 21.4565722 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4565722, "Longitude": -158.0200078, "Species": "Rose-ringed Parakeet", "Count": 3, "Date": "2022-07-22" }, "geometry": { "type": "Point", "coordinates": [ -158.0200078, 21.4565722 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4565722, "Longitude": -158.0200078, "Species": "Saffron Finch", "Count": 1, "Date": "2020-12-21" }, "geometry": { "type": "Point", "coordinates": [ -158.0200078, 21.4565722 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4565722, "Longitude": -158.0200078, "Species": "Spotted Dove", "Count": 3, "Date": "2023-08-25" }, "geometry": { "type": "Point", "coordinates": [ -158.0200078, 21.4565722 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4565722, "Longitude": -158.0200078, "Species": "Warbling White-eye", "Count": 3, "Date": "2023-08-25" }, "geometry": { "type": "Point", "coordinates": [ -158.0200078, 21.4565722 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4565722, "Longitude": -158.0200078, "Species": "Western Cattle Egret", "Count": 1, "Date": "2022-07-22" }, "geometry": { "type": "Point", "coordinates": [ -158.0200078, 21.4565722 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4565722, "Longitude": -158.0200078, "Species": "White-rumped Shama", "Count": 1, "Date": "2020-12-21" }, "geometry": { "type": "Point", "coordinates": [ -158.0200078, 21.4565722 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4565722, "Longitude": -158.0200078, "Species": "Zebra Dove", "Count": 3, "Date": "2023-08-25" }, "geometry": { "type": "Point", "coordinates": [ -158.0200078, 21.4565722 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4660501, "Longitude": -158.0971546, "Species": "Chestnut Munia", "Count": 1, "Date": "2021-05-05" }, "geometry": { "type": "Point", "coordinates": [ -158.09715460000001, 21.4660501 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4660501, "Longitude": -158.0971546, "Species": "Common Myna", "Count": 1, "Date": "2021-05-05" }, "geometry": { "type": "Point", "coordinates": [ -158.09715460000001, 21.4660501 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4660501, "Longitude": -158.0971546, "Species": "Common Waxbill", "Count": 1, "Date": "2021-05-05" }, "geometry": { "type": "Point", "coordinates": [ -158.09715460000001, 21.4660501 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4660501, "Longitude": -158.0971546, "Species": "House Finch", "Count": 1, "Date": "2021-05-05" }, "geometry": { "type": "Point", "coordinates": [ -158.09715460000001, 21.4660501 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4660501, "Longitude": -158.0971546, "Species": "House Sparrow", "Count": 1, "Date": "2021-05-05" }, "geometry": { "type": "Point", "coordinates": [ -158.09715460000001, 21.4660501 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4660501, "Longitude": -158.0971546, "Species": "Japanese Bush Warbler", "Count": 1, "Date": "2021-05-05" }, "geometry": { "type": "Point", "coordinates": [ -158.09715460000001, 21.4660501 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4660501, "Longitude": -158.0971546, "Species": "Northern Cardinal", "Count": 1, "Date": "2021-05-05" }, "geometry": { "type": "Point", "coordinates": [ -158.09715460000001, 21.4660501 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4660501, "Longitude": -158.0971546, "Species": "Oahu Amakihi", "Count": 1, "Date": "2021-05-05" }, "geometry": { "type": "Point", "coordinates": [ -158.09715460000001, 21.4660501 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4660501, "Longitude": -158.0971546, "Species": "Oahu Elepaio", "Count": 1, "Date": "2021-05-05" }, "geometry": { "type": "Point", "coordinates": [ -158.09715460000001, 21.4660501 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4660501, "Longitude": -158.0971546, "Species": "Red-billed Leiothrix", "Count": 1, "Date": "2021-05-05" }, "geometry": { "type": "Point", "coordinates": [ -158.09715460000001, 21.4660501 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4660501, "Longitude": -158.0971546, "Species": "Red-crowned Parrot", "Count": 1, "Date": "2021-05-05" }, "geometry": { "type": "Point", "coordinates": [ -158.09715460000001, 21.4660501 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4660501, "Longitude": -158.0971546, "Species": "Saffron Finch", "Count": 1, "Date": "2021-05-05" }, "geometry": { "type": "Point", "coordinates": [ -158.09715460000001, 21.4660501 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4660501, "Longitude": -158.0971546, "Species": "Spotted Dove", "Count": 1, "Date": "2021-05-05" }, "geometry": { "type": "Point", "coordinates": [ -158.09715460000001, 21.4660501 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4660501, "Longitude": -158.0971546, "Species": "Warbling White-eye", "Count": 1, "Date": "2021-05-05" }, "geometry": { "type": "Point", "coordinates": [ -158.09715460000001, 21.4660501 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4660501, "Longitude": -158.0971546, "Species": "Western Cattle Egret", "Count": 1, "Date": "2021-05-05" }, "geometry": { "type": "Point", "coordinates": [ -158.09715460000001, 21.4660501 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4660501, "Longitude": -158.0971546, "Species": "White-rumped Shama", "Count": 1, "Date": "2021-05-05" }, "geometry": { "type": "Point", "coordinates": [ -158.09715460000001, 21.4660501 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46357852, "Longitude": -157.720791, "Species": "Black Noddy", "Count": 10, "Date": "2023-05-12" }, "geometry": { "type": "Point", "coordinates": [ -157.720791, 21.46357852 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46357852, "Longitude": -157.720791, "Species": "Brown Booby", "Count": 20, "Date": "2023-06-20" }, "geometry": { "type": "Point", "coordinates": [ -157.720791, 21.46357852 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46357852, "Longitude": -157.720791, "Species": "Brown Noddy", "Count": 9, "Date": "2022-09-03" }, "geometry": { "type": "Point", "coordinates": [ -157.720791, 21.46357852 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46357852, "Longitude": -157.720791, "Species": "Bulwer's Petrel", "Count": 5, "Date": "2022-09-03" }, "geometry": { "type": "Point", "coordinates": [ -157.720791, 21.46357852 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46357852, "Longitude": -157.720791, "Species": "Christmas Shearwater", "Count": 2, "Date": "2022-09-03" }, "geometry": { "type": "Point", "coordinates": [ -157.720791, 21.46357852 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46357852, "Longitude": -157.720791, "Species": "Gray-backed Tern", "Count": 6, "Date": "2022-04-30" }, "geometry": { "type": "Point", "coordinates": [ -157.720791, 21.46357852 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46357852, "Longitude": -157.720791, "Species": "Great Frigatebird", "Count": 13, "Date": "2022-09-03" }, "geometry": { "type": "Point", "coordinates": [ -157.720791, 21.46357852 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46357852, "Longitude": -157.720791, "Species": "Masked Booby", "Count": 15, "Date": "2023-05-12" }, "geometry": { "type": "Point", "coordinates": [ -157.720791, 21.46357852 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46357852, "Longitude": -157.720791, "Species": "Red-footed Booby", "Count": 15, "Date": "2023-06-20" }, "geometry": { "type": "Point", "coordinates": [ -157.720791, 21.46357852 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46357852, "Longitude": -157.720791, "Species": "Red-tailed Tropicbird", "Count": 4, "Date": "2022-09-03" }, "geometry": { "type": "Point", "coordinates": [ -157.720791, 21.46357852 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46357852, "Longitude": -157.720791, "Species": "Ruddy Turnstone", "Count": 2, "Date": "2022-09-03" }, "geometry": { "type": "Point", "coordinates": [ -157.720791, 21.46357852 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46357852, "Longitude": -157.720791, "Species": "Sooty Tern", "Count": 16, "Date": "2023-06-20" }, "geometry": { "type": "Point", "coordinates": [ -157.720791, 21.46357852 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46357852, "Longitude": -157.720791, "Species": "Wandering Tattler", "Count": 5, "Date": "2022-09-03" }, "geometry": { "type": "Point", "coordinates": [ -157.720791, 21.46357852 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46357852, "Longitude": -157.720791, "Species": "Wedge-tailed Shearwater", "Count": 9, "Date": "2023-05-07" }, "geometry": { "type": "Point", "coordinates": [ -157.720791, 21.46357852 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46357852, "Longitude": -157.720791, "Species": "White Tern", "Count": 1, "Date": "2019-11-11" }, "geometry": { "type": "Point", "coordinates": [ -157.720791, 21.46357852 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48406241, "Longitude": -158.0873908, "Species": "Apapane", "Count": 1, "Date": "2022-07-07" }, "geometry": { "type": "Point", "coordinates": [ -158.0873908, 21.48406241 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48406241, "Longitude": -158.0873908, "Species": "Chestnut Munia", "Count": 1, "Date": "2022-07-07" }, "geometry": { "type": "Point", "coordinates": [ -158.0873908, 21.48406241 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48406241, "Longitude": -158.0873908, "Species": "Common Myna", "Count": 1, "Date": "2022-07-07" }, "geometry": { "type": "Point", "coordinates": [ -158.0873908, 21.48406241 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48406241, "Longitude": -158.0873908, "Species": "Common Waxbill", "Count": 1, "Date": "2022-07-07" }, "geometry": { "type": "Point", "coordinates": [ -158.0873908, 21.48406241 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48406241, "Longitude": -158.0873908, "Species": "Erckel's Spurfowl", "Count": 1, "Date": "2022-07-07" }, "geometry": { "type": "Point", "coordinates": [ -158.0873908, 21.48406241 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48406241, "Longitude": -158.0873908, "Species": "Gray Francolin", "Count": 1, "Date": "2022-07-07" }, "geometry": { "type": "Point", "coordinates": [ -158.0873908, 21.48406241 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48406241, "Longitude": -158.0873908, "Species": "House Sparrow", "Count": 1, "Date": "2022-07-07" }, "geometry": { "type": "Point", "coordinates": [ -158.0873908, 21.48406241 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48406241, "Longitude": -158.0873908, "Species": "Indian Peafowl", "Count": 1, "Date": "2022-07-07" }, "geometry": { "type": "Point", "coordinates": [ -158.0873908, 21.48406241 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48406241, "Longitude": -158.0873908, "Species": "Red-billed Leiothrix", "Count": 1, "Date": "2022-07-07" }, "geometry": { "type": "Point", "coordinates": [ -158.0873908, 21.48406241 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48406241, "Longitude": -158.0873908, "Species": "Red-crested Cardinal", "Count": 1, "Date": "2022-07-07" }, "geometry": { "type": "Point", "coordinates": [ -158.0873908, 21.48406241 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48406241, "Longitude": -158.0873908, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2022-07-07" }, "geometry": { "type": "Point", "coordinates": [ -158.0873908, 21.48406241 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48406241, "Longitude": -158.0873908, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2022-07-07" }, "geometry": { "type": "Point", "coordinates": [ -158.0873908, 21.48406241 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48406241, "Longitude": -158.0873908, "Species": "Spotted Dove", "Count": 1, "Date": "2022-07-07" }, "geometry": { "type": "Point", "coordinates": [ -158.0873908, 21.48406241 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48406241, "Longitude": -158.0873908, "Species": "Warbling White-eye", "Count": 1, "Date": "2022-07-07" }, "geometry": { "type": "Point", "coordinates": [ -158.0873908, 21.48406241 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48406241, "Longitude": -158.0873908, "Species": "White-rumped Shama", "Count": 1, "Date": "2022-07-07" }, "geometry": { "type": "Point", "coordinates": [ -158.0873908, 21.48406241 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48406241, "Longitude": -158.0873908, "Species": "Zebra Dove", "Count": 1, "Date": "2022-07-07" }, "geometry": { "type": "Point", "coordinates": [ -158.0873908, 21.48406241 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49281972, "Longitude": -158.039071, "Species": "Chestnut Munia", "Count": 1, "Date": "2022-02-03" }, "geometry": { "type": "Point", "coordinates": [ -158.039071, 21.49281972 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49281972, "Longitude": -158.039071, "Species": "Common Myna", "Count": 3, "Date": "2023-09-20" }, "geometry": { "type": "Point", "coordinates": [ -158.039071, 21.49281972 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49281972, "Longitude": -158.039071, "Species": "House Finch", "Count": 1, "Date": "2019-05-11" }, "geometry": { "type": "Point", "coordinates": [ -158.039071, 21.49281972 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49281972, "Longitude": -158.039071, "Species": "House Sparrow", "Count": 1, "Date": "2022-02-03" }, "geometry": { "type": "Point", "coordinates": [ -158.039071, 21.49281972 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49281972, "Longitude": -158.039071, "Species": "Java Sparrow", "Count": 2, "Date": "2022-02-03" }, "geometry": { "type": "Point", "coordinates": [ -158.039071, 21.49281972 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49281972, "Longitude": -158.039071, "Species": "Northern Cardinal", "Count": 1, "Date": "2019-05-11" }, "geometry": { "type": "Point", "coordinates": [ -158.039071, 21.49281972 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49281972, "Longitude": -158.039071, "Species": "Red Junglefowl", "Count": 1, "Date": "2023-09-20" }, "geometry": { "type": "Point", "coordinates": [ -158.039071, 21.49281972 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49281972, "Longitude": -158.039071, "Species": "Red-crested Cardinal", "Count": 2, "Date": "2019-05-11" }, "geometry": { "type": "Point", "coordinates": [ -158.039071, 21.49281972 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49281972, "Longitude": -158.039071, "Species": "Red-crowned Parrot", "Count": 1, "Date": "2019-05-11" }, "geometry": { "type": "Point", "coordinates": [ -158.039071, 21.49281972 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49281972, "Longitude": -158.039071, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2019-05-11" }, "geometry": { "type": "Point", "coordinates": [ -158.039071, 21.49281972 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49281972, "Longitude": -158.039071, "Species": "Rock Pigeon", "Count": 1, "Date": "2019-05-11" }, "geometry": { "type": "Point", "coordinates": [ -158.039071, 21.49281972 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49281972, "Longitude": -158.039071, "Species": "Spotted Dove", "Count": 2, "Date": "2019-05-11" }, "geometry": { "type": "Point", "coordinates": [ -158.039071, 21.49281972 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49281972, "Longitude": -158.039071, "Species": "Warbling White-eye", "Count": 1, "Date": "2019-05-11" }, "geometry": { "type": "Point", "coordinates": [ -158.039071, 21.49281972 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49281972, "Longitude": -158.039071, "Species": "White-rumped Shama", "Count": 1, "Date": "2019-05-11" }, "geometry": { "type": "Point", "coordinates": [ -158.039071, 21.49281972 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49281972, "Longitude": -158.039071, "Species": "Yellow-fronted Canary", "Count": 1, "Date": "2019-05-11" }, "geometry": { "type": "Point", "coordinates": [ -158.039071, 21.49281972 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49281972, "Longitude": -158.039071, "Species": "Zebra Dove", "Count": 1, "Date": "2019-05-11" }, "geometry": { "type": "Point", "coordinates": [ -158.039071, 21.49281972 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.52995639, "Longitude": -158.2319396, "Species": "Brown Booby", "Count": 1, "Date": "2023-12-26" }, "geometry": { "type": "Point", "coordinates": [ -158.2319396, 21.52995639 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.52995639, "Longitude": -158.2319396, "Species": "Common Myna", "Count": 3, "Date": "2023-05-08" }, "geometry": { "type": "Point", "coordinates": [ -158.2319396, 21.52995639 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.52995639, "Longitude": -158.2319396, "Species": "Common Waxbill", "Count": 1, "Date": "2020-10-08" }, "geometry": { "type": "Point", "coordinates": [ -158.2319396, 21.52995639 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.52995639, "Longitude": -158.2319396, "Species": "House Finch", "Count": 1, "Date": "2023-05-08" }, "geometry": { "type": "Point", "coordinates": [ -158.2319396, 21.52995639 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.52995639, "Longitude": -158.2319396, "Species": "Northern Cardinal", "Count": 3, "Date": "2023-05-08" }, "geometry": { "type": "Point", "coordinates": [ -158.2319396, 21.52995639 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.52995639, "Longitude": -158.2319396, "Species": "Pacific Golden-Plover", "Count": 2, "Date": "2020-10-08" }, "geometry": { "type": "Point", "coordinates": [ -158.2319396, 21.52995639 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.52995639, "Longitude": -158.2319396, "Species": "Red-crested Cardinal", "Count": 2, "Date": "2020-10-08" }, "geometry": { "type": "Point", "coordinates": [ -158.2319396, 21.52995639 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.52995639, "Longitude": -158.2319396, "Species": "Red-vented Bulbul", "Count": 3, "Date": "2023-05-08" }, "geometry": { "type": "Point", "coordinates": [ -158.2319396, 21.52995639 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.52995639, "Longitude": -158.2319396, "Species": "Red-whiskered Bulbul", "Count": 2, "Date": "2023-05-08" }, "geometry": { "type": "Point", "coordinates": [ -158.2319396, 21.52995639 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.52995639, "Longitude": -158.2319396, "Species": "Short-eared Owl", "Count": 1, "Date": "2022-05-22" }, "geometry": { "type": "Point", "coordinates": [ -158.2319396, 21.52995639 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.52995639, "Longitude": -158.2319396, "Species": "Spotted Dove", "Count": 3, "Date": "2023-05-08" }, "geometry": { "type": "Point", "coordinates": [ -158.2319396, 21.52995639 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.52995639, "Longitude": -158.2319396, "Species": "Wandering Tattler", "Count": 1, "Date": "2020-10-07" }, "geometry": { "type": "Point", "coordinates": [ -158.2319396, 21.52995639 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.52995639, "Longitude": -158.2319396, "Species": "Warbling White-eye", "Count": 2, "Date": "2020-10-08" }, "geometry": { "type": "Point", "coordinates": [ -158.2319396, 21.52995639 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.52995639, "Longitude": -158.2319396, "Species": "Western Cattle Egret", "Count": 1, "Date": "2023-05-08" }, "geometry": { "type": "Point", "coordinates": [ -158.2319396, 21.52995639 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.52995639, "Longitude": -158.2319396, "Species": "White-rumped Shama", "Count": 2, "Date": "2020-10-08" }, "geometry": { "type": "Point", "coordinates": [ -158.2319396, 21.52995639 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.52995639, "Longitude": -158.2319396, "Species": "Zebra Dove", "Count": 3, "Date": "2023-05-08" }, "geometry": { "type": "Point", "coordinates": [ -158.2319396, 21.52995639 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.52786276, "Longitude": -157.865049, "Species": "Black-crowned Night Heron", "Count": 1, "Date": "2021-04-15" }, "geometry": { "type": "Point", "coordinates": [ -157.865049, 21.52786276 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.52786276, "Longitude": -157.865049, "Species": "Chestnut Munia", "Count": 1, "Date": "2021-04-15" }, "geometry": { "type": "Point", "coordinates": [ -157.865049, 21.52786276 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.52786276, "Longitude": -157.865049, "Species": "Common Myna", "Count": 1, "Date": "2021-04-15" }, "geometry": { "type": "Point", "coordinates": [ -157.865049, 21.52786276 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.52786276, "Longitude": -157.865049, "Species": "Common Waxbill", "Count": 1, "Date": "2021-04-15" }, "geometry": { "type": "Point", "coordinates": [ -157.865049, 21.52786276 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.52786276, "Longitude": -157.865049, "Species": "House Finch", "Count": 1, "Date": "2021-04-15" }, "geometry": { "type": "Point", "coordinates": [ -157.865049, 21.52786276 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.52786276, "Longitude": -157.865049, "Species": "Pacific Golden-Plover", "Count": 1, "Date": "2021-04-15" }, "geometry": { "type": "Point", "coordinates": [ -157.865049, 21.52786276 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.52786276, "Longitude": -157.865049, "Species": "Red Junglefowl", "Count": 1, "Date": "2021-04-15" }, "geometry": { "type": "Point", "coordinates": [ -157.865049, 21.52786276 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.52786276, "Longitude": -157.865049, "Species": "Red-billed Leiothrix", "Count": 1, "Date": "2021-04-15" }, "geometry": { "type": "Point", "coordinates": [ -157.865049, 21.52786276 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.52786276, "Longitude": -157.865049, "Species": "Red-crested Cardinal", "Count": 1, "Date": "2021-04-15" }, "geometry": { "type": "Point", "coordinates": [ -157.865049, 21.52786276 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.52786276, "Longitude": -157.865049, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2021-04-15" }, "geometry": { "type": "Point", "coordinates": [ -157.865049, 21.52786276 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.52786276, "Longitude": -157.865049, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2021-04-15" }, "geometry": { "type": "Point", "coordinates": [ -157.865049, 21.52786276 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.52786276, "Longitude": -157.865049, "Species": "Spotted Dove", "Count": 1, "Date": "2021-04-15" }, "geometry": { "type": "Point", "coordinates": [ -157.865049, 21.52786276 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.52786276, "Longitude": -157.865049, "Species": "Warbling White-eye", "Count": 1, "Date": "2021-04-15" }, "geometry": { "type": "Point", "coordinates": [ -157.865049, 21.52786276 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.52786276, "Longitude": -157.865049, "Species": "Western Cattle Egret", "Count": 1, "Date": "2021-04-15" }, "geometry": { "type": "Point", "coordinates": [ -157.865049, 21.52786276 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.52786276, "Longitude": -157.865049, "Species": "White-rumped Shama", "Count": 1, "Date": "2021-04-15" }, "geometry": { "type": "Point", "coordinates": [ -157.865049, 21.52786276 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.52786276, "Longitude": -157.865049, "Species": "Zebra Dove", "Count": 1, "Date": "2021-04-15" }, "geometry": { "type": "Point", "coordinates": [ -157.865049, 21.52786276 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60045132, "Longitude": -157.9127822, "Species": "Chestnut Munia", "Count": 1, "Date": "2019-07-10" }, "geometry": { "type": "Point", "coordinates": [ -157.9127822, 21.60045132 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60045132, "Longitude": -157.9127822, "Species": "Common Myna", "Count": 1, "Date": "2019-07-10" }, "geometry": { "type": "Point", "coordinates": [ -157.9127822, 21.60045132 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60045132, "Longitude": -157.9127822, "Species": "Common Waxbill", "Count": 1, "Date": "2022-03-06" }, "geometry": { "type": "Point", "coordinates": [ -157.9127822, 21.60045132 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60045132, "Longitude": -157.9127822, "Species": "House Sparrow", "Count": 1, "Date": "2019-07-10" }, "geometry": { "type": "Point", "coordinates": [ -157.9127822, 21.60045132 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60045132, "Longitude": -157.9127822, "Species": "Feral Mallard", "Count": 1, "Date": "2019-07-10" }, "geometry": { "type": "Point", "coordinates": [ -157.9127822, 21.60045132 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60045132, "Longitude": -157.9127822, "Species": "Red-billed Leiothrix", "Count": 1, "Date": "2022-03-06" }, "geometry": { "type": "Point", "coordinates": [ -157.9127822, 21.60045132 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60045132, "Longitude": -157.9127822, "Species": "Red-crested Cardinal", "Count": 1, "Date": "2019-07-10" }, "geometry": { "type": "Point", "coordinates": [ -157.9127822, 21.60045132 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60045132, "Longitude": -157.9127822, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2019-07-10" }, "geometry": { "type": "Point", "coordinates": [ -157.9127822, 21.60045132 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60045132, "Longitude": -157.9127822, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2022-03-06" }, "geometry": { "type": "Point", "coordinates": [ -157.9127822, 21.60045132 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60045132, "Longitude": -157.9127822, "Species": "Ring-necked Pheasant", "Count": 1, "Date": "2019-07-10" }, "geometry": { "type": "Point", "coordinates": [ -157.9127822, 21.60045132 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60045132, "Longitude": -157.9127822, "Species": "Spotted Dove", "Count": 2, "Date": "2022-03-06" }, "geometry": { "type": "Point", "coordinates": [ -157.9127822, 21.60045132 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60045132, "Longitude": -157.9127822, "Species": "Warbling White-eye", "Count": 1, "Date": "2022-03-06" }, "geometry": { "type": "Point", "coordinates": [ -157.9127822, 21.60045132 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60045132, "Longitude": -157.9127822, "Species": "Western Cattle Egret", "Count": 1, "Date": "2019-07-10" }, "geometry": { "type": "Point", "coordinates": [ -157.9127822, 21.60045132 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60045132, "Longitude": -157.9127822, "Species": "White Tern", "Count": 1, "Date": "2019-07-10" }, "geometry": { "type": "Point", "coordinates": [ -157.9127822, 21.60045132 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60045132, "Longitude": -157.9127822, "Species": "White-rumped Shama", "Count": 1, "Date": "2022-03-06" }, "geometry": { "type": "Point", "coordinates": [ -157.9127822, 21.60045132 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60045132, "Longitude": -157.9127822, "Species": "Zebra Dove", "Count": 1, "Date": "2019-07-10" }, "geometry": { "type": "Point", "coordinates": [ -157.9127822, 21.60045132 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.65548224, "Longitude": -158.0476603, "Species": "Chestnut Munia", "Count": 1, "Date": "2022-07-11" }, "geometry": { "type": "Point", "coordinates": [ -158.0476603, 21.65548224 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.65548224, "Longitude": -158.0476603, "Species": "Common Myna", "Count": 2, "Date": "2023-11-06" }, "geometry": { "type": "Point", "coordinates": [ -158.0476603, 21.65548224 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.65548224, "Longitude": -158.0476603, "Species": "Common Waxbill", "Count": 4, "Date": "2023-11-06" }, "geometry": { "type": "Point", "coordinates": [ -158.0476603, 21.65548224 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.65548224, "Longitude": -158.0476603, "Species": "House Finch", "Count": 1, "Date": "2022-07-11" }, "geometry": { "type": "Point", "coordinates": [ -158.0476603, 21.65548224 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.65548224, "Longitude": -158.0476603, "Species": "Java Sparrow", "Count": 1, "Date": "2023-11-06" }, "geometry": { "type": "Point", "coordinates": [ -158.0476603, 21.65548224 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.65548224, "Longitude": -158.0476603, "Species": "Northern Cardinal", "Count": 2, "Date": "2022-07-11" }, "geometry": { "type": "Point", "coordinates": [ -158.0476603, 21.65548224 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.65548224, "Longitude": -158.0476603, "Species": "Pacific Golden-Plover", "Count": 1, "Date": "2021-03-29" }, "geometry": { "type": "Point", "coordinates": [ -158.0476603, 21.65548224 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.65548224, "Longitude": -158.0476603, "Species": "Red Junglefowl", "Count": 1, "Date": "2023-11-06" }, "geometry": { "type": "Point", "coordinates": [ -158.0476603, 21.65548224 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.65548224, "Longitude": -158.0476603, "Species": "Red-billed Leiothrix", "Count": 4, "Date": "2022-07-11" }, "geometry": { "type": "Point", "coordinates": [ -158.0476603, 21.65548224 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.65548224, "Longitude": -158.0476603, "Species": "Red-crested Cardinal", "Count": 3, "Date": "2023-11-06" }, "geometry": { "type": "Point", "coordinates": [ -158.0476603, 21.65548224 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.65548224, "Longitude": -158.0476603, "Species": "Red-vented Bulbul", "Count": 4, "Date": "2023-11-06" }, "geometry": { "type": "Point", "coordinates": [ -158.0476603, 21.65548224 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.65548224, "Longitude": -158.0476603, "Species": "Red-whiskered Bulbul", "Count": 4, "Date": "2023-11-06" }, "geometry": { "type": "Point", "coordinates": [ -158.0476603, 21.65548224 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.65548224, "Longitude": -158.0476603, "Species": "Spotted Dove", "Count": 1, "Date": "2021-10-18" }, "geometry": { "type": "Point", "coordinates": [ -158.0476603, 21.65548224 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.65548224, "Longitude": -158.0476603, "Species": "Warbling White-eye", "Count": 3, "Date": "2022-07-11" }, "geometry": { "type": "Point", "coordinates": [ -158.0476603, 21.65548224 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.65548224, "Longitude": -158.0476603, "Species": "White-rumped Shama", "Count": 3, "Date": "2022-07-11" }, "geometry": { "type": "Point", "coordinates": [ -158.0476603, 21.65548224 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.65548224, "Longitude": -158.0476603, "Species": "Zebra Dove", "Count": 1, "Date": "2023-11-06" }, "geometry": { "type": "Point", "coordinates": [ -158.0476603, 21.65548224 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68247026, "Longitude": -158.0281516, "Species": "Barn Owl", "Count": 1, "Date": "2023-03-12" }, "geometry": { "type": "Point", "coordinates": [ -158.0281516, 21.68247026 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68247026, "Longitude": -158.0281516, "Species": "Chestnut Munia", "Count": 1, "Date": "2022-09-19" }, "geometry": { "type": "Point", "coordinates": [ -158.0281516, 21.68247026 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68247026, "Longitude": -158.0281516, "Species": "Common Myna", "Count": 4, "Date": "2023-07-16" }, "geometry": { "type": "Point", "coordinates": [ -158.0281516, 21.68247026 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68247026, "Longitude": -158.0281516, "Species": "Common Waxbill", "Count": 2, "Date": "2022-09-19" }, "geometry": { "type": "Point", "coordinates": [ -158.0281516, 21.68247026 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68247026, "Longitude": -158.0281516, "Species": "Hawaiian Coot", "Count": 1, "Date": "2019-08-04" }, "geometry": { "type": "Point", "coordinates": [ -158.0281516, 21.68247026 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68247026, "Longitude": -158.0281516, "Species": "House Sparrow", "Count": 2, "Date": "2023-07-19" }, "geometry": { "type": "Point", "coordinates": [ -158.0281516, 21.68247026 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68247026, "Longitude": -158.0281516, "Species": "Java Sparrow", "Count": 1, "Date": "2022-09-19" }, "geometry": { "type": "Point", "coordinates": [ -158.0281516, 21.68247026 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68247026, "Longitude": -158.0281516, "Species": "Northern Cardinal", "Count": 2, "Date": "2023-07-19" }, "geometry": { "type": "Point", "coordinates": [ -158.0281516, 21.68247026 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68247026, "Longitude": -158.0281516, "Species": "Pacific Golden-Plover", "Count": 2, "Date": "2022-09-19" }, "geometry": { "type": "Point", "coordinates": [ -158.0281516, 21.68247026 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68247026, "Longitude": -158.0281516, "Species": "Red-crested Cardinal", "Count": 1, "Date": "2019-08-04" }, "geometry": { "type": "Point", "coordinates": [ -158.0281516, 21.68247026 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68247026, "Longitude": -158.0281516, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2019-08-04" }, "geometry": { "type": "Point", "coordinates": [ -158.0281516, 21.68247026 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68247026, "Longitude": -158.0281516, "Species": "Red-whiskered Bulbul", "Count": 3, "Date": "2023-07-19" }, "geometry": { "type": "Point", "coordinates": [ -158.0281516, 21.68247026 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68247026, "Longitude": -158.0281516, "Species": "Spotted Dove", "Count": 1, "Date": "2022-09-19" }, "geometry": { "type": "Point", "coordinates": [ -158.0281516, 21.68247026 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68247026, "Longitude": -158.0281516, "Species": "Western Cattle Egret", "Count": 3, "Date": "2023-07-16" }, "geometry": { "type": "Point", "coordinates": [ -158.0281516, 21.68247026 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68247026, "Longitude": -158.0281516, "Species": "White-rumped Shama", "Count": 3, "Date": "2023-07-19" }, "geometry": { "type": "Point", "coordinates": [ -158.0281516, 21.68247026 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68247026, "Longitude": -158.0281516, "Species": "Zebra Dove", "Count": 2, "Date": "2022-09-19" }, "geometry": { "type": "Point", "coordinates": [ -158.0281516, 21.68247026 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28321309, "Longitude": -157.7609121, "Species": "Common Myna", "Count": 4, "Date": "2023-12-22" }, "geometry": { "type": "Point", "coordinates": [ -157.760912100000013, 21.28321309 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28321309, "Longitude": -157.7609121, "Species": "Common Waxbill", "Count": 2, "Date": "2022-05-29" }, "geometry": { "type": "Point", "coordinates": [ -157.760912100000013, 21.28321309 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28321309, "Longitude": -157.7609121, "Species": "Great Frigatebird", "Count": 1, "Date": "2022-05-27" }, "geometry": { "type": "Point", "coordinates": [ -157.760912100000013, 21.28321309 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28321309, "Longitude": -157.7609121, "Species": "House Finch", "Count": 3, "Date": "2022-05-31" }, "geometry": { "type": "Point", "coordinates": [ -157.760912100000013, 21.28321309 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28321309, "Longitude": -157.7609121, "Species": "House Sparrow", "Count": 2, "Date": "2022-05-31" }, "geometry": { "type": "Point", "coordinates": [ -157.760912100000013, 21.28321309 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28321309, "Longitude": -157.7609121, "Species": "Java Sparrow", "Count": 2, "Date": "2022-05-29" }, "geometry": { "type": "Point", "coordinates": [ -157.760912100000013, 21.28321309 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28321309, "Longitude": -157.7609121, "Species": "Pacific Golden-Plover", "Count": 1, "Date": "2023-12-22" }, "geometry": { "type": "Point", "coordinates": [ -157.760912100000013, 21.28321309 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28321309, "Longitude": -157.7609121, "Species": "Red-crested Cardinal", "Count": 4, "Date": "2023-12-22" }, "geometry": { "type": "Point", "coordinates": [ -157.760912100000013, 21.28321309 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28321309, "Longitude": -157.7609121, "Species": "Red-vented Bulbul", "Count": 4, "Date": "2023-12-22" }, "geometry": { "type": "Point", "coordinates": [ -157.760912100000013, 21.28321309 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28321309, "Longitude": -157.7609121, "Species": "Red-whiskered Bulbul", "Count": 2, "Date": "2023-12-27" }, "geometry": { "type": "Point", "coordinates": [ -157.760912100000013, 21.28321309 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28321309, "Longitude": -157.7609121, "Species": "Rock Pigeon", "Count": 2, "Date": "2022-05-31" }, "geometry": { "type": "Point", "coordinates": [ -157.760912100000013, 21.28321309 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28321309, "Longitude": -157.7609121, "Species": "Rose-ringed Parakeet", "Count": 2, "Date": "2022-05-29" }, "geometry": { "type": "Point", "coordinates": [ -157.760912100000013, 21.28321309 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28321309, "Longitude": -157.7609121, "Species": "Spotted Dove", "Count": 3, "Date": "2022-05-31" }, "geometry": { "type": "Point", "coordinates": [ -157.760912100000013, 21.28321309 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28321309, "Longitude": -157.7609121, "Species": "Warbling White-eye", "Count": 3, "Date": "2022-05-31" }, "geometry": { "type": "Point", "coordinates": [ -157.760912100000013, 21.28321309 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28321309, "Longitude": -157.7609121, "Species": "Western Cattle Egret", "Count": 2, "Date": "2022-05-31" }, "geometry": { "type": "Point", "coordinates": [ -157.760912100000013, 21.28321309 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28321309, "Longitude": -157.7609121, "Species": "Zebra Dove", "Count": 3, "Date": "2023-12-22" }, "geometry": { "type": "Point", "coordinates": [ -157.760912100000013, 21.28321309 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30209237, "Longitude": -157.8764323, "Species": "Common Myna", "Count": 6, "Date": "2021-10-04" }, "geometry": { "type": "Point", "coordinates": [ -157.8764323, 21.30209237 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30209237, "Longitude": -157.8764323, "Species": "Common Waxbill", "Count": 2, "Date": "2021-10-04" }, "geometry": { "type": "Point", "coordinates": [ -157.8764323, 21.30209237 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30209237, "Longitude": -157.8764323, "Species": "House Sparrow", "Count": 4, "Date": "2021-10-04" }, "geometry": { "type": "Point", "coordinates": [ -157.8764323, 21.30209237 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30209237, "Longitude": -157.8764323, "Species": "Java Sparrow", "Count": 1, "Date": "2021-08-19" }, "geometry": { "type": "Point", "coordinates": [ -157.8764323, 21.30209237 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30209237, "Longitude": -157.8764323, "Species": "Northern Mockingbird", "Count": 1, "Date": "2021-06-04" }, "geometry": { "type": "Point", "coordinates": [ -157.8764323, 21.30209237 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30209237, "Longitude": -157.8764323, "Species": "Pacific Golden-Plover", "Count": 5, "Date": "2023-09-21" }, "geometry": { "type": "Point", "coordinates": [ -157.8764323, 21.30209237 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30209237, "Longitude": -157.8764323, "Species": "Red Avadavat", "Count": 1, "Date": "2021-08-19" }, "geometry": { "type": "Point", "coordinates": [ -157.8764323, 21.30209237 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30209237, "Longitude": -157.8764323, "Species": "Red-crested Cardinal", "Count": 4, "Date": "2021-10-04" }, "geometry": { "type": "Point", "coordinates": [ -157.8764323, 21.30209237 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30209237, "Longitude": -157.8764323, "Species": "Red-vented Bulbul", "Count": 4, "Date": "2021-10-04" }, "geometry": { "type": "Point", "coordinates": [ -157.8764323, 21.30209237 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30209237, "Longitude": -157.8764323, "Species": "Rose-ringed Parakeet", "Count": 1, "Date": "2021-08-19" }, "geometry": { "type": "Point", "coordinates": [ -157.8764323, 21.30209237 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30209237, "Longitude": -157.8764323, "Species": "Ruddy Turnstone", "Count": 3, "Date": "2021-10-04" }, "geometry": { "type": "Point", "coordinates": [ -157.8764323, 21.30209237 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30209237, "Longitude": -157.8764323, "Species": "Saffron Finch", "Count": 1, "Date": "2021-08-19" }, "geometry": { "type": "Point", "coordinates": [ -157.8764323, 21.30209237 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30209237, "Longitude": -157.8764323, "Species": "Spotted Dove", "Count": 6, "Date": "2021-10-04" }, "geometry": { "type": "Point", "coordinates": [ -157.8764323, 21.30209237 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30209237, "Longitude": -157.8764323, "Species": "Western Cattle Egret", "Count": 4, "Date": "2021-10-04" }, "geometry": { "type": "Point", "coordinates": [ -157.8764323, 21.30209237 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30209237, "Longitude": -157.8764323, "Species": "White Tern", "Count": 5, "Date": "2021-10-04" }, "geometry": { "type": "Point", "coordinates": [ -157.8764323, 21.30209237 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30209237, "Longitude": -157.8764323, "Species": "Yellow-fronted Canary", "Count": 2, "Date": "2021-10-04" }, "geometry": { "type": "Point", "coordinates": [ -157.8764323, 21.30209237 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30209237, "Longitude": -157.8764323, "Species": "Zebra Dove", "Count": 6, "Date": "2021-10-04" }, "geometry": { "type": "Point", "coordinates": [ -157.8764323, 21.30209237 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31031253, "Longitude": -157.7606847, "Species": "Common Waxbill", "Count": 3, "Date": "2023-09-07" }, "geometry": { "type": "Point", "coordinates": [ -157.760684700000013, 21.31031253 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31031253, "Longitude": -157.7606847, "Species": "House Finch", "Count": 2, "Date": "2020-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.760684700000013, 21.31031253 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31031253, "Longitude": -157.7606847, "Species": "Northern Cardinal", "Count": 2, "Date": "2020-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.760684700000013, 21.31031253 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31031253, "Longitude": -157.7606847, "Species": "Oahu Amakihi", "Count": 1, "Date": "2022-03-07" }, "geometry": { "type": "Point", "coordinates": [ -157.760684700000013, 21.31031253 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31031253, "Longitude": -157.7606847, "Species": "Oahu Elepaio", "Count": 8, "Date": "2024-01-21" }, "geometry": { "type": "Point", "coordinates": [ -157.760684700000013, 21.31031253 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31031253, "Longitude": -157.7606847, "Species": "Red-billed Leiothrix", "Count": 6, "Date": "2023-09-07" }, "geometry": { "type": "Point", "coordinates": [ -157.760684700000013, 21.31031253 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31031253, "Longitude": -157.7606847, "Species": "Red-crowned Parrot", "Count": 1, "Date": "2022-03-07" }, "geometry": { "type": "Point", "coordinates": [ -157.760684700000013, 21.31031253 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31031253, "Longitude": -157.7606847, "Species": "Red-masked Parakeet", "Count": 1, "Date": "2022-03-07" }, "geometry": { "type": "Point", "coordinates": [ -157.760684700000013, 21.31031253 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31031253, "Longitude": -157.7606847, "Species": "Red-vented Bulbul", "Count": 5, "Date": "2020-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.760684700000013, 21.31031253 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31031253, "Longitude": -157.7606847, "Species": "Red-whiskered Bulbul", "Count": 2, "Date": "2020-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.760684700000013, 21.31031253 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31031253, "Longitude": -157.7606847, "Species": "Rose-ringed Parakeet", "Count": 1, "Date": "2022-03-07" }, "geometry": { "type": "Point", "coordinates": [ -157.760684700000013, 21.31031253 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31031253, "Longitude": -157.7606847, "Species": "Scaly-breasted Munia", "Count": 1, "Date": "2023-09-07" }, "geometry": { "type": "Point", "coordinates": [ -157.760684700000013, 21.31031253 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31031253, "Longitude": -157.7606847, "Species": "Spotted Dove", "Count": 4, "Date": "2020-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.760684700000013, 21.31031253 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31031253, "Longitude": -157.7606847, "Species": "Warbling White-eye", "Count": 5, "Date": "2020-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.760684700000013, 21.31031253 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31031253, "Longitude": -157.7606847, "Species": "White Tern", "Count": 2, "Date": "2020-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.760684700000013, 21.31031253 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31031253, "Longitude": -157.7606847, "Species": "White-rumped Shama", "Count": 5, "Date": "2023-09-07" }, "geometry": { "type": "Point", "coordinates": [ -157.760684700000013, 21.31031253 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31031253, "Longitude": -157.7606847, "Species": "Zebra Dove", "Count": 4, "Date": "2020-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.760684700000013, 21.31031253 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30941793, "Longitude": -157.6450124, "Species": "Brown Booby", "Count": 1, "Date": "2022-07-24" }, "geometry": { "type": "Point", "coordinates": [ -157.645012400000013, 21.30941793 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30941793, "Longitude": -157.6450124, "Species": "Brown Noddy", "Count": 1, "Date": "2022-08-28" }, "geometry": { "type": "Point", "coordinates": [ -157.645012400000013, 21.30941793 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30941793, "Longitude": -157.6450124, "Species": "Common Myna", "Count": 3, "Date": "2022-07-24" }, "geometry": { "type": "Point", "coordinates": [ -157.645012400000013, 21.30941793 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30941793, "Longitude": -157.6450124, "Species": "Common Waxbill", "Count": 1, "Date": "2019-02-04" }, "geometry": { "type": "Point", "coordinates": [ -157.645012400000013, 21.30941793 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30941793, "Longitude": -157.6450124, "Species": "Great Frigatebird", "Count": 4, "Date": "2023-10-29" }, "geometry": { "type": "Point", "coordinates": [ -157.645012400000013, 21.30941793 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30941793, "Longitude": -157.6450124, "Species": "House Sparrow", "Count": 1, "Date": "2022-07-24" }, "geometry": { "type": "Point", "coordinates": [ -157.645012400000013, 21.30941793 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30941793, "Longitude": -157.6450124, "Species": "Pacific Golden-Plover", "Count": 1, "Date": "2023-10-29" }, "geometry": { "type": "Point", "coordinates": [ -157.645012400000013, 21.30941793 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30941793, "Longitude": -157.6450124, "Species": "Red-billed Tropicbird", "Count": 1, "Date": "2021-12-08" }, "geometry": { "type": "Point", "coordinates": [ -157.645012400000013, 21.30941793 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30941793, "Longitude": -157.6450124, "Species": "Red-crested Cardinal", "Count": 3, "Date": "2023-10-29" }, "geometry": { "type": "Point", "coordinates": [ -157.645012400000013, 21.30941793 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30941793, "Longitude": -157.6450124, "Species": "Red-footed Booby", "Count": 5, "Date": "2022-07-24" }, "geometry": { "type": "Point", "coordinates": [ -157.645012400000013, 21.30941793 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30941793, "Longitude": -157.6450124, "Species": "Red-vented Bulbul", "Count": 3, "Date": "2023-10-29" }, "geometry": { "type": "Point", "coordinates": [ -157.645012400000013, 21.30941793 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30941793, "Longitude": -157.6450124, "Species": "Rock Pigeon", "Count": 1, "Date": "2022-07-24" }, "geometry": { "type": "Point", "coordinates": [ -157.645012400000013, 21.30941793 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30941793, "Longitude": -157.6450124, "Species": "Spotted Dove", "Count": 2, "Date": "2022-07-24" }, "geometry": { "type": "Point", "coordinates": [ -157.645012400000013, 21.30941793 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30941793, "Longitude": -157.6450124, "Species": "Warbling White-eye", "Count": 1, "Date": "2019-02-04" }, "geometry": { "type": "Point", "coordinates": [ -157.645012400000013, 21.30941793 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30941793, "Longitude": -157.6450124, "Species": "Wedge-tailed Shearwater", "Count": 2, "Date": "2022-07-24" }, "geometry": { "type": "Point", "coordinates": [ -157.645012400000013, 21.30941793 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30941793, "Longitude": -157.6450124, "Species": "Western Cattle Egret", "Count": 2, "Date": "2023-10-29" }, "geometry": { "type": "Point", "coordinates": [ -157.645012400000013, 21.30941793 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30941793, "Longitude": -157.6450124, "Species": "Zebra Dove", "Count": 5, "Date": "2023-10-29" }, "geometry": { "type": "Point", "coordinates": [ -157.645012400000013, 21.30941793 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31989689, "Longitude": -157.8377328, "Species": "Black-crowned Night Heron", "Count": 2, "Date": "2019-03-14" }, "geometry": { "type": "Point", "coordinates": [ -157.8377328, 21.31989689 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31989689, "Longitude": -157.8377328, "Species": "Chestnut Munia", "Count": 2, "Date": "2021-08-18" }, "geometry": { "type": "Point", "coordinates": [ -157.8377328, 21.31989689 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31989689, "Longitude": -157.8377328, "Species": "Common Myna", "Count": 10, "Date": "2023-03-30" }, "geometry": { "type": "Point", "coordinates": [ -157.8377328, 21.31989689 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31989689, "Longitude": -157.8377328, "Species": "Common Waxbill", "Count": 11, "Date": "2023-03-30" }, "geometry": { "type": "Point", "coordinates": [ -157.8377328, 21.31989689 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31989689, "Longitude": -157.8377328, "Species": "House Sparrow", "Count": 3, "Date": "2023-03-30" }, "geometry": { "type": "Point", "coordinates": [ -157.8377328, 21.31989689 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31989689, "Longitude": -157.8377328, "Species": "Java Sparrow", "Count": 9, "Date": "2023-03-30" }, "geometry": { "type": "Point", "coordinates": [ -157.8377328, 21.31989689 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31989689, "Longitude": -157.8377328, "Species": "Feral Mallard", "Count": 4, "Date": "2023-03-30" }, "geometry": { "type": "Point", "coordinates": [ -157.8377328, 21.31989689 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31989689, "Longitude": -157.8377328, "Species": "Northern Cardinal", "Count": 1, "Date": "2023-04-12" }, "geometry": { "type": "Point", "coordinates": [ -157.8377328, 21.31989689 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31989689, "Longitude": -157.8377328, "Species": "Red-vented Bulbul", "Count": 12, "Date": "2023-03-30" }, "geometry": { "type": "Point", "coordinates": [ -157.8377328, 21.31989689 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31989689, "Longitude": -157.8377328, "Species": "Red-whiskered Bulbul", "Count": 4, "Date": "2020-01-19" }, "geometry": { "type": "Point", "coordinates": [ -157.8377328, 21.31989689 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31989689, "Longitude": -157.8377328, "Species": "Rock Pigeon", "Count": 1, "Date": "2019-03-14" }, "geometry": { "type": "Point", "coordinates": [ -157.8377328, 21.31989689 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31989689, "Longitude": -157.8377328, "Species": "Rose-ringed Parakeet", "Count": 16, "Date": "2023-03-30" }, "geometry": { "type": "Point", "coordinates": [ -157.8377328, 21.31989689 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31989689, "Longitude": -157.8377328, "Species": "Spotted Dove", "Count": 6, "Date": "2022-02-17" }, "geometry": { "type": "Point", "coordinates": [ -157.8377328, 21.31989689 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31989689, "Longitude": -157.8377328, "Species": "Warbling White-eye", "Count": 8, "Date": "2022-02-17" }, "geometry": { "type": "Point", "coordinates": [ -157.8377328, 21.31989689 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31989689, "Longitude": -157.8377328, "Species": "White-rumped Shama", "Count": 2, "Date": "2020-01-19" }, "geometry": { "type": "Point", "coordinates": [ -157.8377328, 21.31989689 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31989689, "Longitude": -157.8377328, "Species": "Zebra Dove", "Count": 12, "Date": "2023-03-30" }, "geometry": { "type": "Point", "coordinates": [ -157.8377328, 21.31989689 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32981176, "Longitude": -157.972642, "Species": "Chestnut Munia", "Count": 1, "Date": "2020-01-14" }, "geometry": { "type": "Point", "coordinates": [ -157.972642, 21.32981176 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32981176, "Longitude": -157.972642, "Species": "Common Myna", "Count": 3, "Date": "2020-01-14" }, "geometry": { "type": "Point", "coordinates": [ -157.972642, 21.32981176 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32981176, "Longitude": -157.972642, "Species": "House Finch", "Count": 2, "Date": "2019-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.972642, 21.32981176 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32981176, "Longitude": -157.972642, "Species": "House Sparrow", "Count": 3, "Date": "2020-01-14" }, "geometry": { "type": "Point", "coordinates": [ -157.972642, 21.32981176 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32981176, "Longitude": -157.972642, "Species": "Northern Cardinal", "Count": 3, "Date": "2020-01-14" }, "geometry": { "type": "Point", "coordinates": [ -157.972642, 21.32981176 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32981176, "Longitude": -157.972642, "Species": "Pacific Golden-Plover", "Count": 3, "Date": "2020-01-14" }, "geometry": { "type": "Point", "coordinates": [ -157.972642, 21.32981176 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32981176, "Longitude": -157.972642, "Species": "Red-crested Cardinal", "Count": 1, "Date": "2020-01-14" }, "geometry": { "type": "Point", "coordinates": [ -157.972642, 21.32981176 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32981176, "Longitude": -157.972642, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2020-01-14" }, "geometry": { "type": "Point", "coordinates": [ -157.972642, 21.32981176 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32981176, "Longitude": -157.972642, "Species": "Rose-ringed Parakeet", "Count": 1, "Date": "2020-01-14" }, "geometry": { "type": "Point", "coordinates": [ -157.972642, 21.32981176 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32981176, "Longitude": -157.972642, "Species": "Saffron Finch", "Count": 2, "Date": "2020-02-22" }, "geometry": { "type": "Point", "coordinates": [ -157.972642, 21.32981176 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32981176, "Longitude": -157.972642, "Species": "Spotted Dove", "Count": 3, "Date": "2020-01-14" }, "geometry": { "type": "Point", "coordinates": [ -157.972642, 21.32981176 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32981176, "Longitude": -157.972642, "Species": "Warbling White-eye", "Count": 1, "Date": "2020-01-04" }, "geometry": { "type": "Point", "coordinates": [ -157.972642, 21.32981176 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32981176, "Longitude": -157.972642, "Species": "Western Cattle Egret", "Count": 3, "Date": "2020-01-14" }, "geometry": { "type": "Point", "coordinates": [ -157.972642, 21.32981176 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32981176, "Longitude": -157.972642, "Species": "White Tern", "Count": 2, "Date": "2023-01-28" }, "geometry": { "type": "Point", "coordinates": [ -157.972642, 21.32981176 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32981176, "Longitude": -157.972642, "Species": "White-rumped Shama", "Count": 1, "Date": "2020-01-14" }, "geometry": { "type": "Point", "coordinates": [ -157.972642, 21.32981176 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32981176, "Longitude": -157.972642, "Species": "Yellow-fronted Canary", "Count": 1, "Date": "2020-01-14" }, "geometry": { "type": "Point", "coordinates": [ -157.972642, 21.32981176 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32981176, "Longitude": -157.972642, "Species": "Zebra Dove", "Count": 3, "Date": "2020-01-14" }, "geometry": { "type": "Point", "coordinates": [ -157.972642, 21.32981176 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32893027, "Longitude": -157.8376615, "Species": "Chestnut Munia", "Count": 1, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.8376615, 21.32893027 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32893027, "Longitude": -157.8376615, "Species": "Common Myna", "Count": 1, "Date": "2022-03-31" }, "geometry": { "type": "Point", "coordinates": [ -157.8376615, 21.32893027 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32893027, "Longitude": -157.8376615, "Species": "Common Waxbill", "Count": 1, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.8376615, 21.32893027 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32893027, "Longitude": -157.8376615, "Species": "House Sparrow", "Count": 1, "Date": "2022-03-31" }, "geometry": { "type": "Point", "coordinates": [ -157.8376615, 21.32893027 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32893027, "Longitude": -157.8376615, "Species": "Feral Mallard", "Count": 1, "Date": "2022-03-31" }, "geometry": { "type": "Point", "coordinates": [ -157.8376615, 21.32893027 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32893027, "Longitude": -157.8376615, "Species": "Northern Cardinal", "Count": 1, "Date": "2022-03-31" }, "geometry": { "type": "Point", "coordinates": [ -157.8376615, 21.32893027 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32893027, "Longitude": -157.8376615, "Species": "Pacific Golden-Plover", "Count": 2, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.8376615, 21.32893027 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32893027, "Longitude": -157.8376615, "Species": "Red-crested Cardinal", "Count": 2, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.8376615, 21.32893027 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32893027, "Longitude": -157.8376615, "Species": "Red-vented Bulbul", "Count": 2, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.8376615, 21.32893027 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32893027, "Longitude": -157.8376615, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.8376615, 21.32893027 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32893027, "Longitude": -157.8376615, "Species": "Rose-ringed Parakeet", "Count": 2, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.8376615, 21.32893027 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32893027, "Longitude": -157.8376615, "Species": "Spotted Dove", "Count": 1, "Date": "2022-03-31" }, "geometry": { "type": "Point", "coordinates": [ -157.8376615, 21.32893027 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32893027, "Longitude": -157.8376615, "Species": "Warbling White-eye", "Count": 1, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.8376615, 21.32893027 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32893027, "Longitude": -157.8376615, "Species": "Western Cattle Egret", "Count": 1, "Date": "2022-03-31" }, "geometry": { "type": "Point", "coordinates": [ -157.8376615, 21.32893027 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32893027, "Longitude": -157.8376615, "Species": "White-rumped Shama", "Count": 1, "Date": "2022-03-31" }, "geometry": { "type": "Point", "coordinates": [ -157.8376615, 21.32893027 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32893027, "Longitude": -157.8376615, "Species": "Yellow-fronted Canary", "Count": 2, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.8376615, 21.32893027 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32893027, "Longitude": -157.8376615, "Species": "Zebra Dove", "Count": 1, "Date": "2022-03-31" }, "geometry": { "type": "Point", "coordinates": [ -157.8376615, 21.32893027 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33835413, "Longitude": -157.8954414, "Species": "Chestnut Munia", "Count": 2, "Date": "2022-12-22" }, "geometry": { "type": "Point", "coordinates": [ -157.89544140000001, 21.33835413 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33835413, "Longitude": -157.8954414, "Species": "Common Myna", "Count": 3, "Date": "2022-12-22" }, "geometry": { "type": "Point", "coordinates": [ -157.89544140000001, 21.33835413 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33835413, "Longitude": -157.8954414, "Species": "House Sparrow", "Count": 3, "Date": "2022-12-22" }, "geometry": { "type": "Point", "coordinates": [ -157.89544140000001, 21.33835413 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33835413, "Longitude": -157.8954414, "Species": "Java Sparrow", "Count": 2, "Date": "2022-12-22" }, "geometry": { "type": "Point", "coordinates": [ -157.89544140000001, 21.33835413 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33835413, "Longitude": -157.8954414, "Species": "Feral Mallard", "Count": 1, "Date": "2022-12-06" }, "geometry": { "type": "Point", "coordinates": [ -157.89544140000001, 21.33835413 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33835413, "Longitude": -157.8954414, "Species": "Pacific Golden-Plover", "Count": 3, "Date": "2022-12-22" }, "geometry": { "type": "Point", "coordinates": [ -157.89544140000001, 21.33835413 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33835413, "Longitude": -157.8954414, "Species": "Red-crested Cardinal", "Count": 2, "Date": "2022-12-22" }, "geometry": { "type": "Point", "coordinates": [ -157.89544140000001, 21.33835413 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33835413, "Longitude": -157.8954414, "Species": "Red-vented Bulbul", "Count": 2, "Date": "2022-12-22" }, "geometry": { "type": "Point", "coordinates": [ -157.89544140000001, 21.33835413 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33835413, "Longitude": -157.8954414, "Species": "Rock Pigeon", "Count": 1, "Date": "2022-06-01" }, "geometry": { "type": "Point", "coordinates": [ -157.89544140000001, 21.33835413 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33835413, "Longitude": -157.8954414, "Species": "Rose-ringed Parakeet", "Count": 3, "Date": "2022-12-22" }, "geometry": { "type": "Point", "coordinates": [ -157.89544140000001, 21.33835413 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33835413, "Longitude": -157.8954414, "Species": "Saffron Finch", "Count": 2, "Date": "2022-12-22" }, "geometry": { "type": "Point", "coordinates": [ -157.89544140000001, 21.33835413 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33835413, "Longitude": -157.8954414, "Species": "Spotted Dove", "Count": 4, "Date": "2022-12-22" }, "geometry": { "type": "Point", "coordinates": [ -157.89544140000001, 21.33835413 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33835413, "Longitude": -157.8954414, "Species": "Warbling White-eye", "Count": 2, "Date": "2022-12-22" }, "geometry": { "type": "Point", "coordinates": [ -157.89544140000001, 21.33835413 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33835413, "Longitude": -157.8954414, "Species": "Western Cattle Egret", "Count": 5, "Date": "2023-03-12" }, "geometry": { "type": "Point", "coordinates": [ -157.89544140000001, 21.33835413 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33835413, "Longitude": -157.8954414, "Species": "White Tern", "Count": 1, "Date": "2022-03-24" }, "geometry": { "type": "Point", "coordinates": [ -157.89544140000001, 21.33835413 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33835413, "Longitude": -157.8954414, "Species": "Yellow-fronted Canary", "Count": 3, "Date": "2022-12-22" }, "geometry": { "type": "Point", "coordinates": [ -157.89544140000001, 21.33835413 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33835413, "Longitude": -157.8954414, "Species": "Zebra Dove", "Count": 3, "Date": "2022-12-22" }, "geometry": { "type": "Point", "coordinates": [ -157.89544140000001, 21.33835413 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34849464, "Longitude": -158.0785897, "Species": "African Silverbill", "Count": 1, "Date": "2022-03-13" }, "geometry": { "type": "Point", "coordinates": [ -158.0785897, 21.34849464 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34849464, "Longitude": -158.0785897, "Species": "Common Myna", "Count": 3, "Date": "2022-03-13" }, "geometry": { "type": "Point", "coordinates": [ -158.0785897, 21.34849464 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34849464, "Longitude": -158.0785897, "Species": "Common Waxbill", "Count": 1, "Date": "2019-02-09" }, "geometry": { "type": "Point", "coordinates": [ -158.0785897, 21.34849464 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34849464, "Longitude": -158.0785897, "Species": "House Finch", "Count": 2, "Date": "2022-03-13" }, "geometry": { "type": "Point", "coordinates": [ -158.0785897, 21.34849464 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34849464, "Longitude": -158.0785897, "Species": "Java Sparrow", "Count": 1, "Date": "2019-02-09" }, "geometry": { "type": "Point", "coordinates": [ -158.0785897, 21.34849464 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34849464, "Longitude": -158.0785897, "Species": "Northern Cardinal", "Count": 1, "Date": "2022-03-13" }, "geometry": { "type": "Point", "coordinates": [ -158.0785897, 21.34849464 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34849464, "Longitude": -158.0785897, "Species": "Pacific Golden-Plover", "Count": 2, "Date": "2022-03-13" }, "geometry": { "type": "Point", "coordinates": [ -158.0785897, 21.34849464 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34849464, "Longitude": -158.0785897, "Species": "Red Avadavat", "Count": 1, "Date": "2022-03-13" }, "geometry": { "type": "Point", "coordinates": [ -158.0785897, 21.34849464 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34849464, "Longitude": -158.0785897, "Species": "Red-billed Leiothrix", "Count": 1, "Date": "2019-04-06" }, "geometry": { "type": "Point", "coordinates": [ -158.0785897, 21.34849464 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34849464, "Longitude": -158.0785897, "Species": "Red-crested Cardinal", "Count": 1, "Date": "2019-02-09" }, "geometry": { "type": "Point", "coordinates": [ -158.0785897, 21.34849464 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34849464, "Longitude": -158.0785897, "Species": "Red-vented Bulbul", "Count": 3, "Date": "2022-03-13" }, "geometry": { "type": "Point", "coordinates": [ -158.0785897, 21.34849464 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34849464, "Longitude": -158.0785897, "Species": "Red-whiskered Bulbul", "Count": 2, "Date": "2022-03-13" }, "geometry": { "type": "Point", "coordinates": [ -158.0785897, 21.34849464 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34849464, "Longitude": -158.0785897, "Species": "Spotted Dove", "Count": 2, "Date": "2022-03-13" }, "geometry": { "type": "Point", "coordinates": [ -158.0785897, 21.34849464 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34849464, "Longitude": -158.0785897, "Species": "Warbling White-eye", "Count": 1, "Date": "2019-04-06" }, "geometry": { "type": "Point", "coordinates": [ -158.0785897, 21.34849464 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34849464, "Longitude": -158.0785897, "Species": "Western Cattle Egret", "Count": 1, "Date": "2022-03-13" }, "geometry": { "type": "Point", "coordinates": [ -158.0785897, 21.34849464 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34849464, "Longitude": -158.0785897, "Species": "White-rumped Shama", "Count": 1, "Date": "2019-04-06" }, "geometry": { "type": "Point", "coordinates": [ -158.0785897, 21.34849464 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34849464, "Longitude": -158.0785897, "Species": "Zebra Dove", "Count": 2, "Date": "2022-03-13" }, "geometry": { "type": "Point", "coordinates": [ -158.0785897, 21.34849464 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34745096, "Longitude": -157.9050164, "Species": "Common Myna", "Count": 5, "Date": "2020-03-10" }, "geometry": { "type": "Point", "coordinates": [ -157.9050164, 21.34745096 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34745096, "Longitude": -157.9050164, "Species": "Common Waxbill", "Count": 1, "Date": "2019-02-02" }, "geometry": { "type": "Point", "coordinates": [ -157.9050164, 21.34745096 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34745096, "Longitude": -157.9050164, "Species": "Hawaiian Coot", "Count": 2, "Date": "2020-03-10" }, "geometry": { "type": "Point", "coordinates": [ -157.9050164, 21.34745096 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34745096, "Longitude": -157.9050164, "Species": "House Finch", "Count": 1, "Date": "2019-02-04" }, "geometry": { "type": "Point", "coordinates": [ -157.9050164, 21.34745096 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34745096, "Longitude": -157.9050164, "Species": "House Sparrow", "Count": 2, "Date": "2023-04-08" }, "geometry": { "type": "Point", "coordinates": [ -157.9050164, 21.34745096 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34745096, "Longitude": -157.9050164, "Species": "Lesser Scaup", "Count": 2, "Date": "2020-03-10" }, "geometry": { "type": "Point", "coordinates": [ -157.9050164, 21.34745096 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34745096, "Longitude": -157.9050164, "Species": "Northern Cardinal", "Count": 1, "Date": "2019-02-02" }, "geometry": { "type": "Point", "coordinates": [ -157.9050164, 21.34745096 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34745096, "Longitude": -157.9050164, "Species": "Pacific Golden-Plover", "Count": 3, "Date": "2023-04-08" }, "geometry": { "type": "Point", "coordinates": [ -157.9050164, 21.34745096 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34745096, "Longitude": -157.9050164, "Species": "Red-crested Cardinal", "Count": 3, "Date": "2019-02-04" }, "geometry": { "type": "Point", "coordinates": [ -157.9050164, 21.34745096 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34745096, "Longitude": -157.9050164, "Species": "Red-vented Bulbul", "Count": 3, "Date": "2019-02-04" }, "geometry": { "type": "Point", "coordinates": [ -157.9050164, 21.34745096 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34745096, "Longitude": -157.9050164, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2019-02-04" }, "geometry": { "type": "Point", "coordinates": [ -157.9050164, 21.34745096 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34745096, "Longitude": -157.9050164, "Species": "Ring-necked Duck", "Count": 1, "Date": "2020-03-10" }, "geometry": { "type": "Point", "coordinates": [ -157.9050164, 21.34745096 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34745096, "Longitude": -157.9050164, "Species": "Rose-ringed Parakeet", "Count": 1, "Date": "2019-02-02" }, "geometry": { "type": "Point", "coordinates": [ -157.9050164, 21.34745096 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34745096, "Longitude": -157.9050164, "Species": "Spotted Dove", "Count": 7, "Date": "2023-06-28" }, "geometry": { "type": "Point", "coordinates": [ -157.9050164, 21.34745096 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34745096, "Longitude": -157.9050164, "Species": "Warbling White-eye", "Count": 2, "Date": "2019-02-04" }, "geometry": { "type": "Point", "coordinates": [ -157.9050164, 21.34745096 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34745096, "Longitude": -157.9050164, "Species": "Western Cattle Egret", "Count": 4, "Date": "2020-03-10" }, "geometry": { "type": "Point", "coordinates": [ -157.9050164, 21.34745096 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34745096, "Longitude": -157.9050164, "Species": "Zebra Dove", "Count": 3, "Date": "2023-04-08" }, "geometry": { "type": "Point", "coordinates": [ -157.9050164, 21.34745096 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35731121, "Longitude": -158.0399579, "Species": "Black Francolin", "Count": 1, "Date": "2023-11-20" }, "geometry": { "type": "Point", "coordinates": [ -158.0399579, 21.35731121 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35731121, "Longitude": -158.0399579, "Species": "Common Myna", "Count": 3, "Date": "2023-11-20" }, "geometry": { "type": "Point", "coordinates": [ -158.0399579, 21.35731121 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35731121, "Longitude": -158.0399579, "Species": "Common Waxbill", "Count": 3, "Date": "2023-11-20" }, "geometry": { "type": "Point", "coordinates": [ -158.0399579, 21.35731121 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35731121, "Longitude": -158.0399579, "Species": "Eurasian Skylark", "Count": 1, "Date": "2019-02-17" }, "geometry": { "type": "Point", "coordinates": [ -158.0399579, 21.35731121 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35731121, "Longitude": -158.0399579, "Species": "Gray Francolin", "Count": 2, "Date": "2023-10-28" }, "geometry": { "type": "Point", "coordinates": [ -158.0399579, 21.35731121 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35731121, "Longitude": -158.0399579, "Species": "House Finch", "Count": 3, "Date": "2023-11-20" }, "geometry": { "type": "Point", "coordinates": [ -158.0399579, 21.35731121 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35731121, "Longitude": -158.0399579, "Species": "Java Sparrow", "Count": 2, "Date": "2023-10-28" }, "geometry": { "type": "Point", "coordinates": [ -158.0399579, 21.35731121 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35731121, "Longitude": -158.0399579, "Species": "Pacific Golden-Plover", "Count": 1, "Date": "2019-02-17" }, "geometry": { "type": "Point", "coordinates": [ -158.0399579, 21.35731121 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35731121, "Longitude": -158.0399579, "Species": "Red Avadavat", "Count": 1, "Date": "2023-11-20" }, "geometry": { "type": "Point", "coordinates": [ -158.0399579, 21.35731121 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35731121, "Longitude": -158.0399579, "Species": "Red-crested Cardinal", "Count": 2, "Date": "2023-10-28" }, "geometry": { "type": "Point", "coordinates": [ -158.0399579, 21.35731121 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35731121, "Longitude": -158.0399579, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2019-02-17" }, "geometry": { "type": "Point", "coordinates": [ -158.0399579, 21.35731121 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35731121, "Longitude": -158.0399579, "Species": "Rock Pigeon", "Count": 2, "Date": "2023-10-28" }, "geometry": { "type": "Point", "coordinates": [ -158.0399579, 21.35731121 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35731121, "Longitude": -158.0399579, "Species": "Saffron Finch", "Count": 1, "Date": "2019-02-17" }, "geometry": { "type": "Point", "coordinates": [ -158.0399579, 21.35731121 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35731121, "Longitude": -158.0399579, "Species": "Spotted Dove", "Count": 2, "Date": "2023-10-28" }, "geometry": { "type": "Point", "coordinates": [ -158.0399579, 21.35731121 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35731121, "Longitude": -158.0399579, "Species": "Warbling White-eye", "Count": 1, "Date": "2019-02-17" }, "geometry": { "type": "Point", "coordinates": [ -158.0399579, 21.35731121 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35731121, "Longitude": -158.0399579, "Species": "Western Cattle Egret", "Count": 2, "Date": "2023-10-28" }, "geometry": { "type": "Point", "coordinates": [ -158.0399579, 21.35731121 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35731121, "Longitude": -158.0399579, "Species": "Zebra Dove", "Count": 3, "Date": "2023-11-20" }, "geometry": { "type": "Point", "coordinates": [ -158.0399579, 21.35731121 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35609696, "Longitude": -157.8470906, "Species": "Apapane", "Count": 1, "Date": "2019-06-14" }, "geometry": { "type": "Point", "coordinates": [ -157.8470906, 21.35609696 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35609696, "Longitude": -157.8470906, "Species": "Chestnut Munia", "Count": 1, "Date": "2019-06-14" }, "geometry": { "type": "Point", "coordinates": [ -157.8470906, 21.35609696 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35609696, "Longitude": -157.8470906, "Species": "Common Waxbill", "Count": 1, "Date": "2019-06-14" }, "geometry": { "type": "Point", "coordinates": [ -157.8470906, 21.35609696 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35609696, "Longitude": -157.8470906, "Species": "House Finch", "Count": 1, "Date": "2019-06-14" }, "geometry": { "type": "Point", "coordinates": [ -157.8470906, 21.35609696 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35609696, "Longitude": -157.8470906, "Species": "House Sparrow", "Count": 1, "Date": "2019-06-14" }, "geometry": { "type": "Point", "coordinates": [ -157.8470906, 21.35609696 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35609696, "Longitude": -157.8470906, "Species": "Java Sparrow", "Count": 1, "Date": "2019-06-14" }, "geometry": { "type": "Point", "coordinates": [ -157.8470906, 21.35609696 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35609696, "Longitude": -157.8470906, "Species": "Northern Cardinal", "Count": 1, "Date": "2019-06-14" }, "geometry": { "type": "Point", "coordinates": [ -157.8470906, 21.35609696 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35609696, "Longitude": -157.8470906, "Species": "Oahu Amakihi", "Count": 1, "Date": "2019-06-14" }, "geometry": { "type": "Point", "coordinates": [ -157.8470906, 21.35609696 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35609696, "Longitude": -157.8470906, "Species": "Red-billed Leiothrix", "Count": 1, "Date": "2019-06-14" }, "geometry": { "type": "Point", "coordinates": [ -157.8470906, 21.35609696 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35609696, "Longitude": -157.8470906, "Species": "Red-crowned Parrot", "Count": 1, "Date": "2019-06-14" }, "geometry": { "type": "Point", "coordinates": [ -157.8470906, 21.35609696 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35609696, "Longitude": -157.8470906, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2019-06-14" }, "geometry": { "type": "Point", "coordinates": [ -157.8470906, 21.35609696 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35609696, "Longitude": -157.8470906, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2019-06-14" }, "geometry": { "type": "Point", "coordinates": [ -157.8470906, 21.35609696 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35609696, "Longitude": -157.8470906, "Species": "Saffron Finch", "Count": 1, "Date": "2019-06-14" }, "geometry": { "type": "Point", "coordinates": [ -157.8470906, 21.35609696 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35609696, "Longitude": -157.8470906, "Species": "Warbling White-eye", "Count": 1, "Date": "2019-06-14" }, "geometry": { "type": "Point", "coordinates": [ -157.8470906, 21.35609696 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35609696, "Longitude": -157.8470906, "Species": "Western Cattle Egret", "Count": 1, "Date": "2019-06-14" }, "geometry": { "type": "Point", "coordinates": [ -157.8470906, 21.35609696 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35609696, "Longitude": -157.8470906, "Species": "White-rumped Shama", "Count": 1, "Date": "2019-06-14" }, "geometry": { "type": "Point", "coordinates": [ -157.8470906, 21.35609696 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35609696, "Longitude": -157.8470906, "Species": "Yellow-fronted Canary", "Count": 1, "Date": "2019-06-14" }, "geometry": { "type": "Point", "coordinates": [ -157.8470906, 21.35609696 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36539111, "Longitude": -157.8855946, "Species": "Barn Owl", "Count": 2, "Date": "2023-11-01" }, "geometry": { "type": "Point", "coordinates": [ -157.8855946, 21.36539111 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36539111, "Longitude": -157.8855946, "Species": "Common Myna", "Count": 3, "Date": "2023-11-01" }, "geometry": { "type": "Point", "coordinates": [ -157.8855946, 21.36539111 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36539111, "Longitude": -157.8855946, "Species": "Common Waxbill", "Count": 2, "Date": "2023-11-01" }, "geometry": { "type": "Point", "coordinates": [ -157.8855946, 21.36539111 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36539111, "Longitude": -157.8855946, "Species": "House Finch", "Count": 2, "Date": "2023-11-01" }, "geometry": { "type": "Point", "coordinates": [ -157.8855946, 21.36539111 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36539111, "Longitude": -157.8855946, "Species": "Java Sparrow", "Count": 1, "Date": "2022-12-18" }, "geometry": { "type": "Point", "coordinates": [ -157.8855946, 21.36539111 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36539111, "Longitude": -157.8855946, "Species": "Pacific Golden-Plover", "Count": 5, "Date": "2023-11-01" }, "geometry": { "type": "Point", "coordinates": [ -157.8855946, 21.36539111 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36539111, "Longitude": -157.8855946, "Species": "Red-billed Leiothrix", "Count": 1, "Date": "2022-12-18" }, "geometry": { "type": "Point", "coordinates": [ -157.8855946, 21.36539111 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36539111, "Longitude": -157.8855946, "Species": "Red-crested Cardinal", "Count": 3, "Date": "2023-11-01" }, "geometry": { "type": "Point", "coordinates": [ -157.8855946, 21.36539111 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36539111, "Longitude": -157.8855946, "Species": "Red-vented Bulbul", "Count": 3, "Date": "2023-11-01" }, "geometry": { "type": "Point", "coordinates": [ -157.8855946, 21.36539111 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36539111, "Longitude": -157.8855946, "Species": "Red-whiskered Bulbul", "Count": 3, "Date": "2023-11-01" }, "geometry": { "type": "Point", "coordinates": [ -157.8855946, 21.36539111 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36539111, "Longitude": -157.8855946, "Species": "Rose-ringed Parakeet", "Count": 3, "Date": "2023-11-01" }, "geometry": { "type": "Point", "coordinates": [ -157.8855946, 21.36539111 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36539111, "Longitude": -157.8855946, "Species": "Spotted Dove", "Count": 3, "Date": "2023-11-01" }, "geometry": { "type": "Point", "coordinates": [ -157.8855946, 21.36539111 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36539111, "Longitude": -157.8855946, "Species": "Warbling White-eye", "Count": 3, "Date": "2023-11-01" }, "geometry": { "type": "Point", "coordinates": [ -157.8855946, 21.36539111 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36539111, "Longitude": -157.8855946, "Species": "Western Cattle Egret", "Count": 1, "Date": "2022-12-18" }, "geometry": { "type": "Point", "coordinates": [ -157.8855946, 21.36539111 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36539111, "Longitude": -157.8855946, "Species": "White-rumped Shama", "Count": 1, "Date": "2022-12-18" }, "geometry": { "type": "Point", "coordinates": [ -157.8855946, 21.36539111 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36539111, "Longitude": -157.8855946, "Species": "Yellow-fronted Canary", "Count": 2, "Date": "2023-11-01" }, "geometry": { "type": "Point", "coordinates": [ -157.8855946, 21.36539111 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36539111, "Longitude": -157.8855946, "Species": "Zebra Dove", "Count": 3, "Date": "2023-11-01" }, "geometry": { "type": "Point", "coordinates": [ -157.8855946, 21.36539111 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37498117, "Longitude": -157.9723272, "Species": "Chestnut Munia", "Count": 1, "Date": "2021-01-02" }, "geometry": { "type": "Point", "coordinates": [ -157.9723272, 21.37498117 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37498117, "Longitude": -157.9723272, "Species": "Common Myna", "Count": 3, "Date": "2023-07-04" }, "geometry": { "type": "Point", "coordinates": [ -157.9723272, 21.37498117 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37498117, "Longitude": -157.9723272, "Species": "Common Waxbill", "Count": 1, "Date": "2021-01-02" }, "geometry": { "type": "Point", "coordinates": [ -157.9723272, 21.37498117 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37498117, "Longitude": -157.9723272, "Species": "House Finch", "Count": 1, "Date": "2021-01-02" }, "geometry": { "type": "Point", "coordinates": [ -157.9723272, 21.37498117 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37498117, "Longitude": -157.9723272, "Species": "Java Sparrow", "Count": 1, "Date": "2021-01-02" }, "geometry": { "type": "Point", "coordinates": [ -157.9723272, 21.37498117 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37498117, "Longitude": -157.9723272, "Species": "Northern Cardinal", "Count": 1, "Date": "2021-01-02" }, "geometry": { "type": "Point", "coordinates": [ -157.9723272, 21.37498117 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37498117, "Longitude": -157.9723272, "Species": "Pacific Golden-Plover", "Count": 2, "Date": "2022-04-11" }, "geometry": { "type": "Point", "coordinates": [ -157.9723272, 21.37498117 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37498117, "Longitude": -157.9723272, "Species": "Red-crested Cardinal", "Count": 2, "Date": "2023-07-04" }, "geometry": { "type": "Point", "coordinates": [ -157.9723272, 21.37498117 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37498117, "Longitude": -157.9723272, "Species": "Red-vented Bulbul", "Count": 3, "Date": "2023-07-04" }, "geometry": { "type": "Point", "coordinates": [ -157.9723272, 21.37498117 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37498117, "Longitude": -157.9723272, "Species": "Saffron Finch", "Count": 1, "Date": "2021-01-02" }, "geometry": { "type": "Point", "coordinates": [ -157.9723272, 21.37498117 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37498117, "Longitude": -157.9723272, "Species": "Scaly-breasted Munia", "Count": 1, "Date": "2021-01-02" }, "geometry": { "type": "Point", "coordinates": [ -157.9723272, 21.37498117 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37498117, "Longitude": -157.9723272, "Species": "Spotted Dove", "Count": 3, "Date": "2023-07-04" }, "geometry": { "type": "Point", "coordinates": [ -157.9723272, 21.37498117 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37498117, "Longitude": -157.9723272, "Species": "Wandering Tattler", "Count": 1, "Date": "2021-01-02" }, "geometry": { "type": "Point", "coordinates": [ -157.9723272, 21.37498117 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37498117, "Longitude": -157.9723272, "Species": "Western Cattle Egret", "Count": 1, "Date": "2021-01-02" }, "geometry": { "type": "Point", "coordinates": [ -157.9723272, 21.37498117 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37498117, "Longitude": -157.9723272, "Species": "White-rumped Shama", "Count": 1, "Date": "2021-01-02" }, "geometry": { "type": "Point", "coordinates": [ -157.9723272, 21.37498117 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37498117, "Longitude": -157.9723272, "Species": "Yellow-fronted Canary", "Count": 1, "Date": "2021-01-02" }, "geometry": { "type": "Point", "coordinates": [ -157.9723272, 21.37498117 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37498117, "Longitude": -157.9723272, "Species": "Zebra Dove", "Count": 1, "Date": "2021-01-02" }, "geometry": { "type": "Point", "coordinates": [ -157.9723272, 21.37498117 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37467679, "Longitude": -157.9241039, "Species": "Bristle-thighed Curlew", "Count": 1, "Date": "2023-06-21" }, "geometry": { "type": "Point", "coordinates": [ -157.9241039, 21.37467679 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37467679, "Longitude": -157.9241039, "Species": "Chestnut Munia", "Count": 2, "Date": "2019-05-29" }, "geometry": { "type": "Point", "coordinates": [ -157.9241039, 21.37467679 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37467679, "Longitude": -157.9241039, "Species": "Common Myna", "Count": 10, "Date": "2022-10-08" }, "geometry": { "type": "Point", "coordinates": [ -157.9241039, 21.37467679 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37467679, "Longitude": -157.9241039, "Species": "Common Waxbill", "Count": 2, "Date": "2019-05-29" }, "geometry": { "type": "Point", "coordinates": [ -157.9241039, 21.37467679 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37467679, "Longitude": -157.9241039, "Species": "House Finch", "Count": 2, "Date": "2022-03-20" }, "geometry": { "type": "Point", "coordinates": [ -157.9241039, 21.37467679 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37467679, "Longitude": -157.9241039, "Species": "House Sparrow", "Count": 14, "Date": "2022-10-08" }, "geometry": { "type": "Point", "coordinates": [ -157.9241039, 21.37467679 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37467679, "Longitude": -157.9241039, "Species": "Java Sparrow", "Count": 11, "Date": "2022-10-08" }, "geometry": { "type": "Point", "coordinates": [ -157.9241039, 21.37467679 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37467679, "Longitude": -157.9241039, "Species": "Pacific Golden-Plover", "Count": 10, "Date": "2022-08-14" }, "geometry": { "type": "Point", "coordinates": [ -157.9241039, 21.37467679 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37467679, "Longitude": -157.9241039, "Species": "Red Junglefowl", "Count": 4, "Date": "2023-01-20" }, "geometry": { "type": "Point", "coordinates": [ -157.9241039, 21.37467679 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37467679, "Longitude": -157.9241039, "Species": "Red-crested Cardinal", "Count": 8, "Date": "2022-10-08" }, "geometry": { "type": "Point", "coordinates": [ -157.9241039, 21.37467679 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37467679, "Longitude": -157.9241039, "Species": "Red-vented Bulbul", "Count": 7, "Date": "2023-02-07" }, "geometry": { "type": "Point", "coordinates": [ -157.9241039, 21.37467679 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37467679, "Longitude": -157.9241039, "Species": "Rose-ringed Parakeet", "Count": 3, "Date": "2022-03-20" }, "geometry": { "type": "Point", "coordinates": [ -157.9241039, 21.37467679 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37467679, "Longitude": -157.9241039, "Species": "Saffron Finch", "Count": 4, "Date": "2019-04-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9241039, 21.37467679 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37467679, "Longitude": -157.9241039, "Species": "Spotted Dove", "Count": 7, "Date": "2023-02-07" }, "geometry": { "type": "Point", "coordinates": [ -157.9241039, 21.37467679 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37467679, "Longitude": -157.9241039, "Species": "Warbling White-eye", "Count": 6, "Date": "2022-08-14" }, "geometry": { "type": "Point", "coordinates": [ -157.9241039, 21.37467679 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37467679, "Longitude": -157.9241039, "Species": "Western Cattle Egret", "Count": 8, "Date": "2022-08-14" }, "geometry": { "type": "Point", "coordinates": [ -157.9241039, 21.37467679 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37467679, "Longitude": -157.9241039, "Species": "Zebra Dove", "Count": 14, "Date": "2022-10-08" }, "geometry": { "type": "Point", "coordinates": [ -157.9241039, 21.37467679 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39292769, "Longitude": -157.9529089, "Species": "Chestnut Munia", "Count": 1, "Date": "2019-05-22" }, "geometry": { "type": "Point", "coordinates": [ -157.952908900000011, 21.39292769 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39292769, "Longitude": -157.9529089, "Species": "Common Myna", "Count": 8, "Date": "2024-01-12" }, "geometry": { "type": "Point", "coordinates": [ -157.952908900000011, 21.39292769 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39292769, "Longitude": -157.9529089, "Species": "House Finch", "Count": 3, "Date": "2024-01-12" }, "geometry": { "type": "Point", "coordinates": [ -157.952908900000011, 21.39292769 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39292769, "Longitude": -157.9529089, "Species": "House Sparrow", "Count": 3, "Date": "2020-08-03" }, "geometry": { "type": "Point", "coordinates": [ -157.952908900000011, 21.39292769 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39292769, "Longitude": -157.9529089, "Species": "Northern Cardinal", "Count": 1, "Date": "2019-05-22" }, "geometry": { "type": "Point", "coordinates": [ -157.952908900000011, 21.39292769 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39292769, "Longitude": -157.9529089, "Species": "Pacific Golden-Plover", "Count": 6, "Date": "2024-01-12" }, "geometry": { "type": "Point", "coordinates": [ -157.952908900000011, 21.39292769 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39292769, "Longitude": -157.9529089, "Species": "Red Junglefowl", "Count": 2, "Date": "2024-01-10" }, "geometry": { "type": "Point", "coordinates": [ -157.952908900000011, 21.39292769 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39292769, "Longitude": -157.9529089, "Species": "Red-crested Cardinal", "Count": 5, "Date": "2024-01-12" }, "geometry": { "type": "Point", "coordinates": [ -157.952908900000011, 21.39292769 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39292769, "Longitude": -157.9529089, "Species": "Red-vented Bulbul", "Count": 5, "Date": "2024-01-12" }, "geometry": { "type": "Point", "coordinates": [ -157.952908900000011, 21.39292769 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39292769, "Longitude": -157.9529089, "Species": "Red-whiskered Bulbul", "Count": 2, "Date": "2024-01-12" }, "geometry": { "type": "Point", "coordinates": [ -157.952908900000011, 21.39292769 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39292769, "Longitude": -157.9529089, "Species": "Rose-ringed Parakeet", "Count": 4, "Date": "2024-01-12" }, "geometry": { "type": "Point", "coordinates": [ -157.952908900000011, 21.39292769 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39292769, "Longitude": -157.9529089, "Species": "Saffron Finch", "Count": 4, "Date": "2024-01-10" }, "geometry": { "type": "Point", "coordinates": [ -157.952908900000011, 21.39292769 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39292769, "Longitude": -157.9529089, "Species": "Spotted Dove", "Count": 4, "Date": "2024-01-10" }, "geometry": { "type": "Point", "coordinates": [ -157.952908900000011, 21.39292769 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39292769, "Longitude": -157.9529089, "Species": "Warbling White-eye", "Count": 3, "Date": "2024-01-12" }, "geometry": { "type": "Point", "coordinates": [ -157.952908900000011, 21.39292769 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39292769, "Longitude": -157.9529089, "Species": "Western Cattle Egret", "Count": 2, "Date": "2020-02-17" }, "geometry": { "type": "Point", "coordinates": [ -157.952908900000011, 21.39292769 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39292769, "Longitude": -157.9529089, "Species": "Yellow-fronted Canary", "Count": 2, "Date": "2024-01-12" }, "geometry": { "type": "Point", "coordinates": [ -157.952908900000011, 21.39292769 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39292769, "Longitude": -157.9529089, "Species": "Zebra Dove", "Count": 5, "Date": "2024-01-12" }, "geometry": { "type": "Point", "coordinates": [ -157.952908900000011, 21.39292769 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.392867, "Longitude": -157.9432631, "Species": "Common Myna", "Count": 3, "Date": "2024-01-10" }, "geometry": { "type": "Point", "coordinates": [ -157.9432631, 21.392867 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.392867, "Longitude": -157.9432631, "Species": "Common Waxbill", "Count": 1, "Date": "2023-01-05" }, "geometry": { "type": "Point", "coordinates": [ -157.9432631, 21.392867 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.392867, "Longitude": -157.9432631, "Species": "House Finch", "Count": 1, "Date": "2024-01-10" }, "geometry": { "type": "Point", "coordinates": [ -157.9432631, 21.392867 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.392867, "Longitude": -157.9432631, "Species": "House Sparrow", "Count": 1, "Date": "2022-01-07" }, "geometry": { "type": "Point", "coordinates": [ -157.9432631, 21.392867 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.392867, "Longitude": -157.9432631, "Species": "Java Sparrow", "Count": 1, "Date": "2023-01-08" }, "geometry": { "type": "Point", "coordinates": [ -157.9432631, 21.392867 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.392867, "Longitude": -157.9432631, "Species": "Northern Cardinal", "Count": 2, "Date": "2023-01-05" }, "geometry": { "type": "Point", "coordinates": [ -157.9432631, 21.392867 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.392867, "Longitude": -157.9432631, "Species": "Pacific Golden-Plover", "Count": 6, "Date": "2024-01-10" }, "geometry": { "type": "Point", "coordinates": [ -157.9432631, 21.392867 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.392867, "Longitude": -157.9432631, "Species": "Red Junglefowl", "Count": 1, "Date": "2024-01-10" }, "geometry": { "type": "Point", "coordinates": [ -157.9432631, 21.392867 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.392867, "Longitude": -157.9432631, "Species": "Red-crested Cardinal", "Count": 1, "Date": "2022-01-07" }, "geometry": { "type": "Point", "coordinates": [ -157.9432631, 21.392867 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.392867, "Longitude": -157.9432631, "Species": "Red-vented Bulbul", "Count": 3, "Date": "2024-01-10" }, "geometry": { "type": "Point", "coordinates": [ -157.9432631, 21.392867 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.392867, "Longitude": -157.9432631, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2023-01-05" }, "geometry": { "type": "Point", "coordinates": [ -157.9432631, 21.392867 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.392867, "Longitude": -157.9432631, "Species": "Saffron Finch", "Count": 1, "Date": "2020-11-14" }, "geometry": { "type": "Point", "coordinates": [ -157.9432631, 21.392867 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.392867, "Longitude": -157.9432631, "Species": "Spotted Dove", "Count": 1, "Date": "2024-01-10" }, "geometry": { "type": "Point", "coordinates": [ -157.9432631, 21.392867 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.392867, "Longitude": -157.9432631, "Species": "Warbling White-eye", "Count": 2, "Date": "2024-01-10" }, "geometry": { "type": "Point", "coordinates": [ -157.9432631, 21.392867 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.392867, "Longitude": -157.9432631, "Species": "Western Cattle Egret", "Count": 2, "Date": "2023-06-28" }, "geometry": { "type": "Point", "coordinates": [ -157.9432631, 21.392867 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.392867, "Longitude": -157.9432631, "Species": "White Tern", "Count": 1, "Date": "2019-07-21" }, "geometry": { "type": "Point", "coordinates": [ -157.9432631, 21.392867 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.392867, "Longitude": -157.9432631, "Species": "Zebra Dove", "Count": 3, "Date": "2024-01-10" }, "geometry": { "type": "Point", "coordinates": [ -157.9432631, 21.392867 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39182167, "Longitude": -157.7889358, "Species": "Chestnut Munia", "Count": 4, "Date": "2023-07-12" }, "geometry": { "type": "Point", "coordinates": [ -157.7889358, 21.39182167 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39182167, "Longitude": -157.7889358, "Species": "Common Myna", "Count": 9, "Date": "2023-11-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7889358, 21.39182167 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39182167, "Longitude": -157.7889358, "Species": "Common Waxbill", "Count": 1, "Date": "2023-04-23" }, "geometry": { "type": "Point", "coordinates": [ -157.7889358, 21.39182167 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39182167, "Longitude": -157.7889358, "Species": "House Finch", "Count": 2, "Date": "2023-07-12" }, "geometry": { "type": "Point", "coordinates": [ -157.7889358, 21.39182167 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39182167, "Longitude": -157.7889358, "Species": "Feral Mallard", "Count": 2, "Date": "2023-11-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7889358, 21.39182167 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39182167, "Longitude": -157.7889358, "Species": "Pacific Golden-Plover", "Count": 7, "Date": "2023-11-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7889358, 21.39182167 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39182167, "Longitude": -157.7889358, "Species": "Red Junglefowl", "Count": 8, "Date": "2023-11-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7889358, 21.39182167 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39182167, "Longitude": -157.7889358, "Species": "Red-billed Leiothrix", "Count": 1, "Date": "2023-11-08" }, "geometry": { "type": "Point", "coordinates": [ -157.7889358, 21.39182167 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39182167, "Longitude": -157.7889358, "Species": "Red-crested Cardinal", "Count": 9, "Date": "2023-11-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7889358, 21.39182167 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39182167, "Longitude": -157.7889358, "Species": "Red-vented Bulbul", "Count": 3, "Date": "2023-07-12" }, "geometry": { "type": "Point", "coordinates": [ -157.7889358, 21.39182167 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39182167, "Longitude": -157.7889358, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2023-11-08" }, "geometry": { "type": "Point", "coordinates": [ -157.7889358, 21.39182167 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39182167, "Longitude": -157.7889358, "Species": "Rock Pigeon", "Count": 8, "Date": "2023-11-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7889358, 21.39182167 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39182167, "Longitude": -157.7889358, "Species": "Spotted Dove", "Count": 5, "Date": "2023-11-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7889358, 21.39182167 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39182167, "Longitude": -157.7889358, "Species": "Warbling White-eye", "Count": 2, "Date": "2023-07-12" }, "geometry": { "type": "Point", "coordinates": [ -157.7889358, 21.39182167 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39182167, "Longitude": -157.7889358, "Species": "Western Cattle Egret", "Count": 12, "Date": "2023-11-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7889358, 21.39182167 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39182167, "Longitude": -157.7889358, "Species": "White-rumped Shama", "Count": 1, "Date": "2023-04-19" }, "geometry": { "type": "Point", "coordinates": [ -157.7889358, 21.39182167 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39182167, "Longitude": -157.7889358, "Species": "Zebra Dove", "Count": 8, "Date": "2023-11-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7889358, 21.39182167 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41093385, "Longitude": -157.9431331, "Species": "Common Myna", "Count": 10, "Date": "2022-08-08" }, "geometry": { "type": "Point", "coordinates": [ -157.943133100000011, 21.41093385 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41093385, "Longitude": -157.9431331, "Species": "Common Waxbill", "Count": 6, "Date": "2022-05-08" }, "geometry": { "type": "Point", "coordinates": [ -157.943133100000011, 21.41093385 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41093385, "Longitude": -157.9431331, "Species": "House Finch", "Count": 6, "Date": "2022-08-08" }, "geometry": { "type": "Point", "coordinates": [ -157.943133100000011, 21.41093385 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41093385, "Longitude": -157.9431331, "Species": "House Sparrow", "Count": 2, "Date": "2022-08-08" }, "geometry": { "type": "Point", "coordinates": [ -157.943133100000011, 21.41093385 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41093385, "Longitude": -157.9431331, "Species": "Java Sparrow", "Count": 9, "Date": "2022-08-08" }, "geometry": { "type": "Point", "coordinates": [ -157.943133100000011, 21.41093385 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41093385, "Longitude": -157.9431331, "Species": "Northern Cardinal", "Count": 2, "Date": "2022-08-08" }, "geometry": { "type": "Point", "coordinates": [ -157.943133100000011, 21.41093385 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41093385, "Longitude": -157.9431331, "Species": "Pacific Golden-Plover", "Count": 3, "Date": "2022-08-08" }, "geometry": { "type": "Point", "coordinates": [ -157.943133100000011, 21.41093385 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41093385, "Longitude": -157.9431331, "Species": "Red-crested Cardinal", "Count": 10, "Date": "2022-08-08" }, "geometry": { "type": "Point", "coordinates": [ -157.943133100000011, 21.41093385 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41093385, "Longitude": -157.9431331, "Species": "Red-crowned Parrot", "Count": 11, "Date": "2022-08-08" }, "geometry": { "type": "Point", "coordinates": [ -157.943133100000011, 21.41093385 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41093385, "Longitude": -157.9431331, "Species": "Red-vented Bulbul", "Count": 10, "Date": "2022-08-08" }, "geometry": { "type": "Point", "coordinates": [ -157.943133100000011, 21.41093385 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41093385, "Longitude": -157.9431331, "Species": "Red-whiskered Bulbul", "Count": 4, "Date": "2022-05-08" }, "geometry": { "type": "Point", "coordinates": [ -157.943133100000011, 21.41093385 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41093385, "Longitude": -157.9431331, "Species": "Rose-ringed Parakeet", "Count": 9, "Date": "2022-08-08" }, "geometry": { "type": "Point", "coordinates": [ -157.943133100000011, 21.41093385 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41093385, "Longitude": -157.9431331, "Species": "Spotted Dove", "Count": 11, "Date": "2022-08-08" }, "geometry": { "type": "Point", "coordinates": [ -157.943133100000011, 21.41093385 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41093385, "Longitude": -157.9431331, "Species": "Warbling White-eye", "Count": 5, "Date": "2022-05-03" }, "geometry": { "type": "Point", "coordinates": [ -157.943133100000011, 21.41093385 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41093385, "Longitude": -157.9431331, "Species": "Western Cattle Egret", "Count": 3, "Date": "2022-08-08" }, "geometry": { "type": "Point", "coordinates": [ -157.943133100000011, 21.41093385 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41093385, "Longitude": -157.9431331, "Species": "White-rumped Shama", "Count": 3, "Date": "2022-05-08" }, "geometry": { "type": "Point", "coordinates": [ -157.943133100000011, 21.41093385 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41093385, "Longitude": -157.9431331, "Species": "Zebra Dove", "Count": 11, "Date": "2022-08-08" }, "geometry": { "type": "Point", "coordinates": [ -157.943133100000011, 21.41093385 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41905977, "Longitude": -157.8080062, "Species": "Chestnut Munia", "Count": 3, "Date": "2021-10-10" }, "geometry": { "type": "Point", "coordinates": [ -157.8080062, 21.41905977 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41905977, "Longitude": -157.8080062, "Species": "Common Myna", "Count": 5, "Date": "2023-04-11" }, "geometry": { "type": "Point", "coordinates": [ -157.8080062, 21.41905977 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41905977, "Longitude": -157.8080062, "Species": "Common Waxbill", "Count": 2, "Date": "2021-10-10" }, "geometry": { "type": "Point", "coordinates": [ -157.8080062, 21.41905977 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41905977, "Longitude": -157.8080062, "Species": "House Finch", "Count": 1, "Date": "2019-05-27" }, "geometry": { "type": "Point", "coordinates": [ -157.8080062, 21.41905977 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41905977, "Longitude": -157.8080062, "Species": "House Sparrow", "Count": 3, "Date": "2021-10-10" }, "geometry": { "type": "Point", "coordinates": [ -157.8080062, 21.41905977 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41905977, "Longitude": -157.8080062, "Species": "Java Sparrow", "Count": 2, "Date": "2021-10-10" }, "geometry": { "type": "Point", "coordinates": [ -157.8080062, 21.41905977 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41905977, "Longitude": -157.8080062, "Species": "Feral Mallard", "Count": 1, "Date": "2019-05-27" }, "geometry": { "type": "Point", "coordinates": [ -157.8080062, 21.41905977 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41905977, "Longitude": -157.8080062, "Species": "Northern Cardinal", "Count": 1, "Date": "2019-05-27" }, "geometry": { "type": "Point", "coordinates": [ -157.8080062, 21.41905977 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41905977, "Longitude": -157.8080062, "Species": "Red-crested Cardinal", "Count": 1, "Date": "2019-05-27" }, "geometry": { "type": "Point", "coordinates": [ -157.8080062, 21.41905977 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41905977, "Longitude": -157.8080062, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2019-05-27" }, "geometry": { "type": "Point", "coordinates": [ -157.8080062, 21.41905977 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41905977, "Longitude": -157.8080062, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2019-05-27" }, "geometry": { "type": "Point", "coordinates": [ -157.8080062, 21.41905977 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41905977, "Longitude": -157.8080062, "Species": "Rock Pigeon", "Count": 3, "Date": "2021-10-10" }, "geometry": { "type": "Point", "coordinates": [ -157.8080062, 21.41905977 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41905977, "Longitude": -157.8080062, "Species": "Spotted Dove", "Count": 1, "Date": "2019-05-27" }, "geometry": { "type": "Point", "coordinates": [ -157.8080062, 21.41905977 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41905977, "Longitude": -157.8080062, "Species": "Warbling White-eye", "Count": 2, "Date": "2022-08-26" }, "geometry": { "type": "Point", "coordinates": [ -157.8080062, 21.41905977 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41905977, "Longitude": -157.8080062, "Species": "Western Cattle Egret", "Count": 2, "Date": "2021-10-09" }, "geometry": { "type": "Point", "coordinates": [ -157.8080062, 21.41905977 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41905977, "Longitude": -157.8080062, "Species": "White-rumped Shama", "Count": 1, "Date": "2019-05-27" }, "geometry": { "type": "Point", "coordinates": [ -157.8080062, 21.41905977 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41905977, "Longitude": -157.8080062, "Species": "Zebra Dove", "Count": 3, "Date": "2021-10-10" }, "geometry": { "type": "Point", "coordinates": [ -157.8080062, 21.41905977 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41892118, "Longitude": -157.7887124, "Species": "Common Myna", "Count": 1, "Date": "2022-02-21" }, "geometry": { "type": "Point", "coordinates": [ -157.7887124, 21.41892118 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41892118, "Longitude": -157.7887124, "Species": "Common Waxbill", "Count": 1, "Date": "2022-02-21" }, "geometry": { "type": "Point", "coordinates": [ -157.7887124, 21.41892118 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41892118, "Longitude": -157.7887124, "Species": "House Sparrow", "Count": 1, "Date": "2022-02-21" }, "geometry": { "type": "Point", "coordinates": [ -157.7887124, 21.41892118 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41892118, "Longitude": -157.7887124, "Species": "Java Sparrow", "Count": 1, "Date": "2022-02-21" }, "geometry": { "type": "Point", "coordinates": [ -157.7887124, 21.41892118 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41892118, "Longitude": -157.7887124, "Species": "Feral Mallard", "Count": 1, "Date": "2023-01-21" }, "geometry": { "type": "Point", "coordinates": [ -157.7887124, 21.41892118 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41892118, "Longitude": -157.7887124, "Species": "Northern Cardinal", "Count": 1, "Date": "2022-02-21" }, "geometry": { "type": "Point", "coordinates": [ -157.7887124, 21.41892118 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41892118, "Longitude": -157.7887124, "Species": "Pacific Golden-Plover", "Count": 3, "Date": "2023-01-21" }, "geometry": { "type": "Point", "coordinates": [ -157.7887124, 21.41892118 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41892118, "Longitude": -157.7887124, "Species": "Red Junglefowl", "Count": 1, "Date": "2023-01-21" }, "geometry": { "type": "Point", "coordinates": [ -157.7887124, 21.41892118 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41892118, "Longitude": -157.7887124, "Species": "Red-crested Cardinal", "Count": 2, "Date": "2023-01-21" }, "geometry": { "type": "Point", "coordinates": [ -157.7887124, 21.41892118 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41892118, "Longitude": -157.7887124, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2022-02-21" }, "geometry": { "type": "Point", "coordinates": [ -157.7887124, 21.41892118 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41892118, "Longitude": -157.7887124, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2022-02-21" }, "geometry": { "type": "Point", "coordinates": [ -157.7887124, 21.41892118 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41892118, "Longitude": -157.7887124, "Species": "Rock Pigeon", "Count": 1, "Date": "2022-02-21" }, "geometry": { "type": "Point", "coordinates": [ -157.7887124, 21.41892118 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41892118, "Longitude": -157.7887124, "Species": "Spotted Dove", "Count": 2, "Date": "2023-01-21" }, "geometry": { "type": "Point", "coordinates": [ -157.7887124, 21.41892118 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41892118, "Longitude": -157.7887124, "Species": "Warbling White-eye", "Count": 1, "Date": "2022-02-22" }, "geometry": { "type": "Point", "coordinates": [ -157.7887124, 21.41892118 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41892118, "Longitude": -157.7887124, "Species": "Western Cattle Egret", "Count": 1, "Date": "2022-02-21" }, "geometry": { "type": "Point", "coordinates": [ -157.7887124, 21.41892118 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41892118, "Longitude": -157.7887124, "Species": "White-rumped Shama", "Count": 1, "Date": "2023-01-21" }, "geometry": { "type": "Point", "coordinates": [ -157.7887124, 21.41892118 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41892118, "Longitude": -157.7887124, "Species": "Zebra Dove", "Count": 2, "Date": "2023-01-21" }, "geometry": { "type": "Point", "coordinates": [ -157.7887124, 21.41892118 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4187095, "Longitude": -157.7597719, "Species": "Black-necked Stilt", "Count": 1, "Date": "2023-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7597719, 21.4187095 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4187095, "Longitude": -157.7597719, "Species": "Chestnut Munia", "Count": 2, "Date": "2023-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7597719, 21.4187095 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4187095, "Longitude": -157.7597719, "Species": "Common Myna", "Count": 5, "Date": "2023-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7597719, 21.4187095 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4187095, "Longitude": -157.7597719, "Species": "Common Waxbill", "Count": 3, "Date": "2022-02-21" }, "geometry": { "type": "Point", "coordinates": [ -157.7597719, 21.4187095 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4187095, "Longitude": -157.7597719, "Species": "Great Frigatebird", "Count": 1, "Date": "2019-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7597719, 21.4187095 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4187095, "Longitude": -157.7597719, "Species": "House Finch", "Count": 5, "Date": "2023-11-21" }, "geometry": { "type": "Point", "coordinates": [ -157.7597719, 21.4187095 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4187095, "Longitude": -157.7597719, "Species": "Java Sparrow", "Count": 3, "Date": "2023-11-21" }, "geometry": { "type": "Point", "coordinates": [ -157.7597719, 21.4187095 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4187095, "Longitude": -157.7597719, "Species": "Northern Cardinal", "Count": 2, "Date": "2020-05-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7597719, 21.4187095 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4187095, "Longitude": -157.7597719, "Species": "Pacific Golden-Plover", "Count": 1, "Date": "2022-02-21" }, "geometry": { "type": "Point", "coordinates": [ -157.7597719, 21.4187095 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4187095, "Longitude": -157.7597719, "Species": "Red Junglefowl", "Count": 3, "Date": "2023-11-21" }, "geometry": { "type": "Point", "coordinates": [ -157.7597719, 21.4187095 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4187095, "Longitude": -157.7597719, "Species": "Red-crested Cardinal", "Count": 6, "Date": "2023-11-15" }, "geometry": { "type": "Point", "coordinates": [ -157.7597719, 21.4187095 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4187095, "Longitude": -157.7597719, "Species": "Red-vented Bulbul", "Count": 7, "Date": "2023-11-21" }, "geometry": { "type": "Point", "coordinates": [ -157.7597719, 21.4187095 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4187095, "Longitude": -157.7597719, "Species": "Red-whiskered Bulbul", "Count": 3, "Date": "2023-11-21" }, "geometry": { "type": "Point", "coordinates": [ -157.7597719, 21.4187095 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4187095, "Longitude": -157.7597719, "Species": "Spotted Dove", "Count": 3, "Date": "2023-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7597719, 21.4187095 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4187095, "Longitude": -157.7597719, "Species": "Warbling White-eye", "Count": 3, "Date": "2022-02-21" }, "geometry": { "type": "Point", "coordinates": [ -157.7597719, 21.4187095 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4187095, "Longitude": -157.7597719, "Species": "Western Cattle Egret", "Count": 6, "Date": "2023-11-21" }, "geometry": { "type": "Point", "coordinates": [ -157.7597719, 21.4187095 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4187095, "Longitude": -157.7597719, "Species": "Zebra Dove", "Count": 9, "Date": "2023-11-21" }, "geometry": { "type": "Point", "coordinates": [ -157.7597719, 21.4187095 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4564582, "Longitude": -158.0007076, "Species": "Chestnut Munia", "Count": 1, "Date": "2021-02-06" }, "geometry": { "type": "Point", "coordinates": [ -158.0007076, 21.4564582 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4564582, "Longitude": -158.0007076, "Species": "Common Myna", "Count": 2, "Date": "2021-02-06" }, "geometry": { "type": "Point", "coordinates": [ -158.0007076, 21.4564582 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4564582, "Longitude": -158.0007076, "Species": "Common Waxbill", "Count": 1, "Date": "2021-02-06" }, "geometry": { "type": "Point", "coordinates": [ -158.0007076, 21.4564582 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4564582, "Longitude": -158.0007076, "Species": "House Finch", "Count": 1, "Date": "2021-02-06" }, "geometry": { "type": "Point", "coordinates": [ -158.0007076, 21.4564582 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4564582, "Longitude": -158.0007076, "Species": "House Sparrow", "Count": 2, "Date": "2021-02-06" }, "geometry": { "type": "Point", "coordinates": [ -158.0007076, 21.4564582 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4564582, "Longitude": -158.0007076, "Species": "Java Sparrow", "Count": 1, "Date": "2021-02-06" }, "geometry": { "type": "Point", "coordinates": [ -158.0007076, 21.4564582 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4564582, "Longitude": -158.0007076, "Species": "Northern Cardinal", "Count": 1, "Date": "2021-02-06" }, "geometry": { "type": "Point", "coordinates": [ -158.0007076, 21.4564582 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4564582, "Longitude": -158.0007076, "Species": "Pacific Golden-Plover", "Count": 1, "Date": "2021-02-06" }, "geometry": { "type": "Point", "coordinates": [ -158.0007076, 21.4564582 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4564582, "Longitude": -158.0007076, "Species": "Red-crested Cardinal", "Count": 1, "Date": "2021-02-06" }, "geometry": { "type": "Point", "coordinates": [ -158.0007076, 21.4564582 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4564582, "Longitude": -158.0007076, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2021-02-06" }, "geometry": { "type": "Point", "coordinates": [ -158.0007076, 21.4564582 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4564582, "Longitude": -158.0007076, "Species": "Rose-ringed Parakeet", "Count": 3, "Date": "2021-02-06" }, "geometry": { "type": "Point", "coordinates": [ -158.0007076, 21.4564582 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4564582, "Longitude": -158.0007076, "Species": "Saffron Finch", "Count": 1, "Date": "2021-02-06" }, "geometry": { "type": "Point", "coordinates": [ -158.0007076, 21.4564582 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4564582, "Longitude": -158.0007076, "Species": "Scaly-breasted Munia", "Count": 1, "Date": "2021-02-06" }, "geometry": { "type": "Point", "coordinates": [ -158.0007076, 21.4564582 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4564582, "Longitude": -158.0007076, "Species": "Spotted Dove", "Count": 2, "Date": "2021-02-06" }, "geometry": { "type": "Point", "coordinates": [ -158.0007076, 21.4564582 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4564582, "Longitude": -158.0007076, "Species": "Warbling White-eye", "Count": 2, "Date": "2021-02-06" }, "geometry": { "type": "Point", "coordinates": [ -158.0007076, 21.4564582 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4564582, "Longitude": -158.0007076, "Species": "Western Cattle Egret", "Count": 1, "Date": "2021-02-06" }, "geometry": { "type": "Point", "coordinates": [ -158.0007076, 21.4564582 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4564582, "Longitude": -158.0007076, "Species": "Zebra Dove", "Count": 2, "Date": "2021-02-06" }, "geometry": { "type": "Point", "coordinates": [ -158.0007076, 21.4564582 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47452573, "Longitude": -158.0005843, "Species": "Common Myna", "Count": 3, "Date": "2024-01-17" }, "geometry": { "type": "Point", "coordinates": [ -158.000584300000014, 21.47452573 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47452573, "Longitude": -158.0005843, "Species": "Common Waxbill", "Count": 3, "Date": "2024-01-17" }, "geometry": { "type": "Point", "coordinates": [ -158.000584300000014, 21.47452573 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47452573, "Longitude": -158.0005843, "Species": "House Sparrow", "Count": 2, "Date": "2023-05-04" }, "geometry": { "type": "Point", "coordinates": [ -158.000584300000014, 21.47452573 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47452573, "Longitude": -158.0005843, "Species": "Java Sparrow", "Count": 1, "Date": "2023-01-02" }, "geometry": { "type": "Point", "coordinates": [ -158.000584300000014, 21.47452573 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47452573, "Longitude": -158.0005843, "Species": "Pacific Golden-Plover", "Count": 4, "Date": "2024-01-17" }, "geometry": { "type": "Point", "coordinates": [ -158.000584300000014, 21.47452573 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47452573, "Longitude": -158.0005843, "Species": "Red-crested Cardinal", "Count": 1, "Date": "2023-01-02" }, "geometry": { "type": "Point", "coordinates": [ -158.000584300000014, 21.47452573 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47452573, "Longitude": -158.0005843, "Species": "Red-crowned Parrot", "Count": 1, "Date": "2023-01-02" }, "geometry": { "type": "Point", "coordinates": [ -158.000584300000014, 21.47452573 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47452573, "Longitude": -158.0005843, "Species": "Red-vented Bulbul", "Count": 2, "Date": "2024-01-17" }, "geometry": { "type": "Point", "coordinates": [ -158.000584300000014, 21.47452573 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47452573, "Longitude": -158.0005843, "Species": "Rock Pigeon", "Count": 1, "Date": "2023-01-02" }, "geometry": { "type": "Point", "coordinates": [ -158.000584300000014, 21.47452573 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47452573, "Longitude": -158.0005843, "Species": "Rose-ringed Parakeet", "Count": 1, "Date": "2023-01-02" }, "geometry": { "type": "Point", "coordinates": [ -158.000584300000014, 21.47452573 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47452573, "Longitude": -158.0005843, "Species": "Saffron Finch", "Count": 2, "Date": "2023-01-02" }, "geometry": { "type": "Point", "coordinates": [ -158.000584300000014, 21.47452573 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47452573, "Longitude": -158.0005843, "Species": "Scaly-breasted Munia", "Count": 1, "Date": "2020-02-22" }, "geometry": { "type": "Point", "coordinates": [ -158.000584300000014, 21.47452573 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47452573, "Longitude": -158.0005843, "Species": "Spotted Dove", "Count": 2, "Date": "2024-01-17" }, "geometry": { "type": "Point", "coordinates": [ -158.000584300000014, 21.47452573 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47452573, "Longitude": -158.0005843, "Species": "Warbling White-eye", "Count": 1, "Date": "2023-01-02" }, "geometry": { "type": "Point", "coordinates": [ -158.000584300000014, 21.47452573 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47452573, "Longitude": -158.0005843, "Species": "White-rumped Shama", "Count": 1, "Date": "2023-01-02" }, "geometry": { "type": "Point", "coordinates": [ -158.000584300000014, 21.47452573 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47452573, "Longitude": -158.0005843, "Species": "Zebra Dove", "Count": 2, "Date": "2023-05-04" }, "geometry": { "type": "Point", "coordinates": [ -158.000584300000014, 21.47452573 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49287523, "Longitude": -158.0487236, "Species": "Black-crowned Night Heron", "Count": 1, "Date": "2020-11-09" }, "geometry": { "type": "Point", "coordinates": [ -158.048723599999988, 21.49287523 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49287523, "Longitude": -158.0487236, "Species": "Common Myna", "Count": 3, "Date": "2021-06-08" }, "geometry": { "type": "Point", "coordinates": [ -158.048723599999988, 21.49287523 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49287523, "Longitude": -158.0487236, "Species": "Common Waxbill", "Count": 1, "Date": "2020-11-09" }, "geometry": { "type": "Point", "coordinates": [ -158.048723599999988, 21.49287523 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49287523, "Longitude": -158.0487236, "Species": "House Finch", "Count": 2, "Date": "2021-06-08" }, "geometry": { "type": "Point", "coordinates": [ -158.048723599999988, 21.49287523 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49287523, "Longitude": -158.0487236, "Species": "Java Sparrow", "Count": 10, "Date": "2021-06-08" }, "geometry": { "type": "Point", "coordinates": [ -158.048723599999988, 21.49287523 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49287523, "Longitude": -158.0487236, "Species": "Feral Mallard", "Count": 1, "Date": "2020-11-09" }, "geometry": { "type": "Point", "coordinates": [ -158.048723599999988, 21.49287523 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49287523, "Longitude": -158.0487236, "Species": "Muscovy Duck", "Count": 1, "Date": "2020-11-09" }, "geometry": { "type": "Point", "coordinates": [ -158.048723599999988, 21.49287523 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49287523, "Longitude": -158.0487236, "Species": "Northern Cardinal", "Count": 5, "Date": "2021-06-07" }, "geometry": { "type": "Point", "coordinates": [ -158.048723599999988, 21.49287523 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49287523, "Longitude": -158.0487236, "Species": "Red Junglefowl", "Count": 1, "Date": "2020-11-09" }, "geometry": { "type": "Point", "coordinates": [ -158.048723599999988, 21.49287523 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49287523, "Longitude": -158.0487236, "Species": "Red-crested Cardinal", "Count": 4, "Date": "2021-06-08" }, "geometry": { "type": "Point", "coordinates": [ -158.048723599999988, 21.49287523 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49287523, "Longitude": -158.0487236, "Species": "Red-vented Bulbul", "Count": 2, "Date": "2020-11-09" }, "geometry": { "type": "Point", "coordinates": [ -158.048723599999988, 21.49287523 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49287523, "Longitude": -158.0487236, "Species": "Rose-ringed Parakeet", "Count": 4, "Date": "2021-06-08" }, "geometry": { "type": "Point", "coordinates": [ -158.048723599999988, 21.49287523 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49287523, "Longitude": -158.0487236, "Species": "Saffron Finch", "Count": 1, "Date": "2020-11-09" }, "geometry": { "type": "Point", "coordinates": [ -158.048723599999988, 21.49287523 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49287523, "Longitude": -158.0487236, "Species": "Spotted Dove", "Count": 13, "Date": "2021-06-08" }, "geometry": { "type": "Point", "coordinates": [ -158.048723599999988, 21.49287523 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49287523, "Longitude": -158.0487236, "Species": "Warbling White-eye", "Count": 2, "Date": "2020-11-09" }, "geometry": { "type": "Point", "coordinates": [ -158.048723599999988, 21.49287523 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49287523, "Longitude": -158.0487236, "Species": "White-rumped Shama", "Count": 3, "Date": "2020-02-17" }, "geometry": { "type": "Point", "coordinates": [ -158.048723599999988, 21.49287523 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49287523, "Longitude": -158.0487236, "Species": "Zebra Dove", "Count": 9, "Date": "2021-06-08" }, "geometry": { "type": "Point", "coordinates": [ -158.048723599999988, 21.49287523 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5473463, "Longitude": -158.0966519, "Species": "Black Francolin", "Count": 7, "Date": "2022-06-06" }, "geometry": { "type": "Point", "coordinates": [ -158.096651900000012, 21.5473463 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5473463, "Longitude": -158.0966519, "Species": "Common Myna", "Count": 23, "Date": "2023-01-26" }, "geometry": { "type": "Point", "coordinates": [ -158.096651900000012, 21.5473463 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5473463, "Longitude": -158.0966519, "Species": "Common Waxbill", "Count": 8, "Date": "2023-01-26" }, "geometry": { "type": "Point", "coordinates": [ -158.096651900000012, 21.5473463 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5473463, "Longitude": -158.0966519, "Species": "Eurasian Skylark", "Count": 2, "Date": "2022-05-23" }, "geometry": { "type": "Point", "coordinates": [ -158.096651900000012, 21.5473463 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5473463, "Longitude": -158.0966519, "Species": "Gray Francolin", "Count": 1, "Date": "2023-11-05" }, "geometry": { "type": "Point", "coordinates": [ -158.096651900000012, 21.5473463 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5473463, "Longitude": -158.0966519, "Species": "House Finch", "Count": 19, "Date": "2023-01-26" }, "geometry": { "type": "Point", "coordinates": [ -158.096651900000012, 21.5473463 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5473463, "Longitude": -158.0966519, "Species": "Northern Cardinal", "Count": 6, "Date": "2022-07-11" }, "geometry": { "type": "Point", "coordinates": [ -158.096651900000012, 21.5473463 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5473463, "Longitude": -158.0966519, "Species": "Pacific Golden-Plover", "Count": 3, "Date": "2023-01-26" }, "geometry": { "type": "Point", "coordinates": [ -158.096651900000012, 21.5473463 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5473463, "Longitude": -158.0966519, "Species": "Red Avadavat", "Count": 1, "Date": "2022-05-09" }, "geometry": { "type": "Point", "coordinates": [ -158.096651900000012, 21.5473463 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5473463, "Longitude": -158.0966519, "Species": "Red-billed Leiothrix", "Count": 1, "Date": "2022-03-14" }, "geometry": { "type": "Point", "coordinates": [ -158.096651900000012, 21.5473463 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5473463, "Longitude": -158.0966519, "Species": "Red-crested Cardinal", "Count": 10, "Date": "2022-07-18" }, "geometry": { "type": "Point", "coordinates": [ -158.096651900000012, 21.5473463 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5473463, "Longitude": -158.0966519, "Species": "Red-vented Bulbul", "Count": 16, "Date": "2022-07-25" }, "geometry": { "type": "Point", "coordinates": [ -158.096651900000012, 21.5473463 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5473463, "Longitude": -158.0966519, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2022-06-27" }, "geometry": { "type": "Point", "coordinates": [ -158.096651900000012, 21.5473463 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5473463, "Longitude": -158.0966519, "Species": "Ring-necked Pheasant", "Count": 1, "Date": "2020-12-22" }, "geometry": { "type": "Point", "coordinates": [ -158.096651900000012, 21.5473463 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5473463, "Longitude": -158.0966519, "Species": "Spotted Dove", "Count": 21, "Date": "2023-01-26" }, "geometry": { "type": "Point", "coordinates": [ -158.096651900000012, 21.5473463 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5473463, "Longitude": -158.0966519, "Species": "Warbling White-eye", "Count": 11, "Date": "2022-08-08" }, "geometry": { "type": "Point", "coordinates": [ -158.096651900000012, 21.5473463 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5473463, "Longitude": -158.0966519, "Species": "Zebra Dove", "Count": 14, "Date": "2023-01-26" }, "geometry": { "type": "Point", "coordinates": [ -158.096651900000012, 21.5473463 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55643251, "Longitude": -158.1062528, "Species": "Black Francolin", "Count": 14, "Date": "2022-07-18" }, "geometry": { "type": "Point", "coordinates": [ -158.1062528, 21.55643251 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55643251, "Longitude": -158.1062528, "Species": "Chestnut Munia", "Count": 2, "Date": "2022-04-04" }, "geometry": { "type": "Point", "coordinates": [ -158.1062528, 21.55643251 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55643251, "Longitude": -158.1062528, "Species": "Common Myna", "Count": 14, "Date": "2022-07-25" }, "geometry": { "type": "Point", "coordinates": [ -158.1062528, 21.55643251 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55643251, "Longitude": -158.1062528, "Species": "Common Waxbill", "Count": 7, "Date": "2022-07-18" }, "geometry": { "type": "Point", "coordinates": [ -158.1062528, 21.55643251 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55643251, "Longitude": -158.1062528, "Species": "Eurasian Skylark", "Count": 1, "Date": "2022-01-16" }, "geometry": { "type": "Point", "coordinates": [ -158.1062528, 21.55643251 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55643251, "Longitude": -158.1062528, "Species": "Gray Francolin", "Count": 10, "Date": "2022-07-18" }, "geometry": { "type": "Point", "coordinates": [ -158.1062528, 21.55643251 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55643251, "Longitude": -158.1062528, "Species": "House Finch", "Count": 6, "Date": "2022-07-18" }, "geometry": { "type": "Point", "coordinates": [ -158.1062528, 21.55643251 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55643251, "Longitude": -158.1062528, "Species": "Japanese Bush Warbler", "Count": 2, "Date": "2022-06-13" }, "geometry": { "type": "Point", "coordinates": [ -158.1062528, 21.55643251 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55643251, "Longitude": -158.1062528, "Species": "Northern Cardinal", "Count": 5, "Date": "2022-07-25" }, "geometry": { "type": "Point", "coordinates": [ -158.1062528, 21.55643251 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55643251, "Longitude": -158.1062528, "Species": "Pacific Golden-Plover", "Count": 1, "Date": "2022-04-04" }, "geometry": { "type": "Point", "coordinates": [ -158.1062528, 21.55643251 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55643251, "Longitude": -158.1062528, "Species": "Red Avadavat", "Count": 8, "Date": "2022-07-11" }, "geometry": { "type": "Point", "coordinates": [ -158.1062528, 21.55643251 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55643251, "Longitude": -158.1062528, "Species": "Red-crested Cardinal", "Count": 7, "Date": "2022-06-06" }, "geometry": { "type": "Point", "coordinates": [ -158.1062528, 21.55643251 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55643251, "Longitude": -158.1062528, "Species": "Red-vented Bulbul", "Count": 17, "Date": "2022-07-25" }, "geometry": { "type": "Point", "coordinates": [ -158.1062528, 21.55643251 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55643251, "Longitude": -158.1062528, "Species": "Red-whiskered Bulbul", "Count": 3, "Date": "2022-05-25" }, "geometry": { "type": "Point", "coordinates": [ -158.1062528, 21.55643251 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55643251, "Longitude": -158.1062528, "Species": "Spotted Dove", "Count": 10, "Date": "2022-07-18" }, "geometry": { "type": "Point", "coordinates": [ -158.1062528, 21.55643251 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55643251, "Longitude": -158.1062528, "Species": "Warbling White-eye", "Count": 19, "Date": "2022-07-25" }, "geometry": { "type": "Point", "coordinates": [ -158.1062528, 21.55643251 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55643251, "Longitude": -158.1062528, "Species": "Zebra Dove", "Count": 6, "Date": "2022-07-05" }, "geometry": { "type": "Point", "coordinates": [ -158.1062528, 21.55643251 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58379366, "Longitude": -158.1543764, "Species": "Common Myna", "Count": 5, "Date": "2023-04-18" }, "geometry": { "type": "Point", "coordinates": [ -158.1543764, 21.58379366 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58379366, "Longitude": -158.1543764, "Species": "Common Waxbill", "Count": 3, "Date": "2023-04-22" }, "geometry": { "type": "Point", "coordinates": [ -158.1543764, 21.58379366 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58379366, "Longitude": -158.1543764, "Species": "Gray Francolin", "Count": 1, "Date": "2023-04-22" }, "geometry": { "type": "Point", "coordinates": [ -158.1543764, 21.58379366 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58379366, "Longitude": -158.1543764, "Species": "House Finch", "Count": 1, "Date": "2023-04-22" }, "geometry": { "type": "Point", "coordinates": [ -158.1543764, 21.58379366 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58379366, "Longitude": -158.1543764, "Species": "Northern Cardinal", "Count": 5, "Date": "2023-04-22" }, "geometry": { "type": "Point", "coordinates": [ -158.1543764, 21.58379366 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58379366, "Longitude": -158.1543764, "Species": "Pacific Golden-Plover", "Count": 1, "Date": "2021-02-19" }, "geometry": { "type": "Point", "coordinates": [ -158.1543764, 21.58379366 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58379366, "Longitude": -158.1543764, "Species": "Red Junglefowl", "Count": 1, "Date": "2021-02-19" }, "geometry": { "type": "Point", "coordinates": [ -158.1543764, 21.58379366 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58379366, "Longitude": -158.1543764, "Species": "Red-crested Cardinal", "Count": 5, "Date": "2023-04-22" }, "geometry": { "type": "Point", "coordinates": [ -158.1543764, 21.58379366 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58379366, "Longitude": -158.1543764, "Species": "Red-vented Bulbul", "Count": 5, "Date": "2023-04-22" }, "geometry": { "type": "Point", "coordinates": [ -158.1543764, 21.58379366 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58379366, "Longitude": -158.1543764, "Species": "Red-whiskered Bulbul", "Count": 2, "Date": "2023-03-27" }, "geometry": { "type": "Point", "coordinates": [ -158.1543764, 21.58379366 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58379366, "Longitude": -158.1543764, "Species": "Saffron Finch", "Count": 3, "Date": "2023-04-22" }, "geometry": { "type": "Point", "coordinates": [ -158.1543764, 21.58379366 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58379366, "Longitude": -158.1543764, "Species": "Sanderling", "Count": 1, "Date": "2021-08-29" }, "geometry": { "type": "Point", "coordinates": [ -158.1543764, 21.58379366 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58379366, "Longitude": -158.1543764, "Species": "Spotted Dove", "Count": 1, "Date": "2021-02-19" }, "geometry": { "type": "Point", "coordinates": [ -158.1543764, 21.58379366 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58379366, "Longitude": -158.1543764, "Species": "Wandering Tattler", "Count": 1, "Date": "2023-04-18" }, "geometry": { "type": "Point", "coordinates": [ -158.1543764, 21.58379366 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58379366, "Longitude": -158.1543764, "Species": "Warbling White-eye", "Count": 1, "Date": "2023-04-22" }, "geometry": { "type": "Point", "coordinates": [ -158.1543764, 21.58379366 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58379366, "Longitude": -158.1543764, "Species": "Western Cattle Egret", "Count": 3, "Date": "2023-04-22" }, "geometry": { "type": "Point", "coordinates": [ -158.1543764, 21.58379366 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58379366, "Longitude": -158.1543764, "Species": "Zebra Dove", "Count": 5, "Date": "2023-04-22" }, "geometry": { "type": "Point", "coordinates": [ -158.1543764, 21.58379366 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58363841, "Longitude": -158.1254033, "Species": "Common Gallinule", "Count": 2, "Date": "2022-07-31" }, "geometry": { "type": "Point", "coordinates": [ -158.125403299999988, 21.58363841 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58363841, "Longitude": -158.1254033, "Species": "Common Myna", "Count": 5, "Date": "2023-11-11" }, "geometry": { "type": "Point", "coordinates": [ -158.125403299999988, 21.58363841 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58363841, "Longitude": -158.1254033, "Species": "Common Waxbill", "Count": 2, "Date": "2021-12-07" }, "geometry": { "type": "Point", "coordinates": [ -158.125403299999988, 21.58363841 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58363841, "Longitude": -158.1254033, "Species": "House Finch", "Count": 1, "Date": "2019-12-31" }, "geometry": { "type": "Point", "coordinates": [ -158.125403299999988, 21.58363841 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58363841, "Longitude": -158.1254033, "Species": "Java Sparrow", "Count": 1, "Date": "2023-02-19" }, "geometry": { "type": "Point", "coordinates": [ -158.125403299999988, 21.58363841 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58363841, "Longitude": -158.1254033, "Species": "Northern Cardinal", "Count": 2, "Date": "2022-12-28" }, "geometry": { "type": "Point", "coordinates": [ -158.125403299999988, 21.58363841 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58363841, "Longitude": -158.1254033, "Species": "Pacific Golden-Plover", "Count": 2, "Date": "2023-11-11" }, "geometry": { "type": "Point", "coordinates": [ -158.125403299999988, 21.58363841 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58363841, "Longitude": -158.1254033, "Species": "Red-crested Cardinal", "Count": 4, "Date": "2023-11-11" }, "geometry": { "type": "Point", "coordinates": [ -158.125403299999988, 21.58363841 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58363841, "Longitude": -158.1254033, "Species": "Red-vented Bulbul", "Count": 7, "Date": "2022-12-28" }, "geometry": { "type": "Point", "coordinates": [ -158.125403299999988, 21.58363841 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58363841, "Longitude": -158.1254033, "Species": "Red-whiskered Bulbul", "Count": 2, "Date": "2019-12-31" }, "geometry": { "type": "Point", "coordinates": [ -158.125403299999988, 21.58363841 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58363841, "Longitude": -158.1254033, "Species": "Ruddy Turnstone", "Count": 4, "Date": "2023-11-11" }, "geometry": { "type": "Point", "coordinates": [ -158.125403299999988, 21.58363841 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58363841, "Longitude": -158.1254033, "Species": "Saffron Finch", "Count": 2, "Date": "2022-12-28" }, "geometry": { "type": "Point", "coordinates": [ -158.125403299999988, 21.58363841 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58363841, "Longitude": -158.1254033, "Species": "Spotted Dove", "Count": 2, "Date": "2019-12-31" }, "geometry": { "type": "Point", "coordinates": [ -158.125403299999988, 21.58363841 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58363841, "Longitude": -158.1254033, "Species": "Wandering Tattler", "Count": 1, "Date": "2023-02-19" }, "geometry": { "type": "Point", "coordinates": [ -158.125403299999988, 21.58363841 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58363841, "Longitude": -158.1254033, "Species": "Warbling White-eye", "Count": 2, "Date": "2021-12-07" }, "geometry": { "type": "Point", "coordinates": [ -158.125403299999988, 21.58363841 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58363841, "Longitude": -158.1254033, "Species": "Western Cattle Egret", "Count": 4, "Date": "2023-11-11" }, "geometry": { "type": "Point", "coordinates": [ -158.125403299999988, 21.58363841 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58363841, "Longitude": -158.1254033, "Species": "Zebra Dove", "Count": 6, "Date": "2023-11-11" }, "geometry": { "type": "Point", "coordinates": [ -158.125403299999988, 21.58363841 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6187668, "Longitude": -157.9512892, "Species": "Apapane", "Count": 2, "Date": "2023-02-06" }, "geometry": { "type": "Point", "coordinates": [ -157.9512892, 21.6187668 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6187668, "Longitude": -157.9512892, "Species": "Barn Owl", "Count": 1, "Date": "2021-04-10" }, "geometry": { "type": "Point", "coordinates": [ -157.9512892, 21.6187668 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6187668, "Longitude": -157.9512892, "Species": "Common Myna", "Count": 1, "Date": "2021-04-10" }, "geometry": { "type": "Point", "coordinates": [ -157.9512892, 21.6187668 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6187668, "Longitude": -157.9512892, "Species": "Common Waxbill", "Count": 2, "Date": "2021-04-10" }, "geometry": { "type": "Point", "coordinates": [ -157.9512892, 21.6187668 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6187668, "Longitude": -157.9512892, "Species": "House Finch", "Count": 1, "Date": "2021-02-08" }, "geometry": { "type": "Point", "coordinates": [ -157.9512892, 21.6187668 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6187668, "Longitude": -157.9512892, "Species": "Japanese Bush Warbler", "Count": 4, "Date": "2023-02-06" }, "geometry": { "type": "Point", "coordinates": [ -157.9512892, 21.6187668 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6187668, "Longitude": -157.9512892, "Species": "Northern Cardinal", "Count": 1, "Date": "2021-02-08" }, "geometry": { "type": "Point", "coordinates": [ -157.9512892, 21.6187668 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6187668, "Longitude": -157.9512892, "Species": "Oahu Amakihi", "Count": 2, "Date": "2021-04-10" }, "geometry": { "type": "Point", "coordinates": [ -157.9512892, 21.6187668 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6187668, "Longitude": -157.9512892, "Species": "Red Junglefowl", "Count": 2, "Date": "2021-04-10" }, "geometry": { "type": "Point", "coordinates": [ -157.9512892, 21.6187668 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6187668, "Longitude": -157.9512892, "Species": "Red-billed Leiothrix", "Count": 4, "Date": "2023-02-06" }, "geometry": { "type": "Point", "coordinates": [ -157.9512892, 21.6187668 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6187668, "Longitude": -157.9512892, "Species": "Red-crested Cardinal", "Count": 2, "Date": "2023-01-06" }, "geometry": { "type": "Point", "coordinates": [ -157.9512892, 21.6187668 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6187668, "Longitude": -157.9512892, "Species": "Red-vented Bulbul", "Count": 2, "Date": "2021-04-10" }, "geometry": { "type": "Point", "coordinates": [ -157.9512892, 21.6187668 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6187668, "Longitude": -157.9512892, "Species": "Red-whiskered Bulbul", "Count": 3, "Date": "2023-02-06" }, "geometry": { "type": "Point", "coordinates": [ -157.9512892, 21.6187668 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6187668, "Longitude": -157.9512892, "Species": "Spotted Dove", "Count": 2, "Date": "2021-04-10" }, "geometry": { "type": "Point", "coordinates": [ -157.9512892, 21.6187668 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6187668, "Longitude": -157.9512892, "Species": "Warbling White-eye", "Count": 4, "Date": "2023-02-06" }, "geometry": { "type": "Point", "coordinates": [ -157.9512892, 21.6187668 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6187668, "Longitude": -157.9512892, "Species": "White-rumped Shama", "Count": 4, "Date": "2023-02-06" }, "geometry": { "type": "Point", "coordinates": [ -157.9512892, 21.6187668 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64644913, "Longitude": -158.0477198, "Species": "Chestnut Munia", "Count": 4, "Date": "2023-07-08" }, "geometry": { "type": "Point", "coordinates": [ -158.04771980000001, 21.64644913 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64644913, "Longitude": -158.0477198, "Species": "Common Myna", "Count": 5, "Date": "2023-07-08" }, "geometry": { "type": "Point", "coordinates": [ -158.04771980000001, 21.64644913 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64644913, "Longitude": -158.0477198, "Species": "Common Waxbill", "Count": 3, "Date": "2021-08-20" }, "geometry": { "type": "Point", "coordinates": [ -158.04771980000001, 21.64644913 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64644913, "Longitude": -158.0477198, "Species": "House Finch", "Count": 2, "Date": "2023-07-05" }, "geometry": { "type": "Point", "coordinates": [ -158.04771980000001, 21.64644913 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64644913, "Longitude": -158.0477198, "Species": "Java Sparrow", "Count": 3, "Date": "2023-07-05" }, "geometry": { "type": "Point", "coordinates": [ -158.04771980000001, 21.64644913 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64644913, "Longitude": -158.0477198, "Species": "Northern Cardinal", "Count": 3, "Date": "2021-08-20" }, "geometry": { "type": "Point", "coordinates": [ -158.04771980000001, 21.64644913 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64644913, "Longitude": -158.0477198, "Species": "Pacific Golden-Plover", "Count": 1, "Date": "2021-08-20" }, "geometry": { "type": "Point", "coordinates": [ -158.04771980000001, 21.64644913 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64644913, "Longitude": -158.0477198, "Species": "Red Junglefowl", "Count": 3, "Date": "2023-07-05" }, "geometry": { "type": "Point", "coordinates": [ -158.04771980000001, 21.64644913 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64644913, "Longitude": -158.0477198, "Species": "Red-crested Cardinal", "Count": 4, "Date": "2023-07-05" }, "geometry": { "type": "Point", "coordinates": [ -158.04771980000001, 21.64644913 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64644913, "Longitude": -158.0477198, "Species": "Red-vented Bulbul", "Count": 4, "Date": "2023-07-05" }, "geometry": { "type": "Point", "coordinates": [ -158.04771980000001, 21.64644913 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64644913, "Longitude": -158.0477198, "Species": "Red-whiskered Bulbul", "Count": 3, "Date": "2023-07-05" }, "geometry": { "type": "Point", "coordinates": [ -158.04771980000001, 21.64644913 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64644913, "Longitude": -158.0477198, "Species": "Saffron Finch", "Count": 1, "Date": "2021-08-16" }, "geometry": { "type": "Point", "coordinates": [ -158.04771980000001, 21.64644913 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64644913, "Longitude": -158.0477198, "Species": "Spotted Dove", "Count": 3, "Date": "2023-07-05" }, "geometry": { "type": "Point", "coordinates": [ -158.04771980000001, 21.64644913 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64644913, "Longitude": -158.0477198, "Species": "Warbling White-eye", "Count": 4, "Date": "2023-07-05" }, "geometry": { "type": "Point", "coordinates": [ -158.04771980000001, 21.64644913 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64644913, "Longitude": -158.0477198, "Species": "Western Cattle Egret", "Count": 2, "Date": "2023-07-05" }, "geometry": { "type": "Point", "coordinates": [ -158.04771980000001, 21.64644913 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64644913, "Longitude": -158.0477198, "Species": "White-rumped Shama", "Count": 2, "Date": "2021-08-20" }, "geometry": { "type": "Point", "coordinates": [ -158.04771980000001, 21.64644913 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64644913, "Longitude": -158.0477198, "Species": "Zebra Dove", "Count": 3, "Date": "2021-08-20" }, "geometry": { "type": "Point", "coordinates": [ -158.04771980000001, 21.64644913 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64633728, "Longitude": -158.0283942, "Species": "Chestnut Munia", "Count": 2, "Date": "2023-11-04" }, "geometry": { "type": "Point", "coordinates": [ -158.0283942, 21.64633728 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64633728, "Longitude": -158.0283942, "Species": "Common Myna", "Count": 7, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -158.0283942, 21.64633728 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64633728, "Longitude": -158.0283942, "Species": "Common Waxbill", "Count": 4, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -158.0283942, 21.64633728 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64633728, "Longitude": -158.0283942, "Species": "House Finch", "Count": 4, "Date": "2023-11-04" }, "geometry": { "type": "Point", "coordinates": [ -158.0283942, 21.64633728 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64633728, "Longitude": -158.0283942, "Species": "Northern Cardinal", "Count": 4, "Date": "2023-07-17" }, "geometry": { "type": "Point", "coordinates": [ -158.0283942, 21.64633728 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64633728, "Longitude": -158.0283942, "Species": "Pacific Golden-Plover", "Count": 1, "Date": "2023-11-04" }, "geometry": { "type": "Point", "coordinates": [ -158.0283942, 21.64633728 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64633728, "Longitude": -158.0283942, "Species": "Red Junglefowl", "Count": 2, "Date": "2023-07-17" }, "geometry": { "type": "Point", "coordinates": [ -158.0283942, 21.64633728 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64633728, "Longitude": -158.0283942, "Species": "Red-billed Leiothrix", "Count": 7, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -158.0283942, 21.64633728 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64633728, "Longitude": -158.0283942, "Species": "Red-crested Cardinal", "Count": 4, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -158.0283942, 21.64633728 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64633728, "Longitude": -158.0283942, "Species": "Red-vented Bulbul", "Count": 6, "Date": "2023-11-04" }, "geometry": { "type": "Point", "coordinates": [ -158.0283942, 21.64633728 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64633728, "Longitude": -158.0283942, "Species": "Red-whiskered Bulbul", "Count": 4, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -158.0283942, 21.64633728 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64633728, "Longitude": -158.0283942, "Species": "Saffron Finch", "Count": 1, "Date": "2023-11-04" }, "geometry": { "type": "Point", "coordinates": [ -158.0283942, 21.64633728 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64633728, "Longitude": -158.0283942, "Species": "Spotted Dove", "Count": 4, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -158.0283942, 21.64633728 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64633728, "Longitude": -158.0283942, "Species": "Warbling White-eye", "Count": 8, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -158.0283942, 21.64633728 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64633728, "Longitude": -158.0283942, "Species": "Western Cattle Egret", "Count": 2, "Date": "2023-11-04" }, "geometry": { "type": "Point", "coordinates": [ -158.0283942, 21.64633728 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64633728, "Longitude": -158.0283942, "Species": "White-rumped Shama", "Count": 9, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -158.0283942, 21.64633728 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64633728, "Longitude": -158.0283942, "Species": "Zebra Dove", "Count": 2, "Date": "2023-11-04" }, "geometry": { "type": "Point", "coordinates": [ -158.0283942, 21.64633728 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70915482, "Longitude": -157.960302, "Species": "Black-crowned Night Heron", "Count": 1, "Date": "2024-02-05" }, "geometry": { "type": "Point", "coordinates": [ -157.960302, 21.70915482 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70915482, "Longitude": -157.960302, "Species": "Black-footed Albatross", "Count": 2, "Date": "2024-02-05" }, "geometry": { "type": "Point", "coordinates": [ -157.960302, 21.70915482 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70915482, "Longitude": -157.960302, "Species": "Bristle-thighed Curlew", "Count": 1, "Date": "2024-02-05" }, "geometry": { "type": "Point", "coordinates": [ -157.960302, 21.70915482 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70915482, "Longitude": -157.960302, "Species": "Common Myna", "Count": 1, "Date": "2024-02-05" }, "geometry": { "type": "Point", "coordinates": [ -157.960302, 21.70915482 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70915482, "Longitude": -157.960302, "Species": "Common Waxbill", "Count": 1, "Date": "2024-02-05" }, "geometry": { "type": "Point", "coordinates": [ -157.960302, 21.70915482 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70915482, "Longitude": -157.960302, "Species": "Gray Francolin", "Count": 2, "Date": "2024-02-05" }, "geometry": { "type": "Point", "coordinates": [ -157.960302, 21.70915482 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70915482, "Longitude": -157.960302, "Species": "Hawaiian Coot", "Count": 1, "Date": "2024-02-05" }, "geometry": { "type": "Point", "coordinates": [ -157.960302, 21.70915482 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70915482, "Longitude": -157.960302, "Species": "House Finch", "Count": 1, "Date": "2024-02-05" }, "geometry": { "type": "Point", "coordinates": [ -157.960302, 21.70915482 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70915482, "Longitude": -157.960302, "Species": "Laysan Albatross", "Count": 2, "Date": "2024-02-05" }, "geometry": { "type": "Point", "coordinates": [ -157.960302, 21.70915482 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70915482, "Longitude": -157.960302, "Species": "Masked Booby", "Count": 1, "Date": "2023-12-18" }, "geometry": { "type": "Point", "coordinates": [ -157.960302, 21.70915482 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70915482, "Longitude": -157.960302, "Species": "Pacific Golden-Plover", "Count": 2, "Date": "2024-02-05" }, "geometry": { "type": "Point", "coordinates": [ -157.960302, 21.70915482 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70915482, "Longitude": -157.960302, "Species": "Red Junglefowl", "Count": 1, "Date": "2024-02-05" }, "geometry": { "type": "Point", "coordinates": [ -157.960302, 21.70915482 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70915482, "Longitude": -157.960302, "Species": "Ruddy Turnstone", "Count": 2, "Date": "2024-02-05" }, "geometry": { "type": "Point", "coordinates": [ -157.960302, 21.70915482 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70915482, "Longitude": -157.960302, "Species": "Sanderling", "Count": 2, "Date": "2024-02-05" }, "geometry": { "type": "Point", "coordinates": [ -157.960302, 21.70915482 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70915482, "Longitude": -157.960302, "Species": "Wandering Tattler", "Count": 2, "Date": "2024-02-05" }, "geometry": { "type": "Point", "coordinates": [ -157.960302, 21.70915482 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70915482, "Longitude": -157.960302, "Species": "Western Cattle Egret", "Count": 2, "Date": "2024-02-05" }, "geometry": { "type": "Point", "coordinates": [ -157.960302, 21.70915482 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70915482, "Longitude": -157.960302, "Species": "Zebra Dove", "Count": 2, "Date": "2024-02-05" }, "geometry": { "type": "Point", "coordinates": [ -157.960302, 21.70915482 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26478512, "Longitude": -157.7128805, "Species": "Brown Booby", "Count": 4, "Date": "2024-02-14" }, "geometry": { "type": "Point", "coordinates": [ -157.712880500000011, 21.26478512 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26478512, "Longitude": -157.7128805, "Species": "Common Myna", "Count": 2, "Date": "2023-08-06" }, "geometry": { "type": "Point", "coordinates": [ -157.712880500000011, 21.26478512 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26478512, "Longitude": -157.7128805, "Species": "Gray Francolin", "Count": 2, "Date": "2022-06-10" }, "geometry": { "type": "Point", "coordinates": [ -157.712880500000011, 21.26478512 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26478512, "Longitude": -157.7128805, "Species": "Great Frigatebird", "Count": 2, "Date": "2023-08-06" }, "geometry": { "type": "Point", "coordinates": [ -157.712880500000011, 21.26478512 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26478512, "Longitude": -157.7128805, "Species": "House Finch", "Count": 1, "Date": "2024-02-14" }, "geometry": { "type": "Point", "coordinates": [ -157.712880500000011, 21.26478512 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26478512, "Longitude": -157.7128805, "Species": "Java Sparrow", "Count": 1, "Date": "2023-08-29" }, "geometry": { "type": "Point", "coordinates": [ -157.712880500000011, 21.26478512 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26478512, "Longitude": -157.7128805, "Species": "Pacific Golden-Plover", "Count": 3, "Date": "2021-11-17" }, "geometry": { "type": "Point", "coordinates": [ -157.712880500000011, 21.26478512 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26478512, "Longitude": -157.7128805, "Species": "Red-crested Cardinal", "Count": 2, "Date": "2024-02-14" }, "geometry": { "type": "Point", "coordinates": [ -157.712880500000011, 21.26478512 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26478512, "Longitude": -157.7128805, "Species": "Red-vented Bulbul", "Count": 4, "Date": "2023-08-29" }, "geometry": { "type": "Point", "coordinates": [ -157.712880500000011, 21.26478512 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26478512, "Longitude": -157.7128805, "Species": "Ruddy Turnstone", "Count": 4, "Date": "2023-08-29" }, "geometry": { "type": "Point", "coordinates": [ -157.712880500000011, 21.26478512 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26478512, "Longitude": -157.7128805, "Species": "Sooty Tern", "Count": 1, "Date": "2019-04-13" }, "geometry": { "type": "Point", "coordinates": [ -157.712880500000011, 21.26478512 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26478512, "Longitude": -157.7128805, "Species": "Spotted Dove", "Count": 2, "Date": "2024-02-14" }, "geometry": { "type": "Point", "coordinates": [ -157.712880500000011, 21.26478512 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26478512, "Longitude": -157.7128805, "Species": "Wandering Tattler", "Count": 2, "Date": "2021-05-20" }, "geometry": { "type": "Point", "coordinates": [ -157.712880500000011, 21.26478512 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26478512, "Longitude": -157.7128805, "Species": "Warbling White-eye", "Count": 2, "Date": "2021-11-17" }, "geometry": { "type": "Point", "coordinates": [ -157.712880500000011, 21.26478512 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26478512, "Longitude": -157.7128805, "Species": "Wedge-tailed Shearwater", "Count": 2, "Date": "2023-08-06" }, "geometry": { "type": "Point", "coordinates": [ -157.712880500000011, 21.26478512 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26478512, "Longitude": -157.7128805, "Species": "White Tern", "Count": 2, "Date": "2023-08-06" }, "geometry": { "type": "Point", "coordinates": [ -157.712880500000011, 21.26478512 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26478512, "Longitude": -157.7128805, "Species": "Yellow-fronted Canary", "Count": 1, "Date": "2021-11-17" }, "geometry": { "type": "Point", "coordinates": [ -157.712880500000011, 21.26478512 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26478512, "Longitude": -157.7128805, "Species": "Zebra Dove", "Count": 2, "Date": "2023-08-06" }, "geometry": { "type": "Point", "coordinates": [ -157.712880500000011, 21.26478512 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30091711, "Longitude": -157.7125664, "Species": "African Silverbill", "Count": 1, "Date": "2019-01-20" }, "geometry": { "type": "Point", "coordinates": [ -157.712566399999986, 21.30091711 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30091711, "Longitude": -157.7125664, "Species": "Black-necked Stilt", "Count": 4, "Date": "2021-05-15" }, "geometry": { "type": "Point", "coordinates": [ -157.712566399999986, 21.30091711 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30091711, "Longitude": -157.7125664, "Species": "Common Gallinule", "Count": 1, "Date": "2021-05-15" }, "geometry": { "type": "Point", "coordinates": [ -157.712566399999986, 21.30091711 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30091711, "Longitude": -157.7125664, "Species": "Common Myna", "Count": 4, "Date": "2021-05-15" }, "geometry": { "type": "Point", "coordinates": [ -157.712566399999986, 21.30091711 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30091711, "Longitude": -157.7125664, "Species": "Common Waxbill", "Count": 4, "Date": "2021-05-15" }, "geometry": { "type": "Point", "coordinates": [ -157.712566399999986, 21.30091711 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30091711, "Longitude": -157.7125664, "Species": "House Finch", "Count": 2, "Date": "2019-01-26" }, "geometry": { "type": "Point", "coordinates": [ -157.712566399999986, 21.30091711 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30091711, "Longitude": -157.7125664, "Species": "Java Sparrow", "Count": 4, "Date": "2023-11-18" }, "geometry": { "type": "Point", "coordinates": [ -157.712566399999986, 21.30091711 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30091711, "Longitude": -157.7125664, "Species": "Northern Cardinal", "Count": 1, "Date": "2019-01-20" }, "geometry": { "type": "Point", "coordinates": [ -157.712566399999986, 21.30091711 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30091711, "Longitude": -157.7125664, "Species": "Pacific Golden-Plover", "Count": 3, "Date": "2019-01-26" }, "geometry": { "type": "Point", "coordinates": [ -157.712566399999986, 21.30091711 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30091711, "Longitude": -157.7125664, "Species": "Red Junglefowl", "Count": 1, "Date": "2021-05-15" }, "geometry": { "type": "Point", "coordinates": [ -157.712566399999986, 21.30091711 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30091711, "Longitude": -157.7125664, "Species": "Red-crested Cardinal", "Count": 3, "Date": "2019-01-26" }, "geometry": { "type": "Point", "coordinates": [ -157.712566399999986, 21.30091711 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30091711, "Longitude": -157.7125664, "Species": "Red-vented Bulbul", "Count": 3, "Date": "2023-11-18" }, "geometry": { "type": "Point", "coordinates": [ -157.712566399999986, 21.30091711 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30091711, "Longitude": -157.7125664, "Species": "Rock Pigeon", "Count": 3, "Date": "2019-01-26" }, "geometry": { "type": "Point", "coordinates": [ -157.712566399999986, 21.30091711 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30091711, "Longitude": -157.7125664, "Species": "Rose-ringed Parakeet", "Count": 1, "Date": "2019-01-12" }, "geometry": { "type": "Point", "coordinates": [ -157.712566399999986, 21.30091711 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30091711, "Longitude": -157.7125664, "Species": "Spotted Dove", "Count": 4, "Date": "2021-05-15" }, "geometry": { "type": "Point", "coordinates": [ -157.712566399999986, 21.30091711 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30091711, "Longitude": -157.7125664, "Species": "Wandering Tattler", "Count": 1, "Date": "2023-11-18" }, "geometry": { "type": "Point", "coordinates": [ -157.712566399999986, 21.30091711 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30091711, "Longitude": -157.7125664, "Species": "Western Cattle Egret", "Count": 4, "Date": "2021-05-15" }, "geometry": { "type": "Point", "coordinates": [ -157.712566399999986, 21.30091711 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30091711, "Longitude": -157.7125664, "Species": "Zebra Dove", "Count": 4, "Date": "2021-05-15" }, "geometry": { "type": "Point", "coordinates": [ -157.712566399999986, 21.30091711 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32159795, "Longitude": -158.1173251, "Species": "African Silverbill", "Count": 4, "Date": "2022-08-17" }, "geometry": { "type": "Point", "coordinates": [ -158.117325099999988, 21.32159795 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32159795, "Longitude": -158.1173251, "Species": "Black-necked Stilt", "Count": 1, "Date": "2021-05-20" }, "geometry": { "type": "Point", "coordinates": [ -158.117325099999988, 21.32159795 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32159795, "Longitude": -158.1173251, "Species": "Brown Booby", "Count": 2, "Date": "2023-08-27" }, "geometry": { "type": "Point", "coordinates": [ -158.117325099999988, 21.32159795 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32159795, "Longitude": -158.1173251, "Species": "Common Myna", "Count": 43, "Date": "2022-12-08" }, "geometry": { "type": "Point", "coordinates": [ -158.117325099999988, 21.32159795 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32159795, "Longitude": -158.1173251, "Species": "Common Waxbill", "Count": 1, "Date": "2021-11-09" }, "geometry": { "type": "Point", "coordinates": [ -158.117325099999988, 21.32159795 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32159795, "Longitude": -158.1173251, "Species": "Great Frigatebird", "Count": 1, "Date": "2021-04-06" }, "geometry": { "type": "Point", "coordinates": [ -158.117325099999988, 21.32159795 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32159795, "Longitude": -158.1173251, "Species": "House Sparrow", "Count": 35, "Date": "2022-12-08" }, "geometry": { "type": "Point", "coordinates": [ -158.117325099999988, 21.32159795 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32159795, "Longitude": -158.1173251, "Species": "Northern Cardinal", "Count": 1, "Date": "2021-06-29" }, "geometry": { "type": "Point", "coordinates": [ -158.117325099999988, 21.32159795 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32159795, "Longitude": -158.1173251, "Species": "Pacific Golden-Plover", "Count": 1, "Date": "2021-04-20" }, "geometry": { "type": "Point", "coordinates": [ -158.117325099999988, 21.32159795 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32159795, "Longitude": -158.1173251, "Species": "Red-crested Cardinal", "Count": 6, "Date": "2022-12-08" }, "geometry": { "type": "Point", "coordinates": [ -158.117325099999988, 21.32159795 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32159795, "Longitude": -158.1173251, "Species": "Red-vented Bulbul", "Count": 5, "Date": "2022-11-23" }, "geometry": { "type": "Point", "coordinates": [ -158.117325099999988, 21.32159795 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32159795, "Longitude": -158.1173251, "Species": "Rock Pigeon", "Count": 1, "Date": "2021-04-06" }, "geometry": { "type": "Point", "coordinates": [ -158.117325099999988, 21.32159795 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32159795, "Longitude": -158.1173251, "Species": "Ruddy Turnstone", "Count": 14, "Date": "2021-12-21" }, "geometry": { "type": "Point", "coordinates": [ -158.117325099999988, 21.32159795 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32159795, "Longitude": -158.1173251, "Species": "Sanderling", "Count": 2, "Date": "2022-01-11" }, "geometry": { "type": "Point", "coordinates": [ -158.117325099999988, 21.32159795 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32159795, "Longitude": -158.1173251, "Species": "Scaly-breasted Munia", "Count": 1, "Date": "2021-07-27" }, "geometry": { "type": "Point", "coordinates": [ -158.117325099999988, 21.32159795 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32159795, "Longitude": -158.1173251, "Species": "Spotted Dove", "Count": 23, "Date": "2022-12-08" }, "geometry": { "type": "Point", "coordinates": [ -158.117325099999988, 21.32159795 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32159795, "Longitude": -158.1173251, "Species": "Wandering Tattler", "Count": 3, "Date": "2022-01-19" }, "geometry": { "type": "Point", "coordinates": [ -158.117325099999988, 21.32159795 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32159795, "Longitude": -158.1173251, "Species": "Zebra Dove", "Count": 16, "Date": "2022-12-08" }, "geometry": { "type": "Point", "coordinates": [ -158.117325099999988, 21.32159795 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32053689, "Longitude": -157.9341403, "Species": "Black-necked Stilt", "Count": 1, "Date": "2024-01-28" }, "geometry": { "type": "Point", "coordinates": [ -157.9341403, 21.32053689 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32053689, "Longitude": -157.9341403, "Species": "Chestnut Munia", "Count": 1, "Date": "2024-01-28" }, "geometry": { "type": "Point", "coordinates": [ -157.9341403, 21.32053689 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32053689, "Longitude": -157.9341403, "Species": "Common Myna", "Count": 2, "Date": "2024-01-28" }, "geometry": { "type": "Point", "coordinates": [ -157.9341403, 21.32053689 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32053689, "Longitude": -157.9341403, "Species": "Common Waxbill", "Count": 1, "Date": "2024-01-28" }, "geometry": { "type": "Point", "coordinates": [ -157.9341403, 21.32053689 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32053689, "Longitude": -157.9341403, "Species": "House Sparrow", "Count": 2, "Date": "2024-01-28" }, "geometry": { "type": "Point", "coordinates": [ -157.9341403, 21.32053689 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32053689, "Longitude": -157.9341403, "Species": "Northern Cardinal", "Count": 1, "Date": "2024-01-28" }, "geometry": { "type": "Point", "coordinates": [ -157.9341403, 21.32053689 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32053689, "Longitude": -157.9341403, "Species": "Northern Mockingbird", "Count": 2, "Date": "2024-01-28" }, "geometry": { "type": "Point", "coordinates": [ -157.9341403, 21.32053689 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32053689, "Longitude": -157.9341403, "Species": "Pacific Golden-Plover", "Count": 1, "Date": "2024-01-28" }, "geometry": { "type": "Point", "coordinates": [ -157.9341403, 21.32053689 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32053689, "Longitude": -157.9341403, "Species": "Red-crested Cardinal", "Count": 1, "Date": "2024-01-28" }, "geometry": { "type": "Point", "coordinates": [ -157.9341403, 21.32053689 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32053689, "Longitude": -157.9341403, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2024-01-28" }, "geometry": { "type": "Point", "coordinates": [ -157.9341403, 21.32053689 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32053689, "Longitude": -157.9341403, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2024-01-28" }, "geometry": { "type": "Point", "coordinates": [ -157.9341403, 21.32053689 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32053689, "Longitude": -157.9341403, "Species": "Saffron Finch", "Count": 2, "Date": "2024-01-28" }, "geometry": { "type": "Point", "coordinates": [ -157.9341403, 21.32053689 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32053689, "Longitude": -157.9341403, "Species": "Spotted Dove", "Count": 2, "Date": "2024-01-28" }, "geometry": { "type": "Point", "coordinates": [ -157.9341403, 21.32053689 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32053689, "Longitude": -157.9341403, "Species": "Western Cattle Egret", "Count": 2, "Date": "2024-01-28" }, "geometry": { "type": "Point", "coordinates": [ -157.9341403, 21.32053689 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32053689, "Longitude": -157.9341403, "Species": "White Tern", "Count": 1, "Date": "2020-02-22" }, "geometry": { "type": "Point", "coordinates": [ -157.9341403, 21.32053689 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32053689, "Longitude": -157.9341403, "Species": "White-rumped Shama", "Count": 1, "Date": "2024-01-28" }, "geometry": { "type": "Point", "coordinates": [ -157.9341403, 21.32053689 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32053689, "Longitude": -157.9341403, "Species": "Yellow-fronted Canary", "Count": 1, "Date": "2024-01-28" }, "geometry": { "type": "Point", "coordinates": [ -157.9341403, 21.32053689 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32053689, "Longitude": -157.9341403, "Species": "Zebra Dove", "Count": 1, "Date": "2024-01-28" }, "geometry": { "type": "Point", "coordinates": [ -157.9341403, 21.32053689 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33042856, "Longitude": -158.0787034, "Species": "African Silverbill", "Count": 1, "Date": "2020-03-05" }, "geometry": { "type": "Point", "coordinates": [ -158.0787034, 21.33042856 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33042856, "Longitude": -158.0787034, "Species": "Black-crowned Night Heron", "Count": 1, "Date": "2023-07-12" }, "geometry": { "type": "Point", "coordinates": [ -158.0787034, 21.33042856 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33042856, "Longitude": -158.0787034, "Species": "Common Myna", "Count": 10, "Date": "2023-07-12" }, "geometry": { "type": "Point", "coordinates": [ -158.0787034, 21.33042856 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33042856, "Longitude": -158.0787034, "Species": "Common Waxbill", "Count": 4, "Date": "2023-06-10" }, "geometry": { "type": "Point", "coordinates": [ -158.0787034, 21.33042856 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33042856, "Longitude": -158.0787034, "Species": "House Finch", "Count": 3, "Date": "2023-06-10" }, "geometry": { "type": "Point", "coordinates": [ -158.0787034, 21.33042856 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33042856, "Longitude": -158.0787034, "Species": "House Sparrow", "Count": 4, "Date": "2023-07-12" }, "geometry": { "type": "Point", "coordinates": [ -158.0787034, 21.33042856 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33042856, "Longitude": -158.0787034, "Species": "Java Sparrow", "Count": 1, "Date": "2023-06-08" }, "geometry": { "type": "Point", "coordinates": [ -158.0787034, 21.33042856 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33042856, "Longitude": -158.0787034, "Species": "Pacific Golden-Plover", "Count": 2, "Date": "2022-10-17" }, "geometry": { "type": "Point", "coordinates": [ -158.0787034, 21.33042856 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33042856, "Longitude": -158.0787034, "Species": "Red Junglefowl", "Count": 1, "Date": "2023-07-12" }, "geometry": { "type": "Point", "coordinates": [ -158.0787034, 21.33042856 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33042856, "Longitude": -158.0787034, "Species": "Red-crested Cardinal", "Count": 3, "Date": "2023-06-08" }, "geometry": { "type": "Point", "coordinates": [ -158.0787034, 21.33042856 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33042856, "Longitude": -158.0787034, "Species": "Red-vented Bulbul", "Count": 3, "Date": "2023-06-10" }, "geometry": { "type": "Point", "coordinates": [ -158.0787034, 21.33042856 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33042856, "Longitude": -158.0787034, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2020-03-05" }, "geometry": { "type": "Point", "coordinates": [ -158.0787034, 21.33042856 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33042856, "Longitude": -158.0787034, "Species": "Rock Pigeon", "Count": 2, "Date": "2023-07-12" }, "geometry": { "type": "Point", "coordinates": [ -158.0787034, 21.33042856 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33042856, "Longitude": -158.0787034, "Species": "Saffron Finch", "Count": 2, "Date": "2023-06-08" }, "geometry": { "type": "Point", "coordinates": [ -158.0787034, 21.33042856 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33042856, "Longitude": -158.0787034, "Species": "Spotted Dove", "Count": 2, "Date": "2023-04-15" }, "geometry": { "type": "Point", "coordinates": [ -158.0787034, 21.33042856 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33042856, "Longitude": -158.0787034, "Species": "Warbling White-eye", "Count": 1, "Date": "2020-03-05" }, "geometry": { "type": "Point", "coordinates": [ -158.0787034, 21.33042856 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33042856, "Longitude": -158.0787034, "Species": "Western Cattle Egret", "Count": 4, "Date": "2023-07-12" }, "geometry": { "type": "Point", "coordinates": [ -158.0787034, 21.33042856 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33042856, "Longitude": -158.0787034, "Species": "Zebra Dove", "Count": 7, "Date": "2023-06-10" }, "geometry": { "type": "Point", "coordinates": [ -158.0787034, 21.33042856 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32779119, "Longitude": -157.6834087, "Species": "Brown Noddy", "Count": 3, "Date": "2020-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.6834087, 21.32779119 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32779119, "Longitude": -157.6834087, "Species": "Common Myna", "Count": 5, "Date": "2023-07-22" }, "geometry": { "type": "Point", "coordinates": [ -157.6834087, 21.32779119 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32779119, "Longitude": -157.6834087, "Species": "Great Frigatebird", "Count": 7, "Date": "2023-09-29" }, "geometry": { "type": "Point", "coordinates": [ -157.6834087, 21.32779119 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32779119, "Longitude": -157.6834087, "Species": "House Sparrow", "Count": 3, "Date": "2022-07-06" }, "geometry": { "type": "Point", "coordinates": [ -157.6834087, 21.32779119 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32779119, "Longitude": -157.6834087, "Species": "Indian Peafowl", "Count": 29, "Date": "2024-02-22" }, "geometry": { "type": "Point", "coordinates": [ -157.6834087, 21.32779119 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32779119, "Longitude": -157.6834087, "Species": "Masked Booby", "Count": 1, "Date": "2022-07-06" }, "geometry": { "type": "Point", "coordinates": [ -157.6834087, 21.32779119 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32779119, "Longitude": -157.6834087, "Species": "Pacific Golden-Plover", "Count": 1, "Date": "2021-03-10" }, "geometry": { "type": "Point", "coordinates": [ -157.6834087, 21.32779119 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32779119, "Longitude": -157.6834087, "Species": "Red Junglefowl", "Count": 3, "Date": "2023-09-29" }, "geometry": { "type": "Point", "coordinates": [ -157.6834087, 21.32779119 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32779119, "Longitude": -157.6834087, "Species": "Red-crested Cardinal", "Count": 2, "Date": "2023-09-29" }, "geometry": { "type": "Point", "coordinates": [ -157.6834087, 21.32779119 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32779119, "Longitude": -157.6834087, "Species": "Red-footed Booby", "Count": 4, "Date": "2023-07-22" }, "geometry": { "type": "Point", "coordinates": [ -157.6834087, 21.32779119 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32779119, "Longitude": -157.6834087, "Species": "Red-vented Bulbul", "Count": 2, "Date": "2023-09-29" }, "geometry": { "type": "Point", "coordinates": [ -157.6834087, 21.32779119 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32779119, "Longitude": -157.6834087, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2023-09-29" }, "geometry": { "type": "Point", "coordinates": [ -157.6834087, 21.32779119 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32779119, "Longitude": -157.6834087, "Species": "Rock Pigeon", "Count": 4, "Date": "2023-07-22" }, "geometry": { "type": "Point", "coordinates": [ -157.6834087, 21.32779119 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32779119, "Longitude": -157.6834087, "Species": "Saffron Finch", "Count": 1, "Date": "2023-09-29" }, "geometry": { "type": "Point", "coordinates": [ -157.6834087, 21.32779119 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32779119, "Longitude": -157.6834087, "Species": "Sooty Tern", "Count": 2, "Date": "2020-02-23" }, "geometry": { "type": "Point", "coordinates": [ -157.6834087, 21.32779119 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32779119, "Longitude": -157.6834087, "Species": "Spotted Dove", "Count": 1, "Date": "2023-09-29" }, "geometry": { "type": "Point", "coordinates": [ -157.6834087, 21.32779119 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32779119, "Longitude": -157.6834087, "Species": "Western Cattle Egret", "Count": 1, "Date": "2022-07-06" }, "geometry": { "type": "Point", "coordinates": [ -157.6834087, 21.32779119 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32779119, "Longitude": -157.6834087, "Species": "Zebra Dove", "Count": 1, "Date": "2022-07-06" }, "geometry": { "type": "Point", "coordinates": [ -157.6834087, 21.32779119 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34630112, "Longitude": -157.741097, "Species": "Common Myna", "Count": 21, "Date": "2022-12-29" }, "geometry": { "type": "Point", "coordinates": [ -157.741097, 21.34630112 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34630112, "Longitude": -157.741097, "Species": "Common Waxbill", "Count": 8, "Date": "2022-12-14" }, "geometry": { "type": "Point", "coordinates": [ -157.741097, 21.34630112 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34630112, "Longitude": -157.741097, "Species": "House Finch", "Count": 10, "Date": "2023-11-23" }, "geometry": { "type": "Point", "coordinates": [ -157.741097, 21.34630112 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34630112, "Longitude": -157.741097, "Species": "Japanese Bush Warbler", "Count": 1, "Date": "2022-12-29" }, "geometry": { "type": "Point", "coordinates": [ -157.741097, 21.34630112 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34630112, "Longitude": -157.741097, "Species": "Northern Cardinal", "Count": 22, "Date": "2023-11-23" }, "geometry": { "type": "Point", "coordinates": [ -157.741097, 21.34630112 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34630112, "Longitude": -157.741097, "Species": "Red Junglefowl", "Count": 1, "Date": "2020-12-20" }, "geometry": { "type": "Point", "coordinates": [ -157.741097, 21.34630112 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34630112, "Longitude": -157.741097, "Species": "Red-billed Leiothrix", "Count": 29, "Date": "2023-11-23" }, "geometry": { "type": "Point", "coordinates": [ -157.741097, 21.34630112 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34630112, "Longitude": -157.741097, "Species": "Red-crested Cardinal", "Count": 6, "Date": "2023-11-23" }, "geometry": { "type": "Point", "coordinates": [ -157.741097, 21.34630112 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34630112, "Longitude": -157.741097, "Species": "Red-vented Bulbul", "Count": 25, "Date": "2023-11-23" }, "geometry": { "type": "Point", "coordinates": [ -157.741097, 21.34630112 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34630112, "Longitude": -157.741097, "Species": "Red-whiskered Bulbul", "Count": 22, "Date": "2023-11-23" }, "geometry": { "type": "Point", "coordinates": [ -157.741097, 21.34630112 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34630112, "Longitude": -157.741097, "Species": "Rose-ringed Parakeet", "Count": 15, "Date": "2023-11-23" }, "geometry": { "type": "Point", "coordinates": [ -157.741097, 21.34630112 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34630112, "Longitude": -157.741097, "Species": "Saffron Finch", "Count": 1, "Date": "2023-11-23" }, "geometry": { "type": "Point", "coordinates": [ -157.741097, 21.34630112 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34630112, "Longitude": -157.741097, "Species": "Spotted Dove", "Count": 19, "Date": "2023-11-23" }, "geometry": { "type": "Point", "coordinates": [ -157.741097, 21.34630112 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34630112, "Longitude": -157.741097, "Species": "Warbling White-eye", "Count": 30, "Date": "2022-12-29" }, "geometry": { "type": "Point", "coordinates": [ -157.741097, 21.34630112 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34630112, "Longitude": -157.741097, "Species": "Western Cattle Egret", "Count": 5, "Date": "2022-12-14" }, "geometry": { "type": "Point", "coordinates": [ -157.741097, 21.34630112 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34630112, "Longitude": -157.741097, "Species": "White-rumped Shama", "Count": 20, "Date": "2023-11-23" }, "geometry": { "type": "Point", "coordinates": [ -157.741097, 21.34630112 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34630112, "Longitude": -157.741097, "Species": "Yellow-fronted Canary", "Count": 3, "Date": "2022-07-27" }, "geometry": { "type": "Point", "coordinates": [ -157.741097, 21.34630112 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34630112, "Longitude": -157.741097, "Species": "Zebra Dove", "Count": 28, "Date": "2022-12-29" }, "geometry": { "type": "Point", "coordinates": [ -157.741097, 21.34630112 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34615532, "Longitude": -157.7218135, "Species": "Common Myna", "Count": 4, "Date": "2022-06-08" }, "geometry": { "type": "Point", "coordinates": [ -157.7218135, 21.34615532 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34615532, "Longitude": -157.7218135, "Species": "Common Waxbill", "Count": 3, "Date": "2022-06-08" }, "geometry": { "type": "Point", "coordinates": [ -157.7218135, 21.34615532 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34615532, "Longitude": -157.7218135, "Species": "House Finch", "Count": 2, "Date": "2022-06-08" }, "geometry": { "type": "Point", "coordinates": [ -157.7218135, 21.34615532 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34615532, "Longitude": -157.7218135, "Species": "House Sparrow", "Count": 2, "Date": "2022-06-08" }, "geometry": { "type": "Point", "coordinates": [ -157.7218135, 21.34615532 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34615532, "Longitude": -157.7218135, "Species": "Java Sparrow", "Count": 3, "Date": "2022-06-08" }, "geometry": { "type": "Point", "coordinates": [ -157.7218135, 21.34615532 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34615532, "Longitude": -157.7218135, "Species": "Feral Mallard", "Count": 1, "Date": "2022-03-12" }, "geometry": { "type": "Point", "coordinates": [ -157.7218135, 21.34615532 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34615532, "Longitude": -157.7218135, "Species": "Northern Cardinal", "Count": 2, "Date": "2022-06-08" }, "geometry": { "type": "Point", "coordinates": [ -157.7218135, 21.34615532 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34615532, "Longitude": -157.7218135, "Species": "Red Junglefowl", "Count": 1, "Date": "2022-03-12" }, "geometry": { "type": "Point", "coordinates": [ -157.7218135, 21.34615532 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34615532, "Longitude": -157.7218135, "Species": "Red-crested Cardinal", "Count": 3, "Date": "2023-05-10" }, "geometry": { "type": "Point", "coordinates": [ -157.7218135, 21.34615532 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34615532, "Longitude": -157.7218135, "Species": "Red-vented Bulbul", "Count": 2, "Date": "2022-06-08" }, "geometry": { "type": "Point", "coordinates": [ -157.7218135, 21.34615532 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34615532, "Longitude": -157.7218135, "Species": "Red-whiskered Bulbul", "Count": 3, "Date": "2022-06-08" }, "geometry": { "type": "Point", "coordinates": [ -157.7218135, 21.34615532 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34615532, "Longitude": -157.7218135, "Species": "Rock Pigeon", "Count": 1, "Date": "2022-03-12" }, "geometry": { "type": "Point", "coordinates": [ -157.7218135, 21.34615532 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34615532, "Longitude": -157.7218135, "Species": "Rose-ringed Parakeet", "Count": 1, "Date": "2022-03-12" }, "geometry": { "type": "Point", "coordinates": [ -157.7218135, 21.34615532 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34615532, "Longitude": -157.7218135, "Species": "Spotted Dove", "Count": 5, "Date": "2022-06-08" }, "geometry": { "type": "Point", "coordinates": [ -157.7218135, 21.34615532 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34615532, "Longitude": -157.7218135, "Species": "Warbling White-eye", "Count": 4, "Date": "2022-06-08" }, "geometry": { "type": "Point", "coordinates": [ -157.7218135, 21.34615532 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34615532, "Longitude": -157.7218135, "Species": "Western Cattle Egret", "Count": 5, "Date": "2022-06-08" }, "geometry": { "type": "Point", "coordinates": [ -157.7218135, 21.34615532 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34615532, "Longitude": -157.7218135, "Species": "Zebra Dove", "Count": 6, "Date": "2022-06-08" }, "geometry": { "type": "Point", "coordinates": [ -157.7218135, 21.34615532 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36545487, "Longitude": -157.8952383, "Species": "Chestnut Munia", "Count": 1, "Date": "2023-04-18" }, "geometry": { "type": "Point", "coordinates": [ -157.895238299999988, 21.36545487 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36545487, "Longitude": -157.8952383, "Species": "Common Myna", "Count": 7, "Date": "2024-02-04" }, "geometry": { "type": "Point", "coordinates": [ -157.895238299999988, 21.36545487 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36545487, "Longitude": -157.8952383, "Species": "Common Waxbill", "Count": 3, "Date": "2023-04-18" }, "geometry": { "type": "Point", "coordinates": [ -157.895238299999988, 21.36545487 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36545487, "Longitude": -157.8952383, "Species": "Gray Francolin", "Count": 3, "Date": "2023-04-18" }, "geometry": { "type": "Point", "coordinates": [ -157.895238299999988, 21.36545487 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36545487, "Longitude": -157.8952383, "Species": "House Finch", "Count": 2, "Date": "2023-07-26" }, "geometry": { "type": "Point", "coordinates": [ -157.895238299999988, 21.36545487 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36545487, "Longitude": -157.8952383, "Species": "Java Sparrow", "Count": 1, "Date": "2024-02-04" }, "geometry": { "type": "Point", "coordinates": [ -157.895238299999988, 21.36545487 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36545487, "Longitude": -157.8952383, "Species": "Northern Cardinal", "Count": 5, "Date": "2023-07-26" }, "geometry": { "type": "Point", "coordinates": [ -157.895238299999988, 21.36545487 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36545487, "Longitude": -157.8952383, "Species": "Pacific Golden-Plover", "Count": 3, "Date": "2024-02-04" }, "geometry": { "type": "Point", "coordinates": [ -157.895238299999988, 21.36545487 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36545487, "Longitude": -157.8952383, "Species": "Red-crested Cardinal", "Count": 6, "Date": "2024-02-04" }, "geometry": { "type": "Point", "coordinates": [ -157.895238299999988, 21.36545487 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36545487, "Longitude": -157.8952383, "Species": "Red-vented Bulbul", "Count": 7, "Date": "2023-10-18" }, "geometry": { "type": "Point", "coordinates": [ -157.895238299999988, 21.36545487 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36545487, "Longitude": -157.8952383, "Species": "Red-whiskered Bulbul", "Count": 4, "Date": "2023-04-17" }, "geometry": { "type": "Point", "coordinates": [ -157.895238299999988, 21.36545487 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36545487, "Longitude": -157.8952383, "Species": "Rose-ringed Parakeet", "Count": 4, "Date": "2023-10-18" }, "geometry": { "type": "Point", "coordinates": [ -157.895238299999988, 21.36545487 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36545487, "Longitude": -157.8952383, "Species": "Saffron Finch", "Count": 1, "Date": "2024-02-04" }, "geometry": { "type": "Point", "coordinates": [ -157.895238299999988, 21.36545487 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36545487, "Longitude": -157.8952383, "Species": "Spotted Dove", "Count": 7, "Date": "2023-07-26" }, "geometry": { "type": "Point", "coordinates": [ -157.895238299999988, 21.36545487 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36545487, "Longitude": -157.8952383, "Species": "Warbling White-eye", "Count": 3, "Date": "2023-04-18" }, "geometry": { "type": "Point", "coordinates": [ -157.895238299999988, 21.36545487 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36545487, "Longitude": -157.8952383, "Species": "Western Cattle Egret", "Count": 2, "Date": "2023-04-17" }, "geometry": { "type": "Point", "coordinates": [ -157.895238299999988, 21.36545487 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36545487, "Longitude": -157.8952383, "Species": "Yellow-fronted Canary", "Count": 5, "Date": "2024-02-04" }, "geometry": { "type": "Point", "coordinates": [ -157.895238299999988, 21.36545487 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36545487, "Longitude": -157.8952383, "Species": "Zebra Dove", "Count": 8, "Date": "2023-10-18" }, "geometry": { "type": "Point", "coordinates": [ -157.895238299999988, 21.36545487 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38271854, "Longitude": -157.7793657, "Species": "Chestnut Munia", "Count": 6, "Date": "2023-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.7793657, 21.38271854 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38271854, "Longitude": -157.7793657, "Species": "Common Myna", "Count": 4, "Date": "2022-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.7793657, 21.38271854 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38271854, "Longitude": -157.7793657, "Species": "Common Waxbill", "Count": 6, "Date": "2023-05-06" }, "geometry": { "type": "Point", "coordinates": [ -157.7793657, 21.38271854 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38271854, "Longitude": -157.7793657, "Species": "House Sparrow", "Count": 1, "Date": "2021-04-01" }, "geometry": { "type": "Point", "coordinates": [ -157.7793657, 21.38271854 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38271854, "Longitude": -157.7793657, "Species": "Northern Cardinal", "Count": 1, "Date": "2023-02-21" }, "geometry": { "type": "Point", "coordinates": [ -157.7793657, 21.38271854 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38271854, "Longitude": -157.7793657, "Species": "Pacific Golden-Plover", "Count": 6, "Date": "2023-02-21" }, "geometry": { "type": "Point", "coordinates": [ -157.7793657, 21.38271854 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38271854, "Longitude": -157.7793657, "Species": "Red Junglefowl", "Count": 1, "Date": "2021-04-01" }, "geometry": { "type": "Point", "coordinates": [ -157.7793657, 21.38271854 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38271854, "Longitude": -157.7793657, "Species": "Red-billed Leiothrix", "Count": 1, "Date": "2022-11-01" }, "geometry": { "type": "Point", "coordinates": [ -157.7793657, 21.38271854 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38271854, "Longitude": -157.7793657, "Species": "Red-crested Cardinal", "Count": 3, "Date": "2022-11-01" }, "geometry": { "type": "Point", "coordinates": [ -157.7793657, 21.38271854 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38271854, "Longitude": -157.7793657, "Species": "Red-vented Bulbul", "Count": 6, "Date": "2022-11-04" }, "geometry": { "type": "Point", "coordinates": [ -157.7793657, 21.38271854 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38271854, "Longitude": -157.7793657, "Species": "Red-whiskered Bulbul", "Count": 6, "Date": "2023-03-01" }, "geometry": { "type": "Point", "coordinates": [ -157.7793657, 21.38271854 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38271854, "Longitude": -157.7793657, "Species": "Rock Pigeon", "Count": 1, "Date": "2021-04-01" }, "geometry": { "type": "Point", "coordinates": [ -157.7793657, 21.38271854 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38271854, "Longitude": -157.7793657, "Species": "Rose-ringed Parakeet", "Count": 2, "Date": "2022-11-15" }, "geometry": { "type": "Point", "coordinates": [ -157.7793657, 21.38271854 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38271854, "Longitude": -157.7793657, "Species": "Spotted Dove", "Count": 2, "Date": "2022-11-04" }, "geometry": { "type": "Point", "coordinates": [ -157.7793657, 21.38271854 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38271854, "Longitude": -157.7793657, "Species": "Warbling White-eye", "Count": 6, "Date": "2022-11-04" }, "geometry": { "type": "Point", "coordinates": [ -157.7793657, 21.38271854 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38271854, "Longitude": -157.7793657, "Species": "Western Cattle Egret", "Count": 1, "Date": "2021-09-29" }, "geometry": { "type": "Point", "coordinates": [ -157.7793657, 21.38271854 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38271854, "Longitude": -157.7793657, "Species": "White-rumped Shama", "Count": 3, "Date": "2023-02-23" }, "geometry": { "type": "Point", "coordinates": [ -157.7793657, 21.38271854 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38271854, "Longitude": -157.7793657, "Species": "Zebra Dove", "Count": 4, "Date": "2022-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.7793657, 21.38271854 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39280561, "Longitude": -157.9336174, "Species": "Common Myna", "Count": 3, "Date": "2023-05-05" }, "geometry": { "type": "Point", "coordinates": [ -157.9336174, 21.39280561 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39280561, "Longitude": -157.9336174, "Species": "Common Waxbill", "Count": 1, "Date": "2023-03-11" }, "geometry": { "type": "Point", "coordinates": [ -157.9336174, 21.39280561 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39280561, "Longitude": -157.9336174, "Species": "House Finch", "Count": 1, "Date": "2023-03-11" }, "geometry": { "type": "Point", "coordinates": [ -157.9336174, 21.39280561 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39280561, "Longitude": -157.9336174, "Species": "House Sparrow", "Count": 1, "Date": "2023-05-05" }, "geometry": { "type": "Point", "coordinates": [ -157.9336174, 21.39280561 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39280561, "Longitude": -157.9336174, "Species": "Northern Cardinal", "Count": 1, "Date": "2021-10-26" }, "geometry": { "type": "Point", "coordinates": [ -157.9336174, 21.39280561 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39280561, "Longitude": -157.9336174, "Species": "Pacific Golden-Plover", "Count": 1, "Date": "2023-03-11" }, "geometry": { "type": "Point", "coordinates": [ -157.9336174, 21.39280561 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39280561, "Longitude": -157.9336174, "Species": "Red-billed Leiothrix", "Count": 1, "Date": "2023-03-11" }, "geometry": { "type": "Point", "coordinates": [ -157.9336174, 21.39280561 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39280561, "Longitude": -157.9336174, "Species": "Red-crested Cardinal", "Count": 2, "Date": "2023-05-05" }, "geometry": { "type": "Point", "coordinates": [ -157.9336174, 21.39280561 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39280561, "Longitude": -157.9336174, "Species": "Red-crowned Parrot", "Count": 1, "Date": "2023-04-06" }, "geometry": { "type": "Point", "coordinates": [ -157.9336174, 21.39280561 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39280561, "Longitude": -157.9336174, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2023-03-11" }, "geometry": { "type": "Point", "coordinates": [ -157.9336174, 21.39280561 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39280561, "Longitude": -157.9336174, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2023-03-11" }, "geometry": { "type": "Point", "coordinates": [ -157.9336174, 21.39280561 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39280561, "Longitude": -157.9336174, "Species": "Rose-ringed Parakeet", "Count": 2, "Date": "2023-05-05" }, "geometry": { "type": "Point", "coordinates": [ -157.9336174, 21.39280561 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39280561, "Longitude": -157.9336174, "Species": "Spotted Dove", "Count": 1, "Date": "2023-05-05" }, "geometry": { "type": "Point", "coordinates": [ -157.9336174, 21.39280561 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39280561, "Longitude": -157.9336174, "Species": "Western Cattle Egret", "Count": 1, "Date": "2021-10-26" }, "geometry": { "type": "Point", "coordinates": [ -157.9336174, 21.39280561 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39280561, "Longitude": -157.9336174, "Species": "White Tern", "Count": 1, "Date": "2023-06-16" }, "geometry": { "type": "Point", "coordinates": [ -157.9336174, 21.39280561 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39280561, "Longitude": -157.9336174, "Species": "White-rumped Shama", "Count": 1, "Date": "2023-03-11" }, "geometry": { "type": "Point", "coordinates": [ -157.9336174, 21.39280561 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39280561, "Longitude": -157.9336174, "Species": "Yellow-fronted Canary", "Count": 1, "Date": "2021-10-26" }, "geometry": { "type": "Point", "coordinates": [ -157.9336174, 21.39280561 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39280561, "Longitude": -157.9336174, "Species": "Zebra Dove", "Count": 3, "Date": "2023-05-05" }, "geometry": { "type": "Point", "coordinates": [ -157.9336174, 21.39280561 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40248099, "Longitude": -158.0396629, "Species": "Black Francolin", "Count": 2, "Date": "2024-02-13" }, "geometry": { "type": "Point", "coordinates": [ -158.0396629, 21.40248099 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40248099, "Longitude": -158.0396629, "Species": "Common Myna", "Count": 4, "Date": "2021-04-22" }, "geometry": { "type": "Point", "coordinates": [ -158.0396629, 21.40248099 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40248099, "Longitude": -158.0396629, "Species": "Common Waxbill", "Count": 1, "Date": "2024-02-13" }, "geometry": { "type": "Point", "coordinates": [ -158.0396629, 21.40248099 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40248099, "Longitude": -158.0396629, "Species": "House Finch", "Count": 5, "Date": "2024-02-13" }, "geometry": { "type": "Point", "coordinates": [ -158.0396629, 21.40248099 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40248099, "Longitude": -158.0396629, "Species": "House Sparrow", "Count": 1, "Date": "2021-04-22" }, "geometry": { "type": "Point", "coordinates": [ -158.0396629, 21.40248099 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40248099, "Longitude": -158.0396629, "Species": "Java Sparrow", "Count": 2, "Date": "2024-02-13" }, "geometry": { "type": "Point", "coordinates": [ -158.0396629, 21.40248099 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40248099, "Longitude": -158.0396629, "Species": "Northern Cardinal", "Count": 1, "Date": "2024-02-13" }, "geometry": { "type": "Point", "coordinates": [ -158.0396629, 21.40248099 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40248099, "Longitude": -158.0396629, "Species": "Pacific Golden-Plover", "Count": 3, "Date": "2024-02-12" }, "geometry": { "type": "Point", "coordinates": [ -158.0396629, 21.40248099 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40248099, "Longitude": -158.0396629, "Species": "Red-crested Cardinal", "Count": 3, "Date": "2024-02-13" }, "geometry": { "type": "Point", "coordinates": [ -158.0396629, 21.40248099 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40248099, "Longitude": -158.0396629, "Species": "Red-vented Bulbul", "Count": 4, "Date": "2024-02-13" }, "geometry": { "type": "Point", "coordinates": [ -158.0396629, 21.40248099 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40248099, "Longitude": -158.0396629, "Species": "Red-whiskered Bulbul", "Count": 3, "Date": "2024-02-13" }, "geometry": { "type": "Point", "coordinates": [ -158.0396629, 21.40248099 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40248099, "Longitude": -158.0396629, "Species": "Rock Pigeon", "Count": 1, "Date": "2021-04-22" }, "geometry": { "type": "Point", "coordinates": [ -158.0396629, 21.40248099 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40248099, "Longitude": -158.0396629, "Species": "Rose-ringed Parakeet", "Count": 1, "Date": "2024-02-13" }, "geometry": { "type": "Point", "coordinates": [ -158.0396629, 21.40248099 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40248099, "Longitude": -158.0396629, "Species": "Saffron Finch", "Count": 3, "Date": "2024-02-13" }, "geometry": { "type": "Point", "coordinates": [ -158.0396629, 21.40248099 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40248099, "Longitude": -158.0396629, "Species": "Spotted Dove", "Count": 2, "Date": "2024-02-13" }, "geometry": { "type": "Point", "coordinates": [ -158.0396629, 21.40248099 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40248099, "Longitude": -158.0396629, "Species": "Warbling White-eye", "Count": 2, "Date": "2024-02-13" }, "geometry": { "type": "Point", "coordinates": [ -158.0396629, 21.40248099 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40248099, "Longitude": -158.0396629, "Species": "Western Cattle Egret", "Count": 1, "Date": "2021-04-22" }, "geometry": { "type": "Point", "coordinates": [ -158.0396629, 21.40248099 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40248099, "Longitude": -158.0396629, "Species": "Zebra Dove", "Count": 7, "Date": "2024-02-13" }, "geometry": { "type": "Point", "coordinates": [ -158.0396629, 21.40248099 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40213915, "Longitude": -157.9817836, "Species": "Common Myna", "Count": 4, "Date": "2023-08-29" }, "geometry": { "type": "Point", "coordinates": [ -157.9817836, 21.40213915 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40213915, "Longitude": -157.9817836, "Species": "Common Waxbill", "Count": 3, "Date": "2023-08-29" }, "geometry": { "type": "Point", "coordinates": [ -157.9817836, 21.40213915 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40213915, "Longitude": -157.9817836, "Species": "House Finch", "Count": 1, "Date": "2023-08-29" }, "geometry": { "type": "Point", "coordinates": [ -157.9817836, 21.40213915 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40213915, "Longitude": -157.9817836, "Species": "Java Sparrow", "Count": 2, "Date": "2022-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9817836, 21.40213915 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40213915, "Longitude": -157.9817836, "Species": "Pacific Golden-Plover", "Count": 2, "Date": "2023-08-29" }, "geometry": { "type": "Point", "coordinates": [ -157.9817836, 21.40213915 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40213915, "Longitude": -157.9817836, "Species": "Red Avadavat", "Count": 1, "Date": "2022-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9817836, 21.40213915 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40213915, "Longitude": -157.9817836, "Species": "Red Junglefowl", "Count": 1, "Date": "2022-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9817836, 21.40213915 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40213915, "Longitude": -157.9817836, "Species": "Red-crested Cardinal", "Count": 3, "Date": "2022-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9817836, 21.40213915 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40213915, "Longitude": -157.9817836, "Species": "Red-vented Bulbul", "Count": 3, "Date": "2023-08-29" }, "geometry": { "type": "Point", "coordinates": [ -157.9817836, 21.40213915 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40213915, "Longitude": -157.9817836, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2022-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9817836, 21.40213915 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40213915, "Longitude": -157.9817836, "Species": "Rock Pigeon", "Count": 2, "Date": "2022-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9817836, 21.40213915 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40213915, "Longitude": -157.9817836, "Species": "Rose-ringed Parakeet", "Count": 4, "Date": "2023-08-29" }, "geometry": { "type": "Point", "coordinates": [ -157.9817836, 21.40213915 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40213915, "Longitude": -157.9817836, "Species": "Saffron Finch", "Count": 1, "Date": "2020-02-18" }, "geometry": { "type": "Point", "coordinates": [ -157.9817836, 21.40213915 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40213915, "Longitude": -157.9817836, "Species": "Spotted Dove", "Count": 1, "Date": "2023-08-29" }, "geometry": { "type": "Point", "coordinates": [ -157.9817836, 21.40213915 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40213915, "Longitude": -157.9817836, "Species": "Warbling White-eye", "Count": 2, "Date": "2023-08-29" }, "geometry": { "type": "Point", "coordinates": [ -157.9817836, 21.40213915 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40213915, "Longitude": -157.9817836, "Species": "Western Cattle Egret", "Count": 3, "Date": "2023-08-29" }, "geometry": { "type": "Point", "coordinates": [ -157.9817836, 21.40213915 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40213915, "Longitude": -157.9817836, "Species": "Yellow-fronted Canary", "Count": 1, "Date": "2023-08-29" }, "geometry": { "type": "Point", "coordinates": [ -157.9817836, 21.40213915 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40213915, "Longitude": -157.9817836, "Species": "Zebra Dove", "Count": 3, "Date": "2023-08-29" }, "geometry": { "type": "Point", "coordinates": [ -157.9817836, 21.40213915 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40099329, "Longitude": -157.8081528, "Species": "African Silverbill", "Count": 1, "Date": "2023-09-08" }, "geometry": { "type": "Point", "coordinates": [ -157.808152799999988, 21.40099329 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40099329, "Longitude": -157.8081528, "Species": "Barn Owl", "Count": 1, "Date": "2023-01-11" }, "geometry": { "type": "Point", "coordinates": [ -157.808152799999988, 21.40099329 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40099329, "Longitude": -157.8081528, "Species": "Chestnut Munia", "Count": 6, "Date": "2022-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.808152799999988, 21.40099329 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40099329, "Longitude": -157.8081528, "Species": "Common Myna", "Count": 9, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.808152799999988, 21.40099329 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40099329, "Longitude": -157.8081528, "Species": "Common Waxbill", "Count": 7, "Date": "2023-02-05" }, "geometry": { "type": "Point", "coordinates": [ -157.808152799999988, 21.40099329 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40099329, "Longitude": -157.8081528, "Species": "Java Sparrow", "Count": 5, "Date": "2024-02-18" }, "geometry": { "type": "Point", "coordinates": [ -157.808152799999988, 21.40099329 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40099329, "Longitude": -157.8081528, "Species": "Feral Mallard", "Count": 3, "Date": "2024-02-16" }, "geometry": { "type": "Point", "coordinates": [ -157.808152799999988, 21.40099329 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40099329, "Longitude": -157.8081528, "Species": "Northern Cardinal", "Count": 1, "Date": "2021-02-14" }, "geometry": { "type": "Point", "coordinates": [ -157.808152799999988, 21.40099329 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40099329, "Longitude": -157.8081528, "Species": "Northern Mockingbird", "Count": 2, "Date": "2022-09-24" }, "geometry": { "type": "Point", "coordinates": [ -157.808152799999988, 21.40099329 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40099329, "Longitude": -157.8081528, "Species": "Red Junglefowl", "Count": 1, "Date": "2022-02-21" }, "geometry": { "type": "Point", "coordinates": [ -157.808152799999988, 21.40099329 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40099329, "Longitude": -157.8081528, "Species": "Red-crested Cardinal", "Count": 10, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.808152799999988, 21.40099329 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40099329, "Longitude": -157.8081528, "Species": "Red-vented Bulbul", "Count": 7, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.808152799999988, 21.40099329 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40099329, "Longitude": -157.8081528, "Species": "Red-whiskered Bulbul", "Count": 8, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.808152799999988, 21.40099329 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40099329, "Longitude": -157.8081528, "Species": "Spotted Dove", "Count": 9, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.808152799999988, 21.40099329 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40099329, "Longitude": -157.8081528, "Species": "Warbling White-eye", "Count": 5, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.808152799999988, 21.40099329 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40099329, "Longitude": -157.8081528, "Species": "Western Cattle Egret", "Count": 3, "Date": "2024-02-18" }, "geometry": { "type": "Point", "coordinates": [ -157.808152799999988, 21.40099329 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40099329, "Longitude": -157.8081528, "Species": "Zebra Dove", "Count": 13, "Date": "2024-02-18" }, "geometry": { "type": "Point", "coordinates": [ -157.808152799999988, 21.40099329 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41223467, "Longitude": -158.1746686, "Species": "Black-crowned Night Heron", "Count": 1, "Date": "2023-02-14" }, "geometry": { "type": "Point", "coordinates": [ -158.1746686, 21.41223467 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41223467, "Longitude": -158.1746686, "Species": "Common Myna", "Count": 7, "Date": "2023-02-21" }, "geometry": { "type": "Point", "coordinates": [ -158.1746686, 21.41223467 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41223467, "Longitude": -158.1746686, "Species": "Common Waxbill", "Count": 1, "Date": "2023-02-21" }, "geometry": { "type": "Point", "coordinates": [ -158.1746686, 21.41223467 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41223467, "Longitude": -158.1746686, "Species": "House Finch", "Count": 4, "Date": "2023-02-21" }, "geometry": { "type": "Point", "coordinates": [ -158.1746686, 21.41223467 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41223467, "Longitude": -158.1746686, "Species": "House Sparrow", "Count": 6, "Date": "2023-02-21" }, "geometry": { "type": "Point", "coordinates": [ -158.1746686, 21.41223467 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41223467, "Longitude": -158.1746686, "Species": "Java Sparrow", "Count": 6, "Date": "2023-02-21" }, "geometry": { "type": "Point", "coordinates": [ -158.1746686, 21.41223467 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41223467, "Longitude": -158.1746686, "Species": "Northern Mockingbird", "Count": 1, "Date": "2021-04-18" }, "geometry": { "type": "Point", "coordinates": [ -158.1746686, 21.41223467 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41223467, "Longitude": -158.1746686, "Species": "Pacific Golden-Plover", "Count": 3, "Date": "2022-01-25" }, "geometry": { "type": "Point", "coordinates": [ -158.1746686, 21.41223467 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41223467, "Longitude": -158.1746686, "Species": "Red Junglefowl", "Count": 1, "Date": "2023-05-12" }, "geometry": { "type": "Point", "coordinates": [ -158.1746686, 21.41223467 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41223467, "Longitude": -158.1746686, "Species": "Red-crested Cardinal", "Count": 2, "Date": "2022-01-20" }, "geometry": { "type": "Point", "coordinates": [ -158.1746686, 21.41223467 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41223467, "Longitude": -158.1746686, "Species": "Red-vented Bulbul", "Count": 8, "Date": "2023-05-11" }, "geometry": { "type": "Point", "coordinates": [ -158.1746686, 21.41223467 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41223467, "Longitude": -158.1746686, "Species": "Rock Pigeon", "Count": 6, "Date": "2023-02-21" }, "geometry": { "type": "Point", "coordinates": [ -158.1746686, 21.41223467 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41223467, "Longitude": -158.1746686, "Species": "Ruddy Turnstone", "Count": 1, "Date": "2022-01-20" }, "geometry": { "type": "Point", "coordinates": [ -158.1746686, 21.41223467 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41223467, "Longitude": -158.1746686, "Species": "Saffron Finch", "Count": 5, "Date": "2023-02-21" }, "geometry": { "type": "Point", "coordinates": [ -158.1746686, 21.41223467 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41223467, "Longitude": -158.1746686, "Species": "Sanderling", "Count": 2, "Date": "2022-04-03" }, "geometry": { "type": "Point", "coordinates": [ -158.1746686, 21.41223467 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41223467, "Longitude": -158.1746686, "Species": "Spotted Dove", "Count": 5, "Date": "2023-02-21" }, "geometry": { "type": "Point", "coordinates": [ -158.1746686, 21.41223467 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41223467, "Longitude": -158.1746686, "Species": "Warbling White-eye", "Count": 1, "Date": "2022-01-25" }, "geometry": { "type": "Point", "coordinates": [ -158.1746686, 21.41223467 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41223467, "Longitude": -158.1746686, "Species": "Zebra Dove", "Count": 9, "Date": "2023-05-09" }, "geometry": { "type": "Point", "coordinates": [ -158.1746686, 21.41223467 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40974748, "Longitude": -157.7694943, "Species": "Chestnut Munia", "Count": 1, "Date": "2022-04-10" }, "geometry": { "type": "Point", "coordinates": [ -157.7694943, 21.40974748 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40974748, "Longitude": -157.7694943, "Species": "Common Myna", "Count": 28, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.7694943, 21.40974748 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40974748, "Longitude": -157.7694943, "Species": "Common Waxbill", "Count": 21, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.7694943, 21.40974748 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40974748, "Longitude": -157.7694943, "Species": "House Finch", "Count": 20, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.7694943, 21.40974748 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40974748, "Longitude": -157.7694943, "Species": "Java Sparrow", "Count": 6, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.7694943, 21.40974748 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40974748, "Longitude": -157.7694943, "Species": "Northern Cardinal", "Count": 7, "Date": "2022-04-23" }, "geometry": { "type": "Point", "coordinates": [ -157.7694943, 21.40974748 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40974748, "Longitude": -157.7694943, "Species": "Pacific Golden-Plover", "Count": 1, "Date": "2024-01-15" }, "geometry": { "type": "Point", "coordinates": [ -157.7694943, 21.40974748 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40974748, "Longitude": -157.7694943, "Species": "Red Avadavat", "Count": 1, "Date": "2024-01-18" }, "geometry": { "type": "Point", "coordinates": [ -157.7694943, 21.40974748 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40974748, "Longitude": -157.7694943, "Species": "Red Junglefowl", "Count": 17, "Date": "2022-05-29" }, "geometry": { "type": "Point", "coordinates": [ -157.7694943, 21.40974748 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40974748, "Longitude": -157.7694943, "Species": "Red-crested Cardinal", "Count": 18, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.7694943, 21.40974748 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40974748, "Longitude": -157.7694943, "Species": "Red-vented Bulbul", "Count": 24, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.7694943, 21.40974748 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40974748, "Longitude": -157.7694943, "Species": "Red-whiskered Bulbul", "Count": 11, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.7694943, 21.40974748 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40974748, "Longitude": -157.7694943, "Species": "Rock Pigeon", "Count": 2, "Date": "2024-01-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7694943, 21.40974748 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40974748, "Longitude": -157.7694943, "Species": "Spotted Dove", "Count": 28, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.7694943, 21.40974748 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40974748, "Longitude": -157.7694943, "Species": "Warbling White-eye", "Count": 6, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.7694943, 21.40974748 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40974748, "Longitude": -157.7694943, "Species": "Western Cattle Egret", "Count": 3, "Date": "2022-04-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7694943, 21.40974748 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40974748, "Longitude": -157.7694943, "Species": "White-rumped Shama", "Count": 9, "Date": "2024-01-16" }, "geometry": { "type": "Point", "coordinates": [ -157.7694943, 21.40974748 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40974748, "Longitude": -157.7694943, "Species": "Zebra Dove", "Count": 27, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.7694943, 21.40974748 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4211238, "Longitude": -158.1456731, "Species": "Black-crowned Night Heron", "Count": 3, "Date": "2021-06-08" }, "geometry": { "type": "Point", "coordinates": [ -158.14567310000001, 21.4211238 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4211238, "Longitude": -158.1456731, "Species": "Common Myna", "Count": 2, "Date": "2021-01-14" }, "geometry": { "type": "Point", "coordinates": [ -158.14567310000001, 21.4211238 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4211238, "Longitude": -158.1456731, "Species": "Common Waxbill", "Count": 3, "Date": "2021-06-08" }, "geometry": { "type": "Point", "coordinates": [ -158.14567310000001, 21.4211238 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4211238, "Longitude": -158.1456731, "Species": "Eurasian Skylark", "Count": 2, "Date": "2021-01-14" }, "geometry": { "type": "Point", "coordinates": [ -158.14567310000001, 21.4211238 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4211238, "Longitude": -158.1456731, "Species": "Gray Francolin", "Count": 3, "Date": "2021-06-08" }, "geometry": { "type": "Point", "coordinates": [ -158.14567310000001, 21.4211238 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4211238, "Longitude": -158.1456731, "Species": "Hawaiian Coot", "Count": 7, "Date": "2021-06-08" }, "geometry": { "type": "Point", "coordinates": [ -158.14567310000001, 21.4211238 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4211238, "Longitude": -158.1456731, "Species": "House Finch", "Count": 3, "Date": "2021-06-01" }, "geometry": { "type": "Point", "coordinates": [ -158.14567310000001, 21.4211238 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4211238, "Longitude": -158.1456731, "Species": "Java Sparrow", "Count": 1, "Date": "2021-06-01" }, "geometry": { "type": "Point", "coordinates": [ -158.14567310000001, 21.4211238 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4211238, "Longitude": -158.1456731, "Species": "Northern Cardinal", "Count": 3, "Date": "2021-06-01" }, "geometry": { "type": "Point", "coordinates": [ -158.14567310000001, 21.4211238 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4211238, "Longitude": -158.1456731, "Species": "Peregrine Falcon", "Count": 1, "Date": "2022-03-08" }, "geometry": { "type": "Point", "coordinates": [ -158.14567310000001, 21.4211238 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4211238, "Longitude": -158.1456731, "Species": "Red-crested Cardinal", "Count": 2, "Date": "2021-01-14" }, "geometry": { "type": "Point", "coordinates": [ -158.14567310000001, 21.4211238 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4211238, "Longitude": -158.1456731, "Species": "Red-vented Bulbul", "Count": 3, "Date": "2021-06-01" }, "geometry": { "type": "Point", "coordinates": [ -158.14567310000001, 21.4211238 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4211238, "Longitude": -158.1456731, "Species": "Saffron Finch", "Count": 3, "Date": "2021-06-01" }, "geometry": { "type": "Point", "coordinates": [ -158.14567310000001, 21.4211238 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4211238, "Longitude": -158.1456731, "Species": "Scaly-breasted Munia", "Count": 2, "Date": "2021-01-14" }, "geometry": { "type": "Point", "coordinates": [ -158.14567310000001, 21.4211238 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4211238, "Longitude": -158.1456731, "Species": "Short-eared Owl", "Count": 1, "Date": "2021-06-01" }, "geometry": { "type": "Point", "coordinates": [ -158.14567310000001, 21.4211238 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4211238, "Longitude": -158.1456731, "Species": "Spotted Dove", "Count": 5, "Date": "2021-06-08" }, "geometry": { "type": "Point", "coordinates": [ -158.14567310000001, 21.4211238 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4211238, "Longitude": -158.1456731, "Species": "Warbling White-eye", "Count": 5, "Date": "2021-06-08" }, "geometry": { "type": "Point", "coordinates": [ -158.14567310000001, 21.4211238 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4211238, "Longitude": -158.1456731, "Species": "Zebra Dove", "Count": 6, "Date": "2022-03-08" }, "geometry": { "type": "Point", "coordinates": [ -158.14567310000001, 21.4211238 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42032299, "Longitude": -158.0009538, "Species": "Chestnut Munia", "Count": 10, "Date": "2023-05-13" }, "geometry": { "type": "Point", "coordinates": [ -158.0009538, 21.42032299 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42032299, "Longitude": -158.0009538, "Species": "Common Myna", "Count": 18, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -158.0009538, 21.42032299 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42032299, "Longitude": -158.0009538, "Species": "Common Waxbill", "Count": 13, "Date": "2023-05-13" }, "geometry": { "type": "Point", "coordinates": [ -158.0009538, 21.42032299 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42032299, "Longitude": -158.0009538, "Species": "House Finch", "Count": 9, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -158.0009538, 21.42032299 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42032299, "Longitude": -158.0009538, "Species": "House Sparrow", "Count": 3, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -158.0009538, 21.42032299 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42032299, "Longitude": -158.0009538, "Species": "Java Sparrow", "Count": 15, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -158.0009538, 21.42032299 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42032299, "Longitude": -158.0009538, "Species": "Northern Cardinal", "Count": 1, "Date": "2020-05-09" }, "geometry": { "type": "Point", "coordinates": [ -158.0009538, 21.42032299 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42032299, "Longitude": -158.0009538, "Species": "Pacific Golden-Plover", "Count": 13, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -158.0009538, 21.42032299 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42032299, "Longitude": -158.0009538, "Species": "Red-crested Cardinal", "Count": 10, "Date": "2024-02-18" }, "geometry": { "type": "Point", "coordinates": [ -158.0009538, 21.42032299 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42032299, "Longitude": -158.0009538, "Species": "Red-vented Bulbul", "Count": 8, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -158.0009538, 21.42032299 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42032299, "Longitude": -158.0009538, "Species": "Red-whiskered Bulbul", "Count": 3, "Date": "2022-02-21" }, "geometry": { "type": "Point", "coordinates": [ -158.0009538, 21.42032299 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42032299, "Longitude": -158.0009538, "Species": "Rose-ringed Parakeet", "Count": 8, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -158.0009538, 21.42032299 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42032299, "Longitude": -158.0009538, "Species": "Ruddy Turnstone", "Count": 2, "Date": "2022-02-21" }, "geometry": { "type": "Point", "coordinates": [ -158.0009538, 21.42032299 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42032299, "Longitude": -158.0009538, "Species": "Saffron Finch", "Count": 19, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -158.0009538, 21.42032299 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42032299, "Longitude": -158.0009538, "Species": "Spotted Dove", "Count": 17, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -158.0009538, 21.42032299 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42032299, "Longitude": -158.0009538, "Species": "Warbling White-eye", "Count": 3, "Date": "2022-10-08" }, "geometry": { "type": "Point", "coordinates": [ -158.0009538, 21.42032299 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42032299, "Longitude": -158.0009538, "Species": "Western Cattle Egret", "Count": 15, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -158.0009538, 21.42032299 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42032299, "Longitude": -158.0009538, "Species": "Zebra Dove", "Count": 18, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -158.0009538, 21.42032299 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42969297, "Longitude": -158.0587828, "Species": "Barn Owl", "Count": 2, "Date": "2019-04-24" }, "geometry": { "type": "Point", "coordinates": [ -158.058782799999989, 21.42969297 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42969297, "Longitude": -158.0587828, "Species": "Chestnut Munia", "Count": 1, "Date": "2019-11-15" }, "geometry": { "type": "Point", "coordinates": [ -158.058782799999989, 21.42969297 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42969297, "Longitude": -158.0587828, "Species": "Common Gallinule", "Count": 1, "Date": "2019-11-15" }, "geometry": { "type": "Point", "coordinates": [ -158.058782799999989, 21.42969297 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42969297, "Longitude": -158.0587828, "Species": "Common Myna", "Count": 1, "Date": "2019-11-15" }, "geometry": { "type": "Point", "coordinates": [ -158.058782799999989, 21.42969297 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42969297, "Longitude": -158.0587828, "Species": "Common Waxbill", "Count": 1, "Date": "2019-11-15" }, "geometry": { "type": "Point", "coordinates": [ -158.058782799999989, 21.42969297 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42969297, "Longitude": -158.0587828, "Species": "Hawaiian Coot", "Count": 1, "Date": "2019-11-15" }, "geometry": { "type": "Point", "coordinates": [ -158.058782799999989, 21.42969297 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42969297, "Longitude": -158.0587828, "Species": "House Finch", "Count": 1, "Date": "2019-11-15" }, "geometry": { "type": "Point", "coordinates": [ -158.058782799999989, 21.42969297 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42969297, "Longitude": -158.0587828, "Species": "Northern Cardinal", "Count": 1, "Date": "2019-11-15" }, "geometry": { "type": "Point", "coordinates": [ -158.058782799999989, 21.42969297 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42969297, "Longitude": -158.0587828, "Species": "Pacific Golden-Plover", "Count": 1, "Date": "2019-11-15" }, "geometry": { "type": "Point", "coordinates": [ -158.058782799999989, 21.42969297 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42969297, "Longitude": -158.0587828, "Species": "Red-crested Cardinal", "Count": 1, "Date": "2019-11-15" }, "geometry": { "type": "Point", "coordinates": [ -158.058782799999989, 21.42969297 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42969297, "Longitude": -158.0587828, "Species": "Red-vented Bulbul", "Count": 2, "Date": "2022-07-06" }, "geometry": { "type": "Point", "coordinates": [ -158.058782799999989, 21.42969297 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42969297, "Longitude": -158.0587828, "Species": "Saffron Finch", "Count": 1, "Date": "2019-11-15" }, "geometry": { "type": "Point", "coordinates": [ -158.058782799999989, 21.42969297 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42969297, "Longitude": -158.0587828, "Species": "Short-eared Owl", "Count": 1, "Date": "2019-07-18" }, "geometry": { "type": "Point", "coordinates": [ -158.058782799999989, 21.42969297 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42969297, "Longitude": -158.0587828, "Species": "Spotted Dove", "Count": 1, "Date": "2019-11-15" }, "geometry": { "type": "Point", "coordinates": [ -158.058782799999989, 21.42969297 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42969297, "Longitude": -158.0587828, "Species": "Warbling White-eye", "Count": 1, "Date": "2019-11-15" }, "geometry": { "type": "Point", "coordinates": [ -158.058782799999989, 21.42969297 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42969297, "Longitude": -158.0587828, "Species": "Western Cattle Egret", "Count": 1, "Date": "2019-11-15" }, "geometry": { "type": "Point", "coordinates": [ -158.058782799999989, 21.42969297 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42969297, "Longitude": -158.0587828, "Species": "Yellow-fronted Canary", "Count": 1, "Date": "2019-11-15" }, "geometry": { "type": "Point", "coordinates": [ -158.058782799999989, 21.42969297 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42969297, "Longitude": -158.0587828, "Species": "Zebra Dove", "Count": 1, "Date": "2019-11-15" }, "geometry": { "type": "Point", "coordinates": [ -158.058782799999989, 21.42969297 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42947065, "Longitude": -158.0201889, "Species": "Black-crowned Night Heron", "Count": 1, "Date": "2021-02-15" }, "geometry": { "type": "Point", "coordinates": [ -158.0201889, 21.42947065 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42947065, "Longitude": -158.0201889, "Species": "Chestnut Munia", "Count": 1, "Date": "2021-02-14" }, "geometry": { "type": "Point", "coordinates": [ -158.0201889, 21.42947065 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42947065, "Longitude": -158.0201889, "Species": "Common Myna", "Count": 6, "Date": "2022-02-21" }, "geometry": { "type": "Point", "coordinates": [ -158.0201889, 21.42947065 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42947065, "Longitude": -158.0201889, "Species": "House Sparrow", "Count": 3, "Date": "2021-02-13" }, "geometry": { "type": "Point", "coordinates": [ -158.0201889, 21.42947065 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42947065, "Longitude": -158.0201889, "Species": "Java Sparrow", "Count": 6, "Date": "2022-02-21" }, "geometry": { "type": "Point", "coordinates": [ -158.0201889, 21.42947065 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42947065, "Longitude": -158.0201889, "Species": "Northern Cardinal", "Count": 4, "Date": "2021-02-14" }, "geometry": { "type": "Point", "coordinates": [ -158.0201889, 21.42947065 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42947065, "Longitude": -158.0201889, "Species": "Pacific Golden-Plover", "Count": 2, "Date": "2021-02-14" }, "geometry": { "type": "Point", "coordinates": [ -158.0201889, 21.42947065 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42947065, "Longitude": -158.0201889, "Species": "Red-crested Cardinal", "Count": 6, "Date": "2022-02-20" }, "geometry": { "type": "Point", "coordinates": [ -158.0201889, 21.42947065 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42947065, "Longitude": -158.0201889, "Species": "Red-vented Bulbul", "Count": 4, "Date": "2021-02-14" }, "geometry": { "type": "Point", "coordinates": [ -158.0201889, 21.42947065 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42947065, "Longitude": -158.0201889, "Species": "Red-whiskered Bulbul", "Count": 2, "Date": "2022-02-19" }, "geometry": { "type": "Point", "coordinates": [ -158.0201889, 21.42947065 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42947065, "Longitude": -158.0201889, "Species": "Rose-ringed Parakeet", "Count": 6, "Date": "2022-02-21" }, "geometry": { "type": "Point", "coordinates": [ -158.0201889, 21.42947065 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42947065, "Longitude": -158.0201889, "Species": "Saffron Finch", "Count": 4, "Date": "2022-02-20" }, "geometry": { "type": "Point", "coordinates": [ -158.0201889, 21.42947065 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42947065, "Longitude": -158.0201889, "Species": "Spotted Dove", "Count": 5, "Date": "2022-02-21" }, "geometry": { "type": "Point", "coordinates": [ -158.0201889, 21.42947065 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42947065, "Longitude": -158.0201889, "Species": "Warbling White-eye", "Count": 5, "Date": "2022-02-21" }, "geometry": { "type": "Point", "coordinates": [ -158.0201889, 21.42947065 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42947065, "Longitude": -158.0201889, "Species": "Western Cattle Egret", "Count": 2, "Date": "2021-02-14" }, "geometry": { "type": "Point", "coordinates": [ -158.0201889, 21.42947065 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42947065, "Longitude": -158.0201889, "Species": "White Tern", "Count": 1, "Date": "2021-02-15" }, "geometry": { "type": "Point", "coordinates": [ -158.0201889, 21.42947065 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42947065, "Longitude": -158.0201889, "Species": "White-rumped Shama", "Count": 2, "Date": "2021-03-10" }, "geometry": { "type": "Point", "coordinates": [ -158.0201889, 21.42947065 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42947065, "Longitude": -158.0201889, "Species": "Zebra Dove", "Count": 5, "Date": "2021-03-13" }, "geometry": { "type": "Point", "coordinates": [ -158.0201889, 21.42947065 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44636356, "Longitude": -157.8367326, "Species": "Chestnut Munia", "Count": 5, "Date": "2023-05-13" }, "geometry": { "type": "Point", "coordinates": [ -157.8367326, 21.44636356 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44636356, "Longitude": -157.8367326, "Species": "Common Myna", "Count": 5, "Date": "2023-05-13" }, "geometry": { "type": "Point", "coordinates": [ -157.8367326, 21.44636356 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44636356, "Longitude": -157.8367326, "Species": "Common Waxbill", "Count": 6, "Date": "2022-06-24" }, "geometry": { "type": "Point", "coordinates": [ -157.8367326, 21.44636356 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44636356, "Longitude": -157.8367326, "Species": "House Sparrow", "Count": 2, "Date": "2022-06-24" }, "geometry": { "type": "Point", "coordinates": [ -157.8367326, 21.44636356 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44636356, "Longitude": -157.8367326, "Species": "Java Sparrow", "Count": 3, "Date": "2022-06-20" }, "geometry": { "type": "Point", "coordinates": [ -157.8367326, 21.44636356 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44636356, "Longitude": -157.8367326, "Species": "Northern Cardinal", "Count": 2, "Date": "2022-06-20" }, "geometry": { "type": "Point", "coordinates": [ -157.8367326, 21.44636356 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44636356, "Longitude": -157.8367326, "Species": "Pacific Golden-Plover", "Count": 1, "Date": "2022-03-27" }, "geometry": { "type": "Point", "coordinates": [ -157.8367326, 21.44636356 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44636356, "Longitude": -157.8367326, "Species": "Red Junglefowl", "Count": 2, "Date": "2023-05-13" }, "geometry": { "type": "Point", "coordinates": [ -157.8367326, 21.44636356 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44636356, "Longitude": -157.8367326, "Species": "Red-crested Cardinal", "Count": 4, "Date": "2023-01-04" }, "geometry": { "type": "Point", "coordinates": [ -157.8367326, 21.44636356 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44636356, "Longitude": -157.8367326, "Species": "Red-vented Bulbul", "Count": 6, "Date": "2023-05-13" }, "geometry": { "type": "Point", "coordinates": [ -157.8367326, 21.44636356 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44636356, "Longitude": -157.8367326, "Species": "Red-whiskered Bulbul", "Count": 3, "Date": "2023-01-04" }, "geometry": { "type": "Point", "coordinates": [ -157.8367326, 21.44636356 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44636356, "Longitude": -157.8367326, "Species": "Rock Pigeon", "Count": 1, "Date": "2021-06-28" }, "geometry": { "type": "Point", "coordinates": [ -157.8367326, 21.44636356 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44636356, "Longitude": -157.8367326, "Species": "Scaly-breasted Munia", "Count": 1, "Date": "2022-02-26" }, "geometry": { "type": "Point", "coordinates": [ -157.8367326, 21.44636356 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44636356, "Longitude": -157.8367326, "Species": "Spotted Dove", "Count": 4, "Date": "2023-01-04" }, "geometry": { "type": "Point", "coordinates": [ -157.8367326, 21.44636356 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44636356, "Longitude": -157.8367326, "Species": "Warbling White-eye", "Count": 4, "Date": "2022-06-24" }, "geometry": { "type": "Point", "coordinates": [ -157.8367326, 21.44636356 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44636356, "Longitude": -157.8367326, "Species": "Western Cattle Egret", "Count": 6, "Date": "2023-10-16" }, "geometry": { "type": "Point", "coordinates": [ -157.8367326, 21.44636356 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44636356, "Longitude": -157.8367326, "Species": "White-rumped Shama", "Count": 3, "Date": "2022-12-30" }, "geometry": { "type": "Point", "coordinates": [ -157.8367326, 21.44636356 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44636356, "Longitude": -157.8367326, "Species": "Zebra Dove", "Count": 8, "Date": "2023-05-13" }, "geometry": { "type": "Point", "coordinates": [ -157.8367326, 21.44636356 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44559039, "Longitude": -157.7305973, "Species": "African Silverbill", "Count": 2, "Date": "2020-07-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7305973, 21.44559039 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44559039, "Longitude": -157.7305973, "Species": "Black-necked Stilt", "Count": 2, "Date": "2020-07-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7305973, 21.44559039 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44559039, "Longitude": -157.7305973, "Species": "Common Myna", "Count": 3, "Date": "2020-07-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7305973, 21.44559039 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44559039, "Longitude": -157.7305973, "Species": "Common Waxbill", "Count": 3, "Date": "2020-07-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7305973, 21.44559039 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44559039, "Longitude": -157.7305973, "Species": "Gray Francolin", "Count": 2, "Date": "2020-07-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7305973, 21.44559039 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44559039, "Longitude": -157.7305973, "Species": "Great Frigatebird", "Count": 3, "Date": "2020-07-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7305973, 21.44559039 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44559039, "Longitude": -157.7305973, "Species": "Northern Cardinal", "Count": 1, "Date": "2020-04-24" }, "geometry": { "type": "Point", "coordinates": [ -157.7305973, 21.44559039 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44559039, "Longitude": -157.7305973, "Species": "Pacific Golden-Plover", "Count": 3, "Date": "2020-07-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7305973, 21.44559039 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44559039, "Longitude": -157.7305973, "Species": "Red Avadavat", "Count": 2, "Date": "2020-07-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7305973, 21.44559039 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44559039, "Longitude": -157.7305973, "Species": "Red-crested Cardinal", "Count": 2, "Date": "2020-07-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7305973, 21.44559039 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44559039, "Longitude": -157.7305973, "Species": "Red-vented Bulbul", "Count": 3, "Date": "2020-07-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7305973, 21.44559039 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44559039, "Longitude": -157.7305973, "Species": "Red-whiskered Bulbul", "Count": 2, "Date": "2020-07-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7305973, 21.44559039 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44559039, "Longitude": -157.7305973, "Species": "Scaly-breasted Munia", "Count": 2, "Date": "2020-07-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7305973, 21.44559039 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44559039, "Longitude": -157.7305973, "Species": "Spotted Dove", "Count": 3, "Date": "2020-07-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7305973, 21.44559039 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44559039, "Longitude": -157.7305973, "Species": "Wandering Tattler", "Count": 1, "Date": "2020-04-24" }, "geometry": { "type": "Point", "coordinates": [ -157.7305973, 21.44559039 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44559039, "Longitude": -157.7305973, "Species": "Western Cattle Egret", "Count": 3, "Date": "2020-07-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7305973, 21.44559039 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44559039, "Longitude": -157.7305973, "Species": "Zebra Dove", "Count": 2, "Date": "2020-07-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7305973, 21.44559039 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45651547, "Longitude": -158.0103577, "Species": "Common Myna", "Count": 11, "Date": "2023-06-04" }, "geometry": { "type": "Point", "coordinates": [ -158.010357699999986, 21.45651547 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45651547, "Longitude": -158.0103577, "Species": "Common Waxbill", "Count": 5, "Date": "2023-06-04" }, "geometry": { "type": "Point", "coordinates": [ -158.010357699999986, 21.45651547 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45651547, "Longitude": -158.0103577, "Species": "House Finch", "Count": 10, "Date": "2023-06-04" }, "geometry": { "type": "Point", "coordinates": [ -158.010357699999986, 21.45651547 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45651547, "Longitude": -158.0103577, "Species": "House Sparrow", "Count": 4, "Date": "2023-06-04" }, "geometry": { "type": "Point", "coordinates": [ -158.010357699999986, 21.45651547 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45651547, "Longitude": -158.0103577, "Species": "Java Sparrow", "Count": 1, "Date": "2023-03-20" }, "geometry": { "type": "Point", "coordinates": [ -158.010357699999986, 21.45651547 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45651547, "Longitude": -158.0103577, "Species": "Northern Cardinal", "Count": 9, "Date": "2022-07-17" }, "geometry": { "type": "Point", "coordinates": [ -158.010357699999986, 21.45651547 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45651547, "Longitude": -158.0103577, "Species": "Pacific Golden-Plover", "Count": 1, "Date": "2023-03-20" }, "geometry": { "type": "Point", "coordinates": [ -158.010357699999986, 21.45651547 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45651547, "Longitude": -158.0103577, "Species": "Red Junglefowl", "Count": 1, "Date": "2023-03-20" }, "geometry": { "type": "Point", "coordinates": [ -158.010357699999986, 21.45651547 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45651547, "Longitude": -158.0103577, "Species": "Red-crested Cardinal", "Count": 13, "Date": "2023-03-20" }, "geometry": { "type": "Point", "coordinates": [ -158.010357699999986, 21.45651547 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45651547, "Longitude": -158.0103577, "Species": "Red-crowned Parrot", "Count": 4, "Date": "2022-07-17" }, "geometry": { "type": "Point", "coordinates": [ -158.010357699999986, 21.45651547 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45651547, "Longitude": -158.0103577, "Species": "Red-vented Bulbul", "Count": 12, "Date": "2023-06-04" }, "geometry": { "type": "Point", "coordinates": [ -158.010357699999986, 21.45651547 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45651547, "Longitude": -158.0103577, "Species": "Rock Pigeon", "Count": 2, "Date": "2023-01-19" }, "geometry": { "type": "Point", "coordinates": [ -158.010357699999986, 21.45651547 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45651547, "Longitude": -158.0103577, "Species": "Rose-ringed Parakeet", "Count": 11, "Date": "2023-03-20" }, "geometry": { "type": "Point", "coordinates": [ -158.010357699999986, 21.45651547 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45651547, "Longitude": -158.0103577, "Species": "Saffron Finch", "Count": 3, "Date": "2023-06-04" }, "geometry": { "type": "Point", "coordinates": [ -158.010357699999986, 21.45651547 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45651547, "Longitude": -158.0103577, "Species": "Spotted Dove", "Count": 10, "Date": "2023-01-19" }, "geometry": { "type": "Point", "coordinates": [ -158.010357699999986, 21.45651547 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45651547, "Longitude": -158.0103577, "Species": "Warbling White-eye", "Count": 10, "Date": "2022-07-17" }, "geometry": { "type": "Point", "coordinates": [ -158.010357699999986, 21.45651547 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45651547, "Longitude": -158.0103577, "Species": "Western Cattle Egret", "Count": 7, "Date": "2023-06-04" }, "geometry": { "type": "Point", "coordinates": [ -158.010357699999986, 21.45651547 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45651547, "Longitude": -158.0103577, "Species": "Zebra Dove", "Count": 15, "Date": "2023-06-04" }, "geometry": { "type": "Point", "coordinates": [ -158.010357699999986, 21.45651547 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45498296, "Longitude": -157.7787648, "Species": "Black-necked Stilt", "Count": 6, "Date": "2023-01-18" }, "geometry": { "type": "Point", "coordinates": [ -157.7787648, 21.45498296 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45498296, "Longitude": -157.7787648, "Species": "Brown Noddy", "Count": 2, "Date": "2022-09-14" }, "geometry": { "type": "Point", "coordinates": [ -157.7787648, 21.45498296 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45498296, "Longitude": -157.7787648, "Species": "Common Gallinule", "Count": 3, "Date": "2024-01-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7787648, 21.45498296 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45498296, "Longitude": -157.7787648, "Species": "Common Myna", "Count": 10, "Date": "2024-01-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7787648, 21.45498296 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45498296, "Longitude": -157.7787648, "Species": "Common Waxbill", "Count": 4, "Date": "2022-12-03" }, "geometry": { "type": "Point", "coordinates": [ -157.7787648, 21.45498296 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45498296, "Longitude": -157.7787648, "Species": "Great Frigatebird", "Count": 2, "Date": "2023-10-24" }, "geometry": { "type": "Point", "coordinates": [ -157.7787648, 21.45498296 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45498296, "Longitude": -157.7787648, "Species": "House Finch", "Count": 2, "Date": "2022-01-19" }, "geometry": { "type": "Point", "coordinates": [ -157.7787648, 21.45498296 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45498296, "Longitude": -157.7787648, "Species": "Java Sparrow", "Count": 1, "Date": "2021-07-13" }, "geometry": { "type": "Point", "coordinates": [ -157.7787648, 21.45498296 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45498296, "Longitude": -157.7787648, "Species": "Feral Mallard", "Count": 3, "Date": "2022-12-03" }, "geometry": { "type": "Point", "coordinates": [ -157.7787648, 21.45498296 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45498296, "Longitude": -157.7787648, "Species": "Pacific Golden-Plover", "Count": 7, "Date": "2023-10-24" }, "geometry": { "type": "Point", "coordinates": [ -157.7787648, 21.45498296 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45498296, "Longitude": -157.7787648, "Species": "Red-crested Cardinal", "Count": 4, "Date": "2024-01-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7787648, 21.45498296 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45498296, "Longitude": -157.7787648, "Species": "Red-vented Bulbul", "Count": 4, "Date": "2024-01-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7787648, 21.45498296 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45498296, "Longitude": -157.7787648, "Species": "Spotted Dove", "Count": 3, "Date": "2023-10-24" }, "geometry": { "type": "Point", "coordinates": [ -157.7787648, 21.45498296 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45498296, "Longitude": -157.7787648, "Species": "Wandering Tattler", "Count": 1, "Date": "2020-02-26" }, "geometry": { "type": "Point", "coordinates": [ -157.7787648, 21.45498296 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45498296, "Longitude": -157.7787648, "Species": "Warbling White-eye", "Count": 3, "Date": "2022-01-19" }, "geometry": { "type": "Point", "coordinates": [ -157.7787648, 21.45498296 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45498296, "Longitude": -157.7787648, "Species": "Western Cattle Egret", "Count": 3, "Date": "2023-10-24" }, "geometry": { "type": "Point", "coordinates": [ -157.7787648, 21.45498296 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45498296, "Longitude": -157.7787648, "Species": "White-rumped Shama", "Count": 2, "Date": "2022-01-19" }, "geometry": { "type": "Point", "coordinates": [ -157.7787648, 21.45498296 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45498296, "Longitude": -157.7787648, "Species": "Zebra Dove", "Count": 2, "Date": "2023-10-24" }, "geometry": { "type": "Point", "coordinates": [ -157.7787648, 21.45498296 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48355954, "Longitude": -158.0005227, "Species": "Chestnut Munia", "Count": 2, "Date": "2021-09-17" }, "geometry": { "type": "Point", "coordinates": [ -158.0005227, 21.48355954 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48355954, "Longitude": -158.0005227, "Species": "Common Myna", "Count": 2, "Date": "2021-09-17" }, "geometry": { "type": "Point", "coordinates": [ -158.0005227, 21.48355954 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48355954, "Longitude": -158.0005227, "Species": "Common Waxbill", "Count": 3, "Date": "2023-05-28" }, "geometry": { "type": "Point", "coordinates": [ -158.0005227, 21.48355954 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48355954, "Longitude": -158.0005227, "Species": "House Finch", "Count": 1, "Date": "2021-09-16" }, "geometry": { "type": "Point", "coordinates": [ -158.0005227, 21.48355954 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48355954, "Longitude": -158.0005227, "Species": "House Sparrow", "Count": 1, "Date": "2021-09-17" }, "geometry": { "type": "Point", "coordinates": [ -158.0005227, 21.48355954 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48355954, "Longitude": -158.0005227, "Species": "Java Sparrow", "Count": 1, "Date": "2021-09-17" }, "geometry": { "type": "Point", "coordinates": [ -158.0005227, 21.48355954 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48355954, "Longitude": -158.0005227, "Species": "Pacific Golden-Plover", "Count": 5, "Date": "2023-12-14" }, "geometry": { "type": "Point", "coordinates": [ -158.0005227, 21.48355954 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48355954, "Longitude": -158.0005227, "Species": "Red Junglefowl", "Count": 2, "Date": "2023-05-26" }, "geometry": { "type": "Point", "coordinates": [ -158.0005227, 21.48355954 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48355954, "Longitude": -158.0005227, "Species": "Red-billed Leiothrix", "Count": 1, "Date": "2021-09-16" }, "geometry": { "type": "Point", "coordinates": [ -158.0005227, 21.48355954 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48355954, "Longitude": -158.0005227, "Species": "Red-crested Cardinal", "Count": 1, "Date": "2021-09-16" }, "geometry": { "type": "Point", "coordinates": [ -158.0005227, 21.48355954 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48355954, "Longitude": -158.0005227, "Species": "Red-vented Bulbul", "Count": 3, "Date": "2023-05-26" }, "geometry": { "type": "Point", "coordinates": [ -158.0005227, 21.48355954 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48355954, "Longitude": -158.0005227, "Species": "Red-whiskered Bulbul", "Count": 4, "Date": "2023-02-01" }, "geometry": { "type": "Point", "coordinates": [ -158.0005227, 21.48355954 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48355954, "Longitude": -158.0005227, "Species": "Rose-ringed Parakeet", "Count": 2, "Date": "2021-09-17" }, "geometry": { "type": "Point", "coordinates": [ -158.0005227, 21.48355954 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48355954, "Longitude": -158.0005227, "Species": "Saffron Finch", "Count": 1, "Date": "2023-02-01" }, "geometry": { "type": "Point", "coordinates": [ -158.0005227, 21.48355954 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48355954, "Longitude": -158.0005227, "Species": "Spotted Dove", "Count": 2, "Date": "2021-09-17" }, "geometry": { "type": "Point", "coordinates": [ -158.0005227, 21.48355954 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48355954, "Longitude": -158.0005227, "Species": "Warbling White-eye", "Count": 2, "Date": "2023-12-15" }, "geometry": { "type": "Point", "coordinates": [ -158.0005227, 21.48355954 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48355954, "Longitude": -158.0005227, "Species": "White-rumped Shama", "Count": 2, "Date": "2021-09-17" }, "geometry": { "type": "Point", "coordinates": [ -158.0005227, 21.48355954 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48355954, "Longitude": -158.0005227, "Species": "Zebra Dove", "Count": 2, "Date": "2021-09-17" }, "geometry": { "type": "Point", "coordinates": [ -158.0005227, 21.48355954 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5386716, "Longitude": -158.1642961, "Species": "Apapane", "Count": 1, "Date": "2020-02-09" }, "geometry": { "type": "Point", "coordinates": [ -158.1642961, 21.5386716 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5386716, "Longitude": -158.1642961, "Species": "Common Waxbill", "Count": 1, "Date": "2020-02-09" }, "geometry": { "type": "Point", "coordinates": [ -158.1642961, 21.5386716 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5386716, "Longitude": -158.1642961, "Species": "Erckel's Spurfowl", "Count": 2, "Date": "2024-02-14" }, "geometry": { "type": "Point", "coordinates": [ -158.1642961, 21.5386716 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5386716, "Longitude": -158.1642961, "Species": "Gray Francolin", "Count": 1, "Date": "2024-02-14" }, "geometry": { "type": "Point", "coordinates": [ -158.1642961, 21.5386716 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5386716, "Longitude": -158.1642961, "Species": "House Finch", "Count": 2, "Date": "2024-02-14" }, "geometry": { "type": "Point", "coordinates": [ -158.1642961, 21.5386716 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5386716, "Longitude": -158.1642961, "Species": "Indian Peafowl", "Count": 1, "Date": "2024-02-14" }, "geometry": { "type": "Point", "coordinates": [ -158.1642961, 21.5386716 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5386716, "Longitude": -158.1642961, "Species": "Japanese Bush Warbler", "Count": 1, "Date": "2020-02-09" }, "geometry": { "type": "Point", "coordinates": [ -158.1642961, 21.5386716 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5386716, "Longitude": -158.1642961, "Species": "Kalij Pheasant", "Count": 1, "Date": "2024-02-14" }, "geometry": { "type": "Point", "coordinates": [ -158.1642961, 21.5386716 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5386716, "Longitude": -158.1642961, "Species": "Northern Cardinal", "Count": 1, "Date": "2020-02-09" }, "geometry": { "type": "Point", "coordinates": [ -158.1642961, 21.5386716 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5386716, "Longitude": -158.1642961, "Species": "Pacific Golden-Plover", "Count": 1, "Date": "2020-02-09" }, "geometry": { "type": "Point", "coordinates": [ -158.1642961, 21.5386716 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5386716, "Longitude": -158.1642961, "Species": "Red-billed Leiothrix", "Count": 2, "Date": "2024-02-14" }, "geometry": { "type": "Point", "coordinates": [ -158.1642961, 21.5386716 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5386716, "Longitude": -158.1642961, "Species": "Red-crested Cardinal", "Count": 1, "Date": "2020-02-09" }, "geometry": { "type": "Point", "coordinates": [ -158.1642961, 21.5386716 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5386716, "Longitude": -158.1642961, "Species": "Red-vented Bulbul", "Count": 2, "Date": "2024-02-14" }, "geometry": { "type": "Point", "coordinates": [ -158.1642961, 21.5386716 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5386716, "Longitude": -158.1642961, "Species": "Red-whiskered Bulbul", "Count": 2, "Date": "2024-02-14" }, "geometry": { "type": "Point", "coordinates": [ -158.1642961, 21.5386716 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5386716, "Longitude": -158.1642961, "Species": "Spotted Dove", "Count": 2, "Date": "2024-02-14" }, "geometry": { "type": "Point", "coordinates": [ -158.1642961, 21.5386716 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5386716, "Longitude": -158.1642961, "Species": "Warbling White-eye", "Count": 2, "Date": "2024-02-14" }, "geometry": { "type": "Point", "coordinates": [ -158.1642961, 21.5386716 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5386716, "Longitude": -158.1642961, "Species": "White-rumped Shama", "Count": 1, "Date": "2020-02-09" }, "geometry": { "type": "Point", "coordinates": [ -158.1642961, 21.5386716 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5386716, "Longitude": -158.1642961, "Species": "Zebra Dove", "Count": 2, "Date": "2024-02-14" }, "geometry": { "type": "Point", "coordinates": [ -158.1642961, 21.5386716 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55678917, "Longitude": -158.1738487, "Species": "Apapane", "Count": 2, "Date": "2021-05-13" }, "geometry": { "type": "Point", "coordinates": [ -158.1738487, 21.55678917 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55678917, "Longitude": -158.1738487, "Species": "Black-crowned Night Heron", "Count": 1, "Date": "2021-05-13" }, "geometry": { "type": "Point", "coordinates": [ -158.1738487, 21.55678917 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55678917, "Longitude": -158.1738487, "Species": "Common Myna", "Count": 1, "Date": "2021-05-13" }, "geometry": { "type": "Point", "coordinates": [ -158.1738487, 21.55678917 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55678917, "Longitude": -158.1738487, "Species": "Common Waxbill", "Count": 2, "Date": "2021-05-13" }, "geometry": { "type": "Point", "coordinates": [ -158.1738487, 21.55678917 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55678917, "Longitude": -158.1738487, "Species": "Erckel's Spurfowl", "Count": 2, "Date": "2021-05-13" }, "geometry": { "type": "Point", "coordinates": [ -158.1738487, 21.55678917 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55678917, "Longitude": -158.1738487, "Species": "House Finch", "Count": 1, "Date": "2021-05-13" }, "geometry": { "type": "Point", "coordinates": [ -158.1738487, 21.55678917 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55678917, "Longitude": -158.1738487, "Species": "Japanese Bush Warbler", "Count": 2, "Date": "2021-05-13" }, "geometry": { "type": "Point", "coordinates": [ -158.1738487, 21.55678917 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55678917, "Longitude": -158.1738487, "Species": "Kalij Pheasant", "Count": 1, "Date": "2021-05-04" }, "geometry": { "type": "Point", "coordinates": [ -158.1738487, 21.55678917 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55678917, "Longitude": -158.1738487, "Species": "Oahu Amakihi", "Count": 2, "Date": "2021-05-13" }, "geometry": { "type": "Point", "coordinates": [ -158.1738487, 21.55678917 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55678917, "Longitude": -158.1738487, "Species": "Red Junglefowl", "Count": 1, "Date": "2021-05-04" }, "geometry": { "type": "Point", "coordinates": [ -158.1738487, 21.55678917 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55678917, "Longitude": -158.1738487, "Species": "Red-billed Leiothrix", "Count": 2, "Date": "2021-05-13" }, "geometry": { "type": "Point", "coordinates": [ -158.1738487, 21.55678917 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55678917, "Longitude": -158.1738487, "Species": "Red-vented Bulbul", "Count": 2, "Date": "2021-05-13" }, "geometry": { "type": "Point", "coordinates": [ -158.1738487, 21.55678917 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55678917, "Longitude": -158.1738487, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2021-05-04" }, "geometry": { "type": "Point", "coordinates": [ -158.1738487, 21.55678917 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55678917, "Longitude": -158.1738487, "Species": "Spotted Dove", "Count": 2, "Date": "2021-05-13" }, "geometry": { "type": "Point", "coordinates": [ -158.1738487, 21.55678917 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55678917, "Longitude": -158.1738487, "Species": "Warbling White-eye", "Count": 2, "Date": "2021-05-13" }, "geometry": { "type": "Point", "coordinates": [ -158.1738487, 21.55678917 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55678917, "Longitude": -158.1738487, "Species": "Western Cattle Egret", "Count": 1, "Date": "2021-05-13" }, "geometry": { "type": "Point", "coordinates": [ -158.1738487, 21.55678917 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55678917, "Longitude": -158.1738487, "Species": "White-rumped Shama", "Count": 2, "Date": "2021-05-13" }, "geometry": { "type": "Point", "coordinates": [ -158.1738487, 21.55678917 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55678917, "Longitude": -158.1738487, "Species": "Zebra Dove", "Count": 2, "Date": "2021-05-13" }, "geometry": { "type": "Point", "coordinates": [ -158.1738487, 21.55678917 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56614241, "Longitude": -158.2413993, "Species": "Common Waxbill", "Count": 2, "Date": "2022-09-24" }, "geometry": { "type": "Point", "coordinates": [ -158.241399300000012, 21.56614241 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56614241, "Longitude": -158.2413993, "Species": "Gray Francolin", "Count": 2, "Date": "2022-09-24" }, "geometry": { "type": "Point", "coordinates": [ -158.241399300000012, 21.56614241 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56614241, "Longitude": -158.2413993, "Species": "House Finch", "Count": 1, "Date": "2022-07-23" }, "geometry": { "type": "Point", "coordinates": [ -158.241399300000012, 21.56614241 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56614241, "Longitude": -158.2413993, "Species": "Indian Peafowl", "Count": 2, "Date": "2022-09-24" }, "geometry": { "type": "Point", "coordinates": [ -158.241399300000012, 21.56614241 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56614241, "Longitude": -158.2413993, "Species": "Northern Cardinal", "Count": 1, "Date": "2022-07-23" }, "geometry": { "type": "Point", "coordinates": [ -158.241399300000012, 21.56614241 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56614241, "Longitude": -158.2413993, "Species": "Oahu Amakihi", "Count": 1, "Date": "2022-07-23" }, "geometry": { "type": "Point", "coordinates": [ -158.241399300000012, 21.56614241 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56614241, "Longitude": -158.2413993, "Species": "Red-billed Leiothrix", "Count": 1, "Date": "2022-07-23" }, "geometry": { "type": "Point", "coordinates": [ -158.241399300000012, 21.56614241 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56614241, "Longitude": -158.2413993, "Species": "Red-crested Cardinal", "Count": 3, "Date": "2022-09-24" }, "geometry": { "type": "Point", "coordinates": [ -158.241399300000012, 21.56614241 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56614241, "Longitude": -158.2413993, "Species": "Red-vented Bulbul", "Count": 3, "Date": "2022-09-24" }, "geometry": { "type": "Point", "coordinates": [ -158.241399300000012, 21.56614241 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56614241, "Longitude": -158.2413993, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2022-09-24" }, "geometry": { "type": "Point", "coordinates": [ -158.241399300000012, 21.56614241 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56614241, "Longitude": -158.2413993, "Species": "Ring-necked Pheasant", "Count": 1, "Date": "2021-10-14" }, "geometry": { "type": "Point", "coordinates": [ -158.241399300000012, 21.56614241 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56614241, "Longitude": -158.2413993, "Species": "Spotted Dove", "Count": 1, "Date": "2021-10-14" }, "geometry": { "type": "Point", "coordinates": [ -158.241399300000012, 21.56614241 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56614241, "Longitude": -158.2413993, "Species": "Warbling White-eye", "Count": 3, "Date": "2022-09-24" }, "geometry": { "type": "Point", "coordinates": [ -158.241399300000012, 21.56614241 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56614241, "Longitude": -158.2413993, "Species": "Western Cattle Egret", "Count": 1, "Date": "2021-10-14" }, "geometry": { "type": "Point", "coordinates": [ -158.241399300000012, 21.56614241 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56614241, "Longitude": -158.2413993, "Species": "White-rumped Shama", "Count": 2, "Date": "2022-07-23" }, "geometry": { "type": "Point", "coordinates": [ -158.241399300000012, 21.56614241 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56614241, "Longitude": -158.2413993, "Species": "Wild Turkey", "Count": 1, "Date": "2022-01-26" }, "geometry": { "type": "Point", "coordinates": [ -158.241399300000012, 21.56614241 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56614241, "Longitude": -158.2413993, "Species": "Yellow-faced Grassquit", "Count": 1, "Date": "2022-07-23" }, "geometry": { "type": "Point", "coordinates": [ -158.241399300000012, 21.56614241 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56614241, "Longitude": -158.2413993, "Species": "Zebra Dove", "Count": 2, "Date": "2022-09-24" }, "geometry": { "type": "Point", "coordinates": [ -158.241399300000012, 21.56614241 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56562383, "Longitude": -158.1351683, "Species": "Common Myna", "Count": 24, "Date": "2023-03-29" }, "geometry": { "type": "Point", "coordinates": [ -158.1351683, 21.56562383 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56562383, "Longitude": -158.1351683, "Species": "Common Waxbill", "Count": 16, "Date": "2023-03-29" }, "geometry": { "type": "Point", "coordinates": [ -158.1351683, 21.56562383 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56562383, "Longitude": -158.1351683, "Species": "Gray Francolin", "Count": 6, "Date": "2022-12-27" }, "geometry": { "type": "Point", "coordinates": [ -158.1351683, 21.56562383 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56562383, "Longitude": -158.1351683, "Species": "House Finch", "Count": 14, "Date": "2023-03-29" }, "geometry": { "type": "Point", "coordinates": [ -158.1351683, 21.56562383 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56562383, "Longitude": -158.1351683, "Species": "House Sparrow", "Count": 2, "Date": "2022-07-18" }, "geometry": { "type": "Point", "coordinates": [ -158.1351683, 21.56562383 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56562383, "Longitude": -158.1351683, "Species": "Northern Cardinal", "Count": 15, "Date": "2023-03-29" }, "geometry": { "type": "Point", "coordinates": [ -158.1351683, 21.56562383 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56562383, "Longitude": -158.1351683, "Species": "Pacific Golden-Plover", "Count": 2, "Date": "2023-03-29" }, "geometry": { "type": "Point", "coordinates": [ -158.1351683, 21.56562383 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56562383, "Longitude": -158.1351683, "Species": "Red Avadavat", "Count": 13, "Date": "2022-07-18" }, "geometry": { "type": "Point", "coordinates": [ -158.1351683, 21.56562383 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56562383, "Longitude": -158.1351683, "Species": "Red-crested Cardinal", "Count": 9, "Date": "2023-03-29" }, "geometry": { "type": "Point", "coordinates": [ -158.1351683, 21.56562383 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56562383, "Longitude": -158.1351683, "Species": "Red-vented Bulbul", "Count": 23, "Date": "2023-03-29" }, "geometry": { "type": "Point", "coordinates": [ -158.1351683, 21.56562383 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56562383, "Longitude": -158.1351683, "Species": "Red-whiskered Bulbul", "Count": 4, "Date": "2022-11-28" }, "geometry": { "type": "Point", "coordinates": [ -158.1351683, 21.56562383 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56562383, "Longitude": -158.1351683, "Species": "Saffron Finch", "Count": 4, "Date": "2023-03-29" }, "geometry": { "type": "Point", "coordinates": [ -158.1351683, 21.56562383 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56562383, "Longitude": -158.1351683, "Species": "Short-eared Owl", "Count": 1, "Date": "2022-08-13" }, "geometry": { "type": "Point", "coordinates": [ -158.1351683, 21.56562383 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56562383, "Longitude": -158.1351683, "Species": "Spotted Dove", "Count": 13, "Date": "2023-03-29" }, "geometry": { "type": "Point", "coordinates": [ -158.1351683, 21.56562383 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56562383, "Longitude": -158.1351683, "Species": "Warbling White-eye", "Count": 17, "Date": "2023-03-29" }, "geometry": { "type": "Point", "coordinates": [ -158.1351683, 21.56562383 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56562383, "Longitude": -158.1351683, "Species": "Western Cattle Egret", "Count": 2, "Date": "2023-03-29" }, "geometry": { "type": "Point", "coordinates": [ -158.1351683, 21.56562383 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56562383, "Longitude": -158.1351683, "Species": "White-rumped Shama", "Count": 1, "Date": "2022-10-31" }, "geometry": { "type": "Point", "coordinates": [ -158.1351683, 21.56562383 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56562383, "Longitude": -158.1351683, "Species": "Zebra Dove", "Count": 26, "Date": "2023-03-29" }, "geometry": { "type": "Point", "coordinates": [ -158.1351683, 21.56562383 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57315924, "Longitude": -157.8840124, "Species": "Brown Noddy", "Count": 1, "Date": "2019-04-04" }, "geometry": { "type": "Point", "coordinates": [ -157.884012399999989, 21.57315924 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57315924, "Longitude": -157.8840124, "Species": "Common Myna", "Count": 3, "Date": "2022-07-25" }, "geometry": { "type": "Point", "coordinates": [ -157.884012399999989, 21.57315924 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57315924, "Longitude": -157.8840124, "Species": "Glaucous-winged Gull", "Count": 2, "Date": "2020-01-29" }, "geometry": { "type": "Point", "coordinates": [ -157.884012399999989, 21.57315924 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57315924, "Longitude": -157.8840124, "Species": "House Sparrow", "Count": 1, "Date": "2019-04-04" }, "geometry": { "type": "Point", "coordinates": [ -157.884012399999989, 21.57315924 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57315924, "Longitude": -157.8840124, "Species": "Laughing Gull", "Count": 1, "Date": "2020-01-29" }, "geometry": { "type": "Point", "coordinates": [ -157.884012399999989, 21.57315924 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57315924, "Longitude": -157.8840124, "Species": "Pacific Golden-Plover", "Count": 2, "Date": "2020-01-27" }, "geometry": { "type": "Point", "coordinates": [ -157.884012399999989, 21.57315924 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57315924, "Longitude": -157.8840124, "Species": "Red Junglefowl", "Count": 3, "Date": "2019-08-17" }, "geometry": { "type": "Point", "coordinates": [ -157.884012399999989, 21.57315924 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57315924, "Longitude": -157.8840124, "Species": "Red-crested Cardinal", "Count": 1, "Date": "2019-04-04" }, "geometry": { "type": "Point", "coordinates": [ -157.884012399999989, 21.57315924 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57315924, "Longitude": -157.8840124, "Species": "Red-footed Booby", "Count": 1, "Date": "2019-04-04" }, "geometry": { "type": "Point", "coordinates": [ -157.884012399999989, 21.57315924 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57315924, "Longitude": -157.8840124, "Species": "Red-vented Bulbul", "Count": 2, "Date": "2022-07-25" }, "geometry": { "type": "Point", "coordinates": [ -157.884012399999989, 21.57315924 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57315924, "Longitude": -157.8840124, "Species": "Ruddy Turnstone", "Count": 2, "Date": "2020-01-27" }, "geometry": { "type": "Point", "coordinates": [ -157.884012399999989, 21.57315924 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57315924, "Longitude": -157.8840124, "Species": "Sanderling", "Count": 2, "Date": "2020-01-27" }, "geometry": { "type": "Point", "coordinates": [ -157.884012399999989, 21.57315924 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57315924, "Longitude": -157.8840124, "Species": "Sooty Tern", "Count": 1, "Date": "2019-04-04" }, "geometry": { "type": "Point", "coordinates": [ -157.884012399999989, 21.57315924 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57315924, "Longitude": -157.8840124, "Species": "Spotted Dove", "Count": 4, "Date": "2023-03-13" }, "geometry": { "type": "Point", "coordinates": [ -157.884012399999989, 21.57315924 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57315924, "Longitude": -157.8840124, "Species": "Wandering Tattler", "Count": 5, "Date": "2023-03-13" }, "geometry": { "type": "Point", "coordinates": [ -157.884012399999989, 21.57315924 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57315924, "Longitude": -157.8840124, "Species": "Warbling White-eye", "Count": 1, "Date": "2019-04-04" }, "geometry": { "type": "Point", "coordinates": [ -157.884012399999989, 21.57315924 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57315924, "Longitude": -157.8840124, "Species": "Western Cattle Egret", "Count": 2, "Date": "2022-07-25" }, "geometry": { "type": "Point", "coordinates": [ -157.884012399999989, 21.57315924 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57315924, "Longitude": -157.8840124, "Species": "Zebra Dove", "Count": 4, "Date": "2023-03-13" }, "geometry": { "type": "Point", "coordinates": [ -157.884012399999989, 21.57315924 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.61851702, "Longitude": -157.9126469, "Species": "Chestnut Munia", "Count": 1, "Date": "2021-04-14" }, "geometry": { "type": "Point", "coordinates": [ -157.9126469, 21.61851702 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.61851702, "Longitude": -157.9126469, "Species": "Common Myna", "Count": 6, "Date": "2024-01-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9126469, 21.61851702 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.61851702, "Longitude": -157.9126469, "Species": "Common Waxbill", "Count": 3, "Date": "2021-04-14" }, "geometry": { "type": "Point", "coordinates": [ -157.9126469, 21.61851702 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.61851702, "Longitude": -157.9126469, "Species": "House Sparrow", "Count": 1, "Date": "2024-01-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9126469, 21.61851702 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.61851702, "Longitude": -157.9126469, "Species": "Laughing Gull", "Count": 1, "Date": "2020-02-03" }, "geometry": { "type": "Point", "coordinates": [ -157.9126469, 21.61851702 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.61851702, "Longitude": -157.9126469, "Species": "Laysan Albatross", "Count": 1, "Date": "2021-12-25" }, "geometry": { "type": "Point", "coordinates": [ -157.9126469, 21.61851702 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.61851702, "Longitude": -157.9126469, "Species": "Pacific Golden-Plover", "Count": 3, "Date": "2024-01-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9126469, 21.61851702 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.61851702, "Longitude": -157.9126469, "Species": "Red Junglefowl", "Count": 5, "Date": "2021-12-20" }, "geometry": { "type": "Point", "coordinates": [ -157.9126469, 21.61851702 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.61851702, "Longitude": -157.9126469, "Species": "Red-crested Cardinal", "Count": 2, "Date": "2024-01-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9126469, 21.61851702 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.61851702, "Longitude": -157.9126469, "Species": "Rock Pigeon", "Count": 1, "Date": "2019-06-27" }, "geometry": { "type": "Point", "coordinates": [ -157.9126469, 21.61851702 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.61851702, "Longitude": -157.9126469, "Species": "Ruddy Turnstone", "Count": 2, "Date": "2021-12-20" }, "geometry": { "type": "Point", "coordinates": [ -157.9126469, 21.61851702 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.61851702, "Longitude": -157.9126469, "Species": "Saffron Finch", "Count": 1, "Date": "2024-01-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9126469, 21.61851702 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.61851702, "Longitude": -157.9126469, "Species": "Sanderling", "Count": 1, "Date": "2024-01-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9126469, 21.61851702 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.61851702, "Longitude": -157.9126469, "Species": "Scaly-breasted Munia", "Count": 1, "Date": "2021-04-14" }, "geometry": { "type": "Point", "coordinates": [ -157.9126469, 21.61851702 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.61851702, "Longitude": -157.9126469, "Species": "Spotted Dove", "Count": 1, "Date": "2021-04-14" }, "geometry": { "type": "Point", "coordinates": [ -157.9126469, 21.61851702 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.61851702, "Longitude": -157.9126469, "Species": "Wandering Tattler", "Count": 2, "Date": "2024-01-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9126469, 21.61851702 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.61851702, "Longitude": -157.9126469, "Species": "Western Cattle Egret", "Count": 3, "Date": "2021-12-20" }, "geometry": { "type": "Point", "coordinates": [ -157.9126469, 21.61851702 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.61851702, "Longitude": -157.9126469, "Species": "Zebra Dove", "Count": 4, "Date": "2024-01-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9126469, 21.61851702 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2741799, "Longitude": -157.7609877, "Species": "Black-crowned Night Heron", "Count": 1, "Date": "2019-10-10" }, "geometry": { "type": "Point", "coordinates": [ -157.760987699999987, 21.2741799 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2741799, "Longitude": -157.7609877, "Species": "Black-necked Stilt", "Count": 1, "Date": "2019-12-08" }, "geometry": { "type": "Point", "coordinates": [ -157.760987699999987, 21.2741799 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2741799, "Longitude": -157.7609877, "Species": "Common Myna", "Count": 11, "Date": "2023-10-08" }, "geometry": { "type": "Point", "coordinates": [ -157.760987699999987, 21.2741799 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2741799, "Longitude": -157.7609877, "Species": "Common Waxbill", "Count": 2, "Date": "2019-08-30" }, "geometry": { "type": "Point", "coordinates": [ -157.760987699999987, 21.2741799 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2741799, "Longitude": -157.7609877, "Species": "House Finch", "Count": 1, "Date": "2019-06-14" }, "geometry": { "type": "Point", "coordinates": [ -157.760987699999987, 21.2741799 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2741799, "Longitude": -157.7609877, "Species": "House Sparrow", "Count": 4, "Date": "2019-08-30" }, "geometry": { "type": "Point", "coordinates": [ -157.760987699999987, 21.2741799 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2741799, "Longitude": -157.7609877, "Species": "Northern Cardinal", "Count": 1, "Date": "2019-08-30" }, "geometry": { "type": "Point", "coordinates": [ -157.760987699999987, 21.2741799 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2741799, "Longitude": -157.7609877, "Species": "Pacific Golden-Plover", "Count": 7, "Date": "2022-02-27" }, "geometry": { "type": "Point", "coordinates": [ -157.760987699999987, 21.2741799 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2741799, "Longitude": -157.7609877, "Species": "Red-crested Cardinal", "Count": 3, "Date": "2022-02-27" }, "geometry": { "type": "Point", "coordinates": [ -157.760987699999987, 21.2741799 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2741799, "Longitude": -157.7609877, "Species": "Red-vented Bulbul", "Count": 7, "Date": "2023-10-08" }, "geometry": { "type": "Point", "coordinates": [ -157.760987699999987, 21.2741799 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2741799, "Longitude": -157.7609877, "Species": "Rock Pigeon", "Count": 9, "Date": "2022-02-27" }, "geometry": { "type": "Point", "coordinates": [ -157.760987699999987, 21.2741799 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2741799, "Longitude": -157.7609877, "Species": "Rose-ringed Parakeet", "Count": 2, "Date": "2023-10-08" }, "geometry": { "type": "Point", "coordinates": [ -157.760987699999987, 21.2741799 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2741799, "Longitude": -157.7609877, "Species": "Ruddy Turnstone", "Count": 2, "Date": "2022-02-27" }, "geometry": { "type": "Point", "coordinates": [ -157.760987699999987, 21.2741799 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2741799, "Longitude": -157.7609877, "Species": "Spotted Dove", "Count": 6, "Date": "2023-10-08" }, "geometry": { "type": "Point", "coordinates": [ -157.760987699999987, 21.2741799 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2741799, "Longitude": -157.7609877, "Species": "Wandering Tattler", "Count": 2, "Date": "2023-10-20" }, "geometry": { "type": "Point", "coordinates": [ -157.760987699999987, 21.2741799 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2741799, "Longitude": -157.7609877, "Species": "Warbling White-eye", "Count": 2, "Date": "2019-08-30" }, "geometry": { "type": "Point", "coordinates": [ -157.760987699999987, 21.2741799 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2741799, "Longitude": -157.7609877, "Species": "Western Cattle Egret", "Count": 11, "Date": "2023-09-08" }, "geometry": { "type": "Point", "coordinates": [ -157.760987699999987, 21.2741799 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2741799, "Longitude": -157.7609877, "Species": "White Tern", "Count": 5, "Date": "2022-02-27" }, "geometry": { "type": "Point", "coordinates": [ -157.760987699999987, 21.2741799 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2741799, "Longitude": -157.7609877, "Species": "Zebra Dove", "Count": 12, "Date": "2023-10-08" }, "geometry": { "type": "Point", "coordinates": [ -157.760987699999987, 21.2741799 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27374403, "Longitude": -157.7031653, "Species": "Common Myna", "Count": 22, "Date": "2024-02-11" }, "geometry": { "type": "Point", "coordinates": [ -157.7031653, 21.27374403 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27374403, "Longitude": -157.7031653, "Species": "Common Waxbill", "Count": 3, "Date": "2024-02-11" }, "geometry": { "type": "Point", "coordinates": [ -157.7031653, 21.27374403 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27374403, "Longitude": -157.7031653, "Species": "Great Frigatebird", "Count": 13, "Date": "2022-09-29" }, "geometry": { "type": "Point", "coordinates": [ -157.7031653, 21.27374403 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27374403, "Longitude": -157.7031653, "Species": "House Finch", "Count": 3, "Date": "2024-02-11" }, "geometry": { "type": "Point", "coordinates": [ -157.7031653, 21.27374403 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27374403, "Longitude": -157.7031653, "Species": "House Sparrow", "Count": 17, "Date": "2024-02-11" }, "geometry": { "type": "Point", "coordinates": [ -157.7031653, 21.27374403 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27374403, "Longitude": -157.7031653, "Species": "Java Sparrow", "Count": 4, "Date": "2024-01-11" }, "geometry": { "type": "Point", "coordinates": [ -157.7031653, 21.27374403 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27374403, "Longitude": -157.7031653, "Species": "Feral Mallard", "Count": 1, "Date": "2024-02-07" }, "geometry": { "type": "Point", "coordinates": [ -157.7031653, 21.27374403 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27374403, "Longitude": -157.7031653, "Species": "Northern Cardinal", "Count": 3, "Date": "2024-02-11" }, "geometry": { "type": "Point", "coordinates": [ -157.7031653, 21.27374403 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27374403, "Longitude": -157.7031653, "Species": "Pacific Golden-Plover", "Count": 3, "Date": "2023-04-01" }, "geometry": { "type": "Point", "coordinates": [ -157.7031653, 21.27374403 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27374403, "Longitude": -157.7031653, "Species": "Red Junglefowl", "Count": 5, "Date": "2023-12-09" }, "geometry": { "type": "Point", "coordinates": [ -157.7031653, 21.27374403 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27374403, "Longitude": -157.7031653, "Species": "Red-crested Cardinal", "Count": 8, "Date": "2024-01-11" }, "geometry": { "type": "Point", "coordinates": [ -157.7031653, 21.27374403 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27374403, "Longitude": -157.7031653, "Species": "Red-vented Bulbul", "Count": 9, "Date": "2024-02-11" }, "geometry": { "type": "Point", "coordinates": [ -157.7031653, 21.27374403 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27374403, "Longitude": -157.7031653, "Species": "Red-whiskered Bulbul", "Count": 2, "Date": "2024-02-11" }, "geometry": { "type": "Point", "coordinates": [ -157.7031653, 21.27374403 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27374403, "Longitude": -157.7031653, "Species": "Rock Pigeon", "Count": 12, "Date": "2024-02-07" }, "geometry": { "type": "Point", "coordinates": [ -157.7031653, 21.27374403 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27374403, "Longitude": -157.7031653, "Species": "Spotted Dove", "Count": 14, "Date": "2024-02-11" }, "geometry": { "type": "Point", "coordinates": [ -157.7031653, 21.27374403 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27374403, "Longitude": -157.7031653, "Species": "Warbling White-eye", "Count": 2, "Date": "2019-11-06" }, "geometry": { "type": "Point", "coordinates": [ -157.7031653, 21.27374403 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27374403, "Longitude": -157.7031653, "Species": "Western Cattle Egret", "Count": 22, "Date": "2024-01-11" }, "geometry": { "type": "Point", "coordinates": [ -157.7031653, 21.27374403 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27374403, "Longitude": -157.7031653, "Species": "White Tern", "Count": 12, "Date": "2023-03-30" }, "geometry": { "type": "Point", "coordinates": [ -157.7031653, 21.27374403 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27374403, "Longitude": -157.7031653, "Species": "Zebra Dove", "Count": 21, "Date": "2024-02-11" }, "geometry": { "type": "Point", "coordinates": [ -157.7031653, 21.27374403 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28328385, "Longitude": -157.77055, "Species": "Common Myna", "Count": 7, "Date": "2022-09-24" }, "geometry": { "type": "Point", "coordinates": [ -157.77055, 21.28328385 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28328385, "Longitude": -157.77055, "Species": "Common Waxbill", "Count": 6, "Date": "2024-01-04" }, "geometry": { "type": "Point", "coordinates": [ -157.77055, 21.28328385 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28328385, "Longitude": -157.77055, "Species": "House Finch", "Count": 7, "Date": "2024-01-04" }, "geometry": { "type": "Point", "coordinates": [ -157.77055, 21.28328385 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28328385, "Longitude": -157.77055, "Species": "Java Sparrow", "Count": 7, "Date": "2022-09-24" }, "geometry": { "type": "Point", "coordinates": [ -157.77055, 21.28328385 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28328385, "Longitude": -157.77055, "Species": "Northern Cardinal", "Count": 5, "Date": "2024-01-04" }, "geometry": { "type": "Point", "coordinates": [ -157.77055, 21.28328385 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28328385, "Longitude": -157.77055, "Species": "Northern Mockingbird", "Count": 1, "Date": "2021-07-18" }, "geometry": { "type": "Point", "coordinates": [ -157.77055, 21.28328385 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28328385, "Longitude": -157.77055, "Species": "Red-crested Cardinal", "Count": 8, "Date": "2024-01-04" }, "geometry": { "type": "Point", "coordinates": [ -157.77055, 21.28328385 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28328385, "Longitude": -157.77055, "Species": "Red-vented Bulbul", "Count": 11, "Date": "2024-01-04" }, "geometry": { "type": "Point", "coordinates": [ -157.77055, 21.28328385 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28328385, "Longitude": -157.77055, "Species": "Red-whiskered Bulbul", "Count": 4, "Date": "2024-01-04" }, "geometry": { "type": "Point", "coordinates": [ -157.77055, 21.28328385 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28328385, "Longitude": -157.77055, "Species": "Rock Pigeon", "Count": 1, "Date": "2024-01-04" }, "geometry": { "type": "Point", "coordinates": [ -157.77055, 21.28328385 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28328385, "Longitude": -157.77055, "Species": "Saffron Finch", "Count": 1, "Date": "2021-05-14" }, "geometry": { "type": "Point", "coordinates": [ -157.77055, 21.28328385 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28328385, "Longitude": -157.77055, "Species": "Scaly-breasted Munia", "Count": 1, "Date": "2022-09-22" }, "geometry": { "type": "Point", "coordinates": [ -157.77055, 21.28328385 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28328385, "Longitude": -157.77055, "Species": "Spotted Dove", "Count": 6, "Date": "2024-01-04" }, "geometry": { "type": "Point", "coordinates": [ -157.77055, 21.28328385 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28328385, "Longitude": -157.77055, "Species": "Wandering Tattler", "Count": 1, "Date": "2024-01-03" }, "geometry": { "type": "Point", "coordinates": [ -157.77055, 21.28328385 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28328385, "Longitude": -157.77055, "Species": "Warbling White-eye", "Count": 6, "Date": "2024-01-04" }, "geometry": { "type": "Point", "coordinates": [ -157.77055, 21.28328385 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28328385, "Longitude": -157.77055, "Species": "White Tern", "Count": 4, "Date": "2024-01-04" }, "geometry": { "type": "Point", "coordinates": [ -157.77055, 21.28328385 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28328385, "Longitude": -157.77055, "Species": "White-rumped Shama", "Count": 5, "Date": "2022-07-06" }, "geometry": { "type": "Point", "coordinates": [ -157.77055, 21.28328385 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28328385, "Longitude": -157.77055, "Species": "Yellow-fronted Canary", "Count": 1, "Date": "2022-09-22" }, "geometry": { "type": "Point", "coordinates": [ -157.77055, 21.28328385 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28328385, "Longitude": -157.77055, "Species": "Zebra Dove", "Count": 5, "Date": "2024-01-04" }, "geometry": { "type": "Point", "coordinates": [ -157.77055, 21.28328385 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32164737, "Longitude": -158.1269666, "Species": "African Silverbill", "Count": 1, "Date": "2022-06-19" }, "geometry": { "type": "Point", "coordinates": [ -158.1269666, 21.32164737 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32164737, "Longitude": -158.1269666, "Species": "Black Swan", "Count": 1, "Date": "2021-12-04" }, "geometry": { "type": "Point", "coordinates": [ -158.1269666, 21.32164737 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32164737, "Longitude": -158.1269666, "Species": "Black-crowned Night Heron", "Count": 1, "Date": "2021-12-04" }, "geometry": { "type": "Point", "coordinates": [ -158.1269666, 21.32164737 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32164737, "Longitude": -158.1269666, "Species": "Black-necked Stilt", "Count": 1, "Date": "2021-12-04" }, "geometry": { "type": "Point", "coordinates": [ -158.1269666, 21.32164737 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32164737, "Longitude": -158.1269666, "Species": "Brown Booby", "Count": 4, "Date": "2023-03-16" }, "geometry": { "type": "Point", "coordinates": [ -158.1269666, 21.32164737 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32164737, "Longitude": -158.1269666, "Species": "Common Myna", "Count": 4, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -158.1269666, 21.32164737 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32164737, "Longitude": -158.1269666, "Species": "Common Waxbill", "Count": 1, "Date": "2021-12-04" }, "geometry": { "type": "Point", "coordinates": [ -158.1269666, 21.32164737 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32164737, "Longitude": -158.1269666, "Species": "Hawaiian Coot", "Count": 1, "Date": "2021-12-04" }, "geometry": { "type": "Point", "coordinates": [ -158.1269666, 21.32164737 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32164737, "Longitude": -158.1269666, "Species": "House Finch", "Count": 1, "Date": "2022-06-19" }, "geometry": { "type": "Point", "coordinates": [ -158.1269666, 21.32164737 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32164737, "Longitude": -158.1269666, "Species": "House Sparrow", "Count": 3, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -158.1269666, 21.32164737 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32164737, "Longitude": -158.1269666, "Species": "Muscovy Duck", "Count": 1, "Date": "2021-12-04" }, "geometry": { "type": "Point", "coordinates": [ -158.1269666, 21.32164737 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32164737, "Longitude": -158.1269666, "Species": "Pacific Golden-Plover", "Count": 2, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -158.1269666, 21.32164737 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32164737, "Longitude": -158.1269666, "Species": "Red-crested Cardinal", "Count": 4, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -158.1269666, 21.32164737 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32164737, "Longitude": -158.1269666, "Species": "Red-vented Bulbul", "Count": 3, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -158.1269666, 21.32164737 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32164737, "Longitude": -158.1269666, "Species": "Ruddy Turnstone", "Count": 1, "Date": "2021-12-04" }, "geometry": { "type": "Point", "coordinates": [ -158.1269666, 21.32164737 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32164737, "Longitude": -158.1269666, "Species": "Saffron Finch", "Count": 1, "Date": "2021-12-04" }, "geometry": { "type": "Point", "coordinates": [ -158.1269666, 21.32164737 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32164737, "Longitude": -158.1269666, "Species": "Spotted Dove", "Count": 2, "Date": "2022-06-19" }, "geometry": { "type": "Point", "coordinates": [ -158.1269666, 21.32164737 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32164737, "Longitude": -158.1269666, "Species": "Warbling White-eye", "Count": 1, "Date": "2021-09-29" }, "geometry": { "type": "Point", "coordinates": [ -158.1269666, 21.32164737 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32164737, "Longitude": -158.1269666, "Species": "Zebra Dove", "Count": 4, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -158.1269666, 21.32164737 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32872762, "Longitude": -157.808738, "Species": "Common Myna", "Count": 1, "Date": "2023-01-27" }, "geometry": { "type": "Point", "coordinates": [ -157.808738, 21.32872762 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32872762, "Longitude": -157.808738, "Species": "Common Waxbill", "Count": 3, "Date": "2022-09-05" }, "geometry": { "type": "Point", "coordinates": [ -157.808738, 21.32872762 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32872762, "Longitude": -157.808738, "Species": "Java Sparrow", "Count": 2, "Date": "2023-01-27" }, "geometry": { "type": "Point", "coordinates": [ -157.808738, 21.32872762 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32872762, "Longitude": -157.808738, "Species": "Northern Cardinal", "Count": 3, "Date": "2021-11-16" }, "geometry": { "type": "Point", "coordinates": [ -157.808738, 21.32872762 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32872762, "Longitude": -157.808738, "Species": "Oahu Amakihi", "Count": 3, "Date": "2023-03-18" }, "geometry": { "type": "Point", "coordinates": [ -157.808738, 21.32872762 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32872762, "Longitude": -157.808738, "Species": "Pacific Golden-Plover", "Count": 1, "Date": "2023-01-23" }, "geometry": { "type": "Point", "coordinates": [ -157.808738, 21.32872762 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32872762, "Longitude": -157.808738, "Species": "Red Junglefowl", "Count": 4, "Date": "2023-03-18" }, "geometry": { "type": "Point", "coordinates": [ -157.808738, 21.32872762 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32872762, "Longitude": -157.808738, "Species": "Red-billed Leiothrix", "Count": 3, "Date": "2023-03-18" }, "geometry": { "type": "Point", "coordinates": [ -157.808738, 21.32872762 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32872762, "Longitude": -157.808738, "Species": "Red-crested Cardinal", "Count": 4, "Date": "2023-03-18" }, "geometry": { "type": "Point", "coordinates": [ -157.808738, 21.32872762 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32872762, "Longitude": -157.808738, "Species": "Red-vented Bulbul", "Count": 7, "Date": "2023-03-18" }, "geometry": { "type": "Point", "coordinates": [ -157.808738, 21.32872762 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32872762, "Longitude": -157.808738, "Species": "Red-whiskered Bulbul", "Count": 6, "Date": "2023-03-18" }, "geometry": { "type": "Point", "coordinates": [ -157.808738, 21.32872762 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32872762, "Longitude": -157.808738, "Species": "Rose-ringed Parakeet", "Count": 4, "Date": "2023-01-27" }, "geometry": { "type": "Point", "coordinates": [ -157.808738, 21.32872762 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32872762, "Longitude": -157.808738, "Species": "Spotted Dove", "Count": 4, "Date": "2023-01-27" }, "geometry": { "type": "Point", "coordinates": [ -157.808738, 21.32872762 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32872762, "Longitude": -157.808738, "Species": "Warbling White-eye", "Count": 5, "Date": "2023-03-18" }, "geometry": { "type": "Point", "coordinates": [ -157.808738, 21.32872762 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32872762, "Longitude": -157.808738, "Species": "Western Cattle Egret", "Count": 1, "Date": "2023-01-23" }, "geometry": { "type": "Point", "coordinates": [ -157.808738, 21.32872762 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32872762, "Longitude": -157.808738, "Species": "White-rumped Shama", "Count": 8, "Date": "2023-03-18" }, "geometry": { "type": "Point", "coordinates": [ -157.808738, 21.32872762 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32872762, "Longitude": -157.808738, "Species": "Yellow-fronted Canary", "Count": 1, "Date": "2023-03-18" }, "geometry": { "type": "Point", "coordinates": [ -157.808738, 21.32872762 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32872762, "Longitude": -157.808738, "Species": "Zebra Dove", "Count": 3, "Date": "2023-01-27" }, "geometry": { "type": "Point", "coordinates": [ -157.808738, 21.32872762 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33935378, "Longitude": -158.0593611, "Species": "Black-crowned Night Heron", "Count": 2, "Date": "2022-12-17" }, "geometry": { "type": "Point", "coordinates": [ -158.0593611, 21.33935378 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33935378, "Longitude": -158.0593611, "Species": "Black-necked Stilt", "Count": 3, "Date": "2022-12-17" }, "geometry": { "type": "Point", "coordinates": [ -158.0593611, 21.33935378 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33935378, "Longitude": -158.0593611, "Species": "Common Myna", "Count": 4, "Date": "2023-03-20" }, "geometry": { "type": "Point", "coordinates": [ -158.0593611, 21.33935378 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33935378, "Longitude": -158.0593611, "Species": "Common Waxbill", "Count": 3, "Date": "2022-12-17" }, "geometry": { "type": "Point", "coordinates": [ -158.0593611, 21.33935378 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33935378, "Longitude": -158.0593611, "Species": "House Finch", "Count": 1, "Date": "2022-12-17" }, "geometry": { "type": "Point", "coordinates": [ -158.0593611, 21.33935378 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33935378, "Longitude": -158.0593611, "Species": "House Sparrow", "Count": 1, "Date": "2023-03-20" }, "geometry": { "type": "Point", "coordinates": [ -158.0593611, 21.33935378 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33935378, "Longitude": -158.0593611, "Species": "Java Sparrow", "Count": 1, "Date": "2022-12-16" }, "geometry": { "type": "Point", "coordinates": [ -158.0593611, 21.33935378 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33935378, "Longitude": -158.0593611, "Species": "Feral Mallard", "Count": 2, "Date": "2022-12-17" }, "geometry": { "type": "Point", "coordinates": [ -158.0593611, 21.33935378 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33935378, "Longitude": -158.0593611, "Species": "Pacific Golden-Plover", "Count": 5, "Date": "2022-12-17" }, "geometry": { "type": "Point", "coordinates": [ -158.0593611, 21.33935378 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33935378, "Longitude": -158.0593611, "Species": "Red-crested Cardinal", "Count": 2, "Date": "2022-12-17" }, "geometry": { "type": "Point", "coordinates": [ -158.0593611, 21.33935378 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33935378, "Longitude": -158.0593611, "Species": "Red-vented Bulbul", "Count": 3, "Date": "2022-12-17" }, "geometry": { "type": "Point", "coordinates": [ -158.0593611, 21.33935378 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33935378, "Longitude": -158.0593611, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2022-12-17" }, "geometry": { "type": "Point", "coordinates": [ -158.0593611, 21.33935378 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33935378, "Longitude": -158.0593611, "Species": "Rock Pigeon", "Count": 1, "Date": "2022-12-15" }, "geometry": { "type": "Point", "coordinates": [ -158.0593611, 21.33935378 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33935378, "Longitude": -158.0593611, "Species": "Saffron Finch", "Count": 1, "Date": "2022-12-16" }, "geometry": { "type": "Point", "coordinates": [ -158.0593611, 21.33935378 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33935378, "Longitude": -158.0593611, "Species": "Spotted Dove", "Count": 3, "Date": "2022-12-17" }, "geometry": { "type": "Point", "coordinates": [ -158.0593611, 21.33935378 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33935378, "Longitude": -158.0593611, "Species": "Wandering Tattler", "Count": 2, "Date": "2022-12-16" }, "geometry": { "type": "Point", "coordinates": [ -158.0593611, 21.33935378 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33935378, "Longitude": -158.0593611, "Species": "Warbling White-eye", "Count": 2, "Date": "2022-12-17" }, "geometry": { "type": "Point", "coordinates": [ -158.0593611, 21.33935378 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33935378, "Longitude": -158.0593611, "Species": "Western Cattle Egret", "Count": 3, "Date": "2022-12-17" }, "geometry": { "type": "Point", "coordinates": [ -158.0593611, 21.33935378 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33935378, "Longitude": -158.0593611, "Species": "Zebra Dove", "Count": 4, "Date": "2023-03-20" }, "geometry": { "type": "Point", "coordinates": [ -158.0593611, 21.33935378 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39382672, "Longitude": -158.1072461, "Species": "Apapane", "Count": 1, "Date": "2019-01-18" }, "geometry": { "type": "Point", "coordinates": [ -158.1072461, 21.39382672 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39382672, "Longitude": -158.1072461, "Species": "Common Waxbill", "Count": 2, "Date": "2019-01-18" }, "geometry": { "type": "Point", "coordinates": [ -158.1072461, 21.39382672 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39382672, "Longitude": -158.1072461, "Species": "Erckel's Spurfowl", "Count": 1, "Date": "2019-01-18" }, "geometry": { "type": "Point", "coordinates": [ -158.1072461, 21.39382672 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39382672, "Longitude": -158.1072461, "Species": "Eurasian Skylark", "Count": 1, "Date": "2019-01-07" }, "geometry": { "type": "Point", "coordinates": [ -158.1072461, 21.39382672 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39382672, "Longitude": -158.1072461, "Species": "Gray Francolin", "Count": 2, "Date": "2019-01-18" }, "geometry": { "type": "Point", "coordinates": [ -158.1072461, 21.39382672 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39382672, "Longitude": -158.1072461, "Species": "House Finch", "Count": 1, "Date": "2019-01-07" }, "geometry": { "type": "Point", "coordinates": [ -158.1072461, 21.39382672 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39382672, "Longitude": -158.1072461, "Species": "Northern Cardinal", "Count": 1, "Date": "2019-01-18" }, "geometry": { "type": "Point", "coordinates": [ -158.1072461, 21.39382672 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39382672, "Longitude": -158.1072461, "Species": "Oahu Amakihi", "Count": 1, "Date": "2019-01-18" }, "geometry": { "type": "Point", "coordinates": [ -158.1072461, 21.39382672 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39382672, "Longitude": -158.1072461, "Species": "Oahu Elepaio", "Count": 1, "Date": "2019-01-07" }, "geometry": { "type": "Point", "coordinates": [ -158.1072461, 21.39382672 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39382672, "Longitude": -158.1072461, "Species": "Pacific Golden-Plover", "Count": 2, "Date": "2019-01-18" }, "geometry": { "type": "Point", "coordinates": [ -158.1072461, 21.39382672 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39382672, "Longitude": -158.1072461, "Species": "Red-billed Leiothrix", "Count": 2, "Date": "2019-01-18" }, "geometry": { "type": "Point", "coordinates": [ -158.1072461, 21.39382672 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39382672, "Longitude": -158.1072461, "Species": "Red-crested Cardinal", "Count": 1, "Date": "2019-01-18" }, "geometry": { "type": "Point", "coordinates": [ -158.1072461, 21.39382672 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39382672, "Longitude": -158.1072461, "Species": "Red-vented Bulbul", "Count": 2, "Date": "2019-01-18" }, "geometry": { "type": "Point", "coordinates": [ -158.1072461, 21.39382672 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39382672, "Longitude": -158.1072461, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2019-01-18" }, "geometry": { "type": "Point", "coordinates": [ -158.1072461, 21.39382672 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39382672, "Longitude": -158.1072461, "Species": "Scaly-breasted Munia", "Count": 1, "Date": "2019-01-07" }, "geometry": { "type": "Point", "coordinates": [ -158.1072461, 21.39382672 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39382672, "Longitude": -158.1072461, "Species": "Spotted Dove", "Count": 2, "Date": "2019-01-18" }, "geometry": { "type": "Point", "coordinates": [ -158.1072461, 21.39382672 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39382672, "Longitude": -158.1072461, "Species": "Warbling White-eye", "Count": 2, "Date": "2019-01-18" }, "geometry": { "type": "Point", "coordinates": [ -158.1072461, 21.39382672 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39382672, "Longitude": -158.1072461, "Species": "White-rumped Shama", "Count": 1, "Date": "2019-01-18" }, "geometry": { "type": "Point", "coordinates": [ -158.1072461, 21.39382672 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39382672, "Longitude": -158.1072461, "Species": "Zebra Dove", "Count": 1, "Date": "2019-01-07" }, "geometry": { "type": "Point", "coordinates": [ -158.1072461, 21.39382672 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3937758, "Longitude": -158.0975999, "Species": "Common Myna", "Count": 3, "Date": "2022-12-16" }, "geometry": { "type": "Point", "coordinates": [ -158.0975999, 21.3937758 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3937758, "Longitude": -158.0975999, "Species": "Common Waxbill", "Count": 2, "Date": "2023-12-31" }, "geometry": { "type": "Point", "coordinates": [ -158.0975999, 21.3937758 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3937758, "Longitude": -158.0975999, "Species": "Erckel's Spurfowl", "Count": 5, "Date": "2023-06-01" }, "geometry": { "type": "Point", "coordinates": [ -158.0975999, 21.3937758 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3937758, "Longitude": -158.0975999, "Species": "Gray Francolin", "Count": 2, "Date": "2023-06-01" }, "geometry": { "type": "Point", "coordinates": [ -158.0975999, 21.3937758 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3937758, "Longitude": -158.0975999, "Species": "House Finch", "Count": 3, "Date": "2022-12-16" }, "geometry": { "type": "Point", "coordinates": [ -158.0975999, 21.3937758 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3937758, "Longitude": -158.0975999, "Species": "Japanese Bush Warbler", "Count": 1, "Date": "2019-01-26" }, "geometry": { "type": "Point", "coordinates": [ -158.0975999, 21.3937758 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3937758, "Longitude": -158.0975999, "Species": "Kalij Pheasant", "Count": 3, "Date": "2023-06-01" }, "geometry": { "type": "Point", "coordinates": [ -158.0975999, 21.3937758 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3937758, "Longitude": -158.0975999, "Species": "Northern Cardinal", "Count": 5, "Date": "2024-02-12" }, "geometry": { "type": "Point", "coordinates": [ -158.0975999, 21.3937758 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3937758, "Longitude": -158.0975999, "Species": "Oahu Amakihi", "Count": 4, "Date": "2022-12-16" }, "geometry": { "type": "Point", "coordinates": [ -158.0975999, 21.3937758 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3937758, "Longitude": -158.0975999, "Species": "Oahu Elepaio", "Count": 6, "Date": "2024-02-12" }, "geometry": { "type": "Point", "coordinates": [ -158.0975999, 21.3937758 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3937758, "Longitude": -158.0975999, "Species": "Pacific Golden-Plover", "Count": 2, "Date": "2023-12-31" }, "geometry": { "type": "Point", "coordinates": [ -158.0975999, 21.3937758 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3937758, "Longitude": -158.0975999, "Species": "Red-billed Leiothrix", "Count": 5, "Date": "2022-12-16" }, "geometry": { "type": "Point", "coordinates": [ -158.0975999, 21.3937758 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3937758, "Longitude": -158.0975999, "Species": "Red-crested Cardinal", "Count": 7, "Date": "2023-12-31" }, "geometry": { "type": "Point", "coordinates": [ -158.0975999, 21.3937758 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3937758, "Longitude": -158.0975999, "Species": "Red-vented Bulbul", "Count": 4, "Date": "2023-12-31" }, "geometry": { "type": "Point", "coordinates": [ -158.0975999, 21.3937758 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3937758, "Longitude": -158.0975999, "Species": "Red-whiskered Bulbul", "Count": 5, "Date": "2023-12-31" }, "geometry": { "type": "Point", "coordinates": [ -158.0975999, 21.3937758 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3937758, "Longitude": -158.0975999, "Species": "Spotted Dove", "Count": 5, "Date": "2023-12-31" }, "geometry": { "type": "Point", "coordinates": [ -158.0975999, 21.3937758 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3937758, "Longitude": -158.0975999, "Species": "Warbling White-eye", "Count": 7, "Date": "2024-02-12" }, "geometry": { "type": "Point", "coordinates": [ -158.0975999, 21.3937758 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3937758, "Longitude": -158.0975999, "Species": "White-rumped Shama", "Count": 2, "Date": "2019-01-26" }, "geometry": { "type": "Point", "coordinates": [ -158.0975999, 21.3937758 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3937758, "Longitude": -158.0975999, "Species": "Zebra Dove", "Count": 4, "Date": "2023-12-31" }, "geometry": { "type": "Point", "coordinates": [ -158.0975999, 21.3937758 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41128906, "Longitude": -158.0010151, "Species": "Chestnut Munia", "Count": 2, "Date": "2021-08-28" }, "geometry": { "type": "Point", "coordinates": [ -158.001015099999989, 21.41128906 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41128906, "Longitude": -158.0010151, "Species": "Common Myna", "Count": 8, "Date": "2021-12-24" }, "geometry": { "type": "Point", "coordinates": [ -158.001015099999989, 21.41128906 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41128906, "Longitude": -158.0010151, "Species": "Common Waxbill", "Count": 3, "Date": "2021-08-28" }, "geometry": { "type": "Point", "coordinates": [ -158.001015099999989, 21.41128906 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41128906, "Longitude": -158.0010151, "Species": "House Finch", "Count": 2, "Date": "2021-08-28" }, "geometry": { "type": "Point", "coordinates": [ -158.001015099999989, 21.41128906 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41128906, "Longitude": -158.0010151, "Species": "House Sparrow", "Count": 4, "Date": "2021-08-28" }, "geometry": { "type": "Point", "coordinates": [ -158.001015099999989, 21.41128906 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41128906, "Longitude": -158.0010151, "Species": "Java Sparrow", "Count": 3, "Date": "2021-12-24" }, "geometry": { "type": "Point", "coordinates": [ -158.001015099999989, 21.41128906 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41128906, "Longitude": -158.0010151, "Species": "Northern Cardinal", "Count": 1, "Date": "2021-08-28" }, "geometry": { "type": "Point", "coordinates": [ -158.001015099999989, 21.41128906 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41128906, "Longitude": -158.0010151, "Species": "Pacific Golden-Plover", "Count": 3, "Date": "2021-08-28" }, "geometry": { "type": "Point", "coordinates": [ -158.001015099999989, 21.41128906 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41128906, "Longitude": -158.0010151, "Species": "Red-crested Cardinal", "Count": 3, "Date": "2021-08-28" }, "geometry": { "type": "Point", "coordinates": [ -158.001015099999989, 21.41128906 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41128906, "Longitude": -158.0010151, "Species": "Red-vented Bulbul", "Count": 3, "Date": "2021-08-28" }, "geometry": { "type": "Point", "coordinates": [ -158.001015099999989, 21.41128906 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41128906, "Longitude": -158.0010151, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2021-12-15" }, "geometry": { "type": "Point", "coordinates": [ -158.001015099999989, 21.41128906 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41128906, "Longitude": -158.0010151, "Species": "Rose-ringed Parakeet", "Count": 3, "Date": "2021-12-24" }, "geometry": { "type": "Point", "coordinates": [ -158.001015099999989, 21.41128906 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41128906, "Longitude": -158.0010151, "Species": "Saffron Finch", "Count": 6, "Date": "2022-07-14" }, "geometry": { "type": "Point", "coordinates": [ -158.001015099999989, 21.41128906 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41128906, "Longitude": -158.0010151, "Species": "Spotted Dove", "Count": 4, "Date": "2021-08-28" }, "geometry": { "type": "Point", "coordinates": [ -158.001015099999989, 21.41128906 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41128906, "Longitude": -158.0010151, "Species": "Warbling White-eye", "Count": 2, "Date": "2021-08-28" }, "geometry": { "type": "Point", "coordinates": [ -158.001015099999989, 21.41128906 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41128906, "Longitude": -158.0010151, "Species": "Western Cattle Egret", "Count": 6, "Date": "2021-08-28" }, "geometry": { "type": "Point", "coordinates": [ -158.001015099999989, 21.41128906 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41128906, "Longitude": -158.0010151, "Species": "White-rumped Shama", "Count": 2, "Date": "2021-12-24" }, "geometry": { "type": "Point", "coordinates": [ -158.001015099999989, 21.41128906 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41128906, "Longitude": -158.0010151, "Species": "Yellow-fronted Canary", "Count": 2, "Date": "2021-08-28" }, "geometry": { "type": "Point", "coordinates": [ -158.001015099999989, 21.41128906 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41128906, "Longitude": -158.0010151, "Species": "Zebra Dove", "Count": 5, "Date": "2021-12-24" }, "geometry": { "type": "Point", "coordinates": [ -158.001015099999989, 21.41128906 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41996742, "Longitude": -157.9430681, "Species": "Common Myna", "Count": 3, "Date": "2021-10-28" }, "geometry": { "type": "Point", "coordinates": [ -157.9430681, 21.41996742 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41996742, "Longitude": -157.9430681, "Species": "Common Waxbill", "Count": 1, "Date": "2024-02-17" }, "geometry": { "type": "Point", "coordinates": [ -157.9430681, 21.41996742 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41996742, "Longitude": -157.9430681, "Species": "House Finch", "Count": 2, "Date": "2021-10-27" }, "geometry": { "type": "Point", "coordinates": [ -157.9430681, 21.41996742 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41996742, "Longitude": -157.9430681, "Species": "Java Sparrow", "Count": 2, "Date": "2021-10-27" }, "geometry": { "type": "Point", "coordinates": [ -157.9430681, 21.41996742 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41996742, "Longitude": -157.9430681, "Species": "Northern Cardinal", "Count": 2, "Date": "2021-10-27" }, "geometry": { "type": "Point", "coordinates": [ -157.9430681, 21.41996742 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41996742, "Longitude": -157.9430681, "Species": "Pacific Golden-Plover", "Count": 4, "Date": "2024-02-17" }, "geometry": { "type": "Point", "coordinates": [ -157.9430681, 21.41996742 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41996742, "Longitude": -157.9430681, "Species": "Red Junglefowl", "Count": 1, "Date": "2023-12-27" }, "geometry": { "type": "Point", "coordinates": [ -157.9430681, 21.41996742 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41996742, "Longitude": -157.9430681, "Species": "Red-billed Leiothrix", "Count": 2, "Date": "2021-10-27" }, "geometry": { "type": "Point", "coordinates": [ -157.9430681, 21.41996742 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41996742, "Longitude": -157.9430681, "Species": "Red-crested Cardinal", "Count": 3, "Date": "2024-02-17" }, "geometry": { "type": "Point", "coordinates": [ -157.9430681, 21.41996742 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41996742, "Longitude": -157.9430681, "Species": "Red-crowned Parrot", "Count": 5, "Date": "2024-02-17" }, "geometry": { "type": "Point", "coordinates": [ -157.9430681, 21.41996742 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41996742, "Longitude": -157.9430681, "Species": "Red-vented Bulbul", "Count": 4, "Date": "2024-02-17" }, "geometry": { "type": "Point", "coordinates": [ -157.9430681, 21.41996742 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41996742, "Longitude": -157.9430681, "Species": "Red-whiskered Bulbul", "Count": 2, "Date": "2021-10-27" }, "geometry": { "type": "Point", "coordinates": [ -157.9430681, 21.41996742 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41996742, "Longitude": -157.9430681, "Species": "Rose-ringed Parakeet", "Count": 2, "Date": "2024-02-17" }, "geometry": { "type": "Point", "coordinates": [ -157.9430681, 21.41996742 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41996742, "Longitude": -157.9430681, "Species": "Scaly-breasted Munia", "Count": 2, "Date": "2021-10-27" }, "geometry": { "type": "Point", "coordinates": [ -157.9430681, 21.41996742 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41996742, "Longitude": -157.9430681, "Species": "Spotted Dove", "Count": 4, "Date": "2024-02-17" }, "geometry": { "type": "Point", "coordinates": [ -157.9430681, 21.41996742 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41996742, "Longitude": -157.9430681, "Species": "Warbling White-eye", "Count": 3, "Date": "2024-02-17" }, "geometry": { "type": "Point", "coordinates": [ -157.9430681, 21.41996742 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41996742, "Longitude": -157.9430681, "Species": "Western Cattle Egret", "Count": 1, "Date": "2021-10-28" }, "geometry": { "type": "Point", "coordinates": [ -157.9430681, 21.41996742 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41996742, "Longitude": -157.9430681, "Species": "White-rumped Shama", "Count": 2, "Date": "2021-10-27" }, "geometry": { "type": "Point", "coordinates": [ -157.9430681, 21.41996742 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41996742, "Longitude": -157.9430681, "Species": "Zebra Dove", "Count": 4, "Date": "2024-02-17" }, "geometry": { "type": "Point", "coordinates": [ -157.9430681, 21.41996742 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42935684, "Longitude": -158.0008923, "Species": "Chestnut Munia", "Count": 1, "Date": "2021-06-10" }, "geometry": { "type": "Point", "coordinates": [ -158.0008923, 21.42935684 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42935684, "Longitude": -158.0008923, "Species": "Common Myna", "Count": 4, "Date": "2024-02-22" }, "geometry": { "type": "Point", "coordinates": [ -158.0008923, 21.42935684 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42935684, "Longitude": -158.0008923, "Species": "Common Waxbill", "Count": 1, "Date": "2021-06-10" }, "geometry": { "type": "Point", "coordinates": [ -158.0008923, 21.42935684 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42935684, "Longitude": -158.0008923, "Species": "House Finch", "Count": 1, "Date": "2022-01-05" }, "geometry": { "type": "Point", "coordinates": [ -158.0008923, 21.42935684 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42935684, "Longitude": -158.0008923, "Species": "House Sparrow", "Count": 1, "Date": "2022-01-05" }, "geometry": { "type": "Point", "coordinates": [ -158.0008923, 21.42935684 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42935684, "Longitude": -158.0008923, "Species": "Java Sparrow", "Count": 1, "Date": "2022-01-05" }, "geometry": { "type": "Point", "coordinates": [ -158.0008923, 21.42935684 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42935684, "Longitude": -158.0008923, "Species": "Northern Mockingbird", "Count": 1, "Date": "2024-02-22" }, "geometry": { "type": "Point", "coordinates": [ -158.0008923, 21.42935684 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42935684, "Longitude": -158.0008923, "Species": "Pacific Golden-Plover", "Count": 2, "Date": "2022-01-05" }, "geometry": { "type": "Point", "coordinates": [ -158.0008923, 21.42935684 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42935684, "Longitude": -158.0008923, "Species": "Red Junglefowl", "Count": 1, "Date": "2023-06-28" }, "geometry": { "type": "Point", "coordinates": [ -158.0008923, 21.42935684 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42935684, "Longitude": -158.0008923, "Species": "Red-crested Cardinal", "Count": 1, "Date": "2022-01-05" }, "geometry": { "type": "Point", "coordinates": [ -158.0008923, 21.42935684 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42935684, "Longitude": -158.0008923, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2022-01-05" }, "geometry": { "type": "Point", "coordinates": [ -158.0008923, 21.42935684 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42935684, "Longitude": -158.0008923, "Species": "Rock Pigeon", "Count": 3, "Date": "2024-02-22" }, "geometry": { "type": "Point", "coordinates": [ -158.0008923, 21.42935684 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42935684, "Longitude": -158.0008923, "Species": "Rose-ringed Parakeet", "Count": 1, "Date": "2022-01-05" }, "geometry": { "type": "Point", "coordinates": [ -158.0008923, 21.42935684 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42935684, "Longitude": -158.0008923, "Species": "Saffron Finch", "Count": 3, "Date": "2022-01-05" }, "geometry": { "type": "Point", "coordinates": [ -158.0008923, 21.42935684 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42935684, "Longitude": -158.0008923, "Species": "Scaly-breasted Munia", "Count": 1, "Date": "2021-06-10" }, "geometry": { "type": "Point", "coordinates": [ -158.0008923, 21.42935684 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42935684, "Longitude": -158.0008923, "Species": "Spotted Dove", "Count": 2, "Date": "2022-01-05" }, "geometry": { "type": "Point", "coordinates": [ -158.0008923, 21.42935684 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42935684, "Longitude": -158.0008923, "Species": "Warbling White-eye", "Count": 1, "Date": "2022-01-05" }, "geometry": { "type": "Point", "coordinates": [ -158.0008923, 21.42935684 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42935684, "Longitude": -158.0008923, "Species": "Western Cattle Egret", "Count": 4, "Date": "2024-02-22" }, "geometry": { "type": "Point", "coordinates": [ -158.0008923, 21.42935684 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42935684, "Longitude": -158.0008923, "Species": "Zebra Dove", "Count": 4, "Date": "2024-02-22" }, "geometry": { "type": "Point", "coordinates": [ -158.0008923, 21.42935684 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42795433, "Longitude": -157.7886379, "Species": "Black Noddy", "Count": 1, "Date": "2023-06-24" }, "geometry": { "type": "Point", "coordinates": [ -157.7886379, 21.42795433 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42795433, "Longitude": -157.7886379, "Species": "Common Myna", "Count": 3, "Date": "2022-04-08" }, "geometry": { "type": "Point", "coordinates": [ -157.7886379, 21.42795433 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42795433, "Longitude": -157.7886379, "Species": "Common Waxbill", "Count": 1, "Date": "2021-07-31" }, "geometry": { "type": "Point", "coordinates": [ -157.7886379, 21.42795433 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42795433, "Longitude": -157.7886379, "Species": "House Finch", "Count": 1, "Date": "2020-09-25" }, "geometry": { "type": "Point", "coordinates": [ -157.7886379, 21.42795433 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42795433, "Longitude": -157.7886379, "Species": "Feral Mallard", "Count": 1, "Date": "2020-09-25" }, "geometry": { "type": "Point", "coordinates": [ -157.7886379, 21.42795433 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42795433, "Longitude": -157.7886379, "Species": "Northern Cardinal", "Count": 1, "Date": "2022-04-08" }, "geometry": { "type": "Point", "coordinates": [ -157.7886379, 21.42795433 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42795433, "Longitude": -157.7886379, "Species": "Pacific Golden-Plover", "Count": 2, "Date": "2022-04-08" }, "geometry": { "type": "Point", "coordinates": [ -157.7886379, 21.42795433 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42795433, "Longitude": -157.7886379, "Species": "Red Junglefowl", "Count": 1, "Date": "2021-07-31" }, "geometry": { "type": "Point", "coordinates": [ -157.7886379, 21.42795433 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42795433, "Longitude": -157.7886379, "Species": "Red-crested Cardinal", "Count": 2, "Date": "2022-04-08" }, "geometry": { "type": "Point", "coordinates": [ -157.7886379, 21.42795433 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42795433, "Longitude": -157.7886379, "Species": "Red-vented Bulbul", "Count": 2, "Date": "2021-07-31" }, "geometry": { "type": "Point", "coordinates": [ -157.7886379, 21.42795433 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42795433, "Longitude": -157.7886379, "Species": "Red-whiskered Bulbul", "Count": 2, "Date": "2022-04-08" }, "geometry": { "type": "Point", "coordinates": [ -157.7886379, 21.42795433 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42795433, "Longitude": -157.7886379, "Species": "Scaly-breasted Munia", "Count": 1, "Date": "2023-07-24" }, "geometry": { "type": "Point", "coordinates": [ -157.7886379, 21.42795433 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42795433, "Longitude": -157.7886379, "Species": "Spotted Dove", "Count": 2, "Date": "2021-07-31" }, "geometry": { "type": "Point", "coordinates": [ -157.7886379, 21.42795433 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42795433, "Longitude": -157.7886379, "Species": "Wandering Tattler", "Count": 1, "Date": "2020-09-25" }, "geometry": { "type": "Point", "coordinates": [ -157.7886379, 21.42795433 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42795433, "Longitude": -157.7886379, "Species": "Warbling White-eye", "Count": 1, "Date": "2020-09-25" }, "geometry": { "type": "Point", "coordinates": [ -157.7886379, 21.42795433 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42795433, "Longitude": -157.7886379, "Species": "Western Cattle Egret", "Count": 2, "Date": "2021-07-31" }, "geometry": { "type": "Point", "coordinates": [ -157.7886379, 21.42795433 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42795433, "Longitude": -157.7886379, "Species": "White-rumped Shama", "Count": 2, "Date": "2021-07-31" }, "geometry": { "type": "Point", "coordinates": [ -157.7886379, 21.42795433 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42795433, "Longitude": -157.7886379, "Species": "Yellow-fronted Canary", "Count": 1, "Date": "2020-09-25" }, "geometry": { "type": "Point", "coordinates": [ -157.7886379, 21.42795433 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42795433, "Longitude": -157.7886379, "Species": "Zebra Dove", "Count": 2, "Date": "2021-07-31" }, "geometry": { "type": "Point", "coordinates": [ -157.7886379, 21.42795433 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43827428, "Longitude": -157.9815331, "Species": "Chinese Hwamei", "Count": 1, "Date": "2019-03-12" }, "geometry": { "type": "Point", "coordinates": [ -157.9815331, 21.43827428 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43827428, "Longitude": -157.9815331, "Species": "Common Myna", "Count": 1, "Date": "2019-03-12" }, "geometry": { "type": "Point", "coordinates": [ -157.9815331, 21.43827428 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43827428, "Longitude": -157.9815331, "Species": "Common Waxbill", "Count": 1, "Date": "2019-03-12" }, "geometry": { "type": "Point", "coordinates": [ -157.9815331, 21.43827428 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43827428, "Longitude": -157.9815331, "Species": "Gray Francolin", "Count": 1, "Date": "2019-03-12" }, "geometry": { "type": "Point", "coordinates": [ -157.9815331, 21.43827428 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43827428, "Longitude": -157.9815331, "Species": "House Finch", "Count": 1, "Date": "2019-03-12" }, "geometry": { "type": "Point", "coordinates": [ -157.9815331, 21.43827428 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43827428, "Longitude": -157.9815331, "Species": "Japanese Bush Warbler", "Count": 1, "Date": "2019-03-12" }, "geometry": { "type": "Point", "coordinates": [ -157.9815331, 21.43827428 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43827428, "Longitude": -157.9815331, "Species": "Java Sparrow", "Count": 1, "Date": "2019-03-12" }, "geometry": { "type": "Point", "coordinates": [ -157.9815331, 21.43827428 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43827428, "Longitude": -157.9815331, "Species": "Northern Cardinal", "Count": 1, "Date": "2019-03-12" }, "geometry": { "type": "Point", "coordinates": [ -157.9815331, 21.43827428 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43827428, "Longitude": -157.9815331, "Species": "Red-crested Cardinal", "Count": 1, "Date": "2019-03-12" }, "geometry": { "type": "Point", "coordinates": [ -157.9815331, 21.43827428 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43827428, "Longitude": -157.9815331, "Species": "Red-crowned Parrot", "Count": 1, "Date": "2019-03-12" }, "geometry": { "type": "Point", "coordinates": [ -157.9815331, 21.43827428 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43827428, "Longitude": -157.9815331, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2019-03-12" }, "geometry": { "type": "Point", "coordinates": [ -157.9815331, 21.43827428 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43827428, "Longitude": -157.9815331, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2019-03-12" }, "geometry": { "type": "Point", "coordinates": [ -157.9815331, 21.43827428 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43827428, "Longitude": -157.9815331, "Species": "Rock Pigeon", "Count": 1, "Date": "2019-03-12" }, "geometry": { "type": "Point", "coordinates": [ -157.9815331, 21.43827428 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43827428, "Longitude": -157.9815331, "Species": "Rose-ringed Parakeet", "Count": 1, "Date": "2019-03-12" }, "geometry": { "type": "Point", "coordinates": [ -157.9815331, 21.43827428 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43827428, "Longitude": -157.9815331, "Species": "Spotted Dove", "Count": 1, "Date": "2019-03-12" }, "geometry": { "type": "Point", "coordinates": [ -157.9815331, 21.43827428 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43827428, "Longitude": -157.9815331, "Species": "Warbling White-eye", "Count": 1, "Date": "2019-03-12" }, "geometry": { "type": "Point", "coordinates": [ -157.9815331, 21.43827428 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43827428, "Longitude": -157.9815331, "Species": "Western Cattle Egret", "Count": 1, "Date": "2019-03-12" }, "geometry": { "type": "Point", "coordinates": [ -157.9815331, 21.43827428 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43827428, "Longitude": -157.9815331, "Species": "White-rumped Shama", "Count": 1, "Date": "2019-03-12" }, "geometry": { "type": "Point", "coordinates": [ -157.9815331, 21.43827428 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43827428, "Longitude": -157.9815331, "Species": "Zebra Dove", "Count": 1, "Date": "2019-03-12" }, "geometry": { "type": "Point", "coordinates": [ -157.9815331, 21.43827428 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44595026, "Longitude": -157.7788401, "Species": "Black-crowned Night Heron", "Count": 2, "Date": "2023-08-16" }, "geometry": { "type": "Point", "coordinates": [ -157.7788401, 21.44595026 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44595026, "Longitude": -157.7788401, "Species": "Black-necked Stilt", "Count": 11, "Date": "2024-01-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7788401, 21.44595026 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44595026, "Longitude": -157.7788401, "Species": "Common Gallinule", "Count": 3, "Date": "2021-12-19" }, "geometry": { "type": "Point", "coordinates": [ -157.7788401, 21.44595026 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44595026, "Longitude": -157.7788401, "Species": "Common Myna", "Count": 4, "Date": "2023-10-24" }, "geometry": { "type": "Point", "coordinates": [ -157.7788401, 21.44595026 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44595026, "Longitude": -157.7788401, "Species": "Common Waxbill", "Count": 7, "Date": "2024-01-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7788401, 21.44595026 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44595026, "Longitude": -157.7788401, "Species": "Gray Francolin", "Count": 3, "Date": "2021-12-19" }, "geometry": { "type": "Point", "coordinates": [ -157.7788401, 21.44595026 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44595026, "Longitude": -157.7788401, "Species": "House Finch", "Count": 3, "Date": "2021-12-19" }, "geometry": { "type": "Point", "coordinates": [ -157.7788401, 21.44595026 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44595026, "Longitude": -157.7788401, "Species": "Feral Mallard", "Count": 10, "Date": "2024-01-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7788401, 21.44595026 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44595026, "Longitude": -157.7788401, "Species": "Northern Cardinal", "Count": 3, "Date": "2024-01-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7788401, 21.44595026 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44595026, "Longitude": -157.7788401, "Species": "Pacific Golden-Plover", "Count": 9, "Date": "2023-10-24" }, "geometry": { "type": "Point", "coordinates": [ -157.7788401, 21.44595026 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44595026, "Longitude": -157.7788401, "Species": "Red-crested Cardinal", "Count": 2, "Date": "2023-01-18" }, "geometry": { "type": "Point", "coordinates": [ -157.7788401, 21.44595026 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44595026, "Longitude": -157.7788401, "Species": "Red-vented Bulbul", "Count": 5, "Date": "2023-01-18" }, "geometry": { "type": "Point", "coordinates": [ -157.7788401, 21.44595026 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44595026, "Longitude": -157.7788401, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2023-10-24" }, "geometry": { "type": "Point", "coordinates": [ -157.7788401, 21.44595026 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44595026, "Longitude": -157.7788401, "Species": "Ruddy Turnstone", "Count": 1, "Date": "2022-02-09" }, "geometry": { "type": "Point", "coordinates": [ -157.7788401, 21.44595026 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44595026, "Longitude": -157.7788401, "Species": "Spotted Dove", "Count": 8, "Date": "2024-01-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7788401, 21.44595026 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44595026, "Longitude": -157.7788401, "Species": "Wandering Tattler", "Count": 4, "Date": "2023-08-16" }, "geometry": { "type": "Point", "coordinates": [ -157.7788401, 21.44595026 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44595026, "Longitude": -157.7788401, "Species": "Warbling White-eye", "Count": 3, "Date": "2023-10-24" }, "geometry": { "type": "Point", "coordinates": [ -157.7788401, 21.44595026 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44595026, "Longitude": -157.7788401, "Species": "Western Cattle Egret", "Count": 4, "Date": "2024-01-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7788401, 21.44595026 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44595026, "Longitude": -157.7788401, "Species": "Zebra Dove", "Count": 4, "Date": "2024-01-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7788401, 21.44595026 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45484049, "Longitude": -157.7594663, "Species": "Black-necked Stilt", "Count": 3, "Date": "2023-05-09" }, "geometry": { "type": "Point", "coordinates": [ -157.759466300000014, 21.45484049 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45484049, "Longitude": -157.7594663, "Species": "Bristle-thighed Curlew", "Count": 1, "Date": "2020-09-02" }, "geometry": { "type": "Point", "coordinates": [ -157.759466300000014, 21.45484049 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45484049, "Longitude": -157.7594663, "Species": "Common Myna", "Count": 4, "Date": "2023-05-19" }, "geometry": { "type": "Point", "coordinates": [ -157.759466300000014, 21.45484049 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45484049, "Longitude": -157.7594663, "Species": "Common Waxbill", "Count": 3, "Date": "2023-05-09" }, "geometry": { "type": "Point", "coordinates": [ -157.759466300000014, 21.45484049 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45484049, "Longitude": -157.7594663, "Species": "Gray Francolin", "Count": 1, "Date": "2023-05-19" }, "geometry": { "type": "Point", "coordinates": [ -157.759466300000014, 21.45484049 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45484049, "Longitude": -157.7594663, "Species": "Great Frigatebird", "Count": 3, "Date": "2023-05-19" }, "geometry": { "type": "Point", "coordinates": [ -157.759466300000014, 21.45484049 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45484049, "Longitude": -157.7594663, "Species": "House Finch", "Count": 6, "Date": "2023-05-19" }, "geometry": { "type": "Point", "coordinates": [ -157.759466300000014, 21.45484049 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45484049, "Longitude": -157.7594663, "Species": "House Sparrow", "Count": 2, "Date": "2023-05-09" }, "geometry": { "type": "Point", "coordinates": [ -157.759466300000014, 21.45484049 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45484049, "Longitude": -157.7594663, "Species": "Northern Cardinal", "Count": 3, "Date": "2023-05-19" }, "geometry": { "type": "Point", "coordinates": [ -157.759466300000014, 21.45484049 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45484049, "Longitude": -157.7594663, "Species": "Pacific Golden-Plover", "Count": 4, "Date": "2022-09-25" }, "geometry": { "type": "Point", "coordinates": [ -157.759466300000014, 21.45484049 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45484049, "Longitude": -157.7594663, "Species": "Red-crested Cardinal", "Count": 4, "Date": "2023-05-19" }, "geometry": { "type": "Point", "coordinates": [ -157.759466300000014, 21.45484049 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45484049, "Longitude": -157.7594663, "Species": "Red-vented Bulbul", "Count": 5, "Date": "2023-05-19" }, "geometry": { "type": "Point", "coordinates": [ -157.759466300000014, 21.45484049 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45484049, "Longitude": -157.7594663, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2023-05-19" }, "geometry": { "type": "Point", "coordinates": [ -157.759466300000014, 21.45484049 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45484049, "Longitude": -157.7594663, "Species": "Saffron Finch", "Count": 2, "Date": "2023-05-09" }, "geometry": { "type": "Point", "coordinates": [ -157.759466300000014, 21.45484049 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45484049, "Longitude": -157.7594663, "Species": "Sanderling", "Count": 1, "Date": "2019-10-03" }, "geometry": { "type": "Point", "coordinates": [ -157.759466300000014, 21.45484049 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45484049, "Longitude": -157.7594663, "Species": "Spotted Dove", "Count": 3, "Date": "2022-09-25" }, "geometry": { "type": "Point", "coordinates": [ -157.759466300000014, 21.45484049 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45484049, "Longitude": -157.7594663, "Species": "Warbling White-eye", "Count": 1, "Date": "2019-11-29" }, "geometry": { "type": "Point", "coordinates": [ -157.759466300000014, 21.45484049 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45484049, "Longitude": -157.7594663, "Species": "Western Cattle Egret", "Count": 6, "Date": "2023-05-19" }, "geometry": { "type": "Point", "coordinates": [ -157.759466300000014, 21.45484049 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45484049, "Longitude": -157.7594663, "Species": "Zebra Dove", "Count": 3, "Date": "2023-05-09" }, "geometry": { "type": "Point", "coordinates": [ -157.759466300000014, 21.45484049 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50168456, "Longitude": -158.0100523, "Species": "Chestnut Munia", "Count": 6, "Date": "2023-08-31" }, "geometry": { "type": "Point", "coordinates": [ -158.010052300000012, 21.50168456 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50168456, "Longitude": -158.0100523, "Species": "Common Myna", "Count": 12, "Date": "2023-12-29" }, "geometry": { "type": "Point", "coordinates": [ -158.010052300000012, 21.50168456 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50168456, "Longitude": -158.0100523, "Species": "Common Waxbill", "Count": 3, "Date": "2023-08-21" }, "geometry": { "type": "Point", "coordinates": [ -158.010052300000012, 21.50168456 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50168456, "Longitude": -158.0100523, "Species": "House Finch", "Count": 8, "Date": "2023-12-29" }, "geometry": { "type": "Point", "coordinates": [ -158.010052300000012, 21.50168456 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50168456, "Longitude": -158.0100523, "Species": "House Sparrow", "Count": 7, "Date": "2023-12-29" }, "geometry": { "type": "Point", "coordinates": [ -158.010052300000012, 21.50168456 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50168456, "Longitude": -158.0100523, "Species": "Java Sparrow", "Count": 3, "Date": "2023-02-07" }, "geometry": { "type": "Point", "coordinates": [ -158.010052300000012, 21.50168456 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50168456, "Longitude": -158.0100523, "Species": "Northern Cardinal", "Count": 5, "Date": "2023-12-29" }, "geometry": { "type": "Point", "coordinates": [ -158.010052300000012, 21.50168456 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50168456, "Longitude": -158.0100523, "Species": "Pacific Golden-Plover", "Count": 8, "Date": "2023-12-29" }, "geometry": { "type": "Point", "coordinates": [ -158.010052300000012, 21.50168456 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50168456, "Longitude": -158.0100523, "Species": "Red-billed Leiothrix", "Count": 4, "Date": "2022-08-12" }, "geometry": { "type": "Point", "coordinates": [ -158.010052300000012, 21.50168456 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50168456, "Longitude": -158.0100523, "Species": "Red-crested Cardinal", "Count": 10, "Date": "2023-12-29" }, "geometry": { "type": "Point", "coordinates": [ -158.010052300000012, 21.50168456 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50168456, "Longitude": -158.0100523, "Species": "Red-vented Bulbul", "Count": 12, "Date": "2023-12-29" }, "geometry": { "type": "Point", "coordinates": [ -158.010052300000012, 21.50168456 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50168456, "Longitude": -158.0100523, "Species": "Red-whiskered Bulbul", "Count": 7, "Date": "2023-12-29" }, "geometry": { "type": "Point", "coordinates": [ -158.010052300000012, 21.50168456 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50168456, "Longitude": -158.0100523, "Species": "Rose-ringed Parakeet", "Count": 7, "Date": "2023-12-29" }, "geometry": { "type": "Point", "coordinates": [ -158.010052300000012, 21.50168456 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50168456, "Longitude": -158.0100523, "Species": "Saffron Finch", "Count": 3, "Date": "2023-12-29" }, "geometry": { "type": "Point", "coordinates": [ -158.010052300000012, 21.50168456 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50168456, "Longitude": -158.0100523, "Species": "Spotted Dove", "Count": 12, "Date": "2023-12-29" }, "geometry": { "type": "Point", "coordinates": [ -158.010052300000012, 21.50168456 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50168456, "Longitude": -158.0100523, "Species": "Warbling White-eye", "Count": 2, "Date": "2022-08-19" }, "geometry": { "type": "Point", "coordinates": [ -158.010052300000012, 21.50168456 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50168456, "Longitude": -158.0100523, "Species": "Western Cattle Egret", "Count": 1, "Date": "2022-08-02" }, "geometry": { "type": "Point", "coordinates": [ -158.010052300000012, 21.50168456 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50168456, "Longitude": -158.0100523, "Species": "White-rumped Shama", "Count": 1, "Date": "2023-02-09" }, "geometry": { "type": "Point", "coordinates": [ -158.010052300000012, 21.50168456 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50168456, "Longitude": -158.0100523, "Species": "Zebra Dove", "Count": 13, "Date": "2023-12-29" }, "geometry": { "type": "Point", "coordinates": [ -158.010052300000012, 21.50168456 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50973011, "Longitude": -157.8555361, "Species": "Black-necked Stilt", "Count": 5, "Date": "2023-12-09" }, "geometry": { "type": "Point", "coordinates": [ -157.8555361, 21.50973011 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50973011, "Longitude": -157.8555361, "Species": "Chestnut Munia", "Count": 2, "Date": "2024-02-16" }, "geometry": { "type": "Point", "coordinates": [ -157.8555361, 21.50973011 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50973011, "Longitude": -157.8555361, "Species": "Common Gallinule", "Count": 4, "Date": "2023-12-09" }, "geometry": { "type": "Point", "coordinates": [ -157.8555361, 21.50973011 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50973011, "Longitude": -157.8555361, "Species": "Common Myna", "Count": 5, "Date": "2024-02-16" }, "geometry": { "type": "Point", "coordinates": [ -157.8555361, 21.50973011 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50973011, "Longitude": -157.8555361, "Species": "Common Waxbill", "Count": 2, "Date": "2023-07-14" }, "geometry": { "type": "Point", "coordinates": [ -157.8555361, 21.50973011 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50973011, "Longitude": -157.8555361, "Species": "Hawaiian Coot", "Count": 4, "Date": "2023-12-09" }, "geometry": { "type": "Point", "coordinates": [ -157.8555361, 21.50973011 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50973011, "Longitude": -157.8555361, "Species": "House Sparrow", "Count": 3, "Date": "2024-02-16" }, "geometry": { "type": "Point", "coordinates": [ -157.8555361, 21.50973011 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50973011, "Longitude": -157.8555361, "Species": "Feral Mallard", "Count": 1, "Date": "2022-09-15" }, "geometry": { "type": "Point", "coordinates": [ -157.8555361, 21.50973011 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50973011, "Longitude": -157.8555361, "Species": "Northern Cardinal", "Count": 3, "Date": "2023-07-14" }, "geometry": { "type": "Point", "coordinates": [ -157.8555361, 21.50973011 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50973011, "Longitude": -157.8555361, "Species": "Pacific Golden-Plover", "Count": 5, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.8555361, 21.50973011 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50973011, "Longitude": -157.8555361, "Species": "Red Junglefowl", "Count": 3, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.8555361, 21.50973011 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50973011, "Longitude": -157.8555361, "Species": "Red-billed Leiothrix", "Count": 1, "Date": "2023-04-12" }, "geometry": { "type": "Point", "coordinates": [ -157.8555361, 21.50973011 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50973011, "Longitude": -157.8555361, "Species": "Red-crested Cardinal", "Count": 6, "Date": "2024-02-16" }, "geometry": { "type": "Point", "coordinates": [ -157.8555361, 21.50973011 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50973011, "Longitude": -157.8555361, "Species": "Red-vented Bulbul", "Count": 4, "Date": "2024-02-16" }, "geometry": { "type": "Point", "coordinates": [ -157.8555361, 21.50973011 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50973011, "Longitude": -157.8555361, "Species": "Spotted Dove", "Count": 1, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.8555361, 21.50973011 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50973011, "Longitude": -157.8555361, "Species": "Warbling White-eye", "Count": 2, "Date": "2023-07-14" }, "geometry": { "type": "Point", "coordinates": [ -157.8555361, 21.50973011 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50973011, "Longitude": -157.8555361, "Species": "Western Cattle Egret", "Count": 5, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.8555361, 21.50973011 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50973011, "Longitude": -157.8555361, "Species": "White-rumped Shama", "Count": 1, "Date": "2021-12-27" }, "geometry": { "type": "Point", "coordinates": [ -157.8555361, 21.50973011 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50973011, "Longitude": -157.8555361, "Species": "Zebra Dove", "Count": 9, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.8555361, 21.50973011 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5747605, "Longitude": -158.154429, "Species": "Black Francolin", "Count": 6, "Date": "2022-07-18" }, "geometry": { "type": "Point", "coordinates": [ -158.154429, 21.5747605 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5747605, "Longitude": -158.154429, "Species": "Common Myna", "Count": 8, "Date": "2023-09-30" }, "geometry": { "type": "Point", "coordinates": [ -158.154429, 21.5747605 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5747605, "Longitude": -158.154429, "Species": "Common Waxbill", "Count": 7, "Date": "2023-01-26" }, "geometry": { "type": "Point", "coordinates": [ -158.154429, 21.5747605 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5747605, "Longitude": -158.154429, "Species": "Gray Francolin", "Count": 6, "Date": "2022-07-11" }, "geometry": { "type": "Point", "coordinates": [ -158.154429, 21.5747605 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5747605, "Longitude": -158.154429, "Species": "House Finch", "Count": 10, "Date": "2022-07-25" }, "geometry": { "type": "Point", "coordinates": [ -158.154429, 21.5747605 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5747605, "Longitude": -158.154429, "Species": "Indian Peafowl", "Count": 1, "Date": "2022-07-18" }, "geometry": { "type": "Point", "coordinates": [ -158.154429, 21.5747605 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5747605, "Longitude": -158.154429, "Species": "Java Sparrow", "Count": 4, "Date": "2023-01-26" }, "geometry": { "type": "Point", "coordinates": [ -158.154429, 21.5747605 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5747605, "Longitude": -158.154429, "Species": "Northern Cardinal", "Count": 7, "Date": "2023-09-30" }, "geometry": { "type": "Point", "coordinates": [ -158.154429, 21.5747605 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5747605, "Longitude": -158.154429, "Species": "Pacific Golden-Plover", "Count": 2, "Date": "2023-09-30" }, "geometry": { "type": "Point", "coordinates": [ -158.154429, 21.5747605 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5747605, "Longitude": -158.154429, "Species": "Red Avadavat", "Count": 10, "Date": "2023-01-26" }, "geometry": { "type": "Point", "coordinates": [ -158.154429, 21.5747605 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5747605, "Longitude": -158.154429, "Species": "Red-crested Cardinal", "Count": 10, "Date": "2022-08-08" }, "geometry": { "type": "Point", "coordinates": [ -158.154429, 21.5747605 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5747605, "Longitude": -158.154429, "Species": "Red-vented Bulbul", "Count": 18, "Date": "2022-08-08" }, "geometry": { "type": "Point", "coordinates": [ -158.154429, 21.5747605 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5747605, "Longitude": -158.154429, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2023-09-30" }, "geometry": { "type": "Point", "coordinates": [ -158.154429, 21.5747605 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5747605, "Longitude": -158.154429, "Species": "Saffron Finch", "Count": 5, "Date": "2023-09-30" }, "geometry": { "type": "Point", "coordinates": [ -158.154429, 21.5747605 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5747605, "Longitude": -158.154429, "Species": "Scaly-breasted Munia", "Count": 1, "Date": "2022-07-11" }, "geometry": { "type": "Point", "coordinates": [ -158.154429, 21.5747605 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5747605, "Longitude": -158.154429, "Species": "Spotted Dove", "Count": 14, "Date": "2023-01-26" }, "geometry": { "type": "Point", "coordinates": [ -158.154429, 21.5747605 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5747605, "Longitude": -158.154429, "Species": "Warbling White-eye", "Count": 10, "Date": "2023-09-30" }, "geometry": { "type": "Point", "coordinates": [ -158.154429, 21.5747605 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5747605, "Longitude": -158.154429, "Species": "Western Cattle Egret", "Count": 3, "Date": "2022-07-18" }, "geometry": { "type": "Point", "coordinates": [ -158.154429, 21.5747605 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5747605, "Longitude": -158.154429, "Species": "Zebra Dove", "Count": 18, "Date": "2023-09-30" }, "geometry": { "type": "Point", "coordinates": [ -158.154429, 21.5747605 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60942029, "Longitude": -157.9030548, "Species": "Common Myna", "Count": 10, "Date": "2024-01-29" }, "geometry": { "type": "Point", "coordinates": [ -157.9030548, 21.60942029 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60942029, "Longitude": -157.9030548, "Species": "Common Waxbill", "Count": 1, "Date": "2020-03-14" }, "geometry": { "type": "Point", "coordinates": [ -157.9030548, 21.60942029 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60942029, "Longitude": -157.9030548, "Species": "Glaucous-winged Gull", "Count": 4, "Date": "2022-01-06" }, "geometry": { "type": "Point", "coordinates": [ -157.9030548, 21.60942029 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60942029, "Longitude": -157.9030548, "Species": "Great Frigatebird", "Count": 1, "Date": "2024-02-09" }, "geometry": { "type": "Point", "coordinates": [ -157.9030548, 21.60942029 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60942029, "Longitude": -157.9030548, "Species": "House Sparrow", "Count": 3, "Date": "2020-01-27" }, "geometry": { "type": "Point", "coordinates": [ -157.9030548, 21.60942029 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60942029, "Longitude": -157.9030548, "Species": "Laughing Gull", "Count": 9, "Date": "2020-01-27" }, "geometry": { "type": "Point", "coordinates": [ -157.9030548, 21.60942029 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60942029, "Longitude": -157.9030548, "Species": "Pacific Golden-Plover", "Count": 1, "Date": "2022-09-25" }, "geometry": { "type": "Point", "coordinates": [ -157.9030548, 21.60942029 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60942029, "Longitude": -157.9030548, "Species": "Red Junglefowl", "Count": 1, "Date": "2024-01-29" }, "geometry": { "type": "Point", "coordinates": [ -157.9030548, 21.60942029 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60942029, "Longitude": -157.9030548, "Species": "Red-crested Cardinal", "Count": 3, "Date": "2024-01-29" }, "geometry": { "type": "Point", "coordinates": [ -157.9030548, 21.60942029 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60942029, "Longitude": -157.9030548, "Species": "Red-vented Bulbul", "Count": 3, "Date": "2023-03-11" }, "geometry": { "type": "Point", "coordinates": [ -157.9030548, 21.60942029 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60942029, "Longitude": -157.9030548, "Species": "Ruddy Turnstone", "Count": 2, "Date": "2023-03-29" }, "geometry": { "type": "Point", "coordinates": [ -157.9030548, 21.60942029 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60942029, "Longitude": -157.9030548, "Species": "Saffron Finch", "Count": 2, "Date": "2024-01-29" }, "geometry": { "type": "Point", "coordinates": [ -157.9030548, 21.60942029 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60942029, "Longitude": -157.9030548, "Species": "Sanderling", "Count": 1, "Date": "2023-03-11" }, "geometry": { "type": "Point", "coordinates": [ -157.9030548, 21.60942029 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60942029, "Longitude": -157.9030548, "Species": "Spotted Dove", "Count": 7, "Date": "2023-03-11" }, "geometry": { "type": "Point", "coordinates": [ -157.9030548, 21.60942029 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60942029, "Longitude": -157.9030548, "Species": "Wandering Tattler", "Count": 6, "Date": "2023-03-11" }, "geometry": { "type": "Point", "coordinates": [ -157.9030548, 21.60942029 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60942029, "Longitude": -157.9030548, "Species": "Warbling White-eye", "Count": 1, "Date": "2022-09-24" }, "geometry": { "type": "Point", "coordinates": [ -157.9030548, 21.60942029 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60942029, "Longitude": -157.9030548, "Species": "Western Cattle Egret", "Count": 5, "Date": "2023-03-11" }, "geometry": { "type": "Point", "coordinates": [ -157.9030548, 21.60942029 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60942029, "Longitude": -157.9030548, "Species": "White-rumped Shama", "Count": 2, "Date": "2023-03-11" }, "geometry": { "type": "Point", "coordinates": [ -157.9030548, 21.60942029 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60942029, "Longitude": -157.9030548, "Species": "Zebra Dove", "Count": 5, "Date": "2024-01-29" }, "geometry": { "type": "Point", "coordinates": [ -157.9030548, 21.60942029 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63741571, "Longitude": -158.0477792, "Species": "Black-crowned Night Heron", "Count": 3, "Date": "2022-09-03" }, "geometry": { "type": "Point", "coordinates": [ -158.0477792, 21.63741571 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63741571, "Longitude": -158.0477792, "Species": "Common Gallinule", "Count": 4, "Date": "2023-05-29" }, "geometry": { "type": "Point", "coordinates": [ -158.0477792, 21.63741571 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63741571, "Longitude": -158.0477792, "Species": "Common Myna", "Count": 5, "Date": "2022-09-03" }, "geometry": { "type": "Point", "coordinates": [ -158.0477792, 21.63741571 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63741571, "Longitude": -158.0477792, "Species": "Common Waxbill", "Count": 4, "Date": "2022-09-03" }, "geometry": { "type": "Point", "coordinates": [ -158.0477792, 21.63741571 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63741571, "Longitude": -158.0477792, "Species": "House Finch", "Count": 1, "Date": "2021-04-15" }, "geometry": { "type": "Point", "coordinates": [ -158.0477792, 21.63741571 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63741571, "Longitude": -158.0477792, "Species": "House Sparrow", "Count": 1, "Date": "2021-04-15" }, "geometry": { "type": "Point", "coordinates": [ -158.0477792, 21.63741571 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63741571, "Longitude": -158.0477792, "Species": "Indian Peafowl", "Count": 2, "Date": "2022-09-03" }, "geometry": { "type": "Point", "coordinates": [ -158.0477792, 21.63741571 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63741571, "Longitude": -158.0477792, "Species": "Feral Mallard", "Count": 3, "Date": "2022-09-03" }, "geometry": { "type": "Point", "coordinates": [ -158.0477792, 21.63741571 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63741571, "Longitude": -158.0477792, "Species": "Northern Cardinal", "Count": 1, "Date": "2021-04-15" }, "geometry": { "type": "Point", "coordinates": [ -158.0477792, 21.63741571 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63741571, "Longitude": -158.0477792, "Species": "Red-billed Leiothrix", "Count": 3, "Date": "2023-05-29" }, "geometry": { "type": "Point", "coordinates": [ -158.0477792, 21.63741571 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63741571, "Longitude": -158.0477792, "Species": "Red-crested Cardinal", "Count": 5, "Date": "2022-09-03" }, "geometry": { "type": "Point", "coordinates": [ -158.0477792, 21.63741571 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63741571, "Longitude": -158.0477792, "Species": "Red-vented Bulbul", "Count": 4, "Date": "2022-09-03" }, "geometry": { "type": "Point", "coordinates": [ -158.0477792, 21.63741571 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63741571, "Longitude": -158.0477792, "Species": "Red-whiskered Bulbul", "Count": 4, "Date": "2022-09-03" }, "geometry": { "type": "Point", "coordinates": [ -158.0477792, 21.63741571 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63741571, "Longitude": -158.0477792, "Species": "Saffron Finch", "Count": 1, "Date": "2021-04-15" }, "geometry": { "type": "Point", "coordinates": [ -158.0477792, 21.63741571 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63741571, "Longitude": -158.0477792, "Species": "Spotted Dove", "Count": 1, "Date": "2021-04-15" }, "geometry": { "type": "Point", "coordinates": [ -158.0477792, 21.63741571 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63741571, "Longitude": -158.0477792, "Species": "Warbling White-eye", "Count": 4, "Date": "2023-05-29" }, "geometry": { "type": "Point", "coordinates": [ -158.0477792, 21.63741571 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63741571, "Longitude": -158.0477792, "Species": "White-rumped Shama", "Count": 6, "Date": "2022-09-03" }, "geometry": { "type": "Point", "coordinates": [ -158.0477792, 21.63741571 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63741571, "Longitude": -158.0477792, "Species": "White-tailed Tropicbird", "Count": 1, "Date": "2022-06-29" }, "geometry": { "type": "Point", "coordinates": [ -158.0477792, 21.63741571 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63741571, "Longitude": -158.0477792, "Species": "Zebra Dove", "Count": 5, "Date": "2022-09-03" }, "geometry": { "type": "Point", "coordinates": [ -158.0477792, 21.63741571 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6555901, "Longitude": -158.0669867, "Species": "Brown Booby", "Count": 1, "Date": "2019-07-26" }, "geometry": { "type": "Point", "coordinates": [ -158.0669867, 21.6555901 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6555901, "Longitude": -158.0669867, "Species": "Chestnut Munia", "Count": 1, "Date": "2021-07-22" }, "geometry": { "type": "Point", "coordinates": [ -158.0669867, 21.6555901 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6555901, "Longitude": -158.0669867, "Species": "Common Myna", "Count": 3, "Date": "2023-10-03" }, "geometry": { "type": "Point", "coordinates": [ -158.0669867, 21.6555901 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6555901, "Longitude": -158.0669867, "Species": "Common Waxbill", "Count": 1, "Date": "2021-07-22" }, "geometry": { "type": "Point", "coordinates": [ -158.0669867, 21.6555901 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6555901, "Longitude": -158.0669867, "Species": "House Finch", "Count": 2, "Date": "2023-10-03" }, "geometry": { "type": "Point", "coordinates": [ -158.0669867, 21.6555901 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6555901, "Longitude": -158.0669867, "Species": "House Sparrow", "Count": 3, "Date": "2023-10-03" }, "geometry": { "type": "Point", "coordinates": [ -158.0669867, 21.6555901 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6555901, "Longitude": -158.0669867, "Species": "Java Sparrow", "Count": 1, "Date": "2021-07-22" }, "geometry": { "type": "Point", "coordinates": [ -158.0669867, 21.6555901 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6555901, "Longitude": -158.0669867, "Species": "Northern Cardinal", "Count": 1, "Date": "2023-07-26" }, "geometry": { "type": "Point", "coordinates": [ -158.0669867, 21.6555901 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6555901, "Longitude": -158.0669867, "Species": "Pacific Golden-Plover", "Count": 1, "Date": "2023-07-26" }, "geometry": { "type": "Point", "coordinates": [ -158.0669867, 21.6555901 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6555901, "Longitude": -158.0669867, "Species": "Red-crested Cardinal", "Count": 1, "Date": "2021-07-22" }, "geometry": { "type": "Point", "coordinates": [ -158.0669867, 21.6555901 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6555901, "Longitude": -158.0669867, "Species": "Red-footed Booby", "Count": 1, "Date": "2023-07-26" }, "geometry": { "type": "Point", "coordinates": [ -158.0669867, 21.6555901 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6555901, "Longitude": -158.0669867, "Species": "Red-vented Bulbul", "Count": 3, "Date": "2023-07-26" }, "geometry": { "type": "Point", "coordinates": [ -158.0669867, 21.6555901 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6555901, "Longitude": -158.0669867, "Species": "Rose-ringed Parakeet", "Count": 1, "Date": "2021-07-22" }, "geometry": { "type": "Point", "coordinates": [ -158.0669867, 21.6555901 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6555901, "Longitude": -158.0669867, "Species": "Saffron Finch", "Count": 1, "Date": "2023-07-26" }, "geometry": { "type": "Point", "coordinates": [ -158.0669867, 21.6555901 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6555901, "Longitude": -158.0669867, "Species": "Scaly-breasted Munia", "Count": 1, "Date": "2021-07-22" }, "geometry": { "type": "Point", "coordinates": [ -158.0669867, 21.6555901 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6555901, "Longitude": -158.0669867, "Species": "Spotted Dove", "Count": 1, "Date": "2023-10-03" }, "geometry": { "type": "Point", "coordinates": [ -158.0669867, 21.6555901 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6555901, "Longitude": -158.0669867, "Species": "Warbling White-eye", "Count": 1, "Date": "2021-07-22" }, "geometry": { "type": "Point", "coordinates": [ -158.0669867, 21.6555901 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6555901, "Longitude": -158.0669867, "Species": "Yellow-fronted Canary", "Count": 1, "Date": "2021-07-22" }, "geometry": { "type": "Point", "coordinates": [ -158.0669867, 21.6555901 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6555901, "Longitude": -158.0669867, "Species": "Zebra Dove", "Count": 3, "Date": "2023-10-03" }, "geometry": { "type": "Point", "coordinates": [ -158.0669867, 21.6555901 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70921684, "Longitude": -157.9699687, "Species": "Bristle-thighed Curlew", "Count": 1, "Date": "2019-03-29" }, "geometry": { "type": "Point", "coordinates": [ -157.96996870000001, 21.70921684 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70921684, "Longitude": -157.9699687, "Species": "Common Gallinule", "Count": 1, "Date": "2021-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.96996870000001, 21.70921684 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70921684, "Longitude": -157.9699687, "Species": "Common Myna", "Count": 2, "Date": "2021-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.96996870000001, 21.70921684 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70921684, "Longitude": -157.9699687, "Species": "Common Waxbill", "Count": 1, "Date": "2021-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.96996870000001, 21.70921684 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70921684, "Longitude": -157.9699687, "Species": "Gray Francolin", "Count": 1, "Date": "2024-01-09" }, "geometry": { "type": "Point", "coordinates": [ -157.96996870000001, 21.70921684 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70921684, "Longitude": -157.9699687, "Species": "House Sparrow", "Count": 1, "Date": "2019-03-29" }, "geometry": { "type": "Point", "coordinates": [ -157.96996870000001, 21.70921684 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70921684, "Longitude": -157.9699687, "Species": "Laysan Albatross", "Count": 4, "Date": "2024-01-09" }, "geometry": { "type": "Point", "coordinates": [ -157.96996870000001, 21.70921684 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70921684, "Longitude": -157.9699687, "Species": "Muscovy Duck", "Count": 1, "Date": "2021-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.96996870000001, 21.70921684 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70921684, "Longitude": -157.9699687, "Species": "Northern Cardinal", "Count": 1, "Date": "2021-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.96996870000001, 21.70921684 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70921684, "Longitude": -157.9699687, "Species": "Pacific Golden-Plover", "Count": 3, "Date": "2024-01-09" }, "geometry": { "type": "Point", "coordinates": [ -157.96996870000001, 21.70921684 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70921684, "Longitude": -157.9699687, "Species": "Red-crested Cardinal", "Count": 3, "Date": "2021-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.96996870000001, 21.70921684 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70921684, "Longitude": -157.9699687, "Species": "Ruddy Turnstone", "Count": 1, "Date": "2019-03-29" }, "geometry": { "type": "Point", "coordinates": [ -157.96996870000001, 21.70921684 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70921684, "Longitude": -157.9699687, "Species": "Saffron Finch", "Count": 1, "Date": "2019-03-29" }, "geometry": { "type": "Point", "coordinates": [ -157.96996870000001, 21.70921684 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70921684, "Longitude": -157.9699687, "Species": "Sanderling", "Count": 1, "Date": "2024-01-09" }, "geometry": { "type": "Point", "coordinates": [ -157.96996870000001, 21.70921684 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70921684, "Longitude": -157.9699687, "Species": "Spotted Dove", "Count": 2, "Date": "2024-01-09" }, "geometry": { "type": "Point", "coordinates": [ -157.96996870000001, 21.70921684 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70921684, "Longitude": -157.9699687, "Species": "Warbling White-eye", "Count": 1, "Date": "2019-03-29" }, "geometry": { "type": "Point", "coordinates": [ -157.96996870000001, 21.70921684 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70921684, "Longitude": -157.9699687, "Species": "Western Cattle Egret", "Count": 1, "Date": "2021-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.96996870000001, 21.70921684 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70921684, "Longitude": -157.9699687, "Species": "White-rumped Shama", "Count": 1, "Date": "2021-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.96996870000001, 21.70921684 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70921684, "Longitude": -157.9699687, "Species": "Zebra Dove", "Count": 3, "Date": "2024-01-09" }, "geometry": { "type": "Point", "coordinates": [ -157.96996870000001, 21.70921684 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27439029, "Longitude": -157.7899002, "Species": "Chestnut Munia", "Count": 1, "Date": "2023-03-10" }, "geometry": { "type": "Point", "coordinates": [ -157.7899002, 21.27439029 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27439029, "Longitude": -157.7899002, "Species": "Common Myna", "Count": 8, "Date": "2023-03-10" }, "geometry": { "type": "Point", "coordinates": [ -157.7899002, 21.27439029 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27439029, "Longitude": -157.7899002, "Species": "Common Waxbill", "Count": 4, "Date": "2023-03-10" }, "geometry": { "type": "Point", "coordinates": [ -157.7899002, 21.27439029 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27439029, "Longitude": -157.7899002, "Species": "House Finch", "Count": 1, "Date": "2019-01-04" }, "geometry": { "type": "Point", "coordinates": [ -157.7899002, 21.27439029 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27439029, "Longitude": -157.7899002, "Species": "House Sparrow", "Count": 6, "Date": "2022-12-04" }, "geometry": { "type": "Point", "coordinates": [ -157.7899002, 21.27439029 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27439029, "Longitude": -157.7899002, "Species": "Java Sparrow", "Count": 2, "Date": "2019-01-05" }, "geometry": { "type": "Point", "coordinates": [ -157.7899002, 21.27439029 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27439029, "Longitude": -157.7899002, "Species": "Pacific Golden-Plover", "Count": 4, "Date": "2023-03-10" }, "geometry": { "type": "Point", "coordinates": [ -157.7899002, 21.27439029 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27439029, "Longitude": -157.7899002, "Species": "Red Junglefowl", "Count": 1, "Date": "2022-12-04" }, "geometry": { "type": "Point", "coordinates": [ -157.7899002, 21.27439029 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27439029, "Longitude": -157.7899002, "Species": "Red-crested Cardinal", "Count": 6, "Date": "2023-03-10" }, "geometry": { "type": "Point", "coordinates": [ -157.7899002, 21.27439029 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27439029, "Longitude": -157.7899002, "Species": "Red-vented Bulbul", "Count": 8, "Date": "2023-03-18" }, "geometry": { "type": "Point", "coordinates": [ -157.7899002, 21.27439029 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27439029, "Longitude": -157.7899002, "Species": "Red-whiskered Bulbul", "Count": 2, "Date": "2023-03-10" }, "geometry": { "type": "Point", "coordinates": [ -157.7899002, 21.27439029 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27439029, "Longitude": -157.7899002, "Species": "Rock Pigeon", "Count": 6, "Date": "2022-12-04" }, "geometry": { "type": "Point", "coordinates": [ -157.7899002, 21.27439029 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27439029, "Longitude": -157.7899002, "Species": "Rose-ringed Parakeet", "Count": 5, "Date": "2023-03-10" }, "geometry": { "type": "Point", "coordinates": [ -157.7899002, 21.27439029 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27439029, "Longitude": -157.7899002, "Species": "Saffron Finch", "Count": 2, "Date": "2022-12-04" }, "geometry": { "type": "Point", "coordinates": [ -157.7899002, 21.27439029 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27439029, "Longitude": -157.7899002, "Species": "Spotted Dove", "Count": 8, "Date": "2023-03-10" }, "geometry": { "type": "Point", "coordinates": [ -157.7899002, 21.27439029 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27439029, "Longitude": -157.7899002, "Species": "Warbling White-eye", "Count": 3, "Date": "2020-04-10" }, "geometry": { "type": "Point", "coordinates": [ -157.7899002, 21.27439029 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27439029, "Longitude": -157.7899002, "Species": "Western Cattle Egret", "Count": 2, "Date": "2022-12-04" }, "geometry": { "type": "Point", "coordinates": [ -157.7899002, 21.27439029 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27439029, "Longitude": -157.7899002, "Species": "White Tern", "Count": 4, "Date": "2022-12-04" }, "geometry": { "type": "Point", "coordinates": [ -157.7899002, 21.27439029 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27439029, "Longitude": -157.7899002, "Species": "Yellow-fronted Canary", "Count": 4, "Date": "2023-03-10" }, "geometry": { "type": "Point", "coordinates": [ -157.7899002, 21.27439029 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27439029, "Longitude": -157.7899002, "Species": "Zebra Dove", "Count": 7, "Date": "2023-03-10" }, "geometry": { "type": "Point", "coordinates": [ -157.7899002, 21.27439029 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30113613, "Longitude": -157.7414826, "Species": "Apapane", "Count": 4, "Date": "2024-02-08" }, "geometry": { "type": "Point", "coordinates": [ -157.741482600000012, 21.30113613 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30113613, "Longitude": -157.7414826, "Species": "Common Myna", "Count": 3, "Date": "2023-04-03" }, "geometry": { "type": "Point", "coordinates": [ -157.741482600000012, 21.30113613 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30113613, "Longitude": -157.7414826, "Species": "Common Waxbill", "Count": 5, "Date": "2023-09-26" }, "geometry": { "type": "Point", "coordinates": [ -157.741482600000012, 21.30113613 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30113613, "Longitude": -157.7414826, "Species": "House Finch", "Count": 11, "Date": "2024-02-08" }, "geometry": { "type": "Point", "coordinates": [ -157.741482600000012, 21.30113613 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30113613, "Longitude": -157.7414826, "Species": "House Sparrow", "Count": 2, "Date": "2023-04-03" }, "geometry": { "type": "Point", "coordinates": [ -157.741482600000012, 21.30113613 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30113613, "Longitude": -157.7414826, "Species": "Japanese Bush Warbler", "Count": 2, "Date": "2023-09-26" }, "geometry": { "type": "Point", "coordinates": [ -157.741482600000012, 21.30113613 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30113613, "Longitude": -157.7414826, "Species": "Northern Cardinal", "Count": 9, "Date": "2024-02-08" }, "geometry": { "type": "Point", "coordinates": [ -157.741482600000012, 21.30113613 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30113613, "Longitude": -157.7414826, "Species": "Oahu Amakihi", "Count": 9, "Date": "2024-02-08" }, "geometry": { "type": "Point", "coordinates": [ -157.741482600000012, 21.30113613 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30113613, "Longitude": -157.7414826, "Species": "Oahu Elepaio", "Count": 7, "Date": "2024-02-08" }, "geometry": { "type": "Point", "coordinates": [ -157.741482600000012, 21.30113613 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30113613, "Longitude": -157.7414826, "Species": "Pacific Golden-Plover", "Count": 2, "Date": "2023-09-26" }, "geometry": { "type": "Point", "coordinates": [ -157.741482600000012, 21.30113613 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30113613, "Longitude": -157.7414826, "Species": "Red-billed Leiothrix", "Count": 9, "Date": "2024-02-08" }, "geometry": { "type": "Point", "coordinates": [ -157.741482600000012, 21.30113613 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30113613, "Longitude": -157.7414826, "Species": "Red-crested Cardinal", "Count": 7, "Date": "2023-05-24" }, "geometry": { "type": "Point", "coordinates": [ -157.741482600000012, 21.30113613 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30113613, "Longitude": -157.7414826, "Species": "Red-vented Bulbul", "Count": 12, "Date": "2024-02-08" }, "geometry": { "type": "Point", "coordinates": [ -157.741482600000012, 21.30113613 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30113613, "Longitude": -157.7414826, "Species": "Red-whiskered Bulbul", "Count": 8, "Date": "2024-02-08" }, "geometry": { "type": "Point", "coordinates": [ -157.741482600000012, 21.30113613 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30113613, "Longitude": -157.7414826, "Species": "Spotted Dove", "Count": 8, "Date": "2023-09-26" }, "geometry": { "type": "Point", "coordinates": [ -157.741482600000012, 21.30113613 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30113613, "Longitude": -157.7414826, "Species": "Warbling White-eye", "Count": 12, "Date": "2024-02-08" }, "geometry": { "type": "Point", "coordinates": [ -157.741482600000012, 21.30113613 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30113613, "Longitude": -157.7414826, "Species": "White Tern", "Count": 3, "Date": "2023-09-26" }, "geometry": { "type": "Point", "coordinates": [ -157.741482600000012, 21.30113613 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30113613, "Longitude": -157.7414826, "Species": "White-rumped Shama", "Count": 13, "Date": "2024-02-08" }, "geometry": { "type": "Point", "coordinates": [ -157.741482600000012, 21.30113613 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30113613, "Longitude": -157.7414826, "Species": "White-tailed Tropicbird", "Count": 1, "Date": "2022-03-12" }, "geometry": { "type": "Point", "coordinates": [ -157.741482600000012, 21.30113613 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30113613, "Longitude": -157.7414826, "Species": "Zebra Dove", "Count": 10, "Date": "2023-09-26" }, "geometry": { "type": "Point", "coordinates": [ -157.741482600000012, 21.30113613 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30099067, "Longitude": -157.7222051, "Species": "Apapane", "Count": 1, "Date": "2019-02-03" }, "geometry": { "type": "Point", "coordinates": [ -157.7222051, 21.30099067 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30099067, "Longitude": -157.7222051, "Species": "Common Myna", "Count": 1, "Date": "2019-10-31" }, "geometry": { "type": "Point", "coordinates": [ -157.7222051, 21.30099067 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30099067, "Longitude": -157.7222051, "Species": "Common Waxbill", "Count": 3, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.7222051, 21.30099067 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30099067, "Longitude": -157.7222051, "Species": "House Finch", "Count": 2, "Date": "2023-05-29" }, "geometry": { "type": "Point", "coordinates": [ -157.7222051, 21.30099067 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30099067, "Longitude": -157.7222051, "Species": "Japanese Bush Warbler", "Count": 1, "Date": "2020-07-11" }, "geometry": { "type": "Point", "coordinates": [ -157.7222051, 21.30099067 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30099067, "Longitude": -157.7222051, "Species": "Feral Mallard", "Count": 1, "Date": "2019-10-31" }, "geometry": { "type": "Point", "coordinates": [ -157.7222051, 21.30099067 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30099067, "Longitude": -157.7222051, "Species": "Northern Cardinal", "Count": 5, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.7222051, 21.30099067 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30099067, "Longitude": -157.7222051, "Species": "Oahu Amakihi", "Count": 4, "Date": "2023-10-27" }, "geometry": { "type": "Point", "coordinates": [ -157.7222051, 21.30099067 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30099067, "Longitude": -157.7222051, "Species": "Oahu Elepaio", "Count": 2, "Date": "2022-02-09" }, "geometry": { "type": "Point", "coordinates": [ -157.7222051, 21.30099067 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30099067, "Longitude": -157.7222051, "Species": "Pacific Golden-Plover", "Count": 3, "Date": "2023-10-27" }, "geometry": { "type": "Point", "coordinates": [ -157.7222051, 21.30099067 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30099067, "Longitude": -157.7222051, "Species": "Red-billed Leiothrix", "Count": 9, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.7222051, 21.30099067 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30099067, "Longitude": -157.7222051, "Species": "Red-crested Cardinal", "Count": 4, "Date": "2023-05-29" }, "geometry": { "type": "Point", "coordinates": [ -157.7222051, 21.30099067 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30099067, "Longitude": -157.7222051, "Species": "Red-masked Parakeet", "Count": 1, "Date": "2023-05-29" }, "geometry": { "type": "Point", "coordinates": [ -157.7222051, 21.30099067 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30099067, "Longitude": -157.7222051, "Species": "Red-vented Bulbul", "Count": 11, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.7222051, 21.30099067 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30099067, "Longitude": -157.7222051, "Species": "Red-whiskered Bulbul", "Count": 5, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.7222051, 21.30099067 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30099067, "Longitude": -157.7222051, "Species": "Spotted Dove", "Count": 8, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.7222051, 21.30099067 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30099067, "Longitude": -157.7222051, "Species": "Warbling White-eye", "Count": 6, "Date": "2023-10-27" }, "geometry": { "type": "Point", "coordinates": [ -157.7222051, 21.30099067 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30099067, "Longitude": -157.7222051, "Species": "White-rumped Shama", "Count": 11, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.7222051, 21.30099067 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30099067, "Longitude": -157.7222051, "Species": "Yellow-faced Grassquit", "Count": 1, "Date": "2020-07-11" }, "geometry": { "type": "Point", "coordinates": [ -157.7222051, 21.30099067 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30099067, "Longitude": -157.7222051, "Species": "Zebra Dove", "Count": 8, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.7222051, 21.30099067 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32095071, "Longitude": -158.0016281, "Species": "Black-crowned Night Heron", "Count": 2, "Date": "2019-07-06" }, "geometry": { "type": "Point", "coordinates": [ -158.0016281, 21.32095071 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32095071, "Longitude": -158.0016281, "Species": "Black-necked Stilt", "Count": 2, "Date": "2019-07-06" }, "geometry": { "type": "Point", "coordinates": [ -158.0016281, 21.32095071 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32095071, "Longitude": -158.0016281, "Species": "Chestnut Munia", "Count": 2, "Date": "2019-07-06" }, "geometry": { "type": "Point", "coordinates": [ -158.0016281, 21.32095071 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32095071, "Longitude": -158.0016281, "Species": "Common Gallinule", "Count": 1, "Date": "2019-07-06" }, "geometry": { "type": "Point", "coordinates": [ -158.0016281, 21.32095071 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32095071, "Longitude": -158.0016281, "Species": "Common Myna", "Count": 2, "Date": "2019-07-06" }, "geometry": { "type": "Point", "coordinates": [ -158.0016281, 21.32095071 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32095071, "Longitude": -158.0016281, "Species": "Common Waxbill", "Count": 2, "Date": "2019-07-06" }, "geometry": { "type": "Point", "coordinates": [ -158.0016281, 21.32095071 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32095071, "Longitude": -158.0016281, "Species": "Hawaiian Coot", "Count": 2, "Date": "2019-07-06" }, "geometry": { "type": "Point", "coordinates": [ -158.0016281, 21.32095071 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32095071, "Longitude": -158.0016281, "Species": "House Finch", "Count": 1, "Date": "2019-07-04" }, "geometry": { "type": "Point", "coordinates": [ -158.0016281, 21.32095071 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32095071, "Longitude": -158.0016281, "Species": "House Sparrow", "Count": 2, "Date": "2019-07-06" }, "geometry": { "type": "Point", "coordinates": [ -158.0016281, 21.32095071 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32095071, "Longitude": -158.0016281, "Species": "Feral Mallard", "Count": 1, "Date": "2019-07-04" }, "geometry": { "type": "Point", "coordinates": [ -158.0016281, 21.32095071 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32095071, "Longitude": -158.0016281, "Species": "Northern Cardinal", "Count": 2, "Date": "2019-07-06" }, "geometry": { "type": "Point", "coordinates": [ -158.0016281, 21.32095071 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32095071, "Longitude": -158.0016281, "Species": "Red-crested Cardinal", "Count": 2, "Date": "2019-07-06" }, "geometry": { "type": "Point", "coordinates": [ -158.0016281, 21.32095071 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32095071, "Longitude": -158.0016281, "Species": "Red-vented Bulbul", "Count": 2, "Date": "2019-07-06" }, "geometry": { "type": "Point", "coordinates": [ -158.0016281, 21.32095071 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32095071, "Longitude": -158.0016281, "Species": "Red-whiskered Bulbul", "Count": 2, "Date": "2019-07-06" }, "geometry": { "type": "Point", "coordinates": [ -158.0016281, 21.32095071 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32095071, "Longitude": -158.0016281, "Species": "Saffron Finch", "Count": 2, "Date": "2019-07-06" }, "geometry": { "type": "Point", "coordinates": [ -158.0016281, 21.32095071 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32095071, "Longitude": -158.0016281, "Species": "Spotted Dove", "Count": 2, "Date": "2019-07-06" }, "geometry": { "type": "Point", "coordinates": [ -158.0016281, 21.32095071 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32095071, "Longitude": -158.0016281, "Species": "Warbling White-eye", "Count": 2, "Date": "2019-07-06" }, "geometry": { "type": "Point", "coordinates": [ -158.0016281, 21.32095071 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32095071, "Longitude": -158.0016281, "Species": "Western Cattle Egret", "Count": 2, "Date": "2019-07-06" }, "geometry": { "type": "Point", "coordinates": [ -158.0016281, 21.32095071 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32095071, "Longitude": -158.0016281, "Species": "White-rumped Shama", "Count": 2, "Date": "2019-07-06" }, "geometry": { "type": "Point", "coordinates": [ -158.0016281, 21.32095071 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32095071, "Longitude": -158.0016281, "Species": "Zebra Dove", "Count": 2, "Date": "2019-07-06" }, "geometry": { "type": "Point", "coordinates": [ -158.0016281, 21.32095071 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32015915, "Longitude": -157.8762952, "Species": "Black-necked Stilt", "Count": 3, "Date": "2023-04-23" }, "geometry": { "type": "Point", "coordinates": [ -157.876295199999987, 21.32015915 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32015915, "Longitude": -157.8762952, "Species": "Brown Booby", "Count": 1, "Date": "2022-03-26" }, "geometry": { "type": "Point", "coordinates": [ -157.876295199999987, 21.32015915 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32015915, "Longitude": -157.8762952, "Species": "Common Myna", "Count": 4, "Date": "2023-11-06" }, "geometry": { "type": "Point", "coordinates": [ -157.876295199999987, 21.32015915 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32015915, "Longitude": -157.8762952, "Species": "Common Waxbill", "Count": 1, "Date": "2023-11-06" }, "geometry": { "type": "Point", "coordinates": [ -157.876295199999987, 21.32015915 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32015915, "Longitude": -157.8762952, "Species": "Great Frigatebird", "Count": 1, "Date": "2019-05-30" }, "geometry": { "type": "Point", "coordinates": [ -157.876295199999987, 21.32015915 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32015915, "Longitude": -157.8762952, "Species": "House Finch", "Count": 1, "Date": "2022-05-24" }, "geometry": { "type": "Point", "coordinates": [ -157.876295199999987, 21.32015915 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32015915, "Longitude": -157.8762952, "Species": "House Sparrow", "Count": 3, "Date": "2023-11-06" }, "geometry": { "type": "Point", "coordinates": [ -157.876295199999987, 21.32015915 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32015915, "Longitude": -157.8762952, "Species": "Java Sparrow", "Count": 1, "Date": "2024-02-18" }, "geometry": { "type": "Point", "coordinates": [ -157.876295199999987, 21.32015915 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32015915, "Longitude": -157.8762952, "Species": "Laughing Gull", "Count": 1, "Date": "2022-04-18" }, "geometry": { "type": "Point", "coordinates": [ -157.876295199999987, 21.32015915 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32015915, "Longitude": -157.8762952, "Species": "Pacific Golden-Plover", "Count": 1, "Date": "2023-11-06" }, "geometry": { "type": "Point", "coordinates": [ -157.876295199999987, 21.32015915 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32015915, "Longitude": -157.8762952, "Species": "Red Junglefowl", "Count": 1, "Date": "2023-11-06" }, "geometry": { "type": "Point", "coordinates": [ -157.876295199999987, 21.32015915 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32015915, "Longitude": -157.8762952, "Species": "Red-crested Cardinal", "Count": 3, "Date": "2022-05-24" }, "geometry": { "type": "Point", "coordinates": [ -157.876295199999987, 21.32015915 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32015915, "Longitude": -157.8762952, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2023-03-03" }, "geometry": { "type": "Point", "coordinates": [ -157.876295199999987, 21.32015915 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32015915, "Longitude": -157.8762952, "Species": "Rock Pigeon", "Count": 1, "Date": "2023-03-03" }, "geometry": { "type": "Point", "coordinates": [ -157.876295199999987, 21.32015915 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32015915, "Longitude": -157.8762952, "Species": "Semipalmated Plover", "Count": 1, "Date": "2023-11-07" }, "geometry": { "type": "Point", "coordinates": [ -157.876295199999987, 21.32015915 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32015915, "Longitude": -157.8762952, "Species": "Sooty Tern", "Count": 1, "Date": "2022-03-26" }, "geometry": { "type": "Point", "coordinates": [ -157.876295199999987, 21.32015915 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32015915, "Longitude": -157.8762952, "Species": "Spotted Dove", "Count": 4, "Date": "2023-03-03" }, "geometry": { "type": "Point", "coordinates": [ -157.876295199999987, 21.32015915 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32015915, "Longitude": -157.8762952, "Species": "Western Cattle Egret", "Count": 1, "Date": "2022-05-24" }, "geometry": { "type": "Point", "coordinates": [ -157.876295199999987, 21.32015915 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32015915, "Longitude": -157.8762952, "Species": "White Tern", "Count": 4, "Date": "2023-03-03" }, "geometry": { "type": "Point", "coordinates": [ -157.876295199999987, 21.32015915 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32015915, "Longitude": -157.8762952, "Species": "Zebra Dove", "Count": 5, "Date": "2023-11-06" }, "geometry": { "type": "Point", "coordinates": [ -157.876295199999987, 21.32015915 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3300985, "Longitude": -158.0208508, "Species": "Black-crowned Night Heron", "Count": 1, "Date": "2020-03-10" }, "geometry": { "type": "Point", "coordinates": [ -158.0208508, 21.3300985 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3300985, "Longitude": -158.0208508, "Species": "Black-necked Stilt", "Count": 1, "Date": "2020-03-10" }, "geometry": { "type": "Point", "coordinates": [ -158.0208508, 21.3300985 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3300985, "Longitude": -158.0208508, "Species": "Bristle-thighed Curlew", "Count": 1, "Date": "2019-03-19" }, "geometry": { "type": "Point", "coordinates": [ -158.0208508, 21.3300985 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3300985, "Longitude": -158.0208508, "Species": "Common Myna", "Count": 6, "Date": "2023-12-19" }, "geometry": { "type": "Point", "coordinates": [ -158.0208508, 21.3300985 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3300985, "Longitude": -158.0208508, "Species": "Common Waxbill", "Count": 2, "Date": "2019-03-13" }, "geometry": { "type": "Point", "coordinates": [ -158.0208508, 21.3300985 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3300985, "Longitude": -158.0208508, "Species": "House Sparrow", "Count": 2, "Date": "2019-03-13" }, "geometry": { "type": "Point", "coordinates": [ -158.0208508, 21.3300985 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3300985, "Longitude": -158.0208508, "Species": "Japanese Bush Warbler", "Count": 1, "Date": "2023-12-19" }, "geometry": { "type": "Point", "coordinates": [ -158.0208508, 21.3300985 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3300985, "Longitude": -158.0208508, "Species": "Laughing Gull", "Count": 1, "Date": "2020-03-10" }, "geometry": { "type": "Point", "coordinates": [ -158.0208508, 21.3300985 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3300985, "Longitude": -158.0208508, "Species": "Feral Mallard", "Count": 1, "Date": "2020-03-10" }, "geometry": { "type": "Point", "coordinates": [ -158.0208508, 21.3300985 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3300985, "Longitude": -158.0208508, "Species": "Pacific Golden-Plover", "Count": 1, "Date": "2020-03-10" }, "geometry": { "type": "Point", "coordinates": [ -158.0208508, 21.3300985 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3300985, "Longitude": -158.0208508, "Species": "Red-vented Bulbul", "Count": 4, "Date": "2023-12-19" }, "geometry": { "type": "Point", "coordinates": [ -158.0208508, 21.3300985 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3300985, "Longitude": -158.0208508, "Species": "Red-whiskered Bulbul", "Count": 5, "Date": "2023-12-19" }, "geometry": { "type": "Point", "coordinates": [ -158.0208508, 21.3300985 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3300985, "Longitude": -158.0208508, "Species": "Rock Pigeon", "Count": 3, "Date": "2020-03-10" }, "geometry": { "type": "Point", "coordinates": [ -158.0208508, 21.3300985 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3300985, "Longitude": -158.0208508, "Species": "Saffron Finch", "Count": 1, "Date": "2020-03-10" }, "geometry": { "type": "Point", "coordinates": [ -158.0208508, 21.3300985 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3300985, "Longitude": -158.0208508, "Species": "Spotted Dove", "Count": 3, "Date": "2023-12-19" }, "geometry": { "type": "Point", "coordinates": [ -158.0208508, 21.3300985 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3300985, "Longitude": -158.0208508, "Species": "Warbling White-eye", "Count": 4, "Date": "2019-03-13" }, "geometry": { "type": "Point", "coordinates": [ -158.0208508, 21.3300985 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3300985, "Longitude": -158.0208508, "Species": "Western Cattle Egret", "Count": 2, "Date": "2019-03-13" }, "geometry": { "type": "Point", "coordinates": [ -158.0208508, 21.3300985 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3300985, "Longitude": -158.0208508, "Species": "Yellow-fronted Canary", "Count": 2, "Date": "2019-03-13" }, "geometry": { "type": "Point", "coordinates": [ -158.0208508, 21.3300985 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3300985, "Longitude": -158.0208508, "Species": "Zebra Dove", "Count": 6, "Date": "2023-12-19" }, "geometry": { "type": "Point", "coordinates": [ -158.0208508, 21.3300985 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3475765, "Longitude": -157.9243019, "Species": "Black-crowned Night Heron", "Count": 2, "Date": "2022-12-01" }, "geometry": { "type": "Point", "coordinates": [ -157.924301899999989, 21.3475765 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3475765, "Longitude": -157.9243019, "Species": "Black-necked Stilt", "Count": 2, "Date": "2022-12-01" }, "geometry": { "type": "Point", "coordinates": [ -157.924301899999989, 21.3475765 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3475765, "Longitude": -157.9243019, "Species": "Chestnut Munia", "Count": 2, "Date": "2021-09-20" }, "geometry": { "type": "Point", "coordinates": [ -157.924301899999989, 21.3475765 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3475765, "Longitude": -157.9243019, "Species": "Common Myna", "Count": 10, "Date": "2022-12-01" }, "geometry": { "type": "Point", "coordinates": [ -157.924301899999989, 21.3475765 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3475765, "Longitude": -157.9243019, "Species": "Common Waxbill", "Count": 2, "Date": "2022-12-01" }, "geometry": { "type": "Point", "coordinates": [ -157.924301899999989, 21.3475765 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3475765, "Longitude": -157.9243019, "Species": "House Sparrow", "Count": 3, "Date": "2021-12-20" }, "geometry": { "type": "Point", "coordinates": [ -157.924301899999989, 21.3475765 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3475765, "Longitude": -157.9243019, "Species": "Java Sparrow", "Count": 2, "Date": "2021-09-20" }, "geometry": { "type": "Point", "coordinates": [ -157.924301899999989, 21.3475765 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3475765, "Longitude": -157.9243019, "Species": "Feral Mallard", "Count": 1, "Date": "2022-12-01" }, "geometry": { "type": "Point", "coordinates": [ -157.924301899999989, 21.3475765 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3475765, "Longitude": -157.9243019, "Species": "Northern Cardinal", "Count": 1, "Date": "2022-04-20" }, "geometry": { "type": "Point", "coordinates": [ -157.924301899999989, 21.3475765 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3475765, "Longitude": -157.9243019, "Species": "Pacific Golden-Plover", "Count": 5, "Date": "2022-12-01" }, "geometry": { "type": "Point", "coordinates": [ -157.924301899999989, 21.3475765 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3475765, "Longitude": -157.9243019, "Species": "Red-crested Cardinal", "Count": 6, "Date": "2022-12-01" }, "geometry": { "type": "Point", "coordinates": [ -157.924301899999989, 21.3475765 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3475765, "Longitude": -157.9243019, "Species": "Red-vented Bulbul", "Count": 9, "Date": "2022-12-01" }, "geometry": { "type": "Point", "coordinates": [ -157.924301899999989, 21.3475765 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3475765, "Longitude": -157.9243019, "Species": "Rock Pigeon", "Count": 1, "Date": "2021-12-20" }, "geometry": { "type": "Point", "coordinates": [ -157.924301899999989, 21.3475765 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3475765, "Longitude": -157.9243019, "Species": "Rose-ringed Parakeet", "Count": 2, "Date": "2022-12-01" }, "geometry": { "type": "Point", "coordinates": [ -157.924301899999989, 21.3475765 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3475765, "Longitude": -157.9243019, "Species": "Spotted Dove", "Count": 6, "Date": "2022-12-01" }, "geometry": { "type": "Point", "coordinates": [ -157.924301899999989, 21.3475765 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3475765, "Longitude": -157.9243019, "Species": "Warbling White-eye", "Count": 4, "Date": "2022-08-24" }, "geometry": { "type": "Point", "coordinates": [ -157.924301899999989, 21.3475765 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3475765, "Longitude": -157.9243019, "Species": "Western Cattle Egret", "Count": 5, "Date": "2022-12-01" }, "geometry": { "type": "Point", "coordinates": [ -157.924301899999989, 21.3475765 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3475765, "Longitude": -157.9243019, "Species": "White Tern", "Count": 2, "Date": "2022-04-20" }, "geometry": { "type": "Point", "coordinates": [ -157.924301899999989, 21.3475765 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3475765, "Longitude": -157.9243019, "Species": "Yellow-fronted Canary", "Count": 1, "Date": "2022-08-16" }, "geometry": { "type": "Point", "coordinates": [ -157.924301899999989, 21.3475765 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3475765, "Longitude": -157.9243019, "Species": "Zebra Dove", "Count": 11, "Date": "2022-12-01" }, "geometry": { "type": "Point", "coordinates": [ -157.924301899999989, 21.3475765 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34732402, "Longitude": -157.8857312, "Species": "Cackling Goose", "Count": 1, "Date": "2020-10-17" }, "geometry": { "type": "Point", "coordinates": [ -157.8857312, 21.34732402 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34732402, "Longitude": -157.8857312, "Species": "Common Myna", "Count": 3, "Date": "2022-12-26" }, "geometry": { "type": "Point", "coordinates": [ -157.8857312, 21.34732402 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34732402, "Longitude": -157.8857312, "Species": "House Finch", "Count": 1, "Date": "2022-12-26" }, "geometry": { "type": "Point", "coordinates": [ -157.8857312, 21.34732402 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34732402, "Longitude": -157.8857312, "Species": "House Sparrow", "Count": 1, "Date": "2022-12-26" }, "geometry": { "type": "Point", "coordinates": [ -157.8857312, 21.34732402 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34732402, "Longitude": -157.8857312, "Species": "Java Sparrow", "Count": 1, "Date": "2022-12-18" }, "geometry": { "type": "Point", "coordinates": [ -157.8857312, 21.34732402 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34732402, "Longitude": -157.8857312, "Species": "Feral Mallard", "Count": 2, "Date": "2022-12-26" }, "geometry": { "type": "Point", "coordinates": [ -157.8857312, 21.34732402 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34732402, "Longitude": -157.8857312, "Species": "Northern Cardinal", "Count": 1, "Date": "2022-12-26" }, "geometry": { "type": "Point", "coordinates": [ -157.8857312, 21.34732402 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34732402, "Longitude": -157.8857312, "Species": "Pacific Golden-Plover", "Count": 3, "Date": "2022-12-26" }, "geometry": { "type": "Point", "coordinates": [ -157.8857312, 21.34732402 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34732402, "Longitude": -157.8857312, "Species": "Red Avadavat", "Count": 1, "Date": "2022-12-26" }, "geometry": { "type": "Point", "coordinates": [ -157.8857312, 21.34732402 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34732402, "Longitude": -157.8857312, "Species": "Red-crested Cardinal", "Count": 2, "Date": "2022-12-26" }, "geometry": { "type": "Point", "coordinates": [ -157.8857312, 21.34732402 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34732402, "Longitude": -157.8857312, "Species": "Red-vented Bulbul", "Count": 2, "Date": "2022-12-26" }, "geometry": { "type": "Point", "coordinates": [ -157.8857312, 21.34732402 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34732402, "Longitude": -157.8857312, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2022-12-26" }, "geometry": { "type": "Point", "coordinates": [ -157.8857312, 21.34732402 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34732402, "Longitude": -157.8857312, "Species": "Rose-ringed Parakeet", "Count": 2, "Date": "2022-12-26" }, "geometry": { "type": "Point", "coordinates": [ -157.8857312, 21.34732402 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34732402, "Longitude": -157.8857312, "Species": "Saffron Finch", "Count": 2, "Date": "2022-12-26" }, "geometry": { "type": "Point", "coordinates": [ -157.8857312, 21.34732402 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34732402, "Longitude": -157.8857312, "Species": "Scaly-breasted Munia", "Count": 1, "Date": "2022-12-18" }, "geometry": { "type": "Point", "coordinates": [ -157.8857312, 21.34732402 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34732402, "Longitude": -157.8857312, "Species": "Spotted Dove", "Count": 2, "Date": "2022-12-26" }, "geometry": { "type": "Point", "coordinates": [ -157.8857312, 21.34732402 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34732402, "Longitude": -157.8857312, "Species": "Warbling White-eye", "Count": 2, "Date": "2022-12-26" }, "geometry": { "type": "Point", "coordinates": [ -157.8857312, 21.34732402 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34732402, "Longitude": -157.8857312, "Species": "Western Cattle Egret", "Count": 3, "Date": "2022-12-26" }, "geometry": { "type": "Point", "coordinates": [ -157.8857312, 21.34732402 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34732402, "Longitude": -157.8857312, "Species": "Yellow-fronted Canary", "Count": 2, "Date": "2022-12-26" }, "geometry": { "type": "Point", "coordinates": [ -157.8857312, 21.34732402 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34732402, "Longitude": -157.8857312, "Species": "Zebra Dove", "Count": 2, "Date": "2022-12-26" }, "geometry": { "type": "Point", "coordinates": [ -157.8857312, 21.34732402 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35616299, "Longitude": -157.8567336, "Species": "Chestnut Munia", "Count": 3, "Date": "2020-08-09" }, "geometry": { "type": "Point", "coordinates": [ -157.856733600000013, 21.35616299 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35616299, "Longitude": -157.8567336, "Species": "Common Myna", "Count": 1, "Date": "2021-10-31" }, "geometry": { "type": "Point", "coordinates": [ -157.856733600000013, 21.35616299 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35616299, "Longitude": -157.8567336, "Species": "Common Waxbill", "Count": 2, "Date": "2020-08-09" }, "geometry": { "type": "Point", "coordinates": [ -157.856733600000013, 21.35616299 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35616299, "Longitude": -157.8567336, "Species": "House Finch", "Count": 3, "Date": "2020-08-09" }, "geometry": { "type": "Point", "coordinates": [ -157.856733600000013, 21.35616299 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35616299, "Longitude": -157.8567336, "Species": "Java Sparrow", "Count": 1, "Date": "2019-07-17" }, "geometry": { "type": "Point", "coordinates": [ -157.856733600000013, 21.35616299 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35616299, "Longitude": -157.8567336, "Species": "Northern Cardinal", "Count": 3, "Date": "2020-08-09" }, "geometry": { "type": "Point", "coordinates": [ -157.856733600000013, 21.35616299 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35616299, "Longitude": -157.8567336, "Species": "Oahu Amakihi", "Count": 3, "Date": "2020-08-09" }, "geometry": { "type": "Point", "coordinates": [ -157.856733600000013, 21.35616299 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35616299, "Longitude": -157.8567336, "Species": "Pacific Golden-Plover", "Count": 1, "Date": "2021-10-31" }, "geometry": { "type": "Point", "coordinates": [ -157.856733600000013, 21.35616299 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35616299, "Longitude": -157.8567336, "Species": "Red-billed Leiothrix", "Count": 3, "Date": "2020-08-09" }, "geometry": { "type": "Point", "coordinates": [ -157.856733600000013, 21.35616299 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35616299, "Longitude": -157.8567336, "Species": "Red-crested Cardinal", "Count": 4, "Date": "2021-10-31" }, "geometry": { "type": "Point", "coordinates": [ -157.856733600000013, 21.35616299 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35616299, "Longitude": -157.8567336, "Species": "Red-vented Bulbul", "Count": 3, "Date": "2020-08-09" }, "geometry": { "type": "Point", "coordinates": [ -157.856733600000013, 21.35616299 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35616299, "Longitude": -157.8567336, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2019-07-17" }, "geometry": { "type": "Point", "coordinates": [ -157.856733600000013, 21.35616299 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35616299, "Longitude": -157.8567336, "Species": "Rose-ringed Parakeet", "Count": 2, "Date": "2020-08-09" }, "geometry": { "type": "Point", "coordinates": [ -157.856733600000013, 21.35616299 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35616299, "Longitude": -157.8567336, "Species": "Spotted Dove", "Count": 4, "Date": "2020-08-09" }, "geometry": { "type": "Point", "coordinates": [ -157.856733600000013, 21.35616299 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35616299, "Longitude": -157.8567336, "Species": "Warbling White-eye", "Count": 3, "Date": "2020-08-09" }, "geometry": { "type": "Point", "coordinates": [ -157.856733600000013, 21.35616299 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35616299, "Longitude": -157.8567336, "Species": "Western Cattle Egret", "Count": 1, "Date": "2019-07-17" }, "geometry": { "type": "Point", "coordinates": [ -157.856733600000013, 21.35616299 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35616299, "Longitude": -157.8567336, "Species": "White-rumped Shama", "Count": 2, "Date": "2020-08-09" }, "geometry": { "type": "Point", "coordinates": [ -157.856733600000013, 21.35616299 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35616299, "Longitude": -157.8567336, "Species": "White-tailed Tropicbird", "Count": 3, "Date": "2023-09-16" }, "geometry": { "type": "Point", "coordinates": [ -157.856733600000013, 21.35616299 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35616299, "Longitude": -157.8567336, "Species": "Yellow-fronted Canary", "Count": 2, "Date": "2020-08-09" }, "geometry": { "type": "Point", "coordinates": [ -157.856733600000013, 21.35616299 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35616299, "Longitude": -157.8567336, "Species": "Zebra Dove", "Count": 3, "Date": "2020-08-09" }, "geometry": { "type": "Point", "coordinates": [ -157.856733600000013, 21.35616299 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36661894, "Longitude": -158.0881213, "Species": "Common Myna", "Count": 4, "Date": "2024-02-12" }, "geometry": { "type": "Point", "coordinates": [ -158.088121300000012, 21.36661894 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36661894, "Longitude": -158.0881213, "Species": "Common Waxbill", "Count": 2, "Date": "2019-11-01" }, "geometry": { "type": "Point", "coordinates": [ -158.088121300000012, 21.36661894 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36661894, "Longitude": -158.0881213, "Species": "Gray Francolin", "Count": 2, "Date": "2019-11-01" }, "geometry": { "type": "Point", "coordinates": [ -158.088121300000012, 21.36661894 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36661894, "Longitude": -158.0881213, "Species": "House Finch", "Count": 5, "Date": "2024-02-12" }, "geometry": { "type": "Point", "coordinates": [ -158.088121300000012, 21.36661894 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36661894, "Longitude": -158.0881213, "Species": "Java Sparrow", "Count": 4, "Date": "2022-01-01" }, "geometry": { "type": "Point", "coordinates": [ -158.088121300000012, 21.36661894 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36661894, "Longitude": -158.0881213, "Species": "Kalij Pheasant", "Count": 2, "Date": "2019-11-01" }, "geometry": { "type": "Point", "coordinates": [ -158.088121300000012, 21.36661894 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36661894, "Longitude": -158.0881213, "Species": "Northern Cardinal", "Count": 3, "Date": "2022-01-01" }, "geometry": { "type": "Point", "coordinates": [ -158.088121300000012, 21.36661894 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36661894, "Longitude": -158.0881213, "Species": "Oahu Amakihi", "Count": 2, "Date": "2019-11-01" }, "geometry": { "type": "Point", "coordinates": [ -158.088121300000012, 21.36661894 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36661894, "Longitude": -158.0881213, "Species": "Oahu Elepaio", "Count": 2, "Date": "2019-11-01" }, "geometry": { "type": "Point", "coordinates": [ -158.088121300000012, 21.36661894 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36661894, "Longitude": -158.0881213, "Species": "Pacific Golden-Plover", "Count": 5, "Date": "2024-02-12" }, "geometry": { "type": "Point", "coordinates": [ -158.088121300000012, 21.36661894 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36661894, "Longitude": -158.0881213, "Species": "Red-billed Leiothrix", "Count": 2, "Date": "2019-11-01" }, "geometry": { "type": "Point", "coordinates": [ -158.088121300000012, 21.36661894 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36661894, "Longitude": -158.0881213, "Species": "Red-crested Cardinal", "Count": 8, "Date": "2024-02-12" }, "geometry": { "type": "Point", "coordinates": [ -158.088121300000012, 21.36661894 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36661894, "Longitude": -158.0881213, "Species": "Red-vented Bulbul", "Count": 4, "Date": "2019-12-26" }, "geometry": { "type": "Point", "coordinates": [ -158.088121300000012, 21.36661894 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36661894, "Longitude": -158.0881213, "Species": "Rock Pigeon", "Count": 1, "Date": "2019-11-02" }, "geometry": { "type": "Point", "coordinates": [ -158.088121300000012, 21.36661894 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36661894, "Longitude": -158.0881213, "Species": "Saffron Finch", "Count": 3, "Date": "2024-02-12" }, "geometry": { "type": "Point", "coordinates": [ -158.088121300000012, 21.36661894 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36661894, "Longitude": -158.0881213, "Species": "Spotted Dove", "Count": 5, "Date": "2022-01-01" }, "geometry": { "type": "Point", "coordinates": [ -158.088121300000012, 21.36661894 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36661894, "Longitude": -158.0881213, "Species": "Warbling White-eye", "Count": 3, "Date": "2019-12-26" }, "geometry": { "type": "Point", "coordinates": [ -158.088121300000012, 21.36661894 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36661894, "Longitude": -158.0881213, "Species": "Western Cattle Egret", "Count": 2, "Date": "2019-11-02" }, "geometry": { "type": "Point", "coordinates": [ -158.088121300000012, 21.36661894 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36661894, "Longitude": -158.0881213, "Species": "White-rumped Shama", "Count": 2, "Date": "2019-11-01" }, "geometry": { "type": "Point", "coordinates": [ -158.088121300000012, 21.36661894 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36661894, "Longitude": -158.0881213, "Species": "Zebra Dove", "Count": 3, "Date": "2024-02-12" }, "geometry": { "type": "Point", "coordinates": [ -158.088121300000012, 21.36661894 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38474187, "Longitude": -158.0976553, "Species": "Common Myna", "Count": 5, "Date": "2022-12-16" }, "geometry": { "type": "Point", "coordinates": [ -158.097655300000014, 21.38474187 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38474187, "Longitude": -158.0976553, "Species": "Common Waxbill", "Count": 3, "Date": "2019-12-27" }, "geometry": { "type": "Point", "coordinates": [ -158.097655300000014, 21.38474187 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38474187, "Longitude": -158.0976553, "Species": "Erckel's Spurfowl", "Count": 1, "Date": "2019-11-22" }, "geometry": { "type": "Point", "coordinates": [ -158.097655300000014, 21.38474187 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38474187, "Longitude": -158.0976553, "Species": "House Finch", "Count": 3, "Date": "2022-12-16" }, "geometry": { "type": "Point", "coordinates": [ -158.097655300000014, 21.38474187 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38474187, "Longitude": -158.0976553, "Species": "Japanese Bush Warbler", "Count": 1, "Date": "2019-01-23" }, "geometry": { "type": "Point", "coordinates": [ -158.097655300000014, 21.38474187 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38474187, "Longitude": -158.0976553, "Species": "Kalij Pheasant", "Count": 3, "Date": "2022-12-16" }, "geometry": { "type": "Point", "coordinates": [ -158.097655300000014, 21.38474187 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38474187, "Longitude": -158.0976553, "Species": "Northern Cardinal", "Count": 1, "Date": "2024-02-12" }, "geometry": { "type": "Point", "coordinates": [ -158.097655300000014, 21.38474187 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38474187, "Longitude": -158.0976553, "Species": "Oahu Amakihi", "Count": 3, "Date": "2022-12-16" }, "geometry": { "type": "Point", "coordinates": [ -158.097655300000014, 21.38474187 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38474187, "Longitude": -158.0976553, "Species": "Oahu Elepaio", "Count": 2, "Date": "2024-02-12" }, "geometry": { "type": "Point", "coordinates": [ -158.097655300000014, 21.38474187 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38474187, "Longitude": -158.0976553, "Species": "Pacific Golden-Plover", "Count": 1, "Date": "2019-11-22" }, "geometry": { "type": "Point", "coordinates": [ -158.097655300000014, 21.38474187 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38474187, "Longitude": -158.0976553, "Species": "Red-billed Leiothrix", "Count": 4, "Date": "2022-12-16" }, "geometry": { "type": "Point", "coordinates": [ -158.097655300000014, 21.38474187 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38474187, "Longitude": -158.0976553, "Species": "Red-crested Cardinal", "Count": 6, "Date": "2022-12-16" }, "geometry": { "type": "Point", "coordinates": [ -158.097655300000014, 21.38474187 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38474187, "Longitude": -158.0976553, "Species": "Red-vented Bulbul", "Count": 4, "Date": "2022-12-16" }, "geometry": { "type": "Point", "coordinates": [ -158.097655300000014, 21.38474187 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38474187, "Longitude": -158.0976553, "Species": "Red-whiskered Bulbul", "Count": 4, "Date": "2022-12-16" }, "geometry": { "type": "Point", "coordinates": [ -158.097655300000014, 21.38474187 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38474187, "Longitude": -158.0976553, "Species": "Scaly-breasted Munia", "Count": 1, "Date": "2019-11-22" }, "geometry": { "type": "Point", "coordinates": [ -158.097655300000014, 21.38474187 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38474187, "Longitude": -158.0976553, "Species": "Spotted Dove", "Count": 5, "Date": "2022-12-16" }, "geometry": { "type": "Point", "coordinates": [ -158.097655300000014, 21.38474187 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38474187, "Longitude": -158.0976553, "Species": "Warbling White-eye", "Count": 7, "Date": "2024-02-12" }, "geometry": { "type": "Point", "coordinates": [ -158.097655300000014, 21.38474187 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38474187, "Longitude": -158.0976553, "Species": "White-rumped Shama", "Count": 2, "Date": "2024-02-12" }, "geometry": { "type": "Point", "coordinates": [ -158.097655300000014, 21.38474187 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38474187, "Longitude": -158.0976553, "Species": "Yellow-faced Grassquit", "Count": 5, "Date": "2022-12-16" }, "geometry": { "type": "Point", "coordinates": [ -158.097655300000014, 21.38474187 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38474187, "Longitude": -158.0976553, "Species": "Zebra Dove", "Count": 6, "Date": "2022-12-16" }, "geometry": { "type": "Point", "coordinates": [ -158.097655300000014, 21.38474187 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38371026, "Longitude": -157.9240378, "Species": "Chestnut Munia", "Count": 31, "Date": "2023-12-03" }, "geometry": { "type": "Point", "coordinates": [ -157.9240378, 21.38371026 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38371026, "Longitude": -157.9240378, "Species": "Common Myna", "Count": 30, "Date": "2024-02-18" }, "geometry": { "type": "Point", "coordinates": [ -157.9240378, 21.38371026 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38371026, "Longitude": -157.9240378, "Species": "Common Waxbill", "Count": 7, "Date": "2023-01-03" }, "geometry": { "type": "Point", "coordinates": [ -157.9240378, 21.38371026 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38371026, "Longitude": -157.9240378, "Species": "House Finch", "Count": 11, "Date": "2023-06-03" }, "geometry": { "type": "Point", "coordinates": [ -157.9240378, 21.38371026 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38371026, "Longitude": -157.9240378, "Species": "House Sparrow", "Count": 3, "Date": "2023-12-03" }, "geometry": { "type": "Point", "coordinates": [ -157.9240378, 21.38371026 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38371026, "Longitude": -157.9240378, "Species": "Java Sparrow", "Count": 11, "Date": "2023-06-17" }, "geometry": { "type": "Point", "coordinates": [ -157.9240378, 21.38371026 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38371026, "Longitude": -157.9240378, "Species": "Northern Cardinal", "Count": 20, "Date": "2023-06-17" }, "geometry": { "type": "Point", "coordinates": [ -157.9240378, 21.38371026 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38371026, "Longitude": -157.9240378, "Species": "Pacific Golden-Plover", "Count": 20, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.9240378, 21.38371026 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38371026, "Longitude": -157.9240378, "Species": "Red Junglefowl", "Count": 11, "Date": "2024-02-18" }, "geometry": { "type": "Point", "coordinates": [ -157.9240378, 21.38371026 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38371026, "Longitude": -157.9240378, "Species": "Red-crested Cardinal", "Count": 16, "Date": "2024-01-12" }, "geometry": { "type": "Point", "coordinates": [ -157.9240378, 21.38371026 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38371026, "Longitude": -157.9240378, "Species": "Red-vented Bulbul", "Count": 12, "Date": "2024-01-14" }, "geometry": { "type": "Point", "coordinates": [ -157.9240378, 21.38371026 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38371026, "Longitude": -157.9240378, "Species": "Red-whiskered Bulbul", "Count": 2, "Date": "2019-03-01" }, "geometry": { "type": "Point", "coordinates": [ -157.9240378, 21.38371026 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38371026, "Longitude": -157.9240378, "Species": "Rock Pigeon", "Count": 1, "Date": "2023-04-01" }, "geometry": { "type": "Point", "coordinates": [ -157.9240378, 21.38371026 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38371026, "Longitude": -157.9240378, "Species": "Rose-ringed Parakeet", "Count": 8, "Date": "2023-05-06" }, "geometry": { "type": "Point", "coordinates": [ -157.9240378, 21.38371026 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38371026, "Longitude": -157.9240378, "Species": "Saffron Finch", "Count": 24, "Date": "2024-02-18" }, "geometry": { "type": "Point", "coordinates": [ -157.9240378, 21.38371026 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38371026, "Longitude": -157.9240378, "Species": "Spotted Dove", "Count": 19, "Date": "2024-02-18" }, "geometry": { "type": "Point", "coordinates": [ -157.9240378, 21.38371026 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38371026, "Longitude": -157.9240378, "Species": "Warbling White-eye", "Count": 3, "Date": "2023-05-06" }, "geometry": { "type": "Point", "coordinates": [ -157.9240378, 21.38371026 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38371026, "Longitude": -157.9240378, "Species": "Western Cattle Egret", "Count": 8, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.9240378, 21.38371026 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38371026, "Longitude": -157.9240378, "Species": "White-rumped Shama", "Count": 1, "Date": "2023-04-01" }, "geometry": { "type": "Point", "coordinates": [ -157.9240378, 21.38371026 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38371026, "Longitude": -157.9240378, "Species": "Zebra Dove", "Count": 35, "Date": "2024-02-18" }, "geometry": { "type": "Point", "coordinates": [ -157.9240378, 21.38371026 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38264807, "Longitude": -157.7697212, "Species": "Chestnut Munia", "Count": 1, "Date": "2021-01-16" }, "geometry": { "type": "Point", "coordinates": [ -157.7697212, 21.38264807 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38264807, "Longitude": -157.7697212, "Species": "Chinese Hwamei", "Count": 2, "Date": "2021-01-16" }, "geometry": { "type": "Point", "coordinates": [ -157.7697212, 21.38264807 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38264807, "Longitude": -157.7697212, "Species": "Common Myna", "Count": 5, "Date": "2022-08-10" }, "geometry": { "type": "Point", "coordinates": [ -157.7697212, 21.38264807 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38264807, "Longitude": -157.7697212, "Species": "Common Waxbill", "Count": 3, "Date": "2021-02-12" }, "geometry": { "type": "Point", "coordinates": [ -157.7697212, 21.38264807 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38264807, "Longitude": -157.7697212, "Species": "House Finch", "Count": 3, "Date": "2021-02-12" }, "geometry": { "type": "Point", "coordinates": [ -157.7697212, 21.38264807 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38264807, "Longitude": -157.7697212, "Species": "House Sparrow", "Count": 1, "Date": "2021-01-16" }, "geometry": { "type": "Point", "coordinates": [ -157.7697212, 21.38264807 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38264807, "Longitude": -157.7697212, "Species": "Feral Mallard", "Count": 1, "Date": "2022-06-11" }, "geometry": { "type": "Point", "coordinates": [ -157.7697212, 21.38264807 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38264807, "Longitude": -157.7697212, "Species": "Northern Cardinal", "Count": 1, "Date": "2021-01-16" }, "geometry": { "type": "Point", "coordinates": [ -157.7697212, 21.38264807 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38264807, "Longitude": -157.7697212, "Species": "Pacific Golden-Plover", "Count": 3, "Date": "2021-02-12" }, "geometry": { "type": "Point", "coordinates": [ -157.7697212, 21.38264807 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38264807, "Longitude": -157.7697212, "Species": "Red Junglefowl", "Count": 2, "Date": "2021-01-16" }, "geometry": { "type": "Point", "coordinates": [ -157.7697212, 21.38264807 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38264807, "Longitude": -157.7697212, "Species": "Red-crested Cardinal", "Count": 2, "Date": "2022-08-10" }, "geometry": { "type": "Point", "coordinates": [ -157.7697212, 21.38264807 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38264807, "Longitude": -157.7697212, "Species": "Red-vented Bulbul", "Count": 2, "Date": "2021-01-16" }, "geometry": { "type": "Point", "coordinates": [ -157.7697212, 21.38264807 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38264807, "Longitude": -157.7697212, "Species": "Red-whiskered Bulbul", "Count": 4, "Date": "2022-06-11" }, "geometry": { "type": "Point", "coordinates": [ -157.7697212, 21.38264807 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38264807, "Longitude": -157.7697212, "Species": "Rock Pigeon", "Count": 4, "Date": "2022-06-11" }, "geometry": { "type": "Point", "coordinates": [ -157.7697212, 21.38264807 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38264807, "Longitude": -157.7697212, "Species": "Spotted Dove", "Count": 3, "Date": "2022-06-11" }, "geometry": { "type": "Point", "coordinates": [ -157.7697212, 21.38264807 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38264807, "Longitude": -157.7697212, "Species": "Warbling White-eye", "Count": 3, "Date": "2022-08-10" }, "geometry": { "type": "Point", "coordinates": [ -157.7697212, 21.38264807 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38264807, "Longitude": -157.7697212, "Species": "Western Cattle Egret", "Count": 3, "Date": "2021-02-12" }, "geometry": { "type": "Point", "coordinates": [ -157.7697212, 21.38264807 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38264807, "Longitude": -157.7697212, "Species": "White-rumped Shama", "Count": 2, "Date": "2021-02-12" }, "geometry": { "type": "Point", "coordinates": [ -157.7697212, 21.38264807 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38264807, "Longitude": -157.7697212, "Species": "Zebra Dove", "Count": 3, "Date": "2022-08-10" }, "geometry": { "type": "Point", "coordinates": [ -157.7697212, 21.38264807 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40960484, "Longitude": -157.750202, "Species": "Common Myna", "Count": 5, "Date": "2024-02-18" }, "geometry": { "type": "Point", "coordinates": [ -157.750202, 21.40960484 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40960484, "Longitude": -157.750202, "Species": "House Finch", "Count": 1, "Date": "2022-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.750202, 21.40960484 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40960484, "Longitude": -157.750202, "Species": "House Sparrow", "Count": 2, "Date": "2023-09-20" }, "geometry": { "type": "Point", "coordinates": [ -157.750202, 21.40960484 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40960484, "Longitude": -157.750202, "Species": "Java Sparrow", "Count": 5, "Date": "2022-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.750202, 21.40960484 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40960484, "Longitude": -157.750202, "Species": "Feral Mallard", "Count": 1, "Date": "2022-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.750202, 21.40960484 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40960484, "Longitude": -157.750202, "Species": "Northern Cardinal", "Count": 2, "Date": "2023-09-20" }, "geometry": { "type": "Point", "coordinates": [ -157.750202, 21.40960484 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40960484, "Longitude": -157.750202, "Species": "Northern Mockingbird", "Count": 1, "Date": "2019-12-22" }, "geometry": { "type": "Point", "coordinates": [ -157.750202, 21.40960484 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40960484, "Longitude": -157.750202, "Species": "Pacific Golden-Plover", "Count": 1, "Date": "2022-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.750202, 21.40960484 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40960484, "Longitude": -157.750202, "Species": "Red Junglefowl", "Count": 1, "Date": "2022-04-28" }, "geometry": { "type": "Point", "coordinates": [ -157.750202, 21.40960484 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40960484, "Longitude": -157.750202, "Species": "Red-crested Cardinal", "Count": 3, "Date": "2022-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.750202, 21.40960484 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40960484, "Longitude": -157.750202, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2024-02-18" }, "geometry": { "type": "Point", "coordinates": [ -157.750202, 21.40960484 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40960484, "Longitude": -157.750202, "Species": "Red-whiskered Bulbul", "Count": 2, "Date": "2024-02-18" }, "geometry": { "type": "Point", "coordinates": [ -157.750202, 21.40960484 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40960484, "Longitude": -157.750202, "Species": "Rock Pigeon", "Count": 2, "Date": "2022-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.750202, 21.40960484 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40960484, "Longitude": -157.750202, "Species": "Spotted Dove", "Count": 3, "Date": "2023-09-20" }, "geometry": { "type": "Point", "coordinates": [ -157.750202, 21.40960484 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40960484, "Longitude": -157.750202, "Species": "Warbling White-eye", "Count": 1, "Date": "2019-12-22" }, "geometry": { "type": "Point", "coordinates": [ -157.750202, 21.40960484 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40960484, "Longitude": -157.750202, "Species": "Wedge-tailed Shearwater", "Count": 1, "Date": "2020-09-04" }, "geometry": { "type": "Point", "coordinates": [ -157.750202, 21.40960484 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40960484, "Longitude": -157.750202, "Species": "Western Cattle Egret", "Count": 2, "Date": "2024-02-17" }, "geometry": { "type": "Point", "coordinates": [ -157.750202, 21.40960484 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40960484, "Longitude": -157.750202, "Species": "White-rumped Shama", "Count": 2, "Date": "2022-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.750202, 21.40960484 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40960484, "Longitude": -157.750202, "Species": "Zebra Dove", "Count": 3, "Date": "2024-02-18" }, "geometry": { "type": "Point", "coordinates": [ -157.750202, 21.40960484 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42809301, "Longitude": -157.8079329, "Species": "Black-crowned Night Heron", "Count": 1, "Date": "2019-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.8079329, 21.42809301 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42809301, "Longitude": -157.8079329, "Species": "Black-necked Stilt", "Count": 3, "Date": "2024-01-04" }, "geometry": { "type": "Point", "coordinates": [ -157.8079329, 21.42809301 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42809301, "Longitude": -157.8079329, "Species": "Chestnut Munia", "Count": 2, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.8079329, 21.42809301 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42809301, "Longitude": -157.8079329, "Species": "Common Myna", "Count": 8, "Date": "2024-02-16" }, "geometry": { "type": "Point", "coordinates": [ -157.8079329, 21.42809301 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42809301, "Longitude": -157.8079329, "Species": "Common Waxbill", "Count": 4, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.8079329, 21.42809301 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42809301, "Longitude": -157.8079329, "Species": "House Finch", "Count": 3, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.8079329, 21.42809301 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42809301, "Longitude": -157.8079329, "Species": "House Sparrow", "Count": 7, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.8079329, 21.42809301 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42809301, "Longitude": -157.8079329, "Species": "Java Sparrow", "Count": 2, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.8079329, 21.42809301 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42809301, "Longitude": -157.8079329, "Species": "Feral Mallard", "Count": 1, "Date": "2019-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.8079329, 21.42809301 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42809301, "Longitude": -157.8079329, "Species": "Northern Cardinal", "Count": 5, "Date": "2024-02-16" }, "geometry": { "type": "Point", "coordinates": [ -157.8079329, 21.42809301 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42809301, "Longitude": -157.8079329, "Species": "Pacific Golden-Plover", "Count": 6, "Date": "2024-01-04" }, "geometry": { "type": "Point", "coordinates": [ -157.8079329, 21.42809301 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42809301, "Longitude": -157.8079329, "Species": "Red-crested Cardinal", "Count": 7, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.8079329, 21.42809301 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42809301, "Longitude": -157.8079329, "Species": "Red-vented Bulbul", "Count": 7, "Date": "2024-02-16" }, "geometry": { "type": "Point", "coordinates": [ -157.8079329, 21.42809301 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42809301, "Longitude": -157.8079329, "Species": "Red-whiskered Bulbul", "Count": 4, "Date": "2024-02-16" }, "geometry": { "type": "Point", "coordinates": [ -157.8079329, 21.42809301 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42809301, "Longitude": -157.8079329, "Species": "Rock Pigeon", "Count": 3, "Date": "2023-02-17" }, "geometry": { "type": "Point", "coordinates": [ -157.8079329, 21.42809301 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42809301, "Longitude": -157.8079329, "Species": "Spotted Dove", "Count": 8, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.8079329, 21.42809301 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42809301, "Longitude": -157.8079329, "Species": "Warbling White-eye", "Count": 1, "Date": "2024-02-16" }, "geometry": { "type": "Point", "coordinates": [ -157.8079329, 21.42809301 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42809301, "Longitude": -157.8079329, "Species": "Western Cattle Egret", "Count": 5, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.8079329, 21.42809301 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42809301, "Longitude": -157.8079329, "Species": "White-rumped Shama", "Count": 2, "Date": "2022-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.8079329, 21.42809301 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42809301, "Longitude": -157.8079329, "Species": "Zebra Dove", "Count": 9, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.8079329, 21.42809301 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43833279, "Longitude": -157.9911819, "Species": "Chestnut Munia", "Count": 1, "Date": "2021-01-02" }, "geometry": { "type": "Point", "coordinates": [ -157.991181899999987, 21.43833279 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43833279, "Longitude": -157.9911819, "Species": "Common Myna", "Count": 4, "Date": "2022-08-06" }, "geometry": { "type": "Point", "coordinates": [ -157.991181899999987, 21.43833279 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43833279, "Longitude": -157.9911819, "Species": "Common Waxbill", "Count": 2, "Date": "2021-01-02" }, "geometry": { "type": "Point", "coordinates": [ -157.991181899999987, 21.43833279 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43833279, "Longitude": -157.9911819, "Species": "House Finch", "Count": 1, "Date": "2019-04-14" }, "geometry": { "type": "Point", "coordinates": [ -157.991181899999987, 21.43833279 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43833279, "Longitude": -157.9911819, "Species": "House Sparrow", "Count": 1, "Date": "2019-02-17" }, "geometry": { "type": "Point", "coordinates": [ -157.991181899999987, 21.43833279 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43833279, "Longitude": -157.9911819, "Species": "Northern Cardinal", "Count": 1, "Date": "2019-04-14" }, "geometry": { "type": "Point", "coordinates": [ -157.991181899999987, 21.43833279 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43833279, "Longitude": -157.9911819, "Species": "Pacific Golden-Plover", "Count": 2, "Date": "2019-04-14" }, "geometry": { "type": "Point", "coordinates": [ -157.991181899999987, 21.43833279 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43833279, "Longitude": -157.9911819, "Species": "Red-billed Leiothrix", "Count": 1, "Date": "2019-04-14" }, "geometry": { "type": "Point", "coordinates": [ -157.991181899999987, 21.43833279 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43833279, "Longitude": -157.9911819, "Species": "Red-crested Cardinal", "Count": 3, "Date": "2021-01-02" }, "geometry": { "type": "Point", "coordinates": [ -157.991181899999987, 21.43833279 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43833279, "Longitude": -157.9911819, "Species": "Red-crowned Parrot", "Count": 7, "Date": "2024-02-08" }, "geometry": { "type": "Point", "coordinates": [ -157.991181899999987, 21.43833279 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43833279, "Longitude": -157.9911819, "Species": "Red-vented Bulbul", "Count": 2, "Date": "2022-08-06" }, "geometry": { "type": "Point", "coordinates": [ -157.991181899999987, 21.43833279 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43833279, "Longitude": -157.9911819, "Species": "Red-whiskered Bulbul", "Count": 2, "Date": "2022-08-06" }, "geometry": { "type": "Point", "coordinates": [ -157.991181899999987, 21.43833279 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43833279, "Longitude": -157.9911819, "Species": "Rock Pigeon", "Count": 2, "Date": "2021-01-02" }, "geometry": { "type": "Point", "coordinates": [ -157.991181899999987, 21.43833279 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43833279, "Longitude": -157.9911819, "Species": "Rose-ringed Parakeet", "Count": 4, "Date": "2022-08-06" }, "geometry": { "type": "Point", "coordinates": [ -157.991181899999987, 21.43833279 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43833279, "Longitude": -157.9911819, "Species": "Scaly-breasted Munia", "Count": 1, "Date": "2021-01-02" }, "geometry": { "type": "Point", "coordinates": [ -157.991181899999987, 21.43833279 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43833279, "Longitude": -157.9911819, "Species": "Spotted Dove", "Count": 3, "Date": "2021-01-02" }, "geometry": { "type": "Point", "coordinates": [ -157.991181899999987, 21.43833279 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43833279, "Longitude": -157.9911819, "Species": "Warbling White-eye", "Count": 2, "Date": "2021-01-02" }, "geometry": { "type": "Point", "coordinates": [ -157.991181899999987, 21.43833279 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43833279, "Longitude": -157.9911819, "Species": "Western Cattle Egret", "Count": 2, "Date": "2021-01-02" }, "geometry": { "type": "Point", "coordinates": [ -157.991181899999987, 21.43833279 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43833279, "Longitude": -157.9911819, "Species": "White-rumped Shama", "Count": 1, "Date": "2019-04-14" }, "geometry": { "type": "Point", "coordinates": [ -157.991181899999987, 21.43833279 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43833279, "Longitude": -157.9911819, "Species": "Zebra Dove", "Count": 3, "Date": "2021-01-02" }, "geometry": { "type": "Point", "coordinates": [ -157.991181899999987, 21.43833279 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44827612, "Longitude": -158.155165, "Species": "Black Francolin", "Count": 1, "Date": "2019-05-31" }, "geometry": { "type": "Point", "coordinates": [ -158.155165, 21.44827612 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44827612, "Longitude": -158.155165, "Species": "Black-necked Stilt", "Count": 1, "Date": "2019-05-31" }, "geometry": { "type": "Point", "coordinates": [ -158.155165, 21.44827612 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44827612, "Longitude": -158.155165, "Species": "Chestnut Munia", "Count": 1, "Date": "2019-05-31" }, "geometry": { "type": "Point", "coordinates": [ -158.155165, 21.44827612 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44827612, "Longitude": -158.155165, "Species": "Common Myna", "Count": 3, "Date": "2023-09-20" }, "geometry": { "type": "Point", "coordinates": [ -158.155165, 21.44827612 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44827612, "Longitude": -158.155165, "Species": "Common Waxbill", "Count": 3, "Date": "2023-09-20" }, "geometry": { "type": "Point", "coordinates": [ -158.155165, 21.44827612 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44827612, "Longitude": -158.155165, "Species": "Eurasian Skylark", "Count": 1, "Date": "2019-05-31" }, "geometry": { "type": "Point", "coordinates": [ -158.155165, 21.44827612 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44827612, "Longitude": -158.155165, "Species": "Gray Francolin", "Count": 2, "Date": "2022-02-28" }, "geometry": { "type": "Point", "coordinates": [ -158.155165, 21.44827612 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44827612, "Longitude": -158.155165, "Species": "House Finch", "Count": 1, "Date": "2022-02-28" }, "geometry": { "type": "Point", "coordinates": [ -158.155165, 21.44827612 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44827612, "Longitude": -158.155165, "Species": "Northern Cardinal", "Count": 1, "Date": "2022-02-28" }, "geometry": { "type": "Point", "coordinates": [ -158.155165, 21.44827612 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44827612, "Longitude": -158.155165, "Species": "Northern Mockingbird", "Count": 1, "Date": "2019-05-31" }, "geometry": { "type": "Point", "coordinates": [ -158.155165, 21.44827612 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44827612, "Longitude": -158.155165, "Species": "Pacific Golden-Plover", "Count": 1, "Date": "2023-09-20" }, "geometry": { "type": "Point", "coordinates": [ -158.155165, 21.44827612 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44827612, "Longitude": -158.155165, "Species": "Red-crested Cardinal", "Count": 4, "Date": "2023-09-20" }, "geometry": { "type": "Point", "coordinates": [ -158.155165, 21.44827612 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44827612, "Longitude": -158.155165, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2019-05-31" }, "geometry": { "type": "Point", "coordinates": [ -158.155165, 21.44827612 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44827612, "Longitude": -158.155165, "Species": "Saffron Finch", "Count": 1, "Date": "2022-02-28" }, "geometry": { "type": "Point", "coordinates": [ -158.155165, 21.44827612 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44827612, "Longitude": -158.155165, "Species": "Short-eared Owl", "Count": 3, "Date": "2021-05-05" }, "geometry": { "type": "Point", "coordinates": [ -158.155165, 21.44827612 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44827612, "Longitude": -158.155165, "Species": "Spotted Dove", "Count": 4, "Date": "2023-09-20" }, "geometry": { "type": "Point", "coordinates": [ -158.155165, 21.44827612 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44827612, "Longitude": -158.155165, "Species": "Warbling White-eye", "Count": 1, "Date": "2019-05-31" }, "geometry": { "type": "Point", "coordinates": [ -158.155165, 21.44827612 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44827612, "Longitude": -158.155165, "Species": "Western Cattle Egret", "Count": 3, "Date": "2023-09-20" }, "geometry": { "type": "Point", "coordinates": [ -158.155165, 21.44827612 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44827612, "Longitude": -158.155165, "Species": "White-rumped Shama", "Count": 1, "Date": "2019-05-31" }, "geometry": { "type": "Point", "coordinates": [ -158.155165, 21.44827612 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44827612, "Longitude": -158.155165, "Species": "Zebra Dove", "Count": 4, "Date": "2023-09-20" }, "geometry": { "type": "Point", "coordinates": [ -158.155165, 21.44827612 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45491201, "Longitude": -157.7691156, "Species": "Barn Owl", "Count": 3, "Date": "2021-05-01" }, "geometry": { "type": "Point", "coordinates": [ -157.7691156, 21.45491201 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45491201, "Longitude": -157.7691156, "Species": "Chestnut Munia", "Count": 3, "Date": "2022-07-27" }, "geometry": { "type": "Point", "coordinates": [ -157.7691156, 21.45491201 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45491201, "Longitude": -157.7691156, "Species": "Common Myna", "Count": 19, "Date": "2023-01-19" }, "geometry": { "type": "Point", "coordinates": [ -157.7691156, 21.45491201 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45491201, "Longitude": -157.7691156, "Species": "Common Waxbill", "Count": 17, "Date": "2023-01-19" }, "geometry": { "type": "Point", "coordinates": [ -157.7691156, 21.45491201 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45491201, "Longitude": -157.7691156, "Species": "Gray Francolin", "Count": 15, "Date": "2023-01-19" }, "geometry": { "type": "Point", "coordinates": [ -157.7691156, 21.45491201 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45491201, "Longitude": -157.7691156, "Species": "House Finch", "Count": 24, "Date": "2023-01-19" }, "geometry": { "type": "Point", "coordinates": [ -157.7691156, 21.45491201 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45491201, "Longitude": -157.7691156, "Species": "Feral Mallard", "Count": 1, "Date": "2022-03-30" }, "geometry": { "type": "Point", "coordinates": [ -157.7691156, 21.45491201 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45491201, "Longitude": -157.7691156, "Species": "Northern Cardinal", "Count": 19, "Date": "2023-01-19" }, "geometry": { "type": "Point", "coordinates": [ -157.7691156, 21.45491201 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45491201, "Longitude": -157.7691156, "Species": "Pacific Golden-Plover", "Count": 20, "Date": "2023-01-19" }, "geometry": { "type": "Point", "coordinates": [ -157.7691156, 21.45491201 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45491201, "Longitude": -157.7691156, "Species": "Red-crested Cardinal", "Count": 16, "Date": "2022-12-21" }, "geometry": { "type": "Point", "coordinates": [ -157.7691156, 21.45491201 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45491201, "Longitude": -157.7691156, "Species": "Red-vented Bulbul", "Count": 20, "Date": "2022-11-30" }, "geometry": { "type": "Point", "coordinates": [ -157.7691156, 21.45491201 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45491201, "Longitude": -157.7691156, "Species": "Red-whiskered Bulbul", "Count": 3, "Date": "2023-05-12" }, "geometry": { "type": "Point", "coordinates": [ -157.7691156, 21.45491201 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45491201, "Longitude": -157.7691156, "Species": "Saffron Finch", "Count": 1, "Date": "2022-06-02" }, "geometry": { "type": "Point", "coordinates": [ -157.7691156, 21.45491201 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45491201, "Longitude": -157.7691156, "Species": "Sanderling", "Count": 1, "Date": "2022-09-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7691156, 21.45491201 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45491201, "Longitude": -157.7691156, "Species": "Scaly-breasted Munia", "Count": 1, "Date": "2022-06-29" }, "geometry": { "type": "Point", "coordinates": [ -157.7691156, 21.45491201 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45491201, "Longitude": -157.7691156, "Species": "Spotted Dove", "Count": 12, "Date": "2022-12-21" }, "geometry": { "type": "Point", "coordinates": [ -157.7691156, 21.45491201 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45491201, "Longitude": -157.7691156, "Species": "Warbling White-eye", "Count": 5, "Date": "2022-09-21" }, "geometry": { "type": "Point", "coordinates": [ -157.7691156, 21.45491201 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45491201, "Longitude": -157.7691156, "Species": "Western Cattle Egret", "Count": 11, "Date": "2022-12-21" }, "geometry": { "type": "Point", "coordinates": [ -157.7691156, 21.45491201 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45491201, "Longitude": -157.7691156, "Species": "White-rumped Shama", "Count": 13, "Date": "2023-01-19" }, "geometry": { "type": "Point", "coordinates": [ -157.7691156, 21.45491201 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45491201, "Longitude": -157.7691156, "Species": "Zebra Dove", "Count": 21, "Date": "2023-01-19" }, "geometry": { "type": "Point", "coordinates": [ -157.7691156, 21.45491201 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49293064, "Longitude": -158.0583763, "Species": "Chestnut Munia", "Count": 1, "Date": "2021-06-08" }, "geometry": { "type": "Point", "coordinates": [ -158.0583763, 21.49293064 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49293064, "Longitude": -158.0583763, "Species": "Common Myna", "Count": 10, "Date": "2024-02-26" }, "geometry": { "type": "Point", "coordinates": [ -158.0583763, 21.49293064 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49293064, "Longitude": -158.0583763, "Species": "Common Waxbill", "Count": 3, "Date": "2023-02-22" }, "geometry": { "type": "Point", "coordinates": [ -158.0583763, 21.49293064 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49293064, "Longitude": -158.0583763, "Species": "House Finch", "Count": 4, "Date": "2022-01-03" }, "geometry": { "type": "Point", "coordinates": [ -158.0583763, 21.49293064 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49293064, "Longitude": -158.0583763, "Species": "House Sparrow", "Count": 1, "Date": "2022-01-03" }, "geometry": { "type": "Point", "coordinates": [ -158.0583763, 21.49293064 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49293064, "Longitude": -158.0583763, "Species": "Java Sparrow", "Count": 7, "Date": "2023-08-20" }, "geometry": { "type": "Point", "coordinates": [ -158.0583763, 21.49293064 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49293064, "Longitude": -158.0583763, "Species": "Northern Cardinal", "Count": 10, "Date": "2023-10-26" }, "geometry": { "type": "Point", "coordinates": [ -158.0583763, 21.49293064 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49293064, "Longitude": -158.0583763, "Species": "Pacific Golden-Plover", "Count": 9, "Date": "2024-02-26" }, "geometry": { "type": "Point", "coordinates": [ -158.0583763, 21.49293064 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49293064, "Longitude": -158.0583763, "Species": "Red Junglefowl", "Count": 13, "Date": "2023-12-19" }, "geometry": { "type": "Point", "coordinates": [ -158.0583763, 21.49293064 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49293064, "Longitude": -158.0583763, "Species": "Red-crested Cardinal", "Count": 12, "Date": "2023-12-19" }, "geometry": { "type": "Point", "coordinates": [ -158.0583763, 21.49293064 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49293064, "Longitude": -158.0583763, "Species": "Red-vented Bulbul", "Count": 7, "Date": "2023-08-20" }, "geometry": { "type": "Point", "coordinates": [ -158.0583763, 21.49293064 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49293064, "Longitude": -158.0583763, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2020-02-24" }, "geometry": { "type": "Point", "coordinates": [ -158.0583763, 21.49293064 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49293064, "Longitude": -158.0583763, "Species": "Rose-ringed Parakeet", "Count": 6, "Date": "2024-01-26" }, "geometry": { "type": "Point", "coordinates": [ -158.0583763, 21.49293064 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49293064, "Longitude": -158.0583763, "Species": "Saffron Finch", "Count": 13, "Date": "2023-12-21" }, "geometry": { "type": "Point", "coordinates": [ -158.0583763, 21.49293064 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49293064, "Longitude": -158.0583763, "Species": "Spotted Dove", "Count": 6, "Date": "2023-12-19" }, "geometry": { "type": "Point", "coordinates": [ -158.0583763, 21.49293064 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49293064, "Longitude": -158.0583763, "Species": "Warbling White-eye", "Count": 5, "Date": "2023-12-19" }, "geometry": { "type": "Point", "coordinates": [ -158.0583763, 21.49293064 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49293064, "Longitude": -158.0583763, "Species": "Western Cattle Egret", "Count": 4, "Date": "2023-08-20" }, "geometry": { "type": "Point", "coordinates": [ -158.0583763, 21.49293064 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49293064, "Longitude": -158.0583763, "Species": "White-rumped Shama", "Count": 3, "Date": "2023-08-20" }, "geometry": { "type": "Point", "coordinates": [ -158.0583763, 21.49293064 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49293064, "Longitude": -158.0583763, "Species": "Yellow-fronted Canary", "Count": 1, "Date": "2023-02-24" }, "geometry": { "type": "Point", "coordinates": [ -158.0583763, 21.49293064 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49293064, "Longitude": -158.0583763, "Species": "Zebra Dove", "Count": 7, "Date": "2023-12-21" }, "geometry": { "type": "Point", "coordinates": [ -158.0583763, 21.49293064 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.53880981, "Longitude": -158.1932663, "Species": "Apapane", "Count": 6, "Date": "2021-08-08" }, "geometry": { "type": "Point", "coordinates": [ -158.1932663, 21.53880981 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.53880981, "Longitude": -158.1932663, "Species": "Barn Owl", "Count": 1, "Date": "2021-07-08" }, "geometry": { "type": "Point", "coordinates": [ -158.1932663, 21.53880981 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.53880981, "Longitude": -158.1932663, "Species": "Chinese Hwamei", "Count": 1, "Date": "2021-07-08" }, "geometry": { "type": "Point", "coordinates": [ -158.1932663, 21.53880981 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.53880981, "Longitude": -158.1932663, "Species": "Common Myna", "Count": 2, "Date": "2021-08-08" }, "geometry": { "type": "Point", "coordinates": [ -158.1932663, 21.53880981 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.53880981, "Longitude": -158.1932663, "Species": "Common Waxbill", "Count": 3, "Date": "2021-08-08" }, "geometry": { "type": "Point", "coordinates": [ -158.1932663, 21.53880981 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.53880981, "Longitude": -158.1932663, "Species": "Erckel's Spurfowl", "Count": 3, "Date": "2021-08-08" }, "geometry": { "type": "Point", "coordinates": [ -158.1932663, 21.53880981 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.53880981, "Longitude": -158.1932663, "Species": "Indian Peafowl", "Count": 3, "Date": "2021-05-11" }, "geometry": { "type": "Point", "coordinates": [ -158.1932663, 21.53880981 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.53880981, "Longitude": -158.1932663, "Species": "Japanese Bush Warbler", "Count": 7, "Date": "2021-07-08" }, "geometry": { "type": "Point", "coordinates": [ -158.1932663, 21.53880981 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.53880981, "Longitude": -158.1932663, "Species": "Kalij Pheasant", "Count": 2, "Date": "2021-07-08" }, "geometry": { "type": "Point", "coordinates": [ -158.1932663, 21.53880981 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.53880981, "Longitude": -158.1932663, "Species": "Northern Cardinal", "Count": 1, "Date": "2021-07-08" }, "geometry": { "type": "Point", "coordinates": [ -158.1932663, 21.53880981 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.53880981, "Longitude": -158.1932663, "Species": "Oahu Amakihi", "Count": 4, "Date": "2021-07-08" }, "geometry": { "type": "Point", "coordinates": [ -158.1932663, 21.53880981 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.53880981, "Longitude": -158.1932663, "Species": "Red-billed Leiothrix", "Count": 10, "Date": "2021-08-08" }, "geometry": { "type": "Point", "coordinates": [ -158.1932663, 21.53880981 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.53880981, "Longitude": -158.1932663, "Species": "Red-vented Bulbul", "Count": 9, "Date": "2021-08-08" }, "geometry": { "type": "Point", "coordinates": [ -158.1932663, 21.53880981 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.53880981, "Longitude": -158.1932663, "Species": "Red-whiskered Bulbul", "Count": 4, "Date": "2021-08-10" }, "geometry": { "type": "Point", "coordinates": [ -158.1932663, 21.53880981 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.53880981, "Longitude": -158.1932663, "Species": "Spotted Dove", "Count": 4, "Date": "2021-08-08" }, "geometry": { "type": "Point", "coordinates": [ -158.1932663, 21.53880981 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.53880981, "Longitude": -158.1932663, "Species": "Warbling White-eye", "Count": 8, "Date": "2021-08-08" }, "geometry": { "type": "Point", "coordinates": [ -158.1932663, 21.53880981 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.53880981, "Longitude": -158.1932663, "Species": "White-rumped Shama", "Count": 6, "Date": "2021-08-08" }, "geometry": { "type": "Point", "coordinates": [ -158.1932663, 21.53880981 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.53880981, "Longitude": -158.1932663, "Species": "White-tailed Tropicbird", "Count": 3, "Date": "2021-05-11" }, "geometry": { "type": "Point", "coordinates": [ -158.1932663, 21.53880981 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.53880981, "Longitude": -158.1932663, "Species": "Yellow-faced Grassquit", "Count": 1, "Date": "2021-07-08" }, "geometry": { "type": "Point", "coordinates": [ -158.1932663, 21.53880981 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.53880981, "Longitude": -158.1932663, "Species": "Zebra Dove", "Count": 2, "Date": "2021-08-08" }, "geometry": { "type": "Point", "coordinates": [ -158.1932663, 21.53880981 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.53825998, "Longitude": -158.0870521, "Species": "Black Francolin", "Count": 2, "Date": "2022-06-21" }, "geometry": { "type": "Point", "coordinates": [ -158.0870521, 21.53825998 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.53825998, "Longitude": -158.0870521, "Species": "Common Myna", "Count": 26, "Date": "2022-12-27" }, "geometry": { "type": "Point", "coordinates": [ -158.0870521, 21.53825998 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.53825998, "Longitude": -158.0870521, "Species": "Common Waxbill", "Count": 12, "Date": "2022-12-27" }, "geometry": { "type": "Point", "coordinates": [ -158.0870521, 21.53825998 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.53825998, "Longitude": -158.0870521, "Species": "Gray Francolin", "Count": 7, "Date": "2022-12-27" }, "geometry": { "type": "Point", "coordinates": [ -158.0870521, 21.53825998 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.53825998, "Longitude": -158.0870521, "Species": "House Finch", "Count": 22, "Date": "2022-12-27" }, "geometry": { "type": "Point", "coordinates": [ -158.0870521, 21.53825998 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.53825998, "Longitude": -158.0870521, "Species": "Java Sparrow", "Count": 2, "Date": "2022-09-19" }, "geometry": { "type": "Point", "coordinates": [ -158.0870521, 21.53825998 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.53825998, "Longitude": -158.0870521, "Species": "Northern Cardinal", "Count": 10, "Date": "2022-09-21" }, "geometry": { "type": "Point", "coordinates": [ -158.0870521, 21.53825998 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.53825998, "Longitude": -158.0870521, "Species": "Pacific Golden-Plover", "Count": 1, "Date": "2021-03-22" }, "geometry": { "type": "Point", "coordinates": [ -158.0870521, 21.53825998 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.53825998, "Longitude": -158.0870521, "Species": "Red-billed Leiothrix", "Count": 3, "Date": "2022-11-14" }, "geometry": { "type": "Point", "coordinates": [ -158.0870521, 21.53825998 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.53825998, "Longitude": -158.0870521, "Species": "Red-crested Cardinal", "Count": 15, "Date": "2022-12-27" }, "geometry": { "type": "Point", "coordinates": [ -158.0870521, 21.53825998 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.53825998, "Longitude": -158.0870521, "Species": "Red-vented Bulbul", "Count": 23, "Date": "2022-11-28" }, "geometry": { "type": "Point", "coordinates": [ -158.0870521, 21.53825998 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.53825998, "Longitude": -158.0870521, "Species": "Red-whiskered Bulbul", "Count": 10, "Date": "2022-10-31" }, "geometry": { "type": "Point", "coordinates": [ -158.0870521, 21.53825998 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.53825998, "Longitude": -158.0870521, "Species": "Rose-ringed Parakeet", "Count": 1, "Date": "2022-04-24" }, "geometry": { "type": "Point", "coordinates": [ -158.0870521, 21.53825998 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.53825998, "Longitude": -158.0870521, "Species": "Saffron Finch", "Count": 6, "Date": "2022-12-27" }, "geometry": { "type": "Point", "coordinates": [ -158.0870521, 21.53825998 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.53825998, "Longitude": -158.0870521, "Species": "Spotted Dove", "Count": 13, "Date": "2022-12-27" }, "geometry": { "type": "Point", "coordinates": [ -158.0870521, 21.53825998 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.53825998, "Longitude": -158.0870521, "Species": "Wandering Tattler", "Count": 1, "Date": "2021-03-22" }, "geometry": { "type": "Point", "coordinates": [ -158.0870521, 21.53825998 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.53825998, "Longitude": -158.0870521, "Species": "Warbling White-eye", "Count": 13, "Date": "2022-12-27" }, "geometry": { "type": "Point", "coordinates": [ -158.0870521, 21.53825998 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.53825998, "Longitude": -158.0870521, "Species": "Western Cattle Egret", "Count": 2, "Date": "2022-07-25" }, "geometry": { "type": "Point", "coordinates": [ -158.0870521, 21.53825998 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.53825998, "Longitude": -158.0870521, "Species": "White-rumped Shama", "Count": 2, "Date": "2022-09-21" }, "geometry": { "type": "Point", "coordinates": [ -158.0870521, 21.53825998 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.53825998, "Longitude": -158.0870521, "Species": "Zebra Dove", "Count": 25, "Date": "2022-12-27" }, "geometry": { "type": "Point", "coordinates": [ -158.0870521, 21.53825998 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56557068, "Longitude": -158.1255121, "Species": "Black Francolin", "Count": 7, "Date": "2022-05-23" }, "geometry": { "type": "Point", "coordinates": [ -158.1255121, 21.56557068 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56557068, "Longitude": -158.1255121, "Species": "Chestnut Munia", "Count": 2, "Date": "2022-07-05" }, "geometry": { "type": "Point", "coordinates": [ -158.1255121, 21.56557068 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56557068, "Longitude": -158.1255121, "Species": "Common Myna", "Count": 17, "Date": "2022-07-25" }, "geometry": { "type": "Point", "coordinates": [ -158.1255121, 21.56557068 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56557068, "Longitude": -158.1255121, "Species": "Common Waxbill", "Count": 6, "Date": "2022-06-13" }, "geometry": { "type": "Point", "coordinates": [ -158.1255121, 21.56557068 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56557068, "Longitude": -158.1255121, "Species": "Gray Francolin", "Count": 3, "Date": "2022-07-18" }, "geometry": { "type": "Point", "coordinates": [ -158.1255121, 21.56557068 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56557068, "Longitude": -158.1255121, "Species": "House Finch", "Count": 9, "Date": "2022-07-25" }, "geometry": { "type": "Point", "coordinates": [ -158.1255121, 21.56557068 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56557068, "Longitude": -158.1255121, "Species": "House Sparrow", "Count": 7, "Date": "2022-07-11" }, "geometry": { "type": "Point", "coordinates": [ -158.1255121, 21.56557068 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56557068, "Longitude": -158.1255121, "Species": "Indian Peafowl", "Count": 2, "Date": "2022-05-16" }, "geometry": { "type": "Point", "coordinates": [ -158.1255121, 21.56557068 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56557068, "Longitude": -158.1255121, "Species": "Northern Cardinal", "Count": 5, "Date": "2022-06-27" }, "geometry": { "type": "Point", "coordinates": [ -158.1255121, 21.56557068 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56557068, "Longitude": -158.1255121, "Species": "Pacific Golden-Plover", "Count": 2, "Date": "2021-12-10" }, "geometry": { "type": "Point", "coordinates": [ -158.1255121, 21.56557068 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56557068, "Longitude": -158.1255121, "Species": "Red Avadavat", "Count": 6, "Date": "2022-06-13" }, "geometry": { "type": "Point", "coordinates": [ -158.1255121, 21.56557068 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56557068, "Longitude": -158.1255121, "Species": "Red Junglefowl", "Count": 1, "Date": "2021-12-10" }, "geometry": { "type": "Point", "coordinates": [ -158.1255121, 21.56557068 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56557068, "Longitude": -158.1255121, "Species": "Red-crested Cardinal", "Count": 3, "Date": "2022-06-27" }, "geometry": { "type": "Point", "coordinates": [ -158.1255121, 21.56557068 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56557068, "Longitude": -158.1255121, "Species": "Red-vented Bulbul", "Count": 16, "Date": "2022-07-25" }, "geometry": { "type": "Point", "coordinates": [ -158.1255121, 21.56557068 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56557068, "Longitude": -158.1255121, "Species": "Red-whiskered Bulbul", "Count": 2, "Date": "2024-01-06" }, "geometry": { "type": "Point", "coordinates": [ -158.1255121, 21.56557068 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56557068, "Longitude": -158.1255121, "Species": "Saffron Finch", "Count": 6, "Date": "2023-05-20" }, "geometry": { "type": "Point", "coordinates": [ -158.1255121, 21.56557068 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56557068, "Longitude": -158.1255121, "Species": "Spotted Dove", "Count": 14, "Date": "2022-07-25" }, "geometry": { "type": "Point", "coordinates": [ -158.1255121, 21.56557068 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56557068, "Longitude": -158.1255121, "Species": "Warbling White-eye", "Count": 5, "Date": "2022-07-05" }, "geometry": { "type": "Point", "coordinates": [ -158.1255121, 21.56557068 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56557068, "Longitude": -158.1255121, "Species": "Yellow-fronted Canary", "Count": 1, "Date": "2021-12-10" }, "geometry": { "type": "Point", "coordinates": [ -158.1255121, 21.56557068 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56557068, "Longitude": -158.1255121, "Species": "Zebra Dove", "Count": 16, "Date": "2022-07-25" }, "geometry": { "type": "Point", "coordinates": [ -158.1255121, 21.56557068 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57460445, "Longitude": -158.1254578, "Species": "Chestnut Munia", "Count": 1, "Date": "2024-01-13" }, "geometry": { "type": "Point", "coordinates": [ -158.1254578, 21.57460445 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57460445, "Longitude": -158.1254578, "Species": "Common Myna", "Count": 7, "Date": "2024-01-13" }, "geometry": { "type": "Point", "coordinates": [ -158.1254578, 21.57460445 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57460445, "Longitude": -158.1254578, "Species": "Common Waxbill", "Count": 1, "Date": "2019-12-26" }, "geometry": { "type": "Point", "coordinates": [ -158.1254578, 21.57460445 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57460445, "Longitude": -158.1254578, "Species": "House Finch", "Count": 4, "Date": "2024-01-13" }, "geometry": { "type": "Point", "coordinates": [ -158.1254578, 21.57460445 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57460445, "Longitude": -158.1254578, "Species": "House Sparrow", "Count": 4, "Date": "2024-01-13" }, "geometry": { "type": "Point", "coordinates": [ -158.1254578, 21.57460445 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57460445, "Longitude": -158.1254578, "Species": "Java Sparrow", "Count": 2, "Date": "2024-01-13" }, "geometry": { "type": "Point", "coordinates": [ -158.1254578, 21.57460445 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57460445, "Longitude": -158.1254578, "Species": "Northern Cardinal", "Count": 4, "Date": "2020-01-06" }, "geometry": { "type": "Point", "coordinates": [ -158.1254578, 21.57460445 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57460445, "Longitude": -158.1254578, "Species": "Pacific Golden-Plover", "Count": 2, "Date": "2024-01-13" }, "geometry": { "type": "Point", "coordinates": [ -158.1254578, 21.57460445 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57460445, "Longitude": -158.1254578, "Species": "Red Junglefowl", "Count": 3, "Date": "2024-01-13" }, "geometry": { "type": "Point", "coordinates": [ -158.1254578, 21.57460445 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57460445, "Longitude": -158.1254578, "Species": "Red-billed Leiothrix", "Count": 1, "Date": "2024-01-13" }, "geometry": { "type": "Point", "coordinates": [ -158.1254578, 21.57460445 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57460445, "Longitude": -158.1254578, "Species": "Red-crested Cardinal", "Count": 5, "Date": "2024-01-13" }, "geometry": { "type": "Point", "coordinates": [ -158.1254578, 21.57460445 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57460445, "Longitude": -158.1254578, "Species": "Red-vented Bulbul", "Count": 6, "Date": "2024-01-13" }, "geometry": { "type": "Point", "coordinates": [ -158.1254578, 21.57460445 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57460445, "Longitude": -158.1254578, "Species": "Red-whiskered Bulbul", "Count": 4, "Date": "2020-03-23" }, "geometry": { "type": "Point", "coordinates": [ -158.1254578, 21.57460445 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57460445, "Longitude": -158.1254578, "Species": "Rock Pigeon", "Count": 3, "Date": "2024-01-13" }, "geometry": { "type": "Point", "coordinates": [ -158.1254578, 21.57460445 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57460445, "Longitude": -158.1254578, "Species": "Saffron Finch", "Count": 10, "Date": "2024-01-13" }, "geometry": { "type": "Point", "coordinates": [ -158.1254578, 21.57460445 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57460445, "Longitude": -158.1254578, "Species": "Scaly-breasted Munia", "Count": 3, "Date": "2024-01-13" }, "geometry": { "type": "Point", "coordinates": [ -158.1254578, 21.57460445 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57460445, "Longitude": -158.1254578, "Species": "Spotted Dove", "Count": 5, "Date": "2020-03-23" }, "geometry": { "type": "Point", "coordinates": [ -158.1254578, 21.57460445 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57460445, "Longitude": -158.1254578, "Species": "Warbling White-eye", "Count": 4, "Date": "2020-01-06" }, "geometry": { "type": "Point", "coordinates": [ -158.1254578, 21.57460445 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57460445, "Longitude": -158.1254578, "Species": "Western Cattle Egret", "Count": 6, "Date": "2024-01-13" }, "geometry": { "type": "Point", "coordinates": [ -158.1254578, 21.57460445 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57460445, "Longitude": -158.1254578, "Species": "Zebra Dove", "Count": 6, "Date": "2024-01-13" }, "geometry": { "type": "Point", "coordinates": [ -158.1254578, 21.57460445 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.582192, "Longitude": -157.8839431, "Species": "Chestnut Munia", "Count": 8, "Date": "2020-08-08" }, "geometry": { "type": "Point", "coordinates": [ -157.88394310000001, 21.582192 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.582192, "Longitude": -157.8839431, "Species": "Common Myna", "Count": 28, "Date": "2024-02-14" }, "geometry": { "type": "Point", "coordinates": [ -157.88394310000001, 21.582192 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.582192, "Longitude": -157.8839431, "Species": "Common Waxbill", "Count": 9, "Date": "2020-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.88394310000001, 21.582192 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.582192, "Longitude": -157.8839431, "Species": "Glaucous-winged Gull", "Count": 38, "Date": "2022-01-06" }, "geometry": { "type": "Point", "coordinates": [ -157.88394310000001, 21.582192 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.582192, "Longitude": -157.8839431, "Species": "House Finch", "Count": 2, "Date": "2022-04-12" }, "geometry": { "type": "Point", "coordinates": [ -157.88394310000001, 21.582192 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.582192, "Longitude": -157.8839431, "Species": "House Sparrow", "Count": 4, "Date": "2020-07-18" }, "geometry": { "type": "Point", "coordinates": [ -157.88394310000001, 21.582192 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.582192, "Longitude": -157.8839431, "Species": "Indian Peafowl", "Count": 3, "Date": "2023-11-02" }, "geometry": { "type": "Point", "coordinates": [ -157.88394310000001, 21.582192 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.582192, "Longitude": -157.8839431, "Species": "Laughing Gull", "Count": 2, "Date": "2020-01-26" }, "geometry": { "type": "Point", "coordinates": [ -157.88394310000001, 21.582192 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.582192, "Longitude": -157.8839431, "Species": "Pacific Golden-Plover", "Count": 66, "Date": "2024-02-14" }, "geometry": { "type": "Point", "coordinates": [ -157.88394310000001, 21.582192 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.582192, "Longitude": -157.8839431, "Species": "Red Avadavat", "Count": 1, "Date": "2021-03-09" }, "geometry": { "type": "Point", "coordinates": [ -157.88394310000001, 21.582192 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.582192, "Longitude": -157.8839431, "Species": "Red-crested Cardinal", "Count": 15, "Date": "2022-04-19" }, "geometry": { "type": "Point", "coordinates": [ -157.88394310000001, 21.582192 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.582192, "Longitude": -157.8839431, "Species": "Red-vented Bulbul", "Count": 2, "Date": "2020-06-20" }, "geometry": { "type": "Point", "coordinates": [ -157.88394310000001, 21.582192 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.582192, "Longitude": -157.8839431, "Species": "Ruddy Turnstone", "Count": 66, "Date": "2024-02-14" }, "geometry": { "type": "Point", "coordinates": [ -157.88394310000001, 21.582192 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.582192, "Longitude": -157.8839431, "Species": "Saffron Finch", "Count": 1, "Date": "2022-08-09" }, "geometry": { "type": "Point", "coordinates": [ -157.88394310000001, 21.582192 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.582192, "Longitude": -157.8839431, "Species": "Sanderling", "Count": 44, "Date": "2024-02-14" }, "geometry": { "type": "Point", "coordinates": [ -157.88394310000001, 21.582192 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.582192, "Longitude": -157.8839431, "Species": "Spotted Dove", "Count": 6, "Date": "2020-03-16" }, "geometry": { "type": "Point", "coordinates": [ -157.88394310000001, 21.582192 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.582192, "Longitude": -157.8839431, "Species": "Wandering Tattler", "Count": 70, "Date": "2023-03-12" }, "geometry": { "type": "Point", "coordinates": [ -157.88394310000001, 21.582192 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.582192, "Longitude": -157.8839431, "Species": "Warbling White-eye", "Count": 3, "Date": "2024-01-19" }, "geometry": { "type": "Point", "coordinates": [ -157.88394310000001, 21.582192 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.582192, "Longitude": -157.8839431, "Species": "Western Cattle Egret", "Count": 8, "Date": "2024-01-19" }, "geometry": { "type": "Point", "coordinates": [ -157.88394310000001, 21.582192 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.582192, "Longitude": -157.8839431, "Species": "Zebra Dove", "Count": 31, "Date": "2024-02-14" }, "geometry": { "type": "Point", "coordinates": [ -157.88394310000001, 21.582192 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64639359, "Longitude": -158.038057, "Species": "Blue-crowned Parakeet", "Count": 2, "Date": "2023-02-12" }, "geometry": { "type": "Point", "coordinates": [ -158.038057, 21.64639359 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64639359, "Longitude": -158.038057, "Species": "Common Myna", "Count": 6, "Date": "2023-11-16" }, "geometry": { "type": "Point", "coordinates": [ -158.038057, 21.64639359 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64639359, "Longitude": -158.038057, "Species": "Common Waxbill", "Count": 3, "Date": "2023-11-16" }, "geometry": { "type": "Point", "coordinates": [ -158.038057, 21.64639359 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64639359, "Longitude": -158.038057, "Species": "House Finch", "Count": 3, "Date": "2023-11-16" }, "geometry": { "type": "Point", "coordinates": [ -158.038057, 21.64639359 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64639359, "Longitude": -158.038057, "Species": "House Sparrow", "Count": 1, "Date": "2023-11-16" }, "geometry": { "type": "Point", "coordinates": [ -158.038057, 21.64639359 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64639359, "Longitude": -158.038057, "Species": "Java Sparrow", "Count": 3, "Date": "2023-11-16" }, "geometry": { "type": "Point", "coordinates": [ -158.038057, 21.64639359 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64639359, "Longitude": -158.038057, "Species": "Northern Cardinal", "Count": 5, "Date": "2023-11-16" }, "geometry": { "type": "Point", "coordinates": [ -158.038057, 21.64639359 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64639359, "Longitude": -158.038057, "Species": "Pacific Golden-Plover", "Count": 4, "Date": "2023-11-16" }, "geometry": { "type": "Point", "coordinates": [ -158.038057, 21.64639359 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64639359, "Longitude": -158.038057, "Species": "Red Junglefowl", "Count": 1, "Date": "2023-11-16" }, "geometry": { "type": "Point", "coordinates": [ -158.038057, 21.64639359 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64639359, "Longitude": -158.038057, "Species": "Red-billed Leiothrix", "Count": 2, "Date": "2023-11-16" }, "geometry": { "type": "Point", "coordinates": [ -158.038057, 21.64639359 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64639359, "Longitude": -158.038057, "Species": "Red-crested Cardinal", "Count": 5, "Date": "2023-11-16" }, "geometry": { "type": "Point", "coordinates": [ -158.038057, 21.64639359 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64639359, "Longitude": -158.038057, "Species": "Red-vented Bulbul", "Count": 4, "Date": "2023-11-16" }, "geometry": { "type": "Point", "coordinates": [ -158.038057, 21.64639359 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64639359, "Longitude": -158.038057, "Species": "Red-whiskered Bulbul", "Count": 6, "Date": "2023-11-16" }, "geometry": { "type": "Point", "coordinates": [ -158.038057, 21.64639359 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64639359, "Longitude": -158.038057, "Species": "Saffron Finch", "Count": 1, "Date": "2023-02-19" }, "geometry": { "type": "Point", "coordinates": [ -158.038057, 21.64639359 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64639359, "Longitude": -158.038057, "Species": "Short-eared Owl", "Count": 1, "Date": "2021-02-14" }, "geometry": { "type": "Point", "coordinates": [ -158.038057, 21.64639359 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64639359, "Longitude": -158.038057, "Species": "Spotted Dove", "Count": 5, "Date": "2023-11-16" }, "geometry": { "type": "Point", "coordinates": [ -158.038057, 21.64639359 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64639359, "Longitude": -158.038057, "Species": "Warbling White-eye", "Count": 2, "Date": "2023-11-16" }, "geometry": { "type": "Point", "coordinates": [ -158.038057, 21.64639359 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64639359, "Longitude": -158.038057, "Species": "Western Cattle Egret", "Count": 2, "Date": "2023-02-19" }, "geometry": { "type": "Point", "coordinates": [ -158.038057, 21.64639359 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64639359, "Longitude": -158.038057, "Species": "White-rumped Shama", "Count": 4, "Date": "2023-11-16" }, "geometry": { "type": "Point", "coordinates": [ -158.038057, 21.64639359 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64639359, "Longitude": -158.038057, "Species": "Zebra Dove", "Count": 7, "Date": "2023-11-16" }, "geometry": { "type": "Point", "coordinates": [ -158.038057, 21.64639359 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69138977, "Longitude": -158.0087597, "Species": "Chestnut Munia", "Count": 1, "Date": "2023-09-18" }, "geometry": { "type": "Point", "coordinates": [ -158.008759700000013, 21.69138977 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69138977, "Longitude": -158.0087597, "Species": "Common Myna", "Count": 11, "Date": "2024-01-17" }, "geometry": { "type": "Point", "coordinates": [ -158.008759700000013, 21.69138977 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69138977, "Longitude": -158.0087597, "Species": "Common Waxbill", "Count": 5, "Date": "2022-04-18" }, "geometry": { "type": "Point", "coordinates": [ -158.008759700000013, 21.69138977 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69138977, "Longitude": -158.0087597, "Species": "Great Frigatebird", "Count": 2, "Date": "2022-03-22" }, "geometry": { "type": "Point", "coordinates": [ -158.008759700000013, 21.69138977 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69138977, "Longitude": -158.0087597, "Species": "House Finch", "Count": 3, "Date": "2022-04-18" }, "geometry": { "type": "Point", "coordinates": [ -158.008759700000013, 21.69138977 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69138977, "Longitude": -158.0087597, "Species": "Java Sparrow", "Count": 2, "Date": "2023-12-27" }, "geometry": { "type": "Point", "coordinates": [ -158.008759700000013, 21.69138977 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69138977, "Longitude": -158.0087597, "Species": "Northern Cardinal", "Count": 2, "Date": "2022-04-18" }, "geometry": { "type": "Point", "coordinates": [ -158.008759700000013, 21.69138977 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69138977, "Longitude": -158.0087597, "Species": "Pacific Golden-Plover", "Count": 9, "Date": "2024-01-17" }, "geometry": { "type": "Point", "coordinates": [ -158.008759700000013, 21.69138977 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69138977, "Longitude": -158.0087597, "Species": "Red Junglefowl", "Count": 2, "Date": "2023-12-27" }, "geometry": { "type": "Point", "coordinates": [ -158.008759700000013, 21.69138977 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69138977, "Longitude": -158.0087597, "Species": "Red-billed Leiothrix", "Count": 4, "Date": "2023-11-08" }, "geometry": { "type": "Point", "coordinates": [ -158.008759700000013, 21.69138977 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69138977, "Longitude": -158.0087597, "Species": "Red-crested Cardinal", "Count": 14, "Date": "2024-01-17" }, "geometry": { "type": "Point", "coordinates": [ -158.008759700000013, 21.69138977 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69138977, "Longitude": -158.0087597, "Species": "Red-vented Bulbul", "Count": 11, "Date": "2024-01-17" }, "geometry": { "type": "Point", "coordinates": [ -158.008759700000013, 21.69138977 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69138977, "Longitude": -158.0087597, "Species": "Red-whiskered Bulbul", "Count": 6, "Date": "2023-11-08" }, "geometry": { "type": "Point", "coordinates": [ -158.008759700000013, 21.69138977 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69138977, "Longitude": -158.0087597, "Species": "Saffron Finch", "Count": 2, "Date": "2024-01-17" }, "geometry": { "type": "Point", "coordinates": [ -158.008759700000013, 21.69138977 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69138977, "Longitude": -158.0087597, "Species": "Spotted Dove", "Count": 8, "Date": "2024-01-17" }, "geometry": { "type": "Point", "coordinates": [ -158.008759700000013, 21.69138977 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69138977, "Longitude": -158.0087597, "Species": "Wandering Tattler", "Count": 5, "Date": "2023-11-08" }, "geometry": { "type": "Point", "coordinates": [ -158.008759700000013, 21.69138977 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69138977, "Longitude": -158.0087597, "Species": "Warbling White-eye", "Count": 3, "Date": "2022-04-18" }, "geometry": { "type": "Point", "coordinates": [ -158.008759700000013, 21.69138977 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69138977, "Longitude": -158.0087597, "Species": "Western Cattle Egret", "Count": 5, "Date": "2024-01-17" }, "geometry": { "type": "Point", "coordinates": [ -158.008759700000013, 21.69138977 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69138977, "Longitude": -158.0087597, "Species": "White-rumped Shama", "Count": 8, "Date": "2023-11-08" }, "geometry": { "type": "Point", "coordinates": [ -158.008759700000013, 21.69138977 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69138977, "Longitude": -158.0087597, "Species": "Zebra Dove", "Count": 13, "Date": "2024-01-17" }, "geometry": { "type": "Point", "coordinates": [ -158.008759700000013, 21.69138977 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28335401, "Longitude": -157.7801881, "Species": "Common Myna", "Count": 10, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.7801881, 21.28335401 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28335401, "Longitude": -157.7801881, "Species": "Common Waxbill", "Count": 3, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.7801881, 21.28335401 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28335401, "Longitude": -157.7801881, "Species": "House Finch", "Count": 6, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.7801881, 21.28335401 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28335401, "Longitude": -157.7801881, "Species": "House Sparrow", "Count": 1, "Date": "2020-07-26" }, "geometry": { "type": "Point", "coordinates": [ -157.7801881, 21.28335401 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28335401, "Longitude": -157.7801881, "Species": "Java Sparrow", "Count": 4, "Date": "2023-09-23" }, "geometry": { "type": "Point", "coordinates": [ -157.7801881, 21.28335401 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28335401, "Longitude": -157.7801881, "Species": "Northern Cardinal", "Count": 3, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.7801881, 21.28335401 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28335401, "Longitude": -157.7801881, "Species": "Northern Mockingbird", "Count": 2, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.7801881, 21.28335401 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28335401, "Longitude": -157.7801881, "Species": "Pacific Golden-Plover", "Count": 1, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.7801881, 21.28335401 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28335401, "Longitude": -157.7801881, "Species": "Red Junglefowl", "Count": 1, "Date": "2020-07-26" }, "geometry": { "type": "Point", "coordinates": [ -157.7801881, 21.28335401 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28335401, "Longitude": -157.7801881, "Species": "Red-crested Cardinal", "Count": 4, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.7801881, 21.28335401 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28335401, "Longitude": -157.7801881, "Species": "Red-vented Bulbul", "Count": 8, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.7801881, 21.28335401 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28335401, "Longitude": -157.7801881, "Species": "Red-whiskered Bulbul", "Count": 3, "Date": "2023-10-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7801881, 21.28335401 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28335401, "Longitude": -157.7801881, "Species": "Rock Pigeon", "Count": 1, "Date": "2020-07-26" }, "geometry": { "type": "Point", "coordinates": [ -157.7801881, 21.28335401 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28335401, "Longitude": -157.7801881, "Species": "Rose-ringed Parakeet", "Count": 1, "Date": "2020-07-26" }, "geometry": { "type": "Point", "coordinates": [ -157.7801881, 21.28335401 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28335401, "Longitude": -157.7801881, "Species": "Scaly-breasted Munia", "Count": 1, "Date": "2024-01-13" }, "geometry": { "type": "Point", "coordinates": [ -157.7801881, 21.28335401 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28335401, "Longitude": -157.7801881, "Species": "Spotted Dove", "Count": 8, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.7801881, 21.28335401 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28335401, "Longitude": -157.7801881, "Species": "Warbling White-eye", "Count": 4, "Date": "2024-01-13" }, "geometry": { "type": "Point", "coordinates": [ -157.7801881, 21.28335401 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28335401, "Longitude": -157.7801881, "Species": "Western Cattle Egret", "Count": 4, "Date": "2024-02-18" }, "geometry": { "type": "Point", "coordinates": [ -157.7801881, 21.28335401 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28335401, "Longitude": -157.7801881, "Species": "White Tern", "Count": 1, "Date": "2020-07-26" }, "geometry": { "type": "Point", "coordinates": [ -157.7801881, 21.28335401 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28335401, "Longitude": -157.7801881, "Species": "Yellow-fronted Canary", "Count": 1, "Date": "2023-10-14" }, "geometry": { "type": "Point", "coordinates": [ -157.7801881, 21.28335401 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28335401, "Longitude": -157.7801881, "Species": "Zebra Dove", "Count": 9, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.7801881, 21.28335401 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28277703, "Longitude": -157.7030862, "Species": "Common Myna", "Count": 24, "Date": "2024-02-22" }, "geometry": { "type": "Point", "coordinates": [ -157.7030862, 21.28277703 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28277703, "Longitude": -157.7030862, "Species": "Common Waxbill", "Count": 1, "Date": "2019-12-31" }, "geometry": { "type": "Point", "coordinates": [ -157.7030862, 21.28277703 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28277703, "Longitude": -157.7030862, "Species": "House Finch", "Count": 3, "Date": "2021-04-23" }, "geometry": { "type": "Point", "coordinates": [ -157.7030862, 21.28277703 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28277703, "Longitude": -157.7030862, "Species": "House Sparrow", "Count": 18, "Date": "2023-12-23" }, "geometry": { "type": "Point", "coordinates": [ -157.7030862, 21.28277703 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28277703, "Longitude": -157.7030862, "Species": "Indian Peafowl", "Count": 1, "Date": "2019-12-31" }, "geometry": { "type": "Point", "coordinates": [ -157.7030862, 21.28277703 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28277703, "Longitude": -157.7030862, "Species": "Java Sparrow", "Count": 2, "Date": "2021-10-18" }, "geometry": { "type": "Point", "coordinates": [ -157.7030862, 21.28277703 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28277703, "Longitude": -157.7030862, "Species": "Feral Mallard", "Count": 1, "Date": "2021-04-23" }, "geometry": { "type": "Point", "coordinates": [ -157.7030862, 21.28277703 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28277703, "Longitude": -157.7030862, "Species": "Feral Mallard", "Count": 11, "Date": "2024-03-31" }, "geometry": { "type": "Point", "coordinates": [ -157.7030862, 21.28277703 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28277703, "Longitude": -157.7030862, "Species": "Muscovy Duck", "Count": 6, "Date": "2023-09-30" }, "geometry": { "type": "Point", "coordinates": [ -157.7030862, 21.28277703 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28277703, "Longitude": -157.7030862, "Species": "Pacific Golden-Plover", "Count": 4, "Date": "2022-04-12" }, "geometry": { "type": "Point", "coordinates": [ -157.7030862, 21.28277703 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28277703, "Longitude": -157.7030862, "Species": "Red Junglefowl", "Count": 3, "Date": "2023-12-23" }, "geometry": { "type": "Point", "coordinates": [ -157.7030862, 21.28277703 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28277703, "Longitude": -157.7030862, "Species": "Red-crested Cardinal", "Count": 18, "Date": "2023-12-23" }, "geometry": { "type": "Point", "coordinates": [ -157.7030862, 21.28277703 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28277703, "Longitude": -157.7030862, "Species": "Red-vented Bulbul", "Count": 18, "Date": "2023-12-23" }, "geometry": { "type": "Point", "coordinates": [ -157.7030862, 21.28277703 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28277703, "Longitude": -157.7030862, "Species": "Rock Pigeon", "Count": 11, "Date": "2023-03-31" }, "geometry": { "type": "Point", "coordinates": [ -157.7030862, 21.28277703 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28277703, "Longitude": -157.7030862, "Species": "Saffron Finch", "Count": 1, "Date": "2019-12-31" }, "geometry": { "type": "Point", "coordinates": [ -157.7030862, 21.28277703 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28277703, "Longitude": -157.7030862, "Species": "Spotted Dove", "Count": 23, "Date": "2023-09-30" }, "geometry": { "type": "Point", "coordinates": [ -157.7030862, 21.28277703 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28277703, "Longitude": -157.7030862, "Species": "Western Cattle Egret", "Count": 15, "Date": "2023-03-31" }, "geometry": { "type": "Point", "coordinates": [ -157.7030862, 21.28277703 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28277703, "Longitude": -157.7030862, "Species": "White Tern", "Count": 11, "Date": "2023-09-30" }, "geometry": { "type": "Point", "coordinates": [ -157.7030862, 21.28277703 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28277703, "Longitude": -157.7030862, "Species": "White-rumped Shama", "Count": 2, "Date": "2021-09-03" }, "geometry": { "type": "Point", "coordinates": [ -157.7030862, 21.28277703 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28277703, "Longitude": -157.7030862, "Species": "Zebra Dove", "Count": 22, "Date": "2023-12-23" }, "geometry": { "type": "Point", "coordinates": [ -157.7030862, 21.28277703 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29272983, "Longitude": -157.8283072, "Species": "Common Myna", "Count": 21, "Date": "2024-01-14" }, "geometry": { "type": "Point", "coordinates": [ -157.828307200000012, 21.29272983 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29272983, "Longitude": -157.8283072, "Species": "Common Waxbill", "Count": 1, "Date": "2019-04-13" }, "geometry": { "type": "Point", "coordinates": [ -157.828307200000012, 21.29272983 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29272983, "Longitude": -157.8283072, "Species": "Hawaiian Coot", "Count": 1, "Date": "2019-01-24" }, "geometry": { "type": "Point", "coordinates": [ -157.828307200000012, 21.29272983 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29272983, "Longitude": -157.8283072, "Species": "House Finch", "Count": 2, "Date": "2023-12-17" }, "geometry": { "type": "Point", "coordinates": [ -157.828307200000012, 21.29272983 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29272983, "Longitude": -157.8283072, "Species": "House Sparrow", "Count": 18, "Date": "2023-12-17" }, "geometry": { "type": "Point", "coordinates": [ -157.828307200000012, 21.29272983 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29272983, "Longitude": -157.8283072, "Species": "Java Sparrow", "Count": 7, "Date": "2022-12-26" }, "geometry": { "type": "Point", "coordinates": [ -157.828307200000012, 21.29272983 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29272983, "Longitude": -157.8283072, "Species": "Feral Mallard", "Count": 1, "Date": "2019-01-24" }, "geometry": { "type": "Point", "coordinates": [ -157.828307200000012, 21.29272983 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29272983, "Longitude": -157.8283072, "Species": "Pacific Golden-Plover", "Count": 3, "Date": "2023-12-17" }, "geometry": { "type": "Point", "coordinates": [ -157.828307200000012, 21.29272983 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29272983, "Longitude": -157.8283072, "Species": "Red Junglefowl", "Count": 3, "Date": "2023-12-17" }, "geometry": { "type": "Point", "coordinates": [ -157.828307200000012, 21.29272983 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29272983, "Longitude": -157.8283072, "Species": "Red-crested Cardinal", "Count": 4, "Date": "2023-12-17" }, "geometry": { "type": "Point", "coordinates": [ -157.828307200000012, 21.29272983 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29272983, "Longitude": -157.8283072, "Species": "Red-masked Parakeet", "Count": 2, "Date": "2019-12-15" }, "geometry": { "type": "Point", "coordinates": [ -157.828307200000012, 21.29272983 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29272983, "Longitude": -157.8283072, "Species": "Red-vented Bulbul", "Count": 16, "Date": "2023-03-30" }, "geometry": { "type": "Point", "coordinates": [ -157.828307200000012, 21.29272983 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29272983, "Longitude": -157.8283072, "Species": "Rock Pigeon", "Count": 19, "Date": "2023-12-17" }, "geometry": { "type": "Point", "coordinates": [ -157.828307200000012, 21.29272983 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29272983, "Longitude": -157.8283072, "Species": "Rose-ringed Parakeet", "Count": 1, "Date": "2019-12-15" }, "geometry": { "type": "Point", "coordinates": [ -157.828307200000012, 21.29272983 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29272983, "Longitude": -157.8283072, "Species": "Saffron Finch", "Count": 4, "Date": "2023-06-21" }, "geometry": { "type": "Point", "coordinates": [ -157.828307200000012, 21.29272983 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29272983, "Longitude": -157.8283072, "Species": "Spotted Dove", "Count": 20, "Date": "2023-12-17" }, "geometry": { "type": "Point", "coordinates": [ -157.828307200000012, 21.29272983 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29272983, "Longitude": -157.8283072, "Species": "Warbling White-eye", "Count": 6, "Date": "2023-12-17" }, "geometry": { "type": "Point", "coordinates": [ -157.828307200000012, 21.29272983 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29272983, "Longitude": -157.8283072, "Species": "Western Cattle Egret", "Count": 7, "Date": "2023-12-17" }, "geometry": { "type": "Point", "coordinates": [ -157.828307200000012, 21.29272983 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29272983, "Longitude": -157.8283072, "Species": "White Tern", "Count": 17, "Date": "2023-12-17" }, "geometry": { "type": "Point", "coordinates": [ -157.828307200000012, 21.29272983 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29272983, "Longitude": -157.8283072, "Species": "Yellow-fronted Canary", "Count": 1, "Date": "2023-12-17" }, "geometry": { "type": "Point", "coordinates": [ -157.828307200000012, 21.29272983 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29272983, "Longitude": -157.8283072, "Species": "Zebra Dove", "Count": 15, "Date": "2023-12-17" }, "geometry": { "type": "Point", "coordinates": [ -157.828307200000012, 21.29272983 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30054057, "Longitude": -157.6643732, "Species": "Chestnut Munia", "Count": 2, "Date": "2022-08-26" }, "geometry": { "type": "Point", "coordinates": [ -157.6643732, 21.30054057 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30054057, "Longitude": -157.6643732, "Species": "Common Myna", "Count": 15, "Date": "2024-01-23" }, "geometry": { "type": "Point", "coordinates": [ -157.6643732, 21.30054057 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30054057, "Longitude": -157.6643732, "Species": "Common Waxbill", "Count": 4, "Date": "2024-01-23" }, "geometry": { "type": "Point", "coordinates": [ -157.6643732, 21.30054057 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30054057, "Longitude": -157.6643732, "Species": "Great Frigatebird", "Count": 9, "Date": "2022-05-28" }, "geometry": { "type": "Point", "coordinates": [ -157.6643732, 21.30054057 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30054057, "Longitude": -157.6643732, "Species": "House Finch", "Count": 4, "Date": "2023-12-07" }, "geometry": { "type": "Point", "coordinates": [ -157.6643732, 21.30054057 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30054057, "Longitude": -157.6643732, "Species": "House Sparrow", "Count": 1, "Date": "2022-01-17" }, "geometry": { "type": "Point", "coordinates": [ -157.6643732, 21.30054057 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30054057, "Longitude": -157.6643732, "Species": "Java Sparrow", "Count": 2, "Date": "2023-12-07" }, "geometry": { "type": "Point", "coordinates": [ -157.6643732, 21.30054057 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30054057, "Longitude": -157.6643732, "Species": "Pacific Golden-Plover", "Count": 6, "Date": "2024-01-23" }, "geometry": { "type": "Point", "coordinates": [ -157.6643732, 21.30054057 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30054057, "Longitude": -157.6643732, "Species": "Red Junglefowl", "Count": 1, "Date": "2022-01-17" }, "geometry": { "type": "Point", "coordinates": [ -157.6643732, 21.30054057 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30054057, "Longitude": -157.6643732, "Species": "Red-crested Cardinal", "Count": 7, "Date": "2023-07-14" }, "geometry": { "type": "Point", "coordinates": [ -157.6643732, 21.30054057 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30054057, "Longitude": -157.6643732, "Species": "Red-footed Booby", "Count": 1, "Date": "2022-05-28" }, "geometry": { "type": "Point", "coordinates": [ -157.6643732, 21.30054057 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30054057, "Longitude": -157.6643732, "Species": "Red-vented Bulbul", "Count": 9, "Date": "2023-12-07" }, "geometry": { "type": "Point", "coordinates": [ -157.6643732, 21.30054057 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30054057, "Longitude": -157.6643732, "Species": "Red-whiskered Bulbul", "Count": 2, "Date": "2023-12-07" }, "geometry": { "type": "Point", "coordinates": [ -157.6643732, 21.30054057 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30054057, "Longitude": -157.6643732, "Species": "Saffron Finch", "Count": 1, "Date": "2023-12-07" }, "geometry": { "type": "Point", "coordinates": [ -157.6643732, 21.30054057 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30054057, "Longitude": -157.6643732, "Species": "Spotted Dove", "Count": 10, "Date": "2023-12-07" }, "geometry": { "type": "Point", "coordinates": [ -157.6643732, 21.30054057 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30054057, "Longitude": -157.6643732, "Species": "Warbling White-eye", "Count": 1, "Date": "2022-01-17" }, "geometry": { "type": "Point", "coordinates": [ -157.6643732, 21.30054057 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30054057, "Longitude": -157.6643732, "Species": "Wedge-tailed Shearwater", "Count": 1, "Date": "2022-05-28" }, "geometry": { "type": "Point", "coordinates": [ -157.6643732, 21.30054057 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30054057, "Longitude": -157.6643732, "Species": "Western Cattle Egret", "Count": 6, "Date": "2023-12-07" }, "geometry": { "type": "Point", "coordinates": [ -157.6643732, 21.30054057 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30054057, "Longitude": -157.6643732, "Species": "White-rumped Shama", "Count": 3, "Date": "2024-01-23" }, "geometry": { "type": "Point", "coordinates": [ -157.6643732, 21.30054057 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30054057, "Longitude": -157.6643732, "Species": "Yellow-fronted Canary", "Count": 3, "Date": "2023-12-07" }, "geometry": { "type": "Point", "coordinates": [ -157.6643732, 21.30054057 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30054057, "Longitude": -157.6643732, "Species": "Zebra Dove", "Count": 13, "Date": "2024-01-23" }, "geometry": { "type": "Point", "coordinates": [ -157.6643732, 21.30054057 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31106105, "Longitude": -157.8667238, "Species": "Common Myna", "Count": 13, "Date": "2023-10-27" }, "geometry": { "type": "Point", "coordinates": [ -157.866723799999988, 21.31106105 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31106105, "Longitude": -157.8667238, "Species": "Common Waxbill", "Count": 2, "Date": "2019-03-06" }, "geometry": { "type": "Point", "coordinates": [ -157.866723799999988, 21.31106105 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31106105, "Longitude": -157.8667238, "Species": "Great Frigatebird", "Count": 1, "Date": "2020-09-29" }, "geometry": { "type": "Point", "coordinates": [ -157.866723799999988, 21.31106105 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31106105, "Longitude": -157.8667238, "Species": "House Finch", "Count": 6, "Date": "2023-03-20" }, "geometry": { "type": "Point", "coordinates": [ -157.866723799999988, 21.31106105 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31106105, "Longitude": -157.8667238, "Species": "House Sparrow", "Count": 12, "Date": "2024-02-13" }, "geometry": { "type": "Point", "coordinates": [ -157.866723799999988, 21.31106105 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31106105, "Longitude": -157.8667238, "Species": "Java Sparrow", "Count": 3, "Date": "2023-10-27" }, "geometry": { "type": "Point", "coordinates": [ -157.866723799999988, 21.31106105 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31106105, "Longitude": -157.8667238, "Species": "Feral Mallard", "Count": 3, "Date": "2022-01-01" }, "geometry": { "type": "Point", "coordinates": [ -157.866723799999988, 21.31106105 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31106105, "Longitude": -157.8667238, "Species": "Pacific Golden-Plover", "Count": 3, "Date": "2020-03-03" }, "geometry": { "type": "Point", "coordinates": [ -157.866723799999988, 21.31106105 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31106105, "Longitude": -157.8667238, "Species": "Red-crested Cardinal", "Count": 6, "Date": "2023-10-27" }, "geometry": { "type": "Point", "coordinates": [ -157.866723799999988, 21.31106105 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31106105, "Longitude": -157.8667238, "Species": "Red-vented Bulbul", "Count": 4, "Date": "2022-03-22" }, "geometry": { "type": "Point", "coordinates": [ -157.866723799999988, 21.31106105 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31106105, "Longitude": -157.8667238, "Species": "Rock Pigeon", "Count": 8, "Date": "2023-11-23" }, "geometry": { "type": "Point", "coordinates": [ -157.866723799999988, 21.31106105 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31106105, "Longitude": -157.8667238, "Species": "Rose-ringed Parakeet", "Count": 2, "Date": "2020-07-13" }, "geometry": { "type": "Point", "coordinates": [ -157.866723799999988, 21.31106105 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31106105, "Longitude": -157.8667238, "Species": "Saffron Finch", "Count": 1, "Date": "2022-05-20" }, "geometry": { "type": "Point", "coordinates": [ -157.866723799999988, 21.31106105 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31106105, "Longitude": -157.8667238, "Species": "Spotted Dove", "Count": 12, "Date": "2024-02-13" }, "geometry": { "type": "Point", "coordinates": [ -157.866723799999988, 21.31106105 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31106105, "Longitude": -157.8667238, "Species": "Warbling White-eye", "Count": 1, "Date": "2020-09-29" }, "geometry": { "type": "Point", "coordinates": [ -157.866723799999988, 21.31106105 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31106105, "Longitude": -157.8667238, "Species": "Western Cattle Egret", "Count": 6, "Date": "2024-01-20" }, "geometry": { "type": "Point", "coordinates": [ -157.866723799999988, 21.31106105 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31106105, "Longitude": -157.8667238, "Species": "White Tern", "Count": 22, "Date": "2023-12-02" }, "geometry": { "type": "Point", "coordinates": [ -157.866723799999988, 21.31106105 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31106105, "Longitude": -157.8667238, "Species": "White-rumped Shama", "Count": 1, "Date": "2019-06-19" }, "geometry": { "type": "Point", "coordinates": [ -157.866723799999988, 21.31106105 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31106105, "Longitude": -157.8667238, "Species": "Yellow-fronted Canary", "Count": 2, "Date": "2020-07-13" }, "geometry": { "type": "Point", "coordinates": [ -157.866723799999988, 21.31106105 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31106105, "Longitude": -157.8667238, "Species": "Zebra Dove", "Count": 17, "Date": "2024-02-13" }, "geometry": { "type": "Point", "coordinates": [ -157.866723799999988, 21.31106105 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32059829, "Longitude": -157.9437814, "Species": "African Silverbill", "Count": 1, "Date": "2022-02-05" }, "geometry": { "type": "Point", "coordinates": [ -157.9437814, 21.32059829 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32059829, "Longitude": -157.9437814, "Species": "Black-necked Stilt", "Count": 2, "Date": "2022-01-17" }, "geometry": { "type": "Point", "coordinates": [ -157.9437814, 21.32059829 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32059829, "Longitude": -157.9437814, "Species": "Common Myna", "Count": 7, "Date": "2022-06-12" }, "geometry": { "type": "Point", "coordinates": [ -157.9437814, 21.32059829 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32059829, "Longitude": -157.9437814, "Species": "Eurasian Skylark", "Count": 2, "Date": "2022-02-05" }, "geometry": { "type": "Point", "coordinates": [ -157.9437814, 21.32059829 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32059829, "Longitude": -157.9437814, "Species": "House Finch", "Count": 5, "Date": "2022-06-12" }, "geometry": { "type": "Point", "coordinates": [ -157.9437814, 21.32059829 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32059829, "Longitude": -157.9437814, "Species": "House Sparrow", "Count": 4, "Date": "2022-02-11" }, "geometry": { "type": "Point", "coordinates": [ -157.9437814, 21.32059829 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32059829, "Longitude": -157.9437814, "Species": "Feral Mallard", "Count": 1, "Date": "2022-01-17" }, "geometry": { "type": "Point", "coordinates": [ -157.9437814, 21.32059829 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32059829, "Longitude": -157.9437814, "Species": "Northern Cardinal", "Count": 4, "Date": "2022-02-10" }, "geometry": { "type": "Point", "coordinates": [ -157.9437814, 21.32059829 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32059829, "Longitude": -157.9437814, "Species": "Pacific Golden-Plover", "Count": 9, "Date": "2023-09-13" }, "geometry": { "type": "Point", "coordinates": [ -157.9437814, 21.32059829 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32059829, "Longitude": -157.9437814, "Species": "Red Junglefowl", "Count": 1, "Date": "2022-02-05" }, "geometry": { "type": "Point", "coordinates": [ -157.9437814, 21.32059829 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32059829, "Longitude": -157.9437814, "Species": "Red-crested Cardinal", "Count": 7, "Date": "2023-09-13" }, "geometry": { "type": "Point", "coordinates": [ -157.9437814, 21.32059829 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32059829, "Longitude": -157.9437814, "Species": "Red-vented Bulbul", "Count": 5, "Date": "2022-06-12" }, "geometry": { "type": "Point", "coordinates": [ -157.9437814, 21.32059829 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32059829, "Longitude": -157.9437814, "Species": "Ruddy Turnstone", "Count": 1, "Date": "2019-02-15" }, "geometry": { "type": "Point", "coordinates": [ -157.9437814, 21.32059829 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32059829, "Longitude": -157.9437814, "Species": "Saffron Finch", "Count": 2, "Date": "2022-02-05" }, "geometry": { "type": "Point", "coordinates": [ -157.9437814, 21.32059829 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32059829, "Longitude": -157.9437814, "Species": "Spotted Dove", "Count": 5, "Date": "2022-06-12" }, "geometry": { "type": "Point", "coordinates": [ -157.9437814, 21.32059829 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32059829, "Longitude": -157.9437814, "Species": "Wandering Tattler", "Count": 1, "Date": "2019-02-15" }, "geometry": { "type": "Point", "coordinates": [ -157.9437814, 21.32059829 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32059829, "Longitude": -157.9437814, "Species": "Warbling White-eye", "Count": 1, "Date": "2022-02-05" }, "geometry": { "type": "Point", "coordinates": [ -157.9437814, 21.32059829 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32059829, "Longitude": -157.9437814, "Species": "Western Cattle Egret", "Count": 7, "Date": "2023-09-13" }, "geometry": { "type": "Point", "coordinates": [ -157.9437814, 21.32059829 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32059829, "Longitude": -157.9437814, "Species": "White Tern", "Count": 1, "Date": "2022-06-12" }, "geometry": { "type": "Point", "coordinates": [ -157.9437814, 21.32059829 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32059829, "Longitude": -157.9437814, "Species": "Yellow-fronted Canary", "Count": 2, "Date": "2022-06-12" }, "geometry": { "type": "Point", "coordinates": [ -157.9437814, 21.32059829 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32059829, "Longitude": -157.9437814, "Species": "Zebra Dove", "Count": 7, "Date": "2023-09-13" }, "geometry": { "type": "Point", "coordinates": [ -157.9437814, 21.32059829 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31976247, "Longitude": -157.8184515, "Species": "Chestnut Munia", "Count": 26, "Date": "2021-11-07" }, "geometry": { "type": "Point", "coordinates": [ -157.8184515, 21.31976247 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31976247, "Longitude": -157.8184515, "Species": "Common Myna", "Count": 10, "Date": "2023-02-23" }, "geometry": { "type": "Point", "coordinates": [ -157.8184515, 21.31976247 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31976247, "Longitude": -157.8184515, "Species": "Common Waxbill", "Count": 32, "Date": "2023-01-08" }, "geometry": { "type": "Point", "coordinates": [ -157.8184515, 21.31976247 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31976247, "Longitude": -157.8184515, "Species": "House Finch", "Count": 12, "Date": "2023-12-31" }, "geometry": { "type": "Point", "coordinates": [ -157.8184515, 21.31976247 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31976247, "Longitude": -157.8184515, "Species": "House Sparrow", "Count": 1, "Date": "2020-12-20" }, "geometry": { "type": "Point", "coordinates": [ -157.8184515, 21.31976247 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31976247, "Longitude": -157.8184515, "Species": "Northern Cardinal", "Count": 13, "Date": "2024-02-17" }, "geometry": { "type": "Point", "coordinates": [ -157.8184515, 21.31976247 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31976247, "Longitude": -157.8184515, "Species": "Oahu Amakihi", "Count": 22, "Date": "2022-01-22" }, "geometry": { "type": "Point", "coordinates": [ -157.8184515, 21.31976247 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31976247, "Longitude": -157.8184515, "Species": "Pacific Golden-Plover", "Count": 9, "Date": "2023-02-23" }, "geometry": { "type": "Point", "coordinates": [ -157.8184515, 21.31976247 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31976247, "Longitude": -157.8184515, "Species": "Red Junglefowl", "Count": 19, "Date": "2024-02-17" }, "geometry": { "type": "Point", "coordinates": [ -157.8184515, 21.31976247 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31976247, "Longitude": -157.8184515, "Species": "Red-billed Leiothrix", "Count": 21, "Date": "2023-12-31" }, "geometry": { "type": "Point", "coordinates": [ -157.8184515, 21.31976247 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31976247, "Longitude": -157.8184515, "Species": "Red-crested Cardinal", "Count": 10, "Date": "2023-02-23" }, "geometry": { "type": "Point", "coordinates": [ -157.8184515, 21.31976247 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31976247, "Longitude": -157.8184515, "Species": "Red-vented Bulbul", "Count": 33, "Date": "2024-02-17" }, "geometry": { "type": "Point", "coordinates": [ -157.8184515, 21.31976247 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31976247, "Longitude": -157.8184515, "Species": "Red-whiskered Bulbul", "Count": 17, "Date": "2024-02-17" }, "geometry": { "type": "Point", "coordinates": [ -157.8184515, 21.31976247 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31976247, "Longitude": -157.8184515, "Species": "Rose-ringed Parakeet", "Count": 9, "Date": "2024-02-17" }, "geometry": { "type": "Point", "coordinates": [ -157.8184515, 21.31976247 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31976247, "Longitude": -157.8184515, "Species": "Scaly-breasted Munia", "Count": 3, "Date": "2020-12-20" }, "geometry": { "type": "Point", "coordinates": [ -157.8184515, 21.31976247 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31976247, "Longitude": -157.8184515, "Species": "Spotted Dove", "Count": 11, "Date": "2023-02-23" }, "geometry": { "type": "Point", "coordinates": [ -157.8184515, 21.31976247 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31976247, "Longitude": -157.8184515, "Species": "Warbling White-eye", "Count": 22, "Date": "2024-02-17" }, "geometry": { "type": "Point", "coordinates": [ -157.8184515, 21.31976247 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31976247, "Longitude": -157.8184515, "Species": "White Tern", "Count": 2, "Date": "2021-04-14" }, "geometry": { "type": "Point", "coordinates": [ -157.8184515, 21.31976247 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31976247, "Longitude": -157.8184515, "Species": "White-rumped Shama", "Count": 38, "Date": "2024-02-17" }, "geometry": { "type": "Point", "coordinates": [ -157.8184515, 21.31976247 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31976247, "Longitude": -157.8184515, "Species": "Yellow-fronted Canary", "Count": 1, "Date": "2020-01-18" }, "geometry": { "type": "Point", "coordinates": [ -157.8184515, 21.31976247 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31976247, "Longitude": -157.8184515, "Species": "Zebra Dove", "Count": 27, "Date": "2023-02-23" }, "geometry": { "type": "Point", "coordinates": [ -157.8184515, 21.31976247 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32899669, "Longitude": -157.8473028, "Species": "Chestnut Munia", "Count": 1, "Date": "2021-08-02" }, "geometry": { "type": "Point", "coordinates": [ -157.8473028, 21.32899669 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32899669, "Longitude": -157.8473028, "Species": "Common Myna", "Count": 5, "Date": "2023-12-25" }, "geometry": { "type": "Point", "coordinates": [ -157.8473028, 21.32899669 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32899669, "Longitude": -157.8473028, "Species": "House Sparrow", "Count": 4, "Date": "2023-12-25" }, "geometry": { "type": "Point", "coordinates": [ -157.8473028, 21.32899669 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32899669, "Longitude": -157.8473028, "Species": "Java Sparrow", "Count": 2, "Date": "2023-12-25" }, "geometry": { "type": "Point", "coordinates": [ -157.8473028, 21.32899669 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32899669, "Longitude": -157.8473028, "Species": "Feral Mallard", "Count": 2, "Date": "2023-12-25" }, "geometry": { "type": "Point", "coordinates": [ -157.8473028, 21.32899669 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32899669, "Longitude": -157.8473028, "Species": "Northern Cardinal", "Count": 1, "Date": "2022-07-16" }, "geometry": { "type": "Point", "coordinates": [ -157.8473028, 21.32899669 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32899669, "Longitude": -157.8473028, "Species": "Pacific Golden-Plover", "Count": 2, "Date": "2023-12-25" }, "geometry": { "type": "Point", "coordinates": [ -157.8473028, 21.32899669 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32899669, "Longitude": -157.8473028, "Species": "Red-crested Cardinal", "Count": 4, "Date": "2023-12-25" }, "geometry": { "type": "Point", "coordinates": [ -157.8473028, 21.32899669 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32899669, "Longitude": -157.8473028, "Species": "Red-vented Bulbul", "Count": 4, "Date": "2023-12-25" }, "geometry": { "type": "Point", "coordinates": [ -157.8473028, 21.32899669 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32899669, "Longitude": -157.8473028, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2022-07-16" }, "geometry": { "type": "Point", "coordinates": [ -157.8473028, 21.32899669 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32899669, "Longitude": -157.8473028, "Species": "Rock Pigeon", "Count": 1, "Date": "2022-07-16" }, "geometry": { "type": "Point", "coordinates": [ -157.8473028, 21.32899669 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32899669, "Longitude": -157.8473028, "Species": "Rose-ringed Parakeet", "Count": 7, "Date": "2023-12-25" }, "geometry": { "type": "Point", "coordinates": [ -157.8473028, 21.32899669 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32899669, "Longitude": -157.8473028, "Species": "Saffron Finch", "Count": 1, "Date": "2022-07-16" }, "geometry": { "type": "Point", "coordinates": [ -157.8473028, 21.32899669 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32899669, "Longitude": -157.8473028, "Species": "Spotted Dove", "Count": 5, "Date": "2023-12-25" }, "geometry": { "type": "Point", "coordinates": [ -157.8473028, 21.32899669 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32899669, "Longitude": -157.8473028, "Species": "Warbling White-eye", "Count": 2, "Date": "2023-08-09" }, "geometry": { "type": "Point", "coordinates": [ -157.8473028, 21.32899669 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32899669, "Longitude": -157.8473028, "Species": "Western Cattle Egret", "Count": 3, "Date": "2023-12-25" }, "geometry": { "type": "Point", "coordinates": [ -157.8473028, 21.32899669 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32899669, "Longitude": -157.8473028, "Species": "White Tern", "Count": 1, "Date": "2021-08-02" }, "geometry": { "type": "Point", "coordinates": [ -157.8473028, 21.32899669 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32899669, "Longitude": -157.8473028, "Species": "White-rumped Shama", "Count": 2, "Date": "2023-12-25" }, "geometry": { "type": "Point", "coordinates": [ -157.8473028, 21.32899669 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32899669, "Longitude": -157.8473028, "Species": "Yellow-fronted Canary", "Count": 3, "Date": "2023-06-03" }, "geometry": { "type": "Point", "coordinates": [ -157.8473028, 21.32899669 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32899669, "Longitude": -157.8473028, "Species": "Zebra Dove", "Count": 4, "Date": "2023-12-25" }, "geometry": { "type": "Point", "coordinates": [ -157.8473028, 21.32899669 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33924399, "Longitude": -158.0400758, "Species": "African Silverbill", "Count": 2, "Date": "2022-06-06" }, "geometry": { "type": "Point", "coordinates": [ -158.040075800000011, 21.33924399 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33924399, "Longitude": -158.0400758, "Species": "Chestnut Munia", "Count": 2, "Date": "2022-06-06" }, "geometry": { "type": "Point", "coordinates": [ -158.040075800000011, 21.33924399 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33924399, "Longitude": -158.0400758, "Species": "Common Myna", "Count": 4, "Date": "2022-06-06" }, "geometry": { "type": "Point", "coordinates": [ -158.040075800000011, 21.33924399 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33924399, "Longitude": -158.0400758, "Species": "Common Waxbill", "Count": 3, "Date": "2022-06-06" }, "geometry": { "type": "Point", "coordinates": [ -158.040075800000011, 21.33924399 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33924399, "Longitude": -158.0400758, "Species": "House Finch", "Count": 3, "Date": "2022-06-06" }, "geometry": { "type": "Point", "coordinates": [ -158.040075800000011, 21.33924399 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33924399, "Longitude": -158.0400758, "Species": "House Sparrow", "Count": 2, "Date": "2022-06-06" }, "geometry": { "type": "Point", "coordinates": [ -158.040075800000011, 21.33924399 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33924399, "Longitude": -158.0400758, "Species": "Java Sparrow", "Count": 4, "Date": "2022-06-06" }, "geometry": { "type": "Point", "coordinates": [ -158.040075800000011, 21.33924399 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33924399, "Longitude": -158.0400758, "Species": "Northern Cardinal", "Count": 1, "Date": "2022-06-06" }, "geometry": { "type": "Point", "coordinates": [ -158.040075800000011, 21.33924399 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33924399, "Longitude": -158.0400758, "Species": "Northern Mockingbird", "Count": 1, "Date": "2022-04-05" }, "geometry": { "type": "Point", "coordinates": [ -158.040075800000011, 21.33924399 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33924399, "Longitude": -158.0400758, "Species": "Pacific Golden-Plover", "Count": 3, "Date": "2022-04-05" }, "geometry": { "type": "Point", "coordinates": [ -158.040075800000011, 21.33924399 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33924399, "Longitude": -158.0400758, "Species": "Red Junglefowl", "Count": 1, "Date": "2022-04-05" }, "geometry": { "type": "Point", "coordinates": [ -158.040075800000011, 21.33924399 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33924399, "Longitude": -158.0400758, "Species": "Red-crested Cardinal", "Count": 3, "Date": "2022-06-06" }, "geometry": { "type": "Point", "coordinates": [ -158.040075800000011, 21.33924399 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33924399, "Longitude": -158.0400758, "Species": "Red-vented Bulbul", "Count": 3, "Date": "2022-06-06" }, "geometry": { "type": "Point", "coordinates": [ -158.040075800000011, 21.33924399 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33924399, "Longitude": -158.0400758, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2022-06-06" }, "geometry": { "type": "Point", "coordinates": [ -158.040075800000011, 21.33924399 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33924399, "Longitude": -158.0400758, "Species": "Rose-ringed Parakeet", "Count": 2, "Date": "2022-06-06" }, "geometry": { "type": "Point", "coordinates": [ -158.040075800000011, 21.33924399 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33924399, "Longitude": -158.0400758, "Species": "Saffron Finch", "Count": 3, "Date": "2022-06-06" }, "geometry": { "type": "Point", "coordinates": [ -158.040075800000011, 21.33924399 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33924399, "Longitude": -158.0400758, "Species": "Spotted Dove", "Count": 3, "Date": "2022-06-06" }, "geometry": { "type": "Point", "coordinates": [ -158.040075800000011, 21.33924399 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33924399, "Longitude": -158.0400758, "Species": "Warbling White-eye", "Count": 1, "Date": "2022-06-06" }, "geometry": { "type": "Point", "coordinates": [ -158.040075800000011, 21.33924399 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33924399, "Longitude": -158.0400758, "Species": "Western Cattle Egret", "Count": 4, "Date": "2022-06-06" }, "geometry": { "type": "Point", "coordinates": [ -158.040075800000011, 21.33924399 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33924399, "Longitude": -158.0400758, "Species": "Yellow-fronted Canary", "Count": 1, "Date": "2022-06-06" }, "geometry": { "type": "Point", "coordinates": [ -158.040075800000011, 21.33924399 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33924399, "Longitude": -158.0400758, "Species": "Zebra Dove", "Count": 4, "Date": "2022-06-06" }, "geometry": { "type": "Point", "coordinates": [ -158.040075800000011, 21.33924399 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33704868, "Longitude": -157.712251, "Species": "Black-necked Stilt", "Count": 1, "Date": "2021-08-10" }, "geometry": { "type": "Point", "coordinates": [ -157.712251, 21.33704868 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33704868, "Longitude": -157.712251, "Species": "Chestnut Munia", "Count": 8, "Date": "2022-12-29" }, "geometry": { "type": "Point", "coordinates": [ -157.712251, 21.33704868 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33704868, "Longitude": -157.712251, "Species": "Chinese Hwamei", "Count": 1, "Date": "2021-08-10" }, "geometry": { "type": "Point", "coordinates": [ -157.712251, 21.33704868 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33704868, "Longitude": -157.712251, "Species": "Common Myna", "Count": 28, "Date": "2022-12-29" }, "geometry": { "type": "Point", "coordinates": [ -157.712251, 21.33704868 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33704868, "Longitude": -157.712251, "Species": "Common Waxbill", "Count": 25, "Date": "2022-12-29" }, "geometry": { "type": "Point", "coordinates": [ -157.712251, 21.33704868 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33704868, "Longitude": -157.712251, "Species": "Gray Francolin", "Count": 9, "Date": "2022-08-24" }, "geometry": { "type": "Point", "coordinates": [ -157.712251, 21.33704868 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33704868, "Longitude": -157.712251, "Species": "House Finch", "Count": 14, "Date": "2022-12-21" }, "geometry": { "type": "Point", "coordinates": [ -157.712251, 21.33704868 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33704868, "Longitude": -157.712251, "Species": "Java Sparrow", "Count": 3, "Date": "2022-12-14" }, "geometry": { "type": "Point", "coordinates": [ -157.712251, 21.33704868 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33704868, "Longitude": -157.712251, "Species": "Northern Cardinal", "Count": 11, "Date": "2022-12-21" }, "geometry": { "type": "Point", "coordinates": [ -157.712251, 21.33704868 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33704868, "Longitude": -157.712251, "Species": "Pacific Golden-Plover", "Count": 15, "Date": "2022-12-29" }, "geometry": { "type": "Point", "coordinates": [ -157.712251, 21.33704868 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33704868, "Longitude": -157.712251, "Species": "Red-crested Cardinal", "Count": 27, "Date": "2022-12-29" }, "geometry": { "type": "Point", "coordinates": [ -157.712251, 21.33704868 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33704868, "Longitude": -157.712251, "Species": "Red-vented Bulbul", "Count": 16, "Date": "2022-12-14" }, "geometry": { "type": "Point", "coordinates": [ -157.712251, 21.33704868 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33704868, "Longitude": -157.712251, "Species": "Red-whiskered Bulbul", "Count": 18, "Date": "2022-12-29" }, "geometry": { "type": "Point", "coordinates": [ -157.712251, 21.33704868 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33704868, "Longitude": -157.712251, "Species": "Rock Pigeon", "Count": 1, "Date": "2021-08-10" }, "geometry": { "type": "Point", "coordinates": [ -157.712251, 21.33704868 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33704868, "Longitude": -157.712251, "Species": "Rose-ringed Parakeet", "Count": 5, "Date": "2022-12-29" }, "geometry": { "type": "Point", "coordinates": [ -157.712251, 21.33704868 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33704868, "Longitude": -157.712251, "Species": "Scaly-breasted Munia", "Count": 8, "Date": "2022-08-24" }, "geometry": { "type": "Point", "coordinates": [ -157.712251, 21.33704868 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33704868, "Longitude": -157.712251, "Species": "Spotted Dove", "Count": 28, "Date": "2022-12-29" }, "geometry": { "type": "Point", "coordinates": [ -157.712251, 21.33704868 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33704868, "Longitude": -157.712251, "Species": "Warbling White-eye", "Count": 14, "Date": "2022-12-21" }, "geometry": { "type": "Point", "coordinates": [ -157.712251, 21.33704868 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33704868, "Longitude": -157.712251, "Species": "Western Cattle Egret", "Count": 29, "Date": "2022-12-29" }, "geometry": { "type": "Point", "coordinates": [ -157.712251, 21.33704868 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33704868, "Longitude": -157.712251, "Species": "White-rumped Shama", "Count": 2, "Date": "2022-11-30" }, "geometry": { "type": "Point", "coordinates": [ -157.712251, 21.33704868 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33704868, "Longitude": -157.712251, "Species": "Zebra Dove", "Count": 29, "Date": "2022-12-29" }, "geometry": { "type": "Point", "coordinates": [ -157.712251, 21.33704868 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36451084, "Longitude": -157.7602289, "Species": "Black-crowned Night Heron", "Count": 1, "Date": "2023-02-18" }, "geometry": { "type": "Point", "coordinates": [ -157.760228899999987, 21.36451084 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36451084, "Longitude": -157.7602289, "Species": "Chestnut Munia", "Count": 2, "Date": "2023-08-04" }, "geometry": { "type": "Point", "coordinates": [ -157.760228899999987, 21.36451084 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36451084, "Longitude": -157.7602289, "Species": "Common Myna", "Count": 3, "Date": "2023-08-04" }, "geometry": { "type": "Point", "coordinates": [ -157.760228899999987, 21.36451084 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36451084, "Longitude": -157.7602289, "Species": "Common Waxbill", "Count": 2, "Date": "2023-08-04" }, "geometry": { "type": "Point", "coordinates": [ -157.760228899999987, 21.36451084 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36451084, "Longitude": -157.7602289, "Species": "House Finch", "Count": 1, "Date": "2021-05-30" }, "geometry": { "type": "Point", "coordinates": [ -157.760228899999987, 21.36451084 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36451084, "Longitude": -157.7602289, "Species": "Feral Mallard", "Count": 1, "Date": "2023-02-17" }, "geometry": { "type": "Point", "coordinates": [ -157.760228899999987, 21.36451084 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36451084, "Longitude": -157.7602289, "Species": "Northern Cardinal", "Count": 1, "Date": "2023-02-17" }, "geometry": { "type": "Point", "coordinates": [ -157.760228899999987, 21.36451084 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36451084, "Longitude": -157.7602289, "Species": "Northern Mockingbird", "Count": 2, "Date": "2023-02-18" }, "geometry": { "type": "Point", "coordinates": [ -157.760228899999987, 21.36451084 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36451084, "Longitude": -157.7602289, "Species": "Pacific Golden-Plover", "Count": 1, "Date": "2023-02-18" }, "geometry": { "type": "Point", "coordinates": [ -157.760228899999987, 21.36451084 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36451084, "Longitude": -157.7602289, "Species": "Red Junglefowl", "Count": 1, "Date": "2023-08-04" }, "geometry": { "type": "Point", "coordinates": [ -157.760228899999987, 21.36451084 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36451084, "Longitude": -157.7602289, "Species": "Red-billed Leiothrix", "Count": 3, "Date": "2023-08-04" }, "geometry": { "type": "Point", "coordinates": [ -157.760228899999987, 21.36451084 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36451084, "Longitude": -157.7602289, "Species": "Red-crested Cardinal", "Count": 3, "Date": "2023-08-04" }, "geometry": { "type": "Point", "coordinates": [ -157.760228899999987, 21.36451084 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36451084, "Longitude": -157.7602289, "Species": "Red-vented Bulbul", "Count": 3, "Date": "2023-08-04" }, "geometry": { "type": "Point", "coordinates": [ -157.760228899999987, 21.36451084 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36451084, "Longitude": -157.7602289, "Species": "Red-whiskered Bulbul", "Count": 4, "Date": "2023-08-04" }, "geometry": { "type": "Point", "coordinates": [ -157.760228899999987, 21.36451084 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36451084, "Longitude": -157.7602289, "Species": "Spotted Dove", "Count": 4, "Date": "2023-08-04" }, "geometry": { "type": "Point", "coordinates": [ -157.760228899999987, 21.36451084 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36451084, "Longitude": -157.7602289, "Species": "Warbling White-eye", "Count": 3, "Date": "2023-08-04" }, "geometry": { "type": "Point", "coordinates": [ -157.760228899999987, 21.36451084 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36451084, "Longitude": -157.7602289, "Species": "Western Cattle Egret", "Count": 3, "Date": "2023-08-04" }, "geometry": { "type": "Point", "coordinates": [ -157.760228899999987, 21.36451084 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36451084, "Longitude": -157.7602289, "Species": "White Tern", "Count": 1, "Date": "2023-08-04" }, "geometry": { "type": "Point", "coordinates": [ -157.760228899999987, 21.36451084 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36451084, "Longitude": -157.7602289, "Species": "White-rumped Shama", "Count": 4, "Date": "2023-08-04" }, "geometry": { "type": "Point", "coordinates": [ -157.760228899999987, 21.36451084 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36451084, "Longitude": -157.7602289, "Species": "White-tailed Tropicbird", "Count": 1, "Date": "2023-08-04" }, "geometry": { "type": "Point", "coordinates": [ -157.760228899999987, 21.36451084 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36451084, "Longitude": -157.7602289, "Species": "Zebra Dove", "Count": 3, "Date": "2023-08-04" }, "geometry": { "type": "Point", "coordinates": [ -157.760228899999987, 21.36451084 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38364793, "Longitude": -157.9143927, "Species": "Chestnut Munia", "Count": 11, "Date": "2023-04-22" }, "geometry": { "type": "Point", "coordinates": [ -157.9143927, 21.38364793 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38364793, "Longitude": -157.9143927, "Species": "Common Myna", "Count": 16, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.9143927, 21.38364793 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38364793, "Longitude": -157.9143927, "Species": "Common Waxbill", "Count": 4, "Date": "2022-06-28" }, "geometry": { "type": "Point", "coordinates": [ -157.9143927, 21.38364793 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38364793, "Longitude": -157.9143927, "Species": "House Finch", "Count": 11, "Date": "2024-01-11" }, "geometry": { "type": "Point", "coordinates": [ -157.9143927, 21.38364793 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38364793, "Longitude": -157.9143927, "Species": "House Sparrow", "Count": 2, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.9143927, 21.38364793 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38364793, "Longitude": -157.9143927, "Species": "Java Sparrow", "Count": 10, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.9143927, 21.38364793 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38364793, "Longitude": -157.9143927, "Species": "Northern Cardinal", "Count": 5, "Date": "2023-04-22" }, "geometry": { "type": "Point", "coordinates": [ -157.9143927, 21.38364793 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38364793, "Longitude": -157.9143927, "Species": "Pacific Golden-Plover", "Count": 2, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.9143927, 21.38364793 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38364793, "Longitude": -157.9143927, "Species": "Red-crested Cardinal", "Count": 9, "Date": "2024-01-11" }, "geometry": { "type": "Point", "coordinates": [ -157.9143927, 21.38364793 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38364793, "Longitude": -157.9143927, "Species": "Red-vented Bulbul", "Count": 13, "Date": "2024-01-10" }, "geometry": { "type": "Point", "coordinates": [ -157.9143927, 21.38364793 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38364793, "Longitude": -157.9143927, "Species": "Red-whiskered Bulbul", "Count": 7, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.9143927, 21.38364793 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38364793, "Longitude": -157.9143927, "Species": "Rose-ringed Parakeet", "Count": 3, "Date": "2023-04-22" }, "geometry": { "type": "Point", "coordinates": [ -157.9143927, 21.38364793 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38364793, "Longitude": -157.9143927, "Species": "Saffron Finch", "Count": 3, "Date": "2023-12-16" }, "geometry": { "type": "Point", "coordinates": [ -157.9143927, 21.38364793 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38364793, "Longitude": -157.9143927, "Species": "Scaly-breasted Munia", "Count": 2, "Date": "2023-04-22" }, "geometry": { "type": "Point", "coordinates": [ -157.9143927, 21.38364793 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38364793, "Longitude": -157.9143927, "Species": "Spotted Dove", "Count": 14, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.9143927, 21.38364793 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38364793, "Longitude": -157.9143927, "Species": "Warbling White-eye", "Count": 5, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.9143927, 21.38364793 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38364793, "Longitude": -157.9143927, "Species": "Western Cattle Egret", "Count": 6, "Date": "2023-04-22" }, "geometry": { "type": "Point", "coordinates": [ -157.9143927, 21.38364793 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38364793, "Longitude": -157.9143927, "Species": "White Tern", "Count": 1, "Date": "2022-06-18" }, "geometry": { "type": "Point", "coordinates": [ -157.9143927, 21.38364793 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38364793, "Longitude": -157.9143927, "Species": "White-rumped Shama", "Count": 2, "Date": "2022-04-11" }, "geometry": { "type": "Point", "coordinates": [ -157.9143927, 21.38364793 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38364793, "Longitude": -157.9143927, "Species": "Yellow-fronted Canary", "Count": 1, "Date": "2022-06-28" }, "geometry": { "type": "Point", "coordinates": [ -157.9143927, 21.38364793 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38364793, "Longitude": -157.9143927, "Species": "Zebra Dove", "Count": 14, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.9143927, 21.38364793 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38285791, "Longitude": -157.7986548, "Species": "Chestnut Munia", "Count": 2, "Date": "2023-05-30" }, "geometry": { "type": "Point", "coordinates": [ -157.7986548, 21.38285791 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38285791, "Longitude": -157.7986548, "Species": "Common Myna", "Count": 5, "Date": "2023-05-30" }, "geometry": { "type": "Point", "coordinates": [ -157.7986548, 21.38285791 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38285791, "Longitude": -157.7986548, "Species": "Common Waxbill", "Count": 3, "Date": "2023-05-30" }, "geometry": { "type": "Point", "coordinates": [ -157.7986548, 21.38285791 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38285791, "Longitude": -157.7986548, "Species": "House Finch", "Count": 1, "Date": "2020-01-28" }, "geometry": { "type": "Point", "coordinates": [ -157.7986548, 21.38285791 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38285791, "Longitude": -157.7986548, "Species": "House Sparrow", "Count": 2, "Date": "2022-03-24" }, "geometry": { "type": "Point", "coordinates": [ -157.7986548, 21.38285791 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38285791, "Longitude": -157.7986548, "Species": "Northern Cardinal", "Count": 1, "Date": "2020-02-03" }, "geometry": { "type": "Point", "coordinates": [ -157.7986548, 21.38285791 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38285791, "Longitude": -157.7986548, "Species": "Northern Mockingbird", "Count": 1, "Date": "2020-02-03" }, "geometry": { "type": "Point", "coordinates": [ -157.7986548, 21.38285791 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38285791, "Longitude": -157.7986548, "Species": "Pacific Golden-Plover", "Count": 3, "Date": "2022-03-24" }, "geometry": { "type": "Point", "coordinates": [ -157.7986548, 21.38285791 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38285791, "Longitude": -157.7986548, "Species": "Red Junglefowl", "Count": 2, "Date": "2022-03-24" }, "geometry": { "type": "Point", "coordinates": [ -157.7986548, 21.38285791 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38285791, "Longitude": -157.7986548, "Species": "Red-billed Leiothrix", "Count": 1, "Date": "2021-06-08" }, "geometry": { "type": "Point", "coordinates": [ -157.7986548, 21.38285791 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38285791, "Longitude": -157.7986548, "Species": "Red-crested Cardinal", "Count": 5, "Date": "2023-05-30" }, "geometry": { "type": "Point", "coordinates": [ -157.7986548, 21.38285791 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38285791, "Longitude": -157.7986548, "Species": "Red-masked Parakeet", "Count": 1, "Date": "2020-02-03" }, "geometry": { "type": "Point", "coordinates": [ -157.7986548, 21.38285791 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38285791, "Longitude": -157.7986548, "Species": "Red-vented Bulbul", "Count": 5, "Date": "2023-05-30" }, "geometry": { "type": "Point", "coordinates": [ -157.7986548, 21.38285791 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38285791, "Longitude": -157.7986548, "Species": "Red-whiskered Bulbul", "Count": 5, "Date": "2023-02-01" }, "geometry": { "type": "Point", "coordinates": [ -157.7986548, 21.38285791 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38285791, "Longitude": -157.7986548, "Species": "Rose-ringed Parakeet", "Count": 1, "Date": "2020-02-03" }, "geometry": { "type": "Point", "coordinates": [ -157.7986548, 21.38285791 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38285791, "Longitude": -157.7986548, "Species": "Spotted Dove", "Count": 4, "Date": "2023-05-30" }, "geometry": { "type": "Point", "coordinates": [ -157.7986548, 21.38285791 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38285791, "Longitude": -157.7986548, "Species": "Warbling White-eye", "Count": 3, "Date": "2023-02-01" }, "geometry": { "type": "Point", "coordinates": [ -157.7986548, 21.38285791 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38285791, "Longitude": -157.7986548, "Species": "Western Cattle Egret", "Count": 2, "Date": "2022-03-24" }, "geometry": { "type": "Point", "coordinates": [ -157.7986548, 21.38285791 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38285791, "Longitude": -157.7986548, "Species": "White Tern", "Count": 1, "Date": "2020-02-03" }, "geometry": { "type": "Point", "coordinates": [ -157.7986548, 21.38285791 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38285791, "Longitude": -157.7986548, "Species": "White-rumped Shama", "Count": 4, "Date": "2023-05-30" }, "geometry": { "type": "Point", "coordinates": [ -157.7986548, 21.38285791 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38285791, "Longitude": -157.7986548, "Species": "Zebra Dove", "Count": 6, "Date": "2023-05-30" }, "geometry": { "type": "Point", "coordinates": [ -157.7986548, 21.38285791 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38228727, "Longitude": -157.7214997, "Species": "Black-necked Stilt", "Count": 2, "Date": "2023-08-26" }, "geometry": { "type": "Point", "coordinates": [ -157.72149970000001, 21.38228727 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38228727, "Longitude": -157.7214997, "Species": "Common Gallinule", "Count": 1, "Date": "2019-12-02" }, "geometry": { "type": "Point", "coordinates": [ -157.72149970000001, 21.38228727 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38228727, "Longitude": -157.7214997, "Species": "Common Myna", "Count": 16, "Date": "2023-08-26" }, "geometry": { "type": "Point", "coordinates": [ -157.72149970000001, 21.38228727 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38228727, "Longitude": -157.7214997, "Species": "Common Waxbill", "Count": 3, "Date": "2021-07-08" }, "geometry": { "type": "Point", "coordinates": [ -157.72149970000001, 21.38228727 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38228727, "Longitude": -157.7214997, "Species": "Great Frigatebird", "Count": 5, "Date": "2023-09-07" }, "geometry": { "type": "Point", "coordinates": [ -157.72149970000001, 21.38228727 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38228727, "Longitude": -157.7214997, "Species": "House Finch", "Count": 9, "Date": "2023-10-20" }, "geometry": { "type": "Point", "coordinates": [ -157.72149970000001, 21.38228727 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38228727, "Longitude": -157.7214997, "Species": "House Sparrow", "Count": 2, "Date": "2023-10-20" }, "geometry": { "type": "Point", "coordinates": [ -157.72149970000001, 21.38228727 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38228727, "Longitude": -157.7214997, "Species": "Japanese Bush Warbler", "Count": 2, "Date": "2020-05-31" }, "geometry": { "type": "Point", "coordinates": [ -157.72149970000001, 21.38228727 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38228727, "Longitude": -157.7214997, "Species": "Java Sparrow", "Count": 10, "Date": "2023-08-26" }, "geometry": { "type": "Point", "coordinates": [ -157.72149970000001, 21.38228727 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38228727, "Longitude": -157.7214997, "Species": "Northern Cardinal", "Count": 7, "Date": "2024-01-09" }, "geometry": { "type": "Point", "coordinates": [ -157.72149970000001, 21.38228727 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38228727, "Longitude": -157.7214997, "Species": "Pacific Golden-Plover", "Count": 4, "Date": "2020-01-26" }, "geometry": { "type": "Point", "coordinates": [ -157.72149970000001, 21.38228727 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38228727, "Longitude": -157.7214997, "Species": "Red-crested Cardinal", "Count": 13, "Date": "2023-08-26" }, "geometry": { "type": "Point", "coordinates": [ -157.72149970000001, 21.38228727 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38228727, "Longitude": -157.7214997, "Species": "Red-vented Bulbul", "Count": 18, "Date": "2023-10-20" }, "geometry": { "type": "Point", "coordinates": [ -157.72149970000001, 21.38228727 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38228727, "Longitude": -157.7214997, "Species": "Red-whiskered Bulbul", "Count": 8, "Date": "2022-02-21" }, "geometry": { "type": "Point", "coordinates": [ -157.72149970000001, 21.38228727 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38228727, "Longitude": -157.7214997, "Species": "Rock Pigeon", "Count": 10, "Date": "2022-02-21" }, "geometry": { "type": "Point", "coordinates": [ -157.72149970000001, 21.38228727 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38228727, "Longitude": -157.7214997, "Species": "Rose-ringed Parakeet", "Count": 3, "Date": "2023-08-26" }, "geometry": { "type": "Point", "coordinates": [ -157.72149970000001, 21.38228727 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38228727, "Longitude": -157.7214997, "Species": "Spotted Dove", "Count": 12, "Date": "2023-08-26" }, "geometry": { "type": "Point", "coordinates": [ -157.72149970000001, 21.38228727 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38228727, "Longitude": -157.7214997, "Species": "Warbling White-eye", "Count": 5, "Date": "2022-02-21" }, "geometry": { "type": "Point", "coordinates": [ -157.72149970000001, 21.38228727 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38228727, "Longitude": -157.7214997, "Species": "Western Cattle Egret", "Count": 8, "Date": "2023-08-26" }, "geometry": { "type": "Point", "coordinates": [ -157.72149970000001, 21.38228727 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38228727, "Longitude": -157.7214997, "Species": "White-rumped Shama", "Count": 6, "Date": "2022-01-01" }, "geometry": { "type": "Point", "coordinates": [ -157.72149970000001, 21.38228727 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38228727, "Longitude": -157.7214997, "Species": "Zebra Dove", "Count": 17, "Date": "2023-10-20" }, "geometry": { "type": "Point", "coordinates": [ -157.72149970000001, 21.38228727 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39189111, "Longitude": -157.7985809, "Species": "Chestnut Munia", "Count": 13, "Date": "2023-07-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7985809, 21.39189111 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39189111, "Longitude": -157.7985809, "Species": "Common Myna", "Count": 12, "Date": "2023-03-12" }, "geometry": { "type": "Point", "coordinates": [ -157.7985809, 21.39189111 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39189111, "Longitude": -157.7985809, "Species": "Common Waxbill", "Count": 2, "Date": "2020-01-01" }, "geometry": { "type": "Point", "coordinates": [ -157.7985809, 21.39189111 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39189111, "Longitude": -157.7985809, "Species": "House Finch", "Count": 4, "Date": "2022-07-23" }, "geometry": { "type": "Point", "coordinates": [ -157.7985809, 21.39189111 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39189111, "Longitude": -157.7985809, "Species": "House Sparrow", "Count": 2, "Date": "2022-07-23" }, "geometry": { "type": "Point", "coordinates": [ -157.7985809, 21.39189111 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39189111, "Longitude": -157.7985809, "Species": "Java Sparrow", "Count": 2, "Date": "2020-01-01" }, "geometry": { "type": "Point", "coordinates": [ -157.7985809, 21.39189111 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39189111, "Longitude": -157.7985809, "Species": "Northern Cardinal", "Count": 2, "Date": "2019-04-28" }, "geometry": { "type": "Point", "coordinates": [ -157.7985809, 21.39189111 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39189111, "Longitude": -157.7985809, "Species": "Pacific Golden-Plover", "Count": 9, "Date": "2023-03-12" }, "geometry": { "type": "Point", "coordinates": [ -157.7985809, 21.39189111 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39189111, "Longitude": -157.7985809, "Species": "Red Junglefowl", "Count": 9, "Date": "2023-03-12" }, "geometry": { "type": "Point", "coordinates": [ -157.7985809, 21.39189111 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39189111, "Longitude": -157.7985809, "Species": "Red-billed Leiothrix", "Count": 2, "Date": "2023-03-12" }, "geometry": { "type": "Point", "coordinates": [ -157.7985809, 21.39189111 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39189111, "Longitude": -157.7985809, "Species": "Red-crested Cardinal", "Count": 12, "Date": "2023-03-12" }, "geometry": { "type": "Point", "coordinates": [ -157.7985809, 21.39189111 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39189111, "Longitude": -157.7985809, "Species": "Red-vented Bulbul", "Count": 9, "Date": "2023-03-12" }, "geometry": { "type": "Point", "coordinates": [ -157.7985809, 21.39189111 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39189111, "Longitude": -157.7985809, "Species": "Red-whiskered Bulbul", "Count": 4, "Date": "2023-03-12" }, "geometry": { "type": "Point", "coordinates": [ -157.7985809, 21.39189111 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39189111, "Longitude": -157.7985809, "Species": "Rock Pigeon", "Count": 11, "Date": "2023-03-12" }, "geometry": { "type": "Point", "coordinates": [ -157.7985809, 21.39189111 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39189111, "Longitude": -157.7985809, "Species": "Ruddy Turnstone", "Count": 6, "Date": "2023-03-07" }, "geometry": { "type": "Point", "coordinates": [ -157.7985809, 21.39189111 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39189111, "Longitude": -157.7985809, "Species": "Scaly-breasted Munia", "Count": 2, "Date": "2022-08-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7985809, 21.39189111 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39189111, "Longitude": -157.7985809, "Species": "Spotted Dove", "Count": 7, "Date": "2023-03-12" }, "geometry": { "type": "Point", "coordinates": [ -157.7985809, 21.39189111 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39189111, "Longitude": -157.7985809, "Species": "Warbling White-eye", "Count": 3, "Date": "2023-03-12" }, "geometry": { "type": "Point", "coordinates": [ -157.7985809, 21.39189111 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39189111, "Longitude": -157.7985809, "Species": "Western Cattle Egret", "Count": 11, "Date": "2023-03-12" }, "geometry": { "type": "Point", "coordinates": [ -157.7985809, 21.39189111 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39189111, "Longitude": -157.7985809, "Species": "White-rumped Shama", "Count": 2, "Date": "2022-07-23" }, "geometry": { "type": "Point", "coordinates": [ -157.7985809, 21.39189111 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39189111, "Longitude": -157.7985809, "Species": "Zebra Dove", "Count": 9, "Date": "2023-03-12" }, "geometry": { "type": "Point", "coordinates": [ -157.7985809, 21.39189111 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40236919, "Longitude": -158.0203696, "Species": "Common Myna", "Count": 34, "Date": "2022-11-21" }, "geometry": { "type": "Point", "coordinates": [ -158.0203696, 21.40236919 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40236919, "Longitude": -158.0203696, "Species": "Common Waxbill", "Count": 7, "Date": "2022-09-26" }, "geometry": { "type": "Point", "coordinates": [ -158.0203696, 21.40236919 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40236919, "Longitude": -158.0203696, "Species": "Gray Francolin", "Count": 5, "Date": "2022-10-26" }, "geometry": { "type": "Point", "coordinates": [ -158.0203696, 21.40236919 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40236919, "Longitude": -158.0203696, "Species": "House Finch", "Count": 14, "Date": "2022-11-07" }, "geometry": { "type": "Point", "coordinates": [ -158.0203696, 21.40236919 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40236919, "Longitude": -158.0203696, "Species": "House Sparrow", "Count": 2, "Date": "2021-07-06" }, "geometry": { "type": "Point", "coordinates": [ -158.0203696, 21.40236919 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40236919, "Longitude": -158.0203696, "Species": "Java Sparrow", "Count": 9, "Date": "2022-11-21" }, "geometry": { "type": "Point", "coordinates": [ -158.0203696, 21.40236919 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40236919, "Longitude": -158.0203696, "Species": "Northern Cardinal", "Count": 1, "Date": "2021-05-10" }, "geometry": { "type": "Point", "coordinates": [ -158.0203696, 21.40236919 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40236919, "Longitude": -158.0203696, "Species": "Pacific Golden-Plover", "Count": 21, "Date": "2022-11-07" }, "geometry": { "type": "Point", "coordinates": [ -158.0203696, 21.40236919 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40236919, "Longitude": -158.0203696, "Species": "Red Avadavat", "Count": 1, "Date": "2021-06-01" }, "geometry": { "type": "Point", "coordinates": [ -158.0203696, 21.40236919 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40236919, "Longitude": -158.0203696, "Species": "Red-crested Cardinal", "Count": 9, "Date": "2022-11-07" }, "geometry": { "type": "Point", "coordinates": [ -158.0203696, 21.40236919 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40236919, "Longitude": -158.0203696, "Species": "Red-vented Bulbul", "Count": 15, "Date": "2022-10-26" }, "geometry": { "type": "Point", "coordinates": [ -158.0203696, 21.40236919 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40236919, "Longitude": -158.0203696, "Species": "Red-whiskered Bulbul", "Count": 7, "Date": "2022-11-21" }, "geometry": { "type": "Point", "coordinates": [ -158.0203696, 21.40236919 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40236919, "Longitude": -158.0203696, "Species": "Rock Pigeon", "Count": 1, "Date": "2021-06-07" }, "geometry": { "type": "Point", "coordinates": [ -158.0203696, 21.40236919 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40236919, "Longitude": -158.0203696, "Species": "Rose-ringed Parakeet", "Count": 20, "Date": "2022-11-21" }, "geometry": { "type": "Point", "coordinates": [ -158.0203696, 21.40236919 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40236919, "Longitude": -158.0203696, "Species": "Saffron Finch", "Count": 18, "Date": "2022-10-26" }, "geometry": { "type": "Point", "coordinates": [ -158.0203696, 21.40236919 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40236919, "Longitude": -158.0203696, "Species": "Snow Goose", "Count": 26, "Date": "2021-04-19" }, "geometry": { "type": "Point", "coordinates": [ -158.0203696, 21.40236919 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40236919, "Longitude": -158.0203696, "Species": "Spotted Dove", "Count": 16, "Date": "2022-11-07" }, "geometry": { "type": "Point", "coordinates": [ -158.0203696, 21.40236919 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40236919, "Longitude": -158.0203696, "Species": "Warbling White-eye", "Count": 11, "Date": "2022-11-21" }, "geometry": { "type": "Point", "coordinates": [ -158.0203696, 21.40236919 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40236919, "Longitude": -158.0203696, "Species": "Western Cattle Egret", "Count": 15, "Date": "2021-07-06" }, "geometry": { "type": "Point", "coordinates": [ -158.0203696, 21.40236919 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40236919, "Longitude": -158.0203696, "Species": "Yellow-fronted Canary", "Count": 1, "Date": "2022-09-12" }, "geometry": { "type": "Point", "coordinates": [ -158.0203696, 21.40236919 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40236919, "Longitude": -158.0203696, "Species": "Zebra Dove", "Count": 32, "Date": "2022-11-21" }, "geometry": { "type": "Point", "coordinates": [ -158.0203696, 21.40236919 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43844784, "Longitude": -158.0104797, "Species": "Chestnut Munia", "Count": 1, "Date": "2019-03-06" }, "geometry": { "type": "Point", "coordinates": [ -158.0104797, 21.43844784 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43844784, "Longitude": -158.0104797, "Species": "Common Myna", "Count": 7, "Date": "2023-03-03" }, "geometry": { "type": "Point", "coordinates": [ -158.0104797, 21.43844784 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43844784, "Longitude": -158.0104797, "Species": "Common Waxbill", "Count": 3, "Date": "2022-06-05" }, "geometry": { "type": "Point", "coordinates": [ -158.0104797, 21.43844784 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43844784, "Longitude": -158.0104797, "Species": "House Finch", "Count": 5, "Date": "2023-03-03" }, "geometry": { "type": "Point", "coordinates": [ -158.0104797, 21.43844784 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43844784, "Longitude": -158.0104797, "Species": "House Sparrow", "Count": 1, "Date": "2020-02-20" }, "geometry": { "type": "Point", "coordinates": [ -158.0104797, 21.43844784 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43844784, "Longitude": -158.0104797, "Species": "Java Sparrow", "Count": 2, "Date": "2023-03-03" }, "geometry": { "type": "Point", "coordinates": [ -158.0104797, 21.43844784 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43844784, "Longitude": -158.0104797, "Species": "Northern Cardinal", "Count": 4, "Date": "2023-03-03" }, "geometry": { "type": "Point", "coordinates": [ -158.0104797, 21.43844784 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43844784, "Longitude": -158.0104797, "Species": "Northern Mockingbird", "Count": 1, "Date": "2022-06-02" }, "geometry": { "type": "Point", "coordinates": [ -158.0104797, 21.43844784 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43844784, "Longitude": -158.0104797, "Species": "Pacific Golden-Plover", "Count": 5, "Date": "2023-03-03" }, "geometry": { "type": "Point", "coordinates": [ -158.0104797, 21.43844784 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43844784, "Longitude": -158.0104797, "Species": "Red Junglefowl", "Count": 2, "Date": "2023-03-03" }, "geometry": { "type": "Point", "coordinates": [ -158.0104797, 21.43844784 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43844784, "Longitude": -158.0104797, "Species": "Red-crested Cardinal", "Count": 7, "Date": "2023-03-03" }, "geometry": { "type": "Point", "coordinates": [ -158.0104797, 21.43844784 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43844784, "Longitude": -158.0104797, "Species": "Red-crowned Parrot", "Count": 2, "Date": "2022-06-05" }, "geometry": { "type": "Point", "coordinates": [ -158.0104797, 21.43844784 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43844784, "Longitude": -158.0104797, "Species": "Red-vented Bulbul", "Count": 6, "Date": "2023-03-03" }, "geometry": { "type": "Point", "coordinates": [ -158.0104797, 21.43844784 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43844784, "Longitude": -158.0104797, "Species": "Red-whiskered Bulbul", "Count": 4, "Date": "2023-03-03" }, "geometry": { "type": "Point", "coordinates": [ -158.0104797, 21.43844784 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43844784, "Longitude": -158.0104797, "Species": "Rose-ringed Parakeet", "Count": 4, "Date": "2023-03-03" }, "geometry": { "type": "Point", "coordinates": [ -158.0104797, 21.43844784 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43844784, "Longitude": -158.0104797, "Species": "Saffron Finch", "Count": 4, "Date": "2022-06-05" }, "geometry": { "type": "Point", "coordinates": [ -158.0104797, 21.43844784 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43844784, "Longitude": -158.0104797, "Species": "Spotted Dove", "Count": 7, "Date": "2023-03-03" }, "geometry": { "type": "Point", "coordinates": [ -158.0104797, 21.43844784 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43844784, "Longitude": -158.0104797, "Species": "Warbling White-eye", "Count": 5, "Date": "2023-03-03" }, "geometry": { "type": "Point", "coordinates": [ -158.0104797, 21.43844784 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43844784, "Longitude": -158.0104797, "Species": "Western Cattle Egret", "Count": 6, "Date": "2023-03-03" }, "geometry": { "type": "Point", "coordinates": [ -158.0104797, 21.43844784 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43844784, "Longitude": -158.0104797, "Species": "White-rumped Shama", "Count": 2, "Date": "2022-06-05" }, "geometry": { "type": "Point", "coordinates": [ -158.0104797, 21.43844784 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43844784, "Longitude": -158.0104797, "Species": "Zebra Dove", "Count": 7, "Date": "2023-03-03" }, "geometry": { "type": "Point", "coordinates": [ -158.0104797, 21.43844784 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44580814, "Longitude": -157.7595428, "Species": "Barn Owl", "Count": 1, "Date": "2022-07-08" }, "geometry": { "type": "Point", "coordinates": [ -157.7595428, 21.44580814 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44580814, "Longitude": -157.7595428, "Species": "Black-necked Stilt", "Count": 8, "Date": "2023-06-05" }, "geometry": { "type": "Point", "coordinates": [ -157.7595428, 21.44580814 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44580814, "Longitude": -157.7595428, "Species": "Common Myna", "Count": 5, "Date": "2023-01-22" }, "geometry": { "type": "Point", "coordinates": [ -157.7595428, 21.44580814 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44580814, "Longitude": -157.7595428, "Species": "Common Waxbill", "Count": 2, "Date": "2023-01-22" }, "geometry": { "type": "Point", "coordinates": [ -157.7595428, 21.44580814 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44580814, "Longitude": -157.7595428, "Species": "Gray Francolin", "Count": 1, "Date": "2023-01-22" }, "geometry": { "type": "Point", "coordinates": [ -157.7595428, 21.44580814 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44580814, "Longitude": -157.7595428, "Species": "Great Frigatebird", "Count": 1, "Date": "2022-06-26" }, "geometry": { "type": "Point", "coordinates": [ -157.7595428, 21.44580814 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44580814, "Longitude": -157.7595428, "Species": "House Sparrow", "Count": 1, "Date": "2019-07-10" }, "geometry": { "type": "Point", "coordinates": [ -157.7595428, 21.44580814 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44580814, "Longitude": -157.7595428, "Species": "Laysan Albatross", "Count": 1, "Date": "2022-06-26" }, "geometry": { "type": "Point", "coordinates": [ -157.7595428, 21.44580814 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44580814, "Longitude": -157.7595428, "Species": "Northern Cardinal", "Count": 3, "Date": "2022-06-26" }, "geometry": { "type": "Point", "coordinates": [ -157.7595428, 21.44580814 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44580814, "Longitude": -157.7595428, "Species": "Pacific Golden-Plover", "Count": 5, "Date": "2023-01-22" }, "geometry": { "type": "Point", "coordinates": [ -157.7595428, 21.44580814 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44580814, "Longitude": -157.7595428, "Species": "Red Junglefowl", "Count": 1, "Date": "2020-06-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7595428, 21.44580814 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44580814, "Longitude": -157.7595428, "Species": "Red-crested Cardinal", "Count": 3, "Date": "2023-06-05" }, "geometry": { "type": "Point", "coordinates": [ -157.7595428, 21.44580814 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44580814, "Longitude": -157.7595428, "Species": "Red-vented Bulbul", "Count": 3, "Date": "2022-06-26" }, "geometry": { "type": "Point", "coordinates": [ -157.7595428, 21.44580814 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44580814, "Longitude": -157.7595428, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2023-01-22" }, "geometry": { "type": "Point", "coordinates": [ -157.7595428, 21.44580814 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44580814, "Longitude": -157.7595428, "Species": "Rock Pigeon", "Count": 1, "Date": "2022-06-26" }, "geometry": { "type": "Point", "coordinates": [ -157.7595428, 21.44580814 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44580814, "Longitude": -157.7595428, "Species": "Saffron Finch", "Count": 3, "Date": "2023-01-19" }, "geometry": { "type": "Point", "coordinates": [ -157.7595428, 21.44580814 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44580814, "Longitude": -157.7595428, "Species": "Spotted Dove", "Count": 4, "Date": "2023-01-22" }, "geometry": { "type": "Point", "coordinates": [ -157.7595428, 21.44580814 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44580814, "Longitude": -157.7595428, "Species": "Warbling White-eye", "Count": 1, "Date": "2022-06-26" }, "geometry": { "type": "Point", "coordinates": [ -157.7595428, 21.44580814 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44580814, "Longitude": -157.7595428, "Species": "Wedge-tailed Shearwater", "Count": 1, "Date": "2022-06-26" }, "geometry": { "type": "Point", "coordinates": [ -157.7595428, 21.44580814 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44580814, "Longitude": -157.7595428, "Species": "Western Cattle Egret", "Count": 6, "Date": "2023-06-05" }, "geometry": { "type": "Point", "coordinates": [ -157.7595428, 21.44580814 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44580814, "Longitude": -157.7595428, "Species": "Zebra Dove", "Count": 3, "Date": "2022-06-26" }, "geometry": { "type": "Point", "coordinates": [ -157.7595428, 21.44580814 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46549195, "Longitude": -158.000646, "Species": "African Silverbill", "Count": 1, "Date": "2023-02-22" }, "geometry": { "type": "Point", "coordinates": [ -158.000646, 21.46549195 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46549195, "Longitude": -158.000646, "Species": "Chestnut Munia", "Count": 2, "Date": "2022-04-15" }, "geometry": { "type": "Point", "coordinates": [ -158.000646, 21.46549195 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46549195, "Longitude": -158.000646, "Species": "Common Myna", "Count": 11, "Date": "2024-01-20" }, "geometry": { "type": "Point", "coordinates": [ -158.000646, 21.46549195 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46549195, "Longitude": -158.000646, "Species": "Common Waxbill", "Count": 4, "Date": "2024-01-20" }, "geometry": { "type": "Point", "coordinates": [ -158.000646, 21.46549195 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46549195, "Longitude": -158.000646, "Species": "House Finch", "Count": 3, "Date": "2022-04-15" }, "geometry": { "type": "Point", "coordinates": [ -158.000646, 21.46549195 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46549195, "Longitude": -158.000646, "Species": "House Sparrow", "Count": 3, "Date": "2023-08-13" }, "geometry": { "type": "Point", "coordinates": [ -158.000646, 21.46549195 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46549195, "Longitude": -158.000646, "Species": "Java Sparrow", "Count": 3, "Date": "2024-01-20" }, "geometry": { "type": "Point", "coordinates": [ -158.000646, 21.46549195 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46549195, "Longitude": -158.000646, "Species": "Northern Cardinal", "Count": 2, "Date": "2021-02-06" }, "geometry": { "type": "Point", "coordinates": [ -158.000646, 21.46549195 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46549195, "Longitude": -158.000646, "Species": "Pacific Golden-Plover", "Count": 10, "Date": "2024-01-20" }, "geometry": { "type": "Point", "coordinates": [ -158.000646, 21.46549195 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46549195, "Longitude": -158.000646, "Species": "Red Junglefowl", "Count": 2, "Date": "2023-08-13" }, "geometry": { "type": "Point", "coordinates": [ -158.000646, 21.46549195 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46549195, "Longitude": -158.000646, "Species": "Red-crested Cardinal", "Count": 5, "Date": "2024-01-20" }, "geometry": { "type": "Point", "coordinates": [ -158.000646, 21.46549195 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46549195, "Longitude": -158.000646, "Species": "Red-vented Bulbul", "Count": 4, "Date": "2023-02-22" }, "geometry": { "type": "Point", "coordinates": [ -158.000646, 21.46549195 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46549195, "Longitude": -158.000646, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2019-03-04" }, "geometry": { "type": "Point", "coordinates": [ -158.000646, 21.46549195 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46549195, "Longitude": -158.000646, "Species": "Rose-ringed Parakeet", "Count": 5, "Date": "2023-08-13" }, "geometry": { "type": "Point", "coordinates": [ -158.000646, 21.46549195 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46549195, "Longitude": -158.000646, "Species": "Saffron Finch", "Count": 4, "Date": "2024-01-20" }, "geometry": { "type": "Point", "coordinates": [ -158.000646, 21.46549195 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46549195, "Longitude": -158.000646, "Species": "Scaly-breasted Munia", "Count": 1, "Date": "2023-02-22" }, "geometry": { "type": "Point", "coordinates": [ -158.000646, 21.46549195 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46549195, "Longitude": -158.000646, "Species": "Spotted Dove", "Count": 9, "Date": "2024-01-20" }, "geometry": { "type": "Point", "coordinates": [ -158.000646, 21.46549195 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46549195, "Longitude": -158.000646, "Species": "Warbling White-eye", "Count": 1, "Date": "2021-02-06" }, "geometry": { "type": "Point", "coordinates": [ -158.000646, 21.46549195 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46549195, "Longitude": -158.000646, "Species": "Western Cattle Egret", "Count": 3, "Date": "2022-07-21" }, "geometry": { "type": "Point", "coordinates": [ -158.000646, 21.46549195 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46549195, "Longitude": -158.000646, "Species": "White-rumped Shama", "Count": 1, "Date": "2019-03-04" }, "geometry": { "type": "Point", "coordinates": [ -158.000646, 21.46549195 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46549195, "Longitude": -158.000646, "Species": "Zebra Dove", "Count": 7, "Date": "2024-01-20" }, "geometry": { "type": "Point", "coordinates": [ -158.000646, 21.46549195 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4638726, "Longitude": -157.7593898, "Species": "African Silverbill", "Count": 1, "Date": "2021-06-28" }, "geometry": { "type": "Point", "coordinates": [ -157.7593898, 21.4638726 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4638726, "Longitude": -157.7593898, "Species": "Brown Booby", "Count": 1, "Date": "2020-10-16" }, "geometry": { "type": "Point", "coordinates": [ -157.7593898, 21.4638726 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4638726, "Longitude": -157.7593898, "Species": "Common Myna", "Count": 2, "Date": "2024-01-25" }, "geometry": { "type": "Point", "coordinates": [ -157.7593898, 21.4638726 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4638726, "Longitude": -157.7593898, "Species": "Common Waxbill", "Count": 2, "Date": "2023-02-01" }, "geometry": { "type": "Point", "coordinates": [ -157.7593898, 21.4638726 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4638726, "Longitude": -157.7593898, "Species": "Gray Francolin", "Count": 2, "Date": "2021-06-28" }, "geometry": { "type": "Point", "coordinates": [ -157.7593898, 21.4638726 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4638726, "Longitude": -157.7593898, "Species": "Great Frigatebird", "Count": 3, "Date": "2024-01-07" }, "geometry": { "type": "Point", "coordinates": [ -157.7593898, 21.4638726 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4638726, "Longitude": -157.7593898, "Species": "House Finch", "Count": 1, "Date": "2021-06-28" }, "geometry": { "type": "Point", "coordinates": [ -157.7593898, 21.4638726 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4638726, "Longitude": -157.7593898, "Species": "Masked Booby", "Count": 2, "Date": "2024-01-07" }, "geometry": { "type": "Point", "coordinates": [ -157.7593898, 21.4638726 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4638726, "Longitude": -157.7593898, "Species": "Northern Cardinal", "Count": 2, "Date": "2024-01-07" }, "geometry": { "type": "Point", "coordinates": [ -157.7593898, 21.4638726 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4638726, "Longitude": -157.7593898, "Species": "Pacific Golden-Plover", "Count": 2, "Date": "2024-01-25" }, "geometry": { "type": "Point", "coordinates": [ -157.7593898, 21.4638726 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4638726, "Longitude": -157.7593898, "Species": "Red-crested Cardinal", "Count": 2, "Date": "2024-01-25" }, "geometry": { "type": "Point", "coordinates": [ -157.7593898, 21.4638726 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4638726, "Longitude": -157.7593898, "Species": "Red-vented Bulbul", "Count": 4, "Date": "2024-01-07" }, "geometry": { "type": "Point", "coordinates": [ -157.7593898, 21.4638726 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4638726, "Longitude": -157.7593898, "Species": "Red-whiskered Bulbul", "Count": 2, "Date": "2023-02-01" }, "geometry": { "type": "Point", "coordinates": [ -157.7593898, 21.4638726 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4638726, "Longitude": -157.7593898, "Species": "Sanderling", "Count": 2, "Date": "2023-09-06" }, "geometry": { "type": "Point", "coordinates": [ -157.7593898, 21.4638726 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4638726, "Longitude": -157.7593898, "Species": "Wandering Tattler", "Count": 1, "Date": "2020-10-16" }, "geometry": { "type": "Point", "coordinates": [ -157.7593898, 21.4638726 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4638726, "Longitude": -157.7593898, "Species": "Warbling White-eye", "Count": 2, "Date": "2021-06-28" }, "geometry": { "type": "Point", "coordinates": [ -157.7593898, 21.4638726 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4638726, "Longitude": -157.7593898, "Species": "Wedge-tailed Shearwater", "Count": 1, "Date": "2021-06-28" }, "geometry": { "type": "Point", "coordinates": [ -157.7593898, 21.4638726 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4638726, "Longitude": -157.7593898, "Species": "Western Cattle Egret", "Count": 2, "Date": "2024-01-25" }, "geometry": { "type": "Point", "coordinates": [ -157.7593898, 21.4638726 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4638726, "Longitude": -157.7593898, "Species": "White-rumped Shama", "Count": 1, "Date": "2021-06-28" }, "geometry": { "type": "Point", "coordinates": [ -157.7593898, 21.4638726 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4638726, "Longitude": -157.7593898, "Species": "Zebra Dove", "Count": 1, "Date": "2024-01-25" }, "geometry": { "type": "Point", "coordinates": [ -157.7593898, 21.4638726 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48460335, "Longitude": -158.1935664, "Species": "Black-crowned Night Heron", "Count": 1, "Date": "2024-01-16" }, "geometry": { "type": "Point", "coordinates": [ -158.1935664, 21.48460335 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48460335, "Longitude": -158.1935664, "Species": "Common Myna", "Count": 9, "Date": "2024-01-18" }, "geometry": { "type": "Point", "coordinates": [ -158.1935664, 21.48460335 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48460335, "Longitude": -158.1935664, "Species": "Common Waxbill", "Count": 8, "Date": "2024-01-18" }, "geometry": { "type": "Point", "coordinates": [ -158.1935664, 21.48460335 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48460335, "Longitude": -158.1935664, "Species": "Erckel's Spurfowl", "Count": 2, "Date": "2024-01-18" }, "geometry": { "type": "Point", "coordinates": [ -158.1935664, 21.48460335 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48460335, "Longitude": -158.1935664, "Species": "Gray Francolin", "Count": 1, "Date": "2024-01-18" }, "geometry": { "type": "Point", "coordinates": [ -158.1935664, 21.48460335 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48460335, "Longitude": -158.1935664, "Species": "House Finch", "Count": 6, "Date": "2024-01-18" }, "geometry": { "type": "Point", "coordinates": [ -158.1935664, 21.48460335 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48460335, "Longitude": -158.1935664, "Species": "Indian Peafowl", "Count": 3, "Date": "2024-01-18" }, "geometry": { "type": "Point", "coordinates": [ -158.1935664, 21.48460335 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48460335, "Longitude": -158.1935664, "Species": "Java Sparrow", "Count": 2, "Date": "2024-01-18" }, "geometry": { "type": "Point", "coordinates": [ -158.1935664, 21.48460335 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48460335, "Longitude": -158.1935664, "Species": "Mourning Dove", "Count": 1, "Date": "2024-01-18" }, "geometry": { "type": "Point", "coordinates": [ -158.1935664, 21.48460335 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48460335, "Longitude": -158.1935664, "Species": "Northern Cardinal", "Count": 6, "Date": "2024-01-18" }, "geometry": { "type": "Point", "coordinates": [ -158.1935664, 21.48460335 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48460335, "Longitude": -158.1935664, "Species": "Northern Mockingbird", "Count": 1, "Date": "2024-01-15" }, "geometry": { "type": "Point", "coordinates": [ -158.1935664, 21.48460335 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48460335, "Longitude": -158.1935664, "Species": "Pacific Golden-Plover", "Count": 3, "Date": "2024-01-18" }, "geometry": { "type": "Point", "coordinates": [ -158.1935664, 21.48460335 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48460335, "Longitude": -158.1935664, "Species": "Red Junglefowl", "Count": 2, "Date": "2024-01-15" }, "geometry": { "type": "Point", "coordinates": [ -158.1935664, 21.48460335 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48460335, "Longitude": -158.1935664, "Species": "Red-crested Cardinal", "Count": 8, "Date": "2024-01-18" }, "geometry": { "type": "Point", "coordinates": [ -158.1935664, 21.48460335 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48460335, "Longitude": -158.1935664, "Species": "Red-vented Bulbul", "Count": 8, "Date": "2024-01-18" }, "geometry": { "type": "Point", "coordinates": [ -158.1935664, 21.48460335 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48460335, "Longitude": -158.1935664, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2024-01-15" }, "geometry": { "type": "Point", "coordinates": [ -158.1935664, 21.48460335 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48460335, "Longitude": -158.1935664, "Species": "Saffron Finch", "Count": 12, "Date": "2024-01-18" }, "geometry": { "type": "Point", "coordinates": [ -158.1935664, 21.48460335 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48460335, "Longitude": -158.1935664, "Species": "Spotted Dove", "Count": 6, "Date": "2024-01-18" }, "geometry": { "type": "Point", "coordinates": [ -158.1935664, 21.48460335 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48460335, "Longitude": -158.1935664, "Species": "Warbling White-eye", "Count": 6, "Date": "2024-01-18" }, "geometry": { "type": "Point", "coordinates": [ -158.1935664, 21.48460335 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48460335, "Longitude": -158.1935664, "Species": "White-rumped Shama", "Count": 3, "Date": "2024-01-18" }, "geometry": { "type": "Point", "coordinates": [ -158.1935664, 21.48460335 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48460335, "Longitude": -158.1935664, "Species": "Zebra Dove", "Count": 9, "Date": "2024-01-18" }, "geometry": { "type": "Point", "coordinates": [ -158.1935664, 21.48460335 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56551826, "Longitude": -158.1158551, "Species": "Black Francolin", "Count": 4, "Date": "2022-12-27" }, "geometry": { "type": "Point", "coordinates": [ -158.1158551, 21.56551826 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56551826, "Longitude": -158.1158551, "Species": "Chestnut Munia", "Count": 2, "Date": "2022-06-27" }, "geometry": { "type": "Point", "coordinates": [ -158.1158551, 21.56551826 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56551826, "Longitude": -158.1158551, "Species": "Common Myna", "Count": 21, "Date": "2022-11-28" }, "geometry": { "type": "Point", "coordinates": [ -158.1158551, 21.56551826 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56551826, "Longitude": -158.1158551, "Species": "Common Waxbill", "Count": 16, "Date": "2022-12-12" }, "geometry": { "type": "Point", "coordinates": [ -158.1158551, 21.56551826 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56551826, "Longitude": -158.1158551, "Species": "Gray Francolin", "Count": 9, "Date": "2022-12-27" }, "geometry": { "type": "Point", "coordinates": [ -158.1158551, 21.56551826 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56551826, "Longitude": -158.1158551, "Species": "House Finch", "Count": 10, "Date": "2022-09-19" }, "geometry": { "type": "Point", "coordinates": [ -158.1158551, 21.56551826 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56551826, "Longitude": -158.1158551, "Species": "House Sparrow", "Count": 2, "Date": "2022-06-27" }, "geometry": { "type": "Point", "coordinates": [ -158.1158551, 21.56551826 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56551826, "Longitude": -158.1158551, "Species": "Japanese Bush Warbler", "Count": 1, "Date": "2022-12-12" }, "geometry": { "type": "Point", "coordinates": [ -158.1158551, 21.56551826 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56551826, "Longitude": -158.1158551, "Species": "Java Sparrow", "Count": 7, "Date": "2022-12-12" }, "geometry": { "type": "Point", "coordinates": [ -158.1158551, 21.56551826 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56551826, "Longitude": -158.1158551, "Species": "Northern Cardinal", "Count": 12, "Date": "2022-11-14" }, "geometry": { "type": "Point", "coordinates": [ -158.1158551, 21.56551826 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56551826, "Longitude": -158.1158551, "Species": "Red Avadavat", "Count": 6, "Date": "2022-11-14" }, "geometry": { "type": "Point", "coordinates": [ -158.1158551, 21.56551826 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56551826, "Longitude": -158.1158551, "Species": "Red-billed Leiothrix", "Count": 4, "Date": "2022-10-31" }, "geometry": { "type": "Point", "coordinates": [ -158.1158551, 21.56551826 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56551826, "Longitude": -158.1158551, "Species": "Red-crested Cardinal", "Count": 13, "Date": "2022-12-27" }, "geometry": { "type": "Point", "coordinates": [ -158.1158551, 21.56551826 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56551826, "Longitude": -158.1158551, "Species": "Red-vented Bulbul", "Count": 21, "Date": "2022-12-27" }, "geometry": { "type": "Point", "coordinates": [ -158.1158551, 21.56551826 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56551826, "Longitude": -158.1158551, "Species": "Red-whiskered Bulbul", "Count": 9, "Date": "2022-12-12" }, "geometry": { "type": "Point", "coordinates": [ -158.1158551, 21.56551826 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56551826, "Longitude": -158.1158551, "Species": "Saffron Finch", "Count": 1, "Date": "2022-11-28" }, "geometry": { "type": "Point", "coordinates": [ -158.1158551, 21.56551826 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56551826, "Longitude": -158.1158551, "Species": "Spotted Dove", "Count": 19, "Date": "2022-11-28" }, "geometry": { "type": "Point", "coordinates": [ -158.1158551, 21.56551826 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56551826, "Longitude": -158.1158551, "Species": "Warbling White-eye", "Count": 23, "Date": "2022-12-27" }, "geometry": { "type": "Point", "coordinates": [ -158.1158551, 21.56551826 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56551826, "Longitude": -158.1158551, "Species": "Western Cattle Egret", "Count": 2, "Date": "2022-11-14" }, "geometry": { "type": "Point", "coordinates": [ -158.1158551, 21.56551826 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56551826, "Longitude": -158.1158551, "Species": "White-rumped Shama", "Count": 8, "Date": "2022-12-12" }, "geometry": { "type": "Point", "coordinates": [ -158.1158551, 21.56551826 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56551826, "Longitude": -158.1158551, "Species": "Zebra Dove", "Count": 22, "Date": "2022-12-27" }, "geometry": { "type": "Point", "coordinates": [ -158.1158551, 21.56551826 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5750892, "Longitude": -158.2220344, "Species": "Black-footed Albatross", "Count": 1, "Date": "2019-01-30" }, "geometry": { "type": "Point", "coordinates": [ -158.222034400000013, 21.5750892 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5750892, "Longitude": -158.2220344, "Species": "Common Myna", "Count": 3, "Date": "2023-03-22" }, "geometry": { "type": "Point", "coordinates": [ -158.222034400000013, 21.5750892 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5750892, "Longitude": -158.2220344, "Species": "Common Waxbill", "Count": 2, "Date": "2023-03-22" }, "geometry": { "type": "Point", "coordinates": [ -158.222034400000013, 21.5750892 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5750892, "Longitude": -158.2220344, "Species": "Gray Francolin", "Count": 1, "Date": "2023-03-22" }, "geometry": { "type": "Point", "coordinates": [ -158.222034400000013, 21.5750892 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5750892, "Longitude": -158.2220344, "Species": "House Finch", "Count": 2, "Date": "2019-01-30" }, "geometry": { "type": "Point", "coordinates": [ -158.222034400000013, 21.5750892 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5750892, "Longitude": -158.2220344, "Species": "House Sparrow", "Count": 2, "Date": "2019-01-30" }, "geometry": { "type": "Point", "coordinates": [ -158.222034400000013, 21.5750892 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5750892, "Longitude": -158.2220344, "Species": "Java Sparrow", "Count": 2, "Date": "2022-01-24" }, "geometry": { "type": "Point", "coordinates": [ -158.222034400000013, 21.5750892 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5750892, "Longitude": -158.2220344, "Species": "Laysan Albatross", "Count": 4, "Date": "2023-03-22" }, "geometry": { "type": "Point", "coordinates": [ -158.222034400000013, 21.5750892 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5750892, "Longitude": -158.2220344, "Species": "Northern Cardinal", "Count": 2, "Date": "2023-03-22" }, "geometry": { "type": "Point", "coordinates": [ -158.222034400000013, 21.5750892 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5750892, "Longitude": -158.2220344, "Species": "Pacific Golden-Plover", "Count": 3, "Date": "2023-03-22" }, "geometry": { "type": "Point", "coordinates": [ -158.222034400000013, 21.5750892 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5750892, "Longitude": -158.2220344, "Species": "Red Junglefowl", "Count": 1, "Date": "2019-01-28" }, "geometry": { "type": "Point", "coordinates": [ -158.222034400000013, 21.5750892 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5750892, "Longitude": -158.2220344, "Species": "Red-crested Cardinal", "Count": 3, "Date": "2023-03-22" }, "geometry": { "type": "Point", "coordinates": [ -158.222034400000013, 21.5750892 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5750892, "Longitude": -158.2220344, "Species": "Red-footed Booby", "Count": 2, "Date": "2019-01-30" }, "geometry": { "type": "Point", "coordinates": [ -158.222034400000013, 21.5750892 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5750892, "Longitude": -158.2220344, "Species": "Red-vented Bulbul", "Count": 3, "Date": "2023-03-22" }, "geometry": { "type": "Point", "coordinates": [ -158.222034400000013, 21.5750892 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5750892, "Longitude": -158.2220344, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2019-01-30" }, "geometry": { "type": "Point", "coordinates": [ -158.222034400000013, 21.5750892 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5750892, "Longitude": -158.2220344, "Species": "Rock Pigeon", "Count": 2, "Date": "2019-01-30" }, "geometry": { "type": "Point", "coordinates": [ -158.222034400000013, 21.5750892 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5750892, "Longitude": -158.2220344, "Species": "Saffron Finch", "Count": 4, "Date": "2024-02-21" }, "geometry": { "type": "Point", "coordinates": [ -158.222034400000013, 21.5750892 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5750892, "Longitude": -158.2220344, "Species": "Spotted Dove", "Count": 3, "Date": "2023-03-22" }, "geometry": { "type": "Point", "coordinates": [ -158.222034400000013, 21.5750892 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5750892, "Longitude": -158.2220344, "Species": "Warbling White-eye", "Count": 2, "Date": "2019-01-30" }, "geometry": { "type": "Point", "coordinates": [ -158.222034400000013, 21.5750892 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5750892, "Longitude": -158.2220344, "Species": "Western Cattle Egret", "Count": 1, "Date": "2019-01-28" }, "geometry": { "type": "Point", "coordinates": [ -158.222034400000013, 21.5750892 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5750892, "Longitude": -158.2220344, "Species": "Zebra Dove", "Count": 3, "Date": "2023-03-22" }, "geometry": { "type": "Point", "coordinates": [ -158.222034400000013, 21.5750892 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57470965, "Longitude": -158.1447717, "Species": "Common Myna", "Count": 3, "Date": "2020-01-07" }, "geometry": { "type": "Point", "coordinates": [ -158.1447717, 21.57470965 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57470965, "Longitude": -158.1447717, "Species": "Common Waxbill", "Count": 3, "Date": "2020-01-07" }, "geometry": { "type": "Point", "coordinates": [ -158.1447717, 21.57470965 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57470965, "Longitude": -158.1447717, "Species": "Erckel's Spurfowl", "Count": 2, "Date": "2019-03-22" }, "geometry": { "type": "Point", "coordinates": [ -158.1447717, 21.57470965 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57470965, "Longitude": -158.1447717, "Species": "Gray Francolin", "Count": 1, "Date": "2019-03-16" }, "geometry": { "type": "Point", "coordinates": [ -158.1447717, 21.57470965 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57470965, "Longitude": -158.1447717, "Species": "House Finch", "Count": 2, "Date": "2019-03-22" }, "geometry": { "type": "Point", "coordinates": [ -158.1447717, 21.57470965 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57470965, "Longitude": -158.1447717, "Species": "House Sparrow", "Count": 1, "Date": "2019-03-16" }, "geometry": { "type": "Point", "coordinates": [ -158.1447717, 21.57470965 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57470965, "Longitude": -158.1447717, "Species": "Japanese Bush Warbler", "Count": 1, "Date": "2019-03-16" }, "geometry": { "type": "Point", "coordinates": [ -158.1447717, 21.57470965 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57470965, "Longitude": -158.1447717, "Species": "Northern Cardinal", "Count": 3, "Date": "2020-01-07" }, "geometry": { "type": "Point", "coordinates": [ -158.1447717, 21.57470965 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57470965, "Longitude": -158.1447717, "Species": "Oahu Amakihi", "Count": 1, "Date": "2019-03-22" }, "geometry": { "type": "Point", "coordinates": [ -158.1447717, 21.57470965 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57470965, "Longitude": -158.1447717, "Species": "Pacific Golden-Plover", "Count": 3, "Date": "2020-01-07" }, "geometry": { "type": "Point", "coordinates": [ -158.1447717, 21.57470965 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57470965, "Longitude": -158.1447717, "Species": "Red Junglefowl", "Count": 1, "Date": "2020-01-07" }, "geometry": { "type": "Point", "coordinates": [ -158.1447717, 21.57470965 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57470965, "Longitude": -158.1447717, "Species": "Red-billed Leiothrix", "Count": 2, "Date": "2019-03-22" }, "geometry": { "type": "Point", "coordinates": [ -158.1447717, 21.57470965 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57470965, "Longitude": -158.1447717, "Species": "Red-crested Cardinal", "Count": 3, "Date": "2020-01-07" }, "geometry": { "type": "Point", "coordinates": [ -158.1447717, 21.57470965 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57470965, "Longitude": -158.1447717, "Species": "Red-vented Bulbul", "Count": 3, "Date": "2020-01-07" }, "geometry": { "type": "Point", "coordinates": [ -158.1447717, 21.57470965 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57470965, "Longitude": -158.1447717, "Species": "Red-whiskered Bulbul", "Count": 2, "Date": "2019-03-22" }, "geometry": { "type": "Point", "coordinates": [ -158.1447717, 21.57470965 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57470965, "Longitude": -158.1447717, "Species": "Rock Pigeon", "Count": 1, "Date": "2020-01-07" }, "geometry": { "type": "Point", "coordinates": [ -158.1447717, 21.57470965 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57470965, "Longitude": -158.1447717, "Species": "Spotted Dove", "Count": 3, "Date": "2020-01-07" }, "geometry": { "type": "Point", "coordinates": [ -158.1447717, 21.57470965 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57470965, "Longitude": -158.1447717, "Species": "Warbling White-eye", "Count": 3, "Date": "2020-01-07" }, "geometry": { "type": "Point", "coordinates": [ -158.1447717, 21.57470965 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57470965, "Longitude": -158.1447717, "Species": "Western Cattle Egret", "Count": 1, "Date": "2020-01-07" }, "geometry": { "type": "Point", "coordinates": [ -158.1447717, 21.57470965 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57470965, "Longitude": -158.1447717, "Species": "White-rumped Shama", "Count": 2, "Date": "2019-03-22" }, "geometry": { "type": "Point", "coordinates": [ -158.1447717, 21.57470965 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57470965, "Longitude": -158.1447717, "Species": "Zebra Dove", "Count": 3, "Date": "2020-01-07" }, "geometry": { "type": "Point", "coordinates": [ -158.1447717, 21.57470965 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57465735, "Longitude": -158.1351147, "Species": "Black Francolin", "Count": 8, "Date": "2022-07-05" }, "geometry": { "type": "Point", "coordinates": [ -158.1351147, 21.57465735 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57465735, "Longitude": -158.1351147, "Species": "Chestnut Munia", "Count": 1, "Date": "2022-04-18" }, "geometry": { "type": "Point", "coordinates": [ -158.1351147, 21.57465735 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57465735, "Longitude": -158.1351147, "Species": "Common Myna", "Count": 12, "Date": "2023-01-26" }, "geometry": { "type": "Point", "coordinates": [ -158.1351147, 21.57465735 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57465735, "Longitude": -158.1351147, "Species": "Common Waxbill", "Count": 18, "Date": "2023-01-26" }, "geometry": { "type": "Point", "coordinates": [ -158.1351147, 21.57465735 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57465735, "Longitude": -158.1351147, "Species": "Gray Francolin", "Count": 6, "Date": "2022-11-28" }, "geometry": { "type": "Point", "coordinates": [ -158.1351147, 21.57465735 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57465735, "Longitude": -158.1351147, "Species": "House Finch", "Count": 8, "Date": "2022-11-28" }, "geometry": { "type": "Point", "coordinates": [ -158.1351147, 21.57465735 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57465735, "Longitude": -158.1351147, "Species": "Japanese Bush Warbler", "Count": 11, "Date": "2022-12-27" }, "geometry": { "type": "Point", "coordinates": [ -158.1351147, 21.57465735 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57465735, "Longitude": -158.1351147, "Species": "Northern Cardinal", "Count": 18, "Date": "2022-11-14" }, "geometry": { "type": "Point", "coordinates": [ -158.1351147, 21.57465735 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57465735, "Longitude": -158.1351147, "Species": "Red Avadavat", "Count": 13, "Date": "2022-12-27" }, "geometry": { "type": "Point", "coordinates": [ -158.1351147, 21.57465735 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57465735, "Longitude": -158.1351147, "Species": "Red-billed Leiothrix", "Count": 2, "Date": "2022-07-05" }, "geometry": { "type": "Point", "coordinates": [ -158.1351147, 21.57465735 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57465735, "Longitude": -158.1351147, "Species": "Red-crested Cardinal", "Count": 10, "Date": "2022-10-31" }, "geometry": { "type": "Point", "coordinates": [ -158.1351147, 21.57465735 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57465735, "Longitude": -158.1351147, "Species": "Red-vented Bulbul", "Count": 22, "Date": "2023-01-26" }, "geometry": { "type": "Point", "coordinates": [ -158.1351147, 21.57465735 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57465735, "Longitude": -158.1351147, "Species": "Red-whiskered Bulbul", "Count": 3, "Date": "2022-10-03" }, "geometry": { "type": "Point", "coordinates": [ -158.1351147, 21.57465735 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57465735, "Longitude": -158.1351147, "Species": "Rock Pigeon", "Count": 1, "Date": "2022-05-16" }, "geometry": { "type": "Point", "coordinates": [ -158.1351147, 21.57465735 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57465735, "Longitude": -158.1351147, "Species": "Saffron Finch", "Count": 2, "Date": "2022-11-28" }, "geometry": { "type": "Point", "coordinates": [ -158.1351147, 21.57465735 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57465735, "Longitude": -158.1351147, "Species": "Scaly-breasted Munia", "Count": 2, "Date": "2022-06-06" }, "geometry": { "type": "Point", "coordinates": [ -158.1351147, 21.57465735 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57465735, "Longitude": -158.1351147, "Species": "Spotted Dove", "Count": 18, "Date": "2023-01-26" }, "geometry": { "type": "Point", "coordinates": [ -158.1351147, 21.57465735 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57465735, "Longitude": -158.1351147, "Species": "Warbling White-eye", "Count": 14, "Date": "2022-12-27" }, "geometry": { "type": "Point", "coordinates": [ -158.1351147, 21.57465735 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57465735, "Longitude": -158.1351147, "Species": "Western Cattle Egret", "Count": 2, "Date": "2022-08-08" }, "geometry": { "type": "Point", "coordinates": [ -158.1351147, 21.57465735 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57465735, "Longitude": -158.1351147, "Species": "Yellow-fronted Canary", "Count": 1, "Date": "2022-10-03" }, "geometry": { "type": "Point", "coordinates": [ -158.1351147, 21.57465735 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57465735, "Longitude": -158.1351147, "Species": "Zebra Dove", "Count": 26, "Date": "2023-01-26" }, "geometry": { "type": "Point", "coordinates": [ -158.1351147, 21.57465735 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60155007, "Longitude": -158.0963153, "Species": "African Silverbill", "Count": 1, "Date": "2021-06-11" }, "geometry": { "type": "Point", "coordinates": [ -158.096315299999986, 21.60155007 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60155007, "Longitude": -158.0963153, "Species": "Chestnut Munia", "Count": 3, "Date": "2021-06-11" }, "geometry": { "type": "Point", "coordinates": [ -158.096315299999986, 21.60155007 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60155007, "Longitude": -158.0963153, "Species": "Common Myna", "Count": 7, "Date": "2023-02-22" }, "geometry": { "type": "Point", "coordinates": [ -158.096315299999986, 21.60155007 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60155007, "Longitude": -158.0963153, "Species": "Common Waxbill", "Count": 4, "Date": "2021-06-11" }, "geometry": { "type": "Point", "coordinates": [ -158.096315299999986, 21.60155007 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60155007, "Longitude": -158.0963153, "Species": "House Finch", "Count": 2, "Date": "2019-11-24" }, "geometry": { "type": "Point", "coordinates": [ -158.096315299999986, 21.60155007 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60155007, "Longitude": -158.0963153, "Species": "House Sparrow", "Count": 2, "Date": "2019-03-23" }, "geometry": { "type": "Point", "coordinates": [ -158.096315299999986, 21.60155007 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60155007, "Longitude": -158.0963153, "Species": "Pacific Golden-Plover", "Count": 4, "Date": "2019-11-24" }, "geometry": { "type": "Point", "coordinates": [ -158.096315299999986, 21.60155007 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60155007, "Longitude": -158.0963153, "Species": "Red Junglefowl", "Count": 4, "Date": "2023-08-23" }, "geometry": { "type": "Point", "coordinates": [ -158.096315299999986, 21.60155007 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60155007, "Longitude": -158.0963153, "Species": "Red-crested Cardinal", "Count": 3, "Date": "2021-06-11" }, "geometry": { "type": "Point", "coordinates": [ -158.096315299999986, 21.60155007 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60155007, "Longitude": -158.0963153, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2019-01-02" }, "geometry": { "type": "Point", "coordinates": [ -158.096315299999986, 21.60155007 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60155007, "Longitude": -158.0963153, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2023-02-22" }, "geometry": { "type": "Point", "coordinates": [ -158.096315299999986, 21.60155007 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60155007, "Longitude": -158.0963153, "Species": "Rock Pigeon", "Count": 2, "Date": "2019-11-24" }, "geometry": { "type": "Point", "coordinates": [ -158.096315299999986, 21.60155007 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60155007, "Longitude": -158.0963153, "Species": "Ruddy Turnstone", "Count": 2, "Date": "2023-04-22" }, "geometry": { "type": "Point", "coordinates": [ -158.096315299999986, 21.60155007 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60155007, "Longitude": -158.0963153, "Species": "Saffron Finch", "Count": 2, "Date": "2019-11-24" }, "geometry": { "type": "Point", "coordinates": [ -158.096315299999986, 21.60155007 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60155007, "Longitude": -158.0963153, "Species": "Sanderling", "Count": 1, "Date": "2023-04-22" }, "geometry": { "type": "Point", "coordinates": [ -158.096315299999986, 21.60155007 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60155007, "Longitude": -158.0963153, "Species": "Scaly-breasted Munia", "Count": 3, "Date": "2021-06-11" }, "geometry": { "type": "Point", "coordinates": [ -158.096315299999986, 21.60155007 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60155007, "Longitude": -158.0963153, "Species": "Spotted Dove", "Count": 2, "Date": "2021-06-11" }, "geometry": { "type": "Point", "coordinates": [ -158.096315299999986, 21.60155007 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60155007, "Longitude": -158.0963153, "Species": "Wandering Tattler", "Count": 2, "Date": "2023-04-22" }, "geometry": { "type": "Point", "coordinates": [ -158.096315299999986, 21.60155007 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60155007, "Longitude": -158.0963153, "Species": "Warbling White-eye", "Count": 1, "Date": "2019-01-02" }, "geometry": { "type": "Point", "coordinates": [ -158.096315299999986, 21.60155007 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60155007, "Longitude": -158.0963153, "Species": "Western Cattle Egret", "Count": 5, "Date": "2021-06-11" }, "geometry": { "type": "Point", "coordinates": [ -158.096315299999986, 21.60155007 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60155007, "Longitude": -158.0963153, "Species": "Zebra Dove", "Count": 4, "Date": "2021-06-11" }, "geometry": { "type": "Point", "coordinates": [ -158.096315299999986, 21.60155007 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60954745, "Longitude": -157.9223745, "Species": "Black-crowned Night Heron", "Count": 1, "Date": "2020-09-12" }, "geometry": { "type": "Point", "coordinates": [ -157.922374499999989, 21.60954745 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60954745, "Longitude": -157.9223745, "Species": "Chestnut Munia", "Count": 1, "Date": "2022-07-31" }, "geometry": { "type": "Point", "coordinates": [ -157.922374499999989, 21.60954745 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60954745, "Longitude": -157.9223745, "Species": "Common Myna", "Count": 4, "Date": "2022-11-09" }, "geometry": { "type": "Point", "coordinates": [ -157.922374499999989, 21.60954745 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60954745, "Longitude": -157.9223745, "Species": "Common Waxbill", "Count": 4, "Date": "2023-08-18" }, "geometry": { "type": "Point", "coordinates": [ -157.922374499999989, 21.60954745 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60954745, "Longitude": -157.9223745, "Species": "House Finch", "Count": 3, "Date": "2020-09-12" }, "geometry": { "type": "Point", "coordinates": [ -157.922374499999989, 21.60954745 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60954745, "Longitude": -157.9223745, "Species": "Northern Cardinal", "Count": 4, "Date": "2022-07-31" }, "geometry": { "type": "Point", "coordinates": [ -157.922374499999989, 21.60954745 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60954745, "Longitude": -157.9223745, "Species": "Pacific Golden-Plover", "Count": 1, "Date": "2020-09-12" }, "geometry": { "type": "Point", "coordinates": [ -157.922374499999989, 21.60954745 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60954745, "Longitude": -157.9223745, "Species": "Red Junglefowl", "Count": 3, "Date": "2022-11-09" }, "geometry": { "type": "Point", "coordinates": [ -157.922374499999989, 21.60954745 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60954745, "Longitude": -157.9223745, "Species": "Red-billed Leiothrix", "Count": 6, "Date": "2023-08-18" }, "geometry": { "type": "Point", "coordinates": [ -157.922374499999989, 21.60954745 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60954745, "Longitude": -157.9223745, "Species": "Red-crested Cardinal", "Count": 3, "Date": "2022-07-31" }, "geometry": { "type": "Point", "coordinates": [ -157.922374499999989, 21.60954745 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60954745, "Longitude": -157.9223745, "Species": "Red-vented Bulbul", "Count": 5, "Date": "2023-08-18" }, "geometry": { "type": "Point", "coordinates": [ -157.922374499999989, 21.60954745 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60954745, "Longitude": -157.9223745, "Species": "Red-whiskered Bulbul", "Count": 4, "Date": "2023-08-18" }, "geometry": { "type": "Point", "coordinates": [ -157.922374499999989, 21.60954745 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60954745, "Longitude": -157.9223745, "Species": "Rock Pigeon", "Count": 1, "Date": "2020-09-12" }, "geometry": { "type": "Point", "coordinates": [ -157.922374499999989, 21.60954745 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60954745, "Longitude": -157.9223745, "Species": "Ruddy Turnstone", "Count": 1, "Date": "2020-09-12" }, "geometry": { "type": "Point", "coordinates": [ -157.922374499999989, 21.60954745 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60954745, "Longitude": -157.9223745, "Species": "Salmon-crested Cockatoo", "Count": 2, "Date": "2023-08-18" }, "geometry": { "type": "Point", "coordinates": [ -157.922374499999989, 21.60954745 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60954745, "Longitude": -157.9223745, "Species": "Spotted Dove", "Count": 3, "Date": "2022-07-31" }, "geometry": { "type": "Point", "coordinates": [ -157.922374499999989, 21.60954745 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60954745, "Longitude": -157.9223745, "Species": "Warbling White-eye", "Count": 4, "Date": "2023-08-18" }, "geometry": { "type": "Point", "coordinates": [ -157.922374499999989, 21.60954745 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60954745, "Longitude": -157.9223745, "Species": "Western Cattle Egret", "Count": 1, "Date": "2020-09-12" }, "geometry": { "type": "Point", "coordinates": [ -157.922374499999989, 21.60954745 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60954745, "Longitude": -157.9223745, "Species": "White-rumped Shama", "Count": 4, "Date": "2022-11-09" }, "geometry": { "type": "Point", "coordinates": [ -157.922374499999989, 21.60954745 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60954745, "Longitude": -157.9223745, "Species": "Yellow-fronted Canary", "Count": 1, "Date": "2020-09-12" }, "geometry": { "type": "Point", "coordinates": [ -157.922374499999989, 21.60954745 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60954745, "Longitude": -157.9223745, "Species": "Zebra Dove", "Count": 5, "Date": "2023-08-18" }, "geometry": { "type": "Point", "coordinates": [ -157.922374499999989, 21.60954745 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.66456918, "Longitude": -158.0572646, "Species": "Brown Booby", "Count": 4, "Date": "2023-10-22" }, "geometry": { "type": "Point", "coordinates": [ -158.0572646, 21.66456918 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.66456918, "Longitude": -158.0572646, "Species": "Common Myna", "Count": 1, "Date": "2022-11-04" }, "geometry": { "type": "Point", "coordinates": [ -158.0572646, 21.66456918 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.66456918, "Longitude": -158.0572646, "Species": "Common Waxbill", "Count": 2, "Date": "2023-10-22" }, "geometry": { "type": "Point", "coordinates": [ -158.0572646, 21.66456918 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.66456918, "Longitude": -158.0572646, "Species": "Great Frigatebird", "Count": 1, "Date": "2023-10-22" }, "geometry": { "type": "Point", "coordinates": [ -158.0572646, 21.66456918 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.66456918, "Longitude": -158.0572646, "Species": "House Finch", "Count": 1, "Date": "2022-11-04" }, "geometry": { "type": "Point", "coordinates": [ -158.0572646, 21.66456918 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.66456918, "Longitude": -158.0572646, "Species": "Java Sparrow", "Count": 1, "Date": "2022-11-04" }, "geometry": { "type": "Point", "coordinates": [ -158.0572646, 21.66456918 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.66456918, "Longitude": -158.0572646, "Species": "Masked Booby", "Count": 1, "Date": "2019-02-02" }, "geometry": { "type": "Point", "coordinates": [ -158.0572646, 21.66456918 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.66456918, "Longitude": -158.0572646, "Species": "Pacific Golden-Plover", "Count": 1, "Date": "2023-10-22" }, "geometry": { "type": "Point", "coordinates": [ -158.0572646, 21.66456918 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.66456918, "Longitude": -158.0572646, "Species": "Red Junglefowl", "Count": 2, "Date": "2023-10-22" }, "geometry": { "type": "Point", "coordinates": [ -158.0572646, 21.66456918 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.66456918, "Longitude": -158.0572646, "Species": "Red-crested Cardinal", "Count": 1, "Date": "2023-10-22" }, "geometry": { "type": "Point", "coordinates": [ -158.0572646, 21.66456918 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.66456918, "Longitude": -158.0572646, "Species": "Red-footed Booby", "Count": 1, "Date": "2023-10-22" }, "geometry": { "type": "Point", "coordinates": [ -158.0572646, 21.66456918 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.66456918, "Longitude": -158.0572646, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2022-11-04" }, "geometry": { "type": "Point", "coordinates": [ -158.0572646, 21.66456918 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.66456918, "Longitude": -158.0572646, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2022-11-04" }, "geometry": { "type": "Point", "coordinates": [ -158.0572646, 21.66456918 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.66456918, "Longitude": -158.0572646, "Species": "Ruddy Turnstone", "Count": 1, "Date": "2022-11-05" }, "geometry": { "type": "Point", "coordinates": [ -158.0572646, 21.66456918 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.66456918, "Longitude": -158.0572646, "Species": "Sanderling", "Count": 1, "Date": "2023-10-22" }, "geometry": { "type": "Point", "coordinates": [ -158.0572646, 21.66456918 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.66456918, "Longitude": -158.0572646, "Species": "Sooty Tern", "Count": 1, "Date": "2023-10-22" }, "geometry": { "type": "Point", "coordinates": [ -158.0572646, 21.66456918 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.66456918, "Longitude": -158.0572646, "Species": "Spotted Dove", "Count": 1, "Date": "2023-10-22" }, "geometry": { "type": "Point", "coordinates": [ -158.0572646, 21.66456918 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.66456918, "Longitude": -158.0572646, "Species": "Wandering Tattler", "Count": 1, "Date": "2022-11-05" }, "geometry": { "type": "Point", "coordinates": [ -158.0572646, 21.66456918 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.66456918, "Longitude": -158.0572646, "Species": "Warbling White-eye", "Count": 2, "Date": "2023-10-22" }, "geometry": { "type": "Point", "coordinates": [ -158.0572646, 21.66456918 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.66456918, "Longitude": -158.0572646, "Species": "Wedge-tailed Shearwater", "Count": 1, "Date": "2022-06-23" }, "geometry": { "type": "Point", "coordinates": [ -158.0572646, 21.66456918 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.66456918, "Longitude": -158.0572646, "Species": "Zebra Dove", "Count": 2, "Date": "2023-10-22" }, "geometry": { "type": "Point", "coordinates": [ -158.0572646, 21.66456918 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68252516, "Longitude": -158.0378167, "Species": "Black-crowned Night Heron", "Count": 1, "Date": "2024-01-10" }, "geometry": { "type": "Point", "coordinates": [ -158.0378167, 21.68252516 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68252516, "Longitude": -158.0378167, "Species": "Common Myna", "Count": 8, "Date": "2024-01-10" }, "geometry": { "type": "Point", "coordinates": [ -158.0378167, 21.68252516 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68252516, "Longitude": -158.0378167, "Species": "Common Waxbill", "Count": 2, "Date": "2019-01-23" }, "geometry": { "type": "Point", "coordinates": [ -158.0378167, 21.68252516 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68252516, "Longitude": -158.0378167, "Species": "House Sparrow", "Count": 2, "Date": "2024-01-10" }, "geometry": { "type": "Point", "coordinates": [ -158.0378167, 21.68252516 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68252516, "Longitude": -158.0378167, "Species": "Indian Peafowl", "Count": 1, "Date": "2024-01-10" }, "geometry": { "type": "Point", "coordinates": [ -158.0378167, 21.68252516 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68252516, "Longitude": -158.0378167, "Species": "Java Sparrow", "Count": 3, "Date": "2020-03-12" }, "geometry": { "type": "Point", "coordinates": [ -158.0378167, 21.68252516 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68252516, "Longitude": -158.0378167, "Species": "Pacific Golden-Plover", "Count": 1, "Date": "2022-04-23" }, "geometry": { "type": "Point", "coordinates": [ -158.0378167, 21.68252516 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68252516, "Longitude": -158.0378167, "Species": "Red Junglefowl", "Count": 1, "Date": "2024-01-10" }, "geometry": { "type": "Point", "coordinates": [ -158.0378167, 21.68252516 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68252516, "Longitude": -158.0378167, "Species": "Red-crested Cardinal", "Count": 4, "Date": "2024-01-10" }, "geometry": { "type": "Point", "coordinates": [ -158.0378167, 21.68252516 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68252516, "Longitude": -158.0378167, "Species": "Red-vented Bulbul", "Count": 4, "Date": "2020-03-12" }, "geometry": { "type": "Point", "coordinates": [ -158.0378167, 21.68252516 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68252516, "Longitude": -158.0378167, "Species": "Red-whiskered Bulbul", "Count": 3, "Date": "2020-03-12" }, "geometry": { "type": "Point", "coordinates": [ -158.0378167, 21.68252516 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68252516, "Longitude": -158.0378167, "Species": "Saffron Finch", "Count": 1, "Date": "2020-03-12" }, "geometry": { "type": "Point", "coordinates": [ -158.0378167, 21.68252516 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68252516, "Longitude": -158.0378167, "Species": "Sanderling", "Count": 2, "Date": "2024-01-10" }, "geometry": { "type": "Point", "coordinates": [ -158.0378167, 21.68252516 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68252516, "Longitude": -158.0378167, "Species": "Scaly-breasted Munia", "Count": 2, "Date": "2019-01-23" }, "geometry": { "type": "Point", "coordinates": [ -158.0378167, 21.68252516 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68252516, "Longitude": -158.0378167, "Species": "Spotted Dove", "Count": 3, "Date": "2020-03-12" }, "geometry": { "type": "Point", "coordinates": [ -158.0378167, 21.68252516 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68252516, "Longitude": -158.0378167, "Species": "Wandering Tattler", "Count": 5, "Date": "2022-05-03" }, "geometry": { "type": "Point", "coordinates": [ -158.0378167, 21.68252516 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68252516, "Longitude": -158.0378167, "Species": "Warbling White-eye", "Count": 1, "Date": "2019-11-02" }, "geometry": { "type": "Point", "coordinates": [ -158.0378167, 21.68252516 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68252516, "Longitude": -158.0378167, "Species": "Western Cattle Egret", "Count": 5, "Date": "2024-01-10" }, "geometry": { "type": "Point", "coordinates": [ -158.0378167, 21.68252516 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68252516, "Longitude": -158.0378167, "Species": "White-rumped Shama", "Count": 3, "Date": "2024-01-10" }, "geometry": { "type": "Point", "coordinates": [ -158.0378167, 21.68252516 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68252516, "Longitude": -158.0378167, "Species": "Zebra Dove", "Count": 5, "Date": "2024-01-10" }, "geometry": { "type": "Point", "coordinates": [ -158.0378167, 21.68252516 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28299749, "Longitude": -157.7319988, "Species": "Black-necked Stilt", "Count": 2, "Date": "2024-01-12" }, "geometry": { "type": "Point", "coordinates": [ -157.731998800000014, 21.28299749 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28299749, "Longitude": -157.7319988, "Species": "Common Myna", "Count": 7, "Date": "2023-10-27" }, "geometry": { "type": "Point", "coordinates": [ -157.731998800000014, 21.28299749 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28299749, "Longitude": -157.7319988, "Species": "Great Frigatebird", "Count": 3, "Date": "2024-02-09" }, "geometry": { "type": "Point", "coordinates": [ -157.731998800000014, 21.28299749 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28299749, "Longitude": -157.7319988, "Species": "House Sparrow", "Count": 2, "Date": "2022-03-05" }, "geometry": { "type": "Point", "coordinates": [ -157.731998800000014, 21.28299749 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28299749, "Longitude": -157.7319988, "Species": "Indian Peafowl", "Count": 1, "Date": "2022-01-23" }, "geometry": { "type": "Point", "coordinates": [ -157.731998800000014, 21.28299749 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28299749, "Longitude": -157.7319988, "Species": "Java Sparrow", "Count": 1, "Date": "2022-03-05" }, "geometry": { "type": "Point", "coordinates": [ -157.731998800000014, 21.28299749 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28299749, "Longitude": -157.7319988, "Species": "Feral Mallard", "Count": 3, "Date": "2024-01-12" }, "geometry": { "type": "Point", "coordinates": [ -157.731998800000014, 21.28299749 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28299749, "Longitude": -157.7319988, "Species": "Northern Cardinal", "Count": 3, "Date": "2023-03-24" }, "geometry": { "type": "Point", "coordinates": [ -157.731998800000014, 21.28299749 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28299749, "Longitude": -157.7319988, "Species": "Pacific Golden-Plover", "Count": 4, "Date": "2023-03-25" }, "geometry": { "type": "Point", "coordinates": [ -157.731998800000014, 21.28299749 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28299749, "Longitude": -157.7319988, "Species": "Red Junglefowl", "Count": 1, "Date": "2019-02-18" }, "geometry": { "type": "Point", "coordinates": [ -157.731998800000014, 21.28299749 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28299749, "Longitude": -157.7319988, "Species": "Red-billed Leiothrix", "Count": 2, "Date": "2023-03-25" }, "geometry": { "type": "Point", "coordinates": [ -157.731998800000014, 21.28299749 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28299749, "Longitude": -157.7319988, "Species": "Red-crested Cardinal", "Count": 6, "Date": "2023-03-25" }, "geometry": { "type": "Point", "coordinates": [ -157.731998800000014, 21.28299749 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28299749, "Longitude": -157.7319988, "Species": "Red-tailed Tropicbird", "Count": 3, "Date": "2023-03-25" }, "geometry": { "type": "Point", "coordinates": [ -157.731998800000014, 21.28299749 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28299749, "Longitude": -157.7319988, "Species": "Red-vented Bulbul", "Count": 8, "Date": "2023-03-25" }, "geometry": { "type": "Point", "coordinates": [ -157.731998800000014, 21.28299749 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28299749, "Longitude": -157.7319988, "Species": "Rock Pigeon", "Count": 6, "Date": "2023-10-27" }, "geometry": { "type": "Point", "coordinates": [ -157.731998800000014, 21.28299749 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28299749, "Longitude": -157.7319988, "Species": "Rose-ringed Parakeet", "Count": 1, "Date": "2022-01-23" }, "geometry": { "type": "Point", "coordinates": [ -157.731998800000014, 21.28299749 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28299749, "Longitude": -157.7319988, "Species": "Spotted Dove", "Count": 5, "Date": "2023-03-25" }, "geometry": { "type": "Point", "coordinates": [ -157.731998800000014, 21.28299749 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28299749, "Longitude": -157.7319988, "Species": "Warbling White-eye", "Count": 3, "Date": "2023-03-25" }, "geometry": { "type": "Point", "coordinates": [ -157.731998800000014, 21.28299749 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28299749, "Longitude": -157.7319988, "Species": "Western Cattle Egret", "Count": 9, "Date": "2024-02-09" }, "geometry": { "type": "Point", "coordinates": [ -157.731998800000014, 21.28299749 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28299749, "Longitude": -157.7319988, "Species": "White Tern", "Count": 1, "Date": "2022-01-23" }, "geometry": { "type": "Point", "coordinates": [ -157.731998800000014, 21.28299749 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28299749, "Longitude": -157.7319988, "Species": "White-rumped Shama", "Count": 2, "Date": "2022-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.731998800000014, 21.28299749 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28299749, "Longitude": -157.7319988, "Species": "Zebra Dove", "Count": 9, "Date": "2023-10-27" }, "geometry": { "type": "Point", "coordinates": [ -157.731998800000014, 21.28299749 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28270242, "Longitude": -157.6934487, "Species": "African Silverbill", "Count": 1, "Date": "2021-12-13" }, "geometry": { "type": "Point", "coordinates": [ -157.6934487, 21.28270242 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28270242, "Longitude": -157.6934487, "Species": "Black-necked Stilt", "Count": 1, "Date": "2019-07-07" }, "geometry": { "type": "Point", "coordinates": [ -157.6934487, 21.28270242 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28270242, "Longitude": -157.6934487, "Species": "Common Myna", "Count": 7, "Date": "2024-02-23" }, "geometry": { "type": "Point", "coordinates": [ -157.6934487, 21.28270242 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28270242, "Longitude": -157.6934487, "Species": "Common Waxbill", "Count": 4, "Date": "2021-03-17" }, "geometry": { "type": "Point", "coordinates": [ -157.6934487, 21.28270242 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28270242, "Longitude": -157.6934487, "Species": "Erckel's Spurfowl", "Count": 1, "Date": "2021-03-11" }, "geometry": { "type": "Point", "coordinates": [ -157.6934487, 21.28270242 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28270242, "Longitude": -157.6934487, "Species": "Great Frigatebird", "Count": 2, "Date": "2021-03-19" }, "geometry": { "type": "Point", "coordinates": [ -157.6934487, 21.28270242 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28270242, "Longitude": -157.6934487, "Species": "House Finch", "Count": 1, "Date": "2022-04-06" }, "geometry": { "type": "Point", "coordinates": [ -157.6934487, 21.28270242 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28270242, "Longitude": -157.6934487, "Species": "House Sparrow", "Count": 1, "Date": "2019-11-29" }, "geometry": { "type": "Point", "coordinates": [ -157.6934487, 21.28270242 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28270242, "Longitude": -157.6934487, "Species": "Java Sparrow", "Count": 5, "Date": "2021-12-14" }, "geometry": { "type": "Point", "coordinates": [ -157.6934487, 21.28270242 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28270242, "Longitude": -157.6934487, "Species": "Northern Cardinal", "Count": 2, "Date": "2021-03-19" }, "geometry": { "type": "Point", "coordinates": [ -157.6934487, 21.28270242 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28270242, "Longitude": -157.6934487, "Species": "Pacific Golden-Plover", "Count": 8, "Date": "2022-04-06" }, "geometry": { "type": "Point", "coordinates": [ -157.6934487, 21.28270242 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28270242, "Longitude": -157.6934487, "Species": "Red Junglefowl", "Count": 6, "Date": "2022-04-06" }, "geometry": { "type": "Point", "coordinates": [ -157.6934487, 21.28270242 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28270242, "Longitude": -157.6934487, "Species": "Red-crested Cardinal", "Count": 3, "Date": "2024-02-23" }, "geometry": { "type": "Point", "coordinates": [ -157.6934487, 21.28270242 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28270242, "Longitude": -157.6934487, "Species": "Red-vented Bulbul", "Count": 5, "Date": "2022-04-06" }, "geometry": { "type": "Point", "coordinates": [ -157.6934487, 21.28270242 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28270242, "Longitude": -157.6934487, "Species": "Red-whiskered Bulbul", "Count": 4, "Date": "2024-02-23" }, "geometry": { "type": "Point", "coordinates": [ -157.6934487, 21.28270242 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28270242, "Longitude": -157.6934487, "Species": "Rock Pigeon", "Count": 5, "Date": "2021-12-13" }, "geometry": { "type": "Point", "coordinates": [ -157.6934487, 21.28270242 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28270242, "Longitude": -157.6934487, "Species": "Sooty Tern", "Count": 2, "Date": "2021-03-19" }, "geometry": { "type": "Point", "coordinates": [ -157.6934487, 21.28270242 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28270242, "Longitude": -157.6934487, "Species": "Spotted Dove", "Count": 6, "Date": "2024-02-23" }, "geometry": { "type": "Point", "coordinates": [ -157.6934487, 21.28270242 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28270242, "Longitude": -157.6934487, "Species": "Western Cattle Egret", "Count": 7, "Date": "2022-04-06" }, "geometry": { "type": "Point", "coordinates": [ -157.6934487, 21.28270242 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28270242, "Longitude": -157.6934487, "Species": "Yellow-fronted Canary", "Count": 1, "Date": "2022-04-06" }, "geometry": { "type": "Point", "coordinates": [ -157.6934487, 21.28270242 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28270242, "Longitude": -157.6934487, "Species": "Zebra Dove", "Count": 10, "Date": "2024-02-23" }, "geometry": { "type": "Point", "coordinates": [ -157.6934487, 21.28270242 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31024111, "Longitude": -157.7510451, "Species": "Apapane", "Count": 5, "Date": "2021-04-15" }, "geometry": { "type": "Point", "coordinates": [ -157.7510451, 21.31024111 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31024111, "Longitude": -157.7510451, "Species": "Black-crowned Night Heron", "Count": 1, "Date": "2020-01-30" }, "geometry": { "type": "Point", "coordinates": [ -157.7510451, 21.31024111 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31024111, "Longitude": -157.7510451, "Species": "Common Myna", "Count": 7, "Date": "2024-02-21" }, "geometry": { "type": "Point", "coordinates": [ -157.7510451, 21.31024111 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31024111, "Longitude": -157.7510451, "Species": "Common Waxbill", "Count": 14, "Date": "2024-02-21" }, "geometry": { "type": "Point", "coordinates": [ -157.7510451, 21.31024111 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31024111, "Longitude": -157.7510451, "Species": "House Finch", "Count": 16, "Date": "2024-02-21" }, "geometry": { "type": "Point", "coordinates": [ -157.7510451, 21.31024111 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31024111, "Longitude": -157.7510451, "Species": "Japanese Bush Warbler", "Count": 9, "Date": "2020-01-30" }, "geometry": { "type": "Point", "coordinates": [ -157.7510451, 21.31024111 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31024111, "Longitude": -157.7510451, "Species": "Northern Cardinal", "Count": 12, "Date": "2024-02-15" }, "geometry": { "type": "Point", "coordinates": [ -157.7510451, 21.31024111 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31024111, "Longitude": -157.7510451, "Species": "Oahu Amakihi", "Count": 13, "Date": "2024-02-21" }, "geometry": { "type": "Point", "coordinates": [ -157.7510451, 21.31024111 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31024111, "Longitude": -157.7510451, "Species": "Oahu Elepaio", "Count": 15, "Date": "2024-02-21" }, "geometry": { "type": "Point", "coordinates": [ -157.7510451, 21.31024111 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31024111, "Longitude": -157.7510451, "Species": "Red Avadavat", "Count": 1, "Date": "2019-11-09" }, "geometry": { "type": "Point", "coordinates": [ -157.7510451, 21.31024111 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31024111, "Longitude": -157.7510451, "Species": "Red-billed Leiothrix", "Count": 16, "Date": "2024-02-21" }, "geometry": { "type": "Point", "coordinates": [ -157.7510451, 21.31024111 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31024111, "Longitude": -157.7510451, "Species": "Red-crested Cardinal", "Count": 6, "Date": "2021-01-30" }, "geometry": { "type": "Point", "coordinates": [ -157.7510451, 21.31024111 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31024111, "Longitude": -157.7510451, "Species": "Red-masked Parakeet", "Count": 7, "Date": "2024-02-21" }, "geometry": { "type": "Point", "coordinates": [ -157.7510451, 21.31024111 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31024111, "Longitude": -157.7510451, "Species": "Red-vented Bulbul", "Count": 16, "Date": "2024-02-21" }, "geometry": { "type": "Point", "coordinates": [ -157.7510451, 21.31024111 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31024111, "Longitude": -157.7510451, "Species": "Red-whiskered Bulbul", "Count": 17, "Date": "2024-02-21" }, "geometry": { "type": "Point", "coordinates": [ -157.7510451, 21.31024111 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31024111, "Longitude": -157.7510451, "Species": "Scaly-breasted Munia", "Count": 4, "Date": "2024-02-21" }, "geometry": { "type": "Point", "coordinates": [ -157.7510451, 21.31024111 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31024111, "Longitude": -157.7510451, "Species": "Spotted Dove", "Count": 17, "Date": "2024-02-21" }, "geometry": { "type": "Point", "coordinates": [ -157.7510451, 21.31024111 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31024111, "Longitude": -157.7510451, "Species": "Warbling White-eye", "Count": 16, "Date": "2024-02-21" }, "geometry": { "type": "Point", "coordinates": [ -157.7510451, 21.31024111 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31024111, "Longitude": -157.7510451, "Species": "White Tern", "Count": 5, "Date": "2024-02-21" }, "geometry": { "type": "Point", "coordinates": [ -157.7510451, 21.31024111 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31024111, "Longitude": -157.7510451, "Species": "White-rumped Shama", "Count": 17, "Date": "2024-02-21" }, "geometry": { "type": "Point", "coordinates": [ -157.7510451, 21.31024111 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31024111, "Longitude": -157.7510451, "Species": "Yellow-fronted Canary", "Count": 1, "Date": "2019-04-23" }, "geometry": { "type": "Point", "coordinates": [ -157.7510451, 21.31024111 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31024111, "Longitude": -157.7510451, "Species": "Zebra Dove", "Count": 13, "Date": "2024-02-15" }, "geometry": { "type": "Point", "coordinates": [ -157.7510451, 21.31024111 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32128761, "Longitude": -158.059477, "Species": "African Silverbill", "Count": 1, "Date": "2021-01-21" }, "geometry": { "type": "Point", "coordinates": [ -158.059477, 21.32128761 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32128761, "Longitude": -158.059477, "Species": "Chestnut Munia", "Count": 5, "Date": "2021-08-11" }, "geometry": { "type": "Point", "coordinates": [ -158.059477, 21.32128761 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32128761, "Longitude": -158.059477, "Species": "Common Myna", "Count": 26, "Date": "2023-06-02" }, "geometry": { "type": "Point", "coordinates": [ -158.059477, 21.32128761 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32128761, "Longitude": -158.059477, "Species": "Common Waxbill", "Count": 16, "Date": "2023-06-02" }, "geometry": { "type": "Point", "coordinates": [ -158.059477, 21.32128761 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32128761, "Longitude": -158.059477, "Species": "Eurasian Skylark", "Count": 19, "Date": "2023-01-18" }, "geometry": { "type": "Point", "coordinates": [ -158.059477, 21.32128761 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32128761, "Longitude": -158.059477, "Species": "Gray Francolin", "Count": 22, "Date": "2021-09-22" }, "geometry": { "type": "Point", "coordinates": [ -158.059477, 21.32128761 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32128761, "Longitude": -158.059477, "Species": "House Finch", "Count": 20, "Date": "2023-06-02" }, "geometry": { "type": "Point", "coordinates": [ -158.059477, 21.32128761 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32128761, "Longitude": -158.059477, "Species": "House Sparrow", "Count": 1, "Date": "2021-05-08" }, "geometry": { "type": "Point", "coordinates": [ -158.059477, 21.32128761 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32128761, "Longitude": -158.059477, "Species": "Java Sparrow", "Count": 3, "Date": "2021-03-25" }, "geometry": { "type": "Point", "coordinates": [ -158.059477, 21.32128761 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32128761, "Longitude": -158.059477, "Species": "Northern Cardinal", "Count": 18, "Date": "2023-06-02" }, "geometry": { "type": "Point", "coordinates": [ -158.059477, 21.32128761 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32128761, "Longitude": -158.059477, "Species": "Northern Mockingbird", "Count": 3, "Date": "2021-03-10" }, "geometry": { "type": "Point", "coordinates": [ -158.059477, 21.32128761 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32128761, "Longitude": -158.059477, "Species": "Pacific Golden-Plover", "Count": 22, "Date": "2022-04-13" }, "geometry": { "type": "Point", "coordinates": [ -158.059477, 21.32128761 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32128761, "Longitude": -158.059477, "Species": "Red Avadavat", "Count": 1, "Date": "2021-09-15" }, "geometry": { "type": "Point", "coordinates": [ -158.059477, 21.32128761 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32128761, "Longitude": -158.059477, "Species": "Red-crested Cardinal", "Count": 17, "Date": "2023-06-02" }, "geometry": { "type": "Point", "coordinates": [ -158.059477, 21.32128761 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32128761, "Longitude": -158.059477, "Species": "Red-vented Bulbul", "Count": 18, "Date": "2023-06-02" }, "geometry": { "type": "Point", "coordinates": [ -158.059477, 21.32128761 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32128761, "Longitude": -158.059477, "Species": "Red-whiskered Bulbul", "Count": 3, "Date": "2022-04-13" }, "geometry": { "type": "Point", "coordinates": [ -158.059477, 21.32128761 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32128761, "Longitude": -158.059477, "Species": "Saffron Finch", "Count": 3, "Date": "2023-06-02" }, "geometry": { "type": "Point", "coordinates": [ -158.059477, 21.32128761 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32128761, "Longitude": -158.059477, "Species": "Scaly-breasted Munia", "Count": 1, "Date": "2020-02-24" }, "geometry": { "type": "Point", "coordinates": [ -158.059477, 21.32128761 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32128761, "Longitude": -158.059477, "Species": "Spotted Dove", "Count": 7, "Date": "2023-06-02" }, "geometry": { "type": "Point", "coordinates": [ -158.059477, 21.32128761 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32128761, "Longitude": -158.059477, "Species": "Warbling White-eye", "Count": 15, "Date": "2021-09-22" }, "geometry": { "type": "Point", "coordinates": [ -158.059477, 21.32128761 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32128761, "Longitude": -158.059477, "Species": "White-rumped Shama", "Count": 4, "Date": "2022-04-13" }, "geometry": { "type": "Point", "coordinates": [ -158.059477, 21.32128761 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32128761, "Longitude": -158.059477, "Species": "Zebra Dove", "Count": 13, "Date": "2023-06-02" }, "geometry": { "type": "Point", "coordinates": [ -158.059477, 21.32128761 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34776307, "Longitude": -157.953231, "Species": "Chestnut Munia", "Count": 8, "Date": "2023-11-16" }, "geometry": { "type": "Point", "coordinates": [ -157.953231, 21.34776307 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34776307, "Longitude": -157.953231, "Species": "Common Myna", "Count": 18, "Date": "2023-12-04" }, "geometry": { "type": "Point", "coordinates": [ -157.953231, 21.34776307 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34776307, "Longitude": -157.953231, "Species": "Common Waxbill", "Count": 4, "Date": "2023-09-13" }, "geometry": { "type": "Point", "coordinates": [ -157.953231, 21.34776307 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34776307, "Longitude": -157.953231, "Species": "House Finch", "Count": 9, "Date": "2023-11-16" }, "geometry": { "type": "Point", "coordinates": [ -157.953231, 21.34776307 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34776307, "Longitude": -157.953231, "Species": "House Sparrow", "Count": 6, "Date": "2023-12-04" }, "geometry": { "type": "Point", "coordinates": [ -157.953231, 21.34776307 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34776307, "Longitude": -157.953231, "Species": "Java Sparrow", "Count": 6, "Date": "2023-09-13" }, "geometry": { "type": "Point", "coordinates": [ -157.953231, 21.34776307 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34776307, "Longitude": -157.953231, "Species": "Feral Mallard", "Count": 1, "Date": "2021-04-02" }, "geometry": { "type": "Point", "coordinates": [ -157.953231, 21.34776307 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34776307, "Longitude": -157.953231, "Species": "Northern Cardinal", "Count": 5, "Date": "2023-01-07" }, "geometry": { "type": "Point", "coordinates": [ -157.953231, 21.34776307 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34776307, "Longitude": -157.953231, "Species": "Pacific Golden-Plover", "Count": 16, "Date": "2023-12-04" }, "geometry": { "type": "Point", "coordinates": [ -157.953231, 21.34776307 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34776307, "Longitude": -157.953231, "Species": "Red-crested Cardinal", "Count": 13, "Date": "2023-12-04" }, "geometry": { "type": "Point", "coordinates": [ -157.953231, 21.34776307 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34776307, "Longitude": -157.953231, "Species": "Red-vented Bulbul", "Count": 13, "Date": "2023-12-04" }, "geometry": { "type": "Point", "coordinates": [ -157.953231, 21.34776307 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34776307, "Longitude": -157.953231, "Species": "Red-whiskered Bulbul", "Count": 6, "Date": "2023-12-04" }, "geometry": { "type": "Point", "coordinates": [ -157.953231, 21.34776307 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34776307, "Longitude": -157.953231, "Species": "Rock Pigeon", "Count": 5, "Date": "2023-12-04" }, "geometry": { "type": "Point", "coordinates": [ -157.953231, 21.34776307 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34776307, "Longitude": -157.953231, "Species": "Rose-ringed Parakeet", "Count": 10, "Date": "2023-11-16" }, "geometry": { "type": "Point", "coordinates": [ -157.953231, 21.34776307 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34776307, "Longitude": -157.953231, "Species": "Saffron Finch", "Count": 11, "Date": "2023-12-04" }, "geometry": { "type": "Point", "coordinates": [ -157.953231, 21.34776307 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34776307, "Longitude": -157.953231, "Species": "Spotted Dove", "Count": 13, "Date": "2023-12-04" }, "geometry": { "type": "Point", "coordinates": [ -157.953231, 21.34776307 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34776307, "Longitude": -157.953231, "Species": "Warbling White-eye", "Count": 4, "Date": "2023-09-13" }, "geometry": { "type": "Point", "coordinates": [ -157.953231, 21.34776307 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34776307, "Longitude": -157.953231, "Species": "Western Cattle Egret", "Count": 13, "Date": "2023-12-04" }, "geometry": { "type": "Point", "coordinates": [ -157.953231, 21.34776307 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34776307, "Longitude": -157.953231, "Species": "White Tern", "Count": 7, "Date": "2023-09-13" }, "geometry": { "type": "Point", "coordinates": [ -157.953231, 21.34776307 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34776307, "Longitude": -157.953231, "Species": "White-rumped Shama", "Count": 6, "Date": "2023-09-13" }, "geometry": { "type": "Point", "coordinates": [ -157.953231, 21.34776307 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34776307, "Longitude": -157.953231, "Species": "Yellow-fronted Canary", "Count": 5, "Date": "2023-09-13" }, "geometry": { "type": "Point", "coordinates": [ -157.953231, 21.34776307 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34776307, "Longitude": -157.953231, "Species": "Zebra Dove", "Count": 16, "Date": "2023-12-04" }, "geometry": { "type": "Point", "coordinates": [ -157.953231, 21.34776307 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34770199, "Longitude": -157.943588, "Species": "Chestnut Munia", "Count": 7, "Date": "2023-12-09" }, "geometry": { "type": "Point", "coordinates": [ -157.943588, 21.34770199 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34770199, "Longitude": -157.943588, "Species": "Common Myna", "Count": 21, "Date": "2024-01-30" }, "geometry": { "type": "Point", "coordinates": [ -157.943588, 21.34770199 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34770199, "Longitude": -157.943588, "Species": "Common Waxbill", "Count": 9, "Date": "2024-01-30" }, "geometry": { "type": "Point", "coordinates": [ -157.943588, 21.34770199 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34770199, "Longitude": -157.943588, "Species": "House Finch", "Count": 6, "Date": "2023-09-11" }, "geometry": { "type": "Point", "coordinates": [ -157.943588, 21.34770199 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34770199, "Longitude": -157.943588, "Species": "House Sparrow", "Count": 9, "Date": "2023-12-09" }, "geometry": { "type": "Point", "coordinates": [ -157.943588, 21.34770199 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34770199, "Longitude": -157.943588, "Species": "Java Sparrow", "Count": 8, "Date": "2023-12-08" }, "geometry": { "type": "Point", "coordinates": [ -157.943588, 21.34770199 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34770199, "Longitude": -157.943588, "Species": "Northern Cardinal", "Count": 4, "Date": "2023-12-08" }, "geometry": { "type": "Point", "coordinates": [ -157.943588, 21.34770199 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34770199, "Longitude": -157.943588, "Species": "Pacific Golden-Plover", "Count": 13, "Date": "2023-12-09" }, "geometry": { "type": "Point", "coordinates": [ -157.943588, 21.34770199 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34770199, "Longitude": -157.943588, "Species": "Red-crested Cardinal", "Count": 14, "Date": "2023-12-09" }, "geometry": { "type": "Point", "coordinates": [ -157.943588, 21.34770199 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34770199, "Longitude": -157.943588, "Species": "Red-vented Bulbul", "Count": 18, "Date": "2024-01-30" }, "geometry": { "type": "Point", "coordinates": [ -157.943588, 21.34770199 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34770199, "Longitude": -157.943588, "Species": "Red-whiskered Bulbul", "Count": 5, "Date": "2023-12-08" }, "geometry": { "type": "Point", "coordinates": [ -157.943588, 21.34770199 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34770199, "Longitude": -157.943588, "Species": "Rock Pigeon", "Count": 5, "Date": "2023-09-11" }, "geometry": { "type": "Point", "coordinates": [ -157.943588, 21.34770199 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34770199, "Longitude": -157.943588, "Species": "Rose-ringed Parakeet", "Count": 8, "Date": "2024-01-30" }, "geometry": { "type": "Point", "coordinates": [ -157.943588, 21.34770199 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34770199, "Longitude": -157.943588, "Species": "Saffron Finch", "Count": 5, "Date": "2024-01-30" }, "geometry": { "type": "Point", "coordinates": [ -157.943588, 21.34770199 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34770199, "Longitude": -157.943588, "Species": "Spotted Dove", "Count": 12, "Date": "2023-12-09" }, "geometry": { "type": "Point", "coordinates": [ -157.943588, 21.34770199 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34770199, "Longitude": -157.943588, "Species": "Warbling White-eye", "Count": 8, "Date": "2024-01-30" }, "geometry": { "type": "Point", "coordinates": [ -157.943588, 21.34770199 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34770199, "Longitude": -157.943588, "Species": "Western Cattle Egret", "Count": 13, "Date": "2024-01-30" }, "geometry": { "type": "Point", "coordinates": [ -157.943588, 21.34770199 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34770199, "Longitude": -157.943588, "Species": "White Tern", "Count": 10, "Date": "2024-01-30" }, "geometry": { "type": "Point", "coordinates": [ -157.943588, 21.34770199 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34770199, "Longitude": -157.943588, "Species": "White-rumped Shama", "Count": 3, "Date": "2023-09-11" }, "geometry": { "type": "Point", "coordinates": [ -157.943588, 21.34770199 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34770199, "Longitude": -157.943588, "Species": "Yellow-fronted Canary", "Count": 5, "Date": "2023-12-09" }, "geometry": { "type": "Point", "coordinates": [ -157.943588, 21.34770199 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34770199, "Longitude": -157.943588, "Species": "Zebra Dove", "Count": 19, "Date": "2024-01-30" }, "geometry": { "type": "Point", "coordinates": [ -157.943588, 21.34770199 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35547775, "Longitude": -157.760305, "Species": "Black-crowned Night Heron", "Count": 1, "Date": "2024-02-03" }, "geometry": { "type": "Point", "coordinates": [ -157.760305, 21.35547775 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35547775, "Longitude": -157.760305, "Species": "Chestnut Munia", "Count": 2, "Date": "2023-12-05" }, "geometry": { "type": "Point", "coordinates": [ -157.760305, 21.35547775 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35547775, "Longitude": -157.760305, "Species": "Chinese Hwamei", "Count": 1, "Date": "2020-01-30" }, "geometry": { "type": "Point", "coordinates": [ -157.760305, 21.35547775 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35547775, "Longitude": -157.760305, "Species": "Common Myna", "Count": 6, "Date": "2024-02-04" }, "geometry": { "type": "Point", "coordinates": [ -157.760305, 21.35547775 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35547775, "Longitude": -157.760305, "Species": "Common Waxbill", "Count": 4, "Date": "2024-02-04" }, "geometry": { "type": "Point", "coordinates": [ -157.760305, 21.35547775 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35547775, "Longitude": -157.760305, "Species": "Hooded Merganser", "Count": 2, "Date": "2024-01-22" }, "geometry": { "type": "Point", "coordinates": [ -157.760305, 21.35547775 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35547775, "Longitude": -157.760305, "Species": "House Finch", "Count": 3, "Date": "2024-01-22" }, "geometry": { "type": "Point", "coordinates": [ -157.760305, 21.35547775 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35547775, "Longitude": -157.760305, "Species": "Northern Cardinal", "Count": 4, "Date": "2023-12-05" }, "geometry": { "type": "Point", "coordinates": [ -157.760305, 21.35547775 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35547775, "Longitude": -157.760305, "Species": "Pacific Golden-Plover", "Count": 7, "Date": "2024-02-04" }, "geometry": { "type": "Point", "coordinates": [ -157.760305, 21.35547775 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35547775, "Longitude": -157.760305, "Species": "Red Junglefowl", "Count": 1, "Date": "2024-01-22" }, "geometry": { "type": "Point", "coordinates": [ -157.760305, 21.35547775 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35547775, "Longitude": -157.760305, "Species": "Red-billed Leiothrix", "Count": 7, "Date": "2023-12-05" }, "geometry": { "type": "Point", "coordinates": [ -157.760305, 21.35547775 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35547775, "Longitude": -157.760305, "Species": "Red-crested Cardinal", "Count": 6, "Date": "2024-02-04" }, "geometry": { "type": "Point", "coordinates": [ -157.760305, 21.35547775 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35547775, "Longitude": -157.760305, "Species": "Red-vented Bulbul", "Count": 6, "Date": "2024-02-04" }, "geometry": { "type": "Point", "coordinates": [ -157.760305, 21.35547775 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35547775, "Longitude": -157.760305, "Species": "Red-whiskered Bulbul", "Count": 7, "Date": "2024-02-04" }, "geometry": { "type": "Point", "coordinates": [ -157.760305, 21.35547775 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35547775, "Longitude": -157.760305, "Species": "Scaly-breasted Munia", "Count": 1, "Date": "2022-09-30" }, "geometry": { "type": "Point", "coordinates": [ -157.760305, 21.35547775 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35547775, "Longitude": -157.760305, "Species": "Spotted Dove", "Count": 2, "Date": "2024-01-22" }, "geometry": { "type": "Point", "coordinates": [ -157.760305, 21.35547775 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35547775, "Longitude": -157.760305, "Species": "Warbling White-eye", "Count": 3, "Date": "2024-02-04" }, "geometry": { "type": "Point", "coordinates": [ -157.760305, 21.35547775 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35547775, "Longitude": -157.760305, "Species": "Western Cattle Egret", "Count": 4, "Date": "2024-02-04" }, "geometry": { "type": "Point", "coordinates": [ -157.760305, 21.35547775 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35547775, "Longitude": -157.760305, "Species": "White Tern", "Count": 2, "Date": "2023-12-05" }, "geometry": { "type": "Point", "coordinates": [ -157.760305, 21.35547775 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35547775, "Longitude": -157.760305, "Species": "White-rumped Shama", "Count": 6, "Date": "2024-02-04" }, "geometry": { "type": "Point", "coordinates": [ -157.760305, 21.35547775 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35547775, "Longitude": -157.760305, "Species": "Zebra Dove", "Count": 3, "Date": "2024-02-03" }, "geometry": { "type": "Point", "coordinates": [ -157.760305, 21.35547775 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37310554, "Longitude": -157.7022913, "Species": "Black-necked Stilt", "Count": 1, "Date": "2019-07-02" }, "geometry": { "type": "Point", "coordinates": [ -157.702291300000013, 21.37310554 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37310554, "Longitude": -157.7022913, "Species": "Brown Booby", "Count": 1, "Date": "2022-07-16" }, "geometry": { "type": "Point", "coordinates": [ -157.702291300000013, 21.37310554 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37310554, "Longitude": -157.7022913, "Species": "Brown Noddy", "Count": 2, "Date": "2022-07-17" }, "geometry": { "type": "Point", "coordinates": [ -157.702291300000013, 21.37310554 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37310554, "Longitude": -157.7022913, "Species": "Common Myna", "Count": 1, "Date": "2022-07-16" }, "geometry": { "type": "Point", "coordinates": [ -157.702291300000013, 21.37310554 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37310554, "Longitude": -157.7022913, "Species": "Common Waxbill", "Count": 1, "Date": "2022-07-17" }, "geometry": { "type": "Point", "coordinates": [ -157.702291300000013, 21.37310554 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37310554, "Longitude": -157.7022913, "Species": "Great Frigatebird", "Count": 1, "Date": "2022-07-16" }, "geometry": { "type": "Point", "coordinates": [ -157.702291300000013, 21.37310554 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37310554, "Longitude": -157.7022913, "Species": "Indian Peafowl", "Count": 1, "Date": "2022-02-05" }, "geometry": { "type": "Point", "coordinates": [ -157.702291300000013, 21.37310554 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37310554, "Longitude": -157.7022913, "Species": "Northern Cardinal", "Count": 1, "Date": "2022-07-16" }, "geometry": { "type": "Point", "coordinates": [ -157.702291300000013, 21.37310554 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37310554, "Longitude": -157.7022913, "Species": "Pacific Golden-Plover", "Count": 2, "Date": "2023-08-26" }, "geometry": { "type": "Point", "coordinates": [ -157.702291300000013, 21.37310554 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37310554, "Longitude": -157.7022913, "Species": "Red-crested Cardinal", "Count": 2, "Date": "2022-07-16" }, "geometry": { "type": "Point", "coordinates": [ -157.702291300000013, 21.37310554 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37310554, "Longitude": -157.7022913, "Species": "Red-footed Booby", "Count": 6, "Date": "2022-07-17" }, "geometry": { "type": "Point", "coordinates": [ -157.702291300000013, 21.37310554 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37310554, "Longitude": -157.7022913, "Species": "Red-tailed Tropicbird", "Count": 1, "Date": "2022-07-16" }, "geometry": { "type": "Point", "coordinates": [ -157.702291300000013, 21.37310554 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37310554, "Longitude": -157.7022913, "Species": "Rock Pigeon", "Count": 1, "Date": "2022-07-16" }, "geometry": { "type": "Point", "coordinates": [ -157.702291300000013, 21.37310554 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37310554, "Longitude": -157.7022913, "Species": "Sooty Tern", "Count": 1, "Date": "2022-07-16" }, "geometry": { "type": "Point", "coordinates": [ -157.702291300000013, 21.37310554 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37310554, "Longitude": -157.7022913, "Species": "Spotted Dove", "Count": 1, "Date": "2023-08-26" }, "geometry": { "type": "Point", "coordinates": [ -157.702291300000013, 21.37310554 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37310554, "Longitude": -157.7022913, "Species": "Wedge-tailed Shearwater", "Count": 3, "Date": "2022-07-17" }, "geometry": { "type": "Point", "coordinates": [ -157.702291300000013, 21.37310554 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37310554, "Longitude": -157.7022913, "Species": "Western Cattle Egret", "Count": 1, "Date": "2022-07-16" }, "geometry": { "type": "Point", "coordinates": [ -157.702291300000013, 21.37310554 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37310554, "Longitude": -157.7022913, "Species": "White-tailed Tropicbird", "Count": 1, "Date": "2022-03-02" }, "geometry": { "type": "Point", "coordinates": [ -157.702291300000013, 21.37310554 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37310554, "Longitude": -157.7022913, "Species": "Yellow-fronted Canary", "Count": 1, "Date": "2023-08-26" }, "geometry": { "type": "Point", "coordinates": [ -157.702291300000013, 21.37310554 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37310554, "Longitude": -157.7022913, "Species": "Zebra Dove", "Count": 1, "Date": "2022-07-16" }, "geometry": { "type": "Point", "coordinates": [ -157.702291300000013, 21.37310554 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38278849, "Longitude": -157.7890102, "Species": "Black-crowned Night Heron", "Count": 1, "Date": "2023-03-08" }, "geometry": { "type": "Point", "coordinates": [ -157.7890102, 21.38278849 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38278849, "Longitude": -157.7890102, "Species": "Chestnut Munia", "Count": 2, "Date": "2021-02-05" }, "geometry": { "type": "Point", "coordinates": [ -157.7890102, 21.38278849 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38278849, "Longitude": -157.7890102, "Species": "Common Myna", "Count": 4, "Date": "2023-10-12" }, "geometry": { "type": "Point", "coordinates": [ -157.7890102, 21.38278849 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38278849, "Longitude": -157.7890102, "Species": "Common Waxbill", "Count": 3, "Date": "2023-03-23" }, "geometry": { "type": "Point", "coordinates": [ -157.7890102, 21.38278849 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38278849, "Longitude": -157.7890102, "Species": "House Finch", "Count": 4, "Date": "2023-03-23" }, "geometry": { "type": "Point", "coordinates": [ -157.7890102, 21.38278849 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38278849, "Longitude": -157.7890102, "Species": "House Sparrow", "Count": 1, "Date": "2023-03-08" }, "geometry": { "type": "Point", "coordinates": [ -157.7890102, 21.38278849 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38278849, "Longitude": -157.7890102, "Species": "Java Sparrow", "Count": 1, "Date": "2023-10-12" }, "geometry": { "type": "Point", "coordinates": [ -157.7890102, 21.38278849 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38278849, "Longitude": -157.7890102, "Species": "Northern Cardinal", "Count": 3, "Date": "2023-03-23" }, "geometry": { "type": "Point", "coordinates": [ -157.7890102, 21.38278849 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38278849, "Longitude": -157.7890102, "Species": "Red Junglefowl", "Count": 3, "Date": "2023-03-23" }, "geometry": { "type": "Point", "coordinates": [ -157.7890102, 21.38278849 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38278849, "Longitude": -157.7890102, "Species": "Red-billed Leiothrix", "Count": 4, "Date": "2023-03-23" }, "geometry": { "type": "Point", "coordinates": [ -157.7890102, 21.38278849 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38278849, "Longitude": -157.7890102, "Species": "Red-crested Cardinal", "Count": 5, "Date": "2023-10-12" }, "geometry": { "type": "Point", "coordinates": [ -157.7890102, 21.38278849 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38278849, "Longitude": -157.7890102, "Species": "Red-vented Bulbul", "Count": 4, "Date": "2023-03-23" }, "geometry": { "type": "Point", "coordinates": [ -157.7890102, 21.38278849 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38278849, "Longitude": -157.7890102, "Species": "Red-whiskered Bulbul", "Count": 4, "Date": "2023-03-23" }, "geometry": { "type": "Point", "coordinates": [ -157.7890102, 21.38278849 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38278849, "Longitude": -157.7890102, "Species": "Rock Pigeon", "Count": 2, "Date": "2023-10-12" }, "geometry": { "type": "Point", "coordinates": [ -157.7890102, 21.38278849 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38278849, "Longitude": -157.7890102, "Species": "Rose-ringed Parakeet", "Count": 1, "Date": "2021-02-07" }, "geometry": { "type": "Point", "coordinates": [ -157.7890102, 21.38278849 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38278849, "Longitude": -157.7890102, "Species": "Saffron Finch", "Count": 1, "Date": "2023-03-08" }, "geometry": { "type": "Point", "coordinates": [ -157.7890102, 21.38278849 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38278849, "Longitude": -157.7890102, "Species": "Spotted Dove", "Count": 4, "Date": "2023-03-23" }, "geometry": { "type": "Point", "coordinates": [ -157.7890102, 21.38278849 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38278849, "Longitude": -157.7890102, "Species": "Wandering Tattler", "Count": 1, "Date": "2023-03-08" }, "geometry": { "type": "Point", "coordinates": [ -157.7890102, 21.38278849 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38278849, "Longitude": -157.7890102, "Species": "Warbling White-eye", "Count": 4, "Date": "2023-03-23" }, "geometry": { "type": "Point", "coordinates": [ -157.7890102, 21.38278849 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38278849, "Longitude": -157.7890102, "Species": "Western Cattle Egret", "Count": 2, "Date": "2023-03-08" }, "geometry": { "type": "Point", "coordinates": [ -157.7890102, 21.38278849 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38278849, "Longitude": -157.7890102, "Species": "White-rumped Shama", "Count": 4, "Date": "2023-03-23" }, "geometry": { "type": "Point", "coordinates": [ -157.7890102, 21.38278849 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38278849, "Longitude": -157.7890102, "Species": "Zebra Dove", "Count": 4, "Date": "2023-10-12" }, "geometry": { "type": "Point", "coordinates": [ -157.7890102, 21.38278849 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38213821, "Longitude": -157.7022116, "Species": "Black-necked Stilt", "Count": 2, "Date": "2021-09-09" }, "geometry": { "type": "Point", "coordinates": [ -157.7022116, 21.38213821 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38213821, "Longitude": -157.7022116, "Species": "Brown Booby", "Count": 2, "Date": "2023-12-15" }, "geometry": { "type": "Point", "coordinates": [ -157.7022116, 21.38213821 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38213821, "Longitude": -157.7022116, "Species": "Common Myna", "Count": 4, "Date": "2022-04-03" }, "geometry": { "type": "Point", "coordinates": [ -157.7022116, 21.38213821 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38213821, "Longitude": -157.7022116, "Species": "Common Waxbill", "Count": 3, "Date": "2021-09-09" }, "geometry": { "type": "Point", "coordinates": [ -157.7022116, 21.38213821 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38213821, "Longitude": -157.7022116, "Species": "Great Frigatebird", "Count": 2, "Date": "2023-07-09" }, "geometry": { "type": "Point", "coordinates": [ -157.7022116, 21.38213821 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38213821, "Longitude": -157.7022116, "Species": "House Finch", "Count": 1, "Date": "2020-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.7022116, 21.38213821 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38213821, "Longitude": -157.7022116, "Species": "House Sparrow", "Count": 1, "Date": "2020-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.7022116, 21.38213821 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38213821, "Longitude": -157.7022116, "Species": "Indian Peafowl", "Count": 2, "Date": "2023-12-15" }, "geometry": { "type": "Point", "coordinates": [ -157.7022116, 21.38213821 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38213821, "Longitude": -157.7022116, "Species": "Pacific Golden-Plover", "Count": 3, "Date": "2021-09-09" }, "geometry": { "type": "Point", "coordinates": [ -157.7022116, 21.38213821 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38213821, "Longitude": -157.7022116, "Species": "Red Avadavat", "Count": 1, "Date": "2021-09-09" }, "geometry": { "type": "Point", "coordinates": [ -157.7022116, 21.38213821 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38213821, "Longitude": -157.7022116, "Species": "Red Junglefowl", "Count": 1, "Date": "2020-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.7022116, 21.38213821 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38213821, "Longitude": -157.7022116, "Species": "Red-crested Cardinal", "Count": 3, "Date": "2021-09-09" }, "geometry": { "type": "Point", "coordinates": [ -157.7022116, 21.38213821 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38213821, "Longitude": -157.7022116, "Species": "Red-footed Booby", "Count": 6, "Date": "2023-07-09" }, "geometry": { "type": "Point", "coordinates": [ -157.7022116, 21.38213821 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38213821, "Longitude": -157.7022116, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2021-09-09" }, "geometry": { "type": "Point", "coordinates": [ -157.7022116, 21.38213821 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38213821, "Longitude": -157.7022116, "Species": "Rock Pigeon", "Count": 4, "Date": "2023-07-09" }, "geometry": { "type": "Point", "coordinates": [ -157.7022116, 21.38213821 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38213821, "Longitude": -157.7022116, "Species": "Ruddy Turnstone", "Count": 1, "Date": "2021-09-09" }, "geometry": { "type": "Point", "coordinates": [ -157.7022116, 21.38213821 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38213821, "Longitude": -157.7022116, "Species": "Spotted Dove", "Count": 3, "Date": "2021-09-09" }, "geometry": { "type": "Point", "coordinates": [ -157.7022116, 21.38213821 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38213821, "Longitude": -157.7022116, "Species": "Wandering Tattler", "Count": 2, "Date": "2021-10-13" }, "geometry": { "type": "Point", "coordinates": [ -157.7022116, 21.38213821 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38213821, "Longitude": -157.7022116, "Species": "Wedge-tailed Shearwater", "Count": 2, "Date": "2021-10-13" }, "geometry": { "type": "Point", "coordinates": [ -157.7022116, 21.38213821 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38213821, "Longitude": -157.7022116, "Species": "Western Cattle Egret", "Count": 4, "Date": "2022-04-03" }, "geometry": { "type": "Point", "coordinates": [ -157.7022116, 21.38213821 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38213821, "Longitude": -157.7022116, "Species": "White-rumped Shama", "Count": 1, "Date": "2021-09-09" }, "geometry": { "type": "Point", "coordinates": [ -157.7022116, 21.38213821 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38213821, "Longitude": -157.7022116, "Species": "Zebra Dove", "Count": 3, "Date": "2021-09-09" }, "geometry": { "type": "Point", "coordinates": [ -157.7022116, 21.38213821 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40092431, "Longitude": -157.798507, "Species": "African Silverbill", "Count": 2, "Date": "2023-02-23" }, "geometry": { "type": "Point", "coordinates": [ -157.798507, 21.40092431 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40092431, "Longitude": -157.798507, "Species": "Chestnut Munia", "Count": 3, "Date": "2023-07-25" }, "geometry": { "type": "Point", "coordinates": [ -157.798507, 21.40092431 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40092431, "Longitude": -157.798507, "Species": "Common Myna", "Count": 9, "Date": "2024-02-17" }, "geometry": { "type": "Point", "coordinates": [ -157.798507, 21.40092431 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40092431, "Longitude": -157.798507, "Species": "Common Waxbill", "Count": 2, "Date": "2023-07-25" }, "geometry": { "type": "Point", "coordinates": [ -157.798507, 21.40092431 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40092431, "Longitude": -157.798507, "Species": "House Finch", "Count": 2, "Date": "2023-07-25" }, "geometry": { "type": "Point", "coordinates": [ -157.798507, 21.40092431 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40092431, "Longitude": -157.798507, "Species": "House Sparrow", "Count": 5, "Date": "2023-07-26" }, "geometry": { "type": "Point", "coordinates": [ -157.798507, 21.40092431 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40092431, "Longitude": -157.798507, "Species": "Java Sparrow", "Count": 2, "Date": "2023-12-21" }, "geometry": { "type": "Point", "coordinates": [ -157.798507, 21.40092431 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40092431, "Longitude": -157.798507, "Species": "Northern Cardinal", "Count": 1, "Date": "2019-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.798507, 21.40092431 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40092431, "Longitude": -157.798507, "Species": "Northern Mockingbird", "Count": 1, "Date": "2019-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.798507, 21.40092431 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40092431, "Longitude": -157.798507, "Species": "Pacific Golden-Plover", "Count": 2, "Date": "2022-10-08" }, "geometry": { "type": "Point", "coordinates": [ -157.798507, 21.40092431 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40092431, "Longitude": -157.798507, "Species": "Red Junglefowl", "Count": 1, "Date": "2021-07-10" }, "geometry": { "type": "Point", "coordinates": [ -157.798507, 21.40092431 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40092431, "Longitude": -157.798507, "Species": "Red-crested Cardinal", "Count": 8, "Date": "2023-07-26" }, "geometry": { "type": "Point", "coordinates": [ -157.798507, 21.40092431 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40092431, "Longitude": -157.798507, "Species": "Red-tailed Tropicbird", "Count": 1, "Date": "2021-05-09" }, "geometry": { "type": "Point", "coordinates": [ -157.798507, 21.40092431 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40092431, "Longitude": -157.798507, "Species": "Red-vented Bulbul", "Count": 4, "Date": "2023-07-26" }, "geometry": { "type": "Point", "coordinates": [ -157.798507, 21.40092431 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40092431, "Longitude": -157.798507, "Species": "Red-whiskered Bulbul", "Count": 2, "Date": "2021-03-14" }, "geometry": { "type": "Point", "coordinates": [ -157.798507, 21.40092431 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40092431, "Longitude": -157.798507, "Species": "Rock Pigeon", "Count": 4, "Date": "2024-02-17" }, "geometry": { "type": "Point", "coordinates": [ -157.798507, 21.40092431 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40092431, "Longitude": -157.798507, "Species": "Scaly-breasted Munia", "Count": 1, "Date": "2019-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.798507, 21.40092431 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40092431, "Longitude": -157.798507, "Species": "Spotted Dove", "Count": 6, "Date": "2023-07-25" }, "geometry": { "type": "Point", "coordinates": [ -157.798507, 21.40092431 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40092431, "Longitude": -157.798507, "Species": "Warbling White-eye", "Count": 3, "Date": "2023-07-25" }, "geometry": { "type": "Point", "coordinates": [ -157.798507, 21.40092431 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40092431, "Longitude": -157.798507, "Species": "Western Cattle Egret", "Count": 9, "Date": "2023-07-26" }, "geometry": { "type": "Point", "coordinates": [ -157.798507, 21.40092431 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40092431, "Longitude": -157.798507, "Species": "White-rumped Shama", "Count": 1, "Date": "2019-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.798507, 21.40092431 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40092431, "Longitude": -157.798507, "Species": "Zebra Dove", "Count": 4, "Date": "2024-02-17" }, "geometry": { "type": "Point", "coordinates": [ -157.798507, 21.40092431 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41009502, "Longitude": -157.8177259, "Species": "Chestnut Munia", "Count": 2, "Date": "2023-02-16" }, "geometry": { "type": "Point", "coordinates": [ -157.8177259, 21.41009502 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41009502, "Longitude": -157.8177259, "Species": "Common Myna", "Count": 18, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.8177259, 21.41009502 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41009502, "Longitude": -157.8177259, "Species": "Common Waxbill", "Count": 15, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.8177259, 21.41009502 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41009502, "Longitude": -157.8177259, "Species": "House Finch", "Count": 13, "Date": "2022-07-26" }, "geometry": { "type": "Point", "coordinates": [ -157.8177259, 21.41009502 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41009502, "Longitude": -157.8177259, "Species": "House Sparrow", "Count": 1, "Date": "2023-02-16" }, "geometry": { "type": "Point", "coordinates": [ -157.8177259, 21.41009502 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41009502, "Longitude": -157.8177259, "Species": "Java Sparrow", "Count": 1, "Date": "2023-02-16" }, "geometry": { "type": "Point", "coordinates": [ -157.8177259, 21.41009502 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41009502, "Longitude": -157.8177259, "Species": "Feral Mallard", "Count": 1, "Date": "2022-01-21" }, "geometry": { "type": "Point", "coordinates": [ -157.8177259, 21.41009502 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41009502, "Longitude": -157.8177259, "Species": "Northern Cardinal", "Count": 10, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.8177259, 21.41009502 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41009502, "Longitude": -157.8177259, "Species": "Pacific Golden-Plover", "Count": 2, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.8177259, 21.41009502 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41009502, "Longitude": -157.8177259, "Species": "Red Junglefowl", "Count": 3, "Date": "2023-02-16" }, "geometry": { "type": "Point", "coordinates": [ -157.8177259, 21.41009502 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41009502, "Longitude": -157.8177259, "Species": "Red-billed Leiothrix", "Count": 14, "Date": "2022-07-26" }, "geometry": { "type": "Point", "coordinates": [ -157.8177259, 21.41009502 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41009502, "Longitude": -157.8177259, "Species": "Red-crested Cardinal", "Count": 6, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.8177259, 21.41009502 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41009502, "Longitude": -157.8177259, "Species": "Red-vented Bulbul", "Count": 16, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.8177259, 21.41009502 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41009502, "Longitude": -157.8177259, "Species": "Red-whiskered Bulbul", "Count": 20, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.8177259, 21.41009502 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41009502, "Longitude": -157.8177259, "Species": "Rock Pigeon", "Count": 1, "Date": "2022-07-21" }, "geometry": { "type": "Point", "coordinates": [ -157.8177259, 21.41009502 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41009502, "Longitude": -157.8177259, "Species": "Saffron Finch", "Count": 1, "Date": "2023-02-16" }, "geometry": { "type": "Point", "coordinates": [ -157.8177259, 21.41009502 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41009502, "Longitude": -157.8177259, "Species": "Scaly-breasted Munia", "Count": 3, "Date": "2022-06-28" }, "geometry": { "type": "Point", "coordinates": [ -157.8177259, 21.41009502 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41009502, "Longitude": -157.8177259, "Species": "Spotted Dove", "Count": 4, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.8177259, 21.41009502 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41009502, "Longitude": -157.8177259, "Species": "Warbling White-eye", "Count": 16, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.8177259, 21.41009502 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41009502, "Longitude": -157.8177259, "Species": "Western Cattle Egret", "Count": 4, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.8177259, 21.41009502 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41009502, "Longitude": -157.8177259, "Species": "White-rumped Shama", "Count": 11, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.8177259, 21.41009502 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41009502, "Longitude": -157.8177259, "Species": "Zebra Dove", "Count": 16, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.8177259, 21.41009502 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43850449, "Longitude": -158.0201286, "Species": "Black-necked Stilt", "Count": 1, "Date": "2021-11-10" }, "geometry": { "type": "Point", "coordinates": [ -158.0201286, 21.43850449 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43850449, "Longitude": -158.0201286, "Species": "Chestnut Munia", "Count": 4, "Date": "2021-05-16" }, "geometry": { "type": "Point", "coordinates": [ -158.0201286, 21.43850449 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43850449, "Longitude": -158.0201286, "Species": "Common Myna", "Count": 6, "Date": "2021-05-16" }, "geometry": { "type": "Point", "coordinates": [ -158.0201286, 21.43850449 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43850449, "Longitude": -158.0201286, "Species": "Common Waxbill", "Count": 3, "Date": "2021-05-16" }, "geometry": { "type": "Point", "coordinates": [ -158.0201286, 21.43850449 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43850449, "Longitude": -158.0201286, "Species": "House Finch", "Count": 5, "Date": "2021-05-16" }, "geometry": { "type": "Point", "coordinates": [ -158.0201286, 21.43850449 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43850449, "Longitude": -158.0201286, "Species": "House Sparrow", "Count": 2, "Date": "2021-05-16" }, "geometry": { "type": "Point", "coordinates": [ -158.0201286, 21.43850449 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43850449, "Longitude": -158.0201286, "Species": "Java Sparrow", "Count": 1, "Date": "2021-05-16" }, "geometry": { "type": "Point", "coordinates": [ -158.0201286, 21.43850449 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43850449, "Longitude": -158.0201286, "Species": "Northern Cardinal", "Count": 2, "Date": "2021-05-09" }, "geometry": { "type": "Point", "coordinates": [ -158.0201286, 21.43850449 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43850449, "Longitude": -158.0201286, "Species": "Pacific Golden-Plover", "Count": 4, "Date": "2021-08-26" }, "geometry": { "type": "Point", "coordinates": [ -158.0201286, 21.43850449 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43850449, "Longitude": -158.0201286, "Species": "Red Junglefowl", "Count": 2, "Date": "2021-05-16" }, "geometry": { "type": "Point", "coordinates": [ -158.0201286, 21.43850449 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43850449, "Longitude": -158.0201286, "Species": "Red-crested Cardinal", "Count": 4, "Date": "2021-05-16" }, "geometry": { "type": "Point", "coordinates": [ -158.0201286, 21.43850449 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43850449, "Longitude": -158.0201286, "Species": "Red-crowned Parrot", "Count": 1, "Date": "2021-06-24" }, "geometry": { "type": "Point", "coordinates": [ -158.0201286, 21.43850449 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43850449, "Longitude": -158.0201286, "Species": "Red-vented Bulbul", "Count": 5, "Date": "2021-05-16" }, "geometry": { "type": "Point", "coordinates": [ -158.0201286, 21.43850449 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43850449, "Longitude": -158.0201286, "Species": "Red-whiskered Bulbul", "Count": 3, "Date": "2021-05-16" }, "geometry": { "type": "Point", "coordinates": [ -158.0201286, 21.43850449 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43850449, "Longitude": -158.0201286, "Species": "Rose-ringed Parakeet", "Count": 4, "Date": "2021-06-24" }, "geometry": { "type": "Point", "coordinates": [ -158.0201286, 21.43850449 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43850449, "Longitude": -158.0201286, "Species": "Ruddy Turnstone", "Count": 2, "Date": "2022-03-21" }, "geometry": { "type": "Point", "coordinates": [ -158.0201286, 21.43850449 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43850449, "Longitude": -158.0201286, "Species": "Saffron Finch", "Count": 5, "Date": "2021-05-16" }, "geometry": { "type": "Point", "coordinates": [ -158.0201286, 21.43850449 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43850449, "Longitude": -158.0201286, "Species": "Spotted Dove", "Count": 5, "Date": "2021-05-16" }, "geometry": { "type": "Point", "coordinates": [ -158.0201286, 21.43850449 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43850449, "Longitude": -158.0201286, "Species": "Warbling White-eye", "Count": 5, "Date": "2021-05-16" }, "geometry": { "type": "Point", "coordinates": [ -158.0201286, 21.43850449 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43850449, "Longitude": -158.0201286, "Species": "Western Cattle Egret", "Count": 5, "Date": "2021-05-16" }, "geometry": { "type": "Point", "coordinates": [ -158.0201286, 21.43850449 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43850449, "Longitude": -158.0201286, "Species": "Yellow-fronted Canary", "Count": 1, "Date": "2021-04-24" }, "geometry": { "type": "Point", "coordinates": [ -158.0201286, 21.43850449 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43850449, "Longitude": -158.0201286, "Species": "Zebra Dove", "Count": 6, "Date": "2021-05-16" }, "geometry": { "type": "Point", "coordinates": [ -158.0201286, 21.43850449 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45759198, "Longitude": -158.2130174, "Species": "African Silverbill", "Count": 2, "Date": "2020-05-23" }, "geometry": { "type": "Point", "coordinates": [ -158.213017400000012, 21.45759198 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45759198, "Longitude": -158.2130174, "Species": "Brown Booby", "Count": 3, "Date": "2021-07-02" }, "geometry": { "type": "Point", "coordinates": [ -158.213017400000012, 21.45759198 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45759198, "Longitude": -158.2130174, "Species": "Common Myna", "Count": 16, "Date": "2023-03-12" }, "geometry": { "type": "Point", "coordinates": [ -158.213017400000012, 21.45759198 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45759198, "Longitude": -158.2130174, "Species": "Common Waxbill", "Count": 5, "Date": "2020-05-25" }, "geometry": { "type": "Point", "coordinates": [ -158.213017400000012, 21.45759198 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45759198, "Longitude": -158.2130174, "Species": "Great Frigatebird", "Count": 1, "Date": "2023-03-12" }, "geometry": { "type": "Point", "coordinates": [ -158.213017400000012, 21.45759198 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45759198, "Longitude": -158.2130174, "Species": "House Finch", "Count": 6, "Date": "2023-03-12" }, "geometry": { "type": "Point", "coordinates": [ -158.213017400000012, 21.45759198 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45759198, "Longitude": -158.2130174, "Species": "House Sparrow", "Count": 1, "Date": "2020-05-23" }, "geometry": { "type": "Point", "coordinates": [ -158.213017400000012, 21.45759198 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45759198, "Longitude": -158.2130174, "Species": "Java Sparrow", "Count": 6, "Date": "2023-03-12" }, "geometry": { "type": "Point", "coordinates": [ -158.213017400000012, 21.45759198 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45759198, "Longitude": -158.2130174, "Species": "Northern Cardinal", "Count": 1, "Date": "2020-05-23" }, "geometry": { "type": "Point", "coordinates": [ -158.213017400000012, 21.45759198 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45759198, "Longitude": -158.2130174, "Species": "Red Junglefowl", "Count": 4, "Date": "2021-07-02" }, "geometry": { "type": "Point", "coordinates": [ -158.213017400000012, 21.45759198 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45759198, "Longitude": -158.2130174, "Species": "Red-crested Cardinal", "Count": 3, "Date": "2022-10-01" }, "geometry": { "type": "Point", "coordinates": [ -158.213017400000012, 21.45759198 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45759198, "Longitude": -158.2130174, "Species": "Red-vented Bulbul", "Count": 15, "Date": "2023-03-12" }, "geometry": { "type": "Point", "coordinates": [ -158.213017400000012, 21.45759198 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45759198, "Longitude": -158.2130174, "Species": "Red-whiskered Bulbul", "Count": 2, "Date": "2022-10-01" }, "geometry": { "type": "Point", "coordinates": [ -158.213017400000012, 21.45759198 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45759198, "Longitude": -158.2130174, "Species": "Rock Pigeon", "Count": 6, "Date": "2022-10-01" }, "geometry": { "type": "Point", "coordinates": [ -158.213017400000012, 21.45759198 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45759198, "Longitude": -158.2130174, "Species": "Saffron Finch", "Count": 6, "Date": "2023-03-12" }, "geometry": { "type": "Point", "coordinates": [ -158.213017400000012, 21.45759198 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45759198, "Longitude": -158.2130174, "Species": "Spotted Dove", "Count": 13, "Date": "2023-03-12" }, "geometry": { "type": "Point", "coordinates": [ -158.213017400000012, 21.45759198 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45759198, "Longitude": -158.2130174, "Species": "Wandering Tattler", "Count": 5, "Date": "2023-03-12" }, "geometry": { "type": "Point", "coordinates": [ -158.213017400000012, 21.45759198 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45759198, "Longitude": -158.2130174, "Species": "Warbling White-eye", "Count": 7, "Date": "2023-03-12" }, "geometry": { "type": "Point", "coordinates": [ -158.213017400000012, 21.45759198 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45759198, "Longitude": -158.2130174, "Species": "Western Cattle Egret", "Count": 3, "Date": "2021-07-02" }, "geometry": { "type": "Point", "coordinates": [ -158.213017400000012, 21.45759198 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45759198, "Longitude": -158.2130174, "Species": "White Tern", "Count": 2, "Date": "2019-12-31" }, "geometry": { "type": "Point", "coordinates": [ -158.213017400000012, 21.45759198 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45759198, "Longitude": -158.2130174, "Species": "White-rumped Shama", "Count": 1, "Date": "2019-05-05" }, "geometry": { "type": "Point", "coordinates": [ -158.213017400000012, 21.45759198 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45759198, "Longitude": -158.2130174, "Species": "Zebra Dove", "Count": 17, "Date": "2023-03-12" }, "geometry": { "type": "Point", "coordinates": [ -158.213017400000012, 21.45759198 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5378764, "Longitude": -158.019463, "Species": "Chestnut Munia", "Count": 2, "Date": "2022-03-27" }, "geometry": { "type": "Point", "coordinates": [ -158.019463, 21.5378764 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5378764, "Longitude": -158.019463, "Species": "Common Gallinule", "Count": 1, "Date": "2021-12-27" }, "geometry": { "type": "Point", "coordinates": [ -158.019463, 21.5378764 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5378764, "Longitude": -158.019463, "Species": "Common Myna", "Count": 7, "Date": "2022-03-27" }, "geometry": { "type": "Point", "coordinates": [ -158.019463, 21.5378764 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5378764, "Longitude": -158.019463, "Species": "Common Waxbill", "Count": 5, "Date": "2022-03-27" }, "geometry": { "type": "Point", "coordinates": [ -158.019463, 21.5378764 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5378764, "Longitude": -158.019463, "Species": "House Finch", "Count": 4, "Date": "2022-03-27" }, "geometry": { "type": "Point", "coordinates": [ -158.019463, 21.5378764 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5378764, "Longitude": -158.019463, "Species": "House Sparrow", "Count": 4, "Date": "2022-03-27" }, "geometry": { "type": "Point", "coordinates": [ -158.019463, 21.5378764 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5378764, "Longitude": -158.019463, "Species": "Java Sparrow", "Count": 4, "Date": "2022-03-27" }, "geometry": { "type": "Point", "coordinates": [ -158.019463, 21.5378764 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5378764, "Longitude": -158.019463, "Species": "Mariana Swiftlet", "Count": 1, "Date": "2022-03-27" }, "geometry": { "type": "Point", "coordinates": [ -158.019463, 21.5378764 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5378764, "Longitude": -158.019463, "Species": "Northern Cardinal", "Count": 7, "Date": "2022-03-27" }, "geometry": { "type": "Point", "coordinates": [ -158.019463, 21.5378764 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5378764, "Longitude": -158.019463, "Species": "Pacific Golden-Plover", "Count": 5, "Date": "2022-03-27" }, "geometry": { "type": "Point", "coordinates": [ -158.019463, 21.5378764 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5378764, "Longitude": -158.019463, "Species": "Red-crested Cardinal", "Count": 7, "Date": "2022-03-27" }, "geometry": { "type": "Point", "coordinates": [ -158.019463, 21.5378764 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5378764, "Longitude": -158.019463, "Species": "Red-vented Bulbul", "Count": 5, "Date": "2022-03-27" }, "geometry": { "type": "Point", "coordinates": [ -158.019463, 21.5378764 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5378764, "Longitude": -158.019463, "Species": "Red-whiskered Bulbul", "Count": 2, "Date": "2021-04-08" }, "geometry": { "type": "Point", "coordinates": [ -158.019463, 21.5378764 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5378764, "Longitude": -158.019463, "Species": "Rose-ringed Parakeet", "Count": 4, "Date": "2022-03-27" }, "geometry": { "type": "Point", "coordinates": [ -158.019463, 21.5378764 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5378764, "Longitude": -158.019463, "Species": "Ruddy Turnstone", "Count": 3, "Date": "2019-12-26" }, "geometry": { "type": "Point", "coordinates": [ -158.019463, 21.5378764 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5378764, "Longitude": -158.019463, "Species": "Saffron Finch", "Count": 6, "Date": "2022-03-27" }, "geometry": { "type": "Point", "coordinates": [ -158.019463, 21.5378764 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5378764, "Longitude": -158.019463, "Species": "Scaly-breasted Munia", "Count": 1, "Date": "2019-04-18" }, "geometry": { "type": "Point", "coordinates": [ -158.019463, 21.5378764 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5378764, "Longitude": -158.019463, "Species": "Short-eared Owl", "Count": 1, "Date": "2021-09-12" }, "geometry": { "type": "Point", "coordinates": [ -158.019463, 21.5378764 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5378764, "Longitude": -158.019463, "Species": "Spotted Dove", "Count": 6, "Date": "2022-03-27" }, "geometry": { "type": "Point", "coordinates": [ -158.019463, 21.5378764 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5378764, "Longitude": -158.019463, "Species": "Warbling White-eye", "Count": 6, "Date": "2022-03-27" }, "geometry": { "type": "Point", "coordinates": [ -158.019463, 21.5378764 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5378764, "Longitude": -158.019463, "Species": "Western Cattle Egret", "Count": 3, "Date": "2021-04-08" }, "geometry": { "type": "Point", "coordinates": [ -158.019463, 21.5378764 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5378764, "Longitude": -158.019463, "Species": "Zebra Dove", "Count": 7, "Date": "2022-03-27" }, "geometry": { "type": "Point", "coordinates": [ -158.019463, 21.5378764 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55710606, "Longitude": -158.2414496, "Species": "African Silverbill", "Count": 2, "Date": "2019-04-20" }, "geometry": { "type": "Point", "coordinates": [ -158.24144960000001, 21.55710606 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55710606, "Longitude": -158.2414496, "Species": "Brown Booby", "Count": 1, "Date": "2019-03-30" }, "geometry": { "type": "Point", "coordinates": [ -158.24144960000001, 21.55710606 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55710606, "Longitude": -158.2414496, "Species": "Chestnut Munia", "Count": 1, "Date": "2019-04-18" }, "geometry": { "type": "Point", "coordinates": [ -158.24144960000001, 21.55710606 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55710606, "Longitude": -158.2414496, "Species": "Common Myna", "Count": 10, "Date": "2019-05-16" }, "geometry": { "type": "Point", "coordinates": [ -158.24144960000001, 21.55710606 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55710606, "Longitude": -158.2414496, "Species": "Common Waxbill", "Count": 12, "Date": "2019-05-16" }, "geometry": { "type": "Point", "coordinates": [ -158.24144960000001, 21.55710606 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55710606, "Longitude": -158.2414496, "Species": "Gray Francolin", "Count": 10, "Date": "2019-05-02" }, "geometry": { "type": "Point", "coordinates": [ -158.24144960000001, 21.55710606 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55710606, "Longitude": -158.2414496, "Species": "House Finch", "Count": 9, "Date": "2019-05-16" }, "geometry": { "type": "Point", "coordinates": [ -158.24144960000001, 21.55710606 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55710606, "Longitude": -158.2414496, "Species": "House Sparrow", "Count": 3, "Date": "2019-05-16" }, "geometry": { "type": "Point", "coordinates": [ -158.24144960000001, 21.55710606 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55710606, "Longitude": -158.2414496, "Species": "Northern Cardinal", "Count": 6, "Date": "2019-04-20" }, "geometry": { "type": "Point", "coordinates": [ -158.24144960000001, 21.55710606 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55710606, "Longitude": -158.2414496, "Species": "Pacific Golden-Plover", "Count": 1, "Date": "2019-03-20" }, "geometry": { "type": "Point", "coordinates": [ -158.24144960000001, 21.55710606 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55710606, "Longitude": -158.2414496, "Species": "Red Junglefowl", "Count": 4, "Date": "2019-05-16" }, "geometry": { "type": "Point", "coordinates": [ -158.24144960000001, 21.55710606 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55710606, "Longitude": -158.2414496, "Species": "Red-crested Cardinal", "Count": 10, "Date": "2019-05-16" }, "geometry": { "type": "Point", "coordinates": [ -158.24144960000001, 21.55710606 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55710606, "Longitude": -158.2414496, "Species": "Red-vented Bulbul", "Count": 13, "Date": "2019-05-16" }, "geometry": { "type": "Point", "coordinates": [ -158.24144960000001, 21.55710606 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55710606, "Longitude": -158.2414496, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2019-04-20" }, "geometry": { "type": "Point", "coordinates": [ -158.24144960000001, 21.55710606 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55710606, "Longitude": -158.2414496, "Species": "Ring-necked Pheasant", "Count": 1, "Date": "2019-03-14" }, "geometry": { "type": "Point", "coordinates": [ -158.24144960000001, 21.55710606 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55710606, "Longitude": -158.2414496, "Species": "Scaly-breasted Munia", "Count": 10, "Date": "2019-05-16" }, "geometry": { "type": "Point", "coordinates": [ -158.24144960000001, 21.55710606 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55710606, "Longitude": -158.2414496, "Species": "Spotted Dove", "Count": 13, "Date": "2019-05-16" }, "geometry": { "type": "Point", "coordinates": [ -158.24144960000001, 21.55710606 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55710606, "Longitude": -158.2414496, "Species": "Warbling White-eye", "Count": 10, "Date": "2019-05-16" }, "geometry": { "type": "Point", "coordinates": [ -158.24144960000001, 21.55710606 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55710606, "Longitude": -158.2414496, "Species": "White-rumped Shama", "Count": 8, "Date": "2019-05-16" }, "geometry": { "type": "Point", "coordinates": [ -158.24144960000001, 21.55710606 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55710606, "Longitude": -158.2414496, "Species": "White-tailed Tropicbird", "Count": 2, "Date": "2019-03-30" }, "geometry": { "type": "Point", "coordinates": [ -158.24144960000001, 21.55710606 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55710606, "Longitude": -158.2414496, "Species": "Yellow-faced Grassquit", "Count": 7, "Date": "2019-05-04" }, "geometry": { "type": "Point", "coordinates": [ -158.24144960000001, 21.55710606 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55710606, "Longitude": -158.2414496, "Species": "Zebra Dove", "Count": 13, "Date": "2019-05-16" }, "geometry": { "type": "Point", "coordinates": [ -158.24144960000001, 21.55710606 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5549612, "Longitude": -157.8648382, "Species": "Chestnut Munia", "Count": 1, "Date": "2022-09-18" }, "geometry": { "type": "Point", "coordinates": [ -157.8648382, 21.5549612 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5549612, "Longitude": -157.8648382, "Species": "Common Myna", "Count": 2, "Date": "2022-09-18" }, "geometry": { "type": "Point", "coordinates": [ -157.8648382, 21.5549612 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5549612, "Longitude": -157.8648382, "Species": "Common Waxbill", "Count": 2, "Date": "2020-11-16" }, "geometry": { "type": "Point", "coordinates": [ -157.8648382, 21.5549612 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5549612, "Longitude": -157.8648382, "Species": "House Finch", "Count": 1, "Date": "2020-06-17" }, "geometry": { "type": "Point", "coordinates": [ -157.8648382, 21.5549612 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5549612, "Longitude": -157.8648382, "Species": "Northern Cardinal", "Count": 1, "Date": "2020-06-17" }, "geometry": { "type": "Point", "coordinates": [ -157.8648382, 21.5549612 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5549612, "Longitude": -157.8648382, "Species": "Pacific Golden-Plover", "Count": 3, "Date": "2022-09-03" }, "geometry": { "type": "Point", "coordinates": [ -157.8648382, 21.5549612 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5549612, "Longitude": -157.8648382, "Species": "Red-billed Leiothrix", "Count": 4, "Date": "2020-06-17" }, "geometry": { "type": "Point", "coordinates": [ -157.8648382, 21.5549612 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5549612, "Longitude": -157.8648382, "Species": "Red-crested Cardinal", "Count": 1, "Date": "2020-06-17" }, "geometry": { "type": "Point", "coordinates": [ -157.8648382, 21.5549612 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5549612, "Longitude": -157.8648382, "Species": "Red-tailed Tropicbird", "Count": 3, "Date": "2020-03-22" }, "geometry": { "type": "Point", "coordinates": [ -157.8648382, 21.5549612 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5549612, "Longitude": -157.8648382, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2020-06-17" }, "geometry": { "type": "Point", "coordinates": [ -157.8648382, 21.5549612 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5549612, "Longitude": -157.8648382, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2020-11-16" }, "geometry": { "type": "Point", "coordinates": [ -157.8648382, 21.5549612 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5549612, "Longitude": -157.8648382, "Species": "Rock Pigeon", "Count": 2, "Date": "2019-03-25" }, "geometry": { "type": "Point", "coordinates": [ -157.8648382, 21.5549612 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5549612, "Longitude": -157.8648382, "Species": "Ruddy Turnstone", "Count": 2, "Date": "2019-03-25" }, "geometry": { "type": "Point", "coordinates": [ -157.8648382, 21.5549612 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5549612, "Longitude": -157.8648382, "Species": "Sanderling", "Count": 2, "Date": "2019-03-25" }, "geometry": { "type": "Point", "coordinates": [ -157.8648382, 21.5549612 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5549612, "Longitude": -157.8648382, "Species": "Sooty Tern", "Count": 3, "Date": "2020-03-22" }, "geometry": { "type": "Point", "coordinates": [ -157.8648382, 21.5549612 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5549612, "Longitude": -157.8648382, "Species": "Spotted Dove", "Count": 1, "Date": "2020-06-17" }, "geometry": { "type": "Point", "coordinates": [ -157.8648382, 21.5549612 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5549612, "Longitude": -157.8648382, "Species": "Wandering Tattler", "Count": 3, "Date": "2022-09-03" }, "geometry": { "type": "Point", "coordinates": [ -157.8648382, 21.5549612 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5549612, "Longitude": -157.8648382, "Species": "Warbling White-eye", "Count": 4, "Date": "2020-06-17" }, "geometry": { "type": "Point", "coordinates": [ -157.8648382, 21.5549612 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5549612, "Longitude": -157.8648382, "Species": "Western Cattle Egret", "Count": 3, "Date": "2022-09-18" }, "geometry": { "type": "Point", "coordinates": [ -157.8648382, 21.5549612 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5549612, "Longitude": -157.8648382, "Species": "White-rumped Shama", "Count": 7, "Date": "2023-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.8648382, 21.5549612 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5549612, "Longitude": -157.8648382, "Species": "White-tailed Tropicbird", "Count": 6, "Date": "2020-06-17" }, "geometry": { "type": "Point", "coordinates": [ -157.8648382, 21.5549612 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5549612, "Longitude": -157.8648382, "Species": "Zebra Dove", "Count": 3, "Date": "2022-09-03" }, "geometry": { "type": "Point", "coordinates": [ -157.8648382, 21.5549612 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58398759, "Longitude": -158.1930091, "Species": "Brown Booby", "Count": 2, "Date": "2020-01-29" }, "geometry": { "type": "Point", "coordinates": [ -158.193009100000012, 21.58398759 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58398759, "Longitude": -158.1930091, "Species": "Common Myna", "Count": 14, "Date": "2023-07-14" }, "geometry": { "type": "Point", "coordinates": [ -158.193009100000012, 21.58398759 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58398759, "Longitude": -158.1930091, "Species": "Common Waxbill", "Count": 8, "Date": "2023-07-14" }, "geometry": { "type": "Point", "coordinates": [ -158.193009100000012, 21.58398759 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58398759, "Longitude": -158.1930091, "Species": "Eurasian Skylark", "Count": 1, "Date": "2024-02-07" }, "geometry": { "type": "Point", "coordinates": [ -158.193009100000012, 21.58398759 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58398759, "Longitude": -158.1930091, "Species": "Gray Francolin", "Count": 1, "Date": "2024-02-07" }, "geometry": { "type": "Point", "coordinates": [ -158.193009100000012, 21.58398759 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58398759, "Longitude": -158.1930091, "Species": "House Finch", "Count": 7, "Date": "2023-02-14" }, "geometry": { "type": "Point", "coordinates": [ -158.193009100000012, 21.58398759 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58398759, "Longitude": -158.1930091, "Species": "House Sparrow", "Count": 2, "Date": "2021-12-30" }, "geometry": { "type": "Point", "coordinates": [ -158.193009100000012, 21.58398759 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58398759, "Longitude": -158.1930091, "Species": "Java Sparrow", "Count": 2, "Date": "2021-12-01" }, "geometry": { "type": "Point", "coordinates": [ -158.193009100000012, 21.58398759 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58398759, "Longitude": -158.1930091, "Species": "Laysan Albatross", "Count": 9, "Date": "2023-03-08" }, "geometry": { "type": "Point", "coordinates": [ -158.193009100000012, 21.58398759 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58398759, "Longitude": -158.1930091, "Species": "Northern Cardinal", "Count": 5, "Date": "2021-12-01" }, "geometry": { "type": "Point", "coordinates": [ -158.193009100000012, 21.58398759 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58398759, "Longitude": -158.1930091, "Species": "Pacific Golden-Plover", "Count": 14, "Date": "2024-02-07" }, "geometry": { "type": "Point", "coordinates": [ -158.193009100000012, 21.58398759 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58398759, "Longitude": -158.1930091, "Species": "Red Junglefowl", "Count": 3, "Date": "2024-02-07" }, "geometry": { "type": "Point", "coordinates": [ -158.193009100000012, 21.58398759 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58398759, "Longitude": -158.1930091, "Species": "Red-crested Cardinal", "Count": 9, "Date": "2023-07-14" }, "geometry": { "type": "Point", "coordinates": [ -158.193009100000012, 21.58398759 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58398759, "Longitude": -158.1930091, "Species": "Red-vented Bulbul", "Count": 3, "Date": "2021-12-01" }, "geometry": { "type": "Point", "coordinates": [ -158.193009100000012, 21.58398759 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58398759, "Longitude": -158.1930091, "Species": "Red-whiskered Bulbul", "Count": 3, "Date": "2024-02-07" }, "geometry": { "type": "Point", "coordinates": [ -158.193009100000012, 21.58398759 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58398759, "Longitude": -158.1930091, "Species": "Ruddy Turnstone", "Count": 2, "Date": "2021-12-30" }, "geometry": { "type": "Point", "coordinates": [ -158.193009100000012, 21.58398759 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58398759, "Longitude": -158.1930091, "Species": "Saffron Finch", "Count": 17, "Date": "2023-07-14" }, "geometry": { "type": "Point", "coordinates": [ -158.193009100000012, 21.58398759 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58398759, "Longitude": -158.1930091, "Species": "Sanderling", "Count": 1, "Date": "2022-01-24" }, "geometry": { "type": "Point", "coordinates": [ -158.193009100000012, 21.58398759 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58398759, "Longitude": -158.1930091, "Species": "Spotted Dove", "Count": 2, "Date": "2021-04-01" }, "geometry": { "type": "Point", "coordinates": [ -158.193009100000012, 21.58398759 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58398759, "Longitude": -158.1930091, "Species": "Wandering Tattler", "Count": 2, "Date": "2021-12-01" }, "geometry": { "type": "Point", "coordinates": [ -158.193009100000012, 21.58398759 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58398759, "Longitude": -158.1930091, "Species": "Warbling White-eye", "Count": 3, "Date": "2022-02-28" }, "geometry": { "type": "Point", "coordinates": [ -158.193009100000012, 21.58398759 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58398759, "Longitude": -158.1930091, "Species": "Zebra Dove", "Count": 7, "Date": "2023-02-14" }, "geometry": { "type": "Point", "coordinates": [ -158.193009100000012, 21.58398759 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5837429, "Longitude": -158.1447185, "Species": "Brown Noddy", "Count": 1, "Date": "2023-10-21" }, "geometry": { "type": "Point", "coordinates": [ -158.14471850000001, 21.5837429 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5837429, "Longitude": -158.1447185, "Species": "Common Myna", "Count": 8, "Date": "2024-01-25" }, "geometry": { "type": "Point", "coordinates": [ -158.14471850000001, 21.5837429 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5837429, "Longitude": -158.1447185, "Species": "Common Waxbill", "Count": 2, "Date": "2021-02-12" }, "geometry": { "type": "Point", "coordinates": [ -158.14471850000001, 21.5837429 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5837429, "Longitude": -158.1447185, "Species": "House Finch", "Count": 4, "Date": "2022-11-08" }, "geometry": { "type": "Point", "coordinates": [ -158.14471850000001, 21.5837429 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5837429, "Longitude": -158.1447185, "Species": "Java Sparrow", "Count": 1, "Date": "2022-11-08" }, "geometry": { "type": "Point", "coordinates": [ -158.14471850000001, 21.5837429 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5837429, "Longitude": -158.1447185, "Species": "Feral Mallard", "Count": 1, "Date": "2021-02-11" }, "geometry": { "type": "Point", "coordinates": [ -158.14471850000001, 21.5837429 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5837429, "Longitude": -158.1447185, "Species": "Northern Cardinal", "Count": 3, "Date": "2021-02-12" }, "geometry": { "type": "Point", "coordinates": [ -158.14471850000001, 21.5837429 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5837429, "Longitude": -158.1447185, "Species": "Pacific Golden-Plover", "Count": 3, "Date": "2023-10-21" }, "geometry": { "type": "Point", "coordinates": [ -158.14471850000001, 21.5837429 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5837429, "Longitude": -158.1447185, "Species": "Red Junglefowl", "Count": 1, "Date": "2022-11-08" }, "geometry": { "type": "Point", "coordinates": [ -158.14471850000001, 21.5837429 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5837429, "Longitude": -158.1447185, "Species": "Red-crested Cardinal", "Count": 5, "Date": "2024-01-25" }, "geometry": { "type": "Point", "coordinates": [ -158.14471850000001, 21.5837429 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5837429, "Longitude": -158.1447185, "Species": "Red-footed Booby", "Count": 1, "Date": "2023-10-21" }, "geometry": { "type": "Point", "coordinates": [ -158.14471850000001, 21.5837429 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5837429, "Longitude": -158.1447185, "Species": "Red-vented Bulbul", "Count": 5, "Date": "2022-11-08" }, "geometry": { "type": "Point", "coordinates": [ -158.14471850000001, 21.5837429 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5837429, "Longitude": -158.1447185, "Species": "Red-whiskered Bulbul", "Count": 2, "Date": "2021-02-12" }, "geometry": { "type": "Point", "coordinates": [ -158.14471850000001, 21.5837429 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5837429, "Longitude": -158.1447185, "Species": "Rose-ringed Parakeet", "Count": 1, "Date": "2023-10-21" }, "geometry": { "type": "Point", "coordinates": [ -158.14471850000001, 21.5837429 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5837429, "Longitude": -158.1447185, "Species": "Ruddy Turnstone", "Count": 1, "Date": "2021-02-11" }, "geometry": { "type": "Point", "coordinates": [ -158.14471850000001, 21.5837429 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5837429, "Longitude": -158.1447185, "Species": "Saffron Finch", "Count": 11, "Date": "2024-01-25" }, "geometry": { "type": "Point", "coordinates": [ -158.14471850000001, 21.5837429 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5837429, "Longitude": -158.1447185, "Species": "Spotted Dove", "Count": 2, "Date": "2022-11-08" }, "geometry": { "type": "Point", "coordinates": [ -158.14471850000001, 21.5837429 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5837429, "Longitude": -158.1447185, "Species": "Wandering Tattler", "Count": 3, "Date": "2024-01-25" }, "geometry": { "type": "Point", "coordinates": [ -158.14471850000001, 21.5837429 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5837429, "Longitude": -158.1447185, "Species": "Warbling White-eye", "Count": 5, "Date": "2022-11-08" }, "geometry": { "type": "Point", "coordinates": [ -158.14471850000001, 21.5837429 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5837429, "Longitude": -158.1447185, "Species": "Western Cattle Egret", "Count": 1, "Date": "2021-02-11" }, "geometry": { "type": "Point", "coordinates": [ -158.14471850000001, 21.5837429 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5837429, "Longitude": -158.1447185, "Species": "White-rumped Shama", "Count": 4, "Date": "2024-02-01" }, "geometry": { "type": "Point", "coordinates": [ -158.14471850000001, 21.5837429 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5837429, "Longitude": -158.1447185, "Species": "Zebra Dove", "Count": 8, "Date": "2024-01-25" }, "geometry": { "type": "Point", "coordinates": [ -158.14471850000001, 21.5837429 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.66374473, "Longitude": -157.921972, "Species": "Bristle-thighed Curlew", "Count": 7, "Date": "2024-02-17" }, "geometry": { "type": "Point", "coordinates": [ -157.921972, 21.66374473 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.66374473, "Longitude": -157.921972, "Species": "Brown Noddy", "Count": 1, "Date": "2023-09-16" }, "geometry": { "type": "Point", "coordinates": [ -157.921972, 21.66374473 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.66374473, "Longitude": -157.921972, "Species": "Common Myna", "Count": 1, "Date": "2022-01-16" }, "geometry": { "type": "Point", "coordinates": [ -157.921972, 21.66374473 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.66374473, "Longitude": -157.921972, "Species": "Great Frigatebird", "Count": 1, "Date": "2023-09-16" }, "geometry": { "type": "Point", "coordinates": [ -157.921972, 21.66374473 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.66374473, "Longitude": -157.921972, "Species": "House Finch", "Count": 1, "Date": "2023-05-10" }, "geometry": { "type": "Point", "coordinates": [ -157.921972, 21.66374473 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.66374473, "Longitude": -157.921972, "Species": "Laysan Albatross", "Count": 6, "Date": "2024-02-17" }, "geometry": { "type": "Point", "coordinates": [ -157.921972, 21.66374473 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.66374473, "Longitude": -157.921972, "Species": "Feral Mallard", "Count": 2, "Date": "2022-03-06" }, "geometry": { "type": "Point", "coordinates": [ -157.921972, 21.66374473 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.66374473, "Longitude": -157.921972, "Species": "Pacific Golden-Plover", "Count": 3, "Date": "2023-01-08" }, "geometry": { "type": "Point", "coordinates": [ -157.921972, 21.66374473 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.66374473, "Longitude": -157.921972, "Species": "Red Junglefowl", "Count": 1, "Date": "2023-05-10" }, "geometry": { "type": "Point", "coordinates": [ -157.921972, 21.66374473 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.66374473, "Longitude": -157.921972, "Species": "Red-crested Cardinal", "Count": 1, "Date": "2023-05-10" }, "geometry": { "type": "Point", "coordinates": [ -157.921972, 21.66374473 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.66374473, "Longitude": -157.921972, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2023-05-10" }, "geometry": { "type": "Point", "coordinates": [ -157.921972, 21.66374473 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.66374473, "Longitude": -157.921972, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2023-05-10" }, "geometry": { "type": "Point", "coordinates": [ -157.921972, 21.66374473 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.66374473, "Longitude": -157.921972, "Species": "Ruddy Turnstone", "Count": 7, "Date": "2024-02-17" }, "geometry": { "type": "Point", "coordinates": [ -157.921972, 21.66374473 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.66374473, "Longitude": -157.921972, "Species": "Sanderling", "Count": 2, "Date": "2023-09-16" }, "geometry": { "type": "Point", "coordinates": [ -157.921972, 21.66374473 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.66374473, "Longitude": -157.921972, "Species": "Sooty Tern", "Count": 1, "Date": "2022-03-06" }, "geometry": { "type": "Point", "coordinates": [ -157.921972, 21.66374473 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.66374473, "Longitude": -157.921972, "Species": "Spotted Dove", "Count": 2, "Date": "2023-05-10" }, "geometry": { "type": "Point", "coordinates": [ -157.921972, 21.66374473 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.66374473, "Longitude": -157.921972, "Species": "Wandering Tattler", "Count": 3, "Date": "2022-03-06" }, "geometry": { "type": "Point", "coordinates": [ -157.921972, 21.66374473 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.66374473, "Longitude": -157.921972, "Species": "Wedge-tailed Shearwater", "Count": 4, "Date": "2023-09-16" }, "geometry": { "type": "Point", "coordinates": [ -157.921972, 21.66374473 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.66374473, "Longitude": -157.921972, "Species": "Western Cattle Egret", "Count": 3, "Date": "2023-05-10" }, "geometry": { "type": "Point", "coordinates": [ -157.921972, 21.66374473 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.66374473, "Longitude": -157.921972, "Species": "White-rumped Shama", "Count": 1, "Date": "2023-05-10" }, "geometry": { "type": "Point", "coordinates": [ -157.921972, 21.66374473 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.66374473, "Longitude": -157.921972, "Species": "Zebra Dove", "Count": 2, "Date": "2023-05-10" }, "geometry": { "type": "Point", "coordinates": [ -157.921972, 21.66374473 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29245688, "Longitude": -157.7897522, "Species": "Barn Owl", "Count": 1, "Date": "2019-05-23" }, "geometry": { "type": "Point", "coordinates": [ -157.7897522, 21.29245688 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29245688, "Longitude": -157.7897522, "Species": "Common Myna", "Count": 16, "Date": "2023-05-29" }, "geometry": { "type": "Point", "coordinates": [ -157.7897522, 21.29245688 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29245688, "Longitude": -157.7897522, "Species": "Common Waxbill", "Count": 11, "Date": "2023-05-29" }, "geometry": { "type": "Point", "coordinates": [ -157.7897522, 21.29245688 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29245688, "Longitude": -157.7897522, "Species": "Great Frigatebird", "Count": 1, "Date": "2021-09-18" }, "geometry": { "type": "Point", "coordinates": [ -157.7897522, 21.29245688 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29245688, "Longitude": -157.7897522, "Species": "House Finch", "Count": 10, "Date": "2023-05-29" }, "geometry": { "type": "Point", "coordinates": [ -157.7897522, 21.29245688 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29245688, "Longitude": -157.7897522, "Species": "House Sparrow", "Count": 7, "Date": "2023-05-29" }, "geometry": { "type": "Point", "coordinates": [ -157.7897522, 21.29245688 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29245688, "Longitude": -157.7897522, "Species": "Java Sparrow", "Count": 10, "Date": "2023-03-06" }, "geometry": { "type": "Point", "coordinates": [ -157.7897522, 21.29245688 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29245688, "Longitude": -157.7897522, "Species": "Northern Cardinal", "Count": 9, "Date": "2023-03-18" }, "geometry": { "type": "Point", "coordinates": [ -157.7897522, 21.29245688 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29245688, "Longitude": -157.7897522, "Species": "Pacific Golden-Plover", "Count": 5, "Date": "2023-03-05" }, "geometry": { "type": "Point", "coordinates": [ -157.7897522, 21.29245688 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29245688, "Longitude": -157.7897522, "Species": "Red-crested Cardinal", "Count": 15, "Date": "2023-05-29" }, "geometry": { "type": "Point", "coordinates": [ -157.7897522, 21.29245688 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29245688, "Longitude": -157.7897522, "Species": "Red-vented Bulbul", "Count": 20, "Date": "2024-01-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7897522, 21.29245688 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29245688, "Longitude": -157.7897522, "Species": "Red-whiskered Bulbul", "Count": 6, "Date": "2023-05-29" }, "geometry": { "type": "Point", "coordinates": [ -157.7897522, 21.29245688 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29245688, "Longitude": -157.7897522, "Species": "Rock Pigeon", "Count": 1, "Date": "2021-05-04" }, "geometry": { "type": "Point", "coordinates": [ -157.7897522, 21.29245688 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29245688, "Longitude": -157.7897522, "Species": "Rose-ringed Parakeet", "Count": 17, "Date": "2023-05-29" }, "geometry": { "type": "Point", "coordinates": [ -157.7897522, 21.29245688 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29245688, "Longitude": -157.7897522, "Species": "Saffron Finch", "Count": 5, "Date": "2023-12-30" }, "geometry": { "type": "Point", "coordinates": [ -157.7897522, 21.29245688 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29245688, "Longitude": -157.7897522, "Species": "Scaly-breasted Munia", "Count": 2, "Date": "2023-03-05" }, "geometry": { "type": "Point", "coordinates": [ -157.7897522, 21.29245688 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29245688, "Longitude": -157.7897522, "Species": "Spotted Dove", "Count": 10, "Date": "2023-05-29" }, "geometry": { "type": "Point", "coordinates": [ -157.7897522, 21.29245688 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29245688, "Longitude": -157.7897522, "Species": "Warbling White-eye", "Count": 9, "Date": "2022-11-03" }, "geometry": { "type": "Point", "coordinates": [ -157.7897522, 21.29245688 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29245688, "Longitude": -157.7897522, "Species": "Western Cattle Egret", "Count": 8, "Date": "2023-03-06" }, "geometry": { "type": "Point", "coordinates": [ -157.7897522, 21.29245688 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29245688, "Longitude": -157.7897522, "Species": "White Tern", "Count": 2, "Date": "2019-05-27" }, "geometry": { "type": "Point", "coordinates": [ -157.7897522, 21.29245688 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29245688, "Longitude": -157.7897522, "Species": "White-rumped Shama", "Count": 9, "Date": "2021-07-08" }, "geometry": { "type": "Point", "coordinates": [ -157.7897522, 21.29245688 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29245688, "Longitude": -157.7897522, "Species": "Yellow-fronted Canary", "Count": 3, "Date": "2021-07-08" }, "geometry": { "type": "Point", "coordinates": [ -157.7897522, 21.29245688 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29245688, "Longitude": -157.7897522, "Species": "Zebra Dove", "Count": 16, "Date": "2023-03-18" }, "geometry": { "type": "Point", "coordinates": [ -157.7897522, 21.29245688 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30120806, "Longitude": -157.7511215, "Species": "Apapane", "Count": 1, "Date": "2021-01-07" }, "geometry": { "type": "Point", "coordinates": [ -157.751121500000011, 21.30120806 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30120806, "Longitude": -157.7511215, "Species": "Common Myna", "Count": 5, "Date": "2022-12-04" }, "geometry": { "type": "Point", "coordinates": [ -157.751121500000011, 21.30120806 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30120806, "Longitude": -157.7511215, "Species": "Common Waxbill", "Count": 4, "Date": "2023-09-14" }, "geometry": { "type": "Point", "coordinates": [ -157.751121500000011, 21.30120806 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30120806, "Longitude": -157.7511215, "Species": "House Finch", "Count": 5, "Date": "2023-09-14" }, "geometry": { "type": "Point", "coordinates": [ -157.751121500000011, 21.30120806 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30120806, "Longitude": -157.7511215, "Species": "House Sparrow", "Count": 1, "Date": "2019-10-10" }, "geometry": { "type": "Point", "coordinates": [ -157.751121500000011, 21.30120806 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30120806, "Longitude": -157.7511215, "Species": "Japanese Bush Warbler", "Count": 1, "Date": "2021-01-07" }, "geometry": { "type": "Point", "coordinates": [ -157.751121500000011, 21.30120806 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30120806, "Longitude": -157.7511215, "Species": "Northern Cardinal", "Count": 3, "Date": "2023-09-14" }, "geometry": { "type": "Point", "coordinates": [ -157.751121500000011, 21.30120806 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30120806, "Longitude": -157.7511215, "Species": "Oahu Amakihi", "Count": 2, "Date": "2023-09-14" }, "geometry": { "type": "Point", "coordinates": [ -157.751121500000011, 21.30120806 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30120806, "Longitude": -157.7511215, "Species": "Oahu Elepaio", "Count": 3, "Date": "2023-09-14" }, "geometry": { "type": "Point", "coordinates": [ -157.751121500000011, 21.30120806 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30120806, "Longitude": -157.7511215, "Species": "Pacific Golden-Plover", "Count": 2, "Date": "2021-01-07" }, "geometry": { "type": "Point", "coordinates": [ -157.751121500000011, 21.30120806 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30120806, "Longitude": -157.7511215, "Species": "Red-billed Leiothrix", "Count": 5, "Date": "2023-09-14" }, "geometry": { "type": "Point", "coordinates": [ -157.751121500000011, 21.30120806 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30120806, "Longitude": -157.7511215, "Species": "Red-crested Cardinal", "Count": 7, "Date": "2023-09-14" }, "geometry": { "type": "Point", "coordinates": [ -157.751121500000011, 21.30120806 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30120806, "Longitude": -157.7511215, "Species": "Red-vented Bulbul", "Count": 8, "Date": "2023-09-14" }, "geometry": { "type": "Point", "coordinates": [ -157.751121500000011, 21.30120806 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30120806, "Longitude": -157.7511215, "Species": "Red-whiskered Bulbul", "Count": 4, "Date": "2023-09-14" }, "geometry": { "type": "Point", "coordinates": [ -157.751121500000011, 21.30120806 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30120806, "Longitude": -157.7511215, "Species": "Rock Pigeon", "Count": 1, "Date": "2019-10-10" }, "geometry": { "type": "Point", "coordinates": [ -157.751121500000011, 21.30120806 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30120806, "Longitude": -157.7511215, "Species": "Rose-ringed Parakeet", "Count": 1, "Date": "2023-09-14" }, "geometry": { "type": "Point", "coordinates": [ -157.751121500000011, 21.30120806 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30120806, "Longitude": -157.7511215, "Species": "Scaly-breasted Munia", "Count": 2, "Date": "2023-09-14" }, "geometry": { "type": "Point", "coordinates": [ -157.751121500000011, 21.30120806 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30120806, "Longitude": -157.7511215, "Species": "Spotted Dove", "Count": 8, "Date": "2023-09-14" }, "geometry": { "type": "Point", "coordinates": [ -157.751121500000011, 21.30120806 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30120806, "Longitude": -157.7511215, "Species": "Warbling White-eye", "Count": 7, "Date": "2023-09-14" }, "geometry": { "type": "Point", "coordinates": [ -157.751121500000011, 21.30120806 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30120806, "Longitude": -157.7511215, "Species": "Western Cattle Egret", "Count": 1, "Date": "2019-10-10" }, "geometry": { "type": "Point", "coordinates": [ -157.751121500000011, 21.30120806 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30120806, "Longitude": -157.7511215, "Species": "White Tern", "Count": 4, "Date": "2023-09-14" }, "geometry": { "type": "Point", "coordinates": [ -157.751121500000011, 21.30120806 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30120806, "Longitude": -157.7511215, "Species": "White-rumped Shama", "Count": 8, "Date": "2023-09-14" }, "geometry": { "type": "Point", "coordinates": [ -157.751121500000011, 21.30120806 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30120806, "Longitude": -157.7511215, "Species": "Zebra Dove", "Count": 7, "Date": "2023-09-14" }, "geometry": { "type": "Point", "coordinates": [ -157.751121500000011, 21.30120806 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31230703, "Longitude": -158.0691754, "Species": "African Silverbill", "Count": 1, "Date": "2021-07-14" }, "geometry": { "type": "Point", "coordinates": [ -158.0691754, 21.31230703 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31230703, "Longitude": -158.0691754, "Species": "Chestnut Munia", "Count": 8, "Date": "2022-08-31" }, "geometry": { "type": "Point", "coordinates": [ -158.0691754, 21.31230703 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31230703, "Longitude": -158.0691754, "Species": "Common Myna", "Count": 21, "Date": "2022-02-16" }, "geometry": { "type": "Point", "coordinates": [ -158.0691754, 21.31230703 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31230703, "Longitude": -158.0691754, "Species": "Common Waxbill", "Count": 18, "Date": "2022-08-31" }, "geometry": { "type": "Point", "coordinates": [ -158.0691754, 21.31230703 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31230703, "Longitude": -158.0691754, "Species": "Eurasian Skylark", "Count": 13, "Date": "2022-02-16" }, "geometry": { "type": "Point", "coordinates": [ -158.0691754, 21.31230703 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31230703, "Longitude": -158.0691754, "Species": "Gray Francolin", "Count": 4, "Date": "2022-02-09" }, "geometry": { "type": "Point", "coordinates": [ -158.0691754, 21.31230703 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31230703, "Longitude": -158.0691754, "Species": "House Finch", "Count": 23, "Date": "2022-08-17" }, "geometry": { "type": "Point", "coordinates": [ -158.0691754, 21.31230703 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31230703, "Longitude": -158.0691754, "Species": "House Sparrow", "Count": 9, "Date": "2022-02-03" }, "geometry": { "type": "Point", "coordinates": [ -158.0691754, 21.31230703 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31230703, "Longitude": -158.0691754, "Species": "Java Sparrow", "Count": 1, "Date": "2019-12-18" }, "geometry": { "type": "Point", "coordinates": [ -158.0691754, 21.31230703 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31230703, "Longitude": -158.0691754, "Species": "Northern Cardinal", "Count": 1, "Date": "2021-10-27" }, "geometry": { "type": "Point", "coordinates": [ -158.0691754, 21.31230703 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31230703, "Longitude": -158.0691754, "Species": "Northern Mockingbird", "Count": 1, "Date": "2022-01-13" }, "geometry": { "type": "Point", "coordinates": [ -158.0691754, 21.31230703 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31230703, "Longitude": -158.0691754, "Species": "Pacific Golden-Plover", "Count": 13, "Date": "2022-08-17" }, "geometry": { "type": "Point", "coordinates": [ -158.0691754, 21.31230703 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31230703, "Longitude": -158.0691754, "Species": "Red Avadavat", "Count": 1, "Date": "2021-10-14" }, "geometry": { "type": "Point", "coordinates": [ -158.0691754, 21.31230703 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31230703, "Longitude": -158.0691754, "Species": "Red-crested Cardinal", "Count": 16, "Date": "2022-08-17" }, "geometry": { "type": "Point", "coordinates": [ -158.0691754, 21.31230703 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31230703, "Longitude": -158.0691754, "Species": "Red-vented Bulbul", "Count": 10, "Date": "2022-08-17" }, "geometry": { "type": "Point", "coordinates": [ -158.0691754, 21.31230703 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31230703, "Longitude": -158.0691754, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2021-07-08" }, "geometry": { "type": "Point", "coordinates": [ -158.0691754, 21.31230703 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31230703, "Longitude": -158.0691754, "Species": "Rock Pigeon", "Count": 1, "Date": "2019-12-18" }, "geometry": { "type": "Point", "coordinates": [ -158.0691754, 21.31230703 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31230703, "Longitude": -158.0691754, "Species": "Saffron Finch", "Count": 17, "Date": "2022-08-31" }, "geometry": { "type": "Point", "coordinates": [ -158.0691754, 21.31230703 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31230703, "Longitude": -158.0691754, "Species": "Spotted Dove", "Count": 9, "Date": "2022-02-03" }, "geometry": { "type": "Point", "coordinates": [ -158.0691754, 21.31230703 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31230703, "Longitude": -158.0691754, "Species": "Warbling White-eye", "Count": 4, "Date": "2022-08-17" }, "geometry": { "type": "Point", "coordinates": [ -158.0691754, 21.31230703 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31230703, "Longitude": -158.0691754, "Species": "Western Cattle Egret", "Count": 2, "Date": "2022-01-13" }, "geometry": { "type": "Point", "coordinates": [ -158.0691754, 21.31230703 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31230703, "Longitude": -158.0691754, "Species": "Yellow-fronted Canary", "Count": 6, "Date": "2022-02-16" }, "geometry": { "type": "Point", "coordinates": [ -158.0691754, 21.31230703 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31230703, "Longitude": -158.0691754, "Species": "Zebra Dove", "Count": 26, "Date": "2022-08-31" }, "geometry": { "type": "Point", "coordinates": [ -158.0691754, 21.31230703 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31002363, "Longitude": -157.722127, "Species": "Common Myna", "Count": 5, "Date": "2023-06-20" }, "geometry": { "type": "Point", "coordinates": [ -157.722127, 21.31002363 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31002363, "Longitude": -157.722127, "Species": "Common Waxbill", "Count": 6, "Date": "2024-02-07" }, "geometry": { "type": "Point", "coordinates": [ -157.722127, 21.31002363 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31002363, "Longitude": -157.722127, "Species": "House Finch", "Count": 10, "Date": "2022-12-26" }, "geometry": { "type": "Point", "coordinates": [ -157.722127, 21.31002363 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31002363, "Longitude": -157.722127, "Species": "Japanese Bush Warbler", "Count": 2, "Date": "2021-03-27" }, "geometry": { "type": "Point", "coordinates": [ -157.722127, 21.31002363 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31002363, "Longitude": -157.722127, "Species": "Feral Mallard", "Count": 2, "Date": "2021-05-30" }, "geometry": { "type": "Point", "coordinates": [ -157.722127, 21.31002363 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31002363, "Longitude": -157.722127, "Species": "Northern Cardinal", "Count": 13, "Date": "2024-02-07" }, "geometry": { "type": "Point", "coordinates": [ -157.722127, 21.31002363 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31002363, "Longitude": -157.722127, "Species": "Oahu Amakihi", "Count": 8, "Date": "2023-12-17" }, "geometry": { "type": "Point", "coordinates": [ -157.722127, 21.31002363 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31002363, "Longitude": -157.722127, "Species": "Oahu Elepaio", "Count": 11, "Date": "2022-12-26" }, "geometry": { "type": "Point", "coordinates": [ -157.722127, 21.31002363 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31002363, "Longitude": -157.722127, "Species": "Pacific Golden-Plover", "Count": 2, "Date": "2022-03-27" }, "geometry": { "type": "Point", "coordinates": [ -157.722127, 21.31002363 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31002363, "Longitude": -157.722127, "Species": "Red Junglefowl", "Count": 1, "Date": "2021-05-30" }, "geometry": { "type": "Point", "coordinates": [ -157.722127, 21.31002363 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31002363, "Longitude": -157.722127, "Species": "Red-billed Leiothrix", "Count": 21, "Date": "2023-12-17" }, "geometry": { "type": "Point", "coordinates": [ -157.722127, 21.31002363 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31002363, "Longitude": -157.722127, "Species": "Red-crested Cardinal", "Count": 5, "Date": "2023-06-20" }, "geometry": { "type": "Point", "coordinates": [ -157.722127, 21.31002363 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31002363, "Longitude": -157.722127, "Species": "Red-vented Bulbul", "Count": 19, "Date": "2024-02-07" }, "geometry": { "type": "Point", "coordinates": [ -157.722127, 21.31002363 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31002363, "Longitude": -157.722127, "Species": "Red-whiskered Bulbul", "Count": 13, "Date": "2024-02-07" }, "geometry": { "type": "Point", "coordinates": [ -157.722127, 21.31002363 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31002363, "Longitude": -157.722127, "Species": "Rock Pigeon", "Count": 1, "Date": "2021-05-30" }, "geometry": { "type": "Point", "coordinates": [ -157.722127, 21.31002363 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31002363, "Longitude": -157.722127, "Species": "Spotted Dove", "Count": 15, "Date": "2024-02-07" }, "geometry": { "type": "Point", "coordinates": [ -157.722127, 21.31002363 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31002363, "Longitude": -157.722127, "Species": "Warbling White-eye", "Count": 19, "Date": "2023-12-17" }, "geometry": { "type": "Point", "coordinates": [ -157.722127, 21.31002363 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31002363, "Longitude": -157.722127, "Species": "Western Cattle Egret", "Count": 1, "Date": "2024-02-07" }, "geometry": { "type": "Point", "coordinates": [ -157.722127, 21.31002363 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31002363, "Longitude": -157.722127, "Species": "White-rumped Shama", "Count": 24, "Date": "2024-02-07" }, "geometry": { "type": "Point", "coordinates": [ -157.722127, 21.31002363 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31002363, "Longitude": -157.722127, "Species": "White-tailed Tropicbird", "Count": 2, "Date": "2021-03-27" }, "geometry": { "type": "Point", "coordinates": [ -157.722127, 21.31002363 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31002363, "Longitude": -157.722127, "Species": "Yellow-faced Grassquit", "Count": 2, "Date": "2020-08-01" }, "geometry": { "type": "Point", "coordinates": [ -157.722127, 21.31002363 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31002363, "Longitude": -157.722127, "Species": "Zebra Dove", "Count": 18, "Date": "2024-02-07" }, "geometry": { "type": "Point", "coordinates": [ -157.722127, 21.31002363 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32112083, "Longitude": -158.0305522, "Species": "Black-crowned Night Heron", "Count": 4, "Date": "2024-02-17" }, "geometry": { "type": "Point", "coordinates": [ -158.030552199999988, 21.32112083 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32112083, "Longitude": -158.0305522, "Species": "Black-necked Stilt", "Count": 5, "Date": "2024-02-17" }, "geometry": { "type": "Point", "coordinates": [ -158.030552199999988, 21.32112083 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32112083, "Longitude": -158.0305522, "Species": "Chestnut Munia", "Count": 1, "Date": "2022-01-10" }, "geometry": { "type": "Point", "coordinates": [ -158.030552199999988, 21.32112083 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32112083, "Longitude": -158.0305522, "Species": "Common Myna", "Count": 6, "Date": "2024-02-17" }, "geometry": { "type": "Point", "coordinates": [ -158.030552199999988, 21.32112083 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32112083, "Longitude": -158.0305522, "Species": "Common Waxbill", "Count": 2, "Date": "2020-10-17" }, "geometry": { "type": "Point", "coordinates": [ -158.030552199999988, 21.32112083 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32112083, "Longitude": -158.0305522, "Species": "Hawaiian Coot", "Count": 7, "Date": "2024-02-17" }, "geometry": { "type": "Point", "coordinates": [ -158.030552199999988, 21.32112083 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32112083, "Longitude": -158.0305522, "Species": "House Finch", "Count": 3, "Date": "2024-02-17" }, "geometry": { "type": "Point", "coordinates": [ -158.030552199999988, 21.32112083 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32112083, "Longitude": -158.0305522, "Species": "House Sparrow", "Count": 1, "Date": "2023-11-12" }, "geometry": { "type": "Point", "coordinates": [ -158.030552199999988, 21.32112083 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32112083, "Longitude": -158.0305522, "Species": "Japanese Bush Warbler", "Count": 1, "Date": "2021-02-14" }, "geometry": { "type": "Point", "coordinates": [ -158.030552199999988, 21.32112083 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32112083, "Longitude": -158.0305522, "Species": "Java Sparrow", "Count": 6, "Date": "2024-02-17" }, "geometry": { "type": "Point", "coordinates": [ -158.030552199999988, 21.32112083 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32112083, "Longitude": -158.0305522, "Species": "Feral Mallard", "Count": 4, "Date": "2022-02-17" }, "geometry": { "type": "Point", "coordinates": [ -158.030552199999988, 21.32112083 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32112083, "Longitude": -158.0305522, "Species": "Pacific Golden-Plover", "Count": 5, "Date": "2024-02-17" }, "geometry": { "type": "Point", "coordinates": [ -158.030552199999988, 21.32112083 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32112083, "Longitude": -158.0305522, "Species": "Red-crested Cardinal", "Count": 5, "Date": "2024-02-17" }, "geometry": { "type": "Point", "coordinates": [ -158.030552199999988, 21.32112083 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32112083, "Longitude": -158.0305522, "Species": "Red-vented Bulbul", "Count": 6, "Date": "2024-02-17" }, "geometry": { "type": "Point", "coordinates": [ -158.030552199999988, 21.32112083 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32112083, "Longitude": -158.0305522, "Species": "Rock Pigeon", "Count": 4, "Date": "2024-02-17" }, "geometry": { "type": "Point", "coordinates": [ -158.030552199999988, 21.32112083 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32112083, "Longitude": -158.0305522, "Species": "Rose-ringed Parakeet", "Count": 1, "Date": "2024-02-17" }, "geometry": { "type": "Point", "coordinates": [ -158.030552199999988, 21.32112083 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32112083, "Longitude": -158.0305522, "Species": "Saffron Finch", "Count": 1, "Date": "2020-05-09" }, "geometry": { "type": "Point", "coordinates": [ -158.030552199999988, 21.32112083 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32112083, "Longitude": -158.0305522, "Species": "Spotted Dove", "Count": 5, "Date": "2023-11-12" }, "geometry": { "type": "Point", "coordinates": [ -158.030552199999988, 21.32112083 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32112083, "Longitude": -158.0305522, "Species": "Warbling White-eye", "Count": 4, "Date": "2024-02-17" }, "geometry": { "type": "Point", "coordinates": [ -158.030552199999988, 21.32112083 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32112083, "Longitude": -158.0305522, "Species": "Western Cattle Egret", "Count": 6, "Date": "2024-02-17" }, "geometry": { "type": "Point", "coordinates": [ -158.030552199999988, 21.32112083 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32112083, "Longitude": -158.0305522, "Species": "White-faced Ibis", "Count": 1, "Date": "2022-01-10" }, "geometry": { "type": "Point", "coordinates": [ -158.030552199999988, 21.32112083 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32112083, "Longitude": -158.0305522, "Species": "Zebra Dove", "Count": 4, "Date": "2023-11-12" }, "geometry": { "type": "Point", "coordinates": [ -158.030552199999988, 21.32112083 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32083518, "Longitude": -157.9823456, "Species": "Black-crowned Night Heron", "Count": 1, "Date": "2021-08-30" }, "geometry": { "type": "Point", "coordinates": [ -157.9823456, 21.32083518 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32083518, "Longitude": -157.9823456, "Species": "Chestnut Munia", "Count": 3, "Date": "2019-05-27" }, "geometry": { "type": "Point", "coordinates": [ -157.9823456, 21.32083518 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32083518, "Longitude": -157.9823456, "Species": "Common Myna", "Count": 6, "Date": "2023-10-14" }, "geometry": { "type": "Point", "coordinates": [ -157.9823456, 21.32083518 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32083518, "Longitude": -157.9823456, "Species": "Common Waxbill", "Count": 3, "Date": "2023-10-14" }, "geometry": { "type": "Point", "coordinates": [ -157.9823456, 21.32083518 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32083518, "Longitude": -157.9823456, "Species": "Gray Francolin", "Count": 1, "Date": "2022-01-23" }, "geometry": { "type": "Point", "coordinates": [ -157.9823456, 21.32083518 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32083518, "Longitude": -157.9823456, "Species": "House Finch", "Count": 5, "Date": "2023-10-14" }, "geometry": { "type": "Point", "coordinates": [ -157.9823456, 21.32083518 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32083518, "Longitude": -157.9823456, "Species": "House Sparrow", "Count": 5, "Date": "2023-10-14" }, "geometry": { "type": "Point", "coordinates": [ -157.9823456, 21.32083518 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32083518, "Longitude": -157.9823456, "Species": "Java Sparrow", "Count": 4, "Date": "2023-11-11" }, "geometry": { "type": "Point", "coordinates": [ -157.9823456, 21.32083518 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32083518, "Longitude": -157.9823456, "Species": "Northern Cardinal", "Count": 1, "Date": "2019-05-24" }, "geometry": { "type": "Point", "coordinates": [ -157.9823456, 21.32083518 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32083518, "Longitude": -157.9823456, "Species": "Pacific Golden-Plover", "Count": 1, "Date": "2023-10-14" }, "geometry": { "type": "Point", "coordinates": [ -157.9823456, 21.32083518 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32083518, "Longitude": -157.9823456, "Species": "Red Junglefowl", "Count": 1, "Date": "2023-10-14" }, "geometry": { "type": "Point", "coordinates": [ -157.9823456, 21.32083518 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32083518, "Longitude": -157.9823456, "Species": "Red-crested Cardinal", "Count": 5, "Date": "2023-10-14" }, "geometry": { "type": "Point", "coordinates": [ -157.9823456, 21.32083518 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32083518, "Longitude": -157.9823456, "Species": "Red-vented Bulbul", "Count": 3, "Date": "2023-10-14" }, "geometry": { "type": "Point", "coordinates": [ -157.9823456, 21.32083518 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32083518, "Longitude": -157.9823456, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2023-10-14" }, "geometry": { "type": "Point", "coordinates": [ -157.9823456, 21.32083518 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32083518, "Longitude": -157.9823456, "Species": "Rose-ringed Parakeet", "Count": 3, "Date": "2023-10-14" }, "geometry": { "type": "Point", "coordinates": [ -157.9823456, 21.32083518 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32083518, "Longitude": -157.9823456, "Species": "Saffron Finch", "Count": 4, "Date": "2023-10-14" }, "geometry": { "type": "Point", "coordinates": [ -157.9823456, 21.32083518 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32083518, "Longitude": -157.9823456, "Species": "Spotted Dove", "Count": 4, "Date": "2023-10-14" }, "geometry": { "type": "Point", "coordinates": [ -157.9823456, 21.32083518 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32083518, "Longitude": -157.9823456, "Species": "Warbling White-eye", "Count": 1, "Date": "2019-05-27" }, "geometry": { "type": "Point", "coordinates": [ -157.9823456, 21.32083518 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32083518, "Longitude": -157.9823456, "Species": "Western Cattle Egret", "Count": 5, "Date": "2023-10-14" }, "geometry": { "type": "Point", "coordinates": [ -157.9823456, 21.32083518 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32083518, "Longitude": -157.9823456, "Species": "White Tern", "Count": 4, "Date": "2019-06-04" }, "geometry": { "type": "Point", "coordinates": [ -157.9823456, 21.32083518 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32083518, "Longitude": -157.9823456, "Species": "Yellow-fronted Canary", "Count": 1, "Date": "2019-05-24" }, "geometry": { "type": "Point", "coordinates": [ -157.9823456, 21.32083518 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32083518, "Longitude": -157.9823456, "Species": "Zebra Dove", "Count": 5, "Date": "2023-10-14" }, "geometry": { "type": "Point", "coordinates": [ -157.9823456, 21.32083518 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31996327, "Longitude": -157.8473734, "Species": "Common Myna", "Count": 9, "Date": "2024-02-16" }, "geometry": { "type": "Point", "coordinates": [ -157.8473734, 21.31996327 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31996327, "Longitude": -157.8473734, "Species": "House Finch", "Count": 2, "Date": "2023-04-21" }, "geometry": { "type": "Point", "coordinates": [ -157.8473734, 21.31996327 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31996327, "Longitude": -157.8473734, "Species": "House Sparrow", "Count": 5, "Date": "2024-02-16" }, "geometry": { "type": "Point", "coordinates": [ -157.8473734, 21.31996327 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31996327, "Longitude": -157.8473734, "Species": "Java Sparrow", "Count": 5, "Date": "2023-12-11" }, "geometry": { "type": "Point", "coordinates": [ -157.8473734, 21.31996327 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31996327, "Longitude": -157.8473734, "Species": "Feral Mallard", "Count": 2, "Date": "2023-12-11" }, "geometry": { "type": "Point", "coordinates": [ -157.8473734, 21.31996327 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31996327, "Longitude": -157.8473734, "Species": "Muscovy Duck", "Count": 1, "Date": "2022-02-05" }, "geometry": { "type": "Point", "coordinates": [ -157.8473734, 21.31996327 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31996327, "Longitude": -157.8473734, "Species": "Northern Cardinal", "Count": 1, "Date": "2022-02-05" }, "geometry": { "type": "Point", "coordinates": [ -157.8473734, 21.31996327 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31996327, "Longitude": -157.8473734, "Species": "Pacific Golden-Plover", "Count": 4, "Date": "2024-02-16" }, "geometry": { "type": "Point", "coordinates": [ -157.8473734, 21.31996327 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31996327, "Longitude": -157.8473734, "Species": "Red Junglefowl", "Count": 4, "Date": "2023-04-21" }, "geometry": { "type": "Point", "coordinates": [ -157.8473734, 21.31996327 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31996327, "Longitude": -157.8473734, "Species": "Red-billed Leiothrix", "Count": 1, "Date": "2022-02-05" }, "geometry": { "type": "Point", "coordinates": [ -157.8473734, 21.31996327 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31996327, "Longitude": -157.8473734, "Species": "Red-crested Cardinal", "Count": 6, "Date": "2024-02-16" }, "geometry": { "type": "Point", "coordinates": [ -157.8473734, 21.31996327 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31996327, "Longitude": -157.8473734, "Species": "Red-vented Bulbul", "Count": 7, "Date": "2024-02-16" }, "geometry": { "type": "Point", "coordinates": [ -157.8473734, 21.31996327 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31996327, "Longitude": -157.8473734, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2022-02-05" }, "geometry": { "type": "Point", "coordinates": [ -157.8473734, 21.31996327 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31996327, "Longitude": -157.8473734, "Species": "Rock Pigeon", "Count": 1, "Date": "2022-04-06" }, "geometry": { "type": "Point", "coordinates": [ -157.8473734, 21.31996327 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31996327, "Longitude": -157.8473734, "Species": "Rose-ringed Parakeet", "Count": 10, "Date": "2024-02-16" }, "geometry": { "type": "Point", "coordinates": [ -157.8473734, 21.31996327 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31996327, "Longitude": -157.8473734, "Species": "Saffron Finch", "Count": 2, "Date": "2023-12-11" }, "geometry": { "type": "Point", "coordinates": [ -157.8473734, 21.31996327 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31996327, "Longitude": -157.8473734, "Species": "Scaly-breasted Munia", "Count": 1, "Date": "2022-02-05" }, "geometry": { "type": "Point", "coordinates": [ -157.8473734, 21.31996327 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31996327, "Longitude": -157.8473734, "Species": "Spotted Dove", "Count": 6, "Date": "2023-12-11" }, "geometry": { "type": "Point", "coordinates": [ -157.8473734, 21.31996327 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31996327, "Longitude": -157.8473734, "Species": "Western Cattle Egret", "Count": 2, "Date": "2024-02-16" }, "geometry": { "type": "Point", "coordinates": [ -157.8473734, 21.31996327 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31996327, "Longitude": -157.8473734, "Species": "White Tern", "Count": 4, "Date": "2024-02-16" }, "geometry": { "type": "Point", "coordinates": [ -157.8473734, 21.31996327 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31996327, "Longitude": -157.8473734, "Species": "White-rumped Shama", "Count": 3, "Date": "2023-12-11" }, "geometry": { "type": "Point", "coordinates": [ -157.8473734, 21.31996327 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31996327, "Longitude": -157.8473734, "Species": "Zebra Dove", "Count": 8, "Date": "2023-12-11" }, "geometry": { "type": "Point", "coordinates": [ -157.8473734, 21.31996327 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33860549, "Longitude": -157.9340102, "Species": "Chestnut Munia", "Count": 1, "Date": "2021-08-16" }, "geometry": { "type": "Point", "coordinates": [ -157.934010199999989, 21.33860549 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33860549, "Longitude": -157.9340102, "Species": "Common Myna", "Count": 7, "Date": "2024-01-09" }, "geometry": { "type": "Point", "coordinates": [ -157.934010199999989, 21.33860549 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33860549, "Longitude": -157.9340102, "Species": "Common Waxbill", "Count": 2, "Date": "2023-05-14" }, "geometry": { "type": "Point", "coordinates": [ -157.934010199999989, 21.33860549 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33860549, "Longitude": -157.9340102, "Species": "House Finch", "Count": 1, "Date": "2023-05-18" }, "geometry": { "type": "Point", "coordinates": [ -157.934010199999989, 21.33860549 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33860549, "Longitude": -157.9340102, "Species": "Java Sparrow", "Count": 3, "Date": "2024-01-09" }, "geometry": { "type": "Point", "coordinates": [ -157.934010199999989, 21.33860549 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33860549, "Longitude": -157.9340102, "Species": "Feral Mallard", "Count": 3, "Date": "2024-01-09" }, "geometry": { "type": "Point", "coordinates": [ -157.934010199999989, 21.33860549 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33860549, "Longitude": -157.9340102, "Species": "Northern Cardinal", "Count": 2, "Date": "2023-05-25" }, "geometry": { "type": "Point", "coordinates": [ -157.934010199999989, 21.33860549 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33860549, "Longitude": -157.9340102, "Species": "Pacific Golden-Plover", "Count": 5, "Date": "2024-01-09" }, "geometry": { "type": "Point", "coordinates": [ -157.934010199999989, 21.33860549 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33860549, "Longitude": -157.9340102, "Species": "Red Avadavat", "Count": 1, "Date": "2019-04-13" }, "geometry": { "type": "Point", "coordinates": [ -157.934010199999989, 21.33860549 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33860549, "Longitude": -157.9340102, "Species": "Red-crested Cardinal", "Count": 2, "Date": "2023-05-25" }, "geometry": { "type": "Point", "coordinates": [ -157.934010199999989, 21.33860549 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33860549, "Longitude": -157.9340102, "Species": "Red-crowned Parrot", "Count": 1, "Date": "2019-11-08" }, "geometry": { "type": "Point", "coordinates": [ -157.934010199999989, 21.33860549 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33860549, "Longitude": -157.9340102, "Species": "Red-vented Bulbul", "Count": 4, "Date": "2023-05-25" }, "geometry": { "type": "Point", "coordinates": [ -157.934010199999989, 21.33860549 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33860549, "Longitude": -157.9340102, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2023-05-14" }, "geometry": { "type": "Point", "coordinates": [ -157.934010199999989, 21.33860549 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33860549, "Longitude": -157.9340102, "Species": "Rock Pigeon", "Count": 5, "Date": "2023-05-18" }, "geometry": { "type": "Point", "coordinates": [ -157.934010199999989, 21.33860549 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33860549, "Longitude": -157.9340102, "Species": "Rose-ringed Parakeet", "Count": 3, "Date": "2024-01-09" }, "geometry": { "type": "Point", "coordinates": [ -157.934010199999989, 21.33860549 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33860549, "Longitude": -157.9340102, "Species": "Saffron Finch", "Count": 2, "Date": "2023-05-18" }, "geometry": { "type": "Point", "coordinates": [ -157.934010199999989, 21.33860549 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33860549, "Longitude": -157.9340102, "Species": "Spotted Dove", "Count": 5, "Date": "2024-01-09" }, "geometry": { "type": "Point", "coordinates": [ -157.934010199999989, 21.33860549 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33860549, "Longitude": -157.9340102, "Species": "Warbling White-eye", "Count": 2, "Date": "2023-05-25" }, "geometry": { "type": "Point", "coordinates": [ -157.934010199999989, 21.33860549 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33860549, "Longitude": -157.9340102, "Species": "Western Cattle Egret", "Count": 6, "Date": "2024-01-09" }, "geometry": { "type": "Point", "coordinates": [ -157.934010199999989, 21.33860549 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33860549, "Longitude": -157.9340102, "Species": "White Tern", "Count": 3, "Date": "2023-06-11" }, "geometry": { "type": "Point", "coordinates": [ -157.934010199999989, 21.33860549 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33860549, "Longitude": -157.9340102, "Species": "White-tailed Tropicbird", "Count": 1, "Date": "2023-03-14" }, "geometry": { "type": "Point", "coordinates": [ -157.934010199999989, 21.33860549 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33860549, "Longitude": -157.9340102, "Species": "Yellow-fronted Canary", "Count": 2, "Date": "2023-05-25" }, "geometry": { "type": "Point", "coordinates": [ -157.934010199999989, 21.33860549 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33860549, "Longitude": -157.9340102, "Species": "Zebra Dove", "Count": 7, "Date": "2024-01-09" }, "geometry": { "type": "Point", "coordinates": [ -157.934010199999989, 21.33860549 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35725588, "Longitude": -158.0303142, "Species": "African Silverbill", "Count": 2, "Date": "2021-10-12" }, "geometry": { "type": "Point", "coordinates": [ -158.0303142, 21.35725588 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35725588, "Longitude": -158.0303142, "Species": "Chestnut Munia", "Count": 5, "Date": "2021-06-21" }, "geometry": { "type": "Point", "coordinates": [ -158.0303142, 21.35725588 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35725588, "Longitude": -158.0303142, "Species": "Common Myna", "Count": 30, "Date": "2023-03-29" }, "geometry": { "type": "Point", "coordinates": [ -158.0303142, 21.35725588 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35725588, "Longitude": -158.0303142, "Species": "Common Waxbill", "Count": 27, "Date": "2022-11-21" }, "geometry": { "type": "Point", "coordinates": [ -158.0303142, 21.35725588 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35725588, "Longitude": -158.0303142, "Species": "Gray Francolin", "Count": 23, "Date": "2022-11-07" }, "geometry": { "type": "Point", "coordinates": [ -158.0303142, 21.35725588 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35725588, "Longitude": -158.0303142, "Species": "House Finch", "Count": 15, "Date": "2022-11-07" }, "geometry": { "type": "Point", "coordinates": [ -158.0303142, 21.35725588 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35725588, "Longitude": -158.0303142, "Species": "House Sparrow", "Count": 1, "Date": "2023-04-28" }, "geometry": { "type": "Point", "coordinates": [ -158.0303142, 21.35725588 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35725588, "Longitude": -158.0303142, "Species": "Northern Cardinal", "Count": 22, "Date": "2023-04-28" }, "geometry": { "type": "Point", "coordinates": [ -158.0303142, 21.35725588 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35725588, "Longitude": -158.0303142, "Species": "Pacific Golden-Plover", "Count": 17, "Date": "2023-03-29" }, "geometry": { "type": "Point", "coordinates": [ -158.0303142, 21.35725588 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35725588, "Longitude": -158.0303142, "Species": "Red Avadavat", "Count": 10, "Date": "2022-10-26" }, "geometry": { "type": "Point", "coordinates": [ -158.0303142, 21.35725588 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35725588, "Longitude": -158.0303142, "Species": "Red-crested Cardinal", "Count": 22, "Date": "2022-11-21" }, "geometry": { "type": "Point", "coordinates": [ -158.0303142, 21.35725588 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35725588, "Longitude": -158.0303142, "Species": "Red-vented Bulbul", "Count": 31, "Date": "2022-11-21" }, "geometry": { "type": "Point", "coordinates": [ -158.0303142, 21.35725588 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35725588, "Longitude": -158.0303142, "Species": "Red-whiskered Bulbul", "Count": 15, "Date": "2022-11-07" }, "geometry": { "type": "Point", "coordinates": [ -158.0303142, 21.35725588 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35725588, "Longitude": -158.0303142, "Species": "Rock Pigeon", "Count": 3, "Date": "2023-03-29" }, "geometry": { "type": "Point", "coordinates": [ -158.0303142, 21.35725588 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35725588, "Longitude": -158.0303142, "Species": "Rose-ringed Parakeet", "Count": 22, "Date": "2022-11-07" }, "geometry": { "type": "Point", "coordinates": [ -158.0303142, 21.35725588 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35725588, "Longitude": -158.0303142, "Species": "Saffron Finch", "Count": 18, "Date": "2023-03-29" }, "geometry": { "type": "Point", "coordinates": [ -158.0303142, 21.35725588 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35725588, "Longitude": -158.0303142, "Species": "Scaly-breasted Munia", "Count": 1, "Date": "2021-05-24" }, "geometry": { "type": "Point", "coordinates": [ -158.0303142, 21.35725588 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35725588, "Longitude": -158.0303142, "Species": "Spotted Dove", "Count": 29, "Date": "2023-03-29" }, "geometry": { "type": "Point", "coordinates": [ -158.0303142, 21.35725588 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35725588, "Longitude": -158.0303142, "Species": "Warbling White-eye", "Count": 23, "Date": "2022-11-21" }, "geometry": { "type": "Point", "coordinates": [ -158.0303142, 21.35725588 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35725588, "Longitude": -158.0303142, "Species": "Western Cattle Egret", "Count": 8, "Date": "2022-11-21" }, "geometry": { "type": "Point", "coordinates": [ -158.0303142, 21.35725588 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35725588, "Longitude": -158.0303142, "Species": "White-rumped Shama", "Count": 3, "Date": "2023-04-28" }, "geometry": { "type": "Point", "coordinates": [ -158.0303142, 21.35725588 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35725588, "Longitude": -158.0303142, "Species": "Yellow-fronted Canary", "Count": 3, "Date": "2022-09-26" }, "geometry": { "type": "Point", "coordinates": [ -158.0303142, 21.35725588 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35725588, "Longitude": -158.0303142, "Species": "Zebra Dove", "Count": 36, "Date": "2023-03-29" }, "geometry": { "type": "Point", "coordinates": [ -158.0303142, 21.35725588 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35511444, "Longitude": -157.7120929, "Species": "Black-crowned Night Heron", "Count": 1, "Date": "2023-12-03" }, "geometry": { "type": "Point", "coordinates": [ -157.712092899999988, 21.35511444 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35511444, "Longitude": -157.7120929, "Species": "Black-necked Stilt", "Count": 2, "Date": "2023-08-23" }, "geometry": { "type": "Point", "coordinates": [ -157.712092899999988, 21.35511444 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35511444, "Longitude": -157.7120929, "Species": "Common Gallinule", "Count": 2, "Date": "2023-12-03" }, "geometry": { "type": "Point", "coordinates": [ -157.712092899999988, 21.35511444 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35511444, "Longitude": -157.7120929, "Species": "Common Myna", "Count": 4, "Date": "2023-10-23" }, "geometry": { "type": "Point", "coordinates": [ -157.712092899999988, 21.35511444 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35511444, "Longitude": -157.7120929, "Species": "Gray Francolin", "Count": 2, "Date": "2023-10-08" }, "geometry": { "type": "Point", "coordinates": [ -157.712092899999988, 21.35511444 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35511444, "Longitude": -157.7120929, "Species": "Great Frigatebird", "Count": 1, "Date": "2023-08-23" }, "geometry": { "type": "Point", "coordinates": [ -157.712092899999988, 21.35511444 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35511444, "Longitude": -157.7120929, "Species": "House Finch", "Count": 1, "Date": "2023-10-08" }, "geometry": { "type": "Point", "coordinates": [ -157.712092899999988, 21.35511444 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35511444, "Longitude": -157.7120929, "Species": "House Sparrow", "Count": 1, "Date": "2023-10-08" }, "geometry": { "type": "Point", "coordinates": [ -157.712092899999988, 21.35511444 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35511444, "Longitude": -157.7120929, "Species": "Indian Peafowl", "Count": 11, "Date": "2024-02-18" }, "geometry": { "type": "Point", "coordinates": [ -157.712092899999988, 21.35511444 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35511444, "Longitude": -157.7120929, "Species": "Feral Mallard", "Count": 1, "Date": "2023-10-08" }, "geometry": { "type": "Point", "coordinates": [ -157.712092899999988, 21.35511444 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35511444, "Longitude": -157.7120929, "Species": "Northern Cardinal", "Count": 3, "Date": "2023-12-03" }, "geometry": { "type": "Point", "coordinates": [ -157.712092899999988, 21.35511444 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35511444, "Longitude": -157.7120929, "Species": "Pacific Golden-Plover", "Count": 3, "Date": "2023-12-03" }, "geometry": { "type": "Point", "coordinates": [ -157.712092899999988, 21.35511444 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35511444, "Longitude": -157.7120929, "Species": "Red Avadavat", "Count": 2, "Date": "2023-12-03" }, "geometry": { "type": "Point", "coordinates": [ -157.712092899999988, 21.35511444 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35511444, "Longitude": -157.7120929, "Species": "Red Junglefowl", "Count": 6, "Date": "2024-02-18" }, "geometry": { "type": "Point", "coordinates": [ -157.712092899999988, 21.35511444 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35511444, "Longitude": -157.7120929, "Species": "Red-crested Cardinal", "Count": 3, "Date": "2023-12-03" }, "geometry": { "type": "Point", "coordinates": [ -157.712092899999988, 21.35511444 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35511444, "Longitude": -157.7120929, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2023-12-03" }, "geometry": { "type": "Point", "coordinates": [ -157.712092899999988, 21.35511444 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35511444, "Longitude": -157.7120929, "Species": "Rock Pigeon", "Count": 3, "Date": "2023-12-03" }, "geometry": { "type": "Point", "coordinates": [ -157.712092899999988, 21.35511444 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35511444, "Longitude": -157.7120929, "Species": "Ruddy Turnstone", "Count": 2, "Date": "2023-12-03" }, "geometry": { "type": "Point", "coordinates": [ -157.712092899999988, 21.35511444 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35511444, "Longitude": -157.7120929, "Species": "Spotted Dove", "Count": 1, "Date": "2023-10-08" }, "geometry": { "type": "Point", "coordinates": [ -157.712092899999988, 21.35511444 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35511444, "Longitude": -157.7120929, "Species": "Wandering Tattler", "Count": 1, "Date": "2023-12-03" }, "geometry": { "type": "Point", "coordinates": [ -157.712092899999988, 21.35511444 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35511444, "Longitude": -157.7120929, "Species": "Western Cattle Egret", "Count": 5, "Date": "2023-12-03" }, "geometry": { "type": "Point", "coordinates": [ -157.712092899999988, 21.35511444 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35511444, "Longitude": -157.7120929, "Species": "Yellow-fronted Canary", "Count": 1, "Date": "2020-05-18" }, "geometry": { "type": "Point", "coordinates": [ -157.712092899999988, 21.35511444 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35511444, "Longitude": -157.7120929, "Species": "Zebra Dove", "Count": 3, "Date": "2023-12-03" }, "geometry": { "type": "Point", "coordinates": [ -157.712092899999988, 21.35511444 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36634498, "Longitude": -158.0398989, "Species": "African Silverbill", "Count": 11, "Date": "2021-12-20" }, "geometry": { "type": "Point", "coordinates": [ -158.0398989, 21.36634498 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36634498, "Longitude": -158.0398989, "Species": "Black Francolin", "Count": 11, "Date": "2022-02-14" }, "geometry": { "type": "Point", "coordinates": [ -158.0398989, 21.36634498 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36634498, "Longitude": -158.0398989, "Species": "Chestnut Munia", "Count": 15, "Date": "2021-12-20" }, "geometry": { "type": "Point", "coordinates": [ -158.0398989, 21.36634498 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36634498, "Longitude": -158.0398989, "Species": "Common Myna", "Count": 28, "Date": "2022-02-14" }, "geometry": { "type": "Point", "coordinates": [ -158.0398989, 21.36634498 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36634498, "Longitude": -158.0398989, "Species": "Common Waxbill", "Count": 35, "Date": "2022-02-14" }, "geometry": { "type": "Point", "coordinates": [ -158.0398989, 21.36634498 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36634498, "Longitude": -158.0398989, "Species": "Eurasian Skylark", "Count": 7, "Date": "2022-01-31" }, "geometry": { "type": "Point", "coordinates": [ -158.0398989, 21.36634498 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36634498, "Longitude": -158.0398989, "Species": "Gray Francolin", "Count": 35, "Date": "2022-02-14" }, "geometry": { "type": "Point", "coordinates": [ -158.0398989, 21.36634498 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36634498, "Longitude": -158.0398989, "Species": "House Finch", "Count": 21, "Date": "2022-02-07" }, "geometry": { "type": "Point", "coordinates": [ -158.0398989, 21.36634498 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36634498, "Longitude": -158.0398989, "Species": "Northern Cardinal", "Count": 23, "Date": "2022-02-14" }, "geometry": { "type": "Point", "coordinates": [ -158.0398989, 21.36634498 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36634498, "Longitude": -158.0398989, "Species": "Pacific Golden-Plover", "Count": 6, "Date": "2022-02-14" }, "geometry": { "type": "Point", "coordinates": [ -158.0398989, 21.36634498 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36634498, "Longitude": -158.0398989, "Species": "Red Avadavat", "Count": 16, "Date": "2022-02-14" }, "geometry": { "type": "Point", "coordinates": [ -158.0398989, 21.36634498 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36634498, "Longitude": -158.0398989, "Species": "Red-crested Cardinal", "Count": 35, "Date": "2022-02-14" }, "geometry": { "type": "Point", "coordinates": [ -158.0398989, 21.36634498 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36634498, "Longitude": -158.0398989, "Species": "Red-vented Bulbul", "Count": 33, "Date": "2022-02-14" }, "geometry": { "type": "Point", "coordinates": [ -158.0398989, 21.36634498 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36634498, "Longitude": -158.0398989, "Species": "Red-whiskered Bulbul", "Count": 4, "Date": "2021-07-12" }, "geometry": { "type": "Point", "coordinates": [ -158.0398989, 21.36634498 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36634498, "Longitude": -158.0398989, "Species": "Rock Pigeon", "Count": 12, "Date": "2022-01-18" }, "geometry": { "type": "Point", "coordinates": [ -158.0398989, 21.36634498 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36634498, "Longitude": -158.0398989, "Species": "Saffron Finch", "Count": 5, "Date": "2022-02-14" }, "geometry": { "type": "Point", "coordinates": [ -158.0398989, 21.36634498 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36634498, "Longitude": -158.0398989, "Species": "Scaly-breasted Munia", "Count": 6, "Date": "2021-07-12" }, "geometry": { "type": "Point", "coordinates": [ -158.0398989, 21.36634498 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36634498, "Longitude": -158.0398989, "Species": "Spotted Dove", "Count": 35, "Date": "2022-02-14" }, "geometry": { "type": "Point", "coordinates": [ -158.0398989, 21.36634498 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36634498, "Longitude": -158.0398989, "Species": "Warbling White-eye", "Count": 26, "Date": "2022-02-14" }, "geometry": { "type": "Point", "coordinates": [ -158.0398989, 21.36634498 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36634498, "Longitude": -158.0398989, "Species": "Western Cattle Egret", "Count": 10, "Date": "2021-12-20" }, "geometry": { "type": "Point", "coordinates": [ -158.0398989, 21.36634498 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36634498, "Longitude": -158.0398989, "Species": "White-rumped Shama", "Count": 1, "Date": "2021-11-22" }, "geometry": { "type": "Point", "coordinates": [ -158.0398989, 21.36634498 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36634498, "Longitude": -158.0398989, "Species": "Yellow-fronted Canary", "Count": 3, "Date": "2021-11-08" }, "geometry": { "type": "Point", "coordinates": [ -158.0398989, 21.36634498 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36634498, "Longitude": -158.0398989, "Species": "Zebra Dove", "Count": 34, "Date": "2022-02-14" }, "geometry": { "type": "Point", "coordinates": [ -158.0398989, 21.36634498 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3662897, "Longitude": -158.0302547, "Species": "African Silverbill", "Count": 2, "Date": "2022-02-07" }, "geometry": { "type": "Point", "coordinates": [ -158.0302547, 21.3662897 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3662897, "Longitude": -158.0302547, "Species": "Black-crowned Night Heron", "Count": 4, "Date": "2022-09-26" }, "geometry": { "type": "Point", "coordinates": [ -158.0302547, 21.3662897 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3662897, "Longitude": -158.0302547, "Species": "Black-necked Stilt", "Count": 2, "Date": "2021-10-09" }, "geometry": { "type": "Point", "coordinates": [ -158.0302547, 21.3662897 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3662897, "Longitude": -158.0302547, "Species": "Chestnut Munia", "Count": 2, "Date": "2021-10-09" }, "geometry": { "type": "Point", "coordinates": [ -158.0302547, 21.3662897 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3662897, "Longitude": -158.0302547, "Species": "Common Myna", "Count": 36, "Date": "2022-11-21" }, "geometry": { "type": "Point", "coordinates": [ -158.0302547, 21.3662897 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3662897, "Longitude": -158.0302547, "Species": "Common Waxbill", "Count": 21, "Date": "2022-09-26" }, "geometry": { "type": "Point", "coordinates": [ -158.0302547, 21.3662897 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3662897, "Longitude": -158.0302547, "Species": "Gray Francolin", "Count": 4, "Date": "2022-09-12" }, "geometry": { "type": "Point", "coordinates": [ -158.0302547, 21.3662897 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3662897, "Longitude": -158.0302547, "Species": "Greater White-fronted Goose", "Count": 1, "Date": "2021-03-23" }, "geometry": { "type": "Point", "coordinates": [ -158.0302547, 21.3662897 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3662897, "Longitude": -158.0302547, "Species": "House Finch", "Count": 4, "Date": "2022-01-03" }, "geometry": { "type": "Point", "coordinates": [ -158.0302547, 21.3662897 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3662897, "Longitude": -158.0302547, "Species": "Indian Peafowl", "Count": 2, "Date": "2021-06-21" }, "geometry": { "type": "Point", "coordinates": [ -158.0302547, 21.3662897 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3662897, "Longitude": -158.0302547, "Species": "Java Sparrow", "Count": 21, "Date": "2022-11-21" }, "geometry": { "type": "Point", "coordinates": [ -158.0302547, 21.3662897 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3662897, "Longitude": -158.0302547, "Species": "Feral Mallard ", "Count": 15, "Date": "2022-02-07" }, "geometry": { "type": "Point", "coordinates": [ -158.0302547, 21.3662897 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3662897, "Longitude": -158.0302547, "Species": "Northern Cardinal", "Count": 16, "Date": "2022-11-07" }, "geometry": { "type": "Point", "coordinates": [ -158.0302547, 21.3662897 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3662897, "Longitude": -158.0302547, "Species": "Red-crested Cardinal", "Count": 21, "Date": "2022-09-12" }, "geometry": { "type": "Point", "coordinates": [ -158.0302547, 21.3662897 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3662897, "Longitude": -158.0302547, "Species": "Red-vented Bulbul", "Count": 34, "Date": "2022-11-21" }, "geometry": { "type": "Point", "coordinates": [ -158.0302547, 21.3662897 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3662897, "Longitude": -158.0302547, "Species": "Red-whiskered Bulbul", "Count": 11, "Date": "2022-09-26" }, "geometry": { "type": "Point", "coordinates": [ -158.0302547, 21.3662897 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3662897, "Longitude": -158.0302547, "Species": "Rock Pigeon", "Count": 1, "Date": "2021-08-30" }, "geometry": { "type": "Point", "coordinates": [ -158.0302547, 21.3662897 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3662897, "Longitude": -158.0302547, "Species": "Rose-ringed Parakeet", "Count": 28, "Date": "2022-11-21" }, "geometry": { "type": "Point", "coordinates": [ -158.0302547, 21.3662897 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3662897, "Longitude": -158.0302547, "Species": "Spotted Dove", "Count": 28, "Date": "2022-11-07" }, "geometry": { "type": "Point", "coordinates": [ -158.0302547, 21.3662897 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3662897, "Longitude": -158.0302547, "Species": "Warbling White-eye", "Count": 27, "Date": "2022-11-21" }, "geometry": { "type": "Point", "coordinates": [ -158.0302547, 21.3662897 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3662897, "Longitude": -158.0302547, "Species": "Western Cattle Egret", "Count": 9, "Date": "2022-11-07" }, "geometry": { "type": "Point", "coordinates": [ -158.0302547, 21.3662897 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3662897, "Longitude": -158.0302547, "Species": "White-rumped Shama", "Count": 12, "Date": "2022-11-21" }, "geometry": { "type": "Point", "coordinates": [ -158.0302547, 21.3662897 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3662897, "Longitude": -158.0302547, "Species": "Zebra Dove", "Count": 35, "Date": "2022-11-21" }, "geometry": { "type": "Point", "coordinates": [ -158.0302547, 21.3662897 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36570598, "Longitude": -157.9338141, "Species": "Chestnut Munia", "Count": 6, "Date": "2023-09-21" }, "geometry": { "type": "Point", "coordinates": [ -157.9338141, 21.36570598 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36570598, "Longitude": -157.9338141, "Species": "Common Myna", "Count": 27, "Date": "2023-12-24" }, "geometry": { "type": "Point", "coordinates": [ -157.9338141, 21.36570598 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36570598, "Longitude": -157.9338141, "Species": "Common Waxbill", "Count": 13, "Date": "2023-10-24" }, "geometry": { "type": "Point", "coordinates": [ -157.9338141, 21.36570598 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36570598, "Longitude": -157.9338141, "Species": "Great-tailed Grackle", "Count": 1, "Date": "2023-04-30" }, "geometry": { "type": "Point", "coordinates": [ -157.9338141, 21.36570598 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36570598, "Longitude": -157.9338141, "Species": "House Finch", "Count": 2, "Date": "2021-04-07" }, "geometry": { "type": "Point", "coordinates": [ -157.9338141, 21.36570598 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36570598, "Longitude": -157.9338141, "Species": "House Sparrow", "Count": 18, "Date": "2023-12-24" }, "geometry": { "type": "Point", "coordinates": [ -157.9338141, 21.36570598 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36570598, "Longitude": -157.9338141, "Species": "Java Sparrow", "Count": 17, "Date": "2023-10-24" }, "geometry": { "type": "Point", "coordinates": [ -157.9338141, 21.36570598 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36570598, "Longitude": -157.9338141, "Species": "Feral Mallard", "Count": 4, "Date": "2021-04-07" }, "geometry": { "type": "Point", "coordinates": [ -157.9338141, 21.36570598 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36570598, "Longitude": -157.9338141, "Species": "Pacific Golden-Plover", "Count": 23, "Date": "2023-12-24" }, "geometry": { "type": "Point", "coordinates": [ -157.9338141, 21.36570598 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36570598, "Longitude": -157.9338141, "Species": "Red Junglefowl", "Count": 4, "Date": "2022-06-27" }, "geometry": { "type": "Point", "coordinates": [ -157.9338141, 21.36570598 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36570598, "Longitude": -157.9338141, "Species": "Red-crested Cardinal", "Count": 13, "Date": "2023-09-29" }, "geometry": { "type": "Point", "coordinates": [ -157.9338141, 21.36570598 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36570598, "Longitude": -157.9338141, "Species": "Red-vented Bulbul", "Count": 16, "Date": "2023-09-29" }, "geometry": { "type": "Point", "coordinates": [ -157.9338141, 21.36570598 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36570598, "Longitude": -157.9338141, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2021-07-09" }, "geometry": { "type": "Point", "coordinates": [ -157.9338141, 21.36570598 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36570598, "Longitude": -157.9338141, "Species": "Rock Pigeon", "Count": 11, "Date": "2023-12-24" }, "geometry": { "type": "Point", "coordinates": [ -157.9338141, 21.36570598 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36570598, "Longitude": -157.9338141, "Species": "Rose-ringed Parakeet", "Count": 4, "Date": "2023-03-29" }, "geometry": { "type": "Point", "coordinates": [ -157.9338141, 21.36570598 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36570598, "Longitude": -157.9338141, "Species": "Saffron Finch", "Count": 14, "Date": "2023-10-24" }, "geometry": { "type": "Point", "coordinates": [ -157.9338141, 21.36570598 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36570598, "Longitude": -157.9338141, "Species": "Spotted Dove", "Count": 10, "Date": "2023-12-24" }, "geometry": { "type": "Point", "coordinates": [ -157.9338141, 21.36570598 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36570598, "Longitude": -157.9338141, "Species": "Warbling White-eye", "Count": 7, "Date": "2022-09-24" }, "geometry": { "type": "Point", "coordinates": [ -157.9338141, 21.36570598 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36570598, "Longitude": -157.9338141, "Species": "Western Cattle Egret", "Count": 14, "Date": "2023-12-24" }, "geometry": { "type": "Point", "coordinates": [ -157.9338141, 21.36570598 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36570598, "Longitude": -157.9338141, "Species": "White Tern", "Count": 6, "Date": "2022-08-05" }, "geometry": { "type": "Point", "coordinates": [ -157.9338141, 21.36570598 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36570598, "Longitude": -157.9338141, "Species": "Yellow-fronted Canary", "Count": 1, "Date": "2022-08-11" }, "geometry": { "type": "Point", "coordinates": [ -157.9338141, 21.36570598 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36570598, "Longitude": -157.9338141, "Species": "Zebra Dove", "Count": 22, "Date": "2023-10-24" }, "geometry": { "type": "Point", "coordinates": [ -157.9338141, 21.36570598 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3737553, "Longitude": -157.7890846, "Species": "Chestnut Munia", "Count": 4, "Date": "2023-07-08" }, "geometry": { "type": "Point", "coordinates": [ -157.7890846, 21.3737553 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3737553, "Longitude": -157.7890846, "Species": "Common Gallinule", "Count": 1, "Date": "2019-08-31" }, "geometry": { "type": "Point", "coordinates": [ -157.7890846, 21.3737553 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3737553, "Longitude": -157.7890846, "Species": "Common Myna", "Count": 3, "Date": "2022-06-08" }, "geometry": { "type": "Point", "coordinates": [ -157.7890846, 21.3737553 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3737553, "Longitude": -157.7890846, "Species": "Common Waxbill", "Count": 5, "Date": "2023-10-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7890846, 21.3737553 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3737553, "Longitude": -157.7890846, "Species": "House Finch", "Count": 2, "Date": "2023-07-08" }, "geometry": { "type": "Point", "coordinates": [ -157.7890846, 21.3737553 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3737553, "Longitude": -157.7890846, "Species": "Java Sparrow", "Count": 1, "Date": "2021-02-07" }, "geometry": { "type": "Point", "coordinates": [ -157.7890846, 21.3737553 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3737553, "Longitude": -157.7890846, "Species": "Feral Mallard", "Count": 1, "Date": "2019-08-31" }, "geometry": { "type": "Point", "coordinates": [ -157.7890846, 21.3737553 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3737553, "Longitude": -157.7890846, "Species": "Northern Cardinal", "Count": 2, "Date": "2023-04-04" }, "geometry": { "type": "Point", "coordinates": [ -157.7890846, 21.3737553 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3737553, "Longitude": -157.7890846, "Species": "Oahu Amakihi", "Count": 2, "Date": "2023-10-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7890846, 21.3737553 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3737553, "Longitude": -157.7890846, "Species": "Pacific Golden-Plover", "Count": 1, "Date": "2021-02-07" }, "geometry": { "type": "Point", "coordinates": [ -157.7890846, 21.3737553 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3737553, "Longitude": -157.7890846, "Species": "Red Junglefowl", "Count": 7, "Date": "2023-10-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7890846, 21.3737553 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3737553, "Longitude": -157.7890846, "Species": "Red-billed Leiothrix", "Count": 11, "Date": "2023-12-19" }, "geometry": { "type": "Point", "coordinates": [ -157.7890846, 21.3737553 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3737553, "Longitude": -157.7890846, "Species": "Red-crested Cardinal", "Count": 4, "Date": "2022-06-08" }, "geometry": { "type": "Point", "coordinates": [ -157.7890846, 21.3737553 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3737553, "Longitude": -157.7890846, "Species": "Red-vented Bulbul", "Count": 6, "Date": "2023-10-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7890846, 21.3737553 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3737553, "Longitude": -157.7890846, "Species": "Red-whiskered Bulbul", "Count": 7, "Date": "2023-12-19" }, "geometry": { "type": "Point", "coordinates": [ -157.7890846, 21.3737553 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3737553, "Longitude": -157.7890846, "Species": "Rock Pigeon", "Count": 1, "Date": "2021-02-07" }, "geometry": { "type": "Point", "coordinates": [ -157.7890846, 21.3737553 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3737553, "Longitude": -157.7890846, "Species": "Scaly-breasted Munia", "Count": 1, "Date": "2023-07-08" }, "geometry": { "type": "Point", "coordinates": [ -157.7890846, 21.3737553 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3737553, "Longitude": -157.7890846, "Species": "Spotted Dove", "Count": 6, "Date": "2023-12-19" }, "geometry": { "type": "Point", "coordinates": [ -157.7890846, 21.3737553 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3737553, "Longitude": -157.7890846, "Species": "Warbling White-eye", "Count": 6, "Date": "2023-10-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7890846, 21.3737553 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3737553, "Longitude": -157.7890846, "Species": "Western Cattle Egret", "Count": 1, "Date": "2019-08-31" }, "geometry": { "type": "Point", "coordinates": [ -157.7890846, 21.3737553 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3737553, "Longitude": -157.7890846, "Species": "White Tern", "Count": 1, "Date": "2019-08-31" }, "geometry": { "type": "Point", "coordinates": [ -157.7890846, 21.3737553 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3737553, "Longitude": -157.7890846, "Species": "White-rumped Shama", "Count": 12, "Date": "2023-12-19" }, "geometry": { "type": "Point", "coordinates": [ -157.7890846, 21.3737553 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3737553, "Longitude": -157.7890846, "Species": "Zebra Dove", "Count": 4, "Date": "2021-05-07" }, "geometry": { "type": "Point", "coordinates": [ -157.7890846, 21.3737553 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37354395, "Longitude": -157.7601528, "Species": "Black-crowned Night Heron", "Count": 2, "Date": "2023-05-25" }, "geometry": { "type": "Point", "coordinates": [ -157.760152799999986, 21.37354395 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37354395, "Longitude": -157.7601528, "Species": "Chestnut Munia", "Count": 3, "Date": "2023-10-17" }, "geometry": { "type": "Point", "coordinates": [ -157.760152799999986, 21.37354395 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37354395, "Longitude": -157.7601528, "Species": "Common Myna", "Count": 4, "Date": "2023-05-25" }, "geometry": { "type": "Point", "coordinates": [ -157.760152799999986, 21.37354395 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37354395, "Longitude": -157.7601528, "Species": "Common Waxbill", "Count": 6, "Date": "2023-05-25" }, "geometry": { "type": "Point", "coordinates": [ -157.760152799999986, 21.37354395 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37354395, "Longitude": -157.7601528, "Species": "House Finch", "Count": 2, "Date": "2020-06-17" }, "geometry": { "type": "Point", "coordinates": [ -157.760152799999986, 21.37354395 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37354395, "Longitude": -157.7601528, "Species": "House Sparrow", "Count": 1, "Date": "2023-05-25" }, "geometry": { "type": "Point", "coordinates": [ -157.760152799999986, 21.37354395 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37354395, "Longitude": -157.7601528, "Species": "Japanese Bush Warbler", "Count": 3, "Date": "2022-01-10" }, "geometry": { "type": "Point", "coordinates": [ -157.760152799999986, 21.37354395 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37354395, "Longitude": -157.7601528, "Species": "Java Sparrow", "Count": 1, "Date": "2022-05-27" }, "geometry": { "type": "Point", "coordinates": [ -157.760152799999986, 21.37354395 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37354395, "Longitude": -157.7601528, "Species": "Feral Mallard", "Count": 1, "Date": "2020-06-17" }, "geometry": { "type": "Point", "coordinates": [ -157.760152799999986, 21.37354395 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37354395, "Longitude": -157.7601528, "Species": "Northern Cardinal", "Count": 2, "Date": "2022-03-15" }, "geometry": { "type": "Point", "coordinates": [ -157.760152799999986, 21.37354395 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37354395, "Longitude": -157.7601528, "Species": "Red Junglefowl", "Count": 1, "Date": "2020-01-31" }, "geometry": { "type": "Point", "coordinates": [ -157.760152799999986, 21.37354395 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37354395, "Longitude": -157.7601528, "Species": "Red-billed Leiothrix", "Count": 4, "Date": "2022-05-05" }, "geometry": { "type": "Point", "coordinates": [ -157.760152799999986, 21.37354395 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37354395, "Longitude": -157.7601528, "Species": "Red-crested Cardinal", "Count": 5, "Date": "2023-05-25" }, "geometry": { "type": "Point", "coordinates": [ -157.760152799999986, 21.37354395 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37354395, "Longitude": -157.7601528, "Species": "Red-vented Bulbul", "Count": 6, "Date": "2022-05-05" }, "geometry": { "type": "Point", "coordinates": [ -157.760152799999986, 21.37354395 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37354395, "Longitude": -157.7601528, "Species": "Red-whiskered Bulbul", "Count": 2, "Date": "2022-05-05" }, "geometry": { "type": "Point", "coordinates": [ -157.760152799999986, 21.37354395 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37354395, "Longitude": -157.7601528, "Species": "Rock Pigeon", "Count": 2, "Date": "2023-05-25" }, "geometry": { "type": "Point", "coordinates": [ -157.760152799999986, 21.37354395 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37354395, "Longitude": -157.7601528, "Species": "Saffron Finch", "Count": 1, "Date": "2023-05-25" }, "geometry": { "type": "Point", "coordinates": [ -157.760152799999986, 21.37354395 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37354395, "Longitude": -157.7601528, "Species": "Scaly-breasted Munia", "Count": 1, "Date": "2020-06-17" }, "geometry": { "type": "Point", "coordinates": [ -157.760152799999986, 21.37354395 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37354395, "Longitude": -157.7601528, "Species": "Spotted Dove", "Count": 2, "Date": "2022-01-10" }, "geometry": { "type": "Point", "coordinates": [ -157.760152799999986, 21.37354395 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37354395, "Longitude": -157.7601528, "Species": "Warbling White-eye", "Count": 3, "Date": "2022-01-10" }, "geometry": { "type": "Point", "coordinates": [ -157.760152799999986, 21.37354395 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37354395, "Longitude": -157.7601528, "Species": "Western Cattle Egret", "Count": 3, "Date": "2023-05-25" }, "geometry": { "type": "Point", "coordinates": [ -157.760152799999986, 21.37354395 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37354395, "Longitude": -157.7601528, "Species": "White-rumped Shama", "Count": 7, "Date": "2023-05-25" }, "geometry": { "type": "Point", "coordinates": [ -157.760152799999986, 21.37354395 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37354395, "Longitude": -157.7601528, "Species": "Zebra Dove", "Count": 3, "Date": "2023-05-25" }, "geometry": { "type": "Point", "coordinates": [ -157.760152799999986, 21.37354395 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39304703, "Longitude": -157.9722005, "Species": "African Silverbill", "Count": 1, "Date": "2019-02-05" }, "geometry": { "type": "Point", "coordinates": [ -157.972200500000014, 21.39304703 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39304703, "Longitude": -157.9722005, "Species": "Common Myna", "Count": 7, "Date": "2023-08-08" }, "geometry": { "type": "Point", "coordinates": [ -157.972200500000014, 21.39304703 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39304703, "Longitude": -157.9722005, "Species": "Common Waxbill", "Count": 3, "Date": "2022-01-30" }, "geometry": { "type": "Point", "coordinates": [ -157.972200500000014, 21.39304703 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39304703, "Longitude": -157.9722005, "Species": "Gray Francolin", "Count": 1, "Date": "2019-03-17" }, "geometry": { "type": "Point", "coordinates": [ -157.972200500000014, 21.39304703 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39304703, "Longitude": -157.9722005, "Species": "House Finch", "Count": 1, "Date": "2019-03-18" }, "geometry": { "type": "Point", "coordinates": [ -157.972200500000014, 21.39304703 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39304703, "Longitude": -157.9722005, "Species": "House Sparrow", "Count": 2, "Date": "2023-08-08" }, "geometry": { "type": "Point", "coordinates": [ -157.972200500000014, 21.39304703 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39304703, "Longitude": -157.9722005, "Species": "Java Sparrow", "Count": 1, "Date": "2021-07-26" }, "geometry": { "type": "Point", "coordinates": [ -157.972200500000014, 21.39304703 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39304703, "Longitude": -157.9722005, "Species": "Feral Mallard", "Count": 2, "Date": "2021-07-26" }, "geometry": { "type": "Point", "coordinates": [ -157.972200500000014, 21.39304703 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39304703, "Longitude": -157.9722005, "Species": "Northern Cardinal", "Count": 2, "Date": "2022-01-30" }, "geometry": { "type": "Point", "coordinates": [ -157.972200500000014, 21.39304703 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39304703, "Longitude": -157.9722005, "Species": "Pacific Golden-Plover", "Count": 1, "Date": "2019-02-05" }, "geometry": { "type": "Point", "coordinates": [ -157.972200500000014, 21.39304703 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39304703, "Longitude": -157.9722005, "Species": "Red Junglefowl", "Count": 5, "Date": "2023-08-08" }, "geometry": { "type": "Point", "coordinates": [ -157.972200500000014, 21.39304703 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39304703, "Longitude": -157.9722005, "Species": "Red-crested Cardinal", "Count": 3, "Date": "2021-07-26" }, "geometry": { "type": "Point", "coordinates": [ -157.972200500000014, 21.39304703 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39304703, "Longitude": -157.9722005, "Species": "Red-vented Bulbul", "Count": 4, "Date": "2022-08-07" }, "geometry": { "type": "Point", "coordinates": [ -157.972200500000014, 21.39304703 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39304703, "Longitude": -157.9722005, "Species": "Red-whiskered Bulbul", "Count": 4, "Date": "2022-07-18" }, "geometry": { "type": "Point", "coordinates": [ -157.972200500000014, 21.39304703 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39304703, "Longitude": -157.9722005, "Species": "Rock Pigeon", "Count": 4, "Date": "2023-01-05" }, "geometry": { "type": "Point", "coordinates": [ -157.972200500000014, 21.39304703 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39304703, "Longitude": -157.9722005, "Species": "Rose-ringed Parakeet", "Count": 4, "Date": "2021-07-26" }, "geometry": { "type": "Point", "coordinates": [ -157.972200500000014, 21.39304703 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39304703, "Longitude": -157.9722005, "Species": "Saffron Finch", "Count": 1, "Date": "2019-03-18" }, "geometry": { "type": "Point", "coordinates": [ -157.972200500000014, 21.39304703 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39304703, "Longitude": -157.9722005, "Species": "Spotted Dove", "Count": 6, "Date": "2022-08-07" }, "geometry": { "type": "Point", "coordinates": [ -157.972200500000014, 21.39304703 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39304703, "Longitude": -157.9722005, "Species": "Warbling White-eye", "Count": 2, "Date": "2019-03-17" }, "geometry": { "type": "Point", "coordinates": [ -157.972200500000014, 21.39304703 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39304703, "Longitude": -157.9722005, "Species": "Western Cattle Egret", "Count": 3, "Date": "2023-05-13" }, "geometry": { "type": "Point", "coordinates": [ -157.972200500000014, 21.39304703 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39304703, "Longitude": -157.9722005, "Species": "Yellow-fronted Canary", "Count": 1, "Date": "2021-07-26" }, "geometry": { "type": "Point", "coordinates": [ -157.972200500000014, 21.39304703 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39304703, "Longitude": -157.9722005, "Species": "Zebra Dove", "Count": 4, "Date": "2022-01-30" }, "geometry": { "type": "Point", "coordinates": [ -157.972200500000014, 21.39304703 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40270103, "Longitude": -158.0782502, "Species": "Black Francolin", "Count": 3, "Date": "2021-02-09" }, "geometry": { "type": "Point", "coordinates": [ -158.078250200000014, 21.40270103 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40270103, "Longitude": -158.0782502, "Species": "Common Myna", "Count": 2, "Date": "2021-02-09" }, "geometry": { "type": "Point", "coordinates": [ -158.078250200000014, 21.40270103 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40270103, "Longitude": -158.0782502, "Species": "Common Waxbill", "Count": 3, "Date": "2021-02-09" }, "geometry": { "type": "Point", "coordinates": [ -158.078250200000014, 21.40270103 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40270103, "Longitude": -158.0782502, "Species": "Gray Francolin", "Count": 3, "Date": "2021-02-09" }, "geometry": { "type": "Point", "coordinates": [ -158.078250200000014, 21.40270103 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40270103, "Longitude": -158.0782502, "Species": "House Finch", "Count": 3, "Date": "2021-02-09" }, "geometry": { "type": "Point", "coordinates": [ -158.078250200000014, 21.40270103 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40270103, "Longitude": -158.0782502, "Species": "Indian Peafowl", "Count": 3, "Date": "2021-02-09" }, "geometry": { "type": "Point", "coordinates": [ -158.078250200000014, 21.40270103 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40270103, "Longitude": -158.0782502, "Species": "Japanese Bush Warbler", "Count": 1, "Date": "2021-02-09" }, "geometry": { "type": "Point", "coordinates": [ -158.078250200000014, 21.40270103 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40270103, "Longitude": -158.0782502, "Species": "Northern Cardinal", "Count": 2, "Date": "2021-02-09" }, "geometry": { "type": "Point", "coordinates": [ -158.078250200000014, 21.40270103 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40270103, "Longitude": -158.0782502, "Species": "Northern Mockingbird", "Count": 2, "Date": "2021-02-09" }, "geometry": { "type": "Point", "coordinates": [ -158.078250200000014, 21.40270103 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40270103, "Longitude": -158.0782502, "Species": "Pacific Golden-Plover", "Count": 1, "Date": "2021-02-09" }, "geometry": { "type": "Point", "coordinates": [ -158.078250200000014, 21.40270103 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40270103, "Longitude": -158.0782502, "Species": "Red Avadavat", "Count": 1, "Date": "2021-02-09" }, "geometry": { "type": "Point", "coordinates": [ -158.078250200000014, 21.40270103 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40270103, "Longitude": -158.0782502, "Species": "Red Junglefowl", "Count": 2, "Date": "2021-02-09" }, "geometry": { "type": "Point", "coordinates": [ -158.078250200000014, 21.40270103 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40270103, "Longitude": -158.0782502, "Species": "Red-billed Leiothrix", "Count": 2, "Date": "2021-02-09" }, "geometry": { "type": "Point", "coordinates": [ -158.078250200000014, 21.40270103 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40270103, "Longitude": -158.0782502, "Species": "Red-crested Cardinal", "Count": 3, "Date": "2021-02-09" }, "geometry": { "type": "Point", "coordinates": [ -158.078250200000014, 21.40270103 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40270103, "Longitude": -158.0782502, "Species": "Red-crowned Parrot", "Count": 2, "Date": "2021-02-09" }, "geometry": { "type": "Point", "coordinates": [ -158.078250200000014, 21.40270103 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40270103, "Longitude": -158.0782502, "Species": "Red-vented Bulbul", "Count": 3, "Date": "2021-02-09" }, "geometry": { "type": "Point", "coordinates": [ -158.078250200000014, 21.40270103 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40270103, "Longitude": -158.0782502, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2021-02-09" }, "geometry": { "type": "Point", "coordinates": [ -158.078250200000014, 21.40270103 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40270103, "Longitude": -158.0782502, "Species": "Scaly-breasted Munia", "Count": 1, "Date": "2021-02-09" }, "geometry": { "type": "Point", "coordinates": [ -158.078250200000014, 21.40270103 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40270103, "Longitude": -158.0782502, "Species": "Spotted Dove", "Count": 1, "Date": "2021-02-09" }, "geometry": { "type": "Point", "coordinates": [ -158.078250200000014, 21.40270103 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40270103, "Longitude": -158.0782502, "Species": "Warbling White-eye", "Count": 3, "Date": "2021-02-09" }, "geometry": { "type": "Point", "coordinates": [ -158.078250200000014, 21.40270103 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40270103, "Longitude": -158.0782502, "Species": "Western Cattle Egret", "Count": 1, "Date": "2021-02-09" }, "geometry": { "type": "Point", "coordinates": [ -158.078250200000014, 21.40270103 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40270103, "Longitude": -158.0782502, "Species": "White-rumped Shama", "Count": 3, "Date": "2021-02-09" }, "geometry": { "type": "Point", "coordinates": [ -158.078250200000014, 21.40270103 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40270103, "Longitude": -158.0782502, "Species": "Zebra Dove", "Count": 1, "Date": "2021-02-09" }, "geometry": { "type": "Point", "coordinates": [ -158.078250200000014, 21.40270103 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40057178, "Longitude": -157.7502788, "Species": "Black-crowned Night Heron", "Count": 2, "Date": "2021-06-19" }, "geometry": { "type": "Point", "coordinates": [ -157.7502788, 21.40057178 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40057178, "Longitude": -157.7502788, "Species": "Black-necked Stilt", "Count": 1, "Date": "2020-02-05" }, "geometry": { "type": "Point", "coordinates": [ -157.7502788, 21.40057178 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40057178, "Longitude": -157.7502788, "Species": "Common Gallinule", "Count": 3, "Date": "2022-07-29" }, "geometry": { "type": "Point", "coordinates": [ -157.7502788, 21.40057178 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40057178, "Longitude": -157.7502788, "Species": "Common Myna", "Count": 16, "Date": "2023-11-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7502788, 21.40057178 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40057178, "Longitude": -157.7502788, "Species": "Common Waxbill", "Count": 4, "Date": "2023-11-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7502788, 21.40057178 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40057178, "Longitude": -157.7502788, "Species": "House Finch", "Count": 5, "Date": "2022-07-25" }, "geometry": { "type": "Point", "coordinates": [ -157.7502788, 21.40057178 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40057178, "Longitude": -157.7502788, "Species": "Java Sparrow", "Count": 8, "Date": "2023-11-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7502788, 21.40057178 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40057178, "Longitude": -157.7502788, "Species": "Feral Mallard", "Count": 3, "Date": "2021-06-19" }, "geometry": { "type": "Point", "coordinates": [ -157.7502788, 21.40057178 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40057178, "Longitude": -157.7502788, "Species": "Mourning Dove", "Count": 2, "Date": "2022-07-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7502788, 21.40057178 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40057178, "Longitude": -157.7502788, "Species": "Muscovy Duck", "Count": 1, "Date": "2020-02-05" }, "geometry": { "type": "Point", "coordinates": [ -157.7502788, 21.40057178 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40057178, "Longitude": -157.7502788, "Species": "Northern Cardinal", "Count": 10, "Date": "2023-07-11" }, "geometry": { "type": "Point", "coordinates": [ -157.7502788, 21.40057178 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40057178, "Longitude": -157.7502788, "Species": "Pacific Golden-Plover", "Count": 1, "Date": "2020-02-05" }, "geometry": { "type": "Point", "coordinates": [ -157.7502788, 21.40057178 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40057178, "Longitude": -157.7502788, "Species": "Red-crested Cardinal", "Count": 3, "Date": "2023-05-30" }, "geometry": { "type": "Point", "coordinates": [ -157.7502788, 21.40057178 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40057178, "Longitude": -157.7502788, "Species": "Red-vented Bulbul", "Count": 12, "Date": "2023-05-30" }, "geometry": { "type": "Point", "coordinates": [ -157.7502788, 21.40057178 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40057178, "Longitude": -157.7502788, "Species": "Red-whiskered Bulbul", "Count": 10, "Date": "2024-01-30" }, "geometry": { "type": "Point", "coordinates": [ -157.7502788, 21.40057178 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40057178, "Longitude": -157.7502788, "Species": "Rock Pigeon", "Count": 14, "Date": "2023-11-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7502788, 21.40057178 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40057178, "Longitude": -157.7502788, "Species": "Scaly-breasted Munia", "Count": 1, "Date": "2020-02-05" }, "geometry": { "type": "Point", "coordinates": [ -157.7502788, 21.40057178 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40057178, "Longitude": -157.7502788, "Species": "Spotted Dove", "Count": 16, "Date": "2023-11-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7502788, 21.40057178 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40057178, "Longitude": -157.7502788, "Species": "Warbling White-eye", "Count": 3, "Date": "2022-07-22" }, "geometry": { "type": "Point", "coordinates": [ -157.7502788, 21.40057178 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40057178, "Longitude": -157.7502788, "Species": "Western Cattle Egret", "Count": 4, "Date": "2023-03-05" }, "geometry": { "type": "Point", "coordinates": [ -157.7502788, 21.40057178 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40057178, "Longitude": -157.7502788, "Species": "White-rumped Shama", "Count": 1, "Date": "2022-11-07" }, "geometry": { "type": "Point", "coordinates": [ -157.7502788, 21.40057178 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40057178, "Longitude": -157.7502788, "Species": "Zebra Dove", "Count": 16, "Date": "2023-11-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7502788, 21.40057178 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42002808, "Longitude": -157.9527156, "Species": "Chestnut Munia", "Count": 1, "Date": "2023-12-25" }, "geometry": { "type": "Point", "coordinates": [ -157.9527156, 21.42002808 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42002808, "Longitude": -157.9527156, "Species": "Common Gallinule", "Count": 1, "Date": "2023-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9527156, 21.42002808 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42002808, "Longitude": -157.9527156, "Species": "Common Myna", "Count": 8, "Date": "2024-01-16" }, "geometry": { "type": "Point", "coordinates": [ -157.9527156, 21.42002808 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42002808, "Longitude": -157.9527156, "Species": "Common Waxbill", "Count": 6, "Date": "2023-12-25" }, "geometry": { "type": "Point", "coordinates": [ -157.9527156, 21.42002808 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42002808, "Longitude": -157.9527156, "Species": "House Finch", "Count": 2, "Date": "2023-01-02" }, "geometry": { "type": "Point", "coordinates": [ -157.9527156, 21.42002808 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42002808, "Longitude": -157.9527156, "Species": "Indian Peafowl", "Count": 1, "Date": "2023-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9527156, 21.42002808 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42002808, "Longitude": -157.9527156, "Species": "Java Sparrow", "Count": 1, "Date": "2023-12-25" }, "geometry": { "type": "Point", "coordinates": [ -157.9527156, 21.42002808 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42002808, "Longitude": -157.9527156, "Species": "Northern Cardinal", "Count": 4, "Date": "2023-12-25" }, "geometry": { "type": "Point", "coordinates": [ -157.9527156, 21.42002808 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42002808, "Longitude": -157.9527156, "Species": "Northern Mockingbird", "Count": 1, "Date": "2024-01-31" }, "geometry": { "type": "Point", "coordinates": [ -157.9527156, 21.42002808 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42002808, "Longitude": -157.9527156, "Species": "Pacific Golden-Plover", "Count": 4, "Date": "2023-12-25" }, "geometry": { "type": "Point", "coordinates": [ -157.9527156, 21.42002808 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42002808, "Longitude": -157.9527156, "Species": "Red Junglefowl", "Count": 3, "Date": "2024-01-16" }, "geometry": { "type": "Point", "coordinates": [ -157.9527156, 21.42002808 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42002808, "Longitude": -157.9527156, "Species": "Red-billed Leiothrix", "Count": 8, "Date": "2024-01-16" }, "geometry": { "type": "Point", "coordinates": [ -157.9527156, 21.42002808 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42002808, "Longitude": -157.9527156, "Species": "Red-crested Cardinal", "Count": 2, "Date": "2023-12-25" }, "geometry": { "type": "Point", "coordinates": [ -157.9527156, 21.42002808 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42002808, "Longitude": -157.9527156, "Species": "Red-crowned Parrot", "Count": 6, "Date": "2023-12-25" }, "geometry": { "type": "Point", "coordinates": [ -157.9527156, 21.42002808 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42002808, "Longitude": -157.9527156, "Species": "Red-vented Bulbul", "Count": 10, "Date": "2024-01-16" }, "geometry": { "type": "Point", "coordinates": [ -157.9527156, 21.42002808 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42002808, "Longitude": -157.9527156, "Species": "Red-whiskered Bulbul", "Count": 9, "Date": "2024-01-16" }, "geometry": { "type": "Point", "coordinates": [ -157.9527156, 21.42002808 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42002808, "Longitude": -157.9527156, "Species": "Rose-ringed Parakeet", "Count": 7, "Date": "2024-01-16" }, "geometry": { "type": "Point", "coordinates": [ -157.9527156, 21.42002808 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42002808, "Longitude": -157.9527156, "Species": "Scaly-breasted Munia", "Count": 1, "Date": "2023-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9527156, 21.42002808 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42002808, "Longitude": -157.9527156, "Species": "Spotted Dove", "Count": 6, "Date": "2023-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9527156, 21.42002808 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42002808, "Longitude": -157.9527156, "Species": "Warbling White-eye", "Count": 8, "Date": "2023-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9527156, 21.42002808 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42002808, "Longitude": -157.9527156, "Species": "White-rumped Shama", "Count": 10, "Date": "2024-01-31" }, "geometry": { "type": "Point", "coordinates": [ -157.9527156, 21.42002808 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42002808, "Longitude": -157.9527156, "Species": "Yellow-fronted Canary", "Count": 2, "Date": "2023-12-25" }, "geometry": { "type": "Point", "coordinates": [ -157.9527156, 21.42002808 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42002808, "Longitude": -157.9527156, "Species": "Zebra Dove", "Count": 9, "Date": "2024-01-16" }, "geometry": { "type": "Point", "coordinates": [ -157.9527156, 21.42002808 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41899071, "Longitude": -157.7983592, "Species": "Black-necked Stilt", "Count": 1, "Date": "2020-09-06" }, "geometry": { "type": "Point", "coordinates": [ -157.7983592, 21.41899071 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41899071, "Longitude": -157.7983592, "Species": "Chestnut Munia", "Count": 2, "Date": "2023-06-23" }, "geometry": { "type": "Point", "coordinates": [ -157.7983592, 21.41899071 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41899071, "Longitude": -157.7983592, "Species": "Common Myna", "Count": 7, "Date": "2023-06-23" }, "geometry": { "type": "Point", "coordinates": [ -157.7983592, 21.41899071 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41899071, "Longitude": -157.7983592, "Species": "Common Waxbill", "Count": 1, "Date": "2022-07-02" }, "geometry": { "type": "Point", "coordinates": [ -157.7983592, 21.41899071 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41899071, "Longitude": -157.7983592, "Species": "Erckel's Spurfowl", "Count": 1, "Date": "2020-09-06" }, "geometry": { "type": "Point", "coordinates": [ -157.7983592, 21.41899071 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41899071, "Longitude": -157.7983592, "Species": "Great Frigatebird", "Count": 1, "Date": "2020-09-06" }, "geometry": { "type": "Point", "coordinates": [ -157.7983592, 21.41899071 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41899071, "Longitude": -157.7983592, "Species": "House Finch", "Count": 2, "Date": "2020-09-06" }, "geometry": { "type": "Point", "coordinates": [ -157.7983592, 21.41899071 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41899071, "Longitude": -157.7983592, "Species": "House Sparrow", "Count": 4, "Date": "2022-07-02" }, "geometry": { "type": "Point", "coordinates": [ -157.7983592, 21.41899071 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41899071, "Longitude": -157.7983592, "Species": "Java Sparrow", "Count": 1, "Date": "2020-09-06" }, "geometry": { "type": "Point", "coordinates": [ -157.7983592, 21.41899071 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41899071, "Longitude": -157.7983592, "Species": "Feral Mallard", "Count": 1, "Date": "2020-09-06" }, "geometry": { "type": "Point", "coordinates": [ -157.7983592, 21.41899071 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41899071, "Longitude": -157.7983592, "Species": "Northern Cardinal", "Count": 3, "Date": "2022-01-26" }, "geometry": { "type": "Point", "coordinates": [ -157.7983592, 21.41899071 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41899071, "Longitude": -157.7983592, "Species": "Pacific Golden-Plover", "Count": 2, "Date": "2021-09-11" }, "geometry": { "type": "Point", "coordinates": [ -157.7983592, 21.41899071 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41899071, "Longitude": -157.7983592, "Species": "Red Junglefowl", "Count": 2, "Date": "2022-07-02" }, "geometry": { "type": "Point", "coordinates": [ -157.7983592, 21.41899071 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41899071, "Longitude": -157.7983592, "Species": "Red-crested Cardinal", "Count": 4, "Date": "2023-10-15" }, "geometry": { "type": "Point", "coordinates": [ -157.7983592, 21.41899071 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41899071, "Longitude": -157.7983592, "Species": "Red-vented Bulbul", "Count": 5, "Date": "2022-07-02" }, "geometry": { "type": "Point", "coordinates": [ -157.7983592, 21.41899071 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41899071, "Longitude": -157.7983592, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2019-05-15" }, "geometry": { "type": "Point", "coordinates": [ -157.7983592, 21.41899071 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41899071, "Longitude": -157.7983592, "Species": "Rock Pigeon", "Count": 1, "Date": "2022-07-02" }, "geometry": { "type": "Point", "coordinates": [ -157.7983592, 21.41899071 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41899071, "Longitude": -157.7983592, "Species": "Saffron Finch", "Count": 1, "Date": "2020-09-06" }, "geometry": { "type": "Point", "coordinates": [ -157.7983592, 21.41899071 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41899071, "Longitude": -157.7983592, "Species": "Spotted Dove", "Count": 7, "Date": "2022-07-02" }, "geometry": { "type": "Point", "coordinates": [ -157.7983592, 21.41899071 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41899071, "Longitude": -157.7983592, "Species": "Warbling White-eye", "Count": 4, "Date": "2022-07-02" }, "geometry": { "type": "Point", "coordinates": [ -157.7983592, 21.41899071 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41899071, "Longitude": -157.7983592, "Species": "Western Cattle Egret", "Count": 3, "Date": "2022-07-02" }, "geometry": { "type": "Point", "coordinates": [ -157.7983592, 21.41899071 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41899071, "Longitude": -157.7983592, "Species": "White-rumped Shama", "Count": 2, "Date": "2022-07-02" }, "geometry": { "type": "Point", "coordinates": [ -157.7983592, 21.41899071 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41899071, "Longitude": -157.7983592, "Species": "Zebra Dove", "Count": 7, "Date": "2022-07-02" }, "geometry": { "type": "Point", "coordinates": [ -157.7983592, 21.41899071 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43726287, "Longitude": -157.827156, "Species": "Black-necked Stilt", "Count": 1, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.827156, 21.43726287 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43726287, "Longitude": -157.827156, "Species": "Chestnut Munia", "Count": 22, "Date": "2023-04-10" }, "geometry": { "type": "Point", "coordinates": [ -157.827156, 21.43726287 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43726287, "Longitude": -157.827156, "Species": "Common Myna", "Count": 12, "Date": "2023-11-10" }, "geometry": { "type": "Point", "coordinates": [ -157.827156, 21.43726287 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43726287, "Longitude": -157.827156, "Species": "Common Waxbill", "Count": 5, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.827156, 21.43726287 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43726287, "Longitude": -157.827156, "Species": "House Finch", "Count": 3, "Date": "2022-07-22" }, "geometry": { "type": "Point", "coordinates": [ -157.827156, 21.43726287 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43726287, "Longitude": -157.827156, "Species": "House Sparrow", "Count": 5, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.827156, 21.43726287 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43726287, "Longitude": -157.827156, "Species": "Java Sparrow", "Count": 2, "Date": "2021-04-22" }, "geometry": { "type": "Point", "coordinates": [ -157.827156, 21.43726287 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43726287, "Longitude": -157.827156, "Species": "Feral Mallard", "Count": 4, "Date": "2022-01-05" }, "geometry": { "type": "Point", "coordinates": [ -157.827156, 21.43726287 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43726287, "Longitude": -157.827156, "Species": "Muscovy Duck", "Count": 2, "Date": "2022-07-22" }, "geometry": { "type": "Point", "coordinates": [ -157.827156, 21.43726287 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43726287, "Longitude": -157.827156, "Species": "Northern Cardinal", "Count": 1, "Date": "2021-07-08" }, "geometry": { "type": "Point", "coordinates": [ -157.827156, 21.43726287 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43726287, "Longitude": -157.827156, "Species": "Pacific Golden-Plover", "Count": 6, "Date": "2023-11-10" }, "geometry": { "type": "Point", "coordinates": [ -157.827156, 21.43726287 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43726287, "Longitude": -157.827156, "Species": "Red Junglefowl", "Count": 4, "Date": "2023-11-10" }, "geometry": { "type": "Point", "coordinates": [ -157.827156, 21.43726287 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43726287, "Longitude": -157.827156, "Species": "Red-billed Leiothrix", "Count": 3, "Date": "2022-09-30" }, "geometry": { "type": "Point", "coordinates": [ -157.827156, 21.43726287 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43726287, "Longitude": -157.827156, "Species": "Red-crested Cardinal", "Count": 7, "Date": "2023-08-18" }, "geometry": { "type": "Point", "coordinates": [ -157.827156, 21.43726287 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43726287, "Longitude": -157.827156, "Species": "Red-vented Bulbul", "Count": 8, "Date": "2022-09-30" }, "geometry": { "type": "Point", "coordinates": [ -157.827156, 21.43726287 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43726287, "Longitude": -157.827156, "Species": "Red-whiskered Bulbul", "Count": 4, "Date": "2022-07-22" }, "geometry": { "type": "Point", "coordinates": [ -157.827156, 21.43726287 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43726287, "Longitude": -157.827156, "Species": "Rock Pigeon", "Count": 6, "Date": "2023-04-24" }, "geometry": { "type": "Point", "coordinates": [ -157.827156, 21.43726287 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43726287, "Longitude": -157.827156, "Species": "Spotted Dove", "Count": 9, "Date": "2023-11-10" }, "geometry": { "type": "Point", "coordinates": [ -157.827156, 21.43726287 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43726287, "Longitude": -157.827156, "Species": "Warbling White-eye", "Count": 1, "Date": "2021-07-08" }, "geometry": { "type": "Point", "coordinates": [ -157.827156, 21.43726287 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43726287, "Longitude": -157.827156, "Species": "Western Cattle Egret", "Count": 10, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.827156, 21.43726287 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43726287, "Longitude": -157.827156, "Species": "White-rumped Shama", "Count": 4, "Date": "2023-06-05" }, "geometry": { "type": "Point", "coordinates": [ -157.827156, 21.43726287 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43726287, "Longitude": -157.827156, "Species": "Zebra Dove", "Count": 12, "Date": "2023-11-10" }, "geometry": { "type": "Point", "coordinates": [ -157.827156, 21.43726287 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44846609, "Longitude": -158.1937654, "Species": "African Silverbill", "Count": 2, "Date": "2019-02-22" }, "geometry": { "type": "Point", "coordinates": [ -158.1937654, 21.44846609 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44846609, "Longitude": -158.1937654, "Species": "Black-crowned Night Heron", "Count": 1, "Date": "2023-01-21" }, "geometry": { "type": "Point", "coordinates": [ -158.1937654, 21.44846609 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44846609, "Longitude": -158.1937654, "Species": "Brown Booby", "Count": 7, "Date": "2024-02-12" }, "geometry": { "type": "Point", "coordinates": [ -158.1937654, 21.44846609 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44846609, "Longitude": -158.1937654, "Species": "Common Myna", "Count": 14, "Date": "2023-04-26" }, "geometry": { "type": "Point", "coordinates": [ -158.1937654, 21.44846609 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44846609, "Longitude": -158.1937654, "Species": "Common Waxbill", "Count": 2, "Date": "2023-04-01" }, "geometry": { "type": "Point", "coordinates": [ -158.1937654, 21.44846609 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44846609, "Longitude": -158.1937654, "Species": "Great Frigatebird", "Count": 2, "Date": "2023-01-18" }, "geometry": { "type": "Point", "coordinates": [ -158.1937654, 21.44846609 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44846609, "Longitude": -158.1937654, "Species": "House Finch", "Count": 2, "Date": "2023-01-18" }, "geometry": { "type": "Point", "coordinates": [ -158.1937654, 21.44846609 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44846609, "Longitude": -158.1937654, "Species": "House Sparrow", "Count": 4, "Date": "2023-04-26" }, "geometry": { "type": "Point", "coordinates": [ -158.1937654, 21.44846609 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44846609, "Longitude": -158.1937654, "Species": "Java Sparrow", "Count": 4, "Date": "2023-04-26" }, "geometry": { "type": "Point", "coordinates": [ -158.1937654, 21.44846609 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44846609, "Longitude": -158.1937654, "Species": "Laughing Gull", "Count": 3, "Date": "2021-01-16" }, "geometry": { "type": "Point", "coordinates": [ -158.1937654, 21.44846609 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44846609, "Longitude": -158.1937654, "Species": "Pacific Golden-Plover", "Count": 3, "Date": "2023-01-18" }, "geometry": { "type": "Point", "coordinates": [ -158.1937654, 21.44846609 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44846609, "Longitude": -158.1937654, "Species": "Red-crested Cardinal", "Count": 5, "Date": "2023-04-26" }, "geometry": { "type": "Point", "coordinates": [ -158.1937654, 21.44846609 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44846609, "Longitude": -158.1937654, "Species": "Red-vented Bulbul", "Count": 4, "Date": "2023-04-26" }, "geometry": { "type": "Point", "coordinates": [ -158.1937654, 21.44846609 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44846609, "Longitude": -158.1937654, "Species": "Rock Pigeon", "Count": 11, "Date": "2023-04-26" }, "geometry": { "type": "Point", "coordinates": [ -158.1937654, 21.44846609 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44846609, "Longitude": -158.1937654, "Species": "Saffron Finch", "Count": 7, "Date": "2023-10-31" }, "geometry": { "type": "Point", "coordinates": [ -158.1937654, 21.44846609 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44846609, "Longitude": -158.1937654, "Species": "Sooty Tern", "Count": 1, "Date": "2023-02-22" }, "geometry": { "type": "Point", "coordinates": [ -158.1937654, 21.44846609 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44846609, "Longitude": -158.1937654, "Species": "Spotted Dove", "Count": 5, "Date": "2023-01-18" }, "geometry": { "type": "Point", "coordinates": [ -158.1937654, 21.44846609 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44846609, "Longitude": -158.1937654, "Species": "Wandering Tattler", "Count": 1, "Date": "2023-01-23" }, "geometry": { "type": "Point", "coordinates": [ -158.1937654, 21.44846609 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44846609, "Longitude": -158.1937654, "Species": "Warbling White-eye", "Count": 1, "Date": "2021-05-07" }, "geometry": { "type": "Point", "coordinates": [ -158.1937654, 21.44846609 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44846609, "Longitude": -158.1937654, "Species": "Wedge-tailed Shearwater", "Count": 1, "Date": "2023-10-31" }, "geometry": { "type": "Point", "coordinates": [ -158.1937654, 21.44846609 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44846609, "Longitude": -158.1937654, "Species": "Western Cattle Egret", "Count": 1, "Date": "2021-01-14" }, "geometry": { "type": "Point", "coordinates": [ -158.1937654, 21.44846609 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44846609, "Longitude": -158.1937654, "Species": "White Tern", "Count": 1, "Date": "2023-10-31" }, "geometry": { "type": "Point", "coordinates": [ -158.1937654, 21.44846609 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44846609, "Longitude": -158.1937654, "Species": "Zebra Dove", "Count": 10, "Date": "2023-04-26" }, "geometry": { "type": "Point", "coordinates": [ -158.1937654, 21.44846609 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57455217, "Longitude": -158.1158002, "Species": "Black-crowned Night Heron", "Count": 3, "Date": "2020-02-23" }, "geometry": { "type": "Point", "coordinates": [ -158.1158002, 21.57455217 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57455217, "Longitude": -158.1158002, "Species": "Black-necked Stilt", "Count": 1, "Date": "2019-07-09" }, "geometry": { "type": "Point", "coordinates": [ -158.1158002, 21.57455217 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57455217, "Longitude": -158.1158002, "Species": "Common Gallinule", "Count": 2, "Date": "2020-02-23" }, "geometry": { "type": "Point", "coordinates": [ -158.1158002, 21.57455217 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57455217, "Longitude": -158.1158002, "Species": "Common Myna", "Count": 4, "Date": "2020-02-23" }, "geometry": { "type": "Point", "coordinates": [ -158.1158002, 21.57455217 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57455217, "Longitude": -158.1158002, "Species": "Common Waxbill", "Count": 4, "Date": "2020-02-23" }, "geometry": { "type": "Point", "coordinates": [ -158.1158002, 21.57455217 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57455217, "Longitude": -158.1158002, "Species": "House Finch", "Count": 3, "Date": "2019-10-28" }, "geometry": { "type": "Point", "coordinates": [ -158.1158002, 21.57455217 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57455217, "Longitude": -158.1158002, "Species": "House Sparrow", "Count": 2, "Date": "2019-10-28" }, "geometry": { "type": "Point", "coordinates": [ -158.1158002, 21.57455217 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57455217, "Longitude": -158.1158002, "Species": "Java Sparrow", "Count": 3, "Date": "2021-11-10" }, "geometry": { "type": "Point", "coordinates": [ -158.1158002, 21.57455217 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57455217, "Longitude": -158.1158002, "Species": "Northern Cardinal", "Count": 3, "Date": "2022-04-22" }, "geometry": { "type": "Point", "coordinates": [ -158.1158002, 21.57455217 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57455217, "Longitude": -158.1158002, "Species": "Pacific Golden-Plover", "Count": 1, "Date": "2019-10-13" }, "geometry": { "type": "Point", "coordinates": [ -158.1158002, 21.57455217 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57455217, "Longitude": -158.1158002, "Species": "Red Junglefowl", "Count": 1, "Date": "2019-10-13" }, "geometry": { "type": "Point", "coordinates": [ -158.1158002, 21.57455217 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57455217, "Longitude": -158.1158002, "Species": "Red-crested Cardinal", "Count": 4, "Date": "2022-09-17" }, "geometry": { "type": "Point", "coordinates": [ -158.1158002, 21.57455217 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57455217, "Longitude": -158.1158002, "Species": "Red-vented Bulbul", "Count": 5, "Date": "2020-02-23" }, "geometry": { "type": "Point", "coordinates": [ -158.1158002, 21.57455217 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57455217, "Longitude": -158.1158002, "Species": "Red-whiskered Bulbul", "Count": 2, "Date": "2019-10-28" }, "geometry": { "type": "Point", "coordinates": [ -158.1158002, 21.57455217 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57455217, "Longitude": -158.1158002, "Species": "Rock Pigeon", "Count": 1, "Date": "2019-10-13" }, "geometry": { "type": "Point", "coordinates": [ -158.1158002, 21.57455217 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57455217, "Longitude": -158.1158002, "Species": "Scaly-breasted Munia", "Count": 1, "Date": "2019-10-13" }, "geometry": { "type": "Point", "coordinates": [ -158.1158002, 21.57455217 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57455217, "Longitude": -158.1158002, "Species": "Spotted Dove", "Count": 5, "Date": "2022-09-16" }, "geometry": { "type": "Point", "coordinates": [ -158.1158002, 21.57455217 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57455217, "Longitude": -158.1158002, "Species": "Wandering Tattler", "Count": 1, "Date": "2019-10-13" }, "geometry": { "type": "Point", "coordinates": [ -158.1158002, 21.57455217 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57455217, "Longitude": -158.1158002, "Species": "Warbling White-eye", "Count": 4, "Date": "2020-02-23" }, "geometry": { "type": "Point", "coordinates": [ -158.1158002, 21.57455217 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57455217, "Longitude": -158.1158002, "Species": "Western Cattle Egret", "Count": 4, "Date": "2020-02-23" }, "geometry": { "type": "Point", "coordinates": [ -158.1158002, 21.57455217 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57455217, "Longitude": -158.1158002, "Species": "White-faced Ibis", "Count": 1, "Date": "2020-02-23" }, "geometry": { "type": "Point", "coordinates": [ -158.1158002, 21.57455217 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57455217, "Longitude": -158.1158002, "Species": "White-rumped Shama", "Count": 3, "Date": "2019-10-28" }, "geometry": { "type": "Point", "coordinates": [ -158.1158002, 21.57455217 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57455217, "Longitude": -158.1158002, "Species": "Zebra Dove", "Count": 6, "Date": "2022-09-17" }, "geometry": { "type": "Point", "coordinates": [ -158.1158002, 21.57455217 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64574371, "Longitude": -157.9317687, "Species": "Chestnut Munia", "Count": 4, "Date": "2022-04-10" }, "geometry": { "type": "Point", "coordinates": [ -157.9317687, 21.64574371 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64574371, "Longitude": -157.9317687, "Species": "Common Myna", "Count": 24, "Date": "2023-11-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9317687, 21.64574371 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64574371, "Longitude": -157.9317687, "Species": "Common Waxbill", "Count": 9, "Date": "2023-01-01" }, "geometry": { "type": "Point", "coordinates": [ -157.9317687, 21.64574371 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64574371, "Longitude": -157.9317687, "Species": "House Finch", "Count": 13, "Date": "2022-05-17" }, "geometry": { "type": "Point", "coordinates": [ -157.9317687, 21.64574371 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64574371, "Longitude": -157.9317687, "Species": "House Sparrow", "Count": 3, "Date": "2023-01-01" }, "geometry": { "type": "Point", "coordinates": [ -157.9317687, 21.64574371 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64574371, "Longitude": -157.9317687, "Species": "Java Sparrow", "Count": 3, "Date": "2022-01-02" }, "geometry": { "type": "Point", "coordinates": [ -157.9317687, 21.64574371 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64574371, "Longitude": -157.9317687, "Species": "Laysan Albatross", "Count": 3, "Date": "2021-12-29" }, "geometry": { "type": "Point", "coordinates": [ -157.9317687, 21.64574371 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64574371, "Longitude": -157.9317687, "Species": "Feral Mallard", "Count": 1, "Date": "2021-01-01" }, "geometry": { "type": "Point", "coordinates": [ -157.9317687, 21.64574371 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64574371, "Longitude": -157.9317687, "Species": "Northern Cardinal", "Count": 1, "Date": "2022-01-08" }, "geometry": { "type": "Point", "coordinates": [ -157.9317687, 21.64574371 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64574371, "Longitude": -157.9317687, "Species": "Pacific Golden-Plover", "Count": 18, "Date": "2023-01-01" }, "geometry": { "type": "Point", "coordinates": [ -157.9317687, 21.64574371 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64574371, "Longitude": -157.9317687, "Species": "Red Junglefowl", "Count": 4, "Date": "2023-11-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9317687, 21.64574371 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64574371, "Longitude": -157.9317687, "Species": "Red-billed Leiothrix", "Count": 6, "Date": "2022-05-17" }, "geometry": { "type": "Point", "coordinates": [ -157.9317687, 21.64574371 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64574371, "Longitude": -157.9317687, "Species": "Red-crested Cardinal", "Count": 13, "Date": "2023-01-01" }, "geometry": { "type": "Point", "coordinates": [ -157.9317687, 21.64574371 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64574371, "Longitude": -157.9317687, "Species": "Red-vented Bulbul", "Count": 18, "Date": "2023-01-01" }, "geometry": { "type": "Point", "coordinates": [ -157.9317687, 21.64574371 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64574371, "Longitude": -157.9317687, "Species": "Red-whiskered Bulbul", "Count": 10, "Date": "2023-11-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9317687, 21.64574371 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64574371, "Longitude": -157.9317687, "Species": "Rock Pigeon", "Count": 5, "Date": "2022-03-27" }, "geometry": { "type": "Point", "coordinates": [ -157.9317687, 21.64574371 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64574371, "Longitude": -157.9317687, "Species": "Rose-ringed Parakeet", "Count": 5, "Date": "2022-02-12" }, "geometry": { "type": "Point", "coordinates": [ -157.9317687, 21.64574371 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64574371, "Longitude": -157.9317687, "Species": "Saffron Finch", "Count": 5, "Date": "2023-01-01" }, "geometry": { "type": "Point", "coordinates": [ -157.9317687, 21.64574371 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64574371, "Longitude": -157.9317687, "Species": "Spotted Dove", "Count": 12, "Date": "2023-01-01" }, "geometry": { "type": "Point", "coordinates": [ -157.9317687, 21.64574371 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64574371, "Longitude": -157.9317687, "Species": "Warbling White-eye", "Count": 13, "Date": "2023-01-01" }, "geometry": { "type": "Point", "coordinates": [ -157.9317687, 21.64574371 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64574371, "Longitude": -157.9317687, "Species": "Western Cattle Egret", "Count": 11, "Date": "2023-01-01" }, "geometry": { "type": "Point", "coordinates": [ -157.9317687, 21.64574371 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64574371, "Longitude": -157.9317687, "Species": "White-rumped Shama", "Count": 4, "Date": "2022-11-17" }, "geometry": { "type": "Point", "coordinates": [ -157.9317687, 21.64574371 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64574371, "Longitude": -157.9317687, "Species": "Zebra Dove", "Count": 15, "Date": "2023-01-01" }, "geometry": { "type": "Point", "coordinates": [ -157.9317687, 21.64574371 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2653571, "Longitude": -157.789974, "Species": "Common Myna", "Count": 4, "Date": "2023-10-14" }, "geometry": { "type": "Point", "coordinates": [ -157.789974, 21.2653571 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2653571, "Longitude": -157.789974, "Species": "Common Waxbill", "Count": 2, "Date": "2023-10-14" }, "geometry": { "type": "Point", "coordinates": [ -157.789974, 21.2653571 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2653571, "Longitude": -157.789974, "Species": "Gray Francolin", "Count": 1, "Date": "2021-02-21" }, "geometry": { "type": "Point", "coordinates": [ -157.789974, 21.2653571 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2653571, "Longitude": -157.789974, "Species": "Great Frigatebird", "Count": 1, "Date": "2022-07-20" }, "geometry": { "type": "Point", "coordinates": [ -157.789974, 21.2653571 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2653571, "Longitude": -157.789974, "Species": "House Finch", "Count": 1, "Date": "2022-07-20" }, "geometry": { "type": "Point", "coordinates": [ -157.789974, 21.2653571 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2653571, "Longitude": -157.789974, "Species": "House Sparrow", "Count": 1, "Date": "2023-10-14" }, "geometry": { "type": "Point", "coordinates": [ -157.789974, 21.2653571 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2653571, "Longitude": -157.789974, "Species": "Java Sparrow", "Count": 4, "Date": "2023-10-14" }, "geometry": { "type": "Point", "coordinates": [ -157.789974, 21.2653571 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2653571, "Longitude": -157.789974, "Species": "Feral Mallard", "Count": 1, "Date": "2021-02-21" }, "geometry": { "type": "Point", "coordinates": [ -157.789974, 21.2653571 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2653571, "Longitude": -157.789974, "Species": "Pacific Golden-Plover", "Count": 3, "Date": "2023-10-14" }, "geometry": { "type": "Point", "coordinates": [ -157.789974, 21.2653571 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2653571, "Longitude": -157.789974, "Species": "Red Junglefowl", "Count": 1, "Date": "2022-07-20" }, "geometry": { "type": "Point", "coordinates": [ -157.789974, 21.2653571 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2653571, "Longitude": -157.789974, "Species": "Red-crested Cardinal", "Count": 3, "Date": "2022-07-20" }, "geometry": { "type": "Point", "coordinates": [ -157.789974, 21.2653571 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2653571, "Longitude": -157.789974, "Species": "Red-vented Bulbul", "Count": 6, "Date": "2023-10-14" }, "geometry": { "type": "Point", "coordinates": [ -157.789974, 21.2653571 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2653571, "Longitude": -157.789974, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2019-04-28" }, "geometry": { "type": "Point", "coordinates": [ -157.789974, 21.2653571 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2653571, "Longitude": -157.789974, "Species": "Rock Pigeon", "Count": 1, "Date": "2022-07-20" }, "geometry": { "type": "Point", "coordinates": [ -157.789974, 21.2653571 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2653571, "Longitude": -157.789974, "Species": "Rose-ringed Parakeet", "Count": 4, "Date": "2022-07-20" }, "geometry": { "type": "Point", "coordinates": [ -157.789974, 21.2653571 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2653571, "Longitude": -157.789974, "Species": "Saffron Finch", "Count": 2, "Date": "2023-10-14" }, "geometry": { "type": "Point", "coordinates": [ -157.789974, 21.2653571 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2653571, "Longitude": -157.789974, "Species": "Scaly-breasted Munia", "Count": 1, "Date": "2022-07-20" }, "geometry": { "type": "Point", "coordinates": [ -157.789974, 21.2653571 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2653571, "Longitude": -157.789974, "Species": "Spotted Dove", "Count": 3, "Date": "2022-07-20" }, "geometry": { "type": "Point", "coordinates": [ -157.789974, 21.2653571 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2653571, "Longitude": -157.789974, "Species": "Warbling White-eye", "Count": 3, "Date": "2022-07-20" }, "geometry": { "type": "Point", "coordinates": [ -157.789974, 21.2653571 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2653571, "Longitude": -157.789974, "Species": "Western Cattle Egret", "Count": 3, "Date": "2023-10-14" }, "geometry": { "type": "Point", "coordinates": [ -157.789974, 21.2653571 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2653571, "Longitude": -157.789974, "Species": "White Tern", "Count": 2, "Date": "2022-07-20" }, "geometry": { "type": "Point", "coordinates": [ -157.789974, 21.2653571 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2653571, "Longitude": -157.789974, "Species": "Yellow-fronted Canary", "Count": 2, "Date": "2023-10-14" }, "geometry": { "type": "Point", "coordinates": [ -157.789974, 21.2653571 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2653571, "Longitude": -157.789974, "Species": "Zebra Dove", "Count": 5, "Date": "2023-10-14" }, "geometry": { "type": "Point", "coordinates": [ -157.789974, 21.2653571 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28285106, "Longitude": -157.7127237, "Species": "Black-necked Stilt", "Count": 2, "Date": "2021-12-30" }, "geometry": { "type": "Point", "coordinates": [ -157.7127237, 21.28285106 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28285106, "Longitude": -157.7127237, "Species": "Common Myna", "Count": 29, "Date": "2023-08-07" }, "geometry": { "type": "Point", "coordinates": [ -157.7127237, 21.28285106 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28285106, "Longitude": -157.7127237, "Species": "Common Waxbill", "Count": 3, "Date": "2021-08-08" }, "geometry": { "type": "Point", "coordinates": [ -157.7127237, 21.28285106 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28285106, "Longitude": -157.7127237, "Species": "Glaucous-winged Gull", "Count": 3, "Date": "2021-01-26" }, "geometry": { "type": "Point", "coordinates": [ -157.7127237, 21.28285106 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28285106, "Longitude": -157.7127237, "Species": "Great Frigatebird", "Count": 2, "Date": "2022-07-08" }, "geometry": { "type": "Point", "coordinates": [ -157.7127237, 21.28285106 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28285106, "Longitude": -157.7127237, "Species": "House Finch", "Count": 3, "Date": "2022-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.7127237, 21.28285106 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28285106, "Longitude": -157.7127237, "Species": "House Sparrow", "Count": 21, "Date": "2023-03-21" }, "geometry": { "type": "Point", "coordinates": [ -157.7127237, 21.28285106 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28285106, "Longitude": -157.7127237, "Species": "Feral Mallard", "Count": 20, "Date": "2023-03-21" }, "geometry": { "type": "Point", "coordinates": [ -157.7127237, 21.28285106 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28285106, "Longitude": -157.7127237, "Species": "Northern Mockingbird", "Count": 1, "Date": "2022-02-22" }, "geometry": { "type": "Point", "coordinates": [ -157.7127237, 21.28285106 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28285106, "Longitude": -157.7127237, "Species": "Pacific Golden-Plover", "Count": 27, "Date": "2024-01-15" }, "geometry": { "type": "Point", "coordinates": [ -157.7127237, 21.28285106 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28285106, "Longitude": -157.7127237, "Species": "Red-crested Cardinal", "Count": 25, "Date": "2023-08-07" }, "geometry": { "type": "Point", "coordinates": [ -157.7127237, 21.28285106 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28285106, "Longitude": -157.7127237, "Species": "Red-vented Bulbul", "Count": 15, "Date": "2023-03-21" }, "geometry": { "type": "Point", "coordinates": [ -157.7127237, 21.28285106 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28285106, "Longitude": -157.7127237, "Species": "Rock Pigeon", "Count": 14, "Date": "2023-03-21" }, "geometry": { "type": "Point", "coordinates": [ -157.7127237, 21.28285106 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28285106, "Longitude": -157.7127237, "Species": "Rose-ringed Parakeet", "Count": 1, "Date": "2022-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.7127237, 21.28285106 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28285106, "Longitude": -157.7127237, "Species": "Ruddy Turnstone", "Count": 12, "Date": "2023-03-21" }, "geometry": { "type": "Point", "coordinates": [ -157.7127237, 21.28285106 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28285106, "Longitude": -157.7127237, "Species": "Scaly-breasted Munia", "Count": 1, "Date": "2021-06-28" }, "geometry": { "type": "Point", "coordinates": [ -157.7127237, 21.28285106 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28285106, "Longitude": -157.7127237, "Species": "Spotted Dove", "Count": 22, "Date": "2023-03-21" }, "geometry": { "type": "Point", "coordinates": [ -157.7127237, 21.28285106 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28285106, "Longitude": -157.7127237, "Species": "Wandering Tattler", "Count": 4, "Date": "2021-06-09" }, "geometry": { "type": "Point", "coordinates": [ -157.7127237, 21.28285106 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28285106, "Longitude": -157.7127237, "Species": "Warbling White-eye", "Count": 2, "Date": "2022-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.7127237, 21.28285106 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28285106, "Longitude": -157.7127237, "Species": "Western Cattle Egret", "Count": 18, "Date": "2024-01-15" }, "geometry": { "type": "Point", "coordinates": [ -157.7127237, 21.28285106 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28285106, "Longitude": -157.7127237, "Species": "White Tern", "Count": 4, "Date": "2022-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.7127237, 21.28285106 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28285106, "Longitude": -157.7127237, "Species": "Zebra Dove", "Count": 29, "Date": "2023-11-13" }, "geometry": { "type": "Point", "coordinates": [ -157.7127237, 21.28285106 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30321728, "Longitude": -158.0595915, "Species": "African Silverbill", "Count": 2, "Date": "2024-01-05" }, "geometry": { "type": "Point", "coordinates": [ -158.05959150000001, 21.30321728 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30321728, "Longitude": -158.0595915, "Species": "Bristle-thighed Curlew", "Count": 1, "Date": "2020-08-18" }, "geometry": { "type": "Point", "coordinates": [ -158.05959150000001, 21.30321728 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30321728, "Longitude": -158.0595915, "Species": "Chestnut Munia", "Count": 4, "Date": "2024-01-05" }, "geometry": { "type": "Point", "coordinates": [ -158.05959150000001, 21.30321728 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30321728, "Longitude": -158.0595915, "Species": "Common Myna", "Count": 10, "Date": "2024-01-05" }, "geometry": { "type": "Point", "coordinates": [ -158.05959150000001, 21.30321728 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30321728, "Longitude": -158.0595915, "Species": "Common Waxbill", "Count": 6, "Date": "2024-01-05" }, "geometry": { "type": "Point", "coordinates": [ -158.05959150000001, 21.30321728 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30321728, "Longitude": -158.0595915, "Species": "Gray Francolin", "Count": 1, "Date": "2023-01-03" }, "geometry": { "type": "Point", "coordinates": [ -158.05959150000001, 21.30321728 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30321728, "Longitude": -158.0595915, "Species": "House Finch", "Count": 6, "Date": "2024-01-05" }, "geometry": { "type": "Point", "coordinates": [ -158.05959150000001, 21.30321728 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30321728, "Longitude": -158.0595915, "Species": "House Sparrow", "Count": 8, "Date": "2024-01-05" }, "geometry": { "type": "Point", "coordinates": [ -158.05959150000001, 21.30321728 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30321728, "Longitude": -158.0595915, "Species": "Northern Cardinal", "Count": 5, "Date": "2024-01-01" }, "geometry": { "type": "Point", "coordinates": [ -158.05959150000001, 21.30321728 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30321728, "Longitude": -158.0595915, "Species": "Pacific Golden-Plover", "Count": 5, "Date": "2024-01-05" }, "geometry": { "type": "Point", "coordinates": [ -158.05959150000001, 21.30321728 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30321728, "Longitude": -158.0595915, "Species": "Red-crested Cardinal", "Count": 5, "Date": "2024-01-05" }, "geometry": { "type": "Point", "coordinates": [ -158.05959150000001, 21.30321728 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30321728, "Longitude": -158.0595915, "Species": "Red-vented Bulbul", "Count": 8, "Date": "2024-01-05" }, "geometry": { "type": "Point", "coordinates": [ -158.05959150000001, 21.30321728 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30321728, "Longitude": -158.0595915, "Species": "Red-whiskered Bulbul", "Count": 4, "Date": "2024-01-01" }, "geometry": { "type": "Point", "coordinates": [ -158.05959150000001, 21.30321728 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30321728, "Longitude": -158.0595915, "Species": "Ruddy Turnstone", "Count": 5, "Date": "2023-04-12" }, "geometry": { "type": "Point", "coordinates": [ -158.05959150000001, 21.30321728 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30321728, "Longitude": -158.0595915, "Species": "Saffron Finch", "Count": 3, "Date": "2024-01-05" }, "geometry": { "type": "Point", "coordinates": [ -158.05959150000001, 21.30321728 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30321728, "Longitude": -158.0595915, "Species": "Sanderling", "Count": 3, "Date": "2022-12-25" }, "geometry": { "type": "Point", "coordinates": [ -158.05959150000001, 21.30321728 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30321728, "Longitude": -158.0595915, "Species": "Spotted Dove", "Count": 5, "Date": "2024-01-05" }, "geometry": { "type": "Point", "coordinates": [ -158.05959150000001, 21.30321728 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30321728, "Longitude": -158.0595915, "Species": "Wandering Tattler", "Count": 1, "Date": "2022-12-25" }, "geometry": { "type": "Point", "coordinates": [ -158.05959150000001, 21.30321728 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30321728, "Longitude": -158.0595915, "Species": "Warbling White-eye", "Count": 4, "Date": "2024-01-05" }, "geometry": { "type": "Point", "coordinates": [ -158.05959150000001, 21.30321728 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30321728, "Longitude": -158.0595915, "Species": "Western Cattle Egret", "Count": 2, "Date": "2024-01-01" }, "geometry": { "type": "Point", "coordinates": [ -158.05959150000001, 21.30321728 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30321728, "Longitude": -158.0595915, "Species": "White Tern", "Count": 1, "Date": "2022-03-26" }, "geometry": { "type": "Point", "coordinates": [ -158.05959150000001, 21.30321728 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30321728, "Longitude": -158.0595915, "Species": "White-rumped Shama", "Count": 1, "Date": "2023-01-03" }, "geometry": { "type": "Point", "coordinates": [ -158.05959150000001, 21.30321728 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30321728, "Longitude": -158.0595915, "Species": "Yellow-fronted Canary", "Count": 6, "Date": "2024-01-05" }, "geometry": { "type": "Point", "coordinates": [ -158.05959150000001, 21.30321728 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30321728, "Longitude": -158.0595915, "Species": "Zebra Dove", "Count": 6, "Date": "2024-01-05" }, "geometry": { "type": "Point", "coordinates": [ -158.05959150000001, 21.30321728 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31962573, "Longitude": -157.7991705, "Species": "Chestnut Munia", "Count": 3, "Date": "2021-11-13" }, "geometry": { "type": "Point", "coordinates": [ -157.7991705, 21.31962573 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31962573, "Longitude": -157.7991705, "Species": "Common Myna", "Count": 6, "Date": "2024-02-26" }, "geometry": { "type": "Point", "coordinates": [ -157.7991705, 21.31962573 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31962573, "Longitude": -157.7991705, "Species": "Common Waxbill", "Count": 3, "Date": "2022-12-31" }, "geometry": { "type": "Point", "coordinates": [ -157.7991705, 21.31962573 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31962573, "Longitude": -157.7991705, "Species": "House Finch", "Count": 5, "Date": "2020-11-14" }, "geometry": { "type": "Point", "coordinates": [ -157.7991705, 21.31962573 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31962573, "Longitude": -157.7991705, "Species": "House Sparrow", "Count": 2, "Date": "2019-10-23" }, "geometry": { "type": "Point", "coordinates": [ -157.7991705, 21.31962573 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31962573, "Longitude": -157.7991705, "Species": "Japanese Bush Warbler", "Count": 2, "Date": "2020-11-14" }, "geometry": { "type": "Point", "coordinates": [ -157.7991705, 21.31962573 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31962573, "Longitude": -157.7991705, "Species": "Java Sparrow", "Count": 1, "Date": "2019-10-23" }, "geometry": { "type": "Point", "coordinates": [ -157.7991705, 21.31962573 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31962573, "Longitude": -157.7991705, "Species": "Feral Mallard", "Count": 1, "Date": "2019-03-18" }, "geometry": { "type": "Point", "coordinates": [ -157.7991705, 21.31962573 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31962573, "Longitude": -157.7991705, "Species": "Northern Cardinal", "Count": 4, "Date": "2024-02-18" }, "geometry": { "type": "Point", "coordinates": [ -157.7991705, 21.31962573 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31962573, "Longitude": -157.7991705, "Species": "Oahu Amakihi", "Count": 4, "Date": "2024-02-18" }, "geometry": { "type": "Point", "coordinates": [ -157.7991705, 21.31962573 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31962573, "Longitude": -157.7991705, "Species": "Pacific Golden-Plover", "Count": 3, "Date": "2021-11-13" }, "geometry": { "type": "Point", "coordinates": [ -157.7991705, 21.31962573 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31962573, "Longitude": -157.7991705, "Species": "Red Junglefowl", "Count": 1, "Date": "2019-03-18" }, "geometry": { "type": "Point", "coordinates": [ -157.7991705, 21.31962573 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31962573, "Longitude": -157.7991705, "Species": "Red-billed Leiothrix", "Count": 6, "Date": "2024-01-14" }, "geometry": { "type": "Point", "coordinates": [ -157.7991705, 21.31962573 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31962573, "Longitude": -157.7991705, "Species": "Red-crested Cardinal", "Count": 6, "Date": "2022-12-31" }, "geometry": { "type": "Point", "coordinates": [ -157.7991705, 21.31962573 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31962573, "Longitude": -157.7991705, "Species": "Red-vented Bulbul", "Count": 8, "Date": "2024-02-18" }, "geometry": { "type": "Point", "coordinates": [ -157.7991705, 21.31962573 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31962573, "Longitude": -157.7991705, "Species": "Red-whiskered Bulbul", "Count": 9, "Date": "2024-02-26" }, "geometry": { "type": "Point", "coordinates": [ -157.7991705, 21.31962573 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31962573, "Longitude": -157.7991705, "Species": "Rose-ringed Parakeet", "Count": 8, "Date": "2024-02-18" }, "geometry": { "type": "Point", "coordinates": [ -157.7991705, 21.31962573 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31962573, "Longitude": -157.7991705, "Species": "Spotted Dove", "Count": 8, "Date": "2024-02-18" }, "geometry": { "type": "Point", "coordinates": [ -157.7991705, 21.31962573 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31962573, "Longitude": -157.7991705, "Species": "Warbling White-eye", "Count": 10, "Date": "2024-02-18" }, "geometry": { "type": "Point", "coordinates": [ -157.7991705, 21.31962573 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31962573, "Longitude": -157.7991705, "Species": "Western Cattle Egret", "Count": 3, "Date": "2021-11-13" }, "geometry": { "type": "Point", "coordinates": [ -157.7991705, 21.31962573 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31962573, "Longitude": -157.7991705, "Species": "White Tern", "Count": 1, "Date": "2019-10-23" }, "geometry": { "type": "Point", "coordinates": [ -157.7991705, 21.31962573 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31962573, "Longitude": -157.7991705, "Species": "White-rumped Shama", "Count": 5, "Date": "2024-02-18" }, "geometry": { "type": "Point", "coordinates": [ -157.7991705, 21.31962573 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31962573, "Longitude": -157.7991705, "Species": "Zebra Dove", "Count": 9, "Date": "2024-02-23" }, "geometry": { "type": "Point", "coordinates": [ -157.7991705, 21.31962573 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31860575, "Longitude": -157.6642097, "Species": "African Silverbill", "Count": 5, "Date": "2023-08-24" }, "geometry": { "type": "Point", "coordinates": [ -157.664209699999986, 21.31860575 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31860575, "Longitude": -157.6642097, "Species": "Black-crowned Night Heron", "Count": 1, "Date": "2022-06-12" }, "geometry": { "type": "Point", "coordinates": [ -157.664209699999986, 21.31860575 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31860575, "Longitude": -157.6642097, "Species": "Brown Booby", "Count": 2, "Date": "2022-06-12" }, "geometry": { "type": "Point", "coordinates": [ -157.664209699999986, 21.31860575 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31860575, "Longitude": -157.6642097, "Species": "Brown Noddy", "Count": 5, "Date": "2023-05-24" }, "geometry": { "type": "Point", "coordinates": [ -157.664209699999986, 21.31860575 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31860575, "Longitude": -157.6642097, "Species": "Common Myna", "Count": 13, "Date": "2023-08-24" }, "geometry": { "type": "Point", "coordinates": [ -157.664209699999986, 21.31860575 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31860575, "Longitude": -157.6642097, "Species": "Common Waxbill", "Count": 1, "Date": "2019-04-12" }, "geometry": { "type": "Point", "coordinates": [ -157.664209699999986, 21.31860575 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31860575, "Longitude": -157.6642097, "Species": "Great Frigatebird", "Count": 1, "Date": "2022-03-08" }, "geometry": { "type": "Point", "coordinates": [ -157.664209699999986, 21.31860575 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31860575, "Longitude": -157.6642097, "Species": "House Sparrow", "Count": 3, "Date": "2020-02-17" }, "geometry": { "type": "Point", "coordinates": [ -157.664209699999986, 21.31860575 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31860575, "Longitude": -157.6642097, "Species": "Masked Booby", "Count": 4, "Date": "2022-08-25" }, "geometry": { "type": "Point", "coordinates": [ -157.664209699999986, 21.31860575 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31860575, "Longitude": -157.6642097, "Species": "Pacific Golden-Plover", "Count": 2, "Date": "2022-01-17" }, "geometry": { "type": "Point", "coordinates": [ -157.664209699999986, 21.31860575 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31860575, "Longitude": -157.6642097, "Species": "Pectoral Sandpiper", "Count": 2, "Date": "2019-09-28" }, "geometry": { "type": "Point", "coordinates": [ -157.664209699999986, 21.31860575 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31860575, "Longitude": -157.6642097, "Species": "Red-crested Cardinal", "Count": 3, "Date": "2022-06-12" }, "geometry": { "type": "Point", "coordinates": [ -157.664209699999986, 21.31860575 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31860575, "Longitude": -157.6642097, "Species": "Red-footed Booby", "Count": 18, "Date": "2023-10-14" }, "geometry": { "type": "Point", "coordinates": [ -157.664209699999986, 21.31860575 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31860575, "Longitude": -157.6642097, "Species": "Red-tailed Tropicbird", "Count": 5, "Date": "2023-08-24" }, "geometry": { "type": "Point", "coordinates": [ -157.664209699999986, 21.31860575 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31860575, "Longitude": -157.6642097, "Species": "Red-vented Bulbul", "Count": 2, "Date": "2020-02-17" }, "geometry": { "type": "Point", "coordinates": [ -157.664209699999986, 21.31860575 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31860575, "Longitude": -157.6642097, "Species": "Rock Pigeon", "Count": 2, "Date": "2020-02-17" }, "geometry": { "type": "Point", "coordinates": [ -157.664209699999986, 21.31860575 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31860575, "Longitude": -157.6642097, "Species": "Ruddy Turnstone", "Count": 1, "Date": "2020-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.664209699999986, 21.31860575 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31860575, "Longitude": -157.6642097, "Species": "Scaly-breasted Munia", "Count": 1, "Date": "2020-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.664209699999986, 21.31860575 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31860575, "Longitude": -157.6642097, "Species": "Sooty Tern", "Count": 3, "Date": "2023-05-24" }, "geometry": { "type": "Point", "coordinates": [ -157.664209699999986, 21.31860575 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31860575, "Longitude": -157.6642097, "Species": "Spotted Dove", "Count": 6, "Date": "2023-08-24" }, "geometry": { "type": "Point", "coordinates": [ -157.664209699999986, 21.31860575 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31860575, "Longitude": -157.6642097, "Species": "Wandering Tattler", "Count": 5, "Date": "2023-01-27" }, "geometry": { "type": "Point", "coordinates": [ -157.664209699999986, 21.31860575 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31860575, "Longitude": -157.6642097, "Species": "Wedge-tailed Shearwater", "Count": 5, "Date": "2023-10-14" }, "geometry": { "type": "Point", "coordinates": [ -157.664209699999986, 21.31860575 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31860575, "Longitude": -157.6642097, "Species": "Western Cattle Egret", "Count": 3, "Date": "2022-08-26" }, "geometry": { "type": "Point", "coordinates": [ -157.664209699999986, 21.31860575 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31860575, "Longitude": -157.6642097, "Species": "Zebra Dove", "Count": 2, "Date": "2022-06-12" }, "geometry": { "type": "Point", "coordinates": [ -157.664209699999986, 21.31860575 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34738771, "Longitude": -157.8953737, "Species": "Chestnut Munia", "Count": 2, "Date": "2019-03-03" }, "geometry": { "type": "Point", "coordinates": [ -157.8953737, 21.34738771 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34738771, "Longitude": -157.8953737, "Species": "Common Myna", "Count": 6, "Date": "2021-10-06" }, "geometry": { "type": "Point", "coordinates": [ -157.8953737, 21.34738771 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34738771, "Longitude": -157.8953737, "Species": "Common Waxbill", "Count": 4, "Date": "2023-01-25" }, "geometry": { "type": "Point", "coordinates": [ -157.8953737, 21.34738771 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34738771, "Longitude": -157.8953737, "Species": "House Finch", "Count": 7, "Date": "2021-10-06" }, "geometry": { "type": "Point", "coordinates": [ -157.8953737, 21.34738771 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34738771, "Longitude": -157.8953737, "Species": "House Sparrow", "Count": 3, "Date": "2021-10-06" }, "geometry": { "type": "Point", "coordinates": [ -157.8953737, 21.34738771 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34738771, "Longitude": -157.8953737, "Species": "Java Sparrow", "Count": 4, "Date": "2023-01-25" }, "geometry": { "type": "Point", "coordinates": [ -157.8953737, 21.34738771 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34738771, "Longitude": -157.8953737, "Species": "Feral Mallard", "Count": 2, "Date": "2019-03-03" }, "geometry": { "type": "Point", "coordinates": [ -157.8953737, 21.34738771 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34738771, "Longitude": -157.8953737, "Species": "Northern Cardinal", "Count": 6, "Date": "2023-01-22" }, "geometry": { "type": "Point", "coordinates": [ -157.8953737, 21.34738771 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34738771, "Longitude": -157.8953737, "Species": "Northern Shoveler", "Count": 2, "Date": "2019-03-03" }, "geometry": { "type": "Point", "coordinates": [ -157.8953737, 21.34738771 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34738771, "Longitude": -157.8953737, "Species": "Pacific Golden-Plover", "Count": 2, "Date": "2019-03-03" }, "geometry": { "type": "Point", "coordinates": [ -157.8953737, 21.34738771 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34738771, "Longitude": -157.8953737, "Species": "Red-crested Cardinal", "Count": 5, "Date": "2023-01-22" }, "geometry": { "type": "Point", "coordinates": [ -157.8953737, 21.34738771 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34738771, "Longitude": -157.8953737, "Species": "Red-vented Bulbul", "Count": 7, "Date": "2023-01-22" }, "geometry": { "type": "Point", "coordinates": [ -157.8953737, 21.34738771 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34738771, "Longitude": -157.8953737, "Species": "Red-whiskered Bulbul", "Count": 6, "Date": "2023-01-25" }, "geometry": { "type": "Point", "coordinates": [ -157.8953737, 21.34738771 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34738771, "Longitude": -157.8953737, "Species": "Rock Pigeon", "Count": 1, "Date": "2023-01-22" }, "geometry": { "type": "Point", "coordinates": [ -157.8953737, 21.34738771 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34738771, "Longitude": -157.8953737, "Species": "Rose-ringed Parakeet", "Count": 6, "Date": "2023-01-25" }, "geometry": { "type": "Point", "coordinates": [ -157.8953737, 21.34738771 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34738771, "Longitude": -157.8953737, "Species": "Saffron Finch", "Count": 1, "Date": "2019-02-04" }, "geometry": { "type": "Point", "coordinates": [ -157.8953737, 21.34738771 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34738771, "Longitude": -157.8953737, "Species": "Scaly-breasted Munia", "Count": 1, "Date": "2019-04-28" }, "geometry": { "type": "Point", "coordinates": [ -157.8953737, 21.34738771 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34738771, "Longitude": -157.8953737, "Species": "Spotted Dove", "Count": 8, "Date": "2023-01-22" }, "geometry": { "type": "Point", "coordinates": [ -157.8953737, 21.34738771 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34738771, "Longitude": -157.8953737, "Species": "Wandering Tattler", "Count": 1, "Date": "2023-01-05" }, "geometry": { "type": "Point", "coordinates": [ -157.8953737, 21.34738771 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34738771, "Longitude": -157.8953737, "Species": "Warbling White-eye", "Count": 5, "Date": "2019-05-16" }, "geometry": { "type": "Point", "coordinates": [ -157.8953737, 21.34738771 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34738771, "Longitude": -157.8953737, "Species": "Western Cattle Egret", "Count": 2, "Date": "2019-03-03" }, "geometry": { "type": "Point", "coordinates": [ -157.8953737, 21.34738771 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34738771, "Longitude": -157.8953737, "Species": "White-rumped Shama", "Count": 1, "Date": "2023-01-25" }, "geometry": { "type": "Point", "coordinates": [ -157.8953737, 21.34738771 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34738771, "Longitude": -157.8953737, "Species": "Yellow-fronted Canary", "Count": 2, "Date": "2021-10-06" }, "geometry": { "type": "Point", "coordinates": [ -157.8953737, 21.34738771 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34738771, "Longitude": -157.8953737, "Species": "Zebra Dove", "Count": 8, "Date": "2023-01-25" }, "geometry": { "type": "Point", "coordinates": [ -157.8953737, 21.34738771 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35667284, "Longitude": -157.9338795, "Species": "Barn Owl", "Count": 1, "Date": "2019-01-24" }, "geometry": { "type": "Point", "coordinates": [ -157.933879499999989, 21.35667284 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35667284, "Longitude": -157.9338795, "Species": "Chestnut Munia", "Count": 2, "Date": "2024-02-06" }, "geometry": { "type": "Point", "coordinates": [ -157.933879499999989, 21.35667284 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35667284, "Longitude": -157.9338795, "Species": "Common Myna", "Count": 6, "Date": "2024-02-06" }, "geometry": { "type": "Point", "coordinates": [ -157.933879499999989, 21.35667284 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35667284, "Longitude": -157.9338795, "Species": "Common Waxbill", "Count": 5, "Date": "2024-02-06" }, "geometry": { "type": "Point", "coordinates": [ -157.933879499999989, 21.35667284 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35667284, "Longitude": -157.9338795, "Species": "Great-tailed Grackle", "Count": 1, "Date": "2019-09-20" }, "geometry": { "type": "Point", "coordinates": [ -157.933879499999989, 21.35667284 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35667284, "Longitude": -157.9338795, "Species": "House Finch", "Count": 3, "Date": "2024-02-06" }, "geometry": { "type": "Point", "coordinates": [ -157.933879499999989, 21.35667284 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35667284, "Longitude": -157.9338795, "Species": "House Sparrow", "Count": 1, "Date": "2023-06-08" }, "geometry": { "type": "Point", "coordinates": [ -157.933879499999989, 21.35667284 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35667284, "Longitude": -157.9338795, "Species": "Java Sparrow", "Count": 3, "Date": "2024-02-06" }, "geometry": { "type": "Point", "coordinates": [ -157.933879499999989, 21.35667284 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35667284, "Longitude": -157.9338795, "Species": "Northern Cardinal", "Count": 3, "Date": "2024-02-06" }, "geometry": { "type": "Point", "coordinates": [ -157.933879499999989, 21.35667284 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35667284, "Longitude": -157.9338795, "Species": "Pacific Golden-Plover", "Count": 3, "Date": "2024-02-06" }, "geometry": { "type": "Point", "coordinates": [ -157.933879499999989, 21.35667284 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35667284, "Longitude": -157.9338795, "Species": "Red-crested Cardinal", "Count": 5, "Date": "2024-02-06" }, "geometry": { "type": "Point", "coordinates": [ -157.933879499999989, 21.35667284 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35667284, "Longitude": -157.9338795, "Species": "Red-vented Bulbul", "Count": 5, "Date": "2024-02-06" }, "geometry": { "type": "Point", "coordinates": [ -157.933879499999989, 21.35667284 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35667284, "Longitude": -157.9338795, "Species": "Red-whiskered Bulbul", "Count": 2, "Date": "2024-02-06" }, "geometry": { "type": "Point", "coordinates": [ -157.933879499999989, 21.35667284 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35667284, "Longitude": -157.9338795, "Species": "Rock Pigeon", "Count": 1, "Date": "2022-01-06" }, "geometry": { "type": "Point", "coordinates": [ -157.933879499999989, 21.35667284 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35667284, "Longitude": -157.9338795, "Species": "Rose-ringed Parakeet", "Count": 2, "Date": "2023-12-24" }, "geometry": { "type": "Point", "coordinates": [ -157.933879499999989, 21.35667284 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35667284, "Longitude": -157.9338795, "Species": "Saffron Finch", "Count": 1, "Date": "2022-01-06" }, "geometry": { "type": "Point", "coordinates": [ -157.933879499999989, 21.35667284 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35667284, "Longitude": -157.9338795, "Species": "Spotted Dove", "Count": 3, "Date": "2024-02-06" }, "geometry": { "type": "Point", "coordinates": [ -157.933879499999989, 21.35667284 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35667284, "Longitude": -157.9338795, "Species": "Warbling White-eye", "Count": 3, "Date": "2023-06-08" }, "geometry": { "type": "Point", "coordinates": [ -157.933879499999989, 21.35667284 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35667284, "Longitude": -157.9338795, "Species": "Western Cattle Egret", "Count": 7, "Date": "2024-02-06" }, "geometry": { "type": "Point", "coordinates": [ -157.933879499999989, 21.35667284 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35667284, "Longitude": -157.9338795, "Species": "White Tern", "Count": 3, "Date": "2023-06-08" }, "geometry": { "type": "Point", "coordinates": [ -157.933879499999989, 21.35667284 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35667284, "Longitude": -157.9338795, "Species": "White-rumped Shama", "Count": 2, "Date": "2024-02-06" }, "geometry": { "type": "Point", "coordinates": [ -157.933879499999989, 21.35667284 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35667284, "Longitude": -157.9338795, "Species": "Yellow-fronted Canary", "Count": 3, "Date": "2024-02-06" }, "geometry": { "type": "Point", "coordinates": [ -157.933879499999989, 21.35667284 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35667284, "Longitude": -157.9338795, "Species": "Zebra Dove", "Count": 4, "Date": "2024-02-06" }, "geometry": { "type": "Point", "coordinates": [ -157.933879499999989, 21.35667284 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3757077, "Longitude": -158.0977107, "Species": "Apapane", "Count": 1, "Date": "2021-01-02" }, "geometry": { "type": "Point", "coordinates": [ -158.0977107, 21.3757077 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3757077, "Longitude": -158.0977107, "Species": "Black Francolin", "Count": 3, "Date": "2022-12-16" }, "geometry": { "type": "Point", "coordinates": [ -158.0977107, 21.3757077 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3757077, "Longitude": -158.0977107, "Species": "Common Myna", "Count": 2, "Date": "2021-01-02" }, "geometry": { "type": "Point", "coordinates": [ -158.0977107, 21.3757077 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3757077, "Longitude": -158.0977107, "Species": "Common Waxbill", "Count": 13, "Date": "2021-01-02" }, "geometry": { "type": "Point", "coordinates": [ -158.0977107, 21.3757077 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3757077, "Longitude": -158.0977107, "Species": "Erckel's Spurfowl", "Count": 1, "Date": "2021-01-02" }, "geometry": { "type": "Point", "coordinates": [ -158.0977107, 21.3757077 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3757077, "Longitude": -158.0977107, "Species": "Gray Francolin", "Count": 4, "Date": "2022-12-16" }, "geometry": { "type": "Point", "coordinates": [ -158.0977107, 21.3757077 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3757077, "Longitude": -158.0977107, "Species": "House Finch", "Count": 2, "Date": "2021-01-02" }, "geometry": { "type": "Point", "coordinates": [ -158.0977107, 21.3757077 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3757077, "Longitude": -158.0977107, "Species": "Japanese Bush Warbler", "Count": 1, "Date": "2021-01-02" }, "geometry": { "type": "Point", "coordinates": [ -158.0977107, 21.3757077 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3757077, "Longitude": -158.0977107, "Species": "Java Sparrow", "Count": 1, "Date": "2021-01-02" }, "geometry": { "type": "Point", "coordinates": [ -158.0977107, 21.3757077 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3757077, "Longitude": -158.0977107, "Species": "Northern Cardinal", "Count": 11, "Date": "2019-10-17" }, "geometry": { "type": "Point", "coordinates": [ -158.0977107, 21.3757077 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3757077, "Longitude": -158.0977107, "Species": "Northern Mockingbird", "Count": 1, "Date": "2021-01-02" }, "geometry": { "type": "Point", "coordinates": [ -158.0977107, 21.3757077 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3757077, "Longitude": -158.0977107, "Species": "Oahu Amakihi", "Count": 2, "Date": "2021-01-02" }, "geometry": { "type": "Point", "coordinates": [ -158.0977107, 21.3757077 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3757077, "Longitude": -158.0977107, "Species": "Oahu Elepaio", "Count": 13, "Date": "2021-01-02" }, "geometry": { "type": "Point", "coordinates": [ -158.0977107, 21.3757077 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3757077, "Longitude": -158.0977107, "Species": "Pacific Golden-Plover", "Count": 4, "Date": "2022-12-16" }, "geometry": { "type": "Point", "coordinates": [ -158.0977107, 21.3757077 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3757077, "Longitude": -158.0977107, "Species": "Red Junglefowl", "Count": 1, "Date": "2019-01-18" }, "geometry": { "type": "Point", "coordinates": [ -158.0977107, 21.3757077 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3757077, "Longitude": -158.0977107, "Species": "Red-billed Leiothrix", "Count": 12, "Date": "2021-01-02" }, "geometry": { "type": "Point", "coordinates": [ -158.0977107, 21.3757077 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3757077, "Longitude": -158.0977107, "Species": "Red-crested Cardinal", "Count": 11, "Date": "2019-10-17" }, "geometry": { "type": "Point", "coordinates": [ -158.0977107, 21.3757077 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3757077, "Longitude": -158.0977107, "Species": "Red-vented Bulbul", "Count": 13, "Date": "2021-01-02" }, "geometry": { "type": "Point", "coordinates": [ -158.0977107, 21.3757077 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3757077, "Longitude": -158.0977107, "Species": "Red-whiskered Bulbul", "Count": 11, "Date": "2019-10-17" }, "geometry": { "type": "Point", "coordinates": [ -158.0977107, 21.3757077 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3757077, "Longitude": -158.0977107, "Species": "Scaly-breasted Munia", "Count": 1, "Date": "2019-01-18" }, "geometry": { "type": "Point", "coordinates": [ -158.0977107, 21.3757077 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3757077, "Longitude": -158.0977107, "Species": "Spotted Dove", "Count": 2, "Date": "2021-01-02" }, "geometry": { "type": "Point", "coordinates": [ -158.0977107, 21.3757077 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3757077, "Longitude": -158.0977107, "Species": "Warbling White-eye", "Count": 13, "Date": "2021-01-02" }, "geometry": { "type": "Point", "coordinates": [ -158.0977107, 21.3757077 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3757077, "Longitude": -158.0977107, "Species": "White-rumped Shama", "Count": 13, "Date": "2021-01-02" }, "geometry": { "type": "Point", "coordinates": [ -158.0977107, 21.3757077 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3757077, "Longitude": -158.0977107, "Species": "Zebra Dove", "Count": 1, "Date": "2019-01-18" }, "geometry": { "type": "Point", "coordinates": [ -158.0977107, 21.3757077 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3750971, "Longitude": -157.9916161, "Species": "American Wigeon", "Count": 1, "Date": "2024-01-12" }, "geometry": { "type": "Point", "coordinates": [ -157.991616099999987, 21.3750971 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3750971, "Longitude": -157.9916161, "Species": "Black-crowned Night Heron", "Count": 1, "Date": "2022-01-02" }, "geometry": { "type": "Point", "coordinates": [ -157.991616099999987, 21.3750971 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3750971, "Longitude": -157.9916161, "Species": "Black-necked Stilt", "Count": 2, "Date": "2023-01-21" }, "geometry": { "type": "Point", "coordinates": [ -157.991616099999987, 21.3750971 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3750971, "Longitude": -157.9916161, "Species": "Chestnut Munia", "Count": 6, "Date": "2024-01-12" }, "geometry": { "type": "Point", "coordinates": [ -157.991616099999987, 21.3750971 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3750971, "Longitude": -157.9916161, "Species": "Common Myna", "Count": 6, "Date": "2024-01-12" }, "geometry": { "type": "Point", "coordinates": [ -157.991616099999987, 21.3750971 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3750971, "Longitude": -157.9916161, "Species": "Common Waxbill", "Count": 7, "Date": "2024-01-12" }, "geometry": { "type": "Point", "coordinates": [ -157.991616099999987, 21.3750971 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3750971, "Longitude": -157.9916161, "Species": "Eurasian Skylark", "Count": 2, "Date": "2019-03-10" }, "geometry": { "type": "Point", "coordinates": [ -157.991616099999987, 21.3750971 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3750971, "Longitude": -157.9916161, "Species": "Eurasian Wigeon", "Count": 1, "Date": "2024-01-12" }, "geometry": { "type": "Point", "coordinates": [ -157.991616099999987, 21.3750971 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3750971, "Longitude": -157.9916161, "Species": "House Finch", "Count": 3, "Date": "2024-01-12" }, "geometry": { "type": "Point", "coordinates": [ -157.991616099999987, 21.3750971 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3750971, "Longitude": -157.9916161, "Species": "House Sparrow", "Count": 3, "Date": "2024-01-12" }, "geometry": { "type": "Point", "coordinates": [ -157.991616099999987, 21.3750971 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3750971, "Longitude": -157.9916161, "Species": "Indian Peafowl", "Count": 1, "Date": "2023-12-03" }, "geometry": { "type": "Point", "coordinates": [ -157.991616099999987, 21.3750971 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3750971, "Longitude": -157.9916161, "Species": "Java Sparrow", "Count": 1, "Date": "2024-01-12" }, "geometry": { "type": "Point", "coordinates": [ -157.991616099999987, 21.3750971 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3750971, "Longitude": -157.9916161, "Species": "Feral Mallard", "Count": 3, "Date": "2024-01-12" }, "geometry": { "type": "Point", "coordinates": [ -157.991616099999987, 21.3750971 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3750971, "Longitude": -157.9916161, "Species": "Northern Cardinal", "Count": 1, "Date": "2022-01-02" }, "geometry": { "type": "Point", "coordinates": [ -157.991616099999987, 21.3750971 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3750971, "Longitude": -157.9916161, "Species": "Pacific Golden-Plover", "Count": 10, "Date": "2024-01-12" }, "geometry": { "type": "Point", "coordinates": [ -157.991616099999987, 21.3750971 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3750971, "Longitude": -157.9916161, "Species": "Red-crested Cardinal", "Count": 6, "Date": "2024-01-12" }, "geometry": { "type": "Point", "coordinates": [ -157.991616099999987, 21.3750971 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3750971, "Longitude": -157.9916161, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2024-01-12" }, "geometry": { "type": "Point", "coordinates": [ -157.991616099999987, 21.3750971 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3750971, "Longitude": -157.9916161, "Species": "Rose-ringed Parakeet", "Count": 1, "Date": "2023-08-19" }, "geometry": { "type": "Point", "coordinates": [ -157.991616099999987, 21.3750971 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3750971, "Longitude": -157.9916161, "Species": "Saffron Finch", "Count": 10, "Date": "2023-08-19" }, "geometry": { "type": "Point", "coordinates": [ -157.991616099999987, 21.3750971 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3750971, "Longitude": -157.9916161, "Species": "Spotted Dove", "Count": 7, "Date": "2024-01-12" }, "geometry": { "type": "Point", "coordinates": [ -157.991616099999987, 21.3750971 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3750971, "Longitude": -157.9916161, "Species": "Warbling White-eye", "Count": 1, "Date": "2024-01-12" }, "geometry": { "type": "Point", "coordinates": [ -157.991616099999987, 21.3750971 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3750971, "Longitude": -157.9916161, "Species": "Western Cattle Egret", "Count": 7, "Date": "2024-01-12" }, "geometry": { "type": "Point", "coordinates": [ -157.991616099999987, 21.3750971 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3750971, "Longitude": -157.9916161, "Species": "Yellow-fronted Canary", "Count": 1, "Date": "2024-01-12" }, "geometry": { "type": "Point", "coordinates": [ -157.991616099999987, 21.3750971 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3750971, "Longitude": -157.9916161, "Species": "Zebra Dove", "Count": 7, "Date": "2024-01-12" }, "geometry": { "type": "Point", "coordinates": [ -157.991616099999987, 21.3750971 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37461435, "Longitude": -157.9144594, "Species": "Black-necked Stilt", "Count": 1, "Date": "2022-06-08" }, "geometry": { "type": "Point", "coordinates": [ -157.9144594, 21.37461435 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37461435, "Longitude": -157.9144594, "Species": "Chestnut Munia", "Count": 5, "Date": "2022-06-15" }, "geometry": { "type": "Point", "coordinates": [ -157.9144594, 21.37461435 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37461435, "Longitude": -157.9144594, "Species": "Common Myna", "Count": 14, "Date": "2024-01-31" }, "geometry": { "type": "Point", "coordinates": [ -157.9144594, 21.37461435 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37461435, "Longitude": -157.9144594, "Species": "Common Waxbill", "Count": 4, "Date": "2024-01-31" }, "geometry": { "type": "Point", "coordinates": [ -157.9144594, 21.37461435 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37461435, "Longitude": -157.9144594, "Species": "Great-tailed Grackle", "Count": 1, "Date": "2020-07-11" }, "geometry": { "type": "Point", "coordinates": [ -157.9144594, 21.37461435 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37461435, "Longitude": -157.9144594, "Species": "House Finch", "Count": 2, "Date": "2024-01-31" }, "geometry": { "type": "Point", "coordinates": [ -157.9144594, 21.37461435 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37461435, "Longitude": -157.9144594, "Species": "House Sparrow", "Count": 9, "Date": "2024-01-31" }, "geometry": { "type": "Point", "coordinates": [ -157.9144594, 21.37461435 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37461435, "Longitude": -157.9144594, "Species": "Java Sparrow", "Count": 8, "Date": "2024-01-31" }, "geometry": { "type": "Point", "coordinates": [ -157.9144594, 21.37461435 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37461435, "Longitude": -157.9144594, "Species": "Feral Mallard", "Count": 1, "Date": "2023-01-18" }, "geometry": { "type": "Point", "coordinates": [ -157.9144594, 21.37461435 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37461435, "Longitude": -157.9144594, "Species": "Northern Cardinal", "Count": 3, "Date": "2022-05-14" }, "geometry": { "type": "Point", "coordinates": [ -157.9144594, 21.37461435 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37461435, "Longitude": -157.9144594, "Species": "Pacific Golden-Plover", "Count": 7, "Date": "2024-01-31" }, "geometry": { "type": "Point", "coordinates": [ -157.9144594, 21.37461435 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37461435, "Longitude": -157.9144594, "Species": "Red Junglefowl", "Count": 3, "Date": "2022-12-21" }, "geometry": { "type": "Point", "coordinates": [ -157.9144594, 21.37461435 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37461435, "Longitude": -157.9144594, "Species": "Red-crested Cardinal", "Count": 11, "Date": "2024-01-31" }, "geometry": { "type": "Point", "coordinates": [ -157.9144594, 21.37461435 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37461435, "Longitude": -157.9144594, "Species": "Red-vented Bulbul", "Count": 9, "Date": "2024-01-31" }, "geometry": { "type": "Point", "coordinates": [ -157.9144594, 21.37461435 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37461435, "Longitude": -157.9144594, "Species": "Rock Pigeon", "Count": 2, "Date": "2022-12-21" }, "geometry": { "type": "Point", "coordinates": [ -157.9144594, 21.37461435 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37461435, "Longitude": -157.9144594, "Species": "Rose-ringed Parakeet", "Count": 1, "Date": "2023-04-03" }, "geometry": { "type": "Point", "coordinates": [ -157.9144594, 21.37461435 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37461435, "Longitude": -157.9144594, "Species": "Saffron Finch", "Count": 7, "Date": "2024-01-31" }, "geometry": { "type": "Point", "coordinates": [ -157.9144594, 21.37461435 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37461435, "Longitude": -157.9144594, "Species": "Spotted Dove", "Count": 8, "Date": "2024-01-31" }, "geometry": { "type": "Point", "coordinates": [ -157.9144594, 21.37461435 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37461435, "Longitude": -157.9144594, "Species": "Warbling White-eye", "Count": 6, "Date": "2023-01-18" }, "geometry": { "type": "Point", "coordinates": [ -157.9144594, 21.37461435 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37461435, "Longitude": -157.9144594, "Species": "Western Cattle Egret", "Count": 8, "Date": "2023-01-18" }, "geometry": { "type": "Point", "coordinates": [ -157.9144594, 21.37461435 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37461435, "Longitude": -157.9144594, "Species": "White Tern", "Count": 1, "Date": "2023-04-03" }, "geometry": { "type": "Point", "coordinates": [ -157.9144594, 21.37461435 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37461435, "Longitude": -157.9144594, "Species": "Yellow-fronted Canary", "Count": 3, "Date": "2024-01-31" }, "geometry": { "type": "Point", "coordinates": [ -157.9144594, 21.37461435 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37461435, "Longitude": -157.9144594, "Species": "Zebra Dove", "Count": 11, "Date": "2024-01-31" }, "geometry": { "type": "Point", "coordinates": [ -157.9144594, 21.37461435 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40981801, "Longitude": -157.7791406, "Species": "Black-necked Stilt", "Count": 2, "Date": "2022-10-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7791406, 21.40981801 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40981801, "Longitude": -157.7791406, "Species": "Chestnut Munia", "Count": 5, "Date": "2023-07-29" }, "geometry": { "type": "Point", "coordinates": [ -157.7791406, 21.40981801 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40981801, "Longitude": -157.7791406, "Species": "Common Myna", "Count": 13, "Date": "2023-08-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7791406, 21.40981801 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40981801, "Longitude": -157.7791406, "Species": "Common Waxbill", "Count": 7, "Date": "2022-04-28" }, "geometry": { "type": "Point", "coordinates": [ -157.7791406, 21.40981801 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40981801, "Longitude": -157.7791406, "Species": "Great Frigatebird", "Count": 1, "Date": "2022-10-21" }, "geometry": { "type": "Point", "coordinates": [ -157.7791406, 21.40981801 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40981801, "Longitude": -157.7791406, "Species": "House Finch", "Count": 5, "Date": "2023-07-29" }, "geometry": { "type": "Point", "coordinates": [ -157.7791406, 21.40981801 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40981801, "Longitude": -157.7791406, "Species": "House Sparrow", "Count": 2, "Date": "2023-02-22" }, "geometry": { "type": "Point", "coordinates": [ -157.7791406, 21.40981801 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40981801, "Longitude": -157.7791406, "Species": "Java Sparrow", "Count": 3, "Date": "2023-07-27" }, "geometry": { "type": "Point", "coordinates": [ -157.7791406, 21.40981801 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40981801, "Longitude": -157.7791406, "Species": "Feral Mallard", "Count": 1, "Date": "2019-02-12" }, "geometry": { "type": "Point", "coordinates": [ -157.7791406, 21.40981801 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40981801, "Longitude": -157.7791406, "Species": "Northern Cardinal", "Count": 5, "Date": "2023-07-27" }, "geometry": { "type": "Point", "coordinates": [ -157.7791406, 21.40981801 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40981801, "Longitude": -157.7791406, "Species": "Northern Mockingbird", "Count": 1, "Date": "2019-03-07" }, "geometry": { "type": "Point", "coordinates": [ -157.7791406, 21.40981801 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40981801, "Longitude": -157.7791406, "Species": "Pacific Golden-Plover", "Count": 3, "Date": "2022-10-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7791406, 21.40981801 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40981801, "Longitude": -157.7791406, "Species": "Red Junglefowl", "Count": 4, "Date": "2022-04-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7791406, 21.40981801 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40981801, "Longitude": -157.7791406, "Species": "Red-billed Leiothrix", "Count": 9, "Date": "2023-07-29" }, "geometry": { "type": "Point", "coordinates": [ -157.7791406, 21.40981801 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40981801, "Longitude": -157.7791406, "Species": "Red-crested Cardinal", "Count": 9, "Date": "2023-07-27" }, "geometry": { "type": "Point", "coordinates": [ -157.7791406, 21.40981801 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40981801, "Longitude": -157.7791406, "Species": "Red-vented Bulbul", "Count": 14, "Date": "2023-08-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7791406, 21.40981801 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40981801, "Longitude": -157.7791406, "Species": "Red-whiskered Bulbul", "Count": 6, "Date": "2022-04-28" }, "geometry": { "type": "Point", "coordinates": [ -157.7791406, 21.40981801 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40981801, "Longitude": -157.7791406, "Species": "Rock Pigeon", "Count": 3, "Date": "2023-02-22" }, "geometry": { "type": "Point", "coordinates": [ -157.7791406, 21.40981801 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40981801, "Longitude": -157.7791406, "Species": "Spotted Dove", "Count": 8, "Date": "2023-07-29" }, "geometry": { "type": "Point", "coordinates": [ -157.7791406, 21.40981801 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40981801, "Longitude": -157.7791406, "Species": "Wandering Tattler", "Count": 1, "Date": "2019-02-12" }, "geometry": { "type": "Point", "coordinates": [ -157.7791406, 21.40981801 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40981801, "Longitude": -157.7791406, "Species": "Warbling White-eye", "Count": 9, "Date": "2022-04-28" }, "geometry": { "type": "Point", "coordinates": [ -157.7791406, 21.40981801 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40981801, "Longitude": -157.7791406, "Species": "Western Cattle Egret", "Count": 7, "Date": "2022-10-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7791406, 21.40981801 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40981801, "Longitude": -157.7791406, "Species": "White-rumped Shama", "Count": 9, "Date": "2022-04-28" }, "geometry": { "type": "Point", "coordinates": [ -157.7791406, 21.40981801 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40981801, "Longitude": -157.7791406, "Species": "Zebra Dove", "Count": 13, "Date": "2023-08-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7791406, 21.40981801 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42038018, "Longitude": -158.0106015, "Species": "Chestnut Munia", "Count": 1, "Date": "2020-06-23" }, "geometry": { "type": "Point", "coordinates": [ -158.0106015, 21.42038018 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42038018, "Longitude": -158.0106015, "Species": "Common Gallinule", "Count": 3, "Date": "2023-05-30" }, "geometry": { "type": "Point", "coordinates": [ -158.0106015, 21.42038018 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42038018, "Longitude": -158.0106015, "Species": "Common Myna", "Count": 7, "Date": "2023-05-30" }, "geometry": { "type": "Point", "coordinates": [ -158.0106015, 21.42038018 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42038018, "Longitude": -158.0106015, "Species": "Common Waxbill", "Count": 2, "Date": "2021-09-14" }, "geometry": { "type": "Point", "coordinates": [ -158.0106015, 21.42038018 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42038018, "Longitude": -158.0106015, "Species": "House Finch", "Count": 3, "Date": "2021-09-14" }, "geometry": { "type": "Point", "coordinates": [ -158.0106015, 21.42038018 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42038018, "Longitude": -158.0106015, "Species": "House Sparrow", "Count": 3, "Date": "2021-09-14" }, "geometry": { "type": "Point", "coordinates": [ -158.0106015, 21.42038018 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42038018, "Longitude": -158.0106015, "Species": "Indian Peafowl", "Count": 3, "Date": "2023-05-30" }, "geometry": { "type": "Point", "coordinates": [ -158.0106015, 21.42038018 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42038018, "Longitude": -158.0106015, "Species": "Java Sparrow", "Count": 5, "Date": "2023-05-30" }, "geometry": { "type": "Point", "coordinates": [ -158.0106015, 21.42038018 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42038018, "Longitude": -158.0106015, "Species": "Northern Cardinal", "Count": 3, "Date": "2020-12-03" }, "geometry": { "type": "Point", "coordinates": [ -158.0106015, 21.42038018 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42038018, "Longitude": -158.0106015, "Species": "Pacific Golden-Plover", "Count": 3, "Date": "2021-09-14" }, "geometry": { "type": "Point", "coordinates": [ -158.0106015, 21.42038018 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42038018, "Longitude": -158.0106015, "Species": "Red Junglefowl", "Count": 5, "Date": "2023-05-30" }, "geometry": { "type": "Point", "coordinates": [ -158.0106015, 21.42038018 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42038018, "Longitude": -158.0106015, "Species": "Red-crested Cardinal", "Count": 6, "Date": "2023-05-30" }, "geometry": { "type": "Point", "coordinates": [ -158.0106015, 21.42038018 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42038018, "Longitude": -158.0106015, "Species": "Red-vented Bulbul", "Count": 7, "Date": "2023-05-30" }, "geometry": { "type": "Point", "coordinates": [ -158.0106015, 21.42038018 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42038018, "Longitude": -158.0106015, "Species": "Rock Pigeon", "Count": 2, "Date": "2022-04-02" }, "geometry": { "type": "Point", "coordinates": [ -158.0106015, 21.42038018 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42038018, "Longitude": -158.0106015, "Species": "Rose-ringed Parakeet", "Count": 5, "Date": "2023-05-30" }, "geometry": { "type": "Point", "coordinates": [ -158.0106015, 21.42038018 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42038018, "Longitude": -158.0106015, "Species": "Ruddy Turnstone", "Count": 1, "Date": "2021-09-14" }, "geometry": { "type": "Point", "coordinates": [ -158.0106015, 21.42038018 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42038018, "Longitude": -158.0106015, "Species": "Saffron Finch", "Count": 7, "Date": "2023-05-30" }, "geometry": { "type": "Point", "coordinates": [ -158.0106015, 21.42038018 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42038018, "Longitude": -158.0106015, "Species": "Scaly-breasted Munia", "Count": 1, "Date": "2020-06-23" }, "geometry": { "type": "Point", "coordinates": [ -158.0106015, 21.42038018 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42038018, "Longitude": -158.0106015, "Species": "Spotted Dove", "Count": 6, "Date": "2023-05-30" }, "geometry": { "type": "Point", "coordinates": [ -158.0106015, 21.42038018 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42038018, "Longitude": -158.0106015, "Species": "Warbling White-eye", "Count": 3, "Date": "2021-09-14" }, "geometry": { "type": "Point", "coordinates": [ -158.0106015, 21.42038018 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42038018, "Longitude": -158.0106015, "Species": "Western Cattle Egret", "Count": 8, "Date": "2023-05-30" }, "geometry": { "type": "Point", "coordinates": [ -158.0106015, 21.42038018 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42038018, "Longitude": -158.0106015, "Species": "White-rumped Shama", "Count": 5, "Date": "2023-05-10" }, "geometry": { "type": "Point", "coordinates": [ -158.0106015, 21.42038018 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42038018, "Longitude": -158.0106015, "Species": "Yellow-fronted Canary", "Count": 2, "Date": "2020-12-03" }, "geometry": { "type": "Point", "coordinates": [ -158.0106015, 21.42038018 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42038018, "Longitude": -158.0106015, "Species": "Zebra Dove", "Count": 7, "Date": "2023-05-30" }, "geometry": { "type": "Point", "coordinates": [ -158.0106015, 21.42038018 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41863787, "Longitude": -157.7501251, "Species": "Black-crowned Night Heron", "Count": 1, "Date": "2019-07-21" }, "geometry": { "type": "Point", "coordinates": [ -157.7501251, 21.41863787 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41863787, "Longitude": -157.7501251, "Species": "Black-necked Stilt", "Count": 2, "Date": "2021-11-25" }, "geometry": { "type": "Point", "coordinates": [ -157.7501251, 21.41863787 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41863787, "Longitude": -157.7501251, "Species": "Chestnut Munia", "Count": 3, "Date": "2024-02-18" }, "geometry": { "type": "Point", "coordinates": [ -157.7501251, 21.41863787 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41863787, "Longitude": -157.7501251, "Species": "Common Myna", "Count": 21, "Date": "2024-01-27" }, "geometry": { "type": "Point", "coordinates": [ -157.7501251, 21.41863787 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41863787, "Longitude": -157.7501251, "Species": "Common Waxbill", "Count": 3, "Date": "2024-02-18" }, "geometry": { "type": "Point", "coordinates": [ -157.7501251, 21.41863787 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41863787, "Longitude": -157.7501251, "Species": "House Finch", "Count": 6, "Date": "2023-03-10" }, "geometry": { "type": "Point", "coordinates": [ -157.7501251, 21.41863787 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41863787, "Longitude": -157.7501251, "Species": "House Sparrow", "Count": 4, "Date": "2023-03-10" }, "geometry": { "type": "Point", "coordinates": [ -157.7501251, 21.41863787 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41863787, "Longitude": -157.7501251, "Species": "Java Sparrow", "Count": 7, "Date": "2023-03-10" }, "geometry": { "type": "Point", "coordinates": [ -157.7501251, 21.41863787 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41863787, "Longitude": -157.7501251, "Species": "Feral Mallard", "Count": 1, "Date": "2023-03-07" }, "geometry": { "type": "Point", "coordinates": [ -157.7501251, 21.41863787 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41863787, "Longitude": -157.7501251, "Species": "Muscovy Duck", "Count": 1, "Date": "2024-01-22" }, "geometry": { "type": "Point", "coordinates": [ -157.7501251, 21.41863787 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41863787, "Longitude": -157.7501251, "Species": "Northern Cardinal", "Count": 6, "Date": "2023-03-10" }, "geometry": { "type": "Point", "coordinates": [ -157.7501251, 21.41863787 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41863787, "Longitude": -157.7501251, "Species": "Pacific Golden-Plover", "Count": 7, "Date": "2024-02-18" }, "geometry": { "type": "Point", "coordinates": [ -157.7501251, 21.41863787 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41863787, "Longitude": -157.7501251, "Species": "Red Junglefowl", "Count": 3, "Date": "2024-01-27" }, "geometry": { "type": "Point", "coordinates": [ -157.7501251, 21.41863787 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41863787, "Longitude": -157.7501251, "Species": "Red-crested Cardinal", "Count": 14, "Date": "2024-02-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7501251, 21.41863787 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41863787, "Longitude": -157.7501251, "Species": "Red-vented Bulbul", "Count": 11, "Date": "2023-06-07" }, "geometry": { "type": "Point", "coordinates": [ -157.7501251, 21.41863787 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41863787, "Longitude": -157.7501251, "Species": "Red-whiskered Bulbul", "Count": 6, "Date": "2023-03-07" }, "geometry": { "type": "Point", "coordinates": [ -157.7501251, 21.41863787 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41863787, "Longitude": -157.7501251, "Species": "Rock Pigeon", "Count": 13, "Date": "2024-02-18" }, "geometry": { "type": "Point", "coordinates": [ -157.7501251, 21.41863787 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41863787, "Longitude": -157.7501251, "Species": "Scaly-breasted Munia", "Count": 1, "Date": "2020-07-01" }, "geometry": { "type": "Point", "coordinates": [ -157.7501251, 21.41863787 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41863787, "Longitude": -157.7501251, "Species": "Snow Goose", "Count": 1, "Date": "2019-10-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7501251, 21.41863787 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41863787, "Longitude": -157.7501251, "Species": "Spotted Dove", "Count": 11, "Date": "2023-03-10" }, "geometry": { "type": "Point", "coordinates": [ -157.7501251, 21.41863787 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41863787, "Longitude": -157.7501251, "Species": "Warbling White-eye", "Count": 3, "Date": "2024-02-18" }, "geometry": { "type": "Point", "coordinates": [ -157.7501251, 21.41863787 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41863787, "Longitude": -157.7501251, "Species": "Western Cattle Egret", "Count": 13, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.7501251, 21.41863787 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41863787, "Longitude": -157.7501251, "Species": "Zebra Dove", "Count": 16, "Date": "2023-06-07" }, "geometry": { "type": "Point", "coordinates": [ -157.7501251, 21.41863787 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41856556, "Longitude": -157.7404785, "Species": "Black-crowned Night Heron", "Count": 1, "Date": "2024-02-05" }, "geometry": { "type": "Point", "coordinates": [ -157.7404785, 21.41856556 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41856556, "Longitude": -157.7404785, "Species": "Black-necked Stilt", "Count": 2, "Date": "2024-01-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7404785, 21.41856556 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41856556, "Longitude": -157.7404785, "Species": "Common Myna", "Count": 4, "Date": "2024-02-05" }, "geometry": { "type": "Point", "coordinates": [ -157.7404785, 21.41856556 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41856556, "Longitude": -157.7404785, "Species": "Gray Francolin", "Count": 1, "Date": "2023-05-24" }, "geometry": { "type": "Point", "coordinates": [ -157.7404785, 21.41856556 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41856556, "Longitude": -157.7404785, "Species": "Great Frigatebird", "Count": 1, "Date": "2022-02-02" }, "geometry": { "type": "Point", "coordinates": [ -157.7404785, 21.41856556 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41856556, "Longitude": -157.7404785, "Species": "House Sparrow", "Count": 1, "Date": "2024-02-05" }, "geometry": { "type": "Point", "coordinates": [ -157.7404785, 21.41856556 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41856556, "Longitude": -157.7404785, "Species": "Java Sparrow", "Count": 3, "Date": "2024-02-05" }, "geometry": { "type": "Point", "coordinates": [ -157.7404785, 21.41856556 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41856556, "Longitude": -157.7404785, "Species": "Feral Mallard", "Count": 1, "Date": "2024-02-05" }, "geometry": { "type": "Point", "coordinates": [ -157.7404785, 21.41856556 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41856556, "Longitude": -157.7404785, "Species": "Northern Cardinal", "Count": 3, "Date": "2023-11-11" }, "geometry": { "type": "Point", "coordinates": [ -157.7404785, 21.41856556 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41856556, "Longitude": -157.7404785, "Species": "Pacific Golden-Plover", "Count": 2, "Date": "2024-02-05" }, "geometry": { "type": "Point", "coordinates": [ -157.7404785, 21.41856556 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41856556, "Longitude": -157.7404785, "Species": "Red Junglefowl", "Count": 1, "Date": "2024-02-05" }, "geometry": { "type": "Point", "coordinates": [ -157.7404785, 21.41856556 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41856556, "Longitude": -157.7404785, "Species": "Red-crested Cardinal", "Count": 6, "Date": "2024-02-05" }, "geometry": { "type": "Point", "coordinates": [ -157.7404785, 21.41856556 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41856556, "Longitude": -157.7404785, "Species": "Red-footed Booby", "Count": 2, "Date": "2024-02-05" }, "geometry": { "type": "Point", "coordinates": [ -157.7404785, 21.41856556 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41856556, "Longitude": -157.7404785, "Species": "Red-vented Bulbul", "Count": 5, "Date": "2023-05-24" }, "geometry": { "type": "Point", "coordinates": [ -157.7404785, 21.41856556 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41856556, "Longitude": -157.7404785, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2021-06-11" }, "geometry": { "type": "Point", "coordinates": [ -157.7404785, 21.41856556 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41856556, "Longitude": -157.7404785, "Species": "Rock Pigeon", "Count": 4, "Date": "2024-01-24" }, "geometry": { "type": "Point", "coordinates": [ -157.7404785, 21.41856556 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41856556, "Longitude": -157.7404785, "Species": "Rose-ringed Parakeet", "Count": 1, "Date": "2024-02-05" }, "geometry": { "type": "Point", "coordinates": [ -157.7404785, 21.41856556 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41856556, "Longitude": -157.7404785, "Species": "Sanderling", "Count": 1, "Date": "2020-12-23" }, "geometry": { "type": "Point", "coordinates": [ -157.7404785, 21.41856556 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41856556, "Longitude": -157.7404785, "Species": "Spotted Dove", "Count": 2, "Date": "2024-02-05" }, "geometry": { "type": "Point", "coordinates": [ -157.7404785, 21.41856556 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41856556, "Longitude": -157.7404785, "Species": "Wedge-tailed Shearwater", "Count": 1, "Date": "2022-02-09" }, "geometry": { "type": "Point", "coordinates": [ -157.7404785, 21.41856556 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41856556, "Longitude": -157.7404785, "Species": "Western Cattle Egret", "Count": 1, "Date": "2024-02-05" }, "geometry": { "type": "Point", "coordinates": [ -157.7404785, 21.41856556 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41856556, "Longitude": -157.7404785, "Species": "Zebra Dove", "Count": 4, "Date": "2024-02-05" }, "geometry": { "type": "Point", "coordinates": [ -157.7404785, 21.41856556 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45476839, "Longitude": -157.7498171, "Species": "Black-crowned Night Heron", "Count": 1, "Date": "2024-01-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7498171, 21.45476839 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45476839, "Longitude": -157.7498171, "Species": "Black-necked Stilt", "Count": 16, "Date": "2024-01-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7498171, 21.45476839 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45476839, "Longitude": -157.7498171, "Species": "Common Gallinule", "Count": 17, "Date": "2024-01-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7498171, 21.45476839 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45476839, "Longitude": -157.7498171, "Species": "Common Myna", "Count": 15, "Date": "2024-01-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7498171, 21.45476839 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45476839, "Longitude": -157.7498171, "Species": "Common Waxbill", "Count": 1, "Date": "2019-12-04" }, "geometry": { "type": "Point", "coordinates": [ -157.7498171, 21.45476839 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45476839, "Longitude": -157.7498171, "Species": "Gray Francolin", "Count": 5, "Date": "2024-01-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7498171, 21.45476839 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45476839, "Longitude": -157.7498171, "Species": "Great Frigatebird", "Count": 10, "Date": "2023-07-22" }, "geometry": { "type": "Point", "coordinates": [ -157.7498171, 21.45476839 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45476839, "Longitude": -157.7498171, "Species": "Green-winged Teal", "Count": 3, "Date": "2021-12-19" }, "geometry": { "type": "Point", "coordinates": [ -157.7498171, 21.45476839 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45476839, "Longitude": -157.7498171, "Species": "Hawaiian Coot", "Count": 9, "Date": "2024-01-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7498171, 21.45476839 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45476839, "Longitude": -157.7498171, "Species": "House Finch", "Count": 3, "Date": "2024-01-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7498171, 21.45476839 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45476839, "Longitude": -157.7498171, "Species": "House Sparrow", "Count": 3, "Date": "2021-12-19" }, "geometry": { "type": "Point", "coordinates": [ -157.7498171, 21.45476839 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45476839, "Longitude": -157.7498171, "Species": "Java Sparrow", "Count": 1, "Date": "2019-12-12" }, "geometry": { "type": "Point", "coordinates": [ -157.7498171, 21.45476839 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45476839, "Longitude": -157.7498171, "Species": "Feral Mallard", "Count": 17, "Date": "2024-01-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7498171, 21.45476839 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45476839, "Longitude": -157.7498171, "Species": "Northern Cardinal", "Count": 3, "Date": "2023-07-22" }, "geometry": { "type": "Point", "coordinates": [ -157.7498171, 21.45476839 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45476839, "Longitude": -157.7498171, "Species": "Pacific Golden-Plover", "Count": 19, "Date": "2024-01-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7498171, 21.45476839 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45476839, "Longitude": -157.7498171, "Species": "Red-crested Cardinal", "Count": 8, "Date": "2024-01-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7498171, 21.45476839 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45476839, "Longitude": -157.7498171, "Species": "Red-vented Bulbul", "Count": 10, "Date": "2024-01-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7498171, 21.45476839 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45476839, "Longitude": -157.7498171, "Species": "Spotted Dove", "Count": 1, "Date": "2024-01-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7498171, 21.45476839 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45476839, "Longitude": -157.7498171, "Species": "Warbling White-eye", "Count": 6, "Date": "2024-01-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7498171, 21.45476839 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45476839, "Longitude": -157.7498171, "Species": "Western Cattle Egret", "Count": 10, "Date": "2023-08-16" }, "geometry": { "type": "Point", "coordinates": [ -157.7498171, 21.45476839 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45476839, "Longitude": -157.7498171, "Species": "White-rumped Shama", "Count": 1, "Date": "2019-12-12" }, "geometry": { "type": "Point", "coordinates": [ -157.7498171, 21.45476839 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45476839, "Longitude": -157.7498171, "Species": "Zebra Dove", "Count": 15, "Date": "2024-01-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7498171, 21.45476839 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46449692, "Longitude": -157.8462392, "Species": "Black-necked Stilt", "Count": 5, "Date": "2023-10-21" }, "geometry": { "type": "Point", "coordinates": [ -157.846239200000014, 21.46449692 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46449692, "Longitude": -157.8462392, "Species": "Chestnut Munia", "Count": 2, "Date": "2022-11-20" }, "geometry": { "type": "Point", "coordinates": [ -157.846239200000014, 21.46449692 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46449692, "Longitude": -157.8462392, "Species": "Common Myna", "Count": 6, "Date": "2022-11-26" }, "geometry": { "type": "Point", "coordinates": [ -157.846239200000014, 21.46449692 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46449692, "Longitude": -157.8462392, "Species": "Common Waxbill", "Count": 4, "Date": "2022-11-26" }, "geometry": { "type": "Point", "coordinates": [ -157.846239200000014, 21.46449692 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46449692, "Longitude": -157.8462392, "Species": "House Finch", "Count": 3, "Date": "2022-11-26" }, "geometry": { "type": "Point", "coordinates": [ -157.846239200000014, 21.46449692 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46449692, "Longitude": -157.8462392, "Species": "House Sparrow", "Count": 2, "Date": "2022-11-26" }, "geometry": { "type": "Point", "coordinates": [ -157.846239200000014, 21.46449692 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46449692, "Longitude": -157.8462392, "Species": "Indian Peafowl", "Count": 1, "Date": "2020-02-18" }, "geometry": { "type": "Point", "coordinates": [ -157.846239200000014, 21.46449692 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46449692, "Longitude": -157.8462392, "Species": "Java Sparrow", "Count": 3, "Date": "2022-11-26" }, "geometry": { "type": "Point", "coordinates": [ -157.846239200000014, 21.46449692 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46449692, "Longitude": -157.8462392, "Species": "Feral Mallard", "Count": 1, "Date": "2020-02-18" }, "geometry": { "type": "Point", "coordinates": [ -157.846239200000014, 21.46449692 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46449692, "Longitude": -157.8462392, "Species": "Northern Cardinal", "Count": 1, "Date": "2022-11-20" }, "geometry": { "type": "Point", "coordinates": [ -157.846239200000014, 21.46449692 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46449692, "Longitude": -157.8462392, "Species": "Pacific Golden-Plover", "Count": 1, "Date": "2019-04-17" }, "geometry": { "type": "Point", "coordinates": [ -157.846239200000014, 21.46449692 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46449692, "Longitude": -157.8462392, "Species": "Red Junglefowl", "Count": 6, "Date": "2023-03-29" }, "geometry": { "type": "Point", "coordinates": [ -157.846239200000014, 21.46449692 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46449692, "Longitude": -157.8462392, "Species": "Red-billed Leiothrix", "Count": 1, "Date": "2022-11-20" }, "geometry": { "type": "Point", "coordinates": [ -157.846239200000014, 21.46449692 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46449692, "Longitude": -157.8462392, "Species": "Red-crested Cardinal", "Count": 5, "Date": "2022-11-26" }, "geometry": { "type": "Point", "coordinates": [ -157.846239200000014, 21.46449692 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46449692, "Longitude": -157.8462392, "Species": "Red-vented Bulbul", "Count": 3, "Date": "2022-11-26" }, "geometry": { "type": "Point", "coordinates": [ -157.846239200000014, 21.46449692 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46449692, "Longitude": -157.8462392, "Species": "Red-whiskered Bulbul", "Count": 4, "Date": "2022-11-26" }, "geometry": { "type": "Point", "coordinates": [ -157.846239200000014, 21.46449692 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46449692, "Longitude": -157.8462392, "Species": "Rock Pigeon", "Count": 5, "Date": "2022-11-26" }, "geometry": { "type": "Point", "coordinates": [ -157.846239200000014, 21.46449692 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46449692, "Longitude": -157.8462392, "Species": "Ruddy Turnstone", "Count": 2, "Date": "2023-12-16" }, "geometry": { "type": "Point", "coordinates": [ -157.846239200000014, 21.46449692 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46449692, "Longitude": -157.8462392, "Species": "Spotted Dove", "Count": 5, "Date": "2022-11-26" }, "geometry": { "type": "Point", "coordinates": [ -157.846239200000014, 21.46449692 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46449692, "Longitude": -157.8462392, "Species": "Warbling White-eye", "Count": 4, "Date": "2022-11-26" }, "geometry": { "type": "Point", "coordinates": [ -157.846239200000014, 21.46449692 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46449692, "Longitude": -157.8462392, "Species": "Western Cattle Egret", "Count": 5, "Date": "2022-11-26" }, "geometry": { "type": "Point", "coordinates": [ -157.846239200000014, 21.46449692 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46449692, "Longitude": -157.8462392, "Species": "White-rumped Shama", "Count": 1, "Date": "2021-12-22" }, "geometry": { "type": "Point", "coordinates": [ -157.846239200000014, 21.46449692 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46449692, "Longitude": -157.8462392, "Species": "Zebra Dove", "Count": 5, "Date": "2022-11-26" }, "geometry": { "type": "Point", "coordinates": [ -157.846239200000014, 21.46449692 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50243325, "Longitude": -158.1451984, "Species": "Apapane", "Count": 13, "Date": "2023-01-27" }, "geometry": { "type": "Point", "coordinates": [ -158.1451984, 21.50243325 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50243325, "Longitude": -158.1451984, "Species": "Common Myna", "Count": 2, "Date": "2023-02-20" }, "geometry": { "type": "Point", "coordinates": [ -158.1451984, 21.50243325 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50243325, "Longitude": -158.1451984, "Species": "Common Waxbill", "Count": 7, "Date": "2023-02-27" }, "geometry": { "type": "Point", "coordinates": [ -158.1451984, 21.50243325 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50243325, "Longitude": -158.1451984, "Species": "Erckel's Spurfowl", "Count": 2, "Date": "2021-09-10" }, "geometry": { "type": "Point", "coordinates": [ -158.1451984, 21.50243325 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50243325, "Longitude": -158.1451984, "Species": "House Finch", "Count": 6, "Date": "2022-05-04" }, "geometry": { "type": "Point", "coordinates": [ -158.1451984, 21.50243325 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50243325, "Longitude": -158.1451984, "Species": "House Sparrow", "Count": 1, "Date": "2021-04-30" }, "geometry": { "type": "Point", "coordinates": [ -158.1451984, 21.50243325 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50243325, "Longitude": -158.1451984, "Species": "Indian Peafowl", "Count": 2, "Date": "2022-06-20" }, "geometry": { "type": "Point", "coordinates": [ -158.1451984, 21.50243325 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50243325, "Longitude": -158.1451984, "Species": "Japanese Bush Warbler", "Count": 7, "Date": "2022-06-20" }, "geometry": { "type": "Point", "coordinates": [ -158.1451984, 21.50243325 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50243325, "Longitude": -158.1451984, "Species": "Kalij Pheasant", "Count": 3, "Date": "2022-05-04" }, "geometry": { "type": "Point", "coordinates": [ -158.1451984, 21.50243325 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50243325, "Longitude": -158.1451984, "Species": "Northern Cardinal", "Count": 1, "Date": "2023-02-27" }, "geometry": { "type": "Point", "coordinates": [ -158.1451984, 21.50243325 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50243325, "Longitude": -158.1451984, "Species": "Oahu Amakihi", "Count": 2, "Date": "2021-04-30" }, "geometry": { "type": "Point", "coordinates": [ -158.1451984, 21.50243325 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50243325, "Longitude": -158.1451984, "Species": "Pacific Golden-Plover", "Count": 2, "Date": "2020-02-09" }, "geometry": { "type": "Point", "coordinates": [ -158.1451984, 21.50243325 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50243325, "Longitude": -158.1451984, "Species": "Red-billed Leiothrix", "Count": 7, "Date": "2022-06-20" }, "geometry": { "type": "Point", "coordinates": [ -158.1451984, 21.50243325 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50243325, "Longitude": -158.1451984, "Species": "Red-crested Cardinal", "Count": 3, "Date": "2023-02-27" }, "geometry": { "type": "Point", "coordinates": [ -158.1451984, 21.50243325 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50243325, "Longitude": -158.1451984, "Species": "Red-vented Bulbul", "Count": 7, "Date": "2023-02-27" }, "geometry": { "type": "Point", "coordinates": [ -158.1451984, 21.50243325 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50243325, "Longitude": -158.1451984, "Species": "Red-whiskered Bulbul", "Count": 2, "Date": "2022-04-12" }, "geometry": { "type": "Point", "coordinates": [ -158.1451984, 21.50243325 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50243325, "Longitude": -158.1451984, "Species": "Saffron Finch", "Count": 1, "Date": "2023-02-27" }, "geometry": { "type": "Point", "coordinates": [ -158.1451984, 21.50243325 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50243325, "Longitude": -158.1451984, "Species": "Sanderling", "Count": 1, "Date": "2023-01-27" }, "geometry": { "type": "Point", "coordinates": [ -158.1451984, 21.50243325 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50243325, "Longitude": -158.1451984, "Species": "Spotted Dove", "Count": 1, "Date": "2021-09-10" }, "geometry": { "type": "Point", "coordinates": [ -158.1451984, 21.50243325 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50243325, "Longitude": -158.1451984, "Species": "Warbling White-eye", "Count": 8, "Date": "2022-06-20" }, "geometry": { "type": "Point", "coordinates": [ -158.1451984, 21.50243325 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50243325, "Longitude": -158.1451984, "Species": "Western Cattle Egret", "Count": 2, "Date": "2023-02-20" }, "geometry": { "type": "Point", "coordinates": [ -158.1451984, 21.50243325 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50243325, "Longitude": -158.1451984, "Species": "White-rumped Shama", "Count": 6, "Date": "2023-01-27" }, "geometry": { "type": "Point", "coordinates": [ -158.1451984, 21.50243325 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50243325, "Longitude": -158.1451984, "Species": "Yellow-fronted Canary", "Count": 1, "Date": "2023-01-27" }, "geometry": { "type": "Point", "coordinates": [ -158.1451984, 21.50243325 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50243325, "Longitude": -158.1451984, "Species": "Zebra Dove", "Count": 3, "Date": "2023-02-27" }, "geometry": { "type": "Point", "coordinates": [ -158.1451984, 21.50243325 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5108874, "Longitude": -158.0389523, "Species": "Black Francolin", "Count": 16, "Date": "2022-12-12" }, "geometry": { "type": "Point", "coordinates": [ -158.0389523, 21.5108874 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5108874, "Longitude": -158.0389523, "Species": "Chestnut Munia", "Count": 3, "Date": "2023-12-04" }, "geometry": { "type": "Point", "coordinates": [ -158.0389523, 21.5108874 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5108874, "Longitude": -158.0389523, "Species": "Common Myna", "Count": 42, "Date": "2023-12-04" }, "geometry": { "type": "Point", "coordinates": [ -158.0389523, 21.5108874 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5108874, "Longitude": -158.0389523, "Species": "Common Waxbill", "Count": 35, "Date": "2023-12-04" }, "geometry": { "type": "Point", "coordinates": [ -158.0389523, 21.5108874 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5108874, "Longitude": -158.0389523, "Species": "Gray Francolin", "Count": 15, "Date": "2022-12-27" }, "geometry": { "type": "Point", "coordinates": [ -158.0389523, 21.5108874 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5108874, "Longitude": -158.0389523, "Species": "House Finch", "Count": 42, "Date": "2023-12-04" }, "geometry": { "type": "Point", "coordinates": [ -158.0389523, 21.5108874 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5108874, "Longitude": -158.0389523, "Species": "House Sparrow", "Count": 12, "Date": "2023-12-04" }, "geometry": { "type": "Point", "coordinates": [ -158.0389523, 21.5108874 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5108874, "Longitude": -158.0389523, "Species": "Indian Peafowl", "Count": 9, "Date": "2022-04-25" }, "geometry": { "type": "Point", "coordinates": [ -158.0389523, 21.5108874 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5108874, "Longitude": -158.0389523, "Species": "Japanese Bush Warbler", "Count": 4, "Date": "2022-06-06" }, "geometry": { "type": "Point", "coordinates": [ -158.0389523, 21.5108874 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5108874, "Longitude": -158.0389523, "Species": "Northern Cardinal", "Count": 4, "Date": "2022-12-27" }, "geometry": { "type": "Point", "coordinates": [ -158.0389523, 21.5108874 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5108874, "Longitude": -158.0389523, "Species": "Pacific Golden-Plover", "Count": 34, "Date": "2023-03-31" }, "geometry": { "type": "Point", "coordinates": [ -158.0389523, 21.5108874 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5108874, "Longitude": -158.0389523, "Species": "Red Avadavat", "Count": 12, "Date": "2023-12-04" }, "geometry": { "type": "Point", "coordinates": [ -158.0389523, 21.5108874 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5108874, "Longitude": -158.0389523, "Species": "Red Junglefowl", "Count": 15, "Date": "2023-12-04" }, "geometry": { "type": "Point", "coordinates": [ -158.0389523, 21.5108874 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5108874, "Longitude": -158.0389523, "Species": "Red-crested Cardinal", "Count": 37, "Date": "2023-03-31" }, "geometry": { "type": "Point", "coordinates": [ -158.0389523, 21.5108874 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5108874, "Longitude": -158.0389523, "Species": "Red-vented Bulbul", "Count": 47, "Date": "2023-12-04" }, "geometry": { "type": "Point", "coordinates": [ -158.0389523, 21.5108874 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5108874, "Longitude": -158.0389523, "Species": "Red-whiskered Bulbul", "Count": 23, "Date": "2022-12-12" }, "geometry": { "type": "Point", "coordinates": [ -158.0389523, 21.5108874 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5108874, "Longitude": -158.0389523, "Species": "Saffron Finch", "Count": 12, "Date": "2024-01-11" }, "geometry": { "type": "Point", "coordinates": [ -158.0389523, 21.5108874 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5108874, "Longitude": -158.0389523, "Species": "Scaly-breasted Munia", "Count": 2, "Date": "2022-08-22" }, "geometry": { "type": "Point", "coordinates": [ -158.0389523, 21.5108874 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5108874, "Longitude": -158.0389523, "Species": "Short-eared Owl", "Count": 1, "Date": "2019-03-21" }, "geometry": { "type": "Point", "coordinates": [ -158.0389523, 21.5108874 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5108874, "Longitude": -158.0389523, "Species": "Spotted Dove", "Count": 19, "Date": "2023-03-31" }, "geometry": { "type": "Point", "coordinates": [ -158.0389523, 21.5108874 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5108874, "Longitude": -158.0389523, "Species": "Warbling White-eye", "Count": 39, "Date": "2023-03-31" }, "geometry": { "type": "Point", "coordinates": [ -158.0389523, 21.5108874 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5108874, "Longitude": -158.0389523, "Species": "Western Cattle Egret", "Count": 12, "Date": "2023-03-31" }, "geometry": { "type": "Point", "coordinates": [ -158.0389523, 21.5108874 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5108874, "Longitude": -158.0389523, "Species": "White-rumped Shama", "Count": 2, "Date": "2023-12-04" }, "geometry": { "type": "Point", "coordinates": [ -158.0389523, 21.5108874 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5108874, "Longitude": -158.0389523, "Species": "Zebra Dove", "Count": 31, "Date": "2024-01-11" }, "geometry": { "type": "Point", "coordinates": [ -158.0389523, 21.5108874 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50959546, "Longitude": -157.83623, "Species": "Black-necked Stilt", "Count": 1, "Date": "2021-04-24" }, "geometry": { "type": "Point", "coordinates": [ -157.83623, 21.50959546 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50959546, "Longitude": -157.83623, "Species": "Brown Noddy", "Count": 1, "Date": "2021-07-22" }, "geometry": { "type": "Point", "coordinates": [ -157.83623, 21.50959546 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50959546, "Longitude": -157.83623, "Species": "Chestnut Munia", "Count": 1, "Date": "2021-04-03" }, "geometry": { "type": "Point", "coordinates": [ -157.83623, 21.50959546 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50959546, "Longitude": -157.83623, "Species": "Common Myna", "Count": 4, "Date": "2021-07-22" }, "geometry": { "type": "Point", "coordinates": [ -157.83623, 21.50959546 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50959546, "Longitude": -157.83623, "Species": "Common Waxbill", "Count": 4, "Date": "2021-07-22" }, "geometry": { "type": "Point", "coordinates": [ -157.83623, 21.50959546 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50959546, "Longitude": -157.83623, "Species": "Great Frigatebird", "Count": 1, "Date": "2021-07-22" }, "geometry": { "type": "Point", "coordinates": [ -157.83623, 21.50959546 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50959546, "Longitude": -157.83623, "Species": "House Finch", "Count": 2, "Date": "2021-07-22" }, "geometry": { "type": "Point", "coordinates": [ -157.83623, 21.50959546 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50959546, "Longitude": -157.83623, "Species": "Masked Booby", "Count": 1, "Date": "2021-07-22" }, "geometry": { "type": "Point", "coordinates": [ -157.83623, 21.50959546 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50959546, "Longitude": -157.83623, "Species": "Northern Cardinal", "Count": 1, "Date": "2021-04-24" }, "geometry": { "type": "Point", "coordinates": [ -157.83623, 21.50959546 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50959546, "Longitude": -157.83623, "Species": "Pacific Golden-Plover", "Count": 5, "Date": "2022-11-26" }, "geometry": { "type": "Point", "coordinates": [ -157.83623, 21.50959546 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50959546, "Longitude": -157.83623, "Species": "Red-crested Cardinal", "Count": 6, "Date": "2022-02-15" }, "geometry": { "type": "Point", "coordinates": [ -157.83623, 21.50959546 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50959546, "Longitude": -157.83623, "Species": "Red-footed Booby", "Count": 1, "Date": "2021-07-22" }, "geometry": { "type": "Point", "coordinates": [ -157.83623, 21.50959546 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50959546, "Longitude": -157.83623, "Species": "Red-vented Bulbul", "Count": 2, "Date": "2021-07-22" }, "geometry": { "type": "Point", "coordinates": [ -157.83623, 21.50959546 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50959546, "Longitude": -157.83623, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2020-04-25" }, "geometry": { "type": "Point", "coordinates": [ -157.83623, 21.50959546 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50959546, "Longitude": -157.83623, "Species": "Rock Pigeon", "Count": 1, "Date": "2021-07-22" }, "geometry": { "type": "Point", "coordinates": [ -157.83623, 21.50959546 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50959546, "Longitude": -157.83623, "Species": "Ruddy Turnstone", "Count": 6, "Date": "2022-11-26" }, "geometry": { "type": "Point", "coordinates": [ -157.83623, 21.50959546 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50959546, "Longitude": -157.83623, "Species": "Sooty Tern", "Count": 1, "Date": "2021-07-22" }, "geometry": { "type": "Point", "coordinates": [ -157.83623, 21.50959546 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50959546, "Longitude": -157.83623, "Species": "Spotted Dove", "Count": 2, "Date": "2021-07-22" }, "geometry": { "type": "Point", "coordinates": [ -157.83623, 21.50959546 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50959546, "Longitude": -157.83623, "Species": "Wandering Tattler", "Count": 1, "Date": "2021-04-03" }, "geometry": { "type": "Point", "coordinates": [ -157.83623, 21.50959546 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50959546, "Longitude": -157.83623, "Species": "Wedge-tailed Shearwater", "Count": 1, "Date": "2021-07-22" }, "geometry": { "type": "Point", "coordinates": [ -157.83623, 21.50959546 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50959546, "Longitude": -157.83623, "Species": "Western Cattle Egret", "Count": 6, "Date": "2022-11-26" }, "geometry": { "type": "Point", "coordinates": [ -157.83623, 21.50959546 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50959546, "Longitude": -157.83623, "Species": "White Tern", "Count": 1, "Date": "2021-07-22" }, "geometry": { "type": "Point", "coordinates": [ -157.83623, 21.50959546 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50959546, "Longitude": -157.83623, "Species": "White-tailed Tropicbird", "Count": 1, "Date": "2021-07-22" }, "geometry": { "type": "Point", "coordinates": [ -157.83623, 21.50959546 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50959546, "Longitude": -157.83623, "Species": "Zebra Dove", "Count": 3, "Date": "2021-07-22" }, "geometry": { "type": "Point", "coordinates": [ -157.83623, 21.50959546 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55502756, "Longitude": -157.8744944, "Species": "Chestnut Munia", "Count": 11, "Date": "2023-12-07" }, "geometry": { "type": "Point", "coordinates": [ -157.8744944, 21.55502756 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55502756, "Longitude": -157.8744944, "Species": "Common Myna", "Count": 20, "Date": "2023-12-26" }, "geometry": { "type": "Point", "coordinates": [ -157.8744944, 21.55502756 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55502756, "Longitude": -157.8744944, "Species": "Common Waxbill", "Count": 11, "Date": "2023-12-26" }, "geometry": { "type": "Point", "coordinates": [ -157.8744944, 21.55502756 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55502756, "Longitude": -157.8744944, "Species": "Gray Francolin", "Count": 1, "Date": "2023-09-02" }, "geometry": { "type": "Point", "coordinates": [ -157.8744944, 21.55502756 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55502756, "Longitude": -157.8744944, "Species": "House Finch", "Count": 8, "Date": "2024-02-16" }, "geometry": { "type": "Point", "coordinates": [ -157.8744944, 21.55502756 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55502756, "Longitude": -157.8744944, "Species": "House Sparrow", "Count": 2, "Date": "2023-04-17" }, "geometry": { "type": "Point", "coordinates": [ -157.8744944, 21.55502756 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55502756, "Longitude": -157.8744944, "Species": "Java Sparrow", "Count": 1, "Date": "2023-04-17" }, "geometry": { "type": "Point", "coordinates": [ -157.8744944, 21.55502756 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55502756, "Longitude": -157.8744944, "Species": "Northern Cardinal", "Count": 2, "Date": "2022-03-08" }, "geometry": { "type": "Point", "coordinates": [ -157.8744944, 21.55502756 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55502756, "Longitude": -157.8744944, "Species": "Pacific Golden-Plover", "Count": 14, "Date": "2024-02-16" }, "geometry": { "type": "Point", "coordinates": [ -157.8744944, 21.55502756 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55502756, "Longitude": -157.8744944, "Species": "Red Junglefowl", "Count": 20, "Date": "2024-02-16" }, "geometry": { "type": "Point", "coordinates": [ -157.8744944, 21.55502756 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55502756, "Longitude": -157.8744944, "Species": "Red-billed Leiothrix", "Count": 8, "Date": "2023-12-26" }, "geometry": { "type": "Point", "coordinates": [ -157.8744944, 21.55502756 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55502756, "Longitude": -157.8744944, "Species": "Red-crested Cardinal", "Count": 12, "Date": "2023-12-26" }, "geometry": { "type": "Point", "coordinates": [ -157.8744944, 21.55502756 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55502756, "Longitude": -157.8744944, "Species": "Red-vented Bulbul", "Count": 10, "Date": "2023-12-26" }, "geometry": { "type": "Point", "coordinates": [ -157.8744944, 21.55502756 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55502756, "Longitude": -157.8744944, "Species": "Red-whiskered Bulbul", "Count": 9, "Date": "2024-01-14" }, "geometry": { "type": "Point", "coordinates": [ -157.8744944, 21.55502756 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55502756, "Longitude": -157.8744944, "Species": "Rock Pigeon", "Count": 1, "Date": "2022-03-08" }, "geometry": { "type": "Point", "coordinates": [ -157.8744944, 21.55502756 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55502756, "Longitude": -157.8744944, "Species": "Ruddy Turnstone", "Count": 2, "Date": "2023-03-29" }, "geometry": { "type": "Point", "coordinates": [ -157.8744944, 21.55502756 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55502756, "Longitude": -157.8744944, "Species": "Saffron Finch", "Count": 1, "Date": "2022-03-08" }, "geometry": { "type": "Point", "coordinates": [ -157.8744944, 21.55502756 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55502756, "Longitude": -157.8744944, "Species": "Scaly-breasted Munia", "Count": 1, "Date": "2023-09-02" }, "geometry": { "type": "Point", "coordinates": [ -157.8744944, 21.55502756 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55502756, "Longitude": -157.8744944, "Species": "Spotted Dove", "Count": 8, "Date": "2024-02-16" }, "geometry": { "type": "Point", "coordinates": [ -157.8744944, 21.55502756 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55502756, "Longitude": -157.8744944, "Species": "Wandering Tattler", "Count": 2, "Date": "2019-08-29" }, "geometry": { "type": "Point", "coordinates": [ -157.8744944, 21.55502756 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55502756, "Longitude": -157.8744944, "Species": "Warbling White-eye", "Count": 12, "Date": "2024-02-16" }, "geometry": { "type": "Point", "coordinates": [ -157.8744944, 21.55502756 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55502756, "Longitude": -157.8744944, "Species": "Western Cattle Egret", "Count": 9, "Date": "2023-12-26" }, "geometry": { "type": "Point", "coordinates": [ -157.8744944, 21.55502756 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55502756, "Longitude": -157.8744944, "Species": "White-rumped Shama", "Count": 10, "Date": "2024-01-14" }, "geometry": { "type": "Point", "coordinates": [ -157.8744944, 21.55502756 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55502756, "Longitude": -157.8744944, "Species": "Zebra Dove", "Count": 19, "Date": "2024-02-16" }, "geometry": { "type": "Point", "coordinates": [ -157.8744944, 21.55502756 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56577615, "Longitude": -158.164139, "Species": "Black Francolin", "Count": 6, "Date": "2023-06-02" }, "geometry": { "type": "Point", "coordinates": [ -158.164139, 21.56577615 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56577615, "Longitude": -158.164139, "Species": "Chestnut Munia", "Count": 3, "Date": "2020-02-26" }, "geometry": { "type": "Point", "coordinates": [ -158.164139, 21.56577615 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56577615, "Longitude": -158.164139, "Species": "Common Myna", "Count": 8, "Date": "2023-06-02" }, "geometry": { "type": "Point", "coordinates": [ -158.164139, 21.56577615 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56577615, "Longitude": -158.164139, "Species": "Common Waxbill", "Count": 10, "Date": "2023-06-02" }, "geometry": { "type": "Point", "coordinates": [ -158.164139, 21.56577615 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56577615, "Longitude": -158.164139, "Species": "Erckel's Spurfowl", "Count": 3, "Date": "2020-06-18" }, "geometry": { "type": "Point", "coordinates": [ -158.164139, 21.56577615 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56577615, "Longitude": -158.164139, "Species": "Gray Francolin", "Count": 5, "Date": "2023-01-26" }, "geometry": { "type": "Point", "coordinates": [ -158.164139, 21.56577615 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56577615, "Longitude": -158.164139, "Species": "House Finch", "Count": 9, "Date": "2023-06-02" }, "geometry": { "type": "Point", "coordinates": [ -158.164139, 21.56577615 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56577615, "Longitude": -158.164139, "Species": "Indian Peafowl", "Count": 5, "Date": "2023-06-02" }, "geometry": { "type": "Point", "coordinates": [ -158.164139, 21.56577615 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56577615, "Longitude": -158.164139, "Species": "Japanese Bush Warbler", "Count": 10, "Date": "2023-06-02" }, "geometry": { "type": "Point", "coordinates": [ -158.164139, 21.56577615 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56577615, "Longitude": -158.164139, "Species": "Northern Cardinal", "Count": 9, "Date": "2023-06-02" }, "geometry": { "type": "Point", "coordinates": [ -158.164139, 21.56577615 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56577615, "Longitude": -158.164139, "Species": "Pacific Golden-Plover", "Count": 3, "Date": "2021-02-10" }, "geometry": { "type": "Point", "coordinates": [ -158.164139, 21.56577615 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56577615, "Longitude": -158.164139, "Species": "Red Avadavat", "Count": 8, "Date": "2023-06-02" }, "geometry": { "type": "Point", "coordinates": [ -158.164139, 21.56577615 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56577615, "Longitude": -158.164139, "Species": "Red-billed Leiothrix", "Count": 7, "Date": "2023-06-02" }, "geometry": { "type": "Point", "coordinates": [ -158.164139, 21.56577615 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56577615, "Longitude": -158.164139, "Species": "Red-crested Cardinal", "Count": 9, "Date": "2023-06-02" }, "geometry": { "type": "Point", "coordinates": [ -158.164139, 21.56577615 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56577615, "Longitude": -158.164139, "Species": "Red-vented Bulbul", "Count": 10, "Date": "2023-06-02" }, "geometry": { "type": "Point", "coordinates": [ -158.164139, 21.56577615 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56577615, "Longitude": -158.164139, "Species": "Red-whiskered Bulbul", "Count": 9, "Date": "2023-06-02" }, "geometry": { "type": "Point", "coordinates": [ -158.164139, 21.56577615 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56577615, "Longitude": -158.164139, "Species": "Saffron Finch", "Count": 7, "Date": "2023-06-02" }, "geometry": { "type": "Point", "coordinates": [ -158.164139, 21.56577615 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56577615, "Longitude": -158.164139, "Species": "Scaly-breasted Munia", "Count": 3, "Date": "2021-02-25" }, "geometry": { "type": "Point", "coordinates": [ -158.164139, 21.56577615 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56577615, "Longitude": -158.164139, "Species": "Spotted Dove", "Count": 7, "Date": "2023-06-02" }, "geometry": { "type": "Point", "coordinates": [ -158.164139, 21.56577615 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56577615, "Longitude": -158.164139, "Species": "Warbling White-eye", "Count": 9, "Date": "2023-06-02" }, "geometry": { "type": "Point", "coordinates": [ -158.164139, 21.56577615 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56577615, "Longitude": -158.164139, "Species": "Western Cattle Egret", "Count": 2, "Date": "2021-07-02" }, "geometry": { "type": "Point", "coordinates": [ -158.164139, 21.56577615 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56577615, "Longitude": -158.164139, "Species": "White-rumped Shama", "Count": 10, "Date": "2023-06-02" }, "geometry": { "type": "Point", "coordinates": [ -158.164139, 21.56577615 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56577615, "Longitude": -158.164139, "Species": "Yellow-fronted Canary", "Count": 2, "Date": "2023-06-02" }, "geometry": { "type": "Point", "coordinates": [ -158.164139, 21.56577615 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56577615, "Longitude": -158.164139, "Species": "Zebra Dove", "Count": 8, "Date": "2023-06-02" }, "geometry": { "type": "Point", "coordinates": [ -158.164139, 21.56577615 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57521914, "Longitude": -158.2510101, "Species": "African Silverbill", "Count": 2, "Date": "2023-04-08" }, "geometry": { "type": "Point", "coordinates": [ -158.2510101, 21.57521914 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57521914, "Longitude": -158.2510101, "Species": "Brown Booby", "Count": 2, "Date": "2023-04-08" }, "geometry": { "type": "Point", "coordinates": [ -158.2510101, 21.57521914 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57521914, "Longitude": -158.2510101, "Species": "Common Myna", "Count": 5, "Date": "2023-07-05" }, "geometry": { "type": "Point", "coordinates": [ -158.2510101, 21.57521914 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57521914, "Longitude": -158.2510101, "Species": "Common Waxbill", "Count": 3, "Date": "2023-07-05" }, "geometry": { "type": "Point", "coordinates": [ -158.2510101, 21.57521914 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57521914, "Longitude": -158.2510101, "Species": "Erckel's Spurfowl", "Count": 4, "Date": "2023-04-08" }, "geometry": { "type": "Point", "coordinates": [ -158.2510101, 21.57521914 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57521914, "Longitude": -158.2510101, "Species": "Gray Francolin", "Count": 3, "Date": "2023-07-05" }, "geometry": { "type": "Point", "coordinates": [ -158.2510101, 21.57521914 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57521914, "Longitude": -158.2510101, "Species": "House Finch", "Count": 4, "Date": "2023-04-08" }, "geometry": { "type": "Point", "coordinates": [ -158.2510101, 21.57521914 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57521914, "Longitude": -158.2510101, "Species": "Laysan Albatross", "Count": 6, "Date": "2023-07-05" }, "geometry": { "type": "Point", "coordinates": [ -158.2510101, 21.57521914 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57521914, "Longitude": -158.2510101, "Species": "Masked Booby", "Count": 1, "Date": "2022-12-20" }, "geometry": { "type": "Point", "coordinates": [ -158.2510101, 21.57521914 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57521914, "Longitude": -158.2510101, "Species": "Northern Cardinal", "Count": 1, "Date": "2023-04-08" }, "geometry": { "type": "Point", "coordinates": [ -158.2510101, 21.57521914 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57521914, "Longitude": -158.2510101, "Species": "Pacific Golden-Plover", "Count": 4, "Date": "2023-04-08" }, "geometry": { "type": "Point", "coordinates": [ -158.2510101, 21.57521914 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57521914, "Longitude": -158.2510101, "Species": "Red-billed Leiothrix", "Count": 1, "Date": "2023-07-05" }, "geometry": { "type": "Point", "coordinates": [ -158.2510101, 21.57521914 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57521914, "Longitude": -158.2510101, "Species": "Red-crested Cardinal", "Count": 4, "Date": "2023-07-05" }, "geometry": { "type": "Point", "coordinates": [ -158.2510101, 21.57521914 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57521914, "Longitude": -158.2510101, "Species": "Red-vented Bulbul", "Count": 6, "Date": "2023-07-05" }, "geometry": { "type": "Point", "coordinates": [ -158.2510101, 21.57521914 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57521914, "Longitude": -158.2510101, "Species": "Red-whiskered Bulbul", "Count": 2, "Date": "2023-04-08" }, "geometry": { "type": "Point", "coordinates": [ -158.2510101, 21.57521914 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57521914, "Longitude": -158.2510101, "Species": "Rock Pigeon", "Count": 1, "Date": "2023-04-08" }, "geometry": { "type": "Point", "coordinates": [ -158.2510101, 21.57521914 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57521914, "Longitude": -158.2510101, "Species": "Snow Goose", "Count": 1, "Date": "2019-11-20" }, "geometry": { "type": "Point", "coordinates": [ -158.2510101, 21.57521914 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57521914, "Longitude": -158.2510101, "Species": "Spotted Dove", "Count": 4, "Date": "2023-04-08" }, "geometry": { "type": "Point", "coordinates": [ -158.2510101, 21.57521914 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57521914, "Longitude": -158.2510101, "Species": "Warbling White-eye", "Count": 4, "Date": "2023-07-05" }, "geometry": { "type": "Point", "coordinates": [ -158.2510101, 21.57521914 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57521914, "Longitude": -158.2510101, "Species": "Wedge-tailed Shearwater", "Count": 2, "Date": "2023-07-05" }, "geometry": { "type": "Point", "coordinates": [ -158.2510101, 21.57521914 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57521914, "Longitude": -158.2510101, "Species": "Western Cattle Egret", "Count": 1, "Date": "2023-04-08" }, "geometry": { "type": "Point", "coordinates": [ -158.2510101, 21.57521914 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57521914, "Longitude": -158.2510101, "Species": "Zebra Dove", "Count": 5, "Date": "2023-07-05" }, "geometry": { "type": "Point", "coordinates": [ -158.2510101, 21.57521914 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5840784, "Longitude": -158.2123263, "Species": "Brown Booby", "Count": 1, "Date": "2020-01-01" }, "geometry": { "type": "Point", "coordinates": [ -158.2123263, 21.5840784 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5840784, "Longitude": -158.2123263, "Species": "Chestnut Munia", "Count": 1, "Date": "2019-11-11" }, "geometry": { "type": "Point", "coordinates": [ -158.2123263, 21.5840784 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5840784, "Longitude": -158.2123263, "Species": "Common Myna", "Count": 3, "Date": "2020-10-26" }, "geometry": { "type": "Point", "coordinates": [ -158.2123263, 21.5840784 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5840784, "Longitude": -158.2123263, "Species": "Common Waxbill", "Count": 2, "Date": "2020-10-26" }, "geometry": { "type": "Point", "coordinates": [ -158.2123263, 21.5840784 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5840784, "Longitude": -158.2123263, "Species": "Gray Francolin", "Count": 2, "Date": "2020-10-26" }, "geometry": { "type": "Point", "coordinates": [ -158.2123263, 21.5840784 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5840784, "Longitude": -158.2123263, "Species": "Great Frigatebird", "Count": 1, "Date": "2020-10-26" }, "geometry": { "type": "Point", "coordinates": [ -158.2123263, 21.5840784 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5840784, "Longitude": -158.2123263, "Species": "House Finch", "Count": 1, "Date": "2020-10-26" }, "geometry": { "type": "Point", "coordinates": [ -158.2123263, 21.5840784 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5840784, "Longitude": -158.2123263, "Species": "Laysan Albatross", "Count": 3, "Date": "2020-01-23" }, "geometry": { "type": "Point", "coordinates": [ -158.2123263, 21.5840784 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5840784, "Longitude": -158.2123263, "Species": "Northern Cardinal", "Count": 3, "Date": "2020-10-26" }, "geometry": { "type": "Point", "coordinates": [ -158.2123263, 21.5840784 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5840784, "Longitude": -158.2123263, "Species": "Pacific Golden-Plover", "Count": 5, "Date": "2020-10-26" }, "geometry": { "type": "Point", "coordinates": [ -158.2123263, 21.5840784 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5840784, "Longitude": -158.2123263, "Species": "Red Junglefowl", "Count": 2, "Date": "2020-10-26" }, "geometry": { "type": "Point", "coordinates": [ -158.2123263, 21.5840784 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5840784, "Longitude": -158.2123263, "Species": "Red-crested Cardinal", "Count": 3, "Date": "2020-01-08" }, "geometry": { "type": "Point", "coordinates": [ -158.2123263, 21.5840784 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5840784, "Longitude": -158.2123263, "Species": "Red-vented Bulbul", "Count": 2, "Date": "2020-10-26" }, "geometry": { "type": "Point", "coordinates": [ -158.2123263, 21.5840784 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5840784, "Longitude": -158.2123263, "Species": "Saffron Finch", "Count": 5, "Date": "2020-10-26" }, "geometry": { "type": "Point", "coordinates": [ -158.2123263, 21.5840784 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5840784, "Longitude": -158.2123263, "Species": "Sanderling", "Count": 1, "Date": "2024-02-21" }, "geometry": { "type": "Point", "coordinates": [ -158.2123263, 21.5840784 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5840784, "Longitude": -158.2123263, "Species": "Scaly-breasted Munia", "Count": 1, "Date": "2019-11-11" }, "geometry": { "type": "Point", "coordinates": [ -158.2123263, 21.5840784 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5840784, "Longitude": -158.2123263, "Species": "Sharp-tailed Sandpiper", "Count": 1, "Date": "2020-10-26" }, "geometry": { "type": "Point", "coordinates": [ -158.2123263, 21.5840784 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5840784, "Longitude": -158.2123263, "Species": "Snow Goose", "Count": 7, "Date": "2020-01-08" }, "geometry": { "type": "Point", "coordinates": [ -158.2123263, 21.5840784 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5840784, "Longitude": -158.2123263, "Species": "Spotted Dove", "Count": 2, "Date": "2020-10-26" }, "geometry": { "type": "Point", "coordinates": [ -158.2123263, 21.5840784 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5840784, "Longitude": -158.2123263, "Species": "Warbling White-eye", "Count": 2, "Date": "2020-10-26" }, "geometry": { "type": "Point", "coordinates": [ -158.2123263, 21.5840784 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5840784, "Longitude": -158.2123263, "Species": "Western Cattle Egret", "Count": 2, "Date": "2020-10-26" }, "geometry": { "type": "Point", "coordinates": [ -158.2123263, 21.5840784 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5840784, "Longitude": -158.2123263, "Species": "Yellow-fronted Canary", "Count": 1, "Date": "2019-11-11" }, "geometry": { "type": "Point", "coordinates": [ -158.2123263, 21.5840784 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5840784, "Longitude": -158.2123263, "Species": "Zebra Dove", "Count": 3, "Date": "2020-10-26" }, "geometry": { "type": "Point", "coordinates": [ -158.2123263, 21.5840784 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6276138, "Longitude": -157.9222404, "Species": "Chestnut Munia", "Count": 2, "Date": "2022-10-12" }, "geometry": { "type": "Point", "coordinates": [ -157.9222404, 21.6276138 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6276138, "Longitude": -157.9222404, "Species": "Common Myna", "Count": 14, "Date": "2022-11-09" }, "geometry": { "type": "Point", "coordinates": [ -157.9222404, 21.6276138 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6276138, "Longitude": -157.9222404, "Species": "Common Waxbill", "Count": 11, "Date": "2022-10-12" }, "geometry": { "type": "Point", "coordinates": [ -157.9222404, 21.6276138 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6276138, "Longitude": -157.9222404, "Species": "House Finch", "Count": 2, "Date": "2022-01-10" }, "geometry": { "type": "Point", "coordinates": [ -157.9222404, 21.6276138 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6276138, "Longitude": -157.9222404, "Species": "House Sparrow", "Count": 5, "Date": "2022-03-07" }, "geometry": { "type": "Point", "coordinates": [ -157.9222404, 21.6276138 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6276138, "Longitude": -157.9222404, "Species": "Java Sparrow", "Count": 3, "Date": "2022-10-12" }, "geometry": { "type": "Point", "coordinates": [ -157.9222404, 21.6276138 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6276138, "Longitude": -157.9222404, "Species": "Northern Cardinal", "Count": 2, "Date": "2021-12-01" }, "geometry": { "type": "Point", "coordinates": [ -157.9222404, 21.6276138 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6276138, "Longitude": -157.9222404, "Species": "Pacific Golden-Plover", "Count": 12, "Date": "2023-11-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9222404, 21.6276138 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6276138, "Longitude": -157.9222404, "Species": "Red Avadavat", "Count": 1, "Date": "2023-10-06" }, "geometry": { "type": "Point", "coordinates": [ -157.9222404, 21.6276138 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6276138, "Longitude": -157.9222404, "Species": "Red Junglefowl", "Count": 13, "Date": "2023-03-31" }, "geometry": { "type": "Point", "coordinates": [ -157.9222404, 21.6276138 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6276138, "Longitude": -157.9222404, "Species": "Red-billed Leiothrix", "Count": 1, "Date": "2021-12-01" }, "geometry": { "type": "Point", "coordinates": [ -157.9222404, 21.6276138 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6276138, "Longitude": -157.9222404, "Species": "Red-crested Cardinal", "Count": 6, "Date": "2022-10-12" }, "geometry": { "type": "Point", "coordinates": [ -157.9222404, 21.6276138 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6276138, "Longitude": -157.9222404, "Species": "Red-vented Bulbul", "Count": 5, "Date": "2022-10-12" }, "geometry": { "type": "Point", "coordinates": [ -157.9222404, 21.6276138 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6276138, "Longitude": -157.9222404, "Species": "Red-whiskered Bulbul", "Count": 5, "Date": "2022-10-12" }, "geometry": { "type": "Point", "coordinates": [ -157.9222404, 21.6276138 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6276138, "Longitude": -157.9222404, "Species": "Rock Pigeon", "Count": 9, "Date": "2023-03-31" }, "geometry": { "type": "Point", "coordinates": [ -157.9222404, 21.6276138 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6276138, "Longitude": -157.9222404, "Species": "Ruddy Turnstone", "Count": 15, "Date": "2023-03-31" }, "geometry": { "type": "Point", "coordinates": [ -157.9222404, 21.6276138 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6276138, "Longitude": -157.9222404, "Species": "Saffron Finch", "Count": 3, "Date": "2022-05-02" }, "geometry": { "type": "Point", "coordinates": [ -157.9222404, 21.6276138 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6276138, "Longitude": -157.9222404, "Species": "Sanderling", "Count": 5, "Date": "2023-11-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9222404, 21.6276138 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6276138, "Longitude": -157.9222404, "Species": "Scaly-breasted Munia", "Count": 1, "Date": "2021-12-01" }, "geometry": { "type": "Point", "coordinates": [ -157.9222404, 21.6276138 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6276138, "Longitude": -157.9222404, "Species": "Spotted Dove", "Count": 11, "Date": "2023-03-31" }, "geometry": { "type": "Point", "coordinates": [ -157.9222404, 21.6276138 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6276138, "Longitude": -157.9222404, "Species": "Wandering Tattler", "Count": 4, "Date": "2023-11-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9222404, 21.6276138 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6276138, "Longitude": -157.9222404, "Species": "Warbling White-eye", "Count": 5, "Date": "2022-10-12" }, "geometry": { "type": "Point", "coordinates": [ -157.9222404, 21.6276138 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6276138, "Longitude": -157.9222404, "Species": "Western Cattle Egret", "Count": 5, "Date": "2022-10-12" }, "geometry": { "type": "Point", "coordinates": [ -157.9222404, 21.6276138 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6276138, "Longitude": -157.9222404, "Species": "Zebra Dove", "Count": 11, "Date": "2023-11-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9222404, 21.6276138 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.67354764, "Longitude": -158.0475413, "Species": "Brown Booby", "Count": 5, "Date": "2022-04-29" }, "geometry": { "type": "Point", "coordinates": [ -158.0475413, 21.67354764 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.67354764, "Longitude": -158.0475413, "Species": "Brown Noddy", "Count": 1, "Date": "2019-03-03" }, "geometry": { "type": "Point", "coordinates": [ -158.0475413, 21.67354764 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.67354764, "Longitude": -158.0475413, "Species": "Common Myna", "Count": 12, "Date": "2023-11-18" }, "geometry": { "type": "Point", "coordinates": [ -158.0475413, 21.67354764 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.67354764, "Longitude": -158.0475413, "Species": "Great Frigatebird", "Count": 1, "Date": "2019-07-24" }, "geometry": { "type": "Point", "coordinates": [ -158.0475413, 21.67354764 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.67354764, "Longitude": -158.0475413, "Species": "Java Sparrow", "Count": 1, "Date": "2021-05-07" }, "geometry": { "type": "Point", "coordinates": [ -158.0475413, 21.67354764 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.67354764, "Longitude": -158.0475413, "Species": "Laysan Albatross", "Count": 4, "Date": "2022-01-24" }, "geometry": { "type": "Point", "coordinates": [ -158.0475413, 21.67354764 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.67354764, "Longitude": -158.0475413, "Species": "Muscovy Duck", "Count": 1, "Date": "2021-05-06" }, "geometry": { "type": "Point", "coordinates": [ -158.0475413, 21.67354764 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.67354764, "Longitude": -158.0475413, "Species": "Northern Cardinal", "Count": 1, "Date": "2021-05-10" }, "geometry": { "type": "Point", "coordinates": [ -158.0475413, 21.67354764 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.67354764, "Longitude": -158.0475413, "Species": "Pacific Golden-Plover", "Count": 3, "Date": "2019-03-03" }, "geometry": { "type": "Point", "coordinates": [ -158.0475413, 21.67354764 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.67354764, "Longitude": -158.0475413, "Species": "Red Junglefowl", "Count": 2, "Date": "2022-10-16" }, "geometry": { "type": "Point", "coordinates": [ -158.0475413, 21.67354764 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.67354764, "Longitude": -158.0475413, "Species": "Red-crested Cardinal", "Count": 3, "Date": "2023-06-28" }, "geometry": { "type": "Point", "coordinates": [ -158.0475413, 21.67354764 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.67354764, "Longitude": -158.0475413, "Species": "Red-footed Booby", "Count": 4, "Date": "2022-04-29" }, "geometry": { "type": "Point", "coordinates": [ -158.0475413, 21.67354764 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.67354764, "Longitude": -158.0475413, "Species": "Red-vented Bulbul", "Count": 8, "Date": "2023-11-18" }, "geometry": { "type": "Point", "coordinates": [ -158.0475413, 21.67354764 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.67354764, "Longitude": -158.0475413, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2021-05-07" }, "geometry": { "type": "Point", "coordinates": [ -158.0475413, 21.67354764 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.67354764, "Longitude": -158.0475413, "Species": "Saffron Finch", "Count": 3, "Date": "2023-04-23" }, "geometry": { "type": "Point", "coordinates": [ -158.0475413, 21.67354764 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.67354764, "Longitude": -158.0475413, "Species": "Sanderling", "Count": 3, "Date": "2023-02-07" }, "geometry": { "type": "Point", "coordinates": [ -158.0475413, 21.67354764 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.67354764, "Longitude": -158.0475413, "Species": "Spotted Dove", "Count": 5, "Date": "2021-06-09" }, "geometry": { "type": "Point", "coordinates": [ -158.0475413, 21.67354764 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.67354764, "Longitude": -158.0475413, "Species": "Wandering Tattler", "Count": 2, "Date": "2023-02-07" }, "geometry": { "type": "Point", "coordinates": [ -158.0475413, 21.67354764 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.67354764, "Longitude": -158.0475413, "Species": "Warbling White-eye", "Count": 1, "Date": "2019-03-03" }, "geometry": { "type": "Point", "coordinates": [ -158.0475413, 21.67354764 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.67354764, "Longitude": -158.0475413, "Species": "Wedge-tailed Shearwater", "Count": 1, "Date": "2019-07-26" }, "geometry": { "type": "Point", "coordinates": [ -158.0475413, 21.67354764 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.67354764, "Longitude": -158.0475413, "Species": "Western Cattle Egret", "Count": 5, "Date": "2023-08-23" }, "geometry": { "type": "Point", "coordinates": [ -158.0475413, 21.67354764 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.67354764, "Longitude": -158.0475413, "Species": "White-rumped Shama", "Count": 1, "Date": "2023-11-18" }, "geometry": { "type": "Point", "coordinates": [ -158.0475413, 21.67354764 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.67354764, "Longitude": -158.0475413, "Species": "White-tailed Tropicbird", "Count": 2, "Date": "2022-09-16" }, "geometry": { "type": "Point", "coordinates": [ -158.0475413, 21.67354764 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.67354764, "Longitude": -158.0475413, "Species": "Zebra Dove", "Count": 9, "Date": "2023-02-07" }, "geometry": { "type": "Point", "coordinates": [ -158.0475413, 21.67354764 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31225276, "Longitude": -158.0595344, "Species": "African Silverbill", "Count": 3, "Date": "2019-03-26" }, "geometry": { "type": "Point", "coordinates": [ -158.0595344, 21.31225276 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31225276, "Longitude": -158.0595344, "Species": "Barn Owl", "Count": 1, "Date": "2020-07-16" }, "geometry": { "type": "Point", "coordinates": [ -158.0595344, 21.31225276 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31225276, "Longitude": -158.0595344, "Species": "Common Myna", "Count": 2, "Date": "2023-03-27" }, "geometry": { "type": "Point", "coordinates": [ -158.0595344, 21.31225276 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31225276, "Longitude": -158.0595344, "Species": "Common Waxbill", "Count": 1, "Date": "2023-03-27" }, "geometry": { "type": "Point", "coordinates": [ -158.0595344, 21.31225276 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31225276, "Longitude": -158.0595344, "Species": "Eurasian Skylark", "Count": 4, "Date": "2023-03-27" }, "geometry": { "type": "Point", "coordinates": [ -158.0595344, 21.31225276 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31225276, "Longitude": -158.0595344, "Species": "Gray Francolin", "Count": 1, "Date": "2021-12-21" }, "geometry": { "type": "Point", "coordinates": [ -158.0595344, 21.31225276 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31225276, "Longitude": -158.0595344, "Species": "House Finch", "Count": 1, "Date": "2021-12-21" }, "geometry": { "type": "Point", "coordinates": [ -158.0595344, 21.31225276 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31225276, "Longitude": -158.0595344, "Species": "House Sparrow", "Count": 3, "Date": "2023-03-27" }, "geometry": { "type": "Point", "coordinates": [ -158.0595344, 21.31225276 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31225276, "Longitude": -158.0595344, "Species": "Indian Peafowl", "Count": 1, "Date": "2021-12-21" }, "geometry": { "type": "Point", "coordinates": [ -158.0595344, 21.31225276 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31225276, "Longitude": -158.0595344, "Species": "Japanese Bush Warbler", "Count": 1, "Date": "2021-12-21" }, "geometry": { "type": "Point", "coordinates": [ -158.0595344, 21.31225276 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31225276, "Longitude": -158.0595344, "Species": "Java Sparrow", "Count": 2, "Date": "2023-03-27" }, "geometry": { "type": "Point", "coordinates": [ -158.0595344, 21.31225276 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31225276, "Longitude": -158.0595344, "Species": "Northern Cardinal", "Count": 2, "Date": "2023-03-27" }, "geometry": { "type": "Point", "coordinates": [ -158.0595344, 21.31225276 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31225276, "Longitude": -158.0595344, "Species": "Northern Mockingbird", "Count": 1, "Date": "2021-12-21" }, "geometry": { "type": "Point", "coordinates": [ -158.0595344, 21.31225276 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31225276, "Longitude": -158.0595344, "Species": "Pacific Golden-Plover", "Count": 7, "Date": "2023-03-27" }, "geometry": { "type": "Point", "coordinates": [ -158.0595344, 21.31225276 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31225276, "Longitude": -158.0595344, "Species": "Red Junglefowl", "Count": 1, "Date": "2021-12-21" }, "geometry": { "type": "Point", "coordinates": [ -158.0595344, 21.31225276 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31225276, "Longitude": -158.0595344, "Species": "Red-crested Cardinal", "Count": 5, "Date": "2023-03-27" }, "geometry": { "type": "Point", "coordinates": [ -158.0595344, 21.31225276 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31225276, "Longitude": -158.0595344, "Species": "Red-vented Bulbul", "Count": 2, "Date": "2023-03-27" }, "geometry": { "type": "Point", "coordinates": [ -158.0595344, 21.31225276 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31225276, "Longitude": -158.0595344, "Species": "Red-whiskered Bulbul", "Count": 2, "Date": "2021-10-11" }, "geometry": { "type": "Point", "coordinates": [ -158.0595344, 21.31225276 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31225276, "Longitude": -158.0595344, "Species": "Saffron Finch", "Count": 3, "Date": "2019-03-26" }, "geometry": { "type": "Point", "coordinates": [ -158.0595344, 21.31225276 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31225276, "Longitude": -158.0595344, "Species": "Sanderling", "Count": 1, "Date": "2023-03-27" }, "geometry": { "type": "Point", "coordinates": [ -158.0595344, 21.31225276 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31225276, "Longitude": -158.0595344, "Species": "Spotted Dove", "Count": 2, "Date": "2023-03-27" }, "geometry": { "type": "Point", "coordinates": [ -158.0595344, 21.31225276 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31225276, "Longitude": -158.0595344, "Species": "Warbling White-eye", "Count": 2, "Date": "2023-03-27" }, "geometry": { "type": "Point", "coordinates": [ -158.0595344, 21.31225276 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31225276, "Longitude": -158.0595344, "Species": "Western Cattle Egret", "Count": 1, "Date": "2023-03-27" }, "geometry": { "type": "Point", "coordinates": [ -158.0595344, 21.31225276 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31225276, "Longitude": -158.0595344, "Species": "White-rumped Shama", "Count": 2, "Date": "2023-03-27" }, "geometry": { "type": "Point", "coordinates": [ -158.0595344, 21.31225276 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31225276, "Longitude": -158.0595344, "Species": "Zebra Dove", "Count": 5, "Date": "2023-03-27" }, "geometry": { "type": "Point", "coordinates": [ -158.0595344, 21.31225276 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33872864, "Longitude": -157.9532949, "Species": "Black-crowned Night Heron", "Count": 1, "Date": "2021-02-13" }, "geometry": { "type": "Point", "coordinates": [ -157.9532949, 21.33872864 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33872864, "Longitude": -157.9532949, "Species": "Chestnut Munia", "Count": 5, "Date": "2023-07-09" }, "geometry": { "type": "Point", "coordinates": [ -157.9532949, 21.33872864 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33872864, "Longitude": -157.9532949, "Species": "Common Myna", "Count": 32, "Date": "2023-07-09" }, "geometry": { "type": "Point", "coordinates": [ -157.9532949, 21.33872864 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33872864, "Longitude": -157.9532949, "Species": "Common Waxbill", "Count": 5, "Date": "2023-07-09" }, "geometry": { "type": "Point", "coordinates": [ -157.9532949, 21.33872864 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33872864, "Longitude": -157.9532949, "Species": "Eurasian Skylark", "Count": 1, "Date": "2022-02-10" }, "geometry": { "type": "Point", "coordinates": [ -157.9532949, 21.33872864 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33872864, "Longitude": -157.9532949, "Species": "House Finch", "Count": 9, "Date": "2023-07-01" }, "geometry": { "type": "Point", "coordinates": [ -157.9532949, 21.33872864 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33872864, "Longitude": -157.9532949, "Species": "House Sparrow", "Count": 16, "Date": "2023-07-01" }, "geometry": { "type": "Point", "coordinates": [ -157.9532949, 21.33872864 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33872864, "Longitude": -157.9532949, "Species": "Java Sparrow", "Count": 8, "Date": "2023-07-01" }, "geometry": { "type": "Point", "coordinates": [ -157.9532949, 21.33872864 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33872864, "Longitude": -157.9532949, "Species": "Feral Mallard", "Count": 1, "Date": "2021-01-17" }, "geometry": { "type": "Point", "coordinates": [ -157.9532949, 21.33872864 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33872864, "Longitude": -157.9532949, "Species": "Northern Cardinal", "Count": 5, "Date": "2023-07-01" }, "geometry": { "type": "Point", "coordinates": [ -157.9532949, 21.33872864 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33872864, "Longitude": -157.9532949, "Species": "Pacific Golden-Plover", "Count": 20, "Date": "2022-10-08" }, "geometry": { "type": "Point", "coordinates": [ -157.9532949, 21.33872864 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33872864, "Longitude": -157.9532949, "Species": "Red-crested Cardinal", "Count": 15, "Date": "2023-07-09" }, "geometry": { "type": "Point", "coordinates": [ -157.9532949, 21.33872864 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33872864, "Longitude": -157.9532949, "Species": "Red-vented Bulbul", "Count": 14, "Date": "2023-07-09" }, "geometry": { "type": "Point", "coordinates": [ -157.9532949, 21.33872864 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33872864, "Longitude": -157.9532949, "Species": "Red-whiskered Bulbul", "Count": 5, "Date": "2022-06-11" }, "geometry": { "type": "Point", "coordinates": [ -157.9532949, 21.33872864 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33872864, "Longitude": -157.9532949, "Species": "Rock Pigeon", "Count": 11, "Date": "2023-07-09" }, "geometry": { "type": "Point", "coordinates": [ -157.9532949, 21.33872864 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33872864, "Longitude": -157.9532949, "Species": "Rose-ringed Parakeet", "Count": 5, "Date": "2023-07-01" }, "geometry": { "type": "Point", "coordinates": [ -157.9532949, 21.33872864 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33872864, "Longitude": -157.9532949, "Species": "Saffron Finch", "Count": 9, "Date": "2023-07-09" }, "geometry": { "type": "Point", "coordinates": [ -157.9532949, 21.33872864 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33872864, "Longitude": -157.9532949, "Species": "Short-eared Owl", "Count": 1, "Date": "2021-12-30" }, "geometry": { "type": "Point", "coordinates": [ -157.9532949, 21.33872864 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33872864, "Longitude": -157.9532949, "Species": "Spotted Dove", "Count": 16, "Date": "2023-07-09" }, "geometry": { "type": "Point", "coordinates": [ -157.9532949, 21.33872864 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33872864, "Longitude": -157.9532949, "Species": "Warbling White-eye", "Count": 4, "Date": "2023-07-01" }, "geometry": { "type": "Point", "coordinates": [ -157.9532949, 21.33872864 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33872864, "Longitude": -157.9532949, "Species": "Western Cattle Egret", "Count": 23, "Date": "2023-07-01" }, "geometry": { "type": "Point", "coordinates": [ -157.9532949, 21.33872864 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33872864, "Longitude": -157.9532949, "Species": "White Tern", "Count": 4, "Date": "2022-02-21" }, "geometry": { "type": "Point", "coordinates": [ -157.9532949, 21.33872864 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33872864, "Longitude": -157.9532949, "Species": "White-rumped Shama", "Count": 3, "Date": "2022-10-08" }, "geometry": { "type": "Point", "coordinates": [ -157.9532949, 21.33872864 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33872864, "Longitude": -157.9532949, "Species": "Yellow-fronted Canary", "Count": 5, "Date": "2022-02-21" }, "geometry": { "type": "Point", "coordinates": [ -157.9532949, 21.33872864 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33872864, "Longitude": -157.9532949, "Species": "Zebra Dove", "Count": 21, "Date": "2023-07-01" }, "geometry": { "type": "Point", "coordinates": [ -157.9532949, 21.33872864 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3384801, "Longitude": -157.9147256, "Species": "African Silverbill", "Count": 1, "Date": "2021-11-29" }, "geometry": { "type": "Point", "coordinates": [ -157.9147256, 21.3384801 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3384801, "Longitude": -157.9147256, "Species": "Chestnut Munia", "Count": 3, "Date": "2023-12-04" }, "geometry": { "type": "Point", "coordinates": [ -157.9147256, 21.3384801 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3384801, "Longitude": -157.9147256, "Species": "Common Myna", "Count": 33, "Date": "2024-01-12" }, "geometry": { "type": "Point", "coordinates": [ -157.9147256, 21.3384801 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3384801, "Longitude": -157.9147256, "Species": "Common Waxbill", "Count": 7, "Date": "2024-01-12" }, "geometry": { "type": "Point", "coordinates": [ -157.9147256, 21.3384801 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3384801, "Longitude": -157.9147256, "Species": "House Finch", "Count": 6, "Date": "2023-01-16" }, "geometry": { "type": "Point", "coordinates": [ -157.9147256, 21.3384801 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3384801, "Longitude": -157.9147256, "Species": "House Sparrow", "Count": 25, "Date": "2023-12-04" }, "geometry": { "type": "Point", "coordinates": [ -157.9147256, 21.3384801 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3384801, "Longitude": -157.9147256, "Species": "Java Sparrow", "Count": 8, "Date": "2023-10-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9147256, 21.3384801 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3384801, "Longitude": -157.9147256, "Species": "Feral Mallard", "Count": 2, "Date": "2023-06-25" }, "geometry": { "type": "Point", "coordinates": [ -157.9147256, 21.3384801 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3384801, "Longitude": -157.9147256, "Species": "Northern Cardinal", "Count": 3, "Date": "2020-06-25" }, "geometry": { "type": "Point", "coordinates": [ -157.9147256, 21.3384801 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3384801, "Longitude": -157.9147256, "Species": "Pacific Golden-Plover", "Count": 7, "Date": "2024-01-12" }, "geometry": { "type": "Point", "coordinates": [ -157.9147256, 21.3384801 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3384801, "Longitude": -157.9147256, "Species": "Red Junglefowl", "Count": 6, "Date": "2023-10-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9147256, 21.3384801 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3384801, "Longitude": -157.9147256, "Species": "Red-crested Cardinal", "Count": 8, "Date": "2023-12-14" }, "geometry": { "type": "Point", "coordinates": [ -157.9147256, 21.3384801 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3384801, "Longitude": -157.9147256, "Species": "Red-vented Bulbul", "Count": 14, "Date": "2024-01-12" }, "geometry": { "type": "Point", "coordinates": [ -157.9147256, 21.3384801 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3384801, "Longitude": -157.9147256, "Species": "Red-whiskered Bulbul", "Count": 4, "Date": "2022-03-09" }, "geometry": { "type": "Point", "coordinates": [ -157.9147256, 21.3384801 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3384801, "Longitude": -157.9147256, "Species": "Rock Pigeon", "Count": 5, "Date": "2023-10-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9147256, 21.3384801 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3384801, "Longitude": -157.9147256, "Species": "Rose-ringed Parakeet", "Count": 7, "Date": "2024-01-09" }, "geometry": { "type": "Point", "coordinates": [ -157.9147256, 21.3384801 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3384801, "Longitude": -157.9147256, "Species": "Saffron Finch", "Count": 3, "Date": "2021-12-20" }, "geometry": { "type": "Point", "coordinates": [ -157.9147256, 21.3384801 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3384801, "Longitude": -157.9147256, "Species": "Spotted Dove", "Count": 25, "Date": "2024-01-12" }, "geometry": { "type": "Point", "coordinates": [ -157.9147256, 21.3384801 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3384801, "Longitude": -157.9147256, "Species": "Warbling White-eye", "Count": 11, "Date": "2024-01-12" }, "geometry": { "type": "Point", "coordinates": [ -157.9147256, 21.3384801 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3384801, "Longitude": -157.9147256, "Species": "Western Cattle Egret", "Count": 13, "Date": "2023-10-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9147256, 21.3384801 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3384801, "Longitude": -157.9147256, "Species": "White-rumped Shama", "Count": 1, "Date": "2020-06-25" }, "geometry": { "type": "Point", "coordinates": [ -157.9147256, 21.3384801 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3384801, "Longitude": -157.9147256, "Species": "Yellow-fronted Canary", "Count": 2, "Date": "2020-06-25" }, "geometry": { "type": "Point", "coordinates": [ -157.9147256, 21.3384801 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3384801, "Longitude": -157.9147256, "Species": "Zebra Dove", "Count": 36, "Date": "2024-01-12" }, "geometry": { "type": "Point", "coordinates": [ -157.9147256, 21.3384801 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33796364, "Longitude": -157.8375903, "Species": "Chestnut Munia", "Count": 1, "Date": "2022-07-23" }, "geometry": { "type": "Point", "coordinates": [ -157.837590299999988, 21.33796364 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33796364, "Longitude": -157.8375903, "Species": "Common Myna", "Count": 7, "Date": "2023-10-16" }, "geometry": { "type": "Point", "coordinates": [ -157.837590299999988, 21.33796364 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33796364, "Longitude": -157.8375903, "Species": "Common Waxbill", "Count": 3, "Date": "2022-05-10" }, "geometry": { "type": "Point", "coordinates": [ -157.837590299999988, 21.33796364 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33796364, "Longitude": -157.8375903, "Species": "House Finch", "Count": 3, "Date": "2022-05-10" }, "geometry": { "type": "Point", "coordinates": [ -157.837590299999988, 21.33796364 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33796364, "Longitude": -157.8375903, "Species": "House Sparrow", "Count": 1, "Date": "2022-04-25" }, "geometry": { "type": "Point", "coordinates": [ -157.837590299999988, 21.33796364 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33796364, "Longitude": -157.8375903, "Species": "Java Sparrow", "Count": 2, "Date": "2022-05-10" }, "geometry": { "type": "Point", "coordinates": [ -157.837590299999988, 21.33796364 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33796364, "Longitude": -157.8375903, "Species": "Feral Mallard", "Count": 3, "Date": "2022-05-10" }, "geometry": { "type": "Point", "coordinates": [ -157.837590299999988, 21.33796364 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33796364, "Longitude": -157.8375903, "Species": "Northern Cardinal", "Count": 6, "Date": "2023-12-21" }, "geometry": { "type": "Point", "coordinates": [ -157.837590299999988, 21.33796364 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33796364, "Longitude": -157.8375903, "Species": "Pacific Golden-Plover", "Count": 1, "Date": "2023-10-16" }, "geometry": { "type": "Point", "coordinates": [ -157.837590299999988, 21.33796364 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33796364, "Longitude": -157.8375903, "Species": "Red Junglefowl", "Count": 1, "Date": "2023-10-16" }, "geometry": { "type": "Point", "coordinates": [ -157.837590299999988, 21.33796364 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33796364, "Longitude": -157.8375903, "Species": "Red-billed Leiothrix", "Count": 1, "Date": "2022-05-10" }, "geometry": { "type": "Point", "coordinates": [ -157.837590299999988, 21.33796364 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33796364, "Longitude": -157.8375903, "Species": "Red-crested Cardinal", "Count": 8, "Date": "2023-12-21" }, "geometry": { "type": "Point", "coordinates": [ -157.837590299999988, 21.33796364 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33796364, "Longitude": -157.8375903, "Species": "Red-vented Bulbul", "Count": 6, "Date": "2023-10-16" }, "geometry": { "type": "Point", "coordinates": [ -157.837590299999988, 21.33796364 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33796364, "Longitude": -157.8375903, "Species": "Red-whiskered Bulbul", "Count": 4, "Date": "2022-05-10" }, "geometry": { "type": "Point", "coordinates": [ -157.837590299999988, 21.33796364 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33796364, "Longitude": -157.8375903, "Species": "Rose-ringed Parakeet", "Count": 8, "Date": "2023-12-21" }, "geometry": { "type": "Point", "coordinates": [ -157.837590299999988, 21.33796364 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33796364, "Longitude": -157.8375903, "Species": "Saffron Finch", "Count": 1, "Date": "2022-05-10" }, "geometry": { "type": "Point", "coordinates": [ -157.837590299999988, 21.33796364 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33796364, "Longitude": -157.8375903, "Species": "Scaly-breasted Munia", "Count": 1, "Date": "2019-02-11" }, "geometry": { "type": "Point", "coordinates": [ -157.837590299999988, 21.33796364 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33796364, "Longitude": -157.8375903, "Species": "Spotted Dove", "Count": 8, "Date": "2023-12-21" }, "geometry": { "type": "Point", "coordinates": [ -157.837590299999988, 21.33796364 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33796364, "Longitude": -157.8375903, "Species": "Warbling White-eye", "Count": 5, "Date": "2022-05-10" }, "geometry": { "type": "Point", "coordinates": [ -157.837590299999988, 21.33796364 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33796364, "Longitude": -157.8375903, "Species": "Western Cattle Egret", "Count": 1, "Date": "2022-07-23" }, "geometry": { "type": "Point", "coordinates": [ -157.837590299999988, 21.33796364 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33796364, "Longitude": -157.8375903, "Species": "White Tern", "Count": 1, "Date": "2022-05-10" }, "geometry": { "type": "Point", "coordinates": [ -157.837590299999988, 21.33796364 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33796364, "Longitude": -157.8375903, "Species": "White-rumped Shama", "Count": 5, "Date": "2023-10-16" }, "geometry": { "type": "Point", "coordinates": [ -157.837590299999988, 21.33796364 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33796364, "Longitude": -157.8375903, "Species": "Yellow-fronted Canary", "Count": 2, "Date": "2022-05-10" }, "geometry": { "type": "Point", "coordinates": [ -157.837590299999988, 21.33796364 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33796364, "Longitude": -157.8375903, "Species": "Zebra Dove", "Count": 9, "Date": "2023-12-21" }, "geometry": { "type": "Point", "coordinates": [ -157.837590299999988, 21.33796364 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3369744, "Longitude": -157.70261, "Species": "Brown Noddy", "Count": 1, "Date": "2021-07-29" }, "geometry": { "type": "Point", "coordinates": [ -157.70261, 21.3369744 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3369744, "Longitude": -157.70261, "Species": "Chestnut Munia", "Count": 1, "Date": "2023-08-04" }, "geometry": { "type": "Point", "coordinates": [ -157.70261, 21.3369744 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3369744, "Longitude": -157.70261, "Species": "Common Myna", "Count": 7, "Date": "2023-08-04" }, "geometry": { "type": "Point", "coordinates": [ -157.70261, 21.3369744 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3369744, "Longitude": -157.70261, "Species": "Common Waxbill", "Count": 3, "Date": "2023-08-04" }, "geometry": { "type": "Point", "coordinates": [ -157.70261, 21.3369744 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3369744, "Longitude": -157.70261, "Species": "Great Frigatebird", "Count": 2, "Date": "2023-06-04" }, "geometry": { "type": "Point", "coordinates": [ -157.70261, 21.3369744 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3369744, "Longitude": -157.70261, "Species": "House Finch", "Count": 3, "Date": "2023-08-04" }, "geometry": { "type": "Point", "coordinates": [ -157.70261, 21.3369744 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3369744, "Longitude": -157.70261, "Species": "House Sparrow", "Count": 1, "Date": "2023-01-15" }, "geometry": { "type": "Point", "coordinates": [ -157.70261, 21.3369744 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3369744, "Longitude": -157.70261, "Species": "Java Sparrow", "Count": 5, "Date": "2023-08-04" }, "geometry": { "type": "Point", "coordinates": [ -157.70261, 21.3369744 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3369744, "Longitude": -157.70261, "Species": "Northern Mockingbird", "Count": 2, "Date": "2021-10-26" }, "geometry": { "type": "Point", "coordinates": [ -157.70261, 21.3369744 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3369744, "Longitude": -157.70261, "Species": "Pacific Golden-Plover", "Count": 4, "Date": "2023-03-18" }, "geometry": { "type": "Point", "coordinates": [ -157.70261, 21.3369744 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3369744, "Longitude": -157.70261, "Species": "Red-crested Cardinal", "Count": 4, "Date": "2023-08-04" }, "geometry": { "type": "Point", "coordinates": [ -157.70261, 21.3369744 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3369744, "Longitude": -157.70261, "Species": "Red-footed Booby", "Count": 1, "Date": "2022-03-19" }, "geometry": { "type": "Point", "coordinates": [ -157.70261, 21.3369744 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3369744, "Longitude": -157.70261, "Species": "Red-tailed Tropicbird", "Count": 1, "Date": "2023-01-15" }, "geometry": { "type": "Point", "coordinates": [ -157.70261, 21.3369744 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3369744, "Longitude": -157.70261, "Species": "Red-vented Bulbul", "Count": 3, "Date": "2023-08-04" }, "geometry": { "type": "Point", "coordinates": [ -157.70261, 21.3369744 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3369744, "Longitude": -157.70261, "Species": "Red-whiskered Bulbul", "Count": 4, "Date": "2023-08-04" }, "geometry": { "type": "Point", "coordinates": [ -157.70261, 21.3369744 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3369744, "Longitude": -157.70261, "Species": "Rock Pigeon", "Count": 3, "Date": "2023-08-04" }, "geometry": { "type": "Point", "coordinates": [ -157.70261, 21.3369744 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3369744, "Longitude": -157.70261, "Species": "Sooty Tern", "Count": 1, "Date": "2023-01-15" }, "geometry": { "type": "Point", "coordinates": [ -157.70261, 21.3369744 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3369744, "Longitude": -157.70261, "Species": "Spotted Dove", "Count": 6, "Date": "2023-08-04" }, "geometry": { "type": "Point", "coordinates": [ -157.70261, 21.3369744 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3369744, "Longitude": -157.70261, "Species": "Warbling White-eye", "Count": 1, "Date": "2023-01-15" }, "geometry": { "type": "Point", "coordinates": [ -157.70261, 21.3369744 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3369744, "Longitude": -157.70261, "Species": "Western Cattle Egret", "Count": 4, "Date": "2023-08-04" }, "geometry": { "type": "Point", "coordinates": [ -157.70261, 21.3369744 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3369744, "Longitude": -157.70261, "Species": "White Tern", "Count": 1, "Date": "2023-01-15" }, "geometry": { "type": "Point", "coordinates": [ -157.70261, 21.3369744 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3369744, "Longitude": -157.70261, "Species": "White-rumped Shama", "Count": 2, "Date": "2023-06-06" }, "geometry": { "type": "Point", "coordinates": [ -157.70261, 21.3369744 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3369744, "Longitude": -157.70261, "Species": "Yellow-fronted Canary", "Count": 1, "Date": "2023-06-04" }, "geometry": { "type": "Point", "coordinates": [ -157.70261, 21.3369744 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3369744, "Longitude": -157.70261, "Species": "Zebra Dove", "Count": 8, "Date": "2023-08-04" }, "geometry": { "type": "Point", "coordinates": [ -157.70261, 21.3369744 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3481102, "Longitude": -158.0110878, "Species": "African Silverbill", "Count": 9, "Date": "2021-11-08" }, "geometry": { "type": "Point", "coordinates": [ -158.011087800000013, 21.3481102 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3481102, "Longitude": -158.0110878, "Species": "Black-crowned Night Heron", "Count": 1, "Date": "2020-01-27" }, "geometry": { "type": "Point", "coordinates": [ -158.011087800000013, 21.3481102 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3481102, "Longitude": -158.0110878, "Species": "Chestnut Munia", "Count": 19, "Date": "2022-02-07" }, "geometry": { "type": "Point", "coordinates": [ -158.011087800000013, 21.3481102 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3481102, "Longitude": -158.0110878, "Species": "Common Myna", "Count": 21, "Date": "2023-05-13" }, "geometry": { "type": "Point", "coordinates": [ -158.011087800000013, 21.3481102 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3481102, "Longitude": -158.0110878, "Species": "Common Waxbill", "Count": 28, "Date": "2023-05-13" }, "geometry": { "type": "Point", "coordinates": [ -158.011087800000013, 21.3481102 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3481102, "Longitude": -158.0110878, "Species": "Eurasian Skylark", "Count": 27, "Date": "2023-05-13" }, "geometry": { "type": "Point", "coordinates": [ -158.011087800000013, 21.3481102 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3481102, "Longitude": -158.0110878, "Species": "Gray Francolin", "Count": 40, "Date": "2022-02-25" }, "geometry": { "type": "Point", "coordinates": [ -158.011087800000013, 21.3481102 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3481102, "Longitude": -158.0110878, "Species": "House Finch", "Count": 34, "Date": "2022-02-07" }, "geometry": { "type": "Point", "coordinates": [ -158.011087800000013, 21.3481102 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3481102, "Longitude": -158.0110878, "Species": "Java Sparrow", "Count": 1, "Date": "2022-02-25" }, "geometry": { "type": "Point", "coordinates": [ -158.011087800000013, 21.3481102 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3481102, "Longitude": -158.0110878, "Species": "Northern Cardinal", "Count": 26, "Date": "2022-02-25" }, "geometry": { "type": "Point", "coordinates": [ -158.011087800000013, 21.3481102 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3481102, "Longitude": -158.0110878, "Species": "Pacific Golden-Plover", "Count": 25, "Date": "2022-02-25" }, "geometry": { "type": "Point", "coordinates": [ -158.011087800000013, 21.3481102 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3481102, "Longitude": -158.0110878, "Species": "Red Avadavat", "Count": 8, "Date": "2022-02-25" }, "geometry": { "type": "Point", "coordinates": [ -158.011087800000013, 21.3481102 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3481102, "Longitude": -158.0110878, "Species": "Red-crested Cardinal", "Count": 28, "Date": "2022-02-25" }, "geometry": { "type": "Point", "coordinates": [ -158.011087800000013, 21.3481102 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3481102, "Longitude": -158.0110878, "Species": "Red-vented Bulbul", "Count": 54, "Date": "2023-05-13" }, "geometry": { "type": "Point", "coordinates": [ -158.011087800000013, 21.3481102 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3481102, "Longitude": -158.0110878, "Species": "Red-whiskered Bulbul", "Count": 3, "Date": "2022-02-25" }, "geometry": { "type": "Point", "coordinates": [ -158.011087800000013, 21.3481102 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3481102, "Longitude": -158.0110878, "Species": "Rose-ringed Parakeet", "Count": 1, "Date": "2019-04-06" }, "geometry": { "type": "Point", "coordinates": [ -158.011087800000013, 21.3481102 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3481102, "Longitude": -158.0110878, "Species": "Ruddy Turnstone", "Count": 1, "Date": "2021-04-04" }, "geometry": { "type": "Point", "coordinates": [ -158.011087800000013, 21.3481102 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3481102, "Longitude": -158.0110878, "Species": "Saffron Finch", "Count": 4, "Date": "2023-05-13" }, "geometry": { "type": "Point", "coordinates": [ -158.011087800000013, 21.3481102 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3481102, "Longitude": -158.0110878, "Species": "Scaly-breasted Munia", "Count": 1, "Date": "2021-05-22" }, "geometry": { "type": "Point", "coordinates": [ -158.011087800000013, 21.3481102 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3481102, "Longitude": -158.0110878, "Species": "Spotted Dove", "Count": 37, "Date": "2022-02-25" }, "geometry": { "type": "Point", "coordinates": [ -158.011087800000013, 21.3481102 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3481102, "Longitude": -158.0110878, "Species": "Warbling White-eye", "Count": 27, "Date": "2021-11-08" }, "geometry": { "type": "Point", "coordinates": [ -158.011087800000013, 21.3481102 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3481102, "Longitude": -158.0110878, "Species": "Western Cattle Egret", "Count": 16, "Date": "2023-05-13" }, "geometry": { "type": "Point", "coordinates": [ -158.011087800000013, 21.3481102 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3481102, "Longitude": -158.0110878, "Species": "White-rumped Shama", "Count": 2, "Date": "2021-08-23" }, "geometry": { "type": "Point", "coordinates": [ -158.011087800000013, 21.3481102 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3481102, "Longitude": -158.0110878, "Species": "Yellow-fronted Canary", "Count": 2, "Date": "2022-02-14" }, "geometry": { "type": "Point", "coordinates": [ -158.011087800000013, 21.3481102 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3481102, "Longitude": -158.0110878, "Species": "Zebra Dove", "Count": 60, "Date": "2023-05-13" }, "geometry": { "type": "Point", "coordinates": [ -158.011087800000013, 21.3481102 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3565473, "Longitude": -157.9145926, "Species": "African Silverbill", "Count": 1, "Date": "2021-07-01" }, "geometry": { "type": "Point", "coordinates": [ -157.9145926, 21.3565473 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3565473, "Longitude": -157.9145926, "Species": "Black-crowned Night Heron", "Count": 1, "Date": "2019-01-29" }, "geometry": { "type": "Point", "coordinates": [ -157.9145926, 21.3565473 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3565473, "Longitude": -157.9145926, "Species": "Chestnut Munia", "Count": 5, "Date": "2021-06-14" }, "geometry": { "type": "Point", "coordinates": [ -157.9145926, 21.3565473 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3565473, "Longitude": -157.9145926, "Species": "Common Myna", "Count": 9, "Date": "2022-05-28" }, "geometry": { "type": "Point", "coordinates": [ -157.9145926, 21.3565473 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3565473, "Longitude": -157.9145926, "Species": "Common Waxbill", "Count": 8, "Date": "2021-07-01" }, "geometry": { "type": "Point", "coordinates": [ -157.9145926, 21.3565473 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3565473, "Longitude": -157.9145926, "Species": "Hawaiian Coot", "Count": 3, "Date": "2021-07-01" }, "geometry": { "type": "Point", "coordinates": [ -157.9145926, 21.3565473 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3565473, "Longitude": -157.9145926, "Species": "House Finch", "Count": 2, "Date": "2020-06-25" }, "geometry": { "type": "Point", "coordinates": [ -157.9145926, 21.3565473 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3565473, "Longitude": -157.9145926, "Species": "House Sparrow", "Count": 2, "Date": "2021-04-16" }, "geometry": { "type": "Point", "coordinates": [ -157.9145926, 21.3565473 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3565473, "Longitude": -157.9145926, "Species": "Java Sparrow", "Count": 3, "Date": "2021-04-16" }, "geometry": { "type": "Point", "coordinates": [ -157.9145926, 21.3565473 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3565473, "Longitude": -157.9145926, "Species": "Feral Mallard", "Count": 2, "Date": "2021-04-21" }, "geometry": { "type": "Point", "coordinates": [ -157.9145926, 21.3565473 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3565473, "Longitude": -157.9145926, "Species": "Northern Cardinal", "Count": 7, "Date": "2022-04-14" }, "geometry": { "type": "Point", "coordinates": [ -157.9145926, 21.3565473 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3565473, "Longitude": -157.9145926, "Species": "Pacific Golden-Plover", "Count": 5, "Date": "2021-04-16" }, "geometry": { "type": "Point", "coordinates": [ -157.9145926, 21.3565473 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3565473, "Longitude": -157.9145926, "Species": "Red-crested Cardinal", "Count": 8, "Date": "2022-05-28" }, "geometry": { "type": "Point", "coordinates": [ -157.9145926, 21.3565473 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3565473, "Longitude": -157.9145926, "Species": "Red-crowned Parrot", "Count": 1, "Date": "2021-04-16" }, "geometry": { "type": "Point", "coordinates": [ -157.9145926, 21.3565473 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3565473, "Longitude": -157.9145926, "Species": "Red-vented Bulbul", "Count": 3, "Date": "2021-04-16" }, "geometry": { "type": "Point", "coordinates": [ -157.9145926, 21.3565473 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3565473, "Longitude": -157.9145926, "Species": "Rock Pigeon", "Count": 2, "Date": "2021-04-16" }, "geometry": { "type": "Point", "coordinates": [ -157.9145926, 21.3565473 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3565473, "Longitude": -157.9145926, "Species": "Rose-ringed Parakeet", "Count": 1, "Date": "2021-07-02" }, "geometry": { "type": "Point", "coordinates": [ -157.9145926, 21.3565473 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3565473, "Longitude": -157.9145926, "Species": "Saffron Finch", "Count": 9, "Date": "2022-05-28" }, "geometry": { "type": "Point", "coordinates": [ -157.9145926, 21.3565473 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3565473, "Longitude": -157.9145926, "Species": "Spotted Dove", "Count": 6, "Date": "2021-04-16" }, "geometry": { "type": "Point", "coordinates": [ -157.9145926, 21.3565473 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3565473, "Longitude": -157.9145926, "Species": "Warbling White-eye", "Count": 4, "Date": "2021-06-14" }, "geometry": { "type": "Point", "coordinates": [ -157.9145926, 21.3565473 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3565473, "Longitude": -157.9145926, "Species": "Western Cattle Egret", "Count": 5, "Date": "2021-06-14" }, "geometry": { "type": "Point", "coordinates": [ -157.9145926, 21.3565473 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3565473, "Longitude": -157.9145926, "Species": "White-rumped Shama", "Count": 2, "Date": "2021-07-01" }, "geometry": { "type": "Point", "coordinates": [ -157.9145926, 21.3565473 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3565473, "Longitude": -157.9145926, "Species": "Yellow-fronted Canary", "Count": 2, "Date": "2019-02-02" }, "geometry": { "type": "Point", "coordinates": [ -157.9145926, 21.3565473 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3565473, "Longitude": -157.9145926, "Species": "Zebra Dove", "Count": 9, "Date": "2022-05-28" }, "geometry": { "type": "Point", "coordinates": [ -157.9145926, 21.3565473 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36667252, "Longitude": -158.0977659, "Species": "Black Francolin", "Count": 1, "Date": "2019-04-16" }, "geometry": { "type": "Point", "coordinates": [ -158.097765900000013, 21.36667252 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36667252, "Longitude": -158.0977659, "Species": "Common Myna", "Count": 1, "Date": "2019-04-16" }, "geometry": { "type": "Point", "coordinates": [ -158.097765900000013, 21.36667252 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36667252, "Longitude": -158.0977659, "Species": "Common Waxbill", "Count": 1, "Date": "2019-04-16" }, "geometry": { "type": "Point", "coordinates": [ -158.097765900000013, 21.36667252 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36667252, "Longitude": -158.0977659, "Species": "Eurasian Skylark", "Count": 2, "Date": "2019-12-27" }, "geometry": { "type": "Point", "coordinates": [ -158.097765900000013, 21.36667252 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36667252, "Longitude": -158.0977659, "Species": "Gray Francolin", "Count": 2, "Date": "2019-12-27" }, "geometry": { "type": "Point", "coordinates": [ -158.097765900000013, 21.36667252 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36667252, "Longitude": -158.0977659, "Species": "House Finch", "Count": 1, "Date": "2019-04-16" }, "geometry": { "type": "Point", "coordinates": [ -158.097765900000013, 21.36667252 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36667252, "Longitude": -158.0977659, "Species": "Java Sparrow", "Count": 2, "Date": "2019-12-27" }, "geometry": { "type": "Point", "coordinates": [ -158.097765900000013, 21.36667252 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36667252, "Longitude": -158.0977659, "Species": "Kalij Pheasant", "Count": 1, "Date": "2019-12-27" }, "geometry": { "type": "Point", "coordinates": [ -158.097765900000013, 21.36667252 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36667252, "Longitude": -158.0977659, "Species": "Northern Cardinal", "Count": 2, "Date": "2020-05-15" }, "geometry": { "type": "Point", "coordinates": [ -158.097765900000013, 21.36667252 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36667252, "Longitude": -158.0977659, "Species": "Northern Mockingbird", "Count": 3, "Date": "2019-12-27" }, "geometry": { "type": "Point", "coordinates": [ -158.097765900000013, 21.36667252 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36667252, "Longitude": -158.0977659, "Species": "Oahu Amakihi", "Count": 1, "Date": "2019-04-16" }, "geometry": { "type": "Point", "coordinates": [ -158.097765900000013, 21.36667252 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36667252, "Longitude": -158.0977659, "Species": "Pacific Golden-Plover", "Count": 1, "Date": "2019-12-27" }, "geometry": { "type": "Point", "coordinates": [ -158.097765900000013, 21.36667252 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36667252, "Longitude": -158.0977659, "Species": "Red Avadavat", "Count": 2, "Date": "2019-12-27" }, "geometry": { "type": "Point", "coordinates": [ -158.097765900000013, 21.36667252 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36667252, "Longitude": -158.0977659, "Species": "Red Junglefowl", "Count": 1, "Date": "2019-04-16" }, "geometry": { "type": "Point", "coordinates": [ -158.097765900000013, 21.36667252 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36667252, "Longitude": -158.0977659, "Species": "Red-billed Leiothrix", "Count": 2, "Date": "2019-12-27" }, "geometry": { "type": "Point", "coordinates": [ -158.097765900000013, 21.36667252 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36667252, "Longitude": -158.0977659, "Species": "Red-crested Cardinal", "Count": 2, "Date": "2019-12-27" }, "geometry": { "type": "Point", "coordinates": [ -158.097765900000013, 21.36667252 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36667252, "Longitude": -158.0977659, "Species": "Red-vented Bulbul", "Count": 1, "Date": "2019-04-16" }, "geometry": { "type": "Point", "coordinates": [ -158.097765900000013, 21.36667252 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36667252, "Longitude": -158.0977659, "Species": "Saffron Finch", "Count": 1, "Date": "2020-05-15" }, "geometry": { "type": "Point", "coordinates": [ -158.097765900000013, 21.36667252 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36667252, "Longitude": -158.0977659, "Species": "Scaly-breasted Munia", "Count": 2, "Date": "2019-12-27" }, "geometry": { "type": "Point", "coordinates": [ -158.097765900000013, 21.36667252 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36667252, "Longitude": -158.0977659, "Species": "Spotted Dove", "Count": 2, "Date": "2019-12-27" }, "geometry": { "type": "Point", "coordinates": [ -158.097765900000013, 21.36667252 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36667252, "Longitude": -158.0977659, "Species": "Warbling White-eye", "Count": 2, "Date": "2019-12-27" }, "geometry": { "type": "Point", "coordinates": [ -158.097765900000013, 21.36667252 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36667252, "Longitude": -158.0977659, "Species": "Western Cattle Egret", "Count": 1, "Date": "2019-12-27" }, "geometry": { "type": "Point", "coordinates": [ -158.097765900000013, 21.36667252 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36667252, "Longitude": -158.0977659, "Species": "White-rumped Shama", "Count": 2, "Date": "2019-12-27" }, "geometry": { "type": "Point", "coordinates": [ -158.097765900000013, 21.36667252 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36667252, "Longitude": -158.0977659, "Species": "Yellow-faced Grassquit", "Count": 1, "Date": "2019-04-16" }, "geometry": { "type": "Point", "coordinates": [ -158.097765900000013, 21.36667252 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36667252, "Longitude": -158.0977659, "Species": "Zebra Dove", "Count": 4, "Date": "2019-12-27" }, "geometry": { "type": "Point", "coordinates": [ -158.097765900000013, 21.36667252 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37575859, "Longitude": -158.1073557, "Species": "Apapane", "Count": 1, "Date": "2023-01-02" }, "geometry": { "type": "Point", "coordinates": [ -158.1073557, 21.37575859 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37575859, "Longitude": -158.1073557, "Species": "Black Francolin", "Count": 1, "Date": "2023-12-31" }, "geometry": { "type": "Point", "coordinates": [ -158.1073557, 21.37575859 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37575859, "Longitude": -158.1073557, "Species": "Common Myna", "Count": 7, "Date": "2023-12-31" }, "geometry": { "type": "Point", "coordinates": [ -158.1073557, 21.37575859 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37575859, "Longitude": -158.1073557, "Species": "Common Waxbill", "Count": 2, "Date": "2023-12-31" }, "geometry": { "type": "Point", "coordinates": [ -158.1073557, 21.37575859 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37575859, "Longitude": -158.1073557, "Species": "Erckel's Spurfowl", "Count": 2, "Date": "2023-01-02" }, "geometry": { "type": "Point", "coordinates": [ -158.1073557, 21.37575859 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37575859, "Longitude": -158.1073557, "Species": "Gray Francolin", "Count": 3, "Date": "2023-12-31" }, "geometry": { "type": "Point", "coordinates": [ -158.1073557, 21.37575859 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37575859, "Longitude": -158.1073557, "Species": "House Finch", "Count": 5, "Date": "2023-12-31" }, "geometry": { "type": "Point", "coordinates": [ -158.1073557, 21.37575859 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37575859, "Longitude": -158.1073557, "Species": "Java Sparrow", "Count": 2, "Date": "2023-12-31" }, "geometry": { "type": "Point", "coordinates": [ -158.1073557, 21.37575859 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37575859, "Longitude": -158.1073557, "Species": "Kalij Pheasant", "Count": 1, "Date": "2023-01-02" }, "geometry": { "type": "Point", "coordinates": [ -158.1073557, 21.37575859 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37575859, "Longitude": -158.1073557, "Species": "Mourning Dove", "Count": 1, "Date": "2023-01-02" }, "geometry": { "type": "Point", "coordinates": [ -158.1073557, 21.37575859 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37575859, "Longitude": -158.1073557, "Species": "Northern Cardinal", "Count": 7, "Date": "2023-12-31" }, "geometry": { "type": "Point", "coordinates": [ -158.1073557, 21.37575859 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37575859, "Longitude": -158.1073557, "Species": "Northern Mockingbird", "Count": 1, "Date": "2023-01-02" }, "geometry": { "type": "Point", "coordinates": [ -158.1073557, 21.37575859 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37575859, "Longitude": -158.1073557, "Species": "Oahu Amakihi", "Count": 2, "Date": "2023-01-02" }, "geometry": { "type": "Point", "coordinates": [ -158.1073557, 21.37575859 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37575859, "Longitude": -158.1073557, "Species": "Pacific Golden-Plover", "Count": 2, "Date": "2023-12-31" }, "geometry": { "type": "Point", "coordinates": [ -158.1073557, 21.37575859 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37575859, "Longitude": -158.1073557, "Species": "Red Junglefowl", "Count": 3, "Date": "2023-06-04" }, "geometry": { "type": "Point", "coordinates": [ -158.1073557, 21.37575859 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37575859, "Longitude": -158.1073557, "Species": "Red-billed Leiothrix", "Count": 3, "Date": "2023-06-02" }, "geometry": { "type": "Point", "coordinates": [ -158.1073557, 21.37575859 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37575859, "Longitude": -158.1073557, "Species": "Red-crested Cardinal", "Count": 6, "Date": "2023-12-31" }, "geometry": { "type": "Point", "coordinates": [ -158.1073557, 21.37575859 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37575859, "Longitude": -158.1073557, "Species": "Red-vented Bulbul", "Count": 6, "Date": "2023-06-04" }, "geometry": { "type": "Point", "coordinates": [ -158.1073557, 21.37575859 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37575859, "Longitude": -158.1073557, "Species": "Red-whiskered Bulbul", "Count": 3, "Date": "2023-06-03" }, "geometry": { "type": "Point", "coordinates": [ -158.1073557, 21.37575859 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37575859, "Longitude": -158.1073557, "Species": "Rock Pigeon", "Count": 1, "Date": "2021-08-02" }, "geometry": { "type": "Point", "coordinates": [ -158.1073557, 21.37575859 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37575859, "Longitude": -158.1073557, "Species": "Saffron Finch", "Count": 3, "Date": "2023-12-31" }, "geometry": { "type": "Point", "coordinates": [ -158.1073557, 21.37575859 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37575859, "Longitude": -158.1073557, "Species": "Spotted Dove", "Count": 6, "Date": "2023-12-31" }, "geometry": { "type": "Point", "coordinates": [ -158.1073557, 21.37575859 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37575859, "Longitude": -158.1073557, "Species": "Warbling White-eye", "Count": 4, "Date": "2023-12-31" }, "geometry": { "type": "Point", "coordinates": [ -158.1073557, 21.37575859 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37575859, "Longitude": -158.1073557, "Species": "White-rumped Shama", "Count": 2, "Date": "2023-06-01" }, "geometry": { "type": "Point", "coordinates": [ -158.1073557, 21.37575859 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37575859, "Longitude": -158.1073557, "Species": "Zebra Dove", "Count": 5, "Date": "2023-12-31" }, "geometry": { "type": "Point", "coordinates": [ -158.1073557, 21.37575859 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37473915, "Longitude": -157.9337485, "Species": "Black-crowned Night Heron", "Count": 1, "Date": "2023-03-21" }, "geometry": { "type": "Point", "coordinates": [ -157.9337485, 21.37473915 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37473915, "Longitude": -157.9337485, "Species": "Black-necked Stilt", "Count": 1, "Date": "2019-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.9337485, 21.37473915 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37473915, "Longitude": -157.9337485, "Species": "Chestnut Munia", "Count": 1, "Date": "2019-02-08" }, "geometry": { "type": "Point", "coordinates": [ -157.9337485, 21.37473915 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37473915, "Longitude": -157.9337485, "Species": "Common Myna", "Count": 18, "Date": "2024-01-30" }, "geometry": { "type": "Point", "coordinates": [ -157.9337485, 21.37473915 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37473915, "Longitude": -157.9337485, "Species": "Common Waxbill", "Count": 1, "Date": "2019-02-08" }, "geometry": { "type": "Point", "coordinates": [ -157.9337485, 21.37473915 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37473915, "Longitude": -157.9337485, "Species": "House Finch", "Count": 6, "Date": "2023-03-21" }, "geometry": { "type": "Point", "coordinates": [ -157.9337485, 21.37473915 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37473915, "Longitude": -157.9337485, "Species": "House Sparrow", "Count": 10, "Date": "2023-11-05" }, "geometry": { "type": "Point", "coordinates": [ -157.9337485, 21.37473915 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37473915, "Longitude": -157.9337485, "Species": "Java Sparrow", "Count": 4, "Date": "2021-11-27" }, "geometry": { "type": "Point", "coordinates": [ -157.9337485, 21.37473915 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37473915, "Longitude": -157.9337485, "Species": "Northern Cardinal", "Count": 4, "Date": "2024-01-30" }, "geometry": { "type": "Point", "coordinates": [ -157.9337485, 21.37473915 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37473915, "Longitude": -157.9337485, "Species": "Northern Mockingbird", "Count": 1, "Date": "2022-03-12" }, "geometry": { "type": "Point", "coordinates": [ -157.9337485, 21.37473915 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37473915, "Longitude": -157.9337485, "Species": "Pacific Golden-Plover", "Count": 7, "Date": "2024-01-30" }, "geometry": { "type": "Point", "coordinates": [ -157.9337485, 21.37473915 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37473915, "Longitude": -157.9337485, "Species": "Red Junglefowl", "Count": 2, "Date": "2022-03-12" }, "geometry": { "type": "Point", "coordinates": [ -157.9337485, 21.37473915 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37473915, "Longitude": -157.9337485, "Species": "Red-crested Cardinal", "Count": 9, "Date": "2023-11-05" }, "geometry": { "type": "Point", "coordinates": [ -157.9337485, 21.37473915 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37473915, "Longitude": -157.9337485, "Species": "Red-vented Bulbul", "Count": 11, "Date": "2024-01-30" }, "geometry": { "type": "Point", "coordinates": [ -157.9337485, 21.37473915 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37473915, "Longitude": -157.9337485, "Species": "Red-whiskered Bulbul", "Count": 3, "Date": "2019-03-22" }, "geometry": { "type": "Point", "coordinates": [ -157.9337485, 21.37473915 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37473915, "Longitude": -157.9337485, "Species": "Rock Pigeon", "Count": 3, "Date": "2023-11-05" }, "geometry": { "type": "Point", "coordinates": [ -157.9337485, 21.37473915 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37473915, "Longitude": -157.9337485, "Species": "Rose-ringed Parakeet", "Count": 2, "Date": "2024-01-30" }, "geometry": { "type": "Point", "coordinates": [ -157.9337485, 21.37473915 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37473915, "Longitude": -157.9337485, "Species": "Ruddy Turnstone", "Count": 1, "Date": "2021-11-27" }, "geometry": { "type": "Point", "coordinates": [ -157.9337485, 21.37473915 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37473915, "Longitude": -157.9337485, "Species": "Saffron Finch", "Count": 3, "Date": "2021-12-20" }, "geometry": { "type": "Point", "coordinates": [ -157.9337485, 21.37473915 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37473915, "Longitude": -157.9337485, "Species": "Spotted Dove", "Count": 15, "Date": "2024-01-30" }, "geometry": { "type": "Point", "coordinates": [ -157.9337485, 21.37473915 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37473915, "Longitude": -157.9337485, "Species": "Warbling White-eye", "Count": 7, "Date": "2024-01-30" }, "geometry": { "type": "Point", "coordinates": [ -157.9337485, 21.37473915 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37473915, "Longitude": -157.9337485, "Species": "Western Cattle Egret", "Count": 9, "Date": "2024-01-30" }, "geometry": { "type": "Point", "coordinates": [ -157.9337485, 21.37473915 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37473915, "Longitude": -157.9337485, "Species": "White Tern", "Count": 1, "Date": "2024-01-30" }, "geometry": { "type": "Point", "coordinates": [ -157.9337485, 21.37473915 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37473915, "Longitude": -157.9337485, "Species": "White-rumped Shama", "Count": 4, "Date": "2021-11-27" }, "geometry": { "type": "Point", "coordinates": [ -157.9337485, 21.37473915 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37473915, "Longitude": -157.9337485, "Species": "Zebra Dove", "Count": 18, "Date": "2024-01-30" }, "geometry": { "type": "Point", "coordinates": [ -157.9337485, 21.37473915 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37332764, "Longitude": -157.7312217, "Species": "Black-necked Stilt", "Count": 1, "Date": "2023-12-05" }, "geometry": { "type": "Point", "coordinates": [ -157.7312217, 21.37332764 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37332764, "Longitude": -157.7312217, "Species": "Chestnut Munia", "Count": 9, "Date": "2023-06-09" }, "geometry": { "type": "Point", "coordinates": [ -157.7312217, 21.37332764 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37332764, "Longitude": -157.7312217, "Species": "Common Gallinule", "Count": 1, "Date": "2021-12-22" }, "geometry": { "type": "Point", "coordinates": [ -157.7312217, 21.37332764 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37332764, "Longitude": -157.7312217, "Species": "Common Myna", "Count": 24, "Date": "2023-12-30" }, "geometry": { "type": "Point", "coordinates": [ -157.7312217, 21.37332764 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37332764, "Longitude": -157.7312217, "Species": "Common Waxbill", "Count": 17, "Date": "2023-12-30" }, "geometry": { "type": "Point", "coordinates": [ -157.7312217, 21.37332764 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37332764, "Longitude": -157.7312217, "Species": "Gray Francolin", "Count": 1, "Date": "2022-08-26" }, "geometry": { "type": "Point", "coordinates": [ -157.7312217, 21.37332764 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37332764, "Longitude": -157.7312217, "Species": "Hawaiian Coot", "Count": 1, "Date": "2021-12-22" }, "geometry": { "type": "Point", "coordinates": [ -157.7312217, 21.37332764 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37332764, "Longitude": -157.7312217, "Species": "House Finch", "Count": 10, "Date": "2023-05-28" }, "geometry": { "type": "Point", "coordinates": [ -157.7312217, 21.37332764 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37332764, "Longitude": -157.7312217, "Species": "House Sparrow", "Count": 2, "Date": "2022-08-07" }, "geometry": { "type": "Point", "coordinates": [ -157.7312217, 21.37332764 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37332764, "Longitude": -157.7312217, "Species": "Java Sparrow", "Count": 11, "Date": "2023-12-30" }, "geometry": { "type": "Point", "coordinates": [ -157.7312217, 21.37332764 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37332764, "Longitude": -157.7312217, "Species": "Feral Mallard", "Count": 2, "Date": "2023-05-28" }, "geometry": { "type": "Point", "coordinates": [ -157.7312217, 21.37332764 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37332764, "Longitude": -157.7312217, "Species": "Northern Cardinal", "Count": 11, "Date": "2023-05-28" }, "geometry": { "type": "Point", "coordinates": [ -157.7312217, 21.37332764 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37332764, "Longitude": -157.7312217, "Species": "Pacific Golden-Plover", "Count": 15, "Date": "2023-12-30" }, "geometry": { "type": "Point", "coordinates": [ -157.7312217, 21.37332764 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37332764, "Longitude": -157.7312217, "Species": "Red-billed Leiothrix", "Count": 2, "Date": "2023-09-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7312217, 21.37332764 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37332764, "Longitude": -157.7312217, "Species": "Red-crested Cardinal", "Count": 19, "Date": "2023-12-30" }, "geometry": { "type": "Point", "coordinates": [ -157.7312217, 21.37332764 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37332764, "Longitude": -157.7312217, "Species": "Red-vented Bulbul", "Count": 19, "Date": "2023-12-30" }, "geometry": { "type": "Point", "coordinates": [ -157.7312217, 21.37332764 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37332764, "Longitude": -157.7312217, "Species": "Red-whiskered Bulbul", "Count": 16, "Date": "2023-05-28" }, "geometry": { "type": "Point", "coordinates": [ -157.7312217, 21.37332764 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37332764, "Longitude": -157.7312217, "Species": "Rock Pigeon", "Count": 12, "Date": "2022-06-04" }, "geometry": { "type": "Point", "coordinates": [ -157.7312217, 21.37332764 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37332764, "Longitude": -157.7312217, "Species": "Rose-ringed Parakeet", "Count": 7, "Date": "2022-03-23" }, "geometry": { "type": "Point", "coordinates": [ -157.7312217, 21.37332764 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37332764, "Longitude": -157.7312217, "Species": "Scaly-breasted Munia", "Count": 4, "Date": "2022-03-23" }, "geometry": { "type": "Point", "coordinates": [ -157.7312217, 21.37332764 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37332764, "Longitude": -157.7312217, "Species": "Spotted Dove", "Count": 21, "Date": "2023-12-30" }, "geometry": { "type": "Point", "coordinates": [ -157.7312217, 21.37332764 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37332764, "Longitude": -157.7312217, "Species": "Warbling White-eye", "Count": 18, "Date": "2023-12-30" }, "geometry": { "type": "Point", "coordinates": [ -157.7312217, 21.37332764 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37332764, "Longitude": -157.7312217, "Species": "Western Cattle Egret", "Count": 14, "Date": "2023-12-30" }, "geometry": { "type": "Point", "coordinates": [ -157.7312217, 21.37332764 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37332764, "Longitude": -157.7312217, "Species": "White-rumped Shama", "Count": 7, "Date": "2023-05-28" }, "geometry": { "type": "Point", "coordinates": [ -157.7312217, 21.37332764 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37332764, "Longitude": -157.7312217, "Species": "Zebra Dove", "Count": 22, "Date": "2023-12-30" }, "geometry": { "type": "Point", "coordinates": [ -157.7312217, 21.37332764 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40158915, "Longitude": -157.8949669, "Species": "Apapane", "Count": 4, "Date": "2023-05-31" }, "geometry": { "type": "Point", "coordinates": [ -157.894966899999986, 21.40158915 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40158915, "Longitude": -157.8949669, "Species": "Chestnut Munia", "Count": 1, "Date": "2021-10-10" }, "geometry": { "type": "Point", "coordinates": [ -157.894966899999986, 21.40158915 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40158915, "Longitude": -157.8949669, "Species": "Common Myna", "Count": 5, "Date": "2023-05-31" }, "geometry": { "type": "Point", "coordinates": [ -157.894966899999986, 21.40158915 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40158915, "Longitude": -157.8949669, "Species": "Common Waxbill", "Count": 12, "Date": "2023-12-04" }, "geometry": { "type": "Point", "coordinates": [ -157.894966899999986, 21.40158915 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40158915, "Longitude": -157.8949669, "Species": "House Finch", "Count": 18, "Date": "2023-12-17" }, "geometry": { "type": "Point", "coordinates": [ -157.894966899999986, 21.40158915 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40158915, "Longitude": -157.8949669, "Species": "House Sparrow", "Count": 1, "Date": "2023-05-31" }, "geometry": { "type": "Point", "coordinates": [ -157.894966899999986, 21.40158915 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40158915, "Longitude": -157.8949669, "Species": "Japanese Bush Warbler", "Count": 2, "Date": "2023-01-10" }, "geometry": { "type": "Point", "coordinates": [ -157.894966899999986, 21.40158915 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40158915, "Longitude": -157.8949669, "Species": "Java Sparrow", "Count": 2, "Date": "2023-01-21" }, "geometry": { "type": "Point", "coordinates": [ -157.894966899999986, 21.40158915 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40158915, "Longitude": -157.8949669, "Species": "Northern Cardinal", "Count": 8, "Date": "2023-12-04" }, "geometry": { "type": "Point", "coordinates": [ -157.894966899999986, 21.40158915 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40158915, "Longitude": -157.8949669, "Species": "Oahu Amakihi", "Count": 23, "Date": "2023-12-04" }, "geometry": { "type": "Point", "coordinates": [ -157.894966899999986, 21.40158915 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40158915, "Longitude": -157.8949669, "Species": "Oahu Elepaio", "Count": 8, "Date": "2023-12-17" }, "geometry": { "type": "Point", "coordinates": [ -157.894966899999986, 21.40158915 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40158915, "Longitude": -157.8949669, "Species": "Pacific Golden-Plover", "Count": 3, "Date": "2023-01-10" }, "geometry": { "type": "Point", "coordinates": [ -157.894966899999986, 21.40158915 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40158915, "Longitude": -157.8949669, "Species": "Red Junglefowl", "Count": 6, "Date": "2023-01-10" }, "geometry": { "type": "Point", "coordinates": [ -157.894966899999986, 21.40158915 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40158915, "Longitude": -157.8949669, "Species": "Red-billed Leiothrix", "Count": 23, "Date": "2023-12-04" }, "geometry": { "type": "Point", "coordinates": [ -157.894966899999986, 21.40158915 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40158915, "Longitude": -157.8949669, "Species": "Red-crested Cardinal", "Count": 10, "Date": "2023-12-17" }, "geometry": { "type": "Point", "coordinates": [ -157.894966899999986, 21.40158915 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40158915, "Longitude": -157.8949669, "Species": "Red-crowned Parrot", "Count": 4, "Date": "2023-12-04" }, "geometry": { "type": "Point", "coordinates": [ -157.894966899999986, 21.40158915 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40158915, "Longitude": -157.8949669, "Species": "Red-vented Bulbul", "Count": 13, "Date": "2023-12-04" }, "geometry": { "type": "Point", "coordinates": [ -157.894966899999986, 21.40158915 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40158915, "Longitude": -157.8949669, "Species": "Red-whiskered Bulbul", "Count": 17, "Date": "2023-12-04" }, "geometry": { "type": "Point", "coordinates": [ -157.894966899999986, 21.40158915 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40158915, "Longitude": -157.8949669, "Species": "Scaly-breasted Munia", "Count": 3, "Date": "2023-11-11" }, "geometry": { "type": "Point", "coordinates": [ -157.894966899999986, 21.40158915 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40158915, "Longitude": -157.8949669, "Species": "Spotted Dove", "Count": 9, "Date": "2023-12-04" }, "geometry": { "type": "Point", "coordinates": [ -157.894966899999986, 21.40158915 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40158915, "Longitude": -157.8949669, "Species": "Warbling White-eye", "Count": 33, "Date": "2023-12-17" }, "geometry": { "type": "Point", "coordinates": [ -157.894966899999986, 21.40158915 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40158915, "Longitude": -157.8949669, "Species": "White-rumped Shama", "Count": 16, "Date": "2023-12-04" }, "geometry": { "type": "Point", "coordinates": [ -157.894966899999986, 21.40158915 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40158915, "Longitude": -157.8949669, "Species": "Yellow-fronted Canary", "Count": 5, "Date": "2023-01-10" }, "geometry": { "type": "Point", "coordinates": [ -157.894966899999986, 21.40158915 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40158915, "Longitude": -157.8949669, "Species": "Zebra Dove", "Count": 9, "Date": "2023-12-04" }, "geometry": { "type": "Point", "coordinates": [ -157.894966899999986, 21.40158915 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40064336, "Longitude": -157.7599244, "Species": "Black-crowned Night Heron", "Count": 2, "Date": "2023-10-26" }, "geometry": { "type": "Point", "coordinates": [ -157.759924399999989, 21.40064336 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40064336, "Longitude": -157.7599244, "Species": "Black-necked Stilt", "Count": 2, "Date": "2023-08-02" }, "geometry": { "type": "Point", "coordinates": [ -157.759924399999989, 21.40064336 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40064336, "Longitude": -157.7599244, "Species": "Chestnut Munia", "Count": 3, "Date": "2023-10-26" }, "geometry": { "type": "Point", "coordinates": [ -157.759924399999989, 21.40064336 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40064336, "Longitude": -157.7599244, "Species": "Common Gallinule", "Count": 5, "Date": "2023-10-26" }, "geometry": { "type": "Point", "coordinates": [ -157.759924399999989, 21.40064336 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40064336, "Longitude": -157.7599244, "Species": "Common Myna", "Count": 5, "Date": "2023-10-26" }, "geometry": { "type": "Point", "coordinates": [ -157.759924399999989, 21.40064336 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40064336, "Longitude": -157.7599244, "Species": "Common Waxbill", "Count": 3, "Date": "2023-10-26" }, "geometry": { "type": "Point", "coordinates": [ -157.759924399999989, 21.40064336 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40064336, "Longitude": -157.7599244, "Species": "Hawaiian Coot", "Count": 4, "Date": "2023-08-10" }, "geometry": { "type": "Point", "coordinates": [ -157.759924399999989, 21.40064336 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40064336, "Longitude": -157.7599244, "Species": "House Finch", "Count": 1, "Date": "2020-11-24" }, "geometry": { "type": "Point", "coordinates": [ -157.759924399999989, 21.40064336 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40064336, "Longitude": -157.7599244, "Species": "House Sparrow", "Count": 1, "Date": "2020-11-24" }, "geometry": { "type": "Point", "coordinates": [ -157.759924399999989, 21.40064336 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40064336, "Longitude": -157.7599244, "Species": "Java Sparrow", "Count": 1, "Date": "2020-11-24" }, "geometry": { "type": "Point", "coordinates": [ -157.759924399999989, 21.40064336 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40064336, "Longitude": -157.7599244, "Species": "Feral Mallard", "Count": 2, "Date": "2022-03-23" }, "geometry": { "type": "Point", "coordinates": [ -157.759924399999989, 21.40064336 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40064336, "Longitude": -157.7599244, "Species": "Muscovy Duck", "Count": 1, "Date": "2023-10-26" }, "geometry": { "type": "Point", "coordinates": [ -157.759924399999989, 21.40064336 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40064336, "Longitude": -157.7599244, "Species": "Northern Cardinal", "Count": 1, "Date": "2023-10-26" }, "geometry": { "type": "Point", "coordinates": [ -157.759924399999989, 21.40064336 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40064336, "Longitude": -157.7599244, "Species": "Pacific Golden-Plover", "Count": 2, "Date": "2023-10-26" }, "geometry": { "type": "Point", "coordinates": [ -157.759924399999989, 21.40064336 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40064336, "Longitude": -157.7599244, "Species": "Red-crested Cardinal", "Count": 4, "Date": "2023-10-26" }, "geometry": { "type": "Point", "coordinates": [ -157.759924399999989, 21.40064336 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40064336, "Longitude": -157.7599244, "Species": "Red-vented Bulbul", "Count": 4, "Date": "2023-10-26" }, "geometry": { "type": "Point", "coordinates": [ -157.759924399999989, 21.40064336 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40064336, "Longitude": -157.7599244, "Species": "Red-whiskered Bulbul", "Count": 2, "Date": "2023-10-26" }, "geometry": { "type": "Point", "coordinates": [ -157.759924399999989, 21.40064336 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40064336, "Longitude": -157.7599244, "Species": "Rock Pigeon", "Count": 1, "Date": "2023-10-26" }, "geometry": { "type": "Point", "coordinates": [ -157.759924399999989, 21.40064336 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40064336, "Longitude": -157.7599244, "Species": "Scaly-breasted Munia", "Count": 2, "Date": "2023-10-26" }, "geometry": { "type": "Point", "coordinates": [ -157.759924399999989, 21.40064336 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40064336, "Longitude": -157.7599244, "Species": "Spotted Dove", "Count": 3, "Date": "2023-08-10" }, "geometry": { "type": "Point", "coordinates": [ -157.759924399999989, 21.40064336 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40064336, "Longitude": -157.7599244, "Species": "Warbling White-eye", "Count": 1, "Date": "2022-12-28" }, "geometry": { "type": "Point", "coordinates": [ -157.759924399999989, 21.40064336 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40064336, "Longitude": -157.7599244, "Species": "Western Cattle Egret", "Count": 5, "Date": "2023-10-26" }, "geometry": { "type": "Point", "coordinates": [ -157.759924399999989, 21.40064336 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40064336, "Longitude": -157.7599244, "Species": "White-rumped Shama", "Count": 1, "Date": "2023-08-02" }, "geometry": { "type": "Point", "coordinates": [ -157.759924399999989, 21.40064336 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40064336, "Longitude": -157.7599244, "Species": "Zebra Dove", "Count": 4, "Date": "2023-10-26" }, "geometry": { "type": "Point", "coordinates": [ -157.759924399999989, 21.40064336 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42906175, "Longitude": -157.9526512, "Species": "African Silverbill", "Count": 1, "Date": "2022-02-17" }, "geometry": { "type": "Point", "coordinates": [ -157.9526512, 21.42906175 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42906175, "Longitude": -157.9526512, "Species": "Black-necked Stilt", "Count": 1, "Date": "2022-01-16" }, "geometry": { "type": "Point", "coordinates": [ -157.9526512, 21.42906175 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42906175, "Longitude": -157.9526512, "Species": "Chestnut Munia", "Count": 2, "Date": "2022-06-01" }, "geometry": { "type": "Point", "coordinates": [ -157.9526512, 21.42906175 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42906175, "Longitude": -157.9526512, "Species": "Common Myna", "Count": 15, "Date": "2024-02-11" }, "geometry": { "type": "Point", "coordinates": [ -157.9526512, 21.42906175 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42906175, "Longitude": -157.9526512, "Species": "Common Waxbill", "Count": 6, "Date": "2022-06-01" }, "geometry": { "type": "Point", "coordinates": [ -157.9526512, 21.42906175 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42906175, "Longitude": -157.9526512, "Species": "House Finch", "Count": 4, "Date": "2022-06-01" }, "geometry": { "type": "Point", "coordinates": [ -157.9526512, 21.42906175 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42906175, "Longitude": -157.9526512, "Species": "House Sparrow", "Count": 7, "Date": "2022-06-01" }, "geometry": { "type": "Point", "coordinates": [ -157.9526512, 21.42906175 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42906175, "Longitude": -157.9526512, "Species": "Java Sparrow", "Count": 7, "Date": "2022-06-01" }, "geometry": { "type": "Point", "coordinates": [ -157.9526512, 21.42906175 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42906175, "Longitude": -157.9526512, "Species": "Long-billed Dowitcher", "Count": 1, "Date": "2022-01-11" }, "geometry": { "type": "Point", "coordinates": [ -157.9526512, 21.42906175 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42906175, "Longitude": -157.9526512, "Species": "Northern Cardinal", "Count": 2, "Date": "2024-02-11" }, "geometry": { "type": "Point", "coordinates": [ -157.9526512, 21.42906175 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42906175, "Longitude": -157.9526512, "Species": "Pacific Golden-Plover", "Count": 8, "Date": "2022-01-16" }, "geometry": { "type": "Point", "coordinates": [ -157.9526512, 21.42906175 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42906175, "Longitude": -157.9526512, "Species": "Red Junglefowl", "Count": 1, "Date": "2022-06-01" }, "geometry": { "type": "Point", "coordinates": [ -157.9526512, 21.42906175 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42906175, "Longitude": -157.9526512, "Species": "Red-billed Leiothrix", "Count": 3, "Date": "2022-06-01" }, "geometry": { "type": "Point", "coordinates": [ -157.9526512, 21.42906175 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42906175, "Longitude": -157.9526512, "Species": "Red-crested Cardinal", "Count": 11, "Date": "2022-06-01" }, "geometry": { "type": "Point", "coordinates": [ -157.9526512, 21.42906175 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42906175, "Longitude": -157.9526512, "Species": "Red-crowned Parrot", "Count": 6, "Date": "2024-02-11" }, "geometry": { "type": "Point", "coordinates": [ -157.9526512, 21.42906175 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42906175, "Longitude": -157.9526512, "Species": "Red-vented Bulbul", "Count": 14, "Date": "2024-02-11" }, "geometry": { "type": "Point", "coordinates": [ -157.9526512, 21.42906175 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42906175, "Longitude": -157.9526512, "Species": "Red-whiskered Bulbul", "Count": 8, "Date": "2024-02-11" }, "geometry": { "type": "Point", "coordinates": [ -157.9526512, 21.42906175 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42906175, "Longitude": -157.9526512, "Species": "Rose-ringed Parakeet", "Count": 8, "Date": "2024-02-11" }, "geometry": { "type": "Point", "coordinates": [ -157.9526512, 21.42906175 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42906175, "Longitude": -157.9526512, "Species": "Saffron Finch", "Count": 5, "Date": "2022-06-01" }, "geometry": { "type": "Point", "coordinates": [ -157.9526512, 21.42906175 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42906175, "Longitude": -157.9526512, "Species": "Spotted Dove", "Count": 15, "Date": "2024-02-11" }, "geometry": { "type": "Point", "coordinates": [ -157.9526512, 21.42906175 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42906175, "Longitude": -157.9526512, "Species": "Warbling White-eye", "Count": 8, "Date": "2024-02-11" }, "geometry": { "type": "Point", "coordinates": [ -157.9526512, 21.42906175 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42906175, "Longitude": -157.9526512, "Species": "Western Cattle Egret", "Count": 5, "Date": "2022-06-01" }, "geometry": { "type": "Point", "coordinates": [ -157.9526512, 21.42906175 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42906175, "Longitude": -157.9526512, "Species": "White-rumped Shama", "Count": 7, "Date": "2022-06-01" }, "geometry": { "type": "Point", "coordinates": [ -157.9526512, 21.42906175 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42906175, "Longitude": -157.9526512, "Species": "Yellow-fronted Canary", "Count": 1, "Date": "2022-06-01" }, "geometry": { "type": "Point", "coordinates": [ -157.9526512, 21.42906175 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42906175, "Longitude": -157.9526512, "Species": "Zebra Dove", "Count": 12, "Date": "2024-02-11" }, "geometry": { "type": "Point", "coordinates": [ -157.9526512, 21.42906175 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45462208, "Longitude": -157.730519, "Species": "Black Noddy", "Count": 2, "Date": "2023-11-01" }, "geometry": { "type": "Point", "coordinates": [ -157.730519, 21.45462208 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45462208, "Longitude": -157.730519, "Species": "Black-crowned Night Heron", "Count": 1, "Date": "2019-05-15" }, "geometry": { "type": "Point", "coordinates": [ -157.730519, 21.45462208 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45462208, "Longitude": -157.730519, "Species": "Black-necked Stilt", "Count": 2, "Date": "2019-05-15" }, "geometry": { "type": "Point", "coordinates": [ -157.730519, 21.45462208 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45462208, "Longitude": -157.730519, "Species": "Brown Booby", "Count": 2, "Date": "2023-11-01" }, "geometry": { "type": "Point", "coordinates": [ -157.730519, 21.45462208 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45462208, "Longitude": -157.730519, "Species": "Brown Noddy", "Count": 2, "Date": "2023-11-01" }, "geometry": { "type": "Point", "coordinates": [ -157.730519, 21.45462208 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45462208, "Longitude": -157.730519, "Species": "Common Myna", "Count": 3, "Date": "2019-05-19" }, "geometry": { "type": "Point", "coordinates": [ -157.730519, 21.45462208 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45462208, "Longitude": -157.730519, "Species": "Common Waxbill", "Count": 1, "Date": "2019-05-15" }, "geometry": { "type": "Point", "coordinates": [ -157.730519, 21.45462208 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45462208, "Longitude": -157.730519, "Species": "Great Frigatebird", "Count": 3, "Date": "2023-11-01" }, "geometry": { "type": "Point", "coordinates": [ -157.730519, 21.45462208 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45462208, "Longitude": -157.730519, "Species": "Hawaiian Coot", "Count": 1, "Date": "2019-05-15" }, "geometry": { "type": "Point", "coordinates": [ -157.730519, 21.45462208 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45462208, "Longitude": -157.730519, "Species": "House Finch", "Count": 2, "Date": "2019-05-19" }, "geometry": { "type": "Point", "coordinates": [ -157.730519, 21.45462208 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45462208, "Longitude": -157.730519, "Species": "Masked Booby", "Count": 2, "Date": "2023-11-01" }, "geometry": { "type": "Point", "coordinates": [ -157.730519, 21.45462208 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45462208, "Longitude": -157.730519, "Species": "Northern Cardinal", "Count": 3, "Date": "2019-05-19" }, "geometry": { "type": "Point", "coordinates": [ -157.730519, 21.45462208 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45462208, "Longitude": -157.730519, "Species": "Pacific Golden-Plover", "Count": 2, "Date": "2023-11-01" }, "geometry": { "type": "Point", "coordinates": [ -157.730519, 21.45462208 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45462208, "Longitude": -157.730519, "Species": "Red-crested Cardinal", "Count": 2, "Date": "2019-05-19" }, "geometry": { "type": "Point", "coordinates": [ -157.730519, 21.45462208 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45462208, "Longitude": -157.730519, "Species": "Red-vented Bulbul", "Count": 3, "Date": "2019-05-19" }, "geometry": { "type": "Point", "coordinates": [ -157.730519, 21.45462208 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45462208, "Longitude": -157.730519, "Species": "Red-whiskered Bulbul", "Count": 2, "Date": "2019-05-19" }, "geometry": { "type": "Point", "coordinates": [ -157.730519, 21.45462208 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45462208, "Longitude": -157.730519, "Species": "Rock Pigeon", "Count": 1, "Date": "2019-05-15" }, "geometry": { "type": "Point", "coordinates": [ -157.730519, 21.45462208 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45462208, "Longitude": -157.730519, "Species": "Sooty Tern", "Count": 2, "Date": "2023-11-01" }, "geometry": { "type": "Point", "coordinates": [ -157.730519, 21.45462208 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45462208, "Longitude": -157.730519, "Species": "Spotted Dove", "Count": 3, "Date": "2019-05-19" }, "geometry": { "type": "Point", "coordinates": [ -157.730519, 21.45462208 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45462208, "Longitude": -157.730519, "Species": "Warbling White-eye", "Count": 1, "Date": "2019-05-19" }, "geometry": { "type": "Point", "coordinates": [ -157.730519, 21.45462208 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45462208, "Longitude": -157.730519, "Species": "Wedge-tailed Shearwater", "Count": 1, "Date": "2020-08-11" }, "geometry": { "type": "Point", "coordinates": [ -157.730519, 21.45462208 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45462208, "Longitude": -157.730519, "Species": "Western Cattle Egret", "Count": 3, "Date": "2019-05-19" }, "geometry": { "type": "Point", "coordinates": [ -157.730519, 21.45462208 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45462208, "Longitude": -157.730519, "Species": "White-rumped Shama", "Count": 1, "Date": "2019-05-15" }, "geometry": { "type": "Point", "coordinates": [ -157.730519, 21.45462208 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45462208, "Longitude": -157.730519, "Species": "Zebra Dove", "Count": 3, "Date": "2019-05-19" }, "geometry": { "type": "Point", "coordinates": [ -157.730519, 21.45462208 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46442994, "Longitude": -157.8365892, "Species": "Barn Owl", "Count": 2, "Date": "2022-12-01" }, "geometry": { "type": "Point", "coordinates": [ -157.8365892, 21.46442994 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46442994, "Longitude": -157.8365892, "Species": "Black-crowned Night Heron", "Count": 2, "Date": "2022-08-01" }, "geometry": { "type": "Point", "coordinates": [ -157.8365892, 21.46442994 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46442994, "Longitude": -157.8365892, "Species": "Chestnut Munia", "Count": 2, "Date": "2019-05-04" }, "geometry": { "type": "Point", "coordinates": [ -157.8365892, 21.46442994 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46442994, "Longitude": -157.8365892, "Species": "Common Myna", "Count": 20, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.8365892, 21.46442994 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46442994, "Longitude": -157.8365892, "Species": "Common Waxbill", "Count": 5, "Date": "2022-04-30" }, "geometry": { "type": "Point", "coordinates": [ -157.8365892, 21.46442994 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46442994, "Longitude": -157.8365892, "Species": "Great Frigatebird", "Count": 3, "Date": "2022-12-02" }, "geometry": { "type": "Point", "coordinates": [ -157.8365892, 21.46442994 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46442994, "Longitude": -157.8365892, "Species": "House Finch", "Count": 5, "Date": "2024-02-04" }, "geometry": { "type": "Point", "coordinates": [ -157.8365892, 21.46442994 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46442994, "Longitude": -157.8365892, "Species": "House Sparrow", "Count": 10, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.8365892, 21.46442994 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46442994, "Longitude": -157.8365892, "Species": "Java Sparrow", "Count": 3, "Date": "2022-12-04" }, "geometry": { "type": "Point", "coordinates": [ -157.8365892, 21.46442994 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46442994, "Longitude": -157.8365892, "Species": "Northern Cardinal", "Count": 4, "Date": "2023-04-26" }, "geometry": { "type": "Point", "coordinates": [ -157.8365892, 21.46442994 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46442994, "Longitude": -157.8365892, "Species": "Pacific Golden-Plover", "Count": 3, "Date": "2021-12-02" }, "geometry": { "type": "Point", "coordinates": [ -157.8365892, 21.46442994 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46442994, "Longitude": -157.8365892, "Species": "Red Junglefowl", "Count": 2, "Date": "2022-12-04" }, "geometry": { "type": "Point", "coordinates": [ -157.8365892, 21.46442994 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46442994, "Longitude": -157.8365892, "Species": "Red-billed Leiothrix", "Count": 1, "Date": "2021-12-02" }, "geometry": { "type": "Point", "coordinates": [ -157.8365892, 21.46442994 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46442994, "Longitude": -157.8365892, "Species": "Red-crested Cardinal", "Count": 12, "Date": "2024-02-04" }, "geometry": { "type": "Point", "coordinates": [ -157.8365892, 21.46442994 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46442994, "Longitude": -157.8365892, "Species": "Red-vented Bulbul", "Count": 17, "Date": "2024-02-04" }, "geometry": { "type": "Point", "coordinates": [ -157.8365892, 21.46442994 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46442994, "Longitude": -157.8365892, "Species": "Red-whiskered Bulbul", "Count": 13, "Date": "2024-01-17" }, "geometry": { "type": "Point", "coordinates": [ -157.8365892, 21.46442994 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46442994, "Longitude": -157.8365892, "Species": "Rock Pigeon", "Count": 6, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.8365892, 21.46442994 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46442994, "Longitude": -157.8365892, "Species": "Ruddy Turnstone", "Count": 2, "Date": "2022-12-02" }, "geometry": { "type": "Point", "coordinates": [ -157.8365892, 21.46442994 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46442994, "Longitude": -157.8365892, "Species": "Sanderling", "Count": 1, "Date": "2024-02-04" }, "geometry": { "type": "Point", "coordinates": [ -157.8365892, 21.46442994 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46442994, "Longitude": -157.8365892, "Species": "Spotted Dove", "Count": 18, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.8365892, 21.46442994 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46442994, "Longitude": -157.8365892, "Species": "Warbling White-eye", "Count": 15, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.8365892, 21.46442994 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46442994, "Longitude": -157.8365892, "Species": "Western Cattle Egret", "Count": 11, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.8365892, 21.46442994 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46442994, "Longitude": -157.8365892, "Species": "White-rumped Shama", "Count": 1, "Date": "2021-12-02" }, "geometry": { "type": "Point", "coordinates": [ -157.8365892, 21.46442994 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.46442994, "Longitude": -157.8365892, "Species": "Zebra Dove", "Count": 19, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.8365892, 21.46442994 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.54779979, "Longitude": -158.1835582, "Species": "Barn Owl", "Count": 1, "Date": "2020-07-03" }, "geometry": { "type": "Point", "coordinates": [ -158.1835582, 21.54779979 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.54779979, "Longitude": -158.1835582, "Species": "Black Francolin", "Count": 4, "Date": "2020-07-03" }, "geometry": { "type": "Point", "coordinates": [ -158.1835582, 21.54779979 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.54779979, "Longitude": -158.1835582, "Species": "Chestnut Munia", "Count": 2, "Date": "2020-03-15" }, "geometry": { "type": "Point", "coordinates": [ -158.1835582, 21.54779979 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.54779979, "Longitude": -158.1835582, "Species": "Common Myna", "Count": 7, "Date": "2021-09-20" }, "geometry": { "type": "Point", "coordinates": [ -158.1835582, 21.54779979 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.54779979, "Longitude": -158.1835582, "Species": "Common Waxbill", "Count": 19, "Date": "2023-01-05" }, "geometry": { "type": "Point", "coordinates": [ -158.1835582, 21.54779979 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.54779979, "Longitude": -158.1835582, "Species": "Erckel's Spurfowl", "Count": 10, "Date": "2023-01-05" }, "geometry": { "type": "Point", "coordinates": [ -158.1835582, 21.54779979 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.54779979, "Longitude": -158.1835582, "Species": "Gray Francolin", "Count": 5, "Date": "2021-09-20" }, "geometry": { "type": "Point", "coordinates": [ -158.1835582, 21.54779979 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.54779979, "Longitude": -158.1835582, "Species": "House Finch", "Count": 14, "Date": "2022-04-04" }, "geometry": { "type": "Point", "coordinates": [ -158.1835582, 21.54779979 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.54779979, "Longitude": -158.1835582, "Species": "Indian Peafowl", "Count": 4, "Date": "2020-07-03" }, "geometry": { "type": "Point", "coordinates": [ -158.1835582, 21.54779979 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.54779979, "Longitude": -158.1835582, "Species": "Japanese Bush Warbler", "Count": 8, "Date": "2021-06-04" }, "geometry": { "type": "Point", "coordinates": [ -158.1835582, 21.54779979 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.54779979, "Longitude": -158.1835582, "Species": "Kalij Pheasant", "Count": 8, "Date": "2023-01-05" }, "geometry": { "type": "Point", "coordinates": [ -158.1835582, 21.54779979 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.54779979, "Longitude": -158.1835582, "Species": "Mourning Dove", "Count": 1, "Date": "2020-06-05" }, "geometry": { "type": "Point", "coordinates": [ -158.1835582, 21.54779979 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.54779979, "Longitude": -158.1835582, "Species": "Northern Cardinal", "Count": 15, "Date": "2022-04-04" }, "geometry": { "type": "Point", "coordinates": [ -158.1835582, 21.54779979 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.54779979, "Longitude": -158.1835582, "Species": "Pacific Golden-Plover", "Count": 5, "Date": "2023-01-05" }, "geometry": { "type": "Point", "coordinates": [ -158.1835582, 21.54779979 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.54779979, "Longitude": -158.1835582, "Species": "Red Avadavat", "Count": 2, "Date": "2020-03-15" }, "geometry": { "type": "Point", "coordinates": [ -158.1835582, 21.54779979 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.54779979, "Longitude": -158.1835582, "Species": "Red-billed Leiothrix", "Count": 17, "Date": "2022-04-04" }, "geometry": { "type": "Point", "coordinates": [ -158.1835582, 21.54779979 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.54779979, "Longitude": -158.1835582, "Species": "Red-crested Cardinal", "Count": 15, "Date": "2022-04-04" }, "geometry": { "type": "Point", "coordinates": [ -158.1835582, 21.54779979 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.54779979, "Longitude": -158.1835582, "Species": "Red-vented Bulbul", "Count": 18, "Date": "2023-01-05" }, "geometry": { "type": "Point", "coordinates": [ -158.1835582, 21.54779979 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.54779979, "Longitude": -158.1835582, "Species": "Red-whiskered Bulbul", "Count": 12, "Date": "2023-01-05" }, "geometry": { "type": "Point", "coordinates": [ -158.1835582, 21.54779979 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.54779979, "Longitude": -158.1835582, "Species": "Scaly-breasted Munia", "Count": 3, "Date": "2020-07-03" }, "geometry": { "type": "Point", "coordinates": [ -158.1835582, 21.54779979 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.54779979, "Longitude": -158.1835582, "Species": "Spotted Dove", "Count": 16, "Date": "2023-01-05" }, "geometry": { "type": "Point", "coordinates": [ -158.1835582, 21.54779979 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.54779979, "Longitude": -158.1835582, "Species": "Warbling White-eye", "Count": 14, "Date": "2021-09-20" }, "geometry": { "type": "Point", "coordinates": [ -158.1835582, 21.54779979 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.54779979, "Longitude": -158.1835582, "Species": "White-rumped Shama", "Count": 19, "Date": "2023-01-05" }, "geometry": { "type": "Point", "coordinates": [ -158.1835582, 21.54779979 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.54779979, "Longitude": -158.1835582, "Species": "Wild Turkey", "Count": 1, "Date": "2020-05-02" }, "geometry": { "type": "Point", "coordinates": [ -158.1835582, 21.54779979 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.54779979, "Longitude": -158.1835582, "Species": "Zebra Dove", "Count": 12, "Date": "2023-01-05" }, "geometry": { "type": "Point", "coordinates": [ -158.1835582, 21.54779979 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5835863, "Longitude": -158.1157452, "Species": "Black Francolin", "Count": 1, "Date": "2019-10-13" }, "geometry": { "type": "Point", "coordinates": [ -158.1157452, 21.5835863 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5835863, "Longitude": -158.1157452, "Species": "Chestnut Munia", "Count": 2, "Date": "2020-02-24" }, "geometry": { "type": "Point", "coordinates": [ -158.1157452, 21.5835863 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5835863, "Longitude": -158.1157452, "Species": "Common Gallinule", "Count": 1, "Date": "2022-11-15" }, "geometry": { "type": "Point", "coordinates": [ -158.1157452, 21.5835863 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5835863, "Longitude": -158.1157452, "Species": "Common Myna", "Count": 8, "Date": "2023-06-10" }, "geometry": { "type": "Point", "coordinates": [ -158.1157452, 21.5835863 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5835863, "Longitude": -158.1157452, "Species": "Common Waxbill", "Count": 5, "Date": "2023-06-10" }, "geometry": { "type": "Point", "coordinates": [ -158.1157452, 21.5835863 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5835863, "Longitude": -158.1157452, "Species": "House Finch", "Count": 6, "Date": "2023-06-10" }, "geometry": { "type": "Point", "coordinates": [ -158.1157452, 21.5835863 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5835863, "Longitude": -158.1157452, "Species": "House Sparrow", "Count": 5, "Date": "2023-06-10" }, "geometry": { "type": "Point", "coordinates": [ -158.1157452, 21.5835863 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5835863, "Longitude": -158.1157452, "Species": "Indian Peafowl", "Count": 2, "Date": "2023-04-16" }, "geometry": { "type": "Point", "coordinates": [ -158.1157452, 21.5835863 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5835863, "Longitude": -158.1157452, "Species": "Java Sparrow", "Count": 5, "Date": "2023-06-10" }, "geometry": { "type": "Point", "coordinates": [ -158.1157452, 21.5835863 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5835863, "Longitude": -158.1157452, "Species": "Northern Cardinal", "Count": 2, "Date": "2020-01-05" }, "geometry": { "type": "Point", "coordinates": [ -158.1157452, 21.5835863 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5835863, "Longitude": -158.1157452, "Species": "Pacific Golden-Plover", "Count": 5, "Date": "2022-11-15" }, "geometry": { "type": "Point", "coordinates": [ -158.1157452, 21.5835863 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5835863, "Longitude": -158.1157452, "Species": "Red Avadavat", "Count": 1, "Date": "2019-10-13" }, "geometry": { "type": "Point", "coordinates": [ -158.1157452, 21.5835863 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5835863, "Longitude": -158.1157452, "Species": "Red Junglefowl", "Count": 4, "Date": "2023-06-10" }, "geometry": { "type": "Point", "coordinates": [ -158.1157452, 21.5835863 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5835863, "Longitude": -158.1157452, "Species": "Red-crested Cardinal", "Count": 6, "Date": "2023-06-10" }, "geometry": { "type": "Point", "coordinates": [ -158.1157452, 21.5835863 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5835863, "Longitude": -158.1157452, "Species": "Red-vented Bulbul", "Count": 3, "Date": "2023-06-10" }, "geometry": { "type": "Point", "coordinates": [ -158.1157452, 21.5835863 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5835863, "Longitude": -158.1157452, "Species": "Rock Pigeon", "Count": 2, "Date": "2023-06-10" }, "geometry": { "type": "Point", "coordinates": [ -158.1157452, 21.5835863 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5835863, "Longitude": -158.1157452, "Species": "Ruddy Turnstone", "Count": 1, "Date": "2020-02-08" }, "geometry": { "type": "Point", "coordinates": [ -158.1157452, 21.5835863 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5835863, "Longitude": -158.1157452, "Species": "Saffron Finch", "Count": 9, "Date": "2023-06-10" }, "geometry": { "type": "Point", "coordinates": [ -158.1157452, 21.5835863 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5835863, "Longitude": -158.1157452, "Species": "Spotted Dove", "Count": 4, "Date": "2023-06-10" }, "geometry": { "type": "Point", "coordinates": [ -158.1157452, 21.5835863 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5835863, "Longitude": -158.1157452, "Species": "Wandering Tattler", "Count": 1, "Date": "2019-10-13" }, "geometry": { "type": "Point", "coordinates": [ -158.1157452, 21.5835863 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5835863, "Longitude": -158.1157452, "Species": "Warbling White-eye", "Count": 5, "Date": "2022-11-15" }, "geometry": { "type": "Point", "coordinates": [ -158.1157452, 21.5835863 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5835863, "Longitude": -158.1157452, "Species": "Western Cattle Egret", "Count": 8, "Date": "2023-06-10" }, "geometry": { "type": "Point", "coordinates": [ -158.1157452, 21.5835863 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5835863, "Longitude": -158.1157452, "Species": "White-faced Ibis", "Count": 4, "Date": "2020-02-08" }, "geometry": { "type": "Point", "coordinates": [ -158.1157452, 21.5835863 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5835863, "Longitude": -158.1157452, "Species": "White-rumped Shama", "Count": 1, "Date": "2019-10-13" }, "geometry": { "type": "Point", "coordinates": [ -158.1157452, 21.5835863 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5835863, "Longitude": -158.1157452, "Species": "Zebra Dove", "Count": 7, "Date": "2023-06-10" }, "geometry": { "type": "Point", "coordinates": [ -158.1157452, 21.5835863 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.59262044, "Longitude": -158.1156901, "Species": "Brown Booby", "Count": 1, "Date": "2022-05-29" }, "geometry": { "type": "Point", "coordinates": [ -158.1156901, 21.59262044 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.59262044, "Longitude": -158.1156901, "Species": "Chestnut Munia", "Count": 4, "Date": "2022-05-29" }, "geometry": { "type": "Point", "coordinates": [ -158.1156901, 21.59262044 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.59262044, "Longitude": -158.1156901, "Species": "Common Myna", "Count": 14, "Date": "2023-08-21" }, "geometry": { "type": "Point", "coordinates": [ -158.1156901, 21.59262044 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.59262044, "Longitude": -158.1156901, "Species": "Common Waxbill", "Count": 8, "Date": "2023-08-21" }, "geometry": { "type": "Point", "coordinates": [ -158.1156901, 21.59262044 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.59262044, "Longitude": -158.1156901, "Species": "House Finch", "Count": 3, "Date": "2022-07-27" }, "geometry": { "type": "Point", "coordinates": [ -158.1156901, 21.59262044 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.59262044, "Longitude": -158.1156901, "Species": "House Sparrow", "Count": 2, "Date": "2023-08-21" }, "geometry": { "type": "Point", "coordinates": [ -158.1156901, 21.59262044 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.59262044, "Longitude": -158.1156901, "Species": "Indian Peafowl", "Count": 1, "Date": "2019-11-08" }, "geometry": { "type": "Point", "coordinates": [ -158.1156901, 21.59262044 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.59262044, "Longitude": -158.1156901, "Species": "Java Sparrow", "Count": 5, "Date": "2019-11-08" }, "geometry": { "type": "Point", "coordinates": [ -158.1156901, 21.59262044 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.59262044, "Longitude": -158.1156901, "Species": "Laysan Albatross", "Count": 1, "Date": "2021-04-19" }, "geometry": { "type": "Point", "coordinates": [ -158.1156901, 21.59262044 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.59262044, "Longitude": -158.1156901, "Species": "Northern Cardinal", "Count": 2, "Date": "2020-01-21" }, "geometry": { "type": "Point", "coordinates": [ -158.1156901, 21.59262044 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.59262044, "Longitude": -158.1156901, "Species": "Pacific Golden-Plover", "Count": 5, "Date": "2023-03-21" }, "geometry": { "type": "Point", "coordinates": [ -158.1156901, 21.59262044 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.59262044, "Longitude": -158.1156901, "Species": "Red Junglefowl", "Count": 3, "Date": "2023-08-21" }, "geometry": { "type": "Point", "coordinates": [ -158.1156901, 21.59262044 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.59262044, "Longitude": -158.1156901, "Species": "Red-crested Cardinal", "Count": 15, "Date": "2022-10-01" }, "geometry": { "type": "Point", "coordinates": [ -158.1156901, 21.59262044 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.59262044, "Longitude": -158.1156901, "Species": "Red-vented Bulbul", "Count": 12, "Date": "2022-07-27" }, "geometry": { "type": "Point", "coordinates": [ -158.1156901, 21.59262044 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.59262044, "Longitude": -158.1156901, "Species": "Red-whiskered Bulbul", "Count": 3, "Date": "2019-11-08" }, "geometry": { "type": "Point", "coordinates": [ -158.1156901, 21.59262044 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.59262044, "Longitude": -158.1156901, "Species": "Rock Pigeon", "Count": 8, "Date": "2023-08-21" }, "geometry": { "type": "Point", "coordinates": [ -158.1156901, 21.59262044 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.59262044, "Longitude": -158.1156901, "Species": "Saffron Finch", "Count": 13, "Date": "2023-08-21" }, "geometry": { "type": "Point", "coordinates": [ -158.1156901, 21.59262044 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.59262044, "Longitude": -158.1156901, "Species": "Sanderling", "Count": 2, "Date": "2021-04-19" }, "geometry": { "type": "Point", "coordinates": [ -158.1156901, 21.59262044 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.59262044, "Longitude": -158.1156901, "Species": "Spotted Dove", "Count": 5, "Date": "2023-08-21" }, "geometry": { "type": "Point", "coordinates": [ -158.1156901, 21.59262044 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.59262044, "Longitude": -158.1156901, "Species": "Wandering Tattler", "Count": 2, "Date": "2020-03-07" }, "geometry": { "type": "Point", "coordinates": [ -158.1156901, 21.59262044 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.59262044, "Longitude": -158.1156901, "Species": "Warbling White-eye", "Count": 3, "Date": "2022-05-29" }, "geometry": { "type": "Point", "coordinates": [ -158.1156901, 21.59262044 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.59262044, "Longitude": -158.1156901, "Species": "Wedge-tailed Shearwater", "Count": 1, "Date": "2022-05-29" }, "geometry": { "type": "Point", "coordinates": [ -158.1156901, 21.59262044 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.59262044, "Longitude": -158.1156901, "Species": "Western Cattle Egret", "Count": 12, "Date": "2023-08-21" }, "geometry": { "type": "Point", "coordinates": [ -158.1156901, 21.59262044 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.59262044, "Longitude": -158.1156901, "Species": "White-rumped Shama", "Count": 3, "Date": "2019-11-08" }, "geometry": { "type": "Point", "coordinates": [ -158.1156901, 21.59262044 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.59262044, "Longitude": -158.1156901, "Species": "Zebra Dove", "Count": 14, "Date": "2023-08-21" }, "geometry": { "type": "Point", "coordinates": [ -158.1156901, 21.59262044 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5912903, "Longitude": -157.8935325, "Species": "Black Noddy", "Count": 1, "Date": "2023-05-02" }, "geometry": { "type": "Point", "coordinates": [ -157.8935325, 21.5912903 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5912903, "Longitude": -157.8935325, "Species": "Black-crowned Night Heron", "Count": 1, "Date": "2022-07-08" }, "geometry": { "type": "Point", "coordinates": [ -157.8935325, 21.5912903 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5912903, "Longitude": -157.8935325, "Species": "Black-necked Stilt", "Count": 1, "Date": "2021-08-09" }, "geometry": { "type": "Point", "coordinates": [ -157.8935325, 21.5912903 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5912903, "Longitude": -157.8935325, "Species": "Chestnut Munia", "Count": 1, "Date": "2021-10-14" }, "geometry": { "type": "Point", "coordinates": [ -157.8935325, 21.5912903 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5912903, "Longitude": -157.8935325, "Species": "Common Myna", "Count": 10, "Date": "2023-05-04" }, "geometry": { "type": "Point", "coordinates": [ -157.8935325, 21.5912903 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5912903, "Longitude": -157.8935325, "Species": "Common Waxbill", "Count": 1, "Date": "2023-04-28" }, "geometry": { "type": "Point", "coordinates": [ -157.8935325, 21.5912903 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5912903, "Longitude": -157.8935325, "Species": "Glaucous-winged Gull", "Count": 6, "Date": "2020-02-27" }, "geometry": { "type": "Point", "coordinates": [ -157.8935325, 21.5912903 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5912903, "Longitude": -157.8935325, "Species": "Gray Francolin", "Count": 1, "Date": "2021-03-20" }, "geometry": { "type": "Point", "coordinates": [ -157.8935325, 21.5912903 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5912903, "Longitude": -157.8935325, "Species": "Great Frigatebird", "Count": 3, "Date": "2023-05-02" }, "geometry": { "type": "Point", "coordinates": [ -157.8935325, 21.5912903 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5912903, "Longitude": -157.8935325, "Species": "House Finch", "Count": 2, "Date": "2023-05-01" }, "geometry": { "type": "Point", "coordinates": [ -157.8935325, 21.5912903 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5912903, "Longitude": -157.8935325, "Species": "Masked Booby", "Count": 1, "Date": "2022-05-27" }, "geometry": { "type": "Point", "coordinates": [ -157.8935325, 21.5912903 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5912903, "Longitude": -157.8935325, "Species": "Northern Cardinal", "Count": 3, "Date": "2023-05-04" }, "geometry": { "type": "Point", "coordinates": [ -157.8935325, 21.5912903 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5912903, "Longitude": -157.8935325, "Species": "Pacific Golden-Plover", "Count": 9, "Date": "2023-04-28" }, "geometry": { "type": "Point", "coordinates": [ -157.8935325, 21.5912903 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5912903, "Longitude": -157.8935325, "Species": "Red Junglefowl", "Count": 8, "Date": "2023-05-01" }, "geometry": { "type": "Point", "coordinates": [ -157.8935325, 21.5912903 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5912903, "Longitude": -157.8935325, "Species": "Red-crested Cardinal", "Count": 12, "Date": "2023-04-28" }, "geometry": { "type": "Point", "coordinates": [ -157.8935325, 21.5912903 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5912903, "Longitude": -157.8935325, "Species": "Red-vented Bulbul", "Count": 6, "Date": "2022-05-27" }, "geometry": { "type": "Point", "coordinates": [ -157.8935325, 21.5912903 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5912903, "Longitude": -157.8935325, "Species": "Red-whiskered Bulbul", "Count": 3, "Date": "2020-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.8935325, 21.5912903 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5912903, "Longitude": -157.8935325, "Species": "Rock Pigeon", "Count": 1, "Date": "2021-11-06" }, "geometry": { "type": "Point", "coordinates": [ -157.8935325, 21.5912903 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5912903, "Longitude": -157.8935325, "Species": "Sanderling", "Count": 10, "Date": "2023-05-04" }, "geometry": { "type": "Point", "coordinates": [ -157.8935325, 21.5912903 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5912903, "Longitude": -157.8935325, "Species": "Spotted Dove", "Count": 9, "Date": "2022-05-27" }, "geometry": { "type": "Point", "coordinates": [ -157.8935325, 21.5912903 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5912903, "Longitude": -157.8935325, "Species": "Wandering Tattler", "Count": 7, "Date": "2023-04-28" }, "geometry": { "type": "Point", "coordinates": [ -157.8935325, 21.5912903 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5912903, "Longitude": -157.8935325, "Species": "Warbling White-eye", "Count": 2, "Date": "2022-05-27" }, "geometry": { "type": "Point", "coordinates": [ -157.8935325, 21.5912903 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5912903, "Longitude": -157.8935325, "Species": "Western Cattle Egret", "Count": 2, "Date": "2023-05-01" }, "geometry": { "type": "Point", "coordinates": [ -157.8935325, 21.5912903 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5912903, "Longitude": -157.8935325, "Species": "White-rumped Shama", "Count": 1, "Date": "2021-11-06" }, "geometry": { "type": "Point", "coordinates": [ -157.8935325, 21.5912903 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5912903, "Longitude": -157.8935325, "Species": "Zebra Dove", "Count": 11, "Date": "2023-05-04" }, "geometry": { "type": "Point", "coordinates": [ -157.8935325, 21.5912903 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.62838215, "Longitude": -158.0478385, "Species": "Black-crowned Night Heron", "Count": 1, "Date": "2022-10-05" }, "geometry": { "type": "Point", "coordinates": [ -158.047838500000012, 21.62838215 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.62838215, "Longitude": -158.0478385, "Species": "Common Gallinule", "Count": 4, "Date": "2022-10-05" }, "geometry": { "type": "Point", "coordinates": [ -158.047838500000012, 21.62838215 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.62838215, "Longitude": -158.0478385, "Species": "Common Myna", "Count": 7, "Date": "2023-12-11" }, "geometry": { "type": "Point", "coordinates": [ -158.047838500000012, 21.62838215 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.62838215, "Longitude": -158.0478385, "Species": "Common Waxbill", "Count": 5, "Date": "2022-09-14" }, "geometry": { "type": "Point", "coordinates": [ -158.047838500000012, 21.62838215 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.62838215, "Longitude": -158.0478385, "Species": "House Finch", "Count": 1, "Date": "2021-06-15" }, "geometry": { "type": "Point", "coordinates": [ -158.047838500000012, 21.62838215 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.62838215, "Longitude": -158.0478385, "Species": "Indian Peafowl", "Count": 11, "Date": "2024-01-05" }, "geometry": { "type": "Point", "coordinates": [ -158.047838500000012, 21.62838215 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.62838215, "Longitude": -158.0478385, "Species": "Feral Mallard", "Count": 3, "Date": "2023-06-08" }, "geometry": { "type": "Point", "coordinates": [ -158.047838500000012, 21.62838215 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.62838215, "Longitude": -158.0478385, "Species": "Pacific Golden-Plover", "Count": 2, "Date": "2024-01-05" }, "geometry": { "type": "Point", "coordinates": [ -158.047838500000012, 21.62838215 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.62838215, "Longitude": -158.0478385, "Species": "Red Junglefowl", "Count": 3, "Date": "2022-09-08" }, "geometry": { "type": "Point", "coordinates": [ -158.047838500000012, 21.62838215 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.62838215, "Longitude": -158.0478385, "Species": "Red-billed Leiothrix", "Count": 1, "Date": "2022-09-14" }, "geometry": { "type": "Point", "coordinates": [ -158.047838500000012, 21.62838215 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.62838215, "Longitude": -158.0478385, "Species": "Red-crested Cardinal", "Count": 14, "Date": "2024-01-05" }, "geometry": { "type": "Point", "coordinates": [ -158.047838500000012, 21.62838215 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.62838215, "Longitude": -158.0478385, "Species": "Red-vented Bulbul", "Count": 9, "Date": "2024-01-05" }, "geometry": { "type": "Point", "coordinates": [ -158.047838500000012, 21.62838215 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.62838215, "Longitude": -158.0478385, "Species": "Red-whiskered Bulbul", "Count": 7, "Date": "2024-01-05" }, "geometry": { "type": "Point", "coordinates": [ -158.047838500000012, 21.62838215 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.62838215, "Longitude": -158.0478385, "Species": "Rock Pigeon", "Count": 2, "Date": "2022-09-08" }, "geometry": { "type": "Point", "coordinates": [ -158.047838500000012, 21.62838215 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.62838215, "Longitude": -158.0478385, "Species": "Saffron Finch", "Count": 2, "Date": "2023-06-14" }, "geometry": { "type": "Point", "coordinates": [ -158.047838500000012, 21.62838215 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.62838215, "Longitude": -158.0478385, "Species": "Scaly-breasted Munia", "Count": 2, "Date": "2023-12-11" }, "geometry": { "type": "Point", "coordinates": [ -158.047838500000012, 21.62838215 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.62838215, "Longitude": -158.0478385, "Species": "Spotted Dove", "Count": 4, "Date": "2023-03-05" }, "geometry": { "type": "Point", "coordinates": [ -158.047838500000012, 21.62838215 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.62838215, "Longitude": -158.0478385, "Species": "Warbling White-eye", "Count": 4, "Date": "2023-12-11" }, "geometry": { "type": "Point", "coordinates": [ -158.047838500000012, 21.62838215 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.62838215, "Longitude": -158.0478385, "Species": "Western Cattle Egret", "Count": 1, "Date": "2023-06-14" }, "geometry": { "type": "Point", "coordinates": [ -158.047838500000012, 21.62838215 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.62838215, "Longitude": -158.0478385, "Species": "White-rumped Shama", "Count": 17, "Date": "2024-01-05" }, "geometry": { "type": "Point", "coordinates": [ -158.047838500000012, 21.62838215 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.62838215, "Longitude": -158.0478385, "Species": "White-tailed Tropicbird", "Count": 1, "Date": "2022-03-27" }, "geometry": { "type": "Point", "coordinates": [ -158.047838500000012, 21.62838215 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.62838215, "Longitude": -158.0478385, "Species": "Zebra Dove", "Count": 11, "Date": "2024-01-05" }, "geometry": { "type": "Point", "coordinates": [ -158.047838500000012, 21.62838215 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.67296651, "Longitude": -157.9508975, "Species": "Apapane", "Count": 1, "Date": "2021-05-12" }, "geometry": { "type": "Point", "coordinates": [ -157.9508975, 21.67296651 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.67296651, "Longitude": -157.9508975, "Species": "Black Francolin", "Count": 1, "Date": "2019-05-31" }, "geometry": { "type": "Point", "coordinates": [ -157.9508975, 21.67296651 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.67296651, "Longitude": -157.9508975, "Species": "Chestnut Munia", "Count": 3, "Date": "2023-09-15" }, "geometry": { "type": "Point", "coordinates": [ -157.9508975, 21.67296651 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.67296651, "Longitude": -157.9508975, "Species": "Common Myna", "Count": 11, "Date": "2023-12-28" }, "geometry": { "type": "Point", "coordinates": [ -157.9508975, 21.67296651 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.67296651, "Longitude": -157.9508975, "Species": "Common Waxbill", "Count": 1, "Date": "2019-02-11" }, "geometry": { "type": "Point", "coordinates": [ -157.9508975, 21.67296651 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.67296651, "Longitude": -157.9508975, "Species": "Gray Francolin", "Count": 1, "Date": "2023-07-25" }, "geometry": { "type": "Point", "coordinates": [ -157.9508975, 21.67296651 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.67296651, "Longitude": -157.9508975, "Species": "House Sparrow", "Count": 1, "Date": "2021-09-13" }, "geometry": { "type": "Point", "coordinates": [ -157.9508975, 21.67296651 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.67296651, "Longitude": -157.9508975, "Species": "Java Sparrow", "Count": 1, "Date": "2019-02-11" }, "geometry": { "type": "Point", "coordinates": [ -157.9508975, 21.67296651 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.67296651, "Longitude": -157.9508975, "Species": "Northern Cardinal", "Count": 2, "Date": "2019-05-31" }, "geometry": { "type": "Point", "coordinates": [ -157.9508975, 21.67296651 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.67296651, "Longitude": -157.9508975, "Species": "Pacific Golden-Plover", "Count": 3, "Date": "2023-09-15" }, "geometry": { "type": "Point", "coordinates": [ -157.9508975, 21.67296651 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.67296651, "Longitude": -157.9508975, "Species": "Red Junglefowl", "Count": 5, "Date": "2024-01-29" }, "geometry": { "type": "Point", "coordinates": [ -157.9508975, 21.67296651 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.67296651, "Longitude": -157.9508975, "Species": "Red-billed Leiothrix", "Count": 1, "Date": "2021-11-05" }, "geometry": { "type": "Point", "coordinates": [ -157.9508975, 21.67296651 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.67296651, "Longitude": -157.9508975, "Species": "Red-crested Cardinal", "Count": 3, "Date": "2023-09-15" }, "geometry": { "type": "Point", "coordinates": [ -157.9508975, 21.67296651 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.67296651, "Longitude": -157.9508975, "Species": "Red-vented Bulbul", "Count": 7, "Date": "2023-12-28" }, "geometry": { "type": "Point", "coordinates": [ -157.9508975, 21.67296651 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.67296651, "Longitude": -157.9508975, "Species": "Red-whiskered Bulbul", "Count": 3, "Date": "2023-09-15" }, "geometry": { "type": "Point", "coordinates": [ -157.9508975, 21.67296651 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.67296651, "Longitude": -157.9508975, "Species": "Rock Pigeon", "Count": 1, "Date": "2024-01-31" }, "geometry": { "type": "Point", "coordinates": [ -157.9508975, 21.67296651 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.67296651, "Longitude": -157.9508975, "Species": "Ruddy Turnstone", "Count": 1, "Date": "2021-04-13" }, "geometry": { "type": "Point", "coordinates": [ -157.9508975, 21.67296651 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.67296651, "Longitude": -157.9508975, "Species": "Saffron Finch", "Count": 5, "Date": "2023-07-23" }, "geometry": { "type": "Point", "coordinates": [ -157.9508975, 21.67296651 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.67296651, "Longitude": -157.9508975, "Species": "Scaly-breasted Munia", "Count": 1, "Date": "2019-05-31" }, "geometry": { "type": "Point", "coordinates": [ -157.9508975, 21.67296651 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.67296651, "Longitude": -157.9508975, "Species": "Spotted Dove", "Count": 6, "Date": "2023-09-15" }, "geometry": { "type": "Point", "coordinates": [ -157.9508975, 21.67296651 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.67296651, "Longitude": -157.9508975, "Species": "Warbling White-eye", "Count": 3, "Date": "2023-09-15" }, "geometry": { "type": "Point", "coordinates": [ -157.9508975, 21.67296651 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.67296651, "Longitude": -157.9508975, "Species": "Western Cattle Egret", "Count": 5, "Date": "2023-12-28" }, "geometry": { "type": "Point", "coordinates": [ -157.9508975, 21.67296651 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.67296651, "Longitude": -157.9508975, "Species": "White-rumped Shama", "Count": 4, "Date": "2023-09-15" }, "geometry": { "type": "Point", "coordinates": [ -157.9508975, 21.67296651 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.67296651, "Longitude": -157.9508975, "Species": "White-tailed Tropicbird", "Count": 1, "Date": "2021-05-12" }, "geometry": { "type": "Point", "coordinates": [ -157.9508975, 21.67296651 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.67296651, "Longitude": -157.9508975, "Species": "Zebra Dove", "Count": 10, "Date": "2023-12-28" }, "geometry": { "type": "Point", "coordinates": [ -157.9508975, 21.67296651 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25652932, "Longitude": -157.818957, "Species": "African Silverbill", "Count": 1, "Date": "2021-10-26" }, "geometry": { "type": "Point", "coordinates": [ -157.818957, 21.25652932 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25652932, "Longitude": -157.818957, "Species": "Brown Booby", "Count": 1, "Date": "2023-02-10" }, "geometry": { "type": "Point", "coordinates": [ -157.818957, 21.25652932 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25652932, "Longitude": -157.818957, "Species": "Common Myna", "Count": 21, "Date": "2024-02-01" }, "geometry": { "type": "Point", "coordinates": [ -157.818957, 21.25652932 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25652932, "Longitude": -157.818957, "Species": "Common Waxbill", "Count": 15, "Date": "2024-02-01" }, "geometry": { "type": "Point", "coordinates": [ -157.818957, 21.25652932 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25652932, "Longitude": -157.818957, "Species": "Great Frigatebird", "Count": 1, "Date": "2019-08-11" }, "geometry": { "type": "Point", "coordinates": [ -157.818957, 21.25652932 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25652932, "Longitude": -157.818957, "Species": "House Finch", "Count": 15, "Date": "2024-02-01" }, "geometry": { "type": "Point", "coordinates": [ -157.818957, 21.25652932 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25652932, "Longitude": -157.818957, "Species": "House Sparrow", "Count": 17, "Date": "2024-02-01" }, "geometry": { "type": "Point", "coordinates": [ -157.818957, 21.25652932 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25652932, "Longitude": -157.818957, "Species": "Java Sparrow", "Count": 4, "Date": "2024-02-01" }, "geometry": { "type": "Point", "coordinates": [ -157.818957, 21.25652932 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25652932, "Longitude": -157.818957, "Species": "Muscovy Duck", "Count": 1, "Date": "2022-11-10" }, "geometry": { "type": "Point", "coordinates": [ -157.818957, 21.25652932 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25652932, "Longitude": -157.818957, "Species": "Pacific Golden-Plover", "Count": 18, "Date": "2024-02-01" }, "geometry": { "type": "Point", "coordinates": [ -157.818957, 21.25652932 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25652932, "Longitude": -157.818957, "Species": "Red Junglefowl", "Count": 8, "Date": "2022-10-14" }, "geometry": { "type": "Point", "coordinates": [ -157.818957, 21.25652932 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25652932, "Longitude": -157.818957, "Species": "Red-crested Cardinal", "Count": 17, "Date": "2024-02-01" }, "geometry": { "type": "Point", "coordinates": [ -157.818957, 21.25652932 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25652932, "Longitude": -157.818957, "Species": "Red-footed Booby", "Count": 1, "Date": "2022-03-30" }, "geometry": { "type": "Point", "coordinates": [ -157.818957, 21.25652932 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25652932, "Longitude": -157.818957, "Species": "Red-vented Bulbul", "Count": 20, "Date": "2024-02-01" }, "geometry": { "type": "Point", "coordinates": [ -157.818957, 21.25652932 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25652932, "Longitude": -157.818957, "Species": "Red-whiskered Bulbul", "Count": 10, "Date": "2024-01-29" }, "geometry": { "type": "Point", "coordinates": [ -157.818957, 21.25652932 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25652932, "Longitude": -157.818957, "Species": "Rock Pigeon", "Count": 15, "Date": "2024-02-01" }, "geometry": { "type": "Point", "coordinates": [ -157.818957, 21.25652932 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25652932, "Longitude": -157.818957, "Species": "Rose-ringed Parakeet", "Count": 18, "Date": "2024-02-01" }, "geometry": { "type": "Point", "coordinates": [ -157.818957, 21.25652932 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25652932, "Longitude": -157.818957, "Species": "Sooty Tern", "Count": 2, "Date": "2019-03-20" }, "geometry": { "type": "Point", "coordinates": [ -157.818957, 21.25652932 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25652932, "Longitude": -157.818957, "Species": "Spotted Dove", "Count": 17, "Date": "2023-12-03" }, "geometry": { "type": "Point", "coordinates": [ -157.818957, 21.25652932 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25652932, "Longitude": -157.818957, "Species": "Warbling White-eye", "Count": 13, "Date": "2024-01-30" }, "geometry": { "type": "Point", "coordinates": [ -157.818957, 21.25652932 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25652932, "Longitude": -157.818957, "Species": "Wedge-tailed Shearwater", "Count": 1, "Date": "2023-08-08" }, "geometry": { "type": "Point", "coordinates": [ -157.818957, 21.25652932 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25652932, "Longitude": -157.818957, "Species": "Western Cattle Egret", "Count": 13, "Date": "2024-02-01" }, "geometry": { "type": "Point", "coordinates": [ -157.818957, 21.25652932 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25652932, "Longitude": -157.818957, "Species": "White Tern", "Count": 17, "Date": "2024-01-29" }, "geometry": { "type": "Point", "coordinates": [ -157.818957, 21.25652932 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25652932, "Longitude": -157.818957, "Species": "White-rumped Shama", "Count": 1, "Date": "2021-10-26" }, "geometry": { "type": "Point", "coordinates": [ -157.818957, 21.25652932 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25652932, "Longitude": -157.818957, "Species": "Yellow-fronted Canary", "Count": 14, "Date": "2024-02-01" }, "geometry": { "type": "Point", "coordinates": [ -157.818957, 21.25652932 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25652932, "Longitude": -157.818957, "Species": "Zebra Dove", "Count": 19, "Date": "2024-02-01" }, "geometry": { "type": "Point", "coordinates": [ -157.818957, 21.25652932 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27452783, "Longitude": -157.8091754, "Species": "Black-crowned Night Heron", "Count": 1, "Date": "2023-03-10" }, "geometry": { "type": "Point", "coordinates": [ -157.809175399999987, 21.27452783 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27452783, "Longitude": -157.8091754, "Species": "Common Myna", "Count": 41, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.809175399999987, 21.27452783 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27452783, "Longitude": -157.8091754, "Species": "Common Waxbill", "Count": 13, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.809175399999987, 21.27452783 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27452783, "Longitude": -157.8091754, "Species": "Eurasian Skylark", "Count": 1, "Date": "2020-02-14" }, "geometry": { "type": "Point", "coordinates": [ -157.809175399999987, 21.27452783 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27452783, "Longitude": -157.8091754, "Species": "Gray Francolin", "Count": 3, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.809175399999987, 21.27452783 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27452783, "Longitude": -157.8091754, "Species": "House Finch", "Count": 9, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.809175399999987, 21.27452783 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27452783, "Longitude": -157.8091754, "Species": "House Sparrow", "Count": 26, "Date": "2023-12-28" }, "geometry": { "type": "Point", "coordinates": [ -157.809175399999987, 21.27452783 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27452783, "Longitude": -157.8091754, "Species": "Java Sparrow", "Count": 10, "Date": "2023-12-28" }, "geometry": { "type": "Point", "coordinates": [ -157.809175399999987, 21.27452783 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27452783, "Longitude": -157.8091754, "Species": "Feral Mallard", "Count": 1, "Date": "2023-03-09" }, "geometry": { "type": "Point", "coordinates": [ -157.809175399999987, 21.27452783 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27452783, "Longitude": -157.8091754, "Species": "Northern Cardinal", "Count": 3, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.809175399999987, 21.27452783 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27452783, "Longitude": -157.8091754, "Species": "Pacific Golden-Plover", "Count": 12, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.809175399999987, 21.27452783 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27452783, "Longitude": -157.8091754, "Species": "Red Avadavat", "Count": 1, "Date": "2023-02-03" }, "geometry": { "type": "Point", "coordinates": [ -157.809175399999987, 21.27452783 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27452783, "Longitude": -157.8091754, "Species": "Red Junglefowl", "Count": 3, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.809175399999987, 21.27452783 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27452783, "Longitude": -157.8091754, "Species": "Red-crested Cardinal", "Count": 20, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.809175399999987, 21.27452783 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27452783, "Longitude": -157.8091754, "Species": "Red-vented Bulbul", "Count": 38, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.809175399999987, 21.27452783 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27452783, "Longitude": -157.8091754, "Species": "Red-whiskered Bulbul", "Count": 10, "Date": "2023-12-28" }, "geometry": { "type": "Point", "coordinates": [ -157.809175399999987, 21.27452783 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27452783, "Longitude": -157.8091754, "Species": "Rock Pigeon", "Count": 16, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.809175399999987, 21.27452783 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27452783, "Longitude": -157.8091754, "Species": "Rose-ringed Parakeet", "Count": 32, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.809175399999987, 21.27452783 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27452783, "Longitude": -157.8091754, "Species": "Saffron Finch", "Count": 1, "Date": "2023-12-28" }, "geometry": { "type": "Point", "coordinates": [ -157.809175399999987, 21.27452783 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27452783, "Longitude": -157.8091754, "Species": "Spotted Dove", "Count": 43, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.809175399999987, 21.27452783 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27452783, "Longitude": -157.8091754, "Species": "Warbling White-eye", "Count": 17, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.809175399999987, 21.27452783 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27452783, "Longitude": -157.8091754, "Species": "Western Cattle Egret", "Count": 10, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.809175399999987, 21.27452783 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27452783, "Longitude": -157.8091754, "Species": "White Tern", "Count": 12, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.809175399999987, 21.27452783 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27452783, "Longitude": -157.8091754, "Species": "White-rumped Shama", "Count": 5, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.809175399999987, 21.27452783 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27452783, "Longitude": -157.8091754, "Species": "Yellow-fronted Canary", "Count": 10, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.809175399999987, 21.27452783 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27452783, "Longitude": -157.8091754, "Species": "Zebra Dove", "Count": 45, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.809175399999987, 21.27452783 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29217494, "Longitude": -157.7511979, "Species": "Chestnut Munia", "Count": 1, "Date": "2022-09-26" }, "geometry": { "type": "Point", "coordinates": [ -157.7511979, 21.29217494 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29217494, "Longitude": -157.7511979, "Species": "Common Myna", "Count": 20, "Date": "2023-06-30" }, "geometry": { "type": "Point", "coordinates": [ -157.7511979, 21.29217494 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29217494, "Longitude": -157.7511979, "Species": "Common Waxbill", "Count": 13, "Date": "2023-02-12" }, "geometry": { "type": "Point", "coordinates": [ -157.7511979, 21.29217494 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29217494, "Longitude": -157.7511979, "Species": "House Finch", "Count": 15, "Date": "2023-06-30" }, "geometry": { "type": "Point", "coordinates": [ -157.7511979, 21.29217494 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29217494, "Longitude": -157.7511979, "Species": "House Sparrow", "Count": 5, "Date": "2023-06-30" }, "geometry": { "type": "Point", "coordinates": [ -157.7511979, 21.29217494 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29217494, "Longitude": -157.7511979, "Species": "Java Sparrow", "Count": 16, "Date": "2023-06-30" }, "geometry": { "type": "Point", "coordinates": [ -157.7511979, 21.29217494 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29217494, "Longitude": -157.7511979, "Species": "Northern Cardinal", "Count": 11, "Date": "2023-06-30" }, "geometry": { "type": "Point", "coordinates": [ -157.7511979, 21.29217494 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29217494, "Longitude": -157.7511979, "Species": "Oahu Elepaio", "Count": 1, "Date": "2021-08-29" }, "geometry": { "type": "Point", "coordinates": [ -157.7511979, 21.29217494 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29217494, "Longitude": -157.7511979, "Species": "Pacific Golden-Plover", "Count": 11, "Date": "2023-06-30" }, "geometry": { "type": "Point", "coordinates": [ -157.7511979, 21.29217494 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29217494, "Longitude": -157.7511979, "Species": "Red-billed Leiothrix", "Count": 1, "Date": "2021-08-29" }, "geometry": { "type": "Point", "coordinates": [ -157.7511979, 21.29217494 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29217494, "Longitude": -157.7511979, "Species": "Red-crested Cardinal", "Count": 17, "Date": "2023-06-30" }, "geometry": { "type": "Point", "coordinates": [ -157.7511979, 21.29217494 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29217494, "Longitude": -157.7511979, "Species": "Red-masked Parakeet", "Count": 4, "Date": "2023-06-30" }, "geometry": { "type": "Point", "coordinates": [ -157.7511979, 21.29217494 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29217494, "Longitude": -157.7511979, "Species": "Red-vented Bulbul", "Count": 24, "Date": "2023-06-30" }, "geometry": { "type": "Point", "coordinates": [ -157.7511979, 21.29217494 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29217494, "Longitude": -157.7511979, "Species": "Red-whiskered Bulbul", "Count": 8, "Date": "2022-07-30" }, "geometry": { "type": "Point", "coordinates": [ -157.7511979, 21.29217494 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29217494, "Longitude": -157.7511979, "Species": "Rock Pigeon", "Count": 5, "Date": "2022-07-31" }, "geometry": { "type": "Point", "coordinates": [ -157.7511979, 21.29217494 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29217494, "Longitude": -157.7511979, "Species": "Rose-ringed Parakeet", "Count": 11, "Date": "2023-06-30" }, "geometry": { "type": "Point", "coordinates": [ -157.7511979, 21.29217494 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29217494, "Longitude": -157.7511979, "Species": "Saffron Finch", "Count": 4, "Date": "2022-04-01" }, "geometry": { "type": "Point", "coordinates": [ -157.7511979, 21.29217494 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29217494, "Longitude": -157.7511979, "Species": "Scaly-breasted Munia", "Count": 7, "Date": "2023-06-30" }, "geometry": { "type": "Point", "coordinates": [ -157.7511979, 21.29217494 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29217494, "Longitude": -157.7511979, "Species": "Spotted Dove", "Count": 18, "Date": "2023-02-12" }, "geometry": { "type": "Point", "coordinates": [ -157.7511979, 21.29217494 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29217494, "Longitude": -157.7511979, "Species": "Warbling White-eye", "Count": 17, "Date": "2023-06-30" }, "geometry": { "type": "Point", "coordinates": [ -157.7511979, 21.29217494 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29217494, "Longitude": -157.7511979, "Species": "Western Cattle Egret", "Count": 9, "Date": "2023-02-12" }, "geometry": { "type": "Point", "coordinates": [ -157.7511979, 21.29217494 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29217494, "Longitude": -157.7511979, "Species": "White Tern", "Count": 13, "Date": "2022-10-23" }, "geometry": { "type": "Point", "coordinates": [ -157.7511979, 21.29217494 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29217494, "Longitude": -157.7511979, "Species": "White-rumped Shama", "Count": 14, "Date": "2023-06-30" }, "geometry": { "type": "Point", "coordinates": [ -157.7511979, 21.29217494 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29217494, "Longitude": -157.7511979, "Species": "White-tailed Tropicbird", "Count": 1, "Date": "2022-08-30" }, "geometry": { "type": "Point", "coordinates": [ -157.7511979, 21.29217494 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29217494, "Longitude": -157.7511979, "Species": "Yellow-fronted Canary", "Count": 5, "Date": "2022-07-30" }, "geometry": { "type": "Point", "coordinates": [ -157.7511979, 21.29217494 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29217494, "Longitude": -157.7511979, "Species": "Zebra Dove", "Count": 25, "Date": "2023-06-30" }, "geometry": { "type": "Point", "coordinates": [ -157.7511979, 21.29217494 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32117685, "Longitude": -158.0401937, "Species": "Black-crowned Night Heron", "Count": 1, "Date": "2019-04-28" }, "geometry": { "type": "Point", "coordinates": [ -158.0401937, 21.32117685 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32117685, "Longitude": -158.0401937, "Species": "Black-necked Stilt", "Count": 1, "Date": "2019-04-28" }, "geometry": { "type": "Point", "coordinates": [ -158.0401937, 21.32117685 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32117685, "Longitude": -158.0401937, "Species": "Chestnut Munia", "Count": 2, "Date": "2023-01-01" }, "geometry": { "type": "Point", "coordinates": [ -158.0401937, 21.32117685 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32117685, "Longitude": -158.0401937, "Species": "Common Myna", "Count": 5, "Date": "2023-01-01" }, "geometry": { "type": "Point", "coordinates": [ -158.0401937, 21.32117685 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32117685, "Longitude": -158.0401937, "Species": "Common Waxbill", "Count": 5, "Date": "2023-01-01" }, "geometry": { "type": "Point", "coordinates": [ -158.0401937, 21.32117685 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32117685, "Longitude": -158.0401937, "Species": "Gray Francolin", "Count": 3, "Date": "2023-01-01" }, "geometry": { "type": "Point", "coordinates": [ -158.0401937, 21.32117685 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32117685, "Longitude": -158.0401937, "Species": "House Finch", "Count": 3, "Date": "2023-01-01" }, "geometry": { "type": "Point", "coordinates": [ -158.0401937, 21.32117685 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32117685, "Longitude": -158.0401937, "Species": "House Sparrow", "Count": 4, "Date": "2023-01-01" }, "geometry": { "type": "Point", "coordinates": [ -158.0401937, 21.32117685 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32117685, "Longitude": -158.0401937, "Species": "Indian Peafowl", "Count": 2, "Date": "2019-04-28" }, "geometry": { "type": "Point", "coordinates": [ -158.0401937, 21.32117685 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32117685, "Longitude": -158.0401937, "Species": "Java Sparrow", "Count": 3, "Date": "2023-01-01" }, "geometry": { "type": "Point", "coordinates": [ -158.0401937, 21.32117685 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32117685, "Longitude": -158.0401937, "Species": "Northern Cardinal", "Count": 5, "Date": "2023-01-01" }, "geometry": { "type": "Point", "coordinates": [ -158.0401937, 21.32117685 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32117685, "Longitude": -158.0401937, "Species": "Northern Mockingbird", "Count": 2, "Date": "2021-01-01" }, "geometry": { "type": "Point", "coordinates": [ -158.0401937, 21.32117685 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32117685, "Longitude": -158.0401937, "Species": "Pacific Golden-Plover", "Count": 5, "Date": "2023-01-01" }, "geometry": { "type": "Point", "coordinates": [ -158.0401937, 21.32117685 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32117685, "Longitude": -158.0401937, "Species": "Red Junglefowl", "Count": 1, "Date": "2019-04-28" }, "geometry": { "type": "Point", "coordinates": [ -158.0401937, 21.32117685 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32117685, "Longitude": -158.0401937, "Species": "Red-crested Cardinal", "Count": 5, "Date": "2023-01-01" }, "geometry": { "type": "Point", "coordinates": [ -158.0401937, 21.32117685 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32117685, "Longitude": -158.0401937, "Species": "Red-vented Bulbul", "Count": 5, "Date": "2023-01-01" }, "geometry": { "type": "Point", "coordinates": [ -158.0401937, 21.32117685 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32117685, "Longitude": -158.0401937, "Species": "Ring-necked Pheasant", "Count": 1, "Date": "2019-04-28" }, "geometry": { "type": "Point", "coordinates": [ -158.0401937, 21.32117685 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32117685, "Longitude": -158.0401937, "Species": "Rock Pigeon", "Count": 2, "Date": "2019-12-02" }, "geometry": { "type": "Point", "coordinates": [ -158.0401937, 21.32117685 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32117685, "Longitude": -158.0401937, "Species": "Rose-ringed Parakeet", "Count": 1, "Date": "2019-04-28" }, "geometry": { "type": "Point", "coordinates": [ -158.0401937, 21.32117685 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32117685, "Longitude": -158.0401937, "Species": "Saffron Finch", "Count": 4, "Date": "2023-01-01" }, "geometry": { "type": "Point", "coordinates": [ -158.0401937, 21.32117685 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32117685, "Longitude": -158.0401937, "Species": "Spotted Dove", "Count": 5, "Date": "2023-01-01" }, "geometry": { "type": "Point", "coordinates": [ -158.0401937, 21.32117685 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32117685, "Longitude": -158.0401937, "Species": "Warbling White-eye", "Count": 3, "Date": "2021-01-01" }, "geometry": { "type": "Point", "coordinates": [ -158.0401937, 21.32117685 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32117685, "Longitude": -158.0401937, "Species": "Western Cattle Egret", "Count": 4, "Date": "2023-01-01" }, "geometry": { "type": "Point", "coordinates": [ -158.0401937, 21.32117685 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32117685, "Longitude": -158.0401937, "Species": "White-rumped Shama", "Count": 1, "Date": "2019-02-11" }, "geometry": { "type": "Point", "coordinates": [ -158.0401937, 21.32117685 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32117685, "Longitude": -158.0401937, "Species": "Yellow-fronted Canary", "Count": 1, "Date": "2021-01-01" }, "geometry": { "type": "Point", "coordinates": [ -158.0401937, 21.32117685 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32117685, "Longitude": -158.0401937, "Species": "Zebra Dove", "Count": 5, "Date": "2023-01-01" }, "geometry": { "type": "Point", "coordinates": [ -158.0401937, 21.32117685 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33048046, "Longitude": -158.0883452, "Species": "African Silverbill", "Count": 8, "Date": "2021-08-18" }, "geometry": { "type": "Point", "coordinates": [ -158.0883452, 21.33048046 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33048046, "Longitude": -158.0883452, "Species": "Black-crowned Night Heron", "Count": 1, "Date": "2022-11-11" }, "geometry": { "type": "Point", "coordinates": [ -158.0883452, 21.33048046 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33048046, "Longitude": -158.0883452, "Species": "Black-necked Stilt", "Count": 1, "Date": "2022-11-11" }, "geometry": { "type": "Point", "coordinates": [ -158.0883452, 21.33048046 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33048046, "Longitude": -158.0883452, "Species": "Chestnut Munia", "Count": 3, "Date": "2021-08-31" }, "geometry": { "type": "Point", "coordinates": [ -158.0883452, 21.33048046 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33048046, "Longitude": -158.0883452, "Species": "Common Myna", "Count": 38, "Date": "2024-01-18" }, "geometry": { "type": "Point", "coordinates": [ -158.0883452, 21.33048046 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33048046, "Longitude": -158.0883452, "Species": "Common Waxbill", "Count": 16, "Date": "2022-11-11" }, "geometry": { "type": "Point", "coordinates": [ -158.0883452, 21.33048046 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33048046, "Longitude": -158.0883452, "Species": "Gray Francolin", "Count": 21, "Date": "2022-02-09" }, "geometry": { "type": "Point", "coordinates": [ -158.0883452, 21.33048046 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33048046, "Longitude": -158.0883452, "Species": "Hawaiian Coot", "Count": 1, "Date": "2022-11-11" }, "geometry": { "type": "Point", "coordinates": [ -158.0883452, 21.33048046 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33048046, "Longitude": -158.0883452, "Species": "House Finch", "Count": 7, "Date": "2023-09-11" }, "geometry": { "type": "Point", "coordinates": [ -158.0883452, 21.33048046 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33048046, "Longitude": -158.0883452, "Species": "House Sparrow", "Count": 16, "Date": "2024-01-18" }, "geometry": { "type": "Point", "coordinates": [ -158.0883452, 21.33048046 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33048046, "Longitude": -158.0883452, "Species": "Java Sparrow", "Count": 11, "Date": "2022-11-11" }, "geometry": { "type": "Point", "coordinates": [ -158.0883452, 21.33048046 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33048046, "Longitude": -158.0883452, "Species": "Feral Mallard", "Count": 1, "Date": "2022-11-11" }, "geometry": { "type": "Point", "coordinates": [ -158.0883452, 21.33048046 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33048046, "Longitude": -158.0883452, "Species": "Northern Cardinal", "Count": 9, "Date": "2022-02-09" }, "geometry": { "type": "Point", "coordinates": [ -158.0883452, 21.33048046 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33048046, "Longitude": -158.0883452, "Species": "Pacific Golden-Plover", "Count": 13, "Date": "2024-01-18" }, "geometry": { "type": "Point", "coordinates": [ -158.0883452, 21.33048046 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33048046, "Longitude": -158.0883452, "Species": "Red Avadavat", "Count": 1, "Date": "2020-05-10" }, "geometry": { "type": "Point", "coordinates": [ -158.0883452, 21.33048046 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33048046, "Longitude": -158.0883452, "Species": "Red Junglefowl", "Count": 4, "Date": "2023-07-30" }, "geometry": { "type": "Point", "coordinates": [ -158.0883452, 21.33048046 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33048046, "Longitude": -158.0883452, "Species": "Red-crested Cardinal", "Count": 20, "Date": "2024-01-18" }, "geometry": { "type": "Point", "coordinates": [ -158.0883452, 21.33048046 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33048046, "Longitude": -158.0883452, "Species": "Red-vented Bulbul", "Count": 18, "Date": "2022-11-11" }, "geometry": { "type": "Point", "coordinates": [ -158.0883452, 21.33048046 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33048046, "Longitude": -158.0883452, "Species": "Rock Pigeon", "Count": 2, "Date": "2023-02-18" }, "geometry": { "type": "Point", "coordinates": [ -158.0883452, 21.33048046 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33048046, "Longitude": -158.0883452, "Species": "Saffron Finch", "Count": 13, "Date": "2024-01-18" }, "geometry": { "type": "Point", "coordinates": [ -158.0883452, 21.33048046 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33048046, "Longitude": -158.0883452, "Species": "Scaly-breasted Munia", "Count": 1, "Date": "2020-05-10" }, "geometry": { "type": "Point", "coordinates": [ -158.0883452, 21.33048046 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33048046, "Longitude": -158.0883452, "Species": "Spotted Dove", "Count": 30, "Date": "2023-10-06" }, "geometry": { "type": "Point", "coordinates": [ -158.0883452, 21.33048046 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33048046, "Longitude": -158.0883452, "Species": "Warbling White-eye", "Count": 19, "Date": "2022-09-14" }, "geometry": { "type": "Point", "coordinates": [ -158.0883452, 21.33048046 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33048046, "Longitude": -158.0883452, "Species": "Western Cattle Egret", "Count": 9, "Date": "2024-01-18" }, "geometry": { "type": "Point", "coordinates": [ -158.0883452, 21.33048046 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33048046, "Longitude": -158.0883452, "Species": "Zebra Dove", "Count": 37, "Date": "2024-01-18" }, "geometry": { "type": "Point", "coordinates": [ -158.0883452, 21.33048046 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32957115, "Longitude": -157.9340753, "Species": "Black-crowned Night Heron", "Count": 1, "Date": "2021-12-25" }, "geometry": { "type": "Point", "coordinates": [ -157.934075299999989, 21.32957115 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32957115, "Longitude": -157.9340753, "Species": "Black-necked Stilt", "Count": 1, "Date": "2021-07-09" }, "geometry": { "type": "Point", "coordinates": [ -157.934075299999989, 21.32957115 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32957115, "Longitude": -157.9340753, "Species": "Chestnut Munia", "Count": 6, "Date": "2022-11-28" }, "geometry": { "type": "Point", "coordinates": [ -157.934075299999989, 21.32957115 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32957115, "Longitude": -157.9340753, "Species": "Common Myna", "Count": 43, "Date": "2024-01-21" }, "geometry": { "type": "Point", "coordinates": [ -157.934075299999989, 21.32957115 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32957115, "Longitude": -157.9340753, "Species": "Common Waxbill", "Count": 17, "Date": "2024-01-21" }, "geometry": { "type": "Point", "coordinates": [ -157.934075299999989, 21.32957115 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32957115, "Longitude": -157.9340753, "Species": "Eurasian Skylark", "Count": 1, "Date": "2021-03-16" }, "geometry": { "type": "Point", "coordinates": [ -157.934075299999989, 21.32957115 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32957115, "Longitude": -157.9340753, "Species": "Gray Francolin", "Count": 5, "Date": "2022-11-28" }, "geometry": { "type": "Point", "coordinates": [ -157.934075299999989, 21.32957115 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32957115, "Longitude": -157.9340753, "Species": "House Finch", "Count": 22, "Date": "2024-01-21" }, "geometry": { "type": "Point", "coordinates": [ -157.934075299999989, 21.32957115 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32957115, "Longitude": -157.9340753, "Species": "House Sparrow", "Count": 11, "Date": "2024-01-21" }, "geometry": { "type": "Point", "coordinates": [ -157.934075299999989, 21.32957115 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32957115, "Longitude": -157.9340753, "Species": "Java Sparrow", "Count": 1, "Date": "2021-08-06" }, "geometry": { "type": "Point", "coordinates": [ -157.934075299999989, 21.32957115 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32957115, "Longitude": -157.9340753, "Species": "Feral Mallard ", "Count": 4, "Date": "2024-01-09" }, "geometry": { "type": "Point", "coordinates": [ -157.934075299999989, 21.32957115 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32957115, "Longitude": -157.9340753, "Species": "Northern Cardinal", "Count": 5, "Date": "2022-07-25" }, "geometry": { "type": "Point", "coordinates": [ -157.934075299999989, 21.32957115 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32957115, "Longitude": -157.9340753, "Species": "Pacific Golden-Plover", "Count": 42, "Date": "2024-02-06" }, "geometry": { "type": "Point", "coordinates": [ -157.934075299999989, 21.32957115 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32957115, "Longitude": -157.9340753, "Species": "Red-crested Cardinal", "Count": 20, "Date": "2024-01-21" }, "geometry": { "type": "Point", "coordinates": [ -157.934075299999989, 21.32957115 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32957115, "Longitude": -157.9340753, "Species": "Red-vented Bulbul", "Count": 33, "Date": "2024-01-09" }, "geometry": { "type": "Point", "coordinates": [ -157.934075299999989, 21.32957115 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32957115, "Longitude": -157.9340753, "Species": "Red-whiskered Bulbul", "Count": 3, "Date": "2022-04-27" }, "geometry": { "type": "Point", "coordinates": [ -157.934075299999989, 21.32957115 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32957115, "Longitude": -157.9340753, "Species": "Rock Pigeon", "Count": 1, "Date": "2021-08-06" }, "geometry": { "type": "Point", "coordinates": [ -157.934075299999989, 21.32957115 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32957115, "Longitude": -157.9340753, "Species": "Rose-ringed Parakeet", "Count": 5, "Date": "2022-08-04" }, "geometry": { "type": "Point", "coordinates": [ -157.934075299999989, 21.32957115 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32957115, "Longitude": -157.9340753, "Species": "Saffron Finch", "Count": 25, "Date": "2024-01-21" }, "geometry": { "type": "Point", "coordinates": [ -157.934075299999989, 21.32957115 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32957115, "Longitude": -157.9340753, "Species": "Spotted Dove", "Count": 27, "Date": "2024-01-21" }, "geometry": { "type": "Point", "coordinates": [ -157.934075299999989, 21.32957115 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32957115, "Longitude": -157.9340753, "Species": "Warbling White-eye", "Count": 9, "Date": "2022-08-04" }, "geometry": { "type": "Point", "coordinates": [ -157.934075299999989, 21.32957115 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32957115, "Longitude": -157.9340753, "Species": "Western Cattle Egret", "Count": 15, "Date": "2024-01-21" }, "geometry": { "type": "Point", "coordinates": [ -157.934075299999989, 21.32957115 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32957115, "Longitude": -157.9340753, "Species": "White Tern", "Count": 7, "Date": "2023-04-30" }, "geometry": { "type": "Point", "coordinates": [ -157.934075299999989, 21.32957115 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32957115, "Longitude": -157.9340753, "Species": "White-rumped Shama", "Count": 1, "Date": "2024-02-06" }, "geometry": { "type": "Point", "coordinates": [ -157.934075299999989, 21.32957115 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32957115, "Longitude": -157.9340753, "Species": "Yellow-fronted Canary", "Count": 5, "Date": "2024-01-21" }, "geometry": { "type": "Point", "coordinates": [ -157.934075299999989, 21.32957115 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32957115, "Longitude": -157.9340753, "Species": "Zebra Dove", "Count": 36, "Date": "2024-01-21" }, "geometry": { "type": "Point", "coordinates": [ -157.934075299999989, 21.32957115 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3294464, "Longitude": -157.9147919, "Species": "Black-crowned Night Heron", "Count": 3, "Date": "2023-06-23" }, "geometry": { "type": "Point", "coordinates": [ -157.914791900000012, 21.3294464 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3294464, "Longitude": -157.9147919, "Species": "Black-necked Stilt", "Count": 1, "Date": "2022-12-19" }, "geometry": { "type": "Point", "coordinates": [ -157.914791900000012, 21.3294464 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3294464, "Longitude": -157.9147919, "Species": "Common Myna", "Count": 34, "Date": "2024-02-18" }, "geometry": { "type": "Point", "coordinates": [ -157.914791900000012, 21.3294464 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3294464, "Longitude": -157.9147919, "Species": "Common Waxbill", "Count": 3, "Date": "2023-06-11" }, "geometry": { "type": "Point", "coordinates": [ -157.914791900000012, 21.3294464 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3294464, "Longitude": -157.9147919, "Species": "Eurasian Skylark", "Count": 1, "Date": "2023-09-02" }, "geometry": { "type": "Point", "coordinates": [ -157.914791900000012, 21.3294464 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3294464, "Longitude": -157.9147919, "Species": "House Finch", "Count": 8, "Date": "2024-01-26" }, "geometry": { "type": "Point", "coordinates": [ -157.914791900000012, 21.3294464 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3294464, "Longitude": -157.9147919, "Species": "House Sparrow", "Count": 40, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.914791900000012, 21.3294464 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3294464, "Longitude": -157.9147919, "Species": "Feral Mallard", "Count": 7, "Date": "2024-01-22" }, "geometry": { "type": "Point", "coordinates": [ -157.914791900000012, 21.3294464 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3294464, "Longitude": -157.9147919, "Species": "Northern Cardinal", "Count": 1, "Date": "2022-11-09" }, "geometry": { "type": "Point", "coordinates": [ -157.914791900000012, 21.3294464 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3294464, "Longitude": -157.9147919, "Species": "Pacific Golden-Plover", "Count": 4, "Date": "2021-03-25" }, "geometry": { "type": "Point", "coordinates": [ -157.914791900000012, 21.3294464 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3294464, "Longitude": -157.9147919, "Species": "Red Avadavat", "Count": 2, "Date": "2023-10-27" }, "geometry": { "type": "Point", "coordinates": [ -157.914791900000012, 21.3294464 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3294464, "Longitude": -157.9147919, "Species": "Red Junglefowl", "Count": 4, "Date": "2023-04-12" }, "geometry": { "type": "Point", "coordinates": [ -157.914791900000012, 21.3294464 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3294464, "Longitude": -157.9147919, "Species": "Red-crested Cardinal", "Count": 11, "Date": "2024-02-03" }, "geometry": { "type": "Point", "coordinates": [ -157.914791900000012, 21.3294464 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3294464, "Longitude": -157.9147919, "Species": "Red-vented Bulbul", "Count": 20, "Date": "2023-07-28" }, "geometry": { "type": "Point", "coordinates": [ -157.914791900000012, 21.3294464 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3294464, "Longitude": -157.9147919, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2019-04-02" }, "geometry": { "type": "Point", "coordinates": [ -157.914791900000012, 21.3294464 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3294464, "Longitude": -157.9147919, "Species": "Rock Pigeon", "Count": 10, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.914791900000012, 21.3294464 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3294464, "Longitude": -157.9147919, "Species": "Rose-ringed Parakeet", "Count": 1, "Date": "2023-09-02" }, "geometry": { "type": "Point", "coordinates": [ -157.914791900000012, 21.3294464 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3294464, "Longitude": -157.9147919, "Species": "Saffron Finch", "Count": 2, "Date": "2023-09-02" }, "geometry": { "type": "Point", "coordinates": [ -157.914791900000012, 21.3294464 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3294464, "Longitude": -157.9147919, "Species": "Spotted Dove", "Count": 46, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.914791900000012, 21.3294464 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3294464, "Longitude": -157.9147919, "Species": "Warbling White-eye", "Count": 2, "Date": "2024-01-26" }, "geometry": { "type": "Point", "coordinates": [ -157.914791900000012, 21.3294464 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3294464, "Longitude": -157.9147919, "Species": "Western Cattle Egret", "Count": 8, "Date": "2023-05-27" }, "geometry": { "type": "Point", "coordinates": [ -157.914791900000012, 21.3294464 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3294464, "Longitude": -157.9147919, "Species": "White Tern", "Count": 3, "Date": "2023-06-19" }, "geometry": { "type": "Point", "coordinates": [ -157.914791900000012, 21.3294464 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3294464, "Longitude": -157.9147919, "Species": "Zebra Dove", "Count": 25, "Date": "2024-01-29" }, "geometry": { "type": "Point", "coordinates": [ -157.914791900000012, 21.3294464 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33878825, "Longitude": -157.9629373, "Species": "Black-crowned Night Heron", "Count": 5, "Date": "2024-01-14" }, "geometry": { "type": "Point", "coordinates": [ -157.9629373, 21.33878825 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33878825, "Longitude": -157.9629373, "Species": "Brown Booby", "Count": 1, "Date": "2024-01-14" }, "geometry": { "type": "Point", "coordinates": [ -157.9629373, 21.33878825 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33878825, "Longitude": -157.9629373, "Species": "Chestnut Munia", "Count": 8, "Date": "2023-08-02" }, "geometry": { "type": "Point", "coordinates": [ -157.9629373, 21.33878825 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33878825, "Longitude": -157.9629373, "Species": "Common Myna", "Count": 34, "Date": "2024-01-15" }, "geometry": { "type": "Point", "coordinates": [ -157.9629373, 21.33878825 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33878825, "Longitude": -157.9629373, "Species": "Common Waxbill", "Count": 12, "Date": "2023-11-30" }, "geometry": { "type": "Point", "coordinates": [ -157.9629373, 21.33878825 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33878825, "Longitude": -157.9629373, "Species": "House Finch", "Count": 14, "Date": "2024-01-15" }, "geometry": { "type": "Point", "coordinates": [ -157.9629373, 21.33878825 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33878825, "Longitude": -157.9629373, "Species": "House Sparrow", "Count": 16, "Date": "2024-01-14" }, "geometry": { "type": "Point", "coordinates": [ -157.9629373, 21.33878825 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33878825, "Longitude": -157.9629373, "Species": "Java Sparrow", "Count": 15, "Date": "2024-01-14" }, "geometry": { "type": "Point", "coordinates": [ -157.9629373, 21.33878825 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33878825, "Longitude": -157.9629373, "Species": "Northern Cardinal", "Count": 19, "Date": "2024-01-15" }, "geometry": { "type": "Point", "coordinates": [ -157.9629373, 21.33878825 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33878825, "Longitude": -157.9629373, "Species": "Pacific Golden-Plover", "Count": 35, "Date": "2024-01-15" }, "geometry": { "type": "Point", "coordinates": [ -157.9629373, 21.33878825 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33878825, "Longitude": -157.9629373, "Species": "Red Junglefowl", "Count": 2, "Date": "2022-01-13" }, "geometry": { "type": "Point", "coordinates": [ -157.9629373, 21.33878825 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33878825, "Longitude": -157.9629373, "Species": "Red-crested Cardinal", "Count": 27, "Date": "2024-01-14" }, "geometry": { "type": "Point", "coordinates": [ -157.9629373, 21.33878825 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33878825, "Longitude": -157.9629373, "Species": "Red-vented Bulbul", "Count": 22, "Date": "2024-01-14" }, "geometry": { "type": "Point", "coordinates": [ -157.9629373, 21.33878825 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33878825, "Longitude": -157.9629373, "Species": "Red-whiskered Bulbul", "Count": 13, "Date": "2024-01-15" }, "geometry": { "type": "Point", "coordinates": [ -157.9629373, 21.33878825 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33878825, "Longitude": -157.9629373, "Species": "Rock Pigeon", "Count": 5, "Date": "2023-11-30" }, "geometry": { "type": "Point", "coordinates": [ -157.9629373, 21.33878825 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33878825, "Longitude": -157.9629373, "Species": "Rose-ringed Parakeet", "Count": 21, "Date": "2024-01-15" }, "geometry": { "type": "Point", "coordinates": [ -157.9629373, 21.33878825 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33878825, "Longitude": -157.9629373, "Species": "Saffron Finch", "Count": 20, "Date": "2024-01-14" }, "geometry": { "type": "Point", "coordinates": [ -157.9629373, 21.33878825 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33878825, "Longitude": -157.9629373, "Species": "Spotted Dove", "Count": 21, "Date": "2024-01-14" }, "geometry": { "type": "Point", "coordinates": [ -157.9629373, 21.33878825 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33878825, "Longitude": -157.9629373, "Species": "Wandering Tattler", "Count": 2, "Date": "2022-09-14" }, "geometry": { "type": "Point", "coordinates": [ -157.9629373, 21.33878825 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33878825, "Longitude": -157.9629373, "Species": "Warbling White-eye", "Count": 8, "Date": "2024-01-15" }, "geometry": { "type": "Point", "coordinates": [ -157.9629373, 21.33878825 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33878825, "Longitude": -157.9629373, "Species": "Western Cattle Egret", "Count": 24, "Date": "2024-01-15" }, "geometry": { "type": "Point", "coordinates": [ -157.9629373, 21.33878825 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33878825, "Longitude": -157.9629373, "Species": "White Tern", "Count": 13, "Date": "2024-01-14" }, "geometry": { "type": "Point", "coordinates": [ -157.9629373, 21.33878825 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33878825, "Longitude": -157.9629373, "Species": "White-rumped Shama", "Count": 17, "Date": "2024-01-15" }, "geometry": { "type": "Point", "coordinates": [ -157.9629373, 21.33878825 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33878825, "Longitude": -157.9629373, "Species": "Yellow-fronted Canary", "Count": 9, "Date": "2024-01-15" }, "geometry": { "type": "Point", "coordinates": [ -157.9629373, 21.33878825 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33878825, "Longitude": -157.9629373, "Species": "Zebra Dove", "Count": 34, "Date": "2024-01-15" }, "geometry": { "type": "Point", "coordinates": [ -157.9629373, 21.33878825 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33841735, "Longitude": -157.9050834, "Species": "Chestnut Munia", "Count": 3, "Date": "2022-06-24" }, "geometry": { "type": "Point", "coordinates": [ -157.9050834, 21.33841735 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33841735, "Longitude": -157.9050834, "Species": "Common Myna", "Count": 21, "Date": "2023-12-29" }, "geometry": { "type": "Point", "coordinates": [ -157.9050834, 21.33841735 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33841735, "Longitude": -157.9050834, "Species": "Common Waxbill", "Count": 8, "Date": "2023-07-03" }, "geometry": { "type": "Point", "coordinates": [ -157.9050834, 21.33841735 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33841735, "Longitude": -157.9050834, "Species": "Eurasian Skylark", "Count": 2, "Date": "2019-11-17" }, "geometry": { "type": "Point", "coordinates": [ -157.9050834, 21.33841735 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33841735, "Longitude": -157.9050834, "Species": "House Finch", "Count": 11, "Date": "2023-07-03" }, "geometry": { "type": "Point", "coordinates": [ -157.9050834, 21.33841735 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33841735, "Longitude": -157.9050834, "Species": "House Sparrow", "Count": 12, "Date": "2023-07-03" }, "geometry": { "type": "Point", "coordinates": [ -157.9050834, 21.33841735 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33841735, "Longitude": -157.9050834, "Species": "Java Sparrow", "Count": 14, "Date": "2023-07-03" }, "geometry": { "type": "Point", "coordinates": [ -157.9050834, 21.33841735 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33841735, "Longitude": -157.9050834, "Species": "Feral Mallard", "Count": 1, "Date": "2023-03-11" }, "geometry": { "type": "Point", "coordinates": [ -157.9050834, 21.33841735 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33841735, "Longitude": -157.9050834, "Species": "Northern Cardinal", "Count": 2, "Date": "2023-05-08" }, "geometry": { "type": "Point", "coordinates": [ -157.9050834, 21.33841735 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33841735, "Longitude": -157.9050834, "Species": "Northern Mockingbird", "Count": 1, "Date": "2022-06-22" }, "geometry": { "type": "Point", "coordinates": [ -157.9050834, 21.33841735 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33841735, "Longitude": -157.9050834, "Species": "Pacific Golden-Plover", "Count": 7, "Date": "2023-09-13" }, "geometry": { "type": "Point", "coordinates": [ -157.9050834, 21.33841735 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33841735, "Longitude": -157.9050834, "Species": "Red Junglefowl", "Count": 11, "Date": "2023-12-29" }, "geometry": { "type": "Point", "coordinates": [ -157.9050834, 21.33841735 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33841735, "Longitude": -157.9050834, "Species": "Red-crested Cardinal", "Count": 12, "Date": "2023-09-13" }, "geometry": { "type": "Point", "coordinates": [ -157.9050834, 21.33841735 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33841735, "Longitude": -157.9050834, "Species": "Red-vented Bulbul", "Count": 15, "Date": "2023-07-03" }, "geometry": { "type": "Point", "coordinates": [ -157.9050834, 21.33841735 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33841735, "Longitude": -157.9050834, "Species": "Red-whiskered Bulbul", "Count": 5, "Date": "2023-07-01" }, "geometry": { "type": "Point", "coordinates": [ -157.9050834, 21.33841735 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33841735, "Longitude": -157.9050834, "Species": "Rock Pigeon", "Count": 1, "Date": "2023-12-29" }, "geometry": { "type": "Point", "coordinates": [ -157.9050834, 21.33841735 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33841735, "Longitude": -157.9050834, "Species": "Rose-ringed Parakeet", "Count": 13, "Date": "2023-07-03" }, "geometry": { "type": "Point", "coordinates": [ -157.9050834, 21.33841735 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33841735, "Longitude": -157.9050834, "Species": "Saffron Finch", "Count": 9, "Date": "2023-07-03" }, "geometry": { "type": "Point", "coordinates": [ -157.9050834, 21.33841735 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33841735, "Longitude": -157.9050834, "Species": "Spotted Dove", "Count": 20, "Date": "2023-12-29" }, "geometry": { "type": "Point", "coordinates": [ -157.9050834, 21.33841735 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33841735, "Longitude": -157.9050834, "Species": "Warbling White-eye", "Count": 8, "Date": "2023-07-03" }, "geometry": { "type": "Point", "coordinates": [ -157.9050834, 21.33841735 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33841735, "Longitude": -157.9050834, "Species": "Western Cattle Egret", "Count": 17, "Date": "2023-12-29" }, "geometry": { "type": "Point", "coordinates": [ -157.9050834, 21.33841735 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33841735, "Longitude": -157.9050834, "Species": "White Tern", "Count": 4, "Date": "2023-12-29" }, "geometry": { "type": "Point", "coordinates": [ -157.9050834, 21.33841735 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33841735, "Longitude": -157.9050834, "Species": "Yellow-fronted Canary", "Count": 7, "Date": "2023-07-03" }, "geometry": { "type": "Point", "coordinates": [ -157.9050834, 21.33841735 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33841735, "Longitude": -157.9050834, "Species": "Zebra Dove", "Count": 19, "Date": "2023-12-29" }, "geometry": { "type": "Point", "coordinates": [ -157.9050834, 21.33841735 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34608154, "Longitude": -157.7121719, "Species": "Black-crowned Night Heron", "Count": 2, "Date": "2023-07-14" }, "geometry": { "type": "Point", "coordinates": [ -157.712171899999987, 21.34608154 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34608154, "Longitude": -157.7121719, "Species": "Black-necked Stilt", "Count": 11, "Date": "2019-07-11" }, "geometry": { "type": "Point", "coordinates": [ -157.712171899999987, 21.34608154 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34608154, "Longitude": -157.7121719, "Species": "Chestnut Munia", "Count": 9, "Date": "2023-09-30" }, "geometry": { "type": "Point", "coordinates": [ -157.712171899999987, 21.34608154 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34608154, "Longitude": -157.7121719, "Species": "Common Gallinule", "Count": 8, "Date": "2023-10-18" }, "geometry": { "type": "Point", "coordinates": [ -157.712171899999987, 21.34608154 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34608154, "Longitude": -157.7121719, "Species": "Common Myna", "Count": 16, "Date": "2023-10-14" }, "geometry": { "type": "Point", "coordinates": [ -157.712171899999987, 21.34608154 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34608154, "Longitude": -157.7121719, "Species": "Common Waxbill", "Count": 12, "Date": "2023-09-30" }, "geometry": { "type": "Point", "coordinates": [ -157.712171899999987, 21.34608154 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34608154, "Longitude": -157.7121719, "Species": "House Finch", "Count": 3, "Date": "2023-02-04" }, "geometry": { "type": "Point", "coordinates": [ -157.712171899999987, 21.34608154 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34608154, "Longitude": -157.7121719, "Species": "House Sparrow", "Count": 1, "Date": "2023-02-04" }, "geometry": { "type": "Point", "coordinates": [ -157.712171899999987, 21.34608154 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34608154, "Longitude": -157.7121719, "Species": "Indian Peafowl", "Count": 4, "Date": "2023-06-07" }, "geometry": { "type": "Point", "coordinates": [ -157.712171899999987, 21.34608154 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34608154, "Longitude": -157.7121719, "Species": "Java Sparrow", "Count": 2, "Date": "2020-01-29" }, "geometry": { "type": "Point", "coordinates": [ -157.712171899999987, 21.34608154 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34608154, "Longitude": -157.7121719, "Species": "Feral Mallard ", "Count": 2, "Date": "2021-08-04" }, "geometry": { "type": "Point", "coordinates": [ -157.712171899999987, 21.34608154 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34608154, "Longitude": -157.7121719, "Species": "Muscovy Duck", "Count": 1, "Date": "2021-10-12" }, "geometry": { "type": "Point", "coordinates": [ -157.712171899999987, 21.34608154 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34608154, "Longitude": -157.7121719, "Species": "Northern Cardinal", "Count": 3, "Date": "2023-10-14" }, "geometry": { "type": "Point", "coordinates": [ -157.712171899999987, 21.34608154 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34608154, "Longitude": -157.7121719, "Species": "Pacific Golden-Plover", "Count": 19, "Date": "2023-09-30" }, "geometry": { "type": "Point", "coordinates": [ -157.712171899999987, 21.34608154 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34608154, "Longitude": -157.7121719, "Species": "Red Junglefowl", "Count": 2, "Date": "2023-10-14" }, "geometry": { "type": "Point", "coordinates": [ -157.712171899999987, 21.34608154 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34608154, "Longitude": -157.7121719, "Species": "Red-crested Cardinal", "Count": 7, "Date": "2023-10-14" }, "geometry": { "type": "Point", "coordinates": [ -157.712171899999987, 21.34608154 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34608154, "Longitude": -157.7121719, "Species": "Red-vented Bulbul", "Count": 5, "Date": "2022-05-01" }, "geometry": { "type": "Point", "coordinates": [ -157.712171899999987, 21.34608154 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34608154, "Longitude": -157.7121719, "Species": "Red-whiskered Bulbul", "Count": 2, "Date": "2023-10-14" }, "geometry": { "type": "Point", "coordinates": [ -157.712171899999987, 21.34608154 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34608154, "Longitude": -157.7121719, "Species": "Rock Pigeon", "Count": 9, "Date": "2023-09-30" }, "geometry": { "type": "Point", "coordinates": [ -157.712171899999987, 21.34608154 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34608154, "Longitude": -157.7121719, "Species": "Sanderling", "Count": 1, "Date": "2020-02-21" }, "geometry": { "type": "Point", "coordinates": [ -157.712171899999987, 21.34608154 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34608154, "Longitude": -157.7121719, "Species": "Spotted Dove", "Count": 12, "Date": "2023-10-14" }, "geometry": { "type": "Point", "coordinates": [ -157.712171899999987, 21.34608154 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34608154, "Longitude": -157.7121719, "Species": "Wandering Tattler", "Count": 1, "Date": "2020-02-21" }, "geometry": { "type": "Point", "coordinates": [ -157.712171899999987, 21.34608154 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34608154, "Longitude": -157.7121719, "Species": "Warbling White-eye", "Count": 3, "Date": "2023-03-07" }, "geometry": { "type": "Point", "coordinates": [ -157.712171899999987, 21.34608154 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34608154, "Longitude": -157.7121719, "Species": "Western Cattle Egret", "Count": 21, "Date": "2023-10-18" }, "geometry": { "type": "Point", "coordinates": [ -157.712171899999987, 21.34608154 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34608154, "Longitude": -157.7121719, "Species": "Yellow-fronted Canary", "Count": 1, "Date": "2019-12-18" }, "geometry": { "type": "Point", "coordinates": [ -157.712171899999987, 21.34608154 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34608154, "Longitude": -157.7121719, "Species": "Zebra Dove", "Count": 15, "Date": "2023-10-14" }, "geometry": { "type": "Point", "coordinates": [ -157.712171899999987, 21.34608154 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35691523, "Longitude": -157.9724538, "Species": "African Silverbill", "Count": 2, "Date": "2023-10-19" }, "geometry": { "type": "Point", "coordinates": [ -157.972453800000011, 21.35691523 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35691523, "Longitude": -157.9724538, "Species": "Chestnut Munia", "Count": 16, "Date": "2022-05-08" }, "geometry": { "type": "Point", "coordinates": [ -157.972453800000011, 21.35691523 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35691523, "Longitude": -157.9724538, "Species": "Common Myna", "Count": 18, "Date": "2023-10-19" }, "geometry": { "type": "Point", "coordinates": [ -157.972453800000011, 21.35691523 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35691523, "Longitude": -157.9724538, "Species": "Common Waxbill", "Count": 11, "Date": "2023-10-19" }, "geometry": { "type": "Point", "coordinates": [ -157.972453800000011, 21.35691523 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35691523, "Longitude": -157.9724538, "Species": "Eurasian Skylark", "Count": 3, "Date": "2022-04-16" }, "geometry": { "type": "Point", "coordinates": [ -157.972453800000011, 21.35691523 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35691523, "Longitude": -157.9724538, "Species": "House Finch", "Count": 10, "Date": "2022-05-08" }, "geometry": { "type": "Point", "coordinates": [ -157.972453800000011, 21.35691523 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35691523, "Longitude": -157.9724538, "Species": "House Sparrow", "Count": 2, "Date": "2022-03-30" }, "geometry": { "type": "Point", "coordinates": [ -157.972453800000011, 21.35691523 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35691523, "Longitude": -157.9724538, "Species": "Java Sparrow", "Count": 2, "Date": "2022-05-08" }, "geometry": { "type": "Point", "coordinates": [ -157.972453800000011, 21.35691523 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35691523, "Longitude": -157.9724538, "Species": "Pacific Golden-Plover", "Count": 15, "Date": "2023-09-11" }, "geometry": { "type": "Point", "coordinates": [ -157.972453800000011, 21.35691523 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35691523, "Longitude": -157.9724538, "Species": "Red Avadavat", "Count": 2, "Date": "2022-05-08" }, "geometry": { "type": "Point", "coordinates": [ -157.972453800000011, 21.35691523 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35691523, "Longitude": -157.9724538, "Species": "Red-crested Cardinal", "Count": 4, "Date": "2023-10-19" }, "geometry": { "type": "Point", "coordinates": [ -157.972453800000011, 21.35691523 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35691523, "Longitude": -157.9724538, "Species": "Red-vented Bulbul", "Count": 6, "Date": "2022-04-16" }, "geometry": { "type": "Point", "coordinates": [ -157.972453800000011, 21.35691523 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35691523, "Longitude": -157.9724538, "Species": "Red-whiskered Bulbul", "Count": 3, "Date": "2022-04-04" }, "geometry": { "type": "Point", "coordinates": [ -157.972453800000011, 21.35691523 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35691523, "Longitude": -157.9724538, "Species": "Rock Pigeon", "Count": 2, "Date": "2022-03-29" }, "geometry": { "type": "Point", "coordinates": [ -157.972453800000011, 21.35691523 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35691523, "Longitude": -157.9724538, "Species": "Rose-ringed Parakeet", "Count": 10, "Date": "2022-05-08" }, "geometry": { "type": "Point", "coordinates": [ -157.972453800000011, 21.35691523 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35691523, "Longitude": -157.9724538, "Species": "Ruddy Turnstone", "Count": 13, "Date": "2022-04-16" }, "geometry": { "type": "Point", "coordinates": [ -157.972453800000011, 21.35691523 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35691523, "Longitude": -157.9724538, "Species": "Ruff", "Count": 4, "Date": "2022-03-28" }, "geometry": { "type": "Point", "coordinates": [ -157.972453800000011, 21.35691523 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35691523, "Longitude": -157.9724538, "Species": "Saffron Finch", "Count": 9, "Date": "2023-10-19" }, "geometry": { "type": "Point", "coordinates": [ -157.972453800000011, 21.35691523 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35691523, "Longitude": -157.9724538, "Species": "Scaly-breasted Munia", "Count": 2, "Date": "2022-03-31" }, "geometry": { "type": "Point", "coordinates": [ -157.972453800000011, 21.35691523 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35691523, "Longitude": -157.9724538, "Species": "Spotted Dove", "Count": 6, "Date": "2022-05-08" }, "geometry": { "type": "Point", "coordinates": [ -157.972453800000011, 21.35691523 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35691523, "Longitude": -157.9724538, "Species": "Wandering Tattler", "Count": 3, "Date": "2022-05-08" }, "geometry": { "type": "Point", "coordinates": [ -157.972453800000011, 21.35691523 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35691523, "Longitude": -157.9724538, "Species": "Warbling White-eye", "Count": 4, "Date": "2022-04-16" }, "geometry": { "type": "Point", "coordinates": [ -157.972453800000011, 21.35691523 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35691523, "Longitude": -157.9724538, "Species": "Western Cattle Egret", "Count": 12, "Date": "2023-09-11" }, "geometry": { "type": "Point", "coordinates": [ -157.972453800000011, 21.35691523 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35691523, "Longitude": -157.9724538, "Species": "White Tern", "Count": 5, "Date": "2023-09-11" }, "geometry": { "type": "Point", "coordinates": [ -157.972453800000011, 21.35691523 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35691523, "Longitude": -157.9724538, "Species": "Yellow-fronted Canary", "Count": 1, "Date": "2022-03-29" }, "geometry": { "type": "Point", "coordinates": [ -157.972453800000011, 21.35691523 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35691523, "Longitude": -157.9724538, "Species": "Zebra Dove", "Count": 14, "Date": "2022-05-08" }, "geometry": { "type": "Point", "coordinates": [ -157.972453800000011, 21.35691523 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36612086, "Longitude": -158.0013222, "Species": "Black-necked Stilt", "Count": 2, "Date": "2023-12-31" }, "geometry": { "type": "Point", "coordinates": [ -158.0013222, 21.36612086 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36612086, "Longitude": -158.0013222, "Species": "Chestnut Munia", "Count": 2, "Date": "2023-12-31" }, "geometry": { "type": "Point", "coordinates": [ -158.0013222, 21.36612086 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36612086, "Longitude": -158.0013222, "Species": "Common Myna", "Count": 2, "Date": "2023-12-31" }, "geometry": { "type": "Point", "coordinates": [ -158.0013222, 21.36612086 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36612086, "Longitude": -158.0013222, "Species": "Common Waxbill", "Count": 2, "Date": "2023-12-31" }, "geometry": { "type": "Point", "coordinates": [ -158.0013222, 21.36612086 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36612086, "Longitude": -158.0013222, "Species": "Gray Francolin", "Count": 1, "Date": "2019-02-17" }, "geometry": { "type": "Point", "coordinates": [ -158.0013222, 21.36612086 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36612086, "Longitude": -158.0013222, "Species": "House Finch", "Count": 1, "Date": "2023-12-31" }, "geometry": { "type": "Point", "coordinates": [ -158.0013222, 21.36612086 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36612086, "Longitude": -158.0013222, "Species": "House Sparrow", "Count": 1, "Date": "2023-12-31" }, "geometry": { "type": "Point", "coordinates": [ -158.0013222, 21.36612086 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36612086, "Longitude": -158.0013222, "Species": "Java Sparrow", "Count": 1, "Date": "2023-12-31" }, "geometry": { "type": "Point", "coordinates": [ -158.0013222, 21.36612086 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36612086, "Longitude": -158.0013222, "Species": "Feral Mallard", "Count": 3, "Date": "2023-12-31" }, "geometry": { "type": "Point", "coordinates": [ -158.0013222, 21.36612086 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36612086, "Longitude": -158.0013222, "Species": "Northern Cardinal", "Count": 2, "Date": "2023-12-31" }, "geometry": { "type": "Point", "coordinates": [ -158.0013222, 21.36612086 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36612086, "Longitude": -158.0013222, "Species": "Pacific Golden-Plover", "Count": 3, "Date": "2023-12-31" }, "geometry": { "type": "Point", "coordinates": [ -158.0013222, 21.36612086 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36612086, "Longitude": -158.0013222, "Species": "Red Junglefowl", "Count": 1, "Date": "2023-12-31" }, "geometry": { "type": "Point", "coordinates": [ -158.0013222, 21.36612086 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36612086, "Longitude": -158.0013222, "Species": "Red-crested Cardinal", "Count": 2, "Date": "2023-12-31" }, "geometry": { "type": "Point", "coordinates": [ -158.0013222, 21.36612086 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36612086, "Longitude": -158.0013222, "Species": "Red-vented Bulbul", "Count": 2, "Date": "2023-12-31" }, "geometry": { "type": "Point", "coordinates": [ -158.0013222, 21.36612086 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36612086, "Longitude": -158.0013222, "Species": "Rose-ringed Parakeet", "Count": 1, "Date": "2023-12-31" }, "geometry": { "type": "Point", "coordinates": [ -158.0013222, 21.36612086 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36612086, "Longitude": -158.0013222, "Species": "Ruddy Turnstone", "Count": 1, "Date": "2023-12-31" }, "geometry": { "type": "Point", "coordinates": [ -158.0013222, 21.36612086 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36612086, "Longitude": -158.0013222, "Species": "Saffron Finch", "Count": 1, "Date": "2023-12-31" }, "geometry": { "type": "Point", "coordinates": [ -158.0013222, 21.36612086 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36612086, "Longitude": -158.0013222, "Species": "Scaly-breasted Munia", "Count": 1, "Date": "2023-12-31" }, "geometry": { "type": "Point", "coordinates": [ -158.0013222, 21.36612086 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36612086, "Longitude": -158.0013222, "Species": "Spotted Dove", "Count": 2, "Date": "2023-12-31" }, "geometry": { "type": "Point", "coordinates": [ -158.0013222, 21.36612086 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36612086, "Longitude": -158.0013222, "Species": "Wandering Tattler", "Count": 1, "Date": "2019-02-17" }, "geometry": { "type": "Point", "coordinates": [ -158.0013222, 21.36612086 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36612086, "Longitude": -158.0013222, "Species": "Warbling White-eye", "Count": 1, "Date": "2023-12-31" }, "geometry": { "type": "Point", "coordinates": [ -158.0013222, 21.36612086 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36612086, "Longitude": -158.0013222, "Species": "Western Cattle Egret", "Count": 2, "Date": "2023-12-31" }, "geometry": { "type": "Point", "coordinates": [ -158.0013222, 21.36612086 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36612086, "Longitude": -158.0013222, "Species": "White-rumped Shama", "Count": 1, "Date": "2023-12-31" }, "geometry": { "type": "Point", "coordinates": [ -158.0013222, 21.36612086 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36612086, "Longitude": -158.0013222, "Species": "Yellow-fronted Canary", "Count": 1, "Date": "2023-12-31" }, "geometry": { "type": "Point", "coordinates": [ -158.0013222, 21.36612086 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36612086, "Longitude": -158.0013222, "Species": "Zebra Dove", "Count": 2, "Date": "2023-12-31" }, "geometry": { "type": "Point", "coordinates": [ -158.0013222, 21.36612086 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3756539, "Longitude": -158.0880654, "Species": "Chestnut Munia", "Count": 2, "Date": "2019-06-17" }, "geometry": { "type": "Point", "coordinates": [ -158.0880654, 21.3756539 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3756539, "Longitude": -158.0880654, "Species": "Common Myna", "Count": 26, "Date": "2023-07-07" }, "geometry": { "type": "Point", "coordinates": [ -158.0880654, 21.3756539 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3756539, "Longitude": -158.0880654, "Species": "Common Waxbill", "Count": 14, "Date": "2022-01-13" }, "geometry": { "type": "Point", "coordinates": [ -158.0880654, 21.3756539 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3756539, "Longitude": -158.0880654, "Species": "Gray Francolin", "Count": 11, "Date": "2019-11-22" }, "geometry": { "type": "Point", "coordinates": [ -158.0880654, 21.3756539 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3756539, "Longitude": -158.0880654, "Species": "Hawaiian Coot", "Count": 2, "Date": "2019-06-17" }, "geometry": { "type": "Point", "coordinates": [ -158.0880654, 21.3756539 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3756539, "Longitude": -158.0880654, "Species": "House Finch", "Count": 18, "Date": "2023-07-07" }, "geometry": { "type": "Point", "coordinates": [ -158.0880654, 21.3756539 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3756539, "Longitude": -158.0880654, "Species": "House Sparrow", "Count": 11, "Date": "2019-10-17" }, "geometry": { "type": "Point", "coordinates": [ -158.0880654, 21.3756539 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3756539, "Longitude": -158.0880654, "Species": "Java Sparrow", "Count": 7, "Date": "2022-11-27" }, "geometry": { "type": "Point", "coordinates": [ -158.0880654, 21.3756539 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3756539, "Longitude": -158.0880654, "Species": "Kalij Pheasant", "Count": 1, "Date": "2019-11-22" }, "geometry": { "type": "Point", "coordinates": [ -158.0880654, 21.3756539 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3756539, "Longitude": -158.0880654, "Species": "Northern Cardinal", "Count": 14, "Date": "2021-07-24" }, "geometry": { "type": "Point", "coordinates": [ -158.0880654, 21.3756539 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3756539, "Longitude": -158.0880654, "Species": "Northern Mockingbird", "Count": 13, "Date": "2019-10-17" }, "geometry": { "type": "Point", "coordinates": [ -158.0880654, 21.3756539 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3756539, "Longitude": -158.0880654, "Species": "Oahu Amakihi", "Count": 2, "Date": "2019-06-17" }, "geometry": { "type": "Point", "coordinates": [ -158.0880654, 21.3756539 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3756539, "Longitude": -158.0880654, "Species": "Pacific Golden-Plover", "Count": 22, "Date": "2022-11-27" }, "geometry": { "type": "Point", "coordinates": [ -158.0880654, 21.3756539 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3756539, "Longitude": -158.0880654, "Species": "Red Avadavat", "Count": 1, "Date": "2019-11-22" }, "geometry": { "type": "Point", "coordinates": [ -158.0880654, 21.3756539 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3756539, "Longitude": -158.0880654, "Species": "Red Junglefowl", "Count": 9, "Date": "2019-10-17" }, "geometry": { "type": "Point", "coordinates": [ -158.0880654, 21.3756539 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3756539, "Longitude": -158.0880654, "Species": "Red-billed Leiothrix", "Count": 2, "Date": "2019-06-17" }, "geometry": { "type": "Point", "coordinates": [ -158.0880654, 21.3756539 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3756539, "Longitude": -158.0880654, "Species": "Red-crested Cardinal", "Count": 19, "Date": "2023-07-07" }, "geometry": { "type": "Point", "coordinates": [ -158.0880654, 21.3756539 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3756539, "Longitude": -158.0880654, "Species": "Red-vented Bulbul", "Count": 27, "Date": "2023-07-07" }, "geometry": { "type": "Point", "coordinates": [ -158.0880654, 21.3756539 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3756539, "Longitude": -158.0880654, "Species": "Red-whiskered Bulbul", "Count": 7, "Date": "2022-11-27" }, "geometry": { "type": "Point", "coordinates": [ -158.0880654, 21.3756539 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3756539, "Longitude": -158.0880654, "Species": "Saffron Finch", "Count": 3, "Date": "2022-01-25" }, "geometry": { "type": "Point", "coordinates": [ -158.0880654, 21.3756539 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3756539, "Longitude": -158.0880654, "Species": "Scaly-breasted Munia", "Count": 11, "Date": "2019-10-17" }, "geometry": { "type": "Point", "coordinates": [ -158.0880654, 21.3756539 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3756539, "Longitude": -158.0880654, "Species": "Spotted Dove", "Count": 26, "Date": "2023-07-07" }, "geometry": { "type": "Point", "coordinates": [ -158.0880654, 21.3756539 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3756539, "Longitude": -158.0880654, "Species": "Warbling White-eye", "Count": 18, "Date": "2022-01-14" }, "geometry": { "type": "Point", "coordinates": [ -158.0880654, 21.3756539 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3756539, "Longitude": -158.0880654, "Species": "Western Cattle Egret", "Count": 13, "Date": "2023-07-07" }, "geometry": { "type": "Point", "coordinates": [ -158.0880654, 21.3756539 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3756539, "Longitude": -158.0880654, "Species": "Yellow-faced Grassquit", "Count": 2, "Date": "2019-06-17" }, "geometry": { "type": "Point", "coordinates": [ -158.0880654, 21.3756539 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3756539, "Longitude": -158.0880654, "Species": "Zebra Dove", "Count": 23, "Date": "2023-07-07" }, "geometry": { "type": "Point", "coordinates": [ -158.0880654, 21.3756539 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38257709, "Longitude": -157.7600767, "Species": "Black-crowned Night Heron", "Count": 5, "Date": "2022-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.760076700000013, 21.38257709 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38257709, "Longitude": -157.7600767, "Species": "Black-necked Stilt", "Count": 14, "Date": "2023-07-14" }, "geometry": { "type": "Point", "coordinates": [ -157.760076700000013, 21.38257709 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38257709, "Longitude": -157.7600767, "Species": "Chestnut Munia", "Count": 7, "Date": "2022-06-25" }, "geometry": { "type": "Point", "coordinates": [ -157.760076700000013, 21.38257709 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38257709, "Longitude": -157.7600767, "Species": "Common Gallinule", "Count": 8, "Date": "2022-02-16" }, "geometry": { "type": "Point", "coordinates": [ -157.760076700000013, 21.38257709 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38257709, "Longitude": -157.7600767, "Species": "Common Myna", "Count": 16, "Date": "2023-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.760076700000013, 21.38257709 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38257709, "Longitude": -157.7600767, "Species": "Common Waxbill", "Count": 12, "Date": "2022-06-25" }, "geometry": { "type": "Point", "coordinates": [ -157.760076700000013, 21.38257709 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38257709, "Longitude": -157.7600767, "Species": "Hawaiian Coot", "Count": 6, "Date": "2022-02-16" }, "geometry": { "type": "Point", "coordinates": [ -157.760076700000013, 21.38257709 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38257709, "Longitude": -157.7600767, "Species": "House Finch", "Count": 5, "Date": "2023-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.760076700000013, 21.38257709 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38257709, "Longitude": -157.7600767, "Species": "Java Sparrow", "Count": 3, "Date": "2022-02-26" }, "geometry": { "type": "Point", "coordinates": [ -157.760076700000013, 21.38257709 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38257709, "Longitude": -157.7600767, "Species": "Feral Mallard", "Count": 9, "Date": "2023-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.760076700000013, 21.38257709 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38257709, "Longitude": -157.7600767, "Species": "Muscovy Duck", "Count": 2, "Date": "2021-12-19" }, "geometry": { "type": "Point", "coordinates": [ -157.760076700000013, 21.38257709 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38257709, "Longitude": -157.7600767, "Species": "Northern Cardinal", "Count": 7, "Date": "2021-12-19" }, "geometry": { "type": "Point", "coordinates": [ -157.760076700000013, 21.38257709 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38257709, "Longitude": -157.7600767, "Species": "Northern Shoveler", "Count": 1, "Date": "2022-02-16" }, "geometry": { "type": "Point", "coordinates": [ -157.760076700000013, 21.38257709 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38257709, "Longitude": -157.7600767, "Species": "Pacific Golden-Plover", "Count": 10, "Date": "2023-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.760076700000013, 21.38257709 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38257709, "Longitude": -157.7600767, "Species": "Pectoral Sandpiper", "Count": 1, "Date": "2022-02-14" }, "geometry": { "type": "Point", "coordinates": [ -157.760076700000013, 21.38257709 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38257709, "Longitude": -157.7600767, "Species": "Red Avadavat", "Count": 3, "Date": "2022-02-02" }, "geometry": { "type": "Point", "coordinates": [ -157.760076700000013, 21.38257709 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38257709, "Longitude": -157.7600767, "Species": "Red Junglefowl", "Count": 1, "Date": "2020-01-27" }, "geometry": { "type": "Point", "coordinates": [ -157.760076700000013, 21.38257709 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38257709, "Longitude": -157.7600767, "Species": "Red-crested Cardinal", "Count": 8, "Date": "2022-02-16" }, "geometry": { "type": "Point", "coordinates": [ -157.760076700000013, 21.38257709 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38257709, "Longitude": -157.7600767, "Species": "Red-vented Bulbul", "Count": 6, "Date": "2021-12-19" }, "geometry": { "type": "Point", "coordinates": [ -157.760076700000013, 21.38257709 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38257709, "Longitude": -157.7600767, "Species": "Red-whiskered Bulbul", "Count": 4, "Date": "2020-01-30" }, "geometry": { "type": "Point", "coordinates": [ -157.760076700000013, 21.38257709 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38257709, "Longitude": -157.7600767, "Species": "Rock Pigeon", "Count": 1, "Date": "2020-01-27" }, "geometry": { "type": "Point", "coordinates": [ -157.760076700000013, 21.38257709 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38257709, "Longitude": -157.7600767, "Species": "Spotted Dove", "Count": 9, "Date": "2023-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.760076700000013, 21.38257709 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38257709, "Longitude": -157.7600767, "Species": "Warbling White-eye", "Count": 9, "Date": "2023-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.760076700000013, 21.38257709 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38257709, "Longitude": -157.7600767, "Species": "Western Cattle Egret", "Count": 14, "Date": "2023-07-14" }, "geometry": { "type": "Point", "coordinates": [ -157.760076700000013, 21.38257709 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38257709, "Longitude": -157.7600767, "Species": "White-rumped Shama", "Count": 6, "Date": "2022-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.760076700000013, 21.38257709 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38257709, "Longitude": -157.7600767, "Species": "Zebra Dove", "Count": 12, "Date": "2023-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.760076700000013, 21.38257709 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4032002, "Longitude": -158.1747194, "Species": "African Silverbill", "Count": 1, "Date": "2023-02-14" }, "geometry": { "type": "Point", "coordinates": [ -158.174719399999987, 21.4032002 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4032002, "Longitude": -158.1747194, "Species": "Brown Booby", "Count": 1, "Date": "2021-06-23" }, "geometry": { "type": "Point", "coordinates": [ -158.174719399999987, 21.4032002 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4032002, "Longitude": -158.1747194, "Species": "Common Myna", "Count": 5, "Date": "2023-05-10" }, "geometry": { "type": "Point", "coordinates": [ -158.174719399999987, 21.4032002 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4032002, "Longitude": -158.1747194, "Species": "Common Waxbill", "Count": 2, "Date": "2023-03-06" }, "geometry": { "type": "Point", "coordinates": [ -158.174719399999987, 21.4032002 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4032002, "Longitude": -158.1747194, "Species": "Erckel's Spurfowl", "Count": 2, "Date": "2023-02-15" }, "geometry": { "type": "Point", "coordinates": [ -158.174719399999987, 21.4032002 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4032002, "Longitude": -158.1747194, "Species": "Gray Francolin", "Count": 2, "Date": "2021-06-23" }, "geometry": { "type": "Point", "coordinates": [ -158.174719399999987, 21.4032002 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4032002, "Longitude": -158.1747194, "Species": "Great Frigatebird", "Count": 1, "Date": "2023-03-28" }, "geometry": { "type": "Point", "coordinates": [ -158.174719399999987, 21.4032002 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4032002, "Longitude": -158.1747194, "Species": "House Finch", "Count": 4, "Date": "2023-05-10" }, "geometry": { "type": "Point", "coordinates": [ -158.174719399999987, 21.4032002 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4032002, "Longitude": -158.1747194, "Species": "House Sparrow", "Count": 3, "Date": "2023-05-10" }, "geometry": { "type": "Point", "coordinates": [ -158.174719399999987, 21.4032002 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4032002, "Longitude": -158.1747194, "Species": "Java Sparrow", "Count": 2, "Date": "2023-02-19" }, "geometry": { "type": "Point", "coordinates": [ -158.174719399999987, 21.4032002 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4032002, "Longitude": -158.1747194, "Species": "Northern Cardinal", "Count": 3, "Date": "2022-01-22" }, "geometry": { "type": "Point", "coordinates": [ -158.174719399999987, 21.4032002 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4032002, "Longitude": -158.1747194, "Species": "Pacific Golden-Plover", "Count": 1, "Date": "2022-01-22" }, "geometry": { "type": "Point", "coordinates": [ -158.174719399999987, 21.4032002 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4032002, "Longitude": -158.1747194, "Species": "Red Avadavat", "Count": 1, "Date": "2021-06-23" }, "geometry": { "type": "Point", "coordinates": [ -158.174719399999987, 21.4032002 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4032002, "Longitude": -158.1747194, "Species": "Red Junglefowl", "Count": 1, "Date": "2021-06-23" }, "geometry": { "type": "Point", "coordinates": [ -158.174719399999987, 21.4032002 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4032002, "Longitude": -158.1747194, "Species": "Red-crested Cardinal", "Count": 2, "Date": "2022-01-22" }, "geometry": { "type": "Point", "coordinates": [ -158.174719399999987, 21.4032002 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4032002, "Longitude": -158.1747194, "Species": "Red-vented Bulbul", "Count": 8, "Date": "2023-05-10" }, "geometry": { "type": "Point", "coordinates": [ -158.174719399999987, 21.4032002 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4032002, "Longitude": -158.1747194, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2021-02-20" }, "geometry": { "type": "Point", "coordinates": [ -158.174719399999987, 21.4032002 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4032002, "Longitude": -158.1747194, "Species": "Ring-necked Pheasant", "Count": 1, "Date": "2022-01-22" }, "geometry": { "type": "Point", "coordinates": [ -158.174719399999987, 21.4032002 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4032002, "Longitude": -158.1747194, "Species": "Rock Pigeon", "Count": 5, "Date": "2023-05-10" }, "geometry": { "type": "Point", "coordinates": [ -158.174719399999987, 21.4032002 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4032002, "Longitude": -158.1747194, "Species": "Saffron Finch", "Count": 2, "Date": "2022-01-22" }, "geometry": { "type": "Point", "coordinates": [ -158.174719399999987, 21.4032002 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4032002, "Longitude": -158.1747194, "Species": "Scaly-breasted Munia", "Count": 4, "Date": "2023-02-19" }, "geometry": { "type": "Point", "coordinates": [ -158.174719399999987, 21.4032002 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4032002, "Longitude": -158.1747194, "Species": "Spotted Dove", "Count": 7, "Date": "2023-05-13" }, "geometry": { "type": "Point", "coordinates": [ -158.174719399999987, 21.4032002 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4032002, "Longitude": -158.1747194, "Species": "Warbling White-eye", "Count": 3, "Date": "2022-01-22" }, "geometry": { "type": "Point", "coordinates": [ -158.174719399999987, 21.4032002 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4032002, "Longitude": -158.1747194, "Species": "Western Cattle Egret", "Count": 2, "Date": "2023-05-10" }, "geometry": { "type": "Point", "coordinates": [ -158.174719399999987, 21.4032002 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4032002, "Longitude": -158.1747194, "Species": "White-tailed Tropicbird", "Count": 1, "Date": "2022-03-06" }, "geometry": { "type": "Point", "coordinates": [ -158.174719399999987, 21.4032002 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4032002, "Longitude": -158.1747194, "Species": "Zebra Dove", "Count": 8, "Date": "2023-05-10" }, "geometry": { "type": "Point", "coordinates": [ -158.174719399999987, 21.4032002 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42049292, "Longitude": -158.029897, "Species": "African Silverbill", "Count": 2, "Date": "2022-04-13" }, "geometry": { "type": "Point", "coordinates": [ -158.029897, 21.42049292 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42049292, "Longitude": -158.029897, "Species": "Black Francolin", "Count": 2, "Date": "2022-04-13" }, "geometry": { "type": "Point", "coordinates": [ -158.029897, 21.42049292 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42049292, "Longitude": -158.029897, "Species": "Chestnut Munia", "Count": 2, "Date": "2022-04-13" }, "geometry": { "type": "Point", "coordinates": [ -158.029897, 21.42049292 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42049292, "Longitude": -158.029897, "Species": "Common Myna", "Count": 3, "Date": "2022-04-13" }, "geometry": { "type": "Point", "coordinates": [ -158.029897, 21.42049292 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42049292, "Longitude": -158.029897, "Species": "Common Waxbill", "Count": 3, "Date": "2022-04-13" }, "geometry": { "type": "Point", "coordinates": [ -158.029897, 21.42049292 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42049292, "Longitude": -158.029897, "Species": "Eurasian Skylark", "Count": 3, "Date": "2022-04-13" }, "geometry": { "type": "Point", "coordinates": [ -158.029897, 21.42049292 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42049292, "Longitude": -158.029897, "Species": "Gray Francolin", "Count": 3, "Date": "2022-04-13" }, "geometry": { "type": "Point", "coordinates": [ -158.029897, 21.42049292 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42049292, "Longitude": -158.029897, "Species": "House Finch", "Count": 3, "Date": "2022-04-13" }, "geometry": { "type": "Point", "coordinates": [ -158.029897, 21.42049292 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42049292, "Longitude": -158.029897, "Species": "Java Sparrow", "Count": 2, "Date": "2022-04-13" }, "geometry": { "type": "Point", "coordinates": [ -158.029897, 21.42049292 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42049292, "Longitude": -158.029897, "Species": "Northern Cardinal", "Count": 2, "Date": "2022-04-12" }, "geometry": { "type": "Point", "coordinates": [ -158.029897, 21.42049292 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42049292, "Longitude": -158.029897, "Species": "Pacific Golden-Plover", "Count": 2, "Date": "2022-04-13" }, "geometry": { "type": "Point", "coordinates": [ -158.029897, 21.42049292 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42049292, "Longitude": -158.029897, "Species": "Red Avadavat", "Count": 3, "Date": "2022-04-13" }, "geometry": { "type": "Point", "coordinates": [ -158.029897, 21.42049292 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42049292, "Longitude": -158.029897, "Species": "Red Junglefowl", "Count": 1, "Date": "2019-10-30" }, "geometry": { "type": "Point", "coordinates": [ -158.029897, 21.42049292 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42049292, "Longitude": -158.029897, "Species": "Red-crested Cardinal", "Count": 2, "Date": "2022-04-13" }, "geometry": { "type": "Point", "coordinates": [ -158.029897, 21.42049292 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42049292, "Longitude": -158.029897, "Species": "Red-vented Bulbul", "Count": 3, "Date": "2022-04-13" }, "geometry": { "type": "Point", "coordinates": [ -158.029897, 21.42049292 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42049292, "Longitude": -158.029897, "Species": "Red-whiskered Bulbul", "Count": 2, "Date": "2022-04-12" }, "geometry": { "type": "Point", "coordinates": [ -158.029897, 21.42049292 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42049292, "Longitude": -158.029897, "Species": "Ring-necked Pheasant", "Count": 2, "Date": "2022-04-13" }, "geometry": { "type": "Point", "coordinates": [ -158.029897, 21.42049292 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42049292, "Longitude": -158.029897, "Species": "Rock Pigeon", "Count": 2, "Date": "2022-04-13" }, "geometry": { "type": "Point", "coordinates": [ -158.029897, 21.42049292 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42049292, "Longitude": -158.029897, "Species": "Rose-ringed Parakeet", "Count": 3, "Date": "2022-04-13" }, "geometry": { "type": "Point", "coordinates": [ -158.029897, 21.42049292 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42049292, "Longitude": -158.029897, "Species": "Ruddy Turnstone", "Count": 2, "Date": "2022-04-13" }, "geometry": { "type": "Point", "coordinates": [ -158.029897, 21.42049292 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42049292, "Longitude": -158.029897, "Species": "Saffron Finch", "Count": 2, "Date": "2022-04-12" }, "geometry": { "type": "Point", "coordinates": [ -158.029897, 21.42049292 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42049292, "Longitude": -158.029897, "Species": "Scaly-breasted Munia", "Count": 1, "Date": "2022-04-13" }, "geometry": { "type": "Point", "coordinates": [ -158.029897, 21.42049292 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42049292, "Longitude": -158.029897, "Species": "Spotted Dove", "Count": 3, "Date": "2022-04-13" }, "geometry": { "type": "Point", "coordinates": [ -158.029897, 21.42049292 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42049292, "Longitude": -158.029897, "Species": "Warbling White-eye", "Count": 3, "Date": "2022-04-13" }, "geometry": { "type": "Point", "coordinates": [ -158.029897, 21.42049292 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42049292, "Longitude": -158.029897, "Species": "Western Cattle Egret", "Count": 3, "Date": "2022-04-13" }, "geometry": { "type": "Point", "coordinates": [ -158.029897, 21.42049292 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42049292, "Longitude": -158.029897, "Species": "Zebra Dove", "Count": 3, "Date": "2022-04-13" }, "geometry": { "type": "Point", "coordinates": [ -158.029897, 21.42049292 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48464968, "Longitude": -158.203219, "Species": "Black-crowned Night Heron", "Count": 1, "Date": "2022-01-05" }, "geometry": { "type": "Point", "coordinates": [ -158.203219, 21.48464968 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48464968, "Longitude": -158.203219, "Species": "Chinese Hwamei", "Count": 2, "Date": "2019-09-27" }, "geometry": { "type": "Point", "coordinates": [ -158.203219, 21.48464968 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48464968, "Longitude": -158.203219, "Species": "Common Myna", "Count": 11, "Date": "2022-02-04" }, "geometry": { "type": "Point", "coordinates": [ -158.203219, 21.48464968 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48464968, "Longitude": -158.203219, "Species": "Common Waxbill", "Count": 9, "Date": "2022-02-04" }, "geometry": { "type": "Point", "coordinates": [ -158.203219, 21.48464968 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48464968, "Longitude": -158.203219, "Species": "Erckel's Spurfowl", "Count": 7, "Date": "2022-02-04" }, "geometry": { "type": "Point", "coordinates": [ -158.203219, 21.48464968 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48464968, "Longitude": -158.203219, "Species": "Great Frigatebird", "Count": 1, "Date": "2019-06-30" }, "geometry": { "type": "Point", "coordinates": [ -158.203219, 21.48464968 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48464968, "Longitude": -158.203219, "Species": "House Finch", "Count": 12, "Date": "2022-02-04" }, "geometry": { "type": "Point", "coordinates": [ -158.203219, 21.48464968 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48464968, "Longitude": -158.203219, "Species": "House Sparrow", "Count": 3, "Date": "2020-01-19" }, "geometry": { "type": "Point", "coordinates": [ -158.203219, 21.48464968 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48464968, "Longitude": -158.203219, "Species": "Indian Peafowl", "Count": 20, "Date": "2024-01-30" }, "geometry": { "type": "Point", "coordinates": [ -158.203219, 21.48464968 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48464968, "Longitude": -158.203219, "Species": "Japanese Bush Warbler", "Count": 1, "Date": "2020-01-19" }, "geometry": { "type": "Point", "coordinates": [ -158.203219, 21.48464968 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48464968, "Longitude": -158.203219, "Species": "Java Sparrow", "Count": 3, "Date": "2022-01-09" }, "geometry": { "type": "Point", "coordinates": [ -158.203219, 21.48464968 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48464968, "Longitude": -158.203219, "Species": "Northern Cardinal", "Count": 7, "Date": "2022-02-04" }, "geometry": { "type": "Point", "coordinates": [ -158.203219, 21.48464968 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48464968, "Longitude": -158.203219, "Species": "Red Avadavat", "Count": 1, "Date": "2019-04-10" }, "geometry": { "type": "Point", "coordinates": [ -158.203219, 21.48464968 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48464968, "Longitude": -158.203219, "Species": "Red Junglefowl", "Count": 1, "Date": "2019-10-05" }, "geometry": { "type": "Point", "coordinates": [ -158.203219, 21.48464968 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48464968, "Longitude": -158.203219, "Species": "Red-crested Cardinal", "Count": 10, "Date": "2022-01-07" }, "geometry": { "type": "Point", "coordinates": [ -158.203219, 21.48464968 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48464968, "Longitude": -158.203219, "Species": "Red-vented Bulbul", "Count": 15, "Date": "2022-02-04" }, "geometry": { "type": "Point", "coordinates": [ -158.203219, 21.48464968 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48464968, "Longitude": -158.203219, "Species": "Ring-necked Pheasant", "Count": 1, "Date": "2020-01-19" }, "geometry": { "type": "Point", "coordinates": [ -158.203219, 21.48464968 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48464968, "Longitude": -158.203219, "Species": "Rock Pigeon", "Count": 3, "Date": "2022-01-17" }, "geometry": { "type": "Point", "coordinates": [ -158.203219, 21.48464968 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48464968, "Longitude": -158.203219, "Species": "Saffron Finch", "Count": 9, "Date": "2022-02-04" }, "geometry": { "type": "Point", "coordinates": [ -158.203219, 21.48464968 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48464968, "Longitude": -158.203219, "Species": "Scaly-breasted Munia", "Count": 2, "Date": "2020-01-19" }, "geometry": { "type": "Point", "coordinates": [ -158.203219, 21.48464968 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48464968, "Longitude": -158.203219, "Species": "Spotted Dove", "Count": 9, "Date": "2022-01-17" }, "geometry": { "type": "Point", "coordinates": [ -158.203219, 21.48464968 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48464968, "Longitude": -158.203219, "Species": "Warbling White-eye", "Count": 8, "Date": "2022-02-04" }, "geometry": { "type": "Point", "coordinates": [ -158.203219, 21.48464968 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48464968, "Longitude": -158.203219, "Species": "Western Cattle Egret", "Count": 1, "Date": "2020-01-19" }, "geometry": { "type": "Point", "coordinates": [ -158.203219, 21.48464968 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48464968, "Longitude": -158.203219, "Species": "White-rumped Shama", "Count": 1, "Date": "2020-01-19" }, "geometry": { "type": "Point", "coordinates": [ -158.203219, 21.48464968 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48464968, "Longitude": -158.203219, "Species": "White-tailed Tropicbird", "Count": 3, "Date": "2022-01-09" }, "geometry": { "type": "Point", "coordinates": [ -158.203219, 21.48464968 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48464968, "Longitude": -158.203219, "Species": "Zebra Dove", "Count": 13, "Date": "2022-02-04" }, "geometry": { "type": "Point", "coordinates": [ -158.203219, 21.48464968 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50966318, "Longitude": -157.8458831, "Species": "Black-crowned Night Heron", "Count": 3, "Date": "2023-05-09" }, "geometry": { "type": "Point", "coordinates": [ -157.8458831, 21.50966318 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50966318, "Longitude": -157.8458831, "Species": "Black-necked Stilt", "Count": 5, "Date": "2023-05-28" }, "geometry": { "type": "Point", "coordinates": [ -157.8458831, 21.50966318 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50966318, "Longitude": -157.8458831, "Species": "Chestnut Munia", "Count": 14, "Date": "2023-05-09" }, "geometry": { "type": "Point", "coordinates": [ -157.8458831, 21.50966318 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50966318, "Longitude": -157.8458831, "Species": "Common Gallinule", "Count": 1, "Date": "2023-05-09" }, "geometry": { "type": "Point", "coordinates": [ -157.8458831, 21.50966318 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50966318, "Longitude": -157.8458831, "Species": "Common Myna", "Count": 25, "Date": "2023-05-09" }, "geometry": { "type": "Point", "coordinates": [ -157.8458831, 21.50966318 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50966318, "Longitude": -157.8458831, "Species": "Common Waxbill", "Count": 16, "Date": "2023-04-30" }, "geometry": { "type": "Point", "coordinates": [ -157.8458831, 21.50966318 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50966318, "Longitude": -157.8458831, "Species": "House Finch", "Count": 16, "Date": "2022-09-20" }, "geometry": { "type": "Point", "coordinates": [ -157.8458831, 21.50966318 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50966318, "Longitude": -157.8458831, "Species": "House Sparrow", "Count": 1, "Date": "2022-11-11" }, "geometry": { "type": "Point", "coordinates": [ -157.8458831, 21.50966318 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50966318, "Longitude": -157.8458831, "Species": "Indian Peafowl", "Count": 1, "Date": "2023-04-30" }, "geometry": { "type": "Point", "coordinates": [ -157.8458831, 21.50966318 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50966318, "Longitude": -157.8458831, "Species": "Java Sparrow", "Count": 1, "Date": "2022-11-29" }, "geometry": { "type": "Point", "coordinates": [ -157.8458831, 21.50966318 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50966318, "Longitude": -157.8458831, "Species": "Feral Mallard", "Count": 1, "Date": "2023-05-09" }, "geometry": { "type": "Point", "coordinates": [ -157.8458831, 21.50966318 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50966318, "Longitude": -157.8458831, "Species": "Northern Cardinal", "Count": 4, "Date": "2022-06-30" }, "geometry": { "type": "Point", "coordinates": [ -157.8458831, 21.50966318 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50966318, "Longitude": -157.8458831, "Species": "Oahu Amakihi", "Count": 1, "Date": "2022-01-15" }, "geometry": { "type": "Point", "coordinates": [ -157.8458831, 21.50966318 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50966318, "Longitude": -157.8458831, "Species": "Pacific Golden-Plover", "Count": 5, "Date": "2022-12-28" }, "geometry": { "type": "Point", "coordinates": [ -157.8458831, 21.50966318 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50966318, "Longitude": -157.8458831, "Species": "Red Junglefowl", "Count": 3, "Date": "2023-05-09" }, "geometry": { "type": "Point", "coordinates": [ -157.8458831, 21.50966318 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50966318, "Longitude": -157.8458831, "Species": "Red-billed Leiothrix", "Count": 10, "Date": "2022-12-28" }, "geometry": { "type": "Point", "coordinates": [ -157.8458831, 21.50966318 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50966318, "Longitude": -157.8458831, "Species": "Red-crested Cardinal", "Count": 10, "Date": "2023-05-09" }, "geometry": { "type": "Point", "coordinates": [ -157.8458831, 21.50966318 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50966318, "Longitude": -157.8458831, "Species": "Red-vented Bulbul", "Count": 20, "Date": "2023-05-09" }, "geometry": { "type": "Point", "coordinates": [ -157.8458831, 21.50966318 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50966318, "Longitude": -157.8458831, "Species": "Red-whiskered Bulbul", "Count": 11, "Date": "2022-09-20" }, "geometry": { "type": "Point", "coordinates": [ -157.8458831, 21.50966318 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50966318, "Longitude": -157.8458831, "Species": "Scaly-breasted Munia", "Count": 10, "Date": "2022-09-20" }, "geometry": { "type": "Point", "coordinates": [ -157.8458831, 21.50966318 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50966318, "Longitude": -157.8458831, "Species": "Spotted Dove", "Count": 10, "Date": "2023-05-09" }, "geometry": { "type": "Point", "coordinates": [ -157.8458831, 21.50966318 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50966318, "Longitude": -157.8458831, "Species": "Wandering Tattler", "Count": 1, "Date": "2022-11-25" }, "geometry": { "type": "Point", "coordinates": [ -157.8458831, 21.50966318 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50966318, "Longitude": -157.8458831, "Species": "Warbling White-eye", "Count": 21, "Date": "2023-04-30" }, "geometry": { "type": "Point", "coordinates": [ -157.8458831, 21.50966318 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50966318, "Longitude": -157.8458831, "Species": "Western Cattle Egret", "Count": 12, "Date": "2023-05-28" }, "geometry": { "type": "Point", "coordinates": [ -157.8458831, 21.50966318 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50966318, "Longitude": -157.8458831, "Species": "White-rumped Shama", "Count": 16, "Date": "2023-06-12" }, "geometry": { "type": "Point", "coordinates": [ -157.8458831, 21.50966318 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50966318, "Longitude": -157.8458831, "Species": "Zebra Dove", "Count": 18, "Date": "2023-05-09" }, "geometry": { "type": "Point", "coordinates": [ -157.8458831, 21.50966318 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69144682, "Longitude": -158.0184253, "Species": "Black Noddy", "Count": 2, "Date": "2019-08-11" }, "geometry": { "type": "Point", "coordinates": [ -158.0184253, 21.69144682 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69144682, "Longitude": -158.0184253, "Species": "Bristle-thighed Curlew", "Count": 1, "Date": "2020-09-11" }, "geometry": { "type": "Point", "coordinates": [ -158.0184253, 21.69144682 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69144682, "Longitude": -158.0184253, "Species": "Brown Booby", "Count": 1, "Date": "2023-09-17" }, "geometry": { "type": "Point", "coordinates": [ -158.0184253, 21.69144682 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69144682, "Longitude": -158.0184253, "Species": "Brown Noddy", "Count": 1, "Date": "2023-05-20" }, "geometry": { "type": "Point", "coordinates": [ -158.0184253, 21.69144682 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69144682, "Longitude": -158.0184253, "Species": "Common Myna", "Count": 12, "Date": "2024-01-02" }, "geometry": { "type": "Point", "coordinates": [ -158.0184253, 21.69144682 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69144682, "Longitude": -158.0184253, "Species": "Gray Francolin", "Count": 2, "Date": "2019-08-13" }, "geometry": { "type": "Point", "coordinates": [ -158.0184253, 21.69144682 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69144682, "Longitude": -158.0184253, "Species": "Great Frigatebird", "Count": 2, "Date": "2023-09-17" }, "geometry": { "type": "Point", "coordinates": [ -158.0184253, 21.69144682 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69144682, "Longitude": -158.0184253, "Species": "House Finch", "Count": 2, "Date": "2019-08-11" }, "geometry": { "type": "Point", "coordinates": [ -158.0184253, 21.69144682 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69144682, "Longitude": -158.0184253, "Species": "House Sparrow", "Count": 3, "Date": "2019-09-21" }, "geometry": { "type": "Point", "coordinates": [ -158.0184253, 21.69144682 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69144682, "Longitude": -158.0184253, "Species": "Java Sparrow", "Count": 3, "Date": "2024-01-02" }, "geometry": { "type": "Point", "coordinates": [ -158.0184253, 21.69144682 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69144682, "Longitude": -158.0184253, "Species": "Laysan Albatross", "Count": 2, "Date": "2022-12-25" }, "geometry": { "type": "Point", "coordinates": [ -158.0184253, 21.69144682 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69144682, "Longitude": -158.0184253, "Species": "Masked Booby", "Count": 1, "Date": "2023-10-30" }, "geometry": { "type": "Point", "coordinates": [ -158.0184253, 21.69144682 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69144682, "Longitude": -158.0184253, "Species": "Pacific Golden-Plover", "Count": 1, "Date": "2020-09-11" }, "geometry": { "type": "Point", "coordinates": [ -158.0184253, 21.69144682 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69144682, "Longitude": -158.0184253, "Species": "Red Junglefowl", "Count": 3, "Date": "2023-05-20" }, "geometry": { "type": "Point", "coordinates": [ -158.0184253, 21.69144682 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69144682, "Longitude": -158.0184253, "Species": "Red-crested Cardinal", "Count": 2, "Date": "2020-09-11" }, "geometry": { "type": "Point", "coordinates": [ -158.0184253, 21.69144682 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69144682, "Longitude": -158.0184253, "Species": "Rock Pigeon", "Count": 2, "Date": "2019-08-11" }, "geometry": { "type": "Point", "coordinates": [ -158.0184253, 21.69144682 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69144682, "Longitude": -158.0184253, "Species": "Ruddy Turnstone", "Count": 1, "Date": "2023-10-30" }, "geometry": { "type": "Point", "coordinates": [ -158.0184253, 21.69144682 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69144682, "Longitude": -158.0184253, "Species": "Saffron Finch", "Count": 1, "Date": "2023-12-21" }, "geometry": { "type": "Point", "coordinates": [ -158.0184253, 21.69144682 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69144682, "Longitude": -158.0184253, "Species": "Spotted Dove", "Count": 5, "Date": "2023-12-21" }, "geometry": { "type": "Point", "coordinates": [ -158.0184253, 21.69144682 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69144682, "Longitude": -158.0184253, "Species": "Wandering Tattler", "Count": 6, "Date": "2023-10-30" }, "geometry": { "type": "Point", "coordinates": [ -158.0184253, 21.69144682 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69144682, "Longitude": -158.0184253, "Species": "Warbling White-eye", "Count": 2, "Date": "2023-12-21" }, "geometry": { "type": "Point", "coordinates": [ -158.0184253, 21.69144682 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69144682, "Longitude": -158.0184253, "Species": "Wedge-tailed Shearwater", "Count": 1, "Date": "2023-09-02" }, "geometry": { "type": "Point", "coordinates": [ -158.0184253, 21.69144682 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69144682, "Longitude": -158.0184253, "Species": "White Tern", "Count": 1, "Date": "2023-09-02" }, "geometry": { "type": "Point", "coordinates": [ -158.0184253, 21.69144682 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69144682, "Longitude": -158.0184253, "Species": "Zebra Dove", "Count": 9, "Date": "2024-01-02" }, "geometry": { "type": "Point", "coordinates": [ -158.0184253, 21.69144682 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26528758, "Longitude": -157.7803371, "Species": "Black-crowned Night Heron", "Count": 3, "Date": "2024-01-16" }, "geometry": { "type": "Point", "coordinates": [ -157.7803371, 21.26528758 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26528758, "Longitude": -157.7803371, "Species": "Brown Booby", "Count": 1, "Date": "2020-09-25" }, "geometry": { "type": "Point", "coordinates": [ -157.7803371, 21.26528758 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26528758, "Longitude": -157.7803371, "Species": "Common Myna", "Count": 10, "Date": "2024-01-16" }, "geometry": { "type": "Point", "coordinates": [ -157.7803371, 21.26528758 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26528758, "Longitude": -157.7803371, "Species": "Common Waxbill", "Count": 3, "Date": "2023-09-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7803371, 21.26528758 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26528758, "Longitude": -157.7803371, "Species": "Gray Francolin", "Count": 1, "Date": "2022-08-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7803371, 21.26528758 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26528758, "Longitude": -157.7803371, "Species": "Great Frigatebird", "Count": 1, "Date": "2022-07-01" }, "geometry": { "type": "Point", "coordinates": [ -157.7803371, 21.26528758 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26528758, "Longitude": -157.7803371, "Species": "House Finch", "Count": 3, "Date": "2023-09-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7803371, 21.26528758 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26528758, "Longitude": -157.7803371, "Species": "House Sparrow", "Count": 3, "Date": "2024-01-16" }, "geometry": { "type": "Point", "coordinates": [ -157.7803371, 21.26528758 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26528758, "Longitude": -157.7803371, "Species": "Pacific Golden-Plover", "Count": 4, "Date": "2024-01-16" }, "geometry": { "type": "Point", "coordinates": [ -157.7803371, 21.26528758 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26528758, "Longitude": -157.7803371, "Species": "Red Junglefowl", "Count": 1, "Date": "2023-10-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7803371, 21.26528758 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26528758, "Longitude": -157.7803371, "Species": "Red-crested Cardinal", "Count": 6, "Date": "2024-01-16" }, "geometry": { "type": "Point", "coordinates": [ -157.7803371, 21.26528758 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26528758, "Longitude": -157.7803371, "Species": "Red-masked Parakeet", "Count": 2, "Date": "2022-11-14" }, "geometry": { "type": "Point", "coordinates": [ -157.7803371, 21.26528758 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26528758, "Longitude": -157.7803371, "Species": "Red-vented Bulbul", "Count": 8, "Date": "2023-10-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7803371, 21.26528758 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26528758, "Longitude": -157.7803371, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2021-05-30" }, "geometry": { "type": "Point", "coordinates": [ -157.7803371, 21.26528758 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26528758, "Longitude": -157.7803371, "Species": "Rock Pigeon", "Count": 5, "Date": "2024-01-16" }, "geometry": { "type": "Point", "coordinates": [ -157.7803371, 21.26528758 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26528758, "Longitude": -157.7803371, "Species": "Rose-ringed Parakeet", "Count": 1, "Date": "2021-02-07" }, "geometry": { "type": "Point", "coordinates": [ -157.7803371, 21.26528758 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26528758, "Longitude": -157.7803371, "Species": "Scaly-breasted Munia", "Count": 2, "Date": "2022-07-07" }, "geometry": { "type": "Point", "coordinates": [ -157.7803371, 21.26528758 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26528758, "Longitude": -157.7803371, "Species": "Spotted Dove", "Count": 6, "Date": "2024-01-16" }, "geometry": { "type": "Point", "coordinates": [ -157.7803371, 21.26528758 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26528758, "Longitude": -157.7803371, "Species": "Wandering Tattler", "Count": 2, "Date": "2022-11-14" }, "geometry": { "type": "Point", "coordinates": [ -157.7803371, 21.26528758 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26528758, "Longitude": -157.7803371, "Species": "Warbling White-eye", "Count": 4, "Date": "2023-06-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7803371, 21.26528758 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26528758, "Longitude": -157.7803371, "Species": "Wedge-tailed Shearwater", "Count": 2, "Date": "2022-11-14" }, "geometry": { "type": "Point", "coordinates": [ -157.7803371, 21.26528758 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26528758, "Longitude": -157.7803371, "Species": "Western Cattle Egret", "Count": 5, "Date": "2023-09-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7803371, 21.26528758 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26528758, "Longitude": -157.7803371, "Species": "White Tern", "Count": 8, "Date": "2023-09-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7803371, 21.26528758 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26528758, "Longitude": -157.7803371, "Species": "Yellow-fronted Canary", "Count": 2, "Date": "2023-09-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7803371, 21.26528758 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26528758, "Longitude": -157.7803371, "Species": "Zebra Dove", "Count": 7, "Date": "2024-01-16" }, "geometry": { "type": "Point", "coordinates": [ -157.7803371, 21.26528758 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27445931, "Longitude": -157.7995378, "Species": "Black-crowned Night Heron", "Count": 1, "Date": "2019-08-18" }, "geometry": { "type": "Point", "coordinates": [ -157.7995378, 21.27445931 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27445931, "Longitude": -157.7995378, "Species": "Chestnut Munia", "Count": 1, "Date": "2024-02-11" }, "geometry": { "type": "Point", "coordinates": [ -157.7995378, 21.27445931 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27445931, "Longitude": -157.7995378, "Species": "Common Myna", "Count": 24, "Date": "2024-02-11" }, "geometry": { "type": "Point", "coordinates": [ -157.7995378, 21.27445931 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27445931, "Longitude": -157.7995378, "Species": "Common Waxbill", "Count": 12, "Date": "2023-08-24" }, "geometry": { "type": "Point", "coordinates": [ -157.7995378, 21.27445931 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27445931, "Longitude": -157.7995378, "Species": "Great Frigatebird", "Count": 2, "Date": "2023-02-18" }, "geometry": { "type": "Point", "coordinates": [ -157.7995378, 21.27445931 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27445931, "Longitude": -157.7995378, "Species": "House Finch", "Count": 11, "Date": "2024-02-11" }, "geometry": { "type": "Point", "coordinates": [ -157.7995378, 21.27445931 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27445931, "Longitude": -157.7995378, "Species": "House Sparrow", "Count": 12, "Date": "2022-08-19" }, "geometry": { "type": "Point", "coordinates": [ -157.7995378, 21.27445931 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27445931, "Longitude": -157.7995378, "Species": "Java Sparrow", "Count": 8, "Date": "2023-02-13" }, "geometry": { "type": "Point", "coordinates": [ -157.7995378, 21.27445931 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27445931, "Longitude": -157.7995378, "Species": "Northern Cardinal", "Count": 3, "Date": "2022-08-19" }, "geometry": { "type": "Point", "coordinates": [ -157.7995378, 21.27445931 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27445931, "Longitude": -157.7995378, "Species": "Northern Mockingbird", "Count": 1, "Date": "2024-02-11" }, "geometry": { "type": "Point", "coordinates": [ -157.7995378, 21.27445931 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27445931, "Longitude": -157.7995378, "Species": "Pacific Golden-Plover", "Count": 12, "Date": "2023-08-24" }, "geometry": { "type": "Point", "coordinates": [ -157.7995378, 21.27445931 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27445931, "Longitude": -157.7995378, "Species": "Red Junglefowl", "Count": 11, "Date": "2024-02-11" }, "geometry": { "type": "Point", "coordinates": [ -157.7995378, 21.27445931 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27445931, "Longitude": -157.7995378, "Species": "Red-crested Cardinal", "Count": 19, "Date": "2024-02-11" }, "geometry": { "type": "Point", "coordinates": [ -157.7995378, 21.27445931 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27445931, "Longitude": -157.7995378, "Species": "Red-masked Parakeet", "Count": 3, "Date": "2023-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.7995378, 21.27445931 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27445931, "Longitude": -157.7995378, "Species": "Red-vented Bulbul", "Count": 19, "Date": "2023-11-04" }, "geometry": { "type": "Point", "coordinates": [ -157.7995378, 21.27445931 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27445931, "Longitude": -157.7995378, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2020-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.7995378, 21.27445931 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27445931, "Longitude": -157.7995378, "Species": "Rock Pigeon", "Count": 13, "Date": "2024-02-11" }, "geometry": { "type": "Point", "coordinates": [ -157.7995378, 21.27445931 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27445931, "Longitude": -157.7995378, "Species": "Rose-ringed Parakeet", "Count": 10, "Date": "2024-02-11" }, "geometry": { "type": "Point", "coordinates": [ -157.7995378, 21.27445931 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27445931, "Longitude": -157.7995378, "Species": "Saffron Finch", "Count": 4, "Date": "2022-03-09" }, "geometry": { "type": "Point", "coordinates": [ -157.7995378, 21.27445931 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27445931, "Longitude": -157.7995378, "Species": "Scaly-breasted Munia", "Count": 1, "Date": "2020-07-03" }, "geometry": { "type": "Point", "coordinates": [ -157.7995378, 21.27445931 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27445931, "Longitude": -157.7995378, "Species": "Spotted Dove", "Count": 14, "Date": "2024-02-11" }, "geometry": { "type": "Point", "coordinates": [ -157.7995378, 21.27445931 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27445931, "Longitude": -157.7995378, "Species": "Warbling White-eye", "Count": 9, "Date": "2024-02-11" }, "geometry": { "type": "Point", "coordinates": [ -157.7995378, 21.27445931 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27445931, "Longitude": -157.7995378, "Species": "Western Cattle Egret", "Count": 17, "Date": "2024-02-11" }, "geometry": { "type": "Point", "coordinates": [ -157.7995378, 21.27445931 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27445931, "Longitude": -157.7995378, "Species": "White Tern", "Count": 12, "Date": "2023-08-24" }, "geometry": { "type": "Point", "coordinates": [ -157.7995378, 21.27445931 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27445931, "Longitude": -157.7995378, "Species": "White-rumped Shama", "Count": 3, "Date": "2022-05-07" }, "geometry": { "type": "Point", "coordinates": [ -157.7995378, 21.27445931 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27445931, "Longitude": -157.7995378, "Species": "Yellow-fronted Canary", "Count": 9, "Date": "2022-08-19" }, "geometry": { "type": "Point", "coordinates": [ -157.7995378, 21.27445931 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27445931, "Longitude": -157.7995378, "Species": "Zebra Dove", "Count": 24, "Date": "2024-02-16" }, "geometry": { "type": "Point", "coordinates": [ -157.7995378, 21.27445931 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28314176, "Longitude": -157.7512741, "Species": "Black-crowned Night Heron", "Count": 1, "Date": "2020-01-03" }, "geometry": { "type": "Point", "coordinates": [ -157.751274099999989, 21.28314176 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28314176, "Longitude": -157.7512741, "Species": "Common Myna", "Count": 7, "Date": "2023-06-30" }, "geometry": { "type": "Point", "coordinates": [ -157.751274099999989, 21.28314176 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28314176, "Longitude": -157.7512741, "Species": "Common Waxbill", "Count": 1, "Date": "2022-07-04" }, "geometry": { "type": "Point", "coordinates": [ -157.751274099999989, 21.28314176 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28314176, "Longitude": -157.7512741, "Species": "Great Frigatebird", "Count": 4, "Date": "2022-07-10" }, "geometry": { "type": "Point", "coordinates": [ -157.751274099999989, 21.28314176 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28314176, "Longitude": -157.7512741, "Species": "House Finch", "Count": 5, "Date": "2023-06-30" }, "geometry": { "type": "Point", "coordinates": [ -157.751274099999989, 21.28314176 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28314176, "Longitude": -157.7512741, "Species": "House Sparrow", "Count": 2, "Date": "2023-06-30" }, "geometry": { "type": "Point", "coordinates": [ -157.751274099999989, 21.28314176 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28314176, "Longitude": -157.7512741, "Species": "Java Sparrow", "Count": 6, "Date": "2023-06-30" }, "geometry": { "type": "Point", "coordinates": [ -157.751274099999989, 21.28314176 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28314176, "Longitude": -157.7512741, "Species": "Lavender Waxbill", "Count": 1, "Date": "2022-04-27" }, "geometry": { "type": "Point", "coordinates": [ -157.751274099999989, 21.28314176 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28314176, "Longitude": -157.7512741, "Species": "Feral Mallard", "Count": 1, "Date": "2020-01-03" }, "geometry": { "type": "Point", "coordinates": [ -157.751274099999989, 21.28314176 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28314176, "Longitude": -157.7512741, "Species": "Northern Cardinal", "Count": 5, "Date": "2023-06-30" }, "geometry": { "type": "Point", "coordinates": [ -157.751274099999989, 21.28314176 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28314176, "Longitude": -157.7512741, "Species": "Pacific Golden-Plover", "Count": 3, "Date": "2023-11-23" }, "geometry": { "type": "Point", "coordinates": [ -157.751274099999989, 21.28314176 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28314176, "Longitude": -157.7512741, "Species": "Red-crested Cardinal", "Count": 4, "Date": "2023-06-30" }, "geometry": { "type": "Point", "coordinates": [ -157.751274099999989, 21.28314176 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28314176, "Longitude": -157.7512741, "Species": "Red-masked Parakeet", "Count": 3, "Date": "2023-04-20" }, "geometry": { "type": "Point", "coordinates": [ -157.751274099999989, 21.28314176 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28314176, "Longitude": -157.7512741, "Species": "Red-vented Bulbul", "Count": 12, "Date": "2023-11-23" }, "geometry": { "type": "Point", "coordinates": [ -157.751274099999989, 21.28314176 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28314176, "Longitude": -157.7512741, "Species": "Red-whiskered Bulbul", "Count": 3, "Date": "2023-11-23" }, "geometry": { "type": "Point", "coordinates": [ -157.751274099999989, 21.28314176 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28314176, "Longitude": -157.7512741, "Species": "Rock Pigeon", "Count": 4, "Date": "2023-04-20" }, "geometry": { "type": "Point", "coordinates": [ -157.751274099999989, 21.28314176 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28314176, "Longitude": -157.7512741, "Species": "Rose-ringed Parakeet", "Count": 3, "Date": "2023-04-20" }, "geometry": { "type": "Point", "coordinates": [ -157.751274099999989, 21.28314176 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28314176, "Longitude": -157.7512741, "Species": "Scaly-breasted Munia", "Count": 1, "Date": "2022-07-10" }, "geometry": { "type": "Point", "coordinates": [ -157.751274099999989, 21.28314176 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28314176, "Longitude": -157.7512741, "Species": "Spotted Dove", "Count": 9, "Date": "2023-06-30" }, "geometry": { "type": "Point", "coordinates": [ -157.751274099999989, 21.28314176 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28314176, "Longitude": -157.7512741, "Species": "Warbling White-eye", "Count": 6, "Date": "2023-06-30" }, "geometry": { "type": "Point", "coordinates": [ -157.751274099999989, 21.28314176 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28314176, "Longitude": -157.7512741, "Species": "Western Cattle Egret", "Count": 6, "Date": "2023-06-30" }, "geometry": { "type": "Point", "coordinates": [ -157.751274099999989, 21.28314176 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28314176, "Longitude": -157.7512741, "Species": "White Tern", "Count": 5, "Date": "2023-06-30" }, "geometry": { "type": "Point", "coordinates": [ -157.751274099999989, 21.28314176 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28314176, "Longitude": -157.7512741, "Species": "White-rumped Shama", "Count": 4, "Date": "2023-06-30" }, "geometry": { "type": "Point", "coordinates": [ -157.751274099999989, 21.28314176 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28314176, "Longitude": -157.7512741, "Species": "White-tailed Tropicbird", "Count": 1, "Date": "2023-03-07" }, "geometry": { "type": "Point", "coordinates": [ -157.751274099999989, 21.28314176 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28314176, "Longitude": -157.7512741, "Species": "Yellow-fronted Canary", "Count": 2, "Date": "2023-06-30" }, "geometry": { "type": "Point", "coordinates": [ -157.751274099999989, 21.28314176 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28314176, "Longitude": -157.7512741, "Species": "Zebra Dove", "Count": 6, "Date": "2023-04-20" }, "geometry": { "type": "Point", "coordinates": [ -157.751274099999989, 21.28314176 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29252593, "Longitude": -157.7993909, "Species": "Barn Owl", "Count": 1, "Date": "2021-02-05" }, "geometry": { "type": "Point", "coordinates": [ -157.7993909, 21.29252593 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29252593, "Longitude": -157.7993909, "Species": "Chestnut Munia", "Count": 2, "Date": "2023-08-29" }, "geometry": { "type": "Point", "coordinates": [ -157.7993909, 21.29252593 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29252593, "Longitude": -157.7993909, "Species": "Common Myna", "Count": 8, "Date": "2024-01-31" }, "geometry": { "type": "Point", "coordinates": [ -157.7993909, 21.29252593 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29252593, "Longitude": -157.7993909, "Species": "Common Waxbill", "Count": 9, "Date": "2023-08-02" }, "geometry": { "type": "Point", "coordinates": [ -157.7993909, 21.29252593 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29252593, "Longitude": -157.7993909, "Species": "Hawaiian Coot", "Count": 1, "Date": "2022-04-07" }, "geometry": { "type": "Point", "coordinates": [ -157.7993909, 21.29252593 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29252593, "Longitude": -157.7993909, "Species": "House Finch", "Count": 5, "Date": "2022-04-07" }, "geometry": { "type": "Point", "coordinates": [ -157.7993909, 21.29252593 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29252593, "Longitude": -157.7993909, "Species": "House Sparrow", "Count": 2, "Date": "2019-01-06" }, "geometry": { "type": "Point", "coordinates": [ -157.7993909, 21.29252593 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29252593, "Longitude": -157.7993909, "Species": "Java Sparrow", "Count": 7, "Date": "2023-08-29" }, "geometry": { "type": "Point", "coordinates": [ -157.7993909, 21.29252593 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29252593, "Longitude": -157.7993909, "Species": "Northern Cardinal", "Count": 2, "Date": "2022-04-07" }, "geometry": { "type": "Point", "coordinates": [ -157.7993909, 21.29252593 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29252593, "Longitude": -157.7993909, "Species": "Pacific Golden-Plover", "Count": 2, "Date": "2022-04-07" }, "geometry": { "type": "Point", "coordinates": [ -157.7993909, 21.29252593 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29252593, "Longitude": -157.7993909, "Species": "Red Junglefowl", "Count": 1, "Date": "2019-01-07" }, "geometry": { "type": "Point", "coordinates": [ -157.7993909, 21.29252593 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29252593, "Longitude": -157.7993909, "Species": "Red-billed Leiothrix", "Count": 1, "Date": "2022-04-07" }, "geometry": { "type": "Point", "coordinates": [ -157.7993909, 21.29252593 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29252593, "Longitude": -157.7993909, "Species": "Red-crested Cardinal", "Count": 4, "Date": "2023-08-02" }, "geometry": { "type": "Point", "coordinates": [ -157.7993909, 21.29252593 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29252593, "Longitude": -157.7993909, "Species": "Red-masked Parakeet", "Count": 1, "Date": "2019-01-07" }, "geometry": { "type": "Point", "coordinates": [ -157.7993909, 21.29252593 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29252593, "Longitude": -157.7993909, "Species": "Red-vented Bulbul", "Count": 10, "Date": "2023-09-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7993909, 21.29252593 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29252593, "Longitude": -157.7993909, "Species": "Red-whiskered Bulbul", "Count": 4, "Date": "2022-04-07" }, "geometry": { "type": "Point", "coordinates": [ -157.7993909, 21.29252593 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29252593, "Longitude": -157.7993909, "Species": "Rock Pigeon", "Count": 3, "Date": "2019-01-07" }, "geometry": { "type": "Point", "coordinates": [ -157.7993909, 21.29252593 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29252593, "Longitude": -157.7993909, "Species": "Rose-ringed Parakeet", "Count": 7, "Date": "2023-08-29" }, "geometry": { "type": "Point", "coordinates": [ -157.7993909, 21.29252593 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29252593, "Longitude": -157.7993909, "Species": "Scaly-breasted Munia", "Count": 2, "Date": "2023-08-02" }, "geometry": { "type": "Point", "coordinates": [ -157.7993909, 21.29252593 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29252593, "Longitude": -157.7993909, "Species": "Sooty Tern", "Count": 1, "Date": "2022-04-07" }, "geometry": { "type": "Point", "coordinates": [ -157.7993909, 21.29252593 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29252593, "Longitude": -157.7993909, "Species": "Spotted Dove", "Count": 8, "Date": "2023-08-29" }, "geometry": { "type": "Point", "coordinates": [ -157.7993909, 21.29252593 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29252593, "Longitude": -157.7993909, "Species": "Warbling White-eye", "Count": 3, "Date": "2022-07-09" }, "geometry": { "type": "Point", "coordinates": [ -157.7993909, 21.29252593 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29252593, "Longitude": -157.7993909, "Species": "Western Cattle Egret", "Count": 3, "Date": "2023-08-29" }, "geometry": { "type": "Point", "coordinates": [ -157.7993909, 21.29252593 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29252593, "Longitude": -157.7993909, "Species": "White Tern", "Count": 3, "Date": "2023-08-28" }, "geometry": { "type": "Point", "coordinates": [ -157.7993909, 21.29252593 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29252593, "Longitude": -157.7993909, "Species": "White-rumped Shama", "Count": 1, "Date": "2022-04-07" }, "geometry": { "type": "Point", "coordinates": [ -157.7993909, 21.29252593 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29252593, "Longitude": -157.7993909, "Species": "Yellow-fronted Canary", "Count": 3, "Date": "2023-08-02" }, "geometry": { "type": "Point", "coordinates": [ -157.7993909, 21.29252593 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29252593, "Longitude": -157.7993909, "Species": "Zebra Dove", "Count": 9, "Date": "2023-08-29" }, "geometry": { "type": "Point", "coordinates": [ -157.7993909, 21.29252593 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29181005, "Longitude": -157.703007, "Species": "Chestnut Munia", "Count": 1, "Date": "2021-01-23" }, "geometry": { "type": "Point", "coordinates": [ -157.703007, 21.29181005 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29181005, "Longitude": -157.703007, "Species": "Common Gallinule", "Count": 19, "Date": "2024-01-17" }, "geometry": { "type": "Point", "coordinates": [ -157.703007, 21.29181005 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29181005, "Longitude": -157.703007, "Species": "Common Myna", "Count": 22, "Date": "2024-01-17" }, "geometry": { "type": "Point", "coordinates": [ -157.703007, 21.29181005 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29181005, "Longitude": -157.703007, "Species": "Common Waxbill", "Count": 15, "Date": "2023-02-18" }, "geometry": { "type": "Point", "coordinates": [ -157.703007, 21.29181005 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29181005, "Longitude": -157.703007, "Species": "Great Egret", "Count": 14, "Date": "2021-01-26" }, "geometry": { "type": "Point", "coordinates": [ -157.703007, 21.29181005 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29181005, "Longitude": -157.703007, "Species": "Hawaiian Coot", "Count": 3, "Date": "2022-05-05" }, "geometry": { "type": "Point", "coordinates": [ -157.703007, 21.29181005 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29181005, "Longitude": -157.703007, "Species": "House Finch", "Count": 13, "Date": "2022-05-05" }, "geometry": { "type": "Point", "coordinates": [ -157.703007, 21.29181005 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29181005, "Longitude": -157.703007, "Species": "House Sparrow", "Count": 3, "Date": "2021-09-23" }, "geometry": { "type": "Point", "coordinates": [ -157.703007, 21.29181005 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29181005, "Longitude": -157.703007, "Species": "Java Sparrow", "Count": 4, "Date": "2022-03-04" }, "geometry": { "type": "Point", "coordinates": [ -157.703007, 21.29181005 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29181005, "Longitude": -157.703007, "Species": "Feral Mallard", "Count": 25, "Date": "2024-01-17" }, "geometry": { "type": "Point", "coordinates": [ -157.703007, 21.29181005 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29181005, "Longitude": -157.703007, "Species": "Northern Cardinal", "Count": 4, "Date": "2021-09-23" }, "geometry": { "type": "Point", "coordinates": [ -157.703007, 21.29181005 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29181005, "Longitude": -157.703007, "Species": "Pacific Golden-Plover", "Count": 10, "Date": "2024-01-17" }, "geometry": { "type": "Point", "coordinates": [ -157.703007, 21.29181005 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29181005, "Longitude": -157.703007, "Species": "Red Junglefowl", "Count": 6, "Date": "2023-02-18" }, "geometry": { "type": "Point", "coordinates": [ -157.703007, 21.29181005 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29181005, "Longitude": -157.703007, "Species": "Red-crested Cardinal", "Count": 11, "Date": "2024-01-17" }, "geometry": { "type": "Point", "coordinates": [ -157.703007, 21.29181005 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29181005, "Longitude": -157.703007, "Species": "Red-vented Bulbul", "Count": 11, "Date": "2022-05-05" }, "geometry": { "type": "Point", "coordinates": [ -157.703007, 21.29181005 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29181005, "Longitude": -157.703007, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2021-09-23" }, "geometry": { "type": "Point", "coordinates": [ -157.703007, 21.29181005 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29181005, "Longitude": -157.703007, "Species": "Rock Pigeon", "Count": 7, "Date": "2024-01-17" }, "geometry": { "type": "Point", "coordinates": [ -157.703007, 21.29181005 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29181005, "Longitude": -157.703007, "Species": "Rose-ringed Parakeet", "Count": 2, "Date": "2021-01-30" }, "geometry": { "type": "Point", "coordinates": [ -157.703007, 21.29181005 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29181005, "Longitude": -157.703007, "Species": "Scaly-breasted Munia", "Count": 10, "Date": "2022-05-05" }, "geometry": { "type": "Point", "coordinates": [ -157.703007, 21.29181005 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29181005, "Longitude": -157.703007, "Species": "Spotted Dove", "Count": 19, "Date": "2024-01-17" }, "geometry": { "type": "Point", "coordinates": [ -157.703007, 21.29181005 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29181005, "Longitude": -157.703007, "Species": "Warbling White-eye", "Count": 6, "Date": "2021-01-30" }, "geometry": { "type": "Point", "coordinates": [ -157.703007, 21.29181005 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29181005, "Longitude": -157.703007, "Species": "Western Cattle Egret", "Count": 24, "Date": "2024-01-17" }, "geometry": { "type": "Point", "coordinates": [ -157.703007, 21.29181005 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29181005, "Longitude": -157.703007, "Species": "White Tern", "Count": 2, "Date": "2021-09-23" }, "geometry": { "type": "Point", "coordinates": [ -157.703007, 21.29181005 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29181005, "Longitude": -157.703007, "Species": "White-rumped Shama", "Count": 1, "Date": "2020-02-01" }, "geometry": { "type": "Point", "coordinates": [ -157.703007, 21.29181005 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29181005, "Longitude": -157.703007, "Species": "Zebra Dove", "Count": 21, "Date": "2024-01-17" }, "geometry": { "type": "Point", "coordinates": [ -157.703007, 21.29181005 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30327119, "Longitude": -158.0692318, "Species": "African Silverbill", "Count": 9, "Date": "2022-11-30" }, "geometry": { "type": "Point", "coordinates": [ -158.069231800000011, 21.30327119 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30327119, "Longitude": -158.0692318, "Species": "Brown Booby", "Count": 1, "Date": "2020-02-18" }, "geometry": { "type": "Point", "coordinates": [ -158.069231800000011, 21.30327119 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30327119, "Longitude": -158.0692318, "Species": "Chestnut Munia", "Count": 51, "Date": "2022-12-27" }, "geometry": { "type": "Point", "coordinates": [ -158.069231800000011, 21.30327119 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30327119, "Longitude": -158.0692318, "Species": "Common Myna", "Count": 135, "Date": "2024-02-08" }, "geometry": { "type": "Point", "coordinates": [ -158.069231800000011, 21.30327119 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30327119, "Longitude": -158.0692318, "Species": "Common Waxbill", "Count": 71, "Date": "2024-02-08" }, "geometry": { "type": "Point", "coordinates": [ -158.069231800000011, 21.30327119 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30327119, "Longitude": -158.0692318, "Species": "Eurasian Skylark", "Count": 76, "Date": "2023-03-13" }, "geometry": { "type": "Point", "coordinates": [ -158.069231800000011, 21.30327119 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30327119, "Longitude": -158.0692318, "Species": "Gray Francolin", "Count": 51, "Date": "2023-02-03" }, "geometry": { "type": "Point", "coordinates": [ -158.069231800000011, 21.30327119 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30327119, "Longitude": -158.0692318, "Species": "House Finch", "Count": 103, "Date": "2024-02-08" }, "geometry": { "type": "Point", "coordinates": [ -158.069231800000011, 21.30327119 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30327119, "Longitude": -158.0692318, "Species": "House Sparrow", "Count": 99, "Date": "2022-12-27" }, "geometry": { "type": "Point", "coordinates": [ -158.069231800000011, 21.30327119 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30327119, "Longitude": -158.0692318, "Species": "Northern Cardinal", "Count": 39, "Date": "2023-03-13" }, "geometry": { "type": "Point", "coordinates": [ -158.069231800000011, 21.30327119 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30327119, "Longitude": -158.0692318, "Species": "Northern Mockingbird", "Count": 13, "Date": "2022-03-30" }, "geometry": { "type": "Point", "coordinates": [ -158.069231800000011, 21.30327119 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30327119, "Longitude": -158.0692318, "Species": "Pacific Golden-Plover", "Count": 83, "Date": "2024-02-08" }, "geometry": { "type": "Point", "coordinates": [ -158.069231800000011, 21.30327119 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30327119, "Longitude": -158.0692318, "Species": "Red Avadavat", "Count": 2, "Date": "2021-07-21" }, "geometry": { "type": "Point", "coordinates": [ -158.069231800000011, 21.30327119 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30327119, "Longitude": -158.0692318, "Species": "Red-crested Cardinal", "Count": 67, "Date": "2024-02-08" }, "geometry": { "type": "Point", "coordinates": [ -158.069231800000011, 21.30327119 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30327119, "Longitude": -158.0692318, "Species": "Red-vented Bulbul", "Count": 108, "Date": "2023-03-13" }, "geometry": { "type": "Point", "coordinates": [ -158.069231800000011, 21.30327119 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30327119, "Longitude": -158.0692318, "Species": "Red-whiskered Bulbul", "Count": 14, "Date": "2022-05-25" }, "geometry": { "type": "Point", "coordinates": [ -158.069231800000011, 21.30327119 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30327119, "Longitude": -158.0692318, "Species": "Ruddy Turnstone", "Count": 6, "Date": "2021-12-25" }, "geometry": { "type": "Point", "coordinates": [ -158.069231800000011, 21.30327119 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30327119, "Longitude": -158.0692318, "Species": "Saffron Finch", "Count": 102, "Date": "2024-02-08" }, "geometry": { "type": "Point", "coordinates": [ -158.069231800000011, 21.30327119 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30327119, "Longitude": -158.0692318, "Species": "Sanderling", "Count": 1, "Date": "2020-02-18" }, "geometry": { "type": "Point", "coordinates": [ -158.069231800000011, 21.30327119 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30327119, "Longitude": -158.0692318, "Species": "Scaly-breasted Munia", "Count": 4, "Date": "2022-09-14" }, "geometry": { "type": "Point", "coordinates": [ -158.069231800000011, 21.30327119 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30327119, "Longitude": -158.0692318, "Species": "Spotted Dove", "Count": 63, "Date": "2022-12-27" }, "geometry": { "type": "Point", "coordinates": [ -158.069231800000011, 21.30327119 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30327119, "Longitude": -158.0692318, "Species": "Wandering Tattler", "Count": 1, "Date": "2020-02-18" }, "geometry": { "type": "Point", "coordinates": [ -158.069231800000011, 21.30327119 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30327119, "Longitude": -158.0692318, "Species": "Warbling White-eye", "Count": 32, "Date": "2023-03-13" }, "geometry": { "type": "Point", "coordinates": [ -158.069231800000011, 21.30327119 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30327119, "Longitude": -158.0692318, "Species": "Western Cattle Egret", "Count": 5, "Date": "2024-02-08" }, "geometry": { "type": "Point", "coordinates": [ -158.069231800000011, 21.30327119 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30327119, "Longitude": -158.0692318, "Species": "White-rumped Shama", "Count": 8, "Date": "2022-02-09" }, "geometry": { "type": "Point", "coordinates": [ -158.069231800000011, 21.30327119 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30327119, "Longitude": -158.0692318, "Species": "Yellow-fronted Canary", "Count": 30, "Date": "2023-02-03" }, "geometry": { "type": "Point", "coordinates": [ -158.069231800000011, 21.30327119 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30327119, "Longitude": -158.0692318, "Species": "Zebra Dove", "Count": 115, "Date": "2024-02-08" }, "geometry": { "type": "Point", "coordinates": [ -158.069231800000011, 21.30327119 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30316274, "Longitude": -158.0499512, "Species": "African Silverbill", "Count": 4, "Date": "2023-01-10" }, "geometry": { "type": "Point", "coordinates": [ -158.04995120000001, 21.30316274 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30316274, "Longitude": -158.0499512, "Species": "Black-necked Stilt", "Count": 2, "Date": "2021-11-29" }, "geometry": { "type": "Point", "coordinates": [ -158.04995120000001, 21.30316274 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30316274, "Longitude": -158.0499512, "Species": "Brown Booby", "Count": 1, "Date": "2022-12-13" }, "geometry": { "type": "Point", "coordinates": [ -158.04995120000001, 21.30316274 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30316274, "Longitude": -158.0499512, "Species": "Chestnut Munia", "Count": 2, "Date": "2023-01-10" }, "geometry": { "type": "Point", "coordinates": [ -158.04995120000001, 21.30316274 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30316274, "Longitude": -158.0499512, "Species": "Common Myna", "Count": 12, "Date": "2023-11-11" }, "geometry": { "type": "Point", "coordinates": [ -158.04995120000001, 21.30316274 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30316274, "Longitude": -158.0499512, "Species": "Common Waxbill", "Count": 10, "Date": "2023-11-11" }, "geometry": { "type": "Point", "coordinates": [ -158.04995120000001, 21.30316274 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30316274, "Longitude": -158.0499512, "Species": "Gray Francolin", "Count": 3, "Date": "2023-07-02" }, "geometry": { "type": "Point", "coordinates": [ -158.04995120000001, 21.30316274 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30316274, "Longitude": -158.0499512, "Species": "Great Frigatebird", "Count": 1, "Date": "2023-07-02" }, "geometry": { "type": "Point", "coordinates": [ -158.04995120000001, 21.30316274 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30316274, "Longitude": -158.0499512, "Species": "House Finch", "Count": 9, "Date": "2023-07-02" }, "geometry": { "type": "Point", "coordinates": [ -158.04995120000001, 21.30316274 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30316274, "Longitude": -158.0499512, "Species": "House Sparrow", "Count": 11, "Date": "2023-11-11" }, "geometry": { "type": "Point", "coordinates": [ -158.04995120000001, 21.30316274 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30316274, "Longitude": -158.0499512, "Species": "Indian Peafowl", "Count": 1, "Date": "2020-12-30" }, "geometry": { "type": "Point", "coordinates": [ -158.04995120000001, 21.30316274 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30316274, "Longitude": -158.0499512, "Species": "Java Sparrow", "Count": 2, "Date": "2020-01-02" }, "geometry": { "type": "Point", "coordinates": [ -158.04995120000001, 21.30316274 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30316274, "Longitude": -158.0499512, "Species": "Northern Cardinal", "Count": 7, "Date": "2023-07-02" }, "geometry": { "type": "Point", "coordinates": [ -158.04995120000001, 21.30316274 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30316274, "Longitude": -158.0499512, "Species": "Pacific Golden-Plover", "Count": 9, "Date": "2023-11-11" }, "geometry": { "type": "Point", "coordinates": [ -158.04995120000001, 21.30316274 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30316274, "Longitude": -158.0499512, "Species": "Red-crested Cardinal", "Count": 12, "Date": "2023-11-11" }, "geometry": { "type": "Point", "coordinates": [ -158.04995120000001, 21.30316274 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30316274, "Longitude": -158.0499512, "Species": "Red-vented Bulbul", "Count": 10, "Date": "2023-07-02" }, "geometry": { "type": "Point", "coordinates": [ -158.04995120000001, 21.30316274 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30316274, "Longitude": -158.0499512, "Species": "Red-whiskered Bulbul", "Count": 3, "Date": "2023-07-02" }, "geometry": { "type": "Point", "coordinates": [ -158.04995120000001, 21.30316274 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30316274, "Longitude": -158.0499512, "Species": "Rock Pigeon", "Count": 1, "Date": "2023-01-11" }, "geometry": { "type": "Point", "coordinates": [ -158.04995120000001, 21.30316274 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30316274, "Longitude": -158.0499512, "Species": "Ruddy Turnstone", "Count": 2, "Date": "2022-01-10" }, "geometry": { "type": "Point", "coordinates": [ -158.04995120000001, 21.30316274 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30316274, "Longitude": -158.0499512, "Species": "Saffron Finch", "Count": 9, "Date": "2023-11-11" }, "geometry": { "type": "Point", "coordinates": [ -158.04995120000001, 21.30316274 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30316274, "Longitude": -158.0499512, "Species": "Sanderling", "Count": 2, "Date": "2023-11-11" }, "geometry": { "type": "Point", "coordinates": [ -158.04995120000001, 21.30316274 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30316274, "Longitude": -158.0499512, "Species": "Spotted Dove", "Count": 11, "Date": "2023-11-11" }, "geometry": { "type": "Point", "coordinates": [ -158.04995120000001, 21.30316274 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30316274, "Longitude": -158.0499512, "Species": "Warbling White-eye", "Count": 8, "Date": "2023-11-11" }, "geometry": { "type": "Point", "coordinates": [ -158.04995120000001, 21.30316274 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30316274, "Longitude": -158.0499512, "Species": "Western Cattle Egret", "Count": 2, "Date": "2023-01-11" }, "geometry": { "type": "Point", "coordinates": [ -158.04995120000001, 21.30316274 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30316274, "Longitude": -158.0499512, "Species": "White-rumped Shama", "Count": 5, "Date": "2023-07-02" }, "geometry": { "type": "Point", "coordinates": [ -158.04995120000001, 21.30316274 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30316274, "Longitude": -158.0499512, "Species": "Yellow-fronted Canary", "Count": 9, "Date": "2023-11-11" }, "geometry": { "type": "Point", "coordinates": [ -158.04995120000001, 21.30316274 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30316274, "Longitude": -158.0499512, "Species": "Zebra Dove", "Count": 12, "Date": "2023-11-11" }, "geometry": { "type": "Point", "coordinates": [ -158.04995120000001, 21.30316274 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30176317, "Longitude": -157.8282354, "Species": "Black-necked Stilt", "Count": 1, "Date": "2019-12-07" }, "geometry": { "type": "Point", "coordinates": [ -157.828235400000011, 21.30176317 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30176317, "Longitude": -157.8282354, "Species": "Chestnut Munia", "Count": 5, "Date": "2020-02-14" }, "geometry": { "type": "Point", "coordinates": [ -157.828235400000011, 21.30176317 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30176317, "Longitude": -157.8282354, "Species": "Common Myna", "Count": 35, "Date": "2024-01-04" }, "geometry": { "type": "Point", "coordinates": [ -157.828235400000011, 21.30176317 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30176317, "Longitude": -157.8282354, "Species": "Common Waxbill", "Count": 4, "Date": "2019-10-04" }, "geometry": { "type": "Point", "coordinates": [ -157.828235400000011, 21.30176317 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30176317, "Longitude": -157.8282354, "Species": "House Finch", "Count": 5, "Date": "2024-01-07" }, "geometry": { "type": "Point", "coordinates": [ -157.828235400000011, 21.30176317 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30176317, "Longitude": -157.8282354, "Species": "House Sparrow", "Count": 18, "Date": "2024-01-04" }, "geometry": { "type": "Point", "coordinates": [ -157.828235400000011, 21.30176317 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30176317, "Longitude": -157.8282354, "Species": "Java Sparrow", "Count": 6, "Date": "2024-01-07" }, "geometry": { "type": "Point", "coordinates": [ -157.828235400000011, 21.30176317 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30176317, "Longitude": -157.8282354, "Species": "Feral Mallard", "Count": 1, "Date": "2020-04-06" }, "geometry": { "type": "Point", "coordinates": [ -157.828235400000011, 21.30176317 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30176317, "Longitude": -157.8282354, "Species": "Northern Cardinal", "Count": 4, "Date": "2021-04-28" }, "geometry": { "type": "Point", "coordinates": [ -157.828235400000011, 21.30176317 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30176317, "Longitude": -157.8282354, "Species": "Northern Mockingbird", "Count": 1, "Date": "2022-10-29" }, "geometry": { "type": "Point", "coordinates": [ -157.828235400000011, 21.30176317 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30176317, "Longitude": -157.8282354, "Species": "Pacific Golden-Plover", "Count": 11, "Date": "2024-02-11" }, "geometry": { "type": "Point", "coordinates": [ -157.828235400000011, 21.30176317 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30176317, "Longitude": -157.8282354, "Species": "Red Junglefowl", "Count": 1, "Date": "2019-12-07" }, "geometry": { "type": "Point", "coordinates": [ -157.828235400000011, 21.30176317 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30176317, "Longitude": -157.8282354, "Species": "Red-crested Cardinal", "Count": 15, "Date": "2023-07-09" }, "geometry": { "type": "Point", "coordinates": [ -157.828235400000011, 21.30176317 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30176317, "Longitude": -157.8282354, "Species": "Red-masked Parakeet", "Count": 1, "Date": "2019-08-16" }, "geometry": { "type": "Point", "coordinates": [ -157.828235400000011, 21.30176317 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30176317, "Longitude": -157.8282354, "Species": "Red-vented Bulbul", "Count": 28, "Date": "2024-01-04" }, "geometry": { "type": "Point", "coordinates": [ -157.828235400000011, 21.30176317 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30176317, "Longitude": -157.8282354, "Species": "Red-whiskered Bulbul", "Count": 3, "Date": "2024-01-04" }, "geometry": { "type": "Point", "coordinates": [ -157.828235400000011, 21.30176317 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30176317, "Longitude": -157.8282354, "Species": "Rock Pigeon", "Count": 19, "Date": "2023-10-26" }, "geometry": { "type": "Point", "coordinates": [ -157.828235400000011, 21.30176317 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30176317, "Longitude": -157.8282354, "Species": "Rose-ringed Parakeet", "Count": 24, "Date": "2024-01-04" }, "geometry": { "type": "Point", "coordinates": [ -157.828235400000011, 21.30176317 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30176317, "Longitude": -157.8282354, "Species": "Saffron Finch", "Count": 1, "Date": "2019-05-22" }, "geometry": { "type": "Point", "coordinates": [ -157.828235400000011, 21.30176317 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30176317, "Longitude": -157.8282354, "Species": "Scaly-breasted Munia", "Count": 2, "Date": "2024-02-27" }, "geometry": { "type": "Point", "coordinates": [ -157.828235400000011, 21.30176317 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30176317, "Longitude": -157.8282354, "Species": "Spotted Dove", "Count": 34, "Date": "2024-01-04" }, "geometry": { "type": "Point", "coordinates": [ -157.828235400000011, 21.30176317 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30176317, "Longitude": -157.8282354, "Species": "Warbling White-eye", "Count": 7, "Date": "2024-01-04" }, "geometry": { "type": "Point", "coordinates": [ -157.828235400000011, 21.30176317 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30176317, "Longitude": -157.8282354, "Species": "Western Cattle Egret", "Count": 3, "Date": "2022-10-11" }, "geometry": { "type": "Point", "coordinates": [ -157.828235400000011, 21.30176317 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30176317, "Longitude": -157.8282354, "Species": "White Tern", "Count": 36, "Date": "2024-01-04" }, "geometry": { "type": "Point", "coordinates": [ -157.828235400000011, 21.30176317 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30176317, "Longitude": -157.8282354, "Species": "White-rumped Shama", "Count": 2, "Date": "2024-01-04" }, "geometry": { "type": "Point", "coordinates": [ -157.828235400000011, 21.30176317 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30176317, "Longitude": -157.8282354, "Species": "Yellow-fronted Canary", "Count": 7, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.828235400000011, 21.30176317 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30176317, "Longitude": -157.8282354, "Species": "Zebra Dove", "Count": 41, "Date": "2024-01-04" }, "geometry": { "type": "Point", "coordinates": [ -157.828235400000011, 21.30176317 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30155922, "Longitude": -157.7993175, "Species": "Chestnut Munia", "Count": 3, "Date": "2020-05-27" }, "geometry": { "type": "Point", "coordinates": [ -157.7993175, 21.30155922 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30155922, "Longitude": -157.7993175, "Species": "Common Myna", "Count": 13, "Date": "2022-02-21" }, "geometry": { "type": "Point", "coordinates": [ -157.7993175, 21.30155922 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30155922, "Longitude": -157.7993175, "Species": "Common Waxbill", "Count": 14, "Date": "2022-02-05" }, "geometry": { "type": "Point", "coordinates": [ -157.7993175, 21.30155922 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30155922, "Longitude": -157.7993175, "Species": "House Finch", "Count": 15, "Date": "2022-02-05" }, "geometry": { "type": "Point", "coordinates": [ -157.7993175, 21.30155922 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30155922, "Longitude": -157.7993175, "Species": "House Sparrow", "Count": 2, "Date": "2020-08-22" }, "geometry": { "type": "Point", "coordinates": [ -157.7993175, 21.30155922 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30155922, "Longitude": -157.7993175, "Species": "Java Sparrow", "Count": 8, "Date": "2020-10-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7993175, 21.30155922 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30155922, "Longitude": -157.7993175, "Species": "Northern Cardinal", "Count": 6, "Date": "2020-08-16" }, "geometry": { "type": "Point", "coordinates": [ -157.7993175, 21.30155922 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30155922, "Longitude": -157.7993175, "Species": "Northern Mockingbird", "Count": 3, "Date": "2020-10-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7993175, 21.30155922 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30155922, "Longitude": -157.7993175, "Species": "Oahu Amakihi", "Count": 9, "Date": "2020-08-21" }, "geometry": { "type": "Point", "coordinates": [ -157.7993175, 21.30155922 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30155922, "Longitude": -157.7993175, "Species": "Pacific Golden-Plover", "Count": 7, "Date": "2020-08-19" }, "geometry": { "type": "Point", "coordinates": [ -157.7993175, 21.30155922 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30155922, "Longitude": -157.7993175, "Species": "Red Junglefowl", "Count": 1, "Date": "2020-06-01" }, "geometry": { "type": "Point", "coordinates": [ -157.7993175, 21.30155922 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30155922, "Longitude": -157.7993175, "Species": "Red-billed Leiothrix", "Count": 2, "Date": "2022-02-21" }, "geometry": { "type": "Point", "coordinates": [ -157.7993175, 21.30155922 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30155922, "Longitude": -157.7993175, "Species": "Red-crested Cardinal", "Count": 8, "Date": "2022-02-21" }, "geometry": { "type": "Point", "coordinates": [ -157.7993175, 21.30155922 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30155922, "Longitude": -157.7993175, "Species": "Red-masked Parakeet", "Count": 4, "Date": "2020-12-01" }, "geometry": { "type": "Point", "coordinates": [ -157.7993175, 21.30155922 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30155922, "Longitude": -157.7993175, "Species": "Red-vented Bulbul", "Count": 21, "Date": "2022-02-05" }, "geometry": { "type": "Point", "coordinates": [ -157.7993175, 21.30155922 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30155922, "Longitude": -157.7993175, "Species": "Red-whiskered Bulbul", "Count": 4, "Date": "2020-06-07" }, "geometry": { "type": "Point", "coordinates": [ -157.7993175, 21.30155922 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30155922, "Longitude": -157.7993175, "Species": "Rock Pigeon", "Count": 1, "Date": "2022-02-05" }, "geometry": { "type": "Point", "coordinates": [ -157.7993175, 21.30155922 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30155922, "Longitude": -157.7993175, "Species": "Rose-ringed Parakeet", "Count": 11, "Date": "2022-02-05" }, "geometry": { "type": "Point", "coordinates": [ -157.7993175, 21.30155922 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30155922, "Longitude": -157.7993175, "Species": "Saffron Finch", "Count": 1, "Date": "2022-02-21" }, "geometry": { "type": "Point", "coordinates": [ -157.7993175, 21.30155922 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30155922, "Longitude": -157.7993175, "Species": "Scaly-breasted Munia", "Count": 1, "Date": "2020-07-27" }, "geometry": { "type": "Point", "coordinates": [ -157.7993175, 21.30155922 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30155922, "Longitude": -157.7993175, "Species": "Spotted Dove", "Count": 16, "Date": "2021-06-02" }, "geometry": { "type": "Point", "coordinates": [ -157.7993175, 21.30155922 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30155922, "Longitude": -157.7993175, "Species": "Warbling White-eye", "Count": 16, "Date": "2022-02-21" }, "geometry": { "type": "Point", "coordinates": [ -157.7993175, 21.30155922 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30155922, "Longitude": -157.7993175, "Species": "Western Cattle Egret", "Count": 1, "Date": "2022-02-21" }, "geometry": { "type": "Point", "coordinates": [ -157.7993175, 21.30155922 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30155922, "Longitude": -157.7993175, "Species": "White Tern", "Count": 4, "Date": "2020-08-04" }, "geometry": { "type": "Point", "coordinates": [ -157.7993175, 21.30155922 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30155922, "Longitude": -157.7993175, "Species": "White-rumped Shama", "Count": 5, "Date": "2022-02-21" }, "geometry": { "type": "Point", "coordinates": [ -157.7993175, 21.30155922 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30155922, "Longitude": -157.7993175, "Species": "Yellow-fronted Canary", "Count": 11, "Date": "2021-06-02" }, "geometry": { "type": "Point", "coordinates": [ -157.7993175, 21.30155922 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30155922, "Longitude": -157.7993175, "Species": "Zebra Dove", "Count": 18, "Date": "2022-02-05" }, "geometry": { "type": "Point", "coordinates": [ -157.7993175, 21.30155922 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31868248, "Longitude": -157.6738496, "Species": "Brown Booby", "Count": 1, "Date": "2023-02-23" }, "geometry": { "type": "Point", "coordinates": [ -157.673849600000011, 21.31868248 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31868248, "Longitude": -157.6738496, "Species": "Brown Noddy", "Count": 1, "Date": "2021-09-17" }, "geometry": { "type": "Point", "coordinates": [ -157.673849600000011, 21.31868248 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31868248, "Longitude": -157.6738496, "Species": "Common Myna", "Count": 7, "Date": "2023-04-14" }, "geometry": { "type": "Point", "coordinates": [ -157.673849600000011, 21.31868248 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31868248, "Longitude": -157.6738496, "Species": "Common Waxbill", "Count": 2, "Date": "2022-04-07" }, "geometry": { "type": "Point", "coordinates": [ -157.673849600000011, 21.31868248 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31868248, "Longitude": -157.6738496, "Species": "Great Frigatebird", "Count": 4, "Date": "2022-08-11" }, "geometry": { "type": "Point", "coordinates": [ -157.673849600000011, 21.31868248 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31868248, "Longitude": -157.6738496, "Species": "House Finch", "Count": 2, "Date": "2022-04-07" }, "geometry": { "type": "Point", "coordinates": [ -157.673849600000011, 21.31868248 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31868248, "Longitude": -157.6738496, "Species": "House Sparrow", "Count": 1, "Date": "2019-07-25" }, "geometry": { "type": "Point", "coordinates": [ -157.673849600000011, 21.31868248 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31868248, "Longitude": -157.6738496, "Species": "Japanese Bush Warbler", "Count": 1, "Date": "2022-04-07" }, "geometry": { "type": "Point", "coordinates": [ -157.673849600000011, 21.31868248 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31868248, "Longitude": -157.6738496, "Species": "Java Sparrow", "Count": 2, "Date": "2022-04-07" }, "geometry": { "type": "Point", "coordinates": [ -157.673849600000011, 21.31868248 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31868248, "Longitude": -157.6738496, "Species": "Pacific Golden-Plover", "Count": 3, "Date": "2022-04-07" }, "geometry": { "type": "Point", "coordinates": [ -157.673849600000011, 21.31868248 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31868248, "Longitude": -157.6738496, "Species": "Red Avadavat", "Count": 1, "Date": "2022-04-07" }, "geometry": { "type": "Point", "coordinates": [ -157.673849600000011, 21.31868248 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31868248, "Longitude": -157.6738496, "Species": "Red Junglefowl", "Count": 1, "Date": "2023-04-14" }, "geometry": { "type": "Point", "coordinates": [ -157.673849600000011, 21.31868248 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31868248, "Longitude": -157.6738496, "Species": "Red-crested Cardinal", "Count": 3, "Date": "2022-04-07" }, "geometry": { "type": "Point", "coordinates": [ -157.673849600000011, 21.31868248 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31868248, "Longitude": -157.6738496, "Species": "Red-footed Booby", "Count": 11, "Date": "2022-04-07" }, "geometry": { "type": "Point", "coordinates": [ -157.673849600000011, 21.31868248 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31868248, "Longitude": -157.6738496, "Species": "Red-tailed Tropicbird", "Count": 3, "Date": "2021-04-08" }, "geometry": { "type": "Point", "coordinates": [ -157.673849600000011, 21.31868248 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31868248, "Longitude": -157.6738496, "Species": "Red-vented Bulbul", "Count": 6, "Date": "2023-04-14" }, "geometry": { "type": "Point", "coordinates": [ -157.673849600000011, 21.31868248 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31868248, "Longitude": -157.6738496, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2022-04-07" }, "geometry": { "type": "Point", "coordinates": [ -157.673849600000011, 21.31868248 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31868248, "Longitude": -157.6738496, "Species": "Rock Pigeon", "Count": 4, "Date": "2021-04-08" }, "geometry": { "type": "Point", "coordinates": [ -157.673849600000011, 21.31868248 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31868248, "Longitude": -157.6738496, "Species": "Short-eared Owl", "Count": 1, "Date": "2021-04-08" }, "geometry": { "type": "Point", "coordinates": [ -157.673849600000011, 21.31868248 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31868248, "Longitude": -157.6738496, "Species": "Sooty Tern", "Count": 5, "Date": "2024-01-27" }, "geometry": { "type": "Point", "coordinates": [ -157.673849600000011, 21.31868248 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31868248, "Longitude": -157.6738496, "Species": "Spotted Dove", "Count": 9, "Date": "2023-04-14" }, "geometry": { "type": "Point", "coordinates": [ -157.673849600000011, 21.31868248 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31868248, "Longitude": -157.6738496, "Species": "Warbling White-eye", "Count": 2, "Date": "2021-11-15" }, "geometry": { "type": "Point", "coordinates": [ -157.673849600000011, 21.31868248 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31868248, "Longitude": -157.6738496, "Species": "Wedge-tailed Shearwater", "Count": 1, "Date": "2019-07-25" }, "geometry": { "type": "Point", "coordinates": [ -157.673849600000011, 21.31868248 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31868248, "Longitude": -157.6738496, "Species": "Western Cattle Egret", "Count": 3, "Date": "2022-01-30" }, "geometry": { "type": "Point", "coordinates": [ -157.673849600000011, 21.31868248 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31868248, "Longitude": -157.6738496, "Species": "White-rumped Shama", "Count": 2, "Date": "2022-04-07" }, "geometry": { "type": "Point", "coordinates": [ -157.673849600000011, 21.31868248 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31868248, "Longitude": -157.6738496, "Species": "Zebra Dove", "Count": 6, "Date": "2023-04-14" }, "geometry": { "type": "Point", "coordinates": [ -157.673849600000011, 21.31868248 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33866776, "Longitude": -157.9436526, "Species": "Black-crowned Night Heron", "Count": 1, "Date": "2023-10-12" }, "geometry": { "type": "Point", "coordinates": [ -157.9436526, 21.33866776 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33866776, "Longitude": -157.9436526, "Species": "Black-necked Stilt", "Count": 2, "Date": "2023-10-12" }, "geometry": { "type": "Point", "coordinates": [ -157.9436526, 21.33866776 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33866776, "Longitude": -157.9436526, "Species": "Chestnut Munia", "Count": 4, "Date": "2023-07-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9436526, 21.33866776 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33866776, "Longitude": -157.9436526, "Species": "Common Myna", "Count": 10, "Date": "2023-10-12" }, "geometry": { "type": "Point", "coordinates": [ -157.9436526, 21.33866776 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33866776, "Longitude": -157.9436526, "Species": "Common Waxbill", "Count": 5, "Date": "2023-07-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9436526, 21.33866776 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33866776, "Longitude": -157.9436526, "Species": "House Finch", "Count": 5, "Date": "2023-10-12" }, "geometry": { "type": "Point", "coordinates": [ -157.9436526, 21.33866776 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33866776, "Longitude": -157.9436526, "Species": "House Sparrow", "Count": 3, "Date": "2023-05-18" }, "geometry": { "type": "Point", "coordinates": [ -157.9436526, 21.33866776 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33866776, "Longitude": -157.9436526, "Species": "Java Sparrow", "Count": 5, "Date": "2023-07-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9436526, 21.33866776 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33866776, "Longitude": -157.9436526, "Species": "Feral Mallard", "Count": 1, "Date": "2022-11-01" }, "geometry": { "type": "Point", "coordinates": [ -157.9436526, 21.33866776 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33866776, "Longitude": -157.9436526, "Species": "Northern Cardinal", "Count": 3, "Date": "2023-05-18" }, "geometry": { "type": "Point", "coordinates": [ -157.9436526, 21.33866776 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33866776, "Longitude": -157.9436526, "Species": "Northern Mockingbird", "Count": 1, "Date": "2021-08-09" }, "geometry": { "type": "Point", "coordinates": [ -157.9436526, 21.33866776 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33866776, "Longitude": -157.9436526, "Species": "Pacific Golden-Plover", "Count": 5, "Date": "2023-06-04" }, "geometry": { "type": "Point", "coordinates": [ -157.9436526, 21.33866776 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33866776, "Longitude": -157.9436526, "Species": "Red Junglefowl", "Count": 1, "Date": "2022-08-04" }, "geometry": { "type": "Point", "coordinates": [ -157.9436526, 21.33866776 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33866776, "Longitude": -157.9436526, "Species": "Red-crested Cardinal", "Count": 9, "Date": "2023-10-12" }, "geometry": { "type": "Point", "coordinates": [ -157.9436526, 21.33866776 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33866776, "Longitude": -157.9436526, "Species": "Red-vented Bulbul", "Count": 6, "Date": "2023-07-12" }, "geometry": { "type": "Point", "coordinates": [ -157.9436526, 21.33866776 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33866776, "Longitude": -157.9436526, "Species": "Red-whiskered Bulbul", "Count": 3, "Date": "2023-07-12" }, "geometry": { "type": "Point", "coordinates": [ -157.9436526, 21.33866776 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33866776, "Longitude": -157.9436526, "Species": "Ring-necked Pheasant", "Count": 1, "Date": "2020-12-12" }, "geometry": { "type": "Point", "coordinates": [ -157.9436526, 21.33866776 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33866776, "Longitude": -157.9436526, "Species": "Rock Pigeon", "Count": 3, "Date": "2023-10-12" }, "geometry": { "type": "Point", "coordinates": [ -157.9436526, 21.33866776 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33866776, "Longitude": -157.9436526, "Species": "Rose-ringed Parakeet", "Count": 6, "Date": "2023-07-12" }, "geometry": { "type": "Point", "coordinates": [ -157.9436526, 21.33866776 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33866776, "Longitude": -157.9436526, "Species": "Saffron Finch", "Count": 4, "Date": "2023-07-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9436526, 21.33866776 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33866776, "Longitude": -157.9436526, "Species": "Spotted Dove", "Count": 5, "Date": "2023-05-18" }, "geometry": { "type": "Point", "coordinates": [ -157.9436526, 21.33866776 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33866776, "Longitude": -157.9436526, "Species": "Warbling White-eye", "Count": 5, "Date": "2023-07-12" }, "geometry": { "type": "Point", "coordinates": [ -157.9436526, 21.33866776 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33866776, "Longitude": -157.9436526, "Species": "Western Cattle Egret", "Count": 6, "Date": "2023-07-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9436526, 21.33866776 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33866776, "Longitude": -157.9436526, "Species": "White Tern", "Count": 6, "Date": "2023-07-12" }, "geometry": { "type": "Point", "coordinates": [ -157.9436526, 21.33866776 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33866776, "Longitude": -157.9436526, "Species": "White-rumped Shama", "Count": 3, "Date": "2023-07-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9436526, 21.33866776 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33866776, "Longitude": -157.9436526, "Species": "Yellow-fronted Canary", "Count": 1, "Date": "2023-07-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9436526, 21.33866776 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33866776, "Longitude": -157.9436526, "Species": "Zebra Dove", "Count": 9, "Date": "2023-07-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9436526, 21.33866776 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34725981, "Longitude": -157.8760887, "Species": "Cackling Goose", "Count": 1, "Date": "2020-10-13" }, "geometry": { "type": "Point", "coordinates": [ -157.8760887, 21.34725981 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34725981, "Longitude": -157.8760887, "Species": "Chestnut Munia", "Count": 6, "Date": "2020-05-09" }, "geometry": { "type": "Point", "coordinates": [ -157.8760887, 21.34725981 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34725981, "Longitude": -157.8760887, "Species": "Common Myna", "Count": 10, "Date": "2022-05-14" }, "geometry": { "type": "Point", "coordinates": [ -157.8760887, 21.34725981 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34725981, "Longitude": -157.8760887, "Species": "Common Waxbill", "Count": 6, "Date": "2020-05-09" }, "geometry": { "type": "Point", "coordinates": [ -157.8760887, 21.34725981 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34725981, "Longitude": -157.8760887, "Species": "House Finch", "Count": 4, "Date": "2020-04-07" }, "geometry": { "type": "Point", "coordinates": [ -157.8760887, 21.34725981 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34725981, "Longitude": -157.8760887, "Species": "House Sparrow", "Count": 10, "Date": "2022-05-14" }, "geometry": { "type": "Point", "coordinates": [ -157.8760887, 21.34725981 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34725981, "Longitude": -157.8760887, "Species": "Japanese Bush Warbler", "Count": 2, "Date": "2020-02-06" }, "geometry": { "type": "Point", "coordinates": [ -157.8760887, 21.34725981 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34725981, "Longitude": -157.8760887, "Species": "Java Sparrow", "Count": 8, "Date": "2020-05-09" }, "geometry": { "type": "Point", "coordinates": [ -157.8760887, 21.34725981 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34725981, "Longitude": -157.8760887, "Species": "Feral Mallard", "Count": 2, "Date": "2020-03-18" }, "geometry": { "type": "Point", "coordinates": [ -157.8760887, 21.34725981 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34725981, "Longitude": -157.8760887, "Species": "Northern Cardinal", "Count": 8, "Date": "2020-05-09" }, "geometry": { "type": "Point", "coordinates": [ -157.8760887, 21.34725981 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34725981, "Longitude": -157.8760887, "Species": "Oahu Amakihi", "Count": 1, "Date": "2019-02-23" }, "geometry": { "type": "Point", "coordinates": [ -157.8760887, 21.34725981 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34725981, "Longitude": -157.8760887, "Species": "Pacific Golden-Plover", "Count": 7, "Date": "2020-05-09" }, "geometry": { "type": "Point", "coordinates": [ -157.8760887, 21.34725981 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34725981, "Longitude": -157.8760887, "Species": "Red-billed Leiothrix", "Count": 1, "Date": "2019-02-23" }, "geometry": { "type": "Point", "coordinates": [ -157.8760887, 21.34725981 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34725981, "Longitude": -157.8760887, "Species": "Red-crested Cardinal", "Count": 9, "Date": "2020-05-09" }, "geometry": { "type": "Point", "coordinates": [ -157.8760887, 21.34725981 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34725981, "Longitude": -157.8760887, "Species": "Red-vented Bulbul", "Count": 10, "Date": "2022-05-14" }, "geometry": { "type": "Point", "coordinates": [ -157.8760887, 21.34725981 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34725981, "Longitude": -157.8760887, "Species": "Red-whiskered Bulbul", "Count": 4, "Date": "2020-05-09" }, "geometry": { "type": "Point", "coordinates": [ -157.8760887, 21.34725981 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34725981, "Longitude": -157.8760887, "Species": "Rock Pigeon", "Count": 1, "Date": "2020-02-06" }, "geometry": { "type": "Point", "coordinates": [ -157.8760887, 21.34725981 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34725981, "Longitude": -157.8760887, "Species": "Rose-ringed Parakeet", "Count": 8, "Date": "2020-05-09" }, "geometry": { "type": "Point", "coordinates": [ -157.8760887, 21.34725981 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34725981, "Longitude": -157.8760887, "Species": "Saffron Finch", "Count": 7, "Date": "2022-05-14" }, "geometry": { "type": "Point", "coordinates": [ -157.8760887, 21.34725981 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34725981, "Longitude": -157.8760887, "Species": "Scaly-breasted Munia", "Count": 2, "Date": "2020-05-09" }, "geometry": { "type": "Point", "coordinates": [ -157.8760887, 21.34725981 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34725981, "Longitude": -157.8760887, "Species": "Spotted Dove", "Count": 8, "Date": "2020-05-09" }, "geometry": { "type": "Point", "coordinates": [ -157.8760887, 21.34725981 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34725981, "Longitude": -157.8760887, "Species": "Warbling White-eye", "Count": 8, "Date": "2020-05-09" }, "geometry": { "type": "Point", "coordinates": [ -157.8760887, 21.34725981 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34725981, "Longitude": -157.8760887, "Species": "Western Cattle Egret", "Count": 7, "Date": "2020-05-09" }, "geometry": { "type": "Point", "coordinates": [ -157.8760887, 21.34725981 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34725981, "Longitude": -157.8760887, "Species": "White-rumped Shama", "Count": 8, "Date": "2020-05-09" }, "geometry": { "type": "Point", "coordinates": [ -157.8760887, 21.34725981 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34725981, "Longitude": -157.8760887, "Species": "Yellow-fronted Canary", "Count": 7, "Date": "2020-05-09" }, "geometry": { "type": "Point", "coordinates": [ -157.8760887, 21.34725981 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34725981, "Longitude": -157.8760887, "Species": "Zebra Dove", "Count": 9, "Date": "2022-05-14" }, "geometry": { "type": "Point", "coordinates": [ -157.8760887, 21.34725981 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37436029, "Longitude": -157.8758819, "Species": "Chestnut Munia", "Count": 7, "Date": "2023-10-26" }, "geometry": { "type": "Point", "coordinates": [ -157.8758819, 21.37436029 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37436029, "Longitude": -157.8758819, "Species": "Common Myna", "Count": 12, "Date": "2023-10-26" }, "geometry": { "type": "Point", "coordinates": [ -157.8758819, 21.37436029 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37436029, "Longitude": -157.8758819, "Species": "Common Waxbill", "Count": 13, "Date": "2023-10-26" }, "geometry": { "type": "Point", "coordinates": [ -157.8758819, 21.37436029 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37436029, "Longitude": -157.8758819, "Species": "House Finch", "Count": 7, "Date": "2023-10-26" }, "geometry": { "type": "Point", "coordinates": [ -157.8758819, 21.37436029 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37436029, "Longitude": -157.8758819, "Species": "House Sparrow", "Count": 2, "Date": "2023-05-26" }, "geometry": { "type": "Point", "coordinates": [ -157.8758819, 21.37436029 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37436029, "Longitude": -157.8758819, "Species": "Japanese Bush Warbler", "Count": 1, "Date": "2020-03-07" }, "geometry": { "type": "Point", "coordinates": [ -157.8758819, 21.37436029 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37436029, "Longitude": -157.8758819, "Species": "Java Sparrow", "Count": 7, "Date": "2023-09-12" }, "geometry": { "type": "Point", "coordinates": [ -157.8758819, 21.37436029 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37436029, "Longitude": -157.8758819, "Species": "Northern Cardinal", "Count": 8, "Date": "2023-06-17" }, "geometry": { "type": "Point", "coordinates": [ -157.8758819, 21.37436029 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37436029, "Longitude": -157.8758819, "Species": "Oahu Amakihi", "Count": 5, "Date": "2023-10-26" }, "geometry": { "type": "Point", "coordinates": [ -157.8758819, 21.37436029 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37436029, "Longitude": -157.8758819, "Species": "Oahu Elepaio", "Count": 1, "Date": "2022-01-30" }, "geometry": { "type": "Point", "coordinates": [ -157.8758819, 21.37436029 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37436029, "Longitude": -157.8758819, "Species": "Pacific Golden-Plover", "Count": 7, "Date": "2023-10-26" }, "geometry": { "type": "Point", "coordinates": [ -157.8758819, 21.37436029 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37436029, "Longitude": -157.8758819, "Species": "Red Junglefowl", "Count": 1, "Date": "2023-09-03" }, "geometry": { "type": "Point", "coordinates": [ -157.8758819, 21.37436029 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37436029, "Longitude": -157.8758819, "Species": "Red-billed Leiothrix", "Count": 11, "Date": "2023-09-12" }, "geometry": { "type": "Point", "coordinates": [ -157.8758819, 21.37436029 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37436029, "Longitude": -157.8758819, "Species": "Red-crested Cardinal", "Count": 12, "Date": "2023-10-26" }, "geometry": { "type": "Point", "coordinates": [ -157.8758819, 21.37436029 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37436029, "Longitude": -157.8758819, "Species": "Red-vented Bulbul", "Count": 12, "Date": "2023-10-26" }, "geometry": { "type": "Point", "coordinates": [ -157.8758819, 21.37436029 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37436029, "Longitude": -157.8758819, "Species": "Red-whiskered Bulbul", "Count": 11, "Date": "2023-10-26" }, "geometry": { "type": "Point", "coordinates": [ -157.8758819, 21.37436029 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37436029, "Longitude": -157.8758819, "Species": "Rock Pigeon", "Count": 1, "Date": "2022-11-24" }, "geometry": { "type": "Point", "coordinates": [ -157.8758819, 21.37436029 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37436029, "Longitude": -157.8758819, "Species": "Rose-ringed Parakeet", "Count": 1, "Date": "2022-11-24" }, "geometry": { "type": "Point", "coordinates": [ -157.8758819, 21.37436029 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37436029, "Longitude": -157.8758819, "Species": "Saffron Finch", "Count": 3, "Date": "2023-05-26" }, "geometry": { "type": "Point", "coordinates": [ -157.8758819, 21.37436029 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37436029, "Longitude": -157.8758819, "Species": "Scaly-breasted Munia", "Count": 5, "Date": "2023-10-26" }, "geometry": { "type": "Point", "coordinates": [ -157.8758819, 21.37436029 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37436029, "Longitude": -157.8758819, "Species": "Spotted Dove", "Count": 10, "Date": "2023-06-17" }, "geometry": { "type": "Point", "coordinates": [ -157.8758819, 21.37436029 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37436029, "Longitude": -157.8758819, "Species": "Warbling White-eye", "Count": 9, "Date": "2023-10-26" }, "geometry": { "type": "Point", "coordinates": [ -157.8758819, 21.37436029 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37436029, "Longitude": -157.8758819, "Species": "Western Cattle Egret", "Count": 2, "Date": "2023-09-03" }, "geometry": { "type": "Point", "coordinates": [ -157.8758819, 21.37436029 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37436029, "Longitude": -157.8758819, "Species": "White-rumped Shama", "Count": 14, "Date": "2023-10-26" }, "geometry": { "type": "Point", "coordinates": [ -157.8758819, 21.37436029 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37436029, "Longitude": -157.8758819, "Species": "White-tailed Tropicbird", "Count": 1, "Date": "2020-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.8758819, 21.37436029 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37436029, "Longitude": -157.8758819, "Species": "Yellow-fronted Canary", "Count": 3, "Date": "2023-10-26" }, "geometry": { "type": "Point", "coordinates": [ -157.8758819, 21.37436029 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37436029, "Longitude": -157.8758819, "Species": "Zebra Dove", "Count": 13, "Date": "2023-10-26" }, "geometry": { "type": "Point", "coordinates": [ -157.8758819, 21.37436029 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38389482, "Longitude": -157.9529734, "Species": "Black-crowned Night Heron", "Count": 4, "Date": "2023-02-18" }, "geometry": { "type": "Point", "coordinates": [ -157.9529734, 21.38389482 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38389482, "Longitude": -157.9529734, "Species": "Black-necked Stilt", "Count": 3, "Date": "2021-03-02" }, "geometry": { "type": "Point", "coordinates": [ -157.9529734, 21.38389482 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38389482, "Longitude": -157.9529734, "Species": "Chestnut Munia", "Count": 4, "Date": "2021-10-07" }, "geometry": { "type": "Point", "coordinates": [ -157.9529734, 21.38389482 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38389482, "Longitude": -157.9529734, "Species": "Common Gallinule", "Count": 3, "Date": "2023-02-18" }, "geometry": { "type": "Point", "coordinates": [ -157.9529734, 21.38389482 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38389482, "Longitude": -157.9529734, "Species": "Common Myna", "Count": 15, "Date": "2023-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9529734, 21.38389482 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38389482, "Longitude": -157.9529734, "Species": "Common Waxbill", "Count": 7, "Date": "2023-02-18" }, "geometry": { "type": "Point", "coordinates": [ -157.9529734, 21.38389482 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38389482, "Longitude": -157.9529734, "Species": "House Finch", "Count": 3, "Date": "2023-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9529734, 21.38389482 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38389482, "Longitude": -157.9529734, "Species": "House Sparrow", "Count": 9, "Date": "2023-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9529734, 21.38389482 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38389482, "Longitude": -157.9529734, "Species": "Java Sparrow", "Count": 6, "Date": "2023-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9529734, 21.38389482 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38389482, "Longitude": -157.9529734, "Species": "Feral Mallard", "Count": 3, "Date": "2023-02-18" }, "geometry": { "type": "Point", "coordinates": [ -157.9529734, 21.38389482 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38389482, "Longitude": -157.9529734, "Species": "Northern Cardinal", "Count": 1, "Date": "2021-01-07" }, "geometry": { "type": "Point", "coordinates": [ -157.9529734, 21.38389482 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38389482, "Longitude": -157.9529734, "Species": "Pacific Golden-Plover", "Count": 12, "Date": "2023-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9529734, 21.38389482 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38389482, "Longitude": -157.9529734, "Species": "Red Junglefowl", "Count": 10, "Date": "2023-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9529734, 21.38389482 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38389482, "Longitude": -157.9529734, "Species": "Red-crested Cardinal", "Count": 9, "Date": "2023-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9529734, 21.38389482 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38389482, "Longitude": -157.9529734, "Species": "Red-crowned Parrot", "Count": 1, "Date": "2023-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9529734, 21.38389482 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38389482, "Longitude": -157.9529734, "Species": "Red-vented Bulbul", "Count": 5, "Date": "2023-02-18" }, "geometry": { "type": "Point", "coordinates": [ -157.9529734, 21.38389482 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38389482, "Longitude": -157.9529734, "Species": "Red-whiskered Bulbul", "Count": 3, "Date": "2023-02-18" }, "geometry": { "type": "Point", "coordinates": [ -157.9529734, 21.38389482 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38389482, "Longitude": -157.9529734, "Species": "Rock Pigeon", "Count": 8, "Date": "2023-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9529734, 21.38389482 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38389482, "Longitude": -157.9529734, "Species": "Rose-ringed Parakeet", "Count": 1, "Date": "2021-10-07" }, "geometry": { "type": "Point", "coordinates": [ -157.9529734, 21.38389482 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38389482, "Longitude": -157.9529734, "Species": "Saffron Finch", "Count": 12, "Date": "2023-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9529734, 21.38389482 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38389482, "Longitude": -157.9529734, "Species": "Spotted Dove", "Count": 8, "Date": "2023-02-18" }, "geometry": { "type": "Point", "coordinates": [ -157.9529734, 21.38389482 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38389482, "Longitude": -157.9529734, "Species": "Wandering Tattler", "Count": 3, "Date": "2023-02-18" }, "geometry": { "type": "Point", "coordinates": [ -157.9529734, 21.38389482 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38389482, "Longitude": -157.9529734, "Species": "Warbling White-eye", "Count": 3, "Date": "2023-02-17" }, "geometry": { "type": "Point", "coordinates": [ -157.9529734, 21.38389482 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38389482, "Longitude": -157.9529734, "Species": "Western Cattle Egret", "Count": 14, "Date": "2023-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9529734, 21.38389482 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38389482, "Longitude": -157.9529734, "Species": "White-rumped Shama", "Count": 1, "Date": "2021-10-07" }, "geometry": { "type": "Point", "coordinates": [ -157.9529734, 21.38389482 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38389482, "Longitude": -157.9529734, "Species": "Zebra Dove", "Count": 13, "Date": "2023-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9529734, 21.38389482 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39196006, "Longitude": -157.8082261, "Species": "Chestnut Munia", "Count": 5, "Date": "2022-08-20" }, "geometry": { "type": "Point", "coordinates": [ -157.808226100000013, 21.39196006 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39196006, "Longitude": -157.8082261, "Species": "Common Myna", "Count": 7, "Date": "2022-08-20" }, "geometry": { "type": "Point", "coordinates": [ -157.808226100000013, 21.39196006 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39196006, "Longitude": -157.8082261, "Species": "Common Waxbill", "Count": 7, "Date": "2021-02-04" }, "geometry": { "type": "Point", "coordinates": [ -157.808226100000013, 21.39196006 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39196006, "Longitude": -157.8082261, "Species": "Green-winged Teal", "Count": 1, "Date": "2021-12-20" }, "geometry": { "type": "Point", "coordinates": [ -157.808226100000013, 21.39196006 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39196006, "Longitude": -157.8082261, "Species": "Hawaiian Coot", "Count": 9, "Date": "2022-08-20" }, "geometry": { "type": "Point", "coordinates": [ -157.808226100000013, 21.39196006 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39196006, "Longitude": -157.8082261, "Species": "House Finch", "Count": 1, "Date": "2019-04-20" }, "geometry": { "type": "Point", "coordinates": [ -157.808226100000013, 21.39196006 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39196006, "Longitude": -157.8082261, "Species": "Java Sparrow", "Count": 1, "Date": "2020-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.808226100000013, 21.39196006 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39196006, "Longitude": -157.8082261, "Species": "Feral Mallard", "Count": 9, "Date": "2023-03-10" }, "geometry": { "type": "Point", "coordinates": [ -157.808226100000013, 21.39196006 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39196006, "Longitude": -157.8082261, "Species": "Muscovy Duck", "Count": 4, "Date": "2024-01-06" }, "geometry": { "type": "Point", "coordinates": [ -157.808226100000013, 21.39196006 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39196006, "Longitude": -157.8082261, "Species": "Northern Cardinal", "Count": 4, "Date": "2020-02-01" }, "geometry": { "type": "Point", "coordinates": [ -157.808226100000013, 21.39196006 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39196006, "Longitude": -157.8082261, "Species": "Osprey", "Count": 1, "Date": "2021-10-10" }, "geometry": { "type": "Point", "coordinates": [ -157.808226100000013, 21.39196006 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39196006, "Longitude": -157.8082261, "Species": "Pacific Golden-Plover", "Count": 1, "Date": "2019-04-20" }, "geometry": { "type": "Point", "coordinates": [ -157.808226100000013, 21.39196006 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39196006, "Longitude": -157.8082261, "Species": "Red-billed Leiothrix", "Count": 4, "Date": "2023-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.808226100000013, 21.39196006 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39196006, "Longitude": -157.8082261, "Species": "Red-crested Cardinal", "Count": 10, "Date": "2023-10-04" }, "geometry": { "type": "Point", "coordinates": [ -157.808226100000013, 21.39196006 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39196006, "Longitude": -157.8082261, "Species": "Red-vented Bulbul", "Count": 7, "Date": "2023-03-03" }, "geometry": { "type": "Point", "coordinates": [ -157.808226100000013, 21.39196006 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39196006, "Longitude": -157.8082261, "Species": "Red-whiskered Bulbul", "Count": 10, "Date": "2023-10-04" }, "geometry": { "type": "Point", "coordinates": [ -157.808226100000013, 21.39196006 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39196006, "Longitude": -157.8082261, "Species": "Ring-necked Pheasant", "Count": 1, "Date": "2022-09-22" }, "geometry": { "type": "Point", "coordinates": [ -157.808226100000013, 21.39196006 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39196006, "Longitude": -157.8082261, "Species": "Rock Pigeon", "Count": 1, "Date": "2019-04-20" }, "geometry": { "type": "Point", "coordinates": [ -157.808226100000013, 21.39196006 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39196006, "Longitude": -157.8082261, "Species": "Spotted Dove", "Count": 7, "Date": "2022-08-20" }, "geometry": { "type": "Point", "coordinates": [ -157.808226100000013, 21.39196006 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39196006, "Longitude": -157.8082261, "Species": "Wandering Tattler", "Count": 1, "Date": "2019-04-04" }, "geometry": { "type": "Point", "coordinates": [ -157.808226100000013, 21.39196006 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39196006, "Longitude": -157.8082261, "Species": "Warbling White-eye", "Count": 9, "Date": "2023-03-03" }, "geometry": { "type": "Point", "coordinates": [ -157.808226100000013, 21.39196006 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39196006, "Longitude": -157.8082261, "Species": "Western Cattle Egret", "Count": 3, "Date": "2021-10-10" }, "geometry": { "type": "Point", "coordinates": [ -157.808226100000013, 21.39196006 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39196006, "Longitude": -157.8082261, "Species": "White-rumped Shama", "Count": 12, "Date": "2023-10-04" }, "geometry": { "type": "Point", "coordinates": [ -157.808226100000013, 21.39196006 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39196006, "Longitude": -157.8082261, "Species": "Zebra Dove", "Count": 11, "Date": "2023-03-03" }, "geometry": { "type": "Point", "coordinates": [ -157.808226100000013, 21.39196006 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39161024, "Longitude": -157.7600006, "Species": "Black-crowned Night Heron", "Count": 2, "Date": "2024-02-11" }, "geometry": { "type": "Point", "coordinates": [ -157.760000600000012, 21.39161024 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39161024, "Longitude": -157.7600006, "Species": "Chestnut Munia", "Count": 2, "Date": "2020-12-20" }, "geometry": { "type": "Point", "coordinates": [ -157.760000600000012, 21.39161024 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39161024, "Longitude": -157.7600006, "Species": "Common Gallinule", "Count": 1, "Date": "2024-02-11" }, "geometry": { "type": "Point", "coordinates": [ -157.760000600000012, 21.39161024 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39161024, "Longitude": -157.7600006, "Species": "Common Myna", "Count": 5, "Date": "2024-02-11" }, "geometry": { "type": "Point", "coordinates": [ -157.760000600000012, 21.39161024 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39161024, "Longitude": -157.7600006, "Species": "Common Waxbill", "Count": 4, "Date": "2024-02-11" }, "geometry": { "type": "Point", "coordinates": [ -157.760000600000012, 21.39161024 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39161024, "Longitude": -157.7600006, "Species": "Great Frigatebird", "Count": 1, "Date": "2022-07-30" }, "geometry": { "type": "Point", "coordinates": [ -157.760000600000012, 21.39161024 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39161024, "Longitude": -157.7600006, "Species": "House Finch", "Count": 2, "Date": "2020-12-20" }, "geometry": { "type": "Point", "coordinates": [ -157.760000600000012, 21.39161024 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39161024, "Longitude": -157.7600006, "Species": "Japanese Bush Warbler", "Count": 3, "Date": "2020-12-20" }, "geometry": { "type": "Point", "coordinates": [ -157.760000600000012, 21.39161024 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39161024, "Longitude": -157.7600006, "Species": "Java Sparrow", "Count": 1, "Date": "2024-02-11" }, "geometry": { "type": "Point", "coordinates": [ -157.760000600000012, 21.39161024 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39161024, "Longitude": -157.7600006, "Species": "Feral Mallard", "Count": 7, "Date": "2023-12-11" }, "geometry": { "type": "Point", "coordinates": [ -157.760000600000012, 21.39161024 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39161024, "Longitude": -157.7600006, "Species": "Northern Cardinal", "Count": 5, "Date": "2024-02-11" }, "geometry": { "type": "Point", "coordinates": [ -157.760000600000012, 21.39161024 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39161024, "Longitude": -157.7600006, "Species": "Northern Pintail", "Count": 2, "Date": "2020-12-20" }, "geometry": { "type": "Point", "coordinates": [ -157.760000600000012, 21.39161024 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39161024, "Longitude": -157.7600006, "Species": "Northern Shoveler", "Count": 1, "Date": "2022-02-13" }, "geometry": { "type": "Point", "coordinates": [ -157.760000600000012, 21.39161024 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39161024, "Longitude": -157.7600006, "Species": "Pacific Golden-Plover", "Count": 1, "Date": "2024-02-11" }, "geometry": { "type": "Point", "coordinates": [ -157.760000600000012, 21.39161024 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39161024, "Longitude": -157.7600006, "Species": "Red Junglefowl", "Count": 2, "Date": "2024-01-13" }, "geometry": { "type": "Point", "coordinates": [ -157.760000600000012, 21.39161024 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39161024, "Longitude": -157.7600006, "Species": "Red-billed Leiothrix", "Count": 1, "Date": "2019-04-02" }, "geometry": { "type": "Point", "coordinates": [ -157.760000600000012, 21.39161024 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39161024, "Longitude": -157.7600006, "Species": "Red-crested Cardinal", "Count": 4, "Date": "2024-02-11" }, "geometry": { "type": "Point", "coordinates": [ -157.760000600000012, 21.39161024 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39161024, "Longitude": -157.7600006, "Species": "Red-vented Bulbul", "Count": 8, "Date": "2024-02-11" }, "geometry": { "type": "Point", "coordinates": [ -157.760000600000012, 21.39161024 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39161024, "Longitude": -157.7600006, "Species": "Red-whiskered Bulbul", "Count": 5, "Date": "2024-01-13" }, "geometry": { "type": "Point", "coordinates": [ -157.760000600000012, 21.39161024 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39161024, "Longitude": -157.7600006, "Species": "Spotted Dove", "Count": 5, "Date": "2024-02-11" }, "geometry": { "type": "Point", "coordinates": [ -157.760000600000012, 21.39161024 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39161024, "Longitude": -157.7600006, "Species": "Warbling White-eye", "Count": 3, "Date": "2022-02-13" }, "geometry": { "type": "Point", "coordinates": [ -157.760000600000012, 21.39161024 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39161024, "Longitude": -157.7600006, "Species": "Western Cattle Egret", "Count": 6, "Date": "2024-02-11" }, "geometry": { "type": "Point", "coordinates": [ -157.760000600000012, 21.39161024 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39161024, "Longitude": -157.7600006, "Species": "White-rumped Shama", "Count": 2, "Date": "2022-02-13" }, "geometry": { "type": "Point", "coordinates": [ -157.760000600000012, 21.39161024 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39161024, "Longitude": -157.7600006, "Species": "Zebra Dove", "Count": 3, "Date": "2024-02-11" }, "geometry": { "type": "Point", "coordinates": [ -157.760000600000012, 21.39161024 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40988802, "Longitude": -157.7887868, "Species": "Black Swan", "Count": 1, "Date": "2023-08-05" }, "geometry": { "type": "Point", "coordinates": [ -157.7887868, 21.40988802 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40988802, "Longitude": -157.7887868, "Species": "Black-necked Stilt", "Count": 1, "Date": "2020-08-01" }, "geometry": { "type": "Point", "coordinates": [ -157.7887868, 21.40988802 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40988802, "Longitude": -157.7887868, "Species": "Chestnut Munia", "Count": 11, "Date": "2023-07-24" }, "geometry": { "type": "Point", "coordinates": [ -157.7887868, 21.40988802 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40988802, "Longitude": -157.7887868, "Species": "Common Myna", "Count": 14, "Date": "2023-08-05" }, "geometry": { "type": "Point", "coordinates": [ -157.7887868, 21.40988802 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40988802, "Longitude": -157.7887868, "Species": "Common Waxbill", "Count": 10, "Date": "2023-07-24" }, "geometry": { "type": "Point", "coordinates": [ -157.7887868, 21.40988802 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40988802, "Longitude": -157.7887868, "Species": "House Finch", "Count": 6, "Date": "2023-07-24" }, "geometry": { "type": "Point", "coordinates": [ -157.7887868, 21.40988802 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40988802, "Longitude": -157.7887868, "Species": "House Sparrow", "Count": 5, "Date": "2021-10-03" }, "geometry": { "type": "Point", "coordinates": [ -157.7887868, 21.40988802 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40988802, "Longitude": -157.7887868, "Species": "Indian Peafowl", "Count": 1, "Date": "2023-08-05" }, "geometry": { "type": "Point", "coordinates": [ -157.7887868, 21.40988802 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40988802, "Longitude": -157.7887868, "Species": "Java Sparrow", "Count": 10, "Date": "2023-07-24" }, "geometry": { "type": "Point", "coordinates": [ -157.7887868, 21.40988802 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40988802, "Longitude": -157.7887868, "Species": "Feral Mallard", "Count": 1, "Date": "2023-08-05" }, "geometry": { "type": "Point", "coordinates": [ -157.7887868, 21.40988802 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40988802, "Longitude": -157.7887868, "Species": "Pacific Golden-Plover", "Count": 8, "Date": "2022-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.7887868, 21.40988802 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40988802, "Longitude": -157.7887868, "Species": "Red Avadavat", "Count": 6, "Date": "2023-07-24" }, "geometry": { "type": "Point", "coordinates": [ -157.7887868, 21.40988802 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40988802, "Longitude": -157.7887868, "Species": "Red Junglefowl", "Count": 5, "Date": "2023-07-21" }, "geometry": { "type": "Point", "coordinates": [ -157.7887868, 21.40988802 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40988802, "Longitude": -157.7887868, "Species": "Red-crested Cardinal", "Count": 10, "Date": "2023-07-31" }, "geometry": { "type": "Point", "coordinates": [ -157.7887868, 21.40988802 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40988802, "Longitude": -157.7887868, "Species": "Red-vented Bulbul", "Count": 6, "Date": "2023-07-24" }, "geometry": { "type": "Point", "coordinates": [ -157.7887868, 21.40988802 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40988802, "Longitude": -157.7887868, "Species": "Red-whiskered Bulbul", "Count": 2, "Date": "2021-07-12" }, "geometry": { "type": "Point", "coordinates": [ -157.7887868, 21.40988802 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40988802, "Longitude": -157.7887868, "Species": "Rock Pigeon", "Count": 4, "Date": "2023-07-24" }, "geometry": { "type": "Point", "coordinates": [ -157.7887868, 21.40988802 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40988802, "Longitude": -157.7887868, "Species": "Ruddy Turnstone", "Count": 1, "Date": "2022-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.7887868, 21.40988802 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40988802, "Longitude": -157.7887868, "Species": "Saffron Finch", "Count": 5, "Date": "2023-07-24" }, "geometry": { "type": "Point", "coordinates": [ -157.7887868, 21.40988802 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40988802, "Longitude": -157.7887868, "Species": "Scaly-breasted Munia", "Count": 1, "Date": "2023-07-24" }, "geometry": { "type": "Point", "coordinates": [ -157.7887868, 21.40988802 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40988802, "Longitude": -157.7887868, "Species": "Spotted Dove", "Count": 10, "Date": "2023-08-05" }, "geometry": { "type": "Point", "coordinates": [ -157.7887868, 21.40988802 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40988802, "Longitude": -157.7887868, "Species": "Wandering Tattler", "Count": 1, "Date": "2022-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.7887868, 21.40988802 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40988802, "Longitude": -157.7887868, "Species": "Warbling White-eye", "Count": 2, "Date": "2023-07-24" }, "geometry": { "type": "Point", "coordinates": [ -157.7887868, 21.40988802 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40988802, "Longitude": -157.7887868, "Species": "Western Cattle Egret", "Count": 12, "Date": "2023-08-05" }, "geometry": { "type": "Point", "coordinates": [ -157.7887868, 21.40988802 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40988802, "Longitude": -157.7887868, "Species": "White-rumped Shama", "Count": 1, "Date": "2020-01-18" }, "geometry": { "type": "Point", "coordinates": [ -157.7887868, 21.40988802 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40988802, "Longitude": -157.7887868, "Species": "Yellow-fronted Canary", "Count": 1, "Date": "2019-02-12" }, "geometry": { "type": "Point", "coordinates": [ -157.7887868, 21.40988802 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40988802, "Longitude": -157.7887868, "Species": "Zebra Dove", "Count": 11, "Date": "2023-08-05" }, "geometry": { "type": "Point", "coordinates": [ -157.7887868, 21.40988802 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43739715, "Longitude": -157.8464525, "Species": "Black-crowned Night Heron", "Count": 1, "Date": "2023-08-29" }, "geometry": { "type": "Point", "coordinates": [ -157.8464525, 21.43739715 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43739715, "Longitude": -157.8464525, "Species": "Chestnut Munia", "Count": 18, "Date": "2023-12-11" }, "geometry": { "type": "Point", "coordinates": [ -157.8464525, 21.43739715 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43739715, "Longitude": -157.8464525, "Species": "Common Myna", "Count": 22, "Date": "2024-01-27" }, "geometry": { "type": "Point", "coordinates": [ -157.8464525, 21.43739715 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43739715, "Longitude": -157.8464525, "Species": "Common Waxbill", "Count": 11, "Date": "2024-01-27" }, "geometry": { "type": "Point", "coordinates": [ -157.8464525, 21.43739715 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43739715, "Longitude": -157.8464525, "Species": "House Finch", "Count": 11, "Date": "2023-10-18" }, "geometry": { "type": "Point", "coordinates": [ -157.8464525, 21.43739715 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43739715, "Longitude": -157.8464525, "Species": "House Sparrow", "Count": 3, "Date": "2023-08-01" }, "geometry": { "type": "Point", "coordinates": [ -157.8464525, 21.43739715 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43739715, "Longitude": -157.8464525, "Species": "Java Sparrow", "Count": 9, "Date": "2024-01-27" }, "geometry": { "type": "Point", "coordinates": [ -157.8464525, 21.43739715 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43739715, "Longitude": -157.8464525, "Species": "Feral Mallard", "Count": 1, "Date": "2023-05-21" }, "geometry": { "type": "Point", "coordinates": [ -157.8464525, 21.43739715 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43739715, "Longitude": -157.8464525, "Species": "Mourning Dove", "Count": 1, "Date": "2023-12-11" }, "geometry": { "type": "Point", "coordinates": [ -157.8464525, 21.43739715 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43739715, "Longitude": -157.8464525, "Species": "Northern Cardinal", "Count": 6, "Date": "2023-09-25" }, "geometry": { "type": "Point", "coordinates": [ -157.8464525, 21.43739715 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43739715, "Longitude": -157.8464525, "Species": "Pacific Golden-Plover", "Count": 5, "Date": "2024-01-27" }, "geometry": { "type": "Point", "coordinates": [ -157.8464525, 21.43739715 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43739715, "Longitude": -157.8464525, "Species": "Red Junglefowl", "Count": 8, "Date": "2024-01-27" }, "geometry": { "type": "Point", "coordinates": [ -157.8464525, 21.43739715 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43739715, "Longitude": -157.8464525, "Species": "Red-billed Leiothrix", "Count": 4, "Date": "2024-01-27" }, "geometry": { "type": "Point", "coordinates": [ -157.8464525, 21.43739715 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43739715, "Longitude": -157.8464525, "Species": "Red-crested Cardinal", "Count": 17, "Date": "2024-01-27" }, "geometry": { "type": "Point", "coordinates": [ -157.8464525, 21.43739715 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43739715, "Longitude": -157.8464525, "Species": "Red-vented Bulbul", "Count": 18, "Date": "2024-01-27" }, "geometry": { "type": "Point", "coordinates": [ -157.8464525, 21.43739715 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43739715, "Longitude": -157.8464525, "Species": "Red-whiskered Bulbul", "Count": 20, "Date": "2024-01-27" }, "geometry": { "type": "Point", "coordinates": [ -157.8464525, 21.43739715 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43739715, "Longitude": -157.8464525, "Species": "Saffron Finch", "Count": 2, "Date": "2023-07-06" }, "geometry": { "type": "Point", "coordinates": [ -157.8464525, 21.43739715 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43739715, "Longitude": -157.8464525, "Species": "Scaly-breasted Munia", "Count": 2, "Date": "2023-12-11" }, "geometry": { "type": "Point", "coordinates": [ -157.8464525, 21.43739715 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43739715, "Longitude": -157.8464525, "Species": "Spotted Dove", "Count": 23, "Date": "2024-01-27" }, "geometry": { "type": "Point", "coordinates": [ -157.8464525, 21.43739715 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43739715, "Longitude": -157.8464525, "Species": "Warbling White-eye", "Count": 17, "Date": "2024-01-27" }, "geometry": { "type": "Point", "coordinates": [ -157.8464525, 21.43739715 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43739715, "Longitude": -157.8464525, "Species": "Western Cattle Egret", "Count": 1, "Date": "2023-06-20" }, "geometry": { "type": "Point", "coordinates": [ -157.8464525, 21.43739715 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43739715, "Longitude": -157.8464525, "Species": "White-rumped Shama", "Count": 11, "Date": "2023-12-05" }, "geometry": { "type": "Point", "coordinates": [ -157.8464525, 21.43739715 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43739715, "Longitude": -157.8464525, "Species": "White-tailed Tropicbird", "Count": 1, "Date": "2023-09-25" }, "geometry": { "type": "Point", "coordinates": [ -157.8464525, 21.43739715 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43739715, "Longitude": -157.8464525, "Species": "Yellow-faced Grassquit", "Count": 10, "Date": "2023-08-08" }, "geometry": { "type": "Point", "coordinates": [ -157.8464525, 21.43739715 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43739715, "Longitude": -157.8464525, "Species": "Zebra Dove", "Count": 23, "Date": "2024-01-27" }, "geometry": { "type": "Point", "coordinates": [ -157.8464525, 21.43739715 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49304025, "Longitude": -158.0776817, "Species": "African Silverbill", "Count": 1, "Date": "2021-05-09" }, "geometry": { "type": "Point", "coordinates": [ -158.0776817, 21.49304025 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49304025, "Longitude": -158.0776817, "Species": "Apapane", "Count": 2, "Date": "2021-12-08" }, "geometry": { "type": "Point", "coordinates": [ -158.0776817, 21.49304025 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49304025, "Longitude": -158.0776817, "Species": "Brown Booby", "Count": 1, "Date": "2022-10-03" }, "geometry": { "type": "Point", "coordinates": [ -158.0776817, 21.49304025 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49304025, "Longitude": -158.0776817, "Species": "Chestnut Munia", "Count": 4, "Date": "2021-12-10" }, "geometry": { "type": "Point", "coordinates": [ -158.0776817, 21.49304025 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49304025, "Longitude": -158.0776817, "Species": "Common Myna", "Count": 18, "Date": "2022-10-15" }, "geometry": { "type": "Point", "coordinates": [ -158.0776817, 21.49304025 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49304025, "Longitude": -158.0776817, "Species": "Common Waxbill", "Count": 8, "Date": "2021-12-10" }, "geometry": { "type": "Point", "coordinates": [ -158.0776817, 21.49304025 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49304025, "Longitude": -158.0776817, "Species": "Erckel's Spurfowl", "Count": 2, "Date": "2019-06-19" }, "geometry": { "type": "Point", "coordinates": [ -158.0776817, 21.49304025 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49304025, "Longitude": -158.0776817, "Species": "Gray Francolin", "Count": 2, "Date": "2021-12-02" }, "geometry": { "type": "Point", "coordinates": [ -158.0776817, 21.49304025 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49304025, "Longitude": -158.0776817, "Species": "House Finch", "Count": 14, "Date": "2021-12-10" }, "geometry": { "type": "Point", "coordinates": [ -158.0776817, 21.49304025 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49304025, "Longitude": -158.0776817, "Species": "Java Sparrow", "Count": 5, "Date": "2021-12-09" }, "geometry": { "type": "Point", "coordinates": [ -158.0776817, 21.49304025 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49304025, "Longitude": -158.0776817, "Species": "Northern Cardinal", "Count": 9, "Date": "2021-12-02" }, "geometry": { "type": "Point", "coordinates": [ -158.0776817, 21.49304025 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49304025, "Longitude": -158.0776817, "Species": "Pacific Golden-Plover", "Count": 7, "Date": "2022-10-15" }, "geometry": { "type": "Point", "coordinates": [ -158.0776817, 21.49304025 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49304025, "Longitude": -158.0776817, "Species": "Red Avadavat", "Count": 2, "Date": "2021-12-08" }, "geometry": { "type": "Point", "coordinates": [ -158.0776817, 21.49304025 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49304025, "Longitude": -158.0776817, "Species": "Red Junglefowl", "Count": 7, "Date": "2022-07-06" }, "geometry": { "type": "Point", "coordinates": [ -158.0776817, 21.49304025 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49304025, "Longitude": -158.0776817, "Species": "Red-crested Cardinal", "Count": 14, "Date": "2021-12-10" }, "geometry": { "type": "Point", "coordinates": [ -158.0776817, 21.49304025 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49304025, "Longitude": -158.0776817, "Species": "Red-crowned Parrot", "Count": 7, "Date": "2021-12-10" }, "geometry": { "type": "Point", "coordinates": [ -158.0776817, 21.49304025 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49304025, "Longitude": -158.0776817, "Species": "Red-vented Bulbul", "Count": 13, "Date": "2021-12-10" }, "geometry": { "type": "Point", "coordinates": [ -158.0776817, 21.49304025 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49304025, "Longitude": -158.0776817, "Species": "Red-whiskered Bulbul", "Count": 10, "Date": "2021-12-10" }, "geometry": { "type": "Point", "coordinates": [ -158.0776817, 21.49304025 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49304025, "Longitude": -158.0776817, "Species": "Rock Pigeon", "Count": 2, "Date": "2021-05-08" }, "geometry": { "type": "Point", "coordinates": [ -158.0776817, 21.49304025 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49304025, "Longitude": -158.0776817, "Species": "Rose-ringed Parakeet", "Count": 3, "Date": "2020-05-02" }, "geometry": { "type": "Point", "coordinates": [ -158.0776817, 21.49304025 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49304025, "Longitude": -158.0776817, "Species": "Saffron Finch", "Count": 14, "Date": "2022-07-06" }, "geometry": { "type": "Point", "coordinates": [ -158.0776817, 21.49304025 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49304025, "Longitude": -158.0776817, "Species": "Spotted Dove", "Count": 16, "Date": "2022-10-15" }, "geometry": { "type": "Point", "coordinates": [ -158.0776817, 21.49304025 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49304025, "Longitude": -158.0776817, "Species": "Warbling White-eye", "Count": 9, "Date": "2022-10-03" }, "geometry": { "type": "Point", "coordinates": [ -158.0776817, 21.49304025 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49304025, "Longitude": -158.0776817, "Species": "Western Cattle Egret", "Count": 3, "Date": "2022-10-15" }, "geometry": { "type": "Point", "coordinates": [ -158.0776817, 21.49304025 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49304025, "Longitude": -158.0776817, "Species": "White-rumped Shama", "Count": 10, "Date": "2022-10-15" }, "geometry": { "type": "Point", "coordinates": [ -158.0776817, 21.49304025 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49304025, "Longitude": -158.0776817, "Species": "Yellow-fronted Canary", "Count": 3, "Date": "2021-12-10" }, "geometry": { "type": "Point", "coordinates": [ -158.0776817, 21.49304025 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49304025, "Longitude": -158.0776817, "Species": "Zebra Dove", "Count": 19, "Date": "2022-10-15" }, "geometry": { "type": "Point", "coordinates": [ -158.0776817, 21.49304025 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49276397, "Longitude": -158.0294184, "Species": "Chestnut Munia", "Count": 5, "Date": "2021-04-17" }, "geometry": { "type": "Point", "coordinates": [ -158.0294184, 21.49276397 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49276397, "Longitude": -158.0294184, "Species": "Common Myna", "Count": 14, "Date": "2023-07-10" }, "geometry": { "type": "Point", "coordinates": [ -158.0294184, 21.49276397 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49276397, "Longitude": -158.0294184, "Species": "Common Waxbill", "Count": 8, "Date": "2022-09-14" }, "geometry": { "type": "Point", "coordinates": [ -158.0294184, 21.49276397 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49276397, "Longitude": -158.0294184, "Species": "House Finch", "Count": 3, "Date": "2022-05-28" }, "geometry": { "type": "Point", "coordinates": [ -158.0294184, 21.49276397 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49276397, "Longitude": -158.0294184, "Species": "House Sparrow", "Count": 5, "Date": "2020-11-09" }, "geometry": { "type": "Point", "coordinates": [ -158.0294184, 21.49276397 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49276397, "Longitude": -158.0294184, "Species": "Indian Peafowl", "Count": 1, "Date": "2022-05-28" }, "geometry": { "type": "Point", "coordinates": [ -158.0294184, 21.49276397 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49276397, "Longitude": -158.0294184, "Species": "Java Sparrow", "Count": 3, "Date": "2021-04-17" }, "geometry": { "type": "Point", "coordinates": [ -158.0294184, 21.49276397 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49276397, "Longitude": -158.0294184, "Species": "Feral Mallard", "Count": 2, "Date": "2019-02-28" }, "geometry": { "type": "Point", "coordinates": [ -158.0294184, 21.49276397 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49276397, "Longitude": -158.0294184, "Species": "Muscovy Duck", "Count": 2, "Date": "2020-11-09" }, "geometry": { "type": "Point", "coordinates": [ -158.0294184, 21.49276397 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49276397, "Longitude": -158.0294184, "Species": "Northern Cardinal", "Count": 5, "Date": "2022-05-28" }, "geometry": { "type": "Point", "coordinates": [ -158.0294184, 21.49276397 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49276397, "Longitude": -158.0294184, "Species": "Pacific Golden-Plover", "Count": 8, "Date": "2022-09-14" }, "geometry": { "type": "Point", "coordinates": [ -158.0294184, 21.49276397 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49276397, "Longitude": -158.0294184, "Species": "Red Junglefowl", "Count": 7, "Date": "2023-07-10" }, "geometry": { "type": "Point", "coordinates": [ -158.0294184, 21.49276397 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49276397, "Longitude": -158.0294184, "Species": "Red-billed Leiothrix", "Count": 1, "Date": "2022-09-14" }, "geometry": { "type": "Point", "coordinates": [ -158.0294184, 21.49276397 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49276397, "Longitude": -158.0294184, "Species": "Red-crested Cardinal", "Count": 6, "Date": "2022-09-14" }, "geometry": { "type": "Point", "coordinates": [ -158.0294184, 21.49276397 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49276397, "Longitude": -158.0294184, "Species": "Red-crowned Parrot", "Count": 2, "Date": "2023-07-10" }, "geometry": { "type": "Point", "coordinates": [ -158.0294184, 21.49276397 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49276397, "Longitude": -158.0294184, "Species": "Red-vented Bulbul", "Count": 10, "Date": "2022-09-14" }, "geometry": { "type": "Point", "coordinates": [ -158.0294184, 21.49276397 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49276397, "Longitude": -158.0294184, "Species": "Red-whiskered Bulbul", "Count": 7, "Date": "2022-09-14" }, "geometry": { "type": "Point", "coordinates": [ -158.0294184, 21.49276397 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49276397, "Longitude": -158.0294184, "Species": "Rose-ringed Parakeet", "Count": 1, "Date": "2022-05-25" }, "geometry": { "type": "Point", "coordinates": [ -158.0294184, 21.49276397 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49276397, "Longitude": -158.0294184, "Species": "Saffron Finch", "Count": 3, "Date": "2021-04-17" }, "geometry": { "type": "Point", "coordinates": [ -158.0294184, 21.49276397 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49276397, "Longitude": -158.0294184, "Species": "Scaly-breasted Munia", "Count": 2, "Date": "2020-11-09" }, "geometry": { "type": "Point", "coordinates": [ -158.0294184, 21.49276397 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49276397, "Longitude": -158.0294184, "Species": "Spotted Dove", "Count": 11, "Date": "2022-05-28" }, "geometry": { "type": "Point", "coordinates": [ -158.0294184, 21.49276397 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49276397, "Longitude": -158.0294184, "Species": "Warbling White-eye", "Count": 6, "Date": "2022-05-28" }, "geometry": { "type": "Point", "coordinates": [ -158.0294184, 21.49276397 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49276397, "Longitude": -158.0294184, "Species": "Western Cattle Egret", "Count": 2, "Date": "2021-06-12" }, "geometry": { "type": "Point", "coordinates": [ -158.0294184, 21.49276397 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49276397, "Longitude": -158.0294184, "Species": "White-rumped Shama", "Count": 5, "Date": "2022-05-28" }, "geometry": { "type": "Point", "coordinates": [ -158.0294184, 21.49276397 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.49276397, "Longitude": -158.0294184, "Species": "Zebra Dove", "Count": 11, "Date": "2022-05-28" }, "geometry": { "type": "Point", "coordinates": [ -158.0294184, 21.49276397 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57525945, "Longitude": -158.2606721, "Species": "African Silverbill", "Count": 1, "Date": "2021-02-15" }, "geometry": { "type": "Point", "coordinates": [ -158.2606721, 21.57525945 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57525945, "Longitude": -158.2606721, "Species": "Black-footed Albatross", "Count": 1, "Date": "2022-11-26" }, "geometry": { "type": "Point", "coordinates": [ -158.2606721, 21.57525945 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57525945, "Longitude": -158.2606721, "Species": "Bristle-thighed Curlew", "Count": 1, "Date": "2022-09-18" }, "geometry": { "type": "Point", "coordinates": [ -158.2606721, 21.57525945 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57525945, "Longitude": -158.2606721, "Species": "Brown Noddy", "Count": 1, "Date": "2022-09-18" }, "geometry": { "type": "Point", "coordinates": [ -158.2606721, 21.57525945 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57525945, "Longitude": -158.2606721, "Species": "Common Myna", "Count": 9, "Date": "2023-09-19" }, "geometry": { "type": "Point", "coordinates": [ -158.2606721, 21.57525945 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57525945, "Longitude": -158.2606721, "Species": "Common Waxbill", "Count": 7, "Date": "2023-02-14" }, "geometry": { "type": "Point", "coordinates": [ -158.2606721, 21.57525945 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57525945, "Longitude": -158.2606721, "Species": "Erckel's Spurfowl", "Count": 7, "Date": "2023-02-14" }, "geometry": { "type": "Point", "coordinates": [ -158.2606721, 21.57525945 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57525945, "Longitude": -158.2606721, "Species": "Glaucous-winged Gull", "Count": 1, "Date": "2020-11-25" }, "geometry": { "type": "Point", "coordinates": [ -158.2606721, 21.57525945 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57525945, "Longitude": -158.2606721, "Species": "Gray Francolin", "Count": 2, "Date": "2023-02-26" }, "geometry": { "type": "Point", "coordinates": [ -158.2606721, 21.57525945 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57525945, "Longitude": -158.2606721, "Species": "House Finch", "Count": 5, "Date": "2023-02-14" }, "geometry": { "type": "Point", "coordinates": [ -158.2606721, 21.57525945 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57525945, "Longitude": -158.2606721, "Species": "Java Sparrow", "Count": 1, "Date": "2022-09-18" }, "geometry": { "type": "Point", "coordinates": [ -158.2606721, 21.57525945 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57525945, "Longitude": -158.2606721, "Species": "Laysan Albatross", "Count": 4, "Date": "2024-01-21" }, "geometry": { "type": "Point", "coordinates": [ -158.2606721, 21.57525945 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57525945, "Longitude": -158.2606721, "Species": "Northern Cardinal", "Count": 7, "Date": "2023-02-14" }, "geometry": { "type": "Point", "coordinates": [ -158.2606721, 21.57525945 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57525945, "Longitude": -158.2606721, "Species": "Pacific Golden-Plover", "Count": 8, "Date": "2024-01-21" }, "geometry": { "type": "Point", "coordinates": [ -158.2606721, 21.57525945 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57525945, "Longitude": -158.2606721, "Species": "Red-crested Cardinal", "Count": 8, "Date": "2023-02-14" }, "geometry": { "type": "Point", "coordinates": [ -158.2606721, 21.57525945 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57525945, "Longitude": -158.2606721, "Species": "Red-footed Booby", "Count": 1, "Date": "2022-11-26" }, "geometry": { "type": "Point", "coordinates": [ -158.2606721, 21.57525945 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57525945, "Longitude": -158.2606721, "Species": "Red-vented Bulbul", "Count": 8, "Date": "2023-02-14" }, "geometry": { "type": "Point", "coordinates": [ -158.2606721, 21.57525945 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57525945, "Longitude": -158.2606721, "Species": "Red-whiskered Bulbul", "Count": 3, "Date": "2023-09-19" }, "geometry": { "type": "Point", "coordinates": [ -158.2606721, 21.57525945 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57525945, "Longitude": -158.2606721, "Species": "Ring-necked Pheasant", "Count": 1, "Date": "2023-02-07" }, "geometry": { "type": "Point", "coordinates": [ -158.2606721, 21.57525945 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57525945, "Longitude": -158.2606721, "Species": "Rock Pigeon", "Count": 1, "Date": "2023-02-14" }, "geometry": { "type": "Point", "coordinates": [ -158.2606721, 21.57525945 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57525945, "Longitude": -158.2606721, "Species": "Snow Goose", "Count": 2, "Date": "2020-03-14" }, "geometry": { "type": "Point", "coordinates": [ -158.2606721, 21.57525945 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57525945, "Longitude": -158.2606721, "Species": "Spotted Dove", "Count": 7, "Date": "2023-09-19" }, "geometry": { "type": "Point", "coordinates": [ -158.2606721, 21.57525945 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57525945, "Longitude": -158.2606721, "Species": "Wandering Tattler", "Count": 4, "Date": "2024-01-21" }, "geometry": { "type": "Point", "coordinates": [ -158.2606721, 21.57525945 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57525945, "Longitude": -158.2606721, "Species": "Warbling White-eye", "Count": 6, "Date": "2023-02-14" }, "geometry": { "type": "Point", "coordinates": [ -158.2606721, 21.57525945 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57525945, "Longitude": -158.2606721, "Species": "Wedge-tailed Shearwater", "Count": 2, "Date": "2022-11-26" }, "geometry": { "type": "Point", "coordinates": [ -158.2606721, 21.57525945 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57525945, "Longitude": -158.2606721, "Species": "White-rumped Shama", "Count": 1, "Date": "2020-01-15" }, "geometry": { "type": "Point", "coordinates": [ -158.2606721, 21.57525945 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57525945, "Longitude": -158.2606721, "Species": "Zebra Dove", "Count": 9, "Date": "2023-09-19" }, "geometry": { "type": "Point", "coordinates": [ -158.2606721, 21.57525945 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57485898, "Longitude": -158.1737444, "Species": "Black Francolin", "Count": 1, "Date": "2022-03-19" }, "geometry": { "type": "Point", "coordinates": [ -158.1737444, 21.57485898 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57485898, "Longitude": -158.1737444, "Species": "Chestnut Munia", "Count": 2, "Date": "2022-04-30" }, "geometry": { "type": "Point", "coordinates": [ -158.1737444, 21.57485898 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57485898, "Longitude": -158.1737444, "Species": "Common Myna", "Count": 2, "Date": "2022-04-30" }, "geometry": { "type": "Point", "coordinates": [ -158.1737444, 21.57485898 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57485898, "Longitude": -158.1737444, "Species": "Common Waxbill", "Count": 2, "Date": "2022-04-30" }, "geometry": { "type": "Point", "coordinates": [ -158.1737444, 21.57485898 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57485898, "Longitude": -158.1737444, "Species": "Gray Francolin", "Count": 2, "Date": "2022-04-30" }, "geometry": { "type": "Point", "coordinates": [ -158.1737444, 21.57485898 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57485898, "Longitude": -158.1737444, "Species": "Hawaiian Coot", "Count": 1, "Date": "2021-01-23" }, "geometry": { "type": "Point", "coordinates": [ -158.1737444, 21.57485898 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57485898, "Longitude": -158.1737444, "Species": "House Finch", "Count": 2, "Date": "2022-04-30" }, "geometry": { "type": "Point", "coordinates": [ -158.1737444, 21.57485898 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57485898, "Longitude": -158.1737444, "Species": "Indian Peafowl", "Count": 3, "Date": "2022-04-30" }, "geometry": { "type": "Point", "coordinates": [ -158.1737444, 21.57485898 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57485898, "Longitude": -158.1737444, "Species": "Laysan Albatross", "Count": 1, "Date": "2023-04-27" }, "geometry": { "type": "Point", "coordinates": [ -158.1737444, 21.57485898 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57485898, "Longitude": -158.1737444, "Species": "Feral Mallard", "Count": 1, "Date": "2021-01-23" }, "geometry": { "type": "Point", "coordinates": [ -158.1737444, 21.57485898 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57485898, "Longitude": -158.1737444, "Species": "Muscovy Duck", "Count": 2, "Date": "2022-04-16" }, "geometry": { "type": "Point", "coordinates": [ -158.1737444, 21.57485898 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57485898, "Longitude": -158.1737444, "Species": "Northern Cardinal", "Count": 2, "Date": "2022-04-30" }, "geometry": { "type": "Point", "coordinates": [ -158.1737444, 21.57485898 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57485898, "Longitude": -158.1737444, "Species": "Pacific Golden-Plover", "Count": 1, "Date": "2022-04-16" }, "geometry": { "type": "Point", "coordinates": [ -158.1737444, 21.57485898 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57485898, "Longitude": -158.1737444, "Species": "Red Avadavat", "Count": 1, "Date": "2022-04-30" }, "geometry": { "type": "Point", "coordinates": [ -158.1737444, 21.57485898 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57485898, "Longitude": -158.1737444, "Species": "Red Junglefowl", "Count": 3, "Date": "2023-08-20" }, "geometry": { "type": "Point", "coordinates": [ -158.1737444, 21.57485898 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57485898, "Longitude": -158.1737444, "Species": "Red-crested Cardinal", "Count": 2, "Date": "2022-04-30" }, "geometry": { "type": "Point", "coordinates": [ -158.1737444, 21.57485898 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57485898, "Longitude": -158.1737444, "Species": "Red-vented Bulbul", "Count": 2, "Date": "2022-04-30" }, "geometry": { "type": "Point", "coordinates": [ -158.1737444, 21.57485898 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57485898, "Longitude": -158.1737444, "Species": "Ring-necked Duck", "Count": 2, "Date": "2021-01-23" }, "geometry": { "type": "Point", "coordinates": [ -158.1737444, 21.57485898 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57485898, "Longitude": -158.1737444, "Species": "Rock Pigeon", "Count": 1, "Date": "2022-04-30" }, "geometry": { "type": "Point", "coordinates": [ -158.1737444, 21.57485898 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57485898, "Longitude": -158.1737444, "Species": "Ruddy Turnstone", "Count": 1, "Date": "2022-04-16" }, "geometry": { "type": "Point", "coordinates": [ -158.1737444, 21.57485898 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57485898, "Longitude": -158.1737444, "Species": "Saffron Finch", "Count": 2, "Date": "2022-04-30" }, "geometry": { "type": "Point", "coordinates": [ -158.1737444, 21.57485898 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57485898, "Longitude": -158.1737444, "Species": "Scaly-breasted Munia", "Count": 2, "Date": "2022-04-30" }, "geometry": { "type": "Point", "coordinates": [ -158.1737444, 21.57485898 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57485898, "Longitude": -158.1737444, "Species": "Spotted Dove", "Count": 2, "Date": "2022-04-30" }, "geometry": { "type": "Point", "coordinates": [ -158.1737444, 21.57485898 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57485898, "Longitude": -158.1737444, "Species": "Warbling White-eye", "Count": 2, "Date": "2022-04-30" }, "geometry": { "type": "Point", "coordinates": [ -158.1737444, 21.57485898 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57485898, "Longitude": -158.1737444, "Species": "Western Cattle Egret", "Count": 2, "Date": "2022-04-30" }, "geometry": { "type": "Point", "coordinates": [ -158.1737444, 21.57485898 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57485898, "Longitude": -158.1737444, "Species": "White-rumped Shama", "Count": 2, "Date": "2022-04-30" }, "geometry": { "type": "Point", "coordinates": [ -158.1737444, 21.57485898 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57485898, "Longitude": -158.1737444, "Species": "Zebra Dove", "Count": 2, "Date": "2022-04-30" }, "geometry": { "type": "Point", "coordinates": [ -158.1737444, 21.57485898 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.61956471, "Longitude": -158.0865416, "Species": "Brown Booby", "Count": 11, "Date": "2024-01-30" }, "geometry": { "type": "Point", "coordinates": [ -158.0865416, 21.61956471 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.61956471, "Longitude": -158.0865416, "Species": "Common Myna", "Count": 28, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -158.0865416, 21.61956471 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.61956471, "Longitude": -158.0865416, "Species": "Common Waxbill", "Count": 6, "Date": "2023-12-24" }, "geometry": { "type": "Point", "coordinates": [ -158.0865416, 21.61956471 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.61956471, "Longitude": -158.0865416, "Species": "Great Frigatebird", "Count": 3, "Date": "2023-06-03" }, "geometry": { "type": "Point", "coordinates": [ -158.0865416, 21.61956471 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.61956471, "Longitude": -158.0865416, "Species": "House Finch", "Count": 2, "Date": "2023-10-20" }, "geometry": { "type": "Point", "coordinates": [ -158.0865416, 21.61956471 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.61956471, "Longitude": -158.0865416, "Species": "House Sparrow", "Count": 2, "Date": "2022-08-20" }, "geometry": { "type": "Point", "coordinates": [ -158.0865416, 21.61956471 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.61956471, "Longitude": -158.0865416, "Species": "Java Sparrow", "Count": 5, "Date": "2022-02-01" }, "geometry": { "type": "Point", "coordinates": [ -158.0865416, 21.61956471 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.61956471, "Longitude": -158.0865416, "Species": "Laysan Albatross", "Count": 1, "Date": "2023-12-25" }, "geometry": { "type": "Point", "coordinates": [ -158.0865416, 21.61956471 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.61956471, "Longitude": -158.0865416, "Species": "Northern Cardinal", "Count": 6, "Date": "2023-03-02" }, "geometry": { "type": "Point", "coordinates": [ -158.0865416, 21.61956471 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.61956471, "Longitude": -158.0865416, "Species": "Osprey", "Count": 1, "Date": "2022-10-31" }, "geometry": { "type": "Point", "coordinates": [ -158.0865416, 21.61956471 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.61956471, "Longitude": -158.0865416, "Species": "Pacific Golden-Plover", "Count": 6, "Date": "2023-11-06" }, "geometry": { "type": "Point", "coordinates": [ -158.0865416, 21.61956471 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.61956471, "Longitude": -158.0865416, "Species": "Red Avadavat", "Count": 4, "Date": "2022-04-20" }, "geometry": { "type": "Point", "coordinates": [ -158.0865416, 21.61956471 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.61956471, "Longitude": -158.0865416, "Species": "Red Junglefowl", "Count": 3, "Date": "2023-12-24" }, "geometry": { "type": "Point", "coordinates": [ -158.0865416, 21.61956471 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.61956471, "Longitude": -158.0865416, "Species": "Red-crested Cardinal", "Count": 7, "Date": "2023-12-24" }, "geometry": { "type": "Point", "coordinates": [ -158.0865416, 21.61956471 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.61956471, "Longitude": -158.0865416, "Species": "Red-vented Bulbul", "Count": 13, "Date": "2023-12-24" }, "geometry": { "type": "Point", "coordinates": [ -158.0865416, 21.61956471 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.61956471, "Longitude": -158.0865416, "Species": "Red-whiskered Bulbul", "Count": 7, "Date": "2023-12-25" }, "geometry": { "type": "Point", "coordinates": [ -158.0865416, 21.61956471 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.61956471, "Longitude": -158.0865416, "Species": "Ruddy Turnstone", "Count": 6, "Date": "2023-09-19" }, "geometry": { "type": "Point", "coordinates": [ -158.0865416, 21.61956471 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.61956471, "Longitude": -158.0865416, "Species": "Saffron Finch", "Count": 2, "Date": "2022-01-29" }, "geometry": { "type": "Point", "coordinates": [ -158.0865416, 21.61956471 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.61956471, "Longitude": -158.0865416, "Species": "Sanderling", "Count": 42, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -158.0865416, 21.61956471 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.61956471, "Longitude": -158.0865416, "Species": "Spotted Dove", "Count": 6, "Date": "2023-12-28" }, "geometry": { "type": "Point", "coordinates": [ -158.0865416, 21.61956471 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.61956471, "Longitude": -158.0865416, "Species": "Wandering Tattler", "Count": 49, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -158.0865416, 21.61956471 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.61956471, "Longitude": -158.0865416, "Species": "Warbling White-eye", "Count": 3, "Date": "2023-12-25" }, "geometry": { "type": "Point", "coordinates": [ -158.0865416, 21.61956471 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.61956471, "Longitude": -158.0865416, "Species": "Wedge-tailed Shearwater", "Count": 1, "Date": "2021-06-04" }, "geometry": { "type": "Point", "coordinates": [ -158.0865416, 21.61956471 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.61956471, "Longitude": -158.0865416, "Species": "Western Cattle Egret", "Count": 6, "Date": "2023-11-06" }, "geometry": { "type": "Point", "coordinates": [ -158.0865416, 21.61956471 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.61956471, "Longitude": -158.0865416, "Species": "White-rumped Shama", "Count": 2, "Date": "2023-05-15" }, "geometry": { "type": "Point", "coordinates": [ -158.0865416, 21.61956471 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.61956471, "Longitude": -158.0865416, "Species": "Zebra Dove", "Count": 16, "Date": "2023-12-28" }, "geometry": { "type": "Point", "coordinates": [ -158.0865416, 21.61956471 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70042132, "Longitude": -158.0086977, "Species": "Black-crowned Night Heron", "Count": 2, "Date": "2022-03-15" }, "geometry": { "type": "Point", "coordinates": [ -158.0086977, 21.70042132 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70042132, "Longitude": -158.0086977, "Species": "Brown Booby", "Count": 4, "Date": "2022-08-18" }, "geometry": { "type": "Point", "coordinates": [ -158.0086977, 21.70042132 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70042132, "Longitude": -158.0086977, "Species": "Brown Noddy", "Count": 1, "Date": "2019-06-29" }, "geometry": { "type": "Point", "coordinates": [ -158.0086977, 21.70042132 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70042132, "Longitude": -158.0086977, "Species": "Chestnut Munia", "Count": 6, "Date": "2022-08-19" }, "geometry": { "type": "Point", "coordinates": [ -158.0086977, 21.70042132 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70042132, "Longitude": -158.0086977, "Species": "Common Gallinule", "Count": 3, "Date": "2022-08-18" }, "geometry": { "type": "Point", "coordinates": [ -158.0086977, 21.70042132 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70042132, "Longitude": -158.0086977, "Species": "Common Myna", "Count": 14, "Date": "2024-02-14" }, "geometry": { "type": "Point", "coordinates": [ -158.0086977, 21.70042132 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70042132, "Longitude": -158.0086977, "Species": "Common Waxbill", "Count": 8, "Date": "2024-02-14" }, "geometry": { "type": "Point", "coordinates": [ -158.0086977, 21.70042132 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70042132, "Longitude": -158.0086977, "Species": "Great Frigatebird", "Count": 6, "Date": "2023-06-17" }, "geometry": { "type": "Point", "coordinates": [ -158.0086977, 21.70042132 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70042132, "Longitude": -158.0086977, "Species": "House Finch", "Count": 11, "Date": "2022-09-24" }, "geometry": { "type": "Point", "coordinates": [ -158.0086977, 21.70042132 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70042132, "Longitude": -158.0086977, "Species": "House Sparrow", "Count": 1, "Date": "2020-07-12" }, "geometry": { "type": "Point", "coordinates": [ -158.0086977, 21.70042132 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70042132, "Longitude": -158.0086977, "Species": "Java Sparrow", "Count": 4, "Date": "2024-02-14" }, "geometry": { "type": "Point", "coordinates": [ -158.0086977, 21.70042132 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70042132, "Longitude": -158.0086977, "Species": "Northern Cardinal", "Count": 6, "Date": "2022-09-24" }, "geometry": { "type": "Point", "coordinates": [ -158.0086977, 21.70042132 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70042132, "Longitude": -158.0086977, "Species": "Pacific Golden-Plover", "Count": 8, "Date": "2024-02-14" }, "geometry": { "type": "Point", "coordinates": [ -158.0086977, 21.70042132 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70042132, "Longitude": -158.0086977, "Species": "Red Junglefowl", "Count": 5, "Date": "2022-08-19" }, "geometry": { "type": "Point", "coordinates": [ -158.0086977, 21.70042132 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70042132, "Longitude": -158.0086977, "Species": "Red-billed Leiothrix", "Count": 8, "Date": "2024-02-06" }, "geometry": { "type": "Point", "coordinates": [ -158.0086977, 21.70042132 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70042132, "Longitude": -158.0086977, "Species": "Red-crested Cardinal", "Count": 11, "Date": "2024-02-14" }, "geometry": { "type": "Point", "coordinates": [ -158.0086977, 21.70042132 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70042132, "Longitude": -158.0086977, "Species": "Red-footed Booby", "Count": 1, "Date": "2020-07-12" }, "geometry": { "type": "Point", "coordinates": [ -158.0086977, 21.70042132 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70042132, "Longitude": -158.0086977, "Species": "Red-vented Bulbul", "Count": 14, "Date": "2024-02-14" }, "geometry": { "type": "Point", "coordinates": [ -158.0086977, 21.70042132 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70042132, "Longitude": -158.0086977, "Species": "Red-whiskered Bulbul", "Count": 4, "Date": "2023-10-12" }, "geometry": { "type": "Point", "coordinates": [ -158.0086977, 21.70042132 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70042132, "Longitude": -158.0086977, "Species": "Saffron Finch", "Count": 3, "Date": "2022-08-19" }, "geometry": { "type": "Point", "coordinates": [ -158.0086977, 21.70042132 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70042132, "Longitude": -158.0086977, "Species": "Scaly-breasted Munia", "Count": 1, "Date": "2020-07-12" }, "geometry": { "type": "Point", "coordinates": [ -158.0086977, 21.70042132 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70042132, "Longitude": -158.0086977, "Species": "Spotted Dove", "Count": 8, "Date": "2023-10-12" }, "geometry": { "type": "Point", "coordinates": [ -158.0086977, 21.70042132 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70042132, "Longitude": -158.0086977, "Species": "Wandering Tattler", "Count": 1, "Date": "2022-03-15" }, "geometry": { "type": "Point", "coordinates": [ -158.0086977, 21.70042132 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70042132, "Longitude": -158.0086977, "Species": "Warbling White-eye", "Count": 12, "Date": "2024-02-14" }, "geometry": { "type": "Point", "coordinates": [ -158.0086977, 21.70042132 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70042132, "Longitude": -158.0086977, "Species": "Western Cattle Egret", "Count": 12, "Date": "2024-02-14" }, "geometry": { "type": "Point", "coordinates": [ -158.0086977, 21.70042132 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70042132, "Longitude": -158.0086977, "Species": "White-rumped Shama", "Count": 16, "Date": "2024-02-14" }, "geometry": { "type": "Point", "coordinates": [ -158.0086977, 21.70042132 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70042132, "Longitude": -158.0086977, "Species": "Zebra Dove", "Count": 18, "Date": "2024-02-14" }, "geometry": { "type": "Point", "coordinates": [ -158.0086977, 21.70042132 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.7093361, "Longitude": -157.9893022, "Species": "Black-footed Albatross", "Count": 1, "Date": "2024-01-21" }, "geometry": { "type": "Point", "coordinates": [ -157.9893022, 21.7093361 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.7093361, "Longitude": -157.9893022, "Species": "Black-necked Stilt", "Count": 1, "Date": "2024-01-21" }, "geometry": { "type": "Point", "coordinates": [ -157.9893022, 21.7093361 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.7093361, "Longitude": -157.9893022, "Species": "Common Myna", "Count": 8, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.9893022, 21.7093361 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.7093361, "Longitude": -157.9893022, "Species": "Common Waxbill", "Count": 3, "Date": "2023-04-15" }, "geometry": { "type": "Point", "coordinates": [ -157.9893022, 21.7093361 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.7093361, "Longitude": -157.9893022, "Species": "Glaucous-winged Gull", "Count": 1, "Date": "2024-01-21" }, "geometry": { "type": "Point", "coordinates": [ -157.9893022, 21.7093361 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.7093361, "Longitude": -157.9893022, "Species": "Gray Francolin", "Count": 1, "Date": "2023-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.9893022, 21.7093361 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.7093361, "Longitude": -157.9893022, "Species": "House Finch", "Count": 3, "Date": "2024-01-21" }, "geometry": { "type": "Point", "coordinates": [ -157.9893022, 21.7093361 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.7093361, "Longitude": -157.9893022, "Species": "Indian Peafowl", "Count": 1, "Date": "2023-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.9893022, 21.7093361 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.7093361, "Longitude": -157.9893022, "Species": "Laysan Albatross", "Count": 7, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.9893022, 21.7093361 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.7093361, "Longitude": -157.9893022, "Species": "Masked Booby", "Count": 1, "Date": "2024-02-06" }, "geometry": { "type": "Point", "coordinates": [ -157.9893022, 21.7093361 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.7093361, "Longitude": -157.9893022, "Species": "Muscovy Duck", "Count": 1, "Date": "2024-01-21" }, "geometry": { "type": "Point", "coordinates": [ -157.9893022, 21.7093361 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.7093361, "Longitude": -157.9893022, "Species": "Northern Cardinal", "Count": 2, "Date": "2024-01-21" }, "geometry": { "type": "Point", "coordinates": [ -157.9893022, 21.7093361 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.7093361, "Longitude": -157.9893022, "Species": "Pacific Golden-Plover", "Count": 7, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.9893022, 21.7093361 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.7093361, "Longitude": -157.9893022, "Species": "Red-billed Leiothrix", "Count": 2, "Date": "2023-04-17" }, "geometry": { "type": "Point", "coordinates": [ -157.9893022, 21.7093361 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.7093361, "Longitude": -157.9893022, "Species": "Red-crested Cardinal", "Count": 4, "Date": "2024-02-06" }, "geometry": { "type": "Point", "coordinates": [ -157.9893022, 21.7093361 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.7093361, "Longitude": -157.9893022, "Species": "Red-footed Booby", "Count": 2, "Date": "2024-02-06" }, "geometry": { "type": "Point", "coordinates": [ -157.9893022, 21.7093361 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.7093361, "Longitude": -157.9893022, "Species": "Red-vented Bulbul", "Count": 3, "Date": "2023-04-15" }, "geometry": { "type": "Point", "coordinates": [ -157.9893022, 21.7093361 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.7093361, "Longitude": -157.9893022, "Species": "Red-whiskered Bulbul", "Count": 4, "Date": "2023-04-15" }, "geometry": { "type": "Point", "coordinates": [ -157.9893022, 21.7093361 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.7093361, "Longitude": -157.9893022, "Species": "Saffron Finch", "Count": 1, "Date": "2023-04-15" }, "geometry": { "type": "Point", "coordinates": [ -157.9893022, 21.7093361 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.7093361, "Longitude": -157.9893022, "Species": "Sooty Tern", "Count": 1, "Date": "2024-02-06" }, "geometry": { "type": "Point", "coordinates": [ -157.9893022, 21.7093361 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.7093361, "Longitude": -157.9893022, "Species": "Spotted Dove", "Count": 2, "Date": "2023-04-15" }, "geometry": { "type": "Point", "coordinates": [ -157.9893022, 21.7093361 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.7093361, "Longitude": -157.9893022, "Species": "Wandering Tattler", "Count": 2, "Date": "2024-02-02" }, "geometry": { "type": "Point", "coordinates": [ -157.9893022, 21.7093361 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.7093361, "Longitude": -157.9893022, "Species": "Warbling White-eye", "Count": 4, "Date": "2024-02-06" }, "geometry": { "type": "Point", "coordinates": [ -157.9893022, 21.7093361 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.7093361, "Longitude": -157.9893022, "Species": "Western Cattle Egret", "Count": 4, "Date": "2024-01-21" }, "geometry": { "type": "Point", "coordinates": [ -157.9893022, 21.7093361 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.7093361, "Longitude": -157.9893022, "Species": "White-rumped Shama", "Count": 3, "Date": "2024-02-06" }, "geometry": { "type": "Point", "coordinates": [ -157.9893022, 21.7093361 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.7093361, "Longitude": -157.9893022, "Species": "Zebra Dove", "Count": 6, "Date": "2024-02-06" }, "geometry": { "type": "Point", "coordinates": [ -157.9893022, 21.7093361 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25632399, "Longitude": -157.7900477, "Species": "Brown Booby", "Count": 1, "Date": "2019-04-21" }, "geometry": { "type": "Point", "coordinates": [ -157.7900477, 21.25632399 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25632399, "Longitude": -157.7900477, "Species": "Common Myna", "Count": 17, "Date": "2024-01-26" }, "geometry": { "type": "Point", "coordinates": [ -157.7900477, 21.25632399 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25632399, "Longitude": -157.7900477, "Species": "Common Waxbill", "Count": 6, "Date": "2023-10-06" }, "geometry": { "type": "Point", "coordinates": [ -157.7900477, 21.25632399 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25632399, "Longitude": -157.7900477, "Species": "Gray Francolin", "Count": 1, "Date": "2023-10-06" }, "geometry": { "type": "Point", "coordinates": [ -157.7900477, 21.25632399 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25632399, "Longitude": -157.7900477, "Species": "Great Frigatebird", "Count": 3, "Date": "2023-10-06" }, "geometry": { "type": "Point", "coordinates": [ -157.7900477, 21.25632399 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25632399, "Longitude": -157.7900477, "Species": "House Finch", "Count": 9, "Date": "2023-10-06" }, "geometry": { "type": "Point", "coordinates": [ -157.7900477, 21.25632399 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25632399, "Longitude": -157.7900477, "Species": "House Sparrow", "Count": 1, "Date": "2021-04-24" }, "geometry": { "type": "Point", "coordinates": [ -157.7900477, 21.25632399 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25632399, "Longitude": -157.7900477, "Species": "Java Sparrow", "Count": 2, "Date": "2020-10-25" }, "geometry": { "type": "Point", "coordinates": [ -157.7900477, 21.25632399 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25632399, "Longitude": -157.7900477, "Species": "Masked Booby", "Count": 1, "Date": "2019-04-21" }, "geometry": { "type": "Point", "coordinates": [ -157.7900477, 21.25632399 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25632399, "Longitude": -157.7900477, "Species": "Northern Cardinal", "Count": 1, "Date": "2021-04-24" }, "geometry": { "type": "Point", "coordinates": [ -157.7900477, 21.25632399 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25632399, "Longitude": -157.7900477, "Species": "Pacific Golden-Plover", "Count": 8, "Date": "2024-01-26" }, "geometry": { "type": "Point", "coordinates": [ -157.7900477, 21.25632399 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25632399, "Longitude": -157.7900477, "Species": "Red-crested Cardinal", "Count": 11, "Date": "2024-01-26" }, "geometry": { "type": "Point", "coordinates": [ -157.7900477, 21.25632399 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25632399, "Longitude": -157.7900477, "Species": "Red-footed Booby", "Count": 3, "Date": "2023-03-01" }, "geometry": { "type": "Point", "coordinates": [ -157.7900477, 21.25632399 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25632399, "Longitude": -157.7900477, "Species": "Red-masked Parakeet", "Count": 12, "Date": "2024-01-07" }, "geometry": { "type": "Point", "coordinates": [ -157.7900477, 21.25632399 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25632399, "Longitude": -157.7900477, "Species": "Red-vented Bulbul", "Count": 17, "Date": "2024-01-26" }, "geometry": { "type": "Point", "coordinates": [ -157.7900477, 21.25632399 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25632399, "Longitude": -157.7900477, "Species": "Red-whiskered Bulbul", "Count": 8, "Date": "2024-01-07" }, "geometry": { "type": "Point", "coordinates": [ -157.7900477, 21.25632399 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25632399, "Longitude": -157.7900477, "Species": "Rock Pigeon", "Count": 5, "Date": "2023-01-08" }, "geometry": { "type": "Point", "coordinates": [ -157.7900477, 21.25632399 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25632399, "Longitude": -157.7900477, "Species": "Rose-ringed Parakeet", "Count": 7, "Date": "2024-01-07" }, "geometry": { "type": "Point", "coordinates": [ -157.7900477, 21.25632399 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25632399, "Longitude": -157.7900477, "Species": "Sooty Tern", "Count": 3, "Date": "2023-03-01" }, "geometry": { "type": "Point", "coordinates": [ -157.7900477, 21.25632399 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25632399, "Longitude": -157.7900477, "Species": "Spotted Dove", "Count": 14, "Date": "2024-01-07" }, "geometry": { "type": "Point", "coordinates": [ -157.7900477, 21.25632399 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25632399, "Longitude": -157.7900477, "Species": "Wandering Tattler", "Count": 2, "Date": "2020-10-25" }, "geometry": { "type": "Point", "coordinates": [ -157.7900477, 21.25632399 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25632399, "Longitude": -157.7900477, "Species": "Warbling White-eye", "Count": 12, "Date": "2024-01-07" }, "geometry": { "type": "Point", "coordinates": [ -157.7900477, 21.25632399 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25632399, "Longitude": -157.7900477, "Species": "Wedge-tailed Shearwater", "Count": 10, "Date": "2022-09-24" }, "geometry": { "type": "Point", "coordinates": [ -157.7900477, 21.25632399 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25632399, "Longitude": -157.7900477, "Species": "Western Cattle Egret", "Count": 3, "Date": "2021-01-01" }, "geometry": { "type": "Point", "coordinates": [ -157.7900477, 21.25632399 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25632399, "Longitude": -157.7900477, "Species": "White Tern", "Count": 15, "Date": "2024-01-07" }, "geometry": { "type": "Point", "coordinates": [ -157.7900477, 21.25632399 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25632399, "Longitude": -157.7900477, "Species": "White-rumped Shama", "Count": 2, "Date": "2019-05-04" }, "geometry": { "type": "Point", "coordinates": [ -157.7900477, 21.25632399 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25632399, "Longitude": -157.7900477, "Species": "Yellow-fronted Canary", "Count": 1, "Date": "2023-10-06" }, "geometry": { "type": "Point", "coordinates": [ -157.7900477, 21.25632399 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25632399, "Longitude": -157.7900477, "Species": "Zebra Dove", "Count": 15, "Date": "2024-01-26" }, "geometry": { "type": "Point", "coordinates": [ -157.7900477, 21.25632399 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27432075, "Longitude": -157.7802626, "Species": "Black-crowned Night Heron", "Count": 1, "Date": "2022-10-05" }, "geometry": { "type": "Point", "coordinates": [ -157.780262599999986, 21.27432075 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27432075, "Longitude": -157.7802626, "Species": "Common Myna", "Count": 12, "Date": "2023-12-17" }, "geometry": { "type": "Point", "coordinates": [ -157.780262599999986, 21.27432075 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27432075, "Longitude": -157.7802626, "Species": "Common Waxbill", "Count": 9, "Date": "2023-12-17" }, "geometry": { "type": "Point", "coordinates": [ -157.780262599999986, 21.27432075 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27432075, "Longitude": -157.7802626, "Species": "Great Frigatebird", "Count": 1, "Date": "2021-09-19" }, "geometry": { "type": "Point", "coordinates": [ -157.780262599999986, 21.27432075 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27432075, "Longitude": -157.7802626, "Species": "House Finch", "Count": 5, "Date": "2023-12-17" }, "geometry": { "type": "Point", "coordinates": [ -157.780262599999986, 21.27432075 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27432075, "Longitude": -157.7802626, "Species": "House Sparrow", "Count": 8, "Date": "2023-12-17" }, "geometry": { "type": "Point", "coordinates": [ -157.780262599999986, 21.27432075 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27432075, "Longitude": -157.7802626, "Species": "Java Sparrow", "Count": 8, "Date": "2024-01-05" }, "geometry": { "type": "Point", "coordinates": [ -157.780262599999986, 21.27432075 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27432075, "Longitude": -157.7802626, "Species": "Feral Mallard", "Count": 3, "Date": "2021-12-19" }, "geometry": { "type": "Point", "coordinates": [ -157.780262599999986, 21.27432075 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27432075, "Longitude": -157.7802626, "Species": "Northern Cardinal", "Count": 2, "Date": "2021-12-19" }, "geometry": { "type": "Point", "coordinates": [ -157.780262599999986, 21.27432075 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27432075, "Longitude": -157.7802626, "Species": "Pacific Golden-Plover", "Count": 7, "Date": "2023-12-17" }, "geometry": { "type": "Point", "coordinates": [ -157.780262599999986, 21.27432075 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27432075, "Longitude": -157.7802626, "Species": "Red Junglefowl", "Count": 3, "Date": "2023-09-08" }, "geometry": { "type": "Point", "coordinates": [ -157.780262599999986, 21.27432075 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27432075, "Longitude": -157.7802626, "Species": "Red-billed Leiothrix", "Count": 3, "Date": "2021-12-19" }, "geometry": { "type": "Point", "coordinates": [ -157.780262599999986, 21.27432075 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27432075, "Longitude": -157.7802626, "Species": "Red-crested Cardinal", "Count": 10, "Date": "2024-01-05" }, "geometry": { "type": "Point", "coordinates": [ -157.780262599999986, 21.27432075 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27432075, "Longitude": -157.7802626, "Species": "Red-masked Parakeet", "Count": 1, "Date": "2020-07-17" }, "geometry": { "type": "Point", "coordinates": [ -157.780262599999986, 21.27432075 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27432075, "Longitude": -157.7802626, "Species": "Red-vented Bulbul", "Count": 12, "Date": "2023-12-17" }, "geometry": { "type": "Point", "coordinates": [ -157.780262599999986, 21.27432075 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27432075, "Longitude": -157.7802626, "Species": "Red-whiskered Bulbul", "Count": 4, "Date": "2023-12-17" }, "geometry": { "type": "Point", "coordinates": [ -157.780262599999986, 21.27432075 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27432075, "Longitude": -157.7802626, "Species": "Rock Pigeon", "Count": 6, "Date": "2023-12-17" }, "geometry": { "type": "Point", "coordinates": [ -157.780262599999986, 21.27432075 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27432075, "Longitude": -157.7802626, "Species": "Rose-ringed Parakeet", "Count": 12, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.780262599999986, 21.27432075 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27432075, "Longitude": -157.7802626, "Species": "Ruddy Turnstone", "Count": 2, "Date": "2022-10-05" }, "geometry": { "type": "Point", "coordinates": [ -157.780262599999986, 21.27432075 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27432075, "Longitude": -157.7802626, "Species": "Saffron Finch", "Count": 1, "Date": "2019-12-15" }, "geometry": { "type": "Point", "coordinates": [ -157.780262599999986, 21.27432075 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27432075, "Longitude": -157.7802626, "Species": "Scaly-breasted Munia", "Count": 2, "Date": "2021-07-17" }, "geometry": { "type": "Point", "coordinates": [ -157.780262599999986, 21.27432075 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27432075, "Longitude": -157.7802626, "Species": "Spotted Dove", "Count": 9, "Date": "2024-01-05" }, "geometry": { "type": "Point", "coordinates": [ -157.780262599999986, 21.27432075 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27432075, "Longitude": -157.7802626, "Species": "Warbling White-eye", "Count": 8, "Date": "2023-12-17" }, "geometry": { "type": "Point", "coordinates": [ -157.780262599999986, 21.27432075 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27432075, "Longitude": -157.7802626, "Species": "Western Cattle Egret", "Count": 12, "Date": "2024-01-05" }, "geometry": { "type": "Point", "coordinates": [ -157.780262599999986, 21.27432075 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27432075, "Longitude": -157.7802626, "Species": "White Tern", "Count": 11, "Date": "2024-01-05" }, "geometry": { "type": "Point", "coordinates": [ -157.780262599999986, 21.27432075 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27432075, "Longitude": -157.7802626, "Species": "White-rumped Shama", "Count": 3, "Date": "2021-12-19" }, "geometry": { "type": "Point", "coordinates": [ -157.780262599999986, 21.27432075 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27432075, "Longitude": -157.7802626, "Species": "Yellow-fronted Canary", "Count": 1, "Date": "2020-07-17" }, "geometry": { "type": "Point", "coordinates": [ -157.780262599999986, 21.27432075 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27432075, "Longitude": -157.7802626, "Species": "Zebra Dove", "Count": 9, "Date": "2023-12-17" }, "geometry": { "type": "Point", "coordinates": [ -157.780262599999986, 21.27432075 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29259442, "Longitude": -157.8090296, "Species": "Black-crowned Night Heron", "Count": 3, "Date": "2024-01-21" }, "geometry": { "type": "Point", "coordinates": [ -157.8090296, 21.29259442 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29259442, "Longitude": -157.8090296, "Species": "Black-necked Stilt", "Count": 1, "Date": "2019-01-24" }, "geometry": { "type": "Point", "coordinates": [ -157.8090296, 21.29259442 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29259442, "Longitude": -157.8090296, "Species": "Chestnut Munia", "Count": 1, "Date": "2020-06-21" }, "geometry": { "type": "Point", "coordinates": [ -157.8090296, 21.29259442 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29259442, "Longitude": -157.8090296, "Species": "Common Myna", "Count": 20, "Date": "2023-06-27" }, "geometry": { "type": "Point", "coordinates": [ -157.8090296, 21.29259442 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29259442, "Longitude": -157.8090296, "Species": "Common Waxbill", "Count": 13, "Date": "2023-06-27" }, "geometry": { "type": "Point", "coordinates": [ -157.8090296, 21.29259442 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29259442, "Longitude": -157.8090296, "Species": "Great Frigatebird", "Count": 1, "Date": "2020-08-30" }, "geometry": { "type": "Point", "coordinates": [ -157.8090296, 21.29259442 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29259442, "Longitude": -157.8090296, "Species": "House Finch", "Count": 18, "Date": "2023-06-27" }, "geometry": { "type": "Point", "coordinates": [ -157.8090296, 21.29259442 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29259442, "Longitude": -157.8090296, "Species": "House Sparrow", "Count": 6, "Date": "2023-06-27" }, "geometry": { "type": "Point", "coordinates": [ -157.8090296, 21.29259442 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29259442, "Longitude": -157.8090296, "Species": "Japanese Bush Warbler", "Count": 1, "Date": "2020-05-25" }, "geometry": { "type": "Point", "coordinates": [ -157.8090296, 21.29259442 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29259442, "Longitude": -157.8090296, "Species": "Java Sparrow", "Count": 17, "Date": "2023-06-27" }, "geometry": { "type": "Point", "coordinates": [ -157.8090296, 21.29259442 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29259442, "Longitude": -157.8090296, "Species": "Feral Mallard", "Count": 1, "Date": "2020-10-25" }, "geometry": { "type": "Point", "coordinates": [ -157.8090296, 21.29259442 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29259442, "Longitude": -157.8090296, "Species": "Northern Cardinal", "Count": 3, "Date": "2020-07-12" }, "geometry": { "type": "Point", "coordinates": [ -157.8090296, 21.29259442 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29259442, "Longitude": -157.8090296, "Species": "Pacific Golden-Plover", "Count": 10, "Date": "2023-04-15" }, "geometry": { "type": "Point", "coordinates": [ -157.8090296, 21.29259442 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29259442, "Longitude": -157.8090296, "Species": "Red Junglefowl", "Count": 1, "Date": "2020-08-30" }, "geometry": { "type": "Point", "coordinates": [ -157.8090296, 21.29259442 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29259442, "Longitude": -157.8090296, "Species": "Red-crested Cardinal", "Count": 11, "Date": "2023-06-27" }, "geometry": { "type": "Point", "coordinates": [ -157.8090296, 21.29259442 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29259442, "Longitude": -157.8090296, "Species": "Red-vented Bulbul", "Count": 21, "Date": "2023-06-27" }, "geometry": { "type": "Point", "coordinates": [ -157.8090296, 21.29259442 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29259442, "Longitude": -157.8090296, "Species": "Red-whiskered Bulbul", "Count": 10, "Date": "2023-03-09" }, "geometry": { "type": "Point", "coordinates": [ -157.8090296, 21.29259442 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29259442, "Longitude": -157.8090296, "Species": "Rock Pigeon", "Count": 4, "Date": "2020-09-20" }, "geometry": { "type": "Point", "coordinates": [ -157.8090296, 21.29259442 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29259442, "Longitude": -157.8090296, "Species": "Rose-ringed Parakeet", "Count": 18, "Date": "2023-06-27" }, "geometry": { "type": "Point", "coordinates": [ -157.8090296, 21.29259442 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29259442, "Longitude": -157.8090296, "Species": "Saffron Finch", "Count": 3, "Date": "2023-06-27" }, "geometry": { "type": "Point", "coordinates": [ -157.8090296, 21.29259442 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29259442, "Longitude": -157.8090296, "Species": "Scaly-breasted Munia", "Count": 2, "Date": "2023-06-27" }, "geometry": { "type": "Point", "coordinates": [ -157.8090296, 21.29259442 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29259442, "Longitude": -157.8090296, "Species": "Spotted Dove", "Count": 20, "Date": "2023-06-27" }, "geometry": { "type": "Point", "coordinates": [ -157.8090296, 21.29259442 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29259442, "Longitude": -157.8090296, "Species": "Warbling White-eye", "Count": 12, "Date": "2023-06-27" }, "geometry": { "type": "Point", "coordinates": [ -157.8090296, 21.29259442 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29259442, "Longitude": -157.8090296, "Species": "Western Cattle Egret", "Count": 11, "Date": "2021-07-08" }, "geometry": { "type": "Point", "coordinates": [ -157.8090296, 21.29259442 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29259442, "Longitude": -157.8090296, "Species": "White Tern", "Count": 24, "Date": "2024-01-27" }, "geometry": { "type": "Point", "coordinates": [ -157.8090296, 21.29259442 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29259442, "Longitude": -157.8090296, "Species": "White-rumped Shama", "Count": 13, "Date": "2023-06-27" }, "geometry": { "type": "Point", "coordinates": [ -157.8090296, 21.29259442 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29259442, "Longitude": -157.8090296, "Species": "Yellow-fronted Canary", "Count": 5, "Date": "2023-06-27" }, "geometry": { "type": "Point", "coordinates": [ -157.8090296, 21.29259442 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29259442, "Longitude": -157.8090296, "Species": "Zebra Dove", "Count": 17, "Date": "2023-06-27" }, "geometry": { "type": "Point", "coordinates": [ -157.8090296, 21.29259442 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30189651, "Longitude": -157.8475145, "Species": "Black-crowned Night Heron", "Count": 3, "Date": "2023-12-02" }, "geometry": { "type": "Point", "coordinates": [ -157.847514499999988, 21.30189651 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30189651, "Longitude": -157.8475145, "Species": "Chestnut Munia", "Count": 3, "Date": "2022-06-26" }, "geometry": { "type": "Point", "coordinates": [ -157.847514499999988, 21.30189651 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30189651, "Longitude": -157.8475145, "Species": "Common Myna", "Count": 27, "Date": "2023-11-06" }, "geometry": { "type": "Point", "coordinates": [ -157.847514499999988, 21.30189651 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30189651, "Longitude": -157.8475145, "Species": "Common Waxbill", "Count": 8, "Date": "2023-07-29" }, "geometry": { "type": "Point", "coordinates": [ -157.847514499999988, 21.30189651 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30189651, "Longitude": -157.8475145, "Species": "Great Frigatebird", "Count": 1, "Date": "2022-03-11" }, "geometry": { "type": "Point", "coordinates": [ -157.847514499999988, 21.30189651 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30189651, "Longitude": -157.8475145, "Species": "House Finch", "Count": 4, "Date": "2022-06-01" }, "geometry": { "type": "Point", "coordinates": [ -157.847514499999988, 21.30189651 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30189651, "Longitude": -157.8475145, "Species": "House Sparrow", "Count": 21, "Date": "2023-11-06" }, "geometry": { "type": "Point", "coordinates": [ -157.847514499999988, 21.30189651 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30189651, "Longitude": -157.8475145, "Species": "Java Sparrow", "Count": 15, "Date": "2023-10-26" }, "geometry": { "type": "Point", "coordinates": [ -157.847514499999988, 21.30189651 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30189651, "Longitude": -157.8475145, "Species": "Feral Mallard", "Count": 1, "Date": "2021-10-18" }, "geometry": { "type": "Point", "coordinates": [ -157.847514499999988, 21.30189651 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30189651, "Longitude": -157.8475145, "Species": "Northern Cardinal", "Count": 1, "Date": "2023-08-01" }, "geometry": { "type": "Point", "coordinates": [ -157.847514499999988, 21.30189651 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30189651, "Longitude": -157.8475145, "Species": "Pacific Golden-Plover", "Count": 15, "Date": "2023-02-17" }, "geometry": { "type": "Point", "coordinates": [ -157.847514499999988, 21.30189651 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30189651, "Longitude": -157.8475145, "Species": "Red Junglefowl", "Count": 2, "Date": "2022-03-05" }, "geometry": { "type": "Point", "coordinates": [ -157.847514499999988, 21.30189651 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30189651, "Longitude": -157.8475145, "Species": "Red-crested Cardinal", "Count": 11, "Date": "2023-07-29" }, "geometry": { "type": "Point", "coordinates": [ -157.847514499999988, 21.30189651 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30189651, "Longitude": -157.8475145, "Species": "Red-vented Bulbul", "Count": 18, "Date": "2023-11-06" }, "geometry": { "type": "Point", "coordinates": [ -157.847514499999988, 21.30189651 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30189651, "Longitude": -157.8475145, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2023-06-07" }, "geometry": { "type": "Point", "coordinates": [ -157.847514499999988, 21.30189651 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30189651, "Longitude": -157.8475145, "Species": "Rock Pigeon", "Count": 9, "Date": "2023-07-29" }, "geometry": { "type": "Point", "coordinates": [ -157.847514499999988, 21.30189651 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30189651, "Longitude": -157.8475145, "Species": "Rose-ringed Parakeet", "Count": 12, "Date": "2023-11-26" }, "geometry": { "type": "Point", "coordinates": [ -157.847514499999988, 21.30189651 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30189651, "Longitude": -157.8475145, "Species": "Saffron Finch", "Count": 1, "Date": "2020-03-07" }, "geometry": { "type": "Point", "coordinates": [ -157.847514499999988, 21.30189651 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30189651, "Longitude": -157.8475145, "Species": "Scaly-breasted Munia", "Count": 1, "Date": "2022-05-30" }, "geometry": { "type": "Point", "coordinates": [ -157.847514499999988, 21.30189651 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30189651, "Longitude": -157.8475145, "Species": "Spotted Dove", "Count": 30, "Date": "2023-11-06" }, "geometry": { "type": "Point", "coordinates": [ -157.847514499999988, 21.30189651 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30189651, "Longitude": -157.8475145, "Species": "Warbling White-eye", "Count": 5, "Date": "2021-07-19" }, "geometry": { "type": "Point", "coordinates": [ -157.847514499999988, 21.30189651 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30189651, "Longitude": -157.8475145, "Species": "Western Cattle Egret", "Count": 13, "Date": "2023-11-06" }, "geometry": { "type": "Point", "coordinates": [ -157.847514499999988, 21.30189651 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30189651, "Longitude": -157.8475145, "Species": "White Tern", "Count": 20, "Date": "2023-07-29" }, "geometry": { "type": "Point", "coordinates": [ -157.847514499999988, 21.30189651 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30189651, "Longitude": -157.8475145, "Species": "White-rumped Shama", "Count": 1, "Date": "2023-07-29" }, "geometry": { "type": "Point", "coordinates": [ -157.847514499999988, 21.30189651 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30189651, "Longitude": -157.8475145, "Species": "Yellow-fronted Canary", "Count": 5, "Date": "2022-06-26" }, "geometry": { "type": "Point", "coordinates": [ -157.847514499999988, 21.30189651 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30189651, "Longitude": -157.8475145, "Species": "Zebra Dove", "Count": 29, "Date": "2023-11-06" }, "geometry": { "type": "Point", "coordinates": [ -157.847514499999988, 21.30189651 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30183011, "Longitude": -157.837875, "Species": "African Silverbill", "Count": 1, "Date": "2023-11-05" }, "geometry": { "type": "Point", "coordinates": [ -157.837875, 21.30183011 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30183011, "Longitude": -157.837875, "Species": "Chestnut Munia", "Count": 2, "Date": "2021-06-27" }, "geometry": { "type": "Point", "coordinates": [ -157.837875, 21.30183011 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30183011, "Longitude": -157.837875, "Species": "Common Myna", "Count": 47, "Date": "2024-01-11" }, "geometry": { "type": "Point", "coordinates": [ -157.837875, 21.30183011 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30183011, "Longitude": -157.837875, "Species": "Common Waxbill", "Count": 18, "Date": "2023-11-05" }, "geometry": { "type": "Point", "coordinates": [ -157.837875, 21.30183011 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30183011, "Longitude": -157.837875, "Species": "Great Frigatebird", "Count": 1, "Date": "2020-08-17" }, "geometry": { "type": "Point", "coordinates": [ -157.837875, 21.30183011 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30183011, "Longitude": -157.837875, "Species": "House Finch", "Count": 21, "Date": "2023-11-05" }, "geometry": { "type": "Point", "coordinates": [ -157.837875, 21.30183011 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30183011, "Longitude": -157.837875, "Species": "House Sparrow", "Count": 38, "Date": "2024-01-11" }, "geometry": { "type": "Point", "coordinates": [ -157.837875, 21.30183011 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30183011, "Longitude": -157.837875, "Species": "Japanese Bush Warbler", "Count": 1, "Date": "2023-10-19" }, "geometry": { "type": "Point", "coordinates": [ -157.837875, 21.30183011 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30183011, "Longitude": -157.837875, "Species": "Java Sparrow", "Count": 11, "Date": "2024-01-11" }, "geometry": { "type": "Point", "coordinates": [ -157.837875, 21.30183011 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30183011, "Longitude": -157.837875, "Species": "Northern Cardinal", "Count": 3, "Date": "2020-09-21" }, "geometry": { "type": "Point", "coordinates": [ -157.837875, 21.30183011 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30183011, "Longitude": -157.837875, "Species": "Pacific Golden-Plover", "Count": 14, "Date": "2024-01-11" }, "geometry": { "type": "Point", "coordinates": [ -157.837875, 21.30183011 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30183011, "Longitude": -157.837875, "Species": "Red Junglefowl", "Count": 9, "Date": "2023-12-02" }, "geometry": { "type": "Point", "coordinates": [ -157.837875, 21.30183011 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30183011, "Longitude": -157.837875, "Species": "Red-crested Cardinal", "Count": 25, "Date": "2023-11-05" }, "geometry": { "type": "Point", "coordinates": [ -157.837875, 21.30183011 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30183011, "Longitude": -157.837875, "Species": "Red-masked Parakeet", "Count": 31, "Date": "2023-10-07" }, "geometry": { "type": "Point", "coordinates": [ -157.837875, 21.30183011 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30183011, "Longitude": -157.837875, "Species": "Red-vented Bulbul", "Count": 34, "Date": "2024-01-11" }, "geometry": { "type": "Point", "coordinates": [ -157.837875, 21.30183011 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30183011, "Longitude": -157.837875, "Species": "Red-whiskered Bulbul", "Count": 6, "Date": "2023-10-19" }, "geometry": { "type": "Point", "coordinates": [ -157.837875, 21.30183011 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30183011, "Longitude": -157.837875, "Species": "Rock Pigeon", "Count": 32, "Date": "2024-01-11" }, "geometry": { "type": "Point", "coordinates": [ -157.837875, 21.30183011 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30183011, "Longitude": -157.837875, "Species": "Rose-ringed Parakeet", "Count": 34, "Date": "2024-02-18" }, "geometry": { "type": "Point", "coordinates": [ -157.837875, 21.30183011 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30183011, "Longitude": -157.837875, "Species": "Saffron Finch", "Count": 8, "Date": "2023-11-05" }, "geometry": { "type": "Point", "coordinates": [ -157.837875, 21.30183011 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30183011, "Longitude": -157.837875, "Species": "Scaly-breasted Munia", "Count": 12, "Date": "2023-11-05" }, "geometry": { "type": "Point", "coordinates": [ -157.837875, 21.30183011 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30183011, "Longitude": -157.837875, "Species": "Spotted Dove", "Count": 45, "Date": "2024-01-11" }, "geometry": { "type": "Point", "coordinates": [ -157.837875, 21.30183011 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30183011, "Longitude": -157.837875, "Species": "Warbling White-eye", "Count": 25, "Date": "2024-01-11" }, "geometry": { "type": "Point", "coordinates": [ -157.837875, 21.30183011 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30183011, "Longitude": -157.837875, "Species": "Western Cattle Egret", "Count": 33, "Date": "2024-01-11" }, "geometry": { "type": "Point", "coordinates": [ -157.837875, 21.30183011 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30183011, "Longitude": -157.837875, "Species": "White Tern", "Count": 49, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.837875, 21.30183011 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30183011, "Longitude": -157.837875, "Species": "White-rumped Shama", "Count": 4, "Date": "2020-09-21" }, "geometry": { "type": "Point", "coordinates": [ -157.837875, 21.30183011 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30183011, "Longitude": -157.837875, "Species": "Yellow-fronted Canary", "Count": 10, "Date": "2023-11-05" }, "geometry": { "type": "Point", "coordinates": [ -157.837875, 21.30183011 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30183011, "Longitude": -157.837875, "Species": "Zebra Dove", "Count": 53, "Date": "2024-01-11" }, "geometry": { "type": "Point", "coordinates": [ -157.837875, 21.30183011 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30162774, "Longitude": -157.8089567, "Species": "Chestnut Munia", "Count": 5, "Date": "2023-09-12" }, "geometry": { "type": "Point", "coordinates": [ -157.80895670000001, 21.30162774 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30162774, "Longitude": -157.8089567, "Species": "Common Myna", "Count": 26, "Date": "2023-09-12" }, "geometry": { "type": "Point", "coordinates": [ -157.80895670000001, 21.30162774 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30162774, "Longitude": -157.8089567, "Species": "Common Waxbill", "Count": 15, "Date": "2023-07-27" }, "geometry": { "type": "Point", "coordinates": [ -157.80895670000001, 21.30162774 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30162774, "Longitude": -157.8089567, "Species": "House Finch", "Count": 8, "Date": "2019-09-10" }, "geometry": { "type": "Point", "coordinates": [ -157.80895670000001, 21.30162774 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30162774, "Longitude": -157.8089567, "Species": "House Sparrow", "Count": 3, "Date": "2019-11-06" }, "geometry": { "type": "Point", "coordinates": [ -157.80895670000001, 21.30162774 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30162774, "Longitude": -157.8089567, "Species": "Japanese Bush Warbler", "Count": 1, "Date": "2020-04-15" }, "geometry": { "type": "Point", "coordinates": [ -157.80895670000001, 21.30162774 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30162774, "Longitude": -157.8089567, "Species": "Java Sparrow", "Count": 8, "Date": "2023-07-27" }, "geometry": { "type": "Point", "coordinates": [ -157.80895670000001, 21.30162774 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30162774, "Longitude": -157.8089567, "Species": "Feral Mallard", "Count": 2, "Date": "2023-06-05" }, "geometry": { "type": "Point", "coordinates": [ -157.80895670000001, 21.30162774 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30162774, "Longitude": -157.8089567, "Species": "Northern Cardinal", "Count": 3, "Date": "2023-06-05" }, "geometry": { "type": "Point", "coordinates": [ -157.80895670000001, 21.30162774 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30162774, "Longitude": -157.8089567, "Species": "Pacific Golden-Plover", "Count": 19, "Date": "2023-09-12" }, "geometry": { "type": "Point", "coordinates": [ -157.80895670000001, 21.30162774 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30162774, "Longitude": -157.8089567, "Species": "Red Avadavat", "Count": 1, "Date": "2022-03-19" }, "geometry": { "type": "Point", "coordinates": [ -157.80895670000001, 21.30162774 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30162774, "Longitude": -157.8089567, "Species": "Red-billed Leiothrix", "Count": 2, "Date": "2023-07-25" }, "geometry": { "type": "Point", "coordinates": [ -157.80895670000001, 21.30162774 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30162774, "Longitude": -157.8089567, "Species": "Red-crested Cardinal", "Count": 15, "Date": "2023-07-25" }, "geometry": { "type": "Point", "coordinates": [ -157.80895670000001, 21.30162774 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30162774, "Longitude": -157.8089567, "Species": "Red-vented Bulbul", "Count": 28, "Date": "2023-07-27" }, "geometry": { "type": "Point", "coordinates": [ -157.80895670000001, 21.30162774 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30162774, "Longitude": -157.8089567, "Species": "Red-whiskered Bulbul", "Count": 5, "Date": "2023-05-30" }, "geometry": { "type": "Point", "coordinates": [ -157.80895670000001, 21.30162774 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30162774, "Longitude": -157.8089567, "Species": "Rock Pigeon", "Count": 3, "Date": "2022-04-09" }, "geometry": { "type": "Point", "coordinates": [ -157.80895670000001, 21.30162774 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30162774, "Longitude": -157.8089567, "Species": "Rose-ringed Parakeet", "Count": 17, "Date": "2023-09-12" }, "geometry": { "type": "Point", "coordinates": [ -157.80895670000001, 21.30162774 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30162774, "Longitude": -157.8089567, "Species": "Saffron Finch", "Count": 1, "Date": "2022-04-09" }, "geometry": { "type": "Point", "coordinates": [ -157.80895670000001, 21.30162774 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30162774, "Longitude": -157.8089567, "Species": "Scaly-breasted Munia", "Count": 1, "Date": "2019-08-30" }, "geometry": { "type": "Point", "coordinates": [ -157.80895670000001, 21.30162774 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30162774, "Longitude": -157.8089567, "Species": "Spotted Dove", "Count": 17, "Date": "2023-07-27" }, "geometry": { "type": "Point", "coordinates": [ -157.80895670000001, 21.30162774 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30162774, "Longitude": -157.8089567, "Species": "Warbling White-eye", "Count": 20, "Date": "2023-07-27" }, "geometry": { "type": "Point", "coordinates": [ -157.80895670000001, 21.30162774 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30162774, "Longitude": -157.8089567, "Species": "Western Cattle Egret", "Count": 12, "Date": "2023-09-12" }, "geometry": { "type": "Point", "coordinates": [ -157.80895670000001, 21.30162774 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30162774, "Longitude": -157.8089567, "Species": "White Tern", "Count": 17, "Date": "2023-07-25" }, "geometry": { "type": "Point", "coordinates": [ -157.80895670000001, 21.30162774 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30162774, "Longitude": -157.8089567, "Species": "White-rumped Shama", "Count": 7, "Date": "2023-07-25" }, "geometry": { "type": "Point", "coordinates": [ -157.80895670000001, 21.30162774 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30162774, "Longitude": -157.8089567, "Species": "Yellow-fronted Canary", "Count": 8, "Date": "2023-07-25" }, "geometry": { "type": "Point", "coordinates": [ -157.80895670000001, 21.30162774 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30162774, "Longitude": -157.8089567, "Species": "Zebra Dove", "Count": 20, "Date": "2023-07-25" }, "geometry": { "type": "Point", "coordinates": [ -157.80895670000001, 21.30162774 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30149014, "Longitude": -157.7896782, "Species": "Chestnut Munia", "Count": 15, "Date": "2020-03-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7896782, 21.30149014 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30149014, "Longitude": -157.7896782, "Species": "Common Myna", "Count": 854, "Date": "2023-12-27" }, "geometry": { "type": "Point", "coordinates": [ -157.7896782, 21.30149014 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30149014, "Longitude": -157.7896782, "Species": "Common Waxbill", "Count": 509, "Date": "2020-12-04" }, "geometry": { "type": "Point", "coordinates": [ -157.7896782, 21.30149014 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30149014, "Longitude": -157.7896782, "Species": "Great Frigatebird", "Count": 1, "Date": "2019-07-31" }, "geometry": { "type": "Point", "coordinates": [ -157.7896782, 21.30149014 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30149014, "Longitude": -157.7896782, "Species": "House Finch", "Count": 520, "Date": "2020-12-04" }, "geometry": { "type": "Point", "coordinates": [ -157.7896782, 21.30149014 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30149014, "Longitude": -157.7896782, "Species": "House Sparrow", "Count": 221, "Date": "2020-07-24" }, "geometry": { "type": "Point", "coordinates": [ -157.7896782, 21.30149014 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30149014, "Longitude": -157.7896782, "Species": "Java Sparrow", "Count": 754, "Date": "2021-08-16" }, "geometry": { "type": "Point", "coordinates": [ -157.7896782, 21.30149014 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30149014, "Longitude": -157.7896782, "Species": "Northern Cardinal", "Count": 582, "Date": "2020-09-28" }, "geometry": { "type": "Point", "coordinates": [ -157.7896782, 21.30149014 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30149014, "Longitude": -157.7896782, "Species": "Northern Mockingbird", "Count": 1, "Date": "2019-02-22" }, "geometry": { "type": "Point", "coordinates": [ -157.7896782, 21.30149014 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30149014, "Longitude": -157.7896782, "Species": "Pacific Golden-Plover", "Count": 499, "Date": "2020-12-04" }, "geometry": { "type": "Point", "coordinates": [ -157.7896782, 21.30149014 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30149014, "Longitude": -157.7896782, "Species": "Red Junglefowl", "Count": 164, "Date": "2023-12-27" }, "geometry": { "type": "Point", "coordinates": [ -157.7896782, 21.30149014 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30149014, "Longitude": -157.7896782, "Species": "Red-billed Leiothrix", "Count": 1, "Date": "2019-10-27" }, "geometry": { "type": "Point", "coordinates": [ -157.7896782, 21.30149014 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30149014, "Longitude": -157.7896782, "Species": "Red-crested Cardinal", "Count": 691, "Date": "2020-12-04" }, "geometry": { "type": "Point", "coordinates": [ -157.7896782, 21.30149014 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30149014, "Longitude": -157.7896782, "Species": "Red-vented Bulbul", "Count": 914, "Date": "2021-08-16" }, "geometry": { "type": "Point", "coordinates": [ -157.7896782, 21.30149014 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30149014, "Longitude": -157.7896782, "Species": "Red-whiskered Bulbul", "Count": 117, "Date": "2020-07-27" }, "geometry": { "type": "Point", "coordinates": [ -157.7896782, 21.30149014 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30149014, "Longitude": -157.7896782, "Species": "Rock Pigeon", "Count": 9, "Date": "2019-09-27" }, "geometry": { "type": "Point", "coordinates": [ -157.7896782, 21.30149014 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30149014, "Longitude": -157.7896782, "Species": "Rose-ringed Parakeet", "Count": 536, "Date": "2023-12-27" }, "geometry": { "type": "Point", "coordinates": [ -157.7896782, 21.30149014 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30149014, "Longitude": -157.7896782, "Species": "Saffron Finch", "Count": 79, "Date": "2020-11-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7896782, 21.30149014 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30149014, "Longitude": -157.7896782, "Species": "Scaly-breasted Munia", "Count": 64, "Date": "2020-03-15" }, "geometry": { "type": "Point", "coordinates": [ -157.7896782, 21.30149014 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30149014, "Longitude": -157.7896782, "Species": "Spotted Dove", "Count": 865, "Date": "2023-12-27" }, "geometry": { "type": "Point", "coordinates": [ -157.7896782, 21.30149014 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30149014, "Longitude": -157.7896782, "Species": "Warbling White-eye", "Count": 703, "Date": "2020-12-04" }, "geometry": { "type": "Point", "coordinates": [ -157.7896782, 21.30149014 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30149014, "Longitude": -157.7896782, "Species": "Western Cattle Egret", "Count": 81, "Date": "2020-03-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7896782, 21.30149014 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30149014, "Longitude": -157.7896782, "Species": "White Cockatoo", "Count": 36, "Date": "2020-03-03" }, "geometry": { "type": "Point", "coordinates": [ -157.7896782, 21.30149014 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30149014, "Longitude": -157.7896782, "Species": "White Tern", "Count": 21, "Date": "2019-12-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7896782, 21.30149014 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30149014, "Longitude": -157.7896782, "Species": "White-rumped Shama", "Count": 541, "Date": "2020-12-04" }, "geometry": { "type": "Point", "coordinates": [ -157.7896782, 21.30149014 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30149014, "Longitude": -157.7896782, "Species": "White-tailed Tropicbird", "Count": 9, "Date": "2019-07-31" }, "geometry": { "type": "Point", "coordinates": [ -157.7896782, 21.30149014 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30149014, "Longitude": -157.7896782, "Species": "Yellow-fronted Canary", "Count": 546, "Date": "2020-12-04" }, "geometry": { "type": "Point", "coordinates": [ -157.7896782, 21.30149014 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30149014, "Longitude": -157.7896782, "Species": "Zebra Dove", "Count": 886, "Date": "2020-12-04" }, "geometry": { "type": "Point", "coordinates": [ -157.7896782, 21.30149014 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3108635, "Longitude": -157.8378039, "Species": "African Silverbill", "Count": 1, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.837803900000011, 21.3108635 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3108635, "Longitude": -157.8378039, "Species": "Chestnut Munia", "Count": 6, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.837803900000011, 21.3108635 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3108635, "Longitude": -157.8378039, "Species": "Common Myna", "Count": 41, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.837803900000011, 21.3108635 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3108635, "Longitude": -157.8378039, "Species": "Common Waxbill", "Count": 12, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.837803900000011, 21.3108635 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3108635, "Longitude": -157.8378039, "Species": "House Finch", "Count": 21, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.837803900000011, 21.3108635 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3108635, "Longitude": -157.8378039, "Species": "House Sparrow", "Count": 20, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.837803900000011, 21.3108635 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3108635, "Longitude": -157.8378039, "Species": "Java Sparrow", "Count": 7, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.837803900000011, 21.3108635 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3108635, "Longitude": -157.8378039, "Species": "Feral Mallard", "Count": 1, "Date": "2019-05-06" }, "geometry": { "type": "Point", "coordinates": [ -157.837803900000011, 21.3108635 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3108635, "Longitude": -157.8378039, "Species": "Northern Cardinal", "Count": 4, "Date": "2023-06-24" }, "geometry": { "type": "Point", "coordinates": [ -157.837803900000011, 21.3108635 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3108635, "Longitude": -157.8378039, "Species": "Northern Mockingbird", "Count": 3, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.837803900000011, 21.3108635 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3108635, "Longitude": -157.8378039, "Species": "Pacific Golden-Plover", "Count": 25, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.837803900000011, 21.3108635 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3108635, "Longitude": -157.8378039, "Species": "Red Junglefowl", "Count": 7, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.837803900000011, 21.3108635 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3108635, "Longitude": -157.8378039, "Species": "Red-crested Cardinal", "Count": 24, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.837803900000011, 21.3108635 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3108635, "Longitude": -157.8378039, "Species": "Red-masked Parakeet", "Count": 2, "Date": "2020-10-21" }, "geometry": { "type": "Point", "coordinates": [ -157.837803900000011, 21.3108635 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3108635, "Longitude": -157.8378039, "Species": "Red-vented Bulbul", "Count": 43, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.837803900000011, 21.3108635 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3108635, "Longitude": -157.8378039, "Species": "Red-whiskered Bulbul", "Count": 10, "Date": "2020-11-05" }, "geometry": { "type": "Point", "coordinates": [ -157.837803900000011, 21.3108635 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3108635, "Longitude": -157.8378039, "Species": "Rock Pigeon", "Count": 6, "Date": "2023-01-01" }, "geometry": { "type": "Point", "coordinates": [ -157.837803900000011, 21.3108635 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3108635, "Longitude": -157.8378039, "Species": "Rose-ringed Parakeet", "Count": 30, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.837803900000011, 21.3108635 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3108635, "Longitude": -157.8378039, "Species": "Saffron Finch", "Count": 1, "Date": "2020-05-18" }, "geometry": { "type": "Point", "coordinates": [ -157.837803900000011, 21.3108635 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3108635, "Longitude": -157.8378039, "Species": "Scaly-breasted Munia", "Count": 6, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.837803900000011, 21.3108635 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3108635, "Longitude": -157.8378039, "Species": "Spotted Dove", "Count": 33, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.837803900000011, 21.3108635 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3108635, "Longitude": -157.8378039, "Species": "Warbling White-eye", "Count": 24, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.837803900000011, 21.3108635 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3108635, "Longitude": -157.8378039, "Species": "Western Cattle Egret", "Count": 25, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.837803900000011, 21.3108635 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3108635, "Longitude": -157.8378039, "Species": "White Tern", "Count": 11, "Date": "2023-08-06" }, "geometry": { "type": "Point", "coordinates": [ -157.837803900000011, 21.3108635 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3108635, "Longitude": -157.8378039, "Species": "White-rumped Shama", "Count": 9, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.837803900000011, 21.3108635 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3108635, "Longitude": -157.8378039, "Species": "Yellow-fronted Canary", "Count": 8, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.837803900000011, 21.3108635 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3108635, "Longitude": -157.8378039, "Species": "Zebra Dove", "Count": 33, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.837803900000011, 21.3108635 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3107291, "Longitude": -157.8185237, "Species": "Apapane", "Count": 1, "Date": "2021-08-14" }, "geometry": { "type": "Point", "coordinates": [ -157.818523699999986, 21.3107291 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3107291, "Longitude": -157.8185237, "Species": "Chestnut Munia", "Count": 9, "Date": "2023-07-12" }, "geometry": { "type": "Point", "coordinates": [ -157.818523699999986, 21.3107291 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3107291, "Longitude": -157.8185237, "Species": "Common Myna", "Count": 9, "Date": "2023-06-17" }, "geometry": { "type": "Point", "coordinates": [ -157.818523699999986, 21.3107291 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3107291, "Longitude": -157.8185237, "Species": "Common Waxbill", "Count": 13, "Date": "2023-06-17" }, "geometry": { "type": "Point", "coordinates": [ -157.818523699999986, 21.3107291 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3107291, "Longitude": -157.8185237, "Species": "Great Frigatebird", "Count": 1, "Date": "2019-07-06" }, "geometry": { "type": "Point", "coordinates": [ -157.818523699999986, 21.3107291 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3107291, "Longitude": -157.8185237, "Species": "House Finch", "Count": 6, "Date": "2021-08-22" }, "geometry": { "type": "Point", "coordinates": [ -157.818523699999986, 21.3107291 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3107291, "Longitude": -157.8185237, "Species": "House Sparrow", "Count": 2, "Date": "2021-03-16" }, "geometry": { "type": "Point", "coordinates": [ -157.818523699999986, 21.3107291 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3107291, "Longitude": -157.8185237, "Species": "Java Sparrow", "Count": 2, "Date": "2024-01-22" }, "geometry": { "type": "Point", "coordinates": [ -157.818523699999986, 21.3107291 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3107291, "Longitude": -157.8185237, "Species": "Northern Cardinal", "Count": 4, "Date": "2022-10-18" }, "geometry": { "type": "Point", "coordinates": [ -157.818523699999986, 21.3107291 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3107291, "Longitude": -157.8185237, "Species": "Oahu Amakihi", "Count": 2, "Date": "2024-02-04" }, "geometry": { "type": "Point", "coordinates": [ -157.818523699999986, 21.3107291 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3107291, "Longitude": -157.8185237, "Species": "Pacific Golden-Plover", "Count": 5, "Date": "2021-12-06" }, "geometry": { "type": "Point", "coordinates": [ -157.818523699999986, 21.3107291 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3107291, "Longitude": -157.8185237, "Species": "Red Junglefowl", "Count": 4, "Date": "2021-08-22" }, "geometry": { "type": "Point", "coordinates": [ -157.818523699999986, 21.3107291 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3107291, "Longitude": -157.8185237, "Species": "Red-billed Leiothrix", "Count": 4, "Date": "2021-08-22" }, "geometry": { "type": "Point", "coordinates": [ -157.818523699999986, 21.3107291 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3107291, "Longitude": -157.8185237, "Species": "Red-crested Cardinal", "Count": 16, "Date": "2024-02-09" }, "geometry": { "type": "Point", "coordinates": [ -157.818523699999986, 21.3107291 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3107291, "Longitude": -157.8185237, "Species": "Red-vented Bulbul", "Count": 26, "Date": "2024-02-09" }, "geometry": { "type": "Point", "coordinates": [ -157.818523699999986, 21.3107291 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3107291, "Longitude": -157.8185237, "Species": "Red-whiskered Bulbul", "Count": 12, "Date": "2023-11-19" }, "geometry": { "type": "Point", "coordinates": [ -157.818523699999986, 21.3107291 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3107291, "Longitude": -157.8185237, "Species": "Rock Pigeon", "Count": 1, "Date": "2021-08-22" }, "geometry": { "type": "Point", "coordinates": [ -157.818523699999986, 21.3107291 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3107291, "Longitude": -157.8185237, "Species": "Rose-ringed Parakeet", "Count": 13, "Date": "2023-11-19" }, "geometry": { "type": "Point", "coordinates": [ -157.818523699999986, 21.3107291 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3107291, "Longitude": -157.8185237, "Species": "Saffron Finch", "Count": 2, "Date": "2024-02-09" }, "geometry": { "type": "Point", "coordinates": [ -157.818523699999986, 21.3107291 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3107291, "Longitude": -157.8185237, "Species": "Scaly-breasted Munia", "Count": 3, "Date": "2022-08-14" }, "geometry": { "type": "Point", "coordinates": [ -157.818523699999986, 21.3107291 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3107291, "Longitude": -157.8185237, "Species": "Spotted Dove", "Count": 10, "Date": "2023-11-19" }, "geometry": { "type": "Point", "coordinates": [ -157.818523699999986, 21.3107291 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3107291, "Longitude": -157.8185237, "Species": "Warbling White-eye", "Count": 16, "Date": "2023-06-17" }, "geometry": { "type": "Point", "coordinates": [ -157.818523699999986, 21.3107291 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3107291, "Longitude": -157.8185237, "Species": "Western Cattle Egret", "Count": 1, "Date": "2021-12-06" }, "geometry": { "type": "Point", "coordinates": [ -157.818523699999986, 21.3107291 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3107291, "Longitude": -157.8185237, "Species": "White Tern", "Count": 5, "Date": "2023-06-10" }, "geometry": { "type": "Point", "coordinates": [ -157.818523699999986, 21.3107291 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3107291, "Longitude": -157.8185237, "Species": "White-rumped Shama", "Count": 14, "Date": "2023-11-19" }, "geometry": { "type": "Point", "coordinates": [ -157.818523699999986, 21.3107291 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3107291, "Longitude": -157.8185237, "Species": "White-tailed Tropicbird", "Count": 3, "Date": "2019-09-05" }, "geometry": { "type": "Point", "coordinates": [ -157.818523699999986, 21.3107291 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3107291, "Longitude": -157.8185237, "Species": "Yellow-fronted Canary", "Count": 4, "Date": "2023-06-17" }, "geometry": { "type": "Point", "coordinates": [ -157.818523699999986, 21.3107291 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3107291, "Longitude": -157.8185237, "Species": "Zebra Dove", "Count": 12, "Date": "2024-02-04" }, "geometry": { "type": "Point", "coordinates": [ -157.818523699999986, 21.3107291 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33026605, "Longitude": -158.049777, "Species": "African Silverbill", "Count": 6, "Date": "2019-03-04" }, "geometry": { "type": "Point", "coordinates": [ -158.049777, 21.33026605 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33026605, "Longitude": -158.049777, "Species": "Black Swan", "Count": 3, "Date": "2023-04-12" }, "geometry": { "type": "Point", "coordinates": [ -158.049777, 21.33026605 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33026605, "Longitude": -158.049777, "Species": "Chestnut Munia", "Count": 6, "Date": "2019-03-04" }, "geometry": { "type": "Point", "coordinates": [ -158.049777, 21.33026605 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33026605, "Longitude": -158.049777, "Species": "Common Myna", "Count": 17, "Date": "2024-01-30" }, "geometry": { "type": "Point", "coordinates": [ -158.049777, 21.33026605 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33026605, "Longitude": -158.049777, "Species": "Common Waxbill", "Count": 8, "Date": "2020-01-01" }, "geometry": { "type": "Point", "coordinates": [ -158.049777, 21.33026605 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33026605, "Longitude": -158.049777, "Species": "Gray Francolin", "Count": 3, "Date": "2019-02-12" }, "geometry": { "type": "Point", "coordinates": [ -158.049777, 21.33026605 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33026605, "Longitude": -158.049777, "Species": "House Finch", "Count": 10, "Date": "2022-11-16" }, "geometry": { "type": "Point", "coordinates": [ -158.049777, 21.33026605 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33026605, "Longitude": -158.049777, "Species": "House Sparrow", "Count": 11, "Date": "2022-11-16" }, "geometry": { "type": "Point", "coordinates": [ -158.049777, 21.33026605 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33026605, "Longitude": -158.049777, "Species": "Java Sparrow", "Count": 6, "Date": "2022-11-16" }, "geometry": { "type": "Point", "coordinates": [ -158.049777, 21.33026605 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33026605, "Longitude": -158.049777, "Species": "Northern Cardinal", "Count": 1, "Date": "2019-02-10" }, "geometry": { "type": "Point", "coordinates": [ -158.049777, 21.33026605 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33026605, "Longitude": -158.049777, "Species": "Pacific Golden-Plover", "Count": 5, "Date": "2022-11-16" }, "geometry": { "type": "Point", "coordinates": [ -158.049777, 21.33026605 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33026605, "Longitude": -158.049777, "Species": "Red Avadavat", "Count": 4, "Date": "2019-03-04" }, "geometry": { "type": "Point", "coordinates": [ -158.049777, 21.33026605 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33026605, "Longitude": -158.049777, "Species": "Red Junglefowl", "Count": 3, "Date": "2023-01-31" }, "geometry": { "type": "Point", "coordinates": [ -158.049777, 21.33026605 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33026605, "Longitude": -158.049777, "Species": "Red-crested Cardinal", "Count": 9, "Date": "2022-11-16" }, "geometry": { "type": "Point", "coordinates": [ -158.049777, 21.33026605 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33026605, "Longitude": -158.049777, "Species": "Red-vented Bulbul", "Count": 10, "Date": "2022-11-16" }, "geometry": { "type": "Point", "coordinates": [ -158.049777, 21.33026605 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33026605, "Longitude": -158.049777, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2019-06-09" }, "geometry": { "type": "Point", "coordinates": [ -158.049777, 21.33026605 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33026605, "Longitude": -158.049777, "Species": "Rock Pigeon", "Count": 2, "Date": "2019-06-08" }, "geometry": { "type": "Point", "coordinates": [ -158.049777, 21.33026605 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33026605, "Longitude": -158.049777, "Species": "Rose-ringed Parakeet", "Count": 2, "Date": "2022-05-01" }, "geometry": { "type": "Point", "coordinates": [ -158.049777, 21.33026605 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33026605, "Longitude": -158.049777, "Species": "Ruddy Turnstone", "Count": 1, "Date": "2022-09-19" }, "geometry": { "type": "Point", "coordinates": [ -158.049777, 21.33026605 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33026605, "Longitude": -158.049777, "Species": "Saffron Finch", "Count": 8, "Date": "2022-11-16" }, "geometry": { "type": "Point", "coordinates": [ -158.049777, 21.33026605 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33026605, "Longitude": -158.049777, "Species": "Scaly-breasted Munia", "Count": 4, "Date": "2019-02-16" }, "geometry": { "type": "Point", "coordinates": [ -158.049777, 21.33026605 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33026605, "Longitude": -158.049777, "Species": "Spotted Dove", "Count": 12, "Date": "2024-01-30" }, "geometry": { "type": "Point", "coordinates": [ -158.049777, 21.33026605 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33026605, "Longitude": -158.049777, "Species": "Wandering Tattler", "Count": 1, "Date": "2022-09-19" }, "geometry": { "type": "Point", "coordinates": [ -158.049777, 21.33026605 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33026605, "Longitude": -158.049777, "Species": "Warbling White-eye", "Count": 7, "Date": "2020-01-01" }, "geometry": { "type": "Point", "coordinates": [ -158.049777, 21.33026605 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33026605, "Longitude": -158.049777, "Species": "Western Cattle Egret", "Count": 8, "Date": "2022-11-16" }, "geometry": { "type": "Point", "coordinates": [ -158.049777, 21.33026605 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33026605, "Longitude": -158.049777, "Species": "White-rumped Shama", "Count": 2, "Date": "2019-02-11" }, "geometry": { "type": "Point", "coordinates": [ -158.049777, 21.33026605 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33026605, "Longitude": -158.049777, "Species": "Yellow-fronted Canary", "Count": 4, "Date": "2019-02-16" }, "geometry": { "type": "Point", "coordinates": [ -158.049777, 21.33026605 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33026605, "Longitude": -158.049777, "Species": "Zebra Dove", "Count": 13, "Date": "2022-11-16" }, "geometry": { "type": "Point", "coordinates": [ -158.049777, 21.33026605 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32950884, "Longitude": -157.9244335, "Species": "African Silverbill", "Count": 3, "Date": "2022-08-12" }, "geometry": { "type": "Point", "coordinates": [ -157.9244335, 21.32950884 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32950884, "Longitude": -157.9244335, "Species": "Black-crowned Night Heron", "Count": 5, "Date": "2024-01-05" }, "geometry": { "type": "Point", "coordinates": [ -157.9244335, 21.32950884 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32950884, "Longitude": -157.9244335, "Species": "Chestnut Munia", "Count": 2, "Date": "2022-06-29" }, "geometry": { "type": "Point", "coordinates": [ -157.9244335, 21.32950884 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32950884, "Longitude": -157.9244335, "Species": "Common Myna", "Count": 129, "Date": "2024-02-21" }, "geometry": { "type": "Point", "coordinates": [ -157.9244335, 21.32950884 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32950884, "Longitude": -157.9244335, "Species": "Common Waxbill", "Count": 34, "Date": "2024-01-05" }, "geometry": { "type": "Point", "coordinates": [ -157.9244335, 21.32950884 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32950884, "Longitude": -157.9244335, "Species": "Great Frigatebird", "Count": 1, "Date": "2022-09-24" }, "geometry": { "type": "Point", "coordinates": [ -157.9244335, 21.32950884 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32950884, "Longitude": -157.9244335, "Species": "House Finch", "Count": 42, "Date": "2023-12-29" }, "geometry": { "type": "Point", "coordinates": [ -157.9244335, 21.32950884 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32950884, "Longitude": -157.9244335, "Species": "House Sparrow", "Count": 129, "Date": "2024-02-07" }, "geometry": { "type": "Point", "coordinates": [ -157.9244335, 21.32950884 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32950884, "Longitude": -157.9244335, "Species": "Japanese Bush Warbler", "Count": 1, "Date": "2022-02-08" }, "geometry": { "type": "Point", "coordinates": [ -157.9244335, 21.32950884 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32950884, "Longitude": -157.9244335, "Species": "Java Sparrow", "Count": 2, "Date": "2022-09-18" }, "geometry": { "type": "Point", "coordinates": [ -157.9244335, 21.32950884 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32950884, "Longitude": -157.9244335, "Species": "Feral Mallard", "Count": 50, "Date": "2022-02-17" }, "geometry": { "type": "Point", "coordinates": [ -157.9244335, 21.32950884 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32950884, "Longitude": -157.9244335, "Species": "Mourning Dove", "Count": 1, "Date": "2024-01-05" }, "geometry": { "type": "Point", "coordinates": [ -157.9244335, 21.32950884 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32950884, "Longitude": -157.9244335, "Species": "Pacific Golden-Plover", "Count": 14, "Date": "2024-02-21" }, "geometry": { "type": "Point", "coordinates": [ -157.9244335, 21.32950884 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32950884, "Longitude": -157.9244335, "Species": "Red-crested Cardinal", "Count": 38, "Date": "2023-10-23" }, "geometry": { "type": "Point", "coordinates": [ -157.9244335, 21.32950884 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32950884, "Longitude": -157.9244335, "Species": "Red-vented Bulbul", "Count": 102, "Date": "2024-02-21" }, "geometry": { "type": "Point", "coordinates": [ -157.9244335, 21.32950884 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32950884, "Longitude": -157.9244335, "Species": "Red-whiskered Bulbul", "Count": 14, "Date": "2023-10-08" }, "geometry": { "type": "Point", "coordinates": [ -157.9244335, 21.32950884 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32950884, "Longitude": -157.9244335, "Species": "Rock Pigeon", "Count": 10, "Date": "2023-11-05" }, "geometry": { "type": "Point", "coordinates": [ -157.9244335, 21.32950884 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32950884, "Longitude": -157.9244335, "Species": "Saffron Finch", "Count": 4, "Date": "2024-01-11" }, "geometry": { "type": "Point", "coordinates": [ -157.9244335, 21.32950884 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32950884, "Longitude": -157.9244335, "Species": "Scaly-breasted Munia", "Count": 1, "Date": "2020-09-13" }, "geometry": { "type": "Point", "coordinates": [ -157.9244335, 21.32950884 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32950884, "Longitude": -157.9244335, "Species": "Spotted Dove", "Count": 167, "Date": "2024-02-08" }, "geometry": { "type": "Point", "coordinates": [ -157.9244335, 21.32950884 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32950884, "Longitude": -157.9244335, "Species": "Warbling White-eye", "Count": 64, "Date": "2023-12-29" }, "geometry": { "type": "Point", "coordinates": [ -157.9244335, 21.32950884 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32950884, "Longitude": -157.9244335, "Species": "Western Cattle Egret", "Count": 31, "Date": "2024-01-27" }, "geometry": { "type": "Point", "coordinates": [ -157.9244335, 21.32950884 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32950884, "Longitude": -157.9244335, "Species": "White Tern", "Count": 8, "Date": "2023-12-06" }, "geometry": { "type": "Point", "coordinates": [ -157.9244335, 21.32950884 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32950884, "Longitude": -157.9244335, "Species": "White-rumped Shama", "Count": 1, "Date": "2022-07-17" }, "geometry": { "type": "Point", "coordinates": [ -157.9244335, 21.32950884 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32950884, "Longitude": -157.9244335, "Species": "Zebra Dove", "Count": 141, "Date": "2024-02-21" }, "geometry": { "type": "Point", "coordinates": [ -157.9244335, 21.32950884 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3288633, "Longitude": -157.8280203, "Species": "Apapane", "Count": 13, "Date": "2021-03-30" }, "geometry": { "type": "Point", "coordinates": [ -157.8280203, 21.3288633 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3288633, "Longitude": -157.8280203, "Species": "Chestnut Munia", "Count": 2, "Date": "2019-10-31" }, "geometry": { "type": "Point", "coordinates": [ -157.8280203, 21.3288633 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3288633, "Longitude": -157.8280203, "Species": "Chinese Hwamei", "Count": 2, "Date": "2019-03-30" }, "geometry": { "type": "Point", "coordinates": [ -157.8280203, 21.3288633 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3288633, "Longitude": -157.8280203, "Species": "Common Myna", "Count": 173, "Date": "2023-10-12" }, "geometry": { "type": "Point", "coordinates": [ -157.8280203, 21.3288633 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3288633, "Longitude": -157.8280203, "Species": "Common Waxbill", "Count": 123, "Date": "2023-10-12" }, "geometry": { "type": "Point", "coordinates": [ -157.8280203, 21.3288633 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3288633, "Longitude": -157.8280203, "Species": "House Finch", "Count": 168, "Date": "2023-06-01" }, "geometry": { "type": "Point", "coordinates": [ -157.8280203, 21.3288633 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3288633, "Longitude": -157.8280203, "Species": "House Sparrow", "Count": 1, "Date": "2019-10-31" }, "geometry": { "type": "Point", "coordinates": [ -157.8280203, 21.3288633 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3288633, "Longitude": -157.8280203, "Species": "Java Sparrow", "Count": 4, "Date": "2021-03-30" }, "geometry": { "type": "Point", "coordinates": [ -157.8280203, 21.3288633 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3288633, "Longitude": -157.8280203, "Species": "Northern Cardinal", "Count": 113, "Date": "2023-06-01" }, "geometry": { "type": "Point", "coordinates": [ -157.8280203, 21.3288633 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3288633, "Longitude": -157.8280203, "Species": "Oahu Amakihi", "Count": 188, "Date": "2023-10-10" }, "geometry": { "type": "Point", "coordinates": [ -157.8280203, 21.3288633 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3288633, "Longitude": -157.8280203, "Species": "Oahu Elepaio", "Count": 1, "Date": "2019-10-08" }, "geometry": { "type": "Point", "coordinates": [ -157.8280203, 21.3288633 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3288633, "Longitude": -157.8280203, "Species": "Pacific Golden-Plover", "Count": 21, "Date": "2021-10-22" }, "geometry": { "type": "Point", "coordinates": [ -157.8280203, 21.3288633 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3288633, "Longitude": -157.8280203, "Species": "Red Junglefowl", "Count": 87, "Date": "2023-10-10" }, "geometry": { "type": "Point", "coordinates": [ -157.8280203, 21.3288633 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3288633, "Longitude": -157.8280203, "Species": "Red-billed Leiothrix", "Count": 144, "Date": "2023-10-12" }, "geometry": { "type": "Point", "coordinates": [ -157.8280203, 21.3288633 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3288633, "Longitude": -157.8280203, "Species": "Red-crested Cardinal", "Count": 190, "Date": "2024-02-03" }, "geometry": { "type": "Point", "coordinates": [ -157.8280203, 21.3288633 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3288633, "Longitude": -157.8280203, "Species": "Red-masked Parakeet", "Count": 1, "Date": "2019-10-08" }, "geometry": { "type": "Point", "coordinates": [ -157.8280203, 21.3288633 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3288633, "Longitude": -157.8280203, "Species": "Red-vented Bulbul", "Count": 179, "Date": "2023-10-12" }, "geometry": { "type": "Point", "coordinates": [ -157.8280203, 21.3288633 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3288633, "Longitude": -157.8280203, "Species": "Red-whiskered Bulbul", "Count": 162, "Date": "2023-10-12" }, "geometry": { "type": "Point", "coordinates": [ -157.8280203, 21.3288633 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3288633, "Longitude": -157.8280203, "Species": "Rose-ringed Parakeet", "Count": 173, "Date": "2023-10-12" }, "geometry": { "type": "Point", "coordinates": [ -157.8280203, 21.3288633 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3288633, "Longitude": -157.8280203, "Species": "Scaly-breasted Munia", "Count": 8, "Date": "2021-08-18" }, "geometry": { "type": "Point", "coordinates": [ -157.8280203, 21.3288633 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3288633, "Longitude": -157.8280203, "Species": "Spotted Dove", "Count": 187, "Date": "2024-02-03" }, "geometry": { "type": "Point", "coordinates": [ -157.8280203, 21.3288633 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3288633, "Longitude": -157.8280203, "Species": "Warbling White-eye", "Count": 193, "Date": "2023-10-10" }, "geometry": { "type": "Point", "coordinates": [ -157.8280203, 21.3288633 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3288633, "Longitude": -157.8280203, "Species": "Western Cattle Egret", "Count": 3, "Date": "2023-10-12" }, "geometry": { "type": "Point", "coordinates": [ -157.8280203, 21.3288633 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3288633, "Longitude": -157.8280203, "Species": "White Tern", "Count": 13, "Date": "2021-10-22" }, "geometry": { "type": "Point", "coordinates": [ -157.8280203, 21.3288633 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3288633, "Longitude": -157.8280203, "Species": "White-rumped Shama", "Count": 207, "Date": "2024-02-03" }, "geometry": { "type": "Point", "coordinates": [ -157.8280203, 21.3288633 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3288633, "Longitude": -157.8280203, "Species": "Yellow-fronted Canary", "Count": 72, "Date": "2023-10-10" }, "geometry": { "type": "Point", "coordinates": [ -157.8280203, 21.3288633 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3288633, "Longitude": -157.8280203, "Species": "Zebra Dove", "Count": 167, "Date": "2023-10-12" }, "geometry": { "type": "Point", "coordinates": [ -157.8280203, 21.3288633 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35642129, "Longitude": -157.895306, "Species": "Black-crowned Night Heron", "Count": 1, "Date": "2020-03-29" }, "geometry": { "type": "Point", "coordinates": [ -157.895306, 21.35642129 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35642129, "Longitude": -157.895306, "Species": "Common Gallinule", "Count": 1, "Date": "2020-05-20" }, "geometry": { "type": "Point", "coordinates": [ -157.895306, 21.35642129 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35642129, "Longitude": -157.895306, "Species": "Common Myna", "Count": 51, "Date": "2022-12-18" }, "geometry": { "type": "Point", "coordinates": [ -157.895306, 21.35642129 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35642129, "Longitude": -157.895306, "Species": "Common Waxbill", "Count": 36, "Date": "2022-04-14" }, "geometry": { "type": "Point", "coordinates": [ -157.895306, 21.35642129 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35642129, "Longitude": -157.895306, "Species": "Gray Francolin", "Count": 2, "Date": "2021-01-28" }, "geometry": { "type": "Point", "coordinates": [ -157.895306, 21.35642129 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35642129, "Longitude": -157.895306, "Species": "Great-tailed Grackle", "Count": 1, "Date": "2020-06-08" }, "geometry": { "type": "Point", "coordinates": [ -157.895306, 21.35642129 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35642129, "Longitude": -157.895306, "Species": "House Finch", "Count": 3, "Date": "2022-12-18" }, "geometry": { "type": "Point", "coordinates": [ -157.895306, 21.35642129 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35642129, "Longitude": -157.895306, "Species": "House Sparrow", "Count": 2, "Date": "2023-12-06" }, "geometry": { "type": "Point", "coordinates": [ -157.895306, 21.35642129 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35642129, "Longitude": -157.895306, "Species": "Java Sparrow", "Count": 1, "Date": "2021-10-25" }, "geometry": { "type": "Point", "coordinates": [ -157.895306, 21.35642129 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35642129, "Longitude": -157.895306, "Species": "Feral Mallard", "Count": 2, "Date": "2020-06-07" }, "geometry": { "type": "Point", "coordinates": [ -157.895306, 21.35642129 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35642129, "Longitude": -157.895306, "Species": "Northern Cardinal", "Count": 21, "Date": "2020-12-06" }, "geometry": { "type": "Point", "coordinates": [ -157.895306, 21.35642129 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35642129, "Longitude": -157.895306, "Species": "Pacific Golden-Plover", "Count": 13, "Date": "2022-12-18" }, "geometry": { "type": "Point", "coordinates": [ -157.895306, 21.35642129 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35642129, "Longitude": -157.895306, "Species": "Red-billed Leiothrix", "Count": 1, "Date": "2021-01-01" }, "geometry": { "type": "Point", "coordinates": [ -157.895306, 21.35642129 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35642129, "Longitude": -157.895306, "Species": "Red-crested Cardinal", "Count": 20, "Date": "2022-12-18" }, "geometry": { "type": "Point", "coordinates": [ -157.895306, 21.35642129 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35642129, "Longitude": -157.895306, "Species": "Red-vented Bulbul", "Count": 42, "Date": "2021-10-20" }, "geometry": { "type": "Point", "coordinates": [ -157.895306, 21.35642129 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35642129, "Longitude": -157.895306, "Species": "Red-whiskered Bulbul", "Count": 36, "Date": "2021-01-01" }, "geometry": { "type": "Point", "coordinates": [ -157.895306, 21.35642129 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35642129, "Longitude": -157.895306, "Species": "Rock Pigeon", "Count": 1, "Date": "2023-12-06" }, "geometry": { "type": "Point", "coordinates": [ -157.895306, 21.35642129 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35642129, "Longitude": -157.895306, "Species": "Rose-ringed Parakeet", "Count": 8, "Date": "2023-12-06" }, "geometry": { "type": "Point", "coordinates": [ -157.895306, 21.35642129 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35642129, "Longitude": -157.895306, "Species": "Ruddy Turnstone", "Count": 1, "Date": "2022-12-18" }, "geometry": { "type": "Point", "coordinates": [ -157.895306, 21.35642129 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35642129, "Longitude": -157.895306, "Species": "Saffron Finch", "Count": 16, "Date": "2022-03-17" }, "geometry": { "type": "Point", "coordinates": [ -157.895306, 21.35642129 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35642129, "Longitude": -157.895306, "Species": "Spotted Dove", "Count": 43, "Date": "2022-12-18" }, "geometry": { "type": "Point", "coordinates": [ -157.895306, 21.35642129 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35642129, "Longitude": -157.895306, "Species": "Warbling White-eye", "Count": 41, "Date": "2021-01-28" }, "geometry": { "type": "Point", "coordinates": [ -157.895306, 21.35642129 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35642129, "Longitude": -157.895306, "Species": "Western Cattle Egret", "Count": 16, "Date": "2022-12-18" }, "geometry": { "type": "Point", "coordinates": [ -157.895306, 21.35642129 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35642129, "Longitude": -157.895306, "Species": "White Tern", "Count": 3, "Date": "2021-10-25" }, "geometry": { "type": "Point", "coordinates": [ -157.895306, 21.35642129 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35642129, "Longitude": -157.895306, "Species": "White-rumped Shama", "Count": 7, "Date": "2021-01-28" }, "geometry": { "type": "Point", "coordinates": [ -157.895306, 21.35642129 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35642129, "Longitude": -157.895306, "Species": "Yellow-fronted Canary", "Count": 20, "Date": "2020-12-06" }, "geometry": { "type": "Point", "coordinates": [ -157.895306, 21.35642129 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35642129, "Longitude": -157.895306, "Species": "Zebra Dove", "Count": 44, "Date": "2021-10-25" }, "geometry": { "type": "Point", "coordinates": [ -157.895306, 21.35642129 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36588907, "Longitude": -157.9627465, "Species": "African Silverbill", "Count": 1, "Date": "2021-03-12" }, "geometry": { "type": "Point", "coordinates": [ -157.9627465, 21.36588907 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36588907, "Longitude": -157.9627465, "Species": "Chestnut Munia", "Count": 44, "Date": "2023-12-31" }, "geometry": { "type": "Point", "coordinates": [ -157.9627465, 21.36588907 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36588907, "Longitude": -157.9627465, "Species": "Common Myna", "Count": 43, "Date": "2023-12-31" }, "geometry": { "type": "Point", "coordinates": [ -157.9627465, 21.36588907 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36588907, "Longitude": -157.9627465, "Species": "Common Waxbill", "Count": 34, "Date": "2023-07-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9627465, 21.36588907 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36588907, "Longitude": -157.9627465, "Species": "Eurasian Skylark", "Count": 34, "Date": "2022-04-06" }, "geometry": { "type": "Point", "coordinates": [ -157.9627465, 21.36588907 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36588907, "Longitude": -157.9627465, "Species": "House Finch", "Count": 38, "Date": "2023-12-31" }, "geometry": { "type": "Point", "coordinates": [ -157.9627465, 21.36588907 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36588907, "Longitude": -157.9627465, "Species": "House Sparrow", "Count": 9, "Date": "2022-10-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9627465, 21.36588907 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36588907, "Longitude": -157.9627465, "Species": "Java Sparrow", "Count": 9, "Date": "2023-12-31" }, "geometry": { "type": "Point", "coordinates": [ -157.9627465, 21.36588907 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36588907, "Longitude": -157.9627465, "Species": "Northern Cardinal", "Count": 2, "Date": "2021-03-12" }, "geometry": { "type": "Point", "coordinates": [ -157.9627465, 21.36588907 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36588907, "Longitude": -157.9627465, "Species": "Pacific Golden-Plover", "Count": 44, "Date": "2023-12-31" }, "geometry": { "type": "Point", "coordinates": [ -157.9627465, 21.36588907 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36588907, "Longitude": -157.9627465, "Species": "Red Avadavat", "Count": 5, "Date": "2020-02-11" }, "geometry": { "type": "Point", "coordinates": [ -157.9627465, 21.36588907 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36588907, "Longitude": -157.9627465, "Species": "Red-crested Cardinal", "Count": 27, "Date": "2023-12-31" }, "geometry": { "type": "Point", "coordinates": [ -157.9627465, 21.36588907 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36588907, "Longitude": -157.9627465, "Species": "Red-vented Bulbul", "Count": 28, "Date": "2023-07-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9627465, 21.36588907 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36588907, "Longitude": -157.9627465, "Species": "Red-whiskered Bulbul", "Count": 4, "Date": "2022-03-31" }, "geometry": { "type": "Point", "coordinates": [ -157.9627465, 21.36588907 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36588907, "Longitude": -157.9627465, "Species": "Rock Pigeon", "Count": 16, "Date": "2023-01-04" }, "geometry": { "type": "Point", "coordinates": [ -157.9627465, 21.36588907 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36588907, "Longitude": -157.9627465, "Species": "Rose-ringed Parakeet", "Count": 5, "Date": "2023-07-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9627465, 21.36588907 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36588907, "Longitude": -157.9627465, "Species": "Ruddy Turnstone", "Count": 13, "Date": "2023-07-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9627465, 21.36588907 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36588907, "Longitude": -157.9627465, "Species": "Saffron Finch", "Count": 32, "Date": "2023-12-31" }, "geometry": { "type": "Point", "coordinates": [ -157.9627465, 21.36588907 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36588907, "Longitude": -157.9627465, "Species": "Sanderling", "Count": 2, "Date": "2023-12-31" }, "geometry": { "type": "Point", "coordinates": [ -157.9627465, 21.36588907 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36588907, "Longitude": -157.9627465, "Species": "Scaly-breasted Munia", "Count": 2, "Date": "2022-06-06" }, "geometry": { "type": "Point", "coordinates": [ -157.9627465, 21.36588907 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36588907, "Longitude": -157.9627465, "Species": "Spotted Dove", "Count": 19, "Date": "2023-07-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9627465, 21.36588907 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36588907, "Longitude": -157.9627465, "Species": "Wandering Tattler", "Count": 4, "Date": "2022-03-31" }, "geometry": { "type": "Point", "coordinates": [ -157.9627465, 21.36588907 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36588907, "Longitude": -157.9627465, "Species": "Warbling White-eye", "Count": 9, "Date": "2022-03-31" }, "geometry": { "type": "Point", "coordinates": [ -157.9627465, 21.36588907 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36588907, "Longitude": -157.9627465, "Species": "Western Cattle Egret", "Count": 27, "Date": "2023-12-31" }, "geometry": { "type": "Point", "coordinates": [ -157.9627465, 21.36588907 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36588907, "Longitude": -157.9627465, "Species": "White Tern", "Count": 11, "Date": "2023-07-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9627465, 21.36588907 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36588907, "Longitude": -157.9627465, "Species": "Yellow-fronted Canary", "Count": 2, "Date": "2022-10-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9627465, 21.36588907 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36588907, "Longitude": -157.9627465, "Species": "Zebra Dove", "Count": 39, "Date": "2023-12-31" }, "geometry": { "type": "Point", "coordinates": [ -157.9627465, 21.36588907 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39298767, "Longitude": -157.9625547, "Species": "Black-crowned Night Heron", "Count": 13, "Date": "2022-08-11" }, "geometry": { "type": "Point", "coordinates": [ -157.9625547, 21.39298767 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39298767, "Longitude": -157.9625547, "Species": "Black-necked Stilt", "Count": 6, "Date": "2022-08-11" }, "geometry": { "type": "Point", "coordinates": [ -157.9625547, 21.39298767 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39298767, "Longitude": -157.9625547, "Species": "Chestnut Munia", "Count": 3, "Date": "2020-02-16" }, "geometry": { "type": "Point", "coordinates": [ -157.9625547, 21.39298767 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39298767, "Longitude": -157.9625547, "Species": "Common Gallinule", "Count": 12, "Date": "2022-08-11" }, "geometry": { "type": "Point", "coordinates": [ -157.9625547, 21.39298767 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39298767, "Longitude": -157.9625547, "Species": "Common Myna", "Count": 18, "Date": "2024-02-18" }, "geometry": { "type": "Point", "coordinates": [ -157.9625547, 21.39298767 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39298767, "Longitude": -157.9625547, "Species": "Common Waxbill", "Count": 13, "Date": "2024-02-18" }, "geometry": { "type": "Point", "coordinates": [ -157.9625547, 21.39298767 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39298767, "Longitude": -157.9625547, "Species": "House Finch", "Count": 6, "Date": "2022-03-17" }, "geometry": { "type": "Point", "coordinates": [ -157.9625547, 21.39298767 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39298767, "Longitude": -157.9625547, "Species": "House Sparrow", "Count": 8, "Date": "2022-03-17" }, "geometry": { "type": "Point", "coordinates": [ -157.9625547, 21.39298767 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39298767, "Longitude": -157.9625547, "Species": "Java Sparrow", "Count": 4, "Date": "2020-02-16" }, "geometry": { "type": "Point", "coordinates": [ -157.9625547, 21.39298767 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39298767, "Longitude": -157.9625547, "Species": "Feral Mallard", "Count": 11, "Date": "2022-03-17" }, "geometry": { "type": "Point", "coordinates": [ -157.9625547, 21.39298767 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39298767, "Longitude": -157.9625547, "Species": "Northern Cardinal", "Count": 8, "Date": "2023-01-02" }, "geometry": { "type": "Point", "coordinates": [ -157.9625547, 21.39298767 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39298767, "Longitude": -157.9625547, "Species": "Pacific Golden-Plover", "Count": 12, "Date": "2023-01-02" }, "geometry": { "type": "Point", "coordinates": [ -157.9625547, 21.39298767 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39298767, "Longitude": -157.9625547, "Species": "Red Junglefowl", "Count": 4, "Date": "2019-10-07" }, "geometry": { "type": "Point", "coordinates": [ -157.9625547, 21.39298767 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39298767, "Longitude": -157.9625547, "Species": "Red-crested Cardinal", "Count": 12, "Date": "2023-01-02" }, "geometry": { "type": "Point", "coordinates": [ -157.9625547, 21.39298767 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39298767, "Longitude": -157.9625547, "Species": "Red-vented Bulbul", "Count": 16, "Date": "2024-02-18" }, "geometry": { "type": "Point", "coordinates": [ -157.9625547, 21.39298767 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39298767, "Longitude": -157.9625547, "Species": "Red-whiskered Bulbul", "Count": 6, "Date": "2024-02-18" }, "geometry": { "type": "Point", "coordinates": [ -157.9625547, 21.39298767 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39298767, "Longitude": -157.9625547, "Species": "Rock Pigeon", "Count": 10, "Date": "2022-08-11" }, "geometry": { "type": "Point", "coordinates": [ -157.9625547, 21.39298767 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39298767, "Longitude": -157.9625547, "Species": "Rose-ringed Parakeet", "Count": 6, "Date": "2022-08-11" }, "geometry": { "type": "Point", "coordinates": [ -157.9625547, 21.39298767 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39298767, "Longitude": -157.9625547, "Species": "Ruddy Turnstone", "Count": 7, "Date": "2022-08-11" }, "geometry": { "type": "Point", "coordinates": [ -157.9625547, 21.39298767 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39298767, "Longitude": -157.9625547, "Species": "Saffron Finch", "Count": 6, "Date": "2020-03-18" }, "geometry": { "type": "Point", "coordinates": [ -157.9625547, 21.39298767 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39298767, "Longitude": -157.9625547, "Species": "Scaly-breasted Munia", "Count": 2, "Date": "2022-08-11" }, "geometry": { "type": "Point", "coordinates": [ -157.9625547, 21.39298767 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39298767, "Longitude": -157.9625547, "Species": "Spotted Dove", "Count": 11, "Date": "2023-01-02" }, "geometry": { "type": "Point", "coordinates": [ -157.9625547, 21.39298767 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39298767, "Longitude": -157.9625547, "Species": "Wandering Tattler", "Count": 7, "Date": "2022-03-17" }, "geometry": { "type": "Point", "coordinates": [ -157.9625547, 21.39298767 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39298767, "Longitude": -157.9625547, "Species": "Warbling White-eye", "Count": 6, "Date": "2022-08-11" }, "geometry": { "type": "Point", "coordinates": [ -157.9625547, 21.39298767 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39298767, "Longitude": -157.9625547, "Species": "Western Cattle Egret", "Count": 13, "Date": "2023-01-02" }, "geometry": { "type": "Point", "coordinates": [ -157.9625547, 21.39298767 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39298767, "Longitude": -157.9625547, "Species": "Yellow-fronted Canary", "Count": 2, "Date": "2022-03-17" }, "geometry": { "type": "Point", "coordinates": [ -157.9625547, 21.39298767 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39298767, "Longitude": -157.9625547, "Species": "Zebra Dove", "Count": 11, "Date": "2024-02-18" }, "geometry": { "type": "Point", "coordinates": [ -157.9625547, 21.39298767 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48256342, "Longitude": -157.8460968, "Species": "Black-crowned Night Heron", "Count": 2, "Date": "2022-02-15" }, "geometry": { "type": "Point", "coordinates": [ -157.8460968, 21.48256342 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48256342, "Longitude": -157.8460968, "Species": "Black-necked Stilt", "Count": 8, "Date": "2021-12-31" }, "geometry": { "type": "Point", "coordinates": [ -157.8460968, 21.48256342 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48256342, "Longitude": -157.8460968, "Species": "Chestnut Munia", "Count": 4, "Date": "2023-10-06" }, "geometry": { "type": "Point", "coordinates": [ -157.8460968, 21.48256342 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48256342, "Longitude": -157.8460968, "Species": "Common Myna", "Count": 19, "Date": "2024-02-05" }, "geometry": { "type": "Point", "coordinates": [ -157.8460968, 21.48256342 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48256342, "Longitude": -157.8460968, "Species": "Common Waxbill", "Count": 8, "Date": "2021-05-13" }, "geometry": { "type": "Point", "coordinates": [ -157.8460968, 21.48256342 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48256342, "Longitude": -157.8460968, "Species": "Great Frigatebird", "Count": 1, "Date": "2022-08-01" }, "geometry": { "type": "Point", "coordinates": [ -157.8460968, 21.48256342 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48256342, "Longitude": -157.8460968, "Species": "Hawaiian Coot", "Count": 1, "Date": "2021-05-13" }, "geometry": { "type": "Point", "coordinates": [ -157.8460968, 21.48256342 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48256342, "Longitude": -157.8460968, "Species": "House Finch", "Count": 1, "Date": "2019-07-15" }, "geometry": { "type": "Point", "coordinates": [ -157.8460968, 21.48256342 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48256342, "Longitude": -157.8460968, "Species": "House Sparrow", "Count": 1, "Date": "2019-07-15" }, "geometry": { "type": "Point", "coordinates": [ -157.8460968, 21.48256342 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48256342, "Longitude": -157.8460968, "Species": "Indian Peafowl", "Count": 1, "Date": "2021-03-24" }, "geometry": { "type": "Point", "coordinates": [ -157.8460968, 21.48256342 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48256342, "Longitude": -157.8460968, "Species": "Laysan Albatross", "Count": 1, "Date": "2019-12-30" }, "geometry": { "type": "Point", "coordinates": [ -157.8460968, 21.48256342 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48256342, "Longitude": -157.8460968, "Species": "Feral Mallard", "Count": 2, "Date": "2023-09-12" }, "geometry": { "type": "Point", "coordinates": [ -157.8460968, 21.48256342 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48256342, "Longitude": -157.8460968, "Species": "Pacific Golden-Plover", "Count": 8, "Date": "2023-10-06" }, "geometry": { "type": "Point", "coordinates": [ -157.8460968, 21.48256342 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48256342, "Longitude": -157.8460968, "Species": "Red Avadavat", "Count": 1, "Date": "2023-09-12" }, "geometry": { "type": "Point", "coordinates": [ -157.8460968, 21.48256342 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48256342, "Longitude": -157.8460968, "Species": "Red Junglefowl", "Count": 3, "Date": "2024-02-05" }, "geometry": { "type": "Point", "coordinates": [ -157.8460968, 21.48256342 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48256342, "Longitude": -157.8460968, "Species": "Red-crested Cardinal", "Count": 5, "Date": "2024-02-05" }, "geometry": { "type": "Point", "coordinates": [ -157.8460968, 21.48256342 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48256342, "Longitude": -157.8460968, "Species": "Red-vented Bulbul", "Count": 5, "Date": "2019-09-27" }, "geometry": { "type": "Point", "coordinates": [ -157.8460968, 21.48256342 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48256342, "Longitude": -157.8460968, "Species": "Red-whiskered Bulbul", "Count": 6, "Date": "2024-02-05" }, "geometry": { "type": "Point", "coordinates": [ -157.8460968, 21.48256342 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48256342, "Longitude": -157.8460968, "Species": "Rock Pigeon", "Count": 1, "Date": "2019-09-27" }, "geometry": { "type": "Point", "coordinates": [ -157.8460968, 21.48256342 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48256342, "Longitude": -157.8460968, "Species": "Ruddy Turnstone", "Count": 7, "Date": "2020-02-06" }, "geometry": { "type": "Point", "coordinates": [ -157.8460968, 21.48256342 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48256342, "Longitude": -157.8460968, "Species": "Sanderling", "Count": 1, "Date": "2019-09-27" }, "geometry": { "type": "Point", "coordinates": [ -157.8460968, 21.48256342 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48256342, "Longitude": -157.8460968, "Species": "Spotted Dove", "Count": 5, "Date": "2019-09-27" }, "geometry": { "type": "Point", "coordinates": [ -157.8460968, 21.48256342 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48256342, "Longitude": -157.8460968, "Species": "Wandering Tattler", "Count": 1, "Date": "2019-09-27" }, "geometry": { "type": "Point", "coordinates": [ -157.8460968, 21.48256342 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48256342, "Longitude": -157.8460968, "Species": "Warbling White-eye", "Count": 5, "Date": "2023-03-10" }, "geometry": { "type": "Point", "coordinates": [ -157.8460968, 21.48256342 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48256342, "Longitude": -157.8460968, "Species": "Western Cattle Egret", "Count": 12, "Date": "2023-09-12" }, "geometry": { "type": "Point", "coordinates": [ -157.8460968, 21.48256342 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48256342, "Longitude": -157.8460968, "Species": "White Tern", "Count": 1, "Date": "2021-05-13" }, "geometry": { "type": "Point", "coordinates": [ -157.8460968, 21.48256342 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48256342, "Longitude": -157.8460968, "Species": "White-rumped Shama", "Count": 5, "Date": "2023-10-06" }, "geometry": { "type": "Point", "coordinates": [ -157.8460968, 21.48256342 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.48256342, "Longitude": -157.8460968, "Species": "Zebra Dove", "Count": 13, "Date": "2024-02-05" }, "geometry": { "type": "Point", "coordinates": [ -157.8460968, 21.48256342 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55489415, "Longitude": -157.8551821, "Species": "Apapane", "Count": 1, "Date": "2021-12-30" }, "geometry": { "type": "Point", "coordinates": [ -157.8551821, 21.55489415 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55489415, "Longitude": -157.8551821, "Species": "Chestnut Munia", "Count": 3, "Date": "2024-01-09" }, "geometry": { "type": "Point", "coordinates": [ -157.8551821, 21.55489415 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55489415, "Longitude": -157.8551821, "Species": "Common Myna", "Count": 7, "Date": "2024-02-13" }, "geometry": { "type": "Point", "coordinates": [ -157.8551821, 21.55489415 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55489415, "Longitude": -157.8551821, "Species": "Common Waxbill", "Count": 13, "Date": "2024-02-13" }, "geometry": { "type": "Point", "coordinates": [ -157.8551821, 21.55489415 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55489415, "Longitude": -157.8551821, "Species": "Glaucous-winged Gull", "Count": 2, "Date": "2024-01-15" }, "geometry": { "type": "Point", "coordinates": [ -157.8551821, 21.55489415 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55489415, "Longitude": -157.8551821, "Species": "Great Frigatebird", "Count": 3, "Date": "2023-09-03" }, "geometry": { "type": "Point", "coordinates": [ -157.8551821, 21.55489415 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55489415, "Longitude": -157.8551821, "Species": "House Finch", "Count": 2, "Date": "2024-02-13" }, "geometry": { "type": "Point", "coordinates": [ -157.8551821, 21.55489415 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55489415, "Longitude": -157.8551821, "Species": "House Sparrow", "Count": 1, "Date": "2020-01-21" }, "geometry": { "type": "Point", "coordinates": [ -157.8551821, 21.55489415 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55489415, "Longitude": -157.8551821, "Species": "Java Sparrow", "Count": 8, "Date": "2024-01-09" }, "geometry": { "type": "Point", "coordinates": [ -157.8551821, 21.55489415 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55489415, "Longitude": -157.8551821, "Species": "Laughing Gull", "Count": 1, "Date": "2020-03-02" }, "geometry": { "type": "Point", "coordinates": [ -157.8551821, 21.55489415 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55489415, "Longitude": -157.8551821, "Species": "Northern Cardinal", "Count": 1, "Date": "2023-05-12" }, "geometry": { "type": "Point", "coordinates": [ -157.8551821, 21.55489415 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55489415, "Longitude": -157.8551821, "Species": "Pacific Golden-Plover", "Count": 11, "Date": "2024-02-13" }, "geometry": { "type": "Point", "coordinates": [ -157.8551821, 21.55489415 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55489415, "Longitude": -157.8551821, "Species": "Red Junglefowl", "Count": 4, "Date": "2024-01-09" }, "geometry": { "type": "Point", "coordinates": [ -157.8551821, 21.55489415 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55489415, "Longitude": -157.8551821, "Species": "Red-billed Leiothrix", "Count": 2, "Date": "2023-09-03" }, "geometry": { "type": "Point", "coordinates": [ -157.8551821, 21.55489415 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55489415, "Longitude": -157.8551821, "Species": "Red-crested Cardinal", "Count": 4, "Date": "2024-02-13" }, "geometry": { "type": "Point", "coordinates": [ -157.8551821, 21.55489415 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55489415, "Longitude": -157.8551821, "Species": "Red-vented Bulbul", "Count": 5, "Date": "2024-01-09" }, "geometry": { "type": "Point", "coordinates": [ -157.8551821, 21.55489415 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55489415, "Longitude": -157.8551821, "Species": "Red-whiskered Bulbul", "Count": 4, "Date": "2024-01-09" }, "geometry": { "type": "Point", "coordinates": [ -157.8551821, 21.55489415 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55489415, "Longitude": -157.8551821, "Species": "Rock Pigeon", "Count": 2, "Date": "2024-02-13" }, "geometry": { "type": "Point", "coordinates": [ -157.8551821, 21.55489415 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55489415, "Longitude": -157.8551821, "Species": "Ruddy Turnstone", "Count": 6, "Date": "2023-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.8551821, 21.55489415 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55489415, "Longitude": -157.8551821, "Species": "Saffron Finch", "Count": 8, "Date": "2024-01-15" }, "geometry": { "type": "Point", "coordinates": [ -157.8551821, 21.55489415 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55489415, "Longitude": -157.8551821, "Species": "Scaly-breasted Munia", "Count": 7, "Date": "2023-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.8551821, 21.55489415 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55489415, "Longitude": -157.8551821, "Species": "Spotted Dove", "Count": 5, "Date": "2024-02-13" }, "geometry": { "type": "Point", "coordinates": [ -157.8551821, 21.55489415 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55489415, "Longitude": -157.8551821, "Species": "Wandering Tattler", "Count": 1, "Date": "2024-02-13" }, "geometry": { "type": "Point", "coordinates": [ -157.8551821, 21.55489415 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55489415, "Longitude": -157.8551821, "Species": "Warbling White-eye", "Count": 3, "Date": "2024-02-13" }, "geometry": { "type": "Point", "coordinates": [ -157.8551821, 21.55489415 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55489415, "Longitude": -157.8551821, "Species": "Western Cattle Egret", "Count": 7, "Date": "2024-02-13" }, "geometry": { "type": "Point", "coordinates": [ -157.8551821, 21.55489415 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55489415, "Longitude": -157.8551821, "Species": "White-rumped Shama", "Count": 4, "Date": "2024-01-09" }, "geometry": { "type": "Point", "coordinates": [ -157.8551821, 21.55489415 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55489415, "Longitude": -157.8551821, "Species": "White-tailed Tropicbird", "Count": 3, "Date": "2023-09-16" }, "geometry": { "type": "Point", "coordinates": [ -157.8551821, 21.55489415 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.55489415, "Longitude": -157.8551821, "Species": "Zebra Dove", "Count": 13, "Date": "2024-02-13" }, "geometry": { "type": "Point", "coordinates": [ -157.8551821, 21.55489415 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57504483, "Longitude": -158.2123763, "Species": "Apapane", "Count": 1, "Date": "2022-01-09" }, "geometry": { "type": "Point", "coordinates": [ -158.212376299999988, 21.57504483 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57504483, "Longitude": -158.2123763, "Species": "Black-crowned Night Heron", "Count": 1, "Date": "2019-05-21" }, "geometry": { "type": "Point", "coordinates": [ -158.212376299999988, 21.57504483 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57504483, "Longitude": -158.2123763, "Species": "Common Myna", "Count": 2, "Date": "2024-02-09" }, "geometry": { "type": "Point", "coordinates": [ -158.212376299999988, 21.57504483 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57504483, "Longitude": -158.2123763, "Species": "Common Waxbill", "Count": 6, "Date": "2023-03-23" }, "geometry": { "type": "Point", "coordinates": [ -158.212376299999988, 21.57504483 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57504483, "Longitude": -158.2123763, "Species": "Erckel's Spurfowl", "Count": 1, "Date": "2021-07-28" }, "geometry": { "type": "Point", "coordinates": [ -158.212376299999988, 21.57504483 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57504483, "Longitude": -158.2123763, "Species": "Gray Francolin", "Count": 3, "Date": "2022-02-03" }, "geometry": { "type": "Point", "coordinates": [ -158.212376299999988, 21.57504483 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57504483, "Longitude": -158.2123763, "Species": "House Finch", "Count": 3, "Date": "2022-06-28" }, "geometry": { "type": "Point", "coordinates": [ -158.212376299999988, 21.57504483 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57504483, "Longitude": -158.2123763, "Species": "House Sparrow", "Count": 1, "Date": "2022-06-28" }, "geometry": { "type": "Point", "coordinates": [ -158.212376299999988, 21.57504483 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57504483, "Longitude": -158.2123763, "Species": "Indian Peafowl", "Count": 3, "Date": "2021-07-28" }, "geometry": { "type": "Point", "coordinates": [ -158.212376299999988, 21.57504483 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57504483, "Longitude": -158.2123763, "Species": "Japanese Bush Warbler", "Count": 1, "Date": "2022-01-09" }, "geometry": { "type": "Point", "coordinates": [ -158.212376299999988, 21.57504483 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57504483, "Longitude": -158.2123763, "Species": "Java Sparrow", "Count": 1, "Date": "2022-02-03" }, "geometry": { "type": "Point", "coordinates": [ -158.212376299999988, 21.57504483 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57504483, "Longitude": -158.2123763, "Species": "Kalij Pheasant", "Count": 2, "Date": "2022-06-28" }, "geometry": { "type": "Point", "coordinates": [ -158.212376299999988, 21.57504483 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57504483, "Longitude": -158.2123763, "Species": "Laysan Albatross", "Count": 2, "Date": "2024-01-02" }, "geometry": { "type": "Point", "coordinates": [ -158.212376299999988, 21.57504483 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57504483, "Longitude": -158.2123763, "Species": "Northern Cardinal", "Count": 4, "Date": "2023-03-23" }, "geometry": { "type": "Point", "coordinates": [ -158.212376299999988, 21.57504483 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57504483, "Longitude": -158.2123763, "Species": "Pacific Golden-Plover", "Count": 3, "Date": "2022-02-03" }, "geometry": { "type": "Point", "coordinates": [ -158.212376299999988, 21.57504483 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57504483, "Longitude": -158.2123763, "Species": "Red Junglefowl", "Count": 1, "Date": "2024-02-09" }, "geometry": { "type": "Point", "coordinates": [ -158.212376299999988, 21.57504483 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57504483, "Longitude": -158.2123763, "Species": "Red-billed Leiothrix", "Count": 5, "Date": "2023-03-23" }, "geometry": { "type": "Point", "coordinates": [ -158.212376299999988, 21.57504483 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57504483, "Longitude": -158.2123763, "Species": "Red-crested Cardinal", "Count": 5, "Date": "2024-02-09" }, "geometry": { "type": "Point", "coordinates": [ -158.212376299999988, 21.57504483 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57504483, "Longitude": -158.2123763, "Species": "Red-vented Bulbul", "Count": 7, "Date": "2023-03-23" }, "geometry": { "type": "Point", "coordinates": [ -158.212376299999988, 21.57504483 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57504483, "Longitude": -158.2123763, "Species": "Red-whiskered Bulbul", "Count": 2, "Date": "2022-06-28" }, "geometry": { "type": "Point", "coordinates": [ -158.212376299999988, 21.57504483 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57504483, "Longitude": -158.2123763, "Species": "Rock Pigeon", "Count": 1, "Date": "2019-05-21" }, "geometry": { "type": "Point", "coordinates": [ -158.212376299999988, 21.57504483 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57504483, "Longitude": -158.2123763, "Species": "Saffron Finch", "Count": 7, "Date": "2023-03-23" }, "geometry": { "type": "Point", "coordinates": [ -158.212376299999988, 21.57504483 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57504483, "Longitude": -158.2123763, "Species": "Spotted Dove", "Count": 1, "Date": "2022-01-09" }, "geometry": { "type": "Point", "coordinates": [ -158.212376299999988, 21.57504483 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57504483, "Longitude": -158.2123763, "Species": "Warbling White-eye", "Count": 6, "Date": "2023-03-23" }, "geometry": { "type": "Point", "coordinates": [ -158.212376299999988, 21.57504483 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57504483, "Longitude": -158.2123763, "Species": "Western Cattle Egret", "Count": 1, "Date": "2021-12-05" }, "geometry": { "type": "Point", "coordinates": [ -158.212376299999988, 21.57504483 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57504483, "Longitude": -158.2123763, "Species": "White-rumped Shama", "Count": 4, "Date": "2023-03-23" }, "geometry": { "type": "Point", "coordinates": [ -158.212376299999988, 21.57504483 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57504483, "Longitude": -158.2123763, "Species": "White-tailed Tropicbird", "Count": 1, "Date": "2021-01-07" }, "geometry": { "type": "Point", "coordinates": [ -158.212376299999988, 21.57504483 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57504483, "Longitude": -158.2123763, "Species": "Zebra Dove", "Count": 5, "Date": "2022-06-28" }, "geometry": { "type": "Point", "coordinates": [ -158.212376299999988, 21.57504483 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58369093, "Longitude": -158.1350609, "Species": "Black Francolin", "Count": 9, "Date": "2022-12-27" }, "geometry": { "type": "Point", "coordinates": [ -158.135060900000013, 21.58369093 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58369093, "Longitude": -158.1350609, "Species": "Black-crowned Night Heron", "Count": 1, "Date": "2021-02-27" }, "geometry": { "type": "Point", "coordinates": [ -158.135060900000013, 21.58369093 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58369093, "Longitude": -158.1350609, "Species": "Brown Booby", "Count": 1, "Date": "2024-01-26" }, "geometry": { "type": "Point", "coordinates": [ -158.135060900000013, 21.58369093 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58369093, "Longitude": -158.1350609, "Species": "Chestnut Munia", "Count": 1, "Date": "2022-05-23" }, "geometry": { "type": "Point", "coordinates": [ -158.135060900000013, 21.58369093 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58369093, "Longitude": -158.1350609, "Species": "Common Myna", "Count": 37, "Date": "2023-03-20" }, "geometry": { "type": "Point", "coordinates": [ -158.135060900000013, 21.58369093 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58369093, "Longitude": -158.1350609, "Species": "Common Waxbill", "Count": 17, "Date": "2022-12-12" }, "geometry": { "type": "Point", "coordinates": [ -158.135060900000013, 21.58369093 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58369093, "Longitude": -158.1350609, "Species": "Gray Francolin", "Count": 5, "Date": "2022-11-28" }, "geometry": { "type": "Point", "coordinates": [ -158.135060900000013, 21.58369093 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58369093, "Longitude": -158.1350609, "Species": "Great Frigatebird", "Count": 1, "Date": "2019-08-03" }, "geometry": { "type": "Point", "coordinates": [ -158.135060900000013, 21.58369093 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58369093, "Longitude": -158.1350609, "Species": "House Finch", "Count": 22, "Date": "2022-12-12" }, "geometry": { "type": "Point", "coordinates": [ -158.135060900000013, 21.58369093 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58369093, "Longitude": -158.1350609, "Species": "House Sparrow", "Count": 5, "Date": "2022-11-10" }, "geometry": { "type": "Point", "coordinates": [ -158.135060900000013, 21.58369093 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58369093, "Longitude": -158.1350609, "Species": "Java Sparrow", "Count": 8, "Date": "2023-03-04" }, "geometry": { "type": "Point", "coordinates": [ -158.135060900000013, 21.58369093 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58369093, "Longitude": -158.1350609, "Species": "Laughing Gull", "Count": 1, "Date": "2021-12-18" }, "geometry": { "type": "Point", "coordinates": [ -158.135060900000013, 21.58369093 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58369093, "Longitude": -158.1350609, "Species": "Northern Cardinal", "Count": 10, "Date": "2022-12-27" }, "geometry": { "type": "Point", "coordinates": [ -158.135060900000013, 21.58369093 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58369093, "Longitude": -158.1350609, "Species": "Pacific Golden-Plover", "Count": 2, "Date": "2022-04-11" }, "geometry": { "type": "Point", "coordinates": [ -158.135060900000013, 21.58369093 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58369093, "Longitude": -158.1350609, "Species": "Red Avadavat", "Count": 1, "Date": "2022-05-02" }, "geometry": { "type": "Point", "coordinates": [ -158.135060900000013, 21.58369093 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58369093, "Longitude": -158.1350609, "Species": "Red Junglefowl", "Count": 2, "Date": "2022-11-10" }, "geometry": { "type": "Point", "coordinates": [ -158.135060900000013, 21.58369093 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58369093, "Longitude": -158.1350609, "Species": "Red-crested Cardinal", "Count": 13, "Date": "2022-12-12" }, "geometry": { "type": "Point", "coordinates": [ -158.135060900000013, 21.58369093 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58369093, "Longitude": -158.1350609, "Species": "Red-vented Bulbul", "Count": 32, "Date": "2023-03-20" }, "geometry": { "type": "Point", "coordinates": [ -158.135060900000013, 21.58369093 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58369093, "Longitude": -158.1350609, "Species": "Red-whiskered Bulbul", "Count": 8, "Date": "2022-11-10" }, "geometry": { "type": "Point", "coordinates": [ -158.135060900000013, 21.58369093 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58369093, "Longitude": -158.1350609, "Species": "Rock Pigeon", "Count": 1, "Date": "2022-04-24" }, "geometry": { "type": "Point", "coordinates": [ -158.135060900000013, 21.58369093 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58369093, "Longitude": -158.1350609, "Species": "Saffron Finch", "Count": 13, "Date": "2022-12-27" }, "geometry": { "type": "Point", "coordinates": [ -158.135060900000013, 21.58369093 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58369093, "Longitude": -158.1350609, "Species": "Spotted Dove", "Count": 15, "Date": "2023-03-20" }, "geometry": { "type": "Point", "coordinates": [ -158.135060900000013, 21.58369093 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58369093, "Longitude": -158.1350609, "Species": "Wandering Tattler", "Count": 1, "Date": "2024-01-15" }, "geometry": { "type": "Point", "coordinates": [ -158.135060900000013, 21.58369093 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58369093, "Longitude": -158.1350609, "Species": "Warbling White-eye", "Count": 21, "Date": "2022-12-27" }, "geometry": { "type": "Point", "coordinates": [ -158.135060900000013, 21.58369093 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58369093, "Longitude": -158.1350609, "Species": "Western Cattle Egret", "Count": 9, "Date": "2022-11-10" }, "geometry": { "type": "Point", "coordinates": [ -158.135060900000013, 21.58369093 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58369093, "Longitude": -158.1350609, "Species": "White-rumped Shama", "Count": 2, "Date": "2022-04-24" }, "geometry": { "type": "Point", "coordinates": [ -158.135060900000013, 21.58369093 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58369093, "Longitude": -158.1350609, "Species": "Zebra Dove", "Count": 36, "Date": "2023-03-20" }, "geometry": { "type": "Point", "coordinates": [ -158.135060900000013, 21.58369093 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63664722, "Longitude": -157.9221734, "Species": "African Silverbill", "Count": 1, "Date": "2023-05-01" }, "geometry": { "type": "Point", "coordinates": [ -157.9221734, 21.63664722 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63664722, "Longitude": -157.9221734, "Species": "Black-crowned Night Heron", "Count": 14, "Date": "2023-09-04" }, "geometry": { "type": "Point", "coordinates": [ -157.9221734, 21.63664722 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63664722, "Longitude": -157.9221734, "Species": "Brown Booby", "Count": 1, "Date": "2023-01-15" }, "geometry": { "type": "Point", "coordinates": [ -157.9221734, 21.63664722 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63664722, "Longitude": -157.9221734, "Species": "Brown Noddy", "Count": 1, "Date": "2023-01-15" }, "geometry": { "type": "Point", "coordinates": [ -157.9221734, 21.63664722 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63664722, "Longitude": -157.9221734, "Species": "Chestnut Munia", "Count": 6, "Date": "2021-10-13" }, "geometry": { "type": "Point", "coordinates": [ -157.9221734, 21.63664722 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63664722, "Longitude": -157.9221734, "Species": "Common Myna", "Count": 30, "Date": "2023-12-16" }, "geometry": { "type": "Point", "coordinates": [ -157.9221734, 21.63664722 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63664722, "Longitude": -157.9221734, "Species": "Common Waxbill", "Count": 12, "Date": "2023-08-08" }, "geometry": { "type": "Point", "coordinates": [ -157.9221734, 21.63664722 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63664722, "Longitude": -157.9221734, "Species": "Great Frigatebird", "Count": 4, "Date": "2023-08-11" }, "geometry": { "type": "Point", "coordinates": [ -157.9221734, 21.63664722 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63664722, "Longitude": -157.9221734, "Species": "Hawaiian Coot", "Count": 1, "Date": "2020-01-24" }, "geometry": { "type": "Point", "coordinates": [ -157.9221734, 21.63664722 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63664722, "Longitude": -157.9221734, "Species": "House Finch", "Count": 9, "Date": "2023-12-16" }, "geometry": { "type": "Point", "coordinates": [ -157.9221734, 21.63664722 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63664722, "Longitude": -157.9221734, "Species": "House Sparrow", "Count": 9, "Date": "2023-12-09" }, "geometry": { "type": "Point", "coordinates": [ -157.9221734, 21.63664722 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63664722, "Longitude": -157.9221734, "Species": "Java Sparrow", "Count": 5, "Date": "2023-12-09" }, "geometry": { "type": "Point", "coordinates": [ -157.9221734, 21.63664722 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63664722, "Longitude": -157.9221734, "Species": "Laysan Albatross", "Count": 1, "Date": "2023-01-15" }, "geometry": { "type": "Point", "coordinates": [ -157.9221734, 21.63664722 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63664722, "Longitude": -157.9221734, "Species": "Northern Cardinal", "Count": 4, "Date": "2023-11-03" }, "geometry": { "type": "Point", "coordinates": [ -157.9221734, 21.63664722 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63664722, "Longitude": -157.9221734, "Species": "Pacific Golden-Plover", "Count": 16, "Date": "2023-12-09" }, "geometry": { "type": "Point", "coordinates": [ -157.9221734, 21.63664722 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63664722, "Longitude": -157.9221734, "Species": "Red Junglefowl", "Count": 10, "Date": "2023-11-03" }, "geometry": { "type": "Point", "coordinates": [ -157.9221734, 21.63664722 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63664722, "Longitude": -157.9221734, "Species": "Red-billed Leiothrix", "Count": 2, "Date": "2023-05-01" }, "geometry": { "type": "Point", "coordinates": [ -157.9221734, 21.63664722 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63664722, "Longitude": -157.9221734, "Species": "Red-crested Cardinal", "Count": 17, "Date": "2023-12-09" }, "geometry": { "type": "Point", "coordinates": [ -157.9221734, 21.63664722 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63664722, "Longitude": -157.9221734, "Species": "Red-vented Bulbul", "Count": 20, "Date": "2023-12-16" }, "geometry": { "type": "Point", "coordinates": [ -157.9221734, 21.63664722 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63664722, "Longitude": -157.9221734, "Species": "Red-whiskered Bulbul", "Count": 16, "Date": "2023-12-16" }, "geometry": { "type": "Point", "coordinates": [ -157.9221734, 21.63664722 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63664722, "Longitude": -157.9221734, "Species": "Rock Pigeon", "Count": 6, "Date": "2023-12-09" }, "geometry": { "type": "Point", "coordinates": [ -157.9221734, 21.63664722 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63664722, "Longitude": -157.9221734, "Species": "Saffron Finch", "Count": 3, "Date": "2024-01-14" }, "geometry": { "type": "Point", "coordinates": [ -157.9221734, 21.63664722 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63664722, "Longitude": -157.9221734, "Species": "Spotted Dove", "Count": 18, "Date": "2023-12-16" }, "geometry": { "type": "Point", "coordinates": [ -157.9221734, 21.63664722 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63664722, "Longitude": -157.9221734, "Species": "Warbling White-eye", "Count": 6, "Date": "2023-05-01" }, "geometry": { "type": "Point", "coordinates": [ -157.9221734, 21.63664722 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63664722, "Longitude": -157.9221734, "Species": "Western Cattle Egret", "Count": 8, "Date": "2023-08-08" }, "geometry": { "type": "Point", "coordinates": [ -157.9221734, 21.63664722 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63664722, "Longitude": -157.9221734, "Species": "White-rumped Shama", "Count": 3, "Date": "2023-05-01" }, "geometry": { "type": "Point", "coordinates": [ -157.9221734, 21.63664722 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63664722, "Longitude": -157.9221734, "Species": "Yellow-fronted Canary", "Count": 1, "Date": "2022-03-21" }, "geometry": { "type": "Point", "coordinates": [ -157.9221734, 21.63664722 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63664722, "Longitude": -157.9221734, "Species": "Zebra Dove", "Count": 28, "Date": "2023-12-09" }, "geometry": { "type": "Point", "coordinates": [ -157.9221734, 21.63664722 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6645152, "Longitude": -158.0476008, "Species": "Brown Booby", "Count": 9, "Date": "2023-12-24" }, "geometry": { "type": "Point", "coordinates": [ -158.0476008, 21.6645152 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6645152, "Longitude": -158.0476008, "Species": "Chestnut Munia", "Count": 1, "Date": "2022-04-03" }, "geometry": { "type": "Point", "coordinates": [ -158.0476008, 21.6645152 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6645152, "Longitude": -158.0476008, "Species": "Common Myna", "Count": 9, "Date": "2024-01-09" }, "geometry": { "type": "Point", "coordinates": [ -158.0476008, 21.6645152 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6645152, "Longitude": -158.0476008, "Species": "Common Waxbill", "Count": 3, "Date": "2022-02-26" }, "geometry": { "type": "Point", "coordinates": [ -158.0476008, 21.6645152 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6645152, "Longitude": -158.0476008, "Species": "Great Frigatebird", "Count": 1, "Date": "2022-04-08" }, "geometry": { "type": "Point", "coordinates": [ -158.0476008, 21.6645152 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6645152, "Longitude": -158.0476008, "Species": "House Finch", "Count": 2, "Date": "2023-07-08" }, "geometry": { "type": "Point", "coordinates": [ -158.0476008, 21.6645152 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6645152, "Longitude": -158.0476008, "Species": "Java Sparrow", "Count": 1, "Date": "2022-04-05" }, "geometry": { "type": "Point", "coordinates": [ -158.0476008, 21.6645152 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6645152, "Longitude": -158.0476008, "Species": "Laysan Albatross", "Count": 4, "Date": "2023-03-11" }, "geometry": { "type": "Point", "coordinates": [ -158.0476008, 21.6645152 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6645152, "Longitude": -158.0476008, "Species": "Masked Booby", "Count": 1, "Date": "2022-04-02" }, "geometry": { "type": "Point", "coordinates": [ -158.0476008, 21.6645152 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6645152, "Longitude": -158.0476008, "Species": "Northern Cardinal", "Count": 2, "Date": "2022-01-24" }, "geometry": { "type": "Point", "coordinates": [ -158.0476008, 21.6645152 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6645152, "Longitude": -158.0476008, "Species": "Red Junglefowl", "Count": 6, "Date": "2024-01-09" }, "geometry": { "type": "Point", "coordinates": [ -158.0476008, 21.6645152 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6645152, "Longitude": -158.0476008, "Species": "Red-billed Leiothrix", "Count": 2, "Date": "2023-05-21" }, "geometry": { "type": "Point", "coordinates": [ -158.0476008, 21.6645152 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6645152, "Longitude": -158.0476008, "Species": "Red-crested Cardinal", "Count": 5, "Date": "2022-04-05" }, "geometry": { "type": "Point", "coordinates": [ -158.0476008, 21.6645152 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6645152, "Longitude": -158.0476008, "Species": "Red-footed Booby", "Count": 4, "Date": "2022-04-03" }, "geometry": { "type": "Point", "coordinates": [ -158.0476008, 21.6645152 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6645152, "Longitude": -158.0476008, "Species": "Red-tailed Tropicbird", "Count": 1, "Date": "2022-04-05" }, "geometry": { "type": "Point", "coordinates": [ -158.0476008, 21.6645152 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6645152, "Longitude": -158.0476008, "Species": "Red-vented Bulbul", "Count": 9, "Date": "2023-12-24" }, "geometry": { "type": "Point", "coordinates": [ -158.0476008, 21.6645152 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6645152, "Longitude": -158.0476008, "Species": "Red-whiskered Bulbul", "Count": 5, "Date": "2022-11-05" }, "geometry": { "type": "Point", "coordinates": [ -158.0476008, 21.6645152 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6645152, "Longitude": -158.0476008, "Species": "Ruddy Turnstone", "Count": 1, "Date": "2023-03-11" }, "geometry": { "type": "Point", "coordinates": [ -158.0476008, 21.6645152 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6645152, "Longitude": -158.0476008, "Species": "Saffron Finch", "Count": 4, "Date": "2024-01-09" }, "geometry": { "type": "Point", "coordinates": [ -158.0476008, 21.6645152 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6645152, "Longitude": -158.0476008, "Species": "Sooty Tern", "Count": 1, "Date": "2022-04-05" }, "geometry": { "type": "Point", "coordinates": [ -158.0476008, 21.6645152 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6645152, "Longitude": -158.0476008, "Species": "Spotted Dove", "Count": 3, "Date": "2022-04-03" }, "geometry": { "type": "Point", "coordinates": [ -158.0476008, 21.6645152 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6645152, "Longitude": -158.0476008, "Species": "Warbling White-eye", "Count": 9, "Date": "2024-01-09" }, "geometry": { "type": "Point", "coordinates": [ -158.0476008, 21.6645152 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6645152, "Longitude": -158.0476008, "Species": "Wedge-tailed Shearwater", "Count": 3, "Date": "2023-08-08" }, "geometry": { "type": "Point", "coordinates": [ -158.0476008, 21.6645152 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6645152, "Longitude": -158.0476008, "Species": "Western Cattle Egret", "Count": 4, "Date": "2022-06-06" }, "geometry": { "type": "Point", "coordinates": [ -158.0476008, 21.6645152 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6645152, "Longitude": -158.0476008, "Species": "White Tern", "Count": 1, "Date": "2022-04-02" }, "geometry": { "type": "Point", "coordinates": [ -158.0476008, 21.6645152 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6645152, "Longitude": -158.0476008, "Species": "White-rumped Shama", "Count": 6, "Date": "2023-12-24" }, "geometry": { "type": "Point", "coordinates": [ -158.0476008, 21.6645152 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6645152, "Longitude": -158.0476008, "Species": "White-tailed Tropicbird", "Count": 2, "Date": "2022-04-05" }, "geometry": { "type": "Point", "coordinates": [ -158.0476008, 21.6645152 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6645152, "Longitude": -158.0476008, "Species": "Zebra Dove", "Count": 6, "Date": "2022-04-05" }, "geometry": { "type": "Point", "coordinates": [ -158.0476008, 21.6645152 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25646141, "Longitude": -157.8093206, "Species": "Brown Booby", "Count": 1, "Date": "2019-02-14" }, "geometry": { "type": "Point", "coordinates": [ -157.8093206, 21.25646141 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25646141, "Longitude": -157.8093206, "Species": "Brown Noddy", "Count": 2, "Date": "2022-12-06" }, "geometry": { "type": "Point", "coordinates": [ -157.8093206, 21.25646141 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25646141, "Longitude": -157.8093206, "Species": "Common Myna", "Count": 19, "Date": "2023-12-23" }, "geometry": { "type": "Point", "coordinates": [ -157.8093206, 21.25646141 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25646141, "Longitude": -157.8093206, "Species": "Common Waxbill", "Count": 8, "Date": "2023-02-12" }, "geometry": { "type": "Point", "coordinates": [ -157.8093206, 21.25646141 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25646141, "Longitude": -157.8093206, "Species": "Great Frigatebird", "Count": 5, "Date": "2022-12-06" }, "geometry": { "type": "Point", "coordinates": [ -157.8093206, 21.25646141 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25646141, "Longitude": -157.8093206, "Species": "House Finch", "Count": 2, "Date": "2023-06-19" }, "geometry": { "type": "Point", "coordinates": [ -157.8093206, 21.25646141 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25646141, "Longitude": -157.8093206, "Species": "House Sparrow", "Count": 5, "Date": "2022-09-01" }, "geometry": { "type": "Point", "coordinates": [ -157.8093206, 21.25646141 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25646141, "Longitude": -157.8093206, "Species": "Java Sparrow", "Count": 8, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.8093206, 21.25646141 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25646141, "Longitude": -157.8093206, "Species": "Northern Cardinal", "Count": 2, "Date": "2022-09-01" }, "geometry": { "type": "Point", "coordinates": [ -157.8093206, 21.25646141 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25646141, "Longitude": -157.8093206, "Species": "Pacific Golden-Plover", "Count": 8, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.8093206, 21.25646141 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25646141, "Longitude": -157.8093206, "Species": "Red Junglefowl", "Count": 6, "Date": "2023-02-08" }, "geometry": { "type": "Point", "coordinates": [ -157.8093206, 21.25646141 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25646141, "Longitude": -157.8093206, "Species": "Red-crested Cardinal", "Count": 17, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.8093206, 21.25646141 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25646141, "Longitude": -157.8093206, "Species": "Red-footed Booby", "Count": 4, "Date": "2023-02-08" }, "geometry": { "type": "Point", "coordinates": [ -157.8093206, 21.25646141 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25646141, "Longitude": -157.8093206, "Species": "Red-vented Bulbul", "Count": 22, "Date": "2023-12-07" }, "geometry": { "type": "Point", "coordinates": [ -157.8093206, 21.25646141 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25646141, "Longitude": -157.8093206, "Species": "Red-whiskered Bulbul", "Count": 3, "Date": "2022-12-15" }, "geometry": { "type": "Point", "coordinates": [ -157.8093206, 21.25646141 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25646141, "Longitude": -157.8093206, "Species": "Rock Pigeon", "Count": 4, "Date": "2023-01-02" }, "geometry": { "type": "Point", "coordinates": [ -157.8093206, 21.25646141 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25646141, "Longitude": -157.8093206, "Species": "Rose-ringed Parakeet", "Count": 5, "Date": "2022-12-06" }, "geometry": { "type": "Point", "coordinates": [ -157.8093206, 21.25646141 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25646141, "Longitude": -157.8093206, "Species": "Saffron Finch", "Count": 1, "Date": "2022-04-09" }, "geometry": { "type": "Point", "coordinates": [ -157.8093206, 21.25646141 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25646141, "Longitude": -157.8093206, "Species": "Scaly-breasted Munia", "Count": 2, "Date": "2023-06-19" }, "geometry": { "type": "Point", "coordinates": [ -157.8093206, 21.25646141 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25646141, "Longitude": -157.8093206, "Species": "Sooty Tern", "Count": 3, "Date": "2022-12-06" }, "geometry": { "type": "Point", "coordinates": [ -157.8093206, 21.25646141 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25646141, "Longitude": -157.8093206, "Species": "Spotted Dove", "Count": 24, "Date": "2023-12-23" }, "geometry": { "type": "Point", "coordinates": [ -157.8093206, 21.25646141 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25646141, "Longitude": -157.8093206, "Species": "Warbling White-eye", "Count": 8, "Date": "2023-03-08" }, "geometry": { "type": "Point", "coordinates": [ -157.8093206, 21.25646141 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25646141, "Longitude": -157.8093206, "Species": "Wedge-tailed Shearwater", "Count": 4, "Date": "2022-12-06" }, "geometry": { "type": "Point", "coordinates": [ -157.8093206, 21.25646141 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25646141, "Longitude": -157.8093206, "Species": "Western Cattle Egret", "Count": 7, "Date": "2023-12-23" }, "geometry": { "type": "Point", "coordinates": [ -157.8093206, 21.25646141 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25646141, "Longitude": -157.8093206, "Species": "White Tern", "Count": 17, "Date": "2023-08-09" }, "geometry": { "type": "Point", "coordinates": [ -157.8093206, 21.25646141 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25646141, "Longitude": -157.8093206, "Species": "White-rumped Shama", "Count": 3, "Date": "2022-04-09" }, "geometry": { "type": "Point", "coordinates": [ -157.8093206, 21.25646141 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25646141, "Longitude": -157.8093206, "Species": "White-tailed Tropicbird", "Count": 1, "Date": "2021-07-22" }, "geometry": { "type": "Point", "coordinates": [ -157.8093206, 21.25646141 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25646141, "Longitude": -157.8093206, "Species": "Yellow-fronted Canary", "Count": 1, "Date": "2022-09-01" }, "geometry": { "type": "Point", "coordinates": [ -157.8093206, 21.25646141 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25646141, "Longitude": -157.8093206, "Species": "Zebra Dove", "Count": 18, "Date": "2023-12-23" }, "geometry": { "type": "Point", "coordinates": [ -157.8093206, 21.25646141 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28382979, "Longitude": -157.8476554, "Species": "Black-crowned Night Heron", "Count": 8, "Date": "2023-10-16" }, "geometry": { "type": "Point", "coordinates": [ -157.8476554, 21.28382979 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28382979, "Longitude": -157.8476554, "Species": "Brown Booby", "Count": 2, "Date": "2020-09-10" }, "geometry": { "type": "Point", "coordinates": [ -157.8476554, 21.28382979 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28382979, "Longitude": -157.8476554, "Species": "Chestnut Munia", "Count": 1, "Date": "2019-08-18" }, "geometry": { "type": "Point", "coordinates": [ -157.8476554, 21.28382979 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28382979, "Longitude": -157.8476554, "Species": "Common Myna", "Count": 16, "Date": "2024-02-03" }, "geometry": { "type": "Point", "coordinates": [ -157.8476554, 21.28382979 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28382979, "Longitude": -157.8476554, "Species": "Common Waxbill", "Count": 10, "Date": "2024-02-03" }, "geometry": { "type": "Point", "coordinates": [ -157.8476554, 21.28382979 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28382979, "Longitude": -157.8476554, "Species": "Great Frigatebird", "Count": 1, "Date": "2021-10-12" }, "geometry": { "type": "Point", "coordinates": [ -157.8476554, 21.28382979 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28382979, "Longitude": -157.8476554, "Species": "House Finch", "Count": 4, "Date": "2022-03-25" }, "geometry": { "type": "Point", "coordinates": [ -157.8476554, 21.28382979 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28382979, "Longitude": -157.8476554, "Species": "House Sparrow", "Count": 11, "Date": "2024-02-03" }, "geometry": { "type": "Point", "coordinates": [ -157.8476554, 21.28382979 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28382979, "Longitude": -157.8476554, "Species": "Java Sparrow", "Count": 14, "Date": "2024-02-03" }, "geometry": { "type": "Point", "coordinates": [ -157.8476554, 21.28382979 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28382979, "Longitude": -157.8476554, "Species": "Feral Mallard", "Count": 1, "Date": "2023-10-16" }, "geometry": { "type": "Point", "coordinates": [ -157.8476554, 21.28382979 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28382979, "Longitude": -157.8476554, "Species": "Northern Cardinal", "Count": 1, "Date": "2020-01-24" }, "geometry": { "type": "Point", "coordinates": [ -157.8476554, 21.28382979 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28382979, "Longitude": -157.8476554, "Species": "Pacific Golden-Plover", "Count": 11, "Date": "2023-04-03" }, "geometry": { "type": "Point", "coordinates": [ -157.8476554, 21.28382979 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28382979, "Longitude": -157.8476554, "Species": "Red Junglefowl", "Count": 2, "Date": "2022-06-06" }, "geometry": { "type": "Point", "coordinates": [ -157.8476554, 21.28382979 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28382979, "Longitude": -157.8476554, "Species": "Red-crested Cardinal", "Count": 17, "Date": "2024-02-03" }, "geometry": { "type": "Point", "coordinates": [ -157.8476554, 21.28382979 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28382979, "Longitude": -157.8476554, "Species": "Red-tailed Tropicbird", "Count": 1, "Date": "2019-10-13" }, "geometry": { "type": "Point", "coordinates": [ -157.8476554, 21.28382979 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28382979, "Longitude": -157.8476554, "Species": "Red-vented Bulbul", "Count": 10, "Date": "2024-02-03" }, "geometry": { "type": "Point", "coordinates": [ -157.8476554, 21.28382979 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28382979, "Longitude": -157.8476554, "Species": "Rock Pigeon", "Count": 13, "Date": "2024-02-03" }, "geometry": { "type": "Point", "coordinates": [ -157.8476554, 21.28382979 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28382979, "Longitude": -157.8476554, "Species": "Rose-ringed Parakeet", "Count": 1, "Date": "2019-08-18" }, "geometry": { "type": "Point", "coordinates": [ -157.8476554, 21.28382979 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28382979, "Longitude": -157.8476554, "Species": "Ruddy Turnstone", "Count": 2, "Date": "2023-08-30" }, "geometry": { "type": "Point", "coordinates": [ -157.8476554, 21.28382979 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28382979, "Longitude": -157.8476554, "Species": "Saffron Finch", "Count": 4, "Date": "2024-02-03" }, "geometry": { "type": "Point", "coordinates": [ -157.8476554, 21.28382979 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28382979, "Longitude": -157.8476554, "Species": "Scaly-breasted Munia", "Count": 8, "Date": "2023-08-09" }, "geometry": { "type": "Point", "coordinates": [ -157.8476554, 21.28382979 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28382979, "Longitude": -157.8476554, "Species": "Spotted Dove", "Count": 17, "Date": "2024-02-03" }, "geometry": { "type": "Point", "coordinates": [ -157.8476554, 21.28382979 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28382979, "Longitude": -157.8476554, "Species": "Wandering Tattler", "Count": 1, "Date": "2019-01-12" }, "geometry": { "type": "Point", "coordinates": [ -157.8476554, 21.28382979 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28382979, "Longitude": -157.8476554, "Species": "Warbling White-eye", "Count": 2, "Date": "2022-03-25" }, "geometry": { "type": "Point", "coordinates": [ -157.8476554, 21.28382979 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28382979, "Longitude": -157.8476554, "Species": "Wedge-tailed Shearwater", "Count": 1, "Date": "2023-08-09" }, "geometry": { "type": "Point", "coordinates": [ -157.8476554, 21.28382979 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28382979, "Longitude": -157.8476554, "Species": "Western Cattle Egret", "Count": 7, "Date": "2024-02-03" }, "geometry": { "type": "Point", "coordinates": [ -157.8476554, 21.28382979 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28382979, "Longitude": -157.8476554, "Species": "White Tern", "Count": 13, "Date": "2024-02-17" }, "geometry": { "type": "Point", "coordinates": [ -157.8476554, 21.28382979 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28382979, "Longitude": -157.8476554, "Species": "Yellow-fronted Canary", "Count": 7, "Date": "2024-02-03" }, "geometry": { "type": "Point", "coordinates": [ -157.8476554, 21.28382979 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28382979, "Longitude": -157.8476554, "Species": "Zebra Dove", "Count": 23, "Date": "2024-02-03" }, "geometry": { "type": "Point", "coordinates": [ -157.8476554, 21.28382979 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28356112, "Longitude": -157.8091025, "Species": "Black-crowned Night Heron", "Count": 3, "Date": "2021-12-27" }, "geometry": { "type": "Point", "coordinates": [ -157.8091025, 21.28356112 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28356112, "Longitude": -157.8091025, "Species": "Common Myna", "Count": 30, "Date": "2024-01-14" }, "geometry": { "type": "Point", "coordinates": [ -157.8091025, 21.28356112 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28356112, "Longitude": -157.8091025, "Species": "Common Waxbill", "Count": 6, "Date": "2024-01-14" }, "geometry": { "type": "Point", "coordinates": [ -157.8091025, 21.28356112 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28356112, "Longitude": -157.8091025, "Species": "Great Frigatebird", "Count": 1, "Date": "2021-09-28" }, "geometry": { "type": "Point", "coordinates": [ -157.8091025, 21.28356112 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28356112, "Longitude": -157.8091025, "Species": "House Finch", "Count": 7, "Date": "2024-01-14" }, "geometry": { "type": "Point", "coordinates": [ -157.8091025, 21.28356112 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28356112, "Longitude": -157.8091025, "Species": "House Sparrow", "Count": 27, "Date": "2024-01-14" }, "geometry": { "type": "Point", "coordinates": [ -157.8091025, 21.28356112 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28356112, "Longitude": -157.8091025, "Species": "Java Sparrow", "Count": 10, "Date": "2024-01-14" }, "geometry": { "type": "Point", "coordinates": [ -157.8091025, 21.28356112 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28356112, "Longitude": -157.8091025, "Species": "Feral Mallard", "Count": 1, "Date": "2021-12-27" }, "geometry": { "type": "Point", "coordinates": [ -157.8091025, 21.28356112 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28356112, "Longitude": -157.8091025, "Species": "Northern Cardinal", "Count": 2, "Date": "2021-12-27" }, "geometry": { "type": "Point", "coordinates": [ -157.8091025, 21.28356112 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28356112, "Longitude": -157.8091025, "Species": "Pacific Golden-Plover", "Count": 2, "Date": "2022-01-28" }, "geometry": { "type": "Point", "coordinates": [ -157.8091025, 21.28356112 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28356112, "Longitude": -157.8091025, "Species": "Red Junglefowl", "Count": 9, "Date": "2022-11-26" }, "geometry": { "type": "Point", "coordinates": [ -157.8091025, 21.28356112 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28356112, "Longitude": -157.8091025, "Species": "Red-crested Cardinal", "Count": 15, "Date": "2024-01-14" }, "geometry": { "type": "Point", "coordinates": [ -157.8091025, 21.28356112 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28356112, "Longitude": -157.8091025, "Species": "Red-vented Bulbul", "Count": 22, "Date": "2024-01-14" }, "geometry": { "type": "Point", "coordinates": [ -157.8091025, 21.28356112 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28356112, "Longitude": -157.8091025, "Species": "Red-whiskered Bulbul", "Count": 7, "Date": "2024-01-14" }, "geometry": { "type": "Point", "coordinates": [ -157.8091025, 21.28356112 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28356112, "Longitude": -157.8091025, "Species": "Rock Pigeon", "Count": 11, "Date": "2024-01-14" }, "geometry": { "type": "Point", "coordinates": [ -157.8091025, 21.28356112 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28356112, "Longitude": -157.8091025, "Species": "Rose-ringed Parakeet", "Count": 20, "Date": "2024-01-14" }, "geometry": { "type": "Point", "coordinates": [ -157.8091025, 21.28356112 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28356112, "Longitude": -157.8091025, "Species": "Ruddy Turnstone", "Count": 1, "Date": "2021-12-27" }, "geometry": { "type": "Point", "coordinates": [ -157.8091025, 21.28356112 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28356112, "Longitude": -157.8091025, "Species": "Saffron Finch", "Count": 1, "Date": "2021-07-03" }, "geometry": { "type": "Point", "coordinates": [ -157.8091025, 21.28356112 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28356112, "Longitude": -157.8091025, "Species": "Scaly-breasted Munia", "Count": 1, "Date": "2021-05-01" }, "geometry": { "type": "Point", "coordinates": [ -157.8091025, 21.28356112 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28356112, "Longitude": -157.8091025, "Species": "Spotted Dove", "Count": 30, "Date": "2024-01-14" }, "geometry": { "type": "Point", "coordinates": [ -157.8091025, 21.28356112 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28356112, "Longitude": -157.8091025, "Species": "Warbling White-eye", "Count": 7, "Date": "2024-01-14" }, "geometry": { "type": "Point", "coordinates": [ -157.8091025, 21.28356112 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28356112, "Longitude": -157.8091025, "Species": "Wedge-tailed Shearwater", "Count": 1, "Date": "2021-12-10" }, "geometry": { "type": "Point", "coordinates": [ -157.8091025, 21.28356112 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28356112, "Longitude": -157.8091025, "Species": "Western Cattle Egret", "Count": 6, "Date": "2024-01-14" }, "geometry": { "type": "Point", "coordinates": [ -157.8091025, 21.28356112 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28356112, "Longitude": -157.8091025, "Species": "White Tern", "Count": 14, "Date": "2024-01-14" }, "geometry": { "type": "Point", "coordinates": [ -157.8091025, 21.28356112 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28356112, "Longitude": -157.8091025, "Species": "White-rumped Shama", "Count": 2, "Date": "2021-05-01" }, "geometry": { "type": "Point", "coordinates": [ -157.8091025, 21.28356112 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28356112, "Longitude": -157.8091025, "Species": "White-tailed Tropicbird", "Count": 1, "Date": "2021-12-27" }, "geometry": { "type": "Point", "coordinates": [ -157.8091025, 21.28356112 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28356112, "Longitude": -157.8091025, "Species": "Yellow-fronted Canary", "Count": 4, "Date": "2022-01-28" }, "geometry": { "type": "Point", "coordinates": [ -157.8091025, 21.28356112 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28356112, "Longitude": -157.8091025, "Species": "Zebra Dove", "Count": 33, "Date": "2024-01-14" }, "geometry": { "type": "Point", "coordinates": [ -157.8091025, 21.28356112 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29158432, "Longitude": -157.6740929, "Species": "African Silverbill", "Count": 1, "Date": "2021-03-27" }, "geometry": { "type": "Point", "coordinates": [ -157.6740929, 21.29158432 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29158432, "Longitude": -157.6740929, "Species": "Chinese Hwamei", "Count": 13, "Date": "2021-10-19" }, "geometry": { "type": "Point", "coordinates": [ -157.6740929, 21.29158432 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29158432, "Longitude": -157.6740929, "Species": "Common Myna", "Count": 28, "Date": "2024-01-13" }, "geometry": { "type": "Point", "coordinates": [ -157.6740929, 21.29158432 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29158432, "Longitude": -157.6740929, "Species": "Common Waxbill", "Count": 11, "Date": "2024-01-28" }, "geometry": { "type": "Point", "coordinates": [ -157.6740929, 21.29158432 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29158432, "Longitude": -157.6740929, "Species": "Gray Francolin", "Count": 2, "Date": "2021-10-07" }, "geometry": { "type": "Point", "coordinates": [ -157.6740929, 21.29158432 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29158432, "Longitude": -157.6740929, "Species": "House Finch", "Count": 12, "Date": "2024-01-28" }, "geometry": { "type": "Point", "coordinates": [ -157.6740929, 21.29158432 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29158432, "Longitude": -157.6740929, "Species": "House Sparrow", "Count": 4, "Date": "2023-08-04" }, "geometry": { "type": "Point", "coordinates": [ -157.6740929, 21.29158432 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29158432, "Longitude": -157.6740929, "Species": "Japanese Bush Warbler", "Count": 2, "Date": "2023-08-04" }, "geometry": { "type": "Point", "coordinates": [ -157.6740929, 21.29158432 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29158432, "Longitude": -157.6740929, "Species": "Java Sparrow", "Count": 6, "Date": "2024-01-28" }, "geometry": { "type": "Point", "coordinates": [ -157.6740929, 21.29158432 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29158432, "Longitude": -157.6740929, "Species": "Northern Cardinal", "Count": 24, "Date": "2024-01-13" }, "geometry": { "type": "Point", "coordinates": [ -157.6740929, 21.29158432 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29158432, "Longitude": -157.6740929, "Species": "Pacific Golden-Plover", "Count": 23, "Date": "2024-01-28" }, "geometry": { "type": "Point", "coordinates": [ -157.6740929, 21.29158432 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29158432, "Longitude": -157.6740929, "Species": "Red Avadavat", "Count": 1, "Date": "2023-10-06" }, "geometry": { "type": "Point", "coordinates": [ -157.6740929, 21.29158432 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29158432, "Longitude": -157.6740929, "Species": "Red Junglefowl", "Count": 4, "Date": "2023-08-04" }, "geometry": { "type": "Point", "coordinates": [ -157.6740929, 21.29158432 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29158432, "Longitude": -157.6740929, "Species": "Red-billed Leiothrix", "Count": 3, "Date": "2023-08-04" }, "geometry": { "type": "Point", "coordinates": [ -157.6740929, 21.29158432 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29158432, "Longitude": -157.6740929, "Species": "Red-crested Cardinal", "Count": 32, "Date": "2024-01-13" }, "geometry": { "type": "Point", "coordinates": [ -157.6740929, 21.29158432 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29158432, "Longitude": -157.6740929, "Species": "Red-tailed Tropicbird", "Count": 1, "Date": "2021-06-17" }, "geometry": { "type": "Point", "coordinates": [ -157.6740929, 21.29158432 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29158432, "Longitude": -157.6740929, "Species": "Red-vented Bulbul", "Count": 29, "Date": "2024-01-13" }, "geometry": { "type": "Point", "coordinates": [ -157.6740929, 21.29158432 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29158432, "Longitude": -157.6740929, "Species": "Red-whiskered Bulbul", "Count": 3, "Date": "2023-09-15" }, "geometry": { "type": "Point", "coordinates": [ -157.6740929, 21.29158432 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29158432, "Longitude": -157.6740929, "Species": "Rock Pigeon", "Count": 8, "Date": "2023-10-06" }, "geometry": { "type": "Point", "coordinates": [ -157.6740929, 21.29158432 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29158432, "Longitude": -157.6740929, "Species": "Rose-ringed Parakeet", "Count": 1, "Date": "2021-09-12" }, "geometry": { "type": "Point", "coordinates": [ -157.6740929, 21.29158432 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29158432, "Longitude": -157.6740929, "Species": "Scaly-breasted Munia", "Count": 3, "Date": "2023-10-06" }, "geometry": { "type": "Point", "coordinates": [ -157.6740929, 21.29158432 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29158432, "Longitude": -157.6740929, "Species": "Sooty Tern", "Count": 1, "Date": "2022-01-25" }, "geometry": { "type": "Point", "coordinates": [ -157.6740929, 21.29158432 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29158432, "Longitude": -157.6740929, "Species": "Spotted Dove", "Count": 36, "Date": "2024-01-28" }, "geometry": { "type": "Point", "coordinates": [ -157.6740929, 21.29158432 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29158432, "Longitude": -157.6740929, "Species": "Warbling White-eye", "Count": 23, "Date": "2024-01-13" }, "geometry": { "type": "Point", "coordinates": [ -157.6740929, 21.29158432 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29158432, "Longitude": -157.6740929, "Species": "Western Cattle Egret", "Count": 10, "Date": "2023-10-14" }, "geometry": { "type": "Point", "coordinates": [ -157.6740929, 21.29158432 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29158432, "Longitude": -157.6740929, "Species": "White Tern", "Count": 1, "Date": "2023-08-08" }, "geometry": { "type": "Point", "coordinates": [ -157.6740929, 21.29158432 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29158432, "Longitude": -157.6740929, "Species": "White-rumped Shama", "Count": 28, "Date": "2024-01-13" }, "geometry": { "type": "Point", "coordinates": [ -157.6740929, 21.29158432 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29158432, "Longitude": -157.6740929, "Species": "Yellow-fronted Canary", "Count": 1, "Date": "2023-09-15" }, "geometry": { "type": "Point", "coordinates": [ -157.6740929, 21.29158432 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29158432, "Longitude": -157.6740929, "Species": "Zebra Dove", "Count": 39, "Date": "2024-01-28" }, "geometry": { "type": "Point", "coordinates": [ -157.6740929, 21.29158432 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31092989, "Longitude": -157.847444, "Species": "African Silverbill", "Count": 3, "Date": "2024-01-25" }, "geometry": { "type": "Point", "coordinates": [ -157.847444, 21.31092989 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31092989, "Longitude": -157.847444, "Species": "Chestnut Munia", "Count": 38, "Date": "2024-01-27" }, "geometry": { "type": "Point", "coordinates": [ -157.847444, 21.31092989 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31092989, "Longitude": -157.847444, "Species": "Common Myna", "Count": 90, "Date": "2024-02-26" }, "geometry": { "type": "Point", "coordinates": [ -157.847444, 21.31092989 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31092989, "Longitude": -157.847444, "Species": "Common Waxbill", "Count": 47, "Date": "2024-01-24" }, "geometry": { "type": "Point", "coordinates": [ -157.847444, 21.31092989 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31092989, "Longitude": -157.847444, "Species": "Great Frigatebird", "Count": 2, "Date": "2021-07-28" }, "geometry": { "type": "Point", "coordinates": [ -157.847444, 21.31092989 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31092989, "Longitude": -157.847444, "Species": "House Finch", "Count": 14, "Date": "2023-08-13" }, "geometry": { "type": "Point", "coordinates": [ -157.847444, 21.31092989 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31092989, "Longitude": -157.847444, "Species": "House Sparrow", "Count": 40, "Date": "2023-12-23" }, "geometry": { "type": "Point", "coordinates": [ -157.847444, 21.31092989 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31092989, "Longitude": -157.847444, "Species": "Java Sparrow", "Count": 14, "Date": "2023-12-17" }, "geometry": { "type": "Point", "coordinates": [ -157.847444, 21.31092989 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31092989, "Longitude": -157.847444, "Species": "Northern Cardinal", "Count": 18, "Date": "2024-01-24" }, "geometry": { "type": "Point", "coordinates": [ -157.847444, 21.31092989 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31092989, "Longitude": -157.847444, "Species": "Northern Mockingbird", "Count": 30, "Date": "2024-01-24" }, "geometry": { "type": "Point", "coordinates": [ -157.847444, 21.31092989 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31092989, "Longitude": -157.847444, "Species": "Pacific Golden-Plover", "Count": 70, "Date": "2024-02-03" }, "geometry": { "type": "Point", "coordinates": [ -157.847444, 21.31092989 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31092989, "Longitude": -157.847444, "Species": "Red Avadavat", "Count": 1, "Date": "2023-02-16" }, "geometry": { "type": "Point", "coordinates": [ -157.847444, 21.31092989 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31092989, "Longitude": -157.847444, "Species": "Red Junglefowl", "Count": 10, "Date": "2024-02-26" }, "geometry": { "type": "Point", "coordinates": [ -157.847444, 21.31092989 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31092989, "Longitude": -157.847444, "Species": "Red-crested Cardinal", "Count": 82, "Date": "2024-01-30" }, "geometry": { "type": "Point", "coordinates": [ -157.847444, 21.31092989 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31092989, "Longitude": -157.847444, "Species": "Red-crowned Parrot", "Count": 1, "Date": "2024-01-24" }, "geometry": { "type": "Point", "coordinates": [ -157.847444, 21.31092989 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31092989, "Longitude": -157.847444, "Species": "Red-vented Bulbul", "Count": 73, "Date": "2024-01-30" }, "geometry": { "type": "Point", "coordinates": [ -157.847444, 21.31092989 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31092989, "Longitude": -157.847444, "Species": "Red-whiskered Bulbul", "Count": 13, "Date": "2024-01-25" }, "geometry": { "type": "Point", "coordinates": [ -157.847444, 21.31092989 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31092989, "Longitude": -157.847444, "Species": "Rock Pigeon", "Count": 15, "Date": "2024-02-26" }, "geometry": { "type": "Point", "coordinates": [ -157.847444, 21.31092989 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31092989, "Longitude": -157.847444, "Species": "Rose-ringed Parakeet", "Count": 37, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.847444, 21.31092989 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31092989, "Longitude": -157.847444, "Species": "Saffron Finch", "Count": 20, "Date": "2023-12-17" }, "geometry": { "type": "Point", "coordinates": [ -157.847444, 21.31092989 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31092989, "Longitude": -157.847444, "Species": "Scaly-breasted Munia", "Count": 2, "Date": "2024-01-25" }, "geometry": { "type": "Point", "coordinates": [ -157.847444, 21.31092989 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31092989, "Longitude": -157.847444, "Species": "Spotted Dove", "Count": 61, "Date": "2024-02-26" }, "geometry": { "type": "Point", "coordinates": [ -157.847444, 21.31092989 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31092989, "Longitude": -157.847444, "Species": "Warbling White-eye", "Count": 35, "Date": "2024-01-30" }, "geometry": { "type": "Point", "coordinates": [ -157.847444, 21.31092989 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31092989, "Longitude": -157.847444, "Species": "Western Cattle Egret", "Count": 44, "Date": "2024-01-03" }, "geometry": { "type": "Point", "coordinates": [ -157.847444, 21.31092989 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31092989, "Longitude": -157.847444, "Species": "White Tern", "Count": 29, "Date": "2023-08-13" }, "geometry": { "type": "Point", "coordinates": [ -157.847444, 21.31092989 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31092989, "Longitude": -157.847444, "Species": "White-rumped Shama", "Count": 21, "Date": "2023-12-17" }, "geometry": { "type": "Point", "coordinates": [ -157.847444, 21.31092989 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31092989, "Longitude": -157.847444, "Species": "White-tailed Tropicbird", "Count": 1, "Date": "2022-08-27" }, "geometry": { "type": "Point", "coordinates": [ -157.847444, 21.31092989 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31092989, "Longitude": -157.847444, "Species": "Yellow-fronted Canary", "Count": 34, "Date": "2024-02-03" }, "geometry": { "type": "Point", "coordinates": [ -157.847444, 21.31092989 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31092989, "Longitude": -157.847444, "Species": "Zebra Dove", "Count": 80, "Date": "2024-02-26" }, "geometry": { "type": "Point", "coordinates": [ -157.847444, 21.31092989 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32975292, "Longitude": -157.9630004, "Species": "Black-crowned Night Heron", "Count": 20, "Date": "2022-09-08" }, "geometry": { "type": "Point", "coordinates": [ -157.9630004, 21.32975292 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32975292, "Longitude": -157.9630004, "Species": "Black-necked Stilt", "Count": 1, "Date": "2021-12-20" }, "geometry": { "type": "Point", "coordinates": [ -157.9630004, 21.32975292 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32975292, "Longitude": -157.9630004, "Species": "Brown Booby", "Count": 1, "Date": "2022-06-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9630004, 21.32975292 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32975292, "Longitude": -157.9630004, "Species": "Chestnut Munia", "Count": 3, "Date": "2022-06-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9630004, 21.32975292 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32975292, "Longitude": -157.9630004, "Species": "Common Myna", "Count": 48, "Date": "2022-11-16" }, "geometry": { "type": "Point", "coordinates": [ -157.9630004, 21.32975292 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32975292, "Longitude": -157.9630004, "Species": "Common Waxbill", "Count": 7, "Date": "2022-06-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9630004, 21.32975292 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32975292, "Longitude": -157.9630004, "Species": "House Finch", "Count": 4, "Date": "2022-06-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9630004, 21.32975292 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32975292, "Longitude": -157.9630004, "Species": "House Sparrow", "Count": 10, "Date": "2022-06-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9630004, 21.32975292 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32975292, "Longitude": -157.9630004, "Species": "Java Sparrow", "Count": 7, "Date": "2022-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9630004, 21.32975292 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32975292, "Longitude": -157.9630004, "Species": "Feral Mallard", "Count": 3, "Date": "2022-06-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9630004, 21.32975292 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32975292, "Longitude": -157.9630004, "Species": "Northern Cardinal", "Count": 5, "Date": "2022-09-11" }, "geometry": { "type": "Point", "coordinates": [ -157.9630004, 21.32975292 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32975292, "Longitude": -157.9630004, "Species": "Northern Mockingbird", "Count": 1, "Date": "2021-12-20" }, "geometry": { "type": "Point", "coordinates": [ -157.9630004, 21.32975292 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32975292, "Longitude": -157.9630004, "Species": "Pacific Golden-Plover", "Count": 10, "Date": "2022-06-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9630004, 21.32975292 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32975292, "Longitude": -157.9630004, "Species": "Red Junglefowl", "Count": 1, "Date": "2022-06-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9630004, 21.32975292 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32975292, "Longitude": -157.9630004, "Species": "Red-crested Cardinal", "Count": 18, "Date": "2022-08-24" }, "geometry": { "type": "Point", "coordinates": [ -157.9630004, 21.32975292 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32975292, "Longitude": -157.9630004, "Species": "Red-vented Bulbul", "Count": 60, "Date": "2022-12-28" }, "geometry": { "type": "Point", "coordinates": [ -157.9630004, 21.32975292 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32975292, "Longitude": -157.9630004, "Species": "Red-whiskered Bulbul", "Count": 5, "Date": "2021-11-03" }, "geometry": { "type": "Point", "coordinates": [ -157.9630004, 21.32975292 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32975292, "Longitude": -157.9630004, "Species": "Rock Pigeon", "Count": 6, "Date": "2022-06-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9630004, 21.32975292 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32975292, "Longitude": -157.9630004, "Species": "Rose-ringed Parakeet", "Count": 6, "Date": "2022-06-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9630004, 21.32975292 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32975292, "Longitude": -157.9630004, "Species": "Ruddy Turnstone", "Count": 1, "Date": "2022-06-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9630004, 21.32975292 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32975292, "Longitude": -157.9630004, "Species": "Saffron Finch", "Count": 4, "Date": "2022-06-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9630004, 21.32975292 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32975292, "Longitude": -157.9630004, "Species": "Spotted Dove", "Count": 39, "Date": "2022-11-23" }, "geometry": { "type": "Point", "coordinates": [ -157.9630004, 21.32975292 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32975292, "Longitude": -157.9630004, "Species": "Warbling White-eye", "Count": 5, "Date": "2022-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9630004, 21.32975292 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32975292, "Longitude": -157.9630004, "Species": "Western Cattle Egret", "Count": 13, "Date": "2022-08-11" }, "geometry": { "type": "Point", "coordinates": [ -157.9630004, 21.32975292 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32975292, "Longitude": -157.9630004, "Species": "White Tern", "Count": 11, "Date": "2022-09-01" }, "geometry": { "type": "Point", "coordinates": [ -157.9630004, 21.32975292 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32975292, "Longitude": -157.9630004, "Species": "White-rumped Shama", "Count": 4, "Date": "2022-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9630004, 21.32975292 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32975292, "Longitude": -157.9630004, "Species": "Yellow-fronted Canary", "Count": 2, "Date": "2019-08-18" }, "geometry": { "type": "Point", "coordinates": [ -157.9630004, 21.32975292 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32975292, "Longitude": -157.9630004, "Species": "Zebra Dove", "Count": 27, "Date": "2022-12-28" }, "geometry": { "type": "Point", "coordinates": [ -157.9630004, 21.32975292 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33809607, "Longitude": -157.8568739, "Species": "Chestnut Munia", "Count": 43, "Date": "2022-05-26" }, "geometry": { "type": "Point", "coordinates": [ -157.856873900000011, 21.33809607 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33809607, "Longitude": -157.8568739, "Species": "Common Myna", "Count": 117, "Date": "2023-12-15" }, "geometry": { "type": "Point", "coordinates": [ -157.856873900000011, 21.33809607 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33809607, "Longitude": -157.8568739, "Species": "Common Waxbill", "Count": 26, "Date": "2023-12-15" }, "geometry": { "type": "Point", "coordinates": [ -157.856873900000011, 21.33809607 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33809607, "Longitude": -157.8568739, "Species": "House Finch", "Count": 61, "Date": "2022-05-26" }, "geometry": { "type": "Point", "coordinates": [ -157.856873900000011, 21.33809607 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33809607, "Longitude": -157.8568739, "Species": "House Sparrow", "Count": 39, "Date": "2022-05-26" }, "geometry": { "type": "Point", "coordinates": [ -157.856873900000011, 21.33809607 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33809607, "Longitude": -157.8568739, "Species": "Java Sparrow", "Count": 25, "Date": "2022-05-26" }, "geometry": { "type": "Point", "coordinates": [ -157.856873900000011, 21.33809607 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33809607, "Longitude": -157.8568739, "Species": "Feral Mallard", "Count": 2, "Date": "2022-04-26" }, "geometry": { "type": "Point", "coordinates": [ -157.856873900000011, 21.33809607 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33809607, "Longitude": -157.8568739, "Species": "Northern Cardinal", "Count": 27, "Date": "2022-05-21" }, "geometry": { "type": "Point", "coordinates": [ -157.856873900000011, 21.33809607 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33809607, "Longitude": -157.8568739, "Species": "Oahu Amakihi", "Count": 33, "Date": "2022-05-26" }, "geometry": { "type": "Point", "coordinates": [ -157.856873900000011, 21.33809607 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33809607, "Longitude": -157.8568739, "Species": "Pacific Golden-Plover", "Count": 138, "Date": "2022-04-30" }, "geometry": { "type": "Point", "coordinates": [ -157.856873900000011, 21.33809607 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33809607, "Longitude": -157.8568739, "Species": "Red-billed Leiothrix", "Count": 10, "Date": "2022-05-26" }, "geometry": { "type": "Point", "coordinates": [ -157.856873900000011, 21.33809607 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33809607, "Longitude": -157.8568739, "Species": "Red-crested Cardinal", "Count": 48, "Date": "2023-12-15" }, "geometry": { "type": "Point", "coordinates": [ -157.856873900000011, 21.33809607 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33809607, "Longitude": -157.8568739, "Species": "Red-masked Parakeet", "Count": 1, "Date": "2019-01-14" }, "geometry": { "type": "Point", "coordinates": [ -157.856873900000011, 21.33809607 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33809607, "Longitude": -157.8568739, "Species": "Red-vented Bulbul", "Count": 112, "Date": "2023-12-15" }, "geometry": { "type": "Point", "coordinates": [ -157.856873900000011, 21.33809607 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33809607, "Longitude": -157.8568739, "Species": "Red-whiskered Bulbul", "Count": 9, "Date": "2023-12-15" }, "geometry": { "type": "Point", "coordinates": [ -157.856873900000011, 21.33809607 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33809607, "Longitude": -157.8568739, "Species": "Rock Pigeon", "Count": 22, "Date": "2023-12-15" }, "geometry": { "type": "Point", "coordinates": [ -157.856873900000011, 21.33809607 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33809607, "Longitude": -157.8568739, "Species": "Rose-ringed Parakeet", "Count": 83, "Date": "2023-12-15" }, "geometry": { "type": "Point", "coordinates": [ -157.856873900000011, 21.33809607 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33809607, "Longitude": -157.8568739, "Species": "Saffron Finch", "Count": 32, "Date": "2022-05-23" }, "geometry": { "type": "Point", "coordinates": [ -157.856873900000011, 21.33809607 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33809607, "Longitude": -157.8568739, "Species": "Scaly-breasted Munia", "Count": 5, "Date": "2022-05-14" }, "geometry": { "type": "Point", "coordinates": [ -157.856873900000011, 21.33809607 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33809607, "Longitude": -157.8568739, "Species": "Sooty Tern", "Count": 1, "Date": "2019-07-20" }, "geometry": { "type": "Point", "coordinates": [ -157.856873900000011, 21.33809607 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33809607, "Longitude": -157.8568739, "Species": "Spotted Dove", "Count": 71, "Date": "2023-12-15" }, "geometry": { "type": "Point", "coordinates": [ -157.856873900000011, 21.33809607 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33809607, "Longitude": -157.8568739, "Species": "Warbling White-eye", "Count": 72, "Date": "2023-12-15" }, "geometry": { "type": "Point", "coordinates": [ -157.856873900000011, 21.33809607 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33809607, "Longitude": -157.8568739, "Species": "Western Cattle Egret", "Count": 15, "Date": "2022-05-23" }, "geometry": { "type": "Point", "coordinates": [ -157.856873900000011, 21.33809607 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33809607, "Longitude": -157.8568739, "Species": "White Tern", "Count": 9, "Date": "2022-05-17" }, "geometry": { "type": "Point", "coordinates": [ -157.856873900000011, 21.33809607 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33809607, "Longitude": -157.8568739, "Species": "White-rumped Shama", "Count": 26, "Date": "2023-12-15" }, "geometry": { "type": "Point", "coordinates": [ -157.856873900000011, 21.33809607 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33809607, "Longitude": -157.8568739, "Species": "Yellow-fronted Canary", "Count": 35, "Date": "2022-05-26" }, "geometry": { "type": "Point", "coordinates": [ -157.856873900000011, 21.33809607 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33809607, "Longitude": -157.8568739, "Species": "Zebra Dove", "Count": 99, "Date": "2023-12-15" }, "geometry": { "type": "Point", "coordinates": [ -157.856873900000011, 21.33809607 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34838689, "Longitude": -158.0593032, "Species": "African Silverbill", "Count": 3, "Date": "2021-04-17" }, "geometry": { "type": "Point", "coordinates": [ -158.059303199999988, 21.34838689 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34838689, "Longitude": -158.0593032, "Species": "Black Francolin", "Count": 1, "Date": "2019-07-10" }, "geometry": { "type": "Point", "coordinates": [ -158.059303199999988, 21.34838689 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34838689, "Longitude": -158.0593032, "Species": "Black-crowned Night Heron", "Count": 7, "Date": "2023-01-12" }, "geometry": { "type": "Point", "coordinates": [ -158.059303199999988, 21.34838689 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34838689, "Longitude": -158.0593032, "Species": "Black-necked Stilt", "Count": 7, "Date": "2023-01-12" }, "geometry": { "type": "Point", "coordinates": [ -158.059303199999988, 21.34838689 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34838689, "Longitude": -158.0593032, "Species": "Chestnut Munia", "Count": 2, "Date": "2021-04-15" }, "geometry": { "type": "Point", "coordinates": [ -158.059303199999988, 21.34838689 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34838689, "Longitude": -158.0593032, "Species": "Common Myna", "Count": 10, "Date": "2023-01-12" }, "geometry": { "type": "Point", "coordinates": [ -158.059303199999988, 21.34838689 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34838689, "Longitude": -158.0593032, "Species": "Common Waxbill", "Count": 4, "Date": "2023-01-12" }, "geometry": { "type": "Point", "coordinates": [ -158.059303199999988, 21.34838689 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34838689, "Longitude": -158.0593032, "Species": "Hawaiian Coot", "Count": 6, "Date": "2021-04-17" }, "geometry": { "type": "Point", "coordinates": [ -158.059303199999988, 21.34838689 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34838689, "Longitude": -158.0593032, "Species": "House Finch", "Count": 7, "Date": "2021-04-17" }, "geometry": { "type": "Point", "coordinates": [ -158.059303199999988, 21.34838689 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34838689, "Longitude": -158.0593032, "Species": "House Sparrow", "Count": 8, "Date": "2023-01-12" }, "geometry": { "type": "Point", "coordinates": [ -158.059303199999988, 21.34838689 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34838689, "Longitude": -158.0593032, "Species": "Java Sparrow", "Count": 6, "Date": "2022-03-21" }, "geometry": { "type": "Point", "coordinates": [ -158.059303199999988, 21.34838689 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34838689, "Longitude": -158.0593032, "Species": "Feral Mallard", "Count": 4, "Date": "2021-04-17" }, "geometry": { "type": "Point", "coordinates": [ -158.059303199999988, 21.34838689 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34838689, "Longitude": -158.0593032, "Species": "Northern Cardinal", "Count": 1, "Date": "2021-04-13" }, "geometry": { "type": "Point", "coordinates": [ -158.059303199999988, 21.34838689 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34838689, "Longitude": -158.0593032, "Species": "Northern Mockingbird", "Count": 1, "Date": "2020-02-24" }, "geometry": { "type": "Point", "coordinates": [ -158.059303199999988, 21.34838689 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34838689, "Longitude": -158.0593032, "Species": "Pacific Golden-Plover", "Count": 9, "Date": "2023-01-12" }, "geometry": { "type": "Point", "coordinates": [ -158.059303199999988, 21.34838689 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34838689, "Longitude": -158.0593032, "Species": "Red Junglefowl", "Count": 3, "Date": "2021-04-17" }, "geometry": { "type": "Point", "coordinates": [ -158.059303199999988, 21.34838689 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34838689, "Longitude": -158.0593032, "Species": "Red-crested Cardinal", "Count": 9, "Date": "2023-01-12" }, "geometry": { "type": "Point", "coordinates": [ -158.059303199999988, 21.34838689 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34838689, "Longitude": -158.0593032, "Species": "Red-vented Bulbul", "Count": 11, "Date": "2023-01-12" }, "geometry": { "type": "Point", "coordinates": [ -158.059303199999988, 21.34838689 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34838689, "Longitude": -158.0593032, "Species": "Rose-ringed Parakeet", "Count": 1, "Date": "2022-03-21" }, "geometry": { "type": "Point", "coordinates": [ -158.059303199999988, 21.34838689 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34838689, "Longitude": -158.0593032, "Species": "Saffron Finch", "Count": 9, "Date": "2023-01-12" }, "geometry": { "type": "Point", "coordinates": [ -158.059303199999988, 21.34838689 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34838689, "Longitude": -158.0593032, "Species": "Short-eared Owl", "Count": 1, "Date": "2023-06-04" }, "geometry": { "type": "Point", "coordinates": [ -158.059303199999988, 21.34838689 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34838689, "Longitude": -158.0593032, "Species": "Spotted Dove", "Count": 9, "Date": "2023-01-12" }, "geometry": { "type": "Point", "coordinates": [ -158.059303199999988, 21.34838689 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34838689, "Longitude": -158.0593032, "Species": "Wandering Tattler", "Count": 4, "Date": "2021-04-17" }, "geometry": { "type": "Point", "coordinates": [ -158.059303199999988, 21.34838689 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34838689, "Longitude": -158.0593032, "Species": "Warbling White-eye", "Count": 7, "Date": "2023-01-12" }, "geometry": { "type": "Point", "coordinates": [ -158.059303199999988, 21.34838689 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34838689, "Longitude": -158.0593032, "Species": "Western Cattle Egret", "Count": 10, "Date": "2023-01-12" }, "geometry": { "type": "Point", "coordinates": [ -158.059303199999988, 21.34838689 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34838689, "Longitude": -158.0593032, "Species": "Yellow-fronted Canary", "Count": 3, "Date": "2021-04-14" }, "geometry": { "type": "Point", "coordinates": [ -158.059303199999988, 21.34838689 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34838689, "Longitude": -158.0593032, "Species": "Zebra Dove", "Count": 10, "Date": "2023-01-12" }, "geometry": { "type": "Point", "coordinates": [ -158.059303199999988, 21.34838689 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38250556, "Longitude": -157.7504323, "Species": "Black-necked Stilt", "Count": 7, "Date": "2023-10-06" }, "geometry": { "type": "Point", "coordinates": [ -157.7504323, 21.38250556 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38250556, "Longitude": -157.7504323, "Species": "Chestnut Munia", "Count": 13, "Date": "2024-02-16" }, "geometry": { "type": "Point", "coordinates": [ -157.7504323, 21.38250556 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38250556, "Longitude": -157.7504323, "Species": "Common Gallinule", "Count": 4, "Date": "2023-08-03" }, "geometry": { "type": "Point", "coordinates": [ -157.7504323, 21.38250556 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38250556, "Longitude": -157.7504323, "Species": "Common Myna", "Count": 20, "Date": "2024-02-16" }, "geometry": { "type": "Point", "coordinates": [ -157.7504323, 21.38250556 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38250556, "Longitude": -157.7504323, "Species": "Common Waxbill", "Count": 8, "Date": "2023-08-04" }, "geometry": { "type": "Point", "coordinates": [ -157.7504323, 21.38250556 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38250556, "Longitude": -157.7504323, "Species": "Hawaiian Coot", "Count": 1, "Date": "2023-03-09" }, "geometry": { "type": "Point", "coordinates": [ -157.7504323, 21.38250556 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38250556, "Longitude": -157.7504323, "Species": "House Finch", "Count": 5, "Date": "2024-02-16" }, "geometry": { "type": "Point", "coordinates": [ -157.7504323, 21.38250556 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38250556, "Longitude": -157.7504323, "Species": "House Sparrow", "Count": 6, "Date": "2021-07-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7504323, 21.38250556 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38250556, "Longitude": -157.7504323, "Species": "Java Sparrow", "Count": 9, "Date": "2024-02-16" }, "geometry": { "type": "Point", "coordinates": [ -157.7504323, 21.38250556 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38250556, "Longitude": -157.7504323, "Species": "Feral Mallard", "Count": 8, "Date": "2022-09-27" }, "geometry": { "type": "Point", "coordinates": [ -157.7504323, 21.38250556 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38250556, "Longitude": -157.7504323, "Species": "Northern Cardinal", "Count": 5, "Date": "2023-08-04" }, "geometry": { "type": "Point", "coordinates": [ -157.7504323, 21.38250556 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38250556, "Longitude": -157.7504323, "Species": "Northern Mockingbird", "Count": 1, "Date": "2023-11-06" }, "geometry": { "type": "Point", "coordinates": [ -157.7504323, 21.38250556 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38250556, "Longitude": -157.7504323, "Species": "Pacific Golden-Plover", "Count": 7, "Date": "2024-02-16" }, "geometry": { "type": "Point", "coordinates": [ -157.7504323, 21.38250556 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38250556, "Longitude": -157.7504323, "Species": "Red Junglefowl", "Count": 9, "Date": "2024-02-16" }, "geometry": { "type": "Point", "coordinates": [ -157.7504323, 21.38250556 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38250556, "Longitude": -157.7504323, "Species": "Red-billed Leiothrix", "Count": 1, "Date": "2019-03-31" }, "geometry": { "type": "Point", "coordinates": [ -157.7504323, 21.38250556 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38250556, "Longitude": -157.7504323, "Species": "Red-crested Cardinal", "Count": 11, "Date": "2023-10-06" }, "geometry": { "type": "Point", "coordinates": [ -157.7504323, 21.38250556 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38250556, "Longitude": -157.7504323, "Species": "Red-vented Bulbul", "Count": 9, "Date": "2023-08-04" }, "geometry": { "type": "Point", "coordinates": [ -157.7504323, 21.38250556 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38250556, "Longitude": -157.7504323, "Species": "Red-whiskered Bulbul", "Count": 5, "Date": "2023-03-03" }, "geometry": { "type": "Point", "coordinates": [ -157.7504323, 21.38250556 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38250556, "Longitude": -157.7504323, "Species": "Rock Pigeon", "Count": 9, "Date": "2024-02-16" }, "geometry": { "type": "Point", "coordinates": [ -157.7504323, 21.38250556 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38250556, "Longitude": -157.7504323, "Species": "Saffron Finch", "Count": 1, "Date": "2024-02-16" }, "geometry": { "type": "Point", "coordinates": [ -157.7504323, 21.38250556 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38250556, "Longitude": -157.7504323, "Species": "Short-eared Owl", "Count": 1, "Date": "2019-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.7504323, 21.38250556 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38250556, "Longitude": -157.7504323, "Species": "Spotted Dove", "Count": 7, "Date": "2022-05-29" }, "geometry": { "type": "Point", "coordinates": [ -157.7504323, 21.38250556 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38250556, "Longitude": -157.7504323, "Species": "Warbling White-eye", "Count": 8, "Date": "2023-08-04" }, "geometry": { "type": "Point", "coordinates": [ -157.7504323, 21.38250556 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38250556, "Longitude": -157.7504323, "Species": "Western Cattle Egret", "Count": 16, "Date": "2024-02-16" }, "geometry": { "type": "Point", "coordinates": [ -157.7504323, 21.38250556 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38250556, "Longitude": -157.7504323, "Species": "White-rumped Shama", "Count": 7, "Date": "2023-08-04" }, "geometry": { "type": "Point", "coordinates": [ -157.7504323, 21.38250556 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38250556, "Longitude": -157.7504323, "Species": "Zebra Dove", "Count": 16, "Date": "2024-02-16" }, "geometry": { "type": "Point", "coordinates": [ -157.7504323, 21.38250556 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39261887, "Longitude": -157.9046804, "Species": "Chestnut Munia", "Count": 17, "Date": "2023-10-06" }, "geometry": { "type": "Point", "coordinates": [ -157.9046804, 21.39261887 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39261887, "Longitude": -157.9046804, "Species": "Chinese Hwamei", "Count": 1, "Date": "2019-08-11" }, "geometry": { "type": "Point", "coordinates": [ -157.9046804, 21.39261887 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39261887, "Longitude": -157.9046804, "Species": "Common Myna", "Count": 24, "Date": "2024-02-14" }, "geometry": { "type": "Point", "coordinates": [ -157.9046804, 21.39261887 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39261887, "Longitude": -157.9046804, "Species": "Common Waxbill", "Count": 7, "Date": "2023-10-06" }, "geometry": { "type": "Point", "coordinates": [ -157.9046804, 21.39261887 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39261887, "Longitude": -157.9046804, "Species": "Gray Francolin", "Count": 1, "Date": "2021-07-03" }, "geometry": { "type": "Point", "coordinates": [ -157.9046804, 21.39261887 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39261887, "Longitude": -157.9046804, "Species": "Helmeted Guineafowl", "Count": 3, "Date": "2021-07-10" }, "geometry": { "type": "Point", "coordinates": [ -157.9046804, 21.39261887 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39261887, "Longitude": -157.9046804, "Species": "House Finch", "Count": 2, "Date": "2022-05-17" }, "geometry": { "type": "Point", "coordinates": [ -157.9046804, 21.39261887 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39261887, "Longitude": -157.9046804, "Species": "House Sparrow", "Count": 3, "Date": "2022-05-17" }, "geometry": { "type": "Point", "coordinates": [ -157.9046804, 21.39261887 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39261887, "Longitude": -157.9046804, "Species": "Japanese Bush Warbler", "Count": 1, "Date": "2022-05-17" }, "geometry": { "type": "Point", "coordinates": [ -157.9046804, 21.39261887 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39261887, "Longitude": -157.9046804, "Species": "Java Sparrow", "Count": 2, "Date": "2024-02-14" }, "geometry": { "type": "Point", "coordinates": [ -157.9046804, 21.39261887 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39261887, "Longitude": -157.9046804, "Species": "Mariana Swiftlet", "Count": 1, "Date": "2019-08-11" }, "geometry": { "type": "Point", "coordinates": [ -157.9046804, 21.39261887 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39261887, "Longitude": -157.9046804, "Species": "Northern Cardinal", "Count": 3, "Date": "2024-01-17" }, "geometry": { "type": "Point", "coordinates": [ -157.9046804, 21.39261887 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39261887, "Longitude": -157.9046804, "Species": "Oahu Amakihi", "Count": 5, "Date": "2023-12-26" }, "geometry": { "type": "Point", "coordinates": [ -157.9046804, 21.39261887 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39261887, "Longitude": -157.9046804, "Species": "Pacific Golden-Plover", "Count": 13, "Date": "2023-10-06" }, "geometry": { "type": "Point", "coordinates": [ -157.9046804, 21.39261887 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39261887, "Longitude": -157.9046804, "Species": "Red Junglefowl", "Count": 20, "Date": "2024-02-14" }, "geometry": { "type": "Point", "coordinates": [ -157.9046804, 21.39261887 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39261887, "Longitude": -157.9046804, "Species": "Red-billed Leiothrix", "Count": 11, "Date": "2024-01-17" }, "geometry": { "type": "Point", "coordinates": [ -157.9046804, 21.39261887 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39261887, "Longitude": -157.9046804, "Species": "Red-crested Cardinal", "Count": 20, "Date": "2024-02-14" }, "geometry": { "type": "Point", "coordinates": [ -157.9046804, 21.39261887 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39261887, "Longitude": -157.9046804, "Species": "Red-crowned Parrot", "Count": 8, "Date": "2023-04-24" }, "geometry": { "type": "Point", "coordinates": [ -157.9046804, 21.39261887 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39261887, "Longitude": -157.9046804, "Species": "Red-vented Bulbul", "Count": 19, "Date": "2023-10-16" }, "geometry": { "type": "Point", "coordinates": [ -157.9046804, 21.39261887 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39261887, "Longitude": -157.9046804, "Species": "Red-whiskered Bulbul", "Count": 8, "Date": "2023-10-06" }, "geometry": { "type": "Point", "coordinates": [ -157.9046804, 21.39261887 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39261887, "Longitude": -157.9046804, "Species": "Rose-ringed Parakeet", "Count": 2, "Date": "2022-02-27" }, "geometry": { "type": "Point", "coordinates": [ -157.9046804, 21.39261887 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39261887, "Longitude": -157.9046804, "Species": "Saffron Finch", "Count": 4, "Date": "2024-01-17" }, "geometry": { "type": "Point", "coordinates": [ -157.9046804, 21.39261887 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39261887, "Longitude": -157.9046804, "Species": "Scaly-breasted Munia", "Count": 1, "Date": "2022-05-17" }, "geometry": { "type": "Point", "coordinates": [ -157.9046804, 21.39261887 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39261887, "Longitude": -157.9046804, "Species": "Spotted Dove", "Count": 16, "Date": "2023-10-16" }, "geometry": { "type": "Point", "coordinates": [ -157.9046804, 21.39261887 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39261887, "Longitude": -157.9046804, "Species": "Warbling White-eye", "Count": 15, "Date": "2024-01-17" }, "geometry": { "type": "Point", "coordinates": [ -157.9046804, 21.39261887 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39261887, "Longitude": -157.9046804, "Species": "Western Cattle Egret", "Count": 3, "Date": "2019-06-02" }, "geometry": { "type": "Point", "coordinates": [ -157.9046804, 21.39261887 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39261887, "Longitude": -157.9046804, "Species": "White-rumped Shama", "Count": 12, "Date": "2024-01-17" }, "geometry": { "type": "Point", "coordinates": [ -157.9046804, 21.39261887 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39261887, "Longitude": -157.9046804, "Species": "Yellow-fronted Canary", "Count": 2, "Date": "2022-11-06" }, "geometry": { "type": "Point", "coordinates": [ -157.9046804, 21.39261887 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39261887, "Longitude": -157.9046804, "Species": "Zebra Dove", "Count": 22, "Date": "2024-02-14" }, "geometry": { "type": "Point", "coordinates": [ -157.9046804, 21.39261887 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40196092, "Longitude": -157.9528445, "Species": "Black-crowned Night Heron", "Count": 1, "Date": "2020-08-02" }, "geometry": { "type": "Point", "coordinates": [ -157.9528445, 21.40196092 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40196092, "Longitude": -157.9528445, "Species": "Chestnut Munia", "Count": 71, "Date": "2024-01-05" }, "geometry": { "type": "Point", "coordinates": [ -157.9528445, 21.40196092 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40196092, "Longitude": -157.9528445, "Species": "Common Myna", "Count": 116, "Date": "2024-01-13" }, "geometry": { "type": "Point", "coordinates": [ -157.9528445, 21.40196092 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40196092, "Longitude": -157.9528445, "Species": "Common Waxbill", "Count": 91, "Date": "2024-01-13" }, "geometry": { "type": "Point", "coordinates": [ -157.9528445, 21.40196092 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40196092, "Longitude": -157.9528445, "Species": "Gray Francolin", "Count": 4, "Date": "2023-05-24" }, "geometry": { "type": "Point", "coordinates": [ -157.9528445, 21.40196092 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40196092, "Longitude": -157.9528445, "Species": "House Finch", "Count": 98, "Date": "2024-01-13" }, "geometry": { "type": "Point", "coordinates": [ -157.9528445, 21.40196092 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40196092, "Longitude": -157.9528445, "Species": "House Sparrow", "Count": 56, "Date": "2024-01-10" }, "geometry": { "type": "Point", "coordinates": [ -157.9528445, 21.40196092 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40196092, "Longitude": -157.9528445, "Species": "Java Sparrow", "Count": 65, "Date": "2024-01-13" }, "geometry": { "type": "Point", "coordinates": [ -157.9528445, 21.40196092 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40196092, "Longitude": -157.9528445, "Species": "Northern Cardinal", "Count": 26, "Date": "2024-01-13" }, "geometry": { "type": "Point", "coordinates": [ -157.9528445, 21.40196092 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40196092, "Longitude": -157.9528445, "Species": "Pacific Golden-Plover", "Count": 62, "Date": "2024-01-13" }, "geometry": { "type": "Point", "coordinates": [ -157.9528445, 21.40196092 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40196092, "Longitude": -157.9528445, "Species": "Red Avadavat", "Count": 4, "Date": "2024-01-05" }, "geometry": { "type": "Point", "coordinates": [ -157.9528445, 21.40196092 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40196092, "Longitude": -157.9528445, "Species": "Red Junglefowl", "Count": 7, "Date": "2024-01-10" }, "geometry": { "type": "Point", "coordinates": [ -157.9528445, 21.40196092 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40196092, "Longitude": -157.9528445, "Species": "Red-crested Cardinal", "Count": 83, "Date": "2024-01-13" }, "geometry": { "type": "Point", "coordinates": [ -157.9528445, 21.40196092 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40196092, "Longitude": -157.9528445, "Species": "Red-crowned Parrot", "Count": 34, "Date": "2024-01-05" }, "geometry": { "type": "Point", "coordinates": [ -157.9528445, 21.40196092 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40196092, "Longitude": -157.9528445, "Species": "Red-vented Bulbul", "Count": 96, "Date": "2024-01-13" }, "geometry": { "type": "Point", "coordinates": [ -157.9528445, 21.40196092 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40196092, "Longitude": -157.9528445, "Species": "Red-whiskered Bulbul", "Count": 18, "Date": "2024-01-13" }, "geometry": { "type": "Point", "coordinates": [ -157.9528445, 21.40196092 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40196092, "Longitude": -157.9528445, "Species": "Rock Pigeon", "Count": 7, "Date": "2024-01-09" }, "geometry": { "type": "Point", "coordinates": [ -157.9528445, 21.40196092 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40196092, "Longitude": -157.9528445, "Species": "Rose-ringed Parakeet", "Count": 79, "Date": "2024-01-13" }, "geometry": { "type": "Point", "coordinates": [ -157.9528445, 21.40196092 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40196092, "Longitude": -157.9528445, "Species": "Ruddy Turnstone", "Count": 4, "Date": "2022-07-18" }, "geometry": { "type": "Point", "coordinates": [ -157.9528445, 21.40196092 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40196092, "Longitude": -157.9528445, "Species": "Saffron Finch", "Count": 111, "Date": "2024-01-13" }, "geometry": { "type": "Point", "coordinates": [ -157.9528445, 21.40196092 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40196092, "Longitude": -157.9528445, "Species": "Scaly-breasted Munia", "Count": 5, "Date": "2023-01-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9528445, 21.40196092 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40196092, "Longitude": -157.9528445, "Species": "Spotted Dove", "Count": 84, "Date": "2024-01-13" }, "geometry": { "type": "Point", "coordinates": [ -157.9528445, 21.40196092 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40196092, "Longitude": -157.9528445, "Species": "Warbling White-eye", "Count": 70, "Date": "2024-01-13" }, "geometry": { "type": "Point", "coordinates": [ -157.9528445, 21.40196092 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40196092, "Longitude": -157.9528445, "Species": "Western Cattle Egret", "Count": 45, "Date": "2024-01-05" }, "geometry": { "type": "Point", "coordinates": [ -157.9528445, 21.40196092 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40196092, "Longitude": -157.9528445, "Species": "White-rumped Shama", "Count": 12, "Date": "2023-01-11" }, "geometry": { "type": "Point", "coordinates": [ -157.9528445, 21.40196092 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40196092, "Longitude": -157.9528445, "Species": "Yellow-fronted Canary", "Count": 23, "Date": "2024-01-13" }, "geometry": { "type": "Point", "coordinates": [ -157.9528445, 21.40196092 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40196092, "Longitude": -157.9528445, "Species": "Zebra Dove", "Count": 111, "Date": "2024-01-13" }, "geometry": { "type": "Point", "coordinates": [ -157.9528445, 21.40196092 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64655754, "Longitude": -158.067045, "Species": "Black-crowned Night Heron", "Count": 6, "Date": "2024-01-18" }, "geometry": { "type": "Point", "coordinates": [ -158.067045, 21.64655754 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64655754, "Longitude": -158.067045, "Species": "Black-necked Stilt", "Count": 1, "Date": "2019-06-06" }, "geometry": { "type": "Point", "coordinates": [ -158.067045, 21.64655754 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64655754, "Longitude": -158.067045, "Species": "Brown Booby", "Count": 14, "Date": "2024-02-26" }, "geometry": { "type": "Point", "coordinates": [ -158.067045, 21.64655754 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64655754, "Longitude": -158.067045, "Species": "Common Myna", "Count": 37, "Date": "2024-02-26" }, "geometry": { "type": "Point", "coordinates": [ -158.067045, 21.64655754 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64655754, "Longitude": -158.067045, "Species": "Common Waxbill", "Count": 1, "Date": "2021-10-14" }, "geometry": { "type": "Point", "coordinates": [ -158.067045, 21.64655754 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64655754, "Longitude": -158.067045, "Species": "Great Frigatebird", "Count": 4, "Date": "2024-01-18" }, "geometry": { "type": "Point", "coordinates": [ -158.067045, 21.64655754 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64655754, "Longitude": -158.067045, "Species": "House Finch", "Count": 4, "Date": "2024-01-18" }, "geometry": { "type": "Point", "coordinates": [ -158.067045, 21.64655754 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64655754, "Longitude": -158.067045, "Species": "House Sparrow", "Count": 21, "Date": "2024-02-26" }, "geometry": { "type": "Point", "coordinates": [ -158.067045, 21.64655754 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64655754, "Longitude": -158.067045, "Species": "Java Sparrow", "Count": 8, "Date": "2023-04-15" }, "geometry": { "type": "Point", "coordinates": [ -158.067045, 21.64655754 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64655754, "Longitude": -158.067045, "Species": "Laysan Albatross", "Count": 3, "Date": "2023-04-15" }, "geometry": { "type": "Point", "coordinates": [ -158.067045, 21.64655754 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64655754, "Longitude": -158.067045, "Species": "Feral Mallard", "Count": 2, "Date": "2023-03-29" }, "geometry": { "type": "Point", "coordinates": [ -158.067045, 21.64655754 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64655754, "Longitude": -158.067045, "Species": "Masked Booby", "Count": 1, "Date": "2023-12-29" }, "geometry": { "type": "Point", "coordinates": [ -158.067045, 21.64655754 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64655754, "Longitude": -158.067045, "Species": "Northern Cardinal", "Count": 1, "Date": "2022-09-06" }, "geometry": { "type": "Point", "coordinates": [ -158.067045, 21.64655754 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64655754, "Longitude": -158.067045, "Species": "Pacific Golden-Plover", "Count": 2, "Date": "2024-01-22" }, "geometry": { "type": "Point", "coordinates": [ -158.067045, 21.64655754 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64655754, "Longitude": -158.067045, "Species": "Red Junglefowl", "Count": 12, "Date": "2023-12-21" }, "geometry": { "type": "Point", "coordinates": [ -158.067045, 21.64655754 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64655754, "Longitude": -158.067045, "Species": "Red-crested Cardinal", "Count": 18, "Date": "2024-01-18" }, "geometry": { "type": "Point", "coordinates": [ -158.067045, 21.64655754 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64655754, "Longitude": -158.067045, "Species": "Red-footed Booby", "Count": 1, "Date": "2022-04-02" }, "geometry": { "type": "Point", "coordinates": [ -158.067045, 21.64655754 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64655754, "Longitude": -158.067045, "Species": "Red-vented Bulbul", "Count": 9, "Date": "2024-02-26" }, "geometry": { "type": "Point", "coordinates": [ -158.067045, 21.64655754 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64655754, "Longitude": -158.067045, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2021-11-12" }, "geometry": { "type": "Point", "coordinates": [ -158.067045, 21.64655754 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64655754, "Longitude": -158.067045, "Species": "Rock Pigeon", "Count": 1, "Date": "2023-01-14" }, "geometry": { "type": "Point", "coordinates": [ -158.067045, 21.64655754 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64655754, "Longitude": -158.067045, "Species": "Saffron Finch", "Count": 18, "Date": "2023-08-05" }, "geometry": { "type": "Point", "coordinates": [ -158.067045, 21.64655754 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64655754, "Longitude": -158.067045, "Species": "Sanderling", "Count": 1, "Date": "2021-02-09" }, "geometry": { "type": "Point", "coordinates": [ -158.067045, 21.64655754 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64655754, "Longitude": -158.067045, "Species": "Spotted Dove", "Count": 15, "Date": "2024-02-26" }, "geometry": { "type": "Point", "coordinates": [ -158.067045, 21.64655754 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64655754, "Longitude": -158.067045, "Species": "Wandering Tattler", "Count": 6, "Date": "2024-01-18" }, "geometry": { "type": "Point", "coordinates": [ -158.067045, 21.64655754 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64655754, "Longitude": -158.067045, "Species": "Warbling White-eye", "Count": 5, "Date": "2022-11-20" }, "geometry": { "type": "Point", "coordinates": [ -158.067045, 21.64655754 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64655754, "Longitude": -158.067045, "Species": "Wedge-tailed Shearwater", "Count": 2, "Date": "2023-09-22" }, "geometry": { "type": "Point", "coordinates": [ -158.067045, 21.64655754 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64655754, "Longitude": -158.067045, "Species": "Western Cattle Egret", "Count": 6, "Date": "2023-02-08" }, "geometry": { "type": "Point", "coordinates": [ -158.067045, 21.64655754 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64655754, "Longitude": -158.067045, "Species": "Zebra Dove", "Count": 28, "Date": "2024-02-26" }, "geometry": { "type": "Point", "coordinates": [ -158.067045, 21.64655754 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6465037, "Longitude": -158.0573824, "Species": "Black Francolin", "Count": 2, "Date": "2023-03-28" }, "geometry": { "type": "Point", "coordinates": [ -158.0573824, 21.6465037 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6465037, "Longitude": -158.0573824, "Species": "Black-crowned Night Heron", "Count": 1, "Date": "2022-05-29" }, "geometry": { "type": "Point", "coordinates": [ -158.0573824, 21.6465037 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6465037, "Longitude": -158.0573824, "Species": "Brown Booby", "Count": 1, "Date": "2022-05-29" }, "geometry": { "type": "Point", "coordinates": [ -158.0573824, 21.6465037 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6465037, "Longitude": -158.0573824, "Species": "Chestnut Munia", "Count": 2, "Date": "2023-03-28" }, "geometry": { "type": "Point", "coordinates": [ -158.0573824, 21.6465037 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6465037, "Longitude": -158.0573824, "Species": "Common Gallinule", "Count": 1, "Date": "2019-12-12" }, "geometry": { "type": "Point", "coordinates": [ -158.0573824, 21.6465037 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6465037, "Longitude": -158.0573824, "Species": "Common Myna", "Count": 14, "Date": "2024-01-17" }, "geometry": { "type": "Point", "coordinates": [ -158.0573824, 21.6465037 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6465037, "Longitude": -158.0573824, "Species": "Common Waxbill", "Count": 5, "Date": "2023-03-28" }, "geometry": { "type": "Point", "coordinates": [ -158.0573824, 21.6465037 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6465037, "Longitude": -158.0573824, "Species": "House Finch", "Count": 6, "Date": "2024-01-17" }, "geometry": { "type": "Point", "coordinates": [ -158.0573824, 21.6465037 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6465037, "Longitude": -158.0573824, "Species": "House Sparrow", "Count": 5, "Date": "2024-01-17" }, "geometry": { "type": "Point", "coordinates": [ -158.0573824, 21.6465037 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6465037, "Longitude": -158.0573824, "Species": "Indian Peafowl", "Count": 1, "Date": "2019-12-12" }, "geometry": { "type": "Point", "coordinates": [ -158.0573824, 21.6465037 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6465037, "Longitude": -158.0573824, "Species": "Japanese Bush Warbler", "Count": 2, "Date": "2023-03-28" }, "geometry": { "type": "Point", "coordinates": [ -158.0573824, 21.6465037 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6465037, "Longitude": -158.0573824, "Species": "Java Sparrow", "Count": 3, "Date": "2023-03-28" }, "geometry": { "type": "Point", "coordinates": [ -158.0573824, 21.6465037 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6465037, "Longitude": -158.0573824, "Species": "Northern Cardinal", "Count": 5, "Date": "2023-03-28" }, "geometry": { "type": "Point", "coordinates": [ -158.0573824, 21.6465037 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6465037, "Longitude": -158.0573824, "Species": "Northern Mockingbird", "Count": 1, "Date": "2022-03-12" }, "geometry": { "type": "Point", "coordinates": [ -158.0573824, 21.6465037 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6465037, "Longitude": -158.0573824, "Species": "Pacific Golden-Plover", "Count": 5, "Date": "2024-01-17" }, "geometry": { "type": "Point", "coordinates": [ -158.0573824, 21.6465037 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6465037, "Longitude": -158.0573824, "Species": "Red Junglefowl", "Count": 5, "Date": "2024-01-17" }, "geometry": { "type": "Point", "coordinates": [ -158.0573824, 21.6465037 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6465037, "Longitude": -158.0573824, "Species": "Red-billed Leiothrix", "Count": 4, "Date": "2023-03-28" }, "geometry": { "type": "Point", "coordinates": [ -158.0573824, 21.6465037 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6465037, "Longitude": -158.0573824, "Species": "Red-crested Cardinal", "Count": 7, "Date": "2023-03-28" }, "geometry": { "type": "Point", "coordinates": [ -158.0573824, 21.6465037 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6465037, "Longitude": -158.0573824, "Species": "Red-vented Bulbul", "Count": 8, "Date": "2023-10-17" }, "geometry": { "type": "Point", "coordinates": [ -158.0573824, 21.6465037 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6465037, "Longitude": -158.0573824, "Species": "Red-whiskered Bulbul", "Count": 5, "Date": "2023-03-28" }, "geometry": { "type": "Point", "coordinates": [ -158.0573824, 21.6465037 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6465037, "Longitude": -158.0573824, "Species": "Rose-ringed Parakeet", "Count": 1, "Date": "2022-04-02" }, "geometry": { "type": "Point", "coordinates": [ -158.0573824, 21.6465037 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6465037, "Longitude": -158.0573824, "Species": "Ruddy Turnstone", "Count": 3, "Date": "2024-01-06" }, "geometry": { "type": "Point", "coordinates": [ -158.0573824, 21.6465037 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6465037, "Longitude": -158.0573824, "Species": "Saffron Finch", "Count": 7, "Date": "2024-01-17" }, "geometry": { "type": "Point", "coordinates": [ -158.0573824, 21.6465037 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6465037, "Longitude": -158.0573824, "Species": "Spotted Dove", "Count": 13, "Date": "2024-01-17" }, "geometry": { "type": "Point", "coordinates": [ -158.0573824, 21.6465037 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6465037, "Longitude": -158.0573824, "Species": "Wandering Tattler", "Count": 3, "Date": "2023-10-17" }, "geometry": { "type": "Point", "coordinates": [ -158.0573824, 21.6465037 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6465037, "Longitude": -158.0573824, "Species": "Warbling White-eye", "Count": 7, "Date": "2023-03-28" }, "geometry": { "type": "Point", "coordinates": [ -158.0573824, 21.6465037 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6465037, "Longitude": -158.0573824, "Species": "Western Cattle Egret", "Count": 2, "Date": "2022-04-02" }, "geometry": { "type": "Point", "coordinates": [ -158.0573824, 21.6465037 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6465037, "Longitude": -158.0573824, "Species": "White-rumped Shama", "Count": 4, "Date": "2023-03-28" }, "geometry": { "type": "Point", "coordinates": [ -158.0573824, 21.6465037 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6465037, "Longitude": -158.0573824, "Species": "Zebra Dove", "Count": 14, "Date": "2024-01-17" }, "geometry": { "type": "Point", "coordinates": [ -158.0573824, 21.6465037 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30127945, "Longitude": -157.7607606, "Species": "African Silverbill", "Count": 1, "Date": "2020-01-16" }, "geometry": { "type": "Point", "coordinates": [ -157.7607606, 21.30127945 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30127945, "Longitude": -157.7607606, "Species": "Chestnut Munia", "Count": 28, "Date": "2022-10-14" }, "geometry": { "type": "Point", "coordinates": [ -157.7607606, 21.30127945 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30127945, "Longitude": -157.7607606, "Species": "Common Myna", "Count": 106, "Date": "2024-02-21" }, "geometry": { "type": "Point", "coordinates": [ -157.7607606, 21.30127945 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30127945, "Longitude": -157.7607606, "Species": "Common Waxbill", "Count": 157, "Date": "2024-02-21" }, "geometry": { "type": "Point", "coordinates": [ -157.7607606, 21.30127945 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30127945, "Longitude": -157.7607606, "Species": "House Finch", "Count": 106, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7607606, 21.30127945 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30127945, "Longitude": -157.7607606, "Species": "House Sparrow", "Count": 2, "Date": "2021-12-11" }, "geometry": { "type": "Point", "coordinates": [ -157.7607606, 21.30127945 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30127945, "Longitude": -157.7607606, "Species": "Japanese Bush Warbler", "Count": 4, "Date": "2024-01-07" }, "geometry": { "type": "Point", "coordinates": [ -157.7607606, 21.30127945 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30127945, "Longitude": -157.7607606, "Species": "Java Sparrow", "Count": 14, "Date": "2020-11-07" }, "geometry": { "type": "Point", "coordinates": [ -157.7607606, 21.30127945 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30127945, "Longitude": -157.7607606, "Species": "Northern Cardinal", "Count": 97, "Date": "2024-02-11" }, "geometry": { "type": "Point", "coordinates": [ -157.7607606, 21.30127945 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30127945, "Longitude": -157.7607606, "Species": "Oahu Amakihi", "Count": 55, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7607606, 21.30127945 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30127945, "Longitude": -157.7607606, "Species": "Oahu Elepaio", "Count": 168, "Date": "2024-02-21" }, "geometry": { "type": "Point", "coordinates": [ -157.7607606, 21.30127945 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30127945, "Longitude": -157.7607606, "Species": "Pacific Golden-Plover", "Count": 1, "Date": "2020-01-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7607606, 21.30127945 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30127945, "Longitude": -157.7607606, "Species": "Red Avadavat", "Count": 2, "Date": "2020-01-25" }, "geometry": { "type": "Point", "coordinates": [ -157.7607606, 21.30127945 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30127945, "Longitude": -157.7607606, "Species": "Red Junglefowl", "Count": 1, "Date": "2024-01-07" }, "geometry": { "type": "Point", "coordinates": [ -157.7607606, 21.30127945 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30127945, "Longitude": -157.7607606, "Species": "Red-billed Leiothrix", "Count": 189, "Date": "2024-02-21" }, "geometry": { "type": "Point", "coordinates": [ -157.7607606, 21.30127945 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30127945, "Longitude": -157.7607606, "Species": "Red-crested Cardinal", "Count": 145, "Date": "2024-02-21" }, "geometry": { "type": "Point", "coordinates": [ -157.7607606, 21.30127945 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30127945, "Longitude": -157.7607606, "Species": "Red-masked Parakeet", "Count": 33, "Date": "2024-02-21" }, "geometry": { "type": "Point", "coordinates": [ -157.7607606, 21.30127945 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30127945, "Longitude": -157.7607606, "Species": "Red-vented Bulbul", "Count": 168, "Date": "2024-02-21" }, "geometry": { "type": "Point", "coordinates": [ -157.7607606, 21.30127945 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30127945, "Longitude": -157.7607606, "Species": "Red-whiskered Bulbul", "Count": 104, "Date": "2024-02-21" }, "geometry": { "type": "Point", "coordinates": [ -157.7607606, 21.30127945 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30127945, "Longitude": -157.7607606, "Species": "Rock Pigeon", "Count": 1, "Date": "2020-01-25" }, "geometry": { "type": "Point", "coordinates": [ -157.7607606, 21.30127945 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30127945, "Longitude": -157.7607606, "Species": "Rose-ringed Parakeet", "Count": 4, "Date": "2021-08-12" }, "geometry": { "type": "Point", "coordinates": [ -157.7607606, 21.30127945 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30127945, "Longitude": -157.7607606, "Species": "Scaly-breasted Munia", "Count": 27, "Date": "2020-11-25" }, "geometry": { "type": "Point", "coordinates": [ -157.7607606, 21.30127945 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30127945, "Longitude": -157.7607606, "Species": "Spotted Dove", "Count": 152, "Date": "2024-02-21" }, "geometry": { "type": "Point", "coordinates": [ -157.7607606, 21.30127945 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30127945, "Longitude": -157.7607606, "Species": "Warbling White-eye", "Count": 187, "Date": "2024-02-21" }, "geometry": { "type": "Point", "coordinates": [ -157.7607606, 21.30127945 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30127945, "Longitude": -157.7607606, "Species": "Western Cattle Egret", "Count": 12, "Date": "2024-02-21" }, "geometry": { "type": "Point", "coordinates": [ -157.7607606, 21.30127945 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30127945, "Longitude": -157.7607606, "Species": "White Tern", "Count": 31, "Date": "2024-02-21" }, "geometry": { "type": "Point", "coordinates": [ -157.7607606, 21.30127945 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30127945, "Longitude": -157.7607606, "Species": "White-rumped Shama", "Count": 192, "Date": "2024-02-21" }, "geometry": { "type": "Point", "coordinates": [ -157.7607606, 21.30127945 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30127945, "Longitude": -157.7607606, "Species": "White-tailed Tropicbird", "Count": 1, "Date": "2019-06-01" }, "geometry": { "type": "Point", "coordinates": [ -157.7607606, 21.30127945 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30127945, "Longitude": -157.7607606, "Species": "Zebra Dove", "Count": 156, "Date": "2024-02-21" }, "geometry": { "type": "Point", "coordinates": [ -157.7607606, 21.30127945 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31079658, "Longitude": -157.8281638, "Species": "Black-crowned Night Heron", "Count": 3, "Date": "2023-03-17" }, "geometry": { "type": "Point", "coordinates": [ -157.8281638, 21.31079658 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31079658, "Longitude": -157.8281638, "Species": "Chestnut Munia", "Count": 20, "Date": "2023-08-31" }, "geometry": { "type": "Point", "coordinates": [ -157.8281638, 21.31079658 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31079658, "Longitude": -157.8281638, "Species": "Common Myna", "Count": 107, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.8281638, 21.31079658 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31079658, "Longitude": -157.8281638, "Species": "Common Waxbill", "Count": 62, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.8281638, 21.31079658 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31079658, "Longitude": -157.8281638, "Species": "House Finch", "Count": 53, "Date": "2024-02-18" }, "geometry": { "type": "Point", "coordinates": [ -157.8281638, 21.31079658 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31079658, "Longitude": -157.8281638, "Species": "House Sparrow", "Count": 64, "Date": "2023-08-31" }, "geometry": { "type": "Point", "coordinates": [ -157.8281638, 21.31079658 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31079658, "Longitude": -157.8281638, "Species": "Java Sparrow", "Count": 111, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.8281638, 21.31079658 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31079658, "Longitude": -157.8281638, "Species": "Mourning Dove", "Count": 1, "Date": "2020-12-20" }, "geometry": { "type": "Point", "coordinates": [ -157.8281638, 21.31079658 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31079658, "Longitude": -157.8281638, "Species": "Northern Cardinal", "Count": 32, "Date": "2023-08-27" }, "geometry": { "type": "Point", "coordinates": [ -157.8281638, 21.31079658 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31079658, "Longitude": -157.8281638, "Species": "Pacific Golden-Plover", "Count": 21, "Date": "2023-02-02" }, "geometry": { "type": "Point", "coordinates": [ -157.8281638, 21.31079658 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31079658, "Longitude": -157.8281638, "Species": "Red Junglefowl", "Count": 60, "Date": "2023-10-14" }, "geometry": { "type": "Point", "coordinates": [ -157.8281638, 21.31079658 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31079658, "Longitude": -157.8281638, "Species": "Red-billed Leiothrix", "Count": 6, "Date": "2023-10-14" }, "geometry": { "type": "Point", "coordinates": [ -157.8281638, 21.31079658 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31079658, "Longitude": -157.8281638, "Species": "Red-crested Cardinal", "Count": 74, "Date": "2024-02-18" }, "geometry": { "type": "Point", "coordinates": [ -157.8281638, 21.31079658 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31079658, "Longitude": -157.8281638, "Species": "Red-masked Parakeet", "Count": 1, "Date": "2021-10-02" }, "geometry": { "type": "Point", "coordinates": [ -157.8281638, 21.31079658 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31079658, "Longitude": -157.8281638, "Species": "Red-vented Bulbul", "Count": 94, "Date": "2024-02-18" }, "geometry": { "type": "Point", "coordinates": [ -157.8281638, 21.31079658 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31079658, "Longitude": -157.8281638, "Species": "Red-whiskered Bulbul", "Count": 41, "Date": "2024-02-18" }, "geometry": { "type": "Point", "coordinates": [ -157.8281638, 21.31079658 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31079658, "Longitude": -157.8281638, "Species": "Rock Pigeon", "Count": 13, "Date": "2022-08-14" }, "geometry": { "type": "Point", "coordinates": [ -157.8281638, 21.31079658 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31079658, "Longitude": -157.8281638, "Species": "Rose-ringed Parakeet", "Count": 145, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.8281638, 21.31079658 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31079658, "Longitude": -157.8281638, "Species": "Saffron Finch", "Count": 33, "Date": "2023-08-31" }, "geometry": { "type": "Point", "coordinates": [ -157.8281638, 21.31079658 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31079658, "Longitude": -157.8281638, "Species": "Scaly-breasted Munia", "Count": 17, "Date": "2023-08-31" }, "geometry": { "type": "Point", "coordinates": [ -157.8281638, 21.31079658 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31079658, "Longitude": -157.8281638, "Species": "Sooty Shearwater", "Count": 1, "Date": "2022-10-26" }, "geometry": { "type": "Point", "coordinates": [ -157.8281638, 21.31079658 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31079658, "Longitude": -157.8281638, "Species": "Spotted Dove", "Count": 105, "Date": "2024-02-18" }, "geometry": { "type": "Point", "coordinates": [ -157.8281638, 21.31079658 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31079658, "Longitude": -157.8281638, "Species": "Warbling White-eye", "Count": 60, "Date": "2024-02-18" }, "geometry": { "type": "Point", "coordinates": [ -157.8281638, 21.31079658 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31079658, "Longitude": -157.8281638, "Species": "Wedge-tailed Shearwater", "Count": 1, "Date": "2022-10-26" }, "geometry": { "type": "Point", "coordinates": [ -157.8281638, 21.31079658 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31079658, "Longitude": -157.8281638, "Species": "Western Cattle Egret", "Count": 21, "Date": "2023-02-02" }, "geometry": { "type": "Point", "coordinates": [ -157.8281638, 21.31079658 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31079658, "Longitude": -157.8281638, "Species": "White Tern", "Count": 45, "Date": "2024-02-18" }, "geometry": { "type": "Point", "coordinates": [ -157.8281638, 21.31079658 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31079658, "Longitude": -157.8281638, "Species": "White-rumped Shama", "Count": 52, "Date": "2023-10-14" }, "geometry": { "type": "Point", "coordinates": [ -157.8281638, 21.31079658 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31079658, "Longitude": -157.8281638, "Species": "White-tailed Tropicbird", "Count": 1, "Date": "2021-09-18" }, "geometry": { "type": "Point", "coordinates": [ -157.8281638, 21.31079658 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31079658, "Longitude": -157.8281638, "Species": "Yellow-fronted Canary", "Count": 28, "Date": "2023-10-14" }, "geometry": { "type": "Point", "coordinates": [ -157.8281638, 21.31079658 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31079658, "Longitude": -157.8281638, "Species": "Zebra Dove", "Count": 150, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.8281638, 21.31079658 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31969438, "Longitude": -157.8088109, "Species": "Barn Owl", "Count": 1, "Date": "2019-01-02" }, "geometry": { "type": "Point", "coordinates": [ -157.8088109, 21.31969438 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31969438, "Longitude": -157.8088109, "Species": "Chestnut Munia", "Count": 15, "Date": "2023-05-13" }, "geometry": { "type": "Point", "coordinates": [ -157.8088109, 21.31969438 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31969438, "Longitude": -157.8088109, "Species": "Common Myna", "Count": 21, "Date": "2024-02-03" }, "geometry": { "type": "Point", "coordinates": [ -157.8088109, 21.31969438 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31969438, "Longitude": -157.8088109, "Species": "Common Waxbill", "Count": 8, "Date": "2021-09-28" }, "geometry": { "type": "Point", "coordinates": [ -157.8088109, 21.31969438 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31969438, "Longitude": -157.8088109, "Species": "Great Frigatebird", "Count": 1, "Date": "2020-09-21" }, "geometry": { "type": "Point", "coordinates": [ -157.8088109, 21.31969438 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31969438, "Longitude": -157.8088109, "Species": "House Finch", "Count": 15, "Date": "2024-01-01" }, "geometry": { "type": "Point", "coordinates": [ -157.8088109, 21.31969438 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31969438, "Longitude": -157.8088109, "Species": "House Sparrow", "Count": 9, "Date": "2023-08-18" }, "geometry": { "type": "Point", "coordinates": [ -157.8088109, 21.31969438 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31969438, "Longitude": -157.8088109, "Species": "Java Sparrow", "Count": 7, "Date": "2023-08-18" }, "geometry": { "type": "Point", "coordinates": [ -157.8088109, 21.31969438 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31969438, "Longitude": -157.8088109, "Species": "Feral Mallard", "Count": 5, "Date": "2020-06-28" }, "geometry": { "type": "Point", "coordinates": [ -157.8088109, 21.31969438 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31969438, "Longitude": -157.8088109, "Species": "Muscovy Duck", "Count": 1, "Date": "2020-04-26" }, "geometry": { "type": "Point", "coordinates": [ -157.8088109, 21.31969438 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31969438, "Longitude": -157.8088109, "Species": "Northern Cardinal", "Count": 11, "Date": "2024-01-01" }, "geometry": { "type": "Point", "coordinates": [ -157.8088109, 21.31969438 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31969438, "Longitude": -157.8088109, "Species": "Northern Mockingbird", "Count": 1, "Date": "2022-01-07" }, "geometry": { "type": "Point", "coordinates": [ -157.8088109, 21.31969438 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31969438, "Longitude": -157.8088109, "Species": "Oahu Amakihi", "Count": 8, "Date": "2024-01-01" }, "geometry": { "type": "Point", "coordinates": [ -157.8088109, 21.31969438 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31969438, "Longitude": -157.8088109, "Species": "Pacific Golden-Plover", "Count": 6, "Date": "2022-04-11" }, "geometry": { "type": "Point", "coordinates": [ -157.8088109, 21.31969438 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31969438, "Longitude": -157.8088109, "Species": "Red-billed Leiothrix", "Count": 12, "Date": "2024-01-01" }, "geometry": { "type": "Point", "coordinates": [ -157.8088109, 21.31969438 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31969438, "Longitude": -157.8088109, "Species": "Red-crested Cardinal", "Count": 17, "Date": "2024-01-01" }, "geometry": { "type": "Point", "coordinates": [ -157.8088109, 21.31969438 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31969438, "Longitude": -157.8088109, "Species": "Red-vented Bulbul", "Count": 23, "Date": "2024-02-03" }, "geometry": { "type": "Point", "coordinates": [ -157.8088109, 21.31969438 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31969438, "Longitude": -157.8088109, "Species": "Red-whiskered Bulbul", "Count": 19, "Date": "2024-01-01" }, "geometry": { "type": "Point", "coordinates": [ -157.8088109, 21.31969438 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31969438, "Longitude": -157.8088109, "Species": "Rock Pigeon", "Count": 3, "Date": "2022-07-31" }, "geometry": { "type": "Point", "coordinates": [ -157.8088109, 21.31969438 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31969438, "Longitude": -157.8088109, "Species": "Rose-ringed Parakeet", "Count": 23, "Date": "2024-02-03" }, "geometry": { "type": "Point", "coordinates": [ -157.8088109, 21.31969438 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31969438, "Longitude": -157.8088109, "Species": "Saffron Finch", "Count": 1, "Date": "2020-03-14" }, "geometry": { "type": "Point", "coordinates": [ -157.8088109, 21.31969438 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31969438, "Longitude": -157.8088109, "Species": "Spotted Dove", "Count": 21, "Date": "2024-01-01" }, "geometry": { "type": "Point", "coordinates": [ -157.8088109, 21.31969438 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31969438, "Longitude": -157.8088109, "Species": "Wandering Tattler", "Count": 1, "Date": "2020-04-26" }, "geometry": { "type": "Point", "coordinates": [ -157.8088109, 21.31969438 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31969438, "Longitude": -157.8088109, "Species": "Warbling White-eye", "Count": 21, "Date": "2024-01-01" }, "geometry": { "type": "Point", "coordinates": [ -157.8088109, 21.31969438 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31969438, "Longitude": -157.8088109, "Species": "Western Cattle Egret", "Count": 5, "Date": "2020-06-28" }, "geometry": { "type": "Point", "coordinates": [ -157.8088109, 21.31969438 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31969438, "Longitude": -157.8088109, "Species": "White Tern", "Count": 13, "Date": "2024-01-01" }, "geometry": { "type": "Point", "coordinates": [ -157.8088109, 21.31969438 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31969438, "Longitude": -157.8088109, "Species": "White-rumped Shama", "Count": 15, "Date": "2024-01-01" }, "geometry": { "type": "Point", "coordinates": [ -157.8088109, 21.31969438 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31969438, "Longitude": -157.8088109, "Species": "White-tailed Tropicbird", "Count": 4, "Date": "2023-05-13" }, "geometry": { "type": "Point", "coordinates": [ -157.8088109, 21.31969438 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31969438, "Longitude": -157.8088109, "Species": "Yellow-fronted Canary", "Count": 4, "Date": "2022-04-11" }, "geometry": { "type": "Point", "coordinates": [ -157.8088109, 21.31969438 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31969438, "Longitude": -157.8088109, "Species": "Zebra Dove", "Count": 23, "Date": "2024-02-03" }, "geometry": { "type": "Point", "coordinates": [ -157.8088109, 21.31969438 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32938372, "Longitude": -157.9051504, "Species": "Black-crowned Night Heron", "Count": 2, "Date": "2022-02-08" }, "geometry": { "type": "Point", "coordinates": [ -157.9051504, 21.32938372 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32938372, "Longitude": -157.9051504, "Species": "Chestnut Munia", "Count": 10, "Date": "2023-09-02" }, "geometry": { "type": "Point", "coordinates": [ -157.9051504, 21.32938372 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32938372, "Longitude": -157.9051504, "Species": "Common Myna", "Count": 34, "Date": "2024-01-10" }, "geometry": { "type": "Point", "coordinates": [ -157.9051504, 21.32938372 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32938372, "Longitude": -157.9051504, "Species": "Common Waxbill", "Count": 11, "Date": "2024-01-10" }, "geometry": { "type": "Point", "coordinates": [ -157.9051504, 21.32938372 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32938372, "Longitude": -157.9051504, "Species": "Eurasian Skylark", "Count": 16, "Date": "2022-01-05" }, "geometry": { "type": "Point", "coordinates": [ -157.9051504, 21.32938372 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32938372, "Longitude": -157.9051504, "Species": "House Finch", "Count": 20, "Date": "2024-01-10" }, "geometry": { "type": "Point", "coordinates": [ -157.9051504, 21.32938372 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32938372, "Longitude": -157.9051504, "Species": "House Sparrow", "Count": 30, "Date": "2024-02-12" }, "geometry": { "type": "Point", "coordinates": [ -157.9051504, 21.32938372 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32938372, "Longitude": -157.9051504, "Species": "Java Sparrow", "Count": 1, "Date": "2022-04-11" }, "geometry": { "type": "Point", "coordinates": [ -157.9051504, 21.32938372 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32938372, "Longitude": -157.9051504, "Species": "Feral Mallard", "Count": 2, "Date": "2022-12-05" }, "geometry": { "type": "Point", "coordinates": [ -157.9051504, 21.32938372 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32938372, "Longitude": -157.9051504, "Species": "Northern Cardinal", "Count": 1, "Date": "2021-05-03" }, "geometry": { "type": "Point", "coordinates": [ -157.9051504, 21.32938372 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32938372, "Longitude": -157.9051504, "Species": "Northern Mockingbird", "Count": 2, "Date": "2021-04-20" }, "geometry": { "type": "Point", "coordinates": [ -157.9051504, 21.32938372 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32938372, "Longitude": -157.9051504, "Species": "Pacific Golden-Plover", "Count": 31, "Date": "2024-01-10" }, "geometry": { "type": "Point", "coordinates": [ -157.9051504, 21.32938372 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32938372, "Longitude": -157.9051504, "Species": "Red Avadavat", "Count": 1, "Date": "2023-05-21" }, "geometry": { "type": "Point", "coordinates": [ -157.9051504, 21.32938372 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32938372, "Longitude": -157.9051504, "Species": "Red Junglefowl", "Count": 5, "Date": "2023-09-02" }, "geometry": { "type": "Point", "coordinates": [ -157.9051504, 21.32938372 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32938372, "Longitude": -157.9051504, "Species": "Red-crested Cardinal", "Count": 16, "Date": "2024-02-12" }, "geometry": { "type": "Point", "coordinates": [ -157.9051504, 21.32938372 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32938372, "Longitude": -157.9051504, "Species": "Red-vented Bulbul", "Count": 24, "Date": "2024-01-10" }, "geometry": { "type": "Point", "coordinates": [ -157.9051504, 21.32938372 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32938372, "Longitude": -157.9051504, "Species": "Red-whiskered Bulbul", "Count": 2, "Date": "2023-09-02" }, "geometry": { "type": "Point", "coordinates": [ -157.9051504, 21.32938372 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32938372, "Longitude": -157.9051504, "Species": "Rock Pigeon", "Count": 2, "Date": "2023-09-02" }, "geometry": { "type": "Point", "coordinates": [ -157.9051504, 21.32938372 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32938372, "Longitude": -157.9051504, "Species": "Rose-ringed Parakeet", "Count": 2, "Date": "2023-03-08" }, "geometry": { "type": "Point", "coordinates": [ -157.9051504, 21.32938372 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32938372, "Longitude": -157.9051504, "Species": "Ruddy Turnstone", "Count": 4, "Date": "2023-09-02" }, "geometry": { "type": "Point", "coordinates": [ -157.9051504, 21.32938372 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32938372, "Longitude": -157.9051504, "Species": "Saffron Finch", "Count": 12, "Date": "2024-01-10" }, "geometry": { "type": "Point", "coordinates": [ -157.9051504, 21.32938372 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32938372, "Longitude": -157.9051504, "Species": "Scaly-breasted Munia", "Count": 3, "Date": "2023-09-01" }, "geometry": { "type": "Point", "coordinates": [ -157.9051504, 21.32938372 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32938372, "Longitude": -157.9051504, "Species": "Spotted Dove", "Count": 23, "Date": "2024-01-10" }, "geometry": { "type": "Point", "coordinates": [ -157.9051504, 21.32938372 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32938372, "Longitude": -157.9051504, "Species": "Wandering Tattler", "Count": 1, "Date": "2023-03-08" }, "geometry": { "type": "Point", "coordinates": [ -157.9051504, 21.32938372 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32938372, "Longitude": -157.9051504, "Species": "Warbling White-eye", "Count": 6, "Date": "2024-01-10" }, "geometry": { "type": "Point", "coordinates": [ -157.9051504, 21.32938372 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32938372, "Longitude": -157.9051504, "Species": "Western Cattle Egret", "Count": 31, "Date": "2024-02-12" }, "geometry": { "type": "Point", "coordinates": [ -157.9051504, 21.32938372 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32938372, "Longitude": -157.9051504, "Species": "White Tern", "Count": 1, "Date": "2019-04-09" }, "geometry": { "type": "Point", "coordinates": [ -157.9051504, 21.32938372 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32938372, "Longitude": -157.9051504, "Species": "Yellow-fronted Canary", "Count": 12, "Date": "2024-01-10" }, "geometry": { "type": "Point", "coordinates": [ -157.9051504, 21.32938372 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32938372, "Longitude": -157.9051504, "Species": "Zebra Dove", "Count": 31, "Date": "2024-01-10" }, "geometry": { "type": "Point", "coordinates": [ -157.9051504, 21.32938372 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32879576, "Longitude": -157.8183791, "Species": "Apapane", "Count": 12, "Date": "2023-12-30" }, "geometry": { "type": "Point", "coordinates": [ -157.818379099999987, 21.32879576 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32879576, "Longitude": -157.8183791, "Species": "Chestnut Munia", "Count": 2, "Date": "2023-09-04" }, "geometry": { "type": "Point", "coordinates": [ -157.818379099999987, 21.32879576 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32879576, "Longitude": -157.8183791, "Species": "Common Myna", "Count": 23, "Date": "2023-12-25" }, "geometry": { "type": "Point", "coordinates": [ -157.818379099999987, 21.32879576 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32879576, "Longitude": -157.8183791, "Species": "Common Waxbill", "Count": 39, "Date": "2023-12-30" }, "geometry": { "type": "Point", "coordinates": [ -157.818379099999987, 21.32879576 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32879576, "Longitude": -157.8183791, "Species": "Hawaiian Coot", "Count": 1, "Date": "2022-12-09" }, "geometry": { "type": "Point", "coordinates": [ -157.818379099999987, 21.32879576 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32879576, "Longitude": -157.8183791, "Species": "House Finch", "Count": 43, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.818379099999987, 21.32879576 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32879576, "Longitude": -157.8183791, "Species": "House Sparrow", "Count": 1, "Date": "2019-01-21" }, "geometry": { "type": "Point", "coordinates": [ -157.818379099999987, 21.32879576 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32879576, "Longitude": -157.8183791, "Species": "Java Sparrow", "Count": 7, "Date": "2022-12-09" }, "geometry": { "type": "Point", "coordinates": [ -157.818379099999987, 21.32879576 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32879576, "Longitude": -157.8183791, "Species": "Northern Cardinal", "Count": 39, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.818379099999987, 21.32879576 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32879576, "Longitude": -157.8183791, "Species": "Oahu Amakihi", "Count": 88, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.818379099999987, 21.32879576 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32879576, "Longitude": -157.8183791, "Species": "Pacific Golden-Plover", "Count": 4, "Date": "2023-12-25" }, "geometry": { "type": "Point", "coordinates": [ -157.818379099999987, 21.32879576 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32879576, "Longitude": -157.8183791, "Species": "Red Junglefowl", "Count": 13, "Date": "2023-12-30" }, "geometry": { "type": "Point", "coordinates": [ -157.818379099999987, 21.32879576 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32879576, "Longitude": -157.8183791, "Species": "Red-billed Leiothrix", "Count": 74, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.818379099999987, 21.32879576 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32879576, "Longitude": -157.8183791, "Species": "Red-crested Cardinal", "Count": 42, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.818379099999987, 21.32879576 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32879576, "Longitude": -157.8183791, "Species": "Red-masked Parakeet", "Count": 1, "Date": "2022-03-09" }, "geometry": { "type": "Point", "coordinates": [ -157.818379099999987, 21.32879576 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32879576, "Longitude": -157.8183791, "Species": "Red-vented Bulbul", "Count": 93, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.818379099999987, 21.32879576 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32879576, "Longitude": -157.8183791, "Species": "Red-whiskered Bulbul", "Count": 81, "Date": "2023-12-30" }, "geometry": { "type": "Point", "coordinates": [ -157.818379099999987, 21.32879576 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32879576, "Longitude": -157.8183791, "Species": "Rock Pigeon", "Count": 4, "Date": "2022-06-26" }, "geometry": { "type": "Point", "coordinates": [ -157.818379099999987, 21.32879576 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32879576, "Longitude": -157.8183791, "Species": "Rose-ringed Parakeet", "Count": 75, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.818379099999987, 21.32879576 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32879576, "Longitude": -157.8183791, "Species": "Saffron Finch", "Count": 1, "Date": "2022-12-09" }, "geometry": { "type": "Point", "coordinates": [ -157.818379099999987, 21.32879576 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32879576, "Longitude": -157.8183791, "Species": "Scaly-breasted Munia", "Count": 1, "Date": "2021-10-15" }, "geometry": { "type": "Point", "coordinates": [ -157.818379099999987, 21.32879576 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32879576, "Longitude": -157.8183791, "Species": "Spotted Dove", "Count": 42, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.818379099999987, 21.32879576 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32879576, "Longitude": -157.8183791, "Species": "Warbling White-eye", "Count": 95, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.818379099999987, 21.32879576 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32879576, "Longitude": -157.8183791, "Species": "Western Cattle Egret", "Count": 2, "Date": "2022-12-09" }, "geometry": { "type": "Point", "coordinates": [ -157.818379099999987, 21.32879576 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32879576, "Longitude": -157.8183791, "Species": "White Tern", "Count": 12, "Date": "2022-08-22" }, "geometry": { "type": "Point", "coordinates": [ -157.818379099999987, 21.32879576 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32879576, "Longitude": -157.8183791, "Species": "White-rumped Shama", "Count": 80, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.818379099999987, 21.32879576 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32879576, "Longitude": -157.8183791, "Species": "White-tailed Tropicbird", "Count": 1, "Date": "2022-05-14" }, "geometry": { "type": "Point", "coordinates": [ -157.818379099999987, 21.32879576 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32879576, "Longitude": -157.8183791, "Species": "Yellow-fronted Canary", "Count": 19, "Date": "2022-12-09" }, "geometry": { "type": "Point", "coordinates": [ -157.818379099999987, 21.32879576 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32879576, "Longitude": -157.8183791, "Species": "Zebra Dove", "Count": 41, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.818379099999987, 21.32879576 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32786672, "Longitude": -157.6930492, "Species": "Black-necked Stilt", "Count": 6, "Date": "2020-01-29" }, "geometry": { "type": "Point", "coordinates": [ -157.6930492, 21.32786672 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32786672, "Longitude": -157.6930492, "Species": "Brown Booby", "Count": 2, "Date": "2021-10-08" }, "geometry": { "type": "Point", "coordinates": [ -157.6930492, 21.32786672 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32786672, "Longitude": -157.6930492, "Species": "Chestnut Munia", "Count": 153, "Date": "2024-01-11" }, "geometry": { "type": "Point", "coordinates": [ -157.6930492, 21.32786672 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32786672, "Longitude": -157.6930492, "Species": "Common Myna", "Count": 156, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.6930492, 21.32786672 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32786672, "Longitude": -157.6930492, "Species": "Common Waxbill", "Count": 53, "Date": "2024-02-11" }, "geometry": { "type": "Point", "coordinates": [ -157.6930492, 21.32786672 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32786672, "Longitude": -157.6930492, "Species": "Great Frigatebird", "Count": 8, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.6930492, 21.32786672 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32786672, "Longitude": -157.6930492, "Species": "House Finch", "Count": 22, "Date": "2023-12-11" }, "geometry": { "type": "Point", "coordinates": [ -157.6930492, 21.32786672 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32786672, "Longitude": -157.6930492, "Species": "House Sparrow", "Count": 19, "Date": "2023-12-11" }, "geometry": { "type": "Point", "coordinates": [ -157.6930492, 21.32786672 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32786672, "Longitude": -157.6930492, "Species": "Indian Peafowl", "Count": 1, "Date": "2024-01-04" }, "geometry": { "type": "Point", "coordinates": [ -157.6930492, 21.32786672 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32786672, "Longitude": -157.6930492, "Species": "Java Sparrow", "Count": 46, "Date": "2024-01-11" }, "geometry": { "type": "Point", "coordinates": [ -157.6930492, 21.32786672 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32786672, "Longitude": -157.6930492, "Species": "Feral Mallard", "Count": 1, "Date": "2022-02-04" }, "geometry": { "type": "Point", "coordinates": [ -157.6930492, 21.32786672 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32786672, "Longitude": -157.6930492, "Species": "Masked Booby", "Count": 5, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.6930492, 21.32786672 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32786672, "Longitude": -157.6930492, "Species": "Pacific Golden-Plover", "Count": 119, "Date": "2024-01-11" }, "geometry": { "type": "Point", "coordinates": [ -157.6930492, 21.32786672 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32786672, "Longitude": -157.6930492, "Species": "Red Avadavat", "Count": 3, "Date": "2023-12-11" }, "geometry": { "type": "Point", "coordinates": [ -157.6930492, 21.32786672 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32786672, "Longitude": -157.6930492, "Species": "Red Junglefowl", "Count": 10, "Date": "2024-01-03" }, "geometry": { "type": "Point", "coordinates": [ -157.6930492, 21.32786672 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32786672, "Longitude": -157.6930492, "Species": "Red-crested Cardinal", "Count": 63, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.6930492, 21.32786672 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32786672, "Longitude": -157.6930492, "Species": "Red-footed Booby", "Count": 3, "Date": "2022-03-19" }, "geometry": { "type": "Point", "coordinates": [ -157.6930492, 21.32786672 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32786672, "Longitude": -157.6930492, "Species": "Red-vented Bulbul", "Count": 17, "Date": "2023-12-11" }, "geometry": { "type": "Point", "coordinates": [ -157.6930492, 21.32786672 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32786672, "Longitude": -157.6930492, "Species": "Red-whiskered Bulbul", "Count": 2, "Date": "2022-02-04" }, "geometry": { "type": "Point", "coordinates": [ -157.6930492, 21.32786672 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32786672, "Longitude": -157.6930492, "Species": "Rock Pigeon", "Count": 65, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.6930492, 21.32786672 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32786672, "Longitude": -157.6930492, "Species": "Saffron Finch", "Count": 8, "Date": "2024-01-11" }, "geometry": { "type": "Point", "coordinates": [ -157.6930492, 21.32786672 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32786672, "Longitude": -157.6930492, "Species": "Scaly-breasted Munia", "Count": 27, "Date": "2023-10-18" }, "geometry": { "type": "Point", "coordinates": [ -157.6930492, 21.32786672 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32786672, "Longitude": -157.6930492, "Species": "Sooty Tern", "Count": 4, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.6930492, 21.32786672 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32786672, "Longitude": -157.6930492, "Species": "Spotted Dove", "Count": 41, "Date": "2024-01-03" }, "geometry": { "type": "Point", "coordinates": [ -157.6930492, 21.32786672 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32786672, "Longitude": -157.6930492, "Species": "Wandering Tattler", "Count": 5, "Date": "2023-12-11" }, "geometry": { "type": "Point", "coordinates": [ -157.6930492, 21.32786672 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32786672, "Longitude": -157.6930492, "Species": "Warbling White-eye", "Count": 1, "Date": "2023-12-11" }, "geometry": { "type": "Point", "coordinates": [ -157.6930492, 21.32786672 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32786672, "Longitude": -157.6930492, "Species": "Western Cattle Egret", "Count": 67, "Date": "2024-01-11" }, "geometry": { "type": "Point", "coordinates": [ -157.6930492, 21.32786672 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32786672, "Longitude": -157.6930492, "Species": "Yellow-fronted Canary", "Count": 1, "Date": "2021-09-12" }, "geometry": { "type": "Point", "coordinates": [ -157.6930492, 21.32786672 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32786672, "Longitude": -157.6930492, "Species": "Zebra Dove", "Count": 123, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.6930492, 21.32786672 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33854275, "Longitude": -157.9243678, "Species": "Black-crowned Night Heron", "Count": 5, "Date": "2024-02-16" }, "geometry": { "type": "Point", "coordinates": [ -157.9243678, 21.33854275 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33854275, "Longitude": -157.9243678, "Species": "Black-necked Stilt", "Count": 1, "Date": "2024-02-16" }, "geometry": { "type": "Point", "coordinates": [ -157.9243678, 21.33854275 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33854275, "Longitude": -157.9243678, "Species": "Chestnut Munia", "Count": 2, "Date": "2023-08-15" }, "geometry": { "type": "Point", "coordinates": [ -157.9243678, 21.33854275 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33854275, "Longitude": -157.9243678, "Species": "Common Myna", "Count": 32, "Date": "2024-02-18" }, "geometry": { "type": "Point", "coordinates": [ -157.9243678, 21.33854275 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33854275, "Longitude": -157.9243678, "Species": "Common Waxbill", "Count": 6, "Date": "2024-02-16" }, "geometry": { "type": "Point", "coordinates": [ -157.9243678, 21.33854275 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33854275, "Longitude": -157.9243678, "Species": "Eurasian Skylark", "Count": 1, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.9243678, 21.33854275 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33854275, "Longitude": -157.9243678, "Species": "House Finch", "Count": 3, "Date": "2024-01-14" }, "geometry": { "type": "Point", "coordinates": [ -157.9243678, 21.33854275 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33854275, "Longitude": -157.9243678, "Species": "House Sparrow", "Count": 23, "Date": "2024-02-18" }, "geometry": { "type": "Point", "coordinates": [ -157.9243678, 21.33854275 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33854275, "Longitude": -157.9243678, "Species": "Java Sparrow", "Count": 3, "Date": "2024-02-16" }, "geometry": { "type": "Point", "coordinates": [ -157.9243678, 21.33854275 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33854275, "Longitude": -157.9243678, "Species": "Feral Mallard", "Count": 8, "Date": "2024-02-16" }, "geometry": { "type": "Point", "coordinates": [ -157.9243678, 21.33854275 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33854275, "Longitude": -157.9243678, "Species": "Northern Cardinal", "Count": 1, "Date": "2023-10-05" }, "geometry": { "type": "Point", "coordinates": [ -157.9243678, 21.33854275 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33854275, "Longitude": -157.9243678, "Species": "Pacific Golden-Plover", "Count": 14, "Date": "2023-10-25" }, "geometry": { "type": "Point", "coordinates": [ -157.9243678, 21.33854275 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33854275, "Longitude": -157.9243678, "Species": "Red-crested Cardinal", "Count": 4, "Date": "2024-02-16" }, "geometry": { "type": "Point", "coordinates": [ -157.9243678, 21.33854275 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33854275, "Longitude": -157.9243678, "Species": "Red-masked Parakeet", "Count": 1, "Date": "2024-01-14" }, "geometry": { "type": "Point", "coordinates": [ -157.9243678, 21.33854275 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33854275, "Longitude": -157.9243678, "Species": "Red-vented Bulbul", "Count": 11, "Date": "2023-11-25" }, "geometry": { "type": "Point", "coordinates": [ -157.9243678, 21.33854275 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33854275, "Longitude": -157.9243678, "Species": "Red-whiskered Bulbul", "Count": 3, "Date": "2023-10-25" }, "geometry": { "type": "Point", "coordinates": [ -157.9243678, 21.33854275 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33854275, "Longitude": -157.9243678, "Species": "Rock Pigeon", "Count": 4, "Date": "2024-01-14" }, "geometry": { "type": "Point", "coordinates": [ -157.9243678, 21.33854275 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33854275, "Longitude": -157.9243678, "Species": "Rose-ringed Parakeet", "Count": 4, "Date": "2021-01-27" }, "geometry": { "type": "Point", "coordinates": [ -157.9243678, 21.33854275 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33854275, "Longitude": -157.9243678, "Species": "Saffron Finch", "Count": 2, "Date": "2022-02-22" }, "geometry": { "type": "Point", "coordinates": [ -157.9243678, 21.33854275 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33854275, "Longitude": -157.9243678, "Species": "Spotted Dove", "Count": 25, "Date": "2024-02-18" }, "geometry": { "type": "Point", "coordinates": [ -157.9243678, 21.33854275 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33854275, "Longitude": -157.9243678, "Species": "Warbling White-eye", "Count": 5, "Date": "2023-10-25" }, "geometry": { "type": "Point", "coordinates": [ -157.9243678, 21.33854275 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33854275, "Longitude": -157.9243678, "Species": "Western Cattle Egret", "Count": 18, "Date": "2024-02-16" }, "geometry": { "type": "Point", "coordinates": [ -157.9243678, 21.33854275 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33854275, "Longitude": -157.9243678, "Species": "White Tern", "Count": 3, "Date": "2019-08-06" }, "geometry": { "type": "Point", "coordinates": [ -157.9243678, 21.33854275 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33854275, "Longitude": -157.9243678, "Species": "White-rumped Shama", "Count": 2, "Date": "2023-08-15" }, "geometry": { "type": "Point", "coordinates": [ -157.9243678, 21.33854275 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33854275, "Longitude": -157.9243678, "Species": "White-tailed Tropicbird", "Count": 1, "Date": "2023-08-25" }, "geometry": { "type": "Point", "coordinates": [ -157.9243678, 21.33854275 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33854275, "Longitude": -157.9243678, "Species": "Yellow-fronted Canary", "Count": 2, "Date": "2024-02-16" }, "geometry": { "type": "Point", "coordinates": [ -157.9243678, 21.33854275 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33854275, "Longitude": -157.9243678, "Species": "Zebra Dove", "Count": 24, "Date": "2024-02-18" }, "geometry": { "type": "Point", "coordinates": [ -157.9243678, 21.33854275 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33689944, "Longitude": -157.6929689, "Species": "Brown Booby", "Count": 1, "Date": "2021-09-23" }, "geometry": { "type": "Point", "coordinates": [ -157.692968900000011, 21.33689944 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33689944, "Longitude": -157.6929689, "Species": "Chestnut Munia", "Count": 2, "Date": "2022-08-15" }, "geometry": { "type": "Point", "coordinates": [ -157.692968900000011, 21.33689944 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33689944, "Longitude": -157.6929689, "Species": "Common Myna", "Count": 8, "Date": "2022-08-25" }, "geometry": { "type": "Point", "coordinates": [ -157.692968900000011, 21.33689944 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33689944, "Longitude": -157.6929689, "Species": "Common Waxbill", "Count": 4, "Date": "2022-08-25" }, "geometry": { "type": "Point", "coordinates": [ -157.692968900000011, 21.33689944 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33689944, "Longitude": -157.6929689, "Species": "Great Frigatebird", "Count": 4, "Date": "2023-06-11" }, "geometry": { "type": "Point", "coordinates": [ -157.692968900000011, 21.33689944 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33689944, "Longitude": -157.6929689, "Species": "House Finch", "Count": 1, "Date": "2020-04-26" }, "geometry": { "type": "Point", "coordinates": [ -157.692968900000011, 21.33689944 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33689944, "Longitude": -157.6929689, "Species": "House Sparrow", "Count": 4, "Date": "2023-02-05" }, "geometry": { "type": "Point", "coordinates": [ -157.692968900000011, 21.33689944 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33689944, "Longitude": -157.6929689, "Species": "Java Sparrow", "Count": 2, "Date": "2022-06-25" }, "geometry": { "type": "Point", "coordinates": [ -157.692968900000011, 21.33689944 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33689944, "Longitude": -157.6929689, "Species": "Feral Mallard", "Count": 1, "Date": "2022-05-02" }, "geometry": { "type": "Point", "coordinates": [ -157.692968900000011, 21.33689944 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33689944, "Longitude": -157.6929689, "Species": "Masked Booby", "Count": 1, "Date": "2023-02-05" }, "geometry": { "type": "Point", "coordinates": [ -157.692968900000011, 21.33689944 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33689944, "Longitude": -157.6929689, "Species": "Northern Cardinal", "Count": 1, "Date": "2022-06-25" }, "geometry": { "type": "Point", "coordinates": [ -157.692968900000011, 21.33689944 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33689944, "Longitude": -157.6929689, "Species": "Pacific Golden-Plover", "Count": 4, "Date": "2023-02-05" }, "geometry": { "type": "Point", "coordinates": [ -157.692968900000011, 21.33689944 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33689944, "Longitude": -157.6929689, "Species": "Red Junglefowl", "Count": 1, "Date": "2020-04-26" }, "geometry": { "type": "Point", "coordinates": [ -157.692968900000011, 21.33689944 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33689944, "Longitude": -157.6929689, "Species": "Red-crested Cardinal", "Count": 6, "Date": "2023-02-13" }, "geometry": { "type": "Point", "coordinates": [ -157.692968900000011, 21.33689944 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33689944, "Longitude": -157.6929689, "Species": "Red-footed Booby", "Count": 1, "Date": "2023-06-11" }, "geometry": { "type": "Point", "coordinates": [ -157.692968900000011, 21.33689944 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33689944, "Longitude": -157.6929689, "Species": "Red-tailed Tropicbird", "Count": 1, "Date": "2022-03-09" }, "geometry": { "type": "Point", "coordinates": [ -157.692968900000011, 21.33689944 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33689944, "Longitude": -157.6929689, "Species": "Red-vented Bulbul", "Count": 4, "Date": "2022-08-25" }, "geometry": { "type": "Point", "coordinates": [ -157.692968900000011, 21.33689944 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33689944, "Longitude": -157.6929689, "Species": "Red-whiskered Bulbul", "Count": 3, "Date": "2022-08-25" }, "geometry": { "type": "Point", "coordinates": [ -157.692968900000011, 21.33689944 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33689944, "Longitude": -157.6929689, "Species": "Rock Pigeon", "Count": 4, "Date": "2022-08-25" }, "geometry": { "type": "Point", "coordinates": [ -157.692968900000011, 21.33689944 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33689944, "Longitude": -157.6929689, "Species": "Saffron Finch", "Count": 1, "Date": "2022-07-08" }, "geometry": { "type": "Point", "coordinates": [ -157.692968900000011, 21.33689944 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33689944, "Longitude": -157.6929689, "Species": "Sooty Tern", "Count": 1, "Date": "2023-02-05" }, "geometry": { "type": "Point", "coordinates": [ -157.692968900000011, 21.33689944 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33689944, "Longitude": -157.6929689, "Species": "Spotted Dove", "Count": 5, "Date": "2022-08-25" }, "geometry": { "type": "Point", "coordinates": [ -157.692968900000011, 21.33689944 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33689944, "Longitude": -157.6929689, "Species": "Wandering Tattler", "Count": 2, "Date": "2022-08-25" }, "geometry": { "type": "Point", "coordinates": [ -157.692968900000011, 21.33689944 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33689944, "Longitude": -157.6929689, "Species": "Warbling White-eye", "Count": 2, "Date": "2022-07-08" }, "geometry": { "type": "Point", "coordinates": [ -157.692968900000011, 21.33689944 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33689944, "Longitude": -157.6929689, "Species": "Wedge-tailed Shearwater", "Count": 1, "Date": "2023-02-05" }, "geometry": { "type": "Point", "coordinates": [ -157.692968900000011, 21.33689944 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33689944, "Longitude": -157.6929689, "Species": "Western Cattle Egret", "Count": 4, "Date": "2022-08-25" }, "geometry": { "type": "Point", "coordinates": [ -157.692968900000011, 21.33689944 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33689944, "Longitude": -157.6929689, "Species": "White Tern", "Count": 1, "Date": "2022-08-15" }, "geometry": { "type": "Point", "coordinates": [ -157.692968900000011, 21.33689944 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33689944, "Longitude": -157.6929689, "Species": "White-rumped Shama", "Count": 1, "Date": "2020-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.692968900000011, 21.33689944 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33689944, "Longitude": -157.6929689, "Species": "White-tailed Tropicbird", "Count": 1, "Date": "2022-03-09" }, "geometry": { "type": "Point", "coordinates": [ -157.692968900000011, 21.33689944 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33689944, "Longitude": -157.6929689, "Species": "Zebra Dove", "Count": 7, "Date": "2022-08-25" }, "geometry": { "type": "Point", "coordinates": [ -157.692968900000011, 21.33689944 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34816629, "Longitude": -158.0207307, "Species": "African Silverbill", "Count": 5, "Date": "2024-01-04" }, "geometry": { "type": "Point", "coordinates": [ -158.0207307, 21.34816629 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34816629, "Longitude": -158.0207307, "Species": "Black-crowned Night Heron", "Count": 1, "Date": "2021-10-13" }, "geometry": { "type": "Point", "coordinates": [ -158.0207307, 21.34816629 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34816629, "Longitude": -158.0207307, "Species": "Black-necked Stilt", "Count": 3, "Date": "2024-02-04" }, "geometry": { "type": "Point", "coordinates": [ -158.0207307, 21.34816629 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34816629, "Longitude": -158.0207307, "Species": "Chestnut Munia", "Count": 4, "Date": "2024-02-02" }, "geometry": { "type": "Point", "coordinates": [ -158.0207307, 21.34816629 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34816629, "Longitude": -158.0207307, "Species": "Common Gallinule", "Count": 2, "Date": "2023-05-29" }, "geometry": { "type": "Point", "coordinates": [ -158.0207307, 21.34816629 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34816629, "Longitude": -158.0207307, "Species": "Common Myna", "Count": 19, "Date": "2024-02-04" }, "geometry": { "type": "Point", "coordinates": [ -158.0207307, 21.34816629 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34816629, "Longitude": -158.0207307, "Species": "Common Waxbill", "Count": 18, "Date": "2024-02-04" }, "geometry": { "type": "Point", "coordinates": [ -158.0207307, 21.34816629 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34816629, "Longitude": -158.0207307, "Species": "Gray Francolin", "Count": 7, "Date": "2024-02-02" }, "geometry": { "type": "Point", "coordinates": [ -158.0207307, 21.34816629 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34816629, "Longitude": -158.0207307, "Species": "Hawaiian Coot", "Count": 2, "Date": "2023-05-29" }, "geometry": { "type": "Point", "coordinates": [ -158.0207307, 21.34816629 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34816629, "Longitude": -158.0207307, "Species": "House Finch", "Count": 7, "Date": "2024-02-02" }, "geometry": { "type": "Point", "coordinates": [ -158.0207307, 21.34816629 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34816629, "Longitude": -158.0207307, "Species": "House Sparrow", "Count": 1, "Date": "2022-11-26" }, "geometry": { "type": "Point", "coordinates": [ -158.0207307, 21.34816629 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34816629, "Longitude": -158.0207307, "Species": "Java Sparrow", "Count": 8, "Date": "2024-02-04" }, "geometry": { "type": "Point", "coordinates": [ -158.0207307, 21.34816629 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34816629, "Longitude": -158.0207307, "Species": "Feral Mallard", "Count": 1, "Date": "2021-10-13" }, "geometry": { "type": "Point", "coordinates": [ -158.0207307, 21.34816629 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34816629, "Longitude": -158.0207307, "Species": "Northern Cardinal", "Count": 12, "Date": "2024-01-01" }, "geometry": { "type": "Point", "coordinates": [ -158.0207307, 21.34816629 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34816629, "Longitude": -158.0207307, "Species": "Pacific Golden-Plover", "Count": 6, "Date": "2024-02-04" }, "geometry": { "type": "Point", "coordinates": [ -158.0207307, 21.34816629 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34816629, "Longitude": -158.0207307, "Species": "Red Avadavat", "Count": 3, "Date": "2024-02-02" }, "geometry": { "type": "Point", "coordinates": [ -158.0207307, 21.34816629 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34816629, "Longitude": -158.0207307, "Species": "Red Junglefowl", "Count": 3, "Date": "2024-02-04" }, "geometry": { "type": "Point", "coordinates": [ -158.0207307, 21.34816629 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34816629, "Longitude": -158.0207307, "Species": "Red-crested Cardinal", "Count": 15, "Date": "2024-02-04" }, "geometry": { "type": "Point", "coordinates": [ -158.0207307, 21.34816629 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34816629, "Longitude": -158.0207307, "Species": "Red-vented Bulbul", "Count": 21, "Date": "2024-02-04" }, "geometry": { "type": "Point", "coordinates": [ -158.0207307, 21.34816629 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34816629, "Longitude": -158.0207307, "Species": "Red-whiskered Bulbul", "Count": 8, "Date": "2024-02-02" }, "geometry": { "type": "Point", "coordinates": [ -158.0207307, 21.34816629 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34816629, "Longitude": -158.0207307, "Species": "Rock Pigeon", "Count": 2, "Date": "2022-11-26" }, "geometry": { "type": "Point", "coordinates": [ -158.0207307, 21.34816629 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34816629, "Longitude": -158.0207307, "Species": "Rose-ringed Parakeet", "Count": 2, "Date": "2024-01-01" }, "geometry": { "type": "Point", "coordinates": [ -158.0207307, 21.34816629 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34816629, "Longitude": -158.0207307, "Species": "Saffron Finch", "Count": 12, "Date": "2024-02-04" }, "geometry": { "type": "Point", "coordinates": [ -158.0207307, 21.34816629 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34816629, "Longitude": -158.0207307, "Species": "Scaly-breasted Munia", "Count": 1, "Date": "2019-03-22" }, "geometry": { "type": "Point", "coordinates": [ -158.0207307, 21.34816629 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34816629, "Longitude": -158.0207307, "Species": "Spotted Dove", "Count": 19, "Date": "2024-02-04" }, "geometry": { "type": "Point", "coordinates": [ -158.0207307, 21.34816629 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34816629, "Longitude": -158.0207307, "Species": "Warbling White-eye", "Count": 13, "Date": "2024-02-04" }, "geometry": { "type": "Point", "coordinates": [ -158.0207307, 21.34816629 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34816629, "Longitude": -158.0207307, "Species": "Western Cattle Egret", "Count": 11, "Date": "2024-02-04" }, "geometry": { "type": "Point", "coordinates": [ -158.0207307, 21.34816629 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34816629, "Longitude": -158.0207307, "Species": "White-rumped Shama", "Count": 12, "Date": "2024-02-04" }, "geometry": { "type": "Point", "coordinates": [ -158.0207307, 21.34816629 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34816629, "Longitude": -158.0207307, "Species": "Yellow-fronted Canary", "Count": 4, "Date": "2024-02-04" }, "geometry": { "type": "Point", "coordinates": [ -158.0207307, 21.34816629 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34816629, "Longitude": -158.0207307, "Species": "Zebra Dove", "Count": 21, "Date": "2024-02-04" }, "geometry": { "type": "Point", "coordinates": [ -158.0207307, 21.34816629 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37480106, "Longitude": -157.9433932, "Species": "Black-crowned Night Heron", "Count": 22, "Date": "2022-11-09" }, "geometry": { "type": "Point", "coordinates": [ -157.9433932, 21.37480106 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37480106, "Longitude": -157.9433932, "Species": "Black-necked Stilt", "Count": 23, "Date": "2023-01-20" }, "geometry": { "type": "Point", "coordinates": [ -157.9433932, 21.37480106 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37480106, "Longitude": -157.9433932, "Species": "Chestnut Munia", "Count": 8, "Date": "2022-08-20" }, "geometry": { "type": "Point", "coordinates": [ -157.9433932, 21.37480106 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37480106, "Longitude": -157.9433932, "Species": "Common Myna", "Count": 21, "Date": "2022-08-20" }, "geometry": { "type": "Point", "coordinates": [ -157.9433932, 21.37480106 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37480106, "Longitude": -157.9433932, "Species": "Common Waxbill", "Count": 12, "Date": "2022-04-17" }, "geometry": { "type": "Point", "coordinates": [ -157.9433932, 21.37480106 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37480106, "Longitude": -157.9433932, "Species": "House Finch", "Count": 8, "Date": "2022-08-20" }, "geometry": { "type": "Point", "coordinates": [ -157.9433932, 21.37480106 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37480106, "Longitude": -157.9433932, "Species": "House Sparrow", "Count": 4, "Date": "2022-08-20" }, "geometry": { "type": "Point", "coordinates": [ -157.9433932, 21.37480106 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37480106, "Longitude": -157.9433932, "Species": "Java Sparrow", "Count": 9, "Date": "2023-01-20" }, "geometry": { "type": "Point", "coordinates": [ -157.9433932, 21.37480106 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37480106, "Longitude": -157.9433932, "Species": "Feral Mallard", "Count": 4, "Date": "2022-04-16" }, "geometry": { "type": "Point", "coordinates": [ -157.9433932, 21.37480106 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37480106, "Longitude": -157.9433932, "Species": "Northern Cardinal", "Count": 2, "Date": "2022-04-15" }, "geometry": { "type": "Point", "coordinates": [ -157.9433932, 21.37480106 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37480106, "Longitude": -157.9433932, "Species": "Pacific Golden-Plover", "Count": 23, "Date": "2023-01-20" }, "geometry": { "type": "Point", "coordinates": [ -157.9433932, 21.37480106 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37480106, "Longitude": -157.9433932, "Species": "Red Junglefowl", "Count": 2, "Date": "2021-12-25" }, "geometry": { "type": "Point", "coordinates": [ -157.9433932, 21.37480106 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37480106, "Longitude": -157.9433932, "Species": "Red-crested Cardinal", "Count": 16, "Date": "2022-08-20" }, "geometry": { "type": "Point", "coordinates": [ -157.9433932, 21.37480106 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37480106, "Longitude": -157.9433932, "Species": "Red-vented Bulbul", "Count": 22, "Date": "2022-11-09" }, "geometry": { "type": "Point", "coordinates": [ -157.9433932, 21.37480106 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37480106, "Longitude": -157.9433932, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2022-04-13" }, "geometry": { "type": "Point", "coordinates": [ -157.9433932, 21.37480106 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37480106, "Longitude": -157.9433932, "Species": "Rock Pigeon", "Count": 2, "Date": "2022-04-09" }, "geometry": { "type": "Point", "coordinates": [ -157.9433932, 21.37480106 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37480106, "Longitude": -157.9433932, "Species": "Rose-ringed Parakeet", "Count": 19, "Date": "2023-01-20" }, "geometry": { "type": "Point", "coordinates": [ -157.9433932, 21.37480106 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37480106, "Longitude": -157.9433932, "Species": "Ruddy Turnstone", "Count": 17, "Date": "2023-01-20" }, "geometry": { "type": "Point", "coordinates": [ -157.9433932, 21.37480106 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37480106, "Longitude": -157.9433932, "Species": "Saffron Finch", "Count": 2, "Date": "2020-03-05" }, "geometry": { "type": "Point", "coordinates": [ -157.9433932, 21.37480106 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37480106, "Longitude": -157.9433932, "Species": "Spotted Dove", "Count": 24, "Date": "2022-11-09" }, "geometry": { "type": "Point", "coordinates": [ -157.9433932, 21.37480106 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37480106, "Longitude": -157.9433932, "Species": "Spotted Sandpiper", "Count": 14, "Date": "2022-04-18" }, "geometry": { "type": "Point", "coordinates": [ -157.9433932, 21.37480106 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37480106, "Longitude": -157.9433932, "Species": "Wandering Tattler", "Count": 20, "Date": "2023-01-20" }, "geometry": { "type": "Point", "coordinates": [ -157.9433932, 21.37480106 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37480106, "Longitude": -157.9433932, "Species": "Warbling White-eye", "Count": 11, "Date": "2022-04-18" }, "geometry": { "type": "Point", "coordinates": [ -157.9433932, 21.37480106 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37480106, "Longitude": -157.9433932, "Species": "Western Cattle Egret", "Count": 13, "Date": "2023-01-20" }, "geometry": { "type": "Point", "coordinates": [ -157.9433932, 21.37480106 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37480106, "Longitude": -157.9433932, "Species": "White Tern", "Count": 5, "Date": "2022-04-09" }, "geometry": { "type": "Point", "coordinates": [ -157.9433932, 21.37480106 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37480106, "Longitude": -157.9433932, "Species": "White-rumped Shama", "Count": 3, "Date": "2022-04-14" }, "geometry": { "type": "Point", "coordinates": [ -157.9433932, 21.37480106 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37480106, "Longitude": -157.9433932, "Species": "Yellow-fronted Canary", "Count": 6, "Date": "2022-07-31" }, "geometry": { "type": "Point", "coordinates": [ -157.9433932, 21.37480106 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37480106, "Longitude": -157.9433932, "Species": "Zebra Dove", "Count": 21, "Date": "2022-11-09" }, "geometry": { "type": "Point", "coordinates": [ -157.9433932, 21.37480106 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38424498, "Longitude": -158.0108447, "Species": "Black-crowned Night Heron", "Count": 3, "Date": "2021-10-13" }, "geometry": { "type": "Point", "coordinates": [ -158.0108447, 21.38424498 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38424498, "Longitude": -158.0108447, "Species": "Black-necked Stilt", "Count": 7, "Date": "2021-09-21" }, "geometry": { "type": "Point", "coordinates": [ -158.0108447, 21.38424498 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38424498, "Longitude": -158.0108447, "Species": "Chestnut Munia", "Count": 2, "Date": "2021-07-13" }, "geometry": { "type": "Point", "coordinates": [ -158.0108447, 21.38424498 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38424498, "Longitude": -158.0108447, "Species": "Common Gallinule", "Count": 1, "Date": "2021-08-17" }, "geometry": { "type": "Point", "coordinates": [ -158.0108447, 21.38424498 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38424498, "Longitude": -158.0108447, "Species": "Common Myna", "Count": 14, "Date": "2023-09-07" }, "geometry": { "type": "Point", "coordinates": [ -158.0108447, 21.38424498 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38424498, "Longitude": -158.0108447, "Species": "Common Waxbill", "Count": 8, "Date": "2021-09-21" }, "geometry": { "type": "Point", "coordinates": [ -158.0108447, 21.38424498 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38424498, "Longitude": -158.0108447, "Species": "Hawaiian Coot", "Count": 1, "Date": "2021-08-17" }, "geometry": { "type": "Point", "coordinates": [ -158.0108447, 21.38424498 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38424498, "Longitude": -158.0108447, "Species": "House Finch", "Count": 5, "Date": "2022-01-24" }, "geometry": { "type": "Point", "coordinates": [ -158.0108447, 21.38424498 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38424498, "Longitude": -158.0108447, "Species": "House Sparrow", "Count": 2, "Date": "2023-09-07" }, "geometry": { "type": "Point", "coordinates": [ -158.0108447, 21.38424498 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38424498, "Longitude": -158.0108447, "Species": "Java Sparrow", "Count": 2, "Date": "2023-09-07" }, "geometry": { "type": "Point", "coordinates": [ -158.0108447, 21.38424498 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38424498, "Longitude": -158.0108447, "Species": "Feral Mallard", "Count": 11, "Date": "2022-01-13" }, "geometry": { "type": "Point", "coordinates": [ -158.0108447, 21.38424498 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38424498, "Longitude": -158.0108447, "Species": "Pacific Golden-Plover", "Count": 10, "Date": "2023-09-07" }, "geometry": { "type": "Point", "coordinates": [ -158.0108447, 21.38424498 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38424498, "Longitude": -158.0108447, "Species": "Red Junglefowl", "Count": 1, "Date": "2019-03-07" }, "geometry": { "type": "Point", "coordinates": [ -158.0108447, 21.38424498 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38424498, "Longitude": -158.0108447, "Species": "Red-crested Cardinal", "Count": 5, "Date": "2023-09-07" }, "geometry": { "type": "Point", "coordinates": [ -158.0108447, 21.38424498 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38424498, "Longitude": -158.0108447, "Species": "Red-vented Bulbul", "Count": 12, "Date": "2023-09-07" }, "geometry": { "type": "Point", "coordinates": [ -158.0108447, 21.38424498 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38424498, "Longitude": -158.0108447, "Species": "Red-whiskered Bulbul", "Count": 2, "Date": "2021-08-17" }, "geometry": { "type": "Point", "coordinates": [ -158.0108447, 21.38424498 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38424498, "Longitude": -158.0108447, "Species": "Rock Pigeon", "Count": 8, "Date": "2023-09-07" }, "geometry": { "type": "Point", "coordinates": [ -158.0108447, 21.38424498 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38424498, "Longitude": -158.0108447, "Species": "Rose-ringed Parakeet", "Count": 8, "Date": "2023-09-07" }, "geometry": { "type": "Point", "coordinates": [ -158.0108447, 21.38424498 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38424498, "Longitude": -158.0108447, "Species": "Ruddy Turnstone", "Count": 1, "Date": "2021-08-17" }, "geometry": { "type": "Point", "coordinates": [ -158.0108447, 21.38424498 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38424498, "Longitude": -158.0108447, "Species": "Saffron Finch", "Count": 9, "Date": "2022-01-24" }, "geometry": { "type": "Point", "coordinates": [ -158.0108447, 21.38424498 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38424498, "Longitude": -158.0108447, "Species": "Scaly-breasted Munia", "Count": 1, "Date": "2019-03-07" }, "geometry": { "type": "Point", "coordinates": [ -158.0108447, 21.38424498 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38424498, "Longitude": -158.0108447, "Species": "Spotted Dove", "Count": 10, "Date": "2023-09-07" }, "geometry": { "type": "Point", "coordinates": [ -158.0108447, 21.38424498 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38424498, "Longitude": -158.0108447, "Species": "Wandering Tattler", "Count": 1, "Date": "2021-08-17" }, "geometry": { "type": "Point", "coordinates": [ -158.0108447, 21.38424498 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38424498, "Longitude": -158.0108447, "Species": "Warbling White-eye", "Count": 8, "Date": "2022-01-24" }, "geometry": { "type": "Point", "coordinates": [ -158.0108447, 21.38424498 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38424498, "Longitude": -158.0108447, "Species": "Western Cattle Egret", "Count": 11, "Date": "2023-09-07" }, "geometry": { "type": "Point", "coordinates": [ -158.0108447, 21.38424498 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38424498, "Longitude": -158.0108447, "Species": "White-rumped Shama", "Count": 1, "Date": "2021-09-21" }, "geometry": { "type": "Point", "coordinates": [ -158.0108447, 21.38424498 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38424498, "Longitude": -158.0108447, "Species": "Yellow-fronted Canary", "Count": 1, "Date": "2021-09-08" }, "geometry": { "type": "Point", "coordinates": [ -158.0108447, 21.38424498 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38424498, "Longitude": -158.0108447, "Species": "Zebra Dove", "Count": 13, "Date": "2023-09-07" }, "geometry": { "type": "Point", "coordinates": [ -158.0108447, 21.38424498 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38383402, "Longitude": -157.9433282, "Species": "Black Francolin", "Count": 2, "Date": "2019-04-09" }, "geometry": { "type": "Point", "coordinates": [ -157.9433282, 21.38383402 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38383402, "Longitude": -157.9433282, "Species": "Black-crowned Night Heron", "Count": 49, "Date": "2023-07-31" }, "geometry": { "type": "Point", "coordinates": [ -157.9433282, 21.38383402 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38383402, "Longitude": -157.9433282, "Species": "Black-necked Stilt", "Count": 76, "Date": "2024-02-27" }, "geometry": { "type": "Point", "coordinates": [ -157.9433282, 21.38383402 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38383402, "Longitude": -157.9433282, "Species": "Common Gallinule", "Count": 53, "Date": "2024-01-30" }, "geometry": { "type": "Point", "coordinates": [ -157.9433282, 21.38383402 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38383402, "Longitude": -157.9433282, "Species": "Common Myna", "Count": 91, "Date": "2024-02-27" }, "geometry": { "type": "Point", "coordinates": [ -157.9433282, 21.38383402 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38383402, "Longitude": -157.9433282, "Species": "Common Waxbill", "Count": 29, "Date": "2024-01-15" }, "geometry": { "type": "Point", "coordinates": [ -157.9433282, 21.38383402 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38383402, "Longitude": -157.9433282, "Species": "Hawaiian Coot", "Count": 3, "Date": "2020-10-12" }, "geometry": { "type": "Point", "coordinates": [ -157.9433282, 21.38383402 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38383402, "Longitude": -157.9433282, "Species": "House Finch", "Count": 12, "Date": "2023-07-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9433282, 21.38383402 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38383402, "Longitude": -157.9433282, "Species": "House Sparrow", "Count": 32, "Date": "2023-07-31" }, "geometry": { "type": "Point", "coordinates": [ -157.9433282, 21.38383402 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38383402, "Longitude": -157.9433282, "Species": "Feral Mallard", "Count": 63, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.9433282, 21.38383402 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38383402, "Longitude": -157.9433282, "Species": "Muscovy Duck", "Count": 3, "Date": "2024-01-28" }, "geometry": { "type": "Point", "coordinates": [ -157.9433282, 21.38383402 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38383402, "Longitude": -157.9433282, "Species": "Pacific Golden-Plover", "Count": 65, "Date": "2024-02-27" }, "geometry": { "type": "Point", "coordinates": [ -157.9433282, 21.38383402 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38383402, "Longitude": -157.9433282, "Species": "Red Junglefowl", "Count": 3, "Date": "2024-01-28" }, "geometry": { "type": "Point", "coordinates": [ -157.9433282, 21.38383402 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38383402, "Longitude": -157.9433282, "Species": "Red-crested Cardinal", "Count": 35, "Date": "2024-02-27" }, "geometry": { "type": "Point", "coordinates": [ -157.9433282, 21.38383402 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38383402, "Longitude": -157.9433282, "Species": "Red-vented Bulbul", "Count": 20, "Date": "2023-05-13" }, "geometry": { "type": "Point", "coordinates": [ -157.9433282, 21.38383402 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38383402, "Longitude": -157.9433282, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2021-07-22" }, "geometry": { "type": "Point", "coordinates": [ -157.9433282, 21.38383402 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38383402, "Longitude": -157.9433282, "Species": "Rock Pigeon", "Count": 8, "Date": "2024-01-28" }, "geometry": { "type": "Point", "coordinates": [ -157.9433282, 21.38383402 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38383402, "Longitude": -157.9433282, "Species": "Rose-ringed Parakeet", "Count": 19, "Date": "2024-02-27" }, "geometry": { "type": "Point", "coordinates": [ -157.9433282, 21.38383402 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38383402, "Longitude": -157.9433282, "Species": "Ruddy Turnstone", "Count": 78, "Date": "2024-02-27" }, "geometry": { "type": "Point", "coordinates": [ -157.9433282, 21.38383402 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38383402, "Longitude": -157.9433282, "Species": "Saffron Finch", "Count": 5, "Date": "2022-05-14" }, "geometry": { "type": "Point", "coordinates": [ -157.9433282, 21.38383402 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38383402, "Longitude": -157.9433282, "Species": "Scaly-breasted Munia", "Count": 2, "Date": "2019-01-15" }, "geometry": { "type": "Point", "coordinates": [ -157.9433282, 21.38383402 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38383402, "Longitude": -157.9433282, "Species": "Spotted Dove", "Count": 63, "Date": "2024-02-27" }, "geometry": { "type": "Point", "coordinates": [ -157.9433282, 21.38383402 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38383402, "Longitude": -157.9433282, "Species": "Wandering Tattler", "Count": 51, "Date": "2024-02-27" }, "geometry": { "type": "Point", "coordinates": [ -157.9433282, 21.38383402 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38383402, "Longitude": -157.9433282, "Species": "Warbling White-eye", "Count": 19, "Date": "2023-03-24" }, "geometry": { "type": "Point", "coordinates": [ -157.9433282, 21.38383402 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38383402, "Longitude": -157.9433282, "Species": "Western Cattle Egret", "Count": 97, "Date": "2024-02-27" }, "geometry": { "type": "Point", "coordinates": [ -157.9433282, 21.38383402 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38383402, "Longitude": -157.9433282, "Species": "White Tern", "Count": 1, "Date": "2019-01-07" }, "geometry": { "type": "Point", "coordinates": [ -157.9433282, 21.38383402 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38383402, "Longitude": -157.9433282, "Species": "Yellow-fronted Canary", "Count": 7, "Date": "2023-05-13" }, "geometry": { "type": "Point", "coordinates": [ -157.9433282, 21.38383402 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38383402, "Longitude": -157.9433282, "Species": "Zebra Dove", "Count": 35, "Date": "2024-01-28" }, "geometry": { "type": "Point", "coordinates": [ -157.9433282, 21.38383402 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38221306, "Longitude": -157.7118556, "Species": "Black-crowned Night Heron", "Count": 2, "Date": "2024-02-04" }, "geometry": { "type": "Point", "coordinates": [ -157.7118556, 21.38221306 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38221306, "Longitude": -157.7118556, "Species": "Black-necked Stilt", "Count": 1, "Date": "2021-10-28" }, "geometry": { "type": "Point", "coordinates": [ -157.7118556, 21.38221306 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38221306, "Longitude": -157.7118556, "Species": "Common Myna", "Count": 24, "Date": "2024-02-04" }, "geometry": { "type": "Point", "coordinates": [ -157.7118556, 21.38221306 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38221306, "Longitude": -157.7118556, "Species": "Common Waxbill", "Count": 14, "Date": "2023-11-15" }, "geometry": { "type": "Point", "coordinates": [ -157.7118556, 21.38221306 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38221306, "Longitude": -157.7118556, "Species": "Gray Francolin", "Count": 2, "Date": "2022-01-21" }, "geometry": { "type": "Point", "coordinates": [ -157.7118556, 21.38221306 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38221306, "Longitude": -157.7118556, "Species": "Great Frigatebird", "Count": 11, "Date": "2023-12-29" }, "geometry": { "type": "Point", "coordinates": [ -157.7118556, 21.38221306 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38221306, "Longitude": -157.7118556, "Species": "House Finch", "Count": 12, "Date": "2024-02-04" }, "geometry": { "type": "Point", "coordinates": [ -157.7118556, 21.38221306 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38221306, "Longitude": -157.7118556, "Species": "House Sparrow", "Count": 4, "Date": "2024-02-04" }, "geometry": { "type": "Point", "coordinates": [ -157.7118556, 21.38221306 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38221306, "Longitude": -157.7118556, "Species": "Indian Peafowl", "Count": 3, "Date": "2022-01-21" }, "geometry": { "type": "Point", "coordinates": [ -157.7118556, 21.38221306 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38221306, "Longitude": -157.7118556, "Species": "Japanese Bush Warbler", "Count": 3, "Date": "2022-01-21" }, "geometry": { "type": "Point", "coordinates": [ -157.7118556, 21.38221306 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38221306, "Longitude": -157.7118556, "Species": "Java Sparrow", "Count": 16, "Date": "2024-02-04" }, "geometry": { "type": "Point", "coordinates": [ -157.7118556, 21.38221306 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38221306, "Longitude": -157.7118556, "Species": "Northern Cardinal", "Count": 8, "Date": "2024-02-04" }, "geometry": { "type": "Point", "coordinates": [ -157.7118556, 21.38221306 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38221306, "Longitude": -157.7118556, "Species": "Pacific Golden-Plover", "Count": 9, "Date": "2024-02-04" }, "geometry": { "type": "Point", "coordinates": [ -157.7118556, 21.38221306 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38221306, "Longitude": -157.7118556, "Species": "Red Junglefowl", "Count": 3, "Date": "2023-12-29" }, "geometry": { "type": "Point", "coordinates": [ -157.7118556, 21.38221306 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38221306, "Longitude": -157.7118556, "Species": "Red-crested Cardinal", "Count": 19, "Date": "2024-02-04" }, "geometry": { "type": "Point", "coordinates": [ -157.7118556, 21.38221306 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38221306, "Longitude": -157.7118556, "Species": "Red-footed Booby", "Count": 8, "Date": "2024-01-03" }, "geometry": { "type": "Point", "coordinates": [ -157.7118556, 21.38221306 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38221306, "Longitude": -157.7118556, "Species": "Red-vented Bulbul", "Count": 28, "Date": "2024-02-04" }, "geometry": { "type": "Point", "coordinates": [ -157.7118556, 21.38221306 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38221306, "Longitude": -157.7118556, "Species": "Red-whiskered Bulbul", "Count": 15, "Date": "2024-01-02" }, "geometry": { "type": "Point", "coordinates": [ -157.7118556, 21.38221306 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38221306, "Longitude": -157.7118556, "Species": "Rock Pigeon", "Count": 11, "Date": "2024-02-04" }, "geometry": { "type": "Point", "coordinates": [ -157.7118556, 21.38221306 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38221306, "Longitude": -157.7118556, "Species": "Saffron Finch", "Count": 1, "Date": "2023-03-13" }, "geometry": { "type": "Point", "coordinates": [ -157.7118556, 21.38221306 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38221306, "Longitude": -157.7118556, "Species": "Scaly-breasted Munia", "Count": 2, "Date": "2020-02-01" }, "geometry": { "type": "Point", "coordinates": [ -157.7118556, 21.38221306 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38221306, "Longitude": -157.7118556, "Species": "Sooty Tern", "Count": 1, "Date": "2019-03-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7118556, 21.38221306 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38221306, "Longitude": -157.7118556, "Species": "Spotted Dove", "Count": 29, "Date": "2024-01-03" }, "geometry": { "type": "Point", "coordinates": [ -157.7118556, 21.38221306 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38221306, "Longitude": -157.7118556, "Species": "Warbling White-eye", "Count": 12, "Date": "2023-12-29" }, "geometry": { "type": "Point", "coordinates": [ -157.7118556, 21.38221306 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38221306, "Longitude": -157.7118556, "Species": "Wedge-tailed Shearwater", "Count": 1, "Date": "2019-03-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7118556, 21.38221306 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38221306, "Longitude": -157.7118556, "Species": "Western Cattle Egret", "Count": 16, "Date": "2024-02-04" }, "geometry": { "type": "Point", "coordinates": [ -157.7118556, 21.38221306 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38221306, "Longitude": -157.7118556, "Species": "White-rumped Shama", "Count": 9, "Date": "2023-11-07" }, "geometry": { "type": "Point", "coordinates": [ -157.7118556, 21.38221306 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38221306, "Longitude": -157.7118556, "Species": "White-tailed Tropicbird", "Count": 1, "Date": "2021-08-08" }, "geometry": { "type": "Point", "coordinates": [ -157.7118556, 21.38221306 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38221306, "Longitude": -157.7118556, "Species": "Yellow-fronted Canary", "Count": 1, "Date": "2019-08-01" }, "geometry": { "type": "Point", "coordinates": [ -157.7118556, 21.38221306 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38221306, "Longitude": -157.7118556, "Species": "Zebra Dove", "Count": 27, "Date": "2024-02-04" }, "geometry": { "type": "Point", "coordinates": [ -157.7118556, 21.38221306 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39139372, "Longitude": -157.7310659, "Species": "African Silverbill", "Count": 2, "Date": "2019-12-30" }, "geometry": { "type": "Point", "coordinates": [ -157.7310659, 21.39139372 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39139372, "Longitude": -157.7310659, "Species": "Barn Owl", "Count": 1, "Date": "2019-04-22" }, "geometry": { "type": "Point", "coordinates": [ -157.7310659, 21.39139372 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39139372, "Longitude": -157.7310659, "Species": "Black-crowned Night Heron", "Count": 4, "Date": "2023-07-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7310659, 21.39139372 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39139372, "Longitude": -157.7310659, "Species": "Black-necked Stilt", "Count": 3, "Date": "2021-02-14" }, "geometry": { "type": "Point", "coordinates": [ -157.7310659, 21.39139372 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39139372, "Longitude": -157.7310659, "Species": "Common Gallinule", "Count": 2, "Date": "2023-07-16" }, "geometry": { "type": "Point", "coordinates": [ -157.7310659, 21.39139372 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39139372, "Longitude": -157.7310659, "Species": "Common Myna", "Count": 28, "Date": "2023-07-16" }, "geometry": { "type": "Point", "coordinates": [ -157.7310659, 21.39139372 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39139372, "Longitude": -157.7310659, "Species": "Common Waxbill", "Count": 6, "Date": "2020-09-13" }, "geometry": { "type": "Point", "coordinates": [ -157.7310659, 21.39139372 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39139372, "Longitude": -157.7310659, "Species": "Great Frigatebird", "Count": 2, "Date": "2022-11-09" }, "geometry": { "type": "Point", "coordinates": [ -157.7310659, 21.39139372 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39139372, "Longitude": -157.7310659, "Species": "Hawaiian Coot", "Count": 2, "Date": "2022-02-10" }, "geometry": { "type": "Point", "coordinates": [ -157.7310659, 21.39139372 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39139372, "Longitude": -157.7310659, "Species": "House Finch", "Count": 13, "Date": "2023-04-04" }, "geometry": { "type": "Point", "coordinates": [ -157.7310659, 21.39139372 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39139372, "Longitude": -157.7310659, "Species": "House Sparrow", "Count": 4, "Date": "2023-04-04" }, "geometry": { "type": "Point", "coordinates": [ -157.7310659, 21.39139372 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39139372, "Longitude": -157.7310659, "Species": "Java Sparrow", "Count": 17, "Date": "2023-07-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7310659, 21.39139372 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39139372, "Longitude": -157.7310659, "Species": "Feral Mallard", "Count": 3, "Date": "2023-08-03" }, "geometry": { "type": "Point", "coordinates": [ -157.7310659, 21.39139372 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39139372, "Longitude": -157.7310659, "Species": "Northern Cardinal", "Count": 9, "Date": "2023-07-16" }, "geometry": { "type": "Point", "coordinates": [ -157.7310659, 21.39139372 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39139372, "Longitude": -157.7310659, "Species": "Pacific Golden-Plover", "Count": 6, "Date": "2022-10-23" }, "geometry": { "type": "Point", "coordinates": [ -157.7310659, 21.39139372 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39139372, "Longitude": -157.7310659, "Species": "Red Junglefowl", "Count": 1, "Date": "2022-07-12" }, "geometry": { "type": "Point", "coordinates": [ -157.7310659, 21.39139372 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39139372, "Longitude": -157.7310659, "Species": "Red-crested Cardinal", "Count": 26, "Date": "2023-07-16" }, "geometry": { "type": "Point", "coordinates": [ -157.7310659, 21.39139372 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39139372, "Longitude": -157.7310659, "Species": "Red-vented Bulbul", "Count": 22, "Date": "2023-07-16" }, "geometry": { "type": "Point", "coordinates": [ -157.7310659, 21.39139372 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39139372, "Longitude": -157.7310659, "Species": "Red-whiskered Bulbul", "Count": 15, "Date": "2023-04-04" }, "geometry": { "type": "Point", "coordinates": [ -157.7310659, 21.39139372 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39139372, "Longitude": -157.7310659, "Species": "Rock Pigeon", "Count": 11, "Date": "2023-07-16" }, "geometry": { "type": "Point", "coordinates": [ -157.7310659, 21.39139372 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39139372, "Longitude": -157.7310659, "Species": "Rose-ringed Parakeet", "Count": 1, "Date": "2021-05-04" }, "geometry": { "type": "Point", "coordinates": [ -157.7310659, 21.39139372 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39139372, "Longitude": -157.7310659, "Species": "Saffron Finch", "Count": 2, "Date": "2019-12-30" }, "geometry": { "type": "Point", "coordinates": [ -157.7310659, 21.39139372 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39139372, "Longitude": -157.7310659, "Species": "Scaly-breasted Munia", "Count": 1, "Date": "2019-05-04" }, "geometry": { "type": "Point", "coordinates": [ -157.7310659, 21.39139372 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39139372, "Longitude": -157.7310659, "Species": "Spotted Dove", "Count": 26, "Date": "2023-07-16" }, "geometry": { "type": "Point", "coordinates": [ -157.7310659, 21.39139372 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39139372, "Longitude": -157.7310659, "Species": "Warbling White-eye", "Count": 15, "Date": "2023-07-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7310659, 21.39139372 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39139372, "Longitude": -157.7310659, "Species": "Wedge-tailed Shearwater", "Count": 2, "Date": "2022-11-08" }, "geometry": { "type": "Point", "coordinates": [ -157.7310659, 21.39139372 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39139372, "Longitude": -157.7310659, "Species": "Western Cattle Egret", "Count": 12, "Date": "2023-07-16" }, "geometry": { "type": "Point", "coordinates": [ -157.7310659, 21.39139372 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39139372, "Longitude": -157.7310659, "Species": "White-rumped Shama", "Count": 5, "Date": "2022-09-30" }, "geometry": { "type": "Point", "coordinates": [ -157.7310659, 21.39139372 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39139372, "Longitude": -157.7310659, "Species": "Zebra Dove", "Count": 20, "Date": "2023-04-04" }, "geometry": { "type": "Point", "coordinates": [ -157.7310659, 21.39139372 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40202093, "Longitude": -157.9624909, "Species": "Black-crowned Night Heron", "Count": 3, "Date": "2023-08-10" }, "geometry": { "type": "Point", "coordinates": [ -157.9624909, 21.40202093 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40202093, "Longitude": -157.9624909, "Species": "Black-necked Stilt", "Count": 1, "Date": "2020-08-30" }, "geometry": { "type": "Point", "coordinates": [ -157.9624909, 21.40202093 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40202093, "Longitude": -157.9624909, "Species": "Chestnut Munia", "Count": 13, "Date": "2023-08-09" }, "geometry": { "type": "Point", "coordinates": [ -157.9624909, 21.40202093 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40202093, "Longitude": -157.9624909, "Species": "Common Myna", "Count": 237, "Date": "2024-01-15" }, "geometry": { "type": "Point", "coordinates": [ -157.9624909, 21.40202093 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40202093, "Longitude": -157.9624909, "Species": "Common Waxbill", "Count": 160, "Date": "2024-01-08" }, "geometry": { "type": "Point", "coordinates": [ -157.9624909, 21.40202093 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40202093, "Longitude": -157.9624909, "Species": "House Finch", "Count": 174, "Date": "2024-01-13" }, "geometry": { "type": "Point", "coordinates": [ -157.9624909, 21.40202093 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40202093, "Longitude": -157.9624909, "Species": "House Sparrow", "Count": 161, "Date": "2024-01-15" }, "geometry": { "type": "Point", "coordinates": [ -157.9624909, 21.40202093 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40202093, "Longitude": -157.9624909, "Species": "Java Sparrow", "Count": 159, "Date": "2024-01-13" }, "geometry": { "type": "Point", "coordinates": [ -157.9624909, 21.40202093 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40202093, "Longitude": -157.9624909, "Species": "Northern Cardinal", "Count": 165, "Date": "2024-01-08" }, "geometry": { "type": "Point", "coordinates": [ -157.9624909, 21.40202093 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40202093, "Longitude": -157.9624909, "Species": "Pacific Golden-Plover", "Count": 24, "Date": "2024-01-08" }, "geometry": { "type": "Point", "coordinates": [ -157.9624909, 21.40202093 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40202093, "Longitude": -157.9624909, "Species": "Red Junglefowl", "Count": 238, "Date": "2024-01-21" }, "geometry": { "type": "Point", "coordinates": [ -157.9624909, 21.40202093 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40202093, "Longitude": -157.9624909, "Species": "Red-crested Cardinal", "Count": 138, "Date": "2024-01-16" }, "geometry": { "type": "Point", "coordinates": [ -157.9624909, 21.40202093 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40202093, "Longitude": -157.9624909, "Species": "Red-crowned Parrot", "Count": 94, "Date": "2023-07-23" }, "geometry": { "type": "Point", "coordinates": [ -157.9624909, 21.40202093 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40202093, "Longitude": -157.9624909, "Species": "Red-vented Bulbul", "Count": 252, "Date": "2024-01-16" }, "geometry": { "type": "Point", "coordinates": [ -157.9624909, 21.40202093 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40202093, "Longitude": -157.9624909, "Species": "Red-whiskered Bulbul", "Count": 132, "Date": "2024-01-13" }, "geometry": { "type": "Point", "coordinates": [ -157.9624909, 21.40202093 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40202093, "Longitude": -157.9624909, "Species": "Rock Pigeon", "Count": 68, "Date": "2024-01-13" }, "geometry": { "type": "Point", "coordinates": [ -157.9624909, 21.40202093 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40202093, "Longitude": -157.9624909, "Species": "Rose-ringed Parakeet", "Count": 191, "Date": "2024-01-15" }, "geometry": { "type": "Point", "coordinates": [ -157.9624909, 21.40202093 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40202093, "Longitude": -157.9624909, "Species": "Ruddy Turnstone", "Count": 1, "Date": "2021-03-05" }, "geometry": { "type": "Point", "coordinates": [ -157.9624909, 21.40202093 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40202093, "Longitude": -157.9624909, "Species": "Saffron Finch", "Count": 57, "Date": "2024-01-12" }, "geometry": { "type": "Point", "coordinates": [ -157.9624909, 21.40202093 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40202093, "Longitude": -157.9624909, "Species": "Scaly-breasted Munia", "Count": 12, "Date": "2023-08-05" }, "geometry": { "type": "Point", "coordinates": [ -157.9624909, 21.40202093 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40202093, "Longitude": -157.9624909, "Species": "Spotted Dove", "Count": 262, "Date": "2024-01-14" }, "geometry": { "type": "Point", "coordinates": [ -157.9624909, 21.40202093 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40202093, "Longitude": -157.9624909, "Species": "Warbling White-eye", "Count": 187, "Date": "2024-01-12" }, "geometry": { "type": "Point", "coordinates": [ -157.9624909, 21.40202093 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40202093, "Longitude": -157.9624909, "Species": "Western Cattle Egret", "Count": 54, "Date": "2024-01-14" }, "geometry": { "type": "Point", "coordinates": [ -157.9624909, 21.40202093 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40202093, "Longitude": -157.9624909, "Species": "White Tern", "Count": 3, "Date": "2023-05-22" }, "geometry": { "type": "Point", "coordinates": [ -157.9624909, 21.40202093 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40202093, "Longitude": -157.9624909, "Species": "White-rumped Shama", "Count": 12, "Date": "2024-01-10" }, "geometry": { "type": "Point", "coordinates": [ -157.9624909, 21.40202093 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40202093, "Longitude": -157.9624909, "Species": "Yellow-fronted Canary", "Count": 10, "Date": "2023-08-16" }, "geometry": { "type": "Point", "coordinates": [ -157.9624909, 21.40202093 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40202093, "Longitude": -157.9624909, "Species": "Zebra Dove", "Count": 268, "Date": "2024-01-16" }, "geometry": { "type": "Point", "coordinates": [ -157.9624909, 21.40202093 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47537973, "Longitude": -158.1550088, "Species": "African Silverbill", "Count": 4, "Date": "2020-06-05" }, "geometry": { "type": "Point", "coordinates": [ -158.1550088, 21.47537973 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47537973, "Longitude": -158.1550088, "Species": "Apapane", "Count": 4, "Date": "2022-12-24" }, "geometry": { "type": "Point", "coordinates": [ -158.1550088, 21.47537973 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47537973, "Longitude": -158.1550088, "Species": "Black Francolin", "Count": 1, "Date": "2023-11-12" }, "geometry": { "type": "Point", "coordinates": [ -158.1550088, 21.47537973 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47537973, "Longitude": -158.1550088, "Species": "Chestnut Munia", "Count": 1, "Date": "2022-04-15" }, "geometry": { "type": "Point", "coordinates": [ -158.1550088, 21.47537973 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47537973, "Longitude": -158.1550088, "Species": "Common Myna", "Count": 9, "Date": "2023-11-12" }, "geometry": { "type": "Point", "coordinates": [ -158.1550088, 21.47537973 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47537973, "Longitude": -158.1550088, "Species": "Common Waxbill", "Count": 10, "Date": "2023-11-12" }, "geometry": { "type": "Point", "coordinates": [ -158.1550088, 21.47537973 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47537973, "Longitude": -158.1550088, "Species": "Erckel's Spurfowl", "Count": 4, "Date": "2022-12-24" }, "geometry": { "type": "Point", "coordinates": [ -158.1550088, 21.47537973 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47537973, "Longitude": -158.1550088, "Species": "Gray Francolin", "Count": 2, "Date": "2022-12-24" }, "geometry": { "type": "Point", "coordinates": [ -158.1550088, 21.47537973 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47537973, "Longitude": -158.1550088, "Species": "House Finch", "Count": 8, "Date": "2023-03-13" }, "geometry": { "type": "Point", "coordinates": [ -158.1550088, 21.47537973 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47537973, "Longitude": -158.1550088, "Species": "House Sparrow", "Count": 1, "Date": "2020-06-05" }, "geometry": { "type": "Point", "coordinates": [ -158.1550088, 21.47537973 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47537973, "Longitude": -158.1550088, "Species": "Indian Peafowl", "Count": 1, "Date": "2023-01-26" }, "geometry": { "type": "Point", "coordinates": [ -158.1550088, 21.47537973 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47537973, "Longitude": -158.1550088, "Species": "Japanese Bush Warbler", "Count": 3, "Date": "2022-12-24" }, "geometry": { "type": "Point", "coordinates": [ -158.1550088, 21.47537973 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47537973, "Longitude": -158.1550088, "Species": "Java Sparrow", "Count": 2, "Date": "2023-03-13" }, "geometry": { "type": "Point", "coordinates": [ -158.1550088, 21.47537973 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47537973, "Longitude": -158.1550088, "Species": "Kalij Pheasant", "Count": 3, "Date": "2022-12-24" }, "geometry": { "type": "Point", "coordinates": [ -158.1550088, 21.47537973 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47537973, "Longitude": -158.1550088, "Species": "Mourning Dove", "Count": 1, "Date": "2022-12-24" }, "geometry": { "type": "Point", "coordinates": [ -158.1550088, 21.47537973 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47537973, "Longitude": -158.1550088, "Species": "Northern Cardinal", "Count": 5, "Date": "2023-03-13" }, "geometry": { "type": "Point", "coordinates": [ -158.1550088, 21.47537973 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47537973, "Longitude": -158.1550088, "Species": "Oahu Amakihi", "Count": 4, "Date": "2022-12-24" }, "geometry": { "type": "Point", "coordinates": [ -158.1550088, 21.47537973 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47537973, "Longitude": -158.1550088, "Species": "Pacific Golden-Plover", "Count": 1, "Date": "2019-11-18" }, "geometry": { "type": "Point", "coordinates": [ -158.1550088, 21.47537973 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47537973, "Longitude": -158.1550088, "Species": "Red Avadavat", "Count": 1, "Date": "2023-03-13" }, "geometry": { "type": "Point", "coordinates": [ -158.1550088, 21.47537973 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47537973, "Longitude": -158.1550088, "Species": "Red-billed Leiothrix", "Count": 6, "Date": "2023-03-13" }, "geometry": { "type": "Point", "coordinates": [ -158.1550088, 21.47537973 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47537973, "Longitude": -158.1550088, "Species": "Red-crested Cardinal", "Count": 10, "Date": "2023-03-13" }, "geometry": { "type": "Point", "coordinates": [ -158.1550088, 21.47537973 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47537973, "Longitude": -158.1550088, "Species": "Red-vented Bulbul", "Count": 13, "Date": "2023-11-12" }, "geometry": { "type": "Point", "coordinates": [ -158.1550088, 21.47537973 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47537973, "Longitude": -158.1550088, "Species": "Red-whiskered Bulbul", "Count": 7, "Date": "2023-11-12" }, "geometry": { "type": "Point", "coordinates": [ -158.1550088, 21.47537973 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47537973, "Longitude": -158.1550088, "Species": "Rock Pigeon", "Count": 1, "Date": "2020-06-05" }, "geometry": { "type": "Point", "coordinates": [ -158.1550088, 21.47537973 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47537973, "Longitude": -158.1550088, "Species": "Saffron Finch", "Count": 3, "Date": "2023-01-26" }, "geometry": { "type": "Point", "coordinates": [ -158.1550088, 21.47537973 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47537973, "Longitude": -158.1550088, "Species": "Scaly-breasted Munia", "Count": 2, "Date": "2023-03-13" }, "geometry": { "type": "Point", "coordinates": [ -158.1550088, 21.47537973 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47537973, "Longitude": -158.1550088, "Species": "Spotted Dove", "Count": 8, "Date": "2023-11-12" }, "geometry": { "type": "Point", "coordinates": [ -158.1550088, 21.47537973 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47537973, "Longitude": -158.1550088, "Species": "Warbling White-eye", "Count": 10, "Date": "2023-03-13" }, "geometry": { "type": "Point", "coordinates": [ -158.1550088, 21.47537973 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47537973, "Longitude": -158.1550088, "Species": "White-rumped Shama", "Count": 9, "Date": "2023-11-12" }, "geometry": { "type": "Point", "coordinates": [ -158.1550088, 21.47537973 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47537973, "Longitude": -158.1550088, "Species": "Zebra Dove", "Count": 11, "Date": "2023-11-12" }, "geometry": { "type": "Point", "coordinates": [ -158.1550088, 21.47537973 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58353445, "Longitude": -158.1060864, "Species": "Common Gallinule", "Count": 7, "Date": "2023-08-26" }, "geometry": { "type": "Point", "coordinates": [ -158.1060864, 21.58353445 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58353445, "Longitude": -158.1060864, "Species": "Common Myna", "Count": 33, "Date": "2023-12-24" }, "geometry": { "type": "Point", "coordinates": [ -158.1060864, 21.58353445 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58353445, "Longitude": -158.1060864, "Species": "Common Waxbill", "Count": 6, "Date": "2021-10-10" }, "geometry": { "type": "Point", "coordinates": [ -158.1060864, 21.58353445 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58353445, "Longitude": -158.1060864, "Species": "Gray Francolin", "Count": 3, "Date": "2023-12-22" }, "geometry": { "type": "Point", "coordinates": [ -158.1060864, 21.58353445 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58353445, "Longitude": -158.1060864, "Species": "Great Frigatebird", "Count": 1, "Date": "2019-07-27" }, "geometry": { "type": "Point", "coordinates": [ -158.1060864, 21.58353445 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58353445, "Longitude": -158.1060864, "Species": "Green-winged Teal", "Count": 1, "Date": "2021-10-01" }, "geometry": { "type": "Point", "coordinates": [ -158.1060864, 21.58353445 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58353445, "Longitude": -158.1060864, "Species": "House Finch", "Count": 9, "Date": "2022-05-29" }, "geometry": { "type": "Point", "coordinates": [ -158.1060864, 21.58353445 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58353445, "Longitude": -158.1060864, "Species": "House Sparrow", "Count": 18, "Date": "2023-12-24" }, "geometry": { "type": "Point", "coordinates": [ -158.1060864, 21.58353445 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58353445, "Longitude": -158.1060864, "Species": "Indian Peafowl", "Count": 2, "Date": "2023-09-22" }, "geometry": { "type": "Point", "coordinates": [ -158.1060864, 21.58353445 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58353445, "Longitude": -158.1060864, "Species": "Java Sparrow", "Count": 5, "Date": "2023-12-24" }, "geometry": { "type": "Point", "coordinates": [ -158.1060864, 21.58353445 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58353445, "Longitude": -158.1060864, "Species": "Feral Mallard", "Count": 1, "Date": "2022-02-08" }, "geometry": { "type": "Point", "coordinates": [ -158.1060864, 21.58353445 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58353445, "Longitude": -158.1060864, "Species": "Muscovy Duck", "Count": 4, "Date": "2023-12-23" }, "geometry": { "type": "Point", "coordinates": [ -158.1060864, 21.58353445 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58353445, "Longitude": -158.1060864, "Species": "Northern Cardinal", "Count": 3, "Date": "2023-02-17" }, "geometry": { "type": "Point", "coordinates": [ -158.1060864, 21.58353445 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58353445, "Longitude": -158.1060864, "Species": "Pacific Golden-Plover", "Count": 8, "Date": "2022-01-04" }, "geometry": { "type": "Point", "coordinates": [ -158.1060864, 21.58353445 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58353445, "Longitude": -158.1060864, "Species": "Red Junglefowl", "Count": 21, "Date": "2023-12-24" }, "geometry": { "type": "Point", "coordinates": [ -158.1060864, 21.58353445 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58353445, "Longitude": -158.1060864, "Species": "Red-billed Leiothrix", "Count": 1, "Date": "2021-10-01" }, "geometry": { "type": "Point", "coordinates": [ -158.1060864, 21.58353445 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58353445, "Longitude": -158.1060864, "Species": "Red-crested Cardinal", "Count": 18, "Date": "2023-05-28" }, "geometry": { "type": "Point", "coordinates": [ -158.1060864, 21.58353445 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58353445, "Longitude": -158.1060864, "Species": "Red-vented Bulbul", "Count": 12, "Date": "2023-05-28" }, "geometry": { "type": "Point", "coordinates": [ -158.1060864, 21.58353445 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58353445, "Longitude": -158.1060864, "Species": "Red-whiskered Bulbul", "Count": 4, "Date": "2021-10-01" }, "geometry": { "type": "Point", "coordinates": [ -158.1060864, 21.58353445 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58353445, "Longitude": -158.1060864, "Species": "Rock Pigeon", "Count": 7, "Date": "2022-10-06" }, "geometry": { "type": "Point", "coordinates": [ -158.1060864, 21.58353445 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58353445, "Longitude": -158.1060864, "Species": "Saffron Finch", "Count": 33, "Date": "2023-12-24" }, "geometry": { "type": "Point", "coordinates": [ -158.1060864, 21.58353445 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58353445, "Longitude": -158.1060864, "Species": "Spotted Dove", "Count": 13, "Date": "2023-11-01" }, "geometry": { "type": "Point", "coordinates": [ -158.1060864, 21.58353445 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58353445, "Longitude": -158.1060864, "Species": "Wandering Tattler", "Count": 1, "Date": "2021-10-01" }, "geometry": { "type": "Point", "coordinates": [ -158.1060864, 21.58353445 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58353445, "Longitude": -158.1060864, "Species": "Warbling White-eye", "Count": 8, "Date": "2022-05-29" }, "geometry": { "type": "Point", "coordinates": [ -158.1060864, 21.58353445 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58353445, "Longitude": -158.1060864, "Species": "Western Cattle Egret", "Count": 8, "Date": "2023-01-07" }, "geometry": { "type": "Point", "coordinates": [ -158.1060864, 21.58353445 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58353445, "Longitude": -158.1060864, "Species": "White Tern", "Count": 1, "Date": "2022-01-25" }, "geometry": { "type": "Point", "coordinates": [ -158.1060864, 21.58353445 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58353445, "Longitude": -158.1060864, "Species": "White-rumped Shama", "Count": 3, "Date": "2019-10-05" }, "geometry": { "type": "Point", "coordinates": [ -158.1060864, 21.58353445 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58353445, "Longitude": -158.1060864, "Species": "White-tailed Tropicbird", "Count": 2, "Date": "2021-10-01" }, "geometry": { "type": "Point", "coordinates": [ -158.1060864, 21.58353445 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58353445, "Longitude": -158.1060864, "Species": "Yellow-fronted Canary", "Count": 1, "Date": "2021-06-27" }, "geometry": { "type": "Point", "coordinates": [ -158.1060864, 21.58353445 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58353445, "Longitude": -158.1060864, "Species": "Zebra Dove", "Count": 35, "Date": "2023-12-23" }, "geometry": { "type": "Point", "coordinates": [ -158.1060864, 21.58353445 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29299429, "Longitude": -157.8668621, "Species": "African Silverbill", "Count": 2, "Date": "2023-08-19" }, "geometry": { "type": "Point", "coordinates": [ -157.8668621, 21.29299429 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29299429, "Longitude": -157.8668621, "Species": "Black-crowned Night Heron", "Count": 3, "Date": "2023-10-13" }, "geometry": { "type": "Point", "coordinates": [ -157.8668621, 21.29299429 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29299429, "Longitude": -157.8668621, "Species": "Brown Booby", "Count": 5, "Date": "2023-09-04" }, "geometry": { "type": "Point", "coordinates": [ -157.8668621, 21.29299429 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29299429, "Longitude": -157.8668621, "Species": "Brown Noddy", "Count": 2, "Date": "2023-09-04" }, "geometry": { "type": "Point", "coordinates": [ -157.8668621, 21.29299429 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29299429, "Longitude": -157.8668621, "Species": "Common Myna", "Count": 31, "Date": "2024-01-09" }, "geometry": { "type": "Point", "coordinates": [ -157.8668621, 21.29299429 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29299429, "Longitude": -157.8668621, "Species": "Common Waxbill", "Count": 13, "Date": "2024-01-09" }, "geometry": { "type": "Point", "coordinates": [ -157.8668621, 21.29299429 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29299429, "Longitude": -157.8668621, "Species": "Great Frigatebird", "Count": 3, "Date": "2023-09-04" }, "geometry": { "type": "Point", "coordinates": [ -157.8668621, 21.29299429 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29299429, "Longitude": -157.8668621, "Species": "House Finch", "Count": 20, "Date": "2024-01-09" }, "geometry": { "type": "Point", "coordinates": [ -157.8668621, 21.29299429 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29299429, "Longitude": -157.8668621, "Species": "House Sparrow", "Count": 28, "Date": "2024-02-21" }, "geometry": { "type": "Point", "coordinates": [ -157.8668621, 21.29299429 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29299429, "Longitude": -157.8668621, "Species": "Java Sparrow", "Count": 4, "Date": "2023-10-20" }, "geometry": { "type": "Point", "coordinates": [ -157.8668621, 21.29299429 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29299429, "Longitude": -157.8668621, "Species": "Feral Mallard", "Count": 2, "Date": "2021-08-08" }, "geometry": { "type": "Point", "coordinates": [ -157.8668621, 21.29299429 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29299429, "Longitude": -157.8668621, "Species": "Northern Cardinal", "Count": 1, "Date": "2020-02-06" }, "geometry": { "type": "Point", "coordinates": [ -157.8668621, 21.29299429 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29299429, "Longitude": -157.8668621, "Species": "Northern Mockingbird", "Count": 1, "Date": "2023-10-20" }, "geometry": { "type": "Point", "coordinates": [ -157.8668621, 21.29299429 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29299429, "Longitude": -157.8668621, "Species": "Pacific Golden-Plover", "Count": 24, "Date": "2024-01-09" }, "geometry": { "type": "Point", "coordinates": [ -157.8668621, 21.29299429 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29299429, "Longitude": -157.8668621, "Species": "Red Junglefowl", "Count": 21, "Date": "2024-02-21" }, "geometry": { "type": "Point", "coordinates": [ -157.8668621, 21.29299429 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29299429, "Longitude": -157.8668621, "Species": "Red-billed Leiothrix", "Count": 1, "Date": "2023-10-03" }, "geometry": { "type": "Point", "coordinates": [ -157.8668621, 21.29299429 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29299429, "Longitude": -157.8668621, "Species": "Red-crested Cardinal", "Count": 27, "Date": "2024-01-09" }, "geometry": { "type": "Point", "coordinates": [ -157.8668621, 21.29299429 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29299429, "Longitude": -157.8668621, "Species": "Red-vented Bulbul", "Count": 19, "Date": "2024-01-09" }, "geometry": { "type": "Point", "coordinates": [ -157.8668621, 21.29299429 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29299429, "Longitude": -157.8668621, "Species": "Red-whiskered Bulbul", "Count": 3, "Date": "2023-09-04" }, "geometry": { "type": "Point", "coordinates": [ -157.8668621, 21.29299429 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29299429, "Longitude": -157.8668621, "Species": "Rock Pigeon", "Count": 24, "Date": "2024-02-21" }, "geometry": { "type": "Point", "coordinates": [ -157.8668621, 21.29299429 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29299429, "Longitude": -157.8668621, "Species": "Rose-ringed Parakeet", "Count": 8, "Date": "2023-11-20" }, "geometry": { "type": "Point", "coordinates": [ -157.8668621, 21.29299429 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29299429, "Longitude": -157.8668621, "Species": "Ruddy Turnstone", "Count": 2, "Date": "2022-01-13" }, "geometry": { "type": "Point", "coordinates": [ -157.8668621, 21.29299429 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29299429, "Longitude": -157.8668621, "Species": "Saffron Finch", "Count": 21, "Date": "2024-01-09" }, "geometry": { "type": "Point", "coordinates": [ -157.8668621, 21.29299429 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29299429, "Longitude": -157.8668621, "Species": "Scaly-breasted Munia", "Count": 3, "Date": "2023-12-02" }, "geometry": { "type": "Point", "coordinates": [ -157.8668621, 21.29299429 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29299429, "Longitude": -157.8668621, "Species": "Spotted Dove", "Count": 25, "Date": "2023-12-17" }, "geometry": { "type": "Point", "coordinates": [ -157.8668621, 21.29299429 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29299429, "Longitude": -157.8668621, "Species": "Warbling White-eye", "Count": 11, "Date": "2024-01-09" }, "geometry": { "type": "Point", "coordinates": [ -157.8668621, 21.29299429 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29299429, "Longitude": -157.8668621, "Species": "Wedge-tailed Shearwater", "Count": 1, "Date": "2023-09-04" }, "geometry": { "type": "Point", "coordinates": [ -157.8668621, 21.29299429 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29299429, "Longitude": -157.8668621, "Species": "Western Cattle Egret", "Count": 25, "Date": "2023-12-17" }, "geometry": { "type": "Point", "coordinates": [ -157.8668621, 21.29299429 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29299429, "Longitude": -157.8668621, "Species": "White Tern", "Count": 28, "Date": "2024-01-09" }, "geometry": { "type": "Point", "coordinates": [ -157.8668621, 21.29299429 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29299429, "Longitude": -157.8668621, "Species": "Yellow-fronted Canary", "Count": 15, "Date": "2024-01-09" }, "geometry": { "type": "Point", "coordinates": [ -157.8668621, 21.29299429 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29299429, "Longitude": -157.8668621, "Species": "Zebra Dove", "Count": 31, "Date": "2024-02-21" }, "geometry": { "type": "Point", "coordinates": [ -157.8668621, 21.29299429 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29279676, "Longitude": -157.8379461, "Species": "Black-crowned Night Heron", "Count": 6, "Date": "2023-06-27" }, "geometry": { "type": "Point", "coordinates": [ -157.837946100000011, 21.29279676 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29279676, "Longitude": -157.8379461, "Species": "Common Myna", "Count": 148, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.837946100000011, 21.29279676 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29279676, "Longitude": -157.8379461, "Species": "Common Waxbill", "Count": 8, "Date": "2023-10-01" }, "geometry": { "type": "Point", "coordinates": [ -157.837946100000011, 21.29279676 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29279676, "Longitude": -157.8379461, "Species": "Great Frigatebird", "Count": 1, "Date": "2020-06-15" }, "geometry": { "type": "Point", "coordinates": [ -157.837946100000011, 21.29279676 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29279676, "Longitude": -157.8379461, "Species": "House Finch", "Count": 82, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.837946100000011, 21.29279676 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29279676, "Longitude": -157.8379461, "Species": "House Sparrow", "Count": 186, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.837946100000011, 21.29279676 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29279676, "Longitude": -157.8379461, "Species": "Java Sparrow", "Count": 10, "Date": "2023-11-08" }, "geometry": { "type": "Point", "coordinates": [ -157.837946100000011, 21.29279676 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29279676, "Longitude": -157.8379461, "Species": "Feral Mallard", "Count": 4, "Date": "2023-09-02" }, "geometry": { "type": "Point", "coordinates": [ -157.837946100000011, 21.29279676 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29279676, "Longitude": -157.8379461, "Species": "Muscovy Duck", "Count": 1, "Date": "2019-09-24" }, "geometry": { "type": "Point", "coordinates": [ -157.837946100000011, 21.29279676 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29279676, "Longitude": -157.8379461, "Species": "Northern Cardinal", "Count": 10, "Date": "2023-03-30" }, "geometry": { "type": "Point", "coordinates": [ -157.837946100000011, 21.29279676 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29279676, "Longitude": -157.8379461, "Species": "Northern Mockingbird", "Count": 1, "Date": "2022-11-16" }, "geometry": { "type": "Point", "coordinates": [ -157.837946100000011, 21.29279676 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29279676, "Longitude": -157.8379461, "Species": "Pacific Golden-Plover", "Count": 10, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.837946100000011, 21.29279676 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29279676, "Longitude": -157.8379461, "Species": "Red Junglefowl", "Count": 2, "Date": "2023-11-08" }, "geometry": { "type": "Point", "coordinates": [ -157.837946100000011, 21.29279676 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29279676, "Longitude": -157.8379461, "Species": "Red-crested Cardinal", "Count": 95, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.837946100000011, 21.29279676 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29279676, "Longitude": -157.8379461, "Species": "Red-tailed Tropicbird", "Count": 1, "Date": "2021-08-10" }, "geometry": { "type": "Point", "coordinates": [ -157.837946100000011, 21.29279676 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29279676, "Longitude": -157.8379461, "Species": "Red-vented Bulbul", "Count": 101, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.837946100000011, 21.29279676 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29279676, "Longitude": -157.8379461, "Species": "Red-whiskered Bulbul", "Count": 11, "Date": "2023-03-30" }, "geometry": { "type": "Point", "coordinates": [ -157.837946100000011, 21.29279676 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29279676, "Longitude": -157.8379461, "Species": "Rock Pigeon", "Count": 198, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.837946100000011, 21.29279676 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29279676, "Longitude": -157.8379461, "Species": "Rose-ringed Parakeet", "Count": 8, "Date": "2023-08-19" }, "geometry": { "type": "Point", "coordinates": [ -157.837946100000011, 21.29279676 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29279676, "Longitude": -157.8379461, "Species": "Ruddy Turnstone", "Count": 1, "Date": "2019-12-09" }, "geometry": { "type": "Point", "coordinates": [ -157.837946100000011, 21.29279676 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29279676, "Longitude": -157.8379461, "Species": "Saffron Finch", "Count": 1, "Date": "2019-12-09" }, "geometry": { "type": "Point", "coordinates": [ -157.837946100000011, 21.29279676 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29279676, "Longitude": -157.8379461, "Species": "Scaly-breasted Munia", "Count": 2, "Date": "2021-06-08" }, "geometry": { "type": "Point", "coordinates": [ -157.837946100000011, 21.29279676 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29279676, "Longitude": -157.8379461, "Species": "Spotted Dove", "Count": 183, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.837946100000011, 21.29279676 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29279676, "Longitude": -157.8379461, "Species": "Warbling White-eye", "Count": 53, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.837946100000011, 21.29279676 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29279676, "Longitude": -157.8379461, "Species": "Western Cattle Egret", "Count": 29, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.837946100000011, 21.29279676 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29279676, "Longitude": -157.8379461, "Species": "White Tern", "Count": 249, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.837946100000011, 21.29279676 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29279676, "Longitude": -157.8379461, "Species": "White-tailed Tropicbird", "Count": 1, "Date": "2022-12-20" }, "geometry": { "type": "Point", "coordinates": [ -157.837946100000011, 21.29279676 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29279676, "Longitude": -157.8379461, "Species": "Yellow-fronted Canary", "Count": 13, "Date": "2023-10-04" }, "geometry": { "type": "Point", "coordinates": [ -157.837946100000011, 21.29279676 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29279676, "Longitude": -157.8379461, "Species": "Zebra Dove", "Count": 183, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.837946100000011, 21.29279676 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30196238, "Longitude": -157.8571538, "Species": "Black-crowned Night Heron", "Count": 1, "Date": "2023-03-17" }, "geometry": { "type": "Point", "coordinates": [ -157.8571538, 21.30196238 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30196238, "Longitude": -157.8571538, "Species": "Chestnut Munia", "Count": 5, "Date": "2021-07-21" }, "geometry": { "type": "Point", "coordinates": [ -157.8571538, 21.30196238 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30196238, "Longitude": -157.8571538, "Species": "Common Myna", "Count": 44, "Date": "2023-12-27" }, "geometry": { "type": "Point", "coordinates": [ -157.8571538, 21.30196238 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30196238, "Longitude": -157.8571538, "Species": "Common Waxbill", "Count": 15, "Date": "2023-11-16" }, "geometry": { "type": "Point", "coordinates": [ -157.8571538, 21.30196238 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30196238, "Longitude": -157.8571538, "Species": "Great Frigatebird", "Count": 2, "Date": "2021-01-15" }, "geometry": { "type": "Point", "coordinates": [ -157.8571538, 21.30196238 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30196238, "Longitude": -157.8571538, "Species": "House Finch", "Count": 12, "Date": "2021-12-08" }, "geometry": { "type": "Point", "coordinates": [ -157.8571538, 21.30196238 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30196238, "Longitude": -157.8571538, "Species": "House Sparrow", "Count": 37, "Date": "2023-12-27" }, "geometry": { "type": "Point", "coordinates": [ -157.8571538, 21.30196238 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30196238, "Longitude": -157.8571538, "Species": "Java Sparrow", "Count": 22, "Date": "2023-03-20" }, "geometry": { "type": "Point", "coordinates": [ -157.8571538, 21.30196238 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30196238, "Longitude": -157.8571538, "Species": "Feral Mallard", "Count": 6, "Date": "2022-05-28" }, "geometry": { "type": "Point", "coordinates": [ -157.8571538, 21.30196238 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30196238, "Longitude": -157.8571538, "Species": "Northern Cardinal", "Count": 2, "Date": "2022-05-28" }, "geometry": { "type": "Point", "coordinates": [ -157.8571538, 21.30196238 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30196238, "Longitude": -157.8571538, "Species": "Northern Mockingbird", "Count": 1, "Date": "2023-07-27" }, "geometry": { "type": "Point", "coordinates": [ -157.8571538, 21.30196238 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30196238, "Longitude": -157.8571538, "Species": "Pacific Golden-Plover", "Count": 28, "Date": "2023-12-16" }, "geometry": { "type": "Point", "coordinates": [ -157.8571538, 21.30196238 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30196238, "Longitude": -157.8571538, "Species": "Red Junglefowl", "Count": 6, "Date": "2023-12-16" }, "geometry": { "type": "Point", "coordinates": [ -157.8571538, 21.30196238 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30196238, "Longitude": -157.8571538, "Species": "Red-crested Cardinal", "Count": 21, "Date": "2023-08-27" }, "geometry": { "type": "Point", "coordinates": [ -157.8571538, 21.30196238 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30196238, "Longitude": -157.8571538, "Species": "Red-vented Bulbul", "Count": 20, "Date": "2022-06-28" }, "geometry": { "type": "Point", "coordinates": [ -157.8571538, 21.30196238 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30196238, "Longitude": -157.8571538, "Species": "Red-whiskered Bulbul", "Count": 2, "Date": "2021-06-05" }, "geometry": { "type": "Point", "coordinates": [ -157.8571538, 21.30196238 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30196238, "Longitude": -157.8571538, "Species": "Rock Pigeon", "Count": 29, "Date": "2023-12-27" }, "geometry": { "type": "Point", "coordinates": [ -157.8571538, 21.30196238 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30196238, "Longitude": -157.8571538, "Species": "Rose-ringed Parakeet", "Count": 24, "Date": "2023-11-16" }, "geometry": { "type": "Point", "coordinates": [ -157.8571538, 21.30196238 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30196238, "Longitude": -157.8571538, "Species": "Saffron Finch", "Count": 8, "Date": "2023-03-21" }, "geometry": { "type": "Point", "coordinates": [ -157.8571538, 21.30196238 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30196238, "Longitude": -157.8571538, "Species": "Scaly-breasted Munia", "Count": 1, "Date": "2021-12-08" }, "geometry": { "type": "Point", "coordinates": [ -157.8571538, 21.30196238 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30196238, "Longitude": -157.8571538, "Species": "Spotted Dove", "Count": 35, "Date": "2023-12-27" }, "geometry": { "type": "Point", "coordinates": [ -157.8571538, 21.30196238 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30196238, "Longitude": -157.8571538, "Species": "Warbling White-eye", "Count": 21, "Date": "2023-05-13" }, "geometry": { "type": "Point", "coordinates": [ -157.8571538, 21.30196238 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30196238, "Longitude": -157.8571538, "Species": "Wedge-tailed Shearwater", "Count": 1, "Date": "2022-01-14" }, "geometry": { "type": "Point", "coordinates": [ -157.8571538, 21.30196238 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30196238, "Longitude": -157.8571538, "Species": "Western Cattle Egret", "Count": 20, "Date": "2023-11-16" }, "geometry": { "type": "Point", "coordinates": [ -157.8571538, 21.30196238 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30196238, "Longitude": -157.8571538, "Species": "White Tern", "Count": 65, "Date": "2023-12-27" }, "geometry": { "type": "Point", "coordinates": [ -157.8571538, 21.30196238 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30196238, "Longitude": -157.8571538, "Species": "White-rumped Shama", "Count": 2, "Date": "2023-11-16" }, "geometry": { "type": "Point", "coordinates": [ -157.8571538, 21.30196238 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30196238, "Longitude": -157.8571538, "Species": "Yellow-fronted Canary", "Count": 5, "Date": "2021-06-02" }, "geometry": { "type": "Point", "coordinates": [ -157.8571538, 21.30196238 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30196238, "Longitude": -157.8571538, "Species": "Zebra Dove", "Count": 46, "Date": "2024-01-09" }, "geometry": { "type": "Point", "coordinates": [ -157.8571538, 21.30196238 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30169572, "Longitude": -157.818596, "Species": "Black-crowned Night Heron", "Count": 2, "Date": "2021-05-16" }, "geometry": { "type": "Point", "coordinates": [ -157.818596, 21.30169572 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30169572, "Longitude": -157.818596, "Species": "Chestnut Munia", "Count": 6, "Date": "2023-02-18" }, "geometry": { "type": "Point", "coordinates": [ -157.818596, 21.30169572 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30169572, "Longitude": -157.818596, "Species": "Common Myna", "Count": 100, "Date": "2024-01-04" }, "geometry": { "type": "Point", "coordinates": [ -157.818596, 21.30169572 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30169572, "Longitude": -157.818596, "Species": "Common Waxbill", "Count": 58, "Date": "2024-01-04" }, "geometry": { "type": "Point", "coordinates": [ -157.818596, 21.30169572 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30169572, "Longitude": -157.818596, "Species": "House Finch", "Count": 33, "Date": "2024-01-04" }, "geometry": { "type": "Point", "coordinates": [ -157.818596, 21.30169572 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30169572, "Longitude": -157.818596, "Species": "House Sparrow", "Count": 62, "Date": "2024-01-04" }, "geometry": { "type": "Point", "coordinates": [ -157.818596, 21.30169572 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30169572, "Longitude": -157.818596, "Species": "Java Sparrow", "Count": 50, "Date": "2024-01-04" }, "geometry": { "type": "Point", "coordinates": [ -157.818596, 21.30169572 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30169572, "Longitude": -157.818596, "Species": "Feral Mallard", "Count": 1, "Date": "2023-12-17" }, "geometry": { "type": "Point", "coordinates": [ -157.818596, 21.30169572 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30169572, "Longitude": -157.818596, "Species": "Muscovy Duck", "Count": 1, "Date": "2023-07-06" }, "geometry": { "type": "Point", "coordinates": [ -157.818596, 21.30169572 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30169572, "Longitude": -157.818596, "Species": "Northern Cardinal", "Count": 17, "Date": "2024-01-04" }, "geometry": { "type": "Point", "coordinates": [ -157.818596, 21.30169572 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30169572, "Longitude": -157.818596, "Species": "Northern Mockingbird", "Count": 1, "Date": "2021-04-02" }, "geometry": { "type": "Point", "coordinates": [ -157.818596, 21.30169572 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30169572, "Longitude": -157.818596, "Species": "Oahu Amakihi", "Count": 1, "Date": "2021-12-15" }, "geometry": { "type": "Point", "coordinates": [ -157.818596, 21.30169572 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30169572, "Longitude": -157.818596, "Species": "Pacific Golden-Plover", "Count": 42, "Date": "2024-01-04" }, "geometry": { "type": "Point", "coordinates": [ -157.818596, 21.30169572 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30169572, "Longitude": -157.818596, "Species": "Red Junglefowl", "Count": 11, "Date": "2024-01-04" }, "geometry": { "type": "Point", "coordinates": [ -157.818596, 21.30169572 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30169572, "Longitude": -157.818596, "Species": "Red-billed Leiothrix", "Count": 6, "Date": "2021-05-16" }, "geometry": { "type": "Point", "coordinates": [ -157.818596, 21.30169572 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30169572, "Longitude": -157.818596, "Species": "Red-crested Cardinal", "Count": 68, "Date": "2024-01-04" }, "geometry": { "type": "Point", "coordinates": [ -157.818596, 21.30169572 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30169572, "Longitude": -157.818596, "Species": "Red-vented Bulbul", "Count": 91, "Date": "2024-01-04" }, "geometry": { "type": "Point", "coordinates": [ -157.818596, 21.30169572 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30169572, "Longitude": -157.818596, "Species": "Red-whiskered Bulbul", "Count": 43, "Date": "2024-01-04" }, "geometry": { "type": "Point", "coordinates": [ -157.818596, 21.30169572 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30169572, "Longitude": -157.818596, "Species": "Rock Pigeon", "Count": 41, "Date": "2024-01-04" }, "geometry": { "type": "Point", "coordinates": [ -157.818596, 21.30169572 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30169572, "Longitude": -157.818596, "Species": "Rose-ringed Parakeet", "Count": 74, "Date": "2024-01-04" }, "geometry": { "type": "Point", "coordinates": [ -157.818596, 21.30169572 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30169572, "Longitude": -157.818596, "Species": "Saffron Finch", "Count": 18, "Date": "2023-12-17" }, "geometry": { "type": "Point", "coordinates": [ -157.818596, 21.30169572 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30169572, "Longitude": -157.818596, "Species": "Scaly-breasted Munia", "Count": 5, "Date": "2023-12-17" }, "geometry": { "type": "Point", "coordinates": [ -157.818596, 21.30169572 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30169572, "Longitude": -157.818596, "Species": "Spotted Dove", "Count": 84, "Date": "2024-02-18" }, "geometry": { "type": "Point", "coordinates": [ -157.818596, 21.30169572 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30169572, "Longitude": -157.818596, "Species": "Warbling White-eye", "Count": 66, "Date": "2024-01-04" }, "geometry": { "type": "Point", "coordinates": [ -157.818596, 21.30169572 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30169572, "Longitude": -157.818596, "Species": "Western Cattle Egret", "Count": 54, "Date": "2024-01-04" }, "geometry": { "type": "Point", "coordinates": [ -157.818596, 21.30169572 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30169572, "Longitude": -157.818596, "Species": "White Tern", "Count": 101, "Date": "2024-01-04" }, "geometry": { "type": "Point", "coordinates": [ -157.818596, 21.30169572 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30169572, "Longitude": -157.818596, "Species": "White-rumped Shama", "Count": 48, "Date": "2023-12-17" }, "geometry": { "type": "Point", "coordinates": [ -157.818596, 21.30169572 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30169572, "Longitude": -157.818596, "Species": "White-tailed Tropicbird", "Count": 1, "Date": "2019-08-18" }, "geometry": { "type": "Point", "coordinates": [ -157.818596, 21.30169572 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30169572, "Longitude": -157.818596, "Species": "Yellow-fronted Canary", "Count": 32, "Date": "2024-01-04" }, "geometry": { "type": "Point", "coordinates": [ -157.818596, 21.30169572 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30169572, "Longitude": -157.818596, "Species": "Zebra Dove", "Count": 94, "Date": "2024-01-04" }, "geometry": { "type": "Point", "coordinates": [ -157.818596, 21.30169572 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31982997, "Longitude": -157.8280921, "Species": "Black-crowned Night Heron", "Count": 1, "Date": "2024-02-03" }, "geometry": { "type": "Point", "coordinates": [ -157.8280921, 21.31982997 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31982997, "Longitude": -157.8280921, "Species": "Chestnut Munia", "Count": 8, "Date": "2023-12-17" }, "geometry": { "type": "Point", "coordinates": [ -157.8280921, 21.31982997 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31982997, "Longitude": -157.8280921, "Species": "Common Myna", "Count": 35, "Date": "2024-02-11" }, "geometry": { "type": "Point", "coordinates": [ -157.8280921, 21.31982997 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31982997, "Longitude": -157.8280921, "Species": "Common Waxbill", "Count": 41, "Date": "2024-02-11" }, "geometry": { "type": "Point", "coordinates": [ -157.8280921, 21.31982997 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31982997, "Longitude": -157.8280921, "Species": "Eurasian Skylark", "Count": 1, "Date": "2022-11-21" }, "geometry": { "type": "Point", "coordinates": [ -157.8280921, 21.31982997 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31982997, "Longitude": -157.8280921, "Species": "House Finch", "Count": 26, "Date": "2024-01-04" }, "geometry": { "type": "Point", "coordinates": [ -157.8280921, 21.31982997 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31982997, "Longitude": -157.8280921, "Species": "House Sparrow", "Count": 2, "Date": "2023-12-17" }, "geometry": { "type": "Point", "coordinates": [ -157.8280921, 21.31982997 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31982997, "Longitude": -157.8280921, "Species": "Japanese Bush Warbler", "Count": 3, "Date": "2022-02-15" }, "geometry": { "type": "Point", "coordinates": [ -157.8280921, 21.31982997 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31982997, "Longitude": -157.8280921, "Species": "Java Sparrow", "Count": 17, "Date": "2023-03-21" }, "geometry": { "type": "Point", "coordinates": [ -157.8280921, 21.31982997 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31982997, "Longitude": -157.8280921, "Species": "Mourning Dove", "Count": 2, "Date": "2022-11-29" }, "geometry": { "type": "Point", "coordinates": [ -157.8280921, 21.31982997 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31982997, "Longitude": -157.8280921, "Species": "Northern Cardinal", "Count": 20, "Date": "2024-02-11" }, "geometry": { "type": "Point", "coordinates": [ -157.8280921, 21.31982997 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31982997, "Longitude": -157.8280921, "Species": "Oahu Amakihi", "Count": 16, "Date": "2023-10-15" }, "geometry": { "type": "Point", "coordinates": [ -157.8280921, 21.31982997 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31982997, "Longitude": -157.8280921, "Species": "Pacific Golden-Plover", "Count": 4, "Date": "2024-02-03" }, "geometry": { "type": "Point", "coordinates": [ -157.8280921, 21.31982997 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31982997, "Longitude": -157.8280921, "Species": "Red Junglefowl", "Count": 29, "Date": "2024-02-03" }, "geometry": { "type": "Point", "coordinates": [ -157.8280921, 21.31982997 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31982997, "Longitude": -157.8280921, "Species": "Red-billed Leiothrix", "Count": 28, "Date": "2024-02-26" }, "geometry": { "type": "Point", "coordinates": [ -157.8280921, 21.31982997 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31982997, "Longitude": -157.8280921, "Species": "Red-crested Cardinal", "Count": 52, "Date": "2024-02-11" }, "geometry": { "type": "Point", "coordinates": [ -157.8280921, 21.31982997 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31982997, "Longitude": -157.8280921, "Species": "Red-vented Bulbul", "Count": 50, "Date": "2024-02-11" }, "geometry": { "type": "Point", "coordinates": [ -157.8280921, 21.31982997 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31982997, "Longitude": -157.8280921, "Species": "Red-whiskered Bulbul", "Count": 40, "Date": "2024-02-11" }, "geometry": { "type": "Point", "coordinates": [ -157.8280921, 21.31982997 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31982997, "Longitude": -157.8280921, "Species": "Rock Pigeon", "Count": 3, "Date": "2024-02-03" }, "geometry": { "type": "Point", "coordinates": [ -157.8280921, 21.31982997 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31982997, "Longitude": -157.8280921, "Species": "Rose-ringed Parakeet", "Count": 35, "Date": "2024-02-11" }, "geometry": { "type": "Point", "coordinates": [ -157.8280921, 21.31982997 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31982997, "Longitude": -157.8280921, "Species": "Saffron Finch", "Count": 3, "Date": "2024-02-03" }, "geometry": { "type": "Point", "coordinates": [ -157.8280921, 21.31982997 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31982997, "Longitude": -157.8280921, "Species": "Scaly-breasted Munia", "Count": 4, "Date": "2023-12-17" }, "geometry": { "type": "Point", "coordinates": [ -157.8280921, 21.31982997 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31982997, "Longitude": -157.8280921, "Species": "Spotted Dove", "Count": 34, "Date": "2024-02-11" }, "geometry": { "type": "Point", "coordinates": [ -157.8280921, 21.31982997 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31982997, "Longitude": -157.8280921, "Species": "Warbling White-eye", "Count": 40, "Date": "2024-01-04" }, "geometry": { "type": "Point", "coordinates": [ -157.8280921, 21.31982997 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31982997, "Longitude": -157.8280921, "Species": "Western Cattle Egret", "Count": 3, "Date": "2024-02-03" }, "geometry": { "type": "Point", "coordinates": [ -157.8280921, 21.31982997 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31982997, "Longitude": -157.8280921, "Species": "White Tern", "Count": 9, "Date": "2024-02-03" }, "geometry": { "type": "Point", "coordinates": [ -157.8280921, 21.31982997 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31982997, "Longitude": -157.8280921, "Species": "White-rumped Shama", "Count": 41, "Date": "2024-02-11" }, "geometry": { "type": "Point", "coordinates": [ -157.8280921, 21.31982997 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31982997, "Longitude": -157.8280921, "Species": "Yellow-fronted Canary", "Count": 9, "Date": "2023-10-15" }, "geometry": { "type": "Point", "coordinates": [ -157.8280921, 21.31982997 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31982997, "Longitude": -157.8280921, "Species": "Zebra Dove", "Count": 46, "Date": "2024-02-11" }, "geometry": { "type": "Point", "coordinates": [ -157.8280921, 21.31982997 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33961677, "Longitude": -158.1075741, "Species": "Black Swan", "Count": 1, "Date": "2019-04-04" }, "geometry": { "type": "Point", "coordinates": [ -158.1075741, 21.33961677 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33961677, "Longitude": -158.1075741, "Species": "Black-crowned Night Heron", "Count": 5, "Date": "2022-11-02" }, "geometry": { "type": "Point", "coordinates": [ -158.1075741, 21.33961677 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33961677, "Longitude": -158.1075741, "Species": "Black-necked Stilt", "Count": 2, "Date": "2022-11-02" }, "geometry": { "type": "Point", "coordinates": [ -158.1075741, 21.33961677 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33961677, "Longitude": -158.1075741, "Species": "Chestnut Munia", "Count": 3, "Date": "2024-01-31" }, "geometry": { "type": "Point", "coordinates": [ -158.1075741, 21.33961677 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33961677, "Longitude": -158.1075741, "Species": "Common Gallinule", "Count": 1, "Date": "2020-11-13" }, "geometry": { "type": "Point", "coordinates": [ -158.1075741, 21.33961677 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33961677, "Longitude": -158.1075741, "Species": "Common Myna", "Count": 16, "Date": "2024-02-02" }, "geometry": { "type": "Point", "coordinates": [ -158.1075741, 21.33961677 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33961677, "Longitude": -158.1075741, "Species": "Common Waxbill", "Count": 4, "Date": "2024-02-02" }, "geometry": { "type": "Point", "coordinates": [ -158.1075741, 21.33961677 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33961677, "Longitude": -158.1075741, "Species": "Gray Francolin", "Count": 1, "Date": "2023-02-20" }, "geometry": { "type": "Point", "coordinates": [ -158.1075741, 21.33961677 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33961677, "Longitude": -158.1075741, "Species": "Great Frigatebird", "Count": 2, "Date": "2020-03-04" }, "geometry": { "type": "Point", "coordinates": [ -158.1075741, 21.33961677 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33961677, "Longitude": -158.1075741, "Species": "Hawaiian Coot", "Count": 4, "Date": "2022-11-02" }, "geometry": { "type": "Point", "coordinates": [ -158.1075741, 21.33961677 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33961677, "Longitude": -158.1075741, "Species": "House Finch", "Count": 5, "Date": "2024-01-31" }, "geometry": { "type": "Point", "coordinates": [ -158.1075741, 21.33961677 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33961677, "Longitude": -158.1075741, "Species": "House Sparrow", "Count": 4, "Date": "2024-01-31" }, "geometry": { "type": "Point", "coordinates": [ -158.1075741, 21.33961677 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33961677, "Longitude": -158.1075741, "Species": "Java Sparrow", "Count": 3, "Date": "2020-12-12" }, "geometry": { "type": "Point", "coordinates": [ -158.1075741, 21.33961677 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33961677, "Longitude": -158.1075741, "Species": "Feral Mallard", "Count": 5, "Date": "2022-01-21" }, "geometry": { "type": "Point", "coordinates": [ -158.1075741, 21.33961677 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33961677, "Longitude": -158.1075741, "Species": "Muscovy Duck", "Count": 3, "Date": "2022-01-23" }, "geometry": { "type": "Point", "coordinates": [ -158.1075741, 21.33961677 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33961677, "Longitude": -158.1075741, "Species": "Northern Cardinal", "Count": 2, "Date": "2024-01-31" }, "geometry": { "type": "Point", "coordinates": [ -158.1075741, 21.33961677 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33961677, "Longitude": -158.1075741, "Species": "Pacific Golden-Plover", "Count": 13, "Date": "2024-01-31" }, "geometry": { "type": "Point", "coordinates": [ -158.1075741, 21.33961677 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33961677, "Longitude": -158.1075741, "Species": "Red Junglefowl", "Count": 1, "Date": "2022-11-02" }, "geometry": { "type": "Point", "coordinates": [ -158.1075741, 21.33961677 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33961677, "Longitude": -158.1075741, "Species": "Red-crested Cardinal", "Count": 7, "Date": "2024-02-02" }, "geometry": { "type": "Point", "coordinates": [ -158.1075741, 21.33961677 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33961677, "Longitude": -158.1075741, "Species": "Red-vented Bulbul", "Count": 10, "Date": "2024-02-02" }, "geometry": { "type": "Point", "coordinates": [ -158.1075741, 21.33961677 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33961677, "Longitude": -158.1075741, "Species": "Red-whiskered Bulbul", "Count": 2, "Date": "2024-01-31" }, "geometry": { "type": "Point", "coordinates": [ -158.1075741, 21.33961677 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33961677, "Longitude": -158.1075741, "Species": "Ruddy Turnstone", "Count": 1, "Date": "2022-01-23" }, "geometry": { "type": "Point", "coordinates": [ -158.1075741, 21.33961677 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33961677, "Longitude": -158.1075741, "Species": "Saffron Finch", "Count": 7, "Date": "2024-02-02" }, "geometry": { "type": "Point", "coordinates": [ -158.1075741, 21.33961677 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33961677, "Longitude": -158.1075741, "Species": "Spotted Dove", "Count": 11, "Date": "2024-02-02" }, "geometry": { "type": "Point", "coordinates": [ -158.1075741, 21.33961677 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33961677, "Longitude": -158.1075741, "Species": "Wandering Tattler", "Count": 1, "Date": "2019-04-04" }, "geometry": { "type": "Point", "coordinates": [ -158.1075741, 21.33961677 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33961677, "Longitude": -158.1075741, "Species": "Warbling White-eye", "Count": 2, "Date": "2024-01-31" }, "geometry": { "type": "Point", "coordinates": [ -158.1075741, 21.33961677 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33961677, "Longitude": -158.1075741, "Species": "Wedge-tailed Shearwater", "Count": 1, "Date": "2020-11-24" }, "geometry": { "type": "Point", "coordinates": [ -158.1075741, 21.33961677 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33961677, "Longitude": -158.1075741, "Species": "Western Cattle Egret", "Count": 9, "Date": "2024-02-02" }, "geometry": { "type": "Point", "coordinates": [ -158.1075741, 21.33961677 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33961677, "Longitude": -158.1075741, "Species": "Zebra Dove", "Count": 14, "Date": "2024-02-02" }, "geometry": { "type": "Point", "coordinates": [ -158.1075741, 21.33961677 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42829697, "Longitude": -157.8368758, "Species": "Black Swan", "Count": 15, "Date": "2024-02-23" }, "geometry": { "type": "Point", "coordinates": [ -157.8368758, 21.42829697 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42829697, "Longitude": -157.8368758, "Species": "Black-crowned Night Heron", "Count": 1, "Date": "2023-05-15" }, "geometry": { "type": "Point", "coordinates": [ -157.8368758, 21.42829697 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42829697, "Longitude": -157.8368758, "Species": "Chestnut Munia", "Count": 14, "Date": "2023-07-09" }, "geometry": { "type": "Point", "coordinates": [ -157.8368758, 21.42829697 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42829697, "Longitude": -157.8368758, "Species": "Common Myna", "Count": 20, "Date": "2023-07-09" }, "geometry": { "type": "Point", "coordinates": [ -157.8368758, 21.42829697 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42829697, "Longitude": -157.8368758, "Species": "Common Waxbill", "Count": 3, "Date": "2023-07-09" }, "geometry": { "type": "Point", "coordinates": [ -157.8368758, 21.42829697 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42829697, "Longitude": -157.8368758, "Species": "House Finch", "Count": 4, "Date": "2023-07-09" }, "geometry": { "type": "Point", "coordinates": [ -157.8368758, 21.42829697 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42829697, "Longitude": -157.8368758, "Species": "House Sparrow", "Count": 18, "Date": "2023-07-09" }, "geometry": { "type": "Point", "coordinates": [ -157.8368758, 21.42829697 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42829697, "Longitude": -157.8368758, "Species": "Indian Peafowl", "Count": 3, "Date": "2023-01-29" }, "geometry": { "type": "Point", "coordinates": [ -157.8368758, 21.42829697 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42829697, "Longitude": -157.8368758, "Species": "Java Sparrow", "Count": 3, "Date": "2023-06-30" }, "geometry": { "type": "Point", "coordinates": [ -157.8368758, 21.42829697 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42829697, "Longitude": -157.8368758, "Species": "Feral Mallard", "Count": 5, "Date": "2022-09-09" }, "geometry": { "type": "Point", "coordinates": [ -157.8368758, 21.42829697 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42829697, "Longitude": -157.8368758, "Species": "Muscovy Duck", "Count": 1, "Date": "2022-09-19" }, "geometry": { "type": "Point", "coordinates": [ -157.8368758, 21.42829697 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42829697, "Longitude": -157.8368758, "Species": "Northern Cardinal", "Count": 2, "Date": "2021-08-16" }, "geometry": { "type": "Point", "coordinates": [ -157.8368758, 21.42829697 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42829697, "Longitude": -157.8368758, "Species": "Oahu Amakihi", "Count": 2, "Date": "2023-01-02" }, "geometry": { "type": "Point", "coordinates": [ -157.8368758, 21.42829697 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42829697, "Longitude": -157.8368758, "Species": "Pacific Golden-Plover", "Count": 10, "Date": "2022-08-25" }, "geometry": { "type": "Point", "coordinates": [ -157.8368758, 21.42829697 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42829697, "Longitude": -157.8368758, "Species": "Red Junglefowl", "Count": 5, "Date": "2021-12-22" }, "geometry": { "type": "Point", "coordinates": [ -157.8368758, 21.42829697 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42829697, "Longitude": -157.8368758, "Species": "Red-billed Leiothrix", "Count": 6, "Date": "2023-07-09" }, "geometry": { "type": "Point", "coordinates": [ -157.8368758, 21.42829697 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42829697, "Longitude": -157.8368758, "Species": "Red-crested Cardinal", "Count": 20, "Date": "2023-06-30" }, "geometry": { "type": "Point", "coordinates": [ -157.8368758, 21.42829697 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42829697, "Longitude": -157.8368758, "Species": "Red-vented Bulbul", "Count": 13, "Date": "2023-07-09" }, "geometry": { "type": "Point", "coordinates": [ -157.8368758, 21.42829697 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42829697, "Longitude": -157.8368758, "Species": "Red-whiskered Bulbul", "Count": 9, "Date": "2023-07-09" }, "geometry": { "type": "Point", "coordinates": [ -157.8368758, 21.42829697 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42829697, "Longitude": -157.8368758, "Species": "Rock Pigeon", "Count": 7, "Date": "2023-01-02" }, "geometry": { "type": "Point", "coordinates": [ -157.8368758, 21.42829697 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42829697, "Longitude": -157.8368758, "Species": "Saffron Finch", "Count": 3, "Date": "2023-06-30" }, "geometry": { "type": "Point", "coordinates": [ -157.8368758, 21.42829697 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42829697, "Longitude": -157.8368758, "Species": "Scaly-breasted Munia", "Count": 1, "Date": "2019-05-01" }, "geometry": { "type": "Point", "coordinates": [ -157.8368758, 21.42829697 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42829697, "Longitude": -157.8368758, "Species": "Spotted Dove", "Count": 41, "Date": "2024-02-23" }, "geometry": { "type": "Point", "coordinates": [ -157.8368758, 21.42829697 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42829697, "Longitude": -157.8368758, "Species": "Warbling White-eye", "Count": 9, "Date": "2023-07-09" }, "geometry": { "type": "Point", "coordinates": [ -157.8368758, 21.42829697 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42829697, "Longitude": -157.8368758, "Species": "Western Cattle Egret", "Count": 16, "Date": "2023-07-09" }, "geometry": { "type": "Point", "coordinates": [ -157.8368758, 21.42829697 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42829697, "Longitude": -157.8368758, "Species": "White-rumped Shama", "Count": 10, "Date": "2023-07-09" }, "geometry": { "type": "Point", "coordinates": [ -157.8368758, 21.42829697 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42829697, "Longitude": -157.8368758, "Species": "Yellow-faced Grassquit", "Count": 4, "Date": "2023-07-09" }, "geometry": { "type": "Point", "coordinates": [ -157.8368758, 21.42829697 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42829697, "Longitude": -157.8368758, "Species": "Zebra Dove", "Count": 41, "Date": "2024-02-23" }, "geometry": { "type": "Point", "coordinates": [ -157.8368758, 21.42829697 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42767078, "Longitude": -157.7500482, "Species": "African Silverbill", "Count": 1, "Date": "2019-04-16" }, "geometry": { "type": "Point", "coordinates": [ -157.7500482, 21.42767078 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42767078, "Longitude": -157.7500482, "Species": "Black-necked Stilt", "Count": 31, "Date": "2023-08-05" }, "geometry": { "type": "Point", "coordinates": [ -157.7500482, 21.42767078 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42767078, "Longitude": -157.7500482, "Species": "Chestnut Munia", "Count": 28, "Date": "2024-01-25" }, "geometry": { "type": "Point", "coordinates": [ -157.7500482, 21.42767078 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42767078, "Longitude": -157.7500482, "Species": "Common Myna", "Count": 138, "Date": "2024-02-11" }, "geometry": { "type": "Point", "coordinates": [ -157.7500482, 21.42767078 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42767078, "Longitude": -157.7500482, "Species": "Common Waxbill", "Count": 79, "Date": "2024-02-11" }, "geometry": { "type": "Point", "coordinates": [ -157.7500482, 21.42767078 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42767078, "Longitude": -157.7500482, "Species": "Erckel's Spurfowl", "Count": 1, "Date": "2020-08-31" }, "geometry": { "type": "Point", "coordinates": [ -157.7500482, 21.42767078 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42767078, "Longitude": -157.7500482, "Species": "Great Frigatebird", "Count": 7, "Date": "2023-11-04" }, "geometry": { "type": "Point", "coordinates": [ -157.7500482, 21.42767078 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42767078, "Longitude": -157.7500482, "Species": "House Finch", "Count": 78, "Date": "2024-02-11" }, "geometry": { "type": "Point", "coordinates": [ -157.7500482, 21.42767078 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42767078, "Longitude": -157.7500482, "Species": "House Sparrow", "Count": 74, "Date": "2024-02-11" }, "geometry": { "type": "Point", "coordinates": [ -157.7500482, 21.42767078 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42767078, "Longitude": -157.7500482, "Species": "Java Sparrow", "Count": 120, "Date": "2024-02-11" }, "geometry": { "type": "Point", "coordinates": [ -157.7500482, 21.42767078 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42767078, "Longitude": -157.7500482, "Species": "Feral Mallard", "Count": 9, "Date": "2024-05-05" }, "geometry": { "type": "Point", "coordinates": [ -157.7500482, 21.42767078 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42767078, "Longitude": -157.7500482, "Species": "Northern Cardinal", "Count": 54, "Date": "2024-02-11" }, "geometry": { "type": "Point", "coordinates": [ -157.7500482, 21.42767078 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42767078, "Longitude": -157.7500482, "Species": "Northern Mockingbird", "Count": 1, "Date": "2023-08-05" }, "geometry": { "type": "Point", "coordinates": [ -157.7500482, 21.42767078 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42767078, "Longitude": -157.7500482, "Species": "Pacific Golden-Plover", "Count": 71, "Date": "2024-02-11" }, "geometry": { "type": "Point", "coordinates": [ -157.7500482, 21.42767078 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42767078, "Longitude": -157.7500482, "Species": "Red Avadavat", "Count": 48, "Date": "2023-08-24" }, "geometry": { "type": "Point", "coordinates": [ -157.7500482, 21.42767078 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42767078, "Longitude": -157.7500482, "Species": "Red Junglefowl", "Count": 5, "Date": "2024-02-11" }, "geometry": { "type": "Point", "coordinates": [ -157.7500482, 21.42767078 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42767078, "Longitude": -157.7500482, "Species": "Red-billed Leiothrix", "Count": 1, "Date": "2019-04-15" }, "geometry": { "type": "Point", "coordinates": [ -157.7500482, 21.42767078 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42767078, "Longitude": -157.7500482, "Species": "Red-crested Cardinal", "Count": 74, "Date": "2024-02-11" }, "geometry": { "type": "Point", "coordinates": [ -157.7500482, 21.42767078 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42767078, "Longitude": -157.7500482, "Species": "Red-vented Bulbul", "Count": 76, "Date": "2024-02-11" }, "geometry": { "type": "Point", "coordinates": [ -157.7500482, 21.42767078 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42767078, "Longitude": -157.7500482, "Species": "Red-whiskered Bulbul", "Count": 11, "Date": "2023-08-05" }, "geometry": { "type": "Point", "coordinates": [ -157.7500482, 21.42767078 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42767078, "Longitude": -157.7500482, "Species": "Rock Pigeon", "Count": 63, "Date": "2024-02-11" }, "geometry": { "type": "Point", "coordinates": [ -157.7500482, 21.42767078 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42767078, "Longitude": -157.7500482, "Species": "Saffron Finch", "Count": 24, "Date": "2024-02-02" }, "geometry": { "type": "Point", "coordinates": [ -157.7500482, 21.42767078 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42767078, "Longitude": -157.7500482, "Species": "Scaly-breasted Munia", "Count": 21, "Date": "2023-06-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7500482, 21.42767078 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42767078, "Longitude": -157.7500482, "Species": "Spotted Dove", "Count": 100, "Date": "2024-02-02" }, "geometry": { "type": "Point", "coordinates": [ -157.7500482, 21.42767078 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42767078, "Longitude": -157.7500482, "Species": "Warbling White-eye", "Count": 36, "Date": "2024-02-11" }, "geometry": { "type": "Point", "coordinates": [ -157.7500482, 21.42767078 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42767078, "Longitude": -157.7500482, "Species": "Western Cattle Egret", "Count": 95, "Date": "2024-02-11" }, "geometry": { "type": "Point", "coordinates": [ -157.7500482, 21.42767078 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42767078, "Longitude": -157.7500482, "Species": "White-rumped Shama", "Count": 14, "Date": "2024-02-11" }, "geometry": { "type": "Point", "coordinates": [ -157.7500482, 21.42767078 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42767078, "Longitude": -157.7500482, "Species": "Yellow-fronted Canary", "Count": 4, "Date": "2019-03-30" }, "geometry": { "type": "Point", "coordinates": [ -157.7500482, 21.42767078 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42767078, "Longitude": -157.7500482, "Species": "Zebra Dove", "Count": 140, "Date": "2024-02-11" }, "geometry": { "type": "Point", "coordinates": [ -157.7500482, 21.42767078 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45539677, "Longitude": -157.8366609, "Species": "Black-crowned Night Heron", "Count": 4, "Date": "2023-04-12" }, "geometry": { "type": "Point", "coordinates": [ -157.8366609, 21.45539677 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45539677, "Longitude": -157.8366609, "Species": "Black-necked Stilt", "Count": 24, "Date": "2022-12-26" }, "geometry": { "type": "Point", "coordinates": [ -157.8366609, 21.45539677 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45539677, "Longitude": -157.8366609, "Species": "Chestnut Munia", "Count": 25, "Date": "2023-08-23" }, "geometry": { "type": "Point", "coordinates": [ -157.8366609, 21.45539677 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45539677, "Longitude": -157.8366609, "Species": "Common Gallinule", "Count": 4, "Date": "2024-01-03" }, "geometry": { "type": "Point", "coordinates": [ -157.8366609, 21.45539677 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45539677, "Longitude": -157.8366609, "Species": "Common Myna", "Count": 26, "Date": "2023-08-10" }, "geometry": { "type": "Point", "coordinates": [ -157.8366609, 21.45539677 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45539677, "Longitude": -157.8366609, "Species": "Common Waxbill", "Count": 3, "Date": "2022-07-30" }, "geometry": { "type": "Point", "coordinates": [ -157.8366609, 21.45539677 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45539677, "Longitude": -157.8366609, "Species": "Great Frigatebird", "Count": 1, "Date": "2023-01-28" }, "geometry": { "type": "Point", "coordinates": [ -157.8366609, 21.45539677 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45539677, "Longitude": -157.8366609, "Species": "House Finch", "Count": 1, "Date": "2021-11-22" }, "geometry": { "type": "Point", "coordinates": [ -157.8366609, 21.45539677 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45539677, "Longitude": -157.8366609, "Species": "House Sparrow", "Count": 3, "Date": "2023-08-01" }, "geometry": { "type": "Point", "coordinates": [ -157.8366609, 21.45539677 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45539677, "Longitude": -157.8366609, "Species": "Java Sparrow", "Count": 3, "Date": "2020-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.8366609, 21.45539677 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45539677, "Longitude": -157.8366609, "Species": "Feral Mallard", "Count": 7, "Date": "2021-09-08" }, "geometry": { "type": "Point", "coordinates": [ -157.8366609, 21.45539677 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45539677, "Longitude": -157.8366609, "Species": "Muscovy Duck", "Count": 1, "Date": "2019-12-31" }, "geometry": { "type": "Point", "coordinates": [ -157.8366609, 21.45539677 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45539677, "Longitude": -157.8366609, "Species": "Northern Cardinal", "Count": 1, "Date": "2022-11-20" }, "geometry": { "type": "Point", "coordinates": [ -157.8366609, 21.45539677 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45539677, "Longitude": -157.8366609, "Species": "Northern Mockingbird", "Count": 1, "Date": "2023-02-27" }, "geometry": { "type": "Point", "coordinates": [ -157.8366609, 21.45539677 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45539677, "Longitude": -157.8366609, "Species": "Pacific Golden-Plover", "Count": 13, "Date": "2023-03-29" }, "geometry": { "type": "Point", "coordinates": [ -157.8366609, 21.45539677 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45539677, "Longitude": -157.8366609, "Species": "Red Junglefowl", "Count": 5, "Date": "2023-08-01" }, "geometry": { "type": "Point", "coordinates": [ -157.8366609, 21.45539677 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45539677, "Longitude": -157.8366609, "Species": "Red-crested Cardinal", "Count": 4, "Date": "2023-08-01" }, "geometry": { "type": "Point", "coordinates": [ -157.8366609, 21.45539677 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45539677, "Longitude": -157.8366609, "Species": "Red-vented Bulbul", "Count": 6, "Date": "2023-02-27" }, "geometry": { "type": "Point", "coordinates": [ -157.8366609, 21.45539677 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45539677, "Longitude": -157.8366609, "Species": "Rock Pigeon", "Count": 4, "Date": "2024-01-03" }, "geometry": { "type": "Point", "coordinates": [ -157.8366609, 21.45539677 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45539677, "Longitude": -157.8366609, "Species": "Ruddy Turnstone", "Count": 12, "Date": "2019-04-04" }, "geometry": { "type": "Point", "coordinates": [ -157.8366609, 21.45539677 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45539677, "Longitude": -157.8366609, "Species": "Saffron Finch", "Count": 4, "Date": "2022-05-27" }, "geometry": { "type": "Point", "coordinates": [ -157.8366609, 21.45539677 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45539677, "Longitude": -157.8366609, "Species": "Scaly-breasted Munia", "Count": 2, "Date": "2023-10-05" }, "geometry": { "type": "Point", "coordinates": [ -157.8366609, 21.45539677 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45539677, "Longitude": -157.8366609, "Species": "Spotted Dove", "Count": 14, "Date": "2023-08-10" }, "geometry": { "type": "Point", "coordinates": [ -157.8366609, 21.45539677 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45539677, "Longitude": -157.8366609, "Species": "Wandering Tattler", "Count": 7, "Date": "2019-04-03" }, "geometry": { "type": "Point", "coordinates": [ -157.8366609, 21.45539677 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45539677, "Longitude": -157.8366609, "Species": "Warbling White-eye", "Count": 3, "Date": "2023-02-27" }, "geometry": { "type": "Point", "coordinates": [ -157.8366609, 21.45539677 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45539677, "Longitude": -157.8366609, "Species": "Wedge-tailed Shearwater", "Count": 1, "Date": "2020-11-21" }, "geometry": { "type": "Point", "coordinates": [ -157.8366609, 21.45539677 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45539677, "Longitude": -157.8366609, "Species": "Western Cattle Egret", "Count": 13, "Date": "2024-01-03" }, "geometry": { "type": "Point", "coordinates": [ -157.8366609, 21.45539677 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45539677, "Longitude": -157.8366609, "Species": "White-rumped Shama", "Count": 2, "Date": "2023-02-27" }, "geometry": { "type": "Point", "coordinates": [ -157.8366609, 21.45539677 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45539677, "Longitude": -157.8366609, "Species": "White-tailed Tropicbird", "Count": 1, "Date": "2023-08-10" }, "geometry": { "type": "Point", "coordinates": [ -157.8366609, 21.45539677 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45539677, "Longitude": -157.8366609, "Species": "Zebra Dove", "Count": 10, "Date": "2023-08-10" }, "geometry": { "type": "Point", "coordinates": [ -157.8366609, 21.45539677 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57529869, "Longitude": -158.2703339, "Species": "African Silverbill", "Count": 2, "Date": "2023-08-26" }, "geometry": { "type": "Point", "coordinates": [ -158.2703339, 21.57529869 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57529869, "Longitude": -158.2703339, "Species": "Black Francolin", "Count": 2, "Date": "2019-07-08" }, "geometry": { "type": "Point", "coordinates": [ -158.2703339, 21.57529869 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57529869, "Longitude": -158.2703339, "Species": "Black-footed Albatross", "Count": 1, "Date": "2022-01-15" }, "geometry": { "type": "Point", "coordinates": [ -158.2703339, 21.57529869 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57529869, "Longitude": -158.2703339, "Species": "Brown Booby", "Count": 3, "Date": "2023-04-11" }, "geometry": { "type": "Point", "coordinates": [ -158.2703339, 21.57529869 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57529869, "Longitude": -158.2703339, "Species": "Common Myna", "Count": 16, "Date": "2023-08-26" }, "geometry": { "type": "Point", "coordinates": [ -158.2703339, 21.57529869 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57529869, "Longitude": -158.2703339, "Species": "Common Waxbill", "Count": 10, "Date": "2023-08-26" }, "geometry": { "type": "Point", "coordinates": [ -158.2703339, 21.57529869 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57529869, "Longitude": -158.2703339, "Species": "Erckel's Spurfowl", "Count": 5, "Date": "2023-07-10" }, "geometry": { "type": "Point", "coordinates": [ -158.2703339, 21.57529869 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57529869, "Longitude": -158.2703339, "Species": "Gray Francolin", "Count": 7, "Date": "2021-03-10" }, "geometry": { "type": "Point", "coordinates": [ -158.2703339, 21.57529869 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57529869, "Longitude": -158.2703339, "Species": "Great Frigatebird", "Count": 2, "Date": "2020-02-15" }, "geometry": { "type": "Point", "coordinates": [ -158.2703339, 21.57529869 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57529869, "Longitude": -158.2703339, "Species": "House Finch", "Count": 5, "Date": "2023-07-10" }, "geometry": { "type": "Point", "coordinates": [ -158.2703339, 21.57529869 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57529869, "Longitude": -158.2703339, "Species": "Laysan Albatross", "Count": 19, "Date": "2023-07-01" }, "geometry": { "type": "Point", "coordinates": [ -158.2703339, 21.57529869 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57529869, "Longitude": -158.2703339, "Species": "Masked Booby", "Count": 1, "Date": "2023-04-11" }, "geometry": { "type": "Point", "coordinates": [ -158.2703339, 21.57529869 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57529869, "Longitude": -158.2703339, "Species": "Northern Cardinal", "Count": 5, "Date": "2023-07-10" }, "geometry": { "type": "Point", "coordinates": [ -158.2703339, 21.57529869 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57529869, "Longitude": -158.2703339, "Species": "Northern Mockingbird", "Count": 2, "Date": "2019-06-09" }, "geometry": { "type": "Point", "coordinates": [ -158.2703339, 21.57529869 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57529869, "Longitude": -158.2703339, "Species": "Pacific Golden-Plover", "Count": 9, "Date": "2023-08-26" }, "geometry": { "type": "Point", "coordinates": [ -158.2703339, 21.57529869 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57529869, "Longitude": -158.2703339, "Species": "Red Junglefowl", "Count": 1, "Date": "2019-01-10" }, "geometry": { "type": "Point", "coordinates": [ -158.2703339, 21.57529869 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57529869, "Longitude": -158.2703339, "Species": "Red-crested Cardinal", "Count": 12, "Date": "2023-08-26" }, "geometry": { "type": "Point", "coordinates": [ -158.2703339, 21.57529869 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57529869, "Longitude": -158.2703339, "Species": "Red-footed Booby", "Count": 1, "Date": "2019-07-08" }, "geometry": { "type": "Point", "coordinates": [ -158.2703339, 21.57529869 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57529869, "Longitude": -158.2703339, "Species": "Red-vented Bulbul", "Count": 17, "Date": "2023-08-26" }, "geometry": { "type": "Point", "coordinates": [ -158.2703339, 21.57529869 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57529869, "Longitude": -158.2703339, "Species": "Red-whiskered Bulbul", "Count": 3, "Date": "2023-04-11" }, "geometry": { "type": "Point", "coordinates": [ -158.2703339, 21.57529869 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57529869, "Longitude": -158.2703339, "Species": "Ring-necked Pheasant", "Count": 1, "Date": "2020-02-05" }, "geometry": { "type": "Point", "coordinates": [ -158.2703339, 21.57529869 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57529869, "Longitude": -158.2703339, "Species": "Rock Pigeon", "Count": 3, "Date": "2020-02-02" }, "geometry": { "type": "Point", "coordinates": [ -158.2703339, 21.57529869 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57529869, "Longitude": -158.2703339, "Species": "Saffron Finch", "Count": 1, "Date": "2019-01-10" }, "geometry": { "type": "Point", "coordinates": [ -158.2703339, 21.57529869 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57529869, "Longitude": -158.2703339, "Species": "Spotted Dove", "Count": 13, "Date": "2023-08-26" }, "geometry": { "type": "Point", "coordinates": [ -158.2703339, 21.57529869 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57529869, "Longitude": -158.2703339, "Species": "Wandering Tattler", "Count": 2, "Date": "2023-08-26" }, "geometry": { "type": "Point", "coordinates": [ -158.2703339, 21.57529869 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57529869, "Longitude": -158.2703339, "Species": "Warbling White-eye", "Count": 5, "Date": "2023-07-10" }, "geometry": { "type": "Point", "coordinates": [ -158.2703339, 21.57529869 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57529869, "Longitude": -158.2703339, "Species": "Wedge-tailed Shearwater", "Count": 5, "Date": "2023-08-26" }, "geometry": { "type": "Point", "coordinates": [ -158.2703339, 21.57529869 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57529869, "Longitude": -158.2703339, "Species": "Western Cattle Egret", "Count": 5, "Date": "2023-04-02" }, "geometry": { "type": "Point", "coordinates": [ -158.2703339, 21.57529869 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57529869, "Longitude": -158.2703339, "Species": "White-rumped Shama", "Count": 1, "Date": "2019-01-12" }, "geometry": { "type": "Point", "coordinates": [ -158.2703339, 21.57529869 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57529869, "Longitude": -158.2703339, "Species": "White-tailed Tropicbird", "Count": 2, "Date": "2023-08-26" }, "geometry": { "type": "Point", "coordinates": [ -158.2703339, 21.57529869 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57529869, "Longitude": -158.2703339, "Species": "Zebra Dove", "Count": 13, "Date": "2023-08-26" }, "geometry": { "type": "Point", "coordinates": [ -158.2703339, 21.57529869 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57513335, "Longitude": -158.2316924, "Species": "Brown Booby", "Count": 1, "Date": "2023-12-30" }, "geometry": { "type": "Point", "coordinates": [ -158.231692399999986, 21.57513335 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57513335, "Longitude": -158.2316924, "Species": "Chinese Hwamei", "Count": 2, "Date": "2022-12-28" }, "geometry": { "type": "Point", "coordinates": [ -158.231692399999986, 21.57513335 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57513335, "Longitude": -158.2316924, "Species": "Chukar", "Count": 1, "Date": "2022-12-28" }, "geometry": { "type": "Point", "coordinates": [ -158.231692399999986, 21.57513335 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57513335, "Longitude": -158.2316924, "Species": "Common Myna", "Count": 21, "Date": "2024-02-05" }, "geometry": { "type": "Point", "coordinates": [ -158.231692399999986, 21.57513335 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57513335, "Longitude": -158.2316924, "Species": "Common Waxbill", "Count": 23, "Date": "2024-02-05" }, "geometry": { "type": "Point", "coordinates": [ -158.231692399999986, 21.57513335 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57513335, "Longitude": -158.2316924, "Species": "Erckel's Spurfowl", "Count": 29, "Date": "2024-02-05" }, "geometry": { "type": "Point", "coordinates": [ -158.231692399999986, 21.57513335 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57513335, "Longitude": -158.2316924, "Species": "Eurasian Skylark", "Count": 2, "Date": "2023-05-01" }, "geometry": { "type": "Point", "coordinates": [ -158.231692399999986, 21.57513335 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57513335, "Longitude": -158.2316924, "Species": "Gray Francolin", "Count": 3, "Date": "2023-05-20" }, "geometry": { "type": "Point", "coordinates": [ -158.231692399999986, 21.57513335 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57513335, "Longitude": -158.2316924, "Species": "Great Frigatebird", "Count": 7, "Date": "2023-08-06" }, "geometry": { "type": "Point", "coordinates": [ -158.231692399999986, 21.57513335 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57513335, "Longitude": -158.2316924, "Species": "House Finch", "Count": 21, "Date": "2024-02-05" }, "geometry": { "type": "Point", "coordinates": [ -158.231692399999986, 21.57513335 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57513335, "Longitude": -158.2316924, "Species": "Indian Peafowl", "Count": 14, "Date": "2023-05-01" }, "geometry": { "type": "Point", "coordinates": [ -158.231692399999986, 21.57513335 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57513335, "Longitude": -158.2316924, "Species": "Japanese Bush Warbler", "Count": 19, "Date": "2024-02-05" }, "geometry": { "type": "Point", "coordinates": [ -158.231692399999986, 21.57513335 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57513335, "Longitude": -158.2316924, "Species": "Kalij Pheasant", "Count": 3, "Date": "2023-05-01" }, "geometry": { "type": "Point", "coordinates": [ -158.231692399999986, 21.57513335 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57513335, "Longitude": -158.2316924, "Species": "Laysan Albatross", "Count": 32, "Date": "2024-02-05" }, "geometry": { "type": "Point", "coordinates": [ -158.231692399999986, 21.57513335 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57513335, "Longitude": -158.2316924, "Species": "Northern Cardinal", "Count": 21, "Date": "2024-02-05" }, "geometry": { "type": "Point", "coordinates": [ -158.231692399999986, 21.57513335 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57513335, "Longitude": -158.2316924, "Species": "Pacific Golden-Plover", "Count": 12, "Date": "2024-02-05" }, "geometry": { "type": "Point", "coordinates": [ -158.231692399999986, 21.57513335 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57513335, "Longitude": -158.2316924, "Species": "Red Junglefowl", "Count": 3, "Date": "2022-12-28" }, "geometry": { "type": "Point", "coordinates": [ -158.231692399999986, 21.57513335 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57513335, "Longitude": -158.2316924, "Species": "Red-billed Leiothrix", "Count": 22, "Date": "2024-02-05" }, "geometry": { "type": "Point", "coordinates": [ -158.231692399999986, 21.57513335 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57513335, "Longitude": -158.2316924, "Species": "Red-crested Cardinal", "Count": 9, "Date": "2023-05-01" }, "geometry": { "type": "Point", "coordinates": [ -158.231692399999986, 21.57513335 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57513335, "Longitude": -158.2316924, "Species": "Red-vented Bulbul", "Count": 34, "Date": "2024-02-05" }, "geometry": { "type": "Point", "coordinates": [ -158.231692399999986, 21.57513335 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57513335, "Longitude": -158.2316924, "Species": "Red-whiskered Bulbul", "Count": 17, "Date": "2024-02-05" }, "geometry": { "type": "Point", "coordinates": [ -158.231692399999986, 21.57513335 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57513335, "Longitude": -158.2316924, "Species": "Ring-necked Pheasant", "Count": 3, "Date": "2023-12-12" }, "geometry": { "type": "Point", "coordinates": [ -158.231692399999986, 21.57513335 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57513335, "Longitude": -158.2316924, "Species": "Rock Pigeon", "Count": 12, "Date": "2023-05-20" }, "geometry": { "type": "Point", "coordinates": [ -158.231692399999986, 21.57513335 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57513335, "Longitude": -158.2316924, "Species": "Scaly-breasted Munia", "Count": 13, "Date": "2023-12-12" }, "geometry": { "type": "Point", "coordinates": [ -158.231692399999986, 21.57513335 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57513335, "Longitude": -158.2316924, "Species": "Spotted Dove", "Count": 23, "Date": "2024-02-05" }, "geometry": { "type": "Point", "coordinates": [ -158.231692399999986, 21.57513335 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57513335, "Longitude": -158.2316924, "Species": "Warbling White-eye", "Count": 31, "Date": "2024-02-05" }, "geometry": { "type": "Point", "coordinates": [ -158.231692399999986, 21.57513335 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57513335, "Longitude": -158.2316924, "Species": "Wedge-tailed Shearwater", "Count": 1, "Date": "2022-11-11" }, "geometry": { "type": "Point", "coordinates": [ -158.231692399999986, 21.57513335 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57513335, "Longitude": -158.2316924, "Species": "White-rumped Shama", "Count": 24, "Date": "2024-02-05" }, "geometry": { "type": "Point", "coordinates": [ -158.231692399999986, 21.57513335 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57513335, "Longitude": -158.2316924, "Species": "White-tailed Tropicbird", "Count": 26, "Date": "2024-02-05" }, "geometry": { "type": "Point", "coordinates": [ -158.231692399999986, 21.57513335 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57513335, "Longitude": -158.2316924, "Species": "Wild Turkey", "Count": 10, "Date": "2020-12-31" }, "geometry": { "type": "Point", "coordinates": [ -158.231692399999986, 21.57513335 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57513335, "Longitude": -158.2316924, "Species": "Zebra Dove", "Count": 28, "Date": "2024-02-05" }, "geometry": { "type": "Point", "coordinates": [ -158.231692399999986, 21.57513335 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.67349307, "Longitude": -158.0378768, "Species": "Brown Booby", "Count": 2, "Date": "2023-11-13" }, "geometry": { "type": "Point", "coordinates": [ -158.0378768, 21.67349307 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.67349307, "Longitude": -158.0378768, "Species": "Common Myna", "Count": 33, "Date": "2023-08-04" }, "geometry": { "type": "Point", "coordinates": [ -158.0378768, 21.67349307 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.67349307, "Longitude": -158.0378768, "Species": "Common Waxbill", "Count": 4, "Date": "2023-02-25" }, "geometry": { "type": "Point", "coordinates": [ -158.0378768, 21.67349307 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.67349307, "Longitude": -158.0378768, "Species": "Great Frigatebird", "Count": 1, "Date": "2023-07-12" }, "geometry": { "type": "Point", "coordinates": [ -158.0378768, 21.67349307 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.67349307, "Longitude": -158.0378768, "Species": "House Sparrow", "Count": 2, "Date": "2021-08-12" }, "geometry": { "type": "Point", "coordinates": [ -158.0378768, 21.67349307 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.67349307, "Longitude": -158.0378768, "Species": "Indian Peafowl", "Count": 1, "Date": "2023-05-10" }, "geometry": { "type": "Point", "coordinates": [ -158.0378768, 21.67349307 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.67349307, "Longitude": -158.0378768, "Species": "Java Sparrow", "Count": 9, "Date": "2023-07-20" }, "geometry": { "type": "Point", "coordinates": [ -158.0378768, 21.67349307 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.67349307, "Longitude": -158.0378768, "Species": "Laysan Albatross", "Count": 7, "Date": "2023-04-13" }, "geometry": { "type": "Point", "coordinates": [ -158.0378768, 21.67349307 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.67349307, "Longitude": -158.0378768, "Species": "Northern Cardinal", "Count": 2, "Date": "2022-02-11" }, "geometry": { "type": "Point", "coordinates": [ -158.0378768, 21.67349307 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.67349307, "Longitude": -158.0378768, "Species": "Pacific Golden-Plover", "Count": 4, "Date": "2021-11-02" }, "geometry": { "type": "Point", "coordinates": [ -158.0378768, 21.67349307 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.67349307, "Longitude": -158.0378768, "Species": "Red Junglefowl", "Count": 10, "Date": "2024-01-22" }, "geometry": { "type": "Point", "coordinates": [ -158.0378768, 21.67349307 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.67349307, "Longitude": -158.0378768, "Species": "Red-crested Cardinal", "Count": 14, "Date": "2023-10-22" }, "geometry": { "type": "Point", "coordinates": [ -158.0378768, 21.67349307 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.67349307, "Longitude": -158.0378768, "Species": "Red-footed Booby", "Count": 1, "Date": "2024-01-15" }, "geometry": { "type": "Point", "coordinates": [ -158.0378768, 21.67349307 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.67349307, "Longitude": -158.0378768, "Species": "Red-masked Parakeet", "Count": 1, "Date": "2021-08-12" }, "geometry": { "type": "Point", "coordinates": [ -158.0378768, 21.67349307 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.67349307, "Longitude": -158.0378768, "Species": "Red-vented Bulbul", "Count": 12, "Date": "2023-11-13" }, "geometry": { "type": "Point", "coordinates": [ -158.0378768, 21.67349307 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.67349307, "Longitude": -158.0378768, "Species": "Red-whiskered Bulbul", "Count": 4, "Date": "2023-02-25" }, "geometry": { "type": "Point", "coordinates": [ -158.0378768, 21.67349307 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.67349307, "Longitude": -158.0378768, "Species": "Rock Pigeon", "Count": 3, "Date": "2024-01-22" }, "geometry": { "type": "Point", "coordinates": [ -158.0378768, 21.67349307 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.67349307, "Longitude": -158.0378768, "Species": "Rosy-faced Lovebird", "Count": 1, "Date": "2021-06-24" }, "geometry": { "type": "Point", "coordinates": [ -158.0378768, 21.67349307 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.67349307, "Longitude": -158.0378768, "Species": "Ruddy Turnstone", "Count": 1, "Date": "2022-02-26" }, "geometry": { "type": "Point", "coordinates": [ -158.0378768, 21.67349307 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.67349307, "Longitude": -158.0378768, "Species": "Saffron Finch", "Count": 8, "Date": "2023-11-14" }, "geometry": { "type": "Point", "coordinates": [ -158.0378768, 21.67349307 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.67349307, "Longitude": -158.0378768, "Species": "Sanderling", "Count": 4, "Date": "2022-02-24" }, "geometry": { "type": "Point", "coordinates": [ -158.0378768, 21.67349307 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.67349307, "Longitude": -158.0378768, "Species": "Scaly-breasted Munia", "Count": 1, "Date": "2022-04-14" }, "geometry": { "type": "Point", "coordinates": [ -158.0378768, 21.67349307 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.67349307, "Longitude": -158.0378768, "Species": "Spotted Dove", "Count": 12, "Date": "2023-07-20" }, "geometry": { "type": "Point", "coordinates": [ -158.0378768, 21.67349307 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.67349307, "Longitude": -158.0378768, "Species": "Wandering Tattler", "Count": 4, "Date": "2022-02-14" }, "geometry": { "type": "Point", "coordinates": [ -158.0378768, 21.67349307 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.67349307, "Longitude": -158.0378768, "Species": "Warbling White-eye", "Count": 4, "Date": "2023-05-14" }, "geometry": { "type": "Point", "coordinates": [ -158.0378768, 21.67349307 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.67349307, "Longitude": -158.0378768, "Species": "Wedge-tailed Shearwater", "Count": 6, "Date": "2022-04-20" }, "geometry": { "type": "Point", "coordinates": [ -158.0378768, 21.67349307 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.67349307, "Longitude": -158.0378768, "Species": "Western Cattle Egret", "Count": 12, "Date": "2023-02-25" }, "geometry": { "type": "Point", "coordinates": [ -158.0378768, 21.67349307 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.67349307, "Longitude": -158.0378768, "Species": "White Tern", "Count": 1, "Date": "2022-12-11" }, "geometry": { "type": "Point", "coordinates": [ -158.0378768, 21.67349307 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.67349307, "Longitude": -158.0378768, "Species": "White-rumped Shama", "Count": 3, "Date": "2022-03-23" }, "geometry": { "type": "Point", "coordinates": [ -158.0378768, 21.67349307 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.67349307, "Longitude": -158.0378768, "Species": "White-tailed Tropicbird", "Count": 1, "Date": "2023-07-12" }, "geometry": { "type": "Point", "coordinates": [ -158.0378768, 21.67349307 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.67349307, "Longitude": -158.0378768, "Species": "Zebra Dove", "Count": 25, "Date": "2024-01-22" }, "geometry": { "type": "Point", "coordinates": [ -158.0378768, 21.67349307 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69121429, "Longitude": -157.979763, "Species": "Black-crowned Night Heron", "Count": 1, "Date": "2019-09-02" }, "geometry": { "type": "Point", "coordinates": [ -157.979763, 21.69121429 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69121429, "Longitude": -157.979763, "Species": "Black-necked Stilt", "Count": 2, "Date": "2021-10-14" }, "geometry": { "type": "Point", "coordinates": [ -157.979763, 21.69121429 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69121429, "Longitude": -157.979763, "Species": "Bristle-thighed Curlew", "Count": 2, "Date": "2022-08-23" }, "geometry": { "type": "Point", "coordinates": [ -157.979763, 21.69121429 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69121429, "Longitude": -157.979763, "Species": "Chestnut Munia", "Count": 6, "Date": "2024-02-01" }, "geometry": { "type": "Point", "coordinates": [ -157.979763, 21.69121429 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69121429, "Longitude": -157.979763, "Species": "Common Gallinule", "Count": 1, "Date": "2019-09-02" }, "geometry": { "type": "Point", "coordinates": [ -157.979763, 21.69121429 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69121429, "Longitude": -157.979763, "Species": "Common Myna", "Count": 7, "Date": "2024-02-04" }, "geometry": { "type": "Point", "coordinates": [ -157.979763, 21.69121429 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69121429, "Longitude": -157.979763, "Species": "Common Waxbill", "Count": 8, "Date": "2024-02-04" }, "geometry": { "type": "Point", "coordinates": [ -157.979763, 21.69121429 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69121429, "Longitude": -157.979763, "Species": "Gray Francolin", "Count": 1, "Date": "2022-08-23" }, "geometry": { "type": "Point", "coordinates": [ -157.979763, 21.69121429 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69121429, "Longitude": -157.979763, "Species": "Hawaiian Coot", "Count": 1, "Date": "2019-09-02" }, "geometry": { "type": "Point", "coordinates": [ -157.979763, 21.69121429 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69121429, "Longitude": -157.979763, "Species": "House Finch", "Count": 1, "Date": "2020-11-15" }, "geometry": { "type": "Point", "coordinates": [ -157.979763, 21.69121429 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69121429, "Longitude": -157.979763, "Species": "House Sparrow", "Count": 2, "Date": "2021-03-18" }, "geometry": { "type": "Point", "coordinates": [ -157.979763, 21.69121429 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69121429, "Longitude": -157.979763, "Species": "Japanese Bush Warbler", "Count": 2, "Date": "2024-02-04" }, "geometry": { "type": "Point", "coordinates": [ -157.979763, 21.69121429 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69121429, "Longitude": -157.979763, "Species": "Java Sparrow", "Count": 1, "Date": "2022-08-23" }, "geometry": { "type": "Point", "coordinates": [ -157.979763, 21.69121429 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69121429, "Longitude": -157.979763, "Species": "Feral Mallard", "Count": 1, "Date": "2019-09-02" }, "geometry": { "type": "Point", "coordinates": [ -157.979763, 21.69121429 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69121429, "Longitude": -157.979763, "Species": "Muscovy Duck", "Count": 1, "Date": "2019-09-02" }, "geometry": { "type": "Point", "coordinates": [ -157.979763, 21.69121429 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69121429, "Longitude": -157.979763, "Species": "Northern Cardinal", "Count": 1, "Date": "2024-01-26" }, "geometry": { "type": "Point", "coordinates": [ -157.979763, 21.69121429 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69121429, "Longitude": -157.979763, "Species": "Pacific Golden-Plover", "Count": 6, "Date": "2024-02-04" }, "geometry": { "type": "Point", "coordinates": [ -157.979763, 21.69121429 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69121429, "Longitude": -157.979763, "Species": "Red Junglefowl", "Count": 1, "Date": "2021-06-04" }, "geometry": { "type": "Point", "coordinates": [ -157.979763, 21.69121429 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69121429, "Longitude": -157.979763, "Species": "Red-billed Leiothrix", "Count": 1, "Date": "2022-08-23" }, "geometry": { "type": "Point", "coordinates": [ -157.979763, 21.69121429 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69121429, "Longitude": -157.979763, "Species": "Red-crested Cardinal", "Count": 6, "Date": "2024-02-04" }, "geometry": { "type": "Point", "coordinates": [ -157.979763, 21.69121429 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69121429, "Longitude": -157.979763, "Species": "Red-vented Bulbul", "Count": 8, "Date": "2024-02-04" }, "geometry": { "type": "Point", "coordinates": [ -157.979763, 21.69121429 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69121429, "Longitude": -157.979763, "Species": "Red-whiskered Bulbul", "Count": 4, "Date": "2024-02-04" }, "geometry": { "type": "Point", "coordinates": [ -157.979763, 21.69121429 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69121429, "Longitude": -157.979763, "Species": "Rock Pigeon", "Count": 2, "Date": "2021-03-18" }, "geometry": { "type": "Point", "coordinates": [ -157.979763, 21.69121429 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69121429, "Longitude": -157.979763, "Species": "Ruddy Turnstone", "Count": 2, "Date": "2022-08-23" }, "geometry": { "type": "Point", "coordinates": [ -157.979763, 21.69121429 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69121429, "Longitude": -157.979763, "Species": "Saffron Finch", "Count": 3, "Date": "2024-02-04" }, "geometry": { "type": "Point", "coordinates": [ -157.979763, 21.69121429 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69121429, "Longitude": -157.979763, "Species": "Scaly-breasted Munia", "Count": 1, "Date": "2024-02-01" }, "geometry": { "type": "Point", "coordinates": [ -157.979763, 21.69121429 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69121429, "Longitude": -157.979763, "Species": "Spotted Dove", "Count": 5, "Date": "2022-08-23" }, "geometry": { "type": "Point", "coordinates": [ -157.979763, 21.69121429 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69121429, "Longitude": -157.979763, "Species": "Warbling White-eye", "Count": 2, "Date": "2024-01-25" }, "geometry": { "type": "Point", "coordinates": [ -157.979763, 21.69121429 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69121429, "Longitude": -157.979763, "Species": "Western Cattle Egret", "Count": 11, "Date": "2024-02-04" }, "geometry": { "type": "Point", "coordinates": [ -157.979763, 21.69121429 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69121429, "Longitude": -157.979763, "Species": "White-rumped Shama", "Count": 2, "Date": "2022-08-23" }, "geometry": { "type": "Point", "coordinates": [ -157.979763, 21.69121429 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69121429, "Longitude": -157.979763, "Species": "Zebra Dove", "Count": 6, "Date": "2024-02-04" }, "geometry": { "type": "Point", "coordinates": [ -157.979763, 21.69121429 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69096749, "Longitude": -157.9411011, "Species": "Black-crowned Night Heron", "Count": 2, "Date": "2020-12-07" }, "geometry": { "type": "Point", "coordinates": [ -157.9411011, 21.69096749 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69096749, "Longitude": -157.9411011, "Species": "Black-necked Stilt", "Count": 1, "Date": "2020-12-05" }, "geometry": { "type": "Point", "coordinates": [ -157.9411011, 21.69096749 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69096749, "Longitude": -157.9411011, "Species": "Bristle-thighed Curlew", "Count": 5, "Date": "2023-04-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9411011, 21.69096749 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69096749, "Longitude": -157.9411011, "Species": "Brown Noddy", "Count": 1, "Date": "2019-03-31" }, "geometry": { "type": "Point", "coordinates": [ -157.9411011, 21.69096749 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69096749, "Longitude": -157.9411011, "Species": "Common Myna", "Count": 1, "Date": "2022-03-16" }, "geometry": { "type": "Point", "coordinates": [ -157.9411011, 21.69096749 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69096749, "Longitude": -157.9411011, "Species": "Common Waxbill", "Count": 1, "Date": "2022-03-16" }, "geometry": { "type": "Point", "coordinates": [ -157.9411011, 21.69096749 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69096749, "Longitude": -157.9411011, "Species": "Dunlin", "Count": 1, "Date": "2020-12-05" }, "geometry": { "type": "Point", "coordinates": [ -157.9411011, 21.69096749 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69096749, "Longitude": -157.9411011, "Species": "Great Frigatebird", "Count": 1, "Date": "2020-12-07" }, "geometry": { "type": "Point", "coordinates": [ -157.9411011, 21.69096749 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69096749, "Longitude": -157.9411011, "Species": "Hawaiian Coot", "Count": 2, "Date": "2020-12-07" }, "geometry": { "type": "Point", "coordinates": [ -157.9411011, 21.69096749 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69096749, "Longitude": -157.9411011, "Species": "House Finch", "Count": 3, "Date": "2022-03-16" }, "geometry": { "type": "Point", "coordinates": [ -157.9411011, 21.69096749 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69096749, "Longitude": -157.9411011, "Species": "Laysan Albatross", "Count": 1, "Date": "2023-04-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9411011, 21.69096749 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69096749, "Longitude": -157.9411011, "Species": "Feral Mallard", "Count": 1, "Date": "2020-12-07" }, "geometry": { "type": "Point", "coordinates": [ -157.9411011, 21.69096749 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69096749, "Longitude": -157.9411011, "Species": "Northern Cardinal", "Count": 1, "Date": "2022-03-16" }, "geometry": { "type": "Point", "coordinates": [ -157.9411011, 21.69096749 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69096749, "Longitude": -157.9411011, "Species": "Northern Pintail", "Count": 2, "Date": "2020-12-07" }, "geometry": { "type": "Point", "coordinates": [ -157.9411011, 21.69096749 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69096749, "Longitude": -157.9411011, "Species": "Northern Shoveler", "Count": 2, "Date": "2020-12-07" }, "geometry": { "type": "Point", "coordinates": [ -157.9411011, 21.69096749 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69096749, "Longitude": -157.9411011, "Species": "Pacific Golden-Plover", "Count": 4, "Date": "2022-03-16" }, "geometry": { "type": "Point", "coordinates": [ -157.9411011, 21.69096749 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69096749, "Longitude": -157.9411011, "Species": "Red Junglefowl", "Count": 2, "Date": "2022-03-16" }, "geometry": { "type": "Point", "coordinates": [ -157.9411011, 21.69096749 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69096749, "Longitude": -157.9411011, "Species": "Red-crested Cardinal", "Count": 1, "Date": "2022-03-16" }, "geometry": { "type": "Point", "coordinates": [ -157.9411011, 21.69096749 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69096749, "Longitude": -157.9411011, "Species": "Red-footed Booby", "Count": 1, "Date": "2019-03-31" }, "geometry": { "type": "Point", "coordinates": [ -157.9411011, 21.69096749 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69096749, "Longitude": -157.9411011, "Species": "Red-vented Bulbul", "Count": 3, "Date": "2022-03-16" }, "geometry": { "type": "Point", "coordinates": [ -157.9411011, 21.69096749 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69096749, "Longitude": -157.9411011, "Species": "Red-whiskered Bulbul", "Count": 2, "Date": "2022-03-16" }, "geometry": { "type": "Point", "coordinates": [ -157.9411011, 21.69096749 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69096749, "Longitude": -157.9411011, "Species": "Ruddy Turnstone", "Count": 4, "Date": "2023-04-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9411011, 21.69096749 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69096749, "Longitude": -157.9411011, "Species": "Saffron Finch", "Count": 2, "Date": "2022-03-16" }, "geometry": { "type": "Point", "coordinates": [ -157.9411011, 21.69096749 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69096749, "Longitude": -157.9411011, "Species": "Sanderling", "Count": 3, "Date": "2020-12-07" }, "geometry": { "type": "Point", "coordinates": [ -157.9411011, 21.69096749 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69096749, "Longitude": -157.9411011, "Species": "Sooty Tern", "Count": 1, "Date": "2019-03-31" }, "geometry": { "type": "Point", "coordinates": [ -157.9411011, 21.69096749 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69096749, "Longitude": -157.9411011, "Species": "Spotted Dove", "Count": 3, "Date": "2022-03-16" }, "geometry": { "type": "Point", "coordinates": [ -157.9411011, 21.69096749 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69096749, "Longitude": -157.9411011, "Species": "Wandering Tattler", "Count": 2, "Date": "2022-03-16" }, "geometry": { "type": "Point", "coordinates": [ -157.9411011, 21.69096749 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69096749, "Longitude": -157.9411011, "Species": "Warbling White-eye", "Count": 3, "Date": "2022-03-16" }, "geometry": { "type": "Point", "coordinates": [ -157.9411011, 21.69096749 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69096749, "Longitude": -157.9411011, "Species": "Western Cattle Egret", "Count": 5, "Date": "2023-04-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9411011, 21.69096749 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69096749, "Longitude": -157.9411011, "Species": "White-rumped Shama", "Count": 1, "Date": "2020-12-07" }, "geometry": { "type": "Point", "coordinates": [ -157.9411011, 21.69096749 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69096749, "Longitude": -157.9411011, "Species": "Zebra Dove", "Count": 4, "Date": "2022-03-16" }, "geometry": { "type": "Point", "coordinates": [ -157.9411011, 21.69096749 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2654261, "Longitude": -157.799611, "Species": "African Silverbill", "Count": 2, "Date": "2021-02-21" }, "geometry": { "type": "Point", "coordinates": [ -157.799611, 21.2654261 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2654261, "Longitude": -157.799611, "Species": "Chestnut Munia", "Count": 2, "Date": "2022-11-04" }, "geometry": { "type": "Point", "coordinates": [ -157.799611, 21.2654261 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2654261, "Longitude": -157.799611, "Species": "Common Myna", "Count": 32, "Date": "2024-01-15" }, "geometry": { "type": "Point", "coordinates": [ -157.799611, 21.2654261 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2654261, "Longitude": -157.799611, "Species": "Common Waxbill", "Count": 19, "Date": "2023-11-23" }, "geometry": { "type": "Point", "coordinates": [ -157.799611, 21.2654261 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2654261, "Longitude": -157.799611, "Species": "Gray Francolin", "Count": 2, "Date": "2024-01-15" }, "geometry": { "type": "Point", "coordinates": [ -157.799611, 21.2654261 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2654261, "Longitude": -157.799611, "Species": "Hawaiian Coot", "Count": 1, "Date": "2022-11-04" }, "geometry": { "type": "Point", "coordinates": [ -157.799611, 21.2654261 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2654261, "Longitude": -157.799611, "Species": "House Finch", "Count": 13, "Date": "2023-08-09" }, "geometry": { "type": "Point", "coordinates": [ -157.799611, 21.2654261 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2654261, "Longitude": -157.799611, "Species": "House Sparrow", "Count": 12, "Date": "2023-02-18" }, "geometry": { "type": "Point", "coordinates": [ -157.799611, 21.2654261 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2654261, "Longitude": -157.799611, "Species": "Java Sparrow", "Count": 7, "Date": "2022-11-04" }, "geometry": { "type": "Point", "coordinates": [ -157.799611, 21.2654261 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2654261, "Longitude": -157.799611, "Species": "Feral Mallard", "Count": 1, "Date": "2019-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.799611, 21.2654261 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2654261, "Longitude": -157.799611, "Species": "Muscovy Duck", "Count": 1, "Date": "2022-11-04" }, "geometry": { "type": "Point", "coordinates": [ -157.799611, 21.2654261 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2654261, "Longitude": -157.799611, "Species": "Northern Cardinal", "Count": 1, "Date": "2022-11-04" }, "geometry": { "type": "Point", "coordinates": [ -157.799611, 21.2654261 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2654261, "Longitude": -157.799611, "Species": "Northern Mockingbird", "Count": 1, "Date": "2019-08-13" }, "geometry": { "type": "Point", "coordinates": [ -157.799611, 21.2654261 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2654261, "Longitude": -157.799611, "Species": "Pacific Golden-Plover", "Count": 21, "Date": "2024-01-15" }, "geometry": { "type": "Point", "coordinates": [ -157.799611, 21.2654261 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2654261, "Longitude": -157.799611, "Species": "Red Junglefowl", "Count": 11, "Date": "2024-01-15" }, "geometry": { "type": "Point", "coordinates": [ -157.799611, 21.2654261 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2654261, "Longitude": -157.799611, "Species": "Red-billed Leiothrix", "Count": 1, "Date": "2022-11-04" }, "geometry": { "type": "Point", "coordinates": [ -157.799611, 21.2654261 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2654261, "Longitude": -157.799611, "Species": "Red-crested Cardinal", "Count": 32, "Date": "2024-01-15" }, "geometry": { "type": "Point", "coordinates": [ -157.799611, 21.2654261 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2654261, "Longitude": -157.799611, "Species": "Red-masked Parakeet", "Count": 2, "Date": "2019-11-02" }, "geometry": { "type": "Point", "coordinates": [ -157.799611, 21.2654261 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2654261, "Longitude": -157.799611, "Species": "Red-vented Bulbul", "Count": 33, "Date": "2024-01-15" }, "geometry": { "type": "Point", "coordinates": [ -157.799611, 21.2654261 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2654261, "Longitude": -157.799611, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2019-03-02" }, "geometry": { "type": "Point", "coordinates": [ -157.799611, 21.2654261 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2654261, "Longitude": -157.799611, "Species": "Rock Pigeon", "Count": 16, "Date": "2024-01-15" }, "geometry": { "type": "Point", "coordinates": [ -157.799611, 21.2654261 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2654261, "Longitude": -157.799611, "Species": "Rose-ringed Parakeet", "Count": 19, "Date": "2024-01-15" }, "geometry": { "type": "Point", "coordinates": [ -157.799611, 21.2654261 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2654261, "Longitude": -157.799611, "Species": "Saffron Finch", "Count": 5, "Date": "2023-08-09" }, "geometry": { "type": "Point", "coordinates": [ -157.799611, 21.2654261 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2654261, "Longitude": -157.799611, "Species": "Scaly-breasted Munia", "Count": 4, "Date": "2021-11-24" }, "geometry": { "type": "Point", "coordinates": [ -157.799611, 21.2654261 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2654261, "Longitude": -157.799611, "Species": "Spotted Dove", "Count": 30, "Date": "2024-01-15" }, "geometry": { "type": "Point", "coordinates": [ -157.799611, 21.2654261 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2654261, "Longitude": -157.799611, "Species": "Warbling White-eye", "Count": 15, "Date": "2024-01-15" }, "geometry": { "type": "Point", "coordinates": [ -157.799611, 21.2654261 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2654261, "Longitude": -157.799611, "Species": "Western Cattle Egret", "Count": 29, "Date": "2024-01-15" }, "geometry": { "type": "Point", "coordinates": [ -157.799611, 21.2654261 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2654261, "Longitude": -157.799611, "Species": "White Tern", "Count": 19, "Date": "2024-01-15" }, "geometry": { "type": "Point", "coordinates": [ -157.799611, 21.2654261 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2654261, "Longitude": -157.799611, "Species": "White-rumped Shama", "Count": 11, "Date": "2023-11-23" }, "geometry": { "type": "Point", "coordinates": [ -157.799611, 21.2654261 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2654261, "Longitude": -157.799611, "Species": "Yellow-fronted Canary", "Count": 12, "Date": "2024-02-14" }, "geometry": { "type": "Point", "coordinates": [ -157.799611, 21.2654261 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2654261, "Longitude": -157.799611, "Species": "Zebra Dove", "Count": 38, "Date": "2024-01-15" }, "geometry": { "type": "Point", "coordinates": [ -157.799611, 21.2654261 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31066107, "Longitude": -157.8088839, "Species": "Black-crowned Night Heron", "Count": 1, "Date": "2022-05-30" }, "geometry": { "type": "Point", "coordinates": [ -157.808883900000012, 21.31066107 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31066107, "Longitude": -157.8088839, "Species": "Chestnut Munia", "Count": 56, "Date": "2023-12-17" }, "geometry": { "type": "Point", "coordinates": [ -157.808883900000012, 21.31066107 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31066107, "Longitude": -157.8088839, "Species": "Common Myna", "Count": 76, "Date": "2024-01-17" }, "geometry": { "type": "Point", "coordinates": [ -157.808883900000012, 21.31066107 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31066107, "Longitude": -157.8088839, "Species": "Common Waxbill", "Count": 58, "Date": "2023-12-17" }, "geometry": { "type": "Point", "coordinates": [ -157.808883900000012, 21.31066107 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31066107, "Longitude": -157.8088839, "Species": "House Finch", "Count": 46, "Date": "2023-12-17" }, "geometry": { "type": "Point", "coordinates": [ -157.808883900000012, 21.31066107 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31066107, "Longitude": -157.8088839, "Species": "House Sparrow", "Count": 66, "Date": "2023-12-17" }, "geometry": { "type": "Point", "coordinates": [ -157.808883900000012, 21.31066107 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31066107, "Longitude": -157.8088839, "Species": "Japanese Bush Warbler", "Count": 1, "Date": "2023-04-16" }, "geometry": { "type": "Point", "coordinates": [ -157.808883900000012, 21.31066107 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31066107, "Longitude": -157.8088839, "Species": "Java Sparrow", "Count": 47, "Date": "2024-01-17" }, "geometry": { "type": "Point", "coordinates": [ -157.808883900000012, 21.31066107 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31066107, "Longitude": -157.8088839, "Species": "Feral Mallard", "Count": 45, "Date": "2023-12-17" }, "geometry": { "type": "Point", "coordinates": [ -157.808883900000012, 21.31066107 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31066107, "Longitude": -157.8088839, "Species": "Muscovy Duck", "Count": 1, "Date": "2019-11-09" }, "geometry": { "type": "Point", "coordinates": [ -157.808883900000012, 21.31066107 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31066107, "Longitude": -157.8088839, "Species": "Northern Cardinal", "Count": 31, "Date": "2023-12-17" }, "geometry": { "type": "Point", "coordinates": [ -157.808883900000012, 21.31066107 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31066107, "Longitude": -157.8088839, "Species": "Pacific Golden-Plover", "Count": 50, "Date": "2023-12-17" }, "geometry": { "type": "Point", "coordinates": [ -157.808883900000012, 21.31066107 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31066107, "Longitude": -157.8088839, "Species": "Red Junglefowl", "Count": 1, "Date": "2022-12-26" }, "geometry": { "type": "Point", "coordinates": [ -157.808883900000012, 21.31066107 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31066107, "Longitude": -157.8088839, "Species": "Red-billed Leiothrix", "Count": 1, "Date": "2019-12-31" }, "geometry": { "type": "Point", "coordinates": [ -157.808883900000012, 21.31066107 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31066107, "Longitude": -157.8088839, "Species": "Red-crested Cardinal", "Count": 77, "Date": "2023-12-31" }, "geometry": { "type": "Point", "coordinates": [ -157.808883900000012, 21.31066107 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31066107, "Longitude": -157.8088839, "Species": "Red-vented Bulbul", "Count": 72, "Date": "2024-01-17" }, "geometry": { "type": "Point", "coordinates": [ -157.808883900000012, 21.31066107 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31066107, "Longitude": -157.8088839, "Species": "Red-whiskered Bulbul", "Count": 42, "Date": "2023-12-17" }, "geometry": { "type": "Point", "coordinates": [ -157.808883900000012, 21.31066107 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31066107, "Longitude": -157.8088839, "Species": "Rock Pigeon", "Count": 19, "Date": "2023-12-17" }, "geometry": { "type": "Point", "coordinates": [ -157.808883900000012, 21.31066107 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31066107, "Longitude": -157.8088839, "Species": "Rose-ringed Parakeet", "Count": 69, "Date": "2024-01-17" }, "geometry": { "type": "Point", "coordinates": [ -157.808883900000012, 21.31066107 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31066107, "Longitude": -157.8088839, "Species": "Saffron Finch", "Count": 7, "Date": "2023-12-17" }, "geometry": { "type": "Point", "coordinates": [ -157.808883900000012, 21.31066107 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31066107, "Longitude": -157.8088839, "Species": "Scaly-breasted Munia", "Count": 15, "Date": "2023-12-17" }, "geometry": { "type": "Point", "coordinates": [ -157.808883900000012, 21.31066107 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31066107, "Longitude": -157.8088839, "Species": "Spotted Dove", "Count": 74, "Date": "2024-01-17" }, "geometry": { "type": "Point", "coordinates": [ -157.808883900000012, 21.31066107 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31066107, "Longitude": -157.8088839, "Species": "Wandering Tattler", "Count": 19, "Date": "2023-12-17" }, "geometry": { "type": "Point", "coordinates": [ -157.808883900000012, 21.31066107 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31066107, "Longitude": -157.8088839, "Species": "Warbling White-eye", "Count": 56, "Date": "2023-12-17" }, "geometry": { "type": "Point", "coordinates": [ -157.808883900000012, 21.31066107 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31066107, "Longitude": -157.8088839, "Species": "Western Cattle Egret", "Count": 52, "Date": "2023-12-17" }, "geometry": { "type": "Point", "coordinates": [ -157.808883900000012, 21.31066107 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31066107, "Longitude": -157.8088839, "Species": "White Tern", "Count": 27, "Date": "2023-12-31" }, "geometry": { "type": "Point", "coordinates": [ -157.808883900000012, 21.31066107 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31066107, "Longitude": -157.8088839, "Species": "White-rumped Shama", "Count": 26, "Date": "2023-09-10" }, "geometry": { "type": "Point", "coordinates": [ -157.808883900000012, 21.31066107 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31066107, "Longitude": -157.8088839, "Species": "White-tailed Tropicbird", "Count": 2, "Date": "2020-06-02" }, "geometry": { "type": "Point", "coordinates": [ -157.808883900000012, 21.31066107 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31066107, "Longitude": -157.8088839, "Species": "Wild Turkey", "Count": 1, "Date": "2019-01-01" }, "geometry": { "type": "Point", "coordinates": [ -157.808883900000012, 21.31066107 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31066107, "Longitude": -157.8088839, "Species": "Yellow-fronted Canary", "Count": 31, "Date": "2023-09-10" }, "geometry": { "type": "Point", "coordinates": [ -157.808883900000012, 21.31066107 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31066107, "Longitude": -157.8088839, "Species": "Zebra Dove", "Count": 75, "Date": "2024-01-17" }, "geometry": { "type": "Point", "coordinates": [ -157.808883900000012, 21.31066107 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35685619, "Longitude": -157.9628103, "Species": "African Silverbill", "Count": 1, "Date": "2021-01-02" }, "geometry": { "type": "Point", "coordinates": [ -157.9628103, 21.35685619 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35685619, "Longitude": -157.9628103, "Species": "Black-crowned Night Heron", "Count": 4, "Date": "2023-11-24" }, "geometry": { "type": "Point", "coordinates": [ -157.9628103, 21.35685619 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35685619, "Longitude": -157.9628103, "Species": "Chestnut Munia", "Count": 20, "Date": "2023-12-15" }, "geometry": { "type": "Point", "coordinates": [ -157.9628103, 21.35685619 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35685619, "Longitude": -157.9628103, "Species": "Common Myna", "Count": 31, "Date": "2023-12-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9628103, 21.35685619 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35685619, "Longitude": -157.9628103, "Species": "Common Waxbill", "Count": 12, "Date": "2023-11-24" }, "geometry": { "type": "Point", "coordinates": [ -157.9628103, 21.35685619 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35685619, "Longitude": -157.9628103, "Species": "Eurasian Skylark", "Count": 6, "Date": "2023-01-15" }, "geometry": { "type": "Point", "coordinates": [ -157.9628103, 21.35685619 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35685619, "Longitude": -157.9628103, "Species": "House Finch", "Count": 19, "Date": "2023-06-04" }, "geometry": { "type": "Point", "coordinates": [ -157.9628103, 21.35685619 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35685619, "Longitude": -157.9628103, "Species": "House Sparrow", "Count": 10, "Date": "2023-01-15" }, "geometry": { "type": "Point", "coordinates": [ -157.9628103, 21.35685619 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35685619, "Longitude": -157.9628103, "Species": "Java Sparrow", "Count": 1, "Date": "2019-02-18" }, "geometry": { "type": "Point", "coordinates": [ -157.9628103, 21.35685619 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35685619, "Longitude": -157.9628103, "Species": "Northern Cardinal", "Count": 1, "Date": "2019-02-18" }, "geometry": { "type": "Point", "coordinates": [ -157.9628103, 21.35685619 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35685619, "Longitude": -157.9628103, "Species": "Pacific Golden-Plover", "Count": 21, "Date": "2023-11-24" }, "geometry": { "type": "Point", "coordinates": [ -157.9628103, 21.35685619 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35685619, "Longitude": -157.9628103, "Species": "Red Avadavat", "Count": 1, "Date": "2019-06-18" }, "geometry": { "type": "Point", "coordinates": [ -157.9628103, 21.35685619 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35685619, "Longitude": -157.9628103, "Species": "Red Junglefowl", "Count": 2, "Date": "2023-03-24" }, "geometry": { "type": "Point", "coordinates": [ -157.9628103, 21.35685619 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35685619, "Longitude": -157.9628103, "Species": "Red-crested Cardinal", "Count": 12, "Date": "2023-12-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9628103, 21.35685619 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35685619, "Longitude": -157.9628103, "Species": "Red-vented Bulbul", "Count": 18, "Date": "2023-10-26" }, "geometry": { "type": "Point", "coordinates": [ -157.9628103, 21.35685619 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35685619, "Longitude": -157.9628103, "Species": "Red-whiskered Bulbul", "Count": 5, "Date": "2023-10-26" }, "geometry": { "type": "Point", "coordinates": [ -157.9628103, 21.35685619 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35685619, "Longitude": -157.9628103, "Species": "Rock Pigeon", "Count": 11, "Date": "2023-01-15" }, "geometry": { "type": "Point", "coordinates": [ -157.9628103, 21.35685619 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35685619, "Longitude": -157.9628103, "Species": "Rose-ringed Parakeet", "Count": 3, "Date": "2022-03-25" }, "geometry": { "type": "Point", "coordinates": [ -157.9628103, 21.35685619 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35685619, "Longitude": -157.9628103, "Species": "Ruddy Turnstone", "Count": 10, "Date": "2023-01-15" }, "geometry": { "type": "Point", "coordinates": [ -157.9628103, 21.35685619 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35685619, "Longitude": -157.9628103, "Species": "Ruff", "Count": 8, "Date": "2022-03-30" }, "geometry": { "type": "Point", "coordinates": [ -157.9628103, 21.35685619 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35685619, "Longitude": -157.9628103, "Species": "Saffron Finch", "Count": 14, "Date": "2023-12-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9628103, 21.35685619 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35685619, "Longitude": -157.9628103, "Species": "Sanderling", "Count": 1, "Date": "2023-12-15" }, "geometry": { "type": "Point", "coordinates": [ -157.9628103, 21.35685619 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35685619, "Longitude": -157.9628103, "Species": "Scaly-breasted Munia", "Count": 1, "Date": "2022-03-28" }, "geometry": { "type": "Point", "coordinates": [ -157.9628103, 21.35685619 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35685619, "Longitude": -157.9628103, "Species": "Short-eared Owl", "Count": 1, "Date": "2023-11-24" }, "geometry": { "type": "Point", "coordinates": [ -157.9628103, 21.35685619 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35685619, "Longitude": -157.9628103, "Species": "Spotted Dove", "Count": 12, "Date": "2023-11-24" }, "geometry": { "type": "Point", "coordinates": [ -157.9628103, 21.35685619 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35685619, "Longitude": -157.9628103, "Species": "Wandering Tattler", "Count": 3, "Date": "2022-03-30" }, "geometry": { "type": "Point", "coordinates": [ -157.9628103, 21.35685619 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35685619, "Longitude": -157.9628103, "Species": "Warbling White-eye", "Count": 11, "Date": "2023-10-26" }, "geometry": { "type": "Point", "coordinates": [ -157.9628103, 21.35685619 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35685619, "Longitude": -157.9628103, "Species": "Western Cattle Egret", "Count": 20, "Date": "2023-11-24" }, "geometry": { "type": "Point", "coordinates": [ -157.9628103, 21.35685619 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35685619, "Longitude": -157.9628103, "Species": "White Tern", "Count": 4, "Date": "2023-06-04" }, "geometry": { "type": "Point", "coordinates": [ -157.9628103, 21.35685619 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35685619, "Longitude": -157.9628103, "Species": "White-rumped Shama", "Count": 1, "Date": "2023-01-15" }, "geometry": { "type": "Point", "coordinates": [ -157.9628103, 21.35685619 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35685619, "Longitude": -157.9628103, "Species": "Yellow-fronted Canary", "Count": 2, "Date": "2022-06-30" }, "geometry": { "type": "Point", "coordinates": [ -157.9628103, 21.35685619 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35685619, "Longitude": -157.9628103, "Species": "Zebra Dove", "Count": 22, "Date": "2023-11-24" }, "geometry": { "type": "Point", "coordinates": [ -157.9628103, 21.35685619 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36582915, "Longitude": -157.9531024, "Species": "African Silverbill", "Count": 1, "Date": "2023-09-20" }, "geometry": { "type": "Point", "coordinates": [ -157.9531024, 21.36582915 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36582915, "Longitude": -157.9531024, "Species": "Black-crowned Night Heron", "Count": 1, "Date": "2022-10-21" }, "geometry": { "type": "Point", "coordinates": [ -157.9531024, 21.36582915 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36582915, "Longitude": -157.9531024, "Species": "Chestnut Munia", "Count": 9, "Date": "2023-11-23" }, "geometry": { "type": "Point", "coordinates": [ -157.9531024, 21.36582915 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36582915, "Longitude": -157.9531024, "Species": "Common Myna", "Count": 31, "Date": "2023-11-23" }, "geometry": { "type": "Point", "coordinates": [ -157.9531024, 21.36582915 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36582915, "Longitude": -157.9531024, "Species": "Common Waxbill", "Count": 7, "Date": "2023-11-23" }, "geometry": { "type": "Point", "coordinates": [ -157.9531024, 21.36582915 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36582915, "Longitude": -157.9531024, "Species": "Gray Francolin", "Count": 1, "Date": "2023-09-20" }, "geometry": { "type": "Point", "coordinates": [ -157.9531024, 21.36582915 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36582915, "Longitude": -157.9531024, "Species": "House Finch", "Count": 13, "Date": "2023-11-23" }, "geometry": { "type": "Point", "coordinates": [ -157.9531024, 21.36582915 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36582915, "Longitude": -157.9531024, "Species": "House Sparrow", "Count": 22, "Date": "2023-11-23" }, "geometry": { "type": "Point", "coordinates": [ -157.9531024, 21.36582915 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36582915, "Longitude": -157.9531024, "Species": "Java Sparrow", "Count": 6, "Date": "2023-11-23" }, "geometry": { "type": "Point", "coordinates": [ -157.9531024, 21.36582915 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36582915, "Longitude": -157.9531024, "Species": "Feral Mallard", "Count": 2, "Date": "2023-06-25" }, "geometry": { "type": "Point", "coordinates": [ -157.9531024, 21.36582915 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36582915, "Longitude": -157.9531024, "Species": "Muscovy Duck", "Count": 1, "Date": "2023-09-20" }, "geometry": { "type": "Point", "coordinates": [ -157.9531024, 21.36582915 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36582915, "Longitude": -157.9531024, "Species": "Northern Cardinal", "Count": 1, "Date": "2023-03-09" }, "geometry": { "type": "Point", "coordinates": [ -157.9531024, 21.36582915 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36582915, "Longitude": -157.9531024, "Species": "Pacific Golden-Plover", "Count": 17, "Date": "2023-11-23" }, "geometry": { "type": "Point", "coordinates": [ -157.9531024, 21.36582915 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36582915, "Longitude": -157.9531024, "Species": "Red Avadavat", "Count": 2, "Date": "2021-05-25" }, "geometry": { "type": "Point", "coordinates": [ -157.9531024, 21.36582915 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36582915, "Longitude": -157.9531024, "Species": "Red-billed Leiothrix", "Count": 1, "Date": "2023-09-20" }, "geometry": { "type": "Point", "coordinates": [ -157.9531024, 21.36582915 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36582915, "Longitude": -157.9531024, "Species": "Red-crested Cardinal", "Count": 20, "Date": "2023-11-23" }, "geometry": { "type": "Point", "coordinates": [ -157.9531024, 21.36582915 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36582915, "Longitude": -157.9531024, "Species": "Red-vented Bulbul", "Count": 22, "Date": "2023-11-23" }, "geometry": { "type": "Point", "coordinates": [ -157.9531024, 21.36582915 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36582915, "Longitude": -157.9531024, "Species": "Red-whiskered Bulbul", "Count": 7, "Date": "2023-09-20" }, "geometry": { "type": "Point", "coordinates": [ -157.9531024, 21.36582915 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36582915, "Longitude": -157.9531024, "Species": "Rock Pigeon", "Count": 15, "Date": "2023-11-23" }, "geometry": { "type": "Point", "coordinates": [ -157.9531024, 21.36582915 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36582915, "Longitude": -157.9531024, "Species": "Rose-ringed Parakeet", "Count": 3, "Date": "2023-09-20" }, "geometry": { "type": "Point", "coordinates": [ -157.9531024, 21.36582915 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36582915, "Longitude": -157.9531024, "Species": "Ruddy Turnstone", "Count": 3, "Date": "2023-11-23" }, "geometry": { "type": "Point", "coordinates": [ -157.9531024, 21.36582915 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36582915, "Longitude": -157.9531024, "Species": "Saffron Finch", "Count": 12, "Date": "2023-11-23" }, "geometry": { "type": "Point", "coordinates": [ -157.9531024, 21.36582915 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36582915, "Longitude": -157.9531024, "Species": "Sanderling", "Count": 1, "Date": "2021-12-25" }, "geometry": { "type": "Point", "coordinates": [ -157.9531024, 21.36582915 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36582915, "Longitude": -157.9531024, "Species": "Spotted Dove", "Count": 16, "Date": "2023-11-23" }, "geometry": { "type": "Point", "coordinates": [ -157.9531024, 21.36582915 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36582915, "Longitude": -157.9531024, "Species": "Warbling White-eye", "Count": 7, "Date": "2023-11-23" }, "geometry": { "type": "Point", "coordinates": [ -157.9531024, 21.36582915 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36582915, "Longitude": -157.9531024, "Species": "Western Cattle Egret", "Count": 29, "Date": "2023-11-23" }, "geometry": { "type": "Point", "coordinates": [ -157.9531024, 21.36582915 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36582915, "Longitude": -157.9531024, "Species": "White Tern", "Count": 20, "Date": "2024-02-05" }, "geometry": { "type": "Point", "coordinates": [ -157.9531024, 21.36582915 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36582915, "Longitude": -157.9531024, "Species": "White-rumped Shama", "Count": 4, "Date": "2023-11-23" }, "geometry": { "type": "Point", "coordinates": [ -157.9531024, 21.36582915 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36582915, "Longitude": -157.9531024, "Species": "Yellow-fronted Canary", "Count": 8, "Date": "2023-11-15" }, "geometry": { "type": "Point", "coordinates": [ -157.9531024, 21.36582915 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36582915, "Longitude": -157.9531024, "Species": "Zebra Dove", "Count": 23, "Date": "2023-11-23" }, "geometry": { "type": "Point", "coordinates": [ -157.9531024, 21.36582915 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36429459, "Longitude": -157.7312996, "Species": "Black-crowned Night Heron", "Count": 12, "Date": "2022-12-26" }, "geometry": { "type": "Point", "coordinates": [ -157.7312996, 21.36429459 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36429459, "Longitude": -157.7312996, "Species": "Black-necked Stilt", "Count": 10, "Date": "2024-02-16" }, "geometry": { "type": "Point", "coordinates": [ -157.7312996, 21.36429459 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36429459, "Longitude": -157.7312996, "Species": "Chestnut Munia", "Count": 17, "Date": "2022-12-26" }, "geometry": { "type": "Point", "coordinates": [ -157.7312996, 21.36429459 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36429459, "Longitude": -157.7312996, "Species": "Common Gallinule", "Count": 1, "Date": "2022-11-18" }, "geometry": { "type": "Point", "coordinates": [ -157.7312996, 21.36429459 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36429459, "Longitude": -157.7312996, "Species": "Common Myna", "Count": 231, "Date": "2024-02-27" }, "geometry": { "type": "Point", "coordinates": [ -157.7312996, 21.36429459 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36429459, "Longitude": -157.7312996, "Species": "Common Waxbill", "Count": 173, "Date": "2024-02-27" }, "geometry": { "type": "Point", "coordinates": [ -157.7312996, 21.36429459 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36429459, "Longitude": -157.7312996, "Species": "Gray Francolin", "Count": 3, "Date": "2023-06-06" }, "geometry": { "type": "Point", "coordinates": [ -157.7312996, 21.36429459 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36429459, "Longitude": -157.7312996, "Species": "Great Frigatebird", "Count": 3, "Date": "2023-08-24" }, "geometry": { "type": "Point", "coordinates": [ -157.7312996, 21.36429459 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36429459, "Longitude": -157.7312996, "Species": "Hawaiian Coot", "Count": 1, "Date": "2022-11-30" }, "geometry": { "type": "Point", "coordinates": [ -157.7312996, 21.36429459 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36429459, "Longitude": -157.7312996, "Species": "House Finch", "Count": 119, "Date": "2024-02-27" }, "geometry": { "type": "Point", "coordinates": [ -157.7312996, 21.36429459 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36429459, "Longitude": -157.7312996, "Species": "House Sparrow", "Count": 145, "Date": "2024-02-27" }, "geometry": { "type": "Point", "coordinates": [ -157.7312996, 21.36429459 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36429459, "Longitude": -157.7312996, "Species": "Indian Peafowl", "Count": 129, "Date": "2024-02-27" }, "geometry": { "type": "Point", "coordinates": [ -157.7312996, 21.36429459 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36429459, "Longitude": -157.7312996, "Species": "Java Sparrow", "Count": 195, "Date": "2024-02-27" }, "geometry": { "type": "Point", "coordinates": [ -157.7312996, 21.36429459 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36429459, "Longitude": -157.7312996, "Species": "Feral Mallard", "Count": 21, "Date": "2024-02-14" }, "geometry": { "type": "Point", "coordinates": [ -157.7312996, 21.36429459 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36429459, "Longitude": -157.7312996, "Species": "Muscovy Duck", "Count": 1, "Date": "2022-12-26" }, "geometry": { "type": "Point", "coordinates": [ -157.7312996, 21.36429459 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36429459, "Longitude": -157.7312996, "Species": "Northern Cardinal", "Count": 171, "Date": "2024-02-27" }, "geometry": { "type": "Point", "coordinates": [ -157.7312996, 21.36429459 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36429459, "Longitude": -157.7312996, "Species": "Pacific Golden-Plover", "Count": 104, "Date": "2024-02-14" }, "geometry": { "type": "Point", "coordinates": [ -157.7312996, 21.36429459 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36429459, "Longitude": -157.7312996, "Species": "Red Junglefowl", "Count": 65, "Date": "2024-02-18" }, "geometry": { "type": "Point", "coordinates": [ -157.7312996, 21.36429459 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36429459, "Longitude": -157.7312996, "Species": "Red-billed Leiothrix", "Count": 16, "Date": "2024-02-10" }, "geometry": { "type": "Point", "coordinates": [ -157.7312996, 21.36429459 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36429459, "Longitude": -157.7312996, "Species": "Red-crested Cardinal", "Count": 186, "Date": "2024-02-27" }, "geometry": { "type": "Point", "coordinates": [ -157.7312996, 21.36429459 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36429459, "Longitude": -157.7312996, "Species": "Red-vented Bulbul", "Count": 242, "Date": "2024-02-27" }, "geometry": { "type": "Point", "coordinates": [ -157.7312996, 21.36429459 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36429459, "Longitude": -157.7312996, "Species": "Red-whiskered Bulbul", "Count": 209, "Date": "2024-02-27" }, "geometry": { "type": "Point", "coordinates": [ -157.7312996, 21.36429459 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36429459, "Longitude": -157.7312996, "Species": "Rock Pigeon", "Count": 221, "Date": "2024-02-27" }, "geometry": { "type": "Point", "coordinates": [ -157.7312996, 21.36429459 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36429459, "Longitude": -157.7312996, "Species": "Rose-ringed Parakeet", "Count": 95, "Date": "2024-02-27" }, "geometry": { "type": "Point", "coordinates": [ -157.7312996, 21.36429459 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36429459, "Longitude": -157.7312996, "Species": "Saffron Finch", "Count": 2, "Date": "2023-05-01" }, "geometry": { "type": "Point", "coordinates": [ -157.7312996, 21.36429459 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36429459, "Longitude": -157.7312996, "Species": "Scaly-breasted Munia", "Count": 9, "Date": "2022-12-23" }, "geometry": { "type": "Point", "coordinates": [ -157.7312996, 21.36429459 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36429459, "Longitude": -157.7312996, "Species": "Spotted Dove", "Count": 241, "Date": "2024-02-27" }, "geometry": { "type": "Point", "coordinates": [ -157.7312996, 21.36429459 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36429459, "Longitude": -157.7312996, "Species": "Wandering Tattler", "Count": 1, "Date": "2021-08-28" }, "geometry": { "type": "Point", "coordinates": [ -157.7312996, 21.36429459 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36429459, "Longitude": -157.7312996, "Species": "Warbling White-eye", "Count": 216, "Date": "2024-02-18" }, "geometry": { "type": "Point", "coordinates": [ -157.7312996, 21.36429459 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36429459, "Longitude": -157.7312996, "Species": "Western Cattle Egret", "Count": 215, "Date": "2024-02-27" }, "geometry": { "type": "Point", "coordinates": [ -157.7312996, 21.36429459 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36429459, "Longitude": -157.7312996, "Species": "White-rumped Shama", "Count": 83, "Date": "2024-02-18" }, "geometry": { "type": "Point", "coordinates": [ -157.7312996, 21.36429459 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36429459, "Longitude": -157.7312996, "Species": "Zebra Dove", "Count": 236, "Date": "2024-02-27" }, "geometry": { "type": "Point", "coordinates": [ -157.7312996, 21.36429459 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39124587, "Longitude": -157.7117765, "Species": "Black-crowned Night Heron", "Count": 2, "Date": "2022-04-23" }, "geometry": { "type": "Point", "coordinates": [ -157.711776500000013, 21.39124587 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39124587, "Longitude": -157.7117765, "Species": "Black-necked Stilt", "Count": 2, "Date": "2022-04-23" }, "geometry": { "type": "Point", "coordinates": [ -157.711776500000013, 21.39124587 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39124587, "Longitude": -157.7117765, "Species": "Brown Booby", "Count": 4, "Date": "2023-11-14" }, "geometry": { "type": "Point", "coordinates": [ -157.711776500000013, 21.39124587 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39124587, "Longitude": -157.7117765, "Species": "Brown Noddy", "Count": 1, "Date": "2020-08-06" }, "geometry": { "type": "Point", "coordinates": [ -157.711776500000013, 21.39124587 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39124587, "Longitude": -157.7117765, "Species": "Common Myna", "Count": 13, "Date": "2023-10-07" }, "geometry": { "type": "Point", "coordinates": [ -157.711776500000013, 21.39124587 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39124587, "Longitude": -157.7117765, "Species": "Common Waxbill", "Count": 2, "Date": "2021-10-13" }, "geometry": { "type": "Point", "coordinates": [ -157.711776500000013, 21.39124587 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39124587, "Longitude": -157.7117765, "Species": "Great Frigatebird", "Count": 18, "Date": "2023-11-14" }, "geometry": { "type": "Point", "coordinates": [ -157.711776500000013, 21.39124587 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39124587, "Longitude": -157.7117765, "Species": "House Finch", "Count": 2, "Date": "2021-10-13" }, "geometry": { "type": "Point", "coordinates": [ -157.711776500000013, 21.39124587 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39124587, "Longitude": -157.7117765, "Species": "House Sparrow", "Count": 6, "Date": "2024-01-19" }, "geometry": { "type": "Point", "coordinates": [ -157.711776500000013, 21.39124587 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39124587, "Longitude": -157.7117765, "Species": "Java Sparrow", "Count": 7, "Date": "2022-04-23" }, "geometry": { "type": "Point", "coordinates": [ -157.711776500000013, 21.39124587 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39124587, "Longitude": -157.7117765, "Species": "Laysan Albatross", "Count": 2, "Date": "2019-06-21" }, "geometry": { "type": "Point", "coordinates": [ -157.711776500000013, 21.39124587 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39124587, "Longitude": -157.7117765, "Species": "Feral Mallard", "Count": 2, "Date": "2022-04-23" }, "geometry": { "type": "Point", "coordinates": [ -157.711776500000013, 21.39124587 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39124587, "Longitude": -157.7117765, "Species": "Northern Cardinal", "Count": 5, "Date": "2022-04-23" }, "geometry": { "type": "Point", "coordinates": [ -157.711776500000013, 21.39124587 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39124587, "Longitude": -157.7117765, "Species": "Northern Mockingbird", "Count": 1, "Date": "2019-12-22" }, "geometry": { "type": "Point", "coordinates": [ -157.711776500000013, 21.39124587 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39124587, "Longitude": -157.7117765, "Species": "Pacific Golden-Plover", "Count": 3, "Date": "2023-10-07" }, "geometry": { "type": "Point", "coordinates": [ -157.711776500000013, 21.39124587 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39124587, "Longitude": -157.7117765, "Species": "Red-crested Cardinal", "Count": 10, "Date": "2023-07-13" }, "geometry": { "type": "Point", "coordinates": [ -157.711776500000013, 21.39124587 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39124587, "Longitude": -157.7117765, "Species": "Red-footed Booby", "Count": 16, "Date": "2024-01-19" }, "geometry": { "type": "Point", "coordinates": [ -157.711776500000013, 21.39124587 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39124587, "Longitude": -157.7117765, "Species": "Red-tailed Tropicbird", "Count": 1, "Date": "2021-10-13" }, "geometry": { "type": "Point", "coordinates": [ -157.711776500000013, 21.39124587 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39124587, "Longitude": -157.7117765, "Species": "Red-vented Bulbul", "Count": 10, "Date": "2023-10-15" }, "geometry": { "type": "Point", "coordinates": [ -157.711776500000013, 21.39124587 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39124587, "Longitude": -157.7117765, "Species": "Red-whiskered Bulbul", "Count": 4, "Date": "2023-10-15" }, "geometry": { "type": "Point", "coordinates": [ -157.711776500000013, 21.39124587 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39124587, "Longitude": -157.7117765, "Species": "Rock Pigeon", "Count": 17, "Date": "2024-01-19" }, "geometry": { "type": "Point", "coordinates": [ -157.711776500000013, 21.39124587 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39124587, "Longitude": -157.7117765, "Species": "Sanderling", "Count": 1, "Date": "2023-10-07" }, "geometry": { "type": "Point", "coordinates": [ -157.711776500000013, 21.39124587 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39124587, "Longitude": -157.7117765, "Species": "Sooty Tern", "Count": 1, "Date": "2021-07-12" }, "geometry": { "type": "Point", "coordinates": [ -157.711776500000013, 21.39124587 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39124587, "Longitude": -157.7117765, "Species": "Spotted Dove", "Count": 8, "Date": "2023-02-02" }, "geometry": { "type": "Point", "coordinates": [ -157.711776500000013, 21.39124587 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39124587, "Longitude": -157.7117765, "Species": "Wandering Tattler", "Count": 3, "Date": "2022-04-23" }, "geometry": { "type": "Point", "coordinates": [ -157.711776500000013, 21.39124587 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39124587, "Longitude": -157.7117765, "Species": "Warbling White-eye", "Count": 7, "Date": "2023-08-05" }, "geometry": { "type": "Point", "coordinates": [ -157.711776500000013, 21.39124587 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39124587, "Longitude": -157.7117765, "Species": "Wedge-tailed Shearwater", "Count": 12, "Date": "2023-11-14" }, "geometry": { "type": "Point", "coordinates": [ -157.711776500000013, 21.39124587 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39124587, "Longitude": -157.7117765, "Species": "Western Cattle Egret", "Count": 8, "Date": "2023-05-31" }, "geometry": { "type": "Point", "coordinates": [ -157.711776500000013, 21.39124587 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39124587, "Longitude": -157.7117765, "Species": "White Tern", "Count": 1, "Date": "2022-06-25" }, "geometry": { "type": "Point", "coordinates": [ -157.711776500000013, 21.39124587 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39124587, "Longitude": -157.7117765, "Species": "White-rumped Shama", "Count": 3, "Date": "2023-02-02" }, "geometry": { "type": "Point", "coordinates": [ -157.711776500000013, 21.39124587 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39124587, "Longitude": -157.7117765, "Species": "Zebra Dove", "Count": 11, "Date": "2023-02-02" }, "geometry": { "type": "Point", "coordinates": [ -157.711776500000013, 21.39124587 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39117085, "Longitude": -157.7021318, "Species": "African Silverbill", "Count": 2, "Date": "2021-10-19" }, "geometry": { "type": "Point", "coordinates": [ -157.702131799999989, 21.39117085 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39117085, "Longitude": -157.7021318, "Species": "Black Noddy", "Count": 2, "Date": "2024-01-21" }, "geometry": { "type": "Point", "coordinates": [ -157.702131799999989, 21.39117085 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39117085, "Longitude": -157.7021318, "Species": "Black-crowned Night Heron", "Count": 1, "Date": "2021-04-07" }, "geometry": { "type": "Point", "coordinates": [ -157.702131799999989, 21.39117085 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39117085, "Longitude": -157.7021318, "Species": "Black-necked Stilt", "Count": 1, "Date": "2021-04-07" }, "geometry": { "type": "Point", "coordinates": [ -157.702131799999989, 21.39117085 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39117085, "Longitude": -157.7021318, "Species": "Brown Booby", "Count": 4, "Date": "2024-01-21" }, "geometry": { "type": "Point", "coordinates": [ -157.702131799999989, 21.39117085 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39117085, "Longitude": -157.7021318, "Species": "Brown Noddy", "Count": 1, "Date": "2020-07-11" }, "geometry": { "type": "Point", "coordinates": [ -157.702131799999989, 21.39117085 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39117085, "Longitude": -157.7021318, "Species": "Common Myna", "Count": 2, "Date": "2021-04-07" }, "geometry": { "type": "Point", "coordinates": [ -157.702131799999989, 21.39117085 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39117085, "Longitude": -157.7021318, "Species": "Common Waxbill", "Count": 1, "Date": "2021-04-07" }, "geometry": { "type": "Point", "coordinates": [ -157.702131799999989, 21.39117085 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39117085, "Longitude": -157.7021318, "Species": "Great Frigatebird", "Count": 9, "Date": "2023-09-26" }, "geometry": { "type": "Point", "coordinates": [ -157.702131799999989, 21.39117085 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39117085, "Longitude": -157.7021318, "Species": "Laysan Albatross", "Count": 2, "Date": "2024-01-21" }, "geometry": { "type": "Point", "coordinates": [ -157.702131799999989, 21.39117085 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39117085, "Longitude": -157.7021318, "Species": "Feral Mallard", "Count": 1, "Date": "2021-04-07" }, "geometry": { "type": "Point", "coordinates": [ -157.702131799999989, 21.39117085 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39117085, "Longitude": -157.7021318, "Species": "Masked Booby", "Count": 1, "Date": "2024-01-21" }, "geometry": { "type": "Point", "coordinates": [ -157.702131799999989, 21.39117085 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39117085, "Longitude": -157.7021318, "Species": "Northern Mockingbird", "Count": 7, "Date": "2023-06-04" }, "geometry": { "type": "Point", "coordinates": [ -157.702131799999989, 21.39117085 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39117085, "Longitude": -157.7021318, "Species": "Pacific Golden-Plover", "Count": 4, "Date": "2020-10-01" }, "geometry": { "type": "Point", "coordinates": [ -157.702131799999989, 21.39117085 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39117085, "Longitude": -157.7021318, "Species": "Red-crested Cardinal", "Count": 2, "Date": "2021-04-07" }, "geometry": { "type": "Point", "coordinates": [ -157.702131799999989, 21.39117085 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39117085, "Longitude": -157.7021318, "Species": "Red-footed Booby", "Count": 25, "Date": "2024-01-21" }, "geometry": { "type": "Point", "coordinates": [ -157.702131799999989, 21.39117085 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39117085, "Longitude": -157.7021318, "Species": "Red-tailed Tropicbird", "Count": 2, "Date": "2023-03-22" }, "geometry": { "type": "Point", "coordinates": [ -157.702131799999989, 21.39117085 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39117085, "Longitude": -157.7021318, "Species": "Red-vented Bulbul", "Count": 2, "Date": "2021-04-07" }, "geometry": { "type": "Point", "coordinates": [ -157.702131799999989, 21.39117085 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39117085, "Longitude": -157.7021318, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2023-04-17" }, "geometry": { "type": "Point", "coordinates": [ -157.702131799999989, 21.39117085 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39117085, "Longitude": -157.7021318, "Species": "Rock Pigeon", "Count": 22, "Date": "2024-01-21" }, "geometry": { "type": "Point", "coordinates": [ -157.702131799999989, 21.39117085 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39117085, "Longitude": -157.7021318, "Species": "Ruddy Turnstone", "Count": 6, "Date": "2020-10-01" }, "geometry": { "type": "Point", "coordinates": [ -157.702131799999989, 21.39117085 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39117085, "Longitude": -157.7021318, "Species": "Scaly-breasted Munia", "Count": 4, "Date": "2023-06-04" }, "geometry": { "type": "Point", "coordinates": [ -157.702131799999989, 21.39117085 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39117085, "Longitude": -157.7021318, "Species": "Sooty Tern", "Count": 3, "Date": "2024-01-21" }, "geometry": { "type": "Point", "coordinates": [ -157.702131799999989, 21.39117085 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39117085, "Longitude": -157.7021318, "Species": "Wandering Tattler", "Count": 1, "Date": "2022-02-01" }, "geometry": { "type": "Point", "coordinates": [ -157.702131799999989, 21.39117085 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39117085, "Longitude": -157.7021318, "Species": "Wedge-tailed Shearwater", "Count": 32, "Date": "2023-09-26" }, "geometry": { "type": "Point", "coordinates": [ -157.702131799999989, 21.39117085 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39117085, "Longitude": -157.7021318, "Species": "Western Cattle Egret", "Count": 6, "Date": "2023-10-06" }, "geometry": { "type": "Point", "coordinates": [ -157.702131799999989, 21.39117085 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39117085, "Longitude": -157.7021318, "Species": "White Tern", "Count": 2, "Date": "2023-07-02" }, "geometry": { "type": "Point", "coordinates": [ -157.702131799999989, 21.39117085 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39117085, "Longitude": -157.7021318, "Species": "White-tailed Tropicbird", "Count": 1, "Date": "2019-08-09" }, "geometry": { "type": "Point", "coordinates": [ -157.702131799999989, 21.39117085 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39117085, "Longitude": -157.7021318, "Species": "Zebra Dove", "Count": 4, "Date": "2023-03-22" }, "geometry": { "type": "Point", "coordinates": [ -157.702131799999989, 21.39117085 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40049956, "Longitude": -157.7406333, "Species": "Black-crowned Night Heron", "Count": 3, "Date": "2023-03-29" }, "geometry": { "type": "Point", "coordinates": [ -157.740633300000013, 21.40049956 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40049956, "Longitude": -157.7406333, "Species": "Black-necked Stilt", "Count": 11, "Date": "2023-09-08" }, "geometry": { "type": "Point", "coordinates": [ -157.740633300000013, 21.40049956 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40049956, "Longitude": -157.7406333, "Species": "Chestnut Munia", "Count": 2, "Date": "2023-09-08" }, "geometry": { "type": "Point", "coordinates": [ -157.740633300000013, 21.40049956 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40049956, "Longitude": -157.7406333, "Species": "Common Myna", "Count": 101, "Date": "2024-01-28" }, "geometry": { "type": "Point", "coordinates": [ -157.740633300000013, 21.40049956 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40049956, "Longitude": -157.7406333, "Species": "Common Waxbill", "Count": 25, "Date": "2023-10-28" }, "geometry": { "type": "Point", "coordinates": [ -157.740633300000013, 21.40049956 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40049956, "Longitude": -157.7406333, "Species": "Great Frigatebird", "Count": 8, "Date": "2023-11-14" }, "geometry": { "type": "Point", "coordinates": [ -157.740633300000013, 21.40049956 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40049956, "Longitude": -157.7406333, "Species": "House Finch", "Count": 23, "Date": "2023-05-13" }, "geometry": { "type": "Point", "coordinates": [ -157.740633300000013, 21.40049956 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40049956, "Longitude": -157.7406333, "Species": "House Sparrow", "Count": 18, "Date": "2023-05-13" }, "geometry": { "type": "Point", "coordinates": [ -157.740633300000013, 21.40049956 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40049956, "Longitude": -157.7406333, "Species": "Indian Peafowl", "Count": 1, "Date": "2021-04-11" }, "geometry": { "type": "Point", "coordinates": [ -157.740633300000013, 21.40049956 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40049956, "Longitude": -157.7406333, "Species": "Java Sparrow", "Count": 40, "Date": "2023-12-31" }, "geometry": { "type": "Point", "coordinates": [ -157.740633300000013, 21.40049956 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40049956, "Longitude": -157.7406333, "Species": "Feral Mallard", "Count": 1, "Date": "2020-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.740633300000013, 21.40049956 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40049956, "Longitude": -157.7406333, "Species": "Northern Cardinal", "Count": 40, "Date": "2023-09-14" }, "geometry": { "type": "Point", "coordinates": [ -157.740633300000013, 21.40049956 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40049956, "Longitude": -157.7406333, "Species": "Northern Mockingbird", "Count": 1, "Date": "2020-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.740633300000013, 21.40049956 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40049956, "Longitude": -157.7406333, "Species": "Pacific Golden-Plover", "Count": 32, "Date": "2023-11-14" }, "geometry": { "type": "Point", "coordinates": [ -157.740633300000013, 21.40049956 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40049956, "Longitude": -157.7406333, "Species": "Red Junglefowl", "Count": 26, "Date": "2023-09-08" }, "geometry": { "type": "Point", "coordinates": [ -157.740633300000013, 21.40049956 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40049956, "Longitude": -157.7406333, "Species": "Red-billed Leiothrix", "Count": 6, "Date": "2023-09-08" }, "geometry": { "type": "Point", "coordinates": [ -157.740633300000013, 21.40049956 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40049956, "Longitude": -157.7406333, "Species": "Red-crested Cardinal", "Count": 68, "Date": "2024-01-26" }, "geometry": { "type": "Point", "coordinates": [ -157.740633300000013, 21.40049956 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40049956, "Longitude": -157.7406333, "Species": "Red-footed Booby", "Count": 2, "Date": "2019-01-04" }, "geometry": { "type": "Point", "coordinates": [ -157.740633300000013, 21.40049956 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40049956, "Longitude": -157.7406333, "Species": "Red-vented Bulbul", "Count": 78, "Date": "2023-12-11" }, "geometry": { "type": "Point", "coordinates": [ -157.740633300000013, 21.40049956 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40049956, "Longitude": -157.7406333, "Species": "Red-whiskered Bulbul", "Count": 33, "Date": "2023-09-08" }, "geometry": { "type": "Point", "coordinates": [ -157.740633300000013, 21.40049956 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40049956, "Longitude": -157.7406333, "Species": "Rock Pigeon", "Count": 48, "Date": "2023-12-11" }, "geometry": { "type": "Point", "coordinates": [ -157.740633300000013, 21.40049956 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40049956, "Longitude": -157.7406333, "Species": "Rose-ringed Parakeet", "Count": 5, "Date": "2023-09-08" }, "geometry": { "type": "Point", "coordinates": [ -157.740633300000013, 21.40049956 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40049956, "Longitude": -157.7406333, "Species": "Scaly-breasted Munia", "Count": 1, "Date": "2023-05-13" }, "geometry": { "type": "Point", "coordinates": [ -157.740633300000013, 21.40049956 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40049956, "Longitude": -157.7406333, "Species": "Sooty Tern", "Count": 1, "Date": "2023-03-29" }, "geometry": { "type": "Point", "coordinates": [ -157.740633300000013, 21.40049956 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40049956, "Longitude": -157.7406333, "Species": "Spotted Dove", "Count": 80, "Date": "2023-12-30" }, "geometry": { "type": "Point", "coordinates": [ -157.740633300000013, 21.40049956 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40049956, "Longitude": -157.7406333, "Species": "Wandering Tattler", "Count": 1, "Date": "2019-12-26" }, "geometry": { "type": "Point", "coordinates": [ -157.740633300000013, 21.40049956 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40049956, "Longitude": -157.7406333, "Species": "Warbling White-eye", "Count": 32, "Date": "2023-09-08" }, "geometry": { "type": "Point", "coordinates": [ -157.740633300000013, 21.40049956 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40049956, "Longitude": -157.7406333, "Species": "Wedge-tailed Shearwater", "Count": 3, "Date": "2023-11-14" }, "geometry": { "type": "Point", "coordinates": [ -157.740633300000013, 21.40049956 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40049956, "Longitude": -157.7406333, "Species": "Western Cattle Egret", "Count": 38, "Date": "2023-12-30" }, "geometry": { "type": "Point", "coordinates": [ -157.740633300000013, 21.40049956 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40049956, "Longitude": -157.7406333, "Species": "White-rumped Shama", "Count": 7, "Date": "2023-09-11" }, "geometry": { "type": "Point", "coordinates": [ -157.740633300000013, 21.40049956 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40049956, "Longitude": -157.7406333, "Species": "White-tailed Tropicbird", "Count": 2, "Date": "2023-09-08" }, "geometry": { "type": "Point", "coordinates": [ -157.740633300000013, 21.40049956 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40049956, "Longitude": -157.7406333, "Species": "Zebra Dove", "Count": 106, "Date": "2024-01-26" }, "geometry": { "type": "Point", "coordinates": [ -157.740633300000013, 21.40049956 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.54807004, "Longitude": -158.2414994, "Species": "African Silverbill", "Count": 2, "Date": "2019-04-08" }, "geometry": { "type": "Point", "coordinates": [ -158.2414994, 21.54807004 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.54807004, "Longitude": -158.2414994, "Species": "Black Noddy", "Count": 1, "Date": "2021-01-04" }, "geometry": { "type": "Point", "coordinates": [ -158.2414994, 21.54807004 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.54807004, "Longitude": -158.2414994, "Species": "Black-footed Albatross", "Count": 1, "Date": "2021-01-04" }, "geometry": { "type": "Point", "coordinates": [ -158.2414994, 21.54807004 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.54807004, "Longitude": -158.2414994, "Species": "Brown Booby", "Count": 8, "Date": "2024-02-15" }, "geometry": { "type": "Point", "coordinates": [ -158.2414994, 21.54807004 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.54807004, "Longitude": -158.2414994, "Species": "Chestnut Munia", "Count": 2, "Date": "2019-04-08" }, "geometry": { "type": "Point", "coordinates": [ -158.2414994, 21.54807004 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.54807004, "Longitude": -158.2414994, "Species": "Common Myna", "Count": 21, "Date": "2024-02-15" }, "geometry": { "type": "Point", "coordinates": [ -158.2414994, 21.54807004 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.54807004, "Longitude": -158.2414994, "Species": "Common Waxbill", "Count": 7, "Date": "2022-01-31" }, "geometry": { "type": "Point", "coordinates": [ -158.2414994, 21.54807004 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.54807004, "Longitude": -158.2414994, "Species": "Gray Francolin", "Count": 1, "Date": "2019-11-20" }, "geometry": { "type": "Point", "coordinates": [ -158.2414994, 21.54807004 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.54807004, "Longitude": -158.2414994, "Species": "Great Frigatebird", "Count": 1, "Date": "2021-04-20" }, "geometry": { "type": "Point", "coordinates": [ -158.2414994, 21.54807004 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.54807004, "Longitude": -158.2414994, "Species": "House Finch", "Count": 4, "Date": "2022-01-29" }, "geometry": { "type": "Point", "coordinates": [ -158.2414994, 21.54807004 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.54807004, "Longitude": -158.2414994, "Species": "Japanese Bush Warbler", "Count": 1, "Date": "2022-01-31" }, "geometry": { "type": "Point", "coordinates": [ -158.2414994, 21.54807004 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.54807004, "Longitude": -158.2414994, "Species": "Java Sparrow", "Count": 1, "Date": "2019-11-20" }, "geometry": { "type": "Point", "coordinates": [ -158.2414994, 21.54807004 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.54807004, "Longitude": -158.2414994, "Species": "Laysan Albatross", "Count": 6, "Date": "2022-01-31" }, "geometry": { "type": "Point", "coordinates": [ -158.2414994, 21.54807004 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.54807004, "Longitude": -158.2414994, "Species": "Northern Cardinal", "Count": 7, "Date": "2022-01-31" }, "geometry": { "type": "Point", "coordinates": [ -158.2414994, 21.54807004 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.54807004, "Longitude": -158.2414994, "Species": "Pacific Golden-Plover", "Count": 6, "Date": "2021-11-22" }, "geometry": { "type": "Point", "coordinates": [ -158.2414994, 21.54807004 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.54807004, "Longitude": -158.2414994, "Species": "Red Avadavat", "Count": 1, "Date": "2019-11-20" }, "geometry": { "type": "Point", "coordinates": [ -158.2414994, 21.54807004 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.54807004, "Longitude": -158.2414994, "Species": "Red Junglefowl", "Count": 2, "Date": "2023-05-08" }, "geometry": { "type": "Point", "coordinates": [ -158.2414994, 21.54807004 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.54807004, "Longitude": -158.2414994, "Species": "Red-crested Cardinal", "Count": 12, "Date": "2024-02-05" }, "geometry": { "type": "Point", "coordinates": [ -158.2414994, 21.54807004 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.54807004, "Longitude": -158.2414994, "Species": "Red-footed Booby", "Count": 1, "Date": "2024-02-05" }, "geometry": { "type": "Point", "coordinates": [ -158.2414994, 21.54807004 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.54807004, "Longitude": -158.2414994, "Species": "Red-vented Bulbul", "Count": 13, "Date": "2024-02-15" }, "geometry": { "type": "Point", "coordinates": [ -158.2414994, 21.54807004 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.54807004, "Longitude": -158.2414994, "Species": "Ruddy Turnstone", "Count": 1, "Date": "2024-02-05" }, "geometry": { "type": "Point", "coordinates": [ -158.2414994, 21.54807004 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.54807004, "Longitude": -158.2414994, "Species": "Saffron Finch", "Count": 2, "Date": "2021-09-27" }, "geometry": { "type": "Point", "coordinates": [ -158.2414994, 21.54807004 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.54807004, "Longitude": -158.2414994, "Species": "Scaly-breasted Munia", "Count": 4, "Date": "2019-11-20" }, "geometry": { "type": "Point", "coordinates": [ -158.2414994, 21.54807004 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.54807004, "Longitude": -158.2414994, "Species": "Spotted Dove", "Count": 6, "Date": "2022-01-03" }, "geometry": { "type": "Point", "coordinates": [ -158.2414994, 21.54807004 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.54807004, "Longitude": -158.2414994, "Species": "Wandering Tattler", "Count": 4, "Date": "2022-12-16" }, "geometry": { "type": "Point", "coordinates": [ -158.2414994, 21.54807004 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.54807004, "Longitude": -158.2414994, "Species": "Warbling White-eye", "Count": 9, "Date": "2022-01-31" }, "geometry": { "type": "Point", "coordinates": [ -158.2414994, 21.54807004 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.54807004, "Longitude": -158.2414994, "Species": "Wedge-tailed Shearwater", "Count": 2, "Date": "2023-11-07" }, "geometry": { "type": "Point", "coordinates": [ -158.2414994, 21.54807004 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.54807004, "Longitude": -158.2414994, "Species": "Western Cattle Egret", "Count": 3, "Date": "2019-11-20" }, "geometry": { "type": "Point", "coordinates": [ -158.2414994, 21.54807004 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.54807004, "Longitude": -158.2414994, "Species": "White-rumped Shama", "Count": 5, "Date": "2021-09-26" }, "geometry": { "type": "Point", "coordinates": [ -158.2414994, 21.54807004 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.54807004, "Longitude": -158.2414994, "Species": "White-tailed Tropicbird", "Count": 2, "Date": "2021-03-17" }, "geometry": { "type": "Point", "coordinates": [ -158.2414994, 21.54807004 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.54807004, "Longitude": -158.2414994, "Species": "Yellow-faced Grassquit", "Count": 3, "Date": "2019-04-08" }, "geometry": { "type": "Point", "coordinates": [ -158.2414994, 21.54807004 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.54807004, "Longitude": -158.2414994, "Species": "Zebra Dove", "Count": 12, "Date": "2023-05-08" }, "geometry": { "type": "Point", "coordinates": [ -158.2414994, 21.54807004 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64568037, "Longitude": -157.9221063, "Species": "Black-crowned Night Heron", "Count": 8, "Date": "2024-02-26" }, "geometry": { "type": "Point", "coordinates": [ -157.9221063, 21.64568037 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64568037, "Longitude": -157.9221063, "Species": "Black-necked Stilt", "Count": 1, "Date": "2023-12-04" }, "geometry": { "type": "Point", "coordinates": [ -157.9221063, 21.64568037 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64568037, "Longitude": -157.9221063, "Species": "Brown Booby", "Count": 2, "Date": "2024-02-22" }, "geometry": { "type": "Point", "coordinates": [ -157.9221063, 21.64568037 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64568037, "Longitude": -157.9221063, "Species": "Chestnut Munia", "Count": 23, "Date": "2023-03-12" }, "geometry": { "type": "Point", "coordinates": [ -157.9221063, 21.64568037 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64568037, "Longitude": -157.9221063, "Species": "Common Myna", "Count": 72, "Date": "2024-02-22" }, "geometry": { "type": "Point", "coordinates": [ -157.9221063, 21.64568037 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64568037, "Longitude": -157.9221063, "Species": "Common Waxbill", "Count": 16, "Date": "2023-03-29" }, "geometry": { "type": "Point", "coordinates": [ -157.9221063, 21.64568037 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64568037, "Longitude": -157.9221063, "Species": "Gray Francolin", "Count": 2, "Date": "2023-04-23" }, "geometry": { "type": "Point", "coordinates": [ -157.9221063, 21.64568037 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64568037, "Longitude": -157.9221063, "Species": "Great Frigatebird", "Count": 4, "Date": "2023-05-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9221063, 21.64568037 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64568037, "Longitude": -157.9221063, "Species": "Hawaiian Coot", "Count": 1, "Date": "2019-12-12" }, "geometry": { "type": "Point", "coordinates": [ -157.9221063, 21.64568037 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64568037, "Longitude": -157.9221063, "Species": "House Finch", "Count": 5, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9221063, 21.64568037 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64568037, "Longitude": -157.9221063, "Species": "House Sparrow", "Count": 6, "Date": "2023-11-22" }, "geometry": { "type": "Point", "coordinates": [ -157.9221063, 21.64568037 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64568037, "Longitude": -157.9221063, "Species": "Java Sparrow", "Count": 2, "Date": "2023-01-14" }, "geometry": { "type": "Point", "coordinates": [ -157.9221063, 21.64568037 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64568037, "Longitude": -157.9221063, "Species": "Feral Mallard", "Count": 4, "Date": "2024-02-10" }, "geometry": { "type": "Point", "coordinates": [ -157.9221063, 21.64568037 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64568037, "Longitude": -157.9221063, "Species": "Masked Booby", "Count": 3, "Date": "2020-02-03" }, "geometry": { "type": "Point", "coordinates": [ -157.9221063, 21.64568037 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64568037, "Longitude": -157.9221063, "Species": "Pacific Golden-Plover", "Count": 55, "Date": "2024-02-26" }, "geometry": { "type": "Point", "coordinates": [ -157.9221063, 21.64568037 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64568037, "Longitude": -157.9221063, "Species": "Red Junglefowl", "Count": 23, "Date": "2024-01-25" }, "geometry": { "type": "Point", "coordinates": [ -157.9221063, 21.64568037 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64568037, "Longitude": -157.9221063, "Species": "Red-crested Cardinal", "Count": 31, "Date": "2024-02-26" }, "geometry": { "type": "Point", "coordinates": [ -157.9221063, 21.64568037 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64568037, "Longitude": -157.9221063, "Species": "Red-vented Bulbul", "Count": 41, "Date": "2024-02-26" }, "geometry": { "type": "Point", "coordinates": [ -157.9221063, 21.64568037 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64568037, "Longitude": -157.9221063, "Species": "Red-whiskered Bulbul", "Count": 13, "Date": "2024-02-22" }, "geometry": { "type": "Point", "coordinates": [ -157.9221063, 21.64568037 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64568037, "Longitude": -157.9221063, "Species": "Rock Pigeon", "Count": 11, "Date": "2024-02-06" }, "geometry": { "type": "Point", "coordinates": [ -157.9221063, 21.64568037 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64568037, "Longitude": -157.9221063, "Species": "Ruddy Turnstone", "Count": 9, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9221063, 21.64568037 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64568037, "Longitude": -157.9221063, "Species": "Saffron Finch", "Count": 13, "Date": "2024-02-21" }, "geometry": { "type": "Point", "coordinates": [ -157.9221063, 21.64568037 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64568037, "Longitude": -157.9221063, "Species": "Sanderling", "Count": 8, "Date": "2023-10-24" }, "geometry": { "type": "Point", "coordinates": [ -157.9221063, 21.64568037 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64568037, "Longitude": -157.9221063, "Species": "Scaly-breasted Munia", "Count": 1, "Date": "2023-11-22" }, "geometry": { "type": "Point", "coordinates": [ -157.9221063, 21.64568037 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64568037, "Longitude": -157.9221063, "Species": "Spotted Dove", "Count": 37, "Date": "2024-02-26" }, "geometry": { "type": "Point", "coordinates": [ -157.9221063, 21.64568037 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64568037, "Longitude": -157.9221063, "Species": "Wandering Tattler", "Count": 11, "Date": "2024-02-22" }, "geometry": { "type": "Point", "coordinates": [ -157.9221063, 21.64568037 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64568037, "Longitude": -157.9221063, "Species": "Warbling White-eye", "Count": 5, "Date": "2024-02-21" }, "geometry": { "type": "Point", "coordinates": [ -157.9221063, 21.64568037 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64568037, "Longitude": -157.9221063, "Species": "Western Cattle Egret", "Count": 48, "Date": "2024-02-26" }, "geometry": { "type": "Point", "coordinates": [ -157.9221063, 21.64568037 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64568037, "Longitude": -157.9221063, "Species": "Yellow-fronted Canary", "Count": 1, "Date": "2020-06-07" }, "geometry": { "type": "Point", "coordinates": [ -157.9221063, 21.64568037 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64568037, "Longitude": -157.9221063, "Species": "Zebra Dove", "Count": 49, "Date": "2024-02-26" }, "geometry": { "type": "Point", "coordinates": [ -157.9221063, 21.64568037 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29266237, "Longitude": -157.8186683, "Species": "Black-crowned Night Heron", "Count": 5, "Date": "2023-07-07" }, "geometry": { "type": "Point", "coordinates": [ -157.818668300000013, 21.29266237 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29266237, "Longitude": -157.8186683, "Species": "Black-necked Stilt", "Count": 1, "Date": "2023-04-04" }, "geometry": { "type": "Point", "coordinates": [ -157.818668300000013, 21.29266237 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29266237, "Longitude": -157.8186683, "Species": "Chestnut Munia", "Count": 1, "Date": "2022-05-29" }, "geometry": { "type": "Point", "coordinates": [ -157.818668300000013, 21.29266237 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29266237, "Longitude": -157.8186683, "Species": "Common Myna", "Count": 99, "Date": "2023-09-26" }, "geometry": { "type": "Point", "coordinates": [ -157.818668300000013, 21.29266237 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29266237, "Longitude": -157.8186683, "Species": "Common Waxbill", "Count": 60, "Date": "2023-09-26" }, "geometry": { "type": "Point", "coordinates": [ -157.818668300000013, 21.29266237 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29266237, "Longitude": -157.8186683, "Species": "Great Frigatebird", "Count": 2, "Date": "2022-07-06" }, "geometry": { "type": "Point", "coordinates": [ -157.818668300000013, 21.29266237 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29266237, "Longitude": -157.8186683, "Species": "Great-tailed Grackle", "Count": 51, "Date": "2022-07-05" }, "geometry": { "type": "Point", "coordinates": [ -157.818668300000013, 21.29266237 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29266237, "Longitude": -157.8186683, "Species": "House Finch", "Count": 32, "Date": "2023-08-04" }, "geometry": { "type": "Point", "coordinates": [ -157.818668300000013, 21.29266237 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29266237, "Longitude": -157.8186683, "Species": "House Sparrow", "Count": 55, "Date": "2023-09-26" }, "geometry": { "type": "Point", "coordinates": [ -157.818668300000013, 21.29266237 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29266237, "Longitude": -157.8186683, "Species": "Java Sparrow", "Count": 19, "Date": "2023-09-26" }, "geometry": { "type": "Point", "coordinates": [ -157.818668300000013, 21.29266237 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29266237, "Longitude": -157.8186683, "Species": "Feral Mallard", "Count": 31, "Date": "2023-07-24" }, "geometry": { "type": "Point", "coordinates": [ -157.818668300000013, 21.29266237 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29266237, "Longitude": -157.8186683, "Species": "Northern Cardinal", "Count": 14, "Date": "2023-08-04" }, "geometry": { "type": "Point", "coordinates": [ -157.818668300000013, 21.29266237 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29266237, "Longitude": -157.8186683, "Species": "Northern Mockingbird", "Count": 7, "Date": "2023-07-13" }, "geometry": { "type": "Point", "coordinates": [ -157.818668300000013, 21.29266237 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29266237, "Longitude": -157.8186683, "Species": "Pacific Golden-Plover", "Count": 41, "Date": "2023-10-01" }, "geometry": { "type": "Point", "coordinates": [ -157.818668300000013, 21.29266237 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29266237, "Longitude": -157.8186683, "Species": "Red Junglefowl", "Count": 9, "Date": "2023-10-15" }, "geometry": { "type": "Point", "coordinates": [ -157.818668300000013, 21.29266237 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29266237, "Longitude": -157.8186683, "Species": "Red-crested Cardinal", "Count": 56, "Date": "2023-09-26" }, "geometry": { "type": "Point", "coordinates": [ -157.818668300000013, 21.29266237 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29266237, "Longitude": -157.8186683, "Species": "Red-masked Parakeet", "Count": 1, "Date": "2021-04-09" }, "geometry": { "type": "Point", "coordinates": [ -157.818668300000013, 21.29266237 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29266237, "Longitude": -157.8186683, "Species": "Red-vented Bulbul", "Count": 106, "Date": "2023-11-21" }, "geometry": { "type": "Point", "coordinates": [ -157.818668300000013, 21.29266237 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29266237, "Longitude": -157.8186683, "Species": "Red-whiskered Bulbul", "Count": 15, "Date": "2023-09-26" }, "geometry": { "type": "Point", "coordinates": [ -157.818668300000013, 21.29266237 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29266237, "Longitude": -157.8186683, "Species": "Rock Pigeon", "Count": 40, "Date": "2023-09-26" }, "geometry": { "type": "Point", "coordinates": [ -157.818668300000013, 21.29266237 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29266237, "Longitude": -157.8186683, "Species": "Rose-ringed Parakeet", "Count": 83, "Date": "2023-09-26" }, "geometry": { "type": "Point", "coordinates": [ -157.818668300000013, 21.29266237 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29266237, "Longitude": -157.8186683, "Species": "Saffron Finch", "Count": 7, "Date": "2023-07-11" }, "geometry": { "type": "Point", "coordinates": [ -157.818668300000013, 21.29266237 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29266237, "Longitude": -157.8186683, "Species": "Scaly-breasted Munia", "Count": 8, "Date": "2023-08-04" }, "geometry": { "type": "Point", "coordinates": [ -157.818668300000013, 21.29266237 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29266237, "Longitude": -157.8186683, "Species": "Spotted Dove", "Count": 114, "Date": "2023-10-15" }, "geometry": { "type": "Point", "coordinates": [ -157.818668300000013, 21.29266237 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29266237, "Longitude": -157.8186683, "Species": "Warbling White-eye", "Count": 101, "Date": "2023-08-04" }, "geometry": { "type": "Point", "coordinates": [ -157.818668300000013, 21.29266237 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29266237, "Longitude": -157.8186683, "Species": "Western Cattle Egret", "Count": 69, "Date": "2023-09-26" }, "geometry": { "type": "Point", "coordinates": [ -157.818668300000013, 21.29266237 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29266237, "Longitude": -157.8186683, "Species": "White Tern", "Count": 77, "Date": "2023-09-26" }, "geometry": { "type": "Point", "coordinates": [ -157.818668300000013, 21.29266237 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29266237, "Longitude": -157.8186683, "Species": "White-rumped Shama", "Count": 26, "Date": "2023-08-20" }, "geometry": { "type": "Point", "coordinates": [ -157.818668300000013, 21.29266237 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29266237, "Longitude": -157.8186683, "Species": "Yellow-fronted Canary", "Count": 36, "Date": "2023-08-20" }, "geometry": { "type": "Point", "coordinates": [ -157.818668300000013, 21.29266237 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29266237, "Longitude": -157.8186683, "Species": "Zebra Dove", "Count": 108, "Date": "2023-11-21" }, "geometry": { "type": "Point", "coordinates": [ -157.818668300000013, 21.29266237 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31214238, "Longitude": -158.0402524, "Species": "Black Francolin", "Count": 1, "Date": "2019-02-25" }, "geometry": { "type": "Point", "coordinates": [ -158.040252400000014, 21.31214238 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31214238, "Longitude": -158.0402524, "Species": "Black-crowned Night Heron", "Count": 1, "Date": "2019-02-25" }, "geometry": { "type": "Point", "coordinates": [ -158.040252400000014, 21.31214238 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31214238, "Longitude": -158.0402524, "Species": "Black-necked Stilt", "Count": 5, "Date": "2023-11-18" }, "geometry": { "type": "Point", "coordinates": [ -158.040252400000014, 21.31214238 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31214238, "Longitude": -158.0402524, "Species": "Cackling Goose", "Count": 5, "Date": "2021-06-14" }, "geometry": { "type": "Point", "coordinates": [ -158.040252400000014, 21.31214238 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31214238, "Longitude": -158.0402524, "Species": "Chestnut Munia", "Count": 1, "Date": "2020-08-21" }, "geometry": { "type": "Point", "coordinates": [ -158.040252400000014, 21.31214238 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31214238, "Longitude": -158.0402524, "Species": "Common Myna", "Count": 4, "Date": "2023-11-18" }, "geometry": { "type": "Point", "coordinates": [ -158.040252400000014, 21.31214238 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31214238, "Longitude": -158.0402524, "Species": "Common Waxbill", "Count": 3, "Date": "2023-11-10" }, "geometry": { "type": "Point", "coordinates": [ -158.040252400000014, 21.31214238 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31214238, "Longitude": -158.0402524, "Species": "Gray Francolin", "Count": 3, "Date": "2021-03-22" }, "geometry": { "type": "Point", "coordinates": [ -158.040252400000014, 21.31214238 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31214238, "Longitude": -158.0402524, "Species": "Hawaiian Coot", "Count": 7, "Date": "2023-11-18" }, "geometry": { "type": "Point", "coordinates": [ -158.040252400000014, 21.31214238 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31214238, "Longitude": -158.0402524, "Species": "House Finch", "Count": 1, "Date": "2019-02-25" }, "geometry": { "type": "Point", "coordinates": [ -158.040252400000014, 21.31214238 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31214238, "Longitude": -158.0402524, "Species": "House Sparrow", "Count": 2, "Date": "2023-11-10" }, "geometry": { "type": "Point", "coordinates": [ -158.040252400000014, 21.31214238 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31214238, "Longitude": -158.0402524, "Species": "Lesser Scaup", "Count": 2, "Date": "2021-03-22" }, "geometry": { "type": "Point", "coordinates": [ -158.040252400000014, 21.31214238 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31214238, "Longitude": -158.0402524, "Species": "Feral Mallard", "Count": 3, "Date": "2021-04-19" }, "geometry": { "type": "Point", "coordinates": [ -158.040252400000014, 21.31214238 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31214238, "Longitude": -158.0402524, "Species": "Mourning Dove", "Count": 1, "Date": "2019-02-25" }, "geometry": { "type": "Point", "coordinates": [ -158.040252400000014, 21.31214238 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31214238, "Longitude": -158.0402524, "Species": "Muscovy Duck", "Count": 1, "Date": "2019-02-25" }, "geometry": { "type": "Point", "coordinates": [ -158.040252400000014, 21.31214238 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31214238, "Longitude": -158.0402524, "Species": "Northern Cardinal", "Count": 1, "Date": "2019-02-25" }, "geometry": { "type": "Point", "coordinates": [ -158.040252400000014, 21.31214238 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31214238, "Longitude": -158.0402524, "Species": "Northern Mockingbird", "Count": 1, "Date": "2019-02-25" }, "geometry": { "type": "Point", "coordinates": [ -158.040252400000014, 21.31214238 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31214238, "Longitude": -158.0402524, "Species": "Northern Pintail", "Count": 1, "Date": "2019-02-25" }, "geometry": { "type": "Point", "coordinates": [ -158.040252400000014, 21.31214238 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31214238, "Longitude": -158.0402524, "Species": "Northern Shoveler", "Count": 1, "Date": "2019-02-25" }, "geometry": { "type": "Point", "coordinates": [ -158.040252400000014, 21.31214238 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31214238, "Longitude": -158.0402524, "Species": "Pacific Golden-Plover", "Count": 5, "Date": "2023-11-18" }, "geometry": { "type": "Point", "coordinates": [ -158.040252400000014, 21.31214238 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31214238, "Longitude": -158.0402524, "Species": "Red-crested Cardinal", "Count": 2, "Date": "2020-08-21" }, "geometry": { "type": "Point", "coordinates": [ -158.040252400000014, 21.31214238 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31214238, "Longitude": -158.0402524, "Species": "Red-vented Bulbul", "Count": 2, "Date": "2020-08-21" }, "geometry": { "type": "Point", "coordinates": [ -158.040252400000014, 21.31214238 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31214238, "Longitude": -158.0402524, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2019-02-25" }, "geometry": { "type": "Point", "coordinates": [ -158.040252400000014, 21.31214238 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31214238, "Longitude": -158.0402524, "Species": "Rock Pigeon", "Count": 1, "Date": "2019-02-25" }, "geometry": { "type": "Point", "coordinates": [ -158.040252400000014, 21.31214238 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31214238, "Longitude": -158.0402524, "Species": "Rose-ringed Parakeet", "Count": 1, "Date": "2019-02-25" }, "geometry": { "type": "Point", "coordinates": [ -158.040252400000014, 21.31214238 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31214238, "Longitude": -158.0402524, "Species": "Ruddy Turnstone", "Count": 1, "Date": "2019-02-25" }, "geometry": { "type": "Point", "coordinates": [ -158.040252400000014, 21.31214238 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31214238, "Longitude": -158.0402524, "Species": "Saffron Finch", "Count": 1, "Date": "2023-11-10" }, "geometry": { "type": "Point", "coordinates": [ -158.040252400000014, 21.31214238 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31214238, "Longitude": -158.0402524, "Species": "Snow Goose", "Count": 1, "Date": "2019-02-25" }, "geometry": { "type": "Point", "coordinates": [ -158.040252400000014, 21.31214238 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31214238, "Longitude": -158.0402524, "Species": "Spotted Dove", "Count": 2, "Date": "2020-08-21" }, "geometry": { "type": "Point", "coordinates": [ -158.040252400000014, 21.31214238 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31214238, "Longitude": -158.0402524, "Species": "Warbling White-eye", "Count": 1, "Date": "2019-02-25" }, "geometry": { "type": "Point", "coordinates": [ -158.040252400000014, 21.31214238 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31214238, "Longitude": -158.0402524, "Species": "Western Cattle Egret", "Count": 3, "Date": "2023-11-10" }, "geometry": { "type": "Point", "coordinates": [ -158.040252400000014, 21.31214238 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31214238, "Longitude": -158.0402524, "Species": "White-rumped Shama", "Count": 1, "Date": "2019-02-25" }, "geometry": { "type": "Point", "coordinates": [ -158.040252400000014, 21.31214238 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31214238, "Longitude": -158.0402524, "Species": "Zebra Dove", "Count": 3, "Date": "2021-10-18" }, "geometry": { "type": "Point", "coordinates": [ -158.040252400000014, 21.31214238 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3291279, "Longitude": -157.8665852, "Species": "African Silverbill", "Count": 1, "Date": "2021-08-09" }, "geometry": { "type": "Point", "coordinates": [ -157.8665852, 21.3291279 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3291279, "Longitude": -157.8665852, "Species": "Black-crowned Night Heron", "Count": 1, "Date": "2019-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.8665852, 21.3291279 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3291279, "Longitude": -157.8665852, "Species": "Black-necked Stilt", "Count": 6, "Date": "2023-10-02" }, "geometry": { "type": "Point", "coordinates": [ -157.8665852, 21.3291279 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3291279, "Longitude": -157.8665852, "Species": "Chestnut Munia", "Count": 12, "Date": "2023-08-22" }, "geometry": { "type": "Point", "coordinates": [ -157.8665852, 21.3291279 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3291279, "Longitude": -157.8665852, "Species": "Common Myna", "Count": 85, "Date": "2024-02-10" }, "geometry": { "type": "Point", "coordinates": [ -157.8665852, 21.3291279 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3291279, "Longitude": -157.8665852, "Species": "Common Waxbill", "Count": 49, "Date": "2024-02-18" }, "geometry": { "type": "Point", "coordinates": [ -157.8665852, 21.3291279 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3291279, "Longitude": -157.8665852, "Species": "Great Frigatebird", "Count": 1, "Date": "2021-07-21" }, "geometry": { "type": "Point", "coordinates": [ -157.8665852, 21.3291279 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3291279, "Longitude": -157.8665852, "Species": "House Finch", "Count": 31, "Date": "2023-12-08" }, "geometry": { "type": "Point", "coordinates": [ -157.8665852, 21.3291279 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3291279, "Longitude": -157.8665852, "Species": "House Sparrow", "Count": 58, "Date": "2024-02-18" }, "geometry": { "type": "Point", "coordinates": [ -157.8665852, 21.3291279 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3291279, "Longitude": -157.8665852, "Species": "Java Sparrow", "Count": 25, "Date": "2023-10-12" }, "geometry": { "type": "Point", "coordinates": [ -157.8665852, 21.3291279 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3291279, "Longitude": -157.8665852, "Species": "Feral Mallard", "Count": 14, "Date": "2023-10-02" }, "geometry": { "type": "Point", "coordinates": [ -157.8665852, 21.3291279 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3291279, "Longitude": -157.8665852, "Species": "Northern Cardinal", "Count": 7, "Date": "2024-02-10" }, "geometry": { "type": "Point", "coordinates": [ -157.8665852, 21.3291279 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3291279, "Longitude": -157.8665852, "Species": "Pacific Golden-Plover", "Count": 44, "Date": "2024-02-10" }, "geometry": { "type": "Point", "coordinates": [ -157.8665852, 21.3291279 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3291279, "Longitude": -157.8665852, "Species": "Red Junglefowl", "Count": 11, "Date": "2024-02-10" }, "geometry": { "type": "Point", "coordinates": [ -157.8665852, 21.3291279 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3291279, "Longitude": -157.8665852, "Species": "Red-crested Cardinal", "Count": 40, "Date": "2024-02-18" }, "geometry": { "type": "Point", "coordinates": [ -157.8665852, 21.3291279 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3291279, "Longitude": -157.8665852, "Species": "Red-vented Bulbul", "Count": 71, "Date": "2024-02-18" }, "geometry": { "type": "Point", "coordinates": [ -157.8665852, 21.3291279 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3291279, "Longitude": -157.8665852, "Species": "Red-whiskered Bulbul", "Count": 8, "Date": "2024-02-10" }, "geometry": { "type": "Point", "coordinates": [ -157.8665852, 21.3291279 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3291279, "Longitude": -157.8665852, "Species": "Rock Pigeon", "Count": 23, "Date": "2024-02-10" }, "geometry": { "type": "Point", "coordinates": [ -157.8665852, 21.3291279 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3291279, "Longitude": -157.8665852, "Species": "Rose-ringed Parakeet", "Count": 31, "Date": "2024-02-21" }, "geometry": { "type": "Point", "coordinates": [ -157.8665852, 21.3291279 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3291279, "Longitude": -157.8665852, "Species": "Saffron Finch", "Count": 15, "Date": "2023-12-13" }, "geometry": { "type": "Point", "coordinates": [ -157.8665852, 21.3291279 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3291279, "Longitude": -157.8665852, "Species": "Scaly-breasted Munia", "Count": 16, "Date": "2023-12-08" }, "geometry": { "type": "Point", "coordinates": [ -157.8665852, 21.3291279 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3291279, "Longitude": -157.8665852, "Species": "Spotted Dove", "Count": 63, "Date": "2024-02-18" }, "geometry": { "type": "Point", "coordinates": [ -157.8665852, 21.3291279 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3291279, "Longitude": -157.8665852, "Species": "Wandering Tattler", "Count": 7, "Date": "2022-05-09" }, "geometry": { "type": "Point", "coordinates": [ -157.8665852, 21.3291279 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3291279, "Longitude": -157.8665852, "Species": "Warbling White-eye", "Count": 32, "Date": "2023-12-20" }, "geometry": { "type": "Point", "coordinates": [ -157.8665852, 21.3291279 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3291279, "Longitude": -157.8665852, "Species": "Western Cattle Egret", "Count": 69, "Date": "2024-02-10" }, "geometry": { "type": "Point", "coordinates": [ -157.8665852, 21.3291279 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3291279, "Longitude": -157.8665852, "Species": "White Tern", "Count": 32, "Date": "2024-01-17" }, "geometry": { "type": "Point", "coordinates": [ -157.8665852, 21.3291279 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3291279, "Longitude": -157.8665852, "Species": "White-rumped Shama", "Count": 3, "Date": "2020-11-30" }, "geometry": { "type": "Point", "coordinates": [ -157.8665852, 21.3291279 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3291279, "Longitude": -157.8665852, "Species": "Yellow-fronted Canary", "Count": 5, "Date": "2023-09-04" }, "geometry": { "type": "Point", "coordinates": [ -157.8665852, 21.3291279 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3291279, "Longitude": -157.8665852, "Species": "Zebra Dove", "Count": 87, "Date": "2024-02-18" }, "geometry": { "type": "Point", "coordinates": [ -157.8665852, 21.3291279 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39153868, "Longitude": -157.7503556, "Species": "Black-crowned Night Heron", "Count": 5, "Date": "2024-01-05" }, "geometry": { "type": "Point", "coordinates": [ -157.7503556, 21.39153868 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39153868, "Longitude": -157.7503556, "Species": "Black-necked Stilt", "Count": 5, "Date": "2023-08-04" }, "geometry": { "type": "Point", "coordinates": [ -157.7503556, 21.39153868 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39153868, "Longitude": -157.7503556, "Species": "Chestnut Munia", "Count": 1, "Date": "2023-06-09" }, "geometry": { "type": "Point", "coordinates": [ -157.7503556, 21.39153868 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39153868, "Longitude": -157.7503556, "Species": "Common Gallinule", "Count": 7, "Date": "2024-01-05" }, "geometry": { "type": "Point", "coordinates": [ -157.7503556, 21.39153868 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39153868, "Longitude": -157.7503556, "Species": "Common Myna", "Count": 7, "Date": "2024-01-05" }, "geometry": { "type": "Point", "coordinates": [ -157.7503556, 21.39153868 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39153868, "Longitude": -157.7503556, "Species": "Common Waxbill", "Count": 7, "Date": "2024-01-05" }, "geometry": { "type": "Point", "coordinates": [ -157.7503556, 21.39153868 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39153868, "Longitude": -157.7503556, "Species": "Hawaiian Coot", "Count": 1, "Date": "2022-02-26" }, "geometry": { "type": "Point", "coordinates": [ -157.7503556, 21.39153868 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39153868, "Longitude": -157.7503556, "Species": "House Finch", "Count": 3, "Date": "2023-08-04" }, "geometry": { "type": "Point", "coordinates": [ -157.7503556, 21.39153868 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39153868, "Longitude": -157.7503556, "Species": "House Sparrow", "Count": 2, "Date": "2024-01-05" }, "geometry": { "type": "Point", "coordinates": [ -157.7503556, 21.39153868 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39153868, "Longitude": -157.7503556, "Species": "Japanese Bush Warbler", "Count": 2, "Date": "2023-06-09" }, "geometry": { "type": "Point", "coordinates": [ -157.7503556, 21.39153868 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39153868, "Longitude": -157.7503556, "Species": "Java Sparrow", "Count": 4, "Date": "2024-01-05" }, "geometry": { "type": "Point", "coordinates": [ -157.7503556, 21.39153868 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39153868, "Longitude": -157.7503556, "Species": "Feral Mallard", "Count": 8, "Date": "2024-01-05" }, "geometry": { "type": "Point", "coordinates": [ -157.7503556, 21.39153868 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39153868, "Longitude": -157.7503556, "Species": "Muscovy Duck", "Count": 2, "Date": "2024-01-05" }, "geometry": { "type": "Point", "coordinates": [ -157.7503556, 21.39153868 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39153868, "Longitude": -157.7503556, "Species": "Northern Cardinal", "Count": 4, "Date": "2023-07-27" }, "geometry": { "type": "Point", "coordinates": [ -157.7503556, 21.39153868 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39153868, "Longitude": -157.7503556, "Species": "Northern Mockingbird", "Count": 1, "Date": "2024-01-05" }, "geometry": { "type": "Point", "coordinates": [ -157.7503556, 21.39153868 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39153868, "Longitude": -157.7503556, "Species": "Pacific Golden-Plover", "Count": 2, "Date": "2024-01-05" }, "geometry": { "type": "Point", "coordinates": [ -157.7503556, 21.39153868 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39153868, "Longitude": -157.7503556, "Species": "Red Avadavat", "Count": 1, "Date": "2022-09-25" }, "geometry": { "type": "Point", "coordinates": [ -157.7503556, 21.39153868 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39153868, "Longitude": -157.7503556, "Species": "Red Junglefowl", "Count": 5, "Date": "2023-08-04" }, "geometry": { "type": "Point", "coordinates": [ -157.7503556, 21.39153868 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39153868, "Longitude": -157.7503556, "Species": "Red-billed Leiothrix", "Count": 1, "Date": "2023-08-04" }, "geometry": { "type": "Point", "coordinates": [ -157.7503556, 21.39153868 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39153868, "Longitude": -157.7503556, "Species": "Red-crested Cardinal", "Count": 6, "Date": "2024-01-05" }, "geometry": { "type": "Point", "coordinates": [ -157.7503556, 21.39153868 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39153868, "Longitude": -157.7503556, "Species": "Red-vented Bulbul", "Count": 8, "Date": "2024-01-05" }, "geometry": { "type": "Point", "coordinates": [ -157.7503556, 21.39153868 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39153868, "Longitude": -157.7503556, "Species": "Red-whiskered Bulbul", "Count": 3, "Date": "2023-07-27" }, "geometry": { "type": "Point", "coordinates": [ -157.7503556, 21.39153868 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39153868, "Longitude": -157.7503556, "Species": "Rock Pigeon", "Count": 7, "Date": "2024-01-05" }, "geometry": { "type": "Point", "coordinates": [ -157.7503556, 21.39153868 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39153868, "Longitude": -157.7503556, "Species": "Spotted Dove", "Count": 6, "Date": "2024-01-05" }, "geometry": { "type": "Point", "coordinates": [ -157.7503556, 21.39153868 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39153868, "Longitude": -157.7503556, "Species": "Wandering Tattler", "Count": 1, "Date": "2022-02-26" }, "geometry": { "type": "Point", "coordinates": [ -157.7503556, 21.39153868 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39153868, "Longitude": -157.7503556, "Species": "Warbling White-eye", "Count": 3, "Date": "2023-08-04" }, "geometry": { "type": "Point", "coordinates": [ -157.7503556, 21.39153868 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39153868, "Longitude": -157.7503556, "Species": "Wedge-tailed Shearwater", "Count": 1, "Date": "2022-02-26" }, "geometry": { "type": "Point", "coordinates": [ -157.7503556, 21.39153868 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39153868, "Longitude": -157.7503556, "Species": "Western Cattle Egret", "Count": 5, "Date": "2024-01-05" }, "geometry": { "type": "Point", "coordinates": [ -157.7503556, 21.39153868 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39153868, "Longitude": -157.7503556, "Species": "White-rumped Shama", "Count": 7, "Date": "2023-11-03" }, "geometry": { "type": "Point", "coordinates": [ -157.7503556, 21.39153868 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39153868, "Longitude": -157.7503556, "Species": "Zebra Dove", "Count": 4, "Date": "2024-01-05" }, "geometry": { "type": "Point", "coordinates": [ -157.7503556, 21.39153868 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40953258, "Longitude": -157.7405559, "Species": "African Silverbill", "Count": 1, "Date": "2021-11-01" }, "geometry": { "type": "Point", "coordinates": [ -157.7405559, 21.40953258 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40953258, "Longitude": -157.7405559, "Species": "Black-crowned Night Heron", "Count": 1, "Date": "2022-02-05" }, "geometry": { "type": "Point", "coordinates": [ -157.7405559, 21.40953258 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40953258, "Longitude": -157.7405559, "Species": "Black-necked Stilt", "Count": 2, "Date": "2022-02-05" }, "geometry": { "type": "Point", "coordinates": [ -157.7405559, 21.40953258 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40953258, "Longitude": -157.7405559, "Species": "Brown Booby", "Count": 1, "Date": "2022-02-22" }, "geometry": { "type": "Point", "coordinates": [ -157.7405559, 21.40953258 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40953258, "Longitude": -157.7405559, "Species": "Brown Noddy", "Count": 1, "Date": "2022-02-22" }, "geometry": { "type": "Point", "coordinates": [ -157.7405559, 21.40953258 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40953258, "Longitude": -157.7405559, "Species": "Chestnut Munia", "Count": 1, "Date": "2022-08-24" }, "geometry": { "type": "Point", "coordinates": [ -157.7405559, 21.40953258 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40953258, "Longitude": -157.7405559, "Species": "Common Myna", "Count": 14, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7405559, 21.40953258 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40953258, "Longitude": -157.7405559, "Species": "Common Waxbill", "Count": 3, "Date": "2021-10-09" }, "geometry": { "type": "Point", "coordinates": [ -157.7405559, 21.40953258 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40953258, "Longitude": -157.7405559, "Species": "Gray Francolin", "Count": 1, "Date": "2023-05-10" }, "geometry": { "type": "Point", "coordinates": [ -157.7405559, 21.40953258 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40953258, "Longitude": -157.7405559, "Species": "Great Frigatebird", "Count": 2, "Date": "2022-02-22" }, "geometry": { "type": "Point", "coordinates": [ -157.7405559, 21.40953258 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40953258, "Longitude": -157.7405559, "Species": "House Finch", "Count": 4, "Date": "2023-05-10" }, "geometry": { "type": "Point", "coordinates": [ -157.7405559, 21.40953258 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40953258, "Longitude": -157.7405559, "Species": "House Sparrow", "Count": 5, "Date": "2022-08-24" }, "geometry": { "type": "Point", "coordinates": [ -157.7405559, 21.40953258 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40953258, "Longitude": -157.7405559, "Species": "Java Sparrow", "Count": 8, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7405559, 21.40953258 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40953258, "Longitude": -157.7405559, "Species": "Laysan Albatross", "Count": 1, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7405559, 21.40953258 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40953258, "Longitude": -157.7405559, "Species": "Northern Cardinal", "Count": 6, "Date": "2023-05-10" }, "geometry": { "type": "Point", "coordinates": [ -157.7405559, 21.40953258 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40953258, "Longitude": -157.7405559, "Species": "Pacific Golden-Plover", "Count": 6, "Date": "2022-08-24" }, "geometry": { "type": "Point", "coordinates": [ -157.7405559, 21.40953258 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40953258, "Longitude": -157.7405559, "Species": "Red Junglefowl", "Count": 3, "Date": "2022-02-22" }, "geometry": { "type": "Point", "coordinates": [ -157.7405559, 21.40953258 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40953258, "Longitude": -157.7405559, "Species": "Red-crested Cardinal", "Count": 13, "Date": "2023-05-10" }, "geometry": { "type": "Point", "coordinates": [ -157.7405559, 21.40953258 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40953258, "Longitude": -157.7405559, "Species": "Red-footed Booby", "Count": 1, "Date": "2022-02-22" }, "geometry": { "type": "Point", "coordinates": [ -157.7405559, 21.40953258 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40953258, "Longitude": -157.7405559, "Species": "Red-vented Bulbul", "Count": 9, "Date": "2023-03-06" }, "geometry": { "type": "Point", "coordinates": [ -157.7405559, 21.40953258 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40953258, "Longitude": -157.7405559, "Species": "Red-whiskered Bulbul", "Count": 4, "Date": "2022-02-22" }, "geometry": { "type": "Point", "coordinates": [ -157.7405559, 21.40953258 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40953258, "Longitude": -157.7405559, "Species": "Rock Pigeon", "Count": 5, "Date": "2022-02-13" }, "geometry": { "type": "Point", "coordinates": [ -157.7405559, 21.40953258 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40953258, "Longitude": -157.7405559, "Species": "Sanderling", "Count": 1, "Date": "2023-10-06" }, "geometry": { "type": "Point", "coordinates": [ -157.7405559, 21.40953258 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40953258, "Longitude": -157.7405559, "Species": "Spotted Dove", "Count": 12, "Date": "2023-05-10" }, "geometry": { "type": "Point", "coordinates": [ -157.7405559, 21.40953258 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40953258, "Longitude": -157.7405559, "Species": "Wandering Tattler", "Count": 2, "Date": "2023-11-02" }, "geometry": { "type": "Point", "coordinates": [ -157.7405559, 21.40953258 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40953258, "Longitude": -157.7405559, "Species": "Warbling White-eye", "Count": 9, "Date": "2022-02-22" }, "geometry": { "type": "Point", "coordinates": [ -157.7405559, 21.40953258 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40953258, "Longitude": -157.7405559, "Species": "Wedge-tailed Shearwater", "Count": 2, "Date": "2021-10-09" }, "geometry": { "type": "Point", "coordinates": [ -157.7405559, 21.40953258 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40953258, "Longitude": -157.7405559, "Species": "Western Cattle Egret", "Count": 11, "Date": "2023-03-06" }, "geometry": { "type": "Point", "coordinates": [ -157.7405559, 21.40953258 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40953258, "Longitude": -157.7405559, "Species": "White-rumped Shama", "Count": 7, "Date": "2023-01-01" }, "geometry": { "type": "Point", "coordinates": [ -157.7405559, 21.40953258 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40953258, "Longitude": -157.7405559, "Species": "White-tailed Tropicbird", "Count": 1, "Date": "2022-04-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7405559, 21.40953258 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40953258, "Longitude": -157.7405559, "Species": "Yellow-fronted Canary", "Count": 2, "Date": "2021-10-09" }, "geometry": { "type": "Point", "coordinates": [ -157.7405559, 21.40953258 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40953258, "Longitude": -157.7405559, "Species": "Zebra Dove", "Count": 13, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7405559, 21.40953258 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42822956, "Longitude": -157.8272281, "Species": "African Silverbill", "Count": 1, "Date": "2023-05-12" }, "geometry": { "type": "Point", "coordinates": [ -157.827228100000013, 21.42822956 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42822956, "Longitude": -157.8272281, "Species": "Black Swan", "Count": 45, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.827228100000013, 21.42822956 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42822956, "Longitude": -157.8272281, "Species": "Chestnut Munia", "Count": 18, "Date": "2023-12-05" }, "geometry": { "type": "Point", "coordinates": [ -157.827228100000013, 21.42822956 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42822956, "Longitude": -157.8272281, "Species": "Common Myna", "Count": 39, "Date": "2024-02-26" }, "geometry": { "type": "Point", "coordinates": [ -157.827228100000013, 21.42822956 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42822956, "Longitude": -157.8272281, "Species": "Common Waxbill", "Count": 8, "Date": "2023-07-25" }, "geometry": { "type": "Point", "coordinates": [ -157.827228100000013, 21.42822956 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42822956, "Longitude": -157.8272281, "Species": "Great Frigatebird", "Count": 1, "Date": "2023-10-25" }, "geometry": { "type": "Point", "coordinates": [ -157.827228100000013, 21.42822956 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42822956, "Longitude": -157.8272281, "Species": "House Finch", "Count": 4, "Date": "2024-02-26" }, "geometry": { "type": "Point", "coordinates": [ -157.827228100000013, 21.42822956 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42822956, "Longitude": -157.8272281, "Species": "House Sparrow", "Count": 37, "Date": "2024-02-26" }, "geometry": { "type": "Point", "coordinates": [ -157.827228100000013, 21.42822956 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42822956, "Longitude": -157.8272281, "Species": "Indian Peafowl", "Count": 4, "Date": "2023-12-03" }, "geometry": { "type": "Point", "coordinates": [ -157.827228100000013, 21.42822956 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42822956, "Longitude": -157.8272281, "Species": "Java Sparrow", "Count": 2, "Date": "2023-11-10" }, "geometry": { "type": "Point", "coordinates": [ -157.827228100000013, 21.42822956 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42822956, "Longitude": -157.8272281, "Species": "Feral Mallard", "Count": 14, "Date": "2024-02-17" }, "geometry": { "type": "Point", "coordinates": [ -157.827228100000013, 21.42822956 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42822956, "Longitude": -157.8272281, "Species": "Muscovy Duck", "Count": 1, "Date": "2024-02-26" }, "geometry": { "type": "Point", "coordinates": [ -157.827228100000013, 21.42822956 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42822956, "Longitude": -157.8272281, "Species": "Northern Cardinal", "Count": 5, "Date": "2023-12-05" }, "geometry": { "type": "Point", "coordinates": [ -157.827228100000013, 21.42822956 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42822956, "Longitude": -157.8272281, "Species": "Pacific Golden-Plover", "Count": 28, "Date": "2024-02-05" }, "geometry": { "type": "Point", "coordinates": [ -157.827228100000013, 21.42822956 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42822956, "Longitude": -157.8272281, "Species": "Red Avadavat", "Count": 1, "Date": "2019-03-03" }, "geometry": { "type": "Point", "coordinates": [ -157.827228100000013, 21.42822956 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42822956, "Longitude": -157.8272281, "Species": "Red Junglefowl", "Count": 8, "Date": "2023-10-21" }, "geometry": { "type": "Point", "coordinates": [ -157.827228100000013, 21.42822956 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42822956, "Longitude": -157.8272281, "Species": "Red-billed Leiothrix", "Count": 7, "Date": "2023-06-05" }, "geometry": { "type": "Point", "coordinates": [ -157.827228100000013, 21.42822956 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42822956, "Longitude": -157.8272281, "Species": "Red-crested Cardinal", "Count": 45, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.827228100000013, 21.42822956 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42822956, "Longitude": -157.8272281, "Species": "Red-vented Bulbul", "Count": 23, "Date": "2023-12-05" }, "geometry": { "type": "Point", "coordinates": [ -157.827228100000013, 21.42822956 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42822956, "Longitude": -157.8272281, "Species": "Red-whiskered Bulbul", "Count": 11, "Date": "2024-02-26" }, "geometry": { "type": "Point", "coordinates": [ -157.827228100000013, 21.42822956 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42822956, "Longitude": -157.8272281, "Species": "Rock Pigeon", "Count": 9, "Date": "2024-02-26" }, "geometry": { "type": "Point", "coordinates": [ -157.827228100000013, 21.42822956 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42822956, "Longitude": -157.8272281, "Species": "Saffron Finch", "Count": 1, "Date": "2023-06-16" }, "geometry": { "type": "Point", "coordinates": [ -157.827228100000013, 21.42822956 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42822956, "Longitude": -157.8272281, "Species": "Scaly-breasted Munia", "Count": 1, "Date": "2023-06-19" }, "geometry": { "type": "Point", "coordinates": [ -157.827228100000013, 21.42822956 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42822956, "Longitude": -157.8272281, "Species": "Spotted Dove", "Count": 59, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.827228100000013, 21.42822956 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42822956, "Longitude": -157.8272281, "Species": "Wandering Tattler", "Count": 1, "Date": "2024-02-26" }, "geometry": { "type": "Point", "coordinates": [ -157.827228100000013, 21.42822956 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42822956, "Longitude": -157.8272281, "Species": "Warbling White-eye", "Count": 18, "Date": "2024-01-13" }, "geometry": { "type": "Point", "coordinates": [ -157.827228100000013, 21.42822956 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42822956, "Longitude": -157.8272281, "Species": "Western Cattle Egret", "Count": 33, "Date": "2024-02-26" }, "geometry": { "type": "Point", "coordinates": [ -157.827228100000013, 21.42822956 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42822956, "Longitude": -157.8272281, "Species": "White Tern", "Count": 1, "Date": "2023-06-11" }, "geometry": { "type": "Point", "coordinates": [ -157.827228100000013, 21.42822956 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42822956, "Longitude": -157.8272281, "Species": "White-rumped Shama", "Count": 13, "Date": "2024-02-10" }, "geometry": { "type": "Point", "coordinates": [ -157.827228100000013, 21.42822956 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42822956, "Longitude": -157.8272281, "Species": "White-tailed Tropicbird", "Count": 1, "Date": "2023-06-19" }, "geometry": { "type": "Point", "coordinates": [ -157.827228100000013, 21.42822956 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42822956, "Longitude": -157.8272281, "Species": "Zebra Dove", "Count": 59, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.827228100000013, 21.42822956 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47475219, "Longitude": -158.0391897, "Species": "Barn Owl", "Count": 1, "Date": "2019-06-03" }, "geometry": { "type": "Point", "coordinates": [ -158.0391897, 21.47475219 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47475219, "Longitude": -158.0391897, "Species": "Black-crowned Night Heron", "Count": 12, "Date": "2019-07-21" }, "geometry": { "type": "Point", "coordinates": [ -158.0391897, 21.47475219 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47475219, "Longitude": -158.0391897, "Species": "Black-necked Stilt", "Count": 1, "Date": "2019-06-12" }, "geometry": { "type": "Point", "coordinates": [ -158.0391897, 21.47475219 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47475219, "Longitude": -158.0391897, "Species": "Chestnut Munia", "Count": 24, "Date": "2019-07-25" }, "geometry": { "type": "Point", "coordinates": [ -158.0391897, 21.47475219 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47475219, "Longitude": -158.0391897, "Species": "Common Myna", "Count": 51, "Date": "2019-07-25" }, "geometry": { "type": "Point", "coordinates": [ -158.0391897, 21.47475219 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47475219, "Longitude": -158.0391897, "Species": "Common Waxbill", "Count": 39, "Date": "2019-07-23" }, "geometry": { "type": "Point", "coordinates": [ -158.0391897, 21.47475219 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47475219, "Longitude": -158.0391897, "Species": "Erckel's Spurfowl", "Count": 1, "Date": "2019-05-29" }, "geometry": { "type": "Point", "coordinates": [ -158.0391897, 21.47475219 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47475219, "Longitude": -158.0391897, "Species": "Gray Francolin", "Count": 1, "Date": "2019-06-02" }, "geometry": { "type": "Point", "coordinates": [ -158.0391897, 21.47475219 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47475219, "Longitude": -158.0391897, "Species": "Hawaiian Coot", "Count": 1, "Date": "2019-05-16" }, "geometry": { "type": "Point", "coordinates": [ -158.0391897, 21.47475219 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47475219, "Longitude": -158.0391897, "Species": "House Finch", "Count": 52, "Date": "2019-07-25" }, "geometry": { "type": "Point", "coordinates": [ -158.0391897, 21.47475219 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47475219, "Longitude": -158.0391897, "Species": "House Sparrow", "Count": 53, "Date": "2019-07-25" }, "geometry": { "type": "Point", "coordinates": [ -158.0391897, 21.47475219 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47475219, "Longitude": -158.0391897, "Species": "Java Sparrow", "Count": 4, "Date": "2019-07-17" }, "geometry": { "type": "Point", "coordinates": [ -158.0391897, 21.47475219 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47475219, "Longitude": -158.0391897, "Species": "Feral Mallard", "Count": 4, "Date": "2019-05-28" }, "geometry": { "type": "Point", "coordinates": [ -158.0391897, 21.47475219 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47475219, "Longitude": -158.0391897, "Species": "Northern Cardinal", "Count": 35, "Date": "2019-07-23" }, "geometry": { "type": "Point", "coordinates": [ -158.0391897, 21.47475219 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47475219, "Longitude": -158.0391897, "Species": "Oahu Amakihi", "Count": 1, "Date": "2019-05-05" }, "geometry": { "type": "Point", "coordinates": [ -158.0391897, 21.47475219 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47475219, "Longitude": -158.0391897, "Species": "Pacific Golden-Plover", "Count": 11, "Date": "2019-05-02" }, "geometry": { "type": "Point", "coordinates": [ -158.0391897, 21.47475219 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47475219, "Longitude": -158.0391897, "Species": "Red Junglefowl", "Count": 1, "Date": "2019-05-19" }, "geometry": { "type": "Point", "coordinates": [ -158.0391897, 21.47475219 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47475219, "Longitude": -158.0391897, "Species": "Red-billed Leiothrix", "Count": 9, "Date": "2019-07-14" }, "geometry": { "type": "Point", "coordinates": [ -158.0391897, 21.47475219 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47475219, "Longitude": -158.0391897, "Species": "Red-crested Cardinal", "Count": 48, "Date": "2019-07-25" }, "geometry": { "type": "Point", "coordinates": [ -158.0391897, 21.47475219 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47475219, "Longitude": -158.0391897, "Species": "Red-crowned Parrot", "Count": 4, "Date": "2019-05-15" }, "geometry": { "type": "Point", "coordinates": [ -158.0391897, 21.47475219 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47475219, "Longitude": -158.0391897, "Species": "Red-masked Parakeet", "Count": 1, "Date": "2019-05-19" }, "geometry": { "type": "Point", "coordinates": [ -158.0391897, 21.47475219 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47475219, "Longitude": -158.0391897, "Species": "Red-vented Bulbul", "Count": 52, "Date": "2019-07-25" }, "geometry": { "type": "Point", "coordinates": [ -158.0391897, 21.47475219 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47475219, "Longitude": -158.0391897, "Species": "Red-whiskered Bulbul", "Count": 23, "Date": "2019-07-22" }, "geometry": { "type": "Point", "coordinates": [ -158.0391897, 21.47475219 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47475219, "Longitude": -158.0391897, "Species": "Rock Pigeon", "Count": 14, "Date": "2019-07-17" }, "geometry": { "type": "Point", "coordinates": [ -158.0391897, 21.47475219 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47475219, "Longitude": -158.0391897, "Species": "Rose-ringed Parakeet", "Count": 25, "Date": "2019-07-21" }, "geometry": { "type": "Point", "coordinates": [ -158.0391897, 21.47475219 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47475219, "Longitude": -158.0391897, "Species": "Saffron Finch", "Count": 33, "Date": "2019-07-25" }, "geometry": { "type": "Point", "coordinates": [ -158.0391897, 21.47475219 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47475219, "Longitude": -158.0391897, "Species": "Spotted Dove", "Count": 53, "Date": "2019-07-25" }, "geometry": { "type": "Point", "coordinates": [ -158.0391897, 21.47475219 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47475219, "Longitude": -158.0391897, "Species": "Warbling White-eye", "Count": 44, "Date": "2019-07-25" }, "geometry": { "type": "Point", "coordinates": [ -158.0391897, 21.47475219 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47475219, "Longitude": -158.0391897, "Species": "Western Cattle Egret", "Count": 50, "Date": "2019-07-25" }, "geometry": { "type": "Point", "coordinates": [ -158.0391897, 21.47475219 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47475219, "Longitude": -158.0391897, "Species": "White-rumped Shama", "Count": 10, "Date": "2019-07-21" }, "geometry": { "type": "Point", "coordinates": [ -158.0391897, 21.47475219 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47475219, "Longitude": -158.0391897, "Species": "Yellow-fronted Canary", "Count": 5, "Date": "2019-07-21" }, "geometry": { "type": "Point", "coordinates": [ -158.0391897, 21.47475219 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.47475219, "Longitude": -158.0391897, "Species": "Zebra Dove", "Count": 52, "Date": "2019-07-25" }, "geometry": { "type": "Point", "coordinates": [ -158.0391897, 21.47475219 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56567631, "Longitude": -158.1448247, "Species": "Apapane", "Count": 1, "Date": "2020-01-05" }, "geometry": { "type": "Point", "coordinates": [ -158.144824699999987, 21.56567631 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56567631, "Longitude": -158.1448247, "Species": "Barn Owl", "Count": 2, "Date": "2023-09-10" }, "geometry": { "type": "Point", "coordinates": [ -158.144824699999987, 21.56567631 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56567631, "Longitude": -158.1448247, "Species": "Black Francolin", "Count": 9, "Date": "2023-04-07" }, "geometry": { "type": "Point", "coordinates": [ -158.144824699999987, 21.56567631 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56567631, "Longitude": -158.1448247, "Species": "Chestnut Munia", "Count": 2, "Date": "2022-05-04" }, "geometry": { "type": "Point", "coordinates": [ -158.144824699999987, 21.56567631 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56567631, "Longitude": -158.1448247, "Species": "Common Myna", "Count": 19, "Date": "2024-01-26" }, "geometry": { "type": "Point", "coordinates": [ -158.144824699999987, 21.56567631 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56567631, "Longitude": -158.1448247, "Species": "Common Waxbill", "Count": 18, "Date": "2024-01-26" }, "geometry": { "type": "Point", "coordinates": [ -158.144824699999987, 21.56567631 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56567631, "Longitude": -158.1448247, "Species": "Erckel's Spurfowl", "Count": 6, "Date": "2021-06-10" }, "geometry": { "type": "Point", "coordinates": [ -158.144824699999987, 21.56567631 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56567631, "Longitude": -158.1448247, "Species": "Gray Francolin", "Count": 15, "Date": "2024-01-26" }, "geometry": { "type": "Point", "coordinates": [ -158.144824699999987, 21.56567631 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56567631, "Longitude": -158.1448247, "Species": "House Finch", "Count": 16, "Date": "2024-01-26" }, "geometry": { "type": "Point", "coordinates": [ -158.144824699999987, 21.56567631 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56567631, "Longitude": -158.1448247, "Species": "House Sparrow", "Count": 2, "Date": "2022-05-04" }, "geometry": { "type": "Point", "coordinates": [ -158.144824699999987, 21.56567631 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56567631, "Longitude": -158.1448247, "Species": "Indian Peafowl", "Count": 11, "Date": "2023-09-10" }, "geometry": { "type": "Point", "coordinates": [ -158.144824699999987, 21.56567631 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56567631, "Longitude": -158.1448247, "Species": "Japanese Bush Warbler", "Count": 17, "Date": "2024-01-26" }, "geometry": { "type": "Point", "coordinates": [ -158.144824699999987, 21.56567631 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56567631, "Longitude": -158.1448247, "Species": "Java Sparrow", "Count": 2, "Date": "2020-02-09" }, "geometry": { "type": "Point", "coordinates": [ -158.144824699999987, 21.56567631 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56567631, "Longitude": -158.1448247, "Species": "Kalij Pheasant", "Count": 2, "Date": "2021-06-08" }, "geometry": { "type": "Point", "coordinates": [ -158.144824699999987, 21.56567631 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56567631, "Longitude": -158.1448247, "Species": "Northern Cardinal", "Count": 19, "Date": "2024-01-26" }, "geometry": { "type": "Point", "coordinates": [ -158.144824699999987, 21.56567631 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56567631, "Longitude": -158.1448247, "Species": "Northern Mockingbird", "Count": 1, "Date": "2020-02-09" }, "geometry": { "type": "Point", "coordinates": [ -158.144824699999987, 21.56567631 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56567631, "Longitude": -158.1448247, "Species": "Pacific Golden-Plover", "Count": 11, "Date": "2024-01-26" }, "geometry": { "type": "Point", "coordinates": [ -158.144824699999987, 21.56567631 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56567631, "Longitude": -158.1448247, "Species": "Red Avadavat", "Count": 2, "Date": "2020-02-09" }, "geometry": { "type": "Point", "coordinates": [ -158.144824699999987, 21.56567631 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56567631, "Longitude": -158.1448247, "Species": "Red Junglefowl", "Count": 5, "Date": "2022-10-13" }, "geometry": { "type": "Point", "coordinates": [ -158.144824699999987, 21.56567631 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56567631, "Longitude": -158.1448247, "Species": "Red-billed Leiothrix", "Count": 17, "Date": "2024-01-26" }, "geometry": { "type": "Point", "coordinates": [ -158.144824699999987, 21.56567631 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56567631, "Longitude": -158.1448247, "Species": "Red-crested Cardinal", "Count": 18, "Date": "2024-01-26" }, "geometry": { "type": "Point", "coordinates": [ -158.144824699999987, 21.56567631 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56567631, "Longitude": -158.1448247, "Species": "Red-vented Bulbul", "Count": 19, "Date": "2024-01-26" }, "geometry": { "type": "Point", "coordinates": [ -158.144824699999987, 21.56567631 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56567631, "Longitude": -158.1448247, "Species": "Red-whiskered Bulbul", "Count": 17, "Date": "2024-01-26" }, "geometry": { "type": "Point", "coordinates": [ -158.144824699999987, 21.56567631 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56567631, "Longitude": -158.1448247, "Species": "Rock Pigeon", "Count": 7, "Date": "2022-05-04" }, "geometry": { "type": "Point", "coordinates": [ -158.144824699999987, 21.56567631 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56567631, "Longitude": -158.1448247, "Species": "Rose-ringed Parakeet", "Count": 1, "Date": "2023-04-07" }, "geometry": { "type": "Point", "coordinates": [ -158.144824699999987, 21.56567631 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56567631, "Longitude": -158.1448247, "Species": "Saffron Finch", "Count": 8, "Date": "2023-01-24" }, "geometry": { "type": "Point", "coordinates": [ -158.144824699999987, 21.56567631 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56567631, "Longitude": -158.1448247, "Species": "Scaly-breasted Munia", "Count": 7, "Date": "2022-05-04" }, "geometry": { "type": "Point", "coordinates": [ -158.144824699999987, 21.56567631 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56567631, "Longitude": -158.1448247, "Species": "Spotted Dove", "Count": 19, "Date": "2024-01-26" }, "geometry": { "type": "Point", "coordinates": [ -158.144824699999987, 21.56567631 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56567631, "Longitude": -158.1448247, "Species": "Warbling White-eye", "Count": 18, "Date": "2024-01-26" }, "geometry": { "type": "Point", "coordinates": [ -158.144824699999987, 21.56567631 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56567631, "Longitude": -158.1448247, "Species": "Western Cattle Egret", "Count": 18, "Date": "2024-01-26" }, "geometry": { "type": "Point", "coordinates": [ -158.144824699999987, 21.56567631 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56567631, "Longitude": -158.1448247, "Species": "White-rumped Shama", "Count": 19, "Date": "2024-01-26" }, "geometry": { "type": "Point", "coordinates": [ -158.144824699999987, 21.56567631 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56567631, "Longitude": -158.1448247, "Species": "Yellow-fronted Canary", "Count": 3, "Date": "2023-01-24" }, "geometry": { "type": "Point", "coordinates": [ -158.144824699999987, 21.56567631 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.56567631, "Longitude": -158.1448247, "Species": "Zebra Dove", "Count": 19, "Date": "2024-01-26" }, "geometry": { "type": "Point", "coordinates": [ -158.144824699999987, 21.56567631 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.65553655, "Longitude": -158.0573235, "Species": "Black-crowned Night Heron", "Count": 4, "Date": "2024-01-10" }, "geometry": { "type": "Point", "coordinates": [ -158.0573235, 21.65553655 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.65553655, "Longitude": -158.0573235, "Species": "Brown Booby", "Count": 8, "Date": "2022-08-07" }, "geometry": { "type": "Point", "coordinates": [ -158.0573235, 21.65553655 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.65553655, "Longitude": -158.0573235, "Species": "Common Myna", "Count": 21, "Date": "2023-11-06" }, "geometry": { "type": "Point", "coordinates": [ -158.0573235, 21.65553655 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.65553655, "Longitude": -158.0573235, "Species": "Common Waxbill", "Count": 10, "Date": "2023-03-16" }, "geometry": { "type": "Point", "coordinates": [ -158.0573235, 21.65553655 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.65553655, "Longitude": -158.0573235, "Species": "Erckel's Spurfowl", "Count": 1, "Date": "2022-08-07" }, "geometry": { "type": "Point", "coordinates": [ -158.0573235, 21.65553655 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.65553655, "Longitude": -158.0573235, "Species": "Gray Francolin", "Count": 1, "Date": "2022-08-07" }, "geometry": { "type": "Point", "coordinates": [ -158.0573235, 21.65553655 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.65553655, "Longitude": -158.0573235, "Species": "Great Frigatebird", "Count": 6, "Date": "2023-11-06" }, "geometry": { "type": "Point", "coordinates": [ -158.0573235, 21.65553655 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.65553655, "Longitude": -158.0573235, "Species": "Hawaiian Coot", "Count": 2, "Date": "2022-08-07" }, "geometry": { "type": "Point", "coordinates": [ -158.0573235, 21.65553655 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.65553655, "Longitude": -158.0573235, "Species": "House Finch", "Count": 6, "Date": "2022-09-25" }, "geometry": { "type": "Point", "coordinates": [ -158.0573235, 21.65553655 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.65553655, "Longitude": -158.0573235, "Species": "House Sparrow", "Count": 4, "Date": "2024-01-10" }, "geometry": { "type": "Point", "coordinates": [ -158.0573235, 21.65553655 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.65553655, "Longitude": -158.0573235, "Species": "Java Sparrow", "Count": 9, "Date": "2023-03-16" }, "geometry": { "type": "Point", "coordinates": [ -158.0573235, 21.65553655 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.65553655, "Longitude": -158.0573235, "Species": "Laysan Albatross", "Count": 2, "Date": "2022-09-28" }, "geometry": { "type": "Point", "coordinates": [ -158.0573235, 21.65553655 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.65553655, "Longitude": -158.0573235, "Species": "Feral Mallard", "Count": 3, "Date": "2022-09-30" }, "geometry": { "type": "Point", "coordinates": [ -158.0573235, 21.65553655 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.65553655, "Longitude": -158.0573235, "Species": "Northern Cardinal", "Count": 4, "Date": "2022-09-30" }, "geometry": { "type": "Point", "coordinates": [ -158.0573235, 21.65553655 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.65553655, "Longitude": -158.0573235, "Species": "Pacific Golden-Plover", "Count": 10, "Date": "2024-01-10" }, "geometry": { "type": "Point", "coordinates": [ -158.0573235, 21.65553655 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.65553655, "Longitude": -158.0573235, "Species": "Red Junglefowl", "Count": 6, "Date": "2023-03-16" }, "geometry": { "type": "Point", "coordinates": [ -158.0573235, 21.65553655 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.65553655, "Longitude": -158.0573235, "Species": "Red-billed Leiothrix", "Count": 1, "Date": "2024-01-10" }, "geometry": { "type": "Point", "coordinates": [ -158.0573235, 21.65553655 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.65553655, "Longitude": -158.0573235, "Species": "Red-crested Cardinal", "Count": 14, "Date": "2024-01-10" }, "geometry": { "type": "Point", "coordinates": [ -158.0573235, 21.65553655 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.65553655, "Longitude": -158.0573235, "Species": "Red-footed Booby", "Count": 4, "Date": "2021-06-22" }, "geometry": { "type": "Point", "coordinates": [ -158.0573235, 21.65553655 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.65553655, "Longitude": -158.0573235, "Species": "Red-vented Bulbul", "Count": 16, "Date": "2023-03-16" }, "geometry": { "type": "Point", "coordinates": [ -158.0573235, 21.65553655 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.65553655, "Longitude": -158.0573235, "Species": "Red-whiskered Bulbul", "Count": 8, "Date": "2023-11-06" }, "geometry": { "type": "Point", "coordinates": [ -158.0573235, 21.65553655 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.65553655, "Longitude": -158.0573235, "Species": "Rose-ringed Parakeet", "Count": 1, "Date": "2022-08-07" }, "geometry": { "type": "Point", "coordinates": [ -158.0573235, 21.65553655 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.65553655, "Longitude": -158.0573235, "Species": "Ruddy Turnstone", "Count": 4, "Date": "2022-09-30" }, "geometry": { "type": "Point", "coordinates": [ -158.0573235, 21.65553655 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.65553655, "Longitude": -158.0573235, "Species": "Saffron Finch", "Count": 6, "Date": "2023-03-23" }, "geometry": { "type": "Point", "coordinates": [ -158.0573235, 21.65553655 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.65553655, "Longitude": -158.0573235, "Species": "Sanderling", "Count": 2, "Date": "2023-08-25" }, "geometry": { "type": "Point", "coordinates": [ -158.0573235, 21.65553655 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.65553655, "Longitude": -158.0573235, "Species": "Spotted Dove", "Count": 9, "Date": "2023-11-06" }, "geometry": { "type": "Point", "coordinates": [ -158.0573235, 21.65553655 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.65553655, "Longitude": -158.0573235, "Species": "Wandering Tattler", "Count": 8, "Date": "2022-09-30" }, "geometry": { "type": "Point", "coordinates": [ -158.0573235, 21.65553655 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.65553655, "Longitude": -158.0573235, "Species": "Warbling White-eye", "Count": 13, "Date": "2023-03-16" }, "geometry": { "type": "Point", "coordinates": [ -158.0573235, 21.65553655 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.65553655, "Longitude": -158.0573235, "Species": "Wedge-tailed Shearwater", "Count": 3, "Date": "2023-11-06" }, "geometry": { "type": "Point", "coordinates": [ -158.0573235, 21.65553655 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.65553655, "Longitude": -158.0573235, "Species": "Western Cattle Egret", "Count": 5, "Date": "2023-11-06" }, "geometry": { "type": "Point", "coordinates": [ -158.0573235, 21.65553655 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.65553655, "Longitude": -158.0573235, "Species": "White Tern", "Count": 1, "Date": "2022-08-07" }, "geometry": { "type": "Point", "coordinates": [ -158.0573235, 21.65553655 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.65553655, "Longitude": -158.0573235, "Species": "White-rumped Shama", "Count": 6, "Date": "2024-01-10" }, "geometry": { "type": "Point", "coordinates": [ -158.0573235, 21.65553655 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.65553655, "Longitude": -158.0573235, "Species": "Zebra Dove", "Count": 23, "Date": "2024-01-10" }, "geometry": { "type": "Point", "coordinates": [ -158.0573235, 21.65553655 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.67290417, "Longitude": -157.9412332, "Species": "Barn Owl", "Count": 1, "Date": "2019-10-06" }, "geometry": { "type": "Point", "coordinates": [ -157.9412332, 21.67290417 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.67290417, "Longitude": -157.9412332, "Species": "Black-crowned Night Heron", "Count": 1, "Date": "2019-08-04" }, "geometry": { "type": "Point", "coordinates": [ -157.9412332, 21.67290417 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.67290417, "Longitude": -157.9412332, "Species": "Black-necked Stilt", "Count": 1, "Date": "2020-03-06" }, "geometry": { "type": "Point", "coordinates": [ -157.9412332, 21.67290417 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.67290417, "Longitude": -157.9412332, "Species": "Bristle-thighed Curlew", "Count": 7, "Date": "2024-01-05" }, "geometry": { "type": "Point", "coordinates": [ -157.9412332, 21.67290417 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.67290417, "Longitude": -157.9412332, "Species": "Brown Booby", "Count": 1, "Date": "2020-03-06" }, "geometry": { "type": "Point", "coordinates": [ -157.9412332, 21.67290417 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.67290417, "Longitude": -157.9412332, "Species": "Brown Noddy", "Count": 1, "Date": "2021-03-27" }, "geometry": { "type": "Point", "coordinates": [ -157.9412332, 21.67290417 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.67290417, "Longitude": -157.9412332, "Species": "Chestnut Munia", "Count": 3, "Date": "2023-11-22" }, "geometry": { "type": "Point", "coordinates": [ -157.9412332, 21.67290417 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.67290417, "Longitude": -157.9412332, "Species": "Common Myna", "Count": 12, "Date": "2024-01-05" }, "geometry": { "type": "Point", "coordinates": [ -157.9412332, 21.67290417 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.67290417, "Longitude": -157.9412332, "Species": "Common Waxbill", "Count": 5, "Date": "2023-11-22" }, "geometry": { "type": "Point", "coordinates": [ -157.9412332, 21.67290417 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.67290417, "Longitude": -157.9412332, "Species": "Glaucous-winged Gull", "Count": 1, "Date": "2021-12-29" }, "geometry": { "type": "Point", "coordinates": [ -157.9412332, 21.67290417 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.67290417, "Longitude": -157.9412332, "Species": "Gray Francolin", "Count": 1, "Date": "2019-01-27" }, "geometry": { "type": "Point", "coordinates": [ -157.9412332, 21.67290417 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.67290417, "Longitude": -157.9412332, "Species": "Great Frigatebird", "Count": 1, "Date": "2019-01-27" }, "geometry": { "type": "Point", "coordinates": [ -157.9412332, 21.67290417 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.67290417, "Longitude": -157.9412332, "Species": "Hawaiian Coot", "Count": 2, "Date": "2022-08-21" }, "geometry": { "type": "Point", "coordinates": [ -157.9412332, 21.67290417 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.67290417, "Longitude": -157.9412332, "Species": "House Finch", "Count": 6, "Date": "2022-12-07" }, "geometry": { "type": "Point", "coordinates": [ -157.9412332, 21.67290417 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.67290417, "Longitude": -157.9412332, "Species": "Indian Peafowl", "Count": 1, "Date": "2020-03-06" }, "geometry": { "type": "Point", "coordinates": [ -157.9412332, 21.67290417 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.67290417, "Longitude": -157.9412332, "Species": "Java Sparrow", "Count": 4, "Date": "2022-12-07" }, "geometry": { "type": "Point", "coordinates": [ -157.9412332, 21.67290417 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.67290417, "Longitude": -157.9412332, "Species": "Laysan Albatross", "Count": 4, "Date": "2020-03-06" }, "geometry": { "type": "Point", "coordinates": [ -157.9412332, 21.67290417 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.67290417, "Longitude": -157.9412332, "Species": "Northern Cardinal", "Count": 5, "Date": "2020-03-06" }, "geometry": { "type": "Point", "coordinates": [ -157.9412332, 21.67290417 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.67290417, "Longitude": -157.9412332, "Species": "Pacific Golden-Plover", "Count": 6, "Date": "2024-01-05" }, "geometry": { "type": "Point", "coordinates": [ -157.9412332, 21.67290417 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.67290417, "Longitude": -157.9412332, "Species": "Red Junglefowl", "Count": 5, "Date": "2022-04-15" }, "geometry": { "type": "Point", "coordinates": [ -157.9412332, 21.67290417 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.67290417, "Longitude": -157.9412332, "Species": "Red-billed Leiothrix", "Count": 3, "Date": "2020-03-06" }, "geometry": { "type": "Point", "coordinates": [ -157.9412332, 21.67290417 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.67290417, "Longitude": -157.9412332, "Species": "Red-crested Cardinal", "Count": 10, "Date": "2024-01-05" }, "geometry": { "type": "Point", "coordinates": [ -157.9412332, 21.67290417 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.67290417, "Longitude": -157.9412332, "Species": "Red-vented Bulbul", "Count": 6, "Date": "2023-11-22" }, "geometry": { "type": "Point", "coordinates": [ -157.9412332, 21.67290417 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.67290417, "Longitude": -157.9412332, "Species": "Red-whiskered Bulbul", "Count": 2, "Date": "2020-03-06" }, "geometry": { "type": "Point", "coordinates": [ -157.9412332, 21.67290417 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.67290417, "Longitude": -157.9412332, "Species": "Saffron Finch", "Count": 5, "Date": "2023-11-22" }, "geometry": { "type": "Point", "coordinates": [ -157.9412332, 21.67290417 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.67290417, "Longitude": -157.9412332, "Species": "Sanderling", "Count": 2, "Date": "2024-01-13" }, "geometry": { "type": "Point", "coordinates": [ -157.9412332, 21.67290417 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.67290417, "Longitude": -157.9412332, "Species": "Spotted Dove", "Count": 8, "Date": "2024-01-05" }, "geometry": { "type": "Point", "coordinates": [ -157.9412332, 21.67290417 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.67290417, "Longitude": -157.9412332, "Species": "Wandering Tattler", "Count": 2, "Date": "2020-03-06" }, "geometry": { "type": "Point", "coordinates": [ -157.9412332, 21.67290417 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.67290417, "Longitude": -157.9412332, "Species": "Warbling White-eye", "Count": 4, "Date": "2024-01-05" }, "geometry": { "type": "Point", "coordinates": [ -157.9412332, 21.67290417 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.67290417, "Longitude": -157.9412332, "Species": "Western Cattle Egret", "Count": 5, "Date": "2022-12-07" }, "geometry": { "type": "Point", "coordinates": [ -157.9412332, 21.67290417 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.67290417, "Longitude": -157.9412332, "Species": "White-rumped Shama", "Count": 3, "Date": "2020-03-06" }, "geometry": { "type": "Point", "coordinates": [ -157.9412332, 21.67290417 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.67290417, "Longitude": -157.9412332, "Species": "Yellow-fronted Canary", "Count": 2, "Date": "2024-01-05" }, "geometry": { "type": "Point", "coordinates": [ -157.9412332, 21.67290417 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.67290417, "Longitude": -157.9412332, "Species": "Zebra Dove", "Count": 11, "Date": "2024-01-05" }, "geometry": { "type": "Point", "coordinates": [ -157.9412332, 21.67290417 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25639296, "Longitude": -157.7996841, "Species": "Brown Booby", "Count": 5, "Date": "2023-12-21" }, "geometry": { "type": "Point", "coordinates": [ -157.7996841, 21.25639296 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25639296, "Longitude": -157.7996841, "Species": "Brown Noddy", "Count": 1, "Date": "2023-03-03" }, "geometry": { "type": "Point", "coordinates": [ -157.7996841, 21.25639296 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25639296, "Longitude": -157.7996841, "Species": "Common Myna", "Count": 62, "Date": "2024-02-11" }, "geometry": { "type": "Point", "coordinates": [ -157.7996841, 21.25639296 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25639296, "Longitude": -157.7996841, "Species": "Common Waxbill", "Count": 17, "Date": "2023-12-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7996841, 21.25639296 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25639296, "Longitude": -157.7996841, "Species": "Gray Francolin", "Count": 7, "Date": "2022-08-21" }, "geometry": { "type": "Point", "coordinates": [ -157.7996841, 21.25639296 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25639296, "Longitude": -157.7996841, "Species": "Great Frigatebird", "Count": 3, "Date": "2023-08-24" }, "geometry": { "type": "Point", "coordinates": [ -157.7996841, 21.25639296 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25639296, "Longitude": -157.7996841, "Species": "House Finch", "Count": 8, "Date": "2023-06-01" }, "geometry": { "type": "Point", "coordinates": [ -157.7996841, 21.25639296 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25639296, "Longitude": -157.7996841, "Species": "House Sparrow", "Count": 18, "Date": "2023-12-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7996841, 21.25639296 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25639296, "Longitude": -157.7996841, "Species": "Java Sparrow", "Count": 4, "Date": "2023-11-03" }, "geometry": { "type": "Point", "coordinates": [ -157.7996841, 21.25639296 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25639296, "Longitude": -157.7996841, "Species": "Feral Mallard", "Count": 11, "Date": "2023-12-03" }, "geometry": { "type": "Point", "coordinates": [ -157.7996841, 21.25639296 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25639296, "Longitude": -157.7996841, "Species": "Masked Booby", "Count": 3, "Date": "2023-03-03" }, "geometry": { "type": "Point", "coordinates": [ -157.7996841, 21.25639296 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25639296, "Longitude": -157.7996841, "Species": "Northern Cardinal", "Count": 3, "Date": "2022-06-26" }, "geometry": { "type": "Point", "coordinates": [ -157.7996841, 21.25639296 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25639296, "Longitude": -157.7996841, "Species": "Pacific Golden-Plover", "Count": 41, "Date": "2023-12-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7996841, 21.25639296 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25639296, "Longitude": -157.7996841, "Species": "Red Junglefowl", "Count": 5, "Date": "2024-02-11" }, "geometry": { "type": "Point", "coordinates": [ -157.7996841, 21.25639296 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25639296, "Longitude": -157.7996841, "Species": "Red-crested Cardinal", "Count": 33, "Date": "2024-02-11" }, "geometry": { "type": "Point", "coordinates": [ -157.7996841, 21.25639296 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25639296, "Longitude": -157.7996841, "Species": "Red-footed Booby", "Count": 4, "Date": "2023-03-03" }, "geometry": { "type": "Point", "coordinates": [ -157.7996841, 21.25639296 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25639296, "Longitude": -157.7996841, "Species": "Red-masked Parakeet", "Count": 50, "Date": "2023-12-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7996841, 21.25639296 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25639296, "Longitude": -157.7996841, "Species": "Red-vented Bulbul", "Count": 50, "Date": "2023-12-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7996841, 21.25639296 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25639296, "Longitude": -157.7996841, "Species": "Red-whiskered Bulbul", "Count": 4, "Date": "2023-12-11" }, "geometry": { "type": "Point", "coordinates": [ -157.7996841, 21.25639296 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25639296, "Longitude": -157.7996841, "Species": "Rock Pigeon", "Count": 15, "Date": "2023-12-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7996841, 21.25639296 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25639296, "Longitude": -157.7996841, "Species": "Rose-ringed Parakeet", "Count": 7, "Date": "2024-02-11" }, "geometry": { "type": "Point", "coordinates": [ -157.7996841, 21.25639296 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25639296, "Longitude": -157.7996841, "Species": "Saffron Finch", "Count": 7, "Date": "2023-12-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7996841, 21.25639296 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25639296, "Longitude": -157.7996841, "Species": "Scaly-breasted Munia", "Count": 1, "Date": "2019-04-26" }, "geometry": { "type": "Point", "coordinates": [ -157.7996841, 21.25639296 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25639296, "Longitude": -157.7996841, "Species": "Sooty Tern", "Count": 3, "Date": "2023-03-03" }, "geometry": { "type": "Point", "coordinates": [ -157.7996841, 21.25639296 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25639296, "Longitude": -157.7996841, "Species": "Spotted Dove", "Count": 47, "Date": "2024-02-11" }, "geometry": { "type": "Point", "coordinates": [ -157.7996841, 21.25639296 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25639296, "Longitude": -157.7996841, "Species": "Warbling White-eye", "Count": 16, "Date": "2023-12-11" }, "geometry": { "type": "Point", "coordinates": [ -157.7996841, 21.25639296 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25639296, "Longitude": -157.7996841, "Species": "Western Cattle Egret", "Count": 24, "Date": "2023-12-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7996841, 21.25639296 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25639296, "Longitude": -157.7996841, "Species": "White Tern", "Count": 22, "Date": "2024-02-11" }, "geometry": { "type": "Point", "coordinates": [ -157.7996841, 21.25639296 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25639296, "Longitude": -157.7996841, "Species": "White-rumped Shama", "Count": 2, "Date": "2023-06-08" }, "geometry": { "type": "Point", "coordinates": [ -157.7996841, 21.25639296 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25639296, "Longitude": -157.7996841, "Species": "White-tailed Tropicbird", "Count": 1, "Date": "2019-12-30" }, "geometry": { "type": "Point", "coordinates": [ -157.7996841, 21.25639296 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25639296, "Longitude": -157.7996841, "Species": "Yellow-fronted Canary", "Count": 10, "Date": "2023-11-03" }, "geometry": { "type": "Point", "coordinates": [ -157.7996841, 21.25639296 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.25639296, "Longitude": -157.7996841, "Species": "Zebra Dove", "Count": 39, "Date": "2024-02-11" }, "geometry": { "type": "Point", "coordinates": [ -157.7996841, 21.25639296 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31059249, "Longitude": -157.799244, "Species": "African Silverbill", "Count": 1, "Date": "2021-01-07" }, "geometry": { "type": "Point", "coordinates": [ -157.799244, 21.31059249 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31059249, "Longitude": -157.799244, "Species": "Apapane", "Count": 11, "Date": "2023-06-21" }, "geometry": { "type": "Point", "coordinates": [ -157.799244, 21.31059249 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31059249, "Longitude": -157.799244, "Species": "Barn Owl", "Count": 1, "Date": "2019-09-30" }, "geometry": { "type": "Point", "coordinates": [ -157.799244, 21.31059249 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31059249, "Longitude": -157.799244, "Species": "Chestnut Munia", "Count": 8, "Date": "2021-01-07" }, "geometry": { "type": "Point", "coordinates": [ -157.799244, 21.31059249 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31059249, "Longitude": -157.799244, "Species": "Chinese Hwamei", "Count": 1, "Date": "2019-11-29" }, "geometry": { "type": "Point", "coordinates": [ -157.799244, 21.31059249 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31059249, "Longitude": -157.799244, "Species": "Common Myna", "Count": 40, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.799244, 21.31059249 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31059249, "Longitude": -157.799244, "Species": "Common Waxbill", "Count": 46, "Date": "2023-11-06" }, "geometry": { "type": "Point", "coordinates": [ -157.799244, 21.31059249 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31059249, "Longitude": -157.799244, "Species": "House Finch", "Count": 86, "Date": "2023-06-21" }, "geometry": { "type": "Point", "coordinates": [ -157.799244, 21.31059249 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31059249, "Longitude": -157.799244, "Species": "House Sparrow", "Count": 3, "Date": "2023-07-17" }, "geometry": { "type": "Point", "coordinates": [ -157.799244, 21.31059249 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31059249, "Longitude": -157.799244, "Species": "Java Sparrow", "Count": 31, "Date": "2022-03-18" }, "geometry": { "type": "Point", "coordinates": [ -157.799244, 21.31059249 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31059249, "Longitude": -157.799244, "Species": "Northern Cardinal", "Count": 89, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.799244, 21.31059249 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31059249, "Longitude": -157.799244, "Species": "Northern Mockingbird", "Count": 8, "Date": "2023-03-11" }, "geometry": { "type": "Point", "coordinates": [ -157.799244, 21.31059249 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31059249, "Longitude": -157.799244, "Species": "Oahu Amakihi", "Count": 149, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.799244, 21.31059249 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31059249, "Longitude": -157.799244, "Species": "Oahu Elepaio", "Count": 2, "Date": "2023-06-01" }, "geometry": { "type": "Point", "coordinates": [ -157.799244, 21.31059249 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31059249, "Longitude": -157.799244, "Species": "Pacific Golden-Plover", "Count": 20, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.799244, 21.31059249 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31059249, "Longitude": -157.799244, "Species": "Red Junglefowl", "Count": 80, "Date": "2023-11-05" }, "geometry": { "type": "Point", "coordinates": [ -157.799244, 21.31059249 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31059249, "Longitude": -157.799244, "Species": "Red-billed Leiothrix", "Count": 91, "Date": "2023-11-06" }, "geometry": { "type": "Point", "coordinates": [ -157.799244, 21.31059249 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31059249, "Longitude": -157.799244, "Species": "Red-crested Cardinal", "Count": 76, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.799244, 21.31059249 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31059249, "Longitude": -157.799244, "Species": "Red-masked Parakeet", "Count": 4, "Date": "2020-04-12" }, "geometry": { "type": "Point", "coordinates": [ -157.799244, 21.31059249 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31059249, "Longitude": -157.799244, "Species": "Red-tailed Tropicbird", "Count": 1, "Date": "2019-08-17" }, "geometry": { "type": "Point", "coordinates": [ -157.799244, 21.31059249 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31059249, "Longitude": -157.799244, "Species": "Red-vented Bulbul", "Count": 139, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.799244, 21.31059249 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31059249, "Longitude": -157.799244, "Species": "Red-whiskered Bulbul", "Count": 51, "Date": "2023-11-05" }, "geometry": { "type": "Point", "coordinates": [ -157.799244, 21.31059249 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31059249, "Longitude": -157.799244, "Species": "Rock Pigeon", "Count": 9, "Date": "2023-10-19" }, "geometry": { "type": "Point", "coordinates": [ -157.799244, 21.31059249 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31059249, "Longitude": -157.799244, "Species": "Rose-ringed Parakeet", "Count": 57, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.799244, 21.31059249 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31059249, "Longitude": -157.799244, "Species": "Scaly-breasted Munia", "Count": 3, "Date": "2020-02-14" }, "geometry": { "type": "Point", "coordinates": [ -157.799244, 21.31059249 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31059249, "Longitude": -157.799244, "Species": "Spotted Dove", "Count": 100, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.799244, 21.31059249 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31059249, "Longitude": -157.799244, "Species": "Warbling White-eye", "Count": 136, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.799244, 21.31059249 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31059249, "Longitude": -157.799244, "Species": "Western Cattle Egret", "Count": 3, "Date": "2023-04-17" }, "geometry": { "type": "Point", "coordinates": [ -157.799244, 21.31059249 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31059249, "Longitude": -157.799244, "Species": "White Tern", "Count": 28, "Date": "2023-08-19" }, "geometry": { "type": "Point", "coordinates": [ -157.799244, 21.31059249 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31059249, "Longitude": -157.799244, "Species": "White-rumped Shama", "Count": 121, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.799244, 21.31059249 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31059249, "Longitude": -157.799244, "Species": "Yellow-faced Grassquit", "Count": 4, "Date": "2020-07-17" }, "geometry": { "type": "Point", "coordinates": [ -157.799244, 21.31059249 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31059249, "Longitude": -157.799244, "Species": "Yellow-fronted Canary", "Count": 68, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.799244, 21.31059249 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31059249, "Longitude": -157.799244, "Species": "Zebra Dove", "Count": 130, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.799244, 21.31059249 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32071789, "Longitude": -157.9630634, "Species": "Black Noddy", "Count": 1, "Date": "2023-06-18" }, "geometry": { "type": "Point", "coordinates": [ -157.96306340000001, 21.32071789 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32071789, "Longitude": -157.9630634, "Species": "Black-crowned Night Heron", "Count": 7, "Date": "2023-01-04" }, "geometry": { "type": "Point", "coordinates": [ -157.96306340000001, 21.32071789 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32071789, "Longitude": -157.9630634, "Species": "Black-necked Stilt", "Count": 11, "Date": "2023-08-12" }, "geometry": { "type": "Point", "coordinates": [ -157.96306340000001, 21.32071789 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32071789, "Longitude": -157.9630634, "Species": "Brown Booby", "Count": 3, "Date": "2021-03-26" }, "geometry": { "type": "Point", "coordinates": [ -157.96306340000001, 21.32071789 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32071789, "Longitude": -157.9630634, "Species": "Chestnut Munia", "Count": 2, "Date": "2019-06-28" }, "geometry": { "type": "Point", "coordinates": [ -157.96306340000001, 21.32071789 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32071789, "Longitude": -157.9630634, "Species": "Common Myna", "Count": 13, "Date": "2023-06-08" }, "geometry": { "type": "Point", "coordinates": [ -157.96306340000001, 21.32071789 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32071789, "Longitude": -157.9630634, "Species": "Common Waxbill", "Count": 9, "Date": "2023-12-09" }, "geometry": { "type": "Point", "coordinates": [ -157.96306340000001, 21.32071789 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32071789, "Longitude": -157.9630634, "Species": "Gray Francolin", "Count": 2, "Date": "2022-08-27" }, "geometry": { "type": "Point", "coordinates": [ -157.96306340000001, 21.32071789 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32071789, "Longitude": -157.9630634, "Species": "Great Frigatebird", "Count": 1, "Date": "2023-06-18" }, "geometry": { "type": "Point", "coordinates": [ -157.96306340000001, 21.32071789 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32071789, "Longitude": -157.9630634, "Species": "Hawaiian Coot", "Count": 3, "Date": "2023-08-12" }, "geometry": { "type": "Point", "coordinates": [ -157.96306340000001, 21.32071789 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32071789, "Longitude": -157.9630634, "Species": "House Finch", "Count": 3, "Date": "2020-03-31" }, "geometry": { "type": "Point", "coordinates": [ -157.96306340000001, 21.32071789 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32071789, "Longitude": -157.9630634, "Species": "House Sparrow", "Count": 12, "Date": "2023-06-08" }, "geometry": { "type": "Point", "coordinates": [ -157.96306340000001, 21.32071789 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32071789, "Longitude": -157.9630634, "Species": "Northern Cardinal", "Count": 11, "Date": "2023-12-09" }, "geometry": { "type": "Point", "coordinates": [ -157.96306340000001, 21.32071789 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32071789, "Longitude": -157.9630634, "Species": "Pacific Golden-Plover", "Count": 20, "Date": "2023-12-09" }, "geometry": { "type": "Point", "coordinates": [ -157.96306340000001, 21.32071789 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32071789, "Longitude": -157.9630634, "Species": "Red Junglefowl", "Count": 3, "Date": "2023-01-09" }, "geometry": { "type": "Point", "coordinates": [ -157.96306340000001, 21.32071789 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32071789, "Longitude": -157.9630634, "Species": "Red-crested Cardinal", "Count": 9, "Date": "2023-01-04" }, "geometry": { "type": "Point", "coordinates": [ -157.96306340000001, 21.32071789 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32071789, "Longitude": -157.9630634, "Species": "Red-vented Bulbul", "Count": 12, "Date": "2023-12-09" }, "geometry": { "type": "Point", "coordinates": [ -157.96306340000001, 21.32071789 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32071789, "Longitude": -157.9630634, "Species": "Red-whiskered Bulbul", "Count": 3, "Date": "2021-06-06" }, "geometry": { "type": "Point", "coordinates": [ -157.96306340000001, 21.32071789 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32071789, "Longitude": -157.9630634, "Species": "Rock Pigeon", "Count": 1, "Date": "2020-03-31" }, "geometry": { "type": "Point", "coordinates": [ -157.96306340000001, 21.32071789 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32071789, "Longitude": -157.9630634, "Species": "Rose-ringed Parakeet", "Count": 1, "Date": "2022-08-27" }, "geometry": { "type": "Point", "coordinates": [ -157.96306340000001, 21.32071789 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32071789, "Longitude": -157.9630634, "Species": "Ruddy Turnstone", "Count": 17, "Date": "2023-12-09" }, "geometry": { "type": "Point", "coordinates": [ -157.96306340000001, 21.32071789 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32071789, "Longitude": -157.9630634, "Species": "Saffron Finch", "Count": 1, "Date": "2020-03-31" }, "geometry": { "type": "Point", "coordinates": [ -157.96306340000001, 21.32071789 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32071789, "Longitude": -157.9630634, "Species": "Sanderling", "Count": 1, "Date": "2022-03-28" }, "geometry": { "type": "Point", "coordinates": [ -157.96306340000001, 21.32071789 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32071789, "Longitude": -157.9630634, "Species": "Spotted Dove", "Count": 6, "Date": "2023-01-09" }, "geometry": { "type": "Point", "coordinates": [ -157.96306340000001, 21.32071789 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32071789, "Longitude": -157.9630634, "Species": "Wandering Tattler", "Count": 16, "Date": "2023-12-09" }, "geometry": { "type": "Point", "coordinates": [ -157.96306340000001, 21.32071789 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32071789, "Longitude": -157.9630634, "Species": "Warbling White-eye", "Count": 7, "Date": "2023-06-08" }, "geometry": { "type": "Point", "coordinates": [ -157.96306340000001, 21.32071789 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32071789, "Longitude": -157.9630634, "Species": "Wedge-tailed Shearwater", "Count": 1, "Date": "2023-06-23" }, "geometry": { "type": "Point", "coordinates": [ -157.96306340000001, 21.32071789 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32071789, "Longitude": -157.9630634, "Species": "Western Cattle Egret", "Count": 6, "Date": "2023-12-09" }, "geometry": { "type": "Point", "coordinates": [ -157.96306340000001, 21.32071789 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32071789, "Longitude": -157.9630634, "Species": "White Tern", "Count": 8, "Date": "2023-12-09" }, "geometry": { "type": "Point", "coordinates": [ -157.96306340000001, 21.32071789 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32071789, "Longitude": -157.9630634, "Species": "White-rumped Shama", "Count": 4, "Date": "2023-12-09" }, "geometry": { "type": "Point", "coordinates": [ -157.96306340000001, 21.32071789 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32071789, "Longitude": -157.9630634, "Species": "Yellow-fronted Canary", "Count": 1, "Date": "2021-06-06" }, "geometry": { "type": "Point", "coordinates": [ -157.96306340000001, 21.32071789 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32071789, "Longitude": -157.9630634, "Species": "Zebra Dove", "Count": 11, "Date": "2023-12-09" }, "geometry": { "type": "Point", "coordinates": [ -157.96306340000001, 21.32071789 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38236069, "Longitude": -157.7311438, "Species": "Black-crowned Night Heron", "Count": 35, "Date": "2024-02-08" }, "geometry": { "type": "Point", "coordinates": [ -157.731143800000012, 21.38236069 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38236069, "Longitude": -157.7311438, "Species": "Black-necked Stilt", "Count": 28, "Date": "2023-11-18" }, "geometry": { "type": "Point", "coordinates": [ -157.731143800000012, 21.38236069 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38236069, "Longitude": -157.7311438, "Species": "Brown Booby", "Count": 1, "Date": "2020-03-10" }, "geometry": { "type": "Point", "coordinates": [ -157.731143800000012, 21.38236069 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38236069, "Longitude": -157.7311438, "Species": "Chestnut Munia", "Count": 4, "Date": "2023-11-06" }, "geometry": { "type": "Point", "coordinates": [ -157.731143800000012, 21.38236069 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38236069, "Longitude": -157.7311438, "Species": "Common Gallinule", "Count": 106, "Date": "2024-02-08" }, "geometry": { "type": "Point", "coordinates": [ -157.731143800000012, 21.38236069 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38236069, "Longitude": -157.7311438, "Species": "Common Myna", "Count": 129, "Date": "2024-02-08" }, "geometry": { "type": "Point", "coordinates": [ -157.731143800000012, 21.38236069 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38236069, "Longitude": -157.7311438, "Species": "Common Waxbill", "Count": 35, "Date": "2023-11-19" }, "geometry": { "type": "Point", "coordinates": [ -157.731143800000012, 21.38236069 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38236069, "Longitude": -157.7311438, "Species": "Hawaiian Coot", "Count": 16, "Date": "2022-12-17" }, "geometry": { "type": "Point", "coordinates": [ -157.731143800000012, 21.38236069 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38236069, "Longitude": -157.7311438, "Species": "House Finch", "Count": 17, "Date": "2023-05-15" }, "geometry": { "type": "Point", "coordinates": [ -157.731143800000012, 21.38236069 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38236069, "Longitude": -157.7311438, "Species": "House Sparrow", "Count": 109, "Date": "2024-02-08" }, "geometry": { "type": "Point", "coordinates": [ -157.731143800000012, 21.38236069 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38236069, "Longitude": -157.7311438, "Species": "Java Sparrow", "Count": 57, "Date": "2024-02-03" }, "geometry": { "type": "Point", "coordinates": [ -157.731143800000012, 21.38236069 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38236069, "Longitude": -157.7311438, "Species": "Feral Mallard", "Count": 125, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.731143800000012, 21.38236069 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38236069, "Longitude": -157.7311438, "Species": "Muscovy Duck", "Count": 20, "Date": "2024-02-03" }, "geometry": { "type": "Point", "coordinates": [ -157.731143800000012, 21.38236069 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38236069, "Longitude": -157.7311438, "Species": "Northern Cardinal", "Count": 13, "Date": "2022-06-13" }, "geometry": { "type": "Point", "coordinates": [ -157.731143800000012, 21.38236069 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38236069, "Longitude": -157.7311438, "Species": "Pacific Golden-Plover", "Count": 25, "Date": "2023-12-02" }, "geometry": { "type": "Point", "coordinates": [ -157.731143800000012, 21.38236069 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38236069, "Longitude": -157.7311438, "Species": "Red Avadavat", "Count": 2, "Date": "2020-07-25" }, "geometry": { "type": "Point", "coordinates": [ -157.731143800000012, 21.38236069 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38236069, "Longitude": -157.7311438, "Species": "Red Junglefowl", "Count": 4, "Date": "2024-01-03" }, "geometry": { "type": "Point", "coordinates": [ -157.731143800000012, 21.38236069 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38236069, "Longitude": -157.7311438, "Species": "Red-crested Cardinal", "Count": 77, "Date": "2024-01-20" }, "geometry": { "type": "Point", "coordinates": [ -157.731143800000012, 21.38236069 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38236069, "Longitude": -157.7311438, "Species": "Red-vented Bulbul", "Count": 84, "Date": "2024-02-26" }, "geometry": { "type": "Point", "coordinates": [ -157.731143800000012, 21.38236069 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38236069, "Longitude": -157.7311438, "Species": "Red-whiskered Bulbul", "Count": 22, "Date": "2023-03-10" }, "geometry": { "type": "Point", "coordinates": [ -157.731143800000012, 21.38236069 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38236069, "Longitude": -157.7311438, "Species": "Ring-necked Duck", "Count": 5, "Date": "2020-04-01" }, "geometry": { "type": "Point", "coordinates": [ -157.731143800000012, 21.38236069 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38236069, "Longitude": -157.7311438, "Species": "Rock Pigeon", "Count": 132, "Date": "2024-02-08" }, "geometry": { "type": "Point", "coordinates": [ -157.731143800000012, 21.38236069 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38236069, "Longitude": -157.7311438, "Species": "Rose-ringed Parakeet", "Count": 3, "Date": "2024-02-08" }, "geometry": { "type": "Point", "coordinates": [ -157.731143800000012, 21.38236069 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38236069, "Longitude": -157.7311438, "Species": "Saffron Finch", "Count": 6, "Date": "2022-01-02" }, "geometry": { "type": "Point", "coordinates": [ -157.731143800000012, 21.38236069 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38236069, "Longitude": -157.7311438, "Species": "Scaly-breasted Munia", "Count": 2, "Date": "2021-02-04" }, "geometry": { "type": "Point", "coordinates": [ -157.731143800000012, 21.38236069 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38236069, "Longitude": -157.7311438, "Species": "Spotted Dove", "Count": 88, "Date": "2024-02-08" }, "geometry": { "type": "Point", "coordinates": [ -157.731143800000012, 21.38236069 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38236069, "Longitude": -157.7311438, "Species": "Wandering Tattler", "Count": 2, "Date": "2020-08-09" }, "geometry": { "type": "Point", "coordinates": [ -157.731143800000012, 21.38236069 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38236069, "Longitude": -157.7311438, "Species": "Warbling White-eye", "Count": 33, "Date": "2024-02-03" }, "geometry": { "type": "Point", "coordinates": [ -157.731143800000012, 21.38236069 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38236069, "Longitude": -157.7311438, "Species": "Western Cattle Egret", "Count": 58, "Date": "2024-02-08" }, "geometry": { "type": "Point", "coordinates": [ -157.731143800000012, 21.38236069 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38236069, "Longitude": -157.7311438, "Species": "White-rumped Shama", "Count": 2, "Date": "2022-11-25" }, "geometry": { "type": "Point", "coordinates": [ -157.731143800000012, 21.38236069 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38236069, "Longitude": -157.7311438, "Species": "Zebra Dove", "Count": 117, "Date": "2024-02-08" }, "geometry": { "type": "Point", "coordinates": [ -157.731143800000012, 21.38236069 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44573623, "Longitude": -157.7498942, "Species": "Black-bellied Plover", "Count": 1, "Date": "2021-08-14" }, "geometry": { "type": "Point", "coordinates": [ -157.7498942, 21.44573623 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44573623, "Longitude": -157.7498942, "Species": "Black-crowned Night Heron", "Count": 6, "Date": "2024-01-25" }, "geometry": { "type": "Point", "coordinates": [ -157.7498942, 21.44573623 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44573623, "Longitude": -157.7498942, "Species": "Black-necked Stilt", "Count": 26, "Date": "2024-01-25" }, "geometry": { "type": "Point", "coordinates": [ -157.7498942, 21.44573623 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44573623, "Longitude": -157.7498942, "Species": "Chestnut Munia", "Count": 1, "Date": "2022-03-16" }, "geometry": { "type": "Point", "coordinates": [ -157.7498942, 21.44573623 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44573623, "Longitude": -157.7498942, "Species": "Common Gallinule", "Count": 3, "Date": "2024-01-25" }, "geometry": { "type": "Point", "coordinates": [ -157.7498942, 21.44573623 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44573623, "Longitude": -157.7498942, "Species": "Common Myna", "Count": 41, "Date": "2024-01-25" }, "geometry": { "type": "Point", "coordinates": [ -157.7498942, 21.44573623 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44573623, "Longitude": -157.7498942, "Species": "Common Waxbill", "Count": 15, "Date": "2024-01-25" }, "geometry": { "type": "Point", "coordinates": [ -157.7498942, 21.44573623 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44573623, "Longitude": -157.7498942, "Species": "Gray Francolin", "Count": 6, "Date": "2024-02-16" }, "geometry": { "type": "Point", "coordinates": [ -157.7498942, 21.44573623 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44573623, "Longitude": -157.7498942, "Species": "Great Frigatebird", "Count": 28, "Date": "2024-01-25" }, "geometry": { "type": "Point", "coordinates": [ -157.7498942, 21.44573623 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44573623, "Longitude": -157.7498942, "Species": "Hawaiian Coot", "Count": 4, "Date": "2024-01-25" }, "geometry": { "type": "Point", "coordinates": [ -157.7498942, 21.44573623 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44573623, "Longitude": -157.7498942, "Species": "House Finch", "Count": 10, "Date": "2024-01-25" }, "geometry": { "type": "Point", "coordinates": [ -157.7498942, 21.44573623 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44573623, "Longitude": -157.7498942, "Species": "House Sparrow", "Count": 9, "Date": "2024-01-25" }, "geometry": { "type": "Point", "coordinates": [ -157.7498942, 21.44573623 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44573623, "Longitude": -157.7498942, "Species": "Java Sparrow", "Count": 12, "Date": "2024-01-25" }, "geometry": { "type": "Point", "coordinates": [ -157.7498942, 21.44573623 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44573623, "Longitude": -157.7498942, "Species": "Long-billed Dowitcher", "Count": 1, "Date": "2024-01-25" }, "geometry": { "type": "Point", "coordinates": [ -157.7498942, 21.44573623 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44573623, "Longitude": -157.7498942, "Species": "Feral Mallard", "Count": 16, "Date": "2024-01-25" }, "geometry": { "type": "Point", "coordinates": [ -157.7498942, 21.44573623 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44573623, "Longitude": -157.7498942, "Species": "Muscovy Duck", "Count": 1, "Date": "2020-05-31" }, "geometry": { "type": "Point", "coordinates": [ -157.7498942, 21.44573623 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44573623, "Longitude": -157.7498942, "Species": "Northern Cardinal", "Count": 15, "Date": "2024-01-25" }, "geometry": { "type": "Point", "coordinates": [ -157.7498942, 21.44573623 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44573623, "Longitude": -157.7498942, "Species": "Pacific Golden-Plover", "Count": 31, "Date": "2024-01-25" }, "geometry": { "type": "Point", "coordinates": [ -157.7498942, 21.44573623 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44573623, "Longitude": -157.7498942, "Species": "Red Avadavat", "Count": 1, "Date": "2023-05-08" }, "geometry": { "type": "Point", "coordinates": [ -157.7498942, 21.44573623 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44573623, "Longitude": -157.7498942, "Species": "Red Junglefowl", "Count": 5, "Date": "2024-01-24" }, "geometry": { "type": "Point", "coordinates": [ -157.7498942, 21.44573623 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44573623, "Longitude": -157.7498942, "Species": "Red-crested Cardinal", "Count": 22, "Date": "2024-01-25" }, "geometry": { "type": "Point", "coordinates": [ -157.7498942, 21.44573623 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44573623, "Longitude": -157.7498942, "Species": "Red-footed Booby", "Count": 3, "Date": "2021-12-19" }, "geometry": { "type": "Point", "coordinates": [ -157.7498942, 21.44573623 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44573623, "Longitude": -157.7498942, "Species": "Red-vented Bulbul", "Count": 29, "Date": "2024-01-25" }, "geometry": { "type": "Point", "coordinates": [ -157.7498942, 21.44573623 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44573623, "Longitude": -157.7498942, "Species": "Red-whiskered Bulbul", "Count": 7, "Date": "2024-01-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7498942, 21.44573623 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44573623, "Longitude": -157.7498942, "Species": "Rock Pigeon", "Count": 11, "Date": "2024-01-25" }, "geometry": { "type": "Point", "coordinates": [ -157.7498942, 21.44573623 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44573623, "Longitude": -157.7498942, "Species": "Ruddy Turnstone", "Count": 4, "Date": "2021-12-19" }, "geometry": { "type": "Point", "coordinates": [ -157.7498942, 21.44573623 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44573623, "Longitude": -157.7498942, "Species": "Saffron Finch", "Count": 9, "Date": "2024-01-25" }, "geometry": { "type": "Point", "coordinates": [ -157.7498942, 21.44573623 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44573623, "Longitude": -157.7498942, "Species": "Scaly-breasted Munia", "Count": 1, "Date": "2020-05-24" }, "geometry": { "type": "Point", "coordinates": [ -157.7498942, 21.44573623 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44573623, "Longitude": -157.7498942, "Species": "Spotted Dove", "Count": 19, "Date": "2024-01-25" }, "geometry": { "type": "Point", "coordinates": [ -157.7498942, 21.44573623 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44573623, "Longitude": -157.7498942, "Species": "Warbling White-eye", "Count": 7, "Date": "2023-11-27" }, "geometry": { "type": "Point", "coordinates": [ -157.7498942, 21.44573623 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44573623, "Longitude": -157.7498942, "Species": "Western Cattle Egret", "Count": 36, "Date": "2024-01-25" }, "geometry": { "type": "Point", "coordinates": [ -157.7498942, 21.44573623 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44573623, "Longitude": -157.7498942, "Species": "White-rumped Shama", "Count": 2, "Date": "2024-01-25" }, "geometry": { "type": "Point", "coordinates": [ -157.7498942, 21.44573623 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44573623, "Longitude": -157.7498942, "Species": "Yellow-fronted Canary", "Count": 3, "Date": "2024-01-25" }, "geometry": { "type": "Point", "coordinates": [ -157.7498942, 21.44573623 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44573623, "Longitude": -157.7498942, "Species": "Zebra Dove", "Count": 30, "Date": "2024-01-25" }, "geometry": { "type": "Point", "coordinates": [ -157.7498942, 21.44573623 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50174145, "Longitude": -158.0197054, "Species": "Black-crowned Night Heron", "Count": 1, "Date": "2023-10-22" }, "geometry": { "type": "Point", "coordinates": [ -158.0197054, 21.50174145 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50174145, "Longitude": -158.0197054, "Species": "Chestnut Munia", "Count": 8, "Date": "2023-12-03" }, "geometry": { "type": "Point", "coordinates": [ -158.0197054, 21.50174145 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50174145, "Longitude": -158.0197054, "Species": "Common Gallinule", "Count": 3, "Date": "2023-11-01" }, "geometry": { "type": "Point", "coordinates": [ -158.0197054, 21.50174145 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50174145, "Longitude": -158.0197054, "Species": "Common Myna", "Count": 55, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -158.0197054, 21.50174145 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50174145, "Longitude": -158.0197054, "Species": "Common Waxbill", "Count": 17, "Date": "2024-01-04" }, "geometry": { "type": "Point", "coordinates": [ -158.0197054, 21.50174145 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50174145, "Longitude": -158.0197054, "Species": "Hawaiian Coot", "Count": 1, "Date": "2023-04-27" }, "geometry": { "type": "Point", "coordinates": [ -158.0197054, 21.50174145 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50174145, "Longitude": -158.0197054, "Species": "House Finch", "Count": 14, "Date": "2024-02-12" }, "geometry": { "type": "Point", "coordinates": [ -158.0197054, 21.50174145 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50174145, "Longitude": -158.0197054, "Species": "House Sparrow", "Count": 8, "Date": "2024-01-10" }, "geometry": { "type": "Point", "coordinates": [ -158.0197054, 21.50174145 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50174145, "Longitude": -158.0197054, "Species": "Indian Peafowl", "Count": 3, "Date": "2024-01-04" }, "geometry": { "type": "Point", "coordinates": [ -158.0197054, 21.50174145 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50174145, "Longitude": -158.0197054, "Species": "Japanese Bush Warbler", "Count": 1, "Date": "2023-03-15" }, "geometry": { "type": "Point", "coordinates": [ -158.0197054, 21.50174145 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50174145, "Longitude": -158.0197054, "Species": "Java Sparrow", "Count": 5, "Date": "2024-01-26" }, "geometry": { "type": "Point", "coordinates": [ -158.0197054, 21.50174145 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50174145, "Longitude": -158.0197054, "Species": "Feral Mallard", "Count": 1, "Date": "2023-11-01" }, "geometry": { "type": "Point", "coordinates": [ -158.0197054, 21.50174145 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50174145, "Longitude": -158.0197054, "Species": "Muscovy Duck", "Count": 1, "Date": "2022-06-25" }, "geometry": { "type": "Point", "coordinates": [ -158.0197054, 21.50174145 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50174145, "Longitude": -158.0197054, "Species": "Northern Cardinal", "Count": 18, "Date": "2024-02-12" }, "geometry": { "type": "Point", "coordinates": [ -158.0197054, 21.50174145 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50174145, "Longitude": -158.0197054, "Species": "Northern Mockingbird", "Count": 1, "Date": "2021-03-17" }, "geometry": { "type": "Point", "coordinates": [ -158.0197054, 21.50174145 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50174145, "Longitude": -158.0197054, "Species": "Pacific Golden-Plover", "Count": 1, "Date": "2024-01-26" }, "geometry": { "type": "Point", "coordinates": [ -158.0197054, 21.50174145 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50174145, "Longitude": -158.0197054, "Species": "Red Avadavat", "Count": 1, "Date": "2023-10-22" }, "geometry": { "type": "Point", "coordinates": [ -158.0197054, 21.50174145 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50174145, "Longitude": -158.0197054, "Species": "Red Junglefowl", "Count": 20, "Date": "2024-02-15" }, "geometry": { "type": "Point", "coordinates": [ -158.0197054, 21.50174145 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50174145, "Longitude": -158.0197054, "Species": "Red-billed Leiothrix", "Count": 34, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -158.0197054, 21.50174145 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50174145, "Longitude": -158.0197054, "Species": "Red-crested Cardinal", "Count": 35, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -158.0197054, 21.50174145 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50174145, "Longitude": -158.0197054, "Species": "Red-vented Bulbul", "Count": 49, "Date": "2024-02-12" }, "geometry": { "type": "Point", "coordinates": [ -158.0197054, 21.50174145 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50174145, "Longitude": -158.0197054, "Species": "Red-whiskered Bulbul", "Count": 44, "Date": "2024-02-12" }, "geometry": { "type": "Point", "coordinates": [ -158.0197054, 21.50174145 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50174145, "Longitude": -158.0197054, "Species": "Rock Pigeon", "Count": 5, "Date": "2024-01-26" }, "geometry": { "type": "Point", "coordinates": [ -158.0197054, 21.50174145 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50174145, "Longitude": -158.0197054, "Species": "Rose-ringed Parakeet", "Count": 2, "Date": "2023-04-13" }, "geometry": { "type": "Point", "coordinates": [ -158.0197054, 21.50174145 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50174145, "Longitude": -158.0197054, "Species": "Saffron Finch", "Count": 10, "Date": "2024-01-26" }, "geometry": { "type": "Point", "coordinates": [ -158.0197054, 21.50174145 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50174145, "Longitude": -158.0197054, "Species": "Scaly-breasted Munia", "Count": 1, "Date": "2023-10-22" }, "geometry": { "type": "Point", "coordinates": [ -158.0197054, 21.50174145 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50174145, "Longitude": -158.0197054, "Species": "Spotted Dove", "Count": 44, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -158.0197054, 21.50174145 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50174145, "Longitude": -158.0197054, "Species": "Warbling White-eye", "Count": 46, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -158.0197054, 21.50174145 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50174145, "Longitude": -158.0197054, "Species": "Western Cattle Egret", "Count": 7, "Date": "2024-02-07" }, "geometry": { "type": "Point", "coordinates": [ -158.0197054, 21.50174145 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50174145, "Longitude": -158.0197054, "Species": "White-rumped Shama", "Count": 41, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -158.0197054, 21.50174145 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50174145, "Longitude": -158.0197054, "Species": "White-tailed Tropicbird", "Count": 2, "Date": "2023-10-22" }, "geometry": { "type": "Point", "coordinates": [ -158.0197054, 21.50174145 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.50174145, "Longitude": -158.0197054, "Species": "Zebra Dove", "Count": 66, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -158.0197054, 21.50174145 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58394032, "Longitude": -158.1833509, "Species": "Barn Owl", "Count": 1, "Date": "2023-06-12" }, "geometry": { "type": "Point", "coordinates": [ -158.1833509, 21.58394032 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58394032, "Longitude": -158.1833509, "Species": "Black Francolin", "Count": 2, "Date": "2023-06-10" }, "geometry": { "type": "Point", "coordinates": [ -158.1833509, 21.58394032 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58394032, "Longitude": -158.1833509, "Species": "Black-crowned Night Heron", "Count": 1, "Date": "2020-03-15" }, "geometry": { "type": "Point", "coordinates": [ -158.1833509, 21.58394032 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58394032, "Longitude": -158.1833509, "Species": "Brown Booby", "Count": 1, "Date": "2020-01-05" }, "geometry": { "type": "Point", "coordinates": [ -158.1833509, 21.58394032 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58394032, "Longitude": -158.1833509, "Species": "Common Myna", "Count": 20, "Date": "2023-06-10" }, "geometry": { "type": "Point", "coordinates": [ -158.1833509, 21.58394032 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58394032, "Longitude": -158.1833509, "Species": "Common Waxbill", "Count": 13, "Date": "2023-06-10" }, "geometry": { "type": "Point", "coordinates": [ -158.1833509, 21.58394032 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58394032, "Longitude": -158.1833509, "Species": "Erckel's Spurfowl", "Count": 2, "Date": "2019-03-01" }, "geometry": { "type": "Point", "coordinates": [ -158.1833509, 21.58394032 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58394032, "Longitude": -158.1833509, "Species": "Eurasian Skylark", "Count": 1, "Date": "2020-01-19" }, "geometry": { "type": "Point", "coordinates": [ -158.1833509, 21.58394032 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58394032, "Longitude": -158.1833509, "Species": "Gray Francolin", "Count": 4, "Date": "2023-06-12" }, "geometry": { "type": "Point", "coordinates": [ -158.1833509, 21.58394032 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58394032, "Longitude": -158.1833509, "Species": "House Finch", "Count": 14, "Date": "2023-06-10" }, "geometry": { "type": "Point", "coordinates": [ -158.1833509, 21.58394032 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58394032, "Longitude": -158.1833509, "Species": "House Sparrow", "Count": 6, "Date": "2020-03-15" }, "geometry": { "type": "Point", "coordinates": [ -158.1833509, 21.58394032 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58394032, "Longitude": -158.1833509, "Species": "Java Sparrow", "Count": 3, "Date": "2023-03-27" }, "geometry": { "type": "Point", "coordinates": [ -158.1833509, 21.58394032 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58394032, "Longitude": -158.1833509, "Species": "Laysan Albatross", "Count": 7, "Date": "2022-02-19" }, "geometry": { "type": "Point", "coordinates": [ -158.1833509, 21.58394032 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58394032, "Longitude": -158.1833509, "Species": "Northern Cardinal", "Count": 6, "Date": "2023-06-10" }, "geometry": { "type": "Point", "coordinates": [ -158.1833509, 21.58394032 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58394032, "Longitude": -158.1833509, "Species": "Pacific Golden-Plover", "Count": 12, "Date": "2023-06-10" }, "geometry": { "type": "Point", "coordinates": [ -158.1833509, 21.58394032 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58394032, "Longitude": -158.1833509, "Species": "Red Junglefowl", "Count": 6, "Date": "2020-03-15" }, "geometry": { "type": "Point", "coordinates": [ -158.1833509, 21.58394032 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58394032, "Longitude": -158.1833509, "Species": "Red-billed Leiothrix", "Count": 4, "Date": "2023-06-10" }, "geometry": { "type": "Point", "coordinates": [ -158.1833509, 21.58394032 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58394032, "Longitude": -158.1833509, "Species": "Red-crested Cardinal", "Count": 10, "Date": "2023-06-10" }, "geometry": { "type": "Point", "coordinates": [ -158.1833509, 21.58394032 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58394032, "Longitude": -158.1833509, "Species": "Red-footed Booby", "Count": 1, "Date": "2019-01-07" }, "geometry": { "type": "Point", "coordinates": [ -158.1833509, 21.58394032 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58394032, "Longitude": -158.1833509, "Species": "Red-vented Bulbul", "Count": 14, "Date": "2023-06-10" }, "geometry": { "type": "Point", "coordinates": [ -158.1833509, 21.58394032 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58394032, "Longitude": -158.1833509, "Species": "Red-whiskered Bulbul", "Count": 2, "Date": "2023-06-10" }, "geometry": { "type": "Point", "coordinates": [ -158.1833509, 21.58394032 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58394032, "Longitude": -158.1833509, "Species": "Ring-necked Pheasant", "Count": 1, "Date": "2019-10-21" }, "geometry": { "type": "Point", "coordinates": [ -158.1833509, 21.58394032 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58394032, "Longitude": -158.1833509, "Species": "Rock Pigeon", "Count": 2, "Date": "2022-06-04" }, "geometry": { "type": "Point", "coordinates": [ -158.1833509, 21.58394032 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58394032, "Longitude": -158.1833509, "Species": "Ruddy Turnstone", "Count": 1, "Date": "2020-01-05" }, "geometry": { "type": "Point", "coordinates": [ -158.1833509, 21.58394032 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58394032, "Longitude": -158.1833509, "Species": "Saffron Finch", "Count": 15, "Date": "2024-01-10" }, "geometry": { "type": "Point", "coordinates": [ -158.1833509, 21.58394032 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58394032, "Longitude": -158.1833509, "Species": "Scaly-breasted Munia", "Count": 1, "Date": "2020-01-05" }, "geometry": { "type": "Point", "coordinates": [ -158.1833509, 21.58394032 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58394032, "Longitude": -158.1833509, "Species": "Snow Goose", "Count": 3, "Date": "2020-01-05" }, "geometry": { "type": "Point", "coordinates": [ -158.1833509, 21.58394032 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58394032, "Longitude": -158.1833509, "Species": "Spotted Dove", "Count": 7, "Date": "2023-06-10" }, "geometry": { "type": "Point", "coordinates": [ -158.1833509, 21.58394032 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58394032, "Longitude": -158.1833509, "Species": "Wandering Tattler", "Count": 1, "Date": "2021-04-03" }, "geometry": { "type": "Point", "coordinates": [ -158.1833509, 21.58394032 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58394032, "Longitude": -158.1833509, "Species": "Warbling White-eye", "Count": 8, "Date": "2023-06-10" }, "geometry": { "type": "Point", "coordinates": [ -158.1833509, 21.58394032 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58394032, "Longitude": -158.1833509, "Species": "Wedge-tailed Shearwater", "Count": 1, "Date": "2022-07-27" }, "geometry": { "type": "Point", "coordinates": [ -158.1833509, 21.58394032 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58394032, "Longitude": -158.1833509, "Species": "Western Cattle Egret", "Count": 5, "Date": "2023-06-10" }, "geometry": { "type": "Point", "coordinates": [ -158.1833509, 21.58394032 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58394032, "Longitude": -158.1833509, "Species": "White-rumped Shama", "Count": 6, "Date": "2020-03-15" }, "geometry": { "type": "Point", "coordinates": [ -158.1833509, 21.58394032 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.58394032, "Longitude": -158.1833509, "Species": "Zebra Dove", "Count": 13, "Date": "2023-06-10" }, "geometry": { "type": "Point", "coordinates": [ -158.1833509, 21.58394032 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60160241, "Longitude": -158.1059751, "Species": "Black-necked Stilt", "Count": 3, "Date": "2022-04-02" }, "geometry": { "type": "Point", "coordinates": [ -158.1059751, 21.60160241 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60160241, "Longitude": -158.1059751, "Species": "Brown Booby", "Count": 14, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -158.1059751, 21.60160241 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60160241, "Longitude": -158.1059751, "Species": "Chestnut Munia", "Count": 2, "Date": "2021-07-22" }, "geometry": { "type": "Point", "coordinates": [ -158.1059751, 21.60160241 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60160241, "Longitude": -158.1059751, "Species": "Common Myna", "Count": 29, "Date": "2024-02-26" }, "geometry": { "type": "Point", "coordinates": [ -158.1059751, 21.60160241 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60160241, "Longitude": -158.1059751, "Species": "Common Waxbill", "Count": 16, "Date": "2024-02-26" }, "geometry": { "type": "Point", "coordinates": [ -158.1059751, 21.60160241 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60160241, "Longitude": -158.1059751, "Species": "Great Frigatebird", "Count": 6, "Date": "2023-11-05" }, "geometry": { "type": "Point", "coordinates": [ -158.1059751, 21.60160241 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60160241, "Longitude": -158.1059751, "Species": "House Finch", "Count": 12, "Date": "2024-02-26" }, "geometry": { "type": "Point", "coordinates": [ -158.1059751, 21.60160241 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60160241, "Longitude": -158.1059751, "Species": "House Sparrow", "Count": 7, "Date": "2024-02-26" }, "geometry": { "type": "Point", "coordinates": [ -158.1059751, 21.60160241 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60160241, "Longitude": -158.1059751, "Species": "Japanese Bush Warbler", "Count": 1, "Date": "2021-07-22" }, "geometry": { "type": "Point", "coordinates": [ -158.1059751, 21.60160241 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60160241, "Longitude": -158.1059751, "Species": "Java Sparrow", "Count": 3, "Date": "2022-10-05" }, "geometry": { "type": "Point", "coordinates": [ -158.1059751, 21.60160241 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60160241, "Longitude": -158.1059751, "Species": "Laysan Albatross", "Count": 6, "Date": "2024-02-26" }, "geometry": { "type": "Point", "coordinates": [ -158.1059751, 21.60160241 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60160241, "Longitude": -158.1059751, "Species": "Pacific Golden-Plover", "Count": 18, "Date": "2024-02-26" }, "geometry": { "type": "Point", "coordinates": [ -158.1059751, 21.60160241 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60160241, "Longitude": -158.1059751, "Species": "Red Junglefowl", "Count": 17, "Date": "2024-02-26" }, "geometry": { "type": "Point", "coordinates": [ -158.1059751, 21.60160241 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60160241, "Longitude": -158.1059751, "Species": "Red-billed Leiothrix", "Count": 2, "Date": "2023-12-26" }, "geometry": { "type": "Point", "coordinates": [ -158.1059751, 21.60160241 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60160241, "Longitude": -158.1059751, "Species": "Red-crested Cardinal", "Count": 18, "Date": "2024-02-26" }, "geometry": { "type": "Point", "coordinates": [ -158.1059751, 21.60160241 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60160241, "Longitude": -158.1059751, "Species": "Red-footed Booby", "Count": 3, "Date": "2022-04-06" }, "geometry": { "type": "Point", "coordinates": [ -158.1059751, 21.60160241 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60160241, "Longitude": -158.1059751, "Species": "Red-vented Bulbul", "Count": 10, "Date": "2024-02-26" }, "geometry": { "type": "Point", "coordinates": [ -158.1059751, 21.60160241 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60160241, "Longitude": -158.1059751, "Species": "Red-whiskered Bulbul", "Count": 4, "Date": "2024-02-26" }, "geometry": { "type": "Point", "coordinates": [ -158.1059751, 21.60160241 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60160241, "Longitude": -158.1059751, "Species": "Rock Pigeon", "Count": 28, "Date": "2024-02-26" }, "geometry": { "type": "Point", "coordinates": [ -158.1059751, 21.60160241 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60160241, "Longitude": -158.1059751, "Species": "Rose-ringed Parakeet", "Count": 1, "Date": "2024-02-26" }, "geometry": { "type": "Point", "coordinates": [ -158.1059751, 21.60160241 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60160241, "Longitude": -158.1059751, "Species": "Ruddy Turnstone", "Count": 1, "Date": "2019-09-03" }, "geometry": { "type": "Point", "coordinates": [ -158.1059751, 21.60160241 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60160241, "Longitude": -158.1059751, "Species": "Saffron Finch", "Count": 17, "Date": "2024-02-26" }, "geometry": { "type": "Point", "coordinates": [ -158.1059751, 21.60160241 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60160241, "Longitude": -158.1059751, "Species": "Sanderling", "Count": 1, "Date": "2019-09-03" }, "geometry": { "type": "Point", "coordinates": [ -158.1059751, 21.60160241 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60160241, "Longitude": -158.1059751, "Species": "Scaly-breasted Munia", "Count": 3, "Date": "2021-12-21" }, "geometry": { "type": "Point", "coordinates": [ -158.1059751, 21.60160241 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60160241, "Longitude": -158.1059751, "Species": "Sooty Tern", "Count": 3, "Date": "2022-04-06" }, "geometry": { "type": "Point", "coordinates": [ -158.1059751, 21.60160241 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60160241, "Longitude": -158.1059751, "Species": "Spotted Dove", "Count": 15, "Date": "2024-02-26" }, "geometry": { "type": "Point", "coordinates": [ -158.1059751, 21.60160241 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60160241, "Longitude": -158.1059751, "Species": "Wandering Tattler", "Count": 7, "Date": "2023-12-26" }, "geometry": { "type": "Point", "coordinates": [ -158.1059751, 21.60160241 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60160241, "Longitude": -158.1059751, "Species": "Warbling White-eye", "Count": 5, "Date": "2022-12-04" }, "geometry": { "type": "Point", "coordinates": [ -158.1059751, 21.60160241 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60160241, "Longitude": -158.1059751, "Species": "Wedge-tailed Shearwater", "Count": 4, "Date": "2023-03-13" }, "geometry": { "type": "Point", "coordinates": [ -158.1059751, 21.60160241 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60160241, "Longitude": -158.1059751, "Species": "Western Cattle Egret", "Count": 16, "Date": "2024-02-26" }, "geometry": { "type": "Point", "coordinates": [ -158.1059751, 21.60160241 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60160241, "Longitude": -158.1059751, "Species": "White-rumped Shama", "Count": 4, "Date": "2024-02-26" }, "geometry": { "type": "Point", "coordinates": [ -158.1059751, 21.60160241 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60160241, "Longitude": -158.1059751, "Species": "Zebra Dove", "Count": 35, "Date": "2024-02-26" }, "geometry": { "type": "Point", "coordinates": [ -158.1059751, 21.60160241 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27473011, "Longitude": -157.8380882, "Species": "Black Noddy", "Count": 1, "Date": "2022-02-13" }, "geometry": { "type": "Point", "coordinates": [ -157.838088199999987, 21.27473011 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27473011, "Longitude": -157.8380882, "Species": "Black-crowned Night Heron", "Count": 15, "Date": "2024-01-30" }, "geometry": { "type": "Point", "coordinates": [ -157.838088199999987, 21.27473011 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27473011, "Longitude": -157.8380882, "Species": "Brown Booby", "Count": 11, "Date": "2024-01-21" }, "geometry": { "type": "Point", "coordinates": [ -157.838088199999987, 21.27473011 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27473011, "Longitude": -157.8380882, "Species": "Brown Noddy", "Count": 1, "Date": "2024-01-21" }, "geometry": { "type": "Point", "coordinates": [ -157.838088199999987, 21.27473011 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27473011, "Longitude": -157.8380882, "Species": "Common Myna", "Count": 14, "Date": "2024-01-30" }, "geometry": { "type": "Point", "coordinates": [ -157.838088199999987, 21.27473011 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27473011, "Longitude": -157.8380882, "Species": "Common Waxbill", "Count": 6, "Date": "2023-09-09" }, "geometry": { "type": "Point", "coordinates": [ -157.838088199999987, 21.27473011 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27473011, "Longitude": -157.8380882, "Species": "Great Frigatebird", "Count": 1, "Date": "2020-06-28" }, "geometry": { "type": "Point", "coordinates": [ -157.838088199999987, 21.27473011 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27473011, "Longitude": -157.8380882, "Species": "House Finch", "Count": 11, "Date": "2024-01-30" }, "geometry": { "type": "Point", "coordinates": [ -157.838088199999987, 21.27473011 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27473011, "Longitude": -157.8380882, "Species": "House Sparrow", "Count": 15, "Date": "2024-01-30" }, "geometry": { "type": "Point", "coordinates": [ -157.838088199999987, 21.27473011 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27473011, "Longitude": -157.8380882, "Species": "Java Sparrow", "Count": 4, "Date": "2023-04-08" }, "geometry": { "type": "Point", "coordinates": [ -157.838088199999987, 21.27473011 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27473011, "Longitude": -157.8380882, "Species": "Laughing Gull", "Count": 1, "Date": "2024-01-25" }, "geometry": { "type": "Point", "coordinates": [ -157.838088199999987, 21.27473011 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27473011, "Longitude": -157.8380882, "Species": "Feral Mallard", "Count": 5, "Date": "2024-01-30" }, "geometry": { "type": "Point", "coordinates": [ -157.838088199999987, 21.27473011 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27473011, "Longitude": -157.8380882, "Species": "Muscovy Duck", "Count": 1, "Date": "2020-03-22" }, "geometry": { "type": "Point", "coordinates": [ -157.838088199999987, 21.27473011 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27473011, "Longitude": -157.8380882, "Species": "Pacific Golden-Plover", "Count": 3, "Date": "2024-01-26" }, "geometry": { "type": "Point", "coordinates": [ -157.838088199999987, 21.27473011 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27473011, "Longitude": -157.8380882, "Species": "Red Junglefowl", "Count": 4, "Date": "2024-01-29" }, "geometry": { "type": "Point", "coordinates": [ -157.838088199999987, 21.27473011 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27473011, "Longitude": -157.8380882, "Species": "Red-crested Cardinal", "Count": 6, "Date": "2024-01-30" }, "geometry": { "type": "Point", "coordinates": [ -157.838088199999987, 21.27473011 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27473011, "Longitude": -157.8380882, "Species": "Red-footed Booby", "Count": 4, "Date": "2023-08-26" }, "geometry": { "type": "Point", "coordinates": [ -157.838088199999987, 21.27473011 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27473011, "Longitude": -157.8380882, "Species": "Red-vented Bulbul", "Count": 7, "Date": "2024-01-26" }, "geometry": { "type": "Point", "coordinates": [ -157.838088199999987, 21.27473011 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27473011, "Longitude": -157.8380882, "Species": "Red-whiskered Bulbul", "Count": 2, "Date": "2023-04-08" }, "geometry": { "type": "Point", "coordinates": [ -157.838088199999987, 21.27473011 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27473011, "Longitude": -157.8380882, "Species": "Rock Pigeon", "Count": 19, "Date": "2024-01-30" }, "geometry": { "type": "Point", "coordinates": [ -157.838088199999987, 21.27473011 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27473011, "Longitude": -157.8380882, "Species": "Rose-ringed Parakeet", "Count": 6, "Date": "2024-01-30" }, "geometry": { "type": "Point", "coordinates": [ -157.838088199999987, 21.27473011 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27473011, "Longitude": -157.8380882, "Species": "Ruddy Turnstone", "Count": 1, "Date": "2020-04-21" }, "geometry": { "type": "Point", "coordinates": [ -157.838088199999987, 21.27473011 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27473011, "Longitude": -157.8380882, "Species": "Saffron Finch", "Count": 2, "Date": "2023-06-15" }, "geometry": { "type": "Point", "coordinates": [ -157.838088199999987, 21.27473011 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27473011, "Longitude": -157.8380882, "Species": "Sooty Tern", "Count": 3, "Date": "2024-01-24" }, "geometry": { "type": "Point", "coordinates": [ -157.838088199999987, 21.27473011 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27473011, "Longitude": -157.8380882, "Species": "Spotted Dove", "Count": 5, "Date": "2024-01-28" }, "geometry": { "type": "Point", "coordinates": [ -157.838088199999987, 21.27473011 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27473011, "Longitude": -157.8380882, "Species": "Warbling White-eye", "Count": 3, "Date": "2023-04-08" }, "geometry": { "type": "Point", "coordinates": [ -157.838088199999987, 21.27473011 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27473011, "Longitude": -157.8380882, "Species": "Wedge-tailed Shearwater", "Count": 6, "Date": "2023-09-03" }, "geometry": { "type": "Point", "coordinates": [ -157.838088199999987, 21.27473011 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27473011, "Longitude": -157.8380882, "Species": "Western Cattle Egret", "Count": 10, "Date": "2024-01-30" }, "geometry": { "type": "Point", "coordinates": [ -157.838088199999987, 21.27473011 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27473011, "Longitude": -157.8380882, "Species": "White Tern", "Count": 30, "Date": "2024-01-30" }, "geometry": { "type": "Point", "coordinates": [ -157.838088199999987, 21.27473011 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27473011, "Longitude": -157.8380882, "Species": "White-rumped Shama", "Count": 1, "Date": "2020-04-21" }, "geometry": { "type": "Point", "coordinates": [ -157.838088199999987, 21.27473011 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27473011, "Longitude": -157.8380882, "Species": "Yellow-fronted Canary", "Count": 4, "Date": "2024-01-26" }, "geometry": { "type": "Point", "coordinates": [ -157.838088199999987, 21.27473011 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27473011, "Longitude": -157.8380882, "Species": "Zebra Dove", "Count": 5, "Date": "2024-01-30" }, "geometry": { "type": "Point", "coordinates": [ -157.838088199999987, 21.27473011 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28362908, "Longitude": -157.8187407, "Species": "African Silverbill", "Count": 1, "Date": "2023-10-04" }, "geometry": { "type": "Point", "coordinates": [ -157.8187407, 21.28362908 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28362908, "Longitude": -157.8187407, "Species": "Black-crowned Night Heron", "Count": 5, "Date": "2024-01-07" }, "geometry": { "type": "Point", "coordinates": [ -157.8187407, 21.28362908 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28362908, "Longitude": -157.8187407, "Species": "Chestnut Munia", "Count": 3, "Date": "2020-11-15" }, "geometry": { "type": "Point", "coordinates": [ -157.8187407, 21.28362908 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28362908, "Longitude": -157.8187407, "Species": "Common Myna", "Count": 110, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.8187407, 21.28362908 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28362908, "Longitude": -157.8187407, "Species": "Common Waxbill", "Count": 18, "Date": "2024-01-07" }, "geometry": { "type": "Point", "coordinates": [ -157.8187407, 21.28362908 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28362908, "Longitude": -157.8187407, "Species": "Great Frigatebird", "Count": 3, "Date": "2021-10-17" }, "geometry": { "type": "Point", "coordinates": [ -157.8187407, 21.28362908 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28362908, "Longitude": -157.8187407, "Species": "Great-tailed Grackle", "Count": 1, "Date": "2022-06-20" }, "geometry": { "type": "Point", "coordinates": [ -157.8187407, 21.28362908 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28362908, "Longitude": -157.8187407, "Species": "House Finch", "Count": 19, "Date": "2024-01-10" }, "geometry": { "type": "Point", "coordinates": [ -157.8187407, 21.28362908 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28362908, "Longitude": -157.8187407, "Species": "House Sparrow", "Count": 75, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.8187407, 21.28362908 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28362908, "Longitude": -157.8187407, "Species": "Japanese Bush Warbler", "Count": 2, "Date": "2024-01-10" }, "geometry": { "type": "Point", "coordinates": [ -157.8187407, 21.28362908 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28362908, "Longitude": -157.8187407, "Species": "Java Sparrow", "Count": 18, "Date": "2024-01-19" }, "geometry": { "type": "Point", "coordinates": [ -157.8187407, 21.28362908 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28362908, "Longitude": -157.8187407, "Species": "Feral Mallard", "Count": 6, "Date": "2024-01-07" }, "geometry": { "type": "Point", "coordinates": [ -157.8187407, 21.28362908 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28362908, "Longitude": -157.8187407, "Species": "Muscovy Duck", "Count": 1, "Date": "2022-11-12" }, "geometry": { "type": "Point", "coordinates": [ -157.8187407, 21.28362908 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28362908, "Longitude": -157.8187407, "Species": "Northern Cardinal", "Count": 2, "Date": "2023-03-19" }, "geometry": { "type": "Point", "coordinates": [ -157.8187407, 21.28362908 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28362908, "Longitude": -157.8187407, "Species": "Pacific Golden-Plover", "Count": 62, "Date": "2024-01-26" }, "geometry": { "type": "Point", "coordinates": [ -157.8187407, 21.28362908 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28362908, "Longitude": -157.8187407, "Species": "Red Junglefowl", "Count": 11, "Date": "2023-09-14" }, "geometry": { "type": "Point", "coordinates": [ -157.8187407, 21.28362908 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28362908, "Longitude": -157.8187407, "Species": "Red-crested Cardinal", "Count": 62, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.8187407, 21.28362908 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28362908, "Longitude": -157.8187407, "Species": "Red-masked Parakeet", "Count": 1, "Date": "2019-02-10" }, "geometry": { "type": "Point", "coordinates": [ -157.8187407, 21.28362908 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28362908, "Longitude": -157.8187407, "Species": "Red-vented Bulbul", "Count": 91, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.8187407, 21.28362908 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28362908, "Longitude": -157.8187407, "Species": "Red-whiskered Bulbul", "Count": 25, "Date": "2023-03-24" }, "geometry": { "type": "Point", "coordinates": [ -157.8187407, 21.28362908 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28362908, "Longitude": -157.8187407, "Species": "Rock Pigeon", "Count": 41, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.8187407, 21.28362908 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28362908, "Longitude": -157.8187407, "Species": "Rose-ringed Parakeet", "Count": 55, "Date": "2024-02-18" }, "geometry": { "type": "Point", "coordinates": [ -157.8187407, 21.28362908 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28362908, "Longitude": -157.8187407, "Species": "Saffron Finch", "Count": 3, "Date": "2020-01-07" }, "geometry": { "type": "Point", "coordinates": [ -157.8187407, 21.28362908 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28362908, "Longitude": -157.8187407, "Species": "Scaly-breasted Munia", "Count": 2, "Date": "2021-02-06" }, "geometry": { "type": "Point", "coordinates": [ -157.8187407, 21.28362908 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28362908, "Longitude": -157.8187407, "Species": "Spotted Dove", "Count": 105, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.8187407, 21.28362908 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28362908, "Longitude": -157.8187407, "Species": "Wandering Tattler", "Count": 2, "Date": "2024-01-07" }, "geometry": { "type": "Point", "coordinates": [ -157.8187407, 21.28362908 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28362908, "Longitude": -157.8187407, "Species": "Warbling White-eye", "Count": 17, "Date": "2023-03-24" }, "geometry": { "type": "Point", "coordinates": [ -157.8187407, 21.28362908 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28362908, "Longitude": -157.8187407, "Species": "Western Cattle Egret", "Count": 23, "Date": "2024-01-07" }, "geometry": { "type": "Point", "coordinates": [ -157.8187407, 21.28362908 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28362908, "Longitude": -157.8187407, "Species": "White Tern", "Count": 59, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.8187407, 21.28362908 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28362908, "Longitude": -157.8187407, "Species": "White-rumped Shama", "Count": 3, "Date": "2021-11-04" }, "geometry": { "type": "Point", "coordinates": [ -157.8187407, 21.28362908 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28362908, "Longitude": -157.8187407, "Species": "Yellow-fronted Canary", "Count": 36, "Date": "2024-01-19" }, "geometry": { "type": "Point", "coordinates": [ -157.8187407, 21.28362908 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28362908, "Longitude": -157.8187407, "Species": "Zebra Dove", "Count": 116, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.8187407, 21.28362908 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2830699, "Longitude": -157.7416364, "Species": "African Silverbill", "Count": 1, "Date": "2021-05-12" }, "geometry": { "type": "Point", "coordinates": [ -157.7416364, 21.2830699 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2830699, "Longitude": -157.7416364, "Species": "Black-crowned Night Heron", "Count": 2, "Date": "2022-04-26" }, "geometry": { "type": "Point", "coordinates": [ -157.7416364, 21.2830699 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2830699, "Longitude": -157.7416364, "Species": "Black-necked Stilt", "Count": 5, "Date": "2022-02-01" }, "geometry": { "type": "Point", "coordinates": [ -157.7416364, 21.2830699 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2830699, "Longitude": -157.7416364, "Species": "Chestnut Munia", "Count": 1, "Date": "2020-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.7416364, 21.2830699 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2830699, "Longitude": -157.7416364, "Species": "Common Myna", "Count": 76, "Date": "2023-11-06" }, "geometry": { "type": "Point", "coordinates": [ -157.7416364, 21.2830699 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2830699, "Longitude": -157.7416364, "Species": "Common Waxbill", "Count": 43, "Date": "2022-02-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7416364, 21.2830699 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2830699, "Longitude": -157.7416364, "Species": "Great Frigatebird", "Count": 15, "Date": "2021-09-13" }, "geometry": { "type": "Point", "coordinates": [ -157.7416364, 21.2830699 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2830699, "Longitude": -157.7416364, "Species": "House Finch", "Count": 44, "Date": "2022-07-10" }, "geometry": { "type": "Point", "coordinates": [ -157.7416364, 21.2830699 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2830699, "Longitude": -157.7416364, "Species": "House Sparrow", "Count": 32, "Date": "2023-11-06" }, "geometry": { "type": "Point", "coordinates": [ -157.7416364, 21.2830699 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2830699, "Longitude": -157.7416364, "Species": "Indian Peafowl", "Count": 1, "Date": "2020-01-13" }, "geometry": { "type": "Point", "coordinates": [ -157.7416364, 21.2830699 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2830699, "Longitude": -157.7416364, "Species": "Java Sparrow", "Count": 35, "Date": "2023-04-12" }, "geometry": { "type": "Point", "coordinates": [ -157.7416364, 21.2830699 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2830699, "Longitude": -157.7416364, "Species": "Feral Mallard", "Count": 27, "Date": "2022-02-01" }, "geometry": { "type": "Point", "coordinates": [ -157.7416364, 21.2830699 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2830699, "Longitude": -157.7416364, "Species": "Muscovy Duck", "Count": 3, "Date": "2021-01-27" }, "geometry": { "type": "Point", "coordinates": [ -157.7416364, 21.2830699 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2830699, "Longitude": -157.7416364, "Species": "Northern Cardinal", "Count": 30, "Date": "2022-07-10" }, "geometry": { "type": "Point", "coordinates": [ -157.7416364, 21.2830699 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2830699, "Longitude": -157.7416364, "Species": "Pacific Golden-Plover", "Count": 38, "Date": "2023-11-06" }, "geometry": { "type": "Point", "coordinates": [ -157.7416364, 21.2830699 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2830699, "Longitude": -157.7416364, "Species": "Red Junglefowl", "Count": 2, "Date": "2019-07-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7416364, 21.2830699 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2830699, "Longitude": -157.7416364, "Species": "Red-crested Cardinal", "Count": 66, "Date": "2023-03-30" }, "geometry": { "type": "Point", "coordinates": [ -157.7416364, 21.2830699 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2830699, "Longitude": -157.7416364, "Species": "Red-masked Parakeet", "Count": 7, "Date": "2022-02-07" }, "geometry": { "type": "Point", "coordinates": [ -157.7416364, 21.2830699 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2830699, "Longitude": -157.7416364, "Species": "Red-vented Bulbul", "Count": 60, "Date": "2024-02-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7416364, 21.2830699 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2830699, "Longitude": -157.7416364, "Species": "Red-whiskered Bulbul", "Count": 29, "Date": "2022-07-10" }, "geometry": { "type": "Point", "coordinates": [ -157.7416364, 21.2830699 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2830699, "Longitude": -157.7416364, "Species": "Rock Pigeon", "Count": 68, "Date": "2023-11-06" }, "geometry": { "type": "Point", "coordinates": [ -157.7416364, 21.2830699 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2830699, "Longitude": -157.7416364, "Species": "Rose-ringed Parakeet", "Count": 18, "Date": "2023-09-08" }, "geometry": { "type": "Point", "coordinates": [ -157.7416364, 21.2830699 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2830699, "Longitude": -157.7416364, "Species": "Saffron Finch", "Count": 2, "Date": "2021-02-04" }, "geometry": { "type": "Point", "coordinates": [ -157.7416364, 21.2830699 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2830699, "Longitude": -157.7416364, "Species": "Scaly-breasted Munia", "Count": 16, "Date": "2022-07-10" }, "geometry": { "type": "Point", "coordinates": [ -157.7416364, 21.2830699 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2830699, "Longitude": -157.7416364, "Species": "Spotted Dove", "Count": 62, "Date": "2023-11-06" }, "geometry": { "type": "Point", "coordinates": [ -157.7416364, 21.2830699 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2830699, "Longitude": -157.7416364, "Species": "Warbling White-eye", "Count": 56, "Date": "2023-03-30" }, "geometry": { "type": "Point", "coordinates": [ -157.7416364, 21.2830699 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2830699, "Longitude": -157.7416364, "Species": "Western Cattle Egret", "Count": 68, "Date": "2023-11-06" }, "geometry": { "type": "Point", "coordinates": [ -157.7416364, 21.2830699 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2830699, "Longitude": -157.7416364, "Species": "White Tern", "Count": 36, "Date": "2022-07-10" }, "geometry": { "type": "Point", "coordinates": [ -157.7416364, 21.2830699 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2830699, "Longitude": -157.7416364, "Species": "White-rumped Shama", "Count": 25, "Date": "2022-07-10" }, "geometry": { "type": "Point", "coordinates": [ -157.7416364, 21.2830699 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2830699, "Longitude": -157.7416364, "Species": "White-tailed Tropicbird", "Count": 3, "Date": "2022-02-02" }, "geometry": { "type": "Point", "coordinates": [ -157.7416364, 21.2830699 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2830699, "Longitude": -157.7416364, "Species": "Yellow-fronted Canary", "Count": 22, "Date": "2022-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.7416364, 21.2830699 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2830699, "Longitude": -157.7416364, "Species": "Zebra Dove", "Count": 77, "Date": "2023-11-06" }, "geometry": { "type": "Point", "coordinates": [ -157.7416364, 21.2830699 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29292899, "Longitude": -157.8572236, "Species": "African Silverbill", "Count": 4, "Date": "2023-09-27" }, "geometry": { "type": "Point", "coordinates": [ -157.8572236, 21.29292899 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29292899, "Longitude": -157.8572236, "Species": "Black-crowned Night Heron", "Count": 7, "Date": "2024-02-02" }, "geometry": { "type": "Point", "coordinates": [ -157.8572236, 21.29292899 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29292899, "Longitude": -157.8572236, "Species": "Brown Booby", "Count": 27, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.8572236, 21.29292899 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29292899, "Longitude": -157.8572236, "Species": "Brown Noddy", "Count": 1, "Date": "2020-07-22" }, "geometry": { "type": "Point", "coordinates": [ -157.8572236, 21.29292899 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29292899, "Longitude": -157.8572236, "Species": "Common Myna", "Count": 37, "Date": "2024-01-26" }, "geometry": { "type": "Point", "coordinates": [ -157.8572236, 21.29292899 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29292899, "Longitude": -157.8572236, "Species": "Common Waxbill", "Count": 13, "Date": "2023-11-22" }, "geometry": { "type": "Point", "coordinates": [ -157.8572236, 21.29292899 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29292899, "Longitude": -157.8572236, "Species": "Great Frigatebird", "Count": 3, "Date": "2020-07-22" }, "geometry": { "type": "Point", "coordinates": [ -157.8572236, 21.29292899 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29292899, "Longitude": -157.8572236, "Species": "House Finch", "Count": 10, "Date": "2023-12-17" }, "geometry": { "type": "Point", "coordinates": [ -157.8572236, 21.29292899 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29292899, "Longitude": -157.8572236, "Species": "House Sparrow", "Count": 31, "Date": "2024-01-26" }, "geometry": { "type": "Point", "coordinates": [ -157.8572236, 21.29292899 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29292899, "Longitude": -157.8572236, "Species": "Java Sparrow", "Count": 10, "Date": "2024-01-26" }, "geometry": { "type": "Point", "coordinates": [ -157.8572236, 21.29292899 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29292899, "Longitude": -157.8572236, "Species": "Feral Mallard", "Count": 6, "Date": "2024-01-26" }, "geometry": { "type": "Point", "coordinates": [ -157.8572236, 21.29292899 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29292899, "Longitude": -157.8572236, "Species": "Northern Mockingbird", "Count": 1, "Date": "2022-12-26" }, "geometry": { "type": "Point", "coordinates": [ -157.8572236, 21.29292899 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29292899, "Longitude": -157.8572236, "Species": "Pacific Golden-Plover", "Count": 25, "Date": "2024-02-02" }, "geometry": { "type": "Point", "coordinates": [ -157.8572236, 21.29292899 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29292899, "Longitude": -157.8572236, "Species": "Red Junglefowl", "Count": 13, "Date": "2023-12-17" }, "geometry": { "type": "Point", "coordinates": [ -157.8572236, 21.29292899 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29292899, "Longitude": -157.8572236, "Species": "Red-crested Cardinal", "Count": 21, "Date": "2024-01-26" }, "geometry": { "type": "Point", "coordinates": [ -157.8572236, 21.29292899 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29292899, "Longitude": -157.8572236, "Species": "Red-footed Booby", "Count": 7, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.8572236, 21.29292899 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29292899, "Longitude": -157.8572236, "Species": "Red-masked Parakeet", "Count": 1, "Date": "2022-12-29" }, "geometry": { "type": "Point", "coordinates": [ -157.8572236, 21.29292899 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29292899, "Longitude": -157.8572236, "Species": "Red-vented Bulbul", "Count": 21, "Date": "2024-01-26" }, "geometry": { "type": "Point", "coordinates": [ -157.8572236, 21.29292899 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29292899, "Longitude": -157.8572236, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2023-12-17" }, "geometry": { "type": "Point", "coordinates": [ -157.8572236, 21.29292899 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29292899, "Longitude": -157.8572236, "Species": "Rock Pigeon", "Count": 36, "Date": "2024-02-02" }, "geometry": { "type": "Point", "coordinates": [ -157.8572236, 21.29292899 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29292899, "Longitude": -157.8572236, "Species": "Rose-ringed Parakeet", "Count": 15, "Date": "2024-01-26" }, "geometry": { "type": "Point", "coordinates": [ -157.8572236, 21.29292899 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29292899, "Longitude": -157.8572236, "Species": "Ruddy Turnstone", "Count": 8, "Date": "2023-10-23" }, "geometry": { "type": "Point", "coordinates": [ -157.8572236, 21.29292899 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29292899, "Longitude": -157.8572236, "Species": "Saffron Finch", "Count": 14, "Date": "2024-01-26" }, "geometry": { "type": "Point", "coordinates": [ -157.8572236, 21.29292899 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29292899, "Longitude": -157.8572236, "Species": "Scaly-breasted Munia", "Count": 1, "Date": "2019-04-24" }, "geometry": { "type": "Point", "coordinates": [ -157.8572236, 21.29292899 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29292899, "Longitude": -157.8572236, "Species": "Sooty Tern", "Count": 4, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.8572236, 21.29292899 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29292899, "Longitude": -157.8572236, "Species": "Spotted Dove", "Count": 36, "Date": "2024-01-26" }, "geometry": { "type": "Point", "coordinates": [ -157.8572236, 21.29292899 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29292899, "Longitude": -157.8572236, "Species": "Wandering Tattler", "Count": 1, "Date": "2020-05-08" }, "geometry": { "type": "Point", "coordinates": [ -157.8572236, 21.29292899 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29292899, "Longitude": -157.8572236, "Species": "Warbling White-eye", "Count": 12, "Date": "2023-12-17" }, "geometry": { "type": "Point", "coordinates": [ -157.8572236, 21.29292899 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29292899, "Longitude": -157.8572236, "Species": "Wedge-tailed Shearwater", "Count": 9, "Date": "2023-06-02" }, "geometry": { "type": "Point", "coordinates": [ -157.8572236, 21.29292899 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29292899, "Longitude": -157.8572236, "Species": "Western Cattle Egret", "Count": 16, "Date": "2024-02-02" }, "geometry": { "type": "Point", "coordinates": [ -157.8572236, 21.29292899 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29292899, "Longitude": -157.8572236, "Species": "White Tern", "Count": 62, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.8572236, 21.29292899 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29292899, "Longitude": -157.8572236, "Species": "White-tailed Tropicbird", "Count": 1, "Date": "2023-06-02" }, "geometry": { "type": "Point", "coordinates": [ -157.8572236, 21.29292899 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29292899, "Longitude": -157.8572236, "Species": "Yellow-fronted Canary", "Count": 10, "Date": "2023-12-17" }, "geometry": { "type": "Point", "coordinates": [ -157.8572236, 21.29292899 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29292899, "Longitude": -157.8572236, "Species": "Zebra Dove", "Count": 42, "Date": "2024-02-02" }, "geometry": { "type": "Point", "coordinates": [ -157.8572236, 21.29292899 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31099575, "Longitude": -157.8570839, "Species": "Black-crowned Night Heron", "Count": 6, "Date": "2024-01-16" }, "geometry": { "type": "Point", "coordinates": [ -157.8570839, 21.31099575 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31099575, "Longitude": -157.8570839, "Species": "Black-necked Stilt", "Count": 1, "Date": "2024-02-05" }, "geometry": { "type": "Point", "coordinates": [ -157.8570839, 21.31099575 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31099575, "Longitude": -157.8570839, "Species": "Chestnut Munia", "Count": 35, "Date": "2023-12-19" }, "geometry": { "type": "Point", "coordinates": [ -157.8570839, 21.31099575 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31099575, "Longitude": -157.8570839, "Species": "Common Myna", "Count": 201, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.8570839, 21.31099575 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31099575, "Longitude": -157.8570839, "Species": "Common Waxbill", "Count": 67, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.8570839, 21.31099575 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31099575, "Longitude": -157.8570839, "Species": "House Finch", "Count": 36, "Date": "2023-12-19" }, "geometry": { "type": "Point", "coordinates": [ -157.8570839, 21.31099575 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31099575, "Longitude": -157.8570839, "Species": "House Sparrow", "Count": 143, "Date": "2024-02-23" }, "geometry": { "type": "Point", "coordinates": [ -157.8570839, 21.31099575 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31099575, "Longitude": -157.8570839, "Species": "Java Sparrow", "Count": 44, "Date": "2024-01-27" }, "geometry": { "type": "Point", "coordinates": [ -157.8570839, 21.31099575 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31099575, "Longitude": -157.8570839, "Species": "Feral Mallard", "Count": 28, "Date": "2024-02-23" }, "geometry": { "type": "Point", "coordinates": [ -157.8570839, 21.31099575 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31099575, "Longitude": -157.8570839, "Species": "Muscovy Duck", "Count": 1, "Date": "2020-06-13" }, "geometry": { "type": "Point", "coordinates": [ -157.8570839, 21.31099575 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31099575, "Longitude": -157.8570839, "Species": "Northern Cardinal", "Count": 4, "Date": "2020-05-29" }, "geometry": { "type": "Point", "coordinates": [ -157.8570839, 21.31099575 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31099575, "Longitude": -157.8570839, "Species": "Northern Mockingbird", "Count": 1, "Date": "2021-08-10" }, "geometry": { "type": "Point", "coordinates": [ -157.8570839, 21.31099575 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31099575, "Longitude": -157.8570839, "Species": "Pacific Golden-Plover", "Count": 108, "Date": "2024-02-26" }, "geometry": { "type": "Point", "coordinates": [ -157.8570839, 21.31099575 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31099575, "Longitude": -157.8570839, "Species": "Peregrine Falcon", "Count": 2, "Date": "2020-01-19" }, "geometry": { "type": "Point", "coordinates": [ -157.8570839, 21.31099575 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31099575, "Longitude": -157.8570839, "Species": "Red Junglefowl", "Count": 43, "Date": "2024-02-10" }, "geometry": { "type": "Point", "coordinates": [ -157.8570839, 21.31099575 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31099575, "Longitude": -157.8570839, "Species": "Red-crested Cardinal", "Count": 101, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.8570839, 21.31099575 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31099575, "Longitude": -157.8570839, "Species": "Red-crowned Parrot", "Count": 1, "Date": "2023-08-25" }, "geometry": { "type": "Point", "coordinates": [ -157.8570839, 21.31099575 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31099575, "Longitude": -157.8570839, "Species": "Red-vented Bulbul", "Count": 102, "Date": "2024-02-23" }, "geometry": { "type": "Point", "coordinates": [ -157.8570839, 21.31099575 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31099575, "Longitude": -157.8570839, "Species": "Red-whiskered Bulbul", "Count": 6, "Date": "2022-05-25" }, "geometry": { "type": "Point", "coordinates": [ -157.8570839, 21.31099575 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31099575, "Longitude": -157.8570839, "Species": "Rock Pigeon", "Count": 164, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.8570839, 21.31099575 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31099575, "Longitude": -157.8570839, "Species": "Rose-ringed Parakeet", "Count": 162, "Date": "2024-02-23" }, "geometry": { "type": "Point", "coordinates": [ -157.8570839, 21.31099575 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31099575, "Longitude": -157.8570839, "Species": "Saffron Finch", "Count": 26, "Date": "2023-12-30" }, "geometry": { "type": "Point", "coordinates": [ -157.8570839, 21.31099575 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31099575, "Longitude": -157.8570839, "Species": "Scaly-breasted Munia", "Count": 4, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.8570839, 21.31099575 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31099575, "Longitude": -157.8570839, "Species": "Spotted Dove", "Count": 145, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.8570839, 21.31099575 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31099575, "Longitude": -157.8570839, "Species": "Warbling White-eye", "Count": 47, "Date": "2024-02-11" }, "geometry": { "type": "Point", "coordinates": [ -157.8570839, 21.31099575 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31099575, "Longitude": -157.8570839, "Species": "Wedge-tailed Shearwater", "Count": 1, "Date": "2020-06-13" }, "geometry": { "type": "Point", "coordinates": [ -157.8570839, 21.31099575 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31099575, "Longitude": -157.8570839, "Species": "Western Cattle Egret", "Count": 92, "Date": "2024-02-23" }, "geometry": { "type": "Point", "coordinates": [ -157.8570839, 21.31099575 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31099575, "Longitude": -157.8570839, "Species": "White Tern", "Count": 193, "Date": "2024-02-26" }, "geometry": { "type": "Point", "coordinates": [ -157.8570839, 21.31099575 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31099575, "Longitude": -157.8570839, "Species": "White-rumped Shama", "Count": 16, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.8570839, 21.31099575 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31099575, "Longitude": -157.8570839, "Species": "Yellow-fronted Canary", "Count": 25, "Date": "2023-07-19" }, "geometry": { "type": "Point", "coordinates": [ -157.8570839, 21.31099575 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31099575, "Longitude": -157.8570839, "Species": "Zebra Dove", "Count": 178, "Date": "2024-02-23" }, "geometry": { "type": "Point", "coordinates": [ -157.8570839, 21.31099575 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31934559, "Longitude": -157.7606089, "Species": "African Silverbill", "Count": 2, "Date": "2023-06-18" }, "geometry": { "type": "Point", "coordinates": [ -157.7606089, 21.31934559 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31934559, "Longitude": -157.7606089, "Species": "Apapane", "Count": 28, "Date": "2024-01-22" }, "geometry": { "type": "Point", "coordinates": [ -157.7606089, 21.31934559 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31934559, "Longitude": -157.7606089, "Species": "Chestnut Munia", "Count": 4, "Date": "2023-06-07" }, "geometry": { "type": "Point", "coordinates": [ -157.7606089, 21.31934559 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31934559, "Longitude": -157.7606089, "Species": "Chinese Hwamei", "Count": 1, "Date": "2019-08-10" }, "geometry": { "type": "Point", "coordinates": [ -157.7606089, 21.31934559 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31934559, "Longitude": -157.7606089, "Species": "Common Myna", "Count": 169, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.7606089, 21.31934559 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31934559, "Longitude": -157.7606089, "Species": "Common Waxbill", "Count": 202, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.7606089, 21.31934559 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31934559, "Longitude": -157.7606089, "Species": "Great Frigatebird", "Count": 2, "Date": "2023-11-12" }, "geometry": { "type": "Point", "coordinates": [ -157.7606089, 21.31934559 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31934559, "Longitude": -157.7606089, "Species": "House Finch", "Count": 180, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.7606089, 21.31934559 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31934559, "Longitude": -157.7606089, "Species": "House Sparrow", "Count": 2, "Date": "2023-03-24" }, "geometry": { "type": "Point", "coordinates": [ -157.7606089, 21.31934559 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31934559, "Longitude": -157.7606089, "Species": "Japanese Bush Warbler", "Count": 14, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.7606089, 21.31934559 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31934559, "Longitude": -157.7606089, "Species": "Java Sparrow", "Count": 7, "Date": "2023-12-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7606089, 21.31934559 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31934559, "Longitude": -157.7606089, "Species": " Northern Cardinal", "Count": 169, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.7606089, 21.31934559 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31934559, "Longitude": -157.7606089, "Species": "Oahu Amakihi", "Count": 140, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.7606089, 21.31934559 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31934559, "Longitude": -157.7606089, "Species": "Oahu Elepaio", "Count": 245, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.7606089, 21.31934559 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31934559, "Longitude": -157.7606089, "Species": "Pacific Golden-Plover", "Count": 93, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.7606089, 21.31934559 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31934559, "Longitude": -157.7606089, "Species": "Red Junglefowl", "Count": 21, "Date": "2024-01-26" }, "geometry": { "type": "Point", "coordinates": [ -157.7606089, 21.31934559 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31934559, "Longitude": -157.7606089, "Species": "Red-billed Leiothrix", "Count": 301, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.7606089, 21.31934559 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31934559, "Longitude": -157.7606089, "Species": "Red-crested Cardinal", "Count": 220, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.7606089, 21.31934559 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31934559, "Longitude": -157.7606089, "Species": "Red-masked Parakeet", "Count": 41, "Date": "2024-02-21" }, "geometry": { "type": "Point", "coordinates": [ -157.7606089, 21.31934559 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31934559, "Longitude": -157.7606089, "Species": "Red-vented Bulbul", "Count": 295, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.7606089, 21.31934559 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31934559, "Longitude": -157.7606089, "Species": "Red-whiskered Bulbul", "Count": 174, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.7606089, 21.31934559 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31934559, "Longitude": -157.7606089, "Species": "Rock Pigeon", "Count": 19, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.7606089, 21.31934559 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31934559, "Longitude": -157.7606089, "Species": "Rose-ringed Parakeet", "Count": 25, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.7606089, 21.31934559 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31934559, "Longitude": -157.7606089, "Species": "Scaly-breasted Munia", "Count": 32, "Date": "2024-02-12" }, "geometry": { "type": "Point", "coordinates": [ -157.7606089, 21.31934559 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31934559, "Longitude": -157.7606089, "Species": "Spotted Dove", "Count": 233, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.7606089, 21.31934559 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31934559, "Longitude": -157.7606089, "Species": "Warbling White-eye", "Count": 316, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.7606089, 21.31934559 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31934559, "Longitude": -157.7606089, "Species": "Western Cattle Egret", "Count": 42, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7606089, 21.31934559 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31934559, "Longitude": -157.7606089, "Species": "White Tern", "Count": 81, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.7606089, 21.31934559 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31934559, "Longitude": -157.7606089, "Species": "White-rumped Shama", "Count": 334, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.7606089, 21.31934559 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31934559, "Longitude": -157.7606089, "Species": "White-tailed Tropicbird", "Count": 5, "Date": "2023-01-31" }, "geometry": { "type": "Point", "coordinates": [ -157.7606089, 21.31934559 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31934559, "Longitude": -157.7606089, "Species": "Yellow-faced Grassquit", "Count": 5, "Date": "2023-02-10" }, "geometry": { "type": "Point", "coordinates": [ -157.7606089, 21.31934559 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31934559, "Longitude": -157.7606089, "Species": "Yellow-fronted Canary", "Count": 21, "Date": "2023-10-19" }, "geometry": { "type": "Point", "coordinates": [ -157.7606089, 21.31934559 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31934559, "Longitude": -157.7606089, "Species": "Zebra Dove", "Count": 267, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.7606089, 21.31934559 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32932054, "Longitude": -157.895509, "Species": "African Silverbill", "Count": 1, "Date": "2019-02-21" }, "geometry": { "type": "Point", "coordinates": [ -157.895509, 21.32932054 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32932054, "Longitude": -157.895509, "Species": "Black-crowned Night Heron", "Count": 6, "Date": "2023-08-16" }, "geometry": { "type": "Point", "coordinates": [ -157.895509, 21.32932054 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32932054, "Longitude": -157.895509, "Species": "Black-necked Stilt", "Count": 2, "Date": "2022-09-13" }, "geometry": { "type": "Point", "coordinates": [ -157.895509, 21.32932054 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32932054, "Longitude": -157.895509, "Species": "Chestnut Munia", "Count": 3, "Date": "2023-06-27" }, "geometry": { "type": "Point", "coordinates": [ -157.895509, 21.32932054 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32932054, "Longitude": -157.895509, "Species": "Common Myna", "Count": 50, "Date": "2024-01-30" }, "geometry": { "type": "Point", "coordinates": [ -157.895509, 21.32932054 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32932054, "Longitude": -157.895509, "Species": "Common Waxbill", "Count": 27, "Date": "2024-01-12" }, "geometry": { "type": "Point", "coordinates": [ -157.895509, 21.32932054 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32932054, "Longitude": -157.895509, "Species": "Eurasian Skylark", "Count": 3, "Date": "2022-09-21" }, "geometry": { "type": "Point", "coordinates": [ -157.895509, 21.32932054 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32932054, "Longitude": -157.895509, "Species": "Great Frigatebird", "Count": 1, "Date": "2019-07-06" }, "geometry": { "type": "Point", "coordinates": [ -157.895509, 21.32932054 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32932054, "Longitude": -157.895509, "Species": "House Finch", "Count": 27, "Date": "2024-01-30" }, "geometry": { "type": "Point", "coordinates": [ -157.895509, 21.32932054 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32932054, "Longitude": -157.895509, "Species": "House Sparrow", "Count": 46, "Date": "2024-01-30" }, "geometry": { "type": "Point", "coordinates": [ -157.895509, 21.32932054 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32932054, "Longitude": -157.895509, "Species": "Java Sparrow", "Count": 12, "Date": "2024-01-30" }, "geometry": { "type": "Point", "coordinates": [ -157.895509, 21.32932054 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32932054, "Longitude": -157.895509, "Species": "Feral Mallard", "Count": 4, "Date": "2019-05-08" }, "geometry": { "type": "Point", "coordinates": [ -157.895509, 21.32932054 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32932054, "Longitude": -157.895509, "Species": "Northern Cardinal", "Count": 4, "Date": "2019-06-03" }, "geometry": { "type": "Point", "coordinates": [ -157.895509, 21.32932054 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32932054, "Longitude": -157.895509, "Species": "Northern Mockingbird", "Count": 2, "Date": "2019-09-21" }, "geometry": { "type": "Point", "coordinates": [ -157.895509, 21.32932054 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32932054, "Longitude": -157.895509, "Species": "Pacific Golden-Plover", "Count": 40, "Date": "2024-01-30" }, "geometry": { "type": "Point", "coordinates": [ -157.895509, 21.32932054 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32932054, "Longitude": -157.895509, "Species": "Red Junglefowl", "Count": 7, "Date": "2023-06-28" }, "geometry": { "type": "Point", "coordinates": [ -157.895509, 21.32932054 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32932054, "Longitude": -157.895509, "Species": "Red-crested Cardinal", "Count": 38, "Date": "2024-01-30" }, "geometry": { "type": "Point", "coordinates": [ -157.895509, 21.32932054 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32932054, "Longitude": -157.895509, "Species": "Red-tailed Tropicbird", "Count": 1, "Date": "2023-04-11" }, "geometry": { "type": "Point", "coordinates": [ -157.895509, 21.32932054 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32932054, "Longitude": -157.895509, "Species": "Red-vented Bulbul", "Count": 35, "Date": "2024-01-30" }, "geometry": { "type": "Point", "coordinates": [ -157.895509, 21.32932054 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32932054, "Longitude": -157.895509, "Species": "Red-whiskered Bulbul", "Count": 4, "Date": "2024-01-01" }, "geometry": { "type": "Point", "coordinates": [ -157.895509, 21.32932054 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32932054, "Longitude": -157.895509, "Species": "Rock Pigeon", "Count": 8, "Date": "2024-01-12" }, "geometry": { "type": "Point", "coordinates": [ -157.895509, 21.32932054 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32932054, "Longitude": -157.895509, "Species": "Rose-ringed Parakeet", "Count": 3, "Date": "2023-06-27" }, "geometry": { "type": "Point", "coordinates": [ -157.895509, 21.32932054 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32932054, "Longitude": -157.895509, "Species": "Rosy-faced Lovebird", "Count": 1, "Date": "2023-02-08" }, "geometry": { "type": "Point", "coordinates": [ -157.895509, 21.32932054 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32932054, "Longitude": -157.895509, "Species": "Ruddy Turnstone", "Count": 17, "Date": "2024-01-30" }, "geometry": { "type": "Point", "coordinates": [ -157.895509, 21.32932054 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32932054, "Longitude": -157.895509, "Species": "Saffron Finch", "Count": 22, "Date": "2024-01-30" }, "geometry": { "type": "Point", "coordinates": [ -157.895509, 21.32932054 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32932054, "Longitude": -157.895509, "Species": "Sooty Tern", "Count": 1, "Date": "2023-02-08" }, "geometry": { "type": "Point", "coordinates": [ -157.895509, 21.32932054 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32932054, "Longitude": -157.895509, "Species": "Spotted Dove", "Count": 39, "Date": "2024-01-30" }, "geometry": { "type": "Point", "coordinates": [ -157.895509, 21.32932054 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32932054, "Longitude": -157.895509, "Species": "Wandering Tattler", "Count": 5, "Date": "2023-03-02" }, "geometry": { "type": "Point", "coordinates": [ -157.895509, 21.32932054 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32932054, "Longitude": -157.895509, "Species": "Warbling White-eye", "Count": 20, "Date": "2024-01-30" }, "geometry": { "type": "Point", "coordinates": [ -157.895509, 21.32932054 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32932054, "Longitude": -157.895509, "Species": "Western Cattle Egret", "Count": 48, "Date": "2024-01-30" }, "geometry": { "type": "Point", "coordinates": [ -157.895509, 21.32932054 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32932054, "Longitude": -157.895509, "Species": "White Tern", "Count": 2, "Date": "2023-06-27" }, "geometry": { "type": "Point", "coordinates": [ -157.895509, 21.32932054 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32932054, "Longitude": -157.895509, "Species": "Yellow-fronted Canary", "Count": 30, "Date": "2024-01-30" }, "geometry": { "type": "Point", "coordinates": [ -157.895509, 21.32932054 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32932054, "Longitude": -157.895509, "Species": "Zebra Dove", "Count": 47, "Date": "2024-01-30" }, "geometry": { "type": "Point", "coordinates": [ -157.895509, 21.32932054 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32865893, "Longitude": -157.7990969, "Species": "Apapane", "Count": 1, "Date": "2019-06-11" }, "geometry": { "type": "Point", "coordinates": [ -157.7990969, 21.32865893 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32865893, "Longitude": -157.7990969, "Species": "Chestnut Munia", "Count": 5, "Date": "2023-06-05" }, "geometry": { "type": "Point", "coordinates": [ -157.7990969, 21.32865893 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32865893, "Longitude": -157.7990969, "Species": "Common Myna", "Count": 24, "Date": "2023-10-24" }, "geometry": { "type": "Point", "coordinates": [ -157.7990969, 21.32865893 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32865893, "Longitude": -157.7990969, "Species": "Common Waxbill", "Count": 12, "Date": "2023-11-23" }, "geometry": { "type": "Point", "coordinates": [ -157.7990969, 21.32865893 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32865893, "Longitude": -157.7990969, "Species": "House Finch", "Count": 6, "Date": "2023-08-02" }, "geometry": { "type": "Point", "coordinates": [ -157.7990969, 21.32865893 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32865893, "Longitude": -157.7990969, "Species": "House Sparrow", "Count": 8, "Date": "2023-08-02" }, "geometry": { "type": "Point", "coordinates": [ -157.7990969, 21.32865893 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32865893, "Longitude": -157.7990969, "Species": "Indian Peafowl", "Count": 1, "Date": "2022-03-24" }, "geometry": { "type": "Point", "coordinates": [ -157.7990969, 21.32865893 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32865893, "Longitude": -157.7990969, "Species": "Japanese Bush Warbler", "Count": 4, "Date": "2023-05-04" }, "geometry": { "type": "Point", "coordinates": [ -157.7990969, 21.32865893 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32865893, "Longitude": -157.7990969, "Species": "Java Sparrow", "Count": 3, "Date": "2023-08-02" }, "geometry": { "type": "Point", "coordinates": [ -157.7990969, 21.32865893 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32865893, "Longitude": -157.7990969, "Species": "Feral Mallard", "Count": 2, "Date": "2023-01-08" }, "geometry": { "type": "Point", "coordinates": [ -157.7990969, 21.32865893 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32865893, "Longitude": -157.7990969, "Species": "Northern Cardinal", "Count": 4, "Date": "2023-08-02" }, "geometry": { "type": "Point", "coordinates": [ -157.7990969, 21.32865893 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32865893, "Longitude": -157.7990969, "Species": "Oahu Amakihi", "Count": 5, "Date": "2023-02-02" }, "geometry": { "type": "Point", "coordinates": [ -157.7990969, 21.32865893 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32865893, "Longitude": -157.7990969, "Species": "Pacific Golden-Plover", "Count": 5, "Date": "2022-12-25" }, "geometry": { "type": "Point", "coordinates": [ -157.7990969, 21.32865893 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32865893, "Longitude": -157.7990969, "Species": "Red Avadavat", "Count": 1, "Date": "2023-08-03" }, "geometry": { "type": "Point", "coordinates": [ -157.7990969, 21.32865893 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32865893, "Longitude": -157.7990969, "Species": "Red Junglefowl", "Count": 20, "Date": "2024-02-07" }, "geometry": { "type": "Point", "coordinates": [ -157.7990969, 21.32865893 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32865893, "Longitude": -157.7990969, "Species": "Red-billed Leiothrix", "Count": 26, "Date": "2024-02-07" }, "geometry": { "type": "Point", "coordinates": [ -157.7990969, 21.32865893 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32865893, "Longitude": -157.7990969, "Species": "Red-crested Cardinal", "Count": 22, "Date": "2023-11-23" }, "geometry": { "type": "Point", "coordinates": [ -157.7990969, 21.32865893 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32865893, "Longitude": -157.7990969, "Species": "Red-vented Bulbul", "Count": 30, "Date": "2023-11-23" }, "geometry": { "type": "Point", "coordinates": [ -157.7990969, 21.32865893 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32865893, "Longitude": -157.7990969, "Species": "Red-whiskered Bulbul", "Count": 33, "Date": "2024-02-08" }, "geometry": { "type": "Point", "coordinates": [ -157.7990969, 21.32865893 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32865893, "Longitude": -157.7990969, "Species": "Rock Pigeon", "Count": 4, "Date": "2023-08-02" }, "geometry": { "type": "Point", "coordinates": [ -157.7990969, 21.32865893 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32865893, "Longitude": -157.7990969, "Species": "Rose-ringed Parakeet", "Count": 33, "Date": "2024-02-08" }, "geometry": { "type": "Point", "coordinates": [ -157.7990969, 21.32865893 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32865893, "Longitude": -157.7990969, "Species": "Saffron Finch", "Count": 1, "Date": "2023-05-04" }, "geometry": { "type": "Point", "coordinates": [ -157.7990969, 21.32865893 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32865893, "Longitude": -157.7990969, "Species": "Salmon-crested Cockatoo", "Count": 3, "Date": "2024-02-07" }, "geometry": { "type": "Point", "coordinates": [ -157.7990969, 21.32865893 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32865893, "Longitude": -157.7990969, "Species": "Spotted Dove", "Count": 19, "Date": "2023-12-27" }, "geometry": { "type": "Point", "coordinates": [ -157.7990969, 21.32865893 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32865893, "Longitude": -157.7990969, "Species": "Warbling White-eye", "Count": 31, "Date": "2024-02-07" }, "geometry": { "type": "Point", "coordinates": [ -157.7990969, 21.32865893 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32865893, "Longitude": -157.7990969, "Species": "Western Cattle Egret", "Count": 1, "Date": "2022-03-24" }, "geometry": { "type": "Point", "coordinates": [ -157.7990969, 21.32865893 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32865893, "Longitude": -157.7990969, "Species": "White Cockatoo", "Count": 1, "Date": "2023-06-05" }, "geometry": { "type": "Point", "coordinates": [ -157.7990969, 21.32865893 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32865893, "Longitude": -157.7990969, "Species": "White Tern", "Count": 3, "Date": "2023-02-02" }, "geometry": { "type": "Point", "coordinates": [ -157.7990969, 21.32865893 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32865893, "Longitude": -157.7990969, "Species": "White-rumped Shama", "Count": 33, "Date": "2024-02-07" }, "geometry": { "type": "Point", "coordinates": [ -157.7990969, 21.32865893 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32865893, "Longitude": -157.7990969, "Species": "Yellow-fronted Canary", "Count": 4, "Date": "2023-08-02" }, "geometry": { "type": "Point", "coordinates": [ -157.7990969, 21.32865893 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32865893, "Longitude": -157.7990969, "Species": "Zebra Dove", "Count": 24, "Date": "2023-08-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7990969, 21.32865893 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39132022, "Longitude": -157.7214212, "Species": "African Silverbill", "Count": 2, "Date": "2022-02-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7214212, 21.39132022 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39132022, "Longitude": -157.7214212, "Species": "Black-crowned Night Heron", "Count": 1, "Date": "2020-05-09" }, "geometry": { "type": "Point", "coordinates": [ -157.7214212, 21.39132022 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39132022, "Longitude": -157.7214212, "Species": "Black-necked Stilt", "Count": 3, "Date": "2023-05-14" }, "geometry": { "type": "Point", "coordinates": [ -157.7214212, 21.39132022 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39132022, "Longitude": -157.7214212, "Species": "Brown Booby", "Count": 5, "Date": "2024-01-22" }, "geometry": { "type": "Point", "coordinates": [ -157.7214212, 21.39132022 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39132022, "Longitude": -157.7214212, "Species": "Brown Noddy", "Count": 1, "Date": "2020-06-19" }, "geometry": { "type": "Point", "coordinates": [ -157.7214212, 21.39132022 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39132022, "Longitude": -157.7214212, "Species": "Common Myna", "Count": 53, "Date": "2024-01-22" }, "geometry": { "type": "Point", "coordinates": [ -157.7214212, 21.39132022 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39132022, "Longitude": -157.7214212, "Species": "Common Waxbill", "Count": 20, "Date": "2023-10-18" }, "geometry": { "type": "Point", "coordinates": [ -157.7214212, 21.39132022 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39132022, "Longitude": -157.7214212, "Species": "Great Frigatebird", "Count": 21, "Date": "2023-07-23" }, "geometry": { "type": "Point", "coordinates": [ -157.7214212, 21.39132022 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39132022, "Longitude": -157.7214212, "Species": "House Finch", "Count": 15, "Date": "2023-10-18" }, "geometry": { "type": "Point", "coordinates": [ -157.7214212, 21.39132022 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39132022, "Longitude": -157.7214212, "Species": "House Sparrow", "Count": 4, "Date": "2023-11-23" }, "geometry": { "type": "Point", "coordinates": [ -157.7214212, 21.39132022 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39132022, "Longitude": -157.7214212, "Species": "Japanese Bush Warbler", "Count": 1, "Date": "2020-06-19" }, "geometry": { "type": "Point", "coordinates": [ -157.7214212, 21.39132022 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39132022, "Longitude": -157.7214212, "Species": "Java Sparrow", "Count": 14, "Date": "2023-06-03" }, "geometry": { "type": "Point", "coordinates": [ -157.7214212, 21.39132022 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39132022, "Longitude": -157.7214212, "Species": "Feral Mallard", "Count": 2, "Date": "2024-01-14" }, "geometry": { "type": "Point", "coordinates": [ -157.7214212, 21.39132022 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39132022, "Longitude": -157.7214212, "Species": "Masked Booby", "Count": 1, "Date": "2022-02-26" }, "geometry": { "type": "Point", "coordinates": [ -157.7214212, 21.39132022 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39132022, "Longitude": -157.7214212, "Species": "Northern Cardinal", "Count": 6, "Date": "2023-10-18" }, "geometry": { "type": "Point", "coordinates": [ -157.7214212, 21.39132022 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39132022, "Longitude": -157.7214212, "Species": "Northern Mockingbird", "Count": 1, "Date": "2022-02-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7214212, 21.39132022 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39132022, "Longitude": -157.7214212, "Species": "Pacific Golden-Plover", "Count": 14, "Date": "2024-01-22" }, "geometry": { "type": "Point", "coordinates": [ -157.7214212, 21.39132022 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39132022, "Longitude": -157.7214212, "Species": "Red Junglefowl", "Count": 4, "Date": "2024-02-18" }, "geometry": { "type": "Point", "coordinates": [ -157.7214212, 21.39132022 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39132022, "Longitude": -157.7214212, "Species": "Red-billed Leiothrix", "Count": 1, "Date": "2020-06-19" }, "geometry": { "type": "Point", "coordinates": [ -157.7214212, 21.39132022 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39132022, "Longitude": -157.7214212, "Species": "Red-crested Cardinal", "Count": 28, "Date": "2024-02-18" }, "geometry": { "type": "Point", "coordinates": [ -157.7214212, 21.39132022 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39132022, "Longitude": -157.7214212, "Species": "Red-footed Booby", "Count": 14, "Date": "2024-01-22" }, "geometry": { "type": "Point", "coordinates": [ -157.7214212, 21.39132022 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39132022, "Longitude": -157.7214212, "Species": "Red-vented Bulbul", "Count": 40, "Date": "2023-10-18" }, "geometry": { "type": "Point", "coordinates": [ -157.7214212, 21.39132022 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39132022, "Longitude": -157.7214212, "Species": "Red-whiskered Bulbul", "Count": 24, "Date": "2023-10-18" }, "geometry": { "type": "Point", "coordinates": [ -157.7214212, 21.39132022 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39132022, "Longitude": -157.7214212, "Species": "Rock Pigeon", "Count": 39, "Date": "2024-01-22" }, "geometry": { "type": "Point", "coordinates": [ -157.7214212, 21.39132022 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39132022, "Longitude": -157.7214212, "Species": "Scaly-breasted Munia", "Count": 2, "Date": "2022-11-30" }, "geometry": { "type": "Point", "coordinates": [ -157.7214212, 21.39132022 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39132022, "Longitude": -157.7214212, "Species": "Sooty Tern", "Count": 2, "Date": "2023-07-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7214212, 21.39132022 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39132022, "Longitude": -157.7214212, "Species": "Spotted Dove", "Count": 34, "Date": "2023-10-18" }, "geometry": { "type": "Point", "coordinates": [ -157.7214212, 21.39132022 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39132022, "Longitude": -157.7214212, "Species": "Wandering Tattler", "Count": 2, "Date": "2023-02-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7214212, 21.39132022 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39132022, "Longitude": -157.7214212, "Species": "Warbling White-eye", "Count": 17, "Date": "2023-06-13" }, "geometry": { "type": "Point", "coordinates": [ -157.7214212, 21.39132022 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39132022, "Longitude": -157.7214212, "Species": "Wedge-tailed Shearwater", "Count": 8, "Date": "2023-06-10" }, "geometry": { "type": "Point", "coordinates": [ -157.7214212, 21.39132022 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39132022, "Longitude": -157.7214212, "Species": "Western Cattle Egret", "Count": 36, "Date": "2023-06-13" }, "geometry": { "type": "Point", "coordinates": [ -157.7214212, 21.39132022 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39132022, "Longitude": -157.7214212, "Species": "White Tern", "Count": 1, "Date": "2021-05-02" }, "geometry": { "type": "Point", "coordinates": [ -157.7214212, 21.39132022 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39132022, "Longitude": -157.7214212, "Species": "White-rumped Shama", "Count": 6, "Date": "2023-10-18" }, "geometry": { "type": "Point", "coordinates": [ -157.7214212, 21.39132022 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39132022, "Longitude": -157.7214212, "Species": "Zebra Dove", "Count": 41, "Date": "2024-01-22" }, "geometry": { "type": "Point", "coordinates": [ -157.7214212, 21.39132022 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43677539, "Longitude": -157.7596192, "Species": "Black Noddy", "Count": 14, "Date": "2023-05-31" }, "geometry": { "type": "Point", "coordinates": [ -157.7596192, 21.43677539 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43677539, "Longitude": -157.7596192, "Species": "Black-crowned Night Heron", "Count": 28, "Date": "2024-01-31" }, "geometry": { "type": "Point", "coordinates": [ -157.7596192, 21.43677539 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43677539, "Longitude": -157.7596192, "Species": "Black-necked Stilt", "Count": 40, "Date": "2024-02-01" }, "geometry": { "type": "Point", "coordinates": [ -157.7596192, 21.43677539 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43677539, "Longitude": -157.7596192, "Species": "Bristle-thighed Curlew", "Count": 4, "Date": "2023-08-16" }, "geometry": { "type": "Point", "coordinates": [ -157.7596192, 21.43677539 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43677539, "Longitude": -157.7596192, "Species": "Brown Booby", "Count": 1, "Date": "2022-01-22" }, "geometry": { "type": "Point", "coordinates": [ -157.7596192, 21.43677539 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43677539, "Longitude": -157.7596192, "Species": "Common Myna", "Count": 37, "Date": "2024-02-01" }, "geometry": { "type": "Point", "coordinates": [ -157.7596192, 21.43677539 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43677539, "Longitude": -157.7596192, "Species": "Common Waxbill", "Count": 17, "Date": "2024-02-01" }, "geometry": { "type": "Point", "coordinates": [ -157.7596192, 21.43677539 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43677539, "Longitude": -157.7596192, "Species": "Gray Francolin", "Count": 11, "Date": "2024-02-01" }, "geometry": { "type": "Point", "coordinates": [ -157.7596192, 21.43677539 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43677539, "Longitude": -157.7596192, "Species": "Great Frigatebird", "Count": 6, "Date": "2024-02-01" }, "geometry": { "type": "Point", "coordinates": [ -157.7596192, 21.43677539 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43677539, "Longitude": -157.7596192, "Species": "House Finch", "Count": 3, "Date": "2023-01-18" }, "geometry": { "type": "Point", "coordinates": [ -157.7596192, 21.43677539 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43677539, "Longitude": -157.7596192, "Species": "House Sparrow", "Count": 1, "Date": "2022-01-22" }, "geometry": { "type": "Point", "coordinates": [ -157.7596192, 21.43677539 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43677539, "Longitude": -157.7596192, "Species": "Java Sparrow", "Count": 5, "Date": "2023-02-09" }, "geometry": { "type": "Point", "coordinates": [ -157.7596192, 21.43677539 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43677539, "Longitude": -157.7596192, "Species": "Laughing Gull", "Count": 2, "Date": "2022-01-19" }, "geometry": { "type": "Point", "coordinates": [ -157.7596192, 21.43677539 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43677539, "Longitude": -157.7596192, "Species": "Feral Mallard", "Count": 23, "Date": "2024-01-18" }, "geometry": { "type": "Point", "coordinates": [ -157.7596192, 21.43677539 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43677539, "Longitude": -157.7596192, "Species": "Northern Cardinal", "Count": 10, "Date": "2024-01-31" }, "geometry": { "type": "Point", "coordinates": [ -157.7596192, 21.43677539 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43677539, "Longitude": -157.7596192, "Species": "Northern Pintail", "Count": 6, "Date": "2024-01-25" }, "geometry": { "type": "Point", "coordinates": [ -157.7596192, 21.43677539 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43677539, "Longitude": -157.7596192, "Species": "Pacific Golden-Plover", "Count": 32, "Date": "2024-01-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7596192, 21.43677539 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43677539, "Longitude": -157.7596192, "Species": "Red Junglefowl", "Count": 9, "Date": "2024-01-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7596192, 21.43677539 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43677539, "Longitude": -157.7596192, "Species": "Red-crested Cardinal", "Count": 19, "Date": "2024-01-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7596192, 21.43677539 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43677539, "Longitude": -157.7596192, "Species": "Red-vented Bulbul", "Count": 29, "Date": "2024-02-01" }, "geometry": { "type": "Point", "coordinates": [ -157.7596192, 21.43677539 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43677539, "Longitude": -157.7596192, "Species": "Red-whiskered Bulbul", "Count": 4, "Date": "2024-01-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7596192, 21.43677539 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43677539, "Longitude": -157.7596192, "Species": "Rock Pigeon", "Count": 2, "Date": "2020-01-04" }, "geometry": { "type": "Point", "coordinates": [ -157.7596192, 21.43677539 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43677539, "Longitude": -157.7596192, "Species": "Ruddy Turnstone", "Count": 27, "Date": "2024-01-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7596192, 21.43677539 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43677539, "Longitude": -157.7596192, "Species": "Saffron Finch", "Count": 2, "Date": "2024-01-31" }, "geometry": { "type": "Point", "coordinates": [ -157.7596192, 21.43677539 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43677539, "Longitude": -157.7596192, "Species": "Sanderling", "Count": 16, "Date": "2024-01-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7596192, 21.43677539 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43677539, "Longitude": -157.7596192, "Species": "Scaly-breasted Munia", "Count": 3, "Date": "2023-01-18" }, "geometry": { "type": "Point", "coordinates": [ -157.7596192, 21.43677539 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43677539, "Longitude": -157.7596192, "Species": "Sooty Tern", "Count": 1, "Date": "2024-01-31" }, "geometry": { "type": "Point", "coordinates": [ -157.7596192, 21.43677539 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43677539, "Longitude": -157.7596192, "Species": "Spotted Dove", "Count": 22, "Date": "2024-02-01" }, "geometry": { "type": "Point", "coordinates": [ -157.7596192, 21.43677539 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43677539, "Longitude": -157.7596192, "Species": "Wandering Tattler", "Count": 17, "Date": "2023-10-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7596192, 21.43677539 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43677539, "Longitude": -157.7596192, "Species": "Warbling White-eye", "Count": 13, "Date": "2024-01-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7596192, 21.43677539 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43677539, "Longitude": -157.7596192, "Species": "Western Cattle Egret", "Count": 40, "Date": "2024-01-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7596192, 21.43677539 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43677539, "Longitude": -157.7596192, "Species": "White-rumped Shama", "Count": 2, "Date": "2022-12-21" }, "geometry": { "type": "Point", "coordinates": [ -157.7596192, 21.43677539 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43677539, "Longitude": -157.7596192, "Species": "Zebra Dove", "Count": 31, "Date": "2024-02-01" }, "geometry": { "type": "Point", "coordinates": [ -157.7596192, 21.43677539 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39310569, "Longitude": -157.9818462, "Species": "African Silverbill", "Count": 8, "Date": "2022-03-04" }, "geometry": { "type": "Point", "coordinates": [ -157.9818462, 21.39310569 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39310569, "Longitude": -157.9818462, "Species": "Barn Owl", "Count": 1, "Date": "2022-08-26" }, "geometry": { "type": "Point", "coordinates": [ -157.9818462, 21.39310569 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39310569, "Longitude": -157.9818462, "Species": "Black-crowned Night Heron", "Count": 49, "Date": "2024-01-01" }, "geometry": { "type": "Point", "coordinates": [ -157.9818462, 21.39310569 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39310569, "Longitude": -157.9818462, "Species": "Black-necked Stilt", "Count": 108, "Date": "2024-01-01" }, "geometry": { "type": "Point", "coordinates": [ -157.9818462, 21.39310569 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39310569, "Longitude": -157.9818462, "Species": "Chestnut Munia", "Count": 21, "Date": "2023-04-01" }, "geometry": { "type": "Point", "coordinates": [ -157.9818462, 21.39310569 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39310569, "Longitude": -157.9818462, "Species": "Common Gallinule", "Count": 103, "Date": "2024-01-01" }, "geometry": { "type": "Point", "coordinates": [ -157.9818462, 21.39310569 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39310569, "Longitude": -157.9818462, "Species": "Common Myna", "Count": 133, "Date": "2024-01-01" }, "geometry": { "type": "Point", "coordinates": [ -157.9818462, 21.39310569 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39310569, "Longitude": -157.9818462, "Species": "Common Waxbill", "Count": 92, "Date": "2024-01-01" }, "geometry": { "type": "Point", "coordinates": [ -157.9818462, 21.39310569 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39310569, "Longitude": -157.9818462, "Species": "Gray Francolin", "Count": 38, "Date": "2023-04-01" }, "geometry": { "type": "Point", "coordinates": [ -157.9818462, 21.39310569 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39310569, "Longitude": -157.9818462, "Species": "Hawaiian Coot", "Count": 65, "Date": "2024-01-01" }, "geometry": { "type": "Point", "coordinates": [ -157.9818462, 21.39310569 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39310569, "Longitude": -157.9818462, "Species": "House Finch", "Count": 71, "Date": "2023-01-16" }, "geometry": { "type": "Point", "coordinates": [ -157.9818462, 21.39310569 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39310569, "Longitude": -157.9818462, "Species": "House Sparrow", "Count": 21, "Date": "2024-01-01" }, "geometry": { "type": "Point", "coordinates": [ -157.9818462, 21.39310569 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39310569, "Longitude": -157.9818462, "Species": "Java Sparrow", "Count": 7, "Date": "2024-01-01" }, "geometry": { "type": "Point", "coordinates": [ -157.9818462, 21.39310569 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39310569, "Longitude": -157.9818462, "Species": "Long-billed Dowitcher", "Count": 6, "Date": "2019-04-16" }, "geometry": { "type": "Point", "coordinates": [ -157.9818462, 21.39310569 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39310569, "Longitude": -157.9818462, "Species": "Feral Mallard", "Count": 65, "Date": "2024-01-01" }, "geometry": { "type": "Point", "coordinates": [ -157.9818462, 21.39310569 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39310569, "Longitude": -157.9818462, "Species": "Northern Cardinal", "Count": 62, "Date": "2023-04-01" }, "geometry": { "type": "Point", "coordinates": [ -157.9818462, 21.39310569 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39310569, "Longitude": -157.9818462, "Species": "Pacific Golden-Plover", "Count": 105, "Date": "2024-01-01" }, "geometry": { "type": "Point", "coordinates": [ -157.9818462, 21.39310569 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39310569, "Longitude": -157.9818462, "Species": "Red Avadavat", "Count": 6, "Date": "2022-08-26" }, "geometry": { "type": "Point", "coordinates": [ -157.9818462, 21.39310569 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39310569, "Longitude": -157.9818462, "Species": "Red-crested Cardinal", "Count": 68, "Date": "2023-04-01" }, "geometry": { "type": "Point", "coordinates": [ -157.9818462, 21.39310569 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39310569, "Longitude": -157.9818462, "Species": "Red-vented Bulbul", "Count": 128, "Date": "2024-01-01" }, "geometry": { "type": "Point", "coordinates": [ -157.9818462, 21.39310569 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39310569, "Longitude": -157.9818462, "Species": "Red-whiskered Bulbul", "Count": 64, "Date": "2024-01-01" }, "geometry": { "type": "Point", "coordinates": [ -157.9818462, 21.39310569 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39310569, "Longitude": -157.9818462, "Species": "Rock Pigeon", "Count": 8, "Date": "2021-11-30" }, "geometry": { "type": "Point", "coordinates": [ -157.9818462, 21.39310569 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39310569, "Longitude": -157.9818462, "Species": "Rose-ringed Parakeet", "Count": 48, "Date": "2024-01-01" }, "geometry": { "type": "Point", "coordinates": [ -157.9818462, 21.39310569 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39310569, "Longitude": -157.9818462, "Species": "Ruddy Turnstone", "Count": 89, "Date": "2022-11-22" }, "geometry": { "type": "Point", "coordinates": [ -157.9818462, 21.39310569 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39310569, "Longitude": -157.9818462, "Species": "Saffron Finch", "Count": 37, "Date": "2022-11-09" }, "geometry": { "type": "Point", "coordinates": [ -157.9818462, 21.39310569 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39310569, "Longitude": -157.9818462, "Species": "Sanderling", "Count": 64, "Date": "2022-11-22" }, "geometry": { "type": "Point", "coordinates": [ -157.9818462, 21.39310569 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39310569, "Longitude": -157.9818462, "Species": "Scaly-breasted Munia", "Count": 34, "Date": "2022-11-22" }, "geometry": { "type": "Point", "coordinates": [ -157.9818462, 21.39310569 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39310569, "Longitude": -157.9818462, "Species": "Spotted Dove", "Count": 128, "Date": "2024-01-01" }, "geometry": { "type": "Point", "coordinates": [ -157.9818462, 21.39310569 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39310569, "Longitude": -157.9818462, "Species": "Wandering Tattler", "Count": 85, "Date": "2024-01-01" }, "geometry": { "type": "Point", "coordinates": [ -157.9818462, 21.39310569 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39310569, "Longitude": -157.9818462, "Species": "Warbling White-eye", "Count": 80, "Date": "2024-01-01" }, "geometry": { "type": "Point", "coordinates": [ -157.9818462, 21.39310569 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39310569, "Longitude": -157.9818462, "Species": "Western Cattle Egret", "Count": 114, "Date": "2024-01-01" }, "geometry": { "type": "Point", "coordinates": [ -157.9818462, 21.39310569 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39310569, "Longitude": -157.9818462, "Species": "White Tern", "Count": 5, "Date": "2023-02-23" }, "geometry": { "type": "Point", "coordinates": [ -157.9818462, 21.39310569 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39310569, "Longitude": -157.9818462, "Species": "White-faced Ibis", "Count": 20, "Date": "2021-11-23" }, "geometry": { "type": "Point", "coordinates": [ -157.9818462, 21.39310569 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39310569, "Longitude": -157.9818462, "Species": "White-rumped Shama", "Count": 37, "Date": "2023-01-02" }, "geometry": { "type": "Point", "coordinates": [ -157.9818462, 21.39310569 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39310569, "Longitude": -157.9818462, "Species": "Yellow-fronted Canary", "Count": 8, "Date": "2022-02-15" }, "geometry": { "type": "Point", "coordinates": [ -157.9818462, 21.39310569 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39310569, "Longitude": -157.9818462, "Species": "Zebra Dove", "Count": 111, "Date": "2024-01-01" }, "geometry": { "type": "Point", "coordinates": [ -157.9818462, 21.39310569 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41184085, "Longitude": -158.0974885, "Species": "African Silverbill", "Count": 2, "Date": "2023-06-12" }, "geometry": { "type": "Point", "coordinates": [ -158.0974885, 21.41184085 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41184085, "Longitude": -158.0974885, "Species": "Apapane", "Count": 12, "Date": "2023-12-31" }, "geometry": { "type": "Point", "coordinates": [ -158.0974885, 21.41184085 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41184085, "Longitude": -158.0974885, "Species": "Chestnut Munia", "Count": 2, "Date": "2023-06-04" }, "geometry": { "type": "Point", "coordinates": [ -158.0974885, 21.41184085 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41184085, "Longitude": -158.0974885, "Species": "Common Myna", "Count": 10, "Date": "2023-06-12" }, "geometry": { "type": "Point", "coordinates": [ -158.0974885, 21.41184085 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41184085, "Longitude": -158.0974885, "Species": "Common Waxbill", "Count": 11, "Date": "2023-12-31" }, "geometry": { "type": "Point", "coordinates": [ -158.0974885, 21.41184085 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41184085, "Longitude": -158.0974885, "Species": "Erckel's Spurfowl", "Count": 6, "Date": "2023-12-31" }, "geometry": { "type": "Point", "coordinates": [ -158.0974885, 21.41184085 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41184085, "Longitude": -158.0974885, "Species": "Gray Francolin", "Count": 4, "Date": "2023-06-12" }, "geometry": { "type": "Point", "coordinates": [ -158.0974885, 21.41184085 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41184085, "Longitude": -158.0974885, "Species": "Hawaiian Coot", "Count": 1, "Date": "2020-03-12" }, "geometry": { "type": "Point", "coordinates": [ -158.0974885, 21.41184085 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41184085, "Longitude": -158.0974885, "Species": "House Finch", "Count": 10, "Date": "2023-06-12" }, "geometry": { "type": "Point", "coordinates": [ -158.0974885, 21.41184085 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41184085, "Longitude": -158.0974885, "Species": "House Sparrow", "Count": 1, "Date": "2021-10-24" }, "geometry": { "type": "Point", "coordinates": [ -158.0974885, 21.41184085 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41184085, "Longitude": -158.0974885, "Species": "Indian Peafowl", "Count": 3, "Date": "2023-01-02" }, "geometry": { "type": "Point", "coordinates": [ -158.0974885, 21.41184085 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41184085, "Longitude": -158.0974885, "Species": "Japanese Bush Warbler", "Count": 8, "Date": "2023-12-31" }, "geometry": { "type": "Point", "coordinates": [ -158.0974885, 21.41184085 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41184085, "Longitude": -158.0974885, "Species": "Java Sparrow", "Count": 3, "Date": "2023-03-12" }, "geometry": { "type": "Point", "coordinates": [ -158.0974885, 21.41184085 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41184085, "Longitude": -158.0974885, "Species": "Kalij Pheasant", "Count": 5, "Date": "2022-12-16" }, "geometry": { "type": "Point", "coordinates": [ -158.0974885, 21.41184085 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41184085, "Longitude": -158.0974885, "Species": "Laysan Albatross", "Count": 1, "Date": "2023-03-12" }, "geometry": { "type": "Point", "coordinates": [ -158.0974885, 21.41184085 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41184085, "Longitude": -158.0974885, "Species": "Northern Cardinal", "Count": 8, "Date": "2023-12-31" }, "geometry": { "type": "Point", "coordinates": [ -158.0974885, 21.41184085 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41184085, "Longitude": -158.0974885, "Species": "Northern Mockingbird", "Count": 1, "Date": "2021-01-02" }, "geometry": { "type": "Point", "coordinates": [ -158.0974885, 21.41184085 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41184085, "Longitude": -158.0974885, "Species": "Oahu Amakihi", "Count": 13, "Date": "2023-12-31" }, "geometry": { "type": "Point", "coordinates": [ -158.0974885, 21.41184085 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41184085, "Longitude": -158.0974885, "Species": "Oahu Elepaio", "Count": 12, "Date": "2023-12-31" }, "geometry": { "type": "Point", "coordinates": [ -158.0974885, 21.41184085 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41184085, "Longitude": -158.0974885, "Species": "Pacific Golden-Plover", "Count": 3, "Date": "2023-12-31" }, "geometry": { "type": "Point", "coordinates": [ -158.0974885, 21.41184085 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41184085, "Longitude": -158.0974885, "Species": "Red Junglefowl", "Count": 1, "Date": "2023-06-12" }, "geometry": { "type": "Point", "coordinates": [ -158.0974885, 21.41184085 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41184085, "Longitude": -158.0974885, "Species": "Red-billed Leiothrix", "Count": 13, "Date": "2023-12-31" }, "geometry": { "type": "Point", "coordinates": [ -158.0974885, 21.41184085 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41184085, "Longitude": -158.0974885, "Species": "Red-crested Cardinal", "Count": 7, "Date": "2023-12-31" }, "geometry": { "type": "Point", "coordinates": [ -158.0974885, 21.41184085 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41184085, "Longitude": -158.0974885, "Species": "Red-vented Bulbul", "Count": 13, "Date": "2023-12-31" }, "geometry": { "type": "Point", "coordinates": [ -158.0974885, 21.41184085 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41184085, "Longitude": -158.0974885, "Species": "Red-whiskered Bulbul", "Count": 8, "Date": "2023-12-31" }, "geometry": { "type": "Point", "coordinates": [ -158.0974885, 21.41184085 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41184085, "Longitude": -158.0974885, "Species": "Rock Pigeon", "Count": 2, "Date": "2023-03-12" }, "geometry": { "type": "Point", "coordinates": [ -158.0974885, 21.41184085 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41184085, "Longitude": -158.0974885, "Species": "Rose-ringed Parakeet", "Count": 1, "Date": "2021-10-24" }, "geometry": { "type": "Point", "coordinates": [ -158.0974885, 21.41184085 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41184085, "Longitude": -158.0974885, "Species": "Saffron Finch", "Count": 2, "Date": "2021-02-28" }, "geometry": { "type": "Point", "coordinates": [ -158.0974885, 21.41184085 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41184085, "Longitude": -158.0974885, "Species": "Scaly-breasted Munia", "Count": 1, "Date": "2019-04-16" }, "geometry": { "type": "Point", "coordinates": [ -158.0974885, 21.41184085 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41184085, "Longitude": -158.0974885, "Species": "Spotted Dove", "Count": 9, "Date": "2023-03-12" }, "geometry": { "type": "Point", "coordinates": [ -158.0974885, 21.41184085 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41184085, "Longitude": -158.0974885, "Species": "Warbling White-eye", "Count": 14, "Date": "2023-12-31" }, "geometry": { "type": "Point", "coordinates": [ -158.0974885, 21.41184085 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41184085, "Longitude": -158.0974885, "Species": "Western Cattle Egret", "Count": 2, "Date": "2021-10-24" }, "geometry": { "type": "Point", "coordinates": [ -158.0974885, 21.41184085 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41184085, "Longitude": -158.0974885, "Species": "White-rumped Shama", "Count": 10, "Date": "2023-12-31" }, "geometry": { "type": "Point", "coordinates": [ -158.0974885, 21.41184085 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41184085, "Longitude": -158.0974885, "Species": "White-tailed Tropicbird", "Count": 1, "Date": "2019-04-16" }, "geometry": { "type": "Point", "coordinates": [ -158.0974885, 21.41184085 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.41184085, "Longitude": -158.0974885, "Species": "Zebra Dove", "Count": 9, "Date": "2023-06-12" }, "geometry": { "type": "Point", "coordinates": [ -158.0974885, 21.41184085 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60948417, "Longitude": -157.9127146, "Species": "African Silverbill", "Count": 1, "Date": "2023-11-22" }, "geometry": { "type": "Point", "coordinates": [ -157.912714599999987, 21.60948417 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60948417, "Longitude": -157.9127146, "Species": "Black-crowned Night Heron", "Count": 6, "Date": "2023-10-20" }, "geometry": { "type": "Point", "coordinates": [ -157.912714599999987, 21.60948417 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60948417, "Longitude": -157.9127146, "Species": "Chestnut Munia", "Count": 10, "Date": "2023-10-20" }, "geometry": { "type": "Point", "coordinates": [ -157.912714599999987, 21.60948417 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60948417, "Longitude": -157.9127146, "Species": "Common Myna", "Count": 38, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.912714599999987, 21.60948417 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60948417, "Longitude": -157.9127146, "Species": "Common Waxbill", "Count": 20, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.912714599999987, 21.60948417 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60948417, "Longitude": -157.9127146, "Species": "Erckel's Spurfowl", "Count": 1, "Date": "2023-11-22" }, "geometry": { "type": "Point", "coordinates": [ -157.912714599999987, 21.60948417 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60948417, "Longitude": -157.9127146, "Species": "Glaucous-winged Gull", "Count": 2, "Date": "2024-02-10" }, "geometry": { "type": "Point", "coordinates": [ -157.912714599999987, 21.60948417 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60948417, "Longitude": -157.9127146, "Species": "Gray Francolin", "Count": 1, "Date": "2024-02-18" }, "geometry": { "type": "Point", "coordinates": [ -157.912714599999987, 21.60948417 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60948417, "Longitude": -157.9127146, "Species": "Great Frigatebird", "Count": 5, "Date": "2024-02-22" }, "geometry": { "type": "Point", "coordinates": [ -157.912714599999987, 21.60948417 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60948417, "Longitude": -157.9127146, "Species": "House Finch", "Count": 9, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.912714599999987, 21.60948417 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60948417, "Longitude": -157.9127146, "Species": "House Sparrow", "Count": 9, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.912714599999987, 21.60948417 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60948417, "Longitude": -157.9127146, "Species": "Java Sparrow", "Count": 9, "Date": "2023-11-22" }, "geometry": { "type": "Point", "coordinates": [ -157.912714599999987, 21.60948417 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60948417, "Longitude": -157.9127146, "Species": "Northern Cardinal", "Count": 7, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.912714599999987, 21.60948417 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60948417, "Longitude": -157.9127146, "Species": "Oahu Amakihi", "Count": 1, "Date": "2022-05-16" }, "geometry": { "type": "Point", "coordinates": [ -157.912714599999987, 21.60948417 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60948417, "Longitude": -157.9127146, "Species": "Pacific Golden-Plover", "Count": 27, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.912714599999987, 21.60948417 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60948417, "Longitude": -157.9127146, "Species": "Peregrine Falcon", "Count": 1, "Date": "2023-10-13" }, "geometry": { "type": "Point", "coordinates": [ -157.912714599999987, 21.60948417 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60948417, "Longitude": -157.9127146, "Species": "Red Avadavat", "Count": 1, "Date": "2023-11-22" }, "geometry": { "type": "Point", "coordinates": [ -157.912714599999987, 21.60948417 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60948417, "Longitude": -157.9127146, "Species": "Red Junglefowl", "Count": 13, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.912714599999987, 21.60948417 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60948417, "Longitude": -157.9127146, "Species": "Red-billed Leiothrix", "Count": 18, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.912714599999987, 21.60948417 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60948417, "Longitude": -157.9127146, "Species": "Red-crested Cardinal", "Count": 27, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.912714599999987, 21.60948417 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60948417, "Longitude": -157.9127146, "Species": "Red-vented Bulbul", "Count": 21, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.912714599999987, 21.60948417 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60948417, "Longitude": -157.9127146, "Species": "Red-whiskered Bulbul", "Count": 25, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.912714599999987, 21.60948417 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60948417, "Longitude": -157.9127146, "Species": "Rock Pigeon", "Count": 6, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.912714599999987, 21.60948417 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60948417, "Longitude": -157.9127146, "Species": "Rose-ringed Parakeet", "Count": 1, "Date": "2023-07-24" }, "geometry": { "type": "Point", "coordinates": [ -157.912714599999987, 21.60948417 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60948417, "Longitude": -157.9127146, "Species": "Ruddy Turnstone", "Count": 20, "Date": "2023-10-20" }, "geometry": { "type": "Point", "coordinates": [ -157.912714599999987, 21.60948417 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60948417, "Longitude": -157.9127146, "Species": "Saffron Finch", "Count": 22, "Date": "2024-01-14" }, "geometry": { "type": "Point", "coordinates": [ -157.912714599999987, 21.60948417 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60948417, "Longitude": -157.9127146, "Species": "Sanderling", "Count": 4, "Date": "2023-10-20" }, "geometry": { "type": "Point", "coordinates": [ -157.912714599999987, 21.60948417 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60948417, "Longitude": -157.9127146, "Species": "Scaly-breasted Munia", "Count": 2, "Date": "2023-11-22" }, "geometry": { "type": "Point", "coordinates": [ -157.912714599999987, 21.60948417 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60948417, "Longitude": -157.9127146, "Species": "Spotted Dove", "Count": 31, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.912714599999987, 21.60948417 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60948417, "Longitude": -157.9127146, "Species": "Wandering Tattler", "Count": 17, "Date": "2024-02-26" }, "geometry": { "type": "Point", "coordinates": [ -157.912714599999987, 21.60948417 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60948417, "Longitude": -157.9127146, "Species": "Warbling White-eye", "Count": 13, "Date": "2024-02-18" }, "geometry": { "type": "Point", "coordinates": [ -157.912714599999987, 21.60948417 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60948417, "Longitude": -157.9127146, "Species": "Western Cattle Egret", "Count": 22, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.912714599999987, 21.60948417 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60948417, "Longitude": -157.9127146, "Species": "White Tern", "Count": 1, "Date": "2023-07-24" }, "geometry": { "type": "Point", "coordinates": [ -157.912714599999987, 21.60948417 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60948417, "Longitude": -157.9127146, "Species": "White-rumped Shama", "Count": 15, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.912714599999987, 21.60948417 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.60948417, "Longitude": -157.9127146, "Species": "Zebra Dove", "Count": 37, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.912714599999987, 21.60948417 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31009667, "Longitude": -157.7317663, "Species": "Apapane", "Count": 6, "Date": "2023-03-16" }, "geometry": { "type": "Point", "coordinates": [ -157.7317663, 21.31009667 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31009667, "Longitude": -157.7317663, "Species": "Black-necked Stilt", "Count": 1, "Date": "2019-06-15" }, "geometry": { "type": "Point", "coordinates": [ -157.7317663, 21.31009667 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31009667, "Longitude": -157.7317663, "Species": "Chinese Hwamei", "Count": 2, "Date": "2022-05-19" }, "geometry": { "type": "Point", "coordinates": [ -157.7317663, 21.31009667 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31009667, "Longitude": -157.7317663, "Species": "Common Myna", "Count": 172, "Date": "2023-12-28" }, "geometry": { "type": "Point", "coordinates": [ -157.7317663, 21.31009667 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31009667, "Longitude": -157.7317663, "Species": "Common Waxbill", "Count": 170, "Date": "2024-01-02" }, "geometry": { "type": "Point", "coordinates": [ -157.7317663, 21.31009667 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31009667, "Longitude": -157.7317663, "Species": "Great Frigatebird", "Count": 1, "Date": "2022-08-15" }, "geometry": { "type": "Point", "coordinates": [ -157.7317663, 21.31009667 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31009667, "Longitude": -157.7317663, "Species": "House Finch", "Count": 146, "Date": "2023-10-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7317663, 21.31009667 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31009667, "Longitude": -157.7317663, "Species": "House Sparrow", "Count": 8, "Date": "2023-03-07" }, "geometry": { "type": "Point", "coordinates": [ -157.7317663, 21.31009667 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31009667, "Longitude": -157.7317663, "Species": "Japanese Bush Warbler", "Count": 4, "Date": "2021-02-06" }, "geometry": { "type": "Point", "coordinates": [ -157.7317663, 21.31009667 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31009667, "Longitude": -157.7317663, "Species": "Java Sparrow", "Count": 33, "Date": "2023-03-07" }, "geometry": { "type": "Point", "coordinates": [ -157.7317663, 21.31009667 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31009667, "Longitude": -157.7317663, "Species": "Feral Mallard", "Count": 4, "Date": "2022-02-08" }, "geometry": { "type": "Point", "coordinates": [ -157.7317663, 21.31009667 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31009667, "Longitude": -157.7317663, "Species": "Northern Cardinal", "Count": 123, "Date": "2023-10-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7317663, 21.31009667 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31009667, "Longitude": -157.7317663, "Species": "Oahu Amakihi", "Count": 36, "Date": "2023-10-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7317663, 21.31009667 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31009667, "Longitude": -157.7317663, "Species": "Oahu Elepaio", "Count": 191, "Date": "2023-10-27" }, "geometry": { "type": "Point", "coordinates": [ -157.7317663, 21.31009667 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31009667, "Longitude": -157.7317663, "Species": "Pacific Golden-Plover", "Count": 32, "Date": "2023-12-28" }, "geometry": { "type": "Point", "coordinates": [ -157.7317663, 21.31009667 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31009667, "Longitude": -157.7317663, "Species": "Red Junglefowl", "Count": 5, "Date": "2023-10-27" }, "geometry": { "type": "Point", "coordinates": [ -157.7317663, 21.31009667 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31009667, "Longitude": -157.7317663, "Species": "Red-billed Leiothrix", "Count": 199, "Date": "2024-01-02" }, "geometry": { "type": "Point", "coordinates": [ -157.7317663, 21.31009667 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31009667, "Longitude": -157.7317663, "Species": "Red-crested Cardinal", "Count": 149, "Date": "2023-12-28" }, "geometry": { "type": "Point", "coordinates": [ -157.7317663, 21.31009667 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31009667, "Longitude": -157.7317663, "Species": "Red-masked Parakeet", "Count": 16, "Date": "2022-03-26" }, "geometry": { "type": "Point", "coordinates": [ -157.7317663, 21.31009667 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31009667, "Longitude": -157.7317663, "Species": "Red-vented Bulbul", "Count": 215, "Date": "2023-12-28" }, "geometry": { "type": "Point", "coordinates": [ -157.7317663, 21.31009667 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31009667, "Longitude": -157.7317663, "Species": "Red-whiskered Bulbul", "Count": 151, "Date": "2023-12-28" }, "geometry": { "type": "Point", "coordinates": [ -157.7317663, 21.31009667 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31009667, "Longitude": -157.7317663, "Species": "Rock Pigeon", "Count": 13, "Date": "2022-12-27" }, "geometry": { "type": "Point", "coordinates": [ -157.7317663, 21.31009667 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31009667, "Longitude": -157.7317663, "Species": "Rose-ringed Parakeet", "Count": 17, "Date": "2023-10-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7317663, 21.31009667 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31009667, "Longitude": -157.7317663, "Species": "Ruddy Turnstone", "Count": 1, "Date": "2019-06-15" }, "geometry": { "type": "Point", "coordinates": [ -157.7317663, 21.31009667 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31009667, "Longitude": -157.7317663, "Species": "Scaly-breasted Munia", "Count": 7, "Date": "2023-03-07" }, "geometry": { "type": "Point", "coordinates": [ -157.7317663, 21.31009667 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31009667, "Longitude": -157.7317663, "Species": "Spotted Dove", "Count": 203, "Date": "2023-12-28" }, "geometry": { "type": "Point", "coordinates": [ -157.7317663, 21.31009667 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31009667, "Longitude": -157.7317663, "Species": "Wandering Tattler", "Count": 1, "Date": "2019-06-15" }, "geometry": { "type": "Point", "coordinates": [ -157.7317663, 21.31009667 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31009667, "Longitude": -157.7317663, "Species": "Warbling White-eye", "Count": 217, "Date": "2023-12-28" }, "geometry": { "type": "Point", "coordinates": [ -157.7317663, 21.31009667 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31009667, "Longitude": -157.7317663, "Species": "Western Cattle Egret", "Count": 21, "Date": "2023-12-28" }, "geometry": { "type": "Point", "coordinates": [ -157.7317663, 21.31009667 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31009667, "Longitude": -157.7317663, "Species": "White Tern", "Count": 44, "Date": "2023-10-10" }, "geometry": { "type": "Point", "coordinates": [ -157.7317663, 21.31009667 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31009667, "Longitude": -157.7317663, "Species": "White-rumped Shama", "Count": 239, "Date": "2024-01-02" }, "geometry": { "type": "Point", "coordinates": [ -157.7317663, 21.31009667 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31009667, "Longitude": -157.7317663, "Species": "White-tailed Tropicbird", "Count": 18, "Date": "2023-10-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7317663, 21.31009667 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31009667, "Longitude": -157.7317663, "Species": "Yellow-faced Grassquit", "Count": 1, "Date": "2022-07-07" }, "geometry": { "type": "Point", "coordinates": [ -157.7317663, 21.31009667 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31009667, "Longitude": -157.7317663, "Species": "Yellow-fronted Canary", "Count": 10, "Date": "2023-06-30" }, "geometry": { "type": "Point", "coordinates": [ -157.7317663, 21.31009667 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31009667, "Longitude": -157.7317663, "Species": "Zebra Dove", "Count": 218, "Date": "2024-01-02" }, "geometry": { "type": "Point", "coordinates": [ -157.7317663, 21.31009667 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35648454, "Longitude": -157.9049493, "Species": "Black-crowned Night Heron", "Count": 22, "Date": "2023-11-20" }, "geometry": { "type": "Point", "coordinates": [ -157.9049493, 21.35648454 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35648454, "Longitude": -157.9049493, "Species": "Black-necked Stilt", "Count": 7, "Date": "2023-02-05" }, "geometry": { "type": "Point", "coordinates": [ -157.9049493, 21.35648454 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35648454, "Longitude": -157.9049493, "Species": "Chestnut Munia", "Count": 9, "Date": "2023-09-01" }, "geometry": { "type": "Point", "coordinates": [ -157.9049493, 21.35648454 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35648454, "Longitude": -157.9049493, "Species": "Common Myna", "Count": 39, "Date": "2023-12-17" }, "geometry": { "type": "Point", "coordinates": [ -157.9049493, 21.35648454 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35648454, "Longitude": -157.9049493, "Species": "Common Waxbill", "Count": 27, "Date": "2023-11-20" }, "geometry": { "type": "Point", "coordinates": [ -157.9049493, 21.35648454 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35648454, "Longitude": -157.9049493, "Species": "Greater Scaup", "Count": 7, "Date": "2019-03-03" }, "geometry": { "type": "Point", "coordinates": [ -157.9049493, 21.35648454 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35648454, "Longitude": -157.9049493, "Species": "Hawaiian Coot", "Count": 37, "Date": "2023-11-20" }, "geometry": { "type": "Point", "coordinates": [ -157.9049493, 21.35648454 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35648454, "Longitude": -157.9049493, "Species": "House Finch", "Count": 16, "Date": "2023-09-05" }, "geometry": { "type": "Point", "coordinates": [ -157.9049493, 21.35648454 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35648454, "Longitude": -157.9049493, "Species": "House Sparrow", "Count": 20, "Date": "2023-09-07" }, "geometry": { "type": "Point", "coordinates": [ -157.9049493, 21.35648454 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35648454, "Longitude": -157.9049493, "Species": "Java Sparrow", "Count": 18, "Date": "2023-12-20" }, "geometry": { "type": "Point", "coordinates": [ -157.9049493, 21.35648454 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35648454, "Longitude": -157.9049493, "Species": "Lesser Scaup", "Count": 26, "Date": "2023-11-20" }, "geometry": { "type": "Point", "coordinates": [ -157.9049493, 21.35648454 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35648454, "Longitude": -157.9049493, "Species": "Feral Mallard", "Count": 9, "Date": "2023-11-20" }, "geometry": { "type": "Point", "coordinates": [ -157.9049493, 21.35648454 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35648454, "Longitude": -157.9049493, "Species": "Mourning Dove", "Count": 1, "Date": "2023-07-10" }, "geometry": { "type": "Point", "coordinates": [ -157.9049493, 21.35648454 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35648454, "Longitude": -157.9049493, "Species": "Muscovy Duck", "Count": 1, "Date": "2019-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9049493, 21.35648454 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35648454, "Longitude": -157.9049493, "Species": "Northern Cardinal", "Count": 15, "Date": "2021-02-12" }, "geometry": { "type": "Point", "coordinates": [ -157.9049493, 21.35648454 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35648454, "Longitude": -157.9049493, "Species": "Northern Pintail", "Count": 1, "Date": "2023-11-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9049493, 21.35648454 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35648454, "Longitude": -157.9049493, "Species": "Northern Shoveler", "Count": 1, "Date": "2020-03-14" }, "geometry": { "type": "Point", "coordinates": [ -157.9049493, 21.35648454 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35648454, "Longitude": -157.9049493, "Species": "Pacific Golden-Plover", "Count": 40, "Date": "2023-11-20" }, "geometry": { "type": "Point", "coordinates": [ -157.9049493, 21.35648454 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35648454, "Longitude": -157.9049493, "Species": "Red Junglefowl", "Count": 3, "Date": "2023-11-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9049493, 21.35648454 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35648454, "Longitude": -157.9049493, "Species": "Red-billed Leiothrix", "Count": 1, "Date": "2023-03-08" }, "geometry": { "type": "Point", "coordinates": [ -157.9049493, 21.35648454 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35648454, "Longitude": -157.9049493, "Species": "Red-crested Cardinal", "Count": 26, "Date": "2023-11-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9049493, 21.35648454 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35648454, "Longitude": -157.9049493, "Species": "Red-crowned Parrot", "Count": 1, "Date": "2023-09-06" }, "geometry": { "type": "Point", "coordinates": [ -157.9049493, 21.35648454 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35648454, "Longitude": -157.9049493, "Species": "Red-vented Bulbul", "Count": 30, "Date": "2023-11-20" }, "geometry": { "type": "Point", "coordinates": [ -157.9049493, 21.35648454 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35648454, "Longitude": -157.9049493, "Species": "Red-whiskered Bulbul", "Count": 5, "Date": "2023-03-08" }, "geometry": { "type": "Point", "coordinates": [ -157.9049493, 21.35648454 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35648454, "Longitude": -157.9049493, "Species": "Ring-necked Duck", "Count": 15, "Date": "2020-03-14" }, "geometry": { "type": "Point", "coordinates": [ -157.9049493, 21.35648454 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35648454, "Longitude": -157.9049493, "Species": "Rock Pigeon", "Count": 2, "Date": "2019-03-22" }, "geometry": { "type": "Point", "coordinates": [ -157.9049493, 21.35648454 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35648454, "Longitude": -157.9049493, "Species": "Rose-ringed Parakeet", "Count": 9, "Date": "2023-09-07" }, "geometry": { "type": "Point", "coordinates": [ -157.9049493, 21.35648454 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35648454, "Longitude": -157.9049493, "Species": "Saffron Finch", "Count": 26, "Date": "2023-11-20" }, "geometry": { "type": "Point", "coordinates": [ -157.9049493, 21.35648454 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35648454, "Longitude": -157.9049493, "Species": "Scaly-breasted Munia", "Count": 2, "Date": "2020-03-14" }, "geometry": { "type": "Point", "coordinates": [ -157.9049493, 21.35648454 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35648454, "Longitude": -157.9049493, "Species": "Spotted Dove", "Count": 41, "Date": "2023-12-20" }, "geometry": { "type": "Point", "coordinates": [ -157.9049493, 21.35648454 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35648454, "Longitude": -157.9049493, "Species": "Warbling White-eye", "Count": 22, "Date": "2023-09-06" }, "geometry": { "type": "Point", "coordinates": [ -157.9049493, 21.35648454 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35648454, "Longitude": -157.9049493, "Species": "Western Cattle Egret", "Count": 42, "Date": "2023-11-20" }, "geometry": { "type": "Point", "coordinates": [ -157.9049493, 21.35648454 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35648454, "Longitude": -157.9049493, "Species": "White-rumped Shama", "Count": 6, "Date": "2023-03-08" }, "geometry": { "type": "Point", "coordinates": [ -157.9049493, 21.35648454 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35648454, "Longitude": -157.9049493, "Species": "Yellow-fronted Canary", "Count": 14, "Date": "2023-11-20" }, "geometry": { "type": "Point", "coordinates": [ -157.9049493, 21.35648454 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35648454, "Longitude": -157.9049493, "Species": "Zebra Dove", "Count": 38, "Date": "2023-12-17" }, "geometry": { "type": "Point", "coordinates": [ -157.9049493, 21.35648454 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40042672, "Longitude": -157.730988, "Species": "Black Noddy", "Count": 4, "Date": "2023-10-04" }, "geometry": { "type": "Point", "coordinates": [ -157.730988, 21.40042672 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40042672, "Longitude": -157.730988, "Species": "Black-crowned Night Heron", "Count": 10, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.730988, 21.40042672 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40042672, "Longitude": -157.730988, "Species": "Black-necked Stilt", "Count": 38, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.730988, 21.40042672 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40042672, "Longitude": -157.730988, "Species": "Brown Booby", "Count": 3, "Date": "2021-09-21" }, "geometry": { "type": "Point", "coordinates": [ -157.730988, 21.40042672 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40042672, "Longitude": -157.730988, "Species": "Brown Noddy", "Count": 1, "Date": "2020-07-11" }, "geometry": { "type": "Point", "coordinates": [ -157.730988, 21.40042672 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40042672, "Longitude": -157.730988, "Species": "Chestnut Munia", "Count": 1, "Date": "2023-07-21" }, "geometry": { "type": "Point", "coordinates": [ -157.730988, 21.40042672 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40042672, "Longitude": -157.730988, "Species": "Common Gallinule", "Count": 1, "Date": "2021-08-29" }, "geometry": { "type": "Point", "coordinates": [ -157.730988, 21.40042672 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40042672, "Longitude": -157.730988, "Species": "Common Myna", "Count": 53, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.730988, 21.40042672 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40042672, "Longitude": -157.730988, "Species": "Common Waxbill", "Count": 10, "Date": "2023-07-21" }, "geometry": { "type": "Point", "coordinates": [ -157.730988, 21.40042672 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40042672, "Longitude": -157.730988, "Species": "Great Frigatebird", "Count": 15, "Date": "2023-11-07" }, "geometry": { "type": "Point", "coordinates": [ -157.730988, 21.40042672 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40042672, "Longitude": -157.730988, "Species": "House Finch", "Count": 5, "Date": "2022-02-15" }, "geometry": { "type": "Point", "coordinates": [ -157.730988, 21.40042672 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40042672, "Longitude": -157.730988, "Species": "House Sparrow", "Count": 12, "Date": "2023-11-27" }, "geometry": { "type": "Point", "coordinates": [ -157.730988, 21.40042672 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40042672, "Longitude": -157.730988, "Species": "Java Sparrow", "Count": 9, "Date": "2023-07-13" }, "geometry": { "type": "Point", "coordinates": [ -157.730988, 21.40042672 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40042672, "Longitude": -157.730988, "Species": "Laughing Gull", "Count": 1, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.730988, 21.40042672 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40042672, "Longitude": -157.730988, "Species": "Feral Mallard", "Count": 20, "Date": "2024-02-17" }, "geometry": { "type": "Point", "coordinates": [ -157.730988, 21.40042672 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40042672, "Longitude": -157.730988, "Species": "Northern Cardinal", "Count": 5, "Date": "2023-11-24" }, "geometry": { "type": "Point", "coordinates": [ -157.730988, 21.40042672 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40042672, "Longitude": -157.730988, "Species": "Pacific Golden-Plover", "Count": 21, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.730988, 21.40042672 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40042672, "Longitude": -157.730988, "Species": "Red Junglefowl", "Count": 4, "Date": "2023-05-17" }, "geometry": { "type": "Point", "coordinates": [ -157.730988, 21.40042672 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40042672, "Longitude": -157.730988, "Species": "Red-crested Cardinal", "Count": 37, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.730988, 21.40042672 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40042672, "Longitude": -157.730988, "Species": "Red-footed Booby", "Count": 4, "Date": "2023-06-23" }, "geometry": { "type": "Point", "coordinates": [ -157.730988, 21.40042672 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40042672, "Longitude": -157.730988, "Species": "Red-vented Bulbul", "Count": 28, "Date": "2024-02-01" }, "geometry": { "type": "Point", "coordinates": [ -157.730988, 21.40042672 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40042672, "Longitude": -157.730988, "Species": "Red-whiskered Bulbul", "Count": 8, "Date": "2023-09-05" }, "geometry": { "type": "Point", "coordinates": [ -157.730988, 21.40042672 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40042672, "Longitude": -157.730988, "Species": "Rock Pigeon", "Count": 54, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.730988, 21.40042672 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40042672, "Longitude": -157.730988, "Species": "Ruddy Turnstone", "Count": 1, "Date": "2021-09-21" }, "geometry": { "type": "Point", "coordinates": [ -157.730988, 21.40042672 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40042672, "Longitude": -157.730988, "Species": "Saffron Finch", "Count": 1, "Date": "2021-12-07" }, "geometry": { "type": "Point", "coordinates": [ -157.730988, 21.40042672 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40042672, "Longitude": -157.730988, "Species": "Scaly-breasted Munia", "Count": 3, "Date": "2023-07-21" }, "geometry": { "type": "Point", "coordinates": [ -157.730988, 21.40042672 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40042672, "Longitude": -157.730988, "Species": "Sooty Tern", "Count": 3, "Date": "2021-07-10" }, "geometry": { "type": "Point", "coordinates": [ -157.730988, 21.40042672 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40042672, "Longitude": -157.730988, "Species": "Spotted Dove", "Count": 21, "Date": "2023-11-24" }, "geometry": { "type": "Point", "coordinates": [ -157.730988, 21.40042672 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40042672, "Longitude": -157.730988, "Species": "Wandering Tattler", "Count": 5, "Date": "2021-11-18" }, "geometry": { "type": "Point", "coordinates": [ -157.730988, 21.40042672 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40042672, "Longitude": -157.730988, "Species": "Warbling White-eye", "Count": 5, "Date": "2021-09-21" }, "geometry": { "type": "Point", "coordinates": [ -157.730988, 21.40042672 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40042672, "Longitude": -157.730988, "Species": "Wedge-tailed Shearwater", "Count": 16, "Date": "2023-10-24" }, "geometry": { "type": "Point", "coordinates": [ -157.730988, 21.40042672 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40042672, "Longitude": -157.730988, "Species": "Western Cattle Egret", "Count": 44, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.730988, 21.40042672 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40042672, "Longitude": -157.730988, "Species": "White-rumped Shama", "Count": 6, "Date": "2022-07-14" }, "geometry": { "type": "Point", "coordinates": [ -157.730988, 21.40042672 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40042672, "Longitude": -157.730988, "Species": "White-tailed Tropicbird", "Count": 1, "Date": "2020-07-11" }, "geometry": { "type": "Point", "coordinates": [ -157.730988, 21.40042672 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40042672, "Longitude": -157.730988, "Species": "Zebra Dove", "Count": 54, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.730988, 21.40042672 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40035312, "Longitude": -157.7213426, "Species": "Black Noddy", "Count": 4, "Date": "2022-08-16" }, "geometry": { "type": "Point", "coordinates": [ -157.721342600000014, 21.40035312 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40035312, "Longitude": -157.7213426, "Species": "Black-crowned Night Heron", "Count": 7, "Date": "2023-10-03" }, "geometry": { "type": "Point", "coordinates": [ -157.721342600000014, 21.40035312 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40035312, "Longitude": -157.7213426, "Species": "Black-necked Stilt", "Count": 25, "Date": "2023-12-29" }, "geometry": { "type": "Point", "coordinates": [ -157.721342600000014, 21.40035312 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40035312, "Longitude": -157.7213426, "Species": "Brown Booby", "Count": 4, "Date": "2024-02-07" }, "geometry": { "type": "Point", "coordinates": [ -157.721342600000014, 21.40035312 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40035312, "Longitude": -157.7213426, "Species": "Brown Noddy", "Count": 3, "Date": "2022-10-18" }, "geometry": { "type": "Point", "coordinates": [ -157.721342600000014, 21.40035312 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40035312, "Longitude": -157.7213426, "Species": "Common Myna", "Count": 36, "Date": "2024-02-04" }, "geometry": { "type": "Point", "coordinates": [ -157.721342600000014, 21.40035312 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40035312, "Longitude": -157.7213426, "Species": "Common Waxbill", "Count": 5, "Date": "2022-12-04" }, "geometry": { "type": "Point", "coordinates": [ -157.721342600000014, 21.40035312 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40035312, "Longitude": -157.7213426, "Species": "Glaucous-winged Gull", "Count": 1, "Date": "2019-02-11" }, "geometry": { "type": "Point", "coordinates": [ -157.721342600000014, 21.40035312 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40035312, "Longitude": -157.7213426, "Species": "Great Frigatebird", "Count": 12, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.721342600000014, 21.40035312 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40035312, "Longitude": -157.7213426, "Species": "House Finch", "Count": 8, "Date": "2023-03-17" }, "geometry": { "type": "Point", "coordinates": [ -157.721342600000014, 21.40035312 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40035312, "Longitude": -157.7213426, "Species": "House Sparrow", "Count": 8, "Date": "2022-12-04" }, "geometry": { "type": "Point", "coordinates": [ -157.721342600000014, 21.40035312 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40035312, "Longitude": -157.7213426, "Species": "Java Sparrow", "Count": 8, "Date": "2022-09-19" }, "geometry": { "type": "Point", "coordinates": [ -157.721342600000014, 21.40035312 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40035312, "Longitude": -157.7213426, "Species": "Feral Mallard", "Count": 15, "Date": "2024-02-01" }, "geometry": { "type": "Point", "coordinates": [ -157.721342600000014, 21.40035312 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40035312, "Longitude": -157.7213426, "Species": "Northern Cardinal", "Count": 1, "Date": "2022-01-11" }, "geometry": { "type": "Point", "coordinates": [ -157.721342600000014, 21.40035312 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40035312, "Longitude": -157.7213426, "Species": "Northern Mockingbird", "Count": 4, "Date": "2023-08-24" }, "geometry": { "type": "Point", "coordinates": [ -157.721342600000014, 21.40035312 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40035312, "Longitude": -157.7213426, "Species": "Pacific Golden-Plover", "Count": 20, "Date": "2024-02-04" }, "geometry": { "type": "Point", "coordinates": [ -157.721342600000014, 21.40035312 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40035312, "Longitude": -157.7213426, "Species": "Red Junglefowl", "Count": 7, "Date": "2023-03-27" }, "geometry": { "type": "Point", "coordinates": [ -157.721342600000014, 21.40035312 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40035312, "Longitude": -157.7213426, "Species": "Red-crested Cardinal", "Count": 27, "Date": "2023-12-29" }, "geometry": { "type": "Point", "coordinates": [ -157.721342600000014, 21.40035312 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40035312, "Longitude": -157.7213426, "Species": "Red-footed Booby", "Count": 4, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.721342600000014, 21.40035312 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40035312, "Longitude": -157.7213426, "Species": "Red-tailed Tropicbird", "Count": 3, "Date": "2022-08-16" }, "geometry": { "type": "Point", "coordinates": [ -157.721342600000014, 21.40035312 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40035312, "Longitude": -157.7213426, "Species": "Red-vented Bulbul", "Count": 12, "Date": "2023-08-24" }, "geometry": { "type": "Point", "coordinates": [ -157.721342600000014, 21.40035312 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40035312, "Longitude": -157.7213426, "Species": "Red-whiskered Bulbul", "Count": 2, "Date": "2022-01-11" }, "geometry": { "type": "Point", "coordinates": [ -157.721342600000014, 21.40035312 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40035312, "Longitude": -157.7213426, "Species": "Rock Pigeon", "Count": 47, "Date": "2024-02-01" }, "geometry": { "type": "Point", "coordinates": [ -157.721342600000014, 21.40035312 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40035312, "Longitude": -157.7213426, "Species": "Ruddy Turnstone", "Count": 4, "Date": "2023-10-03" }, "geometry": { "type": "Point", "coordinates": [ -157.721342600000014, 21.40035312 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40035312, "Longitude": -157.7213426, "Species": "Scaly-breasted Munia", "Count": 4, "Date": "2022-09-19" }, "geometry": { "type": "Point", "coordinates": [ -157.721342600000014, 21.40035312 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40035312, "Longitude": -157.7213426, "Species": "Spotted Dove", "Count": 14, "Date": "2022-12-04" }, "geometry": { "type": "Point", "coordinates": [ -157.721342600000014, 21.40035312 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40035312, "Longitude": -157.7213426, "Species": "Wandering Tattler", "Count": 9, "Date": "2024-02-01" }, "geometry": { "type": "Point", "coordinates": [ -157.721342600000014, 21.40035312 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40035312, "Longitude": -157.7213426, "Species": "Wedge-tailed Shearwater", "Count": 36, "Date": "2023-11-22" }, "geometry": { "type": "Point", "coordinates": [ -157.721342600000014, 21.40035312 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40035312, "Longitude": -157.7213426, "Species": "Western Cattle Egret", "Count": 43, "Date": "2024-02-01" }, "geometry": { "type": "Point", "coordinates": [ -157.721342600000014, 21.40035312 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40035312, "Longitude": -157.7213426, "Species": "White Tern", "Count": 3, "Date": "2023-08-24" }, "geometry": { "type": "Point", "coordinates": [ -157.721342600000014, 21.40035312 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40035312, "Longitude": -157.7213426, "Species": "White-rumped Shama", "Count": 1, "Date": "2022-01-11" }, "geometry": { "type": "Point", "coordinates": [ -157.721342600000014, 21.40035312 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40035312, "Longitude": -157.7213426, "Species": "Yellow-fronted Canary", "Count": 1, "Date": "2019-02-11" }, "geometry": { "type": "Point", "coordinates": [ -157.721342600000014, 21.40035312 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40035312, "Longitude": -157.7213426, "Species": "Zebra Dove", "Count": 38, "Date": "2023-08-24" }, "geometry": { "type": "Point", "coordinates": [ -157.721342600000014, 21.40035312 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44615943, "Longitude": -157.8077862, "Species": "Black-crowned Night Heron", "Count": 6, "Date": "2022-10-05" }, "geometry": { "type": "Point", "coordinates": [ -157.80778620000001, 21.44615943 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44615943, "Longitude": -157.8077862, "Species": "Black-necked Stilt", "Count": 14, "Date": "2022-10-05" }, "geometry": { "type": "Point", "coordinates": [ -157.80778620000001, 21.44615943 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44615943, "Longitude": -157.8077862, "Species": "Brown Booby", "Count": 1, "Date": "2024-02-23" }, "geometry": { "type": "Point", "coordinates": [ -157.80778620000001, 21.44615943 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44615943, "Longitude": -157.8077862, "Species": "Chestnut Munia", "Count": 18, "Date": "2022-12-11" }, "geometry": { "type": "Point", "coordinates": [ -157.80778620000001, 21.44615943 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44615943, "Longitude": -157.8077862, "Species": "Common Gallinule", "Count": 8, "Date": "2021-04-08" }, "geometry": { "type": "Point", "coordinates": [ -157.80778620000001, 21.44615943 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44615943, "Longitude": -157.8077862, "Species": "Common Myna", "Count": 35, "Date": "2024-01-14" }, "geometry": { "type": "Point", "coordinates": [ -157.80778620000001, 21.44615943 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44615943, "Longitude": -157.8077862, "Species": "Common Waxbill", "Count": 26, "Date": "2024-02-23" }, "geometry": { "type": "Point", "coordinates": [ -157.80778620000001, 21.44615943 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44615943, "Longitude": -157.8077862, "Species": "Hawaiian Coot", "Count": 1, "Date": "2021-03-05" }, "geometry": { "type": "Point", "coordinates": [ -157.80778620000001, 21.44615943 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44615943, "Longitude": -157.8077862, "Species": "Hooded Merganser", "Count": 4, "Date": "2021-01-13" }, "geometry": { "type": "Point", "coordinates": [ -157.80778620000001, 21.44615943 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44615943, "Longitude": -157.8077862, "Species": "House Finch", "Count": 18, "Date": "2023-07-26" }, "geometry": { "type": "Point", "coordinates": [ -157.80778620000001, 21.44615943 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44615943, "Longitude": -157.8077862, "Species": "House Sparrow", "Count": 10, "Date": "2022-10-05" }, "geometry": { "type": "Point", "coordinates": [ -157.80778620000001, 21.44615943 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44615943, "Longitude": -157.8077862, "Species": "Japanese Bush Warbler", "Count": 1, "Date": "2024-01-14" }, "geometry": { "type": "Point", "coordinates": [ -157.80778620000001, 21.44615943 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44615943, "Longitude": -157.8077862, "Species": "Java Sparrow", "Count": 5, "Date": "2021-01-10" }, "geometry": { "type": "Point", "coordinates": [ -157.80778620000001, 21.44615943 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44615943, "Longitude": -157.8077862, "Species": "Feral Mallard", "Count": 25, "Date": "2024-02-05" }, "geometry": { "type": "Point", "coordinates": [ -157.80778620000001, 21.44615943 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44615943, "Longitude": -157.8077862, "Species": "Northern Cardinal", "Count": 11, "Date": "2023-07-26" }, "geometry": { "type": "Point", "coordinates": [ -157.80778620000001, 21.44615943 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44615943, "Longitude": -157.8077862, "Species": "Pacific Golden-Plover", "Count": 24, "Date": "2024-02-23" }, "geometry": { "type": "Point", "coordinates": [ -157.80778620000001, 21.44615943 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44615943, "Longitude": -157.8077862, "Species": "Red Junglefowl", "Count": 32, "Date": "2024-02-02" }, "geometry": { "type": "Point", "coordinates": [ -157.80778620000001, 21.44615943 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44615943, "Longitude": -157.8077862, "Species": "Red-billed Leiothrix", "Count": 3, "Date": "2024-01-14" }, "geometry": { "type": "Point", "coordinates": [ -157.80778620000001, 21.44615943 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44615943, "Longitude": -157.8077862, "Species": "Red-crested Cardinal", "Count": 34, "Date": "2024-02-23" }, "geometry": { "type": "Point", "coordinates": [ -157.80778620000001, 21.44615943 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44615943, "Longitude": -157.8077862, "Species": "Red-vented Bulbul", "Count": 40, "Date": "2024-02-23" }, "geometry": { "type": "Point", "coordinates": [ -157.80778620000001, 21.44615943 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44615943, "Longitude": -157.8077862, "Species": "Red-whiskered Bulbul", "Count": 24, "Date": "2024-02-02" }, "geometry": { "type": "Point", "coordinates": [ -157.80778620000001, 21.44615943 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44615943, "Longitude": -157.8077862, "Species": "Rock Pigeon", "Count": 3, "Date": "2023-07-26" }, "geometry": { "type": "Point", "coordinates": [ -157.80778620000001, 21.44615943 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44615943, "Longitude": -157.8077862, "Species": "Ruddy Turnstone", "Count": 5, "Date": "2022-08-13" }, "geometry": { "type": "Point", "coordinates": [ -157.80778620000001, 21.44615943 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44615943, "Longitude": -157.8077862, "Species": "Scaly-breasted Munia", "Count": 11, "Date": "2022-08-07" }, "geometry": { "type": "Point", "coordinates": [ -157.80778620000001, 21.44615943 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44615943, "Longitude": -157.8077862, "Species": "Spotted Dove", "Count": 34, "Date": "2024-02-02" }, "geometry": { "type": "Point", "coordinates": [ -157.80778620000001, 21.44615943 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44615943, "Longitude": -157.8077862, "Species": "Spotted Sandpiper", "Count": 2, "Date": "2021-01-13" }, "geometry": { "type": "Point", "coordinates": [ -157.80778620000001, 21.44615943 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44615943, "Longitude": -157.8077862, "Species": "Wandering Tattler", "Count": 18, "Date": "2024-02-02" }, "geometry": { "type": "Point", "coordinates": [ -157.80778620000001, 21.44615943 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44615943, "Longitude": -157.8077862, "Species": "Warbling White-eye", "Count": 33, "Date": "2024-02-02" }, "geometry": { "type": "Point", "coordinates": [ -157.80778620000001, 21.44615943 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44615943, "Longitude": -157.8077862, "Species": "Western Cattle Egret", "Count": 33, "Date": "2024-02-23" }, "geometry": { "type": "Point", "coordinates": [ -157.80778620000001, 21.44615943 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44615943, "Longitude": -157.8077862, "Species": "White Cockatoo", "Count": 1, "Date": "2022-02-10" }, "geometry": { "type": "Point", "coordinates": [ -157.80778620000001, 21.44615943 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44615943, "Longitude": -157.8077862, "Species": "White Tern", "Count": 1, "Date": "2022-10-05" }, "geometry": { "type": "Point", "coordinates": [ -157.80778620000001, 21.44615943 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44615943, "Longitude": -157.8077862, "Species": "White-rumped Shama", "Count": 31, "Date": "2023-07-26" }, "geometry": { "type": "Point", "coordinates": [ -157.80778620000001, 21.44615943 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44615943, "Longitude": -157.8077862, "Species": "Yellow-fronted Canary", "Count": 2, "Date": "2022-07-21" }, "geometry": { "type": "Point", "coordinates": [ -157.80778620000001, 21.44615943 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44615943, "Longitude": -157.8077862, "Species": "Zebra Dove", "Count": 39, "Date": "2024-02-23" }, "geometry": { "type": "Point", "coordinates": [ -157.80778620000001, 21.44615943 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33004202, "Longitude": -158.0112089, "Species": "African Silverbill", "Count": 1, "Date": "2019-03-11" }, "geometry": { "type": "Point", "coordinates": [ -158.011208900000014, 21.33004202 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33004202, "Longitude": -158.0112089, "Species": "Black-crowned Night Heron", "Count": 60, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -158.011208900000014, 21.33004202 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33004202, "Longitude": -158.0112089, "Species": "Black-necked Stilt", "Count": 78, "Date": "2024-02-27" }, "geometry": { "type": "Point", "coordinates": [ -158.011208900000014, 21.33004202 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33004202, "Longitude": -158.0112089, "Species": "Chestnut Munia", "Count": 9, "Date": "2023-09-14" }, "geometry": { "type": "Point", "coordinates": [ -158.011208900000014, 21.33004202 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33004202, "Longitude": -158.0112089, "Species": "Common Myna", "Count": 94, "Date": "2024-01-16" }, "geometry": { "type": "Point", "coordinates": [ -158.011208900000014, 21.33004202 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33004202, "Longitude": -158.0112089, "Species": "Common Waxbill", "Count": 28, "Date": "2024-01-16" }, "geometry": { "type": "Point", "coordinates": [ -158.011208900000014, 21.33004202 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33004202, "Longitude": -158.0112089, "Species": "Eurasian Skylark", "Count": 1, "Date": "2023-03-15" }, "geometry": { "type": "Point", "coordinates": [ -158.011208900000014, 21.33004202 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33004202, "Longitude": -158.0112089, "Species": "Gray Francolin", "Count": 15, "Date": "2021-07-12" }, "geometry": { "type": "Point", "coordinates": [ -158.011208900000014, 21.33004202 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33004202, "Longitude": -158.0112089, "Species": "Hawaiian Coot", "Count": 11, "Date": "2024-01-16" }, "geometry": { "type": "Point", "coordinates": [ -158.011208900000014, 21.33004202 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33004202, "Longitude": -158.0112089, "Species": "House Finch", "Count": 30, "Date": "2023-12-07" }, "geometry": { "type": "Point", "coordinates": [ -158.011208900000014, 21.33004202 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33004202, "Longitude": -158.0112089, "Species": "House Sparrow", "Count": 43, "Date": "2024-01-16" }, "geometry": { "type": "Point", "coordinates": [ -158.011208900000014, 21.33004202 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33004202, "Longitude": -158.0112089, "Species": "Java Sparrow", "Count": 15, "Date": "2023-12-07" }, "geometry": { "type": "Point", "coordinates": [ -158.011208900000014, 21.33004202 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33004202, "Longitude": -158.0112089, "Species": "Laughing Gull", "Count": 3, "Date": "2020-03-02" }, "geometry": { "type": "Point", "coordinates": [ -158.011208900000014, 21.33004202 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33004202, "Longitude": -158.0112089, "Species": "Least Tern", "Count": 1, "Date": "2019-06-17" }, "geometry": { "type": "Point", "coordinates": [ -158.011208900000014, 21.33004202 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33004202, "Longitude": -158.0112089, "Species": "Feral Mallard", "Count": 11, "Date": "2024-02-11" }, "geometry": { "type": "Point", "coordinates": [ -158.011208900000014, 21.33004202 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33004202, "Longitude": -158.0112089, "Species": "Muscovy Duck", "Count": 1, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -158.011208900000014, 21.33004202 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33004202, "Longitude": -158.0112089, "Species": "Northern Cardinal", "Count": 2, "Date": "2023-12-07" }, "geometry": { "type": "Point", "coordinates": [ -158.011208900000014, 21.33004202 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33004202, "Longitude": -158.0112089, "Species": "Pacific Golden-Plover", "Count": 65, "Date": "2024-02-27" }, "geometry": { "type": "Point", "coordinates": [ -158.011208900000014, 21.33004202 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33004202, "Longitude": -158.0112089, "Species": "Pectoral Sandpiper", "Count": 4, "Date": "2020-10-27" }, "geometry": { "type": "Point", "coordinates": [ -158.011208900000014, 21.33004202 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33004202, "Longitude": -158.0112089, "Species": "Red-crested Cardinal", "Count": 40, "Date": "2024-01-16" }, "geometry": { "type": "Point", "coordinates": [ -158.011208900000014, 21.33004202 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33004202, "Longitude": -158.0112089, "Species": "Red-vented Bulbul", "Count": 54, "Date": "2023-12-07" }, "geometry": { "type": "Point", "coordinates": [ -158.011208900000014, 21.33004202 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33004202, "Longitude": -158.0112089, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2021-06-14" }, "geometry": { "type": "Point", "coordinates": [ -158.011208900000014, 21.33004202 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33004202, "Longitude": -158.0112089, "Species": "Ring-necked Duck", "Count": 3, "Date": "2020-01-27" }, "geometry": { "type": "Point", "coordinates": [ -158.011208900000014, 21.33004202 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33004202, "Longitude": -158.0112089, "Species": "Rock Pigeon", "Count": 71, "Date": "2024-02-27" }, "geometry": { "type": "Point", "coordinates": [ -158.011208900000014, 21.33004202 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33004202, "Longitude": -158.0112089, "Species": "Ruddy Turnstone", "Count": 17, "Date": "2023-01-09" }, "geometry": { "type": "Point", "coordinates": [ -158.011208900000014, 21.33004202 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33004202, "Longitude": -158.0112089, "Species": "Saffron Finch", "Count": 42, "Date": "2024-01-16" }, "geometry": { "type": "Point", "coordinates": [ -158.011208900000014, 21.33004202 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33004202, "Longitude": -158.0112089, "Species": "Scaly-breasted Munia", "Count": 1, "Date": "2022-11-11" }, "geometry": { "type": "Point", "coordinates": [ -158.011208900000014, 21.33004202 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33004202, "Longitude": -158.0112089, "Species": "Sharp-tailed Sandpiper", "Count": 4, "Date": "2020-10-27" }, "geometry": { "type": "Point", "coordinates": [ -158.011208900000014, 21.33004202 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33004202, "Longitude": -158.0112089, "Species": "Solitary Sandpiper", "Count": 1, "Date": "2020-10-25" }, "geometry": { "type": "Point", "coordinates": [ -158.011208900000014, 21.33004202 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33004202, "Longitude": -158.0112089, "Species": "Spotted Dove", "Count": 44, "Date": "2024-02-27" }, "geometry": { "type": "Point", "coordinates": [ -158.011208900000014, 21.33004202 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33004202, "Longitude": -158.0112089, "Species": "Wandering Tattler", "Count": 7, "Date": "2023-01-09" }, "geometry": { "type": "Point", "coordinates": [ -158.011208900000014, 21.33004202 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33004202, "Longitude": -158.0112089, "Species": "Warbling White-eye", "Count": 18, "Date": "2023-12-07" }, "geometry": { "type": "Point", "coordinates": [ -158.011208900000014, 21.33004202 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33004202, "Longitude": -158.0112089, "Species": "Western Cattle Egret", "Count": 77, "Date": "2023-12-07" }, "geometry": { "type": "Point", "coordinates": [ -158.011208900000014, 21.33004202 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33004202, "Longitude": -158.0112089, "Species": "White-faced Ibis", "Count": 1, "Date": "2022-07-10" }, "geometry": { "type": "Point", "coordinates": [ -158.011208900000014, 21.33004202 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33004202, "Longitude": -158.0112089, "Species": "White-rumped Shama", "Count": 3, "Date": "2019-08-19" }, "geometry": { "type": "Point", "coordinates": [ -158.011208900000014, 21.33004202 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33004202, "Longitude": -158.0112089, "Species": "Yellow-fronted Canary", "Count": 9, "Date": "2023-05-13" }, "geometry": { "type": "Point", "coordinates": [ -158.011208900000014, 21.33004202 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33004202, "Longitude": -158.0112089, "Species": "Zebra Dove", "Count": 102, "Date": "2024-02-27" }, "geometry": { "type": "Point", "coordinates": [ -158.011208900000014, 21.33004202 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.557149, "Longitude": -158.2511077, "Species": "African Silverbill", "Count": 8, "Date": "2023-11-28" }, "geometry": { "type": "Point", "coordinates": [ -158.2511077, 21.557149 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.557149, "Longitude": -158.2511077, "Species": "Black Francolin", "Count": 1, "Date": "2021-06-19" }, "geometry": { "type": "Point", "coordinates": [ -158.2511077, 21.557149 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.557149, "Longitude": -158.2511077, "Species": "Black Noddy", "Count": 6, "Date": "2019-06-07" }, "geometry": { "type": "Point", "coordinates": [ -158.2511077, 21.557149 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.557149, "Longitude": -158.2511077, "Species": "Black-crowned Night Heron", "Count": 4, "Date": "2019-05-15" }, "geometry": { "type": "Point", "coordinates": [ -158.2511077, 21.557149 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.557149, "Longitude": -158.2511077, "Species": "Black-footed Albatross", "Count": 1, "Date": "2019-03-04" }, "geometry": { "type": "Point", "coordinates": [ -158.2511077, 21.557149 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.557149, "Longitude": -158.2511077, "Species": "Bristle-thighed Curlew", "Count": 2, "Date": "2019-09-29" }, "geometry": { "type": "Point", "coordinates": [ -158.2511077, 21.557149 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.557149, "Longitude": -158.2511077, "Species": "Brown Booby", "Count": 7, "Date": "2023-11-28" }, "geometry": { "type": "Point", "coordinates": [ -158.2511077, 21.557149 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.557149, "Longitude": -158.2511077, "Species": "Chestnut Munia", "Count": 4, "Date": "2023-03-01" }, "geometry": { "type": "Point", "coordinates": [ -158.2511077, 21.557149 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.557149, "Longitude": -158.2511077, "Species": "Common Myna", "Count": 38, "Date": "2024-02-21" }, "geometry": { "type": "Point", "coordinates": [ -158.2511077, 21.557149 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.557149, "Longitude": -158.2511077, "Species": "Common Waxbill", "Count": 26, "Date": "2024-02-21" }, "geometry": { "type": "Point", "coordinates": [ -158.2511077, 21.557149 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.557149, "Longitude": -158.2511077, "Species": "Erckel's Spurfowl", "Count": 3, "Date": "2021-06-19" }, "geometry": { "type": "Point", "coordinates": [ -158.2511077, 21.557149 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.557149, "Longitude": -158.2511077, "Species": "Gray Francolin", "Count": 13, "Date": "2024-02-21" }, "geometry": { "type": "Point", "coordinates": [ -158.2511077, 21.557149 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.557149, "Longitude": -158.2511077, "Species": "Great Frigatebird", "Count": 7, "Date": "2023-11-28" }, "geometry": { "type": "Point", "coordinates": [ -158.2511077, 21.557149 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.557149, "Longitude": -158.2511077, "Species": "House Finch", "Count": 16, "Date": "2022-01-29" }, "geometry": { "type": "Point", "coordinates": [ -158.2511077, 21.557149 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.557149, "Longitude": -158.2511077, "Species": "Japanese Bush Warbler", "Count": 2, "Date": "2023-03-01" }, "geometry": { "type": "Point", "coordinates": [ -158.2511077, 21.557149 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.557149, "Longitude": -158.2511077, "Species": "Java Sparrow", "Count": 1, "Date": "2020-02-19" }, "geometry": { "type": "Point", "coordinates": [ -158.2511077, 21.557149 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.557149, "Longitude": -158.2511077, "Species": "Laysan Albatross", "Count": 20, "Date": "2024-02-21" }, "geometry": { "type": "Point", "coordinates": [ -158.2511077, 21.557149 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.557149, "Longitude": -158.2511077, "Species": "Masked Booby", "Count": 3, "Date": "2021-02-06" }, "geometry": { "type": "Point", "coordinates": [ -158.2511077, 21.557149 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.557149, "Longitude": -158.2511077, "Species": "Northern Cardinal", "Count": 6, "Date": "2022-01-29" }, "geometry": { "type": "Point", "coordinates": [ -158.2511077, 21.557149 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.557149, "Longitude": -158.2511077, "Species": "Northern Mockingbird", "Count": 5, "Date": "2019-06-20" }, "geometry": { "type": "Point", "coordinates": [ -158.2511077, 21.557149 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.557149, "Longitude": -158.2511077, "Species": "Pacific Golden-Plover", "Count": 9, "Date": "2024-02-21" }, "geometry": { "type": "Point", "coordinates": [ -158.2511077, 21.557149 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.557149, "Longitude": -158.2511077, "Species": "Red Avadavat", "Count": 1, "Date": "2023-10-14" }, "geometry": { "type": "Point", "coordinates": [ -158.2511077, 21.557149 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.557149, "Longitude": -158.2511077, "Species": "Red Junglefowl", "Count": 2, "Date": "2021-06-19" }, "geometry": { "type": "Point", "coordinates": [ -158.2511077, 21.557149 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.557149, "Longitude": -158.2511077, "Species": "Red-crested Cardinal", "Count": 37, "Date": "2024-02-21" }, "geometry": { "type": "Point", "coordinates": [ -158.2511077, 21.557149 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.557149, "Longitude": -158.2511077, "Species": "Red-vented Bulbul", "Count": 41, "Date": "2024-02-21" }, "geometry": { "type": "Point", "coordinates": [ -158.2511077, 21.557149 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.557149, "Longitude": -158.2511077, "Species": "Red-whiskered Bulbul", "Count": 8, "Date": "2023-03-01" }, "geometry": { "type": "Point", "coordinates": [ -158.2511077, 21.557149 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.557149, "Longitude": -158.2511077, "Species": "Rock Pigeon", "Count": 2, "Date": "2019-03-26" }, "geometry": { "type": "Point", "coordinates": [ -158.2511077, 21.557149 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.557149, "Longitude": -158.2511077, "Species": "Saffron Finch", "Count": 2, "Date": "2022-11-26" }, "geometry": { "type": "Point", "coordinates": [ -158.2511077, 21.557149 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.557149, "Longitude": -158.2511077, "Species": "Scaly-breasted Munia", "Count": 11, "Date": "2022-01-31" }, "geometry": { "type": "Point", "coordinates": [ -158.2511077, 21.557149 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.557149, "Longitude": -158.2511077, "Species": "Spotted Dove", "Count": 23, "Date": "2024-02-21" }, "geometry": { "type": "Point", "coordinates": [ -158.2511077, 21.557149 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.557149, "Longitude": -158.2511077, "Species": "Wandering Tattler", "Count": 15, "Date": "2023-08-29" }, "geometry": { "type": "Point", "coordinates": [ -158.2511077, 21.557149 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.557149, "Longitude": -158.2511077, "Species": "Warbling White-eye", "Count": 20, "Date": "2024-02-21" }, "geometry": { "type": "Point", "coordinates": [ -158.2511077, 21.557149 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.557149, "Longitude": -158.2511077, "Species": "Wedge-tailed Shearwater", "Count": 11, "Date": "2023-11-28" }, "geometry": { "type": "Point", "coordinates": [ -158.2511077, 21.557149 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.557149, "Longitude": -158.2511077, "Species": "Western Cattle Egret", "Count": 2, "Date": "2024-02-21" }, "geometry": { "type": "Point", "coordinates": [ -158.2511077, 21.557149 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.557149, "Longitude": -158.2511077, "Species": "White-rumped Shama", "Count": 9, "Date": "2022-11-26" }, "geometry": { "type": "Point", "coordinates": [ -158.2511077, 21.557149 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.557149, "Longitude": -158.2511077, "Species": "White-tailed Tropicbird", "Count": 3, "Date": "2019-04-24" }, "geometry": { "type": "Point", "coordinates": [ -158.2511077, 21.557149 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.557149, "Longitude": -158.2511077, "Species": "Yellow-faced Grassquit", "Count": 4, "Date": "2019-03-29" }, "geometry": { "type": "Point", "coordinates": [ -158.2511077, 21.557149 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.557149, "Longitude": -158.2511077, "Species": "Zebra Dove", "Count": 39, "Date": "2024-02-21" }, "geometry": { "type": "Point", "coordinates": [ -158.2511077, 21.557149 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57481014, "Longitude": -158.1640867, "Species": "Apapane", "Count": 2, "Date": "2022-06-19" }, "geometry": { "type": "Point", "coordinates": [ -158.164086700000013, 21.57481014 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57481014, "Longitude": -158.1640867, "Species": "Barn Owl", "Count": 2, "Date": "2021-07-01" }, "geometry": { "type": "Point", "coordinates": [ -158.164086700000013, 21.57481014 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57481014, "Longitude": -158.1640867, "Species": "Black Francolin", "Count": 22, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -158.164086700000013, 21.57481014 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57481014, "Longitude": -158.1640867, "Species": "Black-crowned Night Heron", "Count": 1, "Date": "2021-05-11" }, "geometry": { "type": "Point", "coordinates": [ -158.164086700000013, 21.57481014 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57481014, "Longitude": -158.1640867, "Species": "Chestnut Munia", "Count": 5, "Date": "2024-02-17" }, "geometry": { "type": "Point", "coordinates": [ -158.164086700000013, 21.57481014 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57481014, "Longitude": -158.1640867, "Species": "Common Myna", "Count": 45, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -158.164086700000013, 21.57481014 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57481014, "Longitude": -158.1640867, "Species": "Common Waxbill", "Count": 39, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -158.164086700000013, 21.57481014 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57481014, "Longitude": -158.1640867, "Species": "Erckel's Spurfowl", "Count": 26, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -158.164086700000013, 21.57481014 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57481014, "Longitude": -158.1640867, "Species": "Gray Francolin", "Count": 26, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -158.164086700000013, 21.57481014 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57481014, "Longitude": -158.1640867, "Species": "House Finch", "Count": 35, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -158.164086700000013, 21.57481014 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57481014, "Longitude": -158.1640867, "Species": "Indian Peafowl", "Count": 26, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -158.164086700000013, 21.57481014 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57481014, "Longitude": -158.1640867, "Species": "Japanese Bush Warbler", "Count": 34, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -158.164086700000013, 21.57481014 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57481014, "Longitude": -158.1640867, "Species": "Java Sparrow", "Count": 3, "Date": "2022-03-08" }, "geometry": { "type": "Point", "coordinates": [ -158.164086700000013, 21.57481014 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57481014, "Longitude": -158.1640867, "Species": "Kalij Pheasant", "Count": 5, "Date": "2023-11-05" }, "geometry": { "type": "Point", "coordinates": [ -158.164086700000013, 21.57481014 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57481014, "Longitude": -158.1640867, "Species": "Laysan Albatross", "Count": 1, "Date": "2019-03-22" }, "geometry": { "type": "Point", "coordinates": [ -158.164086700000013, 21.57481014 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57481014, "Longitude": -158.1640867, "Species": "Feral Mallard", "Count": 1, "Date": "2020-02-19" }, "geometry": { "type": "Point", "coordinates": [ -158.164086700000013, 21.57481014 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57481014, "Longitude": -158.1640867, "Species": "Northern Cardinal", "Count": 39, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -158.164086700000013, 21.57481014 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57481014, "Longitude": -158.1640867, "Species": "Northern Mockingbird", "Count": 1, "Date": "2020-02-19" }, "geometry": { "type": "Point", "coordinates": [ -158.164086700000013, 21.57481014 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57481014, "Longitude": -158.1640867, "Species": "Oahu Amakihi", "Count": 1, "Date": "2021-07-01" }, "geometry": { "type": "Point", "coordinates": [ -158.164086700000013, 21.57481014 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57481014, "Longitude": -158.1640867, "Species": "Pacific Golden-Plover", "Count": 12, "Date": "2023-11-05" }, "geometry": { "type": "Point", "coordinates": [ -158.164086700000013, 21.57481014 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57481014, "Longitude": -158.1640867, "Species": "Red Avadavat", "Count": 11, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -158.164086700000013, 21.57481014 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57481014, "Longitude": -158.1640867, "Species": "Red Junglefowl", "Count": 8, "Date": "2023-11-05" }, "geometry": { "type": "Point", "coordinates": [ -158.164086700000013, 21.57481014 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57481014, "Longitude": -158.1640867, "Species": "Red-billed Leiothrix", "Count": 31, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -158.164086700000013, 21.57481014 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57481014, "Longitude": -158.1640867, "Species": "Red-crested Cardinal", "Count": 44, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -158.164086700000013, 21.57481014 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57481014, "Longitude": -158.1640867, "Species": "Red-vented Bulbul", "Count": 41, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -158.164086700000013, 21.57481014 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57481014, "Longitude": -158.1640867, "Species": "Red-whiskered Bulbul", "Count": 36, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -158.164086700000013, 21.57481014 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57481014, "Longitude": -158.1640867, "Species": "Rock Pigeon", "Count": 3, "Date": "2022-06-19" }, "geometry": { "type": "Point", "coordinates": [ -158.164086700000013, 21.57481014 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57481014, "Longitude": -158.1640867, "Species": "Ruddy Turnstone", "Count": 3, "Date": "2019-03-09" }, "geometry": { "type": "Point", "coordinates": [ -158.164086700000013, 21.57481014 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57481014, "Longitude": -158.1640867, "Species": "Saffron Finch", "Count": 15, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -158.164086700000013, 21.57481014 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57481014, "Longitude": -158.1640867, "Species": "Scaly-breasted Munia", "Count": 8, "Date": "2023-11-05" }, "geometry": { "type": "Point", "coordinates": [ -158.164086700000013, 21.57481014 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57481014, "Longitude": -158.1640867, "Species": "Spotted Dove", "Count": 42, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -158.164086700000013, 21.57481014 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57481014, "Longitude": -158.1640867, "Species": "Warbling White-eye", "Count": 39, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -158.164086700000013, 21.57481014 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57481014, "Longitude": -158.1640867, "Species": "Western Cattle Egret", "Count": 34, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -158.164086700000013, 21.57481014 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57481014, "Longitude": -158.1640867, "Species": "White-rumped Shama", "Count": 34, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -158.164086700000013, 21.57481014 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57481014, "Longitude": -158.1640867, "Species": "Zebra Dove", "Count": 43, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -158.164086700000013, 21.57481014 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31208647, "Longitude": -158.0306114, "Species": "African Silverbill", "Count": 1, "Date": "2021-10-22" }, "geometry": { "type": "Point", "coordinates": [ -158.0306114, 21.31208647 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31208647, "Longitude": -158.0306114, "Species": "Black-crowned Night Heron", "Count": 9, "Date": "2023-12-20" }, "geometry": { "type": "Point", "coordinates": [ -158.0306114, 21.31208647 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31208647, "Longitude": -158.0306114, "Species": "Black-necked Stilt", "Count": 15, "Date": "2023-12-28" }, "geometry": { "type": "Point", "coordinates": [ -158.0306114, 21.31208647 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31208647, "Longitude": -158.0306114, "Species": "Brown Booby", "Count": 1, "Date": "2022-02-19" }, "geometry": { "type": "Point", "coordinates": [ -158.0306114, 21.31208647 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31208647, "Longitude": -158.0306114, "Species": "Cackling Goose", "Count": 4, "Date": "2022-02-25" }, "geometry": { "type": "Point", "coordinates": [ -158.0306114, 21.31208647 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31208647, "Longitude": -158.0306114, "Species": "Common Myna", "Count": 28, "Date": "2024-01-03" }, "geometry": { "type": "Point", "coordinates": [ -158.0306114, 21.31208647 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31208647, "Longitude": -158.0306114, "Species": "Common Waxbill", "Count": 13, "Date": "2023-12-28" }, "geometry": { "type": "Point", "coordinates": [ -158.0306114, 21.31208647 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31208647, "Longitude": -158.0306114, "Species": "Gray Francolin", "Count": 9, "Date": "2024-01-03" }, "geometry": { "type": "Point", "coordinates": [ -158.0306114, 21.31208647 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31208647, "Longitude": -158.0306114, "Species": "Hawaiian Coot", "Count": 17, "Date": "2024-01-03" }, "geometry": { "type": "Point", "coordinates": [ -158.0306114, 21.31208647 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31208647, "Longitude": -158.0306114, "Species": "House Finch", "Count": 23, "Date": "2024-01-03" }, "geometry": { "type": "Point", "coordinates": [ -158.0306114, 21.31208647 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31208647, "Longitude": -158.0306114, "Species": "House Sparrow", "Count": 13, "Date": "2024-01-03" }, "geometry": { "type": "Point", "coordinates": [ -158.0306114, 21.31208647 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31208647, "Longitude": -158.0306114, "Species": "Java Sparrow", "Count": 13, "Date": "2024-01-03" }, "geometry": { "type": "Point", "coordinates": [ -158.0306114, 21.31208647 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31208647, "Longitude": -158.0306114, "Species": "Feral Mallard", "Count": 14, "Date": "2024-01-03" }, "geometry": { "type": "Point", "coordinates": [ -158.0306114, 21.31208647 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31208647, "Longitude": -158.0306114, "Species": "Northern Cardinal", "Count": 11, "Date": "2024-01-03" }, "geometry": { "type": "Point", "coordinates": [ -158.0306114, 21.31208647 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31208647, "Longitude": -158.0306114, "Species": "Northern Mockingbird", "Count": 2, "Date": "2022-04-16" }, "geometry": { "type": "Point", "coordinates": [ -158.0306114, 21.31208647 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31208647, "Longitude": -158.0306114, "Species": "Pacific Golden-Plover", "Count": 22, "Date": "2024-01-03" }, "geometry": { "type": "Point", "coordinates": [ -158.0306114, 21.31208647 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31208647, "Longitude": -158.0306114, "Species": "Red Junglefowl", "Count": 10, "Date": "2023-12-19" }, "geometry": { "type": "Point", "coordinates": [ -158.0306114, 21.31208647 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31208647, "Longitude": -158.0306114, "Species": "Red-crested Cardinal", "Count": 21, "Date": "2024-01-03" }, "geometry": { "type": "Point", "coordinates": [ -158.0306114, 21.31208647 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31208647, "Longitude": -158.0306114, "Species": "Red-vented Bulbul", "Count": 27, "Date": "2024-01-03" }, "geometry": { "type": "Point", "coordinates": [ -158.0306114, 21.31208647 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31208647, "Longitude": -158.0306114, "Species": "Red-whiskered Bulbul", "Count": 10, "Date": "2023-12-28" }, "geometry": { "type": "Point", "coordinates": [ -158.0306114, 21.31208647 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31208647, "Longitude": -158.0306114, "Species": "Rock Pigeon", "Count": 15, "Date": "2024-01-03" }, "geometry": { "type": "Point", "coordinates": [ -158.0306114, 21.31208647 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31208647, "Longitude": -158.0306114, "Species": "Rose-ringed Parakeet", "Count": 4, "Date": "2023-12-28" }, "geometry": { "type": "Point", "coordinates": [ -158.0306114, 21.31208647 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31208647, "Longitude": -158.0306114, "Species": "Ruddy Turnstone", "Count": 2, "Date": "2022-04-14" }, "geometry": { "type": "Point", "coordinates": [ -158.0306114, 21.31208647 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31208647, "Longitude": -158.0306114, "Species": "Saffron Finch", "Count": 12, "Date": "2023-12-28" }, "geometry": { "type": "Point", "coordinates": [ -158.0306114, 21.31208647 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31208647, "Longitude": -158.0306114, "Species": "Short-eared Owl", "Count": 1, "Date": "2019-02-27" }, "geometry": { "type": "Point", "coordinates": [ -158.0306114, 21.31208647 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31208647, "Longitude": -158.0306114, "Species": "Snow Goose", "Count": 1, "Date": "2019-02-26" }, "geometry": { "type": "Point", "coordinates": [ -158.0306114, 21.31208647 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31208647, "Longitude": -158.0306114, "Species": "Spotted Dove", "Count": 28, "Date": "2024-01-03" }, "geometry": { "type": "Point", "coordinates": [ -158.0306114, 21.31208647 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31208647, "Longitude": -158.0306114, "Species": "Warbling White-eye", "Count": 20, "Date": "2024-01-03" }, "geometry": { "type": "Point", "coordinates": [ -158.0306114, 21.31208647 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31208647, "Longitude": -158.0306114, "Species": "Wedge-tailed Shearwater", "Count": 1, "Date": "2021-05-09" }, "geometry": { "type": "Point", "coordinates": [ -158.0306114, 21.31208647 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31208647, "Longitude": -158.0306114, "Species": "Western Cattle Egret", "Count": 19, "Date": "2024-01-03" }, "geometry": { "type": "Point", "coordinates": [ -158.0306114, 21.31208647 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31208647, "Longitude": -158.0306114, "Species": "White Tern", "Count": 1, "Date": "2021-05-09" }, "geometry": { "type": "Point", "coordinates": [ -158.0306114, 21.31208647 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31208647, "Longitude": -158.0306114, "Species": "Yellow-fronted Canary", "Count": 6, "Date": "2023-12-19" }, "geometry": { "type": "Point", "coordinates": [ -158.0306114, 21.31208647 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.31208647, "Longitude": -158.0306114, "Species": "Zebra Dove", "Count": 27, "Date": "2024-01-03" }, "geometry": { "type": "Point", "coordinates": [ -158.0306114, 21.31208647 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3460072, "Longitude": -157.7025303, "Species": "Black-crowned Night Heron", "Count": 1, "Date": "2023-12-23" }, "geometry": { "type": "Point", "coordinates": [ -157.7025303, 21.3460072 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3460072, "Longitude": -157.7025303, "Species": "Brown Booby", "Count": 4, "Date": "2024-01-01" }, "geometry": { "type": "Point", "coordinates": [ -157.7025303, 21.3460072 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3460072, "Longitude": -157.7025303, "Species": "Chestnut Munia", "Count": 1, "Date": "2023-02-15" }, "geometry": { "type": "Point", "coordinates": [ -157.7025303, 21.3460072 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3460072, "Longitude": -157.7025303, "Species": "Common Myna", "Count": 21, "Date": "2023-12-23" }, "geometry": { "type": "Point", "coordinates": [ -157.7025303, 21.3460072 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3460072, "Longitude": -157.7025303, "Species": "Common Waxbill", "Count": 10, "Date": "2023-12-08" }, "geometry": { "type": "Point", "coordinates": [ -157.7025303, 21.3460072 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3460072, "Longitude": -157.7025303, "Species": "Gray Francolin", "Count": 1, "Date": "2020-01-04" }, "geometry": { "type": "Point", "coordinates": [ -157.7025303, 21.3460072 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3460072, "Longitude": -157.7025303, "Species": "Great Frigatebird", "Count": 4, "Date": "2024-01-01" }, "geometry": { "type": "Point", "coordinates": [ -157.7025303, 21.3460072 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3460072, "Longitude": -157.7025303, "Species": "House Finch", "Count": 7, "Date": "2022-07-09" }, "geometry": { "type": "Point", "coordinates": [ -157.7025303, 21.3460072 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3460072, "Longitude": -157.7025303, "Species": "House Sparrow", "Count": 6, "Date": "2023-03-09" }, "geometry": { "type": "Point", "coordinates": [ -157.7025303, 21.3460072 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3460072, "Longitude": -157.7025303, "Species": "Indian Peafowl", "Count": 1, "Date": "2019-12-29" }, "geometry": { "type": "Point", "coordinates": [ -157.7025303, 21.3460072 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3460072, "Longitude": -157.7025303, "Species": "Java Sparrow", "Count": 3, "Date": "2021-12-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7025303, 21.3460072 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3460072, "Longitude": -157.7025303, "Species": "Laughing Gull", "Count": 1, "Date": "2024-02-10" }, "geometry": { "type": "Point", "coordinates": [ -157.7025303, 21.3460072 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3460072, "Longitude": -157.7025303, "Species": "Feral Mallard", "Count": 2, "Date": "2022-07-13" }, "geometry": { "type": "Point", "coordinates": [ -157.7025303, 21.3460072 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3460072, "Longitude": -157.7025303, "Species": "Masked Booby", "Count": 4, "Date": "2024-01-01" }, "geometry": { "type": "Point", "coordinates": [ -157.7025303, 21.3460072 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3460072, "Longitude": -157.7025303, "Species": "Northern Cardinal", "Count": 5, "Date": "2022-07-01" }, "geometry": { "type": "Point", "coordinates": [ -157.7025303, 21.3460072 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3460072, "Longitude": -157.7025303, "Species": "Pacific Golden-Plover", "Count": 11, "Date": "2023-12-23" }, "geometry": { "type": "Point", "coordinates": [ -157.7025303, 21.3460072 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3460072, "Longitude": -157.7025303, "Species": "Red Avadavat", "Count": 1, "Date": "2020-01-01" }, "geometry": { "type": "Point", "coordinates": [ -157.7025303, 21.3460072 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3460072, "Longitude": -157.7025303, "Species": "Red Junglefowl", "Count": 4, "Date": "2023-12-23" }, "geometry": { "type": "Point", "coordinates": [ -157.7025303, 21.3460072 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3460072, "Longitude": -157.7025303, "Species": "Red-billed Leiothrix", "Count": 1, "Date": "2021-12-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7025303, 21.3460072 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3460072, "Longitude": -157.7025303, "Species": "Red-crested Cardinal", "Count": 18, "Date": "2023-12-23" }, "geometry": { "type": "Point", "coordinates": [ -157.7025303, 21.3460072 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3460072, "Longitude": -157.7025303, "Species": "Red-footed Booby", "Count": 11, "Date": "2024-01-01" }, "geometry": { "type": "Point", "coordinates": [ -157.7025303, 21.3460072 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3460072, "Longitude": -157.7025303, "Species": "Red-tailed Tropicbird", "Count": 2, "Date": "2020-03-03" }, "geometry": { "type": "Point", "coordinates": [ -157.7025303, 21.3460072 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3460072, "Longitude": -157.7025303, "Species": "Red-vented Bulbul", "Count": 13, "Date": "2023-03-09" }, "geometry": { "type": "Point", "coordinates": [ -157.7025303, 21.3460072 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3460072, "Longitude": -157.7025303, "Species": "Red-whiskered Bulbul", "Count": 8, "Date": "2023-02-12" }, "geometry": { "type": "Point", "coordinates": [ -157.7025303, 21.3460072 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3460072, "Longitude": -157.7025303, "Species": "Rock Pigeon", "Count": 18, "Date": "2023-12-23" }, "geometry": { "type": "Point", "coordinates": [ -157.7025303, 21.3460072 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3460072, "Longitude": -157.7025303, "Species": "Ruddy Turnstone", "Count": 3, "Date": "2023-12-23" }, "geometry": { "type": "Point", "coordinates": [ -157.7025303, 21.3460072 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3460072, "Longitude": -157.7025303, "Species": "Scaly-breasted Munia", "Count": 2, "Date": "2023-01-28" }, "geometry": { "type": "Point", "coordinates": [ -157.7025303, 21.3460072 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3460072, "Longitude": -157.7025303, "Species": "Sooty Tern", "Count": 6, "Date": "2024-01-01" }, "geometry": { "type": "Point", "coordinates": [ -157.7025303, 21.3460072 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3460072, "Longitude": -157.7025303, "Species": "Spotted Dove", "Count": 16, "Date": "2023-12-23" }, "geometry": { "type": "Point", "coordinates": [ -157.7025303, 21.3460072 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3460072, "Longitude": -157.7025303, "Species": "Wandering Tattler", "Count": 4, "Date": "2023-12-23" }, "geometry": { "type": "Point", "coordinates": [ -157.7025303, 21.3460072 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3460072, "Longitude": -157.7025303, "Species": "Warbling White-eye", "Count": 5, "Date": "2023-03-09" }, "geometry": { "type": "Point", "coordinates": [ -157.7025303, 21.3460072 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3460072, "Longitude": -157.7025303, "Species": "Wedge-tailed Shearwater", "Count": 1, "Date": "2022-05-30" }, "geometry": { "type": "Point", "coordinates": [ -157.7025303, 21.3460072 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3460072, "Longitude": -157.7025303, "Species": "Western Cattle Egret", "Count": 6, "Date": "2023-05-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7025303, 21.3460072 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3460072, "Longitude": -157.7025303, "Species": "White Tern", "Count": 3, "Date": "2021-05-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7025303, 21.3460072 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3460072, "Longitude": -157.7025303, "Species": "White-rumped Shama", "Count": 6, "Date": "2023-12-23" }, "geometry": { "type": "Point", "coordinates": [ -157.7025303, 21.3460072 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3460072, "Longitude": -157.7025303, "Species": "Yellow-fronted Canary", "Count": 2, "Date": "2020-03-03" }, "geometry": { "type": "Point", "coordinates": [ -157.7025303, 21.3460072 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3460072, "Longitude": -157.7025303, "Species": "Zebra Dove", "Count": 21, "Date": "2023-12-23" }, "geometry": { "type": "Point", "coordinates": [ -157.7025303, 21.3460072 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38243342, "Longitude": -157.740788, "Species": "Black-crowned Night Heron", "Count": 88, "Date": "2024-02-18" }, "geometry": { "type": "Point", "coordinates": [ -157.740788, 21.38243342 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38243342, "Longitude": -157.740788, "Species": "Black-necked Stilt", "Count": 137, "Date": "2024-02-18" }, "geometry": { "type": "Point", "coordinates": [ -157.740788, 21.38243342 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38243342, "Longitude": -157.740788, "Species": "Canvasback", "Count": 1, "Date": "2024-02-03" }, "geometry": { "type": "Point", "coordinates": [ -157.740788, 21.38243342 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38243342, "Longitude": -157.740788, "Species": "Chestnut Munia", "Count": 15, "Date": "2024-02-18" }, "geometry": { "type": "Point", "coordinates": [ -157.740788, 21.38243342 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38243342, "Longitude": -157.740788, "Species": "Common Gallinule", "Count": 87, "Date": "2024-02-18" }, "geometry": { "type": "Point", "coordinates": [ -157.740788, 21.38243342 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38243342, "Longitude": -157.740788, "Species": "Common Myna", "Count": 218, "Date": "2024-02-18" }, "geometry": { "type": "Point", "coordinates": [ -157.740788, 21.38243342 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38243342, "Longitude": -157.740788, "Species": "Common Waxbill", "Count": 67, "Date": "2024-02-18" }, "geometry": { "type": "Point", "coordinates": [ -157.740788, 21.38243342 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38243342, "Longitude": -157.740788, "Species": "Glaucous-winged Gull", "Count": 1, "Date": "2019-03-16" }, "geometry": { "type": "Point", "coordinates": [ -157.740788, 21.38243342 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38243342, "Longitude": -157.740788, "Species": "Great Frigatebird", "Count": 3, "Date": "2022-06-18" }, "geometry": { "type": "Point", "coordinates": [ -157.740788, 21.38243342 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38243342, "Longitude": -157.740788, "Species": "Greater Scaup", "Count": 1, "Date": "2024-02-03" }, "geometry": { "type": "Point", "coordinates": [ -157.740788, 21.38243342 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38243342, "Longitude": -157.740788, "Species": "Hawaiian Coot", "Count": 189, "Date": "2024-02-18" }, "geometry": { "type": "Point", "coordinates": [ -157.740788, 21.38243342 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38243342, "Longitude": -157.740788, "Species": "House Finch", "Count": 77, "Date": "2024-01-25" }, "geometry": { "type": "Point", "coordinates": [ -157.740788, 21.38243342 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38243342, "Longitude": -157.740788, "Species": "House Sparrow", "Count": 12, "Date": "2023-10-21" }, "geometry": { "type": "Point", "coordinates": [ -157.740788, 21.38243342 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38243342, "Longitude": -157.740788, "Species": "Japanese Bush Warbler", "Count": 1, "Date": "2023-02-17" }, "geometry": { "type": "Point", "coordinates": [ -157.740788, 21.38243342 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38243342, "Longitude": -157.740788, "Species": "Java Sparrow", "Count": 117, "Date": "2024-02-18" }, "geometry": { "type": "Point", "coordinates": [ -157.740788, 21.38243342 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38243342, "Longitude": -157.740788, "Species": "Lesser Scaup", "Count": 1, "Date": "2024-02-03" }, "geometry": { "type": "Point", "coordinates": [ -157.740788, 21.38243342 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38243342, "Longitude": -157.740788, "Species": "Feral Mallard", "Count": 177, "Date": "2024-02-05" }, "geometry": { "type": "Point", "coordinates": [ -157.740788, 21.38243342 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38243342, "Longitude": -157.740788, "Species": "Muscovy Duck", "Count": 30, "Date": "2024-02-15" }, "geometry": { "type": "Point", "coordinates": [ -157.740788, 21.38243342 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38243342, "Longitude": -157.740788, "Species": "Northern Cardinal", "Count": 41, "Date": "2024-02-17" }, "geometry": { "type": "Point", "coordinates": [ -157.740788, 21.38243342 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38243342, "Longitude": -157.740788, "Species": "Pacific Golden-Plover", "Count": 59, "Date": "2024-02-18" }, "geometry": { "type": "Point", "coordinates": [ -157.740788, 21.38243342 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38243342, "Longitude": -157.740788, "Species": "Red Junglefowl", "Count": 138, "Date": "2024-02-18" }, "geometry": { "type": "Point", "coordinates": [ -157.740788, 21.38243342 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38243342, "Longitude": -157.740788, "Species": "Red-crested Cardinal", "Count": 151, "Date": "2024-02-18" }, "geometry": { "type": "Point", "coordinates": [ -157.740788, 21.38243342 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38243342, "Longitude": -157.740788, "Species": "Red-vented Bulbul", "Count": 134, "Date": "2024-02-18" }, "geometry": { "type": "Point", "coordinates": [ -157.740788, 21.38243342 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38243342, "Longitude": -157.740788, "Species": "Red-whiskered Bulbul", "Count": 49, "Date": "2024-02-05" }, "geometry": { "type": "Point", "coordinates": [ -157.740788, 21.38243342 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38243342, "Longitude": -157.740788, "Species": "Rock Pigeon", "Count": 140, "Date": "2024-02-18" }, "geometry": { "type": "Point", "coordinates": [ -157.740788, 21.38243342 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38243342, "Longitude": -157.740788, "Species": "Rose-ringed Parakeet", "Count": 2, "Date": "2024-01-27" }, "geometry": { "type": "Point", "coordinates": [ -157.740788, 21.38243342 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38243342, "Longitude": -157.740788, "Species": "Ruddy Turnstone", "Count": 1, "Date": "2021-12-21" }, "geometry": { "type": "Point", "coordinates": [ -157.740788, 21.38243342 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38243342, "Longitude": -157.740788, "Species": "Saffron Finch", "Count": 20, "Date": "2024-02-05" }, "geometry": { "type": "Point", "coordinates": [ -157.740788, 21.38243342 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38243342, "Longitude": -157.740788, "Species": "Scaly-breasted Munia", "Count": 15, "Date": "2023-06-10" }, "geometry": { "type": "Point", "coordinates": [ -157.740788, 21.38243342 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38243342, "Longitude": -157.740788, "Species": "Spotted Dove", "Count": 172, "Date": "2024-02-18" }, "geometry": { "type": "Point", "coordinates": [ -157.740788, 21.38243342 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38243342, "Longitude": -157.740788, "Species": "Wandering Tattler", "Count": 3, "Date": "2022-10-25" }, "geometry": { "type": "Point", "coordinates": [ -157.740788, 21.38243342 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38243342, "Longitude": -157.740788, "Species": "Warbling White-eye", "Count": 85, "Date": "2024-02-15" }, "geometry": { "type": "Point", "coordinates": [ -157.740788, 21.38243342 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38243342, "Longitude": -157.740788, "Species": "Western Cattle Egret", "Count": 161, "Date": "2024-02-18" }, "geometry": { "type": "Point", "coordinates": [ -157.740788, 21.38243342 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38243342, "Longitude": -157.740788, "Species": "White-rumped Shama", "Count": 6, "Date": "2023-08-22" }, "geometry": { "type": "Point", "coordinates": [ -157.740788, 21.38243342 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38243342, "Longitude": -157.740788, "Species": "Yellow-fronted Canary", "Count": 2, "Date": "2023-06-10" }, "geometry": { "type": "Point", "coordinates": [ -157.740788, 21.38243342 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38243342, "Longitude": -157.740788, "Species": "Zebra Dove", "Count": 165, "Date": "2024-02-18" }, "geometry": { "type": "Point", "coordinates": [ -157.740788, 21.38243342 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34875142, "Longitude": -158.126806, "Species": "African Silverbill", "Count": 5, "Date": "2023-08-03" }, "geometry": { "type": "Point", "coordinates": [ -158.126806, 21.34875142 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34875142, "Longitude": -158.126806, "Species": "Black Francolin", "Count": 1, "Date": "2019-07-04" }, "geometry": { "type": "Point", "coordinates": [ -158.126806, 21.34875142 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34875142, "Longitude": -158.126806, "Species": "Black Swan", "Count": 23, "Date": "2024-01-22" }, "geometry": { "type": "Point", "coordinates": [ -158.126806, 21.34875142 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34875142, "Longitude": -158.126806, "Species": "Black-crowned Night Heron", "Count": 17, "Date": "2024-01-01" }, "geometry": { "type": "Point", "coordinates": [ -158.126806, 21.34875142 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34875142, "Longitude": -158.126806, "Species": "Black-necked Stilt", "Count": 7, "Date": "2023-04-27" }, "geometry": { "type": "Point", "coordinates": [ -158.126806, 21.34875142 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34875142, "Longitude": -158.126806, "Species": "Brown Booby", "Count": 9, "Date": "2023-08-27" }, "geometry": { "type": "Point", "coordinates": [ -158.126806, 21.34875142 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34875142, "Longitude": -158.126806, "Species": "Chestnut Munia", "Count": 7, "Date": "2023-11-25" }, "geometry": { "type": "Point", "coordinates": [ -158.126806, 21.34875142 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34875142, "Longitude": -158.126806, "Species": "Common Gallinule", "Count": 1, "Date": "2020-03-12" }, "geometry": { "type": "Point", "coordinates": [ -158.126806, 21.34875142 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34875142, "Longitude": -158.126806, "Species": "Common Myna", "Count": 49, "Date": "2024-02-06" }, "geometry": { "type": "Point", "coordinates": [ -158.126806, 21.34875142 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34875142, "Longitude": -158.126806, "Species": "Common Waxbill", "Count": 22, "Date": "2023-11-25" }, "geometry": { "type": "Point", "coordinates": [ -158.126806, 21.34875142 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34875142, "Longitude": -158.126806, "Species": "Glaucous-winged Gull", "Count": 2, "Date": "2022-12-01" }, "geometry": { "type": "Point", "coordinates": [ -158.126806, 21.34875142 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34875142, "Longitude": -158.126806, "Species": "Great Frigatebird", "Count": 2, "Date": "2023-08-19" }, "geometry": { "type": "Point", "coordinates": [ -158.126806, 21.34875142 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34875142, "Longitude": -158.126806, "Species": "Hawaiian Coot", "Count": 24, "Date": "2024-01-20" }, "geometry": { "type": "Point", "coordinates": [ -158.126806, 21.34875142 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34875142, "Longitude": -158.126806, "Species": "House Finch", "Count": 9, "Date": "2023-11-25" }, "geometry": { "type": "Point", "coordinates": [ -158.126806, 21.34875142 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34875142, "Longitude": -158.126806, "Species": "House Sparrow", "Count": 14, "Date": "2024-01-01" }, "geometry": { "type": "Point", "coordinates": [ -158.126806, 21.34875142 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34875142, "Longitude": -158.126806, "Species": "Java Sparrow", "Count": 11, "Date": "2023-11-25" }, "geometry": { "type": "Point", "coordinates": [ -158.126806, 21.34875142 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34875142, "Longitude": -158.126806, "Species": "Feral Mallard", "Count": 16, "Date": "2024-02-06" }, "geometry": { "type": "Point", "coordinates": [ -158.126806, 21.34875142 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34875142, "Longitude": -158.126806, "Species": "Muscovy Duck", "Count": 7, "Date": "2023-08-04" }, "geometry": { "type": "Point", "coordinates": [ -158.126806, 21.34875142 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34875142, "Longitude": -158.126806, "Species": "Northern Cardinal", "Count": 1, "Date": "2021-09-03" }, "geometry": { "type": "Point", "coordinates": [ -158.126806, 21.34875142 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34875142, "Longitude": -158.126806, "Species": "Northern Mockingbird", "Count": 1, "Date": "2023-08-03" }, "geometry": { "type": "Point", "coordinates": [ -158.126806, 21.34875142 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34875142, "Longitude": -158.126806, "Species": "Pacific Golden-Plover", "Count": 38, "Date": "2024-01-04" }, "geometry": { "type": "Point", "coordinates": [ -158.126806, 21.34875142 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34875142, "Longitude": -158.126806, "Species": "Red Avadavat", "Count": 3, "Date": "2023-08-04" }, "geometry": { "type": "Point", "coordinates": [ -158.126806, 21.34875142 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34875142, "Longitude": -158.126806, "Species": "Red Junglefowl", "Count": 6, "Date": "2023-08-04" }, "geometry": { "type": "Point", "coordinates": [ -158.126806, 21.34875142 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34875142, "Longitude": -158.126806, "Species": "Red-crested Cardinal", "Count": 35, "Date": "2024-02-06" }, "geometry": { "type": "Point", "coordinates": [ -158.126806, 21.34875142 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34875142, "Longitude": -158.126806, "Species": "Red-vented Bulbul", "Count": 21, "Date": "2024-01-01" }, "geometry": { "type": "Point", "coordinates": [ -158.126806, 21.34875142 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34875142, "Longitude": -158.126806, "Species": "Red-whiskered Bulbul", "Count": 2, "Date": "2023-08-04" }, "geometry": { "type": "Point", "coordinates": [ -158.126806, 21.34875142 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34875142, "Longitude": -158.126806, "Species": "Rock Pigeon", "Count": 3, "Date": "2023-08-04" }, "geometry": { "type": "Point", "coordinates": [ -158.126806, 21.34875142 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34875142, "Longitude": -158.126806, "Species": "Rose-ringed Parakeet", "Count": 1, "Date": "2024-01-09" }, "geometry": { "type": "Point", "coordinates": [ -158.126806, 21.34875142 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34875142, "Longitude": -158.126806, "Species": "Ruddy Turnstone", "Count": 7, "Date": "2024-01-01" }, "geometry": { "type": "Point", "coordinates": [ -158.126806, 21.34875142 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34875142, "Longitude": -158.126806, "Species": "Saffron Finch", "Count": 30, "Date": "2024-01-12" }, "geometry": { "type": "Point", "coordinates": [ -158.126806, 21.34875142 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34875142, "Longitude": -158.126806, "Species": "Scaly-breasted Munia", "Count": 1, "Date": "2021-08-09" }, "geometry": { "type": "Point", "coordinates": [ -158.126806, 21.34875142 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34875142, "Longitude": -158.126806, "Species": "Spotted Dove", "Count": 18, "Date": "2024-01-04" }, "geometry": { "type": "Point", "coordinates": [ -158.126806, 21.34875142 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34875142, "Longitude": -158.126806, "Species": "Wandering Tattler", "Count": 3, "Date": "2022-12-01" }, "geometry": { "type": "Point", "coordinates": [ -158.126806, 21.34875142 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34875142, "Longitude": -158.126806, "Species": "Warbling White-eye", "Count": 8, "Date": "2023-08-05" }, "geometry": { "type": "Point", "coordinates": [ -158.126806, 21.34875142 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34875142, "Longitude": -158.126806, "Species": "Wedge-tailed Shearwater", "Count": 4, "Date": "2023-08-29" }, "geometry": { "type": "Point", "coordinates": [ -158.126806, 21.34875142 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34875142, "Longitude": -158.126806, "Species": "Western Cattle Egret", "Count": 21, "Date": "2024-01-04" }, "geometry": { "type": "Point", "coordinates": [ -158.126806, 21.34875142 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34875142, "Longitude": -158.126806, "Species": "White Tern", "Count": 2, "Date": "2023-08-22" }, "geometry": { "type": "Point", "coordinates": [ -158.126806, 21.34875142 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34875142, "Longitude": -158.126806, "Species": "Yellow-fronted Canary", "Count": 4, "Date": "2023-11-28" }, "geometry": { "type": "Point", "coordinates": [ -158.126806, 21.34875142 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.34875142, "Longitude": -158.126806, "Species": "Zebra Dove", "Count": 44, "Date": "2024-01-04" }, "geometry": { "type": "Point", "coordinates": [ -158.126806, 21.34875142 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36414735, "Longitude": -157.7120138, "Species": "Black-crowned Night Heron", "Count": 101, "Date": "2023-10-21" }, "geometry": { "type": "Point", "coordinates": [ -157.7120138, 21.36414735 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36414735, "Longitude": -157.7120138, "Species": "Black-necked Stilt", "Count": 222, "Date": "2024-01-30" }, "geometry": { "type": "Point", "coordinates": [ -157.7120138, 21.36414735 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36414735, "Longitude": -157.7120138, "Species": "Brown Booby", "Count": 1, "Date": "2024-01-24" }, "geometry": { "type": "Point", "coordinates": [ -157.7120138, 21.36414735 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36414735, "Longitude": -157.7120138, "Species": "Chestnut Munia", "Count": 12, "Date": "2024-01-29" }, "geometry": { "type": "Point", "coordinates": [ -157.7120138, 21.36414735 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36414735, "Longitude": -157.7120138, "Species": "Common Gallinule", "Count": 122, "Date": "2024-01-24" }, "geometry": { "type": "Point", "coordinates": [ -157.7120138, 21.36414735 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36414735, "Longitude": -157.7120138, "Species": "Common Myna", "Count": 145, "Date": "2024-01-30" }, "geometry": { "type": "Point", "coordinates": [ -157.7120138, 21.36414735 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36414735, "Longitude": -157.7120138, "Species": "Common Waxbill", "Count": 87, "Date": "2024-01-30" }, "geometry": { "type": "Point", "coordinates": [ -157.7120138, 21.36414735 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36414735, "Longitude": -157.7120138, "Species": "Gray Francolin", "Count": 20, "Date": "2024-01-30" }, "geometry": { "type": "Point", "coordinates": [ -157.7120138, 21.36414735 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36414735, "Longitude": -157.7120138, "Species": "Great Frigatebird", "Count": 1, "Date": "2022-01-22" }, "geometry": { "type": "Point", "coordinates": [ -157.7120138, 21.36414735 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36414735, "Longitude": -157.7120138, "Species": "Hawaiian Coot", "Count": 4, "Date": "2020-01-10" }, "geometry": { "type": "Point", "coordinates": [ -157.7120138, 21.36414735 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36414735, "Longitude": -157.7120138, "Species": "House Finch", "Count": 22, "Date": "2024-01-30" }, "geometry": { "type": "Point", "coordinates": [ -157.7120138, 21.36414735 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36414735, "Longitude": -157.7120138, "Species": "House Sparrow", "Count": 8, "Date": "2024-01-30" }, "geometry": { "type": "Point", "coordinates": [ -157.7120138, 21.36414735 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36414735, "Longitude": -157.7120138, "Species": "Indian Peafowl", "Count": 12, "Date": "2024-01-30" }, "geometry": { "type": "Point", "coordinates": [ -157.7120138, 21.36414735 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36414735, "Longitude": -157.7120138, "Species": "Java Sparrow", "Count": 12, "Date": "2024-01-30" }, "geometry": { "type": "Point", "coordinates": [ -157.7120138, 21.36414735 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36414735, "Longitude": -157.7120138, "Species": "Feral Mallard", "Count": 101, "Date": "2024-01-30" }, "geometry": { "type": "Point", "coordinates": [ -157.7120138, 21.36414735 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36414735, "Longitude": -157.7120138, "Species": "Northern Cardinal", "Count": 46, "Date": "2024-01-30" }, "geometry": { "type": "Point", "coordinates": [ -157.7120138, 21.36414735 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36414735, "Longitude": -157.7120138, "Species": "Pacific Golden-Plover", "Count": 190, "Date": "2024-01-30" }, "geometry": { "type": "Point", "coordinates": [ -157.7120138, 21.36414735 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36414735, "Longitude": -157.7120138, "Species": "Red Junglefowl", "Count": 5, "Date": "2024-01-26" }, "geometry": { "type": "Point", "coordinates": [ -157.7120138, 21.36414735 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36414735, "Longitude": -157.7120138, "Species": "Red-billed Leiothrix", "Count": 15, "Date": "2024-01-30" }, "geometry": { "type": "Point", "coordinates": [ -157.7120138, 21.36414735 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36414735, "Longitude": -157.7120138, "Species": "Red-crested Cardinal", "Count": 85, "Date": "2024-01-30" }, "geometry": { "type": "Point", "coordinates": [ -157.7120138, 21.36414735 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36414735, "Longitude": -157.7120138, "Species": "Red-vented Bulbul", "Count": 72, "Date": "2024-01-30" }, "geometry": { "type": "Point", "coordinates": [ -157.7120138, 21.36414735 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36414735, "Longitude": -157.7120138, "Species": "Red-whiskered Bulbul", "Count": 56, "Date": "2024-01-30" }, "geometry": { "type": "Point", "coordinates": [ -157.7120138, 21.36414735 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36414735, "Longitude": -157.7120138, "Species": "Rock Pigeon", "Count": 38, "Date": "2024-01-30" }, "geometry": { "type": "Point", "coordinates": [ -157.7120138, 21.36414735 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36414735, "Longitude": -157.7120138, "Species": "Rose-ringed Parakeet", "Count": 2, "Date": "2023-03-06" }, "geometry": { "type": "Point", "coordinates": [ -157.7120138, 21.36414735 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36414735, "Longitude": -157.7120138, "Species": "Ruddy Turnstone", "Count": 77, "Date": "2024-01-30" }, "geometry": { "type": "Point", "coordinates": [ -157.7120138, 21.36414735 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36414735, "Longitude": -157.7120138, "Species": "Saffron Finch", "Count": 4, "Date": "2024-01-30" }, "geometry": { "type": "Point", "coordinates": [ -157.7120138, 21.36414735 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36414735, "Longitude": -157.7120138, "Species": "Scaly-breasted Munia", "Count": 6, "Date": "2022-05-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7120138, 21.36414735 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36414735, "Longitude": -157.7120138, "Species": "Snow Goose", "Count": 12, "Date": "2020-01-11" }, "geometry": { "type": "Point", "coordinates": [ -157.7120138, 21.36414735 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36414735, "Longitude": -157.7120138, "Species": "Spotted Dove", "Count": 85, "Date": "2024-01-30" }, "geometry": { "type": "Point", "coordinates": [ -157.7120138, 21.36414735 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36414735, "Longitude": -157.7120138, "Species": "Wandering Tattler", "Count": 141, "Date": "2024-01-30" }, "geometry": { "type": "Point", "coordinates": [ -157.7120138, 21.36414735 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36414735, "Longitude": -157.7120138, "Species": "Warbling White-eye", "Count": 20, "Date": "2024-01-30" }, "geometry": { "type": "Point", "coordinates": [ -157.7120138, 21.36414735 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36414735, "Longitude": -157.7120138, "Species": "Wedge-tailed Shearwater", "Count": 1, "Date": "2019-12-06" }, "geometry": { "type": "Point", "coordinates": [ -157.7120138, 21.36414735 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36414735, "Longitude": -157.7120138, "Species": "Western Cattle Egret", "Count": 127, "Date": "2024-01-30" }, "geometry": { "type": "Point", "coordinates": [ -157.7120138, 21.36414735 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36414735, "Longitude": -157.7120138, "Species": "White-rumped Shama", "Count": 21, "Date": "2024-01-30" }, "geometry": { "type": "Point", "coordinates": [ -157.7120138, 21.36414735 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36414735, "Longitude": -157.7120138, "Species": "Yellow-fronted Canary", "Count": 8, "Date": "2024-01-30" }, "geometry": { "type": "Point", "coordinates": [ -157.7120138, 21.36414735 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36414735, "Longitude": -157.7120138, "Species": "Zebra Dove", "Count": 53, "Date": "2024-01-30" }, "geometry": { "type": "Point", "coordinates": [ -157.7120138, 21.36414735 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42893985, "Longitude": -157.9333549, "Species": "African Silverbill", "Count": 2, "Date": "2019-05-20" }, "geometry": { "type": "Point", "coordinates": [ -157.933354900000012, 21.42893985 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42893985, "Longitude": -157.9333549, "Species": "Apapane", "Count": 5, "Date": "2023-01-17" }, "geometry": { "type": "Point", "coordinates": [ -157.933354900000012, 21.42893985 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42893985, "Longitude": -157.9333549, "Species": "Barn Owl", "Count": 1, "Date": "2020-05-25" }, "geometry": { "type": "Point", "coordinates": [ -157.933354900000012, 21.42893985 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42893985, "Longitude": -157.9333549, "Species": "Black-crowned Night Heron", "Count": 1, "Date": "2021-09-26" }, "geometry": { "type": "Point", "coordinates": [ -157.933354900000012, 21.42893985 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42893985, "Longitude": -157.9333549, "Species": "Chestnut Munia", "Count": 5, "Date": "2023-06-11" }, "geometry": { "type": "Point", "coordinates": [ -157.933354900000012, 21.42893985 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42893985, "Longitude": -157.9333549, "Species": "Chinese Hwamei", "Count": 10, "Date": "2023-08-13" }, "geometry": { "type": "Point", "coordinates": [ -157.933354900000012, 21.42893985 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42893985, "Longitude": -157.9333549, "Species": "Common Myna", "Count": 15, "Date": "2024-01-03" }, "geometry": { "type": "Point", "coordinates": [ -157.933354900000012, 21.42893985 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42893985, "Longitude": -157.9333549, "Species": "Common Waxbill", "Count": 41, "Date": "2023-12-31" }, "geometry": { "type": "Point", "coordinates": [ -157.933354900000012, 21.42893985 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42893985, "Longitude": -157.9333549, "Species": "Gray Francolin", "Count": 1, "Date": "2022-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.933354900000012, 21.42893985 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42893985, "Longitude": -157.9333549, "Species": "Great Frigatebird", "Count": 1, "Date": "2021-09-26" }, "geometry": { "type": "Point", "coordinates": [ -157.933354900000012, 21.42893985 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42893985, "Longitude": -157.9333549, "Species": "House Finch", "Count": 63, "Date": "2024-01-03" }, "geometry": { "type": "Point", "coordinates": [ -157.933354900000012, 21.42893985 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42893985, "Longitude": -157.9333549, "Species": "House Sparrow", "Count": 3, "Date": "2022-04-11" }, "geometry": { "type": "Point", "coordinates": [ -157.933354900000012, 21.42893985 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42893985, "Longitude": -157.9333549, "Species": "Japanese Bush Warbler", "Count": 17, "Date": "2023-07-16" }, "geometry": { "type": "Point", "coordinates": [ -157.933354900000012, 21.42893985 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42893985, "Longitude": -157.9333549, "Species": "Java Sparrow", "Count": 1, "Date": "2021-09-26" }, "geometry": { "type": "Point", "coordinates": [ -157.933354900000012, 21.42893985 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42893985, "Longitude": -157.9333549, "Species": "Muscovy Duck", "Count": 1, "Date": "2021-09-26" }, "geometry": { "type": "Point", "coordinates": [ -157.933354900000012, 21.42893985 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42893985, "Longitude": -157.9333549, "Species": "Northern Cardinal", "Count": 26, "Date": "2023-08-13" }, "geometry": { "type": "Point", "coordinates": [ -157.933354900000012, 21.42893985 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42893985, "Longitude": -157.9333549, "Species": "Oahu Amakihi", "Count": 33, "Date": "2023-12-31" }, "geometry": { "type": "Point", "coordinates": [ -157.933354900000012, 21.42893985 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42893985, "Longitude": -157.9333549, "Species": "Oahu Elepaio", "Count": 1, "Date": "2023-07-16" }, "geometry": { "type": "Point", "coordinates": [ -157.933354900000012, 21.42893985 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42893985, "Longitude": -157.9333549, "Species": "Pacific Golden-Plover", "Count": 4, "Date": "2022-12-12" }, "geometry": { "type": "Point", "coordinates": [ -157.933354900000012, 21.42893985 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42893985, "Longitude": -157.9333549, "Species": "Red Junglefowl", "Count": 31, "Date": "2023-12-31" }, "geometry": { "type": "Point", "coordinates": [ -157.933354900000012, 21.42893985 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42893985, "Longitude": -157.9333549, "Species": "Red-billed Leiothrix", "Count": 72, "Date": "2023-12-31" }, "geometry": { "type": "Point", "coordinates": [ -157.933354900000012, 21.42893985 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42893985, "Longitude": -157.9333549, "Species": "Red-crested Cardinal", "Count": 37, "Date": "2023-12-31" }, "geometry": { "type": "Point", "coordinates": [ -157.933354900000012, 21.42893985 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42893985, "Longitude": -157.9333549, "Species": "Red-crowned Parrot", "Count": 65, "Date": "2024-01-03" }, "geometry": { "type": "Point", "coordinates": [ -157.933354900000012, 21.42893985 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42893985, "Longitude": -157.9333549, "Species": "Red-vented Bulbul", "Count": 85, "Date": "2024-01-03" }, "geometry": { "type": "Point", "coordinates": [ -157.933354900000012, 21.42893985 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42893985, "Longitude": -157.9333549, "Species": "Red-whiskered Bulbul", "Count": 35, "Date": "2023-12-31" }, "geometry": { "type": "Point", "coordinates": [ -157.933354900000012, 21.42893985 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42893985, "Longitude": -157.9333549, "Species": "Rock Pigeon", "Count": 2, "Date": "2021-09-26" }, "geometry": { "type": "Point", "coordinates": [ -157.933354900000012, 21.42893985 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42893985, "Longitude": -157.9333549, "Species": "Rose-ringed Parakeet", "Count": 14, "Date": "2023-02-01" }, "geometry": { "type": "Point", "coordinates": [ -157.933354900000012, 21.42893985 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42893985, "Longitude": -157.9333549, "Species": "Rosy-faced Lovebird", "Count": 1, "Date": "2019-04-17" }, "geometry": { "type": "Point", "coordinates": [ -157.933354900000012, 21.42893985 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42893985, "Longitude": -157.9333549, "Species": "Saffron Finch", "Count": 1, "Date": "2021-09-26" }, "geometry": { "type": "Point", "coordinates": [ -157.933354900000012, 21.42893985 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42893985, "Longitude": -157.9333549, "Species": "Scaly-breasted Munia", "Count": 6, "Date": "2021-05-24" }, "geometry": { "type": "Point", "coordinates": [ -157.933354900000012, 21.42893985 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42893985, "Longitude": -157.9333549, "Species": "Spotted Dove", "Count": 47, "Date": "2024-01-03" }, "geometry": { "type": "Point", "coordinates": [ -157.933354900000012, 21.42893985 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42893985, "Longitude": -157.9333549, "Species": "Warbling White-eye", "Count": 80, "Date": "2024-01-03" }, "geometry": { "type": "Point", "coordinates": [ -157.933354900000012, 21.42893985 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42893985, "Longitude": -157.9333549, "Species": "Western Cattle Egret", "Count": 1, "Date": "2021-09-26" }, "geometry": { "type": "Point", "coordinates": [ -157.933354900000012, 21.42893985 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42893985, "Longitude": -157.9333549, "Species": "White-rumped Shama", "Count": 60, "Date": "2023-12-31" }, "geometry": { "type": "Point", "coordinates": [ -157.933354900000012, 21.42893985 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42893985, "Longitude": -157.9333549, "Species": "Yellow-fronted Canary", "Count": 7, "Date": "2023-12-31" }, "geometry": { "type": "Point", "coordinates": [ -157.933354900000012, 21.42893985 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42893985, "Longitude": -157.9333549, "Species": "Zebra Dove", "Count": 54, "Date": "2023-12-31" }, "geometry": { "type": "Point", "coordinates": [ -157.933354900000012, 21.42893985 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.52895504, "Longitude": -158.0388335, "Species": "Black-crowned Night Heron", "Count": 28, "Date": "2024-01-27" }, "geometry": { "type": "Point", "coordinates": [ -158.03883350000001, 21.52895504 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.52895504, "Longitude": -158.0388335, "Species": "Cackling Goose", "Count": 1, "Date": "2020-03-07" }, "geometry": { "type": "Point", "coordinates": [ -158.03883350000001, 21.52895504 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.52895504, "Longitude": -158.0388335, "Species": "Chestnut Munia", "Count": 8, "Date": "2023-12-09" }, "geometry": { "type": "Point", "coordinates": [ -158.03883350000001, 21.52895504 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.52895504, "Longitude": -158.0388335, "Species": "Common Myna", "Count": 107, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -158.03883350000001, 21.52895504 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.52895504, "Longitude": -158.0388335, "Species": "Common Waxbill", "Count": 29, "Date": "2024-01-24" }, "geometry": { "type": "Point", "coordinates": [ -158.03883350000001, 21.52895504 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.52895504, "Longitude": -158.0388335, "Species": "Erckel's Spurfowl", "Count": 3, "Date": "2023-06-04" }, "geometry": { "type": "Point", "coordinates": [ -158.03883350000001, 21.52895504 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.52895504, "Longitude": -158.0388335, "Species": "Gray Francolin", "Count": 25, "Date": "2024-01-26" }, "geometry": { "type": "Point", "coordinates": [ -158.03883350000001, 21.52895504 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.52895504, "Longitude": -158.0388335, "Species": "Great Frigatebird", "Count": 2, "Date": "2019-08-02" }, "geometry": { "type": "Point", "coordinates": [ -158.03883350000001, 21.52895504 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.52895504, "Longitude": -158.0388335, "Species": "House Finch", "Count": 27, "Date": "2024-01-24" }, "geometry": { "type": "Point", "coordinates": [ -158.03883350000001, 21.52895504 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.52895504, "Longitude": -158.0388335, "Species": "House Sparrow", "Count": 69, "Date": "2024-02-01" }, "geometry": { "type": "Point", "coordinates": [ -158.03883350000001, 21.52895504 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.52895504, "Longitude": -158.0388335, "Species": "Java Sparrow", "Count": 6, "Date": "2024-01-14" }, "geometry": { "type": "Point", "coordinates": [ -158.03883350000001, 21.52895504 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.52895504, "Longitude": -158.0388335, "Species": "Feral Mallard", "Count": 40, "Date": "2024-02-31" }, "geometry": { "type": "Point", "coordinates": [ -158.03883350000001, 21.52895504 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.52895504, "Longitude": -158.0388335, "Species": "Muscovy Duck", "Count": 3, "Date": "2019-06-22" }, "geometry": { "type": "Point", "coordinates": [ -158.03883350000001, 21.52895504 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.52895504, "Longitude": -158.0388335, "Species": "Northern Cardinal", "Count": 18, "Date": "2024-01-24" }, "geometry": { "type": "Point", "coordinates": [ -158.03883350000001, 21.52895504 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.52895504, "Longitude": -158.0388335, "Species": "Northern Mockingbird", "Count": 1, "Date": "2023-08-11" }, "geometry": { "type": "Point", "coordinates": [ -158.03883350000001, 21.52895504 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.52895504, "Longitude": -158.0388335, "Species": "Pacific Golden-Plover", "Count": 47, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -158.03883350000001, 21.52895504 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.52895504, "Longitude": -158.0388335, "Species": "Red Avadavat", "Count": 2, "Date": "2022-11-10" }, "geometry": { "type": "Point", "coordinates": [ -158.03883350000001, 21.52895504 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.52895504, "Longitude": -158.0388335, "Species": "Red Junglefowl", "Count": 53, "Date": "2024-01-24" }, "geometry": { "type": "Point", "coordinates": [ -158.03883350000001, 21.52895504 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.52895504, "Longitude": -158.0388335, "Species": "Red-crested Cardinal", "Count": 71, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -158.03883350000001, 21.52895504 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.52895504, "Longitude": -158.0388335, "Species": "Red-masked Parakeet", "Count": 1, "Date": "2022-05-30" }, "geometry": { "type": "Point", "coordinates": [ -158.03883350000001, 21.52895504 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.52895504, "Longitude": -158.0388335, "Species": "Red-vented Bulbul", "Count": 87, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -158.03883350000001, 21.52895504 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.52895504, "Longitude": -158.0388335, "Species": "Red-whiskered Bulbul", "Count": 38, "Date": "2024-01-16" }, "geometry": { "type": "Point", "coordinates": [ -158.03883350000001, 21.52895504 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.52895504, "Longitude": -158.0388335, "Species": "Rock Pigeon", "Count": 8, "Date": "2024-01-18" }, "geometry": { "type": "Point", "coordinates": [ -158.03883350000001, 21.52895504 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.52895504, "Longitude": -158.0388335, "Species": "Rose-ringed Parakeet", "Count": 3, "Date": "2024-01-14" }, "geometry": { "type": "Point", "coordinates": [ -158.03883350000001, 21.52895504 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.52895504, "Longitude": -158.0388335, "Species": "Saffron Finch", "Count": 64, "Date": "2024-02-07" }, "geometry": { "type": "Point", "coordinates": [ -158.03883350000001, 21.52895504 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.52895504, "Longitude": -158.0388335, "Species": "Sanderling", "Count": 1, "Date": "2024-01-14" }, "geometry": { "type": "Point", "coordinates": [ -158.03883350000001, 21.52895504 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.52895504, "Longitude": -158.0388335, "Species": "Scaly-breasted Munia", "Count": 4, "Date": "2024-01-14" }, "geometry": { "type": "Point", "coordinates": [ -158.03883350000001, 21.52895504 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.52895504, "Longitude": -158.0388335, "Species": "Short-eared Owl", "Count": 1, "Date": "2021-07-09" }, "geometry": { "type": "Point", "coordinates": [ -158.03883350000001, 21.52895504 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.52895504, "Longitude": -158.0388335, "Species": "Spotted Dove", "Count": 69, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -158.03883350000001, 21.52895504 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.52895504, "Longitude": -158.0388335, "Species": "Warbling White-eye", "Count": 41, "Date": "2024-02-01" }, "geometry": { "type": "Point", "coordinates": [ -158.03883350000001, 21.52895504 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.52895504, "Longitude": -158.0388335, "Species": "Western Cattle Egret", "Count": 26, "Date": "2024-01-26" }, "geometry": { "type": "Point", "coordinates": [ -158.03883350000001, 21.52895504 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.52895504, "Longitude": -158.0388335, "Species": "White-rumped Shama", "Count": 17, "Date": "2024-01-24" }, "geometry": { "type": "Point", "coordinates": [ -158.03883350000001, 21.52895504 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.52895504, "Longitude": -158.0388335, "Species": "Yellow-fronted Canary", "Count": 4, "Date": "2024-01-14" }, "geometry": { "type": "Point", "coordinates": [ -158.03883350000001, 21.52895504 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.52895504, "Longitude": -158.0388335, "Species": "Zebra Dove", "Count": 100, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -158.03883350000001, 21.52895504 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63752453, "Longitude": -158.0671033, "Species": "Barn Owl", "Count": 1, "Date": "2020-12-31" }, "geometry": { "type": "Point", "coordinates": [ -158.067103300000014, 21.63752453 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63752453, "Longitude": -158.0671033, "Species": "Black-crowned Night Heron", "Count": 2, "Date": "2023-01-26" }, "geometry": { "type": "Point", "coordinates": [ -158.067103300000014, 21.63752453 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63752453, "Longitude": -158.0671033, "Species": "Black-necked Stilt", "Count": 1, "Date": "2023-01-11" }, "geometry": { "type": "Point", "coordinates": [ -158.067103300000014, 21.63752453 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63752453, "Longitude": -158.0671033, "Species": "Brown Booby", "Count": 7, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -158.067103300000014, 21.63752453 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63752453, "Longitude": -158.0671033, "Species": "Brown Noddy", "Count": 1, "Date": "2022-05-25" }, "geometry": { "type": "Point", "coordinates": [ -158.067103300000014, 21.63752453 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63752453, "Longitude": -158.0671033, "Species": "Common Gallinule", "Count": 5, "Date": "2024-01-17" }, "geometry": { "type": "Point", "coordinates": [ -158.067103300000014, 21.63752453 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63752453, "Longitude": -158.0671033, "Species": "Common Myna", "Count": 14, "Date": "2024-02-23" }, "geometry": { "type": "Point", "coordinates": [ -158.067103300000014, 21.63752453 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63752453, "Longitude": -158.0671033, "Species": "Common Waxbill", "Count": 5, "Date": "2024-01-14" }, "geometry": { "type": "Point", "coordinates": [ -158.067103300000014, 21.63752453 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63752453, "Longitude": -158.0671033, "Species": "Great Frigatebird", "Count": 2, "Date": "2023-07-25" }, "geometry": { "type": "Point", "coordinates": [ -158.067103300000014, 21.63752453 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63752453, "Longitude": -158.0671033, "Species": "Hawaiian Coot", "Count": 1, "Date": "2023-01-26" }, "geometry": { "type": "Point", "coordinates": [ -158.067103300000014, 21.63752453 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63752453, "Longitude": -158.0671033, "Species": "House Finch", "Count": 4, "Date": "2024-02-23" }, "geometry": { "type": "Point", "coordinates": [ -158.067103300000014, 21.63752453 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63752453, "Longitude": -158.0671033, "Species": "Indian Peafowl", "Count": 1, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -158.067103300000014, 21.63752453 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63752453, "Longitude": -158.0671033, "Species": "Java Sparrow", "Count": 1, "Date": "2022-11-15" }, "geometry": { "type": "Point", "coordinates": [ -158.067103300000014, 21.63752453 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63752453, "Longitude": -158.0671033, "Species": "Lesser Scaup", "Count": 1, "Date": "2024-01-17" }, "geometry": { "type": "Point", "coordinates": [ -158.067103300000014, 21.63752453 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63752453, "Longitude": -158.0671033, "Species": "Feral Mallard", "Count": 5, "Date": "2024-01-14" }, "geometry": { "type": "Point", "coordinates": [ -158.067103300000014, 21.63752453 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63752453, "Longitude": -158.0671033, "Species": "Northern Cardinal", "Count": 1, "Date": "2022-11-15" }, "geometry": { "type": "Point", "coordinates": [ -158.067103300000014, 21.63752453 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63752453, "Longitude": -158.0671033, "Species": "Pacific Golden-Plover", "Count": 5, "Date": "2023-09-23" }, "geometry": { "type": "Point", "coordinates": [ -158.067103300000014, 21.63752453 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63752453, "Longitude": -158.0671033, "Species": "Peregrine Falcon", "Count": 1, "Date": "2022-11-15" }, "geometry": { "type": "Point", "coordinates": [ -158.067103300000014, 21.63752453 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63752453, "Longitude": -158.0671033, "Species": "Red Junglefowl", "Count": 9, "Date": "2024-02-23" }, "geometry": { "type": "Point", "coordinates": [ -158.067103300000014, 21.63752453 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63752453, "Longitude": -158.0671033, "Species": "Red-billed Leiothrix", "Count": 1, "Date": "2022-05-25" }, "geometry": { "type": "Point", "coordinates": [ -158.067103300000014, 21.63752453 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63752453, "Longitude": -158.0671033, "Species": "Red-crested Cardinal", "Count": 11, "Date": "2024-02-23" }, "geometry": { "type": "Point", "coordinates": [ -158.067103300000014, 21.63752453 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63752453, "Longitude": -158.0671033, "Species": "Red-footed Booby", "Count": 3, "Date": "2022-02-28" }, "geometry": { "type": "Point", "coordinates": [ -158.067103300000014, 21.63752453 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63752453, "Longitude": -158.0671033, "Species": "Red-vented Bulbul", "Count": 6, "Date": "2024-01-17" }, "geometry": { "type": "Point", "coordinates": [ -158.067103300000014, 21.63752453 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63752453, "Longitude": -158.0671033, "Species": "Red-whiskered Bulbul", "Count": 2, "Date": "2024-01-14" }, "geometry": { "type": "Point", "coordinates": [ -158.067103300000014, 21.63752453 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63752453, "Longitude": -158.0671033, "Species": "Rock Pigeon", "Count": 10, "Date": "2024-02-23" }, "geometry": { "type": "Point", "coordinates": [ -158.067103300000014, 21.63752453 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63752453, "Longitude": -158.0671033, "Species": "Ruddy Turnstone", "Count": 2, "Date": "2019-03-09" }, "geometry": { "type": "Point", "coordinates": [ -158.067103300000014, 21.63752453 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63752453, "Longitude": -158.0671033, "Species": "Saffron Finch", "Count": 12, "Date": "2024-01-17" }, "geometry": { "type": "Point", "coordinates": [ -158.067103300000014, 21.63752453 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63752453, "Longitude": -158.0671033, "Species": "Scaly-breasted Munia", "Count": 1, "Date": "2023-03-05" }, "geometry": { "type": "Point", "coordinates": [ -158.067103300000014, 21.63752453 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63752453, "Longitude": -158.0671033, "Species": "Spotted Dove", "Count": 3, "Date": "2023-03-05" }, "geometry": { "type": "Point", "coordinates": [ -158.067103300000014, 21.63752453 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63752453, "Longitude": -158.0671033, "Species": "Wandering Tattler", "Count": 7, "Date": "2024-02-23" }, "geometry": { "type": "Point", "coordinates": [ -158.067103300000014, 21.63752453 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63752453, "Longitude": -158.0671033, "Species": "Warbling White-eye", "Count": 9, "Date": "2024-02-23" }, "geometry": { "type": "Point", "coordinates": [ -158.067103300000014, 21.63752453 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63752453, "Longitude": -158.0671033, "Species": "Wedge-tailed Shearwater", "Count": 1, "Date": "2021-07-22" }, "geometry": { "type": "Point", "coordinates": [ -158.067103300000014, 21.63752453 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63752453, "Longitude": -158.0671033, "Species": "Western Cattle Egret", "Count": 10, "Date": "2024-02-23" }, "geometry": { "type": "Point", "coordinates": [ -158.067103300000014, 21.63752453 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63752453, "Longitude": -158.0671033, "Species": "White Tern", "Count": 1, "Date": "2022-05-25" }, "geometry": { "type": "Point", "coordinates": [ -158.067103300000014, 21.63752453 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63752453, "Longitude": -158.0671033, "Species": "White-faced Ibis", "Count": 1, "Date": "2021-10-16" }, "geometry": { "type": "Point", "coordinates": [ -158.067103300000014, 21.63752453 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63752453, "Longitude": -158.0671033, "Species": "White-rumped Shama", "Count": 2, "Date": "2023-03-05" }, "geometry": { "type": "Point", "coordinates": [ -158.067103300000014, 21.63752453 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63752453, "Longitude": -158.0671033, "Species": "White-tailed Tropicbird", "Count": 3, "Date": "2024-01-14" }, "geometry": { "type": "Point", "coordinates": [ -158.067103300000014, 21.63752453 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63752453, "Longitude": -158.0671033, "Species": "Yellow-fronted Canary", "Count": 1, "Date": "2019-09-14" }, "geometry": { "type": "Point", "coordinates": [ -158.067103300000014, 21.63752453 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63752453, "Longitude": -158.0671033, "Species": "Zebra Dove", "Count": 10, "Date": "2024-01-17" }, "geometry": { "type": "Point", "coordinates": [ -158.067103300000014, 21.63752453 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42759841, "Longitude": -157.7404009, "Species": "Black Noddy", "Count": 5, "Date": "2020-03-13" }, "geometry": { "type": "Point", "coordinates": [ -157.7404009, 21.42759841 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42759841, "Longitude": -157.7404009, "Species": "Black-crowned Night Heron", "Count": 11, "Date": "2023-01-22" }, "geometry": { "type": "Point", "coordinates": [ -157.7404009, 21.42759841 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42759841, "Longitude": -157.7404009, "Species": "Black-necked Stilt", "Count": 26, "Date": "2024-02-22" }, "geometry": { "type": "Point", "coordinates": [ -157.7404009, 21.42759841 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42759841, "Longitude": -157.7404009, "Species": "Brant", "Count": 3, "Date": "2020-03-13" }, "geometry": { "type": "Point", "coordinates": [ -157.7404009, 21.42759841 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42759841, "Longitude": -157.7404009, "Species": "Bristle-thighed Curlew", "Count": 1, "Date": "2019-07-16" }, "geometry": { "type": "Point", "coordinates": [ -157.7404009, 21.42759841 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42759841, "Longitude": -157.7404009, "Species": "Brown Booby", "Count": 1, "Date": "2019-01-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7404009, 21.42759841 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42759841, "Longitude": -157.7404009, "Species": "Brown Noddy", "Count": 2, "Date": "2019-02-12" }, "geometry": { "type": "Point", "coordinates": [ -157.7404009, 21.42759841 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42759841, "Longitude": -157.7404009, "Species": "Cackling Goose", "Count": 2, "Date": "2020-03-10" }, "geometry": { "type": "Point", "coordinates": [ -157.7404009, 21.42759841 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42759841, "Longitude": -157.7404009, "Species": "Chestnut Munia", "Count": 1, "Date": "2023-02-10" }, "geometry": { "type": "Point", "coordinates": [ -157.7404009, 21.42759841 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42759841, "Longitude": -157.7404009, "Species": "Common Gallinule", "Count": 2, "Date": "2023-01-22" }, "geometry": { "type": "Point", "coordinates": [ -157.7404009, 21.42759841 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42759841, "Longitude": -157.7404009, "Species": "Common Myna", "Count": 21, "Date": "2024-02-22" }, "geometry": { "type": "Point", "coordinates": [ -157.7404009, 21.42759841 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42759841, "Longitude": -157.7404009, "Species": "Common Waxbill", "Count": 5, "Date": "2023-01-22" }, "geometry": { "type": "Point", "coordinates": [ -157.7404009, 21.42759841 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42759841, "Longitude": -157.7404009, "Species": "Gray Francolin", "Count": 22, "Date": "2024-02-22" }, "geometry": { "type": "Point", "coordinates": [ -157.7404009, 21.42759841 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42759841, "Longitude": -157.7404009, "Species": "Great Frigatebird", "Count": 6, "Date": "2023-02-10" }, "geometry": { "type": "Point", "coordinates": [ -157.7404009, 21.42759841 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42759841, "Longitude": -157.7404009, "Species": "Hawaiian Coot", "Count": 23, "Date": "2024-02-22" }, "geometry": { "type": "Point", "coordinates": [ -157.7404009, 21.42759841 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42759841, "Longitude": -157.7404009, "Species": "House Finch", "Count": 3, "Date": "2022-08-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7404009, 21.42759841 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42759841, "Longitude": -157.7404009, "Species": "Java Sparrow", "Count": 4, "Date": "2024-01-16" }, "geometry": { "type": "Point", "coordinates": [ -157.7404009, 21.42759841 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42759841, "Longitude": -157.7404009, "Species": "Laughing Gull", "Count": 15, "Date": "2024-02-22" }, "geometry": { "type": "Point", "coordinates": [ -157.7404009, 21.42759841 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42759841, "Longitude": -157.7404009, "Species": "Lesser Scaup", "Count": 1, "Date": "2019-12-06" }, "geometry": { "type": "Point", "coordinates": [ -157.7404009, 21.42759841 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42759841, "Longitude": -157.7404009, "Species": "Feral Mallard", "Count": 17, "Date": "2024-03-13" }, "geometry": { "type": "Point", "coordinates": [ -157.7404009, 21.42759841 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42759841, "Longitude": -157.7404009, "Species": "Muscovy Duck", "Count": 1, "Date": "2023-01-22" }, "geometry": { "type": "Point", "coordinates": [ -157.7404009, 21.42759841 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42759841, "Longitude": -157.7404009, "Species": "Northern Cardinal", "Count": 2, "Date": "2023-01-18" }, "geometry": { "type": "Point", "coordinates": [ -157.7404009, 21.42759841 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42759841, "Longitude": -157.7404009, "Species": "Northern Pintail", "Count": 2, "Date": "2020-03-10" }, "geometry": { "type": "Point", "coordinates": [ -157.7404009, 21.42759841 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42759841, "Longitude": -157.7404009, "Species": "Northern Shoveler", "Count": 2, "Date": "2020-03-10" }, "geometry": { "type": "Point", "coordinates": [ -157.7404009, 21.42759841 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42759841, "Longitude": -157.7404009, "Species": "Pacific Golden-Plover", "Count": 26, "Date": "2024-02-22" }, "geometry": { "type": "Point", "coordinates": [ -157.7404009, 21.42759841 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42759841, "Longitude": -157.7404009, "Species": "Red-crested Cardinal", "Count": 5, "Date": "2024-02-09" }, "geometry": { "type": "Point", "coordinates": [ -157.7404009, 21.42759841 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42759841, "Longitude": -157.7404009, "Species": "Red-footed Booby", "Count": 2, "Date": "2019-12-06" }, "geometry": { "type": "Point", "coordinates": [ -157.7404009, 21.42759841 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42759841, "Longitude": -157.7404009, "Species": "Red-vented Bulbul", "Count": 22, "Date": "2024-02-22" }, "geometry": { "type": "Point", "coordinates": [ -157.7404009, 21.42759841 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42759841, "Longitude": -157.7404009, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2023-01-18" }, "geometry": { "type": "Point", "coordinates": [ -157.7404009, 21.42759841 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42759841, "Longitude": -157.7404009, "Species": "Rock Pigeon", "Count": 5, "Date": "2023-02-09" }, "geometry": { "type": "Point", "coordinates": [ -157.7404009, 21.42759841 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42759841, "Longitude": -157.7404009, "Species": "Ruddy Turnstone", "Count": 21, "Date": "2024-02-22" }, "geometry": { "type": "Point", "coordinates": [ -157.7404009, 21.42759841 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42759841, "Longitude": -157.7404009, "Species": "Short-eared Owl", "Count": 5, "Date": "2023-01-18" }, "geometry": { "type": "Point", "coordinates": [ -157.7404009, 21.42759841 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42759841, "Longitude": -157.7404009, "Species": "Spotted Dove", "Count": 9, "Date": "2023-02-09" }, "geometry": { "type": "Point", "coordinates": [ -157.7404009, 21.42759841 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42759841, "Longitude": -157.7404009, "Species": "Wandering Tattler", "Count": 9, "Date": "2023-11-21" }, "geometry": { "type": "Point", "coordinates": [ -157.7404009, 21.42759841 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42759841, "Longitude": -157.7404009, "Species": "Warbling White-eye", "Count": 1, "Date": "2019-07-16" }, "geometry": { "type": "Point", "coordinates": [ -157.7404009, 21.42759841 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42759841, "Longitude": -157.7404009, "Species": "Wedge-tailed Shearwater", "Count": 2, "Date": "2023-11-21" }, "geometry": { "type": "Point", "coordinates": [ -157.7404009, 21.42759841 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42759841, "Longitude": -157.7404009, "Species": "Western Cattle Egret", "Count": 10, "Date": "2023-02-09" }, "geometry": { "type": "Point", "coordinates": [ -157.7404009, 21.42759841 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42759841, "Longitude": -157.7404009, "Species": "White-rumped Shama", "Count": 1, "Date": "2019-07-16" }, "geometry": { "type": "Point", "coordinates": [ -157.7404009, 21.42759841 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42759841, "Longitude": -157.7404009, "Species": "White-tailed Tropicbird", "Count": 1, "Date": "2019-01-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7404009, 21.42759841 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42759841, "Longitude": -157.7404009, "Species": "Zebra Dove", "Count": 22, "Date": "2024-02-22" }, "geometry": { "type": "Point", "coordinates": [ -157.7404009, 21.42759841 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43712626, "Longitude": -157.8078596, "Species": "Black-crowned Night Heron", "Count": 15, "Date": "2022-11-10" }, "geometry": { "type": "Point", "coordinates": [ -157.8078596, 21.43712626 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43712626, "Longitude": -157.8078596, "Species": "Black-necked Stilt", "Count": 36, "Date": "2023-08-21" }, "geometry": { "type": "Point", "coordinates": [ -157.8078596, 21.43712626 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43712626, "Longitude": -157.8078596, "Species": "Bristle-thighed Curlew", "Count": 1, "Date": "2019-11-13" }, "geometry": { "type": "Point", "coordinates": [ -157.8078596, 21.43712626 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43712626, "Longitude": -157.8078596, "Species": "Brown Booby", "Count": 3, "Date": "2021-01-01" }, "geometry": { "type": "Point", "coordinates": [ -157.8078596, 21.43712626 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43712626, "Longitude": -157.8078596, "Species": "Chestnut Munia", "Count": 22, "Date": "2023-01-31" }, "geometry": { "type": "Point", "coordinates": [ -157.8078596, 21.43712626 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43712626, "Longitude": -157.8078596, "Species": "Common Gallinule", "Count": 70, "Date": "2024-01-26" }, "geometry": { "type": "Point", "coordinates": [ -157.8078596, 21.43712626 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43712626, "Longitude": -157.8078596, "Species": "Common Myna", "Count": 87, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.8078596, 21.43712626 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43712626, "Longitude": -157.8078596, "Species": "Common Waxbill", "Count": 72, "Date": "2023-01-31" }, "geometry": { "type": "Point", "coordinates": [ -157.8078596, 21.43712626 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43712626, "Longitude": -157.8078596, "Species": "Elegant Tern", "Count": 1, "Date": "2019-02-07" }, "geometry": { "type": "Point", "coordinates": [ -157.8078596, 21.43712626 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43712626, "Longitude": -157.8078596, "Species": "Erckel's Spurfowl", "Count": 1, "Date": "2023-10-18" }, "geometry": { "type": "Point", "coordinates": [ -157.8078596, 21.43712626 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43712626, "Longitude": -157.8078596, "Species": "Great Frigatebird", "Count": 3, "Date": "2023-11-06" }, "geometry": { "type": "Point", "coordinates": [ -157.8078596, 21.43712626 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43712626, "Longitude": -157.8078596, "Species": "Hooded Merganser", "Count": 29, "Date": "2021-04-10" }, "geometry": { "type": "Point", "coordinates": [ -157.8078596, 21.43712626 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43712626, "Longitude": -157.8078596, "Species": "House Finch", "Count": 20, "Date": "2023-07-26" }, "geometry": { "type": "Point", "coordinates": [ -157.8078596, 21.43712626 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43712626, "Longitude": -157.8078596, "Species": "House Sparrow", "Count": 9, "Date": "2021-04-07" }, "geometry": { "type": "Point", "coordinates": [ -157.8078596, 21.43712626 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43712626, "Longitude": -157.8078596, "Species": "Japanese Bush Warbler", "Count": 1, "Date": "2019-02-17" }, "geometry": { "type": "Point", "coordinates": [ -157.8078596, 21.43712626 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43712626, "Longitude": -157.8078596, "Species": "Java Sparrow", "Count": 3, "Date": "2023-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.8078596, 21.43712626 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43712626, "Longitude": -157.8078596, "Species": "Feral Mallard", "Count": 89, "Date": "2024-02-13" }, "geometry": { "type": "Point", "coordinates": [ -157.8078596, 21.43712626 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43712626, "Longitude": -157.8078596, "Species": "Northern Cardinal", "Count": 25, "Date": "2022-11-10" }, "geometry": { "type": "Point", "coordinates": [ -157.8078596, 21.43712626 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43712626, "Longitude": -157.8078596, "Species": "Northern Mockingbird", "Count": 1, "Date": "2021-05-05" }, "geometry": { "type": "Point", "coordinates": [ -157.8078596, 21.43712626 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43712626, "Longitude": -157.8078596, "Species": "Pacific Golden-Plover", "Count": 78, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.8078596, 21.43712626 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43712626, "Longitude": -157.8078596, "Species": "Red Junglefowl", "Count": 47, "Date": "2024-02-13" }, "geometry": { "type": "Point", "coordinates": [ -157.8078596, 21.43712626 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43712626, "Longitude": -157.8078596, "Species": "Red-billed Leiothrix", "Count": 3, "Date": "2022-04-02" }, "geometry": { "type": "Point", "coordinates": [ -157.8078596, 21.43712626 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43712626, "Longitude": -157.8078596, "Species": "Red-crested Cardinal", "Count": 68, "Date": "2024-01-26" }, "geometry": { "type": "Point", "coordinates": [ -157.8078596, 21.43712626 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43712626, "Longitude": -157.8078596, "Species": "Red-vented Bulbul", "Count": 74, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.8078596, 21.43712626 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43712626, "Longitude": -157.8078596, "Species": "Red-whiskered Bulbul", "Count": 33, "Date": "2023-10-21" }, "geometry": { "type": "Point", "coordinates": [ -157.8078596, 21.43712626 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43712626, "Longitude": -157.8078596, "Species": "Rock Pigeon", "Count": 4, "Date": "2023-10-18" }, "geometry": { "type": "Point", "coordinates": [ -157.8078596, 21.43712626 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43712626, "Longitude": -157.8078596, "Species": "Ruddy Turnstone", "Count": 7, "Date": "2022-08-20" }, "geometry": { "type": "Point", "coordinates": [ -157.8078596, 21.43712626 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43712626, "Longitude": -157.8078596, "Species": "Saffron Finch", "Count": 3, "Date": "2023-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.8078596, 21.43712626 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43712626, "Longitude": -157.8078596, "Species": "Sanderling", "Count": 2, "Date": "2022-08-20" }, "geometry": { "type": "Point", "coordinates": [ -157.8078596, 21.43712626 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43712626, "Longitude": -157.8078596, "Species": "Scaly-breasted Munia", "Count": 18, "Date": "2021-07-31" }, "geometry": { "type": "Point", "coordinates": [ -157.8078596, 21.43712626 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43712626, "Longitude": -157.8078596, "Species": "Spotted Dove", "Count": 73, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.8078596, 21.43712626 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43712626, "Longitude": -157.8078596, "Species": "Spotted Sandpiper", "Count": 4, "Date": "2021-01-13" }, "geometry": { "type": "Point", "coordinates": [ -157.8078596, 21.43712626 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43712626, "Longitude": -157.8078596, "Species": "Wandering Tattler", "Count": 36, "Date": "2024-01-26" }, "geometry": { "type": "Point", "coordinates": [ -157.8078596, 21.43712626 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43712626, "Longitude": -157.8078596, "Species": "Warbling White-eye", "Count": 72, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.8078596, 21.43712626 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43712626, "Longitude": -157.8078596, "Species": "Western Cattle Egret", "Count": 76, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.8078596, 21.43712626 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43712626, "Longitude": -157.8078596, "Species": "White Tern", "Count": 1, "Date": "2024-02-13" }, "geometry": { "type": "Point", "coordinates": [ -157.8078596, 21.43712626 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43712626, "Longitude": -157.8078596, "Species": "White-rumped Shama", "Count": 78, "Date": "2024-02-13" }, "geometry": { "type": "Point", "coordinates": [ -157.8078596, 21.43712626 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43712626, "Longitude": -157.8078596, "Species": "Yellow-fronted Canary", "Count": 2, "Date": "2021-02-05" }, "geometry": { "type": "Point", "coordinates": [ -157.8078596, 21.43712626 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43712626, "Longitude": -157.8078596, "Species": "Zebra Dove", "Count": 89, "Date": "2024-02-13" }, "geometry": { "type": "Point", "coordinates": [ -157.8078596, 21.43712626 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45454755, "Longitude": -157.72087, "Species": "African Silverbill", "Count": 2, "Date": "2019-04-03" }, "geometry": { "type": "Point", "coordinates": [ -157.72087, 21.45454755 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45454755, "Longitude": -157.72087, "Species": "Black Noddy", "Count": 1, "Date": "2023-04-06" }, "geometry": { "type": "Point", "coordinates": [ -157.72087, 21.45454755 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45454755, "Longitude": -157.72087, "Species": "Black-crowned Night Heron", "Count": 1, "Date": "2022-01-01" }, "geometry": { "type": "Point", "coordinates": [ -157.72087, 21.45454755 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45454755, "Longitude": -157.72087, "Species": "Black-necked Stilt", "Count": 3, "Date": "2022-02-05" }, "geometry": { "type": "Point", "coordinates": [ -157.72087, 21.45454755 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45454755, "Longitude": -157.72087, "Species": "Brown Booby", "Count": 11, "Date": "2023-04-06" }, "geometry": { "type": "Point", "coordinates": [ -157.72087, 21.45454755 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45454755, "Longitude": -157.72087, "Species": "Brown Noddy", "Count": 7, "Date": "2023-04-06" }, "geometry": { "type": "Point", "coordinates": [ -157.72087, 21.45454755 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45454755, "Longitude": -157.72087, "Species": "Common Myna", "Count": 22, "Date": "2023-04-06" }, "geometry": { "type": "Point", "coordinates": [ -157.72087, 21.45454755 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45454755, "Longitude": -157.72087, "Species": "Common Waxbill", "Count": 18, "Date": "2023-04-06" }, "geometry": { "type": "Point", "coordinates": [ -157.72087, 21.45454755 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45454755, "Longitude": -157.72087, "Species": "Eurasian Skylark", "Count": 4, "Date": "2020-07-13" }, "geometry": { "type": "Point", "coordinates": [ -157.72087, 21.45454755 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45454755, "Longitude": -157.72087, "Species": "Gray Francolin", "Count": 8, "Date": "2023-04-06" }, "geometry": { "type": "Point", "coordinates": [ -157.72087, 21.45454755 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45454755, "Longitude": -157.72087, "Species": "Great Frigatebird", "Count": 27, "Date": "2023-06-26" }, "geometry": { "type": "Point", "coordinates": [ -157.72087, 21.45454755 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45454755, "Longitude": -157.72087, "Species": "House Finch", "Count": 13, "Date": "2023-04-06" }, "geometry": { "type": "Point", "coordinates": [ -157.72087, 21.45454755 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45454755, "Longitude": -157.72087, "Species": "House Sparrow", "Count": 6, "Date": "2023-02-14" }, "geometry": { "type": "Point", "coordinates": [ -157.72087, 21.45454755 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45454755, "Longitude": -157.72087, "Species": "Java Sparrow", "Count": 12, "Date": "2023-04-06" }, "geometry": { "type": "Point", "coordinates": [ -157.72087, 21.45454755 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45454755, "Longitude": -157.72087, "Species": "Laysan Albatross", "Count": 1, "Date": "2022-01-08" }, "geometry": { "type": "Point", "coordinates": [ -157.72087, 21.45454755 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45454755, "Longitude": -157.72087, "Species": "Feral Mallard", "Count": 1, "Date": "2022-01-08" }, "geometry": { "type": "Point", "coordinates": [ -157.72087, 21.45454755 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45454755, "Longitude": -157.72087, "Species": "Masked Booby", "Count": 5, "Date": "2023-04-06" }, "geometry": { "type": "Point", "coordinates": [ -157.72087, 21.45454755 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45454755, "Longitude": -157.72087, "Species": "Northern Cardinal", "Count": 17, "Date": "2023-04-06" }, "geometry": { "type": "Point", "coordinates": [ -157.72087, 21.45454755 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45454755, "Longitude": -157.72087, "Species": "Northern Mockingbird", "Count": 3, "Date": "2020-07-13" }, "geometry": { "type": "Point", "coordinates": [ -157.72087, 21.45454755 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45454755, "Longitude": -157.72087, "Species": "Orange-cheeked Waxbill", "Count": 1, "Date": "2022-01-02" }, "geometry": { "type": "Point", "coordinates": [ -157.72087, 21.45454755 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45454755, "Longitude": -157.72087, "Species": "Pacific Golden-Plover", "Count": 17, "Date": "2023-04-06" }, "geometry": { "type": "Point", "coordinates": [ -157.72087, 21.45454755 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45454755, "Longitude": -157.72087, "Species": "Peregrine Falcon", "Count": 1, "Date": "2020-07-13" }, "geometry": { "type": "Point", "coordinates": [ -157.72087, 21.45454755 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45454755, "Longitude": -157.72087, "Species": "Red Avadavat", "Count": 3, "Date": "2021-12-31" }, "geometry": { "type": "Point", "coordinates": [ -157.72087, 21.45454755 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45454755, "Longitude": -157.72087, "Species": "Red Junglefowl", "Count": 2, "Date": "2019-11-06" }, "geometry": { "type": "Point", "coordinates": [ -157.72087, 21.45454755 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45454755, "Longitude": -157.72087, "Species": "Red-crested Cardinal", "Count": 16, "Date": "2023-04-06" }, "geometry": { "type": "Point", "coordinates": [ -157.72087, 21.45454755 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45454755, "Longitude": -157.72087, "Species": "Red-footed Booby", "Count": 21, "Date": "2024-02-17" }, "geometry": { "type": "Point", "coordinates": [ -157.72087, 21.45454755 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45454755, "Longitude": -157.72087, "Species": "Red-tailed Tropicbird", "Count": 2, "Date": "2023-04-06" }, "geometry": { "type": "Point", "coordinates": [ -157.72087, 21.45454755 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45454755, "Longitude": -157.72087, "Species": "Red-vented Bulbul", "Count": 16, "Date": "2023-04-06" }, "geometry": { "type": "Point", "coordinates": [ -157.72087, 21.45454755 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45454755, "Longitude": -157.72087, "Species": "Red-whiskered Bulbul", "Count": 4, "Date": "2022-03-12" }, "geometry": { "type": "Point", "coordinates": [ -157.72087, 21.45454755 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45454755, "Longitude": -157.72087, "Species": "Rock Pigeon", "Count": 3, "Date": "2022-01-04" }, "geometry": { "type": "Point", "coordinates": [ -157.72087, 21.45454755 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45454755, "Longitude": -157.72087, "Species": "Saffron Finch", "Count": 3, "Date": "2022-01-07" }, "geometry": { "type": "Point", "coordinates": [ -157.72087, 21.45454755 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45454755, "Longitude": -157.72087, "Species": "Scaly-breasted Munia", "Count": 5, "Date": "2020-07-13" }, "geometry": { "type": "Point", "coordinates": [ -157.72087, 21.45454755 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45454755, "Longitude": -157.72087, "Species": "Short-eared Owl", "Count": 1, "Date": "2019-04-03" }, "geometry": { "type": "Point", "coordinates": [ -157.72087, 21.45454755 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45454755, "Longitude": -157.72087, "Species": "Sooty Tern", "Count": 6, "Date": "2023-04-06" }, "geometry": { "type": "Point", "coordinates": [ -157.72087, 21.45454755 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45454755, "Longitude": -157.72087, "Species": "Spotted Dove", "Count": 9, "Date": "2023-04-06" }, "geometry": { "type": "Point", "coordinates": [ -157.72087, 21.45454755 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45454755, "Longitude": -157.72087, "Species": "Wandering Tattler", "Count": 3, "Date": "2022-07-26" }, "geometry": { "type": "Point", "coordinates": [ -157.72087, 21.45454755 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45454755, "Longitude": -157.72087, "Species": "Warbling White-eye", "Count": 13, "Date": "2023-04-06" }, "geometry": { "type": "Point", "coordinates": [ -157.72087, 21.45454755 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45454755, "Longitude": -157.72087, "Species": "Wedge-tailed Shearwater", "Count": 2, "Date": "2021-12-30" }, "geometry": { "type": "Point", "coordinates": [ -157.72087, 21.45454755 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45454755, "Longitude": -157.72087, "Species": "Western Cattle Egret", "Count": 17, "Date": "2023-04-06" }, "geometry": { "type": "Point", "coordinates": [ -157.72087, 21.45454755 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45454755, "Longitude": -157.72087, "Species": "White-rumped Shama", "Count": 4, "Date": "2022-01-04" }, "geometry": { "type": "Point", "coordinates": [ -157.72087, 21.45454755 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45454755, "Longitude": -157.72087, "Species": "Yellow-fronted Canary", "Count": 1, "Date": "2022-01-05" }, "geometry": { "type": "Point", "coordinates": [ -157.72087, 21.45454755 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45454755, "Longitude": -157.72087, "Species": "Zebra Dove", "Count": 16, "Date": "2023-04-06" }, "geometry": { "type": "Point", "coordinates": [ -157.72087, 21.45454755 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69115413, "Longitude": -157.9700975, "Species": "American Wigeon", "Count": 1, "Date": "2023-04-08" }, "geometry": { "type": "Point", "coordinates": [ -157.9700975, 21.69115413 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69115413, "Longitude": -157.9700975, "Species": "Black Francolin", "Count": 1, "Date": "2021-09-05" }, "geometry": { "type": "Point", "coordinates": [ -157.9700975, 21.69115413 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69115413, "Longitude": -157.9700975, "Species": "Black-crowned Night Heron", "Count": 28, "Date": "2023-04-03" }, "geometry": { "type": "Point", "coordinates": [ -157.9700975, 21.69115413 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69115413, "Longitude": -157.9700975, "Species": "Black-necked Stilt", "Count": 114, "Date": "2024-02-10" }, "geometry": { "type": "Point", "coordinates": [ -157.9700975, 21.69115413 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69115413, "Longitude": -157.9700975, "Species": "Blue-winged Teal", "Count": 22, "Date": "2023-04-08" }, "geometry": { "type": "Point", "coordinates": [ -157.9700975, 21.69115413 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69115413, "Longitude": -157.9700975, "Species": "Bufflehead", "Count": 28, "Date": "2020-03-14" }, "geometry": { "type": "Point", "coordinates": [ -157.9700975, 21.69115413 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69115413, "Longitude": -157.9700975, "Species": "Chestnut Munia", "Count": 4, "Date": "2023-04-02" }, "geometry": { "type": "Point", "coordinates": [ -157.9700975, 21.69115413 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69115413, "Longitude": -157.9700975, "Species": "Common Gallinule", "Count": 3, "Date": "2024-02-10" }, "geometry": { "type": "Point", "coordinates": [ -157.9700975, 21.69115413 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69115413, "Longitude": -157.9700975, "Species": "Common Myna", "Count": 50, "Date": "2024-01-14" }, "geometry": { "type": "Point", "coordinates": [ -157.9700975, 21.69115413 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69115413, "Longitude": -157.9700975, "Species": "Common Waxbill", "Count": 46, "Date": "2024-02-10" }, "geometry": { "type": "Point", "coordinates": [ -157.9700975, 21.69115413 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69115413, "Longitude": -157.9700975, "Species": "Dunlin", "Count": 4, "Date": "2021-02-03" }, "geometry": { "type": "Point", "coordinates": [ -157.9700975, 21.69115413 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69115413, "Longitude": -157.9700975, "Species": "Eurasian Skylark", "Count": 2, "Date": "2020-02-03" }, "geometry": { "type": "Point", "coordinates": [ -157.9700975, 21.69115413 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69115413, "Longitude": -157.9700975, "Species": "Gray Francolin", "Count": 1, "Date": "2021-09-05" }, "geometry": { "type": "Point", "coordinates": [ -157.9700975, 21.69115413 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69115413, "Longitude": -157.9700975, "Species": "Great Frigatebird", "Count": 3, "Date": "2022-02-12" }, "geometry": { "type": "Point", "coordinates": [ -157.9700975, 21.69115413 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69115413, "Longitude": -157.9700975, "Species": "Hawaiian Coot", "Count": 104, "Date": "2024-02-10" }, "geometry": { "type": "Point", "coordinates": [ -157.9700975, 21.69115413 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69115413, "Longitude": -157.9700975, "Species": "House Finch", "Count": 2, "Date": "2023-03-15" }, "geometry": { "type": "Point", "coordinates": [ -157.9700975, 21.69115413 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69115413, "Longitude": -157.9700975, "Species": "House Sparrow", "Count": 13, "Date": "2023-04-02" }, "geometry": { "type": "Point", "coordinates": [ -157.9700975, 21.69115413 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69115413, "Longitude": -157.9700975, "Species": "Lesser Yellowlegs", "Count": 1, "Date": "2020-08-25" }, "geometry": { "type": "Point", "coordinates": [ -157.9700975, 21.69115413 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69115413, "Longitude": -157.9700975, "Species": "Long-billed Dowitcher", "Count": 3, "Date": "2021-02-27" }, "geometry": { "type": "Point", "coordinates": [ -157.9700975, 21.69115413 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69115413, "Longitude": -157.9700975, "Species": "Feral Mallard", "Count": 71, "Date": "2024-03-22" }, "geometry": { "type": "Point", "coordinates": [ -157.9700975, 21.69115413 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69115413, "Longitude": -157.9700975, "Species": "Northern Cardinal", "Count": 5, "Date": "2023-03-28" }, "geometry": { "type": "Point", "coordinates": [ -157.9700975, 21.69115413 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69115413, "Longitude": -157.9700975, "Species": "Northern Shoveler", "Count": 24, "Date": "2023-04-08" }, "geometry": { "type": "Point", "coordinates": [ -157.9700975, 21.69115413 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69115413, "Longitude": -157.9700975, "Species": "Pacific Golden-Plover", "Count": 97, "Date": "2024-02-10" }, "geometry": { "type": "Point", "coordinates": [ -157.9700975, 21.69115413 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69115413, "Longitude": -157.9700975, "Species": "Pectoral Sandpiper", "Count": 6, "Date": "2021-09-11" }, "geometry": { "type": "Point", "coordinates": [ -157.9700975, 21.69115413 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69115413, "Longitude": -157.9700975, "Species": "Red Avadavat", "Count": 14, "Date": "2024-02-10" }, "geometry": { "type": "Point", "coordinates": [ -157.9700975, 21.69115413 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69115413, "Longitude": -157.9700975, "Species": "Red Junglefowl", "Count": 1, "Date": "2020-10-29" }, "geometry": { "type": "Point", "coordinates": [ -157.9700975, 21.69115413 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69115413, "Longitude": -157.9700975, "Species": "Red Knot", "Count": 3, "Date": "2024-01-06" }, "geometry": { "type": "Point", "coordinates": [ -157.9700975, 21.69115413 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69115413, "Longitude": -157.9700975, "Species": "Red-crested Cardinal", "Count": 7, "Date": "2023-04-03" }, "geometry": { "type": "Point", "coordinates": [ -157.9700975, 21.69115413 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69115413, "Longitude": -157.9700975, "Species": "Red-vented Bulbul", "Count": 37, "Date": "2024-01-20" }, "geometry": { "type": "Point", "coordinates": [ -157.9700975, 21.69115413 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69115413, "Longitude": -157.9700975, "Species": "Red-whiskered Bulbul", "Count": 2, "Date": "2024-01-20" }, "geometry": { "type": "Point", "coordinates": [ -157.9700975, 21.69115413 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69115413, "Longitude": -157.9700975, "Species": "Ring-necked Pheasant", "Count": 4, "Date": "2023-01-10" }, "geometry": { "type": "Point", "coordinates": [ -157.9700975, 21.69115413 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69115413, "Longitude": -157.9700975, "Species": "Ruddy Turnstone", "Count": 87, "Date": "2024-01-06" }, "geometry": { "type": "Point", "coordinates": [ -157.9700975, 21.69115413 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69115413, "Longitude": -157.9700975, "Species": "Saffron Finch", "Count": 2, "Date": "2024-02-23" }, "geometry": { "type": "Point", "coordinates": [ -157.9700975, 21.69115413 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69115413, "Longitude": -157.9700975, "Species": "Sanderling", "Count": 84, "Date": "2024-02-10" }, "geometry": { "type": "Point", "coordinates": [ -157.9700975, 21.69115413 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69115413, "Longitude": -157.9700975, "Species": "Sharp-tailed Sandpiper", "Count": 1, "Date": "2020-12-27" }, "geometry": { "type": "Point", "coordinates": [ -157.9700975, 21.69115413 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69115413, "Longitude": -157.9700975, "Species": "Spotted Dove", "Count": 36, "Date": "2024-02-10" }, "geometry": { "type": "Point", "coordinates": [ -157.9700975, 21.69115413 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69115413, "Longitude": -157.9700975, "Species": "Wandering Tattler", "Count": 52, "Date": "2024-01-04" }, "geometry": { "type": "Point", "coordinates": [ -157.9700975, 21.69115413 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69115413, "Longitude": -157.9700975, "Species": "Warbling White-eye", "Count": 32, "Date": "2023-04-03" }, "geometry": { "type": "Point", "coordinates": [ -157.9700975, 21.69115413 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69115413, "Longitude": -157.9700975, "Species": "Western Cattle Egret", "Count": 34, "Date": "2024-02-10" }, "geometry": { "type": "Point", "coordinates": [ -157.9700975, 21.69115413 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69115413, "Longitude": -157.9700975, "Species": "Zebra Dove", "Count": 23, "Date": "2024-01-14" }, "geometry": { "type": "Point", "coordinates": [ -157.9700975, 21.69115413 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70018608, "Longitude": -157.9700331, "Species": "Black-crowned Night Heron", "Count": 6, "Date": "2023-11-04" }, "geometry": { "type": "Point", "coordinates": [ -157.9700331, 21.70018608 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70018608, "Longitude": -157.9700331, "Species": "Black-necked Stilt", "Count": 12, "Date": "2023-11-04" }, "geometry": { "type": "Point", "coordinates": [ -157.9700331, 21.70018608 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70018608, "Longitude": -157.9700331, "Species": "Bristle-thighed Curlew", "Count": 13, "Date": "2023-11-04" }, "geometry": { "type": "Point", "coordinates": [ -157.9700331, 21.70018608 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70018608, "Longitude": -157.9700331, "Species": "Cackling Goose", "Count": 1, "Date": "2022-11-23" }, "geometry": { "type": "Point", "coordinates": [ -157.9700331, 21.70018608 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70018608, "Longitude": -157.9700331, "Species": "Chestnut Munia", "Count": 13, "Date": "2023-11-04" }, "geometry": { "type": "Point", "coordinates": [ -157.9700331, 21.70018608 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70018608, "Longitude": -157.9700331, "Species": "Common Gallinule", "Count": 12, "Date": "2023-11-04" }, "geometry": { "type": "Point", "coordinates": [ -157.9700331, 21.70018608 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70018608, "Longitude": -157.9700331, "Species": "Common Myna", "Count": 26, "Date": "2023-11-01" }, "geometry": { "type": "Point", "coordinates": [ -157.9700331, 21.70018608 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70018608, "Longitude": -157.9700331, "Species": "Common Waxbill", "Count": 19, "Date": "2023-11-01" }, "geometry": { "type": "Point", "coordinates": [ -157.9700331, 21.70018608 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70018608, "Longitude": -157.9700331, "Species": "Gray Francolin", "Count": 4, "Date": "2023-09-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9700331, 21.70018608 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70018608, "Longitude": -157.9700331, "Species": "Great Frigatebird", "Count": 1, "Date": "2023-11-04" }, "geometry": { "type": "Point", "coordinates": [ -157.9700331, 21.70018608 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70018608, "Longitude": -157.9700331, "Species": "Hawaiian Coot", "Count": 8, "Date": "2023-11-04" }, "geometry": { "type": "Point", "coordinates": [ -157.9700331, 21.70018608 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70018608, "Longitude": -157.9700331, "Species": "House Finch", "Count": 15, "Date": "2023-10-05" }, "geometry": { "type": "Point", "coordinates": [ -157.9700331, 21.70018608 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70018608, "Longitude": -157.9700331, "Species": "House Sparrow", "Count": 4, "Date": "2022-12-02" }, "geometry": { "type": "Point", "coordinates": [ -157.9700331, 21.70018608 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70018608, "Longitude": -157.9700331, "Species": "Indian Peafowl", "Count": 5, "Date": "2024-01-30" }, "geometry": { "type": "Point", "coordinates": [ -157.9700331, 21.70018608 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70018608, "Longitude": -157.9700331, "Species": "Java Sparrow", "Count": 5, "Date": "2022-12-03" }, "geometry": { "type": "Point", "coordinates": [ -157.9700331, 21.70018608 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70018608, "Longitude": -157.9700331, "Species": "Laysan Albatross", "Count": 3, "Date": "2022-03-12" }, "geometry": { "type": "Point", "coordinates": [ -157.9700331, 21.70018608 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70018608, "Longitude": -157.9700331, "Species": "Feral Mallard", "Count": 3, "Date": "2023-11-23" }, "geometry": { "type": "Point", "coordinates": [ -157.9700331, 21.70018608 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70018608, "Longitude": -157.9700331, "Species": "Muscovy Duck", "Count": 3, "Date": "2023-11-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9700331, 21.70018608 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70018608, "Longitude": -157.9700331, "Species": "Northern Cardinal", "Count": 4, "Date": "2022-12-02" }, "geometry": { "type": "Point", "coordinates": [ -157.9700331, 21.70018608 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70018608, "Longitude": -157.9700331, "Species": "Northern Shoveler", "Count": 1, "Date": "2023-11-04" }, "geometry": { "type": "Point", "coordinates": [ -157.9700331, 21.70018608 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70018608, "Longitude": -157.9700331, "Species": "Pacific Golden-Plover", "Count": 30, "Date": "2023-11-04" }, "geometry": { "type": "Point", "coordinates": [ -157.9700331, 21.70018608 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70018608, "Longitude": -157.9700331, "Species": "Red Junglefowl", "Count": 3, "Date": "2023-10-05" }, "geometry": { "type": "Point", "coordinates": [ -157.9700331, 21.70018608 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70018608, "Longitude": -157.9700331, "Species": "Red-billed Leiothrix", "Count": 2, "Date": "2022-11-24" }, "geometry": { "type": "Point", "coordinates": [ -157.9700331, 21.70018608 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70018608, "Longitude": -157.9700331, "Species": "Red-crested Cardinal", "Count": 12, "Date": "2023-11-01" }, "geometry": { "type": "Point", "coordinates": [ -157.9700331, 21.70018608 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70018608, "Longitude": -157.9700331, "Species": "Red-vented Bulbul", "Count": 21, "Date": "2023-11-01" }, "geometry": { "type": "Point", "coordinates": [ -157.9700331, 21.70018608 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70018608, "Longitude": -157.9700331, "Species": "Red-whiskered Bulbul", "Count": 5, "Date": "2023-09-17" }, "geometry": { "type": "Point", "coordinates": [ -157.9700331, 21.70018608 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70018608, "Longitude": -157.9700331, "Species": "Ring-necked Pheasant", "Count": 1, "Date": "2023-11-04" }, "geometry": { "type": "Point", "coordinates": [ -157.9700331, 21.70018608 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70018608, "Longitude": -157.9700331, "Species": "Rock Pigeon", "Count": 1, "Date": "2022-11-23" }, "geometry": { "type": "Point", "coordinates": [ -157.9700331, 21.70018608 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70018608, "Longitude": -157.9700331, "Species": "Ruddy Turnstone", "Count": 22, "Date": "2023-11-04" }, "geometry": { "type": "Point", "coordinates": [ -157.9700331, 21.70018608 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70018608, "Longitude": -157.9700331, "Species": "Saffron Finch", "Count": 11, "Date": "2023-11-04" }, "geometry": { "type": "Point", "coordinates": [ -157.9700331, 21.70018608 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70018608, "Longitude": -157.9700331, "Species": "Sanderling", "Count": 2, "Date": "2023-11-04" }, "geometry": { "type": "Point", "coordinates": [ -157.9700331, 21.70018608 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70018608, "Longitude": -157.9700331, "Species": "Scaly-breasted Munia", "Count": 1, "Date": "2023-04-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9700331, 21.70018608 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70018608, "Longitude": -157.9700331, "Species": "Spotted Dove", "Count": 17, "Date": "2024-01-30" }, "geometry": { "type": "Point", "coordinates": [ -157.9700331, 21.70018608 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70018608, "Longitude": -157.9700331, "Species": "Wandering Tattler", "Count": 1, "Date": "2022-11-23" }, "geometry": { "type": "Point", "coordinates": [ -157.9700331, 21.70018608 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70018608, "Longitude": -157.9700331, "Species": "Warbling White-eye", "Count": 7, "Date": "2023-11-01" }, "geometry": { "type": "Point", "coordinates": [ -157.9700331, 21.70018608 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70018608, "Longitude": -157.9700331, "Species": "Western Cattle Egret", "Count": 19, "Date": "2023-11-04" }, "geometry": { "type": "Point", "coordinates": [ -157.9700331, 21.70018608 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70018608, "Longitude": -157.9700331, "Species": "White-rumped Shama", "Count": 10, "Date": "2023-11-01" }, "geometry": { "type": "Point", "coordinates": [ -157.9700331, 21.70018608 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70018608, "Longitude": -157.9700331, "Species": "Yellow-fronted Canary", "Count": 1, "Date": "2019-03-01" }, "geometry": { "type": "Point", "coordinates": [ -157.9700331, 21.70018608 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70018608, "Longitude": -157.9700331, "Species": "Zebra Dove", "Count": 25, "Date": "2023-11-01" }, "geometry": { "type": "Point", "coordinates": [ -157.9700331, 21.70018608 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27425062, "Longitude": -157.7706251, "Species": "Black-crowned Night Heron", "Count": 6, "Date": "2024-01-14" }, "geometry": { "type": "Point", "coordinates": [ -157.7706251, 21.27425062 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27425062, "Longitude": -157.7706251, "Species": "Brown Noddy", "Count": 1, "Date": "2022-01-12" }, "geometry": { "type": "Point", "coordinates": [ -157.7706251, 21.27425062 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27425062, "Longitude": -157.7706251, "Species": "Chestnut Munia", "Count": 1, "Date": "2023-02-05" }, "geometry": { "type": "Point", "coordinates": [ -157.7706251, 21.27425062 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27425062, "Longitude": -157.7706251, "Species": "Common Gallinule", "Count": 3, "Date": "2022-01-15" }, "geometry": { "type": "Point", "coordinates": [ -157.7706251, 21.27425062 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27425062, "Longitude": -157.7706251, "Species": "Common Myna", "Count": 52, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.7706251, 21.27425062 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27425062, "Longitude": -157.7706251, "Species": "Common Waxbill", "Count": 12, "Date": "2023-07-22" }, "geometry": { "type": "Point", "coordinates": [ -157.7706251, 21.27425062 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27425062, "Longitude": -157.7706251, "Species": "Gray Francolin", "Count": 1, "Date": "2024-01-07" }, "geometry": { "type": "Point", "coordinates": [ -157.7706251, 21.27425062 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27425062, "Longitude": -157.7706251, "Species": "Great Frigatebird", "Count": 6, "Date": "2023-07-22" }, "geometry": { "type": "Point", "coordinates": [ -157.7706251, 21.27425062 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27425062, "Longitude": -157.7706251, "Species": "House Finch", "Count": 14, "Date": "2024-01-14" }, "geometry": { "type": "Point", "coordinates": [ -157.7706251, 21.27425062 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27425062, "Longitude": -157.7706251, "Species": "House Sparrow", "Count": 30, "Date": "2024-01-14" }, "geometry": { "type": "Point", "coordinates": [ -157.7706251, 21.27425062 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27425062, "Longitude": -157.7706251, "Species": "Japanese Bush Warbler", "Count": 1, "Date": "2022-01-14" }, "geometry": { "type": "Point", "coordinates": [ -157.7706251, 21.27425062 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27425062, "Longitude": -157.7706251, "Species": "Java Sparrow", "Count": 6, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.7706251, 21.27425062 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27425062, "Longitude": -157.7706251, "Species": "Feral Mallard", "Count": 6, "Date": "2022-01-15" }, "geometry": { "type": "Point", "coordinates": [ -157.7706251, 21.27425062 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27425062, "Longitude": -157.7706251, "Species": "Muscovy Duck", "Count": 5, "Date": "2024-01-07" }, "geometry": { "type": "Point", "coordinates": [ -157.7706251, 21.27425062 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27425062, "Longitude": -157.7706251, "Species": "Northern Cardinal", "Count": 2, "Date": "2022-02-27" }, "geometry": { "type": "Point", "coordinates": [ -157.7706251, 21.27425062 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27425062, "Longitude": -157.7706251, "Species": "Northern Mockingbird", "Count": 1, "Date": "2022-10-08" }, "geometry": { "type": "Point", "coordinates": [ -157.7706251, 21.27425062 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27425062, "Longitude": -157.7706251, "Species": "Pacific Golden-Plover", "Count": 22, "Date": "2024-01-14" }, "geometry": { "type": "Point", "coordinates": [ -157.7706251, 21.27425062 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27425062, "Longitude": -157.7706251, "Species": "Red Junglefowl", "Count": 10, "Date": "2024-01-14" }, "geometry": { "type": "Point", "coordinates": [ -157.7706251, 21.27425062 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27425062, "Longitude": -157.7706251, "Species": "Red-billed Leiothrix", "Count": 1, "Date": "2019-09-19" }, "geometry": { "type": "Point", "coordinates": [ -157.7706251, 21.27425062 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27425062, "Longitude": -157.7706251, "Species": "Red-crested Cardinal", "Count": 35, "Date": "2024-01-14" }, "geometry": { "type": "Point", "coordinates": [ -157.7706251, 21.27425062 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27425062, "Longitude": -157.7706251, "Species": "Red-masked Parakeet", "Count": 2, "Date": "2023-02-05" }, "geometry": { "type": "Point", "coordinates": [ -157.7706251, 21.27425062 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27425062, "Longitude": -157.7706251, "Species": "Red-vented Bulbul", "Count": 43, "Date": "2024-01-14" }, "geometry": { "type": "Point", "coordinates": [ -157.7706251, 21.27425062 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27425062, "Longitude": -157.7706251, "Species": "Red-whiskered Bulbul", "Count": 12, "Date": "2022-11-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7706251, 21.27425062 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27425062, "Longitude": -157.7706251, "Species": "Rock Pigeon", "Count": 32, "Date": "2024-01-14" }, "geometry": { "type": "Point", "coordinates": [ -157.7706251, 21.27425062 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27425062, "Longitude": -157.7706251, "Species": "Rose-ringed Parakeet", "Count": 30, "Date": "2024-01-14" }, "geometry": { "type": "Point", "coordinates": [ -157.7706251, 21.27425062 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27425062, "Longitude": -157.7706251, "Species": "Ruddy Turnstone", "Count": 4, "Date": "2022-01-15" }, "geometry": { "type": "Point", "coordinates": [ -157.7706251, 21.27425062 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27425062, "Longitude": -157.7706251, "Species": "Saffron Finch", "Count": 2, "Date": "2021-08-22" }, "geometry": { "type": "Point", "coordinates": [ -157.7706251, 21.27425062 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27425062, "Longitude": -157.7706251, "Species": "Salmon-crested Cockatoo", "Count": 1, "Date": "2022-01-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7706251, 21.27425062 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27425062, "Longitude": -157.7706251, "Species": "Scaly-breasted Munia", "Count": 1, "Date": "2021-08-22" }, "geometry": { "type": "Point", "coordinates": [ -157.7706251, 21.27425062 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27425062, "Longitude": -157.7706251, "Species": "Sooty Tern", "Count": 1, "Date": "2021-05-29" }, "geometry": { "type": "Point", "coordinates": [ -157.7706251, 21.27425062 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27425062, "Longitude": -157.7706251, "Species": "Spotted Dove", "Count": 19, "Date": "2024-01-14" }, "geometry": { "type": "Point", "coordinates": [ -157.7706251, 21.27425062 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27425062, "Longitude": -157.7706251, "Species": "Wandering Tattler", "Count": 3, "Date": "2023-07-19" }, "geometry": { "type": "Point", "coordinates": [ -157.7706251, 21.27425062 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27425062, "Longitude": -157.7706251, "Species": "Warbling White-eye", "Count": 19, "Date": "2024-01-14" }, "geometry": { "type": "Point", "coordinates": [ -157.7706251, 21.27425062 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27425062, "Longitude": -157.7706251, "Species": "Wedge-tailed Shearwater", "Count": 2, "Date": "2023-07-22" }, "geometry": { "type": "Point", "coordinates": [ -157.7706251, 21.27425062 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27425062, "Longitude": -157.7706251, "Species": "Western Cattle Egret", "Count": 35, "Date": "2024-01-14" }, "geometry": { "type": "Point", "coordinates": [ -157.7706251, 21.27425062 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27425062, "Longitude": -157.7706251, "Species": "White Tern", "Count": 44, "Date": "2024-01-14" }, "geometry": { "type": "Point", "coordinates": [ -157.7706251, 21.27425062 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27425062, "Longitude": -157.7706251, "Species": "White-rumped Shama", "Count": 5, "Date": "2024-01-14" }, "geometry": { "type": "Point", "coordinates": [ -157.7706251, 21.27425062 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27425062, "Longitude": -157.7706251, "Species": "Yellow-fronted Canary", "Count": 5, "Date": "2023-02-05" }, "geometry": { "type": "Point", "coordinates": [ -157.7706251, 21.27425062 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27425062, "Longitude": -157.7706251, "Species": "Zebra Dove", "Count": 34, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.7706251, 21.27425062 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2915079, "Longitude": -157.6644546, "Species": "African Silverbill", "Count": 6, "Date": "2023-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.6644546, 21.2915079 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2915079, "Longitude": -157.6644546, "Species": "Black Noddy", "Count": 3, "Date": "2020-10-16" }, "geometry": { "type": "Point", "coordinates": [ -157.6644546, 21.2915079 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2915079, "Longitude": -157.6644546, "Species": "Black-crowned Night Heron", "Count": 10, "Date": "2023-03-31" }, "geometry": { "type": "Point", "coordinates": [ -157.6644546, 21.2915079 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2915079, "Longitude": -157.6644546, "Species": "Brown Booby", "Count": 64, "Date": "2024-02-16" }, "geometry": { "type": "Point", "coordinates": [ -157.6644546, 21.2915079 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2915079, "Longitude": -157.6644546, "Species": "Brown Noddy", "Count": 19, "Date": "2024-01-04" }, "geometry": { "type": "Point", "coordinates": [ -157.6644546, 21.2915079 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2915079, "Longitude": -157.6644546, "Species": "Common Myna", "Count": 187, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.6644546, 21.2915079 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2915079, "Longitude": -157.6644546, "Species": "Common Waxbill", "Count": 114, "Date": "2024-02-03" }, "geometry": { "type": "Point", "coordinates": [ -157.6644546, 21.2915079 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2915079, "Longitude": -157.6644546, "Species": "Great Frigatebird", "Count": 32, "Date": "2024-01-11" }, "geometry": { "type": "Point", "coordinates": [ -157.6644546, 21.2915079 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2915079, "Longitude": -157.6644546, "Species": "House Finch", "Count": 24, "Date": "2023-04-13" }, "geometry": { "type": "Point", "coordinates": [ -157.6644546, 21.2915079 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2915079, "Longitude": -157.6644546, "Species": "House Sparrow", "Count": 55, "Date": "2023-09-30" }, "geometry": { "type": "Point", "coordinates": [ -157.6644546, 21.2915079 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2915079, "Longitude": -157.6644546, "Species": "Java Sparrow", "Count": 100, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.6644546, 21.2915079 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2915079, "Longitude": -157.6644546, "Species": "Laysan Albatross", "Count": 4, "Date": "2024-02-16" }, "geometry": { "type": "Point", "coordinates": [ -157.6644546, 21.2915079 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2915079, "Longitude": -157.6644546, "Species": "Masked Booby", "Count": 13, "Date": "2024-02-22" }, "geometry": { "type": "Point", "coordinates": [ -157.6644546, 21.2915079 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2915079, "Longitude": -157.6644546, "Species": "Northern Cardinal", "Count": 5, "Date": "2023-02-22" }, "geometry": { "type": "Point", "coordinates": [ -157.6644546, 21.2915079 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2915079, "Longitude": -157.6644546, "Species": "Pacific Golden-Plover", "Count": 150, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.6644546, 21.2915079 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2915079, "Longitude": -157.6644546, "Species": "Peregrine Falcon", "Count": 1, "Date": "2024-02-03" }, "geometry": { "type": "Point", "coordinates": [ -157.6644546, 21.2915079 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2915079, "Longitude": -157.6644546, "Species": "Red Avadavat", "Count": 3, "Date": "2023-11-06" }, "geometry": { "type": "Point", "coordinates": [ -157.6644546, 21.2915079 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2915079, "Longitude": -157.6644546, "Species": "Red Junglefowl", "Count": 44, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.6644546, 21.2915079 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2915079, "Longitude": -157.6644546, "Species": "Red-billed Leiothrix", "Count": 1, "Date": "2020-01-25" }, "geometry": { "type": "Point", "coordinates": [ -157.6644546, 21.2915079 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2915079, "Longitude": -157.6644546, "Species": "Red-crested Cardinal", "Count": 146, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.6644546, 21.2915079 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2915079, "Longitude": -157.6644546, "Species": "Red-footed Booby", "Count": 50, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.6644546, 21.2915079 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2915079, "Longitude": -157.6644546, "Species": "Red-tailed Tropicbird", "Count": 25, "Date": "2024-02-04" }, "geometry": { "type": "Point", "coordinates": [ -157.6644546, 21.2915079 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2915079, "Longitude": -157.6644546, "Species": "Red-vented Bulbul", "Count": 77, "Date": "2024-01-11" }, "geometry": { "type": "Point", "coordinates": [ -157.6644546, 21.2915079 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2915079, "Longitude": -157.6644546, "Species": "Red-whiskered Bulbul", "Count": 4, "Date": "2023-02-13" }, "geometry": { "type": "Point", "coordinates": [ -157.6644546, 21.2915079 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2915079, "Longitude": -157.6644546, "Species": "Rock Pigeon", "Count": 136, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.6644546, 21.2915079 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2915079, "Longitude": -157.6644546, "Species": "Ruddy Turnstone", "Count": 15, "Date": "2023-12-23" }, "geometry": { "type": "Point", "coordinates": [ -157.6644546, 21.2915079 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2915079, "Longitude": -157.6644546, "Species": "Saffron Finch", "Count": 2, "Date": "2023-11-06" }, "geometry": { "type": "Point", "coordinates": [ -157.6644546, 21.2915079 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2915079, "Longitude": -157.6644546, "Species": "Sanderling", "Count": 1, "Date": "2022-12-20" }, "geometry": { "type": "Point", "coordinates": [ -157.6644546, 21.2915079 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2915079, "Longitude": -157.6644546, "Species": "Scaly-breasted Munia", "Count": 10, "Date": "2022-08-25" }, "geometry": { "type": "Point", "coordinates": [ -157.6644546, 21.2915079 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2915079, "Longitude": -157.6644546, "Species": "Sooty Tern", "Count": 108, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.6644546, 21.2915079 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2915079, "Longitude": -157.6644546, "Species": "Spotted Dove", "Count": 82, "Date": "2024-02-03" }, "geometry": { "type": "Point", "coordinates": [ -157.6644546, 21.2915079 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2915079, "Longitude": -157.6644546, "Species": "Wandering Tattler", "Count": 61, "Date": "2024-02-03" }, "geometry": { "type": "Point", "coordinates": [ -157.6644546, 21.2915079 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2915079, "Longitude": -157.6644546, "Species": "Warbling White-eye", "Count": 10, "Date": "2023-12-28" }, "geometry": { "type": "Point", "coordinates": [ -157.6644546, 21.2915079 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2915079, "Longitude": -157.6644546, "Species": "Wedge-tailed Shearwater", "Count": 35, "Date": "2024-01-29" }, "geometry": { "type": "Point", "coordinates": [ -157.6644546, 21.2915079 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2915079, "Longitude": -157.6644546, "Species": "Western Cattle Egret", "Count": 110, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.6644546, 21.2915079 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2915079, "Longitude": -157.6644546, "Species": "White Tern", "Count": 27, "Date": "2023-09-22" }, "geometry": { "type": "Point", "coordinates": [ -157.6644546, 21.2915079 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2915079, "Longitude": -157.6644546, "Species": "White-tailed Tropicbird", "Count": 3, "Date": "2024-01-29" }, "geometry": { "type": "Point", "coordinates": [ -157.6644546, 21.2915079 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2915079, "Longitude": -157.6644546, "Species": "Yellow-fronted Canary", "Count": 1, "Date": "2021-03-15" }, "geometry": { "type": "Point", "coordinates": [ -157.6644546, 21.2915079 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2915079, "Longitude": -157.6644546, "Species": "Zebra Dove", "Count": 162, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.6644546, 21.2915079 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3206586, "Longitude": -157.9534224, "Species": "African Silverbill", "Count": 6, "Date": "2022-06-10" }, "geometry": { "type": "Point", "coordinates": [ -157.9534224, 21.3206586 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3206586, "Longitude": -157.9534224, "Species": "Black Noddy", "Count": 1, "Date": "2022-06-10" }, "geometry": { "type": "Point", "coordinates": [ -157.9534224, 21.3206586 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3206586, "Longitude": -157.9534224, "Species": "Black-crowned Night Heron", "Count": 49, "Date": "2024-02-13" }, "geometry": { "type": "Point", "coordinates": [ -157.9534224, 21.3206586 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3206586, "Longitude": -157.9534224, "Species": "Black-necked Stilt", "Count": 92, "Date": "2024-02-13" }, "geometry": { "type": "Point", "coordinates": [ -157.9534224, 21.3206586 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3206586, "Longitude": -157.9534224, "Species": "Brown Booby", "Count": 13, "Date": "2023-05-21" }, "geometry": { "type": "Point", "coordinates": [ -157.9534224, 21.3206586 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3206586, "Longitude": -157.9534224, "Species": "Chestnut Munia", "Count": 8, "Date": "2022-06-06" }, "geometry": { "type": "Point", "coordinates": [ -157.9534224, 21.3206586 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3206586, "Longitude": -157.9534224, "Species": "Common Myna", "Count": 106, "Date": "2024-02-16" }, "geometry": { "type": "Point", "coordinates": [ -157.9534224, 21.3206586 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3206586, "Longitude": -157.9534224, "Species": "Common Waxbill", "Count": 57, "Date": "2024-02-16" }, "geometry": { "type": "Point", "coordinates": [ -157.9534224, 21.3206586 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3206586, "Longitude": -157.9534224, "Species": "Dunlin", "Count": 1, "Date": "2020-02-17" }, "geometry": { "type": "Point", "coordinates": [ -157.9534224, 21.3206586 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3206586, "Longitude": -157.9534224, "Species": "Erckel's Spurfowl", "Count": 1, "Date": "2021-11-11" }, "geometry": { "type": "Point", "coordinates": [ -157.9534224, 21.3206586 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3206586, "Longitude": -157.9534224, "Species": "Gray Francolin", "Count": 25, "Date": "2023-08-02" }, "geometry": { "type": "Point", "coordinates": [ -157.9534224, 21.3206586 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3206586, "Longitude": -157.9534224, "Species": "Great Frigatebird", "Count": 1, "Date": "2022-08-26" }, "geometry": { "type": "Point", "coordinates": [ -157.9534224, 21.3206586 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3206586, "Longitude": -157.9534224, "Species": "House Finch", "Count": 28, "Date": "2024-02-16" }, "geometry": { "type": "Point", "coordinates": [ -157.9534224, 21.3206586 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3206586, "Longitude": -157.9534224, "Species": "House Sparrow", "Count": 82, "Date": "2024-02-16" }, "geometry": { "type": "Point", "coordinates": [ -157.9534224, 21.3206586 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3206586, "Longitude": -157.9534224, "Species": "Japanese Bush Warbler", "Count": 1, "Date": "2020-01-14" }, "geometry": { "type": "Point", "coordinates": [ -157.9534224, 21.3206586 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3206586, "Longitude": -157.9534224, "Species": "Laughing Gull", "Count": 2, "Date": "2020-03-01" }, "geometry": { "type": "Point", "coordinates": [ -157.9534224, 21.3206586 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3206586, "Longitude": -157.9534224, "Species": "Feral Mallard", "Count": 1, "Date": "2023-05-02" }, "geometry": { "type": "Point", "coordinates": [ -157.9534224, 21.3206586 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3206586, "Longitude": -157.9534224, "Species": "Northern Cardinal", "Count": 86, "Date": "2024-02-13" }, "geometry": { "type": "Point", "coordinates": [ -157.9534224, 21.3206586 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3206586, "Longitude": -157.9534224, "Species": "Northern Mockingbird", "Count": 6, "Date": "2019-10-02" }, "geometry": { "type": "Point", "coordinates": [ -157.9534224, 21.3206586 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3206586, "Longitude": -157.9534224, "Species": "Northern Shoveler", "Count": 1, "Date": "2024-02-13" }, "geometry": { "type": "Point", "coordinates": [ -157.9534224, 21.3206586 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3206586, "Longitude": -157.9534224, "Species": "Pacific Golden-Plover", "Count": 141, "Date": "2024-02-16" }, "geometry": { "type": "Point", "coordinates": [ -157.9534224, 21.3206586 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3206586, "Longitude": -157.9534224, "Species": "Red Junglefowl", "Count": 2, "Date": "2023-07-31" }, "geometry": { "type": "Point", "coordinates": [ -157.9534224, 21.3206586 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3206586, "Longitude": -157.9534224, "Species": "Red-crested Cardinal", "Count": 80, "Date": "2024-02-16" }, "geometry": { "type": "Point", "coordinates": [ -157.9534224, 21.3206586 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3206586, "Longitude": -157.9534224, "Species": "Red-vented Bulbul", "Count": 114, "Date": "2024-02-16" }, "geometry": { "type": "Point", "coordinates": [ -157.9534224, 21.3206586 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3206586, "Longitude": -157.9534224, "Species": "Red-whiskered Bulbul", "Count": 33, "Date": "2024-02-13" }, "geometry": { "type": "Point", "coordinates": [ -157.9534224, 21.3206586 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3206586, "Longitude": -157.9534224, "Species": "Ruddy Turnstone", "Count": 119, "Date": "2024-02-16" }, "geometry": { "type": "Point", "coordinates": [ -157.9534224, 21.3206586 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3206586, "Longitude": -157.9534224, "Species": "Saffron Finch", "Count": 17, "Date": "2024-02-13" }, "geometry": { "type": "Point", "coordinates": [ -157.9534224, 21.3206586 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3206586, "Longitude": -157.9534224, "Species": "Sanderling", "Count": 1, "Date": "2020-03-10" }, "geometry": { "type": "Point", "coordinates": [ -157.9534224, 21.3206586 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3206586, "Longitude": -157.9534224, "Species": "Slaty-backed Gull", "Count": 1, "Date": "2020-03-01" }, "geometry": { "type": "Point", "coordinates": [ -157.9534224, 21.3206586 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3206586, "Longitude": -157.9534224, "Species": "Sooty Shearwater", "Count": 1, "Date": "2023-03-15" }, "geometry": { "type": "Point", "coordinates": [ -157.9534224, 21.3206586 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3206586, "Longitude": -157.9534224, "Species": "Spotted Dove", "Count": 89, "Date": "2024-02-16" }, "geometry": { "type": "Point", "coordinates": [ -157.9534224, 21.3206586 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3206586, "Longitude": -157.9534224, "Species": "Wandering Tattler", "Count": 98, "Date": "2024-02-16" }, "geometry": { "type": "Point", "coordinates": [ -157.9534224, 21.3206586 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3206586, "Longitude": -157.9534224, "Species": "Warbling White-eye", "Count": 124, "Date": "2024-02-13" }, "geometry": { "type": "Point", "coordinates": [ -157.9534224, 21.3206586 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3206586, "Longitude": -157.9534224, "Species": "Western Cattle Egret", "Count": 39, "Date": "2024-02-16" }, "geometry": { "type": "Point", "coordinates": [ -157.9534224, 21.3206586 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3206586, "Longitude": -157.9534224, "Species": "White Tern", "Count": 32, "Date": "2024-02-16" }, "geometry": { "type": "Point", "coordinates": [ -157.9534224, 21.3206586 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3206586, "Longitude": -157.9534224, "Species": "White-rumped Shama", "Count": 34, "Date": "2024-02-13" }, "geometry": { "type": "Point", "coordinates": [ -157.9534224, 21.3206586 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3206586, "Longitude": -157.9534224, "Species": "Yellow-fronted Canary", "Count": 27, "Date": "2023-08-06" }, "geometry": { "type": "Point", "coordinates": [ -157.9534224, 21.3206586 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3206586, "Longitude": -157.9534224, "Species": "Zebra Dove", "Count": 135, "Date": "2023-09-14" }, "geometry": { "type": "Point", "coordinates": [ -157.9534224, 21.3206586 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32002912, "Longitude": -157.857014, "Species": "African Silverbill", "Count": 2, "Date": "2023-12-17" }, "geometry": { "type": "Point", "coordinates": [ -157.857014, 21.32002912 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32002912, "Longitude": -157.857014, "Species": "Black-crowned Night Heron", "Count": 6, "Date": "2023-01-16" }, "geometry": { "type": "Point", "coordinates": [ -157.857014, 21.32002912 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32002912, "Longitude": -157.857014, "Species": "Chestnut Munia", "Count": 37, "Date": "2023-11-17" }, "geometry": { "type": "Point", "coordinates": [ -157.857014, 21.32002912 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32002912, "Longitude": -157.857014, "Species": "Common Gallinule", "Count": 1, "Date": "2023-10-23" }, "geometry": { "type": "Point", "coordinates": [ -157.857014, 21.32002912 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32002912, "Longitude": -157.857014, "Species": "Common Myna", "Count": 156, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.857014, 21.32002912 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32002912, "Longitude": -157.857014, "Species": "Common Waxbill", "Count": 93, "Date": "2024-02-18" }, "geometry": { "type": "Point", "coordinates": [ -157.857014, 21.32002912 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32002912, "Longitude": -157.857014, "Species": "Eurasian Skylark", "Count": 1, "Date": "2020-04-28" }, "geometry": { "type": "Point", "coordinates": [ -157.857014, 21.32002912 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32002912, "Longitude": -157.857014, "Species": "Gray Francolin", "Count": 1, "Date": "2023-02-08" }, "geometry": { "type": "Point", "coordinates": [ -157.857014, 21.32002912 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32002912, "Longitude": -157.857014, "Species": "Great Frigatebird", "Count": 3, "Date": "2024-01-28" }, "geometry": { "type": "Point", "coordinates": [ -157.857014, 21.32002912 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32002912, "Longitude": -157.857014, "Species": "Hawaiian Coot", "Count": 1, "Date": "2021-03-13" }, "geometry": { "type": "Point", "coordinates": [ -157.857014, 21.32002912 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32002912, "Longitude": -157.857014, "Species": "House Finch", "Count": 25, "Date": "2024-02-18" }, "geometry": { "type": "Point", "coordinates": [ -157.857014, 21.32002912 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32002912, "Longitude": -157.857014, "Species": "House Sparrow", "Count": 76, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.857014, 21.32002912 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32002912, "Longitude": -157.857014, "Species": "Indian Peafowl", "Count": 2, "Date": "2023-12-12" }, "geometry": { "type": "Point", "coordinates": [ -157.857014, 21.32002912 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32002912, "Longitude": -157.857014, "Species": "Japanese Bush Warbler", "Count": 3, "Date": "2021-05-13" }, "geometry": { "type": "Point", "coordinates": [ -157.857014, 21.32002912 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32002912, "Longitude": -157.857014, "Species": "Java Sparrow", "Count": 45, "Date": "2023-11-19" }, "geometry": { "type": "Point", "coordinates": [ -157.857014, 21.32002912 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32002912, "Longitude": -157.857014, "Species": "Feral Mallard", "Count": 28, "Date": "2024-01-19" }, "geometry": { "type": "Point", "coordinates": [ -157.857014, 21.32002912 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32002912, "Longitude": -157.857014, "Species": "Muscovy Duck", "Count": 5, "Date": "2020-11-30" }, "geometry": { "type": "Point", "coordinates": [ -157.857014, 21.32002912 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32002912, "Longitude": -157.857014, "Species": "Northern Cardinal", "Count": 61, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.857014, 21.32002912 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32002912, "Longitude": -157.857014, "Species": "Northern Mockingbird", "Count": 3, "Date": "2023-02-09" }, "geometry": { "type": "Point", "coordinates": [ -157.857014, 21.32002912 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32002912, "Longitude": -157.857014, "Species": "Pacific Golden-Plover", "Count": 97, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.857014, 21.32002912 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32002912, "Longitude": -157.857014, "Species": "Red Junglefowl", "Count": 34, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.857014, 21.32002912 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32002912, "Longitude": -157.857014, "Species": "Red-billed Leiothrix", "Count": 5, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.857014, 21.32002912 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32002912, "Longitude": -157.857014, "Species": "Red-crested Cardinal", "Count": 121, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.857014, 21.32002912 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32002912, "Longitude": -157.857014, "Species": "Red-vented Bulbul", "Count": 135, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.857014, 21.32002912 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32002912, "Longitude": -157.857014, "Species": "Red-whiskered Bulbul", "Count": 72, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.857014, 21.32002912 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32002912, "Longitude": -157.857014, "Species": "Rock Pigeon", "Count": 50, "Date": "2024-02-18" }, "geometry": { "type": "Point", "coordinates": [ -157.857014, 21.32002912 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32002912, "Longitude": -157.857014, "Species": "Rose-ringed Parakeet", "Count": 145, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.857014, 21.32002912 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32002912, "Longitude": -157.857014, "Species": "Saffron Finch", "Count": 6, "Date": "2024-01-12" }, "geometry": { "type": "Point", "coordinates": [ -157.857014, 21.32002912 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32002912, "Longitude": -157.857014, "Species": "Scaly-breasted Munia", "Count": 13, "Date": "2023-11-08" }, "geometry": { "type": "Point", "coordinates": [ -157.857014, 21.32002912 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32002912, "Longitude": -157.857014, "Species": "Spotted Dove", "Count": 145, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.857014, 21.32002912 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32002912, "Longitude": -157.857014, "Species": "Warbling White-eye", "Count": 78, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.857014, 21.32002912 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32002912, "Longitude": -157.857014, "Species": "Western Cattle Egret", "Count": 98, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.857014, 21.32002912 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32002912, "Longitude": -157.857014, "Species": "White Tern", "Count": 104, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.857014, 21.32002912 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32002912, "Longitude": -157.857014, "Species": "White-rumped Shama", "Count": 110, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.857014, 21.32002912 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32002912, "Longitude": -157.857014, "Species": "White-tailed Tropicbird", "Count": 1, "Date": "2022-01-11" }, "geometry": { "type": "Point", "coordinates": [ -157.857014, 21.32002912 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32002912, "Longitude": -157.857014, "Species": "Yellow-fronted Canary", "Count": 12, "Date": "2024-02-18" }, "geometry": { "type": "Point", "coordinates": [ -157.857014, 21.32002912 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32002912, "Longitude": -157.857014, "Species": "Zebra Dove", "Count": 148, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.857014, 21.32002912 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.337829, "Longitude": -157.8183068, "Species": "African Silverbill", "Count": 1, "Date": "2021-07-11" }, "geometry": { "type": "Point", "coordinates": [ -157.818306799999988, 21.337829 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.337829, "Longitude": -157.8183068, "Species": "Apapane", "Count": 23, "Date": "2024-01-11" }, "geometry": { "type": "Point", "coordinates": [ -157.818306799999988, 21.337829 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.337829, "Longitude": -157.8183068, "Species": "Black-crowned Night Heron", "Count": 1, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.818306799999988, 21.337829 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.337829, "Longitude": -157.8183068, "Species": "Black-necked Stilt", "Count": 1, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.818306799999988, 21.337829 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.337829, "Longitude": -157.8183068, "Species": "Chestnut Munia", "Count": 21, "Date": "2023-05-19" }, "geometry": { "type": "Point", "coordinates": [ -157.818306799999988, 21.337829 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.337829, "Longitude": -157.8183068, "Species": "Chinese Hwamei", "Count": 1, "Date": "2020-01-02" }, "geometry": { "type": "Point", "coordinates": [ -157.818306799999988, 21.337829 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.337829, "Longitude": -157.8183068, "Species": "Common Myna", "Count": 213, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.818306799999988, 21.337829 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.337829, "Longitude": -157.8183068, "Species": "Common Waxbill", "Count": 202, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.818306799999988, 21.337829 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.337829, "Longitude": -157.8183068, "Species": "Gray Francolin", "Count": 1, "Date": "2023-01-15" }, "geometry": { "type": "Point", "coordinates": [ -157.818306799999988, 21.337829 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.337829, "Longitude": -157.8183068, "Species": "Hawaiian Coot", "Count": 1, "Date": "2023-10-06" }, "geometry": { "type": "Point", "coordinates": [ -157.818306799999988, 21.337829 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.337829, "Longitude": -157.8183068, "Species": "House Finch", "Count": 247, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.818306799999988, 21.337829 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.337829, "Longitude": -157.8183068, "Species": "House Sparrow", "Count": 5, "Date": "2022-07-03" }, "geometry": { "type": "Point", "coordinates": [ -157.818306799999988, 21.337829 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.337829, "Longitude": -157.8183068, "Species": "Japanese Bush Warbler", "Count": 7, "Date": "2023-01-21" }, "geometry": { "type": "Point", "coordinates": [ -157.818306799999988, 21.337829 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.337829, "Longitude": -157.8183068, "Species": "Java Sparrow", "Count": 39, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.818306799999988, 21.337829 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.337829, "Longitude": -157.8183068, "Species": "Feral Mallard", "Count": 2, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.818306799999988, 21.337829 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.337829, "Longitude": -157.8183068, "Species": "Northern Cardinal", "Count": 147, "Date": "2024-02-21" }, "geometry": { "type": "Point", "coordinates": [ -157.818306799999988, 21.337829 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.337829, "Longitude": -157.8183068, "Species": "Northern Mockingbird", "Count": 1, "Date": "2023-01-15" }, "geometry": { "type": "Point", "coordinates": [ -157.818306799999988, 21.337829 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.337829, "Longitude": -157.8183068, "Species": "Oahu Amakihi", "Count": 326, "Date": "2024-02-23" }, "geometry": { "type": "Point", "coordinates": [ -157.818306799999988, 21.337829 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.337829, "Longitude": -157.8183068, "Species": "Oahu Elepaio", "Count": 1, "Date": "2019-06-29" }, "geometry": { "type": "Point", "coordinates": [ -157.818306799999988, 21.337829 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.337829, "Longitude": -157.8183068, "Species": "Pacific Golden-Plover", "Count": 16, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.818306799999988, 21.337829 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.337829, "Longitude": -157.8183068, "Species": "Red Avadavat", "Count": 1, "Date": "2022-08-01" }, "geometry": { "type": "Point", "coordinates": [ -157.818306799999988, 21.337829 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.337829, "Longitude": -157.8183068, "Species": "Red Junglefowl", "Count": 160, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.818306799999988, 21.337829 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.337829, "Longitude": -157.8183068, "Species": "Red-billed Leiothrix", "Count": 245, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.818306799999988, 21.337829 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.337829, "Longitude": -157.8183068, "Species": "Red-crested Cardinal", "Count": 248, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.818306799999988, 21.337829 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.337829, "Longitude": -157.8183068, "Species": "Red-vented Bulbul", "Count": 344, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.818306799999988, 21.337829 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.337829, "Longitude": -157.8183068, "Species": "Red-whiskered Bulbul", "Count": 273, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.818306799999988, 21.337829 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.337829, "Longitude": -157.8183068, "Species": "Rock Pigeon", "Count": 4, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.818306799999988, 21.337829 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.337829, "Longitude": -157.8183068, "Species": "Rose-ringed Parakeet", "Count": 317, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.818306799999988, 21.337829 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.337829, "Longitude": -157.8183068, "Species": "Saffron Finch", "Count": 2, "Date": "2023-12-25" }, "geometry": { "type": "Point", "coordinates": [ -157.818306799999988, 21.337829 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.337829, "Longitude": -157.8183068, "Species": "Salmon-crested Cockatoo", "Count": 1, "Date": "2022-08-19" }, "geometry": { "type": "Point", "coordinates": [ -157.818306799999988, 21.337829 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.337829, "Longitude": -157.8183068, "Species": "Scaly-breasted Munia", "Count": 19, "Date": "2024-01-19" }, "geometry": { "type": "Point", "coordinates": [ -157.818306799999988, 21.337829 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.337829, "Longitude": -157.8183068, "Species": "Spotted Dove", "Count": 277, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.818306799999988, 21.337829 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.337829, "Longitude": -157.8183068, "Species": "Warbling White-eye", "Count": 340, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.818306799999988, 21.337829 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.337829, "Longitude": -157.8183068, "Species": "Western Cattle Egret", "Count": 17, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.818306799999988, 21.337829 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.337829, "Longitude": -157.8183068, "Species": "White Cockatoo", "Count": 1, "Date": "2021-06-29" }, "geometry": { "type": "Point", "coordinates": [ -157.818306799999988, 21.337829 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.337829, "Longitude": -157.8183068, "Species": "White Tern", "Count": 66, "Date": "2024-02-21" }, "geometry": { "type": "Point", "coordinates": [ -157.818306799999988, 21.337829 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.337829, "Longitude": -157.8183068, "Species": "White-rumped Shama", "Count": 332, "Date": "2024-02-23" }, "geometry": { "type": "Point", "coordinates": [ -157.818306799999988, 21.337829 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.337829, "Longitude": -157.8183068, "Species": "White-tailed Tropicbird", "Count": 5, "Date": "2022-04-19" }, "geometry": { "type": "Point", "coordinates": [ -157.818306799999988, 21.337829 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.337829, "Longitude": -157.8183068, "Species": "Yellow-faced Grassquit", "Count": 1, "Date": "2021-12-19" }, "geometry": { "type": "Point", "coordinates": [ -157.818306799999988, 21.337829 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.337829, "Longitude": -157.8183068, "Species": "Yellow-fronted Canary", "Count": 76, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.818306799999988, 21.337829 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.337829, "Longitude": -157.8183068, "Species": "Zebra Dove", "Count": 268, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.818306799999988, 21.337829 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37318023, "Longitude": -157.7119347, "Species": "African Silverbill", "Count": 2, "Date": "2019-10-14" }, "geometry": { "type": "Point", "coordinates": [ -157.7119347, 21.37318023 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37318023, "Longitude": -157.7119347, "Species": "Black Noddy", "Count": 1, "Date": "2019-08-11" }, "geometry": { "type": "Point", "coordinates": [ -157.7119347, 21.37318023 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37318023, "Longitude": -157.7119347, "Species": "Black-crowned Night Heron", "Count": 1, "Date": "2023-11-24" }, "geometry": { "type": "Point", "coordinates": [ -157.7119347, 21.37318023 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37318023, "Longitude": -157.7119347, "Species": "Black-necked Stilt", "Count": 7, "Date": "2023-11-24" }, "geometry": { "type": "Point", "coordinates": [ -157.7119347, 21.37318023 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37318023, "Longitude": -157.7119347, "Species": "Brown Booby", "Count": 1, "Date": "2022-10-04" }, "geometry": { "type": "Point", "coordinates": [ -157.7119347, 21.37318023 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37318023, "Longitude": -157.7119347, "Species": "Brown Noddy", "Count": 1, "Date": "2022-07-08" }, "geometry": { "type": "Point", "coordinates": [ -157.7119347, 21.37318023 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37318023, "Longitude": -157.7119347, "Species": "Chestnut Munia", "Count": 2, "Date": "2023-06-16" }, "geometry": { "type": "Point", "coordinates": [ -157.7119347, 21.37318023 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37318023, "Longitude": -157.7119347, "Species": "Common Gallinule", "Count": 2, "Date": "2022-03-08" }, "geometry": { "type": "Point", "coordinates": [ -157.7119347, 21.37318023 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37318023, "Longitude": -157.7119347, "Species": "Common Myna", "Count": 30, "Date": "2024-01-29" }, "geometry": { "type": "Point", "coordinates": [ -157.7119347, 21.37318023 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37318023, "Longitude": -157.7119347, "Species": "Common Waxbill", "Count": 17, "Date": "2023-11-24" }, "geometry": { "type": "Point", "coordinates": [ -157.7119347, 21.37318023 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37318023, "Longitude": -157.7119347, "Species": "Gray Francolin", "Count": 8, "Date": "2023-11-24" }, "geometry": { "type": "Point", "coordinates": [ -157.7119347, 21.37318023 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37318023, "Longitude": -157.7119347, "Species": "Great Frigatebird", "Count": 8, "Date": "2022-12-09" }, "geometry": { "type": "Point", "coordinates": [ -157.7119347, 21.37318023 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37318023, "Longitude": -157.7119347, "Species": "House Finch", "Count": 12, "Date": "2024-01-29" }, "geometry": { "type": "Point", "coordinates": [ -157.7119347, 21.37318023 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37318023, "Longitude": -157.7119347, "Species": "House Sparrow", "Count": 9, "Date": "2024-01-29" }, "geometry": { "type": "Point", "coordinates": [ -157.7119347, 21.37318023 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37318023, "Longitude": -157.7119347, "Species": "Indian Peafowl", "Count": 13, "Date": "2024-01-29" }, "geometry": { "type": "Point", "coordinates": [ -157.7119347, 21.37318023 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37318023, "Longitude": -157.7119347, "Species": "Java Sparrow", "Count": 4, "Date": "2023-06-16" }, "geometry": { "type": "Point", "coordinates": [ -157.7119347, 21.37318023 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37318023, "Longitude": -157.7119347, "Species": "Laysan Albatross", "Count": 1, "Date": "2022-02-07" }, "geometry": { "type": "Point", "coordinates": [ -157.7119347, 21.37318023 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37318023, "Longitude": -157.7119347, "Species": "Feral Mallard", "Count": 10, "Date": "2024-01-29" }, "geometry": { "type": "Point", "coordinates": [ -157.7119347, 21.37318023 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37318023, "Longitude": -157.7119347, "Species": "Masked Booby", "Count": 1, "Date": "2022-10-04" }, "geometry": { "type": "Point", "coordinates": [ -157.7119347, 21.37318023 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37318023, "Longitude": -157.7119347, "Species": "Northern Cardinal", "Count": 13, "Date": "2022-12-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7119347, 21.37318023 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37318023, "Longitude": -157.7119347, "Species": "Pacific Golden-Plover", "Count": 25, "Date": "2024-01-29" }, "geometry": { "type": "Point", "coordinates": [ -157.7119347, 21.37318023 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37318023, "Longitude": -157.7119347, "Species": "Red-billed Leiothrix", "Count": 2, "Date": "2022-03-08" }, "geometry": { "type": "Point", "coordinates": [ -157.7119347, 21.37318023 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37318023, "Longitude": -157.7119347, "Species": "Red-crested Cardinal", "Count": 26, "Date": "2024-01-29" }, "geometry": { "type": "Point", "coordinates": [ -157.7119347, 21.37318023 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37318023, "Longitude": -157.7119347, "Species": "Red-footed Booby", "Count": 3, "Date": "2022-10-04" }, "geometry": { "type": "Point", "coordinates": [ -157.7119347, 21.37318023 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37318023, "Longitude": -157.7119347, "Species": "Red-tailed Tropicbird", "Count": 1, "Date": "2023-06-16" }, "geometry": { "type": "Point", "coordinates": [ -157.7119347, 21.37318023 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37318023, "Longitude": -157.7119347, "Species": "Red-vented Bulbul", "Count": 19, "Date": "2023-11-24" }, "geometry": { "type": "Point", "coordinates": [ -157.7119347, 21.37318023 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37318023, "Longitude": -157.7119347, "Species": "Red-whiskered Bulbul", "Count": 5, "Date": "2022-07-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7119347, 21.37318023 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37318023, "Longitude": -157.7119347, "Species": "Rock Pigeon", "Count": 9, "Date": "2024-01-29" }, "geometry": { "type": "Point", "coordinates": [ -157.7119347, 21.37318023 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37318023, "Longitude": -157.7119347, "Species": "Ruddy Turnstone", "Count": 4, "Date": "2024-01-29" }, "geometry": { "type": "Point", "coordinates": [ -157.7119347, 21.37318023 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37318023, "Longitude": -157.7119347, "Species": "Saffron Finch", "Count": 2, "Date": "2019-10-14" }, "geometry": { "type": "Point", "coordinates": [ -157.7119347, 21.37318023 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37318023, "Longitude": -157.7119347, "Species": "Scaly-breasted Munia", "Count": 2, "Date": "2019-10-14" }, "geometry": { "type": "Point", "coordinates": [ -157.7119347, 21.37318023 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37318023, "Longitude": -157.7119347, "Species": "Sooty Tern", "Count": 1, "Date": "2022-07-08" }, "geometry": { "type": "Point", "coordinates": [ -157.7119347, 21.37318023 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37318023, "Longitude": -157.7119347, "Species": "Spotted Dove", "Count": 13, "Date": "2023-11-24" }, "geometry": { "type": "Point", "coordinates": [ -157.7119347, 21.37318023 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37318023, "Longitude": -157.7119347, "Species": "Wandering Tattler", "Count": 4, "Date": "2024-01-29" }, "geometry": { "type": "Point", "coordinates": [ -157.7119347, 21.37318023 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37318023, "Longitude": -157.7119347, "Species": "Warbling White-eye", "Count": 5, "Date": "2022-07-16" }, "geometry": { "type": "Point", "coordinates": [ -157.7119347, 21.37318023 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37318023, "Longitude": -157.7119347, "Species": "Wedge-tailed Shearwater", "Count": 3, "Date": "2022-10-04" }, "geometry": { "type": "Point", "coordinates": [ -157.7119347, 21.37318023 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37318023, "Longitude": -157.7119347, "Species": "Western Cattle Egret", "Count": 27, "Date": "2024-01-29" }, "geometry": { "type": "Point", "coordinates": [ -157.7119347, 21.37318023 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37318023, "Longitude": -157.7119347, "Species": "White-rumped Shama", "Count": 9, "Date": "2022-07-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7119347, 21.37318023 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37318023, "Longitude": -157.7119347, "Species": "White-tailed Tropicbird", "Count": 1, "Date": "2023-06-16" }, "geometry": { "type": "Point", "coordinates": [ -157.7119347, 21.37318023 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37318023, "Longitude": -157.7119347, "Species": "Yellow-fronted Canary", "Count": 10, "Date": "2023-06-16" }, "geometry": { "type": "Point", "coordinates": [ -157.7119347, 21.37318023 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37318023, "Longitude": -157.7119347, "Species": "Zebra Dove", "Count": 28, "Date": "2024-01-29" }, "geometry": { "type": "Point", "coordinates": [ -157.7119347, 21.37318023 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27366949, "Longitude": -157.6935283, "Species": "African Silverbill", "Count": 10, "Date": "2022-12-31" }, "geometry": { "type": "Point", "coordinates": [ -157.6935283, 21.27366949 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27366949, "Longitude": -157.6935283, "Species": "Black-crowned Night Heron", "Count": 2, "Date": "2023-07-07" }, "geometry": { "type": "Point", "coordinates": [ -157.6935283, 21.27366949 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27366949, "Longitude": -157.6935283, "Species": "Black-necked Stilt", "Count": 2, "Date": "2023-07-07" }, "geometry": { "type": "Point", "coordinates": [ -157.6935283, 21.27366949 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27366949, "Longitude": -157.6935283, "Species": "Brown Booby", "Count": 2, "Date": "2023-10-05" }, "geometry": { "type": "Point", "coordinates": [ -157.6935283, 21.27366949 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27366949, "Longitude": -157.6935283, "Species": "Chestnut Munia", "Count": 4, "Date": "2023-04-28" }, "geometry": { "type": "Point", "coordinates": [ -157.6935283, 21.27366949 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27366949, "Longitude": -157.6935283, "Species": "Common Myna", "Count": 129, "Date": "2024-02-23" }, "geometry": { "type": "Point", "coordinates": [ -157.6935283, 21.27366949 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27366949, "Longitude": -157.6935283, "Species": "Common Waxbill", "Count": 85, "Date": "2024-01-19" }, "geometry": { "type": "Point", "coordinates": [ -157.6935283, 21.27366949 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27366949, "Longitude": -157.6935283, "Species": "Gray Francolin", "Count": 3, "Date": "2023-09-14" }, "geometry": { "type": "Point", "coordinates": [ -157.6935283, 21.27366949 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27366949, "Longitude": -157.6935283, "Species": "Great Frigatebird", "Count": 15, "Date": "2024-01-25" }, "geometry": { "type": "Point", "coordinates": [ -157.6935283, 21.27366949 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27366949, "Longitude": -157.6935283, "Species": "House Finch", "Count": 33, "Date": "2024-02-16" }, "geometry": { "type": "Point", "coordinates": [ -157.6935283, 21.27366949 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27366949, "Longitude": -157.6935283, "Species": "House Sparrow", "Count": 25, "Date": "2024-02-23" }, "geometry": { "type": "Point", "coordinates": [ -157.6935283, 21.27366949 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27366949, "Longitude": -157.6935283, "Species": "Java Sparrow", "Count": 48, "Date": "2023-12-26" }, "geometry": { "type": "Point", "coordinates": [ -157.6935283, 21.27366949 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27366949, "Longitude": -157.6935283, "Species": "Feral Mallard", "Count": 3, "Date": "2023-11-19" }, "geometry": { "type": "Point", "coordinates": [ -157.6935283, 21.27366949 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27366949, "Longitude": -157.6935283, "Species": "Masked Booby", "Count": 1, "Date": "2019-07-12" }, "geometry": { "type": "Point", "coordinates": [ -157.6935283, 21.27366949 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27366949, "Longitude": -157.6935283, "Species": "Muscovy Duck", "Count": 4, "Date": "2023-01-09" }, "geometry": { "type": "Point", "coordinates": [ -157.6935283, 21.27366949 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27366949, "Longitude": -157.6935283, "Species": "Northern Cardinal", "Count": 48, "Date": "2024-02-23" }, "geometry": { "type": "Point", "coordinates": [ -157.6935283, 21.27366949 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27366949, "Longitude": -157.6935283, "Species": "Northern Mockingbird", "Count": 2, "Date": "2022-01-01" }, "geometry": { "type": "Point", "coordinates": [ -157.6935283, 21.27366949 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27366949, "Longitude": -157.6935283, "Species": "Pacific Golden-Plover", "Count": 97, "Date": "2024-02-23" }, "geometry": { "type": "Point", "coordinates": [ -157.6935283, 21.27366949 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27366949, "Longitude": -157.6935283, "Species": "Peregrine Falcon", "Count": 2, "Date": "2022-12-28" }, "geometry": { "type": "Point", "coordinates": [ -157.6935283, 21.27366949 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27366949, "Longitude": -157.6935283, "Species": "Red Junglefowl", "Count": 21, "Date": "2024-01-26" }, "geometry": { "type": "Point", "coordinates": [ -157.6935283, 21.27366949 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27366949, "Longitude": -157.6935283, "Species": "Red-billed Leiothrix", "Count": 1, "Date": "2022-08-17" }, "geometry": { "type": "Point", "coordinates": [ -157.6935283, 21.27366949 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27366949, "Longitude": -157.6935283, "Species": "Red-crested Cardinal", "Count": 139, "Date": "2024-02-23" }, "geometry": { "type": "Point", "coordinates": [ -157.6935283, 21.27366949 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27366949, "Longitude": -157.6935283, "Species": "Red-footed Booby", "Count": 3, "Date": "2024-01-25" }, "geometry": { "type": "Point", "coordinates": [ -157.6935283, 21.27366949 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27366949, "Longitude": -157.6935283, "Species": "Red-tailed Tropicbird", "Count": 14, "Date": "2023-08-09" }, "geometry": { "type": "Point", "coordinates": [ -157.6935283, 21.27366949 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27366949, "Longitude": -157.6935283, "Species": "Red-vented Bulbul", "Count": 109, "Date": "2024-01-26" }, "geometry": { "type": "Point", "coordinates": [ -157.6935283, 21.27366949 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27366949, "Longitude": -157.6935283, "Species": "Red-whiskered Bulbul", "Count": 4, "Date": "2022-03-08" }, "geometry": { "type": "Point", "coordinates": [ -157.6935283, 21.27366949 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27366949, "Longitude": -157.6935283, "Species": "Rock Pigeon", "Count": 72, "Date": "2024-02-16" }, "geometry": { "type": "Point", "coordinates": [ -157.6935283, 21.27366949 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27366949, "Longitude": -157.6935283, "Species": "Rose-ringed Parakeet", "Count": 3, "Date": "2023-12-20" }, "geometry": { "type": "Point", "coordinates": [ -157.6935283, 21.27366949 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27366949, "Longitude": -157.6935283, "Species": "Ruddy Turnstone", "Count": 7, "Date": "2022-01-01" }, "geometry": { "type": "Point", "coordinates": [ -157.6935283, 21.27366949 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27366949, "Longitude": -157.6935283, "Species": "Saffron Finch", "Count": 8, "Date": "2024-01-03" }, "geometry": { "type": "Point", "coordinates": [ -157.6935283, 21.27366949 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27366949, "Longitude": -157.6935283, "Species": "Scaly-breasted Munia", "Count": 8, "Date": "2023-08-24" }, "geometry": { "type": "Point", "coordinates": [ -157.6935283, 21.27366949 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27366949, "Longitude": -157.6935283, "Species": "Sooty Tern", "Count": 8, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.6935283, 21.27366949 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27366949, "Longitude": -157.6935283, "Species": "Spotted Dove", "Count": 104, "Date": "2024-02-23" }, "geometry": { "type": "Point", "coordinates": [ -157.6935283, 21.27366949 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27366949, "Longitude": -157.6935283, "Species": "Wandering Tattler", "Count": 12, "Date": "2023-09-08" }, "geometry": { "type": "Point", "coordinates": [ -157.6935283, 21.27366949 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27366949, "Longitude": -157.6935283, "Species": "Warbling White-eye", "Count": 37, "Date": "2023-12-26" }, "geometry": { "type": "Point", "coordinates": [ -157.6935283, 21.27366949 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27366949, "Longitude": -157.6935283, "Species": "Wedge-tailed Shearwater", "Count": 1, "Date": "2023-07-07" }, "geometry": { "type": "Point", "coordinates": [ -157.6935283, 21.27366949 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27366949, "Longitude": -157.6935283, "Species": "Western Cattle Egret", "Count": 142, "Date": "2024-02-23" }, "geometry": { "type": "Point", "coordinates": [ -157.6935283, 21.27366949 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27366949, "Longitude": -157.6935283, "Species": "White Tern", "Count": 31, "Date": "2024-02-03" }, "geometry": { "type": "Point", "coordinates": [ -157.6935283, 21.27366949 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27366949, "Longitude": -157.6935283, "Species": "White-rumped Shama", "Count": 9, "Date": "2022-07-30" }, "geometry": { "type": "Point", "coordinates": [ -157.6935283, 21.27366949 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27366949, "Longitude": -157.6935283, "Species": "White-tailed Tropicbird", "Count": 3, "Date": "2024-01-26" }, "geometry": { "type": "Point", "coordinates": [ -157.6935283, 21.27366949 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27366949, "Longitude": -157.6935283, "Species": "Zebra Dove", "Count": 156, "Date": "2024-02-23" }, "geometry": { "type": "Point", "coordinates": [ -157.6935283, 21.27366949 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32077672, "Longitude": -157.9727045, "Species": "Barn Owl", "Count": 1, "Date": "2019-02-02" }, "geometry": { "type": "Point", "coordinates": [ -157.9727045, 21.32077672 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32077672, "Longitude": -157.9727045, "Species": "Black Noddy", "Count": 1, "Date": "2019-01-02" }, "geometry": { "type": "Point", "coordinates": [ -157.9727045, 21.32077672 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32077672, "Longitude": -157.9727045, "Species": "Black-necked Stilt", "Count": 3, "Date": "2019-03-06" }, "geometry": { "type": "Point", "coordinates": [ -157.9727045, 21.32077672 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32077672, "Longitude": -157.9727045, "Species": "Brown Booby", "Count": 31, "Date": "2019-06-16" }, "geometry": { "type": "Point", "coordinates": [ -157.9727045, 21.32077672 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32077672, "Longitude": -157.9727045, "Species": "Brown Noddy", "Count": 1, "Date": "2019-03-31" }, "geometry": { "type": "Point", "coordinates": [ -157.9727045, 21.32077672 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32077672, "Longitude": -157.9727045, "Species": "Bulwer's Petrel", "Count": 1, "Date": "2019-04-17" }, "geometry": { "type": "Point", "coordinates": [ -157.9727045, 21.32077672 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32077672, "Longitude": -157.9727045, "Species": "Chestnut Munia", "Count": 22, "Date": "2019-04-14" }, "geometry": { "type": "Point", "coordinates": [ -157.9727045, 21.32077672 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32077672, "Longitude": -157.9727045, "Species": "Common Myna", "Count": 33, "Date": "2023-09-09" }, "geometry": { "type": "Point", "coordinates": [ -157.9727045, 21.32077672 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32077672, "Longitude": -157.9727045, "Species": "Common Waxbill", "Count": 10, "Date": "2023-09-09" }, "geometry": { "type": "Point", "coordinates": [ -157.9727045, 21.32077672 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32077672, "Longitude": -157.9727045, "Species": "Gray Francolin", "Count": 9, "Date": "2019-03-03" }, "geometry": { "type": "Point", "coordinates": [ -157.9727045, 21.32077672 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32077672, "Longitude": -157.9727045, "Species": "Great Frigatebird", "Count": 1, "Date": "2019-02-05" }, "geometry": { "type": "Point", "coordinates": [ -157.9727045, 21.32077672 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32077672, "Longitude": -157.9727045, "Species": "House Finch", "Count": 17, "Date": "2019-05-28" }, "geometry": { "type": "Point", "coordinates": [ -157.9727045, 21.32077672 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32077672, "Longitude": -157.9727045, "Species": "House Sparrow", "Count": 3, "Date": "2023-09-09" }, "geometry": { "type": "Point", "coordinates": [ -157.9727045, 21.32077672 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32077672, "Longitude": -157.9727045, "Species": "Java Sparrow", "Count": 5, "Date": "2019-02-17" }, "geometry": { "type": "Point", "coordinates": [ -157.9727045, 21.32077672 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32077672, "Longitude": -157.9727045, "Species": "Laughing Gull", "Count": 2, "Date": "2019-04-13" }, "geometry": { "type": "Point", "coordinates": [ -157.9727045, 21.32077672 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32077672, "Longitude": -157.9727045, "Species": "Feral Mallard", "Count": 1, "Date": "2019-04-11" }, "geometry": { "type": "Point", "coordinates": [ -157.9727045, 21.32077672 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32077672, "Longitude": -157.9727045, "Species": "Northern Cardinal", "Count": 7, "Date": "2019-03-03" }, "geometry": { "type": "Point", "coordinates": [ -157.9727045, 21.32077672 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32077672, "Longitude": -157.9727045, "Species": "Pacific Golden-Plover", "Count": 38, "Date": "2019-04-17" }, "geometry": { "type": "Point", "coordinates": [ -157.9727045, 21.32077672 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32077672, "Longitude": -157.9727045, "Species": "Red Junglefowl", "Count": 2, "Date": "2019-01-06" }, "geometry": { "type": "Point", "coordinates": [ -157.9727045, 21.32077672 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32077672, "Longitude": -157.9727045, "Species": "Red Phalarope", "Count": 1, "Date": "2019-04-11" }, "geometry": { "type": "Point", "coordinates": [ -157.9727045, 21.32077672 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32077672, "Longitude": -157.9727045, "Species": "Red-crested Cardinal", "Count": 13, "Date": "2023-09-09" }, "geometry": { "type": "Point", "coordinates": [ -157.9727045, 21.32077672 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32077672, "Longitude": -157.9727045, "Species": "Red-crowned Parrot", "Count": 1, "Date": "2019-01-27" }, "geometry": { "type": "Point", "coordinates": [ -157.9727045, 21.32077672 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32077672, "Longitude": -157.9727045, "Species": "Red-footed Booby", "Count": 10, "Date": "2019-06-11" }, "geometry": { "type": "Point", "coordinates": [ -157.9727045, 21.32077672 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32077672, "Longitude": -157.9727045, "Species": "Red-vented Bulbul", "Count": 22, "Date": "2023-09-09" }, "geometry": { "type": "Point", "coordinates": [ -157.9727045, 21.32077672 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32077672, "Longitude": -157.9727045, "Species": "Ring-billed Gull", "Count": 1, "Date": "2019-03-03" }, "geometry": { "type": "Point", "coordinates": [ -157.9727045, 21.32077672 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32077672, "Longitude": -157.9727045, "Species": "Rose-ringed Parakeet", "Count": 3, "Date": "2019-03-16" }, "geometry": { "type": "Point", "coordinates": [ -157.9727045, 21.32077672 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32077672, "Longitude": -157.9727045, "Species": "Ruddy Turnstone", "Count": 24, "Date": "2019-04-17" }, "geometry": { "type": "Point", "coordinates": [ -157.9727045, 21.32077672 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32077672, "Longitude": -157.9727045, "Species": "Saffron Finch", "Count": 17, "Date": "2023-09-09" }, "geometry": { "type": "Point", "coordinates": [ -157.9727045, 21.32077672 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32077672, "Longitude": -157.9727045, "Species": "Sanderling", "Count": 2, "Date": "2019-01-22" }, "geometry": { "type": "Point", "coordinates": [ -157.9727045, 21.32077672 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32077672, "Longitude": -157.9727045, "Species": "Slaty-backed Gull", "Count": 1, "Date": "2019-02-04" }, "geometry": { "type": "Point", "coordinates": [ -157.9727045, 21.32077672 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32077672, "Longitude": -157.9727045, "Species": "Sooty Tern", "Count": 9, "Date": "2019-04-17" }, "geometry": { "type": "Point", "coordinates": [ -157.9727045, 21.32077672 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32077672, "Longitude": -157.9727045, "Species": "Spotted Dove", "Count": 8, "Date": "2019-05-28" }, "geometry": { "type": "Point", "coordinates": [ -157.9727045, 21.32077672 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32077672, "Longitude": -157.9727045, "Species": "Wandering Tattler", "Count": 8, "Date": "2019-01-31" }, "geometry": { "type": "Point", "coordinates": [ -157.9727045, 21.32077672 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32077672, "Longitude": -157.9727045, "Species": "Warbling White-eye", "Count": 12, "Date": "2019-03-31" }, "geometry": { "type": "Point", "coordinates": [ -157.9727045, 21.32077672 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32077672, "Longitude": -157.9727045, "Species": "Wedge-tailed Shearwater", "Count": 8, "Date": "2019-06-16" }, "geometry": { "type": "Point", "coordinates": [ -157.9727045, 21.32077672 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32077672, "Longitude": -157.9727045, "Species": "Western Cattle Egret", "Count": 13, "Date": "2019-06-11" }, "geometry": { "type": "Point", "coordinates": [ -157.9727045, 21.32077672 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32077672, "Longitude": -157.9727045, "Species": "White Tern", "Count": 27, "Date": "2019-06-16" }, "geometry": { "type": "Point", "coordinates": [ -157.9727045, 21.32077672 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32077672, "Longitude": -157.9727045, "Species": "White-rumped Shama", "Count": 3, "Date": "2019-05-28" }, "geometry": { "type": "Point", "coordinates": [ -157.9727045, 21.32077672 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32077672, "Longitude": -157.9727045, "Species": "White-tailed Tropicbird", "Count": 1, "Date": "2019-01-05" }, "geometry": { "type": "Point", "coordinates": [ -157.9727045, 21.32077672 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32077672, "Longitude": -157.9727045, "Species": "Yellow-fronted Canary", "Count": 11, "Date": "2019-04-14" }, "geometry": { "type": "Point", "coordinates": [ -157.9727045, 21.32077672 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32077672, "Longitude": -157.9727045, "Species": "Zebra Dove", "Count": 21, "Date": "2023-09-09" }, "geometry": { "type": "Point", "coordinates": [ -157.9727045, 21.32077672 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33068199, "Longitude": -158.1269131, "Species": "Black Swan", "Count": 8, "Date": "2023-03-29" }, "geometry": { "type": "Point", "coordinates": [ -158.1269131, 21.33068199 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33068199, "Longitude": -158.1269131, "Species": "Black-crowned Night Heron", "Count": 12, "Date": "2023-08-14" }, "geometry": { "type": "Point", "coordinates": [ -158.1269131, 21.33068199 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33068199, "Longitude": -158.1269131, "Species": "Black-necked Stilt", "Count": 4, "Date": "2023-02-24" }, "geometry": { "type": "Point", "coordinates": [ -158.1269131, 21.33068199 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33068199, "Longitude": -158.1269131, "Species": "Brown Booby", "Count": 8, "Date": "2023-08-14" }, "geometry": { "type": "Point", "coordinates": [ -158.1269131, 21.33068199 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33068199, "Longitude": -158.1269131, "Species": "Common Gallinule", "Count": 1, "Date": "2019-12-08" }, "geometry": { "type": "Point", "coordinates": [ -158.1269131, 21.33068199 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33068199, "Longitude": -158.1269131, "Species": "Common Myna", "Count": 45, "Date": "2024-02-06" }, "geometry": { "type": "Point", "coordinates": [ -158.1269131, 21.33068199 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33068199, "Longitude": -158.1269131, "Species": "Common Waxbill", "Count": 16, "Date": "2023-07-12" }, "geometry": { "type": "Point", "coordinates": [ -158.1269131, 21.33068199 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33068199, "Longitude": -158.1269131, "Species": "Eurasian Skylark", "Count": 2, "Date": "2023-03-29" }, "geometry": { "type": "Point", "coordinates": [ -158.1269131, 21.33068199 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33068199, "Longitude": -158.1269131, "Species": "Great Frigatebird", "Count": 2, "Date": "2022-07-24" }, "geometry": { "type": "Point", "coordinates": [ -158.1269131, 21.33068199 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33068199, "Longitude": -158.1269131, "Species": "Hawaiian Coot", "Count": 7, "Date": "2023-07-12" }, "geometry": { "type": "Point", "coordinates": [ -158.1269131, 21.33068199 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33068199, "Longitude": -158.1269131, "Species": "House Finch", "Count": 11, "Date": "2023-08-14" }, "geometry": { "type": "Point", "coordinates": [ -158.1269131, 21.33068199 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33068199, "Longitude": -158.1269131, "Species": "House Sparrow", "Count": 33, "Date": "2024-02-06" }, "geometry": { "type": "Point", "coordinates": [ -158.1269131, 21.33068199 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33068199, "Longitude": -158.1269131, "Species": "Java Sparrow", "Count": 9, "Date": "2023-08-14" }, "geometry": { "type": "Point", "coordinates": [ -158.1269131, 21.33068199 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33068199, "Longitude": -158.1269131, "Species": "Feral Mallard", "Count": 5, "Date": "2023-04-09" }, "geometry": { "type": "Point", "coordinates": [ -158.1269131, 21.33068199 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33068199, "Longitude": -158.1269131, "Species": "Muscovy Duck", "Count": 2, "Date": "2021-12-07" }, "geometry": { "type": "Point", "coordinates": [ -158.1269131, 21.33068199 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33068199, "Longitude": -158.1269131, "Species": "Pacific Golden-Plover", "Count": 33, "Date": "2024-02-06" }, "geometry": { "type": "Point", "coordinates": [ -158.1269131, 21.33068199 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33068199, "Longitude": -158.1269131, "Species": "Red Junglefowl", "Count": 1, "Date": "2022-05-26" }, "geometry": { "type": "Point", "coordinates": [ -158.1269131, 21.33068199 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33068199, "Longitude": -158.1269131, "Species": "Red-crested Cardinal", "Count": 37, "Date": "2024-02-06" }, "geometry": { "type": "Point", "coordinates": [ -158.1269131, 21.33068199 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33068199, "Longitude": -158.1269131, "Species": "Red-footed Booby", "Count": 2, "Date": "2023-02-18" }, "geometry": { "type": "Point", "coordinates": [ -158.1269131, 21.33068199 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33068199, "Longitude": -158.1269131, "Species": "Red-tailed Tropicbird", "Count": 1, "Date": "2020-03-02" }, "geometry": { "type": "Point", "coordinates": [ -158.1269131, 21.33068199 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33068199, "Longitude": -158.1269131, "Species": "Red-vented Bulbul", "Count": 33, "Date": "2024-02-06" }, "geometry": { "type": "Point", "coordinates": [ -158.1269131, 21.33068199 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33068199, "Longitude": -158.1269131, "Species": "Red-whiskered Bulbul", "Count": 3, "Date": "2022-11-30" }, "geometry": { "type": "Point", "coordinates": [ -158.1269131, 21.33068199 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33068199, "Longitude": -158.1269131, "Species": "Rock Pigeon", "Count": 5, "Date": "2023-05-30" }, "geometry": { "type": "Point", "coordinates": [ -158.1269131, 21.33068199 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33068199, "Longitude": -158.1269131, "Species": "Ruddy Turnstone", "Count": 5, "Date": "2023-02-23" }, "geometry": { "type": "Point", "coordinates": [ -158.1269131, 21.33068199 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33068199, "Longitude": -158.1269131, "Species": "Saffron Finch", "Count": 16, "Date": "2024-02-06" }, "geometry": { "type": "Point", "coordinates": [ -158.1269131, 21.33068199 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33068199, "Longitude": -158.1269131, "Species": "Sanderling", "Count": 1, "Date": "2020-02-22" }, "geometry": { "type": "Point", "coordinates": [ -158.1269131, 21.33068199 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33068199, "Longitude": -158.1269131, "Species": "Scaly-breasted Munia", "Count": 1, "Date": "2023-08-14" }, "geometry": { "type": "Point", "coordinates": [ -158.1269131, 21.33068199 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33068199, "Longitude": -158.1269131, "Species": "Sooty Tern", "Count": 1, "Date": "2020-03-02" }, "geometry": { "type": "Point", "coordinates": [ -158.1269131, 21.33068199 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33068199, "Longitude": -158.1269131, "Species": "Spotted Dove", "Count": 40, "Date": "2024-02-06" }, "geometry": { "type": "Point", "coordinates": [ -158.1269131, 21.33068199 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33068199, "Longitude": -158.1269131, "Species": "Wandering Tattler", "Count": 11, "Date": "2024-01-26" }, "geometry": { "type": "Point", "coordinates": [ -158.1269131, 21.33068199 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33068199, "Longitude": -158.1269131, "Species": "Warbling White-eye", "Count": 16, "Date": "2023-12-06" }, "geometry": { "type": "Point", "coordinates": [ -158.1269131, 21.33068199 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33068199, "Longitude": -158.1269131, "Species": "Wedge-tailed Shearwater", "Count": 3, "Date": "2024-01-26" }, "geometry": { "type": "Point", "coordinates": [ -158.1269131, 21.33068199 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33068199, "Longitude": -158.1269131, "Species": "Western Cattle Egret", "Count": 18, "Date": "2024-02-06" }, "geometry": { "type": "Point", "coordinates": [ -158.1269131, 21.33068199 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33068199, "Longitude": -158.1269131, "Species": "White Tern", "Count": 2, "Date": "2022-06-26" }, "geometry": { "type": "Point", "coordinates": [ -158.1269131, 21.33068199 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33068199, "Longitude": -158.1269131, "Species": "Yellow-fronted Canary", "Count": 1, "Date": "2022-10-16" }, "geometry": { "type": "Point", "coordinates": [ -158.1269131, 21.33068199 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33068199, "Longitude": -158.1269131, "Species": "Zebra Dove", "Count": 39, "Date": "2024-02-06" }, "geometry": { "type": "Point", "coordinates": [ -158.1269131, 21.33068199 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33966701, "Longitude": -158.1172168, "Species": "African Silverbill", "Count": 2, "Date": "2022-11-14" }, "geometry": { "type": "Point", "coordinates": [ -158.1172168, 21.33966701 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33966701, "Longitude": -158.1172168, "Species": "Black Swan", "Count": 77, "Date": "2024-02-12" }, "geometry": { "type": "Point", "coordinates": [ -158.1172168, 21.33966701 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33966701, "Longitude": -158.1172168, "Species": "Black-crowned Night Heron", "Count": 80, "Date": "2024-02-12" }, "geometry": { "type": "Point", "coordinates": [ -158.1172168, 21.33966701 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33966701, "Longitude": -158.1172168, "Species": "Black-necked Stilt", "Count": 50, "Date": "2024-02-12" }, "geometry": { "type": "Point", "coordinates": [ -158.1172168, 21.33966701 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33966701, "Longitude": -158.1172168, "Species": "Brown Booby", "Count": 1, "Date": "2022-12-28" }, "geometry": { "type": "Point", "coordinates": [ -158.1172168, 21.33966701 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33966701, "Longitude": -158.1172168, "Species": "Chestnut Munia", "Count": 15, "Date": "2024-01-26" }, "geometry": { "type": "Point", "coordinates": [ -158.1172168, 21.33966701 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33966701, "Longitude": -158.1172168, "Species": "Common Gallinule", "Count": 2, "Date": "2023-07-12" }, "geometry": { "type": "Point", "coordinates": [ -158.1172168, 21.33966701 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33966701, "Longitude": -158.1172168, "Species": "Common Myna", "Count": 121, "Date": "2024-02-13" }, "geometry": { "type": "Point", "coordinates": [ -158.1172168, 21.33966701 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33966701, "Longitude": -158.1172168, "Species": "Common Waxbill", "Count": 59, "Date": "2024-02-12" }, "geometry": { "type": "Point", "coordinates": [ -158.1172168, 21.33966701 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33966701, "Longitude": -158.1172168, "Species": "Eurasian Skylark", "Count": 1, "Date": "2021-08-11" }, "geometry": { "type": "Point", "coordinates": [ -158.1172168, 21.33966701 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33966701, "Longitude": -158.1172168, "Species": "Gray Francolin", "Count": 2, "Date": "2023-11-07" }, "geometry": { "type": "Point", "coordinates": [ -158.1172168, 21.33966701 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33966701, "Longitude": -158.1172168, "Species": "Great Frigatebird", "Count": 1, "Date": "2023-03-12" }, "geometry": { "type": "Point", "coordinates": [ -158.1172168, 21.33966701 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33966701, "Longitude": -158.1172168, "Species": "Hawaiian Coot", "Count": 93, "Date": "2024-02-13" }, "geometry": { "type": "Point", "coordinates": [ -158.1172168, 21.33966701 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33966701, "Longitude": -158.1172168, "Species": "House Finch", "Count": 44, "Date": "2024-02-12" }, "geometry": { "type": "Point", "coordinates": [ -158.1172168, 21.33966701 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33966701, "Longitude": -158.1172168, "Species": "House Sparrow", "Count": 74, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -158.1172168, 21.33966701 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33966701, "Longitude": -158.1172168, "Species": "Java Sparrow", "Count": 29, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -158.1172168, 21.33966701 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33966701, "Longitude": -158.1172168, "Species": "Lesser Scaup", "Count": 1, "Date": "2022-11-14" }, "geometry": { "type": "Point", "coordinates": [ -158.1172168, 21.33966701 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33966701, "Longitude": -158.1172168, "Species": "Feral Mallard", "Count": 85, "Date": "2024-01-26" }, "geometry": { "type": "Point", "coordinates": [ -158.1172168, 21.33966701 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33966701, "Longitude": -158.1172168, "Species": "Masked Booby", "Count": 2, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -158.1172168, 21.33966701 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33966701, "Longitude": -158.1172168, "Species": "Mourning Dove", "Count": 2, "Date": "2022-11-14" }, "geometry": { "type": "Point", "coordinates": [ -158.1172168, 21.33966701 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33966701, "Longitude": -158.1172168, "Species": "Muscovy Duck", "Count": 33, "Date": "2024-02-13" }, "geometry": { "type": "Point", "coordinates": [ -158.1172168, 21.33966701 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33966701, "Longitude": -158.1172168, "Species": "Northern Cardinal", "Count": 16, "Date": "2024-02-12" }, "geometry": { "type": "Point", "coordinates": [ -158.1172168, 21.33966701 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33966701, "Longitude": -158.1172168, "Species": "Northern Shoveler", "Count": 1, "Date": "2022-11-14" }, "geometry": { "type": "Point", "coordinates": [ -158.1172168, 21.33966701 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33966701, "Longitude": -158.1172168, "Species": "Pacific Golden-Plover", "Count": 83, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -158.1172168, 21.33966701 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33966701, "Longitude": -158.1172168, "Species": "Red Junglefowl", "Count": 8, "Date": "2023-07-12" }, "geometry": { "type": "Point", "coordinates": [ -158.1172168, 21.33966701 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33966701, "Longitude": -158.1172168, "Species": "Red-crested Cardinal", "Count": 94, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -158.1172168, 21.33966701 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33966701, "Longitude": -158.1172168, "Species": "Red-vented Bulbul", "Count": 82, "Date": "2024-02-12" }, "geometry": { "type": "Point", "coordinates": [ -158.1172168, 21.33966701 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33966701, "Longitude": -158.1172168, "Species": "Red-whiskered Bulbul", "Count": 26, "Date": "2024-02-12" }, "geometry": { "type": "Point", "coordinates": [ -158.1172168, 21.33966701 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33966701, "Longitude": -158.1172168, "Species": "Rock Pigeon", "Count": 20, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -158.1172168, 21.33966701 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33966701, "Longitude": -158.1172168, "Species": "Rose-ringed Parakeet", "Count": 8, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -158.1172168, 21.33966701 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33966701, "Longitude": -158.1172168, "Species": "Ruddy Turnstone", "Count": 19, "Date": "2024-02-12" }, "geometry": { "type": "Point", "coordinates": [ -158.1172168, 21.33966701 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33966701, "Longitude": -158.1172168, "Species": "Saffron Finch", "Count": 56, "Date": "2024-02-12" }, "geometry": { "type": "Point", "coordinates": [ -158.1172168, 21.33966701 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33966701, "Longitude": -158.1172168, "Species": "Scaly-breasted Munia", "Count": 1, "Date": "2023-03-17" }, "geometry": { "type": "Point", "coordinates": [ -158.1172168, 21.33966701 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33966701, "Longitude": -158.1172168, "Species": "Spotted Dove", "Count": 97, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -158.1172168, 21.33966701 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33966701, "Longitude": -158.1172168, "Species": "Wandering Tattler", "Count": 13, "Date": "2024-02-12" }, "geometry": { "type": "Point", "coordinates": [ -158.1172168, 21.33966701 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33966701, "Longitude": -158.1172168, "Species": "Warbling White-eye", "Count": 62, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -158.1172168, 21.33966701 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33966701, "Longitude": -158.1172168, "Species": "Western Cattle Egret", "Count": 102, "Date": "2024-02-12" }, "geometry": { "type": "Point", "coordinates": [ -158.1172168, 21.33966701 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33966701, "Longitude": -158.1172168, "Species": "White-rumped Shama", "Count": 2, "Date": "2022-06-23" }, "geometry": { "type": "Point", "coordinates": [ -158.1172168, 21.33966701 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33966701, "Longitude": -158.1172168, "Species": "Yellow-fronted Canary", "Count": 9, "Date": "2024-02-12" }, "geometry": { "type": "Point", "coordinates": [ -158.1172168, 21.33966701 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33966701, "Longitude": -158.1172168, "Species": "Zebra Dove", "Count": 111, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -158.1172168, 21.33966701 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36576814, "Longitude": -157.9434582, "Species": "African Silverbill", "Count": 8, "Date": "2023-09-27" }, "geometry": { "type": "Point", "coordinates": [ -157.9434582, 21.36576814 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36576814, "Longitude": -157.9434582, "Species": "Black-crowned Night Heron", "Count": 10, "Date": "2024-01-21" }, "geometry": { "type": "Point", "coordinates": [ -157.9434582, 21.36576814 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36576814, "Longitude": -157.9434582, "Species": "Black-necked Stilt", "Count": 8, "Date": "2024-01-03" }, "geometry": { "type": "Point", "coordinates": [ -157.9434582, 21.36576814 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36576814, "Longitude": -157.9434582, "Species": "Brown Booby", "Count": 3, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.9434582, 21.36576814 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36576814, "Longitude": -157.9434582, "Species": "Brown Noddy", "Count": 1, "Date": "2023-05-11" }, "geometry": { "type": "Point", "coordinates": [ -157.9434582, 21.36576814 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36576814, "Longitude": -157.9434582, "Species": "Chestnut Munia", "Count": 181, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.9434582, 21.36576814 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36576814, "Longitude": -157.9434582, "Species": "Common Myna", "Count": 444, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.9434582, 21.36576814 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36576814, "Longitude": -157.9434582, "Species": "Common Waxbill", "Count": 277, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.9434582, 21.36576814 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36576814, "Longitude": -157.9434582, "Species": "Eurasian Skylark", "Count": 1, "Date": "2021-05-11" }, "geometry": { "type": "Point", "coordinates": [ -157.9434582, 21.36576814 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36576814, "Longitude": -157.9434582, "Species": "Gray Francolin", "Count": 2, "Date": "2022-10-09" }, "geometry": { "type": "Point", "coordinates": [ -157.9434582, 21.36576814 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36576814, "Longitude": -157.9434582, "Species": "Hawaiian Coot", "Count": 3, "Date": "2024-01-03" }, "geometry": { "type": "Point", "coordinates": [ -157.9434582, 21.36576814 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36576814, "Longitude": -157.9434582, "Species": "House Finch", "Count": 87, "Date": "2024-02-10" }, "geometry": { "type": "Point", "coordinates": [ -157.9434582, 21.36576814 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36576814, "Longitude": -157.9434582, "Species": "House Sparrow", "Count": 360, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.9434582, 21.36576814 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36576814, "Longitude": -157.9434582, "Species": "Java Sparrow", "Count": 273, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.9434582, 21.36576814 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36576814, "Longitude": -157.9434582, "Species": "Long-billed Dowitcher", "Count": 1, "Date": "2024-01-03" }, "geometry": { "type": "Point", "coordinates": [ -157.9434582, 21.36576814 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36576814, "Longitude": -157.9434582, "Species": "Feral Mallard", "Count": 68, "Date": "2023-11-09" }, "geometry": { "type": "Point", "coordinates": [ -157.9434582, 21.36576814 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36576814, "Longitude": -157.9434582, "Species": "Muscovy Duck", "Count": 3, "Date": "2022-07-26" }, "geometry": { "type": "Point", "coordinates": [ -157.9434582, 21.36576814 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36576814, "Longitude": -157.9434582, "Species": "Northern Cardinal", "Count": 12, "Date": "2024-02-18" }, "geometry": { "type": "Point", "coordinates": [ -157.9434582, 21.36576814 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36576814, "Longitude": -157.9434582, "Species": "Northern Mockingbird", "Count": 3, "Date": "2023-03-21" }, "geometry": { "type": "Point", "coordinates": [ -157.9434582, 21.36576814 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36576814, "Longitude": -157.9434582, "Species": "Pacific Golden-Plover", "Count": 342, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.9434582, 21.36576814 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36576814, "Longitude": -157.9434582, "Species": "Red Avadavat", "Count": 4, "Date": "2023-11-30" }, "geometry": { "type": "Point", "coordinates": [ -157.9434582, 21.36576814 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36576814, "Longitude": -157.9434582, "Species": "Red Junglefowl", "Count": 35, "Date": "2024-02-10" }, "geometry": { "type": "Point", "coordinates": [ -157.9434582, 21.36576814 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36576814, "Longitude": -157.9434582, "Species": "Red-crested Cardinal", "Count": 181, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.9434582, 21.36576814 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36576814, "Longitude": -157.9434582, "Species": "Red-vented Bulbul", "Count": 258, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.9434582, 21.36576814 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36576814, "Longitude": -157.9434582, "Species": "Red-whiskered Bulbul", "Count": 15, "Date": "2024-01-13" }, "geometry": { "type": "Point", "coordinates": [ -157.9434582, 21.36576814 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36576814, "Longitude": -157.9434582, "Species": "Rock Pigeon", "Count": 268, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.9434582, 21.36576814 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36576814, "Longitude": -157.9434582, "Species": "Rose-ringed Parakeet", "Count": 47, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.9434582, 21.36576814 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36576814, "Longitude": -157.9434582, "Species": "Ruddy Turnstone", "Count": 7, "Date": "2023-03-06" }, "geometry": { "type": "Point", "coordinates": [ -157.9434582, 21.36576814 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36576814, "Longitude": -157.9434582, "Species": "Saffron Finch", "Count": 151, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.9434582, 21.36576814 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36576814, "Longitude": -157.9434582, "Species": "Sanderling", "Count": 3, "Date": "2024-01-13" }, "geometry": { "type": "Point", "coordinates": [ -157.9434582, 21.36576814 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36576814, "Longitude": -157.9434582, "Species": "Scaly-breasted Munia", "Count": 10, "Date": "2023-11-14" }, "geometry": { "type": "Point", "coordinates": [ -157.9434582, 21.36576814 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36576814, "Longitude": -157.9434582, "Species": "Spotted Dove", "Count": 214, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.9434582, 21.36576814 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36576814, "Longitude": -157.9434582, "Species": "Wandering Tattler", "Count": 8, "Date": "2024-01-26" }, "geometry": { "type": "Point", "coordinates": [ -157.9434582, 21.36576814 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36576814, "Longitude": -157.9434582, "Species": "Warbling White-eye", "Count": 93, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.9434582, 21.36576814 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36576814, "Longitude": -157.9434582, "Species": "Western Cattle Egret", "Count": 208, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.9434582, 21.36576814 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36576814, "Longitude": -157.9434582, "Species": "White Tern", "Count": 109, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9434582, 21.36576814 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36576814, "Longitude": -157.9434582, "Species": "White-rumped Shama", "Count": 7, "Date": "2022-11-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9434582, 21.36576814 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36576814, "Longitude": -157.9434582, "Species": "White-tailed Tropicbird", "Count": 1, "Date": "2023-01-27" }, "geometry": { "type": "Point", "coordinates": [ -157.9434582, 21.36576814 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36576814, "Longitude": -157.9434582, "Species": "Yellow-fronted Canary", "Count": 17, "Date": "2024-02-10" }, "geometry": { "type": "Point", "coordinates": [ -157.9434582, 21.36576814 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36576814, "Longitude": -157.9434582, "Species": "Zebra Dove", "Count": 416, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.9434582, 21.36576814 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.66380875, "Longitude": -157.9316356, "Species": "Black-bellied Plover", "Count": 1, "Date": "2021-02-14" }, "geometry": { "type": "Point", "coordinates": [ -157.9316356, 21.66380875 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.66380875, "Longitude": -157.9316356, "Species": "Black-crowned Night Heron", "Count": 2, "Date": "2023-07-08" }, "geometry": { "type": "Point", "coordinates": [ -157.9316356, 21.66380875 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.66380875, "Longitude": -157.9316356, "Species": "Black-necked Stilt", "Count": 1, "Date": "2023-11-22" }, "geometry": { "type": "Point", "coordinates": [ -157.9316356, 21.66380875 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.66380875, "Longitude": -157.9316356, "Species": "Bristle-thighed Curlew", "Count": 1, "Date": "2023-07-09" }, "geometry": { "type": "Point", "coordinates": [ -157.9316356, 21.66380875 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.66380875, "Longitude": -157.9316356, "Species": "Brown Booby", "Count": 8, "Date": "2023-08-04" }, "geometry": { "type": "Point", "coordinates": [ -157.9316356, 21.66380875 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.66380875, "Longitude": -157.9316356, "Species": "Brown Noddy", "Count": 4, "Date": "2023-07-16" }, "geometry": { "type": "Point", "coordinates": [ -157.9316356, 21.66380875 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.66380875, "Longitude": -157.9316356, "Species": "Chestnut Munia", "Count": 2, "Date": "2023-07-08" }, "geometry": { "type": "Point", "coordinates": [ -157.9316356, 21.66380875 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.66380875, "Longitude": -157.9316356, "Species": "Common Gallinule", "Count": 1, "Date": "2021-02-14" }, "geometry": { "type": "Point", "coordinates": [ -157.9316356, 21.66380875 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.66380875, "Longitude": -157.9316356, "Species": "Common Myna", "Count": 55, "Date": "2024-02-27" }, "geometry": { "type": "Point", "coordinates": [ -157.9316356, 21.66380875 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.66380875, "Longitude": -157.9316356, "Species": "Common Waxbill", "Count": 23, "Date": "2024-02-27" }, "geometry": { "type": "Point", "coordinates": [ -157.9316356, 21.66380875 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.66380875, "Longitude": -157.9316356, "Species": "Glaucous-winged Gull", "Count": 1, "Date": "2024-02-08" }, "geometry": { "type": "Point", "coordinates": [ -157.9316356, 21.66380875 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.66380875, "Longitude": -157.9316356, "Species": "Great Frigatebird", "Count": 3, "Date": "2021-03-14" }, "geometry": { "type": "Point", "coordinates": [ -157.9316356, 21.66380875 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.66380875, "Longitude": -157.9316356, "Species": "House Finch", "Count": 32, "Date": "2024-02-27" }, "geometry": { "type": "Point", "coordinates": [ -157.9316356, 21.66380875 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.66380875, "Longitude": -157.9316356, "Species": "House Sparrow", "Count": 8, "Date": "2023-11-22" }, "geometry": { "type": "Point", "coordinates": [ -157.9316356, 21.66380875 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.66380875, "Longitude": -157.9316356, "Species": "Indian Peafowl", "Count": 16, "Date": "2021-04-01" }, "geometry": { "type": "Point", "coordinates": [ -157.9316356, 21.66380875 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.66380875, "Longitude": -157.9316356, "Species": "Java Sparrow", "Count": 6, "Date": "2022-01-25" }, "geometry": { "type": "Point", "coordinates": [ -157.9316356, 21.66380875 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.66380875, "Longitude": -157.9316356, "Species": "Laysan Albatross", "Count": 4, "Date": "2024-02-08" }, "geometry": { "type": "Point", "coordinates": [ -157.9316356, 21.66380875 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.66380875, "Longitude": -157.9316356, "Species": "Feral Mallard", "Count": 8, "Date": "2023-11-13" }, "geometry": { "type": "Point", "coordinates": [ -157.9316356, 21.66380875 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.66380875, "Longitude": -157.9316356, "Species": "Masked Booby", "Count": 5, "Date": "2023-07-16" }, "geometry": { "type": "Point", "coordinates": [ -157.9316356, 21.66380875 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.66380875, "Longitude": -157.9316356, "Species": "Northern Cardinal", "Count": 9, "Date": "2023-12-09" }, "geometry": { "type": "Point", "coordinates": [ -157.9316356, 21.66380875 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.66380875, "Longitude": -157.9316356, "Species": "Northern Mockingbird", "Count": 1, "Date": "2023-01-17" }, "geometry": { "type": "Point", "coordinates": [ -157.9316356, 21.66380875 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.66380875, "Longitude": -157.9316356, "Species": "Pacific Golden-Plover", "Count": 39, "Date": "2024-02-27" }, "geometry": { "type": "Point", "coordinates": [ -157.9316356, 21.66380875 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.66380875, "Longitude": -157.9316356, "Species": "Red Avadavat", "Count": 2, "Date": "2023-11-13" }, "geometry": { "type": "Point", "coordinates": [ -157.9316356, 21.66380875 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.66380875, "Longitude": -157.9316356, "Species": "Red Junglefowl", "Count": 29, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.9316356, 21.66380875 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.66380875, "Longitude": -157.9316356, "Species": "Red-billed Leiothrix", "Count": 2, "Date": "2024-01-15" }, "geometry": { "type": "Point", "coordinates": [ -157.9316356, 21.66380875 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.66380875, "Longitude": -157.9316356, "Species": "Red-crested Cardinal", "Count": 40, "Date": "2024-02-27" }, "geometry": { "type": "Point", "coordinates": [ -157.9316356, 21.66380875 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.66380875, "Longitude": -157.9316356, "Species": "Red-footed Booby", "Count": 2, "Date": "2019-01-26" }, "geometry": { "type": "Point", "coordinates": [ -157.9316356, 21.66380875 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.66380875, "Longitude": -157.9316356, "Species": "Red-vented Bulbul", "Count": 29, "Date": "2024-02-08" }, "geometry": { "type": "Point", "coordinates": [ -157.9316356, 21.66380875 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.66380875, "Longitude": -157.9316356, "Species": "Red-whiskered Bulbul", "Count": 24, "Date": "2024-01-15" }, "geometry": { "type": "Point", "coordinates": [ -157.9316356, 21.66380875 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.66380875, "Longitude": -157.9316356, "Species": "Rock Pigeon", "Count": 1, "Date": "2020-02-02" }, "geometry": { "type": "Point", "coordinates": [ -157.9316356, 21.66380875 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.66380875, "Longitude": -157.9316356, "Species": "Ruddy Turnstone", "Count": 18, "Date": "2024-02-27" }, "geometry": { "type": "Point", "coordinates": [ -157.9316356, 21.66380875 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.66380875, "Longitude": -157.9316356, "Species": "Saffron Finch", "Count": 4, "Date": "2023-09-23" }, "geometry": { "type": "Point", "coordinates": [ -157.9316356, 21.66380875 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.66380875, "Longitude": -157.9316356, "Species": "Sanderling", "Count": 10, "Date": "2024-02-08" }, "geometry": { "type": "Point", "coordinates": [ -157.9316356, 21.66380875 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.66380875, "Longitude": -157.9316356, "Species": "Sooty Tern", "Count": 1, "Date": "2023-07-09" }, "geometry": { "type": "Point", "coordinates": [ -157.9316356, 21.66380875 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.66380875, "Longitude": -157.9316356, "Species": "Spotted Dove", "Count": 27, "Date": "2024-02-27" }, "geometry": { "type": "Point", "coordinates": [ -157.9316356, 21.66380875 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.66380875, "Longitude": -157.9316356, "Species": "Wandering Tattler", "Count": 15, "Date": "2024-02-08" }, "geometry": { "type": "Point", "coordinates": [ -157.9316356, 21.66380875 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.66380875, "Longitude": -157.9316356, "Species": "Warbling White-eye", "Count": 17, "Date": "2024-02-27" }, "geometry": { "type": "Point", "coordinates": [ -157.9316356, 21.66380875 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.66380875, "Longitude": -157.9316356, "Species": "Wedge-tailed Shearwater", "Count": 10, "Date": "2023-08-04" }, "geometry": { "type": "Point", "coordinates": [ -157.9316356, 21.66380875 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.66380875, "Longitude": -157.9316356, "Species": "Western Cattle Egret", "Count": 24, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.9316356, 21.66380875 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.66380875, "Longitude": -157.9316356, "Species": "White-rumped Shama", "Count": 14, "Date": "2023-12-09" }, "geometry": { "type": "Point", "coordinates": [ -157.9316356, 21.66380875 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.66380875, "Longitude": -157.9316356, "Species": "Yellow-fronted Canary", "Count": 3, "Date": "2021-02-12" }, "geometry": { "type": "Point", "coordinates": [ -157.9316356, 21.66380875 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.66380875, "Longitude": -157.9316356, "Species": "Zebra Dove", "Count": 51, "Date": "2024-02-27" }, "geometry": { "type": "Point", "coordinates": [ -157.9316356, 21.66380875 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40152524, "Longitude": -157.8853207, "Species": "African Silverbill", "Count": 4, "Date": "2023-09-10" }, "geometry": { "type": "Point", "coordinates": [ -157.8853207, 21.40152524 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40152524, "Longitude": -157.8853207, "Species": "Apapane", "Count": 206, "Date": "2024-02-14" }, "geometry": { "type": "Point", "coordinates": [ -157.8853207, 21.40152524 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40152524, "Longitude": -157.8853207, "Species": "Barn Owl", "Count": 1, "Date": "2019-02-22" }, "geometry": { "type": "Point", "coordinates": [ -157.8853207, 21.40152524 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40152524, "Longitude": -157.8853207, "Species": "Black-necked Stilt", "Count": 1, "Date": "2023-09-30" }, "geometry": { "type": "Point", "coordinates": [ -157.8853207, 21.40152524 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40152524, "Longitude": -157.8853207, "Species": "Chestnut Munia", "Count": 133, "Date": "2023-12-04" }, "geometry": { "type": "Point", "coordinates": [ -157.8853207, 21.40152524 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40152524, "Longitude": -157.8853207, "Species": "Chinese Hwamei", "Count": 9, "Date": "2022-12-21" }, "geometry": { "type": "Point", "coordinates": [ -157.8853207, 21.40152524 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40152524, "Longitude": -157.8853207, "Species": "Common Myna", "Count": 151, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.8853207, 21.40152524 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40152524, "Longitude": -157.8853207, "Species": "Common Waxbill", "Count": 335, "Date": "2024-02-14" }, "geometry": { "type": "Point", "coordinates": [ -157.8853207, 21.40152524 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40152524, "Longitude": -157.8853207, "Species": "House Finch", "Count": 346, "Date": "2024-02-14" }, "geometry": { "type": "Point", "coordinates": [ -157.8853207, 21.40152524 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40152524, "Longitude": -157.8853207, "Species": "House Sparrow", "Count": 17, "Date": "2023-12-21" }, "geometry": { "type": "Point", "coordinates": [ -157.8853207, 21.40152524 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40152524, "Longitude": -157.8853207, "Species": "Indian Peafowl", "Count": 1, "Date": "2020-03-05" }, "geometry": { "type": "Point", "coordinates": [ -157.8853207, 21.40152524 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40152524, "Longitude": -157.8853207, "Species": "Japanese Bush Warbler", "Count": 79, "Date": "2023-12-21" }, "geometry": { "type": "Point", "coordinates": [ -157.8853207, 21.40152524 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40152524, "Longitude": -157.8853207, "Species": "Java Sparrow", "Count": 11, "Date": "2023-12-21" }, "geometry": { "type": "Point", "coordinates": [ -157.8853207, 21.40152524 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40152524, "Longitude": -157.8853207, "Species": "Mariana Swiftlet", "Count": 67, "Date": "2023-12-21" }, "geometry": { "type": "Point", "coordinates": [ -157.8853207, 21.40152524 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40152524, "Longitude": -157.8853207, "Species": "Northern Cardinal", "Count": 207, "Date": "2024-02-14" }, "geometry": { "type": "Point", "coordinates": [ -157.8853207, 21.40152524 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40152524, "Longitude": -157.8853207, "Species": "Northern Shoveler", "Count": 1, "Date": "2023-01-17" }, "geometry": { "type": "Point", "coordinates": [ -157.8853207, 21.40152524 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40152524, "Longitude": -157.8853207, "Species": "Oahu Amakihi", "Count": 431, "Date": "2024-02-14" }, "geometry": { "type": "Point", "coordinates": [ -157.8853207, 21.40152524 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40152524, "Longitude": -157.8853207, "Species": "Oahu Elepaio", "Count": 199, "Date": "2024-02-14" }, "geometry": { "type": "Point", "coordinates": [ -157.8853207, 21.40152524 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40152524, "Longitude": -157.8853207, "Species": "Pacific Golden-Plover", "Count": 87, "Date": "2023-12-21" }, "geometry": { "type": "Point", "coordinates": [ -157.8853207, 21.40152524 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40152524, "Longitude": -157.8853207, "Species": "Red Junglefowl", "Count": 170, "Date": "2024-02-14" }, "geometry": { "type": "Point", "coordinates": [ -157.8853207, 21.40152524 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40152524, "Longitude": -157.8853207, "Species": "Red-billed Leiothrix", "Count": 433, "Date": "2024-02-14" }, "geometry": { "type": "Point", "coordinates": [ -157.8853207, 21.40152524 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40152524, "Longitude": -157.8853207, "Species": "Red-crested Cardinal", "Count": 299, "Date": "2024-02-14" }, "geometry": { "type": "Point", "coordinates": [ -157.8853207, 21.40152524 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40152524, "Longitude": -157.8853207, "Species": "Red-crowned Parrot", "Count": 120, "Date": "2024-02-14" }, "geometry": { "type": "Point", "coordinates": [ -157.8853207, 21.40152524 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40152524, "Longitude": -157.8853207, "Species": "Red-tailed Tropicbird", "Count": 1, "Date": "2023-01-15" }, "geometry": { "type": "Point", "coordinates": [ -157.8853207, 21.40152524 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40152524, "Longitude": -157.8853207, "Species": "Red-vented Bulbul", "Count": 411, "Date": "2024-02-14" }, "geometry": { "type": "Point", "coordinates": [ -157.8853207, 21.40152524 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40152524, "Longitude": -157.8853207, "Species": "Red-whiskered Bulbul", "Count": 325, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.8853207, 21.40152524 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40152524, "Longitude": -157.8853207, "Species": "Rock Pigeon", "Count": 13, "Date": "2023-12-21" }, "geometry": { "type": "Point", "coordinates": [ -157.8853207, 21.40152524 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40152524, "Longitude": -157.8853207, "Species": "Rose-ringed Parakeet", "Count": 7, "Date": "2023-01-17" }, "geometry": { "type": "Point", "coordinates": [ -157.8853207, 21.40152524 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40152524, "Longitude": -157.8853207, "Species": "Saffron Finch", "Count": 7, "Date": "2023-01-17" }, "geometry": { "type": "Point", "coordinates": [ -157.8853207, 21.40152524 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40152524, "Longitude": -157.8853207, "Species": "Scaly-breasted Munia", "Count": 80, "Date": "2023-12-21" }, "geometry": { "type": "Point", "coordinates": [ -157.8853207, 21.40152524 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40152524, "Longitude": -157.8853207, "Species": "Sooty Tern", "Count": 1, "Date": "2022-12-18" }, "geometry": { "type": "Point", "coordinates": [ -157.8853207, 21.40152524 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40152524, "Longitude": -157.8853207, "Species": "Spotted Dove", "Count": 236, "Date": "2024-02-14" }, "geometry": { "type": "Point", "coordinates": [ -157.8853207, 21.40152524 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40152524, "Longitude": -157.8853207, "Species": "Warbling White-eye", "Count": 445, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.8853207, 21.40152524 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40152524, "Longitude": -157.8853207, "Species": "Western Cattle Egret", "Count": 15, "Date": "2023-01-17" }, "geometry": { "type": "Point", "coordinates": [ -157.8853207, 21.40152524 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40152524, "Longitude": -157.8853207, "Species": "White Tern", "Count": 2, "Date": "2023-06-04" }, "geometry": { "type": "Point", "coordinates": [ -157.8853207, 21.40152524 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40152524, "Longitude": -157.8853207, "Species": "White-rumped Shama", "Count": 358, "Date": "2024-02-14" }, "geometry": { "type": "Point", "coordinates": [ -157.8853207, 21.40152524 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40152524, "Longitude": -157.8853207, "Species": "White-tailed Tropicbird", "Count": 3, "Date": "2023-12-04" }, "geometry": { "type": "Point", "coordinates": [ -157.8853207, 21.40152524 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40152524, "Longitude": -157.8853207, "Species": "Yellow-faced Grassquit", "Count": 2, "Date": "2022-11-06" }, "geometry": { "type": "Point", "coordinates": [ -157.8853207, 21.40152524 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40152524, "Longitude": -157.8853207, "Species": "Yellow-fronted Canary", "Count": 140, "Date": "2024-01-27" }, "geometry": { "type": "Point", "coordinates": [ -157.8853207, 21.40152524 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40152524, "Longitude": -157.8853207, "Species": "Zebra Dove", "Count": 248, "Date": "2024-02-14" }, "geometry": { "type": "Point", "coordinates": [ -157.8853207, 21.40152524 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3020277, "Longitude": -157.8667929, "Species": "African Silverbill", "Count": 7, "Date": "2023-12-03" }, "geometry": { "type": "Point", "coordinates": [ -157.8667929, 21.3020277 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3020277, "Longitude": -157.8667929, "Species": "Black-crowned Night Heron", "Count": 4, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.8667929, 21.3020277 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3020277, "Longitude": -157.8667929, "Species": "Black-footed Albatross", "Count": 1, "Date": "2019-01-19" }, "geometry": { "type": "Point", "coordinates": [ -157.8667929, 21.3020277 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3020277, "Longitude": -157.8667929, "Species": "Brown Booby", "Count": 18, "Date": "2024-02-06" }, "geometry": { "type": "Point", "coordinates": [ -157.8667929, 21.3020277 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3020277, "Longitude": -157.8667929, "Species": "Brown Noddy", "Count": 1, "Date": "2023-12-03" }, "geometry": { "type": "Point", "coordinates": [ -157.8667929, 21.3020277 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3020277, "Longitude": -157.8667929, "Species": "Chestnut Munia", "Count": 4, "Date": "2022-01-09" }, "geometry": { "type": "Point", "coordinates": [ -157.8667929, 21.3020277 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3020277, "Longitude": -157.8667929, "Species": "Cockatiel", "Count": 1, "Date": "2022-05-22" }, "geometry": { "type": "Point", "coordinates": [ -157.8667929, 21.3020277 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3020277, "Longitude": -157.8667929, "Species": "Common Myna", "Count": 88, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.8667929, 21.3020277 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3020277, "Longitude": -157.8667929, "Species": "Common Waxbill", "Count": 27, "Date": "2023-07-25" }, "geometry": { "type": "Point", "coordinates": [ -157.8667929, 21.3020277 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3020277, "Longitude": -157.8667929, "Species": "Great Frigatebird", "Count": 3, "Date": "2023-05-27" }, "geometry": { "type": "Point", "coordinates": [ -157.8667929, 21.3020277 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3020277, "Longitude": -157.8667929, "Species": "Great-tailed Grackle", "Count": 2, "Date": "2019-08-01" }, "geometry": { "type": "Point", "coordinates": [ -157.8667929, 21.3020277 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3020277, "Longitude": -157.8667929, "Species": "House Finch", "Count": 32, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.8667929, 21.3020277 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3020277, "Longitude": -157.8667929, "Species": "House Sparrow", "Count": 60, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.8667929, 21.3020277 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3020277, "Longitude": -157.8667929, "Species": "Java Sparrow", "Count": 7, "Date": "2021-01-06" }, "geometry": { "type": "Point", "coordinates": [ -157.8667929, 21.3020277 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3020277, "Longitude": -157.8667929, "Species": "Laysan Albatross", "Count": 1, "Date": "2019-02-09" }, "geometry": { "type": "Point", "coordinates": [ -157.8667929, 21.3020277 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3020277, "Longitude": -157.8667929, "Species": "Feral Mallard", "Count": 3, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.8667929, 21.3020277 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3020277, "Longitude": -157.8667929, "Species": "Masked Booby", "Count": 1, "Date": "2023-03-01" }, "geometry": { "type": "Point", "coordinates": [ -157.8667929, 21.3020277 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3020277, "Longitude": -157.8667929, "Species": "Northern Cardinal", "Count": 10, "Date": "2023-01-13" }, "geometry": { "type": "Point", "coordinates": [ -157.8667929, 21.3020277 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3020277, "Longitude": -157.8667929, "Species": "Northern Mockingbird", "Count": 8, "Date": "2023-12-03" }, "geometry": { "type": "Point", "coordinates": [ -157.8667929, 21.3020277 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3020277, "Longitude": -157.8667929, "Species": "Pacific Golden-Plover", "Count": 48, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.8667929, 21.3020277 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3020277, "Longitude": -157.8667929, "Species": "Red Avadavat", "Count": 1, "Date": "2023-09-18" }, "geometry": { "type": "Point", "coordinates": [ -157.8667929, 21.3020277 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3020277, "Longitude": -157.8667929, "Species": "Red Junglefowl", "Count": 8, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.8667929, 21.3020277 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3020277, "Longitude": -157.8667929, "Species": "Red-crested Cardinal", "Count": 55, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.8667929, 21.3020277 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3020277, "Longitude": -157.8667929, "Species": "Red-footed Booby", "Count": 4, "Date": "2022-07-26" }, "geometry": { "type": "Point", "coordinates": [ -157.8667929, 21.3020277 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3020277, "Longitude": -157.8667929, "Species": "Red-vented Bulbul", "Count": 54, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.8667929, 21.3020277 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3020277, "Longitude": -157.8667929, "Species": "Red-whiskered Bulbul", "Count": 3, "Date": "2023-01-13" }, "geometry": { "type": "Point", "coordinates": [ -157.8667929, 21.3020277 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3020277, "Longitude": -157.8667929, "Species": "Rock Pigeon", "Count": 30, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.8667929, 21.3020277 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3020277, "Longitude": -157.8667929, "Species": "Rose-ringed Parakeet", "Count": 9, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.8667929, 21.3020277 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3020277, "Longitude": -157.8667929, "Species": "Ruddy Turnstone", "Count": 8, "Date": "2022-08-06" }, "geometry": { "type": "Point", "coordinates": [ -157.8667929, 21.3020277 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3020277, "Longitude": -157.8667929, "Species": "Saffron Finch", "Count": 12, "Date": "2024-02-06" }, "geometry": { "type": "Point", "coordinates": [ -157.8667929, 21.3020277 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3020277, "Longitude": -157.8667929, "Species": "Scaly-breasted Munia", "Count": 9, "Date": "2023-08-15" }, "geometry": { "type": "Point", "coordinates": [ -157.8667929, 21.3020277 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3020277, "Longitude": -157.8667929, "Species": "Sooty Tern", "Count": 4, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.8667929, 21.3020277 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3020277, "Longitude": -157.8667929, "Species": "Spotted Dove", "Count": 79, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.8667929, 21.3020277 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3020277, "Longitude": -157.8667929, "Species": "Wandering Tattler", "Count": 3, "Date": "2021-09-21" }, "geometry": { "type": "Point", "coordinates": [ -157.8667929, 21.3020277 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3020277, "Longitude": -157.8667929, "Species": "Warbling White-eye", "Count": 29, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.8667929, 21.3020277 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3020277, "Longitude": -157.8667929, "Species": "Wedge-tailed Shearwater", "Count": 4, "Date": "2024-01-09" }, "geometry": { "type": "Point", "coordinates": [ -157.8667929, 21.3020277 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3020277, "Longitude": -157.8667929, "Species": "Western Cattle Egret", "Count": 57, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.8667929, 21.3020277 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3020277, "Longitude": -157.8667929, "Species": "White Tern", "Count": 89, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.8667929, 21.3020277 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3020277, "Longitude": -157.8667929, "Species": "White-tailed Tropicbird", "Count": 3, "Date": "2022-10-13" }, "geometry": { "type": "Point", "coordinates": [ -157.8667929, 21.3020277 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3020277, "Longitude": -157.8667929, "Species": "Yellow-fronted Canary", "Count": 30, "Date": "2023-12-03" }, "geometry": { "type": "Point", "coordinates": [ -157.8667929, 21.3020277 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.3020277, "Longitude": -157.8667929, "Species": "Zebra Dove", "Count": 85, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.8667929, 21.3020277 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45469557, "Longitude": -157.740168, "Species": "African Silverbill", "Count": 3, "Date": "2020-11-01" }, "geometry": { "type": "Point", "coordinates": [ -157.740168, 21.45469557 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45469557, "Longitude": -157.740168, "Species": "Black-necked Stilt", "Count": 7, "Date": "2022-01-17" }, "geometry": { "type": "Point", "coordinates": [ -157.740168, 21.45469557 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45469557, "Longitude": -157.740168, "Species": "Bristle-thighed Curlew", "Count": 2, "Date": "2021-12-11" }, "geometry": { "type": "Point", "coordinates": [ -157.740168, 21.45469557 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45469557, "Longitude": -157.740168, "Species": "Brown Booby", "Count": 5, "Date": "2023-11-13" }, "geometry": { "type": "Point", "coordinates": [ -157.740168, 21.45469557 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45469557, "Longitude": -157.740168, "Species": "Brown Noddy", "Count": 3, "Date": "2023-06-11" }, "geometry": { "type": "Point", "coordinates": [ -157.740168, 21.45469557 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45469557, "Longitude": -157.740168, "Species": "Bulwer's Petrel", "Count": 1, "Date": "2023-06-11" }, "geometry": { "type": "Point", "coordinates": [ -157.740168, 21.45469557 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45469557, "Longitude": -157.740168, "Species": "Caspian Tern", "Count": 1, "Date": "2022-01-29" }, "geometry": { "type": "Point", "coordinates": [ -157.740168, 21.45469557 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45469557, "Longitude": -157.740168, "Species": "Chestnut Munia", "Count": 4, "Date": "2023-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.740168, 21.45469557 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45469557, "Longitude": -157.740168, "Species": "Common Gallinule", "Count": 2, "Date": "2020-12-30" }, "geometry": { "type": "Point", "coordinates": [ -157.740168, 21.45469557 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45469557, "Longitude": -157.740168, "Species": "Common Myna", "Count": 27, "Date": "2024-01-19" }, "geometry": { "type": "Point", "coordinates": [ -157.740168, 21.45469557 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45469557, "Longitude": -157.740168, "Species": "Common Waxbill", "Count": 17, "Date": "2023-05-13" }, "geometry": { "type": "Point", "coordinates": [ -157.740168, 21.45469557 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45469557, "Longitude": -157.740168, "Species": "Gray Francolin", "Count": 2, "Date": "2023-05-13" }, "geometry": { "type": "Point", "coordinates": [ -157.740168, 21.45469557 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45469557, "Longitude": -157.740168, "Species": "Gray-backed Tern", "Count": 1, "Date": "2021-04-11" }, "geometry": { "type": "Point", "coordinates": [ -157.740168, 21.45469557 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45469557, "Longitude": -157.740168, "Species": "Great Frigatebird", "Count": 20, "Date": "2023-10-17" }, "geometry": { "type": "Point", "coordinates": [ -157.740168, 21.45469557 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45469557, "Longitude": -157.740168, "Species": "House Finch", "Count": 3, "Date": "2021-04-30" }, "geometry": { "type": "Point", "coordinates": [ -157.740168, 21.45469557 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45469557, "Longitude": -157.740168, "Species": "House Sparrow", "Count": 4, "Date": "2023-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.740168, 21.45469557 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45469557, "Longitude": -157.740168, "Species": "Java Sparrow", "Count": 15, "Date": "2024-01-19" }, "geometry": { "type": "Point", "coordinates": [ -157.740168, 21.45469557 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45469557, "Longitude": -157.740168, "Species": "Laysan Albatross", "Count": 2, "Date": "2022-01-29" }, "geometry": { "type": "Point", "coordinates": [ -157.740168, 21.45469557 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45469557, "Longitude": -157.740168, "Species": "Feral Mallard", "Count": 4, "Date": "2024-01-19" }, "geometry": { "type": "Point", "coordinates": [ -157.740168, 21.45469557 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45469557, "Longitude": -157.740168, "Species": "Masked Booby", "Count": 3, "Date": "2023-02-18" }, "geometry": { "type": "Point", "coordinates": [ -157.740168, 21.45469557 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45469557, "Longitude": -157.740168, "Species": "Northern Cardinal", "Count": 9, "Date": "2023-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.740168, 21.45469557 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45469557, "Longitude": -157.740168, "Species": "Pacific Golden-Plover", "Count": 18, "Date": "2024-01-19" }, "geometry": { "type": "Point", "coordinates": [ -157.740168, 21.45469557 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45469557, "Longitude": -157.740168, "Species": "Pectoral Sandpiper", "Count": 1, "Date": "2021-04-29" }, "geometry": { "type": "Point", "coordinates": [ -157.740168, 21.45469557 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45469557, "Longitude": -157.740168, "Species": "Red Avadavat", "Count": 2, "Date": "2020-11-01" }, "geometry": { "type": "Point", "coordinates": [ -157.740168, 21.45469557 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45469557, "Longitude": -157.740168, "Species": "Red Junglefowl", "Count": 3, "Date": "2021-12-13" }, "geometry": { "type": "Point", "coordinates": [ -157.740168, 21.45469557 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45469557, "Longitude": -157.740168, "Species": "Red-crested Cardinal", "Count": 15, "Date": "2024-01-19" }, "geometry": { "type": "Point", "coordinates": [ -157.740168, 21.45469557 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45469557, "Longitude": -157.740168, "Species": "Red-footed Booby", "Count": 2, "Date": "2023-06-11" }, "geometry": { "type": "Point", "coordinates": [ -157.740168, 21.45469557 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45469557, "Longitude": -157.740168, "Species": "Red-tailed Tropicbird", "Count": 1, "Date": "2021-04-11" }, "geometry": { "type": "Point", "coordinates": [ -157.740168, 21.45469557 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45469557, "Longitude": -157.740168, "Species": "Red-vented Bulbul", "Count": 12, "Date": "2024-01-19" }, "geometry": { "type": "Point", "coordinates": [ -157.740168, 21.45469557 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45469557, "Longitude": -157.740168, "Species": "Red-whiskered Bulbul", "Count": 1, "Date": "2023-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.740168, 21.45469557 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45469557, "Longitude": -157.740168, "Species": "Rock Pigeon", "Count": 8, "Date": "2023-05-13" }, "geometry": { "type": "Point", "coordinates": [ -157.740168, 21.45469557 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45469557, "Longitude": -157.740168, "Species": "Ruddy Turnstone", "Count": 1, "Date": "2021-04-30" }, "geometry": { "type": "Point", "coordinates": [ -157.740168, 21.45469557 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45469557, "Longitude": -157.740168, "Species": "Saffron Finch", "Count": 13, "Date": "2023-11-13" }, "geometry": { "type": "Point", "coordinates": [ -157.740168, 21.45469557 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45469557, "Longitude": -157.740168, "Species": "Sanderling", "Count": 1, "Date": "2020-12-30" }, "geometry": { "type": "Point", "coordinates": [ -157.740168, 21.45469557 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45469557, "Longitude": -157.740168, "Species": "Scaly-breasted Munia", "Count": 4, "Date": "2022-07-24" }, "geometry": { "type": "Point", "coordinates": [ -157.740168, 21.45469557 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45469557, "Longitude": -157.740168, "Species": "Sooty Tern", "Count": 2, "Date": "2023-02-18" }, "geometry": { "type": "Point", "coordinates": [ -157.740168, 21.45469557 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45469557, "Longitude": -157.740168, "Species": "Spotted Dove", "Count": 11, "Date": "2023-02-18" }, "geometry": { "type": "Point", "coordinates": [ -157.740168, 21.45469557 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45469557, "Longitude": -157.740168, "Species": "Wandering Tattler", "Count": 2, "Date": "2024-01-19" }, "geometry": { "type": "Point", "coordinates": [ -157.740168, 21.45469557 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45469557, "Longitude": -157.740168, "Species": "Warbling White-eye", "Count": 2, "Date": "2022-01-03" }, "geometry": { "type": "Point", "coordinates": [ -157.740168, 21.45469557 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45469557, "Longitude": -157.740168, "Species": "Wedge-tailed Shearwater", "Count": 1, "Date": "2023-06-11" }, "geometry": { "type": "Point", "coordinates": [ -157.740168, 21.45469557 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45469557, "Longitude": -157.740168, "Species": "Western Cattle Egret", "Count": 25, "Date": "2024-01-19" }, "geometry": { "type": "Point", "coordinates": [ -157.740168, 21.45469557 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45469557, "Longitude": -157.740168, "Species": "White-rumped Shama", "Count": 1, "Date": "2019-01-01" }, "geometry": { "type": "Point", "coordinates": [ -157.740168, 21.45469557 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45469557, "Longitude": -157.740168, "Species": "Yellow-fronted Canary", "Count": 1, "Date": "2022-01-03" }, "geometry": { "type": "Point", "coordinates": [ -157.740168, 21.45469557 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.45469557, "Longitude": -157.740168, "Species": "Zebra Dove", "Count": 20, "Date": "2024-01-19" }, "geometry": { "type": "Point", "coordinates": [ -157.740168, 21.45469557 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.65477643, "Longitude": -157.9317022, "Species": "Black-bellied Plover", "Count": 13, "Date": "2021-02-21" }, "geometry": { "type": "Point", "coordinates": [ -157.931702199999989, 21.65477643 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.65477643, "Longitude": -157.9317022, "Species": "Black-crowned Night Heron", "Count": 14, "Date": "2022-08-31" }, "geometry": { "type": "Point", "coordinates": [ -157.931702199999989, 21.65477643 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.65477643, "Longitude": -157.9317022, "Species": "Black-necked Stilt", "Count": 19, "Date": "2024-01-19" }, "geometry": { "type": "Point", "coordinates": [ -157.931702199999989, 21.65477643 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.65477643, "Longitude": -157.9317022, "Species": "Bristle-thighed Curlew", "Count": 1, "Date": "2022-08-22" }, "geometry": { "type": "Point", "coordinates": [ -157.931702199999989, 21.65477643 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.65477643, "Longitude": -157.9317022, "Species": "Brown Booby", "Count": 1, "Date": "2023-03-09" }, "geometry": { "type": "Point", "coordinates": [ -157.931702199999989, 21.65477643 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.65477643, "Longitude": -157.9317022, "Species": "Brown Noddy", "Count": 1, "Date": "2022-08-22" }, "geometry": { "type": "Point", "coordinates": [ -157.931702199999989, 21.65477643 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.65477643, "Longitude": -157.9317022, "Species": "Chestnut Munia", "Count": 10, "Date": "2023-11-23" }, "geometry": { "type": "Point", "coordinates": [ -157.931702199999989, 21.65477643 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.65477643, "Longitude": -157.9317022, "Species": "Common Gallinule", "Count": 6, "Date": "2021-12-17" }, "geometry": { "type": "Point", "coordinates": [ -157.931702199999989, 21.65477643 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.65477643, "Longitude": -157.9317022, "Species": "Common Myna", "Count": 77, "Date": "2024-02-07" }, "geometry": { "type": "Point", "coordinates": [ -157.931702199999989, 21.65477643 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.65477643, "Longitude": -157.9317022, "Species": "Common Waxbill", "Count": 25, "Date": "2023-12-29" }, "geometry": { "type": "Point", "coordinates": [ -157.931702199999989, 21.65477643 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.65477643, "Longitude": -157.9317022, "Species": "Glaucous-winged Gull", "Count": 1, "Date": "2022-03-26" }, "geometry": { "type": "Point", "coordinates": [ -157.931702199999989, 21.65477643 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.65477643, "Longitude": -157.9317022, "Species": "Great Frigatebird", "Count": 1, "Date": "2023-11-23" }, "geometry": { "type": "Point", "coordinates": [ -157.931702199999989, 21.65477643 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.65477643, "Longitude": -157.9317022, "Species": "House Finch", "Count": 16, "Date": "2023-11-23" }, "geometry": { "type": "Point", "coordinates": [ -157.931702199999989, 21.65477643 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.65477643, "Longitude": -157.9317022, "Species": "House Sparrow", "Count": 10, "Date": "2022-10-31" }, "geometry": { "type": "Point", "coordinates": [ -157.931702199999989, 21.65477643 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.65477643, "Longitude": -157.9317022, "Species": "Indian Peafowl", "Count": 1, "Date": "2022-05-19" }, "geometry": { "type": "Point", "coordinates": [ -157.931702199999989, 21.65477643 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.65477643, "Longitude": -157.9317022, "Species": "Java Sparrow", "Count": 11, "Date": "2023-12-29" }, "geometry": { "type": "Point", "coordinates": [ -157.931702199999989, 21.65477643 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.65477643, "Longitude": -157.9317022, "Species": "Laysan Albatross", "Count": 1, "Date": "2023-03-09" }, "geometry": { "type": "Point", "coordinates": [ -157.931702199999989, 21.65477643 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.65477643, "Longitude": -157.9317022, "Species": "Feral Mallard", "Count": 38, "Date": "2024-01-15" }, "geometry": { "type": "Point", "coordinates": [ -157.931702199999989, 21.65477643 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.65477643, "Longitude": -157.9317022, "Species": "Masked Booby", "Count": 2, "Date": "2022-08-22" }, "geometry": { "type": "Point", "coordinates": [ -157.931702199999989, 21.65477643 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.65477643, "Longitude": -157.9317022, "Species": "Muscovy Duck", "Count": 1, "Date": "2021-12-17" }, "geometry": { "type": "Point", "coordinates": [ -157.931702199999989, 21.65477643 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.65477643, "Longitude": -157.9317022, "Species": "Northern Cardinal", "Count": 7, "Date": "2022-08-22" }, "geometry": { "type": "Point", "coordinates": [ -157.931702199999989, 21.65477643 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.65477643, "Longitude": -157.9317022, "Species": "Pacific Golden-Plover", "Count": 78, "Date": "2024-02-07" }, "geometry": { "type": "Point", "coordinates": [ -157.931702199999989, 21.65477643 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.65477643, "Longitude": -157.9317022, "Species": "Red Junglefowl", "Count": 10, "Date": "2023-08-18" }, "geometry": { "type": "Point", "coordinates": [ -157.931702199999989, 21.65477643 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.65477643, "Longitude": -157.9317022, "Species": "Red-crested Cardinal", "Count": 37, "Date": "2023-11-23" }, "geometry": { "type": "Point", "coordinates": [ -157.931702199999989, 21.65477643 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.65477643, "Longitude": -157.9317022, "Species": "Red-footed Booby", "Count": 2, "Date": "2022-08-22" }, "geometry": { "type": "Point", "coordinates": [ -157.931702199999989, 21.65477643 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.65477643, "Longitude": -157.9317022, "Species": "Red-vented Bulbul", "Count": 19, "Date": "2023-12-29" }, "geometry": { "type": "Point", "coordinates": [ -157.931702199999989, 21.65477643 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.65477643, "Longitude": -157.9317022, "Species": "Red-whiskered Bulbul", "Count": 3, "Date": "2022-10-31" }, "geometry": { "type": "Point", "coordinates": [ -157.931702199999989, 21.65477643 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.65477643, "Longitude": -157.9317022, "Species": "Rock Pigeon", "Count": 5, "Date": "2023-11-23" }, "geometry": { "type": "Point", "coordinates": [ -157.931702199999989, 21.65477643 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.65477643, "Longitude": -157.9317022, "Species": "Ruddy Turnstone", "Count": 37, "Date": "2024-02-07" }, "geometry": { "type": "Point", "coordinates": [ -157.931702199999989, 21.65477643 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.65477643, "Longitude": -157.9317022, "Species": "Saffron Finch", "Count": 8, "Date": "2023-12-29" }, "geometry": { "type": "Point", "coordinates": [ -157.931702199999989, 21.65477643 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.65477643, "Longitude": -157.9317022, "Species": "Sanderling", "Count": 7, "Date": "2023-11-23" }, "geometry": { "type": "Point", "coordinates": [ -157.931702199999989, 21.65477643 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.65477643, "Longitude": -157.9317022, "Species": "Scaly-breasted Munia", "Count": 3, "Date": "2023-11-23" }, "geometry": { "type": "Point", "coordinates": [ -157.931702199999989, 21.65477643 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.65477643, "Longitude": -157.9317022, "Species": "Spotted Dove", "Count": 63, "Date": "2024-01-11" }, "geometry": { "type": "Point", "coordinates": [ -157.931702199999989, 21.65477643 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.65477643, "Longitude": -157.9317022, "Species": "Wandering Tattler", "Count": 36, "Date": "2024-01-19" }, "geometry": { "type": "Point", "coordinates": [ -157.931702199999989, 21.65477643 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.65477643, "Longitude": -157.9317022, "Species": "Warbling White-eye", "Count": 14, "Date": "2024-01-19" }, "geometry": { "type": "Point", "coordinates": [ -157.931702199999989, 21.65477643 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.65477643, "Longitude": -157.9317022, "Species": "Wedge-tailed Shearwater", "Count": 2, "Date": "2023-03-09" }, "geometry": { "type": "Point", "coordinates": [ -157.931702199999989, 21.65477643 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.65477643, "Longitude": -157.9317022, "Species": "Western Cattle Egret", "Count": 55, "Date": "2024-01-19" }, "geometry": { "type": "Point", "coordinates": [ -157.931702199999989, 21.65477643 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.65477643, "Longitude": -157.9317022, "Species": "White-rumped Shama", "Count": 1, "Date": "2022-01-21" }, "geometry": { "type": "Point", "coordinates": [ -157.931702199999989, 21.65477643 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.65477643, "Longitude": -157.9317022, "Species": "White-tailed Tropicbird", "Count": 1, "Date": "2023-03-09" }, "geometry": { "type": "Point", "coordinates": [ -157.931702199999989, 21.65477643 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.65477643, "Longitude": -157.9317022, "Species": "Yellow-fronted Canary", "Count": 1, "Date": "2022-08-22" }, "geometry": { "type": "Point", "coordinates": [ -157.931702199999989, 21.65477643 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.65477643, "Longitude": -157.9317022, "Species": "Zebra Dove", "Count": 71, "Date": "2024-01-19" }, "geometry": { "type": "Point", "coordinates": [ -157.931702199999989, 21.65477643 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28369653, "Longitude": -157.8283789, "Species": "African Silverbill", "Count": 1, "Date": "2021-12-28" }, "geometry": { "type": "Point", "coordinates": [ -157.8283789, 21.28369653 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28369653, "Longitude": -157.8283789, "Species": "Black-crowned Night Heron", "Count": 27, "Date": "2024-02-22" }, "geometry": { "type": "Point", "coordinates": [ -157.8283789, 21.28369653 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28369653, "Longitude": -157.8283789, "Species": "Blue-crowned Parakeet", "Count": 1, "Date": "2023-07-09" }, "geometry": { "type": "Point", "coordinates": [ -157.8283789, 21.28369653 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28369653, "Longitude": -157.8283789, "Species": "Brown Booby", "Count": 13, "Date": "2022-10-17" }, "geometry": { "type": "Point", "coordinates": [ -157.8283789, 21.28369653 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28369653, "Longitude": -157.8283789, "Species": "Chestnut Munia", "Count": 3, "Date": "2024-02-22" }, "geometry": { "type": "Point", "coordinates": [ -157.8283789, 21.28369653 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28369653, "Longitude": -157.8283789, "Species": "Common Myna", "Count": 285, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.8283789, 21.28369653 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28369653, "Longitude": -157.8283789, "Species": "Common Waxbill", "Count": 52, "Date": "2024-02-03" }, "geometry": { "type": "Point", "coordinates": [ -157.8283789, 21.28369653 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28369653, "Longitude": -157.8283789, "Species": "Great Frigatebird", "Count": 22, "Date": "2023-06-23" }, "geometry": { "type": "Point", "coordinates": [ -157.8283789, 21.28369653 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28369653, "Longitude": -157.8283789, "Species": "House Finch", "Count": 88, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.8283789, 21.28369653 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28369653, "Longitude": -157.8283789, "Species": "House Sparrow", "Count": 234, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.8283789, 21.28369653 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28369653, "Longitude": -157.8283789, "Species": "Indian Peafowl", "Count": 1, "Date": "2021-03-14" }, "geometry": { "type": "Point", "coordinates": [ -157.8283789, 21.28369653 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28369653, "Longitude": -157.8283789, "Species": "Java Sparrow", "Count": 36, "Date": "2024-01-21" }, "geometry": { "type": "Point", "coordinates": [ -157.8283789, 21.28369653 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28369653, "Longitude": -157.8283789, "Species": "Feral Mallard", "Count": 49, "Date": "2024-02-18" }, "geometry": { "type": "Point", "coordinates": [ -157.8283789, 21.28369653 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28369653, "Longitude": -157.8283789, "Species": "Mariana Swiftlet", "Count": 1, "Date": "2021-07-20" }, "geometry": { "type": "Point", "coordinates": [ -157.8283789, 21.28369653 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28369653, "Longitude": -157.8283789, "Species": "Muscovy Duck", "Count": 1, "Date": "2019-11-07" }, "geometry": { "type": "Point", "coordinates": [ -157.8283789, 21.28369653 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28369653, "Longitude": -157.8283789, "Species": "Northern Cardinal", "Count": 5, "Date": "2022-11-19" }, "geometry": { "type": "Point", "coordinates": [ -157.8283789, 21.28369653 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28369653, "Longitude": -157.8283789, "Species": "Northern Mockingbird", "Count": 2, "Date": "2023-04-04" }, "geometry": { "type": "Point", "coordinates": [ -157.8283789, 21.28369653 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28369653, "Longitude": -157.8283789, "Species": "Pacific Golden-Plover", "Count": 141, "Date": "2024-02-22" }, "geometry": { "type": "Point", "coordinates": [ -157.8283789, 21.28369653 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28369653, "Longitude": -157.8283789, "Species": "Peregrine Falcon", "Count": 23, "Date": "2022-02-27" }, "geometry": { "type": "Point", "coordinates": [ -157.8283789, 21.28369653 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28369653, "Longitude": -157.8283789, "Species": "Red Avadavat", "Count": 1, "Date": "2023-08-30" }, "geometry": { "type": "Point", "coordinates": [ -157.8283789, 21.28369653 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28369653, "Longitude": -157.8283789, "Species": "Red Junglefowl", "Count": 46, "Date": "2024-02-22" }, "geometry": { "type": "Point", "coordinates": [ -157.8283789, 21.28369653 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28369653, "Longitude": -157.8283789, "Species": "Red-billed Leiothrix", "Count": 1, "Date": "2023-12-20" }, "geometry": { "type": "Point", "coordinates": [ -157.8283789, 21.28369653 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28369653, "Longitude": -157.8283789, "Species": "Red-crested Cardinal", "Count": 143, "Date": "2024-02-18" }, "geometry": { "type": "Point", "coordinates": [ -157.8283789, 21.28369653 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28369653, "Longitude": -157.8283789, "Species": "Red-crowned Parrot", "Count": 1, "Date": "2024-01-24" }, "geometry": { "type": "Point", "coordinates": [ -157.8283789, 21.28369653 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28369653, "Longitude": -157.8283789, "Species": "Red-masked Parakeet", "Count": 1, "Date": "2020-01-01" }, "geometry": { "type": "Point", "coordinates": [ -157.8283789, 21.28369653 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28369653, "Longitude": -157.8283789, "Species": "Red-vented Bulbul", "Count": 183, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.8283789, 21.28369653 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28369653, "Longitude": -157.8283789, "Species": "Red-whiskered Bulbul", "Count": 20, "Date": "2023-12-20" }, "geometry": { "type": "Point", "coordinates": [ -157.8283789, 21.28369653 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28369653, "Longitude": -157.8283789, "Species": "Rock Pigeon", "Count": 261, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.8283789, 21.28369653 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28369653, "Longitude": -157.8283789, "Species": "Rose-ringed Parakeet", "Count": 83, "Date": "2024-02-14" }, "geometry": { "type": "Point", "coordinates": [ -157.8283789, 21.28369653 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28369653, "Longitude": -157.8283789, "Species": "Ruddy Turnstone", "Count": 1, "Date": "2021-11-26" }, "geometry": { "type": "Point", "coordinates": [ -157.8283789, 21.28369653 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28369653, "Longitude": -157.8283789, "Species": "Saffron Finch", "Count": 9, "Date": "2024-02-18" }, "geometry": { "type": "Point", "coordinates": [ -157.8283789, 21.28369653 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28369653, "Longitude": -157.8283789, "Species": "Sanderling", "Count": 1, "Date": "2022-01-12" }, "geometry": { "type": "Point", "coordinates": [ -157.8283789, 21.28369653 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28369653, "Longitude": -157.8283789, "Species": "Scaly-breasted Munia", "Count": 2, "Date": "2023-07-07" }, "geometry": { "type": "Point", "coordinates": [ -157.8283789, 21.28369653 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28369653, "Longitude": -157.8283789, "Species": "Sooty Tern", "Count": 1, "Date": "2022-02-13" }, "geometry": { "type": "Point", "coordinates": [ -157.8283789, 21.28369653 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28369653, "Longitude": -157.8283789, "Species": "Spotted Dove", "Count": 187, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.8283789, 21.28369653 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28369653, "Longitude": -157.8283789, "Species": "Wandering Tattler", "Count": 4, "Date": "2024-02-16" }, "geometry": { "type": "Point", "coordinates": [ -157.8283789, 21.28369653 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28369653, "Longitude": -157.8283789, "Species": "Warbling White-eye", "Count": 61, "Date": "2024-02-14" }, "geometry": { "type": "Point", "coordinates": [ -157.8283789, 21.28369653 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28369653, "Longitude": -157.8283789, "Species": "Wedge-tailed Shearwater", "Count": 5, "Date": "2022-10-17" }, "geometry": { "type": "Point", "coordinates": [ -157.8283789, 21.28369653 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28369653, "Longitude": -157.8283789, "Species": "Western Cattle Egret", "Count": 124, "Date": "2024-02-22" }, "geometry": { "type": "Point", "coordinates": [ -157.8283789, 21.28369653 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28369653, "Longitude": -157.8283789, "Species": "White Tern", "Count": 324, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.8283789, 21.28369653 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28369653, "Longitude": -157.8283789, "Species": "White-rumped Shama", "Count": 8, "Date": "2023-12-20" }, "geometry": { "type": "Point", "coordinates": [ -157.8283789, 21.28369653 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28369653, "Longitude": -157.8283789, "Species": "White-tailed Tropicbird", "Count": 2, "Date": "2019-04-29" }, "geometry": { "type": "Point", "coordinates": [ -157.8283789, 21.28369653 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28369653, "Longitude": -157.8283789, "Species": "Yellow-fronted Canary", "Count": 27, "Date": "2024-02-03" }, "geometry": { "type": "Point", "coordinates": [ -157.8283789, 21.28369653 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28369653, "Longitude": -157.8283789, "Species": "Zebra Dove", "Count": 249, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.8283789, 21.28369653 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.59256857, "Longitude": -158.1060309, "Species": "African Silverbill", "Count": 1, "Date": "2024-02-03" }, "geometry": { "type": "Point", "coordinates": [ -158.1060309, 21.59256857 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.59256857, "Longitude": -158.1060309, "Species": "Black-crowned Night Heron", "Count": 9, "Date": "2024-02-03" }, "geometry": { "type": "Point", "coordinates": [ -158.1060309, 21.59256857 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.59256857, "Longitude": -158.1060309, "Species": "Black-necked Stilt", "Count": 1, "Date": "2022-04-02" }, "geometry": { "type": "Point", "coordinates": [ -158.1060309, 21.59256857 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.59256857, "Longitude": -158.1060309, "Species": "Brown Booby", "Count": 15, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -158.1060309, 21.59256857 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.59256857, "Longitude": -158.1060309, "Species": "Brown Noddy", "Count": 1, "Date": "2022-09-21" }, "geometry": { "type": "Point", "coordinates": [ -158.1060309, 21.59256857 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.59256857, "Longitude": -158.1060309, "Species": "Chestnut Munia", "Count": 14, "Date": "2022-07-27" }, "geometry": { "type": "Point", "coordinates": [ -158.1060309, 21.59256857 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.59256857, "Longitude": -158.1060309, "Species": "Common Gallinule", "Count": 4, "Date": "2024-02-03" }, "geometry": { "type": "Point", "coordinates": [ -158.1060309, 21.59256857 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.59256857, "Longitude": -158.1060309, "Species": "Common Myna", "Count": 143, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -158.1060309, 21.59256857 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.59256857, "Longitude": -158.1060309, "Species": "Common Waxbill", "Count": 61, "Date": "2024-02-16" }, "geometry": { "type": "Point", "coordinates": [ -158.1060309, 21.59256857 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.59256857, "Longitude": -158.1060309, "Species": "Greater Scaup", "Count": 23, "Date": "2021-03-07" }, "geometry": { "type": "Point", "coordinates": [ -158.1060309, 21.59256857 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.59256857, "Longitude": -158.1060309, "Species": "Hawaiian Coot", "Count": 5, "Date": "2021-02-10" }, "geometry": { "type": "Point", "coordinates": [ -158.1060309, 21.59256857 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.59256857, "Longitude": -158.1060309, "Species": "House Finch", "Count": 42, "Date": "2023-12-15" }, "geometry": { "type": "Point", "coordinates": [ -158.1060309, 21.59256857 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.59256857, "Longitude": -158.1060309, "Species": "House Sparrow", "Count": 57, "Date": "2024-02-16" }, "geometry": { "type": "Point", "coordinates": [ -158.1060309, 21.59256857 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.59256857, "Longitude": -158.1060309, "Species": "Indian Peafowl", "Count": 30, "Date": "2023-09-07" }, "geometry": { "type": "Point", "coordinates": [ -158.1060309, 21.59256857 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.59256857, "Longitude": -158.1060309, "Species": "Java Sparrow", "Count": 27, "Date": "2023-11-05" }, "geometry": { "type": "Point", "coordinates": [ -158.1060309, 21.59256857 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.59256857, "Longitude": -158.1060309, "Species": "Laysan Albatross", "Count": 2, "Date": "2023-06-23" }, "geometry": { "type": "Point", "coordinates": [ -158.1060309, 21.59256857 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.59256857, "Longitude": -158.1060309, "Species": "Lesser Scaup", "Count": 11, "Date": "2021-02-24" }, "geometry": { "type": "Point", "coordinates": [ -158.1060309, 21.59256857 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.59256857, "Longitude": -158.1060309, "Species": "Feral Mallard", "Count": 30, "Date": "2023-12-15" }, "geometry": { "type": "Point", "coordinates": [ -158.1060309, 21.59256857 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.59256857, "Longitude": -158.1060309, "Species": "Masked Booby", "Count": 2, "Date": "2020-02-03" }, "geometry": { "type": "Point", "coordinates": [ -158.1060309, 21.59256857 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.59256857, "Longitude": -158.1060309, "Species": "Northern Cardinal", "Count": 5, "Date": "2022-12-03" }, "geometry": { "type": "Point", "coordinates": [ -158.1060309, 21.59256857 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.59256857, "Longitude": -158.1060309, "Species": "Northern Mockingbird", "Count": 2, "Date": "2020-02-22" }, "geometry": { "type": "Point", "coordinates": [ -158.1060309, 21.59256857 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.59256857, "Longitude": -158.1060309, "Species": "Northern Shoveler", "Count": 1, "Date": "2022-02-21" }, "geometry": { "type": "Point", "coordinates": [ -158.1060309, 21.59256857 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.59256857, "Longitude": -158.1060309, "Species": "Pacific Golden-Plover", "Count": 76, "Date": "2024-02-26" }, "geometry": { "type": "Point", "coordinates": [ -158.1060309, 21.59256857 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.59256857, "Longitude": -158.1060309, "Species": "Red Junglefowl", "Count": 68, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -158.1060309, 21.59256857 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.59256857, "Longitude": -158.1060309, "Species": "Red-crested Cardinal", "Count": 81, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -158.1060309, 21.59256857 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.59256857, "Longitude": -158.1060309, "Species": "Red-vented Bulbul", "Count": 67, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -158.1060309, 21.59256857 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.59256857, "Longitude": -158.1060309, "Species": "Red-whiskered Bulbul", "Count": 15, "Date": "2023-12-15" }, "geometry": { "type": "Point", "coordinates": [ -158.1060309, 21.59256857 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.59256857, "Longitude": -158.1060309, "Species": "Ring-necked Duck", "Count": 1, "Date": "2020-11-07" }, "geometry": { "type": "Point", "coordinates": [ -158.1060309, 21.59256857 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.59256857, "Longitude": -158.1060309, "Species": "Ring-necked Pheasant", "Count": 1, "Date": "2019-12-11" }, "geometry": { "type": "Point", "coordinates": [ -158.1060309, 21.59256857 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.59256857, "Longitude": -158.1060309, "Species": "Rock Pigeon", "Count": 67, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -158.1060309, 21.59256857 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.59256857, "Longitude": -158.1060309, "Species": "Rose-ringed Parakeet", "Count": 3, "Date": "2023-08-13" }, "geometry": { "type": "Point", "coordinates": [ -158.1060309, 21.59256857 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.59256857, "Longitude": -158.1060309, "Species": "Ruddy Turnstone", "Count": 6, "Date": "2023-08-13" }, "geometry": { "type": "Point", "coordinates": [ -158.1060309, 21.59256857 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.59256857, "Longitude": -158.1060309, "Species": "Saffron Finch", "Count": 100, "Date": "2024-02-26" }, "geometry": { "type": "Point", "coordinates": [ -158.1060309, 21.59256857 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.59256857, "Longitude": -158.1060309, "Species": "Scaly-breasted Munia", "Count": 12, "Date": "2022-05-13" }, "geometry": { "type": "Point", "coordinates": [ -158.1060309, 21.59256857 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.59256857, "Longitude": -158.1060309, "Species": "Spotted Dove", "Count": 80, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -158.1060309, 21.59256857 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.59256857, "Longitude": -158.1060309, "Species": "Wandering Tattler", "Count": 7, "Date": "2023-11-05" }, "geometry": { "type": "Point", "coordinates": [ -158.1060309, 21.59256857 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.59256857, "Longitude": -158.1060309, "Species": "Warbling White-eye", "Count": 39, "Date": "2024-02-26" }, "geometry": { "type": "Point", "coordinates": [ -158.1060309, 21.59256857 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.59256857, "Longitude": -158.1060309, "Species": "Wedge-tailed Shearwater", "Count": 7, "Date": "2023-06-23" }, "geometry": { "type": "Point", "coordinates": [ -158.1060309, 21.59256857 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.59256857, "Longitude": -158.1060309, "Species": "Western Cattle Egret", "Count": 74, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -158.1060309, 21.59256857 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.59256857, "Longitude": -158.1060309, "Species": "White Tern", "Count": 3, "Date": "2023-09-17" }, "geometry": { "type": "Point", "coordinates": [ -158.1060309, 21.59256857 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.59256857, "Longitude": -158.1060309, "Species": "White-rumped Shama", "Count": 7, "Date": "2023-12-30" }, "geometry": { "type": "Point", "coordinates": [ -158.1060309, 21.59256857 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.59256857, "Longitude": -158.1060309, "Species": "White-tailed Tropicbird", "Count": 2, "Date": "2022-05-13" }, "geometry": { "type": "Point", "coordinates": [ -158.1060309, 21.59256857 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.59256857, "Longitude": -158.1060309, "Species": "Yellow-fronted Canary", "Count": 2, "Date": "2021-07-22" }, "geometry": { "type": "Point", "coordinates": [ -158.1060309, 21.59256857 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.59256857, "Longitude": -158.1060309, "Species": "Zebra Dove", "Count": 123, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -158.1060309, 21.59256857 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32047493, "Longitude": -157.9244992, "Species": "African Silverbill", "Count": 16, "Date": "2021-11-14" }, "geometry": { "type": "Point", "coordinates": [ -157.924499200000014, 21.32047493 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32047493, "Longitude": -157.9244992, "Species": "Black-crowned Night Heron", "Count": 31, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.924499200000014, 21.32047493 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32047493, "Longitude": -157.9244992, "Species": "Black-necked Stilt", "Count": 1, "Date": "2022-10-21" }, "geometry": { "type": "Point", "coordinates": [ -157.924499200000014, 21.32047493 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32047493, "Longitude": -157.9244992, "Species": "Bristle-thighed Curlew", "Count": 4, "Date": "2020-03-09" }, "geometry": { "type": "Point", "coordinates": [ -157.924499200000014, 21.32047493 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32047493, "Longitude": -157.9244992, "Species": "Brown Booby", "Count": 3, "Date": "2023-04-08" }, "geometry": { "type": "Point", "coordinates": [ -157.924499200000014, 21.32047493 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32047493, "Longitude": -157.9244992, "Species": "Chestnut Munia", "Count": 7, "Date": "2024-01-15" }, "geometry": { "type": "Point", "coordinates": [ -157.924499200000014, 21.32047493 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32047493, "Longitude": -157.9244992, "Species": "Common Myna", "Count": 465, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.924499200000014, 21.32047493 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32047493, "Longitude": -157.9244992, "Species": "Common Waxbill", "Count": 90, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.924499200000014, 21.32047493 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32047493, "Longitude": -157.9244992, "Species": "Eurasian Skylark", "Count": 15, "Date": "2024-02-05" }, "geometry": { "type": "Point", "coordinates": [ -157.924499200000014, 21.32047493 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32047493, "Longitude": -157.9244992, "Species": "Gray Francolin", "Count": 1, "Date": "2024-01-15" }, "geometry": { "type": "Point", "coordinates": [ -157.924499200000014, 21.32047493 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32047493, "Longitude": -157.9244992, "Species": "Great Frigatebird", "Count": 1, "Date": "2023-07-13" }, "geometry": { "type": "Point", "coordinates": [ -157.924499200000014, 21.32047493 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32047493, "Longitude": -157.9244992, "Species": "Hawaiian Coot", "Count": 1, "Date": "2019-04-12" }, "geometry": { "type": "Point", "coordinates": [ -157.924499200000014, 21.32047493 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32047493, "Longitude": -157.9244992, "Species": "Helmeted Guineafowl", "Count": 1, "Date": "2021-09-12" }, "geometry": { "type": "Point", "coordinates": [ -157.924499200000014, 21.32047493 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32047493, "Longitude": -157.9244992, "Species": "House Finch", "Count": 123, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.924499200000014, 21.32047493 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32047493, "Longitude": -157.9244992, "Species": "House Sparrow", "Count": 477, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.924499200000014, 21.32047493 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32047493, "Longitude": -157.9244992, "Species": "Japanese Bush Warbler", "Count": 1, "Date": "2022-06-24" }, "geometry": { "type": "Point", "coordinates": [ -157.924499200000014, 21.32047493 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32047493, "Longitude": -157.9244992, "Species": "Java Sparrow", "Count": 15, "Date": "2024-01-15" }, "geometry": { "type": "Point", "coordinates": [ -157.924499200000014, 21.32047493 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32047493, "Longitude": -157.9244992, "Species": "Feral Mallard", "Count": 66, "Date": "2024-02-22" }, "geometry": { "type": "Point", "coordinates": [ -157.924499200000014, 21.32047493 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32047493, "Longitude": -157.9244992, "Species": "Mourning Dove", "Count": 1, "Date": "2022-11-16" }, "geometry": { "type": "Point", "coordinates": [ -157.924499200000014, 21.32047493 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32047493, "Longitude": -157.9244992, "Species": "Northern Cardinal", "Count": 4, "Date": "2023-07-11" }, "geometry": { "type": "Point", "coordinates": [ -157.924499200000014, 21.32047493 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32047493, "Longitude": -157.9244992, "Species": "Northern Mockingbird", "Count": 6, "Date": "2023-10-12" }, "geometry": { "type": "Point", "coordinates": [ -157.924499200000014, 21.32047493 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32047493, "Longitude": -157.9244992, "Species": "Pacific Golden-Plover", "Count": 138, "Date": "2024-02-21" }, "geometry": { "type": "Point", "coordinates": [ -157.924499200000014, 21.32047493 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32047493, "Longitude": -157.9244992, "Species": "Red Junglefowl", "Count": 25, "Date": "2024-02-23" }, "geometry": { "type": "Point", "coordinates": [ -157.924499200000014, 21.32047493 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32047493, "Longitude": -157.9244992, "Species": "Red-billed Leiothrix", "Count": 2, "Date": "2021-10-28" }, "geometry": { "type": "Point", "coordinates": [ -157.924499200000014, 21.32047493 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32047493, "Longitude": -157.9244992, "Species": "Red-crested Cardinal", "Count": 141, "Date": "2024-02-21" }, "geometry": { "type": "Point", "coordinates": [ -157.924499200000014, 21.32047493 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32047493, "Longitude": -157.9244992, "Species": "Red-tailed Tropicbird", "Count": 1, "Date": "2023-03-29" }, "geometry": { "type": "Point", "coordinates": [ -157.924499200000014, 21.32047493 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32047493, "Longitude": -157.9244992, "Species": "Red-vented Bulbul", "Count": 307, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.924499200000014, 21.32047493 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32047493, "Longitude": -157.9244992, "Species": "Red-whiskered Bulbul", "Count": 44, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.924499200000014, 21.32047493 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32047493, "Longitude": -157.9244992, "Species": "Rock Pigeon", "Count": 68, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.924499200000014, 21.32047493 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32047493, "Longitude": -157.9244992, "Species": "Rose-ringed Parakeet", "Count": 11, "Date": "2024-01-15" }, "geometry": { "type": "Point", "coordinates": [ -157.924499200000014, 21.32047493 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32047493, "Longitude": -157.9244992, "Species": "Ruddy Turnstone", "Count": 3, "Date": "2022-10-21" }, "geometry": { "type": "Point", "coordinates": [ -157.924499200000014, 21.32047493 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32047493, "Longitude": -157.9244992, "Species": "Saffron Finch", "Count": 18, "Date": "2024-01-15" }, "geometry": { "type": "Point", "coordinates": [ -157.924499200000014, 21.32047493 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32047493, "Longitude": -157.9244992, "Species": "Sanderling", "Count": 1, "Date": "2023-01-06" }, "geometry": { "type": "Point", "coordinates": [ -157.924499200000014, 21.32047493 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32047493, "Longitude": -157.9244992, "Species": "Scaly-breasted Munia", "Count": 4, "Date": "2024-01-15" }, "geometry": { "type": "Point", "coordinates": [ -157.924499200000014, 21.32047493 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32047493, "Longitude": -157.9244992, "Species": "Spotted Dove", "Count": 554, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.924499200000014, 21.32047493 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32047493, "Longitude": -157.9244992, "Species": "Warbling White-eye", "Count": 128, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.924499200000014, 21.32047493 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32047493, "Longitude": -157.9244992, "Species": "Western Cattle Egret", "Count": 152, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.924499200000014, 21.32047493 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32047493, "Longitude": -157.9244992, "Species": "White Tern", "Count": 32, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.924499200000014, 21.32047493 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32047493, "Longitude": -157.9244992, "Species": "White-rumped Shama", "Count": 12, "Date": "2024-01-15" }, "geometry": { "type": "Point", "coordinates": [ -157.924499200000014, 21.32047493 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32047493, "Longitude": -157.9244992, "Species": "Yellow-fronted Canary", "Count": 9, "Date": "2024-01-15" }, "geometry": { "type": "Point", "coordinates": [ -157.924499200000014, 21.32047493 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.32047493, "Longitude": -157.9244992, "Species": "Zebra Dove", "Count": 440, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.924499200000014, 21.32047493 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70030549, "Longitude": -157.9893654, "Species": "Black Noddy", "Count": 1, "Date": "2022-11-25" }, "geometry": { "type": "Point", "coordinates": [ -157.9893654, 21.70030549 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70030549, "Longitude": -157.9893654, "Species": "Black-crowned Night Heron", "Count": 13, "Date": "2024-02-11" }, "geometry": { "type": "Point", "coordinates": [ -157.9893654, 21.70030549 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70030549, "Longitude": -157.9893654, "Species": "Black-footed Albatross", "Count": 3, "Date": "2024-02-23" }, "geometry": { "type": "Point", "coordinates": [ -157.9893654, 21.70030549 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70030549, "Longitude": -157.9893654, "Species": "Black-necked Stilt", "Count": 24, "Date": "2024-02-08" }, "geometry": { "type": "Point", "coordinates": [ -157.9893654, 21.70030549 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70030549, "Longitude": -157.9893654, "Species": "Blue-crowned Parakeet", "Count": 8, "Date": "2023-11-29" }, "geometry": { "type": "Point", "coordinates": [ -157.9893654, 21.70030549 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70030549, "Longitude": -157.9893654, "Species": "Bristle-thighed Curlew", "Count": 4, "Date": "2023-01-17" }, "geometry": { "type": "Point", "coordinates": [ -157.9893654, 21.70030549 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70030549, "Longitude": -157.9893654, "Species": "Brown Booby", "Count": 3, "Date": "2024-02-23" }, "geometry": { "type": "Point", "coordinates": [ -157.9893654, 21.70030549 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70030549, "Longitude": -157.9893654, "Species": "Cackling Goose", "Count": 11, "Date": "2022-01-08" }, "geometry": { "type": "Point", "coordinates": [ -157.9893654, 21.70030549 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70030549, "Longitude": -157.9893654, "Species": "Chestnut Munia", "Count": 8, "Date": "2023-11-29" }, "geometry": { "type": "Point", "coordinates": [ -157.9893654, 21.70030549 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70030549, "Longitude": -157.9893654, "Species": "Common Gallinule", "Count": 23, "Date": "2024-02-23" }, "geometry": { "type": "Point", "coordinates": [ -157.9893654, 21.70030549 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70030549, "Longitude": -157.9893654, "Species": "Common Myna", "Count": 43, "Date": "2024-02-23" }, "geometry": { "type": "Point", "coordinates": [ -157.9893654, 21.70030549 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70030549, "Longitude": -157.9893654, "Species": "Common Waxbill", "Count": 34, "Date": "2024-02-11" }, "geometry": { "type": "Point", "coordinates": [ -157.9893654, 21.70030549 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70030549, "Longitude": -157.9893654, "Species": "Eurasian Skylark", "Count": 1, "Date": "2022-11-25" }, "geometry": { "type": "Point", "coordinates": [ -157.9893654, 21.70030549 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70030549, "Longitude": -157.9893654, "Species": "Gray Francolin", "Count": 9, "Date": "2024-02-23" }, "geometry": { "type": "Point", "coordinates": [ -157.9893654, 21.70030549 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70030549, "Longitude": -157.9893654, "Species": "Great Frigatebird", "Count": 2, "Date": "2022-11-06" }, "geometry": { "type": "Point", "coordinates": [ -157.9893654, 21.70030549 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70030549, "Longitude": -157.9893654, "Species": "Hawaiian Coot", "Count": 13, "Date": "2024-02-23" }, "geometry": { "type": "Point", "coordinates": [ -157.9893654, 21.70030549 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70030549, "Longitude": -157.9893654, "Species": "House Finch", "Count": 14, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.9893654, 21.70030549 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70030549, "Longitude": -157.9893654, "Species": "House Sparrow", "Count": 9, "Date": "2024-02-23" }, "geometry": { "type": "Point", "coordinates": [ -157.9893654, 21.70030549 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70030549, "Longitude": -157.9893654, "Species": "Indian Peafowl", "Count": 4, "Date": "2023-05-17" }, "geometry": { "type": "Point", "coordinates": [ -157.9893654, 21.70030549 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70030549, "Longitude": -157.9893654, "Species": "Japanese Bush Warbler", "Count": 2, "Date": "2023-01-17" }, "geometry": { "type": "Point", "coordinates": [ -157.9893654, 21.70030549 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70030549, "Longitude": -157.9893654, "Species": "Java Sparrow", "Count": 21, "Date": "2024-02-23" }, "geometry": { "type": "Point", "coordinates": [ -157.9893654, 21.70030549 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70030549, "Longitude": -157.9893654, "Species": "Laysan Albatross", "Count": 15, "Date": "2024-02-23" }, "geometry": { "type": "Point", "coordinates": [ -157.9893654, 21.70030549 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70030549, "Longitude": -157.9893654, "Species": "Lesser Scaup", "Count": 1, "Date": "2020-01-13" }, "geometry": { "type": "Point", "coordinates": [ -157.9893654, 21.70030549 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70030549, "Longitude": -157.9893654, "Species": "Feral Mallard", "Count": 7, "Date": "2024-02-23" }, "geometry": { "type": "Point", "coordinates": [ -157.9893654, 21.70030549 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70030549, "Longitude": -157.9893654, "Species": "Masked Booby", "Count": 2, "Date": "2024-02-23" }, "geometry": { "type": "Point", "coordinates": [ -157.9893654, 21.70030549 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70030549, "Longitude": -157.9893654, "Species": "Muscovy Duck", "Count": 5, "Date": "2023-03-28" }, "geometry": { "type": "Point", "coordinates": [ -157.9893654, 21.70030549 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70030549, "Longitude": -157.9893654, "Species": "Northern Cardinal", "Count": 20, "Date": "2024-02-23" }, "geometry": { "type": "Point", "coordinates": [ -157.9893654, 21.70030549 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70030549, "Longitude": -157.9893654, "Species": "Northern Harrier", "Count": 1, "Date": "2022-12-20" }, "geometry": { "type": "Point", "coordinates": [ -157.9893654, 21.70030549 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70030549, "Longitude": -157.9893654, "Species": "Pacific Golden-Plover", "Count": 39, "Date": "2024-02-23" }, "geometry": { "type": "Point", "coordinates": [ -157.9893654, 21.70030549 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70030549, "Longitude": -157.9893654, "Species": "Red Junglefowl", "Count": 13, "Date": "2024-02-23" }, "geometry": { "type": "Point", "coordinates": [ -157.9893654, 21.70030549 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70030549, "Longitude": -157.9893654, "Species": "Red-billed Leiothrix", "Count": 6, "Date": "2024-02-08" }, "geometry": { "type": "Point", "coordinates": [ -157.9893654, 21.70030549 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70030549, "Longitude": -157.9893654, "Species": "Red-crested Cardinal", "Count": 37, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.9893654, 21.70030549 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70030549, "Longitude": -157.9893654, "Species": "Red-footed Booby", "Count": 1, "Date": "2020-05-02" }, "geometry": { "type": "Point", "coordinates": [ -157.9893654, 21.70030549 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70030549, "Longitude": -157.9893654, "Species": "Red-vented Bulbul", "Count": 36, "Date": "2024-02-23" }, "geometry": { "type": "Point", "coordinates": [ -157.9893654, 21.70030549 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70030549, "Longitude": -157.9893654, "Species": "Red-whiskered Bulbul", "Count": 15, "Date": "2024-02-23" }, "geometry": { "type": "Point", "coordinates": [ -157.9893654, 21.70030549 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70030549, "Longitude": -157.9893654, "Species": "Ruddy Turnstone", "Count": 6, "Date": "2023-07-01" }, "geometry": { "type": "Point", "coordinates": [ -157.9893654, 21.70030549 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70030549, "Longitude": -157.9893654, "Species": "Saffron Finch", "Count": 17, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.9893654, 21.70030549 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70030549, "Longitude": -157.9893654, "Species": "Sanderling", "Count": 2, "Date": "2023-03-28" }, "geometry": { "type": "Point", "coordinates": [ -157.9893654, 21.70030549 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70030549, "Longitude": -157.9893654, "Species": "Scaly-breasted Munia", "Count": 4, "Date": "2023-05-20" }, "geometry": { "type": "Point", "coordinates": [ -157.9893654, 21.70030549 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70030549, "Longitude": -157.9893654, "Species": "Short-eared Owl", "Count": 1, "Date": "2019-11-02" }, "geometry": { "type": "Point", "coordinates": [ -157.9893654, 21.70030549 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70030549, "Longitude": -157.9893654, "Species": "Sooty Tern", "Count": 1, "Date": "2024-02-06" }, "geometry": { "type": "Point", "coordinates": [ -157.9893654, 21.70030549 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70030549, "Longitude": -157.9893654, "Species": "Spotted Dove", "Count": 27, "Date": "2024-02-11" }, "geometry": { "type": "Point", "coordinates": [ -157.9893654, 21.70030549 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70030549, "Longitude": -157.9893654, "Species": "Wandering Tattler", "Count": 4, "Date": "2022-12-20" }, "geometry": { "type": "Point", "coordinates": [ -157.9893654, 21.70030549 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70030549, "Longitude": -157.9893654, "Species": "Warbling White-eye", "Count": 14, "Date": "2024-02-06" }, "geometry": { "type": "Point", "coordinates": [ -157.9893654, 21.70030549 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70030549, "Longitude": -157.9893654, "Species": "Western Cattle Egret", "Count": 43, "Date": "2024-02-23" }, "geometry": { "type": "Point", "coordinates": [ -157.9893654, 21.70030549 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70030549, "Longitude": -157.9893654, "Species": "White-rumped Shama", "Count": 18, "Date": "2024-02-23" }, "geometry": { "type": "Point", "coordinates": [ -157.9893654, 21.70030549 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70030549, "Longitude": -157.9893654, "Species": "Zebra Dove", "Count": 45, "Date": "2024-02-23" }, "geometry": { "type": "Point", "coordinates": [ -157.9893654, 21.70030549 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29286314, "Longitude": -157.847585, "Species": "African Silverbill", "Count": 11, "Date": "2023-10-23" }, "geometry": { "type": "Point", "coordinates": [ -157.847585, 21.29286314 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29286314, "Longitude": -157.847585, "Species": "Black-bellied Plover", "Count": 1, "Date": "2019-03-10" }, "geometry": { "type": "Point", "coordinates": [ -157.847585, 21.29286314 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29286314, "Longitude": -157.847585, "Species": "Black-crowned Night Heron", "Count": 299, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.847585, 21.29286314 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29286314, "Longitude": -157.847585, "Species": "Brown Booby", "Count": 42, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.847585, 21.29286314 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29286314, "Longitude": -157.847585, "Species": "Brown Noddy", "Count": 1, "Date": "2022-05-13" }, "geometry": { "type": "Point", "coordinates": [ -157.847585, 21.29286314 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29286314, "Longitude": -157.847585, "Species": "Chestnut Munia", "Count": 3, "Date": "2023-12-25" }, "geometry": { "type": "Point", "coordinates": [ -157.847585, 21.29286314 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29286314, "Longitude": -157.847585, "Species": "Common Myna", "Count": 433, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.847585, 21.29286314 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29286314, "Longitude": -157.847585, "Species": "Common Waxbill", "Count": 264, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.847585, 21.29286314 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29286314, "Longitude": -157.847585, "Species": "Gray Francolin", "Count": 2, "Date": "2024-02-12" }, "geometry": { "type": "Point", "coordinates": [ -157.847585, 21.29286314 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29286314, "Longitude": -157.847585, "Species": "Great Frigatebird", "Count": 23, "Date": "2024-02-09" }, "geometry": { "type": "Point", "coordinates": [ -157.847585, 21.29286314 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29286314, "Longitude": -157.847585, "Species": "Hawaiian Coot", "Count": 1, "Date": "2023-04-26" }, "geometry": { "type": "Point", "coordinates": [ -157.847585, 21.29286314 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29286314, "Longitude": -157.847585, "Species": "House Finch", "Count": 147, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.847585, 21.29286314 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29286314, "Longitude": -157.847585, "Species": "House Sparrow", "Count": 344, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.847585, 21.29286314 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29286314, "Longitude": -157.847585, "Species": "Japanese Bush Warbler", "Count": 1, "Date": "2019-06-20" }, "geometry": { "type": "Point", "coordinates": [ -157.847585, 21.29286314 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29286314, "Longitude": -157.847585, "Species": "Java Sparrow", "Count": 254, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.847585, 21.29286314 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29286314, "Longitude": -157.847585, "Species": "Feral Mallard", "Count": 125, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.847585, 21.29286314 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29286314, "Longitude": -157.847585, "Species": "Masked Booby", "Count": 1, "Date": "2023-02-16" }, "geometry": { "type": "Point", "coordinates": [ -157.847585, 21.29286314 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29286314, "Longitude": -157.847585, "Species": "Muscovy Duck", "Count": 6, "Date": "2022-11-16" }, "geometry": { "type": "Point", "coordinates": [ -157.847585, 21.29286314 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29286314, "Longitude": -157.847585, "Species": "Northern Cardinal", "Count": 9, "Date": "2024-02-08" }, "geometry": { "type": "Point", "coordinates": [ -157.847585, 21.29286314 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29286314, "Longitude": -157.847585, "Species": "Northern Mockingbird", "Count": 5, "Date": "2024-02-12" }, "geometry": { "type": "Point", "coordinates": [ -157.847585, 21.29286314 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29286314, "Longitude": -157.847585, "Species": "Pacific Golden-Plover", "Count": 291, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.847585, 21.29286314 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29286314, "Longitude": -157.847585, "Species": "Peregrine Falcon", "Count": 5, "Date": "2021-01-03" }, "geometry": { "type": "Point", "coordinates": [ -157.847585, 21.29286314 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29286314, "Longitude": -157.847585, "Species": "Red Junglefowl", "Count": 58, "Date": "2024-02-26" }, "geometry": { "type": "Point", "coordinates": [ -157.847585, 21.29286314 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29286314, "Longitude": -157.847585, "Species": "Red-billed Leiothrix", "Count": 2, "Date": "2023-04-26" }, "geometry": { "type": "Point", "coordinates": [ -157.847585, 21.29286314 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29286314, "Longitude": -157.847585, "Species": "Red-crested Cardinal", "Count": 369, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.847585, 21.29286314 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29286314, "Longitude": -157.847585, "Species": "Red-vented Bulbul", "Count": 255, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.847585, 21.29286314 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29286314, "Longitude": -157.847585, "Species": "Red-whiskered Bulbul", "Count": 22, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.847585, 21.29286314 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29286314, "Longitude": -157.847585, "Species": "Rock Pigeon", "Count": 402, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.847585, 21.29286314 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29286314, "Longitude": -157.847585, "Species": "Rose-ringed Parakeet", "Count": 120, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.847585, 21.29286314 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29286314, "Longitude": -157.847585, "Species": "Ruddy Turnstone", "Count": 111, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.847585, 21.29286314 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29286314, "Longitude": -157.847585, "Species": "Saffron Finch", "Count": 128, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.847585, 21.29286314 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29286314, "Longitude": -157.847585, "Species": "Sanderling", "Count": 2, "Date": "2020-04-12" }, "geometry": { "type": "Point", "coordinates": [ -157.847585, 21.29286314 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29286314, "Longitude": -157.847585, "Species": "Scaly-breasted Munia", "Count": 68, "Date": "2023-12-03" }, "geometry": { "type": "Point", "coordinates": [ -157.847585, 21.29286314 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29286314, "Longitude": -157.847585, "Species": "Sooty Tern", "Count": 4, "Date": "2023-06-04" }, "geometry": { "type": "Point", "coordinates": [ -157.847585, 21.29286314 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29286314, "Longitude": -157.847585, "Species": "Spotted Dove", "Count": 391, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.847585, 21.29286314 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29286314, "Longitude": -157.847585, "Species": "Wandering Tattler", "Count": 66, "Date": "2024-02-26" }, "geometry": { "type": "Point", "coordinates": [ -157.847585, 21.29286314 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29286314, "Longitude": -157.847585, "Species": "Warbling White-eye", "Count": 106, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.847585, 21.29286314 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29286314, "Longitude": -157.847585, "Species": "Wedge-tailed Shearwater", "Count": 5, "Date": "2023-11-18" }, "geometry": { "type": "Point", "coordinates": [ -157.847585, 21.29286314 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29286314, "Longitude": -157.847585, "Species": "Western Cattle Egret", "Count": 343, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.847585, 21.29286314 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29286314, "Longitude": -157.847585, "Species": "White Tern", "Count": 331, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.847585, 21.29286314 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29286314, "Longitude": -157.847585, "Species": "White-rumped Shama", "Count": 8, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.847585, 21.29286314 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29286314, "Longitude": -157.847585, "Species": "Yellow-fronted Canary", "Count": 217, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.847585, 21.29286314 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.29286314, "Longitude": -157.847585, "Species": "Zebra Dove", "Count": 443, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.847585, 21.29286314 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33769208, "Longitude": -157.7990234, "Species": "African Silverbill", "Count": 6, "Date": "2023-09-12" }, "geometry": { "type": "Point", "coordinates": [ -157.79902340000001, 21.33769208 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33769208, "Longitude": -157.7990234, "Species": "Apapane", "Count": 4, "Date": "2019-09-23" }, "geometry": { "type": "Point", "coordinates": [ -157.79902340000001, 21.33769208 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33769208, "Longitude": -157.7990234, "Species": "Black-crowned Night Heron", "Count": 1, "Date": "2023-03-06" }, "geometry": { "type": "Point", "coordinates": [ -157.79902340000001, 21.33769208 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33769208, "Longitude": -157.7990234, "Species": "Chestnut Munia", "Count": 51, "Date": "2023-10-05" }, "geometry": { "type": "Point", "coordinates": [ -157.79902340000001, 21.33769208 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33769208, "Longitude": -157.7990234, "Species": "Common Myna", "Count": 247, "Date": "2024-02-26" }, "geometry": { "type": "Point", "coordinates": [ -157.79902340000001, 21.33769208 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33769208, "Longitude": -157.7990234, "Species": "Common Waxbill", "Count": 172, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.79902340000001, 21.33769208 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33769208, "Longitude": -157.7990234, "Species": "Erckel's Spurfowl", "Count": 1, "Date": "2021-11-08" }, "geometry": { "type": "Point", "coordinates": [ -157.79902340000001, 21.33769208 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33769208, "Longitude": -157.7990234, "Species": "Hawaiian Coot", "Count": 1, "Date": "2023-03-06" }, "geometry": { "type": "Point", "coordinates": [ -157.79902340000001, 21.33769208 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33769208, "Longitude": -157.7990234, "Species": "House Finch", "Count": 63, "Date": "2024-02-26" }, "geometry": { "type": "Point", "coordinates": [ -157.79902340000001, 21.33769208 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33769208, "Longitude": -157.7990234, "Species": "House Sparrow", "Count": 14, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.79902340000001, 21.33769208 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33769208, "Longitude": -157.7990234, "Species": "Indian Peafowl", "Count": 1, "Date": "2023-03-22" }, "geometry": { "type": "Point", "coordinates": [ -157.79902340000001, 21.33769208 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33769208, "Longitude": -157.7990234, "Species": "Japanese Bush Warbler", "Count": 3, "Date": "2023-10-22" }, "geometry": { "type": "Point", "coordinates": [ -157.79902340000001, 21.33769208 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33769208, "Longitude": -157.7990234, "Species": "Java Sparrow", "Count": 24, "Date": "2023-10-05" }, "geometry": { "type": "Point", "coordinates": [ -157.79902340000001, 21.33769208 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33769208, "Longitude": -157.7990234, "Species": "Feral Mallard", "Count": 6, "Date": "2022-05-24" }, "geometry": { "type": "Point", "coordinates": [ -157.79902340000001, 21.33769208 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33769208, "Longitude": -157.7990234, "Species": "Northern Cardinal", "Count": 62, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.79902340000001, 21.33769208 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33769208, "Longitude": -157.7990234, "Species": "Oahu Amakihi", "Count": 30, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.79902340000001, 21.33769208 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33769208, "Longitude": -157.7990234, "Species": "Pacific Golden-Plover", "Count": 92, "Date": "2024-01-24" }, "geometry": { "type": "Point", "coordinates": [ -157.79902340000001, 21.33769208 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33769208, "Longitude": -157.7990234, "Species": "Red Avadavat", "Count": 1, "Date": "2023-10-05" }, "geometry": { "type": "Point", "coordinates": [ -157.79902340000001, 21.33769208 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33769208, "Longitude": -157.7990234, "Species": "Red Junglefowl", "Count": 149, "Date": "2024-02-26" }, "geometry": { "type": "Point", "coordinates": [ -157.79902340000001, 21.33769208 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33769208, "Longitude": -157.7990234, "Species": "Red-billed Leiothrix", "Count": 202, "Date": "2024-02-26" }, "geometry": { "type": "Point", "coordinates": [ -157.79902340000001, 21.33769208 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33769208, "Longitude": -157.7990234, "Species": "Red-crested Cardinal", "Count": 194, "Date": "2024-02-26" }, "geometry": { "type": "Point", "coordinates": [ -157.79902340000001, 21.33769208 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33769208, "Longitude": -157.7990234, "Species": "Red-crowned Parrot", "Count": 4, "Date": "2024-01-02" }, "geometry": { "type": "Point", "coordinates": [ -157.79902340000001, 21.33769208 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33769208, "Longitude": -157.7990234, "Species": "Red-masked Parakeet", "Count": 1, "Date": "2022-08-02" }, "geometry": { "type": "Point", "coordinates": [ -157.79902340000001, 21.33769208 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33769208, "Longitude": -157.7990234, "Species": "Red-vented Bulbul", "Count": 253, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.79902340000001, 21.33769208 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33769208, "Longitude": -157.7990234, "Species": "Red-whiskered Bulbul", "Count": 259, "Date": "2024-02-26" }, "geometry": { "type": "Point", "coordinates": [ -157.79902340000001, 21.33769208 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33769208, "Longitude": -157.7990234, "Species": "Rock Pigeon", "Count": 13, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.79902340000001, 21.33769208 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33769208, "Longitude": -157.7990234, "Species": "Rose-ringed Parakeet", "Count": 285, "Date": "2024-02-26" }, "geometry": { "type": "Point", "coordinates": [ -157.79902340000001, 21.33769208 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33769208, "Longitude": -157.7990234, "Species": "Ruddy Turnstone", "Count": 1, "Date": "2022-12-20" }, "geometry": { "type": "Point", "coordinates": [ -157.79902340000001, 21.33769208 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33769208, "Longitude": -157.7990234, "Species": "Saffron Finch", "Count": 5, "Date": "2023-11-26" }, "geometry": { "type": "Point", "coordinates": [ -157.79902340000001, 21.33769208 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33769208, "Longitude": -157.7990234, "Species": "Salmon-crested Cockatoo", "Count": 66, "Date": "2023-11-17" }, "geometry": { "type": "Point", "coordinates": [ -157.79902340000001, 21.33769208 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33769208, "Longitude": -157.7990234, "Species": "Scaly-breasted Munia", "Count": 10, "Date": "2023-09-06" }, "geometry": { "type": "Point", "coordinates": [ -157.79902340000001, 21.33769208 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33769208, "Longitude": -157.7990234, "Species": "Spotted Dove", "Count": 168, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.79902340000001, 21.33769208 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33769208, "Longitude": -157.7990234, "Species": "Sulphur-crested Cockatoo", "Count": 8, "Date": "2022-08-02" }, "geometry": { "type": "Point", "coordinates": [ -157.79902340000001, 21.33769208 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33769208, "Longitude": -157.7990234, "Species": "Wandering Tattler", "Count": 2, "Date": "2021-04-18" }, "geometry": { "type": "Point", "coordinates": [ -157.79902340000001, 21.33769208 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33769208, "Longitude": -157.7990234, "Species": "Warbling White-eye", "Count": 251, "Date": "2024-02-26" }, "geometry": { "type": "Point", "coordinates": [ -157.79902340000001, 21.33769208 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33769208, "Longitude": -157.7990234, "Species": "Western Cattle Egret", "Count": 27, "Date": "2024-01-19" }, "geometry": { "type": "Point", "coordinates": [ -157.79902340000001, 21.33769208 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33769208, "Longitude": -157.7990234, "Species": "White Cockatoo", "Count": 41, "Date": "2024-01-04" }, "geometry": { "type": "Point", "coordinates": [ -157.79902340000001, 21.33769208 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33769208, "Longitude": -157.7990234, "Species": "White Tern", "Count": 9, "Date": "2023-08-14" }, "geometry": { "type": "Point", "coordinates": [ -157.79902340000001, 21.33769208 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33769208, "Longitude": -157.7990234, "Species": "White-rumped Shama", "Count": 280, "Date": "2024-02-26" }, "geometry": { "type": "Point", "coordinates": [ -157.79902340000001, 21.33769208 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33769208, "Longitude": -157.7990234, "Species": "White-tailed Tropicbird", "Count": 1, "Date": "2023-06-06" }, "geometry": { "type": "Point", "coordinates": [ -157.79902340000001, 21.33769208 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33769208, "Longitude": -157.7990234, "Species": "Yellow-faced Grassquit", "Count": 4, "Date": "2023-06-06" }, "geometry": { "type": "Point", "coordinates": [ -157.79902340000001, 21.33769208 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33769208, "Longitude": -157.7990234, "Species": "Yellow-fronted Canary", "Count": 26, "Date": "2024-01-24" }, "geometry": { "type": "Point", "coordinates": [ -157.79902340000001, 21.33769208 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33769208, "Longitude": -157.7990234, "Species": "Zebra Dove", "Count": 202, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.79902340000001, 21.33769208 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51862843, "Longitude": -157.8361581, "Species": "Apapane", "Count": 1, "Date": "2019-09-19" }, "geometry": { "type": "Point", "coordinates": [ -157.8361581, 21.51862843 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51862843, "Longitude": -157.8361581, "Species": "Black Noddy", "Count": 3, "Date": "2023-03-29" }, "geometry": { "type": "Point", "coordinates": [ -157.8361581, 21.51862843 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51862843, "Longitude": -157.8361581, "Species": "Black-crowned Night Heron", "Count": 23, "Date": "2024-02-13" }, "geometry": { "type": "Point", "coordinates": [ -157.8361581, 21.51862843 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51862843, "Longitude": -157.8361581, "Species": "Black-necked Stilt", "Count": 94, "Date": "2024-01-20" }, "geometry": { "type": "Point", "coordinates": [ -157.8361581, 21.51862843 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51862843, "Longitude": -157.8361581, "Species": "Bristle-thighed Curlew", "Count": 1, "Date": "2023-04-28" }, "geometry": { "type": "Point", "coordinates": [ -157.8361581, 21.51862843 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51862843, "Longitude": -157.8361581, "Species": "Brown Booby", "Count": 3, "Date": "2022-11-21" }, "geometry": { "type": "Point", "coordinates": [ -157.8361581, 21.51862843 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51862843, "Longitude": -157.8361581, "Species": "Chestnut Munia", "Count": 60, "Date": "2024-01-04" }, "geometry": { "type": "Point", "coordinates": [ -157.8361581, 21.51862843 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51862843, "Longitude": -157.8361581, "Species": "Common Gallinule", "Count": 3, "Date": "2023-10-29" }, "geometry": { "type": "Point", "coordinates": [ -157.8361581, 21.51862843 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51862843, "Longitude": -157.8361581, "Species": "Common Myna", "Count": 328, "Date": "2024-02-27" }, "geometry": { "type": "Point", "coordinates": [ -157.8361581, 21.51862843 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51862843, "Longitude": -157.8361581, "Species": "Common Waxbill", "Count": 166, "Date": "2024-01-26" }, "geometry": { "type": "Point", "coordinates": [ -157.8361581, 21.51862843 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51862843, "Longitude": -157.8361581, "Species": "Gray Francolin", "Count": 1, "Date": "2024-01-03" }, "geometry": { "type": "Point", "coordinates": [ -157.8361581, 21.51862843 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51862843, "Longitude": -157.8361581, "Species": "Great Frigatebird", "Count": 12, "Date": "2024-02-27" }, "geometry": { "type": "Point", "coordinates": [ -157.8361581, 21.51862843 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51862843, "Longitude": -157.8361581, "Species": "Green-winged Teal", "Count": 1, "Date": "2024-01-12" }, "geometry": { "type": "Point", "coordinates": [ -157.8361581, 21.51862843 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51862843, "Longitude": -157.8361581, "Species": "Hawaiian Coot", "Count": 3, "Date": "2023-10-29" }, "geometry": { "type": "Point", "coordinates": [ -157.8361581, 21.51862843 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51862843, "Longitude": -157.8361581, "Species": "House Finch", "Count": 85, "Date": "2024-02-13" }, "geometry": { "type": "Point", "coordinates": [ -157.8361581, 21.51862843 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51862843, "Longitude": -157.8361581, "Species": "House Sparrow", "Count": 57, "Date": "2024-01-26" }, "geometry": { "type": "Point", "coordinates": [ -157.8361581, 21.51862843 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51862843, "Longitude": -157.8361581, "Species": "Indian Peafowl", "Count": 1, "Date": "2021-03-20" }, "geometry": { "type": "Point", "coordinates": [ -157.8361581, 21.51862843 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51862843, "Longitude": -157.8361581, "Species": "Japanese Bush Warbler", "Count": 1, "Date": "2022-01-19" }, "geometry": { "type": "Point", "coordinates": [ -157.8361581, 21.51862843 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51862843, "Longitude": -157.8361581, "Species": "Java Sparrow", "Count": 18, "Date": "2024-02-13" }, "geometry": { "type": "Point", "coordinates": [ -157.8361581, 21.51862843 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51862843, "Longitude": -157.8361581, "Species": "Laysan Albatross", "Count": 1, "Date": "2019-12-19" }, "geometry": { "type": "Point", "coordinates": [ -157.8361581, 21.51862843 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51862843, "Longitude": -157.8361581, "Species": "Feral Mallard", "Count": 7, "Date": "2023-11-28" }, "geometry": { "type": "Point", "coordinates": [ -157.8361581, 21.51862843 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51862843, "Longitude": -157.8361581, "Species": "Northern Cardinal", "Count": 50, "Date": "2024-02-27" }, "geometry": { "type": "Point", "coordinates": [ -157.8361581, 21.51862843 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51862843, "Longitude": -157.8361581, "Species": "Northern Mockingbird", "Count": 1, "Date": "2019-07-29" }, "geometry": { "type": "Point", "coordinates": [ -157.8361581, 21.51862843 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51862843, "Longitude": -157.8361581, "Species": "Oahu Amakihi", "Count": 1, "Date": "2022-12-26" }, "geometry": { "type": "Point", "coordinates": [ -157.8361581, 21.51862843 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51862843, "Longitude": -157.8361581, "Species": "Pacific Golden-Plover", "Count": 261, "Date": "2024-02-27" }, "geometry": { "type": "Point", "coordinates": [ -157.8361581, 21.51862843 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51862843, "Longitude": -157.8361581, "Species": "Red Avadavat", "Count": 5, "Date": "2024-01-04" }, "geometry": { "type": "Point", "coordinates": [ -157.8361581, 21.51862843 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51862843, "Longitude": -157.8361581, "Species": "Red Junglefowl", "Count": 134, "Date": "2024-02-13" }, "geometry": { "type": "Point", "coordinates": [ -157.8361581, 21.51862843 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51862843, "Longitude": -157.8361581, "Species": "Red-billed Leiothrix", "Count": 6, "Date": "2024-01-04" }, "geometry": { "type": "Point", "coordinates": [ -157.8361581, 21.51862843 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51862843, "Longitude": -157.8361581, "Species": "Red-crested Cardinal", "Count": 333, "Date": "2024-02-27" }, "geometry": { "type": "Point", "coordinates": [ -157.8361581, 21.51862843 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51862843, "Longitude": -157.8361581, "Species": "Red-vented Bulbul", "Count": 169, "Date": "2024-02-13" }, "geometry": { "type": "Point", "coordinates": [ -157.8361581, 21.51862843 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51862843, "Longitude": -157.8361581, "Species": "Red-whiskered Bulbul", "Count": 48, "Date": "2024-01-04" }, "geometry": { "type": "Point", "coordinates": [ -157.8361581, 21.51862843 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51862843, "Longitude": -157.8361581, "Species": "Ring-necked Pheasant", "Count": 1, "Date": "2024-01-04" }, "geometry": { "type": "Point", "coordinates": [ -157.8361581, 21.51862843 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51862843, "Longitude": -157.8361581, "Species": "Rock Pigeon", "Count": 41, "Date": "2024-01-21" }, "geometry": { "type": "Point", "coordinates": [ -157.8361581, 21.51862843 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51862843, "Longitude": -157.8361581, "Species": "Rose-ringed Parakeet", "Count": 1, "Date": "2024-01-04" }, "geometry": { "type": "Point", "coordinates": [ -157.8361581, 21.51862843 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51862843, "Longitude": -157.8361581, "Species": "Ruddy Turnstone", "Count": 117, "Date": "2024-02-27" }, "geometry": { "type": "Point", "coordinates": [ -157.8361581, 21.51862843 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51862843, "Longitude": -157.8361581, "Species": "Saffron Finch", "Count": 34, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.8361581, 21.51862843 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51862843, "Longitude": -157.8361581, "Species": "Sanderling", "Count": 1, "Date": "2023-09-15" }, "geometry": { "type": "Point", "coordinates": [ -157.8361581, 21.51862843 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51862843, "Longitude": -157.8361581, "Species": "Scaly-breasted Munia", "Count": 38, "Date": "2024-01-04" }, "geometry": { "type": "Point", "coordinates": [ -157.8361581, 21.51862843 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51862843, "Longitude": -157.8361581, "Species": "Spotted Dove", "Count": 157, "Date": "2024-02-13" }, "geometry": { "type": "Point", "coordinates": [ -157.8361581, 21.51862843 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51862843, "Longitude": -157.8361581, "Species": "Wandering Tattler", "Count": 69, "Date": "2024-01-26" }, "geometry": { "type": "Point", "coordinates": [ -157.8361581, 21.51862843 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51862843, "Longitude": -157.8361581, "Species": "Warbling White-eye", "Count": 107, "Date": "2024-01-21" }, "geometry": { "type": "Point", "coordinates": [ -157.8361581, 21.51862843 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51862843, "Longitude": -157.8361581, "Species": "Wedge-tailed Shearwater", "Count": 6, "Date": "2023-05-10" }, "geometry": { "type": "Point", "coordinates": [ -157.8361581, 21.51862843 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51862843, "Longitude": -157.8361581, "Species": "Western Cattle Egret", "Count": 338, "Date": "2024-02-27" }, "geometry": { "type": "Point", "coordinates": [ -157.8361581, 21.51862843 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51862843, "Longitude": -157.8361581, "Species": "White Tern", "Count": 4, "Date": "2023-09-04" }, "geometry": { "type": "Point", "coordinates": [ -157.8361581, 21.51862843 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51862843, "Longitude": -157.8361581, "Species": "White-rumped Shama", "Count": 70, "Date": "2024-02-13" }, "geometry": { "type": "Point", "coordinates": [ -157.8361581, 21.51862843 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51862843, "Longitude": -157.8361581, "Species": "White-tailed Tropicbird", "Count": 7, "Date": "2023-08-10" }, "geometry": { "type": "Point", "coordinates": [ -157.8361581, 21.51862843 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51862843, "Longitude": -157.8361581, "Species": "Yellow-fronted Canary", "Count": 10, "Date": "2024-01-04" }, "geometry": { "type": "Point", "coordinates": [ -157.8361581, 21.51862843 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.51862843, "Longitude": -157.8361581, "Species": "Zebra Dove", "Count": 284, "Date": "2024-02-27" }, "geometry": { "type": "Point", "coordinates": [ -157.8361581, 21.51862843 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70036384, "Longitude": -157.9990316, "Species": "Black Noddy", "Count": 1, "Date": "2020-03-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9990316, 21.70036384 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70036384, "Longitude": -157.9990316, "Species": "Black-crowned Night Heron", "Count": 16, "Date": "2024-01-03" }, "geometry": { "type": "Point", "coordinates": [ -157.9990316, 21.70036384 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70036384, "Longitude": -157.9990316, "Species": "Black-footed Albatross", "Count": 3, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.9990316, 21.70036384 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70036384, "Longitude": -157.9990316, "Species": "Black-necked Stilt", "Count": 16, "Date": "2024-01-03" }, "geometry": { "type": "Point", "coordinates": [ -157.9990316, 21.70036384 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70036384, "Longitude": -157.9990316, "Species": "Blue-crowned Parakeet", "Count": 31, "Date": "2024-01-04" }, "geometry": { "type": "Point", "coordinates": [ -157.9990316, 21.70036384 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70036384, "Longitude": -157.9990316, "Species": "Bristle-thighed Curlew", "Count": 2, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.9990316, 21.70036384 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70036384, "Longitude": -157.9990316, "Species": "Brown Booby", "Count": 5, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.9990316, 21.70036384 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70036384, "Longitude": -157.9990316, "Species": "Chestnut Munia", "Count": 22, "Date": "2023-06-21" }, "geometry": { "type": "Point", "coordinates": [ -157.9990316, 21.70036384 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70036384, "Longitude": -157.9990316, "Species": "Common Gallinule", "Count": 17, "Date": "2024-01-03" }, "geometry": { "type": "Point", "coordinates": [ -157.9990316, 21.70036384 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70036384, "Longitude": -157.9990316, "Species": "Common Myna", "Count": 106, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.9990316, 21.70036384 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70036384, "Longitude": -157.9990316, "Species": "Common Waxbill", "Count": 56, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.9990316, 21.70036384 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70036384, "Longitude": -157.9990316, "Species": "Glaucous-winged Gull", "Count": 1, "Date": "2024-01-31" }, "geometry": { "type": "Point", "coordinates": [ -157.9990316, 21.70036384 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70036384, "Longitude": -157.9990316, "Species": "Gray Francolin", "Count": 14, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.9990316, 21.70036384 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70036384, "Longitude": -157.9990316, "Species": "Great Frigatebird", "Count": 7, "Date": "2023-10-31" }, "geometry": { "type": "Point", "coordinates": [ -157.9990316, 21.70036384 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70036384, "Longitude": -157.9990316, "Species": "Hawaiian Coot", "Count": 17, "Date": "2023-08-07" }, "geometry": { "type": "Point", "coordinates": [ -157.9990316, 21.70036384 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70036384, "Longitude": -157.9990316, "Species": "House Finch", "Count": 29, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.9990316, 21.70036384 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70036384, "Longitude": -157.9990316, "Species": "House Sparrow", "Count": 16, "Date": "2023-09-25" }, "geometry": { "type": "Point", "coordinates": [ -157.9990316, 21.70036384 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70036384, "Longitude": -157.9990316, "Species": "Indian Peafowl", "Count": 11, "Date": "2023-02-08" }, "geometry": { "type": "Point", "coordinates": [ -157.9990316, 21.70036384 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70036384, "Longitude": -157.9990316, "Species": "Java Sparrow", "Count": 11, "Date": "2024-02-15" }, "geometry": { "type": "Point", "coordinates": [ -157.9990316, 21.70036384 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70036384, "Longitude": -157.9990316, "Species": "Laughing Gull", "Count": 1, "Date": "2024-01-31" }, "geometry": { "type": "Point", "coordinates": [ -157.9990316, 21.70036384 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70036384, "Longitude": -157.9990316, "Species": "Laysan Albatross", "Count": 25, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.9990316, 21.70036384 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70036384, "Longitude": -157.9990316, "Species": "Feral Mallard", "Count": 11, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.9990316, 21.70036384 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70036384, "Longitude": -157.9990316, "Species": " Northern Cardinal", "Count": 26, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.9990316, 21.70036384 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70036384, "Longitude": -157.9990316, "Species": "Northern Shoveler", "Count": 2, "Date": "2022-01-09" }, "geometry": { "type": "Point", "coordinates": [ -157.9990316, 21.70036384 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70036384, "Longitude": -157.9990316, "Species": "Pacific Golden-Plover", "Count": 72, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.9990316, 21.70036384 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70036384, "Longitude": -157.9990316, "Species": "Red Junglefowl", "Count": 22, "Date": "2024-01-04" }, "geometry": { "type": "Point", "coordinates": [ -157.9990316, 21.70036384 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70036384, "Longitude": -157.9990316, "Species": "Red-billed Leiothrix", "Count": 2, "Date": "2021-06-27" }, "geometry": { "type": "Point", "coordinates": [ -157.9990316, 21.70036384 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70036384, "Longitude": -157.9990316, "Species": "Red-crested Cardinal", "Count": 79, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.9990316, 21.70036384 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70036384, "Longitude": -157.9990316, "Species": "Red-crowned Parrot", "Count": 1, "Date": "2022-12-28" }, "geometry": { "type": "Point", "coordinates": [ -157.9990316, 21.70036384 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70036384, "Longitude": -157.9990316, "Species": "Red-footed Booby", "Count": 4, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.9990316, 21.70036384 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70036384, "Longitude": -157.9990316, "Species": "Red-vented Bulbul", "Count": 86, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.9990316, 21.70036384 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70036384, "Longitude": -157.9990316, "Species": "Red-whiskered Bulbul", "Count": 29, "Date": "2024-01-31" }, "geometry": { "type": "Point", "coordinates": [ -157.9990316, 21.70036384 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70036384, "Longitude": -157.9990316, "Species": "Ring-necked Pheasant", "Count": 1, "Date": "2023-02-10" }, "geometry": { "type": "Point", "coordinates": [ -157.9990316, 21.70036384 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70036384, "Longitude": -157.9990316, "Species": "Rose-ringed Parakeet", "Count": 1, "Date": "2023-10-31" }, "geometry": { "type": "Point", "coordinates": [ -157.9990316, 21.70036384 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70036384, "Longitude": -157.9990316, "Species": "Ruddy Turnstone", "Count": 12, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.9990316, 21.70036384 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70036384, "Longitude": -157.9990316, "Species": "Saffron Finch", "Count": 31, "Date": "2024-02-15" }, "geometry": { "type": "Point", "coordinates": [ -157.9990316, 21.70036384 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70036384, "Longitude": -157.9990316, "Species": "Sanderling", "Count": 4, "Date": "2024-02-15" }, "geometry": { "type": "Point", "coordinates": [ -157.9990316, 21.70036384 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70036384, "Longitude": -157.9990316, "Species": "Scaly-breasted Munia", "Count": 3, "Date": "2022-12-28" }, "geometry": { "type": "Point", "coordinates": [ -157.9990316, 21.70036384 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70036384, "Longitude": -157.9990316, "Species": "Sooty Tern", "Count": 1, "Date": "2020-03-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9990316, 21.70036384 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70036384, "Longitude": -157.9990316, "Species": "Spotted Dove", "Count": 53, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.9990316, 21.70036384 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70036384, "Longitude": -157.9990316, "Species": "Wandering Tattler", "Count": 7, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.9990316, 21.70036384 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70036384, "Longitude": -157.9990316, "Species": "Warbling White-eye", "Count": 26, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.9990316, 21.70036384 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70036384, "Longitude": -157.9990316, "Species": "Western Cattle Egret", "Count": 90, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.9990316, 21.70036384 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70036384, "Longitude": -157.9990316, "Species": "White Tern", "Count": 1, "Date": "2019-09-24" }, "geometry": { "type": "Point", "coordinates": [ -157.9990316, 21.70036384 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70036384, "Longitude": -157.9990316, "Species": "White-rumped Shama", "Count": 36, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.9990316, 21.70036384 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70036384, "Longitude": -157.9990316, "Species": "Zebra Dove", "Count": 80, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.9990316, 21.70036384 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36623391, "Longitude": -158.0206105, "Species": "African Silverbill", "Count": 21, "Date": "2024-02-04" }, "geometry": { "type": "Point", "coordinates": [ -158.0206105, 21.36623391 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36623391, "Longitude": -158.0206105, "Species": "Black-crowned Night Heron", "Count": 60, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -158.0206105, 21.36623391 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36623391, "Longitude": -158.0206105, "Species": "Black-necked Stilt", "Count": 41, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -158.0206105, 21.36623391 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36623391, "Longitude": -158.0206105, "Species": "Cackling Goose", "Count": 1, "Date": "2023-01-25" }, "geometry": { "type": "Point", "coordinates": [ -158.0206105, 21.36623391 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36623391, "Longitude": -158.0206105, "Species": "Chestnut Munia", "Count": 25, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -158.0206105, 21.36623391 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36623391, "Longitude": -158.0206105, "Species": "Common Gallinule", "Count": 47, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -158.0206105, 21.36623391 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36623391, "Longitude": -158.0206105, "Species": "Common Myna", "Count": 104, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -158.0206105, 21.36623391 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36623391, "Longitude": -158.0206105, "Species": "Common Waxbill", "Count": 87, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -158.0206105, 21.36623391 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36623391, "Longitude": -158.0206105, "Species": "Gray Francolin", "Count": 3, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -158.0206105, 21.36623391 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36623391, "Longitude": -158.0206105, "Species": "Great Frigatebird", "Count": 1, "Date": "2022-10-08" }, "geometry": { "type": "Point", "coordinates": [ -158.0206105, 21.36623391 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36623391, "Longitude": -158.0206105, "Species": "Hawaiian Coot", "Count": 40, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -158.0206105, 21.36623391 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36623391, "Longitude": -158.0206105, "Species": "House Finch", "Count": 65, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -158.0206105, 21.36623391 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36623391, "Longitude": -158.0206105, "Species": "House Sparrow", "Count": 35, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -158.0206105, 21.36623391 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36623391, "Longitude": -158.0206105, "Species": "Japanese Bush Warbler", "Count": 1, "Date": "2022-06-26" }, "geometry": { "type": "Point", "coordinates": [ -158.0206105, 21.36623391 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36623391, "Longitude": -158.0206105, "Species": "Java Sparrow", "Count": 34, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -158.0206105, 21.36623391 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36623391, "Longitude": -158.0206105, "Species": "Feral Mallard", "Count": 34, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -158.0206105, 21.36623391 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36623391, "Longitude": -158.0206105, "Species": "Mourning Dove", "Count": 1, "Date": "2020-02-23" }, "geometry": { "type": "Point", "coordinates": [ -158.0206105, 21.36623391 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36623391, "Longitude": -158.0206105, "Species": "Northern Cardinal", "Count": 83, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -158.0206105, 21.36623391 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36623391, "Longitude": -158.0206105, "Species": "Northern Pintail", "Count": 3, "Date": "2023-12-28" }, "geometry": { "type": "Point", "coordinates": [ -158.0206105, 21.36623391 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36623391, "Longitude": -158.0206105, "Species": "Northern Shoveler", "Count": 1, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -158.0206105, 21.36623391 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36623391, "Longitude": -158.0206105, "Species": "Pacific Golden-Plover", "Count": 89, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -158.0206105, 21.36623391 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36623391, "Longitude": -158.0206105, "Species": "Pectoral Sandpiper", "Count": 1, "Date": "2021-09-23" }, "geometry": { "type": "Point", "coordinates": [ -158.0206105, 21.36623391 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36623391, "Longitude": -158.0206105, "Species": "Red Avadavat", "Count": 3, "Date": "2023-01-17" }, "geometry": { "type": "Point", "coordinates": [ -158.0206105, 21.36623391 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36623391, "Longitude": -158.0206105, "Species": "Red Junglefowl", "Count": 11, "Date": "2023-11-27" }, "geometry": { "type": "Point", "coordinates": [ -158.0206105, 21.36623391 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36623391, "Longitude": -158.0206105, "Species": "Red-billed Leiothrix", "Count": 2, "Date": "2023-11-27" }, "geometry": { "type": "Point", "coordinates": [ -158.0206105, 21.36623391 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36623391, "Longitude": -158.0206105, "Species": "Red-crested Cardinal", "Count": 99, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -158.0206105, 21.36623391 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36623391, "Longitude": -158.0206105, "Species": "Red-crowned Parrot", "Count": 2, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -158.0206105, 21.36623391 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36623391, "Longitude": -158.0206105, "Species": "Red-vented Bulbul", "Count": 105, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -158.0206105, 21.36623391 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36623391, "Longitude": -158.0206105, "Species": "Red-whiskered Bulbul", "Count": 40, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -158.0206105, 21.36623391 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36623391, "Longitude": -158.0206105, "Species": "Ring-necked Duck", "Count": 1, "Date": "2023-11-27" }, "geometry": { "type": "Point", "coordinates": [ -158.0206105, 21.36623391 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36623391, "Longitude": -158.0206105, "Species": "Rock Pigeon", "Count": 6, "Date": "2024-02-04" }, "geometry": { "type": "Point", "coordinates": [ -158.0206105, 21.36623391 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36623391, "Longitude": -158.0206105, "Species": "Rose-ringed Parakeet", "Count": 68, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -158.0206105, 21.36623391 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36623391, "Longitude": -158.0206105, "Species": "Ruddy Turnstone", "Count": 23, "Date": "2023-12-28" }, "geometry": { "type": "Point", "coordinates": [ -158.0206105, 21.36623391 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36623391, "Longitude": -158.0206105, "Species": "Saffron Finch", "Count": 72, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -158.0206105, 21.36623391 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36623391, "Longitude": -158.0206105, "Species": "Scaly-breasted Munia", "Count": 7, "Date": "2023-09-29" }, "geometry": { "type": "Point", "coordinates": [ -158.0206105, 21.36623391 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36623391, "Longitude": -158.0206105, "Species": "Spotted Dove", "Count": 106, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -158.0206105, 21.36623391 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36623391, "Longitude": -158.0206105, "Species": "Wandering Tattler", "Count": 35, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -158.0206105, 21.36623391 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36623391, "Longitude": -158.0206105, "Species": "Warbling White-eye", "Count": 79, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -158.0206105, 21.36623391 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36623391, "Longitude": -158.0206105, "Species": "Western Cattle Egret", "Count": 102, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -158.0206105, 21.36623391 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36623391, "Longitude": -158.0206105, "Species": "White Tern", "Count": 1, "Date": "2022-04-17" }, "geometry": { "type": "Point", "coordinates": [ -158.0206105, 21.36623391 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36623391, "Longitude": -158.0206105, "Species": "White-faced Ibis", "Count": 2, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -158.0206105, 21.36623391 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36623391, "Longitude": -158.0206105, "Species": "White-rumped Shama", "Count": 78, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -158.0206105, 21.36623391 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36623391, "Longitude": -158.0206105, "Species": "Yellow-fronted Canary", "Count": 10, "Date": "2023-11-27" }, "geometry": { "type": "Point", "coordinates": [ -158.0206105, 21.36623391 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.36623391, "Longitude": -158.0206105, "Species": "Zebra Dove", "Count": 108, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -158.0206105, 21.36623391 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37340033, "Longitude": -157.7408653, "Species": "American Wigeon", "Count": 5, "Date": "2023-11-08" }, "geometry": { "type": "Point", "coordinates": [ -157.7408653, 21.37340033 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37340033, "Longitude": -157.7408653, "Species": "Black-crowned Night Heron", "Count": 627, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.7408653, 21.37340033 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37340033, "Longitude": -157.7408653, "Species": "Black-necked Stilt", "Count": 660, "Date": "2024-02-27" }, "geometry": { "type": "Point", "coordinates": [ -157.7408653, 21.37340033 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37340033, "Longitude": -157.7408653, "Species": "Blue-winged Teal", "Count": 5, "Date": "2021-09-13" }, "geometry": { "type": "Point", "coordinates": [ -157.7408653, 21.37340033 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37340033, "Longitude": -157.7408653, "Species": "Canvasback", "Count": 66, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.7408653, 21.37340033 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37340033, "Longitude": -157.7408653, "Species": "Chestnut Munia", "Count": 200, "Date": "2024-01-27" }, "geometry": { "type": "Point", "coordinates": [ -157.7408653, 21.37340033 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37340033, "Longitude": -157.7408653, "Species": "Chinese Hwamei", "Count": 2, "Date": "2020-06-03" }, "geometry": { "type": "Point", "coordinates": [ -157.7408653, 21.37340033 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37340033, "Longitude": -157.7408653, "Species": "Common Gallinule", "Count": 808, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.7408653, 21.37340033 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37340033, "Longitude": -157.7408653, "Species": "Common Myna", "Count": 688, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.7408653, 21.37340033 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37340033, "Longitude": -157.7408653, "Species": "Common Waxbill", "Count": 315, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.7408653, 21.37340033 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37340033, "Longitude": -157.7408653, "Species": "Domestic Glaucous-winged Gull", "Count": 30, "Date": "2023-03-03" }, "geometry": { "type": "Point", "coordinates": [ -157.7408653, 21.37340033 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37340033, "Longitude": -157.7408653, "Species": "Gray Francolin", "Count": 1, "Date": "2019-11-09" }, "geometry": { "type": "Point", "coordinates": [ -157.7408653, 21.37340033 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37340033, "Longitude": -157.7408653, "Species": "Great Frigatebird", "Count": 14, "Date": "2023-08-01" }, "geometry": { "type": "Point", "coordinates": [ -157.7408653, 21.37340033 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37340033, "Longitude": -157.7408653, "Species": "Greater Scaup", "Count": 16, "Date": "2024-02-18" }, "geometry": { "type": "Point", "coordinates": [ -157.7408653, 21.37340033 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37340033, "Longitude": -157.7408653, "Species": "Green-winged Teal", "Count": 1, "Date": "2022-12-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7408653, 21.37340033 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37340033, "Longitude": -157.7408653, "Species": "Hawaiian Coot", "Count": 930, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.7408653, 21.37340033 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37340033, "Longitude": -157.7408653, "Species": "House Finch", "Count": 304, "Date": "2024-02-22" }, "geometry": { "type": "Point", "coordinates": [ -157.7408653, 21.37340033 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37340033, "Longitude": -157.7408653, "Species": "House Sparrow", "Count": 52, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.7408653, 21.37340033 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37340033, "Longitude": -157.7408653, "Species": "Java Sparrow", "Count": 326, "Date": "2024-02-27" }, "geometry": { "type": "Point", "coordinates": [ -157.7408653, 21.37340033 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37340033, "Longitude": -157.7408653, "Species": "Lesser Scaup", "Count": 94, "Date": "2024-02-27" }, "geometry": { "type": "Point", "coordinates": [ -157.7408653, 21.37340033 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37340033, "Longitude": -157.7408653, "Species": "Feral Mallard", "Count": 598, "Date": "2024-02-27" }, "geometry": { "type": "Point", "coordinates": [ -157.7408653, 21.37340033 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37340033, "Longitude": -157.7408653, "Species": "Northern Cardinal", "Count": 134, "Date": "2024-01-27" }, "geometry": { "type": "Point", "coordinates": [ -157.7408653, 21.37340033 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37340033, "Longitude": -157.7408653, "Species": "Northern Pintail", "Count": 17, "Date": "2022-12-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7408653, 21.37340033 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37340033, "Longitude": -157.7408653, "Species": "Northern Shoveler", "Count": 132, "Date": "2024-02-27" }, "geometry": { "type": "Point", "coordinates": [ -157.7408653, 21.37340033 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37340033, "Longitude": -157.7408653, "Species": "Pacific Golden-Plover", "Count": 427, "Date": "2024-02-27" }, "geometry": { "type": "Point", "coordinates": [ -157.7408653, 21.37340033 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37340033, "Longitude": -157.7408653, "Species": "Red Avadavat", "Count": 4, "Date": "2023-12-10" }, "geometry": { "type": "Point", "coordinates": [ -157.7408653, 21.37340033 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37340033, "Longitude": -157.7408653, "Species": "Red Junglefowl", "Count": 41, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.7408653, 21.37340033 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37340033, "Longitude": -157.7408653, "Species": "Red-billed Leiothrix", "Count": 6, "Date": "2021-12-22" }, "geometry": { "type": "Point", "coordinates": [ -157.7408653, 21.37340033 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37340033, "Longitude": -157.7408653, "Species": "Red-crested Cardinal", "Count": 464, "Date": "2024-02-27" }, "geometry": { "type": "Point", "coordinates": [ -157.7408653, 21.37340033 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37340033, "Longitude": -157.7408653, "Species": "Red-vented Bulbul", "Count": 682, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.7408653, 21.37340033 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37340033, "Longitude": -157.7408653, "Species": "Red-whiskered Bulbul", "Count": 325, "Date": "2024-02-27" }, "geometry": { "type": "Point", "coordinates": [ -157.7408653, 21.37340033 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37340033, "Longitude": -157.7408653, "Species": "Ring-necked Duck", "Count": 11, "Date": "2024-01-01" }, "geometry": { "type": "Point", "coordinates": [ -157.7408653, 21.37340033 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37340033, "Longitude": -157.7408653, "Species": "Rock Pigeon", "Count": 322, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.7408653, 21.37340033 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37340033, "Longitude": -157.7408653, "Species": "Rose-ringed Parakeet", "Count": 20, "Date": "2024-02-22" }, "geometry": { "type": "Point", "coordinates": [ -157.7408653, 21.37340033 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37340033, "Longitude": -157.7408653, "Species": "Saffron Finch", "Count": 11, "Date": "2024-02-11" }, "geometry": { "type": "Point", "coordinates": [ -157.7408653, 21.37340033 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37340033, "Longitude": -157.7408653, "Species": "Scaly-breasted Munia", "Count": 84, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.7408653, 21.37340033 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37340033, "Longitude": -157.7408653, "Species": "Short-eared Owl", "Count": 1, "Date": "2021-12-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7408653, 21.37340033 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37340033, "Longitude": -157.7408653, "Species": "Spotted Dove", "Count": 646, "Date": "2024-02-27" }, "geometry": { "type": "Point", "coordinates": [ -157.7408653, 21.37340033 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37340033, "Longitude": -157.7408653, "Species": "Wandering Tattler", "Count": 26, "Date": "2024-01-07" }, "geometry": { "type": "Point", "coordinates": [ -157.7408653, 21.37340033 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37340033, "Longitude": -157.7408653, "Species": "Warbling White-eye", "Count": 410, "Date": "2024-02-22" }, "geometry": { "type": "Point", "coordinates": [ -157.7408653, 21.37340033 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37340033, "Longitude": -157.7408653, "Species": "Western Cattle Egret", "Count": 696, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.7408653, 21.37340033 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37340033, "Longitude": -157.7408653, "Species": "White Tern", "Count": 3, "Date": "2023-06-11" }, "geometry": { "type": "Point", "coordinates": [ -157.7408653, 21.37340033 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37340033, "Longitude": -157.7408653, "Species": "White-rumped Shama", "Count": 41, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.7408653, 21.37340033 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37340033, "Longitude": -157.7408653, "Species": "Zebra Dove", "Count": 617, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.7408653, 21.37340033 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28292455, "Longitude": -157.7223612, "Species": "African Silverbill", "Count": 1, "Date": "2022-03-26" }, "geometry": { "type": "Point", "coordinates": [ -157.7223612, 21.28292455 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28292455, "Longitude": -157.7223612, "Species": "Black-crowned Night Heron", "Count": 75, "Date": "2024-02-21" }, "geometry": { "type": "Point", "coordinates": [ -157.7223612, 21.28292455 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28292455, "Longitude": -157.7223612, "Species": "Black-necked Stilt", "Count": 421, "Date": "2024-02-27" }, "geometry": { "type": "Point", "coordinates": [ -157.7223612, 21.28292455 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28292455, "Longitude": -157.7223612, "Species": "Brown Booby", "Count": 6, "Date": "2022-02-18" }, "geometry": { "type": "Point", "coordinates": [ -157.7223612, 21.28292455 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28292455, "Longitude": -157.7223612, "Species": "Chestnut Munia", "Count": 2, "Date": "2022-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.7223612, 21.28292455 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28292455, "Longitude": -157.7223612, "Species": "Common Gallinule", "Count": 120, "Date": "2023-12-02" }, "geometry": { "type": "Point", "coordinates": [ -157.7223612, 21.28292455 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28292455, "Longitude": -157.7223612, "Species": "Common Myna", "Count": 435, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.7223612, 21.28292455 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28292455, "Longitude": -157.7223612, "Species": "Common Waxbill", "Count": 117, "Date": "2024-01-21" }, "geometry": { "type": "Point", "coordinates": [ -157.7223612, 21.28292455 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28292455, "Longitude": -157.7223612, "Species": "Glaucous-winged Gull", "Count": 2, "Date": "2021-02-07" }, "geometry": { "type": "Point", "coordinates": [ -157.7223612, 21.28292455 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28292455, "Longitude": -157.7223612, "Species": "Great Egret", "Count": 2, "Date": "2021-01-26" }, "geometry": { "type": "Point", "coordinates": [ -157.7223612, 21.28292455 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28292455, "Longitude": -157.7223612, "Species": "Great Frigatebird", "Count": 10, "Date": "2023-09-24" }, "geometry": { "type": "Point", "coordinates": [ -157.7223612, 21.28292455 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28292455, "Longitude": -157.7223612, "Species": "Hawaiian Coot", "Count": 4, "Date": "2022-09-10" }, "geometry": { "type": "Point", "coordinates": [ -157.7223612, 21.28292455 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28292455, "Longitude": -157.7223612, "Species": "House Finch", "Count": 161, "Date": "2024-01-18" }, "geometry": { "type": "Point", "coordinates": [ -157.7223612, 21.28292455 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28292455, "Longitude": -157.7223612, "Species": "House Sparrow", "Count": 138, "Date": "2024-02-11" }, "geometry": { "type": "Point", "coordinates": [ -157.7223612, 21.28292455 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28292455, "Longitude": -157.7223612, "Species": "Java Sparrow", "Count": 95, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.7223612, 21.28292455 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28292455, "Longitude": -157.7223612, "Species": "Feral Mallard", "Count": 591, "Date": "2024-02-27" }, "geometry": { "type": "Point", "coordinates": [ -157.7223612, 21.28292455 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28292455, "Longitude": -157.7223612, "Species": "Masked Booby", "Count": 5, "Date": "2020-02-23" }, "geometry": { "type": "Point", "coordinates": [ -157.7223612, 21.28292455 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28292455, "Longitude": -157.7223612, "Species": "Muscovy Duck", "Count": 20, "Date": "2024-01-29" }, "geometry": { "type": "Point", "coordinates": [ -157.7223612, 21.28292455 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28292455, "Longitude": -157.7223612, "Species": "Northern Cardinal", "Count": 63, "Date": "2024-02-11" }, "geometry": { "type": "Point", "coordinates": [ -157.7223612, 21.28292455 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28292455, "Longitude": -157.7223612, "Species": "Northern Pintail", "Count": 3, "Date": "2020-02-07" }, "geometry": { "type": "Point", "coordinates": [ -157.7223612, 21.28292455 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28292455, "Longitude": -157.7223612, "Species": "Pacific Golden-Plover", "Count": 489, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.7223612, 21.28292455 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28292455, "Longitude": -157.7223612, "Species": "Peregrine Falcon", "Count": 1, "Date": "2021-01-31" }, "geometry": { "type": "Point", "coordinates": [ -157.7223612, 21.28292455 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28292455, "Longitude": -157.7223612, "Species": "Red Junglefowl", "Count": 16, "Date": "2024-01-18" }, "geometry": { "type": "Point", "coordinates": [ -157.7223612, 21.28292455 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28292455, "Longitude": -157.7223612, "Species": "Red-billed Leiothrix", "Count": 1, "Date": "2022-03-06" }, "geometry": { "type": "Point", "coordinates": [ -157.7223612, 21.28292455 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28292455, "Longitude": -157.7223612, "Species": "Red-billed Tropicbird", "Count": 1, "Date": "2022-03-06" }, "geometry": { "type": "Point", "coordinates": [ -157.7223612, 21.28292455 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28292455, "Longitude": -157.7223612, "Species": "Red-crested Cardinal", "Count": 372, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.7223612, 21.28292455 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28292455, "Longitude": -157.7223612, "Species": "Red-footed Booby", "Count": 5, "Date": "2020-02-23" }, "geometry": { "type": "Point", "coordinates": [ -157.7223612, 21.28292455 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28292455, "Longitude": -157.7223612, "Species": "Red-masked Parakeet", "Count": 1, "Date": "2019-02-01" }, "geometry": { "type": "Point", "coordinates": [ -157.7223612, 21.28292455 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28292455, "Longitude": -157.7223612, "Species": "Red-tailed Tropicbird", "Count": 2, "Date": "2022-03-06" }, "geometry": { "type": "Point", "coordinates": [ -157.7223612, 21.28292455 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28292455, "Longitude": -157.7223612, "Species": "Red-vented Bulbul", "Count": 333, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.7223612, 21.28292455 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28292455, "Longitude": -157.7223612, "Species": "Red-whiskered Bulbul", "Count": 37, "Date": "2023-09-29" }, "geometry": { "type": "Point", "coordinates": [ -157.7223612, 21.28292455 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28292455, "Longitude": -157.7223612, "Species": "Rock Pigeon", "Count": 98, "Date": "2023-12-27" }, "geometry": { "type": "Point", "coordinates": [ -157.7223612, 21.28292455 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28292455, "Longitude": -157.7223612, "Species": "Rose-ringed Parakeet", "Count": 64, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.7223612, 21.28292455 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28292455, "Longitude": -157.7223612, "Species": "Ruddy Turnstone", "Count": 367, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.7223612, 21.28292455 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28292455, "Longitude": -157.7223612, "Species": "Saffron Finch", "Count": 1, "Date": "2022-03-06" }, "geometry": { "type": "Point", "coordinates": [ -157.7223612, 21.28292455 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28292455, "Longitude": -157.7223612, "Species": "Scaly-breasted Munia", "Count": 7, "Date": "2023-03-07" }, "geometry": { "type": "Point", "coordinates": [ -157.7223612, 21.28292455 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28292455, "Longitude": -157.7223612, "Species": "Semipalmated Plover", "Count": 10, "Date": "2023-11-28" }, "geometry": { "type": "Point", "coordinates": [ -157.7223612, 21.28292455 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28292455, "Longitude": -157.7223612, "Species": "Sooty Tern", "Count": 8, "Date": "2022-03-06" }, "geometry": { "type": "Point", "coordinates": [ -157.7223612, 21.28292455 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28292455, "Longitude": -157.7223612, "Species": "Spotted Dove", "Count": 373, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.7223612, 21.28292455 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28292455, "Longitude": -157.7223612, "Species": "Wandering Tattler", "Count": 303, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.7223612, 21.28292455 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28292455, "Longitude": -157.7223612, "Species": "Warbling White-eye", "Count": 175, "Date": "2024-01-18" }, "geometry": { "type": "Point", "coordinates": [ -157.7223612, 21.28292455 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28292455, "Longitude": -157.7223612, "Species": "Western Cattle Egret", "Count": 472, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.7223612, 21.28292455 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28292455, "Longitude": -157.7223612, "Species": "White Tern", "Count": 120, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.7223612, 21.28292455 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28292455, "Longitude": -157.7223612, "Species": "White-rumped Shama", "Count": 8, "Date": "2022-03-06" }, "geometry": { "type": "Point", "coordinates": [ -157.7223612, 21.28292455 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28292455, "Longitude": -157.7223612, "Species": "White-tailed Tropicbird", "Count": 1, "Date": "2021-06-18" }, "geometry": { "type": "Point", "coordinates": [ -157.7223612, 21.28292455 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28292455, "Longitude": -157.7223612, "Species": "Yellow-fronted Canary", "Count": 2, "Date": "2023-05-23" }, "geometry": { "type": "Point", "coordinates": [ -157.7223612, 21.28292455 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28292455, "Longitude": -157.7223612, "Species": "Zebra Dove", "Count": 469, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.7223612, 21.28292455 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38292683, "Longitude": -157.8082994, "Species": "African Silverbill", "Count": 3, "Date": "2023-10-17" }, "geometry": { "type": "Point", "coordinates": [ -157.80829940000001, 21.38292683 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38292683, "Longitude": -157.8082994, "Species": "Black Noddy", "Count": 1, "Date": "2023-12-23" }, "geometry": { "type": "Point", "coordinates": [ -157.80829940000001, 21.38292683 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38292683, "Longitude": -157.8082994, "Species": "Black Swan", "Count": 1, "Date": "2024-02-04" }, "geometry": { "type": "Point", "coordinates": [ -157.80829940000001, 21.38292683 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38292683, "Longitude": -157.8082994, "Species": "Black-crowned Night Heron", "Count": 4, "Date": "2023-08-28" }, "geometry": { "type": "Point", "coordinates": [ -157.80829940000001, 21.38292683 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38292683, "Longitude": -157.8082994, "Species": "Chestnut Munia", "Count": 156, "Date": "2024-02-27" }, "geometry": { "type": "Point", "coordinates": [ -157.80829940000001, 21.38292683 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38292683, "Longitude": -157.8082994, "Species": "Common Gallinule", "Count": 3, "Date": "2023-06-23" }, "geometry": { "type": "Point", "coordinates": [ -157.80829940000001, 21.38292683 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38292683, "Longitude": -157.8082994, "Species": "Common Myna", "Count": 236, "Date": "2024-02-27" }, "geometry": { "type": "Point", "coordinates": [ -157.80829940000001, 21.38292683 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38292683, "Longitude": -157.8082994, "Species": "Common Waxbill", "Count": 195, "Date": "2024-02-27" }, "geometry": { "type": "Point", "coordinates": [ -157.80829940000001, 21.38292683 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38292683, "Longitude": -157.8082994, "Species": "Eurasian Wigeon", "Count": 1, "Date": "2022-02-03" }, "geometry": { "type": "Point", "coordinates": [ -157.80829940000001, 21.38292683 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38292683, "Longitude": -157.8082994, "Species": "Gray Francolin", "Count": 1, "Date": "2021-01-11" }, "geometry": { "type": "Point", "coordinates": [ -157.80829940000001, 21.38292683 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38292683, "Longitude": -157.8082994, "Species": "Great Frigatebird", "Count": 1, "Date": "2021-07-26" }, "geometry": { "type": "Point", "coordinates": [ -157.80829940000001, 21.38292683 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38292683, "Longitude": -157.8082994, "Species": "Hawaiian Coot", "Count": 122, "Date": "2023-11-28" }, "geometry": { "type": "Point", "coordinates": [ -157.80829940000001, 21.38292683 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38292683, "Longitude": -157.8082994, "Species": "House Finch", "Count": 47, "Date": "2024-02-26" }, "geometry": { "type": "Point", "coordinates": [ -157.80829940000001, 21.38292683 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38292683, "Longitude": -157.8082994, "Species": "House Sparrow", "Count": 22, "Date": "2024-02-26" }, "geometry": { "type": "Point", "coordinates": [ -157.80829940000001, 21.38292683 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38292683, "Longitude": -157.8082994, "Species": "Indian Peafowl", "Count": 1, "Date": "2019-03-16" }, "geometry": { "type": "Point", "coordinates": [ -157.80829940000001, 21.38292683 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38292683, "Longitude": -157.8082994, "Species": "Japanese Bush Warbler", "Count": 2, "Date": "2023-02-12" }, "geometry": { "type": "Point", "coordinates": [ -157.80829940000001, 21.38292683 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38292683, "Longitude": -157.8082994, "Species": "Java Sparrow", "Count": 18, "Date": "2024-02-27" }, "geometry": { "type": "Point", "coordinates": [ -157.80829940000001, 21.38292683 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38292683, "Longitude": -157.8082994, "Species": "Laysan Albatross", "Count": 1, "Date": "2022-02-03" }, "geometry": { "type": "Point", "coordinates": [ -157.80829940000001, 21.38292683 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38292683, "Longitude": -157.8082994, "Species": "Feral Mallard", "Count": 95, "Date": "2024-02-26" }, "geometry": { "type": "Point", "coordinates": [ -157.80829940000001, 21.38292683 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38292683, "Longitude": -157.8082994, "Species": "Northern Cardinal", "Count": 76, "Date": "2024-02-26" }, "geometry": { "type": "Point", "coordinates": [ -157.80829940000001, 21.38292683 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38292683, "Longitude": -157.8082994, "Species": "Northern Mockingbird", "Count": 2, "Date": "2024-02-15" }, "geometry": { "type": "Point", "coordinates": [ -157.80829940000001, 21.38292683 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38292683, "Longitude": -157.8082994, "Species": "Oahu Amakihi", "Count": 3, "Date": "2023-02-16" }, "geometry": { "type": "Point", "coordinates": [ -157.80829940000001, 21.38292683 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38292683, "Longitude": -157.8082994, "Species": "Orange-cheeked Waxbill", "Count": 1, "Date": "2019-07-09" }, "geometry": { "type": "Point", "coordinates": [ -157.80829940000001, 21.38292683 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38292683, "Longitude": -157.8082994, "Species": "Pacific Golden-Plover", "Count": 72, "Date": "2024-02-27" }, "geometry": { "type": "Point", "coordinates": [ -157.80829940000001, 21.38292683 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38292683, "Longitude": -157.8082994, "Species": "Red Junglefowl", "Count": 41, "Date": "2024-02-26" }, "geometry": { "type": "Point", "coordinates": [ -157.80829940000001, 21.38292683 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38292683, "Longitude": -157.8082994, "Species": "Red-billed Leiothrix", "Count": 119, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.80829940000001, 21.38292683 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38292683, "Longitude": -157.8082994, "Species": "Red-crested Cardinal", "Count": 232, "Date": "2024-02-27" }, "geometry": { "type": "Point", "coordinates": [ -157.80829940000001, 21.38292683 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38292683, "Longitude": -157.8082994, "Species": "Red-vented Bulbul", "Count": 216, "Date": "2024-02-27" }, "geometry": { "type": "Point", "coordinates": [ -157.80829940000001, 21.38292683 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38292683, "Longitude": -157.8082994, "Species": "Red-whiskered Bulbul", "Count": 237, "Date": "2024-02-27" }, "geometry": { "type": "Point", "coordinates": [ -157.80829940000001, 21.38292683 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38292683, "Longitude": -157.8082994, "Species": "Rock Pigeon", "Count": 29, "Date": "2024-02-27" }, "geometry": { "type": "Point", "coordinates": [ -157.80829940000001, 21.38292683 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38292683, "Longitude": -157.8082994, "Species": "Rose-ringed Parakeet", "Count": 6, "Date": "2024-02-04" }, "geometry": { "type": "Point", "coordinates": [ -157.80829940000001, 21.38292683 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38292683, "Longitude": -157.8082994, "Species": "Saffron Finch", "Count": 3, "Date": "2024-02-27" }, "geometry": { "type": "Point", "coordinates": [ -157.80829940000001, 21.38292683 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38292683, "Longitude": -157.8082994, "Species": "Sanderling", "Count": 1, "Date": "2022-03-23" }, "geometry": { "type": "Point", "coordinates": [ -157.80829940000001, 21.38292683 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38292683, "Longitude": -157.8082994, "Species": "Scaly-breasted Munia", "Count": 17, "Date": "2024-02-26" }, "geometry": { "type": "Point", "coordinates": [ -157.80829940000001, 21.38292683 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38292683, "Longitude": -157.8082994, "Species": "Short-eared Owl", "Count": 1, "Date": "2022-12-26" }, "geometry": { "type": "Point", "coordinates": [ -157.80829940000001, 21.38292683 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38292683, "Longitude": -157.8082994, "Species": "Spotted Dove", "Count": 212, "Date": "2024-02-26" }, "geometry": { "type": "Point", "coordinates": [ -157.80829940000001, 21.38292683 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38292683, "Longitude": -157.8082994, "Species": "Warbling White-eye", "Count": 168, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.80829940000001, 21.38292683 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38292683, "Longitude": -157.8082994, "Species": "Western Cattle Egret", "Count": 122, "Date": "2024-02-27" }, "geometry": { "type": "Point", "coordinates": [ -157.80829940000001, 21.38292683 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38292683, "Longitude": -157.8082994, "Species": "White Tern", "Count": 1, "Date": "2023-11-07" }, "geometry": { "type": "Point", "coordinates": [ -157.80829940000001, 21.38292683 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38292683, "Longitude": -157.8082994, "Species": "White-rumped Shama", "Count": 213, "Date": "2024-02-26" }, "geometry": { "type": "Point", "coordinates": [ -157.80829940000001, 21.38292683 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38292683, "Longitude": -157.8082994, "Species": "Yellow-fronted Canary", "Count": 3, "Date": "2022-12-16" }, "geometry": { "type": "Point", "coordinates": [ -157.80829940000001, 21.38292683 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38292683, "Longitude": -157.8082994, "Species": "Zebra Dove", "Count": 262, "Date": "2024-02-27" }, "geometry": { "type": "Point", "coordinates": [ -157.80829940000001, 21.38292683 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43663113, "Longitude": -157.7403234, "Species": "American Wigeon", "Count": 5, "Date": "2020-02-23" }, "geometry": { "type": "Point", "coordinates": [ -157.7403234, 21.43663113 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43663113, "Longitude": -157.7403234, "Species": "Black Noddy", "Count": 9, "Date": "2023-03-31" }, "geometry": { "type": "Point", "coordinates": [ -157.7403234, 21.43663113 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43663113, "Longitude": -157.7403234, "Species": "Black-crowned Night Heron", "Count": 51, "Date": "2024-02-16" }, "geometry": { "type": "Point", "coordinates": [ -157.7403234, 21.43663113 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43663113, "Longitude": -157.7403234, "Species": "Black-necked Stilt", "Count": 70, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7403234, 21.43663113 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43663113, "Longitude": -157.7403234, "Species": "Brant", "Count": 10, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7403234, 21.43663113 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43663113, "Longitude": -157.7403234, "Species": "Bristle-thighed Curlew", "Count": 9, "Date": "2024-02-14" }, "geometry": { "type": "Point", "coordinates": [ -157.7403234, 21.43663113 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43663113, "Longitude": -157.7403234, "Species": "Brown Noddy", "Count": 2, "Date": "2023-05-12" }, "geometry": { "type": "Point", "coordinates": [ -157.7403234, 21.43663113 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43663113, "Longitude": -157.7403234, "Species": "Cackling Goose", "Count": 1, "Date": "2020-04-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7403234, 21.43663113 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43663113, "Longitude": -157.7403234, "Species": "Caspian Tern", "Count": 5, "Date": "2024-02-14" }, "geometry": { "type": "Point", "coordinates": [ -157.7403234, 21.43663113 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43663113, "Longitude": -157.7403234, "Species": "Chestnut Munia", "Count": 2, "Date": "2019-03-02" }, "geometry": { "type": "Point", "coordinates": [ -157.7403234, 21.43663113 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43663113, "Longitude": -157.7403234, "Species": "Common Gallinule", "Count": 19, "Date": "2024-02-13" }, "geometry": { "type": "Point", "coordinates": [ -157.7403234, 21.43663113 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43663113, "Longitude": -157.7403234, "Species": "Common Myna", "Count": 34, "Date": "2024-01-29" }, "geometry": { "type": "Point", "coordinates": [ -157.7403234, 21.43663113 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43663113, "Longitude": -157.7403234, "Species": "Common Waxbill", "Count": 26, "Date": "2024-02-13" }, "geometry": { "type": "Point", "coordinates": [ -157.7403234, 21.43663113 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43663113, "Longitude": -157.7403234, "Species": "Eurasian Wigeon", "Count": 6, "Date": "2024-02-16" }, "geometry": { "type": "Point", "coordinates": [ -157.7403234, 21.43663113 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43663113, "Longitude": -157.7403234, "Species": "Gray Francolin", "Count": 30, "Date": "2024-02-16" }, "geometry": { "type": "Point", "coordinates": [ -157.7403234, 21.43663113 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43663113, "Longitude": -157.7403234, "Species": "Great Frigatebird", "Count": 10, "Date": "2024-01-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7403234, 21.43663113 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43663113, "Longitude": -157.7403234, "Species": "Hawaiian Coot", "Count": 52, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7403234, 21.43663113 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43663113, "Longitude": -157.7403234, "Species": "House Finch", "Count": 14, "Date": "2023-08-10" }, "geometry": { "type": "Point", "coordinates": [ -157.7403234, 21.43663113 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43663113, "Longitude": -157.7403234, "Species": "House Sparrow", "Count": 4, "Date": "2022-07-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7403234, 21.43663113 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43663113, "Longitude": -157.7403234, "Species": "Japanese Bush Warbler", "Count": 1, "Date": "2020-02-23" }, "geometry": { "type": "Point", "coordinates": [ -157.7403234, 21.43663113 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43663113, "Longitude": -157.7403234, "Species": "Java Sparrow", "Count": 11, "Date": "2024-01-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7403234, 21.43663113 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43663113, "Longitude": -157.7403234, "Species": "Laughing Gull", "Count": 11, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7403234, 21.43663113 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43663113, "Longitude": -157.7403234, "Species": "Feral Mallard", "Count": 43, "Date": "2024-01-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7403234, 21.43663113 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43663113, "Longitude": -157.7403234, "Species": "Northern Cardinal", "Count": 38, "Date": "2024-02-16" }, "geometry": { "type": "Point", "coordinates": [ -157.7403234, 21.43663113 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43663113, "Longitude": -157.7403234, "Species": "Northern Pintail", "Count": 7, "Date": "2020-01-18" }, "geometry": { "type": "Point", "coordinates": [ -157.7403234, 21.43663113 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43663113, "Longitude": -157.7403234, "Species": "Northern Shoveler", "Count": 23, "Date": "2024-02-16" }, "geometry": { "type": "Point", "coordinates": [ -157.7403234, 21.43663113 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43663113, "Longitude": -157.7403234, "Species": "Osprey", "Count": 3, "Date": "2021-10-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7403234, 21.43663113 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43663113, "Longitude": -157.7403234, "Species": "Pacific Golden-Plover", "Count": 52, "Date": "2024-02-16" }, "geometry": { "type": "Point", "coordinates": [ -157.7403234, 21.43663113 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43663113, "Longitude": -157.7403234, "Species": "Red Avadavat", "Count": 1, "Date": "2021-03-31" }, "geometry": { "type": "Point", "coordinates": [ -157.7403234, 21.43663113 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43663113, "Longitude": -157.7403234, "Species": "Red Junglefowl", "Count": 1, "Date": "2022-12-26" }, "geometry": { "type": "Point", "coordinates": [ -157.7403234, 21.43663113 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43663113, "Longitude": -157.7403234, "Species": "Red-crested Cardinal", "Count": 11, "Date": "2024-02-13" }, "geometry": { "type": "Point", "coordinates": [ -157.7403234, 21.43663113 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43663113, "Longitude": -157.7403234, "Species": "Red-footed Booby", "Count": 6, "Date": "2023-10-24" }, "geometry": { "type": "Point", "coordinates": [ -157.7403234, 21.43663113 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43663113, "Longitude": -157.7403234, "Species": "Red-vented Bulbul", "Count": 33, "Date": "2024-02-16" }, "geometry": { "type": "Point", "coordinates": [ -157.7403234, 21.43663113 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43663113, "Longitude": -157.7403234, "Species": "Red-whiskered Bulbul", "Count": 9, "Date": "2024-02-13" }, "geometry": { "type": "Point", "coordinates": [ -157.7403234, 21.43663113 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43663113, "Longitude": -157.7403234, "Species": "Rock Pigeon", "Count": 8, "Date": "2023-08-16" }, "geometry": { "type": "Point", "coordinates": [ -157.7403234, 21.43663113 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43663113, "Longitude": -157.7403234, "Species": "Ruddy Turnstone", "Count": 31, "Date": "2024-02-16" }, "geometry": { "type": "Point", "coordinates": [ -157.7403234, 21.43663113 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43663113, "Longitude": -157.7403234, "Species": "Saffron Finch", "Count": 1, "Date": "2021-11-07" }, "geometry": { "type": "Point", "coordinates": [ -157.7403234, 21.43663113 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43663113, "Longitude": -157.7403234, "Species": "Sanderling", "Count": 10, "Date": "2024-01-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7403234, 21.43663113 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43663113, "Longitude": -157.7403234, "Species": "Scaly-breasted Munia", "Count": 4, "Date": "2023-04-13" }, "geometry": { "type": "Point", "coordinates": [ -157.7403234, 21.43663113 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43663113, "Longitude": -157.7403234, "Species": "Short-eared Owl", "Count": 3, "Date": "2024-01-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7403234, 21.43663113 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43663113, "Longitude": -157.7403234, "Species": "Spotted Dove", "Count": 24, "Date": "2024-02-13" }, "geometry": { "type": "Point", "coordinates": [ -157.7403234, 21.43663113 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43663113, "Longitude": -157.7403234, "Species": "Wandering Tattler", "Count": 32, "Date": "2024-02-16" }, "geometry": { "type": "Point", "coordinates": [ -157.7403234, 21.43663113 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43663113, "Longitude": -157.7403234, "Species": "Warbling White-eye", "Count": 18, "Date": "2024-02-13" }, "geometry": { "type": "Point", "coordinates": [ -157.7403234, 21.43663113 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43663113, "Longitude": -157.7403234, "Species": "Wedge-tailed Shearwater", "Count": 3, "Date": "2022-05-03" }, "geometry": { "type": "Point", "coordinates": [ -157.7403234, 21.43663113 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43663113, "Longitude": -157.7403234, "Species": "Western Cattle Egret", "Count": 48, "Date": "2024-02-13" }, "geometry": { "type": "Point", "coordinates": [ -157.7403234, 21.43663113 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43663113, "Longitude": -157.7403234, "Species": "White-rumped Shama", "Count": 19, "Date": "2023-10-26" }, "geometry": { "type": "Point", "coordinates": [ -157.7403234, 21.43663113 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43663113, "Longitude": -157.7403234, "Species": "Yellow-fronted Canary", "Count": 1, "Date": "2022-12-26" }, "geometry": { "type": "Point", "coordinates": [ -157.7403234, 21.43663113 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.43663113, "Longitude": -157.7403234, "Species": "Zebra Dove", "Count": 29, "Date": "2024-02-13" }, "geometry": { "type": "Point", "coordinates": [ -157.7403234, 21.43663113 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28262726, "Longitude": -157.6838112, "Species": "African Silverbill", "Count": 1, "Date": "2023-03-04" }, "geometry": { "type": "Point", "coordinates": [ -157.6838112, 21.28262726 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28262726, "Longitude": -157.6838112, "Species": "Black Noddy", "Count": 1, "Date": "2020-02-22" }, "geometry": { "type": "Point", "coordinates": [ -157.6838112, 21.28262726 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28262726, "Longitude": -157.6838112, "Species": "Black-crowned Night Heron", "Count": 1, "Date": "2022-01-30" }, "geometry": { "type": "Point", "coordinates": [ -157.6838112, 21.28262726 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28262726, "Longitude": -157.6838112, "Species": "Black-necked Stilt", "Count": 1, "Date": "2019-06-20" }, "geometry": { "type": "Point", "coordinates": [ -157.6838112, 21.28262726 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28262726, "Longitude": -157.6838112, "Species": "Brown Booby", "Count": 10, "Date": "2024-02-12" }, "geometry": { "type": "Point", "coordinates": [ -157.6838112, 21.28262726 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28262726, "Longitude": -157.6838112, "Species": "Chestnut Munia", "Count": 4, "Date": "2024-02-23" }, "geometry": { "type": "Point", "coordinates": [ -157.6838112, 21.28262726 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28262726, "Longitude": -157.6838112, "Species": "Chinese Hwamei", "Count": 15, "Date": "2021-10-23" }, "geometry": { "type": "Point", "coordinates": [ -157.6838112, 21.28262726 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28262726, "Longitude": -157.6838112, "Species": "Common Gallinule", "Count": 1, "Date": "2022-04-16" }, "geometry": { "type": "Point", "coordinates": [ -157.6838112, 21.28262726 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28262726, "Longitude": -157.6838112, "Species": "Common Myna", "Count": 93, "Date": "2024-02-22" }, "geometry": { "type": "Point", "coordinates": [ -157.6838112, 21.28262726 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28262726, "Longitude": -157.6838112, "Species": "Common Waxbill", "Count": 40, "Date": "2024-02-27" }, "geometry": { "type": "Point", "coordinates": [ -157.6838112, 21.28262726 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28262726, "Longitude": -157.6838112, "Species": "Gray Francolin", "Count": 12, "Date": "2024-02-23" }, "geometry": { "type": "Point", "coordinates": [ -157.6838112, 21.28262726 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28262726, "Longitude": -157.6838112, "Species": "Great Frigatebird", "Count": 6, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.6838112, 21.28262726 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28262726, "Longitude": -157.6838112, "Species": "Hawaiian Coot", "Count": 1, "Date": "2022-04-16" }, "geometry": { "type": "Point", "coordinates": [ -157.6838112, 21.28262726 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28262726, "Longitude": -157.6838112, "Species": "House Finch", "Count": 63, "Date": "2024-02-27" }, "geometry": { "type": "Point", "coordinates": [ -157.6838112, 21.28262726 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28262726, "Longitude": -157.6838112, "Species": "House Sparrow", "Count": 11, "Date": "2023-09-05" }, "geometry": { "type": "Point", "coordinates": [ -157.6838112, 21.28262726 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28262726, "Longitude": -157.6838112, "Species": "Inca Tern", "Count": 4, "Date": "2022-01-08" }, "geometry": { "type": "Point", "coordinates": [ -157.6838112, 21.28262726 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28262726, "Longitude": -157.6838112, "Species": "Japanese Bush Warbler", "Count": 3, "Date": "2023-03-04" }, "geometry": { "type": "Point", "coordinates": [ -157.6838112, 21.28262726 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28262726, "Longitude": -157.6838112, "Species": "Java Sparrow", "Count": 14, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.6838112, 21.28262726 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28262726, "Longitude": -157.6838112, "Species": "Laughing Gull", "Count": 1, "Date": "2023-02-26" }, "geometry": { "type": "Point", "coordinates": [ -157.6838112, 21.28262726 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28262726, "Longitude": -157.6838112, "Species": "Laysan Albatross", "Count": 1, "Date": "2022-01-30" }, "geometry": { "type": "Point", "coordinates": [ -157.6838112, 21.28262726 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28262726, "Longitude": -157.6838112, "Species": "Feral Mallard", "Count": 3, "Date": "2022-04-16" }, "geometry": { "type": "Point", "coordinates": [ -157.6838112, 21.28262726 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28262726, "Longitude": -157.6838112, "Species": "Masked Booby", "Count": 1, "Date": "2023-02-26" }, "geometry": { "type": "Point", "coordinates": [ -157.6838112, 21.28262726 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28262726, "Longitude": -157.6838112, "Species": "Northern Cardinal", "Count": 87, "Date": "2024-02-27" }, "geometry": { "type": "Point", "coordinates": [ -157.6838112, 21.28262726 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28262726, "Longitude": -157.6838112, "Species": "Northern Mockingbird", "Count": 3, "Date": "2024-02-22" }, "geometry": { "type": "Point", "coordinates": [ -157.6838112, 21.28262726 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28262726, "Longitude": -157.6838112, "Species": "Pacific Golden-Plover", "Count": 86, "Date": "2024-02-27" }, "geometry": { "type": "Point", "coordinates": [ -157.6838112, 21.28262726 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28262726, "Longitude": -157.6838112, "Species": "Red Junglefowl", "Count": 8, "Date": "2023-12-27" }, "geometry": { "type": "Point", "coordinates": [ -157.6838112, 21.28262726 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28262726, "Longitude": -157.6838112, "Species": "Red-billed Leiothrix", "Count": 31, "Date": "2024-02-22" }, "geometry": { "type": "Point", "coordinates": [ -157.6838112, 21.28262726 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28262726, "Longitude": -157.6838112, "Species": "Red-billed Tropicbird", "Count": 15, "Date": "2024-02-12" }, "geometry": { "type": "Point", "coordinates": [ -157.6838112, 21.28262726 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28262726, "Longitude": -157.6838112, "Species": "Red-crested Cardinal", "Count": 103, "Date": "2024-02-27" }, "geometry": { "type": "Point", "coordinates": [ -157.6838112, 21.28262726 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28262726, "Longitude": -157.6838112, "Species": "Red-footed Booby", "Count": 8, "Date": "2024-02-08" }, "geometry": { "type": "Point", "coordinates": [ -157.6838112, 21.28262726 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28262726, "Longitude": -157.6838112, "Species": "Red-tailed Tropicbird", "Count": 36, "Date": "2024-02-22" }, "geometry": { "type": "Point", "coordinates": [ -157.6838112, 21.28262726 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28262726, "Longitude": -157.6838112, "Species": "Red-vented Bulbul", "Count": 99, "Date": "2024-02-27" }, "geometry": { "type": "Point", "coordinates": [ -157.6838112, 21.28262726 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28262726, "Longitude": -157.6838112, "Species": "Red-whiskered Bulbul", "Count": 32, "Date": "2024-02-22" }, "geometry": { "type": "Point", "coordinates": [ -157.6838112, 21.28262726 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28262726, "Longitude": -157.6838112, "Species": "Rock Pigeon", "Count": 37, "Date": "2024-02-27" }, "geometry": { "type": "Point", "coordinates": [ -157.6838112, 21.28262726 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28262726, "Longitude": -157.6838112, "Species": "Rose-ringed Parakeet", "Count": 2, "Date": "2023-09-05" }, "geometry": { "type": "Point", "coordinates": [ -157.6838112, 21.28262726 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28262726, "Longitude": -157.6838112, "Species": "Ruddy Turnstone", "Count": 3, "Date": "2021-07-17" }, "geometry": { "type": "Point", "coordinates": [ -157.6838112, 21.28262726 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28262726, "Longitude": -157.6838112, "Species": "Saffron Finch", "Count": 3, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.6838112, 21.28262726 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28262726, "Longitude": -157.6838112, "Species": "Scaly-breasted Munia", "Count": 9, "Date": "2024-02-27" }, "geometry": { "type": "Point", "coordinates": [ -157.6838112, 21.28262726 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28262726, "Longitude": -157.6838112, "Species": "Sooty Tern", "Count": 12, "Date": "2024-02-08" }, "geometry": { "type": "Point", "coordinates": [ -157.6838112, 21.28262726 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28262726, "Longitude": -157.6838112, "Species": "Spotted Dove", "Count": 112, "Date": "2024-02-27" }, "geometry": { "type": "Point", "coordinates": [ -157.6838112, 21.28262726 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28262726, "Longitude": -157.6838112, "Species": "Wandering Tattler", "Count": 6, "Date": "2021-07-17" }, "geometry": { "type": "Point", "coordinates": [ -157.6838112, 21.28262726 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28262726, "Longitude": -157.6838112, "Species": "Warbling White-eye", "Count": 83, "Date": "2024-02-22" }, "geometry": { "type": "Point", "coordinates": [ -157.6838112, 21.28262726 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28262726, "Longitude": -157.6838112, "Species": "Wedge-tailed Shearwater", "Count": 2, "Date": "2023-04-28" }, "geometry": { "type": "Point", "coordinates": [ -157.6838112, 21.28262726 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28262726, "Longitude": -157.6838112, "Species": "Western Cattle Egret", "Count": 38, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.6838112, 21.28262726 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28262726, "Longitude": -157.6838112, "Species": "White Tern", "Count": 17, "Date": "2023-07-23" }, "geometry": { "type": "Point", "coordinates": [ -157.6838112, 21.28262726 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28262726, "Longitude": -157.6838112, "Species": "White-rumped Shama", "Count": 104, "Date": "2024-02-27" }, "geometry": { "type": "Point", "coordinates": [ -157.6838112, 21.28262726 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28262726, "Longitude": -157.6838112, "Species": "White-tailed Tropicbird", "Count": 1, "Date": "2023-05-12" }, "geometry": { "type": "Point", "coordinates": [ -157.6838112, 21.28262726 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28262726, "Longitude": -157.6838112, "Species": "Yellow-fronted Canary", "Count": 10, "Date": "2023-09-05" }, "geometry": { "type": "Point", "coordinates": [ -157.6838112, 21.28262726 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28262726, "Longitude": -157.6838112, "Species": "Zebra Dove", "Count": 117, "Date": "2024-02-27" }, "geometry": { "type": "Point", "coordinates": [ -157.6838112, 21.28262726 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40165242, "Longitude": -157.9046131, "Species": "African Silverbill", "Count": 1, "Date": "2019-01-15" }, "geometry": { "type": "Point", "coordinates": [ -157.9046131, 21.40165242 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40165242, "Longitude": -157.9046131, "Species": "Apapane", "Count": 152, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.9046131, 21.40165242 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40165242, "Longitude": -157.9046131, "Species": "Chestnut Munia", "Count": 152, "Date": "2024-01-09" }, "geometry": { "type": "Point", "coordinates": [ -157.9046131, 21.40165242 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40165242, "Longitude": -157.9046131, "Species": "Chinese Hwamei", "Count": 6, "Date": "2023-11-18" }, "geometry": { "type": "Point", "coordinates": [ -157.9046131, 21.40165242 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40165242, "Longitude": -157.9046131, "Species": "Common Myna", "Count": 332, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.9046131, 21.40165242 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40165242, "Longitude": -157.9046131, "Species": "Common Waxbill", "Count": 482, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.9046131, 21.40165242 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40165242, "Longitude": -157.9046131, "Species": "Gray Francolin", "Count": 4, "Date": "2024-02-23" }, "geometry": { "type": "Point", "coordinates": [ -157.9046131, 21.40165242 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40165242, "Longitude": -157.9046131, "Species": "Great Frigatebird", "Count": 1, "Date": "2021-08-13" }, "geometry": { "type": "Point", "coordinates": [ -157.9046131, 21.40165242 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40165242, "Longitude": -157.9046131, "Species": "Hawaiian Coot", "Count": 1, "Date": "2021-08-13" }, "geometry": { "type": "Point", "coordinates": [ -157.9046131, 21.40165242 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40165242, "Longitude": -157.9046131, "Species": "Helmeted Guineafowl", "Count": 7, "Date": "2021-07-13" }, "geometry": { "type": "Point", "coordinates": [ -157.9046131, 21.40165242 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40165242, "Longitude": -157.9046131, "Species": "House Finch", "Count": 539, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.9046131, 21.40165242 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40165242, "Longitude": -157.9046131, "Species": "House Sparrow", "Count": 27, "Date": "2023-12-17" }, "geometry": { "type": "Point", "coordinates": [ -157.9046131, 21.40165242 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40165242, "Longitude": -157.9046131, "Species": "Indian Peafowl", "Count": 2, "Date": "2023-10-14" }, "geometry": { "type": "Point", "coordinates": [ -157.9046131, 21.40165242 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40165242, "Longitude": -157.9046131, "Species": "Japanese Bush Warbler", "Count": 58, "Date": "2024-02-23" }, "geometry": { "type": "Point", "coordinates": [ -157.9046131, 21.40165242 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40165242, "Longitude": -157.9046131, "Species": "Java Sparrow", "Count": 30, "Date": "2024-02-26" }, "geometry": { "type": "Point", "coordinates": [ -157.9046131, 21.40165242 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40165242, "Longitude": -157.9046131, "Species": "Feral Mallard", "Count": 2, "Date": "2023-12-15" }, "geometry": { "type": "Point", "coordinates": [ -157.9046131, 21.40165242 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40165242, "Longitude": -157.9046131, "Species": "Mariana Swiftlet", "Count": 20, "Date": "2023-10-06" }, "geometry": { "type": "Point", "coordinates": [ -157.9046131, 21.40165242 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40165242, "Longitude": -157.9046131, "Species": "Muscovy Duck", "Count": 1, "Date": "2021-08-13" }, "geometry": { "type": "Point", "coordinates": [ -157.9046131, 21.40165242 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40165242, "Longitude": -157.9046131, "Species": "Northern Cardinal", "Count": 384, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.9046131, 21.40165242 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40165242, "Longitude": -157.9046131, "Species": "Northern Mockingbird", "Count": 6, "Date": "2023-07-08" }, "geometry": { "type": "Point", "coordinates": [ -157.9046131, 21.40165242 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40165242, "Longitude": -157.9046131, "Species": "Oahu Amakihi", "Count": 687, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.9046131, 21.40165242 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40165242, "Longitude": -157.9046131, "Species": "Oahu Elepaio", "Count": 341, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.9046131, 21.40165242 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40165242, "Longitude": -157.9046131, "Species": "Orange-cheeked Waxbill", "Count": 1, "Date": "2023-07-01" }, "geometry": { "type": "Point", "coordinates": [ -157.9046131, 21.40165242 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40165242, "Longitude": -157.9046131, "Species": "Pacific Golden-Plover", "Count": 247, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.9046131, 21.40165242 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40165242, "Longitude": -157.9046131, "Species": "Red Avadavat", "Count": 5, "Date": "2023-11-09" }, "geometry": { "type": "Point", "coordinates": [ -157.9046131, 21.40165242 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40165242, "Longitude": -157.9046131, "Species": "Red Junglefowl", "Count": 469, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.9046131, 21.40165242 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40165242, "Longitude": -157.9046131, "Species": "Red-billed Leiothrix", "Count": 730, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.9046131, 21.40165242 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40165242, "Longitude": -157.9046131, "Species": "Red-crested Cardinal", "Count": 563, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.9046131, 21.40165242 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40165242, "Longitude": -157.9046131, "Species": "Red-crowned Parrot", "Count": 231, "Date": "2024-02-26" }, "geometry": { "type": "Point", "coordinates": [ -157.9046131, 21.40165242 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40165242, "Longitude": -157.9046131, "Species": "Red-masked Parakeet", "Count": 4, "Date": "2023-11-09" }, "geometry": { "type": "Point", "coordinates": [ -157.9046131, 21.40165242 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40165242, "Longitude": -157.9046131, "Species": "Red-tailed Tropicbird", "Count": 1, "Date": "2023-03-27" }, "geometry": { "type": "Point", "coordinates": [ -157.9046131, 21.40165242 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40165242, "Longitude": -157.9046131, "Species": "Red-vented Bulbul", "Count": 687, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.9046131, 21.40165242 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40165242, "Longitude": -157.9046131, "Species": "Red-whiskered Bulbul", "Count": 525, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.9046131, 21.40165242 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40165242, "Longitude": -157.9046131, "Species": "Ring-necked Pheasant", "Count": 1, "Date": "2023-03-29" }, "geometry": { "type": "Point", "coordinates": [ -157.9046131, 21.40165242 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40165242, "Longitude": -157.9046131, "Species": "Rock Pigeon", "Count": 18, "Date": "2023-12-28" }, "geometry": { "type": "Point", "coordinates": [ -157.9046131, 21.40165242 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40165242, "Longitude": -157.9046131, "Species": "Rose-ringed Parakeet", "Count": 35, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.9046131, 21.40165242 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40165242, "Longitude": -157.9046131, "Species": "Saffron Finch", "Count": 20, "Date": "2024-02-18" }, "geometry": { "type": "Point", "coordinates": [ -157.9046131, 21.40165242 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40165242, "Longitude": -157.9046131, "Species": "Scaly-breasted Munia", "Count": 74, "Date": "2023-12-28" }, "geometry": { "type": "Point", "coordinates": [ -157.9046131, 21.40165242 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40165242, "Longitude": -157.9046131, "Species": "Spotted Dove", "Count": 432, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.9046131, 21.40165242 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40165242, "Longitude": -157.9046131, "Species": "Wandering Tattler", "Count": 1, "Date": "2022-12-04" }, "geometry": { "type": "Point", "coordinates": [ -157.9046131, 21.40165242 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40165242, "Longitude": -157.9046131, "Species": "Warbling White-eye", "Count": 741, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.9046131, 21.40165242 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40165242, "Longitude": -157.9046131, "Species": "Western Cattle Egret", "Count": 34, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.9046131, 21.40165242 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40165242, "Longitude": -157.9046131, "Species": "White Tern", "Count": 1, "Date": "2021-08-13" }, "geometry": { "type": "Point", "coordinates": [ -157.9046131, 21.40165242 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40165242, "Longitude": -157.9046131, "Species": "White-rumped Shama", "Count": 620, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.9046131, 21.40165242 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40165242, "Longitude": -157.9046131, "Species": "White-tailed Tropicbird", "Count": 6, "Date": "2023-08-09" }, "geometry": { "type": "Point", "coordinates": [ -157.9046131, 21.40165242 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40165242, "Longitude": -157.9046131, "Species": "Yellow-fronted Canary", "Count": 165, "Date": "2024-01-29" }, "geometry": { "type": "Point", "coordinates": [ -157.9046131, 21.40165242 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40165242, "Longitude": -157.9046131, "Species": "Zebra Dove", "Count": 590, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.9046131, 21.40165242 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40967644, "Longitude": -157.7598481, "Species": "African Silverbill", "Count": 6, "Date": "2023-06-09" }, "geometry": { "type": "Point", "coordinates": [ -157.7598481, 21.40967644 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40967644, "Longitude": -157.7598481, "Species": "Barn Owl", "Count": 2, "Date": "2024-01-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7598481, 21.40967644 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40967644, "Longitude": -157.7598481, "Species": "Black-crowned Night Heron", "Count": 152, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.7598481, 21.40967644 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40967644, "Longitude": -157.7598481, "Species": "Black-necked Stilt", "Count": 91, "Date": "2023-10-25" }, "geometry": { "type": "Point", "coordinates": [ -157.7598481, 21.40967644 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40967644, "Longitude": -157.7598481, "Species": "Chestnut Munia", "Count": 124, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.7598481, 21.40967644 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40967644, "Longitude": -157.7598481, "Species": "Common Gallinule", "Count": 247, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.7598481, 21.40967644 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40967644, "Longitude": -157.7598481, "Species": "Common Myna", "Count": 258, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7598481, 21.40967644 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40967644, "Longitude": -157.7598481, "Species": "Common Waxbill", "Count": 225, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.7598481, 21.40967644 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40967644, "Longitude": -157.7598481, "Species": "Eurasian Wigeon", "Count": 1, "Date": "2021-12-13" }, "geometry": { "type": "Point", "coordinates": [ -157.7598481, 21.40967644 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40967644, "Longitude": -157.7598481, "Species": "Gray Francolin", "Count": 2, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.7598481, 21.40967644 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40967644, "Longitude": -157.7598481, "Species": "Great Frigatebird", "Count": 11, "Date": "2023-08-18" }, "geometry": { "type": "Point", "coordinates": [ -157.7598481, 21.40967644 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40967644, "Longitude": -157.7598481, "Species": "Hawaiian Coot", "Count": 146, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.7598481, 21.40967644 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40967644, "Longitude": -157.7598481, "Species": "House Finch", "Count": 82, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.7598481, 21.40967644 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40967644, "Longitude": -157.7598481, "Species": "House Sparrow", "Count": 63, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.7598481, 21.40967644 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40967644, "Longitude": -157.7598481, "Species": "Indian Peafowl", "Count": 1, "Date": "2021-03-21" }, "geometry": { "type": "Point", "coordinates": [ -157.7598481, 21.40967644 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40967644, "Longitude": -157.7598481, "Species": "Japanese Bush Warbler", "Count": 39, "Date": "2024-01-27" }, "geometry": { "type": "Point", "coordinates": [ -157.7598481, 21.40967644 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40967644, "Longitude": -157.7598481, "Species": "Java Sparrow", "Count": 164, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.7598481, 21.40967644 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40967644, "Longitude": -157.7598481, "Species": "Feral Mallard", "Count": 281, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.7598481, 21.40967644 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40967644, "Longitude": -157.7598481, "Species": "Muscovy Duck", "Count": 197, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.7598481, 21.40967644 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40967644, "Longitude": -157.7598481, "Species": "Northern Cardinal", "Count": 189, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.7598481, 21.40967644 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40967644, "Longitude": -157.7598481, "Species": "Northern Harrier", "Count": 1, "Date": "2022-11-22" }, "geometry": { "type": "Point", "coordinates": [ -157.7598481, 21.40967644 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40967644, "Longitude": -157.7598481, "Species": "Northern Mockingbird", "Count": 3, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7598481, 21.40967644 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40967644, "Longitude": -157.7598481, "Species": "Northern Pintail", "Count": 2, "Date": "2021-12-13" }, "geometry": { "type": "Point", "coordinates": [ -157.7598481, 21.40967644 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40967644, "Longitude": -157.7598481, "Species": "Northern Shoveler", "Count": 1, "Date": "2022-01-14" }, "geometry": { "type": "Point", "coordinates": [ -157.7598481, 21.40967644 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40967644, "Longitude": -157.7598481, "Species": "Orange-cheeked Waxbill", "Count": 2, "Date": "2019-09-28" }, "geometry": { "type": "Point", "coordinates": [ -157.7598481, 21.40967644 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40967644, "Longitude": -157.7598481, "Species": "Pacific Golden-Plover", "Count": 194, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.7598481, 21.40967644 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40967644, "Longitude": -157.7598481, "Species": "Red Avadavat", "Count": 60, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.7598481, 21.40967644 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40967644, "Longitude": -157.7598481, "Species": "Red Junglefowl", "Count": 133, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.7598481, 21.40967644 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40967644, "Longitude": -157.7598481, "Species": "Red-billed Leiothrix", "Count": 14, "Date": "2024-02-18" }, "geometry": { "type": "Point", "coordinates": [ -157.7598481, 21.40967644 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40967644, "Longitude": -157.7598481, "Species": "Red-crested Cardinal", "Count": 277, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.7598481, 21.40967644 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40967644, "Longitude": -157.7598481, "Species": "Red-vented Bulbul", "Count": 254, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.7598481, 21.40967644 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40967644, "Longitude": -157.7598481, "Species": "Red-whiskered Bulbul", "Count": 131, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.7598481, 21.40967644 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40967644, "Longitude": -157.7598481, "Species": "Ring-necked Duck", "Count": 2, "Date": "2023-12-07" }, "geometry": { "type": "Point", "coordinates": [ -157.7598481, 21.40967644 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40967644, "Longitude": -157.7598481, "Species": "Rock Pigeon", "Count": 238, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.7598481, 21.40967644 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40967644, "Longitude": -157.7598481, "Species": "Rose-ringed Parakeet", "Count": 2, "Date": "2022-07-02" }, "geometry": { "type": "Point", "coordinates": [ -157.7598481, 21.40967644 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40967644, "Longitude": -157.7598481, "Species": "Ruddy Turnstone", "Count": 3, "Date": "2023-10-24" }, "geometry": { "type": "Point", "coordinates": [ -157.7598481, 21.40967644 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40967644, "Longitude": -157.7598481, "Species": "Saffron Finch", "Count": 9, "Date": "2024-01-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7598481, 21.40967644 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40967644, "Longitude": -157.7598481, "Species": "Sanderling", "Count": 1, "Date": "2023-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7598481, 21.40967644 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40967644, "Longitude": -157.7598481, "Species": "Scaly-breasted Munia", "Count": 103, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7598481, 21.40967644 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40967644, "Longitude": -157.7598481, "Species": "Spotted Dove", "Count": 207, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.7598481, 21.40967644 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40967644, "Longitude": -157.7598481, "Species": "Wandering Tattler", "Count": 8, "Date": "2023-03-25" }, "geometry": { "type": "Point", "coordinates": [ -157.7598481, 21.40967644 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40967644, "Longitude": -157.7598481, "Species": "Warbling White-eye", "Count": 120, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.7598481, 21.40967644 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40967644, "Longitude": -157.7598481, "Species": "Western Cattle Egret", "Count": 257, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.7598481, 21.40967644 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40967644, "Longitude": -157.7598481, "Species": "White Tern", "Count": 4, "Date": "2023-10-25" }, "geometry": { "type": "Point", "coordinates": [ -157.7598481, 21.40967644 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40967644, "Longitude": -157.7598481, "Species": "White-rumped Shama", "Count": 71, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7598481, 21.40967644 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40967644, "Longitude": -157.7598481, "Species": "White-tailed Tropicbird", "Count": 3, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7598481, 21.40967644 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40967644, "Longitude": -157.7598481, "Species": "Yellow-fronted Canary", "Count": 1, "Date": "2022-11-22" }, "geometry": { "type": "Point", "coordinates": [ -157.7598481, 21.40967644 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.40967644, "Longitude": -157.7598481, "Species": "Zebra Dove", "Count": 272, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.7598481, 21.40967644 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44566364, "Longitude": -157.7402457, "Species": "Black Noddy", "Count": 4, "Date": "2023-11-01" }, "geometry": { "type": "Point", "coordinates": [ -157.7402457, 21.44566364 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44566364, "Longitude": -157.7402457, "Species": "Black-crowned Night Heron", "Count": 5, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7402457, 21.44566364 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44566364, "Longitude": -157.7402457, "Species": "Black-necked Stilt", "Count": 18, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7402457, 21.44566364 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44566364, "Longitude": -157.7402457, "Species": "Brant", "Count": 1, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7402457, 21.44566364 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44566364, "Longitude": -157.7402457, "Species": "Bristle-thighed Curlew", "Count": 1, "Date": "2021-04-13" }, "geometry": { "type": "Point", "coordinates": [ -157.7402457, 21.44566364 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44566364, "Longitude": -157.7402457, "Species": "Brown Booby", "Count": 8, "Date": "2024-01-25" }, "geometry": { "type": "Point", "coordinates": [ -157.7402457, 21.44566364 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44566364, "Longitude": -157.7402457, "Species": "Brown Noddy", "Count": 2, "Date": "2023-11-01" }, "geometry": { "type": "Point", "coordinates": [ -157.7402457, 21.44566364 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44566364, "Longitude": -157.7402457, "Species": "Chestnut Munia", "Count": 3, "Date": "2021-05-23" }, "geometry": { "type": "Point", "coordinates": [ -157.7402457, 21.44566364 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44566364, "Longitude": -157.7402457, "Species": "Common Gallinule", "Count": 3, "Date": "2023-11-27" }, "geometry": { "type": "Point", "coordinates": [ -157.7402457, 21.44566364 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44566364, "Longitude": -157.7402457, "Species": "Common Myna", "Count": 44, "Date": "2024-01-25" }, "geometry": { "type": "Point", "coordinates": [ -157.7402457, 21.44566364 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44566364, "Longitude": -157.7402457, "Species": "Common Tern", "Count": 1, "Date": "2019-10-23" }, "geometry": { "type": "Point", "coordinates": [ -157.7402457, 21.44566364 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44566364, "Longitude": -157.7402457, "Species": "Common Waxbill", "Count": 27, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7402457, 21.44566364 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44566364, "Longitude": -157.7402457, "Species": "Gray Francolin", "Count": 13, "Date": "2024-01-24" }, "geometry": { "type": "Point", "coordinates": [ -157.7402457, 21.44566364 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44566364, "Longitude": -157.7402457, "Species": "Great Frigatebird", "Count": 17, "Date": "2024-01-24" }, "geometry": { "type": "Point", "coordinates": [ -157.7402457, 21.44566364 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44566364, "Longitude": -157.7402457, "Species": "Hawaiian Coot", "Count": 5, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7402457, 21.44566364 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44566364, "Longitude": -157.7402457, "Species": "House Finch", "Count": 10, "Date": "2023-11-27" }, "geometry": { "type": "Point", "coordinates": [ -157.7402457, 21.44566364 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44566364, "Longitude": -157.7402457, "Species": "House Sparrow", "Count": 6, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7402457, 21.44566364 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44566364, "Longitude": -157.7402457, "Species": "Indian Peafowl", "Count": 1, "Date": "2019-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.7402457, 21.44566364 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44566364, "Longitude": -157.7402457, "Species": "Java Sparrow", "Count": 13, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7402457, 21.44566364 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44566364, "Longitude": -157.7402457, "Species": "Laughing Gull", "Count": 1, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7402457, 21.44566364 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44566364, "Longitude": -157.7402457, "Species": "Feral Mallard", "Count": 7, "Date": "2024-01-25" }, "geometry": { "type": "Point", "coordinates": [ -157.7402457, 21.44566364 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44566364, "Longitude": -157.7402457, "Species": "Masked Booby", "Count": 4, "Date": "2023-11-01" }, "geometry": { "type": "Point", "coordinates": [ -157.7402457, 21.44566364 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44566364, "Longitude": -157.7402457, "Species": "Muscovy Duck", "Count": 1, "Date": "2021-04-07" }, "geometry": { "type": "Point", "coordinates": [ -157.7402457, 21.44566364 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44566364, "Longitude": -157.7402457, "Species": "Northern Cardinal", "Count": 14, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7402457, 21.44566364 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44566364, "Longitude": -157.7402457, "Species": "Northern Shoveler", "Count": 2, "Date": "2023-11-27" }, "geometry": { "type": "Point", "coordinates": [ -157.7402457, 21.44566364 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44566364, "Longitude": -157.7402457, "Species": "Orange-cheeked Waxbill", "Count": 1, "Date": "2020-02-23" }, "geometry": { "type": "Point", "coordinates": [ -157.7402457, 21.44566364 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44566364, "Longitude": -157.7402457, "Species": "Pacific Golden-Plover", "Count": 31, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7402457, 21.44566364 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44566364, "Longitude": -157.7402457, "Species": "Peregrine Falcon", "Count": 2, "Date": "2021-01-03" }, "geometry": { "type": "Point", "coordinates": [ -157.7402457, 21.44566364 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44566364, "Longitude": -157.7402457, "Species": "Red Avadavat", "Count": 10, "Date": "2023-01-01" }, "geometry": { "type": "Point", "coordinates": [ -157.7402457, 21.44566364 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44566364, "Longitude": -157.7402457, "Species": "Red-crested Cardinal", "Count": 23, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7402457, 21.44566364 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44566364, "Longitude": -157.7402457, "Species": "Red-footed Booby", "Count": 7, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7402457, 21.44566364 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44566364, "Longitude": -157.7402457, "Species": "Red-vented Bulbul", "Count": 23, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7402457, 21.44566364 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44566364, "Longitude": -157.7402457, "Species": "Red-whiskered Bulbul", "Count": 9, "Date": "2023-11-27" }, "geometry": { "type": "Point", "coordinates": [ -157.7402457, 21.44566364 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44566364, "Longitude": -157.7402457, "Species": "Rock Pigeon", "Count": 12, "Date": "2024-01-24" }, "geometry": { "type": "Point", "coordinates": [ -157.7402457, 21.44566364 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44566364, "Longitude": -157.7402457, "Species": "Rose-ringed Parakeet", "Count": 1, "Date": "2020-12-25" }, "geometry": { "type": "Point", "coordinates": [ -157.7402457, 21.44566364 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44566364, "Longitude": -157.7402457, "Species": "Ruddy Turnstone", "Count": 7, "Date": "2024-01-25" }, "geometry": { "type": "Point", "coordinates": [ -157.7402457, 21.44566364 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44566364, "Longitude": -157.7402457, "Species": "Saffron Finch", "Count": 11, "Date": "2023-01-01" }, "geometry": { "type": "Point", "coordinates": [ -157.7402457, 21.44566364 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44566364, "Longitude": -157.7402457, "Species": "Sanderling", "Count": 3, "Date": "2023-11-27" }, "geometry": { "type": "Point", "coordinates": [ -157.7402457, 21.44566364 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44566364, "Longitude": -157.7402457, "Species": "Scaly-breasted Munia", "Count": 9, "Date": "2023-01-01" }, "geometry": { "type": "Point", "coordinates": [ -157.7402457, 21.44566364 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44566364, "Longitude": -157.7402457, "Species": "Short-eared Owl", "Count": 1, "Date": "2020-03-22" }, "geometry": { "type": "Point", "coordinates": [ -157.7402457, 21.44566364 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44566364, "Longitude": -157.7402457, "Species": "Sooty Tern", "Count": 3, "Date": "2023-11-01" }, "geometry": { "type": "Point", "coordinates": [ -157.7402457, 21.44566364 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44566364, "Longitude": -157.7402457, "Species": "Spotted Dove", "Count": 10, "Date": "2024-01-24" }, "geometry": { "type": "Point", "coordinates": [ -157.7402457, 21.44566364 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44566364, "Longitude": -157.7402457, "Species": "Wandering Tattler", "Count": 5, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7402457, 21.44566364 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44566364, "Longitude": -157.7402457, "Species": "Warbling White-eye", "Count": 11, "Date": "2023-11-27" }, "geometry": { "type": "Point", "coordinates": [ -157.7402457, 21.44566364 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44566364, "Longitude": -157.7402457, "Species": "Wedge-tailed Shearwater", "Count": 2, "Date": "2024-01-25" }, "geometry": { "type": "Point", "coordinates": [ -157.7402457, 21.44566364 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44566364, "Longitude": -157.7402457, "Species": "Western Cattle Egret", "Count": 34, "Date": "2024-01-24" }, "geometry": { "type": "Point", "coordinates": [ -157.7402457, 21.44566364 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44566364, "Longitude": -157.7402457, "Species": "White-rumped Shama", "Count": 2, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7402457, 21.44566364 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.44566364, "Longitude": -157.7402457, "Species": "Zebra Dove", "Count": 28, "Date": "2024-01-25" }, "geometry": { "type": "Point", "coordinates": [ -157.7402457, 21.44566364 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57517709, "Longitude": -158.2413503, "Species": "African Silverbill", "Count": 22, "Date": "2023-07-23" }, "geometry": { "type": "Point", "coordinates": [ -158.2413503, 21.57517709 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57517709, "Longitude": -158.2413503, "Species": "Black Francolin", "Count": 6, "Date": "2020-11-21" }, "geometry": { "type": "Point", "coordinates": [ -158.2413503, 21.57517709 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57517709, "Longitude": -158.2413503, "Species": "Black-crowned Night Heron", "Count": 5, "Date": "2019-07-14" }, "geometry": { "type": "Point", "coordinates": [ -158.2413503, 21.57517709 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57517709, "Longitude": -158.2413503, "Species": "Black-footed Albatross", "Count": 6, "Date": "2022-03-06" }, "geometry": { "type": "Point", "coordinates": [ -158.2413503, 21.57517709 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57517709, "Longitude": -158.2413503, "Species": "Black-necked Stilt", "Count": 3, "Date": "2022-04-03" }, "geometry": { "type": "Point", "coordinates": [ -158.2413503, 21.57517709 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57517709, "Longitude": -158.2413503, "Species": "Brown Booby", "Count": 32, "Date": "2023-12-24" }, "geometry": { "type": "Point", "coordinates": [ -158.2413503, 21.57517709 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57517709, "Longitude": -158.2413503, "Species": "Brown Noddy", "Count": 4, "Date": "2023-10-05" }, "geometry": { "type": "Point", "coordinates": [ -158.2413503, 21.57517709 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57517709, "Longitude": -158.2413503, "Species": "Chestnut Munia", "Count": 3, "Date": "2021-06-30" }, "geometry": { "type": "Point", "coordinates": [ -158.2413503, 21.57517709 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57517709, "Longitude": -158.2413503, "Species": "Common Myna", "Count": 198, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -158.2413503, 21.57517709 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57517709, "Longitude": -158.2413503, "Species": "Common Waxbill", "Count": 131, "Date": "2024-02-23" }, "geometry": { "type": "Point", "coordinates": [ -158.2413503, 21.57517709 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57517709, "Longitude": -158.2413503, "Species": "Erckel's Spurfowl", "Count": 80, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -158.2413503, 21.57517709 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57517709, "Longitude": -158.2413503, "Species": "Glaucous-winged Gull", "Count": 8, "Date": "2021-12-12" }, "geometry": { "type": "Point", "coordinates": [ -158.2413503, 21.57517709 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57517709, "Longitude": -158.2413503, "Species": "Gray Francolin", "Count": 77, "Date": "2023-12-15" }, "geometry": { "type": "Point", "coordinates": [ -158.2413503, 21.57517709 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57517709, "Longitude": -158.2413503, "Species": "Great Frigatebird", "Count": 9, "Date": "2023-06-03" }, "geometry": { "type": "Point", "coordinates": [ -158.2413503, 21.57517709 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57517709, "Longitude": -158.2413503, "Species": "House Finch", "Count": 69, "Date": "2024-02-23" }, "geometry": { "type": "Point", "coordinates": [ -158.2413503, 21.57517709 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57517709, "Longitude": -158.2413503, "Species": "House Sparrow", "Count": 4, "Date": "2021-12-05" }, "geometry": { "type": "Point", "coordinates": [ -158.2413503, 21.57517709 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57517709, "Longitude": -158.2413503, "Species": "Indian Peafowl", "Count": 3, "Date": "2022-04-03" }, "geometry": { "type": "Point", "coordinates": [ -158.2413503, 21.57517709 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57517709, "Longitude": -158.2413503, "Species": "Java Sparrow", "Count": 5, "Date": "2022-12-04" }, "geometry": { "type": "Point", "coordinates": [ -158.2413503, 21.57517709 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57517709, "Longitude": -158.2413503, "Species": "Laysan Albatross", "Count": 117, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -158.2413503, 21.57517709 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57517709, "Longitude": -158.2413503, "Species": "Feral Mallard", "Count": 1, "Date": "2021-12-05" }, "geometry": { "type": "Point", "coordinates": [ -158.2413503, 21.57517709 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57517709, "Longitude": -158.2413503, "Species": "Masked Booby", "Count": 2, "Date": "2019-03-10" }, "geometry": { "type": "Point", "coordinates": [ -158.2413503, 21.57517709 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57517709, "Longitude": -158.2413503, "Species": "Mourning Dove", "Count": 1, "Date": "2019-07-08" }, "geometry": { "type": "Point", "coordinates": [ -158.2413503, 21.57517709 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57517709, "Longitude": -158.2413503, "Species": "Northern Cardinal", "Count": 82, "Date": "2024-02-23" }, "geometry": { "type": "Point", "coordinates": [ -158.2413503, 21.57517709 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57517709, "Longitude": -158.2413503, "Species": "Northern Mockingbird", "Count": 7, "Date": "2020-01-29" }, "geometry": { "type": "Point", "coordinates": [ -158.2413503, 21.57517709 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57517709, "Longitude": -158.2413503, "Species": "Northern Pintail", "Count": 2, "Date": "2023-10-05" }, "geometry": { "type": "Point", "coordinates": [ -158.2413503, 21.57517709 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57517709, "Longitude": -158.2413503, "Species": "Pacific Golden-Plover", "Count": 125, "Date": "2024-02-23" }, "geometry": { "type": "Point", "coordinates": [ -158.2413503, 21.57517709 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57517709, "Longitude": -158.2413503, "Species": "Red Avadavat", "Count": 3, "Date": "2023-11-20" }, "geometry": { "type": "Point", "coordinates": [ -158.2413503, 21.57517709 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57517709, "Longitude": -158.2413503, "Species": "Red Junglefowl", "Count": 7, "Date": "2022-04-03" }, "geometry": { "type": "Point", "coordinates": [ -158.2413503, 21.57517709 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57517709, "Longitude": -158.2413503, "Species": "Red-billed Leiothrix", "Count": 4, "Date": "2024-02-22" }, "geometry": { "type": "Point", "coordinates": [ -158.2413503, 21.57517709 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57517709, "Longitude": -158.2413503, "Species": "Red-crested Cardinal", "Count": 157, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -158.2413503, 21.57517709 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57517709, "Longitude": -158.2413503, "Species": "Red-footed Booby", "Count": 15, "Date": "2023-12-24" }, "geometry": { "type": "Point", "coordinates": [ -158.2413503, 21.57517709 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57517709, "Longitude": -158.2413503, "Species": "Red-tailed Tropicbird", "Count": 4, "Date": "2023-05-28" }, "geometry": { "type": "Point", "coordinates": [ -158.2413503, 21.57517709 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57517709, "Longitude": -158.2413503, "Species": "Red-vented Bulbul", "Count": 193, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -158.2413503, 21.57517709 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57517709, "Longitude": -158.2413503, "Species": "Red-whiskered Bulbul", "Count": 56, "Date": "2024-02-11" }, "geometry": { "type": "Point", "coordinates": [ -158.2413503, 21.57517709 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57517709, "Longitude": -158.2413503, "Species": "Ring-necked Pheasant", "Count": 3, "Date": "2024-02-09" }, "geometry": { "type": "Point", "coordinates": [ -158.2413503, 21.57517709 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57517709, "Longitude": -158.2413503, "Species": "Rock Pigeon", "Count": 14, "Date": "2023-06-02" }, "geometry": { "type": "Point", "coordinates": [ -158.2413503, 21.57517709 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57517709, "Longitude": -158.2413503, "Species": "Ruddy Turnstone", "Count": 1, "Date": "2021-11-30" }, "geometry": { "type": "Point", "coordinates": [ -158.2413503, 21.57517709 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57517709, "Longitude": -158.2413503, "Species": "Saffron Finch", "Count": 20, "Date": "2024-02-09" }, "geometry": { "type": "Point", "coordinates": [ -158.2413503, 21.57517709 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57517709, "Longitude": -158.2413503, "Species": "Scaly-breasted Munia", "Count": 12, "Date": "2023-12-15" }, "geometry": { "type": "Point", "coordinates": [ -158.2413503, 21.57517709 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57517709, "Longitude": -158.2413503, "Species": "Snow Goose", "Count": 10, "Date": "2020-03-08" }, "geometry": { "type": "Point", "coordinates": [ -158.2413503, 21.57517709 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57517709, "Longitude": -158.2413503, "Species": "Spotted Dove", "Count": 148, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -158.2413503, 21.57517709 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57517709, "Longitude": -158.2413503, "Species": "Wandering Tattler", "Count": 65, "Date": "2023-10-07" }, "geometry": { "type": "Point", "coordinates": [ -158.2413503, 21.57517709 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57517709, "Longitude": -158.2413503, "Species": "Warbling White-eye", "Count": 108, "Date": "2023-12-24" }, "geometry": { "type": "Point", "coordinates": [ -158.2413503, 21.57517709 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57517709, "Longitude": -158.2413503, "Species": "Wedge-tailed Shearwater", "Count": 22, "Date": "2023-12-15" }, "geometry": { "type": "Point", "coordinates": [ -158.2413503, 21.57517709 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57517709, "Longitude": -158.2413503, "Species": "Western Cattle Egret", "Count": 8, "Date": "2022-04-03" }, "geometry": { "type": "Point", "coordinates": [ -158.2413503, 21.57517709 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57517709, "Longitude": -158.2413503, "Species": "White-rumped Shama", "Count": 20, "Date": "2024-02-23" }, "geometry": { "type": "Point", "coordinates": [ -158.2413503, 21.57517709 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57517709, "Longitude": -158.2413503, "Species": "White-tailed Tropicbird", "Count": 5, "Date": "2022-11-08" }, "geometry": { "type": "Point", "coordinates": [ -158.2413503, 21.57517709 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57517709, "Longitude": -158.2413503, "Species": "Yellow-fronted Canary", "Count": 4, "Date": "2023-12-08" }, "geometry": { "type": "Point", "coordinates": [ -158.2413503, 21.57517709 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.57517709, "Longitude": -158.2413503, "Species": "Zebra Dove", "Count": 181, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -158.2413503, 21.57517709 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64561579, "Longitude": -157.912444, "Species": "Black Francolin", "Count": 1, "Date": "2019-07-14" }, "geometry": { "type": "Point", "coordinates": [ -157.912444, 21.64561579 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64561579, "Longitude": -157.912444, "Species": "Black Noddy", "Count": 14, "Date": "2022-12-03" }, "geometry": { "type": "Point", "coordinates": [ -157.912444, 21.64561579 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64561579, "Longitude": -157.912444, "Species": "Black-crowned Night Heron", "Count": 3, "Date": "2023-01-24" }, "geometry": { "type": "Point", "coordinates": [ -157.912444, 21.64561579 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64561579, "Longitude": -157.912444, "Species": "Black-footed Albatross", "Count": 1, "Date": "2023-12-29" }, "geometry": { "type": "Point", "coordinates": [ -157.912444, 21.64561579 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64561579, "Longitude": -157.912444, "Species": "Black-necked Stilt", "Count": 4, "Date": "2022-06-19" }, "geometry": { "type": "Point", "coordinates": [ -157.912444, 21.64561579 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64561579, "Longitude": -157.912444, "Species": "Bristle-thighed Curlew", "Count": 2, "Date": "2021-05-26" }, "geometry": { "type": "Point", "coordinates": [ -157.912444, 21.64561579 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64561579, "Longitude": -157.912444, "Species": "Brown Booby", "Count": 102, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.912444, 21.64561579 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64561579, "Longitude": -157.912444, "Species": "Brown Noddy", "Count": 73, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.912444, 21.64561579 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64561579, "Longitude": -157.912444, "Species": "Chestnut Munia", "Count": 5, "Date": "2023-11-24" }, "geometry": { "type": "Point", "coordinates": [ -157.912444, 21.64561579 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64561579, "Longitude": -157.912444, "Species": "Common Myna", "Count": 112, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.912444, 21.64561579 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64561579, "Longitude": -157.912444, "Species": "Common Waxbill", "Count": 15, "Date": "2024-02-23" }, "geometry": { "type": "Point", "coordinates": [ -157.912444, 21.64561579 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64561579, "Longitude": -157.912444, "Species": "Glaucous-winged Gull", "Count": 3, "Date": "2020-11-22" }, "geometry": { "type": "Point", "coordinates": [ -157.912444, 21.64561579 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64561579, "Longitude": -157.912444, "Species": "Great Frigatebird", "Count": 13, "Date": "2023-11-03" }, "geometry": { "type": "Point", "coordinates": [ -157.912444, 21.64561579 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64561579, "Longitude": -157.912444, "Species": "Hawaiian Coot", "Count": 3, "Date": "2022-06-19" }, "geometry": { "type": "Point", "coordinates": [ -157.912444, 21.64561579 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64561579, "Longitude": -157.912444, "Species": "House Finch", "Count": 7, "Date": "2024-02-23" }, "geometry": { "type": "Point", "coordinates": [ -157.912444, 21.64561579 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64561579, "Longitude": -157.912444, "Species": "House Sparrow", "Count": 44, "Date": "2024-02-23" }, "geometry": { "type": "Point", "coordinates": [ -157.912444, 21.64561579 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64561579, "Longitude": -157.912444, "Species": "Indian Peafowl", "Count": 2, "Date": "2019-11-05" }, "geometry": { "type": "Point", "coordinates": [ -157.912444, 21.64561579 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64561579, "Longitude": -157.912444, "Species": "Java Sparrow", "Count": 7, "Date": "2023-11-24" }, "geometry": { "type": "Point", "coordinates": [ -157.912444, 21.64561579 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64561579, "Longitude": -157.912444, "Species": "Laysan Albatross", "Count": 26, "Date": "2024-02-26" }, "geometry": { "type": "Point", "coordinates": [ -157.912444, 21.64561579 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64561579, "Longitude": -157.912444, "Species": "Feral Mallard", "Count": 5, "Date": "2023-12-25" }, "geometry": { "type": "Point", "coordinates": [ -157.912444, 21.64561579 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64561579, "Longitude": -157.912444, "Species": "Masked Booby", "Count": 50, "Date": "2024-02-26" }, "geometry": { "type": "Point", "coordinates": [ -157.912444, 21.64561579 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64561579, "Longitude": -157.912444, "Species": "Muscovy Duck", "Count": 1, "Date": "2019-07-14" }, "geometry": { "type": "Point", "coordinates": [ -157.912444, 21.64561579 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64561579, "Longitude": -157.912444, "Species": "Northern Cardinal", "Count": 3, "Date": "2024-01-27" }, "geometry": { "type": "Point", "coordinates": [ -157.912444, 21.64561579 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64561579, "Longitude": -157.912444, "Species": "Pacific Golden-Plover", "Count": 84, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.912444, 21.64561579 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64561579, "Longitude": -157.912444, "Species": "Red Junglefowl", "Count": 17, "Date": "2024-02-27" }, "geometry": { "type": "Point", "coordinates": [ -157.912444, 21.64561579 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64561579, "Longitude": -157.912444, "Species": "Red-crested Cardinal", "Count": 33, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.912444, 21.64561579 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64561579, "Longitude": -157.912444, "Species": "Red-footed Booby", "Count": 97, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.912444, 21.64561579 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64561579, "Longitude": -157.912444, "Species": "Red-vented Bulbul", "Count": 42, "Date": "2024-02-23" }, "geometry": { "type": "Point", "coordinates": [ -157.912444, 21.64561579 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64561579, "Longitude": -157.912444, "Species": "Red-whiskered Bulbul", "Count": 24, "Date": "2024-02-23" }, "geometry": { "type": "Point", "coordinates": [ -157.912444, 21.64561579 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64561579, "Longitude": -157.912444, "Species": "Rock Pigeon", "Count": 7, "Date": "2023-01-24" }, "geometry": { "type": "Point", "coordinates": [ -157.912444, 21.64561579 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64561579, "Longitude": -157.912444, "Species": "Rose-ringed Parakeet", "Count": 1, "Date": "2021-04-10" }, "geometry": { "type": "Point", "coordinates": [ -157.912444, 21.64561579 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64561579, "Longitude": -157.912444, "Species": "Ruddy Turnstone", "Count": 22, "Date": "2023-03-12" }, "geometry": { "type": "Point", "coordinates": [ -157.912444, 21.64561579 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64561579, "Longitude": -157.912444, "Species": "Saffron Finch", "Count": 13, "Date": "2023-10-14" }, "geometry": { "type": "Point", "coordinates": [ -157.912444, 21.64561579 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64561579, "Longitude": -157.912444, "Species": "Sanderling", "Count": 2, "Date": "2023-06-15" }, "geometry": { "type": "Point", "coordinates": [ -157.912444, 21.64561579 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64561579, "Longitude": -157.912444, "Species": "Scaly-breasted Munia", "Count": 1, "Date": "2023-11-24" }, "geometry": { "type": "Point", "coordinates": [ -157.912444, 21.64561579 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64561579, "Longitude": -157.912444, "Species": "Sooty Tern", "Count": 38, "Date": "2024-01-14" }, "geometry": { "type": "Point", "coordinates": [ -157.912444, 21.64561579 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64561579, "Longitude": -157.912444, "Species": "Spotted Dove", "Count": 43, "Date": "2024-02-27" }, "geometry": { "type": "Point", "coordinates": [ -157.912444, 21.64561579 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64561579, "Longitude": -157.912444, "Species": "Wandering Tattler", "Count": 25, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.912444, 21.64561579 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64561579, "Longitude": -157.912444, "Species": "Warbling White-eye", "Count": 9, "Date": "2024-01-27" }, "geometry": { "type": "Point", "coordinates": [ -157.912444, 21.64561579 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64561579, "Longitude": -157.912444, "Species": "Wedge-tailed Shearwater", "Count": 53, "Date": "2023-11-22" }, "geometry": { "type": "Point", "coordinates": [ -157.912444, 21.64561579 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64561579, "Longitude": -157.912444, "Species": "Western Cattle Egret", "Count": 15, "Date": "2024-01-03" }, "geometry": { "type": "Point", "coordinates": [ -157.912444, 21.64561579 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64561579, "Longitude": -157.912444, "Species": "White Tern", "Count": 1, "Date": "2021-04-10" }, "geometry": { "type": "Point", "coordinates": [ -157.912444, 21.64561579 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64561579, "Longitude": -157.912444, "Species": "White-rumped Shama", "Count": 4, "Date": "2023-11-03" }, "geometry": { "type": "Point", "coordinates": [ -157.912444, 21.64561579 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64561579, "Longitude": -157.912444, "Species": "White-tailed Tropicbird", "Count": 4, "Date": "2021-04-10" }, "geometry": { "type": "Point", "coordinates": [ -157.912444, 21.64561579 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64561579, "Longitude": -157.912444, "Species": "Yellow-fronted Canary", "Count": 2, "Date": "2021-04-10" }, "geometry": { "type": "Point", "coordinates": [ -157.912444, 21.64561579 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.64561579, "Longitude": -157.912444, "Species": "Zebra Dove", "Count": 56, "Date": "2024-02-27" }, "geometry": { "type": "Point", "coordinates": [ -157.912444, 21.64561579 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70927717, "Longitude": -157.9796354, "Species": "Black Noddy", "Count": 1, "Date": "2022-02-23" }, "geometry": { "type": "Point", "coordinates": [ -157.9796354, 21.70927717 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70927717, "Longitude": -157.9796354, "Species": "Black-crowned Night Heron", "Count": 9, "Date": "2023-08-20" }, "geometry": { "type": "Point", "coordinates": [ -157.9796354, 21.70927717 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70927717, "Longitude": -157.9796354, "Species": "Black-footed Albatross", "Count": 2, "Date": "2024-02-10" }, "geometry": { "type": "Point", "coordinates": [ -157.9796354, 21.70927717 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70927717, "Longitude": -157.9796354, "Species": "Black-necked Stilt", "Count": 10, "Date": "2023-04-11" }, "geometry": { "type": "Point", "coordinates": [ -157.9796354, 21.70927717 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70927717, "Longitude": -157.9796354, "Species": "Bristle-thighed Curlew", "Count": 7, "Date": "2023-04-11" }, "geometry": { "type": "Point", "coordinates": [ -157.9796354, 21.70927717 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70927717, "Longitude": -157.9796354, "Species": "Brown Booby", "Count": 7, "Date": "2024-02-10" }, "geometry": { "type": "Point", "coordinates": [ -157.9796354, 21.70927717 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70927717, "Longitude": -157.9796354, "Species": "Brown Noddy", "Count": 3, "Date": "2023-06-22" }, "geometry": { "type": "Point", "coordinates": [ -157.9796354, 21.70927717 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70927717, "Longitude": -157.9796354, "Species": "Cackling Goose", "Count": 4, "Date": "2021-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.9796354, 21.70927717 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70927717, "Longitude": -157.9796354, "Species": "Chestnut Munia", "Count": 2, "Date": "2023-03-12" }, "geometry": { "type": "Point", "coordinates": [ -157.9796354, 21.70927717 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70927717, "Longitude": -157.9796354, "Species": "Chinese Hwamei", "Count": 1, "Date": "2019-03-06" }, "geometry": { "type": "Point", "coordinates": [ -157.9796354, 21.70927717 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70927717, "Longitude": -157.9796354, "Species": "Common Gallinule", "Count": 15, "Date": "2023-04-11" }, "geometry": { "type": "Point", "coordinates": [ -157.9796354, 21.70927717 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70927717, "Longitude": -157.9796354, "Species": "Common Myna", "Count": 25, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9796354, 21.70927717 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70927717, "Longitude": -157.9796354, "Species": "Common Waxbill", "Count": 22, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9796354, 21.70927717 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70927717, "Longitude": -157.9796354, "Species": "Erckel's Spurfowl", "Count": 1, "Date": "2021-12-25" }, "geometry": { "type": "Point", "coordinates": [ -157.9796354, 21.70927717 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70927717, "Longitude": -157.9796354, "Species": "Gray Francolin", "Count": 6, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9796354, 21.70927717 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70927717, "Longitude": -157.9796354, "Species": "Great Frigatebird", "Count": 3, "Date": "2023-06-22" }, "geometry": { "type": "Point", "coordinates": [ -157.9796354, 21.70927717 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70927717, "Longitude": -157.9796354, "Species": "Hawaiian Coot", "Count": 5, "Date": "2023-04-11" }, "geometry": { "type": "Point", "coordinates": [ -157.9796354, 21.70927717 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70927717, "Longitude": -157.9796354, "Species": "House Finch", "Count": 17, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9796354, 21.70927717 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70927717, "Longitude": -157.9796354, "Species": "House Sparrow", "Count": 1, "Date": "2023-04-11" }, "geometry": { "type": "Point", "coordinates": [ -157.9796354, 21.70927717 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70927717, "Longitude": -157.9796354, "Species": "Indian Peafowl", "Count": 2, "Date": "2022-01-07" }, "geometry": { "type": "Point", "coordinates": [ -157.9796354, 21.70927717 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70927717, "Longitude": -157.9796354, "Species": "Japanese Bush Warbler", "Count": 1, "Date": "2020-12-23" }, "geometry": { "type": "Point", "coordinates": [ -157.9796354, 21.70927717 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70927717, "Longitude": -157.9796354, "Species": "Java Sparrow", "Count": 4, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9796354, 21.70927717 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70927717, "Longitude": -157.9796354, "Species": "Laysan Albatross", "Count": 30, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9796354, 21.70927717 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70927717, "Longitude": -157.9796354, "Species": "Feral Mallard", "Count": 6, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9796354, 21.70927717 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70927717, "Longitude": -157.9796354, "Species": "Masked Booby", "Count": 6, "Date": "2024-02-06" }, "geometry": { "type": "Point", "coordinates": [ -157.9796354, 21.70927717 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70927717, "Longitude": -157.9796354, "Species": "Muscovy Duck", "Count": 5, "Date": "2023-04-11" }, "geometry": { "type": "Point", "coordinates": [ -157.9796354, 21.70927717 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70927717, "Longitude": -157.9796354, "Species": "Northern Cardinal", "Count": 18, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9796354, 21.70927717 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70927717, "Longitude": -157.9796354, "Species": "Pacific Golden-Plover", "Count": 27, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9796354, 21.70927717 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70927717, "Longitude": -157.9796354, "Species": "Red Junglefowl", "Count": 5, "Date": "2023-04-11" }, "geometry": { "type": "Point", "coordinates": [ -157.9796354, 21.70927717 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70927717, "Longitude": -157.9796354, "Species": "Red-billed Leiothrix", "Count": 17, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9796354, 21.70927717 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70927717, "Longitude": -157.9796354, "Species": "Red-crested Cardinal", "Count": 29, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9796354, 21.70927717 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70927717, "Longitude": -157.9796354, "Species": "Red-footed Booby", "Count": 5, "Date": "2023-06-22" }, "geometry": { "type": "Point", "coordinates": [ -157.9796354, 21.70927717 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70927717, "Longitude": -157.9796354, "Species": "Red-vented Bulbul", "Count": 22, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9796354, 21.70927717 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70927717, "Longitude": -157.9796354, "Species": "Red-whiskered Bulbul", "Count": 15, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9796354, 21.70927717 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70927717, "Longitude": -157.9796354, "Species": "Rock Pigeon", "Count": 2, "Date": "2023-04-11" }, "geometry": { "type": "Point", "coordinates": [ -157.9796354, 21.70927717 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70927717, "Longitude": -157.9796354, "Species": "Ruddy Turnstone", "Count": 6, "Date": "2024-02-06" }, "geometry": { "type": "Point", "coordinates": [ -157.9796354, 21.70927717 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70927717, "Longitude": -157.9796354, "Species": "Saffron Finch", "Count": 10, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9796354, 21.70927717 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70927717, "Longitude": -157.9796354, "Species": "Sanderling", "Count": 8, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9796354, 21.70927717 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70927717, "Longitude": -157.9796354, "Species": "Scaly-breasted Munia", "Count": 1, "Date": "2022-11-22" }, "geometry": { "type": "Point", "coordinates": [ -157.9796354, 21.70927717 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70927717, "Longitude": -157.9796354, "Species": "Sooty Tern", "Count": 3, "Date": "2024-02-06" }, "geometry": { "type": "Point", "coordinates": [ -157.9796354, 21.70927717 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70927717, "Longitude": -157.9796354, "Species": "Spotted Dove", "Count": 23, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9796354, 21.70927717 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70927717, "Longitude": -157.9796354, "Species": "Wandering Tattler", "Count": 11, "Date": "2023-06-22" }, "geometry": { "type": "Point", "coordinates": [ -157.9796354, 21.70927717 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70927717, "Longitude": -157.9796354, "Species": "Warbling White-eye", "Count": 20, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9796354, 21.70927717 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70927717, "Longitude": -157.9796354, "Species": "Wedge-tailed Shearwater", "Count": 5, "Date": "2023-06-22" }, "geometry": { "type": "Point", "coordinates": [ -157.9796354, 21.70927717 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70927717, "Longitude": -157.9796354, "Species": "Western Cattle Egret", "Count": 23, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9796354, 21.70927717 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70927717, "Longitude": -157.9796354, "Species": "White-rumped Shama", "Count": 20, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9796354, 21.70927717 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70927717, "Longitude": -157.9796354, "Species": "White-tailed Tropicbird", "Count": 1, "Date": "2022-04-17" }, "geometry": { "type": "Point", "coordinates": [ -157.9796354, 21.70927717 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70927717, "Longitude": -157.9796354, "Species": "Yellow-fronted Canary", "Count": 1, "Date": "2019-06-05" }, "geometry": { "type": "Point", "coordinates": [ -157.9796354, 21.70927717 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70927717, "Longitude": -157.9796354, "Species": "Zebra Dove", "Count": 25, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9796354, 21.70927717 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2654946, "Longitude": -157.809248, "Species": "African Silverbill", "Count": 26, "Date": "2024-01-02" }, "geometry": { "type": "Point", "coordinates": [ -157.809248, 21.2654946 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2654946, "Longitude": -157.809248, "Species": "Barn Owl", "Count": 3, "Date": "2022-08-15" }, "geometry": { "type": "Point", "coordinates": [ -157.809248, 21.2654946 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2654946, "Longitude": -157.809248, "Species": "Black-crowned Night Heron", "Count": 6, "Date": "2022-05-15" }, "geometry": { "type": "Point", "coordinates": [ -157.809248, 21.2654946 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2654946, "Longitude": -157.809248, "Species": "Brown Booby", "Count": 2, "Date": "2024-01-02" }, "geometry": { "type": "Point", "coordinates": [ -157.809248, 21.2654946 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2654946, "Longitude": -157.809248, "Species": "Brown Noddy", "Count": 1, "Date": "2019-09-07" }, "geometry": { "type": "Point", "coordinates": [ -157.809248, 21.2654946 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2654946, "Longitude": -157.809248, "Species": "Chestnut Munia", "Count": 41, "Date": "2024-02-21" }, "geometry": { "type": "Point", "coordinates": [ -157.809248, 21.2654946 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2654946, "Longitude": -157.809248, "Species": "Common Myna", "Count": 337, "Date": "2024-02-27" }, "geometry": { "type": "Point", "coordinates": [ -157.809248, 21.2654946 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2654946, "Longitude": -157.809248, "Species": "Common Waxbill", "Count": 296, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.809248, 21.2654946 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2654946, "Longitude": -157.809248, "Species": "Erckel's Spurfowl", "Count": 1, "Date": "2019-11-05" }, "geometry": { "type": "Point", "coordinates": [ -157.809248, 21.2654946 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2654946, "Longitude": -157.809248, "Species": "Eurasian Skylark", "Count": 1, "Date": "2019-04-16" }, "geometry": { "type": "Point", "coordinates": [ -157.809248, 21.2654946 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2654946, "Longitude": -157.809248, "Species": "Gray Francolin", "Count": 32, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.809248, 21.2654946 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2654946, "Longitude": -157.809248, "Species": "Great Frigatebird", "Count": 18, "Date": "2024-01-21" }, "geometry": { "type": "Point", "coordinates": [ -157.809248, 21.2654946 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2654946, "Longitude": -157.809248, "Species": "Hawaiian Coot", "Count": 1, "Date": "2022-11-03" }, "geometry": { "type": "Point", "coordinates": [ -157.809248, 21.2654946 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2654946, "Longitude": -157.809248, "Species": "Helmeted Guineafowl", "Count": 1, "Date": "2019-04-16" }, "geometry": { "type": "Point", "coordinates": [ -157.809248, 21.2654946 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2654946, "Longitude": -157.809248, "Species": "House Finch", "Count": 107, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.809248, 21.2654946 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2654946, "Longitude": -157.809248, "Species": "House Sparrow", "Count": 269, "Date": "2024-02-27" }, "geometry": { "type": "Point", "coordinates": [ -157.809248, 21.2654946 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2654946, "Longitude": -157.809248, "Species": "Indian Peafowl", "Count": 1, "Date": "2019-05-11" }, "geometry": { "type": "Point", "coordinates": [ -157.809248, 21.2654946 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2654946, "Longitude": -157.809248, "Species": "Japanese Bush Warbler", "Count": 3, "Date": "2023-04-25" }, "geometry": { "type": "Point", "coordinates": [ -157.809248, 21.2654946 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2654946, "Longitude": -157.809248, "Species": "Java Sparrow", "Count": 171, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.809248, 21.2654946 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2654946, "Longitude": -157.809248, "Species": "Feral Mallard", "Count": 10, "Date": "2023-08-07" }, "geometry": { "type": "Point", "coordinates": [ -157.809248, 21.2654946 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2654946, "Longitude": -157.809248, "Species": "Masked Booby", "Count": 1, "Date": "2019-09-07" }, "geometry": { "type": "Point", "coordinates": [ -157.809248, 21.2654946 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2654946, "Longitude": -157.809248, "Species": "Northern Cardinal", "Count": 39, "Date": "2024-02-22" }, "geometry": { "type": "Point", "coordinates": [ -157.809248, 21.2654946 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2654946, "Longitude": -157.809248, "Species": "Northern Mockingbird", "Count": 9, "Date": "2024-01-21" }, "geometry": { "type": "Point", "coordinates": [ -157.809248, 21.2654946 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2654946, "Longitude": -157.809248, "Species": "Pacific Golden-Plover", "Count": 186, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.809248, 21.2654946 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2654946, "Longitude": -157.809248, "Species": "Peregrine Falcon", "Count": 1, "Date": "2023-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.809248, 21.2654946 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2654946, "Longitude": -157.809248, "Species": "Red Avadavat", "Count": 2, "Date": "2019-10-13" }, "geometry": { "type": "Point", "coordinates": [ -157.809248, 21.2654946 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2654946, "Longitude": -157.809248, "Species": "Red Junglefowl", "Count": 62, "Date": "2024-02-27" }, "geometry": { "type": "Point", "coordinates": [ -157.809248, 21.2654946 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2654946, "Longitude": -157.809248, "Species": "Red-billed Leiothrix", "Count": 7, "Date": "2023-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.809248, 21.2654946 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2654946, "Longitude": -157.809248, "Species": "Red-crested Cardinal", "Count": 352, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.809248, 21.2654946 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2654946, "Longitude": -157.809248, "Species": "Red-footed Booby", "Count": 1, "Date": "2019-09-07" }, "geometry": { "type": "Point", "coordinates": [ -157.809248, 21.2654946 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2654946, "Longitude": -157.809248, "Species": "Red-masked Parakeet", "Count": 7, "Date": "2023-05-15" }, "geometry": { "type": "Point", "coordinates": [ -157.809248, 21.2654946 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2654946, "Longitude": -157.809248, "Species": "Red-tailed Tropicbird", "Count": 6, "Date": "2022-08-18" }, "geometry": { "type": "Point", "coordinates": [ -157.809248, 21.2654946 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2654946, "Longitude": -157.809248, "Species": "Red-vented Bulbul", "Count": 363, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.809248, 21.2654946 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2654946, "Longitude": -157.809248, "Species": "Red-whiskered Bulbul", "Count": 33, "Date": "2024-02-02" }, "geometry": { "type": "Point", "coordinates": [ -157.809248, 21.2654946 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2654946, "Longitude": -157.809248, "Species": "Rock Pigeon", "Count": 100, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.809248, 21.2654946 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2654946, "Longitude": -157.809248, "Species": "Rose-ringed Parakeet", "Count": 73, "Date": "2024-02-27" }, "geometry": { "type": "Point", "coordinates": [ -157.809248, 21.2654946 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2654946, "Longitude": -157.809248, "Species": "Saffron Finch", "Count": 42, "Date": "2024-02-14" }, "geometry": { "type": "Point", "coordinates": [ -157.809248, 21.2654946 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2654946, "Longitude": -157.809248, "Species": "Scaly-breasted Munia", "Count": 52, "Date": "2024-02-16" }, "geometry": { "type": "Point", "coordinates": [ -157.809248, 21.2654946 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2654946, "Longitude": -157.809248, "Species": "Short-eared Owl", "Count": 1, "Date": "2023-03-09" }, "geometry": { "type": "Point", "coordinates": [ -157.809248, 21.2654946 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2654946, "Longitude": -157.809248, "Species": "Sooty Shearwater", "Count": 1, "Date": "2023-04-10" }, "geometry": { "type": "Point", "coordinates": [ -157.809248, 21.2654946 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2654946, "Longitude": -157.809248, "Species": "Sooty Tern", "Count": 2, "Date": "2023-12-18" }, "geometry": { "type": "Point", "coordinates": [ -157.809248, 21.2654946 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2654946, "Longitude": -157.809248, "Species": "Spotted Dove", "Count": 312, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.809248, 21.2654946 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2654946, "Longitude": -157.809248, "Species": "Wandering Tattler", "Count": 1, "Date": "2022-08-18" }, "geometry": { "type": "Point", "coordinates": [ -157.809248, 21.2654946 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2654946, "Longitude": -157.809248, "Species": "Warbling White-eye", "Count": 199, "Date": "2024-02-27" }, "geometry": { "type": "Point", "coordinates": [ -157.809248, 21.2654946 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2654946, "Longitude": -157.809248, "Species": "Wedge-tailed Shearwater", "Count": 2, "Date": "2019-09-07" }, "geometry": { "type": "Point", "coordinates": [ -157.809248, 21.2654946 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2654946, "Longitude": -157.809248, "Species": "Western Cattle Egret", "Count": 111, "Date": "2024-02-26" }, "geometry": { "type": "Point", "coordinates": [ -157.809248, 21.2654946 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2654946, "Longitude": -157.809248, "Species": "White Tern", "Count": 163, "Date": "2024-02-21" }, "geometry": { "type": "Point", "coordinates": [ -157.809248, 21.2654946 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2654946, "Longitude": -157.809248, "Species": "White-rumped Shama", "Count": 94, "Date": "2024-02-21" }, "geometry": { "type": "Point", "coordinates": [ -157.809248, 21.2654946 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2654946, "Longitude": -157.809248, "Species": "White-tailed Tropicbird", "Count": 2, "Date": "2021-08-14" }, "geometry": { "type": "Point", "coordinates": [ -157.809248, 21.2654946 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2654946, "Longitude": -157.809248, "Species": "Yellow-fronted Canary", "Count": 116, "Date": "2024-02-27" }, "geometry": { "type": "Point", "coordinates": [ -157.809248, 21.2654946 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2654946, "Longitude": -157.809248, "Species": "Zebra Dove", "Count": 375, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.809248, 21.2654946 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2735944, "Longitude": -157.6838913, "Species": "African Silverbill", "Count": 9, "Date": "2022-08-07" }, "geometry": { "type": "Point", "coordinates": [ -157.6838913, 21.2735944 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2735944, "Longitude": -157.6838913, "Species": "Arctic Tern", "Count": 1, "Date": "2019-05-29" }, "geometry": { "type": "Point", "coordinates": [ -157.6838913, 21.2735944 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2735944, "Longitude": -157.6838913, "Species": "Band-rumped Storm-Petrel", "Count": 1, "Date": "2020-03-20" }, "geometry": { "type": "Point", "coordinates": [ -157.6838913, 21.2735944 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2735944, "Longitude": -157.6838913, "Species": "Black Noddy", "Count": 23, "Date": "2023-02-16" }, "geometry": { "type": "Point", "coordinates": [ -157.6838913, 21.2735944 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2735944, "Longitude": -157.6838913, "Species": "Black-footed Albatross", "Count": 7, "Date": "2023-03-03" }, "geometry": { "type": "Point", "coordinates": [ -157.6838913, 21.2735944 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2735944, "Longitude": -157.6838913, "Species": "Bristle-thighed Curlew", "Count": 2, "Date": "2019-09-11" }, "geometry": { "type": "Point", "coordinates": [ -157.6838913, 21.2735944 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2735944, "Longitude": -157.6838913, "Species": "Brown Booby", "Count": 391, "Date": "2024-02-27" }, "geometry": { "type": "Point", "coordinates": [ -157.6838913, 21.2735944 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2735944, "Longitude": -157.6838913, "Species": "Brown Noddy", "Count": 64, "Date": "2023-08-08" }, "geometry": { "type": "Point", "coordinates": [ -157.6838913, 21.2735944 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2735944, "Longitude": -157.6838913, "Species": "Common Myna", "Count": 283, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.6838913, 21.2735944 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2735944, "Longitude": -157.6838913, "Species": "Common Waxbill", "Count": 21, "Date": "2024-02-27" }, "geometry": { "type": "Point", "coordinates": [ -157.6838913, 21.2735944 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2735944, "Longitude": -157.6838913, "Species": "Glaucous-winged Gull", "Count": 2, "Date": "2021-01-01" }, "geometry": { "type": "Point", "coordinates": [ -157.6838913, 21.2735944 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2735944, "Longitude": -157.6838913, "Species": "Gray Francolin", "Count": 3, "Date": "2023-03-05" }, "geometry": { "type": "Point", "coordinates": [ -157.6838913, 21.2735944 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2735944, "Longitude": -157.6838913, "Species": "Gray-backed Tern", "Count": 1, "Date": "2020-08-06" }, "geometry": { "type": "Point", "coordinates": [ -157.6838913, 21.2735944 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2735944, "Longitude": -157.6838913, "Species": "Great Frigatebird", "Count": 149, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.6838913, 21.2735944 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2735944, "Longitude": -157.6838913, "Species": "House Finch", "Count": 68, "Date": "2024-02-12" }, "geometry": { "type": "Point", "coordinates": [ -157.6838913, 21.2735944 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2735944, "Longitude": -157.6838913, "Species": "House Sparrow", "Count": 9, "Date": "2023-03-22" }, "geometry": { "type": "Point", "coordinates": [ -157.6838913, 21.2735944 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2735944, "Longitude": -157.6838913, "Species": "Inca Tern", "Count": 32, "Date": "2022-01-08" }, "geometry": { "type": "Point", "coordinates": [ -157.6838913, 21.2735944 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2735944, "Longitude": -157.6838913, "Species": "Java Sparrow", "Count": 4, "Date": "2023-02-15" }, "geometry": { "type": "Point", "coordinates": [ -157.6838913, 21.2735944 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2735944, "Longitude": -157.6838913, "Species": "Laughing Gull", "Count": 5, "Date": "2024-02-01" }, "geometry": { "type": "Point", "coordinates": [ -157.6838913, 21.2735944 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2735944, "Longitude": -157.6838913, "Species": "Laysan Albatross", "Count": 5, "Date": "2024-02-11" }, "geometry": { "type": "Point", "coordinates": [ -157.6838913, 21.2735944 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2735944, "Longitude": -157.6838913, "Species": "Masked Booby", "Count": 50, "Date": "2024-02-27" }, "geometry": { "type": "Point", "coordinates": [ -157.6838913, 21.2735944 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2735944, "Longitude": -157.6838913, "Species": "Newell's Shearwater", "Count": 9, "Date": "2021-09-29" }, "geometry": { "type": "Point", "coordinates": [ -157.6838913, 21.2735944 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2735944, "Longitude": -157.6838913, "Species": "Northern Cardinal", "Count": 4, "Date": "2022-02-09" }, "geometry": { "type": "Point", "coordinates": [ -157.6838913, 21.2735944 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2735944, "Longitude": -157.6838913, "Species": "Northern Mockingbird", "Count": 3, "Date": "2024-01-26" }, "geometry": { "type": "Point", "coordinates": [ -157.6838913, 21.2735944 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2735944, "Longitude": -157.6838913, "Species": "Pacific Golden-Plover", "Count": 147, "Date": "2024-02-06" }, "geometry": { "type": "Point", "coordinates": [ -157.6838913, 21.2735944 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2735944, "Longitude": -157.6838913, "Species": "Pectoral Sandpiper", "Count": 1, "Date": "2021-09-26" }, "geometry": { "type": "Point", "coordinates": [ -157.6838913, 21.2735944 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2735944, "Longitude": -157.6838913, "Species": "Red Junglefowl", "Count": 1, "Date": "2023-02-16" }, "geometry": { "type": "Point", "coordinates": [ -157.6838913, 21.2735944 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2735944, "Longitude": -157.6838913, "Species": "Red-billed Tropicbird", "Count": 216, "Date": "2024-02-27" }, "geometry": { "type": "Point", "coordinates": [ -157.6838913, 21.2735944 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2735944, "Longitude": -157.6838913, "Species": "Red-crested Cardinal", "Count": 67, "Date": "2023-07-07" }, "geometry": { "type": "Point", "coordinates": [ -157.6838913, 21.2735944 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2735944, "Longitude": -157.6838913, "Species": "Red-footed Booby", "Count": 428, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.6838913, 21.2735944 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2735944, "Longitude": -157.6838913, "Species": "Red-tailed Tropicbird", "Count": 949, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.6838913, 21.2735944 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2735944, "Longitude": -157.6838913, "Species": "Red-vented Bulbul", "Count": 90, "Date": "2024-02-27" }, "geometry": { "type": "Point", "coordinates": [ -157.6838913, 21.2735944 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2735944, "Longitude": -157.6838913, "Species": "Red-whiskered Bulbul", "Count": 4, "Date": "2023-12-19" }, "geometry": { "type": "Point", "coordinates": [ -157.6838913, 21.2735944 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2735944, "Longitude": -157.6838913, "Species": "Rock Pigeon", "Count": 956, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.6838913, 21.2735944 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2735944, "Longitude": -157.6838913, "Species": "Ruddy Turnstone", "Count": 170, "Date": "2024-01-17" }, "geometry": { "type": "Point", "coordinates": [ -157.6838913, 21.2735944 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2735944, "Longitude": -157.6838913, "Species": "Saffron Finch", "Count": 1, "Date": "2020-03-04" }, "geometry": { "type": "Point", "coordinates": [ -157.6838913, 21.2735944 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2735944, "Longitude": -157.6838913, "Species": "Scaly-breasted Munia", "Count": 3, "Date": "2022-06-25" }, "geometry": { "type": "Point", "coordinates": [ -157.6838913, 21.2735944 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2735944, "Longitude": -157.6838913, "Species": "Short-eared Owl", "Count": 1, "Date": "2019-07-07" }, "geometry": { "type": "Point", "coordinates": [ -157.6838913, 21.2735944 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2735944, "Longitude": -157.6838913, "Species": "Sooty Shearwater", "Count": 1, "Date": "2019-10-24" }, "geometry": { "type": "Point", "coordinates": [ -157.6838913, 21.2735944 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2735944, "Longitude": -157.6838913, "Species": "Sooty Tern", "Count": 536, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.6838913, 21.2735944 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2735944, "Longitude": -157.6838913, "Species": "Spotted Dove", "Count": 58, "Date": "2023-05-03" }, "geometry": { "type": "Point", "coordinates": [ -157.6838913, 21.2735944 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2735944, "Longitude": -157.6838913, "Species": "Wandering Tattler", "Count": 277, "Date": "2024-02-12" }, "geometry": { "type": "Point", "coordinates": [ -157.6838913, 21.2735944 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2735944, "Longitude": -157.6838913, "Species": "Warbling White-eye", "Count": 8, "Date": "2024-02-12" }, "geometry": { "type": "Point", "coordinates": [ -157.6838913, 21.2735944 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2735944, "Longitude": -157.6838913, "Species": "Wedge-tailed Shearwater", "Count": 162, "Date": "2024-01-23" }, "geometry": { "type": "Point", "coordinates": [ -157.6838913, 21.2735944 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2735944, "Longitude": -157.6838913, "Species": "Western Cattle Egret", "Count": 37, "Date": "2024-02-27" }, "geometry": { "type": "Point", "coordinates": [ -157.6838913, 21.2735944 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2735944, "Longitude": -157.6838913, "Species": "White Tern", "Count": 293, "Date": "2024-02-02" }, "geometry": { "type": "Point", "coordinates": [ -157.6838913, 21.2735944 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2735944, "Longitude": -157.6838913, "Species": "White-rumped Shama", "Count": 2, "Date": "2022-02-09" }, "geometry": { "type": "Point", "coordinates": [ -157.6838913, 21.2735944 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2735944, "Longitude": -157.6838913, "Species": "White-tailed Tropicbird", "Count": 67, "Date": "2024-01-20" }, "geometry": { "type": "Point", "coordinates": [ -157.6838913, 21.2735944 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2735944, "Longitude": -157.6838913, "Species": "Zebra Dove", "Count": 212, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.6838913, 21.2735944 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30957318, "Longitude": -157.6642915, "Species": "African Silverbill", "Count": 75, "Date": "2023-08-08" }, "geometry": { "type": "Point", "coordinates": [ -157.6642915, 21.30957318 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30957318, "Longitude": -157.6642915, "Species": "American Wigeon", "Count": 1, "Date": "2022-11-13" }, "geometry": { "type": "Point", "coordinates": [ -157.6642915, 21.30957318 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30957318, "Longitude": -157.6642915, "Species": "Black Noddy", "Count": 20, "Date": "2024-01-01" }, "geometry": { "type": "Point", "coordinates": [ -157.6642915, 21.30957318 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30957318, "Longitude": -157.6642915, "Species": "Black-crowned Night Heron", "Count": 25, "Date": "2023-06-24" }, "geometry": { "type": "Point", "coordinates": [ -157.6642915, 21.30957318 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30957318, "Longitude": -157.6642915, "Species": "Black-necked Stilt", "Count": 2, "Date": "2022-02-06" }, "geometry": { "type": "Point", "coordinates": [ -157.6642915, 21.30957318 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30957318, "Longitude": -157.6642915, "Species": "Brown Booby", "Count": 281, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.6642915, 21.30957318 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30957318, "Longitude": -157.6642915, "Species": "Brown Noddy", "Count": 119, "Date": "2023-12-14" }, "geometry": { "type": "Point", "coordinates": [ -157.6642915, 21.30957318 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30957318, "Longitude": -157.6642915, "Species": "Bulwer's Petrel", "Count": 2, "Date": "2022-08-22" }, "geometry": { "type": "Point", "coordinates": [ -157.6642915, 21.30957318 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30957318, "Longitude": -157.6642915, "Species": "Chestnut Munia", "Count": 2, "Date": "2023-09-22" }, "geometry": { "type": "Point", "coordinates": [ -157.6642915, 21.30957318 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30957318, "Longitude": -157.6642915, "Species": "Common Myna", "Count": 398, "Date": "2024-02-27" }, "geometry": { "type": "Point", "coordinates": [ -157.6642915, 21.30957318 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30957318, "Longitude": -157.6642915, "Species": "Common Waxbill", "Count": 68, "Date": "2024-01-21" }, "geometry": { "type": "Point", "coordinates": [ -157.6642915, 21.30957318 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30957318, "Longitude": -157.6642915, "Species": "Gray Francolin", "Count": 1, "Date": "2022-02-06" }, "geometry": { "type": "Point", "coordinates": [ -157.6642915, 21.30957318 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30957318, "Longitude": -157.6642915, "Species": "Great Frigatebird", "Count": 104, "Date": "2024-01-29" }, "geometry": { "type": "Point", "coordinates": [ -157.6642915, 21.30957318 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30957318, "Longitude": -157.6642915, "Species": "House Finch", "Count": 71, "Date": "2024-01-27" }, "geometry": { "type": "Point", "coordinates": [ -157.6642915, 21.30957318 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30957318, "Longitude": -157.6642915, "Species": "House Sparrow", "Count": 126, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.6642915, 21.30957318 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30957318, "Longitude": -157.6642915, "Species": "Indian Peafowl", "Count": 1, "Date": "2023-12-28" }, "geometry": { "type": "Point", "coordinates": [ -157.6642915, 21.30957318 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30957318, "Longitude": -157.6642915, "Species": "Japanese Bush Warbler", "Count": 1, "Date": "2022-02-06" }, "geometry": { "type": "Point", "coordinates": [ -157.6642915, 21.30957318 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30957318, "Longitude": -157.6642915, "Species": "Java Sparrow", "Count": 5, "Date": "2023-02-22" }, "geometry": { "type": "Point", "coordinates": [ -157.6642915, 21.30957318 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30957318, "Longitude": -157.6642915, "Species": "Laysan Albatross", "Count": 19, "Date": "2023-12-18" }, "geometry": { "type": "Point", "coordinates": [ -157.6642915, 21.30957318 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30957318, "Longitude": -157.6642915, "Species": "Feral Mallard", "Count": 2, "Date": "2023-02-22" }, "geometry": { "type": "Point", "coordinates": [ -157.6642915, 21.30957318 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30957318, "Longitude": -157.6642915, "Species": "Masked Booby", "Count": 90, "Date": "2024-02-02" }, "geometry": { "type": "Point", "coordinates": [ -157.6642915, 21.30957318 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30957318, "Longitude": -157.6642915, "Species": "Northern Cardinal", "Count": 4, "Date": "2023-03-10" }, "geometry": { "type": "Point", "coordinates": [ -157.6642915, 21.30957318 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30957318, "Longitude": -157.6642915, "Species": "Northern Mockingbird", "Count": 1, "Date": "2022-11-13" }, "geometry": { "type": "Point", "coordinates": [ -157.6642915, 21.30957318 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30957318, "Longitude": -157.6642915, "Species": "Pacific Golden-Plover", "Count": 170, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.6642915, 21.30957318 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30957318, "Longitude": -157.6642915, "Species": "Pectoral Sandpiper", "Count": 1, "Date": "2019-09-17" }, "geometry": { "type": "Point", "coordinates": [ -157.6642915, 21.30957318 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30957318, "Longitude": -157.6642915, "Species": "Peregrine Falcon", "Count": 5, "Date": "2019-03-19" }, "geometry": { "type": "Point", "coordinates": [ -157.6642915, 21.30957318 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30957318, "Longitude": -157.6642915, "Species": "Red Junglefowl", "Count": 28, "Date": "2023-05-18" }, "geometry": { "type": "Point", "coordinates": [ -157.6642915, 21.30957318 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30957318, "Longitude": -157.6642915, "Species": "Red-crested Cardinal", "Count": 172, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.6642915, 21.30957318 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30957318, "Longitude": -157.6642915, "Species": "Red-footed Booby", "Count": 546, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.6642915, 21.30957318 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30957318, "Longitude": -157.6642915, "Species": "Red-tailed Tropicbird", "Count": 124, "Date": "2024-01-23" }, "geometry": { "type": "Point", "coordinates": [ -157.6642915, 21.30957318 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30957318, "Longitude": -157.6642915, "Species": "Red-vented Bulbul", "Count": 184, "Date": "2024-02-22" }, "geometry": { "type": "Point", "coordinates": [ -157.6642915, 21.30957318 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30957318, "Longitude": -157.6642915, "Species": "Red-whiskered Bulbul", "Count": 5, "Date": "2022-03-26" }, "geometry": { "type": "Point", "coordinates": [ -157.6642915, 21.30957318 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30957318, "Longitude": -157.6642915, "Species": "Rock Pigeon", "Count": 137, "Date": "2024-02-22" }, "geometry": { "type": "Point", "coordinates": [ -157.6642915, 21.30957318 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30957318, "Longitude": -157.6642915, "Species": "Rose-ringed Parakeet", "Count": 2, "Date": "2022-03-26" }, "geometry": { "type": "Point", "coordinates": [ -157.6642915, 21.30957318 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30957318, "Longitude": -157.6642915, "Species": "Rosy-faced Lovebird", "Count": 1, "Date": "2020-06-08" }, "geometry": { "type": "Point", "coordinates": [ -157.6642915, 21.30957318 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30957318, "Longitude": -157.6642915, "Species": "Ruddy Turnstone", "Count": 4, "Date": "2023-02-07" }, "geometry": { "type": "Point", "coordinates": [ -157.6642915, 21.30957318 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30957318, "Longitude": -157.6642915, "Species": "Saffron Finch", "Count": 1, "Date": "2022-11-13" }, "geometry": { "type": "Point", "coordinates": [ -157.6642915, 21.30957318 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30957318, "Longitude": -157.6642915, "Species": "Scaly-breasted Munia", "Count": 5, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.6642915, 21.30957318 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30957318, "Longitude": -157.6642915, "Species": "Sooty Shearwater", "Count": 10, "Date": "2021-09-28" }, "geometry": { "type": "Point", "coordinates": [ -157.6642915, 21.30957318 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30957318, "Longitude": -157.6642915, "Species": "Sooty Tern", "Count": 375, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.6642915, 21.30957318 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30957318, "Longitude": -157.6642915, "Species": "Spotted Dove", "Count": 273, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.6642915, 21.30957318 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30957318, "Longitude": -157.6642915, "Species": "Wandering Tattler", "Count": 108, "Date": "2024-01-27" }, "geometry": { "type": "Point", "coordinates": [ -157.6642915, 21.30957318 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30957318, "Longitude": -157.6642915, "Species": "Warbling White-eye", "Count": 22, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.6642915, 21.30957318 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30957318, "Longitude": -157.6642915, "Species": "Wedge-tailed Shearwater", "Count": 180, "Date": "2024-01-01" }, "geometry": { "type": "Point", "coordinates": [ -157.6642915, 21.30957318 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30957318, "Longitude": -157.6642915, "Species": "Western Cattle Egret", "Count": 142, "Date": "2024-02-22" }, "geometry": { "type": "Point", "coordinates": [ -157.6642915, 21.30957318 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30957318, "Longitude": -157.6642915, "Species": "White Tern", "Count": 40, "Date": "2024-02-18" }, "geometry": { "type": "Point", "coordinates": [ -157.6642915, 21.30957318 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30957318, "Longitude": -157.6642915, "Species": "White-faced Ibis", "Count": 1, "Date": "2022-11-13" }, "geometry": { "type": "Point", "coordinates": [ -157.6642915, 21.30957318 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30957318, "Longitude": -157.6642915, "Species": "White-rumped Shama", "Count": 3, "Date": "2023-10-21" }, "geometry": { "type": "Point", "coordinates": [ -157.6642915, 21.30957318 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30957318, "Longitude": -157.6642915, "Species": "White-tailed Tropicbird", "Count": 12, "Date": "2024-01-01" }, "geometry": { "type": "Point", "coordinates": [ -157.6642915, 21.30957318 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30957318, "Longitude": -157.6642915, "Species": "Yellow-fronted Canary", "Count": 7, "Date": "2020-01-29" }, "geometry": { "type": "Point", "coordinates": [ -157.6642915, 21.30957318 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30957318, "Longitude": -157.6642915, "Species": "Zebra Dove", "Count": 355, "Date": "2024-02-27" }, "geometry": { "type": "Point", "coordinates": [ -157.6642915, 21.30957318 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38407259, "Longitude": -157.981909, "Species": "African Silverbill", "Count": 10, "Date": "2023-03-24" }, "geometry": { "type": "Point", "coordinates": [ -157.981909, 21.38407259 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38407259, "Longitude": -157.981909, "Species": "American Wigeon", "Count": 26, "Date": "2023-03-25" }, "geometry": { "type": "Point", "coordinates": [ -157.981909, 21.38407259 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38407259, "Longitude": -157.981909, "Species": "Barn Owl", "Count": 1, "Date": "2023-08-28" }, "geometry": { "type": "Point", "coordinates": [ -157.981909, 21.38407259 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38407259, "Longitude": -157.981909, "Species": "Black-crowned Night Heron", "Count": 114, "Date": "2024-02-21" }, "geometry": { "type": "Point", "coordinates": [ -157.981909, 21.38407259 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38407259, "Longitude": -157.981909, "Species": "Black-necked Stilt", "Count": 138, "Date": "2024-02-21" }, "geometry": { "type": "Point", "coordinates": [ -157.981909, 21.38407259 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38407259, "Longitude": -157.981909, "Species": "Blue-winged Teal", "Count": 9, "Date": "2021-04-22" }, "geometry": { "type": "Point", "coordinates": [ -157.981909, 21.38407259 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38407259, "Longitude": -157.981909, "Species": "Chestnut Munia", "Count": 25, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.981909, 21.38407259 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38407259, "Longitude": -157.981909, "Species": "Common Gallinule", "Count": 73, "Date": "2024-01-01" }, "geometry": { "type": "Point", "coordinates": [ -157.981909, 21.38407259 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38407259, "Longitude": -157.981909, "Species": "Common Myna", "Count": 42, "Date": "2024-02-21" }, "geometry": { "type": "Point", "coordinates": [ -157.981909, 21.38407259 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38407259, "Longitude": -157.981909, "Species": "Common Waxbill", "Count": 63, "Date": "2024-02-21" }, "geometry": { "type": "Point", "coordinates": [ -157.981909, 21.38407259 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38407259, "Longitude": -157.981909, "Species": "Dunlin", "Count": 25, "Date": "2023-02-26" }, "geometry": { "type": "Point", "coordinates": [ -157.981909, 21.38407259 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38407259, "Longitude": -157.981909, "Species": "Eurasian Wigeon", "Count": 18, "Date": "2023-03-25" }, "geometry": { "type": "Point", "coordinates": [ -157.981909, 21.38407259 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38407259, "Longitude": -157.981909, "Species": "Gadwall", "Count": 3, "Date": "2023-01-18" }, "geometry": { "type": "Point", "coordinates": [ -157.981909, 21.38407259 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38407259, "Longitude": -157.981909, "Species": "Gray Francolin", "Count": 96, "Date": "2024-01-08" }, "geometry": { "type": "Point", "coordinates": [ -157.981909, 21.38407259 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38407259, "Longitude": -157.981909, "Species": "Greater Scaup", "Count": 9, "Date": "2022-03-04" }, "geometry": { "type": "Point", "coordinates": [ -157.981909, 21.38407259 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38407259, "Longitude": -157.981909, "Species": "Green-winged Teal", "Count": 3, "Date": "2023-03-18" }, "geometry": { "type": "Point", "coordinates": [ -157.981909, 21.38407259 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38407259, "Longitude": -157.981909, "Species": "Hawaiian Coot", "Count": 140, "Date": "2024-02-21" }, "geometry": { "type": "Point", "coordinates": [ -157.981909, 21.38407259 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38407259, "Longitude": -157.981909, "Species": "House Finch", "Count": 14, "Date": "2024-02-21" }, "geometry": { "type": "Point", "coordinates": [ -157.981909, 21.38407259 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38407259, "Longitude": -157.981909, "Species": "House Sparrow", "Count": 8, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.981909, 21.38407259 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38407259, "Longitude": -157.981909, "Species": "Java Sparrow", "Count": 14, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.981909, 21.38407259 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38407259, "Longitude": -157.981909, "Species": "Least Tern", "Count": 7, "Date": "2022-11-09" }, "geometry": { "type": "Point", "coordinates": [ -157.981909, 21.38407259 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38407259, "Longitude": -157.981909, "Species": "Lesser Scaup", "Count": 13, "Date": "2022-01-02" }, "geometry": { "type": "Point", "coordinates": [ -157.981909, 21.38407259 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38407259, "Longitude": -157.981909, "Species": "Lesser Yellowlegs", "Count": 1, "Date": "2023-11-19" }, "geometry": { "type": "Point", "coordinates": [ -157.981909, 21.38407259 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38407259, "Longitude": -157.981909, "Species": "Long-billed Dowitcher", "Count": 10, "Date": "2023-01-02" }, "geometry": { "type": "Point", "coordinates": [ -157.981909, 21.38407259 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38407259, "Longitude": -157.981909, "Species": "Feral Mallard", "Count": 87, "Date": "2024-01-08" }, "geometry": { "type": "Point", "coordinates": [ -157.981909, 21.38407259 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38407259, "Longitude": -157.981909, "Species": "Mourning Dove", "Count": 2, "Date": "2022-11-05" }, "geometry": { "type": "Point", "coordinates": [ -157.981909, 21.38407259 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38407259, "Longitude": -157.981909, "Species": "Muscovy Duck", "Count": 1, "Date": "2021-10-27" }, "geometry": { "type": "Point", "coordinates": [ -157.981909, 21.38407259 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38407259, "Longitude": -157.981909, "Species": "Northern Cardinal", "Count": 54, "Date": "2024-01-01" }, "geometry": { "type": "Point", "coordinates": [ -157.981909, 21.38407259 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38407259, "Longitude": -157.981909, "Species": "Northern Pintail", "Count": 21, "Date": "2023-02-12" }, "geometry": { "type": "Point", "coordinates": [ -157.981909, 21.38407259 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38407259, "Longitude": -157.981909, "Species": "Northern Shoveler", "Count": 12, "Date": "2023-03-25" }, "geometry": { "type": "Point", "coordinates": [ -157.981909, 21.38407259 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38407259, "Longitude": -157.981909, "Species": "Pacific Golden-Plover", "Count": 138, "Date": "2024-02-21" }, "geometry": { "type": "Point", "coordinates": [ -157.981909, 21.38407259 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38407259, "Longitude": -157.981909, "Species": "Pectoral Sandpiper", "Count": 3, "Date": "2021-10-23" }, "geometry": { "type": "Point", "coordinates": [ -157.981909, 21.38407259 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38407259, "Longitude": -157.981909, "Species": "Red Avadavat", "Count": 1, "Date": "2023-02-16" }, "geometry": { "type": "Point", "coordinates": [ -157.981909, 21.38407259 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38407259, "Longitude": -157.981909, "Species": "Red Junglefowl", "Count": 5, "Date": "2023-11-19" }, "geometry": { "type": "Point", "coordinates": [ -157.981909, 21.38407259 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38407259, "Longitude": -157.981909, "Species": "Red-crested Cardinal", "Count": 45, "Date": "2024-02-21" }, "geometry": { "type": "Point", "coordinates": [ -157.981909, 21.38407259 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38407259, "Longitude": -157.981909, "Species": "Red-vented Bulbul", "Count": 74, "Date": "2024-01-01" }, "geometry": { "type": "Point", "coordinates": [ -157.981909, 21.38407259 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38407259, "Longitude": -157.981909, "Species": "Red-whiskered Bulbul", "Count": 20, "Date": "2024-02-21" }, "geometry": { "type": "Point", "coordinates": [ -157.981909, 21.38407259 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38407259, "Longitude": -157.981909, "Species": "Ring-necked Duck", "Count": 3, "Date": "2019-11-24" }, "geometry": { "type": "Point", "coordinates": [ -157.981909, 21.38407259 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38407259, "Longitude": -157.981909, "Species": "Rock Pigeon", "Count": 10, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.981909, 21.38407259 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38407259, "Longitude": -157.981909, "Species": "Rose-ringed Parakeet", "Count": 19, "Date": "2024-01-01" }, "geometry": { "type": "Point", "coordinates": [ -157.981909, 21.38407259 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38407259, "Longitude": -157.981909, "Species": "Ruddy Turnstone", "Count": 117, "Date": "2024-01-01" }, "geometry": { "type": "Point", "coordinates": [ -157.981909, 21.38407259 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38407259, "Longitude": -157.981909, "Species": "Saffron Finch", "Count": 13, "Date": "2024-02-21" }, "geometry": { "type": "Point", "coordinates": [ -157.981909, 21.38407259 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38407259, "Longitude": -157.981909, "Species": "Sanderling", "Count": 48, "Date": "2024-01-01" }, "geometry": { "type": "Point", "coordinates": [ -157.981909, 21.38407259 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38407259, "Longitude": -157.981909, "Species": "Scaly-breasted Munia", "Count": 8, "Date": "2023-01-18" }, "geometry": { "type": "Point", "coordinates": [ -157.981909, 21.38407259 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38407259, "Longitude": -157.981909, "Species": "Spotted Dove", "Count": 97, "Date": "2024-02-21" }, "geometry": { "type": "Point", "coordinates": [ -157.981909, 21.38407259 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38407259, "Longitude": -157.981909, "Species": "Wandering Tattler", "Count": 72, "Date": "2023-11-19" }, "geometry": { "type": "Point", "coordinates": [ -157.981909, 21.38407259 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38407259, "Longitude": -157.981909, "Species": "Warbling White-eye", "Count": 66, "Date": "2024-02-21" }, "geometry": { "type": "Point", "coordinates": [ -157.981909, 21.38407259 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38407259, "Longitude": -157.981909, "Species": "Western Cattle Egret", "Count": 93, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.981909, 21.38407259 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38407259, "Longitude": -157.981909, "Species": "White Tern", "Count": 1, "Date": "2022-10-21" }, "geometry": { "type": "Point", "coordinates": [ -157.981909, 21.38407259 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38407259, "Longitude": -157.981909, "Species": "White-faced Ibis", "Count": 3, "Date": "2022-11-22" }, "geometry": { "type": "Point", "coordinates": [ -157.981909, 21.38407259 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38407259, "Longitude": -157.981909, "Species": "White-rumped Shama", "Count": 66, "Date": "2024-01-01" }, "geometry": { "type": "Point", "coordinates": [ -157.981909, 21.38407259 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.38407259, "Longitude": -157.981909, "Species": "Zebra Dove", "Count": 72, "Date": "2024-02-21" }, "geometry": { "type": "Point", "coordinates": [ -157.981909, 21.38407259 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42774248, "Longitude": -157.7596956, "Species": "African Silverbill", "Count": 10, "Date": "2024-02-10" }, "geometry": { "type": "Point", "coordinates": [ -157.759695599999986, 21.42774248 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42774248, "Longitude": -157.7596956, "Species": "American Wigeon", "Count": 36, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.759695599999986, 21.42774248 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42774248, "Longitude": -157.7596956, "Species": "Black Noddy", "Count": 103, "Date": "2023-10-27" }, "geometry": { "type": "Point", "coordinates": [ -157.759695599999986, 21.42774248 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42774248, "Longitude": -157.7596956, "Species": "Black-bellied Plover", "Count": 7, "Date": "2023-01-22" }, "geometry": { "type": "Point", "coordinates": [ -157.759695599999986, 21.42774248 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42774248, "Longitude": -157.7596956, "Species": "Black-crowned Night Heron", "Count": 166, "Date": "2024-02-10" }, "geometry": { "type": "Point", "coordinates": [ -157.759695599999986, 21.42774248 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42774248, "Longitude": -157.7596956, "Species": "Black-necked Stilt", "Count": 213, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.759695599999986, 21.42774248 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42774248, "Longitude": -157.7596956, "Species": "Brant", "Count": 24, "Date": "2024-02-06" }, "geometry": { "type": "Point", "coordinates": [ -157.759695599999986, 21.42774248 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42774248, "Longitude": -157.7596956, "Species": "Bristle-thighed Curlew", "Count": 17, "Date": "2023-03-31" }, "geometry": { "type": "Point", "coordinates": [ -157.759695599999986, 21.42774248 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42774248, "Longitude": -157.7596956, "Species": "Brown Noddy", "Count": 4, "Date": "2019-08-18" }, "geometry": { "type": "Point", "coordinates": [ -157.759695599999986, 21.42774248 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42774248, "Longitude": -157.7596956, "Species": "Caspian Tern", "Count": 57, "Date": "2024-02-10" }, "geometry": { "type": "Point", "coordinates": [ -157.759695599999986, 21.42774248 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42774248, "Longitude": -157.7596956, "Species": "Chestnut Munia", "Count": 33, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.759695599999986, 21.42774248 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42774248, "Longitude": -157.7596956, "Species": "Common Gallinule", "Count": 4, "Date": "2023-04-24" }, "geometry": { "type": "Point", "coordinates": [ -157.759695599999986, 21.42774248 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42774248, "Longitude": -157.7596956, "Species": "Common Myna", "Count": 130, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.759695599999986, 21.42774248 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42774248, "Longitude": -157.7596956, "Species": "Common Waxbill", "Count": 145, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.759695599999986, 21.42774248 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42774248, "Longitude": -157.7596956, "Species": "Eurasian Wigeon", "Count": 35, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.759695599999986, 21.42774248 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42774248, "Longitude": -157.7596956, "Species": "Gray Francolin", "Count": 40, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.759695599999986, 21.42774248 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42774248, "Longitude": -157.7596956, "Species": "Great Frigatebird", "Count": 77, "Date": "2023-06-03" }, "geometry": { "type": "Point", "coordinates": [ -157.759695599999986, 21.42774248 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42774248, "Longitude": -157.7596956, "Species": "Hawaiian Coot", "Count": 48, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.759695599999986, 21.42774248 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42774248, "Longitude": -157.7596956, "Species": "House Finch", "Count": 146, "Date": "2024-02-10" }, "geometry": { "type": "Point", "coordinates": [ -157.759695599999986, 21.42774248 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42774248, "Longitude": -157.7596956, "Species": "House Sparrow", "Count": 12, "Date": "2023-04-24" }, "geometry": { "type": "Point", "coordinates": [ -157.759695599999986, 21.42774248 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42774248, "Longitude": -157.7596956, "Species": "Java Sparrow", "Count": 71, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.759695599999986, 21.42774248 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42774248, "Longitude": -157.7596956, "Species": "Laughing Gull", "Count": 14, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.759695599999986, 21.42774248 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42774248, "Longitude": -157.7596956, "Species": "Feral Mallard", "Count": 113, "Date": "2024-02-10" }, "geometry": { "type": "Point", "coordinates": [ -157.759695599999986, 21.42774248 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42774248, "Longitude": -157.7596956, "Species": "Muscovy Duck", "Count": 1, "Date": "2020-01-19" }, "geometry": { "type": "Point", "coordinates": [ -157.759695599999986, 21.42774248 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42774248, "Longitude": -157.7596956, "Species": "Northern Cardinal", "Count": 133, "Date": "2024-02-10" }, "geometry": { "type": "Point", "coordinates": [ -157.759695599999986, 21.42774248 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42774248, "Longitude": -157.7596956, "Species": "Northern Mockingbird", "Count": 1, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.759695599999986, 21.42774248 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42774248, "Longitude": -157.7596956, "Species": "Northern Pintail", "Count": 25, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.759695599999986, 21.42774248 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42774248, "Longitude": -157.7596956, "Species": "Northern Shoveler", "Count": 6, "Date": "2023-01-22" }, "geometry": { "type": "Point", "coordinates": [ -157.759695599999986, 21.42774248 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42774248, "Longitude": -157.7596956, "Species": "Pacific Golden-Plover", "Count": 154, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.759695599999986, 21.42774248 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42774248, "Longitude": -157.7596956, "Species": "Red Avadavat", "Count": 5, "Date": "2021-10-15" }, "geometry": { "type": "Point", "coordinates": [ -157.759695599999986, 21.42774248 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42774248, "Longitude": -157.7596956, "Species": "Red Junglefowl", "Count": 13, "Date": "2024-02-06" }, "geometry": { "type": "Point", "coordinates": [ -157.759695599999986, 21.42774248 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42774248, "Longitude": -157.7596956, "Species": "Red-billed Leiothrix", "Count": 23, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.759695599999986, 21.42774248 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42774248, "Longitude": -157.7596956, "Species": "Red-crested Cardinal", "Count": 146, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.759695599999986, 21.42774248 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42774248, "Longitude": -157.7596956, "Species": "Red-footed Booby", "Count": 1, "Date": "2019-03-13" }, "geometry": { "type": "Point", "coordinates": [ -157.759695599999986, 21.42774248 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42774248, "Longitude": -157.7596956, "Species": "Red-tailed Tropicbird", "Count": 1, "Date": "2022-08-25" }, "geometry": { "type": "Point", "coordinates": [ -157.759695599999986, 21.42774248 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42774248, "Longitude": -157.7596956, "Species": "Red-vented Bulbul", "Count": 144, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.759695599999986, 21.42774248 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42774248, "Longitude": -157.7596956, "Species": "Red-whiskered Bulbul", "Count": 49, "Date": "2024-02-10" }, "geometry": { "type": "Point", "coordinates": [ -157.759695599999986, 21.42774248 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42774248, "Longitude": -157.7596956, "Species": "Rock Pigeon", "Count": 33, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.759695599999986, 21.42774248 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42774248, "Longitude": -157.7596956, "Species": "Ruddy Turnstone", "Count": 24, "Date": "2024-02-10" }, "geometry": { "type": "Point", "coordinates": [ -157.759695599999986, 21.42774248 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42774248, "Longitude": -157.7596956, "Species": "Saffron Finch", "Count": 4, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.759695599999986, 21.42774248 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42774248, "Longitude": -157.7596956, "Species": "Sanderling", "Count": 12, "Date": "2024-01-01" }, "geometry": { "type": "Point", "coordinates": [ -157.759695599999986, 21.42774248 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42774248, "Longitude": -157.7596956, "Species": "Scaly-breasted Munia", "Count": 80, "Date": "2024-02-06" }, "geometry": { "type": "Point", "coordinates": [ -157.759695599999986, 21.42774248 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42774248, "Longitude": -157.7596956, "Species": "Short-eared Owl", "Count": 2, "Date": "2023-02-07" }, "geometry": { "type": "Point", "coordinates": [ -157.759695599999986, 21.42774248 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42774248, "Longitude": -157.7596956, "Species": "Sooty Tern", "Count": 3, "Date": "2023-01-22" }, "geometry": { "type": "Point", "coordinates": [ -157.759695599999986, 21.42774248 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42774248, "Longitude": -157.7596956, "Species": "Spotted Dove", "Count": 94, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.759695599999986, 21.42774248 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42774248, "Longitude": -157.7596956, "Species": "Wandering Tattler", "Count": 91, "Date": "2024-02-10" }, "geometry": { "type": "Point", "coordinates": [ -157.759695599999986, 21.42774248 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42774248, "Longitude": -157.7596956, "Species": "Warbling White-eye", "Count": 165, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.759695599999986, 21.42774248 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42774248, "Longitude": -157.7596956, "Species": "Western Cattle Egret", "Count": 211, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.759695599999986, 21.42774248 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42774248, "Longitude": -157.7596956, "Species": "White-rumped Shama", "Count": 180, "Date": "2024-02-10" }, "geometry": { "type": "Point", "coordinates": [ -157.759695599999986, 21.42774248 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42774248, "Longitude": -157.7596956, "Species": "Yellow-fronted Canary", "Count": 25, "Date": "2023-03-31" }, "geometry": { "type": "Point", "coordinates": [ -157.759695599999986, 21.42774248 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.42774248, "Longitude": -157.7596956, "Species": "Zebra Dove", "Count": 186, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.759695599999986, 21.42774248 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30949596, "Longitude": -157.654652, "Species": "African Silverbill", "Count": 22, "Date": "2023-08-02" }, "geometry": { "type": "Point", "coordinates": [ -157.654652, 21.30949596 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30949596, "Longitude": -157.654652, "Species": "Black Noddy", "Count": 10, "Date": "2023-11-02" }, "geometry": { "type": "Point", "coordinates": [ -157.654652, 21.30949596 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30949596, "Longitude": -157.654652, "Species": "Black-crowned Night Heron", "Count": 3, "Date": "2022-04-24" }, "geometry": { "type": "Point", "coordinates": [ -157.654652, 21.30949596 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30949596, "Longitude": -157.654652, "Species": "Black-necked Stilt", "Count": 6, "Date": "2022-04-19" }, "geometry": { "type": "Point", "coordinates": [ -157.654652, 21.30949596 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30949596, "Longitude": -157.654652, "Species": "Brown Booby", "Count": 150, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.654652, 21.30949596 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30949596, "Longitude": -157.654652, "Species": "Brown Noddy", "Count": 33, "Date": "2023-11-24" }, "geometry": { "type": "Point", "coordinates": [ -157.654652, 21.30949596 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30949596, "Longitude": -157.654652, "Species": "Chestnut Munia", "Count": 3, "Date": "2023-10-22" }, "geometry": { "type": "Point", "coordinates": [ -157.654652, 21.30949596 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30949596, "Longitude": -157.654652, "Species": "Common Myna", "Count": 332, "Date": "2024-02-27" }, "geometry": { "type": "Point", "coordinates": [ -157.654652, 21.30949596 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30949596, "Longitude": -157.654652, "Species": "Common Waxbill", "Count": 62, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.654652, 21.30949596 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30949596, "Longitude": -157.654652, "Species": "Eurasian Skylark", "Count": 1, "Date": "2022-03-27" }, "geometry": { "type": "Point", "coordinates": [ -157.654652, 21.30949596 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30949596, "Longitude": -157.654652, "Species": "Gray-backed Tern", "Count": 2, "Date": "2022-12-14" }, "geometry": { "type": "Point", "coordinates": [ -157.654652, 21.30949596 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30949596, "Longitude": -157.654652, "Species": "Great Frigatebird", "Count": 190, "Date": "2024-02-05" }, "geometry": { "type": "Point", "coordinates": [ -157.654652, 21.30949596 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30949596, "Longitude": -157.654652, "Species": "House Finch", "Count": 47, "Date": "2023-11-23" }, "geometry": { "type": "Point", "coordinates": [ -157.654652, 21.30949596 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30949596, "Longitude": -157.654652, "Species": "House Sparrow", "Count": 15, "Date": "2023-07-07" }, "geometry": { "type": "Point", "coordinates": [ -157.654652, 21.30949596 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30949596, "Longitude": -157.654652, "Species": "Japanese Bush Warbler", "Count": 4, "Date": "2021-07-22" }, "geometry": { "type": "Point", "coordinates": [ -157.654652, 21.30949596 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30949596, "Longitude": -157.654652, "Species": "Java Sparrow", "Count": 14, "Date": "2023-04-28" }, "geometry": { "type": "Point", "coordinates": [ -157.654652, 21.30949596 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30949596, "Longitude": -157.654652, "Species": "Laysan Albatross", "Count": 6, "Date": "2023-06-13" }, "geometry": { "type": "Point", "coordinates": [ -157.654652, 21.30949596 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30949596, "Longitude": -157.654652, "Species": "Feral Mallard ", "Count": 2, "Date": "2021-04-25" }, "geometry": { "type": "Point", "coordinates": [ -157.654652, 21.30949596 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30949596, "Longitude": -157.654652, "Species": "Masked Booby", "Count": 60, "Date": "2024-02-05" }, "geometry": { "type": "Point", "coordinates": [ -157.654652, 21.30949596 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30949596, "Longitude": -157.654652, "Species": "Northern Cardinal", "Count": 16, "Date": "2022-06-16" }, "geometry": { "type": "Point", "coordinates": [ -157.654652, 21.30949596 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30949596, "Longitude": -157.654652, "Species": "Northern Mockingbird", "Count": 6, "Date": "2022-10-21" }, "geometry": { "type": "Point", "coordinates": [ -157.654652, 21.30949596 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30949596, "Longitude": -157.654652, "Species": "Pacific Golden-Plover", "Count": 15, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.654652, 21.30949596 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30949596, "Longitude": -157.654652, "Species": "Red Avadavat", "Count": 1, "Date": "2023-04-29" }, "geometry": { "type": "Point", "coordinates": [ -157.654652, 21.30949596 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30949596, "Longitude": -157.654652, "Species": "Red Junglefowl", "Count": 4, "Date": "2022-01-02" }, "geometry": { "type": "Point", "coordinates": [ -157.654652, 21.30949596 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30949596, "Longitude": -157.654652, "Species": "Red-billed Leiothrix", "Count": 2, "Date": "2020-01-22" }, "geometry": { "type": "Point", "coordinates": [ -157.654652, 21.30949596 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30949596, "Longitude": -157.654652, "Species": "Red-billed Tropicbird", "Count": 4, "Date": "2023-03-13" }, "geometry": { "type": "Point", "coordinates": [ -157.654652, 21.30949596 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30949596, "Longitude": -157.654652, "Species": "Red-crested Cardinal", "Count": 178, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.654652, 21.30949596 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30949596, "Longitude": -157.654652, "Species": "Red-footed Booby", "Count": 389, "Date": "2024-02-27" }, "geometry": { "type": "Point", "coordinates": [ -157.654652, 21.30949596 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30949596, "Longitude": -157.654652, "Species": "Red-tailed Tropicbird", "Count": 179, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.654652, 21.30949596 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30949596, "Longitude": -157.654652, "Species": "Red-vented Bulbul", "Count": 206, "Date": "2024-02-27" }, "geometry": { "type": "Point", "coordinates": [ -157.654652, 21.30949596 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30949596, "Longitude": -157.654652, "Species": "Red-whiskered Bulbul", "Count": 9, "Date": "2023-10-22" }, "geometry": { "type": "Point", "coordinates": [ -157.654652, 21.30949596 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30949596, "Longitude": -157.654652, "Species": "Rock Pigeon", "Count": 191, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.654652, 21.30949596 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30949596, "Longitude": -157.654652, "Species": "Rose-ringed Parakeet", "Count": 2, "Date": "2023-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.654652, 21.30949596 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30949596, "Longitude": -157.654652, "Species": "Ruddy Turnstone", "Count": 6, "Date": "2023-01-20" }, "geometry": { "type": "Point", "coordinates": [ -157.654652, 21.30949596 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30949596, "Longitude": -157.654652, "Species": "Saffron Finch", "Count": 1, "Date": "2021-12-18" }, "geometry": { "type": "Point", "coordinates": [ -157.654652, 21.30949596 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30949596, "Longitude": -157.654652, "Species": "Sanderling", "Count": 1, "Date": "2021-11-17" }, "geometry": { "type": "Point", "coordinates": [ -157.654652, 21.30949596 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30949596, "Longitude": -157.654652, "Species": "Scaly-breasted Munia", "Count": 5, "Date": "2023-03-17" }, "geometry": { "type": "Point", "coordinates": [ -157.654652, 21.30949596 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30949596, "Longitude": -157.654652, "Species": "Sooty Tern", "Count": 261, "Date": "2024-02-27" }, "geometry": { "type": "Point", "coordinates": [ -157.654652, 21.30949596 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30949596, "Longitude": -157.654652, "Species": "Spotted Dove", "Count": 137, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.654652, 21.30949596 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30949596, "Longitude": -157.654652, "Species": "Wandering Tattler", "Count": 18, "Date": "2023-08-02" }, "geometry": { "type": "Point", "coordinates": [ -157.654652, 21.30949596 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30949596, "Longitude": -157.654652, "Species": "Warbling White-eye", "Count": 48, "Date": "2024-01-18" }, "geometry": { "type": "Point", "coordinates": [ -157.654652, 21.30949596 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30949596, "Longitude": -157.654652, "Species": "Wedge-tailed Shearwater", "Count": 98, "Date": "2023-11-04" }, "geometry": { "type": "Point", "coordinates": [ -157.654652, 21.30949596 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30949596, "Longitude": -157.654652, "Species": "Western Cattle Egret", "Count": 47, "Date": "2023-12-06" }, "geometry": { "type": "Point", "coordinates": [ -157.654652, 21.30949596 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30949596, "Longitude": -157.654652, "Species": "White Tern", "Count": 62, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.654652, 21.30949596 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30949596, "Longitude": -157.654652, "Species": "White-rumped Shama", "Count": 5, "Date": "2023-10-18" }, "geometry": { "type": "Point", "coordinates": [ -157.654652, 21.30949596 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30949596, "Longitude": -157.654652, "Species": "White-tailed Tropicbird", "Count": 49, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.654652, 21.30949596 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30949596, "Longitude": -157.654652, "Species": "Yellow-fronted Canary", "Count": 4, "Date": "2023-03-05" }, "geometry": { "type": "Point", "coordinates": [ -157.654652, 21.30949596 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30949596, "Longitude": -157.654652, "Species": "Zebra Dove", "Count": 295, "Date": "2024-02-27" }, "geometry": { "type": "Point", "coordinates": [ -157.654652, 21.30949596 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33063251, "Longitude": -158.117271, "Species": "African Silverbill", "Count": 7, "Date": "2023-06-02" }, "geometry": { "type": "Point", "coordinates": [ -158.117271, 21.33063251 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33063251, "Longitude": -158.117271, "Species": "American Wigeon", "Count": 2, "Date": "2022-12-01" }, "geometry": { "type": "Point", "coordinates": [ -158.117271, 21.33063251 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33063251, "Longitude": -158.117271, "Species": "Black Francolin", "Count": 7, "Date": "2022-07-07" }, "geometry": { "type": "Point", "coordinates": [ -158.117271, 21.33063251 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33063251, "Longitude": -158.117271, "Species": "Black Swan", "Count": 36, "Date": "2024-02-09" }, "geometry": { "type": "Point", "coordinates": [ -158.117271, 21.33063251 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33063251, "Longitude": -158.117271, "Species": "Black-crowned Night Heron", "Count": 63, "Date": "2024-02-16" }, "geometry": { "type": "Point", "coordinates": [ -158.117271, 21.33063251 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33063251, "Longitude": -158.117271, "Species": "Black-necked Stilt", "Count": 56, "Date": "2024-02-06" }, "geometry": { "type": "Point", "coordinates": [ -158.117271, 21.33063251 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33063251, "Longitude": -158.117271, "Species": "Brown Booby", "Count": 14, "Date": "2024-01-20" }, "geometry": { "type": "Point", "coordinates": [ -158.117271, 21.33063251 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33063251, "Longitude": -158.117271, "Species": "Chestnut Munia", "Count": 60, "Date": "2023-07-20" }, "geometry": { "type": "Point", "coordinates": [ -158.117271, 21.33063251 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33063251, "Longitude": -158.117271, "Species": "Common Gallinule", "Count": 1, "Date": "2023-04-22" }, "geometry": { "type": "Point", "coordinates": [ -158.117271, 21.33063251 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33063251, "Longitude": -158.117271, "Species": "Common Myna", "Count": 346, "Date": "2024-02-09" }, "geometry": { "type": "Point", "coordinates": [ -158.117271, 21.33063251 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33063251, "Longitude": -158.117271, "Species": "Common Waxbill", "Count": 180, "Date": "2024-02-09" }, "geometry": { "type": "Point", "coordinates": [ -158.117271, 21.33063251 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33063251, "Longitude": -158.117271, "Species": "Eurasian Skylark", "Count": 4, "Date": "2023-02-08" }, "geometry": { "type": "Point", "coordinates": [ -158.117271, 21.33063251 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33063251, "Longitude": -158.117271, "Species": "Gray Francolin", "Count": 62, "Date": "2023-06-02" }, "geometry": { "type": "Point", "coordinates": [ -158.117271, 21.33063251 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33063251, "Longitude": -158.117271, "Species": "Great Frigatebird", "Count": 7, "Date": "2022-07-11" }, "geometry": { "type": "Point", "coordinates": [ -158.117271, 21.33063251 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33063251, "Longitude": -158.117271, "Species": "Hawaiian Coot", "Count": 66, "Date": "2024-02-09" }, "geometry": { "type": "Point", "coordinates": [ -158.117271, 21.33063251 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33063251, "Longitude": -158.117271, "Species": "House Finch", "Count": 153, "Date": "2024-01-20" }, "geometry": { "type": "Point", "coordinates": [ -158.117271, 21.33063251 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33063251, "Longitude": -158.117271, "Species": "House Sparrow", "Count": 117, "Date": "2024-02-06" }, "geometry": { "type": "Point", "coordinates": [ -158.117271, 21.33063251 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33063251, "Longitude": -158.117271, "Species": "Japanese Bush Warbler", "Count": 1, "Date": "2020-03-04" }, "geometry": { "type": "Point", "coordinates": [ -158.117271, 21.33063251 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33063251, "Longitude": -158.117271, "Species": "Java Sparrow", "Count": 76, "Date": "2024-02-06" }, "geometry": { "type": "Point", "coordinates": [ -158.117271, 21.33063251 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33063251, "Longitude": -158.117271, "Species": "Long-billed Dowitcher", "Count": 2, "Date": "2022-11-30" }, "geometry": { "type": "Point", "coordinates": [ -158.117271, 21.33063251 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33063251, "Longitude": -158.117271, "Species": "Muscovy Duck", "Count": 25, "Date": "2024-01-02" }, "geometry": { "type": "Point", "coordinates": [ -158.117271, 21.33063251 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33063251, "Longitude": -158.117271, "Species": "Northern Cardinal", "Count": 29, "Date": "2023-06-02" }, "geometry": { "type": "Point", "coordinates": [ -158.117271, 21.33063251 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33063251, "Longitude": -158.117271, "Species": "Northern Mockingbird", "Count": 11, "Date": "2023-01-21" }, "geometry": { "type": "Point", "coordinates": [ -158.117271, 21.33063251 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33063251, "Longitude": -158.117271, "Species": "Northern Shoveler", "Count": 1, "Date": "2024-01-20" }, "geometry": { "type": "Point", "coordinates": [ -158.117271, 21.33063251 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33063251, "Longitude": -158.117271, "Species": "Pacific Golden-Plover", "Count": 246, "Date": "2024-02-09" }, "geometry": { "type": "Point", "coordinates": [ -158.117271, 21.33063251 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33063251, "Longitude": -158.117271, "Species": "Peregrine Falcon", "Count": 1, "Date": "2020-03-02" }, "geometry": { "type": "Point", "coordinates": [ -158.117271, 21.33063251 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33063251, "Longitude": -158.117271, "Species": "Red Avadavat", "Count": 7, "Date": "2022-08-31" }, "geometry": { "type": "Point", "coordinates": [ -158.117271, 21.33063251 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33063251, "Longitude": -158.117271, "Species": "Red Junglefowl", "Count": 5, "Date": "2024-02-06" }, "geometry": { "type": "Point", "coordinates": [ -158.117271, 21.33063251 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33063251, "Longitude": -158.117271, "Species": "Red-billed Leiothrix", "Count": 2, "Date": "2024-01-20" }, "geometry": { "type": "Point", "coordinates": [ -158.117271, 21.33063251 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33063251, "Longitude": -158.117271, "Species": "Red-crested Cardinal", "Count": 255, "Date": "2024-02-09" }, "geometry": { "type": "Point", "coordinates": [ -158.117271, 21.33063251 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33063251, "Longitude": -158.117271, "Species": "Red-footed Booby", "Count": 2, "Date": "2020-03-01" }, "geometry": { "type": "Point", "coordinates": [ -158.117271, 21.33063251 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33063251, "Longitude": -158.117271, "Species": "Red-vented Bulbul", "Count": 229, "Date": "2024-02-09" }, "geometry": { "type": "Point", "coordinates": [ -158.117271, 21.33063251 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33063251, "Longitude": -158.117271, "Species": "Red-whiskered Bulbul", "Count": 18, "Date": "2024-01-20" }, "geometry": { "type": "Point", "coordinates": [ -158.117271, 21.33063251 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33063251, "Longitude": -158.117271, "Species": "Rock Pigeon", "Count": 13, "Date": "2023-06-10" }, "geometry": { "type": "Point", "coordinates": [ -158.117271, 21.33063251 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33063251, "Longitude": -158.117271, "Species": "Rose-ringed Parakeet", "Count": 2, "Date": "2023-04-09" }, "geometry": { "type": "Point", "coordinates": [ -158.117271, 21.33063251 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33063251, "Longitude": -158.117271, "Species": "Ruddy Turnstone", "Count": 86, "Date": "2024-02-09" }, "geometry": { "type": "Point", "coordinates": [ -158.117271, 21.33063251 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33063251, "Longitude": -158.117271, "Species": "Saffron Finch", "Count": 216, "Date": "2024-02-09" }, "geometry": { "type": "Point", "coordinates": [ -158.117271, 21.33063251 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33063251, "Longitude": -158.117271, "Species": "Sanderling", "Count": 2, "Date": "2022-09-22" }, "geometry": { "type": "Point", "coordinates": [ -158.117271, 21.33063251 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33063251, "Longitude": -158.117271, "Species": "Scaly-breasted Munia", "Count": 8, "Date": "2023-12-02" }, "geometry": { "type": "Point", "coordinates": [ -158.117271, 21.33063251 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33063251, "Longitude": -158.117271, "Species": "Short-eared Owl", "Count": 1, "Date": "2023-01-10" }, "geometry": { "type": "Point", "coordinates": [ -158.117271, 21.33063251 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33063251, "Longitude": -158.117271, "Species": "Snow Goose", "Count": 3, "Date": "2021-02-11" }, "geometry": { "type": "Point", "coordinates": [ -158.117271, 21.33063251 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33063251, "Longitude": -158.117271, "Species": "Sooty Tern", "Count": 1, "Date": "2020-03-04" }, "geometry": { "type": "Point", "coordinates": [ -158.117271, 21.33063251 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33063251, "Longitude": -158.117271, "Species": "Spotted Dove", "Count": 191, "Date": "2024-02-09" }, "geometry": { "type": "Point", "coordinates": [ -158.117271, 21.33063251 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33063251, "Longitude": -158.117271, "Species": "Wandering Tattler", "Count": 27, "Date": "2023-10-19" }, "geometry": { "type": "Point", "coordinates": [ -158.117271, 21.33063251 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33063251, "Longitude": -158.117271, "Species": "Warbling White-eye", "Count": 102, "Date": "2024-02-06" }, "geometry": { "type": "Point", "coordinates": [ -158.117271, 21.33063251 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33063251, "Longitude": -158.117271, "Species": "Wedge-tailed Shearwater", "Count": 1, "Date": "2022-07-11" }, "geometry": { "type": "Point", "coordinates": [ -158.117271, 21.33063251 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33063251, "Longitude": -158.117271, "Species": "Western Cattle Egret", "Count": 154, "Date": "2024-02-09" }, "geometry": { "type": "Point", "coordinates": [ -158.117271, 21.33063251 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33063251, "Longitude": -158.117271, "Species": "White Tern", "Count": 1, "Date": "2022-11-06" }, "geometry": { "type": "Point", "coordinates": [ -158.117271, 21.33063251 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33063251, "Longitude": -158.117271, "Species": "White-rumped Shama", "Count": 13, "Date": "2023-01-16" }, "geometry": { "type": "Point", "coordinates": [ -158.117271, 21.33063251 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33063251, "Longitude": -158.117271, "Species": "Yellow-fronted Canary", "Count": 23, "Date": "2023-06-20" }, "geometry": { "type": "Point", "coordinates": [ -158.117271, 21.33063251 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33063251, "Longitude": -158.117271, "Species": "Zebra Dove", "Count": 317, "Date": "2024-02-09" }, "geometry": { "type": "Point", "coordinates": [ -158.117271, 21.33063251 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39146651, "Longitude": -157.7407107, "Species": "Black-crowned Night Heron", "Count": 320, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7407107, 21.39146651 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39146651, "Longitude": -157.7407107, "Species": "Black-necked Stilt", "Count": 400, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7407107, 21.39146651 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39146651, "Longitude": -157.7407107, "Species": "Bristle-thighed Curlew", "Count": 1, "Date": "2022-09-29" }, "geometry": { "type": "Point", "coordinates": [ -157.7407107, 21.39146651 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39146651, "Longitude": -157.7407107, "Species": "Brown Booby", "Count": 1, "Date": "2021-01-12" }, "geometry": { "type": "Point", "coordinates": [ -157.7407107, 21.39146651 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39146651, "Longitude": -157.7407107, "Species": "Chestnut Munia", "Count": 10, "Date": "2023-12-10" }, "geometry": { "type": "Point", "coordinates": [ -157.7407107, 21.39146651 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39146651, "Longitude": -157.7407107, "Species": "Common Gallinule", "Count": 376, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7407107, 21.39146651 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39146651, "Longitude": -157.7407107, "Species": "Common Myna", "Count": 237, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7407107, 21.39146651 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39146651, "Longitude": -157.7407107, "Species": "Common Waxbill", "Count": 129, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.7407107, 21.39146651 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39146651, "Longitude": -157.7407107, "Species": "Eurasian Skylark", "Count": 1, "Date": "2022-09-29" }, "geometry": { "type": "Point", "coordinates": [ -157.7407107, 21.39146651 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39146651, "Longitude": -157.7407107, "Species": "Gray Francolin", "Count": 2, "Date": "2023-12-10" }, "geometry": { "type": "Point", "coordinates": [ -157.7407107, 21.39146651 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39146651, "Longitude": -157.7407107, "Species": "Great Frigatebird", "Count": 8, "Date": "2023-07-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7407107, 21.39146651 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39146651, "Longitude": -157.7407107, "Species": "Green-winged Teal", "Count": 4, "Date": "2021-07-19" }, "geometry": { "type": "Point", "coordinates": [ -157.7407107, 21.39146651 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39146651, "Longitude": -157.7407107, "Species": "Hawaiian Coot", "Count": 441, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7407107, 21.39146651 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39146651, "Longitude": -157.7407107, "Species": "House Finch", "Count": 80, "Date": "2024-02-10" }, "geometry": { "type": "Point", "coordinates": [ -157.7407107, 21.39146651 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39146651, "Longitude": -157.7407107, "Species": "House Sparrow", "Count": 149, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.7407107, 21.39146651 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39146651, "Longitude": -157.7407107, "Species": "Indian Peafowl", "Count": 1, "Date": "2022-12-18" }, "geometry": { "type": "Point", "coordinates": [ -157.7407107, 21.39146651 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39146651, "Longitude": -157.7407107, "Species": "Java Sparrow", "Count": 61, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7407107, 21.39146651 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39146651, "Longitude": -157.7407107, "Species": "Laughing Gull", "Count": 3, "Date": "2021-04-14" }, "geometry": { "type": "Point", "coordinates": [ -157.7407107, 21.39146651 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39146651, "Longitude": -157.7407107, "Species": "Feral Mallard", "Count": 352, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7407107, 21.39146651 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39146651, "Longitude": -157.7407107, "Species": "Muscovy Duck", "Count": 22, "Date": "2023-12-31" }, "geometry": { "type": "Point", "coordinates": [ -157.7407107, 21.39146651 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39146651, "Longitude": -157.7407107, "Species": "Northern Cardinal", "Count": 64, "Date": "2024-02-18" }, "geometry": { "type": "Point", "coordinates": [ -157.7407107, 21.39146651 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39146651, "Longitude": -157.7407107, "Species": "Northern Mockingbird", "Count": 2, "Date": "2021-11-29" }, "geometry": { "type": "Point", "coordinates": [ -157.7407107, 21.39146651 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39146651, "Longitude": -157.7407107, "Species": "Northern Pintail", "Count": 16, "Date": "2022-12-26" }, "geometry": { "type": "Point", "coordinates": [ -157.7407107, 21.39146651 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39146651, "Longitude": -157.7407107, "Species": "Northern Shoveler", "Count": 4, "Date": "2022-03-07" }, "geometry": { "type": "Point", "coordinates": [ -157.7407107, 21.39146651 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39146651, "Longitude": -157.7407107, "Species": "Pacific Golden-Plover", "Count": 218, "Date": "2024-02-09" }, "geometry": { "type": "Point", "coordinates": [ -157.7407107, 21.39146651 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39146651, "Longitude": -157.7407107, "Species": "Pectoral Sandpiper", "Count": 1, "Date": "2020-09-27" }, "geometry": { "type": "Point", "coordinates": [ -157.7407107, 21.39146651 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39146651, "Longitude": -157.7407107, "Species": "Peregrine Falcon", "Count": 1, "Date": "2022-10-15" }, "geometry": { "type": "Point", "coordinates": [ -157.7407107, 21.39146651 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39146651, "Longitude": -157.7407107, "Species": "Red Avadavat", "Count": 4, "Date": "2023-12-10" }, "geometry": { "type": "Point", "coordinates": [ -157.7407107, 21.39146651 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39146651, "Longitude": -157.7407107, "Species": "Red Junglefowl", "Count": 189, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7407107, 21.39146651 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39146651, "Longitude": -157.7407107, "Species": "Red-crested Cardinal", "Count": 180, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7407107, 21.39146651 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39146651, "Longitude": -157.7407107, "Species": "Red-tailed Tropicbird", "Count": 1, "Date": "2021-05-04" }, "geometry": { "type": "Point", "coordinates": [ -157.7407107, 21.39146651 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39146651, "Longitude": -157.7407107, "Species": "Red-vented Bulbul", "Count": 179, "Date": "2024-02-18" }, "geometry": { "type": "Point", "coordinates": [ -157.7407107, 21.39146651 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39146651, "Longitude": -157.7407107, "Species": "Red-whiskered Bulbul", "Count": 52, "Date": "2024-02-18" }, "geometry": { "type": "Point", "coordinates": [ -157.7407107, 21.39146651 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39146651, "Longitude": -157.7407107, "Species": "Ring-necked Duck", "Count": 8, "Date": "2023-11-10" }, "geometry": { "type": "Point", "coordinates": [ -157.7407107, 21.39146651 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39146651, "Longitude": -157.7407107, "Species": "Rock Pigeon", "Count": 246, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7407107, 21.39146651 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39146651, "Longitude": -157.7407107, "Species": "Rose-ringed Parakeet", "Count": 2, "Date": "2024-02-08" }, "geometry": { "type": "Point", "coordinates": [ -157.7407107, 21.39146651 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39146651, "Longitude": -157.7407107, "Species": "Ruddy Turnstone", "Count": 59, "Date": "2023-12-31" }, "geometry": { "type": "Point", "coordinates": [ -157.7407107, 21.39146651 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39146651, "Longitude": -157.7407107, "Species": "Saffron Finch", "Count": 3, "Date": "2023-12-10" }, "geometry": { "type": "Point", "coordinates": [ -157.7407107, 21.39146651 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39146651, "Longitude": -157.7407107, "Species": "Sanderling", "Count": 3, "Date": "2023-01-08" }, "geometry": { "type": "Point", "coordinates": [ -157.7407107, 21.39146651 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39146651, "Longitude": -157.7407107, "Species": "Scaly-breasted Munia", "Count": 65, "Date": "2023-12-10" }, "geometry": { "type": "Point", "coordinates": [ -157.7407107, 21.39146651 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39146651, "Longitude": -157.7407107, "Species": "Sooty Tern", "Count": 1, "Date": "2022-12-18" }, "geometry": { "type": "Point", "coordinates": [ -157.7407107, 21.39146651 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39146651, "Longitude": -157.7407107, "Species": "Spotted Dove", "Count": 196, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7407107, 21.39146651 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39146651, "Longitude": -157.7407107, "Species": "Wandering Tattler", "Count": 124, "Date": "2024-02-03" }, "geometry": { "type": "Point", "coordinates": [ -157.7407107, 21.39146651 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39146651, "Longitude": -157.7407107, "Species": "Warbling White-eye", "Count": 111, "Date": "2024-02-09" }, "geometry": { "type": "Point", "coordinates": [ -157.7407107, 21.39146651 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39146651, "Longitude": -157.7407107, "Species": "Wedge-tailed Shearwater", "Count": 1, "Date": "2022-09-29" }, "geometry": { "type": "Point", "coordinates": [ -157.7407107, 21.39146651 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39146651, "Longitude": -157.7407107, "Species": "Western Cattle Egret", "Count": 301, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7407107, 21.39146651 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39146651, "Longitude": -157.7407107, "Species": "White Tern", "Count": 1, "Date": "2019-11-04" }, "geometry": { "type": "Point", "coordinates": [ -157.7407107, 21.39146651 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39146651, "Longitude": -157.7407107, "Species": "White-faced Ibis", "Count": 1, "Date": "2021-10-14" }, "geometry": { "type": "Point", "coordinates": [ -157.7407107, 21.39146651 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39146651, "Longitude": -157.7407107, "Species": "White-rumped Shama", "Count": 22, "Date": "2023-11-17" }, "geometry": { "type": "Point", "coordinates": [ -157.7407107, 21.39146651 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39146651, "Longitude": -157.7407107, "Species": "Wilson's Snipe", "Count": 1, "Date": "2021-11-15" }, "geometry": { "type": "Point", "coordinates": [ -157.7407107, 21.39146651 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39146651, "Longitude": -157.7407107, "Species": "Yellow-fronted Canary", "Count": 5, "Date": "2024-01-26" }, "geometry": { "type": "Point", "coordinates": [ -157.7407107, 21.39146651 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.39146651, "Longitude": -157.7407107, "Species": "Zebra Dove", "Count": 274, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7407107, 21.39146651 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28255152, "Longitude": -157.6741736, "Species": "African Silverbill", "Count": 4, "Date": "2023-07-27" }, "geometry": { "type": "Point", "coordinates": [ -157.674173599999989, 21.28255152 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28255152, "Longitude": -157.6741736, "Species": "Black Noddy", "Count": 3, "Date": "2023-04-08" }, "geometry": { "type": "Point", "coordinates": [ -157.674173599999989, 21.28255152 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28255152, "Longitude": -157.6741736, "Species": "Black-crowned Night Heron", "Count": 2, "Date": "2022-10-11" }, "geometry": { "type": "Point", "coordinates": [ -157.674173599999989, 21.28255152 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28255152, "Longitude": -157.6741736, "Species": "Black-footed Albatross", "Count": 3, "Date": "2024-02-23" }, "geometry": { "type": "Point", "coordinates": [ -157.674173599999989, 21.28255152 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28255152, "Longitude": -157.6741736, "Species": "Black-necked Stilt", "Count": 1, "Date": "2022-06-02" }, "geometry": { "type": "Point", "coordinates": [ -157.674173599999989, 21.28255152 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28255152, "Longitude": -157.6741736, "Species": "Brown Booby", "Count": 356, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.674173599999989, 21.28255152 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28255152, "Longitude": -157.6741736, "Species": "Brown Noddy", "Count": 46, "Date": "2024-01-17" }, "geometry": { "type": "Point", "coordinates": [ -157.674173599999989, 21.28255152 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28255152, "Longitude": -157.6741736, "Species": "Chestnut Munia", "Count": 2, "Date": "2022-07-22" }, "geometry": { "type": "Point", "coordinates": [ -157.674173599999989, 21.28255152 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28255152, "Longitude": -157.6741736, "Species": "Common Myna", "Count": 156, "Date": "2024-02-23" }, "geometry": { "type": "Point", "coordinates": [ -157.674173599999989, 21.28255152 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28255152, "Longitude": -157.6741736, "Species": "Common Waxbill", "Count": 42, "Date": "2023-12-03" }, "geometry": { "type": "Point", "coordinates": [ -157.674173599999989, 21.28255152 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28255152, "Longitude": -157.6741736, "Species": "Gray-backed Tern", "Count": 4, "Date": "2024-02-06" }, "geometry": { "type": "Point", "coordinates": [ -157.674173599999989, 21.28255152 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28255152, "Longitude": -157.6741736, "Species": "Great Frigatebird", "Count": 153, "Date": "2024-02-23" }, "geometry": { "type": "Point", "coordinates": [ -157.674173599999989, 21.28255152 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28255152, "Longitude": -157.6741736, "Species": "Herring Gull", "Count": 2, "Date": "2020-01-16" }, "geometry": { "type": "Point", "coordinates": [ -157.674173599999989, 21.28255152 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28255152, "Longitude": -157.6741736, "Species": "House Finch", "Count": 39, "Date": "2024-02-12" }, "geometry": { "type": "Point", "coordinates": [ -157.674173599999989, 21.28255152 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28255152, "Longitude": -157.6741736, "Species": "House Sparrow", "Count": 25, "Date": "2024-02-23" }, "geometry": { "type": "Point", "coordinates": [ -157.674173599999989, 21.28255152 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28255152, "Longitude": -157.6741736, "Species": "Inca Tern", "Count": 71, "Date": "2022-01-03" }, "geometry": { "type": "Point", "coordinates": [ -157.674173599999989, 21.28255152 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28255152, "Longitude": -157.6741736, "Species": "Indian Peafowl", "Count": 1, "Date": "2022-03-25" }, "geometry": { "type": "Point", "coordinates": [ -157.674173599999989, 21.28255152 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28255152, "Longitude": -157.6741736, "Species": "Java Sparrow", "Count": 45, "Date": "2023-12-03" }, "geometry": { "type": "Point", "coordinates": [ -157.674173599999989, 21.28255152 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28255152, "Longitude": -157.6741736, "Species": "Laughing Gull", "Count": 13, "Date": "2024-02-02" }, "geometry": { "type": "Point", "coordinates": [ -157.674173599999989, 21.28255152 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28255152, "Longitude": -157.6741736, "Species": "Laysan Albatross", "Count": 15, "Date": "2024-02-02" }, "geometry": { "type": "Point", "coordinates": [ -157.674173599999989, 21.28255152 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28255152, "Longitude": -157.6741736, "Species": "Feral Mallard", "Count": 1, "Date": "2022-06-02" }, "geometry": { "type": "Point", "coordinates": [ -157.674173599999989, 21.28255152 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28255152, "Longitude": -157.6741736, "Species": "Masked Booby", "Count": 61, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.674173599999989, 21.28255152 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28255152, "Longitude": -157.6741736, "Species": "Northern Cardinal", "Count": 6, "Date": "2023-03-14" }, "geometry": { "type": "Point", "coordinates": [ -157.674173599999989, 21.28255152 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28255152, "Longitude": -157.6741736, "Species": "Northern Mockingbird", "Count": 1, "Date": "2023-03-10" }, "geometry": { "type": "Point", "coordinates": [ -157.674173599999989, 21.28255152 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28255152, "Longitude": -157.6741736, "Species": "Pacific Golden-Plover", "Count": 140, "Date": "2024-02-23" }, "geometry": { "type": "Point", "coordinates": [ -157.674173599999989, 21.28255152 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28255152, "Longitude": -157.6741736, "Species": "Red Avadavat", "Count": 2, "Date": "2023-12-03" }, "geometry": { "type": "Point", "coordinates": [ -157.674173599999989, 21.28255152 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28255152, "Longitude": -157.6741736, "Species": "Red Junglefowl", "Count": 13, "Date": "2023-03-08" }, "geometry": { "type": "Point", "coordinates": [ -157.674173599999989, 21.28255152 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28255152, "Longitude": -157.6741736, "Species": "Red-billed Leiothrix", "Count": 1, "Date": "2021-03-11" }, "geometry": { "type": "Point", "coordinates": [ -157.674173599999989, 21.28255152 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28255152, "Longitude": -157.6741736, "Species": "Red-billed Tropicbird", "Count": 244, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.674173599999989, 21.28255152 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28255152, "Longitude": -157.6741736, "Species": "Red-crested Cardinal", "Count": 114, "Date": "2024-02-23" }, "geometry": { "type": "Point", "coordinates": [ -157.674173599999989, 21.28255152 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28255152, "Longitude": -157.6741736, "Species": "Red-footed Booby", "Count": 314, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.674173599999989, 21.28255152 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28255152, "Longitude": -157.6741736, "Species": "Red-tailed Tropicbird", "Count": 652, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.674173599999989, 21.28255152 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28255152, "Longitude": -157.6741736, "Species": "Red-vented Bulbul", "Count": 98, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.674173599999989, 21.28255152 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28255152, "Longitude": -157.6741736, "Species": "Red-whiskered Bulbul", "Count": 3, "Date": "2022-06-15" }, "geometry": { "type": "Point", "coordinates": [ -157.674173599999989, 21.28255152 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28255152, "Longitude": -157.6741736, "Species": "Rock Pigeon", "Count": 614, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.674173599999989, 21.28255152 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28255152, "Longitude": -157.6741736, "Species": "Ruddy Turnstone", "Count": 90, "Date": "2024-01-27" }, "geometry": { "type": "Point", "coordinates": [ -157.674173599999989, 21.28255152 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28255152, "Longitude": -157.6741736, "Species": "Saffron Finch", "Count": 5, "Date": "2024-02-23" }, "geometry": { "type": "Point", "coordinates": [ -157.674173599999989, 21.28255152 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28255152, "Longitude": -157.6741736, "Species": "Sanderling", "Count": 1, "Date": "2021-12-04" }, "geometry": { "type": "Point", "coordinates": [ -157.674173599999989, 21.28255152 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28255152, "Longitude": -157.6741736, "Species": "Scaly-breasted Munia", "Count": 3, "Date": "2022-07-27" }, "geometry": { "type": "Point", "coordinates": [ -157.674173599999989, 21.28255152 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28255152, "Longitude": -157.6741736, "Species": "Snow Goose", "Count": 2, "Date": "2021-05-10" }, "geometry": { "type": "Point", "coordinates": [ -157.674173599999989, 21.28255152 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28255152, "Longitude": -157.6741736, "Species": "Sooty Shearwater", "Count": 3, "Date": "2023-05-17" }, "geometry": { "type": "Point", "coordinates": [ -157.674173599999989, 21.28255152 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28255152, "Longitude": -157.6741736, "Species": "Sooty Tern", "Count": 401, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.674173599999989, 21.28255152 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28255152, "Longitude": -157.6741736, "Species": "Spotted Dove", "Count": 68, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.674173599999989, 21.28255152 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28255152, "Longitude": -157.6741736, "Species": "Wandering Tattler", "Count": 182, "Date": "2024-02-23" }, "geometry": { "type": "Point", "coordinates": [ -157.674173599999989, 21.28255152 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28255152, "Longitude": -157.6741736, "Species": "Warbling White-eye", "Count": 7, "Date": "2023-04-29" }, "geometry": { "type": "Point", "coordinates": [ -157.674173599999989, 21.28255152 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28255152, "Longitude": -157.6741736, "Species": "Wedge-tailed Shearwater", "Count": 73, "Date": "2024-01-12" }, "geometry": { "type": "Point", "coordinates": [ -157.674173599999989, 21.28255152 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28255152, "Longitude": -157.6741736, "Species": "Western Cattle Egret", "Count": 107, "Date": "2024-02-23" }, "geometry": { "type": "Point", "coordinates": [ -157.674173599999989, 21.28255152 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28255152, "Longitude": -157.6741736, "Species": "White Tern", "Count": 213, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.674173599999989, 21.28255152 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28255152, "Longitude": -157.6741736, "Species": "White-rumped Shama", "Count": 2, "Date": "2024-01-26" }, "geometry": { "type": "Point", "coordinates": [ -157.674173599999989, 21.28255152 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28255152, "Longitude": -157.6741736, "Species": "White-tailed Tropicbird", "Count": 81, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.674173599999989, 21.28255152 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28255152, "Longitude": -157.6741736, "Species": "Zebra Dove", "Count": 153, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.674173599999989, 21.28255152 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37515436, "Longitude": -158.0012607, "Species": "African Silverbill", "Count": 27, "Date": "2023-02-05" }, "geometry": { "type": "Point", "coordinates": [ -158.001260699999989, 21.37515436 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37515436, "Longitude": -158.0012607, "Species": "American Wigeon", "Count": 2, "Date": "2022-04-03" }, "geometry": { "type": "Point", "coordinates": [ -158.001260699999989, 21.37515436 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37515436, "Longitude": -158.0012607, "Species": "Black-crowned Night Heron", "Count": 149, "Date": "2024-01-01" }, "geometry": { "type": "Point", "coordinates": [ -158.001260699999989, 21.37515436 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37515436, "Longitude": -158.0012607, "Species": "Black-necked Stilt", "Count": 245, "Date": "2024-02-11" }, "geometry": { "type": "Point", "coordinates": [ -158.001260699999989, 21.37515436 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37515436, "Longitude": -158.0012607, "Species": "Chestnut Munia", "Count": 35, "Date": "2023-10-08" }, "geometry": { "type": "Point", "coordinates": [ -158.001260699999989, 21.37515436 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37515436, "Longitude": -158.0012607, "Species": "Common Gallinule", "Count": 151, "Date": "2024-01-10" }, "geometry": { "type": "Point", "coordinates": [ -158.001260699999989, 21.37515436 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37515436, "Longitude": -158.0012607, "Species": "Common Myna", "Count": 163, "Date": "2023-12-31" }, "geometry": { "type": "Point", "coordinates": [ -158.001260699999989, 21.37515436 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37515436, "Longitude": -158.0012607, "Species": "Common Snipe", "Count": 5, "Date": "2020-02-23" }, "geometry": { "type": "Point", "coordinates": [ -158.001260699999989, 21.37515436 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37515436, "Longitude": -158.0012607, "Species": "Common Tern", "Count": 5, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -158.001260699999989, 21.37515436 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37515436, "Longitude": -158.0012607, "Species": "Common Waxbill", "Count": 178, "Date": "2024-02-11" }, "geometry": { "type": "Point", "coordinates": [ -158.001260699999989, 21.37515436 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37515436, "Longitude": -158.0012607, "Species": "Common/Wilson's Snipe", "Count": 1, "Date": "2022-11-22" }, "geometry": { "type": "Point", "coordinates": [ -158.001260699999989, 21.37515436 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37515436, "Longitude": -158.0012607, "Species": "Dunlin", "Count": 38, "Date": "2023-01-18" }, "geometry": { "type": "Point", "coordinates": [ -158.001260699999989, 21.37515436 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37515436, "Longitude": -158.0012607, "Species": "Gray Francolin", "Count": 62, "Date": "2024-02-11" }, "geometry": { "type": "Point", "coordinates": [ -158.001260699999989, 21.37515436 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37515436, "Longitude": -158.0012607, "Species": "Greater White-fronted Goose", "Count": 1, "Date": "2020-10-13" }, "geometry": { "type": "Point", "coordinates": [ -158.001260699999989, 21.37515436 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37515436, "Longitude": -158.0012607, "Species": "Green-winged Teal", "Count": 27, "Date": "2020-03-14" }, "geometry": { "type": "Point", "coordinates": [ -158.001260699999989, 21.37515436 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37515436, "Longitude": -158.0012607, "Species": "Hawaiian Coot", "Count": 177, "Date": "2024-01-10" }, "geometry": { "type": "Point", "coordinates": [ -158.001260699999989, 21.37515436 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37515436, "Longitude": -158.0012607, "Species": "House Finch", "Count": 85, "Date": "2024-01-01" }, "geometry": { "type": "Point", "coordinates": [ -158.001260699999989, 21.37515436 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37515436, "Longitude": -158.0012607, "Species": "House Sparrow", "Count": 50, "Date": "2024-01-10" }, "geometry": { "type": "Point", "coordinates": [ -158.001260699999989, 21.37515436 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37515436, "Longitude": -158.0012607, "Species": "Java Sparrow", "Count": 62, "Date": "2023-02-20" }, "geometry": { "type": "Point", "coordinates": [ -158.001260699999989, 21.37515436 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37515436, "Longitude": -158.0012607, "Species": "Laughing Gull", "Count": 16, "Date": "2021-04-06" }, "geometry": { "type": "Point", "coordinates": [ -158.001260699999989, 21.37515436 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37515436, "Longitude": -158.0012607, "Species": "Lesser Scaup", "Count": 2, "Date": "2019-12-03" }, "geometry": { "type": "Point", "coordinates": [ -158.001260699999989, 21.37515436 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37515436, "Longitude": -158.0012607, "Species": "Lesser Yellowlegs", "Count": 5, "Date": "2024-01-01" }, "geometry": { "type": "Point", "coordinates": [ -158.001260699999989, 21.37515436 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37515436, "Longitude": -158.0012607, "Species": "Long-billed Dowitcher", "Count": 33, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -158.001260699999989, 21.37515436 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37515436, "Longitude": -158.0012607, "Species": "Feral Mallard", "Count": 185, "Date": "2024-02-11" }, "geometry": { "type": "Point", "coordinates": [ -158.001260699999989, 21.37515436 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37515436, "Longitude": -158.0012607, "Species": "Mourning Dove", "Count": 2, "Date": "2020-10-25" }, "geometry": { "type": "Point", "coordinates": [ -158.001260699999989, 21.37515436 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37515436, "Longitude": -158.0012607, "Species": "Muscovy Duck", "Count": 1, "Date": "2023-02-20" }, "geometry": { "type": "Point", "coordinates": [ -158.001260699999989, 21.37515436 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37515436, "Longitude": -158.0012607, "Species": "Northern Cardinal", "Count": 124, "Date": "2024-02-11" }, "geometry": { "type": "Point", "coordinates": [ -158.001260699999989, 21.37515436 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37515436, "Longitude": -158.0012607, "Species": "Northern Mockingbird", "Count": 1, "Date": "2020-02-24" }, "geometry": { "type": "Point", "coordinates": [ -158.001260699999989, 21.37515436 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37515436, "Longitude": -158.0012607, "Species": "Northern Pintail", "Count": 24, "Date": "2022-03-14" }, "geometry": { "type": "Point", "coordinates": [ -158.001260699999989, 21.37515436 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37515436, "Longitude": -158.0012607, "Species": "Northern Shoveler", "Count": 8, "Date": "2024-01-10" }, "geometry": { "type": "Point", "coordinates": [ -158.001260699999989, 21.37515436 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37515436, "Longitude": -158.0012607, "Species": "Pacific Golden-Plover", "Count": 217, "Date": "2024-02-11" }, "geometry": { "type": "Point", "coordinates": [ -158.001260699999989, 21.37515436 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37515436, "Longitude": -158.0012607, "Species": "Pectoral Sandpiper", "Count": 4, "Date": "2021-04-04" }, "geometry": { "type": "Point", "coordinates": [ -158.001260699999989, 21.37515436 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37515436, "Longitude": -158.0012607, "Species": "Red Avadavat", "Count": 10, "Date": "2023-03-20" }, "geometry": { "type": "Point", "coordinates": [ -158.001260699999989, 21.37515436 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37515436, "Longitude": -158.0012607, "Species": "Red Junglefowl", "Count": 28, "Date": "2024-01-01" }, "geometry": { "type": "Point", "coordinates": [ -158.001260699999989, 21.37515436 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37515436, "Longitude": -158.0012607, "Species": "Red-crested Cardinal", "Count": 147, "Date": "2024-02-11" }, "geometry": { "type": "Point", "coordinates": [ -158.001260699999989, 21.37515436 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37515436, "Longitude": -158.0012607, "Species": "Red-vented Bulbul", "Count": 222, "Date": "2024-01-01" }, "geometry": { "type": "Point", "coordinates": [ -158.001260699999989, 21.37515436 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37515436, "Longitude": -158.0012607, "Species": "Red-whiskered Bulbul", "Count": 49, "Date": "2024-01-07" }, "geometry": { "type": "Point", "coordinates": [ -158.001260699999989, 21.37515436 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37515436, "Longitude": -158.0012607, "Species": "Rock Pigeon", "Count": 63, "Date": "2024-01-01" }, "geometry": { "type": "Point", "coordinates": [ -158.001260699999989, 21.37515436 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37515436, "Longitude": -158.0012607, "Species": "Rose-ringed Parakeet", "Count": 52, "Date": "2024-02-11" }, "geometry": { "type": "Point", "coordinates": [ -158.001260699999989, 21.37515436 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37515436, "Longitude": -158.0012607, "Species": "Ruddy Turnstone", "Count": 145, "Date": "2024-02-11" }, "geometry": { "type": "Point", "coordinates": [ -158.001260699999989, 21.37515436 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37515436, "Longitude": -158.0012607, "Species": "Ruff", "Count": 9, "Date": "2020-09-18" }, "geometry": { "type": "Point", "coordinates": [ -158.001260699999989, 21.37515436 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37515436, "Longitude": -158.0012607, "Species": "Saffron Finch", "Count": 48, "Date": "2023-10-23" }, "geometry": { "type": "Point", "coordinates": [ -158.001260699999989, 21.37515436 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37515436, "Longitude": -158.0012607, "Species": "Sanderling", "Count": 114, "Date": "2024-02-11" }, "geometry": { "type": "Point", "coordinates": [ -158.001260699999989, 21.37515436 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37515436, "Longitude": -158.0012607, "Species": "Scaly-breasted Munia", "Count": 18, "Date": "2023-09-29" }, "geometry": { "type": "Point", "coordinates": [ -158.001260699999989, 21.37515436 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37515436, "Longitude": -158.0012607, "Species": "Semipalmated Plover", "Count": 7, "Date": "2020-09-01" }, "geometry": { "type": "Point", "coordinates": [ -158.001260699999989, 21.37515436 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37515436, "Longitude": -158.0012607, "Species": "Semipalmated Sandpiper", "Count": 10, "Date": "2019-12-11" }, "geometry": { "type": "Point", "coordinates": [ -158.001260699999989, 21.37515436 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37515436, "Longitude": -158.0012607, "Species": "Sharp-tailed Sandpiper", "Count": 20, "Date": "2019-12-11" }, "geometry": { "type": "Point", "coordinates": [ -158.001260699999989, 21.37515436 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37515436, "Longitude": -158.0012607, "Species": "Short-billed Dowitcher", "Count": 1, "Date": "2020-08-31" }, "geometry": { "type": "Point", "coordinates": [ -158.001260699999989, 21.37515436 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37515436, "Longitude": -158.0012607, "Species": "Spotted Dove", "Count": 249, "Date": "2024-01-10" }, "geometry": { "type": "Point", "coordinates": [ -158.001260699999989, 21.37515436 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37515436, "Longitude": -158.0012607, "Species": "Wandering Tattler", "Count": 108, "Date": "2024-01-01" }, "geometry": { "type": "Point", "coordinates": [ -158.001260699999989, 21.37515436 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37515436, "Longitude": -158.0012607, "Species": "Warbling White-eye", "Count": 134, "Date": "2024-01-01" }, "geometry": { "type": "Point", "coordinates": [ -158.001260699999989, 21.37515436 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37515436, "Longitude": -158.0012607, "Species": "Western Cattle Egret", "Count": 247, "Date": "2024-01-10" }, "geometry": { "type": "Point", "coordinates": [ -158.001260699999989, 21.37515436 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37515436, "Longitude": -158.0012607, "Species": "White-faced Ibis", "Count": 4, "Date": "2019-11-24" }, "geometry": { "type": "Point", "coordinates": [ -158.001260699999989, 21.37515436 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37515436, "Longitude": -158.0012607, "Species": "White-rumped Shama", "Count": 73, "Date": "2024-02-11" }, "geometry": { "type": "Point", "coordinates": [ -158.001260699999989, 21.37515436 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37515436, "Longitude": -158.0012607, "Species": "Wilson's Snipe", "Count": 4, "Date": "2023-01-02" }, "geometry": { "type": "Point", "coordinates": [ -158.001260699999989, 21.37515436 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37515436, "Longitude": -158.0012607, "Species": "Yellow-fronted Canary", "Count": 3, "Date": "2020-08-28" }, "geometry": { "type": "Point", "coordinates": [ -158.001260699999989, 21.37515436 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.37515436, "Longitude": -158.0012607, "Species": "Zebra Dove", "Count": 203, "Date": "2024-02-11" }, "geometry": { "type": "Point", "coordinates": [ -158.001260699999989, 21.37515436 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27466323, "Longitude": -157.8284506, "Species": "Barn Owl", "Count": 2, "Date": "2022-08-20" }, "geometry": { "type": "Point", "coordinates": [ -157.8284506, 21.27466323 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27466323, "Longitude": -157.8284506, "Species": "Black-crowned Night Heron", "Count": 112, "Date": "2024-02-23" }, "geometry": { "type": "Point", "coordinates": [ -157.8284506, 21.27466323 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27466323, "Longitude": -157.8284506, "Species": "Black-footed Albatross", "Count": 1, "Date": "2023-01-18" }, "geometry": { "type": "Point", "coordinates": [ -157.8284506, 21.27466323 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27466323, "Longitude": -157.8284506, "Species": "Black-necked Stilt", "Count": 2, "Date": "2023-09-08" }, "geometry": { "type": "Point", "coordinates": [ -157.8284506, 21.27466323 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27466323, "Longitude": -157.8284506, "Species": "Blue-crowned Parakeet", "Count": 1, "Date": "2022-01-20" }, "geometry": { "type": "Point", "coordinates": [ -157.8284506, 21.27466323 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27466323, "Longitude": -157.8284506, "Species": "Brown Booby", "Count": 18, "Date": "2023-11-12" }, "geometry": { "type": "Point", "coordinates": [ -157.8284506, 21.27466323 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27466323, "Longitude": -157.8284506, "Species": "Brown Noddy", "Count": 5, "Date": "2020-02-23" }, "geometry": { "type": "Point", "coordinates": [ -157.8284506, 21.27466323 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27466323, "Longitude": -157.8284506, "Species": "Chestnut Munia", "Count": 3, "Date": "2021-11-01" }, "geometry": { "type": "Point", "coordinates": [ -157.8284506, 21.27466323 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27466323, "Longitude": -157.8284506, "Species": "Common Gallinule", "Count": 1, "Date": "2021-11-01" }, "geometry": { "type": "Point", "coordinates": [ -157.8284506, 21.27466323 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27466323, "Longitude": -157.8284506, "Species": "Common Myna", "Count": 377, "Date": "2024-02-23" }, "geometry": { "type": "Point", "coordinates": [ -157.8284506, 21.27466323 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27466323, "Longitude": -157.8284506, "Species": "Common Waxbill", "Count": 70, "Date": "2024-01-01" }, "geometry": { "type": "Point", "coordinates": [ -157.8284506, 21.27466323 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27466323, "Longitude": -157.8284506, "Species": "Great Frigatebird", "Count": 29, "Date": "2024-01-22" }, "geometry": { "type": "Point", "coordinates": [ -157.8284506, 21.27466323 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27466323, "Longitude": -157.8284506, "Species": "House Finch", "Count": 168, "Date": "2024-02-23" }, "geometry": { "type": "Point", "coordinates": [ -157.8284506, 21.27466323 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27466323, "Longitude": -157.8284506, "Species": "House Sparrow", "Count": 433, "Date": "2024-02-23" }, "geometry": { "type": "Point", "coordinates": [ -157.8284506, 21.27466323 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27466323, "Longitude": -157.8284506, "Species": "Indian Peafowl", "Count": 2, "Date": "2023-06-22" }, "geometry": { "type": "Point", "coordinates": [ -157.8284506, 21.27466323 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27466323, "Longitude": -157.8284506, "Species": "Java Sparrow", "Count": 63, "Date": "2023-12-28" }, "geometry": { "type": "Point", "coordinates": [ -157.8284506, 21.27466323 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27466323, "Longitude": -157.8284506, "Species": "Laysan Albatross", "Count": 2, "Date": "2023-03-19" }, "geometry": { "type": "Point", "coordinates": [ -157.8284506, 21.27466323 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27466323, "Longitude": -157.8284506, "Species": "Feral Mallard", "Count": 79, "Date": "2024-02-18" }, "geometry": { "type": "Point", "coordinates": [ -157.8284506, 21.27466323 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27466323, "Longitude": -157.8284506, "Species": "Masked Booby", "Count": 1, "Date": "2020-01-03" }, "geometry": { "type": "Point", "coordinates": [ -157.8284506, 21.27466323 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27466323, "Longitude": -157.8284506, "Species": "Mourning Dove", "Count": 1, "Date": "2023-03-22" }, "geometry": { "type": "Point", "coordinates": [ -157.8284506, 21.27466323 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27466323, "Longitude": -157.8284506, "Species": "Muscovy Duck", "Count": 4, "Date": "2023-06-22" }, "geometry": { "type": "Point", "coordinates": [ -157.8284506, 21.27466323 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27466323, "Longitude": -157.8284506, "Species": "Northern Cardinal", "Count": 7, "Date": "2023-08-02" }, "geometry": { "type": "Point", "coordinates": [ -157.8284506, 21.27466323 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27466323, "Longitude": -157.8284506, "Species": "Northern Mockingbird", "Count": 4, "Date": "2023-02-07" }, "geometry": { "type": "Point", "coordinates": [ -157.8284506, 21.27466323 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27466323, "Longitude": -157.8284506, "Species": "Pacific Golden-Plover", "Count": 58, "Date": "2024-02-18" }, "geometry": { "type": "Point", "coordinates": [ -157.8284506, 21.27466323 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27466323, "Longitude": -157.8284506, "Species": "Peregrine Falcon", "Count": 1, "Date": "2024-01-28" }, "geometry": { "type": "Point", "coordinates": [ -157.8284506, 21.27466323 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27466323, "Longitude": -157.8284506, "Species": "Red Junglefowl", "Count": 39, "Date": "2024-01-01" }, "geometry": { "type": "Point", "coordinates": [ -157.8284506, 21.27466323 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27466323, "Longitude": -157.8284506, "Species": "Red-billed Leiothrix", "Count": 4, "Date": "2023-11-16" }, "geometry": { "type": "Point", "coordinates": [ -157.8284506, 21.27466323 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27466323, "Longitude": -157.8284506, "Species": "Red-crested Cardinal", "Count": 180, "Date": "2024-02-23" }, "geometry": { "type": "Point", "coordinates": [ -157.8284506, 21.27466323 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27466323, "Longitude": -157.8284506, "Species": "Red-footed Booby", "Count": 7, "Date": "2023-05-20" }, "geometry": { "type": "Point", "coordinates": [ -157.8284506, 21.27466323 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27466323, "Longitude": -157.8284506, "Species": "Red-masked Parakeet", "Count": 3, "Date": "2023-10-15" }, "geometry": { "type": "Point", "coordinates": [ -157.8284506, 21.27466323 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27466323, "Longitude": -157.8284506, "Species": "Red-tailed Tropicbird", "Count": 6, "Date": "2023-10-15" }, "geometry": { "type": "Point", "coordinates": [ -157.8284506, 21.27466323 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27466323, "Longitude": -157.8284506, "Species": "Red-vented Bulbul", "Count": 255, "Date": "2024-02-23" }, "geometry": { "type": "Point", "coordinates": [ -157.8284506, 21.27466323 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27466323, "Longitude": -157.8284506, "Species": "Red-whiskered Bulbul", "Count": 35, "Date": "2024-02-26" }, "geometry": { "type": "Point", "coordinates": [ -157.8284506, 21.27466323 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27466323, "Longitude": -157.8284506, "Species": "Rock Pigeon", "Count": 436, "Date": "2024-02-23" }, "geometry": { "type": "Point", "coordinates": [ -157.8284506, 21.27466323 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27466323, "Longitude": -157.8284506, "Species": "Rose-ringed Parakeet", "Count": 159, "Date": "2024-02-18" }, "geometry": { "type": "Point", "coordinates": [ -157.8284506, 21.27466323 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27466323, "Longitude": -157.8284506, "Species": "Saffron Finch", "Count": 3, "Date": "2023-07-31" }, "geometry": { "type": "Point", "coordinates": [ -157.8284506, 21.27466323 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27466323, "Longitude": -157.8284506, "Species": "Sanderling", "Count": 1, "Date": "2022-09-18" }, "geometry": { "type": "Point", "coordinates": [ -157.8284506, 21.27466323 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27466323, "Longitude": -157.8284506, "Species": "Scaly-breasted Munia", "Count": 3, "Date": "2022-07-12" }, "geometry": { "type": "Point", "coordinates": [ -157.8284506, 21.27466323 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27466323, "Longitude": -157.8284506, "Species": "Sooty Shearwater", "Count": 1, "Date": "2023-10-20" }, "geometry": { "type": "Point", "coordinates": [ -157.8284506, 21.27466323 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27466323, "Longitude": -157.8284506, "Species": "Sooty Tern", "Count": 6, "Date": "2023-05-29" }, "geometry": { "type": "Point", "coordinates": [ -157.8284506, 21.27466323 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27466323, "Longitude": -157.8284506, "Species": "Spotted Dove", "Count": 189, "Date": "2024-02-22" }, "geometry": { "type": "Point", "coordinates": [ -157.8284506, 21.27466323 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27466323, "Longitude": -157.8284506, "Species": "Wandering Tattler", "Count": 5, "Date": "2023-10-11" }, "geometry": { "type": "Point", "coordinates": [ -157.8284506, 21.27466323 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27466323, "Longitude": -157.8284506, "Species": "Warbling White-eye", "Count": 71, "Date": "2024-02-22" }, "geometry": { "type": "Point", "coordinates": [ -157.8284506, 21.27466323 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27466323, "Longitude": -157.8284506, "Species": "Wedge-tailed Shearwater", "Count": 10, "Date": "2023-05-20" }, "geometry": { "type": "Point", "coordinates": [ -157.8284506, 21.27466323 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27466323, "Longitude": -157.8284506, "Species": "Western Cattle Egret", "Count": 107, "Date": "2024-02-04" }, "geometry": { "type": "Point", "coordinates": [ -157.8284506, 21.27466323 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27466323, "Longitude": -157.8284506, "Species": "White Tern", "Count": 572, "Date": "2024-02-23" }, "geometry": { "type": "Point", "coordinates": [ -157.8284506, 21.27466323 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27466323, "Longitude": -157.8284506, "Species": "White-rumped Shama", "Count": 13, "Date": "2023-11-24" }, "geometry": { "type": "Point", "coordinates": [ -157.8284506, 21.27466323 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27466323, "Longitude": -157.8284506, "Species": "White-tailed Tropicbird", "Count": 4, "Date": "2019-10-09" }, "geometry": { "type": "Point", "coordinates": [ -157.8284506, 21.27466323 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27466323, "Longitude": -157.8284506, "Species": "Yellow-fronted Canary", "Count": 63, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.8284506, 21.27466323 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.27466323, "Longitude": -157.8284506, "Species": "Zebra Dove", "Count": 317, "Date": "2024-02-23" }, "geometry": { "type": "Point", "coordinates": [ -157.8284506, 21.27466323 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2745958, "Longitude": -157.818813, "Species": "African Silverbill", "Count": 10, "Date": "2020-07-29" }, "geometry": { "type": "Point", "coordinates": [ -157.818813, 21.2745958 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2745958, "Longitude": -157.818813, "Species": "American Wigeon", "Count": 1, "Date": "2023-01-30" }, "geometry": { "type": "Point", "coordinates": [ -157.818813, 21.2745958 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2745958, "Longitude": -157.818813, "Species": "Barn Owl", "Count": 14, "Date": "2022-01-31" }, "geometry": { "type": "Point", "coordinates": [ -157.818813, 21.2745958 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2745958, "Longitude": -157.818813, "Species": "Black-crowned Night Heron", "Count": 213, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.818813, 21.2745958 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2745958, "Longitude": -157.818813, "Species": "Black-necked Stilt", "Count": 2, "Date": "2020-01-27" }, "geometry": { "type": "Point", "coordinates": [ -157.818813, 21.2745958 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2745958, "Longitude": -157.818813, "Species": "Brown Booby", "Count": 15, "Date": "2023-11-22" }, "geometry": { "type": "Point", "coordinates": [ -157.818813, 21.2745958 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2745958, "Longitude": -157.818813, "Species": "Chestnut Munia", "Count": 2, "Date": "2022-06-09" }, "geometry": { "type": "Point", "coordinates": [ -157.818813, 21.2745958 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2745958, "Longitude": -157.818813, "Species": "Common Myna", "Count": 537, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.818813, 21.2745958 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2745958, "Longitude": -157.818813, "Species": "Common Waxbill", "Count": 262, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.818813, 21.2745958 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2745958, "Longitude": -157.818813, "Species": "Eurasian Skylark", "Count": 1, "Date": "2019-12-10" }, "geometry": { "type": "Point", "coordinates": [ -157.818813, 21.2745958 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2745958, "Longitude": -157.818813, "Species": "Great Frigatebird", "Count": 15, "Date": "2024-01-29" }, "geometry": { "type": "Point", "coordinates": [ -157.818813, 21.2745958 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2745958, "Longitude": -157.818813, "Species": "Hawaiian Coot", "Count": 1, "Date": "2022-11-14" }, "geometry": { "type": "Point", "coordinates": [ -157.818813, 21.2745958 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2745958, "Longitude": -157.818813, "Species": "Helmeted Guineafowl", "Count": 1, "Date": "2023-04-10" }, "geometry": { "type": "Point", "coordinates": [ -157.818813, 21.2745958 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2745958, "Longitude": -157.818813, "Species": "House Finch", "Count": 264, "Date": "2024-02-26" }, "geometry": { "type": "Point", "coordinates": [ -157.818813, 21.2745958 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2745958, "Longitude": -157.818813, "Species": "House Sparrow", "Count": 404, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.818813, 21.2745958 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2745958, "Longitude": -157.818813, "Species": "Indian Peafowl", "Count": 30, "Date": "2024-01-21" }, "geometry": { "type": "Point", "coordinates": [ -157.818813, 21.2745958 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2745958, "Longitude": -157.818813, "Species": "Japanese Bush Warbler", "Count": 4, "Date": "2022-08-21" }, "geometry": { "type": "Point", "coordinates": [ -157.818813, 21.2745958 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2745958, "Longitude": -157.818813, "Species": "Java Sparrow", "Count": 169, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.818813, 21.2745958 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2745958, "Longitude": -157.818813, "Species": "Feral Mallard", "Count": 145, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.818813, 21.2745958 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2745958, "Longitude": -157.818813, "Species": "Muscovy Duck", "Count": 8, "Date": "2022-06-24" }, "geometry": { "type": "Point", "coordinates": [ -157.818813, 21.2745958 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2745958, "Longitude": -157.818813, "Species": "Northern Cardinal", "Count": 21, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.818813, 21.2745958 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2745958, "Longitude": -157.818813, "Species": "Northern Mockingbird", "Count": 20, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.818813, 21.2745958 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2745958, "Longitude": -157.818813, "Species": "Northern Pintail", "Count": 2, "Date": "2023-12-05" }, "geometry": { "type": "Point", "coordinates": [ -157.818813, 21.2745958 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2745958, "Longitude": -157.818813, "Species": "Orange-cheeked Waxbill", "Count": 1, "Date": "2022-05-28" }, "geometry": { "type": "Point", "coordinates": [ -157.818813, 21.2745958 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2745958, "Longitude": -157.818813, "Species": "Pacific Golden-Plover", "Count": 192, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.818813, 21.2745958 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2745958, "Longitude": -157.818813, "Species": "Red Avadavat", "Count": 2, "Date": "2022-11-24" }, "geometry": { "type": "Point", "coordinates": [ -157.818813, 21.2745958 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2745958, "Longitude": -157.818813, "Species": "Red Junglefowl", "Count": 169, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.818813, 21.2745958 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2745958, "Longitude": -157.818813, "Species": "Red-billed Leiothrix", "Count": 6, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.818813, 21.2745958 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2745958, "Longitude": -157.818813, "Species": "Red-crested Cardinal", "Count": 388, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.818813, 21.2745958 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2745958, "Longitude": -157.818813, "Species": "Red-crowned Parrot", "Count": 4, "Date": "2024-01-03" }, "geometry": { "type": "Point", "coordinates": [ -157.818813, 21.2745958 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2745958, "Longitude": -157.818813, "Species": "Red-footed Booby", "Count": 3, "Date": "2024-02-04" }, "geometry": { "type": "Point", "coordinates": [ -157.818813, 21.2745958 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2745958, "Longitude": -157.818813, "Species": "Red-masked Parakeet", "Count": 5, "Date": "2024-01-25" }, "geometry": { "type": "Point", "coordinates": [ -157.818813, 21.2745958 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2745958, "Longitude": -157.818813, "Species": "Red-tailed Tropicbird", "Count": 1, "Date": "2023-04-04" }, "geometry": { "type": "Point", "coordinates": [ -157.818813, 21.2745958 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2745958, "Longitude": -157.818813, "Species": "Red-vented Bulbul", "Count": 385, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.818813, 21.2745958 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2745958, "Longitude": -157.818813, "Species": "Red-whiskered Bulbul", "Count": 101, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.818813, 21.2745958 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2745958, "Longitude": -157.818813, "Species": "Rock Pigeon", "Count": 441, "Date": "2024-02-26" }, "geometry": { "type": "Point", "coordinates": [ -157.818813, 21.2745958 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2745958, "Longitude": -157.818813, "Species": "Rose-ringed Parakeet", "Count": 316, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.818813, 21.2745958 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2745958, "Longitude": -157.818813, "Species": "Ruddy Turnstone", "Count": 3, "Date": "2023-12-17" }, "geometry": { "type": "Point", "coordinates": [ -157.818813, 21.2745958 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2745958, "Longitude": -157.818813, "Species": "Saffron Finch", "Count": 29, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.818813, 21.2745958 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2745958, "Longitude": -157.818813, "Species": "Sanderling", "Count": 1, "Date": "2023-02-26" }, "geometry": { "type": "Point", "coordinates": [ -157.818813, 21.2745958 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2745958, "Longitude": -157.818813, "Species": "Scaly-breasted Munia", "Count": 23, "Date": "2024-01-20" }, "geometry": { "type": "Point", "coordinates": [ -157.818813, 21.2745958 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2745958, "Longitude": -157.818813, "Species": "Short-eared Owl", "Count": 1, "Date": "2022-12-14" }, "geometry": { "type": "Point", "coordinates": [ -157.818813, 21.2745958 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2745958, "Longitude": -157.818813, "Species": "Sooty Tern", "Count": 6, "Date": "2023-04-06" }, "geometry": { "type": "Point", "coordinates": [ -157.818813, 21.2745958 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2745958, "Longitude": -157.818813, "Species": "Spotted Dove", "Count": 390, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.818813, 21.2745958 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2745958, "Longitude": -157.818813, "Species": "Wandering Tattler", "Count": 6, "Date": "2022-12-05" }, "geometry": { "type": "Point", "coordinates": [ -157.818813, 21.2745958 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2745958, "Longitude": -157.818813, "Species": "Warbling White-eye", "Count": 220, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.818813, 21.2745958 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2745958, "Longitude": -157.818813, "Species": "Wedge-tailed Shearwater", "Count": 5, "Date": "2023-04-04" }, "geometry": { "type": "Point", "coordinates": [ -157.818813, 21.2745958 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2745958, "Longitude": -157.818813, "Species": "Western Cattle Egret", "Count": 323, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.818813, 21.2745958 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2745958, "Longitude": -157.818813, "Species": "White Tern", "Count": 426, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.818813, 21.2745958 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2745958, "Longitude": -157.818813, "Species": "White-rumped Shama", "Count": 76, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.818813, 21.2745958 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2745958, "Longitude": -157.818813, "Species": "White-tailed Tropicbird", "Count": 4, "Date": "2023-09-25" }, "geometry": { "type": "Point", "coordinates": [ -157.818813, 21.2745958 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2745958, "Longitude": -157.818813, "Species": "Yellow-fronted Canary", "Count": 213, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.818813, 21.2745958 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.2745958, "Longitude": -157.818813, "Species": "Zebra Dove", "Count": 482, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.818813, 21.2745958 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63747047, "Longitude": -158.0574412, "Species": "African Silverbill", "Count": 13, "Date": "2023-12-19" }, "geometry": { "type": "Point", "coordinates": [ -158.0574412, 21.63747047 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63747047, "Longitude": -158.0574412, "Species": "Barn Owl", "Count": 1, "Date": "2022-07-02" }, "geometry": { "type": "Point", "coordinates": [ -158.0574412, 21.63747047 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63747047, "Longitude": -158.0574412, "Species": "Black-crowned Night Heron", "Count": 56, "Date": "2024-02-13" }, "geometry": { "type": "Point", "coordinates": [ -158.0574412, 21.63747047 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63747047, "Longitude": -158.0574412, "Species": "Black-necked Stilt", "Count": 1, "Date": "2023-12-19" }, "geometry": { "type": "Point", "coordinates": [ -158.0574412, 21.63747047 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63747047, "Longitude": -158.0574412, "Species": "Brown Booby", "Count": 1, "Date": "2023-02-22" }, "geometry": { "type": "Point", "coordinates": [ -158.0574412, 21.63747047 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63747047, "Longitude": -158.0574412, "Species": "Brown Noddy", "Count": 1, "Date": "2023-09-01" }, "geometry": { "type": "Point", "coordinates": [ -158.0574412, 21.63747047 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63747047, "Longitude": -158.0574412, "Species": "Chestnut Munia", "Count": 50, "Date": "2024-02-04" }, "geometry": { "type": "Point", "coordinates": [ -158.0574412, 21.63747047 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63747047, "Longitude": -158.0574412, "Species": "Common Gallinule", "Count": 306, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -158.0574412, 21.63747047 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63747047, "Longitude": -158.0574412, "Species": "Common Myna", "Count": 378, "Date": "2024-02-26" }, "geometry": { "type": "Point", "coordinates": [ -158.0574412, 21.63747047 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63747047, "Longitude": -158.0574412, "Species": "Common Waxbill", "Count": 306, "Date": "2024-02-18" }, "geometry": { "type": "Point", "coordinates": [ -158.0574412, 21.63747047 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63747047, "Longitude": -158.0574412, "Species": "Erckel's Spurfowl", "Count": 2, "Date": "2024-02-04" }, "geometry": { "type": "Point", "coordinates": [ -158.0574412, 21.63747047 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63747047, "Longitude": -158.0574412, "Species": "Gray Francolin", "Count": 5, "Date": "2023-02-24" }, "geometry": { "type": "Point", "coordinates": [ -158.0574412, 21.63747047 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63747047, "Longitude": -158.0574412, "Species": "Great Frigatebird", "Count": 4, "Date": "2023-07-13" }, "geometry": { "type": "Point", "coordinates": [ -158.0574412, 21.63747047 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63747047, "Longitude": -158.0574412, "Species": "Greater Scaup", "Count": 1, "Date": "2023-12-04" }, "geometry": { "type": "Point", "coordinates": [ -158.0574412, 21.63747047 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63747047, "Longitude": -158.0574412, "Species": "Green-winged Teal", "Count": 1, "Date": "2024-01-23" }, "geometry": { "type": "Point", "coordinates": [ -158.0574412, 21.63747047 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63747047, "Longitude": -158.0574412, "Species": "Hawaiian Coot", "Count": 31, "Date": "2024-02-26" }, "geometry": { "type": "Point", "coordinates": [ -158.0574412, 21.63747047 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63747047, "Longitude": -158.0574412, "Species": "Helmeted Guineafowl", "Count": 1, "Date": "2023-02-19" }, "geometry": { "type": "Point", "coordinates": [ -158.0574412, 21.63747047 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63747047, "Longitude": -158.0574412, "Species": "House Finch", "Count": 89, "Date": "2024-02-18" }, "geometry": { "type": "Point", "coordinates": [ -158.0574412, 21.63747047 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63747047, "Longitude": -158.0574412, "Species": "House Sparrow", "Count": 39, "Date": "2024-02-04" }, "geometry": { "type": "Point", "coordinates": [ -158.0574412, 21.63747047 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63747047, "Longitude": -158.0574412, "Species": "Indian Peafowl", "Count": 200, "Date": "2024-02-15" }, "geometry": { "type": "Point", "coordinates": [ -158.0574412, 21.63747047 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63747047, "Longitude": -158.0574412, "Species": "Japanese Bush Warbler", "Count": 5, "Date": "2023-05-16" }, "geometry": { "type": "Point", "coordinates": [ -158.0574412, 21.63747047 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63747047, "Longitude": -158.0574412, "Species": "Java Sparrow", "Count": 75, "Date": "2024-02-11" }, "geometry": { "type": "Point", "coordinates": [ -158.0574412, 21.63747047 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63747047, "Longitude": -158.0574412, "Species": "Laughing Gull", "Count": 1, "Date": "2023-01-23" }, "geometry": { "type": "Point", "coordinates": [ -158.0574412, 21.63747047 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63747047, "Longitude": -158.0574412, "Species": "Feral Mallard", "Count": 53, "Date": "2024-02-15" }, "geometry": { "type": "Point", "coordinates": [ -158.0574412, 21.63747047 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63747047, "Longitude": -158.0574412, "Species": "Muscovy Duck", "Count": 55, "Date": "2024-01-17" }, "geometry": { "type": "Point", "coordinates": [ -158.0574412, 21.63747047 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63747047, "Longitude": -158.0574412, "Species": "Muscovy Duck", "Count": 3, "Date": "2023-12-23" }, "geometry": { "type": "Point", "coordinates": [ -158.0574412, 21.63747047 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63747047, "Longitude": -158.0574412, "Species": "Northern Cardinal", "Count": 162, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -158.0574412, 21.63747047 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63747047, "Longitude": -158.0574412, "Species": "Northern Mockingbird", "Count": 2, "Date": "2022-11-10" }, "geometry": { "type": "Point", "coordinates": [ -158.0574412, 21.63747047 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63747047, "Longitude": -158.0574412, "Species": "Northern Pintail", "Count": 3, "Date": "2023-11-05" }, "geometry": { "type": "Point", "coordinates": [ -158.0574412, 21.63747047 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63747047, "Longitude": -158.0574412, "Species": "Oahu Amakihi", "Count": 6, "Date": "2023-03-29" }, "geometry": { "type": "Point", "coordinates": [ -158.0574412, 21.63747047 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63747047, "Longitude": -158.0574412, "Species": "Pacific Golden-Plover", "Count": 94, "Date": "2024-02-26" }, "geometry": { "type": "Point", "coordinates": [ -158.0574412, 21.63747047 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63747047, "Longitude": -158.0574412, "Species": "Red Avadavat", "Count": 14, "Date": "2024-02-04" }, "geometry": { "type": "Point", "coordinates": [ -158.0574412, 21.63747047 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63747047, "Longitude": -158.0574412, "Species": "Red Junglefowl", "Count": 114, "Date": "2024-02-06" }, "geometry": { "type": "Point", "coordinates": [ -158.0574412, 21.63747047 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63747047, "Longitude": -158.0574412, "Species": "Red-billed Leiothrix", "Count": 144, "Date": "2024-02-18" }, "geometry": { "type": "Point", "coordinates": [ -158.0574412, 21.63747047 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63747047, "Longitude": -158.0574412, "Species": "Red-crested Cardinal", "Count": 382, "Date": "2024-02-26" }, "geometry": { "type": "Point", "coordinates": [ -158.0574412, 21.63747047 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63747047, "Longitude": -158.0574412, "Species": "Red-footed Booby", "Count": 1, "Date": "2024-01-01" }, "geometry": { "type": "Point", "coordinates": [ -158.0574412, 21.63747047 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63747047, "Longitude": -158.0574412, "Species": "Red-tailed Tropicbird", "Count": 2, "Date": "2023-07-26" }, "geometry": { "type": "Point", "coordinates": [ -158.0574412, 21.63747047 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63747047, "Longitude": -158.0574412, "Species": "Red-vented Bulbul", "Count": 365, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -158.0574412, 21.63747047 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63747047, "Longitude": -158.0574412, "Species": "Red-whiskered Bulbul", "Count": 331, "Date": "2024-02-26" }, "geometry": { "type": "Point", "coordinates": [ -158.0574412, 21.63747047 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63747047, "Longitude": -158.0574412, "Species": "Ring-necked Duck", "Count": 3, "Date": "2024-02-04" }, "geometry": { "type": "Point", "coordinates": [ -158.0574412, 21.63747047 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63747047, "Longitude": -158.0574412, "Species": "Rock Pigeon", "Count": 24, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -158.0574412, 21.63747047 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63747047, "Longitude": -158.0574412, "Species": "Rose-ringed Parakeet", "Count": 1, "Date": "2023-03-10" }, "geometry": { "type": "Point", "coordinates": [ -158.0574412, 21.63747047 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63747047, "Longitude": -158.0574412, "Species": "Ruddy Turnstone", "Count": 3, "Date": "2023-02-22" }, "geometry": { "type": "Point", "coordinates": [ -158.0574412, 21.63747047 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63747047, "Longitude": -158.0574412, "Species": "Saffron Finch", "Count": 50, "Date": "2024-02-26" }, "geometry": { "type": "Point", "coordinates": [ -158.0574412, 21.63747047 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63747047, "Longitude": -158.0574412, "Species": "Scaly-breasted Munia", "Count": 169, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -158.0574412, 21.63747047 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63747047, "Longitude": -158.0574412, "Species": "Short-eared Owl", "Count": 1, "Date": "2019-03-11" }, "geometry": { "type": "Point", "coordinates": [ -158.0574412, 21.63747047 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63747047, "Longitude": -158.0574412, "Species": "Spotted Dove", "Count": 242, "Date": "2024-02-26" }, "geometry": { "type": "Point", "coordinates": [ -158.0574412, 21.63747047 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63747047, "Longitude": -158.0574412, "Species": "Wandering Tattler", "Count": 4, "Date": "2023-11-15" }, "geometry": { "type": "Point", "coordinates": [ -158.0574412, 21.63747047 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63747047, "Longitude": -158.0574412, "Species": "Warbling White-eye", "Count": 299, "Date": "2024-02-26" }, "geometry": { "type": "Point", "coordinates": [ -158.0574412, 21.63747047 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63747047, "Longitude": -158.0574412, "Species": "Western Cattle Egret", "Count": 93, "Date": "2024-02-26" }, "geometry": { "type": "Point", "coordinates": [ -158.0574412, 21.63747047 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63747047, "Longitude": -158.0574412, "Species": "White Tern", "Count": 1, "Date": "2022-05-07" }, "geometry": { "type": "Point", "coordinates": [ -158.0574412, 21.63747047 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63747047, "Longitude": -158.0574412, "Species": "White-rumped Shama", "Count": 397, "Date": "2024-02-26" }, "geometry": { "type": "Point", "coordinates": [ -158.0574412, 21.63747047 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63747047, "Longitude": -158.0574412, "Species": "White-tailed Tropicbird", "Count": 60, "Date": "2024-01-18" }, "geometry": { "type": "Point", "coordinates": [ -158.0574412, 21.63747047 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63747047, "Longitude": -158.0574412, "Species": "Yellow-fronted Canary", "Count": 10, "Date": "2023-11-30" }, "geometry": { "type": "Point", "coordinates": [ -158.0574412, 21.63747047 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.63747047, "Longitude": -158.0574412, "Species": "Zebra Dove", "Count": 382, "Date": "2024-02-26" }, "geometry": { "type": "Point", "coordinates": [ -158.0574412, 21.63747047 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30046348, "Longitude": -157.6547343, "Species": "African Silverbill", "Count": 31, "Date": "2023-07-24" }, "geometry": { "type": "Point", "coordinates": [ -157.6547343, 21.30046348 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30046348, "Longitude": -157.6547343, "Species": "Barn Owl", "Count": 3, "Date": "2019-05-11" }, "geometry": { "type": "Point", "coordinates": [ -157.6547343, 21.30046348 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30046348, "Longitude": -157.6547343, "Species": "Black Noddy", "Count": 9, "Date": "2023-07-01" }, "geometry": { "type": "Point", "coordinates": [ -157.6547343, 21.30046348 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30046348, "Longitude": -157.6547343, "Species": "Black-crowned Night Heron", "Count": 1, "Date": "2019-05-30" }, "geometry": { "type": "Point", "coordinates": [ -157.6547343, 21.30046348 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30046348, "Longitude": -157.6547343, "Species": "Black-necked Stilt", "Count": 3, "Date": "2022-05-03" }, "geometry": { "type": "Point", "coordinates": [ -157.6547343, 21.30046348 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30046348, "Longitude": -157.6547343, "Species": "Brown Booby", "Count": 167, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.6547343, 21.30046348 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30046348, "Longitude": -157.6547343, "Species": "Brown Noddy", "Count": 62, "Date": "2024-01-29" }, "geometry": { "type": "Point", "coordinates": [ -157.6547343, 21.30046348 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30046348, "Longitude": -157.6547343, "Species": "Buller's Shearwater", "Count": 1, "Date": "2022-06-18" }, "geometry": { "type": "Point", "coordinates": [ -157.6547343, 21.30046348 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30046348, "Longitude": -157.6547343, "Species": "Bulwer's Petrel", "Count": 12, "Date": "2023-07-01" }, "geometry": { "type": "Point", "coordinates": [ -157.6547343, 21.30046348 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30046348, "Longitude": -157.6547343, "Species": "Chestnut Munia", "Count": 5, "Date": "2023-08-26" }, "geometry": { "type": "Point", "coordinates": [ -157.6547343, 21.30046348 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30046348, "Longitude": -157.6547343, "Species": "Common Myna", "Count": 202, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.6547343, 21.30046348 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30046348, "Longitude": -157.6547343, "Species": "Common Waxbill", "Count": 100, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.6547343, 21.30046348 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30046348, "Longitude": -157.6547343, "Species": "Gray Francolin", "Count": 2, "Date": "2023-01-25" }, "geometry": { "type": "Point", "coordinates": [ -157.6547343, 21.30046348 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30046348, "Longitude": -157.6547343, "Species": "Gray-backed Tern", "Count": 1, "Date": "2021-10-05" }, "geometry": { "type": "Point", "coordinates": [ -157.6547343, 21.30046348 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30046348, "Longitude": -157.6547343, "Species": "Great Frigatebird", "Count": 249, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.6547343, 21.30046348 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30046348, "Longitude": -157.6547343, "Species": "Hawaiian Petrel", "Count": 3, "Date": "2023-07-01" }, "geometry": { "type": "Point", "coordinates": [ -157.6547343, 21.30046348 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30046348, "Longitude": -157.6547343, "Species": "House Finch", "Count": 69, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.6547343, 21.30046348 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30046348, "Longitude": -157.6547343, "Species": "House Sparrow", "Count": 10, "Date": "2023-04-27" }, "geometry": { "type": "Point", "coordinates": [ -157.6547343, 21.30046348 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30046348, "Longitude": -157.6547343, "Species": "Japanese Bush Warbler", "Count": 1, "Date": "2023-04-09" }, "geometry": { "type": "Point", "coordinates": [ -157.6547343, 21.30046348 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30046348, "Longitude": -157.6547343, "Species": "Java Sparrow", "Count": 46, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.6547343, 21.30046348 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30046348, "Longitude": -157.6547343, "Species": "Laysan Albatross", "Count": 8, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.6547343, 21.30046348 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30046348, "Longitude": -157.6547343, "Species": "Masked Booby", "Count": 120, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.6547343, 21.30046348 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30046348, "Longitude": -157.6547343, "Species": "Newell's Shearwater", "Count": 1, "Date": "2023-04-29" }, "geometry": { "type": "Point", "coordinates": [ -157.6547343, 21.30046348 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30046348, "Longitude": -157.6547343, "Species": "Northern Cardinal", "Count": 28, "Date": "2024-02-12" }, "geometry": { "type": "Point", "coordinates": [ -157.6547343, 21.30046348 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30046348, "Longitude": -157.6547343, "Species": "Northern Mockingbird", "Count": 6, "Date": "2023-10-23" }, "geometry": { "type": "Point", "coordinates": [ -157.6547343, 21.30046348 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30046348, "Longitude": -157.6547343, "Species": "Pacific Golden-Plover", "Count": 13, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.6547343, 21.30046348 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30046348, "Longitude": -157.6547343, "Species": "Red Avadavat", "Count": 7, "Date": "2023-10-15" }, "geometry": { "type": "Point", "coordinates": [ -157.6547343, 21.30046348 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30046348, "Longitude": -157.6547343, "Species": "Red Junglefowl", "Count": 2, "Date": "2024-01-29" }, "geometry": { "type": "Point", "coordinates": [ -157.6547343, 21.30046348 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30046348, "Longitude": -157.6547343, "Species": "Red-billed Leiothrix", "Count": 2, "Date": "2024-01-06" }, "geometry": { "type": "Point", "coordinates": [ -157.6547343, 21.30046348 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30046348, "Longitude": -157.6547343, "Species": "Red-billed Tropicbird", "Count": 3, "Date": "2024-01-29" }, "geometry": { "type": "Point", "coordinates": [ -157.6547343, 21.30046348 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30046348, "Longitude": -157.6547343, "Species": "Red-crested Cardinal", "Count": 213, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.6547343, 21.30046348 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30046348, "Longitude": -157.6547343, "Species": "Red-footed Booby", "Count": 269, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.6547343, 21.30046348 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30046348, "Longitude": -157.6547343, "Species": "Red-tailed Tropicbird", "Count": 169, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.6547343, 21.30046348 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30046348, "Longitude": -157.6547343, "Species": "Red-vented Bulbul", "Count": 239, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.6547343, 21.30046348 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30046348, "Longitude": -157.6547343, "Species": "Red-whiskered Bulbul", "Count": 8, "Date": "2023-02-23" }, "geometry": { "type": "Point", "coordinates": [ -157.6547343, 21.30046348 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30046348, "Longitude": -157.6547343, "Species": "Rock Pigeon", "Count": 153, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.6547343, 21.30046348 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30046348, "Longitude": -157.6547343, "Species": "Rose-ringed Parakeet", "Count": 2, "Date": "2023-12-24" }, "geometry": { "type": "Point", "coordinates": [ -157.6547343, 21.30046348 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30046348, "Longitude": -157.6547343, "Species": "Ruddy Turnstone", "Count": 2, "Date": "2021-10-19" }, "geometry": { "type": "Point", "coordinates": [ -157.6547343, 21.30046348 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30046348, "Longitude": -157.6547343, "Species": "Saffron Finch", "Count": 2, "Date": "2023-12-02" }, "geometry": { "type": "Point", "coordinates": [ -157.6547343, 21.30046348 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30046348, "Longitude": -157.6547343, "Species": "Scaly-breasted Munia", "Count": 28, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.6547343, 21.30046348 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30046348, "Longitude": -157.6547343, "Species": "Sooty Shearwater", "Count": 8, "Date": "2023-05-16" }, "geometry": { "type": "Point", "coordinates": [ -157.6547343, 21.30046348 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30046348, "Longitude": -157.6547343, "Species": "Sooty Tern", "Count": 182, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.6547343, 21.30046348 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30046348, "Longitude": -157.6547343, "Species": "Spotted Dove", "Count": 130, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.6547343, 21.30046348 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30046348, "Longitude": -157.6547343, "Species": "Wandering Tattler", "Count": 12, "Date": "2024-02-08" }, "geometry": { "type": "Point", "coordinates": [ -157.6547343, 21.30046348 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30046348, "Longitude": -157.6547343, "Species": "Warbling White-eye", "Count": 57, "Date": "2024-02-21" }, "geometry": { "type": "Point", "coordinates": [ -157.6547343, 21.30046348 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30046348, "Longitude": -157.6547343, "Species": "Wedge-tailed Shearwater", "Count": 112, "Date": "2023-12-21" }, "geometry": { "type": "Point", "coordinates": [ -157.6547343, 21.30046348 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30046348, "Longitude": -157.6547343, "Species": "Western Cattle Egret", "Count": 21, "Date": "2024-02-08" }, "geometry": { "type": "Point", "coordinates": [ -157.6547343, 21.30046348 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30046348, "Longitude": -157.6547343, "Species": "White Tern", "Count": 134, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.6547343, 21.30046348 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30046348, "Longitude": -157.6547343, "Species": "White-rumped Shama", "Count": 4, "Date": "2023-03-10" }, "geometry": { "type": "Point", "coordinates": [ -157.6547343, 21.30046348 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30046348, "Longitude": -157.6547343, "Species": "White-tailed Tropicbird", "Count": 68, "Date": "2024-01-26" }, "geometry": { "type": "Point", "coordinates": [ -157.6547343, 21.30046348 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30046348, "Longitude": -157.6547343, "Species": "Yellow-fronted Canary", "Count": 3, "Date": "2023-12-24" }, "geometry": { "type": "Point", "coordinates": [ -157.6547343, 21.30046348 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.30046348, "Longitude": -157.6547343, "Species": "Zebra Dove", "Count": 280, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.6547343, 21.30046348 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33971659, "Longitude": -158.1268595, "Species": "African Silverbill", "Count": 1, "Date": "2022-12-19" }, "geometry": { "type": "Point", "coordinates": [ -158.1268595, 21.33971659 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33971659, "Longitude": -158.1268595, "Species": "American Wigeon", "Count": 1, "Date": "2022-01-05" }, "geometry": { "type": "Point", "coordinates": [ -158.1268595, 21.33971659 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33971659, "Longitude": -158.1268595, "Species": "Barn Owl", "Count": 1, "Date": "2022-01-25" }, "geometry": { "type": "Point", "coordinates": [ -158.1268595, 21.33971659 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33971659, "Longitude": -158.1268595, "Species": "Black Francolin", "Count": 1, "Date": "2021-04-01" }, "geometry": { "type": "Point", "coordinates": [ -158.1268595, 21.33971659 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33971659, "Longitude": -158.1268595, "Species": "Black Swan", "Count": 33, "Date": "2024-02-06" }, "geometry": { "type": "Point", "coordinates": [ -158.1268595, 21.33971659 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33971659, "Longitude": -158.1268595, "Species": "Black-crowned Night Heron", "Count": 95, "Date": "2024-02-04" }, "geometry": { "type": "Point", "coordinates": [ -158.1268595, 21.33971659 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33971659, "Longitude": -158.1268595, "Species": "Black-necked Stilt", "Count": 9, "Date": "2023-12-27" }, "geometry": { "type": "Point", "coordinates": [ -158.1268595, 21.33971659 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33971659, "Longitude": -158.1268595, "Species": "Bristle-thighed Curlew", "Count": 1, "Date": "2023-01-15" }, "geometry": { "type": "Point", "coordinates": [ -158.1268595, 21.33971659 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33971659, "Longitude": -158.1268595, "Species": "Brown Booby", "Count": 48, "Date": "2024-01-27" }, "geometry": { "type": "Point", "coordinates": [ -158.1268595, 21.33971659 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33971659, "Longitude": -158.1268595, "Species": "Brown Noddy", "Count": 3, "Date": "2023-04-13" }, "geometry": { "type": "Point", "coordinates": [ -158.1268595, 21.33971659 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33971659, "Longitude": -158.1268595, "Species": "Chestnut Munia", "Count": 10, "Date": "2023-05-11" }, "geometry": { "type": "Point", "coordinates": [ -158.1268595, 21.33971659 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33971659, "Longitude": -158.1268595, "Species": "Common Gallinule", "Count": 2, "Date": "2023-09-09" }, "geometry": { "type": "Point", "coordinates": [ -158.1268595, 21.33971659 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33971659, "Longitude": -158.1268595, "Species": "Common Myna", "Count": 261, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -158.1268595, 21.33971659 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33971659, "Longitude": -158.1268595, "Species": "Common Waxbill", "Count": 88, "Date": "2024-02-04" }, "geometry": { "type": "Point", "coordinates": [ -158.1268595, 21.33971659 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33971659, "Longitude": -158.1268595, "Species": "Eurasian Skylark", "Count": 1, "Date": "2021-04-01" }, "geometry": { "type": "Point", "coordinates": [ -158.1268595, 21.33971659 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33971659, "Longitude": -158.1268595, "Species": "Glaucous-winged Gull", "Count": 1, "Date": "2021-01-05" }, "geometry": { "type": "Point", "coordinates": [ -158.1268595, 21.33971659 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33971659, "Longitude": -158.1268595, "Species": "Gray Francolin", "Count": 2, "Date": "2021-04-01" }, "geometry": { "type": "Point", "coordinates": [ -158.1268595, 21.33971659 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33971659, "Longitude": -158.1268595, "Species": "Great Frigatebird", "Count": 8, "Date": "2024-01-20" }, "geometry": { "type": "Point", "coordinates": [ -158.1268595, 21.33971659 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33971659, "Longitude": -158.1268595, "Species": "Great-tailed Grackle", "Count": 1, "Date": "2022-07-29" }, "geometry": { "type": "Point", "coordinates": [ -158.1268595, 21.33971659 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33971659, "Longitude": -158.1268595, "Species": "Hawaiian Coot", "Count": 54, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -158.1268595, 21.33971659 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33971659, "Longitude": -158.1268595, "Species": "House Finch", "Count": 69, "Date": "2024-02-10" }, "geometry": { "type": "Point", "coordinates": [ -158.1268595, 21.33971659 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33971659, "Longitude": -158.1268595, "Species": "House Sparrow", "Count": 152, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -158.1268595, 21.33971659 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33971659, "Longitude": -158.1268595, "Species": "Java Sparrow", "Count": 43, "Date": "2024-02-04" }, "geometry": { "type": "Point", "coordinates": [ -158.1268595, 21.33971659 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33971659, "Longitude": -158.1268595, "Species": "Laughing Gull", "Count": 1, "Date": "2024-01-25" }, "geometry": { "type": "Point", "coordinates": [ -158.1268595, 21.33971659 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33971659, "Longitude": -158.1268595, "Species": "Laysan Albatross", "Count": 4, "Date": "2023-12-26" }, "geometry": { "type": "Point", "coordinates": [ -158.1268595, 21.33971659 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33971659, "Longitude": -158.1268595, "Species": "Long-billed Dowitcher", "Count": 1, "Date": "2022-11-15" }, "geometry": { "type": "Point", "coordinates": [ -158.1268595, 21.33971659 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33971659, "Longitude": -158.1268595, "Species": "Feral Mallard", "Count": 40, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -158.1268595, 21.33971659 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33971659, "Longitude": -158.1268595, "Species": "Mourning Dove", "Count": 1, "Date": "2023-11-12" }, "geometry": { "type": "Point", "coordinates": [ -158.1268595, 21.33971659 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33971659, "Longitude": -158.1268595, "Species": "Muscovy Duck", "Count": 13, "Date": "2024-01-08" }, "geometry": { "type": "Point", "coordinates": [ -158.1268595, 21.33971659 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33971659, "Longitude": -158.1268595, "Species": "Northern Cardinal", "Count": 11, "Date": "2024-01-08" }, "geometry": { "type": "Point", "coordinates": [ -158.1268595, 21.33971659 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33971659, "Longitude": -158.1268595, "Species": "Northern Mockingbird", "Count": 6, "Date": "2023-01-05" }, "geometry": { "type": "Point", "coordinates": [ -158.1268595, 21.33971659 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33971659, "Longitude": -158.1268595, "Species": "Pacific Golden-Plover", "Count": 162, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -158.1268595, 21.33971659 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33971659, "Longitude": -158.1268595, "Species": "Red Junglefowl", "Count": 26, "Date": "2024-01-29" }, "geometry": { "type": "Point", "coordinates": [ -158.1268595, 21.33971659 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33971659, "Longitude": -158.1268595, "Species": "Red-billed Leiothrix", "Count": 3, "Date": "2022-04-06" }, "geometry": { "type": "Point", "coordinates": [ -158.1268595, 21.33971659 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33971659, "Longitude": -158.1268595, "Species": "Red-crested Cardinal", "Count": 156, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -158.1268595, 21.33971659 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33971659, "Longitude": -158.1268595, "Species": "Red-footed Booby", "Count": 4, "Date": "2024-01-08" }, "geometry": { "type": "Point", "coordinates": [ -158.1268595, 21.33971659 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33971659, "Longitude": -158.1268595, "Species": "Red-tailed Tropicbird", "Count": 3, "Date": "2023-06-17" }, "geometry": { "type": "Point", "coordinates": [ -158.1268595, 21.33971659 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33971659, "Longitude": -158.1268595, "Species": "Red-vented Bulbul", "Count": 189, "Date": "2024-02-10" }, "geometry": { "type": "Point", "coordinates": [ -158.1268595, 21.33971659 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33971659, "Longitude": -158.1268595, "Species": "Red-whiskered Bulbul", "Count": 44, "Date": "2024-02-06" }, "geometry": { "type": "Point", "coordinates": [ -158.1268595, 21.33971659 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33971659, "Longitude": -158.1268595, "Species": "Rock Pigeon", "Count": 42, "Date": "2024-02-18" }, "geometry": { "type": "Point", "coordinates": [ -158.1268595, 21.33971659 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33971659, "Longitude": -158.1268595, "Species": "Rose-ringed Parakeet", "Count": 4, "Date": "2024-01-08" }, "geometry": { "type": "Point", "coordinates": [ -158.1268595, 21.33971659 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33971659, "Longitude": -158.1268595, "Species": "Ruddy Turnstone", "Count": 30, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -158.1268595, 21.33971659 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33971659, "Longitude": -158.1268595, "Species": "Saffron Finch", "Count": 82, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -158.1268595, 21.33971659 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33971659, "Longitude": -158.1268595, "Species": "Sanderling", "Count": 3, "Date": "2022-11-15" }, "geometry": { "type": "Point", "coordinates": [ -158.1268595, 21.33971659 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33971659, "Longitude": -158.1268595, "Species": "Scaly-breasted Munia", "Count": 6, "Date": "2023-04-12" }, "geometry": { "type": "Point", "coordinates": [ -158.1268595, 21.33971659 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33971659, "Longitude": -158.1268595, "Species": "Snow Goose", "Count": 1, "Date": "2021-04-01" }, "geometry": { "type": "Point", "coordinates": [ -158.1268595, 21.33971659 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33971659, "Longitude": -158.1268595, "Species": "Sooty Tern", "Count": 5, "Date": "2023-04-13" }, "geometry": { "type": "Point", "coordinates": [ -158.1268595, 21.33971659 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33971659, "Longitude": -158.1268595, "Species": "Spotted Dove", "Count": 179, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -158.1268595, 21.33971659 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33971659, "Longitude": -158.1268595, "Species": "Wandering Tattler", "Count": 42, "Date": "2024-02-04" }, "geometry": { "type": "Point", "coordinates": [ -158.1268595, 21.33971659 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33971659, "Longitude": -158.1268595, "Species": "Warbling White-eye", "Count": 85, "Date": "2024-02-10" }, "geometry": { "type": "Point", "coordinates": [ -158.1268595, 21.33971659 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33971659, "Longitude": -158.1268595, "Species": "Wedge-tailed Shearwater", "Count": 14, "Date": "2024-01-08" }, "geometry": { "type": "Point", "coordinates": [ -158.1268595, 21.33971659 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33971659, "Longitude": -158.1268595, "Species": "Western Cattle Egret", "Count": 101, "Date": "2024-01-28" }, "geometry": { "type": "Point", "coordinates": [ -158.1268595, 21.33971659 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33971659, "Longitude": -158.1268595, "Species": "White Tern", "Count": 14, "Date": "2023-05-11" }, "geometry": { "type": "Point", "coordinates": [ -158.1268595, 21.33971659 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33971659, "Longitude": -158.1268595, "Species": "White-faced Ibis", "Count": 1, "Date": "2023-01-12" }, "geometry": { "type": "Point", "coordinates": [ -158.1268595, 21.33971659 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33971659, "Longitude": -158.1268595, "Species": "White-rumped Shama", "Count": 6, "Date": "2024-01-20" }, "geometry": { "type": "Point", "coordinates": [ -158.1268595, 21.33971659 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33971659, "Longitude": -158.1268595, "Species": "White-tailed Tropicbird", "Count": 2, "Date": "2023-04-10" }, "geometry": { "type": "Point", "coordinates": [ -158.1268595, 21.33971659 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33971659, "Longitude": -158.1268595, "Species": "Yellow-fronted Canary", "Count": 2, "Date": "2024-01-08" }, "geometry": { "type": "Point", "coordinates": [ -158.1268595, 21.33971659 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.33971659, "Longitude": -158.1268595, "Species": "Zebra Dove", "Count": 204, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -158.1268595, 21.33971659 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26556255, "Longitude": -157.8188851, "Species": "African Silverbill", "Count": 33, "Date": "2022-12-27" }, "geometry": { "type": "Point", "coordinates": [ -157.818885099999989, 21.26556255 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26556255, "Longitude": -157.8188851, "Species": "Apapane", "Count": 1, "Date": "2021-08-12" }, "geometry": { "type": "Point", "coordinates": [ -157.818885099999989, 21.26556255 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26556255, "Longitude": -157.8188851, "Species": "Barn Owl", "Count": 1, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.818885099999989, 21.26556255 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26556255, "Longitude": -157.8188851, "Species": "Black-crowned Night Heron", "Count": 104, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.818885099999989, 21.26556255 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26556255, "Longitude": -157.8188851, "Species": "Black-necked Stilt", "Count": 4, "Date": "2023-10-27" }, "geometry": { "type": "Point", "coordinates": [ -157.818885099999989, 21.26556255 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26556255, "Longitude": -157.8188851, "Species": "Brown Booby", "Count": 70, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.818885099999989, 21.26556255 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26556255, "Longitude": -157.8188851, "Species": "Bulwer's Petrel", "Count": 1, "Date": "2023-08-07" }, "geometry": { "type": "Point", "coordinates": [ -157.818885099999989, 21.26556255 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26556255, "Longitude": -157.8188851, "Species": "Chestnut Munia", "Count": 14, "Date": "2024-02-23" }, "geometry": { "type": "Point", "coordinates": [ -157.818885099999989, 21.26556255 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26556255, "Longitude": -157.8188851, "Species": "Common Gallinule", "Count": 2, "Date": "2023-05-09" }, "geometry": { "type": "Point", "coordinates": [ -157.818885099999989, 21.26556255 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26556255, "Longitude": -157.8188851, "Species": "Common Myna", "Count": 1677, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.818885099999989, 21.26556255 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26556255, "Longitude": -157.8188851, "Species": "Common Waxbill", "Count": 1259, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.818885099999989, 21.26556255 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26556255, "Longitude": -157.8188851, "Species": "Gray Francolin", "Count": 19, "Date": "2024-02-11" }, "geometry": { "type": "Point", "coordinates": [ -157.818885099999989, 21.26556255 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26556255, "Longitude": -157.8188851, "Species": "Great Frigatebird", "Count": 33, "Date": "2023-10-25" }, "geometry": { "type": "Point", "coordinates": [ -157.818885099999989, 21.26556255 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26556255, "Longitude": -157.8188851, "Species": "Great-tailed Grackle", "Count": 1, "Date": "2023-05-30" }, "geometry": { "type": "Point", "coordinates": [ -157.818885099999989, 21.26556255 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26556255, "Longitude": -157.8188851, "Species": "Hawaiian Coot", "Count": 1, "Date": "2019-04-04" }, "geometry": { "type": "Point", "coordinates": [ -157.818885099999989, 21.26556255 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26556255, "Longitude": -157.8188851, "Species": "House Finch", "Count": 943, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.818885099999989, 21.26556255 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26556255, "Longitude": -157.8188851, "Species": "House Sparrow", "Count": 1305, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.818885099999989, 21.26556255 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26556255, "Longitude": -157.8188851, "Species": "Indian Peafowl", "Count": 5, "Date": "2023-03-03" }, "geometry": { "type": "Point", "coordinates": [ -157.818885099999989, 21.26556255 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26556255, "Longitude": -157.8188851, "Species": "Japanese Bush Warbler", "Count": 7, "Date": "2022-05-10" }, "geometry": { "type": "Point", "coordinates": [ -157.818885099999989, 21.26556255 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26556255, "Longitude": -157.8188851, "Species": "Java Sparrow", "Count": 1001, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.818885099999989, 21.26556255 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26556255, "Longitude": -157.8188851, "Species": "Laughing Gull", "Count": 1, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.818885099999989, 21.26556255 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26556255, "Longitude": -157.8188851, "Species": "Laysan Albatross", "Count": 1, "Date": "2022-05-07" }, "geometry": { "type": "Point", "coordinates": [ -157.818885099999989, 21.26556255 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26556255, "Longitude": -157.8188851, "Species": "Feral Mallard", "Count": 441, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.818885099999989, 21.26556255 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26556255, "Longitude": -157.8188851, "Species": "Mourning Dove", "Count": 1, "Date": "2019-10-10" }, "geometry": { "type": "Point", "coordinates": [ -157.818885099999989, 21.26556255 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26556255, "Longitude": -157.8188851, "Species": "Muscovy Duck", "Count": 25, "Date": "2023-11-10" }, "geometry": { "type": "Point", "coordinates": [ -157.818885099999989, 21.26556255 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26556255, "Longitude": -157.8188851, "Species": "Northern Cardinal", "Count": 46, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.818885099999989, 21.26556255 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26556255, "Longitude": -157.8188851, "Species": "Northern Mockingbird", "Count": 27, "Date": "2024-02-26" }, "geometry": { "type": "Point", "coordinates": [ -157.818885099999989, 21.26556255 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26556255, "Longitude": -157.8188851, "Species": "Northern Shoveler", "Count": 1, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.818885099999989, 21.26556255 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26556255, "Longitude": -157.8188851, "Species": "Pacific Golden-Plover", "Count": 1195, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.818885099999989, 21.26556255 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26556255, "Longitude": -157.8188851, "Species": "Peregrine Falcon", "Count": 1, "Date": "2022-09-02" }, "geometry": { "type": "Point", "coordinates": [ -157.818885099999989, 21.26556255 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26556255, "Longitude": -157.8188851, "Species": "Red Avadavat", "Count": 2, "Date": "2020-03-04" }, "geometry": { "type": "Point", "coordinates": [ -157.818885099999989, 21.26556255 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26556255, "Longitude": -157.8188851, "Species": "Red Junglefowl", "Count": 755, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.818885099999989, 21.26556255 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26556255, "Longitude": -157.8188851, "Species": "Red-billed Leiothrix", "Count": 2, "Date": "2024-01-09" }, "geometry": { "type": "Point", "coordinates": [ -157.818885099999989, 21.26556255 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26556255, "Longitude": -157.8188851, "Species": "Red-crested Cardinal", "Count": 1505, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.818885099999989, 21.26556255 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26556255, "Longitude": -157.8188851, "Species": "Red-crowned Parrot", "Count": 6, "Date": "2024-02-26" }, "geometry": { "type": "Point", "coordinates": [ -157.818885099999989, 21.26556255 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26556255, "Longitude": -157.8188851, "Species": "Red-footed Booby", "Count": 12, "Date": "2024-02-04" }, "geometry": { "type": "Point", "coordinates": [ -157.818885099999989, 21.26556255 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26556255, "Longitude": -157.8188851, "Species": "Red-masked Parakeet", "Count": 20, "Date": "2023-01-31" }, "geometry": { "type": "Point", "coordinates": [ -157.818885099999989, 21.26556255 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26556255, "Longitude": -157.8188851, "Species": "Red-tailed Tropicbird", "Count": 1, "Date": "2022-03-15" }, "geometry": { "type": "Point", "coordinates": [ -157.818885099999989, 21.26556255 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26556255, "Longitude": -157.8188851, "Species": "Red-vented Bulbul", "Count": 1378, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.818885099999989, 21.26556255 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26556255, "Longitude": -157.8188851, "Species": "Red-whiskered Bulbul", "Count": 156, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.818885099999989, 21.26556255 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26556255, "Longitude": -157.8188851, "Species": "Rock Pigeon", "Count": 1464, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.818885099999989, 21.26556255 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26556255, "Longitude": -157.8188851, "Species": "Rose-ringed Parakeet", "Count": 1502, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.818885099999989, 21.26556255 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26556255, "Longitude": -157.8188851, "Species": "Ruddy Turnstone", "Count": 2, "Date": "2023-02-08" }, "geometry": { "type": "Point", "coordinates": [ -157.818885099999989, 21.26556255 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26556255, "Longitude": -157.8188851, "Species": "Saffron Finch", "Count": 287, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.818885099999989, 21.26556255 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26556255, "Longitude": -157.8188851, "Species": "Sanderling", "Count": 3, "Date": "2022-03-15" }, "geometry": { "type": "Point", "coordinates": [ -157.818885099999989, 21.26556255 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26556255, "Longitude": -157.8188851, "Species": "Scaly-breasted Munia", "Count": 84, "Date": "2024-02-09" }, "geometry": { "type": "Point", "coordinates": [ -157.818885099999989, 21.26556255 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26556255, "Longitude": -157.8188851, "Species": "Short-eared Owl", "Count": 1, "Date": "2021-07-01" }, "geometry": { "type": "Point", "coordinates": [ -157.818885099999989, 21.26556255 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26556255, "Longitude": -157.8188851, "Species": "Sooty Tern", "Count": 15, "Date": "2024-02-04" }, "geometry": { "type": "Point", "coordinates": [ -157.818885099999989, 21.26556255 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26556255, "Longitude": -157.8188851, "Species": "Spotted Dove", "Count": 1188, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.818885099999989, 21.26556255 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26556255, "Longitude": -157.8188851, "Species": "Wandering Tattler", "Count": 6, "Date": "2023-03-07" }, "geometry": { "type": "Point", "coordinates": [ -157.818885099999989, 21.26556255 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26556255, "Longitude": -157.8188851, "Species": "Warbling White-eye", "Count": 712, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.818885099999989, 21.26556255 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26556255, "Longitude": -157.8188851, "Species": "Wedge-tailed Shearwater", "Count": 10, "Date": "2023-08-10" }, "geometry": { "type": "Point", "coordinates": [ -157.818885099999989, 21.26556255 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26556255, "Longitude": -157.8188851, "Species": "Western Cattle Egret", "Count": 987, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.818885099999989, 21.26556255 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26556255, "Longitude": -157.8188851, "Species": "White Tern", "Count": 1320, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.818885099999989, 21.26556255 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26556255, "Longitude": -157.8188851, "Species": "White-rumped Shama", "Count": 135, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.818885099999989, 21.26556255 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26556255, "Longitude": -157.8188851, "Species": "White-tailed Tropicbird", "Count": 4, "Date": "2023-10-25" }, "geometry": { "type": "Point", "coordinates": [ -157.818885099999989, 21.26556255 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26556255, "Longitude": -157.8188851, "Species": "Yellow-fronted Canary", "Count": 1287, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.818885099999989, 21.26556255 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.26556255, "Longitude": -157.8188851, "Species": "Zebra Dove", "Count": 1573, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.818885099999989, 21.26556255 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28376344, "Longitude": -157.8380172, "Species": "African Silverbill", "Count": 3, "Date": "2023-05-14" }, "geometry": { "type": "Point", "coordinates": [ -157.8380172, 21.28376344 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28376344, "Longitude": -157.8380172, "Species": "Barn Owl", "Count": 1, "Date": "2024-01-30" }, "geometry": { "type": "Point", "coordinates": [ -157.8380172, 21.28376344 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28376344, "Longitude": -157.8380172, "Species": "Black Noddy", "Count": 3, "Date": "2023-12-31" }, "geometry": { "type": "Point", "coordinates": [ -157.8380172, 21.28376344 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28376344, "Longitude": -157.8380172, "Species": "Black-crowned Night Heron", "Count": 397, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.8380172, 21.28376344 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28376344, "Longitude": -157.8380172, "Species": "Black-necked Stilt", "Count": 1, "Date": "2021-12-24" }, "geometry": { "type": "Point", "coordinates": [ -157.8380172, 21.28376344 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28376344, "Longitude": -157.8380172, "Species": "Blue-crowned Parakeet", "Count": 1, "Date": "2024-01-15" }, "geometry": { "type": "Point", "coordinates": [ -157.8380172, 21.28376344 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28376344, "Longitude": -157.8380172, "Species": "Brown Booby", "Count": 33, "Date": "2024-01-01" }, "geometry": { "type": "Point", "coordinates": [ -157.8380172, 21.28376344 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28376344, "Longitude": -157.8380172, "Species": "Brown Noddy", "Count": 2, "Date": "2019-04-26" }, "geometry": { "type": "Point", "coordinates": [ -157.8380172, 21.28376344 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28376344, "Longitude": -157.8380172, "Species": "Chestnut Munia", "Count": 9, "Date": "2024-01-27" }, "geometry": { "type": "Point", "coordinates": [ -157.8380172, 21.28376344 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28376344, "Longitude": -157.8380172, "Species": "Common Gallinule", "Count": 1, "Date": "2023-03-01" }, "geometry": { "type": "Point", "coordinates": [ -157.8380172, 21.28376344 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28376344, "Longitude": -157.8380172, "Species": "Common Myna", "Count": 925, "Date": "2024-02-22" }, "geometry": { "type": "Point", "coordinates": [ -157.8380172, 21.28376344 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28376344, "Longitude": -157.8380172, "Species": "Common Waxbill", "Count": 579, "Date": "2024-02-22" }, "geometry": { "type": "Point", "coordinates": [ -157.8380172, 21.28376344 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28376344, "Longitude": -157.8380172, "Species": "Gray Francolin", "Count": 1, "Date": "2022-01-10" }, "geometry": { "type": "Point", "coordinates": [ -157.8380172, 21.28376344 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28376344, "Longitude": -157.8380172, "Species": "Great Frigatebird", "Count": 24, "Date": "2024-01-29" }, "geometry": { "type": "Point", "coordinates": [ -157.8380172, 21.28376344 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28376344, "Longitude": -157.8380172, "Species": "House Finch", "Count": 370, "Date": "2024-02-21" }, "geometry": { "type": "Point", "coordinates": [ -157.8380172, 21.28376344 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28376344, "Longitude": -157.8380172, "Species": "House Sparrow", "Count": 710, "Date": "2024-02-21" }, "geometry": { "type": "Point", "coordinates": [ -157.8380172, 21.28376344 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28376344, "Longitude": -157.8380172, "Species": "Indian Peafowl", "Count": 1, "Date": "2019-11-18" }, "geometry": { "type": "Point", "coordinates": [ -157.8380172, 21.28376344 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28376344, "Longitude": -157.8380172, "Species": "Japanese Bush Warbler", "Count": 3, "Date": "2023-12-22" }, "geometry": { "type": "Point", "coordinates": [ -157.8380172, 21.28376344 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28376344, "Longitude": -157.8380172, "Species": "Java Sparrow", "Count": 422, "Date": "2024-02-21" }, "geometry": { "type": "Point", "coordinates": [ -157.8380172, 21.28376344 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28376344, "Longitude": -157.8380172, "Species": "Laughing Gull", "Count": 9, "Date": "2023-02-05" }, "geometry": { "type": "Point", "coordinates": [ -157.8380172, 21.28376344 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28376344, "Longitude": -157.8380172, "Species": "Laysan Albatross", "Count": 2, "Date": "2023-12-30" }, "geometry": { "type": "Point", "coordinates": [ -157.8380172, 21.28376344 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28376344, "Longitude": -157.8380172, "Species": "Feral Mallard", "Count": 270, "Date": "2024-02-22" }, "geometry": { "type": "Point", "coordinates": [ -157.8380172, 21.28376344 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28376344, "Longitude": -157.8380172, "Species": "Masked Booby", "Count": 1, "Date": "2022-03-27" }, "geometry": { "type": "Point", "coordinates": [ -157.8380172, 21.28376344 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28376344, "Longitude": -157.8380172, "Species": "Mourning Dove", "Count": 3, "Date": "2022-04-04" }, "geometry": { "type": "Point", "coordinates": [ -157.8380172, 21.28376344 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28376344, "Longitude": -157.8380172, "Species": "Muscovy Duck", "Count": 19, "Date": "2023-05-14" }, "geometry": { "type": "Point", "coordinates": [ -157.8380172, 21.28376344 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28376344, "Longitude": -157.8380172, "Species": "Northern Cardinal", "Count": 30, "Date": "2024-01-30" }, "geometry": { "type": "Point", "coordinates": [ -157.8380172, 21.28376344 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28376344, "Longitude": -157.8380172, "Species": "Northern Mockingbird", "Count": 7, "Date": "2023-12-29" }, "geometry": { "type": "Point", "coordinates": [ -157.8380172, 21.28376344 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28376344, "Longitude": -157.8380172, "Species": "Orange-cheeked Waxbill", "Count": 5, "Date": "2023-12-06" }, "geometry": { "type": "Point", "coordinates": [ -157.8380172, 21.28376344 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28376344, "Longitude": -157.8380172, "Species": "Pacific Golden-Plover", "Count": 446, "Date": "2024-02-22" }, "geometry": { "type": "Point", "coordinates": [ -157.8380172, 21.28376344 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28376344, "Longitude": -157.8380172, "Species": "Peregrine Falcon", "Count": 123, "Date": "2024-01-29" }, "geometry": { "type": "Point", "coordinates": [ -157.8380172, 21.28376344 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28376344, "Longitude": -157.8380172, "Species": "Red Avadavat", "Count": 3, "Date": "2023-05-14" }, "geometry": { "type": "Point", "coordinates": [ -157.8380172, 21.28376344 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28376344, "Longitude": -157.8380172, "Species": "Red Junglefowl", "Count": 240, "Date": "2024-02-22" }, "geometry": { "type": "Point", "coordinates": [ -157.8380172, 21.28376344 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28376344, "Longitude": -157.8380172, "Species": "Red-billed Leiothrix", "Count": 6, "Date": "2024-01-15" }, "geometry": { "type": "Point", "coordinates": [ -157.8380172, 21.28376344 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28376344, "Longitude": -157.8380172, "Species": "Red-crested Cardinal", "Count": 622, "Date": "2024-02-22" }, "geometry": { "type": "Point", "coordinates": [ -157.8380172, 21.28376344 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28376344, "Longitude": -157.8380172, "Species": "Red-crowned Parrot", "Count": 1, "Date": "2023-12-17" }, "geometry": { "type": "Point", "coordinates": [ -157.8380172, 21.28376344 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28376344, "Longitude": -157.8380172, "Species": "Red-footed Booby", "Count": 8, "Date": "2023-12-30" }, "geometry": { "type": "Point", "coordinates": [ -157.8380172, 21.28376344 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28376344, "Longitude": -157.8380172, "Species": "Red-masked Parakeet", "Count": 10, "Date": "2024-01-24" }, "geometry": { "type": "Point", "coordinates": [ -157.8380172, 21.28376344 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28376344, "Longitude": -157.8380172, "Species": "Red-tailed Tropicbird", "Count": 5, "Date": "2023-02-26" }, "geometry": { "type": "Point", "coordinates": [ -157.8380172, 21.28376344 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28376344, "Longitude": -157.8380172, "Species": "Red-vented Bulbul", "Count": 640, "Date": "2024-02-22" }, "geometry": { "type": "Point", "coordinates": [ -157.8380172, 21.28376344 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28376344, "Longitude": -157.8380172, "Species": "Red-whiskered Bulbul", "Count": 106, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -157.8380172, 21.28376344 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28376344, "Longitude": -157.8380172, "Species": "Rock Pigeon", "Count": 800, "Date": "2024-02-21" }, "geometry": { "type": "Point", "coordinates": [ -157.8380172, 21.28376344 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28376344, "Longitude": -157.8380172, "Species": "Rose-ringed Parakeet", "Count": 402, "Date": "2024-02-22" }, "geometry": { "type": "Point", "coordinates": [ -157.8380172, 21.28376344 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28376344, "Longitude": -157.8380172, "Species": "Ruddy Turnstone", "Count": 27, "Date": "2023-09-19" }, "geometry": { "type": "Point", "coordinates": [ -157.8380172, 21.28376344 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28376344, "Longitude": -157.8380172, "Species": "Saffron Finch", "Count": 79, "Date": "2024-02-18" }, "geometry": { "type": "Point", "coordinates": [ -157.8380172, 21.28376344 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28376344, "Longitude": -157.8380172, "Species": "Sanderling", "Count": 1, "Date": "2024-01-15" }, "geometry": { "type": "Point", "coordinates": [ -157.8380172, 21.28376344 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28376344, "Longitude": -157.8380172, "Species": "Scaly-breasted Munia", "Count": 32, "Date": "2023-09-07" }, "geometry": { "type": "Point", "coordinates": [ -157.8380172, 21.28376344 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28376344, "Longitude": -157.8380172, "Species": "Sooty Shearwater", "Count": 1, "Date": "2022-03-18" }, "geometry": { "type": "Point", "coordinates": [ -157.8380172, 21.28376344 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28376344, "Longitude": -157.8380172, "Species": "Sooty Tern", "Count": 9, "Date": "2024-01-29" }, "geometry": { "type": "Point", "coordinates": [ -157.8380172, 21.28376344 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28376344, "Longitude": -157.8380172, "Species": "Spotted Dove", "Count": 694, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.8380172, 21.28376344 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28376344, "Longitude": -157.8380172, "Species": "Wandering Tattler", "Count": 23, "Date": "2023-12-12" }, "geometry": { "type": "Point", "coordinates": [ -157.8380172, 21.28376344 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28376344, "Longitude": -157.8380172, "Species": "Warbling White-eye", "Count": 321, "Date": "2024-02-22" }, "geometry": { "type": "Point", "coordinates": [ -157.8380172, 21.28376344 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28376344, "Longitude": -157.8380172, "Species": "Wedge-tailed Shearwater", "Count": 14, "Date": "2023-12-31" }, "geometry": { "type": "Point", "coordinates": [ -157.8380172, 21.28376344 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28376344, "Longitude": -157.8380172, "Species": "Western Cattle Egret", "Count": 554, "Date": "2024-02-22" }, "geometry": { "type": "Point", "coordinates": [ -157.8380172, 21.28376344 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28376344, "Longitude": -157.8380172, "Species": "White Tern", "Count": 960, "Date": "2024-02-22" }, "geometry": { "type": "Point", "coordinates": [ -157.8380172, 21.28376344 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28376344, "Longitude": -157.8380172, "Species": "White-rumped Shama", "Count": 81, "Date": "2024-02-07" }, "geometry": { "type": "Point", "coordinates": [ -157.8380172, 21.28376344 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28376344, "Longitude": -157.8380172, "Species": "White-tailed Tropicbird", "Count": 2, "Date": "2023-07-02" }, "geometry": { "type": "Point", "coordinates": [ -157.8380172, 21.28376344 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28376344, "Longitude": -157.8380172, "Species": "Yellow-fronted Canary", "Count": 404, "Date": "2024-02-22" }, "geometry": { "type": "Point", "coordinates": [ -157.8380172, 21.28376344 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.28376344, "Longitude": -157.8380172, "Species": "Zebra Dove", "Count": 823, "Date": "2024-02-22" }, "geometry": { "type": "Point", "coordinates": [ -157.8380172, 21.28376344 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70024637, "Longitude": -157.9796992, "Species": "American Wigeon", "Count": 4, "Date": "2023-10-07" }, "geometry": { "type": "Point", "coordinates": [ -157.9796992, 21.70024637 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70024637, "Longitude": -157.9796992, "Species": "Black-bellied Plover", "Count": 3, "Date": "2020-03-03" }, "geometry": { "type": "Point", "coordinates": [ -157.9796992, 21.70024637 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70024637, "Longitude": -157.9796992, "Species": "Black-crowned Night Heron", "Count": 38, "Date": "2023-12-09" }, "geometry": { "type": "Point", "coordinates": [ -157.9796992, 21.70024637 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70024637, "Longitude": -157.9796992, "Species": "Black-necked Stilt", "Count": 38, "Date": "2023-12-09" }, "geometry": { "type": "Point", "coordinates": [ -157.9796992, 21.70024637 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70024637, "Longitude": -157.9796992, "Species": "Bristle-thighed Curlew", "Count": 39, "Date": "2023-12-09" }, "geometry": { "type": "Point", "coordinates": [ -157.9796992, 21.70024637 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70024637, "Longitude": -157.9796992, "Species": "Bufflehead", "Count": 5, "Date": "2023-12-09" }, "geometry": { "type": "Point", "coordinates": [ -157.9796992, 21.70024637 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70024637, "Longitude": -157.9796992, "Species": "Cackling Goose", "Count": 8, "Date": "2023-01-28" }, "geometry": { "type": "Point", "coordinates": [ -157.9796992, 21.70024637 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70024637, "Longitude": -157.9796992, "Species": "Canvasback", "Count": 1, "Date": "2023-11-18" }, "geometry": { "type": "Point", "coordinates": [ -157.9796992, 21.70024637 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70024637, "Longitude": -157.9796992, "Species": "Chestnut Munia", "Count": 5, "Date": "2023-11-18" }, "geometry": { "type": "Point", "coordinates": [ -157.9796992, 21.70024637 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70024637, "Longitude": -157.9796992, "Species": "Common Gallinule", "Count": 37, "Date": "2023-12-09" }, "geometry": { "type": "Point", "coordinates": [ -157.9796992, 21.70024637 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70024637, "Longitude": -157.9796992, "Species": "Common Myna", "Count": 40, "Date": "2023-12-09" }, "geometry": { "type": "Point", "coordinates": [ -157.9796992, 21.70024637 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70024637, "Longitude": -157.9796992, "Species": "Common Waxbill", "Count": 30, "Date": "2023-11-18" }, "geometry": { "type": "Point", "coordinates": [ -157.9796992, 21.70024637 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70024637, "Longitude": -157.9796992, "Species": "Dunlin", "Count": 1, "Date": "2020-11-06" }, "geometry": { "type": "Point", "coordinates": [ -157.9796992, 21.70024637 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70024637, "Longitude": -157.9796992, "Species": "Glaucous-winged Gull", "Count": 2, "Date": "2020-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9796992, 21.70024637 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70024637, "Longitude": -157.9796992, "Species": "Gray Francolin", "Count": 12, "Date": "2023-10-07" }, "geometry": { "type": "Point", "coordinates": [ -157.9796992, 21.70024637 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70024637, "Longitude": -157.9796992, "Species": "Great Frigatebird", "Count": 3, "Date": "2023-01-28" }, "geometry": { "type": "Point", "coordinates": [ -157.9796992, 21.70024637 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70024637, "Longitude": -157.9796992, "Species": "Greater White-fronted Goose", "Count": 8, "Date": "2020-02-15" }, "geometry": { "type": "Point", "coordinates": [ -157.9796992, 21.70024637 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70024637, "Longitude": -157.9796992, "Species": "Green-winged Teal", "Count": 4, "Date": "2021-12-26" }, "geometry": { "type": "Point", "coordinates": [ -157.9796992, 21.70024637 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70024637, "Longitude": -157.9796992, "Species": "Hawaiian Coot", "Count": 44, "Date": "2023-12-09" }, "geometry": { "type": "Point", "coordinates": [ -157.9796992, 21.70024637 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70024637, "Longitude": -157.9796992, "Species": "House Finch", "Count": 14, "Date": "2023-07-26" }, "geometry": { "type": "Point", "coordinates": [ -157.9796992, 21.70024637 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70024637, "Longitude": -157.9796992, "Species": "House Sparrow", "Count": 2, "Date": "2023-07-26" }, "geometry": { "type": "Point", "coordinates": [ -157.9796992, 21.70024637 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70024637, "Longitude": -157.9796992, "Species": "Indian Peafowl", "Count": 1, "Date": "2023-05-18" }, "geometry": { "type": "Point", "coordinates": [ -157.9796992, 21.70024637 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70024637, "Longitude": -157.9796992, "Species": "Japanese Bush Warbler", "Count": 6, "Date": "2021-12-26" }, "geometry": { "type": "Point", "coordinates": [ -157.9796992, 21.70024637 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70024637, "Longitude": -157.9796992, "Species": "Java Sparrow", "Count": 1, "Date": "2020-03-03" }, "geometry": { "type": "Point", "coordinates": [ -157.9796992, 21.70024637 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70024637, "Longitude": -157.9796992, "Species": "Laughing Gull", "Count": 3, "Date": "2020-03-03" }, "geometry": { "type": "Point", "coordinates": [ -157.9796992, 21.70024637 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70024637, "Longitude": -157.9796992, "Species": "Laysan Albatross", "Count": 16, "Date": "2023-07-26" }, "geometry": { "type": "Point", "coordinates": [ -157.9796992, 21.70024637 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70024637, "Longitude": -157.9796992, "Species": "Least Tern", "Count": 7, "Date": "2020-11-06" }, "geometry": { "type": "Point", "coordinates": [ -157.9796992, 21.70024637 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70024637, "Longitude": -157.9796992, "Species": "Lesser Scaup", "Count": 4, "Date": "2023-12-09" }, "geometry": { "type": "Point", "coordinates": [ -157.9796992, 21.70024637 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70024637, "Longitude": -157.9796992, "Species": "Long-billed Dowitcher", "Count": 1, "Date": "2020-11-06" }, "geometry": { "type": "Point", "coordinates": [ -157.9796992, 21.70024637 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70024637, "Longitude": -157.9796992, "Species": "Feral Mallard", "Count": 49, "Date": "2023-12-09" }, "geometry": { "type": "Point", "coordinates": [ -157.9796992, 21.70024637 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70024637, "Longitude": -157.9796992, "Species": " Masked Booby", "Count": 2, "Date": "2023-05-18" }, "geometry": { "type": "Point", "coordinates": [ -157.9796992, 21.70024637 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70024637, "Longitude": -157.9796992, "Species": "Mourning Dove", "Count": 1, "Date": "2020-03-03" }, "geometry": { "type": "Point", "coordinates": [ -157.9796992, 21.70024637 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70024637, "Longitude": -157.9796992, "Species": "Muscovy Duck", "Count": 1, "Date": "2023-07-26" }, "geometry": { "type": "Point", "coordinates": [ -157.9796992, 21.70024637 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70024637, "Longitude": -157.9796992, "Species": "Northern Cardinal", "Count": 10, "Date": "2023-07-26" }, "geometry": { "type": "Point", "coordinates": [ -157.9796992, 21.70024637 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70024637, "Longitude": -157.9796992, "Species": "Northern Harrier", "Count": 3, "Date": "2022-11-12" }, "geometry": { "type": "Point", "coordinates": [ -157.9796992, 21.70024637 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70024637, "Longitude": -157.9796992, "Species": "Northern Mockingbird", "Count": 1, "Date": "2020-03-03" }, "geometry": { "type": "Point", "coordinates": [ -157.9796992, 21.70024637 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70024637, "Longitude": -157.9796992, "Species": "Northern Pintail", "Count": 31, "Date": "2023-12-09" }, "geometry": { "type": "Point", "coordinates": [ -157.9796992, 21.70024637 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70024637, "Longitude": -157.9796992, "Species": "Northern Shoveler", "Count": 31, "Date": "2023-12-09" }, "geometry": { "type": "Point", "coordinates": [ -157.9796992, 21.70024637 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70024637, "Longitude": -157.9796992, "Species": "Pacific Golden-Plover", "Count": 42, "Date": "2023-12-09" }, "geometry": { "type": "Point", "coordinates": [ -157.9796992, 21.70024637 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70024637, "Longitude": -157.9796992, "Species": "Pectoral Sandpiper", "Count": 8, "Date": "2022-10-22" }, "geometry": { "type": "Point", "coordinates": [ -157.9796992, 21.70024637 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70024637, "Longitude": -157.9796992, "Species": "Red Avadavat", "Count": 5, "Date": "2022-10-22" }, "geometry": { "type": "Point", "coordinates": [ -157.9796992, 21.70024637 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70024637, "Longitude": -157.9796992, "Species": "Red Junglefowl", "Count": 3, "Date": "2023-07-26" }, "geometry": { "type": "Point", "coordinates": [ -157.9796992, 21.70024637 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70024637, "Longitude": -157.9796992, "Species": "Red-billed Leiothrix", "Count": 9, "Date": "2023-07-26" }, "geometry": { "type": "Point", "coordinates": [ -157.9796992, 21.70024637 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70024637, "Longitude": -157.9796992, "Species": "Red-crested Cardinal", "Count": 25, "Date": "2023-12-09" }, "geometry": { "type": "Point", "coordinates": [ -157.9796992, 21.70024637 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70024637, "Longitude": -157.9796992, "Species": "Red-footed Booby", "Count": 1, "Date": "2020-03-03" }, "geometry": { "type": "Point", "coordinates": [ -157.9796992, 21.70024637 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70024637, "Longitude": -157.9796992, "Species": "Red-tailed Tropicbird", "Count": 1, "Date": "2021-08-27" }, "geometry": { "type": "Point", "coordinates": [ -157.9796992, 21.70024637 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70024637, "Longitude": -157.9796992, "Species": "Red-vented Bulbul", "Count": 38, "Date": "2023-12-09" }, "geometry": { "type": "Point", "coordinates": [ -157.9796992, 21.70024637 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70024637, "Longitude": -157.9796992, "Species": "Red-whiskered Bulbul", "Count": 13, "Date": "2023-07-26" }, "geometry": { "type": "Point", "coordinates": [ -157.9796992, 21.70024637 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70024637, "Longitude": -157.9796992, "Species": "Ring-necked Duck", "Count": 4, "Date": "2023-12-09" }, "geometry": { "type": "Point", "coordinates": [ -157.9796992, 21.70024637 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70024637, "Longitude": -157.9796992, "Species": "Ring-necked Pheasant", "Count": 16, "Date": "2023-11-18" }, "geometry": { "type": "Point", "coordinates": [ -157.9796992, 21.70024637 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70024637, "Longitude": -157.9796992, "Species": "Rock Pigeon", "Count": 1, "Date": "2023-05-18" }, "geometry": { "type": "Point", "coordinates": [ -157.9796992, 21.70024637 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70024637, "Longitude": -157.9796992, "Species": "Ruddy Turnstone", "Count": 39, "Date": "2023-12-09" }, "geometry": { "type": "Point", "coordinates": [ -157.9796992, 21.70024637 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70024637, "Longitude": -157.9796992, "Species": "Saffron Finch", "Count": 8, "Date": "2023-05-18" }, "geometry": { "type": "Point", "coordinates": [ -157.9796992, 21.70024637 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70024637, "Longitude": -157.9796992, "Species": "Sanderling", "Count": 15, "Date": "2022-11-12" }, "geometry": { "type": "Point", "coordinates": [ -157.9796992, 21.70024637 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70024637, "Longitude": -157.9796992, "Species": "Scaly-breasted Munia", "Count": 7, "Date": "2023-11-18" }, "geometry": { "type": "Point", "coordinates": [ -157.9796992, 21.70024637 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70024637, "Longitude": -157.9796992, "Species": "Semipalmated Plover", "Count": 1, "Date": "2021-08-27" }, "geometry": { "type": "Point", "coordinates": [ -157.9796992, 21.70024637 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70024637, "Longitude": -157.9796992, "Species": "Sharp-tailed Sandpiper", "Count": 6, "Date": "2020-11-06" }, "geometry": { "type": "Point", "coordinates": [ -157.9796992, 21.70024637 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70024637, "Longitude": -157.9796992, "Species": "Snow Goose", "Count": 7, "Date": "2022-01-06" }, "geometry": { "type": "Point", "coordinates": [ -157.9796992, 21.70024637 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70024637, "Longitude": -157.9796992, "Species": "Sooty Tern", "Count": 1, "Date": "2020-03-03" }, "geometry": { "type": "Point", "coordinates": [ -157.9796992, 21.70024637 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70024637, "Longitude": -157.9796992, "Species": "Spotted Dove", "Count": 38, "Date": "2023-12-09" }, "geometry": { "type": "Point", "coordinates": [ -157.9796992, 21.70024637 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70024637, "Longitude": -157.9796992, "Species": "Wandering Tattler", "Count": 30, "Date": "2023-11-18" }, "geometry": { "type": "Point", "coordinates": [ -157.9796992, 21.70024637 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70024637, "Longitude": -157.9796992, "Species": "Warbling White-eye", "Count": 11, "Date": "2023-07-26" }, "geometry": { "type": "Point", "coordinates": [ -157.9796992, 21.70024637 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70024637, "Longitude": -157.9796992, "Species": "Wedge-tailed Shearwater", "Count": 4, "Date": "2021-08-27" }, "geometry": { "type": "Point", "coordinates": [ -157.9796992, 21.70024637 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70024637, "Longitude": -157.9796992, "Species": "Western Cattle Egret", "Count": 44, "Date": "2023-12-09" }, "geometry": { "type": "Point", "coordinates": [ -157.9796992, 21.70024637 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70024637, "Longitude": -157.9796992, "Species": "Whimbrel", "Count": 4, "Date": "2023-11-18" }, "geometry": { "type": "Point", "coordinates": [ -157.9796992, 21.70024637 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70024637, "Longitude": -157.9796992, "Species": "White-rumped Shama", "Count": 12, "Date": "2023-11-18" }, "geometry": { "type": "Point", "coordinates": [ -157.9796992, 21.70024637 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70024637, "Longitude": -157.9796992, "Species": "White-tailed Tropicbird", "Count": 2, "Date": "2020-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9796992, 21.70024637 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70024637, "Longitude": -157.9796992, "Species": "Wilson's Snipe", "Count": 5, "Date": "2023-11-18" }, "geometry": { "type": "Point", "coordinates": [ -157.9796992, 21.70024637 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.70024637, "Longitude": -157.9796992, "Species": "Zebra Dove", "Count": 45, "Date": "2023-12-09" }, "geometry": { "type": "Point", "coordinates": [ -157.9796992, 21.70024637 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5753361, "Longitude": -158.2799945, "Species": "African Silverbill", "Count": 107, "Date": "2024-01-07" }, "geometry": { "type": "Point", "coordinates": [ -158.279994499999987, 21.5753361 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5753361, "Longitude": -158.2799945, "Species": "Barn Owl", "Count": 7, "Date": "2023-04-01" }, "geometry": { "type": "Point", "coordinates": [ -158.279994499999987, 21.5753361 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5753361, "Longitude": -158.2799945, "Species": "Black Francolin", "Count": 86, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -158.279994499999987, 21.5753361 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5753361, "Longitude": -158.2799945, "Species": "Black Noddy", "Count": 26, "Date": "2024-02-22" }, "geometry": { "type": "Point", "coordinates": [ -158.279994499999987, 21.5753361 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5753361, "Longitude": -158.2799945, "Species": "Black-crowned Night Heron", "Count": 14, "Date": "2022-08-20" }, "geometry": { "type": "Point", "coordinates": [ -158.279994499999987, 21.5753361 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5753361, "Longitude": -158.2799945, "Species": "Black-footed Albatross", "Count": 107, "Date": "2024-02-23" }, "geometry": { "type": "Point", "coordinates": [ -158.279994499999987, 21.5753361 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5753361, "Longitude": -158.2799945, "Species": "Black-necked Stilt", "Count": 2, "Date": "2021-07-23" }, "geometry": { "type": "Point", "coordinates": [ -158.279994499999987, 21.5753361 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5753361, "Longitude": -158.2799945, "Species": "Bristle-thighed Curlew", "Count": 4, "Date": "2022-10-05" }, "geometry": { "type": "Point", "coordinates": [ -158.279994499999987, 21.5753361 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5753361, "Longitude": -158.2799945, "Species": "Brown Booby", "Count": 302, "Date": "2024-02-26" }, "geometry": { "type": "Point", "coordinates": [ -158.279994499999987, 21.5753361 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5753361, "Longitude": -158.2799945, "Species": "Brown Noddy", "Count": 40, "Date": "2023-12-15" }, "geometry": { "type": "Point", "coordinates": [ -158.279994499999987, 21.5753361 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5753361, "Longitude": -158.2799945, "Species": " Chestnut Munia", "Count": 6, "Date": "2023-07-10" }, "geometry": { "type": "Point", "coordinates": [ -158.279994499999987, 21.5753361 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5753361, "Longitude": -158.2799945, "Species": "Chukar", "Count": 2, "Date": "2022-02-05" }, "geometry": { "type": "Point", "coordinates": [ -158.279994499999987, 21.5753361 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5753361, "Longitude": -158.2799945, "Species": "Common Myna", "Count": 684, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -158.279994499999987, 21.5753361 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5753361, "Longitude": -158.2799945, "Species": "Common Waxbill", "Count": 329, "Date": "2024-02-26" }, "geometry": { "type": "Point", "coordinates": [ -158.279994499999987, 21.5753361 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5753361, "Longitude": -158.2799945, "Species": "Erckel's Spurfowl", "Count": 186, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -158.279994499999987, 21.5753361 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5753361, "Longitude": -158.2799945, "Species": "Eurasian Skylark", "Count": 3, "Date": "2021-03-23" }, "geometry": { "type": "Point", "coordinates": [ -158.279994499999987, 21.5753361 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5753361, "Longitude": -158.2799945, "Species": "Glaucous-winged Gull", "Count": 13, "Date": "2021-11-26" }, "geometry": { "type": "Point", "coordinates": [ -158.279994499999987, 21.5753361 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5753361, "Longitude": -158.2799945, "Species": "Gray Francolin", "Count": 363, "Date": "2024-02-26" }, "geometry": { "type": "Point", "coordinates": [ -158.279994499999987, 21.5753361 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5753361, "Longitude": -158.2799945, "Species": "Gray-backed Tern", "Count": 2, "Date": "2019-03-15" }, "geometry": { "type": "Point", "coordinates": [ -158.279994499999987, 21.5753361 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5753361, "Longitude": -158.2799945, "Species": "Great Frigatebird", "Count": 128, "Date": "2024-02-13" }, "geometry": { "type": "Point", "coordinates": [ -158.279994499999987, 21.5753361 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5753361, "Longitude": -158.2799945, "Species": "Hawaiian Coot", "Count": 1, "Date": "2021-07-23" }, "geometry": { "type": "Point", "coordinates": [ -158.279994499999987, 21.5753361 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5753361, "Longitude": -158.2799945, "Species": "Hawaiian Petrel", "Count": 1, "Date": "2022-11-24" }, "geometry": { "type": "Point", "coordinates": [ -158.279994499999987, 21.5753361 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5753361, "Longitude": -158.2799945, "Species": "House Finch", "Count": 220, "Date": "2024-02-26" }, "geometry": { "type": "Point", "coordinates": [ -158.279994499999987, 21.5753361 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5753361, "Longitude": -158.2799945, "Species": "House Sparrow", "Count": 28, "Date": "2024-01-07" }, "geometry": { "type": "Point", "coordinates": [ -158.279994499999987, 21.5753361 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5753361, "Longitude": -158.2799945, "Species": "Japanese Bush Warbler", "Count": 9, "Date": "2023-12-24" }, "geometry": { "type": "Point", "coordinates": [ -158.279994499999987, 21.5753361 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5753361, "Longitude": -158.2799945, "Species": "Java Sparrow", "Count": 13, "Date": "2024-01-04" }, "geometry": { "type": "Point", "coordinates": [ -158.279994499999987, 21.5753361 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5753361, "Longitude": -158.2799945, "Species": "Laughing Gull", "Count": 2, "Date": "2020-03-06" }, "geometry": { "type": "Point", "coordinates": [ -158.279994499999987, 21.5753361 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5753361, "Longitude": -158.2799945, "Species": "Laysan Albatross", "Count": 765, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -158.279994499999987, 21.5753361 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5753361, "Longitude": -158.2799945, "Species": "Long-billed Dowitcher", "Count": 1, "Date": "2019-02-21" }, "geometry": { "type": "Point", "coordinates": [ -158.279994499999987, 21.5753361 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5753361, "Longitude": -158.2799945, "Species": "Feral Mallard", "Count": 1, "Date": "2021-07-29" }, "geometry": { "type": "Point", "coordinates": [ -158.279994499999987, 21.5753361 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5753361, "Longitude": -158.2799945, "Species": "Masked Booby", "Count": 36, "Date": "2024-02-10" }, "geometry": { "type": "Point", "coordinates": [ -158.279994499999987, 21.5753361 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5753361, "Longitude": -158.2799945, "Species": "Northern Cardinal", "Count": 167, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -158.279994499999987, 21.5753361 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5753361, "Longitude": -158.2799945, "Species": "Northern Mockingbird", "Count": 121, "Date": "2024-02-23" }, "geometry": { "type": "Point", "coordinates": [ -158.279994499999987, 21.5753361 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5753361, "Longitude": -158.2799945, "Species": "Pacific Golden-Plover", "Count": 460, "Date": "2024-02-26" }, "geometry": { "type": "Point", "coordinates": [ -158.279994499999987, 21.5753361 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5753361, "Longitude": -158.2799945, "Species": "Peregrine Falcon", "Count": 8, "Date": "2023-11-18" }, "geometry": { "type": "Point", "coordinates": [ -158.279994499999987, 21.5753361 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5753361, "Longitude": -158.2799945, "Species": "Red Avadavat", "Count": 8, "Date": "2023-11-18" }, "geometry": { "type": "Point", "coordinates": [ -158.279994499999987, 21.5753361 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5753361, "Longitude": -158.2799945, "Species": "Red Junglefowl", "Count": 11, "Date": "2023-05-30" }, "geometry": { "type": "Point", "coordinates": [ -158.279994499999987, 21.5753361 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5753361, "Longitude": -158.2799945, "Species": "Red-billed Leiothrix", "Count": 9, "Date": "2024-01-01" }, "geometry": { "type": "Point", "coordinates": [ -158.279994499999987, 21.5753361 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5753361, "Longitude": -158.2799945, "Species": "Red-crested Cardinal", "Count": 535, "Date": "2024-02-26" }, "geometry": { "type": "Point", "coordinates": [ -158.279994499999987, 21.5753361 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5753361, "Longitude": -158.2799945, "Species": "Red-footed Booby", "Count": 119, "Date": "2024-02-13" }, "geometry": { "type": "Point", "coordinates": [ -158.279994499999987, 21.5753361 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5753361, "Longitude": -158.2799945, "Species": "Red-tailed Tropicbird", "Count": 22, "Date": "2023-07-15" }, "geometry": { "type": "Point", "coordinates": [ -158.279994499999987, 21.5753361 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5753361, "Longitude": -158.2799945, "Species": "Red-vented Bulbul", "Count": 584, "Date": "2024-02-26" }, "geometry": { "type": "Point", "coordinates": [ -158.279994499999987, 21.5753361 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5753361, "Longitude": -158.2799945, "Species": "Red-whiskered Bulbul", "Count": 109, "Date": "2024-02-26" }, "geometry": { "type": "Point", "coordinates": [ -158.279994499999987, 21.5753361 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5753361, "Longitude": -158.2799945, "Species": "Ring-necked Pheasant", "Count": 15, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -158.279994499999987, 21.5753361 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5753361, "Longitude": -158.2799945, "Species": "Rock Pigeon", "Count": 49, "Date": "2023-12-08" }, "geometry": { "type": "Point", "coordinates": [ -158.279994499999987, 21.5753361 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5753361, "Longitude": -158.2799945, "Species": "Ruddy Turnstone", "Count": 21, "Date": "2024-01-07" }, "geometry": { "type": "Point", "coordinates": [ -158.279994499999987, 21.5753361 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5753361, "Longitude": -158.2799945, "Species": "Saffron Finch", "Count": 45, "Date": "2023-12-23" }, "geometry": { "type": "Point", "coordinates": [ -158.279994499999987, 21.5753361 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5753361, "Longitude": -158.2799945, "Species": "Sanderling", "Count": 4, "Date": "2021-12-27" }, "geometry": { "type": "Point", "coordinates": [ -158.279994499999987, 21.5753361 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5753361, "Longitude": -158.2799945, "Species": "Scaly-breasted Munia", "Count": 46, "Date": "2023-12-24" }, "geometry": { "type": "Point", "coordinates": [ -158.279994499999987, 21.5753361 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5753361, "Longitude": -158.2799945, "Species": "Short-eared Owl", "Count": 1, "Date": "2019-07-24" }, "geometry": { "type": "Point", "coordinates": [ -158.279994499999987, 21.5753361 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5753361, "Longitude": -158.2799945, "Species": "Short-tailed Shearwater", "Count": 1, "Date": "2019-11-29" }, "geometry": { "type": "Point", "coordinates": [ -158.279994499999987, 21.5753361 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5753361, "Longitude": -158.2799945, "Species": "Slaty-backed Gull", "Count": 2, "Date": "2019-02-19" }, "geometry": { "type": "Point", "coordinates": [ -158.279994499999987, 21.5753361 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5753361, "Longitude": -158.2799945, "Species": "Snow Goose", "Count": 43, "Date": "2020-03-25" }, "geometry": { "type": "Point", "coordinates": [ -158.279994499999987, 21.5753361 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5753361, "Longitude": -158.2799945, "Species": "Sooty Shearwater", "Count": 2, "Date": "2021-04-18" }, "geometry": { "type": "Point", "coordinates": [ -158.279994499999987, 21.5753361 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5753361, "Longitude": -158.2799945, "Species": "Sooty Tern", "Count": 14, "Date": "2023-06-14" }, "geometry": { "type": "Point", "coordinates": [ -158.279994499999987, 21.5753361 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5753361, "Longitude": -158.2799945, "Species": "Spotted Dove", "Count": 420, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -158.279994499999987, 21.5753361 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5753361, "Longitude": -158.2799945, "Species": "Wandering Tattler", "Count": 207, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -158.279994499999987, 21.5753361 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5753361, "Longitude": -158.2799945, "Species": "Warbling White-eye", "Count": 259, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -158.279994499999987, 21.5753361 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5753361, "Longitude": -158.2799945, "Species": "Wedge-tailed Shearwater", "Count": 319, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -158.279994499999987, 21.5753361 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5753361, "Longitude": -158.2799945, "Species": "Western Cattle Egret", "Count": 163, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -158.279994499999987, 21.5753361 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5753361, "Longitude": -158.2799945, "Species": "White Tern", "Count": 17, "Date": "2023-06-02" }, "geometry": { "type": "Point", "coordinates": [ -158.279994499999987, 21.5753361 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5753361, "Longitude": -158.2799945, "Species": "White-rumped Shama", "Count": 57, "Date": "2023-10-15" }, "geometry": { "type": "Point", "coordinates": [ -158.279994499999987, 21.5753361 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5753361, "Longitude": -158.2799945, "Species": "White-tailed Tropicbird", "Count": 55, "Date": "2023-12-31" }, "geometry": { "type": "Point", "coordinates": [ -158.279994499999987, 21.5753361 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5753361, "Longitude": -158.2799945, "Species": "Yellow-fronted Canary", "Count": 5, "Date": "2023-07-01" }, "geometry": { "type": "Point", "coordinates": [ -158.279994499999987, 21.5753361 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.5753361, "Longitude": -158.2799945, "Species": "Zebra Dove", "Count": 558, "Date": "2024-02-26" }, "geometry": { "type": "Point", "coordinates": [ -158.279994499999987, 21.5753361 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68193594, "Longitude": -157.9411672, "Species": "African Silverbill", "Count": 5, "Date": "2023-09-24" }, "geometry": { "type": "Point", "coordinates": [ -157.9411672, 21.68193594 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68193594, "Longitude": -157.9411672, "Species": "American Wigeon", "Count": 4, "Date": "2023-12-16" }, "geometry": { "type": "Point", "coordinates": [ -157.9411672, 21.68193594 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68193594, "Longitude": -157.9411672, "Species": "Barn Owl", "Count": 11, "Date": "2024-02-08" }, "geometry": { "type": "Point", "coordinates": [ -157.9411672, 21.68193594 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68193594, "Longitude": -157.9411672, "Species": "Black Noddy", "Count": 15, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9411672, 21.68193594 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68193594, "Longitude": -157.9411672, "Species": "Black-crowned Night Heron", "Count": 76, "Date": "2024-02-22" }, "geometry": { "type": "Point", "coordinates": [ -157.9411672, 21.68193594 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68193594, "Longitude": -157.9411672, "Species": "Black-footed Albatross", "Count": 69, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.9411672, 21.68193594 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68193594, "Longitude": -157.9411672, "Species": "Black-necked Stilt", "Count": 34, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9411672, 21.68193594 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68193594, "Longitude": -157.9411672, "Species": "Bristle-thighed Curlew", "Count": 952, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.9411672, 21.68193594 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68193594, "Longitude": -157.9411672, "Species": "Brown Booby", "Count": 83, "Date": "2024-02-22" }, "geometry": { "type": "Point", "coordinates": [ -157.9411672, 21.68193594 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68193594, "Longitude": -157.9411672, "Species": "Brown Noddy", "Count": 70, "Date": "2024-02-05" }, "geometry": { "type": "Point", "coordinates": [ -157.9411672, 21.68193594 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68193594, "Longitude": -157.9411672, "Species": "Cackling Goose", "Count": 4, "Date": "2019-02-22" }, "geometry": { "type": "Point", "coordinates": [ -157.9411672, 21.68193594 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68193594, "Longitude": -157.9411672, "Species": "Chestnut Munia", "Count": 106, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9411672, 21.68193594 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68193594, "Longitude": -157.9411672, "Species": "Common Gallinule", "Count": 10, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9411672, 21.68193594 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68193594, "Longitude": -157.9411672, "Species": "Common Myna", "Count": 856, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.9411672, 21.68193594 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68193594, "Longitude": -157.9411672, "Species": "Common Waxbill", "Count": 786, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.9411672, 21.68193594 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68193594, "Longitude": -157.9411672, "Species": "Erckel's Spurfowl", "Count": 2, "Date": "2023-12-31" }, "geometry": { "type": "Point", "coordinates": [ -157.9411672, 21.68193594 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68193594, "Longitude": -157.9411672, "Species": "Glaucous-winged Gull", "Count": 19, "Date": "2024-02-11" }, "geometry": { "type": "Point", "coordinates": [ -157.9411672, 21.68193594 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68193594, "Longitude": -157.9411672, "Species": "Gray Francolin", "Count": 199, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.9411672, 21.68193594 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68193594, "Longitude": -157.9411672, "Species": "Great Frigatebird", "Count": 46, "Date": "2024-02-03" }, "geometry": { "type": "Point", "coordinates": [ -157.9411672, 21.68193594 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68193594, "Longitude": -157.9411672, "Species": "Greater Scaup", "Count": 1, "Date": "2023-12-16" }, "geometry": { "type": "Point", "coordinates": [ -157.9411672, 21.68193594 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68193594, "Longitude": -157.9411672, "Species": "Green-winged Teal", "Count": 4, "Date": "2024-01-02" }, "geometry": { "type": "Point", "coordinates": [ -157.9411672, 21.68193594 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68193594, "Longitude": -157.9411672, "Species": "Hawaiian Coot", "Count": 45, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9411672, 21.68193594 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68193594, "Longitude": -157.9411672, "Species": "Hawaiian Goose", "Count": 1, "Date": "2019-01-06" }, "geometry": { "type": "Point", "coordinates": [ -157.9411672, 21.68193594 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68193594, "Longitude": -157.9411672, "Species": "House Finch", "Count": 552, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.9411672, 21.68193594 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68193594, "Longitude": -157.9411672, "Species": "House Sparrow", "Count": 359, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.9411672, 21.68193594 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68193594, "Longitude": -157.9411672, "Species": "Indian Peafowl", "Count": 3, "Date": "2022-10-15" }, "geometry": { "type": "Point", "coordinates": [ -157.9411672, 21.68193594 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68193594, "Longitude": -157.9411672, "Species": "Japanese Bush Warbler", "Count": 2, "Date": "2022-03-16" }, "geometry": { "type": "Point", "coordinates": [ -157.9411672, 21.68193594 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68193594, "Longitude": -157.9411672, "Species": "Java Sparrow", "Count": 42, "Date": "2024-01-02" }, "geometry": { "type": "Point", "coordinates": [ -157.9411672, 21.68193594 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68193594, "Longitude": -157.9411672, "Species": "Laughing Gull", "Count": 5, "Date": "2020-01-27" }, "geometry": { "type": "Point", "coordinates": [ -157.9411672, 21.68193594 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68193594, "Longitude": -157.9411672, "Species": "Laysan Albatross", "Count": 431, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.9411672, 21.68193594 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68193594, "Longitude": -157.9411672, "Species": "Lesser Scaup", "Count": 5, "Date": "2023-12-16" }, "geometry": { "type": "Point", "coordinates": [ -157.9411672, 21.68193594 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68193594, "Longitude": -157.9411672, "Species": "Feral Mallard", "Count": 65, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9411672, 21.68193594 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68193594, "Longitude": -157.9411672, "Species": "Masked Booby", "Count": 59, "Date": "2024-02-22" }, "geometry": { "type": "Point", "coordinates": [ -157.9411672, 21.68193594 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68193594, "Longitude": -157.9411672, "Species": "Northern Cardinal", "Count": 498, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.9411672, 21.68193594 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68193594, "Longitude": -157.9411672, "Species": "Northern Harrier", "Count": 21, "Date": "2023-03-31" }, "geometry": { "type": "Point", "coordinates": [ -157.9411672, 21.68193594 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68193594, "Longitude": -157.9411672, "Species": "Northern Mockingbird", "Count": 4, "Date": "2024-01-29" }, "geometry": { "type": "Point", "coordinates": [ -157.9411672, 21.68193594 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68193594, "Longitude": -157.9411672, "Species": "Northern Pintail", "Count": 12, "Date": "2023-03-29" }, "geometry": { "type": "Point", "coordinates": [ -157.9411672, 21.68193594 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68193594, "Longitude": -157.9411672, "Species": "Northern Shoveler", "Count": 15, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9411672, 21.68193594 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68193594, "Longitude": -157.9411672, "Species": "Pacific Golden-Plover", "Count": 938, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.9411672, 21.68193594 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68193594, "Longitude": -157.9411672, "Species": "Red Avadavat", "Count": 25, "Date": "2023-12-02" }, "geometry": { "type": "Point", "coordinates": [ -157.9411672, 21.68193594 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68193594, "Longitude": -157.9411672, "Species": "Red Junglefowl", "Count": 441, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.9411672, 21.68193594 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68193594, "Longitude": -157.9411672, "Species": "Red-billed Leiothrix", "Count": 6, "Date": "2023-12-08" }, "geometry": { "type": "Point", "coordinates": [ -157.9411672, 21.68193594 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68193594, "Longitude": -157.9411672, "Species": "Red-crested Cardinal", "Count": 749, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.9411672, 21.68193594 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68193594, "Longitude": -157.9411672, "Species": "Red-footed Booby", "Count": 174, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.9411672, 21.68193594 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68193594, "Longitude": -157.9411672, "Species": "Red-tailed Tropicbird", "Count": 6, "Date": "2023-08-04" }, "geometry": { "type": "Point", "coordinates": [ -157.9411672, 21.68193594 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68193594, "Longitude": -157.9411672, "Species": "Red-vented Bulbul", "Count": 718, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.9411672, 21.68193594 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68193594, "Longitude": -157.9411672, "Species": "Red-whiskered Bulbul", "Count": 340, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.9411672, 21.68193594 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68193594, "Longitude": -157.9411672, "Species": "Ring-necked Duck", "Count": 1, "Date": "2023-12-16" }, "geometry": { "type": "Point", "coordinates": [ -157.9411672, 21.68193594 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68193594, "Longitude": -157.9411672, "Species": "Ring-necked Pheasant", "Count": 273, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.9411672, 21.68193594 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68193594, "Longitude": -157.9411672, "Species": "Rock Pigeon", "Count": 54, "Date": "2023-10-20" }, "geometry": { "type": "Point", "coordinates": [ -157.9411672, 21.68193594 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68193594, "Longitude": -157.9411672, "Species": "Ruddy Turnstone", "Count": 403, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.9411672, 21.68193594 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68193594, "Longitude": -157.9411672, "Species": "Saffron Finch", "Count": 608, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.9411672, 21.68193594 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68193594, "Longitude": -157.9411672, "Species": "Sanderling", "Count": 199, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.9411672, 21.68193594 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68193594, "Longitude": -157.9411672, "Species": "Scaly-breasted Munia", "Count": 51, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9411672, 21.68193594 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68193594, "Longitude": -157.9411672, "Species": "Snow Goose", "Count": 4, "Date": "2022-03-23" }, "geometry": { "type": "Point", "coordinates": [ -157.9411672, 21.68193594 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68193594, "Longitude": -157.9411672, "Species": "Sooty Tern", "Count": 28, "Date": "2023-04-15" }, "geometry": { "type": "Point", "coordinates": [ -157.9411672, 21.68193594 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68193594, "Longitude": -157.9411672, "Species": "Spotted Dove", "Count": 756, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.9411672, 21.68193594 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68193594, "Longitude": -157.9411672, "Species": "Wandering Tattler", "Count": 169, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.9411672, 21.68193594 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68193594, "Longitude": -157.9411672, "Species": "Warbling White-eye", "Count": 382, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.9411672, 21.68193594 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68193594, "Longitude": -157.9411672, "Species": "Wedge-tailed Shearwater", "Count": 146, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9411672, 21.68193594 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68193594, "Longitude": -157.9411672, "Species": "Western Cattle Egret", "Count": 750, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.9411672, 21.68193594 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68193594, "Longitude": -157.9411672, "Species": "White Tern", "Count": 6, "Date": "2023-10-16" }, "geometry": { "type": "Point", "coordinates": [ -157.9411672, 21.68193594 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68193594, "Longitude": -157.9411672, "Species": "White-rumped Shama", "Count": 80, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.9411672, 21.68193594 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68193594, "Longitude": -157.9411672, "Species": "White-tailed Tropicbird", "Count": 1, "Date": "2023-08-30" }, "geometry": { "type": "Point", "coordinates": [ -157.9411672, 21.68193594 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68193594, "Longitude": -157.9411672, "Species": "Yellow-fronted Canary", "Count": 24, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.9411672, 21.68193594 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68193594, "Longitude": -157.9411672, "Species": "Zebra Dove", "Count": 894, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.9411672, 21.68193594 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4367036, "Longitude": -157.7499712, "Species": "African Silverbill", "Count": 5, "Date": "2023-11-06" }, "geometry": { "type": "Point", "coordinates": [ -157.7499712, 21.4367036 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4367036, "Longitude": -157.7499712, "Species": "American Wigeon", "Count": 42, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.7499712, 21.4367036 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4367036, "Longitude": -157.7499712, "Species": "Barn Owl", "Count": 3, "Date": "2020-03-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7499712, 21.4367036 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4367036, "Longitude": -157.7499712, "Species": "Black Noddy", "Count": 174, "Date": "2023-11-22" }, "geometry": { "type": "Point", "coordinates": [ -157.7499712, 21.4367036 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4367036, "Longitude": -157.7499712, "Species": "Black-bellied Plover", "Count": 87, "Date": "2023-03-12" }, "geometry": { "type": "Point", "coordinates": [ -157.7499712, 21.4367036 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4367036, "Longitude": -157.7499712, "Species": "Black-crowned Night Heron", "Count": 413, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.7499712, 21.4367036 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4367036, "Longitude": -157.7499712, "Species": "Black-necked Stilt", "Count": 534, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.7499712, 21.4367036 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4367036, "Longitude": -157.7499712, "Species": "Brant", "Count": 50, "Date": "2024-02-15" }, "geometry": { "type": "Point", "coordinates": [ -157.7499712, 21.4367036 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4367036, "Longitude": -157.7499712, "Species": "Bristle-thighed Curlew", "Count": 123, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.7499712, 21.4367036 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4367036, "Longitude": -157.7499712, "Species": "Brown Booby", "Count": 4, "Date": "2023-01-30" }, "geometry": { "type": "Point", "coordinates": [ -157.7499712, 21.4367036 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4367036, "Longitude": -157.7499712, "Species": "Brown Noddy", "Count": 1, "Date": "2019-03-16" }, "geometry": { "type": "Point", "coordinates": [ -157.7499712, 21.4367036 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4367036, "Longitude": -157.7499712, "Species": "Cackling Goose", "Count": 1, "Date": "2020-04-01" }, "geometry": { "type": "Point", "coordinates": [ -157.7499712, 21.4367036 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4367036, "Longitude": -157.7499712, "Species": "Caspian Tern", "Count": 152, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.7499712, 21.4367036 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4367036, "Longitude": -157.7499712, "Species": "Chestnut Munia", "Count": 42, "Date": "2024-01-01" }, "geometry": { "type": "Point", "coordinates": [ -157.7499712, 21.4367036 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4367036, "Longitude": -157.7499712, "Species": "Common Gallinule", "Count": 32, "Date": "2024-02-15" }, "geometry": { "type": "Point", "coordinates": [ -157.7499712, 21.4367036 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4367036, "Longitude": -157.7499712, "Species": "Common Myna", "Count": 320, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.7499712, 21.4367036 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4367036, "Longitude": -157.7499712, "Species": "Common Waxbill", "Count": 279, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.7499712, 21.4367036 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4367036, "Longitude": -157.7499712, "Species": "Erckel's Spurfowl", "Count": 1, "Date": "2020-09-11" }, "geometry": { "type": "Point", "coordinates": [ -157.7499712, 21.4367036 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4367036, "Longitude": -157.7499712, "Species": "Eurasian Wigeon", "Count": 51, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.7499712, 21.4367036 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4367036, "Longitude": -157.7499712, "Species": "Gadwall", "Count": 1, "Date": "2023-01-30" }, "geometry": { "type": "Point", "coordinates": [ -157.7499712, 21.4367036 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4367036, "Longitude": -157.7499712, "Species": "Gray Francolin", "Count": 204, "Date": "2024-02-12" }, "geometry": { "type": "Point", "coordinates": [ -157.7499712, 21.4367036 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4367036, "Longitude": -157.7499712, "Species": "Great Frigatebird", "Count": 97, "Date": "2023-11-22" }, "geometry": { "type": "Point", "coordinates": [ -157.7499712, 21.4367036 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4367036, "Longitude": -157.7499712, "Species": "Green-winged Teal", "Count": 1, "Date": "2019-11-06" }, "geometry": { "type": "Point", "coordinates": [ -157.7499712, 21.4367036 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4367036, "Longitude": -157.7499712, "Species": "Hawaiian Coot", "Count": 93, "Date": "2024-02-15" }, "geometry": { "type": "Point", "coordinates": [ -157.7499712, 21.4367036 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4367036, "Longitude": -157.7499712, "Species": "House Finch", "Count": 126, "Date": "2024-02-04" }, "geometry": { "type": "Point", "coordinates": [ -157.7499712, 21.4367036 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4367036, "Longitude": -157.7499712, "Species": "House Sparrow", "Count": 65, "Date": "2024-01-07" }, "geometry": { "type": "Point", "coordinates": [ -157.7499712, 21.4367036 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4367036, "Longitude": -157.7499712, "Species": "Indian Peafowl", "Count": 1, "Date": "2021-01-09" }, "geometry": { "type": "Point", "coordinates": [ -157.7499712, 21.4367036 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4367036, "Longitude": -157.7499712, "Species": "Japanese Bush Warbler", "Count": 1, "Date": "2021-01-09" }, "geometry": { "type": "Point", "coordinates": [ -157.7499712, 21.4367036 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4367036, "Longitude": -157.7499712, "Species": "Java Sparrow", "Count": 82, "Date": "2024-02-07" }, "geometry": { "type": "Point", "coordinates": [ -157.7499712, 21.4367036 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4367036, "Longitude": -157.7499712, "Species": "Laughing Gull", "Count": 49, "Date": "2024-02-15" }, "geometry": { "type": "Point", "coordinates": [ -157.7499712, 21.4367036 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4367036, "Longitude": -157.7499712, "Species": "Laysan Albatross", "Count": 2, "Date": "2021-04-02" }, "geometry": { "type": "Point", "coordinates": [ -157.7499712, 21.4367036 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4367036, "Longitude": -157.7499712, "Species": "Lesser Yellowlegs", "Count": 1, "Date": "2019-01-20" }, "geometry": { "type": "Point", "coordinates": [ -157.7499712, 21.4367036 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4367036, "Longitude": -157.7499712, "Species": "Feral Mallard", "Count": 314, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.7499712, 21.4367036 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4367036, "Longitude": -157.7499712, "Species": "Muscovy Duck", "Count": 2, "Date": "2022-02-06" }, "geometry": { "type": "Point", "coordinates": [ -157.7499712, 21.4367036 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4367036, "Longitude": -157.7499712, "Species": "Northern Cardinal", "Count": 229, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.7499712, 21.4367036 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4367036, "Longitude": -157.7499712, "Species": "Northern Mockingbird", "Count": 1, "Date": "2024-01-31" }, "geometry": { "type": "Point", "coordinates": [ -157.7499712, 21.4367036 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4367036, "Longitude": -157.7499712, "Species": "Northern Pintail", "Count": 34, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.7499712, 21.4367036 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4367036, "Longitude": -157.7499712, "Species": "Northern Shoveler", "Count": 9, "Date": "2024-02-16" }, "geometry": { "type": "Point", "coordinates": [ -157.7499712, 21.4367036 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4367036, "Longitude": -157.7499712, "Species": "Osprey", "Count": 8, "Date": "2021-10-18" }, "geometry": { "type": "Point", "coordinates": [ -157.7499712, 21.4367036 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4367036, "Longitude": -157.7499712, "Species": "Pacific Golden-Plover", "Count": 450, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.7499712, 21.4367036 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4367036, "Longitude": -157.7499712, "Species": "Peregrine Falcon", "Count": 3, "Date": "2022-01-23" }, "geometry": { "type": "Point", "coordinates": [ -157.7499712, 21.4367036 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4367036, "Longitude": -157.7499712, "Species": "Red Avadavat", "Count": 54, "Date": "2023-11-23" }, "geometry": { "type": "Point", "coordinates": [ -157.7499712, 21.4367036 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4367036, "Longitude": -157.7499712, "Species": "Red Junglefowl", "Count": 38, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.7499712, 21.4367036 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4367036, "Longitude": -157.7499712, "Species": "Red-billed Leiothrix", "Count": 25, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.7499712, 21.4367036 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4367036, "Longitude": -157.7499712, "Species": "Red-crested Cardinal", "Count": 176, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.7499712, 21.4367036 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4367036, "Longitude": -157.7499712, "Species": "Red-footed Booby", "Count": 9, "Date": "2023-11-22" }, "geometry": { "type": "Point", "coordinates": [ -157.7499712, 21.4367036 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4367036, "Longitude": -157.7499712, "Species": "Red-vented Bulbul", "Count": 291, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.7499712, 21.4367036 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4367036, "Longitude": -157.7499712, "Species": "Red-whiskered Bulbul", "Count": 67, "Date": "2024-02-02" }, "geometry": { "type": "Point", "coordinates": [ -157.7499712, 21.4367036 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4367036, "Longitude": -157.7499712, "Species": "Ring-necked Duck", "Count": 2, "Date": "2023-11-01" }, "geometry": { "type": "Point", "coordinates": [ -157.7499712, 21.4367036 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4367036, "Longitude": -157.7499712, "Species": "Rock Pigeon", "Count": 68, "Date": "2024-01-27" }, "geometry": { "type": "Point", "coordinates": [ -157.7499712, 21.4367036 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4367036, "Longitude": -157.7499712, "Species": "Ruddy Turnstone", "Count": 288, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.7499712, 21.4367036 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4367036, "Longitude": -157.7499712, "Species": "Saffron Finch", "Count": 21, "Date": "2023-11-24" }, "geometry": { "type": "Point", "coordinates": [ -157.7499712, 21.4367036 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4367036, "Longitude": -157.7499712, "Species": "Sanderling", "Count": 161, "Date": "2024-02-04" }, "geometry": { "type": "Point", "coordinates": [ -157.7499712, 21.4367036 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4367036, "Longitude": -157.7499712, "Species": "Scaly-breasted Munia", "Count": 78, "Date": "2024-02-12" }, "geometry": { "type": "Point", "coordinates": [ -157.7499712, 21.4367036 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4367036, "Longitude": -157.7499712, "Species": "Semipalmated Plover", "Count": 2, "Date": "2021-08-22" }, "geometry": { "type": "Point", "coordinates": [ -157.7499712, 21.4367036 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4367036, "Longitude": -157.7499712, "Species": "Sharp-tailed Sandpiper", "Count": 1, "Date": "2021-10-24" }, "geometry": { "type": "Point", "coordinates": [ -157.7499712, 21.4367036 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4367036, "Longitude": -157.7499712, "Species": "Short-eared Owl", "Count": 8, "Date": "2021-10-08" }, "geometry": { "type": "Point", "coordinates": [ -157.7499712, 21.4367036 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4367036, "Longitude": -157.7499712, "Species": "Sooty Tern", "Count": 5, "Date": "2023-03-05" }, "geometry": { "type": "Point", "coordinates": [ -157.7499712, 21.4367036 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4367036, "Longitude": -157.7499712, "Species": "Spotted Dove", "Count": 211, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.7499712, 21.4367036 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4367036, "Longitude": -157.7499712, "Species": "Spotted Sandpiper", "Count": 3, "Date": "2020-09-13" }, "geometry": { "type": "Point", "coordinates": [ -157.7499712, 21.4367036 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4367036, "Longitude": -157.7499712, "Species": "Wandering Tattler", "Count": 316, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.7499712, 21.4367036 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4367036, "Longitude": -157.7499712, "Species": "Warbling White-eye", "Count": 225, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.7499712, 21.4367036 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4367036, "Longitude": -157.7499712, "Species": "Wedge-tailed Shearwater", "Count": 3, "Date": "2023-11-22" }, "geometry": { "type": "Point", "coordinates": [ -157.7499712, 21.4367036 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4367036, "Longitude": -157.7499712, "Species": "Western Cattle Egret", "Count": 377, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.7499712, 21.4367036 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4367036, "Longitude": -157.7499712, "Species": "White-rumped Shama", "Count": 208, "Date": "2024-02-22" }, "geometry": { "type": "Point", "coordinates": [ -157.7499712, 21.4367036 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4367036, "Longitude": -157.7499712, "Species": "Yellow-fronted Canary", "Count": 12, "Date": "2024-01-24" }, "geometry": { "type": "Point", "coordinates": [ -157.7499712, 21.4367036 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.4367036, "Longitude": -157.7499712, "Species": "Zebra Dove", "Count": 297, "Date": "2024-02-22" }, "geometry": { "type": "Point", "coordinates": [ -157.7499712, 21.4367036 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68199874, "Longitude": -157.950832, "Species": "American Wigeon", "Count": 14, "Date": "2023-11-04" }, "geometry": { "type": "Point", "coordinates": [ -157.950832, 21.68199874 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68199874, "Longitude": -157.950832, "Species": "Black-bellied Plover", "Count": 1, "Date": "2019-03-20" }, "geometry": { "type": "Point", "coordinates": [ -157.950832, 21.68199874 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68199874, "Longitude": -157.950832, "Species": "Black-crowned Night Heron", "Count": 138, "Date": "2024-02-22" }, "geometry": { "type": "Point", "coordinates": [ -157.950832, 21.68199874 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68199874, "Longitude": -157.950832, "Species": "Black-footed Albatross", "Count": 2, "Date": "2024-01-25" }, "geometry": { "type": "Point", "coordinates": [ -157.950832, 21.68199874 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68199874, "Longitude": -157.950832, "Species": "Black-necked Stilt", "Count": 143, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.950832, 21.68199874 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68199874, "Longitude": -157.950832, "Species": "Blue-winged Teal", "Count": 6, "Date": "2024-01-27" }, "geometry": { "type": "Point", "coordinates": [ -157.950832, 21.68199874 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68199874, "Longitude": -157.950832, "Species": "Bonin Petrel", "Count": 2, "Date": "2024-01-25" }, "geometry": { "type": "Point", "coordinates": [ -157.950832, 21.68199874 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68199874, "Longitude": -157.950832, "Species": "Brant", "Count": 3, "Date": "2020-02-22" }, "geometry": { "type": "Point", "coordinates": [ -157.950832, 21.68199874 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68199874, "Longitude": -157.950832, "Species": "Bristle-thighed Curlew", "Count": 138, "Date": "2024-02-22" }, "geometry": { "type": "Point", "coordinates": [ -157.950832, 21.68199874 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68199874, "Longitude": -157.950832, "Species": "Brown Booby", "Count": 1, "Date": "2019-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.950832, 21.68199874 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68199874, "Longitude": -157.950832, "Species": "Bufflehead", "Count": 42, "Date": "2024-01-27" }, "geometry": { "type": "Point", "coordinates": [ -157.950832, 21.68199874 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68199874, "Longitude": -157.950832, "Species": "Cackling Goose", "Count": 61, "Date": "2023-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.950832, 21.68199874 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68199874, "Longitude": -157.950832, "Species": "Canvasback", "Count": 14, "Date": "2024-01-27" }, "geometry": { "type": "Point", "coordinates": [ -157.950832, 21.68199874 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68199874, "Longitude": -157.950832, "Species": "Chestnut Munia", "Count": 28, "Date": "2024-01-25" }, "geometry": { "type": "Point", "coordinates": [ -157.950832, 21.68199874 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68199874, "Longitude": -157.950832, "Species": "Common Gallinule", "Count": 132, "Date": "2024-02-22" }, "geometry": { "type": "Point", "coordinates": [ -157.950832, 21.68199874 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68199874, "Longitude": -157.950832, "Species": "Common Myna", "Count": 158, "Date": "2024-02-22" }, "geometry": { "type": "Point", "coordinates": [ -157.950832, 21.68199874 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68199874, "Longitude": -157.950832, "Species": "Common Snipe", "Count": 1, "Date": "2019-02-02" }, "geometry": { "type": "Point", "coordinates": [ -157.950832, 21.68199874 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68199874, "Longitude": -157.950832, "Species": "Common Waxbill", "Count": 96, "Date": "2024-02-22" }, "geometry": { "type": "Point", "coordinates": [ -157.950832, 21.68199874 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68199874, "Longitude": -157.950832, "Species": "Common/Wilson's Snipe", "Count": 2, "Date": "2023-12-30" }, "geometry": { "type": "Point", "coordinates": [ -157.950832, 21.68199874 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68199874, "Longitude": -157.950832, "Species": "Eurasian Wigeon", "Count": 6, "Date": "2022-02-05" }, "geometry": { "type": "Point", "coordinates": [ -157.950832, 21.68199874 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68199874, "Longitude": -157.950832, "Species": "Glaucous-winged Gull", "Count": 8, "Date": "2023-10-21" }, "geometry": { "type": "Point", "coordinates": [ -157.950832, 21.68199874 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68199874, "Longitude": -157.950832, "Species": "Gray Francolin", "Count": 37, "Date": "2024-01-27" }, "geometry": { "type": "Point", "coordinates": [ -157.950832, 21.68199874 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68199874, "Longitude": -157.950832, "Species": "Great Frigatebird", "Count": 14, "Date": "2024-01-27" }, "geometry": { "type": "Point", "coordinates": [ -157.950832, 21.68199874 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68199874, "Longitude": -157.950832, "Species": "Greater Scaup", "Count": 7, "Date": "2022-11-26" }, "geometry": { "type": "Point", "coordinates": [ -157.950832, 21.68199874 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68199874, "Longitude": -157.950832, "Species": "Greater White-fronted Goose", "Count": 12, "Date": "2020-02-22" }, "geometry": { "type": "Point", "coordinates": [ -157.950832, 21.68199874 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68199874, "Longitude": -157.950832, "Species": "Greater Yellowlegs", "Count": 2, "Date": "2019-03-20" }, "geometry": { "type": "Point", "coordinates": [ -157.950832, 21.68199874 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68199874, "Longitude": -157.950832, "Species": "Green-winged Teal", "Count": 18, "Date": "2024-01-27" }, "geometry": { "type": "Point", "coordinates": [ -157.950832, 21.68199874 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68199874, "Longitude": -157.950832, "Species": "Hawaiian Coot", "Count": 158, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.950832, 21.68199874 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68199874, "Longitude": -157.950832, "Species": "Hawaiian Goose", "Count": 3, "Date": "2019-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.950832, 21.68199874 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68199874, "Longitude": -157.950832, "Species": "House Finch", "Count": 24, "Date": "2024-01-27" }, "geometry": { "type": "Point", "coordinates": [ -157.950832, 21.68199874 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68199874, "Longitude": -157.950832, "Species": "House Sparrow", "Count": 4, "Date": "2023-10-20" }, "geometry": { "type": "Point", "coordinates": [ -157.950832, 21.68199874 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68199874, "Longitude": -157.950832, "Species": "Indian Peafowl", "Count": 2, "Date": "2019-03-28" }, "geometry": { "type": "Point", "coordinates": [ -157.950832, 21.68199874 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68199874, "Longitude": -157.950832, "Species": "Java Sparrow", "Count": 1, "Date": "2022-01-08" }, "geometry": { "type": "Point", "coordinates": [ -157.950832, 21.68199874 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68199874, "Longitude": -157.950832, "Species": "Laughing Gull", "Count": 6, "Date": "2020-03-08" }, "geometry": { "type": "Point", "coordinates": [ -157.950832, 21.68199874 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68199874, "Longitude": -157.950832, "Species": "Laysan Albatross", "Count": 68, "Date": "2024-02-22" }, "geometry": { "type": "Point", "coordinates": [ -157.950832, 21.68199874 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68199874, "Longitude": -157.950832, "Species": "Least Tern", "Count": 2, "Date": "2019-10-24" }, "geometry": { "type": "Point", "coordinates": [ -157.950832, 21.68199874 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68199874, "Longitude": -157.950832, "Species": "Lesser Scaup", "Count": 19, "Date": "2024-01-27" }, "geometry": { "type": "Point", "coordinates": [ -157.950832, 21.68199874 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68199874, "Longitude": -157.950832, "Species": "Lesser Yellowlegs", "Count": 9, "Date": "2022-08-25" }, "geometry": { "type": "Point", "coordinates": [ -157.950832, 21.68199874 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68199874, "Longitude": -157.950832, "Species": "Long-billed Dowitcher", "Count": 22, "Date": "2024-01-13" }, "geometry": { "type": "Point", "coordinates": [ -157.950832, 21.68199874 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68199874, "Longitude": -157.950832, "Species": "Feral Mallard", "Count": 164, "Date": "2024-02-27" }, "geometry": { "type": "Point", "coordinates": [ -157.950832, 21.68199874 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68199874, "Longitude": -157.950832, "Species": "Masked Booby", "Count": 1, "Date": "2019-03-06" }, "geometry": { "type": "Point", "coordinates": [ -157.950832, 21.68199874 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68199874, "Longitude": -157.950832, "Species": "Muscovy Duck", "Count": 3, "Date": "2019-10-24" }, "geometry": { "type": "Point", "coordinates": [ -157.950832, 21.68199874 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68199874, "Longitude": -157.950832, "Species": "Northern Cardinal", "Count": 9, "Date": "2024-02-22" }, "geometry": { "type": "Point", "coordinates": [ -157.950832, 21.68199874 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68199874, "Longitude": -157.950832, "Species": "Northern Harrier", "Count": 22, "Date": "2023-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.950832, 21.68199874 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68199874, "Longitude": -157.950832, "Species": "Northern Pintail", "Count": 106, "Date": "2024-01-27" }, "geometry": { "type": "Point", "coordinates": [ -157.950832, 21.68199874 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68199874, "Longitude": -157.950832, "Species": "Northern Shoveler", "Count": 96, "Date": "2024-01-27" }, "geometry": { "type": "Point", "coordinates": [ -157.950832, 21.68199874 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68199874, "Longitude": -157.950832, "Species": "Pacific Golden-Plover", "Count": 148, "Date": "2024-02-22" }, "geometry": { "type": "Point", "coordinates": [ -157.950832, 21.68199874 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68199874, "Longitude": -157.950832, "Species": "Pectoral Sandpiper", "Count": 16, "Date": "2024-01-27" }, "geometry": { "type": "Point", "coordinates": [ -157.950832, 21.68199874 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68199874, "Longitude": -157.950832, "Species": "Red Avadavat", "Count": 6, "Date": "2024-01-27" }, "geometry": { "type": "Point", "coordinates": [ -157.950832, 21.68199874 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68199874, "Longitude": -157.950832, "Species": "Red Junglefowl", "Count": 13, "Date": "2023-11-04" }, "geometry": { "type": "Point", "coordinates": [ -157.950832, 21.68199874 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68199874, "Longitude": -157.950832, "Species": "Red-crested Cardinal", "Count": 46, "Date": "2024-01-27" }, "geometry": { "type": "Point", "coordinates": [ -157.950832, 21.68199874 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68199874, "Longitude": -157.950832, "Species": "Red-tailed Tropicbird", "Count": 5, "Date": "2022-12-03" }, "geometry": { "type": "Point", "coordinates": [ -157.950832, 21.68199874 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68199874, "Longitude": -157.950832, "Species": "Red-vented Bulbul", "Count": 87, "Date": "2024-01-27" }, "geometry": { "type": "Point", "coordinates": [ -157.950832, 21.68199874 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68199874, "Longitude": -157.950832, "Species": "Red-whiskered Bulbul", "Count": 44, "Date": "2024-01-27" }, "geometry": { "type": "Point", "coordinates": [ -157.950832, 21.68199874 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68199874, "Longitude": -157.950832, "Species": "Redhead", "Count": 8, "Date": "2024-01-27" }, "geometry": { "type": "Point", "coordinates": [ -157.950832, 21.68199874 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68199874, "Longitude": -157.950832, "Species": "Ring-necked Duck", "Count": 23, "Date": "2023-12-16" }, "geometry": { "type": "Point", "coordinates": [ -157.950832, 21.68199874 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68199874, "Longitude": -157.950832, "Species": "Ring-necked Pheasant", "Count": 53, "Date": "2024-01-25" }, "geometry": { "type": "Point", "coordinates": [ -157.950832, 21.68199874 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68199874, "Longitude": -157.950832, "Species": "Rock Pigeon", "Count": 6, "Date": "2023-10-20" }, "geometry": { "type": "Point", "coordinates": [ -157.950832, 21.68199874 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68199874, "Longitude": -157.950832, "Species": "Ruddy Turnstone", "Count": 140, "Date": "2024-01-27" }, "geometry": { "type": "Point", "coordinates": [ -157.950832, 21.68199874 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68199874, "Longitude": -157.950832, "Species": "Saffron Finch", "Count": 23, "Date": "2023-12-16" }, "geometry": { "type": "Point", "coordinates": [ -157.950832, 21.68199874 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68199874, "Longitude": -157.950832, "Species": "Sanderling", "Count": 66, "Date": "2023-11-25" }, "geometry": { "type": "Point", "coordinates": [ -157.950832, 21.68199874 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68199874, "Longitude": -157.950832, "Species": "Scaly-breasted Munia", "Count": 27, "Date": "2023-11-25" }, "geometry": { "type": "Point", "coordinates": [ -157.950832, 21.68199874 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68199874, "Longitude": -157.950832, "Species": "Semipalmated Plover", "Count": 2, "Date": "2023-09-10" }, "geometry": { "type": "Point", "coordinates": [ -157.950832, 21.68199874 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68199874, "Longitude": -157.950832, "Species": "Sharp-tailed Sandpiper", "Count": 17, "Date": "2023-11-25" }, "geometry": { "type": "Point", "coordinates": [ -157.950832, 21.68199874 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68199874, "Longitude": -157.950832, "Species": "Short-billed/Long-billed Dowitcher", "Count": 2, "Date": "2024-01-13" }, "geometry": { "type": "Point", "coordinates": [ -157.950832, 21.68199874 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68199874, "Longitude": -157.950832, "Species": "Snow Goose", "Count": 26, "Date": "2022-02-26" }, "geometry": { "type": "Point", "coordinates": [ -157.950832, 21.68199874 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68199874, "Longitude": -157.950832, "Species": "Spotted Dove", "Count": 107, "Date": "2024-02-22" }, "geometry": { "type": "Point", "coordinates": [ -157.950832, 21.68199874 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68199874, "Longitude": -157.950832, "Species": "Tristram's Storm-Petrel", "Count": 2, "Date": "2024-01-25" }, "geometry": { "type": "Point", "coordinates": [ -157.950832, 21.68199874 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68199874, "Longitude": -157.950832, "Species": "Wandering Tattler", "Count": 96, "Date": "2024-01-13" }, "geometry": { "type": "Point", "coordinates": [ -157.950832, 21.68199874 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68199874, "Longitude": -157.950832, "Species": "Warbling White-eye", "Count": 17, "Date": "2024-01-27" }, "geometry": { "type": "Point", "coordinates": [ -157.950832, 21.68199874 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68199874, "Longitude": -157.950832, "Species": "Western Cattle Egret", "Count": 147, "Date": "2024-02-22" }, "geometry": { "type": "Point", "coordinates": [ -157.950832, 21.68199874 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68199874, "Longitude": -157.950832, "Species": "Western Sandpiper", "Count": 2, "Date": "2022-10-08" }, "geometry": { "type": "Point", "coordinates": [ -157.950832, 21.68199874 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68199874, "Longitude": -157.950832, "Species": "Whimbrel", "Count": 3, "Date": "2023-11-25" }, "geometry": { "type": "Point", "coordinates": [ -157.950832, 21.68199874 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68199874, "Longitude": -157.950832, "Species": "White Tern", "Count": 1, "Date": "2019-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.950832, 21.68199874 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68199874, "Longitude": -157.950832, "Species": "White-tailed Tropicbird", "Count": 1, "Date": "2022-07-28" }, "geometry": { "type": "Point", "coordinates": [ -157.950832, 21.68199874 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68199874, "Longitude": -157.950832, "Species": "Wilson's Snipe", "Count": 45, "Date": "2023-12-23" }, "geometry": { "type": "Point", "coordinates": [ -157.950832, 21.68199874 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.68199874, "Longitude": -157.950832, "Species": "Zebra Dove", "Count": 131, "Date": "2024-01-27" }, "geometry": { "type": "Point", "coordinates": [ -157.950832, 21.68199874 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.7093942, "Longitude": -157.998969, "Species": "Black Noddy", "Count": 3, "Date": "2023-11-09" }, "geometry": { "type": "Point", "coordinates": [ -157.998969, 21.7093942 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.7093942, "Longitude": -157.998969, "Species": "Black-bellied Plover", "Count": 1, "Date": "2019-04-19" }, "geometry": { "type": "Point", "coordinates": [ -157.998969, 21.7093942 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.7093942, "Longitude": -157.998969, "Species": "Black-crowned Night Heron", "Count": 154, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.998969, 21.7093942 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.7093942, "Longitude": -157.998969, "Species": "Black-footed Albatross", "Count": 14, "Date": "2024-02-23" }, "geometry": { "type": "Point", "coordinates": [ -157.998969, 21.7093942 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.7093942, "Longitude": -157.998969, "Species": "Black-necked Stilt", "Count": 176, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.998969, 21.7093942 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.7093942, "Longitude": -157.998969, "Species": "Blue-crowned Parakeet", "Count": 89, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.998969, 21.7093942 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.7093942, "Longitude": -157.998969, "Species": "Bristle-thighed Curlew", "Count": 22, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.998969, 21.7093942 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.7093942, "Longitude": -157.998969, "Species": "Brown Booby", "Count": 63, "Date": "2024-02-23" }, "geometry": { "type": "Point", "coordinates": [ -157.998969, 21.7093942 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.7093942, "Longitude": -157.998969, "Species": "Brown Noddy", "Count": 20, "Date": "2023-11-05" }, "geometry": { "type": "Point", "coordinates": [ -157.998969, 21.7093942 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.7093942, "Longitude": -157.998969, "Species": " Cackling Goose", "Count": 2, "Date": "2021-02-14" }, "geometry": { "type": "Point", "coordinates": [ -157.998969, 21.7093942 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.7093942, "Longitude": -157.998969, "Species": "Chestnut Munia", "Count": 127, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.998969, 21.7093942 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.7093942, "Longitude": -157.998969, "Species": "Christmas Shearwater", "Count": 1, "Date": "2022-06-11" }, "geometry": { "type": "Point", "coordinates": [ -157.998969, 21.7093942 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.7093942, "Longitude": -157.998969, "Species": "Common Gallinule", "Count": 210, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.998969, 21.7093942 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.7093942, "Longitude": -157.998969, "Species": "Common Myna", "Count": 464, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.998969, 21.7093942 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.7093942, "Longitude": -157.998969, "Species": "Common Waxbill", "Count": 321, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.998969, 21.7093942 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.7093942, "Longitude": -157.998969, "Species": "Erckel's Spurfowl", "Count": 1, "Date": "2022-01-26" }, "geometry": { "type": "Point", "coordinates": [ -157.998969, 21.7093942 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.7093942, "Longitude": -157.998969, "Species": "Glaucous-winged Gull", "Count": 2, "Date": "2024-01-25" }, "geometry": { "type": "Point", "coordinates": [ -157.998969, 21.7093942 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.7093942, "Longitude": -157.998969, "Species": "Gray Francolin", "Count": 151, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.998969, 21.7093942 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.7093942, "Longitude": -157.998969, "Species": "Great Frigatebird", "Count": 47, "Date": "2024-01-26" }, "geometry": { "type": "Point", "coordinates": [ -157.998969, 21.7093942 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.7093942, "Longitude": -157.998969, "Species": "Greater Scaup", "Count": 1, "Date": "2019-02-09" }, "geometry": { "type": "Point", "coordinates": [ -157.998969, 21.7093942 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.7093942, "Longitude": -157.998969, "Species": "Hawaiian Coot", "Count": 170, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.998969, 21.7093942 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.7093942, "Longitude": -157.998969, "Species": "House Finch", "Count": 209, "Date": "2024-02-26" }, "geometry": { "type": "Point", "coordinates": [ -157.998969, 21.7093942 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.7093942, "Longitude": -157.998969, "Species": "House Sparrow", "Count": 138, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.998969, 21.7093942 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.7093942, "Longitude": -157.998969, "Species": "Indian Peafowl", "Count": 50, "Date": "2023-09-06" }, "geometry": { "type": "Point", "coordinates": [ -157.998969, 21.7093942 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.7093942, "Longitude": -157.998969, "Species": "Japanese Bush Warbler", "Count": 8, "Date": "2024-01-19" }, "geometry": { "type": "Point", "coordinates": [ -157.998969, 21.7093942 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.7093942, "Longitude": -157.998969, "Species": "Java Sparrow", "Count": 122, "Date": "2024-02-26" }, "geometry": { "type": "Point", "coordinates": [ -157.998969, 21.7093942 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.7093942, "Longitude": -157.998969, "Species": "Laysan Albatross", "Count": 216, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.998969, 21.7093942 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.7093942, "Longitude": -157.998969, "Species": "Lesser Scaup", "Count": 1, "Date": "2019-02-09" }, "geometry": { "type": "Point", "coordinates": [ -157.998969, 21.7093942 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.7093942, "Longitude": -157.998969, "Species": "Lesser Yellowlegs", "Count": 1, "Date": "2022-01-25" }, "geometry": { "type": "Point", "coordinates": [ -157.998969, 21.7093942 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.7093942, "Longitude": -157.998969, "Species": "Long-billed Dowitcher", "Count": 3, "Date": "2022-12-13" }, "geometry": { "type": "Point", "coordinates": [ -157.998969, 21.7093942 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.7093942, "Longitude": -157.998969, "Species": "Feral Mallard", "Count": 125, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.998969, 21.7093942 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.7093942, "Longitude": -157.998969, "Species": "Masked Booby", "Count": 31, "Date": "2024-02-23" }, "geometry": { "type": "Point", "coordinates": [ -157.998969, 21.7093942 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.7093942, "Longitude": -157.998969, "Species": "Muscovy Duck", "Count": 104, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.998969, 21.7093942 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.7093942, "Longitude": -157.998969, "Species": "Northern Cardinal", "Count": 178, "Date": "2024-02-26" }, "geometry": { "type": "Point", "coordinates": [ -157.998969, 21.7093942 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.7093942, "Longitude": -157.998969, "Species": "Northern Harrier", "Count": 2, "Date": "2023-01-23" }, "geometry": { "type": "Point", "coordinates": [ -157.998969, 21.7093942 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.7093942, "Longitude": -157.998969, "Species": "Pacific Golden-Plover", "Count": 373, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.998969, 21.7093942 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.7093942, "Longitude": -157.998969, "Species": "Red Avadavat", "Count": 5, "Date": "2023-12-26" }, "geometry": { "type": "Point", "coordinates": [ -157.998969, 21.7093942 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.7093942, "Longitude": -157.998969, "Species": "Red Junglefowl", "Count": 173, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.998969, 21.7093942 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.7093942, "Longitude": -157.998969, "Species": "Red-billed Leiothrix", "Count": 81, "Date": "2024-02-03" }, "geometry": { "type": "Point", "coordinates": [ -157.998969, 21.7093942 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.7093942, "Longitude": -157.998969, "Species": "Red-crested Cardinal", "Count": 387, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.998969, 21.7093942 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.7093942, "Longitude": -157.998969, "Species": "Red-crowned Parrot", "Count": 5, "Date": "2022-11-16" }, "geometry": { "type": "Point", "coordinates": [ -157.998969, 21.7093942 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.7093942, "Longitude": -157.998969, "Species": "Red-footed Booby", "Count": 64, "Date": "2024-02-26" }, "geometry": { "type": "Point", "coordinates": [ -157.998969, 21.7093942 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.7093942, "Longitude": -157.998969, "Species": "Red-masked Parakeet", "Count": 1, "Date": "2020-08-02" }, "geometry": { "type": "Point", "coordinates": [ -157.998969, 21.7093942 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.7093942, "Longitude": -157.998969, "Species": "Red-tailed Tropicbird", "Count": 3, "Date": "2023-08-23" }, "geometry": { "type": "Point", "coordinates": [ -157.998969, 21.7093942 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.7093942, "Longitude": -157.998969, "Species": "Red-vented Bulbul", "Count": 393, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.998969, 21.7093942 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.7093942, "Longitude": -157.998969, "Species": "Red-whiskered Bulbul", "Count": 154, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.998969, 21.7093942 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.7093942, "Longitude": -157.998969, "Species": "Rock Pigeon", "Count": 16, "Date": "2024-02-03" }, "geometry": { "type": "Point", "coordinates": [ -157.998969, 21.7093942 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.7093942, "Longitude": -157.998969, "Species": "Rose-ringed Parakeet", "Count": 1, "Date": "2023-02-02" }, "geometry": { "type": "Point", "coordinates": [ -157.998969, 21.7093942 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.7093942, "Longitude": -157.998969, "Species": "Ruddy Turnstone", "Count": 103, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.998969, 21.7093942 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.7093942, "Longitude": -157.998969, "Species": "Saffron Finch", "Count": 233, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.998969, 21.7093942 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.7093942, "Longitude": -157.998969, "Species": "Sanderling", "Count": 21, "Date": "2024-02-03" }, "geometry": { "type": "Point", "coordinates": [ -157.998969, 21.7093942 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.7093942, "Longitude": -157.998969, "Species": "Scaly-breasted Munia", "Count": 19, "Date": "2023-12-22" }, "geometry": { "type": "Point", "coordinates": [ -157.998969, 21.7093942 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.7093942, "Longitude": -157.998969, "Species": "Sooty Tern", "Count": 6, "Date": "2024-02-06" }, "geometry": { "type": "Point", "coordinates": [ -157.998969, 21.7093942 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.7093942, "Longitude": -157.998969, "Species": "Spotted Dove", "Count": 326, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.998969, 21.7093942 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.7093942, "Longitude": -157.998969, "Species": "Wandering Tattler", "Count": 71, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.998969, 21.7093942 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.7093942, "Longitude": -157.998969, "Species": "Warbling White-eye", "Count": 173, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.998969, 21.7093942 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.7093942, "Longitude": -157.998969, "Species": "Wedge-tailed Shearwater", "Count": 55, "Date": "2023-12-01" }, "geometry": { "type": "Point", "coordinates": [ -157.998969, 21.7093942 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.7093942, "Longitude": -157.998969, "Species": "Western Cattle Egret", "Count": 386, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.998969, 21.7093942 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.7093942, "Longitude": -157.998969, "Species": "White Tern", "Count": 10, "Date": "2023-09-30" }, "geometry": { "type": "Point", "coordinates": [ -157.998969, 21.7093942 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.7093942, "Longitude": -157.998969, "Species": "White-faced Ibis", "Count": 1, "Date": "2019-10-24" }, "geometry": { "type": "Point", "coordinates": [ -157.998969, 21.7093942 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.7093942, "Longitude": -157.998969, "Species": "White-rumped Shama", "Count": 258, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.998969, 21.7093942 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.7093942, "Longitude": -157.998969, "Species": "White-tailed Tropicbird", "Count": 2, "Date": "2022-06-09" }, "geometry": { "type": "Point", "coordinates": [ -157.998969, 21.7093942 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.7093942, "Longitude": -157.998969, "Species": "Wild Turkey", "Count": 5, "Date": "2022-05-16" }, "geometry": { "type": "Point", "coordinates": [ -157.998969, 21.7093942 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.7093942, "Longitude": -157.998969, "Species": "Yellow-fronted Canary", "Count": 3, "Date": "2023-11-14" }, "geometry": { "type": "Point", "coordinates": [ -157.998969, 21.7093942 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.7093942, "Longitude": -157.998969, "Species": "Zebra Dove", "Count": 417, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.998969, 21.7093942 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6820603, "Longitude": -157.9604969, "Species": "African Silverbill", "Count": 1, "Date": "2019-09-09" }, "geometry": { "type": "Point", "coordinates": [ -157.96049690000001, 21.6820603 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6820603, "Longitude": -157.9604969, "Species": "American Wigeon", "Count": 38, "Date": "2022-10-30" }, "geometry": { "type": "Point", "coordinates": [ -157.96049690000001, 21.6820603 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6820603, "Longitude": -157.9604969, "Species": "Barn Owl", "Count": 1, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.96049690000001, 21.6820603 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6820603, "Longitude": -157.9604969, "Species": "Black Francolin", "Count": 2, "Date": "2019-10-12" }, "geometry": { "type": "Point", "coordinates": [ -157.96049690000001, 21.6820603 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6820603, "Longitude": -157.9604969, "Species": "Black-bellied Plover", "Count": 1, "Date": "2023-12-17" }, "geometry": { "type": "Point", "coordinates": [ -157.96049690000001, 21.6820603 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6820603, "Longitude": -157.9604969, "Species": "Black-crowned Night Heron", "Count": 825, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.96049690000001, 21.6820603 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6820603, "Longitude": -157.9604969, "Species": "Black-footed Albatross", "Count": 2, "Date": "2023-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.96049690000001, 21.6820603 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6820603, "Longitude": -157.9604969, "Species": "Black-necked Stilt", "Count": 896, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.96049690000001, 21.6820603 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6820603, "Longitude": -157.9604969, "Species": "Blue-crowned Parakeet", "Count": 1, "Date": "2020-09-13" }, "geometry": { "type": "Point", "coordinates": [ -157.96049690000001, 21.6820603 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6820603, "Longitude": -157.9604969, "Species": "Blue-winged Teal", "Count": 11, "Date": "2023-03-31" }, "geometry": { "type": "Point", "coordinates": [ -157.96049690000001, 21.6820603 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6820603, "Longitude": -157.9604969, "Species": "Brant", "Count": 1, "Date": "2020-03-08" }, "geometry": { "type": "Point", "coordinates": [ -157.96049690000001, 21.6820603 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6820603, "Longitude": -157.9604969, "Species": "Bristle-thighed Curlew", "Count": 46, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.96049690000001, 21.6820603 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6820603, "Longitude": -157.9604969, "Species": "Bufflehead", "Count": 18, "Date": "2023-02-11" }, "geometry": { "type": "Point", "coordinates": [ -157.96049690000001, 21.6820603 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6820603, "Longitude": -157.9604969, "Species": "Cackling Goose", "Count": 3, "Date": "2023-02-11" }, "geometry": { "type": "Point", "coordinates": [ -157.96049690000001, 21.6820603 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6820603, "Longitude": -157.9604969, "Species": "Chestnut Munia", "Count": 90, "Date": "2023-12-24" }, "geometry": { "type": "Point", "coordinates": [ -157.96049690000001, 21.6820603 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6820603, "Longitude": -157.9604969, "Species": "Common Gallinule", "Count": 305, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.96049690000001, 21.6820603 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6820603, "Longitude": -157.9604969, "Species": "Common Myna", "Count": 823, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.96049690000001, 21.6820603 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6820603, "Longitude": -157.9604969, "Species": "Common Snipe", "Count": 2, "Date": "2019-01-26" }, "geometry": { "type": "Point", "coordinates": [ -157.96049690000001, 21.6820603 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6820603, "Longitude": -157.9604969, "Species": "Common Waxbill", "Count": 325, "Date": "2024-02-23" }, "geometry": { "type": "Point", "coordinates": [ -157.96049690000001, 21.6820603 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6820603, "Longitude": -157.9604969, "Species": "Dunlin", "Count": 13, "Date": "2021-01-09" }, "geometry": { "type": "Point", "coordinates": [ -157.96049690000001, 21.6820603 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6820603, "Longitude": -157.9604969, "Species": "Eurasian Wigeon", "Count": 3, "Date": "2024-01-29" }, "geometry": { "type": "Point", "coordinates": [ -157.96049690000001, 21.6820603 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6820603, "Longitude": -157.9604969, "Species": "Gray Francolin", "Count": 22, "Date": "2023-03-14" }, "geometry": { "type": "Point", "coordinates": [ -157.96049690000001, 21.6820603 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6820603, "Longitude": -157.9604969, "Species": "Great Frigatebird", "Count": 19, "Date": "2024-01-19" }, "geometry": { "type": "Point", "coordinates": [ -157.96049690000001, 21.6820603 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6820603, "Longitude": -157.9604969, "Species": "Greater Scaup", "Count": 1, "Date": "2020-11-24" }, "geometry": { "type": "Point", "coordinates": [ -157.96049690000001, 21.6820603 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6820603, "Longitude": -157.9604969, "Species": "Greater Yellowlegs", "Count": 6, "Date": "2019-01-26" }, "geometry": { "type": "Point", "coordinates": [ -157.96049690000001, 21.6820603 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6820603, "Longitude": -157.9604969, "Species": "Green-winged Teal", "Count": 9, "Date": "2020-11-25" }, "geometry": { "type": "Point", "coordinates": [ -157.96049690000001, 21.6820603 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6820603, "Longitude": -157.9604969, "Species": "Hawaiian Coot", "Count": 1038, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.96049690000001, 21.6820603 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6820603, "Longitude": -157.9604969, "Species": "House Finch", "Count": 168, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.96049690000001, 21.6820603 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6820603, "Longitude": -157.9604969, "Species": "House Sparrow", "Count": 160, "Date": "2024-01-01" }, "geometry": { "type": "Point", "coordinates": [ -157.96049690000001, 21.6820603 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6820603, "Longitude": -157.9604969, "Species": "Indian Peafowl", "Count": 5, "Date": "2023-09-02" }, "geometry": { "type": "Point", "coordinates": [ -157.96049690000001, 21.6820603 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6820603, "Longitude": -157.9604969, "Species": "Java Sparrow", "Count": 13, "Date": "2024-01-15" }, "geometry": { "type": "Point", "coordinates": [ -157.96049690000001, 21.6820603 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6820603, "Longitude": -157.9604969, "Species": "Laysan Albatross", "Count": 37, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.96049690000001, 21.6820603 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6820603, "Longitude": -157.9604969, "Species": "Least Tern", "Count": 21, "Date": "2021-10-24" }, "geometry": { "type": "Point", "coordinates": [ -157.96049690000001, 21.6820603 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6820603, "Longitude": -157.9604969, "Species": "Lesser Scaup", "Count": 36, "Date": "2021-11-10" }, "geometry": { "type": "Point", "coordinates": [ -157.96049690000001, 21.6820603 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6820603, "Longitude": -157.9604969, "Species": "Lesser Yellowlegs", "Count": 59, "Date": "2022-07-23" }, "geometry": { "type": "Point", "coordinates": [ -157.96049690000001, 21.6820603 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6820603, "Longitude": -157.9604969, "Species": "Long-billed Dowitcher", "Count": 57, "Date": "2023-02-11" }, "geometry": { "type": "Point", "coordinates": [ -157.96049690000001, 21.6820603 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6820603, "Longitude": -157.9604969, "Species": "Feral Mallard", "Count": 660, "Date": "2024-01-29" }, "geometry": { "type": "Point", "coordinates": [ -157.96049690000001, 21.6820603 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6820603, "Longitude": -157.9604969, "Species": "Muscovy Duck", "Count": 69, "Date": "2023-12-24" }, "geometry": { "type": "Point", "coordinates": [ -157.96049690000001, 21.6820603 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6820603, "Longitude": -157.9604969, "Species": "Northern Cardinal", "Count": 57, "Date": "2024-01-30" }, "geometry": { "type": "Point", "coordinates": [ -157.96049690000001, 21.6820603 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6820603, "Longitude": -157.9604969, "Species": "Northern Pintail", "Count": 38, "Date": "2024-01-19" }, "geometry": { "type": "Point", "coordinates": [ -157.96049690000001, 21.6820603 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6820603, "Longitude": -157.9604969, "Species": "Northern Shoveler", "Count": 62, "Date": "2023-10-20" }, "geometry": { "type": "Point", "coordinates": [ -157.96049690000001, 21.6820603 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6820603, "Longitude": -157.9604969, "Species": "Pacific Golden-Plover", "Count": 756, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.96049690000001, 21.6820603 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6820603, "Longitude": -157.9604969, "Species": "Pectoral Sandpiper", "Count": 99, "Date": "2023-09-28" }, "geometry": { "type": "Point", "coordinates": [ -157.96049690000001, 21.6820603 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6820603, "Longitude": -157.9604969, "Species": "Peregrine Falcon", "Count": 1, "Date": "2020-12-15" }, "geometry": { "type": "Point", "coordinates": [ -157.96049690000001, 21.6820603 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6820603, "Longitude": -157.9604969, "Species": "Red Avadavat", "Count": 40, "Date": "2023-12-04" }, "geometry": { "type": "Point", "coordinates": [ -157.96049690000001, 21.6820603 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6820603, "Longitude": -157.9604969, "Species": "Red Junglefowl", "Count": 51, "Date": "2024-01-14" }, "geometry": { "type": "Point", "coordinates": [ -157.96049690000001, 21.6820603 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6820603, "Longitude": -157.9604969, "Species": "Red Knot", "Count": 1, "Date": "2024-01-06" }, "geometry": { "type": "Point", "coordinates": [ -157.96049690000001, 21.6820603 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6820603, "Longitude": -157.9604969, "Species": "Red-billed Leiothrix", "Count": 1, "Date": "2023-12-04" }, "geometry": { "type": "Point", "coordinates": [ -157.96049690000001, 21.6820603 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6820603, "Longitude": -157.9604969, "Species": "Red-crested Cardinal", "Count": 250, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.96049690000001, 21.6820603 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6820603, "Longitude": -157.9604969, "Species": "Red-vented Bulbul", "Count": 542, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.96049690000001, 21.6820603 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6820603, "Longitude": -157.9604969, "Species": "Red-whiskered Bulbul", "Count": 121, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.96049690000001, 21.6820603 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6820603, "Longitude": -157.9604969, "Species": "Ring-necked Duck", "Count": 17, "Date": "2021-11-06" }, "geometry": { "type": "Point", "coordinates": [ -157.96049690000001, 21.6820603 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6820603, "Longitude": -157.9604969, "Species": "Ring-necked Pheasant", "Count": 57, "Date": "2024-02-14" }, "geometry": { "type": "Point", "coordinates": [ -157.96049690000001, 21.6820603 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6820603, "Longitude": -157.9604969, "Species": "Rock Pigeon", "Count": 40, "Date": "2023-12-22" }, "geometry": { "type": "Point", "coordinates": [ -157.96049690000001, 21.6820603 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6820603, "Longitude": -157.9604969, "Species": "Ruddy Turnstone", "Count": 424, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.96049690000001, 21.6820603 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6820603, "Longitude": -157.9604969, "Species": "Ruff", "Count": 17, "Date": "2020-09-17" }, "geometry": { "type": "Point", "coordinates": [ -157.96049690000001, 21.6820603 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6820603, "Longitude": -157.9604969, "Species": "Saffron Finch", "Count": 31, "Date": "2024-01-30" }, "geometry": { "type": "Point", "coordinates": [ -157.96049690000001, 21.6820603 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6820603, "Longitude": -157.9604969, "Species": "Sanderling", "Count": 195, "Date": "2024-01-11" }, "geometry": { "type": "Point", "coordinates": [ -157.96049690000001, 21.6820603 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6820603, "Longitude": -157.9604969, "Species": "Scaly-breasted Munia", "Count": 51, "Date": "2023-12-22" }, "geometry": { "type": "Point", "coordinates": [ -157.96049690000001, 21.6820603 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6820603, "Longitude": -157.9604969, "Species": "Semipalmated Plover", "Count": 49, "Date": "2024-01-19" }, "geometry": { "type": "Point", "coordinates": [ -157.96049690000001, 21.6820603 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6820603, "Longitude": -157.9604969, "Species": "Sharp-tailed Sandpiper", "Count": 4, "Date": "2019-10-02" }, "geometry": { "type": "Point", "coordinates": [ -157.96049690000001, 21.6820603 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6820603, "Longitude": -157.9604969, "Species": "Solitary Sandpiper", "Count": 23, "Date": "2020-10-12" }, "geometry": { "type": "Point", "coordinates": [ -157.96049690000001, 21.6820603 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6820603, "Longitude": -157.9604969, "Species": "Sooty Tern", "Count": 1, "Date": "2021-04-28" }, "geometry": { "type": "Point", "coordinates": [ -157.96049690000001, 21.6820603 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6820603, "Longitude": -157.9604969, "Species": "Spotted Dove", "Count": 625, "Date": "2024-02-05" }, "geometry": { "type": "Point", "coordinates": [ -157.96049690000001, 21.6820603 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6820603, "Longitude": -157.9604969, "Species": "Spotted Sandpiper", "Count": 3, "Date": "2021-10-07" }, "geometry": { "type": "Point", "coordinates": [ -157.96049690000001, 21.6820603 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6820603, "Longitude": -157.9604969, "Species": "Wandering Tattler", "Count": 237, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.96049690000001, 21.6820603 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6820603, "Longitude": -157.9604969, "Species": "Warbling White-eye", "Count": 166, "Date": "2024-01-30" }, "geometry": { "type": "Point", "coordinates": [ -157.96049690000001, 21.6820603 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6820603, "Longitude": -157.9604969, "Species": "Wedge-tailed Shearwater", "Count": 1, "Date": "2019-05-06" }, "geometry": { "type": "Point", "coordinates": [ -157.96049690000001, 21.6820603 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6820603, "Longitude": -157.9604969, "Species": "Western Cattle Egret", "Count": 663, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -157.96049690000001, 21.6820603 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6820603, "Longitude": -157.9604969, "Species": "White-rumped Shama", "Count": 9, "Date": "2024-01-30" }, "geometry": { "type": "Point", "coordinates": [ -157.96049690000001, 21.6820603 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6820603, "Longitude": -157.9604969, "Species": "Wilson's Snipe", "Count": 5, "Date": "2021-09-14" }, "geometry": { "type": "Point", "coordinates": [ -157.96049690000001, 21.6820603 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6820603, "Longitude": -157.9604969, "Species": "Yellow-fronted Canary", "Count": 5, "Date": "2021-12-08" }, "geometry": { "type": "Point", "coordinates": [ -157.96049690000001, 21.6820603 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.6820603, "Longitude": -157.9604969, "Species": "Zebra Dove", "Count": 587, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.96049690000001, 21.6820603 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69103078, "Longitude": -157.9507665, "Species": "African Silverbill", "Count": 3, "Date": "2020-01-01" }, "geometry": { "type": "Point", "coordinates": [ -157.950766499999986, 21.69103078 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69103078, "Longitude": -157.9507665, "Species": "American Wigeon", "Count": 5, "Date": "2023-11-04" }, "geometry": { "type": "Point", "coordinates": [ -157.950766499999986, 21.69103078 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69103078, "Longitude": -157.9507665, "Species": "Black-bellied Plover", "Count": 2, "Date": "2019-02-16" }, "geometry": { "type": "Point", "coordinates": [ -157.950766499999986, 21.69103078 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69103078, "Longitude": -157.9507665, "Species": "Black-crowned Night Heron", "Count": 153, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.950766499999986, 21.69103078 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69103078, "Longitude": -157.9507665, "Species": "Black-footed Albatross", "Count": 11, "Date": "2024-02-22" }, "geometry": { "type": "Point", "coordinates": [ -157.950766499999986, 21.69103078 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69103078, "Longitude": -157.9507665, "Species": "Black-necked Stilt", "Count": 174, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.950766499999986, 21.69103078 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69103078, "Longitude": -157.9507665, "Species": "Blue-winged Teal", "Count": 1, "Date": "2024-01-27" }, "geometry": { "type": "Point", "coordinates": [ -157.950766499999986, 21.69103078 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69103078, "Longitude": -157.9507665, "Species": "Bonin Petrel", "Count": 1, "Date": "2024-02-22" }, "geometry": { "type": "Point", "coordinates": [ -157.950766499999986, 21.69103078 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69103078, "Longitude": -157.9507665, "Species": "Bristle-thighed Curlew", "Count": 167, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.950766499999986, 21.69103078 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69103078, "Longitude": -157.9507665, "Species": "Brown Booby", "Count": 11, "Date": "2022-03-14" }, "geometry": { "type": "Point", "coordinates": [ -157.950766499999986, 21.69103078 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69103078, "Longitude": -157.9507665, "Species": "Brown Noddy", "Count": 2, "Date": "2022-03-14" }, "geometry": { "type": "Point", "coordinates": [ -157.950766499999986, 21.69103078 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69103078, "Longitude": -157.9507665, "Species": "Bufflehead", "Count": 37, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.950766499999986, 21.69103078 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69103078, "Longitude": -157.9507665, "Species": "Cackling Goose", "Count": 72, "Date": "2023-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.950766499999986, 21.69103078 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69103078, "Longitude": -157.9507665, "Species": "Canvasback", "Count": 11, "Date": "2024-02-10" }, "geometry": { "type": "Point", "coordinates": [ -157.950766499999986, 21.69103078 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69103078, "Longitude": -157.9507665, "Species": "Chestnut Munia", "Count": 47, "Date": "2024-02-10" }, "geometry": { "type": "Point", "coordinates": [ -157.950766499999986, 21.69103078 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69103078, "Longitude": -157.9507665, "Species": "Common Gallinule", "Count": 158, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.950766499999986, 21.69103078 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69103078, "Longitude": -157.9507665, "Species": "Common Myna", "Count": 183, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.950766499999986, 21.69103078 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69103078, "Longitude": -157.9507665, "Species": "Common Snipe", "Count": 5, "Date": "2019-02-09" }, "geometry": { "type": "Point", "coordinates": [ -157.950766499999986, 21.69103078 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69103078, "Longitude": -157.9507665, "Species": "Common Waxbill", "Count": 127, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.950766499999986, 21.69103078 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69103078, "Longitude": -157.9507665, "Species": "Common/Wilson's Snipe", "Count": 4, "Date": "2023-11-18" }, "geometry": { "type": "Point", "coordinates": [ -157.950766499999986, 21.69103078 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69103078, "Longitude": -157.9507665, "Species": "Glaucous-winged Gull", "Count": 2, "Date": "2024-01-27" }, "geometry": { "type": "Point", "coordinates": [ -157.950766499999986, 21.69103078 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69103078, "Longitude": -157.9507665, "Species": "Gray Francolin", "Count": 35, "Date": "2024-01-27" }, "geometry": { "type": "Point", "coordinates": [ -157.950766499999986, 21.69103078 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69103078, "Longitude": -157.9507665, "Species": "Great Frigatebird", "Count": 15, "Date": "2024-02-03" }, "geometry": { "type": "Point", "coordinates": [ -157.950766499999986, 21.69103078 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69103078, "Longitude": -157.9507665, "Species": "Greater Scaup", "Count": 1, "Date": "2022-11-26" }, "geometry": { "type": "Point", "coordinates": [ -157.950766499999986, 21.69103078 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69103078, "Longitude": -157.9507665, "Species": "Greater White-fronted Goose", "Count": 16, "Date": "2020-01-04" }, "geometry": { "type": "Point", "coordinates": [ -157.950766499999986, 21.69103078 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69103078, "Longitude": -157.9507665, "Species": "Greater Yellowlegs", "Count": 17, "Date": "2019-02-16" }, "geometry": { "type": "Point", "coordinates": [ -157.950766499999986, 21.69103078 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69103078, "Longitude": -157.9507665, "Species": "Green-winged Teal", "Count": 31, "Date": "2024-01-27" }, "geometry": { "type": "Point", "coordinates": [ -157.950766499999986, 21.69103078 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69103078, "Longitude": -157.9507665, "Species": "Hawaiian Coot", "Count": 184, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.950766499999986, 21.69103078 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69103078, "Longitude": -157.9507665, "Species": "Hawaiian Goose", "Count": 19, "Date": "2019-02-16" }, "geometry": { "type": "Point", "coordinates": [ -157.950766499999986, 21.69103078 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69103078, "Longitude": -157.9507665, "Species": "House Finch", "Count": 70, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.950766499999986, 21.69103078 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69103078, "Longitude": -157.9507665, "Species": "House Sparrow", "Count": 9, "Date": "2023-03-29" }, "geometry": { "type": "Point", "coordinates": [ -157.950766499999986, 21.69103078 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69103078, "Longitude": -157.9507665, "Species": "Indian Peafowl", "Count": 2, "Date": "2019-10-05" }, "geometry": { "type": "Point", "coordinates": [ -157.950766499999986, 21.69103078 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69103078, "Longitude": -157.9507665, "Species": "Japanese Bush Warbler", "Count": 1, "Date": "2020-01-01" }, "geometry": { "type": "Point", "coordinates": [ -157.950766499999986, 21.69103078 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69103078, "Longitude": -157.9507665, "Species": "Java Sparrow", "Count": 4, "Date": "2024-02-10" }, "geometry": { "type": "Point", "coordinates": [ -157.950766499999986, 21.69103078 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69103078, "Longitude": -157.9507665, "Species": "Laughing Gull", "Count": 2, "Date": "2024-02-10" }, "geometry": { "type": "Point", "coordinates": [ -157.950766499999986, 21.69103078 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69103078, "Longitude": -157.9507665, "Species": "Laysan Albatross", "Count": 63, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.950766499999986, 21.69103078 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69103078, "Longitude": -157.9507665, "Species": "Least Tern", "Count": 27, "Date": "2020-07-09" }, "geometry": { "type": "Point", "coordinates": [ -157.950766499999986, 21.69103078 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69103078, "Longitude": -157.9507665, "Species": "Lesser Scaup", "Count": 11, "Date": "2024-02-17" }, "geometry": { "type": "Point", "coordinates": [ -157.950766499999986, 21.69103078 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69103078, "Longitude": -157.9507665, "Species": "Lesser Yellowlegs", "Count": 17, "Date": "2019-04-22" }, "geometry": { "type": "Point", "coordinates": [ -157.950766499999986, 21.69103078 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69103078, "Longitude": -157.9507665, "Species": "Long-billed Dowitcher", "Count": 25, "Date": "2023-11-25" }, "geometry": { "type": "Point", "coordinates": [ -157.950766499999986, 21.69103078 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69103078, "Longitude": -157.9507665, "Species": "Feral Mallard", "Count": 183, "Date": "2024-02-17" }, "geometry": { "type": "Point", "coordinates": [ -157.950766499999986, 21.69103078 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69103078, "Longitude": -157.9507665, "Species": "Masked Booby", "Count": 6, "Date": "2022-11-06" }, "geometry": { "type": "Point", "coordinates": [ -157.950766499999986, 21.69103078 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69103078, "Longitude": -157.9507665, "Species": "Muscovy Duck", "Count": 3, "Date": "2019-10-10" }, "geometry": { "type": "Point", "coordinates": [ -157.950766499999986, 21.69103078 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69103078, "Longitude": -157.9507665, "Species": "Northern Cardinal", "Count": 48, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.950766499999986, 21.69103078 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69103078, "Longitude": -157.9507665, "Species": "Northern Harrier", "Count": 14, "Date": "2023-02-25" }, "geometry": { "type": "Point", "coordinates": [ -157.950766499999986, 21.69103078 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69103078, "Longitude": -157.9507665, "Species": "Northern Mockingbird", "Count": 5, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.950766499999986, 21.69103078 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69103078, "Longitude": -157.9507665, "Species": "Northern Pintail", "Count": 93, "Date": "2024-02-10" }, "geometry": { "type": "Point", "coordinates": [ -157.950766499999986, 21.69103078 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69103078, "Longitude": -157.9507665, "Species": "Northern Shoveler", "Count": 108, "Date": "2024-02-10" }, "geometry": { "type": "Point", "coordinates": [ -157.950766499999986, 21.69103078 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69103078, "Longitude": -157.9507665, "Species": "Pacific Golden-Plover", "Count": 180, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.950766499999986, 21.69103078 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69103078, "Longitude": -157.9507665, "Species": "Pectoral Sandpiper", "Count": 32, "Date": "2024-01-27" }, "geometry": { "type": "Point", "coordinates": [ -157.950766499999986, 21.69103078 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69103078, "Longitude": -157.9507665, "Species": "Red Avadavat", "Count": 25, "Date": "2024-02-10" }, "geometry": { "type": "Point", "coordinates": [ -157.950766499999986, 21.69103078 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69103078, "Longitude": -157.9507665, "Species": "Red Junglefowl", "Count": 7, "Date": "2023-12-09" }, "geometry": { "type": "Point", "coordinates": [ -157.950766499999986, 21.69103078 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69103078, "Longitude": -157.9507665, "Species": "Red-crested Cardinal", "Count": 82, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.950766499999986, 21.69103078 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69103078, "Longitude": -157.9507665, "Species": "Red-footed Booby", "Count": 6, "Date": "2022-03-14" }, "geometry": { "type": "Point", "coordinates": [ -157.950766499999986, 21.69103078 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69103078, "Longitude": -157.9507665, "Species": "Red-tailed Tropicbird", "Count": 9, "Date": "2023-06-30" }, "geometry": { "type": "Point", "coordinates": [ -157.950766499999986, 21.69103078 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69103078, "Longitude": -157.9507665, "Species": "Red-vented Bulbul", "Count": 127, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.950766499999986, 21.69103078 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69103078, "Longitude": -157.9507665, "Species": "Red-whiskered Bulbul", "Count": 68, "Date": "2024-02-10" }, "geometry": { "type": "Point", "coordinates": [ -157.950766499999986, 21.69103078 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69103078, "Longitude": -157.9507665, "Species": "Redhead", "Count": 8, "Date": "2024-02-10" }, "geometry": { "type": "Point", "coordinates": [ -157.950766499999986, 21.69103078 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69103078, "Longitude": -157.9507665, "Species": "Ring-necked Duck", "Count": 17, "Date": "2024-01-27" }, "geometry": { "type": "Point", "coordinates": [ -157.950766499999986, 21.69103078 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69103078, "Longitude": -157.9507665, "Species": "Ring-necked Pheasant", "Count": 83, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.950766499999986, 21.69103078 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69103078, "Longitude": -157.9507665, "Species": "Rock Pigeon", "Count": 21, "Date": "2023-10-21" }, "geometry": { "type": "Point", "coordinates": [ -157.950766499999986, 21.69103078 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69103078, "Longitude": -157.9507665, "Species": "Ruddy Turnstone", "Count": 156, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.950766499999986, 21.69103078 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69103078, "Longitude": -157.9507665, "Species": "Saffron Finch", "Count": 35, "Date": "2024-02-10" }, "geometry": { "type": "Point", "coordinates": [ -157.950766499999986, 21.69103078 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69103078, "Longitude": -157.9507665, "Species": "Sanderling", "Count": 76, "Date": "2023-11-26" }, "geometry": { "type": "Point", "coordinates": [ -157.950766499999986, 21.69103078 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69103078, "Longitude": -157.9507665, "Species": "Scaly-breasted Munia", "Count": 18, "Date": "2024-02-10" }, "geometry": { "type": "Point", "coordinates": [ -157.950766499999986, 21.69103078 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69103078, "Longitude": -157.9507665, "Species": "Sharp-tailed Sandpiper", "Count": 26, "Date": "2023-11-25" }, "geometry": { "type": "Point", "coordinates": [ -157.950766499999986, 21.69103078 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69103078, "Longitude": -157.9507665, "Species": "Short-eared Owl", "Count": 1, "Date": "2019-10-17" }, "geometry": { "type": "Point", "coordinates": [ -157.950766499999986, 21.69103078 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69103078, "Longitude": -157.9507665, "Species": "Snow Goose", "Count": 7, "Date": "2022-03-14" }, "geometry": { "type": "Point", "coordinates": [ -157.950766499999986, 21.69103078 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69103078, "Longitude": -157.9507665, "Species": "Sooty Tern", "Count": 2, "Date": "2022-03-14" }, "geometry": { "type": "Point", "coordinates": [ -157.950766499999986, 21.69103078 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69103078, "Longitude": -157.9507665, "Species": "Spotted Dove", "Count": 129, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.950766499999986, 21.69103078 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69103078, "Longitude": -157.9507665, "Species": "Tristram's Storm-Petrel", "Count": 2, "Date": "2024-02-22" }, "geometry": { "type": "Point", "coordinates": [ -157.950766499999986, 21.69103078 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69103078, "Longitude": -157.9507665, "Species": "Wandering Tattler", "Count": 108, "Date": "2024-02-10" }, "geometry": { "type": "Point", "coordinates": [ -157.950766499999986, 21.69103078 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69103078, "Longitude": -157.9507665, "Species": "Warbling White-eye", "Count": 43, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.950766499999986, 21.69103078 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69103078, "Longitude": -157.9507665, "Species": "Wedge-tailed Shearwater", "Count": 5, "Date": "2023-06-30" }, "geometry": { "type": "Point", "coordinates": [ -157.950766499999986, 21.69103078 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69103078, "Longitude": -157.9507665, "Species": "Western Cattle Egret", "Count": 188, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.950766499999986, 21.69103078 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69103078, "Longitude": -157.9507665, "Species": "Western Sandpiper", "Count": 9, "Date": "2022-10-15" }, "geometry": { "type": "Point", "coordinates": [ -157.950766499999986, 21.69103078 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69103078, "Longitude": -157.9507665, "Species": "Whimbrel", "Count": 5, "Date": "2023-11-18" }, "geometry": { "type": "Point", "coordinates": [ -157.950766499999986, 21.69103078 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69103078, "Longitude": -157.9507665, "Species": "White Tern", "Count": 2, "Date": "2022-03-14" }, "geometry": { "type": "Point", "coordinates": [ -157.950766499999986, 21.69103078 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69103078, "Longitude": -157.9507665, "Species": "White-rumped Shama", "Count": 4, "Date": "2023-01-23" }, "geometry": { "type": "Point", "coordinates": [ -157.950766499999986, 21.69103078 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69103078, "Longitude": -157.9507665, "Species": "Wilson's Snipe", "Count": 21, "Date": "2024-02-03" }, "geometry": { "type": "Point", "coordinates": [ -157.950766499999986, 21.69103078 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69103078, "Longitude": -157.9507665, "Species": "Yellow-fronted Canary", "Count": 1, "Date": "2023-11-04" }, "geometry": { "type": "Point", "coordinates": [ -157.950766499999986, 21.69103078 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69103078, "Longitude": -157.9507665, "Species": "Zebra Dove", "Count": 134, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.950766499999986, 21.69103078 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35720012, "Longitude": -158.0206706, "Species": "African Silverbill", "Count": 283, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -158.020670599999988, 21.35720012 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35720012, "Longitude": -158.0206706, "Species": "American Wigeon", "Count": 113, "Date": "2024-02-05" }, "geometry": { "type": "Point", "coordinates": [ -158.020670599999988, 21.35720012 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35720012, "Longitude": -158.0206706, "Species": "Barn Owl", "Count": 1, "Date": "2020-09-03" }, "geometry": { "type": "Point", "coordinates": [ -158.020670599999988, 21.35720012 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35720012, "Longitude": -158.0206706, "Species": "Black-bellied Plover", "Count": 6, "Date": "2023-09-27" }, "geometry": { "type": "Point", "coordinates": [ -158.020670599999988, 21.35720012 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35720012, "Longitude": -158.0206706, "Species": "Black-crowned Night Heron", "Count": 786, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -158.020670599999988, 21.35720012 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35720012, "Longitude": -158.0206706, "Species": "Black-necked Stilt", "Count": 1124, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -158.020670599999988, 21.35720012 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35720012, "Longitude": -158.0206706, "Species": "Blue-winged Teal", "Count": 14, "Date": "2023-10-29" }, "geometry": { "type": "Point", "coordinates": [ -158.020670599999988, 21.35720012 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35720012, "Longitude": -158.0206706, "Species": "Bristle-thighed Curlew", "Count": 1, "Date": "2019-08-27" }, "geometry": { "type": "Point", "coordinates": [ -158.020670599999988, 21.35720012 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35720012, "Longitude": -158.0206706, "Species": "Bufflehead", "Count": 79, "Date": "2024-01-21" }, "geometry": { "type": "Point", "coordinates": [ -158.020670599999988, 21.35720012 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35720012, "Longitude": -158.0206706, "Species": "Cackling Goose", "Count": 112, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -158.020670599999988, 21.35720012 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35720012, "Longitude": -158.0206706, "Species": "Canvasback", "Count": 2, "Date": "2023-11-22" }, "geometry": { "type": "Point", "coordinates": [ -158.020670599999988, 21.35720012 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35720012, "Longitude": -158.0206706, "Species": "Chestnut Munia", "Count": 320, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -158.020670599999988, 21.35720012 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35720012, "Longitude": -158.0206706, "Species": "Cockatiel", "Count": 2, "Date": "2023-10-12" }, "geometry": { "type": "Point", "coordinates": [ -158.020670599999988, 21.35720012 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35720012, "Longitude": -158.0206706, "Species": "Common Gallinule", "Count": 1099, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -158.020670599999988, 21.35720012 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35720012, "Longitude": -158.0206706, "Species": "Common Myna", "Count": 981, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -158.020670599999988, 21.35720012 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35720012, "Longitude": -158.0206706, "Species": "Common Tern", "Count": 22, "Date": "2021-03-07" }, "geometry": { "type": "Point", "coordinates": [ -158.020670599999988, 21.35720012 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35720012, "Longitude": -158.0206706, "Species": "Common Waxbill", "Count": 915, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -158.020670599999988, 21.35720012 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35720012, "Longitude": -158.0206706, "Species": "Common/Wilson's Snipe", "Count": 1, "Date": "2022-10-09" }, "geometry": { "type": "Point", "coordinates": [ -158.020670599999988, 21.35720012 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35720012, "Longitude": -158.0206706, "Species": "Eurasian Wigeon", "Count": 77, "Date": "2024-02-05" }, "geometry": { "type": "Point", "coordinates": [ -158.020670599999988, 21.35720012 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35720012, "Longitude": -158.0206706, "Species": "Gadwall", "Count": 65, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -158.020670599999988, 21.35720012 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35720012, "Longitude": -158.0206706, "Species": "Gray Francolin", "Count": 857, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -158.020670599999988, 21.35720012 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35720012, "Longitude": -158.0206706, "Species": "Great Egret", "Count": 80, "Date": "2021-06-12" }, "geometry": { "type": "Point", "coordinates": [ -158.020670599999988, 21.35720012 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35720012, "Longitude": -158.0206706, "Species": "Great Frigatebird", "Count": 1, "Date": "2020-08-28" }, "geometry": { "type": "Point", "coordinates": [ -158.020670599999988, 21.35720012 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35720012, "Longitude": -158.0206706, "Species": "Greater Scaup", "Count": 7, "Date": "2020-11-16" }, "geometry": { "type": "Point", "coordinates": [ -158.020670599999988, 21.35720012 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35720012, "Longitude": -158.0206706, "Species": "Greater White-fronted Goose", "Count": 152, "Date": "2021-05-14" }, "geometry": { "type": "Point", "coordinates": [ -158.020670599999988, 21.35720012 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35720012, "Longitude": -158.0206706, "Species": "Green-winged Teal", "Count": 135, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -158.020670599999988, 21.35720012 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35720012, "Longitude": -158.0206706, "Species": "Hawaiian Coot", "Count": 1175, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -158.020670599999988, 21.35720012 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35720012, "Longitude": -158.0206706, "Species": "House Finch", "Count": 349, "Date": "2024-02-25" }, "geometry": { "type": "Point", "coordinates": [ -158.020670599999988, 21.35720012 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35720012, "Longitude": -158.0206706, "Species": "House Sparrow", "Count": 84, "Date": "2024-01-21" }, "geometry": { "type": "Point", "coordinates": [ -158.020670599999988, 21.35720012 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35720012, "Longitude": -158.0206706, "Species": "Japanese Bush Warbler", "Count": 4, "Date": "2023-05-22" }, "geometry": { "type": "Point", "coordinates": [ -158.020670599999988, 21.35720012 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35720012, "Longitude": -158.0206706, "Species": "Java Sparrow", "Count": 347, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -158.020670599999988, 21.35720012 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35720012, "Longitude": -158.0206706, "Species": "Laughing Gull", "Count": 13, "Date": "2021-03-31" }, "geometry": { "type": "Point", "coordinates": [ -158.020670599999988, 21.35720012 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35720012, "Longitude": -158.0206706, "Species": "Least Tern", "Count": 22, "Date": "2023-08-29" }, "geometry": { "type": "Point", "coordinates": [ -158.020670599999988, 21.35720012 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35720012, "Longitude": -158.0206706, "Species": "Lesser Scaup", "Count": 73, "Date": "2023-12-05" }, "geometry": { "type": "Point", "coordinates": [ -158.020670599999988, 21.35720012 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35720012, "Longitude": -158.0206706, "Species": "Lesser Yellowlegs", "Count": 67, "Date": "2024-01-04" }, "geometry": { "type": "Point", "coordinates": [ -158.020670599999988, 21.35720012 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35720012, "Longitude": -158.0206706, "Species": "Long-billed Dowitcher", "Count": 170, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -158.020670599999988, 21.35720012 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35720012, "Longitude": -158.0206706, "Species": "Feral Mallard", "Count": 1160, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -158.020670599999988, 21.35720012 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35720012, "Longitude": -158.0206706, "Species": "Mourning Dove", "Count": 422, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -158.020670599999988, 21.35720012 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35720012, "Longitude": -158.0206706, "Species": "Muscovy Duck", "Count": 5, "Date": "2023-08-26" }, "geometry": { "type": "Point", "coordinates": [ -158.020670599999988, 21.35720012 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35720012, "Longitude": -158.0206706, "Species": "Northern Cardinal", "Count": 841, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -158.020670599999988, 21.35720012 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35720012, "Longitude": -158.0206706, "Species": "Northern Harrier", "Count": 19, "Date": "2023-04-01" }, "geometry": { "type": "Point", "coordinates": [ -158.020670599999988, 21.35720012 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35720012, "Longitude": -158.0206706, "Species": "Northern Mockingbird", "Count": 1, "Date": "2023-09-28" }, "geometry": { "type": "Point", "coordinates": [ -158.020670599999988, 21.35720012 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35720012, "Longitude": -158.0206706, "Species": "Northern Pintail", "Count": 508, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -158.020670599999988, 21.35720012 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35720012, "Longitude": -158.0206706, "Species": "Northern Shoveler", "Count": 425, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -158.020670599999988, 21.35720012 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35720012, "Longitude": -158.0206706, "Species": "Pacific Golden-Plover", "Count": 1016, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -158.020670599999988, 21.35720012 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35720012, "Longitude": -158.0206706, "Species": "Pectoral Sandpiper", "Count": 114, "Date": "2023-11-14" }, "geometry": { "type": "Point", "coordinates": [ -158.020670599999988, 21.35720012 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35720012, "Longitude": -158.0206706, "Species": "Peregrine Falcon", "Count": 2, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -158.020670599999988, 21.35720012 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35720012, "Longitude": -158.0206706, "Species": "Red Avadavat", "Count": 416, "Date": "2024-02-27" }, "geometry": { "type": "Point", "coordinates": [ -158.020670599999988, 21.35720012 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35720012, "Longitude": -158.0206706, "Species": "Red Junglefowl", "Count": 28, "Date": "2024-02-23" }, "geometry": { "type": "Point", "coordinates": [ -158.020670599999988, 21.35720012 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35720012, "Longitude": -158.0206706, "Species": "Red Knot", "Count": 37, "Date": "2024-01-01" }, "geometry": { "type": "Point", "coordinates": [ -158.020670599999988, 21.35720012 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35720012, "Longitude": -158.0206706, "Species": "Red-billed Leiothrix", "Count": 14, "Date": "2023-11-26" }, "geometry": { "type": "Point", "coordinates": [ -158.020670599999988, 21.35720012 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35720012, "Longitude": -158.0206706, "Species": "Red-crested Cardinal", "Count": 767, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -158.020670599999988, 21.35720012 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35720012, "Longitude": -158.0206706, "Species": "Red-crowned Parrot", "Count": 1, "Date": "2021-05-23" }, "geometry": { "type": "Point", "coordinates": [ -158.020670599999988, 21.35720012 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35720012, "Longitude": -158.0206706, "Species": "Red-vented Bulbul", "Count": 980, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -158.020670599999988, 21.35720012 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35720012, "Longitude": -158.0206706, "Species": "Red-whiskered Bulbul", "Count": 344, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -158.020670599999988, 21.35720012 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35720012, "Longitude": -158.0206706, "Species": "Ring-necked Duck", "Count": 37, "Date": "2023-12-30" }, "geometry": { "type": "Point", "coordinates": [ -158.020670599999988, 21.35720012 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35720012, "Longitude": -158.0206706, "Species": "Rock Pigeon", "Count": 628, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -158.020670599999988, 21.35720012 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35720012, "Longitude": -158.0206706, "Species": "Rose-ringed Parakeet", "Count": 417, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -158.020670599999988, 21.35720012 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35720012, "Longitude": -158.0206706, "Species": "Ruddy Turnstone", "Count": 891, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -158.020670599999988, 21.35720012 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35720012, "Longitude": -158.0206706, "Species": "Ruff", "Count": 9, "Date": "2022-11-11" }, "geometry": { "type": "Point", "coordinates": [ -158.020670599999988, 21.35720012 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35720012, "Longitude": -158.0206706, "Species": "Saffron Finch", "Count": 411, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -158.020670599999988, 21.35720012 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35720012, "Longitude": -158.0206706, "Species": "Sanderling", "Count": 74, "Date": "2024-02-19" }, "geometry": { "type": "Point", "coordinates": [ -158.020670599999988, 21.35720012 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35720012, "Longitude": -158.0206706, "Species": "Scaly-breasted Munia", "Count": 101, "Date": "2024-02-20" }, "geometry": { "type": "Point", "coordinates": [ -158.020670599999988, 21.35720012 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35720012, "Longitude": -158.0206706, "Species": "Sharp-tailed Sandpiper", "Count": 28, "Date": "2023-11-14" }, "geometry": { "type": "Point", "coordinates": [ -158.020670599999988, 21.35720012 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35720012, "Longitude": -158.0206706, "Species": "Short-billed/Long-billed Dowitcher", "Count": 1, "Date": "2023-09-29" }, "geometry": { "type": "Point", "coordinates": [ -158.020670599999988, 21.35720012 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35720012, "Longitude": -158.0206706, "Species": "Slaty-backed Gull", "Count": 15, "Date": "2020-03-09" }, "geometry": { "type": "Point", "coordinates": [ -158.020670599999988, 21.35720012 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35720012, "Longitude": -158.0206706, "Species": "Snow Goose", "Count": 1, "Date": "2020-10-19" }, "geometry": { "type": "Point", "coordinates": [ -158.020670599999988, 21.35720012 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35720012, "Longitude": -158.0206706, "Species": "Spotted Dove", "Count": 1090, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -158.020670599999988, 21.35720012 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35720012, "Longitude": -158.0206706, "Species": "Wandering Tattler", "Count": 349, "Date": "2024-02-18" }, "geometry": { "type": "Point", "coordinates": [ -158.020670599999988, 21.35720012 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35720012, "Longitude": -158.0206706, "Species": "Warbling White-eye", "Count": 702, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -158.020670599999988, 21.35720012 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35720012, "Longitude": -158.0206706, "Species": "Western Cattle Egret", "Count": 1106, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -158.020670599999988, 21.35720012 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35720012, "Longitude": -158.0206706, "Species": "White Tern", "Count": 1, "Date": "2023-11-14" }, "geometry": { "type": "Point", "coordinates": [ -158.020670599999988, 21.35720012 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35720012, "Longitude": -158.0206706, "Species": "White-faced Ibis", "Count": 391, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -158.020670599999988, 21.35720012 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35720012, "Longitude": -158.0206706, "Species": "White-rumped Shama", "Count": 714, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -158.020670599999988, 21.35720012 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35720012, "Longitude": -158.0206706, "Species": "Wilson's Snipe", "Count": 7, "Date": "2022-11-13" }, "geometry": { "type": "Point", "coordinates": [ -158.020670599999988, 21.35720012 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35720012, "Longitude": -158.0206706, "Species": "Yellow-fronted Canary", "Count": 131, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -158.020670599999988, 21.35720012 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.35720012, "Longitude": -158.0206706, "Species": "Zebra Dove", "Count": 1095, "Date": "2024-02-29" }, "geometry": { "type": "Point", "coordinates": [ -158.020670599999988, 21.35720012 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69109285, "Longitude": -157.960432, "Species": "African Silverbill", "Count": 3, "Date": "2022-11-10" }, "geometry": { "type": "Point", "coordinates": [ -157.960432, 21.69109285 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69109285, "Longitude": -157.960432, "Species": "American Wigeon", "Count": 21, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.960432, 21.69109285 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69109285, "Longitude": -157.960432, "Species": "Bar-tailed Godwit", "Count": 1, "Date": "2023-10-20" }, "geometry": { "type": "Point", "coordinates": [ -157.960432, 21.69109285 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69109285, "Longitude": -157.960432, "Species": "Barn Owl", "Count": 8, "Date": "2023-08-19" }, "geometry": { "type": "Point", "coordinates": [ -157.960432, 21.69109285 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69109285, "Longitude": -157.960432, "Species": "Black Noddy", "Count": 3, "Date": "2020-03-17" }, "geometry": { "type": "Point", "coordinates": [ -157.960432, 21.69109285 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69109285, "Longitude": -157.960432, "Species": "Black-bellied Plover", "Count": 37, "Date": "2022-10-01" }, "geometry": { "type": "Point", "coordinates": [ -157.960432, 21.69109285 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69109285, "Longitude": -157.960432, "Species": "Black-crowned Night Heron", "Count": 450, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.960432, 21.69109285 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69109285, "Longitude": -157.960432, "Species": "Black-footed Albatross", "Count": 13, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.960432, 21.69109285 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69109285, "Longitude": -157.960432, "Species": "Black-necked Stilt", "Count": 613, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.960432, 21.69109285 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69109285, "Longitude": -157.960432, "Species": "Blue-winged Teal", "Count": 13, "Date": "2024-01-27" }, "geometry": { "type": "Point", "coordinates": [ -157.960432, 21.69109285 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69109285, "Longitude": -157.960432, "Species": "Bonin Petrel", "Count": 4, "Date": "2024-02-22" }, "geometry": { "type": "Point", "coordinates": [ -157.960432, 21.69109285 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69109285, "Longitude": -157.960432, "Species": "Brant", "Count": 25, "Date": "2020-02-22" }, "geometry": { "type": "Point", "coordinates": [ -157.960432, 21.69109285 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69109285, "Longitude": -157.960432, "Species": "Bristle-thighed Curlew", "Count": 348, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.960432, 21.69109285 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69109285, "Longitude": -157.960432, "Species": "Brown Booby", "Count": 12, "Date": "2023-12-08" }, "geometry": { "type": "Point", "coordinates": [ -157.960432, 21.69109285 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69109285, "Longitude": -157.960432, "Species": "Brown Noddy", "Count": 10, "Date": "2022-10-01" }, "geometry": { "type": "Point", "coordinates": [ -157.960432, 21.69109285 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69109285, "Longitude": -157.960432, "Species": "Bufflehead", "Count": 66, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.960432, 21.69109285 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69109285, "Longitude": -157.960432, "Species": "Cackling Goose", "Count": 34, "Date": "2023-03-08" }, "geometry": { "type": "Point", "coordinates": [ -157.960432, 21.69109285 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69109285, "Longitude": -157.960432, "Species": "Canvasback", "Count": 12, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.960432, 21.69109285 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69109285, "Longitude": -157.960432, "Species": "Chestnut Munia", "Count": 68, "Date": "2024-01-25" }, "geometry": { "type": "Point", "coordinates": [ -157.960432, 21.69109285 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69109285, "Longitude": -157.960432, "Species": "Common Gallinule", "Count": 374, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.960432, 21.69109285 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69109285, "Longitude": -157.960432, "Species": "Common Myna", "Count": 464, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.960432, 21.69109285 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69109285, "Longitude": -157.960432, "Species": "Common Snipe", "Count": 6, "Date": "2019-02-12" }, "geometry": { "type": "Point", "coordinates": [ -157.960432, 21.69109285 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69109285, "Longitude": -157.960432, "Species": "Common Waxbill", "Count": 364, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.960432, 21.69109285 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69109285, "Longitude": -157.960432, "Species": "Dunlin", "Count": 25, "Date": "2021-02-07" }, "geometry": { "type": "Point", "coordinates": [ -157.960432, 21.69109285 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69109285, "Longitude": -157.960432, "Species": "Eurasian Skylark", "Count": 3, "Date": "2023-11-03" }, "geometry": { "type": "Point", "coordinates": [ -157.960432, 21.69109285 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69109285, "Longitude": -157.960432, "Species": "Eurasian Wigeon", "Count": 11, "Date": "2023-12-22" }, "geometry": { "type": "Point", "coordinates": [ -157.960432, 21.69109285 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69109285, "Longitude": -157.960432, "Species": "Glaucous-winged Gull", "Count": 3, "Date": "2022-01-08" }, "geometry": { "type": "Point", "coordinates": [ -157.960432, 21.69109285 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69109285, "Longitude": -157.960432, "Species": "Gray Francolin", "Count": 132, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.960432, 21.69109285 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69109285, "Longitude": -157.960432, "Species": "Great Frigatebird", "Count": 58, "Date": "2024-01-27" }, "geometry": { "type": "Point", "coordinates": [ -157.960432, 21.69109285 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69109285, "Longitude": -157.960432, "Species": "Greater Scaup", "Count": 1, "Date": "2020-11-15" }, "geometry": { "type": "Point", "coordinates": [ -157.960432, 21.69109285 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69109285, "Longitude": -157.960432, "Species": "Greater White-fronted Goose", "Count": 203, "Date": "2020-04-20" }, "geometry": { "type": "Point", "coordinates": [ -157.960432, 21.69109285 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69109285, "Longitude": -157.960432, "Species": "Greater Yellowlegs", "Count": 10, "Date": "2022-08-20" }, "geometry": { "type": "Point", "coordinates": [ -157.960432, 21.69109285 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69109285, "Longitude": -157.960432, "Species": "Green-winged Teal", "Count": 77, "Date": "2024-01-27" }, "geometry": { "type": "Point", "coordinates": [ -157.960432, 21.69109285 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69109285, "Longitude": -157.960432, "Species": "Hawaiian Coot", "Count": 645, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.960432, 21.69109285 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69109285, "Longitude": -157.960432, "Species": "Hawaiian Duck", "Count": 3, "Date": "2020-11-15" }, "geometry": { "type": "Point", "coordinates": [ -157.960432, 21.69109285 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69109285, "Longitude": -157.960432, "Species": "Hawaiian Goose", "Count": 6, "Date": "2019-02-10" }, "geometry": { "type": "Point", "coordinates": [ -157.960432, 21.69109285 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69109285, "Longitude": -157.960432, "Species": "House Finch", "Count": 184, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.960432, 21.69109285 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69109285, "Longitude": -157.960432, "Species": "House Sparrow", "Count": 31, "Date": "2023-11-03" }, "geometry": { "type": "Point", "coordinates": [ -157.960432, 21.69109285 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69109285, "Longitude": -157.960432, "Species": "Japanese Bush Warbler", "Count": 36, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.960432, 21.69109285 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69109285, "Longitude": -157.960432, "Species": "Java Sparrow", "Count": 4, "Date": "2022-03-06" }, "geometry": { "type": "Point", "coordinates": [ -157.960432, 21.69109285 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69109285, "Longitude": -157.960432, "Species": "Laughing Gull", "Count": 80, "Date": "2020-03-12" }, "geometry": { "type": "Point", "coordinates": [ -157.960432, 21.69109285 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69109285, "Longitude": -157.960432, "Species": "Laysan Albatross", "Count": 231, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.960432, 21.69109285 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69109285, "Longitude": -157.960432, "Species": "Least Tern", "Count": 29, "Date": "2021-05-31" }, "geometry": { "type": "Point", "coordinates": [ -157.960432, 21.69109285 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69109285, "Longitude": -157.960432, "Species": "Lesser Scaup", "Count": 37, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.960432, 21.69109285 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69109285, "Longitude": -157.960432, "Species": "Lesser Yellowlegs", "Count": 16, "Date": "2020-09-23" }, "geometry": { "type": "Point", "coordinates": [ -157.960432, 21.69109285 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69109285, "Longitude": -157.960432, "Species": "Long-billed Dowitcher", "Count": 144, "Date": "2022-11-08" }, "geometry": { "type": "Point", "coordinates": [ -157.960432, 21.69109285 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69109285, "Longitude": -157.960432, "Species": "Feral Mallard", "Count": 520, "Date": "2024-02-24" }, "geometry": { "type": "Point", "coordinates": [ -157.960432, 21.69109285 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69109285, "Longitude": -157.960432, "Species": "Masked Booby", "Count": 3, "Date": "2019-05-22" }, "geometry": { "type": "Point", "coordinates": [ -157.960432, 21.69109285 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69109285, "Longitude": -157.960432, "Species": "Mourning Dove", "Count": 8, "Date": "2023-03-05" }, "geometry": { "type": "Point", "coordinates": [ -157.960432, 21.69109285 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69109285, "Longitude": -157.960432, "Species": "Muscovy Duck", "Count": 9, "Date": "2021-01-17" }, "geometry": { "type": "Point", "coordinates": [ -157.960432, 21.69109285 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69109285, "Longitude": -157.960432, "Species": "Northern Cardinal", "Count": 149, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.960432, 21.69109285 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69109285, "Longitude": -157.960432, "Species": "Northern Harrier", "Count": 6, "Date": "2023-03-08" }, "geometry": { "type": "Point", "coordinates": [ -157.960432, 21.69109285 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69109285, "Longitude": -157.960432, "Species": "Northern Mockingbird", "Count": 19, "Date": "2023-07-18" }, "geometry": { "type": "Point", "coordinates": [ -157.960432, 21.69109285 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69109285, "Longitude": -157.960432, "Species": "Northern Pintail", "Count": 296, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.960432, 21.69109285 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69109285, "Longitude": -157.960432, "Species": "Northern Shoveler", "Count": 341, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.960432, 21.69109285 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69109285, "Longitude": -157.960432, "Species": "Pacific Golden-Plover", "Count": 576, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.960432, 21.69109285 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69109285, "Longitude": -157.960432, "Species": "Pectoral Sandpiper", "Count": 63, "Date": "2024-01-27" }, "geometry": { "type": "Point", "coordinates": [ -157.960432, 21.69109285 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69109285, "Longitude": -157.960432, "Species": "Peregrine Falcon", "Count": 6, "Date": "2023-03-08" }, "geometry": { "type": "Point", "coordinates": [ -157.960432, 21.69109285 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69109285, "Longitude": -157.960432, "Species": "Red Avadavat", "Count": 127, "Date": "2024-01-27" }, "geometry": { "type": "Point", "coordinates": [ -157.960432, 21.69109285 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69109285, "Longitude": -157.960432, "Species": "Red Junglefowl", "Count": 11, "Date": "2023-12-22" }, "geometry": { "type": "Point", "coordinates": [ -157.960432, 21.69109285 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69109285, "Longitude": -157.960432, "Species": "Red Knot", "Count": 4, "Date": "2023-11-22" }, "geometry": { "type": "Point", "coordinates": [ -157.960432, 21.69109285 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69109285, "Longitude": -157.960432, "Species": "Red Phalarope", "Count": 1, "Date": "2019-04-04" }, "geometry": { "type": "Point", "coordinates": [ -157.960432, 21.69109285 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69109285, "Longitude": -157.960432, "Species": "Red-billed Leiothrix", "Count": 41, "Date": "2023-12-22" }, "geometry": { "type": "Point", "coordinates": [ -157.960432, 21.69109285 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69109285, "Longitude": -157.960432, "Species": "Red-crested Cardinal", "Count": 246, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.960432, 21.69109285 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69109285, "Longitude": -157.960432, "Species": "Red-footed Booby", "Count": 18, "Date": "2023-11-10" }, "geometry": { "type": "Point", "coordinates": [ -157.960432, 21.69109285 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69109285, "Longitude": -157.960432, "Species": "Red-tailed Tropicbird", "Count": 5, "Date": "2022-11-21" }, "geometry": { "type": "Point", "coordinates": [ -157.960432, 21.69109285 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69109285, "Longitude": -157.960432, "Species": "Red-vented Bulbul", "Count": 325, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.960432, 21.69109285 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69109285, "Longitude": -157.960432, "Species": "Red-whiskered Bulbul", "Count": 137, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.960432, 21.69109285 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69109285, "Longitude": -157.960432, "Species": "Redhead", "Count": 10, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.960432, 21.69109285 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69109285, "Longitude": -157.960432, "Species": "Ring-billed Gull", "Count": 2, "Date": "2020-01-04" }, "geometry": { "type": "Point", "coordinates": [ -157.960432, 21.69109285 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69109285, "Longitude": -157.960432, "Species": "Ring-necked Duck", "Count": 58, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.960432, 21.69109285 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69109285, "Longitude": -157.960432, "Species": "Ring-necked Pheasant", "Count": 228, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.960432, 21.69109285 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69109285, "Longitude": -157.960432, "Species": "Rock Pigeon", "Count": 3, "Date": "2024-01-03" }, "geometry": { "type": "Point", "coordinates": [ -157.960432, 21.69109285 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69109285, "Longitude": -157.960432, "Species": "Rose-ringed Parakeet", "Count": 1, "Date": "2023-07-18" }, "geometry": { "type": "Point", "coordinates": [ -157.960432, 21.69109285 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69109285, "Longitude": -157.960432, "Species": "Ruddy Turnstone", "Count": 545, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.960432, 21.69109285 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69109285, "Longitude": -157.960432, "Species": "Ruff", "Count": 1, "Date": "2020-09-12" }, "geometry": { "type": "Point", "coordinates": [ -157.960432, 21.69109285 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69109285, "Longitude": -157.960432, "Species": "Saffron Finch", "Count": 41, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.960432, 21.69109285 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69109285, "Longitude": -157.960432, "Species": "Sanderling", "Count": 308, "Date": "2024-01-19" }, "geometry": { "type": "Point", "coordinates": [ -157.960432, 21.69109285 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69109285, "Longitude": -157.960432, "Species": "Scaly-breasted Munia", "Count": 130, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.960432, 21.69109285 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69109285, "Longitude": -157.960432, "Species": "Semipalmated Plover", "Count": 2, "Date": "2019-09-15" }, "geometry": { "type": "Point", "coordinates": [ -157.960432, 21.69109285 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69109285, "Longitude": -157.960432, "Species": "Sharp-tailed Sandpiper", "Count": 29, "Date": "2023-10-28" }, "geometry": { "type": "Point", "coordinates": [ -157.960432, 21.69109285 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69109285, "Longitude": -157.960432, "Species": "Short-billed Dowitcher", "Count": 1, "Date": "2022-08-20" }, "geometry": { "type": "Point", "coordinates": [ -157.960432, 21.69109285 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69109285, "Longitude": -157.960432, "Species": "Short-billed/Long-billed Dowitcher", "Count": 1, "Date": "2022-09-25" }, "geometry": { "type": "Point", "coordinates": [ -157.960432, 21.69109285 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69109285, "Longitude": -157.960432, "Species": "Short-eared Owl", "Count": 2, "Date": "2020-01-30" }, "geometry": { "type": "Point", "coordinates": [ -157.960432, 21.69109285 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69109285, "Longitude": -157.960432, "Species": "Slaty-backed Gull", "Count": 2, "Date": "2019-02-11" }, "geometry": { "type": "Point", "coordinates": [ -157.960432, 21.69109285 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69109285, "Longitude": -157.960432, "Species": "Snow Goose", "Count": 9, "Date": "2022-02-19" }, "geometry": { "type": "Point", "coordinates": [ -157.960432, 21.69109285 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69109285, "Longitude": -157.960432, "Species": "Snowy Egret", "Count": 1, "Date": "2021-04-02" }, "geometry": { "type": "Point", "coordinates": [ -157.960432, 21.69109285 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69109285, "Longitude": -157.960432, "Species": "Solitary Sandpiper", "Count": 2, "Date": "2023-10-28" }, "geometry": { "type": "Point", "coordinates": [ -157.960432, 21.69109285 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69109285, "Longitude": -157.960432, "Species": "Sooty Shearwater", "Count": 1, "Date": "2019-04-04" }, "geometry": { "type": "Point", "coordinates": [ -157.960432, 21.69109285 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69109285, "Longitude": -157.960432, "Species": "Sooty Tern", "Count": 11, "Date": "2022-10-01" }, "geometry": { "type": "Point", "coordinates": [ -157.960432, 21.69109285 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69109285, "Longitude": -157.960432, "Species": "Spotted Dove", "Count": 361, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.960432, 21.69109285 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69109285, "Longitude": -157.960432, "Species": "Tristram's Storm-Petrel", "Count": 3, "Date": "2024-02-22" }, "geometry": { "type": "Point", "coordinates": [ -157.960432, 21.69109285 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69109285, "Longitude": -157.960432, "Species": "Wandering Tattler", "Count": 360, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.960432, 21.69109285 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69109285, "Longitude": -157.960432, "Species": "Warbling White-eye", "Count": 210, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.960432, 21.69109285 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69109285, "Longitude": -157.960432, "Species": "Wedge-tailed Shearwater", "Count": 58, "Date": "2023-12-08" }, "geometry": { "type": "Point", "coordinates": [ -157.960432, 21.69109285 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69109285, "Longitude": -157.960432, "Species": "Western Cattle Egret", "Count": 440, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.960432, 21.69109285 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69109285, "Longitude": -157.960432, "Species": "Whimbrel", "Count": 15, "Date": "2023-12-05" }, "geometry": { "type": "Point", "coordinates": [ -157.960432, 21.69109285 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69109285, "Longitude": -157.960432, "Species": "White-rumped Shama", "Count": 85, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.960432, 21.69109285 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69109285, "Longitude": -157.960432, "Species": "White-tailed Tropicbird", "Count": 1, "Date": "2021-04-02" }, "geometry": { "type": "Point", "coordinates": [ -157.960432, 21.69109285 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69109285, "Longitude": -157.960432, "Species": "Wilson's Snipe", "Count": 63, "Date": "2023-12-23" }, "geometry": { "type": "Point", "coordinates": [ -157.960432, 21.69109285 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69109285, "Longitude": -157.960432, "Species": "Yellow-fronted Canary", "Count": 1, "Date": "2021-11-29" }, "geometry": { "type": "Point", "coordinates": [ -157.960432, 21.69109285 ] } }, +{ "type": "Feature", "properties": { "Latitude": 21.69109285, "Longitude": -157.960432, "Species": "Zebra Dove", "Count": 354, "Date": "2024-02-28" }, "geometry": { "type": "Point", "coordinates": [ -157.960432, 21.69109285 ] } } +] +} From 7ee85a35f6a2fd17ce91e25f1264cc44238b4951 Mon Sep 17 00:00:00 2001 From: avenmia Date: Tue, 18 Feb 2025 21:00:44 -1000 Subject: [PATCH 4/4] Adding README for data processing --- DataProcessing/README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 DataProcessing/README.md diff --git a/DataProcessing/README.md b/DataProcessing/README.md new file mode 100644 index 0000000..76e8a27 --- /dev/null +++ b/DataProcessing/README.md @@ -0,0 +1,15 @@ +# Data Processing + +1. Run CleanSightingsData.py to generate a new CSV called Structured_Bird_Data.csv + 1. This should hopefully be better formatted than the original +2. Open QGIS + 1. To Download + 2. https://qgis.org/download/ +3. Click New Project +4. Click Layer > Add Layer > Add Delimited Text Layer +5. Select the Cleaned CSV to use +6. Update the projection and make sure the X values are Longitude and Y values are Latitude +7. Select OK +8. Right-Click the newly generated layer and select Export > Save Feature As +9. Select GeoJson +10. Save to the DataProcessing folder \ No newline at end of file