KaplanOpenSource / argos

Entity placement on map
GNU Affero General Public License v3.0
0 stars 0 forks source link

QGIS import export #59

Closed yehudarav closed 3 months ago

yehudarav commented 4 months ago
  1. Export a single trial as a geojson (with the polygons), such that QGIS could read it.
  2. Import QGIS geojson to a single trial.
kaplanlior commented 4 months ago

For point 2, we'll need a schema to check, otherwise geojson has (relatively) very few limitations of format / contents.

yehudarav commented 4 months ago

I think the data scheme can be similar to the one we cureently use for the zip cule.

We just have to ensure that qgis reads it well

On Tue, 11 Jun 2024, 10:18 am Lior Kaplan, @.***> wrote:

For point 2, we'll need a schema to check, otherwise geojson has (relatively) very few limitations of format / contents.

— Reply to this email directly, view it on GitHub https://github.com/KaplanOpenSource/argos/issues/59#issuecomment-2159972767, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMCON2MWL73ESE5TLAAOXFTZG2QF5AVCNFSM6AAAAABJCQSOTSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNJZHE3TENZWG4 . You are receiving this because you authored the thread.Message ID: @.***>

erasta commented 3 months ago

can you upload here the geojson format? i'd like to see what is different @kaplanlior @yehudarav