-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SHould bin file allways be created as a result of conversion #118
Comments
@DmitrySemchenok That is correct. The plugin does not convert vectors to rasters or vice versa. If you input a vector, it will be written to ISOXML as a polygon prescription. |
@knelson-farmbeltnorth Can you please advise the most optimal way to use plugin in scenario such as this: |
@DmitrySemchenok When you configured your multipolygons as a Vector Prescription in ADAPT and exported via the plugin, you will have produced valid ISOXML for a polygon prescription. However, while polygon prescriptions are valid per the ISO11783-10 specification, there is very limited adoption for them among ISO Task Controllers. |
@knelson-farmbeltnorth Do you have any examples of rasterized grid data and RasterGridPrescription mapping? |
@DmitrySemchenok Take a look at the files in this directory: https://github.com/ADAPT/ISOv4Plugin/blob/develop/TestUtilities/Datacards/ One or more should have grid prescriptions and if you import via the plugin it will load the ADAPT objects appropriately. |
@knelson-farmbeltnorth I tried first archive and found there isoxml that contains several prescriptions, however I'm not sure what GridType to use (1 or 2) as I tried to export them as both types and plugin did it. However when I tried to export the resulted models back into isoxml plugin failed to do it. |
Anyone able to create the Grid/Raster prescription using ISOv4Plugin? Does anyone have a working sample code? |
I have noticed that BIN files are created only in case of Raster prescriptions mapping. In case of Vector prescriptions all data is mapped int main xml file. Is this correct or am I missing something in adapt data?
The text was updated successfully, but these errors were encountered: