GithubHelp home page GithubHelp logo

jakobzhao / geog458 Goto Github PK

View Code? Open in Web Editor NEW
251.0 5.0 57.0 1.06 GB

Advanced Digital Geographies @ UW-Seattle

License: GNU Lesser General Public License v3.0

HTML 64.83% Python 0.30% Jupyter Notebook 17.73% CSS 6.88% JavaScript 10.04% Shell 0.23%

geog458's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

geog458's Issues

Missing Interactive Elements in leaflet.html in Google Chrome Browser

Hello everyone,

I have an issue with displaying the interactive elements in my leaflet project (index.html file) from google chrome browser. However, I found the leaflet worked properly with interactive elements when launching the Atom’s live server (http://127.0.0.1:3000/catharinaleaflet/usairport.html).

Here are the errors I found from the google inspection:

  1. Access to XMLHttpRequest at 'file:///C:/WorkspaceGEOG458/catharinaleaflet/assets/us-states.geojson' from origin 'null' has been blocked by CORS policy: Cross origin requests are only supported for protocol schemes: http, data, chrome, chrome-extension, https.
  2. Failed to load resource: net::ERR_FAILED
  3. Failed to load resource: the server responded with a status of 400 ()

My questions are:

  1. How can we ensure that the leaflet/html file could be accessed similarly to what is shown in the Atom’s live server by other users through google chrome browser?
  2. Can we rely only on Atom’s live server and assume that other users can see the same file through their browsers?

I have read many suggestions, one of them from this link: https://stackoverflow.com/questions/20041656/xmlhttprequest-cannot-load-file-cross-origin-requests-are-only-supported-for-ht. But I am not sure which one I should follow except perhaps the idea that we can just check through our local server (Atom’s liver server).

Thanks in advance. I really appreciate any kinds of suggestions from you.

there is no 'remote' named origin in Atom

My Atom worked very well yesterday but when I re-opened it today, Atom lost connection with github. No remote is recognized by Atom. Are there any suggestions?Thanks in advance

Lab 2 - Tweepy stream.filter Returning Unrelated Tweets Despite Track Parameter

Here is the code block I used:

stream_listener = StreamListener(time_limit=200, file=output_file)
stream = tweepy.Stream(auth=myauth, listener=stream_listener)
stream.filter(locations=LOCATIONS, languages=['en'], encoding="utf-8", track=['Russia'])

When searching the results, only 2 of the 623 tweets contain the word 'Russia'. The rest are irrelevant to Russia. The results are similar if I use track=['Ukraine'].

I noticed similar issues here: #13 and here: #10 but no followup in either

Missing ICONS

Screen Shot 2020-05-02 at 12 53 22 PM

After finishing the code all my icons have disappeared. Can someone please tell me where I went wrong?

GitHub cannot launch from CANVAS

Hello everyone,

I had an issues in opening/launching my git hub from UW canvas. It worked properly when I submitted it before the due last night. Is it because I resubmitted my url a couple of times? Here is what it looks like now:

image.
image

Here is what my page should look like:
image

image

And for your reference, here some pull requests on my github page
image
image

It is very urgent and I really appreciate your help.
Many thanks

-Catharina-

Essay Question

For the essay, do we choose to talk about one topic or all the topic altogether?

Images not showing up in resume on github pages

For some reason images aren't showing up in my resume if I access it through github pages:
image

However, if I open up the resume markdown file from my github repository I have no issues seeing the image:
image

Does anyone know how to fix this?

Lab 2 keyword search issue

Hi all, I have a question about lab 2. When I first used "yoga" as a keyword, and run for 60 seconds, I got more than 2000 lines of entries. I searched the CSV but found fewer than 5 entries contain the word "yoga". I did it once again, with the same code the next day, run for 60 seconds, and this time I got 33 lines of entries and almost all of them contain the keyword "yoga". Any thoughts on why this happened? Thanks!

For the lab 2, how could we make our own geosearch.ipynb?

I realized that we need our own .ipynb for our own repository. There are two ways that I think I could go with. One is copy-paste on a new file with .ipynd, and the other way is downloading the edited .ipynd file from Jupyter directly. However, those two ways look different on Atom. So, which one should I choose?

Lab 2 Cannot create Tweet.csv

Hello all,

I am late on assignments, but I just want some enlightenment on how the Jupyter notebook, .ipynb files, and GitHub work altogether.

When we click Launch Binder from Lab 2, why do I see the same GitHub classroom structures in the file? Does it open Bo's version of the notebook?

When I enter the customer key and secret as well as tokens and run on the code, it does not create a tweet.csv file.

I know I am a noob in computers, but I just want some patient master at this kind of things to teach me. Thanks ahead.

GitHub Page Conversion Issue

My Markdowns, links, and images are not available on the my website and causing issues in ATOM. Can I lease get an appointment with you in order to clear these issues or problems?

Lab4 why it doesn't show on my link?

my web page works perfectly in my atom-live-server, but when I update to my GitHub, the page is not found. I did change my setting to master and got a link, but the link could not bring me there. Is there any way I could fix this problem?

Working with Javascript

This might be a really vague question, has anyone run into the problem that their interface looks different in full screen and not in full screen? The first pic is in full screen.
Screen Shot 2020-06-11 at 5 54 01 PM
Screen Shot 2020-06-11 at 5 54 26 PM

Lab 2 word search filter issue

I used
stream.filter(track=['asian'], is_async=True)
at the third cell block in Jupyter, but when I looked at tweet.csv, none of the cell contains the word.

Lab 4 Cannot find "Tile Server" on Browser

I have followed the instructions and installed all the plugins necessary. I am looking on the browser and cannot find the server tile. Is it under a different name on the browser? Ia m also using the desktop version 3.12.1 not sure if that helps too.

Bootstrap Templates

I was just a bit confused on how you are supposed to access the templates; Do you download the template to your repository separately, or are some of them included in the Bootstrap Startup files we downloaded?

Lab 4: Why my repository is not accessible via the url?

When I try to look up my repository with the URL https://[your_github_username].github.io/[your_repository_name], it shows 404 "File Not Found", even though I can see my repository with complete materials and even the index.html in live server.

Lab4: Map doesn't show on the link

I uploaded my HTML file on GitHub. When I click on the URL, it showed me a blank page without my map. However, when I used Preview HTML on Atom, the map did show on the page. I am wondering how can I fix the problem?

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.