Skip to content

Commit a9406a6

Browse files
committed
Add first earth science module test data
1 parent 6f31626 commit a9406a6

File tree

7 files changed

+25
-0
lines changed

7 files changed

+25
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,10 @@ The spatial_omics folder contains subfolders for different platforms in the emer
6969

7070
- xenium (10xgenomics)
7171

72+
### earth_sciences
73+
74+
The earth sciences folder contain subfolders for different data formats encountered in the earth sciences. Subfolders names indicate the type of data. If lower level subfolder exist, their names indicate file formats.
75+
7276
## Data Description
7377

7478
### genomics
@@ -870,6 +874,19 @@ The spatial_omics folder contains subfolders for different platforms in the emer
870874
- tar
871875
- 'hello.tar.gz': gzipped tar archive containing a single file without a directory
872876

877+
### earth sciences
878+
879+
- datacubes
880+
- datacube-definition.prj: A datacube definition file in [FORCE syntax](https://force-eo.readthedocs.io/en/latest/howto/datacube.html#where-is-the-datacube-definition-stored).
881+
- vector
882+
- gpkg
883+
- crete.gpkg: Geopackage file describing the island of Crete, Greece.
884+
- shp
885+
- denmark.dbf: Attribute table for a shapefile for denmark from [geoBoundaries](https://www.geoboundaries.org).
886+
- denmark.prj: Projection for a shapefile for denmark from [geoBoundaries](https://www.geoboundaries.org)..
887+
- denmark.shp: Geometry for a shapefile for denmark from [geoBoundaries](https://www.geoboundaries.org)..
888+
- denmark.shx: Shape index for a shapefile for denmark from [geoBoundaries](https://www.geoboundaries.org)..
889+
873890
### Uncategorized
874891

875892
- e_coli_k12_16s.fna: E. coli K-12 16S rRNA
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
PROJCS["ETRS89 / LAEA Europe",GEOGCS["ETRS89",DATUM["European_Terrestrial_Reference_System_1989",SPHEROID["GRS 1980",6378137,298.257222101,AUTHORITY["EPSG","7019"]],TOWGS84[0,0,0,0,0,0,0],AUTHORITY["EPSG","6258"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4258"]],PROJECTION["Lambert_Azimuthal_Equal_Area"],PARAMETER["latitude_of_center",52],PARAMETER["longitude_of_center",10],PARAMETER["false_easting",4321000],PARAMETER["false_northing",3210000],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AUTHORITY["EPSG","3035"]]
2+
-25.000000
3+
60.000000
4+
2456026.363042
5+
4574919.607965
6+
30000.000000
7+
3000.000000
608 KB
Binary file not shown.
235 Bytes
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
GEOGCS["WGS84",DATUM["WGS_1984",SPHEROID["WGS 84",6378137,298.257223563]],PRIMEM["Greenwich",0],UNIT["degree",0.017453292519943295]]
89.3 KB
Binary file not shown.
108 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)