Giter VIP home page Giter VIP logo

Comments (5)

catherine-m-breen avatar catherine-m-breen commented on July 20, 2024 1

Good call, Micah! I like camera_trap or camera_derived. Let's go with 'camera-trap'

from snowexsql.

micahjohnson150 avatar micahjohnson150 commented on July 20, 2024

@catherine-m-breen is the time in the CSV in Mountain Standard Time?

from snowexsql.

catherine-m-breen avatar catherine-m-breen commented on July 20, 2024

@catherine-m-breen is the time in the CSV in Mountain Standard Time?

Yes, it is in Mountain Standard Time.

from snowexsql.

micahjohnson150 avatar micahjohnson150 commented on July 20, 2024

@catherine-m-breen Could you double check your column names in the csv?

Camera,Date&Time,Longitude,Latitude,UTM WGS84 Northing (meters),UTM WGS84 Easting (meters),Depth (cm)
W1B,9/29/2019 11:00,39.008078,-108.184794,4321444.155,743766.4795,0.00124

This gets mapped like below:

Camera                                     W1B
Date&Time                      9/29/2019 11:00
Longitude                            39.008078
Latitude                           -108.184794
UTM WGS84 Northing (meters)        4321444.155
UTM WGS84 Easting (meters)         743766.4795
Depth (cm)                             0.00124

I think the lat/long column names are flipped.

from snowexsql.

micahjohnson150 avatar micahjohnson150 commented on July 20, 2024

Also we need a short name for the instrument so it is easier to filter. There is multiple depths datasets so we will want distinguish it easier. Here are some ideas.

  • camera_derived or photo_derived
  • camera_trap

A query in python to access the entire dataset would then look something like:

# Return all columns of the the table
qry = session.query(PointData)

# Filter Point data to just data collected via thecamera dataset
qry.filter(PointData.instrument=='camera_derived')

# Request Data 
results = qry.all()

from snowexsql.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.