NOTICE: This version of the NSF Unidata web site (archive.unidata.ucar.edu) is no longer being updated.
Current content can be found at unidata.ucar.edu.

To learn about what's going on, see About the Archive Site.

Re: [thredds] Collection Specification

On Dec 16, 2011, at 3:21 PM, John Caron wrote:

> For the Collection Specification, Im thinking of using this when we start 
> using Java 7 (which will be in version 4.4):
> 
>    
> http://docs.oracle.com/javase/7/docs/api/java/nio/file/FileSystem.html#getPathMatcher(java.lang.String)
> 
> Comments on this decision would be welcome.

Question: Is this part of the aggregation work that you doing that will not use 
ncml?

Comment: I really like these kinds of things in Java (e.g., their Date stuff) 
but for other languages they can be a pain. One way you can simplify 
implementations in other languages is to specify which parts you're actually 
going to use. Languages like C++ and Python can do this stuff - there's almost 
always a library out there - but it's nice to know how much users will need.

James
> 
> On 12/14/2011 8:40 AM, John Caron wrote:
>> 
>> On 12/14/2011 6:24 AM, Comiskey, Glenn wrote:
>>> 
>>> Does the <featureCollection> <collection spec=""/> </featureCollection> 
>>> only support regular expresions in the filename section, or is it suppose 
>>> to support it in the directory path as well?
>>>  
>>> Trying to select subdirectories 1999-2009 only:
>>> <collection 
>>> spec="//fgwfnas1/data/fnl/grib1/fnl[12][09][09][0-9].*/.*grib$"/>
>>> 
>>> readCatalog(): full path=C:\Tomcat\content\thredds\catalogs\f.xml; 
>>> path=catalogs/f.xml
>>> readCatalog(): valid catalog -- ----Catalog Validation version 1.0.01
>>> **Error: DatasetFmrc =fnl directory= 
>>> <//fgwfnas1/data/fnl/grib1/fnl[12][09][09][0-9].*> does not exist
>>>  
>>> Regards,
>>>  
>>> Glenn
>>> 
>>> 
>>> _______________________________________________
>>> thredds mailing list
>>> thredds@xxxxxxxxxxxxxxxx
>>> For list information or to unsubscribe,  visit: 
>>> http://www.unidata.ucar.edu/mailing_lists/ 
>> 
>> hi glenn:
>> 
>> sorry its taking me so long to catch up here. yes, i have a rather kludgy 
>> piece of code implementing the collection spec, only allows regular 
>> expressions after the last slash. the problem is also trying to support ant 
>> style /**/ syntax.
>> 
>> ill try to find some code for full regexps. if anyone knows of any, let me 
>> know.
>> 
>> john
>> 
>> 
>> _______________________________________________
>> thredds mailing list
>> thredds@xxxxxxxxxxxxxxxx
>> For list information or to unsubscribe,  visit: 
>> http://www.unidata.ucar.edu/mailing_lists/ 
> 
> _______________________________________________
> thredds mailing list
> thredds@xxxxxxxxxxxxxxxx
> For list information or to unsubscribe,  visit: 
> http://www.unidata.ucar.edu/mailing_lists/

--
James Gallagher
jgallagher at opendap.org
406.723.8663

Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail

  • 2011 messages navigation, sorted by:
    1. Thread
    2. Subject
    3. Author
    4. Date
    5. ↑ Table Of Contents
  • Search the thredds archives: