Dataset Preview
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed because of a cast error
Error code: DatasetGenerationCastError
Exception: DatasetGenerationCastError
Message: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 15 new columns ({'silva:A16379/#5,ncbi:712,worms:394200,gbif:9536,irmng:104984', 'Pasteurellaceae (family silva:A16379/#5)', 'Unnamed: 12', 'family', 'Pasteurellaceae', 'Unnamed: 14', '1098176', '|.6', '767311', '|.3', '|.5', '|.1', '|.2', '|', '|.4'}) and 54 missing columns ({'resolved_taxon_input_name', 'field_latitude', 'resolved_taxon_kingdom', 'field_taxon_name', 'field_collector_fullname', 'extraction_dried_weight', 'resolved_taxon_id', 'aliquot_volume_unit_symbol', 'aliquot_aliquot_volume', 'ms_instrument_model_instrument_model', 'watcher_exact_filename_match', 'resolved_taxon_genus', 'profile_mode', 'ms_injection_volume', 'qfield_project', 'extraction_container_id', 'field_geometry_coordinates', 'profiled_positive', 'field_longitude', 'ms_injection_method_method_name', 'resolved_taxon_canonical', 'field_weather', 'resolved_taxon_scientific_name', 'resolved_taxon_order', 'resolved_taxon_phylum', 'extraction_dried_weight_unit_symbol', 'resolved_taxon_matched_name', 'original_sample_container_id', 'profiled_any', 'resolved_taxon_kind', 'extraction_solvent_volume_unit_symbol', 'resolved_taxon_sort_score', 'resolved_taxon_source_id', 'resolved_taxon_source_title', 'field_sample_name', 'resolved_taxon_current_name', 'ms_injection_volume_unit_symbol', 'resolved_taxon_family', 'field_date', 'resolved_taxon_edit_distance', 'ms_instrument_location_room_name', 'ms_instrument_instrument_id', 'profiled_negative', 'extraction_solvent_volume', 'resolved_taxon_class', 'ms_container_id', 'metadata_lineage_row_count', 'resolved_taxon_synonym', 'resolved_taxon_classification_path', 'field_comment_eco', 'extraction_method_method_name', 'ms_filename', 'resolved_taxon_match_type', 'original_sample_id'}).
This happened while the csv dataset builder was generating data using
hf://datasets/titodamiani/DBGI/data/external/ott3.3/family.tsv (at revision 14db1ad255059dc79b8ea273279899d4aacd1b2d), [/tmp/hf-datasets-cache/medium/datasets/75557593554674-config-parquet-and-info-titodamiani-DBGI-6e3f1c27/hub/datasets--titodamiani--DBGI/snapshots/14db1ad255059dc79b8ea273279899d4aacd1b2d/data/external/dbgi_may2026.tsv (origin=hf://datasets/titodamiani/DBGI@14db1ad255059dc79b8ea273279899d4aacd1b2d/data/external/dbgi_may2026.tsv), /tmp/hf-datasets-cache/medium/datasets/75557593554674-config-parquet-and-info-titodamiani-DBGI-6e3f1c27/hub/datasets--titodamiani--DBGI/snapshots/14db1ad255059dc79b8ea273279899d4aacd1b2d/data/external/ott3.3/family.tsv (origin=hf://datasets/titodamiani/DBGI@14db1ad255059dc79b8ea273279899d4aacd1b2d/data/external/ott3.3/family.tsv), /tmp/hf-datasets-cache/medium/datasets/75557593554674-config-parquet-and-info-titodamiani-DBGI-6e3f1c27/hub/datasets--titodamiani--DBGI/snapshots/14db1ad255059dc79b8ea273279899d4aacd1b2d/data/external/ott3.3/forwards.tsv (origin=hf://datasets/titodamiani/DBGI@14db1ad255059dc79b8ea273279899d4aacd1b2d/data/external/ott3.3/forwards.tsv), /tmp/hf-datasets-cache/medium/datasets/75557593554674-config-parquet-and-info-titodamiani-DBGI-6e3f1c27/hub/datasets--titodamiani--DBGI/snapshots/14db1ad255059dc79b8ea273279899d4aacd1b2d/data/external/ott3.3/synonyms.tsv (origin=hf://datasets/titodamiani/DBGI@14db1ad255059dc79b8ea273279899d4aacd1b2d/data/external/ott3.3/synonyms.tsv), /tmp/hf-datasets-cache/medium/datasets/75557593554674-config-parquet-and-info-titodamiani-DBGI-6e3f1c27/hub/datasets--titodamiani--DBGI/snapshots/14db1ad255059dc79b8ea273279899d4aacd1b2d/data/external/ott3.3/taxonomy.tsv (origin=hf://datasets/titodamiani/DBGI@14db1ad255059dc79b8ea273279899d4aacd1b2d/data/external/ott3.3/taxonomy.tsv), /tmp/hf-datasets-cache/medium/datasets/75557593554674-config-parquet-and-info-titodamiani-DBGI-6e3f1c27/hub/datasets--titodamiani--DBGI/snapshots/14db1ad255059dc79b8ea273279899d4aacd1b2d/data/interim/gnverifier/dbgi_gnver.csv (origin=hf://datasets/titodamiani/DBGI@14db1ad255059dc79b8ea273279899d4aacd1b2d/data/interim/gnverifier/dbgi_gnver.csv)]
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Traceback: Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1800, in _prepare_split_single
writer.write_table(table)
File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 765, in write_table
self._write_table(pa_table, writer_batch_size=writer_batch_size)
File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 773, in _write_table
pa_table = table_cast(pa_table, self._schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2321, in table_cast
return cast_table_to_schema(table, schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2249, in cast_table_to_schema
raise CastError(
datasets.table.CastError: Couldn't cast
1098176: int64
|: string
767311: int64
|.1: string
Pasteurellaceae: string
|.2: string
family: string
|.3: string
silva:A16379/#5,ncbi:712,worms:394200,gbif:9536,irmng:104984: string
|.4: string
Pasteurellaceae (family silva:A16379/#5): string
|.5: string
Unnamed: 12: string
|.6: string
Unnamed: 14: double
-- schema metadata --
pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 2108
to
{'original_sample_id': Value('string'), 'ms_container_id': Value('string'), 'extraction_container_id': Value('string'), 'original_sample_container_id': Value('string'), 'qfield_project': Value('string'), 'field_collector_fullname': Value('string'), 'field_taxon_name': Value('string'), 'field_latitude': Value('float64'), 'field_longitude': Value('float64'), 'field_comment_eco': Value('string'), 'field_weather': Value('string'), 'field_sample_name': Value('string'), 'field_geometry_coordinates': Value('string'), 'field_date': Value('float64'), 'extraction_dried_weight': Value('string'), 'extraction_solvent_volume': Value('string'), 'extraction_dried_weight_unit_symbol': Value('string'), 'extraction_solvent_volume_unit_symbol': Value('string'), 'extraction_method_method_name': Value('string'), 'aliquot_aliquot_volume': Value('string'), 'aliquot_volume_unit_symbol': Value('string'), 'ms_filename': Value('string'), 'ms_injection_volume': Value('string'), 'ms_injection_volume_unit_symbol': Value('string'), 'ms_injection_method_method_name': Value('string'), 'ms_instrument_instrument_id': Value('string'), 'ms_instrument_model_instrument_model': Value('string'), 'ms_instrument_location_room_name': Value('float64'), 'watcher_exact_filename_match': Value('bool'), 'profile_mode': Value('string'), 'profiled_positive': Value('bool'), 'profiled_negative': Value('bool'), 'profiled_any': Value('bool'), 'metadata_lineage_row_count': Value('int64'), 'resolved_taxon_input_name': Value('string'), 'resolved_taxon_canonical': Value('string'), 'resolved_taxon_id': Value('string'), 'resolved_taxon_scientific_name': Value('string'), 'resolved_taxon_matched_name': Value('string'), 'resolved_taxon_current_name': Value('string'), 'resolved_taxon_synonym': Value('bool'), 'resolved_taxon_source_id': Value('float64'), 'resolved_taxon_source_title': Value('string'), 'resolved_taxon_kind': Value('string'), 'resolved_taxon_sort_score': Value('float64'), 'resolved_taxon_match_type': Value('string'), 'resolved_taxon_edit_distance': Value('float64'), 'resolved_taxon_classification_path': Value('string'), 'resolved_taxon_kingdom': Value('string'), 'resolved_taxon_phylum': Value('string'), 'resolved_taxon_class': Value('string'), 'resolved_taxon_order': Value('string'), 'resolved_taxon_family': Value('string'), 'resolved_taxon_genus': Value('string')}
because column names don't match
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1347, in compute_config_parquet_and_info_response
parquet_operations = convert_to_parquet(builder)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 980, in convert_to_parquet
builder.download_and_prepare(
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 882, in download_and_prepare
self._download_and_prepare(
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 943, in _download_and_prepare
self._prepare_split(split_generator, **prepare_split_kwargs)
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1646, in _prepare_split
for job_id, done, content in self._prepare_split_single(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1802, in _prepare_split_single
raise DatasetGenerationCastError.from_cast_error(
datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 15 new columns ({'silva:A16379/#5,ncbi:712,worms:394200,gbif:9536,irmng:104984', 'Pasteurellaceae (family silva:A16379/#5)', 'Unnamed: 12', 'family', 'Pasteurellaceae', 'Unnamed: 14', '1098176', '|.6', '767311', '|.3', '|.5', '|.1', '|.2', '|', '|.4'}) and 54 missing columns ({'resolved_taxon_input_name', 'field_latitude', 'resolved_taxon_kingdom', 'field_taxon_name', 'field_collector_fullname', 'extraction_dried_weight', 'resolved_taxon_id', 'aliquot_volume_unit_symbol', 'aliquot_aliquot_volume', 'ms_instrument_model_instrument_model', 'watcher_exact_filename_match', 'resolved_taxon_genus', 'profile_mode', 'ms_injection_volume', 'qfield_project', 'extraction_container_id', 'field_geometry_coordinates', 'profiled_positive', 'field_longitude', 'ms_injection_method_method_name', 'resolved_taxon_canonical', 'field_weather', 'resolved_taxon_scientific_name', 'resolved_taxon_order', 'resolved_taxon_phylum', 'extraction_dried_weight_unit_symbol', 'resolved_taxon_matched_name', 'original_sample_container_id', 'profiled_any', 'resolved_taxon_kind', 'extraction_solvent_volume_unit_symbol', 'resolved_taxon_sort_score', 'resolved_taxon_source_id', 'resolved_taxon_source_title', 'field_sample_name', 'resolved_taxon_current_name', 'ms_injection_volume_unit_symbol', 'resolved_taxon_family', 'field_date', 'resolved_taxon_edit_distance', 'ms_instrument_location_room_name', 'ms_instrument_instrument_id', 'profiled_negative', 'extraction_solvent_volume', 'resolved_taxon_class', 'ms_container_id', 'metadata_lineage_row_count', 'resolved_taxon_synonym', 'resolved_taxon_classification_path', 'field_comment_eco', 'extraction_method_method_name', 'ms_filename', 'resolved_taxon_match_type', 'original_sample_id'}).
This happened while the csv dataset builder was generating data using
hf://datasets/titodamiani/DBGI/data/external/ott3.3/family.tsv (at revision 14db1ad255059dc79b8ea273279899d4aacd1b2d), [/tmp/hf-datasets-cache/medium/datasets/75557593554674-config-parquet-and-info-titodamiani-DBGI-6e3f1c27/hub/datasets--titodamiani--DBGI/snapshots/14db1ad255059dc79b8ea273279899d4aacd1b2d/data/external/dbgi_may2026.tsv (origin=hf://datasets/titodamiani/DBGI@14db1ad255059dc79b8ea273279899d4aacd1b2d/data/external/dbgi_may2026.tsv), /tmp/hf-datasets-cache/medium/datasets/75557593554674-config-parquet-and-info-titodamiani-DBGI-6e3f1c27/hub/datasets--titodamiani--DBGI/snapshots/14db1ad255059dc79b8ea273279899d4aacd1b2d/data/external/ott3.3/family.tsv (origin=hf://datasets/titodamiani/DBGI@14db1ad255059dc79b8ea273279899d4aacd1b2d/data/external/ott3.3/family.tsv), /tmp/hf-datasets-cache/medium/datasets/75557593554674-config-parquet-and-info-titodamiani-DBGI-6e3f1c27/hub/datasets--titodamiani--DBGI/snapshots/14db1ad255059dc79b8ea273279899d4aacd1b2d/data/external/ott3.3/forwards.tsv (origin=hf://datasets/titodamiani/DBGI@14db1ad255059dc79b8ea273279899d4aacd1b2d/data/external/ott3.3/forwards.tsv), /tmp/hf-datasets-cache/medium/datasets/75557593554674-config-parquet-and-info-titodamiani-DBGI-6e3f1c27/hub/datasets--titodamiani--DBGI/snapshots/14db1ad255059dc79b8ea273279899d4aacd1b2d/data/external/ott3.3/synonyms.tsv (origin=hf://datasets/titodamiani/DBGI@14db1ad255059dc79b8ea273279899d4aacd1b2d/data/external/ott3.3/synonyms.tsv), /tmp/hf-datasets-cache/medium/datasets/75557593554674-config-parquet-and-info-titodamiani-DBGI-6e3f1c27/hub/datasets--titodamiani--DBGI/snapshots/14db1ad255059dc79b8ea273279899d4aacd1b2d/data/external/ott3.3/taxonomy.tsv (origin=hf://datasets/titodamiani/DBGI@14db1ad255059dc79b8ea273279899d4aacd1b2d/data/external/ott3.3/taxonomy.tsv), /tmp/hf-datasets-cache/medium/datasets/75557593554674-config-parquet-and-info-titodamiani-DBGI-6e3f1c27/hub/datasets--titodamiani--DBGI/snapshots/14db1ad255059dc79b8ea273279899d4aacd1b2d/data/interim/gnverifier/dbgi_gnver.csv (origin=hf://datasets/titodamiani/DBGI@14db1ad255059dc79b8ea273279899d4aacd1b2d/data/interim/gnverifier/dbgi_gnver.csv)]
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
original_sample_id string | ms_container_id null | extraction_container_id null | original_sample_container_id string | qfield_project string | field_collector_fullname string | field_taxon_name string | field_latitude float64 | field_longitude float64 | field_comment_eco null | field_weather null | field_sample_name string | field_geometry_coordinates string | field_date float64 | extraction_dried_weight null | extraction_solvent_volume null | extraction_dried_weight_unit_symbol null | extraction_solvent_volume_unit_symbol null | extraction_method_method_name null | aliquot_aliquot_volume null | aliquot_volume_unit_symbol null | ms_filename null | ms_injection_volume null | ms_injection_volume_unit_symbol null | ms_injection_method_method_name null | ms_instrument_instrument_id null | ms_instrument_model_instrument_model null | ms_instrument_location_room_name null | watcher_exact_filename_match null | profile_mode null | profiled_positive bool | profiled_negative bool | profiled_any bool | metadata_lineage_row_count int64 | resolved_taxon_input_name string | resolved_taxon_canonical string | resolved_taxon_id string | resolved_taxon_scientific_name string | resolved_taxon_matched_name string | resolved_taxon_current_name string | resolved_taxon_synonym bool | resolved_taxon_source_id float64 | resolved_taxon_source_title string | resolved_taxon_kind string | resolved_taxon_sort_score float64 | resolved_taxon_match_type string | resolved_taxon_edit_distance float64 | resolved_taxon_classification_path string | resolved_taxon_kingdom string | resolved_taxon_phylum string | resolved_taxon_class string | resolved_taxon_order string | resolved_taxon_family string | resolved_taxon_genus string |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Kdbgi_003920 | null | null | null | jbn | Mazzarine Laboureau | Crocus_flavus_Weston | 6.934422 | 46.999573 | null | null | null | [6.934421655147508, 46.99957185305984] | 20,240,826,160,416 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | false | false | false | 1 | Crocus_flavus_Weston | Crocus flavus | 6BHRL | Crocus_flavus_Weston | Crocus flavus Weston | Crocus flavus Weston | false | 1 | Catalogue of Life | BestMatch | 9.42329 | Exact | 0 | Eukaryota|Plantae|Pteridobiotina|Tracheophyta|Liliopsida|Asparagales|Iridaceae|Crocus|Crocus flavus | Plantae | Tracheophyta | Liliopsida | Asparagales | Iridaceae | Crocus |
dbgi | null | null | null | jbuf | Emmanuel Defossez | Agrimonia eupatoria L. | 7.157249 | 46.79255 | null | null | null | [7.157249090846688, 46.79255100337638] | 20,240,625,134,458 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | false | false | false | 1 | Agrimonia eupatoria L. | Agrimonia eupatoria | B7GN | Agrimonia eupatoria L. | Agrimonia eupatoria L. | Agrimonia eupatoria L. | false | 1 | Catalogue of Life | BestMatch | 9.42329 | Exact | 0 | Eukaryota|Plantae|Pteridobiotina|Tracheophyta|Magnoliopsida|Rosales|Rosaceae|Rosoideae|Agrimonieae|Agrimoniinae|Agrimonia|Agrimonia eupatoria | Plantae | Tracheophyta | Magnoliopsida | Rosales | Rosaceae | Agrimonia |
dbgi_000001 | null | null | dbgi_000001 | jbuf | null | null | 7.155891 | 46.792686 | null | null | Saccharum officinarum L. | [7.155890863242311, 46.79268496953489] | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | false | false | false | 1 | Saccharum officinarum L. | Saccharum officinarum | 4TWQL | Saccharum officinarum L. | Saccharum officinarum L. | Saccharum officinarum L. | false | 1 | Catalogue of Life | BestMatch | 9.42329 | Exact | 0 | Eukaryota|Plantae|Pteridobiotina|Tracheophyta|Liliopsida|Poales|Poaceae|Saccharum|Saccharum officinarum | Plantae | Tracheophyta | Liliopsida | Poales | Poaceae | Saccharum |
dbgi_000002 | null | null | dbgi_000002 | jbuf | null | null | 7.155885 | 46.79272 | null | null | Derris elliptica Benth. | [7.155885297941441, 46.7927217250739] | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | false | false | false | 1 | Derris elliptica Benth. | Derris elliptica | 34YTC | Derris elliptica Benth. | Derris elliptica (Wall.) Benth. | Derris elliptica (Wall.) Benth. | false | 1 | Catalogue of Life | BestMatch | 9.42053 | Exact | 0 | Eukaryota|Plantae|Pteridobiotina|Tracheophyta|Magnoliopsida|Fabales|Fabaceae|Derris|Derris elliptica | Plantae | Tracheophyta | Magnoliopsida | Fabales | Fabaceae | Derris |
dbgi_000003 | null | null | dbgi_000003 | jbuf | null | null | 7.155862 | 46.79271 | null | null | Psychotria bacteriophila Valet. | [7.155862201292582, 46.792710333485566] | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | false | false | false | 1 | Psychotria bacteriophila Valet. | Psychotria bacteriophila | 6WJQG | Psychotria bacteriophila Valet. | Psychotria bacteriophila Valeton | Psychotria punctata Vatke | true | 1 | Catalogue of Life | BestMatch | 9.42295 | Exact | 0 | Eukaryota|Plantae|Pteridobiotina|Tracheophyta|Magnoliopsida|Gentianales|Rubiaceae|Rubioideae|Psychotrieae|Psychotria|Psychotria punctata | Plantae | Tracheophyta | Magnoliopsida | Gentianales | Rubiaceae | Psychotria |
dbgi_000004 | null | null | dbgi_000004 | jbuf | null | null | 7.155879 | 46.79271 | null | null | Morinda citrifolia L. | [7.155879207898465, 46.79270974682904] | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | false | false | false | 1 | Morinda citrifolia L. | Morinda citrifolia | 44DHL | Morinda citrifolia L. | Morinda citrifolia L. | Morinda citrifolia L. | false | 1 | Catalogue of Life | BestMatch | 9.42329 | Exact | 0 | Eukaryota|Plantae|Pteridobiotina|Tracheophyta|Magnoliopsida|Gentianales|Rubiaceae|Rubioideae|Morindeae|Morinda|Morinda citrifolia | Plantae | Tracheophyta | Magnoliopsida | Gentianales | Rubiaceae | Morinda |
dbgi_000005 | null | null | dbgi_000005 | jbuf | null | null | 7.155932 | 46.7927 | null | null | Sansevieria longifolia Sims. | [7.155932617111241, 46.79270258811607] | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | false | false | false | 1 | Sansevieria longifolia Sims. | Sansevieria | 8W39T | Sansevieria longifolia Sims. | Sansevieria Petagna | Dracaena Vand. ex L. | true | 1 | Catalogue of Life | BestMatch | 8.61994 | PartialExact | 0 | Eukaryota|Plantae|Pteridobiotina|Tracheophyta|Liliopsida|Asparagales|Asparagaceae|Dracaena | Plantae | Tracheophyta | Liliopsida | Asparagales | Asparagaceae | Sansevieria |
dbgi_000006 | null | null | dbgi_000006 | jbuf | null | null | 7.15593 | 46.792744 | null | null | Cyperus papyrus L. | [7.155930029313038, 46.79274189841964] | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | false | false | false | 1 | Cyperus papyrus L. | Cyperus papyrus | 33D3R | Cyperus papyrus L. | Cyperus papyrus L. | Cyperus papyrus L. | false | 1 | Catalogue of Life | BestMatch | 9.42329 | Exact | 0 | Eukaryota|Plantae|Pteridobiotina|Tracheophyta|Liliopsida|Poales|Cyperaceae|Cyperus|Cyperus papyrus | Plantae | Tracheophyta | Liliopsida | Poales | Cyperaceae | Cyperus |
dbgi_000007 | null | null | dbgi_000007 | jbuf | null | null | 7.155917 | 46.792698 | null | null | Manihot esculenta Crantz | [7.155916680694503, 46.79269886547172] | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | false | false | false | 1 | Manihot esculenta Crantz | Manihot esculenta | 3XV44 | Manihot esculenta Crantz | Manihot esculenta Crantz | Manihot esculenta Crantz | false | 1 | Catalogue of Life | BestMatch | 9.42329 | Exact | 0 | Eukaryota|Plantae|Pteridobiotina|Tracheophyta|Magnoliopsida|Malpighiales|Euphorbiaceae|Crotonoideae|Manihoteae|Manihot|Manihot esculenta | Plantae | Tracheophyta | Magnoliopsida | Malpighiales | Euphorbiaceae | Manihot |
dbgi_000008 | null | null | dbgi_000008 | jbuf | null | null | 7.155873 | 46.792706 | null | null | Alpinia officinarum Hance | [7.155873103349801, 46.79270552375591] | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | false | false | false | 1 | Alpinia officinarum Hance | Alpinia officinarum | 65YCP | Alpinia officinarum Hance | Alpinia officinarum Hance | Alpinia officinarum Hance | false | 1 | Catalogue of Life | BestMatch | 9.42329 | Exact | 0 | Eukaryota|Plantae|Pteridobiotina|Tracheophyta|Liliopsida|Zingiberales|Zingiberaceae|Alpinia|Alpinia officinarum | Plantae | Tracheophyta | Liliopsida | Zingiberales | Zingiberaceae | Alpinia |
dbgi_000009 | null | null | dbgi_000009 | jbuf | null | null | 7.155875 | 46.792717 | null | null | Strophanthus hispidus D.C. | [7.155875081224536, 46.7927177451605] | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | false | false | false | 1 | Strophanthus hispidus D.C. | Strophanthus hispidus | 6ZYP2 | Strophanthus hispidus D.C. | Strophanthus hispidus A.DC. | Strophanthus hispidus A.DC. | false | 1 | Catalogue of Life | BestMatch | 9.40932 | Exact | 0 | Eukaryota|Plantae|Pteridobiotina|Tracheophyta|Magnoliopsida|Gentianales|Apocynaceae|Apocynoideae|Nerieae|Alafiinae|Strophanthus|Strophanthus hispidus | Plantae | Tracheophyta | Magnoliopsida | Gentianales | Apocynaceae | Strophanthus |
dbgi_000010 | null | null | dbgi_000010 | jbuf | null | null | 7.155942 | 46.792713 | null | null | Ficus elastica Roxb. | [7.15594194322976, 46.79271305412463] | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | false | false | false | 1 | Ficus elastica Roxb. | Ficus elastica | 6HXJH | Ficus elastica Roxb. | Ficus elastica Roxb. | Ficus elastica Roxb. | false | 1 | Catalogue of Life | BestMatch | 9.42329 | Exact | 0 | Eukaryota|Plantae|Pteridobiotina|Tracheophyta|Magnoliopsida|Rosales|Moraceae|Ficeae|Ficus|Ficus elastica | Plantae | Tracheophyta | Magnoliopsida | Rosales | Moraceae | Ficus |
dbgi_000011 | null | null | dbgi_000011 | jbuf | null | null | 7.155878 | 46.792683 | null | null | Persea americana Mill. | [7.155878016948184, 46.7926811776458] | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | false | false | false | 1 | Persea americana Mill. | Persea americana | 4F97T | Persea americana Mill. | Persea americana Mill. | Persea americana Mill. | false | 1 | Catalogue of Life | BestMatch | 9.42329 | Exact | 0 | Eukaryota|Plantae|Pteridobiotina|Tracheophyta|Magnoliopsida|Laurales|Lauraceae|Perseeae|Persea|Persea americana | Plantae | Tracheophyta | Magnoliopsida | Laurales | Lauraceae | Persea |
dbgi_000012 | null | null | dbgi_000012 | jbuf | null | null | 7.155882 | 46.792683 | null | null | Cyperus esculentus L. | [7.155882143576468, 46.792684441107056] | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | false | false | false | 1 | Cyperus esculentus L. | Cyperus esculentus | 33C6P | Cyperus esculentus L. | Cyperus esculentus L. | Cyperus esculentus L. | false | 1 | Catalogue of Life | BestMatch | 9.42329 | Exact | 0 | Eukaryota|Plantae|Pteridobiotina|Tracheophyta|Liliopsida|Poales|Cyperaceae|Cyperus|Cyperus esculentus | Plantae | Tracheophyta | Liliopsida | Poales | Cyperaceae | Cyperus |
dbgi_000013 | null | null | dbgi_000013 | jbuf | null | null | 7.155904 | 46.7927 | null | null | Crescentia cujete L. | [7.155904178797281, 46.79270097907772] | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | false | false | false | 1 | Crescentia cujete L. | Crescentia cujete | ZF3R | Crescentia cujete L. | Crescentia cujete L. | Crescentia cujete L. | false | 1 | Catalogue of Life | BestMatch | 9.42329 | Exact | 0 | Eukaryota|Plantae|Pteridobiotina|Tracheophyta|Magnoliopsida|Lamiales|Bignoniaceae|Crescentieae|Crescentia|Crescentia cujete | Plantae | Tracheophyta | Magnoliopsida | Lamiales | Bignoniaceae | Crescentia |
dbgi_000014 | null | null | dbgi_000014 | jbuf | null | null | 7.155912 | 46.792732 | null | null | Musa basjoo Iinuma | [7.155911793923872, 46.79273062751146] | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | false | false | false | 1 | Musa basjoo Iinuma | Musa basjoo | CDNR3 | Musa basjoo Iinuma | Musa basjoo Siebold ex Miq. | Musa basjoo Siebold ex Miq. | false | 1 | Catalogue of Life | BestMatch | 9.40932 | Exact | 0 | Eukaryota|Plantae|Pteridobiotina|Tracheophyta|Liliopsida|Zingiberales|Musaceae|Musa|Musa basjoo | Plantae | Tracheophyta | Liliopsida | Zingiberales | Musaceae | Musa |
dbgi_000015 | null | null | dbgi_000015 | jbuf | null | null | 7.155882 | 46.792713 | null | null | Catharanthus roseus (L.) G. Don. (rosa) | [7.155881973247504, 46.79271254992008] | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | false | false | false | 1 | Catharanthus roseus (L.) G. Don. (rosa) | Catharanthus roseus | RTT8 | Catharanthus roseus (L.) G. Don. (rosa) | Catharanthus roseus (L.) G.Don | Catharanthus roseus (L.) G.Don | false | 1 | Catalogue of Life | BestMatch | 9.42329 | Exact | 0 | Eukaryota|Plantae|Pteridobiotina|Tracheophyta|Magnoliopsida|Gentianales|Apocynaceae|Rauvolfioideae|Vinceae|Catharanthinae|Catharanthus|Catharanthus roseus | Plantae | Tracheophyta | Magnoliopsida | Gentianales | Apocynaceae | Catharanthus |
dbgi_000016 | null | null | dbgi_000016 | jbuf | null | null | 7.15596 | 46.792713 | null | null | Physalis peruviana L. | [7.155959381979473, 46.79271172196668] | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | false | false | false | 1 | Physalis peruviana L. | Physalis peruviana | 4HFJV | Physalis peruviana L. | Physalis peruviana L. | Physalis peruviana L. | false | 1 | Catalogue of Life | BestMatch | 9.42329 | Exact | 0 | Eukaryota|Plantae|Pteridobiotina|Tracheophyta|Magnoliopsida|Solanales|Solanaceae|Solanoideae|Physalideae|Physalidinae|Physalis|Physalis peruviana | Plantae | Tracheophyta | Magnoliopsida | Solanales | Solanaceae | Physalis |
dbgi_000017 | null | null | dbgi_000017 | jbuf | null | null | 7.155883 | 46.79269 | null | null | Gossypium arboreum L. | [7.155883488965822, 46.79268916815975] | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | false | false | false | 1 | Gossypium arboreum L. | Gossypium arboreum | 6L3RF | Gossypium arboreum L. | Gossypium arboreum L. | Gossypium arboreum L. | false | 1 | Catalogue of Life | BestMatch | 9.42329 | Exact | 0 | Eukaryota|Plantae|Pteridobiotina|Tracheophyta|Magnoliopsida|Malvales|Malvaceae|Malvoideae|Gossypieae|Gossypium|Gossypium arboreum | Plantae | Tracheophyta | Magnoliopsida | Malvales | Malvaceae | Gossypium |
dbgi_000018 | null | null | dbgi_000018 | jbuf | null | null | 7.155863 | 46.792706 | null | null | Costus afer Ker-Gawl. | [7.155863276330853, 46.79270635448691] | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | false | false | false | 1 | Costus afer Ker-Gawl. | Costus afer | 6B98N | Costus afer Ker-Gawl. | Costus afer Ker Gawl. | Costus afer Ker Gawl. | false | 1 | Catalogue of Life | BestMatch | 9.40932 | Exact | 0 | Eukaryota|Plantae|Pteridobiotina|Tracheophyta|Liliopsida|Zingiberales|Costaceae|Costus|Costus afer | Plantae | Tracheophyta | Liliopsida | Zingiberales | Costaceae | Costus |
dbgi_000019 | null | null | dbgi_000019 | jbuf | null | null | 7.155949 | 46.79271 | null | null | Payena leerii (Teijsm. et Binn.) Kurz | [7.155948706559165, 46.7927097770017] | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | false | false | false | 1 | Payena leerii (Teijsm. et Binn.) Kurz | Payena leerii | 75VRX | Payena leerii (Teijsm. et Binn.) Kurz | Payena leerii (T. & B.) Kurz | Payena leerii (T. & B.) Kurz | false | 1 | Catalogue of Life | BestMatch | 9.42329 | Exact | 0 | Eukaryota|Plantae|Pteridobiotina|Tracheophyta|Magnoliopsida|Ericales|Sapotaceae|Sapotoideae|Isonandreae|Payena|Payena leerii | Plantae | Tracheophyta | Magnoliopsida | Ericales | Sapotaceae | Payena |
dbgi_000020 | null | null | dbgi_000020 | jbuf | null | null | 7.155903 | 46.792698 | null | null | Hibiscus tiliaceus L. | [7.155902669814688, 46.79269729228271] | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | false | false | false | 1 | Hibiscus tiliaceus L. | Hibiscus tiliaceus | 3LKC5 | Hibiscus tiliaceus L. | Hibiscus tiliaceus L. | Talipariti tiliaceum (L.) Fryxell | true | 1 | Catalogue of Life | BestMatch | 9.42295 | Exact | 0 | Eukaryota|Plantae|Pteridobiotina|Tracheophyta|Magnoliopsida|Malvales|Malvaceae|Malvoideae|Hibisceae|Talipariti|Talipariti tiliaceum | Plantae | Tracheophyta | Magnoliopsida | Malvales | Malvaceae | Hibiscus |
dbgi_000021 | null | null | dbgi_000021 | jbuf | null | null | 7.155945 | 46.79271 | null | null | Carludovica palmata Ruiz et Pav. | [7.155945082257371, 46.79270745138837] | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | false | false | false | 1 | Carludovica palmata Ruiz et Pav. | Carludovica palmata | 69C5P | Carludovica palmata Ruiz et Pav. | Carludovica palmata Ruiz & Pav. | Carludovica palmata Ruiz & Pav. | false | 1 | Catalogue of Life | BestMatch | 9.42329 | Exact | 0 | Eukaryota|Plantae|Pteridobiotina|Tracheophyta|Liliopsida|Pandanales|Cyclanthaceae|Carludovica|Carludovica palmata | Plantae | Tracheophyta | Liliopsida | Pandanales | Cyclanthaceae | Carludovica |
dbgi_000022 | null | null | dbgi_000022 | jbuf | null | null | 7.155931 | 46.792698 | null | null | Furcraea foetida (L.) Haw. | [7.155931083853178, 46.79269600550074] | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | false | false | false | 1 | Furcraea foetida (L.) Haw. | Furcraea foetida | 6JSYP | Furcraea foetida (L.) Haw. | Furcraea foetida (L.) Haw. | Furcraea foetida (L.) Haw. | false | 1 | Catalogue of Life | BestMatch | 9.42329 | Exact | 0 | Eukaryota|Plantae|Pteridobiotina|Tracheophyta|Liliopsida|Asparagales|Asparagaceae|Furcraea|Furcraea foetida | Plantae | Tracheophyta | Liliopsida | Asparagales | Asparagaceae | Furcraea |
dbgi_000023 | null | null | dbgi_000023 | jbuf | null | null | 7.155925 | 46.79269 | null | null | Musa x paradisiaca L. | [7.155925438665145, 46.79269212291882] | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | false | false | false | 1 | Musa x paradisiaca L. | Musa × paradisiaca | 6RQNL | Musa x paradisiaca L. | Musa × paradisiaca L. | Musa × paradisiaca L. | false | 1 | Catalogue of Life | BestMatch | 9.42329 | Exact | 0 | Eukaryota|Plantae|Pteridobiotina|Tracheophyta|Liliopsida|Zingiberales|Musaceae|Musa|Musa paradisiaca | Plantae | Tracheophyta | Liliopsida | Zingiberales | Musaceae | Musa |
dbgi_000024 | null | null | dbgi_000024 | jbuf | null | null | 7.155904 | 46.792694 | null | null | Canna indica L. | [7.155903931026096, 46.79269298797331] | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | false | false | false | 1 | Canna indica L. | Canna indica | 68XTV | Canna indica L. | Canna indica L. | Canna indica L. | false | 1 | Catalogue of Life | BestMatch | 9.42329 | Exact | 0 | Eukaryota|Plantae|Pteridobiotina|Tracheophyta|Liliopsida|Zingiberales|Cannaceae|Canna|Canna indica | Plantae | Tracheophyta | Liliopsida | Zingiberales | Cannaceae | Canna |
dbgi_000025 | null | null | dbgi_000025 | jbuf | null | null | 7.155941 | 46.79274 | null | null | Oryza sativa L. 'Axios' | [7.155940609799977, 46.79273935472196] | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | false | false | false | 1 | Oryza sativa L. 'Axios' | Oryza sativa | 6SZF3 | Oryza sativa L. 'Axios' | Oryza sativa L. | Oryza sativa L. | false | 1 | Catalogue of Life | BestMatch | 9.42329 | Exact | 0 | Eukaryota|Plantae|Pteridobiotina|Tracheophyta|Liliopsida|Poales|Poaceae|Oryza|Oryza sativa | Plantae | Tracheophyta | Liliopsida | Poales | Poaceae | Oryza |
dbgi_000026 | null | null | dbgi_000026 | jbuf | null | null | 7.155884 | 46.792675 | null | null | Arachis hypogaea L. | [7.155884407374035, 46.792674904297776] | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | false | false | false | 1 | Arachis hypogaea L. | Arachis hypogaea | G2TD | Arachis hypogaea L. | Arachis hypogaea L. | Arachis hypogaea L. | false | 1 | Catalogue of Life | BestMatch | 9.42329 | Exact | 0 | Eukaryota|Plantae|Pteridobiotina|Tracheophyta|Magnoliopsida|Fabales|Fabaceae|Arachis|Arachis hypogaea | Plantae | Tracheophyta | Magnoliopsida | Fabales | Fabaceae | Arachis |
dbgi_000027 | null | null | dbgi_000027 | jbuf | null | null | 7.155963 | 46.792706 | null | null | Carica papaya L. | [7.155962230090246, 46.79270631759064] | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | false | false | false | 1 | Carica papaya L. | Carica papaya | RCZK | Carica papaya L. | Carica papaya L. | Carica papaya L. | false | 1 | Catalogue of Life | BestMatch | 9.42329 | Exact | 0 | Eukaryota|Plantae|Pteridobiotina|Tracheophyta|Magnoliopsida|Capparales|Caricaceae|Carica|Carica papaya | Plantae | Tracheophyta | Magnoliopsida | Capparales | Caricaceae | Carica |
dbgi_000028 | null | null | dbgi_000028 | jbuf | null | null | 7.155931 | 46.79271 | null | null | Abutilon grandifolium (Willd.) Sweet | [7.155930741046895, 46.79270855596032] | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | false | false | false | 1 | Abutilon grandifolium (Willd.) Sweet | Abutilon grandifolium | 8N43 | Abutilon grandifolium (Willd.) Sweet | Abutilon grandifolium (Willd.) Sweet | Abutilon grandifolium (Willd.) Sweet | false | 1 | Catalogue of Life | BestMatch | 9.42329 | Exact | 0 | Eukaryota|Plantae|Pteridobiotina|Tracheophyta|Magnoliopsida|Malvales|Malvaceae|Malvoideae|Malveae|Abutilinae|Abutilon|Abutilon grandifolium | Plantae | Tracheophyta | Magnoliopsida | Malvales | Malvaceae | Abutilon |
dbgi_000029 | null | null | dbgi_000029 | jbuf | null | null | 7.155901 | 46.792725 | null | null | Boehmeria nivea (L.) Gaudich. s.l. | [7.155901467998406, 46.79272611794782] | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | false | false | false | 1 | Boehmeria nivea (L.) Gaudich. s.l. | Boehmeria nivea | M9GG | Boehmeria nivea (L.) Gaudich. s.l. | Boehmeria nivea (L.) Gaudich. | Boehmeria nivea (L.) Gaudich. | false | 1 | Catalogue of Life | BestMatch | 9.42329 | Exact | 0 | Eukaryota|Plantae|Pteridobiotina|Tracheophyta|Magnoliopsida|Rosales|Urticaceae|Urticoideae|Boehmerieae|Boehmeriinae|Boehmeria|Boehmeria nivea | Plantae | Tracheophyta | Magnoliopsida | Rosales | Urticaceae | Boehmeria |
dbgi_000030 | null | null | dbgi_000030 | jbuf | null | null | 7.155886 | 46.79269 | null | null | Abroma augustum (L.) L. f. | [7.155886257103059, 46.792691441876485] | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | false | false | false | 1 | Abroma augustum (L.) L. f. | Abroma augustum | 8M3N | Abroma augustum (L.) L. f. | Abroma augustum (L.) L.fil. | Abroma augustum (L.) L.fil. | false | 1 | Catalogue of Life | BestMatch | 9.42329 | Exact | 0 | Eukaryota|Plantae|Pteridobiotina|Tracheophyta|Magnoliopsida|Malvales|Malvaceae|Byttnerioideae|Byttnerieae|Abroma|Abroma augustum | Plantae | Tracheophyta | Magnoliopsida | Malvales | Malvaceae | Abroma |
dbgi_000031 | null | null | dbgi_000031 | jbuf | null | null | 7.155869 | 46.79271 | null | null | Costus speciosus (J. Knig) Sm. | [7.155868453983496, 46.79270894639171] | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | false | false | false | 1 | Costus speciosus (J. Knig) Sm. | Costus speciosus | 6B99R | Costus speciosus (J. Knig) Sm. | Costus speciosus (J.Koenig) Sm. | Hellenia speciosa (J.Koenig) S.R.Dutta | true | 1 | Catalogue of Life | BestMatch | 9.41461 | Exact | 0 | Eukaryota|Plantae|Pteridobiotina|Tracheophyta|Liliopsida|Zingiberales|Costaceae|Hellenia|Hellenia speciosa | Plantae | Tracheophyta | Liliopsida | Zingiberales | Costaceae | Costus |
dbgi_000032 | null | null | dbgi_000032 | jbuf | null | null | 7.155889 | 46.792717 | null | null | Thevetia peruviana (Pers.) K. Schum. | [7.155888424246138, 46.79271853845764] | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | false | false | false | 1 | Thevetia peruviana (Pers.) K. Schum. | Thevetia peruviana | 56G4F | Thevetia peruviana (Pers.) K. Schum. | Thevetia peruviana (Pers.) K.Schum. | Cascabela thevetia (L.) Lippold | true | 1 | Catalogue of Life | BestMatch | 9.42295 | Exact | 0 | Eukaryota|Plantae|Pteridobiotina|Tracheophyta|Magnoliopsida|Gentianales|Apocynaceae|Rauvolfioideae|Plumerieae|Thevetiinae|Cascabela|Cascabela thevetia | Plantae | Tracheophyta | Magnoliopsida | Gentianales | Apocynaceae | Thevetia |
dbgi_000033 | null | null | dbgi_000033 | jbuf | null | null | 7.155954 | 46.792706 | null | null | Sansevieria trifasciata Prain | [7.155954099685705, 46.79270398078219] | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | false | false | false | 1 | Sansevieria trifasciata Prain | Sansevieria trifasciata | 6XJ74 | Sansevieria trifasciata Prain | Sansevieria trifasciata Prain | Dracaena trifasciata (Prain) Mabb. | true | 1 | Catalogue of Life | BestMatch | 9.42295 | Exact | 0 | Eukaryota|Plantae|Pteridobiotina|Tracheophyta|Liliopsida|Asparagales|Asparagaceae|Dracaena|Dracaena trifasciata | Plantae | Tracheophyta | Liliopsida | Asparagales | Asparagaceae | Sansevieria |
dbgi_000034 | null | null | dbgi_000034 | jbuf | null | null | 7.155944 | 46.792698 | null | null | Sansevieria trifasciata Prain laurentii | [7.155943972373502, 46.79269974163029] | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | false | false | false | 1 | Sansevieria trifasciata Prain laurentii | Sansevieria trifasciata var. laurentii | 5RBZJ | Sansevieria trifasciata Prain laurentii | Sansevieria trifasciata var. laurentii (De Wild.) N.E.Br. | Dracaena trifasciata subsp. trifasciata | true | 1 | Catalogue of Life | BestMatch | 9.49387 | Exact | 0 | Eukaryota|Plantae|Pteridobiotina|Tracheophyta|Liliopsida|Asparagales|Asparagaceae|Dracaena|Dracaena trifasciata|Dracaena trifasciata trifasciata | Plantae | Tracheophyta | Liliopsida | Asparagales | Asparagaceae | Sansevieria |
dbgi_000035 | null | null | dbgi_000035 | jbuf | null | null | 7.155938 | 46.792706 | null | null | Sansevieria trifasciata Prain 'Hahnii' | [7.155937471160788, 46.79270658184757] | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | false | false | false | 1 | Sansevieria trifasciata Prain 'Hahnii' | Sansevieria trifasciata | 6XJ74 | Sansevieria trifasciata Prain 'Hahnii' | Sansevieria trifasciata Prain | Dracaena trifasciata (Prain) Mabb. | true | 1 | Catalogue of Life | BestMatch | 9.42295 | Exact | 0 | Eukaryota|Plantae|Pteridobiotina|Tracheophyta|Liliopsida|Asparagales|Asparagaceae|Dracaena|Dracaena trifasciata | Plantae | Tracheophyta | Liliopsida | Asparagales | Asparagaceae | Sansevieria |
dbgi_000036 | null | null | dbgi_000036 | jbuf | null | null | 7.156599 | 46.793007 | null | null | Ephedra helvetica | [7.156599147021051, 46.79300800986076] | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | false | false | false | 1 | Ephedra helvetica | Ephedra helvetica | 6FNFS | Ephedra helvetica | Ephedra helvetica C.A.Mey. | Ephedra distachya subsp. helvetica (C.A.Mey.) Asch. & Graebn. | true | 1 | Catalogue of Life | BestMatch | 9.4118 | Exact | 0 | Eukaryota|Plantae|Pteridobiotina|Tracheophyta|Pinopsida|Gnetidae|Ephedrales|Ephedraceae|Ephedra|Ephedra distachya|Ephedra distachya helvetica | Plantae | Tracheophyta | Pinopsida | Ephedrales | Ephedraceae | Ephedra |
dbgi_000037 | null | null | dbgi_000037 | jbuf | null | null | 7.155736 | 46.79308 | null | null | echeveria elegans | [7.155735584644466, 46.79308073535394] | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | false | false | false | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
dbgi_000038 | null | null | dbgi_000038 | jbuf | null | null | 7.156599 | 46.793 | null | null | leonurus cardiaca | [7.156598742366603, 46.79299872593101] | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | false | false | false | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
dbgi_000039 | null | null | dbgi_000039 | jbuf | null | null | 7.155628 | 46.793133 | null | null | oscularia deltoides | [7.155627606314343, 46.79313357992488] | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | false | false | false | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
dbgi_000040 | null | null | dbgi_000040 | jbuf | null | null | 7.15587 | 46.79268 | null | null | Senna alexandrina Mill. | [7.155869507124742, 46.79267833313018] | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | false | false | false | 1 | Senna alexandrina Mill. | Senna alexandrina | 4WP77 | Senna alexandrina Mill. | Senna alexandrina Mill. | Senna alexandrina Mill. | false | 1 | Catalogue of Life | BestMatch | 9.42329 | Exact | 0 | Eukaryota|Plantae|Pteridobiotina|Tracheophyta|Magnoliopsida|Fabales|Fabaceae|Senna|Senna alexandrina | Plantae | Tracheophyta | Magnoliopsida | Fabales | Fabaceae | Senna |
dbgi_000041 | null | null | dbgi_000041 | jbuf | null | null | 7.155963 | 46.79267 | null | null | Musa acuminata Colla | [7.155962713374546, 46.79267272344666] | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | false | false | false | 1 | Musa acuminata Colla | Musa acuminata | 44NQ3 | Musa acuminata Colla | Musa acuminata Colla | Musa acuminata Colla | false | 1 | Catalogue of Life | BestMatch | 9.42329 | Exact | 0 | Eukaryota|Plantae|Pteridobiotina|Tracheophyta|Liliopsida|Zingiberales|Musaceae|Musa|Musa acuminata | Plantae | Tracheophyta | Liliopsida | Zingiberales | Musaceae | Musa |
dbgi_000042 | null | null | dbgi_000042 | jbuf | null | null | 7.155883 | 46.792667 | null | null | Pogostemon cablin (Blanco) Benth. | [7.155883166515526, 46.79266784279811] | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | false | false | false | 1 | Pogostemon cablin (Blanco) Benth. | Pogostemon cablin | 77SKL | Pogostemon cablin (Blanco) Benth. | Pogostemon cablin (Blanco) Benth. | Pogostemon cablin (Blanco) Benth. | false | 1 | Catalogue of Life | BestMatch | 9.42329 | Exact | 0 | Eukaryota|Plantae|Pteridobiotina|Tracheophyta|Magnoliopsida|Lamiales|Lamiaceae|Lamioideae|Pogostemoneae|Pogostemon|Pogostemon cablin | Plantae | Tracheophyta | Magnoliopsida | Lamiales | Lamiaceae | Pogostemon |
dbgi_000043 | null | null | dbgi_000043 | jbuf | null | null | 7.15585 | 46.792694 | null | null | Piper retrofractum Vahl | [7.155850141172595, 46.79269533831204] | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | false | false | false | 1 | Piper retrofractum Vahl | Piper retrofractum | 4J5MG | Piper retrofractum Vahl | Piper retrofractum Vahl | Piper retrofractum Vahl | false | 1 | Catalogue of Life | BestMatch | 9.42329 | Exact | 0 | Eukaryota|Plantae|Pteridobiotina|Tracheophyta|Magnoliopsida|Piperales|Piperaceae|Piperoideae|Piper|Piper retrofractum | Plantae | Tracheophyta | Magnoliopsida | Piperales | Piperaceae | Piper |
dbgi_000044 | null | null | dbgi_000044 | jbuf | null | null | 7.155937 | 46.792664 | null | null | Lippia dulcis Trevis. | [7.155937126726016, 46.79266503814228] | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | false | false | false | 1 | Lippia dulcis Trevis. | Lippia dulcis | 3VBTT | Lippia dulcis Trevis. | Lippia dulcis Trevir. | Lippia dulcis Trevir. | false | 1 | Catalogue of Life | BestMatch | 9.40932 | Exact | 0 | Eukaryota|Plantae|Pteridobiotina|Tracheophyta|Magnoliopsida|Lamiales|Verbenaceae|Lantaneae|Lippia|Lippia dulcis | Plantae | Tracheophyta | Magnoliopsida | Lamiales | Verbenaceae | Lippia |
dbgi_000045 | null | null | dbgi_000045 | jbuf | null | null | 7.155983 | 46.79268 | null | null | Mangifera indica L. | [7.155982449940585, 46.792679483285966] | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | false | false | false | 1 | Mangifera indica L. | Mangifera indica | 72SKV | Mangifera indica L. | Mangifera indica L. | Mangifera indica L. | false | 1 | Catalogue of Life | BestMatch | 9.42329 | Exact | 0 | Eukaryota|Plantae|Pteridobiotina|Tracheophyta|Magnoliopsida|Sapindales|Anacardiaceae|Anacardieae|Mangifera|Mangifera indica | Plantae | Tracheophyta | Magnoliopsida | Sapindales | Anacardiaceae | Mangifera |
dbgi_000046 | null | null | dbgi_000046 | jbuf | null | null | 7.155914 | 46.792645 | null | null | Cinnamomum zeylanicum Blume | [7.155914098154034, 46.79264572863861] | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | false | false | false | 1 | Cinnamomum zeylanicum Blume | Cinnamomum zeylanicum | 5YV69 | Cinnamomum zeylanicum Blume | Cinnamomum zeylanicum Blume | Cinnamomum verum J.Presl | true | 1 | Catalogue of Life | BestMatch | 9.42295 | Exact | 0 | Eukaryota|Plantae|Pteridobiotina|Tracheophyta|Magnoliopsida|Laurales|Lauraceae|Cinnamomeae|Cinnamomum|Cinnamomum verum | Plantae | Tracheophyta | Magnoliopsida | Laurales | Lauraceae | Cinnamomum |
dbgi_000047 | null | null | dbgi_000047 | jbuf | null | null | 7.155926 | 46.79265 | null | null | Piper longum L. | [7.155926423896306, 46.79264828853218] | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | false | false | false | 1 | Piper longum L. | Piper longum | 4J4P3 | Piper longum L. | Piper longum L. | Piper longum L. | false | 1 | Catalogue of Life | BestMatch | 9.42329 | Exact | 0 | Eukaryota|Plantae|Pteridobiotina|Tracheophyta|Magnoliopsida|Piperales|Piperaceae|Piperoideae|Piper|Piper longum | Plantae | Tracheophyta | Magnoliopsida | Piperales | Piperaceae | Piper |
dbgi_000048 | null | null | dbgi_000048 | jbuf | null | null | 7.155941 | 46.79274 | null | null | Oryza sativa L. 'Axios' | [7.155940609799977, 46.79273935472196] | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | false | false | false | 1 | Oryza sativa L. 'Axios' | Oryza sativa | 6SZF3 | Oryza sativa L. 'Axios' | Oryza sativa L. | Oryza sativa L. | false | 1 | Catalogue of Life | BestMatch | 9.42329 | Exact | 0 | Eukaryota|Plantae|Pteridobiotina|Tracheophyta|Liliopsida|Poales|Poaceae|Oryza|Oryza sativa | Plantae | Tracheophyta | Liliopsida | Poales | Poaceae | Oryza |
dbgi_000049 | null | null | dbgi_000049 | jbuf | null | null | 7.155949 | 46.79271 | null | null | Payena leerii (Teijsm. et Binn.) Kurz | [7.155948706559165, 46.7927097770017] | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | false | false | false | 1 | Payena leerii (Teijsm. et Binn.) Kurz | Payena leerii | 75VRX | Payena leerii (Teijsm. et Binn.) Kurz | Payena leerii (T. & B.) Kurz | Payena leerii (T. & B.) Kurz | false | 1 | Catalogue of Life | BestMatch | 9.42329 | Exact | 0 | Eukaryota|Plantae|Pteridobiotina|Tracheophyta|Magnoliopsida|Ericales|Sapotaceae|Sapotoideae|Isonandreae|Payena|Payena leerii | Plantae | Tracheophyta | Magnoliopsida | Ericales | Sapotaceae | Payena |
dbgi_000050 | null | null | dbgi_000050 | jbuf | null | null | 7.155931 | 46.792698 | null | null | Furcraea foetida (L.) Haw. | [7.155931083853178, 46.79269600550074] | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | false | false | false | 1 | Furcraea foetida (L.) Haw. | Furcraea foetida | 6JSYP | Furcraea foetida (L.) Haw. | Furcraea foetida (L.) Haw. | Furcraea foetida (L.) Haw. | false | 1 | Catalogue of Life | BestMatch | 9.42329 | Exact | 0 | Eukaryota|Plantae|Pteridobiotina|Tracheophyta|Liliopsida|Asparagales|Asparagaceae|Furcraea|Furcraea foetida | Plantae | Tracheophyta | Liliopsida | Asparagales | Asparagaceae | Furcraea |
dbgi_000051 | null | null | dbgi_000051 | jbuf | null | null | 7.155878 | 46.792683 | null | null | Persea americana Mill. | [7.155878016948184, 46.7926811776458] | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | false | false | false | 1 | Persea americana Mill. | Persea americana | 4F97T | Persea americana Mill. | Persea americana Mill. | Persea americana Mill. | false | 1 | Catalogue of Life | BestMatch | 9.42329 | Exact | 0 | Eukaryota|Plantae|Pteridobiotina|Tracheophyta|Magnoliopsida|Laurales|Lauraceae|Perseeae|Persea|Persea americana | Plantae | Tracheophyta | Magnoliopsida | Laurales | Lauraceae | Persea |
dbgi_000052 | null | null | dbgi_000052 | jbuf | null | null | 7.155858 | 46.79269 | null | null | Erythroxylum coca Lam var. coca | [7.155857652001714, 46.79269023057903] | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | false | false | false | 1 | Erythroxylum coca Lam var. coca | Erythroxylum coca | 3BFSN | Erythroxylum coca Lam var. coca | Erythroxylum coca Lam. | Erythroxylum coca Lam. | false | 1 | Catalogue of Life | BestMatch | 8.63917 | PartialExact | 0 | Eukaryota|Plantae|Pteridobiotina|Tracheophyta|Magnoliopsida|Malpighiales|Erythroxylaceae|Erythroxylum|Erythroxylum coca | Plantae | Tracheophyta | Magnoliopsida | Malpighiales | Erythroxylaceae | Erythroxylum |
dbgi_000053 | null | null | dbgi_000053 | jbuf | null | null | 7.155869 | 46.792683 | null | null | Indigofera tinctoria L. | [7.155868937151851, 46.79268148085304] | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | false | false | false | 1 | Indigofera tinctoria L. | Indigofera tinctoria | 3PMR7 | Indigofera tinctoria L. | Indigofera tinctoria L. | Indigofera tinctoria L. | false | 1 | Catalogue of Life | BestMatch | 9.42329 | Exact | 0 | Eukaryota|Plantae|Pteridobiotina|Tracheophyta|Magnoliopsida|Fabales|Fabaceae|Indigofera|Indigofera tinctoria | Plantae | Tracheophyta | Magnoliopsida | Fabales | Fabaceae | Indigofera |
dbgi_000054 | null | null | dbgi_000054 | jbuf | null | null | 7.155948 | 46.792667 | null | null | Catha edulis Forssk. | [7.155948084264414, 46.792667827652] | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | false | false | false | 1 | Catha edulis Forssk. | Catha edulis | RTRB | Catha edulis Forssk. | Catha edulis Forssk. | Catha edulis Forssk. | false | 1 | Catalogue of Life | BestMatch | 9.42329 | Exact | 0 | Eukaryota|Plantae|Pteridobiotina|Tracheophyta|Magnoliopsida|Celastrales|Celastraceae|Cassinoideae|Cassineae|Catha|Catha edulis | Plantae | Tracheophyta | Magnoliopsida | Celastrales | Celastraceae | Catha |
dbgi_000055 | null | null | dbgi_000055 | jbuf | null | null | 7.155862 | 46.792694 | null | null | Rivina humilis var. glabra L. | [7.155861619304892, 46.792693724401] | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | false | false | false | 1 | Rivina humilis var. glabra L. | Rivina humilis var. glabra | 7MLHR | Rivina humilis var. glabra L. | Rivina humilis var. glabra L. | Rivina humilis L. | true | 1 | Catalogue of Life | BestMatch | 9.57077 | Exact | 0 | Eukaryota|Plantae|Pteridobiotina|Tracheophyta|Magnoliopsida|Caryophyllales|Petiveriaceae|Rivina|Rivina humilis | Plantae | Tracheophyta | Magnoliopsida | Caryophyllales | Petiveriaceae | Rivina |
dbgi_000056 | null | null | dbgi_000056 | jbuf | null | null | 7.155869 | 46.79271 | null | null | Costus speciosus (J. Knig) Sm. | [7.155868453983496, 46.79270894639171] | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | false | false | false | 1 | Costus speciosus (J. Knig) Sm. | Costus speciosus | 6B99R | Costus speciosus (J. Knig) Sm. | Costus speciosus (J.Koenig) Sm. | Hellenia speciosa (J.Koenig) S.R.Dutta | true | 1 | Catalogue of Life | BestMatch | 9.41461 | Exact | 0 | Eukaryota|Plantae|Pteridobiotina|Tracheophyta|Liliopsida|Zingiberales|Costaceae|Hellenia|Hellenia speciosa | Plantae | Tracheophyta | Liliopsida | Zingiberales | Costaceae | Costus |
dbgi_000057 | null | null | dbgi_000057 | jbuf | null | null | 7.155883 | 46.79269 | null | null | Gossypium arboreum L. | [7.155883488965822, 46.79268916815975] | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | false | false | false | 1 | Gossypium arboreum L. | Gossypium arboreum | 6L3RF | Gossypium arboreum L. | Gossypium arboreum L. | Gossypium arboreum L. | false | 1 | Catalogue of Life | BestMatch | 9.42329 | Exact | 0 | Eukaryota|Plantae|Pteridobiotina|Tracheophyta|Magnoliopsida|Malvales|Malvaceae|Malvoideae|Gossypieae|Gossypium|Gossypium arboreum | Plantae | Tracheophyta | Magnoliopsida | Malvales | Malvaceae | Gossypium |
dbgi_000058 | null | null | dbgi_000058 | jbuf | null | null | 7.155988 | 46.792683 | null | null | Syzygium jambos (L.) Alston | [7.155988098632853, 46.79268429089803] | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | false | false | false | 1 | Syzygium jambos (L.) Alston | Syzygium jambos | 5468B | Syzygium jambos (L.) Alston | Syzygium jambos (L.) Alston | Syzygium jambos (L.) Alston | false | 1 | Catalogue of Life | BestMatch | 9.42329 | Exact | 0 | Eukaryota|Plantae|Pteridobiotina|Tracheophyta|Magnoliopsida|Myrtales|Myrtaceae|Myrtoideae|Syzygieae|Syzygium|Syzygium jambos | Plantae | Tracheophyta | Magnoliopsida | Myrtales | Myrtaceae | Syzygium |
dbgi_000059 | null | null | dbgi_000059 | jbuf | null | null | 7.155971 | 46.79268 | null | null | Brosimum alicastrum Sw. | [7.155971136836938, 46.79267758119914] | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | false | false | false | 1 | Brosimum alicastrum Sw. | Brosimum alicastrum | NDZW | Brosimum alicastrum Sw. | Brosimum alicastrum Sw. | Brosimum alicastrum Sw. | false | 1 | Catalogue of Life | BestMatch | 9.42329 | Exact | 0 | Eukaryota|Plantae|Pteridobiotina|Tracheophyta|Magnoliopsida|Rosales|Moraceae|Dorstenieae|Brosimum|Brosimum alicastrum | Plantae | Tracheophyta | Magnoliopsida | Rosales | Moraceae | Brosimum |
dbgi_000060 | null | null | dbgi_000060 | jbuf | null | null | 7.155924 | 46.792656 | null | null | Rungia klossii S.Moore | [7.155923770341212, 46.7926567791854] | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | false | false | false | 1 | Rungia klossii S.Moore | Rungia klossii | 6WXFP | Rungia klossii S.Moore | Rungia klossii S.Moore | Rungia klossii S.Moore | false | 1 | Catalogue of Life | BestMatch | 9.42329 | Exact | 0 | Eukaryota|Plantae|Pteridobiotina|Tracheophyta|Magnoliopsida|Lamiales|Acanthaceae|Acanthoideae|Justicieae|Justiciinae|Rungia|Rungia klossii | Plantae | Tracheophyta | Magnoliopsida | Lamiales | Acanthaceae | Rungia |
dbgi_000061 | null | null | dbgi_000061 | jbuf | null | null | 7.155879 | 46.79267 | null | null | Murraya paniculata (L.) Jack | [7.15587880738531, 46.79267244708284] | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | false | false | false | 1 | Murraya paniculata (L.) Jack | Murraya paniculata | 44N6L | Murraya paniculata (L.) Jack | Murraya paniculata (L.) Jacq. | Murraya paniculata (L.) Jacq. | false | 1 | Catalogue of Life | BestMatch | 9.41496 | Exact | 0 | Eukaryota|Plantae|Pteridobiotina|Tracheophyta|Magnoliopsida|Sapindales|Rutaceae|Aurantioideae|Murraya|Murraya paniculata | Plantae | Tracheophyta | Magnoliopsida | Sapindales | Rutaceae | Murraya |
dbgi_000062 | null | null | dbgi_000062 | jbuf | null | null | 7.155999 | 46.792683 | null | null | Passiflora quadrangularis L. | [7.155999000243947, 46.79268200233757] | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | false | false | false | 1 | Passiflora quadrangularis L. | Passiflora quadrangularis | 764F8 | Passiflora quadrangularis L. | Passiflora quadrangularis L. | Passiflora quadrangularis L. | false | 1 | Catalogue of Life | BestMatch | 9.42329 | Exact | 0 | Eukaryota|Plantae|Pteridobiotina|Tracheophyta|Magnoliopsida|Malpighiales|Passifloraceae|Passifloroideae|Passifloreae|Passiflora|Passiflora quadrangularis | Plantae | Tracheophyta | Magnoliopsida | Malpighiales | Passifloraceae | Passiflora |
dbgi_000063 | null | null | dbgi_000063 | jbuf | null | null | 7.155904 | 46.792694 | null | null | Canna indica L. | [7.155903931026096, 46.79269298797331] | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | false | false | false | 1 | Canna indica L. | Canna indica | 68XTV | Canna indica L. | Canna indica L. | Canna indica L. | false | 1 | Catalogue of Life | BestMatch | 9.42329 | Exact | 0 | Eukaryota|Plantae|Pteridobiotina|Tracheophyta|Liliopsida|Zingiberales|Cannaceae|Canna|Canna indica | Plantae | Tracheophyta | Liliopsida | Zingiberales | Cannaceae | Canna |
dbgi_000064 | null | null | dbgi_000064 | jbuf | null | null | 7.155978 | 46.792675 | null | null | Blighia sapida Kn. | [7.155977845193143, 46.79267473377724] | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | false | false | false | 1 | Blighia sapida Kn. | Blighia sapida | M6V2 | Blighia sapida Kn. | Blighia sapida K.D.Koenig | Blighia sapida K.D.Koenig | false | 1 | Catalogue of Life | BestMatch | 9.40932 | Exact | 0 | Eukaryota|Plantae|Pteridobiotina|Tracheophyta|Magnoliopsida|Sapindales|Sapindaceae|Sapindoideae|Nephelieae|Blighia|Blighia sapida | Plantae | Tracheophyta | Magnoliopsida | Sapindales | Sapindaceae | Blighia |
dbgi_000065 | null | null | dbgi_000065 | jbuf | null | null | 7.155873 | 46.792706 | null | null | Alpinia officinarum Hance | [7.155873103349801, 46.79270552375591] | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | false | false | false | 1 | Alpinia officinarum Hance | Alpinia officinarum | 65YCP | Alpinia officinarum Hance | Alpinia officinarum Hance | Alpinia officinarum Hance | false | 1 | Catalogue of Life | BestMatch | 9.42329 | Exact | 0 | Eukaryota|Plantae|Pteridobiotina|Tracheophyta|Liliopsida|Zingiberales|Zingiberaceae|Alpinia|Alpinia officinarum | Plantae | Tracheophyta | Liliopsida | Zingiberales | Zingiberaceae | Alpinia |
dbgi_000066 | null | null | dbgi_000066 | jbuf | null | null | 7.155885 | 46.79272 | null | null | Derris elliptica Benth. | [7.155885297941441, 46.7927217250739] | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | false | false | false | 1 | Derris elliptica Benth. | Derris elliptica | 34YTC | Derris elliptica Benth. | Derris elliptica (Wall.) Benth. | Derris elliptica (Wall.) Benth. | false | 1 | Catalogue of Life | BestMatch | 9.42053 | Exact | 0 | Eukaryota|Plantae|Pteridobiotina|Tracheophyta|Magnoliopsida|Fabales|Fabaceae|Derris|Derris elliptica | Plantae | Tracheophyta | Magnoliopsida | Fabales | Fabaceae | Derris |
dbgi_000067 | null | null | dbgi_000067 | jbuf | null | null | 7.155901 | 46.792725 | null | null | Boehmeria nivea (L.) Gaudich. s.l. | [7.155901467998406, 46.79272611794782] | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | false | false | false | 1 | Boehmeria nivea (L.) Gaudich. s.l. | Boehmeria nivea | M9GG | Boehmeria nivea (L.) Gaudich. s.l. | Boehmeria nivea (L.) Gaudich. | Boehmeria nivea (L.) Gaudich. | false | 1 | Catalogue of Life | BestMatch | 9.42329 | Exact | 0 | Eukaryota|Plantae|Pteridobiotina|Tracheophyta|Magnoliopsida|Rosales|Urticaceae|Urticoideae|Boehmerieae|Boehmeriinae|Boehmeria|Boehmeria nivea | Plantae | Tracheophyta | Magnoliopsida | Rosales | Urticaceae | Boehmeria |
dbgi_000068 | null | null | dbgi_000068 | jbuf | null | null | 7.155919 | 46.79265 | null | null | Persicaria odorata (Lour.) Soj�k | [7.155919051587048, 46.79264961402695] | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | false | false | false | 1 | Persicaria odorata (Lour.) Soj�k | Persicaria odorata | 4F9VB | Persicaria odorata (Lour.) Soj�k | Persicaria odorata (Lour.) Soják | Persicaria odorata (Lour.) Soják | false | 1 | Catalogue of Life | BestMatch | 9.41496 | Exact | 0 | Eukaryota|Plantae|Pteridobiotina|Tracheophyta|Magnoliopsida|Caryophyllales|Polygonaceae|Polygonoideae|Persicarieae|Persicaria|Persicaria odorata | Plantae | Tracheophyta | Magnoliopsida | Caryophyllales | Polygonaceae | Persicaria |
dbgi_000069 | null | null | dbgi_000069 | jbuf | null | null | 7.155902 | 46.792656 | null | null | Alpinia galanga (L.) Willd. | [7.155902312636208, 46.7926556716268] | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | false | false | false | 1 | Alpinia galanga (L.) Willd. | Alpinia galanga | C6Q2 | Alpinia galanga (L.) Willd. | Alpinia galanga (L.) Willd. | Alpinia galanga (L.) Willd. | false | 1 | Catalogue of Life | BestMatch | 9.42329 | Exact | 0 | Eukaryota|Plantae|Pteridobiotina|Tracheophyta|Liliopsida|Zingiberales|Zingiberaceae|Alpinia|Alpinia galanga | Plantae | Tracheophyta | Liliopsida | Zingiberales | Zingiberaceae | Alpinia |
dbgi_000070 | null | null | dbgi_000070 | jbuf | null | null | 7.155988 | 46.792694 | null | null | Annona cherimola Mill. | [7.155987593864681, 46.7926938413292] | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | false | false | false | 1 | Annona cherimola Mill. | Annona cherimola | 5V52F | Annona cherimola Mill. | Annona cherimola Mill. | Annona cherimola Mill. | false | 1 | Catalogue of Life | BestMatch | 9.42329 | Exact | 0 | Eukaryota|Plantae|Pteridobiotina|Tracheophyta|Magnoliopsida|Magnoliales|Annonaceae|Annonoideae|Annoneae|Annoninae|Annona|Annona cherimola | Plantae | Tracheophyta | Magnoliopsida | Magnoliales | Annonaceae | Annona |
dbgi_000071 | null | null | dbgi_000071 | jbuf | null | null | 7.15589 | 46.79266 | null | null | Jasminum sambac Sol. | [7.155890150775486, 46.79265951900784] | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | false | false | false | 1 | Jasminum sambac Sol. | Jasminum sambac | 3QMQN | Jasminum sambac Sol. | Jasminum sambac (L.) Aiton | Jasminum sambac (L.) Aiton | false | 1 | Catalogue of Life | BestMatch | 9.40932 | Exact | 0 | Eukaryota|Plantae|Pteridobiotina|Tracheophyta|Magnoliopsida|Lamiales|Oleaceae|Jasmineae|Jasminum|Jasminum sambac | Plantae | Tracheophyta | Magnoliopsida | Lamiales | Oleaceae | Jasminum |
dbgi_000072 | null | null | dbgi_000072 | jbuf | null | null | 7.155935 | 46.792652 | null | null | Piper betle L. | [7.155935512639407, 46.79265128831927] | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | false | false | false | 1 | Piper betle L. | Piper betle | 4J3C8 | Piper betle L. | Piper betle L. | Piper betle L. | false | 1 | Catalogue of Life | BestMatch | 9.42329 | Exact | 0 | Eukaryota|Plantae|Pteridobiotina|Tracheophyta|Magnoliopsida|Piperales|Piperaceae|Piperoideae|Piper|Piper betle | Plantae | Tracheophyta | Magnoliopsida | Piperales | Piperaceae | Piper |
dbgi_000073 | null | null | dbgi_000073 | jbuf | null | null | 7.155929 | 46.792656 | null | null | Salvia divinorum Epling et Jativa | [7.155928560232655, 46.79265544274897] | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | false | false | false | 1 | Salvia divinorum Epling et Jativa | Salvia divinorum | 6XH8D | Salvia divinorum Epling et Jativa | Salvia divinorum Epling & Játiva | Salvia divinorum Epling & Játiva | false | 1 | Catalogue of Life | BestMatch | 9.42329 | Exact | 0 | Eukaryota|Plantae|Pteridobiotina|Tracheophyta|Magnoliopsida|Lamiales|Lamiaceae|Nepetoideae|Mentheae|Salviinae|Salvia|Salvia divinorum | Plantae | Tracheophyta | Magnoliopsida | Lamiales | Lamiaceae | Salvia |
dbgi_000074 | null | null | dbgi_000074 | jbuf | null | null | 7.155952 | 46.79266 | null | null | Paullinia cupana Humb. Bonpl. et Kunth | [7.155951612698034, 46.79265896136567] | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | false | false | false | 1 | Paullinia cupana Humb. Bonpl. et Kunth | Paullinia cupana | 765GZ | Paullinia cupana Humb. Bonpl. et Kunth | Paullinia cupana Kunth | Paullinia cupana Kunth | false | 1 | Catalogue of Life | BestMatch | 9.42053 | Exact | 0 | Eukaryota|Plantae|Pteridobiotina|Tracheophyta|Magnoliopsida|Sapindales|Sapindaceae|Sapindoideae|Paullinieae|Paullinia|Paullinia cupana | Plantae | Tracheophyta | Magnoliopsida | Sapindales | Sapindaceae | Paullinia |
dbgi_000075 | null | null | dbgi_000075 | jbuf | null | null | 7.155861 | 46.792706 | null | null | Senna siamea (Lam.) H.S. Irwin et Barneby | [7.155861582040252, 46.79270407891393] | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | false | false | false | 1 | Senna siamea (Lam.) H.S. Irwin et Barneby | Senna siamea | 4WPDR | Senna siamea (Lam.) H.S. Irwin et Barneby | Senna siamea (Lam.) H.S.Irwin & Barneby | Senna siamea (Lam.) H.S.Irwin & Barneby | false | 1 | Catalogue of Life | BestMatch | 9.42329 | Exact | 0 | Eukaryota|Plantae|Pteridobiotina|Tracheophyta|Magnoliopsida|Fabales|Fabaceae|Senna|Senna siamea | Plantae | Tracheophyta | Magnoliopsida | Fabales | Fabaceae | Senna |
dbgi_000076 | null | null | dbgi_000076 | jbuf | null | null | 7.155945 | 46.79271 | null | null | Carludovica palmata Ruiz et Pav. | [7.155945082257371, 46.79270745138837] | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | false | false | false | 1 | Carludovica palmata Ruiz et Pav. | Carludovica palmata | 69C5P | Carludovica palmata Ruiz et Pav. | Carludovica palmata Ruiz & Pav. | Carludovica palmata Ruiz & Pav. | false | 1 | Catalogue of Life | BestMatch | 9.42329 | Exact | 0 | Eukaryota|Plantae|Pteridobiotina|Tracheophyta|Liliopsida|Pandanales|Cyclanthaceae|Carludovica|Carludovica palmata | Plantae | Tracheophyta | Liliopsida | Pandanales | Cyclanthaceae | Carludovica |
dbgi_000077 | null | null | dbgi_000077 | jbuf | null | null | 7.156 | 46.792686 | null | null | Bambusa vulgaris Schrad. ex J.C. Wendl. | [7.156000252349863, 46.792684955927136] | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | false | false | false | 1 | Bambusa vulgaris Schrad. ex J.C. Wendl. | Bambusa vulgaris | 68CJF | Bambusa vulgaris Schrad. ex J.C. Wendl. | Bambusa vulgaris Schrad. ex J.C.Wendl. | Bambusa vulgaris Schrad. ex J.C.Wendl. | false | 1 | Catalogue of Life | BestMatch | 9.42329 | Exact | 0 | Eukaryota|Plantae|Pteridobiotina|Tracheophyta|Liliopsida|Poales|Poaceae|Bambusa|Bambusa vulgaris | Plantae | Tracheophyta | Liliopsida | Poales | Poaceae | Bambusa |
dbgi_000078 | null | null | dbgi_000078 | jbuf | null | null | 7.155973 | 46.792675 | null | null | Psidium cattleianum Sabine | [7.155973248639604, 46.79267313421411] | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | false | false | false | 1 | Psidium cattleianum Sabine | Psidium cattleianum | 4PFSZ | Psidium cattleianum Sabine | Psidium cattleianum Afzel. ex Sabine | Psidium cattleianum Afzel. ex Sabine | false | 1 | Catalogue of Life | BestMatch | 9.42053 | Exact | 0 | Eukaryota|Plantae|Pteridobiotina|Tracheophyta|Magnoliopsida|Myrtales|Myrtaceae|Myrtoideae|Myrteae|Pimentinae|Psidium|Psidium cattleianum | Plantae | Tracheophyta | Magnoliopsida | Myrtales | Myrtaceae | Psidium |
dbgi_000079 | null | null | dbgi_000079 | jbuf | null | null | 7.155998 | 46.792686 | null | null | aaunknown | [7.155998197425138, 46.79268734506368] | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | false | false | false | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
dbgi_000080 | null | null | dbgi_000080 | jbuf | null | null | 7.155858 | 46.79271 | null | null | Strophanthus gratus Baill. | [7.155857752708295, 46.7927094084547] | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | false | false | false | 1 | Strophanthus gratus Baill. | Strophanthus gratus | 6ZYPW | Strophanthus gratus Baill. | Strophanthus gratus (Wall. & Hook.) Baill. | Strophanthus gratus (Wall. & Hook.) Baill. | false | 1 | Catalogue of Life | BestMatch | 9.42053 | Exact | 0 | Eukaryota|Plantae|Pteridobiotina|Tracheophyta|Magnoliopsida|Gentianales|Apocynaceae|Apocynoideae|Nerieae|Alafiinae|Strophanthus|Strophanthus gratus | Plantae | Tracheophyta | Magnoliopsida | Gentianales | Apocynaceae | Strophanthus |
dbgi_000081 | null | null | dbgi_000081 | jbuf | null | null | 7.155894 | 46.79266 | null | null | Murraya koenigii (L.) Spreng. | [7.155894053811966, 46.79266145619778] | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | false | false | false | 1 | Murraya koenigii (L.) Spreng. | Murraya koenigii | 44N6C | Murraya koenigii (L.) Spreng. | Murraya koenigii (L.) Spreng. | Murraya koenigii (L.) Spreng. | false | 1 | Catalogue of Life | BestMatch | 9.42329 | Exact | 0 | Eukaryota|Plantae|Pteridobiotina|Tracheophyta|Magnoliopsida|Sapindales|Rutaceae|Aurantioideae|Murraya|Murraya koenigii | Plantae | Tracheophyta | Magnoliopsida | Sapindales | Rutaceae | Murraya |
dbgi_000082 | null | null | dbgi_000082 | jbuf | null | null | 7.155855 | 46.792706 | null | null | Serenoa repens (W. Bartram) Small | [7.155855147932121, 46.79270535696558] | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | false | false | false | 1 | Serenoa repens (W. Bartram) Small | Serenoa repens | 4WSW7 | Serenoa repens (W. Bartram) Small | Serenoa repens (W.Bartram) Small | Serenoa repens (W.Bartram) Small | false | 1 | Catalogue of Life | BestMatch | 9.42329 | Exact | 0 | Eukaryota|Plantae|Pteridobiotina|Tracheophyta|Liliopsida|Arecales|Arecaceae|Serenoa|Serenoa repens | Plantae | Tracheophyta | Liliopsida | Arecales | Arecaceae | Serenoa |
dbgi_000083 | null | null | dbgi_000083 | jbuf | null | null | 7.155884 | 46.792675 | null | null | Arachis hypogaea L. | [7.155884407374035, 46.792674904297776] | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | false | false | false | 1 | Arachis hypogaea L. | Arachis hypogaea | G2TD | Arachis hypogaea L. | Arachis hypogaea L. | Arachis hypogaea L. | false | 1 | Catalogue of Life | BestMatch | 9.42329 | Exact | 0 | Eukaryota|Plantae|Pteridobiotina|Tracheophyta|Magnoliopsida|Fabales|Fabaceae|Arachis|Arachis hypogaea | Plantae | Tracheophyta | Magnoliopsida | Fabales | Fabaceae | Arachis |
dbgi_000084 | null | null | dbgi_000084 | jbuf | null | null | 7.155979 | 46.792683 | null | null | Solanum betaceum Cav. | [7.155979381639435, 46.792681294579005] | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | false | false | false | 1 | Solanum betaceum Cav. | Solanum betaceum | 4XZPN | Solanum betaceum Cav. | Solanum betaceum Cav. | Solanum betaceum Cav. | false | 1 | Catalogue of Life | BestMatch | 9.42329 | Exact | 0 | Eukaryota|Plantae|Pteridobiotina|Tracheophyta|Magnoliopsida|Solanales|Solanaceae|Solanoideae|Solaneae|Solanum|Solanum betaceum | Plantae | Tracheophyta | Magnoliopsida | Solanales | Solanaceae | Solanum |
dbgi_000085 | null | null | dbgi_000085 | jbuf | null | null | 7.155882 | 46.792713 | null | null | Catharanthus roseus (L.) G. Don. (rosa) | [7.155881973247504, 46.79271254992008] | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | false | false | false | 1 | Catharanthus roseus (L.) G. Don. (rosa) | Catharanthus roseus | RTT8 | Catharanthus roseus (L.) G. Don. (rosa) | Catharanthus roseus (L.) G.Don | Catharanthus roseus (L.) G.Don | false | 1 | Catalogue of Life | BestMatch | 9.42329 | Exact | 0 | Eukaryota|Plantae|Pteridobiotina|Tracheophyta|Magnoliopsida|Gentianales|Apocynaceae|Rauvolfioideae|Vinceae|Catharanthinae|Catharanthus|Catharanthus roseus | Plantae | Tracheophyta | Magnoliopsida | Gentianales | Apocynaceae | Catharanthus |
dbgi_000086 | null | null | dbgi_000086 | jbuf | null | null | 7.155912 | 46.792732 | null | null | Musa basjoo Iinuma | [7.155911793923872, 46.79273062751146] | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | false | false | false | 1 | Musa basjoo Iinuma | Musa basjoo | CDNR3 | Musa basjoo Iinuma | Musa basjoo Siebold ex Miq. | Musa basjoo Siebold ex Miq. | false | 1 | Catalogue of Life | BestMatch | 9.40932 | Exact | 0 | Eukaryota|Plantae|Pteridobiotina|Tracheophyta|Liliopsida|Zingiberales|Musaceae|Musa|Musa basjoo | Plantae | Tracheophyta | Liliopsida | Zingiberales | Musaceae | Musa |
dbgi_000087 | null | null | dbgi_000087 | jbuf | null | null | 7.155891 | 46.792686 | null | null | Saccharum officinarum L. | [7.155890863242311, 46.79268496953489] | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | false | false | false | 1 | Saccharum officinarum L. | Saccharum officinarum | 4TWQL | Saccharum officinarum L. | Saccharum officinarum L. | Saccharum officinarum L. | false | 1 | Catalogue of Life | BestMatch | 9.42329 | Exact | 0 | Eukaryota|Plantae|Pteridobiotina|Tracheophyta|Liliopsida|Poales|Poaceae|Saccharum|Saccharum officinarum | Plantae | Tracheophyta | Liliopsida | Poales | Poaceae | Saccharum |
dbgi_000088 | null | null | dbgi_000088 | jbuf | null | null | 7.155931 | 46.79271 | null | null | Abutilon grandifolium (Willd.) Sweet | [7.155930741046895, 46.79270855596032] | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | false | false | false | 1 | Abutilon grandifolium (Willd.) Sweet | Abutilon grandifolium | 8N43 | Abutilon grandifolium (Willd.) Sweet | Abutilon grandifolium (Willd.) Sweet | Abutilon grandifolium (Willd.) Sweet | false | 1 | Catalogue of Life | BestMatch | 9.42329 | Exact | 0 | Eukaryota|Plantae|Pteridobiotina|Tracheophyta|Magnoliopsida|Malvales|Malvaceae|Malvoideae|Malveae|Abutilinae|Abutilon|Abutilon grandifolium | Plantae | Tracheophyta | Magnoliopsida | Malvales | Malvaceae | Abutilon |
dbgi_000089 | null | null | dbgi_000089 | jbuf | null | null | 7.155942 | 46.792713 | null | null | Ficus elastica Roxb. | [7.15594194322976, 46.79271305412463] | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | false | false | false | 1 | Ficus elastica Roxb. | Ficus elastica | 6HXJH | Ficus elastica Roxb. | Ficus elastica Roxb. | Ficus elastica Roxb. | false | 1 | Catalogue of Life | BestMatch | 9.42329 | Exact | 0 | Eukaryota|Plantae|Pteridobiotina|Tracheophyta|Magnoliopsida|Rosales|Moraceae|Ficeae|Ficus|Ficus elastica | Plantae | Tracheophyta | Magnoliopsida | Rosales | Moraceae | Ficus |
dbgi_000090 | null | null | dbgi_000090 | jbuf | null | null | 7.155904 | 46.7927 | null | null | Crescentia cujete L. | [7.155904178797281, 46.79270097907772] | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | false | false | false | 1 | Crescentia cujete L. | Crescentia cujete | ZF3R | Crescentia cujete L. | Crescentia cujete L. | Crescentia cujete L. | false | 1 | Catalogue of Life | BestMatch | 9.42329 | Exact | 0 | Eukaryota|Plantae|Pteridobiotina|Tracheophyta|Magnoliopsida|Lamiales|Bignoniaceae|Crescentieae|Crescentia|Crescentia cujete | Plantae | Tracheophyta | Magnoliopsida | Lamiales | Bignoniaceae | Crescentia |
dbgi_000091 | null | null | dbgi_000091 | jbuf | null | null | 7.15593 | 46.792744 | null | null | Cyperus papyrus L. | [7.155930029313038, 46.79274189841964] | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | false | false | false | 1 | Cyperus papyrus L. | Cyperus papyrus | 33D3R | Cyperus papyrus L. | Cyperus papyrus L. | Cyperus papyrus L. | false | 1 | Catalogue of Life | BestMatch | 9.42329 | Exact | 0 | Eukaryota|Plantae|Pteridobiotina|Tracheophyta|Liliopsida|Poales|Cyperaceae|Cyperus|Cyperus papyrus | Plantae | Tracheophyta | Liliopsida | Poales | Cyperaceae | Cyperus |
End of preview.
README.md exists but content is empty.
- Downloads last month
- -