Skip to content

Backend related services for recklessrooster.com - find crime prone animals!

Notifications You must be signed in to change notification settings

sjvdm/recklessrooster-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Backend services for recklessrooster.com - finding crime-prone animals - once!

This readme is limited as this is still a work in progress. The code should be self-explanatory at this stage, and I plan to add proper documentation in due time

GBIF Public BQ database

GBIF occurences are hosted and accessible publicly on BQ.

Grab a sample with:

CREATE TABLE `your_project.recklessroosters.gbif_src` AS
SELECT *
FROM `bigquery-public-data.gbif.occurrences`
TABLESAMPLE SYSTEM (2 PERCENT);

About

Backend related services for recklessrooster.com - find crime prone animals!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages