Git Product home page Git Product logo

starfm4py's People

Contributors

nmileva avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

starfm4py's Issues

The requirements for windowsize

Hi, Nmileva. When I am running code, some windowsize values can yield results, but many other values will report errors after running, indicating that the array shape is different. What should I do?

Daisy

I have some little problem to ask

When I run the code, a error like that occurs:cannot import name 'sizeSlices' from 'parameters' (D:\Anaconda3\envs\myenv\lib\site-packages\parameters_init_.py) what should I do next?

I would be very grateful if you could save some time to answer my question.Thanks a lot.

Parameters setting for Landsat and MODIS LST

Hi, thank you so much for your great work! I'm trying to use your script to fuse Landsat and MODIS land surface temperature. Have you done any experiment on that? Do you have any suggestions on the parameter settings for this task? Thanks!

Applying code to multiple bands

Thanks for your valuable work. There was an issue I could not understand while applying the test.py code. How can I apply the code to multi-band images? As I understand it, in order to apply the algorithm to an image containing 6 bands, it is necessary to change the rasterio.open(....read(1)) section in the test.py and repeat this process 6 times (for earch band). Is this approach correct?

ValueError: Chunks and shape must be of the same length/dimension.

Hello,
I have fused Landsat and MODIS with this code. Actually it works, thank you very much for your share.
But the problem I faced is the predicted landsat-like image is a single-band image.
So I tried to change the code in test.py and starfm4py.py.
For example I changed the read(1) to read(), and change ‘’the profile.update(dtype='float64', count=1) to ‘’the profile.update(dtype='float64', count=2) ‘’. However, the ValueError ‘’Chunks and shape must be of the same length/dimension‘’ is generated.
So what I want to know is how to modify the code in a right way.
Best regards,
Xin

Some questions I want to ask

Firstly, thank you for your contribution, your code is of great help to me. If it won't bother you too much, I have some little problem to ask you for.
1' How do you evaluate the method. I calculated the PSNR between the result and the GT(groundtruth ), but it's only -44.17. In what way should I do it correctly.
2' The demo 'test' seems to only deal with images with only one spectral band. If I want to use it on hyperspectral images, what should I do? Should I just do it band by band through a 'for' iteration?

I would be very grateful if you could save some time to answer my question

Predicted image getting shifted and stretched

Hi,
Very helpful. I have tried the code to predict Landsat resolution image from Modis data. I am basically trying to reproduce LST at Landsat resolution from Modis data.
However I am facing some issues with the predicted image. Although the LST (surface temperature) range in the predicted image is very close to the actual Landsat data; however the predicted image appears shifted from the input image. All the images had been co-registered, resampled, cloud masked before feeding in the model. Have you come across this issue and suggest a resolution if I have missed any critical step?

ESTARM - help

Hi Mileva,

Thanks the code was very useful and helpful in understanding the implementation of STARFM. I am working on fusing the Thermal bands of Modis and Landsat data to produce daily Land Surface Temperature (LST) at Landsat Resolution .
While STARFM is useful to start off, I would like to understand if you have also implemented ESTARFM in python and could guide is on that.

Thanks ,
Gunjan

run

Hi,

This code can be used for two pairs of MODIS and Landsat images?

Some questions to ask. Please help me.

When I run the code, a error like that occurs:cannot import name 'sizeSlices' from 'parameters' (D:\Anaconda3\envs\myenv\lib\site-packages\parameters_init_.py) what should I do next? Thanks a lot.

Need array(s) to concatenate - dask value error

Hello, hope you're doing fine.
I cloned the code to test the data you've provided, and installed all the dependencies ( Used Pipenv instead of conda and installed zarr, dask, rasterio and matplotlib successfully).
So just ran the code with default parameters and settings and it seems the code passed the partitioning. but in the da_stack() function encountered error as

ValueError: Need array(s) to concatenate

which came from python3.8/site-packages/dask/array/core.py.
I would appreciate any help.
Thanks by the way.

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.