Open roblabs opened 5 years ago
I have the same issue with the new maps while doing gdal_translate
@jamesecox50 — This has also been posted to https://gis.stackexchange.com/questions/309193
From StackExchange, I also posted this:
_I should note: there is no problem with
gdal_translate
, but an extra noisy ERROR that wasn't in previous versions of the GeospatialPDF_
For the time being, I have been writing stderr
out to tmp/
folder
Thanks for the update "For the time being, I have been writing stderr out to tmp/ folder" Im not familiar with stderr to a folder location, I will investigate. https://topomerge.com/
This is a sample command to avoid the spurious errors by redirecting standard error to a file.
2>> tmp/error.txt
is redirecting to stderror
to the file error.txt
. 2
is the file descriptor for stderror
.>>
means to append to the file errort.txt
gdal_translate "CA_O'Neals_20180829_geo.pdf" out.tif 2>> tmp/error.txt
Thanks, I use the > for creating final status files, was not aware errors could off loaded, ThankYou!
Issue
When processing the 2018 Geospatial PDFs from the nationalMap.gov an error occurs that was not seen when processing the same quadrangle from 2015. Posting this issue in case someone else has any research into what the problem may be.
gdal_translate
ERROR 1: insufficient arguments for Marked Content
Steps to reproduce
2015 GeospatialPDF
2018 GeospatialPDF