Skip to content

Instantly share code, notes, and snippets.

View abarciauskas-bgse's full-sized avatar

Aimee Barciauskas abarciauskas-bgse

View GitHub Profile
https://n5eil01u.ecs.nsidc.org/DP7/ATLAS/ATL08.003/2018.10.14/ATL08_20181014072105_02390110_003_01.h5
https://n5eil01u.ecs.nsidc.org/DP7/ATLAS/ATL08.003/2018.10.14/ATL08_20181014200847_02470112_003_01.h5
https://n5eil01u.ecs.nsidc.org/DP7/ATLAS/ATL08.003/2018.10.15/ATL08_20181015065526_02540110_003_01.h5
https://n5eil01u.ecs.nsidc.org/DP7/ATLAS/ATL08.003/2018.10.15/ATL08_20181015194309_02620112_003_01.h5
https://n5eil01u.ecs.nsidc.org/DP7/ATLAS/ATL08.003/2018.10.16/ATL08_20181016080404_02700110_003_01.h5
https://n5eil01u.ecs.nsidc.org/DP7/ATLAS/ATL08.003/2018.10.16/ATL08_20181016191729_02770112_003_01.h5
https://n5eil01u.ecs.nsidc.org/DP7/ATLAS/ATL08.003/2018.10.16/ATL08_20181016205147_02780112_003_01.h5
https://n5eil01u.ecs.nsidc.org/DP7/ATLAS/ATL08.003/2018.10.17/ATL08_20181017073824_02850110_003_01.h5
https://n5eil01u.ecs.nsidc.org/DP7/ATLAS/ATL08.003/2018.10.18/ATL08_20181018071244_03000110_003_01.h5
https://n5eil01u.ecs.nsidc.org/DP7/ATLAS/ATL08.003/2018.10.18/ATL08_20181018200027_03080112_003_01.h5
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@abarciauskas-bgse
abarciauskas-bgse / atl03-geojson.py
Last active December 10, 2019 23:40
atl03_h_ph.geojson
import h5py
import json
f = h5py.File('ATL03_20181013235645_02340114_002_01.h5')
limit = 100
# Should do this for gt1l, gt2r, gt2l, gt3r, gtl3
heights = f['gt1r']['heights']
feature_collection = {
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@abarciauskas-bgse
abarciauskas-bgse / blog.md
Last active March 6, 2018 01:53
An Eligibility Blueprint

A tool for the multiple eligibility problem

A reusable app in React.js

What is the multiple eligibility problem?

The multiple eligibility problem is pervasive across government agencies (and probably other agencies). I'm familiar with this problem from my time at Nava, where they are working both within healthcare.gov and state ecosystems to understand how to help citizens determine eligibility and apply for the varied social service programs available to them. Nava user research continues to study the complex eligibility requirements and application processes that exist for federal and state social services. It is probably that most services are underenrolled because of these complexities.

Original Request: CFSA Rerferral Portal

Visualizing Neural Networks

Though neural networks have been around for a while, I have whittled down the list of players in the game of visualizing them to the following:

Motiviations

  • Little understanding of why neural networks work
    • We have learned that there is some learning going on at intermediate layers, sort of like intermediate classification because of like objects (example of text)
  • Improving performance (Zeiler & Fergus)
git clone
ssh and https
git commit and push
git branching
git merging
@abarciauskas-bgse
abarciauskas-bgse / Steps_to_get_a_working_example_course_project.md
Last active October 27, 2015 16:40
Steps to get a working example course project

GSE – DWH&BI - Steps to get a working example course project

BEFORE YOU START: Launch an AWS EC2 instance using the bgse Community AMI.

The EC2 instance should be a part of a secruity with an inbound rule of the following attributes:

Type Protocol Port Range Source
HTTP TCP 80 0.0.0.0/0