GithubHelp home page GithubHelp logo

Comments (3)

kvos avatar kvos commented on June 12, 2024

Hi @Alain705 , I have never seen this error before....can you try the following on the Anaconda Prompt:

  • conda activate coastsat
  • python
  • import ee
  • ee.Initialize()

This is to check that you are correctly linked to the GEE server. Let me know.
Also which OS are you on? Are you connected to internet without firewalls? HTTP error 404 is usually that it cannot reach a website. If still not working check out what I proposed as a solution for issue #40

from coastsat.

oscarchic avatar oscarchic commented on June 12, 2024

Hi,

I have the same problem in Mojave 10.14.6.
here you have the log:

anscarius:CoastSat oscar$ conda activate coastsat
(coastsat) anscarius:CoastSat oscar$ python
Python 3.7.4 (default, Aug 13 2019, 15:17:50)
[Clang 4.0.1 (tags/RELEASE_401/final)] :: Anaconda, Inc. on darwin
Type "help", "copyright", "credits" or "license" for more information.

import ee
ee.Initialize()
Traceback (most recent call last):
File "", line 1, in
File "/Users/oscar/miniconda3/envs/coastsat/lib/python3.7/site-packages/ee/init.py", line 105, in Initialize
ApiFunction.initialize()
File "/Users/oscar/miniconda3/envs/coastsat/lib/python3.7/site-packages/ee/apifunction.py", line 152, in initialize
signatures = data.getAlgorithms()
File "/Users/oscar/miniconda3/envs/coastsat/lib/python3.7/site-packages/ee/data.py", line 650, in getAlgorithms
return send_('/algorithms', {}, 'GET')
File "/Users/oscar/miniconda3/envs/coastsat/lib/python3.7/site-packages/ee/data.py", line 1196, in send_
'Server returned HTTP code: %d' % response.status)
ee.ee_exception.EEException: Server returned HTTP code: 404

from coastsat.

kvos avatar kvos commented on June 12, 2024

ok this issue was solved in issue #33.

The new procedure is that you need to directly request access to to Google Earth Engine at https://signup.earthengine.google.com/ and wait ~1day for approval before running the earthengine authenticate command

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.