-
Notifications
You must be signed in to change notification settings - Fork 0
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
Promote tornado collections to production #171
Comments
@anayeaye The polygons dataset is ready for prod. The paths item still is not populating in the STAC despite no errors from the Workflows API upon ingestion. |
Thumbnail for polygons and paths uploaded:
|
The tornado paths file
@acblackford do you have any details on how this COG was created? |
@smohiudd This COG was created the same way as the tornado polygons COG (which seems to be showing up correctly), using the GDAL translate method similar to the line below. I checked the COG in ArcGIS Pro after creation and it populates correctly there. gdal_translate /path/to/input.tif /path/to/output.tif -co TILED=YES -co COPY_SRC_OVERVIEWS=YES -co COMPRESS=LZW -co BLOCKXSIZE=512 -co BLOCKYSIZE=512 |
Hey @acblackford, do you have the original source file that you used to create the COG? I want to try recreating the COG and see if I'm getting the same error. |
@smohiudd @acblackford if you do try recreating I'd recommend trying some different settings out too (you may have already had this in mind) |
Thanks @anayeaye for the suggestion. I also did a validate of
@acblackford I tried loading the file in QGIS and I'm getting the same error: |
I was able to rasterize the original vector files using this gdal command:
I wasn't able to pass
|
I believe the colormap is causing WAF issues in production: |
What
This issue is to collect the remaining data tasks required to publish the tornado vectors-as-cog datasets to the earthdata dashboard.
Blocked PR veda-config/Initial push of Spring 2024 tornados #420
Tasks
Raw config info (edit and publish in staging)
tornadoes-2024-polygons
tornadoes-2024-paths
Unblocked veda-config PR
Now veda-config/Initial push of Spring 2024 tornados #420 can be updated as needed and published to production
The text was updated successfully, but these errors were encountered: