Skip to content

Instantly share code, notes, and snippets.

View mjcollin's full-sized avatar

Matthew J Collins mjcollin

View GitHub Profile
@mjcollin
mjcollin / gist:f6df61bb5e2772c478b79c481c9e5b95
Created June 22, 2018 14:44
URLs to avoid UF eating them
iDigBio Collaboration reports:
https://redmine.idigbio.org/issues?utf8=%E2%9C%93&set_filter=1&sort=updated_on%3Adesc%2Cid%3Adesc&f%5B%5D=status_id&op%5Bstatus_id%5D=*&f%5B%5D=project_id&op%5Bproject_id%5D=%3D&v%5Bproject_id%5D%5B%5D=30&v%5Bproject_id%5D%5B%5D=31&f%5B%5D=&c%5B%5D=project&c%5B%5D=tracker&c%5B%5D=status&c%5B%5D=priority&c%5B%5D=subject&c%5B%5D=assigned_to&c%5B%5D=updated_on&c%5B%5D=category&group_by=&t%5B%5D=
%22 = "
%20 = space
Records that have associated taxa data
http://search.idigbio.org/v2/search/records/?rq={%22data.aec:associatedTaxa.aec:associatedLocationOnHost%22:{%22type%22:%20%22exists%22}}
Notes fields:
dwc.dwc:eventRemarks
# All records in iDigBio in any of the three orders Neuroptera, Megaloptera, or Raphidioptera
http://search.idigbio.org/v2/search/records/?rq={"order":["neuroptera","megaloptera","raphidioptera"]}
# Counts of iDigBio records in each of the orders Neuroptera, Megaloptera, or Raphidioptera
http://search.idigbio.org/v2/summary/top/records/?rq={"order":["neuroptera","megaloptera","raphidioptera"]}&top_fields="order"
# Records that contain "centroid" or "county" in georeferenceing remarks
https://search.idigbio.org/v2/search/records/?rq={"data.dwc:georeferenceProtocol":["county","centroid"]}