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

Create granule geometry handler that creates a rectangular boundary #157

Open
eigenbeam opened this issue Mar 6, 2025 · 2 comments
Open
Milestone

Comments

@eigenbeam
Copy link
Contributor

As an operator,
When I want to ingest data where the data is (point, point collection, connected points, ...),
I can run MetGenC and it will generate UMM-G with a rectangular polygon boundary in EPSG:4326
...
I can specify a buffer size around the data
There is a default value for this parameter

What specific input geometry needs to be handled?
Does this need to handle more than lat/lon?

@eigenbeam eigenbeam added this to the Mar-Apr milestone Mar 6, 2025
@lisakaser
Copy link

No buffer needed.

Input decision if 'point' or 'rectangle' should come from CMR read <- that story needs to be created. (Use CMR information)

@juliacollins
Copy link
Contributor

A rectangular boundary only requires the upper left point and the lower right point of the bounding rectangle. Example from the NSIDC UMM-G guidelines:

"SpatialExtent": {
    "HorizontalSpatialDomain": {
      "Geometry": {
        "BoundingRectangles": [{
          "WestBoundingCoordinate": -180,
          "NorthBoundingCoordinate": 85.04450225830078,
          "EastBoundingCoordinate": 180,
          "SouthBoundingCoordinate": -85.04450225830078
        }],
      }
    }
  },

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

3 participants