Changes between Version 5 and Version 6 of GmlDefinitions
- Timestamp:
- Nov 7, 2012, 6:11:30 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GmlDefinitions
v5 v6 321 321 <gml:TemporalCRS gml:id="ANSI-Date-CRS"> 322 322 <gml:description>Continuous count of days starting from Jan 1, 1601 (00h00). Equal to floor(JulianDate−2305812.5)</gml:description> 323 <gml:identifier codeSpace="http://www.opengeospatial.org">http://kahlua.eecs.jacobs-university.de:8080/def/crs/OGC/0.1/ANSI-Date</gml:identifier> 323 <gml:identifier codeSpace="http://www.opengeospatial.org">http://kahlua.eecs.jacobs-university.de:8080/def/crs/OGC/0.1/ANSI-Date 324 </gml:identifier> 324 325 <gml:name>ANSI date number (origin of COBOL integers dates)</gml:name> 325 326 <gml:domainOfValidity> … … 340 341 <gml:timeCS> 341 342 <gml:TimeCS gml:id="days-CS"> 342 <gml:identifier codeSpace="http://www.opengeospatial.org">http://kahlua.eecs.jacobs-university.de:8080/def/cs/OGC/0.1/days</gml:identifier> 343 <gml:identifier codeSpace="http://www.opengeospatial.org">http://kahlua.eecs.jacobs-university.de:8080/def/cs/OGC/0.1/days 344 </gml:identifier> 343 345 <gml:axis> 344 346 <gml:CoordinateSystemAxis gml:id="day-axis" uom="d"> 345 <gml:identifier codeSpace="http://www.opengeospatial.org">http://kahlua.eecs.jacobs-university.de:8080/def/axis/OGC/0.1/days</gml:identifier> 347 <gml:identifier codeSpace="http://www.opengeospatial.org">http://kahlua.eecs.jacobs-university.de:8080/def/axis/OGC/0.1/days 348 </gml:identifier> 346 349 <gml:axisAbbrev>t</gml:axisAbbrev> 347 350 <!-- "wikipedia" codespace is a joke but.. actually can give information of what is "future" direction"! --> … … 353 356 <gml:temporalDatum> 354 357 <gml:TemporalDatum gml:id="ANSI-TD"> 355 <gml:identifier codeSpace="http://www.opengeospatial.org">http://kahlua.eecs.jacobs-university.de:8080/def/datum/OGC/0.1/ANSI-Date</gml:identifier> 358 <gml:identifier codeSpace="http://www.opengeospatial.org"> 359 http://kahlua.eecs.jacobs-university.de:8080/def/datum/OGC/0.1/ANSI-Date</gml:identifier> 356 360 <gml:origin>1601-01-01</gml:origin> 357 361 </gml:TemporalDatum> … … 360 364 }}} 361 365 362 === Example: ANSI date===366 === Example: Minutes from 2000 === 363 367 {{{ 364 368 #!text/xml 365 369 <gml:TemporalCRS gml:id="2000-mins-CRS"> 366 370 <gml:description>Continuous count of minutes starting from Jan 1, 2000 (00h00)</gml:description> 367 <gml:identifier codeSpace="http://www.opengeospatial.org">http://kahlua.eecs.jacobs-university.de:8080/def/crs/OGC/0.1/2000-mins</gml:identifier> 371 <gml:identifier codeSpace="http://www.opengeospatial.org">http://kahlua.eecs.jacobs-university.de:8080/def/crs/OGC/0.1/2000-mins 372 </gml:identifier> 368 373 <gml:name>Minutes from 2000</gml:name> 369 374 <gml:domainOfValidity> 370 375 <gmd:EX_Extent> 371 <gmd:description>Bottleneck in this case is time ranges accepted by current Java library Date4j (+- 0..9999) [need to find new library or manually understand e.g. how many years/days/hours/minutes are N minutes</gmd:description> 376 <gmd:description> 377 Bottleneck in this case is time ranges accepted by current Java library Date4j (+- 0..9999) 378 [need to find new library or manually understand e.g. how many years/days/hours/minutes are NNNNN minutes</gmd:description> 372 379 <gmd:temporalElement> 373 380 <gmd:EX_TemporalExtent> … … 384 391 <gml:timeCS> 385 392 <gml:TimeCS gml:id="minutes-CS"> 386 <gml:identifier codeSpace="http://www.opengeospatial.org">http://kahlua.eecs.jacobs-university.de:8080/def/cs/OGC/0.1/minutes</gml:identifier> 393 <gml:identifier codeSpace="http://www.opengeospatial.org">http://kahlua.eecs.jacobs-university.de:8080/def/cs/OGC/0.1/minutes 394 </gml:identifier> 387 395 <gml:axis> 388 396 <gml:CoordinateSystemAxis gml:id="minutes-axis" uom="min"> … … 397 405 <gml:temporalDatum> 398 406 <gml:TemporalDatum gml:id="2000-TD"> 399 <gml:identifier codeSpace="http://www.opengeospatial.org">http://kahlua.eecs.jacobs-university.de:8080/def/datum/OGC/0.1/2000</gml:identifier> 407 <gml:identifier codeSpace="http://www.opengeospatial.org">http://kahlua.eecs.jacobs-university.de:8080/def/datum/OGC/0.1/2000 408 </gml:identifier> 400 409 <gml:origin>2000-01-01T00:00</gml:origin> 401 410 </gml:TemporalDatum>