Sentinel 1
Can i upload my existing Sentinel 1 data, process and extract my result?
Dose it run on window OS
Can i upload my existing Sentinel 1 data, process and extract my result?
Dose it run on window OS
I try to upload data to my VM using filezilla (filetransfer.terrascope.be). Somehow I was able to access the folders once and after I tried to start uploading data to my private folder it stopped working. Now I can't even connect with the SFTP. Any ideas what is happening?
I got an email with subject: '[PROBLEM] disks on carolient is UNKNOWN!'
What does this mean? Any action needed from my side?
Thank you
Email says:
***** Service Monitoring on icinga.intern.vgt.vito.be *****
disks on carolient is UNKNOWN!
Info: Remote Icinga instance 'carolient.vitovm.rscloud.vito.be' is not connected to 'icinga.intern.vgt.vito.be'
When: 2020-02-11 09:11:11 +0100
Service: disks
Host: carolient.vitovm.rscloud.vito.be
Groups: uservms, uservm_prd
IPv4: 192.168.120.88
Comment by icinga-admin:
The root disk on your PROBA-V MEP/Terrascope is almost full. Please use the $HOME/Private and $HOME/Public folders to store your data. If the root disk is full, you won't be able to login anymore.
It seems so, as git is installed. But I get an error when trying to push my local edits to gitlab.
fatal: unable to access 'https://git.some/access.git/': Failed connect to git.starlab.es:443; Connection tim ed out
It doesn't even let me introduce my user name and password.
Any help would be greatly appreciated.
Regards,
Marc
PD: I saw that github is working well (so I will be using that)
Hello!
I would like to do some some test regarding processing (extracting timeseries) from Sentinel data. I wrote some scripts that do the job on a dias (ONDA dias), but I would like to test if I get them running on terrascope as well.
I already found the Sentinel2 data (in /data/sentinel_data/sentinel2/raw/l2a_esa/2019/*) but I'd like to test processing sentinel1 backscatter and sentinel1 6 day coherence as well. Is this data available somewhere as well?
Regards,
Pieter
I am working on some dummy pyspark examples where I just want to read some HDF5 files. I get the following warning and after a small google search, it seems that the h5py library needs to be upgraded.
/opt/rh/rh-python35/root/usr/lib64/python3.5/site-packages/h5py/__init__.py:36: FutureWarning: Conversion of the second argument of issubdtype from `float` to `np.floating` is deprecated. In future, it will be treated as `np.float64 == np.dtype(float).type`. from ._conv import register_converters as _register_converters Any ideas?
Thank you.
Dear Support,
our system supports the possibility to get images from the shared drive or via OpenSearch from different nodes.
In the past we were able to search and donwload files. Now we receive http 401 when we try to download.
The system makes and opensearch query, it works, then takes the link from the Atom result and make a request to download the file.
Our code (in Java) used the http authentication that worked before.
The code snippet is:
________________________________________ // Basic HTTP Authentication m_oLogger.debug("ProviderAdapter.downloadViaHttp: sDownloadUser = " + sDownloadUser); Authenticator.setDefault(new Authenticator() { protected PasswordAuthentication getPasswordAuthentication() { try { return new PasswordAuthentication(sDownloadUser, sDownloadPassword.toCharArray()); } catch (Exception oEx) { m_oLogger.error("ProviderAdapter.downloadViaHttp: exception setting auth " + org.apache.commons.lang.exception.ExceptionUtils.getStackTrace(oEx)); } return null; } }); m_oLogger.debug("ProviderAdapter.downloadViaHttp: FileUrl = " + sFileURL);
URL oUrl = new URL(sFileURL); HttpURLConnection oHttpConn = (HttpURLConnection) oUrl.openConnection(); oHttpConn.setRequestMethod("GET"); oHttpConn.setRequestProperty("Accept", "*/*"); oHttpConn.setRequestProperty("User-Agent", "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0"); int responseCode = oHttpConn.getResponseCode(); // always check HTTP response code first if (responseCode == HttpURLConnection.HTTP_OK) { m_oLogger.debug("ProviderAdapter.downloadViaHttp: Connected"); ________________________________________
I'm sure that user and password are correct (tried with user interface).
Can you help us to solve this issue? Is Basic Authentication already supported? Is there any other way to authenticate "by code" ? Or any other way to download the products by code and not by hand?
Thank you very much
Paolo
Dear Support, we moved the machine from the old system to the one. We had a public IP address and we need it for our service.
Is this still possible?
I found only private addresses in the if-config.
Our service is expose API that has to be called from other client and servers, so we need a public address.
Thank you very much for your support.
Best
Paolo
I'm trying to create aliases permanently by putting them into my ~/.bashrc file. I was instructed to do so here: https://proba-v-mep.esa.int/documentation/manuals/python-package-management
However, when logging off and on again, the aliases work just once. The bashrc file gets reset and my aliases disappear. Am I doing something wrong?
I don't have rights to place launchers or files on my desktop. I assume that is not the intention...