Code Monkey home page Code Monkey logo

Comments (9)

kvos avatar kvos commented on August 18, 2024

Hey Spicer, just read your stack question. I've never seen this error before... error 404 usually means that the webpage you're trying to reach has been removed or moved to another URL. Could be that the version of earthengine-api package that I have listed in the environment.yml file is obsolete. You can try to change in that file earthengine-api=0.1.173 to the latest version and re-install the environment (after running conda clean --all)

from coastsat.

kvos avatar kvos commented on August 18, 2024

@SBFRF did you find a way around the initialization error? There is another person here at the lab who installed coastsat recently and also has that issue, so it must be an earth-engine update as on my desktop it still works fine...

from coastsat.

SBFRF avatar SBFRF commented on August 18, 2024

hey @kvos i actually haven't had the chance to try this again. :(

from coastsat.

SBFRF avatar SBFRF commented on August 18, 2024

@kvos update, I tried with the new environment yaml you have on master (has earthengine-api=0.1.173) and still no luck. This time on a new machine to see if it was something funny on the machine i'm using. (one uses Centos7 and the other is PopOS! , a spin off of ubuntu).

from coastsat.

kvos avatar kvos commented on August 18, 2024

@SBFRF I've tried re-installing the coastsat environment on one of my computers (windows) and it worked fine. My only suggestion at this stage would be to replace the content of the environment.yml file with the following (where no version numbers are specified) and let anaconda pick the most appropriate versions for your OS:

channels:
  - defaults
  - conda-forge
dependencies:
  - python=3.7
  - matplotlib
  - earthengine-api
  - gdal
  - geopandas
  - pytz
  - scikit-image
  - scikit-learn
  - shapely
  - spyder
  - notebook

from coastsat.

ncohn avatar ncohn commented on August 18, 2024

I also ran into the same 404 error code that Spicer and a few others have seen. To fix this and get CoastSat working on my computer - I had to directly request access to Google Earth Engine (https://signup.earthengine.google.com/) which took about a day for Google to approve for me. This is separate from the "earthengine authenticate" command which provided me a token even before I "officially" had access to GEE. After Google manually OK'd my access, all seems to be working.

from coastsat.

kvos avatar kvos commented on August 18, 2024

happy days! thanks @ncohn for sharing this fix, quite a few users were stuck on this lately, I will update the documentation asap

from coastsat.

SBFRF avatar SBFRF commented on August 18, 2024

so when i go there i get the below, but i think i did this like several months ago.....
image
.... i will wait again and post in a day or so any status changes

from coastsat.

SBFRF avatar SBFRF commented on August 18, 2024

That seems to have fixed it. I guess i got (several months ago) and email (or didn't) but was granted access. When i tried to run i was successfully brought to a place where i was digitizing shorelines. I guess the take away was to be patient :). Now i'm getting other errors, but i'll try to debug with available info or open another issue. Thanks everyone!

from coastsat.

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.