asascience-open / EDC

Environmental Data Connector
http://asascience.com
1 stars 0 forks source link

File dialogs should check if file already exists #25

Closed kwilcox closed 13 years ago

kwilcox commented 13 years ago

And iterate if it does

kwilcox commented 13 years ago

working for SOS and ERDDAP

kwilcox commented 13 years ago

looks like it works for DAP also, closing

kknee commented 13 years ago

The issue here was with Griddap and Thredds - both use the variable name as the default file name, regardless of whether a folder with that name already exists.

SOS and Tabledap are working fine as a new folder with the current date time is always created.

kknee commented 13 years ago

This is still acting funny. Sometimes, if a dataset name already exists, EDC trys to put the new dataset in a subfolder of the existing dataset. All datasets should default to the 'output' directory, and names should be iterated appropriately if the default name already exists.

asascience commented 13 years ago

another attempt at fixing this... still trying to duplicate it