ecoscape-utilities 0.0.39__py3-none-any.whl → 0.0.40__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of ecoscape-utilities might be problematic. Click here for more details.
- ecoscape_utilities/ebird_db.py +12 -12
- {ecoscape_utilities-0.0.39.dist-info → ecoscape_utilities-0.0.40.dist-info}/METADATA +1 -1
- ecoscape_utilities-0.0.40.dist-info/RECORD +8 -0
- ecoscape_utilities-0.0.39.dist-info/RECORD +0 -8
- {ecoscape_utilities-0.0.39.dist-info → ecoscape_utilities-0.0.40.dist-info}/WHEEL +0 -0
- {ecoscape_utilities-0.0.39.dist-info → ecoscape_utilities-0.0.40.dist-info}/licenses/LICENSE.md +0 -0
- {ecoscape_utilities-0.0.39.dist-info → ecoscape_utilities-0.0.40.dist-info}/top_level.txt +0 -0
ecoscape_utilities/ebird_db.py
CHANGED
|
@@ -129,8 +129,8 @@ class EbirdObservations(Connection):
|
|
|
129
129
|
# Adds breeding portion
|
|
130
130
|
if breeding is not None:
|
|
131
131
|
query_string.extend([
|
|
132
|
-
'and substr("OBSERVATION DATE", 6, 2) >=
|
|
133
|
-
'and substr("OBSERVATION DATE", 6, 2) <=
|
|
132
|
+
'and substr("OBSERVATION DATE", 6, 2) >= :br1',
|
|
133
|
+
'and substr("OBSERVATION DATE", 6, 2) <= :br2',
|
|
134
134
|
])
|
|
135
135
|
d['br1'], d['br2'] = breeding
|
|
136
136
|
if date_range is not None:
|
|
@@ -184,8 +184,8 @@ class EbirdObservations(Connection):
|
|
|
184
184
|
# Adds breeding portion
|
|
185
185
|
if breeding is not None:
|
|
186
186
|
query_string.extend([
|
|
187
|
-
'and substr("OBSERVATION DATE", 6, 2) >=
|
|
188
|
-
'and substr("OBSERVATION DATE", 6, 2) <=
|
|
187
|
+
'and substr("OBSERVATION DATE", 6, 2) >= :br1',
|
|
188
|
+
'and substr("OBSERVATION DATE", 6, 2) <= :br2',
|
|
189
189
|
])
|
|
190
190
|
d['br1'], d['br2'] = breeding
|
|
191
191
|
if date_range is not None:
|
|
@@ -226,8 +226,8 @@ class EbirdObservations(Connection):
|
|
|
226
226
|
# Adds breeding portion
|
|
227
227
|
if breeding is not None:
|
|
228
228
|
query_string.extend([
|
|
229
|
-
'and substr(checklist."OBSERVATION DATE", 6, 2) >=
|
|
230
|
-
'and substr(checklist."OBSERVATION DATE", 6, 2) <=
|
|
229
|
+
'and substr(checklist."OBSERVATION DATE", 6, 2) >= :br1',
|
|
230
|
+
'and substr(checklist."OBSERVATION DATE", 6, 2) <= :br2',
|
|
231
231
|
])
|
|
232
232
|
d['br1'], d['br2'] = breeding
|
|
233
233
|
if min_time is not None:
|
|
@@ -299,8 +299,8 @@ class EbirdObservations(Connection):
|
|
|
299
299
|
# Adds breeding portion
|
|
300
300
|
if breeding is not None:
|
|
301
301
|
query_string.extend([
|
|
302
|
-
'and substr("OBSERVATION DATE", 6, 2) >=
|
|
303
|
-
'and substr("OBSERVATION DATE", 6, 2) <=
|
|
302
|
+
'and substr("OBSERVATION DATE", 6, 2) >= :br1',
|
|
303
|
+
'and substr("OBSERVATION DATE", 6, 2) <= :br2',
|
|
304
304
|
])
|
|
305
305
|
d['br1'], d['br2'] = breeding
|
|
306
306
|
if min_time is not None:
|
|
@@ -337,8 +337,8 @@ class EbirdObservations(Connection):
|
|
|
337
337
|
# Adds breeding portion
|
|
338
338
|
if breeding is not None:
|
|
339
339
|
query_string.extend([
|
|
340
|
-
'and substr(checklist."OBSERVATION DATE", 6, 2) >=
|
|
341
|
-
'and substr(checklist."OBSERVATION DATE", 6, 2) <=
|
|
340
|
+
'and substr(checklist."OBSERVATION DATE", 6, 2) >= :br1',
|
|
341
|
+
'and substr(checklist."OBSERVATION DATE", 6, 2) <= :br2',
|
|
342
342
|
])
|
|
343
343
|
d['br1'], d['br2'] = breeding
|
|
344
344
|
if date_range is not None:
|
|
@@ -400,8 +400,8 @@ class EbirdObservations(Connection):
|
|
|
400
400
|
# Adds breeding portion
|
|
401
401
|
if breeding is not None:
|
|
402
402
|
query_string.extend([
|
|
403
|
-
'and substr("OBSERVATION DATE", 6, 2) >=
|
|
404
|
-
'and substr("OBSERVATION DATE", 6, 2) <=
|
|
403
|
+
'and substr("OBSERVATION DATE", 6, 2) >= :br1',
|
|
404
|
+
'and substr("OBSERVATION DATE", 6, 2) <= :br2',
|
|
405
405
|
])
|
|
406
406
|
d['br1'], d['br2'] = breeding
|
|
407
407
|
if min_time is not None:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ecoscape-utilities
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.40
|
|
4
4
|
Summary: A collection of EcoScape utilities.
|
|
5
5
|
Author-email: Luca de Alfaro <luca@ucsc.edu>, Coen Adler <ctadler@ucsc.edu>, Artie Nazarov <anazarov@ucsc.edu>, Natalia Ocampo-Peñuela <nocampop@ucsc.edu>, Jasmine Tai <cjtai@ucsc.edu>, Natalie Valett <nvalett@ucsc.edu>
|
|
6
6
|
Project-URL: Homepage, https://github.com/ecoscape-earth/ecoscape-utilities
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
ecoscape_utilities/__init__.py,sha256=LXt1rL9JVsjnCmsNZwZ2aoElphIK-koaEDdW6ffZsMQ,50
|
|
2
|
+
ecoscape_utilities/bird_runs.py,sha256=v43PfH_4ojpkTE-EFOJxr0oOW3M9suNm_1zMjZ9P-eI,5409
|
|
3
|
+
ecoscape_utilities/ebird_db.py,sha256=Ve-sNr_Km5wHjhGhT3o2i7Se0pzkBSdTAYV1lsHyNtE,28697
|
|
4
|
+
ecoscape_utilities-0.0.40.dist-info/licenses/LICENSE.md,sha256=3vh2mpA_XIR3FJot6a5F9DqktAoq45sEGIRkYjvAEeU,1304
|
|
5
|
+
ecoscape_utilities-0.0.40.dist-info/METADATA,sha256=908SI97FRvsaSdsjZMF-wi4GyXAgRoaJGrFtJYHOa-w,1382
|
|
6
|
+
ecoscape_utilities-0.0.40.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
7
|
+
ecoscape_utilities-0.0.40.dist-info/top_level.txt,sha256=jLf7iMlySaJg0Vh8z4lbAaqOc5W5ruMgKFvp797CryQ,19
|
|
8
|
+
ecoscape_utilities-0.0.40.dist-info/RECORD,,
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
ecoscape_utilities/__init__.py,sha256=LXt1rL9JVsjnCmsNZwZ2aoElphIK-koaEDdW6ffZsMQ,50
|
|
2
|
-
ecoscape_utilities/bird_runs.py,sha256=v43PfH_4ojpkTE-EFOJxr0oOW3M9suNm_1zMjZ9P-eI,5409
|
|
3
|
-
ecoscape_utilities/ebird_db.py,sha256=-bMfpBPIPFu7x4jEIQ746DYqXudtUSH8pnCaBqD05gk,28721
|
|
4
|
-
ecoscape_utilities-0.0.39.dist-info/licenses/LICENSE.md,sha256=3vh2mpA_XIR3FJot6a5F9DqktAoq45sEGIRkYjvAEeU,1304
|
|
5
|
-
ecoscape_utilities-0.0.39.dist-info/METADATA,sha256=Xqa6xZIPtHg1PmF3QCUwiKG-ofz5JsNYEGJrLG-0n6w,1382
|
|
6
|
-
ecoscape_utilities-0.0.39.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
7
|
-
ecoscape_utilities-0.0.39.dist-info/top_level.txt,sha256=jLf7iMlySaJg0Vh8z4lbAaqOc5W5ruMgKFvp797CryQ,19
|
|
8
|
-
ecoscape_utilities-0.0.39.dist-info/RECORD,,
|
|
File without changes
|
{ecoscape_utilities-0.0.39.dist-info → ecoscape_utilities-0.0.40.dist-info}/licenses/LICENSE.md
RENAMED
|
File without changes
|
|
File without changes
|