GeoNodeUserGroup-DE / contrib_datapackage

A geonode-importer handler to upload non-spatial data as datapackage
GNU General Public License v3.0
1 stars 0 forks source link

Bug: uploaded tabular datasets have a fixed bounding box of 0,0,0,0 #18

Open mwallschlaeger opened 1 month ago

mwallschlaeger commented 1 month ago

but in geonode e.g. documents have a default bounding box of:

Min Lat-90.000000
Min Lon-180.000000
Max Lat90.000000
Max Lon180.000000

In my opinion this is the preferred way of dealing with tabular data.

ridoo commented 1 month ago

@mwallschlaeger does this relates to #19 somehow? There you describe the effect what happens if a bbox gets extended unintentionally. However, using the globe as bbox would have a similar effect, right?

mwallschlaeger commented 1 month ago

@ridoo yes it is related to #19 . If a map contains geodata and non geodata the bbox should only build from datasets with subtype != "tabular". But if a map only contains of tabular data the map must have the worldwide bbox tabular data is suppose to have as well. Or bbox can be overwritten using api or ui