Search found 5 matches

by samaaouch
Mon Nov 08, 2021 3:24 pm
Forum: Support
Topic: Using on Superview-1
Replies: 1
Views: 2499

Using on Superview-1

Dear François,

Is it possible to use Polymer on images from Superview-1 satellite?

Many thanks

AMAAOUCH Sonia
by samaaouch
Mon Jul 27, 2020 7:30 am
Forum: Support
Topic: Convert Sentinel-2 results NETCDF to GEOTIFF
Replies: 2
Views: 2565

Re: Convert Sentinel-2 results NETCDF to GEOTIFF

Dear François, Yes, you're right I forgot to share the line which used Polymer lon/lat, so this the commands that I used to georeference my tiff with the missing line: import sys, os, osgeo from osgeo import gdal import numpy as np from netCDF4 import Dataset from glob import glob as glb import subp...
by samaaouch
Fri Jul 24, 2020 8:17 am
Forum: Support
Topic: Convert Sentinel-2 results NETCDF to GEOTIFF
Replies: 2
Views: 2565

Convert Sentinel-2 results NETCDF to GEOTIFF

Hi, To describe my problem, I applied Polymer on my Sentinel-2 product over Valencia port, I have a NETCDF in output and I would like to recover each bands in GeoTIFF in lat/lon format. I used gdal and python3 and the best way to have a georeferenced tiff, was the following commands: import sys, os,...
by samaaouch
Wed Jul 01, 2020 7:35 am
Forum: Support
Topic: Polymer 4.13 installation for Sentinel-2 data processing
Replies: 2
Views: 2712

Re: Polymer 4.13 installation for Sentinel-2 data processing

Solution found!
If anyone wants to know, it was a problem of openJPEG version, I used openJPEG 2.1.2 and the processing works.


Sorry!

Kind regards

Sonia
by samaaouch
Tue Jun 30, 2020 2:46 pm
Forum: Support
Topic: Polymer 4.13 installation for Sentinel-2 data processing
Replies: 2
Views: 2712

Polymer 4.13 installation for Sentinel-2 data processing

Hi everyone I try to use Polymer 4.13 to process MSI data. I work with Python 3.4, I change some function to use Polymer 4.13 with Python 3.4 (f-string in .format). I'm trying to launch the example.py program which only launch the following command: run_atm_corr( Level1_MSI("/mount/internal/home/use...