Skip to main content
Solved

Delete the row if there is no data

  • August 19, 2022
  • 1 reply
  • 11 views

Forum|alt.badge.img+5

i am trying to get the data from

https://www.nhc.noaa.gov/gis/

 

website which working fine but problem is that if on the website there is no current storm then in over ARCgis data also delete I m sharing the was can you check for me as I am new

Best answer by sanaeatsafe

Hi

@asadamjad​,

 

In this workspace, it looks like you're directly querying the NHC website's HTML for the zip file(s). To confirm the issue, are you finding that the workspace fails if it can't find the target zip file on the URL, or at another point?

If the workspace fails with "Translation Terminated" just when there isn't any data, you can turn this setting off from Workspace Parameters > Translation > Rejected Feature Handling > Continue Translation.

 

However, there might be more options for fetching this data. If you scroll to the bottom of the page (https://www.nhc.noaa.gov/gis/), there are additional web resources under Additional Resources > Links, like the NCEP GIS REST Services and nowCOAST Map and REST API Services. You might be able to fetch your target datasets directly from these web services by accessing the APIs by HTTPCaller or via the ArcGIS Online Reader (with a URL). Hope that helps!

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

sanaeatsafe
Safer
Forum|alt.badge.img+8
  • Safer
  • Best Answer
  • August 29, 2022

Hi

@asadamjad​,

 

In this workspace, it looks like you're directly querying the NHC website's HTML for the zip file(s). To confirm the issue, are you finding that the workspace fails if it can't find the target zip file on the URL, or at another point?

If the workspace fails with "Translation Terminated" just when there isn't any data, you can turn this setting off from Workspace Parameters > Translation > Rejected Feature Handling > Continue Translation.

 

However, there might be more options for fetching this data. If you scroll to the bottom of the page (https://www.nhc.noaa.gov/gis/), there are additional web resources under Additional Resources > Links, like the NCEP GIS REST Services and nowCOAST Map and REST API Services. You might be able to fetch your target datasets directly from these web services by accessing the APIs by HTTPCaller or via the ArcGIS Online Reader (with a URL). Hope that helps!