Skip to content

Commit

Permalink
Revert "Allow zip file uploads for SITES project data"
Browse files Browse the repository at this point in the history
This reverts commit e248d8f.
  • Loading branch information
jonathanthiry committed Oct 2, 2024
1 parent e248d8f commit fc0b250
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/main/scala/se/lu/nateko/cp/data/api/MetaVocab.scala
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,6 @@ object CpMetaVocab extends MetaVocab(new URI("http://meta.icos-cp.eu/ontologies/

object SitesMetaVocab extends MetaVocab(new URI("https://meta.fieldsites.se/ontologies/sites/")) {

object ObjectFormats{
val communityProjects = getRelative("communityProjects")

def isNonIngestedZip(objFormat: URI): Boolean = objFormat == communityProjects
}

val sitesDelimitedHeaderCsvTimeSer = getRelative("delimitedHeaderCsv")
val ccby4 = getRelative("sitesLicence")
}
Expand Down

0 comments on commit fc0b250

Please sign in to comment.