GithubHelp home page GithubHelp logo

Linking CoastSat to GEE server about coastsat HOT 4 CLOSED

kvos avatar kvos commented on June 12, 2024
Linking CoastSat to GEE server

from coastsat.

Comments (4)

kvos avatar kvos commented on June 12, 2024

hi @Philip125 , I have never seen this error before but let's see if it can be fixed:

  • first thing to try would be to deactivate any firewalls and run earthengine authenticate again
  • the urllib2 error is strange, because the coastsat environment should have urllib3 instead. Maybe there is a package that is outdated so you can try to update the environment as follows:
  1. run conda clean --all on the anaconda prompt
  2. replace the content of your environment.yml file with this (no version numbers so it pulls that latest):
channels:
  - defaults
  - conda-forge
dependencies:
  - python=3.7
  - matplotlib
  - earthengine-api
  - gdal
  - geopandas
  - pytz
  - scikit-image
  - scikit-learn
  - shapely
  - spyder
  - notebook
  1. Install the coastsat environment again using this new environment.yml file, running conda env create -f environment.yml -n coastsat
  2. conda activate coastsat and run earthengine authenticate again

from coastsat.

Philip125 avatar Philip125 commented on June 12, 2024

Hi @kvos, Thank you for your timely reply and kind help, I am very embarrassed to reply to you for so long. Because I was busy with the midterm exam... Yesterday I tried it again and it was a amazing success.(Laughing face)I think Maybe because I changed a new VPN?
Anyway, once again, express my gratitude for your help!

from coastsat.

kvos avatar kvos commented on June 12, 2024

ok good to hear @Philip125 , so did you have to re-install the environment or no need for that?

from coastsat.

kvos avatar kvos commented on June 12, 2024

closing this issue as it is solved

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.