Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for Sentinal2_crop_growing_conditions #18

Closed
leonard-psu opened this issue Aug 20, 2023 · 3 comments
Closed

Fix for Sentinal2_crop_growing_conditions #18

leonard-psu opened this issue Aug 20, 2023 · 3 comments

Comments

@leonard-psu
Copy link

leonard-psu commented Aug 20, 2023

Notebook requires slight modification to work.
Also requires docker changes to install gdal.

   collection: str = 'sentinel2'
    
    # set up mapping configs
    mapper_configs = MapperConfigs(
        #collection='sentinel2-msi',
        collection=collection,
        time_start=time_start,
        time_end=time_end,
        feature=feature,
        metadata_filters=metadata_filters
    )
 #get a new mapper instance. Set sensor to `sentinel2`
# mapper = Mapper(mapper_configs, sensor='sentinel2')
    mapper = Mapper(mapper_configs)

@lukasValentin
Copy link
Collaborator

Hi @leonard-psu thanks for spotting this - could you open an PR and propose the changes directly in the code?

@lukasValentin
Copy link
Collaborator

You might actually combine #17 and this issue into a single PR btw...

@lukasValentin
Copy link
Collaborator

closed by #20

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants