The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

geometry in selected_collection.search

Rama Kassoumeh
May 19, 2023

Hallo,

 

I was trying to get native file using eumdac python package, but when i tried the example and pass the coorination if the city I want, I got a native files for the whole word not only the specific city.

Is there any special coordinations I should pass to got the part of the file?

 

Thank you 

2 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Maria Donse
August 13, 2026

I think the important distinction here is between searching by geometry and subsetting the actual product.

When you pass a geometry to selected_collection.search(), the geometry is mainly used as a spatial filter: it returns products whose coverage intersects the area you requested. It does not necessarily mean that the downloaded native file will be cropped to that city or bounding box.

So receiving the complete native product can actually be expected behavior.

A useful workflow would be:

  1. Define a small bounding box or polygon around the city.

  2. Use that geometry in selected_collection.search() to find only products covering the area.

  3. Download the relevant product.

  4. If you need only the pixels/data inside that city, perform a geographical subset afterwards, for example with EUMETSAT's Data Tailor or an appropriate geospatial library depending on the product format.

It is a little like selecting one level in Geometry Dash  from a larger collection: the selection tells you which content you are interested in, but it does not automatically rebuild the original package containing only that selected part.

So I would first check whether your goal is finding products covering the city or actually creating a cropped dataset for the city. Those are two different operations, and search(geometry=...) mainly addresses the first one.

Evie Z_
Community Manager
Community Managers are Atlassian Team members who specifically run and moderate Atlassian communities. Feel free to say hello!
August 26, 2026

@Maria Donse 

This topic is now closed as the discussion has become outdated. If you have more questions or want to continue the conversation, feel free to start a new topic. For more details on why we close older threads, check out our Rules of engagement - Atlassian Community .

Additionally, we’ve removed the external links from your post, per our Community Rules of Engagement, external links that may be promotional aren’t allowed in forum posts.

Thank you for your understanding!

0 votes
marc -Collabello--Phase Locked-
Community Champion
May 22, 2023

Hi @Rama Kassoumeh 

Are you sure this question is related to Confluence?  It seems more a python - geometry related question.

Rama Kassoumeh
May 22, 2023

Hi,

 

I may miss classify my problem, could you help me where i should ask my question?

DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
FREE
TAGS
AUG Leaders

Atlassian Community Events