Skip to content

issues Search Results · repo:stac-utils/stac-geoparquet language:Python

Filter by

38 results
 (86 ms)

38 results

instac-utils/stac-geoparquet (press backspace or delete to remove)

As mentioned in https://github.com/stac-utils/stac-geoparquet/pull/89, we don t actually have versions anywhere in the spec. We should include something in the spec document (and any jsonschema if / when ...
  • TomAugspurger
  • 2
  • Opened 
    8 days ago
  • #94

Hi, after cloning the repo I have the below error after I run uv sync. How to solve it? Thank you Using CPython 3.9.20 Removed virtual environment at: .venv Creating virtual environment at: .venv ...
  • aborruso
  • 2
  • Opened 
    9 days ago
  • #91

The spec currently describes how to store a single collection in the metadata: https://github.com/stac-utils/stac-geoparquet/blob/121f6485fd188179f1c05d53ec26c69d2518c683/spec/stac-geoparquet-spec.md?plain=1#L72-L77 ...
  • gadomski
  • 14
  • Opened 
    18 days ago
  • #88

Hey, just found your repo. I hope it s fine to just create an issue to contact you. I think this license would fit better for your project: The Open Compensation Token License is developed as an upgrade ...
  • augment419
  • 1
  • Opened 
    on Jan 13
  • #86

It s currently a bit of a PITA to correctly query datetimes from stac-geoparquet, because we don t know if start_datetime and end_datetime are in the schemas or not (e.g. here s some backflips in stac-rs). ...
question
  • gadomski
  • 1
  • Opened 
    on Jan 7
  • #85

import pystac_client # 0.8.5 import stac_geoparquet #0.6.0 import geopandas as gpd client = pystac_client.Client.open(url= https://cmr.earthdata.nasa.gov/stac/NSIDC_ECS ) results = client.search(collections=[ ...
  • scottyhq
  • 2
  • Opened 
    on Nov 4, 2024
  • #82

I think this will work itself out soon, but I was very confused about why I had an older version of stac-geoparquet in a new environment. Specifically, a new python 3.13 environment will install version ...
  • scottyhq
  • Opened 
    on Oct 29, 2024
  • #81

For a heterogenous collection of STAC Items with some containing a timestamp property like updated and others that do not, coercing to timestamps fails because the code seems to be trying to convert a ...
  • scottyhq
  • 3
  • Opened 
    on Oct 24, 2024
  • #79

I read the geoparquet spec and it said that type: Feature is optional in GeoParquet, so I made my initial GeoParquet without it. But then when I converted it into stac with stac_table_to_ndjson the validator ...
  • cholmes
  • Opened 
    on Sep 13, 2024
  • #78

If many items are converted to a table, and then converted back to dictionaries, any missing assets are converted to None (which is invalid STAC): import pystac import stac_geoparquet from pystac import ...
  • gadomski
  • 2
  • Opened 
    on Aug 27, 2024
  • #77
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub