Skip to content
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

Fix importing of GeoJSON property footprints #3848

Merged
merged 13 commits into from
Feb 17, 2023

Conversation

nllong
Copy link
Member

@nllong nllong commented Feb 12, 2023

Any background context you want to provide?

Footprints were being imported as bounding_box but the column was never showing up it the mapping table. Note that bounding_box is not the right field if there are coordinates in a GeoJSON file. bounding_box comes from UBID decoding.

What's this PR do?

Fixes the importing of the footprints from GeoJSON. I think historically we were testing with just CSV files.

How should this be manually tested?

See issue #3847. There is a test file in there and some instructions.

What are the relevant tickets?

#3847

Screenshots (if appropriate)

Fixed version should look like this
image

@nllong nllong added the Bug label Feb 12, 2023
@nllong nllong changed the base branch from develop to add-viewsets-for-meters February 12, 2023 23:42
@nllong nllong requested a review from kflemin February 12, 2023 23:42
@nllong
Copy link
Member Author

nllong commented Feb 13, 2023

ESPM appears to be down or at least the logging-in is just hanging. Rerun tomorrow morning.

Base automatically changed from add-viewsets-for-meters to develop February 17, 2023 00:25
Copy link
Member

@axelstudios axelstudios left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice fix, tested before and after

@axelstudios axelstudios merged commit 46e062c into develop Feb 17, 2023
@axelstudios axelstudios deleted the fix-geojson-property-footprint branch February 17, 2023 17:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants